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

616 lines
No EOL
172 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-0131_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-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_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-0131/figures/sub-0131_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131/ses-03/func/sub-0131_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>647b559d488a20b1b31bdc9abad9f2fb</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>21:57:4.382500</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>[1, 0, 5.737e-12, 0, 1, -3.9345e-11]</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.106715</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4202, -7807, -7184, 364, -150, -76, 64, 136]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.249</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>711d7bec-d43f-450b-937c-9b24d322205f||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.682926893234253, 0.0, 1.5489899293785747e-11, 110.0], [0.0, 2.682926893234253, -1.062315027611227e-10, -107.31707763671875], [1.539195160216167e-11, 1.0555975538117934e-10, 2.700000047683716, -74.25], [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': ['215704.382500', '215704.842500', '215705.302500', '215705.762500', '215706.222500', '215706.682500', '215707.142500', '215707.602500', '215708.062500', '215708.522500', '215708.982500', '215709.442500', '215709.902500', '215710.362500', '215710.822500', '215711.282500', '215711.742500', '215712.202500', '215712.662500', '215713.122500', '215713.582500', '215714.042500', '215714.502500', '215714.962500', '215715.422500', '215715.882500', '215716.342500', '215716.802500', '215717.262500', '215717.722500', '215718.182500', '215718.642500', '215719.102500', '215719.562500', '215720.022500', '215720.482500', '215720.942500', '215721.402500', '215721.862500', '215722.322500', '215722.782500', '215723.242500', '215723.702500', '215724.162500', '215724.622500', '215725.082500', '215725.542500', '215726.002500', '215726.462500', '215726.922500', '215727.382500', '215727.842500', '215728.302500', '215728.762500', '215729.222500', '215729.682500', '215730.142500', '215730.602500', '215731.062500', '215731.522500', '215731.982500', '215732.442500', '215732.902500', '215733.362500', '215733.822500', '215734.282500', '215734.742500', '215735.202500', '215735.662500', '215736.122500', '215736.582500', '215737.042500', '215737.502500', '215737.962500', '215738.422500', '215738.882500', '215739.342500', '215739.802500', '215740.262500', '215740.722500', '215741.182500', '215741.642500', '215742.102500', '215742.562500', '215743.022500', '215743.482500', '215743.942500', '215744.402500', '215744.862500', '215745.322500', '215745.782500', '215746.242500', '215746.702500', '215747.162500', '215747.622500', '215748.082500', '215748.542500', '215749.002500', '215749.462500', '215749.922500', '215750.382500', '215750.842500', '215751.302500', '215751.762500', '215752.222500', '215752.682500', '215753.142500', '215753.602500', '215754.062500', '215754.522500', '215754.982500', '215755.442500', '215755.902500', '215756.362500', '215756.822500', '215757.282500', '215757.742500', '215758.202500', '215758.662500', '215759.122500', '215759.582500', '215800.042500', '215800.502500', '215800.962500', '215801.422500', '215801.882500', '215802.342500', '215802.802500', '215803.262500', '215803.722500', '215804.182500', '215804.642500', '215805.102500', '215805.562500', '215806.022500', '215806.482500', '215806.942500', '215807.402500', '215807.862500', '215808.322500', '215808.782500', '215809.242500', '215809.702500', '215810.162500', '215810.622500', '215811.082500', '215811.542500', '215812.002500', '215812.462500', '215812.922500', '215813.382500', '215813.842500', '215814.302500', '215814.762500', '215815.222500', '215815.682500', '215816.142500', '215816.602500', '215817.062500', '215817.522500', '215817.982500', '215818.442500', '215818.902500', '215819.362500', '215819.822500', '215820.282500', '215820.742500', '215821.202500', '215821.662500', '215822.122500', '215822.582500', '215823.042500', '215823.502500', '215823.962500', '215824.422500', '215824.882500', '215825.342500', '215825.802500', '215826.262500', '215826.722500', '215827.182500', '215827.642500', '215828.102500', '215828.562500', '215829.022500', '215829.482500', '215829.942500', '215830.402500', '215830.862500', '215831.322500', '215831.782500', '215832.242500', '215832.702500', '215833.162500', '215833.622500', '215834.082500', '215834.542500', '215835.002500', '215835.462500', '215835.922500', '215836.382500', '215836.842500', '215837.302500', '215837.762500', '215838.222500', '215838.682500', '215839.142500', '215839.602500', '215840.062500', '215840.522500', '215840.982500', '215841.442500', '215841.902500', '215842.362500', '215842.822500', '215843.282500', '215843.742500', '215844.202500', '215844.662500', '215845.122500', '215845.582500', '215846.042500', '215846.502500', '215846.962500', '215847.422500', '215847.882500', '215848.342500', '215848.802500', '215849.262500', '215849.722500', '215850.182500', '215850.642500', '215851.102500', '215851.562500', '215852.022500', '215852.482500', '215852.942500', '215853.402500', '215853.862500', '215854.322500', '215854.782500', '215855.242500', '215855.702500', '215856.162500', '215856.622500', '215857.082500', '215857.542500', '215858.002500', '215858.462500', '215858.922500', '215859.382500', '215859.842500', '215900.302500', '215900.762500', '215901.222500', '215901.682500', '215902.142500', '215902.602500', '215903.062500', '215903.522500', '215903.982500', '215904.442500', '215904.902500', '215905.362500', '215905.822500', '215906.282500', '215906.742500', '215907.202500', '215907.662500', '215908.122500', '215908.582500', '215909.042500', '215909.502500', '215909.962500', '215910.422500', '215910.882500', '215911.342500', '215911.802500', '215912.262500', '215912.722500', '215913.182500', '215913.642500', '215914.102500', '215914.562500', '215915.022500', '215915.482500', '215915.942500', '215916.402500', '215916.862500', '215917.322500', '215917.782500', '215918.242500', '215918.702500', '215919.162500', '215919.622500', '215920.082500', '215920.542500', '215921.002500', '215921.462500', '215921.922500', '215922.382500', '215922.842500', '215923.302500', '215923.762500', '215924.222500', '215924.682500', '215925.142500', '215925.602500', '215926.062500', '215926.522500', '215926.982500', '215927.442500', '215927.902500', '215928.362500', '215928.822500', '215929.282500', '215929.742500', '215930.202500', '215930.662500', '215931.122500', '215931.582500', '215932.042500', '215932.502500', '215932.962500', '215933.422500', '215933.882500', '215934.342500', '215934.802500', '215935.262500', '215935.722500', '215936.182500', '215936.642500', '215937.102500', '215937.562500', '215938.022500', '215938.482500', '215938.942500', '215939.402500', '215939.862500', '215940.322500', '215940.782500', '215941.242500', '215941.702500', '215942.162500', '215942.622500', '215943.082500', '215943.542500', '215944.002500', '215944.462500', '215944.922500', '215945.382500', '215945.842500', '215946.302500', '215946.762500', '215947.222500', '215947.682500', '215948.142500', '215948.602500', '215949.062500', '215949.522500', '215949.982500', '215950.442500', '215950.902500', '215951.362500', '215951.822500', '215952.282500', '215952.742500', '215953.202500', '215953.662500', '215954.122500', '215954.582500', '215955.042500', '215955.502500', '215955.962500', '215956.422500', '215956.882500', '215957.342500', '215957.802500', '215958.262500', '215958.722500', '215959.182500', '215959.642500', '220000.102500', '220000.562500', '220001.022500', '220001.482500', '220001.942500', '220002.402500', '220002.862500', '220003.322500', '220003.782500', '220004.242500', '220004.702500', '220005.162500', '220005.622500', '220006.082500', '220006.542500', '220007.002500', '220007.462500', '220007.922500', '220008.382500', '220008.842500', '220009.302500', '220009.762500', '220010.222500', '220010.682500', '220011.142500', '220011.602500', '220012.062500', '220012.522500', '220012.982500', '220013.442500', '220013.902500', '220014.362500', '220014.822500', '220015.282500', '220015.742500', '220016.202500', '220016.662500', '220017.122500', '220017.582500', '220018.042500', '220018.502500', '220018.962500', '220019.422500', '220019.882500', '220020.342500', '220020.802500', '220021.262500', '220021.722500', '220022.182500', '220022.642500', '220023.102500', '220023.562500', '220024.022500', '220024.482500', '220024.942500', '220025.402500', '220025.862500', '220026.322500', '220026.782500', '220027.242500', '220027.702500', '220028.162500', '220028.622500', '220029.082500', '220029.542500', '220030.002500', '220030.462500', '220030.922500', '220031.382500', '220031.842500', '220032.302500', '220032.762500', '220033.222500', '220033.682500', '220034.142500', '220034.602500', '220035.062500', '220035.522500', '220035.982500', '220036.442500', '220036.902500', '220037.362500', '220037.822500', '220038.282500', '220038.742500', '220039.202500', '220039.662500', '220040.122500', '220040.582500', '220041.042500', '220041.502500', '220041.962500', '220042.422500', '220042.882500', '220043.342500', '220043.802500', '220044.262500', '220044.722500', '220045.182500', '220045.642500', '220046.102500', '220046.562500', '220047.022500', '220047.482500', '220047.942500', '220048.402500', '220048.862500', '220049.322500', '220049.782500', '220050.242500', '220050.702500', '220051.162500', '220051.622500', '220052.082500', '220052.542500', '220053.002500', '220053.462500', '220053.922500', '220054.382500', '220054.842500', '220055.302500', '220055.762500', '220056.222500', '220056.682500', '220057.142500', '220057.602500', '220058.062500', '220058.522500', '220058.982500', '220059.442500', '220059.902500', '220100.362500', '220100.822500', '220101.282500', '220101.742500', '220102.202500', '220102.662500', '220103.122500', '220103.582500', '220104.042500', '220104.502500', '220104.962500', '220105.422500', '220105.882500', '220106.342500', '220106.802500', '220107.262500', '220107.722500', '220108.182500', '220108.642500', '220109.102500', '220109.562500', '220110.022500', '220110.482500', '220110.942500', '220111.402500', '220111.862500', '220112.322500', '220112.782500', '220113.242500', '220113.702500', '220114.162500', '220114.622500', '220115.082500', '220115.542500', '220116.002500', '220116.462500', '220116.922500', '220117.382500', '220117.842500', '220118.302500', '220118.762500', '220119.222500', '220119.682500', '220120.142500', '220120.602500', '220121.062500', '220121.522500', '220121.982500', '220122.442500', '220122.902500', '220123.362500', '220123.822500', '220124.282500', '220124.742500', '220125.202500', '220125.662500', '220126.122500', '220126.582500', '220127.042500', '220127.502500', '220127.962500', '220128.422500', '220128.882500', '220129.342500', '220129.802500', '220130.262500', '220130.722500', '220131.182500', '220131.642500', '220132.102500', '220132.562500', '220133.022500', '220133.482500', '220133.942500', '220134.402500', '220134.862500', '220135.322500', '220135.782500', '220136.242500', '220136.702500', '220137.162500', '220137.622500', '220138.082500', '220138.542500', '220139.002500', '220139.462500', '220139.922500', '220140.382500', '220140.842500', '220141.302500', '220141.762500', '220142.222500', '220142.682500', '220143.142500', '220143.602500', '220144.062500', '220144.522500', '220144.982500', '220145.442500', '220145.902500', '220146.362500', '220146.822500', '220147.282500', '220147.742500', '220148.202500', '220148.662500', '220149.122500', '220149.582500', '220150.042500', '220150.502500', '220150.962500', '220151.422500', '220151.882500', '220152.342500', '220152.802500', '220153.262500', '220153.722500', '220154.182500', '220154.642500', '220155.102500', '220155.562500', '220156.022500', '220156.482500', '220156.942500', '220157.402500', '220157.862500', '220158.322500', '220158.782500', '220159.242500', '220159.702500', '220200.162500', '220200.622500', '220201.082500', '220201.542500', '220202.002500', '220202.462500', '220202.922500', '220203.382500', '220203.842500', '220204.302500', '220204.762500', '220205.222500', '220205.682500', '220206.142500', '220206.602500', '220207.062500', '220207.522500', '220207.982500', '220208.442500', '220208.902500', '220209.362500', '220209.822500', '220210.282500', '220210.742500', '220211.202500', '220211.662500', '220212.122500', '220212.582500', '220213.042500', '220213.502500', '220213.962500', '220214.422500', '220214.882500', '220215.342500', '220215.802500', '220216.262500', '220216.722500', '220217.182500', '220217.642500', '220218.102500', '220218.562500', '220219.022500', '220219.482500', '220219.942500', '220220.402500', '220220.862500', '220221.322500', '220221.782500', '220222.242500', '220222.702500', '220223.162500', '220223.622500', '220224.082500', '220224.542500', '220225.002500', '220225.462500', '220225.922500', '220226.382500', '220226.842500', '220227.302500', '220227.762500', '220228.222500', '220228.682500', '220229.142500', '220229.602500', '220230.062500', '220230.522500', '220230.982500', '220231.442500', '220231.902500', '220232.362500', '220232.822500', '220233.282500', '220233.742500', '220234.202500', '220234.662500', '220235.122500', '220235.582500', '220236.042500', '220236.502500', '220236.962500', '220237.422500', '220237.882500', '220238.342500', '220238.802500', '220239.262500', '220239.722500', '220240.182500', '220240.642500', '220241.102500', '220241.562500', '220242.022500', '220242.482500', '220242.942500', '220243.402500', '220243.862500', '220244.322500', '220244.782500', '220245.242500', '220245.702500', '220246.162500', '220246.622500', '220247.082500', '220247.542500', '220248.002500', '220248.462500', '220248.922500', '220249.382500', '220249.842500', '220250.302500', '220250.762500', '220251.222500', '220251.682500', '220252.142500', '220252.602500', '220253.062500', '220253.522500', '220253.982500', '220254.442500', '220254.902500', '220255.362500', '220255.822500', '220256.282500', '220256.742500', '220257.202500', '220257.662500', '220258.122500', '220258.582500', '220259.042500', '220259.502500', '220259.962500', '220300.422500', '220300.882500', '220301.342500', '220301.802500', '220302.262500', '220302.722500', '220303.182500', '220303.642500', '220304.102500', '220304.562500', '220305.022500', '220305.482500', '220305.942500', '220306.402500', '220306.862500', '220307.322500', '220307.782500', '220308.242500', '220308.702500', '220309.162500', '220309.622500', '220310.082500', '220310.542500', '220311.002500', '220311.462500', '220311.922500', '220312.382500', '220312.842500', '220313.302500', '220313.762500', '220314.222500', '220314.682500', '220315.142500', '220315.602500', '220316.062500', '220316.522500', '220316.982500', '220317.442500', '220317.902500', '220318.362500', '220318.822500', '220319.282500', '220319.742500', '220320.202500', '220320.662500', '220321.122500', '220321.582500', '220322.042500', '220322.502500', '220322.962500', '220323.422500', '220323.882500', '220324.342500', '220324.802500', '220325.262500', '220325.722500', '220326.182500', '220326.642500', '220327.102500', '220327.562500', '220328.022500', '220328.482500', '220328.942500', '220329.402500', '220329.862500', '220330.322500', '220330.782500', '220331.242500', '220331.702500', '220332.162500', '220332.622500', '220333.082500', '220333.542500', '220334.002500', '220334.462500', '220334.922500', '220335.382500', '220335.842500', '220336.302500', '220336.762500', '220337.222500', '220337.682500', '220338.142500', '220338.602500', '220339.062500', '220339.522500', '220339.982500', '220340.442500', '220340.902500', '220341.362500', '220341.822500', '220342.282500', '220342.742500', '220343.202500', '220343.662500', '220344.122500', '220344.582500', '220345.042500', '220345.502500', '220345.962500', '220346.422500', '220346.882500', '220347.342500', '220347.802500', '220348.262500', '220348.722500', '220349.182500', '220349.642500', '220350.102500', '220350.562500', '220351.022500', '220351.482500', '220351.942500', '220352.402500', '220352.862500', '220353.322500', '220353.782500', '220354.242500', '220354.702500', '220355.162500', '220355.622500', '220356.082500', '220356.542500', '220357.002500', '220357.462500', '220357.922500', '220358.382500', '220358.842500', '220359.302500', '220359.762500', '220400.222500', '220400.682500', '220401.142500', '220401.602500', '220402.062500', '220402.522500', '220402.982500', '220403.442500', '220403.902500', '220404.362500', '220404.822500', '220405.282500', '220405.742500', '220406.202500', '220406.662500', '220407.122500', '220407.582500', '220408.042500', '220408.502500', '220408.962500', '220409.422500', '220409.882500', '220410.342500', '220410.802500', '220411.262500', '220411.722500', '220412.182500', '220412.642500', '220413.102500', '220413.562500', '220414.022500', '220414.482500', '220414.942500', '220415.402500', '220415.862500', '220416.322500', '220416.782500', '220417.242500', '220417.702500', '220418.162500', '220418.622500', '220419.082500', '220419.542500', '220420.002500', '220420.462500', '220420.922500', '220421.382500', '220421.842500', '220422.302500', '220422.762500', '220423.222500', '220423.682500', '220424.142500', '220424.602500', '220425.062500', '220425.522500', '220425.982500', '220426.442500', '220426.902500', '220427.362500', '220427.822500', '220428.282500', '220428.742500', '220429.202500', '220429.662500', '220430.122500', '220430.582500', '220431.042500', '220431.502500', '220431.962500', '220432.422500', '220432.882500', '220433.342500', '220433.802500', '220434.262500', '220434.722500', '220435.182500', '220435.642500', '220436.102500', '220436.562500', '220437.022500', '220437.482500', '220437.942500', '220438.402500', '220438.862500', '220439.322500', '220439.782500', '220440.242500', '220440.702500', '220441.162500', '220441.622500', '220442.082500', '220442.542500', '220443.002500', '220443.462500', '220443.922500', '220444.382500', '220444.842500', '220445.302500', '220445.762500', '220446.222500', '220446.682500', '220447.142500', '220447.602500', '220448.062500', '220448.522500', '220448.982500', '220449.442500', '220449.902500', '220450.362500', '220450.822500', '220451.282500', '220451.742500', '220452.202500', '220452.662500', '220453.122500', '220453.582500', '220454.042500', '220454.502500', '220454.962500', '220455.422500', '220455.882500', '220456.342500', '220456.802500', '220457.262500', '220457.722500', '220458.182500', '220458.642500', '220459.102500', '220459.562500', '220500.022500', '220500.482500', '220500.942500', '220501.402500', '220501.862500', '220502.322500', '220502.782500', '220503.242500', '220503.702500', '220504.162500', '220504.622500', '220505.082500', '220505.542500', '220506.002500', '220506.462500', '220506.922500', '220507.382500', '220507.842500', '220508.302500', '220508.762500', '220509.222500', '220509.682500', '220510.142500', '220510.602500', '220511.062500', '220511.522500', '220511.982500', '220512.442500', '220512.902500', '220513.362500', '220513.822500', '220514.282500', '220514.742500', '220515.202500', '220515.662500', '220516.122500', '220516.582500', '220517.042500', '220517.502500', '220517.962500', '220518.422500', '220518.882500', '220519.342500', '220519.802500', '220520.262500', '220520.722500', '220521.182500', '220521.642500', '220522.102500', '220522.562500', '220523.022500', '220523.482500', '220523.942500', '220524.402500', '220524.862500', '220525.322500', '220525.782500', '220526.242500', '220526.702500', '220527.162500', '220527.622500', '220528.082500', '220528.542500', '220529.002500', '220529.462500', '220529.922500', '220530.382500', '220530.842500', '220531.302500', '220531.762500', '220532.222500', '220532.682500', '220533.142500', '220533.602500', '220534.062500', '220534.522500', '220534.982500', '220535.442500', '220535.902500', '220536.362500', '220536.822500', '220537.282500', '220537.742500', '220538.202500', '220538.662500', '220539.122500', '220539.582500', '220540.042500', '220540.502500', '220540.962500', '220541.422500', '220541.882500', '220542.342500', '220542.802500', '220543.262500', '220543.722500', '220544.182500', '220544.642500', '220545.102500', '220545.562500', '220546.022500', '220546.482500', '220546.942500', '220547.402500', '220547.862500', '220548.322500', '220548.782500', '220549.242500', '220549.702500', '220550.162500', '220550.622500', '220551.082500', '220551.542500', '220552.002500', '220552.462500', '220552.922500', '220553.382500', '220553.842500', '220554.302500', '220554.762500', '220555.222500', '220555.682500', '220556.142500', '220556.602500', '220557.062500', '220557.522500', '220557.982500', '220558.442500', '220558.902500', '220559.362500', '220559.822500', '220600.282500', '220600.742500', '220601.202500', '220601.662500', '220602.122500', '220602.582500', '220603.042500', '220603.502500', '220603.962500', '220604.422500', '220604.882500', '220605.342500', '220605.802500', '220606.262500', '220606.722500', '220607.182500', '220607.642500', '220608.102500', '220608.562500', '220609.022500', '220609.482500', '220609.942500', '220610.402500', '220610.862500', '220611.322500', '220611.782500', '220612.242500', '220612.702500', '220613.162500', '220613.622500', '220614.082500', '220614.542500', '220615.002500', '220615.462500', '220615.922500', '220616.382500', '220616.842500', '220617.302500', '220617.762500', '220618.222500', '220618.682500', '220619.142500', '220619.602500', '220620.062500', '220620.522500', '220620.982500', '220621.442500', '220621.902500', '220622.362500', '220622.822500', '220623.282500', '220623.742500', '220624.202500', '220624.662500', '220625.122500', '220625.582500', '220626.042500', '220626.502500', '220626.962500', '220627.422500', '220627.882500', '220628.342500', '220628.802500', '220629.262500', '220629.722500', '220630.182500', '220630.642500', '220631.102500', '220631.562500', '220632.022500', '220632.482500', '220632.942500', '220633.402500', '220633.862500', '220634.322500', '220634.782500', '220635.242500', '220635.702500', '220636.162500', '220636.622500', '220637.082500', '220637.542500', '220638.002500', '220638.462500', '220638.922500', '220639.382500', '220639.842500', '220640.302500', '220640.762500', '220641.222500', '220641.682500', '220642.142500', '220642.602500', '220643.062500', '220643.522500', '220643.982500', '220644.442500', '220644.902500', '220645.362500', '220645.822500', '220646.282500', '220646.742500', '220647.202500', '220647.662500', '220648.122500', '220648.582500', '220649.042500', '220649.502500', '220649.962500', '220650.422500', '220650.882500', '220651.342500', '220651.802500', '220652.262500', '220652.722500', '220653.182500', '220653.642500', '220654.102500', '220654.562500', '220655.022500', '220655.482500', '220655.942500', '220656.402500', '220656.862500', '220657.322500', '220657.782500', '220658.242500', '220658.702500', '220659.162500', '220659.622500', '220700.082500', '220700.542500', '220701.002500', '220701.462500', '220701.922500', '220702.382500', '220702.842500', '220703.302500', '220703.762500', '220704.222500', '220704.682500', '220705.142500', '220705.602500', '220706.062500', '220706.522500', '220706.982500', '220707.442500', '220707.902500', '220708.362500', '220708.822500', '220709.282500', '220709.742500', '220710.202500', '220710.662500', '220711.122500', '220711.582500', '220712.042500', '220712.502500', '220712.962500', '220713.422500', '220713.882500', '220714.342500', '220714.802500', '220715.262500', '220715.722500', '220716.182500', '220716.642500', '220717.102500', '220717.562500', '220718.022500', '220718.482500', '220718.942500', '220719.402500', '220719.862500', '220720.322500', '220720.782500', '220721.242500', '220721.702500', '220722.162500', '220722.622500', '220723.082500', '220723.542500', '220724.002500', '220724.462500', '220724.922500', '220725.382500', '220725.842500', '220726.302500', '220726.762500', '220727.222500', '220727.682500', '220728.142500', '220728.602500', '220729.062500', '220729.522500', '220729.982500', '220730.442500', '220730.902500', '220731.362500', '220731.822500', '220732.282500', '220732.742500', '220733.202500', '220733.662500', '220734.122500', '220734.582500', '220735.042500', '220735.502500', '220735.962500', '220736.422500', '220736.882500', '220737.342500', '220737.802500', '220738.262500', '220738.722500', '220739.182500', '220739.642500', '220740.102500', '220740.562500', '220741.022500', '220741.482500', '220741.942500', '220742.402500', '220742.862500', '220743.322500', '220743.782500', '220744.242500', '220744.702500', '220745.162500', '220745.622500', '220746.082500', '220746.542500', '220747.002500', '220747.462500', '220747.922500', '220748.382500', '220748.842500', '220749.302500', '220749.762500', '220750.222500', '220750.682500', '220751.142500', '220751.602500', '220752.062500', '220752.522500', '220752.982500', '220753.442500', '220753.902500', '220754.362500', '220754.822500', '220755.282500', '220755.742500', '220756.202500', '220756.662500', '220757.122500', '220757.582500', '220758.042500', '220758.502500', '220758.962500', '220759.422500', '220759.882500', '220800.342500', '220800.802500', '220801.262500', '220801.722500', '220802.182500', '220802.642500', '220803.102500', '220803.562500', '220804.022500', '220804.482500', '220804.942500', '220805.402500', '220805.862500', '220806.322500', '220806.782500', '220807.242500', '220807.702500', '220808.162500', '220808.622500', '220809.082500', '220809.542500', '220810.002500', '220810.462500', '220810.922500', '220811.382500', '220811.842500', '220812.302500', '220812.762500', '220813.222500', '220813.682500', '220814.142500', '220814.602500', '220815.062500', '220815.522500', '220815.982500', '220816.442500', '220816.902500', '220817.362500', '220817.822500', '220818.282500', '220818.742500', '220819.202500', '220819.662500', '220820.122500', '220820.582500', '220821.042500', '220821.502500', '220821.962500', '220822.422500', '220822.882500', '220823.342500', '220823.802500', '220824.262500', '220824.722500', '220825.182500', '220825.642500', '220826.102500', '220826.562500', '220827.022500', '220827.482500', '220827.942500', '220828.402500', '220828.862500', '220829.322500', '220829.782500', '220830.242500', '220830.702500', '220831.162500', '220831.622500', '220832.082500', '220832.542500', '220833.002500', '220833.462500', '220833.922500', '220834.382500', '220834.842500', '220835.302500', '220835.762500', '220836.222500', '220836.682500', '220837.142500', '220837.602500', '220838.062500', '220838.522500', '220838.982500', '220839.442500', '220839.902500', '220840.362500', '220840.822500', '220841.282500', '220841.742500', '220842.202500', '220842.662500', '220843.122500', '220843.582500', '220844.042500', '220844.502500', '220844.962500', '220845.422500', '220845.882500', '220846.342500', '220846.802500', '220847.262500', '220847.722500', '220848.182500', '220848.642500', '220849.102500', '220849.562500', '220850.022500', '220850.482500', '220850.942500', '220851.402500', '220851.862500', '220852.322500', '220852.782500', '220853.242500', '220853.702500', '220854.162500', '220854.622500', '220855.082500', '220855.542500', '220856.002500', '220856.462500', '220856.922500', '220857.382500', '220857.842500', '220858.302500', '220858.762500', '220859.222500', '220859.682500', '220900.142500', '220900.602500', '220901.062500', '220901.522500', '220901.982500', '220902.442500', '220902.902500', '220903.362500', '220903.822500', '220904.282500', '220904.742500', '220905.202500', '220905.662500', '220906.122500', '220906.582500', '220907.042500', '220907.502500', '220907.962500', '220908.422500', '220908.882500', '220909.342500', '220909.802500', '220910.262500', '220910.722500', '220911.182500', '220911.642500', '220912.102500', '220912.562500', '220913.022500', '220913.482500', '220913.942500', '220914.402500', '220914.862500', '220915.322500', '220915.782500', '220916.242500', '220916.702500', '220917.162500', '220917.622500', '220918.082500', '220918.542500', '220919.002500', '220919.462500', '220919.922500', '220920.382500', '220920.842500', '220921.302500', '220921.762500', '220922.222500', '220922.682500', '220923.142500', '220923.602500', '220924.062500', '220924.522500', '220924.982500', '220925.442500', '220925.902500', '220926.362500', '220926.822500', '220927.282500', '220927.742500', '220928.202500', '220928.662500', '220929.122500', '220929.582500', '220930.042500', '220930.502500', '220930.962500', '220931.422500', '220931.882500', '220932.342500', '220932.802500', '220933.262500', '220933.722500', '220934.182500', '220934.642500', '220935.102500', '220935.562500', '220936.022500', '220936.482500', '220936.942500', '220937.402500', '220937.862500', '220938.322500'], 'ContentTime': ['215719.850000', '215719.853000', '215719.856000', '215719.859000', '215719.861000', '215719.864000', '215719.867000', '215719.869000', '215719.872000', '215719.880000', '215719.883000', '215719.885000', '215719.888000', '215719.890000', '215719.893000', '215719.895000', '215719.898000', '215719.901000', '215719.903000', '215719.906000', '215719.908000', '215719.911000', '215719.913000', '215719.916000', '215719.918000', '215719.921000', '215719.924000', '215719.926000', '215719.929000', '215719.931000', '215739.818000', '215739.821000', '215739.824000', '215739.826000', '215739.829000', '215739.831000', '215739.834000', '215739.837000', '215739.839000', '215739.842000', '215739.844000', '215739.875000', '215739.878000', '215739.880000', '215739.883000', '215739.886000', '215739.888000', '215739.891000', '215739.894000', '215739.896000', '215739.899000', '215739.901000', '215739.908000', '215739.910000', '215739.913000', '215739.915000', '215739.918000', '215739.921000', '215739.923000', '215739.926000', '215739.928000', '215739.931000', '215739.933000', '215739.936000', '215739.938000', '215739.941000', '215739.943000', '215739.946000', '215739.949000', '215739.951000', '215739.954000', '215739.956000', '215739.959000', '215739.962000', '215759.819000', '215759.822000', '215759.824000', '215759.827000', '215759.830000', '215759.846000', '215759.848000', '215759.851000', '215759.854000', '215759.856000', '215759.860000', '215759.862000', '215759.865000', '215759.867000', '215759.870000', '215759.873000', '215759.875000', '215759.878000', '215759.880000', '215759.883000', '215759.885000', '215759.888000', '215759.890000', '215759.893000', '215759.896000', '215759.898000', '215759.901000', '215759.903000', '215759.906000', '215759.908000', '215759.911000', '215759.914000', '215759.916000', '215759.919000', '215759.921000', '215759.924000', '215759.926000', '215759.929000', '215759.932000', '215759.934000', '215759.937000', '215759.939000', '215759.942000', '215819.819000', '215819.821000', '215819.824000', '215819.826000', '215819.829000', '215819.832000', '215819.834000', '215819.837000', '215819.839000', '215819.842000', '215819.845000', '215819.847000', '215819.850000', '215819.852000', '215819.855000', '215819.858000', '215819.860000', '215819.863000', '215819.865000', '215819.868000', '215819.871000', '215819.873000', '215819.876000', '215819.878000', '215819.881000', '215819.884000', '215819.886000', '215819.889000', '215819.891000', '215819.894000', '215819.897000', '215819.899000', '215819.902000', '215819.904000', '215819.907000', '215819.909000', '215819.912000', '215819.915000', '215819.917000', '215819.920000', '215819.922000', '215819.925000', '215819.927000', '215819.930000', '215839.818000', '215839.821000', '215839.824000', '215839.826000', '215839.829000', '215839.831000', '215839.834000', '215839.837000', '215839.839000', '215839.842000', '215839.844000', '215839.847000', '215839.849000', '215839.852000', '215839.855000', '215839.857000', '215839.860000', '215839.862000', '215839.865000', '215839.868000', '215839.870000', '215839.873000', '215839.875000', '215839.878000', '215839.880000', '215839.883000', '215839.886000', '215839.888000', '215839.891000', '215839.893000', '215839.896000', '215839.899000', '215839.902000', '215839.904000', '215839.907000', '215839.910000', '215839.913000', '215839.916000', '215839.919000', '215839.921000', '215839.924000', '215839.927000', '215839.929000', '215859.819000', '215859.822000', '215859.825000', '215859.827000', '215859.830000', '215859.832000', '215859.835000', '215859.838000', '215859.840000', '215859.843000', '215859.845000', '215859.848000', '215859.850000', '215859.853000', '215859.856000', '215859.858000', '215859.861000', '215859.863000', '215859.866000', '215859.869000', '215859.871000', '215859.874000', '215859.876000', '215859.879000', '215859.882000', '215859.884000', '215859.887000', '215859.889000', '215859.892000', '215859.895000', '215859.897000', '215859.900000', '215859.902000', '215859.905000', '215859.908000', '215859.910000', '215859.913000', '215859.916000', '215859.918000', '215859.925000', '215859.928000', '215859.930000', '215859.933000', '215859.935000', '215919.818000', '215919.821000', '215919.824000', '215919.826000', '215919.829000', '215919.832000', '215919.852000', '215919.855000', '215919.858000', '215919.860000', '215919.863000', '215919.865000', '215919.868000', '215919.871000', '215919.873000', '215919.876000', '215919.878000', '215919.881000', '215919.883000', '215919.886000', '215919.889000', '215919.891000', '215919.894000', '215919.896000', '215919.900000', '215919.903000', '215919.905000', '215919.908000', '215919.911000', '215919.913000', '215919.916000', '215919.918000', '215919.921000', '215919.923000', '215919.926000', '215919.929000', '215919.931000', '215919.934000', '215919.936000', '215919.939000', '215919.941000', '215919.944000', '215919.947000', '215939.818000', '215939.821000', '215939.824000', '215939.826000', '215939.829000', '215939.832000', '215939.834000', '215939.837000', '215939.839000', '215939.842000', '215939.845000', '215939.847000', '215939.850000', '215939.852000', '215939.855000', '215939.858000', '215939.860000', '215939.863000', '215939.866000', '215939.868000', '215939.871000', '215939.874000', '215939.876000', '215939.879000', '215939.881000', '215939.884000', '215939.887000', '215939.889000', '215939.892000', '215939.894000', '215939.897000', '215939.899000', '215939.902000', '215939.905000', '215939.908000', '215939.910000', '215939.913000', '215939.915000', '215939.918000', '215939.921000', '215939.923000', '215939.926000', '215939.928000', '215939.931000', '215959.819000', '215959.821000', '215959.824000', '215959.827000', '215959.829000', '215959.832000', '215959.834000', '215959.837000', '215959.840000', '215959.842000', '215959.845000', '215959.847000', '215959.850000', '215959.852000', '215959.855000', '215959.858000', '215959.860000', '215959.863000', '215959.866000', '215959.869000', '215959.871000', '215959.874000', '215959.877000', '215959.879000', '215959.882000', '215959.885000', '215959.887000', '215959.890000', '215959.893000', '215959.895000', '215959.898000', '215959.900000', '215959.903000', '215959.906000', '215959.908000', '215959.911000', '215959.913000', '215959.916000', '215959.918000', '215959.921000', '215959.924000', '215959.926000', '215959.929000', '220019.818000', '220019.821000', '220019.824000', '220019.827000', '220019.829000', '220019.832000', '220019.835000', '220019.837000', '220019.840000', '220019.842000', '220019.845000', '220019.847000', '220019.850000', '220019.853000', '220019.855000', '220019.858000', '220019.860000', '220019.863000', '220019.865000', '220019.868000', '220019.871000', '220019.873000', '220019.876000', '220019.878000', '220019.881000', '220019.884000', '220019.886000', '220019.889000', '220019.891000', '220019.894000', '220019.896000', '220019.899000', '220019.902000', '220019.904000', '220019.907000', '220019.909000', '220019.912000', '220019.915000', '220019.917000', '220019.920000', '220019.922000', '220019.925000', '220019.928000', '220019.930000', '220039.819000', '220039.821000', '220039.824000', '220039.827000', '220039.829000', '220039.832000', '220039.834000', '220039.837000', '220039.839000', '220039.842000', '220039.845000', '220039.847000', '220039.850000', '220039.852000', '220039.855000', '220039.857000', '220039.860000', '220039.863000', '220039.866000', '220039.868000', '220039.871000', '220039.874000', '220039.876000', '220039.879000', '220039.882000', '220039.884000', '220039.887000', '220039.890000', '220039.892000', '220039.895000', '220039.897000', '220039.914000', '220039.916000', '220039.919000', '220039.922000', '220039.924000', '220039.927000', '220039.929000', '220039.932000', '220039.935000', '220039.938000', '220039.941000', '220039.943000', '220059.818000', '220059.821000', '220059.824000', '220059.827000', '220059.829000', '220059.832000', '220059.834000', '220059.837000', '220059.839000', '220059.842000', '220059.844000', '220059.847000', '220059.850000', '220059.852000', '220059.855000', '220059.857000', '220059.860000', '220059.862000', '220059.865000', '220059.868000', '220059.870000', '220059.873000', '220059.875000', '220059.878000', '220059.881000', '220059.883000', '220059.886000', '220059.888000', '220059.891000', '220059.894000', '220059.896000', '220059.899000', '220059.901000', '220059.904000', '220059.907000', '220059.909000', '220059.912000', '220059.914000', '220059.917000', '220059.920000', '220059.922000', '220059.925000', '220059.927000', '220059.930000', '220119.820000', '220119.823000', '220119.825000', '220119.828000', '220119.830000', '220119.833000', '220119.836000', '220119.838000', '220119.841000', '220119.843000', '220119.846000', '220119.848000', '220119.851000', '220119.854000', '220119.856000', '220119.859000', '220119.861000', '220119.864000', '220119.867000', '220119.869000', '220119.872000', '220119.874000', '220119.877000', '220119.879000', '220119.882000', '220119.885000', '220119.887000', '220119.890000', '220119.892000', '220119.895000', '220119.898000', '220119.900000', '220119.903000', '220119.906000', '220119.908000', '220119.911000', '220119.913000', '220119.916000', '220119.919000', '220119.921000', '220119.924000', '220119.927000', '220119.930000', '220139.818000', '220139.821000', '220139.824000', '220139.827000', '220139.829000', '220139.832000', '220139.834000', '220139.837000', '220139.839000', '220139.842000', '220139.845000', '220139.847000', '220139.850000', '220139.852000', '220139.855000', '220139.857000', '220139.860000', '220139.862000', '220139.865000', '220139.868000', '220139.870000', '220139.873000', '220139.875000', '220139.878000', '220139.880000', '220139.883000', '220139.886000', '220139.888000', '220139.891000', '220139.894000', '220139.896000', '220139.899000', '220139.901000', '220139.904000', '220139.906000', '220139.909000', '220139.912000', '220139.914000', '220139.917000', '220139.920000', '220139.922000', '220139.925000', '220139.927000', '220139.930000', '220159.818000', '220159.821000', '220159.824000', '220159.827000', '220159.829000', '220159.832000', '220159.834000', '220159.837000', '220159.840000', '220159.842000', '220159.845000', '220159.848000', '220159.850000', '220159.853000', '220159.855000', '220159.858000', '220159.861000', '220159.863000', '220159.866000', '220159.869000', '220159.871000', '220159.874000', '220159.877000', '220159.879000', '220159.882000', '220159.885000', '220159.887000', '220159.890000', '220159.893000', '220159.895000', '220159.898000', '220159.900000', '220159.903000', '220159.906000', '220159.909000', '220159.911000', '220159.914000', '220159.916000', '220159.919000', '220159.922000', '220159.924000', '220159.927000', '220159.929000', '220219.818000', '220219.821000', '220219.824000', '220219.827000', '220219.829000', '220219.832000', '220219.834000', '220219.837000', '220219.839000', '220219.842000', '220219.845000', '220219.847000', '220219.850000', '220219.883000', '220219.885000', '220219.888000', '220219.891000', '220219.893000', '220219.896000', '220219.898000', '220219.901000', '220219.904000', '220219.906000', '220219.909000', '220219.911000', '220219.914000', '220219.917000', '220219.919000', '220219.922000', '220219.924000', '220219.927000', '220219.930000', '220219.932000', '220219.935000', '220219.937000', '220219.940000', '220219.943000', '220219.945000', '220219.948000', '220219.950000', '220219.953000', '220219.956000', '220219.958000', '220219.961000', '220239.818000', '220239.821000', '220239.824000', '220239.826000', '220239.829000', '220239.832000', '220239.834000', '220239.837000', '220239.839000', '220239.842000', '220239.844000', '220239.847000', '220239.850000', '220239.852000', '220239.855000', '220239.857000', '220239.860000', '220239.862000', '220239.865000', '220239.868000', '220239.870000', '220239.873000', '220239.875000', '220239.878000', '220239.881000', '220239.883000', '220239.886000', '220239.888000', '220239.891000', '220239.894000', '220239.896000', '220239.899000', '220239.901000', '220239.904000', '220239.907000', '220239.909000', '220239.912000', '220239.914000', '220239.917000', '220239.920000', '220239.923000', '220239.925000', '220239.928000', '220259.819000', '220259.822000', '220259.824000', '220259.827000', '220259.830000', '220259.832000', '220259.835000', '220259.837000', '220259.840000', '220259.843000', '220259.845000', '220259.848000', '220259.850000', '220259.853000', '220259.856000', '220259.858000', '220259.861000', '220259.863000', '220259.866000', '220259.869000', '220259.871000', '220259.874000', '220259.876000', '220259.879000', '220259.882000', '220259.884000', '220259.887000', '220259.889000', '220259.892000', '220259.895000', '220259.897000', '220259.900000', '220259.902000', '220259.905000', '220259.907000', '220259.910000', '220259.913000', '220259.915000', '220259.918000', '220259.920000', '220259.923000', '220259.926000', '220259.928000', '220259.931000', '220319.819000', '220319.821000', '220319.824000', '220319.827000', '220319.829000', '220319.832000', '220319.834000', '220319.837000', '220319.839000', '220319.842000', '220319.845000', '220319.847000', '220319.850000', '220319.852000', '220319.855000', '220319.858000', '220319.860000', '220319.863000', '220319.865000', '220319.868000', '220319.870000', '220319.873000', '220319.876000', '220319.878000', '220319.881000', '220319.883000', '220319.886000', '220319.888000', '220319.891000', '220319.894000', '220319.896000', '220319.899000', '220319.901000', '220319.904000', '220319.906000', '220319.909000', '220319.912000', '220319.914000', '220319.917000', '220319.919000', '220319.922000', '220319.925000', '220319.927000', '220339.819000', '220339.822000', '220339.825000', '220339.827000', '220339.830000', '220339.833000', '220339.835000', '220339.838000', '220339.840000', '220339.843000', '220339.846000', '220339.848000', '220339.851000', '220339.853000', '220339.856000', '220339.858000', '220339.861000', '220339.864000', '220339.866000', '220339.869000', '220339.871000', '220339.874000', '220339.876000', '220339.879000', '220339.891000', '220339.893000', '220339.896000', '220339.898000', '220339.901000', '220339.904000', '220339.906000', '220339.909000', '220339.911000', '220339.914000', '220339.917000', '220339.919000', '220339.922000', '220339.924000', '220339.927000', '220339.930000', '220339.933000', '220339.935000', '220339.938000', '220339.940000', '220359.818000', '220359.821000', '220359.824000', '220359.826000', '220359.829000', '220359.831000', '220359.834000', '220359.837000', '220359.839000', '220359.842000', '220359.844000', '220359.847000', '220359.850000', '220359.852000', '220359.855000', '220359.857000', '220359.860000', '220359.862000', '220359.865000', '220359.868000', '220359.870000', '220359.873000', '220359.875000', '220359.878000', '220359.881000', '220359.883000', '220359.886000', '220359.888000', '220359.891000', '220359.894000', '220359.896000', '220359.899000', '220359.901000', '220359.904000', '220359.906000', '220359.909000', '220359.912000', '220359.914000', '220359.917000', '220359.919000', '220359.922000', '220359.925000', '220359.927000', '220419.819000', '220419.822000', '220419.825000', '220419.828000', '220419.830000', '220419.833000', '220419.835000', '220419.838000', '220419.841000', '220419.843000', '220419.846000', '220419.848000', '220419.851000', '220419.853000', '220419.856000', '220419.859000', '220419.861000', '220419.864000', '220419.866000', '220419.869000', '220419.872000', '220419.874000', '220419.877000', '220419.879000', '220419.882000', '220419.885000', '220419.887000', '220419.890000', '220419.892000', '220419.895000', '220419.897000', '220419.900000', '220419.903000', '220419.905000', '220419.908000', '220419.910000', '220419.913000', '220419.916000', '220419.918000', '220419.921000', '220419.923000', '220419.926000', '220419.929000', '220419.931000', '220439.818000', '220439.821000', '220439.824000', '220439.826000', '220439.829000', '220439.832000', '220439.834000', '220439.837000', '220439.839000', '220439.842000', '220439.844000', '220439.847000', '220439.850000', '220439.852000', '220439.855000', '220439.857000', '220439.860000', '220439.862000', '220439.865000', '220439.868000', '220439.870000', '220439.873000', '220439.875000', '220439.878000', '220439.880000', '220439.883000', '220439.886000', '220439.888000', '220439.891000', '220439.894000', '220439.896000', '220439.899000', '220439.901000', '220439.904000', '220439.906000', '220439.909000', '220439.912000', '220439.914000', '220439.917000', '220439.919000', '220439.922000', '220439.924000', '220439.927000', '220459.819000', '220459.822000', '220459.824000', '220459.827000', '220459.830000', '220459.832000', '220459.835000', '220459.837000', '220459.840000', '220459.843000', '220459.845000', '220459.848000', '220459.850000', '220459.853000', '220459.856000', '220459.858000', '220459.861000', '220459.863000', '220459.866000', '220459.868000', '220459.879000', '220459.881000', '220459.884000', '220459.887000', '220459.889000', '220459.892000', '220459.894000', '220459.897000', '220459.900000', '220459.902000', '220459.905000', '220459.908000', '220459.910000', '220459.913000', '220459.915000', '220459.918000', '220459.921000', '220459.923000', '220459.926000', '220459.928000', '220459.931000', '220459.933000', '220459.936000', '220519.818000', '220519.821000', '220519.824000', '220519.826000', '220519.829000', '220519.832000', '220519.834000', '220519.837000', '220519.840000', '220519.842000', '220519.845000', '220519.847000', '220519.850000', '220519.852000', '220519.855000', '220519.858000', '220519.860000', '220519.863000', '220519.865000', '220519.868000', '220519.871000', '220519.873000', '220519.876000', '220519.878000', '220519.881000', '220519.884000', '220519.886000', '220519.889000', '220519.891000', '220519.894000', '220519.896000', '220519.899000', '220519.902000', '220519.904000', '220519.907000', '220519.909000', '220519.912000', '220519.914000', '220519.917000', '220519.920000', '220519.922000', '220519.925000', '220519.927000', '220519.930000', '220539.819000', '220539.822000', '220539.824000', '220539.827000', '220539.830000', '220539.832000', '220539.835000', '220539.838000', '220539.840000', '220539.843000', '220539.845000', '220539.848000', '220539.851000', '220539.853000', '220539.857000', '220539.860000', '220539.863000', '220539.865000', '220539.868000', '220539.871000', '220539.873000', '220539.876000', '220539.879000', '220539.881000', '220539.884000', '220539.886000', '220539.889000', '220539.891000', '220539.894000', '220539.897000', '220539.899000', '220539.902000', '220539.905000', '220539.907000', '220539.910000', '220539.913000', '220539.915000', '220539.918000', '220539.920000', '220539.923000', '220539.926000', '220539.928000', '220539.931000', '220559.820000', '220559.823000', '220559.825000', '220559.828000', '220559.831000', '220559.833000', '220559.836000', '220559.838000', '220559.841000', '220559.843000', '220559.846000', '220559.849000', '220559.851000', '220559.854000', '220559.856000', '220559.859000', '220559.861000', '220559.864000', '220559.867000', '220559.869000', '220559.872000', '220559.874000', '220559.877000', '220559.879000', '220559.882000', '220559.885000', '220559.887000', '220559.890000', '220559.892000', '220559.895000', '220559.898000', '220559.900000', '220559.903000', '220559.905000', '220559.908000', '220559.910000', '220559.913000', '220559.916000', '220559.918000', '220559.921000', '220559.923000', '220559.926000', '220559.929000', '220559.931000', '220619.819000', '220619.822000', '220619.825000', '220619.828000', '220619.830000', '220619.833000', '220619.836000', '220619.838000', '220619.841000', '220619.843000', '220619.846000', '220619.848000', '220619.851000', '220619.854000', '220619.856000', '220619.859000', '220619.861000', '220619.879000', '220619.882000', '220619.884000', '220619.887000', '220619.889000', '220619.892000', '220619.895000', '220619.897000', '220619.900000', '220619.903000', '220619.905000', '220619.908000', '220619.911000', '220619.913000', '220619.916000', '220619.918000', '220619.921000', '220619.924000', '220619.926000', '220619.929000', '220619.931000', '220619.934000', '220619.937000', '220619.939000', '220619.942000', '220619.944000', '220639.819000', '220639.822000', '220639.824000', '220639.827000', '220639.829000', '220639.832000', '220639.834000', '220639.837000', '220639.840000', '220639.842000', '220639.845000', '220639.847000', '220639.850000', '220639.853000', '220639.855000', '220639.858000', '220639.860000', '220639.863000', '220639.865000', '220639.868000', '220639.871000', '220639.873000', '220639.876000', '220639.878000', '220639.881000', '220639.883000', '220639.886000', '220639.889000', '220639.891000', '220639.894000', '220639.896000', '220639.899000', '220639.902000', '220639.904000', '220639.907000', '220639.909000', '220639.912000', '220639.915000', '220639.917000', '220639.920000', '220639.922000', '220639.925000', '220639.927000', '220639.930000', '220659.818000', '220659.821000', '220659.824000', '220659.826000', '220659.829000', '220659.832000', '220659.834000', '220659.837000', '220659.840000', '220659.842000', '220659.845000', '220659.847000', '220659.850000', '220659.853000', '220659.856000', '220659.859000', '220659.862000', '220659.865000', '220659.868000', '220659.871000', '220659.873000', '220659.876000', '220659.878000', '220659.881000', '220659.883000', '220659.886000', '220659.889000', '220659.891000', '220659.894000', '220659.898000', '220659.901000', '220659.903000', '220659.906000', '220659.908000', '220659.911000', '220659.914000', '220659.916000', '220659.919000', '220659.921000', '220659.924000', '220659.927000', '220659.929000', '220659.932000', '220719.818000', '220719.821000', '220719.824000', '220719.827000', '220719.829000', '220719.832000', '220719.834000', '220719.837000', '220719.839000', '220719.842000', '220719.845000', '220719.847000', '220719.850000', '220719.852000', '220719.855000', '220719.857000', '220719.860000', '220719.863000', '220719.865000', '220719.868000', '220719.870000', '220719.873000', '220719.876000', '220719.878000', '220719.881000', '220719.883000', '220719.886000', '220719.889000', '220719.891000', '220719.894000', '220719.896000', '220719.899000', '220719.902000', '220719.904000', '220719.907000', '220719.910000', '220719.912000', '220719.915000', '220719.917000', '220719.920000', '220719.922000', '220719.925000', '220719.928000', '220719.930000', '220739.818000', '220739.821000', '220739.824000', '220739.827000', '220739.829000', '220739.832000', '220739.835000', '220739.837000', '220739.840000', '220739.842000', '220739.845000', '220739.848000', '220739.850000', '220739.853000', '220739.855000', '220739.859000', '220739.862000', '220739.865000', '220739.868000', '220739.870000', '220739.873000', '220739.876000', '220739.878000', '220739.881000', '220739.884000', '220739.886000', '220739.889000', '220739.892000', '220739.894000', '220739.897000', '220739.899000', '220739.902000', '220739.905000', '220739.907000', '220739.910000', '220739.912000', '220739.915000', '220739.918000', '220739.920000', '220739.923000', '220739.925000', '220739.928000', '220739.931000', '220759.819000', '220759.821000', '220759.824000', '220759.827000', '220759.829000', '220759.832000', '220759.834000', '220759.837000', '220759.839000', '220759.842000', '220759.845000', '220759.847000', '220759.850000', '220759.852000', '220759.855000', '220759.858000', '220759.860000', '220759.863000', '220759.865000', '220759.868000', '220759.871000', '220759.873000', '220759.876000', '220759.878000', '220759.881000', '220759.883000', '220759.886000', '220759.889000', '220759.891000', '220759.894000', '220759.896000', '220759.899000', '220759.902000', '220759.904000', '220759.907000', '220759.909000', '220759.912000', '220759.915000', '220759.917000', '220759.920000', '220759.925000', '220759.928000', '220759.930000', '220759.933000', '220819.819000', '220819.822000', '220819.825000', '220819.828000', '220819.830000', '220819.833000', '220819.835000', '220819.838000', '220819.841000', '220819.843000', '220819.846000', '220819.848000', '220819.851000', '220819.854000', '220819.856000', '220819.859000', '220819.861000', '220819.864000', '220819.866000', '220819.869000', '220819.872000', '220819.874000', '220819.877000', '220819.880000', '220819.882000', '220819.885000', '220819.888000', '220819.890000', '220819.893000', '220819.895000', '220819.898000', '220819.901000', '220819.904000', '220819.907000', '220819.910000', '220819.913000', '220819.915000', '220819.918000', '220819.921000', '220819.923000', '220819.926000', '220819.929000', '220819.931000', '220839.819000', '220839.821000', '220839.824000', '220839.827000', '220839.829000', '220839.832000', '220839.834000', '220839.837000', '220839.840000', '220839.842000', '220839.845000', '220839.847000', '220839.850000', '220839.852000', '220839.855000', '220839.858000', '220839.860000', '220839.863000', '220839.865000', '220839.868000', '220839.871000', '220839.873000', '220839.876000', '220839.878000', '220839.881000', '220839.883000', '220839.886000', '220839.889000', '220839.891000', '220839.894000', '220839.896000', '220839.899000', '220839.902000', '220839.904000', '220839.907000', '220839.909000', '220839.912000', '220839.914000', '220839.917000', '220839.937000', '220839.939000', '220839.942000', '220839.944000', '220839.947000', '220859.819000', '220859.821000', '220859.824000', '220859.827000', '220859.829000', '220859.832000', '220859.835000', '220859.837000', '220859.840000', '220859.842000', '220859.845000', '220859.848000', '220859.850000', '220859.853000', '220859.855000', '220859.858000', '220859.860000', '220859.863000', '220859.866000', '220859.868000', '220859.871000', '220859.873000', '220859.876000', '220859.879000', '220859.881000', '220859.884000', '220859.886000', '220859.889000', '220859.892000', '220859.894000', '220859.897000', '220859.899000', '220859.902000', '220859.905000', '220859.907000', '220859.910000', '220859.913000', '220859.916000', '220859.919000', '220859.922000', '220859.925000', '220859.927000', '220859.930000', '220919.819000', '220919.821000', '220919.824000', '220919.827000', '220919.829000', '220919.832000', '220919.834000', '220919.837000', '220919.839000', '220919.842000', '220919.845000', '220919.847000', '220919.850000', '220919.852000', '220919.855000', '220919.857000', '220919.860000', '220919.863000', '220919.865000', '220919.868000', '220919.870000', '220919.873000', '220919.875000', '220919.878000', '220919.881000', '220919.883000', '220919.886000', '220919.889000', '220919.891000', '220919.894000', '220919.896000', '220919.899000', '220919.901000', '220919.904000', '220919.907000', '220919.909000', '220919.912000', '220919.914000', '220919.917000', '220919.920000', '220919.922000', '220919.925000', '220919.928000', '220919.930000', '220939.819000', '220939.821000', '220939.824000', '220939.827000', '220939.829000', '220939.832000', '220939.834000', '220939.837000', '220939.840000', '220939.842000', '220939.845000', '220939.848000', '220939.850000', '220939.853000', '220939.855000', '220939.858000', '220939.860000', '220939.863000', '220939.866000', '220939.868000', '220939.871000', '220939.874000', '220939.876000', '220939.879000', '220939.882000', '220939.886000', '220939.889000', '220939.892000', '220939.894000', '220939.897000', '220939.900000', '220939.902000', '220939.905000', '220939.907000', '220939.910000', '220939.913000', '220939.915000', '220939.918000', '220939.920000', '220939.923000', '220939.926000', '220939.928000', '220939.931000', '220939.995000'], 'InstanceCreationTime': ['215719.850000', '215719.853000', '215719.856000', '215719.859000', '215719.861000', '215719.864000', '215719.867000', '215719.869000', '215719.872000', '215719.880000', '215719.883000', '215719.885000', '215719.888000', '215719.890000', '215719.893000', '215719.895000', '215719.898000', '215719.901000', '215719.903000', '215719.906000', '215719.908000', '215719.911000', '215719.913000', '215719.916000', '215719.918000', '215719.921000', '215719.924000', '215719.926000', '215719.929000', '215719.931000', '215739.818000', '215739.821000', '215739.824000', '215739.826000', '215739.829000', '215739.831000', '215739.834000', '215739.837000', '215739.839000', '215739.842000', '215739.844000', '215739.875000', '215739.878000', '215739.880000', '215739.883000', '215739.886000', '215739.888000', '215739.891000', '215739.894000', '215739.896000', '215739.899000', '215739.901000', '215739.908000', '215739.910000', '215739.913000', '215739.915000', '215739.918000', '215739.921000', '215739.923000', '215739.926000', '215739.928000', '215739.931000', '215739.933000', '215739.936000', '215739.938000', '215739.941000', '215739.943000', '215739.946000', '215739.949000', '215739.951000', '215739.954000', '215739.956000', '215739.959000', '215739.962000', '215759.819000', '215759.822000', '215759.824000', '215759.827000', '215759.830000', '215759.846000', '215759.848000', '215759.851000', '215759.854000', '215759.856000', '215759.860000', '215759.862000', '215759.865000', '215759.867000', '215759.870000', '215759.873000', '215759.875000', '215759.878000', '215759.880000', '215759.883000', '215759.885000', '215759.888000', '215759.890000', '215759.893000', '215759.896000', '215759.898000', '215759.901000', '215759.903000', '215759.906000', '215759.908000', '215759.911000', '215759.914000', '215759.916000', '215759.919000', '215759.921000', '215759.924000', '215759.926000', '215759.929000', '215759.932000', '215759.934000', '215759.937000', '215759.939000', '215759.942000', '215819.819000', '215819.821000', '215819.824000', '215819.826000', '215819.829000', '215819.832000', '215819.834000', '215819.837000', '215819.839000', '215819.842000', '215819.845000', '215819.847000', '215819.850000', '215819.852000', '215819.855000', '215819.858000', '215819.860000', '215819.863000', '215819.865000', '215819.868000', '215819.871000', '215819.873000', '215819.876000', '215819.878000', '215819.881000', '215819.884000', '215819.886000', '215819.889000', '215819.891000', '215819.894000', '215819.897000', '215819.899000', '215819.902000', '215819.904000', '215819.907000', '215819.909000', '215819.912000', '215819.915000', '215819.917000', '215819.920000', '215819.922000', '215819.925000', '215819.927000', '215819.930000', '215839.818000', '215839.821000', '215839.824000', '215839.826000', '215839.829000', '215839.831000', '215839.834000', '215839.837000', '215839.839000', '215839.842000', '215839.844000', '215839.847000', '215839.849000', '215839.852000', '215839.855000', '215839.857000', '215839.860000', '215839.862000', '215839.865000', '215839.868000', '215839.870000', '215839.873000', '215839.875000', '215839.878000', '215839.880000', '215839.883000', '215839.886000', '215839.888000', '215839.891000', '215839.893000', '215839.896000', '215839.899000', '215839.902000', '215839.904000', '215839.907000', '215839.910000', '215839.913000', '215839.916000', '215839.919000', '215839.921000', '215839.924000', '215839.927000', '215839.929000', '215859.819000', '215859.822000', '215859.825000', '215859.827000', '215859.830000', '215859.832000', '215859.835000', '215859.838000', '215859.840000', '215859.843000', '215859.845000', '215859.848000', '215859.850000', '215859.853000', '215859.856000', '215859.858000', '215859.861000', '215859.863000', '215859.866000', '215859.869000', '215859.871000', '215859.874000', '215859.876000', '215859.879000', '215859.882000', '215859.884000', '215859.887000', '215859.889000', '215859.892000', '215859.895000', '215859.897000', '215859.900000', '215859.902000', '215859.905000', '215859.908000', '215859.910000', '215859.913000', '215859.916000', '215859.918000', '215859.925000', '215859.928000', '215859.930000', '215859.933000', '215859.935000', '215919.818000', '215919.821000', '215919.824000', '215919.826000', '215919.829000', '215919.832000', '215919.852000', '215919.855000', '215919.858000', '215919.860000', '215919.863000', '215919.865000', '215919.868000', '215919.871000', '215919.873000', '215919.876000', '215919.878000', '215919.881000', '215919.883000', '215919.886000', '215919.889000', '215919.891000', '215919.894000', '215919.896000', '215919.900000', '215919.903000', '215919.905000', '215919.908000', '215919.911000', '215919.913000', '215919.916000', '215919.918000', '215919.921000', '215919.923000', '215919.926000', '215919.929000', '215919.931000', '215919.934000', '215919.936000', '215919.939000', '215919.941000', '215919.944000', '215919.947000', '215939.818000', '215939.821000', '215939.824000', '215939.826000', '215939.829000', '215939.832000', '215939.834000', '215939.837000', '215939.839000', '215939.842000', '215939.845000', '215939.847000', '215939.850000', '215939.852000', '215939.855000', '215939.858000', '215939.860000', '215939.863000', '215939.866000', '215939.868000', '215939.871000', '215939.874000', '215939.876000', '215939.879000', '215939.881000', '215939.884000', '215939.887000', '215939.889000', '215939.892000', '215939.894000', '215939.897000', '215939.899000', '215939.902000', '215939.905000', '215939.908000', '215939.910000', '215939.913000', '215939.915000', '215939.918000', '215939.921000', '215939.923000', '215939.926000', '215939.928000', '215939.931000', '215959.819000', '215959.821000', '215959.824000', '215959.827000', '215959.829000', '215959.832000', '215959.834000', '215959.837000', '215959.840000', '215959.842000', '215959.845000', '215959.847000', '215959.850000', '215959.852000', '215959.855000', '215959.858000', '215959.860000', '215959.863000', '215959.866000', '215959.869000', '215959.871000', '215959.874000', '215959.877000', '215959.879000', '215959.882000', '215959.885000', '215959.887000', '215959.890000', '215959.893000', '215959.895000', '215959.898000', '215959.900000', '215959.903000', '215959.906000', '215959.908000', '215959.911000', '215959.913000', '215959.916000', '215959.918000', '215959.921000', '215959.924000', '215959.926000', '215959.929000', '220019.818000', '220019.821000', '220019.824000', '220019.827000', '220019.829000', '220019.832000', '220019.835000', '220019.837000', '220019.840000', '220019.842000', '220019.845000', '220019.847000', '220019.850000', '220019.853000', '220019.855000', '220019.858000', '220019.860000', '220019.863000', '220019.865000', '220019.868000', '220019.871000', '220019.873000', '220019.876000', '220019.878000', '220019.881000', '220019.884000', '220019.886000', '220019.889000', '220019.891000', '220019.894000', '220019.896000', '220019.899000', '220019.902000', '220019.904000', '220019.907000', '220019.909000', '220019.912000', '220019.915000', '220019.917000', '220019.920000', '220019.922000', '220019.925000', '220019.928000', '220019.930000', '220039.819000', '220039.821000', '220039.824000', '220039.827000', '220039.829000', '220039.832000', '220039.834000', '220039.837000', '220039.839000', '220039.842000', '220039.845000', '220039.847000', '220039.850000', '220039.852000', '220039.855000', '220039.857000', '220039.860000', '220039.863000', '220039.866000', '220039.868000', '220039.871000', '220039.874000', '220039.876000', '220039.879000', '220039.882000', '220039.884000', '220039.887000', '220039.890000', '220039.892000', '220039.895000', '220039.897000', '220039.914000', '220039.916000', '220039.919000', '220039.922000', '220039.924000', '220039.927000', '220039.929000', '220039.932000', '220039.935000', '220039.938000', '220039.941000', '220039.943000', '220059.818000', '220059.821000', '220059.824000', '220059.827000', '220059.829000', '220059.832000', '220059.834000', '220059.837000', '220059.839000', '220059.842000', '220059.844000', '220059.847000', '220059.850000', '220059.852000', '220059.855000', '220059.857000', '220059.860000', '220059.862000', '220059.865000', '220059.868000', '220059.870000', '220059.873000', '220059.875000', '220059.878000', '220059.881000', '220059.883000', '220059.886000', '220059.888000', '220059.891000', '220059.894000', '220059.896000', '220059.899000', '220059.901000', '220059.904000', '220059.907000', '220059.909000', '220059.912000', '220059.914000', '220059.917000', '220059.920000', '220059.922000', '220059.925000', '220059.927000', '220059.930000', '220119.820000', '220119.823000', '220119.825000', '220119.828000', '220119.830000', '220119.833000', '220119.836000', '220119.838000', '220119.841000', '220119.843000', '220119.846000', '220119.848000', '220119.851000', '220119.854000', '220119.856000', '220119.859000', '220119.861000', '220119.864000', '220119.867000', '220119.869000', '220119.872000', '220119.874000', '220119.877000', '220119.879000', '220119.882000', '220119.885000', '220119.887000', '220119.890000', '220119.892000', '220119.895000', '220119.898000', '220119.900000', '220119.903000', '220119.906000', '220119.908000', '220119.911000', '220119.913000', '220119.916000', '220119.919000', '220119.921000', '220119.924000', '220119.927000', '220119.930000', '220139.818000', '220139.821000', '220139.824000', '220139.827000', '220139.829000', '220139.832000', '220139.834000', '220139.837000', '220139.839000', '220139.842000', '220139.845000', '220139.847000', '220139.850000', '220139.852000', '220139.855000', '220139.857000', '220139.860000', '220139.862000', '220139.865000', '220139.868000', '220139.870000', '220139.873000', '220139.875000', '220139.878000', '220139.880000', '220139.883000', '220139.886000', '220139.888000', '220139.891000', '220139.894000', '220139.896000', '220139.899000', '220139.901000', '220139.904000', '220139.906000', '220139.909000', '220139.912000', '220139.914000', '220139.917000', '220139.920000', '220139.922000', '220139.925000', '220139.927000', '220139.930000', '220159.818000', '220159.821000', '220159.824000', '220159.827000', '220159.829000', '220159.832000', '220159.834000', '220159.837000', '220159.840000', '220159.842000', '220159.845000', '220159.848000', '220159.850000', '220159.853000', '220159.855000', '220159.858000', '220159.861000', '220159.863000', '220159.866000', '220159.869000', '220159.871000', '220159.874000', '220159.877000', '220159.879000', '220159.882000', '220159.885000', '220159.887000', '220159.890000', '220159.893000', '220159.895000', '220159.898000', '220159.900000', '220159.903000', '220159.906000', '220159.909000', '220159.911000', '220159.914000', '220159.916000', '220159.919000', '220159.922000', '220159.924000', '220159.927000', '220159.929000', '220219.818000', '220219.821000', '220219.824000', '220219.827000', '220219.829000', '220219.832000', '220219.834000', '220219.837000', '220219.839000', '220219.842000', '220219.845000', '220219.847000', '220219.850000', '220219.883000', '220219.885000', '220219.888000', '220219.891000', '220219.893000', '220219.896000', '220219.898000', '220219.901000', '220219.904000', '220219.906000', '220219.909000', '220219.911000', '220219.914000', '220219.917000', '220219.919000', '220219.922000', '220219.924000', '220219.927000', '220219.930000', '220219.932000', '220219.935000', '220219.937000', '220219.940000', '220219.943000', '220219.945000', '220219.948000', '220219.950000', '220219.953000', '220219.956000', '220219.958000', '220219.961000', '220239.818000', '220239.821000', '220239.824000', '220239.826000', '220239.829000', '220239.832000', '220239.834000', '220239.837000', '220239.839000', '220239.842000', '220239.844000', '220239.847000', '220239.850000', '220239.852000', '220239.855000', '220239.857000', '220239.860000', '220239.862000', '220239.865000', '220239.868000', '220239.870000', '220239.873000', '220239.875000', '220239.878000', '220239.881000', '220239.883000', '220239.886000', '220239.888000', '220239.891000', '220239.894000', '220239.896000', '220239.899000', '220239.901000', '220239.904000', '220239.907000', '220239.909000', '220239.912000', '220239.914000', '220239.917000', '220239.920000', '220239.923000', '220239.925000', '220239.928000', '220259.819000', '220259.822000', '220259.824000', '220259.827000', '220259.830000', '220259.832000', '220259.835000', '220259.837000', '220259.840000', '220259.843000', '220259.845000', '220259.848000', '220259.850000', '220259.853000', '220259.856000', '220259.858000', '220259.861000', '220259.863000', '220259.866000', '220259.869000', '220259.871000', '220259.874000', '220259.876000', '220259.879000', '220259.882000', '220259.884000', '220259.887000', '220259.889000', '220259.892000', '220259.895000', '220259.897000', '220259.900000', '220259.902000', '220259.905000', '220259.907000', '220259.910000', '220259.913000', '220259.915000', '220259.918000', '220259.920000', '220259.923000', '220259.926000', '220259.928000', '220259.931000', '220319.819000', '220319.821000', '220319.824000', '220319.827000', '220319.829000', '220319.832000', '220319.834000', '220319.837000', '220319.839000', '220319.842000', '220319.845000', '220319.847000', '220319.850000', '220319.852000', '220319.855000', '220319.858000', '220319.860000', '220319.863000', '220319.865000', '220319.868000', '220319.870000', '220319.873000', '220319.876000', '220319.878000', '220319.881000', '220319.883000', '220319.886000', '220319.888000', '220319.891000', '220319.894000', '220319.896000', '220319.899000', '220319.901000', '220319.904000', '220319.906000', '220319.909000', '220319.912000', '220319.914000', '220319.917000', '220319.919000', '220319.922000', '220319.925000', '220319.927000', '220339.819000', '220339.822000', '220339.825000', '220339.827000', '220339.830000', '220339.833000', '220339.835000', '220339.838000', '220339.840000', '220339.843000', '220339.846000', '220339.848000', '220339.851000', '220339.853000', '220339.856000', '220339.858000', '220339.861000', '220339.864000', '220339.866000', '220339.869000', '220339.871000', '220339.874000', '220339.876000', '220339.879000', '220339.891000', '220339.893000', '220339.896000', '220339.898000', '220339.901000', '220339.904000', '220339.906000', '220339.909000', '220339.911000', '220339.914000', '220339.917000', '220339.919000', '220339.922000', '220339.924000', '220339.927000', '220339.930000', '220339.933000', '220339.935000', '220339.938000', '220339.940000', '220359.818000', '220359.821000', '220359.824000', '220359.826000', '220359.829000', '220359.831000', '220359.834000', '220359.837000', '220359.839000', '220359.842000', '220359.844000', '220359.847000', '220359.850000', '220359.852000', '220359.855000', '220359.857000', '220359.860000', '220359.862000', '220359.865000', '220359.868000', '220359.870000', '220359.873000', '220359.875000', '220359.878000', '220359.881000', '220359.883000', '220359.886000', '220359.888000', '220359.891000', '220359.894000', '220359.896000', '220359.899000', '220359.901000', '220359.904000', '220359.906000', '220359.909000', '220359.912000', '220359.914000', '220359.917000', '220359.919000', '220359.922000', '220359.925000', '220359.927000', '220419.819000', '220419.822000', '220419.825000', '220419.828000', '220419.830000', '220419.833000', '220419.835000', '220419.838000', '220419.841000', '220419.843000', '220419.846000', '220419.848000', '220419.851000', '220419.853000', '220419.856000', '220419.859000', '220419.861000', '220419.864000', '220419.866000', '220419.869000', '220419.872000', '220419.874000', '220419.877000', '220419.879000', '220419.882000', '220419.885000', '220419.887000', '220419.890000', '220419.892000', '220419.895000', '220419.897000', '220419.900000', '220419.903000', '220419.905000', '220419.908000', '220419.910000', '220419.913000', '220419.916000', '220419.918000', '220419.921000', '220419.923000', '220419.926000', '220419.929000', '220419.931000', '220439.818000', '220439.821000', '220439.824000', '220439.826000', '220439.829000', '220439.832000', '220439.834000', '220439.837000', '220439.839000', '220439.842000', '220439.844000', '220439.847000', '220439.850000', '220439.852000', '220439.855000', '220439.857000', '220439.860000', '220439.862000', '220439.865000', '220439.868000', '220439.870000', '220439.873000', '220439.875000', '220439.878000', '220439.880000', '220439.883000', '220439.886000', '220439.888000', '220439.891000', '220439.894000', '220439.896000', '220439.899000', '220439.901000', '220439.904000', '220439.906000', '220439.909000', '220439.912000', '220439.914000', '220439.917000', '220439.919000', '220439.922000', '220439.924000', '220439.927000', '220459.819000', '220459.822000', '220459.824000', '220459.827000', '220459.830000', '220459.832000', '220459.835000', '220459.837000', '220459.840000', '220459.843000', '220459.845000', '220459.848000', '220459.850000', '220459.853000', '220459.856000', '220459.858000', '220459.861000', '220459.863000', '220459.866000', '220459.868000', '220459.879000', '220459.881000', '220459.884000', '220459.887000', '220459.889000', '220459.892000', '220459.894000', '220459.897000', '220459.900000', '220459.902000', '220459.905000', '220459.908000', '220459.910000', '220459.913000', '220459.915000', '220459.918000', '220459.921000', '220459.923000', '220459.926000', '220459.928000', '220459.931000', '220459.933000', '220459.936000', '220519.818000', '220519.821000', '220519.824000', '220519.826000', '220519.829000', '220519.832000', '220519.834000', '220519.837000', '220519.840000', '220519.842000', '220519.845000', '220519.847000', '220519.850000', '220519.852000', '220519.855000', '220519.858000', '220519.860000', '220519.863000', '220519.865000', '220519.868000', '220519.871000', '220519.873000', '220519.876000', '220519.878000', '220519.881000', '220519.884000', '220519.886000', '220519.889000', '220519.891000', '220519.894000', '220519.896000', '220519.899000', '220519.902000', '220519.904000', '220519.907000', '220519.909000', '220519.912000', '220519.914000', '220519.917000', '220519.920000', '220519.922000', '220519.925000', '220519.927000', '220519.930000', '220539.819000', '220539.822000', '220539.824000', '220539.827000', '220539.830000', '220539.832000', '220539.835000', '220539.838000', '220539.840000', '220539.843000', '220539.845000', '220539.848000', '220539.851000', '220539.853000', '220539.857000', '220539.860000', '220539.863000', '220539.865000', '220539.868000', '220539.871000', '220539.873000', '220539.876000', '220539.879000', '220539.881000', '220539.884000', '220539.886000', '220539.889000', '220539.891000', '220539.894000', '220539.897000', '220539.899000', '220539.902000', '220539.905000', '220539.907000', '220539.910000', '220539.913000', '220539.915000', '220539.918000', '220539.920000', '220539.923000', '220539.926000', '220539.928000', '220539.931000', '220559.820000', '220559.823000', '220559.825000', '220559.828000', '220559.831000', '220559.833000', '220559.836000', '220559.838000', '220559.841000', '220559.843000', '220559.846000', '220559.849000', '220559.851000', '220559.854000', '220559.856000', '220559.859000', '220559.861000', '220559.864000', '220559.867000', '220559.869000', '220559.872000', '220559.874000', '220559.877000', '220559.879000', '220559.882000', '220559.885000', '220559.887000', '220559.890000', '220559.892000', '220559.895000', '220559.898000', '220559.900000', '220559.903000', '220559.905000', '220559.908000', '220559.910000', '220559.913000', '220559.916000', '220559.918000', '220559.921000', '220559.923000', '220559.926000', '220559.929000', '220559.931000', '220619.819000', '220619.822000', '220619.825000', '220619.828000', '220619.830000', '220619.833000', '220619.836000', '220619.838000', '220619.841000', '220619.843000', '220619.846000', '220619.848000', '220619.851000', '220619.854000', '220619.856000', '220619.859000', '220619.861000', '220619.879000', '220619.882000', '220619.884000', '220619.887000', '220619.889000', '220619.892000', '220619.895000', '220619.897000', '220619.900000', '220619.903000', '220619.905000', '220619.908000', '220619.911000', '220619.913000', '220619.916000', '220619.918000', '220619.921000', '220619.924000', '220619.926000', '220619.929000', '220619.931000', '220619.934000', '220619.937000', '220619.939000', '220619.942000', '220619.944000', '220639.819000', '220639.822000', '220639.824000', '220639.827000', '220639.829000', '220639.832000', '220639.834000', '220639.837000', '220639.840000', '220639.842000', '220639.845000', '220639.847000', '220639.850000', '220639.853000', '220639.855000', '220639.858000', '220639.860000', '220639.863000', '220639.865000', '220639.868000', '220639.871000', '220639.873000', '220639.876000', '220639.878000', '220639.881000', '220639.883000', '220639.886000', '220639.889000', '220639.891000', '220639.894000', '220639.896000', '220639.899000', '220639.902000', '220639.904000', '220639.907000', '220639.909000', '220639.912000', '220639.915000', '220639.917000', '220639.920000', '220639.922000', '220639.925000', '220639.927000', '220639.930000', '220659.818000', '220659.821000', '220659.824000', '220659.826000', '220659.829000', '220659.832000', '220659.834000', '220659.837000', '220659.840000', '220659.842000', '220659.845000', '220659.847000', '220659.850000', '220659.853000', '220659.856000', '220659.859000', '220659.862000', '220659.865000', '220659.868000', '220659.871000', '220659.873000', '220659.876000', '220659.878000', '220659.881000', '220659.883000', '220659.886000', '220659.889000', '220659.891000', '220659.894000', '220659.898000', '220659.901000', '220659.903000', '220659.906000', '220659.908000', '220659.911000', '220659.914000', '220659.916000', '220659.919000', '220659.921000', '220659.924000', '220659.927000', '220659.929000', '220659.932000', '220719.818000', '220719.821000', '220719.824000', '220719.827000', '220719.829000', '220719.832000', '220719.834000', '220719.837000', '220719.839000', '220719.842000', '220719.845000', '220719.847000', '220719.850000', '220719.852000', '220719.855000', '220719.857000', '220719.860000', '220719.863000', '220719.865000', '220719.868000', '220719.870000', '220719.873000', '220719.876000', '220719.878000', '220719.881000', '220719.883000', '220719.886000', '220719.889000', '220719.891000', '220719.894000', '220719.896000', '220719.899000', '220719.902000', '220719.904000', '220719.907000', '220719.910000', '220719.912000', '220719.915000', '220719.917000', '220719.920000', '220719.922000', '220719.925000', '220719.928000', '220719.930000', '220739.818000', '220739.821000', '220739.824000', '220739.827000', '220739.829000', '220739.832000', '220739.835000', '220739.837000', '220739.840000', '220739.842000', '220739.845000', '220739.848000', '220739.850000', '220739.853000', '220739.855000', '220739.859000', '220739.862000', '220739.865000', '220739.868000', '220739.870000', '220739.873000', '220739.876000', '220739.878000', '220739.881000', '220739.884000', '220739.886000', '220739.889000', '220739.892000', '220739.894000', '220739.897000', '220739.899000', '220739.902000', '220739.905000', '220739.907000', '220739.910000', '220739.912000', '220739.915000', '220739.918000', '220739.920000', '220739.923000', '220739.925000', '220739.928000', '220739.931000', '220759.819000', '220759.821000', '220759.824000', '220759.827000', '220759.829000', '220759.832000', '220759.834000', '220759.837000', '220759.839000', '220759.842000', '220759.845000', '220759.847000', '220759.850000', '220759.852000', '220759.855000', '220759.858000', '220759.860000', '220759.863000', '220759.865000', '220759.868000', '220759.871000', '220759.873000', '220759.876000', '220759.878000', '220759.881000', '220759.883000', '220759.886000', '220759.889000', '220759.891000', '220759.894000', '220759.896000', '220759.899000', '220759.902000', '220759.904000', '220759.907000', '220759.909000', '220759.912000', '220759.915000', '220759.917000', '220759.920000', '220759.925000', '220759.928000', '220759.930000', '220759.933000', '220819.819000', '220819.822000', '220819.825000', '220819.828000', '220819.830000', '220819.833000', '220819.835000', '220819.838000', '220819.841000', '220819.843000', '220819.846000', '220819.848000', '220819.851000', '220819.854000', '220819.856000', '220819.859000', '220819.861000', '220819.864000', '220819.866000', '220819.869000', '220819.872000', '220819.874000', '220819.877000', '220819.880000', '220819.882000', '220819.885000', '220819.888000', '220819.890000', '220819.893000', '220819.895000', '220819.898000', '220819.901000', '220819.904000', '220819.907000', '220819.910000', '220819.913000', '220819.915000', '220819.918000', '220819.921000', '220819.923000', '220819.926000', '220819.929000', '220819.931000', '220839.819000', '220839.821000', '220839.824000', '220839.827000', '220839.829000', '220839.832000', '220839.834000', '220839.837000', '220839.840000', '220839.842000', '220839.845000', '220839.847000', '220839.850000', '220839.852000', '220839.855000', '220839.858000', '220839.860000', '220839.863000', '220839.865000', '220839.868000', '220839.871000', '220839.873000', '220839.876000', '220839.878000', '220839.881000', '220839.883000', '220839.886000', '220839.889000', '220839.891000', '220839.894000', '220839.896000', '220839.899000', '220839.902000', '220839.904000', '220839.907000', '220839.909000', '220839.912000', '220839.914000', '220839.917000', '220839.937000', '220839.939000', '220839.942000', '220839.944000', '220839.947000', '220859.819000', '220859.821000', '220859.824000', '220859.827000', '220859.829000', '220859.832000', '220859.835000', '220859.837000', '220859.840000', '220859.842000', '220859.845000', '220859.848000', '220859.850000', '220859.853000', '220859.855000', '220859.858000', '220859.860000', '220859.863000', '220859.866000', '220859.868000', '220859.871000', '220859.873000', '220859.876000', '220859.879000', '220859.881000', '220859.884000', '220859.886000', '220859.889000', '220859.892000', '220859.894000', '220859.897000', '220859.899000', '220859.902000', '220859.905000', '220859.907000', '220859.910000', '220859.913000', '220859.916000', '220859.919000', '220859.922000', '220859.925000', '220859.927000', '220859.930000', '220919.819000', '220919.821000', '220919.824000', '220919.827000', '220919.829000', '220919.832000', '220919.834000', '220919.837000', '220919.839000', '220919.842000', '220919.845000', '220919.847000', '220919.850000', '220919.852000', '220919.855000', '220919.857000', '220919.860000', '220919.863000', '220919.865000', '220919.868000', '220919.870000', '220919.873000', '220919.875000', '220919.878000', '220919.881000', '220919.883000', '220919.886000', '220919.889000', '220919.891000', '220919.894000', '220919.896000', '220919.899000', '220919.901000', '220919.904000', '220919.907000', '220919.909000', '220919.912000', '220919.914000', '220919.917000', '220919.920000', '220919.922000', '220919.925000', '220919.928000', '220919.930000', '220939.819000', '220939.821000', '220939.824000', '220939.827000', '220939.829000', '220939.832000', '220939.834000', '220939.837000', '220939.840000', '220939.842000', '220939.845000', '220939.848000', '220939.850000', '220939.853000', '220939.855000', '220939.858000', '220939.860000', '220939.863000', '220939.866000', '220939.868000', '220939.871000', '220939.874000', '220939.876000', '220939.879000', '220939.882000', '220939.886000', '220939.889000', '220939.892000', '220939.894000', '220939.897000', '220939.900000', '220939.902000', '220939.905000', '220939.907000', '220939.910000', '220939.913000', '220939.915000', '220939.918000', '220939.920000', '220939.923000', '220939.926000', '220939.928000', '220939.931000', '220939.995000'], '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': [12236, 14314, 11212, 16800, 12217, 13399, 13966, 11360, 15993, 11624, 16015, 12994, 13055, 13197, 12567, 13043, 11158, 17137, 12240, 14015, 12433, 13056, 14022, 11160, 15212, 11756, 15342, 13340, 12673, 13991, 12152, 18208, 12824, 14077, 13496, 12963, 12991, 10985, 14859, 12223, 13845, 13782, 11308, 14582, 11308, 14887, 12397, 15350, 13239, 12318, 13209, 11051, 17161, 12099, 13161, 13274, 11638, 14566, 11139, 15754, 12754, 14235, 13426, 13131, 14026, 12903, 14845, 12314, 15326, 13119, 13342, 13418, 11893, 16426, 11953, 13724, 13955, 12592, 18238, 12189, 12600, 13887, 11490, 14121, 11539, 14780, 12580, 14113, 13752, 12744, 13869, 11250, 15922, 12868, 13965, 13706, 12021, 14249, 11614, 15491, 14041, 12513, 13808, 11256, 15977, 13819, 13067, 14441, 10954, 15036, 12910, 14649, 14835, 10769, 14088, 12381, 15009, 14172, 14274, 14123, 11811, 14769, 12729, 14772, 13576, 14975, 13964, 13632, 14575, 12674, 14408, 12399, 17190, 13918, 13755, 14253, 13410, 13924, 11739, 17970, 13694, 15275, 14500, 12661, 14415, 12332, 15392, 13710, 13591, 14740, 11775, 14237, 12268, 16846, 13847, 13318, 14336, 11721, 15236, 12689, 14643, 13349, 14880, 13746, 14191, 14465, 12865, 13945, 11483, 16541, 14040, 14936, 14156, 12926, 14637, 12464, 15165, 14066, 13441, 15086, 12449, 14519, 12882, 15665, 14302, 12688, 14935, 11601, 14676, 12767, 14164, 12885, 15204, 14598, 12785, 14654, 11651, 14763, 12612, 14843, 13560, 14314, 14818, 12242, 14648, 12947, 15131, 14608, 12532, 15231, 12072, 14894, 12501, 15009, 13270, 14155, 13628, 14789, 13973, 14691, 14816, 12473, 14143, 12748, 16596, 14541, 13958, 14708, 14866, 14863, 14194, 14824, 14779, 11946, 14545, 13891, 14637, 14437, 15221, 14151, 12791, 14772, 12575, 14221, 13601, 13996, 13562, 15032, 14721, 12361, 14258, 13104, 16307, 14526, 12275, 14676, 12633, 16983, 14298, 12556, 14568, 12654, 15326, 14511, 11869, 13999, 12598, 14820, 14167, 13596, 14698, 14261, 14451, 12771, 14416, 13583, 13521, 14050, 14566, 14500, 13681, 14649, 12491, 13841, 14140, 15837, 14792, 11659, 14559, 12648, 16474, 14184, 14792, 14346, 12008, 14430, 12718, 14149, 13769, 14388, 13671, 11354, 14339, 12376, 14221, 14540, 15089, 12896, 13848, 13808, 14018, 11646, 12684, 13612, 12494, 11593, 16344, 12157, 13448, 13036, 14762, 13089, 11401, 15595, 11871, 13412, 12876, 11719, 12591, 11067, 13659, 12739, 13062, 13337, 11317, 12662, 12579, 14555, 12691, 10838, 13058, 12449, 13903, 12421, 13816, 11449, 14359, 12710, 14386, 12758, 12199, 12726, 11668, 15149, 12874, 15288, 12027, 13685, 12955, 14501, 13079, 11554, 15294, 12600, 13685, 12788, 11435, 13090, 11775, 13895, 12319, 15957, 11734, 15498, 12120, 12989, 14417, 13372, 14327, 11574, 16428, 12285, 14294, 13437, 13139, 14016, 12062, 15194, 12345, 13152, 14931, 11863, 17054, 12078, 14296, 13619, 11795, 16021, 11569, 13686, 12947, 12511, 13662, 11555, 16142, 12847, 10643, 14227, 11227, 15075, 12534, 15159, 13313, 11679, 15035, 11731, 15593, 11852, 16296, 13060, 12220, 13505, 11012, 13469, 11096, 14789, 11638, 14219, 11519, 15659, 12686, 14150, 13234, 13040, 12356, 11414, 17131, 13274, 14828, 13750, 11775, 16042, 12593, 14505, 13488, 12278, 14937, 11860, 14412, 11929, 15608, 13027, 14481, 13677, 14107, 13120, 11910, 16062, 13235, 13706, 13621, 12348, 13117, 12233, 15630, 13102, 14894, 13677, 11438, 14983, 12425, 14920, 12949, 15748, 13749, 11637, 14165, 12249, 15134, 12505, 15600, 13235, 14437, 13628, 14225, 14029, 12829, 13112, 12699, 15880, 14185, 13759, 14277, 12620, 14235, 12774, 15638, 13984, 14409, 14066, 13917, 14349, 12945, 15192, 12104, 14808, 14363, 12954, 13045, 13093, 15302, 13399, 12090, 17716, 13832, 15579, 15109, 12237, 15712, 12612, 16445, 12926, 12491, 13469, 11497, 14827, 12233, 16729, 13277, 13484, 14072, 11487, 15131, 13065, 16311, 12180, 14710, 14894, 12389, 14183, 12513, 16554, 12612, 12864, 14234, 11447, 15094, 11995, 16154, 12667, 14604, 13718, 12230, 15250, 12303, 16075, 13551, 15296, 13501, 13166, 13705, 12479, 15953, 12783, 14974, 14337, 12773, 13168, 12206, 16684, 12330, 12746, 14445, 11473, 14777, 11611, 16260, 12195, 14581, 13702, 11852, 15286, 11733, 17060, 12866, 14902, 13726, 11277, 16013, 12507, 16851, 13102, 14563, 15291, 12418, 13975, 12455, 16810, 12749, 15331, 13872, 11454, 15269, 11959, 16011, 12269, 13261, 14084, 11376, 14672, 12192, 17044, 13204, 13498, 14354, 12090, 15715, 13103, 16137, 13511, 12831, 14089, 11992, 15259, 12728, 14207, 12313, 16347, 14098, 14592, 14824, 12436, 14691, 12782, 15526, 14197, 13734, 15380, 12599, 15919, 14587, 13572, 15022, 13177, 15215, 14873, 13239, 16004, 13698, 16942, 14502, 12369, 14937, 13139, 16000, 13025, 16671, 13995, 10756, 14792, 12164, 16219, 13562, 15722, 13884, 14046, 14269, 12964, 15625, 14224, 16777, 13619, 14506, 15056, 13287, 15204, 12865, 14999, 13505, 15633, 14348, 13424, 14884, 13076, 15298, 13774, 14674, 14700, 12803, 15315, 13744, 15690, 13951, 13358, 15249, 12445, 14860, 13720, 15417, 13636, 16033, 13773, 14426, 13964, 13087, 14540, 12854, 14547, 13138, 15626, 13490, 15745, 14247, 14703, 14468, 12625, 14890, 13018, 14756, 13948, 15078, 13828, 15293, 14696, 13094, 14196, 12775, 15572, 13405, 15410, 14124, 15603, 14120, 15230, 14645, 13496, 14101, 13786, 16235, 13754, 14298, 14523, 12524, 15226, 13949, 15723, 14367, 12877, 14822, 13047, 14856, 13756, 14797, 13708, 15014, 13942, 14835, 14359, 15158, 14809, 13052, 15191, 13851, 14878, 13668, 15299, 14808, 13219, 14096, 14195, 16154, 13969, 15189, 14819, 13267, 14066, 13654, 15338, 14859, 13218, 14459, 13510, 15184, 14284, 12464, 14194, 12833, 13751, 13992, 17727, 14337, 15945, 12522, 14521, 15978, 13845, 16002, 14128, 13202, 14743, 13674, 16424, 14535, 14152, 14096, 12967, 15386, 14186, 14333, 15071, 13157, 15251, 13820, 13712, 15231, 13065, 15326, 13914, 16276, 14816, 12158, 15121, 14083, 16433, 14128, 12517, 14802, 13482, 15252, 14065, 15792, 14428, 11491, 15426, 13375, 15304, 14332, 15121, 14545, 14436, 15223, 13728, 14132, 14470, 15351, 14712, 13527, 14509, 13260, 13877, 14098, 16857, 14715, 15300, 15222, 13544, 17324, 14560, 13365, 14315, 13638, 14952, 14407, 14685, 14746, 13084, 15029, 12957, 14944, 14461, 13890, 15071, 14391, 15332, 13570, 15147, 13763, 14376, 14433, 14815, 15001, 12835, 15100, 12486, 15102, 14172, 14807, 14262, 14604, 14492, 13953, 14537, 13389, 14513, 14290, 15263, 14792, 13537, 14290, 15984, 14873, 15351, 14864, 14019, 14559, 14716, 13953, 12586, 14701, 13082, 14348, 13208, 14822, 14375, 14239, 14579, 13406, 14519, 13967, 13945, 15217, 13529, 15614, 14509, 15509, 15112, 10839, 15339, 13013, 15233, 14320, 13935, 14441, 14212, 15124, 12752, 14452, 13679, 14632, 14526, 14433, 14953, 13559, 14943, 14982, 14935, 15327, 14434, 14152, 14990, 14581, 15527, 14209, 15060, 14126, 14449, 14968, 13546, 15301, 13447, 14492, 14447, 14409, 14848, 13786, 15264, 13271, 14975, 14372, 14286, 14708, 14658, 14863, 13653, 15579, 14391, 14517, 15127, 14327, 15414, 13933, 14530, 14131, 14692, 15085, 14730, 15016, 13711, 14187, 14917, 15302, 15320, 14032, 14994, 14141, 14596, 14901, 13718, 15191, 14146, 15299, 14538, 14250, 15209, 12862, 14937, 13816, 14657, 14238, 14235, 15142, 13579, 15070, 13985, 13994, 15119, 15722, 14685, 14101, 15464, 14803, 14948, 15140, 13288, 14831, 14152, 15209, 15223, 12668, 15001, 13695, 14726, 14364, 15179, 14872, 13556, 14986, 14765, 14774, 13974, 14245, 14345, 15533, 15343, 13888, 14612, 14706, 14027, 14859, 12193, 15664, 14067, 13559, 14710, 13779, 15230, 14283, 15100, 14759, 14329, 15300, 13579, 15229, 14591, 14931, 14884, 14097, 15157, 12208, 14303, 13432, 15643, 13883, 14747, 15654, 14001, 14919, 12524, 14996, 12098, 14045, 13485, 15387, 12989, 16691, 13785, 14790, 14531, 13344, 16495, 14098, 14632, 14842, 13783, 15564, 13935, 15107, 14926, 12705, 15303, 14077, 15511, 14481, 14718, 15029, 13399, 15433, 13380, 14783, 14359, 14610, 15027, 15115, 15243, 13618, 14297, 14083, 14827, 15048, 13704, 15757, 14454, 14613, 15196, 13491, 15496, 13574, 14381, 14649, 15376, 15466, 13400, 15408, 11364, 15447, 11680, 15088, 14525, 15045, 14415, 14546, 14614, 16135, 14787, 16090, 15384, 14439, 17940, 15104, 14990, 14923, 14203, 14326, 14707, 15753, 14977, 13508, 15431, 14082, 14737, 15241, 13630, 15054, 14093, 15456, 14982, 13983, 14835, 14099, 15138, 13887, 14414, 13784, 14194, 15105, 13545, 14807, 12988, 15126, 14045, 14216, 14528, 14095, 14518, 15247, 14872, 14468, 14150, 14307, 14379, 15157, 16006, 14817, 13939, 14470, 14280, 15338, 15335, 13577, 14897, 12799, 14543, 13196, 12219, 10742, 13103, 12209, 15012, 14259, 14808, 13620, 15084, 13882, 15066, 14509, 14999, 14719, 14349, 15303, 14608, 14712, 15365, 14723, 15102, 13348, 13447, 13727, 14048, 16496, 14879, 14950, 14079, 14778, 14515, 14991, 14502, 15353, 15783, 15193, 15660, 15277, 14968, 14214, 15137, 15820, 15178, 14140, 14285, 15390, 13468, 14624, 15097, 15018, 14594, 14286, 15548, 14210, 15199, 12946, 15778, 13473, 15390, 14777, 14952, 15303, 13801, 15740, 13722, 15277, 15350, 14659, 15369, 13900, 15413, 13389, 15067, 14675, 15311, 14924, 14343, 15199, 13941, 15465, 14971, 15488, 14478, 15049, 15439, 14563, 15410, 15081, 15657, 14251, 15486, 15049, 13476, 15680, 14920, 15397, 15490, 14952, 15505, 14012, 15432, 14950, 15419, 13169, 15155, 14498, 15319, 13775, 15358, 13959, 13795, 14653, 13900, 15253, 14192, 15507, 13474, 14424, 14333, 14028, 15231, 14696, 15204, 13916, 14774, 14532, 14881, 14763, 14152, 15683, 11069, 14730, 14764, 14780, 15132, 13624, 15702, 14031, 15149, 10377, 15060, 11218, 14499, 14587, 14416, 14686, 16301, 15804, 15635, 13427, 15231, 13494, 15249, 14509, 15315, 14423, 15432, 14631, 15107, 14647, 15193, 15062, 16378, 15358, 14545, 14860, 15021, 13419, 15351, 15010, 15228, 14779, 14120, 15342, 13699, 16056, 12033, 14052, 10447, 14238, 12398, 15055, 12831, 14505, 15717, 14255, 14343, 14314, 14641, 15144, 14883, 14744, 14341, 15426, 17569, 14710, 16879, 14734, 14278, 17872, 15036, 14439, 14162, 14744, 15954, 15250, 14246, 14681, 14018, 13624, 14932, 12751, 14323, 14506, 14961, 14724, 13574, 14880, 15181, 15737, 14387, 15107, 15405, 15374, 15748, 14479, 14981, 14231, 15411, 14571, 15407, 14424, 14955, 15937, 15028, 13923, 14213, 14981, 16127, 15133, 13278, 14224, 14447, 14114, 15096, 14560, 14866, 14317, 13900, 15129, 14244, 15412, 14112, 14458, 15318, 13259, 15452, 14530, 15500, 15505, 13837, 15606, 13978, 15400, 14661, 13962, 15384, 14014, 15872, 12323, 15092, 14395, 14343, 14754, 13615, 15039, 14150, 15248, 14313, 14608, 14790, 13571, 15098, 14827, 15328, 14330, 15060, 14914, 13117, 14936, 13957, 15425, 14209, 14544, 15146, 14430, 15397, 13087, 15288, 14511, 14249, 15151, 13151, 15609, 14917, 14840, 14705, 13785, 15202, 13117, 15534, 15125, 14658, 14464, 13828, 15027, 13295, 15169, 12741, 15153, 11379, 14930, 14762, 13502, 14794, 13968, 15516, 14468, 15018, 14629, 13385, 14856, 14160, 15344, 13183, 15292, 13387, 14332, 15677, 14325, 14960, 13392, 13282, 15703, 16153, 14769, 15126, 15219, 14654, 15228, 13167, 14463, 13492, 15002, 14863, 13725, 14928, 14218, 14948, 15454, 14625, 14807, 14927, 14521, 14990, 14284, 15723, 15484, 13908, 16025, 14469, 15261, 15095, 15046, 15653, 14359, 15194, 14971, 13958, 15357, 14604, 15878, 14929, 15687, 15409, 14784, 15584, 14618, 15213, 13932, 15423, 14538, 15326, 14247, 14659, 15382, 15075, 15232, 15052, 15280, 14577, 14470, 14933, 16219, 15105, 13776, 14917, 15123, 14753, 15712, 14102, 15216, 13916, 14805, 14816, 15496, 14639, 14277, 15530, 14034, 15354, 14001, 14971, 14074, 15344, 14018, 14734, 15748, 14784, 14641, 14386, 14945, 15901, 15091, 15651, 15067, 14758], 'WindowCenter': [4906.0, 4893.0, 4864.0, 4892.0, 4861.0, 4859.0, 4856.0, 4837.0, 4863.0, 4836.0, 4864.0, 4843.0, 4840.0, 4842.0, 4845.0, 4855.0, 4834.0, 4872.0, 4832.0, 4854.0, 4845.0, 4844.0, 4843.0, 4824.0, 4862.0, 4833.0, 4853.0, 4841.0, 4833.0, 4854.0, 4845.0, 4873.0, 4833.0, 4841.0, 4843.0, 4833.0, 4832.0, 4820.0, 4841.0, 4832.0, 4842.0, 4843.0, 4823.0, 4852.0, 4823.0, 4851.0, 4831.0, 4853.0, 4833.0, 4833.0, 4842.0, 4823.0, 4863.0, 4833.0, 4844.0, 4832.0, 4822.0, 4841.0, 4823.0, 4850.0, 4833.0, 4841.0, 4842.0, 4833.0, 4842.0, 4832.0, 4841.0, 4823.0, 4842.0, 4833.0, 4843.0, 4831.0, 4821.0, 4851.0, 4821.0, 4831.0, 4841.0, 4833.0, 4872.0, 4831.0, 4830.0, 4843.0, 4821.0, 4830.0, 4819.0, 4852.0, 4844.0, 4843.0, 4843.0, 4844.0, 4841.0, 4824.0, 4864.0, 4834.0, 4843.0, 4831.0, 4823.0, 4843.0, 4833.0, 4853.0, 4842.0, 4833.0, 4842.0, 4823.0, 4851.0, 4842.0, 4832.0, 4839.0, 4810.0, 4852.0, 4834.0, 4852.0, 4852.0, 4822.0, 4843.0, 4834.0, 4842.0, 4840.0, 4843.0, 4854.0, 4835.0, 4866.0, 4844.0, 4854.0, 4856.0, 4865.0, 4857.0, 4856.0, 4856.0, 4848.0, 4867.0, 4847.0, 4864.0, 4855.0, 4845.0, 4853.0, 4846.0, 4843.0, 4834.0, 4863.0, 4843.0, 4854.0, 4853.0, 4834.0, 4840.0, 4833.0, 4853.0, 4844.0, 4831.0, 4843.0, 4824.0, 4844.0, 4834.0, 4864.0, 4843.0, 4844.0, 4844.0, 4835.0, 4865.0, 4845.0, 4854.0, 4845.0, 4866.0, 4855.0, 4845.0, 4855.0, 4846.0, 4845.0, 4836.0, 4864.0, 4841.0, 4854.0, 4844.0, 4835.0, 4854.0, 4835.0, 4852.0, 4844.0, 4842.0, 4855.0, 4836.0, 4842.0, 4845.0, 4864.0, 4856.0, 4834.0, 4854.0, 4835.0, 4854.0, 4844.0, 4858.0, 4847.0, 4855.0, 4855.0, 4836.0, 4856.0, 4826.0, 4853.0, 4837.0, 4855.0, 4845.0, 4856.0, 4854.0, 4833.0, 4841.0, 4846.0, 4855.0, 4854.0, 4834.0, 4854.0, 4833.0, 4867.0, 4845.0, 4855.0, 4847.0, 4856.0, 4857.0, 4867.0, 4856.0, 4857.0, 4856.0, 4846.0, 4867.0, 4847.0, 4865.0, 4856.0, 4856.0, 4855.0, 4857.0, 4845.0, 4854.0, 4850.0, 4855.0, 4836.0, 4853.0, 4845.0, 4854.0, 4856.0, 4867.0, 4868.0, 4846.0, 4857.0, 4847.0, 4857.0, 4858.0, 4855.0, 4846.0, 4855.0, 4844.0, 4836.0, 4856.0, 4846.0, 4855.0, 4845.0, 4836.0, 4854.0, 4835.0, 4864.0, 4844.0, 4835.0, 4842.0, 4835.0, 4851.0, 4844.0, 4824.0, 4843.0, 4835.0, 4850.0, 4844.0, 4844.0, 4854.0, 4854.0, 4867.0, 4843.0, 4856.0, 4857.0, 4857.0, 4869.0, 4868.0, 4868.0, 4855.0, 4857.0, 4849.0, 4858.0, 4856.0, 4857.0, 4856.0, 4827.0, 4858.0, 4847.0, 4853.0, 4854.0, 4845.0, 4844.0, 4836.0, 4855.0, 4835.0, 4844.0, 4845.0, 4854.0, 4856.0, 4824.0, 4845.0, 4836.0, 4845.0, 4868.0, 4867.0, 4845.0, 4853.0, 4853.0, 4841.0, 4834.0, 4835.0, 4844.0, 4845.0, 4825.0, 4852.0, 4823.0, 4833.0, 4830.0, 4842.0, 4834.0, 4823.0, 4842.0, 4821.0, 4832.0, 4833.0, 4823.0, 4820.0, 4824.0, 4831.0, 4842.0, 4845.0, 4844.0, 4825.0, 4833.0, 4835.0, 4854.0, 4833.0, 4824.0, 4846.0, 4836.0, 4858.0, 4835.0, 4846.0, 4837.0, 4855.0, 4848.0, 4857.0, 4847.0, 4838.0, 4836.0, 4826.0, 4866.0, 4846.0, 4854.0, 4836.0, 4845.0, 4837.0, 4846.0, 4832.0, 4825.0, 4843.0, 4833.0, 4845.0, 4834.0, 4824.0, 4832.0, 4823.0, 4846.0, 4836.0, 4852.0, 4837.0, 4856.0, 4838.0, 4849.0, 4857.0, 4846.0, 4844.0, 4826.0, 4868.0, 4835.0, 4847.0, 4848.0, 4848.0, 4855.0, 4837.0, 4843.0, 4834.0, 4845.0, 4855.0, 4836.0, 4864.0, 4834.0, 4844.0, 4845.0, 4826.0, 4865.0, 4824.0, 4832.0, 4834.0, 4825.0, 4834.0, 4823.0, 4853.0, 4836.0, 4815.0, 4843.0, 4825.0, 4856.0, 4836.0, 4855.0, 4846.0, 4827.0, 4856.0, 4837.0, 4854.0, 4838.0, 4863.0, 4847.0, 4836.0, 4846.0, 4826.0, 4846.0, 4838.0, 4869.0, 4838.0, 4845.0, 4840.0, 4866.0, 4849.0, 4846.0, 4834.0, 4845.0, 4835.0, 4826.0, 4867.0, 4846.0, 4845.0, 4846.0, 4837.0, 4865.0, 4833.0, 4843.0, 4843.0, 4833.0, 4865.0, 4834.0, 4843.0, 4838.0, 4854.0, 4845.0, 4855.0, 4846.0, 4846.0, 4836.0, 4836.0, 4867.0, 4844.0, 4846.0, 4845.0, 4836.0, 4846.0, 4836.0, 4841.0, 4835.0, 4843.0, 4846.0, 4826.0, 4855.0, 4835.0, 4855.0, 4835.0, 4866.0, 4844.0, 4826.0, 4844.0, 4837.0, 4868.0, 4838.0, 4854.0, 4847.0, 4844.0, 4846.0, 4858.0, 4855.0, 4838.0, 4845.0, 4848.0, 4867.0, 4858.0, 4845.0, 4853.0, 4845.0, 4845.0, 4846.0, 4866.0, 4857.0, 4846.0, 4856.0, 4857.0, 4855.0, 4848.0, 4867.0, 4848.0, 4869.0, 4855.0, 4850.0, 4847.0, 4850.0, 4870.0, 4846.0, 4840.0, 4869.0, 4848.0, 4854.0, 4843.0, 4824.0, 4832.0, 4824.0, 4853.0, 4834.0, 4823.0, 4832.0, 4814.0, 4855.0, 4825.0, 4851.0, 4834.0, 4831.0, 4843.0, 4825.0, 4845.0, 4834.0, 4852.0, 4836.0, 4858.0, 4858.0, 4837.0, 4843.0, 4835.0, 4866.0, 4837.0, 4836.0, 4848.0, 4827.0, 4855.0, 4828.0, 4855.0, 4835.0, 4845.0, 4832.0, 4825.0, 4853.0, 4824.0, 4831.0, 4833.0, 4842.0, 4835.0, 4834.0, 4833.0, 4824.0, 4841.0, 4836.0, 4845.0, 4846.0, 4833.0, 4832.0, 4822.0, 4855.0, 4835.0, 4823.0, 4843.0, 4823.0, 4843.0, 4824.0, 4852.0, 4825.0, 4843.0, 4835.0, 4825.0, 4854.0, 4824.0, 4851.0, 4835.0, 4844.0, 4835.0, 4815.0, 4855.0, 4835.0, 4853.0, 4833.0, 4845.0, 4855.0, 4835.0, 4844.0, 4835.0, 4864.0, 4847.0, 4854.0, 4846.0, 4828.0, 4855.0, 4836.0, 4866.0, 4836.0, 4836.0, 4846.0, 4827.0, 4858.0, 4839.0, 4865.0, 4847.0, 4846.0, 4857.0, 4838.0, 4853.0, 4847.0, 4865.0, 4847.0, 4847.0, 4856.0, 4837.0, 4868.0, 4848.0, 4856.0, 4849.0, 4865.0, 4845.0, 4857.0, 4855.0, 4836.0, 4857.0, 4846.0, 4854.0, 4847.0, 4847.0, 4867.0, 4837.0, 4855.0, 4856.0, 4845.0, 4853.0, 4847.0, 4856.0, 4856.0, 4847.0, 4853.0, 4848.0, 4877.0, 4856.0, 4836.0, 4867.0, 4847.0, 4877.0, 4849.0, 4868.0, 4860.0, 4828.0, 4858.0, 4848.0, 4879.0, 4847.0, 4866.0, 4857.0, 4858.0, 4859.0, 4849.0, 4868.0, 4858.0, 4867.0, 4847.0, 4845.0, 4857.0, 4846.0, 4856.0, 4847.0, 4859.0, 4847.0, 4856.0, 4856.0, 4848.0, 4869.0, 4848.0, 4854.0, 4846.0, 4858.0, 4857.0, 4848.0, 4858.0, 4847.0, 4854.0, 4846.0, 4848.0, 4865.0, 4837.0, 4857.0, 4849.0, 4867.0, 4858.0, 4866.0, 4858.0, 4858.0, 4859.0, 4850.0, 4868.0, 4848.0, 4856.0, 4850.0, 4866.0, 4857.0, 4867.0, 4856.0, 4857.0, 4857.0, 4839.0, 4868.0, 4847.0, 4857.0, 4858.0, 4856.0, 4859.0, 4867.0, 4858.0, 4847.0, 4847.0, 4835.0, 4868.0, 4848.0, 4855.0, 4858.0, 4855.0, 4857.0, 4858.0, 4855.0, 4848.0, 4845.0, 4848.0, 4867.0, 4847.0, 4846.0, 4846.0, 4850.0, 4868.0, 4857.0, 4854.0, 4859.0, 4837.0, 4870.0, 4848.0, 4859.0, 4859.0, 4859.0, 4858.0, 4869.0, 4857.0, 4859.0, 4857.0, 4856.0, 4858.0, 4848.0, 4857.0, 4860.0, 4856.0, 4849.0, 4859.0, 4859.0, 4850.0, 4845.0, 4846.0, 4870.0, 4859.0, 4857.0, 4859.0, 4850.0, 4846.0, 4849.0, 4858.0, 4857.0, 4835.0, 4845.0, 4836.0, 4854.0, 4845.0, 4825.0, 4845.0, 4835.0, 4845.0, 4847.0, 4888.0, 4858.0, 4866.0, 4847.0, 4870.0, 4879.0, 4861.0, 4869.0, 4860.0, 4863.0, 4860.0, 4860.0, 4857.0, 4847.0, 4848.0, 4848.0, 4838.0, 4855.0, 4844.0, 4848.0, 4846.0, 4835.0, 4857.0, 4846.0, 4835.0, 4855.0, 4837.0, 4855.0, 4847.0, 4854.0, 4846.0, 4836.0, 4855.0, 4847.0, 4866.0, 4848.0, 4837.0, 4844.0, 4849.0, 4868.0, 4848.0, 4856.0, 4847.0, 4828.0, 4867.0, 4849.0, 4855.0, 4858.0, 4856.0, 4859.0, 4858.0, 4869.0, 4860.0, 4848.0, 4860.0, 4870.0, 4859.0, 4849.0, 4858.0, 4850.0, 4859.0, 4859.0, 4867.0, 4847.0, 4859.0, 4846.0, 4837.0, 4856.0, 4846.0, 4838.0, 4836.0, 4835.0, 4856.0, 4847.0, 4845.0, 4857.0, 4836.0, 4856.0, 4837.0, 4856.0, 4858.0, 4848.0, 4858.0, 4849.0, 4857.0, 4848.0, 4856.0, 4849.0, 4859.0, 4858.0, 4856.0, 4858.0, 4839.0, 4858.0, 4848.0, 4868.0, 4859.0, 4858.0, 4859.0, 4857.0, 4857.0, 4848.0, 4845.0, 4849.0, 4847.0, 4849.0, 4855.0, 4859.0, 4835.0, 4845.0, 4866.0, 4869.0, 4869.0, 4870.0, 4860.0, 4869.0, 4870.0, 4872.0, 4840.0, 4859.0, 4851.0, 4860.0, 4851.0, 4859.0, 4859.0, 4849.0, 4847.0, 4838.0, 4859.0, 4848.0, 4847.0, 4857.0, 4835.0, 4856.0, 4857.0, 4856.0, 4856.0, 4829.0, 4858.0, 4848.0, 4870.0, 4855.0, 4845.0, 4858.0, 4860.0, 4859.0, 4838.0, 4847.0, 4847.0, 4857.0, 4857.0, 4847.0, 4856.0, 4847.0, 4857.0, 4856.0, 4846.0, 4855.0, 4857.0, 4848.0, 4856.0, 4856.0, 4857.0, 4847.0, 4854.0, 4847.0, 4859.0, 4857.0, 4836.0, 4858.0, 4848.0, 4846.0, 4859.0, 4858.0, 4856.0, 4847.0, 4858.0, 4848.0, 4870.0, 4859.0, 4847.0, 4859.0, 4859.0, 4861.0, 4860.0, 4867.0, 4860.0, 4849.0, 4858.0, 4860.0, 4870.0, 4860.0, 4859.0, 4857.0, 4860.0, 4858.0, 4858.0, 4856.0, 4849.0, 4847.0, 4856.0, 4857.0, 4858.0, 4848.0, 4858.0, 4859.0, 4859.0, 4870.0, 4846.0, 4858.0, 4859.0, 4859.0, 4859.0, 4858.0, 4867.0, 4849.0, 4858.0, 4860.0, 4871.0, 4861.0, 4849.0, 4858.0, 4848.0, 4857.0, 4850.0, 4849.0, 4857.0, 4857.0, 4856.0, 4848.0, 4858.0, 4857.0, 4846.0, 4857.0, 4836.0, 4847.0, 4849.0, 4871.0, 4870.0, 4837.0, 4860.0, 4849.0, 4859.0, 4859.0, 4869.0, 4861.0, 4850.0, 4871.0, 4861.0, 4861.0, 4859.0, 4848.0, 4860.0, 4859.0, 4859.0, 4848.0, 4859.0, 4859.0, 4848.0, 4859.0, 4837.0, 4871.0, 4874.0, 4849.0, 4861.0, 4848.0, 4869.0, 4870.0, 4871.0, 4870.0, 4858.0, 4870.0, 4862.0, 4872.0, 4859.0, 4870.0, 4870.0, 4861.0, 4874.0, 4851.0, 4873.0, 4858.0, 4868.0, 4873.0, 4884.0, 4880.0, 4870.0, 4872.0, 4862.0, 4884.0, 4851.0, 4861.0, 4875.0, 4871.0, 4849.0, 4880.0, 4860.0, 4860.0, 4859.0, 4848.0, 4871.0, 4848.0, 4847.0, 4845.0, 4846.0, 4855.0, 4846.0, 4855.0, 4857.0, 4846.0, 4857.0, 4845.0, 4857.0, 4857.0, 4846.0, 4867.0, 4845.0, 4868.0, 4848.0, 4859.0, 4858.0, 4857.0, 4858.0, 4859.0, 4869.0, 4846.0, 4845.0, 4848.0, 4848.0, 4859.0, 4846.0, 4855.0, 4848.0, 4846.0, 4859.0, 4847.0, 4868.0, 4860.0, 4856.0, 4858.0, 4868.0, 4868.0, 4846.0, 4869.0, 4840.0, 4871.0, 4851.0, 4881.0, 4871.0, 4870.0, 4873.0, 4873.0, 4874.0, 4868.0, 4859.0, 4874.0, 4861.0, 4859.0, 4867.0, 4855.0, 4858.0, 4856.0, 4848.0, 4857.0, 4857.0, 4857.0, 4856.0, 4838.0, 4856.0, 4846.0, 4846.0, 4857.0, 4836.0, 4846.0, 4846.0, 4869.0, 4856.0, 4847.0, 4859.0, 4860.0, 4869.0, 4860.0, 4859.0, 4864.0, 4863.0, 4873.0, 4849.0, 4872.0, 4852.0, 4872.0, 4871.0, 4863.0, 4862.0, 4859.0, 4860.0, 4869.0, 4871.0, 4860.0, 4848.0, 4859.0, 4856.0, 4860.0, 4859.0, 4847.0, 4848.0, 4846.0, 4858.0, 4859.0, 4857.0, 4834.0, 4858.0, 4848.0, 4862.0, 4874.0, 4879.0, 4855.0, 4888.0, 4863.0, 4883.0, 4859.0, 4859.0, 4861.0, 4872.0, 4863.0, 4872.0, 4872.0, 4874.0, 4863.0, 4860.0, 4871.0, 4872.0, 4863.0, 4872.0, 4859.0, 4861.0, 4849.0, 4851.0, 4850.0, 4850.0, 4867.0, 4859.0, 4859.0, 4859.0, 4859.0, 4862.0, 4860.0, 4847.0, 4871.0, 4860.0, 4872.0, 4870.0, 4858.0, 4860.0, 4848.0, 4860.0, 4871.0, 4858.0, 4847.0, 4847.0, 4857.0, 4850.0, 4861.0, 4859.0, 4858.0, 4860.0, 4848.0, 4872.0, 4860.0, 4869.0, 4849.0, 4871.0, 4853.0, 4873.0, 4861.0, 4860.0, 4874.0, 4852.0, 4872.0, 4860.0, 4872.0, 4873.0, 4863.0, 4870.0, 4863.0, 4871.0, 4851.0, 4871.0, 4872.0, 4871.0, 4871.0, 4860.0, 4872.0, 4861.0, 4873.0, 4873.0, 4869.0, 4861.0, 4862.0, 4869.0, 4873.0, 4871.0, 4858.0, 4873.0, 4860.0, 4872.0, 4861.0, 4850.0, 4869.0, 4859.0, 4861.0, 4872.0, 4873.0, 4870.0, 4859.0, 4871.0, 4872.0, 4874.0, 4864.0, 4874.0, 4862.0, 4862.0, 4863.0, 4873.0, 4849.0, 4848.0, 4860.0, 4850.0, 4858.0, 4851.0, 4859.0, 4849.0, 4850.0, 4859.0, 4861.0, 4871.0, 4848.0, 4870.0, 4850.0, 4862.0, 4861.0, 4861.0, 4860.0, 4850.0, 4870.0, 4832.0, 4871.0, 4859.0, 4860.0, 4861.0, 4851.0, 4870.0, 4849.0, 4871.0, 4822.0, 4872.0, 4843.0, 4875.0, 4861.0, 4873.0, 4885.0, 4884.0, 4870.0, 4885.0, 4875.0, 4883.0, 4872.0, 4884.0, 4877.0, 4886.0, 4874.0, 4886.0, 4874.0, 4874.0, 4874.0, 4874.0, 4871.0, 4871.0, 4871.0, 4862.0, 4862.0, 4859.0, 4849.0, 4870.0, 4861.0, 4872.0, 4863.0, 4850.0, 4859.0, 4849.0, 4869.0, 4839.0, 4861.0, 4830.0, 4863.0, 4851.0, 4882.0, 4865.0, 4886.0, 4895.0, 4872.0, 4875.0, 4886.0, 4876.0, 4861.0, 4871.0, 4862.0, 4861.0, 4874.0, 4869.0, 4859.0, 4869.0, 4847.0, 4851.0, 4878.0, 4845.0, 4850.0, 4846.0, 4847.0, 4857.0, 4856.0, 4846.0, 4846.0, 4844.0, 4848.0, 4858.0, 4836.0, 4848.0, 4848.0, 4858.0, 4860.0, 4836.0, 4857.0, 4858.0, 4858.0, 4848.0, 4858.0, 4857.0, 4858.0, 4859.0, 4849.0, 4873.0, 4850.0, 4859.0, 4856.0, 4859.0, 4849.0, 4870.0, 4871.0, 4871.0, 4861.0, 4846.0, 4859.0, 4858.0, 4849.0, 4837.0, 4849.0, 4849.0, 4846.0, 4846.0, 4858.0, 4861.0, 4849.0, 4837.0, 4856.0, 4845.0, 4856.0, 4848.0, 4845.0, 4857.0, 4838.0, 4856.0, 4848.0, 4859.0, 4858.0, 4836.0, 4858.0, 4846.0, 4858.0, 4846.0, 4846.0, 4861.0, 4847.0, 4867.0, 4836.0, 4858.0, 4849.0, 4847.0, 4858.0, 4850.0, 4860.0, 4850.0, 4861.0, 4849.0, 4859.0, 4859.0, 4837.0, 4858.0, 4848.0, 4858.0, 4860.0, 4860.0, 4856.0, 4837.0, 4859.0, 4847.0, 4869.0, 4858.0, 4859.0, 4859.0, 4849.0, 4860.0, 4852.0, 4870.0, 4860.0, 4861.0, 4861.0, 4839.0, 4871.0, 4861.0, 4859.0, 4860.0, 4849.0, 4860.0, 4849.0, 4871.0, 4859.0, 4859.0, 4860.0, 4847.0, 4861.0, 4851.0, 4871.0, 4839.0, 4871.0, 4842.0, 4873.0, 4872.0, 4862.0, 4859.0, 4851.0, 4870.0, 4862.0, 4873.0, 4862.0, 4851.0, 4862.0, 4860.0, 4872.0, 4839.0, 4871.0, 4849.0, 4859.0, 4870.0, 4872.0, 4872.0, 4862.0, 4864.0, 4869.0, 4867.0, 4871.0, 4869.0, 4868.0, 4869.0, 4868.0, 4848.0, 4848.0, 4849.0, 4857.0, 4860.0, 4861.0, 4860.0, 4848.0, 4845.0, 4856.0, 4848.0, 4845.0, 4856.0, 4846.0, 4856.0, 4846.0, 4855.0, 4856.0, 4837.0, 4857.0, 4835.0, 4844.0, 4846.0, 4844.0, 4856.0, 4847.0, 4857.0, 4847.0, 4847.0, 4859.0, 4858.0, 4869.0, 4860.0, 4870.0, 4871.0, 4860.0, 4873.0, 4873.0, 4883.0, 4861.0, 4872.0, 4862.0, 4872.0, 4851.0, 4861.0, 4872.0, 4859.0, 4861.0, 4861.0, 4869.0, 4860.0, 4849.0, 4861.0, 4859.0, 4860.0, 4850.0, 4861.0, 4846.0, 4847.0, 4856.0, 4849.0, 4858.0, 4849.0, 4849.0, 4847.0, 4845.0, 4857.0, 4847.0, 4858.0, 4847.0, 4860.0, 4862.0, 4870.0, 4860.0, 4872.0, 4861.0, 4872.0, 4872.0, 4861.0, 4859.0, 4848.0, 4860.0, 4869.0, 4858.0, 4859.0, 4847.0, 4849.0], 'WindowWidth': [10688.0, 10650.0, 10603.0, 10640.0, 10589.0, 10586.0, 10571.0, 10547.0, 10580.0, 10544.0, 10582.0, 10548.0, 10543.0, 10546.0, 10554.0, 10570.0, 10539.0, 10588.0, 10533.0, 10565.0, 10556.0, 10554.0, 10546.0, 10525.0, 10575.0, 10537.0, 10565.0, 10544.0, 10535.0, 10563.0, 10557.0, 10590.0, 10532.0, 10542.0, 10546.0, 10534.0, 10528.0, 10512.0, 10542.0, 10533.0, 10546.0, 10545.0, 10522.0, 10557.0, 10522.0, 10558.0, 10532.0, 10561.0, 10532.0, 10535.0, 10546.0, 10520.0, 10575.0, 10535.0, 10550.0, 10529.0, 10517.0, 10538.0, 10518.0, 10556.0, 10532.0, 10543.0, 10542.0, 10532.0, 10544.0, 10532.0, 10540.0, 10518.0, 10545.0, 10531.0, 10547.0, 10528.0, 10516.0, 10555.0, 10512.0, 10531.0, 10542.0, 10533.0, 10588.0, 10528.0, 10527.0, 10546.0, 10513.0, 10521.0, 10509.0, 10557.0, 10551.0, 10548.0, 10546.0, 10551.0, 10543.0, 10524.0, 10578.0, 10535.0, 10548.0, 10526.0, 10520.0, 10547.0, 10536.0, 10563.0, 10542.0, 10533.0, 10543.0, 10519.0, 10556.0, 10541.0, 10529.0, 10536.0, 10500.0, 10558.0, 10534.0, 10559.0, 10556.0, 10517.0, 10545.0, 10535.0, 10542.0, 10541.0, 10546.0, 10563.0, 10541.0, 10583.0, 10551.0, 10564.0, 10569.0, 10584.0, 10573.0, 10569.0, 10568.0, 10561.0, 10587.0, 10559.0, 10579.0, 10566.0, 10553.0, 10562.0, 10557.0, 10547.0, 10537.0, 10578.0, 10545.0, 10566.0, 10561.0, 10537.0, 10538.0, 10532.0, 10562.0, 10549.0, 10530.0, 10544.0, 10523.0, 10547.0, 10537.0, 10580.0, 10546.0, 10548.0, 10548.0, 10539.0, 10579.0, 10551.0, 10562.0, 10552.0, 10583.0, 10566.0, 10553.0, 10564.0, 10556.0, 10552.0, 10543.0, 10577.0, 10542.0, 10562.0, 10548.0, 10540.0, 10564.0, 10539.0, 10558.0, 10548.0, 10548.0, 10566.0, 10542.0, 10543.0, 10550.0, 10578.0, 10568.0, 10534.0, 10564.0, 10540.0, 10565.0, 10555.0, 10575.0, 10559.0, 10566.0, 10565.0, 10542.0, 10569.0, 10529.0, 10560.0, 10544.0, 10564.0, 10553.0, 10571.0, 10562.0, 10536.0, 10541.0, 10555.0, 10568.0, 10562.0, 10536.0, 10562.0, 10536.0, 10586.0, 10553.0, 10566.0, 10558.0, 10568.0, 10573.0, 10588.0, 10571.0, 10574.0, 10569.0, 10560.0, 10587.0, 10560.0, 10581.0, 10569.0, 10572.0, 10566.0, 10574.0, 10551.0, 10565.0, 10557.0, 10564.0, 10541.0, 10561.0, 10552.0, 10563.0, 10566.0, 10587.0, 10588.0, 10556.0, 10571.0, 10560.0, 10570.0, 10574.0, 10568.0, 10555.0, 10568.0, 10547.0, 10542.0, 10568.0, 10553.0, 10568.0, 10550.0, 10541.0, 10563.0, 10538.0, 10577.0, 10548.0, 10540.0, 10544.0, 10538.0, 10556.0, 10547.0, 10522.0, 10545.0, 10537.0, 10554.0, 10549.0, 10547.0, 10562.0, 10566.0, 10587.0, 10551.0, 10568.0, 10572.0, 10572.0, 10590.0, 10590.0, 10589.0, 10569.0, 10570.0, 10565.0, 10575.0, 10570.0, 10573.0, 10566.0, 10531.0, 10573.0, 10557.0, 10561.0, 10564.0, 10553.0, 10548.0, 10542.0, 10566.0, 10538.0, 10548.0, 10549.0, 10564.0, 10570.0, 10523.0, 10550.0, 10541.0, 10550.0, 10590.0, 10584.0, 10551.0, 10564.0, 10563.0, 10543.0, 10537.0, 10536.0, 10551.0, 10553.0, 10524.0, 10559.0, 10519.0, 10535.0, 10525.0, 10547.0, 10535.0, 10516.0, 10542.0, 10509.0, 10527.0, 10532.0, 10517.0, 10509.0, 10518.0, 10527.0, 10545.0, 10554.0, 10549.0, 10523.0, 10531.0, 10536.0, 10563.0, 10533.0, 10521.0, 10551.0, 10541.0, 10575.0, 10538.0, 10551.0, 10542.0, 10564.0, 10558.0, 10573.0, 10557.0, 10545.0, 10537.0, 10526.0, 10582.0, 10553.0, 10562.0, 10538.0, 10550.0, 10541.0, 10553.0, 10529.0, 10522.0, 10543.0, 10531.0, 10552.0, 10534.0, 10521.0, 10527.0, 10517.0, 10554.0, 10540.0, 10555.0, 10543.0, 10565.0, 10544.0, 10562.0, 10570.0, 10554.0, 10548.0, 10527.0, 10585.0, 10539.0, 10557.0, 10557.0, 10558.0, 10564.0, 10541.0, 10545.0, 10535.0, 10551.0, 10566.0, 10540.0, 10574.0, 10534.0, 10549.0, 10546.0, 10526.0, 10577.0, 10520.0, 10528.0, 10532.0, 10522.0, 10531.0, 10519.0, 10559.0, 10535.0, 10506.0, 10544.0, 10523.0, 10565.0, 10539.0, 10562.0, 10550.0, 10527.0, 10568.0, 10543.0, 10562.0, 10545.0, 10574.0, 10557.0, 10540.0, 10552.0, 10527.0, 10552.0, 10546.0, 10591.0, 10546.0, 10551.0, 10550.0, 10582.0, 10561.0, 10557.0, 10534.0, 10554.0, 10535.0, 10526.0, 10587.0, 10552.0, 10552.0, 10551.0, 10543.0, 10577.0, 10533.0, 10547.0, 10547.0, 10534.0, 10580.0, 10536.0, 10545.0, 10544.0, 10563.0, 10552.0, 10567.0, 10554.0, 10555.0, 10538.0, 10540.0, 10585.0, 10550.0, 10552.0, 10548.0, 10541.0, 10552.0, 10539.0, 10540.0, 10536.0, 10546.0, 10552.0, 10526.0, 10565.0, 10538.0, 10563.0, 10536.0, 10582.0, 10551.0, 10526.0, 10550.0, 10541.0, 10586.0, 10544.0, 10560.0, 10555.0, 10550.0, 10553.0, 10574.0, 10567.0, 10545.0, 10551.0, 10558.0, 10585.0, 10573.0, 10553.0, 10560.0, 10555.0, 10549.0, 10554.0, 10584.0, 10570.0, 10552.0, 10571.0, 10573.0, 10567.0, 10560.0, 10588.0, 10562.0, 10590.0, 10567.0, 10567.0, 10559.0, 10564.0, 10596.0, 10553.0, 10553.0, 10592.0, 10555.0, 10562.0, 10541.0, 10520.0, 10521.0, 10516.0, 10560.0, 10532.0, 10515.0, 10526.0, 10504.0, 10562.0, 10521.0, 10550.0, 10530.0, 10525.0, 10545.0, 10522.0, 10548.0, 10533.0, 10557.0, 10539.0, 10573.0, 10568.0, 10540.0, 10543.0, 10536.0, 10581.0, 10541.0, 10536.0, 10554.0, 10527.0, 10563.0, 10528.0, 10562.0, 10534.0, 10547.0, 10525.0, 10521.0, 10558.0, 10517.0, 10520.0, 10529.0, 10541.0, 10533.0, 10533.0, 10525.0, 10517.0, 10537.0, 10534.0, 10548.0, 10550.0, 10529.0, 10525.0, 10513.0, 10561.0, 10534.0, 10514.0, 10541.0, 10517.0, 10541.0, 10518.0, 10555.0, 10520.0, 10542.0, 10532.0, 10521.0, 10559.0, 10518.0, 10551.0, 10533.0, 10545.0, 10532.0, 10507.0, 10561.0, 10535.0, 10556.0, 10528.0, 10549.0, 10565.0, 10535.0, 10543.0, 10535.0, 10576.0, 10554.0, 10561.0, 10551.0, 10531.0, 10563.0, 10539.0, 10580.0, 10539.0, 10537.0, 10552.0, 10528.0, 10571.0, 10547.0, 10578.0, 10555.0, 10553.0, 10570.0, 10547.0, 10559.0, 10556.0, 10578.0, 10556.0, 10558.0, 10569.0, 10541.0, 10583.0, 10558.0, 10568.0, 10561.0, 10582.0, 10551.0, 10569.0, 10563.0, 10541.0, 10571.0, 10553.0, 10561.0, 10554.0, 10555.0, 10583.0, 10542.0, 10563.0, 10564.0, 10552.0, 10557.0, 10554.0, 10566.0, 10565.0, 10555.0, 10557.0, 10556.0, 10598.0, 10569.0, 10539.0, 10584.0, 10556.0, 10598.0, 10561.0, 10583.0, 10576.0, 10530.0, 10571.0, 10560.0, 10602.0, 10557.0, 10580.0, 10569.0, 10573.0, 10576.0, 10562.0, 10587.0, 10572.0, 10585.0, 10556.0, 10551.0, 10568.0, 10553.0, 10565.0, 10558.0, 10573.0, 10556.0, 10567.0, 10565.0, 10559.0, 10589.0, 10558.0, 10561.0, 10554.0, 10570.0, 10569.0, 10560.0, 10569.0, 10556.0, 10562.0, 10551.0, 10559.0, 10579.0, 10541.0, 10569.0, 10561.0, 10585.0, 10574.0, 10582.0, 10574.0, 10574.0, 10574.0, 10565.0, 10588.0, 10560.0, 10567.0, 10564.0, 10582.0, 10573.0, 10586.0, 10568.0, 10572.0, 10570.0, 10549.0, 10588.0, 10558.0, 10568.0, 10572.0, 10566.0, 10574.0, 10587.0, 10570.0, 10558.0, 10553.0, 10538.0, 10588.0, 10559.0, 10564.0, 10572.0, 10566.0, 10569.0, 10573.0, 10564.0, 10559.0, 10548.0, 10555.0, 10582.0, 10555.0, 10552.0, 10552.0, 10565.0, 10585.0, 10570.0, 10563.0, 10572.0, 10543.0, 10590.0, 10559.0, 10573.0, 10575.0, 10573.0, 10574.0, 10589.0, 10570.0, 10574.0, 10569.0, 10569.0, 10573.0, 10559.0, 10567.0, 10577.0, 10569.0, 10559.0, 10575.0, 10574.0, 10562.0, 10550.0, 10552.0, 10590.0, 10575.0, 10569.0, 10573.0, 10564.0, 10552.0, 10560.0, 10575.0, 10568.0, 10538.0, 10548.0, 10538.0, 10562.0, 10550.0, 10522.0, 10548.0, 10536.0, 10549.0, 10553.0, 10617.0, 10574.0, 10582.0, 10558.0, 10592.0, 10605.0, 10583.0, 10590.0, 10578.0, 10588.0, 10579.0, 10577.0, 10571.0, 10553.0, 10559.0, 10553.0, 10543.0, 10564.0, 10545.0, 10554.0, 10547.0, 10534.0, 10565.0, 10548.0, 10532.0, 10560.0, 10538.0, 10563.0, 10552.0, 10559.0, 10551.0, 10538.0, 10560.0, 10554.0, 10577.0, 10555.0, 10539.0, 10545.0, 10557.0, 10584.0, 10556.0, 10564.0, 10553.0, 10530.0, 10582.0, 10556.0, 10562.0, 10571.0, 10565.0, 10572.0, 10569.0, 10586.0, 10578.0, 10556.0, 10576.0, 10590.0, 10573.0, 10561.0, 10570.0, 10563.0, 10573.0, 10572.0, 10584.0, 10553.0, 10576.0, 10548.0, 10539.0, 10566.0, 10548.0, 10539.0, 10534.0, 10532.0, 10563.0, 10551.0, 10547.0, 10567.0, 10536.0, 10566.0, 10540.0, 10565.0, 10571.0, 10558.0, 10570.0, 10559.0, 10567.0, 10558.0, 10565.0, 10558.0, 10574.0, 10572.0, 10566.0, 10571.0, 10546.0, 10572.0, 10560.0, 10586.0, 10574.0, 10569.0, 10571.0, 10570.0, 10568.0, 10556.0, 10547.0, 10558.0, 10553.0, 10557.0, 10564.0, 10572.0, 10536.0, 10546.0, 10578.0, 10592.0, 10588.0, 10591.0, 10577.0, 10590.0, 10594.0, 10596.0, 10549.0, 10573.0, 10567.0, 10576.0, 10567.0, 10575.0, 10570.0, 10561.0, 10552.0, 10542.0, 10572.0, 10557.0, 10553.0, 10565.0, 10535.0, 10565.0, 10567.0, 10564.0, 10566.0, 10530.0, 10569.0, 10557.0, 10590.0, 10564.0, 10551.0, 10572.0, 10576.0, 10574.0, 10545.0, 10553.0, 10554.0, 10567.0, 10568.0, 10555.0, 10564.0, 10555.0, 10565.0, 10566.0, 10551.0, 10561.0, 10568.0, 10556.0, 10566.0, 10567.0, 10567.0, 10554.0, 10560.0, 10553.0, 10572.0, 10570.0, 10538.0, 10569.0, 10560.0, 10553.0, 10573.0, 10571.0, 10566.0, 10556.0, 10571.0, 10558.0, 10589.0, 10574.0, 10553.0, 10573.0, 10574.0, 10578.0, 10581.0, 10582.0, 10576.0, 10558.0, 10570.0, 10579.0, 10589.0, 10574.0, 10571.0, 10571.0, 10575.0, 10572.0, 10572.0, 10565.0, 10560.0, 10552.0, 10566.0, 10569.0, 10570.0, 10557.0, 10568.0, 10573.0, 10574.0, 10589.0, 10552.0, 10571.0, 10573.0, 10572.0, 10575.0, 10573.0, 10584.0, 10561.0, 10572.0, 10576.0, 10594.0, 10578.0, 10560.0, 10571.0, 10558.0, 10567.0, 10562.0, 10560.0, 10567.0, 10570.0, 10565.0, 10555.0, 10570.0, 10566.0, 10552.0, 10567.0, 10537.0, 10552.0, 10558.0, 10593.0, 10592.0, 10543.0, 10576.0, 10559.0, 10574.0, 10575.0, 10590.0, 10579.0, 10563.0, 10591.0, 10581.0, 10580.0, 10576.0, 10557.0, 10576.0, 10574.0, 10572.0, 10559.0, 10573.0, 10572.0, 10555.0, 10572.0, 10542.0, 10592.0, 10604.0, 10561.0, 10580.0, 10559.0, 10588.0, 10593.0, 10594.0, 10591.0, 10571.0, 10589.0, 10582.0, 10597.0, 10575.0, 10590.0, 10593.0, 10583.0, 10602.0, 10567.0, 10601.0, 10573.0, 10586.0, 10600.0, 10619.0, 10608.0, 10594.0, 10597.0, 10586.0, 10618.0, 10571.0, 10582.0, 10607.0, 10597.0, 10564.0, 10609.0, 10578.0, 10580.0, 10573.0, 10558.0, 10593.0, 10557.0, 10556.0, 10547.0, 10553.0, 10560.0, 10550.0, 10565.0, 10567.0, 10556.0, 10565.0, 10548.0, 10570.0, 10569.0, 10551.0, 10584.0, 10551.0, 10585.0, 10560.0, 10573.0, 10573.0, 10569.0, 10568.0, 10573.0, 10587.0, 10553.0, 10548.0, 10556.0, 10556.0, 10571.0, 10553.0, 10560.0, 10556.0, 10551.0, 10571.0, 10557.0, 10585.0, 10578.0, 10566.0, 10570.0, 10588.0, 10586.0, 10552.0, 10588.0, 10548.0, 10594.0, 10569.0, 10608.0, 10595.0, 10594.0, 10599.0, 10600.0, 10601.0, 10591.0, 10575.0, 10606.0, 10577.0, 10575.0, 10584.0, 10563.0, 10572.0, 10563.0, 10557.0, 10569.0, 10566.0, 10567.0, 10566.0, 10543.0, 10564.0, 10552.0, 10549.0, 10565.0, 10537.0, 10550.0, 10551.0, 10586.0, 10566.0, 10554.0, 10572.0, 10578.0, 10591.0, 10577.0, 10576.0, 10589.0, 10584.0, 10599.0, 10563.0, 10595.0, 10568.0, 10595.0, 10596.0, 10584.0, 10583.0, 10575.0, 10575.0, 10590.0, 10593.0, 10578.0, 10558.0, 10576.0, 10570.0, 10576.0, 10575.0, 10552.0, 10558.0, 10550.0, 10572.0, 10572.0, 10568.0, 10534.0, 10570.0, 10557.0, 10582.0, 10605.0, 10623.0, 10582.0, 10629.0, 10588.0, 10613.0, 10570.0, 10570.0, 10579.0, 10597.0, 10584.0, 10596.0, 10598.0, 10603.0, 10584.0, 10576.0, 10592.0, 10595.0, 10581.0, 10599.0, 10574.0, 10575.0, 10558.0, 10562.0, 10560.0, 10557.0, 10581.0, 10572.0, 10572.0, 10572.0, 10573.0, 10580.0, 10576.0, 10554.0, 10590.0, 10575.0, 10595.0, 10590.0, 10572.0, 10576.0, 10555.0, 10573.0, 10592.0, 10570.0, 10553.0, 10553.0, 10566.0, 10559.0, 10578.0, 10573.0, 10570.0, 10572.0, 10555.0, 10592.0, 10578.0, 10588.0, 10560.0, 10591.0, 10569.0, 10598.0, 10578.0, 10574.0, 10599.0, 10568.0, 10594.0, 10578.0, 10593.0, 10599.0, 10581.0, 10590.0, 10585.0, 10591.0, 10564.0, 10592.0, 10595.0, 10594.0, 10591.0, 10575.0, 10596.0, 10577.0, 10596.0, 10599.0, 10585.0, 10578.0, 10578.0, 10588.0, 10598.0, 10592.0, 10572.0, 10595.0, 10576.0, 10592.0, 10579.0, 10563.0, 10587.0, 10573.0, 10576.0, 10594.0, 10597.0, 10588.0, 10575.0, 10593.0, 10594.0, 10599.0, 10585.0, 10599.0, 10582.0, 10580.0, 10585.0, 10596.0, 10561.0, 10557.0, 10576.0, 10558.0, 10571.0, 10565.0, 10571.0, 10559.0, 10558.0, 10572.0, 10578.0, 10589.0, 10557.0, 10588.0, 10562.0, 10582.0, 10579.0, 10576.0, 10574.0, 10561.0, 10587.0, 10540.0, 10593.0, 10572.0, 10575.0, 10578.0, 10564.0, 10591.0, 10558.0, 10592.0, 10527.0, 10595.0, 10559.0, 10603.0, 10578.0, 10600.0, 10621.0, 10613.0, 10590.0, 10620.0, 10608.0, 10616.0, 10600.0, 10617.0, 10610.0, 10622.0, 10603.0, 10619.0, 10603.0, 10602.0, 10603.0, 10601.0, 10594.0, 10595.0, 10590.0, 10580.0, 10580.0, 10574.0, 10557.0, 10588.0, 10576.0, 10593.0, 10584.0, 10559.0, 10573.0, 10557.0, 10585.0, 10545.0, 10575.0, 10533.0, 10583.0, 10564.0, 10612.0, 10594.0, 10624.0, 10633.0, 10599.0, 10605.0, 10622.0, 10606.0, 10580.0, 10593.0, 10585.0, 10578.0, 10601.0, 10587.0, 10571.0, 10589.0, 10553.0, 10564.0, 10601.0, 10547.0, 10562.0, 10548.0, 10552.0, 10564.0, 10561.0, 10552.0, 10549.0, 10546.0, 10557.0, 10570.0, 10538.0, 10555.0, 10555.0, 10570.0, 10574.0, 10538.0, 10567.0, 10570.0, 10567.0, 10555.0, 10570.0, 10567.0, 10570.0, 10569.0, 10557.0, 10594.0, 10560.0, 10568.0, 10565.0, 10572.0, 10555.0, 10591.0, 10590.0, 10593.0, 10579.0, 10551.0, 10572.0, 10571.0, 10554.0, 10542.0, 10557.0, 10555.0, 10550.0, 10549.0, 10569.0, 10576.0, 10558.0, 10537.0, 10562.0, 10547.0, 10565.0, 10555.0, 10545.0, 10564.0, 10539.0, 10563.0, 10554.0, 10572.0, 10568.0, 10534.0, 10567.0, 10549.0, 10569.0, 10551.0, 10550.0, 10573.0, 10552.0, 10579.0, 10539.0, 10569.0, 10557.0, 10553.0, 10568.0, 10560.0, 10574.0, 10558.0, 10575.0, 10557.0, 10571.0, 10573.0, 10539.0, 10569.0, 10555.0, 10568.0, 10575.0, 10574.0, 10565.0, 10538.0, 10573.0, 10555.0, 10587.0, 10572.0, 10571.0, 10575.0, 10556.0, 10574.0, 10568.0, 10587.0, 10574.0, 10576.0, 10577.0, 10545.0, 10589.0, 10577.0, 10573.0, 10574.0, 10559.0, 10574.0, 10562.0, 10592.0, 10574.0, 10573.0, 10576.0, 10555.0, 10575.0, 10565.0, 10591.0, 10546.0, 10592.0, 10553.0, 10599.0, 10595.0, 10581.0, 10575.0, 10562.0, 10589.0, 10582.0, 10598.0, 10582.0, 10564.0, 10581.0, 10576.0, 10595.0, 10543.0, 10591.0, 10561.0, 10574.0, 10592.0, 10597.0, 10596.0, 10585.0, 10587.0, 10587.0, 10582.0, 10594.0, 10590.0, 10586.0, 10590.0, 10587.0, 10558.0, 10555.0, 10562.0, 10571.0, 10575.0, 10581.0, 10576.0, 10557.0, 10552.0, 10562.0, 10556.0, 10546.0, 10564.0, 10552.0, 10563.0, 10550.0, 10560.0, 10564.0, 10537.0, 10565.0, 10527.0, 10544.0, 10550.0, 10544.0, 10561.0, 10551.0, 10568.0, 10548.0, 10551.0, 10572.0, 10570.0, 10586.0, 10577.0, 10592.0, 10591.0, 10575.0, 10596.0, 10600.0, 10612.0, 10577.0, 10597.0, 10582.0, 10594.0, 10561.0, 10579.0, 10595.0, 10576.0, 10577.0, 10579.0, 10587.0, 10576.0, 10557.0, 10577.0, 10575.0, 10575.0, 10564.0, 10577.0, 10546.0, 10552.0, 10562.0, 10559.0, 10569.0, 10555.0, 10555.0, 10550.0, 10545.0, 10567.0, 10552.0, 10570.0, 10555.0, 10570.0, 10583.0, 10593.0, 10577.0, 10597.0, 10580.0, 10597.0, 10599.0, 10580.0, 10578.0, 10557.0, 10576.0, 10589.0, 10571.0, 10574.0, 10552.0, 10560.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.009898990825688073</td></tr>
<tr><td colspan=3>aqi</td><td>0.0675553698470948</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.15029834383723</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2207062826009787</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0727598158629121</td></tr>
<tr><td colspan=3>efc</td><td>0.4997</td></tr>
<tr><td colspan=3>fber</td><td>3649.7031</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13464551589012744</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>146</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.929663608562691</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.756970117077948</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.664761391012592</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9462897479367967</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6598592122844553</td></tr>
<tr><td colspan=3>gcor</td><td>0.00326095</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02145385555922985</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.011496428400278091</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1635</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.332101333707444</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>26.915</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.4911</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>264.3255</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298889.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>20.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1294.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>504.1588</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4638</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.8264</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4071.5753</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4246.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77655.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1698.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.1185</td></tr>
<tr><td colspan=3>tsnr</td><td>27.632768499897793</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>