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

616 lines
No EOL
134 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-0104_ses-01_task-alignvideo_acq-mb8_run-04_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-0104_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_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-0104/ses-01/func/sub-0104_ses-01_task-alignvideo_acq-mb8_run-04_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>bc98a3feadf3814a32f89aabf9e6024a</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:07:56.340000</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.999554, -0.0237076, -0.0181688, 0.0272218, 0.97341, 0.227447]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.115412</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4207, -7806, -7207, 329, -95, -158, -1, 122]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>266.038</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bd549468-df98-458d-b414-cd0142e18e31||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.681729793548584, 0.07303398102521896, -0.03319227695465088, 112.9112548828125], [0.06360567361116409, 2.6115877628326416, 0.6151680946350098, -109.0362548828125], [-0.04874545335769653, -0.6102235317230225, 2.6287765502929688, -37.28997039794922], [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, 1209]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'AcquisitionTime': ['180756.340000', '180756.800000', '180757.260000', '180757.720000', '180758.180000', '180758.640000', '180759.100000', '180759.560000', '180800.020000', '180800.480000', '180800.940000', '180801.400000', '180801.860000', '180802.320000', '180802.780000', '180803.240000', '180803.700000', '180804.160000', '180804.620000', '180805.080000', '180805.540000', '180806.000000', '180806.460000', '180806.920000', '180807.380000', '180807.840000', '180808.300000', '180808.760000', '180809.220000', '180809.680000', '180810.140000', '180810.600000', '180811.060000', '180811.520000', '180811.980000', '180812.440000', '180812.900000', '180813.360000', '180813.820000', '180814.280000', '180814.740000', '180815.200000', '180815.660000', '180816.120000', '180816.580000', '180817.040000', '180817.500000', '180817.960000', '180818.420000', '180818.880000', '180819.340000', '180819.800000', '180820.260000', '180820.720000', '180821.180000', '180821.640000', '180822.100000', '180822.560000', '180823.020000', '180823.480000', '180823.940000', '180824.400000', '180824.860000', '180825.320000', '180825.780000', '180826.240000', '180826.700000', '180827.160000', '180827.620000', '180828.080000', '180828.540000', '180829.000000', '180829.460000', '180829.920000', '180830.380000', '180830.840000', '180831.300000', '180831.760000', '180832.220000', '180832.680000', '180833.140000', '180833.600000', '180834.060000', '180834.520000', '180834.980000', '180835.440000', '180835.900000', '180836.360000', '180836.820000', '180837.280000', '180837.740000', '180838.200000', '180838.660000', '180839.120000', '180839.580000', '180840.040000', '180840.500000', '180840.960000', '180841.420000', '180841.880000', '180842.340000', '180842.800000', '180843.260000', '180843.720000', '180844.180000', '180844.640000', '180845.100000', '180845.560000', '180846.020000', '180846.480000', '180846.940000', '180847.400000', '180847.860000', '180848.320000', '180848.780000', '180849.240000', '180849.700000', '180850.160000', '180850.620000', '180851.080000', '180851.540000', '180852.000000', '180852.460000', '180852.920000', '180853.380000', '180853.840000', '180854.300000', '180854.760000', '180855.220000', '180855.680000', '180856.140000', '180856.600000', '180857.060000', '180857.520000', '180857.980000', '180858.440000', '180858.900000', '180859.360000', '180859.820000', '180900.280000', '180900.740000', '180901.200000', '180901.660000', '180902.120000', '180902.580000', '180903.040000', '180903.500000', '180903.960000', '180904.420000', '180904.880000', '180905.340000', '180905.800000', '180906.260000', '180906.720000', '180907.180000', '180907.640000', '180908.100000', '180908.560000', '180909.020000', '180909.480000', '180909.940000', '180910.400000', '180910.860000', '180911.320000', '180911.780000', '180912.240000', '180912.700000', '180913.160000', '180913.620000', '180914.080000', '180914.540000', '180915.000000', '180915.460000', '180915.920000', '180916.380000', '180916.840000', '180917.300000', '180917.760000', '180918.220000', '180918.680000', '180919.140000', '180919.600000', '180920.060000', '180920.520000', '180920.980000', '180921.440000', '180921.900000', '180922.360000', '180922.820000', '180923.280000', '180923.740000', '180924.200000', '180924.660000', '180925.120000', '180925.580000', '180926.040000', '180926.500000', '180926.960000', '180927.420000', '180927.880000', '180928.340000', '180928.800000', '180929.260000', '180929.720000', '180930.180000', '180930.640000', '180931.100000', '180931.560000', '180932.020000', '180932.480000', '180932.940000', '180933.400000', '180933.860000', '180934.320000', '180934.780000', '180935.240000', '180935.700000', '180936.160000', '180936.620000', '180937.080000', '180937.540000', '180938.000000', '180938.460000', '180938.920000', '180939.380000', '180939.840000', '180940.300000', '180940.760000', '180941.220000', '180941.680000', '180942.140000', '180942.600000', '180943.060000', '180943.520000', '180943.980000', '180944.440000', '180944.900000', '180945.360000', '180945.820000', '180946.280000', '180946.740000', '180947.200000', '180947.660000', '180948.120000', '180948.580000', '180949.040000', '180949.500000', '180949.960000', '180950.420000', '180950.880000', '180951.340000', '180951.800000', '180952.260000', '180952.720000', '180953.180000', '180953.640000', '180954.100000', '180954.560000', '180955.020000', '180955.480000', '180955.940000', '180956.400000', '180956.860000', '180957.320000', '180957.780000', '180958.240000', '180958.700000', '180959.160000', '180959.620000', '181000.080000', '181000.540000', '181001.000000', '181001.460000', '181001.920000', '181002.380000', '181002.840000', '181003.300000', '181003.760000', '181004.220000', '181004.680000', '181005.140000', '181005.600000', '181006.060000', '181006.520000', '181006.980000', '181007.440000', '181007.900000', '181008.360000', '181008.820000', '181009.280000', '181009.740000', '181010.200000', '181010.660000', '181011.120000', '181011.580000', '181012.040000', '181012.500000', '181012.960000', '181013.420000', '181013.880000', '181014.340000', '181014.800000', '181015.260000', '181015.720000', '181016.180000', '181016.640000', '181017.100000', '181017.560000', '181018.020000', '181018.480000', '181018.940000', '181019.400000', '181019.860000', '181020.320000', '181020.780000', '181021.240000', '181021.700000', '181022.160000', '181022.620000', '181023.080000', '181023.540000', '181024.000000', '181024.460000', '181024.920000', '181025.380000', '181025.840000', '181026.300000', '181026.760000', '181027.220000', '181027.680000', '181028.140000', '181028.600000', '181029.060000', '181029.520000', '181029.980000', '181030.440000', '181030.900000', '181031.360000', '181031.820000', '181032.280000', '181032.740000', '181033.200000', '181033.660000', '181034.120000', '181034.580000', '181035.040000', '181035.500000', '181035.960000', '181036.420000', '181036.880000', '181037.340000', '181037.800000', '181038.260000', '181038.720000', '181039.180000', '181039.640000', '181040.100000', '181040.560000', '181041.020000', '181041.480000', '181041.940000', '181042.400000', '181042.860000', '181043.320000', '181043.780000', '181044.240000', '181044.700000', '181045.160000', '181045.620000', '181046.080000', '181046.540000', '181047.000000', '181047.460000', '181047.920000', '181048.380000', '181048.840000', '181049.300000', '181049.760000', '181050.220000', '181050.680000', '181051.140000', '181051.600000', '181052.060000', '181052.520000', '181052.980000', '181053.440000', '181053.900000', '181054.360000', '181054.820000', '181055.280000', '181055.740000', '181056.200000', '181056.660000', '181057.120000', '181057.580000', '181058.040000', '181058.500000', '181058.960000', '181059.420000', '181059.880000', '181100.340000', '181100.800000', '181101.260000', '181101.720000', '181102.180000', '181102.640000', '181103.100000', '181103.560000', '181104.020000', '181104.480000', '181104.940000', '181105.400000', '181105.860000', '181106.320000', '181106.780000', '181107.240000', '181107.700000', '181108.160000', '181108.620000', '181109.080000', '181109.540000', '181110.000000', '181110.460000', '181110.920000', '181111.380000', '181111.840000', '181112.300000', '181112.760000', '181113.220000', '181113.680000', '181114.140000', '181114.600000', '181115.060000', '181115.520000', '181115.980000', '181116.440000', '181116.900000', '181117.360000', '181117.820000', '181118.280000', '181118.740000', '181119.200000', '181119.660000', '181120.120000', '181120.580000', '181121.040000', '181121.500000', '181121.960000', '181122.420000', '181122.880000', '181123.340000', '181123.800000', '181124.260000', '181124.720000', '181125.180000', '181125.640000', '181126.100000', '181126.560000', '181127.020000', '181127.480000', '181127.940000', '181128.400000', '181128.860000', '181129.320000', '181129.780000', '181130.240000', '181130.700000', '181131.160000', '181131.620000', '181132.080000', '181132.540000', '181133.000000', '181133.460000', '181133.920000', '181134.380000', '181134.840000', '181135.300000', '181135.760000', '181136.220000', '181136.680000', '181137.140000', '181137.600000', '181138.060000', '181138.520000', '181138.980000', '181139.440000', '181139.900000', '181140.360000', '181140.820000', '181141.280000', '181141.740000', '181142.200000', '181142.660000', '181143.120000', '181143.580000', '181144.040000', '181144.500000', '181144.960000', '181145.420000', '181145.880000', '181146.340000', '181146.800000', '181147.260000', '181147.720000', '181148.180000', '181148.640000', '181149.100000', '181149.560000', '181150.020000', '181150.480000', '181150.940000', '181151.400000', '181151.860000', '181152.320000', '181152.780000', '181153.240000', '181153.700000', '181154.160000', '181154.620000', '181155.080000', '181155.540000', '181156.000000', '181156.460000', '181156.920000', '181157.380000', '181157.840000', '181158.300000', '181158.760000', '181159.220000', '181159.680000', '181200.140000', '181200.600000', '181201.060000', '181201.520000', '181201.980000', '181202.440000', '181202.900000', '181203.360000', '181203.820000', '181204.280000', '181204.740000', '181205.200000', '181205.660000', '181206.120000', '181206.580000', '181207.040000', '181207.500000', '181207.960000', '181208.420000', '181208.880000', '181209.340000', '181209.800000', '181210.260000', '181210.720000', '181211.180000', '181211.640000', '181212.100000', '181212.560000', '181213.020000', '181213.480000', '181213.940000', '181214.400000', '181214.860000', '181215.320000', '181215.780000', '181216.240000', '181216.700000', '181217.160000', '181217.620000', '181218.080000', '181218.540000', '181219.000000', '181219.460000', '181219.920000', '181220.380000', '181220.840000', '181221.300000', '181221.760000', '181222.220000', '181222.680000', '181223.140000', '181223.600000', '181224.060000', '181224.520000', '181224.980000', '181225.440000', '181225.900000', '181226.360000', '181226.820000', '181227.280000', '181227.740000', '181228.200000', '181228.660000', '181229.120000', '181229.580000', '181230.040000', '181230.500000', '181230.960000', '181231.420000', '181231.880000', '181232.340000', '181232.800000', '181233.260000', '181233.720000', '181234.180000', '181234.640000', '181235.100000', '181235.560000', '181236.020000', '181236.480000', '181236.940000', '181237.400000', '181237.860000', '181238.320000', '181238.780000', '181239.240000', '181239.700000', '181240.160000', '181240.620000', '181241.080000', '181241.540000', '181242.000000', '181242.460000', '181242.920000', '181243.380000', '181243.840000', '181244.300000', '181244.760000', '181245.220000', '181245.680000', '181246.140000', '181246.600000', '181247.060000', '181247.520000', '181247.980000', '181248.440000', '181248.900000', '181249.360000', '181249.820000', '181250.280000', '181250.740000', '181251.200000', '181251.660000', '181252.120000', '181252.580000', '181253.040000', '181253.500000', '181253.960000', '181254.420000', '181254.880000', '181255.340000', '181255.800000', '181256.260000', '181256.720000', '181257.180000', '181257.640000', '181258.100000', '181258.560000', '181259.020000', '181259.480000', '181259.940000', '181300.400000', '181300.860000', '181301.320000', '181301.780000', '181302.240000', '181302.700000', '181303.160000', '181303.620000', '181304.080000', '181304.540000', '181305.000000', '181305.460000', '181305.920000', '181306.380000', '181306.840000', '181307.300000', '181307.760000', '181308.220000', '181308.680000', '181309.140000', '181309.600000', '181310.060000', '181310.520000', '181310.980000', '181311.440000', '181311.900000', '181312.360000', '181312.820000', '181313.280000', '181313.740000', '181314.200000', '181314.660000', '181315.120000', '181315.580000', '181316.040000', '181316.500000', '181316.960000', '181317.420000', '181317.880000', '181318.340000', '181318.800000', '181319.260000', '181319.720000', '181320.180000', '181320.640000', '181321.100000', '181321.560000', '181322.020000', '181322.480000', '181322.940000', '181323.400000', '181323.860000', '181324.320000', '181324.780000', '181325.240000', '181325.700000', '181326.160000', '181326.620000', '181327.080000', '181327.540000', '181328.000000', '181328.460000', '181328.920000', '181329.380000', '181329.840000', '181330.300000', '181330.760000', '181331.220000', '181331.680000', '181332.140000', '181332.600000', '181333.060000', '181333.520000', '181333.980000', '181334.440000', '181334.900000', '181335.360000', '181335.820000', '181336.280000', '181336.740000', '181337.200000', '181337.660000', '181338.120000', '181338.580000', '181339.040000', '181339.500000', '181339.960000', '181340.420000', '181340.880000', '181341.340000', '181341.800000', '181342.260000', '181342.720000', '181343.180000', '181343.640000', '181344.100000', '181344.560000', '181345.020000', '181345.480000', '181345.940000', '181346.400000', '181346.860000', '181347.320000', '181347.780000', '181348.240000', '181348.700000', '181349.160000', '181349.620000', '181350.080000', '181350.540000', '181351.000000', '181351.460000', '181351.920000', '181352.380000', '181352.840000', '181353.300000', '181353.760000', '181354.220000', '181354.680000', '181355.140000', '181355.600000', '181356.060000', '181356.520000', '181356.980000', '181357.440000', '181357.900000', '181358.360000', '181358.820000', '181359.280000', '181359.740000', '181400.200000', '181400.660000', '181401.120000', '181401.580000', '181402.040000', '181402.500000', '181402.960000', '181403.420000', '181403.880000', '181404.340000', '181404.800000', '181405.260000', '181405.720000', '181406.180000', '181406.640000', '181407.100000', '181407.560000', '181408.020000', '181408.480000', '181408.940000', '181409.400000', '181409.860000', '181410.320000', '181410.780000', '181411.240000', '181411.700000', '181412.160000', '181412.620000', '181413.080000', '181413.540000', '181414.000000', '181414.460000', '181414.920000', '181415.380000', '181415.840000', '181416.300000', '181416.760000', '181417.220000', '181417.680000', '181418.140000', '181418.600000', '181419.060000', '181419.520000', '181419.980000', '181420.440000', '181420.900000', '181421.360000', '181421.820000', '181422.280000', '181422.740000', '181423.200000', '181423.660000', '181424.120000', '181424.580000', '181425.040000', '181425.500000', '181425.960000', '181426.420000', '181426.880000', '181427.340000', '181427.800000', '181428.260000', '181428.720000', '181429.180000', '181429.640000', '181430.100000', '181430.560000', '181431.020000', '181431.480000', '181431.940000', '181432.400000', '181432.860000', '181433.320000', '181433.780000', '181434.240000', '181434.700000', '181435.160000', '181435.620000', '181436.080000', '181436.540000', '181437.000000', '181437.460000', '181437.920000', '181438.380000', '181438.840000', '181439.300000', '181439.760000', '181440.220000', '181440.680000', '181441.140000', '181441.600000', '181442.060000', '181442.520000', '181442.980000', '181443.440000', '181443.900000', '181444.360000', '181444.820000', '181445.280000', '181445.740000', '181446.200000', '181446.660000', '181447.120000', '181447.580000', '181448.040000', '181448.500000', '181448.960000', '181449.420000', '181449.880000', '181450.340000', '181450.800000', '181451.260000', '181451.720000', '181452.180000', '181452.640000', '181453.100000', '181453.560000', '181454.020000', '181454.480000', '181454.940000', '181455.400000', '181455.860000', '181456.320000', '181456.780000', '181457.240000', '181457.700000', '181458.160000', '181458.620000', '181459.080000', '181459.540000', '181500.000000', '181500.460000', '181500.920000', '181501.380000', '181501.840000', '181502.300000', '181502.760000', '181503.220000', '181503.680000', '181504.140000', '181504.600000', '181505.060000', '181505.520000', '181505.980000', '181506.440000', '181506.900000', '181507.360000', '181507.820000', '181508.280000', '181508.740000', '181509.200000', '181509.660000', '181510.120000', '181510.580000', '181511.040000', '181511.500000', '181511.960000', '181512.420000', '181512.880000', '181513.340000', '181513.800000', '181514.260000', '181514.720000', '181515.180000', '181515.640000', '181516.100000', '181516.560000', '181517.020000', '181517.480000', '181517.940000', '181518.400000', '181518.860000', '181519.320000', '181519.780000', '181520.240000', '181520.700000', '181521.160000', '181521.620000', '181522.080000', '181522.540000', '181523.000000', '181523.460000', '181523.920000', '181524.380000', '181524.840000', '181525.300000', '181525.760000', '181526.220000', '181526.680000', '181527.140000', '181527.600000', '181528.060000', '181528.520000', '181528.980000', '181529.440000', '181529.900000', '181530.360000', '181530.820000', '181531.280000', '181531.740000', '181532.200000', '181532.660000', '181533.120000', '181533.580000', '181534.040000', '181534.500000', '181534.960000', '181535.420000', '181535.880000', '181536.340000', '181536.800000', '181537.260000', '181537.720000', '181538.180000', '181538.640000', '181539.100000', '181539.560000', '181540.020000', '181540.480000', '181540.940000', '181541.400000', '181541.860000', '181542.320000', '181542.780000', '181543.240000', '181543.700000', '181544.160000', '181544.620000', '181545.080000', '181545.540000', '181546.000000', '181546.460000', '181546.920000', '181547.380000', '181547.840000', '181548.300000', '181548.760000', '181549.220000', '181549.680000', '181550.140000', '181550.600000', '181551.060000', '181551.520000', '181551.980000', '181552.440000', '181552.900000', '181553.360000', '181553.820000', '181554.280000', '181554.740000', '181555.200000', '181555.660000', '181556.120000', '181556.580000', '181557.040000', '181557.500000', '181557.960000', '181558.420000', '181558.880000', '181559.340000', '181559.800000', '181600.260000', '181600.720000', '181601.180000', '181601.640000', '181602.100000', '181602.560000', '181603.020000', '181603.480000', '181603.940000', '181604.400000', '181604.860000', '181605.320000', '181605.780000', '181606.240000', '181606.700000', '181607.160000', '181607.620000', '181608.080000', '181608.540000', '181609.000000', '181609.460000', '181609.920000', '181610.380000', '181610.840000', '181611.300000', '181611.760000', '181612.220000', '181612.680000', '181613.140000', '181613.600000', '181614.060000', '181614.520000', '181614.980000', '181615.440000', '181615.900000', '181616.360000', '181616.820000', '181617.280000', '181617.740000', '181618.200000', '181618.660000', '181619.120000', '181619.580000', '181620.040000', '181620.500000', '181620.960000', '181621.420000', '181621.880000', '181622.340000', '181622.800000', '181623.260000', '181623.720000', '181624.180000', '181624.640000', '181625.100000', '181625.560000', '181626.020000', '181626.480000', '181626.940000', '181627.400000', '181627.860000', '181628.320000', '181628.780000', '181629.240000', '181629.700000', '181630.160000', '181630.620000', '181631.080000', '181631.540000', '181632.000000', '181632.460000', '181632.920000', '181633.380000', '181633.840000', '181634.300000', '181634.760000', '181635.220000', '181635.680000', '181636.140000', '181636.600000', '181637.060000', '181637.520000', '181637.980000', '181638.440000', '181638.900000', '181639.360000', '181639.820000', '181640.280000', '181640.740000', '181641.200000', '181641.660000', '181642.120000', '181642.580000', '181643.040000', '181643.500000', '181643.960000', '181644.420000', '181644.880000', '181645.340000', '181645.800000', '181646.260000', '181646.720000', '181647.180000', '181647.640000', '181648.100000', '181648.560000', '181649.020000', '181649.480000', '181649.940000', '181650.400000', '181650.860000', '181651.320000', '181651.780000', '181652.240000', '181652.700000', '181653.160000', '181653.620000', '181654.080000', '181654.540000', '181655.000000', '181655.460000', '181655.920000', '181656.380000', '181656.840000', '181657.300000', '181657.760000', '181658.220000', '181658.680000', '181659.140000', '181659.600000', '181700.060000', '181700.520000', '181700.980000', '181701.440000', '181701.900000', '181702.360000', '181702.820000', '181703.280000', '181703.740000', '181704.200000', '181704.660000', '181705.120000', '181705.580000', '181706.040000', '181706.500000', '181706.960000', '181707.420000', '181707.880000', '181708.340000', '181708.800000', '181709.260000', '181709.720000', '181710.180000', '181710.640000', '181711.100000', '181711.560000', '181712.020000'], 'ContentTime': ['180813.150000', '180813.153000', '180813.156000', '180813.159000', '180813.161000', '180813.164000', '180813.167000', '180813.169000', '180813.172000', '180813.174000', '180813.177000', '180813.183000', '180813.186000', '180813.190000', '180813.193000', '180813.196000', '180813.208000', '180813.211000', '180813.214000', '180813.217000', '180813.220000', '180813.223000', '180813.226000', '180813.232000', '180813.235000', '180813.237000', '180813.240000', '180813.243000', '180813.245000', '180813.248000', '180813.250000', '180813.253000', '180813.255000', '180833.113000', '180833.116000', '180833.119000', '180833.121000', '180833.124000', '180833.127000', '180833.129000', '180833.132000', '180833.144000', '180833.146000', '180833.149000', '180833.152000', '180833.154000', '180833.157000', '180833.159000', '180833.162000', '180833.165000', '180833.176000', '180833.178000', '180833.181000', '180833.183000', '180833.186000', '180833.189000', '180833.192000', '180833.194000', '180833.197000', '180833.200000', '180833.202000', '180833.205000', '180833.207000', '180833.210000', '180833.212000', '180833.215000', '180833.218000', '180833.220000', '180833.223000', '180833.225000', '180833.228000', '180833.231000', '180833.233000', '180833.236000', '180833.239000', '180833.241000', '180833.244000', '180853.114000', '180853.117000', '180853.120000', '180853.123000', '180853.125000', '180853.128000', '180853.130000', '180853.133000', '180853.136000', '180853.138000', '180853.141000', '180853.144000', '180853.146000', '180853.149000', '180853.151000', '180853.154000', '180853.159000', '180853.161000', '180853.164000', '180853.167000', '180853.169000', '180853.172000', '180853.175000', '180853.177000', '180853.180000', '180853.182000', '180853.185000', '180853.188000', '180853.191000', '180853.194000', '180853.197000', '180853.200000', '180853.203000', '180853.206000', '180853.208000', '180853.211000', '180853.213000', '180853.216000', '180853.219000', '180853.221000', '180853.224000', '180853.226000', '180853.229000', '180913.114000', '180913.117000', '180913.120000', '180913.122000', '180913.125000', '180913.128000', '180913.131000', '180913.133000', '180913.136000', '180913.139000', '180913.141000', '180913.144000', '180913.146000', '180913.149000', '180913.152000', '180913.154000', '180913.157000', '180913.159000', '180913.162000', '180913.165000', '180913.167000', '180913.170000', '180913.173000', '180913.175000', '180913.178000', '180913.180000', '180913.183000', '180913.186000', '180913.189000', '180913.191000', '180913.194000', '180913.196000', '180913.199000', '180913.201000', '180913.204000', '180913.207000', '180913.210000', '180913.212000', '180913.215000', '180913.217000', '180913.220000', '180913.223000', '180913.225000', '180913.234000', '180933.115000', '180933.117000', '180933.120000', '180933.123000', '180933.125000', '180933.128000', '180933.131000', '180933.133000', '180933.136000', '180933.139000', '180933.144000', '180933.146000', '180933.149000', '180933.151000', '180933.154000', '180933.157000', '180933.159000', '180933.162000', '180933.165000', '180933.167000', '180933.170000', '180933.172000', '180933.175000', '180933.178000', '180933.180000', '180933.183000', '180933.185000', '180933.188000', '180933.191000', '180933.193000', '180933.196000', '180933.198000', '180933.201000', '180933.204000', '180933.206000', '180933.209000', '180933.212000', '180933.214000', '180933.217000', '180933.220000', '180933.222000', '180933.225000', '180933.228000', '180953.114000', '180953.117000', '180953.120000', '180953.123000', '180953.125000', '180953.128000', '180953.130000', '180953.133000', '180953.136000', '180953.138000', '180953.141000', '180953.144000', '180953.146000', '180953.149000', '180953.151000', '180953.154000', '180953.157000', '180953.159000', '180953.162000', '180953.165000', '180953.167000', '180953.170000', '180953.173000', '180953.175000', '180953.178000', '180953.180000', '180953.183000', '180953.186000', '180953.188000', '180953.191000', '180953.194000', '180953.196000', '180953.199000', '180953.202000', '180953.204000', '180953.207000', '180953.210000', '180953.212000', '180953.215000', '180953.218000', '180953.220000', '180953.223000', '180953.225000', '180953.228000', '181013.115000', '181013.118000', '181013.120000', '181013.134000', '181013.137000', '181013.140000', '181013.142000', '181013.145000', '181013.148000', '181013.150000', '181013.153000', '181013.156000', '181013.158000', '181013.161000', '181013.163000', '181013.166000', '181013.169000', '181013.171000', '181013.174000', '181013.177000', '181013.179000', '181013.182000', '181013.185000', '181013.187000', '181013.190000', '181013.193000', '181013.195000', '181013.198000', '181013.200000', '181013.203000', '181013.206000', '181013.208000', '181013.211000', '181013.214000', '181013.216000', '181013.219000', '181013.221000', '181013.224000', '181013.227000', '181013.229000', '181013.232000', '181013.235000', '181013.237000', '181033.114000', '181033.117000', '181033.120000', '181033.123000', '181033.125000', '181033.128000', '181033.131000', '181033.133000', '181033.136000', '181033.139000', '181033.141000', '181033.144000', '181033.146000', '181033.149000', '181033.152000', '181033.154000', '181033.157000', '181033.160000', '181033.162000', '181033.165000', '181033.167000', '181033.170000', '181033.173000', '181033.175000', '181033.178000', '181033.180000', '181033.183000', '181033.186000', '181033.189000', '181033.191000', '181033.194000', '181033.197000', '181033.199000', '181033.202000', '181033.205000', '181033.207000', '181033.210000', '181033.212000', '181033.215000', '181033.218000', '181033.220000', '181033.223000', '181033.226000', '181033.228000', '181053.114000', '181053.117000', '181053.119000', '181053.122000', '181053.125000', '181053.127000', '181053.130000', '181053.132000', '181053.135000', '181053.138000', '181053.140000', '181053.143000', '181053.146000', '181053.148000', '181053.151000', '181053.155000', '181053.157000', '181053.160000', '181053.163000', '181053.165000', '181053.168000', '181053.171000', '181053.173000', '181053.176000', '181053.179000', '181053.181000', '181053.184000', '181053.186000', '181053.189000', '181053.192000', '181053.194000', '181053.197000', '181053.205000', '181053.208000', '181053.210000', '181053.213000', '181053.216000', '181053.218000', '181053.221000', '181053.223000', '181053.226000', '181053.229000', '181053.231000', '181113.114000', '181113.118000', '181113.120000', '181113.123000', '181113.126000', '181113.128000', '181113.131000', '181113.134000', '181113.136000', '181113.139000', '181113.142000', '181113.144000', '181113.147000', '181113.150000', '181113.152000', '181113.155000', '181113.157000', '181113.160000', '181113.163000', '181113.165000', '181113.168000', '181113.171000', '181113.173000', '181113.176000', '181113.178000', '181113.181000', '181113.184000', '181113.186000', '181113.189000', '181113.192000', '181113.194000', '181113.197000', '181113.200000', '181113.202000', '181113.205000', '181113.208000', '181113.210000', '181113.213000', '181113.216000', '181113.218000', '181113.221000', '181113.223000', '181113.226000', '181133.115000', '181133.117000', '181133.120000', '181133.123000', '181133.126000', '181133.129000', '181133.131000', '181133.134000', '181133.137000', '181133.139000', '181133.142000', '181133.144000', '181133.147000', '181133.150000', '181133.152000', '181133.155000', '181133.158000', '181133.160000', '181133.163000', '181133.166000', '181133.168000', '181133.171000', '181133.173000', '181133.176000', '181133.179000', '181133.181000', '181133.184000', '181133.186000', '181133.190000', '181133.192000', '181133.195000', '181133.198000', '181133.201000', '181133.203000', '181133.206000', '181133.208000', '181133.211000', '181133.214000', '181133.216000', '181133.219000', '181133.222000', '181133.224000', '181133.227000', '181133.253000', '181153.114000', '181153.117000', '181153.120000', '181153.122000', '181153.125000', '181153.128000', '181153.131000', '181153.133000', '181153.136000', '181153.139000', '181153.141000', '181153.144000', '181153.147000', '181153.150000', '181153.152000', '181153.155000', '181153.158000', '181153.160000', '181153.163000', '181153.166000', '181153.168000', '181153.171000', '181153.174000', '181153.176000', '181153.179000', '181153.181000', '181153.184000', '181153.187000', '181153.189000', '181153.192000', '181153.195000', '181153.197000', '181153.200000', '181153.202000', '181153.205000', '181153.208000', '181153.210000', '181153.213000', '181153.216000', '181153.218000', '181153.221000', '181153.224000', '181153.226000', '181153.229000', '181213.114000', '181213.117000', '181213.120000', '181213.123000', '181213.125000', '181213.128000', '181213.131000', '181213.133000', '181213.136000', '181213.139000', '181213.141000', '181213.144000', '181213.147000', '181213.149000', '181213.152000', '181213.155000', '181213.157000', '181213.160000', '181213.162000', '181213.165000', '181213.168000', '181213.170000', '181213.173000', '181213.176000', '181213.178000', '181213.181000', '181213.184000', '181213.186000', '181213.189000', '181213.191000', '181213.194000', '181213.197000', '181213.199000', '181213.202000', '181213.205000', '181213.207000', '181213.210000', '181213.213000', '181213.215000', '181213.218000', '181213.221000', '181213.223000', '181213.226000', '181233.114000', '181233.118000', '181233.120000', '181233.123000', '181233.126000', '181233.128000', '181233.131000', '181233.134000', '181233.136000', '181233.139000', '181233.142000', '181233.144000', '181233.147000', '181233.150000', '181233.152000', '181233.155000', '181233.158000', '181233.160000', '181233.163000', '181233.166000', '181233.168000', '181233.171000', '181233.174000', '181233.176000', '181233.179000', '181233.181000', '181233.184000', '181233.187000', '181233.190000', '181233.192000', '181233.195000', '181233.197000', '181233.200000', '181233.203000', '181233.205000', '181233.208000', '181233.211000', '181233.213000', '181233.216000', '181233.219000', '181233.221000', '181233.224000', '181233.226000', '181253.115000', '181253.117000', '181253.120000', '181253.123000', '181253.125000', '181253.128000', '181253.131000', '181253.133000', '181253.136000', '181253.139000', '181253.142000', '181253.144000', '181253.147000', '181253.150000', '181253.152000', '181253.155000', '181253.158000', '181253.160000', '181253.163000', '181253.165000', '181253.168000', '181253.171000', '181253.173000', '181253.176000', '181253.178000', '181253.181000', '181253.184000', '181253.187000', '181253.189000', '181253.192000', '181253.195000', '181253.197000', '181253.200000', '181253.202000', '181253.205000', '181253.208000', '181253.210000', '181253.213000', '181253.216000', '181253.218000', '181253.221000', '181253.223000', '181253.226000', '181253.229000', '181313.114000', '181313.116000', '181313.119000', '181313.122000', '181313.125000', '181313.127000', '181313.130000', '181313.133000', '181313.137000', '181313.139000', '181313.172000', '181313.174000', '181313.177000', '181313.180000', '181313.182000', '181313.185000', '181313.187000', '181313.190000', '181313.193000', '181313.196000', '181313.198000', '181313.201000', '181313.204000', '181313.206000', '181313.209000', '181313.212000', '181313.214000', '181313.217000', '181313.220000', '181313.222000', '181313.225000', '181313.228000', '181313.231000', '181313.233000', '181313.236000', '181313.239000', '181313.241000', '181313.244000', '181313.247000', '181313.249000', '181313.252000', '181313.254000', '181313.258000', '181313.260000', '181333.114000', '181333.117000', '181333.120000', '181333.123000', '181333.126000', '181333.128000', '181333.131000', '181333.133000', '181333.136000', '181333.139000', '181333.141000', '181333.144000', '181333.147000', '181333.149000', '181333.152000', '181333.154000', '181333.157000', '181333.160000', '181333.162000', '181333.165000', '181333.168000', '181333.170000', '181333.173000', '181333.175000', '181333.178000', '181333.181000', '181333.183000', '181333.186000', '181333.189000', '181333.191000', '181333.194000', '181333.196000', '181333.199000', '181333.202000', '181333.204000', '181333.207000', '181333.210000', '181333.212000', '181333.215000', '181333.218000', '181333.220000', '181333.223000', '181333.226000', '181353.114000', '181353.117000', '181353.120000', '181353.122000', '181353.125000', '181353.128000', '181353.131000', '181353.133000', '181353.136000', '181353.139000', '181353.141000', '181353.144000', '181353.146000', '181353.149000', '181353.152000', '181353.154000', '181353.157000', '181353.160000', '181353.162000', '181353.165000', '181353.168000', '181353.170000', '181353.173000', '181353.176000', '181353.178000', '181353.181000', '181353.184000', '181353.186000', '181353.189000', '181353.192000', '181353.194000', '181353.197000', '181353.199000', '181353.202000', '181353.205000', '181353.208000', '181353.210000', '181353.213000', '181353.216000', '181353.218000', '181353.221000', '181353.223000', '181353.226000', '181413.115000', '181413.118000', '181413.120000', '181413.123000', '181413.126000', '181413.128000', '181413.131000', '181413.133000', '181413.136000', '181413.139000', '181413.142000', '181413.144000', '181413.150000', '181413.153000', '181413.155000', '181413.158000', '181413.160000', '181413.163000', '181413.166000', '181413.168000', '181413.171000', '181413.174000', '181413.176000', '181413.179000', '181413.182000', '181413.184000', '181413.187000', '181413.190000', '181413.192000', '181413.195000', '181413.198000', '181413.200000', '181413.203000', '181413.206000', '181413.208000', '181413.211000', '181413.214000', '181413.216000', '181413.219000', '181413.221000', '181413.224000', '181413.227000', '181413.229000', '181413.232000', '181433.115000', '181433.117000', '181433.120000', '181433.123000', '181433.125000', '181433.128000', '181433.152000', '181433.155000', '181433.158000', '181433.160000', '181433.163000', '181433.165000', '181433.168000', '181433.171000', '181433.174000', '181433.177000', '181433.180000', '181433.182000', '181433.185000', '181433.188000', '181433.191000', '181433.193000', '181433.196000', '181433.199000', '181433.201000', '181433.204000', '181433.207000', '181433.209000', '181433.212000', '181433.215000', '181433.217000', '181433.220000', '181433.223000', '181433.225000', '181433.228000', '181433.231000', '181433.234000', '181433.237000', '181433.239000', '181433.242000', '181433.245000', '181433.247000', '181433.250000', '181453.115000', '181453.118000', '181453.120000', '181453.123000', '181453.126000', '181453.129000', '181453.131000', '181453.134000', '181453.137000', '181453.139000', '181453.142000', '181453.145000', '181453.147000', '181453.150000', '181453.152000', '181453.155000', '181453.158000', '181453.160000', '181453.163000', '181453.166000', '181453.168000', '181453.171000', '181453.174000', '181453.176000', '181453.179000', '181453.182000', '181453.184000', '181453.187000', '181453.190000', '181453.192000', '181453.195000', '181453.198000', '181453.200000', '181453.203000', '181453.206000', '181453.208000', '181453.211000', '181453.214000', '181453.216000', '181453.219000', '181453.222000', '181453.224000', '181453.227000', '181453.230000', '181513.114000', '181513.117000', '181513.120000', '181513.123000', '181513.125000', '181513.128000', '181513.131000', '181513.134000', '181513.136000', '181513.139000', '181513.142000', '181513.145000', '181513.147000', '181513.150000', '181513.153000', '181513.155000', '181513.158000', '181513.161000', '181513.163000', '181513.166000', '181513.169000', '181513.171000', '181513.174000', '181513.176000', '181513.179000', '181513.182000', '181513.184000', '181513.187000', '181513.190000', '181513.192000', '181513.195000', '181513.198000', '181513.200000', '181513.203000', '181513.205000', '181513.208000', '181513.211000', '181513.213000', '181513.216000', '181513.219000', '181513.221000', '181513.224000', '181513.226000', '181533.114000', '181533.117000', '181533.120000', '181533.123000', '181533.126000', '181533.128000', '181533.131000', '181533.134000', '181533.136000', '181533.139000', '181533.142000', '181533.144000', '181533.147000', '181533.149000', '181533.152000', '181533.155000', '181533.157000', '181533.160000', '181533.163000', '181533.165000', '181533.168000', '181533.170000', '181533.173000', '181533.176000', '181533.178000', '181533.181000', '181533.184000', '181533.186000', '181533.189000', '181533.192000', '181533.194000', '181533.197000', '181533.200000', '181533.203000', '181533.205000', '181533.208000', '181533.211000', '181533.213000', '181533.216000', '181533.219000', '181533.221000', '181533.224000', '181533.227000', '181533.229000', '181553.115000', '181553.118000', '181553.120000', '181553.128000', '181553.131000', '181553.134000', '181553.136000', '181553.139000', '181553.142000', '181553.144000', '181553.147000', '181553.149000', '181553.152000', '181553.155000', '181553.157000', '181553.160000', '181553.163000', '181553.166000', '181553.168000', '181553.171000', '181553.174000', '181553.176000', '181553.179000', '181553.182000', '181553.184000', '181553.187000', '181553.191000', '181553.194000', '181553.196000', '181553.199000', '181553.202000', '181553.204000', '181553.207000', '181553.209000', '181553.212000', '181553.216000', '181553.219000', '181553.222000', '181553.224000', '181553.227000', '181553.230000', '181553.232000', '181553.235000', '181613.114000', '181613.118000', '181613.120000', '181613.123000', '181613.126000', '181613.128000', '181613.131000', '181613.134000', '181613.136000', '181613.139000', '181613.141000', '181613.144000', '181613.147000', '181613.149000', '181613.152000', '181613.155000', '181613.157000', '181613.160000', '181613.163000', '181613.165000', '181613.168000', '181613.180000', '181613.182000', '181613.185000', '181613.187000', '181613.190000', '181613.193000', '181613.195000', '181613.198000', '181613.201000', '181613.203000', '181613.206000', '181613.209000', '181613.212000', '181613.214000', '181613.217000', '181613.219000', '181613.222000', '181613.225000', '181613.228000', '181613.230000', '181613.233000', '181613.236000', '181613.238000', '181633.115000', '181633.118000', '181633.120000', '181633.123000', '181633.126000', '181633.129000', '181633.131000', '181633.134000', '181633.137000', '181633.139000', '181633.142000', '181633.144000', '181633.147000', '181633.150000', '181633.152000', '181633.155000', '181633.158000', '181633.160000', '181633.163000', '181633.165000', '181633.168000', '181633.171000', '181633.173000', '181633.176000', '181633.179000', '181633.181000', '181633.184000', '181633.187000', '181633.189000', '181633.192000', '181633.195000', '181633.197000', '181633.200000', '181633.203000', '181633.205000', '181633.208000', '181633.210000', '181633.213000', '181633.216000', '181633.218000', '181633.221000', '181633.223000', '181633.226000', '181653.115000', '181653.118000', '181653.120000', '181653.123000', '181653.126000', '181653.129000', '181653.131000', '181653.134000', '181653.137000', '181653.139000', '181653.142000', '181653.145000', '181653.147000', '181653.150000', '181653.153000', '181653.155000', '181653.158000', '181653.161000', '181653.163000', '181653.166000', '181653.169000', '181653.171000', '181653.174000', '181653.177000', '181653.179000', '181653.182000', '181653.184000', '181653.187000', '181653.190000', '181653.193000', '181653.195000', '181653.198000', '181653.201000', '181653.204000', '181653.206000', '181653.209000', '181653.211000', '181653.214000', '181653.217000', '181653.219000', '181653.222000', '181653.225000', '181653.227000', '181653.230000', '181713.115000', '181713.117000', '181713.121000', '181713.123000', '181713.126000', '181713.129000', '181713.131000', '181713.134000', '181713.137000', '181713.139000', '181713.142000', '181713.145000', '181713.147000', '181713.150000', '181713.153000', '181713.155000', '181713.158000', '181713.161000', '181713.163000', '181713.166000', '181713.169000', '181713.171000', '181713.174000', '181713.177000', '181713.179000', '181713.183000', '181713.186000', '181713.188000', '181713.191000', '181713.194000', '181713.197000', '181713.199000', '181713.202000', '181713.205000', '181713.207000', '181713.210000', '181713.213000', '181713.215000', '181713.218000', '181713.220000', '181713.223000', '181713.226000', '181713.228000', '181713.671000', '181713.674000'], 'InstanceCreationTime': ['180813.150000', '180813.153000', '180813.156000', '180813.159000', '180813.161000', '180813.164000', '180813.167000', '180813.169000', '180813.172000', '180813.174000', '180813.177000', '180813.183000', '180813.186000', '180813.190000', '180813.193000', '180813.196000', '180813.208000', '180813.211000', '180813.214000', '180813.217000', '180813.220000', '180813.223000', '180813.226000', '180813.232000', '180813.235000', '180813.237000', '180813.240000', '180813.243000', '180813.245000', '180813.248000', '180813.250000', '180813.253000', '180813.255000', '180833.113000', '180833.116000', '180833.119000', '180833.121000', '180833.124000', '180833.127000', '180833.129000', '180833.132000', '180833.144000', '180833.146000', '180833.149000', '180833.152000', '180833.154000', '180833.157000', '180833.159000', '180833.162000', '180833.165000', '180833.176000', '180833.178000', '180833.181000', '180833.183000', '180833.186000', '180833.189000', '180833.192000', '180833.194000', '180833.197000', '180833.200000', '180833.202000', '180833.205000', '180833.207000', '180833.210000', '180833.212000', '180833.215000', '180833.218000', '180833.220000', '180833.223000', '180833.225000', '180833.228000', '180833.231000', '180833.233000', '180833.236000', '180833.239000', '180833.241000', '180833.244000', '180853.114000', '180853.117000', '180853.120000', '180853.123000', '180853.125000', '180853.128000', '180853.130000', '180853.133000', '180853.136000', '180853.138000', '180853.141000', '180853.144000', '180853.146000', '180853.149000', '180853.151000', '180853.154000', '180853.159000', '180853.161000', '180853.164000', '180853.167000', '180853.169000', '180853.172000', '180853.175000', '180853.177000', '180853.180000', '180853.182000', '180853.185000', '180853.188000', '180853.191000', '180853.194000', '180853.197000', '180853.200000', '180853.203000', '180853.206000', '180853.208000', '180853.211000', '180853.213000', '180853.216000', '180853.219000', '180853.221000', '180853.224000', '180853.226000', '180853.229000', '180913.114000', '180913.117000', '180913.120000', '180913.122000', '180913.125000', '180913.128000', '180913.131000', '180913.133000', '180913.136000', '180913.139000', '180913.141000', '180913.144000', '180913.146000', '180913.149000', '180913.152000', '180913.154000', '180913.157000', '180913.159000', '180913.162000', '180913.165000', '180913.167000', '180913.170000', '180913.173000', '180913.175000', '180913.178000', '180913.180000', '180913.183000', '180913.186000', '180913.189000', '180913.191000', '180913.194000', '180913.196000', '180913.199000', '180913.201000', '180913.204000', '180913.207000', '180913.210000', '180913.212000', '180913.215000', '180913.217000', '180913.220000', '180913.223000', '180913.225000', '180913.234000', '180933.115000', '180933.117000', '180933.120000', '180933.123000', '180933.125000', '180933.128000', '180933.131000', '180933.133000', '180933.136000', '180933.139000', '180933.144000', '180933.146000', '180933.149000', '180933.151000', '180933.154000', '180933.157000', '180933.159000', '180933.162000', '180933.165000', '180933.167000', '180933.170000', '180933.172000', '180933.175000', '180933.178000', '180933.180000', '180933.183000', '180933.185000', '180933.188000', '180933.191000', '180933.193000', '180933.196000', '180933.198000', '180933.201000', '180933.204000', '180933.206000', '180933.209000', '180933.212000', '180933.214000', '180933.217000', '180933.220000', '180933.222000', '180933.225000', '180933.228000', '180953.114000', '180953.117000', '180953.120000', '180953.123000', '180953.125000', '180953.128000', '180953.130000', '180953.133000', '180953.136000', '180953.138000', '180953.141000', '180953.144000', '180953.146000', '180953.149000', '180953.151000', '180953.154000', '180953.157000', '180953.159000', '180953.162000', '180953.165000', '180953.167000', '180953.170000', '180953.173000', '180953.175000', '180953.178000', '180953.180000', '180953.183000', '180953.186000', '180953.188000', '180953.191000', '180953.194000', '180953.196000', '180953.199000', '180953.202000', '180953.204000', '180953.207000', '180953.210000', '180953.212000', '180953.215000', '180953.218000', '180953.220000', '180953.223000', '180953.225000', '180953.228000', '181013.115000', '181013.118000', '181013.120000', '181013.134000', '181013.137000', '181013.140000', '181013.142000', '181013.145000', '181013.148000', '181013.150000', '181013.153000', '181013.156000', '181013.158000', '181013.161000', '181013.163000', '181013.166000', '181013.169000', '181013.171000', '181013.174000', '181013.177000', '181013.179000', '181013.182000', '181013.185000', '181013.187000', '181013.190000', '181013.193000', '181013.195000', '181013.198000', '181013.200000', '181013.203000', '181013.206000', '181013.208000', '181013.211000', '181013.214000', '181013.216000', '181013.219000', '181013.221000', '181013.224000', '181013.227000', '181013.229000', '181013.232000', '181013.235000', '181013.237000', '181033.114000', '181033.117000', '181033.120000', '181033.123000', '181033.125000', '181033.128000', '181033.131000', '181033.133000', '181033.136000', '181033.139000', '181033.141000', '181033.144000', '181033.146000', '181033.149000', '181033.152000', '181033.154000', '181033.157000', '181033.160000', '181033.162000', '181033.165000', '181033.167000', '181033.170000', '181033.173000', '181033.175000', '181033.178000', '181033.180000', '181033.183000', '181033.186000', '181033.189000', '181033.191000', '181033.194000', '181033.197000', '181033.199000', '181033.202000', '181033.205000', '181033.207000', '181033.210000', '181033.212000', '181033.215000', '181033.218000', '181033.220000', '181033.223000', '181033.226000', '181033.228000', '181053.114000', '181053.117000', '181053.119000', '181053.122000', '181053.125000', '181053.127000', '181053.130000', '181053.132000', '181053.135000', '181053.138000', '181053.140000', '181053.143000', '181053.146000', '181053.148000', '181053.151000', '181053.155000', '181053.157000', '181053.160000', '181053.163000', '181053.165000', '181053.168000', '181053.171000', '181053.173000', '181053.176000', '181053.179000', '181053.181000', '181053.184000', '181053.186000', '181053.189000', '181053.192000', '181053.194000', '181053.197000', '181053.205000', '181053.208000', '181053.210000', '181053.213000', '181053.216000', '181053.218000', '181053.221000', '181053.223000', '181053.226000', '181053.229000', '181053.231000', '181113.114000', '181113.118000', '181113.120000', '181113.123000', '181113.126000', '181113.128000', '181113.131000', '181113.134000', '181113.136000', '181113.139000', '181113.142000', '181113.144000', '181113.147000', '181113.150000', '181113.152000', '181113.155000', '181113.157000', '181113.160000', '181113.163000', '181113.165000', '181113.168000', '181113.171000', '181113.173000', '181113.176000', '181113.178000', '181113.181000', '181113.184000', '181113.186000', '181113.189000', '181113.192000', '181113.194000', '181113.197000', '181113.200000', '181113.202000', '181113.205000', '181113.208000', '181113.210000', '181113.213000', '181113.216000', '181113.218000', '181113.221000', '181113.223000', '181113.226000', '181133.115000', '181133.117000', '181133.120000', '181133.123000', '181133.126000', '181133.129000', '181133.131000', '181133.134000', '181133.137000', '181133.139000', '181133.142000', '181133.144000', '181133.147000', '181133.150000', '181133.152000', '181133.155000', '181133.158000', '181133.160000', '181133.163000', '181133.166000', '181133.168000', '181133.171000', '181133.173000', '181133.176000', '181133.179000', '181133.181000', '181133.184000', '181133.186000', '181133.190000', '181133.192000', '181133.195000', '181133.198000', '181133.201000', '181133.203000', '181133.206000', '181133.208000', '181133.211000', '181133.214000', '181133.216000', '181133.219000', '181133.222000', '181133.224000', '181133.227000', '181133.253000', '181153.114000', '181153.117000', '181153.120000', '181153.122000', '181153.125000', '181153.128000', '181153.131000', '181153.133000', '181153.136000', '181153.139000', '181153.141000', '181153.144000', '181153.147000', '181153.150000', '181153.152000', '181153.155000', '181153.158000', '181153.160000', '181153.163000', '181153.166000', '181153.168000', '181153.171000', '181153.174000', '181153.176000', '181153.179000', '181153.181000', '181153.184000', '181153.187000', '181153.189000', '181153.192000', '181153.195000', '181153.197000', '181153.200000', '181153.202000', '181153.205000', '181153.208000', '181153.210000', '181153.213000', '181153.216000', '181153.218000', '181153.221000', '181153.224000', '181153.226000', '181153.229000', '181213.114000', '181213.117000', '181213.120000', '181213.123000', '181213.125000', '181213.128000', '181213.131000', '181213.133000', '181213.136000', '181213.139000', '181213.141000', '181213.144000', '181213.147000', '181213.149000', '181213.152000', '181213.155000', '181213.157000', '181213.160000', '181213.162000', '181213.165000', '181213.168000', '181213.170000', '181213.173000', '181213.176000', '181213.178000', '181213.181000', '181213.184000', '181213.186000', '181213.189000', '181213.191000', '181213.194000', '181213.197000', '181213.199000', '181213.202000', '181213.205000', '181213.207000', '181213.210000', '181213.213000', '181213.215000', '181213.218000', '181213.221000', '181213.223000', '181213.226000', '181233.114000', '181233.118000', '181233.120000', '181233.123000', '181233.126000', '181233.128000', '181233.131000', '181233.134000', '181233.136000', '181233.139000', '181233.142000', '181233.144000', '181233.147000', '181233.150000', '181233.152000', '181233.155000', '181233.158000', '181233.160000', '181233.163000', '181233.166000', '181233.168000', '181233.171000', '181233.174000', '181233.176000', '181233.179000', '181233.181000', '181233.184000', '181233.187000', '181233.190000', '181233.192000', '181233.195000', '181233.197000', '181233.200000', '181233.203000', '181233.205000', '181233.208000', '181233.211000', '181233.213000', '181233.216000', '181233.219000', '181233.221000', '181233.224000', '181233.226000', '181253.115000', '181253.117000', '181253.120000', '181253.123000', '181253.125000', '181253.128000', '181253.131000', '181253.133000', '181253.136000', '181253.139000', '181253.142000', '181253.144000', '181253.147000', '181253.150000', '181253.152000', '181253.155000', '181253.158000', '181253.160000', '181253.163000', '181253.165000', '181253.168000', '181253.171000', '181253.173000', '181253.176000', '181253.178000', '181253.181000', '181253.184000', '181253.187000', '181253.189000', '181253.192000', '181253.195000', '181253.197000', '181253.200000', '181253.202000', '181253.205000', '181253.208000', '181253.210000', '181253.213000', '181253.216000', '181253.218000', '181253.221000', '181253.223000', '181253.226000', '181253.229000', '181313.114000', '181313.116000', '181313.119000', '181313.122000', '181313.125000', '181313.127000', '181313.130000', '181313.133000', '181313.137000', '181313.139000', '181313.172000', '181313.174000', '181313.177000', '181313.180000', '181313.182000', '181313.185000', '181313.187000', '181313.190000', '181313.193000', '181313.196000', '181313.198000', '181313.201000', '181313.204000', '181313.206000', '181313.209000', '181313.212000', '181313.214000', '181313.217000', '181313.220000', '181313.222000', '181313.225000', '181313.228000', '181313.231000', '181313.233000', '181313.236000', '181313.239000', '181313.241000', '181313.244000', '181313.247000', '181313.249000', '181313.252000', '181313.254000', '181313.258000', '181313.260000', '181333.114000', '181333.117000', '181333.120000', '181333.123000', '181333.126000', '181333.128000', '181333.131000', '181333.133000', '181333.136000', '181333.139000', '181333.141000', '181333.144000', '181333.147000', '181333.149000', '181333.152000', '181333.154000', '181333.157000', '181333.160000', '181333.162000', '181333.165000', '181333.168000', '181333.170000', '181333.173000', '181333.175000', '181333.178000', '181333.181000', '181333.183000', '181333.186000', '181333.189000', '181333.191000', '181333.194000', '181333.196000', '181333.199000', '181333.202000', '181333.204000', '181333.207000', '181333.210000', '181333.212000', '181333.215000', '181333.218000', '181333.220000', '181333.223000', '181333.226000', '181353.114000', '181353.117000', '181353.120000', '181353.122000', '181353.125000', '181353.128000', '181353.131000', '181353.133000', '181353.136000', '181353.139000', '181353.141000', '181353.144000', '181353.146000', '181353.149000', '181353.152000', '181353.154000', '181353.157000', '181353.160000', '181353.162000', '181353.165000', '181353.168000', '181353.170000', '181353.173000', '181353.176000', '181353.178000', '181353.181000', '181353.184000', '181353.186000', '181353.189000', '181353.192000', '181353.194000', '181353.197000', '181353.199000', '181353.202000', '181353.205000', '181353.208000', '181353.210000', '181353.213000', '181353.216000', '181353.218000', '181353.221000', '181353.223000', '181353.226000', '181413.115000', '181413.118000', '181413.120000', '181413.123000', '181413.126000', '181413.128000', '181413.131000', '181413.133000', '181413.136000', '181413.139000', '181413.142000', '181413.144000', '181413.150000', '181413.153000', '181413.155000', '181413.158000', '181413.160000', '181413.163000', '181413.166000', '181413.168000', '181413.171000', '181413.174000', '181413.176000', '181413.179000', '181413.182000', '181413.184000', '181413.187000', '181413.190000', '181413.192000', '181413.195000', '181413.198000', '181413.200000', '181413.203000', '181413.206000', '181413.208000', '181413.211000', '181413.214000', '181413.216000', '181413.219000', '181413.221000', '181413.224000', '181413.227000', '181413.229000', '181413.232000', '181433.115000', '181433.117000', '181433.120000', '181433.123000', '181433.125000', '181433.128000', '181433.152000', '181433.155000', '181433.158000', '181433.160000', '181433.163000', '181433.165000', '181433.168000', '181433.171000', '181433.174000', '181433.177000', '181433.180000', '181433.182000', '181433.185000', '181433.188000', '181433.191000', '181433.193000', '181433.196000', '181433.199000', '181433.201000', '181433.204000', '181433.207000', '181433.209000', '181433.212000', '181433.215000', '181433.217000', '181433.220000', '181433.223000', '181433.225000', '181433.228000', '181433.231000', '181433.234000', '181433.237000', '181433.239000', '181433.242000', '181433.245000', '181433.247000', '181433.250000', '181453.115000', '181453.118000', '181453.120000', '181453.123000', '181453.126000', '181453.129000', '181453.131000', '181453.134000', '181453.137000', '181453.139000', '181453.142000', '181453.145000', '181453.147000', '181453.150000', '181453.152000', '181453.155000', '181453.158000', '181453.160000', '181453.163000', '181453.166000', '181453.168000', '181453.171000', '181453.174000', '181453.176000', '181453.179000', '181453.182000', '181453.184000', '181453.187000', '181453.190000', '181453.192000', '181453.195000', '181453.198000', '181453.200000', '181453.203000', '181453.206000', '181453.208000', '181453.211000', '181453.214000', '181453.216000', '181453.219000', '181453.222000', '181453.224000', '181453.227000', '181453.230000', '181513.114000', '181513.117000', '181513.120000', '181513.123000', '181513.125000', '181513.128000', '181513.131000', '181513.134000', '181513.136000', '181513.139000', '181513.142000', '181513.145000', '181513.147000', '181513.150000', '181513.153000', '181513.155000', '181513.158000', '181513.161000', '181513.163000', '181513.166000', '181513.169000', '181513.171000', '181513.174000', '181513.176000', '181513.179000', '181513.182000', '181513.184000', '181513.187000', '181513.190000', '181513.192000', '181513.195000', '181513.198000', '181513.200000', '181513.203000', '181513.205000', '181513.208000', '181513.211000', '181513.213000', '181513.216000', '181513.219000', '181513.221000', '181513.224000', '181513.226000', '181533.114000', '181533.117000', '181533.120000', '181533.123000', '181533.126000', '181533.128000', '181533.131000', '181533.134000', '181533.136000', '181533.139000', '181533.142000', '181533.144000', '181533.147000', '181533.149000', '181533.152000', '181533.155000', '181533.157000', '181533.160000', '181533.163000', '181533.165000', '181533.168000', '181533.170000', '181533.173000', '181533.176000', '181533.178000', '181533.181000', '181533.184000', '181533.186000', '181533.189000', '181533.192000', '181533.194000', '181533.197000', '181533.200000', '181533.203000', '181533.205000', '181533.208000', '181533.211000', '181533.213000', '181533.216000', '181533.219000', '181533.221000', '181533.224000', '181533.227000', '181533.229000', '181553.115000', '181553.118000', '181553.120000', '181553.128000', '181553.131000', '181553.134000', '181553.136000', '181553.139000', '181553.142000', '181553.144000', '181553.147000', '181553.149000', '181553.152000', '181553.155000', '181553.157000', '181553.160000', '181553.163000', '181553.166000', '181553.168000', '181553.171000', '181553.174000', '181553.176000', '181553.179000', '181553.182000', '181553.184000', '181553.187000', '181553.191000', '181553.194000', '181553.196000', '181553.199000', '181553.202000', '181553.204000', '181553.207000', '181553.209000', '181553.212000', '181553.216000', '181553.219000', '181553.222000', '181553.224000', '181553.227000', '181553.230000', '181553.232000', '181553.235000', '181613.114000', '181613.118000', '181613.120000', '181613.123000', '181613.126000', '181613.128000', '181613.131000', '181613.134000', '181613.136000', '181613.139000', '181613.141000', '181613.144000', '181613.147000', '181613.149000', '181613.152000', '181613.155000', '181613.157000', '181613.160000', '181613.163000', '181613.165000', '181613.168000', '181613.180000', '181613.182000', '181613.185000', '181613.187000', '181613.190000', '181613.193000', '181613.195000', '181613.198000', '181613.201000', '181613.203000', '181613.206000', '181613.209000', '181613.212000', '181613.214000', '181613.217000', '181613.219000', '181613.222000', '181613.225000', '181613.228000', '181613.230000', '181613.233000', '181613.236000', '181613.238000', '181633.115000', '181633.118000', '181633.120000', '181633.123000', '181633.126000', '181633.129000', '181633.131000', '181633.134000', '181633.137000', '181633.139000', '181633.142000', '181633.144000', '181633.147000', '181633.150000', '181633.152000', '181633.155000', '181633.158000', '181633.160000', '181633.163000', '181633.165000', '181633.168000', '181633.171000', '181633.173000', '181633.176000', '181633.179000', '181633.181000', '181633.184000', '181633.187000', '181633.189000', '181633.192000', '181633.195000', '181633.197000', '181633.200000', '181633.203000', '181633.205000', '181633.208000', '181633.210000', '181633.213000', '181633.216000', '181633.218000', '181633.221000', '181633.223000', '181633.226000', '181653.115000', '181653.118000', '181653.120000', '181653.123000', '181653.126000', '181653.129000', '181653.131000', '181653.134000', '181653.137000', '181653.139000', '181653.142000', '181653.145000', '181653.147000', '181653.150000', '181653.153000', '181653.155000', '181653.158000', '181653.161000', '181653.163000', '181653.166000', '181653.169000', '181653.171000', '181653.174000', '181653.177000', '181653.179000', '181653.182000', '181653.184000', '181653.187000', '181653.190000', '181653.193000', '181653.195000', '181653.198000', '181653.201000', '181653.204000', '181653.206000', '181653.209000', '181653.211000', '181653.214000', '181653.217000', '181653.219000', '181653.222000', '181653.225000', '181653.227000', '181653.230000', '181713.115000', '181713.117000', '181713.121000', '181713.123000', '181713.126000', '181713.129000', '181713.131000', '181713.134000', '181713.137000', '181713.139000', '181713.142000', '181713.145000', '181713.147000', '181713.150000', '181713.153000', '181713.155000', '181713.158000', '181713.161000', '181713.163000', '181713.166000', '181713.169000', '181713.171000', '181713.174000', '181713.177000', '181713.179000', '181713.183000', '181713.186000', '181713.188000', '181713.191000', '181713.194000', '181713.197000', '181713.199000', '181713.202000', '181713.205000', '181713.207000', '181713.210000', '181713.213000', '181713.215000', '181713.218000', '181713.220000', '181713.223000', '181713.226000', '181713.228000', '181713.671000', '181713.674000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'LargestImagePixelValue': [9581, 15599, 8104, 12141, 8211, 8695, 14137, 8832, 13786, 8388, 11130, 7382, 7693, 14503, 7250, 11838, 8156, 8617, 14118, 7147, 10461, 6997, 7904, 12554, 8602, 13308, 7651, 9423, 6705, 9178, 12110, 8286, 15408, 8787, 12011, 8115, 8032, 15492, 9408, 14850, 7820, 8739, 7604, 7664, 14668, 8110, 14658, 7840, 9742, 7743, 7772, 14735, 8976, 15229, 8246, 9307, 7776, 7818, 14794, 8666, 15436, 8635, 12979, 8429, 9155, 13527, 8505, 15352, 8512, 13040, 6797, 8188, 7001, 10781, 15305, 9961, 13824, 7251, 10951, 7225, 13296, 9311, 13993, 8812, 8318, 14615, 8190, 13447, 8154, 10978, 7272, 8028, 13949, 7682, 13407, 8865, 13901, 8046, 7956, 13612, 7931, 13606, 8208, 13956, 9079, 8222, 14288, 7576, 12443, 8781, 13569, 8634, 8052, 13208, 7502, 13929, 9341, 14525, 7622, 10304, 7317, 11907, 12865, 9851, 15197, 7457, 12421, 8014, 11642, 10256, 13149, 10291, 9567, 7249, 11379, 7430, 15595, 9297, 14649, 8814, 11791, 8170, 13695, 12956, 9113, 13690, 7764, 12339, 7308, 14040, 8558, 9806, 7251, 8246, 9221, 7734, 14697, 9335, 14926, 7584, 10964, 6616, 10188, 12783, 12407, 15680, 8854, 11279, 7836, 10526, 13130, 11190, 14928, 7840, 10574, 7331, 8243, 15113, 9647, 14053, 7044, 9691, 7735, 8474, 15215, 10075, 13731, 6919, 8584, 9314, 11171, 15486, 9076, 13608, 7488, 8997, 7221, 10727, 15516, 9510, 13446, 6753, 8626, 11045, 8324, 15178, 9122, 14274, 7066, 8257, 6999, 8223, 14108, 8769, 13821, 7573, 11889, 11963, 8377, 15548, 9049, 11609, 11414, 7997, 12092, 8023, 13122, 11828, 8309, 12167, 7458, 9110, 7019, 10105, 12138, 9366, 13837, 7279, 10589, 7394, 10335, 13691, 10482, 14469, 7641, 12210, 8656, 9951, 15805, 10241, 13946, 7483, 9081, 9138, 8096, 14893, 9224, 12704, 7198, 10423, 7091, 9368, 15238, 9842, 13315, 7739, 11711, 7242, 13184, 8964, 10985, 9182, 8155, 13812, 7720, 13620, 9005, 10813, 7581, 7928, 13978, 8274, 14111, 8771, 9833, 8318, 8137, 13130, 8050, 15213, 9041, 12581, 7154, 10472, 7244, 12150, 14982, 10416, 13986, 8096, 12523, 8506, 13825, 10160, 8810, 9746, 7899, 13870, 7476, 14656, 8577, 10283, 7632, 7983, 13322, 9363, 15577, 8221, 11317, 7150, 8235, 7835, 8317, 13610, 9764, 13836, 7652, 12803, 8236, 12962, 12966, 10500, 14042, 7428, 12461, 7818, 13791, 8949, 13927, 7704, 8090, 14040, 7584, 13847, 8811, 15265, 7805, 8611, 7302, 8156, 15017, 9031, 14693, 8601, 10831, 7359, 11227, 8709, 13670, 12511, 8583, 12672, 7541, 12461, 6880, 13165, 8375, 8964, 7265, 7858, 14957, 7694, 13237, 8693, 10779, 12069, 7581, 12657, 7266, 12874, 9086, 14026, 8330, 7908, 11487, 7434, 14358, 9161, 15275, 7594, 8750, 7613, 8178, 15850, 10215, 14996, 7768, 10698, 7435, 7962, 15088, 9079, 14078, 7167, 8252, 7672, 7652, 12270, 7059, 13501, 8172, 9131, 7090, 10505, 9853, 7687, 15360, 10222, 13874, 8147, 8592, 12428, 8558, 15330, 8898, 14237, 8307, 7973, 13667, 7715, 12921, 9218, 12555, 11529, 7982, 12614, 6966, 10861, 7383, 8414, 14070, 9243, 12688, 7046, 10272, 7446, 8021, 14422, 9968, 13694, 7807, 11441, 7979, 7729, 15330, 8933, 11440, 7399, 7862, 8218, 7585, 14065, 9471, 14179, 7439, 9266, 7968, 7657, 15321, 9756, 14107, 7651, 9998, 8036, 7630, 14992, 10161, 15180, 8309, 9650, 7951, 7817, 12805, 7719, 14192, 8837, 10191, 8128, 7773, 14531, 8473, 14783, 9659, 13305, 8453, 7974, 14416, 8426, 11843, 8252, 9686, 8930, 7865, 12978, 7478, 12577, 9703, 11857, 13185, 8052, 12112, 7805, 10533, 7392, 12669, 11164, 8439, 14927, 7358, 10681, 8438, 12507, 9356, 9216, 9687, 8063, 14263, 8275, 13195, 10143, 10718, 13170, 7844, 12579, 7626, 10970, 12086, 8919, 15325, 7749, 11204, 7541, 8147, 7739, 8238, 12913, 8320, 13309, 7181, 10362, 7882, 13196, 12683, 9824, 14610, 7551, 11436, 8539, 10108, 11596, 8702, 13813, 7352, 10230, 7899, 9368, 12362, 9307, 14680, 7556, 11350, 7342, 9384, 9156, 8360, 15370, 9888, 13583, 7675, 8758, 7873, 7841, 15435, 10369, 14052, 7547, 10270, 7712, 7909, 15049, 8854, 13449, 9170, 9465, 7644, 8009, 14670, 8266, 14216, 9610, 13854, 7910, 7907, 10167, 7614, 14721, 8899, 14264, 9292, 8356, 11147, 7645, 13790, 8405, 14106, 8880, 8389, 10971, 7763, 13345, 8271, 13723, 9293, 8977, 13063, 7674, 11470, 7728, 11576, 9032, 8204, 12279, 7098, 11482, 7388, 10766, 8818, 8966, 11885, 7498, 12578, 7332, 13349, 8703, 12275, 12204, 7849, 13078, 8187, 8745, 13935, 9138, 13851, 8608, 9447, 7669, 7756, 10944, 7131, 13265, 8534, 9430, 7819, 8159, 14603, 7639, 14040, 8672, 10646, 10905, 7892, 12419, 7604, 11264, 7979, 11797, 15407, 9942, 13738, 8009, 8816, 8857, 7856, 15105, 9318, 14046, 8008, 8427, 10550, 7936, 14144, 8911, 14289, 8685, 7923, 11293, 7287, 10355, 7226, 9511, 8454, 8639, 11725, 6999, 10790, 7347, 10873, 8277, 9837, 12402, 8249, 13938, 8497, 11454, 9848, 8576, 13047, 7249, 11193, 7840, 11899, 8330, 8559, 9090, 7646, 12791, 7902, 12932, 8510, 11108, 9399, 7779, 13754, 7591, 13082, 9064, 10046, 8285, 7601, 12648, 7951, 11942, 8490, 10739, 11234, 7475, 13472, 8341, 11421, 9396, 8735, 13450, 7617, 11309, 7996, 12059, 12698, 9170, 13658, 7453, 9395, 8398, 11026, 8018, 7776, 13371, 7506, 11934, 8473, 11611, 8299, 7695, 12316, 7794, 13249, 9482, 12275, 7698, 8297, 13444, 8235, 13359, 8786, 10981, 7970, 7512, 10780, 7837, 14152, 9333, 13489, 7773, 8521, 10387, 7940, 15578, 10706, 14342, 8040, 8089, 9551, 10852, 15648, 8481, 13160, 7571, 9248, 7523, 11806, 8764, 7635, 11963, 7281, 11485, 8495, 14095, 7846, 9450, 8099, 7703, 14912, 9455, 13652, 8041, 9373, 7571, 8274, 11770, 8488, 15170, 8433, 13381, 8249, 10894, 7895, 11655, 13183, 8199, 13398, 7380, 9502, 7439, 12412, 8848, 10134, 9341, 7311, 12544, 7434, 12091, 8568, 9752, 12017, 7709, 13371, 8148, 13352, 8120, 12098, 7781, 7327, 8282, 7282, 14365, 8169, 14118, 9392, 7831, 12394, 7644, 13233, 8282, 14519, 8374, 8242, 9191, 7282, 12759, 8022, 14334, 8732, 12823, 7570, 9175, 7538, 13285, 8897, 9978, 7852, 8412, 12478, 9781, 15636, 9685, 13731, 7632, 10943, 7437, 12187, 10571, 8361, 11375, 7177, 11753, 7433, 14185, 8714, 13900, 7596, 9506, 7811, 9346, 8665, 7790, 8099, 7363, 7930, 11834, 14884, 10193, 14148, 8169, 12833, 8804, 14408, 10974, 8788, 11315, 7110, 12090, 8048, 12372, 8645, 12479, 8172, 8143, 8101, 7015, 14687, 9230, 13734, 7801, 10227, 8228, 10832, 14428, 10731, 13577, 7773, 10792, 8175, 7459, 14239, 10341, 12952, 7795, 9899, 8193, 7114, 14272, 10798, 13008, 7643, 11113, 7741, 11695, 7928, 11986, 9260, 8143, 14119, 7803, 13141, 8842, 14930, 9850, 9697, 8115, 7483, 14892, 9589, 13890, 10243, 11616, 8179, 7270, 13266, 7181, 11707, 8111, 13587, 8640, 7851, 10595, 7074, 11434, 7702, 14292, 8872, 7577, 13888, 7510, 13059, 10389, 13237, 7706, 11297, 8579, 12843, 12129, 10889, 14960, 6914, 11405, 9050, 10333, 10604, 9218, 10600, 7000, 12733, 8093, 12554, 9395, 11990, 8247, 7726, 12071, 7976, 14860, 9889, 13409, 7775, 12210, 8257, 10256, 15593, 9579, 13496, 7385, 9074, 8033, 7392, 14057, 8997, 13724, 9197, 10768, 8112, 7999, 7882, 11789, 14312, 10231, 13588, 7837, 11118, 8551, 13639, 9626, 9819, 10708, 7373, 12659, 8200, 12921, 8661, 10456, 7737, 8109, 11618, 9508, 13022, 7648, 13857, 7670, 8421, 14485, 7449, 11042, 11866, 7450, 13290, 8914, 8541, 14934, 8546, 13662, 8992, 12277, 8049, 8147, 14875, 8843, 12782, 9638, 9953, 9859, 8037, 13481, 7118, 11647, 7644, 8601, 11204, 8964, 14049, 7538, 13067, 7773, 9283, 12124, 7553, 13827, 9384, 11870, 7857, 8689, 7994, 7845, 7981, 7216, 15027, 9127, 10181, 8050, 7714, 11815, 7381, 13799, 9353, 12587, 7977, 10326, 10340, 7656, 14916, 9577, 13920, 8224, 12226, 7620, 12175, 8137, 11498, 14852, 10126, 13852, 7569, 11271, 8246, 12524, 13592, 9449, 14159, 7251, 11525, 7664, 11893, 8124, 10832, 7978, 8099, 7877, 7206, 10511, 7333, 15446, 12240, 15469, 8482, 14096, 8129, 13684, 10192, 13760, 11385, 8290, 13152, 7350, 13566, 8233, 13179, 9064, 11589, 8481, 7137, 14190, 7106, 11950, 7422, 12877, 8428, 8951, 7935, 9003, 7959, 12765, 10661, 13756, 10442, 7789, 13277, 7230, 13830, 8306, 15829, 10345, 8810], 'WindowCenter': [4087.0, 4125.0, 4039.0, 4079.0, 4024.0, 4036.0, 4086.0, 4035.0, 4074.0, 4024.0, 4053.0, 3999.0, 4012.0, 4083.0, 4013.0, 4065.0, 4011.0, 4034.0, 4084.0, 4001.0, 4053.0, 3991.0, 4023.0, 4063.0, 4033.0, 4073.0, 4014.0, 4044.0, 3992.0, 4045.0, 4074.0, 4036.0, 4097.0, 4035.0, 4074.0, 4022.0, 4023.0, 4094.0, 4044.0, 4083.0, 4012.0, 4031.0, 4010.0, 4014.0, 4082.0, 4024.0, 4085.0, 4023.0, 4045.0, 4011.0, 4013.0, 4083.0, 4033.0, 4094.0, 4022.0, 4032.0, 4010.0, 4010.0, 4082.0, 4032.0, 4083.0, 4031.0, 4072.0, 4021.0, 4032.0, 4071.0, 4021.0, 4083.0, 4022.0, 4060.0, 3977.0, 4020.0, 3988.0, 4051.0, 4081.0, 4040.0, 4070.0, 4000.0, 4049.0, 3999.0, 4072.0, 4031.0, 4072.0, 4018.0, 4020.0, 4070.0, 4019.0, 4071.0, 3997.0, 4053.0, 3987.0, 4009.0, 4068.0, 3999.0, 4060.0, 4018.0, 4072.0, 4008.0, 4009.0, 4069.0, 4009.0, 4070.0, 4008.0, 4073.0, 4018.0, 4019.0, 4069.0, 4000.0, 4061.0, 4020.0, 4071.0, 4018.0, 4011.0, 4059.0, 4000.0, 4071.0, 4031.0, 4081.0, 4010.0, 4041.0, 3999.0, 4063.0, 4061.0, 4043.0, 4082.0, 4001.0, 4061.0, 4020.0, 4063.0, 4051.0, 4074.0, 4041.0, 4043.0, 4013.0, 4075.0, 4026.0, 4106.0, 4046.0, 4096.0, 4033.0, 4064.0, 4023.0, 4073.0, 4062.0, 4033.0, 4070.0, 4011.0, 4060.0, 4002.0, 4073.0, 4020.0, 4041.0, 3999.0, 4021.0, 4030.0, 4012.0, 4083.0, 4043.0, 4084.0, 4023.0, 4065.0, 3992.0, 4055.0, 4072.0, 4076.0, 4094.0, 4033.0, 4053.0, 4010.0, 4053.0, 4061.0, 4052.0, 4082.0, 4009.0, 4040.0, 3988.0, 4021.0, 4070.0, 4030.0, 4069.0, 3989.0, 4030.0, 3998.0, 4021.0, 4081.0, 4041.0, 4070.0, 3988.0, 4019.0, 4028.0, 4051.0, 4080.0, 4029.0, 4070.0, 3998.0, 4020.0, 3988.0, 4050.0, 4069.0, 4030.0, 4059.0, 3977.0, 4019.0, 4037.0, 4018.0, 4070.0, 4029.0, 4070.0, 3990.0, 4020.0, 3988.0, 4020.0, 4070.0, 4032.0, 4072.0, 4011.0, 4064.0, 4061.0, 4022.0, 4083.0, 4032.0, 4061.0, 4049.0, 4010.0, 4059.0, 4009.0, 4072.0, 4049.0, 4010.0, 4047.0, 3997.0, 4018.0, 3988.0, 4040.0, 4059.0, 4031.0, 4071.0, 4001.0, 4052.0, 3999.0, 4053.0, 4071.0, 4053.0, 4081.0, 4011.0, 4062.0, 4020.0, 4042.0, 4080.0, 4040.0, 4071.0, 3999.0, 4019.0, 4019.0, 4009.0, 4070.0, 4029.0, 4058.0, 3988.0, 4041.0, 3988.0, 4032.0, 4082.0, 4042.0, 4070.0, 4009.0, 4060.0, 4000.0, 4073.0, 4030.0, 4053.0, 4032.0, 4022.0, 4071.0, 4012.0, 4082.0, 4032.0, 4063.0, 4008.0, 4022.0, 4071.0, 4021.0, 4072.0, 4022.0, 4042.0, 4018.0, 4010.0, 4071.0, 4010.0, 4082.0, 4032.0, 4060.0, 3999.0, 4051.0, 3998.0, 4062.0, 4081.0, 4052.0, 4071.0, 4021.0, 4061.0, 4019.0, 4072.0, 4039.0, 4031.0, 4028.0, 4010.0, 4071.0, 4000.0, 4082.0, 4020.0, 4042.0, 4009.0, 4021.0, 4072.0, 4032.0, 4092.0, 4022.0, 4063.0, 4000.0, 4022.0, 4012.0, 4034.0, 4085.0, 4055.0, 4083.0, 4023.0, 4075.0, 4021.0, 4084.0, 4072.0, 4055.0, 4083.0, 4012.0, 4072.0, 4011.0, 4084.0, 4031.0, 4085.0, 4010.0, 4022.0, 4071.0, 4010.0, 4071.0, 4031.0, 4081.0, 4010.0, 4021.0, 3998.0, 4010.0, 4082.0, 4032.0, 4082.0, 4031.0, 4052.0, 4000.0, 4052.0, 4020.0, 4073.0, 4061.0, 4022.0, 4061.0, 4010.0, 4061.0, 3988.0, 4072.0, 4021.0, 4032.0, 4000.0, 4024.0, 4082.0, 4012.0, 4073.0, 4021.0, 4053.0, 4061.0, 4012.0, 4071.0, 4012.0, 4074.0, 4032.0, 4086.0, 4021.0, 4022.0, 4061.0, 4002.0, 4082.0, 4031.0, 4094.0, 4012.0, 4032.0, 4010.0, 4021.0, 4094.0, 4053.0, 4081.0, 4011.0, 4053.0, 3999.0, 4022.0, 4081.0, 4031.0, 4083.0, 4001.0, 4021.0, 4010.0, 4011.0, 4073.0, 4002.0, 4083.0, 4033.0, 4042.0, 4012.0, 4065.0, 4053.0, 4024.0, 4094.0, 4053.0, 4084.0, 4021.0, 4033.0, 4061.0, 4031.0, 4083.0, 4030.0, 4073.0, 4008.0, 4011.0, 4069.0, 3999.0, 4061.0, 4030.0, 4062.0, 4049.0, 4009.0, 4058.0, 3988.0, 4048.0, 3998.0, 4020.0, 4070.0, 4031.0, 4061.0, 4000.0, 4053.0, 4000.0, 4022.0, 4083.0, 4054.0, 4073.0, 4011.0, 4063.0, 4010.0, 4013.0, 4094.0, 4031.0, 4064.0, 4012.0, 4022.0, 4021.0, 4024.0, 4085.0, 4054.0, 4085.0, 4014.0, 4044.0, 4023.0, 4025.0, 4096.0, 4055.0, 4086.0, 4025.0, 4056.0, 4023.0, 4026.0, 4096.0, 4057.0, 4097.0, 4035.0, 4055.0, 4023.0, 4025.0, 4085.0, 4025.0, 4098.0, 4046.0, 4067.0, 4024.0, 4026.0, 4095.0, 4036.0, 4097.0, 4056.0, 4087.0, 4022.0, 4024.0, 4084.0, 4022.0, 4065.0, 4021.0, 4043.0, 4031.0, 4023.0, 4074.0, 4012.0, 4075.0, 4044.0, 4076.0, 4073.0, 4023.0, 4062.0, 4012.0, 4053.0, 4012.0, 4085.0, 4064.0, 4035.0, 4084.0, 4013.0, 4053.0, 4023.0, 4074.0, 4041.0, 4044.0, 4043.0, 4025.0, 4084.0, 4033.0, 4086.0, 4052.0, 4055.0, 4073.0, 4023.0, 4073.0, 4012.0, 4053.0, 4062.0, 4033.0, 4083.0, 4012.0, 4051.0, 4011.0, 4022.0, 4011.0, 4024.0, 4074.0, 4034.0, 4084.0, 4003.0, 4055.0, 4023.0, 4086.0, 4075.0, 4055.0, 4083.0, 4023.0, 4064.0, 4032.0, 4054.0, 4062.0, 4033.0, 4084.0, 4013.0, 4054.0, 4022.0, 4045.0, 4074.0, 4044.0, 4083.0, 4012.0, 4064.0, 4001.0, 4044.0, 4042.0, 4035.0, 4094.0, 4055.0, 4073.0, 4012.0, 4034.0, 4021.0, 4024.0, 4095.0, 4054.0, 4084.0, 4013.0, 4053.0, 4010.0, 4024.0, 4094.0, 4046.0, 4084.0, 4043.0, 4044.0, 4010.0, 4024.0, 4085.0, 4035.0, 4085.0, 4046.0, 4086.0, 4023.0, 4025.0, 4053.0, 4024.0, 4096.0, 4044.0, 4097.0, 4043.0, 4033.0, 4063.0, 4024.0, 4085.0, 4035.0, 4086.0, 4032.0, 4035.0, 4052.0, 4023.0, 4085.0, 4036.0, 4085.0, 4044.0, 4044.0, 4074.0, 4012.0, 4062.0, 4011.0, 4065.0, 4032.0, 4023.0, 4073.0, 4003.0, 4064.0, 4013.0, 4066.0, 4034.0, 4046.0, 4074.0, 4014.0, 4076.0, 4013.0, 4089.0, 4034.0, 4079.0, 4075.0, 4024.0, 4076.0, 4024.0, 4034.0, 4085.0, 4044.0, 4086.0, 4034.0, 4043.0, 4012.0, 4023.0, 4064.0, 4014.0, 4085.0, 4045.0, 4046.0, 4024.0, 4036.0, 4096.0, 4025.0, 4096.0, 4034.0, 4066.0, 4064.0, 4025.0, 4074.0, 4014.0, 4065.0, 4023.0, 4075.0, 4094.0, 4055.0, 4085.0, 4025.0, 4034.0, 4033.0, 4024.0, 4085.0, 4043.0, 4086.0, 4022.0, 4034.0, 4052.0, 4022.0, 4084.0, 4033.0, 4084.0, 4032.0, 4024.0, 4063.0, 4012.0, 4053.0, 4014.0, 4056.0, 4033.0, 4046.0, 4076.0, 4016.0, 4065.0, 4027.0, 4079.0, 4035.0, 4069.0, 4086.0, 4036.0, 4095.0, 4046.0, 4077.0, 4056.0, 4035.0, 4084.0, 4014.0, 4064.0, 4036.0, 4076.0, 4033.0, 4047.0, 4044.0, 4025.0, 4087.0, 4036.0, 4087.0, 4035.0, 4079.0, 4043.0, 4026.0, 4084.0, 4025.0, 4087.0, 4046.0, 4056.0, 4033.0, 4026.0, 4085.0, 4025.0, 4078.0, 4035.0, 4080.0, 4066.0, 4016.0, 4085.0, 4034.0, 4076.0, 4044.0, 4035.0, 4083.0, 4024.0, 4064.0, 4023.0, 4075.0, 4073.0, 4044.0, 4084.0, 4015.0, 4043.0, 4033.0, 4067.0, 4023.0, 4025.0, 4084.0, 4013.0, 4075.0, 4034.0, 4076.0, 4033.0, 4024.0, 4073.0, 4025.0, 4085.0, 4055.0, 4076.0, 4024.0, 4035.0, 4084.0, 4035.0, 4087.0, 4035.0, 4065.0, 4024.0, 4015.0, 4065.0, 4026.0, 4096.0, 4057.0, 4087.0, 4024.0, 4046.0, 4066.0, 4036.0, 4096.0, 4067.0, 4096.0, 4024.0, 4022.0, 4044.0, 4066.0, 4094.0, 4035.0, 4073.0, 4023.0, 4043.0, 4024.0, 4076.0, 4035.0, 4023.0, 4064.0, 4013.0, 4075.0, 4045.0, 4097.0, 4024.0, 4055.0, 4024.0, 4024.0, 4098.0, 4056.0, 4087.0, 4036.0, 4045.0, 4025.0, 4037.0, 4076.0, 4045.0, 4096.0, 4036.0, 4086.0, 4034.0, 4065.0, 4024.0, 4076.0, 4075.0, 4034.0, 4084.0, 4014.0, 4043.0, 4013.0, 4086.0, 4043.0, 4066.0, 4044.0, 4014.0, 4074.0, 4014.0, 4076.0, 4034.0, 4057.0, 4075.0, 4025.0, 4084.0, 4024.0, 4087.0, 4024.0, 4075.0, 4012.0, 4014.0, 4033.0, 4014.0, 4096.0, 4036.0, 4096.0, 4045.0, 4025.0, 4074.0, 4024.0, 4085.0, 4034.0, 4085.0, 4023.0, 4035.0, 4033.0, 4014.0, 4073.0, 4024.0, 4085.0, 4036.0, 4075.0, 4025.0, 4044.0, 4024.0, 4087.0, 4046.0, 4056.0, 4024.0, 4037.0, 4076.0, 4057.0, 4096.0, 4046.0, 4084.0, 4026.0, 4065.0, 4015.0, 4077.0, 4055.0, 4035.0, 4064.0, 4005.0, 4074.0, 4014.0, 4087.0, 4035.0, 4088.0, 4026.0, 4057.0, 4015.0, 4057.0, 4047.0, 4028.0, 4026.0, 4018.0, 4037.0, 4091.0, 4098.0, 4071.0, 4098.0, 4038.0, 4089.0, 4046.0, 4100.0, 4055.0, 4037.0, 4065.0, 4005.0, 4075.0, 4025.0, 4074.0, 4034.0, 4076.0, 4024.0, 4025.0, 4024.0, 4005.0, 4095.0, 4046.0, 4088.0, 4027.0, 4056.0, 4036.0, 4067.0, 4086.0, 4067.0, 4076.0, 4014.0, 4055.0, 4024.0, 4014.0, 4086.0, 4056.0, 4074.0, 4015.0, 4056.0, 4024.0, 4004.0, 4085.0, 4065.0, 4087.0, 4027.0, 4066.0, 4026.0, 4077.0, 4024.0, 4078.0, 4047.0, 4026.0, 4087.0, 4027.0, 4086.0, 4035.0, 4098.0, 4056.0, 4046.0, 4023.0, 4015.0, 4085.0, 4044.0, 4086.0, 4042.0, 4065.0, 4019.0, 4003.0, 4072.0, 3991.0, 4063.0, 4012.0, 4075.0, 4021.0, 4024.0, 4052.0, 4002.0, 4064.0, 4013.0, 4085.0, 4032.0, 4014.0, 4073.0, 4001.0, 4072.0, 4055.0, 4074.0, 4013.0, 4065.0, 4032.0, 4075.0, 4063.0, 4055.0, 4084.0, 3992.0, 4052.0, 4030.0, 4041.0, 4041.0, 4032.0, 4040.0, 3990.0, 4071.0, 4010.0, 4062.0, 4031.0, 4064.0, 4020.0, 4013.0, 4060.0, 4012.0, 4083.0, 4042.0, 4074.0, 4014.0, 4074.0, 4023.0, 4055.0, 4083.0, 4044.0, 4072.0, 4002.0, 4032.0, 4011.0, 4001.0, 4073.0, 4032.0, 4073.0, 4032.0, 4052.0, 4011.0, 4011.0, 4011.0, 4063.0, 4083.0, 4053.0, 4071.0, 4012.0, 4051.0, 4022.0, 4073.0, 4031.0, 4043.0, 4039.0, 4000.0, 4060.0, 4021.0, 4072.0, 4020.0, 4052.0, 4008.0, 4011.0, 4061.0, 4043.0, 4083.0, 4024.0, 4083.0, 4010.0, 4020.0, 4082.0, 4002.0, 4064.0, 4062.0, 4014.0, 4075.0, 4033.0, 4032.0, 4081.0, 4021.0, 4071.0, 4020.0, 4061.0, 3996.0, 4008.0, 4068.0, 4017.0, 4058.0, 4027.0, 4029.0, 4027.0, 3996.0, 4057.0, 3986.0, 4048.0, 3996.0, 4017.0, 4037.0, 4019.0, 4068.0, 3999.0, 4068.0, 4000.0, 4029.0, 4049.0, 3998.0, 4070.0, 4030.0, 4060.0, 4010.0, 4020.0, 4020.0, 4023.0, 4021.0, 4014.0, 4095.0, 4045.0, 4054.0, 4024.0, 4026.0, 4075.0, 4014.0, 4085.0, 4046.0, 4076.0, 4024.0, 4066.0, 4055.0, 4024.0, 4096.0, 4056.0, 4085.0, 4035.0, 4074.0, 4014.0, 4076.0, 4023.0, 4076.0, 4085.0, 4056.0, 4085.0, 4014.0, 4064.0, 4022.0, 4075.0, 4073.0, 4044.0, 4083.0, 4002.0, 4062.0, 4012.0, 4075.0, 4022.0, 4065.0, 4022.0, 4025.0, 4023.0, 4015.0, 4064.0, 4015.0, 4107.0, 4088.0, 4097.0, 4037.0, 4086.0, 4024.0, 4085.0, 4052.0, 4085.0, 4063.0, 4023.0, 4073.0, 4003.0, 4073.0, 4020.0, 4073.0, 4020.0, 4063.0, 4021.0, 4001.0, 4071.0, 3990.0, 4061.0, 4000.0, 4073.0, 4021.0, 4032.0, 4020.0, 4032.0, 4024.0, 4087.0, 4054.0, 4087.0, 4064.0, 4025.0, 4075.0, 4013.0, 4085.0, 4023.0, 4096.0, 4053.0, 4034.0], 'WindowWidth': [9102.0, 9141.0, 9019.0, 9067.0, 8987.0, 9004.0, 9068.0, 9000.0, 9049.0, 8983.0, 9020.0, 8946.0, 8967.0, 9060.0, 8967.0, 9041.0, 8962.0, 8997.0, 9061.0, 8951.0, 9021.0, 8935.0, 8982.0, 9034.0, 8994.0, 9049.0, 8971.0, 9011.0, 8940.0, 9014.0, 9052.0, 9002.0, 9086.0, 9000.0, 9051.0, 8980.0, 8982.0, 9076.0, 9010.0, 9062.0, 8967.0, 8991.0, 8961.0, 8970.0, 9059.0, 8985.0, 9066.0, 8982.0, 9013.0, 8964.0, 8969.0, 9062.0, 8996.0, 9078.0, 8979.0, 8994.0, 8960.0, 8962.0, 9058.0, 8992.0, 9060.0, 8991.0, 9045.0, 8973.0, 8992.0, 9041.0, 8974.0, 9059.0, 8978.0, 9026.0, 8914.0, 8973.0, 8926.0, 9015.0, 9054.0, 9000.0, 9037.0, 8947.0, 9008.0, 8945.0, 9046.0, 8987.0, 9045.0, 8967.0, 8973.0, 9037.0, 8969.0, 9040.0, 8937.0, 9021.0, 8924.0, 8956.0, 9032.0, 8943.0, 9023.0, 8966.0, 9044.0, 8951.0, 8956.0, 9033.0, 8957.0, 9037.0, 8954.0, 9047.0, 8966.0, 8969.0, 9034.0, 8945.0, 9028.0, 8971.0, 9043.0, 8967.0, 8961.0, 9023.0, 8946.0, 9042.0, 8988.0, 9055.0, 8961.0, 9002.0, 8944.0, 9035.0, 9029.0, 9009.0, 9057.0, 8951.0, 9028.0, 8974.0, 9035.0, 9018.0, 9050.0, 9001.0, 9010.0, 8971.0, 9057.0, 8994.0, 9101.0, 9019.0, 9084.0, 8997.0, 9037.0, 8979.0, 9048.0, 9030.0, 8992.0, 9039.0, 8962.0, 9025.0, 8950.0, 9047.0, 8971.0, 9002.0, 8942.0, 8976.0, 8985.0, 8965.0, 9058.0, 9009.0, 9063.0, 8982.0, 9038.0, 8940.0, 9028.0, 9046.0, 9055.0, 9078.0, 8996.0, 9019.0, 8960.0, 9022.0, 9028.0, 9018.0, 9056.0, 8956.0, 8999.0, 8926.0, 8974.0, 9038.0, 8984.0, 9035.0, 8930.0, 8985.0, 8940.0, 8975.0, 9053.0, 9000.0, 9038.0, 8927.0, 8969.0, 8980.0, 9013.0, 9052.0, 8984.0, 9036.0, 8941.0, 8971.0, 8926.0, 9012.0, 9035.0, 8985.0, 9022.0, 8912.0, 8969.0, 8988.0, 8967.0, 9037.0, 8982.0, 9038.0, 8931.0, 8972.0, 8926.0, 8974.0, 9039.0, 8992.0, 9045.0, 8965.0, 9038.0, 9028.0, 8980.0, 9060.0, 8991.0, 9029.0, 9007.0, 8957.0, 9021.0, 8957.0, 9043.0, 9009.0, 8958.0, 9002.0, 8937.0, 8966.0, 8926.0, 8998.0, 9022.0, 8989.0, 9040.0, 8950.0, 9017.0, 8945.0, 9022.0, 9042.0, 9023.0, 9055.0, 8965.0, 9032.0, 8970.0, 9003.0, 9052.0, 8999.0, 9039.0, 8942.0, 8969.0, 8966.0, 8956.0, 9036.0, 8983.0, 9020.0, 8930.0, 9001.0, 8927.0, 8990.0, 9055.0, 9004.0, 9036.0, 8958.0, 9025.0, 8947.0, 9048.0, 8985.0, 9021.0, 8989.0, 8979.0, 9041.0, 8965.0, 9060.0, 8991.0, 9037.0, 8957.0, 8978.0, 9042.0, 8976.0, 9044.0, 8976.0, 9005.0, 8967.0, 8961.0, 9039.0, 8960.0, 9056.0, 8991.0, 9025.0, 8946.0, 9017.0, 8943.0, 9033.0, 9055.0, 9019.0, 9042.0, 8976.0, 9028.0, 8971.0, 9046.0, 8996.0, 8990.0, 8981.0, 8961.0, 9041.0, 8948.0, 9059.0, 8975.0, 9004.0, 8956.0, 8976.0, 9043.0, 8993.0, 9073.0, 8979.0, 9034.0, 8949.0, 8981.0, 8966.0, 8999.0, 9065.0, 9027.0, 9062.0, 8983.0, 9054.0, 8978.0, 9066.0, 9046.0, 9026.0, 9061.0, 8966.0, 9045.0, 8964.0, 9063.0, 8988.0, 9066.0, 8960.0, 8978.0, 9040.0, 8960.0, 9042.0, 8987.0, 9056.0, 8959.0, 8976.0, 8941.0, 8960.0, 9056.0, 8990.0, 9058.0, 8990.0, 9017.0, 8947.0, 9018.0, 8972.0, 9046.0, 9028.0, 8978.0, 9026.0, 8961.0, 9029.0, 8930.0, 9044.0, 8976.0, 8993.0, 8948.0, 8985.0, 9059.0, 8966.0, 9050.0, 8974.0, 9022.0, 9028.0, 8965.0, 9042.0, 8966.0, 9049.0, 8992.0, 9069.0, 8977.0, 8979.0, 9027.0, 8952.0, 9058.0, 8989.0, 9077.0, 8965.0, 8995.0, 8960.0, 8979.0, 9076.0, 9022.0, 9058.0, 8965.0, 9021.0, 8944.0, 8978.0, 9057.0, 8988.0, 9061.0, 8951.0, 8977.0, 8959.0, 8964.0, 9047.0, 8956.0, 9062.0, 8997.0, 9008.0, 8970.0, 9041.0, 9021.0, 8985.0, 9078.0, 9023.0, 9064.0, 8976.0, 8994.0, 9028.0, 8989.0, 9060.0, 8986.0, 9046.0, 8954.0, 8961.0, 9036.0, 8943.0, 9027.0, 8984.0, 9029.0, 9008.0, 8957.0, 9020.0, 8929.0, 9008.0, 8940.0, 8974.0, 9038.0, 8990.0, 9027.0, 8949.0, 9020.0, 8946.0, 8981.0, 9061.0, 9025.0, 9047.0, 8965.0, 9037.0, 8960.0, 8970.0, 9077.0, 8992.0, 9037.0, 8967.0, 8981.0, 8977.0, 8986.0, 9067.0, 9025.0, 9068.0, 8972.0, 9014.0, 8982.0, 8990.0, 9084.0, 9029.0, 9070.0, 8988.0, 9032.0, 8983.0, 8993.0, 9084.0, 9032.0, 9088.0, 9003.0, 9028.0, 8985.0, 8990.0, 9067.0, 8989.0, 9088.0, 9018.0, 9046.0, 8987.0, 8993.0, 9083.0, 9006.0, 9088.0, 9030.0, 9072.0, 8980.0, 8984.0, 9063.0, 8979.0, 9039.0, 8976.0, 9010.0, 8988.0, 8981.0, 9050.0, 8966.0, 9055.0, 9008.0, 9055.0, 9049.0, 8981.0, 9033.0, 8966.0, 9022.0, 8967.0, 9067.0, 9036.0, 9000.0, 9064.0, 8970.0, 9022.0, 8983.0, 9052.0, 9004.0, 9011.0, 9009.0, 8987.0, 9064.0, 8995.0, 9070.0, 9019.0, 9028.0, 9048.0, 8982.0, 9048.0, 8966.0, 9022.0, 9031.0, 8993.0, 9060.0, 8965.0, 9015.0, 8962.0, 8980.0, 8963.0, 8985.0, 9050.0, 8998.0, 9063.0, 8958.0, 9027.0, 8985.0, 9072.0, 9054.0, 9028.0, 9063.0, 8984.0, 9036.0, 8993.0, 9024.0, 9032.0, 8996.0, 9063.0, 8971.0, 9023.0, 8979.0, 9015.0, 9050.0, 9010.0, 9061.0, 8968.0, 9037.0, 8952.0, 9012.0, 9007.0, 9000.0, 9076.0, 9026.0, 9049.0, 8966.0, 8998.0, 8976.0, 8985.0, 9079.0, 9024.0, 9064.0, 8969.0, 9024.0, 8963.0, 8987.0, 9076.0, 9015.0, 9065.0, 9010.0, 9013.0, 8963.0, 8985.0, 9065.0, 9001.0, 9067.0, 9015.0, 9070.0, 8983.0, 8987.0, 9021.0, 8985.0, 9084.0, 9011.0, 9085.0, 9009.0, 8998.0, 9036.0, 8986.0, 9068.0, 8999.0, 9071.0, 8993.0, 9002.0, 9018.0, 8984.0, 9067.0, 9003.0, 9068.0, 9009.0, 9013.0, 9049.0, 8968.0, 9031.0, 8965.0, 9039.0, 8992.0, 8984.0, 9047.0, 8956.0, 9037.0, 8969.0, 9044.0, 8997.0, 9017.0, 9051.0, 8975.0, 9056.0, 8973.0, 9079.0, 9000.0, 9065.0, 9053.0, 8987.0, 9055.0, 8984.0, 8998.0, 9065.0, 9011.0, 9067.0, 8999.0, 9008.0, 8966.0, 8985.0, 9038.0, 8973.0, 9067.0, 9016.0, 9018.0, 8987.0, 9005.0, 9082.0, 8989.0, 9085.0, 8998.0, 9043.0, 9036.0, 8988.0, 9051.0, 8972.0, 9040.0, 8983.0, 9055.0, 9079.0, 9027.0, 9066.0, 8986.0, 8999.0, 8993.0, 8986.0, 9066.0, 9010.0, 9068.0, 8979.0, 8997.0, 9018.0, 8981.0, 9064.0, 8994.0, 9065.0, 8992.0, 8983.0, 9032.0, 8967.0, 9021.0, 8972.0, 9030.0, 8996.0, 9018.0, 9056.0, 8979.0, 9043.0, 8994.0, 9065.0, 9003.0, 9054.0, 9072.0, 9005.0, 9082.0, 9018.0, 9060.0, 9029.0, 9002.0, 9065.0, 8973.0, 9039.0, 9005.0, 9058.0, 8997.0, 9020.0, 9011.0, 8991.0, 9072.0, 9005.0, 9075.0, 9001.0, 9065.0, 9010.0, 8990.0, 9066.0, 8989.0, 9074.0, 9016.0, 9031.0, 8996.0, 8991.0, 9069.0, 8989.0, 9062.0, 9001.0, 9067.0, 9043.0, 8978.0, 9067.0, 8999.0, 9057.0, 9011.0, 9001.0, 9062.0, 8986.0, 9038.0, 8985.0, 9054.0, 9048.0, 9011.0, 9062.0, 8973.0, 9009.0, 8996.0, 9046.0, 8982.0, 8988.0, 9063.0, 8971.0, 9055.0, 8998.0, 9058.0, 8996.0, 8987.0, 9049.0, 8990.0, 9069.0, 9028.0, 9057.0, 8986.0, 9003.0, 9066.0, 9002.0, 9072.0, 9000.0, 9041.0, 8984.0, 8977.0, 9040.0, 8993.0, 9085.0, 9033.0, 9072.0, 8987.0, 9019.0, 9045.0, 9005.0, 9087.0, 9048.0, 9084.0, 8984.0, 8982.0, 9012.0, 9042.0, 9079.0, 9001.0, 9050.0, 8983.0, 9010.0, 8987.0, 9057.0, 9000.0, 8985.0, 9036.0, 8971.0, 9054.0, 9015.0, 9088.0, 8986.0, 9028.0, 8984.0, 8988.0, 9088.0, 9032.0, 9073.0, 9005.0, 9015.0, 8988.0, 9007.0, 9058.0, 9016.0, 9085.0, 9006.0, 9071.0, 8998.0, 9041.0, 8984.0, 9055.0, 9054.0, 8999.0, 9062.0, 8972.0, 9010.0, 8971.0, 9072.0, 9010.0, 9046.0, 9011.0, 8975.0, 9053.0, 8973.0, 9059.0, 8998.0, 9033.0, 9053.0, 8989.0, 9066.0, 8985.0, 9071.0, 8986.0, 9055.0, 8968.0, 8973.0, 8995.0, 8975.0, 9085.0, 9005.0, 9085.0, 9014.0, 8989.0, 9050.0, 8986.0, 9068.0, 9000.0, 9069.0, 8980.0, 9001.0, 8994.0, 8971.0, 9046.0, 8983.0, 9066.0, 9003.0, 9054.0, 8989.0, 9012.0, 8986.0, 9072.0, 9015.0, 9029.0, 8983.0, 9008.0, 9056.0, 9031.0, 9083.0, 9015.0, 9064.0, 8989.0, 9040.0, 8974.0, 9059.0, 9026.0, 9000.0, 9035.0, 8961.0, 9051.0, 8973.0, 9072.0, 9001.0, 9072.0, 8990.0, 9032.0, 8972.0, 9035.0, 9019.0, 8996.0, 8990.0, 8983.0, 9007.0, 9082.0, 9091.0, 9056.0, 9090.0, 9009.0, 9076.0, 9016.0, 9093.0, 9026.0, 9004.0, 9039.0, 8960.0, 9051.0, 8985.0, 9048.0, 8995.0, 9054.0, 8984.0, 8987.0, 8982.0, 8960.0, 9079.0, 9016.0, 9073.0, 8993.0, 9029.0, 9002.0, 9044.0, 9068.0, 9043.0, 9054.0, 8971.0, 9025.0, 8982.0, 8972.0, 9066.0, 9027.0, 9050.0, 8974.0, 9029.0, 8983.0, 8960.0, 9066.0, 9042.0, 9070.0, 8993.0, 9042.0, 8991.0, 9059.0, 8985.0, 9063.0, 9017.0, 8992.0, 9071.0, 8992.0, 9069.0, 8999.0, 9087.0, 9028.0, 9015.0, 8980.0, 8972.0, 9064.0, 9009.0, 9068.0, 9003.0, 9037.0, 8970.0, 8953.0, 9043.0, 8936.0, 9032.0, 8962.0, 9052.0, 8976.0, 8983.0, 9016.0, 8954.0, 9036.0, 8967.0, 9068.0, 8991.0, 8969.0, 9045.0, 8950.0, 9045.0, 9025.0, 9049.0, 8970.0, 9038.0, 8991.0, 9053.0, 9033.0, 9026.0, 9061.0, 8937.0, 9016.0, 8985.0, 9001.0, 8998.0, 8988.0, 8996.0, 8933.0, 9040.0, 8959.0, 9030.0, 8987.0, 9035.0, 8970.0, 8965.0, 9025.0, 8964.0, 9060.0, 9005.0, 9048.0, 8970.0, 9049.0, 8980.0, 9025.0, 9059.0, 9009.0, 9043.0, 8951.0, 8990.0, 8960.0, 8949.0, 9045.0, 8990.0, 9046.0, 8991.0, 9017.0, 8961.0, 8961.0, 8961.0, 9033.0, 9059.0, 9020.0, 9042.0, 8965.0, 9015.0, 8977.0, 9047.0, 8988.0, 9005.0, 8996.0, 8947.0, 9025.0, 8975.0, 9044.0, 8972.0, 9016.0, 8954.0, 8961.0, 9029.0, 9008.0, 9063.0, 8986.0, 9061.0, 8960.0, 8976.0, 9056.0, 8952.0, 9038.0, 9032.0, 8971.0, 9053.0, 8993.0, 8992.0, 9054.0, 8974.0, 9041.0, 8970.0, 9027.0, 8934.0, 8953.0, 9033.0, 8963.0, 9018.0, 8975.0, 8979.0, 8973.0, 8934.0, 9014.0, 8921.0, 9004.0, 8932.0, 8963.0, 8988.0, 8968.0, 9032.0, 8943.0, 9032.0, 8943.0, 8983.0, 9006.0, 8939.0, 9037.0, 8984.0, 9025.0, 8958.0, 8972.0, 8973.0, 8982.0, 8976.0, 8974.0, 9080.0, 9016.0, 9026.0, 8986.0, 8990.0, 9053.0, 8975.0, 9068.0, 9018.0, 9056.0, 8987.0, 9045.0, 9026.0, 8987.0, 9082.0, 9030.0, 9067.0, 9002.0, 9051.0, 8973.0, 9057.0, 8981.0, 9056.0, 9067.0, 9029.0, 9065.0, 8972.0, 9037.0, 8979.0, 9053.0, 9047.0, 9011.0, 9060.0, 8953.0, 9033.0, 8967.0, 9053.0, 8979.0, 9039.0, 8981.0, 8988.0, 8982.0, 8976.0, 9038.0, 8979.0, 9100.0, 9077.0, 9088.0, 9006.0, 9070.0, 8985.0, 9069.0, 9018.0, 9067.0, 9034.0, 8983.0, 9045.0, 8955.0, 9045.0, 8974.0, 9047.0, 8971.0, 9034.0, 8974.0, 8949.0, 9039.0, 8933.0, 9028.0, 8948.0, 9046.0, 8976.0, 8992.0, 8975.0, 8993.0, 8983.0, 9072.0, 9024.0, 9073.0, 9039.0, 8987.0, 9051.0, 8971.0, 9067.0, 8982.0, 9084.0, 9021.0, 8998.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.0005831260364842455</td></tr>
<tr><td colspan=3>aqi</td><td>0.019316096517412937</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.61926389191695</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.185064105286308</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9939944843983393</td></tr>
<tr><td colspan=3>efc</td><td>0.4799</td></tr>
<tr><td colspan=3>fber</td><td>4272.1099</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07268152687621766</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.746268656716418</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.507106079540588</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4152018515080096</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8567942046159915</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.249322182497763</td></tr>
<tr><td colspan=3>gcor</td><td>0.00711657</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.023453012108802795</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024262530729174614</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1206</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.436737045429744</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.1369</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.8084</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.8513</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301000.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>859.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.919</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4893</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.1962</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3176.2769</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3412.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75544.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>741.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4312.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.7956</td></tr>
<tr><td colspan=3>tsnr</td><td>38.89079788327217</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>