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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0037_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-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037/ses-01/func/sub-0037_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>44701545ec7764b3e5273d76a81f35bc</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>12:23:30.132500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999379, 0.00537113, 0.0348293, -0.00645386, 0.999497, 0.0310493]</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.100496</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7752, -7249, 596, -56, -219, 53, 36]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>269.307</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c862b1e0-acab-4047-9493-7d8cfdf3f5bc||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681260347366333, -0.017315231263637543, 0.0935414656996727, 111.1883316040039], [-0.014410344883799553, 2.681577444076538, 0.08438784629106522, -87.11260986328125], [0.09344439953565598, -0.08330290019512177, 2.697059392929077, -79.98076629638672], [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': ['122330.132500', '122330.592500', '122331.052500', '122331.512500', '122331.972500', '122332.432500', '122332.892500', '122333.352500', '122333.812500', '122334.272500', '122334.732500', '122335.192500', '122335.652500', '122336.112500', '122336.572500', '122337.032500', '122337.492500', '122337.952500', '122338.412500', '122338.872500', '122339.332500', '122339.792500', '122340.252500', '122340.712500', '122341.172500', '122341.632500', '122342.092500', '122342.552500', '122343.012500', '122343.472500', '122343.932500', '122344.392500', '122344.852500', '122345.312500', '122345.772500', '122346.232500', '122346.692500', '122347.152500', '122347.612500', '122348.072500', '122348.532500', '122348.992500', '122349.452500', '122349.912500', '122350.372500', '122350.832500', '122351.292500', '122351.752500', '122352.212500', '122352.672500', '122353.132500', '122353.592500', '122354.052500', '122354.512500', '122354.972500', '122355.432500', '122355.892500', '122356.352500', '122356.812500', '122357.272500', '122357.732500', '122358.192500', '122358.652500', '122359.112500', '122359.572500', '122400.032500', '122400.492500', '122400.952500', '122401.412500', '122401.872500', '122402.332500', '122402.792500', '122403.252500', '122403.712500', '122404.172500', '122404.632500', '122405.092500', '122405.552500', '122406.012500', '122406.472500', '122406.932500', '122407.392500', '122407.852500', '122408.312500', '122408.772500', '122409.232500', '122409.692500', '122410.152500', '122410.612500', '122411.072500', '122411.532500', '122411.992500', '122412.452500', '122412.912500', '122413.372500', '122413.832500', '122414.292500', '122414.752500', '122415.212500', '122415.672500', '122416.132500', '122416.592500', '122417.052500', '122417.512500', '122417.972500', '122418.432500', '122418.892500', '122419.352500', '122419.812500', '122420.272500', '122420.732500', '122421.192500', '122421.652500', '122422.112500', '122422.572500', '122423.032500', '122423.492500', '122423.952500', '122424.412500', '122424.872500', '122425.332500', '122425.792500', '122426.252500', '122426.712500', '122427.172500', '122427.632500', '122428.092500', '122428.552500', '122429.012500', '122429.472500', '122429.932500', '122430.392500', '122430.852500', '122431.312500', '122431.772500', '122432.232500', '122432.692500', '122433.152500', '122433.612500', '122434.072500', '122434.532500', '122434.992500', '122435.452500', '122435.912500', '122436.372500', '122436.832500', '122437.292500', '122437.752500', '122438.212500', '122438.672500', '122439.132500', '122439.592500', '122440.052500', '122440.512500', '122440.972500', '122441.432500', '122441.892500', '122442.352500', '122442.812500', '122443.272500', '122443.732500', '122444.192500', '122444.652500', '122445.112500', '122445.572500', '122446.032500', '122446.492500', '122446.952500', '122447.412500', '122447.872500', '122448.332500', '122448.792500', '122449.252500', '122449.712500', '122450.172500', '122450.632500', '122451.092500', '122451.552500', '122452.012500', '122452.472500', '122452.932500', '122453.392500', '122453.852500', '122454.312500', '122454.772500', '122455.232500', '122455.692500', '122456.152500', '122456.612500', '122457.072500', '122457.532500', '122457.992500', '122458.452500', '122458.912500', '122459.372500', '122459.832500', '122500.292500', '122500.752500', '122501.212500', '122501.672500', '122502.132500', '122502.592500', '122503.052500', '122503.512500', '122503.972500', '122504.432500', '122504.892500', '122505.352500', '122505.812500', '122506.272500', '122506.732500', '122507.192500', '122507.652500', '122508.112500', '122508.572500', '122509.032500', '122509.492500', '122509.952500', '122510.412500', '122510.872500', '122511.332500', '122511.792500', '122512.252500', '122512.712500', '122513.172500', '122513.632500', '122514.092500', '122514.552500', '122515.012500', '122515.472500', '122515.932500', '122516.392500', '122516.852500', '122517.312500', '122517.772500', '122518.232500', '122518.692500', '122519.152500', '122519.612500', '122520.072500', '122520.532500', '122520.992500', '122521.452500', '122521.912500', '122522.372500', '122522.832500', '122523.292500', '122523.752500', '122524.212500', '122524.672500', '122525.132500', '122525.592500', '122526.052500', '122526.512500', '122526.972500', '122527.432500', '122527.892500', '122528.352500', '122528.812500', '122529.272500', '122529.732500', '122530.192500', '122530.652500', '122531.112500', '122531.572500', '122532.032500', '122532.492500', '122532.952500', '122533.412500', '122533.872500', '122534.332500', '122534.792500', '122535.252500', '122535.712500', '122536.172500', '122536.632500', '122537.092500', '122537.552500', '122538.012500', '122538.472500', '122538.932500', '122539.392500', '122539.852500', '122540.312500', '122540.772500', '122541.232500', '122541.692500', '122542.152500', '122542.612500', '122543.072500', '122543.532500', '122543.992500', '122544.452500', '122544.912500', '122545.372500', '122545.832500', '122546.292500', '122546.752500', '122547.212500', '122547.672500', '122548.132500', '122548.592500', '122549.052500', '122549.512500', '122549.972500', '122550.432500', '122550.892500', '122551.352500', '122551.812500', '122552.272500', '122552.732500', '122553.192500', '122553.652500', '122554.112500', '122554.572500', '122555.032500', '122555.492500', '122555.952500', '122556.412500', '122556.872500', '122557.332500', '122557.792500', '122558.252500', '122558.712500', '122559.172500', '122559.632500', '122600.092500', '122600.552500', '122601.012500', '122601.472500', '122601.932500', '122602.392500', '122602.852500', '122603.312500', '122603.772500', '122604.232500', '122604.692500', '122605.152500', '122605.612500', '122606.072500', '122606.532500', '122606.992500', '122607.452500', '122607.912500', '122608.372500', '122608.832500', '122609.292500', '122609.752500', '122610.212500', '122610.672500', '122611.132500', '122611.592500', '122612.052500', '122612.512500', '122612.972500', '122613.432500', '122613.892500', '122614.352500', '122614.812500', '122615.272500', '122615.732500', '122616.192500', '122616.652500', '122617.112500', '122617.572500', '122618.032500', '122618.492500', '122618.952500', '122619.412500', '122619.872500', '122620.332500', '122620.792500', '122621.252500', '122621.712500', '122622.172500', '122622.632500', '122623.092500', '122623.552500', '122624.012500', '122624.472500', '122624.932500', '122625.392500', '122625.852500', '122626.312500', '122626.772500', '122627.232500', '122627.692500', '122628.152500', '122628.612500', '122629.072500', '122629.532500', '122629.992500', '122630.452500', '122630.912500', '122631.372500', '122631.832500', '122632.292500', '122632.752500', '122633.212500', '122633.672500', '122634.132500', '122634.592500', '122635.052500', '122635.512500', '122635.972500', '122636.432500', '122636.892500', '122637.352500', '122637.812500', '122638.272500', '122638.732500', '122639.192500', '122639.652500', '122640.112500', '122640.572500', '122641.032500', '122641.492500', '122641.952500', '122642.412500', '122642.872500', '122643.332500', '122643.792500', '122644.252500', '122644.712500', '122645.172500', '122645.632500', '122646.092500', '122646.552500', '122647.012500', '122647.472500', '122647.932500', '122648.392500', '122648.852500', '122649.312500', '122649.772500', '122650.232500', '122650.692500', '122651.152500', '122651.612500', '122652.072500', '122652.532500', '122652.992500', '122653.452500', '122653.912500', '122654.372500', '122654.832500', '122655.292500', '122655.752500', '122656.212500', '122656.672500', '122657.132500', '122657.592500', '122658.052500', '122658.512500', '122658.972500', '122659.432500', '122659.892500', '122700.352500', '122700.812500', '122701.272500', '122701.732500', '122702.192500', '122702.652500', '122703.112500', '122703.572500', '122704.032500', '122704.492500', '122704.952500', '122705.412500', '122705.872500', '122706.332500', '122706.792500', '122707.252500', '122707.712500', '122708.172500', '122708.632500', '122709.092500', '122709.552500', '122710.012500', '122710.472500', '122710.932500', '122711.392500', '122711.852500', '122712.312500', '122712.772500', '122713.232500', '122713.692500', '122714.152500', '122714.612500', '122715.072500', '122715.532500', '122715.992500', '122716.452500', '122716.912500', '122717.372500', '122717.832500', '122718.292500', '122718.752500', '122719.212500', '122719.672500', '122720.132500', '122720.592500', '122721.052500', '122721.512500', '122721.972500', '122722.432500', '122722.892500', '122723.352500', '122723.812500', '122724.272500', '122724.732500', '122725.192500', '122725.652500', '122726.112500', '122726.572500', '122727.032500', '122727.492500', '122727.952500', '122728.412500', '122728.872500', '122729.332500', '122729.792500', '122730.252500', '122730.712500', '122731.172500', '122731.632500', '122732.092500', '122732.552500', '122733.012500', '122733.472500', '122733.932500', '122734.392500', '122734.852500', '122735.312500', '122735.772500', '122736.232500', '122736.692500', '122737.152500', '122737.612500', '122738.072500', '122738.532500', '122738.992500', '122739.452500', '122739.912500', '122740.372500', '122740.832500', '122741.292500', '122741.752500', '122742.212500', '122742.672500', '122743.132500', '122743.592500', '122744.052500', '122744.512500', '122744.972500', '122745.432500', '122745.892500', '122746.352500', '122746.812500', '122747.272500', '122747.732500', '122748.192500', '122748.652500', '122749.112500', '122749.572500', '122750.032500', '122750.492500', '122750.952500', '122751.412500', '122751.872500', '122752.332500', '122752.792500', '122753.252500', '122753.712500', '122754.172500', '122754.632500', '122755.092500', '122755.552500', '122756.012500', '122756.472500', '122756.932500', '122757.392500', '122757.852500', '122758.312500', '122758.772500', '122759.232500', '122759.692500', '122800.152500', '122800.612500', '122801.072500', '122801.532500', '122801.992500', '122802.452500', '122802.912500', '122803.372500', '122803.832500', '122804.292500', '122804.752500', '122805.212500', '122805.672500', '122806.132500', '122806.592500', '122807.052500', '122807.512500', '122807.972500', '122808.432500', '122808.892500', '122809.352500', '122809.812500', '122810.272500', '122810.732500', '122811.192500', '122811.652500', '122812.112500', '122812.572500', '122813.032500', '122813.492500', '122813.952500', '122814.412500', '122814.872500', '122815.332500', '122815.792500', '122816.252500', '122816.712500', '122817.172500', '122817.632500', '122818.092500', '122818.552500', '122819.012500', '122819.472500', '122819.932500', '122820.392500', '122820.852500', '122821.312500', '122821.772500', '122822.232500', '122822.692500', '122823.152500', '122823.612500', '122824.072500', '122824.532500', '122824.992500', '122825.452500', '122825.912500', '122826.372500', '122826.832500', '122827.292500', '122827.752500', '122828.212500', '122828.672500', '122829.132500', '122829.592500', '122830.052500', '122830.512500', '122830.972500', '122831.432500', '122831.892500', '122832.352500', '122832.812500', '122833.272500', '122833.732500', '122834.192500', '122834.652500', '122835.112500', '122835.572500', '122836.032500', '122836.492500', '122836.952500', '122837.412500', '122837.872500', '122838.332500', '122838.792500', '122839.252500', '122839.712500', '122840.172500', '122840.632500', '122841.092500', '122841.552500', '122842.012500', '122842.472500', '122842.932500', '122843.392500', '122843.852500', '122844.312500', '122844.772500', '122845.232500', '122845.692500', '122846.152500', '122846.612500', '122847.072500', '122847.532500', '122847.992500', '122848.452500', '122848.912500', '122849.372500', '122849.832500', '122850.292500', '122850.752500', '122851.212500', '122851.672500', '122852.132500', '122852.592500', '122853.052500', '122853.512500', '122853.972500', '122854.432500', '122854.892500', '122855.352500', '122855.812500', '122856.272500', '122856.732500', '122857.192500', '122857.652500', '122858.112500', '122858.572500', '122859.032500', '122859.492500', '122859.952500', '122900.412500', '122900.872500', '122901.332500', '122901.792500', '122902.252500', '122902.712500', '122903.172500', '122903.632500', '122904.092500', '122904.552500', '122905.012500', '122905.472500', '122905.932500', '122906.392500', '122906.852500', '122907.312500', '122907.772500', '122908.232500', '122908.692500', '122909.152500', '122909.612500', '122910.072500', '122910.532500', '122910.992500', '122911.452500', '122911.912500', '122912.372500', '122912.832500', '122913.292500', '122913.752500', '122914.212500', '122914.672500', '122915.132500', '122915.592500', '122916.052500', '122916.512500', '122916.972500', '122917.432500', '122917.892500', '122918.352500', '122918.812500', '122919.272500', '122919.732500', '122920.192500', '122920.652500', '122921.112500', '122921.572500', '122922.032500', '122922.492500', '122922.952500', '122923.412500', '122923.872500', '122924.332500', '122924.792500', '122925.252500', '122925.712500', '122926.172500', '122926.632500', '122927.092500', '122927.552500', '122928.012500', '122928.472500', '122928.932500', '122929.392500', '122929.852500', '122930.312500', '122930.772500', '122931.232500', '122931.692500', '122932.152500', '122932.612500', '122933.072500', '122933.532500', '122933.992500', '122934.452500', '122934.912500', '122935.372500', '122935.832500', '122936.292500', '122936.752500', '122937.212500', '122937.672500', '122938.132500', '122938.592500', '122939.052500', '122939.512500', '122939.972500', '122940.432500', '122940.892500', '122941.352500', '122941.812500', '122942.272500', '122942.732500', '122943.192500', '122943.652500', '122944.112500', '122944.572500', '122945.032500', '122945.492500', '122945.952500', '122946.412500', '122946.872500', '122947.332500', '122947.792500', '122948.252500', '122948.712500', '122949.172500', '122949.632500', '122950.092500', '122950.552500', '122951.012500', '122951.472500', '122951.932500', '122952.392500', '122952.852500', '122953.312500', '122953.772500', '122954.232500', '122954.692500', '122955.152500', '122955.612500', '122956.072500', '122956.532500', '122956.992500', '122957.452500', '122957.912500', '122958.372500', '122958.832500', '122959.292500', '122959.752500', '123000.212500', '123000.672500', '123001.132500', '123001.592500', '123002.052500', '123002.512500', '123002.972500', '123003.432500', '123003.892500', '123004.352500', '123004.812500', '123005.272500', '123005.732500', '123006.192500', '123006.652500', '123007.112500', '123007.572500', '123008.032500', '123008.492500', '123008.952500', '123009.412500', '123009.872500', '123010.332500', '123010.792500', '123011.252500', '123011.712500', '123012.172500', '123012.632500', '123013.092500', '123013.552500', '123014.012500', '123014.472500', '123014.932500', '123015.392500', '123015.852500', '123016.312500', '123016.772500', '123017.232500', '123017.692500', '123018.152500', '123018.612500', '123019.072500', '123019.532500', '123019.992500', '123020.452500', '123020.912500', '123021.372500', '123021.832500', '123022.292500', '123022.752500', '123023.212500', '123023.672500', '123024.132500', '123024.592500', '123025.052500', '123025.512500', '123025.972500', '123026.432500', '123026.892500', '123027.352500', '123027.812500', '123028.272500', '123028.732500', '123029.192500', '123029.652500', '123030.112500', '123030.572500', '123031.032500', '123031.492500', '123031.952500', '123032.412500', '123032.872500', '123033.332500', '123033.792500', '123034.252500', '123034.712500', '123035.172500', '123035.632500', '123036.092500', '123036.552500', '123037.012500', '123037.472500', '123037.932500', '123038.392500', '123038.852500', '123039.312500', '123039.772500', '123040.232500', '123040.692500', '123041.152500', '123041.612500', '123042.072500', '123042.532500', '123042.992500', '123043.452500', '123043.912500', '123044.372500', '123044.832500', '123045.292500', '123045.752500', '123046.212500', '123046.672500', '123047.132500', '123047.592500', '123048.052500', '123048.512500', '123048.972500', '123049.432500', '123049.892500', '123050.352500', '123050.812500', '123051.272500', '123051.732500', '123052.192500', '123052.652500', '123053.112500', '123053.572500', '123054.032500', '123054.492500', '123054.952500', '123055.412500', '123055.872500', '123056.332500', '123056.792500', '123057.252500', '123057.712500', '123058.172500', '123058.632500', '123059.092500', '123059.552500', '123100.012500', '123100.472500', '123100.932500', '123101.392500', '123101.852500', '123102.312500', '123102.772500', '123103.232500', '123103.692500', '123104.152500', '123104.612500', '123105.072500', '123105.532500', '123105.992500', '123106.452500', '123106.912500', '123107.372500', '123107.832500', '123108.292500', '123108.752500', '123109.212500', '123109.672500', '123110.132500', '123110.592500', '123111.052500', '123111.512500', '123111.972500', '123112.432500', '123112.892500', '123113.352500', '123113.812500', '123114.272500', '123114.732500', '123115.192500', '123115.652500', '123116.112500', '123116.572500', '123117.032500', '123117.492500', '123117.952500', '123118.412500', '123118.872500', '123119.332500', '123119.792500', '123120.252500', '123120.712500', '123121.172500', '123121.632500', '123122.092500', '123122.552500', '123123.012500', '123123.472500', '123123.932500', '123124.392500', '123124.852500', '123125.312500', '123125.772500', '123126.232500', '123126.692500', '123127.152500', '123127.612500', '123128.072500', '123128.532500', '123128.992500', '123129.452500', '123129.912500', '123130.372500', '123130.832500', '123131.292500', '123131.752500', '123132.212500', '123132.672500', '123133.132500', '123133.592500', '123134.052500', '123134.512500', '123134.972500', '123135.432500', '123135.892500', '123136.352500', '123136.812500', '123137.272500', '123137.732500', '123138.192500', '123138.652500', '123139.112500', '123139.572500', '123140.032500', '123140.492500', '123140.952500', '123141.412500', '123141.872500', '123142.332500', '123142.792500', '123143.252500', '123143.712500', '123144.172500', '123144.632500', '123145.092500', '123145.552500', '123146.012500', '123146.472500', '123146.932500', '123147.392500', '123147.852500', '123148.312500', '123148.772500', '123149.232500', '123149.692500', '123150.152500', '123150.612500', '123151.072500', '123151.532500', '123151.992500', '123152.452500', '123152.912500', '123153.372500', '123153.832500', '123154.292500', '123154.752500', '123155.212500', '123155.672500', '123156.132500', '123156.592500', '123157.052500', '123157.512500', '123157.972500', '123158.432500', '123158.892500', '123159.352500', '123159.812500', '123200.272500', '123200.732500', '123201.192500', '123201.652500', '123202.112500', '123202.572500', '123203.032500', '123203.492500', '123203.952500', '123204.412500', '123204.872500', '123205.332500', '123205.792500', '123206.252500', '123206.712500', '123207.172500', '123207.632500', '123208.092500', '123208.552500', '123209.012500', '123209.472500', '123209.932500', '123210.392500', '123210.852500', '123211.312500', '123211.772500', '123212.232500', '123212.692500', '123213.152500', '123213.612500', '123214.072500', '123214.532500', '123214.992500', '123215.452500', '123215.912500', '123216.372500', '123216.832500', '123217.292500', '123217.752500', '123218.212500', '123218.672500', '123219.132500', '123219.592500', '123220.052500', '123220.512500', '123220.972500', '123221.432500', '123221.892500', '123222.352500', '123222.812500', '123223.272500', '123223.732500', '123224.192500', '123224.652500', '123225.112500', '123225.572500', '123226.032500', '123226.492500', '123226.952500', '123227.412500', '123227.872500', '123228.332500', '123228.792500', '123229.252500', '123229.712500', '123230.172500', '123230.632500', '123231.092500', '123231.552500', '123232.012500', '123232.472500', '123232.932500', '123233.392500', '123233.852500', '123234.312500', '123234.772500', '123235.232500', '123235.692500', '123236.152500', '123236.612500', '123237.072500', '123237.532500', '123237.992500', '123238.452500', '123238.912500', '123239.372500', '123239.832500', '123240.292500', '123240.752500', '123241.212500', '123241.672500', '123242.132500', '123242.592500', '123243.052500', '123243.512500', '123243.972500', '123244.432500', '123244.892500', '123245.352500', '123245.812500'], 'ContentTime': ['122355.230000', '122355.233000', '122355.236000', '122355.239000', '122355.242000', '122355.245000', '122355.247000', '122355.250000', '122355.253000', '122355.256000', '122355.259000', '122355.262000', '122355.264000', '122355.267000', '122355.270000', '122355.273000', '122355.276000', '122355.282000', '122355.285000', '122355.288000', '122355.291000', '122355.293000', '122355.296000', '122355.299000', '122355.302000', '122355.304000', '122355.307000', '122355.317000', '122355.322000', '122355.325000', '122355.328000', '122355.331000', '122355.333000', '122355.336000', '122355.339000', '122355.342000', '122355.344000', '122355.347000', '122355.350000', '122355.353000', '122355.356000', '122355.359000', '122355.361000', '122355.364000', '122355.367000', '122355.370000', '122355.373000', '122355.375000', '122355.378000', '122355.381000', '122355.384000', '122355.387000', '122355.389000', '122415.194000', '122415.197000', '122415.200000', '122415.203000', '122415.205000', '122415.208000', '122415.211000', '122415.214000', '122415.217000', '122415.219000', '122415.222000', '122415.225000', '122415.228000', '122415.231000', '122415.233000', '122415.243000', '122415.246000', '122415.249000', '122415.252000', '122415.255000', '122415.257000', '122415.260000', '122415.263000', '122415.266000', '122415.269000', '122415.271000', '122415.274000', '122415.277000', '122415.280000', '122415.283000', '122415.285000', '122415.288000', '122415.291000', '122415.294000', '122415.297000', '122415.300000', '122415.302000', '122415.305000', '122415.308000', '122415.311000', '122415.314000', '122415.316000', '122415.319000', '122415.322000', '122435.194000', '122435.197000', '122435.200000', '122435.203000', '122435.205000', '122435.208000', '122435.211000', '122435.214000', '122435.217000', '122435.219000', '122435.222000', '122435.225000', '122435.228000', '122435.231000', '122435.234000', '122435.236000', '122435.239000', '122435.242000', '122435.245000', '122435.248000', '122435.250000', '122435.253000', '122435.256000', '122435.266000', '122435.269000', '122435.272000', '122435.274000', '122435.277000', '122435.280000', '122435.283000', '122435.286000', '122435.289000', '122435.291000', '122435.294000', '122435.297000', '122435.300000', '122435.303000', '122435.306000', '122435.308000', '122435.311000', '122435.314000', '122435.317000', '122435.320000', '122455.195000', '122455.198000', '122455.201000', '122455.204000', '122455.206000', '122455.209000', '122455.212000', '122455.215000', '122455.217000', '122455.220000', '122455.223000', '122455.226000', '122455.229000', '122455.232000', '122455.235000', '122455.237000', '122455.240000', '122455.243000', '122455.246000', '122455.249000', '122455.252000', '122455.255000', '122455.257000', '122455.260000', '122455.263000', '122455.346000', '122455.349000', '122455.352000', '122455.354000', '122455.357000', '122455.360000', '122455.363000', '122455.366000', '122455.369000', '122455.372000', '122455.374000', '122455.377000', '122455.380000', '122455.383000', '122455.386000', '122455.388000', '122455.391000', '122455.394000', '122455.397000', '122515.194000', '122515.197000', '122515.200000', '122515.203000', '122515.206000', '122515.208000', '122515.211000', '122515.214000', '122515.217000', '122515.220000', '122515.222000', '122515.225000', '122515.228000', '122515.231000', '122515.234000', '122515.237000', '122515.239000', '122515.242000', '122515.245000', '122515.248000', '122515.251000', '122515.253000', '122515.256000', '122515.259000', '122515.262000', '122515.265000', '122515.268000', '122515.270000', '122515.273000', '122515.276000', '122515.279000', '122515.282000', '122515.285000', '122515.287000', '122515.290000', '122515.293000', '122515.296000', '122515.299000', '122515.302000', '122515.304000', '122515.307000', '122515.310000', '122515.313000', '122535.194000', '122535.197000', '122535.200000', '122535.202000', '122535.205000', '122535.208000', '122535.211000', '122535.214000', '122535.217000', '122535.219000', '122535.222000', '122535.225000', '122535.228000', '122535.245000', '122535.247000', '122535.250000', '122535.253000', '122535.256000', '122535.259000', '122535.262000', '122535.264000', '122535.267000', '122535.270000', '122535.273000', '122535.276000', '122535.278000', '122535.281000', '122535.284000', '122535.287000', '122535.290000', '122535.293000', '122535.295000', '122535.298000', '122535.301000', '122535.304000', '122535.307000', '122535.309000', '122535.312000', '122535.315000', '122535.318000', '122535.321000', '122535.324000', '122535.326000', '122535.329000', '122555.194000', '122555.197000', '122555.200000', '122555.203000', '122555.205000', '122555.208000', '122555.211000', '122555.214000', '122555.217000', '122555.220000', '122555.222000', '122555.225000', '122555.228000', '122555.231000', '122555.234000', '122555.237000', '122555.240000', '122555.243000', '122555.245000', '122555.248000', '122555.251000', '122555.254000', '122555.257000', '122555.260000', '122555.262000', '122555.265000', '122555.268000', '122555.271000', '122555.274000', '122555.276000', '122555.279000', '122555.282000', '122555.285000', '122555.288000', '122555.291000', '122555.293000', '122555.296000', '122555.300000', '122555.303000', '122555.306000', '122555.308000', '122555.311000', '122555.314000', '122615.194000', '122615.197000', '122615.200000', '122615.203000', '122615.205000', '122615.208000', '122615.211000', '122615.214000', '122615.217000', '122615.220000', '122615.222000', '122615.225000', '122615.228000', '122615.231000', '122615.234000', '122615.237000', '122615.239000', '122615.242000', '122615.245000', '122615.248000', '122615.251000', '122615.253000', '122615.256000', '122615.259000', '122615.262000', '122615.265000', '122615.268000', '122615.271000', '122615.274000', '122615.277000', '122615.279000', '122615.282000', '122615.285000', '122615.288000', '122615.291000', '122615.293000', '122615.296000', '122615.299000', '122615.302000', '122615.305000', '122615.308000', '122615.310000', '122615.313000', '122615.316000', '122635.194000', '122635.197000', '122635.200000', '122635.203000', '122635.205000', '122635.208000', '122635.211000', '122635.214000', '122635.217000', '122635.220000', '122635.223000', '122635.225000', '122635.228000', '122635.231000', '122635.234000', '122635.237000', '122635.239000', '122635.242000', '122635.245000', '122635.248000', '122635.251000', '122635.254000', '122635.256000', '122635.259000', '122635.262000', '122635.265000', '122635.268000', '122635.271000', '122635.273000', '122635.276000', '122635.279000', '122635.282000', '122635.285000', '122635.288000', '122635.290000', '122635.293000', '122635.296000', '122635.299000', '122635.302000', '122635.305000', '122635.307000', '122635.310000', '122635.313000', '122655.194000', '122655.197000', '122655.200000', '122655.203000', '122655.205000', '122655.208000', '122655.211000', '122655.214000', '122655.217000', '122655.220000', '122655.222000', '122655.225000', '122655.228000', '122655.231000', '122655.238000', '122655.241000', '122655.244000', '122655.246000', '122655.249000', '122655.252000', '122655.255000', '122655.258000', '122655.260000', '122655.263000', '122655.266000', '122655.269000', '122655.272000', '122655.275000', '122655.278000', '122655.280000', '122655.283000', '122655.286000', '122655.289000', '122655.292000', '122655.295000', '122655.297000', '122655.300000', '122655.303000', '122655.306000', '122655.309000', '122655.312000', '122655.314000', '122655.317000', '122655.320000', '122715.195000', '122715.198000', '122715.201000', '122715.204000', '122715.206000', '122715.209000', '122715.212000', '122715.215000', '122715.218000', '122715.221000', '122715.223000', '122715.226000', '122715.229000', '122715.232000', '122715.235000', '122715.237000', '122715.240000', '122715.243000', '122715.246000', '122715.249000', '122715.251000', '122715.254000', '122715.257000', '122715.260000', '122715.263000', '122715.266000', '122715.268000', '122715.271000', '122715.274000', '122715.277000', '122715.280000', '122715.282000', '122715.285000', '122715.288000', '122715.291000', '122715.294000', '122715.297000', '122715.299000', '122715.302000', '122715.305000', '122715.308000', '122715.311000', '122715.314000', '122735.194000', '122735.197000', '122735.200000', '122735.203000', '122735.206000', '122735.209000', '122735.212000', '122735.214000', '122735.217000', '122735.220000', '122735.223000', '122735.226000', '122735.229000', '122735.232000', '122735.234000', '122735.237000', '122735.240000', '122735.243000', '122735.246000', '122735.248000', '122735.251000', '122735.254000', '122735.257000', '122735.260000', '122735.263000', '122735.266000', '122735.268000', '122735.271000', '122735.274000', '122735.277000', '122735.280000', '122735.282000', '122735.285000', '122735.288000', '122735.291000', '122735.294000', '122735.297000', '122735.299000', '122735.302000', '122735.305000', '122735.308000', '122735.311000', '122735.314000', '122755.194000', '122755.197000', '122755.200000', '122755.203000', '122755.206000', '122755.208000', '122755.211000', '122755.214000', '122755.217000', '122755.220000', '122755.223000', '122755.225000', '122755.228000', '122755.231000', '122755.234000', '122755.237000', '122755.239000', '122755.242000', '122755.245000', '122755.248000', '122755.251000', '122755.254000', '122755.257000', '122755.259000', '122755.262000', '122755.265000', '122755.268000', '122755.271000', '122755.274000', '122755.276000', '122755.279000', '122755.282000', '122755.285000', '122755.288000', '122755.291000', '122755.293000', '122755.296000', '122755.299000', '122755.302000', '122755.305000', '122755.308000', '122755.311000', '122755.313000', '122755.316000', '122815.194000', '122815.197000', '122815.200000', '122815.203000', '122815.206000', '122815.209000', '122815.214000', '122815.217000', '122815.219000', '122815.247000', '122815.250000', '122815.252000', '122815.255000', '122815.258000', '122815.261000', '122815.264000', '122815.267000', '122815.269000', '122815.272000', '122815.275000', '122815.278000', '122815.281000', '122815.284000', '122815.287000', '122815.289000', '122815.292000', '122815.295000', '122815.298000', '122815.301000', '122815.304000', '122815.306000', '122815.309000', '122815.312000', '122815.315000', '122815.318000', '122815.321000', '122815.323000', '122815.326000', '122815.329000', '122815.332000', '122815.335000', '122815.338000', '122815.340000', '122835.194000', '122835.197000', '122835.200000', '122835.203000', '122835.206000', '122835.208000', '122835.211000', '122835.214000', '122835.217000', '122835.220000', '122835.223000', '122835.225000', '122835.228000', '122835.231000', '122835.234000', '122835.237000', '122835.239000', '122835.242000', '122835.245000', '122835.248000', '122835.267000', '122835.270000', '122835.273000', '122835.275000', '122835.278000', '122835.281000', '122835.284000', '122835.287000', '122835.290000', '122835.293000', '122835.295000', '122835.298000', '122835.301000', '122835.304000', '122835.307000', '122835.310000', '122835.312000', '122835.315000', '122835.318000', '122835.321000', '122835.324000', '122835.327000', '122835.329000', '122835.332000', '122855.194000', '122855.197000', '122855.200000', '122855.203000', '122855.206000', '122855.209000', '122855.212000', '122855.215000', '122855.218000', '122855.220000', '122855.223000', '122855.226000', '122855.229000', '122855.232000', '122855.235000', '122855.237000', '122855.240000', '122855.243000', '122855.246000', '122855.249000', '122855.252000', '122855.256000', '122855.259000', '122855.262000', '122855.265000', '122855.268000', '122855.271000', '122855.274000', '122855.276000', '122855.279000', '122855.282000', '122855.285000', '122855.288000', '122855.291000', '122855.293000', '122855.296000', '122855.299000', '122855.302000', '122855.305000', '122855.308000', '122855.310000', '122855.313000', '122855.316000', '122915.194000', '122915.197000', '122915.200000', '122915.203000', '122915.206000', '122915.208000', '122915.211000', '122915.214000', '122915.217000', '122915.220000', '122915.223000', '122915.225000', '122915.228000', '122915.231000', '122915.234000', '122915.237000', '122915.240000', '122915.242000', '122915.245000', '122915.248000', '122915.251000', '122915.254000', '122915.257000', '122915.259000', '122915.262000', '122915.265000', '122915.268000', '122915.271000', '122915.273000', '122915.276000', '122915.279000', '122915.282000', '122915.285000', '122915.288000', '122915.291000', '122915.293000', '122915.296000', '122915.299000', '122915.302000', '122915.305000', '122915.308000', '122915.310000', '122915.313000', '122915.316000', '122935.195000', '122935.198000', '122935.201000', '122935.204000', '122935.207000', '122935.209000', '122935.212000', '122935.215000', '122935.218000', '122935.221000', '122935.223000', '122935.226000', '122935.229000', '122935.232000', '122935.235000', '122935.238000', '122935.240000', '122935.243000', '122935.246000', '122935.249000', '122935.252000', '122935.255000', '122935.258000', '122935.261000', '122935.264000', '122935.266000', '122935.269000', '122935.272000', '122935.275000', '122935.278000', '122935.281000', '122935.283000', '122935.286000', '122935.289000', '122935.292000', '122935.295000', '122935.297000', '122935.300000', '122935.303000', '122935.306000', '122935.309000', '122935.311000', '122935.314000', '122955.194000', '122955.197000', '122955.200000', '122955.203000', '122955.205000', '122955.208000', '122955.211000', '122955.214000', '122955.217000', '122955.220000', '122955.222000', '122955.225000', '122955.228000', '122955.231000', '122955.234000', '122955.236000', '122955.239000', '122955.242000', '122955.245000', '122955.248000', '122955.251000', '122955.254000', '122955.256000', '122955.259000', '122955.262000', '122955.265000', '122955.268000', '122955.270000', '122955.273000', '122955.276000', '122955.292000', '122955.295000', '122955.298000', '122955.301000', '122955.303000', '122955.306000', '122955.309000', '122955.312000', '122955.315000', '122955.318000', '122955.320000', '122955.323000', '122955.326000', '122955.329000', '123015.194000', '123015.197000', '123015.200000', '123015.203000', '123015.206000', '123015.208000', '123015.211000', '123015.214000', '123015.217000', '123015.220000', '123015.222000', '123015.225000', '123015.228000', '123015.231000', '123015.234000', '123015.237000', '123015.240000', '123015.242000', '123015.245000', '123015.248000', '123015.251000', '123015.254000', '123015.257000', '123015.260000', '123015.263000', '123015.266000', '123015.268000', '123015.271000', '123015.274000', '123015.277000', '123015.280000', '123015.283000', '123015.285000', '123015.288000', '123015.291000', '123015.294000', '123015.297000', '123015.300000', '123015.302000', '123015.305000', '123015.308000', '123015.311000', '123015.314000', '123035.194000', '123035.197000', '123035.200000', '123035.203000', '123035.206000', '123035.209000', '123035.211000', '123035.214000', '123035.217000', '123035.220000', '123035.223000', '123035.225000', '123035.228000', '123035.231000', '123035.234000', '123035.237000', '123035.240000', '123035.243000', '123035.245000', '123035.248000', '123035.251000', '123035.254000', '123035.257000', '123035.260000', '123035.262000', '123035.265000', '123035.268000', '123035.271000', '123035.274000', '123035.277000', '123035.280000', '123035.282000', '123035.285000', '123035.288000', '123035.291000', '123035.294000', '123035.297000', '123035.299000', '123035.302000', '123035.305000', '123035.308000', '123035.311000', '123035.313000', '123035.316000', '123055.194000', '123055.197000', '123055.200000', '123055.203000', '123055.206000', '123055.209000', '123055.212000', '123055.215000', '123055.218000', '123055.221000', '123055.224000', '123055.227000', '123055.230000', '123055.233000', '123055.235000', '123055.238000', '123055.241000', '123055.244000', '123055.247000', '123055.250000', '123055.252000', '123055.255000', '123055.258000', '123055.261000', '123055.264000', '123055.267000', '123055.270000', '123055.273000', '123055.276000', '123055.279000', '123055.282000', '123055.285000', '123055.287000', '123055.290000', '123055.293000', '123055.296000', '123055.299000', '123055.302000', '123055.304000', '123055.307000', '123055.310000', '123055.313000', '123055.316000', '123115.194000', '123115.197000', '123115.200000', '123115.203000', '123115.206000', '123115.208000', '123115.211000', '123115.214000', '123115.217000', '123115.219000', '123115.222000', '123115.225000', '123115.228000', '123115.231000', '123115.233000', '123115.236000', '123115.239000', '123115.242000', '123115.245000', '123115.247000', '123115.250000', '123115.253000', '123115.256000', '123115.259000', '123115.262000', '123115.264000', '123115.267000', '123115.270000', '123115.273000', '123115.276000', '123115.279000', '123115.282000', '123115.284000', '123115.287000', '123115.290000', '123115.293000', '123115.296000', '123115.299000', '123115.301000', '123115.304000', '123115.307000', '123115.328000', '123115.330000', '123115.333000', '123135.194000', '123135.197000', '123135.200000', '123135.203000', '123135.206000', '123135.209000', '123135.211000', '123135.214000', '123135.217000', '123135.220000', '123135.223000', '123135.226000', '123135.228000', '123135.231000', '123135.234000', '123135.237000', '123135.240000', '123135.243000', '123135.245000', '123135.248000', '123135.251000', '123135.254000', '123135.257000', '123135.260000', '123135.262000', '123135.265000', '123135.268000', '123135.271000', '123135.274000', '123135.277000', '123135.279000', '123135.282000', '123135.285000', '123135.288000', '123135.291000', '123135.293000', '123135.296000', '123135.299000', '123135.302000', '123135.305000', '123135.308000', '123135.311000', '123135.314000', '123155.195000', '123155.198000', '123155.201000', '123155.204000', '123155.206000', '123155.209000', '123155.212000', '123155.215000', '123155.218000', '123155.221000', '123155.224000', '123155.227000', '123155.230000', '123155.232000', '123155.235000', '123155.238000', '123155.241000', '123155.244000', '123155.246000', '123155.249000', '123155.252000', '123155.255000', '123155.258000', '123155.261000', '123155.263000', '123155.266000', '123155.269000', '123155.272000', '123155.275000', '123155.278000', '123155.280000', '123155.283000', '123155.286000', '123155.289000', '123155.292000', '123155.295000', '123155.297000', '123155.300000', '123155.303000', '123155.306000', '123155.309000', '123155.311000', '123155.314000', '123155.317000', '123215.194000', '123215.197000', '123215.200000', '123215.203000', '123215.206000', '123215.209000', '123215.211000', '123215.214000', '123215.217000', '123215.220000', '123215.223000', '123215.225000', '123215.228000', '123215.231000', '123215.234000', '123215.237000', '123215.240000', '123215.242000', '123215.245000', '123215.248000', '123215.252000', '123215.255000', '123215.258000', '123215.261000', '123215.264000', '123215.266000', '123215.269000', '123215.272000', '123215.275000', '123215.278000', '123215.281000', '123215.283000', '123215.286000', '123215.289000', '123215.292000', '123215.295000', '123215.298000', '123215.303000', '123215.306000', '123215.309000', '123215.312000', '123215.315000', '123215.317000', '123235.194000', '123235.197000', '123235.200000', '123235.203000', '123235.206000', '123235.209000', '123235.211000', '123235.214000', '123235.217000', '123235.220000', '123235.223000', '123235.226000', '123235.228000', '123235.231000', '123235.234000', '123235.237000', '123235.240000', '123235.243000', '123235.245000', '123235.248000', '123235.251000', '123235.254000', '123235.257000', '123235.260000', '123235.262000', '123235.265000', '123235.268000', '123235.271000', '123235.274000', '123235.276000', '123235.279000', '123235.282000', '123235.285000', '123235.288000', '123235.291000', '123235.293000', '123235.296000', '123235.299000', '123235.315000', '123235.318000', '123235.321000', '123235.323000', '123235.326000', '123235.329000', '123246.659000', '123246.662000', '123246.665000', '123246.668000', '123246.671000', '123246.674000', '123246.677000', '123246.680000', '123246.683000', '123246.686000', '123246.689000', '123246.691000', '123246.694000', '123246.697000', '123246.700000', '123246.703000', '123246.706000', '123246.708000', '123246.711000', '123246.714000', '123246.717000', '123246.729000', '123246.732000', '123246.735000', '123246.738000'], 'InstanceCreationTime': ['122355.230000', '122355.233000', '122355.236000', '122355.239000', '122355.242000', '122355.245000', '122355.247000', '122355.250000', '122355.253000', '122355.256000', '122355.259000', '122355.262000', '122355.264000', '122355.267000', '122355.270000', '122355.273000', '122355.276000', '122355.282000', '122355.285000', '122355.288000', '122355.291000', '122355.293000', '122355.296000', '122355.299000', '122355.302000', '122355.304000', '122355.307000', '122355.317000', '122355.322000', '122355.325000', '122355.328000', '122355.331000', '122355.333000', '122355.336000', '122355.339000', '122355.342000', '122355.344000', '122355.347000', '122355.350000', '122355.353000', '122355.356000', '122355.359000', '122355.361000', '122355.364000', '122355.367000', '122355.370000', '122355.373000', '122355.375000', '122355.378000', '122355.381000', '122355.384000', '122355.387000', '122355.389000', '122415.194000', '122415.197000', '122415.200000', '122415.203000', '122415.205000', '122415.208000', '122415.211000', '122415.214000', '122415.217000', '122415.219000', '122415.222000', '122415.225000', '122415.228000', '122415.231000', '122415.233000', '122415.243000', '122415.246000', '122415.249000', '122415.252000', '122415.255000', '122415.257000', '122415.260000', '122415.263000', '122415.266000', '122415.269000', '122415.271000', '122415.274000', '122415.277000', '122415.280000', '122415.283000', '122415.285000', '122415.288000', '122415.291000', '122415.294000', '122415.297000', '122415.300000', '122415.302000', '122415.305000', '122415.308000', '122415.311000', '122415.314000', '122415.316000', '122415.319000', '122415.322000', '122435.194000', '122435.197000', '122435.200000', '122435.203000', '122435.205000', '122435.208000', '122435.211000', '122435.214000', '122435.217000', '122435.219000', '122435.222000', '122435.225000', '122435.228000', '122435.231000', '122435.234000', '122435.236000', '122435.239000', '122435.242000', '122435.245000', '122435.248000', '122435.250000', '122435.253000', '122435.256000', '122435.266000', '122435.269000', '122435.272000', '122435.274000', '122435.277000', '122435.280000', '122435.283000', '122435.286000', '122435.289000', '122435.291000', '122435.294000', '122435.297000', '122435.300000', '122435.303000', '122435.306000', '122435.308000', '122435.311000', '122435.314000', '122435.317000', '122435.320000', '122455.195000', '122455.198000', '122455.201000', '122455.204000', '122455.206000', '122455.209000', '122455.212000', '122455.215000', '122455.217000', '122455.220000', '122455.223000', '122455.226000', '122455.229000', '122455.232000', '122455.235000', '122455.237000', '122455.240000', '122455.243000', '122455.246000', '122455.249000', '122455.252000', '122455.255000', '122455.257000', '122455.260000', '122455.263000', '122455.346000', '122455.349000', '122455.352000', '122455.354000', '122455.357000', '122455.360000', '122455.363000', '122455.366000', '122455.369000', '122455.372000', '122455.374000', '122455.377000', '122455.380000', '122455.383000', '122455.386000', '122455.388000', '122455.391000', '122455.394000', '122455.397000', '122515.194000', '122515.197000', '122515.200000', '122515.203000', '122515.206000', '122515.208000', '122515.211000', '122515.214000', '122515.217000', '122515.220000', '122515.222000', '122515.225000', '122515.228000', '122515.231000', '122515.234000', '122515.237000', '122515.239000', '122515.242000', '122515.245000', '122515.248000', '122515.251000', '122515.253000', '122515.256000', '122515.259000', '122515.262000', '122515.265000', '122515.268000', '122515.270000', '122515.273000', '122515.276000', '122515.279000', '122515.282000', '122515.285000', '122515.287000', '122515.290000', '122515.293000', '122515.296000', '122515.299000', '122515.302000', '122515.304000', '122515.307000', '122515.310000', '122515.313000', '122535.194000', '122535.197000', '122535.200000', '122535.202000', '122535.205000', '122535.208000', '122535.211000', '122535.214000', '122535.217000', '122535.219000', '122535.222000', '122535.225000', '122535.228000', '122535.245000', '122535.247000', '122535.250000', '122535.253000', '122535.256000', '122535.259000', '122535.262000', '122535.264000', '122535.267000', '122535.270000', '122535.273000', '122535.276000', '122535.278000', '122535.281000', '122535.284000', '122535.287000', '122535.290000', '122535.293000', '122535.295000', '122535.298000', '122535.301000', '122535.304000', '122535.307000', '122535.309000', '122535.312000', '122535.315000', '122535.318000', '122535.321000', '122535.324000', '122535.326000', '122535.329000', '122555.194000', '122555.197000', '122555.200000', '122555.203000', '122555.205000', '122555.208000', '122555.211000', '122555.214000', '122555.217000', '122555.220000', '122555.222000', '122555.225000', '122555.228000', '122555.231000', '122555.234000', '122555.237000', '122555.240000', '122555.243000', '122555.245000', '122555.248000', '122555.251000', '122555.254000', '122555.257000', '122555.260000', '122555.262000', '122555.265000', '122555.268000', '122555.271000', '122555.274000', '122555.276000', '122555.279000', '122555.282000', '122555.285000', '122555.288000', '122555.291000', '122555.293000', '122555.296000', '122555.300000', '122555.303000', '122555.306000', '122555.308000', '122555.311000', '122555.314000', '122615.194000', '122615.197000', '122615.200000', '122615.203000', '122615.205000', '122615.208000', '122615.211000', '122615.214000', '122615.217000', '122615.220000', '122615.222000', '122615.225000', '122615.228000', '122615.231000', '122615.234000', '122615.237000', '122615.239000', '122615.242000', '122615.245000', '122615.248000', '122615.251000', '122615.253000', '122615.256000', '122615.259000', '122615.262000', '122615.265000', '122615.268000', '122615.271000', '122615.274000', '122615.277000', '122615.279000', '122615.282000', '122615.285000', '122615.288000', '122615.291000', '122615.293000', '122615.296000', '122615.299000', '122615.302000', '122615.305000', '122615.308000', '122615.310000', '122615.313000', '122615.316000', '122635.194000', '122635.197000', '122635.200000', '122635.203000', '122635.205000', '122635.208000', '122635.211000', '122635.214000', '122635.217000', '122635.220000', '122635.223000', '122635.225000', '122635.228000', '122635.231000', '122635.234000', '122635.237000', '122635.239000', '122635.242000', '122635.245000', '122635.248000', '122635.251000', '122635.254000', '122635.256000', '122635.259000', '122635.262000', '122635.265000', '122635.268000', '122635.271000', '122635.273000', '122635.276000', '122635.279000', '122635.282000', '122635.285000', '122635.288000', '122635.290000', '122635.293000', '122635.296000', '122635.299000', '122635.302000', '122635.305000', '122635.307000', '122635.310000', '122635.313000', '122655.194000', '122655.197000', '122655.200000', '122655.203000', '122655.205000', '122655.208000', '122655.211000', '122655.214000', '122655.217000', '122655.220000', '122655.222000', '122655.225000', '122655.228000', '122655.231000', '122655.238000', '122655.241000', '122655.244000', '122655.246000', '122655.249000', '122655.252000', '122655.255000', '122655.258000', '122655.260000', '122655.263000', '122655.266000', '122655.269000', '122655.272000', '122655.275000', '122655.278000', '122655.280000', '122655.283000', '122655.286000', '122655.289000', '122655.292000', '122655.295000', '122655.297000', '122655.300000', '122655.303000', '122655.306000', '122655.309000', '122655.312000', '122655.314000', '122655.317000', '122655.320000', '122715.195000', '122715.198000', '122715.201000', '122715.204000', '122715.206000', '122715.209000', '122715.212000', '122715.215000', '122715.218000', '122715.221000', '122715.223000', '122715.226000', '122715.229000', '122715.232000', '122715.235000', '122715.237000', '122715.240000', '122715.243000', '122715.246000', '122715.249000', '122715.251000', '122715.254000', '122715.257000', '122715.260000', '122715.263000', '122715.266000', '122715.268000', '122715.271000', '122715.274000', '122715.277000', '122715.280000', '122715.282000', '122715.285000', '122715.288000', '122715.291000', '122715.294000', '122715.297000', '122715.299000', '122715.302000', '122715.305000', '122715.308000', '122715.311000', '122715.314000', '122735.194000', '122735.197000', '122735.200000', '122735.203000', '122735.206000', '122735.209000', '122735.212000', '122735.214000', '122735.217000', '122735.220000', '122735.223000', '122735.226000', '122735.229000', '122735.232000', '122735.234000', '122735.237000', '122735.240000', '122735.243000', '122735.246000', '122735.248000', '122735.251000', '122735.254000', '122735.257000', '122735.260000', '122735.263000', '122735.266000', '122735.268000', '122735.271000', '122735.274000', '122735.277000', '122735.280000', '122735.282000', '122735.285000', '122735.288000', '122735.291000', '122735.294000', '122735.297000', '122735.299000', '122735.302000', '122735.305000', '122735.308000', '122735.311000', '122735.314000', '122755.194000', '122755.197000', '122755.200000', '122755.203000', '122755.206000', '122755.208000', '122755.211000', '122755.214000', '122755.217000', '122755.220000', '122755.223000', '122755.225000', '122755.228000', '122755.231000', '122755.234000', '122755.237000', '122755.239000', '122755.242000', '122755.245000', '122755.248000', '122755.251000', '122755.254000', '122755.257000', '122755.259000', '122755.262000', '122755.265000', '122755.268000', '122755.271000', '122755.274000', '122755.276000', '122755.279000', '122755.282000', '122755.285000', '122755.288000', '122755.291000', '122755.293000', '122755.296000', '122755.299000', '122755.302000', '122755.305000', '122755.308000', '122755.311000', '122755.313000', '122755.316000', '122815.194000', '122815.197000', '122815.200000', '122815.203000', '122815.206000', '122815.209000', '122815.214000', '122815.217000', '122815.219000', '122815.247000', '122815.250000', '122815.252000', '122815.255000', '122815.258000', '122815.261000', '122815.264000', '122815.267000', '122815.269000', '122815.272000', '122815.275000', '122815.278000', '122815.281000', '122815.284000', '122815.287000', '122815.289000', '122815.292000', '122815.295000', '122815.298000', '122815.301000', '122815.304000', '122815.306000', '122815.309000', '122815.312000', '122815.315000', '122815.318000', '122815.321000', '122815.323000', '122815.326000', '122815.329000', '122815.332000', '122815.335000', '122815.338000', '122815.340000', '122835.194000', '122835.197000', '122835.200000', '122835.203000', '122835.206000', '122835.208000', '122835.211000', '122835.214000', '122835.217000', '122835.220000', '122835.223000', '122835.225000', '122835.228000', '122835.231000', '122835.234000', '122835.237000', '122835.239000', '122835.242000', '122835.245000', '122835.248000', '122835.267000', '122835.270000', '122835.273000', '122835.275000', '122835.278000', '122835.281000', '122835.284000', '122835.287000', '122835.290000', '122835.293000', '122835.295000', '122835.298000', '122835.301000', '122835.304000', '122835.307000', '122835.310000', '122835.312000', '122835.315000', '122835.318000', '122835.321000', '122835.324000', '122835.327000', '122835.329000', '122835.332000', '122855.194000', '122855.197000', '122855.200000', '122855.203000', '122855.206000', '122855.209000', '122855.212000', '122855.215000', '122855.218000', '122855.220000', '122855.223000', '122855.226000', '122855.229000', '122855.232000', '122855.235000', '122855.237000', '122855.240000', '122855.243000', '122855.246000', '122855.249000', '122855.252000', '122855.256000', '122855.259000', '122855.262000', '122855.265000', '122855.268000', '122855.271000', '122855.274000', '122855.276000', '122855.279000', '122855.282000', '122855.285000', '122855.288000', '122855.291000', '122855.293000', '122855.296000', '122855.299000', '122855.302000', '122855.305000', '122855.308000', '122855.310000', '122855.313000', '122855.316000', '122915.194000', '122915.197000', '122915.200000', '122915.203000', '122915.206000', '122915.208000', '122915.211000', '122915.214000', '122915.217000', '122915.220000', '122915.223000', '122915.225000', '122915.228000', '122915.231000', '122915.234000', '122915.237000', '122915.240000', '122915.242000', '122915.245000', '122915.248000', '122915.251000', '122915.254000', '122915.257000', '122915.259000', '122915.262000', '122915.265000', '122915.268000', '122915.271000', '122915.273000', '122915.276000', '122915.279000', '122915.282000', '122915.285000', '122915.288000', '122915.291000', '122915.293000', '122915.296000', '122915.299000', '122915.302000', '122915.305000', '122915.308000', '122915.310000', '122915.313000', '122915.316000', '122935.195000', '122935.198000', '122935.201000', '122935.204000', '122935.207000', '122935.209000', '122935.212000', '122935.215000', '122935.218000', '122935.221000', '122935.223000', '122935.226000', '122935.229000', '122935.232000', '122935.235000', '122935.238000', '122935.240000', '122935.243000', '122935.246000', '122935.249000', '122935.252000', '122935.255000', '122935.258000', '122935.261000', '122935.264000', '122935.266000', '122935.269000', '122935.272000', '122935.275000', '122935.278000', '122935.281000', '122935.283000', '122935.286000', '122935.289000', '122935.292000', '122935.295000', '122935.297000', '122935.300000', '122935.303000', '122935.306000', '122935.309000', '122935.311000', '122935.314000', '122955.194000', '122955.197000', '122955.200000', '122955.203000', '122955.205000', '122955.208000', '122955.211000', '122955.214000', '122955.217000', '122955.220000', '122955.222000', '122955.225000', '122955.228000', '122955.231000', '122955.234000', '122955.236000', '122955.239000', '122955.242000', '122955.245000', '122955.248000', '122955.251000', '122955.254000', '122955.256000', '122955.259000', '122955.262000', '122955.265000', '122955.268000', '122955.270000', '122955.273000', '122955.276000', '122955.292000', '122955.295000', '122955.298000', '122955.301000', '122955.303000', '122955.306000', '122955.309000', '122955.312000', '122955.315000', '122955.318000', '122955.320000', '122955.323000', '122955.326000', '122955.329000', '123015.194000', '123015.197000', '123015.200000', '123015.203000', '123015.206000', '123015.208000', '123015.211000', '123015.214000', '123015.217000', '123015.220000', '123015.222000', '123015.225000', '123015.228000', '123015.231000', '123015.234000', '123015.237000', '123015.240000', '123015.242000', '123015.245000', '123015.248000', '123015.251000', '123015.254000', '123015.257000', '123015.260000', '123015.263000', '123015.266000', '123015.268000', '123015.271000', '123015.274000', '123015.277000', '123015.280000', '123015.283000', '123015.285000', '123015.288000', '123015.291000', '123015.294000', '123015.297000', '123015.300000', '123015.302000', '123015.305000', '123015.308000', '123015.311000', '123015.314000', '123035.194000', '123035.197000', '123035.200000', '123035.203000', '123035.206000', '123035.209000', '123035.211000', '123035.214000', '123035.217000', '123035.220000', '123035.223000', '123035.225000', '123035.228000', '123035.231000', '123035.234000', '123035.237000', '123035.240000', '123035.243000', '123035.245000', '123035.248000', '123035.251000', '123035.254000', '123035.257000', '123035.260000', '123035.262000', '123035.265000', '123035.268000', '123035.271000', '123035.274000', '123035.277000', '123035.280000', '123035.282000', '123035.285000', '123035.288000', '123035.291000', '123035.294000', '123035.297000', '123035.299000', '123035.302000', '123035.305000', '123035.308000', '123035.311000', '123035.313000', '123035.316000', '123055.194000', '123055.197000', '123055.200000', '123055.203000', '123055.206000', '123055.209000', '123055.212000', '123055.215000', '123055.218000', '123055.221000', '123055.224000', '123055.227000', '123055.230000', '123055.233000', '123055.235000', '123055.238000', '123055.241000', '123055.244000', '123055.247000', '123055.250000', '123055.252000', '123055.255000', '123055.258000', '123055.261000', '123055.264000', '123055.267000', '123055.270000', '123055.273000', '123055.276000', '123055.279000', '123055.282000', '123055.285000', '123055.287000', '123055.290000', '123055.293000', '123055.296000', '123055.299000', '123055.302000', '123055.304000', '123055.307000', '123055.310000', '123055.313000', '123055.316000', '123115.194000', '123115.197000', '123115.200000', '123115.203000', '123115.206000', '123115.208000', '123115.211000', '123115.214000', '123115.217000', '123115.219000', '123115.222000', '123115.225000', '123115.228000', '123115.231000', '123115.233000', '123115.236000', '123115.239000', '123115.242000', '123115.245000', '123115.247000', '123115.250000', '123115.253000', '123115.256000', '123115.259000', '123115.262000', '123115.264000', '123115.267000', '123115.270000', '123115.273000', '123115.276000', '123115.279000', '123115.282000', '123115.284000', '123115.287000', '123115.290000', '123115.293000', '123115.296000', '123115.299000', '123115.301000', '123115.304000', '123115.307000', '123115.328000', '123115.330000', '123115.333000', '123135.194000', '123135.197000', '123135.200000', '123135.203000', '123135.206000', '123135.209000', '123135.211000', '123135.214000', '123135.217000', '123135.220000', '123135.223000', '123135.226000', '123135.228000', '123135.231000', '123135.234000', '123135.237000', '123135.240000', '123135.243000', '123135.245000', '123135.248000', '123135.251000', '123135.254000', '123135.257000', '123135.260000', '123135.262000', '123135.265000', '123135.268000', '123135.271000', '123135.274000', '123135.277000', '123135.279000', '123135.282000', '123135.285000', '123135.288000', '123135.291000', '123135.293000', '123135.296000', '123135.299000', '123135.302000', '123135.305000', '123135.308000', '123135.311000', '123135.314000', '123155.195000', '123155.198000', '123155.201000', '123155.204000', '123155.206000', '123155.209000', '123155.212000', '123155.215000', '123155.218000', '123155.221000', '123155.224000', '123155.227000', '123155.230000', '123155.232000', '123155.235000', '123155.238000', '123155.241000', '123155.244000', '123155.246000', '123155.249000', '123155.252000', '123155.255000', '123155.258000', '123155.261000', '123155.263000', '123155.266000', '123155.269000', '123155.272000', '123155.275000', '123155.278000', '123155.280000', '123155.283000', '123155.286000', '123155.289000', '123155.292000', '123155.295000', '123155.297000', '123155.300000', '123155.303000', '123155.306000', '123155.309000', '123155.311000', '123155.314000', '123155.317000', '123215.194000', '123215.197000', '123215.200000', '123215.203000', '123215.206000', '123215.209000', '123215.211000', '123215.214000', '123215.217000', '123215.220000', '123215.223000', '123215.225000', '123215.228000', '123215.231000', '123215.234000', '123215.237000', '123215.240000', '123215.242000', '123215.245000', '123215.248000', '123215.252000', '123215.255000', '123215.258000', '123215.261000', '123215.264000', '123215.266000', '123215.269000', '123215.272000', '123215.275000', '123215.278000', '123215.281000', '123215.283000', '123215.286000', '123215.289000', '123215.292000', '123215.295000', '123215.298000', '123215.303000', '123215.306000', '123215.309000', '123215.312000', '123215.315000', '123215.317000', '123235.194000', '123235.197000', '123235.200000', '123235.203000', '123235.206000', '123235.209000', '123235.211000', '123235.214000', '123235.217000', '123235.220000', '123235.223000', '123235.226000', '123235.228000', '123235.231000', '123235.234000', '123235.237000', '123235.240000', '123235.243000', '123235.245000', '123235.248000', '123235.251000', '123235.254000', '123235.257000', '123235.260000', '123235.262000', '123235.265000', '123235.268000', '123235.271000', '123235.274000', '123235.276000', '123235.279000', '123235.282000', '123235.285000', '123235.288000', '123235.291000', '123235.293000', '123235.296000', '123235.299000', '123235.315000', '123235.318000', '123235.321000', '123235.323000', '123235.326000', '123235.329000', '123246.659000', '123246.662000', '123246.665000', '123246.668000', '123246.671000', '123246.674000', '123246.677000', '123246.680000', '123246.683000', '123246.686000', '123246.689000', '123246.691000', '123246.694000', '123246.697000', '123246.700000', '123246.703000', '123246.706000', '123246.708000', '123246.711000', '123246.714000', '123246.717000', '123246.729000', '123246.732000', '123246.735000', '123246.738000'], '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': [13345, 10500, 9972, 10554, 9392, 13172, 9587, 12106, 9644, 9418, 10177, 9501, 12297, 9738, 11287, 10425, 9410, 13847, 9538, 12047, 9483, 9400, 11647, 9452, 12215, 9217, 10488, 14579, 9350, 12700, 9475, 10344, 11904, 9308, 12962, 10328, 9917, 9230, 9601, 13373, 9558, 13120, 9377, 9491, 14326, 9458, 12681, 9493, 9426, 9843, 9411, 12526, 9376, 11740, 9369, 9358, 9796, 9338, 12026, 9515, 11618, 9154, 9634, 11215, 9197, 12948, 9877, 11598, 9406, 9586, 10351, 9283, 12610, 9618, 10760, 10054, 9545, 13161, 9625, 12496, 9426, 9404, 13461, 9273, 9185, 14344, 9509, 12183, 10109, 9254, 12293, 9664, 10990, 9636, 9220, 12055, 9205, 9320, 13270, 9343, 9349, 12945, 9229, 11516, 9217, 9264, 12686, 11017, 9251, 12487, 9580, 9122, 12462, 9441, 11034, 9712, 9320, 11810, 9155, 9360, 12843, 9556, 9294, 10449, 9153, 11527, 9285, 9536, 12315, 9643, 9661, 12443, 9339, 12126, 9486, 9132, 10061, 9446, 12701, 9342, 12199, 9548, 11098, 14815, 9276, 13232, 9468, 9372, 13606, 9258, 11536, 11498, 9267, 9937, 9426, 11996, 9683, 9376, 14193, 9551, 9238, 13598, 9269, 11442, 10481, 9212, 12890, 8958, 9113, 13638, 9331, 10206, 12598, 9039, 12389, 9290, 9141, 12654, 9250, 9505, 10963, 9225, 12139, 9691, 9168, 13188, 9368, 9127, 13318, 9309, 9701, 9630, 9392, 11597, 9479, 9262, 12144, 9741, 9179, 12805, 9419, 9094, 13412, 9424, 9963, 9763, 9347, 10618, 9512, 9408, 11703, 9633, 9749, 9893, 9577, 11844, 9668, 9474, 12434, 9630, 9376, 13864, 9670, 11772, 13110, 9522, 12796, 9811, 9465, 13252, 9638, 9242, 13122, 9586, 10298, 10033, 9350, 11317, 9938, 9386, 10076, 9486, 11976, 9868, 9482, 13639, 9814, 10442, 10100, 9356, 12099, 9778, 11283, 9594, 9505, 12584, 9701, 11893, 9576, 9439, 13159, 9631, 10274, 14764, 9485, 11785, 10436, 9122, 11637, 9430, 12049, 9402, 10359, 9523, 9712, 13324, 9540, 11897, 9919, 9387, 12260, 9330, 9671, 13798, 9516, 11606, 13276, 9152, 13113, 9437, 9184, 12826, 9349, 10262, 9870, 9555, 12070, 10783, 9218, 13000, 9647, 10412, 9657, 9500, 12209, 9692, 9404, 12085, 9301, 11767, 9383, 9362, 13304, 9521, 10844, 9839, 9380, 11856, 9655, 9444, 10278, 9610, 11862, 9542, 9506, 10137, 9729, 11592, 9735, 10322, 14555, 9537, 11916, 9600, 9385, 13346, 9240, 11993, 9291, 10025, 9744, 9505, 14135, 9431, 11113, 9516, 10358, 9703, 9886, 14214, 10159, 10962, 9450, 9192, 13020, 10140, 9647, 9534, 9395, 11682, 9079, 13189, 10247, 9473, 14211, 9160, 9998, 12642, 9433, 12168, 9064, 11094, 8908, 9979, 14012, 9326, 11666, 8964, 9288, 13096, 9369, 12153, 9073, 11203, 9182, 11030, 9666, 9382, 9487, 9141, 9335, 9147, 11338, 9416, 11990, 9592, 9413, 9679, 9333, 11156, 9353, 14009, 10653, 14026, 9560, 13116, 9301, 13898, 9899, 13278, 9501, 12022, 9434, 11929, 9378, 12710, 9359, 10116, 9279, 9646, 9251, 10140, 9298, 9971, 9164, 9796, 9311, 12872, 9580, 12560, 9671, 9677, 9384, 9276, 10168, 9495, 12964, 10603, 10600, 9384, 9371, 12688, 9508, 10441, 14656, 9700, 11846, 9735, 9351, 12136, 9617, 9635, 13433, 9574, 10098, 10094, 9360, 11465, 9600, 9355, 10261, 9683, 11494, 9661, 9495, 12597, 9739, 9236, 10400, 9575, 11493, 10150, 9622, 12850, 10133, 9523, 12089, 9889, 9159, 12487, 9914, 9323, 11340, 9854, 10391, 13282, 10067, 10755, 14938, 9561, 11926, 9743, 9419, 12092, 9512, 9259, 14018, 9678, 9658, 10126, 9260, 11616, 9984, 9553, 13865, 9627, 11525, 10067, 9376, 12746, 9758, 9232, 10126, 9466, 11774, 9677, 10229, 14296, 9514, 12197, 9576, 9680, 13170, 9391, 12241, 9916, 9448, 11238, 9265, 11454, 9564, 9393, 13036, 9693, 9340, 13512, 9409, 10626, 9840, 9346, 12860, 9538, 9280, 13195, 9498, 11516, 10786, 9354, 12836, 9485, 9131, 10042, 9528, 11941, 9798, 9788, 10116, 9483, 11425, 9482, 9545, 13674, 9861, 11413, 9634, 9634, 12996, 9629, 9352, 13191, 9471, 11811, 9532, 9503, 13108, 9612, 11101, 9543, 9427, 13830, 9453, 12272, 9546, 10875, 13870, 9553, 12480, 9273, 9281, 13041, 9504, 10826, 11558, 9213, 12424, 9511, 10224, 12976, 9371, 12196, 9574, 9429, 12085, 9469, 10523, 9265, 9197, 9940, 9365, 11526, 9654, 10861, 9274, 9248, 13777, 9359, 12483, 9279, 11707, 10186, 9233, 14239, 9384, 12074, 9453, 9265, 13592, 9551, 10583, 9567, 9107, 12121, 9468, 11429, 9550, 9100, 10026, 9245, 12513, 9365, 9532, 9842, 9156, 12401, 9464, 12119, 9601, 9777, 10013, 9267, 12859, 9504, 10727, 9783, 9160, 13321, 9382, 12188, 9417, 9076, 9932, 9236, 12591, 9384, 11690, 13056, 8910, 13768, 10444, 10383, 9614, 9183, 12376, 9020, 10483, 9416, 9026, 12616, 9313, 10763, 9282, 9071, 10105, 9076, 12157, 9291, 10886, 15241, 9026, 12717, 9330, 10505, 13960, 9029, 12885, 9324, 9178, 13509, 9371, 11601, 9579, 9178, 11330, 9215, 10360, 9995, 8986, 13108, 9288, 10883, 10234, 8845, 12569, 9128, 9769, 9923, 9280, 12391, 9334, 9683, 14533, 9195, 11897, 9292, 9734, 10779, 9098, 12293, 9197, 9671, 10247, 9170, 13099, 9062, 10705, 9363, 9209, 13434, 8991, 12753, 8953, 9196, 9498, 9145, 12773, 9025, 12077, 9152, 9499, 9574, 9059, 13614, 9142, 12507, 15476, 10116, 13135, 9502, 10170, 9112, 9107, 13866, 9102, 12588, 9738, 10385, 10722, 8883, 13110, 9630, 11084, 9115, 10044, 9166, 9023, 9620, 9505, 10754, 9249, 13816, 9552, 12907, 9961, 10969, 9639, 8890, 14768, 9613, 12847, 9633, 10853, 9365, 11151, 9753, 11872, 9827, 11749, 9859, 12089, 12480, 9957, 14387, 9701, 12749, 9477, 12513, 9629, 9608, 9184, 10068, 9458, 9567, 9775, 10011, 13055, 9425, 13532, 9965, 12498, 9724, 12085, 9324, 12260, 10187, 12033, 9998, 10966, 8914, 10408, 8913, 9716, 9934, 10358, 9457, 11422, 9715, 12619, 9542, 12373, 10292, 12191, 15426, 10972, 13898, 9771, 12622, 9737, 12279, 9105, 9823, 9458, 10231, 9761, 9318, 13128, 10275, 13601, 9901, 12979, 9641, 12823, 9418, 10067, 9057, 9529, 13820, 9442, 12428, 9335, 9329, 9638, 9351, 10637, 9164, 13260, 9065, 11799, 9556, 10350, 9502, 10434, 15139, 10732, 12250, 9233, 9461, 13503, 9121, 13016, 9244, 9409, 9616, 9209, 13521, 8735, 11824, 9116, 8956, 9855, 9093, 12609, 9341, 9515, 9341, 9057, 12676, 9524, 9263, 13922, 9176, 12761, 9620, 11177, 9874, 9482, 13468, 8966, 12154, 8762, 9008, 13434, 9745, 11198, 15067, 11188, 12572, 9829, 10086, 13007, 8575, 13301, 9374, 9389, 9076, 8646, 12702, 9384, 8874, 11968, 9217, 11878, 8555, 9147, 10673, 9504, 11602, 8840, 8704, 14216, 9361, 10012, 9206, 8742, 13364, 9867, 9039, 9331, 8917, 12614, 8990, 9319, 15207, 9191, 12372, 9112, 8445, 14166, 9306, 10654, 9582, 8797, 12537, 9093, 11746, 14219, 8896, 12543, 9792, 10178, 13522, 9004, 12632, 9914, 8932, 13637, 8947, 12685, 9183, 8636, 13224, 9460, 8706, 11854, 9044, 11626, 9922, 8956, 12591, 9369, 10329, 9156, 8809, 12909, 9418, 11486, 15054, 9207, 12698, 9431, 8666, 11072, 9368, 11507, 14242, 9396, 12508, 8900, 8477, 14469, 10307, 10529, 9282, 8568, 12235, 9295, 9072, 14173, 8785, 10646, 9517, 8750, 11726, 9148, 10370, 11166, 8663, 12124, 9080, 10277, 9446, 9827, 14045, 8533, 12652, 8859, 9195, 8759, 8913, 13383, 10005, 9992, 14844, 10361, 12513, 9425, 9333, 8646, 8646, 14167, 10074, 12458, 9140, 8752, 8877, 8778, 13077, 9139, 9546, 9097, 8722, 12180, 9323, 10202, 14981, 8910, 12581, 10097, 9834, 13933, 8646, 12874, 9470, 8926, 13961, 9362, 9810, 10627, 8609, 12874, 9186, 8727, 9348, 9335, 10579, 8846, 8709, 12276, 9542, 8746, 9533, 9111, 11351, 8903, 8738, 13498, 9523, 10490, 12771, 9013, 12785, 9108, 8800, 10053, 9347, 12534, 8838, 8952, 13352, 9395, 11677, 8604, 8621, 9523, 9489, 11916, 8987, 10912, 8994, 9250, 13275, 9416, 10184, 11730, 9009, 13576, 9551, 10682, 9375, 9857, 14558, 9006, 12705, 9448, 10433, 14053, 9370, 13206, 10145, 8912, 14457, 9537, 11191, 8823, 8657, 14992, 9518, 10113, 9010, 8672, 12498, 9290, 10500, 9026, 9462, 9703, 9587, 9618, 11299, 15259, 11859, 12974, 9709, 11319, 9668, 11614, 12867, 9034, 12974, 8993, 12579, 9330, 12368, 9230, 9352, 9073, 8949, 14030, 8833, 13498, 9431, 10577, 9586, 8469, 9809, 9541, 10327, 8834, 9739, 8916, 10741, 8913, 14247, 10343, 10700, 9497, 9229, 11512, 8769, 13828], 'WindowCenter': [3880.0, 3843.0, 3819.0, 3827.0, 3806.0, 3837.0, 3803.0, 3824.0, 3803.0, 3802.0, 3811.0, 3803.0, 3823.0, 3801.0, 3812.0, 3813.0, 3801.0, 3833.0, 3802.0, 3823.0, 3800.0, 3790.0, 3822.0, 3801.0, 3823.0, 3791.0, 3813.0, 3843.0, 3791.0, 3821.0, 3802.0, 3813.0, 3822.0, 3791.0, 3834.0, 3813.0, 3802.0, 3801.0, 3802.0, 3833.0, 3801.0, 3834.0, 3790.0, 3802.0, 3831.0, 3790.0, 3821.0, 3789.0, 3789.0, 3799.0, 3789.0, 3820.0, 3789.0, 3821.0, 3788.0, 3789.0, 3799.0, 3800.0, 3820.0, 3800.0, 3822.0, 3790.0, 3801.0, 3811.0, 3801.0, 3822.0, 3800.0, 3811.0, 3789.0, 3800.0, 3799.0, 3801.0, 3820.0, 3799.0, 3810.0, 3801.0, 3802.0, 3833.0, 3801.0, 3823.0, 3790.0, 3790.0, 3831.0, 3788.0, 3789.0, 3831.0, 3789.0, 3820.0, 3799.0, 3790.0, 3820.0, 3800.0, 3810.0, 3800.0, 3801.0, 3822.0, 3789.0, 3790.0, 3821.0, 3789.0, 3789.0, 3819.0, 3788.0, 3810.0, 3787.0, 3788.0, 3818.0, 3798.0, 3788.0, 3818.0, 3789.0, 3789.0, 3819.0, 3800.0, 3810.0, 3799.0, 3789.0, 3821.0, 3789.0, 3790.0, 3821.0, 3801.0, 3791.0, 3799.0, 3801.0, 3822.0, 3790.0, 3800.0, 3820.0, 3801.0, 3802.0, 3821.0, 3802.0, 3822.0, 3801.0, 3802.0, 3812.0, 3813.0, 3835.0, 3803.0, 3836.0, 3816.0, 3837.0, 3846.0, 3803.0, 3835.0, 3802.0, 3802.0, 3834.0, 3801.0, 3822.0, 3822.0, 3789.0, 3800.0, 3802.0, 3822.0, 3800.0, 3790.0, 3832.0, 3799.0, 3801.0, 3830.0, 3789.0, 3821.0, 3799.0, 3788.0, 3819.0, 3776.0, 3789.0, 3818.0, 3787.0, 3798.0, 3807.0, 3776.0, 3818.0, 3775.0, 3787.0, 3817.0, 3786.0, 3788.0, 3796.0, 3787.0, 3819.0, 3786.0, 3788.0, 3819.0, 3788.0, 3788.0, 3818.0, 3787.0, 3798.0, 3786.0, 3788.0, 3809.0, 3787.0, 3788.0, 3819.0, 3788.0, 3788.0, 3819.0, 3788.0, 3789.0, 3819.0, 3788.0, 3798.0, 3797.0, 3788.0, 3808.0, 3799.0, 3800.0, 3819.0, 3801.0, 3801.0, 3799.0, 3801.0, 3823.0, 3800.0, 3801.0, 3821.0, 3801.0, 3801.0, 3833.0, 3801.0, 3823.0, 3831.0, 3800.0, 3822.0, 3799.0, 3800.0, 3819.0, 3799.0, 3789.0, 3819.0, 3800.0, 3798.0, 3799.0, 3799.0, 3821.0, 3800.0, 3802.0, 3799.0, 3801.0, 3821.0, 3799.0, 3801.0, 3832.0, 3801.0, 3810.0, 3811.0, 3801.0, 3822.0, 3801.0, 3822.0, 3800.0, 3801.0, 3822.0, 3801.0, 3822.0, 3800.0, 3800.0, 3831.0, 3800.0, 3811.0, 3831.0, 3800.0, 3809.0, 3809.0, 3789.0, 3809.0, 3788.0, 3820.0, 3801.0, 3810.0, 3801.0, 3802.0, 3832.0, 3801.0, 3822.0, 3801.0, 3802.0, 3833.0, 3801.0, 3801.0, 3831.0, 3800.0, 3822.0, 3820.0, 3788.0, 3819.0, 3788.0, 3788.0, 3819.0, 3787.0, 3798.0, 3797.0, 3787.0, 3819.0, 3808.0, 3800.0, 3820.0, 3799.0, 3810.0, 3787.0, 3800.0, 3820.0, 3799.0, 3788.0, 3819.0, 3788.0, 3821.0, 3787.0, 3789.0, 3831.0, 3799.0, 3810.0, 3799.0, 3800.0, 3820.0, 3800.0, 3801.0, 3811.0, 3802.0, 3822.0, 3801.0, 3802.0, 3811.0, 3813.0, 3823.0, 3814.0, 3824.0, 3845.0, 3813.0, 3823.0, 3813.0, 3803.0, 3843.0, 3803.0, 3823.0, 3803.0, 3813.0, 3813.0, 3815.0, 3845.0, 3802.0, 3822.0, 3801.0, 3813.0, 3815.0, 3814.0, 3845.0, 3812.0, 3811.0, 3801.0, 3801.0, 3833.0, 3799.0, 3800.0, 3799.0, 3801.0, 3820.0, 3790.0, 3833.0, 3798.0, 3800.0, 3829.0, 3785.0, 3797.0, 3817.0, 3786.0, 3807.0, 3788.0, 3808.0, 3787.0, 3798.0, 3829.0, 3787.0, 3807.0, 3775.0, 3787.0, 3818.0, 3787.0, 3817.0, 3787.0, 3808.0, 3787.0, 3809.0, 3799.0, 3786.0, 3798.0, 3788.0, 3788.0, 3799.0, 3809.0, 3801.0, 3821.0, 3800.0, 3788.0, 3800.0, 3803.0, 3823.0, 3801.0, 3844.0, 3813.0, 3833.0, 3801.0, 3820.0, 3788.0, 3819.0, 3788.0, 3817.0, 3787.0, 3807.0, 3785.0, 3806.0, 3786.0, 3806.0, 3787.0, 3795.0, 3787.0, 3786.0, 3787.0, 3797.0, 3788.0, 3798.0, 3789.0, 3799.0, 3789.0, 3821.0, 3789.0, 3821.0, 3788.0, 3788.0, 3788.0, 3788.0, 3799.0, 3801.0, 3832.0, 3812.0, 3810.0, 3790.0, 3802.0, 3822.0, 3799.0, 3812.0, 3831.0, 3800.0, 3823.0, 3789.0, 3790.0, 3821.0, 3800.0, 3801.0, 3831.0, 3800.0, 3800.0, 3799.0, 3790.0, 3810.0, 3788.0, 3790.0, 3800.0, 3801.0, 3822.0, 3800.0, 3802.0, 3822.0, 3802.0, 3801.0, 3810.0, 3801.0, 3823.0, 3800.0, 3801.0, 3833.0, 3812.0, 3802.0, 3822.0, 3801.0, 3802.0, 3832.0, 3811.0, 3803.0, 3823.0, 3814.0, 3814.0, 3833.0, 3813.0, 3824.0, 3843.0, 3802.0, 3822.0, 3801.0, 3801.0, 3821.0, 3800.0, 3790.0, 3832.0, 3802.0, 3801.0, 3810.0, 3801.0, 3821.0, 3801.0, 3801.0, 3833.0, 3802.0, 3822.0, 3799.0, 3801.0, 3833.0, 3800.0, 3801.0, 3811.0, 3802.0, 3822.0, 3801.0, 3813.0, 3843.0, 3802.0, 3821.0, 3801.0, 3802.0, 3832.0, 3790.0, 3823.0, 3801.0, 3801.0, 3811.0, 3801.0, 3823.0, 3799.0, 3800.0, 3831.0, 3800.0, 3800.0, 3831.0, 3799.0, 3811.0, 3799.0, 3789.0, 3832.0, 3799.0, 3800.0, 3820.0, 3799.0, 3811.0, 3809.0, 3789.0, 3820.0, 3799.0, 3800.0, 3797.0, 3799.0, 3820.0, 3801.0, 3800.0, 3813.0, 3813.0, 3822.0, 3801.0, 3802.0, 3833.0, 3812.0, 3823.0, 3800.0, 3801.0, 3833.0, 3800.0, 3801.0, 3832.0, 3801.0, 3821.0, 3800.0, 3801.0, 3831.0, 3800.0, 3811.0, 3799.0, 3790.0, 3832.0, 3801.0, 3821.0, 3800.0, 3823.0, 3832.0, 3800.0, 3821.0, 3789.0, 3790.0, 3820.0, 3799.0, 3811.0, 3809.0, 3788.0, 3819.0, 3799.0, 3799.0, 3819.0, 3788.0, 3820.0, 3788.0, 3789.0, 3819.0, 3799.0, 3809.0, 3788.0, 3789.0, 3799.0, 3801.0, 3820.0, 3801.0, 3812.0, 3799.0, 3802.0, 3832.0, 3802.0, 3822.0, 3801.0, 3823.0, 3800.0, 3790.0, 3832.0, 3800.0, 3822.0, 3798.0, 3789.0, 3830.0, 3800.0, 3809.0, 3799.0, 3789.0, 3819.0, 3800.0, 3821.0, 3801.0, 3801.0, 3799.0, 3802.0, 3834.0, 3800.0, 3801.0, 3801.0, 3802.0, 3822.0, 3800.0, 3822.0, 3800.0, 3802.0, 3801.0, 3801.0, 3833.0, 3799.0, 3811.0, 3800.0, 3801.0, 3831.0, 3800.0, 3822.0, 3800.0, 3791.0, 3799.0, 3801.0, 3822.0, 3800.0, 3823.0, 3831.0, 3790.0, 3831.0, 3810.0, 3800.0, 3798.0, 3789.0, 3820.0, 3789.0, 3811.0, 3788.0, 3789.0, 3821.0, 3799.0, 3810.0, 3788.0, 3791.0, 3811.0, 3803.0, 3832.0, 3801.0, 3823.0, 3844.0, 3803.0, 3832.0, 3803.0, 3813.0, 3833.0, 3791.0, 3833.0, 3801.0, 3801.0, 3831.0, 3799.0, 3822.0, 3800.0, 3800.0, 3821.0, 3801.0, 3812.0, 3811.0, 3801.0, 3832.0, 3802.0, 3822.0, 3812.0, 3802.0, 3832.0, 3801.0, 3813.0, 3811.0, 3802.0, 3832.0, 3801.0, 3802.0, 3842.0, 3801.0, 3821.0, 3802.0, 3814.0, 3823.0, 3802.0, 3833.0, 3803.0, 3813.0, 3812.0, 3814.0, 3834.0, 3802.0, 3813.0, 3802.0, 3803.0, 3844.0, 3802.0, 3834.0, 3792.0, 3802.0, 3801.0, 3802.0, 3832.0, 3803.0, 3833.0, 3801.0, 3802.0, 3801.0, 3803.0, 3844.0, 3801.0, 3833.0, 3842.0, 3801.0, 3820.0, 3799.0, 3799.0, 3788.0, 3790.0, 3830.0, 3790.0, 3820.0, 3800.0, 3811.0, 3810.0, 3789.0, 3831.0, 3800.0, 3821.0, 3789.0, 3811.0, 3800.0, 3790.0, 3800.0, 3803.0, 3821.0, 3801.0, 3844.0, 3802.0, 3833.0, 3811.0, 3822.0, 3799.0, 3789.0, 3843.0, 3800.0, 3831.0, 3800.0, 3810.0, 3801.0, 3821.0, 3813.0, 3833.0, 3814.0, 3834.0, 3814.0, 3835.0, 3834.0, 3813.0, 3843.0, 3802.0, 3832.0, 3801.0, 3832.0, 3801.0, 3801.0, 3801.0, 3812.0, 3801.0, 3813.0, 3812.0, 3813.0, 3833.0, 3802.0, 3844.0, 3813.0, 3833.0, 3813.0, 3833.0, 3802.0, 3833.0, 3814.0, 3833.0, 3813.0, 3823.0, 3802.0, 3812.0, 3802.0, 3802.0, 3814.0, 3812.0, 3813.0, 3824.0, 3814.0, 3835.0, 3816.0, 3835.0, 3824.0, 3836.0, 3844.0, 3813.0, 3833.0, 3812.0, 3821.0, 3801.0, 3823.0, 3790.0, 3811.0, 3801.0, 3811.0, 3812.0, 3802.0, 3833.0, 3813.0, 3832.0, 3812.0, 3833.0, 3801.0, 3834.0, 3801.0, 3801.0, 3790.0, 3801.0, 3832.0, 3799.0, 3832.0, 3799.0, 3800.0, 3801.0, 3802.0, 3811.0, 3802.0, 3833.0, 3803.0, 3823.0, 3813.0, 3812.0, 3813.0, 3825.0, 3845.0, 3824.0, 3822.0, 3802.0, 3802.0, 3832.0, 3800.0, 3834.0, 3800.0, 3800.0, 3800.0, 3801.0, 3831.0, 3789.0, 3821.0, 3789.0, 3790.0, 3801.0, 3801.0, 3821.0, 3800.0, 3800.0, 3800.0, 3801.0, 3832.0, 3800.0, 3801.0, 3831.0, 3801.0, 3831.0, 3812.0, 3822.0, 3812.0, 3813.0, 3833.0, 3790.0, 3823.0, 3790.0, 3802.0, 3832.0, 3800.0, 3811.0, 3831.0, 3811.0, 3819.0, 3799.0, 3810.0, 3819.0, 3788.0, 3831.0, 3800.0, 3799.0, 3788.0, 3790.0, 3831.0, 3789.0, 3790.0, 3808.0, 3799.0, 3821.0, 3777.0, 3800.0, 3809.0, 3801.0, 3821.0, 3788.0, 3789.0, 3831.0, 3799.0, 3799.0, 3787.0, 3788.0, 3830.0, 3799.0, 3788.0, 3788.0, 3790.0, 3820.0, 3788.0, 3789.0, 3841.0, 3788.0, 3819.0, 3787.0, 3777.0, 3829.0, 3787.0, 3797.0, 3798.0, 3789.0, 3819.0, 3787.0, 3820.0, 3830.0, 3788.0, 3819.0, 3798.0, 3799.0, 3818.0, 3787.0, 3818.0, 3797.0, 3787.0, 3818.0, 3775.0, 3818.0, 3786.0, 3776.0, 3817.0, 3785.0, 3777.0, 3807.0, 3787.0, 3807.0, 3799.0, 3788.0, 3818.0, 3787.0, 3798.0, 3788.0, 3789.0, 3819.0, 3801.0, 3821.0, 3830.0, 3787.0, 3819.0, 3787.0, 3777.0, 3808.0, 3800.0, 3821.0, 3829.0, 3787.0, 3819.0, 3775.0, 3777.0, 3830.0, 3798.0, 3798.0, 3788.0, 3789.0, 3818.0, 3785.0, 3786.0, 3817.0, 3776.0, 3796.0, 3798.0, 3788.0, 3808.0, 3787.0, 3798.0, 3808.0, 3777.0, 3818.0, 3801.0, 3809.0, 3801.0, 3812.0, 3831.0, 3790.0, 3821.0, 3789.0, 3801.0, 3790.0, 3791.0, 3831.0, 3798.0, 3799.0, 3830.0, 3798.0, 3818.0, 3788.0, 3788.0, 3788.0, 3788.0, 3830.0, 3799.0, 3818.0, 3787.0, 3778.0, 3787.0, 3788.0, 3819.0, 3788.0, 3788.0, 3788.0, 3789.0, 3820.0, 3788.0, 3799.0, 3842.0, 3788.0, 3819.0, 3798.0, 3800.0, 3830.0, 3776.0, 3819.0, 3786.0, 3787.0, 3829.0, 3786.0, 3797.0, 3796.0, 3775.0, 3818.0, 3785.0, 3775.0, 3785.0, 3788.0, 3798.0, 3786.0, 3787.0, 3818.0, 3798.0, 3788.0, 3798.0, 3789.0, 3811.0, 3787.0, 3788.0, 3830.0, 3799.0, 3810.0, 3818.0, 3788.0, 3820.0, 3788.0, 3788.0, 3798.0, 3799.0, 3821.0, 3788.0, 3788.0, 3830.0, 3789.0, 3820.0, 3788.0, 3788.0, 3799.0, 3800.0, 3820.0, 3789.0, 3812.0, 3789.0, 3802.0, 3832.0, 3800.0, 3811.0, 3820.0, 3790.0, 3831.0, 3801.0, 3811.0, 3802.0, 3815.0, 3844.0, 3803.0, 3834.0, 3815.0, 3826.0, 3844.0, 3803.0, 3834.0, 3811.0, 3802.0, 3843.0, 3802.0, 3824.0, 3789.0, 3791.0, 3844.0, 3800.0, 3800.0, 3789.0, 3790.0, 3820.0, 3788.0, 3809.0, 3788.0, 3799.0, 3801.0, 3801.0, 3811.0, 3824.0, 3843.0, 3821.0, 3820.0, 3800.0, 3809.0, 3799.0, 3821.0, 3820.0, 3790.0, 3830.0, 3789.0, 3820.0, 3788.0, 3821.0, 3788.0, 3788.0, 3789.0, 3788.0, 3829.0, 3787.0, 3830.0, 3788.0, 3797.0, 3787.0, 3778.0, 3798.0, 3798.0, 3798.0, 3788.0, 3799.0, 3789.0, 3810.0, 3791.0, 3842.0, 3799.0, 3809.0, 3789.0, 3789.0, 3809.0, 3788.0, 3830.0], 'WindowWidth': [8682.0, 8616.0, 8578.0, 8582.0, 8552.0, 8596.0, 8545.0, 8576.0, 8543.0, 8542.0, 8554.0, 8543.0, 8571.0, 8538.0, 8556.0, 8557.0, 8539.0, 8584.0, 8540.0, 8573.0, 8536.0, 8524.0, 8568.0, 8540.0, 8571.0, 8525.0, 8556.0, 8596.0, 8525.0, 8565.0, 8540.0, 8558.0, 8567.0, 8526.0, 8586.0, 8556.0, 8541.0, 8538.0, 8541.0, 8585.0, 8538.0, 8587.0, 8522.0, 8540.0, 8579.0, 8520.0, 8565.0, 8519.0, 8518.0, 8530.0, 8519.0, 8563.0, 8520.0, 8566.0, 8518.0, 8520.0, 8533.0, 8536.0, 8563.0, 8538.0, 8570.0, 8523.0, 8540.0, 8551.0, 8538.0, 8570.0, 8536.0, 8551.0, 8519.0, 8537.0, 8535.0, 8537.0, 8564.0, 8535.0, 8550.0, 8539.0, 8542.0, 8586.0, 8538.0, 8571.0, 8522.0, 8523.0, 8579.0, 8517.0, 8520.0, 8578.0, 8519.0, 8561.0, 8534.0, 8522.0, 8563.0, 8536.0, 8551.0, 8534.0, 8538.0, 8569.0, 8518.0, 8522.0, 8565.0, 8518.0, 8520.0, 8559.0, 8518.0, 8549.0, 8514.0, 8515.0, 8557.0, 8529.0, 8517.0, 8559.0, 8519.0, 8521.0, 8561.0, 8535.0, 8551.0, 8532.0, 8522.0, 8566.0, 8519.0, 8523.0, 8566.0, 8537.0, 8526.0, 8533.0, 8538.0, 8568.0, 8522.0, 8538.0, 8566.0, 8540.0, 8543.0, 8566.0, 8542.0, 8570.0, 8542.0, 8545.0, 8556.0, 8560.0, 8592.0, 8548.0, 8594.0, 8569.0, 8600.0, 8610.0, 8546.0, 8594.0, 8543.0, 8542.0, 8588.0, 8540.0, 8569.0, 8566.0, 8521.0, 8536.0, 8543.0, 8572.0, 8535.0, 8523.0, 8584.0, 8534.0, 8538.0, 8578.0, 8520.0, 8567.0, 8532.0, 8517.0, 8563.0, 8497.0, 8518.0, 8558.0, 8514.0, 8531.0, 8540.0, 8499.0, 8558.0, 8495.0, 8513.0, 8556.0, 8513.0, 8517.0, 8525.0, 8514.0, 8562.0, 8512.0, 8517.0, 8561.0, 8516.0, 8516.0, 8559.0, 8515.0, 8532.0, 8513.0, 8516.0, 8546.0, 8516.0, 8519.0, 8562.0, 8518.0, 8519.0, 8561.0, 8518.0, 8519.0, 8560.0, 8517.0, 8532.0, 8528.0, 8518.0, 8546.0, 8534.0, 8538.0, 8562.0, 8541.0, 8541.0, 8537.0, 8542.0, 8574.0, 8539.0, 8542.0, 8570.0, 8540.0, 8540.0, 8586.0, 8540.0, 8573.0, 8581.0, 8538.0, 8570.0, 8535.0, 8536.0, 8562.0, 8533.0, 8522.0, 8563.0, 8535.0, 8534.0, 8533.0, 8537.0, 8568.0, 8539.0, 8542.0, 8536.0, 8541.0, 8568.0, 8536.0, 8541.0, 8584.0, 8541.0, 8551.0, 8554.0, 8542.0, 8571.0, 8540.0, 8571.0, 8538.0, 8541.0, 8572.0, 8541.0, 8572.0, 8539.0, 8537.0, 8581.0, 8536.0, 8552.0, 8580.0, 8535.0, 8548.0, 8546.0, 8521.0, 8546.0, 8519.0, 8563.0, 8541.0, 8553.0, 8542.0, 8545.0, 8584.0, 8540.0, 8572.0, 8540.0, 8543.0, 8589.0, 8540.0, 8540.0, 8582.0, 8537.0, 8570.0, 8564.0, 8519.0, 8564.0, 8517.0, 8518.0, 8561.0, 8516.0, 8532.0, 8529.0, 8515.0, 8560.0, 8545.0, 8536.0, 8565.0, 8535.0, 8551.0, 8516.0, 8536.0, 8565.0, 8534.0, 8520.0, 8560.0, 8519.0, 8566.0, 8517.0, 8522.0, 8582.0, 8535.0, 8552.0, 8534.0, 8539.0, 8565.0, 8537.0, 8540.0, 8552.0, 8543.0, 8572.0, 8542.0, 8543.0, 8557.0, 8560.0, 8575.0, 8563.0, 8577.0, 8606.0, 8561.0, 8573.0, 8559.0, 8548.0, 8602.0, 8546.0, 8573.0, 8548.0, 8561.0, 8563.0, 8567.0, 8609.0, 8544.0, 8571.0, 8543.0, 8559.0, 8568.0, 8565.0, 8610.0, 8559.0, 8555.0, 8541.0, 8542.0, 8591.0, 8536.0, 8539.0, 8534.0, 8540.0, 8566.0, 8524.0, 8590.0, 8533.0, 8536.0, 8578.0, 8510.0, 8528.0, 8556.0, 8512.0, 8542.0, 8517.0, 8546.0, 8514.0, 8531.0, 8577.0, 8516.0, 8543.0, 8497.0, 8515.0, 8560.0, 8516.0, 8558.0, 8517.0, 8544.0, 8517.0, 8549.0, 8534.0, 8514.0, 8531.0, 8518.0, 8519.0, 8535.0, 8551.0, 8540.0, 8564.0, 8537.0, 8519.0, 8537.0, 8545.0, 8571.0, 8542.0, 8604.0, 8560.0, 8586.0, 8539.0, 8564.0, 8518.0, 8560.0, 8515.0, 8555.0, 8513.0, 8538.0, 8509.0, 8537.0, 8510.0, 8539.0, 8514.0, 8522.0, 8514.0, 8511.0, 8515.0, 8527.0, 8517.0, 8532.0, 8520.0, 8534.0, 8522.0, 8567.0, 8520.0, 8565.0, 8517.0, 8518.0, 8517.0, 8517.0, 8532.0, 8539.0, 8584.0, 8555.0, 8551.0, 8523.0, 8542.0, 8570.0, 8534.0, 8554.0, 8581.0, 8535.0, 8569.0, 8519.0, 8522.0, 8565.0, 8537.0, 8538.0, 8580.0, 8537.0, 8537.0, 8531.0, 8521.0, 8551.0, 8518.0, 8523.0, 8536.0, 8540.0, 8567.0, 8537.0, 8542.0, 8568.0, 8541.0, 8539.0, 8549.0, 8540.0, 8572.0, 8538.0, 8539.0, 8585.0, 8554.0, 8541.0, 8569.0, 8541.0, 8545.0, 8584.0, 8554.0, 8545.0, 8572.0, 8560.0, 8563.0, 8586.0, 8560.0, 8576.0, 8599.0, 8543.0, 8568.0, 8538.0, 8538.0, 8567.0, 8537.0, 8524.0, 8583.0, 8541.0, 8539.0, 8550.0, 8542.0, 8569.0, 8540.0, 8540.0, 8585.0, 8542.0, 8571.0, 8535.0, 8540.0, 8587.0, 8538.0, 8540.0, 8551.0, 8542.0, 8571.0, 8541.0, 8557.0, 8600.0, 8541.0, 8567.0, 8540.0, 8542.0, 8585.0, 8524.0, 8571.0, 8538.0, 8538.0, 8552.0, 8539.0, 8572.0, 8533.0, 8536.0, 8579.0, 8536.0, 8537.0, 8579.0, 8535.0, 8554.0, 8534.0, 8521.0, 8582.0, 8535.0, 8537.0, 8562.0, 8534.0, 8552.0, 8546.0, 8520.0, 8562.0, 8534.0, 8535.0, 8529.0, 8534.0, 8563.0, 8539.0, 8537.0, 8559.0, 8561.0, 8574.0, 8541.0, 8543.0, 8588.0, 8556.0, 8575.0, 8538.0, 8540.0, 8588.0, 8537.0, 8540.0, 8583.0, 8539.0, 8568.0, 8536.0, 8538.0, 8580.0, 8537.0, 8554.0, 8534.0, 8523.0, 8583.0, 8539.0, 8568.0, 8540.0, 8573.0, 8584.0, 8535.0, 8567.0, 8519.0, 8524.0, 8566.0, 8534.0, 8552.0, 8547.0, 8518.0, 8562.0, 8533.0, 8534.0, 8559.0, 8518.0, 8565.0, 8517.0, 8520.0, 8562.0, 8532.0, 8548.0, 8516.0, 8520.0, 8534.0, 8539.0, 8564.0, 8541.0, 8559.0, 8536.0, 8543.0, 8584.0, 8542.0, 8570.0, 8540.0, 8572.0, 8536.0, 8523.0, 8584.0, 8536.0, 8570.0, 8531.0, 8521.0, 8578.0, 8535.0, 8548.0, 8533.0, 8522.0, 8562.0, 8536.0, 8566.0, 8540.0, 8541.0, 8537.0, 8543.0, 8588.0, 8539.0, 8541.0, 8539.0, 8542.0, 8572.0, 8539.0, 8570.0, 8538.0, 8542.0, 8539.0, 8540.0, 8586.0, 8536.0, 8554.0, 8537.0, 8540.0, 8582.0, 8538.0, 8572.0, 8538.0, 8526.0, 8535.0, 8541.0, 8571.0, 8539.0, 8574.0, 8580.0, 8524.0, 8582.0, 8550.0, 8538.0, 8532.0, 8520.0, 8565.0, 8522.0, 8552.0, 8519.0, 8520.0, 8567.0, 8535.0, 8552.0, 8520.0, 8526.0, 8554.0, 8547.0, 8586.0, 8541.0, 8574.0, 8603.0, 8545.0, 8584.0, 8546.0, 8561.0, 8587.0, 8527.0, 8586.0, 8538.0, 8539.0, 8582.0, 8536.0, 8568.0, 8537.0, 8539.0, 8566.0, 8544.0, 8559.0, 8553.0, 8542.0, 8586.0, 8545.0, 8571.0, 8557.0, 8544.0, 8585.0, 8542.0, 8558.0, 8555.0, 8543.0, 8586.0, 8541.0, 8543.0, 8599.0, 8542.0, 8569.0, 8546.0, 8562.0, 8573.0, 8544.0, 8589.0, 8548.0, 8561.0, 8557.0, 8564.0, 8590.0, 8544.0, 8561.0, 8544.0, 8549.0, 8604.0, 8544.0, 8591.0, 8529.0, 8544.0, 8541.0, 8545.0, 8584.0, 8548.0, 8589.0, 8543.0, 8544.0, 8540.0, 8546.0, 8604.0, 8541.0, 8588.0, 8598.0, 8538.0, 8565.0, 8534.0, 8535.0, 8518.0, 8525.0, 8580.0, 8525.0, 8567.0, 8538.0, 8555.0, 8551.0, 8522.0, 8583.0, 8539.0, 8568.0, 8524.0, 8554.0, 8538.0, 8527.0, 8539.0, 8546.0, 8569.0, 8543.0, 8604.0, 8545.0, 8587.0, 8556.0, 8572.0, 8536.0, 8523.0, 8601.0, 8539.0, 8580.0, 8539.0, 8551.0, 8541.0, 8570.0, 8561.0, 8589.0, 8565.0, 8592.0, 8565.0, 8595.0, 8589.0, 8561.0, 8603.0, 8544.0, 8586.0, 8542.0, 8585.0, 8542.0, 8542.0, 8542.0, 8558.0, 8541.0, 8561.0, 8557.0, 8561.0, 8587.0, 8545.0, 8605.0, 8561.0, 8588.0, 8560.0, 8588.0, 8547.0, 8589.0, 8564.0, 8589.0, 8561.0, 8575.0, 8545.0, 8560.0, 8545.0, 8546.0, 8562.0, 8557.0, 8561.0, 8575.0, 8566.0, 8594.0, 8568.0, 8597.0, 8577.0, 8597.0, 8607.0, 8560.0, 8586.0, 8556.0, 8570.0, 8540.0, 8574.0, 8526.0, 8556.0, 8542.0, 8556.0, 8558.0, 8547.0, 8587.0, 8559.0, 8584.0, 8557.0, 8588.0, 8540.0, 8589.0, 8541.0, 8541.0, 8524.0, 8541.0, 8585.0, 8535.0, 8584.0, 8536.0, 8539.0, 8540.0, 8543.0, 8555.0, 8545.0, 8590.0, 8547.0, 8573.0, 8561.0, 8558.0, 8561.0, 8579.0, 8609.0, 8575.0, 8571.0, 8543.0, 8545.0, 8587.0, 8539.0, 8588.0, 8539.0, 8539.0, 8538.0, 8541.0, 8583.0, 8524.0, 8568.0, 8523.0, 8525.0, 8539.0, 8540.0, 8568.0, 8538.0, 8539.0, 8537.0, 8540.0, 8583.0, 8537.0, 8541.0, 8580.0, 8540.0, 8582.0, 8558.0, 8571.0, 8557.0, 8560.0, 8591.0, 8526.0, 8575.0, 8525.0, 8543.0, 8586.0, 8537.0, 8555.0, 8582.0, 8552.0, 8560.0, 8533.0, 8551.0, 8560.0, 8519.0, 8579.0, 8536.0, 8536.0, 8520.0, 8525.0, 8583.0, 8522.0, 8523.0, 8545.0, 8536.0, 8567.0, 8504.0, 8538.0, 8548.0, 8540.0, 8568.0, 8519.0, 8521.0, 8582.0, 8536.0, 8536.0, 8516.0, 8519.0, 8578.0, 8535.0, 8520.0, 8518.0, 8525.0, 8568.0, 8518.0, 8522.0, 8597.0, 8520.0, 8563.0, 8516.0, 8503.0, 8575.0, 8517.0, 8527.0, 8533.0, 8522.0, 8561.0, 8517.0, 8564.0, 8577.0, 8517.0, 8561.0, 8531.0, 8534.0, 8557.0, 8516.0, 8557.0, 8528.0, 8516.0, 8559.0, 8498.0, 8560.0, 8510.0, 8500.0, 8555.0, 8509.0, 8501.0, 8540.0, 8515.0, 8541.0, 8533.0, 8519.0, 8561.0, 8516.0, 8534.0, 8518.0, 8521.0, 8563.0, 8540.0, 8570.0, 8579.0, 8516.0, 8562.0, 8516.0, 8503.0, 8546.0, 8537.0, 8568.0, 8576.0, 8516.0, 8562.0, 8497.0, 8501.0, 8578.0, 8531.0, 8531.0, 8520.0, 8521.0, 8561.0, 8511.0, 8512.0, 8556.0, 8499.0, 8526.0, 8531.0, 8520.0, 8546.0, 8515.0, 8532.0, 8545.0, 8502.0, 8558.0, 8541.0, 8550.0, 8541.0, 8558.0, 8583.0, 8524.0, 8568.0, 8523.0, 8539.0, 8525.0, 8527.0, 8582.0, 8531.0, 8533.0, 8577.0, 8530.0, 8557.0, 8518.0, 8518.0, 8516.0, 8518.0, 8578.0, 8533.0, 8556.0, 8517.0, 8505.0, 8516.0, 8520.0, 8563.0, 8517.0, 8519.0, 8518.0, 8520.0, 8564.0, 8517.0, 8534.0, 8595.0, 8517.0, 8560.0, 8531.0, 8536.0, 8577.0, 8501.0, 8563.0, 8513.0, 8514.0, 8575.0, 8513.0, 8528.0, 8523.0, 8496.0, 8556.0, 8509.0, 8498.0, 8510.0, 8517.0, 8531.0, 8513.0, 8517.0, 8559.0, 8532.0, 8520.0, 8531.0, 8522.0, 8555.0, 8516.0, 8520.0, 8579.0, 8533.0, 8551.0, 8560.0, 8519.0, 8564.0, 8517.0, 8518.0, 8531.0, 8534.0, 8568.0, 8518.0, 8520.0, 8577.0, 8521.0, 8566.0, 8518.0, 8520.0, 8535.0, 8539.0, 8566.0, 8523.0, 8557.0, 8524.0, 8542.0, 8583.0, 8538.0, 8554.0, 8564.0, 8525.0, 8581.0, 8543.0, 8557.0, 8547.0, 8567.0, 8605.0, 8549.0, 8589.0, 8566.0, 8583.0, 8604.0, 8546.0, 8592.0, 8555.0, 8542.0, 8601.0, 8543.0, 8575.0, 8523.0, 8526.0, 8603.0, 8539.0, 8538.0, 8520.0, 8523.0, 8565.0, 8518.0, 8547.0, 8520.0, 8535.0, 8540.0, 8541.0, 8556.0, 8576.0, 8604.0, 8567.0, 8564.0, 8538.0, 8549.0, 8535.0, 8567.0, 8564.0, 8522.0, 8576.0, 8521.0, 8566.0, 8519.0, 8567.0, 8519.0, 8520.0, 8519.0, 8519.0, 8574.0, 8515.0, 8578.0, 8518.0, 8527.0, 8515.0, 8504.0, 8530.0, 8532.0, 8531.0, 8519.0, 8533.0, 8523.0, 8550.0, 8526.0, 8601.0, 8535.0, 8549.0, 8519.0, 8521.0, 8548.0, 8518.0, 8578.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.00027977574750830564</td></tr>
<tr><td colspan=3>aqi</td><td>0.02060321187707641</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.22144922334165</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1863407524438914</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0032503940814632</td></tr>
<tr><td colspan=3>efc</td><td>0.5059</td></tr>
<tr><td colspan=3>fber</td><td>3139.2598</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07273105652186665</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.24916943521594684</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.399670235767451</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3635343981944033</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6319837554304355</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.203492553677514</td></tr>
<tr><td colspan=3>gcor</td><td>0.0059717</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02063935250043869</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025597091764211655</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1204</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.957295147551112</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>25.0339</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.5323</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.5626</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299130.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>986.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.3936</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4371</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.7131</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3009.971</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3178.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77414.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1074.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3936.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>803.0686</td></tr>
<tr><td colspan=3>tsnr</td><td>39.88892122777179</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>