ds005256-mriqc/sub-0129_ses-01_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter 6dfd01fb57 [DATALAD RUNCMD] Compute MRIQC for sub-0129
=== 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-0129 --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-0129",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:12:35 +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-0129_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-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129/ses-01/func/sub-0129_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>7b5f8e32f032df87996e7f1df58a2c57</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:42:56.610000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999259, 0.0227327, -0.0310731, -0.0231999, 0.999622, -0.0147555]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112535</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>[4225, -7754, -7257, 136, -100, -12, 59, 132]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.67</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ce846aca-7f28-48f5-b478-35749377542d||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6809377670288086, -0.0622435063123703, -0.08296004682779312, 116.25617980957031], [-0.06099029257893562, 2.681912660598755, -0.04175671935081482, -91.37535858154297], [-0.08336692303419113, 0.039587926119565964, 2.698402166366577, -72.18623352050781], [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': ['134256.610000', '134257.070000', '134257.530000', '134257.990000', '134258.450000', '134258.910000', '134259.370000', '134259.830000', '134300.290000', '134300.750000', '134301.210000', '134301.670000', '134302.130000', '134302.590000', '134303.050000', '134303.510000', '134303.970000', '134304.430000', '134304.890000', '134305.350000', '134305.810000', '134306.270000', '134306.730000', '134307.190000', '134307.650000', '134308.110000', '134308.570000', '134309.030000', '134309.490000', '134309.950000', '134310.410000', '134310.870000', '134311.330000', '134311.790000', '134312.250000', '134312.710000', '134313.170000', '134313.630000', '134314.090000', '134314.550000', '134315.010000', '134315.470000', '134315.930000', '134316.390000', '134316.850000', '134317.310000', '134317.770000', '134318.230000', '134318.690000', '134319.150000', '134319.610000', '134320.070000', '134320.530000', '134320.990000', '134321.450000', '134321.910000', '134322.370000', '134322.830000', '134323.290000', '134323.750000', '134324.210000', '134324.670000', '134325.130000', '134325.590000', '134326.050000', '134326.510000', '134326.970000', '134327.430000', '134327.890000', '134328.350000', '134328.810000', '134329.270000', '134329.730000', '134330.190000', '134330.650000', '134331.110000', '134331.570000', '134332.030000', '134332.490000', '134332.950000', '134333.410000', '134333.870000', '134334.330000', '134334.790000', '134335.250000', '134335.710000', '134336.170000', '134336.630000', '134337.090000', '134337.550000', '134338.010000', '134338.470000', '134338.930000', '134339.390000', '134339.850000', '134340.310000', '134340.770000', '134341.230000', '134341.690000', '134342.150000', '134342.610000', '134343.070000', '134343.530000', '134343.990000', '134344.450000', '134344.910000', '134345.370000', '134345.830000', '134346.290000', '134346.750000', '134347.210000', '134347.670000', '134348.130000', '134348.590000', '134349.050000', '134349.510000', '134349.970000', '134350.430000', '134350.890000', '134351.350000', '134351.810000', '134352.270000', '134352.730000', '134353.190000', '134353.650000', '134354.110000', '134354.570000', '134355.030000', '134355.490000', '134355.950000', '134356.410000', '134356.870000', '134357.330000', '134357.790000', '134358.250000', '134358.710000', '134359.170000', '134359.630000', '134400.090000', '134400.550000', '134401.010000', '134401.470000', '134401.930000', '134402.390000', '134402.850000', '134403.310000', '134403.770000', '134404.230000', '134404.690000', '134405.150000', '134405.610000', '134406.070000', '134406.530000', '134406.990000', '134407.450000', '134407.910000', '134408.370000', '134408.830000', '134409.290000', '134409.750000', '134410.210000', '134410.670000', '134411.130000', '134411.590000', '134412.050000', '134412.510000', '134412.970000', '134413.430000', '134413.890000', '134414.350000', '134414.810000', '134415.270000', '134415.730000', '134416.190000', '134416.650000', '134417.110000', '134417.570000', '134418.030000', '134418.490000', '134418.950000', '134419.410000', '134419.870000', '134420.330000', '134420.790000', '134421.250000', '134421.710000', '134422.170000', '134422.630000', '134423.090000', '134423.550000', '134424.010000', '134424.470000', '134424.930000', '134425.390000', '134425.850000', '134426.310000', '134426.770000', '134427.230000', '134427.690000', '134428.150000', '134428.610000', '134429.070000', '134429.530000', '134429.990000', '134430.450000', '134430.910000', '134431.370000', '134431.830000', '134432.290000', '134432.750000', '134433.210000', '134433.670000', '134434.130000', '134434.590000', '134435.050000', '134435.510000', '134435.970000', '134436.430000', '134436.890000', '134437.350000', '134437.810000', '134438.270000', '134438.730000', '134439.190000', '134439.650000', '134440.110000', '134440.570000', '134441.030000', '134441.490000', '134441.950000', '134442.410000', '134442.870000', '134443.330000', '134443.790000', '134444.250000', '134444.710000', '134445.170000', '134445.630000', '134446.090000', '134446.550000', '134447.010000', '134447.470000', '134447.930000', '134448.390000', '134448.850000', '134449.310000', '134449.770000', '134450.230000', '134450.690000', '134451.150000', '134451.610000', '134452.070000', '134452.530000', '134452.990000', '134453.450000', '134453.910000', '134454.370000', '134454.830000', '134455.290000', '134455.750000', '134456.210000', '134456.670000', '134457.130000', '134457.590000', '134458.050000', '134458.510000', '134458.970000', '134459.430000', '134459.890000', '134500.350000', '134500.810000', '134501.270000', '134501.730000', '134502.190000', '134502.650000', '134503.110000', '134503.570000', '134504.030000', '134504.490000', '134504.950000', '134505.410000', '134505.870000', '134506.330000', '134506.790000', '134507.250000', '134507.710000', '134508.170000', '134508.630000', '134509.090000', '134509.550000', '134510.010000', '134510.470000', '134510.930000', '134511.390000', '134511.850000', '134512.310000', '134512.770000', '134513.230000', '134513.690000', '134514.150000', '134514.610000', '134515.070000', '134515.530000', '134515.990000', '134516.450000', '134516.910000', '134517.370000', '134517.830000', '134518.290000', '134518.750000', '134519.210000', '134519.670000', '134520.130000', '134520.590000', '134521.050000', '134521.510000', '134521.970000', '134522.430000', '134522.890000', '134523.350000', '134523.810000', '134524.270000', '134524.730000', '134525.190000', '134525.650000', '134526.110000', '134526.570000', '134527.030000', '134527.490000', '134527.950000', '134528.410000', '134528.870000', '134529.330000', '134529.790000', '134530.250000', '134530.710000', '134531.170000', '134531.630000', '134532.090000', '134532.550000', '134533.010000', '134533.470000', '134533.930000', '134534.390000', '134534.850000', '134535.310000', '134535.770000', '134536.230000', '134536.690000', '134537.150000', '134537.610000', '134538.070000', '134538.530000', '134538.990000', '134539.450000', '134539.910000', '134540.370000', '134540.830000', '134541.290000', '134541.750000', '134542.210000', '134542.670000', '134543.130000', '134543.590000', '134544.050000', '134544.510000', '134544.970000', '134545.430000', '134545.890000', '134546.350000', '134546.810000', '134547.270000', '134547.730000', '134548.190000', '134548.650000', '134549.110000', '134549.570000', '134550.030000', '134550.490000', '134550.950000', '134551.410000', '134551.870000', '134552.330000', '134552.790000', '134553.250000', '134553.710000', '134554.170000', '134554.630000', '134555.090000', '134555.550000', '134556.010000', '134556.470000', '134556.930000', '134557.390000', '134557.850000', '134558.310000', '134558.770000', '134559.230000', '134559.690000', '134600.150000', '134600.610000', '134601.070000', '134601.530000', '134601.990000', '134602.450000', '134602.910000', '134603.370000', '134603.830000', '134604.290000', '134604.750000', '134605.210000', '134605.670000', '134606.130000', '134606.590000', '134607.050000', '134607.510000', '134607.970000', '134608.430000', '134608.890000', '134609.350000', '134609.810000', '134610.270000', '134610.730000', '134611.190000', '134611.650000', '134612.110000', '134612.570000', '134613.030000', '134613.490000', '134613.950000', '134614.410000', '134614.870000', '134615.330000', '134615.790000', '134616.250000', '134616.710000', '134617.170000', '134617.630000', '134618.090000', '134618.550000', '134619.010000', '134619.470000', '134619.930000', '134620.390000', '134620.850000', '134621.310000', '134621.770000', '134622.230000', '134622.690000', '134623.150000', '134623.610000', '134624.070000', '134624.530000', '134624.990000', '134625.450000', '134625.910000', '134626.370000', '134626.830000', '134627.290000', '134627.750000', '134628.210000', '134628.670000', '134629.130000', '134629.590000', '134630.050000', '134630.510000', '134630.970000', '134631.430000', '134631.890000', '134632.350000', '134632.810000', '134633.270000', '134633.730000', '134634.190000', '134634.650000', '134635.110000', '134635.570000', '134636.030000', '134636.490000', '134636.950000', '134637.410000', '134637.870000', '134638.330000', '134638.790000', '134639.250000', '134639.710000', '134640.170000', '134640.630000', '134641.090000', '134641.550000', '134642.010000', '134642.470000', '134642.930000', '134643.390000', '134643.850000', '134644.310000', '134644.770000', '134645.230000', '134645.690000', '134646.150000', '134646.610000', '134647.070000', '134647.530000', '134647.990000', '134648.450000', '134648.910000', '134649.370000', '134649.830000', '134650.290000', '134650.750000', '134651.210000', '134651.670000', '134652.130000', '134652.590000', '134653.050000', '134653.510000', '134653.970000', '134654.430000', '134654.890000', '134655.350000', '134655.810000', '134656.270000', '134656.730000', '134657.190000', '134657.650000', '134658.110000', '134658.570000', '134659.030000', '134659.490000', '134659.950000', '134700.410000', '134700.870000', '134701.330000', '134701.790000', '134702.250000', '134702.710000', '134703.170000', '134703.630000', '134704.090000', '134704.550000', '134705.010000', '134705.470000', '134705.930000', '134706.390000', '134706.850000', '134707.310000', '134707.770000', '134708.230000', '134708.690000', '134709.150000', '134709.610000', '134710.070000', '134710.530000', '134710.990000', '134711.450000', '134711.910000', '134712.370000', '134712.830000', '134713.290000', '134713.750000', '134714.210000', '134714.670000', '134715.130000', '134715.590000', '134716.050000', '134716.510000', '134716.970000', '134717.430000', '134717.890000', '134718.350000', '134718.810000', '134719.270000', '134719.730000', '134720.190000', '134720.650000', '134721.110000', '134721.570000', '134722.030000', '134722.490000', '134722.950000', '134723.410000', '134723.870000', '134724.330000', '134724.790000', '134725.250000', '134725.710000', '134726.170000', '134726.630000', '134727.090000', '134727.550000', '134728.010000', '134728.470000', '134728.930000', '134729.390000', '134729.850000', '134730.310000', '134730.770000', '134731.230000', '134731.690000', '134732.150000', '134732.610000', '134733.070000', '134733.530000', '134733.990000', '134734.450000', '134734.910000', '134735.370000', '134735.830000', '134736.290000', '134736.750000', '134737.210000', '134737.670000', '134738.130000', '134738.590000', '134739.050000', '134739.510000', '134739.970000', '134740.430000', '134740.890000', '134741.350000', '134741.810000', '134742.270000', '134742.730000', '134743.190000', '134743.650000', '134744.110000', '134744.570000', '134745.030000', '134745.490000', '134745.950000', '134746.410000', '134746.870000', '134747.330000', '134747.790000', '134748.250000', '134748.710000', '134749.170000', '134749.630000', '134750.090000', '134750.550000', '134751.010000', '134751.470000', '134751.930000', '134752.390000', '134752.850000', '134753.310000', '134753.770000', '134754.230000', '134754.690000', '134755.150000', '134755.610000', '134756.070000', '134756.530000', '134756.990000', '134757.450000', '134757.910000', '134758.370000', '134758.830000', '134759.290000', '134759.750000', '134800.210000', '134800.670000', '134801.130000', '134801.590000', '134802.050000', '134802.510000', '134802.970000', '134803.430000', '134803.890000', '134804.350000', '134804.810000', '134805.270000', '134805.730000', '134806.190000', '134806.650000', '134807.110000', '134807.570000', '134808.030000', '134808.490000', '134808.950000', '134809.410000', '134809.870000', '134810.330000', '134810.790000', '134811.250000', '134811.710000', '134812.170000', '134812.630000', '134813.090000', '134813.550000', '134814.010000', '134814.470000', '134814.930000', '134815.390000', '134815.850000', '134816.310000', '134816.770000', '134817.230000', '134817.690000', '134818.150000', '134818.610000', '134819.070000', '134819.530000', '134819.990000', '134820.450000', '134820.910000', '134821.370000', '134821.830000', '134822.290000', '134822.750000', '134823.210000', '134823.670000', '134824.130000', '134824.590000', '134825.050000', '134825.510000', '134825.970000', '134826.430000', '134826.890000', '134827.350000', '134827.810000', '134828.270000', '134828.730000', '134829.190000', '134829.650000', '134830.110000', '134830.570000', '134831.030000', '134831.490000', '134831.950000', '134832.410000', '134832.870000', '134833.330000', '134833.790000', '134834.250000', '134834.710000', '134835.170000', '134835.630000', '134836.090000', '134836.550000', '134837.010000', '134837.470000', '134837.930000', '134838.390000', '134838.850000', '134839.310000', '134839.770000', '134840.230000', '134840.690000', '134841.150000', '134841.610000', '134842.070000', '134842.530000', '134842.990000', '134843.450000', '134843.910000', '134844.370000', '134844.830000', '134845.290000', '134845.750000', '134846.210000', '134846.670000', '134847.130000', '134847.590000', '134848.050000', '134848.510000', '134848.970000', '134849.430000', '134849.890000', '134850.350000', '134850.810000', '134851.270000', '134851.730000', '134852.190000', '134852.650000', '134853.110000', '134853.570000', '134854.030000', '134854.490000', '134854.950000', '134855.410000', '134855.870000', '134856.330000', '134856.790000', '134857.250000', '134857.710000', '134858.170000', '134858.630000', '134859.090000', '134859.550000', '134900.010000', '134900.470000', '134900.930000', '134901.390000', '134901.850000', '134902.310000', '134902.770000', '134903.230000', '134903.690000', '134904.150000', '134904.610000', '134905.070000', '134905.530000', '134905.990000', '134906.450000', '134906.910000', '134907.370000', '134907.830000', '134908.290000', '134908.750000', '134909.210000', '134909.670000', '134910.130000', '134910.590000', '134911.050000', '134911.510000', '134911.970000', '134912.430000', '134912.890000', '134913.350000', '134913.810000', '134914.270000', '134914.730000', '134915.190000', '134915.650000', '134916.110000', '134916.570000', '134917.030000', '134917.490000', '134917.950000', '134918.410000', '134918.870000', '134919.330000', '134919.790000', '134920.250000', '134920.710000', '134921.170000', '134921.630000', '134922.090000', '134922.550000', '134923.010000', '134923.470000', '134923.930000', '134924.390000', '134924.850000', '134925.310000', '134925.770000', '134926.230000', '134926.690000', '134927.150000', '134927.610000', '134928.070000', '134928.530000', '134928.990000', '134929.450000', '134929.910000', '134930.370000', '134930.830000', '134931.290000', '134931.750000', '134932.210000', '134932.670000', '134933.130000', '134933.590000', '134934.050000', '134934.510000', '134934.970000', '134935.430000', '134935.890000', '134936.350000', '134936.810000', '134937.270000', '134937.730000', '134938.190000', '134938.650000', '134939.110000', '134939.570000', '134940.030000', '134940.490000', '134940.950000', '134941.410000', '134941.870000', '134942.330000', '134942.790000', '134943.250000', '134943.710000', '134944.170000', '134944.630000', '134945.090000', '134945.550000', '134946.010000', '134946.470000', '134946.930000', '134947.390000', '134947.850000', '134948.310000', '134948.770000', '134949.230000', '134949.690000', '134950.150000', '134950.610000', '134951.070000', '134951.530000', '134951.990000', '134952.450000', '134952.910000', '134953.370000', '134953.830000', '134954.290000', '134954.750000', '134955.210000', '134955.670000', '134956.130000', '134956.590000', '134957.050000', '134957.510000', '134957.970000', '134958.430000', '134958.890000', '134959.350000', '134959.810000', '135000.270000', '135000.730000', '135001.190000', '135001.650000', '135002.110000', '135002.570000', '135003.030000', '135003.490000', '135003.950000', '135004.410000', '135004.870000', '135005.330000', '135005.790000', '135006.250000', '135006.710000', '135007.170000', '135007.630000', '135008.090000', '135008.550000', '135009.010000', '135009.470000', '135009.930000', '135010.390000', '135010.850000', '135011.310000', '135011.770000', '135012.230000', '135012.690000', '135013.150000', '135013.610000', '135014.070000', '135014.530000', '135014.990000', '135015.450000', '135015.910000', '135016.370000', '135016.830000', '135017.290000', '135017.750000', '135018.210000', '135018.670000', '135019.130000', '135019.590000', '135020.050000', '135020.510000', '135020.970000', '135021.430000', '135021.890000', '135022.350000', '135022.810000', '135023.270000', '135023.730000', '135024.190000', '135024.650000', '135025.110000', '135025.570000', '135026.030000', '135026.490000', '135026.950000', '135027.410000', '135027.870000', '135028.330000', '135028.790000', '135029.250000', '135029.710000', '135030.170000', '135030.630000', '135031.090000', '135031.550000', '135032.010000', '135032.470000', '135032.930000', '135033.390000', '135033.850000', '135034.310000', '135034.770000', '135035.230000', '135035.690000', '135036.150000', '135036.610000', '135037.070000', '135037.530000', '135037.990000', '135038.450000', '135038.910000', '135039.370000', '135039.830000', '135040.290000', '135040.750000', '135041.210000', '135041.670000', '135042.130000', '135042.590000', '135043.050000', '135043.510000', '135043.970000', '135044.430000', '135044.890000', '135045.350000', '135045.810000', '135046.270000', '135046.730000', '135047.190000', '135047.650000', '135048.110000', '135048.570000', '135049.030000', '135049.490000', '135049.950000', '135050.410000', '135050.870000', '135051.330000', '135051.790000', '135052.250000', '135052.710000', '135053.170000', '135053.630000', '135054.090000', '135054.550000', '135055.010000', '135055.470000', '135055.930000', '135056.390000', '135056.850000', '135057.310000', '135057.770000', '135058.230000', '135058.690000', '135059.150000', '135059.610000', '135100.070000', '135100.530000', '135100.990000', '135101.450000', '135101.910000', '135102.370000', '135102.830000', '135103.290000', '135103.750000', '135104.210000', '135104.670000', '135105.130000', '135105.590000', '135106.050000', '135106.510000', '135106.970000', '135107.430000', '135107.890000', '135108.350000', '135108.810000', '135109.270000', '135109.730000', '135110.190000', '135110.650000', '135111.110000', '135111.570000', '135112.030000', '135112.490000', '135112.950000', '135113.410000', '135113.870000', '135114.330000', '135114.790000', '135115.250000', '135115.710000', '135116.170000', '135116.630000', '135117.090000', '135117.550000', '135118.010000', '135118.470000', '135118.930000', '135119.390000', '135119.850000', '135120.310000', '135120.770000', '135121.230000', '135121.690000', '135122.150000', '135122.610000', '135123.070000', '135123.530000', '135123.990000', '135124.450000', '135124.910000', '135125.370000', '135125.830000', '135126.290000', '135126.750000', '135127.210000', '135127.670000', '135128.130000', '135128.590000', '135129.050000', '135129.510000', '135129.970000', '135130.430000', '135130.890000', '135131.350000', '135131.810000', '135132.270000', '135132.730000', '135133.190000', '135133.650000', '135134.110000', '135134.570000', '135135.030000', '135135.490000', '135135.950000', '135136.410000', '135136.870000', '135137.330000', '135137.790000', '135138.250000', '135138.710000', '135139.170000', '135139.630000', '135140.090000', '135140.550000', '135141.010000', '135141.470000', '135141.930000', '135142.390000', '135142.850000', '135143.310000', '135143.770000', '135144.230000', '135144.690000', '135145.150000', '135145.610000', '135146.070000', '135146.530000', '135146.990000', '135147.450000', '135147.910000', '135148.370000', '135148.830000', '135149.290000', '135149.750000', '135150.210000', '135150.670000', '135151.130000', '135151.590000', '135152.050000', '135152.510000', '135152.970000', '135153.430000', '135153.890000', '135154.350000', '135154.810000', '135155.270000', '135155.730000', '135156.190000', '135156.650000', '135157.110000', '135157.570000', '135158.030000', '135158.490000', '135158.950000', '135159.410000', '135159.870000', '135200.330000', '135200.790000', '135201.250000', '135201.710000', '135202.170000', '135202.630000', '135203.090000', '135203.550000', '135204.010000', '135204.470000', '135204.930000', '135205.390000', '135205.850000', '135206.310000', '135206.770000', '135207.230000', '135207.690000', '135208.150000', '135208.610000', '135209.070000', '135209.530000', '135209.990000', '135210.450000', '135210.910000', '135211.370000', '135211.830000', '135212.290000'], 'ContentTime': ['134323.726000', '134323.729000', '134323.732000', '134323.735000', '134323.738000', '134323.740000', '134323.743000', '134323.745000', '134323.748000', '134323.750000', '134323.753000', '134323.755000', '134323.758000', '134323.780000', '134323.783000', '134323.785000', '134323.788000', '134323.790000', '134323.793000', '134323.795000', '134323.798000', '134323.801000', '134323.803000', '134323.806000', '134323.808000', '134323.811000', '134323.813000', '134323.816000', '134323.819000', '134323.835000', '134323.838000', '134323.840000', '134323.843000', '134323.845000', '134323.848000', '134323.850000', '134323.853000', '134323.855000', '134323.858000', '134323.861000', '134323.863000', '134323.866000', '134323.869000', '134323.871000', '134323.874000', '134323.876000', '134323.879000', '134323.881000', '134323.884000', '134323.887000', '134323.889000', '134323.892000', '134323.894000', '134323.897000', '134323.899000', '134323.902000', '134343.697000', '134343.700000', '134343.703000', '134343.706000', '134343.708000', '134343.711000', '134343.713000', '134343.716000', '134343.719000', '134343.721000', '134343.728000', '134343.731000', '134343.734000', '134343.736000', '134343.739000', '134343.742000', '134343.744000', '134343.747000', '134343.749000', '134343.752000', '134343.755000', '134343.757000', '134343.760000', '134343.762000', '134343.765000', '134343.767000', '134343.770000', '134343.772000', '134343.775000', '134343.778000', '134343.780000', '134343.783000', '134343.786000', '134343.788000', '134343.791000', '134343.793000', '134343.796000', '134343.798000', '134343.801000', '134343.804000', '134343.806000', '134343.809000', '134343.811000', '134403.697000', '134403.700000', '134403.703000', '134403.705000', '134403.708000', '134403.711000', '134403.713000', '134403.716000', '134403.718000', '134403.721000', '134403.723000', '134403.726000', '134403.729000', '134403.731000', '134403.734000', '134403.736000', '134403.739000', '134403.742000', '134403.744000', '134403.747000', '134403.749000', '134403.752000', '134403.754000', '134403.757000', '134403.760000', '134403.762000', '134403.765000', '134403.767000', '134403.770000', '134403.773000', '134403.781000', '134403.783000', '134403.786000', '134403.788000', '134403.791000', '134403.793000', '134403.796000', '134403.799000', '134403.801000', '134403.804000', '134403.807000', '134403.809000', '134403.812000', '134403.815000', '134423.698000', '134423.701000', '134423.703000', '134423.706000', '134423.708000', '134423.711000', '134423.714000', '134423.716000', '134423.719000', '134423.722000', '134423.724000', '134423.727000', '134423.729000', '134423.732000', '134423.735000', '134423.737000', '134423.740000', '134423.742000', '134423.745000', '134423.747000', '134423.750000', '134423.752000', '134423.755000', '134423.758000', '134423.760000', '134423.763000', '134423.765000', '134423.768000', '134423.771000', '134423.773000', '134423.776000', '134423.778000', '134423.781000', '134423.783000', '134423.794000', '134423.797000', '134423.800000', '134423.802000', '134423.805000', '134423.807000', '134423.810000', '134423.812000', '134423.815000', '134443.697000', '134443.700000', '134443.703000', '134443.705000', '134443.708000', '134443.717000', '134443.719000', '134443.722000', '134443.725000', '134443.727000', '134443.730000', '134443.733000', '134443.736000', '134443.738000', '134443.741000', '134443.743000', '134443.746000', '134443.748000', '134443.751000', '134443.754000', '134443.756000', '134443.759000', '134443.762000', '134443.764000', '134443.767000', '134443.769000', '134443.772000', '134443.775000', '134443.777000', '134443.780000', '134443.782000', '134443.785000', '134443.788000', '134443.790000', '134443.793000', '134443.796000', '134443.798000', '134443.851000', '134443.854000', '134443.856000', '134443.889000', '134443.892000', '134443.894000', '134443.897000', '134503.697000', '134503.700000', '134503.703000', '134503.706000', '134503.708000', '134503.711000', '134503.714000', '134503.716000', '134503.719000', '134503.721000', '134503.724000', '134503.727000', '134503.729000', '134503.732000', '134503.734000', '134503.743000', '134503.745000', '134503.748000', '134503.750000', '134503.753000', '134503.756000', '134503.758000', '134503.761000', '134503.763000', '134503.766000', '134503.769000', '134503.771000', '134503.774000', '134503.776000', '134503.779000', '134503.782000', '134503.784000', '134503.787000', '134503.789000', '134503.792000', '134503.795000', '134503.797000', '134503.831000', '134503.834000', '134503.837000', '134503.839000', '134503.842000', '134503.844000', '134523.698000', '134523.700000', '134523.703000', '134523.706000', '134523.709000', '134523.711000', '134523.714000', '134523.716000', '134523.719000', '134523.722000', '134523.724000', '134523.727000', '134523.729000', '134523.732000', '134523.735000', '134523.737000', '134523.740000', '134523.743000', '134523.745000', '134523.748000', '134523.750000', '134523.753000', '134523.755000', '134523.758000', '134523.761000', '134523.763000', '134523.773000', '134523.775000', '134523.778000', '134523.781000', '134523.783000', '134523.786000', '134523.789000', '134523.791000', '134523.794000', '134523.796000', '134523.799000', '134523.828000', '134523.831000', '134523.833000', '134523.836000', '134523.839000', '134523.841000', '134523.844000', '134543.697000', '134543.700000', '134543.702000', '134543.705000', '134543.707000', '134543.710000', '134543.713000', '134543.715000', '134543.718000', '134543.721000', '134543.723000', '134543.726000', '134543.728000', '134543.731000', '134543.734000', '134543.736000', '134543.739000', '134543.742000', '134543.744000', '134543.747000', '134543.749000', '134543.752000', '134543.755000', '134543.757000', '134543.760000', '134543.762000', '134543.765000', '134543.768000', '134543.770000', '134543.773000', '134543.775000', '134543.778000', '134543.781000', '134543.783000', '134543.786000', '134543.788000', '134543.791000', '134543.794000', '134543.796000', '134543.799000', '134543.871000', '134543.874000', '134543.876000', '134603.698000', '134603.700000', '134603.703000', '134603.706000', '134603.708000', '134603.711000', '134603.713000', '134603.717000', '134603.720000', '134603.723000', '134603.725000', '134603.728000', '134603.731000', '134603.733000', '134603.736000', '134603.738000', '134603.741000', '134603.744000', '134603.746000', '134603.749000', '134603.751000', '134603.754000', '134603.757000', '134603.759000', '134603.762000', '134603.764000', '134603.767000', '134603.770000', '134603.772000', '134603.775000', '134603.777000', '134603.780000', '134603.783000', '134603.785000', '134603.788000', '134603.790000', '134603.793000', '134603.796000', '134603.798000', '134603.843000', '134603.846000', '134603.848000', '134603.851000', '134603.853000', '134623.698000', '134623.700000', '134623.703000', '134623.712000', '134623.714000', '134623.717000', '134623.720000', '134623.722000', '134623.725000', '134623.728000', '134623.730000', '134623.733000', '134623.735000', '134623.738000', '134623.741000', '134623.743000', '134623.746000', '134623.748000', '134623.751000', '134623.754000', '134623.756000', '134623.759000', '134623.761000', '134623.764000', '134623.767000', '134623.769000', '134623.772000', '134623.774000', '134623.777000', '134623.780000', '134623.782000', '134623.785000', '134623.787000', '134623.790000', '134623.792000', '134623.822000', '134623.854000', '134623.857000', '134623.859000', '134623.862000', '134623.864000', '134623.867000', '134623.870000', '134643.698000', '134643.700000', '134643.703000', '134643.706000', '134643.708000', '134643.711000', '134643.714000', '134643.716000', '134643.719000', '134643.721000', '134643.724000', '134643.727000', '134643.729000', '134643.732000', '134643.734000', '134643.737000', '134643.739000', '134643.742000', '134643.745000', '134643.747000', '134643.750000', '134643.752000', '134643.755000', '134643.758000', '134643.760000', '134643.763000', '134643.766000', '134643.768000', '134643.771000', '134643.773000', '134643.776000', '134643.779000', '134643.781000', '134643.784000', '134643.787000', '134643.789000', '134643.792000', '134643.794000', '134643.797000', '134643.862000', '134643.864000', '134643.867000', '134643.869000', '134703.697000', '134703.700000', '134703.703000', '134703.706000', '134703.708000', '134703.711000', '134703.713000', '134703.716000', '134703.719000', '134703.721000', '134703.724000', '134703.726000', '134703.729000', '134703.739000', '134703.741000', '134703.744000', '134703.746000', '134703.749000', '134703.751000', '134703.754000', '134703.757000', '134703.759000', '134703.762000', '134703.764000', '134703.767000', '134703.770000', '134703.782000', '134703.785000', '134703.787000', '134703.790000', '134703.792000', '134703.795000', '134703.798000', '134703.800000', '134703.803000', '134703.806000', '134703.808000', '134703.811000', '134703.813000', '134703.816000', '134703.819000', '134703.821000', '134703.824000', '134703.826000', '134723.698000', '134723.701000', '134723.703000', '134723.706000', '134723.709000', '134723.711000', '134723.714000', '134723.716000', '134723.719000', '134723.722000', '134723.724000', '134723.727000', '134723.729000', '134723.732000', '134723.735000', '134723.737000', '134723.740000', '134723.742000', '134723.745000', '134723.748000', '134723.750000', '134723.754000', '134723.757000', '134723.760000', '134723.762000', '134723.765000', '134723.768000', '134723.770000', '134723.773000', '134723.775000', '134723.778000', '134723.781000', '134723.783000', '134723.786000', '134723.789000', '134723.791000', '134723.794000', '134723.796000', '134723.799000', '134723.802000', '134723.805000', '134723.807000', '134723.810000', '134743.697000', '134743.700000', '134743.703000', '134743.705000', '134743.708000', '134743.711000', '134743.713000', '134743.716000', '134743.719000', '134743.721000', '134743.724000', '134743.727000', '134743.729000', '134743.732000', '134743.734000', '134743.737000', '134743.740000', '134743.742000', '134743.745000', '134743.747000', '134743.750000', '134743.753000', '134743.755000', '134743.758000', '134743.760000', '134743.763000', '134743.766000', '134743.768000', '134743.771000', '134743.774000', '134743.776000', '134743.779000', '134743.781000', '134743.784000', '134743.787000', '134743.789000', '134743.792000', '134743.795000', '134743.797000', '134743.800000', '134743.860000', '134743.863000', '134743.865000', '134743.868000', '134803.696000', '134803.699000', '134803.727000', '134803.729000', '134803.732000', '134803.734000', '134803.737000', '134803.740000', '134803.743000', '134803.745000', '134803.748000', '134803.751000', '134803.753000', '134803.756000', '134803.759000', '134803.761000', '134803.764000', '134803.767000', '134803.772000', '134803.775000', '134803.777000', '134803.780000', '134803.782000', '134803.785000', '134803.788000', '134803.790000', '134803.793000', '134803.795000', '134803.798000', '134803.801000', '134803.842000', '134803.844000', '134803.847000', '134803.849000', '134803.852000', '134803.855000', '134803.857000', '134803.860000', '134803.862000', '134803.865000', '134803.867000', '134803.870000', '134803.873000', '134823.698000', '134823.700000', '134823.703000', '134823.706000', '134823.708000', '134823.711000', '134823.713000', '134823.716000', '134823.718000', '134823.721000', '134823.724000', '134823.726000', '134823.729000', '134823.731000', '134823.734000', '134823.737000', '134823.739000', '134823.742000', '134823.744000', '134823.749000', '134823.752000', '134823.764000', '134823.766000', '134823.769000', '134823.771000', '134823.774000', '134823.777000', '134823.779000', '134823.782000', '134823.784000', '134823.787000', '134823.790000', '134823.792000', '134823.795000', '134823.797000', '134823.843000', '134823.845000', '134823.848000', '134823.851000', '134823.853000', '134823.856000', '134823.858000', '134823.861000', '134823.864000', '134843.698000', '134843.700000', '134843.703000', '134843.706000', '134843.708000', '134843.711000', '134843.713000', '134843.716000', '134843.719000', '134843.721000', '134843.724000', '134843.726000', '134843.729000', '134843.732000', '134843.734000', '134843.737000', '134843.740000', '134843.742000', '134843.745000', '134843.757000', '134843.759000', '134843.762000', '134843.765000', '134843.767000', '134843.770000', '134843.772000', '134843.775000', '134843.778000', '134843.780000', '134843.783000', '134843.786000', '134843.788000', '134843.791000', '134843.795000', '134843.798000', '134843.840000', '134843.842000', '134843.845000', '134843.848000', '134843.850000', '134843.853000', '134843.855000', '134843.858000', '134903.698000', '134903.700000', '134903.703000', '134903.706000', '134903.708000', '134903.711000', '134903.713000', '134903.716000', '134903.719000', '134903.721000', '134903.724000', '134903.726000', '134903.729000', '134903.732000', '134903.734000', '134903.737000', '134903.739000', '134903.742000', '134903.745000', '134903.747000', '134903.750000', '134903.752000', '134903.755000', '134903.758000', '134903.760000', '134903.763000', '134903.766000', '134903.768000', '134903.771000', '134903.773000', '134903.776000', '134903.779000', '134903.781000', '134903.784000', '134903.786000', '134903.789000', '134903.791000', '134903.794000', '134903.797000', '134903.849000', '134903.852000', '134903.854000', '134903.857000', '134903.859000', '134923.697000', '134923.700000', '134923.703000', '134923.706000', '134923.708000', '134923.711000', '134923.714000', '134923.716000', '134923.719000', '134923.721000', '134923.724000', '134923.727000', '134923.729000', '134923.732000', '134923.735000', '134923.737000', '134923.740000', '134923.743000', '134923.745000', '134923.748000', '134923.750000', '134923.753000', '134923.755000', '134923.758000', '134923.761000', '134923.763000', '134923.766000', '134923.768000', '134923.771000', '134923.774000', '134923.776000', '134923.779000', '134923.782000', '134923.784000', '134923.787000', '134923.790000', '134923.792000', '134923.795000', '134923.798000', '134923.872000', '134923.875000', '134923.877000', '134923.880000', '134943.698000', '134943.700000', '134943.703000', '134943.706000', '134943.708000', '134943.711000', '134943.713000', '134943.716000', '134943.719000', '134943.721000', '134943.724000', '134943.726000', '134943.729000', '134943.732000', '134943.734000', '134943.737000', '134943.739000', '134943.742000', '134943.744000', '134943.747000', '134943.750000', '134943.752000', '134943.755000', '134943.757000', '134943.760000', '134943.762000', '134943.765000', '134943.768000', '134943.770000', '134943.773000', '134943.775000', '134943.778000', '134943.781000', '134943.783000', '134943.786000', '134943.788000', '134943.791000', '134943.793000', '134943.796000', '134943.799000', '134943.874000', '134943.877000', '134943.879000', '134943.882000', '135003.698000', '135003.701000', '135003.703000', '135003.706000', '135003.708000', '135003.711000', '135003.714000', '135003.716000', '135003.719000', '135003.721000', '135003.724000', '135003.727000', '135003.729000', '135003.732000', '135003.735000', '135003.737000', '135003.740000', '135003.742000', '135003.745000', '135003.747000', '135003.750000', '135003.753000', '135003.755000', '135003.758000', '135003.760000', '135003.763000', '135003.766000', '135003.768000', '135003.771000', '135003.773000', '135003.776000', '135003.779000', '135003.781000', '135003.784000', '135003.786000', '135003.789000', '135003.792000', '135003.794000', '135003.797000', '135003.875000', '135003.878000', '135003.880000', '135003.883000', '135023.697000', '135023.700000', '135023.702000', '135023.705000', '135023.708000', '135023.710000', '135023.713000', '135023.715000', '135023.718000', '135023.721000', '135023.723000', '135023.726000', '135023.729000', '135023.737000', '135023.739000', '135023.742000', '135023.745000', '135023.747000', '135023.750000', '135023.752000', '135023.755000', '135023.758000', '135023.760000', '135023.763000', '135023.765000', '135023.768000', '135023.771000', '135023.773000', '135023.776000', '135023.778000', '135023.781000', '135023.784000', '135023.786000', '135023.789000', '135023.791000', '135023.794000', '135023.796000', '135023.799000', '135023.869000', '135023.872000', '135023.874000', '135023.877000', '135023.879000', '135023.882000', '135043.698000', '135043.700000', '135043.703000', '135043.706000', '135043.708000', '135043.711000', '135043.714000', '135043.716000', '135043.719000', '135043.721000', '135043.735000', '135043.738000', '135043.740000', '135043.743000', '135043.746000', '135043.749000', '135043.751000', '135043.754000', '135043.757000', '135043.759000', '135043.762000', '135043.764000', '135043.767000', '135043.770000', '135043.772000', '135043.775000', '135043.778000', '135043.780000', '135043.783000', '135043.785000', '135043.788000', '135043.791000', '135043.793000', '135043.796000', '135043.799000', '135043.885000', '135043.887000', '135043.890000', '135043.893000', '135043.895000', '135043.898000', '135043.901000', '135043.903000', '135103.698000', '135103.700000', '135103.703000', '135103.706000', '135103.708000', '135103.711000', '135103.714000', '135103.716000', '135103.719000', '135103.721000', '135103.724000', '135103.727000', '135103.729000', '135103.732000', '135103.734000', '135103.737000', '135103.740000', '135103.742000', '135103.745000', '135103.747000', '135103.750000', '135103.752000', '135103.755000', '135103.758000', '135103.760000', '135103.763000', '135103.765000', '135103.768000', '135103.771000', '135103.773000', '135103.776000', '135103.778000', '135103.781000', '135103.783000', '135103.786000', '135103.789000', '135103.791000', '135103.794000', '135103.796000', '135103.799000', '135103.884000', '135103.886000', '135103.889000', '135103.892000', '135123.698000', '135123.700000', '135123.703000', '135123.706000', '135123.708000', '135123.711000', '135123.714000', '135123.716000', '135123.719000', '135123.721000', '135123.724000', '135123.727000', '135123.729000', '135123.732000', '135123.734000', '135123.741000', '135123.744000', '135123.746000', '135123.749000', '135123.751000', '135123.754000', '135123.757000', '135123.759000', '135123.762000', '135123.765000', '135123.767000', '135123.770000', '135123.772000', '135123.775000', '135123.778000', '135123.780000', '135123.783000', '135123.785000', '135123.788000', '135123.791000', '135123.793000', '135123.796000', '135123.799000', '135123.850000', '135123.852000', '135123.855000', '135123.858000', '135123.860000', '135143.698000', '135143.701000', '135143.703000', '135143.706000', '135143.709000', '135143.711000', '135143.714000', '135143.716000', '135143.719000', '135143.722000', '135143.724000', '135143.727000', '135143.730000', '135143.732000', '135143.735000', '135143.737000', '135143.740000', '135143.742000', '135143.745000', '135143.748000', '135143.750000', '135143.753000', '135143.755000', '135143.758000', '135143.761000', '135143.763000', '135143.766000', '135143.768000', '135143.771000', '135143.774000', '135143.776000', '135143.779000', '135143.781000', '135143.784000', '135143.786000', '135143.789000', '135143.792000', '135143.794000', '135143.797000', '135143.800000', '135143.922000', '135143.924000', '135143.927000', '135143.946000', '135203.698000', '135203.700000', '135203.703000', '135203.706000', '135203.708000', '135203.711000', '135203.731000', '135203.734000', '135203.736000', '135203.739000', '135203.742000', '135203.744000', '135203.747000', '135203.749000', '135203.752000', '135203.755000', '135203.757000', '135203.760000', '135203.763000', '135203.765000', '135203.768000', '135203.771000', '135203.773000', '135203.776000', '135203.778000', '135203.781000', '135203.784000', '135203.786000', '135203.789000', '135203.791000', '135203.794000', '135203.797000', '135203.799000', '135203.887000', '135203.889000', '135203.892000', '135203.895000', '135203.897000', '135203.900000', '135203.902000', '135203.905000', '135203.908000', '135203.910000', '135213.981000', '135213.984000', '135213.987000', '135213.989000', '135213.992000', '135213.994000', '135213.997000', '135214.001000', '135214.003000', '135214.006000', '135214.008000', '135214.011000', '135214.014000', '135214.016000', '135214.019000', '135214.021000', '135214.024000', '135214.026000', '135214.029000', '135214.032000', '135214.034000', '135214.037000', '135214.039000'], 'InstanceCreationTime': ['134323.726000', '134323.729000', '134323.732000', '134323.735000', '134323.738000', '134323.740000', '134323.743000', '134323.745000', '134323.748000', '134323.750000', '134323.753000', '134323.755000', '134323.758000', '134323.780000', '134323.783000', '134323.785000', '134323.788000', '134323.790000', '134323.793000', '134323.795000', '134323.798000', '134323.801000', '134323.803000', '134323.806000', '134323.808000', '134323.811000', '134323.813000', '134323.816000', '134323.819000', '134323.835000', '134323.838000', '134323.840000', '134323.843000', '134323.845000', '134323.848000', '134323.850000', '134323.853000', '134323.855000', '134323.858000', '134323.861000', '134323.863000', '134323.866000', '134323.869000', '134323.871000', '134323.874000', '134323.876000', '134323.879000', '134323.881000', '134323.884000', '134323.887000', '134323.889000', '134323.892000', '134323.894000', '134323.897000', '134323.899000', '134323.902000', '134343.697000', '134343.700000', '134343.703000', '134343.706000', '134343.708000', '134343.711000', '134343.713000', '134343.716000', '134343.719000', '134343.721000', '134343.728000', '134343.731000', '134343.734000', '134343.736000', '134343.739000', '134343.742000', '134343.744000', '134343.747000', '134343.749000', '134343.752000', '134343.755000', '134343.757000', '134343.760000', '134343.762000', '134343.765000', '134343.767000', '134343.770000', '134343.772000', '134343.775000', '134343.778000', '134343.780000', '134343.783000', '134343.786000', '134343.788000', '134343.791000', '134343.793000', '134343.796000', '134343.798000', '134343.801000', '134343.804000', '134343.806000', '134343.809000', '134343.811000', '134403.697000', '134403.700000', '134403.703000', '134403.705000', '134403.708000', '134403.711000', '134403.713000', '134403.716000', '134403.718000', '134403.721000', '134403.723000', '134403.726000', '134403.729000', '134403.731000', '134403.734000', '134403.736000', '134403.739000', '134403.742000', '134403.744000', '134403.747000', '134403.749000', '134403.752000', '134403.754000', '134403.757000', '134403.760000', '134403.762000', '134403.765000', '134403.767000', '134403.770000', '134403.773000', '134403.781000', '134403.783000', '134403.786000', '134403.788000', '134403.791000', '134403.793000', '134403.796000', '134403.799000', '134403.801000', '134403.804000', '134403.807000', '134403.809000', '134403.812000', '134403.815000', '134423.698000', '134423.701000', '134423.703000', '134423.706000', '134423.708000', '134423.711000', '134423.714000', '134423.716000', '134423.719000', '134423.722000', '134423.724000', '134423.727000', '134423.729000', '134423.732000', '134423.735000', '134423.737000', '134423.740000', '134423.742000', '134423.745000', '134423.747000', '134423.750000', '134423.752000', '134423.755000', '134423.758000', '134423.760000', '134423.763000', '134423.765000', '134423.768000', '134423.771000', '134423.773000', '134423.776000', '134423.778000', '134423.781000', '134423.783000', '134423.794000', '134423.797000', '134423.800000', '134423.802000', '134423.805000', '134423.807000', '134423.810000', '134423.812000', '134423.815000', '134443.697000', '134443.700000', '134443.703000', '134443.705000', '134443.708000', '134443.717000', '134443.719000', '134443.722000', '134443.725000', '134443.727000', '134443.730000', '134443.733000', '134443.736000', '134443.738000', '134443.741000', '134443.743000', '134443.746000', '134443.748000', '134443.751000', '134443.754000', '134443.756000', '134443.759000', '134443.762000', '134443.764000', '134443.767000', '134443.769000', '134443.772000', '134443.775000', '134443.777000', '134443.780000', '134443.782000', '134443.785000', '134443.788000', '134443.790000', '134443.793000', '134443.796000', '134443.798000', '134443.851000', '134443.854000', '134443.856000', '134443.889000', '134443.892000', '134443.894000', '134443.897000', '134503.697000', '134503.700000', '134503.703000', '134503.706000', '134503.708000', '134503.711000', '134503.714000', '134503.716000', '134503.719000', '134503.721000', '134503.724000', '134503.727000', '134503.729000', '134503.732000', '134503.734000', '134503.743000', '134503.745000', '134503.748000', '134503.750000', '134503.753000', '134503.756000', '134503.758000', '134503.761000', '134503.763000', '134503.766000', '134503.769000', '134503.771000', '134503.774000', '134503.776000', '134503.779000', '134503.782000', '134503.784000', '134503.787000', '134503.789000', '134503.792000', '134503.795000', '134503.797000', '134503.831000', '134503.834000', '134503.837000', '134503.839000', '134503.842000', '134503.844000', '134523.698000', '134523.700000', '134523.703000', '134523.706000', '134523.709000', '134523.711000', '134523.714000', '134523.716000', '134523.719000', '134523.722000', '134523.724000', '134523.727000', '134523.729000', '134523.732000', '134523.735000', '134523.737000', '134523.740000', '134523.743000', '134523.745000', '134523.748000', '134523.750000', '134523.753000', '134523.755000', '134523.758000', '134523.761000', '134523.763000', '134523.773000', '134523.775000', '134523.778000', '134523.781000', '134523.783000', '134523.786000', '134523.789000', '134523.791000', '134523.794000', '134523.796000', '134523.799000', '134523.828000', '134523.831000', '134523.833000', '134523.836000', '134523.839000', '134523.841000', '134523.844000', '134543.697000', '134543.700000', '134543.702000', '134543.705000', '134543.707000', '134543.710000', '134543.713000', '134543.715000', '134543.718000', '134543.721000', '134543.723000', '134543.726000', '134543.728000', '134543.731000', '134543.734000', '134543.736000', '134543.739000', '134543.742000', '134543.744000', '134543.747000', '134543.749000', '134543.752000', '134543.755000', '134543.757000', '134543.760000', '134543.762000', '134543.765000', '134543.768000', '134543.770000', '134543.773000', '134543.775000', '134543.778000', '134543.781000', '134543.783000', '134543.786000', '134543.788000', '134543.791000', '134543.794000', '134543.796000', '134543.799000', '134543.871000', '134543.874000', '134543.876000', '134603.698000', '134603.700000', '134603.703000', '134603.706000', '134603.708000', '134603.711000', '134603.713000', '134603.717000', '134603.720000', '134603.723000', '134603.725000', '134603.728000', '134603.731000', '134603.733000', '134603.736000', '134603.738000', '134603.741000', '134603.744000', '134603.746000', '134603.749000', '134603.751000', '134603.754000', '134603.757000', '134603.759000', '134603.762000', '134603.764000', '134603.767000', '134603.770000', '134603.772000', '134603.775000', '134603.777000', '134603.780000', '134603.783000', '134603.785000', '134603.788000', '134603.790000', '134603.793000', '134603.796000', '134603.798000', '134603.843000', '134603.846000', '134603.848000', '134603.851000', '134603.853000', '134623.698000', '134623.700000', '134623.703000', '134623.712000', '134623.714000', '134623.717000', '134623.720000', '134623.722000', '134623.725000', '134623.728000', '134623.730000', '134623.733000', '134623.735000', '134623.738000', '134623.741000', '134623.743000', '134623.746000', '134623.748000', '134623.751000', '134623.754000', '134623.756000', '134623.759000', '134623.761000', '134623.764000', '134623.767000', '134623.769000', '134623.772000', '134623.774000', '134623.777000', '134623.780000', '134623.782000', '134623.785000', '134623.787000', '134623.790000', '134623.792000', '134623.822000', '134623.854000', '134623.857000', '134623.859000', '134623.862000', '134623.864000', '134623.867000', '134623.870000', '134643.698000', '134643.700000', '134643.703000', '134643.706000', '134643.708000', '134643.711000', '134643.714000', '134643.716000', '134643.719000', '134643.721000', '134643.724000', '134643.727000', '134643.729000', '134643.732000', '134643.734000', '134643.737000', '134643.739000', '134643.742000', '134643.745000', '134643.747000', '134643.750000', '134643.752000', '134643.755000', '134643.758000', '134643.760000', '134643.763000', '134643.766000', '134643.768000', '134643.771000', '134643.773000', '134643.776000', '134643.779000', '134643.781000', '134643.784000', '134643.787000', '134643.789000', '134643.792000', '134643.794000', '134643.797000', '134643.862000', '134643.864000', '134643.867000', '134643.869000', '134703.697000', '134703.700000', '134703.703000', '134703.706000', '134703.708000', '134703.711000', '134703.713000', '134703.716000', '134703.719000', '134703.721000', '134703.724000', '134703.726000', '134703.729000', '134703.739000', '134703.741000', '134703.744000', '134703.746000', '134703.749000', '134703.751000', '134703.754000', '134703.757000', '134703.759000', '134703.762000', '134703.764000', '134703.767000', '134703.770000', '134703.782000', '134703.785000', '134703.787000', '134703.790000', '134703.792000', '134703.795000', '134703.798000', '134703.800000', '134703.803000', '134703.806000', '134703.808000', '134703.811000', '134703.813000', '134703.816000', '134703.819000', '134703.821000', '134703.824000', '134703.826000', '134723.698000', '134723.701000', '134723.703000', '134723.706000', '134723.709000', '134723.711000', '134723.714000', '134723.716000', '134723.719000', '134723.722000', '134723.724000', '134723.727000', '134723.729000', '134723.732000', '134723.735000', '134723.737000', '134723.740000', '134723.742000', '134723.745000', '134723.748000', '134723.750000', '134723.754000', '134723.757000', '134723.760000', '134723.762000', '134723.765000', '134723.768000', '134723.770000', '134723.773000', '134723.775000', '134723.778000', '134723.781000', '134723.783000', '134723.786000', '134723.789000', '134723.791000', '134723.794000', '134723.796000', '134723.799000', '134723.802000', '134723.805000', '134723.807000', '134723.810000', '134743.697000', '134743.700000', '134743.703000', '134743.705000', '134743.708000', '134743.711000', '134743.713000', '134743.716000', '134743.719000', '134743.721000', '134743.724000', '134743.727000', '134743.729000', '134743.732000', '134743.734000', '134743.737000', '134743.740000', '134743.742000', '134743.745000', '134743.747000', '134743.750000', '134743.753000', '134743.755000', '134743.758000', '134743.760000', '134743.763000', '134743.766000', '134743.768000', '134743.771000', '134743.774000', '134743.776000', '134743.779000', '134743.781000', '134743.784000', '134743.787000', '134743.789000', '134743.792000', '134743.795000', '134743.797000', '134743.800000', '134743.860000', '134743.863000', '134743.865000', '134743.868000', '134803.696000', '134803.699000', '134803.727000', '134803.729000', '134803.732000', '134803.734000', '134803.737000', '134803.740000', '134803.743000', '134803.745000', '134803.748000', '134803.751000', '134803.753000', '134803.756000', '134803.759000', '134803.761000', '134803.764000', '134803.767000', '134803.772000', '134803.775000', '134803.777000', '134803.780000', '134803.782000', '134803.785000', '134803.788000', '134803.790000', '134803.793000', '134803.795000', '134803.798000', '134803.801000', '134803.842000', '134803.844000', '134803.847000', '134803.849000', '134803.852000', '134803.855000', '134803.857000', '134803.860000', '134803.862000', '134803.865000', '134803.867000', '134803.870000', '134803.873000', '134823.698000', '134823.700000', '134823.703000', '134823.706000', '134823.708000', '134823.711000', '134823.713000', '134823.716000', '134823.718000', '134823.721000', '134823.724000', '134823.726000', '134823.729000', '134823.731000', '134823.734000', '134823.737000', '134823.739000', '134823.742000', '134823.744000', '134823.749000', '134823.752000', '134823.764000', '134823.766000', '134823.769000', '134823.771000', '134823.774000', '134823.777000', '134823.779000', '134823.782000', '134823.784000', '134823.787000', '134823.790000', '134823.792000', '134823.795000', '134823.797000', '134823.843000', '134823.845000', '134823.848000', '134823.851000', '134823.853000', '134823.856000', '134823.858000', '134823.861000', '134823.864000', '134843.698000', '134843.700000', '134843.703000', '134843.706000', '134843.708000', '134843.711000', '134843.713000', '134843.716000', '134843.719000', '134843.721000', '134843.724000', '134843.726000', '134843.729000', '134843.732000', '134843.734000', '134843.737000', '134843.740000', '134843.742000', '134843.745000', '134843.757000', '134843.759000', '134843.762000', '134843.765000', '134843.767000', '134843.770000', '134843.772000', '134843.775000', '134843.778000', '134843.780000', '134843.783000', '134843.786000', '134843.788000', '134843.791000', '134843.795000', '134843.798000', '134843.840000', '134843.842000', '134843.845000', '134843.848000', '134843.850000', '134843.853000', '134843.855000', '134843.858000', '134903.698000', '134903.700000', '134903.703000', '134903.706000', '134903.708000', '134903.711000', '134903.713000', '134903.716000', '134903.719000', '134903.721000', '134903.724000', '134903.726000', '134903.729000', '134903.732000', '134903.734000', '134903.737000', '134903.739000', '134903.742000', '134903.745000', '134903.747000', '134903.750000', '134903.752000', '134903.755000', '134903.758000', '134903.760000', '134903.763000', '134903.766000', '134903.768000', '134903.771000', '134903.773000', '134903.776000', '134903.779000', '134903.781000', '134903.784000', '134903.786000', '134903.789000', '134903.791000', '134903.794000', '134903.797000', '134903.849000', '134903.852000', '134903.854000', '134903.857000', '134903.859000', '134923.697000', '134923.700000', '134923.703000', '134923.706000', '134923.708000', '134923.711000', '134923.714000', '134923.716000', '134923.719000', '134923.721000', '134923.724000', '134923.727000', '134923.729000', '134923.732000', '134923.735000', '134923.737000', '134923.740000', '134923.743000', '134923.745000', '134923.748000', '134923.750000', '134923.753000', '134923.755000', '134923.758000', '134923.761000', '134923.763000', '134923.766000', '134923.768000', '134923.771000', '134923.774000', '134923.776000', '134923.779000', '134923.782000', '134923.784000', '134923.787000', '134923.790000', '134923.792000', '134923.795000', '134923.798000', '134923.872000', '134923.875000', '134923.877000', '134923.880000', '134943.698000', '134943.700000', '134943.703000', '134943.706000', '134943.708000', '134943.711000', '134943.713000', '134943.716000', '134943.719000', '134943.721000', '134943.724000', '134943.726000', '134943.729000', '134943.732000', '134943.734000', '134943.737000', '134943.739000', '134943.742000', '134943.744000', '134943.747000', '134943.750000', '134943.752000', '134943.755000', '134943.757000', '134943.760000', '134943.762000', '134943.765000', '134943.768000', '134943.770000', '134943.773000', '134943.775000', '134943.778000', '134943.781000', '134943.783000', '134943.786000', '134943.788000', '134943.791000', '134943.793000', '134943.796000', '134943.799000', '134943.874000', '134943.877000', '134943.879000', '134943.882000', '135003.698000', '135003.701000', '135003.703000', '135003.706000', '135003.708000', '135003.711000', '135003.714000', '135003.716000', '135003.719000', '135003.721000', '135003.724000', '135003.727000', '135003.729000', '135003.732000', '135003.735000', '135003.737000', '135003.740000', '135003.742000', '135003.745000', '135003.747000', '135003.750000', '135003.753000', '135003.755000', '135003.758000', '135003.760000', '135003.763000', '135003.766000', '135003.768000', '135003.771000', '135003.773000', '135003.776000', '135003.779000', '135003.781000', '135003.784000', '135003.786000', '135003.789000', '135003.792000', '135003.794000', '135003.797000', '135003.875000', '135003.878000', '135003.880000', '135003.883000', '135023.697000', '135023.700000', '135023.702000', '135023.705000', '135023.708000', '135023.710000', '135023.713000', '135023.715000', '135023.718000', '135023.721000', '135023.723000', '135023.726000', '135023.729000', '135023.737000', '135023.739000', '135023.742000', '135023.745000', '135023.747000', '135023.750000', '135023.752000', '135023.755000', '135023.758000', '135023.760000', '135023.763000', '135023.765000', '135023.768000', '135023.771000', '135023.773000', '135023.776000', '135023.778000', '135023.781000', '135023.784000', '135023.786000', '135023.789000', '135023.791000', '135023.794000', '135023.796000', '135023.799000', '135023.869000', '135023.872000', '135023.874000', '135023.877000', '135023.879000', '135023.882000', '135043.698000', '135043.700000', '135043.703000', '135043.706000', '135043.708000', '135043.711000', '135043.714000', '135043.716000', '135043.719000', '135043.721000', '135043.735000', '135043.738000', '135043.740000', '135043.743000', '135043.746000', '135043.749000', '135043.751000', '135043.754000', '135043.757000', '135043.759000', '135043.762000', '135043.764000', '135043.767000', '135043.770000', '135043.772000', '135043.775000', '135043.778000', '135043.780000', '135043.783000', '135043.785000', '135043.788000', '135043.791000', '135043.793000', '135043.796000', '135043.799000', '135043.885000', '135043.887000', '135043.890000', '135043.893000', '135043.895000', '135043.898000', '135043.901000', '135043.903000', '135103.698000', '135103.700000', '135103.703000', '135103.706000', '135103.708000', '135103.711000', '135103.714000', '135103.716000', '135103.719000', '135103.721000', '135103.724000', '135103.727000', '135103.729000', '135103.732000', '135103.734000', '135103.737000', '135103.740000', '135103.742000', '135103.745000', '135103.747000', '135103.750000', '135103.752000', '135103.755000', '135103.758000', '135103.760000', '135103.763000', '135103.765000', '135103.768000', '135103.771000', '135103.773000', '135103.776000', '135103.778000', '135103.781000', '135103.783000', '135103.786000', '135103.789000', '135103.791000', '135103.794000', '135103.796000', '135103.799000', '135103.884000', '135103.886000', '135103.889000', '135103.892000', '135123.698000', '135123.700000', '135123.703000', '135123.706000', '135123.708000', '135123.711000', '135123.714000', '135123.716000', '135123.719000', '135123.721000', '135123.724000', '135123.727000', '135123.729000', '135123.732000', '135123.734000', '135123.741000', '135123.744000', '135123.746000', '135123.749000', '135123.751000', '135123.754000', '135123.757000', '135123.759000', '135123.762000', '135123.765000', '135123.767000', '135123.770000', '135123.772000', '135123.775000', '135123.778000', '135123.780000', '135123.783000', '135123.785000', '135123.788000', '135123.791000', '135123.793000', '135123.796000', '135123.799000', '135123.850000', '135123.852000', '135123.855000', '135123.858000', '135123.860000', '135143.698000', '135143.701000', '135143.703000', '135143.706000', '135143.709000', '135143.711000', '135143.714000', '135143.716000', '135143.719000', '135143.722000', '135143.724000', '135143.727000', '135143.730000', '135143.732000', '135143.735000', '135143.737000', '135143.740000', '135143.742000', '135143.745000', '135143.748000', '135143.750000', '135143.753000', '135143.755000', '135143.758000', '135143.761000', '135143.763000', '135143.766000', '135143.768000', '135143.771000', '135143.774000', '135143.776000', '135143.779000', '135143.781000', '135143.784000', '135143.786000', '135143.789000', '135143.792000', '135143.794000', '135143.797000', '135143.800000', '135143.922000', '135143.924000', '135143.927000', '135143.946000', '135203.698000', '135203.700000', '135203.703000', '135203.706000', '135203.708000', '135203.711000', '135203.731000', '135203.734000', '135203.736000', '135203.739000', '135203.742000', '135203.744000', '135203.747000', '135203.749000', '135203.752000', '135203.755000', '135203.757000', '135203.760000', '135203.763000', '135203.765000', '135203.768000', '135203.771000', '135203.773000', '135203.776000', '135203.778000', '135203.781000', '135203.784000', '135203.786000', '135203.789000', '135203.791000', '135203.794000', '135203.797000', '135203.799000', '135203.887000', '135203.889000', '135203.892000', '135203.895000', '135203.897000', '135203.900000', '135203.902000', '135203.905000', '135203.908000', '135203.910000', '135213.981000', '135213.984000', '135213.987000', '135213.989000', '135213.992000', '135213.994000', '135213.997000', '135214.001000', '135214.003000', '135214.006000', '135214.008000', '135214.011000', '135214.014000', '135214.016000', '135214.019000', '135214.021000', '135214.024000', '135214.026000', '135214.029000', '135214.032000', '135214.034000', '135214.037000', '135214.039000'], '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': [10547, 16094, 11200, 15842, 10834, 10620, 9578, 8434, 9554, 8245, 9424, 8387, 8923, 8079, 9083, 8065, 9253, 8340, 9792, 9323, 9910, 9207, 9332, 9160, 9361, 9293, 8510, 8954, 9337, 9163, 8636, 9159, 8079, 8913, 8173, 8720, 8079, 8702, 8328, 9275, 8376, 9161, 8699, 14055, 8777, 12608, 9153, 9526, 8786, 11421, 8807, 9771, 8085, 9093, 8484, 8980, 9758, 8711, 8541, 8769, 8218, 8997, 9320, 14206, 12106, 9498, 8050, 9179, 8388, 14331, 11356, 8704, 7879, 8702, 8399, 8763, 10935, 10582, 7985, 8825, 8012, 8566, 8044, 9120, 9319, 8762, 8254, 8904, 8150, 8681, 10676, 8882, 10152, 8723, 11164, 8827, 14820, 9644, 14725, 9080, 11679, 8650, 8973, 8477, 11770, 8241, 9351, 7902, 9286, 7970, 9296, 7703, 8717, 7817, 8792, 8789, 8497, 14761, 8418, 9979, 9079, 13370, 8684, 15024, 8637, 12908, 8075, 9094, 8035, 8533, 8712, 8784, 12758, 8076, 9013, 8218, 10225, 8445, 13409, 10378, 8965, 7592, 8907, 7847, 8660, 12647, 8895, 9421, 9034, 9283, 8646, 12638, 9106, 11229, 8691, 10699, 9193, 13461, 8479, 15556, 9083, 12669, 9154, 11461, 9035, 11002, 8409, 9098, 8005, 9017, 8194, 8535, 13464, 8920, 9700, 8024, 9019, 7538, 8694, 8875, 8681, 13247, 8136, 9081, 8139, 9829, 9580, 11186, 8824, 8680, 8214, 8733, 12224, 10484, 14277, 8921, 10674, 9115, 9569, 8715, 10690, 8790, 9493, 8595, 8764, 8835, 8798, 8748, 13979, 8791, 11817, 8936, 10672, 8313, 14186, 8925, 14295, 8997, 12198, 9018, 11229, 8628, 14310, 9119, 10386, 9161, 9054, 9190, 11917, 8254, 9359, 8063, 9391, 9259, 11089, 9053, 15570, 8948, 13281, 9289, 13172, 8556, 12345, 9017, 10576, 8963, 8176, 8849, 8432, 8825, 10342, 8902, 8103, 9160, 8618, 8484, 13877, 8644, 11957, 8816, 9774, 8610, 9758, 9470, 13036, 8926, 7890, 9086, 8198, 8545, 13517, 8662, 12346, 8123, 9270, 7917, 9300, 7963, 9010, 7694, 8590, 8079, 8757, 10786, 10352, 9280, 8773, 8166, 8493, 9615, 9947, 10241, 8919, 7894, 8834, 9253, 8541, 14685, 10291, 11501, 7697, 8933, 7694, 8618, 10800, 9000, 11514, 8317, 9015, 8532, 8553, 13255, 11292, 11091, 9190, 9133, 9184, 10208, 8556, 12175, 8921, 9054, 7642, 8848, 7883, 9006, 11696, 9019, 9923, 9230, 9832, 9517, 8636, 9650, 11416, 12459, 16392, 9436, 13901, 9390, 13177, 9559, 11247, 8698, 10521, 10787, 9416, 8601, 9503, 8428, 9425, 9097, 9136, 11557, 9276, 11780, 7681, 9232, 7336, 9029, 7601, 8800, 8676, 9058, 8545, 9242, 8062, 9327, 8867, 12783, 8474, 14509, 11610, 9378, 8361, 9222, 9538, 11747, 8796, 15513, 9207, 14746, 9503, 12910, 9186, 11405, 8809, 14218, 8548, 9364, 8702, 9273, 8956, 12162, 8817, 13660, 8753, 9216, 8179, 11815, 8904, 16066, 11110, 11084, 9285, 14660, 9128, 11090, 8820, 12069, 9184, 8117, 9166, 8094, 8934, 8557, 9151, 11797, 9335, 9120, 9378, 10569, 9053, 14550, 9710, 15836, 9320, 12952, 9340, 11988, 8996, 8954, 14797, 11990, 13462, 9455, 10390, 9313, 10537, 8890, 11389, 9115, 12217, 9215, 8322, 9249, 8084, 9211, 7959, 8861, 8519, 9169, 8156, 8875, 8195, 9287, 9141, 12178, 8960, 10731, 9027, 8633, 8813, 9069, 9009, 8720, 8929, 8308, 9307, 7952, 9791, 8972, 12897, 8717, 11116, 8786, 11552, 8910, 10183, 8974, 10137, 8986, 7709, 8796, 7868, 8920, 8045, 9327, 8068, 9411, 8226, 8993, 7951, 9134, 7968, 8896, 8067, 13590, 8167, 9308, 8167, 9206, 8077, 11141, 9767, 9086, 8187, 8828, 8427, 8763, 8370, 8921, 10558, 9102, 10397, 8903, 13745, 8964, 15865, 9077, 12428, 8923, 12984, 8872, 12460, 8492, 9589, 8055, 8706, 8230, 9064, 11767, 8928, 9592, 8980, 8741, 9142, 8198, 11433, 9945, 10002, 8106, 9388, 8252, 9494, 7916, 9060, 8121, 9016, 8547, 8898, 11154, 8698, 15118, 9779, 15423, 8958, 12939, 8732, 10827, 8662, 11717, 9250, 8788, 8983, 7975, 8805, 9034, 8867, 8713, 8925, 7768, 8842, 7887, 8519, 8274, 9093, 7935, 9081, 7897, 8959, 8542, 8987, 13055, 9265, 11135, 9176, 11473, 8771, 13402, 9817, 8445, 9364, 8251, 9216, 8437, 9096, 11374, 9501, 9915, 9122, 8764, 9839, 8422, 11391, 8882, 9973, 7822, 9896, 7896, 10235, 12486, 10328, 14004, 9980, 11865, 9775, 13736, 12393, 9860, 10177, 8747, 10346, 8949, 14980, 9585, 12477, 9235, 10573, 9245, 11249, 9808, 15050, 9796, 11874, 9654, 11977, 9583, 12390, 10090, 12553, 9384, 10859, 9264, 14636, 10089, 14286, 10578, 12341, 10117, 8600, 10434, 8824, 10824, 9272, 13355, 9088, 10391, 9441, 11629, 9990, 10782, 10747, 10830, 10544, 8539, 10363, 8220, 10403, 8261, 10491, 8488, 10181, 8157, 10373, 8233, 10489, 13355, 10164, 8989, 10228, 7906, 10401, 11941, 10382, 13864, 9962, 10831, 9918, 14517, 10179, 10790, 9417, 10286, 9498, 11987, 9728, 13357, 9738, 11373, 9462, 12181, 9924, 11362, 9930, 10862, 8862, 10660, 8737, 10451, 12903, 9845, 9842, 9944, 8973, 10434, 8547, 12820, 9446, 10861, 8938, 10515, 8794, 10647, 8796, 11981, 9312, 10563, 8588, 10677, 8526, 10392, 8889, 10652, 9092, 10453, 9361, 10674, 10868, 10747, 14913, 9794, 11882, 9312, 10783, 9440, 12817, 11144, 10366, 8917, 10017, 11496, 10134, 16076, 11722, 16012, 9681, 14985, 9757, 12820, 9753, 11579, 9532, 10882, 8788, 10721, 8747, 11414, 9581, 10658, 8815, 10138, 8646, 10463, 9095, 10433, 9075, 10428, 8753, 10425, 8440, 10317, 11144, 9738, 7945, 9858, 8083, 10236, 12334, 10244, 13743, 9470, 10439, 9168, 10210, 8814, 10566, 8737, 9959, 7865, 10479, 10475, 10400, 14363, 9965, 10400, 8636, 10730, 8656, 12586, 9105, 10510, 8413, 9885, 8876, 10738, 8432, 10501, 9341, 10189, 9876, 10227, 10048, 10335, 10413, 10451, 8656, 10074, 9592, 9806, 14453, 10142, 11784, 9001, 10323, 9211, 15351, 9396, 14462, 9481, 12015, 9362, 12979, 9650, 14443, 9976, 11825, 9346, 11244, 9377, 13747, 10010, 12382, 9499, 10946, 9457, 13386, 9675, 12257, 9615, 10512, 9199, 12405, 9636, 14613, 9927, 10399, 9062, 10997, 8775, 10308, 8680, 10808, 8663, 9877, 7946, 10033, 10549, 10257, 13319, 9735, 8414, 9921, 7768, 9682, 8029, 9994, 12850, 10011, 9625, 9614, 10440, 9339, 10788, 8613, 10043, 8283, 9896, 8707, 10037, 8451, 9802, 7537, 9926, 9587, 9225, 10987, 9628, 10297, 8864, 10275, 9520, 14341, 9139, 16449, 9775, 14207, 9548, 12548, 9201, 13319, 11511, 12562, 8907, 10094, 8583, 10111, 8775, 13093, 8907, 10169, 8948, 10367, 9202, 14300, 9349, 11405, 9574, 11311, 9319, 14879, 9497, 11279, 9039, 10023, 9743, 12454, 9198, 14131, 9158, 10267, 8604, 10348, 9442, 8729, 9660, 10732, 12282, 11713, 9703, 8081, 9638, 9792, 9530, 9873, 9515, 8669, 9592, 8525, 10156, 11812, 9500, 8497, 9043, 8570, 9441, 8039, 9604, 7697, 9490, 7850, 9435, 11670, 9552, 13489, 9504, 11753, 9408, 15142, 9340, 16112, 9926, 13871, 9486, 13133, 9506, 13026, 9588, 10175, 9525, 9695, 9657, 10742, 8893, 9341, 7900, 9663, 8363, 9635, 8230, 9669, 11547, 9683, 8249, 9606, 13331, 9469, 12667, 11594, 9951, 9602, 8349, 9476, 8686, 9518, 8952, 13102, 11241, 9564, 7959, 9741, 8105, 9448, 8270, 9319, 8154, 9384, 8264, 9633, 8715, 9401, 11472, 9474, 8256, 10447, 8264, 10121, 8632, 9338, 10739, 9670, 8831, 9675, 7733, 9875, 8133, 9633, 14533, 9777, 11346, 10033, 11690, 9754, 13524, 10309, 9744, 7811, 9811, 7879, 9523, 8570, 9510, 12612, 9850, 8514, 9781, 12846, 9263, 15072, 10543, 11948, 9550, 9218, 9398, 8601, 9321, 8194, 9410, 8195, 9221, 8768, 9236, 8453, 11523, 8681, 9336, 8584, 9327, 8565, 9138, 11531, 9415, 8319, 9744, 8498, 9434, 8716, 9917, 12851, 9366, 8208, 9518, 7758, 9684, 10261, 9651, 12264, 9761, 9491, 9599, 9146, 9513, 13312, 9610, 11161, 9692, 9550, 9378, 13987, 9637, 9078, 8573, 9299, 8038, 9130, 8498, 9611, 9880, 9622, 9098, 9672, 12159, 9533, 14276, 9572, 9624, 8669, 9601, 7781, 9443, 12000, 10032, 16500, 9760, 13548, 9593, 13016, 9821, 15139, 11692, 9646, 9209, 9813, 8379, 9615, 11013, 9099, 15246, 10282, 15888, 12706, 9743, 15434, 9346, 9712, 10219, 15662, 9831, 13451, 9909, 13763, 10053, 12352, 9955, 11418, 10104, 12875, 10030, 13826, 9995, 13961, 10202, 15102, 9514, 9803, 9386, 9759, 12188, 9004, 10153, 15400, 18072, 11365, 13346, 11555, 10094, 8412, 10071, 8923], 'WindowCenter': [4076.0, 4100.0, 4046.0, 4074.0, 4028.0, 4017.0, 4005.0, 3983.0, 4004.0, 3981.0, 3993.0, 3981.0, 3994.0, 3984.0, 4005.0, 3995.0, 4017.0, 4008.0, 4018.0, 4020.0, 4030.0, 4021.0, 4021.0, 4021.0, 4021.0, 4033.0, 4022.0, 4024.0, 4033.0, 4035.0, 4022.0, 4035.0, 4012.0, 4035.0, 4025.0, 4035.0, 4028.0, 4036.0, 4026.0, 4036.0, 4022.0, 4036.0, 4037.0, 4089.0, 4036.0, 4067.0, 4035.0, 4034.0, 4037.0, 4066.0, 4050.0, 4044.0, 4026.0, 4047.0, 4038.0, 4050.0, 4060.0, 4040.0, 4035.0, 4039.0, 4023.0, 4033.0, 4034.0, 4090.0, 4067.0, 4035.0, 4026.0, 4031.0, 4025.0, 4077.0, 4056.0, 4024.0, 4011.0, 4024.0, 4024.0, 4022.0, 4056.0, 4046.0, 4021.0, 4034.0, 4010.0, 4023.0, 4021.0, 4035.0, 4034.0, 4032.0, 4023.0, 4035.0, 4024.0, 4024.0, 4052.0, 4035.0, 4041.0, 4036.0, 4055.0, 4036.0, 4083.0, 4047.0, 4085.0, 4034.0, 4052.0, 4034.0, 4034.0, 4025.0, 4067.0, 4026.0, 4037.0, 4022.0, 4032.0, 4022.0, 4046.0, 4024.0, 4033.0, 4022.0, 4034.0, 4032.0, 4037.0, 4089.0, 4037.0, 4044.0, 4038.0, 4074.0, 4032.0, 4084.0, 4036.0, 4077.0, 4025.0, 4034.0, 4021.0, 4031.0, 4031.0, 4038.0, 4077.0, 4026.0, 4046.0, 4025.0, 4042.0, 4024.0, 4079.0, 4045.0, 4036.0, 4011.0, 4035.0, 4021.0, 4031.0, 4074.0, 4035.0, 4035.0, 4036.0, 4035.0, 4033.0, 4063.0, 4045.0, 4057.0, 4035.0, 4052.0, 4034.0, 4075.0, 4024.0, 4098.0, 4034.0, 4076.0, 4034.0, 4054.0, 4036.0, 4055.0, 4035.0, 4032.0, 4023.0, 4034.0, 4020.0, 4035.0, 4072.0, 4037.0, 4045.0, 4020.0, 4031.0, 4014.0, 4035.0, 4032.0, 4035.0, 4076.0, 4023.0, 4035.0, 4025.0, 4043.0, 4043.0, 4056.0, 4032.0, 4035.0, 4024.0, 4021.0, 4065.0, 4053.0, 4072.0, 4034.0, 4040.0, 4035.0, 4029.0, 4025.0, 4041.0, 4036.0, 4029.0, 4035.0, 4018.0, 4031.0, 4030.0, 4037.0, 4086.0, 4032.0, 4066.0, 4035.0, 4040.0, 4022.0, 4076.0, 4037.0, 4075.0, 4034.0, 4064.0, 4034.0, 4050.0, 4024.0, 4083.0, 4031.0, 4041.0, 4034.0, 4033.0, 4034.0, 4054.0, 4025.0, 4035.0, 4023.0, 4034.0, 4034.0, 4055.0, 4033.0, 4099.0, 4035.0, 4075.0, 4031.0, 4064.0, 4025.0, 4061.0, 4035.0, 4042.0, 4033.0, 4011.0, 4032.0, 4019.0, 4034.0, 4040.0, 4032.0, 4023.0, 4046.0, 4034.0, 4036.0, 4077.0, 4035.0, 4066.0, 4033.0, 4045.0, 4025.0, 4043.0, 4046.0, 4077.0, 4034.0, 4020.0, 4033.0, 4020.0, 4025.0, 4073.0, 4036.0, 4065.0, 4025.0, 4034.0, 4025.0, 4035.0, 4025.0, 4034.0, 4027.0, 4036.0, 4027.0, 4035.0, 4057.0, 4054.0, 4043.0, 4036.0, 4025.0, 4035.0, 4042.0, 4046.0, 4053.0, 4035.0, 4020.0, 4035.0, 4034.0, 4036.0, 4087.0, 4058.0, 4063.0, 4015.0, 4036.0, 4014.0, 4036.0, 4053.0, 4034.0, 4068.0, 4035.0, 4035.0, 4034.0, 4036.0, 4079.0, 4057.0, 4051.0, 4036.0, 4030.0, 4034.0, 4044.0, 4034.0, 4063.0, 4034.0, 4031.0, 4026.0, 4046.0, 4024.0, 4049.0, 4078.0, 4046.0, 4067.0, 4045.0, 4068.0, 4073.0, 4047.0, 4060.0, 4070.0, 4076.0, 4095.0, 4033.0, 4078.0, 4047.0, 4064.0, 4034.0, 4055.0, 4025.0, 4045.0, 4055.0, 4033.0, 4031.0, 4044.0, 4020.0, 4034.0, 4019.0, 4036.0, 4051.0, 4049.0, 4068.0, 4015.0, 4047.0, 4015.0, 4034.0, 4016.0, 4033.0, 4034.0, 4049.0, 4038.0, 4049.0, 4025.0, 4049.0, 4037.0, 4075.0, 4026.0, 4089.0, 4067.0, 4037.0, 4024.0, 4043.0, 4047.0, 4065.0, 4038.0, 4100.0, 4048.0, 4089.0, 4046.0, 4077.0, 4045.0, 4063.0, 4035.0, 4090.0, 4038.0, 4048.0, 4036.0, 4045.0, 4045.0, 4077.0, 4048.0, 4088.0, 4038.0, 4044.0, 4035.0, 4068.0, 4037.0, 4102.0, 4068.0, 4068.0, 4049.0, 4088.0, 4037.0, 4054.0, 4035.0, 4064.0, 4036.0, 4011.0, 4036.0, 4011.0, 4037.0, 4026.0, 4037.0, 4067.0, 4036.0, 4034.0, 4036.0, 4045.0, 4037.0, 4078.0, 4048.0, 4086.0, 4036.0, 4064.0, 4034.0, 4053.0, 4023.0, 4024.0, 4076.0, 4067.0, 4065.0, 4034.0, 4044.0, 4034.0, 4032.0, 4022.0, 4054.0, 4034.0, 4053.0, 4034.0, 4011.0, 4033.0, 4011.0, 4034.0, 4014.0, 4036.0, 4024.0, 4031.0, 4013.0, 4023.0, 4024.0, 4033.0, 4031.0, 4066.0, 4036.0, 4056.0, 4035.0, 4031.0, 4048.0, 4032.0, 4048.0, 4037.0, 4036.0, 4025.0, 4046.0, 4027.0, 4044.0, 4046.0, 4077.0, 4039.0, 4069.0, 4037.0, 4067.0, 4037.0, 4053.0, 4045.0, 4054.0, 4045.0, 4023.0, 4034.0, 4026.0, 4034.0, 4023.0, 4046.0, 4025.0, 4057.0, 4039.0, 4045.0, 4038.0, 4044.0, 4028.0, 4047.0, 4039.0, 4089.0, 4035.0, 4048.0, 4037.0, 4048.0, 4025.0, 4067.0, 4060.0, 4034.0, 4038.0, 4034.0, 4026.0, 4036.0, 4037.0, 4047.0, 4055.0, 4050.0, 4057.0, 4050.0, 4087.0, 4047.0, 4098.0, 4045.0, 4078.0, 4048.0, 4088.0, 4046.0, 4093.0, 4038.0, 4045.0, 4038.0, 4038.0, 4039.0, 4051.0, 4078.0, 4046.0, 4048.0, 4034.0, 4034.0, 4032.0, 4035.0, 4066.0, 4060.0, 4044.0, 4022.0, 4044.0, 4033.0, 4059.0, 4038.0, 4050.0, 4025.0, 4046.0, 4034.0, 4045.0, 4066.0, 4051.0, 4097.0, 4062.0, 4099.0, 4038.0, 4073.0, 4037.0, 4069.0, 4037.0, 4080.0, 4048.0, 4032.0, 4036.0, 4021.0, 4049.0, 4034.0, 4050.0, 4036.0, 4033.0, 4014.0, 4033.0, 4025.0, 4033.0, 4039.0, 4037.0, 4022.0, 4037.0, 4021.0, 4037.0, 4034.0, 4049.0, 4076.0, 4048.0, 4053.0, 4038.0, 4058.0, 4037.0, 4080.0, 4048.0, 4020.0, 4033.0, 4020.0, 4035.0, 4027.0, 4036.0, 4069.0, 4047.0, 4045.0, 4031.0, 4025.0, 4031.0, 4025.0, 4067.0, 4036.0, 4043.0, 4015.0, 4047.0, 4026.0, 4058.0, 4076.0, 4059.0, 4085.0, 4049.0, 4067.0, 4048.0, 4078.0, 4069.0, 4047.0, 4041.0, 4022.0, 4042.0, 4036.0, 4084.0, 4043.0, 4063.0, 4035.0, 4044.0, 4032.0, 4055.0, 4043.0, 4099.0, 4044.0, 4066.0, 4033.0, 4054.0, 4046.0, 4066.0, 4058.0, 4066.0, 4035.0, 4056.0, 4035.0, 4083.0, 4043.0, 4073.0, 4045.0, 4062.0, 4044.0, 4022.0, 4040.0, 4031.0, 4044.0, 4032.0, 4064.0, 4034.0, 4043.0, 4034.0, 4053.0, 4044.0, 4051.0, 4052.0, 4053.0, 4056.0, 4020.0, 4042.0, 4020.0, 4056.0, 4024.0, 4053.0, 4025.0, 4043.0, 4021.0, 4046.0, 4022.0, 4054.0, 4074.0, 4054.0, 4032.0, 4043.0, 4022.0, 4055.0, 4065.0, 4058.0, 4084.0, 4047.0, 4053.0, 4056.0, 4084.0, 4060.0, 4055.0, 4048.0, 4046.0, 4044.0, 4065.0, 4049.0, 4089.0, 4045.0, 4067.0, 4044.0, 4075.0, 4056.0, 4065.0, 4056.0, 4067.0, 4045.0, 4055.0, 4035.0, 4067.0, 4089.0, 4056.0, 4047.0, 4044.0, 4032.0, 4053.0, 4037.0, 4074.0, 4045.0, 4055.0, 4037.0, 4058.0, 4033.0, 4058.0, 4034.0, 4068.0, 4044.0, 4053.0, 4034.0, 4053.0, 4033.0, 4056.0, 4045.0, 4056.0, 4033.0, 4059.0, 4044.0, 4070.0, 4066.0, 4067.0, 4098.0, 4057.0, 4065.0, 4045.0, 4056.0, 4045.0, 4076.0, 4067.0, 4055.0, 4033.0, 4044.0, 4053.0, 4047.0, 4084.0, 4065.0, 4083.0, 4034.0, 4073.0, 4034.0, 4063.0, 4045.0, 4067.0, 4045.0, 4056.0, 4035.0, 4055.0, 4033.0, 4067.0, 4047.0, 4053.0, 4032.0, 4045.0, 4033.0, 4057.0, 4033.0, 4056.0, 4037.0, 4055.0, 4033.0, 4053.0, 4023.0, 4045.0, 4065.0, 4044.0, 4012.0, 4046.0, 4011.0, 4058.0, 4074.0, 4059.0, 4078.0, 4047.0, 4054.0, 4044.0, 4054.0, 4034.0, 4055.0, 4034.0, 4044.0, 4022.0, 4054.0, 4054.0, 4059.0, 4090.0, 4045.0, 4055.0, 4035.0, 4054.0, 4036.0, 4078.0, 4046.0, 4055.0, 4023.0, 4044.0, 4033.0, 4067.0, 4035.0, 4067.0, 4045.0, 4056.0, 4044.0, 4055.0, 4060.0, 4056.0, 4056.0, 4056.0, 4034.0, 4056.0, 4045.0, 4058.0, 4103.0, 4069.0, 4066.0, 4034.0, 4045.0, 4045.0, 4098.0, 4045.0, 4087.0, 4047.0, 4065.0, 4044.0, 4074.0, 4048.0, 4089.0, 4059.0, 4067.0, 4034.0, 4058.0, 4034.0, 4088.0, 4048.0, 4078.0, 4044.0, 4054.0, 4044.0, 4077.0, 4045.0, 4064.0, 4044.0, 4054.0, 4034.0, 4067.0, 4045.0, 4088.0, 4059.0, 4043.0, 4035.0, 4057.0, 4033.0, 4057.0, 4037.0, 4059.0, 4035.0, 4044.0, 4026.0, 4044.0, 4055.0, 4055.0, 4079.0, 4044.0, 4023.0, 4044.0, 4011.0, 4045.0, 4023.0, 4056.0, 4075.0, 4055.0, 4044.0, 4045.0, 4068.0, 4045.0, 4067.0, 4034.0, 4055.0, 4023.0, 4044.0, 4039.0, 4057.0, 4035.0, 4045.0, 4013.0, 4045.0, 4044.0, 4058.0, 4068.0, 4059.0, 4057.0, 4046.0, 4057.0, 4046.0, 4091.0, 4047.0, 4101.0, 4060.0, 4089.0, 4044.0, 4076.0, 4051.0, 4076.0, 4067.0, 4065.0, 4036.0, 4047.0, 4025.0, 4047.0, 4026.0, 4079.0, 4033.0, 4045.0, 4036.0, 4043.0, 4049.0, 4084.0, 4033.0, 4054.0, 4046.0, 4055.0, 4036.0, 4087.0, 4047.0, 4057.0, 4031.0, 4042.0, 4035.0, 4065.0, 4036.0, 4078.0, 4032.0, 4042.0, 4036.0, 4055.0, 4056.0, 4049.0, 4056.0, 4067.0, 4079.0, 4067.0, 4044.0, 4023.0, 4044.0, 4047.0, 4042.0, 4043.0, 4046.0, 4023.0, 4043.0, 4035.0, 4046.0, 4066.0, 4034.0, 4021.0, 4020.0, 4024.0, 4042.0, 4026.0, 4043.0, 4014.0, 4042.0, 4021.0, 4047.0, 4065.0, 4047.0, 4073.0, 4043.0, 4062.0, 4032.0, 4084.0, 4033.0, 4094.0, 4047.0, 4072.0, 4036.0, 4073.0, 4035.0, 4072.0, 4032.0, 4039.0, 4033.0, 4030.0, 4031.0, 4044.0, 4023.0, 4032.0, 4009.0, 4041.0, 4023.0, 4042.0, 4022.0, 4043.0, 4052.0, 4043.0, 4021.0, 4032.0, 4076.0, 4034.0, 4065.0, 4054.0, 4042.0, 4031.0, 4020.0, 4030.0, 4022.0, 4032.0, 4024.0, 4061.0, 4054.0, 4035.0, 4012.0, 4030.0, 4009.0, 4033.0, 4020.0, 4031.0, 4022.0, 4035.0, 4024.0, 4041.0, 4024.0, 4032.0, 4066.0, 4042.0, 4023.0, 4052.0, 4024.0, 4041.0, 4035.0, 4043.0, 4055.0, 4042.0, 4031.0, 4042.0, 4009.0, 4043.0, 4021.0, 4043.0, 4083.0, 4042.0, 4055.0, 4043.0, 4063.0, 4046.0, 4073.0, 4046.0, 4041.0, 4013.0, 4041.0, 4013.0, 4047.0, 4033.0, 4043.0, 4062.0, 4045.0, 4024.0, 4042.0, 4066.0, 4035.0, 4087.0, 4045.0, 4055.0, 4034.0, 4030.0, 4032.0, 4023.0, 4030.0, 4022.0, 4030.0, 4020.0, 4031.0, 4032.0, 4042.0, 4033.0, 4064.0, 4036.0, 4032.0, 4022.0, 4031.0, 4021.0, 4031.0, 4064.0, 4032.0, 4021.0, 4042.0, 4021.0, 4034.0, 4024.0, 4041.0, 4067.0, 4031.0, 4023.0, 4034.0, 4014.0, 4046.0, 4042.0, 4045.0, 4061.0, 4042.0, 4030.0, 4045.0, 4042.0, 4046.0, 4073.0, 4046.0, 4062.0, 4043.0, 4043.0, 4048.0, 4085.0, 4047.0, 4036.0, 4036.0, 4043.0, 4023.0, 4045.0, 4038.0, 4045.0, 4043.0, 4044.0, 4033.0, 4044.0, 4074.0, 4055.0, 4090.0, 4048.0, 4043.0, 4032.0, 4044.0, 4012.0, 4044.0, 4064.0, 4047.0, 4094.0, 4043.0, 4073.0, 4046.0, 4073.0, 4044.0, 4086.0, 4065.0, 4031.0, 4032.0, 4042.0, 4019.0, 4031.0, 4050.0, 4023.0, 4082.0, 4044.0, 4082.0, 4067.0, 4055.0, 4097.0, 4048.0, 4045.0, 4059.0, 4087.0, 4045.0, 4073.0, 4044.0, 4070.0, 4033.0, 4060.0, 4041.0, 4052.0, 4041.0, 4058.0, 4032.0, 4061.0, 4030.0, 4057.0, 4031.0, 4082.0, 4032.0, 4044.0, 4021.0, 4033.0, 4048.0, 4009.0, 4029.0, 4071.0, 4069.0, 4026.0, 4036.0, 4026.0, 4017.0, 3997.0, 4018.0, 4006.0], 'WindowWidth': [9078.0, 9100.0, 9014.0, 9049.0, 8978.0, 8959.0, 8941.0, 8908.0, 8936.0, 8903.0, 8920.0, 8905.0, 8926.0, 8912.0, 8942.0, 8928.0, 8961.0, 8951.0, 8963.0, 8970.0, 8981.0, 8972.0, 8972.0, 8975.0, 8974.0, 8991.0, 8977.0, 8982.0, 8995.0, 8998.0, 8977.0, 8998.0, 8963.0, 8998.0, 8987.0, 9001.0, 8996.0, 9002.0, 8987.0, 9001.0, 8980.0, 9003.0, 9005.0, 9080.0, 9002.0, 9043.0, 9000.0, 8997.0, 9006.0, 9043.0, 9026.0, 9014.0, 8991.0, 9021.0, 9009.0, 9027.0, 9043.0, 9013.0, 9002.0, 9010.0, 8984.0, 8997.0, 9000.0, 9082.0, 9045.0, 9000.0, 8987.0, 8991.0, 8985.0, 9059.0, 9030.0, 8983.0, 8963.0, 8984.0, 8982.0, 8981.0, 9029.0, 9015.0, 8977.0, 8997.0, 8962.0, 8983.0, 8979.0, 9002.0, 8997.0, 8994.0, 8980.0, 8999.0, 8984.0, 8985.0, 9022.0, 9001.0, 9005.0, 9003.0, 9025.0, 9002.0, 9066.0, 9020.0, 9068.0, 8999.0, 9019.0, 8999.0, 9000.0, 8989.0, 9048.0, 8989.0, 9005.0, 8983.0, 8995.0, 8982.0, 9016.0, 8990.0, 8999.0, 8982.0, 9002.0, 8995.0, 9008.0, 9078.0, 9007.0, 9013.0, 9007.0, 9052.0, 8995.0, 9069.0, 9005.0, 9060.0, 8987.0, 8999.0, 8979.0, 8993.0, 8993.0, 9009.0, 9059.0, 8991.0, 9018.0, 8988.0, 9009.0, 8986.0, 9064.0, 9014.0, 9003.0, 8966.0, 9001.0, 8976.0, 8992.0, 9053.0, 9002.0, 9001.0, 9003.0, 9000.0, 8997.0, 9038.0, 9017.0, 9031.0, 9001.0, 9021.0, 8999.0, 9054.0, 8986.0, 9092.0, 8998.0, 9055.0, 8997.0, 9023.0, 9001.0, 9027.0, 9003.0, 8994.0, 8983.0, 8999.0, 8975.0, 9001.0, 9048.0, 9008.0, 9014.0, 8977.0, 8994.0, 8971.0, 9003.0, 8995.0, 9003.0, 9056.0, 8983.0, 9000.0, 8987.0, 9012.0, 9013.0, 9031.0, 8995.0, 9000.0, 8982.0, 8980.0, 9040.0, 9025.0, 9049.0, 8997.0, 9002.0, 8998.0, 8985.0, 8986.0, 9005.0, 9004.0, 8985.0, 8999.0, 8970.0, 8992.0, 8990.0, 9007.0, 9069.0, 8996.0, 9041.0, 9000.0, 9001.0, 8981.0, 9056.0, 9005.0, 9053.0, 8997.0, 9036.0, 8996.0, 9014.0, 8985.0, 9065.0, 8989.0, 9005.0, 8997.0, 8993.0, 8997.0, 9024.0, 8989.0, 9000.0, 8982.0, 8998.0, 8998.0, 9028.0, 8996.0, 9092.0, 8997.0, 9052.0, 8990.0, 9036.0, 8986.0, 9032.0, 8998.0, 9004.0, 8993.0, 8961.0, 8993.0, 8973.0, 9000.0, 9001.0, 8994.0, 8982.0, 9018.0, 8997.0, 9004.0, 9060.0, 9002.0, 9043.0, 8997.0, 9013.0, 8986.0, 9009.0, 9017.0, 9058.0, 8998.0, 8975.0, 8995.0, 8975.0, 8985.0, 9053.0, 9001.0, 9040.0, 8987.0, 8996.0, 8987.0, 9001.0, 8991.0, 9000.0, 8992.0, 9004.0, 8992.0, 9005.0, 9033.0, 9027.0, 9011.0, 9004.0, 8987.0, 9000.0, 9008.0, 9016.0, 9025.0, 9001.0, 8977.0, 9002.0, 8998.0, 9005.0, 9073.0, 9036.0, 9037.0, 8974.0, 9003.0, 8971.0, 9003.0, 9024.0, 9002.0, 9047.0, 9002.0, 9002.0, 8998.0, 9004.0, 9064.0, 9033.0, 9020.0, 9002.0, 8989.0, 8998.0, 9010.0, 8999.0, 9038.0, 8999.0, 8993.0, 8989.0, 9017.0, 8985.0, 9030.0, 9067.0, 9019.0, 9052.0, 9018.0, 9054.0, 9068.0, 9024.0, 9042.0, 9055.0, 9058.0, 9083.0, 8997.0, 9062.0, 9017.0, 9036.0, 8994.0, 9023.0, 8984.0, 9013.0, 9024.0, 8994.0, 8990.0, 9010.0, 8974.0, 8995.0, 8970.0, 8998.0, 9015.0, 9022.0, 9045.0, 8973.0, 9018.0, 8973.0, 9000.0, 8975.0, 8997.0, 9000.0, 9025.0, 9006.0, 9023.0, 8989.0, 9023.0, 9003.0, 9052.0, 8987.0, 9076.0, 9046.0, 9003.0, 8985.0, 9011.0, 9018.0, 9038.0, 9008.0, 9094.0, 9024.0, 9076.0, 9017.0, 9059.0, 9012.0, 9037.0, 9002.0, 9082.0, 9007.0, 9023.0, 9005.0, 9014.0, 9015.0, 9059.0, 9025.0, 9076.0, 9008.0, 9013.0, 9000.0, 9046.0, 9006.0, 9099.0, 9047.0, 9047.0, 9023.0, 9074.0, 9003.0, 9024.0, 9000.0, 9039.0, 9001.0, 8963.0, 9001.0, 8963.0, 9003.0, 8987.0, 9005.0, 9042.0, 9001.0, 8996.0, 9001.0, 9010.0, 9003.0, 9060.0, 9018.0, 9067.0, 9000.0, 9036.0, 8994.0, 9018.0, 8978.0, 8980.0, 9054.0, 9042.0, 9036.0, 8995.0, 9007.0, 8993.0, 8988.0, 8976.0, 9022.0, 8995.0, 9020.0, 8995.0, 8962.0, 8994.0, 8961.0, 8995.0, 8968.0, 9001.0, 8981.0, 8989.0, 8966.0, 8979.0, 8983.0, 8994.0, 8992.0, 9042.0, 9000.0, 9028.0, 9000.0, 8991.0, 9021.0, 8996.0, 9022.0, 9004.0, 9004.0, 8987.0, 9016.0, 8993.0, 9012.0, 9019.0, 9061.0, 9013.0, 9049.0, 9006.0, 9045.0, 9005.0, 9024.0, 9017.0, 9027.0, 9018.0, 8984.0, 9001.0, 8991.0, 8999.0, 8986.0, 9019.0, 8991.0, 9037.0, 9012.0, 9018.0, 9009.0, 9014.0, 8995.0, 9022.0, 9014.0, 9079.0, 9002.0, 9021.0, 9006.0, 9020.0, 8991.0, 9048.0, 9043.0, 9000.0, 9008.0, 8999.0, 8990.0, 9008.0, 9007.0, 9024.0, 9029.0, 9026.0, 9033.0, 9030.0, 9077.0, 9023.0, 9090.0, 9016.0, 9060.0, 9021.0, 9079.0, 9019.0, 9088.0, 9010.0, 9018.0, 9011.0, 9011.0, 9013.0, 9032.0, 9066.0, 9020.0, 9021.0, 9000.0, 8999.0, 8995.0, 9003.0, 9045.0, 9040.0, 9015.0, 8983.0, 9013.0, 8998.0, 9040.0, 9010.0, 9028.0, 8990.0, 9019.0, 9002.0, 9017.0, 9045.0, 9032.0, 9090.0, 9047.0, 9091.0, 9009.0, 9051.0, 9006.0, 9051.0, 9006.0, 9067.0, 9022.0, 8994.0, 9004.0, 8978.0, 9025.0, 9001.0, 9027.0, 9002.0, 8996.0, 8970.0, 8996.0, 8988.0, 8998.0, 9012.0, 9005.0, 8980.0, 9004.0, 8978.0, 9007.0, 8999.0, 9027.0, 9059.0, 9021.0, 9024.0, 9006.0, 9032.0, 9007.0, 9066.0, 9021.0, 8976.0, 8996.0, 8975.0, 9000.0, 8990.0, 9003.0, 9052.0, 9017.0, 9012.0, 8992.0, 8983.0, 8989.0, 8985.0, 9045.0, 9004.0, 9012.0, 8973.0, 9019.0, 8988.0, 9034.0, 9059.0, 9038.0, 9067.0, 9022.0, 9046.0, 9018.0, 9060.0, 9048.0, 9016.0, 9004.0, 8978.0, 9005.0, 9002.0, 9066.0, 9009.0, 9034.0, 8998.0, 9010.0, 8993.0, 9025.0, 9009.0, 9094.0, 9010.0, 9041.0, 8994.0, 9023.0, 9014.0, 9040.0, 9033.0, 9041.0, 9000.0, 9026.0, 8998.0, 9062.0, 9009.0, 9051.0, 9012.0, 9032.0, 9008.0, 8977.0, 8999.0, 8991.0, 9009.0, 8993.0, 9037.0, 8996.0, 9005.0, 8995.0, 9020.0, 9009.0, 9017.0, 9021.0, 9022.0, 9028.0, 8976.0, 9006.0, 8975.0, 9028.0, 8984.0, 9022.0, 8985.0, 9010.0, 8977.0, 9017.0, 8982.0, 9026.0, 9053.0, 9026.0, 8992.0, 9009.0, 8983.0, 9028.0, 9041.0, 9034.0, 9067.0, 9020.0, 9022.0, 9031.0, 9067.0, 9040.0, 9028.0, 9021.0, 9017.0, 9013.0, 9043.0, 9023.0, 9078.0, 9016.0, 9046.0, 9014.0, 9057.0, 9033.0, 9044.0, 9034.0, 9047.0, 9016.0, 9029.0, 9005.0, 9048.0, 9080.0, 9032.0, 9018.0, 9014.0, 8994.0, 9022.0, 9007.0, 9054.0, 9017.0, 9027.0, 9004.0, 9031.0, 8996.0, 9034.0, 9001.0, 9049.0, 9012.0, 9024.0, 8998.0, 9023.0, 8999.0, 9031.0, 9018.0, 9033.0, 8998.0, 9037.0, 9013.0, 9054.0, 9045.0, 9049.0, 9093.0, 9033.0, 9044.0, 9014.0, 9029.0, 9016.0, 9059.0, 9047.0, 9028.0, 8997.0, 9013.0, 9022.0, 9017.0, 9068.0, 9041.0, 9063.0, 8996.0, 9047.0, 8995.0, 9035.0, 9013.0, 9043.0, 9012.0, 9026.0, 8999.0, 9026.0, 8997.0, 9044.0, 9019.0, 9021.0, 8994.0, 9012.0, 8995.0, 9029.0, 8998.0, 9030.0, 9004.0, 9025.0, 8996.0, 9022.0, 8983.0, 9014.0, 9043.0, 9010.0, 8966.0, 9015.0, 8963.0, 9033.0, 9051.0, 9037.0, 9059.0, 9017.0, 9023.0, 9011.0, 9025.0, 8999.0, 9028.0, 8999.0, 9011.0, 8981.0, 9025.0, 9024.0, 9036.0, 9080.0, 9015.0, 9028.0, 9002.0, 9026.0, 9005.0, 9063.0, 9018.0, 9027.0, 8984.0, 9012.0, 8996.0, 9047.0, 9002.0, 9049.0, 9016.0, 9032.0, 9012.0, 9029.0, 9039.0, 9032.0, 9032.0, 9032.0, 9000.0, 9032.0, 9016.0, 9039.0, 9101.0, 9054.0, 9043.0, 9000.0, 9013.0, 9014.0, 9090.0, 9015.0, 9074.0, 9018.0, 9040.0, 9012.0, 9052.0, 9022.0, 9076.0, 9036.0, 9044.0, 8998.0, 9031.0, 8998.0, 9075.0, 9021.0, 9061.0, 9012.0, 9026.0, 9012.0, 9059.0, 9014.0, 9040.0, 9012.0, 9025.0, 8998.0, 9044.0, 9017.0, 9073.0, 9037.0, 9010.0, 9000.0, 9031.0, 8996.0, 9032.0, 9006.0, 9036.0, 9001.0, 9014.0, 8989.0, 9013.0, 9028.0, 9028.0, 9064.0, 9012.0, 8982.0, 9011.0, 8964.0, 9015.0, 8982.0, 9033.0, 9055.0, 9028.0, 9011.0, 9015.0, 9051.0, 9017.0, 9048.0, 8999.0, 9029.0, 8984.0, 9011.0, 9010.0, 9034.0, 9004.0, 9015.0, 8970.0, 9016.0, 9013.0, 9040.0, 9050.0, 9042.0, 9033.0, 9020.0, 9034.0, 9019.0, 9084.0, 9021.0, 9096.0, 9040.0, 9077.0, 9013.0, 9057.0, 9030.0, 9058.0, 9047.0, 9041.0, 9002.0, 9015.0, 8986.0, 9016.0, 8987.0, 9061.0, 8994.0, 9012.0, 8999.0, 9006.0, 9022.0, 9067.0, 8996.0, 9024.0, 9014.0, 9025.0, 9000.0, 9071.0, 9017.0, 9028.0, 8991.0, 9005.0, 8997.0, 9039.0, 9002.0, 9059.0, 8992.0, 9006.0, 9006.0, 9030.0, 9035.0, 9026.0, 9035.0, 9050.0, 9063.0, 9044.0, 9014.0, 8981.0, 9012.0, 9017.0, 9006.0, 9006.0, 9016.0, 8982.0, 9011.0, 9000.0, 9013.0, 9041.0, 8995.0, 8976.0, 8974.0, 8984.0, 9005.0, 8989.0, 9008.0, 8970.0, 9008.0, 8977.0, 9019.0, 9041.0, 9019.0, 9049.0, 9009.0, 9032.0, 8995.0, 9067.0, 8998.0, 9080.0, 9015.0, 9045.0, 8999.0, 9049.0, 8999.0, 9046.0, 8991.0, 8997.0, 8993.0, 8988.0, 8990.0, 9007.0, 8980.0, 8992.0, 8959.0, 9004.0, 8981.0, 9007.0, 8981.0, 9009.0, 9019.0, 9009.0, 8976.0, 8992.0, 9053.0, 8994.0, 9038.0, 9021.0, 9003.0, 8989.0, 8974.0, 8987.0, 8977.0, 8990.0, 8981.0, 9031.0, 9023.0, 8998.0, 8964.0, 8988.0, 8958.0, 8992.0, 8974.0, 8990.0, 8978.0, 8999.0, 8982.0, 9004.0, 8982.0, 8995.0, 9042.0, 9006.0, 8981.0, 9020.0, 8984.0, 9004.0, 8998.0, 9010.0, 9026.0, 9007.0, 8989.0, 9007.0, 8959.0, 9009.0, 8979.0, 9010.0, 9063.0, 9008.0, 9026.0, 9009.0, 9034.0, 9016.0, 9049.0, 9016.0, 9004.0, 8969.0, 9005.0, 8966.0, 9016.0, 8996.0, 9010.0, 9033.0, 9013.0, 8983.0, 9006.0, 9042.0, 9001.0, 9071.0, 9012.0, 9024.0, 8995.0, 8986.0, 8991.0, 8979.0, 8989.0, 8980.0, 8990.0, 8974.0, 8993.0, 8993.0, 9009.0, 8997.0, 9041.0, 9002.0, 8993.0, 8979.0, 8990.0, 8978.0, 8991.0, 9040.0, 8993.0, 8978.0, 9009.0, 8978.0, 8997.0, 8984.0, 9005.0, 9043.0, 8989.0, 8980.0, 8995.0, 8969.0, 9016.0, 9005.0, 9012.0, 9029.0, 9007.0, 8987.0, 9014.0, 9007.0, 9017.0, 9050.0, 9016.0, 9034.0, 9009.0, 9010.0, 9022.0, 9069.0, 9020.0, 9002.0, 9002.0, 9010.0, 8984.0, 9017.0, 9007.0, 9017.0, 9010.0, 9015.0, 8997.0, 9015.0, 9052.0, 9031.0, 9080.0, 9023.0, 9009.0, 8994.0, 9012.0, 8967.0, 9013.0, 9038.0, 9020.0, 9080.0, 9009.0, 9050.0, 9013.0, 9048.0, 9012.0, 9070.0, 9043.0, 8991.0, 8994.0, 9006.0, 8972.0, 8989.0, 9014.0, 8980.0, 9059.0, 9010.0, 9062.0, 9044.0, 9032.0, 9087.0, 9024.0, 9017.0, 9038.0, 9071.0, 9011.0, 9047.0, 9007.0, 9041.0, 8992.0, 9025.0, 9002.0, 9017.0, 9000.0, 9021.0, 8988.0, 9027.0, 8983.0, 9017.0, 8985.0, 9061.0, 8989.0, 9009.0, 8972.0, 8992.0, 9007.0, 8952.0, 8979.0, 9037.0, 9033.0, 8969.0, 8983.0, 8970.0, 8959.0, 8934.0, 8963.0, 8942.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.0003201654259718776</td></tr>
<tr><td colspan=3>aqi</td><td>0.023079921091811416</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.29552926141558</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1857384046274813</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9743485995529803</td></tr>
<tr><td colspan=3>efc</td><td>0.4973</td></tr>
<tr><td colspan=3>fber</td><td>4606.6328</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06613892157321938</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8271298593879239</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5372818276887936</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.36487621634423</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.866328568025038</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.380640698697113</td></tr>
<tr><td colspan=3>gcor</td><td>0.00817686</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02592945471405983</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04044509306550026</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1209</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.744889724165756</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>16.641</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.6664</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.9117</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297992.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>1017.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.522</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1774</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>524.7089</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3207.8792</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3413.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78552.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>977.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>911.3695</td></tr>
<tr><td colspan=3>tsnr</td><td>36.88255286403</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>