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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0008_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-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008/ses-01/func/sub-0008_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>f2d9c4f3316138fe1dbd3e31646aad1c</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:41:16.182500</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.999088, 0.0116056, 0.0410875, -0.010986, 0.999823, -0.0152737]</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.0837983</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>[4157, -7709, -7324, 660, -67, -149, -81, 106]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.322</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3e018fcd-fb22-4377-a7ed-71b45acd3658||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.680480480194092, -0.02947472594678402, 0.1113952249288559, 112.4448013305664], [-0.031137052923440933, 2.6824519634246826, -0.03998260572552681, -98.58277893066406], [0.11023475974798203, 0.040978189557790756, 2.6974048614501953, -73.23453521728516], [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': ['134116.182500', '134116.642500', '134117.102500', '134117.562500', '134118.022500', '134118.482500', '134118.942500', '134119.402500', '134119.862500', '134120.322500', '134120.782500', '134121.242500', '134121.702500', '134122.162500', '134122.622500', '134123.082500', '134123.542500', '134124.002500', '134124.462500', '134124.922500', '134125.382500', '134125.842500', '134126.302500', '134126.762500', '134127.222500', '134127.682500', '134128.142500', '134128.602500', '134129.062500', '134129.522500', '134129.982500', '134130.442500', '134130.902500', '134131.362500', '134131.822500', '134132.282500', '134132.742500', '134133.202500', '134133.662500', '134134.122500', '134134.582500', '134135.042500', '134135.502500', '134135.962500', '134136.422500', '134136.882500', '134137.342500', '134137.802500', '134138.262500', '134138.722500', '134139.182500', '134139.642500', '134140.102500', '134140.562500', '134141.022500', '134141.482500', '134141.942500', '134142.402500', '134142.862500', '134143.322500', '134143.782500', '134144.242500', '134144.702500', '134145.162500', '134145.622500', '134146.082500', '134146.542500', '134147.002500', '134147.462500', '134147.922500', '134148.382500', '134148.842500', '134149.302500', '134149.762500', '134150.222500', '134150.682500', '134151.142500', '134151.602500', '134152.062500', '134152.522500', '134152.982500', '134153.442500', '134153.902500', '134154.362500', '134154.822500', '134155.282500', '134155.742500', '134156.202500', '134156.662500', '134157.122500', '134157.582500', '134158.042500', '134158.502500', '134158.962500', '134159.422500', '134159.882500', '134200.342500', '134200.802500', '134201.262500', '134201.722500', '134202.182500', '134202.642500', '134203.102500', '134203.562500', '134204.022500', '134204.482500', '134204.942500', '134205.402500', '134205.862500', '134206.322500', '134206.782500', '134207.242500', '134207.702500', '134208.162500', '134208.622500', '134209.082500', '134209.542500', '134210.002500', '134210.462500', '134210.922500', '134211.382500', '134211.842500', '134212.302500', '134212.762500', '134213.222500', '134213.682500', '134214.142500', '134214.602500', '134215.062500', '134215.522500', '134215.982500', '134216.442500', '134216.902500', '134217.362500', '134217.822500', '134218.282500', '134218.742500', '134219.202500', '134219.662500', '134220.122500', '134220.582500', '134221.042500', '134221.502500', '134221.962500', '134222.422500', '134222.882500', '134223.342500', '134223.802500', '134224.262500', '134224.722500', '134225.182500', '134225.642500', '134226.102500', '134226.562500', '134227.022500', '134227.482500', '134227.942500', '134228.402500', '134228.862500', '134229.322500', '134229.782500', '134230.242500', '134230.702500', '134231.162500', '134231.622500', '134232.082500', '134232.542500', '134233.002500', '134233.462500', '134233.922500', '134234.382500', '134234.842500', '134235.302500', '134235.762500', '134236.222500', '134236.682500', '134237.142500', '134237.602500', '134238.062500', '134238.522500', '134238.982500', '134239.442500', '134239.902500', '134240.362500', '134240.822500', '134241.282500', '134241.742500', '134242.202500', '134242.662500', '134243.122500', '134243.582500', '134244.042500', '134244.502500', '134244.962500', '134245.422500', '134245.882500', '134246.342500', '134246.802500', '134247.262500', '134247.722500', '134248.182500', '134248.642500', '134249.102500', '134249.562500', '134250.022500', '134250.482500', '134250.942500', '134251.402500', '134251.862500', '134252.322500', '134252.782500', '134253.242500', '134253.702500', '134254.162500', '134254.622500', '134255.082500', '134255.542500', '134256.002500', '134256.462500', '134256.922500', '134257.382500', '134257.842500', '134258.302500', '134258.762500', '134259.222500', '134259.682500', '134300.142500', '134300.602500', '134301.062500', '134301.522500', '134301.982500', '134302.442500', '134302.902500', '134303.362500', '134303.822500', '134304.282500', '134304.742500', '134305.202500', '134305.662500', '134306.122500', '134306.582500', '134307.042500', '134307.502500', '134307.962500', '134308.422500', '134308.882500', '134309.342500', '134309.802500', '134310.262500', '134310.722500', '134311.182500', '134311.642500', '134312.102500', '134312.562500', '134313.022500', '134313.482500', '134313.942500', '134314.402500', '134314.862500', '134315.322500', '134315.782500', '134316.242500', '134316.702500', '134317.162500', '134317.622500', '134318.082500', '134318.542500', '134319.002500', '134319.462500', '134319.922500', '134320.382500', '134320.842500', '134321.302500', '134321.762500', '134322.222500', '134322.682500', '134323.142500', '134323.602500', '134324.062500', '134324.522500', '134324.982500', '134325.442500', '134325.902500', '134326.362500', '134326.822500', '134327.282500', '134327.742500', '134328.202500', '134328.662500', '134329.122500', '134329.582500', '134330.042500', '134330.502500', '134330.962500', '134331.422500', '134331.882500', '134332.342500', '134332.802500', '134333.262500', '134333.722500', '134334.182500', '134334.642500', '134335.102500', '134335.562500', '134336.022500', '134336.482500', '134336.942500', '134337.402500', '134337.862500', '134338.322500', '134338.782500', '134339.242500', '134339.702500', '134340.162500', '134340.622500', '134341.082500', '134341.542500', '134342.002500', '134342.462500', '134342.922500', '134343.382500', '134343.842500', '134344.302500', '134344.762500', '134345.222500', '134345.682500', '134346.142500', '134346.602500', '134347.062500', '134347.522500', '134347.982500', '134348.442500', '134348.902500', '134349.362500', '134349.822500', '134350.282500', '134350.742500', '134351.202500', '134351.662500', '134352.122500', '134352.582500', '134353.042500', '134353.502500', '134353.962500', '134354.422500', '134354.882500', '134355.342500', '134355.802500', '134356.262500', '134356.722500', '134357.182500', '134357.642500', '134358.102500', '134358.562500', '134359.022500', '134359.482500', '134359.942500', '134400.402500', '134400.862500', '134401.322500', '134401.782500', '134402.242500', '134402.702500', '134403.162500', '134403.622500', '134404.082500', '134404.542500', '134405.002500', '134405.462500', '134405.922500', '134406.382500', '134406.842500', '134407.302500', '134407.762500', '134408.222500', '134408.682500', '134409.142500', '134409.602500', '134410.062500', '134410.522500', '134410.982500', '134411.442500', '134411.902500', '134412.362500', '134412.822500', '134413.282500', '134413.742500', '134414.202500', '134414.662500', '134415.122500', '134415.582500', '134416.042500', '134416.502500', '134416.962500', '134417.422500', '134417.882500', '134418.342500', '134418.802500', '134419.262500', '134419.722500', '134420.182500', '134420.642500', '134421.102500', '134421.562500', '134422.022500', '134422.482500', '134422.942500', '134423.402500', '134423.862500', '134424.322500', '134424.782500', '134425.242500', '134425.702500', '134426.162500', '134426.622500', '134427.082500', '134427.542500', '134428.002500', '134428.462500', '134428.922500', '134429.382500', '134429.842500', '134430.302500', '134430.762500', '134431.222500', '134431.682500', '134432.142500', '134432.602500', '134433.062500', '134433.522500', '134433.982500', '134434.442500', '134434.902500', '134435.362500', '134435.822500', '134436.282500', '134436.742500', '134437.202500', '134437.662500', '134438.122500', '134438.582500', '134439.042500', '134439.502500', '134439.962500', '134440.422500', '134440.882500', '134441.342500', '134441.802500', '134442.262500', '134442.722500', '134443.182500', '134443.642500', '134444.102500', '134444.562500', '134445.022500', '134445.482500', '134445.942500', '134446.402500', '134446.862500', '134447.322500', '134447.782500', '134448.242500', '134448.702500', '134449.162500', '134449.622500', '134450.082500', '134450.542500', '134451.002500', '134451.462500', '134451.922500', '134452.382500', '134452.842500', '134453.302500', '134453.762500', '134454.222500', '134454.682500', '134455.142500', '134455.602500', '134456.062500', '134456.522500', '134456.982500', '134457.442500', '134457.902500', '134458.362500', '134458.822500', '134459.282500', '134459.742500', '134500.202500', '134500.662500', '134501.122500', '134501.582500', '134502.042500', '134502.502500', '134502.962500', '134503.422500', '134503.882500', '134504.342500', '134504.802500', '134505.262500', '134505.722500', '134506.182500', '134506.642500', '134507.102500', '134507.562500', '134508.022500', '134508.482500', '134508.942500', '134509.402500', '134509.862500', '134510.322500', '134510.782500', '134511.242500', '134511.702500', '134512.162500', '134512.622500', '134513.082500', '134513.542500', '134514.002500', '134514.462500', '134514.922500', '134515.382500', '134515.842500', '134516.302500', '134516.762500', '134517.222500', '134517.682500', '134518.142500', '134518.602500', '134519.062500', '134519.522500', '134519.982500', '134520.442500', '134520.902500', '134521.362500', '134521.822500', '134522.282500', '134522.742500', '134523.202500', '134523.662500', '134524.122500', '134524.582500', '134525.042500', '134525.502500', '134525.962500', '134526.422500', '134526.882500', '134527.342500', '134527.802500', '134528.262500', '134528.722500', '134529.182500', '134529.642500', '134530.102500', '134530.562500', '134531.022500', '134531.482500', '134531.942500', '134532.402500', '134532.862500', '134533.322500', '134533.782500', '134534.242500', '134534.702500', '134535.162500', '134535.622500', '134536.082500', '134536.542500', '134537.002500', '134537.462500', '134537.922500', '134538.382500', '134538.842500', '134539.302500', '134539.762500', '134540.222500', '134540.682500', '134541.142500', '134541.602500', '134542.062500', '134542.522500', '134542.982500', '134543.442500', '134543.902500', '134544.362500', '134544.822500', '134545.282500', '134545.742500', '134546.202500', '134546.662500', '134547.122500', '134547.582500', '134548.042500', '134548.502500', '134548.962500', '134549.422500', '134549.882500', '134550.342500', '134550.802500', '134551.262500', '134551.722500', '134552.182500', '134552.642500', '134553.102500', '134553.562500', '134554.022500', '134554.482500', '134554.942500', '134555.402500', '134555.862500', '134556.322500', '134556.782500', '134557.242500', '134557.702500', '134558.162500', '134558.622500', '134559.082500', '134559.542500', '134600.002500', '134600.462500', '134600.922500', '134601.382500', '134601.842500', '134602.302500', '134602.762500', '134603.222500', '134603.682500', '134604.142500', '134604.602500', '134605.062500', '134605.522500', '134605.982500', '134606.442500', '134606.902500', '134607.362500', '134607.822500', '134608.282500', '134608.742500', '134609.202500', '134609.662500', '134610.122500', '134610.582500', '134611.042500', '134611.502500', '134611.962500', '134612.422500', '134612.882500', '134613.342500', '134613.802500', '134614.262500', '134614.722500', '134615.182500', '134615.642500', '134616.102500', '134616.562500', '134617.022500', '134617.482500', '134617.942500', '134618.402500', '134618.862500', '134619.322500', '134619.782500', '134620.242500', '134620.702500', '134621.162500', '134621.622500', '134622.082500', '134622.542500', '134623.002500', '134623.462500', '134623.922500', '134624.382500', '134624.842500', '134625.302500', '134625.762500', '134626.222500', '134626.682500', '134627.142500', '134627.602500', '134628.062500', '134628.522500', '134628.982500', '134629.442500', '134629.902500', '134630.362500', '134630.822500', '134631.282500', '134631.742500', '134632.202500', '134632.662500', '134633.122500', '134633.582500', '134634.042500', '134634.502500', '134634.962500', '134635.422500', '134635.882500', '134636.342500', '134636.802500', '134637.262500', '134637.722500', '134638.182500', '134638.642500', '134639.102500', '134639.562500', '134640.022500', '134640.482500', '134640.942500', '134641.402500', '134641.862500', '134642.322500', '134642.782500', '134643.242500', '134643.702500', '134644.162500', '134644.622500', '134645.082500', '134645.542500', '134646.002500', '134646.462500', '134646.922500', '134647.382500', '134647.842500', '134648.302500', '134648.762500', '134649.222500', '134649.682500', '134650.142500', '134650.602500', '134651.062500', '134651.522500', '134651.982500', '134652.442500', '134652.902500', '134653.362500', '134653.822500', '134654.282500', '134654.742500', '134655.202500', '134655.662500', '134656.122500', '134656.582500', '134657.042500', '134657.502500', '134657.962500', '134658.422500', '134658.882500', '134659.342500', '134659.802500', '134700.262500', '134700.722500', '134701.182500', '134701.642500', '134702.102500', '134702.562500', '134703.022500', '134703.482500', '134703.942500', '134704.402500', '134704.862500', '134705.322500', '134705.782500', '134706.242500', '134706.702500', '134707.162500', '134707.622500', '134708.082500', '134708.542500', '134709.002500', '134709.462500', '134709.922500', '134710.382500', '134710.842500', '134711.302500', '134711.762500', '134712.222500', '134712.682500', '134713.142500', '134713.602500', '134714.062500', '134714.522500', '134714.982500', '134715.442500', '134715.902500', '134716.362500', '134716.822500', '134717.282500', '134717.742500', '134718.202500', '134718.662500', '134719.122500', '134719.582500', '134720.042500', '134720.502500', '134720.962500', '134721.422500', '134721.882500', '134722.342500', '134722.802500', '134723.262500', '134723.722500', '134724.182500', '134724.642500', '134725.102500', '134725.562500', '134726.022500', '134726.482500', '134726.942500', '134727.402500', '134727.862500', '134728.322500', '134728.782500', '134729.242500', '134729.702500', '134730.162500', '134730.622500', '134731.082500', '134731.542500', '134732.002500', '134732.462500', '134732.922500', '134733.382500', '134733.842500', '134734.302500', '134734.762500', '134735.222500', '134735.682500', '134736.142500', '134736.602500', '134737.062500', '134737.522500', '134737.982500', '134738.442500', '134738.902500', '134739.362500', '134739.822500', '134740.282500', '134740.742500', '134741.202500', '134741.662500', '134742.122500', '134742.582500', '134743.042500', '134743.502500', '134743.962500', '134744.422500', '134744.882500', '134745.342500', '134745.802500', '134746.262500', '134746.722500', '134747.182500', '134747.642500', '134748.102500', '134748.562500', '134749.022500', '134749.482500', '134749.942500', '134750.402500', '134750.862500', '134751.322500', '134751.782500', '134752.242500', '134752.702500', '134753.162500', '134753.622500', '134754.082500', '134754.542500', '134755.002500', '134755.462500', '134755.922500', '134756.382500', '134756.842500', '134757.302500', '134757.762500', '134758.222500', '134758.682500', '134759.142500', '134759.602500', '134800.062500', '134800.522500', '134800.982500', '134801.442500', '134801.902500', '134802.362500', '134802.822500', '134803.282500', '134803.742500', '134804.202500', '134804.662500', '134805.122500', '134805.582500', '134806.042500', '134806.502500', '134806.962500', '134807.422500', '134807.882500', '134808.342500', '134808.802500', '134809.262500', '134809.722500', '134810.182500', '134810.642500', '134811.102500', '134811.562500', '134812.022500', '134812.482500', '134812.942500', '134813.402500', '134813.862500', '134814.322500', '134814.782500', '134815.242500', '134815.702500', '134816.162500', '134816.622500', '134817.082500', '134817.542500', '134818.002500', '134818.462500', '134818.922500', '134819.382500', '134819.842500', '134820.302500', '134820.762500', '134821.222500', '134821.682500', '134822.142500', '134822.602500', '134823.062500', '134823.522500', '134823.982500', '134824.442500', '134824.902500', '134825.362500', '134825.822500', '134826.282500', '134826.742500', '134827.202500', '134827.662500', '134828.122500', '134828.582500', '134829.042500', '134829.502500', '134829.962500', '134830.422500', '134830.882500', '134831.342500', '134831.802500', '134832.262500', '134832.722500', '134833.182500', '134833.642500', '134834.102500', '134834.562500', '134835.022500', '134835.482500', '134835.942500', '134836.402500', '134836.862500', '134837.322500', '134837.782500', '134838.242500', '134838.702500', '134839.162500', '134839.622500', '134840.082500', '134840.542500', '134841.002500', '134841.462500', '134841.922500', '134842.382500', '134842.842500', '134843.302500', '134843.762500', '134844.222500', '134844.682500', '134845.142500', '134845.602500', '134846.062500', '134846.522500', '134846.982500', '134847.442500', '134847.902500', '134848.362500', '134848.822500', '134849.282500', '134849.742500', '134850.202500', '134850.662500', '134851.122500', '134851.582500', '134852.042500', '134852.502500', '134852.962500', '134853.422500', '134853.882500', '134854.342500', '134854.802500', '134855.262500', '134855.722500', '134856.182500', '134856.642500', '134857.102500', '134857.562500', '134858.022500', '134858.482500', '134858.942500', '134859.402500', '134859.862500', '134900.322500', '134900.782500', '134901.242500', '134901.702500', '134902.162500', '134902.622500', '134903.082500', '134903.542500', '134904.002500', '134904.462500', '134904.922500', '134905.382500', '134905.842500', '134906.302500', '134906.762500', '134907.222500', '134907.682500', '134908.142500', '134908.602500', '134909.062500', '134909.522500', '134909.982500', '134910.442500', '134910.902500', '134911.362500', '134911.822500', '134912.282500', '134912.742500', '134913.202500', '134913.662500', '134914.122500', '134914.582500', '134915.042500', '134915.502500', '134915.962500', '134916.422500', '134916.882500', '134917.342500', '134917.802500', '134918.262500', '134918.722500', '134919.182500', '134919.642500', '134920.102500', '134920.562500', '134921.022500', '134921.482500', '134921.942500', '134922.402500', '134922.862500', '134923.322500', '134923.782500', '134924.242500', '134924.702500', '134925.162500', '134925.622500', '134926.082500', '134926.542500', '134927.002500', '134927.462500', '134927.922500', '134928.382500', '134928.842500', '134929.302500', '134929.762500', '134930.222500', '134930.682500', '134931.142500', '134931.602500', '134932.062500', '134932.522500', '134932.982500', '134933.442500', '134933.902500', '134934.362500', '134934.822500', '134935.282500', '134935.742500', '134936.202500', '134936.662500', '134937.122500', '134937.582500', '134938.042500', '134938.502500', '134938.962500', '134939.422500', '134939.882500', '134940.342500', '134940.802500', '134941.262500', '134941.722500', '134942.182500', '134942.642500', '134943.102500', '134943.562500', '134944.022500', '134944.482500', '134944.942500', '134945.402500', '134945.862500', '134946.322500', '134946.782500', '134947.242500', '134947.702500', '134948.162500', '134948.622500', '134949.082500', '134949.542500', '134950.002500', '134950.462500', '134950.922500', '134951.382500', '134951.842500', '134952.302500', '134952.762500', '134953.222500', '134953.682500', '134954.142500', '134954.602500', '134955.062500', '134955.522500', '134955.982500', '134956.442500', '134956.902500', '134957.362500', '134957.822500', '134958.282500', '134958.742500', '134959.202500', '134959.662500', '135000.122500', '135000.582500', '135001.042500', '135001.502500', '135001.962500', '135002.422500', '135002.882500', '135003.342500', '135003.802500', '135004.262500', '135004.722500', '135005.182500', '135005.642500', '135006.102500', '135006.562500', '135007.022500', '135007.482500', '135007.942500', '135008.402500', '135008.862500', '135009.322500', '135009.782500', '135010.242500', '135010.702500', '135011.162500', '135011.622500', '135012.082500', '135012.542500', '135013.002500', '135013.462500', '135013.922500', '135014.382500', '135014.842500', '135015.302500', '135015.762500', '135016.222500', '135016.682500', '135017.142500', '135017.602500', '135018.062500', '135018.522500', '135018.982500', '135019.442500', '135019.902500', '135020.362500', '135020.822500', '135021.282500', '135021.742500', '135022.202500', '135022.662500', '135023.122500', '135023.582500', '135024.042500', '135024.502500', '135024.962500', '135025.422500', '135025.882500', '135026.342500', '135026.802500', '135027.262500', '135027.722500', '135028.182500', '135028.642500', '135029.102500', '135029.562500', '135030.022500', '135030.482500', '135030.942500', '135031.402500', '135031.862500'], 'ContentTime': ['134129.356000', '134129.359000', '134129.362000', '134129.365000', '134129.368000', '134129.371000', '134129.374000', '134129.377000', '134129.380000', '134129.383000', '134129.386000', '134129.389000', '134129.392000', '134129.395000', '134129.398000', '134129.400000', '134129.403000', '134129.406000', '134129.409000', '134129.412000', '134129.415000', '134129.418000', '134129.421000', '134129.424000', '134129.427000', '134129.430000', '134129.432000', '134149.316000', '134149.319000', '134149.322000', '134149.325000', '134149.328000', '134149.331000', '134149.334000', '134149.337000', '134149.340000', '134149.342000', '134149.345000', '134149.348000', '134149.351000', '134149.354000', '134149.357000', '134149.361000', '134149.364000', '134149.367000', '134149.370000', '134149.373000', '134149.375000', '134149.378000', '134149.381000', '134149.384000', '134149.387000', '134149.390000', '134149.393000', '134149.395000', '134149.398000', '134149.401000', '134149.416000', '134149.418000', '134149.421000', '134149.424000', '134149.427000', '134149.430000', '134149.433000', '134149.436000', '134149.439000', '134149.442000', '134149.445000', '134149.448000', '134149.450000', '134149.453000', '134209.317000', '134209.320000', '134209.323000', '134209.326000', '134209.328000', '134209.331000', '134209.334000', '134209.337000', '134209.340000', '134209.343000', '134209.345000', '134209.348000', '134209.351000', '134209.354000', '134209.357000', '134209.359000', '134209.362000', '134209.365000', '134209.368000', '134209.371000', '134209.374000', '134209.376000', '134209.385000', '134209.388000', '134209.391000', '134209.394000', '134209.397000', '134209.400000', '134209.402000', '134209.406000', '134209.409000', '134209.412000', '134209.415000', '134209.417000', '134209.425000', '134209.427000', '134209.430000', '134209.433000', '134209.436000', '134209.439000', '134209.442000', '134209.444000', '134209.448000', '134229.317000', '134229.320000', '134229.322000', '134229.325000', '134229.328000', '134229.331000', '134229.334000', '134229.337000', '134229.340000', '134229.342000', '134229.345000', '134229.348000', '134229.351000', '134229.354000', '134229.357000', '134229.360000', '134229.362000', '134229.365000', '134229.368000', '134229.371000', '134229.374000', '134229.377000', '134229.380000', '134229.383000', '134229.385000', '134229.388000', '134229.391000', '134229.394000', '134229.397000', '134229.400000', '134229.403000', '134229.405000', '134229.408000', '134229.411000', '134229.414000', '134229.417000', '134229.420000', '134229.422000', '134229.425000', '134229.428000', '134229.431000', '134229.434000', '134229.437000', '134229.440000', '134249.317000', '134249.320000', '134249.323000', '134249.326000', '134249.328000', '134249.331000', '134249.334000', '134249.337000', '134249.340000', '134249.343000', '134249.346000', '134249.358000', '134249.361000', '134249.364000', '134249.367000', '134249.370000', '134249.373000', '134249.376000', '134249.378000', '134249.381000', '134249.384000', '134249.387000', '134249.390000', '134249.392000', '134249.395000', '134249.398000', '134249.401000', '134249.404000', '134249.407000', '134249.410000', '134249.412000', '134249.415000', '134249.418000', '134249.421000', '134249.424000', '134249.427000', '134249.429000', '134249.433000', '134249.435000', '134249.438000', '134249.441000', '134249.444000', '134249.447000', '134309.317000', '134309.320000', '134309.323000', '134309.325000', '134309.328000', '134309.331000', '134309.334000', '134309.337000', '134309.340000', '134309.343000', '134309.346000', '134309.348000', '134309.351000', '134309.354000', '134309.357000', '134309.360000', '134309.363000', '134309.366000', '134309.369000', '134309.371000', '134309.374000', '134309.377000', '134309.380000', '134309.383000', '134309.386000', '134309.388000', '134309.391000', '134309.394000', '134309.397000', '134309.400000', '134309.403000', '134309.406000', '134309.409000', '134309.411000', '134309.414000', '134309.417000', '134309.420000', '134309.423000', '134309.426000', '134309.432000', '134309.435000', '134309.437000', '134309.440000', '134309.443000', '134329.317000', '134329.320000', '134329.323000', '134329.326000', '134329.329000', '134329.331000', '134329.334000', '134329.337000', '134329.340000', '134329.343000', '134329.346000', '134329.348000', '134329.351000', '134329.354000', '134329.357000', '134329.360000', '134329.363000', '134329.366000', '134329.369000', '134329.371000', '134329.374000', '134329.377000', '134329.380000', '134329.383000', '134329.386000', '134329.389000', '134329.392000', '134329.394000', '134329.397000', '134329.400000', '134329.403000', '134329.406000', '134329.409000', '134329.412000', '134329.414000', '134329.417000', '134329.420000', '134329.423000', '134329.426000', '134329.429000', '134329.432000', '134329.435000', '134329.437000', '134349.317000', '134349.320000', '134349.323000', '134349.325000', '134349.328000', '134349.331000', '134349.334000', '134349.337000', '134349.340000', '134349.343000', '134349.346000', '134349.348000', '134349.351000', '134349.354000', '134349.357000', '134349.360000', '134349.363000', '134349.366000', '134349.368000', '134349.371000', '134349.374000', '134349.377000', '134349.380000', '134349.383000', '134349.386000', '134349.389000', '134349.391000', '134349.394000', '134349.397000', '134349.400000', '134349.403000', '134349.406000', '134349.409000', '134349.412000', '134349.415000', '134349.417000', '134349.420000', '134349.423000', '134349.426000', '134349.429000', '134349.432000', '134349.435000', '134349.438000', '134349.440000', '134409.316000', '134409.319000', '134409.322000', '134409.325000', '134409.328000', '134409.330000', '134409.333000', '134409.336000', '134409.339000', '134409.342000', '134409.345000', '134409.348000', '134409.350000', '134409.353000', '134409.356000', '134409.359000', '134409.362000', '134409.365000', '134409.368000', '134409.370000', '134409.373000', '134409.376000', '134409.379000', '134409.382000', '134409.385000', '134409.388000', '134409.391000', '134409.394000', '134409.397000', '134409.399000', '134409.402000', '134409.405000', '134409.408000', '134409.411000', '134409.414000', '134409.417000', '134409.420000', '134409.422000', '134409.425000', '134409.428000', '134409.431000', '134409.434000', '134409.436000', '134429.317000', '134429.320000', '134429.323000', '134429.326000', '134429.329000', '134429.331000', '134429.334000', '134429.337000', '134429.340000', '134429.343000', '134429.346000', '134429.348000', '134429.351000', '134429.354000', '134429.357000', '134429.360000', '134429.363000', '134429.366000', '134429.368000', '134429.371000', '134429.374000', '134429.377000', '134429.380000', '134429.383000', '134429.386000', '134429.388000', '134429.391000', '134429.394000', '134429.397000', '134429.400000', '134429.403000', '134429.406000', '134429.408000', '134429.411000', '134429.414000', '134429.417000', '134429.420000', '134429.423000', '134429.426000', '134429.428000', '134429.431000', '134429.434000', '134429.437000', '134449.317000', '134449.320000', '134449.323000', '134449.326000', '134449.329000', '134449.331000', '134449.334000', '134449.337000', '134449.340000', '134449.343000', '134449.346000', '134449.349000', '134449.351000', '134449.354000', '134449.357000', '134449.360000', '134449.363000', '134449.366000', '134449.368000', '134449.371000', '134449.374000', '134449.377000', '134449.380000', '134449.383000', '134449.386000', '134449.389000', '134449.392000', '134449.395000', '134449.397000', '134449.400000', '134449.403000', '134449.406000', '134449.409000', '134449.412000', '134449.414000', '134449.417000', '134449.420000', '134449.423000', '134449.426000', '134449.429000', '134449.432000', '134449.434000', '134449.437000', '134449.440000', '134509.317000', '134509.320000', '134509.323000', '134509.326000', '134509.329000', '134509.332000', '134509.335000', '134509.338000', '134509.342000', '134509.344000', '134509.347000', '134509.350000', '134509.353000', '134509.356000', '134509.359000', '134509.362000', '134509.365000', '134509.367000', '134509.370000', '134509.373000', '134509.376000', '134509.379000', '134509.382000', '134509.385000', '134509.388000', '134509.390000', '134509.393000', '134509.396000', '134509.399000', '134509.402000', '134509.405000', '134509.408000', '134509.411000', '134509.413000', '134509.416000', '134509.419000', '134509.422000', '134509.425000', '134509.428000', '134509.431000', '134509.433000', '134509.436000', '134509.439000', '134529.317000', '134529.320000', '134529.323000', '134529.326000', '134529.329000', '134529.331000', '134529.334000', '134529.337000', '134529.340000', '134529.343000', '134529.346000', '134529.349000', '134529.352000', '134529.354000', '134529.357000', '134529.360000', '134529.363000', '134529.366000', '134529.369000', '134529.372000', '134529.374000', '134529.377000', '134529.380000', '134529.383000', '134529.386000', '134529.389000', '134529.392000', '134529.395000', '134529.397000', '134529.400000', '134529.403000', '134529.406000', '134529.409000', '134529.412000', '134529.415000', '134529.418000', '134529.421000', '134529.423000', '134529.426000', '134529.429000', '134529.432000', '134529.435000', '134529.438000', '134529.441000', '134549.317000', '134549.320000', '134549.323000', '134549.326000', '134549.329000', '134549.331000', '134549.335000', '134549.338000', '134549.341000', '134549.343000', '134549.347000', '134549.350000', '134549.353000', '134549.355000', '134549.359000', '134549.361000', '134549.364000', '134549.367000', '134549.370000', '134549.373000', '134549.376000', '134549.379000', '134549.382000', '134549.385000', '134549.387000', '134549.390000', '134549.393000', '134549.396000', '134549.399000', '134549.402000', '134549.405000', '134549.407000', '134549.425000', '134549.428000', '134549.434000', '134549.437000', '134549.440000', '134549.443000', '134549.446000', '134549.449000', '134549.452000', '134549.454000', '134549.457000', '134609.317000', '134609.320000', '134609.323000', '134609.326000', '134609.329000', '134609.332000', '134609.334000', '134609.337000', '134609.340000', '134609.343000', '134609.346000', '134609.349000', '134609.351000', '134609.354000', '134609.357000', '134609.360000', '134609.363000', '134609.366000', '134609.369000', '134609.371000', '134609.374000', '134609.377000', '134609.380000', '134609.383000', '134609.386000', '134609.389000', '134609.391000', '134609.394000', '134609.397000', '134609.400000', '134609.403000', '134609.406000', '134609.409000', '134609.412000', '134609.414000', '134609.417000', '134609.420000', '134609.423000', '134609.426000', '134609.429000', '134609.432000', '134609.435000', '134609.437000', '134609.440000', '134629.316000', '134629.319000', '134629.322000', '134629.325000', '134629.327000', '134629.330000', '134629.333000', '134629.336000', '134629.339000', '134629.342000', '134629.345000', '134629.348000', '134629.350000', '134629.353000', '134629.356000', '134629.359000', '134629.362000', '134629.365000', '134629.368000', '134629.371000', '134629.374000', '134629.377000', '134629.380000', '134629.382000', '134629.385000', '134629.388000', '134629.391000', '134629.394000', '134629.397000', '134629.400000', '134629.402000', '134629.405000', '134629.408000', '134629.411000', '134629.414000', '134629.417000', '134629.419000', '134629.422000', '134629.425000', '134629.428000', '134629.431000', '134629.434000', '134629.437000', '134649.317000', '134649.322000', '134649.325000', '134649.328000', '134649.331000', '134649.333000', '134649.336000', '134649.339000', '134649.342000', '134649.345000', '134649.348000', '134649.350000', '134649.353000', '134649.356000', '134649.359000', '134649.362000', '134649.365000', '134649.368000', '134649.371000', '134649.374000', '134649.379000', '134649.382000', '134649.385000', '134649.387000', '134649.391000', '134649.393000', '134649.396000', '134649.399000', '134649.402000', '134649.405000', '134649.408000', '134649.411000', '134649.414000', '134649.416000', '134649.419000', '134649.422000', '134649.425000', '134649.428000', '134649.431000', '134649.433000', '134649.436000', '134649.439000', '134649.442000', '134649.445000', '134709.317000', '134709.321000', '134709.324000', '134709.327000', '134709.330000', '134709.333000', '134709.336000', '134709.339000', '134709.342000', '134709.344000', '134709.347000', '134709.350000', '134709.353000', '134709.356000', '134709.359000', '134709.362000', '134709.364000', '134709.367000', '134709.370000', '134709.373000', '134709.376000', '134709.379000', '134709.382000', '134709.385000', '134709.387000', '134709.391000', '134709.394000', '134709.397000', '134709.400000', '134709.402000', '134709.405000', '134709.408000', '134709.411000', '134709.414000', '134709.417000', '134709.420000', '134709.423000', '134709.425000', '134709.428000', '134709.431000', '134709.434000', '134709.437000', '134709.439000', '134729.317000', '134729.320000', '134729.323000', '134729.326000', '134729.329000', '134729.332000', '134729.334000', '134729.337000', '134729.340000', '134729.343000', '134729.346000', '134729.349000', '134729.352000', '134729.354000', '134729.357000', '134729.360000', '134729.363000', '134729.366000', '134729.369000', '134729.372000', '134729.374000', '134729.377000', '134729.380000', '134729.383000', '134729.386000', '134729.389000', '134729.391000', '134729.394000', '134729.397000', '134729.400000', '134729.403000', '134729.406000', '134729.409000', '134729.411000', '134729.414000', '134729.417000', '134729.420000', '134729.423000', '134729.426000', '134729.429000', '134729.431000', '134729.434000', '134729.437000', '134729.440000', '134749.317000', '134749.320000', '134749.323000', '134749.326000', '134749.329000', '134749.332000', '134749.334000', '134749.337000', '134749.340000', '134749.343000', '134749.346000', '134749.349000', '134749.351000', '134749.354000', '134749.357000', '134749.360000', '134749.363000', '134749.366000', '134749.369000', '134749.371000', '134749.374000', '134749.377000', '134749.380000', '134749.383000', '134749.386000', '134749.389000', '134749.392000', '134749.395000', '134749.397000', '134749.400000', '134749.403000', '134749.406000', '134749.409000', '134749.412000', '134749.415000', '134749.418000', '134749.421000', '134749.424000', '134749.426000', '134749.429000', '134749.432000', '134749.435000', '134749.438000', '134809.317000', '134809.320000', '134809.323000', '134809.326000', '134809.328000', '134809.331000', '134809.334000', '134809.337000', '134809.340000', '134809.343000', '134809.346000', '134809.348000', '134809.351000', '134809.354000', '134809.357000', '134809.360000', '134809.363000', '134809.366000', '134809.369000', '134809.372000', '134809.374000', '134809.377000', '134809.380000', '134809.383000', '134809.386000', '134809.389000', '134809.392000', '134809.395000', '134809.397000', '134809.400000', '134809.403000', '134809.406000', '134809.409000', '134809.411000', '134809.414000', '134809.417000', '134809.420000', '134809.423000', '134809.426000', '134809.429000', '134809.431000', '134809.434000', '134809.437000', '134809.440000', '134829.317000', '134829.320000', '134829.323000', '134829.326000', '134829.329000', '134829.332000', '134829.334000', '134829.337000', '134829.340000', '134829.343000', '134829.346000', '134829.349000', '134829.352000', '134829.355000', '134829.358000', '134829.361000', '134829.364000', '134829.367000', '134829.370000', '134829.373000', '134829.376000', '134829.379000', '134829.382000', '134829.384000', '134829.388000', '134829.390000', '134829.393000', '134829.396000', '134829.399000', '134829.402000', '134829.405000', '134829.408000', '134829.411000', '134829.413000', '134829.416000', '134829.421000', '134829.425000', '134829.427000', '134829.431000', '134829.433000', '134829.436000', '134829.439000', '134829.442000', '134849.316000', '134849.319000', '134849.322000', '134849.325000', '134849.327000', '134849.330000', '134849.333000', '134849.336000', '134849.339000', '134849.342000', '134849.355000', '134849.357000', '134849.360000', '134849.363000', '134849.366000', '134849.369000', '134849.372000', '134849.375000', '134849.377000', '134849.380000', '134849.383000', '134849.386000', '134849.389000', '134849.392000', '134849.395000', '134849.398000', '134849.400000', '134849.403000', '134849.406000', '134849.409000', '134849.412000', '134849.415000', '134849.418000', '134849.421000', '134849.423000', '134849.426000', '134849.429000', '134849.432000', '134849.435000', '134849.438000', '134849.441000', '134849.444000', '134849.446000', '134849.449000', '134909.317000', '134909.320000', '134909.323000', '134909.326000', '134909.329000', '134909.332000', '134909.334000', '134909.337000', '134909.340000', '134909.343000', '134909.346000', '134909.349000', '134909.352000', '134909.355000', '134909.357000', '134909.360000', '134909.363000', '134909.366000', '134909.369000', '134909.372000', '134909.375000', '134909.377000', '134909.380000', '134909.383000', '134909.386000', '134909.389000', '134909.392000', '134909.395000', '134909.398000', '134909.401000', '134909.403000', '134909.406000', '134909.409000', '134909.412000', '134909.415000', '134909.418000', '134909.421000', '134909.424000', '134909.426000', '134909.429000', '134909.432000', '134909.437000', '134909.441000', '134929.317000', '134929.320000', '134929.323000', '134929.325000', '134929.328000', '134929.331000', '134929.334000', '134929.337000', '134929.340000', '134929.343000', '134929.346000', '134929.349000', '134929.352000', '134929.354000', '134929.357000', '134929.360000', '134929.363000', '134929.366000', '134929.369000', '134929.371000', '134929.374000', '134929.377000', '134929.380000', '134929.383000', '134929.386000', '134929.389000', '134929.391000', '134929.394000', '134929.397000', '134929.400000', '134929.403000', '134929.406000', '134929.409000', '134929.412000', '134929.414000', '134929.417000', '134929.420000', '134929.423000', '134929.426000', '134929.429000', '134929.432000', '134929.435000', '134929.437000', '134929.440000', '134949.317000', '134949.320000', '134949.323000', '134949.326000', '134949.329000', '134949.332000', '134949.335000', '134949.337000', '134949.340000', '134949.343000', '134949.346000', '134949.349000', '134949.352000', '134949.355000', '134949.358000', '134949.360000', '134949.363000', '134949.366000', '134949.369000', '134949.372000', '134949.375000', '134949.378000', '134949.381000', '134949.383000', '134949.386000', '134949.389000', '134949.392000', '134949.396000', '134949.399000', '134949.402000', '134949.405000', '134949.408000', '134949.410000', '134949.413000', '134949.416000', '134949.419000', '134949.422000', '134949.425000', '134949.428000', '134949.430000', '134949.433000', '134949.436000', '134949.439000', '135009.317000', '135009.320000', '135009.323000', '135009.326000', '135009.329000', '135009.331000', '135009.334000', '135009.337000', '135009.340000', '135009.343000', '135009.346000', '135009.349000', '135009.352000', '135009.355000', '135009.357000', '135009.361000', '135009.364000', '135009.366000', '135009.369000', '135009.372000', '135009.375000', '135009.378000', '135009.381000', '135009.387000', '135009.389000', '135009.392000', '135009.395000', '135009.398000', '135009.401000', '135009.404000', '135009.407000', '135009.410000', '135009.412000', '135009.415000', '135009.418000', '135009.421000', '135009.424000', '135009.427000', '135009.430000', '135009.433000', '135009.436000', '135009.438000', '135009.441000', '135009.444000', '135029.317000', '135029.320000', '135029.323000', '135029.326000', '135029.329000', '135029.332000', '135029.335000', '135029.337000', '135029.340000', '135029.343000', '135029.346000', '135029.349000', '135029.352000', '135029.355000', '135029.357000', '135029.360000', '135029.363000', '135029.366000', '135029.369000', '135029.372000', '135029.375000', '135029.378000', '135029.381000', '135029.383000', '135029.386000', '135029.389000', '135029.392000', '135029.395000', '135029.398000', '135029.401000', '135029.404000', '135029.406000', '135029.409000', '135029.412000', '135029.415000', '135029.418000', '135029.421000', '135029.424000', '135029.427000', '135029.429000', '135029.432000', '135029.435000', '135029.438000', '135032.783000', '135032.786000', '135032.789000', '135032.792000', '135032.795000', '135032.798000', '135032.801000', '135032.804000'], 'InstanceCreationTime': ['134129.356000', '134129.359000', '134129.362000', '134129.365000', '134129.368000', '134129.371000', '134129.374000', '134129.377000', '134129.380000', '134129.383000', '134129.386000', '134129.389000', '134129.392000', '134129.395000', '134129.398000', '134129.400000', '134129.403000', '134129.406000', '134129.409000', '134129.412000', '134129.415000', '134129.418000', '134129.421000', '134129.424000', '134129.427000', '134129.430000', '134129.432000', '134149.316000', '134149.319000', '134149.322000', '134149.325000', '134149.328000', '134149.331000', '134149.334000', '134149.337000', '134149.340000', '134149.342000', '134149.345000', '134149.348000', '134149.351000', '134149.354000', '134149.357000', '134149.361000', '134149.364000', '134149.367000', '134149.370000', '134149.373000', '134149.375000', '134149.378000', '134149.381000', '134149.384000', '134149.387000', '134149.390000', '134149.393000', '134149.395000', '134149.398000', '134149.401000', '134149.416000', '134149.418000', '134149.421000', '134149.424000', '134149.427000', '134149.430000', '134149.433000', '134149.436000', '134149.439000', '134149.442000', '134149.445000', '134149.448000', '134149.450000', '134149.453000', '134209.317000', '134209.320000', '134209.323000', '134209.326000', '134209.328000', '134209.331000', '134209.334000', '134209.337000', '134209.340000', '134209.343000', '134209.345000', '134209.348000', '134209.351000', '134209.354000', '134209.357000', '134209.359000', '134209.362000', '134209.365000', '134209.368000', '134209.371000', '134209.374000', '134209.376000', '134209.385000', '134209.388000', '134209.391000', '134209.394000', '134209.397000', '134209.400000', '134209.402000', '134209.406000', '134209.409000', '134209.412000', '134209.415000', '134209.417000', '134209.425000', '134209.427000', '134209.430000', '134209.433000', '134209.436000', '134209.439000', '134209.442000', '134209.444000', '134209.448000', '134229.317000', '134229.320000', '134229.322000', '134229.325000', '134229.328000', '134229.331000', '134229.334000', '134229.337000', '134229.340000', '134229.342000', '134229.345000', '134229.348000', '134229.351000', '134229.354000', '134229.357000', '134229.360000', '134229.362000', '134229.365000', '134229.368000', '134229.371000', '134229.374000', '134229.377000', '134229.380000', '134229.383000', '134229.385000', '134229.388000', '134229.391000', '134229.394000', '134229.397000', '134229.400000', '134229.403000', '134229.405000', '134229.408000', '134229.411000', '134229.414000', '134229.417000', '134229.420000', '134229.422000', '134229.425000', '134229.428000', '134229.431000', '134229.434000', '134229.437000', '134229.440000', '134249.317000', '134249.320000', '134249.323000', '134249.326000', '134249.328000', '134249.331000', '134249.334000', '134249.337000', '134249.340000', '134249.343000', '134249.346000', '134249.358000', '134249.361000', '134249.364000', '134249.367000', '134249.370000', '134249.373000', '134249.376000', '134249.378000', '134249.381000', '134249.384000', '134249.387000', '134249.390000', '134249.392000', '134249.395000', '134249.398000', '134249.401000', '134249.404000', '134249.407000', '134249.410000', '134249.412000', '134249.415000', '134249.418000', '134249.421000', '134249.424000', '134249.427000', '134249.429000', '134249.433000', '134249.435000', '134249.438000', '134249.441000', '134249.444000', '134249.447000', '134309.317000', '134309.320000', '134309.323000', '134309.325000', '134309.328000', '134309.331000', '134309.334000', '134309.337000', '134309.340000', '134309.343000', '134309.346000', '134309.348000', '134309.351000', '134309.354000', '134309.357000', '134309.360000', '134309.363000', '134309.366000', '134309.369000', '134309.371000', '134309.374000', '134309.377000', '134309.380000', '134309.383000', '134309.386000', '134309.388000', '134309.391000', '134309.394000', '134309.397000', '134309.400000', '134309.403000', '134309.406000', '134309.409000', '134309.411000', '134309.414000', '134309.417000', '134309.420000', '134309.423000', '134309.426000', '134309.432000', '134309.435000', '134309.437000', '134309.440000', '134309.443000', '134329.317000', '134329.320000', '134329.323000', '134329.326000', '134329.329000', '134329.331000', '134329.334000', '134329.337000', '134329.340000', '134329.343000', '134329.346000', '134329.348000', '134329.351000', '134329.354000', '134329.357000', '134329.360000', '134329.363000', '134329.366000', '134329.369000', '134329.371000', '134329.374000', '134329.377000', '134329.380000', '134329.383000', '134329.386000', '134329.389000', '134329.392000', '134329.394000', '134329.397000', '134329.400000', '134329.403000', '134329.406000', '134329.409000', '134329.412000', '134329.414000', '134329.417000', '134329.420000', '134329.423000', '134329.426000', '134329.429000', '134329.432000', '134329.435000', '134329.437000', '134349.317000', '134349.320000', '134349.323000', '134349.325000', '134349.328000', '134349.331000', '134349.334000', '134349.337000', '134349.340000', '134349.343000', '134349.346000', '134349.348000', '134349.351000', '134349.354000', '134349.357000', '134349.360000', '134349.363000', '134349.366000', '134349.368000', '134349.371000', '134349.374000', '134349.377000', '134349.380000', '134349.383000', '134349.386000', '134349.389000', '134349.391000', '134349.394000', '134349.397000', '134349.400000', '134349.403000', '134349.406000', '134349.409000', '134349.412000', '134349.415000', '134349.417000', '134349.420000', '134349.423000', '134349.426000', '134349.429000', '134349.432000', '134349.435000', '134349.438000', '134349.440000', '134409.316000', '134409.319000', '134409.322000', '134409.325000', '134409.328000', '134409.330000', '134409.333000', '134409.336000', '134409.339000', '134409.342000', '134409.345000', '134409.348000', '134409.350000', '134409.353000', '134409.356000', '134409.359000', '134409.362000', '134409.365000', '134409.368000', '134409.370000', '134409.373000', '134409.376000', '134409.379000', '134409.382000', '134409.385000', '134409.388000', '134409.391000', '134409.394000', '134409.397000', '134409.399000', '134409.402000', '134409.405000', '134409.408000', '134409.411000', '134409.414000', '134409.417000', '134409.420000', '134409.422000', '134409.425000', '134409.428000', '134409.431000', '134409.434000', '134409.436000', '134429.317000', '134429.320000', '134429.323000', '134429.326000', '134429.329000', '134429.331000', '134429.334000', '134429.337000', '134429.340000', '134429.343000', '134429.346000', '134429.348000', '134429.351000', '134429.354000', '134429.357000', '134429.360000', '134429.363000', '134429.366000', '134429.368000', '134429.371000', '134429.374000', '134429.377000', '134429.380000', '134429.383000', '134429.386000', '134429.388000', '134429.391000', '134429.394000', '134429.397000', '134429.400000', '134429.403000', '134429.406000', '134429.408000', '134429.411000', '134429.414000', '134429.417000', '134429.420000', '134429.423000', '134429.426000', '134429.428000', '134429.431000', '134429.434000', '134429.437000', '134449.317000', '134449.320000', '134449.323000', '134449.326000', '134449.329000', '134449.331000', '134449.334000', '134449.337000', '134449.340000', '134449.343000', '134449.346000', '134449.349000', '134449.351000', '134449.354000', '134449.357000', '134449.360000', '134449.363000', '134449.366000', '134449.368000', '134449.371000', '134449.374000', '134449.377000', '134449.380000', '134449.383000', '134449.386000', '134449.389000', '134449.392000', '134449.395000', '134449.397000', '134449.400000', '134449.403000', '134449.406000', '134449.409000', '134449.412000', '134449.414000', '134449.417000', '134449.420000', '134449.423000', '134449.426000', '134449.429000', '134449.432000', '134449.434000', '134449.437000', '134449.440000', '134509.317000', '134509.320000', '134509.323000', '134509.326000', '134509.329000', '134509.332000', '134509.335000', '134509.338000', '134509.342000', '134509.344000', '134509.347000', '134509.350000', '134509.353000', '134509.356000', '134509.359000', '134509.362000', '134509.365000', '134509.367000', '134509.370000', '134509.373000', '134509.376000', '134509.379000', '134509.382000', '134509.385000', '134509.388000', '134509.390000', '134509.393000', '134509.396000', '134509.399000', '134509.402000', '134509.405000', '134509.408000', '134509.411000', '134509.413000', '134509.416000', '134509.419000', '134509.422000', '134509.425000', '134509.428000', '134509.431000', '134509.433000', '134509.436000', '134509.439000', '134529.317000', '134529.320000', '134529.323000', '134529.326000', '134529.329000', '134529.331000', '134529.334000', '134529.337000', '134529.340000', '134529.343000', '134529.346000', '134529.349000', '134529.352000', '134529.354000', '134529.357000', '134529.360000', '134529.363000', '134529.366000', '134529.369000', '134529.372000', '134529.374000', '134529.377000', '134529.380000', '134529.383000', '134529.386000', '134529.389000', '134529.392000', '134529.395000', '134529.397000', '134529.400000', '134529.403000', '134529.406000', '134529.409000', '134529.412000', '134529.415000', '134529.418000', '134529.421000', '134529.423000', '134529.426000', '134529.429000', '134529.432000', '134529.435000', '134529.438000', '134529.441000', '134549.317000', '134549.320000', '134549.323000', '134549.326000', '134549.329000', '134549.331000', '134549.335000', '134549.338000', '134549.341000', '134549.343000', '134549.347000', '134549.350000', '134549.353000', '134549.355000', '134549.359000', '134549.361000', '134549.364000', '134549.367000', '134549.370000', '134549.373000', '134549.376000', '134549.379000', '134549.382000', '134549.385000', '134549.387000', '134549.390000', '134549.393000', '134549.396000', '134549.399000', '134549.402000', '134549.405000', '134549.407000', '134549.425000', '134549.428000', '134549.434000', '134549.437000', '134549.440000', '134549.443000', '134549.446000', '134549.449000', '134549.452000', '134549.454000', '134549.457000', '134609.317000', '134609.320000', '134609.323000', '134609.326000', '134609.329000', '134609.332000', '134609.334000', '134609.337000', '134609.340000', '134609.343000', '134609.346000', '134609.349000', '134609.351000', '134609.354000', '134609.357000', '134609.360000', '134609.363000', '134609.366000', '134609.369000', '134609.371000', '134609.374000', '134609.377000', '134609.380000', '134609.383000', '134609.386000', '134609.389000', '134609.391000', '134609.394000', '134609.397000', '134609.400000', '134609.403000', '134609.406000', '134609.409000', '134609.412000', '134609.414000', '134609.417000', '134609.420000', '134609.423000', '134609.426000', '134609.429000', '134609.432000', '134609.435000', '134609.437000', '134609.440000', '134629.316000', '134629.319000', '134629.322000', '134629.325000', '134629.327000', '134629.330000', '134629.333000', '134629.336000', '134629.339000', '134629.342000', '134629.345000', '134629.348000', '134629.350000', '134629.353000', '134629.356000', '134629.359000', '134629.362000', '134629.365000', '134629.368000', '134629.371000', '134629.374000', '134629.377000', '134629.380000', '134629.382000', '134629.385000', '134629.388000', '134629.391000', '134629.394000', '134629.397000', '134629.400000', '134629.402000', '134629.405000', '134629.408000', '134629.411000', '134629.414000', '134629.417000', '134629.419000', '134629.422000', '134629.425000', '134629.428000', '134629.431000', '134629.434000', '134629.437000', '134649.317000', '134649.322000', '134649.325000', '134649.328000', '134649.331000', '134649.333000', '134649.336000', '134649.339000', '134649.342000', '134649.345000', '134649.348000', '134649.350000', '134649.353000', '134649.356000', '134649.359000', '134649.362000', '134649.365000', '134649.368000', '134649.371000', '134649.374000', '134649.379000', '134649.382000', '134649.385000', '134649.387000', '134649.391000', '134649.393000', '134649.396000', '134649.399000', '134649.402000', '134649.405000', '134649.408000', '134649.411000', '134649.414000', '134649.416000', '134649.419000', '134649.422000', '134649.425000', '134649.428000', '134649.431000', '134649.433000', '134649.436000', '134649.439000', '134649.442000', '134649.445000', '134709.317000', '134709.321000', '134709.324000', '134709.327000', '134709.330000', '134709.333000', '134709.336000', '134709.339000', '134709.342000', '134709.344000', '134709.347000', '134709.350000', '134709.353000', '134709.356000', '134709.359000', '134709.362000', '134709.364000', '134709.367000', '134709.370000', '134709.373000', '134709.376000', '134709.379000', '134709.382000', '134709.385000', '134709.387000', '134709.391000', '134709.394000', '134709.397000', '134709.400000', '134709.402000', '134709.405000', '134709.408000', '134709.411000', '134709.414000', '134709.417000', '134709.420000', '134709.423000', '134709.425000', '134709.428000', '134709.431000', '134709.434000', '134709.437000', '134709.439000', '134729.317000', '134729.320000', '134729.323000', '134729.326000', '134729.329000', '134729.332000', '134729.334000', '134729.337000', '134729.340000', '134729.343000', '134729.346000', '134729.349000', '134729.352000', '134729.354000', '134729.357000', '134729.360000', '134729.363000', '134729.366000', '134729.369000', '134729.372000', '134729.374000', '134729.377000', '134729.380000', '134729.383000', '134729.386000', '134729.389000', '134729.391000', '134729.394000', '134729.397000', '134729.400000', '134729.403000', '134729.406000', '134729.409000', '134729.411000', '134729.414000', '134729.417000', '134729.420000', '134729.423000', '134729.426000', '134729.429000', '134729.431000', '134729.434000', '134729.437000', '134729.440000', '134749.317000', '134749.320000', '134749.323000', '134749.326000', '134749.329000', '134749.332000', '134749.334000', '134749.337000', '134749.340000', '134749.343000', '134749.346000', '134749.349000', '134749.351000', '134749.354000', '134749.357000', '134749.360000', '134749.363000', '134749.366000', '134749.369000', '134749.371000', '134749.374000', '134749.377000', '134749.380000', '134749.383000', '134749.386000', '134749.389000', '134749.392000', '134749.395000', '134749.397000', '134749.400000', '134749.403000', '134749.406000', '134749.409000', '134749.412000', '134749.415000', '134749.418000', '134749.421000', '134749.424000', '134749.426000', '134749.429000', '134749.432000', '134749.435000', '134749.438000', '134809.317000', '134809.320000', '134809.323000', '134809.326000', '134809.328000', '134809.331000', '134809.334000', '134809.337000', '134809.340000', '134809.343000', '134809.346000', '134809.348000', '134809.351000', '134809.354000', '134809.357000', '134809.360000', '134809.363000', '134809.366000', '134809.369000', '134809.372000', '134809.374000', '134809.377000', '134809.380000', '134809.383000', '134809.386000', '134809.389000', '134809.392000', '134809.395000', '134809.397000', '134809.400000', '134809.403000', '134809.406000', '134809.409000', '134809.411000', '134809.414000', '134809.417000', '134809.420000', '134809.423000', '134809.426000', '134809.429000', '134809.431000', '134809.434000', '134809.437000', '134809.440000', '134829.317000', '134829.320000', '134829.323000', '134829.326000', '134829.329000', '134829.332000', '134829.334000', '134829.337000', '134829.340000', '134829.343000', '134829.346000', '134829.349000', '134829.352000', '134829.355000', '134829.358000', '134829.361000', '134829.364000', '134829.367000', '134829.370000', '134829.373000', '134829.376000', '134829.379000', '134829.382000', '134829.384000', '134829.388000', '134829.390000', '134829.393000', '134829.396000', '134829.399000', '134829.402000', '134829.405000', '134829.408000', '134829.411000', '134829.413000', '134829.416000', '134829.421000', '134829.425000', '134829.427000', '134829.431000', '134829.433000', '134829.436000', '134829.439000', '134829.442000', '134849.316000', '134849.319000', '134849.322000', '134849.325000', '134849.327000', '134849.330000', '134849.333000', '134849.336000', '134849.339000', '134849.342000', '134849.355000', '134849.357000', '134849.360000', '134849.363000', '134849.366000', '134849.369000', '134849.372000', '134849.375000', '134849.377000', '134849.380000', '134849.383000', '134849.386000', '134849.389000', '134849.392000', '134849.395000', '134849.398000', '134849.400000', '134849.403000', '134849.406000', '134849.409000', '134849.412000', '134849.415000', '134849.418000', '134849.421000', '134849.423000', '134849.426000', '134849.429000', '134849.432000', '134849.435000', '134849.438000', '134849.441000', '134849.444000', '134849.446000', '134849.449000', '134909.317000', '134909.320000', '134909.323000', '134909.326000', '134909.329000', '134909.332000', '134909.334000', '134909.337000', '134909.340000', '134909.343000', '134909.346000', '134909.349000', '134909.352000', '134909.355000', '134909.357000', '134909.360000', '134909.363000', '134909.366000', '134909.369000', '134909.372000', '134909.375000', '134909.377000', '134909.380000', '134909.383000', '134909.386000', '134909.389000', '134909.392000', '134909.395000', '134909.398000', '134909.401000', '134909.403000', '134909.406000', '134909.409000', '134909.412000', '134909.415000', '134909.418000', '134909.421000', '134909.424000', '134909.426000', '134909.429000', '134909.432000', '134909.437000', '134909.441000', '134929.317000', '134929.320000', '134929.323000', '134929.325000', '134929.328000', '134929.331000', '134929.334000', '134929.337000', '134929.340000', '134929.343000', '134929.346000', '134929.349000', '134929.352000', '134929.354000', '134929.357000', '134929.360000', '134929.363000', '134929.366000', '134929.369000', '134929.371000', '134929.374000', '134929.377000', '134929.380000', '134929.383000', '134929.386000', '134929.389000', '134929.391000', '134929.394000', '134929.397000', '134929.400000', '134929.403000', '134929.406000', '134929.409000', '134929.412000', '134929.414000', '134929.417000', '134929.420000', '134929.423000', '134929.426000', '134929.429000', '134929.432000', '134929.435000', '134929.437000', '134929.440000', '134949.317000', '134949.320000', '134949.323000', '134949.326000', '134949.329000', '134949.332000', '134949.335000', '134949.337000', '134949.340000', '134949.343000', '134949.346000', '134949.349000', '134949.352000', '134949.355000', '134949.358000', '134949.360000', '134949.363000', '134949.366000', '134949.369000', '134949.372000', '134949.375000', '134949.378000', '134949.381000', '134949.383000', '134949.386000', '134949.389000', '134949.392000', '134949.396000', '134949.399000', '134949.402000', '134949.405000', '134949.408000', '134949.410000', '134949.413000', '134949.416000', '134949.419000', '134949.422000', '134949.425000', '134949.428000', '134949.430000', '134949.433000', '134949.436000', '134949.439000', '135009.317000', '135009.320000', '135009.323000', '135009.326000', '135009.329000', '135009.331000', '135009.334000', '135009.337000', '135009.340000', '135009.343000', '135009.346000', '135009.349000', '135009.352000', '135009.355000', '135009.357000', '135009.361000', '135009.364000', '135009.366000', '135009.369000', '135009.372000', '135009.375000', '135009.378000', '135009.381000', '135009.387000', '135009.389000', '135009.392000', '135009.395000', '135009.398000', '135009.401000', '135009.404000', '135009.407000', '135009.410000', '135009.412000', '135009.415000', '135009.418000', '135009.421000', '135009.424000', '135009.427000', '135009.430000', '135009.433000', '135009.436000', '135009.438000', '135009.441000', '135009.444000', '135029.317000', '135029.320000', '135029.323000', '135029.326000', '135029.329000', '135029.332000', '135029.335000', '135029.337000', '135029.340000', '135029.343000', '135029.346000', '135029.349000', '135029.352000', '135029.355000', '135029.357000', '135029.360000', '135029.363000', '135029.366000', '135029.369000', '135029.372000', '135029.375000', '135029.378000', '135029.381000', '135029.383000', '135029.386000', '135029.389000', '135029.392000', '135029.395000', '135029.398000', '135029.401000', '135029.404000', '135029.406000', '135029.409000', '135029.412000', '135029.415000', '135029.418000', '135029.421000', '135029.424000', '135029.427000', '135029.429000', '135029.432000', '135029.435000', '135029.438000', '135032.783000', '135032.786000', '135032.789000', '135032.792000', '135032.795000', '135032.798000', '135032.801000', '135032.804000'], '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': [7609, 11815, 8172, 8268, 9161, 7397, 12790, 7478, 6408, 8252, 6372, 8714, 6994, 9574, 8342, 10989, 7873, 8715, 8590, 7164, 13718, 10400, 13292, 12021, 12868, 8615, 10675, 7219, 10343, 7499, 9928, 7546, 9301, 7320, 9786, 7099, 9010, 6969, 7064, 7498, 6865, 7487, 8640, 7437, 8113, 7509, 9052, 7478, 11332, 7344, 10083, 7036, 10237, 7286, 10257, 7172, 9275, 7093, 9396, 8253, 10088, 7025, 10222, 7231, 9080, 8156, 9256, 6976, 8651, 7240, 9240, 7902, 8635, 6571, 8296, 8869, 7495, 11371, 7327, 10279, 7407, 6354, 7709, 6435, 8728, 6371, 8616, 6432, 8236, 6365, 8500, 9367, 7788, 12527, 10125, 10836, 6967, 10782, 6948, 8261, 6664, 8386, 6384, 8087, 6570, 7534, 8640, 7548, 10149, 7611, 8628, 7066, 8645, 7175, 8366, 7195, 8233, 7026, 8569, 6561, 9559, 6702, 8297, 6347, 8566, 6339, 8362, 10068, 7959, 6347, 8054, 6307, 7946, 11392, 7798, 10252, 7312, 11719, 7790, 11716, 9304, 11287, 6941, 8656, 7108, 8414, 7026, 8416, 6466, 8360, 6379, 8304, 6282, 8160, 7596, 7506, 11673, 7668, 10396, 7737, 8803, 7415, 8357, 6618, 8374, 6283, 8557, 6252, 8326, 7120, 7853, 10408, 7629, 10479, 7461, 9181, 7573, 8786, 7655, 8230, 7200, 8595, 7281, 8500, 7590, 9297, 7429, 8603, 7157, 8528, 7329, 9778, 6923, 8671, 7363, 8735, 6958, 8707, 6675, 8431, 6317, 8879, 6299, 8694, 6874, 8296, 7165, 8155, 10710, 7640, 10707, 7978, 8793, 7171, 8481, 7733, 8507, 7167, 6374, 7864, 6703, 8482, 7635, 6735, 8559, 6838, 9354, 7261, 10220, 7289, 9647, 10161, 9148, 6941, 8278, 10107, 7692, 12974, 7877, 10825, 8748, 9097, 7081, 8439, 7179, 8601, 6354, 8457, 6333, 8579, 6344, 8212, 6352, 8392, 9226, 7496, 11218, 7353, 10235, 7472, 9583, 7367, 10670, 7691, 10009, 7515, 10955, 8347, 9132, 7768, 6277, 8356, 6322, 8052, 11790, 7398, 12008, 9171, 11427, 7103, 9243, 7534, 8974, 8148, 9610, 7150, 8871, 7425, 8978, 7576, 8841, 7370, 8860, 7405, 8573, 7321, 8875, 7444, 8941, 7505, 8002, 7788, 7218, 7724, 10493, 7732, 10096, 8453, 11122, 7255, 9199, 7516, 8723, 7652, 8574, 7344, 8828, 7345, 9114, 7568, 8933, 7580, 8716, 7102, 9028, 7420, 9030, 7546, 9589, 7492, 8973, 7404, 8877, 7293, 8571, 7512, 8963, 7356, 9147, 7662, 8952, 7633, 10063, 7272, 8935, 6821, 8974, 6609, 8965, 7154, 9002, 6847, 9493, 7162, 8769, 7078, 9044, 7296, 8388, 7596, 8596, 7692, 6898, 8367, 6286, 9340, 8565, 9090, 11403, 8425, 11396, 8124, 7836, 8662, 6567, 9042, 7386, 9337, 7563, 9367, 8013, 10139, 7531, 9065, 7475, 8976, 8299, 9521, 7394, 8587, 7282, 8991, 7533, 8873, 7460, 8816, 7467, 8635, 7271, 6389, 8272, 6315, 8978, 7487, 8716, 7764, 9649, 7578, 10918, 8361, 12853, 8956, 11950, 7227, 9734, 7316, 8746, 6623, 8756, 6266, 8938, 6674, 8834, 7220, 9165, 7624, 9137, 7599, 8952, 7531, 8599, 7202, 9243, 7329, 8911, 7252, 8732, 6979, 9603, 7490, 8845, 7387, 9043, 7587, 9034, 7800, 9004, 7987, 10887, 7348, 9019, 7373, 9031, 7503, 8941, 7484, 8431, 7178, 8445, 7072, 8557, 7293, 9611, 7121, 8016, 8025, 8765, 7960, 10347, 7899, 10856, 7968, 7560, 8530, 6287, 8919, 6297, 8879, 6589, 8798, 6677, 8656, 6450, 9166, 7181, 9250, 7477, 9021, 7546, 8487, 7521, 8844, 7265, 8897, 6695, 8633, 9040, 8089, 7023, 8188, 7898, 7862, 9008, 7675, 7341, 7964, 6785, 7799, 6326, 8184, 6344, 8703, 6468, 8794, 7061, 8911, 7501, 11018, 7815, 12323, 7277, 10174, 7173, 9285, 7136, 10047, 6993, 9765, 6307, 9134, 6249, 8929, 6447, 8702, 7870, 8831, 6263, 8627, 6441, 8477, 6398, 8383, 7583, 8401, 6236, 8577, 6387, 8788, 6179, 8669, 6924, 8745, 6568, 8852, 6241, 9144, 6259, 8912, 6720, 9360, 7190, 8962, 7358, 9391, 7351, 9104, 7337, 8864, 7429, 9525, 8415, 12954, 9204, 8589, 7901, 6333, 9301, 6656, 9076, 6471, 8839, 6596, 8876, 7387, 8652, 9139, 8698, 6710, 8804, 6582, 8809, 6334, 8761, 6494, 8953, 6586, 8859, 6310, 8873, 6485, 8902, 7389, 9189, 7812, 6318, 7933, 6636, 9123, 8098, 7710, 8076, 7945, 8538, 6484, 8920, 7714, 9986, 7822, 10981, 8059, 11818, 7410, 9228, 7174, 7847, 7608, 6910, 8295, 7222, 8529, 6448, 9064, 6858, 9201, 7835, 9243, 7764, 11007, 7514, 10315, 7576, 10096, 7309, 10007, 7418, 8433, 8205, 6311, 8530, 6351, 8541, 9411, 8066, 6194, 9042, 6460, 8798, 6199, 8596, 6254, 9443, 7950, 7605, 8173, 6390, 9412, 7890, 10901, 7543, 6927, 8716, 6497, 9323, 6860, 8929, 7259, 9351, 7847, 12005, 7573, 9874, 7525, 9881, 7654, 9666, 7705, 8875, 8080, 6184, 8877, 6171, 8931, 6360, 9052, 6427, 8790, 6661, 8812, 7272, 9274, 7390, 8953, 7392, 8736, 7606, 10261, 7079, 9712, 6826, 9952, 7205, 10102, 8177, 10910, 7739, 9391, 7554, 10435, 7401, 11505, 7595, 10977, 8393, 9802, 7385, 7756, 7794, 6199, 7945, 6366, 8326, 6292, 8524, 6275, 8664, 7149, 8479, 8850, 8040, 10029, 7925, 9877, 7892, 9875, 7673, 10089, 7589, 9760, 7303, 8214, 7736, 6177, 8647, 6278, 8933, 6616, 8888, 7310, 10090, 7462, 9154, 7352, 8869, 7447, 10849, 8682, 12343, 8271, 9333, 7538, 6671, 8273, 8523, 8348, 6343, 8552, 6186, 8833, 6397, 8800, 6866, 8509, 7199, 8626, 7234, 8849, 7443, 8664, 7511, 8558, 7607, 10555, 7188, 6329, 8257, 6223, 9167, 6905, 8808, 6889, 8603, 6584, 8995, 6960, 10500, 6735, 9494, 6916, 8544, 8318, 8155, 11300, 8110, 11632, 7979, 10396, 7541, 9225, 7422, 9170, 7123, 8517, 7174, 8852, 7003, 6439, 7595, 6299, 8160, 6264, 8384, 6333, 8675, 7078, 8362, 7528, 9834, 7417, 6992, 7526, 6297, 8804, 7228, 8387, 7393, 11242, 7807, 11811, 8050, 13261, 8468, 11103, 7004, 9483, 7239, 9353, 7486, 6986, 8038, 6211, 8414, 7302, 8723, 7255, 8403, 7003, 8979, 6740, 8175, 6559, 8251, 6393, 7864, 10055, 8074, 12155, 7383, 10498, 7466, 10582, 7141, 9178, 7180, 8769, 7282, 8199, 6896, 8515, 6837, 8437, 6883, 8159, 7080, 8253, 7006, 8233, 6642, 8469, 6993, 8250, 7028, 8364, 7379, 10863, 7158, 9823, 7054, 9482, 7360, 9845, 8013, 12093, 6854, 9351, 6786, 9093, 6963, 8702, 7781, 9040, 7058, 8943, 6812, 8616, 6855, 8294, 6924, 8193, 6787, 8324, 6933, 8815, 6955, 9281, 7565, 10244, 6848, 10130, 6892, 9946, 6931, 9318, 7139, 9191, 8382, 9181, 6797, 8976, 6734, 7296, 7304, 8241, 7301, 8366, 7371, 10128, 7269, 10457, 7585, 10149, 7073, 9717, 7319, 10413, 7455, 9351, 7180, 9598, 6931, 9715, 7104, 8141, 6517, 7955, 6336, 8232, 6269, 8105, 6185, 8202, 6366, 8027, 9496, 7601, 11089, 7410, 11349, 8117, 10512, 6917, 9996, 6696, 8074, 6499, 8204, 6313, 8014, 6556, 8006, 6223, 7913, 6470, 7879, 10670, 7794, 12674, 7562, 9993, 7341, 7176, 7565, 6236, 8145, 6390, 8467, 6575, 8594, 6942, 8435, 6968, 10880, 7585, 13007, 6750, 10783, 6920, 9642, 6933, 8874, 7013, 9248, 6977, 8724, 7215, 8285, 7027, 8286, 7114, 8215, 6971, 8488, 6898, 9017, 6808, 8871, 6982, 8791, 6845, 8592, 7012, 9166, 7151, 8440, 6930, 8100, 6800, 8625, 7094, 8224, 6923, 8254, 6705, 8083, 6686, 8145, 6507, 7908, 6460, 7819, 6363, 8212, 6263, 8001, 6349, 8287, 6568, 8806, 7224, 12314, 7757, 11483, 6845, 9624, 7301, 9496, 8046, 9472, 7580, 6298, 8146, 6329, 8171, 6327, 8330, 6912, 10457, 7136, 9005, 7130, 8543, 6960, 9570, 7793, 11966, 6924, 8454, 6706, 8429, 6451, 8388, 6359, 8224, 6202, 8449, 6330, 8212, 6393, 8191, 6635, 8367, 6824, 8395, 6391, 8427, 6486, 8437, 6553, 8299, 6409, 8142, 6696, 8346, 6862, 8270, 6843, 8182, 6923, 7877, 6953, 8399, 7059, 8497, 6983, 8726, 7217, 9989, 6876, 9735, 6886, 9908, 7014, 9859, 7057, 7215, 7848, 6216, 8190, 6845, 8435, 7225, 9258, 7410, 12200, 7693, 10708, 7227, 10368, 7860, 12058, 8718, 11930, 6734, 9886, 6849, 8894, 7294, 6242, 8167, 7050, 7875, 6875, 6456, 7787, 7006, 8045, 6397, 7853, 7210, 7891, 12157, 7493, 12054, 8100, 10679, 6834, 10309, 7049, 9635, 7097, 9139, 6844, 8732, 6836, 7748, 7108, 7243, 7495, 6552, 7632], 'WindowCenter': [4191.0, 4215.0, 4171.0, 4158.0, 4165.0, 4147.0, 4184.0, 4143.0, 4121.0, 4142.0, 4121.0, 4153.0, 4132.0, 4162.0, 4153.0, 4171.0, 4142.0, 4152.0, 4150.0, 4120.0, 4179.0, 4148.0, 4167.0, 4157.0, 4153.0, 4113.0, 4131.0, 4101.0, 4130.0, 4102.0, 4120.0, 4101.0, 4122.0, 4100.0, 4130.0, 4103.0, 4123.0, 4104.0, 4114.0, 4114.0, 4105.0, 4130.0, 4138.0, 4132.0, 4126.0, 4128.0, 4137.0, 4130.0, 4169.0, 4130.0, 4160.0, 4131.0, 4174.0, 4142.0, 4162.0, 4132.0, 4150.0, 4132.0, 4150.0, 4151.0, 4160.0, 4131.0, 4159.0, 4131.0, 4151.0, 4141.0, 4150.0, 4131.0, 4152.0, 4130.0, 4150.0, 4129.0, 4140.0, 4118.0, 4140.0, 4138.0, 4128.0, 4156.0, 4130.0, 4147.0, 4128.0, 4107.0, 4140.0, 4122.0, 4151.0, 4120.0, 4153.0, 4121.0, 4154.0, 4123.0, 4153.0, 4151.0, 4132.0, 4171.0, 4160.0, 4160.0, 4118.0, 4159.0, 4118.0, 4138.0, 4108.0, 4139.0, 4108.0, 4126.0, 4107.0, 4128.0, 4137.0, 4128.0, 4149.0, 4128.0, 4138.0, 4119.0, 4138.0, 4118.0, 4140.0, 4130.0, 4139.0, 4129.0, 4150.0, 4119.0, 4150.0, 4117.0, 4140.0, 4109.0, 4139.0, 4107.0, 4142.0, 4159.0, 4140.0, 4107.0, 4140.0, 4108.0, 4141.0, 4169.0, 4129.0, 4158.0, 4130.0, 4171.0, 4129.0, 4169.0, 4149.0, 4159.0, 4117.0, 4139.0, 4117.0, 4137.0, 4117.0, 4138.0, 4107.0, 4128.0, 4108.0, 4138.0, 4107.0, 4142.0, 4128.0, 4128.0, 4169.0, 4129.0, 4148.0, 4127.0, 4138.0, 4117.0, 4128.0, 4107.0, 4137.0, 4106.0, 4137.0, 4107.0, 4138.0, 4117.0, 4129.0, 4157.0, 4127.0, 4159.0, 4118.0, 4136.0, 4127.0, 4137.0, 4129.0, 4140.0, 4130.0, 4141.0, 4130.0, 4140.0, 4130.0, 4149.0, 4131.0, 4139.0, 4119.0, 4141.0, 4129.0, 4160.0, 4118.0, 4139.0, 4130.0, 4139.0, 4119.0, 4140.0, 4119.0, 4139.0, 4108.0, 4149.0, 4107.0, 4139.0, 4117.0, 4142.0, 4118.0, 4140.0, 4158.0, 4131.0, 4158.0, 4126.0, 4137.0, 4118.0, 4137.0, 4129.0, 4138.0, 4118.0, 4119.0, 4142.0, 4132.0, 4165.0, 4156.0, 4135.0, 4154.0, 4133.0, 4164.0, 4133.0, 4163.0, 4129.0, 4151.0, 4160.0, 4150.0, 4117.0, 4140.0, 4161.0, 4128.0, 4167.0, 4127.0, 4158.0, 4140.0, 4139.0, 4118.0, 4129.0, 4118.0, 4138.0, 4108.0, 4139.0, 4107.0, 4140.0, 4106.0, 4138.0, 4107.0, 4139.0, 4150.0, 4129.0, 4158.0, 4118.0, 4159.0, 4128.0, 4149.0, 4131.0, 4159.0, 4129.0, 4148.0, 4132.0, 4162.0, 4140.0, 4150.0, 4129.0, 4108.0, 4140.0, 4109.0, 4140.0, 4170.0, 4131.0, 4169.0, 4150.0, 4158.0, 4117.0, 4137.0, 4128.0, 4136.0, 4128.0, 4136.0, 4116.0, 4136.0, 4117.0, 4137.0, 4128.0, 4137.0, 4117.0, 4138.0, 4117.0, 4138.0, 4127.0, 4138.0, 4130.0, 4139.0, 4130.0, 4141.0, 4142.0, 4130.0, 4141.0, 4161.0, 4132.0, 4160.0, 4140.0, 4158.0, 4118.0, 4149.0, 4128.0, 4138.0, 4129.0, 4139.0, 4128.0, 4149.0, 4128.0, 4149.0, 4130.0, 4150.0, 4129.0, 4139.0, 4131.0, 4151.0, 4131.0, 4152.0, 4141.0, 4162.0, 4130.0, 4152.0, 4131.0, 4150.0, 4131.0, 4150.0, 4130.0, 4151.0, 4131.0, 4150.0, 4131.0, 4151.0, 4140.0, 4160.0, 4128.0, 4151.0, 4119.0, 4138.0, 4118.0, 4140.0, 4118.0, 4138.0, 4118.0, 4149.0, 4118.0, 4139.0, 4117.0, 4149.0, 4129.0, 4140.0, 4143.0, 4151.0, 4143.0, 4132.0, 4141.0, 4121.0, 4162.0, 4140.0, 4151.0, 4170.0, 4140.0, 4159.0, 4129.0, 4127.0, 4138.0, 4118.0, 4148.0, 4130.0, 4149.0, 4130.0, 4149.0, 4140.0, 4160.0, 4129.0, 4150.0, 4130.0, 4139.0, 4140.0, 4148.0, 4117.0, 4137.0, 4118.0, 4137.0, 4129.0, 4138.0, 4129.0, 4138.0, 4129.0, 4138.0, 4130.0, 4108.0, 4140.0, 4121.0, 4152.0, 4142.0, 4153.0, 4144.0, 4162.0, 4144.0, 4172.0, 4142.0, 4180.0, 4140.0, 4169.0, 4129.0, 4149.0, 4116.0, 4138.0, 4106.0, 4126.0, 4096.0, 4137.0, 4106.0, 4136.0, 4118.0, 4136.0, 4128.0, 4139.0, 4128.0, 4138.0, 4129.0, 4138.0, 4129.0, 4148.0, 4130.0, 4151.0, 4129.0, 4140.0, 4118.0, 4150.0, 4119.0, 4139.0, 4129.0, 4149.0, 4129.0, 4139.0, 4130.0, 4139.0, 4140.0, 4158.0, 4118.0, 4149.0, 4129.0, 4139.0, 4118.0, 4139.0, 4130.0, 4127.0, 4118.0, 4138.0, 4130.0, 4139.0, 4133.0, 4150.0, 4131.0, 4140.0, 4141.0, 4151.0, 4141.0, 4159.0, 4130.0, 4159.0, 4129.0, 4127.0, 4138.0, 4107.0, 4138.0, 4106.0, 4138.0, 4106.0, 4139.0, 4107.0, 4137.0, 4107.0, 4149.0, 4119.0, 4149.0, 4130.0, 4151.0, 4131.0, 4141.0, 4140.0, 4151.0, 4130.0, 4140.0, 4107.0, 4140.0, 4137.0, 4128.0, 4117.0, 4127.0, 4126.0, 4128.0, 4136.0, 4128.0, 4118.0, 4139.0, 4119.0, 4130.0, 4120.0, 4153.0, 4121.0, 4153.0, 4121.0, 4154.0, 4134.0, 4152.0, 4132.0, 4174.0, 4144.0, 4183.0, 4131.0, 4161.0, 4130.0, 4150.0, 4120.0, 4161.0, 4120.0, 4149.0, 4108.0, 4151.0, 4108.0, 4139.0, 4106.0, 4138.0, 4128.0, 4139.0, 4107.0, 4139.0, 4107.0, 4140.0, 4107.0, 4141.0, 4129.0, 4142.0, 4109.0, 4152.0, 4119.0, 4151.0, 4110.0, 4150.0, 4118.0, 4142.0, 4119.0, 4140.0, 4109.0, 4149.0, 4108.0, 4150.0, 4119.0, 4151.0, 4119.0, 4138.0, 4119.0, 4150.0, 4128.0, 4140.0, 4128.0, 4139.0, 4130.0, 4151.0, 4140.0, 4182.0, 4151.0, 4137.0, 4140.0, 4120.0, 4150.0, 4119.0, 4151.0, 4109.0, 4150.0, 4107.0, 4140.0, 4117.0, 4138.0, 4136.0, 4128.0, 4104.0, 4125.0, 4094.0, 4125.0, 4093.0, 4124.0, 4094.0, 4124.0, 4092.0, 4124.0, 4082.0, 4122.0, 4081.0, 4122.0, 4104.0, 4133.0, 4114.0, 4094.0, 4125.0, 4118.0, 4149.0, 4139.0, 4130.0, 4141.0, 4128.0, 4138.0, 4109.0, 4137.0, 4127.0, 4148.0, 4117.0, 4158.0, 4127.0, 4156.0, 4116.0, 4136.0, 4117.0, 4126.0, 4127.0, 4117.0, 4138.0, 4118.0, 4138.0, 4106.0, 4137.0, 4107.0, 4137.0, 4129.0, 4148.0, 4130.0, 4160.0, 4129.0, 4146.0, 4128.0, 4147.0, 4128.0, 4147.0, 4129.0, 4138.0, 4140.0, 4107.0, 4139.0, 4109.0, 4139.0, 4148.0, 4129.0, 4096.0, 4138.0, 4107.0, 4139.0, 4107.0, 4140.0, 4108.0, 4149.0, 4141.0, 4141.0, 4152.0, 4121.0, 4162.0, 4143.0, 4171.0, 4142.0, 4131.0, 4152.0, 4109.0, 4152.0, 4122.0, 4149.0, 4129.0, 4151.0, 4141.0, 4170.0, 4130.0, 4159.0, 4130.0, 4159.0, 4129.0, 4149.0, 4140.0, 4151.0, 4140.0, 4109.0, 4152.0, 4109.0, 4151.0, 4109.0, 4151.0, 4109.0, 4141.0, 4120.0, 4152.0, 4132.0, 4150.0, 4132.0, 4151.0, 4132.0, 4151.0, 4142.0, 4161.0, 4130.0, 4162.0, 4122.0, 4161.0, 4131.0, 4161.0, 4142.0, 4161.0, 4131.0, 4151.0, 4130.0, 4160.0, 4130.0, 4159.0, 4130.0, 4158.0, 4139.0, 4149.0, 4118.0, 4128.0, 4129.0, 4096.0, 4140.0, 4108.0, 4140.0, 4109.0, 4139.0, 4108.0, 4140.0, 4118.0, 4138.0, 4138.0, 4128.0, 4148.0, 4127.0, 4146.0, 4128.0, 4146.0, 4128.0, 4147.0, 4128.0, 4147.0, 4118.0, 4137.0, 4128.0, 4107.0, 4140.0, 4109.0, 4150.0, 4120.0, 4151.0, 4129.0, 4162.0, 4130.0, 4150.0, 4131.0, 4150.0, 4131.0, 4159.0, 4140.0, 4169.0, 4139.0, 4138.0, 4128.0, 4107.0, 4139.0, 4138.0, 4129.0, 4106.0, 4127.0, 4095.0, 4137.0, 4096.0, 4137.0, 4106.0, 4126.0, 4116.0, 4126.0, 4115.0, 4137.0, 4116.0, 4128.0, 4117.0, 4137.0, 4127.0, 4148.0, 4119.0, 4106.0, 4127.0, 4108.0, 4150.0, 4118.0, 4149.0, 4130.0, 4139.0, 4118.0, 4140.0, 4118.0, 4158.0, 4105.0, 4137.0, 4104.0, 4124.0, 4113.0, 4113.0, 4131.0, 4111.0, 4130.0, 4101.0, 4120.0, 4101.0, 4119.0, 4091.0, 4120.0, 4090.0, 4110.0, 4102.0, 4123.0, 4103.0, 4091.0, 4115.0, 4094.0, 4126.0, 4106.0, 4127.0, 4106.0, 4137.0, 4118.0, 4138.0, 4130.0, 4150.0, 4129.0, 4118.0, 4129.0, 4109.0, 4149.0, 4131.0, 4139.0, 4132.0, 4160.0, 4129.0, 4169.0, 4130.0, 4169.0, 4129.0, 4158.0, 4117.0, 4136.0, 4118.0, 4136.0, 4116.0, 4115.0, 4128.0, 4096.0, 4128.0, 4129.0, 4138.0, 4129.0, 4139.0, 4120.0, 4140.0, 4108.0, 4129.0, 4107.0, 4129.0, 4104.0, 4127.0, 4148.0, 4127.0, 4157.0, 4115.0, 4146.0, 4114.0, 4146.0, 4105.0, 4135.0, 4105.0, 4126.0, 4118.0, 4126.0, 4117.0, 4137.0, 4107.0, 4126.0, 4117.0, 4127.0, 4117.0, 4127.0, 4118.0, 4139.0, 4121.0, 4139.0, 4120.0, 4139.0, 4119.0, 4140.0, 4129.0, 4160.0, 4118.0, 4148.0, 4119.0, 4149.0, 4118.0, 4147.0, 4129.0, 4156.0, 4106.0, 4137.0, 4105.0, 4135.0, 4116.0, 4137.0, 4117.0, 4137.0, 4105.0, 4137.0, 4106.0, 4124.0, 4107.0, 4126.0, 4117.0, 4127.0, 4108.0, 4128.0, 4118.0, 4137.0, 4119.0, 4138.0, 4127.0, 4147.0, 4108.0, 4147.0, 4116.0, 4147.0, 4106.0, 4136.0, 4106.0, 4136.0, 4127.0, 4135.0, 4106.0, 4137.0, 4118.0, 4116.0, 4128.0, 4139.0, 4131.0, 4139.0, 4131.0, 4160.0, 4130.0, 4158.0, 4130.0, 4148.0, 4118.0, 4136.0, 4116.0, 4146.0, 4117.0, 4136.0, 4106.0, 4136.0, 4106.0, 4138.0, 4104.0, 4126.0, 4096.0, 4126.0, 4106.0, 4137.0, 4105.0, 4128.0, 4099.0, 4140.0, 4108.0, 4129.0, 4148.0, 4127.0, 4156.0, 4119.0, 4157.0, 4128.0, 4146.0, 4117.0, 4147.0, 4107.0, 4128.0, 4108.0, 4139.0, 4108.0, 4140.0, 4108.0, 4129.0, 4097.0, 4128.0, 4109.0, 4128.0, 4148.0, 4128.0, 4167.0, 4118.0, 4146.0, 4116.0, 4117.0, 4129.0, 4107.0, 4140.0, 4108.0, 4139.0, 4119.0, 4140.0, 4129.0, 4139.0, 4120.0, 4159.0, 4128.0, 4168.0, 4107.0, 4158.0, 4117.0, 4137.0, 4115.0, 4137.0, 4106.0, 4136.0, 4104.0, 4126.0, 4118.0, 4126.0, 4117.0, 4125.0, 4117.0, 4127.0, 4118.0, 4126.0, 4118.0, 4136.0, 4107.0, 4137.0, 4118.0, 4128.0, 4109.0, 4137.0, 4119.0, 4137.0, 4118.0, 4127.0, 4116.0, 4127.0, 4107.0, 4128.0, 4117.0, 4126.0, 4105.0, 4127.0, 4105.0, 4127.0, 4105.0, 4127.0, 4095.0, 4126.0, 4094.0, 4116.0, 4106.0, 4138.0, 4108.0, 4138.0, 4109.0, 4140.0, 4119.0, 4150.0, 4132.0, 4169.0, 4129.0, 4158.0, 4108.0, 4137.0, 4117.0, 4147.0, 4128.0, 4148.0, 4127.0, 4107.0, 4126.0, 4107.0, 4129.0, 4108.0, 4127.0, 4117.0, 4148.0, 4116.0, 4138.0, 4119.0, 4137.0, 4117.0, 4147.0, 4117.0, 4156.0, 4104.0, 4124.0, 4106.0, 4124.0, 4096.0, 4127.0, 4093.0, 4125.0, 4094.0, 4125.0, 4093.0, 4125.0, 4095.0, 4125.0, 4106.0, 4126.0, 4106.0, 4127.0, 4107.0, 4127.0, 4106.0, 4126.0, 4107.0, 4138.0, 4107.0, 4126.0, 4107.0, 4138.0, 4119.0, 4138.0, 4118.0, 4140.0, 4129.0, 4138.0, 4122.0, 4140.0, 4130.0, 4139.0, 4129.0, 4140.0, 4129.0, 4147.0, 4119.0, 4149.0, 4119.0, 4149.0, 4119.0, 4149.0, 4120.0, 4129.0, 4139.0, 4108.0, 4140.0, 4119.0, 4142.0, 4131.0, 4151.0, 4130.0, 4170.0, 4131.0, 4157.0, 4118.0, 4146.0, 4128.0, 4167.0, 4127.0, 4156.0, 4106.0, 4146.0, 4106.0, 4136.0, 4116.0, 4106.0, 4126.0, 4117.0, 4139.0, 4119.0, 4119.0, 4141.0, 4129.0, 4142.0, 4108.0, 4139.0, 4127.0, 4129.0, 4168.0, 4118.0, 4157.0, 4129.0, 4145.0, 4105.0, 4147.0, 4108.0, 4134.0, 4116.0, 4135.0, 4106.0, 4125.0, 4107.0, 4126.0, 4117.0, 4118.0, 4118.0, 4107.0, 4128.0], 'WindowWidth': [9324.0, 9342.0, 9275.0, 9250.0, 9257.0, 9232.0, 9276.0, 9220.0, 9186.0, 9214.0, 9186.0, 9229.0, 9202.0, 9243.0, 9229.0, 9252.0, 9215.0, 9227.0, 9223.0, 9181.0, 9259.0, 9213.0, 9235.0, 9221.0, 9211.0, 9155.0, 9178.0, 9137.0, 9176.0, 9140.0, 9163.0, 9139.0, 9165.0, 9136.0, 9177.0, 9145.0, 9170.0, 9149.0, 9163.0, 9165.0, 9153.0, 9192.0, 9201.0, 9197.0, 9182.0, 9187.0, 9198.0, 9195.0, 9246.0, 9194.0, 9233.0, 9198.0, 9259.0, 9214.0, 9240.0, 9199.0, 9221.0, 9200.0, 9223.0, 9226.0, 9235.0, 9197.0, 9234.0, 9198.0, 9225.0, 9213.0, 9222.0, 9198.0, 9227.0, 9195.0, 9220.0, 9190.0, 9206.0, 9175.0, 9206.0, 9199.0, 9187.0, 9224.0, 9191.0, 9213.0, 9191.0, 9162.0, 9211.0, 9187.0, 9225.0, 9184.0, 9232.0, 9188.0, 9233.0, 9189.0, 9230.0, 9226.0, 9200.0, 9251.0, 9234.0, 9232.0, 9176.0, 9230.0, 9173.0, 9201.0, 9160.0, 9203.0, 9159.0, 9184.0, 9158.0, 9189.0, 9198.0, 9188.0, 9217.0, 9189.0, 9203.0, 9179.0, 9203.0, 9178.0, 9207.0, 9194.0, 9207.0, 9193.0, 9222.0, 9180.0, 9221.0, 9174.0, 9206.0, 9164.0, 9205.0, 9161.0, 9212.0, 9232.0, 9207.0, 9162.0, 9209.0, 9165.0, 9211.0, 9246.0, 9193.0, 9229.0, 9194.0, 9250.0, 9192.0, 9246.0, 9218.0, 9230.0, 9174.0, 9205.0, 9175.0, 9201.0, 9172.0, 9201.0, 9159.0, 9187.0, 9161.0, 9202.0, 9159.0, 9210.0, 9189.0, 9190.0, 9244.0, 9192.0, 9215.0, 9187.0, 9201.0, 9173.0, 9186.0, 9159.0, 9198.0, 9155.0, 9199.0, 9158.0, 9201.0, 9172.0, 9190.0, 9224.0, 9184.0, 9229.0, 9174.0, 9197.0, 9187.0, 9201.0, 9192.0, 9207.0, 9194.0, 9209.0, 9195.0, 9208.0, 9195.0, 9218.0, 9195.0, 9206.0, 9180.0, 9209.0, 9192.0, 9233.0, 9176.0, 9205.0, 9193.0, 9204.0, 9177.0, 9207.0, 9178.0, 9204.0, 9164.0, 9218.0, 9161.0, 9206.0, 9173.0, 9210.0, 9174.0, 9206.0, 9228.0, 9194.0, 9228.0, 9184.0, 9197.0, 9173.0, 9199.0, 9190.0, 9202.0, 9177.0, 9180.0, 9213.0, 9203.0, 9252.0, 9243.0, 9212.0, 9235.0, 9206.0, 9247.0, 9203.0, 9244.0, 9193.0, 9223.0, 9235.0, 9222.0, 9172.0, 9208.0, 9235.0, 9188.0, 9241.0, 9185.0, 9227.0, 9207.0, 9203.0, 9173.0, 9189.0, 9173.0, 9200.0, 9160.0, 9203.0, 9159.0, 9206.0, 9156.0, 9201.0, 9158.0, 9204.0, 9219.0, 9191.0, 9227.0, 9176.0, 9229.0, 9189.0, 9218.0, 9196.0, 9232.0, 9191.0, 9217.0, 9199.0, 9238.0, 9208.0, 9219.0, 9190.0, 9163.0, 9208.0, 9166.0, 9206.0, 9248.0, 9195.0, 9245.0, 9219.0, 9228.0, 9173.0, 9198.0, 9187.0, 9196.0, 9186.0, 9194.0, 9168.0, 9195.0, 9172.0, 9199.0, 9187.0, 9198.0, 9174.0, 9200.0, 9173.0, 9199.0, 9187.0, 9202.0, 9193.0, 9205.0, 9196.0, 9211.0, 9213.0, 9197.0, 9212.0, 9237.0, 9200.0, 9233.0, 9208.0, 9229.0, 9174.0, 9218.0, 9189.0, 9202.0, 9191.0, 9203.0, 9190.0, 9217.0, 9190.0, 9217.0, 9193.0, 9222.0, 9193.0, 9206.0, 9200.0, 9226.0, 9199.0, 9228.0, 9213.0, 9241.0, 9197.0, 9226.0, 9197.0, 9222.0, 9198.0, 9223.0, 9195.0, 9224.0, 9199.0, 9223.0, 9197.0, 9225.0, 9210.0, 9236.0, 9190.0, 9222.0, 9178.0, 9202.0, 9175.0, 9205.0, 9175.0, 9203.0, 9175.0, 9219.0, 9175.0, 9202.0, 9172.0, 9217.0, 9194.0, 9209.0, 9218.0, 9227.0, 9219.0, 9199.0, 9213.0, 9188.0, 9241.0, 9208.0, 9223.0, 9246.0, 9207.0, 9230.0, 9191.0, 9185.0, 9202.0, 9175.0, 9216.0, 9195.0, 9219.0, 9195.0, 9218.0, 9209.0, 9234.0, 9192.0, 9222.0, 9194.0, 9204.0, 9205.0, 9213.0, 9171.0, 9199.0, 9175.0, 9199.0, 9190.0, 9201.0, 9192.0, 9201.0, 9191.0, 9202.0, 9193.0, 9164.0, 9209.0, 9186.0, 9230.0, 9217.0, 9233.0, 9222.0, 9240.0, 9220.0, 9252.0, 9213.0, 9261.0, 9206.0, 9244.0, 9189.0, 9216.0, 9170.0, 9199.0, 9155.0, 9181.0, 9142.0, 9195.0, 9155.0, 9194.0, 9173.0, 9196.0, 9188.0, 9201.0, 9187.0, 9201.0, 9190.0, 9199.0, 9191.0, 9216.0, 9195.0, 9221.0, 9191.0, 9206.0, 9177.0, 9219.0, 9176.0, 9204.0, 9191.0, 9218.0, 9191.0, 9204.0, 9193.0, 9204.0, 9206.0, 9228.0, 9175.0, 9217.0, 9192.0, 9202.0, 9174.0, 9202.0, 9192.0, 9186.0, 9175.0, 9203.0, 9195.0, 9206.0, 9203.0, 9222.0, 9197.0, 9210.0, 9212.0, 9223.0, 9211.0, 9231.0, 9192.0, 9229.0, 9190.0, 9184.0, 9200.0, 9158.0, 9201.0, 9156.0, 9201.0, 9155.0, 9201.0, 9157.0, 9197.0, 9158.0, 9216.0, 9177.0, 9217.0, 9194.0, 9223.0, 9199.0, 9209.0, 9210.0, 9224.0, 9195.0, 9208.0, 9160.0, 9205.0, 9198.0, 9186.0, 9172.0, 9185.0, 9182.0, 9188.0, 9195.0, 9188.0, 9174.0, 9204.0, 9177.0, 9194.0, 9182.0, 9231.0, 9186.0, 9230.0, 9187.0, 9232.0, 9205.0, 9228.0, 9200.0, 9258.0, 9218.0, 9268.0, 9197.0, 9239.0, 9195.0, 9221.0, 9180.0, 9237.0, 9179.0, 9216.0, 9162.0, 9221.0, 9160.0, 9203.0, 9156.0, 9202.0, 9187.0, 9203.0, 9157.0, 9204.0, 9160.0, 9206.0, 9160.0, 9208.0, 9192.0, 9212.0, 9166.0, 9226.0, 9179.0, 9223.0, 9167.0, 9222.0, 9177.0, 9212.0, 9179.0, 9207.0, 9165.0, 9216.0, 9162.0, 9219.0, 9177.0, 9222.0, 9178.0, 9202.0, 9176.0, 9220.0, 9190.0, 9205.0, 9189.0, 9203.0, 9194.0, 9225.0, 9209.0, 9265.0, 9221.0, 9198.0, 9207.0, 9184.0, 9222.0, 9179.0, 9222.0, 9164.0, 9220.0, 9160.0, 9206.0, 9172.0, 9202.0, 9196.0, 9185.0, 9147.0, 9176.0, 9133.0, 9176.0, 9131.0, 9173.0, 9133.0, 9173.0, 9128.0, 9171.0, 9113.0, 9166.0, 9112.0, 9167.0, 9145.0, 9185.0, 9161.0, 9134.0, 9179.0, 9175.0, 9215.0, 9205.0, 9193.0, 9210.0, 9187.0, 9201.0, 9163.0, 9199.0, 9185.0, 9213.0, 9171.0, 9226.0, 9184.0, 9222.0, 9169.0, 9196.0, 9171.0, 9182.0, 9185.0, 9171.0, 9199.0, 9172.0, 9199.0, 9157.0, 9199.0, 9158.0, 9198.0, 9188.0, 9214.0, 9192.0, 9231.0, 9191.0, 9211.0, 9189.0, 9212.0, 9188.0, 9213.0, 9192.0, 9200.0, 9205.0, 9159.0, 9203.0, 9163.0, 9204.0, 9214.0, 9191.0, 9144.0, 9202.0, 9159.0, 9204.0, 9160.0, 9206.0, 9164.0, 9219.0, 9211.0, 9211.0, 9227.0, 9186.0, 9242.0, 9216.0, 9252.0, 9212.0, 9196.0, 9226.0, 9166.0, 9226.0, 9183.0, 9218.0, 9191.0, 9222.0, 9211.0, 9247.0, 9194.0, 9231.0, 9194.0, 9232.0, 9191.0, 9219.0, 9209.0, 9221.0, 9206.0, 9166.0, 9225.0, 9166.0, 9224.0, 9165.0, 9223.0, 9165.0, 9210.0, 9182.0, 9226.0, 9202.0, 9222.0, 9200.0, 9223.0, 9200.0, 9224.0, 9214.0, 9237.0, 9196.0, 9240.0, 9187.0, 9239.0, 9199.0, 9238.0, 9214.0, 9237.0, 9196.0, 9223.0, 9193.0, 9232.0, 9192.0, 9232.0, 9192.0, 9229.0, 9204.0, 9215.0, 9174.0, 9187.0, 9189.0, 9143.0, 9207.0, 9162.0, 9207.0, 9163.0, 9205.0, 9161.0, 9205.0, 9172.0, 9201.0, 9200.0, 9188.0, 9212.0, 9183.0, 9208.0, 9187.0, 9208.0, 9185.0, 9210.0, 9185.0, 9210.0, 9174.0, 9198.0, 9186.0, 9160.0, 9206.0, 9164.0, 9219.0, 9179.0, 9223.0, 9192.0, 9237.0, 9194.0, 9220.0, 9197.0, 9221.0, 9195.0, 9231.0, 9208.0, 9245.0, 9203.0, 9200.0, 9188.0, 9159.0, 9202.0, 9200.0, 9188.0, 9154.0, 9182.0, 9138.0, 9195.0, 9140.0, 9196.0, 9154.0, 9179.0, 9168.0, 9180.0, 9166.0, 9196.0, 9168.0, 9185.0, 9170.0, 9197.0, 9185.0, 9213.0, 9174.0, 9154.0, 9183.0, 9161.0, 9218.0, 9175.0, 9219.0, 9195.0, 9205.0, 9175.0, 9207.0, 9176.0, 9228.0, 9152.0, 9196.0, 9148.0, 9175.0, 9156.0, 9156.0, 9177.0, 9151.0, 9175.0, 9136.0, 9160.0, 9137.0, 9157.0, 9123.0, 9161.0, 9122.0, 9149.0, 9141.0, 9169.0, 9145.0, 9127.0, 9163.0, 9135.0, 9181.0, 9155.0, 9183.0, 9154.0, 9197.0, 9173.0, 9201.0, 9192.0, 9219.0, 9192.0, 9175.0, 9190.0, 9164.0, 9217.0, 9195.0, 9205.0, 9196.0, 9233.0, 9190.0, 9242.0, 9192.0, 9242.0, 9188.0, 9225.0, 9169.0, 9195.0, 9172.0, 9193.0, 9168.0, 9167.0, 9186.0, 9144.0, 9188.0, 9191.0, 9201.0, 9191.0, 9204.0, 9180.0, 9206.0, 9161.0, 9189.0, 9159.0, 9188.0, 9151.0, 9185.0, 9213.0, 9182.0, 9222.0, 9164.0, 9205.0, 9162.0, 9205.0, 9151.0, 9191.0, 9152.0, 9181.0, 9172.0, 9182.0, 9170.0, 9197.0, 9158.0, 9181.0, 9172.0, 9185.0, 9171.0, 9185.0, 9173.0, 9205.0, 9182.0, 9206.0, 9180.0, 9204.0, 9180.0, 9208.0, 9193.0, 9231.0, 9175.0, 9215.0, 9176.0, 9216.0, 9174.0, 9211.0, 9189.0, 9221.0, 9154.0, 9197.0, 9154.0, 9192.0, 9167.0, 9196.0, 9170.0, 9195.0, 9151.0, 9197.0, 9153.0, 9176.0, 9157.0, 9181.0, 9170.0, 9183.0, 9159.0, 9186.0, 9175.0, 9198.0, 9176.0, 9199.0, 9185.0, 9211.0, 9159.0, 9210.0, 9169.0, 9210.0, 9154.0, 9193.0, 9153.0, 9193.0, 9183.0, 9191.0, 9153.0, 9196.0, 9174.0, 9171.0, 9189.0, 9203.0, 9195.0, 9205.0, 9196.0, 9232.0, 9193.0, 9230.0, 9191.0, 9213.0, 9172.0, 9195.0, 9168.0, 9206.0, 9169.0, 9194.0, 9155.0, 9194.0, 9155.0, 9199.0, 9150.0, 9180.0, 9140.0, 9181.0, 9157.0, 9199.0, 9155.0, 9188.0, 9149.0, 9204.0, 9159.0, 9189.0, 9214.0, 9186.0, 9223.0, 9174.0, 9223.0, 9186.0, 9207.0, 9170.0, 9211.0, 9159.0, 9186.0, 9161.0, 9204.0, 9163.0, 9207.0, 9162.0, 9192.0, 9146.0, 9188.0, 9161.0, 9188.0, 9213.0, 9187.0, 9238.0, 9171.0, 9208.0, 9169.0, 9170.0, 9189.0, 9159.0, 9207.0, 9161.0, 9204.0, 9178.0, 9207.0, 9192.0, 9205.0, 9178.0, 9231.0, 9188.0, 9239.0, 9155.0, 9226.0, 9170.0, 9196.0, 9165.0, 9195.0, 9153.0, 9192.0, 9150.0, 9181.0, 9171.0, 9181.0, 9170.0, 9178.0, 9171.0, 9185.0, 9174.0, 9181.0, 9173.0, 9195.0, 9157.0, 9196.0, 9173.0, 9185.0, 9163.0, 9199.0, 9177.0, 9199.0, 9175.0, 9184.0, 9170.0, 9183.0, 9156.0, 9186.0, 9170.0, 9181.0, 9151.0, 9182.0, 9153.0, 9183.0, 9152.0, 9182.0, 9137.0, 9179.0, 9135.0, 9167.0, 9154.0, 9202.0, 9160.0, 9203.0, 9165.0, 9208.0, 9178.0, 9221.0, 9196.0, 9243.0, 9188.0, 9227.0, 9159.0, 9197.0, 9171.0, 9209.0, 9186.0, 9211.0, 9182.0, 9156.0, 9182.0, 9156.0, 9187.0, 9159.0, 9185.0, 9172.0, 9213.0, 9168.0, 9199.0, 9176.0, 9198.0, 9171.0, 9211.0, 9169.0, 9219.0, 9148.0, 9174.0, 9151.0, 9175.0, 9139.0, 9180.0, 9133.0, 9176.0, 9136.0, 9176.0, 9134.0, 9178.0, 9137.0, 9179.0, 9154.0, 9182.0, 9155.0, 9182.0, 9157.0, 9183.0, 9155.0, 9182.0, 9157.0, 9201.0, 9158.0, 9183.0, 9158.0, 9201.0, 9177.0, 9201.0, 9175.0, 9206.0, 9191.0, 9201.0, 9184.0, 9208.0, 9195.0, 9204.0, 9192.0, 9206.0, 9193.0, 9213.0, 9177.0, 9216.0, 9177.0, 9216.0, 9178.0, 9218.0, 9180.0, 9191.0, 9205.0, 9162.0, 9208.0, 9178.0, 9210.0, 9197.0, 9224.0, 9196.0, 9247.0, 9195.0, 9225.0, 9174.0, 9210.0, 9187.0, 9237.0, 9184.0, 9221.0, 9154.0, 9207.0, 9155.0, 9194.0, 9167.0, 9156.0, 9182.0, 9172.0, 9204.0, 9180.0, 9180.0, 9212.0, 9193.0, 9213.0, 9162.0, 9206.0, 9187.0, 9191.0, 9241.0, 9174.0, 9225.0, 9187.0, 9205.0, 9151.0, 9209.0, 9157.0, 9190.0, 9168.0, 9191.0, 9154.0, 9178.0, 9157.0, 9181.0, 9171.0, 9173.0, 9174.0, 9159.0, 9189.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.00023682947019867555</td></tr>
<tr><td colspan=3>aqi</td><td>0.018657465562913905</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.407352750944455</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1636441579950294</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9808194690886488</td></tr>
<tr><td colspan=3>efc</td><td>0.4671</td></tr>
<tr><td colspan=3>fber</td><td>6803.3735</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.054104645586643775</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.665637380504439</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.591453392760391</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.869351386134787</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5361073626181394</td></tr>
<tr><td colspan=3>gcor</td><td>0.0071235</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0043109930120408535</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025212721899151802</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1208</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7072571096118834</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>21.2881</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.5417</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.672</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300821.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>801.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.4538</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9838</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.8489</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3321.4536</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3541.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75723.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>955.1473</td></tr>
<tr><td colspan=3>tsnr</td><td>42.54679235443473</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>