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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0057_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-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057/ses-01/func/sub-0057_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>5c5e8f3256fa424ff7d4956e84564834</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>19:38:58.072500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999191, -0.000160396, -0.0402122, -0.000697545, 0.999772, -0.0213204]</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.114438</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>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4127, -7783, -7237, 592, 6, -202, -54, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>255.798</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6d6bc31e-d97d-4e81-ab57-51f92fc48ba0||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6807568073272705, -0.001871462562121451, -0.10855750739574432, 115.59260559082031], [0.00043033171095885336, 2.682316303253174, -0.05759427323937416, -92.73684692382812], [-0.1078864336013794, 0.057201094925403595, 2.69720196723938, -74.55758666992188], [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': ['193858.072500', '193858.532500', '193858.992500', '193859.452500', '193859.912500', '193900.372500', '193900.832500', '193901.292500', '193901.752500', '193902.212500', '193902.672500', '193903.132500', '193903.592500', '193904.052500', '193904.512500', '193904.972500', '193905.432500', '193905.892500', '193906.352500', '193906.812500', '193907.272500', '193907.732500', '193908.192500', '193908.652500', '193909.112500', '193909.572500', '193910.032500', '193910.492500', '193910.952500', '193911.412500', '193911.872500', '193912.332500', '193912.792500', '193913.252500', '193913.712500', '193914.172500', '193914.632500', '193915.092500', '193915.552500', '193916.012500', '193916.472500', '193916.932500', '193917.392500', '193917.852500', '193918.312500', '193918.772500', '193919.232500', '193919.692500', '193920.152500', '193920.612500', '193921.072500', '193921.532500', '193921.992500', '193922.452500', '193922.912500', '193923.372500', '193923.832500', '193924.292500', '193924.752500', '193925.212500', '193925.672500', '193926.132500', '193926.592500', '193927.052500', '193927.512500', '193927.972500', '193928.432500', '193928.892500', '193929.352500', '193929.812500', '193930.272500', '193930.732500', '193931.192500', '193931.652500', '193932.112500', '193932.572500', '193933.032500', '193933.492500', '193933.952500', '193934.412500', '193934.872500', '193935.332500', '193935.792500', '193936.252500', '193936.712500', '193937.172500', '193937.632500', '193938.092500', '193938.552500', '193939.012500', '193939.472500', '193939.932500', '193940.392500', '193940.852500', '193941.312500', '193941.772500', '193942.232500', '193942.692500', '193943.152500', '193943.612500', '193944.072500', '193944.532500', '193944.992500', '193945.452500', '193945.912500', '193946.372500', '193946.832500', '193947.292500', '193947.752500', '193948.212500', '193948.672500', '193949.132500', '193949.592500', '193950.052500', '193950.512500', '193950.972500', '193951.432500', '193951.892500', '193952.352500', '193952.812500', '193953.272500', '193953.732500', '193954.192500', '193954.652500', '193955.112500', '193955.572500', '193956.032500', '193956.492500', '193956.952500', '193957.412500', '193957.872500', '193958.332500', '193958.792500', '193959.252500', '193959.712500', '194000.172500', '194000.632500', '194001.092500', '194001.552500', '194002.012500', '194002.472500', '194002.932500', '194003.392500', '194003.852500', '194004.312500', '194004.772500', '194005.232500', '194005.692500', '194006.152500', '194006.612500', '194007.072500', '194007.532500', '194007.992500', '194008.452500', '194008.912500', '194009.372500', '194009.832500', '194010.292500', '194010.752500', '194011.212500', '194011.672500', '194012.132500', '194012.592500', '194013.052500', '194013.512500', '194013.972500', '194014.432500', '194014.892500', '194015.352500', '194015.812500', '194016.272500', '194016.732500', '194017.192500', '194017.652500', '194018.112500', '194018.572500', '194019.032500', '194019.492500', '194019.952500', '194020.412500', '194020.872500', '194021.332500', '194021.792500', '194022.252500', '194022.712500', '194023.172500', '194023.632500', '194024.092500', '194024.552500', '194025.012500', '194025.472500', '194025.932500', '194026.392500', '194026.852500', '194027.312500', '194027.772500', '194028.232500', '194028.692500', '194029.152500', '194029.612500', '194030.072500', '194030.532500', '194030.992500', '194031.452500', '194031.912500', '194032.372500', '194032.832500', '194033.292500', '194033.752500', '194034.212500', '194034.672500', '194035.132500', '194035.592500', '194036.052500', '194036.512500', '194036.972500', '194037.432500', '194037.892500', '194038.352500', '194038.812500', '194039.272500', '194039.732500', '194040.192500', '194040.652500', '194041.112500', '194041.572500', '194042.032500', '194042.492500', '194042.952500', '194043.412500', '194043.872500', '194044.332500', '194044.792500', '194045.252500', '194045.712500', '194046.172500', '194046.632500', '194047.092500', '194047.552500', '194048.012500', '194048.472500', '194048.932500', '194049.392500', '194049.852500', '194050.312500', '194050.772500', '194051.232500', '194051.692500', '194052.152500', '194052.612500', '194053.072500', '194053.532500', '194053.992500', '194054.452500', '194054.912500', '194055.372500', '194055.832500', '194056.292500', '194056.752500', '194057.212500', '194057.672500', '194058.132500', '194058.592500', '194059.052500', '194059.512500', '194059.972500', '194100.432500', '194100.892500', '194101.352500', '194101.812500', '194102.272500', '194102.732500', '194103.192500', '194103.652500', '194104.112500', '194104.572500', '194105.032500', '194105.492500', '194105.952500', '194106.412500', '194106.872500', '194107.332500', '194107.792500', '194108.252500', '194108.712500', '194109.172500', '194109.632500', '194110.092500', '194110.552500', '194111.012500', '194111.472500', '194111.932500', '194112.392500', '194112.852500', '194113.312500', '194113.772500', '194114.232500', '194114.692500', '194115.152500', '194115.612500', '194116.072500', '194116.532500', '194116.992500', '194117.452500', '194117.912500', '194118.372500', '194118.832500', '194119.292500', '194119.752500', '194120.212500', '194120.672500', '194121.132500', '194121.592500', '194122.052500', '194122.512500', '194122.972500', '194123.432500', '194123.892500', '194124.352500', '194124.812500', '194125.272500', '194125.732500', '194126.192500', '194126.652500', '194127.112500', '194127.572500', '194128.032500', '194128.492500', '194128.952500', '194129.412500', '194129.872500', '194130.332500', '194130.792500', '194131.252500', '194131.712500', '194132.172500', '194132.632500', '194133.092500', '194133.552500', '194134.012500', '194134.472500', '194134.932500', '194135.392500', '194135.852500', '194136.312500', '194136.772500', '194137.232500', '194137.692500', '194138.152500', '194138.612500', '194139.072500', '194139.532500', '194139.992500', '194140.452500', '194140.912500', '194141.372500', '194141.832500', '194142.292500', '194142.752500', '194143.212500', '194143.672500', '194144.132500', '194144.592500', '194145.052500', '194145.512500', '194145.972500', '194146.432500', '194146.892500', '194147.352500', '194147.812500', '194148.272500', '194148.732500', '194149.192500', '194149.652500', '194150.112500', '194150.572500', '194151.032500', '194151.492500', '194151.952500', '194152.412500', '194152.872500', '194153.332500', '194153.792500', '194154.252500', '194154.712500', '194155.172500', '194155.632500', '194156.092500', '194156.552500', '194157.012500', '194157.472500', '194157.932500', '194158.392500', '194158.852500', '194159.312500', '194159.772500', '194200.232500', '194200.692500', '194201.152500', '194201.612500', '194202.072500', '194202.532500', '194202.992500', '194203.452500', '194203.912500', '194204.372500', '194204.832500', '194205.292500', '194205.752500', '194206.212500', '194206.672500', '194207.132500', '194207.592500', '194208.052500', '194208.512500', '194208.972500', '194209.432500', '194209.892500', '194210.352500', '194210.812500', '194211.272500', '194211.732500', '194212.192500', '194212.652500', '194213.112500', '194213.572500', '194214.032500', '194214.492500', '194214.952500', '194215.412500', '194215.872500', '194216.332500', '194216.792500', '194217.252500', '194217.712500', '194218.172500', '194218.632500', '194219.092500', '194219.552500', '194220.012500', '194220.472500', '194220.932500', '194221.392500', '194221.852500', '194222.312500', '194222.772500', '194223.232500', '194223.692500', '194224.152500', '194224.612500', '194225.072500', '194225.532500', '194225.992500', '194226.452500', '194226.912500', '194227.372500', '194227.832500', '194228.292500', '194228.752500', '194229.212500', '194229.672500', '194230.132500', '194230.592500', '194231.052500', '194231.512500', '194231.972500', '194232.432500', '194232.892500', '194233.352500', '194233.812500', '194234.272500', '194234.732500', '194235.192500', '194235.652500', '194236.112500', '194236.572500', '194237.032500', '194237.492500', '194237.952500', '194238.412500', '194238.872500', '194239.332500', '194239.792500', '194240.252500', '194240.712500', '194241.172500', '194241.632500', '194242.092500', '194242.552500', '194243.012500', '194243.472500', '194243.932500', '194244.392500', '194244.852500', '194245.312500', '194245.772500', '194246.232500', '194246.692500', '194247.152500', '194247.612500', '194248.072500', '194248.532500', '194248.992500', '194249.452500', '194249.912500', '194250.372500', '194250.832500', '194251.292500', '194251.752500', '194252.212500', '194252.672500', '194253.132500', '194253.592500', '194254.052500', '194254.512500', '194254.972500', '194255.432500', '194255.892500', '194256.352500', '194256.812500', '194257.272500', '194257.732500', '194258.192500', '194258.652500', '194259.112500', '194259.572500', '194300.032500', '194300.492500', '194300.952500', '194301.412500', '194301.872500', '194302.332500', '194302.792500', '194303.252500', '194303.712500', '194304.172500', '194304.632500', '194305.092500', '194305.552500', '194306.012500', '194306.472500', '194306.932500', '194307.392500', '194307.852500', '194308.312500', '194308.772500', '194309.232500', '194309.692500', '194310.152500', '194310.612500', '194311.072500', '194311.532500', '194311.992500', '194312.452500', '194312.912500', '194313.372500', '194313.832500', '194314.292500', '194314.752500', '194315.212500', '194315.672500', '194316.132500', '194316.592500', '194317.052500', '194317.512500', '194317.972500', '194318.432500', '194318.892500', '194319.352500', '194319.812500', '194320.272500', '194320.732500', '194321.192500', '194321.652500', '194322.112500', '194322.572500', '194323.032500', '194323.492500', '194323.952500', '194324.412500', '194324.872500', '194325.332500', '194325.792500', '194326.252500', '194326.712500', '194327.172500', '194327.632500', '194328.092500', '194328.552500', '194329.012500', '194329.472500', '194329.932500', '194330.392500', '194330.852500', '194331.312500', '194331.772500', '194332.232500', '194332.692500', '194333.152500', '194333.612500', '194334.072500', '194334.532500', '194334.992500', '194335.452500', '194335.912500', '194336.372500', '194336.832500', '194337.292500', '194337.752500', '194338.212500', '194338.672500', '194339.132500', '194339.592500', '194340.052500', '194340.512500', '194340.972500', '194341.432500', '194341.892500', '194342.352500', '194342.812500', '194343.272500', '194343.732500', '194344.192500', '194344.652500', '194345.112500', '194345.572500', '194346.032500', '194346.492500', '194346.952500', '194347.412500', '194347.872500', '194348.332500', '194348.792500', '194349.252500', '194349.712500', '194350.172500', '194350.632500', '194351.092500', '194351.552500', '194352.012500', '194352.472500', '194352.932500', '194353.392500', '194353.852500', '194354.312500', '194354.772500', '194355.232500', '194355.692500', '194356.152500', '194356.612500', '194357.072500', '194357.532500', '194357.992500', '194358.452500', '194358.912500', '194359.372500', '194359.832500', '194400.292500', '194400.752500', '194401.212500', '194401.672500', '194402.132500', '194402.592500', '194403.052500', '194403.512500', '194403.972500', '194404.432500', '194404.892500', '194405.352500', '194405.812500', '194406.272500', '194406.732500', '194407.192500', '194407.652500', '194408.112500', '194408.572500', '194409.032500', '194409.492500', '194409.952500', '194410.412500', '194410.872500', '194411.332500', '194411.792500', '194412.252500', '194412.712500', '194413.172500', '194413.632500', '194414.092500', '194414.552500', '194415.012500', '194415.472500', '194415.932500', '194416.392500', '194416.852500', '194417.312500', '194417.772500', '194418.232500', '194418.692500', '194419.152500', '194419.612500', '194420.072500', '194420.532500', '194420.992500', '194421.452500', '194421.912500', '194422.372500', '194422.832500', '194423.292500', '194423.752500', '194424.212500', '194424.672500', '194425.132500', '194425.592500', '194426.052500', '194426.512500', '194426.972500', '194427.432500', '194427.892500', '194428.352500', '194428.812500', '194429.272500', '194429.732500', '194430.192500', '194430.652500', '194431.112500', '194431.572500', '194432.032500', '194432.492500', '194432.952500', '194433.412500', '194433.872500', '194434.332500', '194434.792500', '194435.252500', '194435.712500', '194436.172500', '194436.632500', '194437.092500', '194437.552500', '194438.012500', '194438.472500', '194438.932500', '194439.392500', '194439.852500', '194440.312500', '194440.772500', '194441.232500', '194441.692500', '194442.152500', '194442.612500', '194443.072500', '194443.532500', '194443.992500', '194444.452500', '194444.912500', '194445.372500', '194445.832500', '194446.292500', '194446.752500', '194447.212500', '194447.672500', '194448.132500', '194448.592500', '194449.052500', '194449.512500', '194449.972500', '194450.432500', '194450.892500', '194451.352500', '194451.812500', '194452.272500', '194452.732500', '194453.192500', '194453.652500', '194454.112500', '194454.572500', '194455.032500', '194455.492500', '194455.952500', '194456.412500', '194456.872500', '194457.332500', '194457.792500', '194458.252500', '194458.712500', '194459.172500', '194459.632500', '194500.092500', '194500.552500', '194501.012500', '194501.472500', '194501.932500', '194502.392500', '194502.852500', '194503.312500', '194503.772500', '194504.232500', '194504.692500', '194505.152500', '194505.612500', '194506.072500', '194506.532500', '194506.992500', '194507.452500', '194507.912500', '194508.372500', '194508.832500', '194509.292500', '194509.752500', '194510.212500', '194510.672500', '194511.132500', '194511.592500', '194512.052500', '194512.512500', '194512.972500', '194513.432500', '194513.892500', '194514.352500', '194514.812500', '194515.272500', '194515.732500', '194516.192500', '194516.652500', '194517.112500', '194517.572500', '194518.032500', '194518.492500', '194518.952500', '194519.412500', '194519.872500', '194520.332500', '194520.792500', '194521.252500', '194521.712500', '194522.172500', '194522.632500', '194523.092500', '194523.552500', '194524.012500', '194524.472500', '194524.932500', '194525.392500', '194525.852500', '194526.312500', '194526.772500', '194527.232500', '194527.692500', '194528.152500', '194528.612500', '194529.072500', '194529.532500', '194529.992500', '194530.452500', '194530.912500', '194531.372500', '194531.832500', '194532.292500', '194532.752500', '194533.212500', '194533.672500', '194534.132500', '194534.592500', '194535.052500', '194535.512500', '194535.972500', '194536.432500', '194536.892500', '194537.352500', '194537.812500', '194538.272500', '194538.732500', '194539.192500', '194539.652500', '194540.112500', '194540.572500', '194541.032500', '194541.492500', '194541.952500', '194542.412500', '194542.872500', '194543.332500', '194543.792500', '194544.252500', '194544.712500', '194545.172500', '194545.632500', '194546.092500', '194546.552500', '194547.012500', '194547.472500', '194547.932500', '194548.392500', '194548.852500', '194549.312500', '194549.772500', '194550.232500', '194550.692500', '194551.152500', '194551.612500', '194552.072500', '194552.532500', '194552.992500', '194553.452500', '194553.912500', '194554.372500', '194554.832500', '194555.292500', '194555.752500', '194556.212500', '194556.672500', '194557.132500', '194557.592500', '194558.052500', '194558.512500', '194558.972500', '194559.432500', '194559.892500', '194600.352500', '194600.812500', '194601.272500', '194601.732500', '194602.192500', '194602.652500', '194603.112500', '194603.572500', '194604.032500', '194604.492500', '194604.952500', '194605.412500', '194605.872500', '194606.332500', '194606.792500', '194607.252500', '194607.712500', '194608.172500', '194608.632500', '194609.092500', '194609.552500', '194610.012500', '194610.472500', '194610.932500', '194611.392500', '194611.852500', '194612.312500', '194612.772500', '194613.232500', '194613.692500', '194614.152500', '194614.612500', '194615.072500', '194615.532500', '194615.992500', '194616.452500', '194616.912500', '194617.372500', '194617.832500', '194618.292500', '194618.752500', '194619.212500', '194619.672500', '194620.132500', '194620.592500', '194621.052500', '194621.512500', '194621.972500', '194622.432500', '194622.892500', '194623.352500', '194623.812500', '194624.272500', '194624.732500', '194625.192500', '194625.652500', '194626.112500', '194626.572500', '194627.032500', '194627.492500', '194627.952500', '194628.412500', '194628.872500', '194629.332500', '194629.792500', '194630.252500', '194630.712500', '194631.172500', '194631.632500', '194632.092500', '194632.552500', '194633.012500', '194633.472500', '194633.932500', '194634.392500', '194634.852500', '194635.312500', '194635.772500', '194636.232500', '194636.692500', '194637.152500', '194637.612500', '194638.072500', '194638.532500', '194638.992500', '194639.452500', '194639.912500', '194640.372500', '194640.832500', '194641.292500', '194641.752500', '194642.212500', '194642.672500', '194643.132500', '194643.592500', '194644.052500', '194644.512500', '194644.972500', '194645.432500', '194645.892500', '194646.352500', '194646.812500', '194647.272500', '194647.732500', '194648.192500', '194648.652500', '194649.112500', '194649.572500', '194650.032500', '194650.492500', '194650.952500', '194651.412500', '194651.872500', '194652.332500', '194652.792500', '194653.252500', '194653.712500', '194654.172500', '194654.632500', '194655.092500', '194655.552500', '194656.012500', '194656.472500', '194656.932500', '194657.392500', '194657.852500', '194658.312500', '194658.772500', '194659.232500', '194659.692500', '194700.152500', '194700.612500', '194701.072500', '194701.532500', '194701.992500', '194702.452500', '194702.912500', '194703.372500', '194703.832500', '194704.292500', '194704.752500', '194705.212500', '194705.672500', '194706.132500', '194706.592500', '194707.052500', '194707.512500', '194707.972500', '194708.432500', '194708.892500', '194709.352500', '194709.812500', '194710.272500', '194710.732500', '194711.192500', '194711.652500', '194712.112500', '194712.572500', '194713.032500', '194713.492500', '194713.952500', '194714.412500', '194714.872500', '194715.332500', '194715.792500', '194716.252500', '194716.712500', '194717.172500', '194717.632500', '194718.092500', '194718.552500', '194719.012500', '194719.472500', '194719.932500', '194720.392500', '194720.852500', '194721.312500', '194721.772500', '194722.232500', '194722.692500', '194723.152500', '194723.612500', '194724.072500', '194724.532500', '194724.992500', '194725.452500', '194725.912500', '194726.372500', '194726.832500', '194727.292500', '194727.752500', '194728.212500', '194728.672500', '194729.132500', '194729.592500', '194730.052500', '194730.512500', '194730.972500', '194731.432500', '194731.892500', '194732.352500', '194732.812500', '194733.272500', '194733.732500', '194734.192500', '194734.652500', '194735.112500', '194735.572500', '194736.032500', '194736.492500', '194736.952500', '194737.412500', '194737.872500', '194738.332500', '194738.792500', '194739.252500', '194739.712500', '194740.172500', '194740.632500', '194741.092500', '194741.552500', '194742.012500', '194742.472500', '194742.932500', '194743.392500', '194743.852500', '194744.312500', '194744.772500', '194745.232500', '194745.692500', '194746.152500', '194746.612500', '194747.072500', '194747.532500', '194747.992500', '194748.452500', '194748.912500', '194749.372500', '194749.832500', '194750.292500', '194750.752500', '194751.212500', '194751.672500', '194752.132500', '194752.592500', '194753.052500', '194753.512500', '194753.972500', '194754.432500', '194754.892500', '194755.352500', '194755.812500', '194756.272500', '194756.732500', '194757.192500', '194757.652500', '194758.112500', '194758.572500', '194759.032500', '194759.492500', '194759.952500', '194800.412500', '194800.872500', '194801.332500', '194801.792500', '194802.252500', '194802.712500', '194803.172500', '194803.632500', '194804.092500', '194804.552500', '194805.012500', '194805.472500', '194805.932500', '194806.392500', '194806.852500', '194807.312500', '194807.772500', '194808.232500', '194808.692500', '194809.152500', '194809.612500', '194810.072500', '194810.532500', '194810.992500', '194811.452500', '194811.912500', '194812.372500', '194812.832500', '194813.292500', '194813.752500'], 'ContentTime': ['193910.894000', '193910.898000', '193910.900000', '193910.903000', '193910.906000', '193910.909000', '193910.911000', '193910.914000', '193910.916000', '193910.919000', '193910.922000', '193910.924000', '193910.927000', '193910.938000', '193910.940000', '193910.943000', '193910.952000', '193910.954000', '193910.957000', '193910.960000', '193910.962000', '193910.965000', '193910.967000', '193910.970000', '193910.972000', '193910.975000', '193930.866000', '193930.869000', '193930.872000', '193930.874000', '193930.877000', '193930.880000', '193930.883000', '193930.886000', '193930.889000', '193930.906000', '193930.909000', '193930.911000', '193930.916000', '193930.919000', '193930.922000', '193930.967000', '193930.970000', '193930.972000', '193930.975000', '193930.978000', '193930.980000', '193930.983000', '193930.986000', '193930.988000', '193930.991000', '193930.993000', '193930.996000', '193930.998000', '193931.001000', '193931.004000', '193931.006000', '193931.009000', '193931.011000', '193931.014000', '193931.017000', '193931.019000', '193931.022000', '193931.024000', '193931.027000', '193931.030000', '193931.032000', '193931.035000', '193931.037000', '193950.866000', '193950.869000', '193950.872000', '193950.874000', '193950.877000', '193950.880000', '193950.882000', '193950.885000', '193950.888000', '193950.890000', '193950.893000', '193950.895000', '193950.898000', '193950.901000', '193950.903000', '193950.906000', '193950.908000', '193950.911000', '193950.914000', '193950.916000', '193950.919000', '193950.921000', '193950.924000', '193950.926000', '193950.929000', '193950.931000', '193950.934000', '193950.937000', '193950.939000', '193950.942000', '193950.944000', '193950.947000', '193950.950000', '193950.952000', '193950.955000', '193950.957000', '193950.960000', '193950.962000', '193950.971000', '193950.974000', '193950.976000', '193950.979000', '193950.982000', '193950.984000', '194010.866000', '194010.869000', '194010.872000', '194010.875000', '194010.877000', '194010.880000', '194010.883000', '194010.885000', '194010.888000', '194010.891000', '194010.893000', '194010.896000', '194010.898000', '194010.901000', '194010.904000', '194010.906000', '194010.909000', '194010.911000', '194010.914000', '194010.916000', '194010.919000', '194010.922000', '194010.924000', '194010.927000', '194010.929000', '194010.932000', '194010.934000', '194010.937000', '194010.940000', '194010.942000', '194010.945000', '194010.947000', '194010.950000', '194010.953000', '194010.955000', '194010.958000', '194010.960000', '194010.963000', '194010.966000', '194010.968000', '194010.971000', '194010.973000', '194010.976000', '194030.866000', '194030.869000', '194030.872000', '194030.875000', '194030.877000', '194030.880000', '194030.882000', '194030.885000', '194030.888000', '194030.890000', '194030.893000', '194030.895000', '194030.898000', '194030.900000', '194030.903000', '194030.906000', '194030.908000', '194030.911000', '194030.913000', '194030.916000', '194030.919000', '194030.921000', '194030.924000', '194030.926000', '194030.929000', '194030.931000', '194030.934000', '194030.937000', '194030.939000', '194030.942000', '194030.944000', '194030.947000', '194030.949000', '194030.952000', '194030.955000', '194030.957000', '194030.960000', '194030.962000', '194030.965000', '194030.968000', '194030.970000', '194030.973000', '194030.975000', '194030.978000', '194050.866000', '194050.869000', '194050.872000', '194050.874000', '194050.877000', '194050.879000', '194050.882000', '194050.885000', '194050.887000', '194050.890000', '194050.892000', '194050.895000', '194050.898000', '194050.900000', '194050.903000', '194050.906000', '194050.908000', '194050.911000', '194050.913000', '194050.916000', '194050.919000', '194050.921000', '194050.924000', '194050.927000', '194050.929000', '194050.932000', '194050.935000', '194050.937000', '194050.940000', '194050.943000', '194050.945000', '194050.948000', '194050.950000', '194050.954000', '194050.957000', '194050.960000', '194050.962000', '194050.965000', '194050.967000', '194050.970000', '194050.973000', '194050.975000', '194050.978000', '194110.866000', '194110.869000', '194110.872000', '194110.874000', '194110.877000', '194110.880000', '194110.882000', '194110.885000', '194110.887000', '194110.890000', '194110.892000', '194110.908000', '194110.911000', '194110.913000', '194110.916000', '194110.919000', '194110.921000', '194110.924000', '194110.927000', '194110.929000', '194110.932000', '194110.934000', '194110.937000', '194110.940000', '194110.942000', '194110.945000', '194110.947000', '194110.950000', '194110.953000', '194110.955000', '194110.958000', '194110.960000', '194110.963000', '194110.966000', '194110.968000', '194110.971000', '194110.973000', '194110.976000', '194110.979000', '194110.981000', '194110.984000', '194110.986000', '194110.989000', '194110.992000', '194130.867000', '194130.870000', '194130.872000', '194130.875000', '194130.877000', '194130.880000', '194130.883000', '194130.885000', '194130.888000', '194130.890000', '194130.893000', '194130.896000', '194130.898000', '194130.901000', '194130.903000', '194130.906000', '194130.909000', '194130.911000', '194130.914000', '194130.916000', '194130.919000', '194130.922000', '194130.924000', '194130.927000', '194130.929000', '194130.932000', '194130.935000', '194130.937000', '194130.940000', '194130.942000', '194130.945000', '194130.947000', '194130.950000', '194130.953000', '194130.955000', '194130.958000', '194130.960000', '194130.963000', '194130.966000', '194130.969000', '194130.971000', '194130.974000', '194130.976000', '194150.867000', '194150.869000', '194150.872000', '194150.875000', '194150.877000', '194150.880000', '194150.882000', '194150.885000', '194150.888000', '194150.890000', '194150.893000', '194150.896000', '194150.898000', '194150.901000', '194150.903000', '194150.906000', '194150.908000', '194150.911000', '194150.914000', '194150.916000', '194150.919000', '194150.921000', '194150.924000', '194150.927000', '194150.929000', '194150.932000', '194150.935000', '194150.937000', '194150.940000', '194150.942000', '194150.945000', '194150.948000', '194150.950000', '194150.953000', '194150.955000', '194150.958000', '194150.960000', '194150.963000', '194150.966000', '194150.968000', '194150.971000', '194150.973000', '194150.976000', '194150.979000', '194210.867000', '194210.869000', '194210.872000', '194210.875000', '194210.877000', '194210.880000', '194210.882000', '194210.885000', '194210.888000', '194210.890000', '194210.893000', '194210.896000', '194210.898000', '194210.901000', '194210.904000', '194210.906000', '194210.909000', '194210.911000', '194210.914000', '194210.916000', '194210.919000', '194210.922000', '194210.924000', '194210.927000', '194210.929000', '194210.932000', '194210.934000', '194210.937000', '194210.940000', '194210.942000', '194210.945000', '194210.947000', '194210.950000', '194210.953000', '194210.955000', '194210.958000', '194210.961000', '194210.963000', '194210.966000', '194210.969000', '194210.971000', '194210.974000', '194210.976000', '194230.866000', '194230.869000', '194230.872000', '194230.875000', '194230.877000', '194230.880000', '194230.882000', '194230.885000', '194230.888000', '194230.890000', '194230.893000', '194230.896000', '194230.898000', '194230.901000', '194230.903000', '194230.906000', '194230.908000', '194230.911000', '194230.914000', '194230.916000', '194230.919000', '194230.921000', '194230.924000', '194230.927000', '194230.929000', '194230.932000', '194230.934000', '194230.937000', '194230.940000', '194230.942000', '194230.945000', '194230.947000', '194230.950000', '194230.953000', '194230.955000', '194230.958000', '194230.975000', '194230.978000', '194230.980000', '194230.983000', '194230.985000', '194230.988000', '194230.991000', '194230.993000', '194250.867000', '194250.869000', '194250.872000', '194250.875000', '194250.877000', '194250.880000', '194250.883000', '194250.885000', '194250.888000', '194250.890000', '194250.893000', '194250.896000', '194250.898000', '194250.901000', '194250.903000', '194250.906000', '194250.908000', '194250.911000', '194250.914000', '194250.916000', '194250.919000', '194250.922000', '194250.924000', '194250.927000', '194250.929000', '194250.932000', '194250.935000', '194250.937000', '194250.940000', '194250.943000', '194250.945000', '194250.948000', '194250.951000', '194250.953000', '194250.956000', '194250.959000', '194250.961000', '194250.964000', '194250.966000', '194250.969000', '194250.972000', '194250.974000', '194250.977000', '194310.866000', '194310.869000', '194310.872000', '194310.875000', '194310.878000', '194310.880000', '194310.883000', '194310.886000', '194310.888000', '194310.891000', '194310.893000', '194310.896000', '194310.899000', '194310.901000', '194310.904000', '194310.906000', '194310.909000', '194310.912000', '194310.914000', '194310.917000', '194310.919000', '194310.922000', '194310.925000', '194310.927000', '194310.930000', '194310.933000', '194310.935000', '194310.938000', '194310.940000', '194310.943000', '194310.946000', '194310.948000', '194310.951000', '194310.953000', '194310.956000', '194310.959000', '194310.961000', '194310.964000', '194310.966000', '194310.969000', '194310.972000', '194310.974000', '194310.977000', '194330.867000', '194330.869000', '194330.872000', '194330.875000', '194330.877000', '194330.880000', '194330.882000', '194330.885000', '194330.888000', '194330.890000', '194330.893000', '194330.895000', '194330.898000', '194330.901000', '194330.903000', '194330.906000', '194330.908000', '194330.911000', '194330.913000', '194330.916000', '194330.919000', '194330.921000', '194330.924000', '194330.927000', '194330.929000', '194330.932000', '194330.935000', '194330.937000', '194330.940000', '194330.942000', '194330.945000', '194330.948000', '194330.950000', '194330.953000', '194330.956000', '194330.958000', '194330.961000', '194330.963000', '194330.966000', '194330.969000', '194330.971000', '194330.974000', '194330.976000', '194330.979000', '194350.867000', '194350.878000', '194350.881000', '194350.884000', '194350.886000', '194350.889000', '194350.892000', '194350.894000', '194350.897000', '194350.899000', '194350.902000', '194350.905000', '194350.907000', '194350.910000', '194350.912000', '194350.915000', '194350.918000', '194350.920000', '194350.923000', '194350.926000', '194350.928000', '194350.931000', '194350.933000', '194350.936000', '194350.939000', '194350.941000', '194350.944000', '194350.946000', '194350.949000', '194350.952000', '194350.954000', '194350.957000', '194350.959000', '194350.962000', '194350.965000', '194350.967000', '194350.970000', '194350.972000', '194350.975000', '194350.978000', '194350.980000', '194350.983000', '194350.985000', '194350.988000', '194410.867000', '194410.882000', '194410.885000', '194410.887000', '194410.890000', '194410.892000', '194410.895000', '194410.898000', '194410.900000', '194410.903000', '194410.905000', '194410.908000', '194410.911000', '194410.913000', '194410.916000', '194410.918000', '194410.921000', '194410.932000', '194410.935000', '194410.938000', '194410.940000', '194410.943000', '194410.945000', '194410.948000', '194410.951000', '194410.953000', '194410.956000', '194410.958000', '194410.961000', '194410.963000', '194410.966000', '194410.969000', '194410.971000', '194410.974000', '194410.977000', '194410.979000', '194410.982000', '194410.984000', '194410.987000', '194410.990000', '194410.992000', '194410.995000', '194410.997000', '194430.867000', '194430.869000', '194430.880000', '194430.883000', '194430.885000', '194430.888000', '194430.891000', '194430.893000', '194430.896000', '194430.898000', '194430.901000', '194430.904000', '194430.906000', '194430.909000', '194430.912000', '194430.914000', '194430.917000', '194430.920000', '194430.922000', '194430.925000', '194430.927000', '194430.930000', '194430.933000', '194430.935000', '194430.938000', '194430.941000', '194430.943000', '194430.946000', '194430.949000', '194430.951000', '194430.954000', '194430.956000', '194430.959000', '194430.962000', '194430.964000', '194430.967000', '194430.969000', '194430.972000', '194430.975000', '194430.977000', '194430.980000', '194430.982000', '194430.985000', '194430.988000', '194450.867000', '194450.869000', '194450.872000', '194450.875000', '194450.877000', '194450.880000', '194450.883000', '194450.885000', '194450.888000', '194450.890000', '194450.893000', '194450.895000', '194450.898000', '194450.901000', '194450.904000', '194450.906000', '194450.909000', '194450.912000', '194450.914000', '194450.917000', '194450.919000', '194450.922000', '194450.925000', '194450.927000', '194450.930000', '194450.932000', '194450.935000', '194450.937000', '194450.940000', '194450.943000', '194450.945000', '194450.948000', '194450.951000', '194450.953000', '194450.956000', '194450.959000', '194450.961000', '194450.964000', '194450.966000', '194450.969000', '194450.971000', '194450.974000', '194450.977000', '194510.867000', '194510.924000', '194510.927000', '194510.929000', '194510.932000', '194510.934000', '194510.937000', '194510.940000', '194510.942000', '194510.945000', '194510.947000', '194510.950000', '194510.953000', '194510.955000', '194510.958000', '194510.961000', '194510.963000', '194510.966000', '194510.968000', '194510.971000', '194510.974000', '194510.976000', '194510.979000', '194510.981000', '194510.984000', '194510.987000', '194510.989000', '194510.992000', '194510.994000', '194510.997000', '194511.002000', '194511.005000', '194511.007000', '194511.010000', '194511.012000', '194511.015000', '194511.018000', '194511.020000', '194511.023000', '194511.025000', '194511.028000', '194511.030000', '194511.033000', '194530.867000', '194530.870000', '194530.872000', '194530.875000', '194530.877000', '194530.880000', '194530.883000', '194530.885000', '194530.888000', '194530.891000', '194530.893000', '194530.896000', '194530.898000', '194530.901000', '194530.904000', '194530.906000', '194530.909000', '194530.912000', '194530.914000', '194530.917000', '194530.919000', '194530.922000', '194530.925000', '194530.927000', '194530.930000', '194530.932000', '194530.935000', '194530.937000', '194530.940000', '194530.951000', '194530.954000', '194530.956000', '194530.959000', '194530.962000', '194530.964000', '194530.967000', '194530.969000', '194530.972000', '194530.975000', '194530.977000', '194530.980000', '194530.983000', '194530.985000', '194530.988000', '194550.866000', '194550.869000', '194550.872000', '194550.875000', '194550.878000', '194550.881000', '194550.884000', '194550.887000', '194550.889000', '194550.892000', '194550.894000', '194550.897000', '194550.900000', '194550.902000', '194550.905000', '194550.907000', '194550.910000', '194550.913000', '194550.915000', '194550.918000', '194550.921000', '194550.923000', '194550.926000', '194550.929000', '194550.931000', '194550.934000', '194550.937000', '194550.940000', '194550.942000', '194550.945000', '194550.948000', '194550.950000', '194550.953000', '194550.955000', '194550.958000', '194550.961000', '194550.963000', '194550.966000', '194550.968000', '194550.971000', '194550.974000', '194550.976000', '194550.979000', '194550.982000', '194610.867000', '194610.870000', '194610.872000', '194610.875000', '194610.878000', '194610.880000', '194610.883000', '194610.886000', '194610.888000', '194610.891000', '194610.893000', '194610.896000', '194610.899000', '194610.901000', '194610.904000', '194610.907000', '194610.909000', '194610.912000', '194610.914000', '194610.917000', '194610.920000', '194610.922000', '194610.925000', '194610.927000', '194610.930000', '194610.933000', '194610.935000', '194610.938000', '194610.940000', '194610.943000', '194610.946000', '194610.948000', '194610.951000', '194610.953000', '194610.956000', '194610.959000', '194610.961000', '194610.964000', '194610.966000', '194610.969000', '194610.972000', '194610.974000', '194610.977000', '194630.866000', '194630.885000', '194630.888000', '194630.891000', '194630.893000', '194630.896000', '194630.898000', '194630.901000', '194630.904000', '194630.906000', '194630.909000', '194630.912000', '194630.914000', '194630.917000', '194630.920000', '194630.922000', '194630.925000', '194630.927000', '194630.930000', '194630.933000', '194630.935000', '194630.938000', '194630.941000', '194630.943000', '194630.946000', '194630.949000', '194630.951000', '194630.954000', '194630.957000', '194630.959000', '194630.962000', '194630.964000', '194630.967000', '194630.969000', '194630.972000', '194630.975000', '194630.977000', '194630.980000', '194630.983000', '194630.985000', '194630.988000', '194630.990000', '194630.993000', '194650.867000', '194650.870000', '194650.872000', '194650.875000', '194650.878000', '194650.880000', '194650.883000', '194650.885000', '194650.888000', '194650.891000', '194650.893000', '194650.896000', '194650.899000', '194650.901000', '194650.904000', '194650.906000', '194650.909000', '194650.912000', '194650.914000', '194650.917000', '194650.919000', '194650.922000', '194650.924000', '194650.927000', '194650.930000', '194650.945000', '194650.948000', '194650.951000', '194650.953000', '194650.956000', '194650.958000', '194650.961000', '194650.964000', '194650.966000', '194650.969000', '194650.971000', '194650.974000', '194650.976000', '194650.979000', '194650.982000', '194650.984000', '194650.987000', '194650.990000', '194650.992000', '194710.867000', '194710.870000', '194710.872000', '194710.875000', '194710.877000', '194710.880000', '194710.883000', '194710.885000', '194710.888000', '194710.891000', '194710.893000', '194710.896000', '194710.898000', '194710.901000', '194710.904000', '194710.906000', '194710.910000', '194710.914000', '194710.917000', '194710.920000', '194710.923000', '194710.925000', '194710.928000', '194710.930000', '194710.933000', '194710.936000', '194710.938000', '194710.941000', '194710.944000', '194710.946000', '194710.949000', '194710.952000', '194710.954000', '194710.957000', '194710.959000', '194710.962000', '194710.965000', '194710.967000', '194710.970000', '194710.973000', '194710.975000', '194710.978000', '194710.981000', '194730.867000', '194730.869000', '194730.872000', '194730.875000', '194730.877000', '194730.880000', '194730.883000', '194730.885000', '194730.888000', '194730.891000', '194730.893000', '194730.896000', '194730.898000', '194730.901000', '194730.904000', '194730.906000', '194730.909000', '194730.911000', '194730.914000', '194730.917000', '194730.919000', '194730.922000', '194730.924000', '194730.927000', '194730.930000', '194730.932000', '194730.935000', '194730.937000', '194730.940000', '194730.942000', '194730.945000', '194730.948000', '194730.950000', '194730.953000', '194730.955000', '194730.958000', '194730.961000', '194730.963000', '194730.966000', '194730.969000', '194730.971000', '194730.974000', '194730.976000', '194730.979000', '194750.867000', '194750.869000', '194750.872000', '194750.875000', '194750.877000', '194750.880000', '194750.882000', '194750.885000', '194750.888000', '194750.890000', '194750.893000', '194750.896000', '194750.898000', '194750.901000', '194750.903000', '194750.906000', '194750.909000', '194750.911000', '194750.914000', '194750.917000', '194750.919000', '194750.922000', '194750.925000', '194750.927000', '194750.930000', '194750.932000', '194750.935000', '194750.938000', '194750.940000', '194750.943000', '194750.946000', '194750.948000', '194750.951000', '194750.953000', '194750.956000', '194750.959000', '194750.961000', '194750.964000', '194750.967000', '194750.969000', '194750.972000', '194750.974000', '194750.977000', '194810.867000', '194810.932000', '194810.935000', '194810.938000', '194810.940000', '194810.943000', '194810.945000', '194810.948000', '194810.951000', '194810.953000', '194810.956000', '194810.958000', '194810.961000', '194810.964000', '194810.966000', '194810.969000', '194810.972000', '194810.974000', '194810.977000', '194810.979000', '194810.982000', '194810.985000', '194811.002000', '194811.005000', '194811.008000', '194811.010000', '194811.013000', '194811.016000', '194811.018000', '194811.021000', '194811.023000', '194811.026000', '194811.029000', '194811.031000', '194811.034000', '194811.036000', '194811.039000', '194811.042000', '194811.044000', '194811.047000', '194811.050000', '194811.052000', '194811.055000', '194811.058000', '194814.794000', '194814.797000', '194814.800000', '194814.803000', '194814.805000', '194814.808000', '194814.811000', '194814.813000', '194814.816000'], 'InstanceCreationTime': ['193910.894000', '193910.898000', '193910.900000', '193910.903000', '193910.906000', '193910.909000', '193910.911000', '193910.914000', '193910.916000', '193910.919000', '193910.922000', '193910.924000', '193910.927000', '193910.938000', '193910.940000', '193910.943000', '193910.952000', '193910.954000', '193910.957000', '193910.960000', '193910.962000', '193910.965000', '193910.967000', '193910.970000', '193910.972000', '193910.975000', '193930.866000', '193930.869000', '193930.872000', '193930.874000', '193930.877000', '193930.880000', '193930.883000', '193930.886000', '193930.889000', '193930.906000', '193930.909000', '193930.911000', '193930.916000', '193930.919000', '193930.922000', '193930.967000', '193930.970000', '193930.972000', '193930.975000', '193930.978000', '193930.980000', '193930.983000', '193930.986000', '193930.988000', '193930.991000', '193930.993000', '193930.996000', '193930.998000', '193931.001000', '193931.004000', '193931.006000', '193931.009000', '193931.011000', '193931.014000', '193931.017000', '193931.019000', '193931.022000', '193931.024000', '193931.027000', '193931.030000', '193931.032000', '193931.035000', '193931.037000', '193950.866000', '193950.869000', '193950.872000', '193950.874000', '193950.877000', '193950.880000', '193950.882000', '193950.885000', '193950.888000', '193950.890000', '193950.893000', '193950.895000', '193950.898000', '193950.901000', '193950.903000', '193950.906000', '193950.908000', '193950.911000', '193950.914000', '193950.916000', '193950.919000', '193950.921000', '193950.924000', '193950.926000', '193950.929000', '193950.931000', '193950.934000', '193950.937000', '193950.939000', '193950.942000', '193950.944000', '193950.947000', '193950.950000', '193950.952000', '193950.955000', '193950.957000', '193950.960000', '193950.962000', '193950.971000', '193950.974000', '193950.976000', '193950.979000', '193950.982000', '193950.984000', '194010.866000', '194010.869000', '194010.872000', '194010.875000', '194010.877000', '194010.880000', '194010.883000', '194010.885000', '194010.888000', '194010.891000', '194010.893000', '194010.896000', '194010.898000', '194010.901000', '194010.904000', '194010.906000', '194010.909000', '194010.911000', '194010.914000', '194010.916000', '194010.919000', '194010.922000', '194010.924000', '194010.927000', '194010.929000', '194010.932000', '194010.934000', '194010.937000', '194010.940000', '194010.942000', '194010.945000', '194010.947000', '194010.950000', '194010.953000', '194010.955000', '194010.958000', '194010.960000', '194010.963000', '194010.966000', '194010.968000', '194010.971000', '194010.973000', '194010.976000', '194030.866000', '194030.869000', '194030.872000', '194030.875000', '194030.877000', '194030.880000', '194030.882000', '194030.885000', '194030.888000', '194030.890000', '194030.893000', '194030.895000', '194030.898000', '194030.900000', '194030.903000', '194030.906000', '194030.908000', '194030.911000', '194030.913000', '194030.916000', '194030.919000', '194030.921000', '194030.924000', '194030.926000', '194030.929000', '194030.931000', '194030.934000', '194030.937000', '194030.939000', '194030.942000', '194030.944000', '194030.947000', '194030.949000', '194030.952000', '194030.955000', '194030.957000', '194030.960000', '194030.962000', '194030.965000', '194030.968000', '194030.970000', '194030.973000', '194030.975000', '194030.978000', '194050.866000', '194050.869000', '194050.872000', '194050.874000', '194050.877000', '194050.879000', '194050.882000', '194050.885000', '194050.887000', '194050.890000', '194050.892000', '194050.895000', '194050.898000', '194050.900000', '194050.903000', '194050.906000', '194050.908000', '194050.911000', '194050.913000', '194050.916000', '194050.919000', '194050.921000', '194050.924000', '194050.927000', '194050.929000', '194050.932000', '194050.935000', '194050.937000', '194050.940000', '194050.943000', '194050.945000', '194050.948000', '194050.950000', '194050.954000', '194050.957000', '194050.960000', '194050.962000', '194050.965000', '194050.967000', '194050.970000', '194050.973000', '194050.975000', '194050.978000', '194110.866000', '194110.869000', '194110.872000', '194110.874000', '194110.877000', '194110.880000', '194110.882000', '194110.885000', '194110.887000', '194110.890000', '194110.892000', '194110.908000', '194110.911000', '194110.913000', '194110.916000', '194110.919000', '194110.921000', '194110.924000', '194110.927000', '194110.929000', '194110.932000', '194110.934000', '194110.937000', '194110.940000', '194110.942000', '194110.945000', '194110.947000', '194110.950000', '194110.953000', '194110.955000', '194110.958000', '194110.960000', '194110.963000', '194110.966000', '194110.968000', '194110.971000', '194110.973000', '194110.976000', '194110.979000', '194110.981000', '194110.984000', '194110.986000', '194110.989000', '194110.992000', '194130.867000', '194130.870000', '194130.872000', '194130.875000', '194130.877000', '194130.880000', '194130.883000', '194130.885000', '194130.888000', '194130.890000', '194130.893000', '194130.896000', '194130.898000', '194130.901000', '194130.903000', '194130.906000', '194130.909000', '194130.911000', '194130.914000', '194130.916000', '194130.919000', '194130.922000', '194130.924000', '194130.927000', '194130.929000', '194130.932000', '194130.935000', '194130.937000', '194130.940000', '194130.942000', '194130.945000', '194130.947000', '194130.950000', '194130.953000', '194130.955000', '194130.958000', '194130.960000', '194130.963000', '194130.966000', '194130.969000', '194130.971000', '194130.974000', '194130.976000', '194150.867000', '194150.869000', '194150.872000', '194150.875000', '194150.877000', '194150.880000', '194150.882000', '194150.885000', '194150.888000', '194150.890000', '194150.893000', '194150.896000', '194150.898000', '194150.901000', '194150.903000', '194150.906000', '194150.908000', '194150.911000', '194150.914000', '194150.916000', '194150.919000', '194150.921000', '194150.924000', '194150.927000', '194150.929000', '194150.932000', '194150.935000', '194150.937000', '194150.940000', '194150.942000', '194150.945000', '194150.948000', '194150.950000', '194150.953000', '194150.955000', '194150.958000', '194150.960000', '194150.963000', '194150.966000', '194150.968000', '194150.971000', '194150.973000', '194150.976000', '194150.979000', '194210.867000', '194210.869000', '194210.872000', '194210.875000', '194210.877000', '194210.880000', '194210.882000', '194210.885000', '194210.888000', '194210.890000', '194210.893000', '194210.896000', '194210.898000', '194210.901000', '194210.904000', '194210.906000', '194210.909000', '194210.911000', '194210.914000', '194210.916000', '194210.919000', '194210.922000', '194210.924000', '194210.927000', '194210.929000', '194210.932000', '194210.934000', '194210.937000', '194210.940000', '194210.942000', '194210.945000', '194210.947000', '194210.950000', '194210.953000', '194210.955000', '194210.958000', '194210.961000', '194210.963000', '194210.966000', '194210.969000', '194210.971000', '194210.974000', '194210.976000', '194230.866000', '194230.869000', '194230.872000', '194230.875000', '194230.877000', '194230.880000', '194230.882000', '194230.885000', '194230.888000', '194230.890000', '194230.893000', '194230.896000', '194230.898000', '194230.901000', '194230.903000', '194230.906000', '194230.908000', '194230.911000', '194230.914000', '194230.916000', '194230.919000', '194230.921000', '194230.924000', '194230.927000', '194230.929000', '194230.932000', '194230.934000', '194230.937000', '194230.940000', '194230.942000', '194230.945000', '194230.947000', '194230.950000', '194230.953000', '194230.955000', '194230.958000', '194230.975000', '194230.978000', '194230.980000', '194230.983000', '194230.985000', '194230.988000', '194230.991000', '194230.993000', '194250.867000', '194250.869000', '194250.872000', '194250.875000', '194250.877000', '194250.880000', '194250.883000', '194250.885000', '194250.888000', '194250.890000', '194250.893000', '194250.896000', '194250.898000', '194250.901000', '194250.903000', '194250.906000', '194250.908000', '194250.911000', '194250.914000', '194250.916000', '194250.919000', '194250.922000', '194250.924000', '194250.927000', '194250.929000', '194250.932000', '194250.935000', '194250.937000', '194250.940000', '194250.943000', '194250.945000', '194250.948000', '194250.951000', '194250.953000', '194250.956000', '194250.959000', '194250.961000', '194250.964000', '194250.966000', '194250.969000', '194250.972000', '194250.974000', '194250.977000', '194310.866000', '194310.869000', '194310.872000', '194310.875000', '194310.878000', '194310.880000', '194310.883000', '194310.886000', '194310.888000', '194310.891000', '194310.893000', '194310.896000', '194310.899000', '194310.901000', '194310.904000', '194310.906000', '194310.909000', '194310.912000', '194310.914000', '194310.917000', '194310.919000', '194310.922000', '194310.925000', '194310.927000', '194310.930000', '194310.933000', '194310.935000', '194310.938000', '194310.940000', '194310.943000', '194310.946000', '194310.948000', '194310.951000', '194310.953000', '194310.956000', '194310.959000', '194310.961000', '194310.964000', '194310.966000', '194310.969000', '194310.972000', '194310.974000', '194310.977000', '194330.867000', '194330.869000', '194330.872000', '194330.875000', '194330.877000', '194330.880000', '194330.882000', '194330.885000', '194330.888000', '194330.890000', '194330.893000', '194330.895000', '194330.898000', '194330.901000', '194330.903000', '194330.906000', '194330.908000', '194330.911000', '194330.913000', '194330.916000', '194330.919000', '194330.921000', '194330.924000', '194330.927000', '194330.929000', '194330.932000', '194330.935000', '194330.937000', '194330.940000', '194330.942000', '194330.945000', '194330.948000', '194330.950000', '194330.953000', '194330.956000', '194330.958000', '194330.961000', '194330.963000', '194330.966000', '194330.969000', '194330.971000', '194330.974000', '194330.976000', '194330.979000', '194350.867000', '194350.878000', '194350.881000', '194350.884000', '194350.886000', '194350.889000', '194350.892000', '194350.894000', '194350.897000', '194350.899000', '194350.902000', '194350.905000', '194350.907000', '194350.910000', '194350.912000', '194350.915000', '194350.918000', '194350.920000', '194350.923000', '194350.926000', '194350.928000', '194350.931000', '194350.933000', '194350.936000', '194350.939000', '194350.941000', '194350.944000', '194350.946000', '194350.949000', '194350.952000', '194350.954000', '194350.957000', '194350.959000', '194350.962000', '194350.965000', '194350.967000', '194350.970000', '194350.972000', '194350.975000', '194350.978000', '194350.980000', '194350.983000', '194350.985000', '194350.988000', '194410.867000', '194410.882000', '194410.885000', '194410.887000', '194410.890000', '194410.892000', '194410.895000', '194410.898000', '194410.900000', '194410.903000', '194410.905000', '194410.908000', '194410.911000', '194410.913000', '194410.916000', '194410.918000', '194410.921000', '194410.932000', '194410.935000', '194410.938000', '194410.940000', '194410.943000', '194410.945000', '194410.948000', '194410.951000', '194410.953000', '194410.956000', '194410.958000', '194410.961000', '194410.963000', '194410.966000', '194410.969000', '194410.971000', '194410.974000', '194410.977000', '194410.979000', '194410.982000', '194410.984000', '194410.987000', '194410.990000', '194410.992000', '194410.995000', '194410.997000', '194430.867000', '194430.869000', '194430.880000', '194430.883000', '194430.885000', '194430.888000', '194430.891000', '194430.893000', '194430.896000', '194430.898000', '194430.901000', '194430.904000', '194430.906000', '194430.909000', '194430.912000', '194430.914000', '194430.917000', '194430.920000', '194430.922000', '194430.925000', '194430.927000', '194430.930000', '194430.933000', '194430.935000', '194430.938000', '194430.941000', '194430.943000', '194430.946000', '194430.949000', '194430.951000', '194430.954000', '194430.956000', '194430.959000', '194430.962000', '194430.964000', '194430.967000', '194430.969000', '194430.972000', '194430.975000', '194430.977000', '194430.980000', '194430.982000', '194430.985000', '194430.988000', '194450.867000', '194450.869000', '194450.872000', '194450.875000', '194450.877000', '194450.880000', '194450.883000', '194450.885000', '194450.888000', '194450.890000', '194450.893000', '194450.895000', '194450.898000', '194450.901000', '194450.904000', '194450.906000', '194450.909000', '194450.912000', '194450.914000', '194450.917000', '194450.919000', '194450.922000', '194450.925000', '194450.927000', '194450.930000', '194450.932000', '194450.935000', '194450.937000', '194450.940000', '194450.943000', '194450.945000', '194450.948000', '194450.951000', '194450.953000', '194450.956000', '194450.959000', '194450.961000', '194450.964000', '194450.966000', '194450.969000', '194450.971000', '194450.974000', '194450.977000', '194510.867000', '194510.924000', '194510.927000', '194510.929000', '194510.932000', '194510.934000', '194510.937000', '194510.940000', '194510.942000', '194510.945000', '194510.947000', '194510.950000', '194510.953000', '194510.955000', '194510.958000', '194510.961000', '194510.963000', '194510.966000', '194510.968000', '194510.971000', '194510.974000', '194510.976000', '194510.979000', '194510.981000', '194510.984000', '194510.987000', '194510.989000', '194510.992000', '194510.994000', '194510.997000', '194511.002000', '194511.005000', '194511.007000', '194511.010000', '194511.012000', '194511.015000', '194511.018000', '194511.020000', '194511.023000', '194511.025000', '194511.028000', '194511.030000', '194511.033000', '194530.867000', '194530.870000', '194530.872000', '194530.875000', '194530.877000', '194530.880000', '194530.883000', '194530.885000', '194530.888000', '194530.891000', '194530.893000', '194530.896000', '194530.898000', '194530.901000', '194530.904000', '194530.906000', '194530.909000', '194530.912000', '194530.914000', '194530.917000', '194530.919000', '194530.922000', '194530.925000', '194530.927000', '194530.930000', '194530.932000', '194530.935000', '194530.937000', '194530.940000', '194530.951000', '194530.954000', '194530.956000', '194530.959000', '194530.962000', '194530.964000', '194530.967000', '194530.969000', '194530.972000', '194530.975000', '194530.977000', '194530.980000', '194530.983000', '194530.985000', '194530.988000', '194550.866000', '194550.869000', '194550.872000', '194550.875000', '194550.878000', '194550.881000', '194550.884000', '194550.887000', '194550.889000', '194550.892000', '194550.894000', '194550.897000', '194550.900000', '194550.902000', '194550.905000', '194550.907000', '194550.910000', '194550.913000', '194550.915000', '194550.918000', '194550.921000', '194550.923000', '194550.926000', '194550.929000', '194550.931000', '194550.934000', '194550.937000', '194550.940000', '194550.942000', '194550.945000', '194550.948000', '194550.950000', '194550.953000', '194550.955000', '194550.958000', '194550.961000', '194550.963000', '194550.966000', '194550.968000', '194550.971000', '194550.974000', '194550.976000', '194550.979000', '194550.982000', '194610.867000', '194610.870000', '194610.872000', '194610.875000', '194610.878000', '194610.880000', '194610.883000', '194610.886000', '194610.888000', '194610.891000', '194610.893000', '194610.896000', '194610.899000', '194610.901000', '194610.904000', '194610.907000', '194610.909000', '194610.912000', '194610.914000', '194610.917000', '194610.920000', '194610.922000', '194610.925000', '194610.927000', '194610.930000', '194610.933000', '194610.935000', '194610.938000', '194610.940000', '194610.943000', '194610.946000', '194610.948000', '194610.951000', '194610.953000', '194610.956000', '194610.959000', '194610.961000', '194610.964000', '194610.966000', '194610.969000', '194610.972000', '194610.974000', '194610.977000', '194630.866000', '194630.885000', '194630.888000', '194630.891000', '194630.893000', '194630.896000', '194630.898000', '194630.901000', '194630.904000', '194630.906000', '194630.909000', '194630.912000', '194630.914000', '194630.917000', '194630.920000', '194630.922000', '194630.925000', '194630.927000', '194630.930000', '194630.933000', '194630.935000', '194630.938000', '194630.941000', '194630.943000', '194630.946000', '194630.949000', '194630.951000', '194630.954000', '194630.957000', '194630.959000', '194630.962000', '194630.964000', '194630.967000', '194630.969000', '194630.972000', '194630.975000', '194630.977000', '194630.980000', '194630.983000', '194630.985000', '194630.988000', '194630.990000', '194630.993000', '194650.867000', '194650.870000', '194650.872000', '194650.875000', '194650.878000', '194650.880000', '194650.883000', '194650.885000', '194650.888000', '194650.891000', '194650.893000', '194650.896000', '194650.899000', '194650.901000', '194650.904000', '194650.906000', '194650.909000', '194650.912000', '194650.914000', '194650.917000', '194650.919000', '194650.922000', '194650.924000', '194650.927000', '194650.930000', '194650.945000', '194650.948000', '194650.951000', '194650.953000', '194650.956000', '194650.958000', '194650.961000', '194650.964000', '194650.966000', '194650.969000', '194650.971000', '194650.974000', '194650.976000', '194650.979000', '194650.982000', '194650.984000', '194650.987000', '194650.990000', '194650.992000', '194710.867000', '194710.870000', '194710.872000', '194710.875000', '194710.877000', '194710.880000', '194710.883000', '194710.885000', '194710.888000', '194710.891000', '194710.893000', '194710.896000', '194710.898000', '194710.901000', '194710.904000', '194710.906000', '194710.910000', '194710.914000', '194710.917000', '194710.920000', '194710.923000', '194710.925000', '194710.928000', '194710.930000', '194710.933000', '194710.936000', '194710.938000', '194710.941000', '194710.944000', '194710.946000', '194710.949000', '194710.952000', '194710.954000', '194710.957000', '194710.959000', '194710.962000', '194710.965000', '194710.967000', '194710.970000', '194710.973000', '194710.975000', '194710.978000', '194710.981000', '194730.867000', '194730.869000', '194730.872000', '194730.875000', '194730.877000', '194730.880000', '194730.883000', '194730.885000', '194730.888000', '194730.891000', '194730.893000', '194730.896000', '194730.898000', '194730.901000', '194730.904000', '194730.906000', '194730.909000', '194730.911000', '194730.914000', '194730.917000', '194730.919000', '194730.922000', '194730.924000', '194730.927000', '194730.930000', '194730.932000', '194730.935000', '194730.937000', '194730.940000', '194730.942000', '194730.945000', '194730.948000', '194730.950000', '194730.953000', '194730.955000', '194730.958000', '194730.961000', '194730.963000', '194730.966000', '194730.969000', '194730.971000', '194730.974000', '194730.976000', '194730.979000', '194750.867000', '194750.869000', '194750.872000', '194750.875000', '194750.877000', '194750.880000', '194750.882000', '194750.885000', '194750.888000', '194750.890000', '194750.893000', '194750.896000', '194750.898000', '194750.901000', '194750.903000', '194750.906000', '194750.909000', '194750.911000', '194750.914000', '194750.917000', '194750.919000', '194750.922000', '194750.925000', '194750.927000', '194750.930000', '194750.932000', '194750.935000', '194750.938000', '194750.940000', '194750.943000', '194750.946000', '194750.948000', '194750.951000', '194750.953000', '194750.956000', '194750.959000', '194750.961000', '194750.964000', '194750.967000', '194750.969000', '194750.972000', '194750.974000', '194750.977000', '194810.867000', '194810.932000', '194810.935000', '194810.938000', '194810.940000', '194810.943000', '194810.945000', '194810.948000', '194810.951000', '194810.953000', '194810.956000', '194810.958000', '194810.961000', '194810.964000', '194810.966000', '194810.969000', '194810.972000', '194810.974000', '194810.977000', '194810.979000', '194810.982000', '194810.985000', '194811.002000', '194811.005000', '194811.008000', '194811.010000', '194811.013000', '194811.016000', '194811.018000', '194811.021000', '194811.023000', '194811.026000', '194811.029000', '194811.031000', '194811.034000', '194811.036000', '194811.039000', '194811.042000', '194811.044000', '194811.047000', '194811.050000', '194811.052000', '194811.055000', '194811.058000', '194814.794000', '194814.797000', '194814.800000', '194814.803000', '194814.805000', '194814.808000', '194814.811000', '194814.813000', '194814.816000'], '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': [10987, 8291, 7713, 7271, 9532, 6955, 11125, 7675, 9601, 7046, 7152, 7293, 7317, 8421, 6857, 9367, 6101, 9133, 6455, 10349, 6293, 10130, 6076, 9890, 6094, 11969, 6943, 11053, 6508, 10039, 6403, 12039, 7733, 11649, 7191, 10362, 6549, 11870, 7899, 11662, 6859, 10184, 6492, 12007, 8013, 9422, 6929, 8454, 7259, 10348, 7596, 7938, 7303, 8437, 9326, 7163, 9516, 6102, 10401, 7022, 12236, 7710, 9701, 6596, 10757, 7874, 8593, 6862, 5897, 7787, 6085, 10484, 5944, 10180, 6374, 9690, 6690, 11140, 7402, 7906, 6685, 5868, 8121, 5993, 11458, 7300, 9782, 6322, 9393, 6853, 9479, 7242, 7732, 6951, 9833, 7408, 9429, 7306, 6252, 7246, 7525, 8755, 7429, 8490, 6243, 8647, 6179, 10842, 6374, 10093, 6171, 9454, 6013, 11544, 7336, 9743, 6335, 9520, 6516, 10962, 7250, 10227, 6497, 9648, 6609, 11185, 7392, 9746, 6418, 9438, 6570, 11020, 7479, 10301, 6820, 9623, 6602, 11226, 7416, 8112, 7142, 7897, 7625, 10147, 8306, 7145, 7411, 8650, 7597, 11216, 7982, 7924, 7031, 10142, 6889, 11031, 7653, 10961, 6964, 9238, 6385, 10131, 7134, 10033, 6511, 8873, 6015, 9920, 6336, 10381, 6168, 8436, 6131, 9140, 6501, 9863, 6140, 7954, 6508, 8356, 7752, 8026, 6133, 7689, 6354, 7821, 9096, 9195, 8057, 7964, 8179, 7717, 11218, 8017, 10100, 7097, 9745, 7012, 10034, 7367, 10634, 7015, 8632, 6133, 10338, 6690, 10828, 6190, 9040, 5859, 9107, 6227, 10899, 5908, 9517, 6072, 9179, 5974, 10605, 5878, 10641, 5833, 8841, 5688, 9462, 6275, 10783, 6105, 8112, 5881, 8263, 5944, 10486, 5870, 9351, 5849, 8535, 5942, 10417, 6178, 10047, 5906, 9219, 6114, 10381, 6119, 12030, 6603, 9655, 5878, 10642, 6361, 11824, 6447, 9229, 5961, 10623, 6603, 11948, 7181, 9985, 6137, 9991, 7103, 11587, 7040, 9451, 6427, 10200, 7408, 11524, 6902, 9459, 6348, 10461, 7348, 11766, 7662, 9044, 6388, 10024, 7248, 11669, 7139, 9222, 6309, 9074, 6507, 11676, 7678, 8430, 6781, 7560, 7169, 8702, 9181, 6724, 8264, 5802, 8408, 7243, 9440, 6712, 8526, 5814, 8786, 6216, 10296, 6276, 8329, 6092, 9073, 6422, 9103, 6839, 9489, 6094, 8848, 5779, 8592, 6582, 10667, 6341, 9161, 6011, 8948, 5945, 10203, 6210, 10551, 6057, 8878, 6012, 9481, 6177, 11006, 6918, 8932, 6067, 9082, 5965, 11466, 7053, 8952, 5865, 9209, 6294, 11051, 6897, 9053, 6399, 9782, 6575, 11281, 6778, 9074, 6054, 9463, 6006, 10078, 6067, 8995, 5843, 8757, 5743, 8851, 6081, 10140, 6023, 8612, 5774, 8412, 5919, 10302, 6191, 9980, 6233, 8950, 5737, 9016, 6210, 11011, 6402, 8884, 6112, 8908, 5923, 10425, 6058, 9481, 5916, 8620, 5908, 8781, 5840, 9734, 5910, 8057, 5797, 7959, 7087, 8727, 6258, 8390, 5901, 8000, 6404, 8310, 7806, 8686, 5996, 8263, 5837, 8730, 6231, 10754, 6484, 9165, 6097, 8850, 6073, 10602, 6294, 10048, 6258, 9391, 6104, 9881, 6302, 11310, 6618, 9138, 6118, 9551, 6406, 10830, 6453, 9225, 5929, 9346, 6033, 10597, 6536, 9529, 6111, 8867, 5849, 9523, 6079, 10880, 6333, 9021, 5980, 8548, 6008, 9896, 6446, 9319, 5960, 8306, 5658, 7801, 7155, 9216, 5870, 7740, 6036, 7769, 6519, 8682, 6690, 9596, 6012, 8618, 5914, 8602, 5937, 10464, 6228, 8689, 5922, 8689, 5688, 9982, 6060, 9484, 6216, 8898, 5809, 9094, 6204, 9933, 5879, 8554, 5721, 9499, 6168, 10981, 6564, 8966, 6282, 10134, 7354, 9723, 7149, 6635, 7639, 7058, 9999, 6372, 9770, 6188, 9956, 6653, 11826, 9161, 12568, 9028, 11118, 7304, 12297, 8458, 12860, 10205, 10479, 7105, 11558, 7921, 10616, 7459, 8639, 6818, 10807, 7818, 7533, 6778, 7107, 7057, 8405, 8589, 6701, 7959, 6086, 8113, 6707, 9743, 6006, 8716, 5945, 8276, 5991, 9432, 6218, 8817, 5874, 8068, 6009, 8646, 6945, 8176, 6142, 7584, 5992, 8062, 7398, 8731, 5864, 10319, 6098, 8921, 6766, 9358, 7181, 6114, 8299, 6036, 10991, 7118, 9289, 6941, 9739, 7224, 11444, 8474, 8726, 8228, 6819, 8771, 8450, 10387, 9669, 11189, 6134, 9728, 5882, 9384, 6015, 9966, 6791, 10694, 7014, 8614, 6350, 8911, 6450, 10003, 7234, 10562, 6476, 8292, 6260, 8494, 6823, 9382, 7449, 5990, 7493, 5952, 8028, 6022, 10186, 5964, 9406, 6043, 9361, 6000, 10344, 6221, 9462, 6107, 9824, 6312, 11160, 6697, 9462, 6717, 8584, 6447, 10326, 7345, 9606, 6549, 9514, 6584, 10296, 7042, 9412, 6680, 9210, 6542, 10184, 7092, 10593, 6664, 9396, 6389, 9549, 6722, 10768, 7115, 8113, 6871, 7513, 7268, 9237, 8493, 8603, 7930, 7946, 7377, 9938, 7465, 10465, 7462, 7448, 6921, 8298, 7213, 9268, 8598, 7157, 12597, 6871, 10702, 6663, 6968, 7355, 6121, 11008, 6610, 11959, 7063, 12558, 7885, 11117, 8127, 10910, 8290, 13358, 10068, 11979, 9376, 10314, 6709, 9519, 6177, 10762, 6053, 9805, 5978, 8488, 5965, 9114, 6021, 9602, 5887, 7116, 5949, 9949, 5960, 10220, 6996, 10733, 6763, 6280, 7211, 5978, 9229, 6149, 11754, 8124, 6794, 8180, 5972, 8542, 6230, 11371, 7088, 10723, 6522, 9814, 6132, 10425, 6803, 11068, 6460, 9737, 6485, 9808, 6793, 11250, 7121, 9414, 6377, 8141, 6654, 8547, 8752, 6176, 8588, 6221, 8653, 6646, 9546, 5968, 9400, 6072, 9708, 6040, 10820, 6015, 10429, 6238, 10249, 6185, 11528, 6612, 10476, 6563, 10291, 6792, 11636, 7785, 8169, 6835, 7150, 7482, 9447, 8673, 6818, 8012, 7466, 8330, 9444, 9603, 6841, 8520, 6062, 9197, 7081, 10481, 6077, 8930, 6046, 9101, 6839, 10110, 6137, 8637, 6022, 8804, 6574, 10149, 6144, 9852, 6245, 9702, 6206, 11095, 6171, 10882, 6145, 9791, 6029, 10631, 6198, 11673, 6589, 10676, 6521, 11511, 7997, 12225, 7482, 10225, 6626, 11210, 7460, 10701, 6729, 9601, 6463, 10992, 7438, 10584, 6788, 9658, 6655, 10182, 6295, 10986, 6070, 9343, 5982, 10732, 6753, 11209, 6938, 10154, 6545, 10384, 7013, 9882, 7809, 6407, 7500, 6738, 7848, 8671, 9067, 8072, 9556, 5942, 9101, 6018, 11069, 6812, 10629, 6167, 10077, 6596, 11958, 8040, 10731, 7164, 7936, 6519, 8704, 8909, 7298, 9214, 5998, 9260, 6031, 11690, 7105, 10994, 6904, 9753, 6387, 9344, 8010, 6725, 8374, 6173, 9458, 6247, 11828, 6864, 10956, 6476, 9743, 6357, 11210, 8070, 11310, 7044, 8737, 6579, 10270, 7041, 10100, 6558, 7910, 6389, 10309, 7349, 9337, 6737, 8309, 6632, 9739, 7860, 8314, 7467, 7461, 7446, 8491, 7716, 9301, 7582, 6018, 7451, 6537, 7823, 8584, 8766, 6114, 7774, 6119, 7925, 7004, 9324, 6155, 9435, 5954, 9599, 5978, 10260, 6155, 11879, 6737, 10852, 6289, 9599, 6309, 10510, 7435, 12096, 7468, 9842, 6728, 9473, 6777, 11193, 9050, 10840, 10258, 6235, 9450, 6660, 8427, 7428, 6147, 9052, 6040, 11141, 8083, 10396, 7889, 10058, 7066, 10752, 7371, 11374, 8536, 9495, 6252, 9154, 6235, 10772, 6971, 8135, 6411, 6320, 6546, 7412, 8173, 5993, 8942, 6084, 8694, 6148, 11164, 6789, 10643, 6308, 10140, 6265, 10525, 7333, 10274, 7858, 7040, 7539, 7010, 9363, 6520, 10156, 6242, 9136, 5990, 10406, 7036, 12009, 7003, 9293, 6395, 8485, 7187, 7562, 8630, 6041, 8320, 6471, 10785, 6359, 10375, 6239, 10037, 6980, 10693, 8247, 6321, 8105, 5985, 11351, 6900, 12037, 8460, 9676, 6503, 9786, 8031, 6178, 7439, 5958, 8297, 6070, 10297, 6200, 9695, 6272, 9618, 6304, 10811, 7758, 6123, 6779, 6315, 9174, 6420, 11834, 6916, 8828, 6485, 6656, 7548, 6568, 10847, 6454, 9632, 6121, 10498, 6836, 12087, 7571, 8201, 6904, 8486, 9040, 6240, 8820, 6170, 10414, 6863, 11355, 7420, 10100, 6863, 9905, 7553, 8740, 8507, 5897, 9144, 5950, 10841, 7400, 10825, 6853, 9377, 6675, 11149, 8002, 8758, 7142, 6975, 7918, 9002, 9574, 6624, 8767, 5922, 9121, 6309, 11129, 6582, 11326, 6245, 9724, 6411, 9933, 6768, 11095, 8372, 7243, 7362, 6707, 7639, 8047, 9239, 6572, 9757, 5918, 9562, 5855, 9637, 6095, 11971, 7232, 10482, 6774, 9664, 6631, 9596, 6823, 11863, 7668, 9127, 7335, 6830, 7390, 6548, 8181, 6405, 10588, 6386, 11365, 6432, 9184, 5893, 9298, 6140, 12236, 7591, 10214, 6341, 9449, 6664, 10567, 7059, 11047, 6687, 9584, 6230, 9409, 6253, 10999, 7395, 8885, 6358, 6846, 6722, 8513, 9280, 6246, 8773, 6021], 'WindowCenter': [3738.0, 3692.0, 3676.0, 3665.0, 3682.0, 3651.0, 3703.0, 3662.0, 3681.0, 3651.0, 3649.0, 3649.0, 3649.0, 3672.0, 3638.0, 3681.0, 3627.0, 3682.0, 3639.0, 3693.0, 3639.0, 3692.0, 3628.0, 3681.0, 3628.0, 3704.0, 3651.0, 3693.0, 3639.0, 3681.0, 3638.0, 3702.0, 3660.0, 3691.0, 3649.0, 3679.0, 3638.0, 3702.0, 3660.0, 3690.0, 3638.0, 3678.0, 3638.0, 3701.0, 3659.0, 3669.0, 3649.0, 3657.0, 3649.0, 3679.0, 3649.0, 3658.0, 3649.0, 3671.0, 3682.0, 3647.0, 3681.0, 3626.0, 3690.0, 3636.0, 3691.0, 3648.0, 3668.0, 3635.0, 3689.0, 3661.0, 3669.0, 3636.0, 3613.0, 3646.0, 3625.0, 3678.0, 3625.0, 3677.0, 3625.0, 3668.0, 3638.0, 3691.0, 3650.0, 3658.0, 3640.0, 3627.0, 3657.0, 3627.0, 3690.0, 3649.0, 3679.0, 3638.0, 3669.0, 3650.0, 3669.0, 3648.0, 3658.0, 3650.0, 3680.0, 3648.0, 3667.0, 3647.0, 3625.0, 3647.0, 3646.0, 3659.0, 3648.0, 3658.0, 3637.0, 3669.0, 3625.0, 3690.0, 3638.0, 3680.0, 3626.0, 3668.0, 3628.0, 3691.0, 3648.0, 3669.0, 3637.0, 3668.0, 3627.0, 3690.0, 3648.0, 3678.0, 3637.0, 3667.0, 3637.0, 3690.0, 3649.0, 3668.0, 3626.0, 3666.0, 3637.0, 3679.0, 3649.0, 3679.0, 3637.0, 3667.0, 3637.0, 3690.0, 3650.0, 3657.0, 3647.0, 3656.0, 3648.0, 3679.0, 3658.0, 3635.0, 3647.0, 3656.0, 3658.0, 3691.0, 3659.0, 3657.0, 3650.0, 3679.0, 3649.0, 3678.0, 3647.0, 3679.0, 3638.0, 3667.0, 3626.0, 3679.0, 3637.0, 3678.0, 3627.0, 3668.0, 3626.0, 3680.0, 3626.0, 3679.0, 3626.0, 3656.0, 3614.0, 3668.0, 3637.0, 3681.0, 3626.0, 3658.0, 3637.0, 3671.0, 3648.0, 3658.0, 3613.0, 3645.0, 3623.0, 3660.0, 3669.0, 3668.0, 3657.0, 3646.0, 3644.0, 3647.0, 3678.0, 3647.0, 3667.0, 3635.0, 3665.0, 3635.0, 3667.0, 3635.0, 3677.0, 3634.0, 3654.0, 3613.0, 3668.0, 3624.0, 3677.0, 3613.0, 3655.0, 3601.0, 3655.0, 3624.0, 3678.0, 3613.0, 3667.0, 3613.0, 3665.0, 3625.0, 3679.0, 3614.0, 3679.0, 3614.0, 3655.0, 3613.0, 3668.0, 3625.0, 3678.0, 3625.0, 3646.0, 3614.0, 3656.0, 3625.0, 3679.0, 3614.0, 3667.0, 3614.0, 3657.0, 3626.0, 3681.0, 3626.0, 3679.0, 3615.0, 3668.0, 3627.0, 3679.0, 3628.0, 3702.0, 3638.0, 3668.0, 3616.0, 3680.0, 3627.0, 3691.0, 3638.0, 3668.0, 3628.0, 3679.0, 3638.0, 3690.0, 3648.0, 3679.0, 3627.0, 3679.0, 3637.0, 3691.0, 3649.0, 3668.0, 3627.0, 3680.0, 3648.0, 3689.0, 3637.0, 3669.0, 3627.0, 3679.0, 3649.0, 3690.0, 3647.0, 3656.0, 3625.0, 3668.0, 3648.0, 3688.0, 3637.0, 3667.0, 3626.0, 3667.0, 3628.0, 3689.0, 3648.0, 3657.0, 3636.0, 3647.0, 3651.0, 3669.0, 3670.0, 3639.0, 3672.0, 3627.0, 3660.0, 3647.0, 3682.0, 3637.0, 3659.0, 3613.0, 3658.0, 3626.0, 3679.0, 3624.0, 3658.0, 3613.0, 3657.0, 3624.0, 3670.0, 3637.0, 3668.0, 3614.0, 3656.0, 3602.0, 3656.0, 3636.0, 3679.0, 3625.0, 3681.0, 3626.0, 3657.0, 3613.0, 3678.0, 3625.0, 3680.0, 3625.0, 3667.0, 3614.0, 3667.0, 3626.0, 3691.0, 3636.0, 3656.0, 3613.0, 3655.0, 3625.0, 3689.0, 3635.0, 3655.0, 3613.0, 3667.0, 3637.0, 3677.0, 3636.0, 3655.0, 3623.0, 3667.0, 3636.0, 3677.0, 3625.0, 3655.0, 3627.0, 3667.0, 3614.0, 3667.0, 3613.0, 3656.0, 3613.0, 3656.0, 3602.0, 3657.0, 3625.0, 3678.0, 3614.0, 3657.0, 3613.0, 3645.0, 3614.0, 3679.0, 3626.0, 3680.0, 3625.0, 3656.0, 3614.0, 3656.0, 3625.0, 3678.0, 3625.0, 3656.0, 3613.0, 3655.0, 3613.0, 3678.0, 3626.0, 3668.0, 3603.0, 3655.0, 3602.0, 3657.0, 3615.0, 3668.0, 3613.0, 3645.0, 3602.0, 3645.0, 3636.0, 3657.0, 3624.0, 3657.0, 3613.0, 3647.0, 3624.0, 3658.0, 3647.0, 3658.0, 3626.0, 3658.0, 3615.0, 3659.0, 3627.0, 3691.0, 3627.0, 3671.0, 3626.0, 3657.0, 3626.0, 3681.0, 3626.0, 3670.0, 3625.0, 3668.0, 3614.0, 3668.0, 3626.0, 3679.0, 3626.0, 3668.0, 3614.0, 3668.0, 3626.0, 3679.0, 3626.0, 3667.0, 3613.0, 3655.0, 3614.0, 3678.0, 3625.0, 3668.0, 3614.0, 3656.0, 3603.0, 3668.0, 3614.0, 3678.0, 3625.0, 3657.0, 3614.0, 3656.0, 3613.0, 3667.0, 3624.0, 3668.0, 3614.0, 3656.0, 3613.0, 3646.0, 3635.0, 3668.0, 3614.0, 3647.0, 3625.0, 3646.0, 3625.0, 3670.0, 3636.0, 3669.0, 3626.0, 3657.0, 3615.0, 3657.0, 3626.0, 3679.0, 3626.0, 3657.0, 3625.0, 3656.0, 3615.0, 3679.0, 3625.0, 3668.0, 3625.0, 3667.0, 3614.0, 3668.0, 3626.0, 3680.0, 3615.0, 3657.0, 3615.0, 3668.0, 3626.0, 3690.0, 3638.0, 3668.0, 3637.0, 3679.0, 3649.0, 3680.0, 3649.0, 3637.0, 3659.0, 3636.0, 3680.0, 3638.0, 3680.0, 3627.0, 3679.0, 3636.0, 3691.0, 3670.0, 3690.0, 3668.0, 3678.0, 3635.0, 3688.0, 3657.0, 3688.0, 3666.0, 3676.0, 3634.0, 3688.0, 3646.0, 3666.0, 3634.0, 3643.0, 3623.0, 3675.0, 3634.0, 3633.0, 3623.0, 3633.0, 3634.0, 3644.0, 3655.0, 3624.0, 3646.0, 3613.0, 3645.0, 3624.0, 3668.0, 3613.0, 3656.0, 3614.0, 3656.0, 3614.0, 3669.0, 3614.0, 3658.0, 3614.0, 3646.0, 3614.0, 3658.0, 3636.0, 3659.0, 3625.0, 3647.0, 3615.0, 3658.0, 3649.0, 3673.0, 3628.0, 3692.0, 3629.0, 3670.0, 3638.0, 3669.0, 3638.0, 3627.0, 3660.0, 3630.0, 3693.0, 3650.0, 3670.0, 3649.0, 3670.0, 3651.0, 3691.0, 3659.0, 3658.0, 3658.0, 3625.0, 3656.0, 3645.0, 3679.0, 3667.0, 3679.0, 3614.0, 3667.0, 3614.0, 3655.0, 3613.0, 3666.0, 3627.0, 3677.0, 3636.0, 3656.0, 3625.0, 3656.0, 3626.0, 3668.0, 3647.0, 3678.0, 3626.0, 3656.0, 3626.0, 3656.0, 3638.0, 3668.0, 3650.0, 3643.0, 3667.0, 3628.0, 3646.0, 3625.0, 3667.0, 3626.0, 3670.0, 3628.0, 3668.0, 3615.0, 3679.0, 3626.0, 3669.0, 3626.0, 3680.0, 3627.0, 3691.0, 3638.0, 3668.0, 3637.0, 3656.0, 3625.0, 3678.0, 3648.0, 3668.0, 3627.0, 3669.0, 3638.0, 3681.0, 3637.0, 3668.0, 3637.0, 3667.0, 3625.0, 3668.0, 3637.0, 3678.0, 3637.0, 3668.0, 3627.0, 3667.0, 3637.0, 3678.0, 3636.0, 3645.0, 3636.0, 3635.0, 3635.0, 3667.0, 3657.0, 3656.0, 3646.0, 3645.0, 3635.0, 3665.0, 3635.0, 3677.0, 3635.0, 3634.0, 3635.0, 3644.0, 3635.0, 3669.0, 3669.0, 3649.0, 3716.0, 3650.0, 3691.0, 3640.0, 3647.0, 3649.0, 3627.0, 3693.0, 3651.0, 3705.0, 3663.0, 3715.0, 3673.0, 3704.0, 3661.0, 3691.0, 3659.0, 3702.0, 3669.0, 3690.0, 3667.0, 3678.0, 3624.0, 3665.0, 3612.0, 3676.0, 3613.0, 3666.0, 3612.0, 3656.0, 3612.0, 3657.0, 3613.0, 3668.0, 3615.0, 3647.0, 3624.0, 3678.0, 3626.0, 3679.0, 3650.0, 3691.0, 3640.0, 3637.0, 3649.0, 3627.0, 3669.0, 3629.0, 3704.0, 3663.0, 3650.0, 3672.0, 3628.0, 3671.0, 3629.0, 3693.0, 3651.0, 3691.0, 3637.0, 3680.0, 3627.0, 3679.0, 3638.0, 3690.0, 3638.0, 3680.0, 3637.0, 3668.0, 3638.0, 3690.0, 3649.0, 3670.0, 3639.0, 3659.0, 3639.0, 3671.0, 3671.0, 3627.0, 3672.0, 3627.0, 3669.0, 3638.0, 3680.0, 3627.0, 3670.0, 3627.0, 3680.0, 3627.0, 3692.0, 3627.0, 3691.0, 3627.0, 3681.0, 3628.0, 3703.0, 3638.0, 3690.0, 3639.0, 3679.0, 3638.0, 3703.0, 3662.0, 3670.0, 3639.0, 3648.0, 3650.0, 3681.0, 3671.0, 3638.0, 3660.0, 3647.0, 3658.0, 3680.0, 3681.0, 3637.0, 3670.0, 3626.0, 3669.0, 3636.0, 3680.0, 3625.0, 3668.0, 3625.0, 3669.0, 3637.0, 3681.0, 3626.0, 3669.0, 3625.0, 3669.0, 3636.0, 3681.0, 3626.0, 3679.0, 3637.0, 3680.0, 3626.0, 3691.0, 3627.0, 3690.0, 3627.0, 3680.0, 3626.0, 3690.0, 3628.0, 3691.0, 3640.0, 3691.0, 3638.0, 3690.0, 3659.0, 3702.0, 3649.0, 3678.0, 3637.0, 3689.0, 3648.0, 3679.0, 3638.0, 3668.0, 3626.0, 3679.0, 3648.0, 3678.0, 3637.0, 3667.0, 3637.0, 3678.0, 3626.0, 3680.0, 3627.0, 3667.0, 3625.0, 3678.0, 3637.0, 3690.0, 3649.0, 3678.0, 3627.0, 3678.0, 3637.0, 3679.0, 3659.0, 3637.0, 3649.0, 3636.0, 3658.0, 3658.0, 3669.0, 3658.0, 3680.0, 3627.0, 3669.0, 3625.0, 3690.0, 3637.0, 3679.0, 3625.0, 3667.0, 3636.0, 3689.0, 3659.0, 3680.0, 3638.0, 3657.0, 3625.0, 3655.0, 3658.0, 3636.0, 3668.0, 3613.0, 3667.0, 3613.0, 3689.0, 3636.0, 3678.0, 3636.0, 3666.0, 3626.0, 3667.0, 3658.0, 3636.0, 3658.0, 3626.0, 3669.0, 3626.0, 3690.0, 3637.0, 3690.0, 3637.0, 3669.0, 3626.0, 3689.0, 3659.0, 3689.0, 3637.0, 3657.0, 3636.0, 3677.0, 3636.0, 3677.0, 3625.0, 3645.0, 3626.0, 3677.0, 3647.0, 3667.0, 3637.0, 3656.0, 3636.0, 3667.0, 3647.0, 3656.0, 3635.0, 3634.0, 3635.0, 3655.0, 3646.0, 3667.0, 3646.0, 3624.0, 3647.0, 3623.0, 3646.0, 3657.0, 3657.0, 3625.0, 3647.0, 3625.0, 3658.0, 3637.0, 3670.0, 3626.0, 3669.0, 3626.0, 3668.0, 3626.0, 3680.0, 3627.0, 3691.0, 3638.0, 3692.0, 3637.0, 3681.0, 3639.0, 3689.0, 3648.0, 3701.0, 3648.0, 3678.0, 3638.0, 3678.0, 3637.0, 3690.0, 3670.0, 3690.0, 3681.0, 3627.0, 3680.0, 3636.0, 3657.0, 3648.0, 3628.0, 3682.0, 3642.0, 3705.0, 3674.0, 3695.0, 3673.0, 3680.0, 3639.0, 3679.0, 3649.0, 3690.0, 3659.0, 3666.0, 3625.0, 3655.0, 3625.0, 3690.0, 3636.0, 3646.0, 3625.0, 3623.0, 3624.0, 3635.0, 3657.0, 3626.0, 3668.0, 3626.0, 3668.0, 3626.0, 3690.0, 3652.0, 3692.0, 3640.0, 3679.0, 3627.0, 3691.0, 3651.0, 3680.0, 3660.0, 3637.0, 3647.0, 3636.0, 3669.0, 3625.0, 3680.0, 3637.0, 3667.0, 3614.0, 3677.0, 3635.0, 3689.0, 3638.0, 3667.0, 3625.0, 3656.0, 3637.0, 3646.0, 3658.0, 3625.0, 3657.0, 3625.0, 3678.0, 3625.0, 3678.0, 3625.0, 3666.0, 3636.0, 3678.0, 3658.0, 3625.0, 3646.0, 3613.0, 3689.0, 3636.0, 3702.0, 3659.0, 3668.0, 3624.0, 3667.0, 3646.0, 3614.0, 3645.0, 3623.0, 3644.0, 3612.0, 3676.0, 3625.0, 3668.0, 3625.0, 3666.0, 3625.0, 3677.0, 3647.0, 3614.0, 3635.0, 3624.0, 3666.0, 3626.0, 3688.0, 3637.0, 3667.0, 3627.0, 3635.0, 3648.0, 3637.0, 3691.0, 3639.0, 3681.0, 3628.0, 3690.0, 3638.0, 3701.0, 3659.0, 3669.0, 3649.0, 3669.0, 3671.0, 3638.0, 3673.0, 3640.0, 3693.0, 3638.0, 3702.0, 3661.0, 3680.0, 3638.0, 3681.0, 3660.0, 3669.0, 3659.0, 3616.0, 3667.0, 3625.0, 3692.0, 3648.0, 3690.0, 3650.0, 3681.0, 3637.0, 3690.0, 3658.0, 3657.0, 3636.0, 3635.0, 3646.0, 3668.0, 3670.0, 3636.0, 3658.0, 3624.0, 3667.0, 3625.0, 3690.0, 3637.0, 3690.0, 3626.0, 3679.0, 3636.0, 3678.0, 3638.0, 3690.0, 3659.0, 3648.0, 3648.0, 3637.0, 3658.0, 3658.0, 3670.0, 3636.0, 3669.0, 3628.0, 3679.0, 3615.0, 3667.0, 3626.0, 3690.0, 3647.0, 3678.0, 3638.0, 3668.0, 3636.0, 3667.0, 3637.0, 3689.0, 3647.0, 3668.0, 3648.0, 3638.0, 3650.0, 3626.0, 3658.0, 3637.0, 3680.0, 3637.0, 3704.0, 3638.0, 3669.0, 3615.0, 3668.0, 3626.0, 3689.0, 3649.0, 3677.0, 3626.0, 3668.0, 3638.0, 3679.0, 3647.0, 3688.0, 3637.0, 3667.0, 3626.0, 3666.0, 3625.0, 3679.0, 3648.0, 3670.0, 3639.0, 3636.0, 3638.0, 3657.0, 3668.0, 3637.0, 3669.0, 3626.0], 'WindowWidth': [8427.0, 8353.0, 8321.0, 8302.0, 8319.0, 8275.0, 8347.0, 8291.0, 8314.0, 8274.0, 8268.0, 8268.0, 8269.0, 8303.0, 8254.0, 8314.0, 8239.0, 8316.0, 8256.0, 8332.0, 8257.0, 8331.0, 8241.0, 8314.0, 8243.0, 8348.0, 8274.0, 8334.0, 8257.0, 8313.0, 8253.0, 8342.0, 8284.0, 8326.0, 8269.0, 8309.0, 8255.0, 8343.0, 8284.0, 8325.0, 8254.0, 8306.0, 8253.0, 8340.0, 8283.0, 8295.0, 8269.0, 8277.0, 8267.0, 8308.0, 8268.0, 8280.0, 8269.0, 8302.0, 8316.0, 8265.0, 8311.0, 8233.0, 8324.0, 8247.0, 8326.0, 8266.0, 8292.0, 8244.0, 8322.0, 8288.0, 8295.0, 8247.0, 8213.0, 8260.0, 8232.0, 8305.0, 8231.0, 8301.0, 8232.0, 8291.0, 8255.0, 8328.0, 8272.0, 8280.0, 8258.0, 8239.0, 8277.0, 8237.0, 8325.0, 8270.0, 8308.0, 8252.0, 8295.0, 8271.0, 8293.0, 8266.0, 8280.0, 8270.0, 8312.0, 8265.0, 8289.0, 8263.0, 8229.0, 8263.0, 8260.0, 8280.0, 8265.0, 8279.0, 8249.0, 8293.0, 8231.0, 8322.0, 8252.0, 8309.0, 8234.0, 8290.0, 8240.0, 8326.0, 8265.0, 8292.0, 8249.0, 8290.0, 8236.0, 8323.0, 8265.0, 8304.0, 8250.0, 8288.0, 8250.0, 8321.0, 8267.0, 8290.0, 8234.0, 8285.0, 8248.0, 8306.0, 8267.0, 8306.0, 8250.0, 8289.0, 8251.0, 8322.0, 8270.0, 8276.0, 8263.0, 8272.0, 8264.0, 8307.0, 8279.0, 8244.0, 8261.0, 8272.0, 8279.0, 8326.0, 8281.0, 8275.0, 8271.0, 8307.0, 8268.0, 8303.0, 8263.0, 8306.0, 8249.0, 8287.0, 8233.0, 8308.0, 8250.0, 8304.0, 8236.0, 8291.0, 8233.0, 8308.0, 8234.0, 8307.0, 8232.0, 8272.0, 8213.0, 8290.0, 8252.0, 8311.0, 8233.0, 8276.0, 8249.0, 8299.0, 8265.0, 8277.0, 8212.0, 8256.0, 8225.0, 8283.0, 8294.0, 8291.0, 8274.0, 8258.0, 8253.0, 8260.0, 8306.0, 8260.0, 8287.0, 8241.0, 8282.0, 8241.0, 8289.0, 8243.0, 8301.0, 8241.0, 8266.0, 8211.0, 8288.0, 8228.0, 8300.0, 8210.0, 8267.0, 8193.0, 8269.0, 8229.0, 8303.0, 8211.0, 8285.0, 8211.0, 8282.0, 8230.0, 8306.0, 8216.0, 8305.0, 8214.0, 8269.0, 8213.0, 8289.0, 8232.0, 8305.0, 8231.0, 8258.0, 8214.0, 8272.0, 8233.0, 8306.0, 8216.0, 8288.0, 8216.0, 8273.0, 8233.0, 8310.0, 8234.0, 8307.0, 8219.0, 8291.0, 8234.0, 8307.0, 8239.0, 8340.0, 8252.0, 8291.0, 8220.0, 8310.0, 8238.0, 8324.0, 8252.0, 8292.0, 8237.0, 8307.0, 8253.0, 8323.0, 8266.0, 8306.0, 8235.0, 8307.0, 8251.0, 8325.0, 8267.0, 8290.0, 8235.0, 8309.0, 8266.0, 8321.0, 8250.0, 8291.0, 8236.0, 8308.0, 8266.0, 8324.0, 8262.0, 8271.0, 8230.0, 8289.0, 8263.0, 8318.0, 8249.0, 8287.0, 8232.0, 8287.0, 8238.0, 8319.0, 8264.0, 8274.0, 8247.0, 8261.0, 8276.0, 8296.0, 8296.0, 8254.0, 8302.0, 8238.0, 8282.0, 8265.0, 8318.0, 8251.0, 8279.0, 8213.0, 8275.0, 8236.0, 8306.0, 8227.0, 8277.0, 8213.0, 8272.0, 8228.0, 8298.0, 8249.0, 8291.0, 8213.0, 8270.0, 8194.0, 8273.0, 8246.0, 8307.0, 8230.0, 8314.0, 8234.0, 8274.0, 8210.0, 8302.0, 8232.0, 8309.0, 8230.0, 8287.0, 8214.0, 8287.0, 8233.0, 8328.0, 8247.0, 8270.0, 8211.0, 8267.0, 8230.0, 8322.0, 8244.0, 8268.0, 8210.0, 8288.0, 8249.0, 8301.0, 8245.0, 8266.0, 8225.0, 8287.0, 8247.0, 8299.0, 8228.0, 8267.0, 8235.0, 8287.0, 8213.0, 8287.0, 8212.0, 8272.0, 8209.0, 8268.0, 8194.0, 8273.0, 8231.0, 8302.0, 8213.0, 8272.0, 8211.0, 8254.0, 8213.0, 8306.0, 8232.0, 8310.0, 8230.0, 8270.0, 8213.0, 8271.0, 8231.0, 8304.0, 8228.0, 8271.0, 8211.0, 8267.0, 8212.0, 8304.0, 8233.0, 8288.0, 8197.0, 8267.0, 8195.0, 8273.0, 8217.0, 8289.0, 8211.0, 8255.0, 8195.0, 8254.0, 8245.0, 8274.0, 8228.0, 8273.0, 8212.0, 8258.0, 8227.0, 8279.0, 8262.0, 8277.0, 8232.0, 8276.0, 8216.0, 8277.0, 8236.0, 8324.0, 8236.0, 8298.0, 8234.0, 8275.0, 8235.0, 8313.0, 8233.0, 8294.0, 8230.0, 8290.0, 8213.0, 8289.0, 8232.0, 8306.0, 8232.0, 8288.0, 8214.0, 8290.0, 8234.0, 8306.0, 8233.0, 8285.0, 8211.0, 8268.0, 8215.0, 8303.0, 8228.0, 8288.0, 8213.0, 8269.0, 8196.0, 8288.0, 8215.0, 8302.0, 8228.0, 8273.0, 8212.0, 8271.0, 8210.0, 8287.0, 8227.0, 8289.0, 8213.0, 8270.0, 8211.0, 8259.0, 8244.0, 8290.0, 8214.0, 8262.0, 8231.0, 8259.0, 8231.0, 8295.0, 8247.0, 8293.0, 8233.0, 8276.0, 8218.0, 8274.0, 8234.0, 8305.0, 8233.0, 8273.0, 8229.0, 8271.0, 8217.0, 8305.0, 8232.0, 8290.0, 8231.0, 8288.0, 8214.0, 8290.0, 8232.0, 8307.0, 8218.0, 8274.0, 8216.0, 8291.0, 8235.0, 8322.0, 8251.0, 8291.0, 8249.0, 8306.0, 8268.0, 8309.0, 8267.0, 8250.0, 8280.0, 8248.0, 8311.0, 8253.0, 8311.0, 8236.0, 8307.0, 8247.0, 8326.0, 8294.0, 8325.0, 8291.0, 8303.0, 8243.0, 8318.0, 8273.0, 8319.0, 8285.0, 8297.0, 8239.0, 8315.0, 8258.0, 8284.0, 8240.0, 8249.0, 8222.0, 8295.0, 8238.0, 8235.0, 8224.0, 8235.0, 8237.0, 8253.0, 8269.0, 8225.0, 8256.0, 8211.0, 8255.0, 8225.0, 8288.0, 8211.0, 8270.0, 8212.0, 8269.0, 8213.0, 8291.0, 8214.0, 8275.0, 8215.0, 8257.0, 8212.0, 8276.0, 8245.0, 8277.0, 8230.0, 8261.0, 8216.0, 8277.0, 8271.0, 8304.0, 8241.0, 8329.0, 8242.0, 8294.0, 8252.0, 8292.0, 8251.0, 8236.0, 8282.0, 8244.0, 8330.0, 8271.0, 8296.0, 8268.0, 8295.0, 8272.0, 8327.0, 8280.0, 8275.0, 8275.0, 8228.0, 8270.0, 8254.0, 8305.0, 8287.0, 8305.0, 8214.0, 8285.0, 8212.0, 8266.0, 8209.0, 8284.0, 8233.0, 8300.0, 8244.0, 8270.0, 8229.0, 8269.0, 8231.0, 8290.0, 8262.0, 8302.0, 8231.0, 8271.0, 8232.0, 8270.0, 8251.0, 8290.0, 8267.0, 8268.0, 8302.0, 8237.0, 8258.0, 8230.0, 8285.0, 8231.0, 8297.0, 8236.0, 8289.0, 8217.0, 8306.0, 8233.0, 8291.0, 8232.0, 8307.0, 8235.0, 8323.0, 8249.0, 8289.0, 8247.0, 8270.0, 8229.0, 8303.0, 8264.0, 8289.0, 8234.0, 8291.0, 8250.0, 8309.0, 8249.0, 8289.0, 8247.0, 8287.0, 8230.0, 8288.0, 8249.0, 8301.0, 8246.0, 8292.0, 8234.0, 8287.0, 8250.0, 8303.0, 8245.0, 8255.0, 8244.0, 8241.0, 8242.0, 8285.0, 8274.0, 8271.0, 8257.0, 8255.0, 8241.0, 8280.0, 8241.0, 8298.0, 8242.0, 8241.0, 8243.0, 8253.0, 8243.0, 8294.0, 8295.0, 8269.0, 8368.0, 8274.0, 8329.0, 8258.0, 8265.0, 8270.0, 8240.0, 8333.0, 8276.0, 8351.0, 8296.0, 8366.0, 8308.0, 8350.0, 8290.0, 8328.0, 8280.0, 8343.0, 8293.0, 8323.0, 8287.0, 8302.0, 8227.0, 8281.0, 8209.0, 8297.0, 8212.0, 8284.0, 8210.0, 8269.0, 8207.0, 8274.0, 8212.0, 8290.0, 8220.0, 8263.0, 8228.0, 8303.0, 8235.0, 8306.0, 8272.0, 8325.0, 8258.0, 8250.0, 8265.0, 8237.0, 8294.0, 8243.0, 8347.0, 8293.0, 8273.0, 8302.0, 8241.0, 8297.0, 8243.0, 8331.0, 8272.0, 8325.0, 8249.0, 8308.0, 8236.0, 8305.0, 8251.0, 8323.0, 8252.0, 8308.0, 8250.0, 8290.0, 8253.0, 8322.0, 8267.0, 8296.0, 8256.0, 8282.0, 8256.0, 8300.0, 8298.0, 8239.0, 8302.0, 8237.0, 8293.0, 8253.0, 8311.0, 8236.0, 8297.0, 8238.0, 8310.0, 8237.0, 8327.0, 8238.0, 8326.0, 8236.0, 8310.0, 8241.0, 8343.0, 8253.0, 8323.0, 8255.0, 8307.0, 8254.0, 8345.0, 8290.0, 8297.0, 8256.0, 8265.0, 8271.0, 8316.0, 8300.0, 8253.0, 8283.0, 8263.0, 8279.0, 8310.0, 8312.0, 8249.0, 8297.0, 8234.0, 8294.0, 8248.0, 8310.0, 8232.0, 8291.0, 8231.0, 8292.0, 8251.0, 8311.0, 8234.0, 8294.0, 8233.0, 8292.0, 8248.0, 8311.0, 8236.0, 8309.0, 8251.0, 8310.0, 8234.0, 8325.0, 8237.0, 8324.0, 8236.0, 8308.0, 8235.0, 8323.0, 8240.0, 8328.0, 8258.0, 8325.0, 8254.0, 8325.0, 8283.0, 8343.0, 8269.0, 8306.0, 8249.0, 8319.0, 8265.0, 8306.0, 8253.0, 8290.0, 8234.0, 8307.0, 8266.0, 8304.0, 8249.0, 8290.0, 8250.0, 8304.0, 8234.0, 8308.0, 8236.0, 8290.0, 8233.0, 8303.0, 8250.0, 8323.0, 8267.0, 8305.0, 8237.0, 8304.0, 8251.0, 8307.0, 8281.0, 8251.0, 8268.0, 8248.0, 8277.0, 8277.0, 8294.0, 8278.0, 8310.0, 8238.0, 8295.0, 8232.0, 8321.0, 8249.0, 8307.0, 8232.0, 8287.0, 8247.0, 8321.0, 8282.0, 8310.0, 8251.0, 8274.0, 8229.0, 8269.0, 8277.0, 8245.0, 8289.0, 8211.0, 8286.0, 8212.0, 8319.0, 8247.0, 8306.0, 8247.0, 8286.0, 8233.0, 8290.0, 8279.0, 8247.0, 8278.0, 8236.0, 8294.0, 8232.0, 8322.0, 8250.0, 8322.0, 8251.0, 8294.0, 8234.0, 8321.0, 8280.0, 8322.0, 8249.0, 8276.0, 8245.0, 8300.0, 8246.0, 8300.0, 8231.0, 8256.0, 8231.0, 8299.0, 8262.0, 8288.0, 8250.0, 8272.0, 8245.0, 8286.0, 8260.0, 8271.0, 8242.0, 8240.0, 8241.0, 8267.0, 8258.0, 8287.0, 8259.0, 8228.0, 8260.0, 8226.0, 8259.0, 8274.0, 8276.0, 8232.0, 8262.0, 8233.0, 8277.0, 8249.0, 8296.0, 8234.0, 8293.0, 8233.0, 8291.0, 8232.0, 8307.0, 8236.0, 8325.0, 8254.0, 8328.0, 8251.0, 8311.0, 8257.0, 8322.0, 8267.0, 8339.0, 8265.0, 8304.0, 8252.0, 8304.0, 8250.0, 8326.0, 8299.0, 8323.0, 8314.0, 8240.0, 8310.0, 8246.0, 8277.0, 8268.0, 8242.0, 8317.0, 8267.0, 8354.0, 8310.0, 8339.0, 8305.0, 8311.0, 8253.0, 8307.0, 8267.0, 8321.0, 8278.0, 8285.0, 8229.0, 8268.0, 8230.0, 8322.0, 8245.0, 8257.0, 8229.0, 8225.0, 8228.0, 8242.0, 8276.0, 8233.0, 8292.0, 8233.0, 8291.0, 8234.0, 8324.0, 8279.0, 8332.0, 8259.0, 8308.0, 8235.0, 8328.0, 8274.0, 8309.0, 8281.0, 8249.0, 8261.0, 8245.0, 8292.0, 8230.0, 8308.0, 8249.0, 8287.0, 8213.0, 8300.0, 8244.0, 8320.0, 8251.0, 8289.0, 8231.0, 8270.0, 8247.0, 8259.0, 8277.0, 8229.0, 8273.0, 8231.0, 8304.0, 8231.0, 8302.0, 8231.0, 8284.0, 8247.0, 8303.0, 8277.0, 8229.0, 8258.0, 8212.0, 8319.0, 8248.0, 8345.0, 8281.0, 8290.0, 8227.0, 8289.0, 8259.0, 8213.0, 8257.0, 8226.0, 8252.0, 8210.0, 8297.0, 8230.0, 8291.0, 8231.0, 8286.0, 8232.0, 8302.0, 8262.0, 8215.0, 8243.0, 8227.0, 8285.0, 8234.0, 8318.0, 8249.0, 8289.0, 8235.0, 8245.0, 8264.0, 8252.0, 8327.0, 8254.0, 8312.0, 8241.0, 8325.0, 8254.0, 8340.0, 8282.0, 8295.0, 8267.0, 8294.0, 8299.0, 8254.0, 8305.0, 8261.0, 8332.0, 8254.0, 8346.0, 8288.0, 8311.0, 8254.0, 8315.0, 8286.0, 8295.0, 8279.0, 8219.0, 8288.0, 8232.0, 8329.0, 8267.0, 8324.0, 8272.0, 8316.0, 8251.0, 8323.0, 8280.0, 8276.0, 8247.0, 8244.0, 8259.0, 8290.0, 8296.0, 8246.0, 8276.0, 8229.0, 8286.0, 8230.0, 8325.0, 8251.0, 8323.0, 8235.0, 8307.0, 8249.0, 8305.0, 8254.0, 8325.0, 8283.0, 8266.0, 8266.0, 8252.0, 8278.0, 8278.0, 8297.0, 8247.0, 8294.0, 8239.0, 8308.0, 8218.0, 8287.0, 8233.0, 8322.0, 8264.0, 8305.0, 8253.0, 8291.0, 8248.0, 8286.0, 8249.0, 8320.0, 8264.0, 8292.0, 8265.0, 8254.0, 8271.0, 8233.0, 8276.0, 8250.0, 8309.0, 8250.0, 8351.0, 8253.0, 8295.0, 8218.0, 8288.0, 8235.0, 8320.0, 8267.0, 8302.0, 8234.0, 8290.0, 8255.0, 8306.0, 8263.0, 8318.0, 8249.0, 8290.0, 8233.0, 8284.0, 8229.0, 8306.0, 8265.0, 8300.0, 8254.0, 8247.0, 8252.0, 8274.0, 8290.0, 8249.0, 8295.0, 8235.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.0003178506224066391</td></tr>
<tr><td colspan=3>aqi</td><td>0.02887818506224066</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.83009372287374</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1399446126411954</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9778629572093005</td></tr>
<tr><td colspan=3>efc</td><td>0.4902</td></tr>
<tr><td colspan=3>fber</td><td>3595.0034</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10962115135208055</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>87</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.219917012448133</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4704370806466405</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4514644870070774</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5980245744219035</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.361822180510942</td></tr>
<tr><td colspan=3>gcor</td><td>0.00451608</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004773985594511032</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02717556618154049</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1205</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.078163236289872</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>19.7834</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.4368</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.316</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>297821.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>713.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>292.1089</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7937</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>433.8193</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2894.6841</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3027.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78723.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1132.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3813.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>742.2412</td></tr>
<tr><td colspan=3>tsnr</td><td>35.05674843105953</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>