ds005256-mriqc/sub-0002_ses-01_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter a019d6ff98 [DATALAD RUNCMD] Compute MRIQC for sub-0002
=== 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-0002 --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-0002",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:36:57 +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-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-01/func/sub-0002_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>1b4267decd8de10f7bd6060687bafa08</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>11:06:53.800000</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.989531, -0.071731, 0.125235, 0.0509933, 0.985542, 0.161573]</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.0714075</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>[4156, -7788, -7281, 517, -79, -342, 28, 69]</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>233.707</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>24fb822a-a71d-4f2e-b8f3-1346f7e7e854||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.6548383235931396, 0.1368112415075302, 0.36453744769096375, 105.39185333251953], [0.19244912266731262, 2.6441380977630615, 0.41443783044815063, -115.53483581542969], [0.3359954059123993, -0.43348902463912964, 2.642982006072998, -57.98563003540039], [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': ['110653.800000', '110654.260000', '110654.720000', '110655.180000', '110655.640000', '110656.100000', '110656.560000', '110657.020000', '110657.480000', '110657.940000', '110658.400000', '110658.860000', '110659.320000', '110659.780000', '110700.240000', '110700.700000', '110701.160000', '110701.620000', '110702.080000', '110702.540000', '110703.000000', '110703.460000', '110703.920000', '110704.380000', '110704.840000', '110705.300000', '110705.760000', '110706.220000', '110706.680000', '110707.140000', '110707.600000', '110708.060000', '110708.520000', '110708.980000', '110709.440000', '110709.900000', '110710.360000', '110710.820000', '110711.280000', '110711.740000', '110712.200000', '110712.660000', '110713.120000', '110713.580000', '110714.040000', '110714.500000', '110714.960000', '110715.420000', '110715.880000', '110716.340000', '110716.800000', '110717.260000', '110717.720000', '110718.180000', '110718.640000', '110719.100000', '110719.560000', '110720.020000', '110720.480000', '110720.940000', '110721.400000', '110721.860000', '110722.320000', '110722.780000', '110723.240000', '110723.700000', '110724.160000', '110724.620000', '110725.080000', '110725.540000', '110726.000000', '110726.460000', '110726.920000', '110727.380000', '110727.840000', '110728.300000', '110728.760000', '110729.220000', '110729.680000', '110730.140000', '110730.600000', '110731.060000', '110731.520000', '110731.980000', '110732.440000', '110732.900000', '110733.360000', '110733.820000', '110734.280000', '110734.740000', '110735.200000', '110735.660000', '110736.120000', '110736.580000', '110737.040000', '110737.500000', '110737.960000', '110738.420000', '110738.880000', '110739.340000', '110739.800000', '110740.260000', '110740.720000', '110741.180000', '110741.640000', '110742.100000', '110742.560000', '110743.020000', '110743.480000', '110743.940000', '110744.400000', '110744.860000', '110745.320000', '110745.780000', '110746.240000', '110746.700000', '110747.160000', '110747.620000', '110748.080000', '110748.540000', '110749.000000', '110749.460000', '110749.920000', '110750.380000', '110750.840000', '110751.300000', '110751.760000', '110752.220000', '110752.680000', '110753.140000', '110753.600000', '110754.060000', '110754.520000', '110754.980000', '110755.440000', '110755.900000', '110756.360000', '110756.820000', '110757.280000', '110757.740000', '110758.200000', '110758.660000', '110759.120000', '110759.580000', '110800.040000', '110800.500000', '110800.960000', '110801.420000', '110801.880000', '110802.340000', '110802.800000', '110803.260000', '110803.720000', '110804.180000', '110804.640000', '110805.100000', '110805.560000', '110806.020000', '110806.480000', '110806.940000', '110807.400000', '110807.860000', '110808.320000', '110808.780000', '110809.240000', '110809.700000', '110810.160000', '110810.620000', '110811.080000', '110811.540000', '110812.000000', '110812.460000', '110812.920000', '110813.380000', '110813.840000', '110814.300000', '110814.760000', '110815.220000', '110815.680000', '110816.140000', '110816.600000', '110817.060000', '110817.520000', '110817.980000', '110818.440000', '110818.900000', '110819.360000', '110819.820000', '110820.280000', '110820.740000', '110821.200000', '110821.660000', '110822.120000', '110822.580000', '110823.040000', '110823.500000', '110823.960000', '110824.420000', '110824.880000', '110825.340000', '110825.800000', '110826.260000', '110826.720000', '110827.180000', '110827.640000', '110828.100000', '110828.560000', '110829.020000', '110829.480000', '110829.940000', '110830.400000', '110830.860000', '110831.320000', '110831.780000', '110832.240000', '110832.700000', '110833.160000', '110833.620000', '110834.080000', '110834.540000', '110835.000000', '110835.460000', '110835.920000', '110836.380000', '110836.840000', '110837.300000', '110837.760000', '110838.220000', '110838.680000', '110839.140000', '110839.600000', '110840.060000', '110840.520000', '110840.980000', '110841.440000', '110841.900000', '110842.360000', '110842.820000', '110843.280000', '110843.740000', '110844.200000', '110844.660000', '110845.120000', '110845.580000', '110846.040000', '110846.500000', '110846.960000', '110847.420000', '110847.880000', '110848.340000', '110848.800000', '110849.260000', '110849.720000', '110850.180000', '110850.640000', '110851.100000', '110851.560000', '110852.020000', '110852.480000', '110852.940000', '110853.400000', '110853.860000', '110854.320000', '110854.780000', '110855.240000', '110855.700000', '110856.160000', '110856.620000', '110857.080000', '110857.540000', '110858.000000', '110858.460000', '110858.920000', '110859.380000', '110859.840000', '110900.300000', '110900.760000', '110901.220000', '110901.680000', '110902.140000', '110902.600000', '110903.060000', '110903.520000', '110903.980000', '110904.440000', '110904.900000', '110905.360000', '110905.820000', '110906.280000', '110906.740000', '110907.200000', '110907.660000', '110908.120000', '110908.580000', '110909.040000', '110909.500000', '110909.960000', '110910.420000', '110910.880000', '110911.340000', '110911.800000', '110912.260000', '110912.720000', '110913.180000', '110913.640000', '110914.100000', '110914.560000', '110915.020000', '110915.480000', '110915.940000', '110916.400000', '110916.860000', '110917.320000', '110917.780000', '110918.240000', '110918.700000', '110919.160000', '110919.620000', '110920.080000', '110920.540000', '110921.000000', '110921.460000', '110921.920000', '110922.380000', '110922.840000', '110923.300000', '110923.760000', '110924.220000', '110924.680000', '110925.140000', '110925.600000', '110926.060000', '110926.520000', '110926.980000', '110927.440000', '110927.900000', '110928.360000', '110928.820000', '110929.280000', '110929.740000', '110930.200000', '110930.660000', '110931.120000', '110931.580000', '110932.040000', '110932.500000', '110932.960000', '110933.420000', '110933.880000', '110934.340000', '110934.800000', '110935.260000', '110935.720000', '110936.180000', '110936.640000', '110937.100000', '110937.560000', '110938.020000', '110938.480000', '110938.940000', '110939.400000', '110939.860000', '110940.320000', '110940.780000', '110941.240000', '110941.700000', '110942.160000', '110942.620000', '110943.080000', '110943.540000', '110944.000000', '110944.460000', '110944.920000', '110945.380000', '110945.840000', '110946.300000', '110946.760000', '110947.220000', '110947.680000', '110948.140000', '110948.600000', '110949.060000', '110949.520000', '110949.980000', '110950.440000', '110950.900000', '110951.360000', '110951.820000', '110952.280000', '110952.740000', '110953.200000', '110953.660000', '110954.120000', '110954.580000', '110955.040000', '110955.500000', '110955.960000', '110956.420000', '110956.880000', '110957.340000', '110957.800000', '110958.260000', '110958.720000', '110959.180000', '110959.640000', '111000.100000', '111000.560000', '111001.020000', '111001.480000', '111001.940000', '111002.400000', '111002.860000', '111003.320000', '111003.780000', '111004.240000', '111004.700000', '111005.160000', '111005.620000', '111006.080000', '111006.540000', '111007.000000', '111007.460000', '111007.920000', '111008.380000', '111008.840000', '111009.300000', '111009.760000', '111010.220000', '111010.680000', '111011.140000', '111011.600000', '111012.060000', '111012.520000', '111012.980000', '111013.440000', '111013.900000', '111014.360000', '111014.820000', '111015.280000', '111015.740000', '111016.200000', '111016.660000', '111017.120000', '111017.580000', '111018.040000', '111018.500000', '111018.960000', '111019.420000', '111019.880000', '111020.340000', '111020.800000', '111021.260000', '111021.720000', '111022.180000', '111022.640000', '111023.100000', '111023.560000', '111024.020000', '111024.480000', '111024.940000', '111025.400000', '111025.860000', '111026.320000', '111026.780000', '111027.240000', '111027.700000', '111028.160000', '111028.620000', '111029.080000', '111029.540000', '111030.000000', '111030.460000', '111030.920000', '111031.380000', '111031.840000', '111032.300000', '111032.760000', '111033.220000', '111033.680000', '111034.140000', '111034.600000', '111035.060000', '111035.520000', '111035.980000', '111036.440000', '111036.900000', '111037.360000', '111037.820000', '111038.280000', '111038.740000', '111039.200000', '111039.660000', '111040.120000', '111040.580000', '111041.040000', '111041.500000', '111041.960000', '111042.420000', '111042.880000', '111043.340000', '111043.800000', '111044.260000', '111044.720000', '111045.180000', '111045.640000', '111046.100000', '111046.560000', '111047.020000', '111047.480000', '111047.940000', '111048.400000', '111048.860000', '111049.320000', '111049.780000', '111050.240000', '111050.700000', '111051.160000', '111051.620000', '111052.080000', '111052.540000', '111053.000000', '111053.460000', '111053.920000', '111054.380000', '111054.840000', '111055.300000', '111055.760000', '111056.220000', '111056.680000', '111057.140000', '111057.600000', '111058.060000', '111058.520000', '111058.980000', '111059.440000', '111059.900000', '111100.360000', '111100.820000', '111101.280000', '111101.740000', '111102.200000', '111102.660000', '111103.120000', '111103.580000', '111104.040000', '111104.500000', '111104.960000', '111105.420000', '111105.880000', '111106.340000', '111106.800000', '111107.260000', '111107.720000', '111108.180000', '111108.640000', '111109.100000', '111109.560000', '111110.020000', '111110.480000', '111110.940000', '111111.400000', '111111.860000', '111112.320000', '111112.780000', '111113.240000', '111113.700000', '111114.160000', '111114.620000', '111115.080000', '111115.540000', '111116.000000', '111116.460000', '111116.920000', '111117.380000', '111117.840000', '111118.300000', '111118.760000', '111119.220000', '111119.680000', '111120.140000', '111120.600000', '111121.060000', '111121.520000', '111121.980000', '111122.440000', '111122.900000', '111123.360000', '111123.820000', '111124.280000', '111124.740000', '111125.200000', '111125.660000', '111126.120000', '111126.580000', '111127.040000', '111127.500000', '111127.960000', '111128.420000', '111128.880000', '111129.340000', '111129.800000', '111130.260000', '111130.720000', '111131.180000', '111131.640000', '111132.100000', '111132.560000', '111133.020000', '111133.480000', '111133.940000', '111134.400000', '111134.860000', '111135.320000', '111135.780000', '111136.240000', '111136.700000', '111137.160000', '111137.620000', '111138.080000', '111138.540000', '111139.000000', '111139.460000', '111139.920000', '111140.380000', '111140.840000', '111141.300000', '111141.760000', '111142.220000', '111142.680000', '111143.140000', '111143.600000', '111144.060000', '111144.520000', '111144.980000', '111145.440000', '111145.900000', '111146.360000', '111146.820000', '111147.280000', '111147.740000', '111148.200000', '111148.660000', '111149.120000', '111149.580000', '111150.040000', '111150.500000', '111150.960000', '111151.420000', '111151.880000', '111152.340000', '111152.800000', '111153.260000', '111153.720000', '111154.180000', '111154.640000', '111155.100000', '111155.560000', '111156.020000', '111156.480000', '111156.940000', '111157.400000', '111157.860000', '111158.320000', '111158.780000', '111159.240000', '111159.700000', '111200.160000', '111200.620000', '111201.080000', '111201.540000', '111202.000000', '111202.460000', '111202.920000', '111203.380000', '111203.840000', '111204.300000', '111204.760000', '111205.220000', '111205.680000', '111206.140000', '111206.600000', '111207.060000', '111207.520000', '111207.980000', '111208.440000', '111208.900000', '111209.360000', '111209.820000', '111210.280000', '111210.740000', '111211.200000', '111211.660000', '111212.120000', '111212.580000', '111213.040000', '111213.500000', '111213.960000', '111214.420000', '111214.880000', '111215.340000', '111215.800000', '111216.260000', '111216.720000', '111217.180000', '111217.640000', '111218.100000', '111218.560000', '111219.020000', '111219.480000', '111219.940000', '111220.400000', '111220.860000', '111221.320000', '111221.780000', '111222.240000', '111222.700000', '111223.160000', '111223.620000', '111224.080000', '111224.540000', '111225.000000', '111225.460000', '111225.920000', '111226.380000', '111226.840000', '111227.300000', '111227.760000', '111228.220000', '111228.680000', '111229.140000', '111229.600000', '111230.060000', '111230.520000', '111230.980000', '111231.440000', '111231.900000', '111232.360000', '111232.820000', '111233.280000', '111233.740000', '111234.200000', '111234.660000', '111235.120000', '111235.580000', '111236.040000', '111236.500000', '111236.960000', '111237.420000', '111237.880000', '111238.340000', '111238.800000', '111239.260000', '111239.720000', '111240.180000', '111240.640000', '111241.100000', '111241.560000', '111242.020000', '111242.480000', '111242.940000', '111243.400000', '111243.860000', '111244.320000', '111244.780000', '111245.240000', '111245.700000', '111246.160000', '111246.620000', '111247.080000', '111247.540000', '111248.000000', '111248.460000', '111248.920000', '111249.380000', '111249.840000', '111250.300000', '111250.760000', '111251.220000', '111251.680000', '111252.140000', '111252.600000', '111253.060000', '111253.520000', '111253.980000', '111254.440000', '111254.900000', '111255.360000', '111255.820000', '111256.280000', '111256.740000', '111257.200000', '111257.660000', '111258.120000', '111258.580000', '111259.040000', '111259.500000', '111259.960000', '111300.420000', '111300.880000', '111301.340000', '111301.800000', '111302.260000', '111302.720000', '111303.180000', '111303.640000', '111304.100000', '111304.560000', '111305.020000', '111305.480000', '111305.940000', '111306.400000', '111306.860000', '111307.320000', '111307.780000', '111308.240000', '111308.700000', '111309.160000', '111309.620000', '111310.080000', '111310.540000', '111311.000000', '111311.460000', '111311.920000', '111312.380000', '111312.840000', '111313.300000', '111313.760000', '111314.220000', '111314.680000', '111315.140000', '111315.600000', '111316.060000', '111316.520000', '111316.980000', '111317.440000', '111317.900000', '111318.360000', '111318.820000', '111319.280000', '111319.740000', '111320.200000', '111320.660000', '111321.120000', '111321.580000', '111322.040000', '111322.500000', '111322.960000', '111323.420000', '111323.880000', '111324.340000', '111324.800000', '111325.260000', '111325.720000', '111326.180000', '111326.640000', '111327.100000', '111327.560000', '111328.020000', '111328.480000', '111328.940000', '111329.400000', '111329.860000', '111330.320000', '111330.780000', '111331.240000', '111331.700000', '111332.160000', '111332.620000', '111333.080000', '111333.540000', '111334.000000', '111334.460000', '111334.920000', '111335.380000', '111335.840000', '111336.300000', '111336.760000', '111337.220000', '111337.680000', '111338.140000', '111338.600000', '111339.060000', '111339.520000', '111339.980000', '111340.440000', '111340.900000', '111341.360000', '111341.820000', '111342.280000', '111342.740000', '111343.200000', '111343.660000', '111344.120000', '111344.580000', '111345.040000', '111345.500000', '111345.960000', '111346.420000', '111346.880000', '111347.340000', '111347.800000', '111348.260000', '111348.720000', '111349.180000', '111349.640000', '111350.100000', '111350.560000', '111351.020000', '111351.480000', '111351.940000', '111352.400000', '111352.860000', '111353.320000', '111353.780000', '111354.240000', '111354.700000', '111355.160000', '111355.620000', '111356.080000', '111356.540000', '111357.000000', '111357.460000', '111357.920000', '111358.380000', '111358.840000', '111359.300000', '111359.760000', '111400.220000', '111400.680000', '111401.140000', '111401.600000', '111402.060000', '111402.520000', '111402.980000', '111403.440000', '111403.900000', '111404.360000', '111404.820000', '111405.280000', '111405.740000', '111406.200000', '111406.660000', '111407.120000', '111407.580000', '111408.040000', '111408.500000', '111408.960000', '111409.420000', '111409.880000', '111410.340000', '111410.800000', '111411.260000', '111411.720000', '111412.180000', '111412.640000', '111413.100000', '111413.560000', '111414.020000', '111414.480000', '111414.940000', '111415.400000', '111415.860000', '111416.320000', '111416.780000', '111417.240000', '111417.700000', '111418.160000', '111418.620000', '111419.080000', '111419.540000', '111420.000000', '111420.460000', '111420.920000', '111421.380000', '111421.840000', '111422.300000', '111422.760000', '111423.220000', '111423.680000', '111424.140000', '111424.600000', '111425.060000', '111425.520000', '111425.980000', '111426.440000', '111426.900000', '111427.360000', '111427.820000', '111428.280000', '111428.740000', '111429.200000', '111429.660000', '111430.120000', '111430.580000', '111431.040000', '111431.500000', '111431.960000', '111432.420000', '111432.880000', '111433.340000', '111433.800000', '111434.260000', '111434.720000', '111435.180000', '111435.640000', '111436.100000', '111436.560000', '111437.020000', '111437.480000', '111437.940000', '111438.400000', '111438.860000', '111439.320000', '111439.780000', '111440.240000', '111440.700000', '111441.160000', '111441.620000', '111442.080000', '111442.540000', '111443.000000', '111443.460000', '111443.920000', '111444.380000', '111444.840000', '111445.300000', '111445.760000', '111446.220000', '111446.680000', '111447.140000', '111447.600000', '111448.060000', '111448.520000', '111448.980000', '111449.440000', '111449.900000', '111450.360000', '111450.820000', '111451.280000', '111451.740000', '111452.200000', '111452.660000', '111453.120000', '111453.580000', '111454.040000', '111454.500000', '111454.960000', '111455.420000', '111455.880000', '111456.340000', '111456.800000', '111457.260000', '111457.720000', '111458.180000', '111458.640000', '111459.100000', '111459.560000', '111500.020000', '111500.480000', '111500.940000', '111501.400000', '111501.860000', '111502.320000', '111502.780000', '111503.240000', '111503.700000', '111504.160000', '111504.620000', '111505.080000', '111505.540000', '111506.000000', '111506.460000', '111506.920000', '111507.380000', '111507.840000', '111508.300000', '111508.760000', '111509.220000', '111509.680000', '111510.140000', '111510.600000', '111511.060000', '111511.520000', '111511.980000', '111512.440000', '111512.900000', '111513.360000', '111513.820000', '111514.280000', '111514.740000', '111515.200000', '111515.660000', '111516.120000', '111516.580000', '111517.040000', '111517.500000', '111517.960000', '111518.420000', '111518.880000', '111519.340000', '111519.800000', '111520.260000', '111520.720000', '111521.180000', '111521.640000', '111522.100000', '111522.560000', '111523.020000', '111523.480000', '111523.940000', '111524.400000', '111524.860000', '111525.320000', '111525.780000', '111526.240000', '111526.700000', '111527.160000', '111527.620000', '111528.080000', '111528.540000', '111529.000000', '111529.460000', '111529.920000', '111530.380000', '111530.840000', '111531.300000', '111531.760000', '111532.220000', '111532.680000', '111533.140000', '111533.600000', '111534.060000', '111534.520000', '111534.980000', '111535.440000', '111535.900000', '111536.360000', '111536.820000', '111537.280000', '111537.740000', '111538.200000', '111538.660000', '111539.120000', '111539.580000', '111540.040000', '111540.500000', '111540.960000', '111541.420000', '111541.880000', '111542.340000', '111542.800000', '111543.260000', '111543.720000', '111544.180000', '111544.640000', '111545.100000', '111545.560000', '111546.020000', '111546.480000', '111546.940000', '111547.400000', '111547.860000', '111548.320000', '111548.780000', '111549.240000', '111549.700000', '111550.160000', '111550.620000', '111551.080000', '111551.540000', '111552.000000', '111552.460000', '111552.920000', '111553.380000', '111553.840000', '111554.300000', '111554.760000', '111555.220000', '111555.680000', '111556.140000', '111556.600000', '111557.060000', '111557.520000', '111557.980000', '111558.440000', '111558.900000', '111559.360000', '111559.820000', '111600.280000', '111600.740000', '111601.200000', '111601.660000', '111602.120000', '111602.580000', '111603.040000', '111603.500000', '111603.960000', '111604.420000', '111604.880000', '111605.340000', '111605.800000', '111606.260000', '111606.720000', '111607.180000', '111607.640000', '111608.100000', '111608.560000', '111609.020000', '111609.480000'], 'ContentTime': ['110709.358000', '110709.362000', '110709.383000', '110709.386000', '110709.389000', '110709.400000', '110709.403000', '110709.406000', '110709.409000', '110709.412000', '110709.415000', '110709.418000', '110709.421000', '110709.436000', '110709.439000', '110709.442000', '110709.444000', '110709.447000', '110709.450000', '110709.453000', '110709.456000', '110709.459000', '110709.469000', '110709.472000', '110709.475000', '110709.478000', '110709.481000', '110709.484000', '110709.487000', '110709.494000', '110709.497000', '110709.500000', '110709.503000', '110729.317000', '110729.320000', '110729.323000', '110729.325000', '110729.328000', '110729.331000', '110729.334000', '110729.339000', '110729.342000', '110729.344000', '110729.347000', '110729.350000', '110729.353000', '110729.356000', '110729.359000', '110729.362000', '110729.364000', '110729.367000', '110729.370000', '110729.373000', '110729.376000', '110729.378000', '110729.382000', '110729.384000', '110729.387000', '110729.390000', '110729.393000', '110729.396000', '110729.398000', '110729.401000', '110729.404000', '110729.408000', '110729.411000', '110729.414000', '110729.417000', '110729.420000', '110729.422000', '110729.425000', '110729.428000', '110729.431000', '110729.434000', '110729.437000', '110729.440000', '110749.317000', '110749.320000', '110749.322000', '110749.325000', '110749.328000', '110749.331000', '110749.334000', '110749.337000', '110749.340000', '110749.342000', '110749.345000', '110749.348000', '110749.351000', '110749.354000', '110749.357000', '110749.360000', '110749.362000', '110749.365000', '110749.368000', '110749.371000', '110749.374000', '110749.377000', '110749.380000', '110749.383000', '110749.385000', '110749.388000', '110749.391000', '110749.394000', '110749.397000', '110749.399000', '110749.402000', '110749.405000', '110749.408000', '110749.411000', '110749.413000', '110749.416000', '110749.419000', '110749.422000', '110749.425000', '110749.428000', '110749.431000', '110749.433000', '110749.436000', '110749.439000', '110809.317000', '110809.320000', '110809.323000', '110809.326000', '110809.328000', '110809.331000', '110809.334000', '110809.337000', '110809.340000', '110809.343000', '110809.346000', '110809.348000', '110809.351000', '110809.354000', '110809.357000', '110809.360000', '110809.362000', '110809.365000', '110809.368000', '110809.371000', '110809.374000', '110809.377000', '110809.379000', '110809.382000', '110809.385000', '110809.388000', '110809.391000', '110809.393000', '110809.396000', '110809.399000', '110809.402000', '110809.405000', '110809.408000', '110809.411000', '110809.413000', '110809.416000', '110809.419000', '110809.422000', '110809.425000', '110809.428000', '110809.431000', '110809.434000', '110809.436000', '110829.317000', '110829.320000', '110829.323000', '110829.325000', '110829.328000', '110829.331000', '110829.334000', '110829.337000', '110829.340000', '110829.343000', '110829.346000', '110829.348000', '110829.351000', '110829.354000', '110829.357000', '110829.360000', '110829.362000', '110829.365000', '110829.368000', '110829.371000', '110829.374000', '110829.377000', '110829.380000', '110829.382000', '110829.385000', '110829.388000', '110829.391000', '110829.394000', '110829.397000', '110829.399000', '110829.402000', '110829.405000', '110829.408000', '110829.411000', '110829.414000', '110829.417000', '110829.420000', '110829.422000', '110829.425000', '110829.428000', '110829.431000', '110829.434000', '110829.437000', '110829.440000', '110849.316000', '110849.319000', '110849.322000', '110849.324000', '110849.340000', '110849.343000', '110849.345000', '110849.348000', '110849.351000', '110849.354000', '110849.357000', '110849.360000', '110849.363000', '110849.365000', '110849.368000', '110849.371000', '110849.374000', '110849.377000', '110849.380000', '110849.382000', '110849.385000', '110849.388000', '110849.391000', '110849.394000', '110849.397000', '110849.400000', '110849.402000', '110849.405000', '110849.408000', '110849.411000', '110849.414000', '110849.417000', '110849.420000', '110849.422000', '110849.425000', '110849.428000', '110849.431000', '110849.434000', '110849.436000', '110849.439000', '110849.442000', '110849.445000', '110849.448000', '110909.317000', '110909.320000', '110909.323000', '110909.325000', '110909.328000', '110909.331000', '110909.334000', '110909.337000', '110909.340000', '110909.343000', '110909.345000', '110909.348000', '110909.351000', '110909.354000', '110909.357000', '110909.360000', '110909.362000', '110909.365000', '110909.368000', '110909.371000', '110909.374000', '110909.377000', '110909.380000', '110909.382000', '110909.385000', '110909.388000', '110909.391000', '110909.394000', '110909.397000', '110909.399000', '110909.402000', '110909.405000', '110909.408000', '110909.411000', '110909.414000', '110909.417000', '110909.420000', '110909.422000', '110909.425000', '110909.428000', '110909.431000', '110909.434000', '110909.437000', '110909.440000', '110929.317000', '110929.320000', '110929.323000', '110929.326000', '110929.328000', '110929.331000', '110929.334000', '110929.337000', '110929.340000', '110929.343000', '110929.346000', '110929.349000', '110929.351000', '110929.354000', '110929.357000', '110929.360000', '110929.363000', '110929.366000', '110929.369000', '110929.372000', '110929.374000', '110929.377000', '110929.380000', '110929.383000', '110929.386000', '110929.389000', '110929.392000', '110929.395000', '110929.397000', '110929.400000', '110929.403000', '110929.406000', '110929.409000', '110929.412000', '110929.415000', '110929.417000', '110929.420000', '110929.423000', '110929.426000', '110929.429000', '110929.437000', '110929.440000', '110929.443000', '110949.317000', '110949.320000', '110949.323000', '110949.326000', '110949.329000', '110949.331000', '110949.334000', '110949.337000', '110949.340000', '110949.343000', '110949.346000', '110949.348000', '110949.351000', '110949.354000', '110949.357000', '110949.360000', '110949.363000', '110949.366000', '110949.369000', '110949.371000', '110949.374000', '110949.377000', '110949.380000', '110949.383000', '110949.386000', '110949.389000', '110949.391000', '110949.394000', '110949.397000', '110949.400000', '110949.403000', '110949.406000', '110949.409000', '110949.412000', '110949.414000', '110949.417000', '110949.420000', '110949.423000', '110949.426000', '110949.429000', '110949.432000', '110949.435000', '110949.437000', '111009.317000', '111009.320000', '111009.323000', '111009.326000', '111009.329000', '111009.331000', '111009.334000', '111009.337000', '111009.340000', '111009.343000', '111009.346000', '111009.349000', '111009.351000', '111009.354000', '111009.357000', '111009.360000', '111009.363000', '111009.366000', '111009.368000', '111009.371000', '111009.374000', '111009.377000', '111009.380000', '111009.383000', '111009.386000', '111009.388000', '111009.391000', '111009.394000', '111009.397000', '111009.400000', '111009.411000', '111009.414000', '111009.417000', '111009.420000', '111009.423000', '111009.426000', '111009.429000', '111009.431000', '111009.434000', '111009.437000', '111009.440000', '111009.443000', '111009.445000', '111009.448000', '111029.317000', '111029.320000', '111029.323000', '111029.326000', '111029.328000', '111029.332000', '111029.334000', '111029.337000', '111029.340000', '111029.343000', '111029.346000', '111029.349000', '111029.351000', '111029.354000', '111029.357000', '111029.360000', '111029.363000', '111029.366000', '111029.369000', '111029.372000', '111029.374000', '111029.377000', '111029.380000', '111029.383000', '111029.386000', '111029.389000', '111029.392000', '111029.395000', '111029.400000', '111029.404000', '111029.407000', '111029.409000', '111029.412000', '111029.415000', '111029.418000', '111029.421000', '111029.424000', '111029.427000', '111029.429000', '111029.432000', '111029.435000', '111029.438000', '111029.441000', '111049.317000', '111049.320000', '111049.323000', '111049.326000', '111049.328000', '111049.331000', '111049.334000', '111049.337000', '111049.340000', '111049.343000', '111049.346000', '111049.349000', '111049.351000', '111049.354000', '111049.357000', '111049.360000', '111049.363000', '111049.366000', '111049.369000', '111049.372000', '111049.375000', '111049.377000', '111049.380000', '111049.383000', '111049.386000', '111049.389000', '111049.392000', '111049.395000', '111049.398000', '111049.401000', '111049.404000', '111049.406000', '111049.409000', '111049.412000', '111049.415000', '111049.418000', '111049.421000', '111049.423000', '111049.426000', '111049.429000', '111049.432000', '111049.435000', '111049.438000', '111049.441000', '111109.316000', '111109.319000', '111109.322000', '111109.324000', '111109.328000', '111109.330000', '111109.333000', '111109.336000', '111109.339000', '111109.342000', '111109.345000', '111109.350000', '111109.353000', '111109.356000', '111109.359000', '111109.362000', '111109.365000', '111109.368000', '111109.371000', '111109.373000', '111109.376000', '111109.379000', '111109.382000', '111109.385000', '111109.388000', '111109.390000', '111109.393000', '111109.396000', '111109.399000', '111109.402000', '111109.405000', '111109.408000', '111109.411000', '111109.413000', '111109.416000', '111109.419000', '111109.422000', '111109.425000', '111109.428000', '111109.430000', '111109.433000', '111109.436000', '111109.439000', '111129.317000', '111129.320000', '111129.323000', '111129.326000', '111129.329000', '111129.332000', '111129.334000', '111129.337000', '111129.340000', '111129.343000', '111129.346000', '111129.349000', '111129.351000', '111129.354000', '111129.357000', '111129.360000', '111129.363000', '111129.366000', '111129.369000', '111129.371000', '111129.374000', '111129.377000', '111129.380000', '111129.383000', '111129.386000', '111129.389000', '111129.391000', '111129.394000', '111129.397000', '111129.400000', '111129.403000', '111129.406000', '111129.409000', '111129.412000', '111129.414000', '111129.417000', '111129.420000', '111129.423000', '111129.426000', '111129.428000', '111129.431000', '111129.434000', '111129.437000', '111129.440000', '111149.317000', '111149.320000', '111149.323000', '111149.326000', '111149.329000', '111149.332000', '111149.334000', '111149.338000', '111149.340000', '111149.343000', '111149.346000', '111149.362000', '111149.365000', '111149.368000', '111149.373000', '111149.377000', '111149.380000', '111149.383000', '111149.386000', '111149.389000', '111149.391000', '111149.394000', '111149.397000', '111149.400000', '111149.403000', '111149.406000', '111149.409000', '111149.412000', '111149.414000', '111149.417000', '111149.420000', '111149.423000', '111149.426000', '111149.429000', '111149.432000', '111149.435000', '111149.437000', '111149.440000', '111149.443000', '111149.446000', '111149.449000', '111149.452000', '111149.455000', '111209.317000', '111209.320000', '111209.323000', '111209.326000', '111209.329000', '111209.331000', '111209.334000', '111209.337000', '111209.340000', '111209.343000', '111209.346000', '111209.349000', '111209.352000', '111209.354000', '111209.357000', '111209.360000', '111209.363000', '111209.366000', '111209.369000', '111209.372000', '111209.375000', '111209.377000', '111209.380000', '111209.383000', '111209.386000', '111209.389000', '111209.392000', '111209.395000', '111209.398000', '111209.400000', '111209.403000', '111209.406000', '111209.409000', '111209.412000', '111209.414000', '111209.417000', '111209.420000', '111209.423000', '111209.426000', '111209.429000', '111209.432000', '111209.435000', '111209.437000', '111209.440000', '111229.317000', '111229.321000', '111229.324000', '111229.327000', '111229.330000', '111229.333000', '111229.336000', '111229.339000', '111229.341000', '111229.344000', '111229.347000', '111229.350000', '111229.353000', '111229.356000', '111229.359000', '111229.361000', '111229.364000', '111229.367000', '111229.370000', '111229.373000', '111229.376000', '111229.379000', '111229.382000', '111229.384000', '111229.387000', '111229.390000', '111229.393000', '111229.396000', '111229.399000', '111229.402000', '111229.412000', '111229.415000', '111229.418000', '111229.420000', '111229.423000', '111229.426000', '111229.429000', '111229.432000', '111229.435000', '111229.437000', '111229.440000', '111229.443000', '111229.446000', '111249.317000', '111249.320000', '111249.323000', '111249.326000', '111249.329000', '111249.331000', '111249.334000', '111249.337000', '111249.340000', '111249.343000', '111249.346000', '111249.349000', '111249.351000', '111249.354000', '111249.357000', '111249.360000', '111249.363000', '111249.366000', '111249.368000', '111249.371000', '111249.374000', '111249.377000', '111249.380000', '111249.383000', '111249.386000', '111249.389000', '111249.391000', '111249.395000', '111249.397000', '111249.400000', '111249.403000', '111249.406000', '111249.409000', '111249.411000', '111249.414000', '111249.417000', '111249.420000', '111249.423000', '111249.426000', '111249.429000', '111249.432000', '111249.434000', '111249.437000', '111249.440000', '111309.317000', '111309.320000', '111309.323000', '111309.326000', '111309.328000', '111309.331000', '111309.334000', '111309.337000', '111309.340000', '111309.343000', '111309.346000', '111309.349000', '111309.351000', '111309.355000', '111309.357000', '111309.360000', '111309.363000', '111309.366000', '111309.369000', '111309.372000', '111309.374000', '111309.377000', '111309.393000', '111309.396000', '111309.399000', '111309.402000', '111309.405000', '111309.407000', '111309.410000', '111309.413000', '111309.416000', '111309.419000', '111309.422000', '111309.425000', '111309.427000', '111309.430000', '111309.433000', '111309.436000', '111309.439000', '111309.442000', '111309.445000', '111309.448000', '111309.450000', '111329.316000', '111329.319000', '111329.322000', '111329.325000', '111329.328000', '111329.330000', '111329.333000', '111329.336000', '111329.339000', '111329.342000', '111329.345000', '111329.348000', '111329.350000', '111329.353000', '111329.356000', '111329.359000', '111329.362000', '111329.365000', '111329.368000', '111329.371000', '111329.373000', '111329.376000', '111329.379000', '111329.382000', '111329.385000', '111329.388000', '111329.391000', '111329.393000', '111329.396000', '111329.399000', '111329.402000', '111329.405000', '111329.408000', '111329.410000', '111329.413000', '111329.416000', '111329.419000', '111329.422000', '111329.425000', '111329.428000', '111329.430000', '111329.433000', '111329.436000', '111329.439000', '111349.317000', '111349.320000', '111349.323000', '111349.326000', '111349.329000', '111349.332000', '111349.335000', '111349.337000', '111349.341000', '111349.344000', '111349.347000', '111349.349000', '111349.352000', '111349.355000', '111349.359000', '111349.362000', '111349.365000', '111349.368000', '111349.371000', '111349.374000', '111349.377000', '111349.380000', '111349.382000', '111349.385000', '111349.388000', '111349.391000', '111349.394000', '111349.397000', '111349.400000', '111349.403000', '111349.405000', '111349.408000', '111349.411000', '111349.417000', '111349.421000', '111349.423000', '111349.426000', '111349.429000', '111349.432000', '111349.435000', '111349.438000', '111349.441000', '111349.444000', '111409.317000', '111409.320000', '111409.323000', '111409.326000', '111409.329000', '111409.332000', '111409.335000', '111409.337000', '111409.340000', '111409.343000', '111409.346000', '111409.349000', '111409.352000', '111409.355000', '111409.358000', '111409.360000', '111409.363000', '111409.366000', '111409.369000', '111409.372000', '111409.375000', '111409.378000', '111409.381000', '111409.383000', '111409.386000', '111409.390000', '111409.392000', '111409.395000', '111409.398000', '111409.401000', '111409.404000', '111409.407000', '111409.410000', '111409.413000', '111409.416000', '111409.419000', '111409.421000', '111409.424000', '111409.427000', '111409.430000', '111409.433000', '111409.436000', '111409.439000', '111409.441000', '111429.317000', '111429.320000', '111429.323000', '111429.326000', '111429.329000', '111429.331000', '111429.334000', '111429.337000', '111429.340000', '111429.343000', '111429.346000', '111429.349000', '111429.351000', '111429.354000', '111429.357000', '111429.360000', '111429.363000', '111429.365000', '111429.368000', '111429.371000', '111429.374000', '111429.377000', '111429.380000', '111429.383000', '111429.386000', '111429.388000', '111429.391000', '111429.394000', '111429.397000', '111429.400000', '111429.403000', '111429.406000', '111429.408000', '111429.421000', '111429.424000', '111429.427000', '111429.430000', '111429.433000', '111429.435000', '111429.438000', '111429.441000', '111429.444000', '111429.447000', '111449.317000', '111449.320000', '111449.323000', '111449.326000', '111449.329000', '111449.331000', '111449.334000', '111449.337000', '111449.340000', '111449.343000', '111449.346000', '111449.349000', '111449.356000', '111449.359000', '111449.362000', '111449.365000', '111449.368000', '111449.370000', '111449.373000', '111449.376000', '111449.379000', '111449.382000', '111449.385000', '111449.387000', '111449.390000', '111449.393000', '111449.396000', '111449.399000', '111449.402000', '111449.405000', '111449.408000', '111449.410000', '111449.413000', '111449.416000', '111449.419000', '111449.422000', '111449.425000', '111449.428000', '111449.431000', '111449.433000', '111449.436000', '111449.439000', '111449.442000', '111449.445000', '111509.317000', '111509.320000', '111509.323000', '111509.326000', '111509.329000', '111509.332000', '111509.335000', '111509.338000', '111509.340000', '111509.343000', '111509.346000', '111509.349000', '111509.352000', '111509.355000', '111509.358000', '111509.360000', '111509.363000', '111509.366000', '111509.369000', '111509.372000', '111509.375000', '111509.378000', '111509.381000', '111509.383000', '111509.386000', '111509.389000', '111509.392000', '111509.396000', '111509.399000', '111509.402000', '111509.405000', '111509.408000', '111509.411000', '111509.414000', '111509.417000', '111509.419000', '111509.422000', '111509.425000', '111509.428000', '111509.431000', '111509.434000', '111509.436000', '111509.440000', '111529.317000', '111529.320000', '111529.323000', '111529.326000', '111529.329000', '111529.331000', '111529.334000', '111529.337000', '111529.340000', '111529.343000', '111529.346000', '111529.349000', '111529.352000', '111529.354000', '111529.357000', '111529.360000', '111529.363000', '111529.366000', '111529.369000', '111529.372000', '111529.375000', '111529.378000', '111529.380000', '111529.383000', '111529.386000', '111529.389000', '111529.392000', '111529.395000', '111529.398000', '111529.400000', '111529.403000', '111529.406000', '111529.409000', '111529.412000', '111529.415000', '111529.418000', '111529.421000', '111529.424000', '111529.426000', '111529.429000', '111529.432000', '111529.435000', '111529.438000', '111529.441000', '111549.316000', '111549.332000', '111549.335000', '111549.338000', '111549.341000', '111549.344000', '111549.346000', '111549.349000', '111549.352000', '111549.355000', '111549.358000', '111549.361000', '111549.364000', '111549.367000', '111549.369000', '111549.372000', '111549.375000', '111549.378000', '111549.381000', '111549.384000', '111549.387000', '111549.390000', '111549.392000', '111549.395000', '111549.398000', '111549.401000', '111549.404000', '111549.407000', '111549.410000', '111549.420000', '111549.423000', '111549.426000', '111549.429000', '111549.432000', '111549.435000', '111549.438000', '111549.440000', '111549.443000', '111549.446000', '111549.449000', '111549.452000', '111549.455000', '111549.458000', '111609.317000', '111609.320000', '111609.323000', '111609.326000', '111609.329000', '111609.332000', '111609.335000', '111609.337000', '111609.340000', '111609.343000', '111609.346000', '111609.349000', '111609.352000', '111609.354000', '111609.357000', '111609.360000', '111609.363000', '111609.366000', '111609.369000', '111609.372000', '111609.375000', '111609.377000', '111609.380000', '111609.383000', '111609.386000', '111609.389000', '111609.392000', '111609.395000', '111609.398000', '111609.400000', '111609.404000', '111609.406000', '111609.409000', '111609.412000', '111609.415000', '111609.418000', '111609.421000', '111609.423000', '111609.426000', '111609.429000', '111609.432000', '111609.435000', '111609.438000', '111609.441000', '111610.230000', '111610.233000'], 'InstanceCreationTime': ['110709.358000', '110709.362000', '110709.383000', '110709.386000', '110709.389000', '110709.400000', '110709.403000', '110709.406000', '110709.409000', '110709.412000', '110709.415000', '110709.418000', '110709.421000', '110709.436000', '110709.439000', '110709.442000', '110709.444000', '110709.447000', '110709.450000', '110709.453000', '110709.456000', '110709.459000', '110709.469000', '110709.472000', '110709.475000', '110709.478000', '110709.481000', '110709.484000', '110709.487000', '110709.494000', '110709.497000', '110709.500000', '110709.503000', '110729.317000', '110729.320000', '110729.323000', '110729.325000', '110729.328000', '110729.331000', '110729.334000', '110729.339000', '110729.342000', '110729.344000', '110729.347000', '110729.350000', '110729.353000', '110729.356000', '110729.359000', '110729.362000', '110729.364000', '110729.367000', '110729.370000', '110729.373000', '110729.376000', '110729.378000', '110729.382000', '110729.384000', '110729.387000', '110729.390000', '110729.393000', '110729.396000', '110729.398000', '110729.401000', '110729.404000', '110729.408000', '110729.411000', '110729.414000', '110729.417000', '110729.420000', '110729.422000', '110729.425000', '110729.428000', '110729.431000', '110729.434000', '110729.437000', '110729.440000', '110749.317000', '110749.320000', '110749.322000', '110749.325000', '110749.328000', '110749.331000', '110749.334000', '110749.337000', '110749.340000', '110749.342000', '110749.345000', '110749.348000', '110749.351000', '110749.354000', '110749.357000', '110749.360000', '110749.362000', '110749.365000', '110749.368000', '110749.371000', '110749.374000', '110749.377000', '110749.380000', '110749.383000', '110749.385000', '110749.388000', '110749.391000', '110749.394000', '110749.397000', '110749.399000', '110749.402000', '110749.405000', '110749.408000', '110749.411000', '110749.413000', '110749.416000', '110749.419000', '110749.422000', '110749.425000', '110749.428000', '110749.431000', '110749.433000', '110749.436000', '110749.439000', '110809.317000', '110809.320000', '110809.323000', '110809.326000', '110809.328000', '110809.331000', '110809.334000', '110809.337000', '110809.340000', '110809.343000', '110809.346000', '110809.348000', '110809.351000', '110809.354000', '110809.357000', '110809.360000', '110809.362000', '110809.365000', '110809.368000', '110809.371000', '110809.374000', '110809.377000', '110809.379000', '110809.382000', '110809.385000', '110809.388000', '110809.391000', '110809.393000', '110809.396000', '110809.399000', '110809.402000', '110809.405000', '110809.408000', '110809.411000', '110809.413000', '110809.416000', '110809.419000', '110809.422000', '110809.425000', '110809.428000', '110809.431000', '110809.434000', '110809.436000', '110829.317000', '110829.320000', '110829.323000', '110829.325000', '110829.328000', '110829.331000', '110829.334000', '110829.337000', '110829.340000', '110829.343000', '110829.346000', '110829.348000', '110829.351000', '110829.354000', '110829.357000', '110829.360000', '110829.362000', '110829.365000', '110829.368000', '110829.371000', '110829.374000', '110829.377000', '110829.380000', '110829.382000', '110829.385000', '110829.388000', '110829.391000', '110829.394000', '110829.397000', '110829.399000', '110829.402000', '110829.405000', '110829.408000', '110829.411000', '110829.414000', '110829.417000', '110829.420000', '110829.422000', '110829.425000', '110829.428000', '110829.431000', '110829.434000', '110829.437000', '110829.440000', '110849.316000', '110849.319000', '110849.322000', '110849.324000', '110849.340000', '110849.343000', '110849.345000', '110849.348000', '110849.351000', '110849.354000', '110849.357000', '110849.360000', '110849.363000', '110849.365000', '110849.368000', '110849.371000', '110849.374000', '110849.377000', '110849.380000', '110849.382000', '110849.385000', '110849.388000', '110849.391000', '110849.394000', '110849.397000', '110849.400000', '110849.402000', '110849.405000', '110849.408000', '110849.411000', '110849.414000', '110849.417000', '110849.420000', '110849.422000', '110849.425000', '110849.428000', '110849.431000', '110849.434000', '110849.436000', '110849.439000', '110849.442000', '110849.445000', '110849.448000', '110909.317000', '110909.320000', '110909.323000', '110909.325000', '110909.328000', '110909.331000', '110909.334000', '110909.337000', '110909.340000', '110909.343000', '110909.345000', '110909.348000', '110909.351000', '110909.354000', '110909.357000', '110909.360000', '110909.362000', '110909.365000', '110909.368000', '110909.371000', '110909.374000', '110909.377000', '110909.380000', '110909.382000', '110909.385000', '110909.388000', '110909.391000', '110909.394000', '110909.397000', '110909.399000', '110909.402000', '110909.405000', '110909.408000', '110909.411000', '110909.414000', '110909.417000', '110909.420000', '110909.422000', '110909.425000', '110909.428000', '110909.431000', '110909.434000', '110909.437000', '110909.440000', '110929.317000', '110929.320000', '110929.323000', '110929.326000', '110929.328000', '110929.331000', '110929.334000', '110929.337000', '110929.340000', '110929.343000', '110929.346000', '110929.349000', '110929.351000', '110929.354000', '110929.357000', '110929.360000', '110929.363000', '110929.366000', '110929.369000', '110929.372000', '110929.374000', '110929.377000', '110929.380000', '110929.383000', '110929.386000', '110929.389000', '110929.392000', '110929.395000', '110929.397000', '110929.400000', '110929.403000', '110929.406000', '110929.409000', '110929.412000', '110929.415000', '110929.417000', '110929.420000', '110929.423000', '110929.426000', '110929.429000', '110929.437000', '110929.440000', '110929.443000', '110949.317000', '110949.320000', '110949.323000', '110949.326000', '110949.329000', '110949.331000', '110949.334000', '110949.337000', '110949.340000', '110949.343000', '110949.346000', '110949.348000', '110949.351000', '110949.354000', '110949.357000', '110949.360000', '110949.363000', '110949.366000', '110949.369000', '110949.371000', '110949.374000', '110949.377000', '110949.380000', '110949.383000', '110949.386000', '110949.389000', '110949.391000', '110949.394000', '110949.397000', '110949.400000', '110949.403000', '110949.406000', '110949.409000', '110949.412000', '110949.414000', '110949.417000', '110949.420000', '110949.423000', '110949.426000', '110949.429000', '110949.432000', '110949.435000', '110949.437000', '111009.317000', '111009.320000', '111009.323000', '111009.326000', '111009.329000', '111009.331000', '111009.334000', '111009.337000', '111009.340000', '111009.343000', '111009.346000', '111009.349000', '111009.351000', '111009.354000', '111009.357000', '111009.360000', '111009.363000', '111009.366000', '111009.368000', '111009.371000', '111009.374000', '111009.377000', '111009.380000', '111009.383000', '111009.386000', '111009.388000', '111009.391000', '111009.394000', '111009.397000', '111009.400000', '111009.411000', '111009.414000', '111009.417000', '111009.420000', '111009.423000', '111009.426000', '111009.429000', '111009.431000', '111009.434000', '111009.437000', '111009.440000', '111009.443000', '111009.445000', '111009.448000', '111029.317000', '111029.320000', '111029.323000', '111029.326000', '111029.328000', '111029.332000', '111029.334000', '111029.337000', '111029.340000', '111029.343000', '111029.346000', '111029.349000', '111029.351000', '111029.354000', '111029.357000', '111029.360000', '111029.363000', '111029.366000', '111029.369000', '111029.372000', '111029.374000', '111029.377000', '111029.380000', '111029.383000', '111029.386000', '111029.389000', '111029.392000', '111029.395000', '111029.400000', '111029.404000', '111029.407000', '111029.409000', '111029.412000', '111029.415000', '111029.418000', '111029.421000', '111029.424000', '111029.427000', '111029.429000', '111029.432000', '111029.435000', '111029.438000', '111029.441000', '111049.317000', '111049.320000', '111049.323000', '111049.326000', '111049.328000', '111049.331000', '111049.334000', '111049.337000', '111049.340000', '111049.343000', '111049.346000', '111049.349000', '111049.351000', '111049.354000', '111049.357000', '111049.360000', '111049.363000', '111049.366000', '111049.369000', '111049.372000', '111049.375000', '111049.377000', '111049.380000', '111049.383000', '111049.386000', '111049.389000', '111049.392000', '111049.395000', '111049.398000', '111049.401000', '111049.404000', '111049.406000', '111049.409000', '111049.412000', '111049.415000', '111049.418000', '111049.421000', '111049.423000', '111049.426000', '111049.429000', '111049.432000', '111049.435000', '111049.438000', '111049.441000', '111109.316000', '111109.319000', '111109.322000', '111109.324000', '111109.328000', '111109.330000', '111109.333000', '111109.336000', '111109.339000', '111109.342000', '111109.345000', '111109.350000', '111109.353000', '111109.356000', '111109.359000', '111109.362000', '111109.365000', '111109.368000', '111109.371000', '111109.373000', '111109.376000', '111109.379000', '111109.382000', '111109.385000', '111109.388000', '111109.390000', '111109.393000', '111109.396000', '111109.399000', '111109.402000', '111109.405000', '111109.408000', '111109.411000', '111109.413000', '111109.416000', '111109.419000', '111109.422000', '111109.425000', '111109.428000', '111109.430000', '111109.433000', '111109.436000', '111109.439000', '111129.317000', '111129.320000', '111129.323000', '111129.326000', '111129.329000', '111129.332000', '111129.334000', '111129.337000', '111129.340000', '111129.343000', '111129.346000', '111129.349000', '111129.351000', '111129.354000', '111129.357000', '111129.360000', '111129.363000', '111129.366000', '111129.369000', '111129.371000', '111129.374000', '111129.377000', '111129.380000', '111129.383000', '111129.386000', '111129.389000', '111129.391000', '111129.394000', '111129.397000', '111129.400000', '111129.403000', '111129.406000', '111129.409000', '111129.412000', '111129.414000', '111129.417000', '111129.420000', '111129.423000', '111129.426000', '111129.428000', '111129.431000', '111129.434000', '111129.437000', '111129.440000', '111149.317000', '111149.320000', '111149.323000', '111149.326000', '111149.329000', '111149.332000', '111149.334000', '111149.338000', '111149.340000', '111149.343000', '111149.346000', '111149.362000', '111149.365000', '111149.368000', '111149.373000', '111149.377000', '111149.380000', '111149.383000', '111149.386000', '111149.389000', '111149.391000', '111149.394000', '111149.397000', '111149.400000', '111149.403000', '111149.406000', '111149.409000', '111149.412000', '111149.414000', '111149.417000', '111149.420000', '111149.423000', '111149.426000', '111149.429000', '111149.432000', '111149.435000', '111149.437000', '111149.440000', '111149.443000', '111149.446000', '111149.449000', '111149.452000', '111149.455000', '111209.317000', '111209.320000', '111209.323000', '111209.326000', '111209.329000', '111209.331000', '111209.334000', '111209.337000', '111209.340000', '111209.343000', '111209.346000', '111209.349000', '111209.352000', '111209.354000', '111209.357000', '111209.360000', '111209.363000', '111209.366000', '111209.369000', '111209.372000', '111209.375000', '111209.377000', '111209.380000', '111209.383000', '111209.386000', '111209.389000', '111209.392000', '111209.395000', '111209.398000', '111209.400000', '111209.403000', '111209.406000', '111209.409000', '111209.412000', '111209.414000', '111209.417000', '111209.420000', '111209.423000', '111209.426000', '111209.429000', '111209.432000', '111209.435000', '111209.437000', '111209.440000', '111229.317000', '111229.321000', '111229.324000', '111229.327000', '111229.330000', '111229.333000', '111229.336000', '111229.339000', '111229.341000', '111229.344000', '111229.347000', '111229.350000', '111229.353000', '111229.356000', '111229.359000', '111229.361000', '111229.364000', '111229.367000', '111229.370000', '111229.373000', '111229.376000', '111229.379000', '111229.382000', '111229.384000', '111229.387000', '111229.390000', '111229.393000', '111229.396000', '111229.399000', '111229.402000', '111229.412000', '111229.415000', '111229.418000', '111229.420000', '111229.423000', '111229.426000', '111229.429000', '111229.432000', '111229.435000', '111229.437000', '111229.440000', '111229.443000', '111229.446000', '111249.317000', '111249.320000', '111249.323000', '111249.326000', '111249.329000', '111249.331000', '111249.334000', '111249.337000', '111249.340000', '111249.343000', '111249.346000', '111249.349000', '111249.351000', '111249.354000', '111249.357000', '111249.360000', '111249.363000', '111249.366000', '111249.368000', '111249.371000', '111249.374000', '111249.377000', '111249.380000', '111249.383000', '111249.386000', '111249.389000', '111249.391000', '111249.395000', '111249.397000', '111249.400000', '111249.403000', '111249.406000', '111249.409000', '111249.411000', '111249.414000', '111249.417000', '111249.420000', '111249.423000', '111249.426000', '111249.429000', '111249.432000', '111249.434000', '111249.437000', '111249.440000', '111309.317000', '111309.320000', '111309.323000', '111309.326000', '111309.328000', '111309.331000', '111309.334000', '111309.337000', '111309.340000', '111309.343000', '111309.346000', '111309.349000', '111309.351000', '111309.355000', '111309.357000', '111309.360000', '111309.363000', '111309.366000', '111309.369000', '111309.372000', '111309.374000', '111309.377000', '111309.393000', '111309.396000', '111309.399000', '111309.402000', '111309.405000', '111309.407000', '111309.410000', '111309.413000', '111309.416000', '111309.419000', '111309.422000', '111309.425000', '111309.427000', '111309.430000', '111309.433000', '111309.436000', '111309.439000', '111309.442000', '111309.445000', '111309.448000', '111309.450000', '111329.316000', '111329.319000', '111329.322000', '111329.325000', '111329.328000', '111329.330000', '111329.333000', '111329.336000', '111329.339000', '111329.342000', '111329.345000', '111329.348000', '111329.350000', '111329.353000', '111329.356000', '111329.359000', '111329.362000', '111329.365000', '111329.368000', '111329.371000', '111329.373000', '111329.376000', '111329.379000', '111329.382000', '111329.385000', '111329.388000', '111329.391000', '111329.393000', '111329.396000', '111329.399000', '111329.402000', '111329.405000', '111329.408000', '111329.410000', '111329.413000', '111329.416000', '111329.419000', '111329.422000', '111329.425000', '111329.428000', '111329.430000', '111329.433000', '111329.436000', '111329.439000', '111349.317000', '111349.320000', '111349.323000', '111349.326000', '111349.329000', '111349.332000', '111349.335000', '111349.337000', '111349.341000', '111349.344000', '111349.347000', '111349.349000', '111349.352000', '111349.355000', '111349.359000', '111349.362000', '111349.365000', '111349.368000', '111349.371000', '111349.374000', '111349.377000', '111349.380000', '111349.382000', '111349.385000', '111349.388000', '111349.391000', '111349.394000', '111349.397000', '111349.400000', '111349.403000', '111349.405000', '111349.408000', '111349.411000', '111349.417000', '111349.421000', '111349.423000', '111349.426000', '111349.429000', '111349.432000', '111349.435000', '111349.438000', '111349.441000', '111349.444000', '111409.317000', '111409.320000', '111409.323000', '111409.326000', '111409.329000', '111409.332000', '111409.335000', '111409.337000', '111409.340000', '111409.343000', '111409.346000', '111409.349000', '111409.352000', '111409.355000', '111409.358000', '111409.360000', '111409.363000', '111409.366000', '111409.369000', '111409.372000', '111409.375000', '111409.378000', '111409.381000', '111409.383000', '111409.386000', '111409.390000', '111409.392000', '111409.395000', '111409.398000', '111409.401000', '111409.404000', '111409.407000', '111409.410000', '111409.413000', '111409.416000', '111409.419000', '111409.421000', '111409.424000', '111409.427000', '111409.430000', '111409.433000', '111409.436000', '111409.439000', '111409.441000', '111429.317000', '111429.320000', '111429.323000', '111429.326000', '111429.329000', '111429.331000', '111429.334000', '111429.337000', '111429.340000', '111429.343000', '111429.346000', '111429.349000', '111429.351000', '111429.354000', '111429.357000', '111429.360000', '111429.363000', '111429.365000', '111429.368000', '111429.371000', '111429.374000', '111429.377000', '111429.380000', '111429.383000', '111429.386000', '111429.388000', '111429.391000', '111429.394000', '111429.397000', '111429.400000', '111429.403000', '111429.406000', '111429.408000', '111429.421000', '111429.424000', '111429.427000', '111429.430000', '111429.433000', '111429.435000', '111429.438000', '111429.441000', '111429.444000', '111429.447000', '111449.317000', '111449.320000', '111449.323000', '111449.326000', '111449.329000', '111449.331000', '111449.334000', '111449.337000', '111449.340000', '111449.343000', '111449.346000', '111449.349000', '111449.356000', '111449.359000', '111449.362000', '111449.365000', '111449.368000', '111449.370000', '111449.373000', '111449.376000', '111449.379000', '111449.382000', '111449.385000', '111449.387000', '111449.390000', '111449.393000', '111449.396000', '111449.399000', '111449.402000', '111449.405000', '111449.408000', '111449.410000', '111449.413000', '111449.416000', '111449.419000', '111449.422000', '111449.425000', '111449.428000', '111449.431000', '111449.433000', '111449.436000', '111449.439000', '111449.442000', '111449.445000', '111509.317000', '111509.320000', '111509.323000', '111509.326000', '111509.329000', '111509.332000', '111509.335000', '111509.338000', '111509.340000', '111509.343000', '111509.346000', '111509.349000', '111509.352000', '111509.355000', '111509.358000', '111509.360000', '111509.363000', '111509.366000', '111509.369000', '111509.372000', '111509.375000', '111509.378000', '111509.381000', '111509.383000', '111509.386000', '111509.389000', '111509.392000', '111509.396000', '111509.399000', '111509.402000', '111509.405000', '111509.408000', '111509.411000', '111509.414000', '111509.417000', '111509.419000', '111509.422000', '111509.425000', '111509.428000', '111509.431000', '111509.434000', '111509.436000', '111509.440000', '111529.317000', '111529.320000', '111529.323000', '111529.326000', '111529.329000', '111529.331000', '111529.334000', '111529.337000', '111529.340000', '111529.343000', '111529.346000', '111529.349000', '111529.352000', '111529.354000', '111529.357000', '111529.360000', '111529.363000', '111529.366000', '111529.369000', '111529.372000', '111529.375000', '111529.378000', '111529.380000', '111529.383000', '111529.386000', '111529.389000', '111529.392000', '111529.395000', '111529.398000', '111529.400000', '111529.403000', '111529.406000', '111529.409000', '111529.412000', '111529.415000', '111529.418000', '111529.421000', '111529.424000', '111529.426000', '111529.429000', '111529.432000', '111529.435000', '111529.438000', '111529.441000', '111549.316000', '111549.332000', '111549.335000', '111549.338000', '111549.341000', '111549.344000', '111549.346000', '111549.349000', '111549.352000', '111549.355000', '111549.358000', '111549.361000', '111549.364000', '111549.367000', '111549.369000', '111549.372000', '111549.375000', '111549.378000', '111549.381000', '111549.384000', '111549.387000', '111549.390000', '111549.392000', '111549.395000', '111549.398000', '111549.401000', '111549.404000', '111549.407000', '111549.410000', '111549.420000', '111549.423000', '111549.426000', '111549.429000', '111549.432000', '111549.435000', '111549.438000', '111549.440000', '111549.443000', '111549.446000', '111549.449000', '111549.452000', '111549.455000', '111549.458000', '111609.317000', '111609.320000', '111609.323000', '111609.326000', '111609.329000', '111609.332000', '111609.335000', '111609.337000', '111609.340000', '111609.343000', '111609.346000', '111609.349000', '111609.352000', '111609.354000', '111609.357000', '111609.360000', '111609.363000', '111609.366000', '111609.369000', '111609.372000', '111609.375000', '111609.377000', '111609.380000', '111609.383000', '111609.386000', '111609.389000', '111609.392000', '111609.395000', '111609.398000', '111609.400000', '111609.404000', '111609.406000', '111609.409000', '111609.412000', '111609.415000', '111609.418000', '111609.421000', '111609.423000', '111609.426000', '111609.429000', '111609.432000', '111609.435000', '111609.438000', '111609.441000', '111610.230000', '111610.233000'], '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': [10944, 8620, 10781, 10239, 10416, 10719, 10315, 10735, 10742, 10899, 9046, 10774, 9665, 10834, 10914, 11039, 11019, 11688, 10900, 8904, 10803, 10319, 10432, 10911, 10358, 11110, 8959, 10947, 8349, 10753, 10618, 9921, 10834, 10915, 10837, 10013, 10716, 9141, 10782, 10040, 10418, 10566, 12448, 10678, 9905, 10465, 10261, 10580, 10264, 9614, 10666, 8796, 10866, 10102, 10297, 10635, 10253, 10877, 8511, 10648, 10286, 10028, 10839, 9687, 10755, 8826, 10804, 8999, 10324, 10568, 10015, 10842, 8569, 10757, 8676, 10568, 8611, 10504, 10481, 11371, 10708, 9358, 10473, 11481, 10396, 8187, 10191, 10496, 11853, 10467, 9587, 10332, 10976, 10357, 9700, 10139, 10284, 11316, 10344, 8301, 9937, 8818, 10212, 9994, 9778, 10277, 8228, 10382, 8661, 10150, 8701, 10384, 8249, 10346, 10149, 10539, 10419, 9424, 10193, 9006, 10035, 8648, 10020, 10230, 9286, 10137, 9809, 10044, 9221, 10020, 10179, 11563, 10205, 9028, 10064, 9869, 10196, 9997, 10493, 10126, 8683, 10461, 9951, 9672, 10185, 10731, 9969, 8663, 10407, 9057, 10111, 10306, 9668, 10515, 9779, 9770, 10341, 9491, 10230, 8700, 10625, 9361, 9893, 10224, 8448, 10147, 8731, 10420, 10248, 9664, 10434, 8446, 10217, 9914, 9472, 10272, 9476, 10261, 8296, 10355, 9935, 10330, 10163, 10990, 10275, 8443, 10089, 8430, 10012, 10408, 9471, 10290, 8678, 10192, 10070, 9733, 9943, 9818, 10311, 9529, 10117, 8649, 9700, 9808, 9480, 10232, 9377, 10130, 8002, 10052, 9646, 9057, 10017, 9452, 10043, 8566, 10075, 7984, 9966, 10256, 10036, 10083, 8471, 10076, 9942, 9196, 10035, 8285, 10231, 9809, 10252, 10056, 8733, 10057, 8408, 10126, 10017, 9003, 10287, 8385, 10256, 9718, 9381, 10024, 10506, 10018, 8067, 10055, 8416, 9916, 10269, 9070, 10228, 9808, 10064, 9489, 10232, 8421, 10157, 8066, 10088, 10043, 13348, 9876, 11035, 10189, 8840, 10098, 9464, 9984, 9839, 9887, 10217, 8117, 9932, 8171, 10176, 7821, 10092, 7977, 9946, 10112, 9060, 10152, 9724, 10187, 8387, 10030, 9704, 10027, 8248, 10072, 9826, 9821, 10140, 12224, 10240, 9975, 9933, 8820, 9133, 8575, 9433, 9277, 9196, 10093, 9419, 10228, 8192, 10069, 9749, 9264, 10044, 10195, 10074, 8928, 10087, 8026, 9478, 9842, 9892, 10100, 8238, 9820, 8415, 10135, 8526, 10309, 8809, 10602, 9642, 8315, 10514, 8717, 10525, 10031, 10499, 12062, 10392, 12584, 10685, 9468, 10475, 10175, 10624, 9564, 10379, 10173, 11583, 10246, 10176, 8039, 10153, 7955, 10546, 10336, 9799, 10595, 10511, 10570, 8418, 10122, 10402, 9816, 10686, 9359, 10593, 8897, 10339, 10705, 12117, 10704, 8734, 10408, 9802, 10239, 10633, 9918, 10805, 10285, 10413, 10766, 12173, 10856, 11202, 10600, 10422, 10237, 10651, 9131, 10650, 9918, 12296, 10803, 10941, 10588, 9084, 10529, 10022, 10158, 10555, 9100, 10619, 10327, 10401, 10540, 9989, 10514, 8694, 10584, 10347, 10537, 10851, 10137, 10604, 10531, 9656, 10858, 10289, 10539, 10609, 10067, 10702, 8456, 10636, 10505, 11706, 10754, 10117, 12579, 10944, 9399, 10864, 8401, 10497, 10567, 9642, 10585, 10155, 11459, 10844, 8099, 10660, 8879, 10555, 10469, 9961, 10834, 10255, 10544, 10607, 11667, 10859, 9539, 10665, 10899, 10080, 10886, 9034, 10919, 8217, 10742, 10683, 12274, 10868, 11661, 10797, 10171, 11162, 8769, 10756, 10399, 12657, 10740, 10876, 10765, 8177, 10474, 10276, 9818, 10856, 8496, 10631, 10793, 9913, 10848, 10049, 10770, 8320, 10633, 10312, 9945, 10765, 10116, 11027, 8946, 10985, 9104, 10826, 10298, 10372, 10550, 13237, 10891, 9867, 10862, 10644, 10575, 10779, 12445, 10618, 8583, 10708, 10670, 12419, 11124, 10757, 10926, 8999, 10840, 7733, 10584, 10481, 11709, 11035, 9741, 10963, 10418, 11043, 10809, 10266, 10759, 11012, 10856, 9903, 10620, 10420, 12163, 10656, 9955, 10826, 8015, 10741, 10379, 9895, 10759, 9039, 10896, 9384, 10589, 10831, 10708, 10760, 9933, 10812, 8937, 10974, 10562, 10510, 11010, 10350, 10662, 11272, 10778, 8949, 10941, 10471, 10333, 10742, 12950, 10861, 10005, 10850, 8851, 10786, 10348, 10179, 10936, 12367, 10823, 9964, 10695, 9381, 10817, 9061, 10935, 10365, 10440, 10910, 13047, 10979, 13590, 10880, 10354, 8882, 10973, 9009, 11068, 10156, 11008, 10871, 11256, 10784, 13553, 10891, 11434, 10917, 9452, 11031, 10685, 13099, 10937, 9415, 11102, 9329, 10847, 7895, 10820, 10880, 10404, 11039, 8746, 10853, 10673, 10053, 11304, 9810, 10937, 8616, 11080, 10487, 10538, 11032, 10461, 11189, 9084, 11047, 9141, 10867, 10529, 10451, 10973, 12896, 10966, 9992, 10876, 8472, 10968, 8565, 10909, 9024, 11084, 9380, 10938, 10832, 10732, 10841, 13790, 11082, 11091, 11324, 9557, 11085, 10179, 11209, 10382, 11030, 9860, 11011, 9309, 10863, 9583, 10859, 10564, 10849, 10862, 11599, 10979, 10284, 10849, 10476, 10905, 10305, 11201, 10271, 11156, 8397, 10876, 9061, 10696, 8767, 10827, 8157, 11073, 8444, 10939, 8636, 11067, 9019, 11067, 8554, 10679, 10599, 11707, 11058, 12991, 11116, 10468, 8625, 10541, 10778, 13546, 11171, 9878, 10795, 10968, 12815, 11110, 10219, 10930, 9174, 10831, 10647, 10496, 11165, 11896, 11094, 10470, 11064, 9923, 10974, 10182, 11114, 10158, 10987, 11728, 11032, 10881, 10968, 9756, 10834, 10596, 10727, 10960, 12821, 10847, 11575, 10722, 9622, 10744, 10257, 11976, 10980, 11392, 11057, 10287, 8771, 10668, 8932, 11246, 10316, 11042, 10549, 11091, 11211, 10868, 9973, 10870, 11206, 10847, 11603, 10898, 10493, 10917, 10343, 14068, 10789, 11182, 11067, 9961, 10792, 10560, 10147, 11047, 10281, 10979, 9954, 10945, 9847, 11173, 9021, 11253, 10602, 11001, 11079, 11084, 10980, 10399, 11014, 9402, 10945, 9031, 10949, 10681, 10341, 11020, 12441, 11009, 10159, 10860, 8899, 10950, 8283, 10698, 10599, 10760, 10971, 12700, 11102, 10555, 11030, 9196, 10660, 9313, 10757, 8783, 10617, 10754, 10528, 10625, 10264, 10910, 10211, 10802, 10562, 10552, 10338, 10773, 10044, 11090, 10361, 8643, 10856, 9110, 10869, 10840, 10765, 10358, 8815, 10531, 12028, 11078, 10396, 8966, 10856, 10294, 11202, 13025, 11092, 9921, 10948, 10622, 10943, 10654, 11738, 10854, 11949, 10896, 11612, 10948, 11724, 10934, 9182, 10615, 11650, 8682, 10107, 8441, 10516, 9883, 8248, 10972, 9849, 10526, 10413, 9579, 10569, 10083, 10504, 10834, 12307, 10853, 12594, 10710, 13325, 10839, 9733, 11157, 8776, 11050, 8465, 10726, 8874, 10420, 10794, 10377, 11033, 9926, 10783, 8704, 10972, 8999, 10739, 8878, 9079, 9413, 8739, 10510, 8822, 10942, 10042, 10712, 10803, 12878, 10939, 11806, 11013, 9358, 10504, 10924, 14542, 10995, 10860, 10838, 9859, 10937, 9113, 10741, 9815, 10928, 10124, 11051, 10118, 11166, 11056, 11027, 10767, 12018, 10930, 12111, 10987, 10875, 11020, 8306, 10948, 8479, 10969, 8909, 10781, 10830, 9796, 10916, 11970, 11109, 10204, 8744, 10387, 10867, 10388, 11157, 11896, 11100, 9278, 10885, 10747, 12533, 10849, 12658, 11013, 9887, 10942, 10097, 10982, 9913, 10970, 10431, 10781, 10575, 10726, 11070, 10556, 10544, 10961, 9001, 11022, 9485, 11097, 9840, 11132, 9931, 10829, 9529, 10893, 10152, 10848, 11383, 10997, 10719, 14131, 10695, 10776, 10861, 9039, 10842, 9989, 10906, 9081, 10790, 9258, 10839, 10767, 10409, 11136, 9447, 11205, 10079, 10918, 10890, 10911, 10038, 10567, 9737, 10703, 10967, 10347, 11076, 12833, 10972, 9523, 10903, 9929, 10872, 10588, 10516, 10852, 10957, 10958, 11502, 10763, 11613, 10546, 10674, 9085, 10884, 10402, 14082, 10700, 9879, 11626, 10488, 11009, 10773, 10247, 12893, 10815, 9797, 10831, 9645, 10837, 10507, 10379, 10777, 9391, 11006, 10498, 10885, 10692, 10077, 10937, 9619, 11031, 9438, 10864, 10593, 10662, 10763, 10429, 10793, 9520, 11030, 9502, 11041, 10086, 11028, 9945, 10955, 10641, 11078, 11313, 10968, 10681, 10596, 10780, 12890, 10961, 10849, 10824, 10176, 13275, 10721, 10967, 10756, 10413, 9867, 10957, 9150, 10873, 8754, 10641, 8532, 10815, 8531, 10603, 10647, 9891, 10921, 8932, 10929, 8710, 10440, 8764, 10405, 8527, 10570, 8380, 10451, 10898, 9936, 10891, 9971, 10832, 11156, 10883, 9979, 10818, 9795, 10734, 13691, 10957, 10871, 10658, 10625, 13078, 10632, 11591, 10887, 9444, 10669, 8487, 10409, 10521, 10202, 10820, 11085, 10861, 9426, 10669, 8815, 10485, 8465, 10812, 8164, 10645, 10589, 10375, 10769, 10479, 10705, 10321, 10271, 10526, 10752, 10631, 9934, 10753, 9845, 10710, 9147, 10834, 10304, 10569, 10733, 9746, 10668, 9942, 10269, 10340, 8798, 10404, 10723, 9773, 10943, 10356, 10905, 9257, 10789, 10298, 10594, 9473], 'WindowCenter': [4520.0, 4476.0, 4503.0, 4491.0, 4491.0, 4501.0, 4478.0, 4486.0, 4475.0, 4487.0, 4456.0, 4476.0, 4456.0, 4477.0, 4489.0, 4488.0, 4477.0, 4483.0, 4476.0, 4445.0, 4475.0, 4466.0, 4475.0, 4489.0, 4476.0, 4475.0, 4444.0, 4475.0, 4435.0, 4476.0, 4477.0, 4466.0, 4489.0, 4488.0, 4488.0, 4466.0, 4477.0, 4455.0, 4474.0, 4463.0, 4464.0, 4464.0, 4484.0, 4478.0, 4479.0, 4478.0, 4464.0, 4464.0, 4463.0, 4442.0, 4463.0, 4432.0, 4474.0, 4464.0, 4476.0, 4488.0, 4476.0, 4473.0, 4433.0, 4462.0, 4464.0, 4453.0, 4475.0, 4464.0, 4487.0, 4455.0, 4475.0, 4445.0, 4462.0, 4473.0, 4452.0, 4486.0, 4446.0, 4487.0, 4445.0, 4476.0, 4446.0, 4475.0, 4476.0, 4484.0, 4488.0, 4469.0, 4490.0, 4484.0, 4464.0, 4434.0, 4463.0, 4474.0, 4482.0, 4474.0, 4465.0, 4464.0, 4461.0, 4462.0, 4452.0, 4450.0, 4462.0, 4460.0, 4461.0, 4422.0, 4453.0, 4439.0, 4451.0, 4452.0, 4450.0, 4462.0, 4432.0, 4464.0, 4445.0, 4465.0, 4433.0, 4461.0, 4433.0, 4462.0, 4462.0, 4461.0, 4474.0, 4455.0, 4476.0, 4454.0, 4462.0, 4432.0, 4451.0, 4462.0, 4441.0, 4463.0, 4463.0, 4463.0, 4441.0, 4451.0, 4462.0, 4470.0, 4461.0, 4430.0, 4451.0, 4463.0, 4462.0, 4462.0, 4460.0, 4461.0, 4431.0, 4461.0, 4450.0, 4451.0, 4474.0, 4484.0, 4464.0, 4430.0, 4462.0, 4441.0, 4461.0, 4462.0, 4449.0, 4462.0, 4464.0, 4453.0, 4462.0, 4440.0, 4462.0, 4430.0, 4461.0, 4442.0, 4450.0, 4474.0, 4434.0, 4464.0, 4432.0, 4462.0, 4462.0, 4452.0, 4473.0, 4433.0, 4474.0, 4464.0, 4453.0, 4464.0, 4454.0, 4475.0, 4433.0, 4463.0, 4463.0, 4476.0, 4477.0, 4476.0, 4466.0, 4433.0, 4465.0, 4435.0, 4464.0, 4474.0, 4455.0, 4465.0, 4447.0, 4477.0, 4478.0, 4465.0, 4463.0, 4452.0, 4463.0, 4453.0, 4463.0, 4444.0, 4465.0, 4477.0, 4453.0, 4463.0, 4440.0, 4462.0, 4421.0, 4451.0, 4452.0, 4442.0, 4465.0, 4454.0, 4463.0, 4431.0, 4464.0, 4423.0, 4452.0, 4461.0, 4464.0, 4476.0, 4435.0, 4453.0, 4453.0, 4439.0, 4452.0, 4420.0, 4451.0, 4450.0, 4450.0, 4464.0, 4443.0, 4452.0, 4420.0, 4450.0, 4451.0, 4429.0, 4451.0, 4420.0, 4462.0, 4453.0, 4440.0, 4452.0, 4449.0, 4449.0, 4410.0, 4451.0, 4422.0, 4452.0, 4463.0, 4443.0, 4474.0, 4464.0, 4464.0, 4450.0, 4462.0, 4420.0, 4462.0, 4421.0, 4451.0, 4465.0, 4492.0, 4464.0, 4461.0, 4451.0, 4430.0, 4450.0, 4440.0, 4440.0, 4452.0, 4451.0, 4462.0, 4435.0, 4466.0, 4434.0, 4463.0, 4412.0, 4462.0, 4422.0, 4462.0, 4464.0, 4443.0, 4465.0, 4456.0, 4479.0, 4449.0, 4468.0, 4454.0, 4454.0, 4423.0, 4452.0, 4464.0, 4454.0, 4464.0, 4482.0, 4464.0, 4453.0, 4464.0, 4456.0, 4455.0, 4444.0, 4442.0, 4444.0, 4453.0, 4474.0, 4455.0, 4466.0, 4436.0, 4467.0, 4480.0, 4469.0, 4478.0, 4465.0, 4465.0, 4442.0, 4464.0, 4424.0, 4454.0, 4465.0, 4464.0, 4477.0, 4446.0, 4466.0, 4436.0, 4490.0, 4468.0, 4488.0, 4457.0, 4489.0, 4480.0, 4461.0, 4490.0, 4462.0, 4489.0, 4491.0, 4515.0, 4511.0, 4480.0, 4486.0, 4477.0, 4455.0, 4477.0, 4467.0, 4466.0, 4455.0, 4464.0, 4466.0, 4486.0, 4467.0, 4464.0, 4413.0, 4462.0, 4424.0, 4473.0, 4465.0, 4453.0, 4474.0, 4465.0, 4488.0, 4460.0, 4479.0, 4476.0, 4453.0, 4475.0, 4443.0, 4474.0, 4455.0, 4464.0, 4476.0, 4483.0, 4489.0, 4457.0, 4477.0, 4453.0, 4474.0, 4475.0, 4463.0, 4475.0, 4475.0, 4464.0, 4489.0, 4498.0, 4488.0, 4475.0, 4463.0, 4464.0, 4462.0, 4463.0, 4444.0, 4464.0, 4466.0, 4497.0, 4488.0, 4475.0, 4463.0, 4431.0, 4461.0, 4453.0, 4451.0, 4463.0, 4442.0, 4474.0, 4475.0, 4474.0, 4462.0, 4451.0, 4462.0, 4431.0, 4461.0, 4462.0, 4463.0, 4472.0, 4462.0, 4460.0, 4462.0, 4454.0, 4475.0, 4465.0, 4463.0, 4463.0, 4452.0, 4462.0, 4433.0, 4462.0, 4464.0, 4472.0, 4462.0, 4463.0, 4494.0, 4475.0, 4443.0, 4461.0, 4421.0, 4461.0, 4463.0, 4453.0, 4463.0, 4463.0, 4472.0, 4485.0, 4437.0, 4476.0, 4445.0, 4465.0, 4475.0, 4453.0, 4476.0, 4465.0, 4464.0, 4475.0, 4486.0, 4499.0, 4480.0, 4477.0, 4474.0, 4462.0, 4473.0, 4443.0, 4474.0, 4447.0, 4486.0, 4488.0, 4508.0, 4500.0, 4496.0, 4484.0, 4463.0, 4484.0, 4445.0, 4474.0, 4465.0, 4494.0, 4486.0, 4484.0, 4474.0, 4432.0, 4461.0, 4461.0, 4450.0, 4471.0, 4431.0, 4472.0, 4474.0, 4463.0, 4484.0, 4462.0, 4484.0, 4433.0, 4473.0, 4474.0, 4462.0, 4475.0, 4476.0, 4498.0, 4467.0, 4486.0, 4456.0, 4484.0, 4475.0, 4462.0, 4473.0, 4494.0, 4485.0, 4476.0, 4485.0, 4475.0, 4472.0, 4473.0, 4480.0, 4461.0, 4442.0, 4471.0, 4472.0, 4494.0, 4485.0, 4486.0, 4483.0, 4443.0, 4472.0, 4423.0, 4472.0, 4473.0, 4482.0, 4472.0, 4453.0, 4484.0, 4486.0, 4486.0, 4474.0, 4460.0, 4469.0, 4459.0, 4470.0, 4451.0, 4462.0, 4473.0, 4482.0, 4473.0, 4464.0, 4486.0, 4432.0, 4470.0, 4461.0, 4449.0, 4470.0, 4440.0, 4472.0, 4465.0, 4487.0, 4486.0, 4473.0, 4484.0, 4462.0, 4472.0, 4441.0, 4472.0, 4474.0, 4484.0, 4484.0, 4473.0, 4475.0, 4472.0, 4473.0, 4443.0, 4472.0, 4474.0, 4463.0, 4484.0, 4506.0, 4485.0, 4462.0, 4474.0, 4442.0, 4471.0, 4463.0, 4461.0, 4486.0, 4495.0, 4485.0, 4463.0, 4474.0, 4453.0, 4483.0, 4454.0, 4473.0, 4473.0, 4474.0, 4483.0, 4505.0, 4486.0, 4516.0, 4485.0, 4462.0, 4440.0, 4471.0, 4453.0, 4496.0, 4475.0, 4486.0, 4475.0, 4474.0, 4489.0, 4505.0, 4473.0, 4470.0, 4459.0, 4438.0, 4446.0, 4448.0, 4477.0, 4458.0, 4451.0, 4483.0, 4439.0, 4458.0, 4409.0, 4458.0, 4459.0, 4457.0, 4459.0, 4429.0, 4459.0, 4472.0, 4465.0, 4484.0, 4462.0, 4471.0, 4430.0, 4470.0, 4461.0, 4460.0, 4473.0, 4473.0, 4495.0, 4455.0, 4483.0, 4452.0, 4472.0, 4472.0, 4459.0, 4472.0, 4493.0, 4473.0, 4465.0, 4486.0, 4435.0, 4472.0, 4430.0, 4471.0, 4441.0, 4484.0, 4454.0, 4474.0, 4474.0, 4473.0, 4473.0, 4503.0, 4485.0, 4472.0, 4471.0, 4449.0, 4471.0, 4460.0, 4474.0, 4462.0, 4474.0, 4463.0, 4472.0, 4452.0, 4473.0, 4452.0, 4471.0, 4461.0, 4484.0, 4487.0, 4494.0, 4474.0, 4450.0, 4470.0, 4460.0, 4474.0, 4462.0, 4482.0, 4462.0, 4472.0, 4434.0, 4474.0, 4453.0, 4473.0, 4430.0, 4470.0, 4421.0, 4483.0, 4433.0, 4484.0, 4445.0, 4486.0, 4456.0, 4497.0, 4447.0, 4476.0, 4475.0, 4496.0, 4499.0, 4517.0, 4485.0, 4472.0, 4443.0, 4473.0, 4485.0, 4503.0, 4485.0, 4465.0, 4472.0, 4486.0, 4505.0, 4485.0, 4463.0, 4472.0, 4442.0, 4471.0, 4473.0, 4461.0, 4482.0, 4495.0, 4498.0, 4486.0, 4472.0, 4462.0, 4471.0, 4463.0, 4484.0, 4473.0, 4486.0, 4484.0, 4486.0, 4486.0, 4476.0, 4453.0, 4472.0, 4461.0, 4459.0, 4459.0, 4480.0, 4462.0, 4471.0, 4462.0, 4440.0, 4459.0, 4450.0, 4482.0, 4472.0, 4482.0, 4469.0, 4450.0, 4430.0, 4459.0, 4428.0, 4469.0, 4460.0, 4482.0, 4474.0, 4496.0, 4484.0, 4475.0, 4463.0, 4474.0, 4485.0, 4473.0, 4470.0, 4459.0, 4451.0, 4461.0, 4449.0, 4478.0, 4458.0, 4457.0, 4457.0, 4437.0, 4446.0, 4459.0, 4461.0, 4471.0, 4450.0, 4458.0, 4448.0, 4459.0, 4448.0, 4482.0, 4442.0, 4483.0, 4473.0, 4484.0, 4498.0, 4484.0, 4485.0, 4462.0, 4470.0, 4439.0, 4471.0, 4442.0, 4471.0, 4473.0, 4462.0, 4473.0, 4494.0, 4485.0, 4462.0, 4472.0, 4440.0, 4472.0, 4433.0, 4462.0, 4474.0, 4473.0, 4473.0, 4494.0, 4487.0, 4474.0, 4472.0, 4439.0, 4461.0, 4439.0, 4460.0, 4431.0, 4460.0, 4473.0, 4471.0, 4473.0, 4474.0, 4486.0, 4475.0, 4474.0, 4460.0, 4460.0, 4449.0, 4471.0, 4462.0, 4473.0, 4462.0, 4434.0, 4473.0, 4444.0, 4473.0, 4472.0, 4473.0, 4464.0, 4455.0, 4489.0, 4519.0, 4498.0, 4474.0, 4443.0, 4471.0, 4463.0, 4474.0, 4493.0, 4473.0, 4464.0, 4474.0, 4463.0, 4474.0, 4463.0, 4472.0, 4461.0, 4471.0, 4460.0, 4460.0, 4460.0, 4470.0, 4462.0, 4430.0, 4463.0, 4497.0, 4446.0, 4463.0, 4420.0, 4462.0, 4464.0, 4434.0, 4487.0, 4477.0, 4489.0, 4487.0, 4479.0, 4488.0, 4477.0, 4476.0, 4477.0, 4496.0, 4488.0, 4497.0, 4475.0, 4482.0, 4461.0, 4441.0, 4470.0, 4420.0, 4460.0, 4420.0, 4461.0, 4431.0, 4460.0, 4461.0, 4451.0, 4473.0, 4451.0, 4474.0, 4445.0, 4497.0, 4456.0, 4486.0, 4444.0, 4443.0, 4453.0, 4447.0, 4487.0, 4470.0, 4487.0, 4478.0, 4477.0, 4488.0, 4497.0, 4476.0, 4485.0, 4464.0, 4443.0, 4462.0, 4463.0, 4492.0, 4463.0, 4461.0, 4486.0, 4477.0, 4485.0, 4444.0, 4473.0, 4451.0, 4471.0, 4462.0, 4485.0, 4464.0, 4485.0, 4486.0, 4487.0, 4476.0, 4484.0, 4488.0, 4496.0, 4477.0, 4460.0, 4461.0, 4420.0, 4461.0, 4432.0, 4475.0, 4445.0, 4473.0, 4473.0, 4477.0, 4487.0, 4484.0, 4471.0, 4450.0, 4431.0, 4461.0, 4473.0, 4473.0, 4485.0, 4495.0, 4485.0, 4455.0, 4475.0, 4498.0, 4495.0, 4475.0, 4480.0, 4459.0, 4438.0, 4458.0, 4449.0, 4460.0, 4452.0, 4474.0, 4462.0, 4460.0, 4460.0, 4473.0, 4486.0, 4474.0, 4462.0, 4458.0, 4429.0, 4459.0, 4439.0, 4471.0, 4451.0, 4469.0, 4450.0, 4461.0, 4440.0, 4448.0, 4449.0, 4458.0, 4460.0, 4449.0, 4448.0, 4477.0, 4448.0, 4446.0, 4448.0, 4417.0, 4471.0, 4463.0, 4461.0, 4428.0, 4457.0, 4427.0, 4458.0, 4459.0, 4459.0, 4471.0, 4452.0, 4472.0, 4463.0, 4474.0, 4473.0, 4460.0, 4449.0, 4448.0, 4439.0, 4459.0, 4474.0, 4462.0, 4485.0, 4496.0, 4476.0, 4451.0, 4461.0, 4451.0, 4463.0, 4474.0, 4463.0, 4473.0, 4461.0, 4461.0, 4485.0, 4486.0, 4483.0, 4461.0, 4459.0, 4430.0, 4459.0, 4462.0, 4490.0, 4461.0, 4452.0, 4460.0, 4448.0, 4448.0, 4446.0, 4438.0, 4479.0, 4458.0, 4437.0, 4443.0, 4415.0, 4445.0, 4436.0, 4435.0, 4448.0, 4427.0, 4447.0, 4448.0, 4447.0, 4448.0, 4450.0, 4472.0, 4451.0, 4459.0, 4426.0, 4449.0, 4449.0, 4450.0, 4459.0, 4450.0, 4462.0, 4440.0, 4474.0, 4454.0, 4485.0, 4465.0, 4473.0, 4450.0, 4473.0, 4462.0, 4485.0, 4484.0, 4476.0, 4465.0, 4464.0, 4474.0, 4484.0, 4463.0, 4462.0, 4464.0, 4477.0, 4482.0, 4461.0, 4460.0, 4448.0, 4448.0, 4438.0, 4460.0, 4452.0, 4484.0, 4444.0, 4472.0, 4431.0, 4460.0, 4430.0, 4462.0, 4473.0, 4463.0, 4474.0, 4444.0, 4487.0, 4458.0, 4488.0, 4446.0, 4473.0, 4443.0, 4472.0, 4434.0, 4486.0, 4500.0, 4477.0, 4489.0, 4491.0, 4499.0, 4498.0, 4487.0, 4464.0, 4474.0, 4453.0, 4474.0, 4505.0, 4486.0, 4475.0, 4464.0, 4476.0, 4495.0, 4475.0, 4471.0, 4459.0, 4428.0, 4448.0, 4419.0, 4448.0, 4460.0, 4450.0, 4460.0, 4460.0, 4473.0, 4454.0, 4463.0, 4430.0, 4450.0, 4409.0, 4459.0, 4421.0, 4460.0, 4461.0, 4450.0, 4462.0, 4451.0, 4451.0, 4451.0, 4462.0, 4462.0, 4459.0, 4449.0, 4438.0, 4458.0, 4439.0, 4460.0, 4440.0, 4460.0, 4449.0, 4459.0, 4473.0, 4464.0, 4486.0, 4465.0, 4464.0, 4462.0, 4443.0, 4463.0, 4474.0, 4462.0, 4486.0, 4476.0, 4476.0, 4469.0, 4499.0, 4476.0, 4474.0, 4451.0], 'WindowWidth': [9926.0, 9854.0, 9884.0, 9862.0, 9863.0, 9878.0, 9840.0, 9845.0, 9827.0, 9847.0, 9801.0, 9829.0, 9803.0, 9833.0, 9854.0, 9851.0, 9832.0, 9834.0, 9827.0, 9785.0, 9824.0, 9814.0, 9827.0, 9851.0, 9830.0, 9825.0, 9783.0, 9827.0, 9774.0, 9827.0, 9833.0, 9816.0, 9852.0, 9851.0, 9849.0, 9816.0, 9832.0, 9799.0, 9823.0, 9809.0, 9809.0, 9809.0, 9837.0, 9836.0, 9838.0, 9836.0, 9810.0, 9807.0, 9804.0, 9774.0, 9806.0, 9765.0, 9822.0, 9810.0, 9830.0, 9851.0, 9832.0, 9821.0, 9767.0, 9805.0, 9809.0, 9794.0, 9824.0, 9812.0, 9847.0, 9801.0, 9827.0, 9785.0, 9804.0, 9822.0, 9792.0, 9844.0, 9792.0, 9847.0, 9788.0, 9829.0, 9789.0, 9826.0, 9830.0, 9838.0, 9850.0, 9829.0, 9858.0, 9838.0, 9809.0, 9769.0, 9807.0, 9822.0, 9832.0, 9824.0, 9814.0, 9812.0, 9802.0, 9803.0, 9790.0, 9784.0, 9802.0, 9798.0, 9802.0, 9752.0, 9793.0, 9771.0, 9788.0, 9789.0, 9783.0, 9804.0, 9764.0, 9808.0, 9785.0, 9813.0, 9768.0, 9803.0, 9768.0, 9803.0, 9803.0, 9801.0, 9824.0, 9803.0, 9831.0, 9798.0, 9806.0, 9762.0, 9787.0, 9803.0, 9774.0, 9806.0, 9809.0, 9809.0, 9776.0, 9787.0, 9803.0, 9811.0, 9801.0, 9759.0, 9786.0, 9806.0, 9804.0, 9806.0, 9798.0, 9802.0, 9761.0, 9800.0, 9784.0, 9787.0, 9824.0, 9841.0, 9812.0, 9758.0, 9803.0, 9775.0, 9802.0, 9803.0, 9784.0, 9803.0, 9811.0, 9794.0, 9803.0, 9772.0, 9802.0, 9757.0, 9802.0, 9777.0, 9786.0, 9826.0, 9771.0, 9810.0, 9764.0, 9805.0, 9805.0, 9792.0, 9821.0, 9766.0, 9826.0, 9812.0, 9796.0, 9810.0, 9796.0, 9827.0, 9767.0, 9807.0, 9806.0, 9831.0, 9834.0, 9830.0, 9814.0, 9765.0, 9811.0, 9772.0, 9810.0, 9823.0, 9799.0, 9813.0, 9793.0, 9836.0, 9839.0, 9814.0, 9807.0, 9789.0, 9807.0, 9794.0, 9807.0, 9782.0, 9815.0, 9834.0, 9795.0, 9805.0, 9772.0, 9804.0, 9748.0, 9789.0, 9791.0, 9778.0, 9814.0, 9798.0, 9807.0, 9762.0, 9809.0, 9754.0, 9790.0, 9802.0, 9812.0, 9830.0, 9773.0, 9791.0, 9791.0, 9768.0, 9787.0, 9743.0, 9786.0, 9785.0, 9786.0, 9812.0, 9783.0, 9792.0, 9743.0, 9782.0, 9786.0, 9755.0, 9786.0, 9743.0, 9804.0, 9794.0, 9773.0, 9787.0, 9780.0, 9781.0, 9729.0, 9786.0, 9750.0, 9791.0, 9806.0, 9781.0, 9827.0, 9811.0, 9809.0, 9785.0, 9803.0, 9745.0, 9803.0, 9748.0, 9786.0, 9812.0, 9847.0, 9811.0, 9802.0, 9786.0, 9753.0, 9781.0, 9766.0, 9768.0, 9787.0, 9786.0, 9804.0, 9775.0, 9818.0, 9771.0, 9807.0, 9735.0, 9803.0, 9750.0, 9805.0, 9811.0, 9781.0, 9812.0, 9802.0, 9839.0, 9798.0, 9821.0, 9796.0, 9795.0, 9751.0, 9790.0, 9809.0, 9795.0, 9808.0, 9832.0, 9808.0, 9791.0, 9812.0, 9806.0, 9802.0, 9783.0, 9775.0, 9780.0, 9793.0, 9824.0, 9798.0, 9816.0, 9775.0, 9820.0, 9844.0, 9827.0, 9837.0, 9811.0, 9810.0, 9776.0, 9808.0, 9758.0, 9795.0, 9815.0, 9812.0, 9835.0, 9790.0, 9816.0, 9775.0, 9856.0, 9827.0, 9852.0, 9806.0, 9854.0, 9844.0, 9820.0, 9857.0, 9822.0, 9852.0, 9859.0, 9903.0, 9889.0, 9841.0, 9841.0, 9828.0, 9797.0, 9829.0, 9817.0, 9812.0, 9798.0, 9806.0, 9815.0, 9841.0, 9816.0, 9808.0, 9735.0, 9801.0, 9753.0, 9819.0, 9811.0, 9794.0, 9823.0, 9810.0, 9849.0, 9816.0, 9838.0, 9828.0, 9790.0, 9824.0, 9779.0, 9824.0, 9800.0, 9809.0, 9828.0, 9837.0, 9853.0, 9809.0, 9832.0, 9792.0, 9825.0, 9827.0, 9807.0, 9827.0, 9827.0, 9809.0, 9853.0, 9863.0, 9848.0, 9822.0, 9805.0, 9808.0, 9803.0, 9804.0, 9779.0, 9806.0, 9812.0, 9861.0, 9848.0, 9824.0, 9804.0, 9756.0, 9798.0, 9790.0, 9784.0, 9804.0, 9776.0, 9822.0, 9828.0, 9823.0, 9804.0, 9785.0, 9801.0, 9758.0, 9799.0, 9802.0, 9803.0, 9817.0, 9803.0, 9798.0, 9803.0, 9795.0, 9826.0, 9813.0, 9807.0, 9806.0, 9787.0, 9804.0, 9768.0, 9800.0, 9808.0, 9815.0, 9802.0, 9807.0, 9852.0, 9826.0, 9779.0, 9799.0, 9745.0, 9798.0, 9804.0, 9793.0, 9804.0, 9807.0, 9816.0, 9840.0, 9780.0, 9831.0, 9786.0, 9810.0, 9826.0, 9794.0, 9826.0, 9814.0, 9811.0, 9827.0, 9843.0, 9869.0, 9843.0, 9833.0, 9822.0, 9803.0, 9820.0, 9780.0, 9824.0, 9791.0, 9845.0, 9852.0, 9880.0, 9872.0, 9862.0, 9840.0, 9808.0, 9838.0, 9787.0, 9822.0, 9814.0, 9851.0, 9844.0, 9841.0, 9827.0, 9765.0, 9802.0, 9804.0, 9784.0, 9816.0, 9763.0, 9818.0, 9826.0, 9812.0, 9840.0, 9807.0, 9839.0, 9768.0, 9823.0, 9826.0, 9806.0, 9828.0, 9835.0, 9869.0, 9826.0, 9849.0, 9804.0, 9841.0, 9830.0, 9807.0, 9823.0, 9851.0, 9843.0, 9835.0, 9844.0, 9829.0, 9819.0, 9822.0, 9828.0, 9803.0, 9780.0, 9817.0, 9821.0, 9854.0, 9844.0, 9848.0, 9837.0, 9782.0, 9822.0, 9756.0, 9819.0, 9824.0, 9835.0, 9821.0, 9797.0, 9841.0, 9847.0, 9847.0, 9825.0, 9800.0, 9809.0, 9796.0, 9813.0, 9788.0, 9803.0, 9821.0, 9833.0, 9823.0, 9815.0, 9848.0, 9769.0, 9812.0, 9801.0, 9782.0, 9813.0, 9772.0, 9818.0, 9820.0, 9853.0, 9846.0, 9823.0, 9838.0, 9805.0, 9819.0, 9779.0, 9820.0, 9827.0, 9841.0, 9841.0, 9823.0, 9829.0, 9822.0, 9823.0, 9783.0, 9819.0, 9826.0, 9809.0, 9840.0, 9875.0, 9846.0, 9808.0, 9825.0, 9781.0, 9818.0, 9809.0, 9802.0, 9845.0, 9857.0, 9844.0, 9809.0, 9828.0, 9796.0, 9838.0, 9799.0, 9825.0, 9825.0, 9824.0, 9837.0, 9874.0, 9850.0, 9887.0, 9843.0, 9806.0, 9776.0, 9817.0, 9797.0, 9861.0, 9832.0, 9844.0, 9829.0, 9825.0, 9851.0, 9874.0, 9825.0, 9813.0, 9795.0, 9763.0, 9772.0, 9777.0, 9816.0, 9794.0, 9793.0, 9836.0, 9768.0, 9794.0, 9728.0, 9790.0, 9796.0, 9789.0, 9795.0, 9756.0, 9796.0, 9818.0, 9815.0, 9840.0, 9805.0, 9816.0, 9759.0, 9813.0, 9802.0, 9799.0, 9821.0, 9824.0, 9859.0, 9804.0, 9836.0, 9793.0, 9819.0, 9818.0, 9798.0, 9818.0, 9848.0, 9823.0, 9817.0, 9845.0, 9775.0, 9817.0, 9760.0, 9815.0, 9775.0, 9839.0, 9798.0, 9825.0, 9825.0, 9823.0, 9822.0, 9864.0, 9842.0, 9819.0, 9814.0, 9783.0, 9815.0, 9799.0, 9824.0, 9808.0, 9824.0, 9808.0, 9821.0, 9793.0, 9820.0, 9791.0, 9814.0, 9803.0, 9841.0, 9848.0, 9855.0, 9825.0, 9785.0, 9812.0, 9799.0, 9824.0, 9806.0, 9834.0, 9807.0, 9819.0, 9772.0, 9826.0, 9796.0, 9822.0, 9758.0, 9811.0, 9749.0, 9834.0, 9769.0, 9841.0, 9788.0, 9848.0, 9807.0, 9862.0, 9795.0, 9832.0, 9830.0, 9861.0, 9871.0, 9893.0, 9844.0, 9819.0, 9781.0, 9821.0, 9840.0, 9864.0, 9842.0, 9816.0, 9820.0, 9845.0, 9872.0, 9845.0, 9809.0, 9818.0, 9777.0, 9814.0, 9821.0, 9803.0, 9834.0, 9860.0, 9866.0, 9847.0, 9820.0, 9806.0, 9818.0, 9808.0, 9840.0, 9825.0, 9844.0, 9841.0, 9848.0, 9848.0, 9830.0, 9795.0, 9816.0, 9801.0, 9795.0, 9794.0, 9825.0, 9803.0, 9816.0, 9803.0, 9772.0, 9794.0, 9784.0, 9831.0, 9821.0, 9834.0, 9811.0, 9785.0, 9759.0, 9794.0, 9750.0, 9810.0, 9797.0, 9832.0, 9827.0, 9860.0, 9840.0, 9828.0, 9808.0, 9825.0, 9843.0, 9821.0, 9813.0, 9793.0, 9785.0, 9795.0, 9780.0, 9818.0, 9790.0, 9788.0, 9788.0, 9760.0, 9769.0, 9796.0, 9802.0, 9814.0, 9784.0, 9790.0, 9777.0, 9795.0, 9780.0, 9835.0, 9780.0, 9836.0, 9823.0, 9840.0, 9867.0, 9844.0, 9840.0, 9804.0, 9813.0, 9770.0, 9814.0, 9779.0, 9816.0, 9821.0, 9805.0, 9823.0, 9855.0, 9843.0, 9805.0, 9818.0, 9771.0, 9819.0, 9769.0, 9806.0, 9823.0, 9820.0, 9819.0, 9854.0, 9848.0, 9827.0, 9818.0, 9769.0, 9800.0, 9769.0, 9799.0, 9761.0, 9801.0, 9822.0, 9818.0, 9821.0, 9828.0, 9847.0, 9829.0, 9823.0, 9797.0, 9800.0, 9783.0, 9817.0, 9805.0, 9819.0, 9804.0, 9770.0, 9820.0, 9783.0, 9821.0, 9819.0, 9821.0, 9810.0, 9802.0, 9857.0, 9900.0, 9866.0, 9825.0, 9782.0, 9815.0, 9806.0, 9823.0, 9848.0, 9821.0, 9809.0, 9822.0, 9805.0, 9823.0, 9805.0, 9817.0, 9800.0, 9811.0, 9796.0, 9795.0, 9796.0, 9810.0, 9801.0, 9755.0, 9807.0, 9864.0, 9791.0, 9807.0, 9745.0, 9802.0, 9810.0, 9771.0, 9848.0, 9833.0, 9851.0, 9846.0, 9840.0, 9848.0, 9835.0, 9828.0, 9831.0, 9858.0, 9852.0, 9863.0, 9828.0, 9828.0, 9798.0, 9769.0, 9810.0, 9741.0, 9796.0, 9742.0, 9797.0, 9758.0, 9794.0, 9798.0, 9785.0, 9819.0, 9788.0, 9822.0, 9789.0, 9864.0, 9805.0, 9845.0, 9782.0, 9781.0, 9793.0, 9792.0, 9848.0, 9829.0, 9849.0, 9837.0, 9831.0, 9848.0, 9858.0, 9828.0, 9838.0, 9807.0, 9780.0, 9801.0, 9804.0, 9843.0, 9804.0, 9801.0, 9844.0, 9834.0, 9842.0, 9786.0, 9819.0, 9784.0, 9813.0, 9802.0, 9838.0, 9810.0, 9841.0, 9846.0, 9846.0, 9829.0, 9837.0, 9849.0, 9860.0, 9832.0, 9795.0, 9796.0, 9740.0, 9797.0, 9763.0, 9825.0, 9787.0, 9820.0, 9821.0, 9835.0, 9847.0, 9838.0, 9815.0, 9783.0, 9761.0, 9800.0, 9821.0, 9822.0, 9843.0, 9855.0, 9843.0, 9800.0, 9827.0, 9866.0, 9858.0, 9828.0, 9824.0, 9791.0, 9762.0, 9791.0, 9778.0, 9796.0, 9792.0, 9822.0, 9803.0, 9797.0, 9797.0, 9823.0, 9845.0, 9826.0, 9805.0, 9791.0, 9752.0, 9794.0, 9766.0, 9813.0, 9786.0, 9809.0, 9783.0, 9797.0, 9769.0, 9777.0, 9780.0, 9791.0, 9797.0, 9776.0, 9777.0, 9812.0, 9773.0, 9768.0, 9773.0, 9734.0, 9817.0, 9807.0, 9799.0, 9750.0, 9786.0, 9747.0, 9789.0, 9793.0, 9793.0, 9815.0, 9789.0, 9814.0, 9807.0, 9825.0, 9822.0, 9796.0, 9781.0, 9776.0, 9767.0, 9797.0, 9823.0, 9804.0, 9840.0, 9859.0, 9829.0, 9787.0, 9800.0, 9786.0, 9806.0, 9823.0, 9805.0, 9819.0, 9801.0, 9800.0, 9843.0, 9845.0, 9836.0, 9800.0, 9794.0, 9756.0, 9792.0, 9804.0, 9840.0, 9798.0, 9787.0, 9794.0, 9776.0, 9775.0, 9768.0, 9761.0, 9820.0, 9792.0, 9758.0, 9761.0, 9722.0, 9765.0, 9756.0, 9754.0, 9776.0, 9745.0, 9774.0, 9776.0, 9772.0, 9775.0, 9783.0, 9818.0, 9785.0, 9791.0, 9743.0, 9777.0, 9778.0, 9782.0, 9794.0, 9782.0, 9801.0, 9769.0, 9821.0, 9797.0, 9842.0, 9813.0, 9819.0, 9784.0, 9819.0, 9802.0, 9839.0, 9836.0, 9827.0, 9810.0, 9808.0, 9820.0, 9833.0, 9805.0, 9802.0, 9806.0, 9830.0, 9829.0, 9796.0, 9793.0, 9774.0, 9776.0, 9761.0, 9794.0, 9792.0, 9840.0, 9783.0, 9819.0, 9760.0, 9798.0, 9757.0, 9802.0, 9821.0, 9807.0, 9823.0, 9783.0, 9846.0, 9810.0, 9852.0, 9792.0, 9821.0, 9780.0, 9818.0, 9770.0, 9847.0, 9870.0, 9835.0, 9852.0, 9861.0, 9870.0, 9865.0, 9845.0, 9810.0, 9823.0, 9793.0, 9822.0, 9867.0, 9842.0, 9828.0, 9808.0, 9828.0, 9857.0, 9828.0, 9813.0, 9794.0, 9748.0, 9777.0, 9738.0, 9778.0, 9796.0, 9782.0, 9795.0, 9797.0, 9822.0, 9798.0, 9805.0, 9755.0, 9779.0, 9723.0, 9792.0, 9745.0, 9796.0, 9802.0, 9784.0, 9801.0, 9785.0, 9784.0, 9785.0, 9803.0, 9802.0, 9794.0, 9778.0, 9760.0, 9790.0, 9765.0, 9795.0, 9768.0, 9795.0, 9782.0, 9795.0, 9819.0, 9812.0, 9843.0, 9816.0, 9809.0, 9803.0, 9780.0, 9806.0, 9825.0, 9806.0, 9845.0, 9829.0, 9829.0, 9825.0, 9868.0, 9830.0, 9822.0, 9788.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.0009548096026490065</td></tr>
<tr><td colspan=3>aqi</td><td>0.02866634081125828</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.972108618144134</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.10686553819387</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9768085418558407</td></tr>
<tr><td colspan=3>efc</td><td>0.4508</td></tr>
<tr><td colspan=3>fber</td><td>6306.2695</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09044429396236878</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.152317880794702</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.600031269528538</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.488931031568351</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9238739302894134</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.387288846727851</td></tr>
<tr><td colspan=3>gcor</td><td>0.00883194</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016907649114727974</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02817617915570736</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1208</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.516699884608608</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>32.4615</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.8705</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.1299</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307900.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>759.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.6397</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4947</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>624.3873</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3670.3953</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68644.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>926.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4907.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1128.038</td></tr>
<tr><td colspan=3>tsnr</td><td>34.50193986471277</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>