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

616 lines
No EOL
133 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-0032_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-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032/ses-01/func/sub-0032_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>98b1fbe4ddfca0bc2f012b31eec0b9ef</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>16:19:17.047500</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_VE11C_LATEST_20160120</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.998736, -0.050059, -0.00459425, 0.0498947, 0.99828, -0.0307665]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.101099</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>[4129, -7784, -7242, 588, -63, -230, 58, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>251.699</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>889a168e-df42-4554-ab67-cb300d9934d5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679534912109375, 0.13386385142803192, -0.01654152013361454, 105.60542297363281], [0.13430476188659668, 2.6783134937286377, -0.08234554529190063, -102.08648681640625], [-0.012326032854616642, 0.08254420757293701, 2.69869327545166, -73.22676849365234], [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': ['161917.047500', '161917.507500', '161917.967500', '161918.427500', '161918.887500', '161919.347500', '161919.807500', '161920.267500', '161920.727500', '161921.187500', '161921.647500', '161922.107500', '161922.567500', '161923.027500', '161923.487500', '161923.947500', '161924.407500', '161924.867500', '161925.327500', '161925.787500', '161926.247500', '161926.707500', '161927.167500', '161927.627500', '161928.087500', '161928.547500', '161929.007500', '161929.467500', '161929.927500', '161930.387500', '161930.847500', '161931.307500', '161931.767500', '161932.227500', '161932.687500', '161933.147500', '161933.607500', '161934.067500', '161934.527500', '161934.987500', '161935.447500', '161935.907500', '161936.367500', '161936.827500', '161937.287500', '161937.747500', '161938.207500', '161938.667500', '161939.127500', '161939.587500', '161940.047500', '161940.507500', '161940.967500', '161941.427500', '161941.887500', '161942.347500', '161942.807500', '161943.267500', '161943.727500', '161944.187500', '161944.647500', '161945.107500', '161945.567500', '161946.027500', '161946.487500', '161946.947500', '161947.407500', '161947.867500', '161948.327500', '161948.787500', '161949.247500', '161949.707500', '161950.167500', '161950.627500', '161951.087500', '161951.547500', '161952.007500', '161952.467500', '161952.927500', '161953.387500', '161953.847500', '161954.307500', '161954.767500', '161955.227500', '161955.687500', '161956.147500', '161956.607500', '161957.067500', '161957.527500', '161957.987500', '161958.447500', '161958.907500', '161959.367500', '161959.827500', '162000.287500', '162000.747500', '162001.207500', '162001.667500', '162002.127500', '162002.587500', '162003.047500', '162003.507500', '162003.967500', '162004.427500', '162004.887500', '162005.347500', '162005.807500', '162006.267500', '162006.727500', '162007.187500', '162007.647500', '162008.107500', '162008.567500', '162009.027500', '162009.487500', '162009.947500', '162010.407500', '162010.867500', '162011.327500', '162011.787500', '162012.247500', '162012.707500', '162013.167500', '162013.627500', '162014.087500', '162014.547500', '162015.007500', '162015.467500', '162015.927500', '162016.387500', '162016.847500', '162017.307500', '162017.767500', '162018.227500', '162018.687500', '162019.147500', '162019.607500', '162020.067500', '162020.527500', '162020.987500', '162021.447500', '162021.907500', '162022.367500', '162022.827500', '162023.287500', '162023.747500', '162024.207500', '162024.667500', '162025.127500', '162025.587500', '162026.047500', '162026.507500', '162026.967500', '162027.427500', '162027.887500', '162028.347500', '162028.807500', '162029.267500', '162029.727500', '162030.187500', '162030.647500', '162031.107500', '162031.567500', '162032.027500', '162032.487500', '162032.947500', '162033.407500', '162033.867500', '162034.327500', '162034.787500', '162035.247500', '162035.707500', '162036.167500', '162036.627500', '162037.087500', '162037.547500', '162038.007500', '162038.467500', '162038.927500', '162039.387500', '162039.847500', '162040.307500', '162040.767500', '162041.227500', '162041.687500', '162042.147500', '162042.607500', '162043.067500', '162043.527500', '162043.987500', '162044.447500', '162044.907500', '162045.367500', '162045.827500', '162046.287500', '162046.747500', '162047.207500', '162047.667500', '162048.127500', '162048.587500', '162049.047500', '162049.507500', '162049.967500', '162050.427500', '162050.887500', '162051.347500', '162051.807500', '162052.267500', '162052.727500', '162053.187500', '162053.647500', '162054.107500', '162054.567500', '162055.027500', '162055.487500', '162055.947500', '162056.407500', '162056.867500', '162057.327500', '162057.787500', '162058.247500', '162058.707500', '162059.167500', '162059.627500', '162100.087500', '162100.547500', '162101.007500', '162101.467500', '162101.927500', '162102.387500', '162102.847500', '162103.307500', '162103.767500', '162104.227500', '162104.687500', '162105.147500', '162105.607500', '162106.067500', '162106.527500', '162106.987500', '162107.447500', '162107.907500', '162108.367500', '162108.827500', '162109.287500', '162109.747500', '162110.207500', '162110.667500', '162111.127500', '162111.587500', '162112.047500', '162112.507500', '162112.967500', '162113.427500', '162113.887500', '162114.347500', '162114.807500', '162115.267500', '162115.727500', '162116.187500', '162116.647500', '162117.107500', '162117.567500', '162118.027500', '162118.487500', '162118.947500', '162119.407500', '162119.867500', '162120.327500', '162120.787500', '162121.247500', '162121.707500', '162122.167500', '162122.627500', '162123.087500', '162123.547500', '162124.007500', '162124.467500', '162124.927500', '162125.387500', '162125.847500', '162126.307500', '162126.767500', '162127.227500', '162127.687500', '162128.147500', '162128.607500', '162129.067500', '162129.527500', '162129.987500', '162130.447500', '162130.907500', '162131.367500', '162131.827500', '162132.287500', '162132.747500', '162133.207500', '162133.667500', '162134.127500', '162134.587500', '162135.047500', '162135.507500', '162135.967500', '162136.427500', '162136.887500', '162137.347500', '162137.807500', '162138.267500', '162138.727500', '162139.187500', '162139.647500', '162140.107500', '162140.567500', '162141.027500', '162141.487500', '162141.947500', '162142.407500', '162142.867500', '162143.327500', '162143.787500', '162144.247500', '162144.707500', '162145.167500', '162145.627500', '162146.087500', '162146.547500', '162147.007500', '162147.467500', '162147.927500', '162148.387500', '162148.847500', '162149.307500', '162149.767500', '162150.227500', '162150.687500', '162151.147500', '162151.607500', '162152.067500', '162152.527500', '162152.987500', '162153.447500', '162153.907500', '162154.367500', '162154.827500', '162155.287500', '162155.747500', '162156.207500', '162156.667500', '162157.127500', '162157.587500', '162158.047500', '162158.507500', '162158.967500', '162159.427500', '162159.887500', '162200.347500', '162200.807500', '162201.267500', '162201.727500', '162202.187500', '162202.647500', '162203.107500', '162203.567500', '162204.027500', '162204.487500', '162204.947500', '162205.407500', '162205.867500', '162206.327500', '162206.787500', '162207.247500', '162207.707500', '162208.167500', '162208.627500', '162209.087500', '162209.547500', '162210.007500', '162210.467500', '162210.927500', '162211.387500', '162211.847500', '162212.307500', '162212.767500', '162213.227500', '162213.687500', '162214.147500', '162214.607500', '162215.067500', '162215.527500', '162215.987500', '162216.447500', '162216.907500', '162217.367500', '162217.827500', '162218.287500', '162218.747500', '162219.207500', '162219.667500', '162220.127500', '162220.587500', '162221.047500', '162221.507500', '162221.967500', '162222.427500', '162222.887500', '162223.347500', '162223.807500', '162224.267500', '162224.727500', '162225.187500', '162225.647500', '162226.107500', '162226.567500', '162227.027500', '162227.487500', '162227.947500', '162228.407500', '162228.867500', '162229.327500', '162229.787500', '162230.247500', '162230.707500', '162231.167500', '162231.627500', '162232.087500', '162232.547500', '162233.007500', '162233.467500', '162233.927500', '162234.387500', '162234.847500', '162235.307500', '162235.767500', '162236.227500', '162236.687500', '162237.147500', '162237.607500', '162238.067500', '162238.527500', '162238.987500', '162239.447500', '162239.907500', '162240.367500', '162240.827500', '162241.287500', '162241.747500', '162242.207500', '162242.667500', '162243.127500', '162243.587500', '162244.047500', '162244.507500', '162244.967500', '162245.427500', '162245.887500', '162246.347500', '162246.807500', '162247.267500', '162247.727500', '162248.187500', '162248.647500', '162249.107500', '162249.567500', '162250.027500', '162250.487500', '162250.947500', '162251.407500', '162251.867500', '162252.327500', '162252.787500', '162253.247500', '162253.707500', '162254.167500', '162254.627500', '162255.087500', '162255.547500', '162256.007500', '162256.467500', '162256.927500', '162257.387500', '162257.847500', '162258.307500', '162258.767500', '162259.227500', '162259.687500', '162300.147500', '162300.607500', '162301.067500', '162301.527500', '162301.987500', '162302.447500', '162302.907500', '162303.367500', '162303.827500', '162304.287500', '162304.747500', '162305.207500', '162305.667500', '162306.127500', '162306.587500', '162307.047500', '162307.507500', '162307.967500', '162308.427500', '162308.887500', '162309.347500', '162309.807500', '162310.267500', '162310.727500', '162311.187500', '162311.647500', '162312.107500', '162312.567500', '162313.027500', '162313.487500', '162313.947500', '162314.407500', '162314.867500', '162315.327500', '162315.787500', '162316.247500', '162316.707500', '162317.167500', '162317.627500', '162318.087500', '162318.547500', '162319.007500', '162319.467500', '162319.927500', '162320.387500', '162320.847500', '162321.307500', '162321.767500', '162322.227500', '162322.687500', '162323.147500', '162323.607500', '162324.067500', '162324.527500', '162324.987500', '162325.447500', '162325.907500', '162326.367500', '162326.827500', '162327.287500', '162327.747500', '162328.207500', '162328.667500', '162329.127500', '162329.587500', '162330.047500', '162330.507500', '162330.967500', '162331.427500', '162331.887500', '162332.347500', '162332.807500', '162333.267500', '162333.727500', '162334.187500', '162334.647500', '162335.107500', '162335.567500', '162336.027500', '162336.487500', '162336.947500', '162337.407500', '162337.867500', '162338.327500', '162338.787500', '162339.247500', '162339.707500', '162340.167500', '162340.627500', '162341.087500', '162341.547500', '162342.007500', '162342.467500', '162342.927500', '162343.387500', '162343.847500', '162344.307500', '162344.767500', '162345.227500', '162345.687500', '162346.147500', '162346.607500', '162347.067500', '162347.527500', '162347.987500', '162348.447500', '162348.907500', '162349.367500', '162349.827500', '162350.287500', '162350.747500', '162351.207500', '162351.667500', '162352.127500', '162352.587500', '162353.047500', '162353.507500', '162353.967500', '162354.427500', '162354.887500', '162355.347500', '162355.807500', '162356.267500', '162356.727500', '162357.187500', '162357.647500', '162358.107500', '162358.567500', '162359.027500', '162359.487500', '162359.947500', '162400.407500', '162400.867500', '162401.327500', '162401.787500', '162402.247500', '162402.707500', '162403.167500', '162403.627500', '162404.087500', '162404.547500', '162405.007500', '162405.467500', '162405.927500', '162406.387500', '162406.847500', '162407.307500', '162407.767500', '162408.227500', '162408.687500', '162409.147500', '162409.607500', '162410.067500', '162410.527500', '162410.987500', '162411.447500', '162411.907500', '162412.367500', '162412.827500', '162413.287500', '162413.747500', '162414.207500', '162414.667500', '162415.127500', '162415.587500', '162416.047500', '162416.507500', '162416.967500', '162417.427500', '162417.887500', '162418.347500', '162418.807500', '162419.267500', '162419.727500', '162420.187500', '162420.647500', '162421.107500', '162421.567500', '162422.027500', '162422.487500', '162422.947500', '162423.407500', '162423.867500', '162424.327500', '162424.787500', '162425.247500', '162425.707500', '162426.167500', '162426.627500', '162427.087500', '162427.547500', '162428.007500', '162428.467500', '162428.927500', '162429.387500', '162429.847500', '162430.307500', '162430.767500', '162431.227500', '162431.687500', '162432.147500', '162432.607500', '162433.067500', '162433.527500', '162433.987500', '162434.447500', '162434.907500', '162435.367500', '162435.827500', '162436.287500', '162436.747500', '162437.207500', '162437.667500', '162438.127500', '162438.587500', '162439.047500', '162439.507500', '162439.967500', '162440.427500', '162440.887500', '162441.347500', '162441.807500', '162442.267500', '162442.727500', '162443.187500', '162443.647500', '162444.107500', '162444.567500', '162445.027500', '162445.487500', '162445.947500', '162446.407500', '162446.867500', '162447.327500', '162447.787500', '162448.247500', '162448.707500', '162449.167500', '162449.627500', '162450.087500', '162450.547500', '162451.007500', '162451.467500', '162451.927500', '162452.387500', '162452.847500', '162453.307500', '162453.767500', '162454.227500', '162454.687500', '162455.147500', '162455.607500', '162456.067500', '162456.527500', '162456.987500', '162457.447500', '162457.907500', '162458.367500', '162458.827500', '162459.287500', '162459.747500', '162500.207500', '162500.667500', '162501.127500', '162501.587500', '162502.047500', '162502.507500', '162502.967500', '162503.427500', '162503.887500', '162504.347500', '162504.807500', '162505.267500', '162505.727500', '162506.187500', '162506.647500', '162507.107500', '162507.567500', '162508.027500', '162508.487500', '162508.947500', '162509.407500', '162509.867500', '162510.327500', '162510.787500', '162511.247500', '162511.707500', '162512.167500', '162512.627500', '162513.087500', '162513.547500', '162514.007500', '162514.467500', '162514.927500', '162515.387500', '162515.847500', '162516.307500', '162516.767500', '162517.227500', '162517.687500', '162518.147500', '162518.607500', '162519.067500', '162519.527500', '162519.987500', '162520.447500', '162520.907500', '162521.367500', '162521.827500', '162522.287500', '162522.747500', '162523.207500', '162523.667500', '162524.127500', '162524.587500', '162525.047500', '162525.507500', '162525.967500', '162526.427500', '162526.887500', '162527.347500', '162527.807500', '162528.267500', '162528.727500', '162529.187500', '162529.647500', '162530.107500', '162530.567500', '162531.027500', '162531.487500', '162531.947500', '162532.407500', '162532.867500', '162533.327500', '162533.787500', '162534.247500', '162534.707500', '162535.167500', '162535.627500', '162536.087500', '162536.547500', '162537.007500', '162537.467500', '162537.927500', '162538.387500', '162538.847500', '162539.307500', '162539.767500', '162540.227500', '162540.687500', '162541.147500', '162541.607500', '162542.067500', '162542.527500', '162542.987500', '162543.447500', '162543.907500', '162544.367500', '162544.827500', '162545.287500', '162545.747500', '162546.207500', '162546.667500', '162547.127500', '162547.587500', '162548.047500', '162548.507500', '162548.967500', '162549.427500', '162549.887500', '162550.347500', '162550.807500', '162551.267500', '162551.727500', '162552.187500', '162552.647500', '162553.107500', '162553.567500', '162554.027500', '162554.487500', '162554.947500', '162555.407500', '162555.867500', '162556.327500', '162556.787500', '162557.247500', '162557.707500', '162558.167500', '162558.627500', '162559.087500', '162559.547500', '162600.007500', '162600.467500', '162600.927500', '162601.387500', '162601.847500', '162602.307500', '162602.767500', '162603.227500', '162603.687500', '162604.147500', '162604.607500', '162605.067500', '162605.527500', '162605.987500', '162606.447500', '162606.907500', '162607.367500', '162607.827500', '162608.287500', '162608.747500', '162609.207500', '162609.667500', '162610.127500', '162610.587500', '162611.047500', '162611.507500', '162611.967500', '162612.427500', '162612.887500', '162613.347500', '162613.807500', '162614.267500', '162614.727500', '162615.187500', '162615.647500', '162616.107500', '162616.567500', '162617.027500', '162617.487500', '162617.947500', '162618.407500', '162618.867500', '162619.327500', '162619.787500', '162620.247500', '162620.707500', '162621.167500', '162621.627500', '162622.087500', '162622.547500', '162623.007500', '162623.467500', '162623.927500', '162624.387500', '162624.847500', '162625.307500', '162625.767500', '162626.227500', '162626.687500', '162627.147500', '162627.607500', '162628.067500', '162628.527500', '162628.987500', '162629.447500', '162629.907500', '162630.367500', '162630.827500', '162631.287500', '162631.747500', '162632.207500', '162632.667500', '162633.127500', '162633.587500', '162634.047500', '162634.507500', '162634.967500', '162635.427500', '162635.887500', '162636.347500', '162636.807500', '162637.267500', '162637.727500', '162638.187500', '162638.647500', '162639.107500', '162639.567500', '162640.027500', '162640.487500', '162640.947500', '162641.407500', '162641.867500', '162642.327500', '162642.787500', '162643.247500', '162643.707500', '162644.167500', '162644.627500', '162645.087500', '162645.547500', '162646.007500', '162646.467500', '162646.927500', '162647.387500', '162647.847500', '162648.307500', '162648.767500', '162649.227500', '162649.687500', '162650.147500', '162650.607500', '162651.067500', '162651.527500', '162651.987500', '162652.447500', '162652.907500', '162653.367500', '162653.827500', '162654.287500', '162654.747500', '162655.207500', '162655.667500', '162656.127500', '162656.587500', '162657.047500', '162657.507500', '162657.967500', '162658.427500', '162658.887500', '162659.347500', '162659.807500', '162700.267500', '162700.727500', '162701.187500', '162701.647500', '162702.107500', '162702.567500', '162703.027500', '162703.487500', '162703.947500', '162704.407500', '162704.867500', '162705.327500', '162705.787500', '162706.247500', '162706.707500', '162707.167500', '162707.627500', '162708.087500', '162708.547500', '162709.007500', '162709.467500', '162709.927500', '162710.387500', '162710.847500', '162711.307500', '162711.767500', '162712.227500', '162712.687500', '162713.147500', '162713.607500', '162714.067500', '162714.527500', '162714.987500', '162715.447500', '162715.907500', '162716.367500', '162716.827500', '162717.287500', '162717.747500', '162718.207500', '162718.667500', '162719.127500', '162719.587500', '162720.047500', '162720.507500', '162720.967500', '162721.427500', '162721.887500', '162722.347500', '162722.807500', '162723.267500', '162723.727500', '162724.187500', '162724.647500', '162725.107500', '162725.567500', '162726.027500', '162726.487500', '162726.947500', '162727.407500', '162727.867500', '162728.327500', '162728.787500', '162729.247500', '162729.707500', '162730.167500', '162730.627500', '162731.087500', '162731.547500', '162732.007500', '162732.467500', '162732.927500', '162733.387500', '162733.847500', '162734.307500', '162734.767500', '162735.227500', '162735.687500', '162736.147500', '162736.607500', '162737.067500', '162737.527500', '162737.987500', '162738.447500', '162738.907500', '162739.367500', '162739.827500', '162740.287500', '162740.747500', '162741.207500', '162741.667500', '162742.127500', '162742.587500', '162743.047500', '162743.507500', '162743.967500', '162744.427500', '162744.887500', '162745.347500', '162745.807500', '162746.267500', '162746.727500', '162747.187500', '162747.647500', '162748.107500', '162748.567500', '162749.027500', '162749.487500', '162749.947500', '162750.407500', '162750.867500', '162751.327500', '162751.787500', '162752.247500', '162752.707500', '162753.167500', '162753.627500', '162754.087500', '162754.547500', '162755.007500', '162755.467500', '162755.927500', '162756.387500', '162756.847500', '162757.307500', '162757.767500', '162758.227500', '162758.687500', '162759.147500', '162759.607500', '162800.067500', '162800.527500', '162800.987500', '162801.447500', '162801.907500', '162802.367500', '162802.827500', '162803.287500', '162803.747500', '162804.207500', '162804.667500', '162805.127500', '162805.587500', '162806.047500', '162806.507500', '162806.967500', '162807.427500', '162807.887500', '162808.347500', '162808.807500', '162809.267500', '162809.727500', '162810.187500', '162810.647500', '162811.107500', '162811.567500', '162812.027500', '162812.487500', '162812.947500', '162813.407500', '162813.867500', '162814.327500', '162814.787500', '162815.247500', '162815.707500', '162816.167500', '162816.627500', '162817.087500', '162817.547500', '162818.007500', '162818.467500', '162818.927500', '162819.387500', '162819.847500', '162820.307500', '162820.767500', '162821.227500', '162821.687500', '162822.147500', '162822.607500', '162823.067500', '162823.527500', '162823.987500', '162824.447500', '162824.907500', '162825.367500', '162825.827500', '162826.287500', '162826.747500', '162827.207500', '162827.667500', '162828.127500', '162828.587500', '162829.047500', '162829.507500', '162829.967500', '162830.427500', '162830.887500', '162831.347500', '162831.807500', '162832.267500', '162832.727500'], 'ContentTime': ['161946.206000', '161946.210000', '161946.213000', '161946.224000', '161946.227000', '161946.230000', '161946.233000', '161946.236000', '161946.239000', '161946.242000', '161946.244000', '161946.247000', '161946.250000', '161946.253000', '161946.256000', '161946.259000', '161946.261000', '161946.264000', '161946.267000', '161946.270000', '161946.273000', '161946.276000', '161946.279000', '161946.282000', '161946.284000', '161946.287000', '161946.290000', '161946.293000', '161946.297000', '161946.300000', '161946.303000', '161946.306000', '161946.308000', '161946.311000', '161946.314000', '161946.317000', '161946.320000', '161946.323000', '161946.326000', '161946.329000', '161946.332000', '161946.335000', '161946.338000', '161946.340000', '161946.343000', '161946.346000', '161946.349000', '161946.352000', '161946.355000', '161946.358000', '161946.361000', '161946.363000', '161946.366000', '161946.369000', '161946.372000', '161946.375000', '161946.378000', '161946.381000', '161946.384000', '161946.393000', '161946.396000', '162006.172000', '162006.175000', '162006.178000', '162006.181000', '162006.184000', '162006.187000', '162006.189000', '162006.192000', '162006.195000', '162006.198000', '162006.201000', '162006.204000', '162006.207000', '162006.210000', '162006.212000', '162006.215000', '162006.218000', '162006.221000', '162006.224000', '162006.227000', '162006.230000', '162006.232000', '162006.235000', '162006.246000', '162006.249000', '162006.251000', '162006.254000', '162006.257000', '162006.260000', '162006.263000', '162006.266000', '162006.269000', '162006.271000', '162006.274000', '162006.277000', '162006.280000', '162006.283000', '162006.286000', '162006.289000', '162006.291000', '162006.294000', '162006.297000', '162006.300000', '162006.303000', '162026.172000', '162026.175000', '162026.178000', '162026.181000', '162026.184000', '162026.187000', '162026.189000', '162026.192000', '162026.195000', '162026.198000', '162026.201000', '162026.204000', '162026.207000', '162026.209000', '162026.212000', '162026.215000', '162026.218000', '162026.221000', '162026.224000', '162026.226000', '162026.229000', '162026.232000', '162026.235000', '162026.238000', '162026.241000', '162026.244000', '162026.247000', '162026.250000', '162026.252000', '162026.255000', '162026.258000', '162026.261000', '162026.264000', '162026.267000', '162026.270000', '162026.273000', '162026.276000', '162026.279000', '162026.281000', '162026.284000', '162026.287000', '162026.290000', '162026.293000', '162046.172000', '162046.175000', '162046.178000', '162046.181000', '162046.184000', '162046.187000', '162046.189000', '162046.192000', '162046.195000', '162046.198000', '162046.201000', '162046.204000', '162046.207000', '162046.210000', '162046.213000', '162046.218000', '162046.222000', '162046.225000', '162046.228000', '162046.231000', '162046.234000', '162046.237000', '162046.240000', '162046.243000', '162046.245000', '162046.248000', '162046.251000', '162046.254000', '162046.257000', '162046.260000', '162046.263000', '162046.266000', '162046.269000', '162046.271000', '162046.274000', '162046.277000', '162046.280000', '162046.283000', '162046.286000', '162046.289000', '162046.292000', '162046.295000', '162046.297000', '162106.172000', '162106.175000', '162106.178000', '162106.181000', '162106.184000', '162106.187000', '162106.189000', '162106.192000', '162106.195000', '162106.198000', '162106.201000', '162106.204000', '162106.207000', '162106.210000', '162106.213000', '162106.215000', '162106.218000', '162106.221000', '162106.224000', '162106.227000', '162106.230000', '162106.233000', '162106.236000', '162106.238000', '162106.241000', '162106.244000', '162106.247000', '162106.250000', '162106.253000', '162106.256000', '162106.259000', '162106.262000', '162106.264000', '162106.267000', '162106.270000', '162106.273000', '162106.276000', '162106.279000', '162106.282000', '162106.285000', '162106.287000', '162106.290000', '162106.293000', '162106.296000', '162126.172000', '162126.372000', '162126.375000', '162126.378000', '162126.380000', '162126.383000', '162126.386000', '162126.389000', '162126.392000', '162126.395000', '162126.398000', '162126.401000', '162126.404000', '162126.407000', '162126.410000', '162126.413000', '162126.415000', '162126.418000', '162126.421000', '162126.424000', '162126.427000', '162126.430000', '162126.441000', '162126.444000', '162126.446000', '162126.449000', '162126.452000', '162126.455000', '162126.458000', '162126.461000', '162126.464000', '162126.467000', '162126.470000', '162126.472000', '162126.475000', '162126.478000', '162126.481000', '162126.484000', '162126.487000', '162126.490000', '162126.493000', '162126.496000', '162126.498000', '162146.172000', '162146.175000', '162146.178000', '162146.181000', '162146.184000', '162146.187000', '162146.190000', '162146.193000', '162146.195000', '162146.198000', '162146.201000', '162146.204000', '162146.207000', '162146.210000', '162146.212000', '162146.215000', '162146.218000', '162146.221000', '162146.224000', '162146.240000', '162146.243000', '162146.246000', '162146.249000', '162146.252000', '162146.255000', '162146.258000', '162146.261000', '162146.264000', '162146.266000', '162146.269000', '162146.272000', '162146.275000', '162146.278000', '162146.281000', '162146.284000', '162146.287000', '162146.290000', '162146.292000', '162146.295000', '162146.298000', '162146.301000', '162146.304000', '162146.307000', '162146.310000', '162206.172000', '162206.175000', '162206.178000', '162206.181000', '162206.184000', '162206.187000', '162206.190000', '162206.193000', '162206.196000', '162206.198000', '162206.201000', '162206.204000', '162206.207000', '162206.210000', '162206.213000', '162206.216000', '162206.221000', '162206.225000', '162206.228000', '162206.231000', '162206.234000', '162206.237000', '162206.240000', '162206.243000', '162206.245000', '162206.248000', '162206.251000', '162206.254000', '162206.257000', '162206.260000', '162206.263000', '162206.266000', '162206.268000', '162206.271000', '162206.274000', '162206.277000', '162206.280000', '162206.283000', '162206.286000', '162206.289000', '162206.291000', '162206.294000', '162206.297000', '162226.172000', '162226.175000', '162226.178000', '162226.181000', '162226.184000', '162226.187000', '162226.190000', '162226.202000', '162226.204000', '162226.207000', '162226.210000', '162226.213000', '162226.216000', '162226.219000', '162226.222000', '162226.225000', '162226.227000', '162226.230000', '162226.233000', '162226.236000', '162226.239000', '162226.242000', '162226.245000', '162226.248000', '162226.251000', '162226.254000', '162226.256000', '162226.259000', '162226.262000', '162226.265000', '162226.268000', '162226.271000', '162226.274000', '162226.277000', '162226.280000', '162226.283000', '162226.285000', '162226.288000', '162226.291000', '162226.294000', '162226.297000', '162226.300000', '162226.303000', '162226.306000', '162246.172000', '162246.193000', '162246.196000', '162246.198000', '162246.201000', '162246.204000', '162246.207000', '162246.210000', '162246.213000', '162246.216000', '162246.219000', '162246.222000', '162246.225000', '162246.227000', '162246.230000', '162246.233000', '162246.239000', '162246.242000', '162246.245000', '162246.248000', '162246.251000', '162246.254000', '162246.257000', '162246.259000', '162246.262000', '162246.265000', '162246.268000', '162246.271000', '162246.274000', '162246.277000', '162246.280000', '162246.283000', '162246.286000', '162246.289000', '162246.292000', '162246.295000', '162246.298000', '162246.301000', '162246.303000', '162246.306000', '162246.309000', '162246.312000', '162246.315000', '162306.172000', '162306.208000', '162306.211000', '162306.214000', '162306.217000', '162306.220000', '162306.241000', '162306.244000', '162306.247000', '162306.250000', '162306.253000', '162306.256000', '162306.259000', '162306.261000', '162306.264000', '162306.267000', '162306.270000', '162306.273000', '162306.276000', '162306.279000', '162306.282000', '162306.285000', '162306.288000', '162306.291000', '162306.294000', '162306.297000', '162306.299000', '162306.302000', '162306.305000', '162306.308000', '162306.311000', '162306.314000', '162306.317000', '162306.320000', '162306.322000', '162306.325000', '162306.328000', '162306.331000', '162306.334000', '162306.337000', '162306.340000', '162306.343000', '162306.346000', '162306.348000', '162326.172000', '162326.175000', '162326.178000', '162326.181000', '162326.184000', '162326.187000', '162326.189000', '162326.192000', '162326.195000', '162326.198000', '162326.201000', '162326.212000', '162326.215000', '162326.218000', '162326.221000', '162326.224000', '162326.227000', '162326.230000', '162326.233000', '162326.236000', '162326.239000', '162326.241000', '162326.244000', '162326.247000', '162326.253000', '162326.257000', '162326.260000', '162326.263000', '162326.266000', '162326.269000', '162326.271000', '162326.274000', '162326.277000', '162326.280000', '162326.283000', '162326.286000', '162326.289000', '162326.292000', '162326.295000', '162326.297000', '162326.300000', '162326.303000', '162326.306000', '162346.172000', '162346.216000', '162346.219000', '162346.222000', '162346.232000', '162346.235000', '162346.237000', '162346.240000', '162346.243000', '162346.246000', '162346.249000', '162346.252000', '162346.255000', '162346.258000', '162346.260000', '162346.263000', '162346.266000', '162346.269000', '162346.272000', '162346.275000', '162346.278000', '162346.281000', '162346.284000', '162346.287000', '162346.290000', '162346.292000', '162346.295000', '162346.298000', '162346.301000', '162346.304000', '162346.307000', '162346.310000', '162346.313000', '162346.316000', '162346.319000', '162346.322000', '162346.324000', '162346.327000', '162346.331000', '162346.334000', '162346.337000', '162346.339000', '162346.342000', '162346.345000', '162406.172000', '162406.193000', '162406.196000', '162406.199000', '162406.202000', '162406.206000', '162406.209000', '162406.212000', '162406.215000', '162406.217000', '162406.220000', '162406.223000', '162406.226000', '162406.229000', '162406.232000', '162406.235000', '162406.238000', '162406.241000', '162406.244000', '162406.247000', '162406.250000', '162406.252000', '162406.255000', '162406.258000', '162406.261000', '162406.264000', '162406.268000', '162406.272000', '162406.275000', '162406.278000', '162406.281000', '162406.284000', '162406.287000', '162406.290000', '162406.293000', '162406.296000', '162406.299000', '162406.302000', '162406.304000', '162406.307000', '162406.310000', '162406.313000', '162406.316000', '162426.172000', '162426.175000', '162426.178000', '162426.181000', '162426.184000', '162426.187000', '162426.190000', '162426.192000', '162426.195000', '162426.198000', '162426.201000', '162426.204000', '162426.207000', '162426.210000', '162426.213000', '162426.216000', '162426.219000', '162426.221000', '162426.224000', '162426.227000', '162426.230000', '162426.233000', '162426.236000', '162426.239000', '162426.241000', '162426.244000', '162426.247000', '162426.250000', '162426.253000', '162426.256000', '162426.259000', '162426.262000', '162426.265000', '162426.267000', '162426.270000', '162426.273000', '162426.276000', '162426.279000', '162426.282000', '162426.285000', '162426.288000', '162426.291000', '162426.294000', '162426.296000', '162446.172000', '162446.254000', '162446.257000', '162446.260000', '162446.263000', '162446.266000', '162446.269000', '162446.272000', '162446.274000', '162446.277000', '162446.280000', '162446.283000', '162446.286000', '162446.291000', '162446.294000', '162446.297000', '162446.300000', '162446.303000', '162446.307000', '162446.310000', '162446.313000', '162446.315000', '162446.318000', '162446.321000', '162446.324000', '162446.338000', '162446.341000', '162446.344000', '162446.346000', '162446.349000', '162446.352000', '162446.355000', '162446.358000', '162446.361000', '162446.364000', '162446.367000', '162446.369000', '162446.372000', '162446.375000', '162446.378000', '162446.381000', '162446.384000', '162446.387000', '162506.172000', '162506.207000', '162506.210000', '162506.213000', '162506.216000', '162506.219000', '162506.222000', '162506.225000', '162506.228000', '162506.230000', '162506.233000', '162506.236000', '162506.239000', '162506.242000', '162506.245000', '162506.248000', '162506.251000', '162506.254000', '162506.257000', '162506.259000', '162506.262000', '162506.265000', '162506.268000', '162506.271000', '162506.274000', '162506.277000', '162506.280000', '162506.282000', '162506.285000', '162506.288000', '162506.291000', '162506.294000', '162506.297000', '162506.300000', '162506.302000', '162506.305000', '162506.308000', '162506.311000', '162506.314000', '162506.317000', '162506.320000', '162506.323000', '162506.326000', '162506.328000', '162526.172000', '162526.230000', '162526.233000', '162526.236000', '162526.239000', '162526.241000', '162526.246000', '162526.249000', '162526.252000', '162526.255000', '162526.258000', '162526.260000', '162526.263000', '162526.266000', '162526.269000', '162526.272000', '162526.275000', '162526.278000', '162526.281000', '162526.284000', '162526.286000', '162526.289000', '162526.292000', '162526.295000', '162526.298000', '162526.301000', '162526.304000', '162526.308000', '162526.314000', '162526.316000', '162526.319000', '162526.322000', '162526.325000', '162526.328000', '162526.331000', '162526.334000', '162526.337000', '162526.340000', '162526.343000', '162526.345000', '162526.348000', '162526.351000', '162526.354000', '162546.172000', '162546.251000', '162546.254000', '162546.257000', '162546.259000', '162546.262000', '162546.265000', '162546.268000', '162546.369000', '162546.373000', '162546.375000', '162546.378000', '162546.381000', '162546.384000', '162546.387000', '162546.390000', '162546.393000', '162546.396000', '162546.399000', '162546.402000', '162546.405000', '162546.408000', '162546.411000', '162546.414000', '162546.417000', '162546.419000', '162546.422000', '162546.425000', '162546.428000', '162546.431000', '162546.434000', '162546.437000', '162546.440000', '162546.443000', '162546.446000', '162546.449000', '162546.451000', '162546.454000', '162546.457000', '162546.460000', '162546.463000', '162546.466000', '162546.469000', '162546.472000', '162606.172000', '162606.240000', '162606.243000', '162606.246000', '162606.249000', '162606.252000', '162606.255000', '162606.258000', '162606.261000', '162606.264000', '162606.266000', '162606.269000', '162606.272000', '162606.275000', '162606.278000', '162606.281000', '162606.284000', '162606.287000', '162606.290000', '162606.292000', '162606.295000', '162606.298000', '162606.301000', '162606.304000', '162606.307000', '162606.310000', '162606.313000', '162606.315000', '162606.318000', '162606.321000', '162606.324000', '162606.327000', '162606.330000', '162606.333000', '162606.336000', '162606.348000', '162606.351000', '162606.354000', '162606.357000', '162606.360000', '162606.363000', '162606.366000', '162606.369000', '162626.172000', '162626.235000', '162626.238000', '162626.241000', '162626.244000', '162626.247000', '162626.250000', '162626.253000', '162626.256000', '162626.259000', '162626.261000', '162626.264000', '162626.267000', '162626.270000', '162626.273000', '162626.276000', '162626.279000', '162626.281000', '162626.284000', '162626.287000', '162626.290000', '162626.293000', '162626.296000', '162626.299000', '162626.302000', '162626.305000', '162626.307000', '162626.310000', '162626.313000', '162626.316000', '162626.319000', '162626.322000', '162626.325000', '162626.328000', '162626.331000', '162626.333000', '162626.336000', '162626.339000', '162626.342000', '162626.345000', '162626.348000', '162626.351000', '162626.354000', '162626.357000', '162646.172000', '162646.221000', '162646.224000', '162646.226000', '162646.229000', '162646.232000', '162646.235000', '162646.238000', '162646.241000', '162646.244000', '162646.247000', '162646.250000', '162646.253000', '162646.255000', '162646.258000', '162646.261000', '162646.264000', '162646.267000', '162646.270000', '162646.273000', '162646.276000', '162646.279000', '162646.282000', '162646.286000', '162646.289000', '162646.292000', '162646.295000', '162646.298000', '162646.300000', '162646.303000', '162646.306000', '162646.309000', '162646.312000', '162646.315000', '162646.318000', '162646.321000', '162646.324000', '162646.327000', '162646.329000', '162646.332000', '162646.335000', '162646.340000', '162646.345000', '162706.172000', '162706.213000', '162706.216000', '162706.219000', '162706.222000', '162706.225000', '162706.228000', '162706.231000', '162706.234000', '162706.236000', '162706.239000', '162706.242000', '162706.245000', '162706.248000', '162706.251000', '162706.254000', '162706.257000', '162706.260000', '162706.262000', '162706.265000', '162706.268000', '162706.271000', '162706.274000', '162706.277000', '162706.280000', '162706.283000', '162706.286000', '162706.289000', '162706.291000', '162706.294000', '162706.297000', '162706.300000', '162706.303000', '162706.306000', '162706.309000', '162706.312000', '162706.315000', '162706.318000', '162706.320000', '162706.323000', '162706.326000', '162706.329000', '162706.332000', '162706.335000', '162726.172000', '162726.218000', '162726.221000', '162726.224000', '162726.227000', '162726.229000', '162726.232000', '162726.235000', '162726.238000', '162726.241000', '162726.244000', '162726.247000', '162726.250000', '162726.253000', '162726.255000', '162726.258000', '162726.261000', '162726.264000', '162726.267000', '162726.270000', '162726.273000', '162726.276000', '162726.279000', '162726.282000', '162726.285000', '162726.287000', '162726.290000', '162726.293000', '162726.296000', '162726.299000', '162726.302000', '162726.305000', '162726.334000', '162726.337000', '162726.340000', '162726.343000', '162726.346000', '162726.349000', '162726.352000', '162726.355000', '162726.357000', '162726.360000', '162726.363000', '162746.172000', '162746.226000', '162746.229000', '162746.232000', '162746.235000', '162746.238000', '162746.241000', '162746.244000', '162746.247000', '162746.250000', '162746.252000', '162746.255000', '162746.258000', '162746.261000', '162746.264000', '162746.267000', '162746.270000', '162746.273000', '162746.276000', '162746.279000', '162746.282000', '162746.284000', '162746.287000', '162746.290000', '162746.293000', '162746.296000', '162746.299000', '162746.302000', '162746.305000', '162746.308000', '162746.310000', '162746.313000', '162746.316000', '162746.319000', '162746.322000', '162746.325000', '162746.328000', '162746.331000', '162746.334000', '162746.337000', '162746.339000', '162746.342000', '162746.345000', '162746.348000', '162806.172000', '162806.218000', '162806.221000', '162806.224000', '162806.227000', '162806.230000', '162806.233000', '162806.235000', '162806.238000', '162806.241000', '162806.244000', '162806.247000', '162806.250000', '162806.253000', '162806.256000', '162806.259000', '162806.261000', '162806.264000', '162806.267000', '162806.270000', '162806.273000', '162806.276000', '162806.279000', '162806.282000', '162806.285000', '162806.288000', '162806.291000', '162806.293000', '162806.296000', '162806.299000', '162806.302000', '162806.305000', '162806.308000', '162806.311000', '162806.314000', '162806.317000', '162806.320000', '162806.324000', '162806.327000', '162806.330000', '162806.332000', '162806.335000', '162806.338000', '162826.172000', '162826.224000', '162826.226000', '162826.229000', '162826.232000', '162826.235000', '162826.238000', '162826.241000', '162826.244000', '162826.247000', '162826.250000', '162826.252000', '162826.255000', '162826.258000', '162826.261000', '162826.264000', '162826.267000', '162826.270000', '162826.273000', '162826.276000', '162826.279000', '162826.281000', '162826.284000', '162826.287000', '162826.290000', '162826.293000', '162826.296000', '162826.299000', '162826.302000', '162826.305000', '162826.308000', '162826.311000', '162826.314000', '162826.316000', '162826.319000', '162826.322000', '162826.325000', '162826.328000', '162826.331000', '162826.334000', '162826.337000', '162826.340000', '162826.342000', '162834.056000', '162834.059000', '162834.062000', '162834.065000', '162834.068000', '162834.071000', '162834.074000', '162834.077000', '162834.079000', '162834.082000', '162834.085000', '162834.088000', '162834.091000', '162834.094000', '162834.097000', '162834.100000', '162834.103000', '162834.106000'], 'InstanceCreationTime': ['161946.206000', '161946.210000', '161946.213000', '161946.224000', '161946.227000', '161946.230000', '161946.233000', '161946.236000', '161946.239000', '161946.242000', '161946.244000', '161946.247000', '161946.250000', '161946.253000', '161946.256000', '161946.259000', '161946.261000', '161946.264000', '161946.267000', '161946.270000', '161946.273000', '161946.276000', '161946.279000', '161946.282000', '161946.284000', '161946.287000', '161946.290000', '161946.293000', '161946.297000', '161946.300000', '161946.303000', '161946.306000', '161946.308000', '161946.311000', '161946.314000', '161946.317000', '161946.320000', '161946.323000', '161946.326000', '161946.329000', '161946.332000', '161946.335000', '161946.338000', '161946.340000', '161946.343000', '161946.346000', '161946.349000', '161946.352000', '161946.355000', '161946.358000', '161946.361000', '161946.363000', '161946.366000', '161946.369000', '161946.372000', '161946.375000', '161946.378000', '161946.381000', '161946.384000', '161946.393000', '161946.396000', '162006.172000', '162006.175000', '162006.178000', '162006.181000', '162006.184000', '162006.187000', '162006.189000', '162006.192000', '162006.195000', '162006.198000', '162006.201000', '162006.204000', '162006.207000', '162006.210000', '162006.212000', '162006.215000', '162006.218000', '162006.221000', '162006.224000', '162006.227000', '162006.230000', '162006.232000', '162006.235000', '162006.246000', '162006.249000', '162006.251000', '162006.254000', '162006.257000', '162006.260000', '162006.263000', '162006.266000', '162006.269000', '162006.271000', '162006.274000', '162006.277000', '162006.280000', '162006.283000', '162006.286000', '162006.289000', '162006.291000', '162006.294000', '162006.297000', '162006.300000', '162006.303000', '162026.172000', '162026.175000', '162026.178000', '162026.181000', '162026.184000', '162026.187000', '162026.189000', '162026.192000', '162026.195000', '162026.198000', '162026.201000', '162026.204000', '162026.207000', '162026.209000', '162026.212000', '162026.215000', '162026.218000', '162026.221000', '162026.224000', '162026.226000', '162026.229000', '162026.232000', '162026.235000', '162026.238000', '162026.241000', '162026.244000', '162026.247000', '162026.250000', '162026.252000', '162026.255000', '162026.258000', '162026.261000', '162026.264000', '162026.267000', '162026.270000', '162026.273000', '162026.276000', '162026.279000', '162026.281000', '162026.284000', '162026.287000', '162026.290000', '162026.293000', '162046.172000', '162046.175000', '162046.178000', '162046.181000', '162046.184000', '162046.187000', '162046.189000', '162046.192000', '162046.195000', '162046.198000', '162046.201000', '162046.204000', '162046.207000', '162046.210000', '162046.213000', '162046.218000', '162046.222000', '162046.225000', '162046.228000', '162046.231000', '162046.234000', '162046.237000', '162046.240000', '162046.243000', '162046.245000', '162046.248000', '162046.251000', '162046.254000', '162046.257000', '162046.260000', '162046.263000', '162046.266000', '162046.269000', '162046.271000', '162046.274000', '162046.277000', '162046.280000', '162046.283000', '162046.286000', '162046.289000', '162046.292000', '162046.295000', '162046.297000', '162106.172000', '162106.175000', '162106.178000', '162106.181000', '162106.184000', '162106.187000', '162106.189000', '162106.192000', '162106.195000', '162106.198000', '162106.201000', '162106.204000', '162106.207000', '162106.210000', '162106.213000', '162106.215000', '162106.218000', '162106.221000', '162106.224000', '162106.227000', '162106.230000', '162106.233000', '162106.236000', '162106.238000', '162106.241000', '162106.244000', '162106.247000', '162106.250000', '162106.253000', '162106.256000', '162106.259000', '162106.262000', '162106.264000', '162106.267000', '162106.270000', '162106.273000', '162106.276000', '162106.279000', '162106.282000', '162106.285000', '162106.287000', '162106.290000', '162106.293000', '162106.296000', '162126.172000', '162126.372000', '162126.375000', '162126.378000', '162126.380000', '162126.383000', '162126.386000', '162126.389000', '162126.392000', '162126.395000', '162126.398000', '162126.401000', '162126.404000', '162126.407000', '162126.410000', '162126.413000', '162126.415000', '162126.418000', '162126.421000', '162126.424000', '162126.427000', '162126.430000', '162126.441000', '162126.444000', '162126.446000', '162126.449000', '162126.452000', '162126.455000', '162126.458000', '162126.461000', '162126.464000', '162126.467000', '162126.470000', '162126.472000', '162126.475000', '162126.478000', '162126.481000', '162126.484000', '162126.487000', '162126.490000', '162126.493000', '162126.496000', '162126.498000', '162146.172000', '162146.175000', '162146.178000', '162146.181000', '162146.184000', '162146.187000', '162146.190000', '162146.193000', '162146.195000', '162146.198000', '162146.201000', '162146.204000', '162146.207000', '162146.210000', '162146.212000', '162146.215000', '162146.218000', '162146.221000', '162146.224000', '162146.240000', '162146.243000', '162146.246000', '162146.249000', '162146.252000', '162146.255000', '162146.258000', '162146.261000', '162146.264000', '162146.266000', '162146.269000', '162146.272000', '162146.275000', '162146.278000', '162146.281000', '162146.284000', '162146.287000', '162146.290000', '162146.292000', '162146.295000', '162146.298000', '162146.301000', '162146.304000', '162146.307000', '162146.310000', '162206.172000', '162206.175000', '162206.178000', '162206.181000', '162206.184000', '162206.187000', '162206.190000', '162206.193000', '162206.196000', '162206.198000', '162206.201000', '162206.204000', '162206.207000', '162206.210000', '162206.213000', '162206.216000', '162206.221000', '162206.225000', '162206.228000', '162206.231000', '162206.234000', '162206.237000', '162206.240000', '162206.243000', '162206.245000', '162206.248000', '162206.251000', '162206.254000', '162206.257000', '162206.260000', '162206.263000', '162206.266000', '162206.268000', '162206.271000', '162206.274000', '162206.277000', '162206.280000', '162206.283000', '162206.286000', '162206.289000', '162206.291000', '162206.294000', '162206.297000', '162226.172000', '162226.175000', '162226.178000', '162226.181000', '162226.184000', '162226.187000', '162226.190000', '162226.202000', '162226.204000', '162226.207000', '162226.210000', '162226.213000', '162226.216000', '162226.219000', '162226.222000', '162226.225000', '162226.227000', '162226.230000', '162226.233000', '162226.236000', '162226.239000', '162226.242000', '162226.245000', '162226.248000', '162226.251000', '162226.254000', '162226.256000', '162226.259000', '162226.262000', '162226.265000', '162226.268000', '162226.271000', '162226.274000', '162226.277000', '162226.280000', '162226.283000', '162226.285000', '162226.288000', '162226.291000', '162226.294000', '162226.297000', '162226.300000', '162226.303000', '162226.306000', '162246.172000', '162246.193000', '162246.196000', '162246.198000', '162246.201000', '162246.204000', '162246.207000', '162246.210000', '162246.213000', '162246.216000', '162246.219000', '162246.222000', '162246.225000', '162246.227000', '162246.230000', '162246.233000', '162246.239000', '162246.242000', '162246.245000', '162246.248000', '162246.251000', '162246.254000', '162246.257000', '162246.259000', '162246.262000', '162246.265000', '162246.268000', '162246.271000', '162246.274000', '162246.277000', '162246.280000', '162246.283000', '162246.286000', '162246.289000', '162246.292000', '162246.295000', '162246.298000', '162246.301000', '162246.303000', '162246.306000', '162246.309000', '162246.312000', '162246.315000', '162306.172000', '162306.208000', '162306.211000', '162306.214000', '162306.217000', '162306.220000', '162306.241000', '162306.244000', '162306.247000', '162306.250000', '162306.253000', '162306.256000', '162306.259000', '162306.261000', '162306.264000', '162306.267000', '162306.270000', '162306.273000', '162306.276000', '162306.279000', '162306.282000', '162306.285000', '162306.288000', '162306.291000', '162306.294000', '162306.297000', '162306.299000', '162306.302000', '162306.305000', '162306.308000', '162306.311000', '162306.314000', '162306.317000', '162306.320000', '162306.322000', '162306.325000', '162306.328000', '162306.331000', '162306.334000', '162306.337000', '162306.340000', '162306.343000', '162306.346000', '162306.348000', '162326.172000', '162326.175000', '162326.178000', '162326.181000', '162326.184000', '162326.187000', '162326.189000', '162326.192000', '162326.195000', '162326.198000', '162326.201000', '162326.212000', '162326.215000', '162326.218000', '162326.221000', '162326.224000', '162326.227000', '162326.230000', '162326.233000', '162326.236000', '162326.239000', '162326.241000', '162326.244000', '162326.247000', '162326.253000', '162326.257000', '162326.260000', '162326.263000', '162326.266000', '162326.269000', '162326.271000', '162326.274000', '162326.277000', '162326.280000', '162326.283000', '162326.286000', '162326.289000', '162326.292000', '162326.295000', '162326.297000', '162326.300000', '162326.303000', '162326.306000', '162346.172000', '162346.216000', '162346.219000', '162346.222000', '162346.232000', '162346.235000', '162346.237000', '162346.240000', '162346.243000', '162346.246000', '162346.249000', '162346.252000', '162346.255000', '162346.258000', '162346.260000', '162346.263000', '162346.266000', '162346.269000', '162346.272000', '162346.275000', '162346.278000', '162346.281000', '162346.284000', '162346.287000', '162346.290000', '162346.292000', '162346.295000', '162346.298000', '162346.301000', '162346.304000', '162346.307000', '162346.310000', '162346.313000', '162346.316000', '162346.319000', '162346.322000', '162346.324000', '162346.327000', '162346.331000', '162346.334000', '162346.337000', '162346.339000', '162346.342000', '162346.345000', '162406.172000', '162406.193000', '162406.196000', '162406.199000', '162406.202000', '162406.206000', '162406.209000', '162406.212000', '162406.215000', '162406.217000', '162406.220000', '162406.223000', '162406.226000', '162406.229000', '162406.232000', '162406.235000', '162406.238000', '162406.241000', '162406.244000', '162406.247000', '162406.250000', '162406.252000', '162406.255000', '162406.258000', '162406.261000', '162406.264000', '162406.268000', '162406.272000', '162406.275000', '162406.278000', '162406.281000', '162406.284000', '162406.287000', '162406.290000', '162406.293000', '162406.296000', '162406.299000', '162406.302000', '162406.304000', '162406.307000', '162406.310000', '162406.313000', '162406.316000', '162426.172000', '162426.175000', '162426.178000', '162426.181000', '162426.184000', '162426.187000', '162426.190000', '162426.192000', '162426.195000', '162426.198000', '162426.201000', '162426.204000', '162426.207000', '162426.210000', '162426.213000', '162426.216000', '162426.219000', '162426.221000', '162426.224000', '162426.227000', '162426.230000', '162426.233000', '162426.236000', '162426.239000', '162426.241000', '162426.244000', '162426.247000', '162426.250000', '162426.253000', '162426.256000', '162426.259000', '162426.262000', '162426.265000', '162426.267000', '162426.270000', '162426.273000', '162426.276000', '162426.279000', '162426.282000', '162426.285000', '162426.288000', '162426.291000', '162426.294000', '162426.296000', '162446.172000', '162446.254000', '162446.257000', '162446.260000', '162446.263000', '162446.266000', '162446.269000', '162446.272000', '162446.274000', '162446.277000', '162446.280000', '162446.283000', '162446.286000', '162446.291000', '162446.294000', '162446.297000', '162446.300000', '162446.303000', '162446.307000', '162446.310000', '162446.313000', '162446.315000', '162446.318000', '162446.321000', '162446.324000', '162446.338000', '162446.341000', '162446.344000', '162446.346000', '162446.349000', '162446.352000', '162446.355000', '162446.358000', '162446.361000', '162446.364000', '162446.367000', '162446.369000', '162446.372000', '162446.375000', '162446.378000', '162446.381000', '162446.384000', '162446.387000', '162506.172000', '162506.207000', '162506.210000', '162506.213000', '162506.216000', '162506.219000', '162506.222000', '162506.225000', '162506.228000', '162506.230000', '162506.233000', '162506.236000', '162506.239000', '162506.242000', '162506.245000', '162506.248000', '162506.251000', '162506.254000', '162506.257000', '162506.259000', '162506.262000', '162506.265000', '162506.268000', '162506.271000', '162506.274000', '162506.277000', '162506.280000', '162506.282000', '162506.285000', '162506.288000', '162506.291000', '162506.294000', '162506.297000', '162506.300000', '162506.302000', '162506.305000', '162506.308000', '162506.311000', '162506.314000', '162506.317000', '162506.320000', '162506.323000', '162506.326000', '162506.328000', '162526.172000', '162526.230000', '162526.233000', '162526.236000', '162526.239000', '162526.241000', '162526.246000', '162526.249000', '162526.252000', '162526.255000', '162526.258000', '162526.260000', '162526.263000', '162526.266000', '162526.269000', '162526.272000', '162526.275000', '162526.278000', '162526.281000', '162526.284000', '162526.286000', '162526.289000', '162526.292000', '162526.295000', '162526.298000', '162526.301000', '162526.304000', '162526.308000', '162526.314000', '162526.316000', '162526.319000', '162526.322000', '162526.325000', '162526.328000', '162526.331000', '162526.334000', '162526.337000', '162526.340000', '162526.343000', '162526.345000', '162526.348000', '162526.351000', '162526.354000', '162546.172000', '162546.251000', '162546.254000', '162546.257000', '162546.259000', '162546.262000', '162546.265000', '162546.268000', '162546.369000', '162546.373000', '162546.375000', '162546.378000', '162546.381000', '162546.384000', '162546.387000', '162546.390000', '162546.393000', '162546.396000', '162546.399000', '162546.402000', '162546.405000', '162546.408000', '162546.411000', '162546.414000', '162546.417000', '162546.419000', '162546.422000', '162546.425000', '162546.428000', '162546.431000', '162546.434000', '162546.437000', '162546.440000', '162546.443000', '162546.446000', '162546.449000', '162546.451000', '162546.454000', '162546.457000', '162546.460000', '162546.463000', '162546.466000', '162546.469000', '162546.472000', '162606.172000', '162606.240000', '162606.243000', '162606.246000', '162606.249000', '162606.252000', '162606.255000', '162606.258000', '162606.261000', '162606.264000', '162606.266000', '162606.269000', '162606.272000', '162606.275000', '162606.278000', '162606.281000', '162606.284000', '162606.287000', '162606.290000', '162606.292000', '162606.295000', '162606.298000', '162606.301000', '162606.304000', '162606.307000', '162606.310000', '162606.313000', '162606.315000', '162606.318000', '162606.321000', '162606.324000', '162606.327000', '162606.330000', '162606.333000', '162606.336000', '162606.348000', '162606.351000', '162606.354000', '162606.357000', '162606.360000', '162606.363000', '162606.366000', '162606.369000', '162626.172000', '162626.235000', '162626.238000', '162626.241000', '162626.244000', '162626.247000', '162626.250000', '162626.253000', '162626.256000', '162626.259000', '162626.261000', '162626.264000', '162626.267000', '162626.270000', '162626.273000', '162626.276000', '162626.279000', '162626.281000', '162626.284000', '162626.287000', '162626.290000', '162626.293000', '162626.296000', '162626.299000', '162626.302000', '162626.305000', '162626.307000', '162626.310000', '162626.313000', '162626.316000', '162626.319000', '162626.322000', '162626.325000', '162626.328000', '162626.331000', '162626.333000', '162626.336000', '162626.339000', '162626.342000', '162626.345000', '162626.348000', '162626.351000', '162626.354000', '162626.357000', '162646.172000', '162646.221000', '162646.224000', '162646.226000', '162646.229000', '162646.232000', '162646.235000', '162646.238000', '162646.241000', '162646.244000', '162646.247000', '162646.250000', '162646.253000', '162646.255000', '162646.258000', '162646.261000', '162646.264000', '162646.267000', '162646.270000', '162646.273000', '162646.276000', '162646.279000', '162646.282000', '162646.286000', '162646.289000', '162646.292000', '162646.295000', '162646.298000', '162646.300000', '162646.303000', '162646.306000', '162646.309000', '162646.312000', '162646.315000', '162646.318000', '162646.321000', '162646.324000', '162646.327000', '162646.329000', '162646.332000', '162646.335000', '162646.340000', '162646.345000', '162706.172000', '162706.213000', '162706.216000', '162706.219000', '162706.222000', '162706.225000', '162706.228000', '162706.231000', '162706.234000', '162706.236000', '162706.239000', '162706.242000', '162706.245000', '162706.248000', '162706.251000', '162706.254000', '162706.257000', '162706.260000', '162706.262000', '162706.265000', '162706.268000', '162706.271000', '162706.274000', '162706.277000', '162706.280000', '162706.283000', '162706.286000', '162706.289000', '162706.291000', '162706.294000', '162706.297000', '162706.300000', '162706.303000', '162706.306000', '162706.309000', '162706.312000', '162706.315000', '162706.318000', '162706.320000', '162706.323000', '162706.326000', '162706.329000', '162706.332000', '162706.335000', '162726.172000', '162726.218000', '162726.221000', '162726.224000', '162726.227000', '162726.229000', '162726.232000', '162726.235000', '162726.238000', '162726.241000', '162726.244000', '162726.247000', '162726.250000', '162726.253000', '162726.255000', '162726.258000', '162726.261000', '162726.264000', '162726.267000', '162726.270000', '162726.273000', '162726.276000', '162726.279000', '162726.282000', '162726.285000', '162726.287000', '162726.290000', '162726.293000', '162726.296000', '162726.299000', '162726.302000', '162726.305000', '162726.334000', '162726.337000', '162726.340000', '162726.343000', '162726.346000', '162726.349000', '162726.352000', '162726.355000', '162726.357000', '162726.360000', '162726.363000', '162746.172000', '162746.226000', '162746.229000', '162746.232000', '162746.235000', '162746.238000', '162746.241000', '162746.244000', '162746.247000', '162746.250000', '162746.252000', '162746.255000', '162746.258000', '162746.261000', '162746.264000', '162746.267000', '162746.270000', '162746.273000', '162746.276000', '162746.279000', '162746.282000', '162746.284000', '162746.287000', '162746.290000', '162746.293000', '162746.296000', '162746.299000', '162746.302000', '162746.305000', '162746.308000', '162746.310000', '162746.313000', '162746.316000', '162746.319000', '162746.322000', '162746.325000', '162746.328000', '162746.331000', '162746.334000', '162746.337000', '162746.339000', '162746.342000', '162746.345000', '162746.348000', '162806.172000', '162806.218000', '162806.221000', '162806.224000', '162806.227000', '162806.230000', '162806.233000', '162806.235000', '162806.238000', '162806.241000', '162806.244000', '162806.247000', '162806.250000', '162806.253000', '162806.256000', '162806.259000', '162806.261000', '162806.264000', '162806.267000', '162806.270000', '162806.273000', '162806.276000', '162806.279000', '162806.282000', '162806.285000', '162806.288000', '162806.291000', '162806.293000', '162806.296000', '162806.299000', '162806.302000', '162806.305000', '162806.308000', '162806.311000', '162806.314000', '162806.317000', '162806.320000', '162806.324000', '162806.327000', '162806.330000', '162806.332000', '162806.335000', '162806.338000', '162826.172000', '162826.224000', '162826.226000', '162826.229000', '162826.232000', '162826.235000', '162826.238000', '162826.241000', '162826.244000', '162826.247000', '162826.250000', '162826.252000', '162826.255000', '162826.258000', '162826.261000', '162826.264000', '162826.267000', '162826.270000', '162826.273000', '162826.276000', '162826.279000', '162826.281000', '162826.284000', '162826.287000', '162826.290000', '162826.293000', '162826.296000', '162826.299000', '162826.302000', '162826.305000', '162826.308000', '162826.311000', '162826.314000', '162826.316000', '162826.319000', '162826.322000', '162826.325000', '162826.328000', '162826.331000', '162826.334000', '162826.337000', '162826.340000', '162826.342000', '162834.056000', '162834.059000', '162834.062000', '162834.065000', '162834.068000', '162834.071000', '162834.074000', '162834.077000', '162834.079000', '162834.082000', '162834.085000', '162834.088000', '162834.091000', '162834.094000', '162834.097000', '162834.100000', '162834.103000', '162834.106000'], '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': [11534, 8626, 15683, 8522, 9147, 7457, 7763, 8215, 7155, 9622, 8013, 14212, 8823, 8709, 8952, 7943, 9758, 7989, 10733, 9167, 13933, 9990, 9554, 8017, 7101, 8608, 7886, 10690, 9437, 10372, 8225, 6820, 8146, 8257, 9979, 8306, 11385, 9779, 7515, 9528, 8616, 10591, 8424, 11307, 9759, 11065, 8879, 8165, 9902, 8024, 10424, 9175, 14040, 9148, 6762, 8124, 7560, 9650, 8924, 14108, 9636, 6899, 7864, 7303, 9102, 9037, 10723, 8893, 11618, 8986, 10603, 8534, 8030, 9175, 8505, 10966, 8645, 11299, 8376, 7335, 8332, 8434, 10310, 9209, 10831, 8250, 6569, 8540, 8133, 10104, 8698, 14506, 9560, 6751, 8358, 7660, 9776, 8551, 10206, 10192, 11442, 8675, 6788, 9353, 8493, 10323, 9261, 11784, 9699, 8099, 9632, 8099, 10518, 8955, 7945, 9252, 9164, 12560, 9608, 11211, 7899, 8333, 9275, 9458, 11917, 8958, 9834, 7468, 8111, 9356, 8899, 12113, 9972, 9710, 7688, 7801, 9547, 8539, 10945, 8816, 10498, 7302, 7168, 7928, 8581, 10443, 8726, 10395, 7585, 6750, 8331, 8906, 10072, 8634, 13680, 8930, 10323, 7734, 8118, 9424, 8947, 13503, 8855, 8724, 8217, 8114, 9820, 8402, 12004, 8933, 10615, 7422, 7360, 8418, 8634, 10003, 8982, 11169, 8534, 11060, 8701, 12156, 8105, 8197, 8383, 7384, 8824, 8051, 9292, 9183, 11121, 8900, 7905, 9818, 8519, 11261, 8913, 14181, 9483, 11075, 8879, 9286, 9204, 10066, 10725, 10937, 10753, 8430, 10482, 8434, 10027, 8529, 11493, 9078, 12834, 7871, 8479, 7867, 8554, 9251, 8467, 11137, 7994, 11537, 7225, 8073, 8734, 8525, 11131, 7782, 11003, 7327, 12145, 7283, 9275, 8340, 7263, 8807, 7656, 9246, 8359, 12293, 9143, 8882, 7498, 6651, 7958, 7910, 9067, 9311, 11936, 9316, 6743, 8263, 8223, 9721, 9579, 12108, 9645, 9893, 8304, 7004, 9198, 7729, 10125, 8882, 12164, 10030, 7343, 8020, 7001, 8849, 8700, 12199, 10220, 12255, 8497, 7517, 7756, 8196, 9105, 8758, 11024, 8548, 10837, 9128, 8103, 8346, 8235, 10980, 9302, 11398, 8689, 8531, 10428, 11951, 11697, 8416, 11599, 8431, 11160, 8481, 10881, 7945, 9820, 7391, 10195, 8395, 9420, 8776, 9350, 8176, 9315, 8738, 12161, 8222, 6786, 7357, 7541, 8059, 8439, 12981, 8509, 8502, 9035, 8301, 11957, 8168, 11732, 9928, 11332, 12199, 8792, 14562, 8468, 12893, 9961, 11758, 11591, 8258, 11792, 8348, 13731, 8132, 15358, 8168, 14323, 8872, 8827, 9137, 6968, 9292, 7339, 9569, 7054, 10030, 7638, 6696, 7567, 6699, 8303, 7534, 8263, 7474, 9364, 7730, 11013, 8229, 11250, 8270, 10187, 7828, 11053, 8758, 11463, 9661, 6802, 8032, 6991, 10504, 7934, 9582, 9170, 7669, 9781, 7905, 10072, 9021, 12367, 10294, 8910, 10508, 8065, 10985, 8561, 15186, 11640, 13376, 10211, 8268, 9702, 7508, 9999, 8644, 7633, 8539, 7303, 10746, 8266, 12566, 9118, 11083, 13895, 9038, 16534, 8842, 9879, 9079, 7216, 10828, 7864, 12854, 7715, 8317, 8196, 7433, 9007, 7099, 10372, 7976, 8125, 7322, 6536, 8001, 7757, 9469, 8215, 10509, 8650, 8810, 7262, 6890, 7875, 7123, 9187, 7470, 11752, 8379, 7508, 7408, 6672, 7748, 7535, 11852, 8712, 6793, 8348, 7736, 10084, 9276, 12518, 10028, 10661, 8945, 7586, 11536, 8979, 9134, 9130, 10392, 11110, 8789, 15389, 8045, 8185, 9475, 9970, 10022, 7906, 11999, 7634, 8358, 7697, 7824, 7874, 7742, 12938, 7625, 6600, 7594, 8091, 10624, 9319, 14004, 9528, 9767, 9520, 9322, 10481, 8977, 12048, 9507, 8724, 10692, 8346, 11156, 8569, 16877, 8121, 11096, 7569, 7964, 8018, 7876, 12597, 7387, 10501, 7130, 8766, 8353, 8887, 9919, 7456, 12742, 7451, 9430, 7201, 7944, 8640, 7632, 11966, 7232, 8156, 8168, 8642, 9155, 9237, 9396, 7348, 11328, 8250, 8373, 7502, 6706, 7903, 8578, 10502, 8430, 6629, 7785, 6799, 8613, 7903, 11377, 9575, 9431, 10233, 7634, 11216, 8892, 12515, 12011, 16968, 8270, 8991, 8415, 8944, 9548, 9185, 9581, 7618, 9080, 8050, 11358, 8204, 7381, 8816, 7359, 9715, 8261, 9924, 7767, 9314, 7811, 9001, 8475, 12346, 8966, 6812, 7401, 6933, 8143, 6941, 7902, 8128, 8190, 8082, 6760, 7920, 6935, 9033, 9095, 9881, 8549, 11672, 8099, 6578, 8071, 7466, 9538, 7801, 11263, 9353, 10024, 9052, 7065, 8930, 7678, 10558, 9323, 8163, 9138, 7796, 9534, 7574, 10154, 8722, 7601, 8520, 7596, 9720, 8597, 12083, 8754, 6944, 8720, 7205, 11447, 11668, 9406, 11684, 8324, 10821, 8673, 12752, 12889, 18328, 13869, 10701, 9515, 9406, 10200, 12181, 10819, 9286, 8454, 7502, 8503, 7811, 9262, 8850, 11800, 8007, 6939, 7478, 7604, 7521, 7670, 10940, 7792, 10465, 7290, 12083, 8853, 12164, 9430, 10886, 8311, 6778, 8039, 7075, 8673, 8017, 11044, 9243, 6903, 7998, 7157, 8588, 7729, 9224, 9415, 10128, 9797, 7244, 10497, 8757, 11420, 9897, 14609, 12246, 11354, 7933, 8681, 7758, 11159, 8863, 7555, 8164, 7171, 8281, 7649, 8352, 8512, 8911, 9389, 9643, 8795, 6945, 8011, 7087, 8272, 7783, 9866, 9992, 7356, 8706, 6893, 8400, 7155, 9490, 7573, 9952, 8444, 10172, 9562, 8748, 9174, 6972, 8909, 7216, 10074, 10008, 8548, 13275, 11062, 9970, 10558, 8970, 10526, 10628, 18319, 14846, 13450, 11287, 10543, 10679, 9457, 19384, 13593, 11281, 9190, 8190, 10790, 8614, 13579, 8182, 13645, 7028, 8630, 7539, 7169, 7435, 7247, 9914, 7892, 10612, 7670, 6752, 7486, 7739, 8471, 8064, 8993, 7535, 7283, 8244, 8342, 9914, 8777, 9214, 7995, 9451, 8313, 9091, 9058, 8515, 7972, 6941, 8212, 7604, 8976, 8964, 11756, 9042, 9503, 8881, 6804, 8108, 7480, 11196, 8730, 7738, 8895, 6947, 9142, 7176, 11603, 8067, 6860, 8794, 6834, 9124, 8267, 9491, 9183, 8189, 9156, 7137, 9727, 7077, 9543, 9237, 10640, 9217, 6751, 8746, 7285, 10092, 8027, 10161, 9237, 10686, 8660, 10511, 8421, 6894, 9612, 9809, 14284, 13809, 8736, 9023, 8658, 9457, 7733, 8502, 9079, 8760, 10225, 15050, 16626, 11683, 8891, 14874, 7710, 6977, 15939, 9136, 8476, 10437, 8242, 6964, 13350, 7557, 7371, 15879, 10927, 7919, 13076, 7281, 7878, 8124, 7064, 9438, 9014, 7185, 12093, 7648, 7689, 8821, 7079, 14579, 8698, 7509, 7944, 6871, 9017, 7750, 9083, 8083, 10027, 7357, 6863, 8018, 6959, 7310, 7404, 7537, 8155, 6685, 7972, 6702, 8743, 8053, 9439, 9574, 10391, 12331, 8953, 9516, 9942, 9544, 10932, 11296, 16121, 11093, 8844, 15480, 8354, 8318, 8784, 9573, 15426, 10251, 8120, 9895, 7730, 8664, 7604, 9243, 15029, 8717, 8235, 10201, 7529, 12233, 8848, 11499, 11239, 8546, 11111, 8317, 8821, 10186, 8333, 15200, 8003, 9140, 8652, 7743, 8511, 8196, 8725, 7657, 8613, 8486, 6998, 7123, 7202, 9648, 7988, 8258, 8548, 10002, 9517, 8512, 10217, 8492, 12494, 9144, 11385, 8295, 7514, 9117, 8869, 9401, 8170, 9190, 8757, 10419, 9411, 7824, 8704, 6916, 8254, 7758, 9989, 8751, 9146, 8926, 7999, 9910, 8199, 6854, 7948, 8547, 10366, 10254, 14408, 12984, 8079, 10481, 8119, 14976, 11186, 17553, 11896, 12582, 10089, 8038, 10172, 7961, 13201, 8096, 8816, 8502, 7472, 12249, 7843, 9180, 7727, 9383, 7951, 7986, 9173, 8130, 11400, 8658, 11299, 8352, 7998, 8098, 7635, 8697, 8310, 8923, 9138, 12189, 9451, 8762, 8457, 6994, 7825, 7040, 8538, 7740, 8884, 8838, 7455, 8997, 6664, 9073, 7176, 8714, 7817, 8942, 8567, 8919, 9585, 7683, 9458, 7031, 10209, 7906, 6708, 8597, 7043, 11738, 10323, 10828, 12465, 12236, 12222, 10447, 13018, 13047, 13308, 13315, 13776, 11005, 11752, 8485, 10603, 9109, 12931, 10432, 12080, 7732, 9040, 7652, 8902, 8343, 12142, 8378, 6749, 7645, 7175, 7295, 7818, 7801, 8822, 9406, 8739, 10470, 8566, 12155, 9335, 12924, 9241, 11056, 9591, 7975, 8164, 7092, 8159, 7155, 8467, 7144, 8142, 8029, 9051, 7945, 8282, 8599, 8603, 8105, 10318, 8923, 7426, 6803, 7705, 7717, 12432, 9381, 9726, 9028, 11247, 15764, 10210, 14584, 11100, 14014, 12067, 9924, 17212, 11499, 15959, 9139, 7607, 11736, 8488, 12347, 11019, 9865, 12022, 8301, 15967, 7394, 8892, 7745, 7107, 9015, 7352, 14755, 8441, 11017, 7491, 9084, 8444, 8138, 8189, 7342, 8273, 7497, 8015, 7831, 10983, 8051, 6662, 7522, 7119, 10445, 7888, 7125, 7897, 8528, 6598, 7463, 7557, 8775, 7939, 13034, 10200, 8976, 9871, 7910, 13867, 8913], 'WindowCenter': [4312.0, 4243.0, 4294.0, 4211.0, 4218.0, 4177.0, 4176.0, 4184.0, 4164.0, 4202.0, 4187.0, 4243.0, 4195.0, 4194.0, 4194.0, 4185.0, 4203.0, 4172.0, 4213.0, 4205.0, 4243.0, 4203.0, 4202.0, 4182.0, 4162.0, 4183.0, 4183.0, 4212.0, 4205.0, 4215.0, 4184.0, 4153.0, 4185.0, 4184.0, 4204.0, 4184.0, 4224.0, 4216.0, 4177.0, 4216.0, 4195.0, 4214.0, 4185.0, 4225.0, 4207.0, 4227.0, 4195.0, 4185.0, 4204.0, 4185.0, 4215.0, 4206.0, 4244.0, 4203.0, 4154.0, 4185.0, 4174.0, 4206.0, 4206.0, 4249.0, 4206.0, 4168.0, 4184.0, 4175.0, 4196.0, 4196.0, 4215.0, 4194.0, 4224.0, 4196.0, 4214.0, 4194.0, 4184.0, 4205.0, 4193.0, 4215.0, 4195.0, 4226.0, 4183.0, 4172.0, 4184.0, 4195.0, 4214.0, 4205.0, 4225.0, 4196.0, 4166.0, 4195.0, 4186.0, 4218.0, 4199.0, 4246.0, 4206.0, 4164.0, 4195.0, 4174.0, 4203.0, 4197.0, 4216.0, 4219.0, 4227.0, 4196.0, 4166.0, 4206.0, 4196.0, 4216.0, 4208.0, 4237.0, 4207.0, 4187.0, 4218.0, 4199.0, 4228.0, 4210.0, 4198.0, 4209.0, 4207.0, 4238.0, 4208.0, 4226.0, 4184.0, 4185.0, 4194.0, 4205.0, 4223.0, 4195.0, 4205.0, 4163.0, 4184.0, 4195.0, 4194.0, 4224.0, 4205.0, 4206.0, 4171.0, 4174.0, 4204.0, 4193.0, 4213.0, 4195.0, 4215.0, 4174.0, 4163.0, 4182.0, 4195.0, 4216.0, 4196.0, 4213.0, 4189.0, 4156.0, 4187.0, 4197.0, 4205.0, 4196.0, 4247.0, 4197.0, 4216.0, 4175.0, 4185.0, 4204.0, 4208.0, 4247.0, 4208.0, 4209.0, 4199.0, 4187.0, 4216.0, 4186.0, 4237.0, 4199.0, 4217.0, 4178.0, 4175.0, 4185.0, 4194.0, 4215.0, 4195.0, 4225.0, 4197.0, 4225.0, 4197.0, 4237.0, 4186.0, 4195.0, 4196.0, 4177.0, 4196.0, 4198.0, 4203.0, 4209.0, 4239.0, 4208.0, 4200.0, 4219.0, 4210.0, 4228.0, 4209.0, 4248.0, 4207.0, 4227.0, 4195.0, 4196.0, 4194.0, 4193.0, 4214.0, 4213.0, 4203.0, 4171.0, 4198.0, 4171.0, 4191.0, 4180.0, 4210.0, 4182.0, 4221.0, 4171.0, 4168.0, 4170.0, 4181.0, 4179.0, 4169.0, 4212.0, 4172.0, 4209.0, 4158.0, 4172.0, 4181.0, 4181.0, 4212.0, 4162.0, 4212.0, 4161.0, 4222.0, 4162.0, 4191.0, 4182.0, 4160.0, 4181.0, 4172.0, 4193.0, 4196.0, 4234.0, 4204.0, 4206.0, 4176.0, 4166.0, 4186.0, 4198.0, 4206.0, 4219.0, 4237.0, 4220.0, 4169.0, 4210.0, 4211.0, 4220.0, 4233.0, 4252.0, 4219.0, 4220.0, 4199.0, 4179.0, 4219.0, 4188.0, 4217.0, 4209.0, 4240.0, 4219.0, 4188.0, 4199.0, 4178.0, 4210.0, 4210.0, 4249.0, 4231.0, 4249.0, 4209.0, 4178.0, 4189.0, 4196.0, 4205.0, 4196.0, 4230.0, 4210.0, 4228.0, 4218.0, 4199.0, 4198.0, 4210.0, 4241.0, 4221.0, 4252.0, 4209.0, 4210.0, 4230.0, 4240.0, 4240.0, 4185.0, 4228.0, 4185.0, 4225.0, 4195.0, 4203.0, 4171.0, 4191.0, 4162.0, 4200.0, 4182.0, 4180.0, 4181.0, 4190.0, 4183.0, 4190.0, 4194.0, 4232.0, 4183.0, 4163.0, 4175.0, 4186.0, 4196.0, 4209.0, 4261.0, 4220.0, 4211.0, 4221.0, 4212.0, 4249.0, 4210.0, 4236.0, 4218.0, 4228.0, 4238.0, 4198.0, 4257.0, 4197.0, 4236.0, 4206.0, 4224.0, 4224.0, 4183.0, 4222.0, 4171.0, 4230.0, 4172.0, 4230.0, 4169.0, 4229.0, 4178.0, 4179.0, 4178.0, 4146.0, 4177.0, 4146.0, 4176.0, 4148.0, 4187.0, 4158.0, 4150.0, 4171.0, 4152.0, 4183.0, 4173.0, 4183.0, 4173.0, 4204.0, 4185.0, 4212.0, 4197.0, 4223.0, 4195.0, 4216.0, 4186.0, 4239.0, 4209.0, 4226.0, 4216.0, 4167.0, 4196.0, 4188.0, 4238.0, 4210.0, 4228.0, 4219.0, 4201.0, 4230.0, 4212.0, 4231.0, 4221.0, 4251.0, 4230.0, 4210.0, 4229.0, 4198.0, 4227.0, 4210.0, 4258.0, 4238.0, 4247.0, 4215.0, 4185.0, 4203.0, 4174.0, 4203.0, 4192.0, 4173.0, 4194.0, 4174.0, 4224.0, 4184.0, 4235.0, 4195.0, 4224.0, 4244.0, 4194.0, 4254.0, 4193.0, 4199.0, 4179.0, 4160.0, 4210.0, 4171.0, 4220.0, 4161.0, 4170.0, 4170.0, 4160.0, 4192.0, 4161.0, 4199.0, 4172.0, 4169.0, 4159.0, 4151.0, 4184.0, 4173.0, 4205.0, 4196.0, 4215.0, 4197.0, 4195.0, 4175.0, 4163.0, 4183.0, 4165.0, 4204.0, 4176.0, 4236.0, 4198.0, 4175.0, 4176.0, 4166.0, 4187.0, 4189.0, 4239.0, 4209.0, 4181.0, 4213.0, 4203.0, 4230.0, 4222.0, 4250.0, 4231.0, 4228.0, 4208.0, 4189.0, 4239.0, 4222.0, 4219.0, 4218.0, 4230.0, 4227.0, 4223.0, 4271.0, 4188.0, 4197.0, 4218.0, 4216.0, 4205.0, 4183.0, 4224.0, 4174.0, 4184.0, 4186.0, 4199.0, 4198.0, 4198.0, 4259.0, 4188.0, 4167.0, 4188.0, 4202.0, 4229.0, 4220.0, 4261.0, 4218.0, 4217.0, 4207.0, 4208.0, 4217.0, 4196.0, 4237.0, 4217.0, 4194.0, 4215.0, 4185.0, 4212.0, 4182.0, 4242.0, 4170.0, 4210.0, 4159.0, 4171.0, 4170.0, 4171.0, 4233.0, 4174.0, 4202.0, 4162.0, 4182.0, 4183.0, 4194.0, 4202.0, 4162.0, 4232.0, 4161.0, 4193.0, 4162.0, 4171.0, 4194.0, 4185.0, 4225.0, 4177.0, 4187.0, 4197.0, 4197.0, 4208.0, 4205.0, 4204.0, 4177.0, 4213.0, 4184.0, 4183.0, 4174.0, 4165.0, 4186.0, 4197.0, 4226.0, 4197.0, 4167.0, 4187.0, 4164.0, 4196.0, 4198.0, 4238.0, 4219.0, 4219.0, 4230.0, 4187.0, 4229.0, 4209.0, 4236.0, 4227.0, 4253.0, 4172.0, 4180.0, 4171.0, 4180.0, 4189.0, 4179.0, 4188.0, 4159.0, 4179.0, 4170.0, 4212.0, 4194.0, 4160.0, 4191.0, 4163.0, 4204.0, 4184.0, 4202.0, 4173.0, 4191.0, 4171.0, 4192.0, 4183.0, 4222.0, 4191.0, 4151.0, 4160.0, 4152.0, 4171.0, 4162.0, 4183.0, 4185.0, 4196.0, 4198.0, 4167.0, 4199.0, 4177.0, 4206.0, 4208.0, 4217.0, 4196.0, 4227.0, 4188.0, 4155.0, 4185.0, 4175.0, 4204.0, 4185.0, 4226.0, 4219.0, 4218.0, 4206.0, 4177.0, 4204.0, 4188.0, 4227.0, 4220.0, 4198.0, 4218.0, 4200.0, 4220.0, 4190.0, 4229.0, 4209.0, 4188.0, 4211.0, 4189.0, 4216.0, 4208.0, 4248.0, 4209.0, 4190.0, 4210.0, 4202.0, 4252.0, 4254.0, 4233.0, 4253.0, 4213.0, 4241.0, 4211.0, 4250.0, 4252.0, 4279.0, 4246.0, 4216.0, 4205.0, 4192.0, 4203.0, 4212.0, 4201.0, 4179.0, 4167.0, 4149.0, 4178.0, 4160.0, 4178.0, 4180.0, 4210.0, 4171.0, 4150.0, 4162.0, 4171.0, 4173.0, 4186.0, 4225.0, 4186.0, 4215.0, 4177.0, 4236.0, 4207.0, 4236.0, 4207.0, 4227.0, 4197.0, 4154.0, 4185.0, 4165.0, 4208.0, 4198.0, 4227.0, 4207.0, 4177.0, 4188.0, 4177.0, 4196.0, 4187.0, 4206.0, 4219.0, 4228.0, 4230.0, 4190.0, 4230.0, 4208.0, 4238.0, 4219.0, 4246.0, 4238.0, 4215.0, 4173.0, 4181.0, 4174.0, 4212.0, 4192.0, 4160.0, 4169.0, 4150.0, 4170.0, 4172.0, 4181.0, 4206.0, 4207.0, 4217.0, 4205.0, 4195.0, 4176.0, 4197.0, 4177.0, 4197.0, 4202.0, 4230.0, 4232.0, 4191.0, 4211.0, 4179.0, 4212.0, 4180.0, 4220.0, 4189.0, 4220.0, 4211.0, 4233.0, 4232.0, 4209.0, 4221.0, 4190.0, 4220.0, 4191.0, 4229.0, 4232.0, 4223.0, 4264.0, 4254.0, 4232.0, 4243.0, 4211.0, 4228.0, 4229.0, 4278.0, 4259.0, 4247.0, 4216.0, 4204.0, 4202.0, 4193.0, 4263.0, 4234.0, 4213.0, 4180.0, 4169.0, 4200.0, 4169.0, 4219.0, 4157.0, 4216.0, 4135.0, 4165.0, 4157.0, 4147.0, 4147.0, 4159.0, 4187.0, 4170.0, 4198.0, 4159.0, 4149.0, 4160.0, 4172.0, 4183.0, 4185.0, 4205.0, 4187.0, 4176.0, 4198.0, 4196.0, 4205.0, 4186.0, 4208.0, 4186.0, 4203.0, 4197.0, 4207.0, 4206.0, 4194.0, 4186.0, 4165.0, 4183.0, 4185.0, 4195.0, 4207.0, 4235.0, 4209.0, 4218.0, 4208.0, 4166.0, 4186.0, 4188.0, 4237.0, 4209.0, 4189.0, 4209.0, 4192.0, 4233.0, 4192.0, 4252.0, 4213.0, 4182.0, 4224.0, 4181.0, 4233.0, 4211.0, 4232.0, 4233.0, 4214.0, 4235.0, 4192.0, 4234.0, 4191.0, 4233.0, 4222.0, 4241.0, 4222.0, 4181.0, 4222.0, 4190.0, 4232.0, 4199.0, 4231.0, 4221.0, 4241.0, 4223.0, 4240.0, 4210.0, 4177.0, 4216.0, 4216.0, 4247.0, 4248.0, 4197.0, 4211.0, 4208.0, 4206.0, 4172.0, 4193.0, 4193.0, 4191.0, 4215.0, 4255.0, 4254.0, 4223.0, 4183.0, 4232.0, 4160.0, 4153.0, 4243.0, 4182.0, 4171.0, 4201.0, 4168.0, 4140.0, 4220.0, 4148.0, 4151.0, 4243.0, 4202.0, 4174.0, 4221.0, 4151.0, 4170.0, 4171.0, 4152.0, 4181.0, 4180.0, 4151.0, 4221.0, 4171.0, 4172.0, 4193.0, 4166.0, 4245.0, 4196.0, 4161.0, 4171.0, 4155.0, 4182.0, 4172.0, 4194.0, 4173.0, 4202.0, 4162.0, 4152.0, 4171.0, 4151.0, 4161.0, 4174.0, 4174.0, 4186.0, 4166.0, 4198.0, 4181.0, 4210.0, 4213.0, 4232.0, 4232.0, 4243.0, 4265.0, 4224.0, 4232.0, 4230.0, 4220.0, 4230.0, 4231.0, 4269.0, 4228.0, 4208.0, 4258.0, 4185.0, 4185.0, 4195.0, 4205.0, 4255.0, 4215.0, 4186.0, 4204.0, 4173.0, 4195.0, 4174.0, 4205.0, 4254.0, 4193.0, 4184.0, 4212.0, 4172.0, 4223.0, 4192.0, 4224.0, 4214.0, 4194.0, 4224.0, 4183.0, 4193.0, 4205.0, 4183.0, 4244.0, 4173.0, 4193.0, 4182.0, 4159.0, 4168.0, 4169.0, 4180.0, 4184.0, 4193.0, 4194.0, 4163.0, 4174.0, 4186.0, 4216.0, 4197.0, 4197.0, 4208.0, 4231.0, 4221.0, 4211.0, 4229.0, 4210.0, 4236.0, 4220.0, 4226.0, 4186.0, 4175.0, 4194.0, 4195.0, 4205.0, 4195.0, 4204.0, 4196.0, 4216.0, 4217.0, 4187.0, 4196.0, 4164.0, 4183.0, 4186.0, 4216.0, 4208.0, 4231.0, 4220.0, 4209.0, 4230.0, 4211.0, 4180.0, 4210.0, 4209.0, 4231.0, 4231.0, 4260.0, 4249.0, 4199.0, 4229.0, 4200.0, 4258.0, 4229.0, 4265.0, 4225.0, 4223.0, 4204.0, 4171.0, 4189.0, 4159.0, 4232.0, 4171.0, 4180.0, 4180.0, 4161.0, 4221.0, 4172.0, 4204.0, 4171.0, 4192.0, 4172.0, 4172.0, 4193.0, 4185.0, 4224.0, 4196.0, 4226.0, 4185.0, 4187.0, 4185.0, 4174.0, 4194.0, 4184.0, 4194.0, 4206.0, 4236.0, 4219.0, 4208.0, 4198.0, 4177.0, 4185.0, 4177.0, 4196.0, 4199.0, 4208.0, 4220.0, 4190.0, 4221.0, 4182.0, 4221.0, 4191.0, 4210.0, 4201.0, 4209.0, 4211.0, 4211.0, 4220.0, 4201.0, 4234.0, 4205.0, 4244.0, 4225.0, 4195.0, 4223.0, 4205.0, 4254.0, 4245.0, 4255.0, 4265.0, 4264.0, 4253.0, 4232.0, 4249.0, 4250.0, 4237.0, 4236.0, 4235.0, 4202.0, 4210.0, 4169.0, 4187.0, 4169.0, 4207.0, 4201.0, 4197.0, 4144.0, 4153.0, 4146.0, 4165.0, 4168.0, 4204.0, 4156.0, 4137.0, 4157.0, 4148.0, 4158.0, 4171.0, 4171.0, 4194.0, 4192.0, 4196.0, 4214.0, 4183.0, 4222.0, 4193.0, 4232.0, 4205.0, 4223.0, 4203.0, 4173.0, 4184.0, 4150.0, 4183.0, 4164.0, 4194.0, 4165.0, 4185.0, 4186.0, 4206.0, 4197.0, 4211.0, 4222.0, 4208.0, 4199.0, 4216.0, 4207.0, 4177.0, 4177.0, 4187.0, 4199.0, 4250.0, 4222.0, 4221.0, 4211.0, 4243.0, 4272.0, 4233.0, 4261.0, 4228.0, 4235.0, 4214.0, 4192.0, 4240.0, 4201.0, 4229.0, 4166.0, 4145.0, 4185.0, 4156.0, 4196.0, 4174.0, 4163.0, 4182.0, 4139.0, 4200.0, 4118.0, 4148.0, 4130.0, 4132.0, 4163.0, 4144.0, 4227.0, 4154.0, 4183.0, 4133.0, 4151.0, 4156.0, 4154.0, 4152.0, 4133.0, 4153.0, 4146.0, 4155.0, 4171.0, 4211.0, 4180.0, 4150.0, 4171.0, 4176.0, 4226.0, 4185.0, 4178.0, 4196.0, 4208.0, 4178.0, 4188.0, 4188.0, 4208.0, 4199.0, 4248.0, 4229.0, 4208.0, 4218.0, 4198.0, 4247.0, 4207.0], 'WindowWidth': [9543.0, 9429.0, 9479.0, 9360.0, 9361.0, 9304.0, 9298.0, 9305.0, 9278.0, 9327.0, 9312.0, 9383.0, 9321.0, 9318.0, 9317.0, 9305.0, 9326.0, 9286.0, 9340.0, 9332.0, 9380.0, 9328.0, 9325.0, 9298.0, 9272.0, 9301.0, 9301.0, 9339.0, 9333.0, 9345.0, 9305.0, 9263.0, 9305.0, 9304.0, 9330.0, 9304.0, 9357.0, 9349.0, 9301.0, 9350.0, 9321.0, 9343.0, 9305.0, 9358.0, 9336.0, 9362.0, 9319.0, 9305.0, 9329.0, 9306.0, 9345.0, 9335.0, 9384.0, 9328.0, 9264.0, 9305.0, 9292.0, 9334.0, 9337.0, 9395.0, 9337.0, 9287.0, 9306.0, 9292.0, 9321.0, 9321.0, 9346.0, 9316.0, 9357.0, 9322.0, 9342.0, 9318.0, 9304.0, 9333.0, 9315.0, 9344.0, 9319.0, 9361.0, 9301.0, 9286.0, 9304.0, 9319.0, 9343.0, 9334.0, 9361.0, 9323.0, 9283.0, 9319.0, 9308.0, 9352.0, 9328.0, 9389.0, 9336.0, 9279.0, 9319.0, 9292.0, 9327.0, 9323.0, 9348.0, 9356.0, 9364.0, 9323.0, 9284.0, 9335.0, 9324.0, 9348.0, 9341.0, 9377.0, 9338.0, 9313.0, 9354.0, 9333.0, 9370.0, 9346.0, 9329.0, 9346.0, 9340.0, 9383.0, 9342.0, 9362.0, 9305.0, 9304.0, 9318.0, 9331.0, 9355.0, 9318.0, 9333.0, 9274.0, 9302.0, 9318.0, 9316.0, 9356.0, 9331.0, 9332.0, 9284.0, 9289.0, 9329.0, 9316.0, 9340.0, 9319.0, 9345.0, 9289.0, 9273.0, 9299.0, 9318.0, 9346.0, 9323.0, 9343.0, 9316.0, 9268.0, 9309.0, 9322.0, 9332.0, 9321.0, 9390.0, 9324.0, 9348.0, 9294.0, 9307.0, 9333.0, 9341.0, 9392.0, 9341.0, 9344.0, 9333.0, 9313.0, 9349.0, 9309.0, 9377.0, 9329.0, 9351.0, 9300.0, 9292.0, 9305.0, 9318.0, 9347.0, 9320.0, 9358.0, 9324.0, 9361.0, 9326.0, 9377.0, 9310.0, 9321.0, 9323.0, 9299.0, 9322.0, 9328.0, 9330.0, 9344.0, 9383.0, 9344.0, 9334.0, 9359.0, 9346.0, 9367.0, 9344.0, 9395.0, 9339.0, 9362.0, 9320.0, 9319.0, 9315.0, 9311.0, 9342.0, 9338.0, 9324.0, 9280.0, 9313.0, 9280.0, 9305.0, 9291.0, 9330.0, 9296.0, 9346.0, 9279.0, 9273.0, 9276.0, 9293.0, 9289.0, 9276.0, 9335.0, 9284.0, 9330.0, 9261.0, 9282.0, 9295.0, 9293.0, 9334.0, 9270.0, 9335.0, 9268.0, 9347.0, 9271.0, 9309.0, 9298.0, 9268.0, 9293.0, 9286.0, 9311.0, 9322.0, 9369.0, 9331.0, 9334.0, 9296.0, 9285.0, 9309.0, 9328.0, 9336.0, 9359.0, 9380.0, 9360.0, 9293.0, 9349.0, 9351.0, 9361.0, 9383.0, 9406.0, 9360.0, 9359.0, 9333.0, 9305.0, 9357.0, 9318.0, 9353.0, 9344.0, 9386.0, 9357.0, 9317.0, 9331.0, 9303.0, 9347.0, 9349.0, 9398.0, 9377.0, 9397.0, 9347.0, 9302.0, 9320.0, 9325.0, 9335.0, 9324.0, 9372.0, 9347.0, 9368.0, 9356.0, 9331.0, 9330.0, 9348.0, 9392.0, 9366.0, 9405.0, 9346.0, 9346.0, 9376.0, 9386.0, 9388.0, 9308.0, 9368.0, 9306.0, 9360.0, 9319.0, 9326.0, 9281.0, 9306.0, 9273.0, 9318.0, 9298.0, 9289.0, 9294.0, 9304.0, 9300.0, 9307.0, 9317.0, 9366.0, 9302.0, 9277.0, 9294.0, 9312.0, 9325.0, 9345.0, 9418.0, 9367.0, 9354.0, 9365.0, 9354.0, 9399.0, 9347.0, 9378.0, 9356.0, 9368.0, 9382.0, 9328.0, 9406.0, 9325.0, 9375.0, 9335.0, 9355.0, 9357.0, 9300.0, 9351.0, 9281.0, 9359.0, 9281.0, 9357.0, 9276.0, 9353.0, 9286.0, 9287.0, 9285.0, 9242.0, 9281.0, 9240.0, 9280.0, 9246.0, 9296.0, 9261.0, 9252.0, 9283.0, 9260.0, 9305.0, 9289.0, 9301.0, 9290.0, 9330.0, 9308.0, 9340.0, 9324.0, 9354.0, 9321.0, 9350.0, 9312.0, 9385.0, 9348.0, 9363.0, 9349.0, 9289.0, 9327.0, 9320.0, 9384.0, 9351.0, 9373.0, 9362.0, 9339.0, 9378.0, 9357.0, 9378.0, 9367.0, 9404.0, 9375.0, 9348.0, 9373.0, 9330.0, 9368.0, 9347.0, 9408.0, 9382.0, 9391.0, 9348.0, 9307.0, 9328.0, 9291.0, 9327.0, 9314.0, 9289.0, 9318.0, 9292.0, 9358.0, 9305.0, 9373.0, 9318.0, 9356.0, 9383.0, 9318.0, 9397.0, 9314.0, 9316.0, 9289.0, 9267.0, 9332.0, 9281.0, 9345.0, 9266.0, 9277.0, 9277.0, 9265.0, 9310.0, 9270.0, 9317.0, 9282.0, 9278.0, 9266.0, 9257.0, 9306.0, 9290.0, 9333.0, 9325.0, 9345.0, 9323.0, 9320.0, 9293.0, 9274.0, 9301.0, 9282.0, 9333.0, 9299.0, 9376.0, 9327.0, 9295.0, 9299.0, 9285.0, 9313.0, 9320.0, 9384.0, 9347.0, 9311.0, 9356.0, 9343.0, 9376.0, 9368.0, 9403.0, 9378.0, 9369.0, 9343.0, 9321.0, 9386.0, 9367.0, 9358.0, 9357.0, 9372.0, 9366.0, 9372.0, 9431.0, 9315.0, 9326.0, 9358.0, 9350.0, 9332.0, 9302.0, 9356.0, 9290.0, 9305.0, 9312.0, 9333.0, 9331.0, 9331.0, 9413.0, 9318.0, 9289.0, 9318.0, 9340.0, 9371.0, 9363.0, 9417.0, 9357.0, 9351.0, 9338.0, 9341.0, 9350.0, 9320.0, 9376.0, 9353.0, 9320.0, 9346.0, 9306.0, 9337.0, 9296.0, 9375.0, 9279.0, 9329.0, 9262.0, 9281.0, 9278.0, 9281.0, 9366.0, 9292.0, 9323.0, 9271.0, 9295.0, 9300.0, 9318.0, 9323.0, 9272.0, 9364.0, 9269.0, 9313.0, 9271.0, 9283.0, 9318.0, 9307.0, 9359.0, 9300.0, 9310.0, 9324.0, 9327.0, 9343.0, 9333.0, 9332.0, 9299.0, 9341.0, 9303.0, 9300.0, 9289.0, 9280.0, 9309.0, 9325.0, 9365.0, 9328.0, 9288.0, 9314.0, 9281.0, 9323.0, 9329.0, 9382.0, 9358.0, 9359.0, 9372.0, 9316.0, 9371.0, 9345.0, 9376.0, 9363.0, 9391.0, 9284.0, 9290.0, 9279.0, 9292.0, 9302.0, 9286.0, 9298.0, 9262.0, 9288.0, 9279.0, 9337.0, 9320.0, 9270.0, 9310.0, 9275.0, 9330.0, 9305.0, 9321.0, 9286.0, 9307.0, 9283.0, 9313.0, 9303.0, 9350.0, 9307.0, 9253.0, 9265.0, 9255.0, 9282.0, 9272.0, 9302.0, 9308.0, 9325.0, 9331.0, 9289.0, 9331.0, 9300.0, 9340.0, 9342.0, 9351.0, 9324.0, 9366.0, 9316.0, 9269.0, 9308.0, 9294.0, 9330.0, 9308.0, 9365.0, 9359.0, 9356.0, 9338.0, 9300.0, 9333.0, 9316.0, 9367.0, 9361.0, 9331.0, 9355.0, 9335.0, 9362.0, 9323.0, 9373.0, 9345.0, 9318.0, 9351.0, 9319.0, 9352.0, 9345.0, 9398.0, 9347.0, 9322.0, 9348.0, 9343.0, 9408.0, 9414.0, 9384.0, 9413.0, 9358.0, 9393.0, 9352.0, 9400.0, 9408.0, 9437.0, 9388.0, 9345.0, 9335.0, 9310.0, 9325.0, 9335.0, 9319.0, 9287.0, 9270.0, 9247.0, 9287.0, 9265.0, 9286.0, 9291.0, 9330.0, 9280.0, 9254.0, 9272.0, 9283.0, 9289.0, 9309.0, 9361.0, 9312.0, 9348.0, 9299.0, 9377.0, 9340.0, 9373.0, 9338.0, 9365.0, 9325.0, 9265.0, 9305.0, 9279.0, 9343.0, 9329.0, 9364.0, 9338.0, 9300.0, 9315.0, 9299.0, 9324.0, 9315.0, 9337.0, 9360.0, 9371.0, 9374.0, 9323.0, 9374.0, 9344.0, 9381.0, 9356.0, 9391.0, 9381.0, 9344.0, 9287.0, 9294.0, 9288.0, 9337.0, 9311.0, 9266.0, 9276.0, 9253.0, 9278.0, 9284.0, 9295.0, 9338.0, 9340.0, 9354.0, 9333.0, 9322.0, 9297.0, 9326.0, 9301.0, 9328.0, 9342.0, 9376.0, 9382.0, 9326.0, 9351.0, 9307.0, 9355.0, 9311.0, 9362.0, 9320.0, 9359.0, 9354.0, 9382.0, 9382.0, 9345.0, 9364.0, 9324.0, 9361.0, 9325.0, 9375.0, 9382.0, 9370.0, 9427.0, 9416.0, 9383.0, 9396.0, 9350.0, 9371.0, 9369.0, 9435.0, 9410.0, 9389.0, 9348.0, 9327.0, 9324.0, 9312.0, 9407.0, 9367.0, 9340.0, 9293.0, 9274.0, 9317.0, 9274.0, 9339.0, 9256.0, 9329.0, 9224.0, 9261.0, 9254.0, 9243.0, 9243.0, 9261.0, 9294.0, 9277.0, 9312.0, 9261.0, 9250.0, 9266.0, 9284.0, 9299.0, 9309.0, 9334.0, 9312.0, 9295.0, 9330.0, 9323.0, 9333.0, 9307.0, 9342.0, 9309.0, 9327.0, 9326.0, 9339.0, 9337.0, 9317.0, 9309.0, 9279.0, 9302.0, 9308.0, 9319.0, 9339.0, 9372.0, 9344.0, 9357.0, 9342.0, 9285.0, 9311.0, 9317.0, 9379.0, 9346.0, 9317.0, 9344.0, 9331.0, 9385.0, 9331.0, 9409.0, 9360.0, 9316.0, 9376.0, 9315.0, 9386.0, 9355.0, 9383.0, 9384.0, 9360.0, 9390.0, 9329.0, 9386.0, 9326.0, 9384.0, 9368.0, 9392.0, 9367.0, 9311.0, 9370.0, 9326.0, 9382.0, 9334.0, 9379.0, 9368.0, 9392.0, 9372.0, 9391.0, 9348.0, 9300.0, 9351.0, 9349.0, 9393.0, 9395.0, 9328.0, 9355.0, 9344.0, 9336.0, 9285.0, 9313.0, 9313.0, 9311.0, 9346.0, 9399.0, 9395.0, 9351.0, 9297.0, 9361.0, 9264.0, 9259.0, 9378.0, 9295.0, 9280.0, 9319.0, 9272.0, 9236.0, 9341.0, 9243.0, 9252.0, 9377.0, 9319.0, 9285.0, 9344.0, 9251.0, 9275.0, 9277.0, 9256.0, 9291.0, 9290.0, 9254.0, 9345.0, 9282.0, 9282.0, 9312.0, 9280.0, 9382.0, 9322.0, 9268.0, 9280.0, 9265.0, 9294.0, 9285.0, 9316.0, 9285.0, 9320.0, 9270.0, 9258.0, 9281.0, 9255.0, 9268.0, 9292.0, 9291.0, 9311.0, 9286.0, 9331.0, 9313.0, 9348.0, 9358.0, 9381.0, 9383.0, 9398.0, 9429.0, 9374.0, 9381.0, 9376.0, 9360.0, 9374.0, 9376.0, 9423.0, 9368.0, 9341.0, 9408.0, 9305.0, 9307.0, 9318.0, 9332.0, 9398.0, 9346.0, 9308.0, 9329.0, 9288.0, 9318.0, 9289.0, 9331.0, 9395.0, 9315.0, 9302.0, 9336.0, 9284.0, 9352.0, 9310.0, 9353.0, 9342.0, 9317.0, 9356.0, 9299.0, 9311.0, 9331.0, 9301.0, 9380.0, 9286.0, 9312.0, 9299.0, 9261.0, 9272.0, 9274.0, 9289.0, 9305.0, 9316.0, 9316.0, 9275.0, 9290.0, 9314.0, 9351.0, 9327.0, 9328.0, 9344.0, 9376.0, 9362.0, 9350.0, 9372.0, 9347.0, 9377.0, 9361.0, 9359.0, 9308.0, 9292.0, 9318.0, 9319.0, 9331.0, 9319.0, 9330.0, 9322.0, 9349.0, 9352.0, 9311.0, 9323.0, 9278.0, 9303.0, 9310.0, 9348.0, 9343.0, 9381.0, 9363.0, 9349.0, 9377.0, 9354.0, 9311.0, 9350.0, 9347.0, 9377.0, 9376.0, 9413.0, 9399.0, 9331.0, 9371.0, 9337.0, 9408.0, 9370.0, 9413.0, 9358.0, 9353.0, 9328.0, 9280.0, 9299.0, 9261.0, 9364.0, 9282.0, 9291.0, 9289.0, 9269.0, 9348.0, 9283.0, 9330.0, 9283.0, 9309.0, 9283.0, 9285.0, 9313.0, 9307.0, 9356.0, 9322.0, 9362.0, 9306.0, 9314.0, 9308.0, 9290.0, 9315.0, 9304.0, 9315.0, 9336.0, 9375.0, 9356.0, 9342.0, 9328.0, 9299.0, 9307.0, 9298.0, 9322.0, 9332.0, 9344.0, 9362.0, 9323.0, 9365.0, 9316.0, 9366.0, 9326.0, 9349.0, 9337.0, 9345.0, 9350.0, 9349.0, 9361.0, 9337.0, 9387.0, 9352.0, 9401.0, 9378.0, 9340.0, 9373.0, 9351.0, 9412.0, 9405.0, 9415.0, 9431.0, 9426.0, 9411.0, 9379.0, 9399.0, 9399.0, 9379.0, 9372.0, 9371.0, 9321.0, 9328.0, 9273.0, 9294.0, 9272.0, 9323.0, 9320.0, 9306.0, 9233.0, 9242.0, 9240.0, 9264.0, 9270.0, 9313.0, 9252.0, 9228.0, 9256.0, 9245.0, 9261.0, 9281.0, 9281.0, 9317.0, 9311.0, 9323.0, 9342.0, 9300.0, 9348.0, 9312.0, 9365.0, 9332.0, 9354.0, 9328.0, 9287.0, 9300.0, 9252.0, 9301.0, 9277.0, 9318.0, 9282.0, 9307.0, 9310.0, 9336.0, 9327.0, 9352.0, 9369.0, 9343.0, 9334.0, 9349.0, 9337.0, 9300.0, 9302.0, 9314.0, 9335.0, 9402.0, 9367.0, 9362.0, 9350.0, 9393.0, 9434.0, 9382.0, 9416.0, 9368.0, 9369.0, 9342.0, 9307.0, 9373.0, 9319.0, 9350.0, 9263.0, 9232.0, 9286.0, 9249.0, 9298.0, 9269.0, 9253.0, 9279.0, 9216.0, 9299.0, 9188.0, 9226.0, 9207.0, 9214.0, 9255.0, 9233.0, 9348.0, 9245.0, 9281.0, 9214.0, 9236.0, 9251.0, 9247.0, 9241.0, 9216.0, 9244.0, 9239.0, 9250.0, 9284.0, 9336.0, 9294.0, 9254.0, 9285.0, 9299.0, 9364.0, 9308.0, 9305.0, 9326.0, 9344.0, 9306.0, 9319.0, 9317.0, 9344.0, 9332.0, 9397.0, 9371.0, 9344.0, 9357.0, 9330.0, 9392.0, 9341.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.0010450331674958541</td></tr>
<tr><td colspan=3>aqi</td><td>0.039461400497512435</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.933456531568424</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.225817420804979</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9647981592946062</td></tr>
<tr><td colspan=3>efc</td><td>0.4791</td></tr>
<tr><td colspan=3>fber</td><td>4463.5181</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10906027216617767</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>83</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.882255389718076</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.542715084804214</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5507143028225956</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5849828474601155</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.492448104129931</td></tr>
<tr><td colspan=3>gcor</td><td>0.013464</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007146418560296297</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.008751708082854748</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.97985979331164</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>34.233</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.441</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.1084</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301183.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>866.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.8948</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6043</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.4188</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3415.623</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3572.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75361.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1263.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4510.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>897.5131</td></tr>
<tr><td colspan=3>tsnr</td><td>31.67490384541452</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>