ds005256-mriqc/sub-0071_ses-01_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter 82ab302a2b [DATALAD RUNCMD] Compute MRIQC for sub-0071
=== 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-0071 --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-0071",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 04:06:51 +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-0071_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-0071_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-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0071/figures/sub-0071_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-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0071/figures/sub-0071_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-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0071/figures/sub-0071_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-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0071/figures/sub-0071_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-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0071/figures/sub-0071_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-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0071/figures/sub-0071_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-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0071/figures/sub-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0071/figures/sub-0071_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-0071/ses-01/func/sub-0071_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>318d938b4670a65be91e11ce1ae12898</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>10:08:43.087500</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.999137, -0.0306455, 0.0280406, 0.0327956, 0.996276, -0.0797383]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101188</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7763, -7213, 502, -44, -168, 67, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>273.8</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8c1f9378-b920-492c-aa8c-dea9621a6141||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.6806113719940186, 0.08798829466104507, 0.06882988661527634, 104.02850341796875], [0.08221974223852158, 2.672936201095581, -0.21759052574634552, -82.32254028320312], [0.07523085922002792, 0.21393200755119324, 2.690337657928467, -90.87031555175781], [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': ['100843.087500', '100843.547500', '100844.007500', '100844.467500', '100844.927500', '100845.387500', '100845.847500', '100846.307500', '100846.767500', '100847.227500', '100847.687500', '100848.147500', '100848.607500', '100849.067500', '100849.527500', '100849.987500', '100850.447500', '100850.907500', '100851.367500', '100851.827500', '100852.287500', '100852.747500', '100853.207500', '100853.667500', '100854.127500', '100854.587500', '100855.047500', '100855.507500', '100855.967500', '100856.427500', '100856.887500', '100857.347500', '100857.807500', '100858.267500', '100858.727500', '100859.187500', '100859.647500', '100900.107500', '100900.567500', '100901.027500', '100901.487500', '100901.947500', '100902.407500', '100902.867500', '100903.327500', '100903.787500', '100904.247500', '100904.707500', '100905.167500', '100905.627500', '100906.087500', '100906.547500', '100907.007500', '100907.467500', '100907.927500', '100908.387500', '100908.847500', '100909.307500', '100909.767500', '100910.227500', '100910.687500', '100911.147500', '100911.607500', '100912.067500', '100912.527500', '100912.987500', '100913.447500', '100913.907500', '100914.367500', '100914.827500', '100915.287500', '100915.747500', '100916.207500', '100916.667500', '100917.127500', '100917.587500', '100918.047500', '100918.507500', '100918.967500', '100919.427500', '100919.887500', '100920.347500', '100920.807500', '100921.267500', '100921.727500', '100922.187500', '100922.647500', '100923.107500', '100923.567500', '100924.027500', '100924.487500', '100924.947500', '100925.407500', '100925.867500', '100926.327500', '100926.787500', '100927.247500', '100927.707500', '100928.167500', '100928.627500', '100929.087500', '100929.547500', '100930.007500', '100930.467500', '100930.927500', '100931.387500', '100931.847500', '100932.307500', '100932.767500', '100933.227500', '100933.687500', '100934.147500', '100934.607500', '100935.067500', '100935.527500', '100935.987500', '100936.447500', '100936.907500', '100937.367500', '100937.827500', '100938.287500', '100938.747500', '100939.207500', '100939.667500', '100940.127500', '100940.587500', '100941.047500', '100941.507500', '100941.967500', '100942.427500', '100942.887500', '100943.347500', '100943.807500', '100944.267500', '100944.727500', '100945.187500', '100945.647500', '100946.107500', '100946.567500', '100947.027500', '100947.487500', '100947.947500', '100948.407500', '100948.867500', '100949.327500', '100949.787500', '100950.247500', '100950.707500', '100951.167500', '100951.627500', '100952.087500', '100952.547500', '100953.007500', '100953.467500', '100953.927500', '100954.387500', '100954.847500', '100955.307500', '100955.767500', '100956.227500', '100956.687500', '100957.147500', '100957.607500', '100958.067500', '100958.527500', '100958.987500', '100959.447500', '100959.907500', '101000.367500', '101000.827500', '101001.287500', '101001.747500', '101002.207500', '101002.667500', '101003.127500', '101003.587500', '101004.047500', '101004.507500', '101004.967500', '101005.427500', '101005.887500', '101006.347500', '101006.807500', '101007.267500', '101007.727500', '101008.187500', '101008.647500', '101009.107500', '101009.567500', '101010.027500', '101010.487500', '101010.947500', '101011.407500', '101011.867500', '101012.327500', '101012.787500', '101013.247500', '101013.707500', '101014.167500', '101014.627500', '101015.087500', '101015.547500', '101016.007500', '101016.467500', '101016.927500', '101017.387500', '101017.847500', '101018.307500', '101018.767500', '101019.227500', '101019.687500', '101020.147500', '101020.607500', '101021.067500', '101021.527500', '101021.987500', '101022.447500', '101022.907500', '101023.367500', '101023.827500', '101024.287500', '101024.747500', '101025.207500', '101025.667500', '101026.127500', '101026.587500', '101027.047500', '101027.507500', '101027.967500', '101028.427500', '101028.887500', '101029.347500', '101029.807500', '101030.267500', '101030.727500', '101031.187500', '101031.647500', '101032.107500', '101032.567500', '101033.027500', '101033.487500', '101033.947500', '101034.407500', '101034.867500', '101035.327500', '101035.787500', '101036.247500', '101036.707500', '101037.167500', '101037.627500', '101038.087500', '101038.547500', '101039.007500', '101039.467500', '101039.927500', '101040.387500', '101040.847500', '101041.307500', '101041.767500', '101042.227500', '101042.687500', '101043.147500', '101043.607500', '101044.067500', '101044.527500', '101044.987500', '101045.447500', '101045.907500', '101046.367500', '101046.827500', '101047.287500', '101047.747500', '101048.207500', '101048.667500', '101049.127500', '101049.587500', '101050.047500', '101050.507500', '101050.967500', '101051.427500', '101051.887500', '101052.347500', '101052.807500', '101053.267500', '101053.727500', '101054.187500', '101054.647500', '101055.107500', '101055.567500', '101056.027500', '101056.487500', '101056.947500', '101057.407500', '101057.867500', '101058.327500', '101058.787500', '101059.247500', '101059.707500', '101100.167500', '101100.627500', '101101.087500', '101101.547500', '101102.007500', '101102.467500', '101102.927500', '101103.387500', '101103.847500', '101104.307500', '101104.767500', '101105.227500', '101105.687500', '101106.147500', '101106.607500', '101107.067500', '101107.527500', '101107.987500', '101108.447500', '101108.907500', '101109.367500', '101109.827500', '101110.287500', '101110.747500', '101111.207500', '101111.667500', '101112.127500', '101112.587500', '101113.047500', '101113.507500', '101113.967500', '101114.427500', '101114.887500', '101115.347500', '101115.807500', '101116.267500', '101116.727500', '101117.187500', '101117.647500', '101118.107500', '101118.567500', '101119.027500', '101119.487500', '101119.947500', '101120.407500', '101120.867500', '101121.327500', '101121.787500', '101122.247500', '101122.707500', '101123.167500', '101123.627500', '101124.087500', '101124.547500', '101125.007500', '101125.467500', '101125.927500', '101126.387500', '101126.847500', '101127.307500', '101127.767500', '101128.227500', '101128.687500', '101129.147500', '101129.607500', '101130.067500', '101130.527500', '101130.987500', '101131.447500', '101131.907500', '101132.367500', '101132.827500', '101133.287500', '101133.747500', '101134.207500', '101134.667500', '101135.127500', '101135.587500', '101136.047500', '101136.507500', '101136.967500', '101137.427500', '101137.887500', '101138.347500', '101138.807500', '101139.267500', '101139.727500', '101140.187500', '101140.647500', '101141.107500', '101141.567500', '101142.027500', '101142.487500', '101142.947500', '101143.407500', '101143.867500', '101144.327500', '101144.787500', '101145.247500', '101145.707500', '101146.167500', '101146.627500', '101147.087500', '101147.547500', '101148.007500', '101148.467500', '101148.927500', '101149.387500', '101149.847500', '101150.307500', '101150.767500', '101151.227500', '101151.687500', '101152.147500', '101152.607500', '101153.067500', '101153.527500', '101153.987500', '101154.447500', '101154.907500', '101155.367500', '101155.827500', '101156.287500', '101156.747500', '101157.207500', '101157.667500', '101158.127500', '101158.587500', '101159.047500', '101159.507500', '101159.967500', '101200.427500', '101200.887500', '101201.347500', '101201.807500', '101202.267500', '101202.727500', '101203.187500', '101203.647500', '101204.107500', '101204.567500', '101205.027500', '101205.487500', '101205.947500', '101206.407500', '101206.867500', '101207.327500', '101207.787500', '101208.247500', '101208.707500', '101209.167500', '101209.627500', '101210.087500', '101210.547500', '101211.007500', '101211.467500', '101211.927500', '101212.387500', '101212.847500', '101213.307500', '101213.767500', '101214.227500', '101214.687500', '101215.147500', '101215.607500', '101216.067500', '101216.527500', '101216.987500', '101217.447500', '101217.907500', '101218.367500', '101218.827500', '101219.287500', '101219.747500', '101220.207500', '101220.667500', '101221.127500', '101221.587500', '101222.047500', '101222.507500', '101222.967500', '101223.427500', '101223.887500', '101224.347500', '101224.807500', '101225.267500', '101225.727500', '101226.187500', '101226.647500', '101227.107500', '101227.567500', '101228.027500', '101228.487500', '101228.947500', '101229.407500', '101229.867500', '101230.327500', '101230.787500', '101231.247500', '101231.707500', '101232.167500', '101232.627500', '101233.087500', '101233.547500', '101234.007500', '101234.467500', '101234.927500', '101235.387500', '101235.847500', '101236.307500', '101236.767500', '101237.227500', '101237.687500', '101238.147500', '101238.607500', '101239.067500', '101239.527500', '101239.987500', '101240.447500', '101240.907500', '101241.367500', '101241.827500', '101242.287500', '101242.747500', '101243.207500', '101243.667500', '101244.127500', '101244.587500', '101245.047500', '101245.507500', '101245.967500', '101246.427500', '101246.887500', '101247.347500', '101247.807500', '101248.267500', '101248.727500', '101249.187500', '101249.647500', '101250.107500', '101250.567500', '101251.027500', '101251.487500', '101251.947500', '101252.407500', '101252.867500', '101253.327500', '101253.787500', '101254.247500', '101254.707500', '101255.167500', '101255.627500', '101256.087500', '101256.547500', '101257.007500', '101257.467500', '101257.927500', '101258.387500', '101258.847500', '101259.307500', '101259.767500', '101300.227500', '101300.687500', '101301.147500', '101301.607500', '101302.067500', '101302.527500', '101302.987500', '101303.447500', '101303.907500', '101304.367500', '101304.827500', '101305.287500', '101305.747500', '101306.207500', '101306.667500', '101307.127500', '101307.587500', '101308.047500', '101308.507500', '101308.967500', '101309.427500', '101309.887500', '101310.347500', '101310.807500', '101311.267500', '101311.727500', '101312.187500', '101312.647500', '101313.107500', '101313.567500', '101314.027500', '101314.487500', '101314.947500', '101315.407500', '101315.867500', '101316.327500', '101316.787500', '101317.247500', '101317.707500', '101318.167500', '101318.627500', '101319.087500', '101319.547500', '101320.007500', '101320.467500', '101320.927500', '101321.387500', '101321.847500', '101322.307500', '101322.767500', '101323.227500', '101323.687500', '101324.147500', '101324.607500', '101325.067500', '101325.527500', '101325.987500', '101326.447500', '101326.907500', '101327.367500', '101327.827500', '101328.287500', '101328.747500', '101329.207500', '101329.667500', '101330.127500', '101330.587500', '101331.047500', '101331.507500', '101331.967500', '101332.427500', '101332.887500', '101333.347500', '101333.807500', '101334.267500', '101334.727500', '101335.187500', '101335.647500', '101336.107500', '101336.567500', '101337.027500', '101337.487500', '101337.947500', '101338.407500', '101338.867500', '101339.327500', '101339.787500', '101340.247500', '101340.707500', '101341.167500', '101341.627500', '101342.087500', '101342.547500', '101343.007500', '101343.467500', '101343.927500', '101344.387500', '101344.847500', '101345.307500', '101345.767500', '101346.227500', '101346.687500', '101347.147500', '101347.607500', '101348.067500', '101348.527500', '101348.987500', '101349.447500', '101349.907500', '101350.367500', '101350.827500', '101351.287500', '101351.747500', '101352.207500', '101352.667500', '101353.127500', '101353.587500', '101354.047500', '101354.507500', '101354.967500', '101355.427500', '101355.887500', '101356.347500', '101356.807500', '101357.267500', '101357.727500', '101358.187500', '101358.647500', '101359.107500', '101359.567500', '101400.027500', '101400.487500', '101400.947500', '101401.407500', '101401.867500', '101402.327500', '101402.787500', '101403.247500', '101403.707500', '101404.167500', '101404.627500', '101405.087500', '101405.547500', '101406.007500', '101406.467500', '101406.927500', '101407.387500', '101407.847500', '101408.307500', '101408.767500', '101409.227500', '101409.687500', '101410.147500', '101410.607500', '101411.067500', '101411.527500', '101411.987500', '101412.447500', '101412.907500', '101413.367500', '101413.827500', '101414.287500', '101414.747500', '101415.207500', '101415.667500', '101416.127500', '101416.587500', '101417.047500', '101417.507500', '101417.967500', '101418.427500', '101418.887500', '101419.347500', '101419.807500', '101420.267500', '101420.727500', '101421.187500', '101421.647500', '101422.107500', '101422.567500', '101423.027500', '101423.487500', '101423.947500', '101424.407500', '101424.867500', '101425.327500', '101425.787500', '101426.247500', '101426.707500', '101427.167500', '101427.627500', '101428.087500', '101428.547500', '101429.007500', '101429.467500', '101429.927500', '101430.387500', '101430.847500', '101431.307500', '101431.767500', '101432.227500', '101432.687500', '101433.147500', '101433.607500', '101434.067500', '101434.527500', '101434.987500', '101435.447500', '101435.907500', '101436.367500', '101436.827500', '101437.287500', '101437.747500', '101438.207500', '101438.667500', '101439.127500', '101439.587500', '101440.047500', '101440.507500', '101440.967500', '101441.427500', '101441.887500', '101442.347500', '101442.807500', '101443.267500', '101443.727500', '101444.187500', '101444.647500', '101445.107500', '101445.567500', '101446.027500', '101446.487500', '101446.947500', '101447.407500', '101447.867500', '101448.327500', '101448.787500', '101449.247500', '101449.707500', '101450.167500', '101450.627500', '101451.087500', '101451.547500', '101452.007500', '101452.467500', '101452.927500', '101453.387500', '101453.847500', '101454.307500', '101454.767500', '101455.227500', '101455.687500', '101456.147500', '101456.607500', '101457.067500', '101457.527500', '101457.987500', '101458.447500', '101458.907500', '101459.367500', '101459.827500', '101500.287500', '101500.747500', '101501.207500', '101501.667500', '101502.127500', '101502.587500', '101503.047500', '101503.507500', '101503.967500', '101504.427500', '101504.887500', '101505.347500', '101505.807500', '101506.267500', '101506.727500', '101507.187500', '101507.647500', '101508.107500', '101508.567500', '101509.027500', '101509.487500', '101509.947500', '101510.407500', '101510.867500', '101511.327500', '101511.787500', '101512.247500', '101512.707500', '101513.167500', '101513.627500', '101514.087500', '101514.547500', '101515.007500', '101515.467500', '101515.927500', '101516.387500', '101516.847500', '101517.307500', '101517.767500', '101518.227500', '101518.687500', '101519.147500', '101519.607500', '101520.067500', '101520.527500', '101520.987500', '101521.447500', '101521.907500', '101522.367500', '101522.827500', '101523.287500', '101523.747500', '101524.207500', '101524.667500', '101525.127500', '101525.587500', '101526.047500', '101526.507500', '101526.967500', '101527.427500', '101527.887500', '101528.347500', '101528.807500', '101529.267500', '101529.727500', '101530.187500', '101530.647500', '101531.107500', '101531.567500', '101532.027500', '101532.487500', '101532.947500', '101533.407500', '101533.867500', '101534.327500', '101534.787500', '101535.247500', '101535.707500', '101536.167500', '101536.627500', '101537.087500', '101537.547500', '101538.007500', '101538.467500', '101538.927500', '101539.387500', '101539.847500', '101540.307500', '101540.767500', '101541.227500', '101541.687500', '101542.147500', '101542.607500', '101543.067500', '101543.527500', '101543.987500', '101544.447500', '101544.907500', '101545.367500', '101545.827500', '101546.287500', '101546.747500', '101547.207500', '101547.667500', '101548.127500', '101548.587500', '101549.047500', '101549.507500', '101549.967500', '101550.427500', '101550.887500', '101551.347500', '101551.807500', '101552.267500', '101552.727500', '101553.187500', '101553.647500', '101554.107500', '101554.567500', '101555.027500', '101555.487500', '101555.947500', '101556.407500', '101556.867500', '101557.327500', '101557.787500', '101558.247500', '101558.707500', '101559.167500', '101559.627500', '101600.087500', '101600.547500', '101601.007500', '101601.467500', '101601.927500', '101602.387500', '101602.847500', '101603.307500', '101603.767500', '101604.227500', '101604.687500', '101605.147500', '101605.607500', '101606.067500', '101606.527500', '101606.987500', '101607.447500', '101607.907500', '101608.367500', '101608.827500', '101609.287500', '101609.747500', '101610.207500', '101610.667500', '101611.127500', '101611.587500', '101612.047500', '101612.507500', '101612.967500', '101613.427500', '101613.887500', '101614.347500', '101614.807500', '101615.267500', '101615.727500', '101616.187500', '101616.647500', '101617.107500', '101617.567500', '101618.027500', '101618.487500', '101618.947500', '101619.407500', '101619.867500', '101620.327500', '101620.787500', '101621.247500', '101621.707500', '101622.167500', '101622.627500', '101623.087500', '101623.547500', '101624.007500', '101624.467500', '101624.927500', '101625.387500', '101625.847500', '101626.307500', '101626.767500', '101627.227500', '101627.687500', '101628.147500', '101628.607500', '101629.067500', '101629.527500', '101629.987500', '101630.447500', '101630.907500', '101631.367500', '101631.827500', '101632.287500', '101632.747500', '101633.207500', '101633.667500', '101634.127500', '101634.587500', '101635.047500', '101635.507500', '101635.967500', '101636.427500', '101636.887500', '101637.347500', '101637.807500', '101638.267500', '101638.727500', '101639.187500', '101639.647500', '101640.107500', '101640.567500', '101641.027500', '101641.487500', '101641.947500', '101642.407500', '101642.867500', '101643.327500', '101643.787500', '101644.247500', '101644.707500', '101645.167500', '101645.627500', '101646.087500', '101646.547500', '101647.007500', '101647.467500', '101647.927500', '101648.387500', '101648.847500', '101649.307500', '101649.767500', '101650.227500', '101650.687500', '101651.147500', '101651.607500', '101652.067500', '101652.527500', '101652.987500', '101653.447500', '101653.907500', '101654.367500', '101654.827500', '101655.287500', '101655.747500', '101656.207500', '101656.667500', '101657.127500', '101657.587500', '101658.047500', '101658.507500', '101658.967500', '101659.427500', '101659.887500', '101700.347500', '101700.807500', '101701.267500', '101701.727500', '101702.187500', '101702.647500', '101703.107500', '101703.567500', '101704.027500', '101704.487500', '101704.947500', '101705.407500', '101705.867500', '101706.327500', '101706.787500', '101707.247500', '101707.707500', '101708.167500', '101708.627500', '101709.087500', '101709.547500', '101710.007500', '101710.467500', '101710.927500', '101711.387500', '101711.847500', '101712.307500', '101712.767500', '101713.227500', '101713.687500', '101714.147500', '101714.607500', '101715.067500', '101715.527500', '101715.987500', '101716.447500', '101716.907500', '101717.367500', '101717.827500', '101718.287500', '101718.747500', '101719.207500', '101719.667500', '101720.127500', '101720.587500', '101721.047500', '101721.507500', '101721.967500', '101722.427500', '101722.887500', '101723.347500', '101723.807500', '101724.267500', '101724.727500', '101725.187500', '101725.647500', '101726.107500', '101726.567500', '101727.027500', '101727.487500', '101727.947500', '101728.407500', '101728.867500', '101729.327500', '101729.787500', '101730.247500', '101730.707500', '101731.167500', '101731.627500', '101732.087500', '101732.547500', '101733.007500', '101733.467500', '101733.927500', '101734.387500', '101734.847500', '101735.307500', '101735.767500', '101736.227500', '101736.687500', '101737.147500', '101737.607500', '101738.067500', '101738.527500', '101738.987500', '101739.447500', '101739.907500', '101740.367500', '101740.827500', '101741.287500', '101741.747500', '101742.207500', '101742.667500', '101743.127500', '101743.587500', '101744.047500', '101744.507500', '101744.967500', '101745.427500', '101745.887500', '101746.347500', '101746.807500', '101747.267500', '101747.727500', '101748.187500', '101748.647500', '101749.107500', '101749.567500', '101750.027500', '101750.487500', '101750.947500', '101751.407500', '101751.867500', '101752.327500', '101752.787500', '101753.247500', '101753.707500', '101754.167500', '101754.627500', '101755.087500', '101755.547500', '101756.007500', '101756.467500', '101756.927500', '101757.387500', '101757.847500', '101758.307500', '101758.767500'], 'ContentTime': ['100853.675000', '100853.678000', '100853.681000', '100853.693000', '100853.696000', '100853.699000', '100853.701000', '100853.704000', '100853.706000', '100853.709000', '100853.711000', '100853.714000', '100853.716000', '100853.728000', '100853.730000', '100853.733000', '100853.735000', '100853.738000', '100853.740000', '100853.743000', '100853.746000', '100913.645000', '100913.648000', '100913.651000', '100913.653000', '100913.656000', '100913.658000', '100913.661000', '100913.664000', '100913.671000', '100913.674000', '100913.676000', '100913.679000', '100913.682000', '100913.684000', '100913.687000', '100913.689000', '100913.692000', '100913.694000', '100913.697000', '100913.699000', '100913.702000', '100913.704000', '100913.707000', '100913.710000', '100913.712000', '100913.715000', '100913.717000', '100913.720000', '100913.722000', '100913.725000', '100913.727000', '100913.730000', '100913.732000', '100913.735000', '100913.738000', '100913.740000', '100913.743000', '100913.745000', '100913.748000', '100913.750000', '100913.753000', '100913.755000', '100913.758000', '100913.760000', '100933.646000', '100933.649000', '100933.652000', '100933.654000', '100933.657000', '100933.659000', '100933.662000', '100933.665000', '100933.667000', '100933.670000', '100933.672000', '100933.675000', '100933.677000', '100933.680000', '100933.682000', '100933.685000', '100933.687000', '100933.690000', '100933.693000', '100933.695000', '100933.698000', '100933.700000', '100933.703000', '100933.705000', '100933.708000', '100933.710000', '100933.713000', '100933.715000', '100933.718000', '100933.720000', '100933.723000', '100933.725000', '100933.728000', '100933.731000', '100933.733000', '100933.742000', '100933.745000', '100933.747000', '100933.750000', '100933.752000', '100933.755000', '100933.758000', '100933.760000', '100953.646000', '100953.649000', '100953.652000', '100953.654000', '100953.657000', '100953.660000', '100953.662000', '100953.665000', '100953.667000', '100953.670000', '100953.672000', '100953.675000', '100953.677000', '100953.680000', '100953.682000', '100953.685000', '100953.688000', '100953.690000', '100953.717000', '100953.719000', '100953.722000', '100953.724000', '100953.727000', '100953.729000', '100953.732000', '100953.734000', '100953.737000', '100953.740000', '100953.742000', '100953.745000', '100953.747000', '100953.750000', '100953.752000', '100953.755000', '100953.757000', '100953.760000', '100953.762000', '100953.765000', '100953.768000', '100953.770000', '100953.773000', '100953.775000', '100953.778000', '100953.780000', '101013.646000', '101013.649000', '101013.652000', '101013.654000', '101013.657000', '101013.659000', '101013.662000', '101013.665000', '101013.667000', '101013.670000', '101013.672000', '101013.675000', '101013.677000', '101013.680000', '101013.682000', '101013.685000', '101013.688000', '101013.690000', '101013.693000', '101013.695000', '101013.698000', '101013.701000', '101013.703000', '101013.706000', '101013.708000', '101013.711000', '101013.713000', '101013.716000', '101013.718000', '101013.721000', '101013.723000', '101013.726000', '101013.729000', '101013.731000', '101013.734000', '101013.736000', '101013.739000', '101013.742000', '101013.744000', '101013.747000', '101013.749000', '101013.752000', '101013.755000', '101033.646000', '101033.649000', '101033.652000', '101033.654000', '101033.657000', '101033.659000', '101033.662000', '101033.665000', '101033.667000', '101033.670000', '101033.672000', '101033.675000', '101033.677000', '101033.690000', '101033.693000', '101033.695000', '101033.698000', '101033.701000', '101033.703000', '101033.706000', '101033.708000', '101033.711000', '101033.714000', '101033.716000', '101033.719000', '101033.721000', '101033.724000', '101033.726000', '101033.729000', '101033.731000', '101033.734000', '101033.737000', '101033.739000', '101033.742000', '101033.744000', '101033.747000', '101033.750000', '101033.752000', '101033.755000', '101033.757000', '101033.760000', '101033.763000', '101033.765000', '101033.768000', '101053.646000', '101053.649000', '101053.652000', '101053.654000', '101053.657000', '101053.660000', '101053.662000', '101053.665000', '101053.667000', '101053.670000', '101053.672000', '101053.675000', '101053.677000', '101053.680000', '101053.683000', '101053.685000', '101053.688000', '101053.690000', '101053.693000', '101053.695000', '101053.698000', '101053.701000', '101053.703000', '101053.706000', '101053.708000', '101053.711000', '101053.713000', '101053.716000', '101053.718000', '101053.721000', '101053.724000', '101053.726000', '101053.729000', '101053.731000', '101053.734000', '101053.737000', '101053.739000', '101053.742000', '101053.744000', '101053.747000', '101053.749000', '101053.752000', '101053.754000', '101113.647000', '101113.650000', '101113.652000', '101113.655000', '101113.657000', '101113.660000', '101113.663000', '101113.665000', '101113.668000', '101113.670000', '101113.673000', '101113.675000', '101113.678000', '101113.680000', '101113.683000', '101113.686000', '101113.688000', '101113.691000', '101113.693000', '101113.696000', '101113.698000', '101113.701000', '101113.704000', '101113.706000', '101113.709000', '101113.711000', '101113.714000', '101113.716000', '101113.719000', '101113.722000', '101113.724000', '101113.727000', '101113.729000', '101113.732000', '101113.734000', '101113.737000', '101113.740000', '101113.742000', '101113.745000', '101113.747000', '101113.750000', '101113.752000', '101113.755000', '101113.758000', '101133.645000', '101133.648000', '101133.651000', '101133.653000', '101133.656000', '101133.658000', '101133.661000', '101133.664000', '101133.666000', '101133.669000', '101133.672000', '101133.674000', '101133.677000', '101133.709000', '101133.711000', '101133.714000', '101133.716000', '101133.719000', '101133.722000', '101133.724000', '101133.727000', '101133.729000', '101133.732000', '101133.734000', '101133.737000', '101133.739000', '101133.742000', '101133.745000', '101133.747000', '101133.750000', '101133.752000', '101133.755000', '101133.758000', '101133.760000', '101133.763000', '101133.766000', '101133.768000', '101133.771000', '101133.773000', '101133.776000', '101133.779000', '101133.781000', '101133.784000', '101153.646000', '101153.649000', '101153.652000', '101153.654000', '101153.657000', '101153.660000', '101153.662000', '101153.665000', '101153.667000', '101153.670000', '101153.672000', '101153.675000', '101153.677000', '101153.680000', '101153.683000', '101153.685000', '101153.688000', '101153.690000', '101153.693000', '101153.695000', '101153.698000', '101153.700000', '101153.703000', '101153.706000', '101153.708000', '101153.711000', '101153.713000', '101153.716000', '101153.718000', '101153.721000', '101153.724000', '101153.726000', '101153.729000', '101153.731000', '101153.734000', '101153.736000', '101153.739000', '101153.742000', '101153.744000', '101153.747000', '101153.749000', '101153.752000', '101153.754000', '101153.757000', '101213.646000', '101213.649000', '101213.652000', '101213.655000', '101213.657000', '101213.660000', '101213.662000', '101213.665000', '101213.667000', '101213.670000', '101213.672000', '101213.675000', '101213.678000', '101213.680000', '101213.683000', '101213.685000', '101213.688000', '101213.691000', '101213.693000', '101213.696000', '101213.698000', '101213.701000', '101213.704000', '101213.706000', '101213.709000', '101213.711000', '101213.714000', '101213.717000', '101213.719000', '101213.722000', '101213.724000', '101213.727000', '101213.729000', '101213.732000', '101213.735000', '101213.737000', '101213.740000', '101213.742000', '101213.745000', '101213.747000', '101213.750000', '101213.753000', '101213.755000', '101233.646000', '101233.649000', '101233.652000', '101233.654000', '101233.657000', '101233.660000', '101233.662000', '101233.665000', '101233.667000', '101233.670000', '101233.673000', '101233.675000', '101233.678000', '101233.681000', '101233.683000', '101233.686000', '101233.689000', '101233.691000', '101233.694000', '101233.696000', '101233.699000', '101233.701000', '101233.704000', '101233.706000', '101233.709000', '101233.712000', '101233.714000', '101233.717000', '101233.719000', '101233.722000', '101233.725000', '101233.727000', '101233.730000', '101233.732000', '101233.735000', '101233.737000', '101233.740000', '101233.743000', '101233.745000', '101233.748000', '101233.750000', '101233.753000', '101233.756000', '101233.758000', '101253.647000', '101253.649000', '101253.652000', '101253.662000', '101253.665000', '101253.668000', '101253.670000', '101253.673000', '101253.675000', '101253.678000', '101253.681000', '101253.683000', '101253.686000', '101253.688000', '101253.691000', '101253.693000', '101253.696000', '101253.699000', '101253.701000', '101253.704000', '101253.706000', '101253.709000', '101253.711000', '101253.714000', '101253.717000', '101253.719000', '101253.722000', '101253.724000', '101253.727000', '101253.729000', '101253.732000', '101253.735000', '101253.737000', '101253.740000', '101253.742000', '101253.745000', '101253.747000', '101253.750000', '101253.760000', '101253.762000', '101253.765000', '101253.767000', '101253.770000', '101313.647000', '101313.649000', '101313.652000', '101313.655000', '101313.657000', '101313.660000', '101313.662000', '101313.665000', '101313.667000', '101313.670000', '101313.673000', '101313.675000', '101313.678000', '101313.680000', '101313.683000', '101313.685000', '101313.688000', '101313.690000', '101313.693000', '101313.696000', '101313.698000', '101313.701000', '101313.703000', '101313.706000', '101313.709000', '101313.711000', '101313.714000', '101313.716000', '101313.719000', '101313.722000', '101313.724000', '101313.727000', '101313.729000', '101313.732000', '101313.735000', '101313.737000', '101313.740000', '101313.742000', '101313.745000', '101313.747000', '101313.750000', '101313.752000', '101313.755000', '101313.758000', '101333.647000', '101333.649000', '101333.652000', '101333.654000', '101333.657000', '101333.660000', '101333.662000', '101333.665000', '101333.667000', '101333.670000', '101333.673000', '101333.675000', '101333.678000', '101333.680000', '101333.683000', '101333.685000', '101333.688000', '101333.691000', '101333.693000', '101333.696000', '101333.698000', '101333.701000', '101333.703000', '101333.706000', '101333.709000', '101333.711000', '101333.714000', '101333.716000', '101333.719000', '101333.721000', '101333.724000', '101333.727000', '101333.729000', '101333.732000', '101333.734000', '101333.737000', '101333.740000', '101333.742000', '101333.745000', '101333.747000', '101333.750000', '101333.752000', '101333.755000', '101353.645000', '101353.648000', '101353.651000', '101353.653000', '101353.656000', '101353.659000', '101353.661000', '101353.664000', '101353.667000', '101353.670000', '101353.672000', '101353.675000', '101353.678000', '101353.680000', '101353.683000', '101353.685000', '101353.688000', '101353.690000', '101353.693000', '101353.696000', '101353.698000', '101353.701000', '101353.703000', '101353.706000', '101353.708000', '101353.711000', '101353.714000', '101353.716000', '101353.719000', '101353.721000', '101353.724000', '101353.727000', '101353.729000', '101353.732000', '101353.735000', '101353.737000', '101353.740000', '101353.742000', '101353.745000', '101353.747000', '101353.750000', '101353.753000', '101353.755000', '101353.758000', '101413.646000', '101413.649000', '101413.652000', '101413.655000', '101413.657000', '101413.660000', '101413.663000', '101413.665000', '101413.668000', '101413.670000', '101413.673000', '101413.675000', '101413.678000', '101413.681000', '101413.683000', '101413.686000', '101413.688000', '101413.691000', '101413.694000', '101413.696000', '101413.699000', '101413.701000', '101413.704000', '101413.707000', '101413.709000', '101413.714000', '101413.716000', '101413.719000', '101413.721000', '101413.724000', '101413.726000', '101413.729000', '101413.732000', '101413.734000', '101413.737000', '101413.739000', '101413.742000', '101413.745000', '101413.747000', '101413.750000', '101413.752000', '101413.755000', '101413.757000', '101433.646000', '101433.649000', '101433.652000', '101433.654000', '101433.657000', '101433.660000', '101433.678000', '101433.680000', '101433.683000', '101433.686000', '101433.688000', '101433.691000', '101433.693000', '101433.696000', '101433.698000', '101433.701000', '101433.704000', '101433.706000', '101433.709000', '101433.711000', '101433.714000', '101433.716000', '101433.719000', '101433.722000', '101433.724000', '101433.727000', '101433.729000', '101433.732000', '101433.734000', '101433.737000', '101433.740000', '101433.742000', '101433.745000', '101433.747000', '101433.750000', '101433.753000', '101433.756000', '101433.758000', '101433.761000', '101433.763000', '101433.766000', '101433.769000', '101433.771000', '101453.652000', '101453.655000', '101453.657000', '101453.660000', '101453.663000', '101453.665000', '101453.668000', '101453.670000', '101453.673000', '101453.675000', '101453.678000', '101453.681000', '101453.683000', '101453.686000', '101453.688000', '101453.691000', '101453.693000', '101453.696000', '101453.699000', '101453.701000', '101453.704000', '101453.706000', '101453.709000', '101453.711000', '101453.714000', '101453.716000', '101453.719000', '101453.722000', '101453.724000', '101453.727000', '101453.729000', '101453.732000', '101453.734000', '101453.737000', '101453.740000', '101453.742000', '101453.745000', '101453.747000', '101453.750000', '101453.753000', '101453.755000', '101453.758000', '101453.760000', '101453.763000', '101513.646000', '101513.649000', '101513.652000', '101513.654000', '101513.657000', '101513.660000', '101513.662000', '101513.665000', '101513.667000', '101513.670000', '101513.672000', '101513.675000', '101513.678000', '101513.680000', '101513.683000', '101513.685000', '101513.688000', '101513.691000', '101513.694000', '101513.697000', '101513.700000', '101513.703000', '101513.706000', '101513.708000', '101513.711000', '101513.714000', '101513.716000', '101513.719000', '101513.721000', '101513.724000', '101513.727000', '101513.729000', '101513.732000', '101513.735000', '101513.737000', '101513.740000', '101513.742000', '101513.745000', '101513.747000', '101513.750000', '101513.753000', '101513.755000', '101513.758000', '101533.647000', '101533.649000', '101533.652000', '101533.654000', '101533.657000', '101533.660000', '101533.662000', '101533.665000', '101533.667000', '101533.671000', '101533.674000', '101533.676000', '101533.679000', '101533.681000', '101533.684000', '101533.686000', '101533.689000', '101533.692000', '101533.694000', '101533.697000', '101533.699000', '101533.702000', '101533.705000', '101533.707000', '101533.710000', '101533.712000', '101533.715000', '101533.718000', '101533.720000', '101533.723000', '101533.725000', '101533.728000', '101533.731000', '101533.733000', '101533.736000', '101533.738000', '101533.741000', '101533.744000', '101533.746000', '101533.749000', '101533.751000', '101533.754000', '101533.756000', '101533.759000', '101553.646000', '101553.649000', '101553.652000', '101553.655000', '101553.657000', '101553.660000', '101553.662000', '101553.665000', '101553.668000', '101553.670000', '101553.673000', '101553.675000', '101553.678000', '101553.681000', '101553.683000', '101553.686000', '101553.688000', '101553.722000', '101553.724000', '101553.727000', '101553.730000', '101553.732000', '101553.735000', '101553.737000', '101553.740000', '101553.743000', '101553.745000', '101553.748000', '101553.751000', '101553.753000', '101553.756000', '101553.758000', '101553.761000', '101553.764000', '101553.766000', '101553.769000', '101553.771000', '101553.774000', '101553.777000', '101553.779000', '101553.782000', '101553.784000', '101553.787000', '101613.646000', '101613.649000', '101613.651000', '101613.654000', '101613.657000', '101613.659000', '101613.662000', '101613.664000', '101613.667000', '101613.669000', '101613.672000', '101613.675000', '101613.677000', '101613.680000', '101613.682000', '101613.685000', '101613.688000', '101613.690000', '101613.693000', '101613.695000', '101613.698000', '101613.701000', '101613.703000', '101613.706000', '101613.708000', '101613.711000', '101613.713000', '101613.716000', '101613.718000', '101613.721000', '101613.724000', '101613.726000', '101613.729000', '101613.731000', '101613.734000', '101613.737000', '101613.739000', '101613.742000', '101613.744000', '101613.747000', '101613.749000', '101613.752000', '101613.754000', '101613.757000', '101633.647000', '101633.649000', '101633.652000', '101633.655000', '101633.657000', '101633.660000', '101633.662000', '101633.665000', '101633.667000', '101633.670000', '101633.673000', '101633.675000', '101633.678000', '101633.681000', '101633.683000', '101633.686000', '101633.689000', '101633.691000', '101633.694000', '101633.696000', '101633.699000', '101633.701000', '101633.704000', '101633.706000', '101633.709000', '101633.712000', '101633.714000', '101633.717000', '101633.719000', '101633.722000', '101633.724000', '101633.727000', '101633.730000', '101633.732000', '101633.735000', '101633.737000', '101633.740000', '101633.744000', '101633.746000', '101633.749000', '101633.752000', '101633.754000', '101633.757000', '101653.647000', '101653.650000', '101653.652000', '101653.655000', '101653.657000', '101653.660000', '101653.663000', '101653.665000', '101653.668000', '101653.670000', '101653.673000', '101653.675000', '101653.678000', '101653.681000', '101653.683000', '101653.686000', '101653.688000', '101653.691000', '101653.694000', '101653.696000', '101653.699000', '101653.702000', '101653.704000', '101653.707000', '101653.709000', '101653.712000', '101653.715000', '101653.717000', '101653.720000', '101653.723000', '101653.725000', '101653.728000', '101653.730000', '101653.733000', '101653.735000', '101653.738000', '101653.741000', '101653.743000', '101653.746000', '101653.748000', '101653.751000', '101653.754000', '101653.756000', '101653.759000', '101713.647000', '101713.650000', '101713.652000', '101713.655000', '101713.658000', '101713.660000', '101713.663000', '101713.665000', '101713.668000', '101713.671000', '101713.673000', '101713.676000', '101713.679000', '101713.720000', '101713.723000', '101713.726000', '101713.728000', '101713.731000', '101713.734000', '101713.736000', '101713.739000', '101713.741000', '101713.744000', '101713.747000', '101713.750000', '101713.752000', '101713.755000', '101713.758000', '101713.760000', '101713.763000', '101713.766000', '101713.768000', '101713.771000', '101713.773000', '101713.776000', '101713.779000', '101713.782000', '101713.784000', '101713.787000', '101713.790000', '101713.792000', '101713.795000', '101713.797000', '101733.647000', '101733.650000', '101733.653000', '101733.655000', '101733.658000', '101733.660000', '101733.663000', '101733.666000', '101733.668000', '101733.671000', '101733.674000', '101733.676000', '101733.679000', '101733.682000', '101733.684000', '101733.687000', '101733.690000', '101733.692000', '101733.695000', '101733.697000', '101733.700000', '101733.703000', '101733.706000', '101733.708000', '101733.711000', '101733.714000', '101733.717000', '101733.719000', '101733.722000', '101733.724000', '101733.727000', '101733.730000', '101733.733000', '101733.736000', '101733.738000', '101733.741000', '101733.744000', '101733.746000', '101733.749000', '101733.751000', '101733.754000', '101733.757000', '101733.760000', '101733.762000', '101753.647000', '101753.650000', '101753.652000', '101753.655000', '101753.658000', '101753.660000', '101753.663000', '101753.666000', '101753.668000', '101753.671000', '101753.674000', '101753.677000', '101753.679000', '101753.682000', '101753.684000', '101753.687000', '101753.690000', '101753.692000', '101753.695000', '101753.697000', '101753.700000', '101753.703000', '101753.705000', '101753.708000', '101753.711000', '101753.713000', '101753.716000', '101753.719000', '101753.721000', '101753.724000', '101753.726000', '101753.729000', '101753.732000', '101753.734000', '101753.737000', '101753.740000', '101753.742000', '101753.745000', '101753.748000', '101753.750000', '101753.753000', '101753.756000', '101753.758000', '101759.721000', '101759.724000', '101759.726000', '101759.729000', '101759.732000', '101759.735000', '101759.737000', '101759.740000', '101759.743000', '101759.745000', '101759.748000', '101759.751000', '101759.753000', '101759.756000'], 'InstanceCreationTime': ['100853.675000', '100853.678000', '100853.681000', '100853.693000', '100853.696000', '100853.699000', '100853.701000', '100853.704000', '100853.706000', '100853.709000', '100853.711000', '100853.714000', '100853.716000', '100853.728000', '100853.730000', '100853.733000', '100853.735000', '100853.738000', '100853.740000', '100853.743000', '100853.746000', '100913.645000', '100913.648000', '100913.651000', '100913.653000', '100913.656000', '100913.658000', '100913.661000', '100913.664000', '100913.671000', '100913.674000', '100913.676000', '100913.679000', '100913.682000', '100913.684000', '100913.687000', '100913.689000', '100913.692000', '100913.694000', '100913.697000', '100913.699000', '100913.702000', '100913.704000', '100913.707000', '100913.710000', '100913.712000', '100913.715000', '100913.717000', '100913.720000', '100913.722000', '100913.725000', '100913.727000', '100913.730000', '100913.732000', '100913.735000', '100913.738000', '100913.740000', '100913.743000', '100913.745000', '100913.748000', '100913.750000', '100913.753000', '100913.755000', '100913.758000', '100913.760000', '100933.646000', '100933.649000', '100933.652000', '100933.654000', '100933.657000', '100933.659000', '100933.662000', '100933.665000', '100933.667000', '100933.670000', '100933.672000', '100933.675000', '100933.677000', '100933.680000', '100933.682000', '100933.685000', '100933.687000', '100933.690000', '100933.693000', '100933.695000', '100933.698000', '100933.700000', '100933.703000', '100933.705000', '100933.708000', '100933.710000', '100933.713000', '100933.715000', '100933.718000', '100933.720000', '100933.723000', '100933.725000', '100933.728000', '100933.731000', '100933.733000', '100933.742000', '100933.745000', '100933.747000', '100933.750000', '100933.752000', '100933.755000', '100933.758000', '100933.760000', '100953.646000', '100953.649000', '100953.652000', '100953.654000', '100953.657000', '100953.660000', '100953.662000', '100953.665000', '100953.667000', '100953.670000', '100953.672000', '100953.675000', '100953.677000', '100953.680000', '100953.682000', '100953.685000', '100953.688000', '100953.690000', '100953.717000', '100953.719000', '100953.722000', '100953.724000', '100953.727000', '100953.729000', '100953.732000', '100953.734000', '100953.737000', '100953.740000', '100953.742000', '100953.745000', '100953.747000', '100953.750000', '100953.752000', '100953.755000', '100953.757000', '100953.760000', '100953.762000', '100953.765000', '100953.768000', '100953.770000', '100953.773000', '100953.775000', '100953.778000', '100953.780000', '101013.646000', '101013.649000', '101013.652000', '101013.654000', '101013.657000', '101013.659000', '101013.662000', '101013.665000', '101013.667000', '101013.670000', '101013.672000', '101013.675000', '101013.677000', '101013.680000', '101013.682000', '101013.685000', '101013.688000', '101013.690000', '101013.693000', '101013.695000', '101013.698000', '101013.701000', '101013.703000', '101013.706000', '101013.708000', '101013.711000', '101013.713000', '101013.716000', '101013.718000', '101013.721000', '101013.723000', '101013.726000', '101013.729000', '101013.731000', '101013.734000', '101013.736000', '101013.739000', '101013.742000', '101013.744000', '101013.747000', '101013.749000', '101013.752000', '101013.755000', '101033.646000', '101033.649000', '101033.652000', '101033.654000', '101033.657000', '101033.659000', '101033.662000', '101033.665000', '101033.667000', '101033.670000', '101033.672000', '101033.675000', '101033.677000', '101033.690000', '101033.693000', '101033.695000', '101033.698000', '101033.701000', '101033.703000', '101033.706000', '101033.708000', '101033.711000', '101033.714000', '101033.716000', '101033.719000', '101033.721000', '101033.724000', '101033.726000', '101033.729000', '101033.731000', '101033.734000', '101033.737000', '101033.739000', '101033.742000', '101033.744000', '101033.747000', '101033.750000', '101033.752000', '101033.755000', '101033.757000', '101033.760000', '101033.763000', '101033.765000', '101033.768000', '101053.646000', '101053.649000', '101053.652000', '101053.654000', '101053.657000', '101053.660000', '101053.662000', '101053.665000', '101053.667000', '101053.670000', '101053.672000', '101053.675000', '101053.677000', '101053.680000', '101053.683000', '101053.685000', '101053.688000', '101053.690000', '101053.693000', '101053.695000', '101053.698000', '101053.701000', '101053.703000', '101053.706000', '101053.708000', '101053.711000', '101053.713000', '101053.716000', '101053.718000', '101053.721000', '101053.724000', '101053.726000', '101053.729000', '101053.731000', '101053.734000', '101053.737000', '101053.739000', '101053.742000', '101053.744000', '101053.747000', '101053.749000', '101053.752000', '101053.754000', '101113.647000', '101113.650000', '101113.652000', '101113.655000', '101113.657000', '101113.660000', '101113.663000', '101113.665000', '101113.668000', '101113.670000', '101113.673000', '101113.675000', '101113.678000', '101113.680000', '101113.683000', '101113.686000', '101113.688000', '101113.691000', '101113.693000', '101113.696000', '101113.698000', '101113.701000', '101113.704000', '101113.706000', '101113.709000', '101113.711000', '101113.714000', '101113.716000', '101113.719000', '101113.722000', '101113.724000', '101113.727000', '101113.729000', '101113.732000', '101113.734000', '101113.737000', '101113.740000', '101113.742000', '101113.745000', '101113.747000', '101113.750000', '101113.752000', '101113.755000', '101113.758000', '101133.645000', '101133.648000', '101133.651000', '101133.653000', '101133.656000', '101133.658000', '101133.661000', '101133.664000', '101133.666000', '101133.669000', '101133.672000', '101133.674000', '101133.677000', '101133.709000', '101133.711000', '101133.714000', '101133.716000', '101133.719000', '101133.722000', '101133.724000', '101133.727000', '101133.729000', '101133.732000', '101133.734000', '101133.737000', '101133.739000', '101133.742000', '101133.745000', '101133.747000', '101133.750000', '101133.752000', '101133.755000', '101133.758000', '101133.760000', '101133.763000', '101133.766000', '101133.768000', '101133.771000', '101133.773000', '101133.776000', '101133.779000', '101133.781000', '101133.784000', '101153.646000', '101153.649000', '101153.652000', '101153.654000', '101153.657000', '101153.660000', '101153.662000', '101153.665000', '101153.667000', '101153.670000', '101153.672000', '101153.675000', '101153.677000', '101153.680000', '101153.683000', '101153.685000', '101153.688000', '101153.690000', '101153.693000', '101153.695000', '101153.698000', '101153.700000', '101153.703000', '101153.706000', '101153.708000', '101153.711000', '101153.713000', '101153.716000', '101153.718000', '101153.721000', '101153.724000', '101153.726000', '101153.729000', '101153.731000', '101153.734000', '101153.736000', '101153.739000', '101153.742000', '101153.744000', '101153.747000', '101153.749000', '101153.752000', '101153.754000', '101153.757000', '101213.646000', '101213.649000', '101213.652000', '101213.655000', '101213.657000', '101213.660000', '101213.662000', '101213.665000', '101213.667000', '101213.670000', '101213.672000', '101213.675000', '101213.678000', '101213.680000', '101213.683000', '101213.685000', '101213.688000', '101213.691000', '101213.693000', '101213.696000', '101213.698000', '101213.701000', '101213.704000', '101213.706000', '101213.709000', '101213.711000', '101213.714000', '101213.717000', '101213.719000', '101213.722000', '101213.724000', '101213.727000', '101213.729000', '101213.732000', '101213.735000', '101213.737000', '101213.740000', '101213.742000', '101213.745000', '101213.747000', '101213.750000', '101213.753000', '101213.755000', '101233.646000', '101233.649000', '101233.652000', '101233.654000', '101233.657000', '101233.660000', '101233.662000', '101233.665000', '101233.667000', '101233.670000', '101233.673000', '101233.675000', '101233.678000', '101233.681000', '101233.683000', '101233.686000', '101233.689000', '101233.691000', '101233.694000', '101233.696000', '101233.699000', '101233.701000', '101233.704000', '101233.706000', '101233.709000', '101233.712000', '101233.714000', '101233.717000', '101233.719000', '101233.722000', '101233.725000', '101233.727000', '101233.730000', '101233.732000', '101233.735000', '101233.737000', '101233.740000', '101233.743000', '101233.745000', '101233.748000', '101233.750000', '101233.753000', '101233.756000', '101233.758000', '101253.647000', '101253.649000', '101253.652000', '101253.662000', '101253.665000', '101253.668000', '101253.670000', '101253.673000', '101253.675000', '101253.678000', '101253.681000', '101253.683000', '101253.686000', '101253.688000', '101253.691000', '101253.693000', '101253.696000', '101253.699000', '101253.701000', '101253.704000', '101253.706000', '101253.709000', '101253.711000', '101253.714000', '101253.717000', '101253.719000', '101253.722000', '101253.724000', '101253.727000', '101253.729000', '101253.732000', '101253.735000', '101253.737000', '101253.740000', '101253.742000', '101253.745000', '101253.747000', '101253.750000', '101253.760000', '101253.762000', '101253.765000', '101253.767000', '101253.770000', '101313.647000', '101313.649000', '101313.652000', '101313.655000', '101313.657000', '101313.660000', '101313.662000', '101313.665000', '101313.667000', '101313.670000', '101313.673000', '101313.675000', '101313.678000', '101313.680000', '101313.683000', '101313.685000', '101313.688000', '101313.690000', '101313.693000', '101313.696000', '101313.698000', '101313.701000', '101313.703000', '101313.706000', '101313.709000', '101313.711000', '101313.714000', '101313.716000', '101313.719000', '101313.722000', '101313.724000', '101313.727000', '101313.729000', '101313.732000', '101313.735000', '101313.737000', '101313.740000', '101313.742000', '101313.745000', '101313.747000', '101313.750000', '101313.752000', '101313.755000', '101313.758000', '101333.647000', '101333.649000', '101333.652000', '101333.654000', '101333.657000', '101333.660000', '101333.662000', '101333.665000', '101333.667000', '101333.670000', '101333.673000', '101333.675000', '101333.678000', '101333.680000', '101333.683000', '101333.685000', '101333.688000', '101333.691000', '101333.693000', '101333.696000', '101333.698000', '101333.701000', '101333.703000', '101333.706000', '101333.709000', '101333.711000', '101333.714000', '101333.716000', '101333.719000', '101333.721000', '101333.724000', '101333.727000', '101333.729000', '101333.732000', '101333.734000', '101333.737000', '101333.740000', '101333.742000', '101333.745000', '101333.747000', '101333.750000', '101333.752000', '101333.755000', '101353.645000', '101353.648000', '101353.651000', '101353.653000', '101353.656000', '101353.659000', '101353.661000', '101353.664000', '101353.667000', '101353.670000', '101353.672000', '101353.675000', '101353.678000', '101353.680000', '101353.683000', '101353.685000', '101353.688000', '101353.690000', '101353.693000', '101353.696000', '101353.698000', '101353.701000', '101353.703000', '101353.706000', '101353.708000', '101353.711000', '101353.714000', '101353.716000', '101353.719000', '101353.721000', '101353.724000', '101353.727000', '101353.729000', '101353.732000', '101353.735000', '101353.737000', '101353.740000', '101353.742000', '101353.745000', '101353.747000', '101353.750000', '101353.753000', '101353.755000', '101353.758000', '101413.646000', '101413.649000', '101413.652000', '101413.655000', '101413.657000', '101413.660000', '101413.663000', '101413.665000', '101413.668000', '101413.670000', '101413.673000', '101413.675000', '101413.678000', '101413.681000', '101413.683000', '101413.686000', '101413.688000', '101413.691000', '101413.694000', '101413.696000', '101413.699000', '101413.701000', '101413.704000', '101413.707000', '101413.709000', '101413.714000', '101413.716000', '101413.719000', '101413.721000', '101413.724000', '101413.726000', '101413.729000', '101413.732000', '101413.734000', '101413.737000', '101413.739000', '101413.742000', '101413.745000', '101413.747000', '101413.750000', '101413.752000', '101413.755000', '101413.757000', '101433.646000', '101433.649000', '101433.652000', '101433.654000', '101433.657000', '101433.660000', '101433.678000', '101433.680000', '101433.683000', '101433.686000', '101433.688000', '101433.691000', '101433.693000', '101433.696000', '101433.698000', '101433.701000', '101433.704000', '101433.706000', '101433.709000', '101433.711000', '101433.714000', '101433.716000', '101433.719000', '101433.722000', '101433.724000', '101433.727000', '101433.729000', '101433.732000', '101433.734000', '101433.737000', '101433.740000', '101433.742000', '101433.745000', '101433.747000', '101433.750000', '101433.753000', '101433.756000', '101433.758000', '101433.761000', '101433.763000', '101433.766000', '101433.769000', '101433.771000', '101453.652000', '101453.655000', '101453.657000', '101453.660000', '101453.663000', '101453.665000', '101453.668000', '101453.670000', '101453.673000', '101453.675000', '101453.678000', '101453.681000', '101453.683000', '101453.686000', '101453.688000', '101453.691000', '101453.693000', '101453.696000', '101453.699000', '101453.701000', '101453.704000', '101453.706000', '101453.709000', '101453.711000', '101453.714000', '101453.716000', '101453.719000', '101453.722000', '101453.724000', '101453.727000', '101453.729000', '101453.732000', '101453.734000', '101453.737000', '101453.740000', '101453.742000', '101453.745000', '101453.747000', '101453.750000', '101453.753000', '101453.755000', '101453.758000', '101453.760000', '101453.763000', '101513.646000', '101513.649000', '101513.652000', '101513.654000', '101513.657000', '101513.660000', '101513.662000', '101513.665000', '101513.667000', '101513.670000', '101513.672000', '101513.675000', '101513.678000', '101513.680000', '101513.683000', '101513.685000', '101513.688000', '101513.691000', '101513.694000', '101513.697000', '101513.700000', '101513.703000', '101513.706000', '101513.708000', '101513.711000', '101513.714000', '101513.716000', '101513.719000', '101513.721000', '101513.724000', '101513.727000', '101513.729000', '101513.732000', '101513.735000', '101513.737000', '101513.740000', '101513.742000', '101513.745000', '101513.747000', '101513.750000', '101513.753000', '101513.755000', '101513.758000', '101533.647000', '101533.649000', '101533.652000', '101533.654000', '101533.657000', '101533.660000', '101533.662000', '101533.665000', '101533.667000', '101533.671000', '101533.674000', '101533.676000', '101533.679000', '101533.681000', '101533.684000', '101533.686000', '101533.689000', '101533.692000', '101533.694000', '101533.697000', '101533.699000', '101533.702000', '101533.705000', '101533.707000', '101533.710000', '101533.712000', '101533.715000', '101533.718000', '101533.720000', '101533.723000', '101533.725000', '101533.728000', '101533.731000', '101533.733000', '101533.736000', '101533.738000', '101533.741000', '101533.744000', '101533.746000', '101533.749000', '101533.751000', '101533.754000', '101533.756000', '101533.759000', '101553.646000', '101553.649000', '101553.652000', '101553.655000', '101553.657000', '101553.660000', '101553.662000', '101553.665000', '101553.668000', '101553.670000', '101553.673000', '101553.675000', '101553.678000', '101553.681000', '101553.683000', '101553.686000', '101553.688000', '101553.722000', '101553.724000', '101553.727000', '101553.730000', '101553.732000', '101553.735000', '101553.737000', '101553.740000', '101553.743000', '101553.745000', '101553.748000', '101553.751000', '101553.753000', '101553.756000', '101553.758000', '101553.761000', '101553.764000', '101553.766000', '101553.769000', '101553.771000', '101553.774000', '101553.777000', '101553.779000', '101553.782000', '101553.784000', '101553.787000', '101613.646000', '101613.649000', '101613.651000', '101613.654000', '101613.657000', '101613.659000', '101613.662000', '101613.664000', '101613.667000', '101613.669000', '101613.672000', '101613.675000', '101613.677000', '101613.680000', '101613.682000', '101613.685000', '101613.688000', '101613.690000', '101613.693000', '101613.695000', '101613.698000', '101613.701000', '101613.703000', '101613.706000', '101613.708000', '101613.711000', '101613.713000', '101613.716000', '101613.718000', '101613.721000', '101613.724000', '101613.726000', '101613.729000', '101613.731000', '101613.734000', '101613.737000', '101613.739000', '101613.742000', '101613.744000', '101613.747000', '101613.749000', '101613.752000', '101613.754000', '101613.757000', '101633.647000', '101633.649000', '101633.652000', '101633.655000', '101633.657000', '101633.660000', '101633.662000', '101633.665000', '101633.667000', '101633.670000', '101633.673000', '101633.675000', '101633.678000', '101633.681000', '101633.683000', '101633.686000', '101633.689000', '101633.691000', '101633.694000', '101633.696000', '101633.699000', '101633.701000', '101633.704000', '101633.706000', '101633.709000', '101633.712000', '101633.714000', '101633.717000', '101633.719000', '101633.722000', '101633.724000', '101633.727000', '101633.730000', '101633.732000', '101633.735000', '101633.737000', '101633.740000', '101633.744000', '101633.746000', '101633.749000', '101633.752000', '101633.754000', '101633.757000', '101653.647000', '101653.650000', '101653.652000', '101653.655000', '101653.657000', '101653.660000', '101653.663000', '101653.665000', '101653.668000', '101653.670000', '101653.673000', '101653.675000', '101653.678000', '101653.681000', '101653.683000', '101653.686000', '101653.688000', '101653.691000', '101653.694000', '101653.696000', '101653.699000', '101653.702000', '101653.704000', '101653.707000', '101653.709000', '101653.712000', '101653.715000', '101653.717000', '101653.720000', '101653.723000', '101653.725000', '101653.728000', '101653.730000', '101653.733000', '101653.735000', '101653.738000', '101653.741000', '101653.743000', '101653.746000', '101653.748000', '101653.751000', '101653.754000', '101653.756000', '101653.759000', '101713.647000', '101713.650000', '101713.652000', '101713.655000', '101713.658000', '101713.660000', '101713.663000', '101713.665000', '101713.668000', '101713.671000', '101713.673000', '101713.676000', '101713.679000', '101713.720000', '101713.723000', '101713.726000', '101713.728000', '101713.731000', '101713.734000', '101713.736000', '101713.739000', '101713.741000', '101713.744000', '101713.747000', '101713.750000', '101713.752000', '101713.755000', '101713.758000', '101713.760000', '101713.763000', '101713.766000', '101713.768000', '101713.771000', '101713.773000', '101713.776000', '101713.779000', '101713.782000', '101713.784000', '101713.787000', '101713.790000', '101713.792000', '101713.795000', '101713.797000', '101733.647000', '101733.650000', '101733.653000', '101733.655000', '101733.658000', '101733.660000', '101733.663000', '101733.666000', '101733.668000', '101733.671000', '101733.674000', '101733.676000', '101733.679000', '101733.682000', '101733.684000', '101733.687000', '101733.690000', '101733.692000', '101733.695000', '101733.697000', '101733.700000', '101733.703000', '101733.706000', '101733.708000', '101733.711000', '101733.714000', '101733.717000', '101733.719000', '101733.722000', '101733.724000', '101733.727000', '101733.730000', '101733.733000', '101733.736000', '101733.738000', '101733.741000', '101733.744000', '101733.746000', '101733.749000', '101733.751000', '101733.754000', '101733.757000', '101733.760000', '101733.762000', '101753.647000', '101753.650000', '101753.652000', '101753.655000', '101753.658000', '101753.660000', '101753.663000', '101753.666000', '101753.668000', '101753.671000', '101753.674000', '101753.677000', '101753.679000', '101753.682000', '101753.684000', '101753.687000', '101753.690000', '101753.692000', '101753.695000', '101753.697000', '101753.700000', '101753.703000', '101753.705000', '101753.708000', '101753.711000', '101753.713000', '101753.716000', '101753.719000', '101753.721000', '101753.724000', '101753.726000', '101753.729000', '101753.732000', '101753.734000', '101753.737000', '101753.740000', '101753.742000', '101753.745000', '101753.748000', '101753.750000', '101753.753000', '101753.756000', '101753.758000', '101759.721000', '101759.724000', '101759.726000', '101759.729000', '101759.732000', '101759.735000', '101759.737000', '101759.740000', '101759.743000', '101759.745000', '101759.748000', '101759.751000', '101759.753000', '101759.756000'], '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': [9515, 11257, 10719, 10452, 10893, 11192, 10505, 10930, 10474, 11145, 11071, 11020, 10986, 11068, 10665, 10585, 11324, 11162, 9898, 11584, 10970, 13285, 10676, 10271, 11850, 11582, 10519, 11962, 10642, 10613, 11184, 10837, 11074, 10911, 10639, 10993, 11067, 10553, 10862, 10093, 9596, 11414, 10075, 11050, 11516, 10428, 11951, 10510, 10562, 10514, 10823, 10657, 10952, 10009, 10739, 9643, 10175, 11372, 10055, 9689, 10675, 9895, 10374, 11164, 10154, 10732, 11131, 10396, 10633, 10631, 10196, 9880, 10814, 9904, 10566, 10790, 10526, 9571, 11129, 9829, 8990, 10937, 9623, 9584, 10318, 10143, 9123, 11181, 10232, 9984, 10888, 10012, 9434, 11547, 10100, 8853, 10591, 10098, 9453, 10803, 10426, 9641, 11164, 10526, 9940, 10836, 11551, 9307, 10852, 11552, 13387, 10859, 10035, 13336, 11180, 10168, 11891, 10593, 10339, 10915, 10717, 10693, 10772, 10637, 10580, 9677, 9879, 10514, 9553, 9621, 10770, 9891, 9591, 11468, 10072, 10973, 10845, 10770, 9720, 10394, 10804, 9975, 10398, 10757, 10277, 10331, 10482, 9994, 10251, 10725, 10350, 10278, 10752, 10172, 8935, 11589, 10261, 10506, 11808, 10419, 9271, 11503, 10118, 12493, 10718, 10510, 8118, 10751, 10004, 11354, 10461, 10420, 10217, 10296, 10755, 10442, 10176, 11040, 10587, 11063, 11583, 10347, 11916, 11443, 10657, 11549, 10370, 10560, 10698, 10328, 10689, 10375, 10825, 10859, 11147, 10285, 11226, 10377, 11429, 10266, 10462, 8885, 11173, 10464, 10676, 10284, 10548, 9912, 10623, 11144, 10184, 10526, 10973, 10895, 9205, 11258, 10294, 11638, 10785, 10449, 11822, 10450, 10472, 11147, 10757, 10787, 10429, 11042, 10900, 11015, 10636, 10897, 10410, 10700, 10987, 10114, 10793, 10833, 10356, 9617, 11248, 10109, 10394, 11280, 9820, 9224, 10676, 10155, 10017, 10303, 10275, 11329, 11015, 10692, 9605, 10580, 10695, 9730, 10447, 10564, 10074, 10283, 10721, 9955, 10662, 11006, 10356, 10580, 11052, 10737, 9511, 10668, 10076, 9433, 11901, 10450, 11131, 10071, 10626, 10798, 10353, 10819, 9415, 10972, 10374, 11968, 10371, 10600, 10582, 10888, 10840, 10886, 9865, 11274, 10462, 9827, 10758, 10810, 9287, 10343, 10284, 9917, 11332, 10612, 11439, 10555, 10858, 9409, 11076, 10674, 10099, 11133, 10040, 10240, 10623, 11004, 9540, 9651, 9703, 10036, 9980, 12077, 9670, 10038, 10958, 9965, 10343, 9453, 10090, 9748, 10192, 9082, 10384, 10866, 10239, 12490, 10015, 10709, 11911, 10324, 9685, 13445, 10118, 9665, 9602, 10710, 9308, 10321, 10101, 10109, 10803, 9503, 11082, 10753, 9330, 9966, 10335, 9412, 10345, 9872, 9937, 10824, 9515, 9932, 10219, 9478, 10767, 10140, 10389, 10530, 9416, 10093, 10051, 9487, 9599, 9466, 10247, 10334, 10705, 10317, 9962, 11580, 10167, 9937, 8543, 10907, 10471, 9273, 9735, 10884, 9647, 9327, 9633, 10189, 9357, 8755, 10040, 10471, 9649, 10018, 10335, 10118, 9554, 11974, 10373, 9014, 9596, 9968, 8566, 9920, 9729, 10162, 9029, 9046, 10559, 9281, 8939, 10536, 8568, 8996, 10424, 8223, 8142, 8972, 8858, 7989, 7880, 8686, 8552, 7729, 8385, 9222, 8555, 8418, 9925, 8295, 8155, 9842, 6828, 7634, 9636, 8214, 7983, 9656, 8365, 8763, 8381, 6831, 7885, 9297, 8747, 8377, 9322, 11680, 8727, 8132, 11345, 7806, 8347, 10160, 9049, 9220, 8774, 11842, 7874, 9027, 11071, 7972, 7964, 10976, 7947, 7548, 9921, 8093, 8521, 10164, 9322, 8543, 8408, 11627, 7812, 7895, 9826, 8647, 7962, 8936, 11156, 8445, 7392, 9690, 8258, 8207, 9219, 8713, 8575, 7562, 10765, 7681, 7395, 8821, 8472, 7861, 9156, 8311, 8031, 7536, 10527, 8151, 7802, 9751, 8646, 8251, 9143, 8028, 8293, 7745, 10772, 8518, 7703, 10840, 7587, 7877, 10169, 8002, 8098, 10774, 8368, 8243, 10247, 10151, 7723, 8190, 8978, 8202, 9743, 11995, 8347, 8568, 10671, 7723, 7833, 10431, 8012, 8334, 11150, 8247, 7860, 10551, 8128, 8751, 10635, 12317, 8222, 9781, 11107, 7624, 8213, 12264, 8787, 8197, 9812, 11422, 7353, 8515, 11637, 8222, 8082, 11020, 8508, 7724, 10118, 7595, 7826, 8863, 8604, 8503, 8266, 12557, 8168, 7890, 9658, 8369, 7657, 9899, 8111, 7609, 10238, 7618, 7703, 10409, 8111, 8090, 10265, 8774, 8084, 8239, 8087, 8361, 8131, 9571, 8099, 7597, 11005, 7218, 7494, 9428, 7935, 7913, 9869, 7572, 7453, 10296, 7558, 7795, 10520, 8326, 7842, 10814, 7466, 7061, 10771, 8022, 7879, 11651, 8527, 7696, 10445, 6433, 8315, 10832, 8592, 8343, 11803, 8698, 9577, 11199, 8253, 8607, 12025, 8715, 8706, 11625, 8125, 8805, 10981, 7217, 8589, 11755, 6415, 8924, 12064, 7610, 8366, 11207, 7789, 8226, 11066, 7507, 8082, 10808, 7882, 7969, 10974, 8259, 7748, 10758, 7442, 8106, 10879, 8504, 7959, 10981, 8007, 7824, 10973, 8080, 7567, 10042, 8093, 7665, 10057, 8226, 7632, 10321, 7828, 7721, 8142, 8111, 8341, 8610, 8895, 10291, 7238, 7744, 7559, 9025, 9207, 8798, 9309, 11761, 8745, 9070, 11455, 9249, 8965, 12482, 9550, 10573, 10291, 9846, 9407, 9959, 9500, 11317, 9845, 9724, 9379, 10162, 9734, 8503, 11797, 9018, 8432, 9988, 9088, 9076, 8788, 9535, 8996, 8616, 9682, 8985, 8264, 9488, 9200, 8512, 8921, 9944, 8469, 11023, 8980, 8499, 9166, 9035, 8926, 10067, 9354, 8878, 9151, 9257, 9527, 9212, 9452, 9216, 8995, 10783, 9018, 9106, 8781, 10598, 8536, 10415, 9489, 9510, 9616, 12975, 14140, 10059, 10141, 11979, 8942, 8655, 10802, 9220, 8524, 10663, 9704, 8645, 10475, 9143, 8142, 8354, 9138, 8657, 9852, 8540, 10463, 8929, 8663, 10343, 9634, 8263, 9271, 9479, 8648, 10030, 10392, 8397, 9275, 8933, 8745, 9728, 9824, 8941, 9304, 9098, 8752, 7733, 8926, 9202, 7907, 9648, 9575, 7829, 10844, 9376, 7947, 9375, 9483, 8009, 11143, 9935, 8233, 10303, 9102, 8425, 10459, 9641, 8578, 10560, 8949, 8176, 10751, 9135, 8745, 11558, 9834, 8823, 10386, 8742, 9511, 8932, 12539, 9696, 8398, 10876, 8961, 8125, 10217, 9814, 8541, 10258, 9776, 8562, 9341, 9648, 9329, 9932, 9960, 9333, 9741, 12197, 9159, 8407, 10121, 9561, 8103, 11081, 9713, 8002, 10858, 8583, 8237, 9817, 9693, 8465, 11344, 9636, 8292, 10710, 9236, 8384, 11722, 9964, 8675, 11160, 9556, 8488, 10412, 10081, 8939, 11679, 9832, 8981, 11016, 9327, 9307, 8322, 8744, 9416, 9107, 12065, 9783, 8357, 10424, 8924, 8113, 9747, 9202, 9216, 8738, 9395, 10155, 8734, 9043, 10378, 10177, 9326, 10647, 12476, 8650, 10031, 9878, 9215, 8453, 11422, 9596, 8248, 11030, 9473, 8646, 9165, 9021, 8333, 9712, 8722, 10871, 9019, 9222, 10601, 9508, 10865, 12378, 9268, 9258, 11552, 8667, 9058, 10110, 8747, 9334, 8945, 12338, 9064, 8464, 9904, 9054, 8468, 9450, 9494, 8583, 9386, 8620, 8576, 8774, 9422, 8690, 9463, 9494, 9061, 8935, 8677, 8918, 8452, 9440, 8549, 9698, 8967, 8442, 9461, 9353, 8968, 10360, 9641, 8818, 10613, 8980, 8783, 9380, 9074, 8659, 10353, 9642, 8500, 10574, 8960, 9491, 9558, 9614, 8332, 9127, 8281, 11975, 9422, 9209, 7768, 7725, 6962, 8039, 7461, 10891, 13163, 8752, 10322, 8950, 8239, 12942, 8399, 10891, 9142, 9090, 12696, 8527, 10498, 8661, 8450, 10243, 8792, 8761, 8344, 8275, 10296, 7858, 9517, 8263, 7864, 8338, 8042, 9459, 8374, 9291, 9055, 8390, 8275, 9603, 8391, 8746, 10543, 8509, 8461, 11714, 8704, 8869, 11068, 8456, 8423, 11139, 8208, 8469, 10540, 8352, 8599, 9103, 8143, 8651, 8955, 8076, 8144, 8812, 8521, 8455, 7924, 9164, 7876, 9292, 8047, 8519, 8701, 7589, 9012, 7979, 8887, 8335, 8166, 8005, 7865, 8001, 8845, 9243, 9661, 11884, 9547, 9083, 11853, 8866, 9206, 8878, 8934, 8770, 9491, 8567, 8589, 9126, 8834, 9012, 8720, 10059, 9254, 8534, 10771, 9696, 8980, 11883, 9625, 9711, 11431, 9106, 9416, 10108, 9250, 9111, 10284, 9442, 8661, 8612, 8800, 8516, 9913, 9167, 8842, 9383, 9610, 8830, 8590, 8952, 8602, 9423, 9568, 8460, 10240, 7920, 8218, 6741, 7227, 8270, 8292, 7778, 8668, 8217, 9929, 8365, 7728, 10004, 8081, 7666, 10408, 8809, 7728, 11571, 9106, 7549, 10980, 7775, 7547, 10737, 8129, 7875, 11611, 8257, 8013, 11346, 7551, 8550, 8096, 8662, 10003, 9002, 7964, 10491, 8542, 7532, 10375, 8532, 7951, 11574, 8725, 8769, 8902, 8279, 9015, 8864, 8390, 8908, 9073, 10709, 12685, 9393, 9835, 11290, 8638, 7934, 9588, 9126, 8189, 9332, 9033, 7991, 9468, 8395], 'WindowCenter': [4121.0, 4141.0, 4116.0, 4102.0, 4115.0, 4126.0, 4099.0, 4112.0, 4101.0, 4111.0, 4111.0, 4100.0, 4098.0, 4111.0, 4100.0, 4097.0, 4113.0, 4111.0, 4087.0, 4110.0, 4100.0, 4121.0, 4099.0, 4099.0, 4098.0, 4109.0, 4099.0, 4095.0, 4087.0, 4100.0, 4094.0, 4084.0, 4097.0, 4085.0, 4084.0, 4096.0, 4086.0, 4098.0, 4099.0, 4088.0, 4074.0, 4107.0, 4088.0, 4083.0, 4096.0, 4100.0, 4098.0, 4085.0, 4098.0, 4084.0, 4094.0, 4085.0, 4084.0, 4087.0, 4097.0, 4076.0, 4072.0, 4097.0, 4085.0, 4073.0, 4085.0, 4088.0, 4086.0, 4097.0, 4087.0, 4097.0, 4111.0, 4088.0, 4100.0, 4113.0, 4099.0, 4087.0, 4101.0, 4089.0, 4085.0, 4098.0, 4098.0, 4091.0, 4111.0, 4088.0, 4074.0, 4099.0, 4087.0, 4075.0, 4087.0, 4101.0, 4087.0, 4098.0, 4098.0, 4086.0, 4109.0, 4089.0, 4075.0, 4110.0, 4102.0, 4077.0, 4100.0, 4101.0, 4088.0, 4110.0, 4099.0, 4088.0, 4112.0, 4099.0, 4087.0, 4101.0, 4109.0, 4074.0, 4099.0, 4109.0, 4119.0, 4095.0, 4087.0, 4105.0, 4094.0, 4084.0, 4081.0, 4085.0, 4088.0, 4084.0, 4070.0, 4085.0, 4071.0, 4069.0, 4081.0, 4061.0, 4073.0, 4084.0, 4061.0, 4059.0, 4084.0, 4071.0, 4059.0, 4080.0, 4071.0, 4070.0, 4068.0, 4083.0, 4073.0, 4069.0, 4084.0, 4073.0, 4071.0, 4083.0, 4071.0, 4084.0, 4099.0, 4085.0, 4083.0, 4099.0, 4086.0, 4085.0, 4097.0, 4087.0, 4075.0, 4110.0, 4099.0, 4086.0, 4109.0, 4100.0, 4074.0, 4096.0, 4101.0, 4119.0, 4094.0, 4099.0, 4067.0, 4098.0, 4089.0, 4097.0, 4110.0, 4113.0, 4088.0, 4086.0, 4111.0, 4101.0, 4087.0, 4100.0, 4101.0, 4099.0, 4111.0, 4101.0, 4096.0, 4095.0, 4099.0, 4095.0, 4086.0, 4098.0, 4099.0, 4097.0, 4101.0, 4101.0, 4098.0, 4111.0, 4099.0, 4086.0, 4111.0, 4101.0, 4108.0, 4098.0, 4099.0, 4076.0, 4109.0, 4097.0, 4086.0, 4100.0, 4113.0, 4088.0, 4096.0, 4111.0, 4101.0, 4097.0, 4097.0, 4099.0, 4076.0, 4111.0, 4099.0, 4093.0, 4097.0, 4098.0, 4095.0, 4084.0, 4086.0, 4098.0, 4094.0, 4086.0, 4085.0, 4095.0, 4086.0, 4084.0, 4084.0, 4099.0, 4086.0, 4084.0, 4099.0, 4087.0, 4085.0, 4097.0, 4087.0, 4085.0, 4098.0, 4087.0, 4084.0, 4099.0, 4087.0, 4063.0, 4097.0, 4099.0, 4071.0, 4085.0, 4085.0, 4083.0, 4083.0, 4085.0, 4075.0, 4096.0, 4096.0, 4075.0, 4096.0, 4099.0, 4085.0, 4097.0, 4110.0, 4088.0, 4086.0, 4109.0, 4099.0, 4098.0, 4110.0, 4099.0, 4090.0, 4099.0, 4089.0, 4076.0, 4108.0, 4096.0, 4095.0, 4090.0, 4099.0, 4083.0, 4088.0, 4101.0, 4075.0, 4099.0, 4100.0, 4111.0, 4099.0, 4099.0, 4099.0, 4098.0, 4100.0, 4100.0, 4085.0, 4107.0, 4099.0, 4086.0, 4095.0, 4098.0, 4076.0, 4099.0, 4098.0, 4082.0, 4110.0, 4111.0, 4109.0, 4100.0, 4111.0, 4105.0, 4171.0, 4129.0, 4103.0, 4113.0, 4102.0, 4116.0, 4101.0, 4095.0, 4062.0, 4074.0, 4086.0, 4101.0, 4101.0, 4110.0, 4075.0, 4101.0, 4087.0, 4074.0, 4085.0, 4086.0, 4100.0, 4088.0, 4099.0, 4076.0, 4099.0, 4097.0, 4098.0, 4125.0, 4088.0, 4088.0, 4098.0, 4075.0, 4061.0, 4077.0, 4057.0, 4060.0, 4057.0, 4069.0, 4047.0, 4070.0, 4071.0, 4055.0, 4069.0, 4059.0, 4067.0, 4082.0, 4063.0, 4059.0, 4073.0, 4059.0, 4073.0, 4072.0, 4070.0, 4083.0, 4073.0, 4074.0, 4085.0, 4076.0, 4086.0, 4087.0, 4084.0, 4099.0, 4086.0, 4099.0, 4102.0, 4090.0, 4088.0, 4078.0, 4083.0, 4087.0, 4083.0, 4085.0, 4090.0, 4095.0, 4084.0, 4076.0, 4062.0, 4083.0, 4084.0, 4073.0, 4088.0, 4096.0, 4074.0, 4076.0, 4072.0, 4084.0, 4075.0, 4061.0, 4073.0, 4084.0, 4072.0, 4086.0, 4083.0, 4082.0, 4086.0, 4093.0, 4096.0, 4090.0, 4073.0, 4084.0, 4064.0, 4074.0, 4086.0, 4083.0, 4074.0, 4089.0, 4096.0, 4074.0, 4073.0, 4082.0, 4076.0, 4078.0, 4095.0, 4064.0, 4066.0, 4063.0, 4075.0, 4065.0, 4063.0, 4064.0, 4079.0, 4066.0, 4065.0, 4075.0, 4062.0, 4066.0, 4085.0, 4062.0, 4066.0, 4099.0, 4043.0, 4066.0, 4088.0, 4063.0, 4065.0, 4087.0, 4063.0, 4075.0, 4077.0, 4044.0, 4067.0, 4086.0, 4076.0, 4078.0, 4088.0, 4106.0, 4077.0, 4079.0, 4097.0, 4054.0, 4078.0, 4097.0, 4071.0, 4075.0, 4079.0, 4107.0, 4065.0, 4077.0, 4095.0, 4053.0, 4064.0, 4085.0, 4066.0, 4067.0, 4085.0, 4063.0, 4077.0, 4086.0, 4072.0, 4073.0, 4077.0, 4095.0, 4052.0, 4067.0, 4086.0, 4061.0, 4065.0, 4075.0, 4081.0, 4062.0, 4056.0, 4074.0, 4061.0, 4065.0, 4073.0, 4062.0, 4062.0, 4067.0, 4094.0, 4052.0, 4056.0, 4073.0, 4062.0, 4065.0, 4075.0, 4062.0, 4065.0, 4068.0, 4081.0, 4067.0, 4069.0, 4087.0, 4063.0, 4077.0, 4101.0, 4066.0, 4076.0, 4068.0, 4095.0, 4077.0, 4068.0, 4098.0, 4069.0, 4078.0, 4097.0, 4064.0, 4079.0, 4097.0, 4065.0, 4076.0, 4112.0, 4098.0, 4067.0, 4080.0, 4087.0, 4080.0, 4099.0, 4107.0, 4077.0, 4091.0, 4110.0, 4066.0, 4070.0, 4100.0, 4078.0, 4079.0, 4110.0, 4090.0, 4080.0, 4099.0, 4079.0, 4091.0, 4111.0, 4108.0, 4079.0, 4102.0, 4097.0, 4056.0, 4079.0, 4109.0, 4063.0, 4064.0, 4088.0, 4095.0, 4054.0, 4075.0, 4094.0, 4063.0, 4054.0, 4083.0, 4062.0, 4055.0, 4083.0, 4040.0, 4053.0, 4062.0, 4059.0, 4063.0, 4064.0, 4103.0, 4063.0, 4064.0, 4073.0, 4064.0, 4053.0, 4073.0, 4064.0, 4065.0, 4085.0, 4051.0, 4066.0, 4096.0, 4053.0, 4065.0, 4085.0, 4075.0, 4065.0, 4064.0, 4052.0, 4064.0, 4065.0, 4072.0, 4064.0, 4067.0, 4094.0, 4054.0, 4055.0, 4086.0, 4065.0, 4065.0, 4086.0, 4067.0, 4057.0, 4097.0, 4054.0, 4067.0, 4098.0, 4063.0, 4079.0, 4111.0, 4056.0, 4056.0, 4098.0, 4064.0, 4067.0, 4108.0, 4073.0, 4081.0, 4108.0, 4032.0, 4075.0, 4097.0, 4076.0, 4067.0, 4094.0, 4077.0, 4089.0, 4097.0, 4078.0, 4081.0, 4105.0, 4074.0, 4078.0, 4109.0, 4067.0, 4077.0, 4084.0, 4057.0, 4076.0, 4093.0, 4045.0, 4075.0, 4092.0, 4051.0, 4052.0, 4069.0, 4051.0, 4051.0, 4081.0, 4041.0, 4052.0, 4081.0, 4049.0, 4052.0, 4079.0, 4063.0, 4054.0, 4083.0, 4050.0, 4053.0, 4095.0, 4073.0, 4065.0, 4082.0, 4052.0, 4053.0, 4082.0, 4053.0, 4053.0, 4072.0, 4053.0, 4053.0, 4070.0, 4064.0, 4067.0, 4084.0, 4054.0, 4054.0, 4065.0, 4064.0, 4066.0, 4073.0, 4089.0, 4099.0, 4068.0, 4080.0, 4078.0, 4104.0, 4089.0, 4077.0, 4088.0, 4110.0, 4076.0, 4092.0, 4109.0, 4088.0, 4090.0, 4106.0, 4088.0, 4100.0, 4085.0, 4089.0, 4077.0, 4081.0, 4076.0, 4097.0, 4084.0, 4075.0, 4073.0, 4068.0, 4072.0, 4062.0, 4080.0, 4050.0, 4052.0, 4071.0, 4049.0, 4062.0, 4051.0, 4060.0, 4062.0, 4050.0, 4072.0, 4064.0, 4050.0, 4060.0, 4071.0, 4061.0, 4060.0, 4071.0, 4051.0, 4071.0, 4071.0, 4065.0, 4060.0, 4062.0, 4075.0, 4083.0, 4102.0, 4105.0, 4104.0, 4100.0, 4088.0, 4090.0, 4098.0, 4100.0, 4090.0, 4125.0, 4104.0, 4094.0, 4059.0, 4083.0, 4064.0, 4097.0, 4088.0, 4090.0, 4104.0, 4135.0, 4120.0, 4088.0, 4100.0, 4098.0, 4066.0, 4065.0, 4083.0, 4059.0, 4064.0, 4083.0, 4074.0, 4061.0, 4082.0, 4076.0, 4065.0, 4051.0, 4075.0, 4064.0, 4072.0, 4065.0, 4085.0, 4062.0, 4075.0, 4088.0, 4072.0, 4064.0, 4074.0, 4073.0, 4064.0, 4074.0, 4085.0, 4067.0, 4074.0, 4062.0, 4075.0, 4075.0, 4070.0, 4073.0, 4086.0, 4076.0, 4077.0, 4056.0, 4076.0, 4086.0, 4066.0, 4071.0, 4086.0, 4069.0, 4095.0, 4087.0, 4069.0, 4076.0, 4087.0, 4068.0, 4097.0, 4088.0, 4080.0, 4088.0, 4076.0, 4079.0, 4098.0, 4086.0, 4078.0, 4098.0, 4087.0, 4078.0, 4109.0, 4088.0, 4078.0, 4107.0, 4086.0, 4091.0, 4100.0, 4061.0, 4086.0, 4079.0, 4106.0, 4075.0, 4065.0, 4095.0, 4077.0, 4067.0, 4084.0, 4085.0, 4077.0, 4084.0, 4085.0, 4077.0, 4076.0, 4074.0, 4088.0, 4087.0, 4084.0, 4076.0, 4088.0, 4109.0, 4088.0, 4068.0, 4084.0, 4087.0, 4066.0, 4093.0, 4086.0, 4080.0, 4109.0, 4076.0, 4068.0, 4088.0, 4089.0, 4077.0, 4095.0, 4088.0, 4081.0, 4098.0, 4089.0, 4082.0, 4120.0, 4088.0, 4077.0, 4109.0, 4086.0, 4076.0, 4098.0, 4083.0, 4089.0, 4107.0, 4086.0, 4088.0, 4112.0, 4073.0, 4074.0, 4068.0, 4063.0, 4074.0, 4078.0, 4095.0, 4086.0, 4081.0, 4096.0, 4076.0, 4067.0, 4088.0, 4101.0, 4092.0, 4078.0, 4091.0, 4101.0, 4077.0, 4089.0, 4099.0, 4086.0, 4087.0, 4098.0, 4119.0, 4078.0, 4087.0, 4075.0, 4076.0, 4066.0, 4094.0, 4073.0, 4077.0, 4094.0, 4089.0, 4079.0, 4089.0, 4090.0, 4064.0, 4089.0, 4080.0, 4094.0, 4074.0, 4077.0, 4084.0, 4086.0, 4098.0, 4094.0, 4074.0, 4075.0, 4094.0, 4049.0, 4062.0, 4073.0, 4049.0, 4059.0, 4050.0, 4079.0, 4062.0, 4052.0, 4056.0, 4060.0, 4051.0, 4056.0, 4059.0, 4063.0, 4061.0, 4058.0, 4061.0, 4049.0, 4073.0, 4062.0, 4072.0, 4074.0, 4076.0, 4062.0, 4060.0, 4073.0, 4062.0, 4072.0, 4075.0, 4086.0, 4088.0, 4065.0, 4085.0, 4074.0, 4090.0, 4088.0, 4073.0, 4089.0, 4099.0, 4075.0, 4074.0, 4075.0, 4074.0, 4078.0, 4083.0, 4086.0, 4090.0, 4098.0, 4076.0, 4131.0, 4147.0, 4144.0, 4121.0, 4146.0, 4123.0, 4137.0, 4118.0, 4102.0, 4084.0, 4081.0, 4067.0, 4065.0, 4055.0, 4068.0, 4031.0, 4018.0, 4056.0, 4033.0, 4051.0, 4090.0, 4051.0, 4083.0, 4061.0, 4061.0, 4079.0, 4063.0, 4068.0, 4045.0, 4035.0, 4056.0, 4047.0, 4047.0, 4048.0, 4049.0, 4056.0, 4036.0, 4044.0, 4034.0, 4023.0, 4034.0, 4049.0, 4057.0, 4062.0, 4061.0, 4058.0, 4052.0, 4052.0, 4059.0, 4060.0, 4062.0, 4070.0, 4050.0, 4050.0, 4078.0, 4046.0, 4048.0, 4065.0, 4035.0, 4036.0, 4065.0, 4034.0, 4035.0, 4042.0, 4018.0, 4021.0, 4030.0, 4008.0, 4029.0, 4030.0, 4021.0, 4035.0, 4032.0, 4030.0, 4034.0, 4033.0, 4057.0, 4037.0, 4074.0, 4065.0, 4074.0, 4074.0, 4065.0, 4075.0, 4067.0, 4086.0, 4093.0, 4091.0, 4092.0, 4078.0, 4083.0, 4102.0, 4104.0, 4102.0, 4109.0, 4086.0, 4080.0, 4110.0, 4089.0, 4076.0, 4072.0, 4074.0, 4061.0, 4084.0, 4064.0, 4063.0, 4074.0, 4090.0, 4077.0, 4078.0, 4085.0, 4087.0, 4079.0, 4095.0, 4085.0, 4075.0, 4095.0, 4075.0, 4088.0, 4096.0, 4072.0, 4076.0, 4084.0, 4075.0, 4063.0, 4071.0, 4071.0, 4075.0, 4062.0, 4074.0, 4065.0, 4083.0, 4075.0, 4063.0, 4060.0, 4073.0, 4062.0, 4073.0, 4075.0, 4062.0, 4074.0, 4088.0, 4063.0, 4085.0, 4095.0, 4076.0, 4041.0, 4054.0, 4062.0, 4066.0, 4067.0, 4074.0, 4077.0, 4087.0, 4075.0, 4069.0, 4086.0, 4065.0, 4067.0, 4097.0, 4074.0, 4054.0, 4095.0, 4071.0, 4068.0, 4098.0, 4054.0, 4066.0, 4093.0, 4064.0, 4065.0, 4093.0, 4061.0, 4079.0, 4092.0, 4065.0, 4077.0, 4067.0, 4078.0, 4085.0, 4072.0, 4062.0, 4085.0, 4061.0, 4055.0, 4083.0, 4065.0, 4066.0, 4083.0, 4062.0, 4066.0, 4074.0, 4062.0, 4075.0, 4074.0, 4068.0, 4075.0, 4077.0, 4097.0, 4103.0, 4073.0, 4074.0, 4084.0, 4065.0, 4050.0, 4059.0, 4059.0, 4050.0, 4059.0, 4059.0, 4052.0, 4073.0, 4049.0], 'WindowWidth': [9172.0, 9197.0, 9155.0, 9129.0, 9152.0, 9169.0, 9123.0, 9142.0, 9128.0, 9136.0, 9139.0, 9122.0, 9118.0, 9141.0, 9125.0, 9113.0, 9143.0, 9140.0, 9100.0, 9136.0, 9123.0, 9155.0, 9122.0, 9122.0, 9117.0, 9133.0, 9121.0, 9109.0, 9100.0, 9123.0, 9108.0, 9090.0, 9115.0, 9097.0, 9092.0, 9111.0, 9096.0, 9117.0, 9121.0, 9103.0, 9077.0, 9128.0, 9105.0, 9090.0, 9108.0, 9123.0, 9117.0, 9095.0, 9117.0, 9093.0, 9106.0, 9096.0, 9093.0, 9101.0, 9116.0, 9083.0, 9071.0, 9115.0, 9095.0, 9075.0, 9096.0, 9105.0, 9099.0, 9114.0, 9103.0, 9117.0, 9139.0, 9105.0, 9125.0, 9146.0, 9121.0, 9099.0, 9126.0, 9107.0, 9096.0, 9117.0, 9117.0, 9113.0, 9138.0, 9104.0, 9080.0, 9120.0, 9101.0, 9080.0, 9100.0, 9126.0, 9103.0, 9117.0, 9117.0, 9100.0, 9134.0, 9107.0, 9082.0, 9139.0, 9129.0, 9088.0, 9122.0, 9125.0, 9106.0, 9137.0, 9122.0, 9106.0, 9141.0, 9121.0, 9102.0, 9126.0, 9136.0, 9081.0, 9119.0, 9136.0, 9149.0, 9110.0, 9103.0, 9122.0, 9106.0, 9095.0, 9086.0, 9094.0, 9103.0, 9091.0, 9068.0, 9093.0, 9069.0, 9064.0, 9083.0, 9057.0, 9073.0, 9092.0, 9056.0, 9050.0, 9090.0, 9070.0, 9049.0, 9079.0, 9068.0, 9066.0, 9060.0, 9088.0, 9076.0, 9064.0, 9091.0, 9075.0, 9068.0, 9090.0, 9070.0, 9094.0, 9121.0, 9096.0, 9090.0, 9120.0, 9099.0, 9093.0, 9113.0, 9101.0, 9084.0, 9137.0, 9119.0, 9095.0, 9134.0, 9121.0, 9078.0, 9111.0, 9127.0, 9148.0, 9110.0, 9121.0, 9074.0, 9119.0, 9108.0, 9115.0, 9139.0, 9146.0, 9105.0, 9100.0, 9141.0, 9126.0, 9101.0, 9121.0, 9126.0, 9121.0, 9142.0, 9128.0, 9112.0, 9112.0, 9120.0, 9110.0, 9100.0, 9118.0, 9124.0, 9117.0, 9124.0, 9126.0, 9118.0, 9140.0, 9121.0, 9096.0, 9141.0, 9126.0, 9132.0, 9117.0, 9120.0, 9085.0, 9133.0, 9117.0, 9099.0, 9123.0, 9147.0, 9107.0, 9113.0, 9140.0, 9125.0, 9116.0, 9117.0, 9121.0, 9085.0, 9138.0, 9122.0, 9105.0, 9112.0, 9118.0, 9109.0, 9092.0, 9098.0, 9117.0, 9108.0, 9096.0, 9096.0, 9109.0, 9098.0, 9093.0, 9093.0, 9121.0, 9099.0, 9090.0, 9119.0, 9100.0, 9094.0, 9112.0, 9100.0, 9099.0, 9116.0, 9100.0, 9092.0, 9119.0, 9102.0, 9062.0, 9116.0, 9122.0, 9073.0, 9092.0, 9095.0, 9089.0, 9089.0, 9095.0, 9084.0, 9114.0, 9113.0, 9082.0, 9113.0, 9121.0, 9097.0, 9116.0, 9139.0, 9106.0, 9097.0, 9136.0, 9122.0, 9116.0, 9137.0, 9123.0, 9110.0, 9120.0, 9105.0, 9085.0, 9130.0, 9115.0, 9110.0, 9109.0, 9122.0, 9091.0, 9103.0, 9126.0, 9083.0, 9118.0, 9123.0, 9140.0, 9122.0, 9120.0, 9120.0, 9116.0, 9124.0, 9125.0, 9096.0, 9130.0, 9121.0, 9099.0, 9108.0, 9117.0, 9085.0, 9119.0, 9117.0, 9090.0, 9139.0, 9143.0, 9135.0, 9123.0, 9143.0, 9141.0, 9260.0, 9180.0, 9131.0, 9144.0, 9130.0, 9157.0, 9128.0, 9107.0, 9057.0, 9078.0, 9097.0, 9127.0, 9126.0, 9139.0, 9082.0, 9126.0, 9103.0, 9080.0, 9098.0, 9102.0, 9124.0, 9104.0, 9119.0, 9084.0, 9120.0, 9112.0, 9119.0, 9168.0, 9102.0, 9100.0, 9115.0, 9078.0, 9058.0, 9071.0, 9042.0, 9054.0, 9047.0, 9061.0, 9029.0, 9065.0, 9069.0, 9039.0, 9061.0, 9049.0, 9055.0, 9086.0, 9061.0, 9048.0, 9073.0, 9051.0, 9074.0, 9072.0, 9067.0, 9087.0, 9074.0, 9079.0, 9096.0, 9084.0, 9093.0, 9099.0, 9091.0, 9120.0, 9100.0, 9122.0, 9131.0, 9109.0, 9103.0, 9088.0, 9093.0, 9099.0, 9090.0, 9097.0, 9109.0, 9110.0, 9092.0, 9085.0, 9061.0, 9090.0, 9093.0, 9075.0, 9105.0, 9115.0, 9078.0, 9082.0, 9077.0, 9093.0, 9080.0, 9059.0, 9077.0, 9091.0, 9073.0, 9099.0, 9090.0, 9090.0, 9097.0, 9104.0, 9113.0, 9111.0, 9078.0, 9093.0, 9068.0, 9078.0, 9098.0, 9091.0, 9083.0, 9109.0, 9112.0, 9079.0, 9081.0, 9087.0, 9086.0, 9091.0, 9112.0, 9070.0, 9072.0, 9062.0, 9086.0, 9070.0, 9063.0, 9068.0, 9097.0, 9074.0, 9071.0, 9082.0, 9063.0, 9074.0, 9098.0, 9062.0, 9072.0, 9123.0, 9043.0, 9074.0, 9104.0, 9067.0, 9072.0, 9102.0, 9064.0, 9084.0, 9090.0, 9044.0, 9075.0, 9100.0, 9086.0, 9093.0, 9106.0, 9126.0, 9089.0, 9096.0, 9118.0, 9054.0, 9093.0, 9117.0, 9073.0, 9084.0, 9095.0, 9130.0, 9070.0, 9091.0, 9110.0, 9051.0, 9068.0, 9096.0, 9074.0, 9078.0, 9096.0, 9065.0, 9088.0, 9098.0, 9074.0, 9078.0, 9090.0, 9112.0, 9050.0, 9076.0, 9097.0, 9059.0, 9069.0, 9083.0, 9087.0, 9062.0, 9061.0, 9079.0, 9060.0, 9072.0, 9078.0, 9060.0, 9063.0, 9077.0, 9109.0, 9051.0, 9060.0, 9078.0, 9065.0, 9071.0, 9084.0, 9062.0, 9073.0, 9079.0, 9088.0, 9077.0, 9082.0, 9103.0, 9067.0, 9092.0, 9130.0, 9074.0, 9086.0, 9082.0, 9111.0, 9089.0, 9079.0, 9118.0, 9084.0, 9093.0, 9115.0, 9071.0, 9098.0, 9117.0, 9071.0, 9089.0, 9144.0, 9121.0, 9078.0, 9098.0, 9105.0, 9099.0, 9124.0, 9129.0, 9088.0, 9117.0, 9141.0, 9075.0, 9085.0, 9125.0, 9093.0, 9098.0, 9138.0, 9115.0, 9101.0, 9123.0, 9097.0, 9116.0, 9142.0, 9133.0, 9098.0, 9131.0, 9117.0, 9060.0, 9097.0, 9135.0, 9063.0, 9068.0, 9107.0, 9112.0, 9054.0, 9084.0, 9106.0, 9064.0, 9053.0, 9089.0, 9060.0, 9057.0, 9092.0, 9027.0, 9051.0, 9061.0, 9054.0, 9063.0, 9066.0, 9119.0, 9065.0, 9067.0, 9076.0, 9068.0, 9054.0, 9076.0, 9068.0, 9074.0, 9097.0, 9048.0, 9075.0, 9113.0, 9050.0, 9071.0, 9098.0, 9083.0, 9072.0, 9068.0, 9047.0, 9067.0, 9073.0, 9075.0, 9067.0, 9077.0, 9111.0, 9058.0, 9058.0, 9101.0, 9071.0, 9073.0, 9101.0, 9079.0, 9064.0, 9114.0, 9055.0, 9080.0, 9119.0, 9067.0, 9097.0, 9141.0, 9061.0, 9061.0, 9119.0, 9069.0, 9078.0, 9131.0, 9079.0, 9103.0, 9136.0, 9024.0, 9085.0, 9115.0, 9086.0, 9075.0, 9108.0, 9088.0, 9110.0, 9116.0, 9092.0, 9103.0, 9127.0, 9086.0, 9094.0, 9137.0, 9077.0, 9088.0, 9092.0, 9064.0, 9086.0, 9105.0, 9047.0, 9087.0, 9102.0, 9047.0, 9049.0, 9064.0, 9046.0, 9047.0, 9083.0, 9031.0, 9046.0, 9085.0, 9041.0, 9048.0, 9080.0, 9066.0, 9055.0, 9091.0, 9047.0, 9053.0, 9109.0, 9080.0, 9069.0, 9088.0, 9046.0, 9051.0, 9091.0, 9051.0, 9050.0, 9073.0, 9050.0, 9051.0, 9070.0, 9069.0, 9077.0, 9093.0, 9053.0, 9057.0, 9070.0, 9071.0, 9074.0, 9082.0, 9112.0, 9125.0, 9082.0, 9101.0, 9098.0, 9136.0, 9110.0, 9089.0, 9105.0, 9136.0, 9085.0, 9117.0, 9139.0, 9108.0, 9112.0, 9129.0, 9107.0, 9124.0, 9095.0, 9107.0, 9091.0, 9087.0, 9084.0, 9116.0, 9096.0, 9083.0, 9078.0, 9064.0, 9072.0, 9061.0, 9081.0, 9038.0, 9046.0, 9069.0, 9035.0, 9059.0, 9044.0, 9051.0, 9059.0, 9039.0, 9074.0, 9065.0, 9042.0, 9053.0, 9071.0, 9058.0, 9052.0, 9068.0, 9046.0, 9071.0, 9073.0, 9068.0, 9055.0, 9060.0, 9083.0, 9089.0, 9131.0, 9142.0, 9139.0, 9129.0, 9105.0, 9109.0, 9120.0, 9128.0, 9110.0, 9168.0, 9140.0, 9121.0, 9051.0, 9089.0, 9066.0, 9114.0, 9103.0, 9110.0, 9136.0, 9179.0, 9150.0, 9105.0, 9124.0, 9119.0, 9070.0, 9068.0, 9087.0, 9050.0, 9063.0, 9087.0, 9076.0, 9058.0, 9088.0, 9084.0, 9071.0, 9044.0, 9081.0, 9066.0, 9073.0, 9070.0, 9094.0, 9059.0, 9085.0, 9104.0, 9074.0, 9066.0, 9078.0, 9074.0, 9065.0, 9079.0, 9096.0, 9073.0, 9079.0, 9061.0, 9084.0, 9083.0, 9069.0, 9079.0, 9101.0, 9087.0, 9088.0, 9061.0, 9084.0, 9100.0, 9073.0, 9074.0, 9099.0, 9085.0, 9114.0, 9103.0, 9082.0, 9086.0, 9103.0, 9080.0, 9115.0, 9104.0, 9099.0, 9104.0, 9086.0, 9095.0, 9117.0, 9098.0, 9093.0, 9121.0, 9105.0, 9094.0, 9136.0, 9104.0, 9095.0, 9131.0, 9101.0, 9113.0, 9123.0, 9061.0, 9099.0, 9094.0, 9124.0, 9082.0, 9071.0, 9112.0, 9087.0, 9074.0, 9095.0, 9095.0, 9087.0, 9095.0, 9098.0, 9092.0, 9085.0, 9080.0, 9105.0, 9103.0, 9092.0, 9085.0, 9104.0, 9136.0, 9105.0, 9078.0, 9095.0, 9102.0, 9075.0, 9105.0, 9098.0, 9100.0, 9135.0, 9087.0, 9078.0, 9104.0, 9108.0, 9091.0, 9111.0, 9106.0, 9103.0, 9121.0, 9110.0, 9105.0, 9153.0, 9106.0, 9091.0, 9137.0, 9102.0, 9087.0, 9117.0, 9093.0, 9110.0, 9132.0, 9098.0, 9108.0, 9143.0, 9080.0, 9081.0, 9078.0, 9064.0, 9082.0, 9090.0, 9110.0, 9101.0, 9100.0, 9116.0, 9087.0, 9076.0, 9105.0, 9130.0, 9119.0, 9092.0, 9116.0, 9128.0, 9088.0, 9110.0, 9125.0, 9100.0, 9101.0, 9119.0, 9151.0, 9090.0, 9103.0, 9081.0, 9085.0, 9075.0, 9105.0, 9076.0, 9090.0, 9110.0, 9107.0, 9096.0, 9107.0, 9111.0, 9067.0, 9109.0, 9098.0, 9110.0, 9081.0, 9091.0, 9094.0, 9098.0, 9118.0, 9108.0, 9078.0, 9084.0, 9109.0, 9039.0, 9059.0, 9075.0, 9035.0, 9049.0, 9041.0, 9077.0, 9058.0, 9045.0, 9043.0, 9052.0, 9042.0, 9042.0, 9049.0, 9065.0, 9058.0, 9051.0, 9058.0, 9040.0, 9075.0, 9061.0, 9074.0, 9078.0, 9087.0, 9061.0, 9056.0, 9078.0, 9063.0, 9076.0, 9083.0, 9100.0, 9105.0, 9072.0, 9097.0, 9083.0, 9112.0, 9104.0, 9078.0, 9110.0, 9122.0, 9083.0, 9080.0, 9083.0, 9081.0, 9091.0, 9093.0, 9100.0, 9115.0, 9121.0, 9086.0, 9187.0, 9219.0, 9214.0, 9179.0, 9219.0, 9179.0, 9189.0, 9163.0, 9136.0, 9114.0, 9103.0, 9079.0, 9070.0, 9056.0, 9060.0, 8982.0, 8976.0, 9040.0, 9005.0, 9042.0, 9093.0, 9044.0, 9089.0, 9057.0, 9058.0, 9075.0, 9061.0, 9062.0, 9025.0, 9014.0, 9040.0, 9031.0, 9032.0, 9036.0, 9038.0, 9043.0, 9015.0, 9019.0, 9008.0, 8993.0, 9008.0, 9038.0, 9046.0, 9059.0, 9059.0, 9049.0, 9046.0, 9049.0, 9053.0, 9058.0, 9062.0, 9067.0, 9038.0, 9039.0, 9073.0, 9028.0, 9034.0, 9053.0, 9011.0, 9016.0, 9052.0, 9008.0, 9009.0, 9016.0, 8977.0, 8985.0, 8996.0, 8964.0, 8995.0, 8997.0, 8986.0, 9013.0, 9003.0, 8997.0, 9009.0, 9008.0, 9043.0, 9021.0, 9080.0, 9072.0, 9084.0, 9084.0, 9071.0, 9084.0, 9077.0, 9103.0, 9122.0, 9116.0, 9121.0, 9093.0, 9108.0, 9134.0, 9138.0, 9132.0, 9135.0, 9100.0, 9097.0, 9139.0, 9108.0, 9087.0, 9077.0, 9083.0, 9061.0, 9093.0, 9067.0, 9064.0, 9082.0, 9112.0, 9089.0, 9093.0, 9098.0, 9106.0, 9095.0, 9109.0, 9096.0, 9083.0, 9108.0, 9083.0, 9107.0, 9111.0, 9077.0, 9087.0, 9091.0, 9081.0, 9065.0, 9070.0, 9070.0, 9085.0, 9062.0, 9078.0, 9068.0, 9089.0, 9081.0, 9064.0, 9054.0, 9074.0, 9062.0, 9080.0, 9083.0, 9063.0, 9080.0, 9105.0, 9067.0, 9094.0, 9131.0, 9088.0, 9034.0, 9056.0, 9061.0, 9072.0, 9078.0, 9082.0, 9090.0, 9103.0, 9088.0, 9083.0, 9102.0, 9070.0, 9078.0, 9116.0, 9080.0, 9055.0, 9110.0, 9073.0, 9080.0, 9117.0, 9052.0, 9074.0, 9106.0, 9068.0, 9071.0, 9104.0, 9059.0, 9096.0, 9104.0, 9070.0, 9091.0, 9076.0, 9092.0, 9096.0, 9075.0, 9063.0, 9097.0, 9059.0, 9057.0, 9091.0, 9068.0, 9072.0, 9089.0, 9059.0, 9071.0, 9079.0, 9062.0, 9082.0, 9080.0, 9077.0, 9083.0, 9088.0, 9116.0, 9119.0, 9076.0, 9080.0, 9092.0, 9068.0, 9042.0, 9051.0, 9052.0, 9041.0, 9048.0, 9050.0, 9047.0, 9076.0, 9040.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.0008363214581607292</td></tr>
<tr><td colspan=3>aqi</td><td>0.037303884672742336</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.57094561006631</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2049144012686581</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9917173099170824</td></tr>
<tr><td colspan=3>efc</td><td>0.4981</td></tr>
<tr><td colspan=3>fber</td><td>4663.375</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13349668158859973</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>161</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.338856669428335</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4336134482462026</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3745894888399204</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7011731174171962</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.225077738481491</td></tr>
<tr><td colspan=3>gcor</td><td>0.014874</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013499977067112923</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035719629377126694</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1207</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.181268768066936</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>23.1356</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.3879</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.8816</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>294342.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>821.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.6442</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0826</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.753</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3273.9362</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3437.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82202.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1282.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>821.9943</td></tr>
<tr><td colspan=3>tsnr</td><td>33.41670843958855</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>