ds005256-mriqc/sub-0115_ses-03_task-shortvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 5ef71fd748 [DATALAD RUNCMD] Compute MRIQC for sub-0115
=== 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-0115 --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-0115",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:06:27 +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-0115_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-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_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-0115/figures/sub-0115_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115/ses-03/func/sub-0115_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>6532d6a24633902dff9158c2fb6afb16</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>20:52:27.220000</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.998011, -0.00987656, -0.0622565, 0.00174189, 0.991593, -0.129386]</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.0811091</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>[4226, -7694, -7314, 192, -146, -69, -115, 100]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.828</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fc1011aa-80f1-472c-88df-3eaf26ee3ac3||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.677591323852539, 0.004673355724662542, -0.1701297014951706, 111.69415283203125], [0.0264980960637331, 2.6603710651397705, -0.3483540117740631, -98.15072631835938], [-0.16702967882156372, 0.34713253378868103, 2.672022819519043, -97.13198852539062], [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': ['205227.220000', '205227.680000', '205228.140000', '205228.600000', '205229.060000', '205229.520000', '205229.980000', '205230.440000', '205230.900000', '205231.360000', '205231.820000', '205232.280000', '205232.740000', '205233.200000', '205233.660000', '205234.120000', '205234.580000', '205235.040000', '205235.500000', '205235.960000', '205236.420000', '205236.880000', '205237.340000', '205237.800000', '205238.260000', '205238.720000', '205239.180000', '205239.640000', '205240.100000', '205240.560000', '205241.020000', '205241.480000', '205241.940000', '205242.400000', '205242.860000', '205243.320000', '205243.780000', '205244.240000', '205244.700000', '205245.160000', '205245.620000', '205246.080000', '205246.540000', '205247.000000', '205247.460000', '205247.920000', '205248.380000', '205248.840000', '205249.300000', '205249.760000', '205250.220000', '205250.680000', '205251.140000', '205251.600000', '205252.060000', '205252.520000', '205252.980000', '205253.440000', '205253.900000', '205254.360000', '205254.820000', '205255.280000', '205255.740000', '205256.200000', '205256.660000', '205257.120000', '205257.580000', '205258.040000', '205258.500000', '205258.960000', '205259.420000', '205259.880000', '205300.340000', '205300.800000', '205301.260000', '205301.720000', '205302.180000', '205302.640000', '205303.100000', '205303.560000', '205304.020000', '205304.480000', '205304.940000', '205305.400000', '205305.860000', '205306.320000', '205306.780000', '205307.240000', '205307.700000', '205308.160000', '205308.620000', '205309.080000', '205309.540000', '205310.000000', '205310.460000', '205310.920000', '205311.380000', '205311.840000', '205312.300000', '205312.760000', '205313.220000', '205313.680000', '205314.140000', '205314.600000', '205315.060000', '205315.520000', '205315.980000', '205316.440000', '205316.900000', '205317.360000', '205317.820000', '205318.280000', '205318.740000', '205319.200000', '205319.660000', '205320.120000', '205320.580000', '205321.040000', '205321.500000', '205321.960000', '205322.420000', '205322.880000', '205323.340000', '205323.800000', '205324.260000', '205324.720000', '205325.180000', '205325.640000', '205326.100000', '205326.560000', '205327.020000', '205327.480000', '205327.940000', '205328.400000', '205328.860000', '205329.320000', '205329.780000', '205330.240000', '205330.700000', '205331.160000', '205331.620000', '205332.080000', '205332.540000', '205333.000000', '205333.460000', '205333.920000', '205334.380000', '205334.840000', '205335.300000', '205335.760000', '205336.220000', '205336.680000', '205337.140000', '205337.600000', '205338.060000', '205338.520000', '205338.980000', '205339.440000', '205339.900000', '205340.360000', '205340.820000', '205341.280000', '205341.740000', '205342.200000', '205342.660000', '205343.120000', '205343.580000', '205344.040000', '205344.500000', '205344.960000', '205345.420000', '205345.880000', '205346.340000', '205346.800000', '205347.260000', '205347.720000', '205348.180000', '205348.640000', '205349.100000', '205349.560000', '205350.020000', '205350.480000', '205350.940000', '205351.400000', '205351.860000', '205352.320000', '205352.780000', '205353.240000', '205353.700000', '205354.160000', '205354.620000', '205355.080000', '205355.540000', '205356.000000', '205356.460000', '205356.920000', '205357.380000', '205357.840000', '205358.300000', '205358.760000', '205359.220000', '205359.680000', '205400.140000', '205400.600000', '205401.060000', '205401.520000', '205401.980000', '205402.440000', '205402.900000', '205403.360000', '205403.820000', '205404.280000', '205404.740000', '205405.200000', '205405.660000', '205406.120000', '205406.580000', '205407.040000', '205407.500000', '205407.960000', '205408.420000', '205408.880000', '205409.340000', '205409.800000', '205410.260000', '205410.720000', '205411.180000', '205411.640000', '205412.100000', '205412.560000', '205413.020000', '205413.480000', '205413.940000', '205414.400000', '205414.860000', '205415.320000', '205415.780000', '205416.240000', '205416.700000', '205417.160000', '205417.620000', '205418.080000', '205418.540000', '205419.000000', '205419.460000', '205419.920000', '205420.380000', '205420.840000', '205421.300000', '205421.760000', '205422.220000', '205422.680000', '205423.140000', '205423.600000', '205424.060000', '205424.520000', '205424.980000', '205425.440000', '205425.900000', '205426.360000', '205426.820000', '205427.280000', '205427.740000', '205428.200000', '205428.660000', '205429.120000', '205429.580000', '205430.040000', '205430.500000', '205430.960000', '205431.420000', '205431.880000', '205432.340000', '205432.800000', '205433.260000', '205433.720000', '205434.180000', '205434.640000', '205435.100000', '205435.560000', '205436.020000', '205436.480000', '205436.940000', '205437.400000', '205437.860000', '205438.320000', '205438.780000', '205439.240000', '205439.700000', '205440.160000', '205440.620000', '205441.080000', '205441.540000', '205442.000000', '205442.460000', '205442.920000', '205443.380000', '205443.840000', '205444.300000', '205444.760000', '205445.220000', '205445.680000', '205446.140000', '205446.600000', '205447.060000', '205447.520000', '205447.980000', '205448.440000', '205448.900000', '205449.360000', '205449.820000', '205450.280000', '205450.740000', '205451.200000', '205451.660000', '205452.120000', '205452.580000', '205453.040000', '205453.500000', '205453.960000', '205454.420000', '205454.880000', '205455.340000', '205455.800000', '205456.260000', '205456.720000', '205457.180000', '205457.640000', '205458.100000', '205458.560000', '205459.020000', '205459.480000', '205459.940000', '205500.400000', '205500.860000', '205501.320000', '205501.780000', '205502.240000', '205502.700000', '205503.160000', '205503.620000', '205504.080000', '205504.540000', '205505.000000', '205505.460000', '205505.920000', '205506.380000', '205506.840000', '205507.300000', '205507.760000', '205508.220000', '205508.680000', '205509.140000', '205509.600000', '205510.060000', '205510.520000', '205510.980000', '205511.440000', '205511.900000', '205512.360000', '205512.820000', '205513.280000', '205513.740000', '205514.200000', '205514.660000', '205515.120000', '205515.580000', '205516.040000', '205516.500000', '205516.960000', '205517.420000', '205517.880000', '205518.340000', '205518.800000', '205519.260000', '205519.720000', '205520.180000', '205520.640000', '205521.100000', '205521.560000', '205522.020000', '205522.480000', '205522.940000', '205523.400000', '205523.860000', '205524.320000', '205524.780000', '205525.240000', '205525.700000', '205526.160000', '205526.620000', '205527.080000', '205527.540000', '205528.000000', '205528.460000', '205528.920000', '205529.380000', '205529.840000', '205530.300000', '205530.760000', '205531.220000', '205531.680000', '205532.140000', '205532.600000', '205533.060000', '205533.520000', '205533.980000', '205534.440000', '205534.900000', '205535.360000', '205535.820000', '205536.280000', '205536.740000', '205537.200000', '205537.660000', '205538.120000', '205538.580000', '205539.040000', '205539.500000', '205539.960000', '205540.420000', '205540.880000', '205541.340000', '205541.800000', '205542.260000', '205542.720000', '205543.180000', '205543.640000', '205544.100000', '205544.560000', '205545.020000', '205545.480000', '205545.940000', '205546.400000', '205546.860000', '205547.320000', '205547.780000', '205548.240000', '205548.700000', '205549.160000', '205549.620000', '205550.080000', '205550.540000', '205551.000000', '205551.460000', '205551.920000', '205552.380000', '205552.840000', '205553.300000', '205553.760000', '205554.220000', '205554.680000', '205555.140000', '205555.600000', '205556.060000', '205556.520000', '205556.980000', '205557.440000', '205557.900000', '205558.360000', '205558.820000', '205559.280000', '205559.740000', '205600.200000', '205600.660000', '205601.120000', '205601.580000', '205602.040000', '205602.500000', '205602.960000', '205603.420000', '205603.880000', '205604.340000', '205604.800000', '205605.260000', '205605.720000', '205606.180000', '205606.640000', '205607.100000', '205607.560000', '205608.020000', '205608.480000', '205608.940000', '205609.400000', '205609.860000', '205610.320000', '205610.780000', '205611.240000', '205611.700000', '205612.160000', '205612.620000', '205613.080000', '205613.540000', '205614.000000', '205614.460000', '205614.920000', '205615.380000', '205615.840000', '205616.300000', '205616.760000', '205617.220000', '205617.680000', '205618.140000', '205618.600000', '205619.060000', '205619.520000', '205619.980000', '205620.440000', '205620.900000', '205621.360000', '205621.820000', '205622.280000', '205622.740000', '205623.200000', '205623.660000', '205624.120000', '205624.580000', '205625.040000', '205625.500000', '205625.960000', '205626.420000', '205626.880000', '205627.340000', '205627.800000', '205628.260000', '205628.720000', '205629.180000', '205629.640000', '205630.100000', '205630.560000', '205631.020000', '205631.480000', '205631.940000', '205632.400000', '205632.860000', '205633.320000', '205633.780000', '205634.240000', '205634.700000', '205635.160000', '205635.620000', '205636.080000', '205636.540000', '205637.000000', '205637.460000', '205637.920000', '205638.380000', '205638.840000', '205639.300000', '205639.760000', '205640.220000', '205640.680000', '205641.140000', '205641.600000', '205642.060000', '205642.520000', '205642.980000', '205643.440000', '205643.900000', '205644.360000', '205644.820000', '205645.280000', '205645.740000', '205646.200000', '205646.660000', '205647.120000', '205647.580000', '205648.040000', '205648.500000', '205648.960000', '205649.420000', '205649.880000', '205650.340000', '205650.800000', '205651.260000', '205651.720000', '205652.180000', '205652.640000', '205653.100000', '205653.560000', '205654.020000', '205654.480000', '205654.940000', '205655.400000', '205655.860000', '205656.320000', '205656.780000', '205657.240000', '205657.700000', '205658.160000', '205658.620000', '205659.080000', '205659.540000', '205700.000000', '205700.460000', '205700.920000', '205701.380000', '205701.840000', '205702.300000', '205702.760000', '205703.220000', '205703.680000', '205704.140000', '205704.600000', '205705.060000', '205705.520000', '205705.980000', '205706.440000', '205706.900000', '205707.360000', '205707.820000', '205708.280000', '205708.740000', '205709.200000', '205709.660000', '205710.120000', '205710.580000', '205711.040000', '205711.500000', '205711.960000', '205712.420000', '205712.880000', '205713.340000', '205713.800000', '205714.260000', '205714.720000', '205715.180000', '205715.640000', '205716.100000', '205716.560000', '205717.020000', '205717.480000', '205717.940000', '205718.400000', '205718.860000', '205719.320000', '205719.780000', '205720.240000', '205720.700000', '205721.160000', '205721.620000', '205722.080000', '205722.540000', '205723.000000', '205723.460000', '205723.920000', '205724.380000', '205724.840000', '205725.300000', '205725.760000', '205726.220000', '205726.680000', '205727.140000', '205727.600000', '205728.060000', '205728.520000', '205728.980000', '205729.440000', '205729.900000', '205730.360000', '205730.820000', '205731.280000', '205731.740000', '205732.200000', '205732.660000', '205733.120000', '205733.580000', '205734.040000', '205734.500000', '205734.960000', '205735.420000', '205735.880000', '205736.340000', '205736.800000', '205737.260000', '205737.720000', '205738.180000', '205738.640000', '205739.100000', '205739.560000', '205740.020000', '205740.480000', '205740.940000', '205741.400000', '205741.860000', '205742.320000', '205742.780000', '205743.240000', '205743.700000', '205744.160000', '205744.620000', '205745.080000', '205745.540000', '205746.000000', '205746.460000', '205746.920000', '205747.380000', '205747.840000', '205748.300000', '205748.760000', '205749.220000', '205749.680000', '205750.140000', '205750.600000', '205751.060000', '205751.520000', '205751.980000', '205752.440000', '205752.900000', '205753.360000', '205753.820000', '205754.280000', '205754.740000', '205755.200000', '205755.660000', '205756.120000', '205756.580000', '205757.040000', '205757.500000', '205757.960000', '205758.420000', '205758.880000', '205759.340000', '205759.800000', '205800.260000', '205800.720000', '205801.180000', '205801.640000', '205802.100000', '205802.560000', '205803.020000', '205803.480000', '205803.940000', '205804.400000', '205804.860000', '205805.320000', '205805.780000', '205806.240000', '205806.700000', '205807.160000', '205807.620000', '205808.080000', '205808.540000', '205809.000000', '205809.460000', '205809.920000', '205810.380000', '205810.840000', '205811.300000', '205811.760000', '205812.220000', '205812.680000', '205813.140000', '205813.600000', '205814.060000', '205814.520000', '205814.980000', '205815.440000', '205815.900000', '205816.360000', '205816.820000', '205817.280000', '205817.740000', '205818.200000', '205818.660000', '205819.120000', '205819.580000', '205820.040000', '205820.500000', '205820.960000', '205821.420000', '205821.880000', '205822.340000', '205822.800000', '205823.260000', '205823.720000', '205824.180000', '205824.640000', '205825.100000', '205825.560000', '205826.020000', '205826.480000', '205826.940000', '205827.400000', '205827.860000', '205828.320000', '205828.780000', '205829.240000', '205829.700000', '205830.160000', '205830.620000', '205831.080000', '205831.540000', '205832.000000', '205832.460000', '205832.920000', '205833.380000', '205833.840000', '205834.300000', '205834.760000', '205835.220000', '205835.680000', '205836.140000', '205836.600000', '205837.060000', '205837.520000', '205837.980000', '205838.440000', '205838.900000', '205839.360000', '205839.820000', '205840.280000', '205840.740000', '205841.200000', '205841.660000', '205842.120000', '205842.580000', '205843.040000', '205843.500000', '205843.960000', '205844.420000', '205844.880000', '205845.340000', '205845.800000', '205846.260000', '205846.720000', '205847.180000', '205847.640000', '205848.100000', '205848.560000', '205849.020000', '205849.480000', '205849.940000', '205850.400000', '205850.860000', '205851.320000', '205851.780000', '205852.240000', '205852.700000', '205853.160000', '205853.620000', '205854.080000', '205854.540000', '205855.000000', '205855.460000', '205855.920000', '205856.380000', '205856.840000', '205857.300000', '205857.760000', '205858.220000', '205858.680000', '205859.140000', '205859.600000', '205900.060000', '205900.520000', '205900.980000', '205901.440000', '205901.900000', '205902.360000', '205902.820000', '205903.280000', '205903.740000', '205904.200000', '205904.660000', '205905.120000', '205905.580000', '205906.040000', '205906.500000', '205906.960000', '205907.420000', '205907.880000', '205908.340000', '205908.800000', '205909.260000', '205909.720000', '205910.180000', '205910.640000', '205911.100000', '205911.560000', '205912.020000', '205912.480000', '205912.940000', '205913.400000', '205913.860000', '205914.320000', '205914.780000', '205915.240000', '205915.700000', '205916.160000', '205916.620000', '205917.080000', '205917.540000', '205918.000000', '205918.460000', '205918.920000', '205919.380000', '205919.840000', '205920.300000', '205920.760000', '205921.220000', '205921.680000', '205922.140000', '205922.600000', '205923.060000', '205923.520000', '205923.980000', '205924.440000', '205924.900000', '205925.360000', '205925.820000', '205926.280000', '205926.740000', '205927.200000', '205927.660000', '205928.120000', '205928.580000', '205929.040000', '205929.500000', '205929.960000', '205930.420000', '205930.880000', '205931.340000', '205931.800000', '205932.260000', '205932.720000', '205933.180000', '205933.640000', '205934.100000', '205934.560000', '205935.020000', '205935.480000', '205935.940000', '205936.400000', '205936.860000', '205937.320000', '205937.780000', '205938.240000', '205938.700000', '205939.160000', '205939.620000', '205940.080000', '205940.540000', '205941.000000', '205941.460000', '205941.920000', '205942.380000', '205942.840000', '205943.300000', '205943.760000', '205944.220000', '205944.680000', '205945.140000', '205945.600000', '205946.060000', '205946.520000', '205946.980000', '205947.440000', '205947.900000', '205948.360000', '205948.820000', '205949.280000', '205949.740000', '205950.200000', '205950.660000', '205951.120000', '205951.580000', '205952.040000', '205952.500000', '205952.960000', '205953.420000', '205953.880000', '205954.340000', '205954.800000', '205955.260000', '205955.720000', '205956.180000', '205956.640000', '205957.100000', '205957.560000', '205958.020000', '205958.480000', '205958.940000', '205959.400000', '205959.860000', '210000.320000', '210000.780000', '210001.240000', '210001.700000', '210002.160000', '210002.620000', '210003.080000', '210003.540000', '210004.000000', '210004.460000', '210004.920000', '210005.380000', '210005.840000', '210006.300000', '210006.760000', '210007.220000', '210007.680000', '210008.140000', '210008.600000', '210009.060000', '210009.520000', '210009.980000', '210010.440000', '210010.900000', '210011.360000', '210011.820000', '210012.280000', '210012.740000', '210013.200000', '210013.660000', '210014.120000', '210014.580000', '210015.040000', '210015.500000', '210015.960000', '210016.420000', '210016.880000', '210017.340000', '210017.800000', '210018.260000', '210018.720000', '210019.180000', '210019.640000', '210020.100000', '210020.560000', '210021.020000', '210021.480000', '210021.940000', '210022.400000', '210022.860000', '210023.320000', '210023.780000', '210024.240000', '210024.700000', '210025.160000', '210025.620000', '210026.080000', '210026.540000', '210027.000000', '210027.460000', '210027.920000', '210028.380000', '210028.840000', '210029.300000', '210029.760000', '210030.220000', '210030.680000', '210031.140000', '210031.600000', '210032.060000', '210032.520000', '210032.980000', '210033.440000', '210033.900000', '210034.360000', '210034.820000', '210035.280000', '210035.740000', '210036.200000', '210036.660000', '210037.120000', '210037.580000', '210038.040000', '210038.500000', '210038.960000', '210039.420000', '210039.880000', '210040.340000', '210040.800000', '210041.260000', '210041.720000', '210042.180000', '210042.640000', '210043.100000', '210043.560000', '210044.020000', '210044.480000', '210044.940000', '210045.400000', '210045.860000', '210046.320000', '210046.780000', '210047.240000', '210047.700000', '210048.160000', '210048.620000', '210049.080000', '210049.540000', '210050.000000', '210050.460000', '210050.920000', '210051.380000', '210051.840000', '210052.300000', '210052.760000', '210053.220000', '210053.680000', '210054.140000', '210054.600000', '210055.060000', '210055.520000', '210055.980000', '210056.440000', '210056.900000', '210057.360000', '210057.820000', '210058.280000', '210058.740000', '210059.200000', '210059.660000', '210100.120000', '210100.580000', '210101.040000', '210101.500000', '210101.960000', '210102.420000', '210102.880000', '210103.340000', '210103.800000', '210104.260000', '210104.720000', '210105.180000', '210105.640000', '210106.100000', '210106.560000', '210107.020000', '210107.480000', '210107.940000', '210108.400000', '210108.860000', '210109.320000', '210109.780000', '210110.240000', '210110.700000', '210111.160000', '210111.620000', '210112.080000', '210112.540000', '210113.000000', '210113.460000', '210113.920000', '210114.380000', '210114.840000', '210115.300000', '210115.760000', '210116.220000', '210116.680000', '210117.140000', '210117.600000', '210118.060000', '210118.520000', '210118.980000', '210119.440000', '210119.900000', '210120.360000', '210120.820000', '210121.280000', '210121.740000', '210122.200000', '210122.660000', '210123.120000', '210123.580000', '210124.040000', '210124.500000', '210124.960000', '210125.420000', '210125.880000', '210126.340000', '210126.800000', '210127.260000', '210127.720000', '210128.180000', '210128.640000', '210129.100000', '210129.560000', '210130.020000', '210130.480000', '210130.940000', '210131.400000', '210131.860000', '210132.320000', '210132.780000', '210133.240000', '210133.700000', '210134.160000', '210134.620000', '210135.080000', '210135.540000', '210136.000000', '210136.460000', '210136.920000', '210137.380000', '210137.840000', '210138.300000', '210138.760000', '210139.220000', '210139.680000', '210140.140000', '210140.600000', '210141.060000', '210141.520000', '210141.980000', '210142.440000', '210142.900000', '210143.360000', '210143.820000', '210144.280000', '210144.740000', '210145.200000', '210145.660000', '210146.120000', '210146.580000', '210147.040000', '210147.500000', '210147.960000', '210148.420000', '210148.880000', '210149.340000', '210149.800000', '210150.260000', '210150.720000', '210151.180000', '210151.640000', '210152.100000', '210152.560000', '210153.020000', '210153.480000', '210153.940000', '210154.400000', '210154.860000', '210155.320000', '210155.780000', '210156.240000', '210156.700000', '210157.160000', '210157.620000', '210158.080000', '210158.540000', '210159.000000', '210159.460000', '210159.920000', '210200.380000', '210200.840000', '210201.300000', '210201.760000', '210202.220000', '210202.680000', '210203.140000', '210203.600000', '210204.060000', '210204.520000', '210204.980000', '210205.440000', '210205.900000', '210206.360000', '210206.820000', '210207.280000', '210207.740000', '210208.200000', '210208.660000', '210209.120000', '210209.580000', '210210.040000', '210210.500000', '210210.960000', '210211.420000', '210211.880000', '210212.340000', '210212.800000', '210213.260000', '210213.720000', '210214.180000', '210214.640000', '210215.100000', '210215.560000', '210216.020000', '210216.480000', '210216.940000', '210217.400000', '210217.860000', '210218.320000', '210218.780000', '210219.240000', '210219.700000', '210220.160000', '210220.620000', '210221.080000', '210221.540000', '210222.000000', '210222.460000', '210222.920000', '210223.380000', '210223.840000', '210224.300000', '210224.760000', '210225.220000', '210225.680000', '210226.140000', '210226.600000', '210227.060000', '210227.520000', '210227.980000', '210228.440000', '210228.900000', '210229.360000', '210229.820000', '210230.280000', '210230.740000', '210231.200000', '210231.660000', '210232.120000', '210232.580000', '210233.040000', '210233.500000', '210233.960000', '210234.420000', '210234.880000', '210235.340000', '210235.800000', '210236.260000', '210236.720000', '210237.180000', '210237.640000', '210238.100000', '210238.560000', '210239.020000', '210239.480000', '210239.940000', '210240.400000', '210240.860000', '210241.320000', '210241.780000', '210242.240000', '210242.700000', '210243.160000', '210243.620000', '210244.080000', '210244.540000', '210245.000000', '210245.460000', '210245.920000', '210246.380000', '210246.840000', '210247.300000', '210247.760000', '210248.220000', '210248.680000', '210249.140000', '210249.600000', '210250.060000', '210250.520000', '210250.980000', '210251.440000', '210251.900000', '210252.360000', '210252.820000', '210253.280000', '210253.740000', '210254.200000', '210254.660000', '210255.120000', '210255.580000', '210256.040000', '210256.500000', '210256.960000', '210257.420000', '210257.880000', '210258.340000', '210258.800000', '210259.260000', '210259.720000', '210300.180000', '210300.640000', '210301.100000', '210301.560000', '210302.020000', '210302.480000', '210302.940000', '210303.400000', '210303.860000', '210304.320000', '210304.780000', '210305.240000', '210305.700000', '210306.160000', '210306.620000', '210307.080000', '210307.540000', '210308.000000', '210308.460000', '210308.920000', '210309.380000', '210309.840000', '210310.300000', '210310.760000', '210311.220000', '210311.680000', '210312.140000', '210312.600000', '210313.060000', '210313.520000', '210313.980000', '210314.440000', '210314.900000', '210315.360000', '210315.820000', '210316.280000', '210316.740000', '210317.200000', '210317.660000', '210318.120000', '210318.580000', '210319.040000', '210319.500000', '210319.960000', '210320.420000', '210320.880000', '210321.340000', '210321.800000', '210322.260000', '210322.720000', '210323.180000', '210323.640000', '210324.100000', '210324.560000', '210325.020000', '210325.480000', '210325.940000', '210326.400000', '210326.860000', '210327.320000', '210327.780000', '210328.240000', '210328.700000', '210329.160000', '210329.620000', '210330.080000', '210330.540000', '210331.000000', '210331.460000', '210331.920000', '210332.380000', '210332.840000', '210333.300000', '210333.760000', '210334.220000', '210334.680000', '210335.140000', '210335.600000', '210336.060000', '210336.520000', '210336.980000', '210337.440000', '210337.900000', '210338.360000', '210338.820000', '210339.280000', '210339.740000', '210340.200000', '210340.660000', '210341.120000', '210341.580000', '210342.040000', '210342.500000', '210342.960000', '210343.420000', '210343.880000', '210344.340000', '210344.800000', '210345.260000', '210345.720000', '210346.180000', '210346.640000', '210347.100000', '210347.560000', '210348.020000', '210348.480000', '210348.940000', '210349.400000', '210349.860000', '210350.320000', '210350.780000', '210351.240000', '210351.700000', '210352.160000', '210352.620000', '210353.080000', '210353.540000', '210354.000000', '210354.460000', '210354.920000', '210355.380000', '210355.840000', '210356.300000', '210356.760000', '210357.220000', '210357.680000', '210358.140000', '210358.600000', '210359.060000', '210359.520000', '210359.980000', '210400.440000', '210400.900000', '210401.360000', '210401.820000', '210402.280000', '210402.740000', '210403.200000', '210403.660000', '210404.120000', '210404.580000', '210405.040000', '210405.500000', '210405.960000', '210406.420000', '210406.880000', '210407.340000', '210407.800000', '210408.260000', '210408.720000', '210409.180000', '210409.640000', '210410.100000', '210410.560000', '210411.020000', '210411.480000', '210411.940000', '210412.400000', '210412.860000', '210413.320000', '210413.780000', '210414.240000', '210414.700000', '210415.160000', '210415.620000', '210416.080000', '210416.540000', '210417.000000', '210417.460000', '210417.920000', '210418.380000', '210418.840000', '210419.300000', '210419.760000', '210420.220000', '210420.680000', '210421.140000', '210421.600000', '210422.060000', '210422.520000', '210422.980000', '210423.440000', '210423.900000', '210424.360000', '210424.820000', '210425.280000', '210425.740000', '210426.200000', '210426.660000', '210427.120000', '210427.580000', '210428.040000', '210428.500000', '210428.960000', '210429.420000', '210429.880000', '210430.340000', '210430.800000', '210431.260000', '210431.720000', '210432.180000', '210432.640000', '210433.100000', '210433.560000', '210434.020000', '210434.480000', '210434.940000', '210435.400000', '210435.860000', '210436.320000', '210436.780000', '210437.240000', '210437.700000', '210438.160000', '210438.620000', '210439.080000', '210439.540000', '210440.000000', '210440.460000', '210440.920000', '210441.380000', '210441.840000', '210442.300000', '210442.760000', '210443.220000', '210443.680000', '210444.140000', '210444.600000', '210445.060000', '210445.520000', '210445.980000', '210446.440000', '210446.900000', '210447.360000', '210447.820000', '210448.280000', '210448.740000', '210449.200000', '210449.660000', '210450.120000', '210450.580000', '210451.040000', '210451.500000', '210451.960000', '210452.420000', '210452.880000', '210453.340000', '210453.800000', '210454.260000', '210454.720000', '210455.180000', '210455.640000', '210456.100000', '210456.560000', '210457.020000', '210457.480000', '210457.940000', '210458.400000', '210458.860000', '210459.320000', '210459.780000', '210500.240000', '210500.700000', '210501.160000'], 'ContentTime': ['205239.659000', '205239.662000', '205239.672000', '205239.675000', '205239.677000', '205239.680000', '205239.682000', '205239.685000', '205239.687000', '205239.690000', '205239.693000', '205239.695000', '205239.698000', '205239.700000', '205239.703000', '205239.705000', '205239.715000', '205239.718000', '205239.721000', '205239.723000', '205239.726000', '205239.728000', '205239.731000', '205259.623000', '205259.626000', '205259.629000', '205259.631000', '205259.634000', '205259.637000', '205259.639000', '205259.648000', '205259.650000', '205259.653000', '205259.655000', '205259.658000', '205259.660000', '205259.663000', '205259.665000', '205259.668000', '205259.671000', '205259.673000', '205259.676000', '205259.679000', '205259.681000', '205259.684000', '205259.686000', '205259.689000', '205259.691000', '205259.694000', '205259.696000', '205259.699000', '205259.701000', '205259.704000', '205259.707000', '205259.709000', '205259.712000', '205259.714000', '205259.717000', '205259.720000', '205259.727000', '205259.730000', '205259.732000', '205259.735000', '205259.738000', '205259.740000', '205259.743000', '205259.745000', '205319.623000', '205319.626000', '205319.629000', '205319.631000', '205319.634000', '205319.636000', '205319.639000', '205319.642000', '205319.644000', '205319.647000', '205319.649000', '205319.652000', '205319.654000', '205319.657000', '205319.660000', '205319.662000', '205319.672000', '205319.674000', '205319.677000', '205319.680000', '205319.682000', '205319.685000', '205319.687000', '205319.690000', '205319.693000', '205319.695000', '205319.698000', '205319.700000', '205319.703000', '205319.706000', '205319.708000', '205319.711000', '205319.714000', '205319.716000', '205319.719000', '205319.721000', '205319.724000', '205319.726000', '205319.729000', '205319.732000', '205319.734000', '205319.737000', '205319.739000', '205319.742000', '205339.624000', '205339.627000', '205339.630000', '205339.632000', '205339.635000', '205339.638000', '205339.640000', '205339.643000', '205339.645000', '205339.648000', '205339.651000', '205339.653000', '205339.656000', '205339.658000', '205339.661000', '205339.664000', '205339.666000', '205339.669000', '205339.672000', '205339.674000', '205339.677000', '205339.679000', '205339.682000', '205339.685000', '205339.687000', '205339.690000', '205339.692000', '205339.695000', '205339.698000', '205339.700000', '205339.703000', '205339.705000', '205339.708000', '205339.711000', '205339.713000', '205339.716000', '205339.718000', '205339.721000', '205339.724000', '205339.726000', '205339.729000', '205339.731000', '205339.766000', '205359.624000', '205359.627000', '205359.630000', '205359.632000', '205359.635000', '205359.638000', '205359.640000', '205359.644000', '205359.646000', '205359.649000', '205359.651000', '205359.654000', '205359.657000', '205359.659000', '205359.662000', '205359.664000', '205359.667000', '205359.670000', '205359.672000', '205359.675000', '205359.677000', '205359.680000', '205359.683000', '205359.685000', '205359.688000', '205359.690000', '205359.693000', '205359.696000', '205359.699000', '205359.701000', '205359.704000', '205359.706000', '205359.709000', '205359.712000', '205359.714000', '205359.717000', '205359.719000', '205359.722000', '205359.724000', '205359.727000', '205359.730000', '205359.732000', '205359.735000', '205359.738000', '205419.623000', '205419.627000', '205419.629000', '205419.632000', '205419.634000', '205419.637000', '205419.640000', '205419.642000', '205419.645000', '205419.648000', '205419.650000', '205419.653000', '205419.655000', '205419.658000', '205419.661000', '205419.663000', '205419.666000', '205419.668000', '205419.671000', '205419.674000', '205419.676000', '205419.679000', '205419.681000', '205419.684000', '205419.687000', '205419.689000', '205419.692000', '205419.694000', '205419.697000', '205419.700000', '205419.702000', '205419.705000', '205419.707000', '205419.710000', '205419.713000', '205419.715000', '205419.718000', '205419.720000', '205419.723000', '205419.725000', '205419.728000', '205419.731000', '205419.733000', '205439.623000', '205439.626000', '205439.629000', '205439.631000', '205439.634000', '205439.637000', '205439.639000', '205439.642000', '205439.644000', '205439.647000', '205439.650000', '205439.652000', '205439.655000', '205439.657000', '205439.660000', '205439.663000', '205439.665000', '205439.668000', '205439.670000', '205439.673000', '205439.676000', '205439.678000', '205439.681000', '205439.683000', '205439.686000', '205439.689000', '205439.691000', '205439.694000', '205439.697000', '205439.699000', '205439.702000', '205439.704000', '205439.707000', '205439.710000', '205439.712000', '205439.715000', '205439.717000', '205439.720000', '205439.723000', '205439.725000', '205439.728000', '205439.730000', '205439.733000', '205439.736000', '205459.623000', '205459.626000', '205459.629000', '205459.631000', '205459.634000', '205459.637000', '205459.639000', '205459.642000', '205459.644000', '205459.647000', '205459.649000', '205459.652000', '205459.655000', '205459.657000', '205459.660000', '205459.662000', '205459.665000', '205459.667000', '205459.670000', '205459.673000', '205459.675000', '205459.678000', '205459.680000', '205459.683000', '205459.685000', '205459.688000', '205459.691000', '205459.693000', '205459.696000', '205459.698000', '205459.701000', '205459.703000', '205459.706000', '205459.709000', '205459.711000', '205459.714000', '205459.716000', '205459.719000', '205459.721000', '205459.724000', '205459.727000', '205459.729000', '205459.732000', '205519.624000', '205519.626000', '205519.629000', '205519.632000', '205519.634000', '205519.637000', '205519.639000', '205519.642000', '205519.645000', '205519.647000', '205519.650000', '205519.653000', '205519.655000', '205519.658000', '205519.660000', '205519.663000', '205519.666000', '205519.669000', '205519.671000', '205519.674000', '205519.677000', '205519.680000', '205519.683000', '205519.686000', '205519.689000', '205519.691000', '205519.694000', '205519.697000', '205519.699000', '205519.702000', '205519.705000', '205519.707000', '205519.710000', '205519.713000', '205519.715000', '205519.718000', '205519.720000', '205519.723000', '205519.726000', '205519.728000', '205519.731000', '205519.733000', '205519.736000', '205539.624000', '205539.626000', '205539.629000', '205539.632000', '205539.634000', '205539.637000', '205539.639000', '205539.642000', '205539.645000', '205539.647000', '205539.650000', '205539.653000', '205539.655000', '205539.658000', '205539.660000', '205539.663000', '205539.666000', '205539.668000', '205539.671000', '205539.673000', '205539.676000', '205539.679000', '205539.681000', '205539.684000', '205539.686000', '205539.689000', '205539.692000', '205539.694000', '205539.697000', '205539.699000', '205539.702000', '205539.705000', '205539.707000', '205539.710000', '205539.712000', '205539.715000', '205539.717000', '205539.720000', '205539.723000', '205539.741000', '205539.744000', '205539.746000', '205539.749000', '205539.751000', '205559.625000', '205559.627000', '205559.630000', '205559.632000', '205559.635000', '205559.638000', '205559.640000', '205559.643000', '205559.645000', '205559.648000', '205559.651000', '205559.653000', '205559.656000', '205559.658000', '205559.661000', '205559.663000', '205559.667000', '205559.670000', '205559.672000', '205559.675000', '205559.678000', '205559.680000', '205559.683000', '205559.685000', '205559.688000', '205559.691000', '205559.693000', '205559.696000', '205559.699000', '205559.701000', '205559.704000', '205559.706000', '205559.709000', '205559.712000', '205559.714000', '205559.717000', '205559.719000', '205559.722000', '205559.725000', '205559.727000', '205559.730000', '205559.733000', '205559.735000', '205619.624000', '205619.627000', '205619.630000', '205619.632000', '205619.635000', '205619.638000', '205619.640000', '205619.643000', '205619.645000', '205619.648000', '205619.651000', '205619.653000', '205619.656000', '205619.658000', '205619.661000', '205619.664000', '205619.666000', '205619.669000', '205619.672000', '205619.674000', '205619.677000', '205619.679000', '205619.682000', '205619.685000', '205619.687000', '205619.690000', '205619.692000', '205619.695000', '205619.698000', '205619.700000', '205619.703000', '205619.706000', '205619.708000', '205619.711000', '205619.714000', '205619.716000', '205619.719000', '205619.721000', '205619.724000', '205619.727000', '205619.729000', '205619.732000', '205619.735000', '205619.737000', '205639.623000', '205639.626000', '205639.629000', '205639.631000', '205639.634000', '205639.637000', '205639.639000', '205639.642000', '205639.645000', '205639.647000', '205639.650000', '205639.652000', '205639.655000', '205639.658000', '205639.660000', '205639.663000', '205639.665000', '205639.668000', '205639.671000', '205639.673000', '205639.676000', '205639.679000', '205639.681000', '205639.684000', '205639.686000', '205639.689000', '205639.692000', '205639.694000', '205639.697000', '205639.699000', '205639.702000', '205639.705000', '205639.708000', '205639.711000', '205639.713000', '205639.716000', '205639.719000', '205639.722000', '205639.725000', '205639.728000', '205639.731000', '205639.733000', '205639.736000', '205659.623000', '205659.641000', '205659.643000', '205659.646000', '205659.648000', '205659.651000', '205659.654000', '205659.656000', '205659.659000', '205659.661000', '205659.664000', '205659.667000', '205659.669000', '205659.672000', '205659.674000', '205659.677000', '205659.680000', '205659.682000', '205659.685000', '205659.687000', '205659.690000', '205659.692000', '205659.695000', '205659.698000', '205659.700000', '205659.703000', '205659.706000', '205659.708000', '205659.711000', '205659.713000', '205659.716000', '205659.718000', '205659.721000', '205659.724000', '205659.726000', '205659.729000', '205659.731000', '205659.734000', '205659.737000', '205659.739000', '205659.742000', '205659.744000', '205659.747000', '205659.749000', '205719.623000', '205719.626000', '205719.629000', '205719.632000', '205719.634000', '205719.637000', '205719.640000', '205719.642000', '205719.645000', '205719.647000', '205719.650000', '205719.652000', '205719.655000', '205719.658000', '205719.660000', '205719.663000', '205719.665000', '205719.668000', '205719.671000', '205719.673000', '205719.686000', '205719.689000', '205719.692000', '205719.694000', '205719.697000', '205719.699000', '205719.702000', '205719.704000', '205719.707000', '205719.710000', '205719.712000', '205719.715000', '205719.717000', '205719.720000', '205719.723000', '205719.726000', '205719.729000', '205719.731000', '205719.734000', '205719.737000', '205719.739000', '205719.742000', '205719.745000', '205739.624000', '205739.626000', '205739.629000', '205739.632000', '205739.634000', '205739.637000', '205739.640000', '205739.642000', '205739.645000', '205739.647000', '205739.650000', '205739.653000', '205739.655000', '205739.658000', '205739.660000', '205739.663000', '205739.666000', '205739.668000', '205739.671000', '205739.673000', '205739.676000', '205739.679000', '205739.681000', '205739.684000', '205739.687000', '205739.689000', '205739.692000', '205739.694000', '205739.697000', '205739.700000', '205739.702000', '205739.705000', '205739.708000', '205739.710000', '205739.713000', '205739.716000', '205739.718000', '205739.721000', '205739.723000', '205739.726000', '205739.729000', '205739.731000', '205739.734000', '205739.737000', '205759.624000', '205759.626000', '205759.629000', '205759.632000', '205759.634000', '205759.637000', '205759.640000', '205759.642000', '205759.645000', '205759.647000', '205759.650000', '205759.652000', '205759.655000', '205759.657000', '205759.660000', '205759.663000', '205759.665000', '205759.668000', '205759.671000', '205759.673000', '205759.676000', '205759.678000', '205759.681000', '205759.684000', '205759.686000', '205759.689000', '205759.691000', '205759.694000', '205759.697000', '205759.699000', '205759.702000', '205759.705000', '205759.707000', '205759.710000', '205759.712000', '205759.715000', '205759.718000', '205759.720000', '205759.723000', '205759.726000', '205759.729000', '205759.732000', '205759.735000', '205819.624000', '205819.627000', '205819.630000', '205819.633000', '205819.635000', '205819.638000', '205819.641000', '205819.643000', '205819.646000', '205819.650000', '205819.653000', '205819.655000', '205819.658000', '205819.660000', '205819.663000', '205819.666000', '205819.668000', '205819.671000', '205819.674000', '205819.676000', '205819.679000', '205819.681000', '205819.684000', '205819.687000', '205819.689000', '205819.692000', '205819.694000', '205819.697000', '205819.700000', '205819.702000', '205819.705000', '205819.707000', '205819.710000', '205819.713000', '205819.715000', '205819.718000', '205819.721000', '205819.723000', '205819.726000', '205819.728000', '205819.731000', '205819.734000', '205819.736000', '205819.739000', '205839.624000', '205839.627000', '205839.630000', '205839.633000', '205839.635000', '205839.638000', '205839.641000', '205839.643000', '205839.646000', '205839.648000', '205839.651000', '205839.654000', '205839.656000', '205839.659000', '205839.662000', '205839.664000', '205839.667000', '205839.670000', '205839.672000', '205839.675000', '205839.678000', '205839.680000', '205839.683000', '205839.686000', '205839.688000', '205839.691000', '205839.694000', '205839.696000', '205839.699000', '205839.701000', '205839.704000', '205839.719000', '205839.721000', '205839.724000', '205839.727000', '205839.729000', '205839.732000', '205839.735000', '205839.737000', '205839.740000', '205839.742000', '205839.745000', '205839.748000', '205859.624000', '205859.626000', '205859.629000', '205859.632000', '205859.634000', '205859.637000', '205859.640000', '205859.642000', '205859.645000', '205859.647000', '205859.650000', '205859.652000', '205859.655000', '205859.658000', '205859.660000', '205859.663000', '205859.665000', '205859.668000', '205859.671000', '205859.673000', '205859.676000', '205859.678000', '205859.681000', '205859.684000', '205859.686000', '205859.689000', '205859.691000', '205859.694000', '205859.697000', '205859.699000', '205859.702000', '205859.704000', '205859.707000', '205859.709000', '205859.712000', '205859.715000', '205859.717000', '205859.720000', '205859.722000', '205859.725000', '205859.727000', '205859.730000', '205859.733000', '205859.735000', '205919.624000', '205919.626000', '205919.629000', '205919.632000', '205919.634000', '205919.637000', '205919.640000', '205919.642000', '205919.645000', '205919.647000', '205919.650000', '205919.653000', '205919.655000', '205919.658000', '205919.661000', '205919.663000', '205919.666000', '205919.669000', '205919.671000', '205919.674000', '205919.677000', '205919.679000', '205919.682000', '205919.684000', '205919.687000', '205919.689000', '205919.692000', '205919.695000', '205919.697000', '205919.700000', '205919.703000', '205919.705000', '205919.708000', '205919.710000', '205919.713000', '205919.716000', '205919.718000', '205919.721000', '205919.723000', '205919.726000', '205919.729000', '205919.731000', '205919.734000', '205939.624000', '205939.626000', '205939.629000', '205939.631000', '205939.634000', '205939.637000', '205939.639000', '205939.642000', '205939.645000', '205939.647000', '205939.650000', '205939.652000', '205939.655000', '205939.658000', '205939.660000', '205939.663000', '205939.666000', '205939.668000', '205939.671000', '205939.674000', '205939.676000', '205939.679000', '205939.681000', '205939.684000', '205939.687000', '205939.689000', '205939.692000', '205939.694000', '205939.697000', '205939.700000', '205939.702000', '205939.705000', '205939.708000', '205939.710000', '205939.713000', '205939.715000', '205939.718000', '205939.721000', '205939.723000', '205939.726000', '205939.728000', '205939.731000', '205939.734000', '205939.736000', '205959.624000', '205959.626000', '205959.629000', '205959.632000', '205959.634000', '205959.637000', '205959.640000', '205959.642000', '205959.645000', '205959.647000', '205959.650000', '205959.653000', '205959.655000', '205959.658000', '205959.660000', '205959.663000', '205959.666000', '205959.668000', '205959.671000', '205959.673000', '205959.676000', '205959.679000', '205959.681000', '205959.684000', '205959.686000', '205959.689000', '205959.692000', '205959.705000', '205959.708000', '205959.710000', '205959.736000', '205959.739000', '205959.741000', '205959.744000', '205959.746000', '205959.749000', '205959.752000', '205959.754000', '205959.757000', '205959.759000', '205959.762000', '205959.765000', '205959.767000', '210019.624000', '210019.627000', '210019.629000', '210019.632000', '210019.634000', '210019.637000', '210019.640000', '210019.642000', '210019.645000', '210019.648000', '210019.650000', '210019.653000', '210019.656000', '210019.659000', '210019.661000', '210019.664000', '210019.667000', '210019.669000', '210019.672000', '210019.674000', '210019.677000', '210019.680000', '210019.682000', '210019.685000', '210019.687000', '210019.690000', '210019.693000', '210019.695000', '210019.698000', '210019.701000', '210019.703000', '210019.706000', '210019.708000', '210019.711000', '210019.714000', '210019.716000', '210019.719000', '210019.721000', '210019.724000', '210019.727000', '210019.729000', '210019.732000', '210019.735000', '210039.625000', '210039.627000', '210039.630000', '210039.632000', '210039.635000', '210039.638000', '210039.641000', '210039.643000', '210039.646000', '210039.649000', '210039.651000', '210039.654000', '210039.657000', '210039.659000', '210039.662000', '210039.664000', '210039.667000', '210039.669000', '210039.672000', '210039.675000', '210039.677000', '210039.680000', '210039.682000', '210039.685000', '210039.688000', '210039.690000', '210039.693000', '210039.695000', '210039.698000', '210039.701000', '210039.703000', '210039.706000', '210039.709000', '210039.711000', '210039.714000', '210039.716000', '210039.719000', '210039.722000', '210039.724000', '210039.727000', '210039.730000', '210039.732000', '210039.735000', '210039.737000', '210059.625000', '210059.627000', '210059.630000', '210059.633000', '210059.635000', '210059.638000', '210059.641000', '210059.644000', '210059.646000', '210059.649000', '210059.652000', '210059.655000', '210059.657000', '210059.660000', '210059.663000', '210059.665000', '210059.668000', '210059.671000', '210059.673000', '210059.676000', '210059.679000', '210059.682000', '210059.684000', '210059.687000', '210059.689000', '210059.692000', '210059.695000', '210059.697000', '210059.700000', '210059.702000', '210059.705000', '210059.708000', '210059.710000', '210059.713000', '210059.716000', '210059.718000', '210059.721000', '210059.723000', '210059.726000', '210059.729000', '210059.731000', '210059.734000', '210059.737000', '210119.624000', '210119.627000', '210119.629000', '210119.632000', '210119.635000', '210119.637000', '210119.640000', '210119.642000', '210119.645000', '210119.648000', '210119.650000', '210119.653000', '210119.655000', '210119.658000', '210119.661000', '210119.663000', '210119.666000', '210119.668000', '210119.671000', '210119.674000', '210119.676000', '210119.679000', '210119.681000', '210119.684000', '210119.686000', '210119.715000', '210119.717000', '210119.720000', '210119.723000', '210119.725000', '210119.728000', '210119.730000', '210119.733000', '210119.736000', '210119.738000', '210119.741000', '210119.743000', '210119.746000', '210119.749000', '210119.751000', '210119.754000', '210119.756000', '210119.759000', '210119.762000', '210139.624000', '210139.627000', '210139.629000', '210139.632000', '210139.634000', '210139.637000', '210139.641000', '210139.644000', '210139.647000', '210139.650000', '210139.652000', '210139.655000', '210139.658000', '210139.660000', '210139.663000', '210139.666000', '210139.668000', '210139.671000', '210139.674000', '210139.676000', '210139.679000', '210139.681000', '210139.684000', '210139.687000', '210139.689000', '210139.692000', '210139.695000', '210139.698000', '210139.700000', '210139.703000', '210139.705000', '210139.708000', '210139.711000', '210139.713000', '210139.716000', '210139.718000', '210139.721000', '210139.723000', '210139.726000', '210139.729000', '210139.731000', '210139.734000', '210139.736000', '210159.624000', '210159.626000', '210159.629000', '210159.632000', '210159.634000', '210159.637000', '210159.639000', '210159.642000', '210159.645000', '210159.647000', '210159.650000', '210159.652000', '210159.655000', '210159.657000', '210159.660000', '210159.663000', '210159.665000', '210159.668000', '210159.670000', '210159.673000', '210159.676000', '210159.678000', '210159.681000', '210159.683000', '210159.686000', '210159.689000', '210159.691000', '210159.694000', '210159.696000', '210159.699000', '210159.701000', '210159.704000', '210159.707000', '210159.709000', '210159.712000', '210159.714000', '210159.717000', '210159.720000', '210159.722000', '210159.725000', '210159.727000', '210159.730000', '210159.732000', '210159.735000', '210219.624000', '210219.627000', '210219.630000', '210219.632000', '210219.635000', '210219.637000', '210219.640000', '210219.643000', '210219.646000', '210219.648000', '210219.651000', '210219.653000', '210219.656000', '210219.659000', '210219.661000', '210219.664000', '210219.666000', '210219.669000', '210219.672000', '210219.674000', '210219.677000', '210219.679000', '210219.682000', '210219.685000', '210219.687000', '210219.690000', '210219.692000', '210219.695000', '210219.698000', '210219.700000', '210219.703000', '210219.705000', '210219.708000', '210219.711000', '210219.713000', '210219.716000', '210219.718000', '210219.721000', '210219.724000', '210219.726000', '210219.729000', '210219.732000', '210219.734000', '210239.624000', '210239.626000', '210239.629000', '210239.632000', '210239.634000', '210239.637000', '210239.639000', '210239.642000', '210239.645000', '210239.647000', '210239.650000', '210239.652000', '210239.655000', '210239.658000', '210239.660000', '210239.663000', '210239.665000', '210239.668000', '210239.671000', '210239.673000', '210239.676000', '210239.689000', '210239.692000', '210239.695000', '210239.697000', '210239.700000', '210239.702000', '210239.705000', '210239.708000', '210239.710000', '210239.713000', '210239.715000', '210239.718000', '210239.721000', '210239.723000', '210239.726000', '210239.728000', '210239.731000', '210239.734000', '210239.736000', '210239.739000', '210239.741000', '210239.744000', '210239.747000', '210259.625000', '210259.628000', '210259.630000', '210259.633000', '210259.635000', '210259.638000', '210259.641000', '210259.643000', '210259.646000', '210259.649000', '210259.651000', '210259.654000', '210259.656000', '210259.660000', '210259.662000', '210259.665000', '210259.668000', '210259.670000', '210259.673000', '210259.676000', '210259.678000', '210259.682000', '210259.684000', '210259.687000', '210259.690000', '210259.692000', '210259.695000', '210259.697000', '210259.700000', '210259.703000', '210259.705000', '210259.708000', '210259.710000', '210259.713000', '210259.716000', '210259.718000', '210259.721000', '210259.723000', '210259.726000', '210259.728000', '210259.731000', '210259.734000', '210259.736000', '210319.625000', '210319.627000', '210319.630000', '210319.633000', '210319.635000', '210319.638000', '210319.641000', '210319.643000', '210319.646000', '210319.649000', '210319.651000', '210319.654000', '210319.656000', '210319.659000', '210319.662000', '210319.664000', '210319.667000', '210319.669000', '210319.672000', '210319.675000', '210319.677000', '210319.680000', '210319.683000', '210319.685000', '210319.688000', '210319.690000', '210319.693000', '210319.695000', '210319.698000', '210319.701000', '210319.703000', '210319.706000', '210319.708000', '210319.711000', '210319.714000', '210319.716000', '210319.719000', '210319.721000', '210319.724000', '210319.726000', '210319.729000', '210319.732000', '210319.734000', '210319.737000', '210339.624000', '210339.627000', '210339.629000', '210339.632000', '210339.635000', '210339.637000', '210339.640000', '210339.643000', '210339.645000', '210339.648000', '210339.650000', '210339.653000', '210339.655000', '210339.658000', '210339.661000', '210339.663000', '210339.666000', '210339.668000', '210339.671000', '210339.674000', '210339.676000', '210339.679000', '210339.681000', '210339.684000', '210339.687000', '210339.689000', '210339.692000', '210339.694000', '210339.697000', '210339.699000', '210339.702000', '210339.704000', '210339.707000', '210339.710000', '210339.712000', '210339.715000', '210339.717000', '210339.720000', '210339.723000', '210339.725000', '210339.728000', '210339.730000', '210339.733000', '210359.624000', '210359.626000', '210359.629000', '210359.632000', '210359.634000', '210359.637000', '210359.640000', '210359.642000', '210359.645000', '210359.647000', '210359.650000', '210359.652000', '210359.655000', '210359.658000', '210359.660000', '210359.663000', '210359.665000', '210359.668000', '210359.671000', '210359.673000', '210359.676000', '210359.678000', '210359.681000', '210359.684000', '210359.686000', '210359.689000', '210359.691000', '210359.694000', '210359.696000', '210359.699000', '210359.702000', '210359.704000', '210359.707000', '210359.709000', '210359.712000', '210359.715000', '210359.717000', '210359.720000', '210359.722000', '210359.725000', '210359.728000', '210359.745000', '210359.748000', '210359.750000', '210419.624000', '210419.627000', '210419.629000', '210419.632000', '210419.634000', '210419.637000', '210419.640000', '210419.642000', '210419.645000', '210419.648000', '210419.650000', '210419.653000', '210419.655000', '210419.658000', '210419.660000', '210419.663000', '210419.666000', '210419.668000', '210419.671000', '210419.673000', '210419.676000', '210419.679000', '210419.681000', '210419.684000', '210419.687000', '210419.689000', '210419.692000', '210419.694000', '210419.697000', '210419.700000', '210419.702000', '210419.705000', '210419.708000', '210419.710000', '210419.713000', '210419.715000', '210419.718000', '210419.722000', '210419.724000', '210419.727000', '210419.730000', '210419.732000', '210419.735000', '210439.623000', '210439.626000', '210439.629000', '210439.632000', '210439.634000', '210439.637000', '210439.639000', '210439.642000', '210439.645000', '210439.647000', '210439.650000', '210439.652000', '210439.655000', '210439.657000', '210439.660000', '210439.663000', '210439.665000', '210439.668000', '210439.670000', '210439.673000', '210439.675000', '210439.678000', '210439.681000', '210439.683000', '210439.686000', '210439.689000', '210439.691000', '210439.694000', '210439.696000', '210439.699000', '210439.702000', '210439.704000', '210439.707000', '210439.709000', '210439.712000', '210439.715000', '210439.717000', '210439.720000', '210439.723000', '210439.725000', '210439.728000', '210439.730000', '210439.733000', '210459.624000', '210459.627000', '210459.629000', '210459.632000', '210459.634000', '210459.637000', '210459.640000', '210459.642000', '210459.645000', '210459.648000', '210459.650000', '210459.653000', '210459.655000', '210459.658000', '210459.661000', '210459.663000', '210459.667000', '210459.670000', '210459.672000', '210459.675000', '210459.677000', '210459.680000', '210459.682000', '210459.685000', '210459.688000', '210459.690000', '210459.693000', '210459.696000', '210459.698000', '210459.701000', '210459.716000', '210459.719000', '210459.721000', '210459.724000', '210459.726000', '210459.729000', '210459.731000', '210459.734000', '210459.737000', '210459.739000', '210459.742000', '210459.744000', '210459.747000', '210459.749000', '210502.890000', '210502.893000', '210502.895000', '210502.898000', '210502.901000', '210502.903000', '210502.906000', '210502.908000'], 'InstanceCreationTime': ['205239.659000', '205239.662000', '205239.672000', '205239.675000', '205239.677000', '205239.680000', '205239.682000', '205239.685000', '205239.687000', '205239.690000', '205239.693000', '205239.695000', '205239.698000', '205239.700000', '205239.703000', '205239.705000', '205239.715000', '205239.718000', '205239.721000', '205239.723000', '205239.726000', '205239.728000', '205239.731000', '205259.623000', '205259.626000', '205259.629000', '205259.631000', '205259.634000', '205259.637000', '205259.639000', '205259.648000', '205259.650000', '205259.653000', '205259.655000', '205259.658000', '205259.660000', '205259.663000', '205259.665000', '205259.668000', '205259.671000', '205259.673000', '205259.676000', '205259.679000', '205259.681000', '205259.684000', '205259.686000', '205259.689000', '205259.691000', '205259.694000', '205259.696000', '205259.699000', '205259.701000', '205259.704000', '205259.707000', '205259.709000', '205259.712000', '205259.714000', '205259.717000', '205259.720000', '205259.727000', '205259.730000', '205259.732000', '205259.735000', '205259.738000', '205259.740000', '205259.743000', '205259.745000', '205319.623000', '205319.626000', '205319.629000', '205319.631000', '205319.634000', '205319.636000', '205319.639000', '205319.642000', '205319.644000', '205319.647000', '205319.649000', '205319.652000', '205319.654000', '205319.657000', '205319.660000', '205319.662000', '205319.672000', '205319.674000', '205319.677000', '205319.680000', '205319.682000', '205319.685000', '205319.687000', '205319.690000', '205319.693000', '205319.695000', '205319.698000', '205319.700000', '205319.703000', '205319.706000', '205319.708000', '205319.711000', '205319.714000', '205319.716000', '205319.719000', '205319.721000', '205319.724000', '205319.726000', '205319.729000', '205319.732000', '205319.734000', '205319.737000', '205319.739000', '205319.742000', '205339.624000', '205339.627000', '205339.630000', '205339.632000', '205339.635000', '205339.638000', '205339.640000', '205339.643000', '205339.645000', '205339.648000', '205339.651000', '205339.653000', '205339.656000', '205339.658000', '205339.661000', '205339.664000', '205339.666000', '205339.669000', '205339.672000', '205339.674000', '205339.677000', '205339.679000', '205339.682000', '205339.685000', '205339.687000', '205339.690000', '205339.692000', '205339.695000', '205339.698000', '205339.700000', '205339.703000', '205339.705000', '205339.708000', '205339.711000', '205339.713000', '205339.716000', '205339.718000', '205339.721000', '205339.724000', '205339.726000', '205339.729000', '205339.731000', '205339.766000', '205359.624000', '205359.627000', '205359.630000', '205359.632000', '205359.635000', '205359.638000', '205359.640000', '205359.644000', '205359.646000', '205359.649000', '205359.651000', '205359.654000', '205359.657000', '205359.659000', '205359.662000', '205359.664000', '205359.667000', '205359.670000', '205359.672000', '205359.675000', '205359.677000', '205359.680000', '205359.683000', '205359.685000', '205359.688000', '205359.690000', '205359.693000', '205359.696000', '205359.699000', '205359.701000', '205359.704000', '205359.706000', '205359.709000', '205359.712000', '205359.714000', '205359.717000', '205359.719000', '205359.722000', '205359.724000', '205359.727000', '205359.730000', '205359.732000', '205359.735000', '205359.738000', '205419.623000', '205419.627000', '205419.629000', '205419.632000', '205419.634000', '205419.637000', '205419.640000', '205419.642000', '205419.645000', '205419.648000', '205419.650000', '205419.653000', '205419.655000', '205419.658000', '205419.661000', '205419.663000', '205419.666000', '205419.668000', '205419.671000', '205419.674000', '205419.676000', '205419.679000', '205419.681000', '205419.684000', '205419.687000', '205419.689000', '205419.692000', '205419.694000', '205419.697000', '205419.700000', '205419.702000', '205419.705000', '205419.707000', '205419.710000', '205419.713000', '205419.715000', '205419.718000', '205419.720000', '205419.723000', '205419.725000', '205419.728000', '205419.731000', '205419.733000', '205439.623000', '205439.626000', '205439.629000', '205439.631000', '205439.634000', '205439.637000', '205439.639000', '205439.642000', '205439.644000', '205439.647000', '205439.650000', '205439.652000', '205439.655000', '205439.657000', '205439.660000', '205439.663000', '205439.665000', '205439.668000', '205439.670000', '205439.673000', '205439.676000', '205439.678000', '205439.681000', '205439.683000', '205439.686000', '205439.689000', '205439.691000', '205439.694000', '205439.697000', '205439.699000', '205439.702000', '205439.704000', '205439.707000', '205439.710000', '205439.712000', '205439.715000', '205439.717000', '205439.720000', '205439.723000', '205439.725000', '205439.728000', '205439.730000', '205439.733000', '205439.736000', '205459.623000', '205459.626000', '205459.629000', '205459.631000', '205459.634000', '205459.637000', '205459.639000', '205459.642000', '205459.644000', '205459.647000', '205459.649000', '205459.652000', '205459.655000', '205459.657000', '205459.660000', '205459.662000', '205459.665000', '205459.667000', '205459.670000', '205459.673000', '205459.675000', '205459.678000', '205459.680000', '205459.683000', '205459.685000', '205459.688000', '205459.691000', '205459.693000', '205459.696000', '205459.698000', '205459.701000', '205459.703000', '205459.706000', '205459.709000', '205459.711000', '205459.714000', '205459.716000', '205459.719000', '205459.721000', '205459.724000', '205459.727000', '205459.729000', '205459.732000', '205519.624000', '205519.626000', '205519.629000', '205519.632000', '205519.634000', '205519.637000', '205519.639000', '205519.642000', '205519.645000', '205519.647000', '205519.650000', '205519.653000', '205519.655000', '205519.658000', '205519.660000', '205519.663000', '205519.666000', '205519.669000', '205519.671000', '205519.674000', '205519.677000', '205519.680000', '205519.683000', '205519.686000', '205519.689000', '205519.691000', '205519.694000', '205519.697000', '205519.699000', '205519.702000', '205519.705000', '205519.707000', '205519.710000', '205519.713000', '205519.715000', '205519.718000', '205519.720000', '205519.723000', '205519.726000', '205519.728000', '205519.731000', '205519.733000', '205519.736000', '205539.624000', '205539.626000', '205539.629000', '205539.632000', '205539.634000', '205539.637000', '205539.639000', '205539.642000', '205539.645000', '205539.647000', '205539.650000', '205539.653000', '205539.655000', '205539.658000', '205539.660000', '205539.663000', '205539.666000', '205539.668000', '205539.671000', '205539.673000', '205539.676000', '205539.679000', '205539.681000', '205539.684000', '205539.686000', '205539.689000', '205539.692000', '205539.694000', '205539.697000', '205539.699000', '205539.702000', '205539.705000', '205539.707000', '205539.710000', '205539.712000', '205539.715000', '205539.717000', '205539.720000', '205539.723000', '205539.741000', '205539.744000', '205539.746000', '205539.749000', '205539.751000', '205559.625000', '205559.627000', '205559.630000', '205559.632000', '205559.635000', '205559.638000', '205559.640000', '205559.643000', '205559.645000', '205559.648000', '205559.651000', '205559.653000', '205559.656000', '205559.658000', '205559.661000', '205559.663000', '205559.667000', '205559.670000', '205559.672000', '205559.675000', '205559.678000', '205559.680000', '205559.683000', '205559.685000', '205559.688000', '205559.691000', '205559.693000', '205559.696000', '205559.699000', '205559.701000', '205559.704000', '205559.706000', '205559.709000', '205559.712000', '205559.714000', '205559.717000', '205559.719000', '205559.722000', '205559.725000', '205559.727000', '205559.730000', '205559.733000', '205559.735000', '205619.624000', '205619.627000', '205619.630000', '205619.632000', '205619.635000', '205619.638000', '205619.640000', '205619.643000', '205619.645000', '205619.648000', '205619.651000', '205619.653000', '205619.656000', '205619.658000', '205619.661000', '205619.664000', '205619.666000', '205619.669000', '205619.672000', '205619.674000', '205619.677000', '205619.679000', '205619.682000', '205619.685000', '205619.687000', '205619.690000', '205619.692000', '205619.695000', '205619.698000', '205619.700000', '205619.703000', '205619.706000', '205619.708000', '205619.711000', '205619.714000', '205619.716000', '205619.719000', '205619.721000', '205619.724000', '205619.727000', '205619.729000', '205619.732000', '205619.735000', '205619.737000', '205639.623000', '205639.626000', '205639.629000', '205639.631000', '205639.634000', '205639.637000', '205639.639000', '205639.642000', '205639.645000', '205639.647000', '205639.650000', '205639.652000', '205639.655000', '205639.658000', '205639.660000', '205639.663000', '205639.665000', '205639.668000', '205639.671000', '205639.673000', '205639.676000', '205639.679000', '205639.681000', '205639.684000', '205639.686000', '205639.689000', '205639.692000', '205639.694000', '205639.697000', '205639.699000', '205639.702000', '205639.705000', '205639.708000', '205639.711000', '205639.713000', '205639.716000', '205639.719000', '205639.722000', '205639.725000', '205639.728000', '205639.731000', '205639.733000', '205639.736000', '205659.623000', '205659.641000', '205659.643000', '205659.646000', '205659.648000', '205659.651000', '205659.654000', '205659.656000', '205659.659000', '205659.661000', '205659.664000', '205659.667000', '205659.669000', '205659.672000', '205659.674000', '205659.677000', '205659.680000', '205659.682000', '205659.685000', '205659.687000', '205659.690000', '205659.692000', '205659.695000', '205659.698000', '205659.700000', '205659.703000', '205659.706000', '205659.708000', '205659.711000', '205659.713000', '205659.716000', '205659.718000', '205659.721000', '205659.724000', '205659.726000', '205659.729000', '205659.731000', '205659.734000', '205659.737000', '205659.739000', '205659.742000', '205659.744000', '205659.747000', '205659.749000', '205719.623000', '205719.626000', '205719.629000', '205719.632000', '205719.634000', '205719.637000', '205719.640000', '205719.642000', '205719.645000', '205719.647000', '205719.650000', '205719.652000', '205719.655000', '205719.658000', '205719.660000', '205719.663000', '205719.665000', '205719.668000', '205719.671000', '205719.673000', '205719.686000', '205719.689000', '205719.692000', '205719.694000', '205719.697000', '205719.699000', '205719.702000', '205719.704000', '205719.707000', '205719.710000', '205719.712000', '205719.715000', '205719.717000', '205719.720000', '205719.723000', '205719.726000', '205719.729000', '205719.731000', '205719.734000', '205719.737000', '205719.739000', '205719.742000', '205719.745000', '205739.624000', '205739.626000', '205739.629000', '205739.632000', '205739.634000', '205739.637000', '205739.640000', '205739.642000', '205739.645000', '205739.647000', '205739.650000', '205739.653000', '205739.655000', '205739.658000', '205739.660000', '205739.663000', '205739.666000', '205739.668000', '205739.671000', '205739.673000', '205739.676000', '205739.679000', '205739.681000', '205739.684000', '205739.687000', '205739.689000', '205739.692000', '205739.694000', '205739.697000', '205739.700000', '205739.702000', '205739.705000', '205739.708000', '205739.710000', '205739.713000', '205739.716000', '205739.718000', '205739.721000', '205739.723000', '205739.726000', '205739.729000', '205739.731000', '205739.734000', '205739.737000', '205759.624000', '205759.626000', '205759.629000', '205759.632000', '205759.634000', '205759.637000', '205759.640000', '205759.642000', '205759.645000', '205759.647000', '205759.650000', '205759.652000', '205759.655000', '205759.657000', '205759.660000', '205759.663000', '205759.665000', '205759.668000', '205759.671000', '205759.673000', '205759.676000', '205759.678000', '205759.681000', '205759.684000', '205759.686000', '205759.689000', '205759.691000', '205759.694000', '205759.697000', '205759.699000', '205759.702000', '205759.705000', '205759.707000', '205759.710000', '205759.712000', '205759.715000', '205759.718000', '205759.720000', '205759.723000', '205759.726000', '205759.729000', '205759.732000', '205759.735000', '205819.624000', '205819.627000', '205819.630000', '205819.633000', '205819.635000', '205819.638000', '205819.641000', '205819.643000', '205819.646000', '205819.650000', '205819.653000', '205819.655000', '205819.658000', '205819.660000', '205819.663000', '205819.666000', '205819.668000', '205819.671000', '205819.674000', '205819.676000', '205819.679000', '205819.681000', '205819.684000', '205819.687000', '205819.689000', '205819.692000', '205819.694000', '205819.697000', '205819.700000', '205819.702000', '205819.705000', '205819.707000', '205819.710000', '205819.713000', '205819.715000', '205819.718000', '205819.721000', '205819.723000', '205819.726000', '205819.728000', '205819.731000', '205819.734000', '205819.736000', '205819.739000', '205839.624000', '205839.627000', '205839.630000', '205839.633000', '205839.635000', '205839.638000', '205839.641000', '205839.643000', '205839.646000', '205839.648000', '205839.651000', '205839.654000', '205839.656000', '205839.659000', '205839.662000', '205839.664000', '205839.667000', '205839.670000', '205839.672000', '205839.675000', '205839.678000', '205839.680000', '205839.683000', '205839.686000', '205839.688000', '205839.691000', '205839.694000', '205839.696000', '205839.699000', '205839.701000', '205839.704000', '205839.719000', '205839.721000', '205839.724000', '205839.727000', '205839.729000', '205839.732000', '205839.735000', '205839.737000', '205839.740000', '205839.742000', '205839.745000', '205839.748000', '205859.624000', '205859.626000', '205859.629000', '205859.632000', '205859.634000', '205859.637000', '205859.640000', '205859.642000', '205859.645000', '205859.647000', '205859.650000', '205859.652000', '205859.655000', '205859.658000', '205859.660000', '205859.663000', '205859.665000', '205859.668000', '205859.671000', '205859.673000', '205859.676000', '205859.678000', '205859.681000', '205859.684000', '205859.686000', '205859.689000', '205859.691000', '205859.694000', '205859.697000', '205859.699000', '205859.702000', '205859.704000', '205859.707000', '205859.709000', '205859.712000', '205859.715000', '205859.717000', '205859.720000', '205859.722000', '205859.725000', '205859.727000', '205859.730000', '205859.733000', '205859.735000', '205919.624000', '205919.626000', '205919.629000', '205919.632000', '205919.634000', '205919.637000', '205919.640000', '205919.642000', '205919.645000', '205919.647000', '205919.650000', '205919.653000', '205919.655000', '205919.658000', '205919.661000', '205919.663000', '205919.666000', '205919.669000', '205919.671000', '205919.674000', '205919.677000', '205919.679000', '205919.682000', '205919.684000', '205919.687000', '205919.689000', '205919.692000', '205919.695000', '205919.697000', '205919.700000', '205919.703000', '205919.705000', '205919.708000', '205919.710000', '205919.713000', '205919.716000', '205919.718000', '205919.721000', '205919.723000', '205919.726000', '205919.729000', '205919.731000', '205919.734000', '205939.624000', '205939.626000', '205939.629000', '205939.631000', '205939.634000', '205939.637000', '205939.639000', '205939.642000', '205939.645000', '205939.647000', '205939.650000', '205939.652000', '205939.655000', '205939.658000', '205939.660000', '205939.663000', '205939.666000', '205939.668000', '205939.671000', '205939.674000', '205939.676000', '205939.679000', '205939.681000', '205939.684000', '205939.687000', '205939.689000', '205939.692000', '205939.694000', '205939.697000', '205939.700000', '205939.702000', '205939.705000', '205939.708000', '205939.710000', '205939.713000', '205939.715000', '205939.718000', '205939.721000', '205939.723000', '205939.726000', '205939.728000', '205939.731000', '205939.734000', '205939.736000', '205959.624000', '205959.626000', '205959.629000', '205959.632000', '205959.634000', '205959.637000', '205959.640000', '205959.642000', '205959.645000', '205959.647000', '205959.650000', '205959.653000', '205959.655000', '205959.658000', '205959.660000', '205959.663000', '205959.666000', '205959.668000', '205959.671000', '205959.673000', '205959.676000', '205959.679000', '205959.681000', '205959.684000', '205959.686000', '205959.689000', '205959.692000', '205959.705000', '205959.708000', '205959.710000', '205959.736000', '205959.739000', '205959.741000', '205959.744000', '205959.746000', '205959.749000', '205959.752000', '205959.754000', '205959.757000', '205959.759000', '205959.762000', '205959.765000', '205959.767000', '210019.624000', '210019.627000', '210019.629000', '210019.632000', '210019.634000', '210019.637000', '210019.640000', '210019.642000', '210019.645000', '210019.648000', '210019.650000', '210019.653000', '210019.656000', '210019.659000', '210019.661000', '210019.664000', '210019.667000', '210019.669000', '210019.672000', '210019.674000', '210019.677000', '210019.680000', '210019.682000', '210019.685000', '210019.687000', '210019.690000', '210019.693000', '210019.695000', '210019.698000', '210019.701000', '210019.703000', '210019.706000', '210019.708000', '210019.711000', '210019.714000', '210019.716000', '210019.719000', '210019.721000', '210019.724000', '210019.727000', '210019.729000', '210019.732000', '210019.735000', '210039.625000', '210039.627000', '210039.630000', '210039.632000', '210039.635000', '210039.638000', '210039.641000', '210039.643000', '210039.646000', '210039.649000', '210039.651000', '210039.654000', '210039.657000', '210039.659000', '210039.662000', '210039.664000', '210039.667000', '210039.669000', '210039.672000', '210039.675000', '210039.677000', '210039.680000', '210039.682000', '210039.685000', '210039.688000', '210039.690000', '210039.693000', '210039.695000', '210039.698000', '210039.701000', '210039.703000', '210039.706000', '210039.709000', '210039.711000', '210039.714000', '210039.716000', '210039.719000', '210039.722000', '210039.724000', '210039.727000', '210039.730000', '210039.732000', '210039.735000', '210039.737000', '210059.625000', '210059.627000', '210059.630000', '210059.633000', '210059.635000', '210059.638000', '210059.641000', '210059.644000', '210059.646000', '210059.649000', '210059.652000', '210059.655000', '210059.657000', '210059.660000', '210059.663000', '210059.665000', '210059.668000', '210059.671000', '210059.673000', '210059.676000', '210059.679000', '210059.682000', '210059.684000', '210059.687000', '210059.689000', '210059.692000', '210059.695000', '210059.697000', '210059.700000', '210059.702000', '210059.705000', '210059.708000', '210059.710000', '210059.713000', '210059.716000', '210059.718000', '210059.721000', '210059.723000', '210059.726000', '210059.729000', '210059.731000', '210059.734000', '210059.737000', '210119.624000', '210119.627000', '210119.629000', '210119.632000', '210119.635000', '210119.637000', '210119.640000', '210119.642000', '210119.645000', '210119.648000', '210119.650000', '210119.653000', '210119.655000', '210119.658000', '210119.661000', '210119.663000', '210119.666000', '210119.668000', '210119.671000', '210119.674000', '210119.676000', '210119.679000', '210119.681000', '210119.684000', '210119.686000', '210119.715000', '210119.717000', '210119.720000', '210119.723000', '210119.725000', '210119.728000', '210119.730000', '210119.733000', '210119.736000', '210119.738000', '210119.741000', '210119.743000', '210119.746000', '210119.749000', '210119.751000', '210119.754000', '210119.756000', '210119.759000', '210119.762000', '210139.624000', '210139.627000', '210139.629000', '210139.632000', '210139.634000', '210139.637000', '210139.641000', '210139.644000', '210139.647000', '210139.650000', '210139.652000', '210139.655000', '210139.658000', '210139.660000', '210139.663000', '210139.666000', '210139.668000', '210139.671000', '210139.674000', '210139.676000', '210139.679000', '210139.681000', '210139.684000', '210139.687000', '210139.689000', '210139.692000', '210139.695000', '210139.698000', '210139.700000', '210139.703000', '210139.705000', '210139.708000', '210139.711000', '210139.713000', '210139.716000', '210139.718000', '210139.721000', '210139.723000', '210139.726000', '210139.729000', '210139.731000', '210139.734000', '210139.736000', '210159.624000', '210159.626000', '210159.629000', '210159.632000', '210159.634000', '210159.637000', '210159.639000', '210159.642000', '210159.645000', '210159.647000', '210159.650000', '210159.652000', '210159.655000', '210159.657000', '210159.660000', '210159.663000', '210159.665000', '210159.668000', '210159.670000', '210159.673000', '210159.676000', '210159.678000', '210159.681000', '210159.683000', '210159.686000', '210159.689000', '210159.691000', '210159.694000', '210159.696000', '210159.699000', '210159.701000', '210159.704000', '210159.707000', '210159.709000', '210159.712000', '210159.714000', '210159.717000', '210159.720000', '210159.722000', '210159.725000', '210159.727000', '210159.730000', '210159.732000', '210159.735000', '210219.624000', '210219.627000', '210219.630000', '210219.632000', '210219.635000', '210219.637000', '210219.640000', '210219.643000', '210219.646000', '210219.648000', '210219.651000', '210219.653000', '210219.656000', '210219.659000', '210219.661000', '210219.664000', '210219.666000', '210219.669000', '210219.672000', '210219.674000', '210219.677000', '210219.679000', '210219.682000', '210219.685000', '210219.687000', '210219.690000', '210219.692000', '210219.695000', '210219.698000', '210219.700000', '210219.703000', '210219.705000', '210219.708000', '210219.711000', '210219.713000', '210219.716000', '210219.718000', '210219.721000', '210219.724000', '210219.726000', '210219.729000', '210219.732000', '210219.734000', '210239.624000', '210239.626000', '210239.629000', '210239.632000', '210239.634000', '210239.637000', '210239.639000', '210239.642000', '210239.645000', '210239.647000', '210239.650000', '210239.652000', '210239.655000', '210239.658000', '210239.660000', '210239.663000', '210239.665000', '210239.668000', '210239.671000', '210239.673000', '210239.676000', '210239.689000', '210239.692000', '210239.695000', '210239.697000', '210239.700000', '210239.702000', '210239.705000', '210239.708000', '210239.710000', '210239.713000', '210239.715000', '210239.718000', '210239.721000', '210239.723000', '210239.726000', '210239.728000', '210239.731000', '210239.734000', '210239.736000', '210239.739000', '210239.741000', '210239.744000', '210239.747000', '210259.625000', '210259.628000', '210259.630000', '210259.633000', '210259.635000', '210259.638000', '210259.641000', '210259.643000', '210259.646000', '210259.649000', '210259.651000', '210259.654000', '210259.656000', '210259.660000', '210259.662000', '210259.665000', '210259.668000', '210259.670000', '210259.673000', '210259.676000', '210259.678000', '210259.682000', '210259.684000', '210259.687000', '210259.690000', '210259.692000', '210259.695000', '210259.697000', '210259.700000', '210259.703000', '210259.705000', '210259.708000', '210259.710000', '210259.713000', '210259.716000', '210259.718000', '210259.721000', '210259.723000', '210259.726000', '210259.728000', '210259.731000', '210259.734000', '210259.736000', '210319.625000', '210319.627000', '210319.630000', '210319.633000', '210319.635000', '210319.638000', '210319.641000', '210319.643000', '210319.646000', '210319.649000', '210319.651000', '210319.654000', '210319.656000', '210319.659000', '210319.662000', '210319.664000', '210319.667000', '210319.669000', '210319.672000', '210319.675000', '210319.677000', '210319.680000', '210319.683000', '210319.685000', '210319.688000', '210319.690000', '210319.693000', '210319.695000', '210319.698000', '210319.701000', '210319.703000', '210319.706000', '210319.708000', '210319.711000', '210319.714000', '210319.716000', '210319.719000', '210319.721000', '210319.724000', '210319.726000', '210319.729000', '210319.732000', '210319.734000', '210319.737000', '210339.624000', '210339.627000', '210339.629000', '210339.632000', '210339.635000', '210339.637000', '210339.640000', '210339.643000', '210339.645000', '210339.648000', '210339.650000', '210339.653000', '210339.655000', '210339.658000', '210339.661000', '210339.663000', '210339.666000', '210339.668000', '210339.671000', '210339.674000', '210339.676000', '210339.679000', '210339.681000', '210339.684000', '210339.687000', '210339.689000', '210339.692000', '210339.694000', '210339.697000', '210339.699000', '210339.702000', '210339.704000', '210339.707000', '210339.710000', '210339.712000', '210339.715000', '210339.717000', '210339.720000', '210339.723000', '210339.725000', '210339.728000', '210339.730000', '210339.733000', '210359.624000', '210359.626000', '210359.629000', '210359.632000', '210359.634000', '210359.637000', '210359.640000', '210359.642000', '210359.645000', '210359.647000', '210359.650000', '210359.652000', '210359.655000', '210359.658000', '210359.660000', '210359.663000', '210359.665000', '210359.668000', '210359.671000', '210359.673000', '210359.676000', '210359.678000', '210359.681000', '210359.684000', '210359.686000', '210359.689000', '210359.691000', '210359.694000', '210359.696000', '210359.699000', '210359.702000', '210359.704000', '210359.707000', '210359.709000', '210359.712000', '210359.715000', '210359.717000', '210359.720000', '210359.722000', '210359.725000', '210359.728000', '210359.745000', '210359.748000', '210359.750000', '210419.624000', '210419.627000', '210419.629000', '210419.632000', '210419.634000', '210419.637000', '210419.640000', '210419.642000', '210419.645000', '210419.648000', '210419.650000', '210419.653000', '210419.655000', '210419.658000', '210419.660000', '210419.663000', '210419.666000', '210419.668000', '210419.671000', '210419.673000', '210419.676000', '210419.679000', '210419.681000', '210419.684000', '210419.687000', '210419.689000', '210419.692000', '210419.694000', '210419.697000', '210419.700000', '210419.702000', '210419.705000', '210419.708000', '210419.710000', '210419.713000', '210419.715000', '210419.718000', '210419.722000', '210419.724000', '210419.727000', '210419.730000', '210419.732000', '210419.735000', '210439.623000', '210439.626000', '210439.629000', '210439.632000', '210439.634000', '210439.637000', '210439.639000', '210439.642000', '210439.645000', '210439.647000', '210439.650000', '210439.652000', '210439.655000', '210439.657000', '210439.660000', '210439.663000', '210439.665000', '210439.668000', '210439.670000', '210439.673000', '210439.675000', '210439.678000', '210439.681000', '210439.683000', '210439.686000', '210439.689000', '210439.691000', '210439.694000', '210439.696000', '210439.699000', '210439.702000', '210439.704000', '210439.707000', '210439.709000', '210439.712000', '210439.715000', '210439.717000', '210439.720000', '210439.723000', '210439.725000', '210439.728000', '210439.730000', '210439.733000', '210459.624000', '210459.627000', '210459.629000', '210459.632000', '210459.634000', '210459.637000', '210459.640000', '210459.642000', '210459.645000', '210459.648000', '210459.650000', '210459.653000', '210459.655000', '210459.658000', '210459.661000', '210459.663000', '210459.667000', '210459.670000', '210459.672000', '210459.675000', '210459.677000', '210459.680000', '210459.682000', '210459.685000', '210459.688000', '210459.690000', '210459.693000', '210459.696000', '210459.698000', '210459.701000', '210459.716000', '210459.719000', '210459.721000', '210459.724000', '210459.726000', '210459.729000', '210459.731000', '210459.734000', '210459.737000', '210459.739000', '210459.742000', '210459.744000', '210459.747000', '210459.749000', '210502.890000', '210502.893000', '210502.895000', '210502.898000', '210502.901000', '210502.903000', '210502.906000', '210502.908000'], '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': [8199, 13816, 9484, 9075, 9173, 8277, 12873, 8184, 11085, 8002, 11205, 7693, 12780, 9043, 11370, 8634, 7921, 8121, 7518, 8929, 7331, 11650, 7653, 8371, 9574, 8180, 11488, 8817, 8406, 10298, 8029, 15214, 10674, 8600, 10224, 8326, 11158, 8288, 13184, 9958, 14917, 8226, 9264, 8416, 8234, 8784, 8513, 8645, 8207, 8988, 8003, 9273, 7734, 11109, 8109, 9570, 7958, 10385, 7673, 13482, 8935, 12640, 8229, 12340, 8153, 11975, 9989, 9519, 8975, 7268, 8839, 8266, 9298, 8182, 10349, 8379, 9726, 8244, 10050, 7826, 12464, 7622, 10504, 8704, 10433, 7968, 11249, 7232, 10693, 7070, 10652, 7196, 11162, 7503, 12713, 8030, 10077, 8451, 9001, 14930, 9485, 14343, 9851, 11549, 8698, 12029, 8789, 11807, 9009, 13033, 8693, 10827, 7950, 9249, 8662, 8111, 8496, 7379, 9131, 8060, 9488, 8016, 10775, 8405, 9767, 8833, 9513, 8514, 9423, 9547, 10791, 8417, 8512, 8099, 9247, 8044, 9698, 8277, 10503, 8649, 10448, 8442, 11336, 9602, 9949, 10345, 7218, 9682, 6900, 10888, 7843, 13004, 9794, 9114, 11494, 7778, 13369, 8571, 7906, 9551, 7673, 15189, 8921, 14021, 7626, 12486, 8372, 13321, 9612, 14257, 8148, 10611, 8138, 7842, 8306, 8339, 9897, 7651, 10206, 7864, 10570, 8321, 11085, 9973, 8390, 9281, 7989, 9849, 7972, 14516, 9872, 11712, 8704, 8044, 8788, 8294, 12369, 9614, 13637, 7910, 10319, 7675, 11347, 8080, 14669, 8634, 11380, 8041, 9356, 7550, 8142, 8502, 7215, 9248, 7407, 11402, 8542, 13023, 9291, 13989, 8659, 10727, 8428, 10759, 9760, 12349, 9506, 12364, 8644, 12374, 8387, 12898, 9436, 14437, 7994, 12584, 7698, 11985, 8366, 13989, 9617, 11824, 7942, 8763, 8478, 7563, 9563, 7567, 10027, 7066, 11033, 7238, 12385, 8193, 13235, 7376, 11923, 7514, 12062, 8112, 14399, 8107, 11910, 7266, 10538, 7435, 11245, 7754, 12293, 7199, 10617, 7280, 11159, 8135, 12938, 9336, 10033, 7931, 10036, 8141, 11728, 9069, 12517, 9234, 8582, 8052, 7927, 8385, 7888, 9069, 7140, 8902, 7024, 10295, 7621, 13074, 7690, 13364, 7096, 10989, 8284, 15671, 10735, 14922, 7501, 9529, 7953, 7960, 8702, 8056, 11519, 7574, 11131, 7528, 12272, 7318, 14905, 8290, 11800, 7029, 10497, 7402, 12316, 8080, 14789, 7677, 11292, 8156, 8805, 8447, 8245, 8728, 7788, 9259, 7782, 9160, 7845, 10534, 7643, 9550, 7324, 9802, 7109, 10719, 8092, 10323, 7556, 7663, 8536, 7893, 9616, 7820, 14212, 7752, 11994, 7111, 12027, 7990, 15609, 9381, 13582, 7424, 11173, 7729, 9971, 8983, 9119, 8503, 7692, 9117, 7486, 10964, 8077, 14440, 7389, 10923, 7702, 10899, 8700, 12094, 9285, 8184, 8341, 7656, 8044, 8618, 9588, 7732, 8940, 7430, 9377, 6972, 10705, 8369, 14179, 8539, 13022, 7728, 10060, 8270, 9752, 9241, 9748, 8964, 7837, 9030, 7676, 8764, 10171, 10758, 9184, 8687, 7501, 8684, 7804, 9166, 7586, 8938, 7339, 8768, 7343, 11001, 8493, 13886, 9604, 10880, 8364, 8446, 8560, 8329, 10367, 7556, 9141, 7021, 9620, 7411, 13127, 9020, 14996, 8304, 13567, 8519, 10556, 9463, 9114, 11741, 7232, 9203, 8438, 7467, 9555, 7934, 8777, 9363, 7647, 13895, 7910, 11025, 8641, 11065, 10503, 12731, 10285, 7399, 9491, 7018, 9968, 7014, 12081, 7192, 11172, 6715, 9562, 6838, 10125, 7658, 11100, 8141, 11206, 7691, 10416, 8198, 11323, 8550, 12878, 8808, 11096, 8050, 11611, 8250, 12817, 10289, 10681, 8765, 10221, 8086, 13812, 10362, 15599, 11406, 13479, 8138, 13121, 8306, 13474, 10542, 13364, 8343, 10751, 7620, 10548, 8783, 9586, 8824, 7217, 8016, 7363, 8680, 7407, 10578, 7180, 12663, 7414, 11722, 8128, 13280, 9207, 14708, 10639, 9530, 8132, 8003, 9700, 10462, 13631, 8063, 10039, 7515, 10178, 7376, 14006, 9603, 17232, 10384, 13397, 8309, 11837, 8579, 7691, 10933, 7451, 9713, 7556, 11355, 8725, 13640, 10561, 12981, 9059, 9763, 8638, 9637, 9192, 10076, 9882, 7307, 8912, 7343, 8517, 7660, 9354, 7358, 9186, 7367, 9577, 7220, 9937, 7933, 11716, 7658, 9642, 7635, 9073, 7919, 8497, 9245, 7445, 8653, 7257, 9492, 7368, 13731, 8145, 13712, 7474, 11429, 8132, 12479, 8565, 14605, 10086, 11588, 7788, 9472, 7969, 10493, 8701, 9409, 8171, 7383, 8278, 7851, 7980, 10047, 8820, 10071, 9037, 7463, 8921, 7031, 9334, 7405, 12819, 8435, 13354, 8298, 12308, 8346, 12636, 8280, 13289, 10402, 11122, 8944, 7354, 7831, 7205, 9672, 7508, 10432, 7714, 11596, 9199, 13354, 11111, 13319, 12686, 8653, 14212, 8215, 11617, 10401, 7582, 15097, 7990, 10187, 8360, 8820, 9885, 10077, 12634, 6921, 10023, 7250, 10694, 7390, 13062, 8107, 12584, 7498, 10284, 7720, 10618, 8403, 11332, 8326, 9155, 7673, 7849, 8144, 8167, 8501, 8532, 9176, 10536, 9570, 7529, 9249, 8080, 8865, 9097, 12004, 9671, 10546, 7334, 9444, 7452, 9276, 8847, 9363, 11473, 8609, 8207, 8024, 8946, 7769, 11480, 8856, 11458, 8251, 9322, 7775, 7826, 8154, 7175, 11542, 7604, 11624, 8041, 12422, 8971, 14444, 11079, 10764, 9411, 7535, 9274, 7643, 10923, 7477, 13569, 7325, 10172, 7491, 10487, 8232, 14638, 10590, 11119, 8456, 9656, 7275, 9667, 7371, 9624, 7188, 8942, 7200, 9508, 7149, 10521, 7215, 9404, 7459, 9433, 7276, 9986, 7789, 11425, 7592, 9802, 7154, 9417, 7183, 10000, 7581, 9371, 7192, 9465, 7734, 10179, 8470, 12790, 7814, 12761, 8272, 9566, 13390, 8640, 16097, 10588, 16351, 10652, 14257, 8243, 11805, 7613, 12156, 8353, 14771, 8353, 12896, 7563, 11213, 8339, 8124, 8969, 7621, 13488, 8797, 9508, 9861, 7218, 10575, 7827, 12834, 9110, 16165, 8256, 13087, 8347, 11717, 8265, 12789, 9288, 13513, 8248, 9688, 7994, 9229, 7867, 10108, 8707, 7781, 8256, 7452, 9017, 7474, 11960, 10249, 9292, 11790, 8765, 8516, 12017, 9522, 8757, 8993, 8250, 13361, 9733, 14655, 11924, 14528, 11866, 10788, 15853, 10504, 17848, 12635, 16069, 13284, 14679, 11703, 12217, 12050, 7624, 10353, 7471, 9736, 7963, 10055, 8521, 9272, 8346, 8657, 8585, 8475, 9660, 7537, 10218, 7769, 10532, 8888, 11599, 9336, 13518, 9699, 11127, 8866, 9062, 9292, 8524, 9399, 8516, 10428, 8046, 10299, 8443, 14820, 8303, 10182, 8104, 11575, 8541, 9700, 8689, 8878, 8749, 8476, 9177, 8222, 9567, 7251, 9626, 7345, 9696, 7689, 10115, 7822, 10981, 7527, 10197, 8164, 10342, 8303, 10539, 8712, 11040, 9337, 8061, 8036, 6594, 9316, 7730, 11083, 9011, 7663, 9815, 8241, 14804, 10646, 9601, 10103, 8154, 13747, 9122, 14151, 9512, 14254, 8621, 13392, 8391, 13781, 8544, 14860, 8318, 12424, 7951, 10499, 7693, 10921, 8740, 11861, 8353, 10678, 8912, 10798, 9136, 9213, 9009, 7456, 10805, 8630, 11067, 9709, 8469, 10227, 8528, 12297, 10527, 9735, 11143, 9616, 9860, 10866, 8682, 14459, 10275, 13677, 11293, 11084, 10124, 8943, 10245, 8389, 11113, 8419, 13372, 7964, 10655, 8569, 11619, 9396, 11542, 9498, 8529, 8522, 7310, 9652, 8623, 11740, 9378, 10376, 8857, 10435, 9199, 13331, 9424, 15559, 10855, 14271, 8819, 13948, 8771, 13898, 9296, 14818, 9001, 13438, 9056, 12501, 9020, 13066, 9195, 12750, 8696, 12041, 8929, 10222, 8923, 9650, 8440, 8651, 8289, 10858, 8876, 13424, 9655, 14630, 8689, 13962, 8614, 12870, 9406, 12677, 7723, 9391, 7614, 9178, 8512, 9245, 9135, 10274, 8063, 9765, 7592, 9784, 8568, 9624, 9662, 10136, 8426, 8814, 7780, 9636, 9364, 9970, 8633, 11100, 7630, 10448, 8718, 10227, 9740, 9073, 10050, 8343, 13367, 9388, 10604, 11078, 8303, 11983, 9498, 13464, 9765, 13252, 10014, 9929, 9155, 9000, 9408, 10542, 10042, 9469, 8699, 11272, 9033, 11733, 9229, 11806, 9203, 11210, 8762, 9813, 8757, 10132, 8919, 11089, 9275, 11447, 9510, 13431, 9805, 15053, 9982, 15633, 9444, 12955, 9389, 13884, 9618, 15148, 9588, 15685, 9512, 11481, 8897, 9597, 9134, 8727, 9586, 7671, 9634, 7839, 9340, 8771, 9336, 8733, 9632, 7557, 9418, 8537, 9959, 10344, 10115, 12606, 9695, 10836, 8756, 9198, 9267, 8539, 10442, 7184, 10138, 7675, 11082, 8722, 12136, 8806, 12419, 7839, 10483, 8332, 10656, 11627, 11096, 10748, 8607, 11650, 8694, 11972, 9421, 12251, 9337, 12442, 9300, 10371, 8890, 8879, 8875, 9974, 9515, 14414, 10927, 14014, 8861, 14360, 9240, 14518, 9284, 14722, 8591, 12100, 8495, 11886, 8894, 14957, 8864, 14283, 8950, 13446, 8757, 13766, 8823, 13688, 8485, 11255, 8787, 11000, 8129, 10552, 7551, 9851, 7552, 9228, 7331, 9451, 7839, 9421, 7198, 10035, 7674, 10807, 8586, 15026, 8759, 13548, 8772, 11297, 8679, 10930, 8304, 10871, 8459, 11800, 8323, 10763, 9283, 11282, 9434, 8691, 9755, 8338, 14503, 9382, 14643, 9166, 9982, 8912, 8938, 9831, 8066, 10923, 7804, 10529, 7769, 10977, 8116, 10526, 7492, 9640, 7291, 9505, 7195, 10248, 8000, 10344, 7904, 10307, 8268, 11136, 8879, 14381, 9669, 13070, 8847, 9380, 8494, 9398, 8653, 12204, 10046, 7537, 9672, 8056, 11584, 9531, 11471, 9675, 7932, 11688, 9130, 8497, 12341, 9478, 8136, 9842, 8698, 10980, 10282, 8630, 14697, 10053, 14512, 12735, 10419, 13501, 8466, 13995, 9389, 16652, 10509, 16152, 8831, 12607, 8454, 11274, 8167, 11910, 7607, 9940, 7624, 9431, 7555, 10377, 7926, 10744, 7918, 10754, 8576, 11238, 9222, 13677, 9920, 13322, 9469, 10091, 9062, 9710, 10244, 8323, 10109, 7840, 11268, 8606, 11627, 8974, 14783, 8271, 10773, 8007, 10389, 8350, 10687, 8382, 9283, 8809, 9250, 9041, 9726, 8425, 9745, 7836, 10403, 8573, 9772, 8799, 8534, 9717, 8404, 14767, 9398, 14147, 9224, 11555, 9161, 14428, 9189, 13832, 8921, 12866, 8784, 12220, 8896, 10660, 7873, 8709, 9850, 8434, 11614, 9058, 11563, 8787, 11521, 8672, 10035, 8903, 10117, 8676, 10987, 8918, 12285, 8785, 10682, 8438, 10410, 8036, 9825, 7587, 9353, 8684, 9422, 12008, 9368, 15035, 10377, 10740, 8054, 9332, 8607, 11784, 8930, 13832, 8724, 12454, 8975, 11404, 8886, 12193, 9281, 12285, 9188, 11745, 8611, 10554, 9063, 10882, 8778, 11296, 8967, 11302, 8703, 11064, 8877, 11763, 9240, 14018, 9535, 11849, 8876, 11315, 8317, 12367, 9554, 11924, 12230, 7951, 16018, 10954, 14546, 10687, 10349, 9450, 10192, 9124, 12399, 9350, 14330, 8772, 12508, 8737, 11354, 9046, 11287, 9064, 11176, 8608, 9448, 8018, 10941, 8883, 12043, 8909, 11792, 8413, 10458, 8489, 10296, 8732, 11343, 8596, 8925, 7971, 8708, 8635, 8393, 11630, 8647, 14821, 11017, 12175, 12354, 8677, 14372, 8469, 15607, 9067, 13030, 8325, 12180, 8099, 10676, 7990, 9958, 7630, 10275, 7571, 11195, 7665, 9861, 7974, 10743, 8996, 13766, 9807, 11402, 9156, 10142, 9041, 9394, 10125, 7498, 10059, 7682, 10921, 8489, 15314, 8846, 13392, 7786, 10074, 9107, 8985, 14420, 9328, 14716, 8750, 12040, 8839, 12129, 8974, 12262, 9347, 12124, 8753, 10814, 9007, 11945, 9205, 11384, 9368, 8364, 8615, 7576, 9567, 7578, 10871, 8859, 14648, 9017, 13664, 9365, 15010, 9515, 15924, 8796, 13165, 8676, 11357, 8642, 13056, 9449, 12523, 8988, 10974, 9224, 13400, 9536, 14645, 8952, 12674, 9095, 13223, 8867, 12186, 8343, 11873, 8176, 10085, 7555, 9836, 7419, 10361, 7440, 11448, 8215, 10158, 7843, 10335, 7985, 10491, 8113, 12311, 7340, 9792, 7825, 9996, 9223, 10842, 8228, 8742, 9997, 8178, 11410, 8306, 11753, 8798, 10074, 8222, 7845, 8840, 7671, 10021, 9085, 13863, 9833, 11613], 'WindowCenter': [4197.0, 4231.0, 4175.0, 4160.0, 4159.0, 4136.0, 4187.0, 4135.0, 4178.0, 4136.0, 4165.0, 4110.0, 4173.0, 4143.0, 4161.0, 4119.0, 4120.0, 4121.0, 4097.0, 4129.0, 4098.0, 4162.0, 4124.0, 4133.0, 4154.0, 4132.0, 4163.0, 4142.0, 4133.0, 4154.0, 4135.0, 4196.0, 4168.0, 4135.0, 4154.0, 4132.0, 4151.0, 4121.0, 4172.0, 4153.0, 4182.0, 4120.0, 4129.0, 4120.0, 4119.0, 4120.0, 4120.0, 4120.0, 4120.0, 4129.0, 4108.0, 4130.0, 4110.0, 4163.0, 4121.0, 4142.0, 4123.0, 4152.0, 4124.0, 4185.0, 4142.0, 4173.0, 4120.0, 4160.0, 4122.0, 4175.0, 4154.0, 4144.0, 4145.0, 4111.0, 4143.0, 4133.0, 4142.0, 4109.0, 4139.0, 4119.0, 4127.0, 4108.0, 4153.0, 4111.0, 4161.0, 4111.0, 4152.0, 4120.0, 4137.0, 4120.0, 4162.0, 4111.0, 4151.0, 4099.0, 4148.0, 4087.0, 4149.0, 4097.0, 4159.0, 4107.0, 4128.0, 4106.0, 4131.0, 4182.0, 4129.0, 4168.0, 4141.0, 4149.0, 4120.0, 4148.0, 4107.0, 4135.0, 4116.0, 4158.0, 4133.0, 4151.0, 4121.0, 4141.0, 4131.0, 4120.0, 4131.0, 4100.0, 4130.0, 4105.0, 4128.0, 4108.0, 4164.0, 4122.0, 4141.0, 4118.0, 4141.0, 4131.0, 4129.0, 4127.0, 4139.0, 4107.0, 4117.0, 4095.0, 4115.0, 4095.0, 4127.0, 4118.0, 4150.0, 4131.0, 4150.0, 4134.0, 4176.0, 4156.0, 4154.0, 4151.0, 4111.0, 4127.0, 4111.0, 4162.0, 4121.0, 4159.0, 4139.0, 4118.0, 4162.0, 4109.0, 4171.0, 4130.0, 4121.0, 4142.0, 4110.0, 4194.0, 4143.0, 4183.0, 4111.0, 4161.0, 4107.0, 4158.0, 4117.0, 4168.0, 4096.0, 4124.0, 4094.0, 4094.0, 4105.0, 4106.0, 4138.0, 4108.0, 4138.0, 4109.0, 4149.0, 4121.0, 4161.0, 4153.0, 4120.0, 4131.0, 4121.0, 4141.0, 4121.0, 4182.0, 4154.0, 4162.0, 4132.0, 4110.0, 4120.0, 4120.0, 4161.0, 4130.0, 4171.0, 4109.0, 4137.0, 4097.0, 4137.0, 4108.0, 4169.0, 4118.0, 4162.0, 4122.0, 4141.0, 4111.0, 4120.0, 4118.0, 4097.0, 4124.0, 4083.0, 4146.0, 4104.0, 4154.0, 4129.0, 4169.0, 4117.0, 4135.0, 4105.0, 4149.0, 4141.0, 4146.0, 4113.0, 4132.0, 4103.0, 4144.0, 4105.0, 4156.0, 4117.0, 4181.0, 4120.0, 4159.0, 4107.0, 4144.0, 4116.0, 4167.0, 4115.0, 4133.0, 4094.0, 4103.0, 4104.0, 4095.0, 4126.0, 4095.0, 4127.0, 4086.0, 4136.0, 4096.0, 4157.0, 4108.0, 4159.0, 4097.0, 4147.0, 4097.0, 4158.0, 4107.0, 4169.0, 4107.0, 4147.0, 4096.0, 4135.0, 4096.0, 4147.0, 4108.0, 4158.0, 4087.0, 4137.0, 4097.0, 4147.0, 4108.0, 4158.0, 4130.0, 4139.0, 4109.0, 4138.0, 4109.0, 4159.0, 4130.0, 4160.0, 4129.0, 4119.0, 4109.0, 4107.0, 4119.0, 4120.0, 4156.0, 4113.0, 4142.0, 4111.0, 4152.0, 4109.0, 4170.0, 4112.0, 4171.0, 4087.0, 4152.0, 4106.0, 4181.0, 4138.0, 4181.0, 4100.0, 4128.0, 4107.0, 4107.0, 4118.0, 4108.0, 4160.0, 4109.0, 4150.0, 4108.0, 4161.0, 4099.0, 4183.0, 4119.0, 4149.0, 4087.0, 4136.0, 4083.0, 4146.0, 4105.0, 4168.0, 4096.0, 4135.0, 4106.0, 4116.0, 4106.0, 4106.0, 4117.0, 4096.0, 4127.0, 4095.0, 4127.0, 4106.0, 4138.0, 4096.0, 4127.0, 4097.0, 4126.0, 4086.0, 4137.0, 4109.0, 4139.0, 4109.0, 4109.0, 4129.0, 4109.0, 4140.0, 4109.0, 4183.0, 4099.0, 4149.0, 4087.0, 4148.0, 4097.0, 4169.0, 4117.0, 4157.0, 4086.0, 4135.0, 4094.0, 4126.0, 4130.0, 4117.0, 4117.0, 4096.0, 4116.0, 4096.0, 4138.0, 4107.0, 4169.0, 4097.0, 4148.0, 4097.0, 4147.0, 4118.0, 4158.0, 4129.0, 4118.0, 4108.0, 4096.0, 4108.0, 4116.0, 4128.0, 4097.0, 4117.0, 4098.0, 4128.0, 4097.0, 4149.0, 4119.0, 4180.0, 4130.0, 4171.0, 4110.0, 4139.0, 4120.0, 4129.0, 4130.0, 4141.0, 4130.0, 4109.0, 4129.0, 4109.0, 4119.0, 4139.0, 4150.0, 4129.0, 4118.0, 4097.0, 4118.0, 4108.0, 4128.0, 4110.0, 4144.0, 4111.0, 4129.0, 4110.0, 4148.0, 4117.0, 4167.0, 4154.0, 4162.0, 4132.0, 4131.0, 4130.0, 4119.0, 4152.0, 4121.0, 4129.0, 4097.0, 4127.0, 4111.0, 4182.0, 4131.0, 4179.0, 4117.0, 4157.0, 4117.0, 4138.0, 4139.0, 4129.0, 4160.0, 4099.0, 4129.0, 4119.0, 4109.0, 4139.0, 4120.0, 4131.0, 4142.0, 4112.0, 4184.0, 4122.0, 4151.0, 4131.0, 4150.0, 4150.0, 4171.0, 4140.0, 4098.0, 4128.0, 4086.0, 4128.0, 4087.0, 4148.0, 4087.0, 4148.0, 4087.0, 4127.0, 4086.0, 4138.0, 4108.0, 4148.0, 4120.0, 4149.0, 4110.0, 4150.0, 4121.0, 4161.0, 4132.0, 4173.0, 4133.0, 4163.0, 4122.0, 4161.0, 4121.0, 4171.0, 4153.0, 4151.0, 4121.0, 4140.0, 4109.0, 4170.0, 4140.0, 4180.0, 4150.0, 4159.0, 4107.0, 4157.0, 4107.0, 4157.0, 4140.0, 4169.0, 4107.0, 4137.0, 4096.0, 4136.0, 4117.0, 4126.0, 4130.0, 4097.0, 4108.0, 4097.0, 4118.0, 4097.0, 4150.0, 4099.0, 4172.0, 4110.0, 4160.0, 4120.0, 4182.0, 4157.0, 4194.0, 4163.0, 4139.0, 4121.0, 4105.0, 4127.0, 4150.0, 4182.0, 4121.0, 4139.0, 4109.0, 4135.0, 4095.0, 4168.0, 4114.0, 4188.0, 4139.0, 4168.0, 4118.0, 4159.0, 4116.0, 4094.0, 4149.0, 4108.0, 4127.0, 4107.0, 4147.0, 4119.0, 4155.0, 4138.0, 4156.0, 4115.0, 4125.0, 4104.0, 4114.0, 4115.0, 4114.0, 4125.0, 4083.0, 4104.0, 4082.0, 4104.0, 4094.0, 4115.0, 4085.0, 4116.0, 4096.0, 4126.0, 4096.0, 4137.0, 4108.0, 4159.0, 4109.0, 4140.0, 4110.0, 4141.0, 4133.0, 4132.0, 4144.0, 4113.0, 4134.0, 4112.0, 4143.0, 4112.0, 4184.0, 4123.0, 4183.0, 4111.0, 4161.0, 4120.0, 4171.0, 4131.0, 4181.0, 4142.0, 4160.0, 4110.0, 4129.0, 4109.0, 4139.0, 4131.0, 4128.0, 4120.0, 4099.0, 4120.0, 4108.0, 4109.0, 4140.0, 4130.0, 4140.0, 4130.0, 4110.0, 4130.0, 4099.0, 4140.0, 4110.0, 4172.0, 4122.0, 4183.0, 4132.0, 4172.0, 4132.0, 4171.0, 4132.0, 4183.0, 4164.0, 4176.0, 4158.0, 4125.0, 4134.0, 4109.0, 4140.0, 4113.0, 4139.0, 4108.0, 4161.0, 4130.0, 4184.0, 4162.0, 4170.0, 4158.0, 4106.0, 4157.0, 4105.0, 4146.0, 4137.0, 4097.0, 4180.0, 4108.0, 4136.0, 4106.0, 4117.0, 4127.0, 4126.0, 4158.0, 4085.0, 4125.0, 4084.0, 4125.0, 4085.0, 4157.0, 4096.0, 4146.0, 4085.0, 4125.0, 4094.0, 4135.0, 4117.0, 4147.0, 4119.0, 4129.0, 4110.0, 4120.0, 4120.0, 4120.0, 4131.0, 4131.0, 4142.0, 4153.0, 4143.0, 4111.0, 4142.0, 4120.0, 4131.0, 4130.0, 4172.0, 4141.0, 4151.0, 4099.0, 4129.0, 4097.0, 4129.0, 4118.0, 4129.0, 4161.0, 4119.0, 4119.0, 4109.0, 4128.0, 4109.0, 4159.0, 4130.0, 4160.0, 4120.0, 4128.0, 4109.0, 4108.0, 4120.0, 4099.0, 4162.0, 4111.0, 4162.0, 4121.0, 4172.0, 4143.0, 4183.0, 4163.0, 4163.0, 4141.0, 4110.0, 4130.0, 4110.0, 4152.0, 4099.0, 4158.0, 4097.0, 4139.0, 4099.0, 4139.0, 4107.0, 4182.0, 4139.0, 4148.0, 4117.0, 4126.0, 4096.0, 4126.0, 4096.0, 4127.0, 4097.0, 4116.0, 4097.0, 4139.0, 4098.0, 4151.0, 4109.0, 4130.0, 4111.0, 4140.0, 4111.0, 4152.0, 4121.0, 4173.0, 4123.0, 4153.0, 4112.0, 4142.0, 4113.0, 4154.0, 4124.0, 4155.0, 4115.0, 4155.0, 4135.0, 4166.0, 4146.0, 4188.0, 4125.0, 4186.0, 4134.0, 4143.0, 4173.0, 4131.0, 4193.0, 4150.0, 4192.0, 4140.0, 4170.0, 4119.0, 4148.0, 4107.0, 4158.0, 4118.0, 4180.0, 4119.0, 4159.0, 4109.0, 4148.0, 4118.0, 4107.0, 4129.0, 4109.0, 4171.0, 4131.0, 4141.0, 4141.0, 4111.0, 4150.0, 4110.0, 4171.0, 4132.0, 4193.0, 4121.0, 4171.0, 4120.0, 4159.0, 4120.0, 4170.0, 4131.0, 4183.0, 4145.0, 4152.0, 4133.0, 4127.0, 4118.0, 4150.0, 4133.0, 4109.0, 4132.0, 4110.0, 4143.0, 4110.0, 4172.0, 4165.0, 4166.0, 4186.0, 4144.0, 4144.0, 4175.0, 4156.0, 4146.0, 4157.0, 4134.0, 4185.0, 4143.0, 4183.0, 4174.0, 4183.0, 4163.0, 4151.0, 4183.0, 4139.0, 4179.0, 4149.0, 4157.0, 4146.0, 4144.0, 4123.0, 4122.0, 4122.0, 4083.0, 4126.0, 4083.0, 4100.0, 4092.0, 4112.0, 4104.0, 4101.0, 4091.0, 4091.0, 4103.0, 4104.0, 4115.0, 4094.0, 4125.0, 4095.0, 4136.0, 4117.0, 4148.0, 4129.0, 4171.0, 4141.0, 4151.0, 4131.0, 4130.0, 4130.0, 4118.0, 4131.0, 4120.0, 4153.0, 4123.0, 4167.0, 4134.0, 4183.0, 4121.0, 4154.0, 4121.0, 4162.0, 4132.0, 4142.0, 4132.0, 4131.0, 4132.0, 4132.0, 4143.0, 4133.0, 4155.0, 4113.0, 4155.0, 4113.0, 4144.0, 4123.0, 4154.0, 4123.0, 4165.0, 4123.0, 4154.0, 4134.0, 4154.0, 4135.0, 4165.0, 4145.0, 4175.0, 4158.0, 4136.0, 4161.0, 4131.0, 4171.0, 4164.0, 4202.0, 4186.0, 4164.0, 4196.0, 4163.0, 4236.0, 4183.0, 4172.0, 4170.0, 4149.0, 4224.0, 4172.0, 4214.0, 4159.0, 4199.0, 4147.0, 4185.0, 4135.0, 4185.0, 4120.0, 4185.0, 4121.0, 4161.0, 4110.0, 4151.0, 4110.0, 4151.0, 4120.0, 4161.0, 4120.0, 4150.0, 4131.0, 4152.0, 4143.0, 4145.0, 4143.0, 4125.0, 4188.0, 4170.0, 4200.0, 4180.0, 4157.0, 4176.0, 4147.0, 4188.0, 4179.0, 4170.0, 4189.0, 4168.0, 4167.0, 4179.0, 4159.0, 4210.0, 4169.0, 4200.0, 4192.0, 4179.0, 4167.0, 4145.0, 4154.0, 4123.0, 4164.0, 4136.0, 4185.0, 4123.0, 4152.0, 4132.0, 4162.0, 4143.0, 4164.0, 4155.0, 4145.0, 4134.0, 4113.0, 4155.0, 4147.0, 4188.0, 4159.0, 4179.0, 4159.0, 4178.0, 4158.0, 4198.0, 4159.0, 4208.0, 4179.0, 4197.0, 4146.0, 4196.0, 4134.0, 4184.0, 4145.0, 4195.0, 4145.0, 4182.0, 4143.0, 4173.0, 4143.0, 4183.0, 4144.0, 4173.0, 4133.0, 4173.0, 4144.0, 4164.0, 4157.0, 4156.0, 4149.0, 4158.0, 4159.0, 4177.0, 4157.0, 4200.0, 4171.0, 4209.0, 4146.0, 4195.0, 4133.0, 4173.0, 4142.0, 4187.0, 4110.0, 4130.0, 4110.0, 4130.0, 4118.0, 4141.0, 4141.0, 4153.0, 4121.0, 4152.0, 4111.0, 4152.0, 4132.0, 4143.0, 4143.0, 4153.0, 4132.0, 4143.0, 4121.0, 4142.0, 4142.0, 4152.0, 4132.0, 4163.0, 4112.0, 4152.0, 4133.0, 4153.0, 4143.0, 4143.0, 4153.0, 4134.0, 4197.0, 4157.0, 4178.0, 4178.0, 4135.0, 4175.0, 4155.0, 4185.0, 4167.0, 4187.0, 4155.0, 4152.0, 4142.0, 4132.0, 4142.0, 4152.0, 4153.0, 4141.0, 4131.0, 4161.0, 4131.0, 4172.0, 4142.0, 4172.0, 4143.0, 4163.0, 4144.0, 4154.0, 4146.0, 4166.0, 4157.0, 4178.0, 4168.0, 4188.0, 4168.0, 4198.0, 4168.0, 4208.0, 4158.0, 4207.0, 4156.0, 4173.0, 4143.0, 4183.0, 4145.0, 4194.0, 4143.0, 4193.0, 4142.0, 4162.0, 4130.0, 4142.0, 4143.0, 4133.0, 4154.0, 4122.0, 4142.0, 4112.0, 4142.0, 4133.0, 4144.0, 4133.0, 4155.0, 4123.0, 4143.0, 4132.0, 4153.0, 4153.0, 4154.0, 4175.0, 4143.0, 4151.0, 4131.0, 4141.0, 4142.0, 4131.0, 4154.0, 4102.0, 4153.0, 4122.0, 4163.0, 4133.0, 4174.0, 4145.0, 4185.0, 4124.0, 4154.0, 4133.0, 4164.0, 4164.0, 4164.0, 4163.0, 4131.0, 4161.0, 4131.0, 4161.0, 4142.0, 4172.0, 4143.0, 4173.0, 4144.0, 4164.0, 4144.0, 4144.0, 4145.0, 4154.0, 4154.0, 4197.0, 4166.0, 4195.0, 4133.0, 4183.0, 4144.0, 4185.0, 4144.0, 4182.0, 4120.0, 4159.0, 4119.0, 4160.0, 4130.0, 4182.0, 4130.0, 4180.0, 4129.0, 4169.0, 4119.0, 4170.0, 4130.0, 4171.0, 4130.0, 4149.0, 4119.0, 4149.0, 4119.0, 4139.0, 4108.0, 4140.0, 4109.0, 4129.0, 4109.0, 4140.0, 4122.0, 4142.0, 4111.0, 4152.0, 4121.0, 4163.0, 4132.0, 4195.0, 4133.0, 4183.0, 4132.0, 4162.0, 4132.0, 4162.0, 4133.0, 4164.0, 4134.0, 4173.0, 4134.0, 4163.0, 4155.0, 4163.0, 4142.0, 4133.0, 4154.0, 4134.0, 4196.0, 4157.0, 4197.0, 4145.0, 4153.0, 4143.0, 4132.0, 4153.0, 4122.0, 4163.0, 4122.0, 4152.0, 4110.0, 4151.0, 4121.0, 4151.0, 4099.0, 4141.0, 4110.0, 4141.0, 4111.0, 4152.0, 4133.0, 4165.0, 4135.0, 4165.0, 4135.0, 4176.0, 4146.0, 4208.0, 4170.0, 4211.0, 4158.0, 4169.0, 4159.0, 4157.0, 4145.0, 4175.0, 4154.0, 4123.0, 4152.0, 4121.0, 4174.0, 4166.0, 4188.0, 4167.0, 4146.0, 4186.0, 4154.0, 4142.0, 4183.0, 4154.0, 4135.0, 4152.0, 4131.0, 4164.0, 4153.0, 4133.0, 4194.0, 4155.0, 4196.0, 4175.0, 4153.0, 4171.0, 4119.0, 4169.0, 4118.0, 4180.0, 4138.0, 4168.0, 4118.0, 4160.0, 4106.0, 4136.0, 4093.0, 4147.0, 4084.0, 4126.0, 4082.0, 4113.0, 4094.0, 4126.0, 4106.0, 4148.0, 4108.0, 4148.0, 4118.0, 4148.0, 4131.0, 4183.0, 4155.0, 4172.0, 4130.0, 4141.0, 4133.0, 4143.0, 4153.0, 4133.0, 4152.0, 4121.0, 4151.0, 4131.0, 4163.0, 4134.0, 4184.0, 4120.0, 4150.0, 4108.0, 4140.0, 4109.0, 4151.0, 4118.0, 4127.0, 4115.0, 4127.0, 4118.0, 4129.0, 4119.0, 4140.0, 4121.0, 4165.0, 4147.0, 4168.0, 4147.0, 4146.0, 4157.0, 4147.0, 4221.0, 4159.0, 4197.0, 4146.0, 4175.0, 4156.0, 4196.0, 4146.0, 4185.0, 4144.0, 4185.0, 4133.0, 4175.0, 4133.0, 4165.0, 4122.0, 4132.0, 4141.0, 4122.0, 4162.0, 4143.0, 4163.0, 4134.0, 4164.0, 4144.0, 4154.0, 4144.0, 4164.0, 4145.0, 4176.0, 4146.0, 4186.0, 4146.0, 4164.0, 4136.0, 4166.0, 4135.0, 4156.0, 4124.0, 4145.0, 4134.0, 4143.0, 4174.0, 4144.0, 4194.0, 4154.0, 4163.0, 4122.0, 4142.0, 4132.0, 4173.0, 4144.0, 4184.0, 4133.0, 4172.0, 4133.0, 4163.0, 4143.0, 4173.0, 4144.0, 4173.0, 4143.0, 4173.0, 4144.0, 4164.0, 4145.0, 4165.0, 4146.0, 4176.0, 4157.0, 4177.0, 4148.0, 4176.0, 4158.0, 4190.0, 4171.0, 4210.0, 4158.0, 4175.0, 4146.0, 4177.0, 4145.0, 4185.0, 4156.0, 4174.0, 4174.0, 4109.0, 4181.0, 4153.0, 4182.0, 4151.0, 4151.0, 4141.0, 4140.0, 4129.0, 4160.0, 4130.0, 4181.0, 4120.0, 4160.0, 4119.0, 4149.0, 4130.0, 4150.0, 4131.0, 4161.0, 4130.0, 4140.0, 4122.0, 4163.0, 4142.0, 4172.0, 4132.0, 4162.0, 4133.0, 4152.0, 4143.0, 4163.0, 4158.0, 4177.0, 4158.0, 4170.0, 4148.0, 4159.0, 4159.0, 4161.0, 4190.0, 4160.0, 4209.0, 4179.0, 4187.0, 4187.0, 4146.0, 4197.0, 4134.0, 4205.0, 4133.0, 4173.0, 4122.0, 4173.0, 4122.0, 4152.0, 4122.0, 4151.0, 4121.0, 4152.0, 4121.0, 4163.0, 4125.0, 4155.0, 4123.0, 4164.0, 4143.0, 4185.0, 4167.0, 4163.0, 4130.0, 4150.0, 4143.0, 4142.0, 4154.0, 4111.0, 4152.0, 4110.0, 4161.0, 4132.0, 4194.0, 4131.0, 4171.0, 4110.0, 4139.0, 4118.0, 4129.0, 4170.0, 4129.0, 4179.0, 4117.0, 4158.0, 4129.0, 4159.0, 4129.0, 4159.0, 4140.0, 4160.0, 4130.0, 4151.0, 4143.0, 4185.0, 4155.0, 4173.0, 4144.0, 4132.0, 4133.0, 4123.0, 4155.0, 4135.0, 4178.0, 4156.0, 4208.0, 4156.0, 4196.0, 4156.0, 4195.0, 4155.0, 4206.0, 4134.0, 4184.0, 4132.0, 4163.0, 4133.0, 4184.0, 4154.0, 4174.0, 4143.0, 4164.0, 4155.0, 4184.0, 4156.0, 4195.0, 4143.0, 4173.0, 4132.0, 4171.0, 4131.0, 4162.0, 4121.0, 4162.0, 4121.0, 4151.0, 4110.0, 4140.0, 4111.0, 4151.0, 4111.0, 4162.0, 4121.0, 4151.0, 4121.0, 4151.0, 4133.0, 4164.0, 4123.0, 4175.0, 4112.0, 4152.0, 4121.0, 4153.0, 4143.0, 4163.0, 4121.0, 4133.0, 4152.0, 4132.0, 4161.0, 4132.0, 4174.0, 4144.0, 4168.0, 4147.0, 4147.0, 4157.0, 4149.0, 4179.0, 4184.0, 4211.0, 4182.0, 4189.0], 'WindowWidth': [9340.0, 9370.0, 9282.0, 9251.0, 9246.0, 9209.0, 9279.0, 9205.0, 9266.0, 9210.0, 9243.0, 9163.0, 9251.0, 9213.0, 9229.0, 9170.0, 9175.0, 9179.0, 9140.0, 9183.0, 9143.0, 9232.0, 9188.0, 9199.0, 9227.0, 9194.0, 9235.0, 9210.0, 9198.0, 9225.0, 9203.0, 9284.0, 9253.0, 9201.0, 9226.0, 9194.0, 9217.0, 9178.0, 9245.0, 9225.0, 9260.0, 9174.0, 9184.0, 9172.0, 9170.0, 9172.0, 9172.0, 9171.0, 9172.0, 9183.0, 9155.0, 9186.0, 9161.0, 9236.0, 9178.0, 9207.0, 9187.0, 9221.0, 9188.0, 9271.0, 9210.0, 9250.0, 9176.0, 9228.0, 9182.0, 9256.0, 9225.0, 9213.0, 9219.0, 9165.0, 9210.0, 9195.0, 9206.0, 9155.0, 9195.0, 9169.0, 9179.0, 9153.0, 9223.0, 9167.0, 9230.0, 9166.0, 9218.0, 9172.0, 9189.0, 9173.0, 9233.0, 9166.0, 9216.0, 9145.0, 9208.0, 9126.0, 9209.0, 9138.0, 9223.0, 9152.0, 9180.0, 9149.0, 9191.0, 9259.0, 9182.0, 9232.0, 9203.0, 9209.0, 9174.0, 9204.0, 9149.0, 9180.0, 9159.0, 9216.0, 9199.0, 9216.0, 9178.0, 9207.0, 9189.0, 9177.0, 9192.0, 9147.0, 9184.0, 9146.0, 9179.0, 9152.0, 9240.0, 9178.0, 9201.0, 9164.0, 9201.0, 9191.0, 9181.0, 9176.0, 9196.0, 9151.0, 9162.0, 9131.0, 9158.0, 9133.0, 9177.0, 9168.0, 9214.0, 9189.0, 9215.0, 9203.0, 9262.0, 9236.0, 9228.0, 9219.0, 9168.0, 9181.0, 9168.0, 9235.0, 9177.0, 9222.0, 9196.0, 9167.0, 9232.0, 9159.0, 9245.0, 9188.0, 9179.0, 9207.0, 9162.0, 9283.0, 9213.0, 9263.0, 9164.0, 9228.0, 9152.0, 9220.0, 9164.0, 9234.0, 9133.0, 9168.0, 9127.0, 9129.0, 9148.0, 9149.0, 9194.0, 9155.0, 9195.0, 9158.0, 9211.0, 9179.0, 9231.0, 9225.0, 9176.0, 9192.0, 9177.0, 9202.0, 9178.0, 9260.0, 9226.0, 9234.0, 9193.0, 9162.0, 9175.0, 9174.0, 9231.0, 9188.0, 9244.0, 9159.0, 9192.0, 9140.0, 9191.0, 9154.0, 9237.0, 9168.0, 9233.0, 9184.0, 9209.0, 9167.0, 9177.0, 9172.0, 9140.0, 9172.0, 9114.0, 9200.0, 9142.0, 9207.0, 9185.0, 9240.0, 9167.0, 9188.0, 9146.0, 9213.0, 9203.0, 9198.0, 9150.0, 9173.0, 9137.0, 9195.0, 9144.0, 9213.0, 9163.0, 9256.0, 9176.0, 9225.0, 9153.0, 9196.0, 9166.0, 9230.0, 9158.0, 9179.0, 9129.0, 9139.0, 9144.0, 9133.0, 9176.0, 9133.0, 9177.0, 9122.0, 9188.0, 9137.0, 9218.0, 9155.0, 9222.0, 9141.0, 9205.0, 9138.0, 9219.0, 9154.0, 9236.0, 9152.0, 9205.0, 9137.0, 9185.0, 9139.0, 9205.0, 9156.0, 9222.0, 9126.0, 9192.0, 9139.0, 9206.0, 9157.0, 9220.0, 9189.0, 9198.0, 9159.0, 9196.0, 9158.0, 9224.0, 9187.0, 9227.0, 9186.0, 9173.0, 9160.0, 9155.0, 9172.0, 9175.0, 9236.0, 9174.0, 9208.0, 9166.0, 9221.0, 9160.0, 9240.0, 9167.0, 9242.0, 9124.0, 9219.0, 9151.0, 9257.0, 9196.0, 9259.0, 9149.0, 9183.0, 9153.0, 9151.0, 9168.0, 9157.0, 9228.0, 9160.0, 9214.0, 9159.0, 9232.0, 9148.0, 9264.0, 9171.0, 9211.0, 9127.0, 9190.0, 9117.0, 9201.0, 9147.0, 9234.0, 9136.0, 9187.0, 9149.0, 9162.0, 9151.0, 9150.0, 9165.0, 9138.0, 9179.0, 9134.0, 9180.0, 9151.0, 9195.0, 9137.0, 9180.0, 9139.0, 9176.0, 9126.0, 9191.0, 9159.0, 9198.0, 9158.0, 9160.0, 9186.0, 9161.0, 9203.0, 9160.0, 9262.0, 9145.0, 9211.0, 9127.0, 9207.0, 9138.0, 9236.0, 9166.0, 9218.0, 9122.0, 9184.0, 9132.0, 9175.0, 9190.0, 9167.0, 9167.0, 9135.0, 9162.0, 9137.0, 9193.0, 9153.0, 9238.0, 9140.0, 9207.0, 9139.0, 9206.0, 9169.0, 9220.0, 9184.0, 9167.0, 9154.0, 9137.0, 9155.0, 9165.0, 9183.0, 9139.0, 9167.0, 9142.0, 9181.0, 9142.0, 9210.0, 9173.0, 9253.0, 9189.0, 9242.0, 9162.0, 9199.0, 9175.0, 9186.0, 9190.0, 9203.0, 9188.0, 9160.0, 9186.0, 9158.0, 9172.0, 9197.0, 9213.0, 9183.0, 9170.0, 9139.0, 9169.0, 9156.0, 9182.0, 9163.0, 9218.0, 9170.0, 9187.0, 9164.0, 9207.0, 9166.0, 9230.0, 9228.0, 9237.0, 9197.0, 9192.0, 9188.0, 9172.0, 9221.0, 9180.0, 9187.0, 9139.0, 9180.0, 9168.0, 9263.0, 9191.0, 9253.0, 9166.0, 9217.0, 9165.0, 9194.0, 9198.0, 9186.0, 9228.0, 9147.0, 9187.0, 9172.0, 9158.0, 9199.0, 9176.0, 9191.0, 9207.0, 9168.0, 9267.0, 9183.0, 9219.0, 9192.0, 9215.0, 9214.0, 9244.0, 9199.0, 9141.0, 9180.0, 9124.0, 9180.0, 9125.0, 9207.0, 9126.0, 9208.0, 9127.0, 9178.0, 9124.0, 9193.0, 9156.0, 9207.0, 9176.0, 9212.0, 9163.0, 9215.0, 9179.0, 9231.0, 9195.0, 9250.0, 9196.0, 9235.0, 9180.0, 9231.0, 9179.0, 9243.0, 9224.0, 9216.0, 9177.0, 9202.0, 9159.0, 9240.0, 9199.0, 9255.0, 9214.0, 9223.0, 9152.0, 9217.0, 9153.0, 9217.0, 9200.0, 9235.0, 9152.0, 9190.0, 9136.0, 9188.0, 9165.0, 9176.0, 9186.0, 9140.0, 9157.0, 9138.0, 9169.0, 9141.0, 9215.0, 9147.0, 9246.0, 9163.0, 9229.0, 9176.0, 9261.0, 9239.0, 9284.0, 9240.0, 9199.0, 9178.0, 9146.0, 9177.0, 9214.0, 9262.0, 9179.0, 9197.0, 9162.0, 9188.0, 9132.0, 9234.0, 9153.0, 9264.0, 9199.0, 9236.0, 9172.0, 9224.0, 9164.0, 9132.0, 9215.0, 9159.0, 9182.0, 9155.0, 9205.0, 9172.0, 9213.0, 9194.0, 9214.0, 9160.0, 9171.0, 9143.0, 9154.0, 9157.0, 9155.0, 9170.0, 9113.0, 9141.0, 9111.0, 9143.0, 9134.0, 9161.0, 9119.0, 9162.0, 9139.0, 9177.0, 9139.0, 9193.0, 9155.0, 9224.0, 9159.0, 9202.0, 9165.0, 9208.0, 9200.0, 9198.0, 9216.0, 9171.0, 9201.0, 9170.0, 9209.0, 9167.0, 9267.0, 9186.0, 9264.0, 9164.0, 9229.0, 9175.0, 9244.0, 9194.0, 9254.0, 9206.0, 9228.0, 9160.0, 9183.0, 9160.0, 9199.0, 9190.0, 9184.0, 9173.0, 9146.0, 9173.0, 9156.0, 9159.0, 9201.0, 9189.0, 9202.0, 9189.0, 9161.0, 9189.0, 9146.0, 9201.0, 9163.0, 9248.0, 9181.0, 9262.0, 9194.0, 9247.0, 9196.0, 9245.0, 9197.0, 9262.0, 9239.0, 9260.0, 9244.0, 9197.0, 9206.0, 9162.0, 9205.0, 9172.0, 9196.0, 9155.0, 9232.0, 9189.0, 9267.0, 9233.0, 9238.0, 9221.0, 9147.0, 9217.0, 9146.0, 9201.0, 9190.0, 9138.0, 9254.0, 9154.0, 9192.0, 9152.0, 9165.0, 9179.0, 9176.0, 9221.0, 9120.0, 9172.0, 9117.0, 9170.0, 9120.0, 9217.0, 9134.0, 9200.0, 9119.0, 9170.0, 9133.0, 9188.0, 9167.0, 9206.0, 9175.0, 9188.0, 9163.0, 9176.0, 9177.0, 9176.0, 9193.0, 9192.0, 9208.0, 9222.0, 9209.0, 9165.0, 9208.0, 9179.0, 9192.0, 9192.0, 9250.0, 9204.0, 9216.0, 9146.0, 9184.0, 9140.0, 9185.0, 9169.0, 9186.0, 9229.0, 9172.0, 9171.0, 9158.0, 9182.0, 9158.0, 9227.0, 9190.0, 9226.0, 9173.0, 9184.0, 9158.0, 9157.0, 9176.0, 9147.0, 9233.0, 9164.0, 9235.0, 9182.0, 9246.0, 9211.0, 9263.0, 9239.0, 9239.0, 9207.0, 9162.0, 9186.0, 9163.0, 9220.0, 9144.0, 9220.0, 9139.0, 9198.0, 9146.0, 9199.0, 9153.0, 9262.0, 9200.0, 9209.0, 9167.0, 9176.0, 9136.0, 9175.0, 9136.0, 9179.0, 9142.0, 9164.0, 9141.0, 9198.0, 9144.0, 9218.0, 9161.0, 9189.0, 9167.0, 9204.0, 9167.0, 9222.0, 9180.0, 9252.0, 9185.0, 9223.0, 9171.0, 9209.0, 9174.0, 9229.0, 9190.0, 9229.0, 9179.0, 9234.0, 9208.0, 9246.0, 9223.0, 9281.0, 9193.0, 9275.0, 9200.0, 9210.0, 9250.0, 9190.0, 9275.0, 9215.0, 9274.0, 9201.0, 9242.0, 9173.0, 9209.0, 9155.0, 9221.0, 9170.0, 9255.0, 9170.0, 9224.0, 9157.0, 9210.0, 9168.0, 9154.0, 9183.0, 9160.0, 9243.0, 9194.0, 9207.0, 9205.0, 9165.0, 9215.0, 9164.0, 9243.0, 9194.0, 9277.0, 9176.0, 9243.0, 9175.0, 9224.0, 9173.0, 9239.0, 9192.0, 9263.0, 9221.0, 9227.0, 9201.0, 9183.0, 9175.0, 9219.0, 9198.0, 9160.0, 9196.0, 9165.0, 9215.0, 9166.0, 9252.0, 9249.0, 9254.0, 9278.0, 9220.0, 9217.0, 9258.0, 9234.0, 9223.0, 9237.0, 9200.0, 9272.0, 9211.0, 9265.0, 9254.0, 9267.0, 9236.0, 9217.0, 9263.0, 9196.0, 9252.0, 9209.0, 9217.0, 9199.0, 9192.0, 9161.0, 9158.0, 9159.0, 9111.0, 9173.0, 9112.0, 9129.0, 9124.0, 9150.0, 9144.0, 9131.0, 9119.0, 9119.0, 9140.0, 9143.0, 9160.0, 9128.0, 9171.0, 9132.0, 9186.0, 9163.0, 9206.0, 9185.0, 9240.0, 9204.0, 9215.0, 9190.0, 9186.0, 9186.0, 9169.0, 9189.0, 9172.0, 9223.0, 9184.0, 9249.0, 9199.0, 9262.0, 9176.0, 9225.0, 9176.0, 9230.0, 9192.0, 9204.0, 9196.0, 9192.0, 9194.0, 9194.0, 9210.0, 9196.0, 9227.0, 9171.0, 9228.0, 9172.0, 9211.0, 9183.0, 9225.0, 9184.0, 9241.0, 9184.0, 9224.0, 9199.0, 9227.0, 9203.0, 9241.0, 9219.0, 9257.0, 9240.0, 9208.0, 9252.0, 9214.0, 9265.0, 9260.0, 9309.0, 9294.0, 9262.0, 9306.0, 9255.0, 9360.0, 9280.0, 9266.0, 9258.0, 9233.0, 9343.0, 9269.0, 9329.0, 9242.0, 9296.0, 9223.0, 9272.0, 9201.0, 9270.0, 9173.0, 9269.0, 9175.0, 9230.0, 9159.0, 9215.0, 9160.0, 9214.0, 9174.0, 9229.0, 9175.0, 9213.0, 9189.0, 9218.0, 9211.0, 9215.0, 9214.0, 9195.0, 9283.0, 9266.0, 9306.0, 9278.0, 9244.0, 9265.0, 9223.0, 9280.0, 9267.0, 9258.0, 9284.0, 9253.0, 9251.0, 9268.0, 9244.0, 9313.0, 9257.0, 9299.0, 9292.0, 9267.0, 9249.0, 9216.0, 9226.0, 9184.0, 9240.0, 9207.0, 9269.0, 9184.0, 9218.0, 9195.0, 9234.0, 9211.0, 9238.0, 9228.0, 9215.0, 9200.0, 9172.0, 9229.0, 9223.0, 9280.0, 9242.0, 9271.0, 9245.0, 9265.0, 9239.0, 9293.0, 9241.0, 9307.0, 9268.0, 9290.0, 9218.0, 9283.0, 9201.0, 9265.0, 9217.0, 9286.0, 9217.0, 9262.0, 9210.0, 9249.0, 9209.0, 9261.0, 9212.0, 9249.0, 9196.0, 9249.0, 9216.0, 9241.0, 9237.0, 9234.0, 9231.0, 9243.0, 9247.0, 9267.0, 9238.0, 9298.0, 9262.0, 9313.0, 9223.0, 9284.0, 9199.0, 9251.0, 9209.0, 9278.0, 9163.0, 9188.0, 9160.0, 9187.0, 9170.0, 9205.0, 9205.0, 9223.0, 9179.0, 9220.0, 9165.0, 9221.0, 9195.0, 9211.0, 9211.0, 9225.0, 9194.0, 9210.0, 9181.0, 9210.0, 9210.0, 9222.0, 9194.0, 9236.0, 9167.0, 9221.0, 9198.0, 9225.0, 9211.0, 9211.0, 9225.0, 9200.0, 9289.0, 9238.0, 9268.0, 9265.0, 9205.0, 9256.0, 9229.0, 9273.0, 9254.0, 9280.0, 9230.0, 9222.0, 9208.0, 9195.0, 9210.0, 9224.0, 9224.0, 9203.0, 9192.0, 9230.0, 9193.0, 9247.0, 9211.0, 9247.0, 9212.0, 9238.0, 9216.0, 9227.0, 9222.0, 9249.0, 9239.0, 9267.0, 9256.0, 9280.0, 9255.0, 9292.0, 9254.0, 9306.0, 9238.0, 9303.0, 9234.0, 9254.0, 9211.0, 9264.0, 9217.0, 9282.0, 9211.0, 9277.0, 9206.0, 9233.0, 9190.0, 9207.0, 9211.0, 9199.0, 9228.0, 9183.0, 9208.0, 9168.0, 9210.0, 9197.0, 9213.0, 9199.0, 9230.0, 9185.0, 9211.0, 9194.0, 9223.0, 9224.0, 9226.0, 9257.0, 9210.0, 9220.0, 9193.0, 9206.0, 9209.0, 9194.0, 9227.0, 9157.0, 9225.0, 9184.0, 9239.0, 9199.0, 9256.0, 9216.0, 9270.0, 9187.0, 9226.0, 9199.0, 9241.0, 9242.0, 9242.0, 9238.0, 9193.0, 9230.0, 9191.0, 9232.0, 9211.0, 9248.0, 9211.0, 9249.0, 9216.0, 9244.0, 9216.0, 9217.0, 9218.0, 9228.0, 9228.0, 9289.0, 9245.0, 9285.0, 9197.0, 9265.0, 9216.0, 9271.0, 9215.0, 9260.0, 9174.0, 9223.0, 9172.0, 9226.0, 9190.0, 9260.0, 9187.0, 9254.0, 9186.0, 9240.0, 9175.0, 9245.0, 9190.0, 9244.0, 9188.0, 9213.0, 9173.0, 9213.0, 9174.0, 9197.0, 9156.0, 9200.0, 9159.0, 9186.0, 9160.0, 9203.0, 9185.0, 9209.0, 9169.0, 9222.0, 9180.0, 9237.0, 9197.0, 9285.0, 9198.0, 9264.0, 9195.0, 9232.0, 9195.0, 9237.0, 9199.0, 9241.0, 9201.0, 9251.0, 9202.0, 9239.0, 9232.0, 9240.0, 9211.0, 9198.0, 9227.0, 9201.0, 9285.0, 9239.0, 9289.0, 9218.0, 9226.0, 9211.0, 9198.0, 9225.0, 9183.0, 9239.0, 9183.0, 9220.0, 9164.0, 9219.0, 9178.0, 9218.0, 9146.0, 9206.0, 9164.0, 9206.0, 9171.0, 9223.0, 9201.0, 9245.0, 9206.0, 9246.0, 9205.0, 9260.0, 9221.0, 9307.0, 9263.0, 9320.0, 9243.0, 9262.0, 9245.0, 9242.0, 9219.0, 9258.0, 9229.0, 9187.0, 9225.0, 9183.0, 9259.0, 9255.0, 9285.0, 9259.0, 9230.0, 9279.0, 9233.0, 9213.0, 9268.0, 9229.0, 9204.0, 9223.0, 9193.0, 9239.0, 9225.0, 9196.0, 9281.0, 9231.0, 9288.0, 9258.0, 9222.0, 9245.0, 9172.0, 9236.0, 9168.0, 9254.0, 9194.0, 9234.0, 9166.0, 9226.0, 9147.0, 9185.0, 9126.0, 9204.0, 9116.0, 9173.0, 9109.0, 9154.0, 9130.0, 9174.0, 9149.0, 9208.0, 9155.0, 9207.0, 9170.0, 9208.0, 9191.0, 9266.0, 9231.0, 9245.0, 9186.0, 9204.0, 9198.0, 9210.0, 9225.0, 9198.0, 9219.0, 9178.0, 9216.0, 9191.0, 9236.0, 9199.0, 9264.0, 9172.0, 9212.0, 9155.0, 9199.0, 9157.0, 9214.0, 9170.0, 9180.0, 9160.0, 9179.0, 9168.0, 9184.0, 9172.0, 9202.0, 9180.0, 9244.0, 9226.0, 9254.0, 9223.0, 9221.0, 9236.0, 9225.0, 9332.0, 9244.0, 9289.0, 9219.0, 9257.0, 9234.0, 9287.0, 9223.0, 9272.0, 9215.0, 9270.0, 9201.0, 9258.0, 9199.0, 9243.0, 9181.0, 9194.0, 9205.0, 9181.0, 9234.0, 9209.0, 9237.0, 9201.0, 9239.0, 9217.0, 9229.0, 9218.0, 9243.0, 9220.0, 9262.0, 9222.0, 9273.0, 9220.0, 9243.0, 9207.0, 9247.0, 9205.0, 9233.0, 9189.0, 9217.0, 9203.0, 9213.0, 9255.0, 9213.0, 9284.0, 9227.0, 9239.0, 9185.0, 9209.0, 9196.0, 9252.0, 9213.0, 9266.0, 9199.0, 9248.0, 9198.0, 9239.0, 9213.0, 9251.0, 9215.0, 9253.0, 9212.0, 9251.0, 9214.0, 9240.0, 9219.0, 9243.0, 9220.0, 9260.0, 9239.0, 9264.0, 9227.0, 9261.0, 9240.0, 9287.0, 9264.0, 9315.0, 9241.0, 9256.0, 9221.0, 9264.0, 9223.0, 9272.0, 9236.0, 9255.0, 9255.0, 9159.0, 9259.0, 9225.0, 9261.0, 9217.0, 9219.0, 9207.0, 9202.0, 9185.0, 9228.0, 9187.0, 9259.0, 9175.0, 9228.0, 9174.0, 9215.0, 9191.0, 9214.0, 9192.0, 9230.0, 9190.0, 9203.0, 9182.0, 9237.0, 9210.0, 9248.0, 9195.0, 9234.0, 9198.0, 9224.0, 9216.0, 9241.0, 9241.0, 9265.0, 9242.0, 9259.0, 9230.0, 9247.0, 9246.0, 9255.0, 9288.0, 9250.0, 9311.0, 9272.0, 9279.0, 9281.0, 9221.0, 9290.0, 9204.0, 9299.0, 9199.0, 9253.0, 9180.0, 9250.0, 9181.0, 9221.0, 9183.0, 9220.0, 9181.0, 9221.0, 9182.0, 9237.0, 9193.0, 9232.0, 9186.0, 9240.0, 9213.0, 9270.0, 9251.0, 9240.0, 9188.0, 9217.0, 9213.0, 9210.0, 9228.0, 9170.0, 9223.0, 9163.0, 9233.0, 9197.0, 9285.0, 9193.0, 9245.0, 9163.0, 9198.0, 9170.0, 9187.0, 9241.0, 9188.0, 9253.0, 9167.0, 9221.0, 9188.0, 9225.0, 9187.0, 9226.0, 9204.0, 9228.0, 9189.0, 9218.0, 9214.0, 9273.0, 9233.0, 9253.0, 9215.0, 9196.0, 9199.0, 9188.0, 9232.0, 9208.0, 9267.0, 9238.0, 9309.0, 9238.0, 9289.0, 9235.0, 9285.0, 9233.0, 9300.0, 9201.0, 9267.0, 9196.0, 9237.0, 9199.0, 9267.0, 9229.0, 9254.0, 9214.0, 9242.0, 9235.0, 9270.0, 9236.0, 9286.0, 9214.0, 9252.0, 9195.0, 9246.0, 9193.0, 9234.0, 9179.0, 9236.0, 9179.0, 9220.0, 9165.0, 9204.0, 9167.0, 9220.0, 9166.0, 9235.0, 9180.0, 9220.0, 9181.0, 9221.0, 9199.0, 9240.0, 9187.0, 9258.0, 9171.0, 9225.0, 9182.0, 9225.0, 9213.0, 9239.0, 9180.0, 9201.0, 9224.0, 9198.0, 9234.0, 9197.0, 9255.0, 9218.0, 9256.0, 9227.0, 9228.0, 9243.0, 9235.0, 9276.0, 9289.0, 9319.0, 9282.0, 9285.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.002187814407814408</td></tr>
<tr><td colspan=3>aqi</td><td>0.03726205836385836</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.0197255619242</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1743882901466098</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0210529206291987</td></tr>
<tr><td colspan=3>efc</td><td>0.4921</td></tr>
<tr><td colspan=3>fber</td><td>3660.9797</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13250079528993985</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>266</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.23931623931624</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5624919214156634</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6153377558273068</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.666341754611277</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.405796253808406</td></tr>
<tr><td colspan=3>gcor</td><td>0.0156631</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0011775244493037462</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022620126605033875</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1638</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9634529715143154</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>27.4458</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.8487</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.8223</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296658.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>834.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.9925</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6933</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.6125</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3319.7705</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3458.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4368.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>872.4661</td></tr>
<tr><td colspan=3>tsnr</td><td>31.734651362057775</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>