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

616 lines
No EOL
170 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-0040_ses-03_task-shortvideo_acq-mb8_run-01_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-0040_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0040_suffix-bold_task-shortvideo" 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-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0040_suffix-bold_task-shortvideo" 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-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0040_suffix-bold_task-shortvideo" 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-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0040_suffix-bold_task-shortvideo" 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-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0040_suffix-bold_task-shortvideo" 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-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0040_suffix-bold_task-shortvideo" 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-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0040_suffix-bold_task-shortvideo" 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-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_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-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_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-0040/ses-03/func/sub-0040_ses-03_task-shortvideo_acq-mb8_run-01_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>57a1b8929c62433ee01dd5c18c7c8869</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>09:43:42.727500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997982, 0.0631513, 0.00656355, -0.0626129, 0.996038, -0.0631531]</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-01_task-shortvideo_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.0825649</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-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7723, -7212, 542, 51, -24, -14, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.39</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>633dc488-45f5-4e55-9ca8-694895abcb5e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677513837814331, -0.16798582673072815, 0.028419507667422295, 126.04483032226562], [-0.16943031549453735, 2.6722965240478516, -0.169059619307518, -88.303955078125], [0.017609531059861183, 0.1694350391626358, 2.694552183151245, -57.42823791503906], [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, 1640]</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, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'AcquisitionTime': ['094342.727500', '094343.187500', '094343.647500', '094344.107500', '094344.567500', '094345.027500', '094345.487500', '094345.947500', '094346.407500', '094346.867500', '094347.327500', '094347.787500', '094348.247500', '094348.707500', '094349.167500', '094349.627500', '094350.087500', '094350.547500', '094351.007500', '094351.467500', '094351.927500', '094352.387500', '094352.847500', '094353.307500', '094353.767500', '094354.227500', '094354.687500', '094355.147500', '094355.607500', '094356.067500', '094356.527500', '094356.987500', '094357.447500', '094357.907500', '094358.367500', '094358.827500', '094359.287500', '094359.747500', '094400.207500', '094400.667500', '094401.127500', '094401.587500', '094402.047500', '094402.507500', '094402.967500', '094403.427500', '094403.887500', '094404.347500', '094404.807500', '094405.267500', '094405.727500', '094406.187500', '094406.647500', '094407.107500', '094407.567500', '094408.027500', '094408.487500', '094408.947500', '094409.407500', '094409.867500', '094410.327500', '094410.787500', '094411.247500', '094411.707500', '094412.167500', '094412.627500', '094413.087500', '094413.547500', '094414.007500', '094414.467500', '094414.927500', '094415.387500', '094415.847500', '094416.307500', '094416.767500', '094417.227500', '094417.687500', '094418.147500', '094418.607500', '094419.067500', '094419.527500', '094419.987500', '094420.447500', '094420.907500', '094421.367500', '094421.827500', '094422.287500', '094422.747500', '094423.207500', '094423.667500', '094424.127500', '094424.587500', '094425.047500', '094425.507500', '094425.967500', '094426.427500', '094426.887500', '094427.347500', '094427.807500', '094428.267500', '094428.727500', '094429.187500', '094429.647500', '094430.107500', '094430.567500', '094431.027500', '094431.487500', '094431.947500', '094432.407500', '094432.867500', '094433.327500', '094433.787500', '094434.247500', '094434.707500', '094435.167500', '094435.627500', '094436.087500', '094436.547500', '094437.007500', '094437.467500', '094437.927500', '094438.387500', '094438.847500', '094439.307500', '094439.767500', '094440.227500', '094440.687500', '094441.147500', '094441.607500', '094442.067500', '094442.527500', '094442.987500', '094443.447500', '094443.907500', '094444.367500', '094444.827500', '094445.287500', '094445.747500', '094446.207500', '094446.667500', '094447.127500', '094447.587500', '094448.047500', '094448.507500', '094448.967500', '094449.427500', '094449.887500', '094450.347500', '094450.807500', '094451.267500', '094451.727500', '094452.187500', '094452.647500', '094453.107500', '094453.567500', '094454.027500', '094454.487500', '094454.947500', '094455.407500', '094455.867500', '094456.327500', '094456.787500', '094457.247500', '094457.707500', '094458.167500', '094458.627500', '094459.087500', '094459.547500', '094500.007500', '094500.467500', '094500.927500', '094501.387500', '094501.847500', '094502.307500', '094502.767500', '094503.227500', '094503.687500', '094504.147500', '094504.607500', '094505.067500', '094505.527500', '094505.987500', '094506.447500', '094506.907500', '094507.367500', '094507.827500', '094508.287500', '094508.747500', '094509.207500', '094509.667500', '094510.127500', '094510.587500', '094511.047500', '094511.507500', '094511.967500', '094512.427500', '094512.887500', '094513.347500', '094513.807500', '094514.267500', '094514.727500', '094515.187500', '094515.647500', '094516.107500', '094516.567500', '094517.027500', '094517.487500', '094517.947500', '094518.407500', '094518.867500', '094519.327500', '094519.787500', '094520.247500', '094520.707500', '094521.167500', '094521.627500', '094522.087500', '094522.547500', '094523.007500', '094523.467500', '094523.927500', '094524.387500', '094524.847500', '094525.307500', '094525.767500', '094526.227500', '094526.687500', '094527.147500', '094527.607500', '094528.067500', '094528.527500', '094528.987500', '094529.447500', '094529.907500', '094530.367500', '094530.827500', '094531.287500', '094531.747500', '094532.207500', '094532.667500', '094533.127500', '094533.587500', '094534.047500', '094534.507500', '094534.967500', '094535.427500', '094535.887500', '094536.347500', '094536.807500', '094537.267500', '094537.727500', '094538.187500', '094538.647500', '094539.107500', '094539.567500', '094540.027500', '094540.487500', '094540.947500', '094541.407500', '094541.867500', '094542.327500', '094542.787500', '094543.247500', '094543.707500', '094544.167500', '094544.627500', '094545.087500', '094545.547500', '094546.007500', '094546.467500', '094546.927500', '094547.387500', '094547.847500', '094548.307500', '094548.767500', '094549.227500', '094549.687500', '094550.147500', '094550.607500', '094551.067500', '094551.527500', '094551.987500', '094552.447500', '094552.907500', '094553.367500', '094553.827500', '094554.287500', '094554.747500', '094555.207500', '094555.667500', '094556.127500', '094556.587500', '094557.047500', '094557.507500', '094557.967500', '094558.427500', '094558.887500', '094559.347500', '094559.807500', '094600.267500', '094600.727500', '094601.187500', '094601.647500', '094602.107500', '094602.567500', '094603.027500', '094603.487500', '094603.947500', '094604.407500', '094604.867500', '094605.327500', '094605.787500', '094606.247500', '094606.707500', '094607.167500', '094607.627500', '094608.087500', '094608.547500', '094609.007500', '094609.467500', '094609.927500', '094610.387500', '094610.847500', '094611.307500', '094611.767500', '094612.227500', '094612.687500', '094613.147500', '094613.607500', '094614.067500', '094614.527500', '094614.987500', '094615.447500', '094615.907500', '094616.367500', '094616.827500', '094617.287500', '094617.747500', '094618.207500', '094618.667500', '094619.127500', '094619.587500', '094620.047500', '094620.507500', '094620.967500', '094621.427500', '094621.887500', '094622.347500', '094622.807500', '094623.267500', '094623.727500', '094624.187500', '094624.647500', '094625.107500', '094625.567500', '094626.027500', '094626.487500', '094626.947500', '094627.407500', '094627.867500', '094628.327500', '094628.787500', '094629.247500', '094629.707500', '094630.167500', '094630.627500', '094631.087500', '094631.547500', '094632.007500', '094632.467500', '094632.927500', '094633.387500', '094633.847500', '094634.307500', '094634.767500', '094635.227500', '094635.687500', '094636.147500', '094636.607500', '094637.067500', '094637.527500', '094637.987500', '094638.447500', '094638.907500', '094639.367500', '094639.827500', '094640.287500', '094640.747500', '094641.207500', '094641.667500', '094642.127500', '094642.587500', '094643.047500', '094643.507500', '094643.967500', '094644.427500', '094644.887500', '094645.347500', '094645.807500', '094646.267500', '094646.727500', '094647.187500', '094647.647500', '094648.107500', '094648.567500', '094649.027500', '094649.487500', '094649.947500', '094650.407500', '094650.867500', '094651.327500', '094651.787500', '094652.247500', '094652.707500', '094653.167500', '094653.627500', '094654.087500', '094654.547500', '094655.007500', '094655.467500', '094655.927500', '094656.387500', '094656.847500', '094657.307500', '094657.767500', '094658.227500', '094658.687500', '094659.147500', '094659.607500', '094700.067500', '094700.527500', '094700.987500', '094701.447500', '094701.907500', '094702.367500', '094702.827500', '094703.287500', '094703.747500', '094704.207500', '094704.667500', '094705.127500', '094705.587500', '094706.047500', '094706.507500', '094706.967500', '094707.427500', '094707.887500', '094708.347500', '094708.807500', '094709.267500', '094709.727500', '094710.187500', '094710.647500', '094711.107500', '094711.567500', '094712.027500', '094712.487500', '094712.947500', '094713.407500', '094713.867500', '094714.327500', '094714.787500', '094715.247500', '094715.707500', '094716.167500', '094716.627500', '094717.087500', '094717.547500', '094718.007500', '094718.467500', '094718.927500', '094719.387500', '094719.847500', '094720.307500', '094720.767500', '094721.227500', '094721.687500', '094722.147500', '094722.607500', '094723.067500', '094723.527500', '094723.987500', '094724.447500', '094724.907500', '094725.367500', '094725.827500', '094726.287500', '094726.747500', '094727.207500', '094727.667500', '094728.127500', '094728.587500', '094729.047500', '094729.507500', '094729.967500', '094730.427500', '094730.887500', '094731.347500', '094731.807500', '094732.267500', '094732.727500', '094733.187500', '094733.647500', '094734.107500', '094734.567500', '094735.027500', '094735.487500', '094735.947500', '094736.407500', '094736.867500', '094737.327500', '094737.787500', '094738.247500', '094738.707500', '094739.167500', '094739.627500', '094740.087500', '094740.547500', '094741.007500', '094741.467500', '094741.927500', '094742.387500', '094742.847500', '094743.307500', '094743.767500', '094744.227500', '094744.687500', '094745.147500', '094745.607500', '094746.067500', '094746.527500', '094746.987500', '094747.447500', '094747.907500', '094748.367500', '094748.827500', '094749.287500', '094749.747500', '094750.207500', '094750.667500', '094751.127500', '094751.587500', '094752.047500', '094752.507500', '094752.967500', '094753.427500', '094753.887500', '094754.347500', '094754.807500', '094755.267500', '094755.727500', '094756.187500', '094756.647500', '094757.107500', '094757.567500', '094758.027500', '094758.487500', '094758.947500', '094759.407500', '094759.867500', '094800.327500', '094800.787500', '094801.247500', '094801.707500', '094802.167500', '094802.627500', '094803.087500', '094803.547500', '094804.007500', '094804.467500', '094804.927500', '094805.387500', '094805.847500', '094806.307500', '094806.767500', '094807.227500', '094807.687500', '094808.147500', '094808.607500', '094809.067500', '094809.527500', '094809.987500', '094810.447500', '094810.907500', '094811.367500', '094811.827500', '094812.287500', '094812.747500', '094813.207500', '094813.667500', '094814.127500', '094814.587500', '094815.047500', '094815.507500', '094815.967500', '094816.427500', '094816.887500', '094817.347500', '094817.807500', '094818.267500', '094818.727500', '094819.187500', '094819.647500', '094820.107500', '094820.567500', '094821.027500', '094821.487500', '094821.947500', '094822.407500', '094822.867500', '094823.327500', '094823.787500', '094824.247500', '094824.707500', '094825.167500', '094825.627500', '094826.087500', '094826.547500', '094827.007500', '094827.467500', '094827.927500', '094828.387500', '094828.847500', '094829.307500', '094829.767500', '094830.227500', '094830.687500', '094831.147500', '094831.607500', '094832.067500', '094832.527500', '094832.987500', '094833.447500', '094833.907500', '094834.367500', '094834.827500', '094835.287500', '094835.747500', '094836.207500', '094836.667500', '094837.127500', '094837.587500', '094838.047500', '094838.507500', '094838.967500', '094839.427500', '094839.887500', '094840.347500', '094840.807500', '094841.267500', '094841.727500', '094842.187500', '094842.647500', '094843.107500', '094843.567500', '094844.027500', '094844.487500', '094844.947500', '094845.407500', '094845.867500', '094846.327500', '094846.787500', '094847.247500', '094847.707500', '094848.167500', '094848.627500', '094849.087500', '094849.547500', '094850.007500', '094850.467500', '094850.927500', '094851.387500', '094851.847500', '094852.307500', '094852.767500', '094853.227500', '094853.687500', '094854.147500', '094854.607500', '094855.067500', '094855.527500', '094855.987500', '094856.447500', '094856.907500', '094857.367500', '094857.827500', '094858.287500', '094858.747500', '094859.207500', '094859.667500', '094900.127500', '094900.587500', '094901.047500', '094901.507500', '094901.967500', '094902.427500', '094902.887500', '094903.347500', '094903.807500', '094904.267500', '094904.727500', '094905.187500', '094905.647500', '094906.107500', '094906.567500', '094907.027500', '094907.487500', '094907.947500', '094908.407500', '094908.867500', '094909.327500', '094909.787500', '094910.247500', '094910.707500', '094911.167500', '094911.627500', '094912.087500', '094912.547500', '094913.007500', '094913.467500', '094913.927500', '094914.387500', '094914.847500', '094915.307500', '094915.767500', '094916.227500', '094916.687500', '094917.147500', '094917.607500', '094918.067500', '094918.527500', '094918.987500', '094919.447500', '094919.907500', '094920.367500', '094920.827500', '094921.287500', '094921.747500', '094922.207500', '094922.667500', '094923.127500', '094923.587500', '094924.047500', '094924.507500', '094924.967500', '094925.427500', '094925.887500', '094926.347500', '094926.807500', '094927.267500', '094927.727500', '094928.187500', '094928.647500', '094929.107500', '094929.567500', '094930.027500', '094930.487500', '094930.947500', '094931.407500', '094931.867500', '094932.327500', '094932.787500', '094933.247500', '094933.707500', '094934.167500', '094934.627500', '094935.087500', '094935.547500', '094936.007500', '094936.467500', '094936.927500', '094937.387500', '094937.847500', '094938.307500', '094938.767500', '094939.227500', '094939.687500', '094940.147500', '094940.607500', '094941.067500', '094941.527500', '094941.987500', '094942.447500', '094942.907500', '094943.367500', '094943.827500', '094944.287500', '094944.747500', '094945.207500', '094945.667500', '094946.127500', '094946.587500', '094947.047500', '094947.507500', '094947.967500', '094948.427500', '094948.887500', '094949.347500', '094949.807500', '094950.267500', '094950.727500', '094951.187500', '094951.647500', '094952.107500', '094952.567500', '094953.027500', '094953.487500', '094953.947500', '094954.407500', '094954.867500', '094955.327500', '094955.787500', '094956.247500', '094956.707500', '094957.167500', '094957.627500', '094958.087500', '094958.547500', '094959.007500', '094959.467500', '094959.927500', '095000.387500', '095000.847500', '095001.307500', '095001.767500', '095002.227500', '095002.687500', '095003.147500', '095003.607500', '095004.067500', '095004.527500', '095004.987500', '095005.447500', '095005.907500', '095006.367500', '095006.827500', '095007.287500', '095007.747500', '095008.207500', '095008.667500', '095009.127500', '095009.587500', '095010.047500', '095010.507500', '095010.967500', '095011.427500', '095011.887500', '095012.347500', '095012.807500', '095013.267500', '095013.727500', '095014.187500', '095014.647500', '095015.107500', '095015.567500', '095016.027500', '095016.487500', '095016.947500', '095017.407500', '095017.867500', '095018.327500', '095018.787500', '095019.247500', '095019.707500', '095020.167500', '095020.627500', '095021.087500', '095021.547500', '095022.007500', '095022.467500', '095022.927500', '095023.387500', '095023.847500', '095024.307500', '095024.767500', '095025.227500', '095025.687500', '095026.147500', '095026.607500', '095027.067500', '095027.527500', '095027.987500', '095028.447500', '095028.907500', '095029.367500', '095029.827500', '095030.287500', '095030.747500', '095031.207500', '095031.667500', '095032.127500', '095032.587500', '095033.047500', '095033.507500', '095033.967500', '095034.427500', '095034.887500', '095035.347500', '095035.807500', '095036.267500', '095036.727500', '095037.187500', '095037.647500', '095038.107500', '095038.567500', '095039.027500', '095039.487500', '095039.947500', '095040.407500', '095040.867500', '095041.327500', '095041.787500', '095042.247500', '095042.707500', '095043.167500', '095043.627500', '095044.087500', '095044.547500', '095045.007500', '095045.467500', '095045.927500', '095046.387500', '095046.847500', '095047.307500', '095047.767500', '095048.227500', '095048.687500', '095049.147500', '095049.607500', '095050.067500', '095050.527500', '095050.987500', '095051.447500', '095051.907500', '095052.367500', '095052.827500', '095053.287500', '095053.747500', '095054.207500', '095054.667500', '095055.127500', '095055.587500', '095056.047500', '095056.507500', '095056.967500', '095057.427500', '095057.887500', '095058.347500', '095058.807500', '095059.267500', '095059.727500', '095100.187500', '095100.647500', '095101.107500', '095101.567500', '095102.027500', '095102.487500', '095102.947500', '095103.407500', '095103.867500', '095104.327500', '095104.787500', '095105.247500', '095105.707500', '095106.167500', '095106.627500', '095107.087500', '095107.547500', '095108.007500', '095108.467500', '095108.927500', '095109.387500', '095109.847500', '095110.307500', '095110.767500', '095111.227500', '095111.687500', '095112.147500', '095112.607500', '095113.067500', '095113.527500', '095113.987500', '095114.447500', '095114.907500', '095115.367500', '095115.827500', '095116.287500', '095116.747500', '095117.207500', '095117.667500', '095118.127500', '095118.587500', '095119.047500', '095119.507500', '095119.967500', '095120.427500', '095120.887500', '095121.347500', '095121.807500', '095122.267500', '095122.727500', '095123.187500', '095123.647500', '095124.107500', '095124.567500', '095125.027500', '095125.487500', '095125.947500', '095126.407500', '095126.867500', '095127.327500', '095127.787500', '095128.247500', '095128.707500', '095129.167500', '095129.627500', '095130.087500', '095130.547500', '095131.007500', '095131.467500', '095131.927500', '095132.387500', '095132.847500', '095133.307500', '095133.767500', '095134.227500', '095134.687500', '095135.147500', '095135.607500', '095136.067500', '095136.527500', '095136.987500', '095137.447500', '095137.907500', '095138.367500', '095138.827500', '095139.287500', '095139.747500', '095140.207500', '095140.667500', '095141.127500', '095141.587500', '095142.047500', '095142.507500', '095142.967500', '095143.427500', '095143.887500', '095144.347500', '095144.807500', '095145.267500', '095145.727500', '095146.187500', '095146.647500', '095147.107500', '095147.567500', '095148.027500', '095148.487500', '095148.947500', '095149.407500', '095149.867500', '095150.327500', '095150.787500', '095151.247500', '095151.707500', '095152.167500', '095152.627500', '095153.087500', '095153.547500', '095154.007500', '095154.467500', '095154.927500', '095155.387500', '095155.847500', '095156.307500', '095156.767500', '095157.227500', '095157.687500', '095158.147500', '095158.607500', '095159.067500', '095159.527500', '095159.987500', '095200.447500', '095200.907500', '095201.367500', '095201.827500', '095202.287500', '095202.747500', '095203.207500', '095203.667500', '095204.127500', '095204.587500', '095205.047500', '095205.507500', '095205.967500', '095206.427500', '095206.887500', '095207.347500', '095207.807500', '095208.267500', '095208.727500', '095209.187500', '095209.647500', '095210.107500', '095210.567500', '095211.027500', '095211.487500', '095211.947500', '095212.407500', '095212.867500', '095213.327500', '095213.787500', '095214.247500', '095214.707500', '095215.167500', '095215.627500', '095216.087500', '095216.547500', '095217.007500', '095217.467500', '095217.927500', '095218.387500', '095218.847500', '095219.307500', '095219.767500', '095220.227500', '095220.687500', '095221.147500', '095221.607500', '095222.067500', '095222.527500', '095222.987500', '095223.447500', '095223.907500', '095224.367500', '095224.827500', '095225.287500', '095225.747500', '095226.207500', '095226.667500', '095227.127500', '095227.587500', '095228.047500', '095228.507500', '095228.967500', '095229.427500', '095229.887500', '095230.347500', '095230.807500', '095231.267500', '095231.727500', '095232.187500', '095232.647500', '095233.107500', '095233.567500', '095234.027500', '095234.487500', '095234.947500', '095235.407500', '095235.867500', '095236.327500', '095236.787500', '095237.247500', '095237.707500', '095238.167500', '095238.627500', '095239.087500', '095239.547500', '095240.007500', '095240.467500', '095240.927500', '095241.387500', '095241.847500', '095242.307500', '095242.767500', '095243.227500', '095243.687500', '095244.147500', '095244.607500', '095245.067500', '095245.527500', '095245.987500', '095246.447500', '095246.907500', '095247.367500', '095247.827500', '095248.287500', '095248.747500', '095249.207500', '095249.667500', '095250.127500', '095250.587500', '095251.047500', '095251.507500', '095251.967500', '095252.427500', '095252.887500', '095253.347500', '095253.807500', '095254.267500', '095254.727500', '095255.187500', '095255.647500', '095256.107500', '095256.567500', '095257.027500', '095257.487500', '095257.947500', '095258.407500', '095258.867500', '095259.327500', '095259.787500', '095300.247500', '095300.707500', '095301.167500', '095301.627500', '095302.087500', '095302.547500', '095303.007500', '095303.467500', '095303.927500', '095304.387500', '095304.847500', '095305.307500', '095305.767500', '095306.227500', '095306.687500', '095307.147500', '095307.607500', '095308.067500', '095308.527500', '095308.987500', '095309.447500', '095309.907500', '095310.367500', '095310.827500', '095311.287500', '095311.747500', '095312.207500', '095312.667500', '095313.127500', '095313.587500', '095314.047500', '095314.507500', '095314.967500', '095315.427500', '095315.887500', '095316.347500', '095316.807500', '095317.267500', '095317.727500', '095318.187500', '095318.647500', '095319.107500', '095319.567500', '095320.027500', '095320.487500', '095320.947500', '095321.407500', '095321.867500', '095322.327500', '095322.787500', '095323.247500', '095323.707500', '095324.167500', '095324.627500', '095325.087500', '095325.547500', '095326.007500', '095326.467500', '095326.927500', '095327.387500', '095327.847500', '095328.307500', '095328.767500', '095329.227500', '095329.687500', '095330.147500', '095330.607500', '095331.067500', '095331.527500', '095331.987500', '095332.447500', '095332.907500', '095333.367500', '095333.827500', '095334.287500', '095334.747500', '095335.207500', '095335.667500', '095336.127500', '095336.587500', '095337.047500', '095337.507500', '095337.967500', '095338.427500', '095338.887500', '095339.347500', '095339.807500', '095340.267500', '095340.727500', '095341.187500', '095341.647500', '095342.107500', '095342.567500', '095343.027500', '095343.487500', '095343.947500', '095344.407500', '095344.867500', '095345.327500', '095345.787500', '095346.247500', '095346.707500', '095347.167500', '095347.627500', '095348.087500', '095348.547500', '095349.007500', '095349.467500', '095349.927500', '095350.387500', '095350.847500', '095351.307500', '095351.767500', '095352.227500', '095352.687500', '095353.147500', '095353.607500', '095354.067500', '095354.527500', '095354.987500', '095355.447500', '095355.907500', '095356.367500', '095356.827500', '095357.287500', '095357.747500', '095358.207500', '095358.667500', '095359.127500', '095359.587500', '095400.047500', '095400.507500', '095400.967500', '095401.427500', '095401.887500', '095402.347500', '095402.807500', '095403.267500', '095403.727500', '095404.187500', '095404.647500', '095405.107500', '095405.567500', '095406.027500', '095406.487500', '095406.947500', '095407.407500', '095407.867500', '095408.327500', '095408.787500', '095409.247500', '095409.707500', '095410.167500', '095410.627500', '095411.087500', '095411.547500', '095412.007500', '095412.467500', '095412.927500', '095413.387500', '095413.847500', '095414.307500', '095414.767500', '095415.227500', '095415.687500', '095416.147500', '095416.607500', '095417.067500', '095417.527500', '095417.987500', '095418.447500', '095418.907500', '095419.367500', '095419.827500', '095420.287500', '095420.747500', '095421.207500', '095421.667500', '095422.127500', '095422.587500', '095423.047500', '095423.507500', '095423.967500', '095424.427500', '095424.887500', '095425.347500', '095425.807500', '095426.267500', '095426.727500', '095427.187500', '095427.647500', '095428.107500', '095428.567500', '095429.027500', '095429.487500', '095429.947500', '095430.407500', '095430.867500', '095431.327500', '095431.787500', '095432.247500', '095432.707500', '095433.167500', '095433.627500', '095434.087500', '095434.547500', '095435.007500', '095435.467500', '095435.927500', '095436.387500', '095436.847500', '095437.307500', '095437.767500', '095438.227500', '095438.687500', '095439.147500', '095439.607500', '095440.067500', '095440.527500', '095440.987500', '095441.447500', '095441.907500', '095442.367500', '095442.827500', '095443.287500', '095443.747500', '095444.207500', '095444.667500', '095445.127500', '095445.587500', '095446.047500', '095446.507500', '095446.967500', '095447.427500', '095447.887500', '095448.347500', '095448.807500', '095449.267500', '095449.727500', '095450.187500', '095450.647500', '095451.107500', '095451.567500', '095452.027500', '095452.487500', '095452.947500', '095453.407500', '095453.867500', '095454.327500', '095454.787500', '095455.247500', '095455.707500', '095456.167500', '095456.627500', '095457.087500', '095457.547500', '095458.007500', '095458.467500', '095458.927500', '095459.387500', '095459.847500', '095500.307500', '095500.767500', '095501.227500', '095501.687500', '095502.147500', '095502.607500', '095503.067500', '095503.527500', '095503.987500', '095504.447500', '095504.907500', '095505.367500', '095505.827500', '095506.287500', '095506.747500', '095507.207500', '095507.667500', '095508.127500', '095508.587500', '095509.047500', '095509.507500', '095509.967500', '095510.427500', '095510.887500', '095511.347500', '095511.807500', '095512.267500', '095512.727500', '095513.187500', '095513.647500', '095514.107500', '095514.567500', '095515.027500', '095515.487500', '095515.947500', '095516.407500', '095516.867500', '095517.327500', '095517.787500', '095518.247500', '095518.707500', '095519.167500', '095519.627500', '095520.087500', '095520.547500', '095521.007500', '095521.467500', '095521.927500', '095522.387500', '095522.847500', '095523.307500', '095523.767500', '095524.227500', '095524.687500', '095525.147500', '095525.607500', '095526.067500', '095526.527500', '095526.987500', '095527.447500', '095527.907500', '095528.367500', '095528.827500', '095529.287500', '095529.747500', '095530.207500', '095530.667500', '095531.127500', '095531.587500', '095532.047500', '095532.507500', '095532.967500', '095533.427500', '095533.887500', '095534.347500', '095534.807500', '095535.267500', '095535.727500', '095536.187500', '095536.647500', '095537.107500', '095537.567500', '095538.027500', '095538.487500', '095538.947500', '095539.407500', '095539.867500', '095540.327500', '095540.787500', '095541.247500', '095541.707500', '095542.167500', '095542.627500', '095543.087500', '095543.547500', '095544.007500', '095544.467500', '095544.927500', '095545.387500', '095545.847500', '095546.307500', '095546.767500', '095547.227500', '095547.687500', '095548.147500', '095548.607500', '095549.067500', '095549.527500', '095549.987500', '095550.447500', '095550.907500', '095551.367500', '095551.827500', '095552.287500', '095552.747500', '095553.207500', '095553.667500', '095554.127500', '095554.587500', '095555.047500', '095555.507500', '095555.967500', '095556.427500', '095556.887500', '095557.347500', '095557.807500', '095558.267500', '095558.727500', '095559.187500', '095559.647500', '095600.107500', '095600.567500', '095601.027500', '095601.487500', '095601.947500', '095602.407500', '095602.867500', '095603.327500', '095603.787500', '095604.247500', '095604.707500', '095605.167500', '095605.627500', '095606.087500', '095606.547500', '095607.007500', '095607.467500', '095607.927500', '095608.387500', '095608.847500', '095609.307500', '095609.767500', '095610.227500', '095610.687500', '095611.147500', '095611.607500', '095612.067500', '095612.527500', '095612.987500', '095613.447500', '095613.907500', '095614.367500', '095614.827500', '095615.287500', '095615.747500', '095616.207500', '095616.667500'], 'ContentTime': ['094405.781000', '094405.785000', '094405.788000', '094405.791000', '094405.794000', '094405.797000', '094405.799000', '094405.802000', '094405.805000', '094405.808000', '094405.811000', '094405.814000', '094405.816000', '094405.819000', '094405.822000', '094405.825000', '094405.828000', '094405.831000', '094405.833000', '094405.836000', '094405.839000', '094405.842000', '094405.845000', '094405.848000', '094405.850000', '094405.853000', '094405.856000', '094405.859000', '094405.862000', '094405.865000', '094405.867000', '094405.870000', '094405.873000', '094405.876000', '094405.879000', '094405.882000', '094405.908000', '094405.911000', '094405.914000', '094405.917000', '094405.919000', '094405.922000', '094405.925000', '094405.928000', '094405.931000', '094405.934000', '094405.937000', '094425.743000', '094425.746000', '094425.749000', '094425.751000', '094425.754000', '094425.757000', '094425.762000', '094425.765000', '094425.768000', '094425.771000', '094425.774000', '094425.776000', '094425.779000', '094425.782000', '094425.785000', '094425.788000', '094425.791000', '094425.793000', '094425.796000', '094425.799000', '094425.802000', '094425.805000', '094425.808000', '094425.810000', '094425.813000', '094425.816000', '094425.819000', '094425.822000', '094425.824000', '094425.827000', '094425.830000', '094425.833000', '094425.836000', '094425.838000', '094425.841000', '094425.844000', '094425.847000', '094425.850000', '094425.853000', '094425.855000', '094425.858000', '094425.861000', '094425.864000', '094425.867000', '094445.743000', '094445.746000', '094445.749000', '094445.752000', '094445.754000', '094445.757000', '094445.760000', '094445.763000', '094445.766000', '094445.769000', '094445.771000', '094445.774000', '094445.777000', '094445.780000', '094445.783000', '094445.786000', '094445.788000', '094445.791000', '094445.794000', '094445.797000', '094445.800000', '094445.803000', '094445.805000', '094445.808000', '094445.811000', '094445.814000', '094445.817000', '094445.820000', '094445.824000', '094445.827000', '094445.830000', '094445.833000', '094445.835000', '094445.838000', '094445.841000', '094445.844000', '094445.847000', '094445.850000', '094445.853000', '094445.855000', '094445.868000', '094445.871000', '094445.874000', '094505.743000', '094505.746000', '094505.749000', '094505.751000', '094505.754000', '094505.757000', '094505.760000', '094505.763000', '094505.766000', '094505.769000', '094505.772000', '094505.774000', '094505.777000', '094505.780000', '094505.783000', '094505.786000', '094505.789000', '094505.791000', '094505.794000', '094505.797000', '094505.800000', '094505.803000', '094505.805000', '094505.808000', '094505.811000', '094505.814000', '094505.826000', '094505.829000', '094505.831000', '094505.834000', '094505.837000', '094505.840000', '094505.843000', '094505.846000', '094505.848000', '094505.851000', '094505.854000', '094505.857000', '094505.860000', '094505.863000', '094505.865000', '094505.868000', '094505.871000', '094505.874000', '094525.742000', '094525.745000', '094525.748000', '094525.751000', '094525.754000', '094525.756000', '094525.759000', '094525.762000', '094525.765000', '094525.768000', '094525.780000', '094525.783000', '094525.785000', '094525.788000', '094525.791000', '094525.794000', '094525.797000', '094525.800000', '094525.802000', '094525.805000', '094525.808000', '094525.811000', '094525.814000', '094525.817000', '094525.819000', '094525.822000', '094525.825000', '094525.828000', '094525.831000', '094525.834000', '094525.836000', '094525.839000', '094525.842000', '094525.854000', '094525.857000', '094525.866000', '094525.869000', '094525.872000', '094525.875000', '094525.878000', '094525.880000', '094525.883000', '094525.886000', '094545.742000', '094545.745000', '094545.748000', '094545.750000', '094545.753000', '094545.756000', '094545.759000', '094545.762000', '094545.765000', '094545.768000', '094545.770000', '094545.773000', '094545.776000', '094545.779000', '094545.782000', '094545.784000', '094545.787000', '094545.790000', '094545.793000', '094545.796000', '094545.799000', '094545.801000', '094545.804000', '094545.807000', '094545.810000', '094545.813000', '094545.816000', '094545.819000', '094545.821000', '094545.824000', '094545.827000', '094545.830000', '094545.833000', '094545.836000', '094545.839000', '094545.841000', '094545.844000', '094545.847000', '094545.850000', '094545.863000', '094545.866000', '094545.869000', '094545.872000', '094545.874000', '094605.742000', '094605.745000', '094605.748000', '094605.751000', '094605.753000', '094605.756000', '094605.759000', '094605.762000', '094605.765000', '094605.794000', '094605.797000', '094605.800000', '094605.802000', '094605.805000', '094605.808000', '094605.811000', '094605.814000', '094605.817000', '094605.819000', '094605.822000', '094605.825000', '094605.828000', '094605.831000', '094605.834000', '094605.836000', '094605.839000', '094605.842000', '094605.845000', '094605.848000', '094605.851000', '094605.853000', '094605.856000', '094605.860000', '094605.863000', '094605.866000', '094605.869000', '094605.872000', '094605.875000', '094605.878000', '094605.881000', '094605.883000', '094605.886000', '094605.889000', '094625.743000', '094625.746000', '094625.749000', '094625.752000', '094625.754000', '094625.757000', '094625.760000', '094625.763000', '094625.766000', '094625.801000', '094625.804000', '094625.807000', '094625.810000', '094625.812000', '094625.815000', '094625.818000', '094625.821000', '094625.824000', '094625.827000', '094625.830000', '094625.832000', '094625.835000', '094625.838000', '094625.841000', '094625.844000', '094625.846000', '094625.849000', '094625.852000', '094625.855000', '094625.858000', '094625.861000', '094625.864000', '094625.866000', '094625.869000', '094625.872000', '094625.875000', '094625.878000', '094625.881000', '094625.883000', '094625.886000', '094625.889000', '094625.892000', '094625.895000', '094625.898000', '094645.743000', '094645.746000', '094645.749000', '094645.752000', '094645.755000', '094645.757000', '094645.760000', '094645.763000', '094645.766000', '094645.783000', '094645.786000', '094645.788000', '094645.791000', '094645.794000', '094645.797000', '094645.800000', '094645.803000', '094645.805000', '094645.808000', '094645.811000', '094645.814000', '094645.817000', '094645.820000', '094645.822000', '094645.825000', '094645.828000', '094645.831000', '094645.834000', '094645.837000', '094645.839000', '094645.842000', '094645.845000', '094645.848000', '094645.851000', '094645.854000', '094645.857000', '094645.860000', '094645.862000', '094645.865000', '094645.868000', '094645.871000', '094645.874000', '094645.877000', '094705.743000', '094705.746000', '094705.749000', '094705.752000', '094705.755000', '094705.757000', '094705.760000', '094705.763000', '094705.766000', '094705.798000', '094705.801000', '094705.804000', '094705.807000', '094705.809000', '094705.822000', '094705.842000', '094705.844000', '094705.847000', '094705.850000', '094705.853000', '094705.856000', '094705.859000', '094705.861000', '094705.864000', '094705.867000', '094705.870000', '094705.873000', '094705.876000', '094705.878000', '094705.881000', '094705.884000', '094705.887000', '094705.890000', '094705.893000', '094705.895000', '094705.898000', '094705.901000', '094705.904000', '094705.907000', '094705.910000', '094705.913000', '094705.916000', '094705.919000', '094725.743000', '094725.746000', '094725.749000', '094725.752000', '094725.754000', '094725.757000', '094725.760000', '094725.763000', '094725.766000', '094725.780000', '094725.782000', '094725.785000', '094725.788000', '094725.791000', '094725.794000', '094725.797000', '094725.800000', '094725.802000', '094725.805000', '094725.808000', '094725.811000', '094725.814000', '094725.817000', '094725.819000', '094725.822000', '094725.825000', '094725.828000', '094725.831000', '094725.834000', '094725.837000', '094725.839000', '094725.842000', '094725.845000', '094725.848000', '094725.851000', '094725.854000', '094725.856000', '094725.859000', '094725.862000', '094725.865000', '094725.868000', '094725.871000', '094725.874000', '094725.876000', '094745.742000', '094745.745000', '094745.748000', '094745.751000', '094745.754000', '094745.757000', '094745.760000', '094745.763000', '094745.765000', '094745.768000', '094745.814000', '094745.816000', '094745.819000', '094745.822000', '094745.825000', '094745.828000', '094745.831000', '094745.833000', '094745.836000', '094745.839000', '094745.842000', '094745.845000', '094745.848000', '094745.850000', '094745.853000', '094745.856000', '094745.859000', '094745.862000', '094745.865000', '094745.868000', '094745.871000', '094745.874000', '094745.877000', '094745.880000', '094745.882000', '094745.885000', '094745.895000', '094745.898000', '094745.901000', '094745.903000', '094745.906000', '094745.909000', '094745.912000', '094805.742000', '094805.745000', '094805.748000', '094805.751000', '094805.753000', '094805.756000', '094805.759000', '094805.762000', '094805.765000', '094805.819000', '094805.821000', '094805.824000', '094805.827000', '094805.830000', '094805.833000', '094805.836000', '094805.839000', '094805.841000', '094805.844000', '094805.847000', '094805.850000', '094805.853000', '094805.856000', '094805.859000', '094805.861000', '094805.864000', '094805.867000', '094805.870000', '094805.873000', '094805.876000', '094805.879000', '094805.881000', '094805.884000', '094805.887000', '094805.890000', '094805.893000', '094805.896000', '094805.898000', '094805.901000', '094805.904000', '094805.907000', '094805.910000', '094805.913000', '094805.916000', '094825.742000', '094825.745000', '094825.748000', '094825.751000', '094825.754000', '094825.758000', '094825.761000', '094825.764000', '094825.767000', '094825.818000', '094825.821000', '094825.823000', '094825.826000', '094825.829000', '094825.832000', '094825.835000', '094825.838000', '094825.840000', '094825.843000', '094825.846000', '094825.849000', '094825.852000', '094825.855000', '094825.857000', '094825.860000', '094825.863000', '094825.866000', '094825.869000', '094825.872000', '094825.874000', '094825.877000', '094825.880000', '094825.883000', '094825.886000', '094825.889000', '094825.891000', '094825.894000', '094825.897000', '094825.900000', '094825.903000', '094825.918000', '094825.921000', '094825.924000', '094845.743000', '094845.746000', '094845.749000', '094845.752000', '094845.755000', '094845.757000', '094845.760000', '094845.763000', '094845.766000', '094845.827000', '094845.830000', '094845.833000', '094845.835000', '094845.838000', '094845.841000', '094845.844000', '094845.847000', '094845.850000', '094845.852000', '094845.855000', '094845.858000', '094845.861000', '094845.864000', '094845.867000', '094845.870000', '094845.872000', '094845.875000', '094845.878000', '094845.881000', '094845.884000', '094845.887000', '094845.889000', '094845.892000', '094845.895000', '094845.898000', '094845.901000', '094845.903000', '094845.906000', '094845.909000', '094845.912000', '094845.915000', '094845.918000', '094845.921000', '094845.923000', '094905.743000', '094905.746000', '094905.749000', '094905.752000', '094905.755000', '094905.757000', '094905.760000', '094905.763000', '094905.766000', '094905.800000', '094905.803000', '094905.806000', '094905.809000', '094905.812000', '094905.814000', '094905.817000', '094905.820000', '094905.823000', '094905.826000', '094905.829000', '094905.831000', '094905.834000', '094905.837000', '094905.840000', '094905.843000', '094905.846000', '094905.849000', '094905.851000', '094905.854000', '094905.857000', '094905.860000', '094905.863000', '094905.866000', '094905.868000', '094905.871000', '094905.874000', '094905.877000', '094905.880000', '094905.883000', '094905.886000', '094905.888000', '094905.891000', '094905.894000', '094925.743000', '094925.746000', '094925.749000', '094925.752000', '094925.754000', '094925.757000', '094925.760000', '094925.763000', '094925.766000', '094925.804000', '094925.807000', '094925.810000', '094925.812000', '094925.815000', '094925.818000', '094925.821000', '094925.824000', '094925.827000', '094925.829000', '094925.832000', '094925.835000', '094925.838000', '094925.841000', '094925.844000', '094925.846000', '094925.849000', '094925.852000', '094925.855000', '094925.858000', '094925.861000', '094925.864000', '094925.866000', '094925.869000', '094925.872000', '094925.875000', '094925.878000', '094925.881000', '094925.884000', '094925.886000', '094925.889000', '094925.892000', '094925.895000', '094925.898000', '094925.901000', '094945.743000', '094945.746000', '094945.749000', '094945.752000', '094945.755000', '094945.759000', '094945.762000', '094945.765000', '094945.768000', '094945.810000', '094945.812000', '094945.815000', '094945.818000', '094945.821000', '094945.824000', '094945.827000', '094945.829000', '094945.832000', '094945.835000', '094945.838000', '094945.841000', '094945.844000', '094945.846000', '094945.849000', '094945.852000', '094945.855000', '094945.858000', '094945.861000', '094945.864000', '094945.866000', '094945.869000', '094945.872000', '094945.875000', '094945.878000', '094945.881000', '094945.883000', '094945.886000', '094945.889000', '094945.892000', '094945.895000', '094945.898000', '094945.900000', '094945.903000', '095005.742000', '095005.745000', '095005.748000', '095005.751000', '095005.753000', '095005.756000', '095005.759000', '095005.762000', '095005.783000', '095005.797000', '095005.799000', '095005.802000', '095005.805000', '095005.808000', '095005.811000', '095005.814000', '095005.816000', '095005.819000', '095005.822000', '095005.825000', '095005.828000', '095005.830000', '095005.833000', '095005.836000', '095005.839000', '095005.842000', '095005.845000', '095005.848000', '095005.850000', '095005.853000', '095005.856000', '095005.859000', '095005.862000', '095005.865000', '095005.868000', '095005.870000', '095005.873000', '095005.876000', '095005.879000', '095005.882000', '095005.885000', '095005.888000', '095005.890000', '095005.893000', '095025.742000', '095025.745000', '095025.748000', '095025.751000', '095025.754000', '095025.757000', '095025.759000', '095025.762000', '095025.765000', '095025.854000', '095025.857000', '095025.860000', '095025.862000', '095025.865000', '095025.868000', '095025.871000', '095025.874000', '095025.876000', '095025.879000', '095025.882000', '095025.885000', '095025.888000', '095025.891000', '095025.893000', '095025.896000', '095025.899000', '095025.902000', '095025.905000', '095025.908000', '095025.911000', '095025.913000', '095025.916000', '095025.919000', '095025.922000', '095025.925000', '095025.928000', '095025.930000', '095025.933000', '095025.936000', '095025.939000', '095025.942000', '095025.945000', '095025.948000', '095045.742000', '095045.745000', '095045.748000', '095045.751000', '095045.754000', '095045.756000', '095045.759000', '095045.762000', '095045.765000', '095045.768000', '095045.808000', '095045.811000', '095045.814000', '095045.817000', '095045.819000', '095045.822000', '095045.825000', '095045.828000', '095045.831000', '095045.834000', '095045.836000', '095045.839000', '095045.842000', '095045.845000', '095045.848000', '095045.851000', '095045.854000', '095045.856000', '095045.859000', '095045.862000', '095045.865000', '095045.868000', '095045.871000', '095045.874000', '095045.876000', '095045.879000', '095045.882000', '095045.885000', '095045.888000', '095045.891000', '095045.894000', '095045.896000', '095045.899000', '095045.902000', '095105.743000', '095105.746000', '095105.749000', '095105.752000', '095105.755000', '095105.757000', '095105.760000', '095105.763000', '095105.766000', '095105.769000', '095105.817000', '095105.820000', '095105.823000', '095105.825000', '095105.828000', '095105.831000', '095105.834000', '095105.837000', '095105.840000', '095105.843000', '095105.846000', '095105.849000', '095105.852000', '095105.855000', '095105.858000', '095105.861000', '095105.864000', '095105.866000', '095105.869000', '095105.872000', '095105.875000', '095105.878000', '095105.881000', '095105.884000', '095105.886000', '095105.889000', '095105.892000', '095105.895000', '095105.898000', '095105.901000', '095105.904000', '095105.906000', '095105.909000', '095125.743000', '095125.746000', '095125.749000', '095125.752000', '095125.768000', '095125.841000', '095125.844000', '095125.847000', '095125.850000', '095125.853000', '095125.856000', '095125.858000', '095125.861000', '095125.864000', '095125.867000', '095125.870000', '095125.873000', '095125.875000', '095125.878000', '095125.881000', '095125.884000', '095125.887000', '095125.890000', '095125.893000', '095125.895000', '095125.898000', '095125.901000', '095125.904000', '095125.907000', '095125.910000', '095125.913000', '095125.916000', '095125.918000', '095125.921000', '095125.924000', '095125.927000', '095125.930000', '095125.933000', '095125.936000', '095125.938000', '095125.941000', '095125.944000', '095125.947000', '095125.950000', '095145.743000', '095145.746000', '095145.749000', '095145.752000', '095145.755000', '095145.758000', '095145.760000', '095145.763000', '095145.766000', '095145.814000', '095145.817000', '095145.819000', '095145.822000', '095145.825000', '095145.828000', '095145.831000', '095145.833000', '095145.836000', '095145.839000', '095145.842000', '095145.845000', '095145.848000', '095145.851000', '095145.854000', '095145.857000', '095145.860000', '095145.863000', '095145.865000', '095145.868000', '095145.871000', '095145.874000', '095145.877000', '095145.880000', '095145.883000', '095145.885000', '095145.888000', '095145.891000', '095145.894000', '095145.897000', '095145.900000', '095145.902000', '095145.905000', '095145.908000', '095205.743000', '095205.746000', '095205.749000', '095205.752000', '095205.755000', '095205.758000', '095205.760000', '095205.763000', '095205.766000', '095205.838000', '095205.841000', '095205.844000', '095205.847000', '095205.849000', '095205.852000', '095205.855000', '095205.858000', '095205.861000', '095205.864000', '095205.867000', '095205.869000', '095205.872000', '095205.875000', '095205.878000', '095205.881000', '095205.884000', '095205.886000', '095205.889000', '095205.892000', '095205.895000', '095205.898000', '095205.901000', '095205.904000', '095205.907000', '095205.909000', '095205.912000', '095205.915000', '095205.918000', '095205.921000', '095205.924000', '095205.927000', '095205.929000', '095205.932000', '095205.941000', '095225.742000', '095225.745000', '095225.748000', '095225.751000', '095225.754000', '095225.756000', '095225.759000', '095225.762000', '095225.765000', '095225.768000', '095225.771000', '095225.774000', '095225.776000', '095225.779000', '095225.782000', '095225.785000', '095225.788000', '095225.791000', '095225.794000', '095225.797000', '095225.799000', '095225.802000', '095225.815000', '095225.818000', '095225.821000', '095225.824000', '095225.827000', '095225.830000', '095225.832000', '095225.835000', '095225.838000', '095225.841000', '095225.844000', '095225.847000', '095225.850000', '095225.853000', '095225.856000', '095225.859000', '095225.862000', '095225.864000', '095225.869000', '095225.873000', '095225.876000', '095245.742000', '095245.759000', '095245.762000', '095245.765000', '095245.821000', '095245.824000', '095245.827000', '095245.830000', '095245.833000', '095245.836000', '095245.838000', '095245.841000', '095245.844000', '095245.847000', '095245.850000', '095245.853000', '095245.856000', '095245.858000', '095245.861000', '095245.864000', '095245.867000', '095245.870000', '095245.873000', '095245.875000', '095245.878000', '095245.881000', '095245.884000', '095245.887000', '095245.890000', '095245.893000', '095245.896000', '095245.898000', '095245.901000', '095245.904000', '095245.907000', '095245.910000', '095245.913000', '095245.915000', '095245.918000', '095245.921000', '095245.924000', '095245.927000', '095245.930000', '095245.933000', '095305.742000', '095305.745000', '095305.748000', '095305.751000', '095305.754000', '095305.756000', '095305.759000', '095305.762000', '095305.765000', '095305.841000', '095305.844000', '095305.847000', '095305.850000', '095305.852000', '095305.855000', '095305.858000', '095305.861000', '095305.864000', '095305.867000', '095305.870000', '095305.872000', '095305.875000', '095305.878000', '095305.881000', '095305.884000', '095305.887000', '095305.890000', '095305.892000', '095305.896000', '095305.898000', '095305.901000', '095305.904000', '095305.907000', '095305.910000', '095305.913000', '095305.916000', '095305.918000', '095305.921000', '095305.924000', '095305.927000', '095305.930000', '095305.933000', '095305.936000', '095325.743000', '095325.746000', '095325.749000', '095325.752000', '095325.755000', '095325.758000', '095325.760000', '095325.763000', '095325.766000', '095325.797000', '095325.800000', '095325.803000', '095325.806000', '095325.809000', '095325.812000', '095325.815000', '095325.817000', '095325.820000', '095325.823000', '095325.826000', '095325.829000', '095325.832000', '095325.835000', '095325.837000', '095325.840000', '095325.843000', '095325.846000', '095325.849000', '095325.852000', '095325.855000', '095325.857000', '095325.860000', '095325.863000', '095325.866000', '095325.869000', '095325.872000', '095325.875000', '095325.877000', '095325.880000', '095325.883000', '095325.886000', '095325.889000', '095325.892000', '095325.895000', '095345.743000', '095345.746000', '095345.749000', '095345.752000', '095345.755000', '095345.758000', '095345.760000', '095345.763000', '095345.766000', '095345.868000', '095345.871000', '095345.873000', '095345.876000', '095345.879000', '095345.882000', '095345.885000', '095345.888000', '095345.890000', '095345.893000', '095345.896000', '095345.899000', '095345.902000', '095345.905000', '095345.908000', '095345.911000', '095345.913000', '095345.916000', '095345.919000', '095345.923000', '095345.926000', '095345.929000', '095345.931000', '095345.934000', '095345.937000', '095345.940000', '095345.943000', '095345.946000', '095345.949000', '095345.951000', '095345.954000', '095345.957000', '095345.960000', '095345.963000', '095405.743000', '095405.746000', '095405.749000', '095405.752000', '095405.754000', '095405.757000', '095405.760000', '095405.763000', '095405.766000', '095405.792000', '095405.795000', '095405.797000', '095405.800000', '095405.803000', '095405.806000', '095405.809000', '095405.812000', '095405.815000', '095405.818000', '095405.820000', '095405.823000', '095405.826000', '095405.829000', '095405.832000', '095405.835000', '095405.838000', '095405.840000', '095405.843000', '095405.846000', '095405.849000', '095405.852000', '095405.855000', '095405.858000', '095405.860000', '095405.863000', '095405.866000', '095405.869000', '095405.872000', '095405.875000', '095405.878000', '095405.880000', '095405.883000', '095405.889000', '095405.891000', '095425.743000', '095425.746000', '095425.749000', '095425.752000', '095425.755000', '095425.757000', '095425.760000', '095425.763000', '095425.766000', '095425.769000', '095425.772000', '095425.775000', '095425.778000', '095425.780000', '095425.783000', '095425.786000', '095425.789000', '095425.792000', '095425.795000', '095425.797000', '095425.800000', '095425.803000', '095425.806000', '095425.809000', '095425.812000', '095425.815000', '095425.817000', '095425.820000', '095425.823000', '095425.826000', '095425.829000', '095425.832000', '095425.835000', '095425.837000', '095425.840000', '095425.843000', '095425.846000', '095425.849000', '095425.852000', '095425.855000', '095425.858000', '095425.860000', '095425.863000', '095445.742000', '095445.745000', '095445.748000', '095445.751000', '095445.753000', '095445.756000', '095445.759000', '095445.762000', '095445.765000', '095445.768000', '095445.843000', '095445.845000', '095445.848000', '095445.851000', '095445.854000', '095445.865000', '095445.868000', '095445.871000', '095445.874000', '095445.876000', '095445.879000', '095445.882000', '095445.885000', '095445.888000', '095445.891000', '095445.894000', '095445.897000', '095445.899000', '095445.902000', '095445.905000', '095445.908000', '095445.911000', '095445.914000', '095445.917000', '095445.919000', '095445.922000', '095445.925000', '095445.928000', '095445.931000', '095445.934000', '095445.937000', '095445.939000', '095445.942000', '095445.945000', '095505.742000', '095505.745000', '095505.748000', '095505.751000', '095505.754000', '095505.756000', '095505.759000', '095505.762000', '095505.765000', '095505.852000', '095505.854000', '095505.857000', '095505.860000', '095505.863000', '095505.866000', '095505.868000', '095505.871000', '095505.874000', '095505.877000', '095505.880000', '095505.883000', '095505.885000', '095505.889000', '095505.902000', '095505.905000', '095505.908000', '095505.911000', '095505.914000', '095505.917000', '095505.919000', '095505.922000', '095505.925000', '095505.928000', '095505.931000', '095505.934000', '095505.937000', '095505.939000', '095505.942000', '095505.946000', '095505.948000', '095505.951000', '095505.954000', '095505.959000', '095525.743000', '095525.746000', '095525.749000', '095525.752000', '095525.755000', '095525.758000', '095525.760000', '095525.763000', '095525.766000', '095525.815000', '095525.817000', '095525.820000', '095525.823000', '095525.826000', '095525.829000', '095525.831000', '095525.834000', '095525.837000', '095525.840000', '095525.843000', '095525.846000', '095525.848000', '095525.851000', '095525.854000', '095525.857000', '095525.860000', '095525.863000', '095525.866000', '095525.869000', '095525.872000', '095525.874000', '095525.877000', '095525.880000', '095525.883000', '095525.886000', '095525.889000', '095525.892000', '095525.894000', '095525.897000', '095525.900000', '095525.903000', '095525.906000', '095525.909000', '095545.743000', '095545.746000', '095545.749000', '095545.752000', '095545.755000', '095545.758000', '095545.760000', '095545.763000', '095545.766000', '095545.846000', '095545.849000', '095545.851000', '095545.854000', '095545.857000', '095545.860000', '095545.863000', '095545.866000', '095545.868000', '095545.871000', '095545.874000', '095545.877000', '095545.880000', '095545.883000', '095545.886000', '095545.888000', '095545.891000', '095545.894000', '095545.897000', '095545.900000', '095545.903000', '095545.906000', '095545.908000', '095545.911000', '095545.914000', '095545.917000', '095545.920000', '095545.923000', '095545.926000', '095545.928000', '095545.931000', '095545.934000', '095545.937000', '095545.940000', '095545.943000', '095605.743000', '095605.746000', '095605.749000', '095605.752000', '095605.755000', '095605.758000', '095605.761000', '095605.764000', '095605.767000', '095605.832000', '095605.835000', '095605.838000', '095605.841000', '095605.844000', '095605.847000', '095605.849000', '095605.852000', '095605.855000', '095605.858000', '095605.861000', '095605.864000', '095605.866000', '095605.869000', '095605.872000', '095605.875000', '095605.878000', '095605.881000', '095605.884000', '095605.886000', '095605.889000', '095605.892000', '095605.895000', '095605.898000', '095605.901000', '095605.904000', '095605.907000', '095605.909000', '095605.912000', '095605.923000', '095605.925000', '095605.928000', '095605.931000', '095605.934000', '095618.246000', '095618.249000', '095618.252000', '095618.256000', '095618.258000', '095618.261000', '095618.264000', '095618.267000', '095618.270000', '095618.273000', '095618.276000', '095618.279000', '095618.282000', '095618.285000', '095618.287000', '095618.290000', '095618.293000', '095618.296000', '095618.299000', '095618.302000', '095618.322000', '095618.325000', '095618.328000', '095618.331000', '095618.334000', '095618.337000', '095618.339000', '095618.342000'], 'InstanceCreationTime': ['094405.781000', '094405.785000', '094405.788000', '094405.791000', '094405.794000', '094405.797000', '094405.799000', '094405.802000', '094405.805000', '094405.808000', '094405.811000', '094405.814000', '094405.816000', '094405.819000', '094405.822000', '094405.825000', '094405.828000', '094405.831000', '094405.833000', '094405.836000', '094405.839000', '094405.842000', '094405.845000', '094405.848000', '094405.850000', '094405.853000', '094405.856000', '094405.859000', '094405.862000', '094405.865000', '094405.867000', '094405.870000', '094405.873000', '094405.876000', '094405.879000', '094405.882000', '094405.908000', '094405.911000', '094405.914000', '094405.917000', '094405.919000', '094405.922000', '094405.925000', '094405.928000', '094405.931000', '094405.934000', '094405.937000', '094425.743000', '094425.746000', '094425.749000', '094425.751000', '094425.754000', '094425.757000', '094425.762000', '094425.765000', '094425.768000', '094425.771000', '094425.774000', '094425.776000', '094425.779000', '094425.782000', '094425.785000', '094425.788000', '094425.791000', '094425.793000', '094425.796000', '094425.799000', '094425.802000', '094425.805000', '094425.808000', '094425.810000', '094425.813000', '094425.816000', '094425.819000', '094425.822000', '094425.824000', '094425.827000', '094425.830000', '094425.833000', '094425.836000', '094425.838000', '094425.841000', '094425.844000', '094425.847000', '094425.850000', '094425.853000', '094425.855000', '094425.858000', '094425.861000', '094425.864000', '094425.867000', '094445.743000', '094445.746000', '094445.749000', '094445.752000', '094445.754000', '094445.757000', '094445.760000', '094445.763000', '094445.766000', '094445.769000', '094445.771000', '094445.774000', '094445.777000', '094445.780000', '094445.783000', '094445.786000', '094445.788000', '094445.791000', '094445.794000', '094445.797000', '094445.800000', '094445.803000', '094445.805000', '094445.808000', '094445.811000', '094445.814000', '094445.817000', '094445.820000', '094445.824000', '094445.827000', '094445.830000', '094445.833000', '094445.835000', '094445.838000', '094445.841000', '094445.844000', '094445.847000', '094445.850000', '094445.853000', '094445.855000', '094445.868000', '094445.871000', '094445.874000', '094505.743000', '094505.746000', '094505.749000', '094505.751000', '094505.754000', '094505.757000', '094505.760000', '094505.763000', '094505.766000', '094505.769000', '094505.772000', '094505.774000', '094505.777000', '094505.780000', '094505.783000', '094505.786000', '094505.789000', '094505.791000', '094505.794000', '094505.797000', '094505.800000', '094505.803000', '094505.805000', '094505.808000', '094505.811000', '094505.814000', '094505.826000', '094505.829000', '094505.831000', '094505.834000', '094505.837000', '094505.840000', '094505.843000', '094505.846000', '094505.848000', '094505.851000', '094505.854000', '094505.857000', '094505.860000', '094505.863000', '094505.865000', '094505.868000', '094505.871000', '094505.874000', '094525.742000', '094525.745000', '094525.748000', '094525.751000', '094525.754000', '094525.756000', '094525.759000', '094525.762000', '094525.765000', '094525.768000', '094525.780000', '094525.783000', '094525.785000', '094525.788000', '094525.791000', '094525.794000', '094525.797000', '094525.800000', '094525.802000', '094525.805000', '094525.808000', '094525.811000', '094525.814000', '094525.817000', '094525.819000', '094525.822000', '094525.825000', '094525.828000', '094525.831000', '094525.834000', '094525.836000', '094525.839000', '094525.842000', '094525.854000', '094525.857000', '094525.866000', '094525.869000', '094525.872000', '094525.875000', '094525.878000', '094525.880000', '094525.883000', '094525.886000', '094545.742000', '094545.745000', '094545.748000', '094545.750000', '094545.753000', '094545.756000', '094545.759000', '094545.762000', '094545.765000', '094545.768000', '094545.770000', '094545.773000', '094545.776000', '094545.779000', '094545.782000', '094545.784000', '094545.787000', '094545.790000', '094545.793000', '094545.796000', '094545.799000', '094545.801000', '094545.804000', '094545.807000', '094545.810000', '094545.813000', '094545.816000', '094545.819000', '094545.821000', '094545.824000', '094545.827000', '094545.830000', '094545.833000', '094545.836000', '094545.839000', '094545.841000', '094545.844000', '094545.847000', '094545.850000', '094545.863000', '094545.866000', '094545.869000', '094545.872000', '094545.874000', '094605.742000', '094605.745000', '094605.748000', '094605.751000', '094605.753000', '094605.756000', '094605.759000', '094605.762000', '094605.765000', '094605.794000', '094605.797000', '094605.800000', '094605.802000', '094605.805000', '094605.808000', '094605.811000', '094605.814000', '094605.817000', '094605.819000', '094605.822000', '094605.825000', '094605.828000', '094605.831000', '094605.834000', '094605.836000', '094605.839000', '094605.842000', '094605.845000', '094605.848000', '094605.851000', '094605.853000', '094605.856000', '094605.860000', '094605.863000', '094605.866000', '094605.869000', '094605.872000', '094605.875000', '094605.878000', '094605.881000', '094605.883000', '094605.886000', '094605.889000', '094625.743000', '094625.746000', '094625.749000', '094625.752000', '094625.754000', '094625.757000', '094625.760000', '094625.763000', '094625.766000', '094625.801000', '094625.804000', '094625.807000', '094625.810000', '094625.812000', '094625.815000', '094625.818000', '094625.821000', '094625.824000', '094625.827000', '094625.830000', '094625.832000', '094625.835000', '094625.838000', '094625.841000', '094625.844000', '094625.846000', '094625.849000', '094625.852000', '094625.855000', '094625.858000', '094625.861000', '094625.864000', '094625.866000', '094625.869000', '094625.872000', '094625.875000', '094625.878000', '094625.881000', '094625.883000', '094625.886000', '094625.889000', '094625.892000', '094625.895000', '094625.898000', '094645.743000', '094645.746000', '094645.749000', '094645.752000', '094645.755000', '094645.757000', '094645.760000', '094645.763000', '094645.766000', '094645.783000', '094645.786000', '094645.788000', '094645.791000', '094645.794000', '094645.797000', '094645.800000', '094645.803000', '094645.805000', '094645.808000', '094645.811000', '094645.814000', '094645.817000', '094645.820000', '094645.822000', '094645.825000', '094645.828000', '094645.831000', '094645.834000', '094645.837000', '094645.839000', '094645.842000', '094645.845000', '094645.848000', '094645.851000', '094645.854000', '094645.857000', '094645.860000', '094645.862000', '094645.865000', '094645.868000', '094645.871000', '094645.874000', '094645.877000', '094705.743000', '094705.746000', '094705.749000', '094705.752000', '094705.755000', '094705.757000', '094705.760000', '094705.763000', '094705.766000', '094705.798000', '094705.801000', '094705.804000', '094705.807000', '094705.809000', '094705.822000', '094705.842000', '094705.844000', '094705.847000', '094705.850000', '094705.853000', '094705.856000', '094705.859000', '094705.861000', '094705.864000', '094705.867000', '094705.870000', '094705.873000', '094705.876000', '094705.878000', '094705.881000', '094705.884000', '094705.887000', '094705.890000', '094705.893000', '094705.895000', '094705.898000', '094705.901000', '094705.904000', '094705.907000', '094705.910000', '094705.913000', '094705.916000', '094705.919000', '094725.743000', '094725.746000', '094725.749000', '094725.752000', '094725.754000', '094725.757000', '094725.760000', '094725.763000', '094725.766000', '094725.780000', '094725.782000', '094725.785000', '094725.788000', '094725.791000', '094725.794000', '094725.797000', '094725.800000', '094725.802000', '094725.805000', '094725.808000', '094725.811000', '094725.814000', '094725.817000', '094725.819000', '094725.822000', '094725.825000', '094725.828000', '094725.831000', '094725.834000', '094725.837000', '094725.839000', '094725.842000', '094725.845000', '094725.848000', '094725.851000', '094725.854000', '094725.856000', '094725.859000', '094725.862000', '094725.865000', '094725.868000', '094725.871000', '094725.874000', '094725.876000', '094745.742000', '094745.745000', '094745.748000', '094745.751000', '094745.754000', '094745.757000', '094745.760000', '094745.763000', '094745.765000', '094745.768000', '094745.814000', '094745.816000', '094745.819000', '094745.822000', '094745.825000', '094745.828000', '094745.831000', '094745.833000', '094745.836000', '094745.839000', '094745.842000', '094745.845000', '094745.848000', '094745.850000', '094745.853000', '094745.856000', '094745.859000', '094745.862000', '094745.865000', '094745.868000', '094745.871000', '094745.874000', '094745.877000', '094745.880000', '094745.882000', '094745.885000', '094745.895000', '094745.898000', '094745.901000', '094745.903000', '094745.906000', '094745.909000', '094745.912000', '094805.742000', '094805.745000', '094805.748000', '094805.751000', '094805.753000', '094805.756000', '094805.759000', '094805.762000', '094805.765000', '094805.819000', '094805.821000', '094805.824000', '094805.827000', '094805.830000', '094805.833000', '094805.836000', '094805.839000', '094805.841000', '094805.844000', '094805.847000', '094805.850000', '094805.853000', '094805.856000', '094805.859000', '094805.861000', '094805.864000', '094805.867000', '094805.870000', '094805.873000', '094805.876000', '094805.879000', '094805.881000', '094805.884000', '094805.887000', '094805.890000', '094805.893000', '094805.896000', '094805.898000', '094805.901000', '094805.904000', '094805.907000', '094805.910000', '094805.913000', '094805.916000', '094825.742000', '094825.745000', '094825.748000', '094825.751000', '094825.754000', '094825.758000', '094825.761000', '094825.764000', '094825.767000', '094825.818000', '094825.821000', '094825.823000', '094825.826000', '094825.829000', '094825.832000', '094825.835000', '094825.838000', '094825.840000', '094825.843000', '094825.846000', '094825.849000', '094825.852000', '094825.855000', '094825.857000', '094825.860000', '094825.863000', '094825.866000', '094825.869000', '094825.872000', '094825.874000', '094825.877000', '094825.880000', '094825.883000', '094825.886000', '094825.889000', '094825.891000', '094825.894000', '094825.897000', '094825.900000', '094825.903000', '094825.918000', '094825.921000', '094825.924000', '094845.743000', '094845.746000', '094845.749000', '094845.752000', '094845.755000', '094845.757000', '094845.760000', '094845.763000', '094845.766000', '094845.827000', '094845.830000', '094845.833000', '094845.835000', '094845.838000', '094845.841000', '094845.844000', '094845.847000', '094845.850000', '094845.852000', '094845.855000', '094845.858000', '094845.861000', '094845.864000', '094845.867000', '094845.870000', '094845.872000', '094845.875000', '094845.878000', '094845.881000', '094845.884000', '094845.887000', '094845.889000', '094845.892000', '094845.895000', '094845.898000', '094845.901000', '094845.903000', '094845.906000', '094845.909000', '094845.912000', '094845.915000', '094845.918000', '094845.921000', '094845.923000', '094905.743000', '094905.746000', '094905.749000', '094905.752000', '094905.755000', '094905.757000', '094905.760000', '094905.763000', '094905.766000', '094905.800000', '094905.803000', '094905.806000', '094905.809000', '094905.812000', '094905.814000', '094905.817000', '094905.820000', '094905.823000', '094905.826000', '094905.829000', '094905.831000', '094905.834000', '094905.837000', '094905.840000', '094905.843000', '094905.846000', '094905.849000', '094905.851000', '094905.854000', '094905.857000', '094905.860000', '094905.863000', '094905.866000', '094905.868000', '094905.871000', '094905.874000', '094905.877000', '094905.880000', '094905.883000', '094905.886000', '094905.888000', '094905.891000', '094905.894000', '094925.743000', '094925.746000', '094925.749000', '094925.752000', '094925.754000', '094925.757000', '094925.760000', '094925.763000', '094925.766000', '094925.804000', '094925.807000', '094925.810000', '094925.812000', '094925.815000', '094925.818000', '094925.821000', '094925.824000', '094925.827000', '094925.829000', '094925.832000', '094925.835000', '094925.838000', '094925.841000', '094925.844000', '094925.846000', '094925.849000', '094925.852000', '094925.855000', '094925.858000', '094925.861000', '094925.864000', '094925.866000', '094925.869000', '094925.872000', '094925.875000', '094925.878000', '094925.881000', '094925.884000', '094925.886000', '094925.889000', '094925.892000', '094925.895000', '094925.898000', '094925.901000', '094945.743000', '094945.746000', '094945.749000', '094945.752000', '094945.755000', '094945.759000', '094945.762000', '094945.765000', '094945.768000', '094945.810000', '094945.812000', '094945.815000', '094945.818000', '094945.821000', '094945.824000', '094945.827000', '094945.829000', '094945.832000', '094945.835000', '094945.838000', '094945.841000', '094945.844000', '094945.846000', '094945.849000', '094945.852000', '094945.855000', '094945.858000', '094945.861000', '094945.864000', '094945.866000', '094945.869000', '094945.872000', '094945.875000', '094945.878000', '094945.881000', '094945.883000', '094945.886000', '094945.889000', '094945.892000', '094945.895000', '094945.898000', '094945.900000', '094945.903000', '095005.742000', '095005.745000', '095005.748000', '095005.751000', '095005.753000', '095005.756000', '095005.759000', '095005.762000', '095005.783000', '095005.797000', '095005.799000', '095005.802000', '095005.805000', '095005.808000', '095005.811000', '095005.814000', '095005.816000', '095005.819000', '095005.822000', '095005.825000', '095005.828000', '095005.830000', '095005.833000', '095005.836000', '095005.839000', '095005.842000', '095005.845000', '095005.848000', '095005.850000', '095005.853000', '095005.856000', '095005.859000', '095005.862000', '095005.865000', '095005.868000', '095005.870000', '095005.873000', '095005.876000', '095005.879000', '095005.882000', '095005.885000', '095005.888000', '095005.890000', '095005.893000', '095025.742000', '095025.745000', '095025.748000', '095025.751000', '095025.754000', '095025.757000', '095025.759000', '095025.762000', '095025.765000', '095025.854000', '095025.857000', '095025.860000', '095025.862000', '095025.865000', '095025.868000', '095025.871000', '095025.874000', '095025.876000', '095025.879000', '095025.882000', '095025.885000', '095025.888000', '095025.891000', '095025.893000', '095025.896000', '095025.899000', '095025.902000', '095025.905000', '095025.908000', '095025.911000', '095025.913000', '095025.916000', '095025.919000', '095025.922000', '095025.925000', '095025.928000', '095025.930000', '095025.933000', '095025.936000', '095025.939000', '095025.942000', '095025.945000', '095025.948000', '095045.742000', '095045.745000', '095045.748000', '095045.751000', '095045.754000', '095045.756000', '095045.759000', '095045.762000', '095045.765000', '095045.768000', '095045.808000', '095045.811000', '095045.814000', '095045.817000', '095045.819000', '095045.822000', '095045.825000', '095045.828000', '095045.831000', '095045.834000', '095045.836000', '095045.839000', '095045.842000', '095045.845000', '095045.848000', '095045.851000', '095045.854000', '095045.856000', '095045.859000', '095045.862000', '095045.865000', '095045.868000', '095045.871000', '095045.874000', '095045.876000', '095045.879000', '095045.882000', '095045.885000', '095045.888000', '095045.891000', '095045.894000', '095045.896000', '095045.899000', '095045.902000', '095105.743000', '095105.746000', '095105.749000', '095105.752000', '095105.755000', '095105.757000', '095105.760000', '095105.763000', '095105.766000', '095105.769000', '095105.817000', '095105.820000', '095105.823000', '095105.825000', '095105.828000', '095105.831000', '095105.834000', '095105.837000', '095105.840000', '095105.843000', '095105.846000', '095105.849000', '095105.852000', '095105.855000', '095105.858000', '095105.861000', '095105.864000', '095105.866000', '095105.869000', '095105.872000', '095105.875000', '095105.878000', '095105.881000', '095105.884000', '095105.886000', '095105.889000', '095105.892000', '095105.895000', '095105.898000', '095105.901000', '095105.904000', '095105.906000', '095105.909000', '095125.743000', '095125.746000', '095125.749000', '095125.752000', '095125.768000', '095125.841000', '095125.844000', '095125.847000', '095125.850000', '095125.853000', '095125.856000', '095125.858000', '095125.861000', '095125.864000', '095125.867000', '095125.870000', '095125.873000', '095125.875000', '095125.878000', '095125.881000', '095125.884000', '095125.887000', '095125.890000', '095125.893000', '095125.895000', '095125.898000', '095125.901000', '095125.904000', '095125.907000', '095125.910000', '095125.913000', '095125.916000', '095125.918000', '095125.921000', '095125.924000', '095125.927000', '095125.930000', '095125.933000', '095125.936000', '095125.938000', '095125.941000', '095125.944000', '095125.947000', '095125.950000', '095145.743000', '095145.746000', '095145.749000', '095145.752000', '095145.755000', '095145.758000', '095145.760000', '095145.763000', '095145.766000', '095145.814000', '095145.817000', '095145.819000', '095145.822000', '095145.825000', '095145.828000', '095145.831000', '095145.833000', '095145.836000', '095145.839000', '095145.842000', '095145.845000', '095145.848000', '095145.851000', '095145.854000', '095145.857000', '095145.860000', '095145.863000', '095145.865000', '095145.868000', '095145.871000', '095145.874000', '095145.877000', '095145.880000', '095145.883000', '095145.885000', '095145.888000', '095145.891000', '095145.894000', '095145.897000', '095145.900000', '095145.902000', '095145.905000', '095145.908000', '095205.743000', '095205.746000', '095205.749000', '095205.752000', '095205.755000', '095205.758000', '095205.760000', '095205.763000', '095205.766000', '095205.838000', '095205.841000', '095205.844000', '095205.847000', '095205.849000', '095205.852000', '095205.855000', '095205.858000', '095205.861000', '095205.864000', '095205.867000', '095205.869000', '095205.872000', '095205.875000', '095205.878000', '095205.881000', '095205.884000', '095205.886000', '095205.889000', '095205.892000', '095205.895000', '095205.898000', '095205.901000', '095205.904000', '095205.907000', '095205.909000', '095205.912000', '095205.915000', '095205.918000', '095205.921000', '095205.924000', '095205.927000', '095205.929000', '095205.932000', '095205.941000', '095225.742000', '095225.745000', '095225.748000', '095225.751000', '095225.754000', '095225.756000', '095225.759000', '095225.762000', '095225.765000', '095225.768000', '095225.771000', '095225.774000', '095225.776000', '095225.779000', '095225.782000', '095225.785000', '095225.788000', '095225.791000', '095225.794000', '095225.797000', '095225.799000', '095225.802000', '095225.815000', '095225.818000', '095225.821000', '095225.824000', '095225.827000', '095225.830000', '095225.832000', '095225.835000', '095225.838000', '095225.841000', '095225.844000', '095225.847000', '095225.850000', '095225.853000', '095225.856000', '095225.859000', '095225.862000', '095225.864000', '095225.869000', '095225.873000', '095225.876000', '095245.742000', '095245.759000', '095245.762000', '095245.765000', '095245.821000', '095245.824000', '095245.827000', '095245.830000', '095245.833000', '095245.836000', '095245.838000', '095245.841000', '095245.844000', '095245.847000', '095245.850000', '095245.853000', '095245.856000', '095245.858000', '095245.861000', '095245.864000', '095245.867000', '095245.870000', '095245.873000', '095245.875000', '095245.878000', '095245.881000', '095245.884000', '095245.887000', '095245.890000', '095245.893000', '095245.896000', '095245.898000', '095245.901000', '095245.904000', '095245.907000', '095245.910000', '095245.913000', '095245.915000', '095245.918000', '095245.921000', '095245.924000', '095245.927000', '095245.930000', '095245.933000', '095305.742000', '095305.745000', '095305.748000', '095305.751000', '095305.754000', '095305.756000', '095305.759000', '095305.762000', '095305.765000', '095305.841000', '095305.844000', '095305.847000', '095305.850000', '095305.852000', '095305.855000', '095305.858000', '095305.861000', '095305.864000', '095305.867000', '095305.870000', '095305.872000', '095305.875000', '095305.878000', '095305.881000', '095305.884000', '095305.887000', '095305.890000', '095305.892000', '095305.896000', '095305.898000', '095305.901000', '095305.904000', '095305.907000', '095305.910000', '095305.913000', '095305.916000', '095305.918000', '095305.921000', '095305.924000', '095305.927000', '095305.930000', '095305.933000', '095305.936000', '095325.743000', '095325.746000', '095325.749000', '095325.752000', '095325.755000', '095325.758000', '095325.760000', '095325.763000', '095325.766000', '095325.797000', '095325.800000', '095325.803000', '095325.806000', '095325.809000', '095325.812000', '095325.815000', '095325.817000', '095325.820000', '095325.823000', '095325.826000', '095325.829000', '095325.832000', '095325.835000', '095325.837000', '095325.840000', '095325.843000', '095325.846000', '095325.849000', '095325.852000', '095325.855000', '095325.857000', '095325.860000', '095325.863000', '095325.866000', '095325.869000', '095325.872000', '095325.875000', '095325.877000', '095325.880000', '095325.883000', '095325.886000', '095325.889000', '095325.892000', '095325.895000', '095345.743000', '095345.746000', '095345.749000', '095345.752000', '095345.755000', '095345.758000', '095345.760000', '095345.763000', '095345.766000', '095345.868000', '095345.871000', '095345.873000', '095345.876000', '095345.879000', '095345.882000', '095345.885000', '095345.888000', '095345.890000', '095345.893000', '095345.896000', '095345.899000', '095345.902000', '095345.905000', '095345.908000', '095345.911000', '095345.913000', '095345.916000', '095345.919000', '095345.923000', '095345.926000', '095345.929000', '095345.931000', '095345.934000', '095345.937000', '095345.940000', '095345.943000', '095345.946000', '095345.949000', '095345.951000', '095345.954000', '095345.957000', '095345.960000', '095345.963000', '095405.743000', '095405.746000', '095405.749000', '095405.752000', '095405.754000', '095405.757000', '095405.760000', '095405.763000', '095405.766000', '095405.792000', '095405.795000', '095405.797000', '095405.800000', '095405.803000', '095405.806000', '095405.809000', '095405.812000', '095405.815000', '095405.818000', '095405.820000', '095405.823000', '095405.826000', '095405.829000', '095405.832000', '095405.835000', '095405.838000', '095405.840000', '095405.843000', '095405.846000', '095405.849000', '095405.852000', '095405.855000', '095405.858000', '095405.860000', '095405.863000', '095405.866000', '095405.869000', '095405.872000', '095405.875000', '095405.878000', '095405.880000', '095405.883000', '095405.889000', '095405.891000', '095425.743000', '095425.746000', '095425.749000', '095425.752000', '095425.755000', '095425.757000', '095425.760000', '095425.763000', '095425.766000', '095425.769000', '095425.772000', '095425.775000', '095425.778000', '095425.780000', '095425.783000', '095425.786000', '095425.789000', '095425.792000', '095425.795000', '095425.797000', '095425.800000', '095425.803000', '095425.806000', '095425.809000', '095425.812000', '095425.815000', '095425.817000', '095425.820000', '095425.823000', '095425.826000', '095425.829000', '095425.832000', '095425.835000', '095425.837000', '095425.840000', '095425.843000', '095425.846000', '095425.849000', '095425.852000', '095425.855000', '095425.858000', '095425.860000', '095425.863000', '095445.742000', '095445.745000', '095445.748000', '095445.751000', '095445.753000', '095445.756000', '095445.759000', '095445.762000', '095445.765000', '095445.768000', '095445.843000', '095445.845000', '095445.848000', '095445.851000', '095445.854000', '095445.865000', '095445.868000', '095445.871000', '095445.874000', '095445.876000', '095445.879000', '095445.882000', '095445.885000', '095445.888000', '095445.891000', '095445.894000', '095445.897000', '095445.899000', '095445.902000', '095445.905000', '095445.908000', '095445.911000', '095445.914000', '095445.917000', '095445.919000', '095445.922000', '095445.925000', '095445.928000', '095445.931000', '095445.934000', '095445.937000', '095445.939000', '095445.942000', '095445.945000', '095505.742000', '095505.745000', '095505.748000', '095505.751000', '095505.754000', '095505.756000', '095505.759000', '095505.762000', '095505.765000', '095505.852000', '095505.854000', '095505.857000', '095505.860000', '095505.863000', '095505.866000', '095505.868000', '095505.871000', '095505.874000', '095505.877000', '095505.880000', '095505.883000', '095505.885000', '095505.889000', '095505.902000', '095505.905000', '095505.908000', '095505.911000', '095505.914000', '095505.917000', '095505.919000', '095505.922000', '095505.925000', '095505.928000', '095505.931000', '095505.934000', '095505.937000', '095505.939000', '095505.942000', '095505.946000', '095505.948000', '095505.951000', '095505.954000', '095505.959000', '095525.743000', '095525.746000', '095525.749000', '095525.752000', '095525.755000', '095525.758000', '095525.760000', '095525.763000', '095525.766000', '095525.815000', '095525.817000', '095525.820000', '095525.823000', '095525.826000', '095525.829000', '095525.831000', '095525.834000', '095525.837000', '095525.840000', '095525.843000', '095525.846000', '095525.848000', '095525.851000', '095525.854000', '095525.857000', '095525.860000', '095525.863000', '095525.866000', '095525.869000', '095525.872000', '095525.874000', '095525.877000', '095525.880000', '095525.883000', '095525.886000', '095525.889000', '095525.892000', '095525.894000', '095525.897000', '095525.900000', '095525.903000', '095525.906000', '095525.909000', '095545.743000', '095545.746000', '095545.749000', '095545.752000', '095545.755000', '095545.758000', '095545.760000', '095545.763000', '095545.766000', '095545.846000', '095545.849000', '095545.851000', '095545.854000', '095545.857000', '095545.860000', '095545.863000', '095545.866000', '095545.868000', '095545.871000', '095545.874000', '095545.877000', '095545.880000', '095545.883000', '095545.886000', '095545.888000', '095545.891000', '095545.894000', '095545.897000', '095545.900000', '095545.903000', '095545.906000', '095545.908000', '095545.911000', '095545.914000', '095545.917000', '095545.920000', '095545.923000', '095545.926000', '095545.928000', '095545.931000', '095545.934000', '095545.937000', '095545.940000', '095545.943000', '095605.743000', '095605.746000', '095605.749000', '095605.752000', '095605.755000', '095605.758000', '095605.761000', '095605.764000', '095605.767000', '095605.832000', '095605.835000', '095605.838000', '095605.841000', '095605.844000', '095605.847000', '095605.849000', '095605.852000', '095605.855000', '095605.858000', '095605.861000', '095605.864000', '095605.866000', '095605.869000', '095605.872000', '095605.875000', '095605.878000', '095605.881000', '095605.884000', '095605.886000', '095605.889000', '095605.892000', '095605.895000', '095605.898000', '095605.901000', '095605.904000', '095605.907000', '095605.909000', '095605.912000', '095605.923000', '095605.925000', '095605.928000', '095605.931000', '095605.934000', '095618.246000', '095618.249000', '095618.252000', '095618.256000', '095618.258000', '095618.261000', '095618.264000', '095618.267000', '095618.270000', '095618.273000', '095618.276000', '095618.279000', '095618.282000', '095618.285000', '095618.287000', '095618.290000', '095618.293000', '095618.296000', '095618.299000', '095618.302000', '095618.322000', '095618.325000', '095618.328000', '095618.331000', '095618.334000', '095618.337000', '095618.339000', '095618.342000'], '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, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'LargestImagePixelValue': [15814, 13093, 12602, 11139, 8520, 12836, 9180, 13490, 10922, 15026, 12309, 11471, 10240, 8407, 11576, 9780, 7710, 13123, 10129, 12917, 9254, 11564, 9807, 11916, 16250, 11837, 16354, 12488, 13982, 11862, 12659, 9910, 12242, 9678, 11469, 9546, 11460, 8624, 10867, 8204, 10957, 9025, 11264, 9260, 11281, 8385, 11438, 9241, 12184, 8981, 12079, 9759, 12946, 9517, 12619, 11076, 13245, 10794, 13692, 11279, 14115, 12034, 15869, 11572, 14943, 11022, 14766, 11601, 14072, 11797, 12111, 10184, 11885, 10698, 13507, 11482, 15177, 11885, 12294, 10599, 13645, 11174, 15039, 12494, 11544, 10257, 8245, 9826, 11478, 9986, 14297, 12142, 13266, 10158, 10375, 9841, 12557, 10005, 12916, 11399, 12016, 10543, 13031, 10482, 12952, 8987, 12499, 9736, 11489, 8233, 10095, 7872, 9865, 9090, 10232, 7789, 10466, 8280, 11427, 12914, 10719, 16096, 13611, 14225, 11432, 13458, 9719, 13202, 10803, 12365, 9330, 12245, 8233, 11612, 8280, 11366, 8331, 11425, 9049, 11082, 8566, 11170, 8253, 11646, 8119, 11515, 11743, 11091, 15677, 12049, 13575, 12169, 13715, 9587, 13624, 9929, 13189, 11497, 13246, 11255, 12593, 11143, 13054, 9579, 13201, 9664, 13109, 10712, 12365, 9322, 12280, 9039, 11854, 9080, 11358, 8186, 11531, 11254, 10635, 13935, 11156, 10737, 9804, 10618, 9813, 13463, 10135, 13315, 10810, 9177, 9564, 10003, 9887, 14301, 11370, 12544, 11147, 12264, 10361, 12609, 9731, 12640, 8696, 12147, 10665, 11626, 10747, 11058, 8412, 10008, 7839, 10057, 10297, 10724, 10899, 11315, 8916, 10641, 12784, 10107, 16370, 11899, 12815, 11462, 12500, 9998, 12100, 8313, 11889, 9009, 11681, 10256, 12888, 11061, 7221, 9906, 8120, 10349, 14817, 11405, 11663, 8859, 11557, 12518, 10887, 16530, 13048, 13133, 10523, 14615, 12545, 12577, 17084, 13982, 17077, 12834, 12783, 9601, 12518, 8360, 10559, 8074, 9486, 10819, 9545, 12490, 9847, 8641, 9532, 7853, 9377, 10115, 9135, 12830, 10477, 11756, 10033, 12029, 10873, 11699, 9175, 11624, 9313, 11291, 8984, 11080, 7761, 11444, 7931, 11005, 8233, 11520, 8192, 11509, 8435, 11742, 8962, 12113, 9748, 11804, 8527, 11651, 8607, 11719, 8280, 11159, 10415, 11400, 8116, 10656, 8315, 11202, 8217, 11690, 9865, 11311, 8913, 11149, 8433, 10900, 9018, 10886, 13732, 10890, 13560, 10838, 10433, 10251, 9785, 9890, 13564, 10589, 13699, 11297, 13621, 9778, 13946, 9863, 13085, 10955, 12475, 10342, 12613, 9661, 12472, 9684, 11964, 9343, 12082, 10167, 12111, 10662, 12018, 9526, 12528, 9845, 12444, 9070, 12299, 9039, 12009, 8492, 11771, 8652, 11911, 9090, 11702, 9565, 11818, 8687, 11763, 8324, 11233, 8903, 10590, 12014, 10400, 9579, 10492, 7830, 10111, 8549, 10205, 11985, 10160, 13625, 11260, 8300, 10398, 7573, 10900, 7845, 11268, 9599, 11854, 9272, 12759, 8470, 12501, 9198, 13093, 9870, 11923, 12238, 12240, 8318, 11204, 8712, 11626, 8342, 11524, 9312, 10628, 8209, 11363, 8347, 11433, 8312, 12495, 10564, 13595, 11452, 13085, 9436, 12449, 10738, 11242, 11242, 10801, 7852, 10082, 8006, 10950, 9405, 10503, 10252, 9921, 14328, 10397, 15438, 12327, 14911, 11139, 8374, 10687, 8962, 11089, 9538, 15764, 13636, 12734, 9371, 10789, 8339, 11386, 11693, 10538, 13847, 10421, 9836, 9764, 11354, 9506, 15137, 10884, 12931, 11760, 12580, 10369, 12820, 9103, 12091, 9261, 11503, 10553, 11103, 10123, 11574, 9148, 12025, 9640, 11568, 13981, 11159, 12594, 10432, 15097, 11116, 15682, 11838, 13142, 12259, 13519, 10119, 12527, 9503, 12140, 9291, 11427, 10875, 12376, 9650, 11786, 10202, 12029, 9558, 11706, 9416, 12025, 8437, 11332, 7915, 10644, 9045, 10356, 14454, 11023, 14172, 9805, 14048, 10684, 12431, 11439, 12278, 11278, 12783, 10867, 12152, 9395, 11864, 11255, 11402, 9856, 10583, 9096, 9808, 14877, 9647, 12729, 10876, 11541, 9906, 11284, 7771, 11264, 8091, 10740, 9712, 10781, 8432, 10688, 8016, 10830, 8795, 10600, 13757, 11019, 15962, 13427, 14705, 12799, 13201, 10103, 14936, 11050, 13055, 11075, 12436, 10096, 12311, 9386, 11798, 8009, 11394, 8137, 11132, 10127, 11750, 8253, 11263, 8533, 11655, 8216, 10937, 8484, 10538, 11807, 10715, 10796, 10603, 7642, 11057, 8418, 11734, 11730, 11316, 15631, 11767, 13767, 11183, 7945, 9866, 8008, 11359, 8303, 11327, 10333, 10574, 14566, 11166, 10239, 10228, 7820, 9716, 13316, 10083, 14719, 11702, 13371, 11130, 11928, 9344, 9712, 9348, 8748, 10528, 8486, 11675, 9460, 12543, 10183, 12489, 13307, 11664, 14011, 10669, 15532, 10661, 13265, 11511, 12183, 8870, 12166, 10110, 11296, 7996, 10320, 8060, 10275, 7992, 10380, 9354, 10841, 8676, 11529, 9313, 11991, 9457, 12271, 11976, 11993, 10205, 11005, 8583, 10646, 12477, 10774, 16161, 13295, 13881, 12800, 11792, 9591, 10427, 9355, 13616, 10705, 12859, 10410, 8501, 10410, 8681, 10182, 13844, 11161, 10422, 10336, 8608, 9971, 11055, 10200, 12612, 10344, 8682, 10048, 9823, 10622, 14150, 11252, 8871, 11243, 8611, 11522, 12789, 11568, 15468, 11961, 15527, 12658, 12205, 9814, 11168, 9815, 14200, 11052, 13920, 11164, 8523, 9430, 7649, 9833, 9608, 10310, 11670, 10206, 7795, 10368, 7718, 10983, 14295, 11367, 12061, 10894, 10432, 10732, 15950, 12099, 13694, 11610, 12520, 11682, 12133, 9151, 11965, 8989, 12620, 10004, 14070, 11094, 10611, 10113, 9050, 10448, 15218, 11603, 15985, 13449, 13096, 11909, 12715, 10671, 12427, 9815, 12442, 10249, 12418, 10741, 11978, 9521, 11649, 9170, 12390, 10367, 11763, 10053, 10664, 9113, 7489, 11862, 10003, 12421, 11252, 12000, 8230, 10835, 8255, 11033, 10671, 11262, 9913, 11246, 7991, 11580, 8555, 11592, 8513, 11276, 9063, 11361, 8483, 11781, 9161, 12073, 10541, 12793, 11513, 12934, 10622, 13704, 9635, 13087, 10204, 12043, 10848, 13447, 11018, 12947, 10233, 13192, 11106, 14957, 12060, 14187, 11009, 9638, 10576, 9701, 10857, 14773, 12434, 16074, 12614, 10443, 9885, 7421, 9804, 9990, 10279, 15235, 12598, 14735, 12318, 12151, 9638, 12322, 9795, 14550, 12429, 14352, 11647, 17425, 12640, 13985, 12388, 14272, 11423, 13625, 9626, 14017, 12026, 12930, 10684, 12612, 10255, 12578, 8691, 11571, 8434, 11242, 10585, 10791, 13294, 11191, 10318, 9954, 8421, 9311, 9006, 9020, 12309, 10038, 13017, 10270, 15859, 10819, 12810, 10816, 11819, 10419, 11024, 14428, 12115, 12594, 10277, 10638, 9594, 12171, 9981, 15109, 11093, 12573, 10184, 7733, 9866, 7787, 11742, 10630, 12285, 10256, 14376, 10009, 15363, 12036, 14300, 12185, 13751, 11974, 15280, 9873, 14288, 9600, 13983, 11296, 9932, 9724, 7842, 11002, 8730, 11820, 8728, 12081, 10777, 12760, 11345, 13040, 10864, 13386, 11378, 13864, 12204, 13300, 12301, 14499, 10572, 14393, 10858, 14325, 11607, 14082, 11390, 12196, 9879, 11985, 9878, 14274, 11933, 12707, 11005, 10193, 10066, 10459, 10027, 14043, 11166, 15244, 12085, 11815, 10142, 11904, 9802, 13693, 11390, 15786, 12079, 12662, 10624, 13313, 10742, 15484, 12033, 13570, 11817, 13854, 10418, 13607, 9226, 13200, 9434, 13423, 10270, 11610, 9347, 14750, 11094, 13463, 11486, 13227, 11439, 15068, 10619, 14256, 11072, 16149, 11925, 14115, 11334, 12077, 10430, 12215, 10858, 12486, 11153, 11471, 11284, 8816, 10850, 8043, 10996, 8293, 11445, 8336, 11846, 10224, 12765, 9351, 12992, 9766, 14129, 11032, 12214, 10610, 9135, 10955, 8266, 11704, 9252, 12227, 10220, 12512, 11111, 13051, 11543, 12951, 10943, 13525, 11100, 13617, 11808, 13570, 12037, 14114, 10214, 14105, 10652, 14250, 11861, 11799, 10312, 9591, 9454, 9873, 10323, 11683, 10695, 12330, 11241, 9439, 11073, 9231, 11194, 9704, 12096, 9892, 12383, 9602, 12445, 10518, 8068, 10944, 10170, 12517, 10893, 12970, 11447, 13731, 9940, 12928, 11367, 12117, 9002, 11547, 9549, 12458, 9803, 13514, 11012, 13935, 11589, 10306, 9472, 8383, 10339, 10389, 10784, 11661, 11546, 8782, 12350, 9769, 12717, 10053, 12436, 9734, 12302, 10747, 12431, 9221, 12880, 9986, 13008, 11013, 12764, 9789, 12738, 10848, 12542, 9242, 12130, 8958, 12599, 11580, 15157, 11215, 14045, 10619, 14582, 11905, 13993, 11827, 15094, 10867, 13463, 11724, 13373, 11646, 12827, 11240, 12470, 9676, 13272, 8793, 13645, 9611, 15005, 11052, 12526, 12867, 11891, 7145, 9613, 8772, 9597, 14262, 11796, 11956, 9304, 11541, 11014, 11003, 15857, 13512, 15183, 13230, 13961, 12045, 14140, 10543, 13546, 10626, 13066, 10802, 12979, 11104, 14907, 11016, 12498, 10271, 12525, 10738, 13961, 11017, 13220, 9300, 12826, 8931, 11858, 8872, 8067, 9731, 8213, 10954, 8747, 12090, 9279, 12232, 11106, 13420, 9149, 12315, 9562, 13736, 10831, 10224, 10321, 8908, 11195, 9255, 11964, 11104, 11817, 11008, 12375, 9500, 12934, 10673, 13699, 11594, 14362, 12258, 15731, 12022, 9638, 10688, 8393, 12485, 11015, 14001, 12380, 14143, 12397, 12096, 10243, 9423, 10213, 10427, 11197, 11448, 11899, 8883, 12108, 9289, 12949, 10343, 14926, 11829, 9277, 10289, 7881, 12193, 10111, 13181, 11554, 15514, 11535, 9148, 11781, 8855, 12961, 9566, 13332, 9924, 13228, 9951, 13385, 9360, 12657, 9640, 13268, 11370, 13295, 10061, 13378, 9615, 9502, 10567, 9228, 12309, 11149, 15025, 10686, 15006, 11953, 14046, 11183, 13083, 10927, 13117, 11073, 12953, 11236, 13757, 10253, 13254, 10260, 12702, 8876, 12409, 9425, 12550, 9268, 12410, 9318, 12083, 9470, 12481, 9097, 12438, 9379, 12781, 10715, 12699, 11184, 12866, 10953, 12621, 10881, 13124, 9389, 12943, 10723, 12204, 9126, 11144, 8310, 11927, 8446, 12055, 10454, 13820, 9970, 9687, 9157, 11073, 9998, 15634, 12644, 12560, 10709, 12777, 10846, 16683, 13141, 14148, 12071, 13512, 11116, 13866, 9807, 13933, 9852, 14498, 11760, 11866, 10511, 9267, 10225, 10258, 10773, 13793, 12139, 14762, 11875, 9578, 10605, 9272, 10943, 11591, 11289, 14555, 12682, 14595, 12126, 10689, 9825, 11059, 9596, 14825, 11421, 12518, 9759, 12161, 9395, 14502, 12103, 13296, 11500, 13738, 11239, 13177, 10883, 12783, 9882, 12638, 10635, 12788, 9373, 12946, 9502, 13123, 11382, 12757, 11451, 13386, 11109, 13236, 9901, 12795, 10159, 13338, 10709, 12836, 10273, 13106, 10502, 13615, 11534, 13505, 11181, 13295, 10845, 13888, 11314, 13728, 11715, 13917, 11553, 11705, 9472, 15203, 11767, 13048, 11710, 13586, 10172, 13618, 9416, 13954, 11394, 12738, 10188, 12386, 9067, 12157, 9230, 12565, 9567, 12053, 8592, 11239, 9344, 11149, 8000, 10494, 8184, 10762, 10209, 11762, 9364, 12110, 9434, 13076, 9786, 12842, 10885, 12299, 9000, 12187, 8640, 12848, 9951, 12056, 13813, 11874, 13936, 11571, 9546, 10037, 10676, 9718, 13273, 10834, 14770, 12680, 14488, 11458, 9392, 9336, 8865, 10074, 14983, 12538, 12788, 11229, 12024, 8944, 11520, 8057, 10562, 8783, 9647, 9784, 10772, 8471, 10754, 7902, 11090, 8970, 12476, 11303, 13425, 11648, 13422, 11331, 14003, 11357, 14059, 12204, 13607, 11961, 15294, 11069, 14787, 10943, 13841, 11184, 13044, 11249, 11750, 10836, 8571, 10141, 8131, 10934, 8884, 11470, 9650, 12629, 10525, 13112, 11079, 12980, 10888, 13167, 10985, 13415, 11954, 13746, 11155, 14770, 9652, 14483, 10456, 14498, 11556, 12099, 10740, 8392, 10011, 7915, 11538, 9543, 12919, 11825, 13890, 12169, 14751, 10464, 15190, 11446, 15057, 11606, 15193, 11481, 11837, 10537, 11166, 10118, 11954, 10824, 11833, 11208, 8843, 10812, 7987, 11886, 8265, 12396, 10909, 13518, 10685, 13600, 10738, 13068, 9947, 12546, 10206, 12541, 8763, 12500, 9587, 13261, 9749, 11432, 10041, 8063, 11701, 9335, 12185, 12270, 11708, 16712, 13476, 15222, 12656, 10842, 9987, 8807, 10320, 11436, 11364, 14807, 12319, 12608, 11235, 9382, 10326, 8564, 10682, 10907, 11399], 'WindowCenter': [4275.0, 4250.0, 4235.0, 4212.0, 4179.0, 4210.0, 4178.0, 4210.0, 4188.0, 4218.0, 4198.0, 4195.0, 4186.0, 4167.0, 4198.0, 4202.0, 4171.0, 4223.0, 4200.0, 4208.0, 4179.0, 4197.0, 4174.0, 4195.0, 4204.0, 4183.0, 4205.0, 4196.0, 4193.0, 4182.0, 4180.0, 4161.0, 4181.0, 4162.0, 4181.0, 4172.0, 4183.0, 4164.0, 4185.0, 4165.0, 4184.0, 4176.0, 4195.0, 4176.0, 4196.0, 4166.0, 4197.0, 4176.0, 4197.0, 4176.0, 4196.0, 4187.0, 4207.0, 4177.0, 4196.0, 4197.0, 4206.0, 4197.0, 4205.0, 4197.0, 4207.0, 4198.0, 4216.0, 4185.0, 4204.0, 4184.0, 4205.0, 4185.0, 4193.0, 4185.0, 4183.0, 4173.0, 4182.0, 4184.0, 4193.0, 4184.0, 4204.0, 4184.0, 4181.0, 4172.0, 4191.0, 4172.0, 4203.0, 4182.0, 4180.0, 4171.0, 4150.0, 4172.0, 4181.0, 4172.0, 4203.0, 4183.0, 4191.0, 4172.0, 4171.0, 4173.0, 4192.0, 4173.0, 4194.0, 4183.0, 4182.0, 4172.0, 4191.0, 4172.0, 4181.0, 4149.0, 4181.0, 4160.0, 4181.0, 4139.0, 4171.0, 4140.0, 4172.0, 4161.0, 4172.0, 4141.0, 4172.0, 4152.0, 4184.0, 4207.0, 4187.0, 4205.0, 4192.0, 4191.0, 4171.0, 4190.0, 4161.0, 4180.0, 4170.0, 4180.0, 4161.0, 4180.0, 4140.0, 4181.0, 4151.0, 4181.0, 4151.0, 4182.0, 4151.0, 4182.0, 4151.0, 4182.0, 4152.0, 4182.0, 4141.0, 4182.0, 4181.0, 4182.0, 4203.0, 4182.0, 4192.0, 4182.0, 4191.0, 4161.0, 4191.0, 4172.0, 4191.0, 4182.0, 4191.0, 4182.0, 4179.0, 4171.0, 4189.0, 4161.0, 4190.0, 4161.0, 4191.0, 4171.0, 4181.0, 4150.0, 4180.0, 4150.0, 4181.0, 4151.0, 4181.0, 4151.0, 4183.0, 4181.0, 4173.0, 4203.0, 4183.0, 4171.0, 4173.0, 4172.0, 4173.0, 4192.0, 4173.0, 4193.0, 4184.0, 4163.0, 4175.0, 4173.0, 4175.0, 4205.0, 4184.0, 4193.0, 4183.0, 4182.0, 4174.0, 4182.0, 4162.0, 4182.0, 4151.0, 4182.0, 4171.0, 4171.0, 4170.0, 4171.0, 4139.0, 4160.0, 4139.0, 4171.0, 4172.0, 4172.0, 4171.0, 4182.0, 4150.0, 4170.0, 4180.0, 4170.0, 4202.0, 4181.0, 4180.0, 4171.0, 4179.0, 4159.0, 4179.0, 4139.0, 4169.0, 4149.0, 4179.0, 4160.0, 4191.0, 4171.0, 4129.0, 4170.0, 4152.0, 4186.0, 4204.0, 4182.0, 4182.0, 4151.0, 4183.0, 4182.0, 4172.0, 4203.0, 4180.0, 4169.0, 4156.0, 4177.0, 4165.0, 4167.0, 4186.0, 4165.0, 4176.0, 4153.0, 4151.0, 4120.0, 4150.0, 4109.0, 4130.0, 4109.0, 4130.0, 4140.0, 4133.0, 4162.0, 4144.0, 4133.0, 4145.0, 4124.0, 4146.0, 4155.0, 4146.0, 4167.0, 4159.0, 4167.0, 4159.0, 4167.0, 4169.0, 4168.0, 4150.0, 4168.0, 4149.0, 4169.0, 4149.0, 4171.0, 4140.0, 4181.0, 4152.0, 4172.0, 4152.0, 4182.0, 4152.0, 4182.0, 4153.0, 4183.0, 4162.0, 4194.0, 4163.0, 4183.0, 4152.0, 4182.0, 4151.0, 4181.0, 4140.0, 4182.0, 4172.0, 4182.0, 4141.0, 4172.0, 4152.0, 4183.0, 4152.0, 4183.0, 4173.0, 4184.0, 4162.0, 4183.0, 4152.0, 4183.0, 4160.0, 4173.0, 4192.0, 4183.0, 4192.0, 4172.0, 4171.0, 4172.0, 4161.0, 4173.0, 4192.0, 4184.0, 4193.0, 4183.0, 4192.0, 4172.0, 4192.0, 4172.0, 4192.0, 4183.0, 4181.0, 4173.0, 4192.0, 4162.0, 4192.0, 4162.0, 4182.0, 4163.0, 4193.0, 4174.0, 4182.0, 4172.0, 4181.0, 4162.0, 4180.0, 4160.0, 4181.0, 4151.0, 4181.0, 4151.0, 4181.0, 4150.0, 4181.0, 4165.0, 4195.0, 4162.0, 4182.0, 4161.0, 4181.0, 4151.0, 4181.0, 4151.0, 4199.0, 4164.0, 4184.0, 4193.0, 4172.0, 4160.0, 4170.0, 4129.0, 4171.0, 4149.0, 4173.0, 4182.0, 4173.0, 4193.0, 4183.0, 4151.0, 4172.0, 4141.0, 4172.0, 4142.0, 4183.0, 4173.0, 4184.0, 4163.0, 4194.0, 4153.0, 4193.0, 4162.0, 4193.0, 4161.0, 4181.0, 4181.0, 4181.0, 4140.0, 4171.0, 4151.0, 4182.0, 4151.0, 4183.0, 4162.0, 4172.0, 4152.0, 4183.0, 4153.0, 4183.0, 4154.0, 4194.0, 4184.0, 4194.0, 4183.0, 4192.0, 4162.0, 4182.0, 4171.0, 4172.0, 4171.0, 4171.0, 4140.0, 4171.0, 4142.0, 4183.0, 4163.0, 4184.0, 4173.0, 4174.0, 4203.0, 4174.0, 4204.0, 4194.0, 4204.0, 4196.0, 4153.0, 4183.0, 4164.0, 4185.0, 4177.0, 4208.0, 4195.0, 4183.0, 4151.0, 4171.0, 4141.0, 4171.0, 4170.0, 4172.0, 4191.0, 4160.0, 4158.0, 4161.0, 4170.0, 4161.0, 4191.0, 4172.0, 4182.0, 4183.0, 4181.0, 4172.0, 4181.0, 4162.0, 4180.0, 4162.0, 4182.0, 4173.0, 4171.0, 4172.0, 4171.0, 4152.0, 4182.0, 4150.0, 4171.0, 4190.0, 4170.0, 4169.0, 4159.0, 4189.0, 4170.0, 4190.0, 4169.0, 4179.0, 4170.0, 4179.0, 4160.0, 4179.0, 4161.0, 4179.0, 4161.0, 4169.0, 4172.0, 4181.0, 4162.0, 4181.0, 4172.0, 4181.0, 4161.0, 4183.0, 4151.0, 4181.0, 4140.0, 4170.0, 4140.0, 4171.0, 4150.0, 4172.0, 4192.0, 4173.0, 4191.0, 4162.0, 4192.0, 4170.0, 4181.0, 4182.0, 4180.0, 4171.0, 4180.0, 4170.0, 4170.0, 4149.0, 4170.0, 4169.0, 4170.0, 4159.0, 4160.0, 4148.0, 4159.0, 4189.0, 4160.0, 4181.0, 4171.0, 4171.0, 4161.0, 4171.0, 4141.0, 4170.0, 4140.0, 4171.0, 4160.0, 4171.0, 4140.0, 4171.0, 4141.0, 4171.0, 4150.0, 4172.0, 4191.0, 4171.0, 4203.0, 4181.0, 4189.0, 4179.0, 4179.0, 4159.0, 4189.0, 4169.0, 4179.0, 4169.0, 4169.0, 4159.0, 4169.0, 4148.0, 4168.0, 4128.0, 4168.0, 4126.0, 4168.0, 4158.0, 4169.0, 4138.0, 4168.0, 4139.0, 4169.0, 4140.0, 4170.0, 4150.0, 4171.0, 4182.0, 4172.0, 4170.0, 4160.0, 4129.0, 4170.0, 4140.0, 4180.0, 4170.0, 4171.0, 4190.0, 4170.0, 4179.0, 4168.0, 4138.0, 4159.0, 4140.0, 4170.0, 4139.0, 4170.0, 4158.0, 4160.0, 4190.0, 4171.0, 4160.0, 4160.0, 4129.0, 4160.0, 4190.0, 4161.0, 4191.0, 4182.0, 4192.0, 4172.0, 4182.0, 4162.0, 4162.0, 4162.0, 4152.0, 4173.0, 4153.0, 4183.0, 4163.0, 4183.0, 4173.0, 4184.0, 4181.0, 4172.0, 4180.0, 4160.0, 4191.0, 4159.0, 4178.0, 4169.0, 4169.0, 4148.0, 4169.0, 4159.0, 4169.0, 4128.0, 4158.0, 4139.0, 4160.0, 4139.0, 4160.0, 4150.0, 4171.0, 4151.0, 4171.0, 4162.0, 4181.0, 4161.0, 4182.0, 4171.0, 4171.0, 4160.0, 4170.0, 4139.0, 4171.0, 4180.0, 4171.0, 4202.0, 4181.0, 4180.0, 4181.0, 4169.0, 4160.0, 4159.0, 4161.0, 4190.0, 4171.0, 4179.0, 4171.0, 4150.0, 4170.0, 4150.0, 4161.0, 4191.0, 4171.0, 4160.0, 4160.0, 4149.0, 4161.0, 4169.0, 4161.0, 4181.0, 4162.0, 4150.0, 4161.0, 4160.0, 4171.0, 4191.0, 4171.0, 4150.0, 4170.0, 4140.0, 4171.0, 4179.0, 4170.0, 4190.0, 4170.0, 4190.0, 4179.0, 4168.0, 4148.0, 4168.0, 4159.0, 4189.0, 4170.0, 4190.0, 4170.0, 4149.0, 4150.0, 4139.0, 4161.0, 4161.0, 4172.0, 4181.0, 4172.0, 4141.0, 4172.0, 4142.0, 4184.0, 4203.0, 4182.0, 4181.0, 4172.0, 4170.0, 4172.0, 4203.0, 4181.0, 4179.0, 4171.0, 4180.0, 4181.0, 4180.0, 4162.0, 4182.0, 4163.0, 4192.0, 4174.0, 4204.0, 4184.0, 4173.0, 4173.0, 4151.0, 4173.0, 4202.0, 4172.0, 4193.0, 4192.0, 4180.0, 4171.0, 4179.0, 4159.0, 4168.0, 4160.0, 4169.0, 4159.0, 4168.0, 4159.0, 4168.0, 4159.0, 4169.0, 4150.0, 4180.0, 4160.0, 4169.0, 4173.0, 4172.0, 4162.0, 4144.0, 4183.0, 4174.0, 4195.0, 4172.0, 4182.0, 4140.0, 4170.0, 4139.0, 4170.0, 4159.0, 4170.0, 4159.0, 4170.0, 4140.0, 4170.0, 4151.0, 4170.0, 4151.0, 4170.0, 4151.0, 4170.0, 4152.0, 4181.0, 4162.0, 4181.0, 4173.0, 4182.0, 4183.0, 4181.0, 4173.0, 4192.0, 4190.0, 4206.0, 4175.0, 4182.0, 4184.0, 4192.0, 4174.0, 4192.0, 4172.0, 4192.0, 4183.0, 4203.0, 4183.0, 4190.0, 4173.0, 4161.0, 4172.0, 4160.0, 4172.0, 4192.0, 4182.0, 4202.0, 4182.0, 4160.0, 4161.0, 4130.0, 4162.0, 4161.0, 4173.0, 4203.0, 4194.0, 4203.0, 4182.0, 4182.0, 4162.0, 4182.0, 4163.0, 4193.0, 4194.0, 4217.0, 4198.0, 4229.0, 4194.0, 4193.0, 4183.0, 4191.0, 4182.0, 4191.0, 4162.0, 4192.0, 4182.0, 4181.0, 4171.0, 4181.0, 4160.0, 4180.0, 4139.0, 4170.0, 4139.0, 4170.0, 4159.0, 4171.0, 4191.0, 4170.0, 4159.0, 4160.0, 4140.0, 4161.0, 4151.0, 4151.0, 4182.0, 4173.0, 4192.0, 4173.0, 4204.0, 4172.0, 4182.0, 4172.0, 4182.0, 4172.0, 4186.0, 4192.0, 4181.0, 4180.0, 4160.0, 4159.0, 4160.0, 4179.0, 4160.0, 4204.0, 4271.0, 4237.0, 4159.0, 4097.0, 4144.0, 4126.0, 4169.0, 4171.0, 4181.0, 4172.0, 4192.0, 4162.0, 4202.0, 4182.0, 4192.0, 4183.0, 4181.0, 4172.0, 4190.0, 4160.0, 4189.0, 4160.0, 4190.0, 4170.0, 4159.0, 4159.0, 4140.0, 4171.0, 4151.0, 4181.0, 4152.0, 4182.0, 4172.0, 4182.0, 4183.0, 4191.0, 4172.0, 4191.0, 4181.0, 4192.0, 4183.0, 4181.0, 4182.0, 4191.0, 4171.0, 4189.0, 4171.0, 4190.0, 4172.0, 4191.0, 4171.0, 4180.0, 4161.0, 4170.0, 4160.0, 4191.0, 4182.0, 4180.0, 4171.0, 4159.0, 4159.0, 4170.0, 4161.0, 4189.0, 4170.0, 4202.0, 4182.0, 4180.0, 4161.0, 4180.0, 4161.0, 4190.0, 4182.0, 4201.0, 4182.0, 4180.0, 4171.0, 4190.0, 4171.0, 4190.0, 4180.0, 4180.0, 4181.0, 4190.0, 4170.0, 4190.0, 4151.0, 4180.0, 4160.0, 4191.0, 4172.0, 4181.0, 4162.0, 4191.0, 4171.0, 4180.0, 4182.0, 4180.0, 4182.0, 4191.0, 4171.0, 4190.0, 4171.0, 4201.0, 4182.0, 4190.0, 4170.0, 4169.0, 4159.0, 4168.0, 4158.0, 4168.0, 4169.0, 4168.0, 4169.0, 4137.0, 4158.0, 4138.0, 4168.0, 4138.0, 4168.0, 4139.0, 4180.0, 4171.0, 4180.0, 4161.0, 4191.0, 4161.0, 4190.0, 4171.0, 4181.0, 4171.0, 4150.0, 4170.0, 4150.0, 4181.0, 4162.0, 4182.0, 4173.0, 4183.0, 4183.0, 4192.0, 4183.0, 4181.0, 4172.0, 4191.0, 4171.0, 4192.0, 4183.0, 4191.0, 4182.0, 4191.0, 4172.0, 4191.0, 4172.0, 4192.0, 4183.0, 4182.0, 4172.0, 4161.0, 4162.0, 4161.0, 4172.0, 4182.0, 4173.0, 4193.0, 4183.0, 4151.0, 4172.0, 4161.0, 4172.0, 4161.0, 4182.0, 4161.0, 4181.0, 4162.0, 4182.0, 4172.0, 4152.0, 4184.0, 4173.0, 4194.0, 4173.0, 4192.0, 4182.0, 4192.0, 4160.0, 4181.0, 4170.0, 4169.0, 4138.0, 4169.0, 4160.0, 4179.0, 4161.0, 4191.0, 4172.0, 4191.0, 4183.0, 4160.0, 4161.0, 4151.0, 4172.0, 4171.0, 4170.0, 4170.0, 4171.0, 4139.0, 4179.0, 4160.0, 4179.0, 4160.0, 4179.0, 4161.0, 4180.0, 4171.0, 4180.0, 4161.0, 4180.0, 4161.0, 4181.0, 4171.0, 4180.0, 4161.0, 4180.0, 4170.0, 4192.0, 4163.0, 4182.0, 4151.0, 4181.0, 4196.0, 4205.0, 4184.0, 4192.0, 4172.0, 4204.0, 4182.0, 4192.0, 4182.0, 4191.0, 4171.0, 4180.0, 4170.0, 4179.0, 4169.0, 4169.0, 4170.0, 4169.0, 4160.0, 4179.0, 4151.0, 4190.0, 4161.0, 4201.0, 4183.0, 4184.0, 4195.0, 4182.0, 4130.0, 4162.0, 4152.0, 4173.0, 4193.0, 4182.0, 4182.0, 4151.0, 4182.0, 4171.0, 4172.0, 4202.0, 4181.0, 4190.0, 4168.0, 4167.0, 4156.0, 4166.0, 4144.0, 4154.0, 4143.0, 4153.0, 4143.0, 4152.0, 4143.0, 4163.0, 4143.0, 4152.0, 4143.0, 4152.0, 4143.0, 4163.0, 4144.0, 4163.0, 4135.0, 4164.0, 4135.0, 4166.0, 4137.0, 4126.0, 4147.0, 4139.0, 4169.0, 4151.0, 4180.0, 4163.0, 4182.0, 4184.0, 4192.0, 4162.0, 4182.0, 4163.0, 4193.0, 4184.0, 4172.0, 4173.0, 4162.0, 4183.0, 4162.0, 4184.0, 4183.0, 4183.0, 4172.0, 4183.0, 4161.0, 4181.0, 4171.0, 4191.0, 4182.0, 4191.0, 4182.0, 4202.0, 4181.0, 4160.0, 4171.0, 4141.0, 4181.0, 4172.0, 4192.0, 4183.0, 4191.0, 4182.0, 4180.0, 4160.0, 4149.0, 4160.0, 4159.0, 4170.0, 4170.0, 4170.0, 4150.0, 4180.0, 4151.0, 4180.0, 4172.0, 4202.0, 4183.0, 4151.0, 4171.0, 4142.0, 4182.0, 4173.0, 4192.0, 4184.0, 4203.0, 4183.0, 4162.0, 4182.0, 4151.0, 4192.0, 4161.0, 4192.0, 4162.0, 4192.0, 4161.0, 4192.0, 4162.0, 4180.0, 4161.0, 4191.0, 4182.0, 4191.0, 4172.0, 4192.0, 4162.0, 4162.0, 4173.0, 4163.0, 4183.0, 4184.0, 4204.0, 4174.0, 4204.0, 4183.0, 4193.0, 4172.0, 4182.0, 4171.0, 4181.0, 4171.0, 4180.0, 4171.0, 4180.0, 4160.0, 4181.0, 4160.0, 4180.0, 4150.0, 4180.0, 4151.0, 4181.0, 4151.0, 4180.0, 4161.0, 4181.0, 4161.0, 4181.0, 4152.0, 4181.0, 4163.0, 4192.0, 4173.0, 4193.0, 4173.0, 4182.0, 4172.0, 4181.0, 4172.0, 4182.0, 4151.0, 4182.0, 4171.0, 4181.0, 4150.0, 4171.0, 4141.0, 4181.0, 4152.0, 4182.0, 4173.0, 4193.0, 4174.0, 4173.0, 4165.0, 4183.0, 4175.0, 4216.0, 4195.0, 4194.0, 4174.0, 4193.0, 4173.0, 4204.0, 4181.0, 4192.0, 4171.0, 4180.0, 4171.0, 4180.0, 4160.0, 4190.0, 4161.0, 4192.0, 4182.0, 4181.0, 4172.0, 4161.0, 4172.0, 4171.0, 4172.0, 4192.0, 4182.0, 4192.0, 4181.0, 4160.0, 4171.0, 4150.0, 4171.0, 4170.0, 4171.0, 4191.0, 4181.0, 4190.0, 4181.0, 4159.0, 4161.0, 4170.0, 4162.0, 4203.0, 4183.0, 4192.0, 4174.0, 4193.0, 4164.0, 4204.0, 4194.0, 4193.0, 4184.0, 4192.0, 4172.0, 4181.0, 4172.0, 4181.0, 4160.0, 4181.0, 4172.0, 4192.0, 4163.0, 4192.0, 4163.0, 4193.0, 4184.0, 4193.0, 4183.0, 4192.0, 4183.0, 4182.0, 4162.0, 4182.0, 4161.0, 4191.0, 4171.0, 4181.0, 4172.0, 4191.0, 4172.0, 4192.0, 4171.0, 4191.0, 4171.0, 4190.0, 4171.0, 4190.0, 4170.0, 4180.0, 4182.0, 4180.0, 4171.0, 4180.0, 4161.0, 4201.0, 4181.0, 4180.0, 4181.0, 4180.0, 4160.0, 4190.0, 4161.0, 4191.0, 4171.0, 4181.0, 4160.0, 4180.0, 4150.0, 4179.0, 4150.0, 4179.0, 4160.0, 4180.0, 4151.0, 4171.0, 4150.0, 4171.0, 4140.0, 4170.0, 4140.0, 4171.0, 4161.0, 4182.0, 4151.0, 4181.0, 4161.0, 4182.0, 4160.0, 4181.0, 4170.0, 4170.0, 4149.0, 4180.0, 4139.0, 4180.0, 4159.0, 4180.0, 4190.0, 4170.0, 4189.0, 4169.0, 4148.0, 4160.0, 4159.0, 4160.0, 4179.0, 4171.0, 4191.0, 4181.0, 4190.0, 4170.0, 4160.0, 4161.0, 4150.0, 4162.0, 4192.0, 4181.0, 4180.0, 4170.0, 4170.0, 4150.0, 4170.0, 4140.0, 4171.0, 4149.0, 4161.0, 4173.0, 4185.0, 4153.0, 4185.0, 4152.0, 4181.0, 4163.0, 4183.0, 4184.0, 4193.0, 4182.0, 4192.0, 4172.0, 4191.0, 4172.0, 4191.0, 4182.0, 4181.0, 4171.0, 4191.0, 4170.0, 4190.0, 4170.0, 4179.0, 4170.0, 4180.0, 4171.0, 4170.0, 4170.0, 4150.0, 4160.0, 4139.0, 4170.0, 4149.0, 4170.0, 4161.0, 4181.0, 4171.0, 4181.0, 4171.0, 4179.0, 4170.0, 4179.0, 4171.0, 4190.0, 4181.0, 4180.0, 4171.0, 4190.0, 4161.0, 4190.0, 4171.0, 4191.0, 4182.0, 4181.0, 4171.0, 4140.0, 4161.0, 4140.0, 4171.0, 4162.0, 4182.0, 4182.0, 4192.0, 4182.0, 4192.0, 4172.0, 4201.0, 4181.0, 4191.0, 4182.0, 4202.0, 4182.0, 4181.0, 4171.0, 4170.0, 4171.0, 4180.0, 4171.0, 4181.0, 4171.0, 4150.0, 4171.0, 4140.0, 4180.0, 4151.0, 4182.0, 4173.0, 4192.0, 4173.0, 4192.0, 4172.0, 4182.0, 4161.0, 4181.0, 4160.0, 4181.0, 4151.0, 4181.0, 4162.0, 4204.0, 4175.0, 4183.0, 4173.0, 4153.0, 4184.0, 4163.0, 4184.0, 4182.0, 4183.0, 4204.0, 4192.0, 4191.0, 4181.0, 4170.0, 4160.0, 4149.0, 4171.0, 4170.0, 4171.0, 4191.0, 4181.0, 4169.0, 4169.0, 4148.0, 4159.0, 4138.0, 4160.0, 4169.0, 4171.0], 'WindowWidth': [9452.0, 9402.0, 9369.0, 9334.0, 9283.0, 9327.0, 9279.0, 9328.0, 9292.0, 9334.0, 9304.0, 9296.0, 9285.0, 9262.0, 9306.0, 9321.0, 9278.0, 9350.0, 9311.0, 9322.0, 9281.0, 9302.0, 9265.0, 9295.0, 9311.0, 9275.0, 9316.0, 9299.0, 9289.0, 9274.0, 9267.0, 9242.0, 9268.0, 9247.0, 9271.0, 9262.0, 9276.0, 9254.0, 9282.0, 9257.0, 9281.0, 9272.0, 9297.0, 9274.0, 9299.0, 9260.0, 9302.0, 9273.0, 9301.0, 9273.0, 9299.0, 9289.0, 9315.0, 9276.0, 9301.0, 9301.0, 9314.0, 9302.0, 9312.0, 9302.0, 9318.0, 9303.0, 9331.0, 9283.0, 9309.0, 9280.0, 9311.0, 9281.0, 9292.0, 9281.0, 9275.0, 9263.0, 9274.0, 9277.0, 9290.0, 9277.0, 9308.0, 9280.0, 9271.0, 9259.0, 9284.0, 9257.0, 9308.0, 9272.0, 9268.0, 9255.0, 9227.0, 9258.0, 9269.0, 9261.0, 9309.0, 9274.0, 9285.0, 9258.0, 9256.0, 9262.0, 9287.0, 9263.0, 9294.0, 9276.0, 9273.0, 9259.0, 9283.0, 9258.0, 9270.0, 9224.0, 9268.0, 9241.0, 9269.0, 9211.0, 9255.0, 9214.0, 9259.0, 9244.0, 9259.0, 9216.0, 9259.0, 9232.0, 9277.0, 9317.0, 9288.0, 9316.0, 9287.0, 9285.0, 9255.0, 9281.0, 9241.0, 9267.0, 9254.0, 9268.0, 9243.0, 9266.0, 9214.0, 9271.0, 9231.0, 9269.0, 9230.0, 9272.0, 9230.0, 9271.0, 9229.0, 9271.0, 9232.0, 9271.0, 9217.0, 9274.0, 9268.0, 9272.0, 9310.0, 9273.0, 9287.0, 9271.0, 9285.0, 9244.0, 9283.0, 9258.0, 9286.0, 9271.0, 9284.0, 9272.0, 9264.0, 9255.0, 9278.0, 9243.0, 9280.0, 9243.0, 9283.0, 9254.0, 9268.0, 9227.0, 9266.0, 9228.0, 9268.0, 9231.0, 9270.0, 9232.0, 9276.0, 9270.0, 9262.0, 9304.0, 9273.0, 9257.0, 9262.0, 9259.0, 9262.0, 9290.0, 9263.0, 9289.0, 9278.0, 9249.0, 9267.0, 9264.0, 9268.0, 9316.0, 9280.0, 9291.0, 9276.0, 9273.0, 9263.0, 9272.0, 9245.0, 9272.0, 9229.0, 9273.0, 9256.0, 9256.0, 9253.0, 9255.0, 9212.0, 9241.0, 9213.0, 9257.0, 9258.0, 9260.0, 9256.0, 9274.0, 9226.0, 9252.0, 9266.0, 9253.0, 9306.0, 9269.0, 9269.0, 9255.0, 9264.0, 9238.0, 9262.0, 9209.0, 9249.0, 9224.0, 9264.0, 9239.0, 9286.0, 9258.0, 9198.0, 9255.0, 9234.0, 9283.0, 9310.0, 9273.0, 9274.0, 9230.0, 9274.0, 9273.0, 9260.0, 9310.0, 9267.0, 9252.0, 9227.0, 9260.0, 9236.0, 9242.0, 9272.0, 9236.0, 9259.0, 9216.0, 9212.0, 9168.0, 9206.0, 9150.0, 9180.0, 9151.0, 9181.0, 9194.0, 9189.0, 9229.0, 9207.0, 9191.0, 9210.0, 9182.0, 9214.0, 9224.0, 9213.0, 9245.0, 9234.0, 9245.0, 9236.0, 9245.0, 9250.0, 9245.0, 9226.0, 9246.0, 9224.0, 9249.0, 9224.0, 9256.0, 9214.0, 9269.0, 9234.0, 9259.0, 9233.0, 9273.0, 9235.0, 9272.0, 9235.0, 9276.0, 9246.0, 9292.0, 9247.0, 9275.0, 9231.0, 9272.0, 9230.0, 9270.0, 9212.0, 9271.0, 9258.0, 9273.0, 9215.0, 9260.0, 9235.0, 9275.0, 9233.0, 9277.0, 9261.0, 9277.0, 9245.0, 9275.0, 9232.0, 9274.0, 9241.0, 9261.0, 9288.0, 9274.0, 9286.0, 9258.0, 9256.0, 9258.0, 9243.0, 9261.0, 9289.0, 9277.0, 9291.0, 9276.0, 9286.0, 9259.0, 9287.0, 9260.0, 9287.0, 9276.0, 9271.0, 9261.0, 9286.0, 9248.0, 9286.0, 9247.0, 9272.0, 9249.0, 9291.0, 9264.0, 9273.0, 9261.0, 9270.0, 9245.0, 9267.0, 9240.0, 9270.0, 9229.0, 9271.0, 9230.0, 9269.0, 9227.0, 9268.0, 9257.0, 9296.0, 9246.0, 9274.0, 9243.0, 9270.0, 9229.0, 9269.0, 9229.0, 9308.0, 9252.0, 9279.0, 9290.0, 9257.0, 9238.0, 9253.0, 9197.0, 9255.0, 9225.0, 9261.0, 9272.0, 9263.0, 9288.0, 9275.0, 9231.0, 9260.0, 9218.0, 9259.0, 9220.0, 9276.0, 9263.0, 9277.0, 9247.0, 9291.0, 9235.0, 9288.0, 9247.0, 9290.0, 9242.0, 9270.0, 9270.0, 9270.0, 9214.0, 9255.0, 9230.0, 9271.0, 9231.0, 9274.0, 9245.0, 9260.0, 9233.0, 9275.0, 9237.0, 9275.0, 9240.0, 9292.0, 9279.0, 9293.0, 9276.0, 9287.0, 9244.0, 9273.0, 9255.0, 9257.0, 9253.0, 9256.0, 9215.0, 9257.0, 9219.0, 9276.0, 9247.0, 9279.0, 9260.0, 9264.0, 9303.0, 9263.0, 9312.0, 9291.0, 9306.0, 9300.0, 9237.0, 9277.0, 9254.0, 9281.0, 9273.0, 9326.0, 9296.0, 9275.0, 9230.0, 9256.0, 9214.0, 9256.0, 9253.0, 9256.0, 9280.0, 9238.0, 9234.0, 9240.0, 9252.0, 9242.0, 9283.0, 9257.0, 9273.0, 9273.0, 9268.0, 9257.0, 9270.0, 9245.0, 9268.0, 9244.0, 9270.0, 9260.0, 9256.0, 9259.0, 9256.0, 9230.0, 9270.0, 9224.0, 9254.0, 9278.0, 9251.0, 9247.0, 9235.0, 9275.0, 9249.0, 9282.0, 9248.0, 9263.0, 9251.0, 9262.0, 9237.0, 9264.0, 9241.0, 9264.0, 9241.0, 9250.0, 9256.0, 9268.0, 9244.0, 9268.0, 9258.0, 9269.0, 9242.0, 9275.0, 9228.0, 9268.0, 9212.0, 9252.0, 9212.0, 9254.0, 9225.0, 9258.0, 9284.0, 9260.0, 9283.0, 9245.0, 9288.0, 9255.0, 9271.0, 9272.0, 9266.0, 9256.0, 9266.0, 9251.0, 9253.0, 9222.0, 9250.0, 9248.0, 9249.0, 9234.0, 9236.0, 9221.0, 9238.0, 9278.0, 9239.0, 9268.0, 9256.0, 9255.0, 9242.0, 9254.0, 9216.0, 9254.0, 9215.0, 9256.0, 9240.0, 9256.0, 9213.0, 9255.0, 9216.0, 9256.0, 9226.0, 9257.0, 9281.0, 9255.0, 9307.0, 9269.0, 9280.0, 9263.0, 9262.0, 9235.0, 9277.0, 9248.0, 9262.0, 9248.0, 9249.0, 9234.0, 9247.0, 9217.0, 9245.0, 9193.0, 9245.0, 9187.0, 9247.0, 9232.0, 9249.0, 9206.0, 9247.0, 9210.0, 9249.0, 9212.0, 9253.0, 9226.0, 9256.0, 9272.0, 9257.0, 9252.0, 9238.0, 9197.0, 9251.0, 9213.0, 9267.0, 9250.0, 9253.0, 9280.0, 9251.0, 9264.0, 9246.0, 9207.0, 9235.0, 9211.0, 9251.0, 9210.0, 9253.0, 9233.0, 9239.0, 9279.0, 9254.0, 9238.0, 9239.0, 9197.0, 9239.0, 9279.0, 9241.0, 9286.0, 9272.0, 9285.0, 9259.0, 9271.0, 9246.0, 9245.0, 9247.0, 9233.0, 9261.0, 9234.0, 9275.0, 9248.0, 9277.0, 9261.0, 9278.0, 9269.0, 9256.0, 9267.0, 9237.0, 9285.0, 9234.0, 9262.0, 9247.0, 9248.0, 9219.0, 9249.0, 9234.0, 9249.0, 9192.0, 9232.0, 9209.0, 9237.0, 9209.0, 9239.0, 9226.0, 9256.0, 9228.0, 9255.0, 9245.0, 9269.0, 9242.0, 9272.0, 9254.0, 9254.0, 9236.0, 9252.0, 9209.0, 9253.0, 9264.0, 9254.0, 9305.0, 9267.0, 9267.0, 9266.0, 9248.0, 9237.0, 9237.0, 9240.0, 9278.0, 9254.0, 9264.0, 9253.0, 9225.0, 9251.0, 9225.0, 9240.0, 9281.0, 9255.0, 9238.0, 9238.0, 9223.0, 9241.0, 9249.0, 9242.0, 9267.0, 9243.0, 9225.0, 9242.0, 9239.0, 9255.0, 9282.0, 9253.0, 9223.0, 9253.0, 9211.0, 9255.0, 9261.0, 9250.0, 9279.0, 9249.0, 9282.0, 9261.0, 9245.0, 9220.0, 9246.0, 9236.0, 9276.0, 9251.0, 9278.0, 9252.0, 9223.0, 9225.0, 9210.0, 9242.0, 9242.0, 9258.0, 9269.0, 9258.0, 9216.0, 9258.0, 9219.0, 9277.0, 9301.0, 9271.0, 9268.0, 9256.0, 9252.0, 9256.0, 9304.0, 9267.0, 9268.0, 9254.0, 9266.0, 9268.0, 9266.0, 9244.0, 9272.0, 9249.0, 9287.0, 9265.0, 9305.0, 9278.0, 9260.0, 9261.0, 9229.0, 9262.0, 9300.0, 9256.0, 9295.0, 9283.0, 9268.0, 9254.0, 9265.0, 9236.0, 9246.0, 9237.0, 9248.0, 9235.0, 9246.0, 9235.0, 9246.0, 9235.0, 9249.0, 9227.0, 9266.0, 9239.0, 9250.0, 9262.0, 9261.0, 9247.0, 9225.0, 9277.0, 9265.0, 9297.0, 9259.0, 9273.0, 9210.0, 9250.0, 9209.0, 9251.0, 9235.0, 9251.0, 9235.0, 9252.0, 9211.0, 9251.0, 9228.0, 9253.0, 9227.0, 9254.0, 9228.0, 9253.0, 9231.0, 9270.0, 9246.0, 9270.0, 9261.0, 9272.0, 9274.0, 9269.0, 9259.0, 9287.0, 9297.0, 9313.0, 9267.0, 9273.0, 9276.0, 9286.0, 9263.0, 9286.0, 9258.0, 9286.0, 9274.0, 9304.0, 9276.0, 9282.0, 9261.0, 9242.0, 9257.0, 9239.0, 9258.0, 9286.0, 9269.0, 9301.0, 9269.0, 9237.0, 9240.0, 9200.0, 9245.0, 9242.0, 9261.0, 9305.0, 9291.0, 9303.0, 9272.0, 9272.0, 9246.0, 9272.0, 9247.0, 9292.0, 9289.0, 9330.0, 9305.0, 9354.0, 9292.0, 9290.0, 9275.0, 9281.0, 9269.0, 9283.0, 9244.0, 9287.0, 9272.0, 9270.0, 9255.0, 9270.0, 9239.0, 9265.0, 9210.0, 9250.0, 9211.0, 9252.0, 9233.0, 9254.0, 9281.0, 9252.0, 9235.0, 9238.0, 9211.0, 9242.0, 9227.0, 9231.0, 9270.0, 9261.0, 9286.0, 9261.0, 9308.0, 9259.0, 9274.0, 9257.0, 9270.0, 9258.0, 9284.0, 9287.0, 9268.0, 9264.0, 9238.0, 9236.0, 9238.0, 9262.0, 9239.0, 9308.0, 9448.0, 9377.0, 9237.0, 9130.0, 9205.0, 9186.0, 9248.0, 9253.0, 9269.0, 9258.0, 9286.0, 9245.0, 9300.0, 9272.0, 9289.0, 9273.0, 9271.0, 9257.0, 9281.0, 9240.0, 9277.0, 9239.0, 9279.0, 9252.0, 9237.0, 9236.0, 9214.0, 9254.0, 9231.0, 9271.0, 9232.0, 9272.0, 9260.0, 9271.0, 9273.0, 9284.0, 9259.0, 9283.0, 9269.0, 9285.0, 9274.0, 9271.0, 9270.0, 9284.0, 9255.0, 9279.0, 9253.0, 9279.0, 9257.0, 9283.0, 9255.0, 9266.0, 9241.0, 9253.0, 9241.0, 9282.0, 9270.0, 9266.0, 9254.0, 9236.0, 9237.0, 9250.0, 9241.0, 9278.0, 9254.0, 9300.0, 9270.0, 9265.0, 9241.0, 9265.0, 9241.0, 9278.0, 9271.0, 9298.0, 9270.0, 9266.0, 9253.0, 9280.0, 9253.0, 9281.0, 9265.0, 9266.0, 9267.0, 9279.0, 9253.0, 9280.0, 9228.0, 9266.0, 9241.0, 9283.0, 9259.0, 9270.0, 9245.0, 9285.0, 9254.0, 9268.0, 9272.0, 9267.0, 9271.0, 9284.0, 9257.0, 9281.0, 9254.0, 9299.0, 9270.0, 9280.0, 9252.0, 9248.0, 9233.0, 9246.0, 9232.0, 9244.0, 9249.0, 9247.0, 9247.0, 9203.0, 9232.0, 9205.0, 9246.0, 9207.0, 9247.0, 9211.0, 9265.0, 9254.0, 9267.0, 9243.0, 9282.0, 9243.0, 9280.0, 9256.0, 9268.0, 9255.0, 9223.0, 9252.0, 9227.0, 9268.0, 9246.0, 9271.0, 9262.0, 9275.0, 9275.0, 9286.0, 9273.0, 9270.0, 9259.0, 9282.0, 9256.0, 9284.0, 9274.0, 9283.0, 9273.0, 9285.0, 9259.0, 9285.0, 9259.0, 9285.0, 9274.0, 9270.0, 9257.0, 9243.0, 9245.0, 9243.0, 9260.0, 9272.0, 9261.0, 9287.0, 9276.0, 9229.0, 9259.0, 9241.0, 9258.0, 9242.0, 9273.0, 9241.0, 9271.0, 9245.0, 9275.0, 9259.0, 9234.0, 9279.0, 9262.0, 9293.0, 9260.0, 9286.0, 9270.0, 9286.0, 9237.0, 9268.0, 9251.0, 9249.0, 9205.0, 9248.0, 9239.0, 9264.0, 9243.0, 9282.0, 9258.0, 9284.0, 9276.0, 9240.0, 9241.0, 9228.0, 9257.0, 9254.0, 9254.0, 9252.0, 9254.0, 9209.0, 9263.0, 9237.0, 9263.0, 9237.0, 9262.0, 9242.0, 9266.0, 9253.0, 9266.0, 9242.0, 9266.0, 9243.0, 9267.0, 9253.0, 9266.0, 9239.0, 9265.0, 9250.0, 9286.0, 9251.0, 9272.0, 9230.0, 9267.0, 9301.0, 9311.0, 9279.0, 9286.0, 9259.0, 9307.0, 9272.0, 9284.0, 9272.0, 9283.0, 9255.0, 9266.0, 9252.0, 9263.0, 9249.0, 9247.0, 9250.0, 9247.0, 9238.0, 9265.0, 9229.0, 9280.0, 9243.0, 9297.0, 9275.0, 9276.0, 9295.0, 9271.0, 9200.0, 9245.0, 9232.0, 9262.0, 9293.0, 9270.0, 9272.0, 9228.0, 9272.0, 9257.0, 9259.0, 9303.0, 9267.0, 9287.0, 9245.0, 9248.0, 9224.0, 9241.0, 9204.0, 9220.0, 9202.0, 9215.0, 9204.0, 9215.0, 9203.0, 9229.0, 9202.0, 9214.0, 9201.0, 9214.0, 9202.0, 9230.0, 9204.0, 9230.0, 9194.0, 9233.0, 9196.0, 9238.0, 9203.0, 9188.0, 9217.0, 9209.0, 9249.0, 9229.0, 9267.0, 9248.0, 9270.0, 9276.0, 9284.0, 9247.0, 9273.0, 9248.0, 9289.0, 9276.0, 9258.0, 9261.0, 9245.0, 9274.0, 9245.0, 9277.0, 9273.0, 9276.0, 9256.0, 9275.0, 9242.0, 9269.0, 9255.0, 9281.0, 9269.0, 9284.0, 9272.0, 9303.0, 9270.0, 9238.0, 9253.0, 9217.0, 9269.0, 9257.0, 9286.0, 9274.0, 9286.0, 9269.0, 9265.0, 9237.0, 9221.0, 9236.0, 9234.0, 9252.0, 9251.0, 9252.0, 9223.0, 9264.0, 9228.0, 9266.0, 9258.0, 9299.0, 9273.0, 9228.0, 9256.0, 9219.0, 9271.0, 9261.0, 9286.0, 9278.0, 9302.0, 9274.0, 9244.0, 9270.0, 9229.0, 9283.0, 9242.0, 9285.0, 9244.0, 9284.0, 9243.0, 9283.0, 9244.0, 9266.0, 9242.0, 9283.0, 9272.0, 9282.0, 9260.0, 9286.0, 9246.0, 9246.0, 9262.0, 9248.0, 9276.0, 9277.0, 9304.0, 9264.0, 9306.0, 9275.0, 9290.0, 9258.0, 9271.0, 9254.0, 9270.0, 9256.0, 9266.0, 9255.0, 9266.0, 9238.0, 9268.0, 9237.0, 9263.0, 9225.0, 9264.0, 9228.0, 9267.0, 9228.0, 9266.0, 9241.0, 9267.0, 9241.0, 9268.0, 9231.0, 9270.0, 9248.0, 9286.0, 9262.0, 9289.0, 9260.0, 9271.0, 9259.0, 9269.0, 9259.0, 9272.0, 9228.0, 9270.0, 9252.0, 9268.0, 9226.0, 9253.0, 9215.0, 9269.0, 9232.0, 9272.0, 9261.0, 9289.0, 9263.0, 9262.0, 9253.0, 9276.0, 9267.0, 9326.0, 9294.0, 9290.0, 9263.0, 9288.0, 9260.0, 9313.0, 9269.0, 9288.0, 9255.0, 9265.0, 9254.0, 9265.0, 9240.0, 9281.0, 9243.0, 9286.0, 9272.0, 9269.0, 9256.0, 9241.0, 9256.0, 9255.0, 9258.0, 9285.0, 9271.0, 9284.0, 9269.0, 9239.0, 9254.0, 9226.0, 9256.0, 9252.0, 9255.0, 9284.0, 9268.0, 9280.0, 9266.0, 9236.0, 9241.0, 9253.0, 9246.0, 9302.0, 9275.0, 9287.0, 9264.0, 9289.0, 9251.0, 9306.0, 9291.0, 9289.0, 9276.0, 9287.0, 9257.0, 9268.0, 9257.0, 9268.0, 9242.0, 9269.0, 9257.0, 9285.0, 9248.0, 9286.0, 9249.0, 9288.0, 9278.0, 9286.0, 9275.0, 9287.0, 9275.0, 9272.0, 9245.0, 9270.0, 9240.0, 9283.0, 9255.0, 9267.0, 9257.0, 9282.0, 9258.0, 9284.0, 9255.0, 9283.0, 9256.0, 9279.0, 9255.0, 9279.0, 9253.0, 9265.0, 9269.0, 9266.0, 9253.0, 9265.0, 9241.0, 9297.0, 9268.0, 9268.0, 9269.0, 9265.0, 9240.0, 9279.0, 9241.0, 9282.0, 9254.0, 9268.0, 9237.0, 9263.0, 9224.0, 9262.0, 9226.0, 9263.0, 9240.0, 9266.0, 9229.0, 9254.0, 9224.0, 9254.0, 9213.0, 9253.0, 9212.0, 9256.0, 9242.0, 9270.0, 9227.0, 9269.0, 9242.0, 9271.0, 9239.0, 9269.0, 9252.0, 9253.0, 9222.0, 9263.0, 9210.0, 9266.0, 9236.0, 9265.0, 9277.0, 9251.0, 9276.0, 9249.0, 9220.0, 9237.0, 9234.0, 9238.0, 9263.0, 9253.0, 9286.0, 9269.0, 9279.0, 9252.0, 9239.0, 9240.0, 9225.0, 9243.0, 9291.0, 9267.0, 9267.0, 9253.0, 9249.0, 9224.0, 9251.0, 9211.0, 9253.0, 9224.0, 9242.0, 9260.0, 9282.0, 9238.0, 9281.0, 9235.0, 9271.0, 9249.0, 9274.0, 9276.0, 9290.0, 9274.0, 9284.0, 9259.0, 9283.0, 9256.0, 9282.0, 9270.0, 9268.0, 9254.0, 9284.0, 9252.0, 9278.0, 9250.0, 9263.0, 9252.0, 9265.0, 9255.0, 9252.0, 9252.0, 9225.0, 9238.0, 9211.0, 9251.0, 9223.0, 9253.0, 9240.0, 9269.0, 9254.0, 9268.0, 9254.0, 9263.0, 9251.0, 9263.0, 9256.0, 9279.0, 9270.0, 9266.0, 9255.0, 9280.0, 9241.0, 9279.0, 9253.0, 9283.0, 9271.0, 9268.0, 9255.0, 9213.0, 9241.0, 9214.0, 9255.0, 9244.0, 9271.0, 9270.0, 9285.0, 9270.0, 9286.0, 9256.0, 9297.0, 9269.0, 9282.0, 9271.0, 9298.0, 9272.0, 9268.0, 9254.0, 9252.0, 9255.0, 9267.0, 9255.0, 9267.0, 9254.0, 9225.0, 9253.0, 9213.0, 9266.0, 9230.0, 9270.0, 9260.0, 9286.0, 9261.0, 9284.0, 9257.0, 9271.0, 9240.0, 9268.0, 9238.0, 9269.0, 9230.0, 9269.0, 9246.0, 9308.0, 9268.0, 9276.0, 9262.0, 9236.0, 9279.0, 9249.0, 9279.0, 9273.0, 9272.0, 9310.0, 9285.0, 9286.0, 9270.0, 9252.0, 9238.0, 9224.0, 9254.0, 9251.0, 9253.0, 9285.0, 9266.0, 9248.0, 9248.0, 9220.0, 9235.0, 9207.0, 9238.0, 9249.0, 9253.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.0009612698412698413</td></tr>
<tr><td colspan=3>aqi</td><td>0.019378742918192915</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.06391834040312</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2747619547037252</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0089807144654859</td></tr>
<tr><td colspan=3>efc</td><td>0.4723</td></tr>
<tr><td colspan=3>fber</td><td>5953.2646</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08126344893698041</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.503052503052503</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6493823953354445</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6299337554793114</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.853398659242402</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.46481477128462</td></tr>
<tr><td colspan=3>gcor</td><td>0.00915734</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01723284088075161</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029817013069987297</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1638</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8746438181832707</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>24.6332</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.6592</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.7882</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299045.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>722.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.9097</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5408</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.273</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3344.7753</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3523.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77499.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1137.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4423.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>909.239</td></tr>
<tr><td colspan=3>tsnr</td><td>40.62350107729435</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>