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

616 lines
No EOL
169 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-0112_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-0112_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-0112_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-0112/figures/sub-0112_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_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-0112/figures/sub-0112_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112/ses-03/func/sub-0112_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>49760b849a0492e74c3f14af628fcd78</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:45:33.185000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.990293, 0.0789699, 0.11438, -0.086117, 0.99454, 0.0589483]</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.259</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.0776097</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4240, -7798, -7280, 182, -161, -177, -153, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>227.439</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>def080c0-34c5-4047-b04d-bc8bc09c7cdd||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6568849086761475, -0.2310456931591034, 0.2945701777935028, 116.5915756225586], [-0.21187032759189606, 2.6682770252227783, 0.18421049416065216, -97.740234375], [0.30687254667282104, -0.15815384685993195, 2.67755389213562, -94.690185546875], [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': ['194533.185000', '194533.645000', '194534.105000', '194534.565000', '194535.025000', '194535.485000', '194535.945000', '194536.405000', '194536.865000', '194537.325000', '194537.785000', '194538.245000', '194538.705000', '194539.165000', '194539.625000', '194540.085000', '194540.545000', '194541.005000', '194541.465000', '194541.925000', '194542.385000', '194542.845000', '194543.305000', '194543.765000', '194544.225000', '194544.685000', '194545.145000', '194545.605000', '194546.065000', '194546.525000', '194546.985000', '194547.445000', '194547.905000', '194548.365000', '194548.825000', '194549.285000', '194549.745000', '194550.205000', '194550.665000', '194551.125000', '194551.585000', '194552.045000', '194552.505000', '194552.965000', '194553.425000', '194553.885000', '194554.345000', '194554.805000', '194555.265000', '194555.725000', '194556.185000', '194556.645000', '194557.105000', '194557.565000', '194558.025000', '194558.485000', '194558.945000', '194559.405000', '194559.865000', '194600.325000', '194600.785000', '194601.245000', '194601.705000', '194602.165000', '194602.625000', '194603.085000', '194603.545000', '194604.005000', '194604.465000', '194604.925000', '194605.385000', '194605.845000', '194606.305000', '194606.765000', '194607.225000', '194607.685000', '194608.145000', '194608.605000', '194609.065000', '194609.525000', '194609.985000', '194610.445000', '194610.905000', '194611.365000', '194611.825000', '194612.285000', '194612.745000', '194613.205000', '194613.665000', '194614.125000', '194614.585000', '194615.045000', '194615.505000', '194615.965000', '194616.425000', '194616.885000', '194617.345000', '194617.805000', '194618.265000', '194618.725000', '194619.185000', '194619.645000', '194620.105000', '194620.565000', '194621.025000', '194621.485000', '194621.945000', '194622.405000', '194622.865000', '194623.325000', '194623.785000', '194624.245000', '194624.705000', '194625.165000', '194625.625000', '194626.085000', '194626.545000', '194627.005000', '194627.465000', '194627.925000', '194628.385000', '194628.845000', '194629.305000', '194629.765000', '194630.225000', '194630.685000', '194631.145000', '194631.605000', '194632.065000', '194632.525000', '194632.985000', '194633.445000', '194633.905000', '194634.365000', '194634.825000', '194635.285000', '194635.745000', '194636.205000', '194636.665000', '194637.125000', '194637.585000', '194638.045000', '194638.505000', '194638.965000', '194639.425000', '194639.885000', '194640.345000', '194640.805000', '194641.265000', '194641.725000', '194642.185000', '194642.645000', '194643.105000', '194643.565000', '194644.025000', '194644.485000', '194644.945000', '194645.405000', '194645.865000', '194646.325000', '194646.785000', '194647.245000', '194647.705000', '194648.165000', '194648.625000', '194649.085000', '194649.545000', '194650.005000', '194650.465000', '194650.925000', '194651.385000', '194651.845000', '194652.305000', '194652.765000', '194653.225000', '194653.685000', '194654.145000', '194654.605000', '194655.065000', '194655.525000', '194655.985000', '194656.445000', '194656.905000', '194657.365000', '194657.825000', '194658.285000', '194658.745000', '194659.205000', '194659.665000', '194700.125000', '194700.585000', '194701.045000', '194701.505000', '194701.965000', '194702.425000', '194702.885000', '194703.345000', '194703.805000', '194704.265000', '194704.725000', '194705.185000', '194705.645000', '194706.105000', '194706.565000', '194707.025000', '194707.485000', '194707.945000', '194708.405000', '194708.865000', '194709.325000', '194709.785000', '194710.245000', '194710.705000', '194711.165000', '194711.625000', '194712.085000', '194712.545000', '194713.005000', '194713.465000', '194713.925000', '194714.385000', '194714.845000', '194715.305000', '194715.765000', '194716.225000', '194716.685000', '194717.145000', '194717.605000', '194718.065000', '194718.525000', '194718.985000', '194719.445000', '194719.905000', '194720.365000', '194720.825000', '194721.285000', '194721.745000', '194722.205000', '194722.665000', '194723.125000', '194723.585000', '194724.045000', '194724.505000', '194724.965000', '194725.425000', '194725.885000', '194726.345000', '194726.805000', '194727.265000', '194727.725000', '194728.185000', '194728.645000', '194729.105000', '194729.565000', '194730.025000', '194730.485000', '194730.945000', '194731.405000', '194731.865000', '194732.325000', '194732.785000', '194733.245000', '194733.705000', '194734.165000', '194734.625000', '194735.085000', '194735.545000', '194736.005000', '194736.465000', '194736.925000', '194737.385000', '194737.845000', '194738.305000', '194738.765000', '194739.225000', '194739.685000', '194740.145000', '194740.605000', '194741.065000', '194741.525000', '194741.985000', '194742.445000', '194742.905000', '194743.365000', '194743.825000', '194744.285000', '194744.745000', '194745.205000', '194745.665000', '194746.125000', '194746.585000', '194747.045000', '194747.505000', '194747.965000', '194748.425000', '194748.885000', '194749.345000', '194749.805000', '194750.265000', '194750.725000', '194751.185000', '194751.645000', '194752.105000', '194752.565000', '194753.025000', '194753.485000', '194753.945000', '194754.405000', '194754.865000', '194755.325000', '194755.785000', '194756.245000', '194756.705000', '194757.165000', '194757.625000', '194758.085000', '194758.545000', '194759.005000', '194759.465000', '194759.925000', '194800.385000', '194800.845000', '194801.305000', '194801.765000', '194802.225000', '194802.685000', '194803.145000', '194803.605000', '194804.065000', '194804.525000', '194804.985000', '194805.445000', '194805.905000', '194806.365000', '194806.825000', '194807.285000', '194807.745000', '194808.205000', '194808.665000', '194809.125000', '194809.585000', '194810.045000', '194810.505000', '194810.965000', '194811.425000', '194811.885000', '194812.345000', '194812.805000', '194813.265000', '194813.725000', '194814.185000', '194814.645000', '194815.105000', '194815.565000', '194816.025000', '194816.485000', '194816.945000', '194817.405000', '194817.865000', '194818.325000', '194818.785000', '194819.245000', '194819.705000', '194820.165000', '194820.625000', '194821.085000', '194821.545000', '194822.005000', '194822.465000', '194822.925000', '194823.385000', '194823.845000', '194824.305000', '194824.765000', '194825.225000', '194825.685000', '194826.145000', '194826.605000', '194827.065000', '194827.525000', '194827.985000', '194828.445000', '194828.905000', '194829.365000', '194829.825000', '194830.285000', '194830.745000', '194831.205000', '194831.665000', '194832.125000', '194832.585000', '194833.045000', '194833.505000', '194833.965000', '194834.425000', '194834.885000', '194835.345000', '194835.805000', '194836.265000', '194836.725000', '194837.185000', '194837.645000', '194838.105000', '194838.565000', '194839.025000', '194839.485000', '194839.945000', '194840.405000', '194840.865000', '194841.325000', '194841.785000', '194842.245000', '194842.705000', '194843.165000', '194843.625000', '194844.085000', '194844.545000', '194845.005000', '194845.465000', '194845.925000', '194846.385000', '194846.845000', '194847.305000', '194847.765000', '194848.225000', '194848.685000', '194849.145000', '194849.605000', '194850.065000', '194850.525000', '194850.985000', '194851.445000', '194851.905000', '194852.365000', '194852.825000', '194853.285000', '194853.745000', '194854.205000', '194854.665000', '194855.125000', '194855.585000', '194856.045000', '194856.505000', '194856.965000', '194857.425000', '194857.885000', '194858.345000', '194858.805000', '194859.265000', '194859.725000', '194900.185000', '194900.645000', '194901.105000', '194901.565000', '194902.025000', '194902.485000', '194902.945000', '194903.405000', '194903.865000', '194904.325000', '194904.785000', '194905.245000', '194905.705000', '194906.165000', '194906.625000', '194907.085000', '194907.545000', '194908.005000', '194908.465000', '194908.925000', '194909.385000', '194909.845000', '194910.305000', '194910.765000', '194911.225000', '194911.685000', '194912.145000', '194912.605000', '194913.065000', '194913.525000', '194913.985000', '194914.445000', '194914.905000', '194915.365000', '194915.825000', '194916.285000', '194916.745000', '194917.205000', '194917.665000', '194918.125000', '194918.585000', '194919.045000', '194919.505000', '194919.965000', '194920.425000', '194920.885000', '194921.345000', '194921.805000', '194922.265000', '194922.725000', '194923.185000', '194923.645000', '194924.105000', '194924.565000', '194925.025000', '194925.485000', '194925.945000', '194926.405000', '194926.865000', '194927.325000', '194927.785000', '194928.245000', '194928.705000', '194929.165000', '194929.625000', '194930.085000', '194930.545000', '194931.005000', '194931.465000', '194931.925000', '194932.385000', '194932.845000', '194933.305000', '194933.765000', '194934.225000', '194934.685000', '194935.145000', '194935.605000', '194936.065000', '194936.525000', '194936.985000', '194937.445000', '194937.905000', '194938.365000', '194938.825000', '194939.285000', '194939.745000', '194940.205000', '194940.665000', '194941.125000', '194941.585000', '194942.045000', '194942.505000', '194942.965000', '194943.425000', '194943.885000', '194944.345000', '194944.805000', '194945.265000', '194945.725000', '194946.185000', '194946.645000', '194947.105000', '194947.565000', '194948.025000', '194948.485000', '194948.945000', '194949.405000', '194949.865000', '194950.325000', '194950.785000', '194951.245000', '194951.705000', '194952.165000', '194952.625000', '194953.085000', '194953.545000', '194954.005000', '194954.465000', '194954.925000', '194955.385000', '194955.845000', '194956.305000', '194956.765000', '194957.225000', '194957.685000', '194958.145000', '194958.605000', '194959.065000', '194959.525000', '194959.985000', '195000.445000', '195000.905000', '195001.365000', '195001.825000', '195002.285000', '195002.745000', '195003.205000', '195003.665000', '195004.125000', '195004.585000', '195005.045000', '195005.505000', '195005.965000', '195006.425000', '195006.885000', '195007.345000', '195007.805000', '195008.265000', '195008.725000', '195009.185000', '195009.645000', '195010.105000', '195010.565000', '195011.025000', '195011.485000', '195011.945000', '195012.405000', '195012.865000', '195013.325000', '195013.785000', '195014.245000', '195014.705000', '195015.165000', '195015.625000', '195016.085000', '195016.545000', '195017.005000', '195017.465000', '195017.925000', '195018.385000', '195018.845000', '195019.305000', '195019.765000', '195020.225000', '195020.685000', '195021.145000', '195021.605000', '195022.065000', '195022.525000', '195022.985000', '195023.445000', '195023.905000', '195024.365000', '195024.825000', '195025.285000', '195025.745000', '195026.205000', '195026.665000', '195027.125000', '195027.585000', '195028.045000', '195028.505000', '195028.965000', '195029.425000', '195029.885000', '195030.345000', '195030.805000', '195031.265000', '195031.725000', '195032.185000', '195032.645000', '195033.105000', '195033.565000', '195034.025000', '195034.485000', '195034.945000', '195035.405000', '195035.865000', '195036.325000', '195036.785000', '195037.245000', '195037.705000', '195038.165000', '195038.625000', '195039.085000', '195039.545000', '195040.005000', '195040.465000', '195040.925000', '195041.385000', '195041.845000', '195042.305000', '195042.765000', '195043.225000', '195043.685000', '195044.145000', '195044.605000', '195045.065000', '195045.525000', '195045.985000', '195046.445000', '195046.905000', '195047.365000', '195047.825000', '195048.285000', '195048.745000', '195049.205000', '195049.665000', '195050.125000', '195050.585000', '195051.045000', '195051.505000', '195051.965000', '195052.425000', '195052.885000', '195053.345000', '195053.805000', '195054.265000', '195054.725000', '195055.185000', '195055.645000', '195056.105000', '195056.565000', '195057.025000', '195057.485000', '195057.945000', '195058.405000', '195058.865000', '195059.325000', '195059.785000', '195100.245000', '195100.705000', '195101.165000', '195101.625000', '195102.085000', '195102.545000', '195103.005000', '195103.465000', '195103.925000', '195104.385000', '195104.845000', '195105.305000', '195105.765000', '195106.225000', '195106.685000', '195107.145000', '195107.605000', '195108.065000', '195108.525000', '195108.985000', '195109.445000', '195109.905000', '195110.365000', '195110.825000', '195111.285000', '195111.745000', '195112.205000', '195112.665000', '195113.125000', '195113.585000', '195114.045000', '195114.505000', '195114.965000', '195115.425000', '195115.885000', '195116.345000', '195116.805000', '195117.265000', '195117.725000', '195118.185000', '195118.645000', '195119.105000', '195119.565000', '195120.025000', '195120.485000', '195120.945000', '195121.405000', '195121.865000', '195122.325000', '195122.785000', '195123.245000', '195123.705000', '195124.165000', '195124.625000', '195125.085000', '195125.545000', '195126.005000', '195126.465000', '195126.925000', '195127.385000', '195127.845000', '195128.305000', '195128.765000', '195129.225000', '195129.685000', '195130.145000', '195130.605000', '195131.065000', '195131.525000', '195131.985000', '195132.445000', '195132.905000', '195133.365000', '195133.825000', '195134.285000', '195134.745000', '195135.205000', '195135.665000', '195136.125000', '195136.585000', '195137.045000', '195137.505000', '195137.965000', '195138.425000', '195138.885000', '195139.345000', '195139.805000', '195140.265000', '195140.725000', '195141.185000', '195141.645000', '195142.105000', '195142.565000', '195143.025000', '195143.485000', '195143.945000', '195144.405000', '195144.865000', '195145.325000', '195145.785000', '195146.245000', '195146.705000', '195147.165000', '195147.625000', '195148.085000', '195148.545000', '195149.005000', '195149.465000', '195149.925000', '195150.385000', '195150.845000', '195151.305000', '195151.765000', '195152.225000', '195152.685000', '195153.145000', '195153.605000', '195154.065000', '195154.525000', '195154.985000', '195155.445000', '195155.905000', '195156.365000', '195156.825000', '195157.285000', '195157.745000', '195158.205000', '195158.665000', '195159.125000', '195159.585000', '195200.045000', '195200.505000', '195200.965000', '195201.425000', '195201.885000', '195202.345000', '195202.805000', '195203.265000', '195203.725000', '195204.185000', '195204.645000', '195205.105000', '195205.565000', '195206.025000', '195206.485000', '195206.945000', '195207.405000', '195207.865000', '195208.325000', '195208.785000', '195209.245000', '195209.705000', '195210.165000', '195210.625000', '195211.085000', '195211.545000', '195212.005000', '195212.465000', '195212.925000', '195213.385000', '195213.845000', '195214.305000', '195214.765000', '195215.225000', '195215.685000', '195216.145000', '195216.605000', '195217.065000', '195217.525000', '195217.985000', '195218.445000', '195218.905000', '195219.365000', '195219.825000', '195220.285000', '195220.745000', '195221.205000', '195221.665000', '195222.125000', '195222.585000', '195223.045000', '195223.505000', '195223.965000', '195224.425000', '195224.885000', '195225.345000', '195225.805000', '195226.265000', '195226.725000', '195227.185000', '195227.645000', '195228.105000', '195228.565000', '195229.025000', '195229.485000', '195229.945000', '195230.405000', '195230.865000', '195231.325000', '195231.785000', '195232.245000', '195232.705000', '195233.165000', '195233.625000', '195234.085000', '195234.545000', '195235.005000', '195235.465000', '195235.925000', '195236.385000', '195236.845000', '195237.305000', '195237.765000', '195238.225000', '195238.685000', '195239.145000', '195239.605000', '195240.065000', '195240.525000', '195240.985000', '195241.445000', '195241.905000', '195242.365000', '195242.825000', '195243.285000', '195243.745000', '195244.205000', '195244.665000', '195245.125000', '195245.585000', '195246.045000', '195246.505000', '195246.965000', '195247.425000', '195247.885000', '195248.345000', '195248.805000', '195249.265000', '195249.725000', '195250.185000', '195250.645000', '195251.105000', '195251.565000', '195252.025000', '195252.485000', '195252.945000', '195253.405000', '195253.865000', '195254.325000', '195254.785000', '195255.245000', '195255.705000', '195256.165000', '195256.625000', '195257.085000', '195257.545000', '195258.005000', '195258.465000', '195258.925000', '195259.385000', '195259.845000', '195300.305000', '195300.765000', '195301.225000', '195301.685000', '195302.145000', '195302.605000', '195303.065000', '195303.525000', '195303.985000', '195304.445000', '195304.905000', '195305.365000', '195305.825000', '195306.285000', '195306.745000', '195307.205000', '195307.665000', '195308.125000', '195308.585000', '195309.045000', '195309.505000', '195309.965000', '195310.425000', '195310.885000', '195311.345000', '195311.805000', '195312.265000', '195312.725000', '195313.185000', '195313.645000', '195314.105000', '195314.565000', '195315.025000', '195315.485000', '195315.945000', '195316.405000', '195316.865000', '195317.325000', '195317.785000', '195318.245000', '195318.705000', '195319.165000', '195319.625000', '195320.085000', '195320.545000', '195321.005000', '195321.465000', '195321.925000', '195322.385000', '195322.845000', '195323.305000', '195323.765000', '195324.225000', '195324.685000', '195325.145000', '195325.605000', '195326.065000', '195326.525000', '195326.985000', '195327.445000', '195327.905000', '195328.365000', '195328.825000', '195329.285000', '195329.745000', '195330.205000', '195330.665000', '195331.125000', '195331.585000', '195332.045000', '195332.505000', '195332.965000', '195333.425000', '195333.885000', '195334.345000', '195334.805000', '195335.265000', '195335.725000', '195336.185000', '195336.645000', '195337.105000', '195337.565000', '195338.025000', '195338.485000', '195338.945000', '195339.405000', '195339.865000', '195340.325000', '195340.785000', '195341.245000', '195341.705000', '195342.165000', '195342.625000', '195343.085000', '195343.545000', '195344.005000', '195344.465000', '195344.925000', '195345.385000', '195345.845000', '195346.305000', '195346.765000', '195347.225000', '195347.685000', '195348.145000', '195348.605000', '195349.065000', '195349.525000', '195349.985000', '195350.445000', '195350.905000', '195351.365000', '195351.825000', '195352.285000', '195352.745000', '195353.205000', '195353.665000', '195354.125000', '195354.585000', '195355.045000', '195355.505000', '195355.965000', '195356.425000', '195356.885000', '195357.345000', '195357.805000', '195358.265000', '195358.725000', '195359.185000', '195359.645000', '195400.105000', '195400.565000', '195401.025000', '195401.485000', '195401.945000', '195402.405000', '195402.865000', '195403.325000', '195403.785000', '195404.245000', '195404.705000', '195405.165000', '195405.625000', '195406.085000', '195406.545000', '195407.005000', '195407.465000', '195407.925000', '195408.385000', '195408.845000', '195409.305000', '195409.765000', '195410.225000', '195410.685000', '195411.145000', '195411.605000', '195412.065000', '195412.525000', '195412.985000', '195413.445000', '195413.905000', '195414.365000', '195414.825000', '195415.285000', '195415.745000', '195416.205000', '195416.665000', '195417.125000', '195417.585000', '195418.045000', '195418.505000', '195418.965000', '195419.425000', '195419.885000', '195420.345000', '195420.805000', '195421.265000', '195421.725000', '195422.185000', '195422.645000', '195423.105000', '195423.565000', '195424.025000', '195424.485000', '195424.945000', '195425.405000', '195425.865000', '195426.325000', '195426.785000', '195427.245000', '195427.705000', '195428.165000', '195428.625000', '195429.085000', '195429.545000', '195430.005000', '195430.465000', '195430.925000', '195431.385000', '195431.845000', '195432.305000', '195432.765000', '195433.225000', '195433.685000', '195434.145000', '195434.605000', '195435.065000', '195435.525000', '195435.985000', '195436.445000', '195436.905000', '195437.365000', '195437.825000', '195438.285000', '195438.745000', '195439.205000', '195439.665000', '195440.125000', '195440.585000', '195441.045000', '195441.505000', '195441.965000', '195442.425000', '195442.885000', '195443.345000', '195443.805000', '195444.265000', '195444.725000', '195445.185000', '195445.645000', '195446.105000', '195446.565000', '195447.025000', '195447.485000', '195447.945000', '195448.405000', '195448.865000', '195449.325000', '195449.785000', '195450.245000', '195450.705000', '195451.165000', '195451.625000', '195452.085000', '195452.545000', '195453.005000', '195453.465000', '195453.925000', '195454.385000', '195454.845000', '195455.305000', '195455.765000', '195456.225000', '195456.685000', '195457.145000', '195457.605000', '195458.065000', '195458.525000', '195458.985000', '195459.445000', '195459.905000', '195500.365000', '195500.825000', '195501.285000', '195501.745000', '195502.205000', '195502.665000', '195503.125000', '195503.585000', '195504.045000', '195504.505000', '195504.965000', '195505.425000', '195505.885000', '195506.345000', '195506.805000', '195507.265000', '195507.725000', '195508.185000', '195508.645000', '195509.105000', '195509.565000', '195510.025000', '195510.485000', '195510.945000', '195511.405000', '195511.865000', '195512.325000', '195512.785000', '195513.245000', '195513.705000', '195514.165000', '195514.625000', '195515.085000', '195515.545000', '195516.005000', '195516.465000', '195516.925000', '195517.385000', '195517.845000', '195518.305000', '195518.765000', '195519.225000', '195519.685000', '195520.145000', '195520.605000', '195521.065000', '195521.525000', '195521.985000', '195522.445000', '195522.905000', '195523.365000', '195523.825000', '195524.285000', '195524.745000', '195525.205000', '195525.665000', '195526.125000', '195526.585000', '195527.045000', '195527.505000', '195527.965000', '195528.425000', '195528.885000', '195529.345000', '195529.805000', '195530.265000', '195530.725000', '195531.185000', '195531.645000', '195532.105000', '195532.565000', '195533.025000', '195533.485000', '195533.945000', '195534.405000', '195534.865000', '195535.325000', '195535.785000', '195536.245000', '195536.705000', '195537.165000', '195537.625000', '195538.085000', '195538.545000', '195539.005000', '195539.465000', '195539.925000', '195540.385000', '195540.845000', '195541.305000', '195541.765000', '195542.225000', '195542.685000', '195543.145000', '195543.605000', '195544.065000', '195544.525000', '195544.985000', '195545.445000', '195545.905000', '195546.365000', '195546.825000', '195547.285000', '195547.745000', '195548.205000', '195548.665000', '195549.125000', '195549.585000', '195550.045000', '195550.505000', '195550.965000', '195551.425000', '195551.885000', '195552.345000', '195552.805000', '195553.265000', '195553.725000', '195554.185000', '195554.645000', '195555.105000', '195555.565000', '195556.025000', '195556.485000', '195556.945000', '195557.405000', '195557.865000', '195558.325000', '195558.785000', '195559.245000', '195559.705000', '195600.165000', '195600.625000', '195601.085000', '195601.545000', '195602.005000', '195602.465000', '195602.925000', '195603.385000', '195603.845000', '195604.305000', '195604.765000', '195605.225000', '195605.685000', '195606.145000', '195606.605000', '195607.065000', '195607.525000', '195607.985000', '195608.445000', '195608.905000', '195609.365000', '195609.825000', '195610.285000', '195610.745000', '195611.205000', '195611.665000', '195612.125000', '195612.585000', '195613.045000', '195613.505000', '195613.965000', '195614.425000', '195614.885000', '195615.345000', '195615.805000', '195616.265000', '195616.725000', '195617.185000', '195617.645000', '195618.105000', '195618.565000', '195619.025000', '195619.485000', '195619.945000', '195620.405000', '195620.865000', '195621.325000', '195621.785000', '195622.245000', '195622.705000', '195623.165000', '195623.625000', '195624.085000', '195624.545000', '195625.005000', '195625.465000', '195625.925000', '195626.385000', '195626.845000', '195627.305000', '195627.765000', '195628.225000', '195628.685000', '195629.145000', '195629.605000', '195630.065000', '195630.525000', '195630.985000', '195631.445000', '195631.905000', '195632.365000', '195632.825000', '195633.285000', '195633.745000', '195634.205000', '195634.665000', '195635.125000', '195635.585000', '195636.045000', '195636.505000', '195636.965000', '195637.425000', '195637.885000', '195638.345000', '195638.805000', '195639.265000', '195639.725000', '195640.185000', '195640.645000', '195641.105000', '195641.565000', '195642.025000', '195642.485000', '195642.945000', '195643.405000', '195643.865000', '195644.325000', '195644.785000', '195645.245000', '195645.705000', '195646.165000', '195646.625000', '195647.085000', '195647.545000', '195648.005000', '195648.465000', '195648.925000', '195649.385000', '195649.845000', '195650.305000', '195650.765000', '195651.225000', '195651.685000', '195652.145000', '195652.605000', '195653.065000', '195653.525000', '195653.985000', '195654.445000', '195654.905000', '195655.365000', '195655.825000', '195656.285000', '195656.745000', '195657.205000', '195657.665000', '195658.125000', '195658.585000', '195659.045000', '195659.505000', '195659.965000', '195700.425000', '195700.885000', '195701.345000', '195701.805000', '195702.265000', '195702.725000', '195703.185000', '195703.645000', '195704.105000', '195704.565000', '195705.025000', '195705.485000', '195705.945000', '195706.405000', '195706.865000', '195707.325000', '195707.785000', '195708.245000', '195708.705000', '195709.165000', '195709.625000', '195710.085000', '195710.545000', '195711.005000', '195711.465000', '195711.925000', '195712.385000', '195712.845000', '195713.305000', '195713.765000', '195714.225000', '195714.685000', '195715.145000', '195715.605000', '195716.065000', '195716.525000', '195716.985000', '195717.445000', '195717.905000', '195718.365000', '195718.825000', '195719.285000', '195719.745000', '195720.205000', '195720.665000', '195721.125000', '195721.585000', '195722.045000', '195722.505000', '195722.965000', '195723.425000', '195723.885000', '195724.345000', '195724.805000', '195725.265000', '195725.725000', '195726.185000', '195726.645000', '195727.105000', '195727.565000', '195728.025000', '195728.485000', '195728.945000', '195729.405000', '195729.865000', '195730.325000', '195730.785000', '195731.245000', '195731.705000', '195732.165000', '195732.625000', '195733.085000', '195733.545000', '195734.005000', '195734.465000', '195734.925000', '195735.385000', '195735.845000', '195736.305000', '195736.765000', '195737.225000', '195737.685000', '195738.145000', '195738.605000', '195739.065000', '195739.525000', '195739.985000', '195740.445000', '195740.905000', '195741.365000', '195741.825000', '195742.285000', '195742.745000', '195743.205000', '195743.665000', '195744.125000', '195744.585000', '195745.045000', '195745.505000', '195745.965000', '195746.425000', '195746.885000', '195747.345000', '195747.805000', '195748.265000', '195748.725000', '195749.185000', '195749.645000', '195750.105000', '195750.565000', '195751.025000', '195751.485000', '195751.945000', '195752.405000', '195752.865000', '195753.325000', '195753.785000', '195754.245000', '195754.705000', '195755.165000', '195755.625000', '195756.085000', '195756.545000', '195757.005000', '195757.465000', '195757.925000', '195758.385000', '195758.845000', '195759.305000', '195759.765000', '195800.225000', '195800.685000', '195801.145000', '195801.605000', '195802.065000', '195802.525000', '195802.985000', '195803.445000', '195803.905000', '195804.365000', '195804.825000', '195805.285000', '195805.745000', '195806.205000', '195806.665000', '195807.125000'], 'ContentTime': ['194546.476000', '194546.479000', '194546.482000', '194546.485000', '194546.487000', '194546.490000', '194546.492000', '194546.495000', '194546.498000', '194546.500000', '194546.503000', '194546.506000', '194546.508000', '194546.516000', '194546.518000', '194546.521000', '194546.524000', '194546.526000', '194546.529000', '194546.531000', '194546.534000', '194546.536000', '194546.539000', '194546.542000', '194546.544000', '194546.547000', '194546.549000', '194606.429000', '194606.432000', '194606.435000', '194606.437000', '194606.440000', '194606.442000', '194606.445000', '194606.447000', '194606.450000', '194606.453000', '194606.455000', '194606.458000', '194606.460000', '194606.463000', '194606.476000', '194606.479000', '194606.481000', '194606.484000', '194606.486000', '194606.489000', '194606.491000', '194606.494000', '194606.497000', '194606.499000', '194606.502000', '194606.504000', '194606.507000', '194606.509000', '194606.512000', '194606.514000', '194606.517000', '194606.520000', '194606.522000', '194606.525000', '194606.527000', '194606.530000', '194606.532000', '194606.535000', '194606.537000', '194606.540000', '194606.543000', '194606.545000', '194606.548000', '194626.429000', '194626.432000', '194626.435000', '194626.437000', '194626.440000', '194626.442000', '194626.445000', '194626.448000', '194626.450000', '194626.453000', '194626.456000', '194626.459000', '194626.461000', '194626.464000', '194626.467000', '194626.469000', '194626.472000', '194626.474000', '194626.477000', '194626.479000', '194626.482000', '194626.485000', '194626.487000', '194626.490000', '194626.492000', '194626.495000', '194626.497000', '194626.500000', '194626.503000', '194626.505000', '194626.508000', '194626.511000', '194626.513000', '194626.516000', '194626.518000', '194626.521000', '194626.523000', '194626.526000', '194626.529000', '194626.531000', '194626.534000', '194626.541000', '194626.544000', '194626.546000', '194646.429000', '194646.432000', '194646.435000', '194646.437000', '194646.440000', '194646.442000', '194646.445000', '194646.448000', '194646.450000', '194646.453000', '194646.455000', '194646.458000', '194646.461000', '194646.463000', '194646.466000', '194646.468000', '194646.471000', '194646.473000', '194646.476000', '194646.478000', '194646.481000', '194646.484000', '194646.486000', '194646.489000', '194646.491000', '194646.494000', '194646.496000', '194646.499000', '194646.502000', '194646.504000', '194646.507000', '194646.509000', '194646.512000', '194646.514000', '194646.517000', '194646.519000', '194646.522000', '194646.525000', '194646.527000', '194646.530000', '194646.532000', '194646.535000', '194646.537000', '194706.429000', '194706.431000', '194706.434000', '194706.437000', '194706.439000', '194706.442000', '194706.444000', '194706.447000', '194706.449000', '194706.452000', '194706.455000', '194706.457000', '194706.460000', '194706.462000', '194706.465000', '194706.468000', '194706.470000', '194706.473000', '194706.475000', '194706.478000', '194706.481000', '194706.483000', '194706.486000', '194706.488000', '194706.491000', '194706.493000', '194706.496000', '194706.499000', '194706.501000', '194706.504000', '194706.506000', '194706.509000', '194706.511000', '194706.514000', '194706.517000', '194706.519000', '194706.522000', '194706.524000', '194706.527000', '194706.530000', '194706.532000', '194706.535000', '194706.537000', '194726.430000', '194726.432000', '194726.435000', '194726.438000', '194726.440000', '194726.443000', '194726.445000', '194726.448000', '194726.450000', '194726.453000', '194726.455000', '194726.458000', '194726.461000', '194726.463000', '194726.466000', '194726.468000', '194726.471000', '194726.474000', '194726.476000', '194726.479000', '194726.481000', '194726.484000', '194726.486000', '194726.489000', '194726.492000', '194726.494000', '194726.497000', '194726.499000', '194726.502000', '194726.505000', '194726.507000', '194726.510000', '194726.512000', '194726.515000', '194726.517000', '194726.520000', '194726.523000', '194726.525000', '194726.528000', '194726.530000', '194726.533000', '194726.535000', '194726.538000', '194726.541000', '194746.429000', '194746.432000', '194746.435000', '194746.437000', '194746.440000', '194746.442000', '194746.445000', '194746.448000', '194746.450000', '194746.453000', '194746.468000', '194746.471000', '194746.473000', '194746.476000', '194746.479000', '194746.481000', '194746.484000', '194746.486000', '194746.489000', '194746.491000', '194746.494000', '194746.498000', '194746.500000', '194746.503000', '194746.506000', '194746.508000', '194746.511000', '194746.514000', '194746.516000', '194746.519000', '194746.521000', '194746.524000', '194746.526000', '194746.529000', '194746.532000', '194746.534000', '194746.537000', '194746.539000', '194746.542000', '194746.544000', '194746.547000', '194746.550000', '194746.552000', '194746.555000', '194806.429000', '194806.432000', '194806.435000', '194806.437000', '194806.440000', '194806.442000', '194806.445000', '194806.447000', '194806.450000', '194806.453000', '194806.455000', '194806.458000', '194806.461000', '194806.463000', '194806.466000', '194806.468000', '194806.471000', '194806.473000', '194806.476000', '194806.479000', '194806.481000', '194806.484000', '194806.486000', '194806.489000', '194806.492000', '194806.494000', '194806.497000', '194806.499000', '194806.502000', '194806.504000', '194806.507000', '194806.510000', '194806.512000', '194806.515000', '194806.517000', '194806.520000', '194806.522000', '194806.525000', '194806.528000', '194806.530000', '194806.533000', '194806.535000', '194806.538000', '194826.429000', '194826.432000', '194826.435000', '194826.437000', '194826.440000', '194826.443000', '194826.445000', '194826.448000', '194826.450000', '194826.453000', '194826.456000', '194826.458000', '194826.461000', '194826.464000', '194826.467000', '194826.470000', '194826.473000', '194826.475000', '194826.478000', '194826.480000', '194826.483000', '194826.486000', '194826.488000', '194826.491000', '194826.493000', '194826.496000', '194826.499000', '194826.501000', '194826.504000', '194826.506000', '194826.509000', '194826.512000', '194826.514000', '194826.517000', '194826.519000', '194826.522000', '194826.525000', '194826.527000', '194826.530000', '194826.532000', '194826.535000', '194826.538000', '194826.540000', '194846.429000', '194846.432000', '194846.435000', '194846.437000', '194846.440000', '194846.443000', '194846.445000', '194846.448000', '194846.450000', '194846.453000', '194846.456000', '194846.458000', '194846.461000', '194846.463000', '194846.466000', '194846.468000', '194846.471000', '194846.474000', '194846.476000', '194846.479000', '194846.481000', '194846.484000', '194846.487000', '194846.489000', '194846.492000', '194846.494000', '194846.497000', '194846.500000', '194846.502000', '194846.505000', '194846.507000', '194846.510000', '194846.513000', '194846.515000', '194846.518000', '194846.524000', '194846.526000', '194846.529000', '194846.532000', '194846.534000', '194846.537000', '194846.539000', '194846.542000', '194846.544000', '194906.430000', '194906.432000', '194906.435000', '194906.438000', '194906.440000', '194906.443000', '194906.445000', '194906.448000', '194906.451000', '194906.453000', '194906.456000', '194906.458000', '194906.461000', '194906.463000', '194906.466000', '194906.469000', '194906.471000', '194906.474000', '194906.477000', '194906.479000', '194906.482000', '194906.485000', '194906.487000', '194906.490000', '194906.493000', '194906.495000', '194906.498000', '194906.500000', '194906.503000', '194906.505000', '194906.508000', '194906.511000', '194906.513000', '194906.516000', '194906.518000', '194906.521000', '194906.524000', '194906.526000', '194906.529000', '194906.531000', '194906.535000', '194906.538000', '194906.541000', '194926.428000', '194926.431000', '194926.434000', '194926.436000', '194926.439000', '194926.442000', '194926.454000', '194926.456000', '194926.459000', '194926.461000', '194926.464000', '194926.466000', '194926.469000', '194926.472000', '194926.474000', '194926.477000', '194926.479000', '194926.482000', '194926.484000', '194926.487000', '194926.490000', '194926.492000', '194926.495000', '194926.497000', '194926.500000', '194926.503000', '194926.505000', '194926.508000', '194926.510000', '194926.513000', '194926.515000', '194926.518000', '194926.521000', '194926.523000', '194926.526000', '194926.528000', '194926.531000', '194926.534000', '194926.536000', '194926.539000', '194926.541000', '194926.544000', '194926.546000', '194926.549000', '194946.430000', '194946.433000', '194946.435000', '194946.438000', '194946.440000', '194946.443000', '194946.446000', '194946.448000', '194946.451000', '194946.453000', '194946.456000', '194946.458000', '194946.461000', '194946.464000', '194946.466000', '194946.469000', '194946.471000', '194946.474000', '194946.477000', '194946.479000', '194946.482000', '194946.484000', '194946.487000', '194946.490000', '194946.492000', '194946.495000', '194946.497000', '194946.501000', '194946.504000', '194946.507000', '194946.510000', '194946.512000', '194946.515000', '194946.517000', '194946.520000', '194946.523000', '194946.525000', '194946.528000', '194946.530000', '194946.533000', '194946.535000', '194946.538000', '194946.541000', '195006.429000', '195006.432000', '195006.435000', '195006.437000', '195006.440000', '195006.443000', '195006.445000', '195006.448000', '195006.450000', '195006.453000', '195006.456000', '195006.458000', '195006.461000', '195006.463000', '195006.466000', '195006.468000', '195006.471000', '195006.474000', '195006.476000', '195006.479000', '195006.481000', '195006.484000', '195006.487000', '195006.489000', '195006.492000', '195006.494000', '195006.497000', '195006.499000', '195006.502000', '195006.505000', '195006.507000', '195006.510000', '195006.512000', '195006.515000', '195006.518000', '195006.520000', '195006.523000', '195006.525000', '195006.528000', '195006.530000', '195006.533000', '195006.536000', '195006.538000', '195006.541000', '195026.429000', '195026.432000', '195026.435000', '195026.444000', '195026.447000', '195026.449000', '195026.452000', '195026.454000', '195026.457000', '195026.460000', '195026.462000', '195026.465000', '195026.467000', '195026.470000', '195026.473000', '195026.475000', '195026.478000', '195026.480000', '195026.483000', '195026.486000', '195026.489000', '195026.492000', '195026.495000', '195026.498000', '195026.500000', '195026.503000', '195026.506000', '195026.508000', '195026.511000', '195026.513000', '195026.516000', '195026.518000', '195026.521000', '195026.524000', '195026.526000', '195026.529000', '195026.532000', '195026.534000', '195026.537000', '195026.539000', '195026.542000', '195026.544000', '195026.547000', '195046.430000', '195046.432000', '195046.435000', '195046.438000', '195046.440000', '195046.443000', '195046.446000', '195046.448000', '195046.451000', '195046.453000', '195046.456000', '195046.459000', '195046.461000', '195046.464000', '195046.466000', '195046.469000', '195046.471000', '195046.486000', '195046.489000', '195046.491000', '195046.494000', '195046.497000', '195046.499000', '195046.502000', '195046.505000', '195046.507000', '195046.510000', '195046.512000', '195046.515000', '195046.517000', '195046.520000', '195046.523000', '195046.525000', '195046.528000', '195046.530000', '195046.533000', '195046.536000', '195046.538000', '195046.541000', '195046.543000', '195046.546000', '195046.549000', '195046.552000', '195046.554000', '195106.430000', '195106.432000', '195106.435000', '195106.438000', '195106.440000', '195106.443000', '195106.445000', '195106.448000', '195106.451000', '195106.453000', '195106.456000', '195106.458000', '195106.461000', '195106.464000', '195106.466000', '195106.469000', '195106.472000', '195106.474000', '195106.477000', '195106.479000', '195106.482000', '195106.485000', '195106.487000', '195106.490000', '195106.492000', '195106.495000', '195106.498000', '195106.500000', '195106.503000', '195106.505000', '195106.508000', '195106.511000', '195106.513000', '195106.516000', '195106.518000', '195106.521000', '195106.524000', '195106.526000', '195106.529000', '195106.531000', '195106.534000', '195106.537000', '195106.539000', '195126.430000', '195126.433000', '195126.435000', '195126.438000', '195126.441000', '195126.445000', '195126.448000', '195126.450000', '195126.453000', '195126.456000', '195126.458000', '195126.461000', '195126.464000', '195126.466000', '195126.469000', '195126.472000', '195126.474000', '195126.477000', '195126.479000', '195126.482000', '195126.484000', '195126.487000', '195126.489000', '195126.492000', '195126.495000', '195126.497000', '195126.500000', '195126.502000', '195126.505000', '195126.508000', '195126.510000', '195126.513000', '195126.515000', '195126.518000', '195126.520000', '195126.523000', '195126.526000', '195126.528000', '195126.531000', '195126.533000', '195126.536000', '195126.538000', '195126.541000', '195126.544000', '195146.428000', '195146.431000', '195146.434000', '195146.436000', '195146.439000', '195146.442000', '195146.444000', '195146.447000', '195146.449000', '195146.452000', '195146.455000', '195146.457000', '195146.460000', '195146.462000', '195146.465000', '195146.467000', '195146.470000', '195146.473000', '195146.475000', '195146.478000', '195146.480000', '195146.483000', '195146.485000', '195146.488000', '195146.491000', '195146.493000', '195146.496000', '195146.499000', '195146.501000', '195146.504000', '195146.506000', '195146.509000', '195146.512000', '195146.514000', '195146.517000', '195146.519000', '195146.522000', '195146.524000', '195146.527000', '195146.530000', '195146.532000', '195146.535000', '195146.537000', '195206.430000', '195206.432000', '195206.435000', '195206.438000', '195206.440000', '195206.443000', '195206.445000', '195206.448000', '195206.451000', '195206.453000', '195206.456000', '195206.458000', '195206.461000', '195206.463000', '195206.466000', '195206.469000', '195206.471000', '195206.474000', '195206.476000', '195206.479000', '195206.482000', '195206.484000', '195206.487000', '195206.489000', '195206.492000', '195206.494000', '195206.497000', '195206.500000', '195206.515000', '195206.518000', '195206.521000', '195206.523000', '195206.526000', '195206.528000', '195206.531000', '195206.533000', '195206.536000', '195206.538000', '195206.541000', '195206.544000', '195206.546000', '195206.549000', '195206.551000', '195206.554000', '195226.430000', '195226.432000', '195226.435000', '195226.437000', '195226.440000', '195226.443000', '195226.445000', '195226.448000', '195226.450000', '195226.453000', '195226.456000', '195226.458000', '195226.461000', '195226.463000', '195226.466000', '195226.469000', '195226.471000', '195226.474000', '195226.476000', '195226.479000', '195226.481000', '195226.484000', '195226.487000', '195226.489000', '195226.492000', '195226.494000', '195226.497000', '195226.500000', '195226.502000', '195226.505000', '195226.507000', '195226.510000', '195226.512000', '195226.515000', '195226.518000', '195226.520000', '195226.523000', '195226.525000', '195226.528000', '195226.531000', '195226.533000', '195226.536000', '195226.538000', '195246.429000', '195246.432000', '195246.435000', '195246.438000', '195246.440000', '195246.443000', '195246.445000', '195246.448000', '195246.451000', '195246.453000', '195246.456000', '195246.458000', '195246.461000', '195246.464000', '195246.466000', '195246.469000', '195246.472000', '195246.474000', '195246.477000', '195246.479000', '195246.482000', '195246.485000', '195246.487000', '195246.490000', '195246.492000', '195246.495000', '195246.498000', '195246.500000', '195246.503000', '195246.505000', '195246.508000', '195246.511000', '195246.513000', '195246.516000', '195246.518000', '195246.521000', '195246.523000', '195246.526000', '195246.529000', '195246.531000', '195246.534000', '195246.536000', '195246.539000', '195246.541000', '195306.430000', '195306.432000', '195306.435000', '195306.438000', '195306.440000', '195306.443000', '195306.445000', '195306.448000', '195306.450000', '195306.453000', '195306.456000', '195306.458000', '195306.461000', '195306.463000', '195306.466000', '195306.469000', '195306.471000', '195306.474000', '195306.476000', '195306.479000', '195306.481000', '195306.484000', '195306.487000', '195306.489000', '195306.492000', '195306.494000', '195306.497000', '195306.500000', '195306.502000', '195306.505000', '195306.507000', '195306.510000', '195306.513000', '195306.515000', '195306.518000', '195306.520000', '195306.523000', '195306.526000', '195306.528000', '195306.531000', '195306.533000', '195306.536000', '195306.539000', '195326.430000', '195326.433000', '195326.435000', '195326.438000', '195326.441000', '195326.443000', '195326.446000', '195326.448000', '195326.451000', '195326.453000', '195326.456000', '195326.459000', '195326.461000', '195326.464000', '195326.466000', '195326.469000', '195326.472000', '195326.474000', '195326.477000', '195326.479000', '195326.482000', '195326.485000', '195326.487000', '195326.490000', '195326.492000', '195326.495000', '195326.498000', '195326.500000', '195326.503000', '195326.505000', '195326.508000', '195326.510000', '195326.513000', '195326.516000', '195326.518000', '195326.521000', '195326.523000', '195326.526000', '195326.577000', '195326.580000', '195326.582000', '195326.585000', '195326.588000', '195346.429000', '195346.432000', '195346.435000', '195346.437000', '195346.440000', '195346.443000', '195346.445000', '195346.448000', '195346.450000', '195346.453000', '195346.456000', '195346.458000', '195346.461000', '195346.463000', '195346.466000', '195346.469000', '195346.471000', '195346.474000', '195346.476000', '195346.479000', '195346.481000', '195346.484000', '195346.487000', '195346.489000', '195346.492000', '195346.494000', '195346.497000', '195346.500000', '195346.502000', '195346.505000', '195346.507000', '195346.510000', '195346.512000', '195346.515000', '195346.518000', '195346.520000', '195346.523000', '195346.525000', '195346.528000', '195346.531000', '195346.533000', '195346.536000', '195346.539000', '195346.541000', '195406.429000', '195406.432000', '195406.434000', '195406.437000', '195406.439000', '195406.442000', '195406.444000', '195406.447000', '195406.450000', '195406.453000', '195406.456000', '195406.459000', '195406.461000', '195406.464000', '195406.468000', '195406.471000', '195406.473000', '195406.476000', '195406.479000', '195406.481000', '195406.484000', '195406.486000', '195406.489000', '195406.491000', '195406.494000', '195406.497000', '195406.499000', '195406.502000', '195406.504000', '195406.507000', '195406.510000', '195406.512000', '195406.515000', '195406.518000', '195406.520000', '195406.523000', '195406.525000', '195406.528000', '195406.531000', '195406.533000', '195406.536000', '195406.538000', '195406.541000', '195426.430000', '195426.432000', '195426.435000', '195426.438000', '195426.440000', '195426.443000', '195426.445000', '195426.448000', '195426.451000', '195426.454000', '195426.456000', '195426.459000', '195426.461000', '195426.464000', '195426.466000', '195426.469000', '195426.472000', '195426.474000', '195426.477000', '195426.479000', '195426.482000', '195426.485000', '195426.487000', '195426.490000', '195426.493000', '195426.495000', '195426.498000', '195426.500000', '195426.503000', '195426.506000', '195426.508000', '195426.511000', '195426.513000', '195426.516000', '195426.519000', '195426.521000', '195426.524000', '195426.526000', '195426.529000', '195426.532000', '195426.534000', '195426.537000', '195426.539000', '195426.542000', '195446.429000', '195446.432000', '195446.435000', '195446.437000', '195446.440000', '195446.443000', '195446.445000', '195446.448000', '195446.450000', '195446.453000', '195446.456000', '195446.458000', '195446.461000', '195446.463000', '195446.466000', '195446.468000', '195446.471000', '195446.474000', '195446.476000', '195446.479000', '195446.482000', '195446.484000', '195446.487000', '195446.489000', '195446.492000', '195446.495000', '195446.497000', '195446.500000', '195446.502000', '195446.505000', '195446.507000', '195446.510000', '195446.513000', '195446.515000', '195446.518000', '195446.542000', '195446.544000', '195446.547000', '195446.550000', '195446.552000', '195446.555000', '195446.557000', '195446.560000', '195446.562000', '195506.430000', '195506.433000', '195506.435000', '195506.438000', '195506.440000', '195506.443000', '195506.446000', '195506.448000', '195506.451000', '195506.453000', '195506.456000', '195506.459000', '195506.461000', '195506.464000', '195506.466000', '195506.469000', '195506.471000', '195506.474000', '195506.477000', '195506.479000', '195506.482000', '195506.485000', '195506.487000', '195506.490000', '195506.492000', '195506.495000', '195506.498000', '195506.500000', '195506.503000', '195506.505000', '195506.508000', '195506.511000', '195506.513000', '195506.516000', '195506.519000', '195506.521000', '195506.524000', '195506.526000', '195506.529000', '195506.532000', '195506.534000', '195506.537000', '195506.539000', '195526.430000', '195526.432000', '195526.435000', '195526.438000', '195526.440000', '195526.443000', '195526.445000', '195526.448000', '195526.451000', '195526.453000', '195526.456000', '195526.458000', '195526.461000', '195526.463000', '195526.466000', '195526.469000', '195526.471000', '195526.474000', '195526.476000', '195526.479000', '195526.482000', '195526.484000', '195526.487000', '195526.489000', '195526.492000', '195526.495000', '195526.497000', '195526.500000', '195526.503000', '195526.506000', '195526.509000', '195526.511000', '195526.514000', '195526.517000', '195526.519000', '195526.522000', '195526.524000', '195526.527000', '195526.530000', '195526.532000', '195526.535000', '195526.537000', '195526.540000', '195546.430000', '195546.432000', '195546.435000', '195546.437000', '195546.440000', '195546.443000', '195546.445000', '195546.448000', '195546.450000', '195546.453000', '195546.456000', '195546.458000', '195546.461000', '195546.463000', '195546.466000', '195546.469000', '195546.471000', '195546.474000', '195546.476000', '195546.479000', '195546.482000', '195546.484000', '195546.487000', '195546.489000', '195546.492000', '195546.495000', '195546.497000', '195546.500000', '195546.502000', '195546.505000', '195546.508000', '195546.510000', '195546.513000', '195546.515000', '195546.518000', '195546.521000', '195546.523000', '195546.526000', '195546.528000', '195546.531000', '195546.534000', '195546.536000', '195546.539000', '195546.541000', '195606.430000', '195606.432000', '195606.435000', '195606.439000', '195606.441000', '195606.444000', '195606.447000', '195606.449000', '195606.452000', '195606.454000', '195606.457000', '195606.460000', '195606.462000', '195606.465000', '195606.467000', '195606.470000', '195606.472000', '195606.519000', '195606.522000', '195606.524000', '195606.527000', '195606.529000', '195606.532000', '195606.535000', '195606.537000', '195606.540000', '195606.542000', '195606.545000', '195606.547000', '195606.550000', '195606.553000', '195606.555000', '195606.558000', '195606.561000', '195606.563000', '195606.566000', '195606.568000', '195606.571000', '195606.573000', '195606.576000', '195606.579000', '195606.581000', '195606.584000', '195626.429000', '195626.431000', '195626.434000', '195626.437000', '195626.439000', '195626.442000', '195626.444000', '195626.447000', '195626.450000', '195626.452000', '195626.455000', '195626.457000', '195626.460000', '195626.463000', '195626.465000', '195626.468000', '195626.470000', '195626.473000', '195626.476000', '195626.478000', '195626.481000', '195626.483000', '195626.486000', '195626.489000', '195626.491000', '195626.494000', '195626.496000', '195626.499000', '195626.502000', '195626.505000', '195626.507000', '195626.510000', '195626.513000', '195626.515000', '195626.518000', '195626.520000', '195626.523000', '195626.526000', '195626.528000', '195626.531000', '195626.533000', '195626.536000', '195626.538000', '195626.541000', '195646.430000', '195646.433000', '195646.435000', '195646.438000', '195646.440000', '195646.443000', '195646.446000', '195646.448000', '195646.451000', '195646.453000', '195646.456000', '195646.459000', '195646.461000', '195646.464000', '195646.466000', '195646.469000', '195646.472000', '195646.474000', '195646.477000', '195646.479000', '195646.482000', '195646.485000', '195646.487000', '195646.490000', '195646.493000', '195646.495000', '195646.498000', '195646.501000', '195646.503000', '195646.506000', '195646.508000', '195646.511000', '195646.514000', '195646.516000', '195646.519000', '195646.521000', '195646.524000', '195646.526000', '195646.529000', '195646.532000', '195646.535000', '195646.538000', '195646.540000', '195706.430000', '195706.432000', '195706.435000', '195706.438000', '195706.440000', '195706.443000', '195706.445000', '195706.448000', '195706.451000', '195706.453000', '195706.456000', '195706.458000', '195706.461000', '195706.464000', '195706.466000', '195706.469000', '195706.471000', '195706.474000', '195706.476000', '195706.479000', '195706.482000', '195706.484000', '195706.487000', '195706.490000', '195706.492000', '195706.495000', '195706.497000', '195706.500000', '195706.502000', '195706.505000', '195706.508000', '195706.510000', '195706.513000', '195706.515000', '195706.518000', '195706.521000', '195706.523000', '195706.526000', '195706.528000', '195706.531000', '195706.533000', '195706.536000', '195706.539000', '195706.556000', '195726.430000', '195726.433000', '195726.435000', '195726.438000', '195726.440000', '195726.443000', '195726.446000', '195726.448000', '195726.451000', '195726.453000', '195726.456000', '195726.458000', '195726.461000', '195726.464000', '195726.466000', '195726.469000', '195726.471000', '195726.474000', '195726.477000', '195726.479000', '195726.482000', '195726.484000', '195726.487000', '195726.490000', '195726.492000', '195726.495000', '195726.497000', '195726.500000', '195726.503000', '195726.505000', '195726.508000', '195726.510000', '195726.513000', '195726.516000', '195726.518000', '195726.521000', '195726.523000', '195726.526000', '195726.528000', '195726.531000', '195726.534000', '195726.537000', '195726.539000', '195746.430000', '195746.432000', '195746.435000', '195746.438000', '195746.440000', '195746.443000', '195746.446000', '195746.448000', '195746.451000', '195746.453000', '195746.456000', '195746.458000', '195746.461000', '195746.464000', '195746.466000', '195746.469000', '195746.471000', '195746.474000', '195746.477000', '195746.479000', '195746.482000', '195746.484000', '195746.487000', '195746.489000', '195746.492000', '195746.495000', '195746.497000', '195746.500000', '195746.502000', '195746.505000', '195746.508000', '195746.510000', '195746.513000', '195746.515000', '195746.518000', '195746.520000', '195746.523000', '195746.526000', '195746.528000', '195746.531000', '195746.533000', '195746.536000', '195746.538000', '195746.541000', '195806.429000', '195806.432000', '195806.435000', '195806.437000', '195806.440000', '195806.443000', '195806.445000', '195806.448000', '195806.450000', '195806.453000', '195806.455000', '195806.458000', '195806.461000', '195806.463000', '195806.466000', '195806.468000', '195806.471000', '195806.473000', '195806.476000', '195806.479000', '195806.481000', '195806.484000', '195806.486000', '195806.489000', '195806.492000', '195806.494000', '195806.497000', '195806.499000', '195806.502000', '195806.505000', '195806.507000', '195806.510000', '195806.512000', '195806.515000', '195806.517000', '195806.520000', '195806.523000', '195806.525000', '195806.528000', '195806.530000', '195806.533000', '195806.536000', '195806.538000', '195808.372000', '195808.374000', '195808.377000', '195808.379000', '195808.382000'], 'InstanceCreationTime': ['194546.476000', '194546.479000', '194546.482000', '194546.485000', '194546.487000', '194546.490000', '194546.492000', '194546.495000', '194546.498000', '194546.500000', '194546.503000', '194546.506000', '194546.508000', '194546.516000', '194546.518000', '194546.521000', '194546.524000', '194546.526000', '194546.529000', '194546.531000', '194546.534000', '194546.536000', '194546.539000', '194546.542000', '194546.544000', '194546.547000', '194546.549000', '194606.429000', '194606.432000', '194606.435000', '194606.437000', '194606.440000', '194606.442000', '194606.445000', '194606.447000', '194606.450000', '194606.453000', '194606.455000', '194606.458000', '194606.460000', '194606.463000', '194606.476000', '194606.479000', '194606.481000', '194606.484000', '194606.486000', '194606.489000', '194606.491000', '194606.494000', '194606.497000', '194606.499000', '194606.502000', '194606.504000', '194606.507000', '194606.509000', '194606.512000', '194606.514000', '194606.517000', '194606.520000', '194606.522000', '194606.525000', '194606.527000', '194606.530000', '194606.532000', '194606.535000', '194606.537000', '194606.540000', '194606.543000', '194606.545000', '194606.548000', '194626.429000', '194626.432000', '194626.435000', '194626.437000', '194626.440000', '194626.442000', '194626.445000', '194626.448000', '194626.450000', '194626.453000', '194626.456000', '194626.459000', '194626.461000', '194626.464000', '194626.467000', '194626.469000', '194626.472000', '194626.474000', '194626.477000', '194626.479000', '194626.482000', '194626.485000', '194626.487000', '194626.490000', '194626.492000', '194626.495000', '194626.497000', '194626.500000', '194626.503000', '194626.505000', '194626.508000', '194626.511000', '194626.513000', '194626.516000', '194626.518000', '194626.521000', '194626.523000', '194626.526000', '194626.529000', '194626.531000', '194626.534000', '194626.541000', '194626.544000', '194626.546000', '194646.429000', '194646.432000', '194646.435000', '194646.437000', '194646.440000', '194646.442000', '194646.445000', '194646.448000', '194646.450000', '194646.453000', '194646.455000', '194646.458000', '194646.461000', '194646.463000', '194646.466000', '194646.468000', '194646.471000', '194646.473000', '194646.476000', '194646.478000', '194646.481000', '194646.484000', '194646.486000', '194646.489000', '194646.491000', '194646.494000', '194646.496000', '194646.499000', '194646.502000', '194646.504000', '194646.507000', '194646.509000', '194646.512000', '194646.514000', '194646.517000', '194646.519000', '194646.522000', '194646.525000', '194646.527000', '194646.530000', '194646.532000', '194646.535000', '194646.537000', '194706.429000', '194706.431000', '194706.434000', '194706.437000', '194706.439000', '194706.442000', '194706.444000', '194706.447000', '194706.449000', '194706.452000', '194706.455000', '194706.457000', '194706.460000', '194706.462000', '194706.465000', '194706.468000', '194706.470000', '194706.473000', '194706.475000', '194706.478000', '194706.481000', '194706.483000', '194706.486000', '194706.488000', '194706.491000', '194706.493000', '194706.496000', '194706.499000', '194706.501000', '194706.504000', '194706.506000', '194706.509000', '194706.511000', '194706.514000', '194706.517000', '194706.519000', '194706.522000', '194706.524000', '194706.527000', '194706.530000', '194706.532000', '194706.535000', '194706.537000', '194726.430000', '194726.432000', '194726.435000', '194726.438000', '194726.440000', '194726.443000', '194726.445000', '194726.448000', '194726.450000', '194726.453000', '194726.455000', '194726.458000', '194726.461000', '194726.463000', '194726.466000', '194726.468000', '194726.471000', '194726.474000', '194726.476000', '194726.479000', '194726.481000', '194726.484000', '194726.486000', '194726.489000', '194726.492000', '194726.494000', '194726.497000', '194726.499000', '194726.502000', '194726.505000', '194726.507000', '194726.510000', '194726.512000', '194726.515000', '194726.517000', '194726.520000', '194726.523000', '194726.525000', '194726.528000', '194726.530000', '194726.533000', '194726.535000', '194726.538000', '194726.541000', '194746.429000', '194746.432000', '194746.435000', '194746.437000', '194746.440000', '194746.442000', '194746.445000', '194746.448000', '194746.450000', '194746.453000', '194746.468000', '194746.471000', '194746.473000', '194746.476000', '194746.479000', '194746.481000', '194746.484000', '194746.486000', '194746.489000', '194746.491000', '194746.494000', '194746.498000', '194746.500000', '194746.503000', '194746.506000', '194746.508000', '194746.511000', '194746.514000', '194746.516000', '194746.519000', '194746.521000', '194746.524000', '194746.526000', '194746.529000', '194746.532000', '194746.534000', '194746.537000', '194746.539000', '194746.542000', '194746.544000', '194746.547000', '194746.550000', '194746.552000', '194746.555000', '194806.429000', '194806.432000', '194806.435000', '194806.437000', '194806.440000', '194806.442000', '194806.445000', '194806.447000', '194806.450000', '194806.453000', '194806.455000', '194806.458000', '194806.461000', '194806.463000', '194806.466000', '194806.468000', '194806.471000', '194806.473000', '194806.476000', '194806.479000', '194806.481000', '194806.484000', '194806.486000', '194806.489000', '194806.492000', '194806.494000', '194806.497000', '194806.499000', '194806.502000', '194806.504000', '194806.507000', '194806.510000', '194806.512000', '194806.515000', '194806.517000', '194806.520000', '194806.522000', '194806.525000', '194806.528000', '194806.530000', '194806.533000', '194806.535000', '194806.538000', '194826.429000', '194826.432000', '194826.435000', '194826.437000', '194826.440000', '194826.443000', '194826.445000', '194826.448000', '194826.450000', '194826.453000', '194826.456000', '194826.458000', '194826.461000', '194826.464000', '194826.467000', '194826.470000', '194826.473000', '194826.475000', '194826.478000', '194826.480000', '194826.483000', '194826.486000', '194826.488000', '194826.491000', '194826.493000', '194826.496000', '194826.499000', '194826.501000', '194826.504000', '194826.506000', '194826.509000', '194826.512000', '194826.514000', '194826.517000', '194826.519000', '194826.522000', '194826.525000', '194826.527000', '194826.530000', '194826.532000', '194826.535000', '194826.538000', '194826.540000', '194846.429000', '194846.432000', '194846.435000', '194846.437000', '194846.440000', '194846.443000', '194846.445000', '194846.448000', '194846.450000', '194846.453000', '194846.456000', '194846.458000', '194846.461000', '194846.463000', '194846.466000', '194846.468000', '194846.471000', '194846.474000', '194846.476000', '194846.479000', '194846.481000', '194846.484000', '194846.487000', '194846.489000', '194846.492000', '194846.494000', '194846.497000', '194846.500000', '194846.502000', '194846.505000', '194846.507000', '194846.510000', '194846.513000', '194846.515000', '194846.518000', '194846.524000', '194846.526000', '194846.529000', '194846.532000', '194846.534000', '194846.537000', '194846.539000', '194846.542000', '194846.544000', '194906.430000', '194906.432000', '194906.435000', '194906.438000', '194906.440000', '194906.443000', '194906.445000', '194906.448000', '194906.451000', '194906.453000', '194906.456000', '194906.458000', '194906.461000', '194906.463000', '194906.466000', '194906.469000', '194906.471000', '194906.474000', '194906.477000', '194906.479000', '194906.482000', '194906.485000', '194906.487000', '194906.490000', '194906.493000', '194906.495000', '194906.498000', '194906.500000', '194906.503000', '194906.505000', '194906.508000', '194906.511000', '194906.513000', '194906.516000', '194906.518000', '194906.521000', '194906.524000', '194906.526000', '194906.529000', '194906.531000', '194906.535000', '194906.538000', '194906.541000', '194926.428000', '194926.431000', '194926.434000', '194926.436000', '194926.439000', '194926.442000', '194926.454000', '194926.456000', '194926.459000', '194926.461000', '194926.464000', '194926.466000', '194926.469000', '194926.472000', '194926.474000', '194926.477000', '194926.479000', '194926.482000', '194926.484000', '194926.487000', '194926.490000', '194926.492000', '194926.495000', '194926.497000', '194926.500000', '194926.503000', '194926.505000', '194926.508000', '194926.510000', '194926.513000', '194926.515000', '194926.518000', '194926.521000', '194926.523000', '194926.526000', '194926.528000', '194926.531000', '194926.534000', '194926.536000', '194926.539000', '194926.541000', '194926.544000', '194926.546000', '194926.549000', '194946.430000', '194946.433000', '194946.435000', '194946.438000', '194946.440000', '194946.443000', '194946.446000', '194946.448000', '194946.451000', '194946.453000', '194946.456000', '194946.458000', '194946.461000', '194946.464000', '194946.466000', '194946.469000', '194946.471000', '194946.474000', '194946.477000', '194946.479000', '194946.482000', '194946.484000', '194946.487000', '194946.490000', '194946.492000', '194946.495000', '194946.497000', '194946.501000', '194946.504000', '194946.507000', '194946.510000', '194946.512000', '194946.515000', '194946.517000', '194946.520000', '194946.523000', '194946.525000', '194946.528000', '194946.530000', '194946.533000', '194946.535000', '194946.538000', '194946.541000', '195006.429000', '195006.432000', '195006.435000', '195006.437000', '195006.440000', '195006.443000', '195006.445000', '195006.448000', '195006.450000', '195006.453000', '195006.456000', '195006.458000', '195006.461000', '195006.463000', '195006.466000', '195006.468000', '195006.471000', '195006.474000', '195006.476000', '195006.479000', '195006.481000', '195006.484000', '195006.487000', '195006.489000', '195006.492000', '195006.494000', '195006.497000', '195006.499000', '195006.502000', '195006.505000', '195006.507000', '195006.510000', '195006.512000', '195006.515000', '195006.518000', '195006.520000', '195006.523000', '195006.525000', '195006.528000', '195006.530000', '195006.533000', '195006.536000', '195006.538000', '195006.541000', '195026.429000', '195026.432000', '195026.435000', '195026.444000', '195026.447000', '195026.449000', '195026.452000', '195026.454000', '195026.457000', '195026.460000', '195026.462000', '195026.465000', '195026.467000', '195026.470000', '195026.473000', '195026.475000', '195026.478000', '195026.480000', '195026.483000', '195026.486000', '195026.489000', '195026.492000', '195026.495000', '195026.498000', '195026.500000', '195026.503000', '195026.506000', '195026.508000', '195026.511000', '195026.513000', '195026.516000', '195026.518000', '195026.521000', '195026.524000', '195026.526000', '195026.529000', '195026.532000', '195026.534000', '195026.537000', '195026.539000', '195026.542000', '195026.544000', '195026.547000', '195046.430000', '195046.432000', '195046.435000', '195046.438000', '195046.440000', '195046.443000', '195046.446000', '195046.448000', '195046.451000', '195046.453000', '195046.456000', '195046.459000', '195046.461000', '195046.464000', '195046.466000', '195046.469000', '195046.471000', '195046.486000', '195046.489000', '195046.491000', '195046.494000', '195046.497000', '195046.499000', '195046.502000', '195046.505000', '195046.507000', '195046.510000', '195046.512000', '195046.515000', '195046.517000', '195046.520000', '195046.523000', '195046.525000', '195046.528000', '195046.530000', '195046.533000', '195046.536000', '195046.538000', '195046.541000', '195046.543000', '195046.546000', '195046.549000', '195046.552000', '195046.554000', '195106.430000', '195106.432000', '195106.435000', '195106.438000', '195106.440000', '195106.443000', '195106.445000', '195106.448000', '195106.451000', '195106.453000', '195106.456000', '195106.458000', '195106.461000', '195106.464000', '195106.466000', '195106.469000', '195106.472000', '195106.474000', '195106.477000', '195106.479000', '195106.482000', '195106.485000', '195106.487000', '195106.490000', '195106.492000', '195106.495000', '195106.498000', '195106.500000', '195106.503000', '195106.505000', '195106.508000', '195106.511000', '195106.513000', '195106.516000', '195106.518000', '195106.521000', '195106.524000', '195106.526000', '195106.529000', '195106.531000', '195106.534000', '195106.537000', '195106.539000', '195126.430000', '195126.433000', '195126.435000', '195126.438000', '195126.441000', '195126.445000', '195126.448000', '195126.450000', '195126.453000', '195126.456000', '195126.458000', '195126.461000', '195126.464000', '195126.466000', '195126.469000', '195126.472000', '195126.474000', '195126.477000', '195126.479000', '195126.482000', '195126.484000', '195126.487000', '195126.489000', '195126.492000', '195126.495000', '195126.497000', '195126.500000', '195126.502000', '195126.505000', '195126.508000', '195126.510000', '195126.513000', '195126.515000', '195126.518000', '195126.520000', '195126.523000', '195126.526000', '195126.528000', '195126.531000', '195126.533000', '195126.536000', '195126.538000', '195126.541000', '195126.544000', '195146.428000', '195146.431000', '195146.434000', '195146.436000', '195146.439000', '195146.442000', '195146.444000', '195146.447000', '195146.449000', '195146.452000', '195146.455000', '195146.457000', '195146.460000', '195146.462000', '195146.465000', '195146.467000', '195146.470000', '195146.473000', '195146.475000', '195146.478000', '195146.480000', '195146.483000', '195146.485000', '195146.488000', '195146.491000', '195146.493000', '195146.496000', '195146.499000', '195146.501000', '195146.504000', '195146.506000', '195146.509000', '195146.512000', '195146.514000', '195146.517000', '195146.519000', '195146.522000', '195146.524000', '195146.527000', '195146.530000', '195146.532000', '195146.535000', '195146.537000', '195206.430000', '195206.432000', '195206.435000', '195206.438000', '195206.440000', '195206.443000', '195206.445000', '195206.448000', '195206.451000', '195206.453000', '195206.456000', '195206.458000', '195206.461000', '195206.463000', '195206.466000', '195206.469000', '195206.471000', '195206.474000', '195206.476000', '195206.479000', '195206.482000', '195206.484000', '195206.487000', '195206.489000', '195206.492000', '195206.494000', '195206.497000', '195206.500000', '195206.515000', '195206.518000', '195206.521000', '195206.523000', '195206.526000', '195206.528000', '195206.531000', '195206.533000', '195206.536000', '195206.538000', '195206.541000', '195206.544000', '195206.546000', '195206.549000', '195206.551000', '195206.554000', '195226.430000', '195226.432000', '195226.435000', '195226.437000', '195226.440000', '195226.443000', '195226.445000', '195226.448000', '195226.450000', '195226.453000', '195226.456000', '195226.458000', '195226.461000', '195226.463000', '195226.466000', '195226.469000', '195226.471000', '195226.474000', '195226.476000', '195226.479000', '195226.481000', '195226.484000', '195226.487000', '195226.489000', '195226.492000', '195226.494000', '195226.497000', '195226.500000', '195226.502000', '195226.505000', '195226.507000', '195226.510000', '195226.512000', '195226.515000', '195226.518000', '195226.520000', '195226.523000', '195226.525000', '195226.528000', '195226.531000', '195226.533000', '195226.536000', '195226.538000', '195246.429000', '195246.432000', '195246.435000', '195246.438000', '195246.440000', '195246.443000', '195246.445000', '195246.448000', '195246.451000', '195246.453000', '195246.456000', '195246.458000', '195246.461000', '195246.464000', '195246.466000', '195246.469000', '195246.472000', '195246.474000', '195246.477000', '195246.479000', '195246.482000', '195246.485000', '195246.487000', '195246.490000', '195246.492000', '195246.495000', '195246.498000', '195246.500000', '195246.503000', '195246.505000', '195246.508000', '195246.511000', '195246.513000', '195246.516000', '195246.518000', '195246.521000', '195246.523000', '195246.526000', '195246.529000', '195246.531000', '195246.534000', '195246.536000', '195246.539000', '195246.541000', '195306.430000', '195306.432000', '195306.435000', '195306.438000', '195306.440000', '195306.443000', '195306.445000', '195306.448000', '195306.450000', '195306.453000', '195306.456000', '195306.458000', '195306.461000', '195306.463000', '195306.466000', '195306.469000', '195306.471000', '195306.474000', '195306.476000', '195306.479000', '195306.481000', '195306.484000', '195306.487000', '195306.489000', '195306.492000', '195306.494000', '195306.497000', '195306.500000', '195306.502000', '195306.505000', '195306.507000', '195306.510000', '195306.513000', '195306.515000', '195306.518000', '195306.520000', '195306.523000', '195306.526000', '195306.528000', '195306.531000', '195306.533000', '195306.536000', '195306.539000', '195326.430000', '195326.433000', '195326.435000', '195326.438000', '195326.441000', '195326.443000', '195326.446000', '195326.448000', '195326.451000', '195326.453000', '195326.456000', '195326.459000', '195326.461000', '195326.464000', '195326.466000', '195326.469000', '195326.472000', '195326.474000', '195326.477000', '195326.479000', '195326.482000', '195326.485000', '195326.487000', '195326.490000', '195326.492000', '195326.495000', '195326.498000', '195326.500000', '195326.503000', '195326.505000', '195326.508000', '195326.510000', '195326.513000', '195326.516000', '195326.518000', '195326.521000', '195326.523000', '195326.526000', '195326.577000', '195326.580000', '195326.582000', '195326.585000', '195326.588000', '195346.429000', '195346.432000', '195346.435000', '195346.437000', '195346.440000', '195346.443000', '195346.445000', '195346.448000', '195346.450000', '195346.453000', '195346.456000', '195346.458000', '195346.461000', '195346.463000', '195346.466000', '195346.469000', '195346.471000', '195346.474000', '195346.476000', '195346.479000', '195346.481000', '195346.484000', '195346.487000', '195346.489000', '195346.492000', '195346.494000', '195346.497000', '195346.500000', '195346.502000', '195346.505000', '195346.507000', '195346.510000', '195346.512000', '195346.515000', '195346.518000', '195346.520000', '195346.523000', '195346.525000', '195346.528000', '195346.531000', '195346.533000', '195346.536000', '195346.539000', '195346.541000', '195406.429000', '195406.432000', '195406.434000', '195406.437000', '195406.439000', '195406.442000', '195406.444000', '195406.447000', '195406.450000', '195406.453000', '195406.456000', '195406.459000', '195406.461000', '195406.464000', '195406.468000', '195406.471000', '195406.473000', '195406.476000', '195406.479000', '195406.481000', '195406.484000', '195406.486000', '195406.489000', '195406.491000', '195406.494000', '195406.497000', '195406.499000', '195406.502000', '195406.504000', '195406.507000', '195406.510000', '195406.512000', '195406.515000', '195406.518000', '195406.520000', '195406.523000', '195406.525000', '195406.528000', '195406.531000', '195406.533000', '195406.536000', '195406.538000', '195406.541000', '195426.430000', '195426.432000', '195426.435000', '195426.438000', '195426.440000', '195426.443000', '195426.445000', '195426.448000', '195426.451000', '195426.454000', '195426.456000', '195426.459000', '195426.461000', '195426.464000', '195426.466000', '195426.469000', '195426.472000', '195426.474000', '195426.477000', '195426.479000', '195426.482000', '195426.485000', '195426.487000', '195426.490000', '195426.493000', '195426.495000', '195426.498000', '195426.500000', '195426.503000', '195426.506000', '195426.508000', '195426.511000', '195426.513000', '195426.516000', '195426.519000', '195426.521000', '195426.524000', '195426.526000', '195426.529000', '195426.532000', '195426.534000', '195426.537000', '195426.539000', '195426.542000', '195446.429000', '195446.432000', '195446.435000', '195446.437000', '195446.440000', '195446.443000', '195446.445000', '195446.448000', '195446.450000', '195446.453000', '195446.456000', '195446.458000', '195446.461000', '195446.463000', '195446.466000', '195446.468000', '195446.471000', '195446.474000', '195446.476000', '195446.479000', '195446.482000', '195446.484000', '195446.487000', '195446.489000', '195446.492000', '195446.495000', '195446.497000', '195446.500000', '195446.502000', '195446.505000', '195446.507000', '195446.510000', '195446.513000', '195446.515000', '195446.518000', '195446.542000', '195446.544000', '195446.547000', '195446.550000', '195446.552000', '195446.555000', '195446.557000', '195446.560000', '195446.562000', '195506.430000', '195506.433000', '195506.435000', '195506.438000', '195506.440000', '195506.443000', '195506.446000', '195506.448000', '195506.451000', '195506.453000', '195506.456000', '195506.459000', '195506.461000', '195506.464000', '195506.466000', '195506.469000', '195506.471000', '195506.474000', '195506.477000', '195506.479000', '195506.482000', '195506.485000', '195506.487000', '195506.490000', '195506.492000', '195506.495000', '195506.498000', '195506.500000', '195506.503000', '195506.505000', '195506.508000', '195506.511000', '195506.513000', '195506.516000', '195506.519000', '195506.521000', '195506.524000', '195506.526000', '195506.529000', '195506.532000', '195506.534000', '195506.537000', '195506.539000', '195526.430000', '195526.432000', '195526.435000', '195526.438000', '195526.440000', '195526.443000', '195526.445000', '195526.448000', '195526.451000', '195526.453000', '195526.456000', '195526.458000', '195526.461000', '195526.463000', '195526.466000', '195526.469000', '195526.471000', '195526.474000', '195526.476000', '195526.479000', '195526.482000', '195526.484000', '195526.487000', '195526.489000', '195526.492000', '195526.495000', '195526.497000', '195526.500000', '195526.503000', '195526.506000', '195526.509000', '195526.511000', '195526.514000', '195526.517000', '195526.519000', '195526.522000', '195526.524000', '195526.527000', '195526.530000', '195526.532000', '195526.535000', '195526.537000', '195526.540000', '195546.430000', '195546.432000', '195546.435000', '195546.437000', '195546.440000', '195546.443000', '195546.445000', '195546.448000', '195546.450000', '195546.453000', '195546.456000', '195546.458000', '195546.461000', '195546.463000', '195546.466000', '195546.469000', '195546.471000', '195546.474000', '195546.476000', '195546.479000', '195546.482000', '195546.484000', '195546.487000', '195546.489000', '195546.492000', '195546.495000', '195546.497000', '195546.500000', '195546.502000', '195546.505000', '195546.508000', '195546.510000', '195546.513000', '195546.515000', '195546.518000', '195546.521000', '195546.523000', '195546.526000', '195546.528000', '195546.531000', '195546.534000', '195546.536000', '195546.539000', '195546.541000', '195606.430000', '195606.432000', '195606.435000', '195606.439000', '195606.441000', '195606.444000', '195606.447000', '195606.449000', '195606.452000', '195606.454000', '195606.457000', '195606.460000', '195606.462000', '195606.465000', '195606.467000', '195606.470000', '195606.472000', '195606.519000', '195606.522000', '195606.524000', '195606.527000', '195606.529000', '195606.532000', '195606.535000', '195606.537000', '195606.540000', '195606.542000', '195606.545000', '195606.547000', '195606.550000', '195606.553000', '195606.555000', '195606.558000', '195606.561000', '195606.563000', '195606.566000', '195606.568000', '195606.571000', '195606.573000', '195606.576000', '195606.579000', '195606.581000', '195606.584000', '195626.429000', '195626.431000', '195626.434000', '195626.437000', '195626.439000', '195626.442000', '195626.444000', '195626.447000', '195626.450000', '195626.452000', '195626.455000', '195626.457000', '195626.460000', '195626.463000', '195626.465000', '195626.468000', '195626.470000', '195626.473000', '195626.476000', '195626.478000', '195626.481000', '195626.483000', '195626.486000', '195626.489000', '195626.491000', '195626.494000', '195626.496000', '195626.499000', '195626.502000', '195626.505000', '195626.507000', '195626.510000', '195626.513000', '195626.515000', '195626.518000', '195626.520000', '195626.523000', '195626.526000', '195626.528000', '195626.531000', '195626.533000', '195626.536000', '195626.538000', '195626.541000', '195646.430000', '195646.433000', '195646.435000', '195646.438000', '195646.440000', '195646.443000', '195646.446000', '195646.448000', '195646.451000', '195646.453000', '195646.456000', '195646.459000', '195646.461000', '195646.464000', '195646.466000', '195646.469000', '195646.472000', '195646.474000', '195646.477000', '195646.479000', '195646.482000', '195646.485000', '195646.487000', '195646.490000', '195646.493000', '195646.495000', '195646.498000', '195646.501000', '195646.503000', '195646.506000', '195646.508000', '195646.511000', '195646.514000', '195646.516000', '195646.519000', '195646.521000', '195646.524000', '195646.526000', '195646.529000', '195646.532000', '195646.535000', '195646.538000', '195646.540000', '195706.430000', '195706.432000', '195706.435000', '195706.438000', '195706.440000', '195706.443000', '195706.445000', '195706.448000', '195706.451000', '195706.453000', '195706.456000', '195706.458000', '195706.461000', '195706.464000', '195706.466000', '195706.469000', '195706.471000', '195706.474000', '195706.476000', '195706.479000', '195706.482000', '195706.484000', '195706.487000', '195706.490000', '195706.492000', '195706.495000', '195706.497000', '195706.500000', '195706.502000', '195706.505000', '195706.508000', '195706.510000', '195706.513000', '195706.515000', '195706.518000', '195706.521000', '195706.523000', '195706.526000', '195706.528000', '195706.531000', '195706.533000', '195706.536000', '195706.539000', '195706.556000', '195726.430000', '195726.433000', '195726.435000', '195726.438000', '195726.440000', '195726.443000', '195726.446000', '195726.448000', '195726.451000', '195726.453000', '195726.456000', '195726.458000', '195726.461000', '195726.464000', '195726.466000', '195726.469000', '195726.471000', '195726.474000', '195726.477000', '195726.479000', '195726.482000', '195726.484000', '195726.487000', '195726.490000', '195726.492000', '195726.495000', '195726.497000', '195726.500000', '195726.503000', '195726.505000', '195726.508000', '195726.510000', '195726.513000', '195726.516000', '195726.518000', '195726.521000', '195726.523000', '195726.526000', '195726.528000', '195726.531000', '195726.534000', '195726.537000', '195726.539000', '195746.430000', '195746.432000', '195746.435000', '195746.438000', '195746.440000', '195746.443000', '195746.446000', '195746.448000', '195746.451000', '195746.453000', '195746.456000', '195746.458000', '195746.461000', '195746.464000', '195746.466000', '195746.469000', '195746.471000', '195746.474000', '195746.477000', '195746.479000', '195746.482000', '195746.484000', '195746.487000', '195746.489000', '195746.492000', '195746.495000', '195746.497000', '195746.500000', '195746.502000', '195746.505000', '195746.508000', '195746.510000', '195746.513000', '195746.515000', '195746.518000', '195746.520000', '195746.523000', '195746.526000', '195746.528000', '195746.531000', '195746.533000', '195746.536000', '195746.538000', '195746.541000', '195806.429000', '195806.432000', '195806.435000', '195806.437000', '195806.440000', '195806.443000', '195806.445000', '195806.448000', '195806.450000', '195806.453000', '195806.455000', '195806.458000', '195806.461000', '195806.463000', '195806.466000', '195806.468000', '195806.471000', '195806.473000', '195806.476000', '195806.479000', '195806.481000', '195806.484000', '195806.486000', '195806.489000', '195806.492000', '195806.494000', '195806.497000', '195806.499000', '195806.502000', '195806.505000', '195806.507000', '195806.510000', '195806.512000', '195806.515000', '195806.517000', '195806.520000', '195806.523000', '195806.525000', '195806.528000', '195806.530000', '195806.533000', '195806.536000', '195806.538000', '195808.372000', '195808.374000', '195808.377000', '195808.379000', '195808.382000'], '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': [16090, 12521, 14046, 10213, 13643, 6730, 12337, 8769, 12169, 10747, 8864, 6934, 8250, 7057, 8385, 7261, 11204, 9641, 10550, 6895, 7230, 6942, 8195, 7083, 9734, 6910, 11367, 6933, 12499, 9951, 13960, 10501, 9699, 7150, 11768, 9694, 6991, 10122, 9660, 6976, 12815, 8745, 13454, 9279, 12361, 9810, 11928, 7006, 9117, 6825, 7653, 8472, 7648, 10264, 7257, 7026, 7121, 7148, 7064, 6883, 7112, 7042, 7717, 6920, 7923, 6972, 10324, 10562, 12407, 9144, 13657, 9750, 13986, 11963, 14236, 12581, 13108, 8266, 9388, 7252, 12508, 12115, 13338, 7704, 8873, 6996, 8406, 7642, 12735, 7684, 11510, 7284, 8000, 10591, 10808, 11751, 10865, 7179, 6969, 13760, 7167, 14045, 11373, 11233, 7910, 10919, 7007, 9909, 8565, 9599, 7146, 7003, 7182, 7181, 12980, 7060, 12617, 7003, 12229, 6940, 10764, 7182, 10848, 10141, 9294, 6907, 9680, 7190, 9199, 12195, 10153, 11746, 7845, 7276, 7872, 8188, 7336, 14786, 11857, 10501, 8322, 15072, 7732, 13007, 10750, 13362, 12350, 11594, 7919, 8604, 7483, 8908, 12241, 14071, 7391, 9196, 7068, 9120, 7377, 14397, 11383, 13804, 9135, 12088, 7413, 11793, 7503, 12203, 8264, 8150, 6880, 7468, 6825, 8312, 7283, 8350, 7064, 9580, 7011, 9832, 6970, 10749, 9131, 10311, 6990, 10705, 6928, 11517, 8767, 12171, 10606, 9723, 6897, 10926, 6796, 12760, 10413, 13425, 9142, 13909, 7432, 12925, 11069, 13799, 11515, 12463, 8149, 12616, 8671, 14572, 11609, 11815, 10439, 7132, 7871, 11980, 9788, 13793, 11582, 8089, 9295, 8348, 7470, 15156, 11283, 14711, 12022, 9264, 7238, 10948, 6893, 12192, 8497, 13001, 10499, 6922, 6888, 7044, 7465, 12114, 11634, 10404, 11674, 7000, 7821, 15075, 12137, 14412, 12059, 11693, 8333, 11582, 6873, 10902, 7614, 10339, 8876, 9141, 6740, 6962, 7111, 6937, 6898, 8116, 6924, 7970, 6807, 7694, 6867, 10912, 12474, 12037, 7602, 8051, 8441, 6905, 13609, 10326, 14005, 9565, 13135, 6981, 12812, 9404, 11276, 9271, 10235, 6975, 8056, 6938, 8534, 6934, 11089, 9466, 10989, 7101, 7562, 7129, 7169, 11126, 9393, 10368, 9487, 7107, 7121, 14459, 9997, 14534, 11530, 9436, 8357, 12186, 8965, 15369, 12483, 14006, 10197, 9136, 7794, 13269, 8856, 13299, 11011, 13594, 10889, 10330, 6811, 11152, 8120, 12036, 9896, 9379, 6968, 9035, 6912, 6987, 7564, 7395, 8886, 8893, 7288, 6709, 6730, 7762, 6876, 8312, 6987, 10549, 8096, 7806, 7122, 10027, 13197, 8268, 11914, 7029, 12976, 9762, 11871, 9523, 10165, 6832, 10250, 8463, 9325, 9185, 10987, 7030, 7907, 6893, 8113, 7334, 10441, 7299, 9176, 6820, 9636, 6984, 11028, 9327, 11919, 6779, 11426, 8204, 10175, 8066, 9697, 6978, 8965, 6990, 8290, 7007, 9336, 7414, 9763, 6779, 9011, 6879, 9482, 8092, 9562, 7126, 8080, 7150, 8042, 7968, 8885, 7265, 9123, 7032, 7878, 6860, 7455, 7316, 8869, 7421, 8672, 6978, 7684, 6627, 7985, 7742, 10063, 6855, 8881, 6626, 8266, 6843, 10077, 8579, 11584, 8079, 10454, 6840, 8729, 6879, 12709, 11630, 11787, 7229, 11153, 7919, 12489, 9902, 13311, 11598, 12441, 8532, 9793, 6957, 9217, 8728, 10778, 9175, 8431, 6579, 7118, 6748, 7756, 6783, 9904, 7442, 11241, 6779, 9477, 6658, 8766, 6724, 11667, 9385, 12355, 7582, 12365, 7139, 11111, 7837, 9880, 8939, 6777, 7123, 6642, 7300, 6826, 7518, 7271, 8110, 6735, 6992, 6809, 7390, 7122, 8674, 6799, 8039, 7305, 7775, 6714, 9695, 7482, 11076, 7863, 9636, 6760, 8035, 7239, 7120, 9977, 6690, 8890, 7082, 9299, 6776, 10695, 8371, 11596, 7733, 8953, 6849, 7994, 7323, 8161, 10446, 6823, 10421, 6707, 9362, 6714, 11150, 9268, 10033, 8494, 7296, 7619, 9552, 8291, 7903, 9371, 6838, 7840, 6523, 8307, 6891, 8430, 6727, 9879, 6657, 11294, 8917, 12489, 10354, 9929, 9155, 6690, 7764, 10398, 8432, 11847, 10076, 10739, 11406, 6701, 7819, 7121, 7925, 8516, 11070, 6841, 9624, 6864, 7835, 6724, 8299, 9977, 9380, 6705, 7368, 7003, 7479, 7352, 9009, 7046, 7964, 6799, 7601, 12604, 7713, 12143, 9061, 10253, 6737, 10172, 7015, 9213, 6901, 8745, 7734, 7702, 6921, 8358, 6774, 9248, 7656, 11092, 8640, 9419, 6821, 8844, 6828, 10655, 8859, 9129, 7033, 7661, 6825, 7448, 10492, 7434, 12153, 10101, 7500, 7034, 10636, 6715, 11548, 8781, 11355, 10004, 9599, 6768, 9065, 6979, 10654, 8008, 9349, 8627, 8464, 6934, 7085, 7157, 7270, 12043, 10327, 11440, 9347, 11155, 6616, 9803, 7258, 9753, 8545, 10543, 6669, 9098, 6891, 9119, 7720, 9911, 9794, 11711, 6785, 7397, 7507, 6988, 11968, 7580, 11193, 9155, 8965, 6682, 8509, 6620, 9280, 7953, 10603, 8220, 10655, 7033, 8099, 6863, 8166, 9539, 8455, 7099, 6937, 9912, 6776, 10789, 7642, 10518, 8662, 8759, 6778, 8573, 7225, 9692, 7964, 7442, 11568, 9575, 7383, 8851, 7096, 13248, 7644, 13028, 10293, 8779, 7819, 6881, 12163, 6809, 12909, 7485, 12702, 10248, 11994, 7485, 11385, 8774, 8374, 12292, 6811, 11392, 6957, 7360, 7296, 9062, 7078, 8712, 6672, 9118, 7114, 7415, 7073, 8257, 6949, 9506, 8268, 8341, 10281, 8789, 11059, 7448, 13761, 7503, 11937, 9980, 11004, 7577, 11107, 7326, 9422, 7303, 10058, 8725, 8698, 7061, 9259, 10668, 7832, 14325, 10615, 11544, 10054, 11896, 6852, 10579, 7328, 10013, 9887, 9989, 7022, 8529, 7364, 10184, 7717, 10630, 10262, 11513, 7321, 8275, 9676, 8440, 13774, 11356, 12965, 11230, 11738, 6841, 10914, 8329, 10236, 8225, 10981, 8731, 9094, 6805, 7454, 6996, 7902, 6894, 8564, 6924, 8289, 7057, 7895, 6993, 7923, 8958, 9183, 6582, 8101, 6960, 7159, 9879, 7459, 12756, 10469, 10964, 7187, 10856, 6793, 10401, 7571, 11386, 9544, 11148, 7659, 11124, 6886, 10734, 7488, 10827, 9099, 9872, 6899, 10299, 6840, 10667, 8629, 10550, 8949, 9829, 6949, 9974, 6932, 10229, 8066, 10805, 8970, 8307, 7802, 7773, 7083, 8320, 7706, 12508, 10071, 6763, 7853, 6883, 7007, 9538, 7006, 11446, 7960, 11015, 8901, 9712, 6770, 9120, 6890, 9963, 7602, 9659, 7353, 7833, 7151, 7487, 7161, 7782, 7025, 7604, 7097, 8017, 7187, 8319, 10225, 7774, 12979, 9190, 8227, 6826, 13010, 6994, 11968, 9576, 10388, 10726, 8346, 7377, 9314, 7102, 9791, 8024, 11138, 9812, 6940, 8095, 7108, 8381, 11689, 9508, 10333, 10310, 6775, 7899, 6940, 8352, 7106, 8915, 6759, 8922, 6878, 9373, 7741, 11995, 10040, 6912, 7909, 7041, 10055, 8189, 11906, 9624, 12599, 8359, 12224, 9370, 13204, 10944, 12721, 10728, 10674, 7087, 10054, 7471, 10939, 9146, 10676, 7075, 8357, 6864, 7978, 7076, 7938, 7622, 8159, 6722, 7445, 6859, 7260, 8782, 7913, 8016, 8634, 7275, 7263, 13241, 7401, 12154, 8506, 10241, 7529, 7908, 7055, 7084, 7015, 7883, 9308, 9470, 6967, 7458, 7243, 7289, 8939, 7470, 12469, 10455, 9832, 8033, 13141, 7273, 13108, 9879, 11709, 10437, 9530, 6915, 9176, 7012, 9728, 7771, 9013, 6921, 8446, 6745, 7985, 7343, 8840, 7640, 10543, 6987, 9312, 6813, 9907, 7383, 11072, 9502, 10183, 6834, 7461, 7094, 7418, 9835, 7755, 12869, 9527, 10519, 6924, 9698, 6844, 10172, 8469, 7972, 6907, 7690, 6884, 11141, 7090, 11335, 10001, 9226, 6773, 9090, 8202, 7751, 12952, 8055, 11480, 9186, 8477, 7193, 7414, 6850, 7312, 10297, 9327, 7702, 7613, 7127, 7719, 6896, 7715, 11335, 9870, 8526, 7643, 13400, 7782, 12593, 9134, 11959, 9986, 11362, 7230, 9782, 6750, 8869, 8337, 6801, 7327, 11342, 7410, 12507, 8912, 11575, 10639, 9836, 7122, 8853, 6909, 8162, 6801, 7926, 7040, 7898, 12448, 9478, 13218, 8241, 12612, 6739, 10694, 7066, 10627, 7412, 10860, 9518, 11842, 7483, 11721, 8048, 9670, 7203, 12033, 9993, 8326, 7221, 6940, 6709, 7223, 12219, 10014, 13402, 10682, 11677, 10347, 13878, 9640, 14311, 13730, 13214, 16234, 12730, 15330, 14764, 12951, 10355, 9428, 7117, 9719, 7384, 10692, 9110, 10549, 7654, 8005, 8454, 7706, 14190, 11529, 8741, 7194, 11330, 7422, 10278, 7360, 9193, 7100, 8105, 7121, 7054, 7178, 7652, 7179, 7690, 7035, 7464, 6764, 7366, 6893, 6941, 6943, 7127, 6923, 7446, 7496, 7511, 8964, 7134, 6981, 6626, 7163, 6711, 6909, 7336, 6843, 7938, 6988, 8451, 7079, 8705, 6867, 11508, 11021, 12414, 8424, 11809, 6961, 11711, 8567, 13798, 13105, 12976, 9138, 12119, 7122, 11439, 8285, 12753, 10491, 7567, 7916, 6952, 7749, 8969, 9299, 8524, 12410, 7276, 13382, 7552, 11414, 10002, 9713, 14524, 7895, 9583, 6699, 9749, 8518, 6695, 12888, 10228, 9902, 12095, 7979, 12765, 9050, 14161, 12136, 14418, 9374, 10412, 7608, 9015, 7066, 9968, 8322, 10930, 8900, 6770, 6708, 7216, 6925, 7278, 7046, 7543, 7054, 11020, 8745, 6941, 7179, 7394, 7327, 6753, 8503, 7355, 11843, 9320, 11402, 6903, 11949, 7403, 12373, 9905, 12282, 9355, 12025, 6984, 11047, 7650, 10631, 9444, 10575, 7315, 10121, 6911, 9892, 7069, 10646, 9881, 12064, 9194, 11418, 6971, 10403, 8220, 11408, 11522, 13290, 9035, 8330, 7090, 7140, 7028, 8838, 9013, 12564, 9753, 13189, 9553, 12006, 8835, 13043, 10231, 13514, 11321, 14171, 10747, 13044, 11170, 14092, 11032, 8666, 7080, 7631, 7237, 6996, 8115, 6844, 10355, 6727, 7818, 6783, 8209, 6953, 8246, 6910, 9817, 7052, 8790, 6942, 8100, 6958, 8312, 6834, 8482, 6993, 9917, 6860, 9669, 7020, 10344, 8379, 10470, 6981, 11525, 6638, 10802, 6943, 9059, 7151, 8094, 6920, 10181, 6976, 10487, 7909, 10301, 8869, 9087, 6752, 10527, 6910, 11503, 8897, 13299, 10756, 9111, 7764, 13133, 8695, 14983, 11241, 13660, 11366, 12964, 8419, 11839, 7466, 11930, 9828, 12570, 10961, 10784, 6857, 8174, 7097, 9321, 9231, 7720, 10631, 8615, 7127, 6957, 8711, 6785, 12933, 7207, 12114, 9996, 11047, 8167, 11561, 6943, 9850, 6838, 10506, 8706, 11218, 7206, 8950, 6894, 9053, 7037, 12655, 9847, 8985, 8006, 7388, 7345, 10237, 7230, 14362, 11926, 11309, 8456, 9370, 7268, 9540, 7432, 12412, 10344, 7427, 8086, 8717, 7466, 13058, 10524, 14654, 12784, 10113, 8658, 12622, 8608, 12270, 10260, 12422, 9486, 12467, 7268, 8813, 6985, 8437, 7106, 7850, 6927, 7004, 7405, 6991, 7137, 7392, 6877, 7660, 7108, 7284, 7224, 7386, 11208, 9325, 9431, 7112, 10380, 7093, 10255, 6740, 13523, 10811, 12374, 10778, 9719, 6959, 9180, 7075, 9672, 8409, 9965, 7630, 10608, 6976, 9665, 7004, 9989, 8597, 12058, 8345, 11187, 7055, 11407, 9197, 9934, 12459, 10141, 9757, 9440, 7279, 7336, 7035, 8137, 6894, 11126, 8556, 8159, 7020, 9760, 7902, 13293, 10787, 8788, 10999, 6988, 7910, 7300, 10129, 10679, 13419, 8336, 12513, 6974, 8482, 6475, 11100, 9658, 10872, 7805, 7166, 7195, 6727, 7937, 8276, 12227, 7206, 11331, 7096, 9247, 6936, 11604, 9687, 12192, 6838, 11927, 7270, 11924, 9958, 8598, 8381, 6986, 7516, 6889, 8738, 7550, 11866, 7688, 11907, 7016, 11685, 8375, 12725, 10379, 11600, 8586, 12393, 6876, 11920, 8512, 11373, 9906, 8988, 6888, 10342, 6775, 10144, 7056, 10073, 8731, 8638, 6590, 9536, 6858, 8909, 7381, 9701, 6892, 9677, 6850, 8588, 7073, 9670, 9424, 9623, 6918, 7384, 7025, 7301, 11986, 9567, 8887, 7037, 10227, 6610, 13302, 8927, 11876, 9852, 12097, 8657, 12978, 10161, 11051, 11682, 9832, 14141, 11339, 7396, 6819, 11404, 6801, 10300], 'WindowCenter': [4443.0, 4408.0, 4415.0, 4374.0, 4391.0, 4311.0, 4379.0, 4350.0, 4380.0, 4382.0, 4365.0, 4334.0, 4340.0, 4321.0, 4340.0, 4330.0, 4357.0, 4346.0, 4356.0, 4307.0, 4318.0, 4320.0, 4350.0, 4332.0, 4362.0, 4332.0, 4381.0, 4321.0, 4390.0, 4373.0, 4401.0, 4382.0, 4374.0, 4349.0, 4397.0, 4362.0, 4333.0, 4371.0, 4376.0, 4334.0, 4404.0, 4365.0, 4393.0, 4362.0, 4381.0, 4359.0, 4368.0, 4308.0, 4338.0, 4307.0, 4317.0, 4326.0, 4328.0, 4358.0, 4317.0, 4306.0, 4317.0, 4318.0, 4319.0, 4332.0, 4320.0, 4320.0, 4330.0, 4321.0, 4340.0, 4333.0, 4372.0, 4372.0, 4391.0, 4361.0, 4390.0, 4360.0, 4390.0, 4380.0, 4389.0, 4379.0, 4378.0, 4327.0, 4347.0, 4318.0, 4379.0, 4378.0, 4390.0, 4328.0, 4348.0, 4307.0, 4337.0, 4328.0, 4378.0, 4329.0, 4368.0, 4317.0, 4328.0, 4368.0, 4370.0, 4367.0, 4368.0, 4307.0, 4318.0, 4376.0, 4318.0, 4387.0, 4381.0, 4368.0, 4339.0, 4356.0, 4318.0, 4358.0, 4339.0, 4347.0, 4317.0, 4322.0, 4317.0, 4317.0, 4378.0, 4318.0, 4378.0, 4319.0, 4378.0, 4319.0, 4369.0, 4320.0, 4369.0, 4370.0, 4349.0, 4320.0, 4359.0, 4319.0, 4360.0, 4380.0, 4372.0, 4379.0, 4329.0, 4317.0, 4339.0, 4338.0, 4331.0, 4399.0, 4379.0, 4368.0, 4339.0, 4398.0, 4328.0, 4388.0, 4369.0, 4388.0, 4378.0, 4367.0, 4327.0, 4350.0, 4341.0, 4350.0, 4384.0, 4241.0, 4357.0, 4361.0, 4319.0, 4359.0, 4329.0, 4389.0, 4368.0, 4375.0, 4350.0, 4367.0, 4318.0, 4368.0, 4318.0, 4391.0, 4338.0, 4338.0, 4317.0, 4314.0, 4305.0, 4325.0, 4315.0, 4324.0, 4306.0, 4345.0, 4317.0, 4357.0, 4319.0, 4368.0, 4348.0, 4356.0, 4306.0, 4356.0, 4317.0, 4367.0, 4350.0, 4378.0, 4368.0, 4357.0, 4318.0, 4368.0, 4319.0, 4390.0, 4369.0, 4387.0, 4349.0, 4387.0, 4318.0, 4377.0, 4369.0, 4388.0, 4368.0, 4377.0, 4337.0, 4378.0, 4349.0, 4387.0, 4368.0, 4367.0, 4369.0, 4317.0, 4338.0, 4377.0, 4359.0, 4388.0, 4367.0, 4328.0, 4347.0, 4337.0, 4317.0, 4386.0, 4367.0, 4387.0, 4367.0, 4346.0, 4317.0, 4355.0, 4317.0, 4376.0, 4348.0, 4388.0, 4368.0, 4317.0, 4318.0, 4317.0, 4318.0, 4378.0, 4379.0, 4367.0, 4367.0, 4306.0, 4328.0, 4386.0, 4377.0, 4386.0, 4377.0, 4365.0, 4336.0, 4366.0, 4306.0, 4366.0, 4326.0, 4357.0, 4346.0, 4345.0, 4306.0, 4306.0, 4317.0, 4318.0, 4318.0, 4338.0, 4319.0, 4339.0, 4309.0, 4329.0, 4308.0, 4370.0, 4379.0, 4378.0, 4327.0, 4338.0, 4337.0, 4319.0, 4387.0, 4358.0, 4387.0, 4357.0, 4376.0, 4318.0, 4378.0, 4348.0, 4367.0, 4347.0, 4356.0, 4317.0, 4326.0, 4317.0, 4336.0, 4318.0, 4369.0, 4358.0, 4367.0, 4318.0, 4327.0, 4307.0, 4319.0, 4368.0, 4348.0, 4356.0, 4347.0, 4307.0, 4317.0, 4386.0, 4357.0, 4388.0, 4367.0, 4346.0, 4337.0, 4365.0, 4347.0, 4397.0, 4377.0, 4386.0, 4357.0, 4345.0, 4327.0, 4375.0, 4346.0, 4385.0, 4368.0, 4376.0, 4356.0, 4355.0, 4306.0, 4365.0, 4326.0, 4376.0, 4356.0, 4345.0, 4306.0, 4347.0, 4306.0, 4306.0, 4327.0, 4329.0, 4333.0, 4294.0, 4347.0, 4265.0, 4324.0, 4330.0, 4309.0, 4329.0, 4284.0, 4337.0, 4292.0, 4303.0, 4314.0, 4350.0, 4366.0, 4315.0, 4359.0, 4308.0, 4378.0, 4360.0, 4369.0, 4324.0, 4331.0, 4282.0, 4345.0, 4317.0, 4326.0, 4323.0, 4329.0, 4278.0, 4337.0, 4333.0, 4340.0, 4317.0, 4358.0, 4317.0, 4334.0, 4296.0, 4345.0, 4308.0, 4366.0, 4349.0, 4367.0, 4309.0, 4369.0, 4338.0, 4346.0, 4315.0, 4335.0, 4307.0, 4335.0, 4306.0, 4326.0, 4306.0, 4347.0, 4318.0, 4358.0, 4308.0, 4336.0, 4295.0, 4347.0, 4315.0, 4346.0, 4306.0, 4316.0, 4306.0, 4326.0, 4327.0, 4338.0, 4317.0, 4347.0, 4306.0, 4326.0, 4297.0, 4318.0, 4317.0, 4348.0, 4316.0, 4338.0, 4307.0, 4327.0, 4297.0, 4328.0, 4328.0, 4357.0, 4307.0, 4348.0, 4307.0, 4338.0, 4309.0, 4360.0, 4339.0, 4369.0, 4329.0, 4358.0, 4309.0, 4338.0, 4323.0, 4389.0, 4379.0, 4377.0, 4319.0, 4366.0, 4329.0, 4377.0, 4358.0, 4377.0, 4367.0, 4366.0, 4326.0, 4345.0, 4305.0, 4336.0, 4325.0, 4358.0, 4335.0, 4325.0, 4294.0, 4304.0, 4294.0, 4316.0, 4295.0, 4346.0, 4317.0, 4356.0, 4294.0, 4346.0, 4296.0, 4336.0, 4296.0, 4367.0, 4347.0, 4376.0, 4329.0, 4367.0, 4307.0, 4356.0, 4317.0, 4347.0, 4338.0, 4296.0, 4306.0, 4296.0, 4317.0, 4306.0, 4319.0, 4318.0, 4329.0, 4307.0, 4316.0, 4307.0, 4318.0, 4319.0, 4350.0, 4308.0, 4329.0, 4319.0, 4329.0, 4310.0, 4348.0, 4330.0, 4370.0, 4339.0, 4347.0, 4308.0, 4328.0, 4330.0, 4320.0, 4358.0, 4310.0, 4350.0, 4320.0, 4349.0, 4310.0, 4369.0, 4341.0, 4367.0, 4330.0, 4348.0, 4311.0, 4339.0, 4331.0, 4340.0, 4371.0, 4311.0, 4369.0, 4311.0, 4349.0, 4311.0, 4371.0, 4350.0, 4359.0, 4339.0, 4319.0, 4330.0, 4360.0, 4339.0, 4329.0, 4350.0, 4310.0, 4339.0, 4299.0, 4340.0, 4321.0, 4341.0, 4322.0, 4360.0, 4311.0, 4370.0, 4351.0, 4381.0, 4360.0, 4349.0, 4350.0, 4308.0, 4329.0, 4348.0, 4328.0, 4368.0, 4349.0, 4356.0, 4357.0, 4296.0, 4317.0, 4305.0, 4327.0, 4336.0, 4357.0, 4295.0, 4335.0, 4296.0, 4305.0, 4294.0, 4327.0, 4346.0, 4335.0, 4294.0, 4306.0, 4305.0, 4317.0, 4316.0, 4338.0, 4307.0, 4325.0, 4295.0, 4317.0, 4364.0, 4317.0, 4366.0, 4337.0, 4346.0, 4297.0, 4355.0, 4306.0, 4346.0, 4307.0, 4337.0, 4328.0, 4327.0, 4309.0, 4337.0, 4309.0, 4349.0, 4330.0, 4368.0, 4339.0, 4348.0, 4309.0, 4349.0, 4308.0, 4370.0, 4348.0, 4349.0, 4308.0, 4328.0, 4307.0, 4319.0, 4357.0, 4320.0, 4376.0, 4360.0, 4317.0, 4318.0, 4358.0, 4308.0, 4368.0, 4338.0, 4369.0, 4348.0, 4346.0, 4297.0, 4335.0, 4307.0, 4357.0, 4316.0, 4335.0, 4326.0, 4325.0, 4306.0, 4307.0, 4305.0, 4317.0, 4367.0, 4358.0, 4366.0, 4349.0, 4354.0, 4298.0, 4347.0, 4316.0, 4345.0, 4336.0, 4356.0, 4296.0, 4335.0, 4306.0, 4336.0, 4315.0, 4346.0, 4345.0, 4366.0, 4295.0, 4304.0, 4303.0, 4306.0, 4365.0, 4316.0, 4355.0, 4337.0, 4335.0, 4306.0, 4335.0, 4307.0, 4347.0, 4328.0, 4357.0, 4328.0, 4356.0, 4306.0, 4326.0, 4296.0, 4327.0, 4345.0, 4326.0, 4303.0, 4307.0, 4346.0, 4307.0, 4357.0, 4327.0, 4358.0, 4339.0, 4338.0, 4309.0, 4364.0, 4342.0, 4361.0, 4343.0, 4332.0, 4382.0, 4375.0, 4344.0, 4363.0, 4335.0, 4406.0, 4346.0, 4390.0, 4371.0, 4350.0, 4330.0, 4321.0, 4378.0, 4310.0, 4379.0, 4330.0, 4380.0, 4360.0, 4366.0, 4317.0, 4367.0, 4324.0, 4326.0, 4364.0, 4296.0, 4365.0, 4307.0, 4306.0, 4315.0, 4334.0, 4319.0, 4338.0, 4309.0, 4349.0, 4318.0, 4318.0, 4321.0, 4339.0, 4321.0, 4359.0, 4340.0, 4338.0, 4358.0, 4340.0, 4358.0, 4318.0, 4387.0, 4319.0, 4368.0, 4349.0, 4358.0, 4328.0, 4367.0, 4318.0, 4346.0, 4318.0, 4358.0, 4339.0, 4339.0, 4318.0, 4349.0, 4359.0, 4330.0, 4388.0, 4359.0, 4369.0, 4348.0, 4367.0, 4298.0, 4355.0, 4319.0, 4357.0, 4356.0, 4346.0, 4317.0, 4336.0, 4317.0, 4359.0, 4329.0, 4359.0, 4358.0, 4368.0, 4317.0, 4338.0, 4346.0, 4338.0, 4377.0, 4357.0, 4366.0, 4355.0, 4354.0, 4296.0, 4354.0, 4326.0, 4346.0, 4326.0, 4356.0, 4325.0, 4325.0, 4295.0, 4305.0, 4305.0, 4325.0, 4305.0, 4326.0, 4305.0, 4325.0, 4306.0, 4326.0, 4306.0, 4327.0, 4337.0, 4348.0, 4295.0, 4326.0, 4306.0, 4307.0, 4346.0, 4317.0, 4376.0, 4357.0, 4354.0, 4307.0, 4354.0, 4295.0, 4354.0, 4326.0, 4367.0, 4348.0, 4356.0, 4317.0, 4355.0, 4306.0, 4357.0, 4318.0, 4356.0, 4338.0, 4345.0, 4308.0, 4347.0, 4296.0, 4356.0, 4336.0, 4356.0, 4338.0, 4346.0, 4306.0, 4347.0, 4307.0, 4357.0, 4328.0, 4355.0, 4339.0, 4337.0, 4317.0, 4316.0, 4307.0, 4326.0, 4317.0, 4367.0, 4347.0, 4296.0, 4327.0, 4305.0, 4307.0, 4346.0, 4306.0, 4367.0, 4327.0, 4356.0, 4336.0, 4346.0, 4308.0, 4336.0, 4307.0, 4358.0, 4328.0, 4346.0, 4317.0, 4317.0, 4308.0, 4317.0, 4308.0, 4327.0, 4308.0, 4329.0, 4319.0, 4329.0, 4319.0, 4338.0, 4359.0, 4329.0, 4376.0, 4349.0, 4328.0, 4308.0, 4378.0, 4318.0, 4392.0, 4359.0, 4369.0, 4369.0, 4326.0, 4318.0, 4346.0, 4318.0, 4357.0, 4329.0, 4368.0, 4360.0, 4309.0, 4328.0, 4307.0, 4339.0, 4368.0, 4358.0, 4358.0, 4359.0, 4297.0, 4328.0, 4308.0, 4339.0, 4308.0, 4337.0, 4307.0, 4346.0, 4308.0, 4347.0, 4329.0, 4378.0, 4360.0, 4318.0, 4338.0, 4318.0, 4358.0, 4339.0, 4379.0, 4357.0, 4378.0, 4336.0, 4368.0, 4347.0, 4378.0, 4357.0, 4366.0, 4354.0, 4345.0, 4305.0, 4345.0, 4315.0, 4354.0, 4334.0, 4344.0, 4294.0, 4313.0, 4294.0, 4314.0, 4305.0, 4326.0, 4315.0, 4316.0, 4295.0, 4316.0, 4294.0, 4306.0, 4336.0, 4327.0, 4326.0, 4337.0, 4315.0, 4318.0, 4376.0, 4315.0, 4366.0, 4337.0, 4345.0, 4316.0, 4315.0, 4305.0, 4305.0, 4306.0, 4327.0, 4346.0, 4347.0, 4306.0, 4318.0, 4317.0, 4317.0, 4336.0, 4318.0, 4378.0, 4359.0, 4346.0, 4327.0, 4376.0, 4317.0, 4376.0, 4346.0, 4367.0, 4356.0, 4335.0, 4305.0, 4334.0, 4306.0, 4346.0, 4316.0, 4337.0, 4306.0, 4326.0, 4295.0, 4326.0, 4318.0, 4348.0, 4328.0, 4358.0, 4307.0, 4347.0, 4308.0, 4345.0, 4317.0, 4366.0, 4346.0, 4347.0, 4295.0, 4316.0, 4303.0, 4315.0, 4346.0, 4317.0, 4375.0, 4345.0, 4356.0, 4308.0, 4347.0, 4308.0, 4357.0, 4336.0, 4326.0, 4317.0, 4315.0, 4308.0, 4367.0, 4319.0, 4367.0, 4348.0, 4336.0, 4297.0, 4337.0, 4326.0, 4317.0, 4363.0, 4325.0, 4355.0, 4334.0, 4324.0, 4304.0, 4316.0, 4295.0, 4316.0, 4360.0, 4350.0, 4328.0, 4329.0, 4308.0, 4340.0, 4320.0, 4331.0, 4370.0, 4358.0, 4338.0, 4329.0, 4378.0, 4328.0, 4367.0, 4347.0, 4367.0, 4349.0, 4366.0, 4331.0, 4358.0, 4306.0, 4344.0, 4337.0, 4297.0, 4318.0, 4356.0, 4317.0, 4366.0, 4337.0, 4367.0, 4357.0, 4345.0, 4306.0, 4350.0, 4319.0, 4325.0, 4307.0, 4328.0, 4305.0, 4328.0, 4376.0, 4347.0, 4376.0, 4326.0, 4365.0, 4295.0, 4354.0, 4306.0, 4353.0, 4315.0, 4357.0, 4359.0, 4364.0, 4319.0, 4378.0, 4342.0, 4358.0, 4332.0, 4381.0, 4369.0, 4339.0, 4319.0, 4319.0, 4319.0, 4332.0, 4380.0, 4360.0, 4387.0, 4357.0, 4365.0, 4355.0, 4389.0, 4345.0, 4386.0, 4374.0, 4376.0, 4374.0, 4351.0, 4371.0, 4363.0, 4350.0, 4329.0, 4319.0, 4292.0, 4328.0, 4290.0, 4329.0, 4320.0, 4327.0, 4297.0, 4300.0, 4308.0, 4300.0, 4359.0, 4340.0, 4307.0, 4279.0, 4327.0, 4290.0, 4328.0, 4289.0, 4320.0, 4290.0, 4311.0, 4292.0, 4290.0, 4293.0, 4302.0, 4302.0, 4312.0, 4304.0, 4305.0, 4294.0, 4315.0, 4303.0, 4306.0, 4305.0, 4304.0, 4306.0, 4316.0, 4316.0, 4318.0, 4346.0, 4317.0, 4318.0, 4308.0, 4319.0, 4309.0, 4316.0, 4330.0, 4310.0, 4338.0, 4320.0, 4338.0, 4319.0, 4350.0, 4311.0, 4381.0, 4371.0, 4378.0, 4340.0, 4377.0, 4318.0, 4378.0, 4350.0, 4390.0, 4388.0, 4377.0, 4349.0, 4378.0, 4318.0, 4365.0, 4339.0, 4390.0, 4370.0, 4329.0, 4339.0, 4318.0, 4330.0, 4350.0, 4358.0, 4353.0, 4405.0, 4343.0, 4405.0, 4341.0, 4380.0, 4372.0, 4374.0, 4417.0, 4329.0, 4360.0, 4323.0, 4361.0, 4352.0, 4321.0, 4390.0, 4371.0, 4358.0, 4377.0, 4326.0, 4376.0, 4337.0, 4388.0, 4380.0, 4387.0, 4348.0, 4355.0, 4316.0, 4335.0, 4304.0, 4346.0, 4327.0, 4355.0, 4335.0, 4295.0, 4296.0, 4317.0, 4307.0, 4318.0, 4309.0, 4317.0, 4305.0, 4358.0, 4337.0, 4307.0, 4306.0, 4319.0, 4317.0, 4309.0, 4349.0, 4319.0, 4377.0, 4350.0, 4367.0, 4320.0, 4377.0, 4319.0, 4379.0, 4359.0, 4369.0, 4347.0, 4366.0, 4319.0, 4369.0, 4328.0, 4358.0, 4349.0, 4359.0, 4317.0, 4356.0, 4308.0, 4347.0, 4320.0, 4359.0, 4358.0, 4368.0, 4348.0, 4368.0, 4308.0, 4357.0, 4328.0, 4369.0, 4366.0, 4391.0, 4339.0, 4327.0, 4320.0, 4308.0, 4308.0, 4339.0, 4338.0, 4367.0, 4346.0, 4378.0, 4346.0, 4366.0, 4337.0, 4377.0, 4356.0, 4375.0, 4358.0, 4376.0, 4358.0, 4376.0, 4356.0, 4375.0, 4355.0, 4325.0, 4306.0, 4305.0, 4305.0, 4305.0, 4327.0, 4296.0, 4346.0, 4297.0, 4315.0, 4297.0, 4326.0, 4306.0, 4327.0, 4307.0, 4346.0, 4307.0, 4325.0, 4307.0, 4326.0, 4308.0, 4328.0, 4308.0, 4338.0, 4309.0, 4358.0, 4307.0, 4348.0, 4321.0, 4360.0, 4338.0, 4359.0, 4320.0, 4369.0, 4309.0, 4368.0, 4319.0, 4349.0, 4318.0, 4328.0, 4320.0, 4359.0, 4319.0, 4368.0, 4341.0, 4359.0, 4350.0, 4349.0, 4311.0, 4358.0, 4321.0, 4369.0, 4349.0, 4389.0, 4371.0, 4338.0, 4319.0, 4377.0, 4340.0, 4389.0, 4369.0, 4378.0, 4369.0, 4377.0, 4327.0, 4364.0, 4318.0, 4367.0, 4346.0, 4367.0, 4357.0, 4355.0, 4296.0, 4325.0, 4306.0, 4336.0, 4336.0, 4316.0, 4355.0, 4336.0, 4306.0, 4308.0, 4335.0, 4297.0, 4375.0, 4316.0, 4377.0, 4358.0, 4367.0, 4337.0, 4367.0, 4319.0, 4355.0, 4309.0, 4367.0, 4338.0, 4369.0, 4330.0, 4350.0, 4320.0, 4347.0, 4320.0, 4379.0, 4360.0, 4349.0, 4330.0, 4317.0, 4319.0, 4358.0, 4320.0, 4390.0, 4378.0, 4368.0, 4338.0, 4348.0, 4318.0, 4347.0, 4319.0, 4379.0, 4359.0, 4318.0, 4328.0, 4337.0, 4319.0, 4378.0, 4358.0, 4388.0, 4378.0, 4345.0, 4337.0, 4366.0, 4337.0, 4365.0, 4357.0, 4365.0, 4346.0, 4364.0, 4304.0, 4333.0, 4303.0, 4324.0, 4304.0, 4315.0, 4305.0, 4306.0, 4306.0, 4307.0, 4305.0, 4318.0, 4295.0, 4316.0, 4307.0, 4319.0, 4316.0, 4318.0, 4367.0, 4349.0, 4336.0, 4305.0, 4346.0, 4307.0, 4345.0, 4308.0, 4376.0, 4356.0, 4366.0, 4356.0, 4344.0, 4307.0, 4346.0, 4306.0, 4345.0, 4336.0, 4355.0, 4327.0, 4357.0, 4308.0, 4347.0, 4308.0, 4359.0, 4338.0, 4368.0, 4337.0, 4366.0, 4308.0, 4368.0, 4347.0, 4347.0, 4365.0, 4357.0, 4346.0, 4346.0, 4316.0, 4317.0, 4307.0, 4327.0, 4318.0, 4368.0, 4338.0, 4327.0, 4319.0, 4358.0, 4329.0, 4387.0, 4369.0, 4337.0, 4357.0, 4306.0, 4325.0, 4316.0, 4358.0, 4355.0, 4377.0, 4326.0, 4365.0, 4306.0, 4335.0, 4296.0, 4366.0, 4347.0, 4356.0, 4318.0, 4305.0, 4306.0, 4294.0, 4328.0, 4328.0, 4367.0, 4316.0, 4357.0, 4307.0, 4346.0, 4308.0, 4367.0, 4348.0, 4378.0, 4309.0, 4366.0, 4316.0, 4367.0, 4348.0, 4334.0, 4327.0, 4306.0, 4317.0, 4306.0, 4338.0, 4327.0, 4368.0, 4327.0, 4367.0, 4306.0, 4364.0, 4336.0, 4375.0, 4358.0, 4365.0, 4335.0, 4365.0, 4295.0, 4365.0, 4337.0, 4365.0, 4347.0, 4336.0, 4307.0, 4346.0, 4296.0, 4355.0, 4306.0, 4347.0, 4337.0, 4325.0, 4295.0, 4345.0, 4297.0, 4347.0, 4318.0, 4346.0, 4308.0, 4347.0, 4308.0, 4336.0, 4317.0, 4347.0, 4346.0, 4345.0, 4307.0, 4317.0, 4305.0, 4317.0, 4365.0, 4348.0, 4335.0, 4307.0, 4356.0, 4296.0, 4375.0, 4336.0, 4368.0, 4347.0, 4367.0, 4338.0, 4377.0, 4346.0, 4355.0, 4353.0, 4346.0, 4362.0, 4354.0, 4303.0, 4293.0, 4352.0, 4294.0, 4343.0], 'WindowWidth': [9754.0, 9696.0, 9698.0, 9639.0, 9657.0, 9551.0, 9638.0, 9601.0, 9639.0, 9647.0, 9631.0, 9585.0, 9588.0, 9565.0, 9588.0, 9574.0, 9603.0, 9585.0, 9599.0, 9537.0, 9554.0, 9561.0, 9601.0, 9581.0, 9620.0, 9580.0, 9643.0, 9564.0, 9655.0, 9636.0, 9673.0, 9648.0, 9643.0, 9616.0, 9672.0, 9619.0, 9585.0, 9632.0, 9646.0, 9589.0, 9680.0, 9629.0, 9661.0, 9621.0, 9642.0, 9611.0, 9620.0, 9540.0, 9579.0, 9538.0, 9549.0, 9561.0, 9566.0, 9605.0, 9553.0, 9537.0, 9553.0, 9556.0, 9560.0, 9580.0, 9563.0, 9563.0, 9574.0, 9565.0, 9590.0, 9585.0, 9634.0, 9635.0, 9657.0, 9618.0, 9655.0, 9615.0, 9654.0, 9640.0, 9652.0, 9636.0, 9633.0, 9565.0, 9590.0, 9555.0, 9638.0, 9635.0, 9654.0, 9567.0, 9594.0, 9538.0, 9579.0, 9569.0, 9634.0, 9570.0, 9620.0, 9553.0, 9566.0, 9621.0, 9624.0, 9618.0, 9619.0, 9539.0, 9553.0, 9629.0, 9553.0, 9646.0, 9645.0, 9622.0, 9583.0, 9601.0, 9553.0, 9607.0, 9584.0, 9591.0, 9551.0, 9566.0, 9552.0, 9553.0, 9634.0, 9556.0, 9635.0, 9558.0, 9635.0, 9559.0, 9624.0, 9562.0, 9626.0, 9627.0, 9597.0, 9561.0, 9611.0, 9559.0, 9615.0, 9641.0, 9631.0, 9637.0, 9571.0, 9554.0, 9584.0, 9583.0, 9576.0, 9665.0, 9639.0, 9621.0, 9584.0, 9661.0, 9569.0, 9647.0, 9625.0, 9648.0, 9633.0, 9616.0, 9565.0, 9602.0, 9595.0, 9597.0, 9650.0, 9366.0, 9635.0, 9621.0, 9558.0, 9611.0, 9570.0, 9652.0, 9619.0, 9622.0, 9601.0, 9617.0, 9553.0, 9619.0, 9554.0, 9657.0, 9583.0, 9583.0, 9552.0, 9543.0, 9533.0, 9558.0, 9547.0, 9557.0, 9536.0, 9587.0, 9554.0, 9605.0, 9560.0, 9621.0, 9594.0, 9600.0, 9536.0, 9600.0, 9552.0, 9617.0, 9599.0, 9635.0, 9622.0, 9605.0, 9557.0, 9622.0, 9559.0, 9653.0, 9624.0, 9646.0, 9597.0, 9644.0, 9555.0, 9633.0, 9626.0, 9649.0, 9622.0, 9631.0, 9580.0, 9634.0, 9597.0, 9645.0, 9622.0, 9619.0, 9624.0, 9552.0, 9581.0, 9632.0, 9610.0, 9649.0, 9619.0, 9566.0, 9591.0, 9576.0, 9552.0, 9642.0, 9618.0, 9644.0, 9618.0, 9587.0, 9552.0, 9599.0, 9553.0, 9628.0, 9595.0, 9649.0, 9621.0, 9553.0, 9556.0, 9554.0, 9557.0, 9636.0, 9637.0, 9618.0, 9619.0, 9536.0, 9569.0, 9643.0, 9630.0, 9641.0, 9630.0, 9611.0, 9574.0, 9614.0, 9535.0, 9615.0, 9563.0, 9605.0, 9588.0, 9586.0, 9535.0, 9536.0, 9552.0, 9556.0, 9556.0, 9582.0, 9559.0, 9584.0, 9547.0, 9571.0, 9544.0, 9629.0, 9637.0, 9635.0, 9565.0, 9581.0, 9579.0, 9557.0, 9646.0, 9607.0, 9644.0, 9605.0, 9630.0, 9555.0, 9632.0, 9595.0, 9617.0, 9590.0, 9601.0, 9552.0, 9562.0, 9554.0, 9576.0, 9557.0, 9624.0, 9608.0, 9618.0, 9555.0, 9565.0, 9538.0, 9557.0, 9622.0, 9594.0, 9603.0, 9590.0, 9538.0, 9552.0, 9643.0, 9605.0, 9647.0, 9619.0, 9588.0, 9578.0, 9613.0, 9593.0, 9660.0, 9632.0, 9642.0, 9604.0, 9585.0, 9564.0, 9626.0, 9589.0, 9639.0, 9621.0, 9629.0, 9602.0, 9598.0, 9535.0, 9612.0, 9563.0, 9628.0, 9601.0, 9586.0, 9537.0, 9591.0, 9535.0, 9537.0, 9565.0, 9572.0, 9565.0, 9494.0, 9615.0, 9458.0, 9577.0, 9574.0, 9546.0, 9564.0, 9491.0, 9564.0, 9506.0, 9524.0, 9552.0, 9592.0, 9611.0, 9537.0, 9601.0, 9534.0, 9630.0, 9608.0, 9615.0, 9547.0, 9551.0, 9489.0, 9578.0, 9543.0, 9553.0, 9542.0, 9546.0, 9477.0, 9582.0, 9587.0, 9589.0, 9553.0, 9606.0, 9549.0, 9567.0, 9518.0, 9583.0, 9540.0, 9616.0, 9595.0, 9618.0, 9543.0, 9621.0, 9578.0, 9586.0, 9544.0, 9567.0, 9534.0, 9569.0, 9533.0, 9559.0, 9536.0, 9591.0, 9553.0, 9606.0, 9540.0, 9573.0, 9517.0, 9590.0, 9543.0, 9585.0, 9532.0, 9546.0, 9534.0, 9562.0, 9565.0, 9579.0, 9549.0, 9588.0, 9534.0, 9561.0, 9522.0, 9552.0, 9550.0, 9592.0, 9548.0, 9579.0, 9537.0, 9565.0, 9524.0, 9567.0, 9566.0, 9604.0, 9538.0, 9592.0, 9539.0, 9581.0, 9545.0, 9612.0, 9582.0, 9623.0, 9570.0, 9606.0, 9544.0, 9582.0, 9573.0, 9654.0, 9639.0, 9632.0, 9557.0, 9616.0, 9571.0, 9631.0, 9606.0, 9630.0, 9616.0, 9611.0, 9559.0, 9582.0, 9531.0, 9573.0, 9556.0, 9605.0, 9572.0, 9557.0, 9514.0, 9528.0, 9516.0, 9546.0, 9520.0, 9588.0, 9549.0, 9599.0, 9516.0, 9587.0, 9522.0, 9572.0, 9521.0, 9615.0, 9589.0, 9627.0, 9568.0, 9615.0, 9536.0, 9601.0, 9550.0, 9590.0, 9578.0, 9521.0, 9535.0, 9521.0, 9550.0, 9534.0, 9555.0, 9552.0, 9569.0, 9538.0, 9550.0, 9538.0, 9555.0, 9557.0, 9598.0, 9542.0, 9569.0, 9556.0, 9568.0, 9545.0, 9595.0, 9574.0, 9625.0, 9584.0, 9590.0, 9540.0, 9566.0, 9573.0, 9558.0, 9609.0, 9545.0, 9597.0, 9558.0, 9596.0, 9547.0, 9623.0, 9589.0, 9620.0, 9572.0, 9593.0, 9551.0, 9586.0, 9575.0, 9587.0, 9628.0, 9548.0, 9623.0, 9548.0, 9596.0, 9549.0, 9629.0, 9600.0, 9609.0, 9584.0, 9557.0, 9573.0, 9611.0, 9584.0, 9569.0, 9597.0, 9546.0, 9582.0, 9531.0, 9586.0, 9564.0, 9588.0, 9566.0, 9613.0, 9551.0, 9627.0, 9603.0, 9642.0, 9613.0, 9595.0, 9597.0, 9540.0, 9569.0, 9590.0, 9565.0, 9620.0, 9594.0, 9599.0, 9602.0, 9520.0, 9548.0, 9531.0, 9562.0, 9573.0, 9603.0, 9517.0, 9567.0, 9517.0, 9529.0, 9513.0, 9560.0, 9583.0, 9568.0, 9513.0, 9532.0, 9530.0, 9549.0, 9547.0, 9577.0, 9535.0, 9559.0, 9519.0, 9549.0, 9609.0, 9550.0, 9612.0, 9576.0, 9587.0, 9524.0, 9599.0, 9536.0, 9586.0, 9537.0, 9577.0, 9566.0, 9562.0, 9541.0, 9577.0, 9543.0, 9596.0, 9572.0, 9619.0, 9581.0, 9591.0, 9543.0, 9594.0, 9540.0, 9624.0, 9593.0, 9595.0, 9539.0, 9566.0, 9538.0, 9556.0, 9603.0, 9558.0, 9630.0, 9611.0, 9552.0, 9553.0, 9606.0, 9540.0, 9619.0, 9580.0, 9620.0, 9591.0, 9585.0, 9521.0, 9570.0, 9534.0, 9600.0, 9547.0, 9570.0, 9557.0, 9557.0, 9533.0, 9537.0, 9531.0, 9551.0, 9617.0, 9605.0, 9613.0, 9594.0, 9597.0, 9525.0, 9588.0, 9549.0, 9586.0, 9574.0, 9599.0, 9521.0, 9570.0, 9532.0, 9573.0, 9544.0, 9586.0, 9583.0, 9611.0, 9515.0, 9529.0, 9524.0, 9532.0, 9609.0, 9547.0, 9597.0, 9574.0, 9571.0, 9534.0, 9572.0, 9539.0, 9590.0, 9568.0, 9604.0, 9565.0, 9600.0, 9533.0, 9561.0, 9520.0, 9563.0, 9584.0, 9559.0, 9527.0, 9538.0, 9587.0, 9537.0, 9602.0, 9563.0, 9605.0, 9584.0, 9578.0, 9545.0, 9627.0, 9596.0, 9619.0, 9597.0, 9583.0, 9647.0, 9643.0, 9602.0, 9624.0, 9591.0, 9688.0, 9606.0, 9654.0, 9632.0, 9599.0, 9575.0, 9564.0, 9634.0, 9547.0, 9637.0, 9572.0, 9639.0, 9613.0, 9613.0, 9551.0, 9615.0, 9556.0, 9560.0, 9606.0, 9519.0, 9610.0, 9535.0, 9533.0, 9546.0, 9571.0, 9556.0, 9580.0, 9544.0, 9596.0, 9556.0, 9553.0, 9562.0, 9584.0, 9562.0, 9610.0, 9587.0, 9582.0, 9608.0, 9583.0, 9604.0, 9553.0, 9645.0, 9556.0, 9622.0, 9595.0, 9604.0, 9567.0, 9616.0, 9555.0, 9588.0, 9557.0, 9609.0, 9584.0, 9581.0, 9554.0, 9596.0, 9608.0, 9572.0, 9648.0, 9609.0, 9622.0, 9592.0, 9616.0, 9525.0, 9598.0, 9555.0, 9604.0, 9601.0, 9588.0, 9551.0, 9575.0, 9551.0, 9610.0, 9568.0, 9611.0, 9606.0, 9619.0, 9551.0, 9579.0, 9588.0, 9580.0, 9629.0, 9603.0, 9614.0, 9598.0, 9595.0, 9519.0, 9594.0, 9560.0, 9584.0, 9559.0, 9598.0, 9555.0, 9554.0, 9517.0, 9529.0, 9530.0, 9559.0, 9531.0, 9560.0, 9532.0, 9558.0, 9533.0, 9560.0, 9533.0, 9563.0, 9577.0, 9591.0, 9519.0, 9561.0, 9535.0, 9538.0, 9587.0, 9550.0, 9628.0, 9603.0, 9596.0, 9537.0, 9597.0, 9520.0, 9597.0, 9563.0, 9616.0, 9592.0, 9600.0, 9549.0, 9596.0, 9534.0, 9602.0, 9554.0, 9601.0, 9579.0, 9584.0, 9538.0, 9588.0, 9522.0, 9600.0, 9576.0, 9602.0, 9578.0, 9587.0, 9536.0, 9589.0, 9538.0, 9602.0, 9566.0, 9599.0, 9581.0, 9577.0, 9550.0, 9547.0, 9538.0, 9561.0, 9550.0, 9616.0, 9589.0, 9518.0, 9562.0, 9531.0, 9537.0, 9585.0, 9534.0, 9616.0, 9564.0, 9600.0, 9574.0, 9588.0, 9539.0, 9575.0, 9539.0, 9605.0, 9567.0, 9587.0, 9552.0, 9549.0, 9539.0, 9551.0, 9541.0, 9567.0, 9540.0, 9569.0, 9556.0, 9568.0, 9558.0, 9582.0, 9608.0, 9570.0, 9631.0, 9595.0, 9566.0, 9541.0, 9633.0, 9555.0, 9662.0, 9613.0, 9628.0, 9624.0, 9561.0, 9553.0, 9586.0, 9556.0, 9605.0, 9570.0, 9620.0, 9611.0, 9542.0, 9569.0, 9539.0, 9583.0, 9620.0, 9608.0, 9605.0, 9608.0, 9525.0, 9567.0, 9539.0, 9582.0, 9541.0, 9579.0, 9540.0, 9589.0, 9541.0, 9592.0, 9572.0, 9636.0, 9614.0, 9556.0, 9582.0, 9557.0, 9609.0, 9585.0, 9637.0, 9606.0, 9633.0, 9577.0, 9618.0, 9591.0, 9632.0, 9603.0, 9614.0, 9594.0, 9582.0, 9531.0, 9582.0, 9544.0, 9595.0, 9566.0, 9578.0, 9515.0, 9538.0, 9515.0, 9541.0, 9530.0, 9561.0, 9544.0, 9545.0, 9518.0, 9547.0, 9516.0, 9535.0, 9574.0, 9563.0, 9560.0, 9576.0, 9546.0, 9553.0, 9628.0, 9546.0, 9613.0, 9577.0, 9585.0, 9545.0, 9543.0, 9532.0, 9533.0, 9534.0, 9565.0, 9588.0, 9591.0, 9535.0, 9552.0, 9552.0, 9552.0, 9575.0, 9556.0, 9634.0, 9609.0, 9588.0, 9564.0, 9627.0, 9550.0, 9627.0, 9589.0, 9617.0, 9599.0, 9571.0, 9532.0, 9570.0, 9535.0, 9589.0, 9548.0, 9576.0, 9535.0, 9560.0, 9521.0, 9560.0, 9555.0, 9595.0, 9567.0, 9605.0, 9538.0, 9589.0, 9539.0, 9586.0, 9550.0, 9615.0, 9587.0, 9587.0, 9517.0, 9548.0, 9527.0, 9545.0, 9586.0, 9550.0, 9625.0, 9584.0, 9599.0, 9539.0, 9591.0, 9542.0, 9603.0, 9577.0, 9562.0, 9551.0, 9546.0, 9541.0, 9617.0, 9555.0, 9617.0, 9592.0, 9574.0, 9523.0, 9576.0, 9559.0, 9548.0, 9607.0, 9557.0, 9596.0, 9567.0, 9554.0, 9530.0, 9548.0, 9518.0, 9550.0, 9613.0, 9599.0, 9567.0, 9569.0, 9540.0, 9589.0, 9560.0, 9576.0, 9626.0, 9607.0, 9579.0, 9569.0, 9631.0, 9565.0, 9616.0, 9591.0, 9616.0, 9594.0, 9613.0, 9579.0, 9607.0, 9539.0, 9586.0, 9578.0, 9524.0, 9552.0, 9599.0, 9549.0, 9614.0, 9578.0, 9616.0, 9601.0, 9582.0, 9533.0, 9604.0, 9562.0, 9559.0, 9538.0, 9567.0, 9533.0, 9566.0, 9629.0, 9591.0, 9625.0, 9558.0, 9611.0, 9519.0, 9594.0, 9534.0, 9593.0, 9547.0, 9603.0, 9611.0, 9612.0, 9559.0, 9636.0, 9593.0, 9610.0, 9581.0, 9644.0, 9630.0, 9587.0, 9558.0, 9560.0, 9562.0, 9583.0, 9641.0, 9615.0, 9646.0, 9605.0, 9615.0, 9600.0, 9650.0, 9585.0, 9642.0, 9620.0, 9627.0, 9621.0, 9585.0, 9612.0, 9605.0, 9580.0, 9551.0, 9538.0, 9506.0, 9549.0, 9501.0, 9550.0, 9540.0, 9546.0, 9506.0, 9513.0, 9521.0, 9514.0, 9592.0, 9567.0, 9519.0, 9485.0, 9546.0, 9498.0, 9547.0, 9500.0, 9540.0, 9502.0, 9531.0, 9508.0, 9503.0, 9510.0, 9521.0, 9524.0, 9535.0, 9528.0, 9530.0, 9514.0, 9545.0, 9528.0, 9533.0, 9532.0, 9531.0, 9534.0, 9547.0, 9547.0, 9553.0, 9589.0, 9553.0, 9555.0, 9541.0, 9557.0, 9545.0, 9554.0, 9575.0, 9550.0, 9582.0, 9561.0, 9582.0, 9560.0, 9599.0, 9550.0, 9644.0, 9631.0, 9634.0, 9586.0, 9631.0, 9555.0, 9633.0, 9600.0, 9652.0, 9648.0, 9630.0, 9597.0, 9634.0, 9556.0, 9615.0, 9585.0, 9652.0, 9626.0, 9571.0, 9583.0, 9555.0, 9573.0, 9600.0, 9611.0, 9611.0, 9685.0, 9600.0, 9683.0, 9594.0, 9643.0, 9633.0, 9641.0, 9703.0, 9569.0, 9616.0, 9571.0, 9616.0, 9608.0, 9566.0, 9658.0, 9630.0, 9607.0, 9631.0, 9561.0, 9627.0, 9578.0, 9648.0, 9639.0, 9644.0, 9591.0, 9597.0, 9547.0, 9568.0, 9529.0, 9584.0, 9562.0, 9597.0, 9570.0, 9516.0, 9521.0, 9549.0, 9537.0, 9552.0, 9540.0, 9549.0, 9532.0, 9603.0, 9576.0, 9535.0, 9534.0, 9555.0, 9551.0, 9543.0, 9596.0, 9557.0, 9631.0, 9598.0, 9617.0, 9558.0, 9631.0, 9556.0, 9635.0, 9609.0, 9618.0, 9590.0, 9614.0, 9556.0, 9621.0, 9567.0, 9607.0, 9594.0, 9606.0, 9552.0, 9601.0, 9540.0, 9590.0, 9557.0, 9609.0, 9607.0, 9617.0, 9593.0, 9617.0, 9538.0, 9603.0, 9564.0, 9621.0, 9612.0, 9653.0, 9580.0, 9562.0, 9559.0, 9539.0, 9539.0, 9582.0, 9578.0, 9616.0, 9588.0, 9629.0, 9587.0, 9611.0, 9575.0, 9627.0, 9600.0, 9624.0, 9603.0, 9625.0, 9602.0, 9626.0, 9599.0, 9622.0, 9595.0, 9553.0, 9530.0, 9528.0, 9531.0, 9531.0, 9562.0, 9519.0, 9585.0, 9522.0, 9544.0, 9521.0, 9558.0, 9533.0, 9562.0, 9535.0, 9585.0, 9536.0, 9556.0, 9537.0, 9560.0, 9538.0, 9564.0, 9539.0, 9578.0, 9543.0, 9605.0, 9539.0, 9593.0, 9561.0, 9612.0, 9581.0, 9608.0, 9558.0, 9620.0, 9542.0, 9619.0, 9555.0, 9596.0, 9555.0, 9568.0, 9559.0, 9609.0, 9557.0, 9621.0, 9587.0, 9609.0, 9599.0, 9596.0, 9547.0, 9608.0, 9562.0, 9624.0, 9599.0, 9650.0, 9626.0, 9580.0, 9555.0, 9630.0, 9583.0, 9648.0, 9621.0, 9633.0, 9621.0, 9629.0, 9563.0, 9609.0, 9551.0, 9616.0, 9586.0, 9613.0, 9600.0, 9595.0, 9520.0, 9556.0, 9533.0, 9573.0, 9572.0, 9548.0, 9596.0, 9572.0, 9533.0, 9537.0, 9571.0, 9524.0, 9625.0, 9547.0, 9631.0, 9606.0, 9617.0, 9577.0, 9615.0, 9557.0, 9600.0, 9544.0, 9618.0, 9581.0, 9623.0, 9574.0, 9599.0, 9562.0, 9593.0, 9561.0, 9636.0, 9612.0, 9595.0, 9572.0, 9552.0, 9557.0, 9607.0, 9559.0, 9653.0, 9634.0, 9619.0, 9581.0, 9592.0, 9553.0, 9591.0, 9557.0, 9635.0, 9609.0, 9553.0, 9567.0, 9576.0, 9555.0, 9631.0, 9607.0, 9646.0, 9631.0, 9585.0, 9576.0, 9613.0, 9574.0, 9612.0, 9602.0, 9609.0, 9586.0, 9609.0, 9527.0, 9564.0, 9525.0, 9555.0, 9528.0, 9544.0, 9529.0, 9533.0, 9532.0, 9538.0, 9533.0, 9554.0, 9520.0, 9549.0, 9537.0, 9555.0, 9549.0, 9555.0, 9618.0, 9594.0, 9574.0, 9533.0, 9586.0, 9537.0, 9584.0, 9540.0, 9628.0, 9601.0, 9612.0, 9599.0, 9581.0, 9536.0, 9588.0, 9536.0, 9586.0, 9576.0, 9599.0, 9563.0, 9603.0, 9540.0, 9590.0, 9540.0, 9607.0, 9580.0, 9617.0, 9577.0, 9614.0, 9539.0, 9618.0, 9589.0, 9590.0, 9611.0, 9602.0, 9585.0, 9588.0, 9547.0, 9549.0, 9538.0, 9564.0, 9554.0, 9619.0, 9581.0, 9566.0, 9558.0, 9606.0, 9570.0, 9646.0, 9623.0, 9576.0, 9604.0, 9535.0, 9561.0, 9548.0, 9606.0, 9599.0, 9629.0, 9560.0, 9611.0, 9535.0, 9571.0, 9523.0, 9615.0, 9590.0, 9601.0, 9552.0, 9533.0, 9536.0, 9519.0, 9568.0, 9566.0, 9616.0, 9549.0, 9602.0, 9536.0, 9588.0, 9541.0, 9618.0, 9594.0, 9633.0, 9544.0, 9616.0, 9550.0, 9616.0, 9592.0, 9570.0, 9561.0, 9534.0, 9549.0, 9535.0, 9580.0, 9564.0, 9618.0, 9565.0, 9616.0, 9535.0, 9610.0, 9576.0, 9626.0, 9604.0, 9610.0, 9572.0, 9611.0, 9519.0, 9609.0, 9577.0, 9612.0, 9588.0, 9574.0, 9538.0, 9586.0, 9521.0, 9598.0, 9536.0, 9588.0, 9576.0, 9556.0, 9521.0, 9584.0, 9524.0, 9592.0, 9553.0, 9587.0, 9539.0, 9588.0, 9539.0, 9575.0, 9552.0, 9591.0, 9587.0, 9585.0, 9535.0, 9551.0, 9533.0, 9550.0, 9613.0, 9593.0, 9571.0, 9537.0, 9599.0, 9522.0, 9624.0, 9574.0, 9618.0, 9590.0, 9614.0, 9578.0, 9628.0, 9584.0, 9596.0, 9591.0, 9583.0, 9602.0, 9592.0, 9524.0, 9513.0, 9589.0, 9514.0, 9578.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.015225350823672972</td></tr>
<tr><td colspan=3>aqi</td><td>0.06114956656497863</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.08506110470694</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1918804166544554</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1015081319658129</td></tr>
<tr><td colspan=3>efc</td><td>0.4655</td></tr>
<tr><td colspan=3>fber</td><td>4384.0728</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14090469836177813</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>128</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.809640024405125</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7202267417437724</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.712261753516459</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8992962945117533</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5491221772031047</td></tr>
<tr><td colspan=3>gcor</td><td>0.00452302</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0034114832524210215</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0185403935611248</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1639</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.892875567423761</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.4751</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.9196</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.6041</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305010.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>788.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>333.2845</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1152</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.6222</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3567.679</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3829.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71534.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.5848</td></tr>
<tr><td colspan=3>tsnr</td><td>27.862687737797387</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>