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

616 lines
No EOL
134 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0031_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-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031/ses-01/func/sub-0031_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>82e102d19746ec1ae828d37c28cc06ff</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>14:21:57.735000</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.999697, -0.0154098, 0.019213, 0.0151809, 0.999813, 0.0119984]</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.0897078</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>[4147, -7709, -7283, 556, -78, -172, 67, 73]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>260.777</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1eb2c2a1-9629-4e31-9be0-ab51e37c1756||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.6821129322052, 0.04072936624288559, 0.05236460268497467, 109.4569320678711], [0.041343238204717636, 2.682424545288086, 0.03159843012690544, -97.31785583496094], [0.051547080278396606, -0.032190918922424316, 2.6993072032928467, -87.29493713378906], [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': ['142157.735000', '142158.195000', '142158.655000', '142159.115000', '142159.575000', '142200.035000', '142200.495000', '142200.955000', '142201.415000', '142201.875000', '142202.335000', '142202.795000', '142203.255000', '142203.715000', '142204.175000', '142204.635000', '142205.095000', '142205.555000', '142206.015000', '142206.475000', '142206.935000', '142207.395000', '142207.855000', '142208.315000', '142208.775000', '142209.235000', '142209.695000', '142210.155000', '142210.615000', '142211.075000', '142211.535000', '142211.995000', '142212.455000', '142212.915000', '142213.375000', '142213.835000', '142214.295000', '142214.755000', '142215.215000', '142215.675000', '142216.135000', '142216.595000', '142217.055000', '142217.515000', '142217.975000', '142218.435000', '142218.895000', '142219.355000', '142219.815000', '142220.275000', '142220.735000', '142221.195000', '142221.655000', '142222.115000', '142222.575000', '142223.035000', '142223.495000', '142223.955000', '142224.415000', '142224.875000', '142225.335000', '142225.795000', '142226.255000', '142226.715000', '142227.175000', '142227.635000', '142228.095000', '142228.555000', '142229.015000', '142229.475000', '142229.935000', '142230.395000', '142230.855000', '142231.315000', '142231.775000', '142232.235000', '142232.695000', '142233.155000', '142233.615000', '142234.075000', '142234.535000', '142234.995000', '142235.455000', '142235.915000', '142236.375000', '142236.835000', '142237.295000', '142237.755000', '142238.215000', '142238.675000', '142239.135000', '142239.595000', '142240.055000', '142240.515000', '142240.975000', '142241.435000', '142241.895000', '142242.355000', '142242.815000', '142243.275000', '142243.735000', '142244.195000', '142244.655000', '142245.115000', '142245.575000', '142246.035000', '142246.495000', '142246.955000', '142247.415000', '142247.875000', '142248.335000', '142248.795000', '142249.255000', '142249.715000', '142250.175000', '142250.635000', '142251.095000', '142251.555000', '142252.015000', '142252.475000', '142252.935000', '142253.395000', '142253.855000', '142254.315000', '142254.775000', '142255.235000', '142255.695000', '142256.155000', '142256.615000', '142257.075000', '142257.535000', '142257.995000', '142258.455000', '142258.915000', '142259.375000', '142259.835000', '142300.295000', '142300.755000', '142301.215000', '142301.675000', '142302.135000', '142302.595000', '142303.055000', '142303.515000', '142303.975000', '142304.435000', '142304.895000', '142305.355000', '142305.815000', '142306.275000', '142306.735000', '142307.195000', '142307.655000', '142308.115000', '142308.575000', '142309.035000', '142309.495000', '142309.955000', '142310.415000', '142310.875000', '142311.335000', '142311.795000', '142312.255000', '142312.715000', '142313.175000', '142313.635000', '142314.095000', '142314.555000', '142315.015000', '142315.475000', '142315.935000', '142316.395000', '142316.855000', '142317.315000', '142317.775000', '142318.235000', '142318.695000', '142319.155000', '142319.615000', '142320.075000', '142320.535000', '142320.995000', '142321.455000', '142321.915000', '142322.375000', '142322.835000', '142323.295000', '142323.755000', '142324.215000', '142324.675000', '142325.135000', '142325.595000', '142326.055000', '142326.515000', '142326.975000', '142327.435000', '142327.895000', '142328.355000', '142328.815000', '142329.275000', '142329.735000', '142330.195000', '142330.655000', '142331.115000', '142331.575000', '142332.035000', '142332.495000', '142332.955000', '142333.415000', '142333.875000', '142334.335000', '142334.795000', '142335.255000', '142335.715000', '142336.175000', '142336.635000', '142337.095000', '142337.555000', '142338.015000', '142338.475000', '142338.935000', '142339.395000', '142339.855000', '142340.315000', '142340.775000', '142341.235000', '142341.695000', '142342.155000', '142342.615000', '142343.075000', '142343.535000', '142343.995000', '142344.455000', '142344.915000', '142345.375000', '142345.835000', '142346.295000', '142346.755000', '142347.215000', '142347.675000', '142348.135000', '142348.595000', '142349.055000', '142349.515000', '142349.975000', '142350.435000', '142350.895000', '142351.355000', '142351.815000', '142352.275000', '142352.735000', '142353.195000', '142353.655000', '142354.115000', '142354.575000', '142355.035000', '142355.495000', '142355.955000', '142356.415000', '142356.875000', '142357.335000', '142357.795000', '142358.255000', '142358.715000', '142359.175000', '142359.635000', '142400.095000', '142400.555000', '142401.015000', '142401.475000', '142401.935000', '142402.395000', '142402.855000', '142403.315000', '142403.775000', '142404.235000', '142404.695000', '142405.155000', '142405.615000', '142406.075000', '142406.535000', '142406.995000', '142407.455000', '142407.915000', '142408.375000', '142408.835000', '142409.295000', '142409.755000', '142410.215000', '142410.675000', '142411.135000', '142411.595000', '142412.055000', '142412.515000', '142412.975000', '142413.435000', '142413.895000', '142414.355000', '142414.815000', '142415.275000', '142415.735000', '142416.195000', '142416.655000', '142417.115000', '142417.575000', '142418.035000', '142418.495000', '142418.955000', '142419.415000', '142419.875000', '142420.335000', '142420.795000', '142421.255000', '142421.715000', '142422.175000', '142422.635000', '142423.095000', '142423.555000', '142424.015000', '142424.475000', '142424.935000', '142425.395000', '142425.855000', '142426.315000', '142426.775000', '142427.235000', '142427.695000', '142428.155000', '142428.615000', '142429.075000', '142429.535000', '142429.995000', '142430.455000', '142430.915000', '142431.375000', '142431.835000', '142432.295000', '142432.755000', '142433.215000', '142433.675000', '142434.135000', '142434.595000', '142435.055000', '142435.515000', '142435.975000', '142436.435000', '142436.895000', '142437.355000', '142437.815000', '142438.275000', '142438.735000', '142439.195000', '142439.655000', '142440.115000', '142440.575000', '142441.035000', '142441.495000', '142441.955000', '142442.415000', '142442.875000', '142443.335000', '142443.795000', '142444.255000', '142444.715000', '142445.175000', '142445.635000', '142446.095000', '142446.555000', '142447.015000', '142447.475000', '142447.935000', '142448.395000', '142448.855000', '142449.315000', '142449.775000', '142450.235000', '142450.695000', '142451.155000', '142451.615000', '142452.075000', '142452.535000', '142452.995000', '142453.455000', '142453.915000', '142454.375000', '142454.835000', '142455.295000', '142455.755000', '142456.215000', '142456.675000', '142457.135000', '142457.595000', '142458.055000', '142458.515000', '142458.975000', '142459.435000', '142459.895000', '142500.355000', '142500.815000', '142501.275000', '142501.735000', '142502.195000', '142502.655000', '142503.115000', '142503.575000', '142504.035000', '142504.495000', '142504.955000', '142505.415000', '142505.875000', '142506.335000', '142506.795000', '142507.255000', '142507.715000', '142508.175000', '142508.635000', '142509.095000', '142509.555000', '142510.015000', '142510.475000', '142510.935000', '142511.395000', '142511.855000', '142512.315000', '142512.775000', '142513.235000', '142513.695000', '142514.155000', '142514.615000', '142515.075000', '142515.535000', '142515.995000', '142516.455000', '142516.915000', '142517.375000', '142517.835000', '142518.295000', '142518.755000', '142519.215000', '142519.675000', '142520.135000', '142520.595000', '142521.055000', '142521.515000', '142521.975000', '142522.435000', '142522.895000', '142523.355000', '142523.815000', '142524.275000', '142524.735000', '142525.195000', '142525.655000', '142526.115000', '142526.575000', '142527.035000', '142527.495000', '142527.955000', '142528.415000', '142528.875000', '142529.335000', '142529.795000', '142530.255000', '142530.715000', '142531.175000', '142531.635000', '142532.095000', '142532.555000', '142533.015000', '142533.475000', '142533.935000', '142534.395000', '142534.855000', '142535.315000', '142535.775000', '142536.235000', '142536.695000', '142537.155000', '142537.615000', '142538.075000', '142538.535000', '142538.995000', '142539.455000', '142539.915000', '142540.375000', '142540.835000', '142541.295000', '142541.755000', '142542.215000', '142542.675000', '142543.135000', '142543.595000', '142544.055000', '142544.515000', '142544.975000', '142545.435000', '142545.895000', '142546.355000', '142546.815000', '142547.275000', '142547.735000', '142548.195000', '142548.655000', '142549.115000', '142549.575000', '142550.035000', '142550.495000', '142550.955000', '142551.415000', '142551.875000', '142552.335000', '142552.795000', '142553.255000', '142553.715000', '142554.175000', '142554.635000', '142555.095000', '142555.555000', '142556.015000', '142556.475000', '142556.935000', '142557.395000', '142557.855000', '142558.315000', '142558.775000', '142559.235000', '142559.695000', '142600.155000', '142600.615000', '142601.075000', '142601.535000', '142601.995000', '142602.455000', '142602.915000', '142603.375000', '142603.835000', '142604.295000', '142604.755000', '142605.215000', '142605.675000', '142606.135000', '142606.595000', '142607.055000', '142607.515000', '142607.975000', '142608.435000', '142608.895000', '142609.355000', '142609.815000', '142610.275000', '142610.735000', '142611.195000', '142611.655000', '142612.115000', '142612.575000', '142613.035000', '142613.495000', '142613.955000', '142614.415000', '142614.875000', '142615.335000', '142615.795000', '142616.255000', '142616.715000', '142617.175000', '142617.635000', '142618.095000', '142618.555000', '142619.015000', '142619.475000', '142619.935000', '142620.395000', '142620.855000', '142621.315000', '142621.775000', '142622.235000', '142622.695000', '142623.155000', '142623.615000', '142624.075000', '142624.535000', '142624.995000', '142625.455000', '142625.915000', '142626.375000', '142626.835000', '142627.295000', '142627.755000', '142628.215000', '142628.675000', '142629.135000', '142629.595000', '142630.055000', '142630.515000', '142630.975000', '142631.435000', '142631.895000', '142632.355000', '142632.815000', '142633.275000', '142633.735000', '142634.195000', '142634.655000', '142635.115000', '142635.575000', '142636.035000', '142636.495000', '142636.955000', '142637.415000', '142637.875000', '142638.335000', '142638.795000', '142639.255000', '142639.715000', '142640.175000', '142640.635000', '142641.095000', '142641.555000', '142642.015000', '142642.475000', '142642.935000', '142643.395000', '142643.855000', '142644.315000', '142644.775000', '142645.235000', '142645.695000', '142646.155000', '142646.615000', '142647.075000', '142647.535000', '142647.995000', '142648.455000', '142648.915000', '142649.375000', '142649.835000', '142650.295000', '142650.755000', '142651.215000', '142651.675000', '142652.135000', '142652.595000', '142653.055000', '142653.515000', '142653.975000', '142654.435000', '142654.895000', '142655.355000', '142655.815000', '142656.275000', '142656.735000', '142657.195000', '142657.655000', '142658.115000', '142658.575000', '142659.035000', '142659.495000', '142659.955000', '142700.415000', '142700.875000', '142701.335000', '142701.795000', '142702.255000', '142702.715000', '142703.175000', '142703.635000', '142704.095000', '142704.555000', '142705.015000', '142705.475000', '142705.935000', '142706.395000', '142706.855000', '142707.315000', '142707.775000', '142708.235000', '142708.695000', '142709.155000', '142709.615000', '142710.075000', '142710.535000', '142710.995000', '142711.455000', '142711.915000', '142712.375000', '142712.835000', '142713.295000', '142713.755000', '142714.215000', '142714.675000', '142715.135000', '142715.595000', '142716.055000', '142716.515000', '142716.975000', '142717.435000', '142717.895000', '142718.355000', '142718.815000', '142719.275000', '142719.735000', '142720.195000', '142720.655000', '142721.115000', '142721.575000', '142722.035000', '142722.495000', '142722.955000', '142723.415000', '142723.875000', '142724.335000', '142724.795000', '142725.255000', '142725.715000', '142726.175000', '142726.635000', '142727.095000', '142727.555000', '142728.015000', '142728.475000', '142728.935000', '142729.395000', '142729.855000', '142730.315000', '142730.775000', '142731.235000', '142731.695000', '142732.155000', '142732.615000', '142733.075000', '142733.535000', '142733.995000', '142734.455000', '142734.915000', '142735.375000', '142735.835000', '142736.295000', '142736.755000', '142737.215000', '142737.675000', '142738.135000', '142738.595000', '142739.055000', '142739.515000', '142739.975000', '142740.435000', '142740.895000', '142741.355000', '142741.815000', '142742.275000', '142742.735000', '142743.195000', '142743.655000', '142744.115000', '142744.575000', '142745.035000', '142745.495000', '142745.955000', '142746.415000', '142746.875000', '142747.335000', '142747.795000', '142748.255000', '142748.715000', '142749.175000', '142749.635000', '142750.095000', '142750.555000', '142751.015000', '142751.475000', '142751.935000', '142752.395000', '142752.855000', '142753.315000', '142753.775000', '142754.235000', '142754.695000', '142755.155000', '142755.615000', '142756.075000', '142756.535000', '142756.995000', '142757.455000', '142757.915000', '142758.375000', '142758.835000', '142759.295000', '142759.755000', '142800.215000', '142800.675000', '142801.135000', '142801.595000', '142802.055000', '142802.515000', '142802.975000', '142803.435000', '142803.895000', '142804.355000', '142804.815000', '142805.275000', '142805.735000', '142806.195000', '142806.655000', '142807.115000', '142807.575000', '142808.035000', '142808.495000', '142808.955000', '142809.415000', '142809.875000', '142810.335000', '142810.795000', '142811.255000', '142811.715000', '142812.175000', '142812.635000', '142813.095000', '142813.555000', '142814.015000', '142814.475000', '142814.935000', '142815.395000', '142815.855000', '142816.315000', '142816.775000', '142817.235000', '142817.695000', '142818.155000', '142818.615000', '142819.075000', '142819.535000', '142819.995000', '142820.455000', '142820.915000', '142821.375000', '142821.835000', '142822.295000', '142822.755000', '142823.215000', '142823.675000', '142824.135000', '142824.595000', '142825.055000', '142825.515000', '142825.975000', '142826.435000', '142826.895000', '142827.355000', '142827.815000', '142828.275000', '142828.735000', '142829.195000', '142829.655000', '142830.115000', '142830.575000', '142831.035000', '142831.495000', '142831.955000', '142832.415000', '142832.875000', '142833.335000', '142833.795000', '142834.255000', '142834.715000', '142835.175000', '142835.635000', '142836.095000', '142836.555000', '142837.015000', '142837.475000', '142837.935000', '142838.395000', '142838.855000', '142839.315000', '142839.775000', '142840.235000', '142840.695000', '142841.155000', '142841.615000', '142842.075000', '142842.535000', '142842.995000', '142843.455000', '142843.915000', '142844.375000', '142844.835000', '142845.295000', '142845.755000', '142846.215000', '142846.675000', '142847.135000', '142847.595000', '142848.055000', '142848.515000', '142848.975000', '142849.435000', '142849.895000', '142850.355000', '142850.815000', '142851.275000', '142851.735000', '142852.195000', '142852.655000', '142853.115000', '142853.575000', '142854.035000', '142854.495000', '142854.955000', '142855.415000', '142855.875000', '142856.335000', '142856.795000', '142857.255000', '142857.715000', '142858.175000', '142858.635000', '142859.095000', '142859.555000', '142900.015000', '142900.475000', '142900.935000', '142901.395000', '142901.855000', '142902.315000', '142902.775000', '142903.235000', '142903.695000', '142904.155000', '142904.615000', '142905.075000', '142905.535000', '142905.995000', '142906.455000', '142906.915000', '142907.375000', '142907.835000', '142908.295000', '142908.755000', '142909.215000', '142909.675000', '142910.135000', '142910.595000', '142911.055000', '142911.515000', '142911.975000', '142912.435000', '142912.895000', '142913.355000', '142913.815000', '142914.275000', '142914.735000', '142915.195000', '142915.655000', '142916.115000', '142916.575000', '142917.035000', '142917.495000', '142917.955000', '142918.415000', '142918.875000', '142919.335000', '142919.795000', '142920.255000', '142920.715000', '142921.175000', '142921.635000', '142922.095000', '142922.555000', '142923.015000', '142923.475000', '142923.935000', '142924.395000', '142924.855000', '142925.315000', '142925.775000', '142926.235000', '142926.695000', '142927.155000', '142927.615000', '142928.075000', '142928.535000', '142928.995000', '142929.455000', '142929.915000', '142930.375000', '142930.835000', '142931.295000', '142931.755000', '142932.215000', '142932.675000', '142933.135000', '142933.595000', '142934.055000', '142934.515000', '142934.975000', '142935.435000', '142935.895000', '142936.355000', '142936.815000', '142937.275000', '142937.735000', '142938.195000', '142938.655000', '142939.115000', '142939.575000', '142940.035000', '142940.495000', '142940.955000', '142941.415000', '142941.875000', '142942.335000', '142942.795000', '142943.255000', '142943.715000', '142944.175000', '142944.635000', '142945.095000', '142945.555000', '142946.015000', '142946.475000', '142946.935000', '142947.395000', '142947.855000', '142948.315000', '142948.775000', '142949.235000', '142949.695000', '142950.155000', '142950.615000', '142951.075000', '142951.535000', '142951.995000', '142952.455000', '142952.915000', '142953.375000', '142953.835000', '142954.295000', '142954.755000', '142955.215000', '142955.675000', '142956.135000', '142956.595000', '142957.055000', '142957.515000', '142957.975000', '142958.435000', '142958.895000', '142959.355000', '142959.815000', '143000.275000', '143000.735000', '143001.195000', '143001.655000', '143002.115000', '143002.575000', '143003.035000', '143003.495000', '143003.955000', '143004.415000', '143004.875000', '143005.335000', '143005.795000', '143006.255000', '143006.715000', '143007.175000', '143007.635000', '143008.095000', '143008.555000', '143009.015000', '143009.475000', '143009.935000', '143010.395000', '143010.855000', '143011.315000', '143011.775000', '143012.235000', '143012.695000', '143013.155000', '143013.615000', '143014.075000', '143014.535000', '143014.995000', '143015.455000', '143015.915000', '143016.375000', '143016.835000', '143017.295000', '143017.755000', '143018.215000', '143018.675000', '143019.135000', '143019.595000', '143020.055000', '143020.515000', '143020.975000', '143021.435000', '143021.895000', '143022.355000', '143022.815000', '143023.275000', '143023.735000', '143024.195000', '143024.655000', '143025.115000', '143025.575000', '143026.035000', '143026.495000', '143026.955000', '143027.415000', '143027.875000', '143028.335000', '143028.795000', '143029.255000', '143029.715000', '143030.175000', '143030.635000', '143031.095000', '143031.555000', '143032.015000', '143032.475000', '143032.935000', '143033.395000', '143033.855000', '143034.315000', '143034.775000', '143035.235000', '143035.695000', '143036.155000', '143036.615000', '143037.075000', '143037.535000', '143037.995000', '143038.455000', '143038.915000', '143039.375000', '143039.835000', '143040.295000', '143040.755000', '143041.215000', '143041.675000', '143042.135000', '143042.595000', '143043.055000', '143043.515000', '143043.975000', '143044.435000', '143044.895000', '143045.355000', '143045.815000', '143046.275000', '143046.735000', '143047.195000', '143047.655000', '143048.115000', '143048.575000', '143049.035000', '143049.495000', '143049.955000', '143050.415000', '143050.875000', '143051.335000', '143051.795000', '143052.255000', '143052.715000', '143053.175000', '143053.635000', '143054.095000', '143054.555000', '143055.015000', '143055.475000', '143055.935000', '143056.395000', '143056.855000', '143057.315000', '143057.775000', '143058.235000', '143058.695000', '143059.155000', '143059.615000', '143100.075000', '143100.535000', '143100.995000', '143101.455000', '143101.915000', '143102.375000', '143102.835000', '143103.295000', '143103.755000', '143104.215000', '143104.675000', '143105.135000', '143105.595000', '143106.055000', '143106.515000', '143106.975000', '143107.435000', '143107.895000', '143108.355000', '143108.815000', '143109.275000', '143109.735000', '143110.195000', '143110.655000', '143111.115000', '143111.575000', '143112.035000', '143112.495000', '143112.955000', '143113.415000'], 'ContentTime': ['142226.217000', '142226.221000', '142226.224000', '142226.227000', '142226.230000', '142226.233000', '142226.235000', '142226.238000', '142226.241000', '142226.244000', '142226.247000', '142226.250000', '142226.253000', '142226.256000', '142226.258000', '142226.261000', '142226.264000', '142226.267000', '142226.270000', '142226.276000', '142226.279000', '142226.282000', '142226.285000', '142226.288000', '142226.290000', '142226.293000', '142226.296000', '142226.299000', '142226.302000', '142226.305000', '142226.308000', '142226.311000', '142226.313000', '142226.316000', '142226.319000', '142226.322000', '142226.325000', '142226.328000', '142226.331000', '142226.333000', '142226.336000', '142226.339000', '142226.342000', '142226.345000', '142226.348000', '142226.350000', '142226.353000', '142226.356000', '142226.359000', '142226.362000', '142226.365000', '142226.368000', '142226.371000', '142226.374000', '142226.376000', '142226.379000', '142226.382000', '142226.385000', '142226.388000', '142246.172000', '142246.182000', '142246.185000', '142246.187000', '142246.190000', '142246.193000', '142246.196000', '142246.199000', '142246.202000', '142246.204000', '142246.207000', '142246.210000', '142246.213000', '142246.216000', '142246.219000', '142246.222000', '142246.225000', '142246.228000', '142246.231000', '142246.233000', '142246.236000', '142246.239000', '142246.242000', '142246.245000', '142246.248000', '142246.251000', '142246.254000', '142246.256000', '142246.259000', '142246.271000', '142246.274000', '142246.277000', '142246.280000', '142246.283000', '142246.285000', '142246.288000', '142246.291000', '142246.294000', '142246.297000', '142246.300000', '142246.303000', '142246.306000', '142246.309000', '142246.312000', '142306.172000', '142306.175000', '142306.191000', '142306.194000', '142306.196000', '142306.199000', '142306.202000', '142306.205000', '142306.208000', '142306.211000', '142306.214000', '142306.217000', '142306.219000', '142306.222000', '142306.225000', '142306.228000', '142306.231000', '142306.234000', '142306.237000', '142306.239000', '142306.242000', '142306.245000', '142306.248000', '142306.259000', '142306.262000', '142306.265000', '142306.268000', '142306.271000', '142306.273000', '142306.276000', '142306.279000', '142306.282000', '142306.285000', '142306.288000', '142306.291000', '142306.293000', '142306.296000', '142306.299000', '142306.302000', '142306.305000', '142306.308000', '142306.311000', '142306.313000', '142326.172000', '142326.175000', '142326.178000', '142326.181000', '142326.184000', '142326.186000', '142326.189000', '142326.192000', '142326.195000', '142326.198000', '142326.201000', '142326.204000', '142326.207000', '142326.209000', '142326.212000', '142326.215000', '142326.218000', '142326.221000', '142326.224000', '142326.227000', '142326.235000', '142326.238000', '142326.241000', '142326.244000', '142326.247000', '142326.250000', '142326.253000', '142326.255000', '142326.258000', '142326.261000', '142326.264000', '142326.267000', '142326.270000', '142326.273000', '142326.275000', '142326.278000', '142326.281000', '142326.284000', '142326.287000', '142326.290000', '142326.293000', '142326.296000', '142326.299000', '142326.301000', '142346.172000', '142346.175000', '142346.178000', '142346.181000', '142346.184000', '142346.187000', '142346.190000', '142346.193000', '142346.196000', '142346.198000', '142346.201000', '142346.204000', '142346.207000', '142346.210000', '142346.213000', '142346.216000', '142346.219000', '142346.221000', '142346.224000', '142346.227000', '142346.230000', '142346.233000', '142346.236000', '142346.239000', '142346.242000', '142346.244000', '142346.247000', '142346.250000', '142346.253000', '142346.256000', '142346.259000', '142346.262000', '142346.265000', '142346.267000', '142346.270000', '142346.273000', '142346.278000', '142346.281000', '142346.284000', '142346.287000', '142346.290000', '142346.292000', '142346.295000', '142406.172000', '142406.188000', '142406.191000', '142406.194000', '142406.197000', '142406.200000', '142406.203000', '142406.206000', '142406.208000', '142406.211000', '142406.214000', '142406.217000', '142406.220000', '142406.223000', '142406.226000', '142406.229000', '142406.231000', '142406.234000', '142406.237000', '142406.240000', '142406.243000', '142406.246000', '142406.249000', '142406.252000', '142406.255000', '142406.257000', '142406.260000', '142406.263000', '142406.266000', '142406.269000', '142406.272000', '142406.275000', '142406.278000', '142406.280000', '142406.283000', '142406.286000', '142406.289000', '142406.292000', '142406.295000', '142406.298000', '142406.301000', '142406.304000', '142406.307000', '142406.309000', '142426.172000', '142426.210000', '142426.212000', '142426.215000', '142426.218000', '142426.221000', '142426.224000', '142426.228000', '142426.231000', '142426.234000', '142426.237000', '142426.240000', '142426.243000', '142426.246000', '142426.248000', '142426.251000', '142426.254000', '142426.257000', '142426.260000', '142426.263000', '142426.266000', '142426.269000', '142426.272000', '142426.274000', '142426.277000', '142426.280000', '142426.283000', '142426.286000', '142426.289000', '142426.294000', '142426.297000', '142426.300000', '142426.303000', '142426.306000', '142426.309000', '142426.312000', '142426.315000', '142426.318000', '142426.321000', '142426.324000', '142426.326000', '142426.329000', '142426.332000', '142446.172000', '142446.203000', '142446.206000', '142446.209000', '142446.212000', '142446.215000', '142446.218000', '142446.221000', '142446.224000', '142446.227000', '142446.230000', '142446.232000', '142446.235000', '142446.238000', '142446.241000', '142446.244000', '142446.247000', '142446.250000', '142446.253000', '142446.272000', '142446.276000', '142446.278000', '142446.281000', '142446.284000', '142446.287000', '142446.290000', '142446.293000', '142446.296000', '142446.299000', '142446.302000', '142446.304000', '142446.307000', '142446.310000', '142446.313000', '142446.316000', '142446.319000', '142446.322000', '142446.325000', '142446.327000', '142446.330000', '142446.333000', '142446.336000', '142446.339000', '142446.342000', '142506.172000', '142506.208000', '142506.211000', '142506.214000', '142506.217000', '142506.220000', '142506.223000', '142506.226000', '142506.229000', '142506.232000', '142506.234000', '142506.237000', '142506.240000', '142506.243000', '142506.246000', '142506.249000', '142506.252000', '142506.255000', '142506.258000', '142506.260000', '142506.263000', '142506.266000', '142506.269000', '142506.272000', '142506.275000', '142506.278000', '142506.280000', '142506.283000', '142506.286000', '142506.289000', '142506.292000', '142506.295000', '142506.298000', '142506.301000', '142506.303000', '142506.306000', '142506.309000', '142506.312000', '142506.315000', '142506.318000', '142506.321000', '142506.324000', '142506.327000', '142526.172000', '142526.175000', '142526.178000', '142526.181000', '142526.184000', '142526.187000', '142526.190000', '142526.193000', '142526.195000', '142526.198000', '142526.201000', '142526.204000', '142526.207000', '142526.210000', '142526.213000', '142526.215000', '142526.218000', '142526.221000', '142526.224000', '142526.227000', '142526.230000', '142526.233000', '142526.236000', '142526.239000', '142526.241000', '142526.244000', '142526.247000', '142526.250000', '142526.253000', '142526.256000', '142526.259000', '142526.261000', '142526.264000', '142526.267000', '142526.270000', '142526.273000', '142526.276000', '142526.279000', '142526.282000', '142526.285000', '142526.287000', '142526.298000', '142526.301000', '142526.304000', '142546.172000', '142546.185000', '142546.188000', '142546.191000', '142546.194000', '142546.197000', '142546.199000', '142546.202000', '142546.205000', '142546.208000', '142546.211000', '142546.214000', '142546.217000', '142546.220000', '142546.222000', '142546.225000', '142546.228000', '142546.231000', '142546.234000', '142546.237000', '142546.240000', '142546.243000', '142546.245000', '142546.248000', '142546.251000', '142546.254000', '142546.257000', '142546.260000', '142546.264000', '142546.267000', '142546.270000', '142546.273000', '142546.276000', '142546.279000', '142546.282000', '142546.285000', '142546.288000', '142546.291000', '142546.293000', '142546.296000', '142546.299000', '142546.302000', '142546.305000', '142606.172000', '142606.175000', '142606.241000', '142606.244000', '142606.247000', '142606.249000', '142606.252000', '142606.255000', '142606.258000', '142606.261000', '142606.264000', '142606.267000', '142606.270000', '142606.272000', '142606.275000', '142606.278000', '142606.281000', '142606.284000', '142606.287000', '142606.290000', '142606.293000', '142606.296000', '142606.299000', '142606.301000', '142606.304000', '142606.307000', '142606.310000', '142606.313000', '142606.316000', '142606.319000', '142606.322000', '142606.325000', '142606.327000', '142606.330000', '142606.333000', '142606.336000', '142606.339000', '142606.342000', '142606.345000', '142606.348000', '142606.351000', '142606.353000', '142606.356000', '142606.359000', '142626.177000', '142626.195000', '142626.198000', '142626.201000', '142626.203000', '142626.206000', '142626.209000', '142626.212000', '142626.215000', '142626.218000', '142626.221000', '142626.224000', '142626.226000', '142626.229000', '142626.232000', '142626.235000', '142626.238000', '142626.241000', '142626.244000', '142626.247000', '142626.250000', '142626.252000', '142626.255000', '142626.258000', '142626.261000', '142626.264000', '142626.267000', '142626.270000', '142626.273000', '142626.275000', '142626.278000', '142626.281000', '142626.284000', '142626.287000', '142626.290000', '142626.293000', '142626.296000', '142626.299000', '142626.301000', '142626.304000', '142626.307000', '142626.310000', '142626.313000', '142646.172000', '142646.218000', '142646.221000', '142646.224000', '142646.227000', '142646.230000', '142646.232000', '142646.235000', '142646.238000', '142646.241000', '142646.244000', '142646.247000', '142646.250000', '142646.252000', '142646.255000', '142646.258000', '142646.261000', '142646.264000', '142646.267000', '142646.270000', '142646.273000', '142646.276000', '142646.278000', '142646.281000', '142646.284000', '142646.287000', '142646.290000', '142646.293000', '142646.296000', '142646.299000', '142646.302000', '142646.304000', '142646.307000', '142646.310000', '142646.313000', '142646.316000', '142646.319000', '142646.322000', '142646.325000', '142646.328000', '142646.331000', '142646.333000', '142646.336000', '142646.339000', '142706.172000', '142706.247000', '142706.250000', '142706.253000', '142706.256000', '142706.258000', '142706.261000', '142706.264000', '142706.267000', '142706.270000', '142706.273000', '142706.276000', '142706.278000', '142706.281000', '142706.284000', '142706.287000', '142706.290000', '142706.293000', '142706.296000', '142706.299000', '142706.302000', '142706.305000', '142706.308000', '142706.311000', '142706.314000', '142706.317000', '142706.320000', '142706.323000', '142706.325000', '142706.328000', '142706.331000', '142706.334000', '142706.337000', '142706.340000', '142706.343000', '142706.346000', '142706.348000', '142706.351000', '142706.354000', '142706.357000', '142706.360000', '142706.363000', '142706.366000', '142726.172000', '142726.175000', '142726.178000', '142726.181000', '142726.184000', '142726.187000', '142726.189000', '142726.192000', '142726.195000', '142726.198000', '142726.201000', '142726.204000', '142726.207000', '142726.210000', '142726.213000', '142726.218000', '142726.221000', '142726.223000', '142726.226000', '142726.229000', '142726.232000', '142726.235000', '142726.238000', '142726.241000', '142726.244000', '142726.246000', '142726.249000', '142726.252000', '142726.255000', '142726.258000', '142726.261000', '142726.264000', '142726.267000', '142726.270000', '142726.272000', '142726.275000', '142726.278000', '142726.281000', '142726.284000', '142726.287000', '142726.290000', '142726.293000', '142726.296000', '142726.299000', '142746.172000', '142746.213000', '142746.216000', '142746.219000', '142746.222000', '142746.225000', '142746.228000', '142746.230000', '142746.233000', '142746.236000', '142746.239000', '142746.242000', '142746.245000', '142746.248000', '142746.250000', '142746.253000', '142746.256000', '142746.259000', '142746.262000', '142746.265000', '142746.268000', '142746.271000', '142746.273000', '142746.276000', '142746.279000', '142746.294000', '142746.297000', '142746.300000', '142746.303000', '142746.306000', '142746.308000', '142746.311000', '142746.314000', '142746.317000', '142746.320000', '142746.323000', '142746.325000', '142746.328000', '142746.331000', '142746.334000', '142746.337000', '142746.340000', '142746.343000', '142806.172000', '142806.206000', '142806.209000', '142806.212000', '142806.215000', '142806.218000', '142806.221000', '142806.224000', '142806.226000', '142806.229000', '142806.232000', '142806.235000', '142806.238000', '142806.241000', '142806.244000', '142806.247000', '142806.249000', '142806.252000', '142806.255000', '142806.258000', '142806.261000', '142806.264000', '142806.267000', '142806.270000', '142806.272000', '142806.275000', '142806.278000', '142806.281000', '142806.284000', '142806.287000', '142806.290000', '142806.293000', '142806.296000', '142806.298000', '142806.301000', '142806.304000', '142806.307000', '142806.310000', '142806.313000', '142806.316000', '142806.319000', '142806.322000', '142806.325000', '142826.172000', '142826.233000', '142826.236000', '142826.239000', '142826.242000', '142826.244000', '142826.247000', '142826.250000', '142826.253000', '142826.256000', '142826.259000', '142826.262000', '142826.265000', '142826.268000', '142826.270000', '142826.273000', '142826.276000', '142826.279000', '142826.282000', '142826.285000', '142826.288000', '142826.291000', '142826.293000', '142826.296000', '142826.299000', '142826.302000', '142826.305000', '142826.308000', '142826.311000', '142826.314000', '142826.316000', '142826.319000', '142826.322000', '142826.325000', '142826.328000', '142826.331000', '142826.334000', '142826.337000', '142826.341000', '142826.344000', '142826.347000', '142826.350000', '142826.353000', '142826.355000', '142846.172000', '142846.221000', '142846.224000', '142846.227000', '142846.230000', '142846.232000', '142846.235000', '142846.238000', '142846.241000', '142846.244000', '142846.247000', '142846.250000', '142846.253000', '142846.256000', '142846.258000', '142846.261000', '142846.264000', '142846.267000', '142846.270000', '142846.273000', '142846.276000', '142846.278000', '142846.281000', '142846.284000', '142846.287000', '142846.290000', '142846.293000', '142846.296000', '142846.299000', '142846.301000', '142846.304000', '142846.307000', '142846.310000', '142846.313000', '142846.316000', '142846.319000', '142846.322000', '142846.325000', '142846.327000', '142846.330000', '142846.333000', '142846.336000', '142846.339000', '142906.172000', '142906.175000', '142906.220000', '142906.223000', '142906.226000', '142906.229000', '142906.231000', '142906.234000', '142906.237000', '142906.240000', '142906.243000', '142906.246000', '142906.249000', '142906.252000', '142906.254000', '142906.257000', '142906.260000', '142906.263000', '142906.266000', '142906.269000', '142906.272000', '142906.274000', '142906.277000', '142906.292000', '142906.295000', '142906.298000', '142906.301000', '142906.304000', '142906.307000', '142906.310000', '142906.312000', '142906.315000', '142906.318000', '142906.321000', '142906.324000', '142906.327000', '142906.330000', '142906.333000', '142906.335000', '142906.338000', '142906.341000', '142906.344000', '142906.347000', '142906.350000', '142926.172000', '142926.225000', '142926.228000', '142926.231000', '142926.234000', '142926.237000', '142926.240000', '142926.243000', '142926.245000', '142926.248000', '142926.251000', '142926.254000', '142926.257000', '142926.260000', '142926.263000', '142926.265000', '142926.268000', '142926.271000', '142926.274000', '142926.277000', '142926.280000', '142926.283000', '142926.286000', '142926.289000', '142926.292000', '142926.295000', '142926.297000', '142926.300000', '142926.303000', '142926.306000', '142926.309000', '142926.312000', '142926.315000', '142926.318000', '142926.321000', '142926.323000', '142926.326000', '142926.329000', '142926.332000', '142926.335000', '142926.338000', '142926.341000', '142926.344000', '142946.172000', '142946.191000', '142946.194000', '142946.197000', '142946.200000', '142946.203000', '142946.205000', '142946.208000', '142946.211000', '142946.214000', '142946.217000', '142946.220000', '142946.223000', '142946.226000', '142946.228000', '142946.231000', '142946.234000', '142946.237000', '142946.240000', '142946.243000', '142946.246000', '142946.249000', '142946.252000', '142946.254000', '142946.257000', '142946.260000', '142946.263000', '142946.266000', '142946.269000', '142946.272000', '142946.275000', '142946.277000', '142946.280000', '142946.283000', '142946.286000', '142946.289000', '142946.292000', '142946.295000', '142946.298000', '142946.301000', '142946.304000', '142946.306000', '142946.309000', '142946.312000', '143006.172000', '143006.217000', '143006.220000', '143006.223000', '143006.226000', '143006.229000', '143006.232000', '143006.235000', '143006.238000', '143006.241000', '143006.244000', '143006.246000', '143006.249000', '143006.252000', '143006.255000', '143006.258000', '143006.261000', '143006.264000', '143006.267000', '143006.270000', '143006.272000', '143006.275000', '143006.278000', '143006.281000', '143006.284000', '143006.287000', '143006.290000', '143006.293000', '143006.295000', '143006.298000', '143006.301000', '143006.304000', '143006.307000', '143006.310000', '143006.313000', '143006.316000', '143006.319000', '143006.322000', '143006.324000', '143006.327000', '143006.330000', '143006.333000', '143006.336000', '143026.172000', '143026.206000', '143026.209000', '143026.212000', '143026.215000', '143026.218000', '143026.220000', '143026.223000', '143026.226000', '143026.229000', '143026.232000', '143026.235000', '143026.238000', '143026.241000', '143026.243000', '143026.246000', '143026.249000', '143026.252000', '143026.255000', '143026.258000', '143026.261000', '143026.264000', '143026.267000', '143026.269000', '143026.272000', '143026.275000', '143026.278000', '143026.281000', '143026.284000', '143026.287000', '143026.289000', '143026.292000', '143026.295000', '143026.310000', '143026.313000', '143026.316000', '143026.319000', '143026.322000', '143026.324000', '143026.327000', '143026.330000', '143026.333000', '143026.336000', '143026.339000', '143046.172000', '143046.227000', '143046.231000', '143046.237000', '143046.240000', '143046.243000', '143046.246000', '143046.248000', '143046.251000', '143046.254000', '143046.257000', '143046.260000', '143046.263000', '143046.266000', '143046.269000', '143046.272000', '143046.274000', '143046.277000', '143046.280000', '143046.283000', '143046.286000', '143046.289000', '143046.292000', '143046.295000', '143046.298000', '143046.301000', '143046.303000', '143046.306000', '143046.309000', '143046.312000', '143046.315000', '143046.318000', '143046.321000', '143046.324000', '143046.327000', '143046.330000', '143046.333000', '143046.335000', '143046.338000', '143046.341000', '143046.344000', '143046.347000', '143046.350000', '143106.172000', '143106.240000', '143106.243000', '143106.246000', '143106.249000', '143106.252000', '143106.255000', '143106.258000', '143106.261000', '143106.264000', '143106.267000', '143106.270000', '143106.273000', '143106.275000', '143106.278000', '143106.281000', '143106.284000', '143106.287000', '143106.290000', '143106.293000', '143106.296000', '143106.299000', '143106.302000', '143106.304000', '143106.307000', '143106.310000', '143106.313000', '143106.316000', '143106.319000', '143106.322000', '143106.325000', '143106.328000', '143106.330000', '143106.333000', '143106.336000', '143106.339000', '143106.342000', '143106.345000', '143106.348000', '143106.351000', '143106.353000', '143106.356000', '143106.359000', '143106.362000', '143114.815000', '143114.818000', '143114.821000', '143114.824000', '143114.827000', '143114.830000', '143114.833000', '143114.836000', '143114.839000', '143114.842000', '143114.844000', '143114.847000', '143114.850000', '143114.853000', '143114.856000', '143114.859000', '143114.862000', '143114.865000', '143114.868000'], 'InstanceCreationTime': ['142226.217000', '142226.221000', '142226.224000', '142226.227000', '142226.230000', '142226.233000', '142226.235000', '142226.238000', '142226.241000', '142226.244000', '142226.247000', '142226.250000', '142226.253000', '142226.256000', '142226.258000', '142226.261000', '142226.264000', '142226.267000', '142226.270000', '142226.276000', '142226.279000', '142226.282000', '142226.285000', '142226.288000', '142226.290000', '142226.293000', '142226.296000', '142226.299000', '142226.302000', '142226.305000', '142226.308000', '142226.311000', '142226.313000', '142226.316000', '142226.319000', '142226.322000', '142226.325000', '142226.328000', '142226.331000', '142226.333000', '142226.336000', '142226.339000', '142226.342000', '142226.345000', '142226.348000', '142226.350000', '142226.353000', '142226.356000', '142226.359000', '142226.362000', '142226.365000', '142226.368000', '142226.371000', '142226.374000', '142226.376000', '142226.379000', '142226.382000', '142226.385000', '142226.388000', '142246.172000', '142246.182000', '142246.185000', '142246.187000', '142246.190000', '142246.193000', '142246.196000', '142246.199000', '142246.202000', '142246.204000', '142246.207000', '142246.210000', '142246.213000', '142246.216000', '142246.219000', '142246.222000', '142246.225000', '142246.228000', '142246.231000', '142246.233000', '142246.236000', '142246.239000', '142246.242000', '142246.245000', '142246.248000', '142246.251000', '142246.254000', '142246.256000', '142246.259000', '142246.271000', '142246.274000', '142246.277000', '142246.280000', '142246.283000', '142246.285000', '142246.288000', '142246.291000', '142246.294000', '142246.297000', '142246.300000', '142246.303000', '142246.306000', '142246.309000', '142246.312000', '142306.172000', '142306.175000', '142306.191000', '142306.194000', '142306.196000', '142306.199000', '142306.202000', '142306.205000', '142306.208000', '142306.211000', '142306.214000', '142306.217000', '142306.219000', '142306.222000', '142306.225000', '142306.228000', '142306.231000', '142306.234000', '142306.237000', '142306.239000', '142306.242000', '142306.245000', '142306.248000', '142306.259000', '142306.262000', '142306.265000', '142306.268000', '142306.271000', '142306.273000', '142306.276000', '142306.279000', '142306.282000', '142306.285000', '142306.288000', '142306.291000', '142306.293000', '142306.296000', '142306.299000', '142306.302000', '142306.305000', '142306.308000', '142306.311000', '142306.313000', '142326.172000', '142326.175000', '142326.178000', '142326.181000', '142326.184000', '142326.186000', '142326.189000', '142326.192000', '142326.195000', '142326.198000', '142326.201000', '142326.204000', '142326.207000', '142326.209000', '142326.212000', '142326.215000', '142326.218000', '142326.221000', '142326.224000', '142326.227000', '142326.235000', '142326.238000', '142326.241000', '142326.244000', '142326.247000', '142326.250000', '142326.253000', '142326.255000', '142326.258000', '142326.261000', '142326.264000', '142326.267000', '142326.270000', '142326.273000', '142326.275000', '142326.278000', '142326.281000', '142326.284000', '142326.287000', '142326.290000', '142326.293000', '142326.296000', '142326.299000', '142326.301000', '142346.172000', '142346.175000', '142346.178000', '142346.181000', '142346.184000', '142346.187000', '142346.190000', '142346.193000', '142346.196000', '142346.198000', '142346.201000', '142346.204000', '142346.207000', '142346.210000', '142346.213000', '142346.216000', '142346.219000', '142346.221000', '142346.224000', '142346.227000', '142346.230000', '142346.233000', '142346.236000', '142346.239000', '142346.242000', '142346.244000', '142346.247000', '142346.250000', '142346.253000', '142346.256000', '142346.259000', '142346.262000', '142346.265000', '142346.267000', '142346.270000', '142346.273000', '142346.278000', '142346.281000', '142346.284000', '142346.287000', '142346.290000', '142346.292000', '142346.295000', '142406.172000', '142406.188000', '142406.191000', '142406.194000', '142406.197000', '142406.200000', '142406.203000', '142406.206000', '142406.208000', '142406.211000', '142406.214000', '142406.217000', '142406.220000', '142406.223000', '142406.226000', '142406.229000', '142406.231000', '142406.234000', '142406.237000', '142406.240000', '142406.243000', '142406.246000', '142406.249000', '142406.252000', '142406.255000', '142406.257000', '142406.260000', '142406.263000', '142406.266000', '142406.269000', '142406.272000', '142406.275000', '142406.278000', '142406.280000', '142406.283000', '142406.286000', '142406.289000', '142406.292000', '142406.295000', '142406.298000', '142406.301000', '142406.304000', '142406.307000', '142406.309000', '142426.172000', '142426.210000', '142426.212000', '142426.215000', '142426.218000', '142426.221000', '142426.224000', '142426.228000', '142426.231000', '142426.234000', '142426.237000', '142426.240000', '142426.243000', '142426.246000', '142426.248000', '142426.251000', '142426.254000', '142426.257000', '142426.260000', '142426.263000', '142426.266000', '142426.269000', '142426.272000', '142426.274000', '142426.277000', '142426.280000', '142426.283000', '142426.286000', '142426.289000', '142426.294000', '142426.297000', '142426.300000', '142426.303000', '142426.306000', '142426.309000', '142426.312000', '142426.315000', '142426.318000', '142426.321000', '142426.324000', '142426.326000', '142426.329000', '142426.332000', '142446.172000', '142446.203000', '142446.206000', '142446.209000', '142446.212000', '142446.215000', '142446.218000', '142446.221000', '142446.224000', '142446.227000', '142446.230000', '142446.232000', '142446.235000', '142446.238000', '142446.241000', '142446.244000', '142446.247000', '142446.250000', '142446.253000', '142446.272000', '142446.276000', '142446.278000', '142446.281000', '142446.284000', '142446.287000', '142446.290000', '142446.293000', '142446.296000', '142446.299000', '142446.302000', '142446.304000', '142446.307000', '142446.310000', '142446.313000', '142446.316000', '142446.319000', '142446.322000', '142446.325000', '142446.327000', '142446.330000', '142446.333000', '142446.336000', '142446.339000', '142446.342000', '142506.172000', '142506.208000', '142506.211000', '142506.214000', '142506.217000', '142506.220000', '142506.223000', '142506.226000', '142506.229000', '142506.232000', '142506.234000', '142506.237000', '142506.240000', '142506.243000', '142506.246000', '142506.249000', '142506.252000', '142506.255000', '142506.258000', '142506.260000', '142506.263000', '142506.266000', '142506.269000', '142506.272000', '142506.275000', '142506.278000', '142506.280000', '142506.283000', '142506.286000', '142506.289000', '142506.292000', '142506.295000', '142506.298000', '142506.301000', '142506.303000', '142506.306000', '142506.309000', '142506.312000', '142506.315000', '142506.318000', '142506.321000', '142506.324000', '142506.327000', '142526.172000', '142526.175000', '142526.178000', '142526.181000', '142526.184000', '142526.187000', '142526.190000', '142526.193000', '142526.195000', '142526.198000', '142526.201000', '142526.204000', '142526.207000', '142526.210000', '142526.213000', '142526.215000', '142526.218000', '142526.221000', '142526.224000', '142526.227000', '142526.230000', '142526.233000', '142526.236000', '142526.239000', '142526.241000', '142526.244000', '142526.247000', '142526.250000', '142526.253000', '142526.256000', '142526.259000', '142526.261000', '142526.264000', '142526.267000', '142526.270000', '142526.273000', '142526.276000', '142526.279000', '142526.282000', '142526.285000', '142526.287000', '142526.298000', '142526.301000', '142526.304000', '142546.172000', '142546.185000', '142546.188000', '142546.191000', '142546.194000', '142546.197000', '142546.199000', '142546.202000', '142546.205000', '142546.208000', '142546.211000', '142546.214000', '142546.217000', '142546.220000', '142546.222000', '142546.225000', '142546.228000', '142546.231000', '142546.234000', '142546.237000', '142546.240000', '142546.243000', '142546.245000', '142546.248000', '142546.251000', '142546.254000', '142546.257000', '142546.260000', '142546.264000', '142546.267000', '142546.270000', '142546.273000', '142546.276000', '142546.279000', '142546.282000', '142546.285000', '142546.288000', '142546.291000', '142546.293000', '142546.296000', '142546.299000', '142546.302000', '142546.305000', '142606.172000', '142606.175000', '142606.241000', '142606.244000', '142606.247000', '142606.249000', '142606.252000', '142606.255000', '142606.258000', '142606.261000', '142606.264000', '142606.267000', '142606.270000', '142606.272000', '142606.275000', '142606.278000', '142606.281000', '142606.284000', '142606.287000', '142606.290000', '142606.293000', '142606.296000', '142606.299000', '142606.301000', '142606.304000', '142606.307000', '142606.310000', '142606.313000', '142606.316000', '142606.319000', '142606.322000', '142606.325000', '142606.327000', '142606.330000', '142606.333000', '142606.336000', '142606.339000', '142606.342000', '142606.345000', '142606.348000', '142606.351000', '142606.353000', '142606.356000', '142606.359000', '142626.177000', '142626.195000', '142626.198000', '142626.201000', '142626.203000', '142626.206000', '142626.209000', '142626.212000', '142626.215000', '142626.218000', '142626.221000', '142626.224000', '142626.226000', '142626.229000', '142626.232000', '142626.235000', '142626.238000', '142626.241000', '142626.244000', '142626.247000', '142626.250000', '142626.252000', '142626.255000', '142626.258000', '142626.261000', '142626.264000', '142626.267000', '142626.270000', '142626.273000', '142626.275000', '142626.278000', '142626.281000', '142626.284000', '142626.287000', '142626.290000', '142626.293000', '142626.296000', '142626.299000', '142626.301000', '142626.304000', '142626.307000', '142626.310000', '142626.313000', '142646.172000', '142646.218000', '142646.221000', '142646.224000', '142646.227000', '142646.230000', '142646.232000', '142646.235000', '142646.238000', '142646.241000', '142646.244000', '142646.247000', '142646.250000', '142646.252000', '142646.255000', '142646.258000', '142646.261000', '142646.264000', '142646.267000', '142646.270000', '142646.273000', '142646.276000', '142646.278000', '142646.281000', '142646.284000', '142646.287000', '142646.290000', '142646.293000', '142646.296000', '142646.299000', '142646.302000', '142646.304000', '142646.307000', '142646.310000', '142646.313000', '142646.316000', '142646.319000', '142646.322000', '142646.325000', '142646.328000', '142646.331000', '142646.333000', '142646.336000', '142646.339000', '142706.172000', '142706.247000', '142706.250000', '142706.253000', '142706.256000', '142706.258000', '142706.261000', '142706.264000', '142706.267000', '142706.270000', '142706.273000', '142706.276000', '142706.278000', '142706.281000', '142706.284000', '142706.287000', '142706.290000', '142706.293000', '142706.296000', '142706.299000', '142706.302000', '142706.305000', '142706.308000', '142706.311000', '142706.314000', '142706.317000', '142706.320000', '142706.323000', '142706.325000', '142706.328000', '142706.331000', '142706.334000', '142706.337000', '142706.340000', '142706.343000', '142706.346000', '142706.348000', '142706.351000', '142706.354000', '142706.357000', '142706.360000', '142706.363000', '142706.366000', '142726.172000', '142726.175000', '142726.178000', '142726.181000', '142726.184000', '142726.187000', '142726.189000', '142726.192000', '142726.195000', '142726.198000', '142726.201000', '142726.204000', '142726.207000', '142726.210000', '142726.213000', '142726.218000', '142726.221000', '142726.223000', '142726.226000', '142726.229000', '142726.232000', '142726.235000', '142726.238000', '142726.241000', '142726.244000', '142726.246000', '142726.249000', '142726.252000', '142726.255000', '142726.258000', '142726.261000', '142726.264000', '142726.267000', '142726.270000', '142726.272000', '142726.275000', '142726.278000', '142726.281000', '142726.284000', '142726.287000', '142726.290000', '142726.293000', '142726.296000', '142726.299000', '142746.172000', '142746.213000', '142746.216000', '142746.219000', '142746.222000', '142746.225000', '142746.228000', '142746.230000', '142746.233000', '142746.236000', '142746.239000', '142746.242000', '142746.245000', '142746.248000', '142746.250000', '142746.253000', '142746.256000', '142746.259000', '142746.262000', '142746.265000', '142746.268000', '142746.271000', '142746.273000', '142746.276000', '142746.279000', '142746.294000', '142746.297000', '142746.300000', '142746.303000', '142746.306000', '142746.308000', '142746.311000', '142746.314000', '142746.317000', '142746.320000', '142746.323000', '142746.325000', '142746.328000', '142746.331000', '142746.334000', '142746.337000', '142746.340000', '142746.343000', '142806.172000', '142806.206000', '142806.209000', '142806.212000', '142806.215000', '142806.218000', '142806.221000', '142806.224000', '142806.226000', '142806.229000', '142806.232000', '142806.235000', '142806.238000', '142806.241000', '142806.244000', '142806.247000', '142806.249000', '142806.252000', '142806.255000', '142806.258000', '142806.261000', '142806.264000', '142806.267000', '142806.270000', '142806.272000', '142806.275000', '142806.278000', '142806.281000', '142806.284000', '142806.287000', '142806.290000', '142806.293000', '142806.296000', '142806.298000', '142806.301000', '142806.304000', '142806.307000', '142806.310000', '142806.313000', '142806.316000', '142806.319000', '142806.322000', '142806.325000', '142826.172000', '142826.233000', '142826.236000', '142826.239000', '142826.242000', '142826.244000', '142826.247000', '142826.250000', '142826.253000', '142826.256000', '142826.259000', '142826.262000', '142826.265000', '142826.268000', '142826.270000', '142826.273000', '142826.276000', '142826.279000', '142826.282000', '142826.285000', '142826.288000', '142826.291000', '142826.293000', '142826.296000', '142826.299000', '142826.302000', '142826.305000', '142826.308000', '142826.311000', '142826.314000', '142826.316000', '142826.319000', '142826.322000', '142826.325000', '142826.328000', '142826.331000', '142826.334000', '142826.337000', '142826.341000', '142826.344000', '142826.347000', '142826.350000', '142826.353000', '142826.355000', '142846.172000', '142846.221000', '142846.224000', '142846.227000', '142846.230000', '142846.232000', '142846.235000', '142846.238000', '142846.241000', '142846.244000', '142846.247000', '142846.250000', '142846.253000', '142846.256000', '142846.258000', '142846.261000', '142846.264000', '142846.267000', '142846.270000', '142846.273000', '142846.276000', '142846.278000', '142846.281000', '142846.284000', '142846.287000', '142846.290000', '142846.293000', '142846.296000', '142846.299000', '142846.301000', '142846.304000', '142846.307000', '142846.310000', '142846.313000', '142846.316000', '142846.319000', '142846.322000', '142846.325000', '142846.327000', '142846.330000', '142846.333000', '142846.336000', '142846.339000', '142906.172000', '142906.175000', '142906.220000', '142906.223000', '142906.226000', '142906.229000', '142906.231000', '142906.234000', '142906.237000', '142906.240000', '142906.243000', '142906.246000', '142906.249000', '142906.252000', '142906.254000', '142906.257000', '142906.260000', '142906.263000', '142906.266000', '142906.269000', '142906.272000', '142906.274000', '142906.277000', '142906.292000', '142906.295000', '142906.298000', '142906.301000', '142906.304000', '142906.307000', '142906.310000', '142906.312000', '142906.315000', '142906.318000', '142906.321000', '142906.324000', '142906.327000', '142906.330000', '142906.333000', '142906.335000', '142906.338000', '142906.341000', '142906.344000', '142906.347000', '142906.350000', '142926.172000', '142926.225000', '142926.228000', '142926.231000', '142926.234000', '142926.237000', '142926.240000', '142926.243000', '142926.245000', '142926.248000', '142926.251000', '142926.254000', '142926.257000', '142926.260000', '142926.263000', '142926.265000', '142926.268000', '142926.271000', '142926.274000', '142926.277000', '142926.280000', '142926.283000', '142926.286000', '142926.289000', '142926.292000', '142926.295000', '142926.297000', '142926.300000', '142926.303000', '142926.306000', '142926.309000', '142926.312000', '142926.315000', '142926.318000', '142926.321000', '142926.323000', '142926.326000', '142926.329000', '142926.332000', '142926.335000', '142926.338000', '142926.341000', '142926.344000', '142946.172000', '142946.191000', '142946.194000', '142946.197000', '142946.200000', '142946.203000', '142946.205000', '142946.208000', '142946.211000', '142946.214000', '142946.217000', '142946.220000', '142946.223000', '142946.226000', '142946.228000', '142946.231000', '142946.234000', '142946.237000', '142946.240000', '142946.243000', '142946.246000', '142946.249000', '142946.252000', '142946.254000', '142946.257000', '142946.260000', '142946.263000', '142946.266000', '142946.269000', '142946.272000', '142946.275000', '142946.277000', '142946.280000', '142946.283000', '142946.286000', '142946.289000', '142946.292000', '142946.295000', '142946.298000', '142946.301000', '142946.304000', '142946.306000', '142946.309000', '142946.312000', '143006.172000', '143006.217000', '143006.220000', '143006.223000', '143006.226000', '143006.229000', '143006.232000', '143006.235000', '143006.238000', '143006.241000', '143006.244000', '143006.246000', '143006.249000', '143006.252000', '143006.255000', '143006.258000', '143006.261000', '143006.264000', '143006.267000', '143006.270000', '143006.272000', '143006.275000', '143006.278000', '143006.281000', '143006.284000', '143006.287000', '143006.290000', '143006.293000', '143006.295000', '143006.298000', '143006.301000', '143006.304000', '143006.307000', '143006.310000', '143006.313000', '143006.316000', '143006.319000', '143006.322000', '143006.324000', '143006.327000', '143006.330000', '143006.333000', '143006.336000', '143026.172000', '143026.206000', '143026.209000', '143026.212000', '143026.215000', '143026.218000', '143026.220000', '143026.223000', '143026.226000', '143026.229000', '143026.232000', '143026.235000', '143026.238000', '143026.241000', '143026.243000', '143026.246000', '143026.249000', '143026.252000', '143026.255000', '143026.258000', '143026.261000', '143026.264000', '143026.267000', '143026.269000', '143026.272000', '143026.275000', '143026.278000', '143026.281000', '143026.284000', '143026.287000', '143026.289000', '143026.292000', '143026.295000', '143026.310000', '143026.313000', '143026.316000', '143026.319000', '143026.322000', '143026.324000', '143026.327000', '143026.330000', '143026.333000', '143026.336000', '143026.339000', '143046.172000', '143046.227000', '143046.231000', '143046.237000', '143046.240000', '143046.243000', '143046.246000', '143046.248000', '143046.251000', '143046.254000', '143046.257000', '143046.260000', '143046.263000', '143046.266000', '143046.269000', '143046.272000', '143046.274000', '143046.277000', '143046.280000', '143046.283000', '143046.286000', '143046.289000', '143046.292000', '143046.295000', '143046.298000', '143046.301000', '143046.303000', '143046.306000', '143046.309000', '143046.312000', '143046.315000', '143046.318000', '143046.321000', '143046.324000', '143046.327000', '143046.330000', '143046.333000', '143046.335000', '143046.338000', '143046.341000', '143046.344000', '143046.347000', '143046.350000', '143106.172000', '143106.240000', '143106.243000', '143106.246000', '143106.249000', '143106.252000', '143106.255000', '143106.258000', '143106.261000', '143106.264000', '143106.267000', '143106.270000', '143106.273000', '143106.275000', '143106.278000', '143106.281000', '143106.284000', '143106.287000', '143106.290000', '143106.293000', '143106.296000', '143106.299000', '143106.302000', '143106.304000', '143106.307000', '143106.310000', '143106.313000', '143106.316000', '143106.319000', '143106.322000', '143106.325000', '143106.328000', '143106.330000', '143106.333000', '143106.336000', '143106.339000', '143106.342000', '143106.345000', '143106.348000', '143106.351000', '143106.353000', '143106.356000', '143106.359000', '143106.362000', '143114.815000', '143114.818000', '143114.821000', '143114.824000', '143114.827000', '143114.830000', '143114.833000', '143114.836000', '143114.839000', '143114.842000', '143114.844000', '143114.847000', '143114.850000', '143114.853000', '143114.856000', '143114.859000', '143114.862000', '143114.865000', '143114.868000'], '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': [12980, 10042, 10386, 10523, 9698, 11323, 10377, 12436, 10340, 14625, 9715, 14134, 9871, 13899, 9758, 13649, 10214, 13595, 9640, 12738, 9738, 12577, 9781, 12640, 10140, 13487, 9973, 13867, 10258, 13595, 10378, 13737, 9940, 14013, 9934, 13737, 10390, 15253, 10804, 10891, 9725, 8786, 9970, 9519, 11300, 9948, 13329, 10003, 12844, 9876, 12964, 9985, 13810, 10021, 13562, 10371, 13756, 9938, 10576, 9694, 9604, 10155, 11385, 9897, 10038, 10857, 10425, 9910, 11110, 10229, 11083, 10396, 9271, 11105, 10096, 11454, 9867, 12028, 9944, 13320, 9614, 13290, 9733, 13181, 9833, 13524, 10070, 13847, 10322, 13069, 10464, 12981, 9863, 10252, 9982, 14780, 10510, 14030, 10275, 13528, 9933, 13671, 10050, 13387, 10236, 10928, 9709, 8344, 9887, 9863, 11924, 9916, 13001, 9678, 13474, 9705, 13793, 9897, 13690, 9973, 13527, 10151, 14306, 10541, 10520, 9420, 9371, 9994, 9414, 11346, 9697, 12566, 9963, 13112, 10021, 13795, 9851, 13859, 9951, 13062, 9903, 13793, 9877, 13504, 10245, 13375, 10059, 11559, 9833, 9549, 10468, 10103, 12247, 10014, 13770, 9921, 13107, 9960, 13165, 10294, 13375, 10331, 13629, 10126, 13428, 10330, 13738, 10056, 12234, 9989, 9421, 10189, 9988, 12622, 9944, 12973, 10284, 13701, 10155, 12748, 9960, 10877, 9926, 9975, 11129, 10365, 11668, 10180, 12789, 9999, 13682, 10068, 13506, 10451, 13808, 9820, 9621, 9722, 8718, 9744, 9009, 10348, 9740, 11255, 9997, 10881, 10277, 12109, 9839, 13768, 10048, 13532, 10207, 13373, 10253, 9765, 9951, 8691, 10224, 8733, 10724, 10172, 12116, 9975, 11630, 10054, 12497, 10121, 13630, 9878, 13263, 10251, 13695, 9953, 8442, 10148, 9074, 10251, 10823, 10575, 11870, 10034, 14809, 10448, 13567, 9932, 12688, 9888, 11881, 10005, 12501, 9974, 13107, 9884, 13011, 10412, 13736, 10142, 9979, 9772, 9809, 9974, 11636, 10272, 8889, 10819, 8733, 11062, 9510, 12215, 9992, 13329, 9691, 13469, 10182, 14693, 9949, 11383, 9925, 10768, 9969, 10409, 11301, 10268, 11784, 10259, 12412, 10240, 13707, 9946, 13934, 10041, 13521, 10269, 13259, 10516, 13706, 10110, 9634, 9912, 8317, 9787, 9002, 10392, 9356, 11375, 9940, 11504, 9811, 12176, 9805, 13612, 9819, 13065, 10052, 11733, 8888, 10337, 10143, 11233, 9401, 10692, 9435, 12860, 10281, 14770, 10077, 9027, 10974, 9818, 14014, 10007, 14097, 9926, 14255, 10199, 14446, 10703, 11738, 9652, 10783, 9791, 9399, 11029, 9877, 13102, 9594, 13666, 10261, 14455, 10110, 9863, 10831, 9774, 11778, 9986, 12940, 9975, 13075, 9750, 13158, 10499, 11108, 10880, 9827, 10446, 11520, 10195, 11878, 9896, 12338, 9709, 13937, 10233, 14552, 10127, 13500, 10194, 14164, 9887, 11108, 9574, 12072, 9791, 14845, 9792, 12344, 9692, 9395, 9838, 9135, 11319, 10090, 12995, 9745, 13679, 10066, 13452, 10313, 13826, 10154, 12143, 10026, 11333, 10255, 12914, 10208, 8237, 10724, 8664, 10895, 9591, 11630, 10080, 12305, 9733, 12304, 9597, 13321, 9895, 13420, 9711, 12756, 9809, 11922, 9723, 10826, 10019, 9621, 14305, 9902, 15829, 10391, 12675, 9741, 11817, 10252, 12157, 9806, 8277, 10809, 8861, 10378, 13584, 10087, 15679, 10746, 14406, 10093, 13175, 10059, 13095, 10001, 12948, 9846, 12256, 9819, 12173, 9917, 12819, 9632, 12915, 9728, 12938, 9506, 13042, 9730, 12299, 8620, 11066, 15648, 9858, 13215, 9704, 12588, 9640, 12864, 9403, 12320, 9489, 12498, 9596, 12680, 9638, 11920, 8949, 11945, 15290, 10283, 15144, 9666, 13681, 9561, 12984, 9414, 12920, 9812, 13420, 9600, 12635, 9878, 12738, 9511, 12909, 9653, 13012, 9759, 12641, 9450, 13178, 9613, 13413, 9159, 13293, 9709, 12829, 9762, 13520, 9552, 13252, 9507, 12884, 9353, 13499, 10001, 13529, 9881, 13568, 9794, 13409, 10167, 13529, 10384, 13825, 9782, 13337, 9673, 13548, 9716, 13807, 10196, 13735, 9827, 13390, 9921, 14087, 10453, 10902, 10528, 8905, 11132, 9170, 11799, 9676, 13420, 9576, 13036, 9283, 11993, 10460, 12218, 9628, 12773, 9433, 12495, 9970, 13055, 9415, 13676, 9402, 13449, 9777, 13904, 10196, 14376, 9973, 13959, 9935, 13572, 9707, 12168, 9714, 11861, 9317, 11612, 10208, 12236, 9465, 13595, 9525, 13043, 9554, 12935, 9758, 13455, 9358, 12833, 9472, 13275, 9938, 13756, 9809, 13657, 9510, 13198, 9806, 13705, 10532, 14152, 9787, 13557, 9931, 13591, 10145, 12339, 9945, 8917, 10361, 9933, 12473, 9968, 14590, 9666, 13939, 9842, 13904, 10133, 13902, 9886, 14023, 9736, 13413, 9822, 13721, 10392, 14803, 9763, 13291, 9902, 11405, 9999, 9805, 11773, 10165, 12014, 10276, 12252, 11825, 11608, 12075, 10838, 15939, 9755, 14478, 9874, 13902, 10277, 12068, 9412, 11491, 9687, 10594, 10113, 10249, 11817, 9781, 11680, 10848, 10985, 13837, 11319, 9913, 11069, 12061, 10691, 15191, 10589, 9730, 10564, 9339, 10507, 10035, 12449, 9807, 13454, 9450, 13275, 9956, 13125, 10470, 11051, 10819, 10635, 16780, 9698, 13475, 9988, 12919, 9676, 12476, 9695, 12293, 9620, 12818, 10075, 13593, 9935, 9253, 9848, 12273, 9657, 15108, 10246, 13712, 9523, 12896, 9583, 12776, 10330, 12047, 10025, 11773, 9557, 10741, 14166, 10096, 10990, 11223, 9387, 10640, 9808, 12400, 9815, 13833, 9465, 13458, 9370, 12973, 13577, 9749, 15898, 10015, 13584, 9642, 12445, 12989, 10320, 12139, 10006, 16621, 9463, 14731, 9924, 11123, 10440, 10209, 10872, 10397, 12301, 9865, 13538, 9396, 13088, 9884, 13329, 10255, 13481, 9702, 13040, 9736, 12797, 10228, 13539, 9897, 13762, 9478, 12771, 9616, 13488, 9826, 14039, 9485, 12902, 9488, 12468, 9698, 12603, 9310, 12482, 9586, 12117, 9946, 12002, 10147, 12544, 9871, 11666, 10135, 12067, 10306, 13469, 9753, 14008, 9761, 13992, 10169, 13959, 10184, 14668, 9790, 14196, 9769, 13938, 10365, 14043, 10198, 10525, 10123, 10164, 11358, 10299, 12323, 9479, 13351, 9358, 13561, 10163, 14301, 10425, 15240, 9857, 14006, 9843, 14076, 10128, 14475, 9942, 12135, 9507, 11983, 10150, 10217, 11740, 9964, 13028, 9748, 13780, 10215, 14095, 10473, 14715, 9714, 13647, 9883, 14000, 10118, 11828, 9974, 9979, 10349, 10359, 12287, 10085, 13622, 10208, 13442, 10265, 13280, 10287, 13424, 10729, 12287, 10551, 11739, 10661, 11731, 10747, 11124, 10672, 12242, 10578, 12859, 10294, 13353, 10264, 13627, 10031, 13168, 10149, 13095, 10301, 13644, 10254, 10210, 10391, 12549, 10113, 13533, 10393, 9990, 11034, 10287, 11182, 10660, 12323, 10680, 13776, 9957, 13190, 10151, 13140, 10333, 13906, 10454, 11397, 9724, 13944, 10175, 13474, 10006, 13061, 9921, 12509, 9994, 12600, 10753, 12534, 10356, 12606, 10149, 12686, 10458, 13256, 10232, 13992, 10530, 13515, 10505, 13326, 10785, 14412, 10385, 11743, 10319, 11961, 10058, 12269, 10649, 9935, 11083, 10703, 12360, 10576, 12836, 10096, 13493, 9955, 13286, 9955, 13866, 10094, 14142, 9890, 11303, 9456, 10062, 11146, 10430, 12134, 10284, 12382, 10171, 13181, 10482, 12981, 9876, 12810, 9832, 12839, 10192, 12956, 10586, 12927, 10228, 12728, 10432, 11397, 10528, 11843, 10862, 12861, 10248, 12921, 10126, 12824, 10401, 13412, 10032, 13975, 10177, 13249, 10566, 14233, 9823, 10086, 9990, 10139, 10573, 10378, 11228, 10648, 13529, 10001, 13453, 10124, 14539, 10575, 10921, 10501, 10432, 10439, 10609, 11077, 10863, 11769, 10323, 13355, 10390, 13085, 10714, 13320, 10886, 13535, 10650, 10906, 10303, 11844, 10896, 15185, 10483, 14861, 10219, 12948, 10366, 13059, 10794, 12816, 9896, 10076, 10408, 10712, 11480, 10937, 12817, 10559, 13777, 10571, 13589, 10664, 14023, 10773, 14288, 10208, 10057, 9401, 10069, 10395, 10496, 13650, 10530, 14564, 10355, 9869, 11149, 10215, 12456, 10365, 12014, 11151, 11111, 9437, 10101, 14391, 10349, 14723, 10396, 11951, 10428, 9773, 11094, 9997, 12571, 10247, 13591, 10211, 12333, 10379, 13797, 10333, 13657, 10340, 13105, 10228, 13263, 10422, 12868, 10368, 12917, 10228, 12895, 10046, 11932, 10130, 10460, 10549, 10335, 11895, 10119, 12084, 10257, 12893, 10078, 12584, 9918, 12565, 10241, 12776, 10173, 12225, 10187, 12167, 9967, 11997, 9791, 13089, 9918, 13188, 10291, 13608, 10420, 10761, 10304, 9927, 12184, 10351, 11584, 10081, 11977, 10539, 11896, 10695, 11971, 10733, 12310, 10533, 13900, 10408, 15559, 10113, 9966, 10282, 10276, 12186, 10194, 14311, 10115, 13632, 10210, 8973, 11083, 10172, 13936, 10370, 14206, 10245, 13948, 10135, 13594, 10208, 13783, 10064, 13202, 10152, 13243, 10118, 13767, 9927, 10663, 9883, 9637, 10219, 10056, 12742, 10423, 14322, 10490, 10736, 10166, 10013, 11137, 10389, 12535, 10258, 11705, 10278, 12139, 10225, 13778, 9950], 'WindowCenter': [4371.0, 4334.0, 4319.0, 4317.0, 4304.0, 4313.0, 4304.0, 4325.0, 4303.0, 4334.0, 4292.0, 4320.0, 4291.0, 4321.0, 4291.0, 4322.0, 4303.0, 4321.0, 4290.0, 4310.0, 4290.0, 4310.0, 4303.0, 4322.0, 4315.0, 4322.0, 4303.0, 4322.0, 4304.0, 4335.0, 4317.0, 4334.0, 4304.0, 4322.0, 4302.0, 4321.0, 4316.0, 4345.0, 4315.0, 4303.0, 4291.0, 4280.0, 4290.0, 4291.0, 4312.0, 4291.0, 4321.0, 4291.0, 4311.0, 4302.0, 4322.0, 4292.0, 4321.0, 4291.0, 4320.0, 4301.0, 4321.0, 4303.0, 4301.0, 4291.0, 4290.0, 4302.0, 4313.0, 4302.0, 4302.0, 4302.0, 4300.0, 4290.0, 4299.0, 4302.0, 4312.0, 4300.0, 4289.0, 4300.0, 4289.0, 4310.0, 4290.0, 4311.0, 4301.0, 4322.0, 4291.0, 4320.0, 4290.0, 4309.0, 4302.0, 4321.0, 4303.0, 4322.0, 4303.0, 4321.0, 4303.0, 4323.0, 4305.0, 4302.0, 4303.0, 4321.0, 4301.0, 4322.0, 4302.0, 4310.0, 4290.0, 4319.0, 4289.0, 4320.0, 4301.0, 4300.0, 4290.0, 4279.0, 4289.0, 4290.0, 4311.0, 4302.0, 4322.0, 4302.0, 4320.0, 4291.0, 4321.0, 4303.0, 4321.0, 4301.0, 4320.0, 4301.0, 4320.0, 4302.0, 4301.0, 4291.0, 4289.0, 4289.0, 4289.0, 4311.0, 4291.0, 4309.0, 4301.0, 4320.0, 4301.0, 4333.0, 4302.0, 4320.0, 4290.0, 4310.0, 4290.0, 4320.0, 4289.0, 4308.0, 4288.0, 4308.0, 4288.0, 4298.0, 4288.0, 4287.0, 4286.0, 4289.0, 4309.0, 4290.0, 4321.0, 4290.0, 4309.0, 4289.0, 4309.0, 4301.0, 4320.0, 4301.0, 4319.0, 4303.0, 4320.0, 4300.0, 4319.0, 4289.0, 4308.0, 4288.0, 4278.0, 4300.0, 4288.0, 4309.0, 4289.0, 4309.0, 4301.0, 4322.0, 4302.0, 4310.0, 4290.0, 4299.0, 4290.0, 4290.0, 4300.0, 4289.0, 4298.0, 4288.0, 4308.0, 4289.0, 4319.0, 4289.0, 4307.0, 4288.0, 4317.0, 4290.0, 4288.0, 4288.0, 4277.0, 4288.0, 4277.0, 4288.0, 4288.0, 4297.0, 4286.0, 4286.0, 4286.0, 4297.0, 4288.0, 4318.0, 4288.0, 4306.0, 4288.0, 4319.0, 4301.0, 4290.0, 4300.0, 4279.0, 4290.0, 4279.0, 4301.0, 4290.0, 4311.0, 4290.0, 4298.0, 4288.0, 4309.0, 4289.0, 4319.0, 4289.0, 4309.0, 4290.0, 4319.0, 4290.0, 4280.0, 4302.0, 4289.0, 4301.0, 4300.0, 4303.0, 4311.0, 4302.0, 4320.0, 4289.0, 4309.0, 4289.0, 4307.0, 4287.0, 4295.0, 4278.0, 4307.0, 4289.0, 4308.0, 4288.0, 4307.0, 4299.0, 4319.0, 4302.0, 4290.0, 4291.0, 4289.0, 4290.0, 4300.0, 4290.0, 4279.0, 4300.0, 4278.0, 4298.0, 4289.0, 4309.0, 4290.0, 4320.0, 4289.0, 4319.0, 4300.0, 4329.0, 4301.0, 4310.0, 4290.0, 4299.0, 4290.0, 4300.0, 4301.0, 4300.0, 4310.0, 4288.0, 4309.0, 4289.0, 4320.0, 4289.0, 4319.0, 4289.0, 4308.0, 4288.0, 4307.0, 4299.0, 4319.0, 4289.0, 4291.0, 4289.0, 4267.0, 4289.0, 4279.0, 4289.0, 4290.0, 4311.0, 4290.0, 4310.0, 4301.0, 4312.0, 4301.0, 4333.0, 4292.0, 4322.0, 4290.0, 4300.0, 4279.0, 4289.0, 4290.0, 4299.0, 4278.0, 4302.0, 4280.0, 4310.0, 4300.0, 4331.0, 4302.0, 4292.0, 4313.0, 4303.0, 4333.0, 4304.0, 4332.0, 4302.0, 4331.0, 4303.0, 4333.0, 4304.0, 4312.0, 4292.0, 4301.0, 4289.0, 4279.0, 4300.0, 4290.0, 4320.0, 4291.0, 4320.0, 4301.0, 4331.0, 4303.0, 4303.0, 4312.0, 4302.0, 4311.0, 4301.0, 4322.0, 4292.0, 4322.0, 4291.0, 4320.0, 4300.0, 4299.0, 4288.0, 4288.0, 4288.0, 4299.0, 4288.0, 4298.0, 4288.0, 4309.0, 4290.0, 4332.0, 4303.0, 4332.0, 4303.0, 4321.0, 4302.0, 4321.0, 4302.0, 4300.0, 4290.0, 4310.0, 4289.0, 4319.0, 4290.0, 4310.0, 4289.0, 4278.0, 4288.0, 4277.0, 4299.0, 4289.0, 4322.0, 4290.0, 4321.0, 4303.0, 4320.0, 4301.0, 4320.0, 4303.0, 4311.0, 4301.0, 4300.0, 4302.0, 4321.0, 4303.0, 4281.0, 4301.0, 4279.0, 4300.0, 4289.0, 4311.0, 4289.0, 4309.0, 4290.0, 4309.0, 4291.0, 4322.0, 4302.0, 4322.0, 4292.0, 4311.0, 4290.0, 4310.0, 4289.0, 4300.0, 4287.0, 4289.0, 4317.0, 4288.0, 4317.0, 4289.0, 4307.0, 4288.0, 4296.0, 4289.0, 4308.0, 4300.0, 4280.0, 4311.0, 4292.0, 4301.0, 4320.0, 4301.0, 4331.0, 4303.0, 4320.0, 4300.0, 4309.0, 4289.0, 4308.0, 4289.0, 4308.0, 4288.0, 4308.0, 4287.0, 4309.0, 4290.0, 4320.0, 4290.0, 4320.0, 4290.0, 4320.0, 4301.0, 4321.0, 4291.0, 4322.0, 4280.0, 4312.0, 4331.0, 4290.0, 4320.0, 4289.0, 4310.0, 4291.0, 4310.0, 4289.0, 4309.0, 4290.0, 4321.0, 4302.0, 4323.0, 4302.0, 4312.0, 4291.0, 4323.0, 4333.0, 4304.0, 4332.0, 4291.0, 4321.0, 4289.0, 4309.0, 4289.0, 4310.0, 4290.0, 4320.0, 4290.0, 4310.0, 4301.0, 4321.0, 4302.0, 4322.0, 4303.0, 4322.0, 4303.0, 4323.0, 4303.0, 4323.0, 4292.0, 4333.0, 4292.0, 4323.0, 4291.0, 4322.0, 4301.0, 4334.0, 4302.0, 4322.0, 4302.0, 4321.0, 4293.0, 4322.0, 4304.0, 4333.0, 4303.0, 4333.0, 4304.0, 4333.0, 4315.0, 4334.0, 4317.0, 4334.0, 4305.0, 4335.0, 4305.0, 4324.0, 4304.0, 4323.0, 4304.0, 4322.0, 4303.0, 4322.0, 4303.0, 4333.0, 4315.0, 4315.0, 4315.0, 4305.0, 4326.0, 4304.0, 4325.0, 4305.0, 4336.0, 4305.0, 4335.0, 4292.0, 4324.0, 4302.0, 4325.0, 4291.0, 4322.0, 4291.0, 4321.0, 4302.0, 4322.0, 4292.0, 4332.0, 4292.0, 4322.0, 4304.0, 4333.0, 4314.0, 4333.0, 4303.0, 4332.0, 4292.0, 4321.0, 4289.0, 4310.0, 4289.0, 4297.0, 4277.0, 4298.0, 4287.0, 4309.0, 4288.0, 4318.0, 4289.0, 4309.0, 4290.0, 4321.0, 4302.0, 4322.0, 4292.0, 4321.0, 4292.0, 4321.0, 4302.0, 4333.0, 4302.0, 4333.0, 4303.0, 4322.0, 4302.0, 4321.0, 4314.0, 4322.0, 4302.0, 4321.0, 4301.0, 4321.0, 4304.0, 4321.0, 4301.0, 4291.0, 4303.0, 4302.0, 4323.0, 4303.0, 4345.0, 4305.0, 4332.0, 4303.0, 4323.0, 4302.0, 4334.0, 4302.0, 4321.0, 4291.0, 4320.0, 4301.0, 4320.0, 4302.0, 4330.0, 4290.0, 4319.0, 4290.0, 4310.0, 4301.0, 4302.0, 4312.0, 4302.0, 4322.0, 4301.0, 4323.0, 4311.0, 4313.0, 4310.0, 4301.0, 4329.0, 4289.0, 4319.0, 4289.0, 4318.0, 4302.0, 4309.0, 4289.0, 4308.0, 4290.0, 4300.0, 4301.0, 4302.0, 4312.0, 4290.0, 4310.0, 4299.0, 4301.0, 4321.0, 4312.0, 4289.0, 4300.0, 4309.0, 4300.0, 4318.0, 4299.0, 4287.0, 4299.0, 4277.0, 4298.0, 4289.0, 4320.0, 4302.0, 4322.0, 4303.0, 4324.0, 4302.0, 4336.0, 4302.0, 4314.0, 4301.0, 4302.0, 4342.0, 4289.0, 4309.0, 4289.0, 4309.0, 4289.0, 4306.0, 4288.0, 4297.0, 4288.0, 4308.0, 4300.0, 4321.0, 4302.0, 4292.0, 4303.0, 4323.0, 4304.0, 4333.0, 4305.0, 4333.0, 4304.0, 4323.0, 4293.0, 4322.0, 4289.0, 4311.0, 4289.0, 4309.0, 4278.0, 4298.0, 4319.0, 4290.0, 4299.0, 4300.0, 4277.0, 4299.0, 4290.0, 4321.0, 4302.0, 4334.0, 4304.0, 4334.0, 4304.0, 4334.0, 4332.0, 4302.0, 4342.0, 4303.0, 4321.0, 4289.0, 4310.0, 4306.0, 4288.0, 4295.0, 4287.0, 4327.0, 4276.0, 4317.0, 4287.0, 4296.0, 4287.0, 4287.0, 4297.0, 4288.0, 4309.0, 4290.0, 4320.0, 4291.0, 4322.0, 4290.0, 4321.0, 4289.0, 4321.0, 4290.0, 4308.0, 4288.0, 4308.0, 4290.0, 4308.0, 4290.0, 4319.0, 4289.0, 4308.0, 4289.0, 4319.0, 4302.0, 4320.0, 4290.0, 4309.0, 4289.0, 4308.0, 4288.0, 4308.0, 4278.0, 4308.0, 4288.0, 4309.0, 4287.0, 4308.0, 4288.0, 4309.0, 4287.0, 4298.0, 4287.0, 4309.0, 4300.0, 4321.0, 4303.0, 4332.0, 4303.0, 4331.0, 4303.0, 4332.0, 4304.0, 4332.0, 4302.0, 4322.0, 4301.0, 4322.0, 4301.0, 4331.0, 4301.0, 4301.0, 4300.0, 4300.0, 4311.0, 4299.0, 4324.0, 4290.0, 4322.0, 4290.0, 4321.0, 4302.0, 4333.0, 4314.0, 4342.0, 4302.0, 4320.0, 4289.0, 4321.0, 4301.0, 4320.0, 4291.0, 4308.0, 4289.0, 4308.0, 4300.0, 4301.0, 4312.0, 4290.0, 4320.0, 4290.0, 4319.0, 4301.0, 4321.0, 4301.0, 4319.0, 4291.0, 4319.0, 4290.0, 4318.0, 4289.0, 4297.0, 4288.0, 4287.0, 4288.0, 4288.0, 4309.0, 4298.0, 4319.0, 4300.0, 4321.0, 4301.0, 4321.0, 4301.0, 4321.0, 4298.0, 4310.0, 4289.0, 4298.0, 4284.0, 4297.0, 4284.0, 4286.0, 4286.0, 4294.0, 4284.0, 4294.0, 4285.0, 4307.0, 4287.0, 4318.0, 4288.0, 4318.0, 4299.0, 4309.0, 4299.0, 4319.0, 4302.0, 4288.0, 4289.0, 4307.0, 4288.0, 4318.0, 4290.0, 4287.0, 4297.0, 4288.0, 4295.0, 4287.0, 4307.0, 4287.0, 4318.0, 4288.0, 4306.0, 4288.0, 4307.0, 4301.0, 4320.0, 4303.0, 4308.0, 4300.0, 4330.0, 4301.0, 4320.0, 4290.0, 4309.0, 4286.0, 4306.0, 4286.0, 4307.0, 4298.0, 4310.0, 4286.0, 4307.0, 4286.0, 4307.0, 4299.0, 4318.0, 4300.0, 4318.0, 4299.0, 4318.0, 4299.0, 4320.0, 4301.0, 4320.0, 4289.0, 4309.0, 4301.0, 4309.0, 4290.0, 4310.0, 4300.0, 4288.0, 4299.0, 4287.0, 4309.0, 4301.0, 4309.0, 4288.0, 4308.0, 4286.0, 4306.0, 4287.0, 4319.0, 4299.0, 4320.0, 4290.0, 4298.0, 4289.0, 4299.0, 4311.0, 4300.0, 4310.0, 4289.0, 4309.0, 4288.0, 4309.0, 4300.0, 4308.0, 4288.0, 4308.0, 4289.0, 4308.0, 4288.0, 4319.0, 4299.0, 4320.0, 4288.0, 4309.0, 4289.0, 4297.0, 4286.0, 4298.0, 4296.0, 4309.0, 4287.0, 4307.0, 4287.0, 4308.0, 4299.0, 4320.0, 4289.0, 4318.0, 4288.0, 4307.0, 4299.0, 4319.0, 4301.0, 4288.0, 4288.0, 4286.0, 4286.0, 4287.0, 4297.0, 4296.0, 4308.0, 4285.0, 4305.0, 4286.0, 4318.0, 4299.0, 4298.0, 4297.0, 4288.0, 4286.0, 4285.0, 4297.0, 4297.0, 4297.0, 4288.0, 4307.0, 4288.0, 4306.0, 4297.0, 4319.0, 4299.0, 4319.0, 4301.0, 4300.0, 4301.0, 4308.0, 4299.0, 4330.0, 4300.0, 4332.0, 4290.0, 4307.0, 4287.0, 4306.0, 4298.0, 4305.0, 4289.0, 4287.0, 4286.0, 4285.0, 4296.0, 4297.0, 4307.0, 4299.0, 4318.0, 4297.0, 4308.0, 4298.0, 4319.0, 4300.0, 4320.0, 4300.0, 4287.0, 4278.0, 4287.0, 4288.0, 4287.0, 4317.0, 4299.0, 4331.0, 4300.0, 4290.0, 4299.0, 4298.0, 4309.0, 4288.0, 4312.0, 4299.0, 4300.0, 4276.0, 4287.0, 4306.0, 4285.0, 4305.0, 4285.0, 4294.0, 4287.0, 4273.0, 4295.0, 4286.0, 4307.0, 4300.0, 4317.0, 4304.0, 4309.0, 4301.0, 4319.0, 4300.0, 4319.0, 4288.0, 4309.0, 4288.0, 4306.0, 4285.0, 4307.0, 4288.0, 4307.0, 4288.0, 4295.0, 4286.0, 4296.0, 4298.0, 4297.0, 4297.0, 4287.0, 4297.0, 4287.0, 4308.0, 4299.0, 4309.0, 4290.0, 4309.0, 4287.0, 4309.0, 4288.0, 4319.0, 4287.0, 4308.0, 4286.0, 4295.0, 4287.0, 4297.0, 4299.0, 4308.0, 4300.0, 4320.0, 4299.0, 4320.0, 4311.0, 4313.0, 4302.0, 4303.0, 4323.0, 4300.0, 4310.0, 4299.0, 4320.0, 4302.0, 4312.0, 4302.0, 4311.0, 4297.0, 4307.0, 4287.0, 4320.0, 4301.0, 4328.0, 4287.0, 4286.0, 4287.0, 4298.0, 4308.0, 4299.0, 4318.0, 4288.0, 4318.0, 4287.0, 4289.0, 4311.0, 4300.0, 4331.0, 4301.0, 4318.0, 4299.0, 4318.0, 4300.0, 4319.0, 4290.0, 4307.0, 4287.0, 4305.0, 4286.0, 4306.0, 4298.0, 4306.0, 4290.0, 4285.0, 4275.0, 4274.0, 4285.0, 4287.0, 4319.0, 4300.0, 4329.0, 4300.0, 4299.0, 4300.0, 4302.0, 4312.0, 4300.0, 4309.0, 4288.0, 4307.0, 4288.0, 4307.0, 4299.0, 4319.0, 4288.0], 'WindowWidth': [9649.0, 9583.0, 9552.0, 9544.0, 9521.0, 9533.0, 9520.0, 9549.0, 9517.0, 9562.0, 9499.0, 9535.0, 9495.0, 9536.0, 9496.0, 9541.0, 9515.0, 9538.0, 9494.0, 9520.0, 9493.0, 9521.0, 9518.0, 9541.0, 9535.0, 9543.0, 9516.0, 9541.0, 9519.0, 9564.0, 9543.0, 9561.0, 9518.0, 9542.0, 9514.0, 9539.0, 9538.0, 9578.0, 9535.0, 9516.0, 9497.0, 9479.0, 9496.0, 9496.0, 9528.0, 9497.0, 9538.0, 9496.0, 9523.0, 9514.0, 9539.0, 9499.0, 9539.0, 9496.0, 9536.0, 9511.0, 9540.0, 9516.0, 9511.0, 9497.0, 9493.0, 9512.0, 9531.0, 9515.0, 9512.0, 9512.0, 9507.0, 9494.0, 9504.0, 9513.0, 9527.0, 9508.0, 9492.0, 9508.0, 9489.0, 9520.0, 9493.0, 9524.0, 9511.0, 9541.0, 9496.0, 9535.0, 9495.0, 9519.0, 9513.0, 9539.0, 9517.0, 9541.0, 9516.0, 9539.0, 9517.0, 9544.0, 9524.0, 9514.0, 9515.0, 9541.0, 9510.0, 9541.0, 9512.0, 9523.0, 9494.0, 9532.0, 9492.0, 9537.0, 9511.0, 9509.0, 9496.0, 9479.0, 9493.0, 9495.0, 9525.0, 9513.0, 9541.0, 9514.0, 9536.0, 9497.0, 9539.0, 9516.0, 9540.0, 9512.0, 9534.0, 9511.0, 9536.0, 9514.0, 9510.0, 9497.0, 9490.0, 9491.0, 9492.0, 9525.0, 9497.0, 9522.0, 9509.0, 9536.0, 9511.0, 9558.0, 9512.0, 9536.0, 9493.0, 9521.0, 9493.0, 9534.0, 9491.0, 9515.0, 9489.0, 9515.0, 9487.0, 9501.0, 9487.0, 9486.0, 9484.0, 9491.0, 9519.0, 9496.0, 9538.0, 9494.0, 9519.0, 9491.0, 9519.0, 9511.0, 9536.0, 9510.0, 9530.0, 9518.0, 9535.0, 9509.0, 9533.0, 9492.0, 9517.0, 9488.0, 9475.0, 9506.0, 9489.0, 9518.0, 9492.0, 9518.0, 9510.0, 9541.0, 9513.0, 9523.0, 9494.0, 9505.0, 9494.0, 9494.0, 9508.0, 9491.0, 9502.0, 9488.0, 9516.0, 9490.0, 9533.0, 9491.0, 9514.0, 9488.0, 9529.0, 9494.0, 9489.0, 9488.0, 9472.0, 9486.0, 9471.0, 9488.0, 9488.0, 9499.0, 9481.0, 9482.0, 9481.0, 9498.0, 9489.0, 9529.0, 9487.0, 9511.0, 9489.0, 9532.0, 9511.0, 9494.0, 9509.0, 9480.0, 9493.0, 9479.0, 9510.0, 9494.0, 9522.0, 9493.0, 9501.0, 9489.0, 9518.0, 9492.0, 9533.0, 9490.0, 9517.0, 9492.0, 9533.0, 9496.0, 9481.0, 9512.0, 9492.0, 9512.0, 9511.0, 9516.0, 9525.0, 9512.0, 9539.0, 9490.0, 9521.0, 9492.0, 9512.0, 9485.0, 9493.0, 9472.0, 9512.0, 9491.0, 9516.0, 9489.0, 9514.0, 9505.0, 9534.0, 9514.0, 9494.0, 9496.0, 9491.0, 9494.0, 9508.0, 9494.0, 9478.0, 9506.0, 9473.0, 9503.0, 9491.0, 9520.0, 9494.0, 9534.0, 9490.0, 9533.0, 9507.0, 9549.0, 9511.0, 9521.0, 9493.0, 9506.0, 9494.0, 9509.0, 9509.0, 9506.0, 9520.0, 9489.0, 9517.0, 9491.0, 9536.0, 9490.0, 9532.0, 9492.0, 9516.0, 9489.0, 9513.0, 9504.0, 9531.0, 9493.0, 9494.0, 9491.0, 9460.0, 9491.0, 9478.0, 9493.0, 9494.0, 9524.0, 9494.0, 9522.0, 9511.0, 9527.0, 9511.0, 9558.0, 9498.0, 9540.0, 9494.0, 9506.0, 9477.0, 9490.0, 9495.0, 9504.0, 9475.0, 9513.0, 9479.0, 9522.0, 9508.0, 9553.0, 9515.0, 9502.0, 9529.0, 9517.0, 9558.0, 9519.0, 9554.0, 9514.0, 9551.0, 9515.0, 9559.0, 9519.0, 9527.0, 9500.0, 9510.0, 9492.0, 9477.0, 9508.0, 9492.0, 9534.0, 9497.0, 9536.0, 9511.0, 9553.0, 9518.0, 9516.0, 9527.0, 9514.0, 9524.0, 9510.0, 9541.0, 9499.0, 9542.0, 9496.0, 9537.0, 9505.0, 9504.0, 9488.0, 9488.0, 9488.0, 9502.0, 9487.0, 9500.0, 9488.0, 9517.0, 9495.0, 9556.0, 9516.0, 9557.0, 9515.0, 9538.0, 9512.0, 9540.0, 9515.0, 9509.0, 9495.0, 9520.0, 9491.0, 9532.0, 9492.0, 9521.0, 9490.0, 9475.0, 9490.0, 9472.0, 9504.0, 9491.0, 9542.0, 9495.0, 9537.0, 9514.0, 9534.0, 9512.0, 9535.0, 9516.0, 9524.0, 9512.0, 9509.0, 9513.0, 9540.0, 9516.0, 9484.0, 9511.0, 9480.0, 9507.0, 9492.0, 9525.0, 9492.0, 9519.0, 9495.0, 9520.0, 9498.0, 9542.0, 9514.0, 9541.0, 9500.0, 9524.0, 9494.0, 9521.0, 9490.0, 9506.0, 9488.0, 9490.0, 9527.0, 9489.0, 9530.0, 9492.0, 9512.0, 9488.0, 9498.0, 9491.0, 9517.0, 9509.0, 9482.0, 9526.0, 9500.0, 9513.0, 9536.0, 9512.0, 9555.0, 9515.0, 9539.0, 9507.0, 9519.0, 9490.0, 9516.0, 9492.0, 9517.0, 9489.0, 9515.0, 9488.0, 9518.0, 9495.0, 9536.0, 9496.0, 9536.0, 9497.0, 9536.0, 9512.0, 9540.0, 9498.0, 9541.0, 9484.0, 9528.0, 9555.0, 9494.0, 9536.0, 9494.0, 9522.0, 9498.0, 9521.0, 9492.0, 9520.0, 9495.0, 9538.0, 9514.0, 9546.0, 9516.0, 9528.0, 9498.0, 9545.0, 9559.0, 9520.0, 9558.0, 9499.0, 9538.0, 9492.0, 9519.0, 9491.0, 9521.0, 9496.0, 9535.0, 9495.0, 9522.0, 9511.0, 9538.0, 9516.0, 9541.0, 9517.0, 9542.0, 9519.0, 9544.0, 9516.0, 9545.0, 9501.0, 9558.0, 9502.0, 9543.0, 9498.0, 9540.0, 9511.0, 9560.0, 9515.0, 9543.0, 9515.0, 9539.0, 9503.0, 9543.0, 9520.0, 9558.0, 9519.0, 9559.0, 9521.0, 9558.0, 9538.0, 9563.0, 9544.0, 9562.0, 9524.0, 9564.0, 9521.0, 9547.0, 9519.0, 9544.0, 9520.0, 9543.0, 9518.0, 9541.0, 9519.0, 9560.0, 9539.0, 9537.0, 9539.0, 9526.0, 9553.0, 9521.0, 9550.0, 9523.0, 9568.0, 9524.0, 9566.0, 9503.0, 9548.0, 9517.0, 9550.0, 9499.0, 9543.0, 9498.0, 9539.0, 9515.0, 9543.0, 9502.0, 9556.0, 9502.0, 9542.0, 9519.0, 9558.0, 9535.0, 9559.0, 9519.0, 9557.0, 9500.0, 9541.0, 9492.0, 9521.0, 9490.0, 9501.0, 9471.0, 9503.0, 9487.0, 9520.0, 9490.0, 9532.0, 9493.0, 9519.0, 9494.0, 9539.0, 9515.0, 9543.0, 9502.0, 9541.0, 9501.0, 9540.0, 9514.0, 9559.0, 9516.0, 9558.0, 9518.0, 9542.0, 9516.0, 9540.0, 9534.0, 9541.0, 9515.0, 9539.0, 9512.0, 9539.0, 9519.0, 9541.0, 9513.0, 9499.0, 9516.0, 9514.0, 9545.0, 9520.0, 9579.0, 9523.0, 9559.0, 9519.0, 9545.0, 9515.0, 9561.0, 9515.0, 9541.0, 9499.0, 9536.0, 9513.0, 9538.0, 9516.0, 9552.0, 9497.0, 9535.0, 9496.0, 9523.0, 9512.0, 9516.0, 9530.0, 9514.0, 9542.0, 9511.0, 9544.0, 9525.0, 9531.0, 9523.0, 9511.0, 9550.0, 9492.0, 9535.0, 9493.0, 9532.0, 9515.0, 9519.0, 9494.0, 9518.0, 9496.0, 9511.0, 9512.0, 9514.0, 9528.0, 9495.0, 9523.0, 9507.0, 9512.0, 9538.0, 9526.0, 9491.0, 9507.0, 9517.0, 9507.0, 9533.0, 9507.0, 9486.0, 9505.0, 9472.0, 9504.0, 9492.0, 9537.0, 9515.0, 9543.0, 9517.0, 9546.0, 9516.0, 9566.0, 9516.0, 9535.0, 9512.0, 9514.0, 9574.0, 9493.0, 9520.0, 9492.0, 9519.0, 9492.0, 9512.0, 9487.0, 9499.0, 9490.0, 9518.0, 9510.0, 9540.0, 9515.0, 9502.0, 9519.0, 9545.0, 9521.0, 9561.0, 9523.0, 9560.0, 9521.0, 9546.0, 9502.0, 9543.0, 9492.0, 9525.0, 9490.0, 9520.0, 9475.0, 9502.0, 9531.0, 9492.0, 9505.0, 9507.0, 9474.0, 9505.0, 9495.0, 9539.0, 9515.0, 9563.0, 9523.0, 9563.0, 9520.0, 9563.0, 9556.0, 9517.0, 9573.0, 9516.0, 9542.0, 9491.0, 9521.0, 9509.0, 9488.0, 9494.0, 9485.0, 9541.0, 9470.0, 9527.0, 9487.0, 9497.0, 9486.0, 9485.0, 9499.0, 9488.0, 9518.0, 9495.0, 9537.0, 9498.0, 9541.0, 9496.0, 9538.0, 9493.0, 9537.0, 9494.0, 9517.0, 9489.0, 9516.0, 9495.0, 9518.0, 9495.0, 9533.0, 9491.0, 9516.0, 9493.0, 9533.0, 9513.0, 9537.0, 9497.0, 9520.0, 9491.0, 9517.0, 9490.0, 9517.0, 9475.0, 9517.0, 9489.0, 9518.0, 9487.0, 9516.0, 9488.0, 9518.0, 9487.0, 9502.0, 9488.0, 9520.0, 9509.0, 9541.0, 9518.0, 9556.0, 9517.0, 9555.0, 9519.0, 9557.0, 9523.0, 9558.0, 9515.0, 9544.0, 9512.0, 9542.0, 9513.0, 9554.0, 9512.0, 9510.0, 9508.0, 9507.0, 9525.0, 9506.0, 9546.0, 9497.0, 9541.0, 9498.0, 9541.0, 9518.0, 9559.0, 9535.0, 9571.0, 9515.0, 9538.0, 9495.0, 9538.0, 9511.0, 9538.0, 9497.0, 9519.0, 9493.0, 9518.0, 9511.0, 9512.0, 9529.0, 9495.0, 9536.0, 9495.0, 9535.0, 9512.0, 9539.0, 9512.0, 9536.0, 9496.0, 9534.0, 9494.0, 9532.0, 9495.0, 9502.0, 9489.0, 9486.0, 9490.0, 9489.0, 9520.0, 9504.0, 9535.0, 9508.0, 9538.0, 9512.0, 9540.0, 9512.0, 9539.0, 9504.0, 9524.0, 9489.0, 9502.0, 9479.0, 9499.0, 9478.0, 9482.0, 9482.0, 9492.0, 9477.0, 9492.0, 9480.0, 9513.0, 9488.0, 9531.0, 9491.0, 9532.0, 9505.0, 9519.0, 9507.0, 9533.0, 9514.0, 9489.0, 9492.0, 9513.0, 9490.0, 9530.0, 9494.0, 9485.0, 9501.0, 9486.0, 9496.0, 9485.0, 9514.0, 9486.0, 9532.0, 9488.0, 9512.0, 9489.0, 9513.0, 9510.0, 9537.0, 9519.0, 9518.0, 9511.0, 9551.0, 9511.0, 9539.0, 9495.0, 9519.0, 9484.0, 9511.0, 9485.0, 9513.0, 9502.0, 9520.0, 9484.0, 9513.0, 9484.0, 9512.0, 9505.0, 9531.0, 9510.0, 9533.0, 9508.0, 9531.0, 9508.0, 9535.0, 9512.0, 9538.0, 9494.0, 9520.0, 9509.0, 9519.0, 9496.0, 9522.0, 9511.0, 9488.0, 9505.0, 9485.0, 9519.0, 9511.0, 9519.0, 9489.0, 9517.0, 9483.0, 9509.0, 9487.0, 9532.0, 9508.0, 9536.0, 9494.0, 9502.0, 9493.0, 9507.0, 9525.0, 9510.0, 9523.0, 9492.0, 9519.0, 9489.0, 9518.0, 9509.0, 9518.0, 9489.0, 9515.0, 9490.0, 9516.0, 9489.0, 9535.0, 9506.0, 9538.0, 9491.0, 9520.0, 9490.0, 9499.0, 9484.0, 9502.0, 9497.0, 9520.0, 9487.0, 9513.0, 9485.0, 9517.0, 9508.0, 9537.0, 9494.0, 9532.0, 9490.0, 9516.0, 9507.0, 9534.0, 9512.0, 9488.0, 9489.0, 9484.0, 9484.0, 9486.0, 9499.0, 9498.0, 9518.0, 9482.0, 9509.0, 9483.0, 9532.0, 9507.0, 9502.0, 9501.0, 9486.0, 9485.0, 9481.0, 9500.0, 9499.0, 9500.0, 9488.0, 9514.0, 9490.0, 9513.0, 9501.0, 9534.0, 9508.0, 9535.0, 9513.0, 9508.0, 9510.0, 9516.0, 9508.0, 9554.0, 9509.0, 9555.0, 9493.0, 9513.0, 9486.0, 9513.0, 9504.0, 9511.0, 9494.0, 9485.0, 9483.0, 9480.0, 9496.0, 9501.0, 9515.0, 9506.0, 9531.0, 9500.0, 9516.0, 9503.0, 9532.0, 9509.0, 9536.0, 9511.0, 9487.0, 9475.0, 9488.0, 9491.0, 9486.0, 9529.0, 9508.0, 9554.0, 9509.0, 9494.0, 9506.0, 9505.0, 9519.0, 9488.0, 9526.0, 9505.0, 9509.0, 9470.0, 9486.0, 9510.0, 9479.0, 9508.0, 9481.0, 9491.0, 9488.0, 9462.0, 9493.0, 9482.0, 9513.0, 9508.0, 9530.0, 9519.0, 9522.0, 9511.0, 9535.0, 9509.0, 9536.0, 9493.0, 9520.0, 9489.0, 9511.0, 9481.0, 9514.0, 9489.0, 9512.0, 9489.0, 9494.0, 9482.0, 9495.0, 9502.0, 9500.0, 9500.0, 9485.0, 9499.0, 9485.0, 9515.0, 9507.0, 9519.0, 9495.0, 9518.0, 9486.0, 9517.0, 9488.0, 9534.0, 9487.0, 9516.0, 9481.0, 9494.0, 9483.0, 9498.0, 9507.0, 9516.0, 9510.0, 9534.0, 9506.0, 9535.0, 9525.0, 9532.0, 9516.0, 9519.0, 9544.0, 9508.0, 9522.0, 9506.0, 9539.0, 9515.0, 9529.0, 9513.0, 9525.0, 9500.0, 9512.0, 9486.0, 9535.0, 9513.0, 9548.0, 9488.0, 9486.0, 9487.0, 9505.0, 9518.0, 9507.0, 9533.0, 9489.0, 9531.0, 9489.0, 9493.0, 9524.0, 9509.0, 9555.0, 9511.0, 9532.0, 9508.0, 9533.0, 9510.0, 9534.0, 9496.0, 9514.0, 9487.0, 9511.0, 9485.0, 9514.0, 9505.0, 9514.0, 9494.0, 9482.0, 9467.0, 9464.0, 9480.0, 9489.0, 9534.0, 9510.0, 9549.0, 9509.0, 9506.0, 9510.0, 9514.0, 9529.0, 9508.0, 9520.0, 9491.0, 9515.0, 9490.0, 9515.0, 9507.0, 9536.0, 9489.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.0005559320629660315</td></tr>
<tr><td colspan=3>aqi</td><td>0.026119719221209613</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.331977720878996</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2380517301907117</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9843443065671634</td></tr>
<tr><td colspan=3>efc</td><td>0.5144</td></tr>
<tr><td colspan=3>fber</td><td>4518.0283</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.092020617699725</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.568351284175642</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.348357867839583</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2230050379085204</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.571601938688232</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.250466626921996</td></tr>
<tr><td colspan=3>gcor</td><td>0.00422676</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010974612087011337</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03592190146446228</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1207</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.241125499373689</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>14.2281</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.2781</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.1612</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289481.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1043.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.7389</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2285</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.2376</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3462.5756</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3614.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87063.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1424.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4457.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>852.1274</td></tr>
<tr><td colspan=3>tsnr</td><td>39.2240915625589</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>