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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0104_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-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0104/figures/sub-0104_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-0104/figures/sub-0104_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104/ses-03/func/sub-0104_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>25de72332842bfc972ec1ab97ea1b986</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>14:22:3.247500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999745, -0.0034114, -0.0223434, 0.00523467, 0.996614, 0.0820594]</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.100613</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7764, -7196, 290, -106, -32, 8, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.09</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>61b19542-d04e-419b-92a2-c3c5f3a41c6c||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.682241439819336, 0.01404423639178276, -0.05936715379357338, 114.79668426513672], [0.009152526967227459, 2.673841714859009, 0.22181949019432068, -99.85633087158203], [-0.05994579941034317, -0.22015929222106934, 2.6902177333831787, -34.97200012207031], [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': ['142203.247500', '142203.707500', '142204.167500', '142204.627500', '142205.087500', '142205.547500', '142206.007500', '142206.467500', '142206.927500', '142207.387500', '142207.847500', '142208.307500', '142208.767500', '142209.227500', '142209.687500', '142210.147500', '142210.607500', '142211.067500', '142211.527500', '142211.987500', '142212.447500', '142212.907500', '142213.367500', '142213.827500', '142214.287500', '142214.747500', '142215.207500', '142215.667500', '142216.127500', '142216.587500', '142217.047500', '142217.507500', '142217.967500', '142218.427500', '142218.887500', '142219.347500', '142219.807500', '142220.267500', '142220.727500', '142221.187500', '142221.647500', '142222.107500', '142222.567500', '142223.027500', '142223.487500', '142223.947500', '142224.407500', '142224.867500', '142225.327500', '142225.787500', '142226.247500', '142226.707500', '142227.167500', '142227.627500', '142228.087500', '142228.547500', '142229.007500', '142229.467500', '142229.927500', '142230.387500', '142230.847500', '142231.307500', '142231.767500', '142232.227500', '142232.687500', '142233.147500', '142233.607500', '142234.067500', '142234.527500', '142234.987500', '142235.447500', '142235.907500', '142236.367500', '142236.827500', '142237.287500', '142237.747500', '142238.207500', '142238.667500', '142239.127500', '142239.587500', '142240.047500', '142240.507500', '142240.967500', '142241.427500', '142241.887500', '142242.347500', '142242.807500', '142243.267500', '142243.727500', '142244.187500', '142244.647500', '142245.107500', '142245.567500', '142246.027500', '142246.487500', '142246.947500', '142247.407500', '142247.867500', '142248.327500', '142248.787500', '142249.247500', '142249.707500', '142250.167500', '142250.627500', '142251.087500', '142251.547500', '142252.007500', '142252.467500', '142252.927500', '142253.387500', '142253.847500', '142254.307500', '142254.767500', '142255.227500', '142255.687500', '142256.147500', '142256.607500', '142257.067500', '142257.527500', '142257.987500', '142258.447500', '142258.907500', '142259.367500', '142259.827500', '142300.287500', '142300.747500', '142301.207500', '142301.667500', '142302.127500', '142302.587500', '142303.047500', '142303.507500', '142303.967500', '142304.427500', '142304.887500', '142305.347500', '142305.807500', '142306.267500', '142306.727500', '142307.187500', '142307.647500', '142308.107500', '142308.567500', '142309.027500', '142309.487500', '142309.947500', '142310.407500', '142310.867500', '142311.327500', '142311.787500', '142312.247500', '142312.707500', '142313.167500', '142313.627500', '142314.087500', '142314.547500', '142315.007500', '142315.467500', '142315.927500', '142316.387500', '142316.847500', '142317.307500', '142317.767500', '142318.227500', '142318.687500', '142319.147500', '142319.607500', '142320.067500', '142320.527500', '142320.987500', '142321.447500', '142321.907500', '142322.367500', '142322.827500', '142323.287500', '142323.747500', '142324.207500', '142324.667500', '142325.127500', '142325.587500', '142326.047500', '142326.507500', '142326.967500', '142327.427500', '142327.887500', '142328.347500', '142328.807500', '142329.267500', '142329.727500', '142330.187500', '142330.647500', '142331.107500', '142331.567500', '142332.027500', '142332.487500', '142332.947500', '142333.407500', '142333.867500', '142334.327500', '142334.787500', '142335.247500', '142335.707500', '142336.167500', '142336.627500', '142337.087500', '142337.547500', '142338.007500', '142338.467500', '142338.927500', '142339.387500', '142339.847500', '142340.307500', '142340.767500', '142341.227500', '142341.687500', '142342.147500', '142342.607500', '142343.067500', '142343.527500', '142343.987500', '142344.447500', '142344.907500', '142345.367500', '142345.827500', '142346.287500', '142346.747500', '142347.207500', '142347.667500', '142348.127500', '142348.587500', '142349.047500', '142349.507500', '142349.967500', '142350.427500', '142350.887500', '142351.347500', '142351.807500', '142352.267500', '142352.727500', '142353.187500', '142353.647500', '142354.107500', '142354.567500', '142355.027500', '142355.487500', '142355.947500', '142356.407500', '142356.867500', '142357.327500', '142357.787500', '142358.247500', '142358.707500', '142359.167500', '142359.627500', '142400.087500', '142400.547500', '142401.007500', '142401.467500', '142401.927500', '142402.387500', '142402.847500', '142403.307500', '142403.767500', '142404.227500', '142404.687500', '142405.147500', '142405.607500', '142406.067500', '142406.527500', '142406.987500', '142407.447500', '142407.907500', '142408.367500', '142408.827500', '142409.287500', '142409.747500', '142410.207500', '142410.667500', '142411.127500', '142411.587500', '142412.047500', '142412.507500', '142412.967500', '142413.427500', '142413.887500', '142414.347500', '142414.807500', '142415.267500', '142415.727500', '142416.187500', '142416.647500', '142417.107500', '142417.567500', '142418.027500', '142418.487500', '142418.947500', '142419.407500', '142419.867500', '142420.327500', '142420.787500', '142421.247500', '142421.707500', '142422.167500', '142422.627500', '142423.087500', '142423.547500', '142424.007500', '142424.467500', '142424.927500', '142425.387500', '142425.847500', '142426.307500', '142426.767500', '142427.227500', '142427.687500', '142428.147500', '142428.607500', '142429.067500', '142429.527500', '142429.987500', '142430.447500', '142430.907500', '142431.367500', '142431.827500', '142432.287500', '142432.747500', '142433.207500', '142433.667500', '142434.127500', '142434.587500', '142435.047500', '142435.507500', '142435.967500', '142436.427500', '142436.887500', '142437.347500', '142437.807500', '142438.267500', '142438.727500', '142439.187500', '142439.647500', '142440.107500', '142440.567500', '142441.027500', '142441.487500', '142441.947500', '142442.407500', '142442.867500', '142443.327500', '142443.787500', '142444.247500', '142444.707500', '142445.167500', '142445.627500', '142446.087500', '142446.547500', '142447.007500', '142447.467500', '142447.927500', '142448.387500', '142448.847500', '142449.307500', '142449.767500', '142450.227500', '142450.687500', '142451.147500', '142451.607500', '142452.067500', '142452.527500', '142452.987500', '142453.447500', '142453.907500', '142454.367500', '142454.827500', '142455.287500', '142455.747500', '142456.207500', '142456.667500', '142457.127500', '142457.587500', '142458.047500', '142458.507500', '142458.967500', '142459.427500', '142459.887500', '142500.347500', '142500.807500', '142501.267500', '142501.727500', '142502.187500', '142502.647500', '142503.107500', '142503.567500', '142504.027500', '142504.487500', '142504.947500', '142505.407500', '142505.867500', '142506.327500', '142506.787500', '142507.247500', '142507.707500', '142508.167500', '142508.627500', '142509.087500', '142509.547500', '142510.007500', '142510.467500', '142510.927500', '142511.387500', '142511.847500', '142512.307500', '142512.767500', '142513.227500', '142513.687500', '142514.147500', '142514.607500', '142515.067500', '142515.527500', '142515.987500', '142516.447500', '142516.907500', '142517.367500', '142517.827500', '142518.287500', '142518.747500', '142519.207500', '142519.667500', '142520.127500', '142520.587500', '142521.047500', '142521.507500', '142521.967500', '142522.427500', '142522.887500', '142523.347500', '142523.807500', '142524.267500', '142524.727500', '142525.187500', '142525.647500', '142526.107500', '142526.567500', '142527.027500', '142527.487500', '142527.947500', '142528.407500', '142528.867500', '142529.327500', '142529.787500', '142530.247500', '142530.707500', '142531.167500', '142531.627500', '142532.087500', '142532.547500', '142533.007500', '142533.467500', '142533.927500', '142534.387500', '142534.847500', '142535.307500', '142535.767500', '142536.227500', '142536.687500', '142537.147500', '142537.607500', '142538.067500', '142538.527500', '142538.987500', '142539.447500', '142539.907500', '142540.367500', '142540.827500', '142541.287500', '142541.747500', '142542.207500', '142542.667500', '142543.127500', '142543.587500', '142544.047500', '142544.507500', '142544.967500', '142545.427500', '142545.887500', '142546.347500', '142546.807500', '142547.267500', '142547.727500', '142548.187500', '142548.647500', '142549.107500', '142549.567500', '142550.027500', '142550.487500', '142550.947500', '142551.407500', '142551.867500', '142552.327500', '142552.787500', '142553.247500', '142553.707500', '142554.167500', '142554.627500', '142555.087500', '142555.547500', '142556.007500', '142556.467500', '142556.927500', '142557.387500', '142557.847500', '142558.307500', '142558.767500', '142559.227500', '142559.687500', '142600.147500', '142600.607500', '142601.067500', '142601.527500', '142601.987500', '142602.447500', '142602.907500', '142603.367500', '142603.827500', '142604.287500', '142604.747500', '142605.207500', '142605.667500', '142606.127500', '142606.587500', '142607.047500', '142607.507500', '142607.967500', '142608.427500', '142608.887500', '142609.347500', '142609.807500', '142610.267500', '142610.727500', '142611.187500', '142611.647500', '142612.107500', '142612.567500', '142613.027500', '142613.487500', '142613.947500', '142614.407500', '142614.867500', '142615.327500', '142615.787500', '142616.247500', '142616.707500', '142617.167500', '142617.627500', '142618.087500', '142618.547500', '142619.007500', '142619.467500', '142619.927500', '142620.387500', '142620.847500', '142621.307500', '142621.767500', '142622.227500', '142622.687500', '142623.147500', '142623.607500', '142624.067500', '142624.527500', '142624.987500', '142625.447500', '142625.907500', '142626.367500', '142626.827500', '142627.287500', '142627.747500', '142628.207500', '142628.667500', '142629.127500', '142629.587500', '142630.047500', '142630.507500', '142630.967500', '142631.427500', '142631.887500', '142632.347500', '142632.807500', '142633.267500', '142633.727500', '142634.187500', '142634.647500', '142635.107500', '142635.567500', '142636.027500', '142636.487500', '142636.947500', '142637.407500', '142637.867500', '142638.327500', '142638.787500', '142639.247500', '142639.707500', '142640.167500', '142640.627500', '142641.087500', '142641.547500', '142642.007500', '142642.467500', '142642.927500', '142643.387500', '142643.847500', '142644.307500', '142644.767500', '142645.227500', '142645.687500', '142646.147500', '142646.607500', '142647.067500', '142647.527500', '142647.987500', '142648.447500', '142648.907500', '142649.367500', '142649.827500', '142650.287500', '142650.747500', '142651.207500', '142651.667500', '142652.127500', '142652.587500', '142653.047500', '142653.507500', '142653.967500', '142654.427500', '142654.887500', '142655.347500', '142655.807500', '142656.267500', '142656.727500', '142657.187500', '142657.647500', '142658.107500', '142658.567500', '142659.027500', '142659.487500', '142659.947500', '142700.407500', '142700.867500', '142701.327500', '142701.787500', '142702.247500', '142702.707500', '142703.167500', '142703.627500', '142704.087500', '142704.547500', '142705.007500', '142705.467500', '142705.927500', '142706.387500', '142706.847500', '142707.307500', '142707.767500', '142708.227500', '142708.687500', '142709.147500', '142709.607500', '142710.067500', '142710.527500', '142710.987500', '142711.447500', '142711.907500', '142712.367500', '142712.827500', '142713.287500', '142713.747500', '142714.207500', '142714.667500', '142715.127500', '142715.587500', '142716.047500', '142716.507500', '142716.967500', '142717.427500', '142717.887500', '142718.347500', '142718.807500', '142719.267500', '142719.727500', '142720.187500', '142720.647500', '142721.107500', '142721.567500', '142722.027500', '142722.487500', '142722.947500', '142723.407500', '142723.867500', '142724.327500', '142724.787500', '142725.247500', '142725.707500', '142726.167500', '142726.627500', '142727.087500', '142727.547500', '142728.007500', '142728.467500', '142728.927500', '142729.387500', '142729.847500', '142730.307500', '142730.767500', '142731.227500', '142731.687500', '142732.147500', '142732.607500', '142733.067500', '142733.527500', '142733.987500', '142734.447500', '142734.907500', '142735.367500', '142735.827500', '142736.287500', '142736.747500', '142737.207500', '142737.667500', '142738.127500', '142738.587500', '142739.047500', '142739.507500', '142739.967500', '142740.427500', '142740.887500', '142741.347500', '142741.807500', '142742.267500', '142742.727500', '142743.187500', '142743.647500', '142744.107500', '142744.567500', '142745.027500', '142745.487500', '142745.947500', '142746.407500', '142746.867500', '142747.327500', '142747.787500', '142748.247500', '142748.707500', '142749.167500', '142749.627500', '142750.087500', '142750.547500', '142751.007500', '142751.467500', '142751.927500', '142752.387500', '142752.847500', '142753.307500', '142753.767500', '142754.227500', '142754.687500', '142755.147500', '142755.607500', '142756.067500', '142756.527500', '142756.987500', '142757.447500', '142757.907500', '142758.367500', '142758.827500', '142759.287500', '142759.747500', '142800.207500', '142800.667500', '142801.127500', '142801.587500', '142802.047500', '142802.507500', '142802.967500', '142803.427500', '142803.887500', '142804.347500', '142804.807500', '142805.267500', '142805.727500', '142806.187500', '142806.647500', '142807.107500', '142807.567500', '142808.027500', '142808.487500', '142808.947500', '142809.407500', '142809.867500', '142810.327500', '142810.787500', '142811.247500', '142811.707500', '142812.167500', '142812.627500', '142813.087500', '142813.547500', '142814.007500', '142814.467500', '142814.927500', '142815.387500', '142815.847500', '142816.307500', '142816.767500', '142817.227500', '142817.687500', '142818.147500', '142818.607500', '142819.067500', '142819.527500', '142819.987500', '142820.447500', '142820.907500', '142821.367500', '142821.827500', '142822.287500', '142822.747500', '142823.207500', '142823.667500', '142824.127500', '142824.587500', '142825.047500', '142825.507500', '142825.967500', '142826.427500', '142826.887500', '142827.347500', '142827.807500', '142828.267500', '142828.727500', '142829.187500', '142829.647500', '142830.107500', '142830.567500', '142831.027500', '142831.487500', '142831.947500', '142832.407500', '142832.867500', '142833.327500', '142833.787500', '142834.247500', '142834.707500', '142835.167500', '142835.627500', '142836.087500', '142836.547500', '142837.007500', '142837.467500', '142837.927500', '142838.387500', '142838.847500', '142839.307500', '142839.767500', '142840.227500', '142840.687500', '142841.147500', '142841.607500', '142842.067500', '142842.527500', '142842.987500', '142843.447500', '142843.907500', '142844.367500', '142844.827500', '142845.287500', '142845.747500', '142846.207500', '142846.667500', '142847.127500', '142847.587500', '142848.047500', '142848.507500', '142848.967500', '142849.427500', '142849.887500', '142850.347500', '142850.807500', '142851.267500', '142851.727500', '142852.187500', '142852.647500', '142853.107500', '142853.567500', '142854.027500', '142854.487500', '142854.947500', '142855.407500', '142855.867500', '142856.327500', '142856.787500', '142857.247500', '142857.707500', '142858.167500', '142858.627500', '142859.087500', '142859.547500', '142900.007500', '142900.467500', '142900.927500', '142901.387500', '142901.847500', '142902.307500', '142902.767500', '142903.227500', '142903.687500', '142904.147500', '142904.607500', '142905.067500', '142905.527500', '142905.987500', '142906.447500', '142906.907500', '142907.367500', '142907.827500', '142908.287500', '142908.747500', '142909.207500', '142909.667500', '142910.127500', '142910.587500', '142911.047500', '142911.507500', '142911.967500', '142912.427500', '142912.887500', '142913.347500', '142913.807500', '142914.267500', '142914.727500', '142915.187500', '142915.647500', '142916.107500', '142916.567500', '142917.027500', '142917.487500', '142917.947500', '142918.407500', '142918.867500', '142919.327500', '142919.787500', '142920.247500', '142920.707500', '142921.167500', '142921.627500', '142922.087500', '142922.547500', '142923.007500', '142923.467500', '142923.927500', '142924.387500', '142924.847500', '142925.307500', '142925.767500', '142926.227500', '142926.687500', '142927.147500', '142927.607500', '142928.067500', '142928.527500', '142928.987500', '142929.447500', '142929.907500', '142930.367500', '142930.827500', '142931.287500', '142931.747500', '142932.207500', '142932.667500', '142933.127500', '142933.587500', '142934.047500', '142934.507500', '142934.967500', '142935.427500', '142935.887500', '142936.347500', '142936.807500', '142937.267500', '142937.727500', '142938.187500', '142938.647500', '142939.107500', '142939.567500', '142940.027500', '142940.487500', '142940.947500', '142941.407500', '142941.867500', '142942.327500', '142942.787500', '142943.247500', '142943.707500', '142944.167500', '142944.627500', '142945.087500', '142945.547500', '142946.007500', '142946.467500', '142946.927500', '142947.387500', '142947.847500', '142948.307500', '142948.767500', '142949.227500', '142949.687500', '142950.147500', '142950.607500', '142951.067500', '142951.527500', '142951.987500', '142952.447500', '142952.907500', '142953.367500', '142953.827500', '142954.287500', '142954.747500', '142955.207500', '142955.667500', '142956.127500', '142956.587500', '142957.047500', '142957.507500', '142957.967500', '142958.427500', '142958.887500', '142959.347500', '142959.807500', '143000.267500', '143000.727500', '143001.187500', '143001.647500', '143002.107500', '143002.567500', '143003.027500', '143003.487500', '143003.947500', '143004.407500', '143004.867500', '143005.327500', '143005.787500', '143006.247500', '143006.707500', '143007.167500', '143007.627500', '143008.087500', '143008.547500', '143009.007500', '143009.467500', '143009.927500', '143010.387500', '143010.847500', '143011.307500', '143011.767500', '143012.227500', '143012.687500', '143013.147500', '143013.607500', '143014.067500', '143014.527500', '143014.987500', '143015.447500', '143015.907500', '143016.367500', '143016.827500', '143017.287500', '143017.747500', '143018.207500', '143018.667500', '143019.127500', '143019.587500', '143020.047500', '143020.507500', '143020.967500', '143021.427500', '143021.887500', '143022.347500', '143022.807500', '143023.267500', '143023.727500', '143024.187500', '143024.647500', '143025.107500', '143025.567500', '143026.027500', '143026.487500', '143026.947500', '143027.407500', '143027.867500', '143028.327500', '143028.787500', '143029.247500', '143029.707500', '143030.167500', '143030.627500', '143031.087500', '143031.547500', '143032.007500', '143032.467500', '143032.927500', '143033.387500', '143033.847500', '143034.307500', '143034.767500', '143035.227500', '143035.687500', '143036.147500', '143036.607500', '143037.067500', '143037.527500', '143037.987500', '143038.447500', '143038.907500', '143039.367500', '143039.827500', '143040.287500', '143040.747500', '143041.207500', '143041.667500', '143042.127500', '143042.587500', '143043.047500', '143043.507500', '143043.967500', '143044.427500', '143044.887500', '143045.347500', '143045.807500', '143046.267500', '143046.727500', '143047.187500', '143047.647500', '143048.107500', '143048.567500', '143049.027500', '143049.487500', '143049.947500', '143050.407500', '143050.867500', '143051.327500', '143051.787500', '143052.247500', '143052.707500', '143053.167500', '143053.627500', '143054.087500', '143054.547500', '143055.007500', '143055.467500', '143055.927500', '143056.387500', '143056.847500', '143057.307500', '143057.767500', '143058.227500', '143058.687500', '143059.147500', '143059.607500', '143100.067500', '143100.527500', '143100.987500', '143101.447500', '143101.907500', '143102.367500', '143102.827500', '143103.287500', '143103.747500', '143104.207500', '143104.667500', '143105.127500', '143105.587500', '143106.047500', '143106.507500', '143106.967500', '143107.427500', '143107.887500', '143108.347500', '143108.807500', '143109.267500', '143109.727500', '143110.187500', '143110.647500', '143111.107500', '143111.567500', '143112.027500', '143112.487500', '143112.947500', '143113.407500', '143113.867500', '143114.327500', '143114.787500', '143115.247500', '143115.707500', '143116.167500', '143116.627500', '143117.087500', '143117.547500', '143118.007500', '143118.467500', '143118.927500', '143119.387500', '143119.847500', '143120.307500', '143120.767500', '143121.227500', '143121.687500', '143122.147500', '143122.607500', '143123.067500', '143123.527500', '143123.987500', '143124.447500', '143124.907500', '143125.367500', '143125.827500', '143126.287500', '143126.747500', '143127.207500', '143127.667500', '143128.127500', '143128.587500', '143129.047500', '143129.507500', '143129.967500', '143130.427500', '143130.887500', '143131.347500', '143131.807500', '143132.267500', '143132.727500', '143133.187500', '143133.647500', '143134.107500', '143134.567500', '143135.027500', '143135.487500', '143135.947500', '143136.407500', '143136.867500', '143137.327500', '143137.787500', '143138.247500', '143138.707500', '143139.167500', '143139.627500', '143140.087500', '143140.547500', '143141.007500', '143141.467500', '143141.927500', '143142.387500', '143142.847500', '143143.307500', '143143.767500', '143144.227500', '143144.687500', '143145.147500', '143145.607500', '143146.067500', '143146.527500', '143146.987500', '143147.447500', '143147.907500', '143148.367500', '143148.827500', '143149.287500', '143149.747500', '143150.207500', '143150.667500', '143151.127500', '143151.587500', '143152.047500', '143152.507500', '143152.967500', '143153.427500', '143153.887500', '143154.347500', '143154.807500', '143155.267500', '143155.727500', '143156.187500', '143156.647500', '143157.107500', '143157.567500', '143158.027500', '143158.487500', '143158.947500', '143159.407500', '143159.867500', '143200.327500', '143200.787500', '143201.247500', '143201.707500', '143202.167500', '143202.627500', '143203.087500', '143203.547500', '143204.007500', '143204.467500', '143204.927500', '143205.387500', '143205.847500', '143206.307500', '143206.767500', '143207.227500', '143207.687500', '143208.147500', '143208.607500', '143209.067500', '143209.527500', '143209.987500', '143210.447500', '143210.907500', '143211.367500', '143211.827500', '143212.287500', '143212.747500', '143213.207500', '143213.667500', '143214.127500', '143214.587500', '143215.047500', '143215.507500', '143215.967500', '143216.427500', '143216.887500', '143217.347500', '143217.807500', '143218.267500', '143218.727500', '143219.187500', '143219.647500', '143220.107500', '143220.567500', '143221.027500', '143221.487500', '143221.947500', '143222.407500', '143222.867500', '143223.327500', '143223.787500', '143224.247500', '143224.707500', '143225.167500', '143225.627500', '143226.087500', '143226.547500', '143227.007500', '143227.467500', '143227.927500', '143228.387500', '143228.847500', '143229.307500', '143229.767500', '143230.227500', '143230.687500', '143231.147500', '143231.607500', '143232.067500', '143232.527500', '143232.987500', '143233.447500', '143233.907500', '143234.367500', '143234.827500', '143235.287500', '143235.747500', '143236.207500', '143236.667500', '143237.127500', '143237.587500', '143238.047500', '143238.507500', '143238.967500', '143239.427500', '143239.887500', '143240.347500', '143240.807500', '143241.267500', '143241.727500', '143242.187500', '143242.647500', '143243.107500', '143243.567500', '143244.027500', '143244.487500', '143244.947500', '143245.407500', '143245.867500', '143246.327500', '143246.787500', '143247.247500', '143247.707500', '143248.167500', '143248.627500', '143249.087500', '143249.547500', '143250.007500', '143250.467500', '143250.927500', '143251.387500', '143251.847500', '143252.307500', '143252.767500', '143253.227500', '143253.687500', '143254.147500', '143254.607500', '143255.067500', '143255.527500', '143255.987500', '143256.447500', '143256.907500', '143257.367500', '143257.827500', '143258.287500', '143258.747500', '143259.207500', '143259.667500', '143300.127500', '143300.587500', '143301.047500', '143301.507500', '143301.967500', '143302.427500', '143302.887500', '143303.347500', '143303.807500', '143304.267500', '143304.727500', '143305.187500', '143305.647500', '143306.107500', '143306.567500', '143307.027500', '143307.487500', '143307.947500', '143308.407500', '143308.867500', '143309.327500', '143309.787500', '143310.247500', '143310.707500', '143311.167500', '143311.627500', '143312.087500', '143312.547500', '143313.007500', '143313.467500', '143313.927500', '143314.387500', '143314.847500', '143315.307500', '143315.767500', '143316.227500', '143316.687500', '143317.147500', '143317.607500', '143318.067500', '143318.527500', '143318.987500', '143319.447500', '143319.907500', '143320.367500', '143320.827500', '143321.287500', '143321.747500', '143322.207500', '143322.667500', '143323.127500', '143323.587500', '143324.047500', '143324.507500', '143324.967500', '143325.427500', '143325.887500', '143326.347500', '143326.807500', '143327.267500', '143327.727500', '143328.187500', '143328.647500', '143329.107500', '143329.567500', '143330.027500', '143330.487500', '143330.947500', '143331.407500', '143331.867500', '143332.327500', '143332.787500', '143333.247500', '143333.707500', '143334.167500', '143334.627500', '143335.087500', '143335.547500', '143336.007500', '143336.467500', '143336.927500', '143337.387500', '143337.847500', '143338.307500', '143338.767500', '143339.227500', '143339.687500', '143340.147500', '143340.607500', '143341.067500', '143341.527500', '143341.987500', '143342.447500', '143342.907500', '143343.367500', '143343.827500', '143344.287500', '143344.747500', '143345.207500', '143345.667500', '143346.127500', '143346.587500', '143347.047500', '143347.507500', '143347.967500', '143348.427500', '143348.887500', '143349.347500', '143349.807500', '143350.267500', '143350.727500', '143351.187500', '143351.647500', '143352.107500', '143352.567500', '143353.027500', '143353.487500', '143353.947500', '143354.407500', '143354.867500', '143355.327500', '143355.787500', '143356.247500', '143356.707500', '143357.167500', '143357.627500', '143358.087500', '143358.547500', '143359.007500', '143359.467500', '143359.927500', '143400.387500', '143400.847500', '143401.307500', '143401.767500', '143402.227500', '143402.687500', '143403.147500', '143403.607500', '143404.067500', '143404.527500', '143404.987500', '143405.447500', '143405.907500', '143406.367500', '143406.827500', '143407.287500', '143407.747500', '143408.207500', '143408.667500', '143409.127500', '143409.587500', '143410.047500', '143410.507500', '143410.967500', '143411.427500', '143411.887500', '143412.347500', '143412.807500', '143413.267500', '143413.727500', '143414.187500', '143414.647500', '143415.107500', '143415.567500', '143416.027500', '143416.487500', '143416.947500', '143417.407500', '143417.867500', '143418.327500', '143418.787500', '143419.247500', '143419.707500', '143420.167500', '143420.627500', '143421.087500', '143421.547500', '143422.007500', '143422.467500', '143422.927500', '143423.387500', '143423.847500', '143424.307500', '143424.767500', '143425.227500', '143425.687500', '143426.147500', '143426.607500', '143427.067500', '143427.527500', '143427.987500', '143428.447500', '143428.907500', '143429.367500', '143429.827500', '143430.287500', '143430.747500', '143431.207500', '143431.667500', '143432.127500', '143432.587500', '143433.047500', '143433.507500', '143433.967500', '143434.427500', '143434.887500', '143435.347500', '143435.807500', '143436.267500', '143436.727500', '143437.187500'], 'ContentTime': ['142218.089000', '142218.092000', '142218.095000', '142218.098000', '142218.100000', '142218.103000', '142218.106000', '142218.108000', '142218.111000', '142218.113000', '142218.116000', '142218.118000', '142218.128000', '142218.131000', '142218.134000', '142218.136000', '142218.139000', '142218.141000', '142218.144000', '142218.146000', '142218.149000', '142218.151000', '142218.154000', '142218.157000', '142218.159000', '142218.162000', '142218.164000', '142218.167000', '142218.170000', '142238.043000', '142238.046000', '142238.049000', '142238.051000', '142238.054000', '142238.056000', '142238.059000', '142238.062000', '142238.064000', '142238.067000', '142238.069000', '142238.072000', '142238.075000', '142238.078000', '142238.080000', '142238.083000', '142238.085000', '142238.088000', '142238.091000', '142238.093000', '142238.096000', '142238.105000', '142238.108000', '142238.111000', '142238.113000', '142238.116000', '142238.118000', '142238.121000', '142238.124000', '142238.126000', '142238.129000', '142238.131000', '142238.134000', '142238.137000', '142238.139000', '142238.142000', '142238.144000', '142238.147000', '142238.150000', '142238.152000', '142238.155000', '142238.157000', '142238.160000', '142238.162000', '142258.044000', '142258.046000', '142258.049000', '142258.052000', '142258.054000', '142258.057000', '142258.059000', '142258.062000', '142258.065000', '142258.067000', '142258.070000', '142258.073000', '142258.075000', '142258.078000', '142258.081000', '142258.083000', '142258.086000', '142258.093000', '142258.096000', '142258.098000', '142258.101000', '142258.104000', '142258.106000', '142258.109000', '142258.111000', '142258.114000', '142258.116000', '142258.119000', '142258.122000', '142258.124000', '142258.127000', '142258.129000', '142258.132000', '142258.135000', '142258.137000', '142258.140000', '142258.143000', '142258.145000', '142258.148000', '142258.151000', '142258.153000', '142258.156000', '142258.159000', '142318.044000', '142318.046000', '142318.049000', '142318.052000', '142318.054000', '142318.057000', '142318.059000', '142318.062000', '142318.064000', '142318.067000', '142318.070000', '142318.072000', '142318.075000', '142318.077000', '142318.080000', '142318.083000', '142318.085000', '142318.088000', '142318.090000', '142318.093000', '142318.096000', '142318.098000', '142318.101000', '142318.103000', '142318.106000', '142318.109000', '142318.112000', '142318.115000', '142318.117000', '142318.120000', '142318.123000', '142318.125000', '142318.128000', '142318.130000', '142318.133000', '142318.135000', '142318.138000', '142318.141000', '142318.143000', '142318.146000', '142318.149000', '142318.152000', '142318.154000', '142338.043000', '142338.046000', '142338.049000', '142338.052000', '142338.054000', '142338.057000', '142338.059000', '142338.062000', '142338.064000', '142338.067000', '142338.070000', '142338.072000', '142338.075000', '142338.077000', '142338.080000', '142338.083000', '142338.085000', '142338.088000', '142338.091000', '142338.093000', '142338.096000', '142338.098000', '142338.101000', '142338.103000', '142338.106000', '142338.109000', '142338.111000', '142338.114000', '142338.116000', '142338.119000', '142338.122000', '142338.124000', '142338.127000', '142338.129000', '142338.132000', '142338.134000', '142338.137000', '142338.140000', '142338.142000', '142338.145000', '142338.147000', '142338.150000', '142338.152000', '142338.155000', '142358.043000', '142358.046000', '142358.048000', '142358.051000', '142358.054000', '142358.056000', '142358.059000', '142358.062000', '142358.064000', '142358.067000', '142358.070000', '142358.073000', '142358.076000', '142358.078000', '142358.081000', '142358.084000', '142358.086000', '142358.089000', '142358.091000', '142358.094000', '142358.097000', '142358.099000', '142358.102000', '142358.105000', '142358.107000', '142358.110000', '142358.112000', '142358.115000', '142358.118000', '142358.120000', '142358.123000', '142358.125000', '142358.128000', '142358.131000', '142358.133000', '142358.136000', '142358.138000', '142358.141000', '142358.143000', '142358.146000', '142358.149000', '142358.151000', '142358.154000', '142418.043000', '142418.046000', '142418.049000', '142418.052000', '142418.054000', '142418.057000', '142418.060000', '142418.062000', '142418.065000', '142418.068000', '142418.070000', '142418.073000', '142418.076000', '142418.078000', '142418.081000', '142418.083000', '142418.086000', '142418.089000', '142418.091000', '142418.094000', '142418.097000', '142418.099000', '142418.102000', '142418.105000', '142418.107000', '142418.110000', '142418.113000', '142418.115000', '142418.118000', '142418.121000', '142418.123000', '142418.126000', '142418.129000', '142418.131000', '142418.134000', '142418.136000', '142418.139000', '142418.142000', '142418.144000', '142418.147000', '142418.150000', '142418.152000', '142418.155000', '142418.157000', '142438.044000', '142438.046000', '142438.049000', '142438.052000', '142438.054000', '142438.057000', '142438.060000', '142438.062000', '142438.065000', '142438.067000', '142438.070000', '142438.073000', '142438.075000', '142438.078000', '142438.080000', '142438.083000', '142438.086000', '142438.088000', '142438.091000', '142438.094000', '142438.096000', '142438.099000', '142438.102000', '142438.104000', '142438.107000', '142438.109000', '142438.112000', '142438.114000', '142438.117000', '142438.120000', '142438.122000', '142438.125000', '142438.128000', '142438.130000', '142438.133000', '142438.135000', '142438.138000', '142438.141000', '142438.143000', '142438.146000', '142438.149000', '142438.152000', '142438.155000', '142458.043000', '142458.046000', '142458.049000', '142458.052000', '142458.054000', '142458.057000', '142458.059000', '142458.062000', '142458.065000', '142458.068000', '142458.070000', '142458.073000', '142458.075000', '142458.078000', '142458.081000', '142458.083000', '142458.086000', '142458.089000', '142458.091000', '142458.094000', '142458.097000', '142458.099000', '142458.102000', '142458.104000', '142458.107000', '142458.110000', '142458.112000', '142458.115000', '142458.118000', '142458.121000', '142458.124000', '142458.126000', '142458.129000', '142458.131000', '142458.134000', '142458.137000', '142458.139000', '142458.142000', '142458.144000', '142458.147000', '142458.150000', '142458.152000', '142458.155000', '142458.157000', '142518.043000', '142518.047000', '142518.049000', '142518.052000', '142518.054000', '142518.057000', '142518.060000', '142518.062000', '142518.065000', '142518.068000', '142518.070000', '142518.073000', '142518.076000', '142518.078000', '142518.081000', '142518.084000', '142518.086000', '142518.089000', '142518.092000', '142518.094000', '142518.097000', '142518.099000', '142518.102000', '142518.105000', '142518.107000', '142518.110000', '142518.112000', '142518.115000', '142518.118000', '142518.120000', '142518.123000', '142518.126000', '142518.128000', '142518.140000', '142518.143000', '142518.145000', '142518.148000', '142518.150000', '142518.153000', '142518.156000', '142518.158000', '142518.161000', '142518.163000', '142538.044000', '142538.046000', '142538.049000', '142538.052000', '142538.054000', '142538.057000', '142538.059000', '142538.062000', '142538.065000', '142538.067000', '142538.070000', '142538.072000', '142538.087000', '142538.089000', '142538.092000', '142538.094000', '142538.097000', '142538.100000', '142538.102000', '142538.105000', '142538.108000', '142538.110000', '142538.113000', '142538.116000', '142538.118000', '142538.121000', '142538.124000', '142538.126000', '142538.129000', '142538.132000', '142538.134000', '142538.137000', '142538.140000', '142538.142000', '142538.145000', '142538.148000', '142538.150000', '142538.153000', '142538.156000', '142538.158000', '142538.161000', '142538.163000', '142538.166000', '142538.169000', '142558.044000', '142558.046000', '142558.049000', '142558.052000', '142558.054000', '142558.057000', '142558.060000', '142558.062000', '142558.065000', '142558.067000', '142558.070000', '142558.073000', '142558.075000', '142558.078000', '142558.080000', '142558.083000', '142558.086000', '142558.088000', '142558.091000', '142558.094000', '142558.096000', '142558.099000', '142558.101000', '142558.104000', '142558.106000', '142558.109000', '142558.112000', '142558.114000', '142558.117000', '142558.119000', '142558.122000', '142558.125000', '142558.127000', '142558.130000', '142558.133000', '142558.135000', '142558.138000', '142558.141000', '142558.143000', '142558.146000', '142558.148000', '142558.151000', '142558.153000', '142618.042000', '142618.046000', '142618.048000', '142618.051000', '142618.053000', '142618.056000', '142618.059000', '142618.061000', '142618.064000', '142618.067000', '142618.069000', '142618.072000', '142618.075000', '142618.077000', '142618.080000', '142618.083000', '142618.085000', '142618.088000', '142618.091000', '142618.093000', '142618.096000', '142618.099000', '142618.101000', '142618.104000', '142618.107000', '142618.109000', '142618.112000', '142618.114000', '142618.117000', '142618.120000', '142618.122000', '142618.125000', '142618.127000', '142618.130000', '142618.133000', '142618.135000', '142618.138000', '142618.140000', '142618.143000', '142618.145000', '142618.148000', '142618.151000', '142618.153000', '142618.156000', '142638.043000', '142638.046000', '142638.049000', '142638.052000', '142638.055000', '142638.057000', '142638.060000', '142638.062000', '142638.065000', '142638.068000', '142638.070000', '142638.073000', '142638.076000', '142638.078000', '142638.081000', '142638.084000', '142638.086000', '142638.089000', '142638.091000', '142638.094000', '142638.097000', '142638.099000', '142638.102000', '142638.105000', '142638.107000', '142638.110000', '142638.113000', '142638.115000', '142638.118000', '142638.121000', '142638.123000', '142638.126000', '142638.128000', '142638.131000', '142638.134000', '142638.137000', '142638.139000', '142638.142000', '142638.144000', '142638.155000', '142638.158000', '142638.160000', '142638.163000', '142658.044000', '142658.047000', '142658.049000', '142658.052000', '142658.055000', '142658.057000', '142658.060000', '142658.062000', '142658.065000', '142658.067000', '142658.070000', '142658.073000', '142658.075000', '142658.078000', '142658.080000', '142658.092000', '142658.095000', '142658.097000', '142658.100000', '142658.102000', '142658.105000', '142658.108000', '142658.110000', '142658.113000', '142658.115000', '142658.118000', '142658.120000', '142658.123000', '142658.126000', '142658.128000', '142658.131000', '142658.134000', '142658.136000', '142658.139000', '142658.141000', '142658.144000', '142658.146000', '142658.149000', '142658.152000', '142658.154000', '142658.157000', '142658.160000', '142658.162000', '142658.165000', '142718.044000', '142718.047000', '142718.050000', '142718.052000', '142718.055000', '142718.058000', '142718.061000', '142718.063000', '142718.066000', '142718.068000', '142718.071000', '142718.074000', '142718.076000', '142718.079000', '142718.082000', '142718.085000', '142718.087000', '142718.090000', '142718.093000', '142718.095000', '142718.098000', '142718.101000', '142718.103000', '142718.106000', '142718.108000', '142718.111000', '142718.114000', '142718.116000', '142718.119000', '142718.121000', '142718.124000', '142718.127000', '142718.129000', '142718.132000', '142718.134000', '142718.137000', '142718.140000', '142718.142000', '142718.145000', '142718.147000', '142718.150000', '142718.152000', '142718.155000', '142738.044000', '142738.047000', '142738.049000', '142738.052000', '142738.055000', '142738.063000', '142738.066000', '142738.068000', '142738.071000', '142738.074000', '142738.076000', '142738.079000', '142738.082000', '142738.084000', '142738.087000', '142738.090000', '142738.092000', '142738.095000', '142738.097000', '142738.100000', '142738.103000', '142738.105000', '142738.108000', '142738.111000', '142738.113000', '142738.116000', '142738.118000', '142738.121000', '142738.124000', '142738.127000', '142738.129000', '142738.132000', '142738.135000', '142738.137000', '142738.140000', '142738.143000', '142738.145000', '142738.148000', '142738.150000', '142738.153000', '142738.155000', '142738.158000', '142738.161000', '142738.163000', '142758.044000', '142758.047000', '142758.049000', '142758.052000', '142758.054000', '142758.057000', '142758.060000', '142758.062000', '142758.065000', '142758.068000', '142758.070000', '142758.073000', '142758.075000', '142758.078000', '142758.085000', '142758.088000', '142758.090000', '142758.093000', '142758.096000', '142758.098000', '142758.101000', '142758.104000', '142758.106000', '142758.109000', '142758.111000', '142758.114000', '142758.117000', '142758.119000', '142758.122000', '142758.125000', '142758.127000', '142758.130000', '142758.132000', '142758.135000', '142758.138000', '142758.140000', '142758.143000', '142758.145000', '142758.148000', '142758.151000', '142758.153000', '142758.156000', '142758.159000', '142818.044000', '142818.046000', '142818.049000', '142818.052000', '142818.054000', '142818.057000', '142818.059000', '142818.062000', '142818.065000', '142818.067000', '142818.070000', '142818.072000', '142818.075000', '142818.077000', '142818.080000', '142818.083000', '142818.085000', '142818.088000', '142818.090000', '142818.093000', '142818.096000', '142818.098000', '142818.101000', '142818.103000', '142818.106000', '142818.109000', '142818.124000', '142818.127000', '142818.130000', '142818.133000', '142818.135000', '142818.138000', '142818.140000', '142818.143000', '142818.145000', '142818.148000', '142818.151000', '142818.153000', '142818.156000', '142818.158000', '142818.161000', '142818.163000', '142818.166000', '142818.169000', '142838.042000', '142838.045000', '142838.048000', '142838.051000', '142838.054000', '142838.056000', '142838.059000', '142838.061000', '142838.064000', '142838.067000', '142838.069000', '142838.072000', '142838.075000', '142838.077000', '142838.080000', '142838.083000', '142838.086000', '142838.088000', '142838.091000', '142838.093000', '142838.096000', '142838.099000', '142838.101000', '142838.104000', '142838.107000', '142838.109000', '142838.112000', '142838.114000', '142838.117000', '142838.120000', '142838.122000', '142838.125000', '142838.127000', '142838.130000', '142838.133000', '142838.135000', '142838.138000', '142838.140000', '142838.143000', '142838.146000', '142838.148000', '142838.151000', '142838.153000', '142858.044000', '142858.047000', '142858.050000', '142858.052000', '142858.055000', '142858.058000', '142858.060000', '142858.063000', '142858.065000', '142858.068000', '142858.071000', '142858.073000', '142858.076000', '142858.078000', '142858.081000', '142858.084000', '142858.086000', '142858.089000', '142858.092000', '142858.094000', '142858.097000', '142858.099000', '142858.102000', '142858.104000', '142858.107000', '142858.110000', '142858.113000', '142858.115000', '142858.118000', '142858.121000', '142858.123000', '142858.126000', '142858.128000', '142858.131000', '142858.134000', '142858.136000', '142858.139000', '142858.142000', '142858.145000', '142858.147000', '142858.150000', '142858.152000', '142858.155000', '142858.158000', '142918.044000', '142918.046000', '142918.049000', '142918.052000', '142918.054000', '142918.057000', '142918.060000', '142918.062000', '142918.065000', '142918.067000', '142918.070000', '142918.073000', '142918.075000', '142918.078000', '142918.080000', '142918.083000', '142918.086000', '142918.088000', '142918.091000', '142918.093000', '142918.096000', '142918.098000', '142918.101000', '142918.104000', '142918.106000', '142918.109000', '142918.112000', '142918.114000', '142918.117000', '142918.119000', '142918.122000', '142918.124000', '142918.127000', '142918.130000', '142918.132000', '142918.135000', '142918.137000', '142918.140000', '142918.143000', '142918.145000', '142918.148000', '142918.151000', '142918.153000', '142938.044000', '142938.047000', '142938.049000', '142938.052000', '142938.054000', '142938.057000', '142938.059000', '142938.062000', '142938.065000', '142938.068000', '142938.071000', '142938.074000', '142938.076000', '142938.079000', '142938.081000', '142938.084000', '142938.086000', '142938.089000', '142938.092000', '142938.094000', '142938.097000', '142938.099000', '142938.111000', '142938.114000', '142938.116000', '142938.119000', '142938.121000', '142938.124000', '142938.127000', '142938.129000', '142938.132000', '142938.135000', '142938.137000', '142938.140000', '142938.143000', '142938.145000', '142938.148000', '142938.150000', '142938.153000', '142938.155000', '142938.158000', '142938.161000', '142938.163000', '142938.166000', '142958.044000', '142958.046000', '142958.049000', '142958.052000', '142958.054000', '142958.057000', '142958.060000', '142958.062000', '142958.065000', '142958.068000', '142958.070000', '142958.073000', '142958.076000', '142958.078000', '142958.081000', '142958.084000', '142958.086000', '142958.089000', '142958.091000', '142958.094000', '142958.096000', '142958.099000', '142958.102000', '142958.104000', '142958.107000', '142958.109000', '142958.112000', '142958.115000', '142958.117000', '142958.120000', '142958.122000', '142958.125000', '142958.127000', '142958.130000', '142958.133000', '142958.136000', '142958.138000', '142958.141000', '142958.143000', '142958.146000', '142958.149000', '142958.151000', '142958.154000', '143018.043000', '143018.047000', '143018.049000', '143018.052000', '143018.054000', '143018.057000', '143018.060000', '143018.062000', '143018.065000', '143018.068000', '143018.070000', '143018.073000', '143018.075000', '143018.078000', '143018.081000', '143018.084000', '143018.086000', '143018.089000', '143018.092000', '143018.094000', '143018.097000', '143018.100000', '143018.102000', '143018.105000', '143018.107000', '143018.110000', '143018.112000', '143018.115000', '143018.118000', '143018.120000', '143018.123000', '143018.126000', '143018.128000', '143018.131000', '143018.133000', '143018.136000', '143018.139000', '143018.142000', '143018.144000', '143018.147000', '143018.150000', '143018.152000', '143018.155000', '143038.043000', '143038.046000', '143038.049000', '143038.052000', '143038.054000', '143038.057000', '143038.060000', '143038.062000', '143038.065000', '143038.067000', '143038.070000', '143038.073000', '143038.075000', '143038.078000', '143038.080000', '143038.083000', '143038.086000', '143038.088000', '143038.091000', '143038.093000', '143038.096000', '143038.099000', '143038.101000', '143038.104000', '143038.106000', '143038.109000', '143038.112000', '143038.114000', '143038.117000', '143038.119000', '143038.122000', '143038.124000', '143038.127000', '143038.130000', '143038.132000', '143038.135000', '143038.137000', '143038.140000', '143038.143000', '143038.145000', '143038.148000', '143038.150000', '143038.153000', '143038.155000', '143058.043000', '143058.046000', '143058.048000', '143058.051000', '143058.054000', '143058.057000', '143058.060000', '143058.063000', '143058.066000', '143058.069000', '143058.072000', '143058.074000', '143058.077000', '143058.080000', '143058.082000', '143058.085000', '143058.088000', '143058.090000', '143058.093000', '143058.105000', '143058.109000', '143058.111000', '143058.114000', '143058.117000', '143058.119000', '143058.122000', '143058.125000', '143058.127000', '143058.130000', '143058.133000', '143058.135000', '143058.138000', '143058.140000', '143058.143000', '143058.145000', '143058.148000', '143058.151000', '143058.153000', '143058.156000', '143058.158000', '143058.162000', '143058.164000', '143058.167000', '143118.044000', '143118.047000', '143118.050000', '143118.052000', '143118.055000', '143118.058000', '143118.060000', '143118.063000', '143118.065000', '143118.068000', '143118.071000', '143118.073000', '143118.076000', '143118.079000', '143118.082000', '143118.084000', '143118.087000', '143118.089000', '143118.092000', '143118.095000', '143118.097000', '143118.100000', '143118.103000', '143118.105000', '143118.108000', '143118.111000', '143118.113000', '143118.116000', '143118.118000', '143118.121000', '143118.124000', '143118.126000', '143118.129000', '143118.132000', '143118.134000', '143118.137000', '143118.140000', '143118.142000', '143118.145000', '143118.148000', '143118.150000', '143118.153000', '143118.155000', '143118.158000', '143138.044000', '143138.046000', '143138.049000', '143138.052000', '143138.054000', '143138.057000', '143138.060000', '143138.062000', '143138.065000', '143138.068000', '143138.070000', '143138.073000', '143138.081000', '143138.084000', '143138.086000', '143138.089000', '143138.092000', '143138.094000', '143138.097000', '143138.100000', '143138.102000', '143138.105000', '143138.107000', '143138.110000', '143138.113000', '143138.115000', '143138.118000', '143138.121000', '143138.123000', '143138.126000', '143138.129000', '143138.131000', '143138.134000', '143138.137000', '143138.140000', '143138.142000', '143138.145000', '143138.147000', '143138.150000', '143138.153000', '143138.155000', '143138.158000', '143138.161000', '143158.044000', '143158.046000', '143158.049000', '143158.052000', '143158.054000', '143158.057000', '143158.060000', '143158.062000', '143158.065000', '143158.067000', '143158.070000', '143158.072000', '143158.075000', '143158.078000', '143158.080000', '143158.083000', '143158.085000', '143158.088000', '143158.091000', '143158.093000', '143158.096000', '143158.098000', '143158.101000', '143158.104000', '143158.106000', '143158.109000', '143158.111000', '143158.114000', '143158.117000', '143158.119000', '143158.122000', '143158.124000', '143158.127000', '143158.130000', '143158.132000', '143158.135000', '143158.137000', '143158.140000', '143158.142000', '143158.145000', '143158.148000', '143158.150000', '143158.153000', '143158.155000', '143218.044000', '143218.047000', '143218.050000', '143218.052000', '143218.055000', '143218.058000', '143218.060000', '143218.063000', '143218.065000', '143218.068000', '143218.071000', '143218.073000', '143218.076000', '143218.078000', '143218.081000', '143218.106000', '143218.109000', '143218.111000', '143218.114000', '143218.117000', '143218.119000', '143218.122000', '143218.124000', '143218.127000', '143218.130000', '143218.132000', '143218.135000', '143218.137000', '143218.140000', '143218.142000', '143218.145000', '143218.149000', '143218.152000', '143218.154000', '143218.157000', '143218.159000', '143218.162000', '143218.165000', '143218.167000', '143218.170000', '143218.172000', '143218.175000', '143218.177000', '143238.044000', '143238.046000', '143238.049000', '143238.052000', '143238.054000', '143238.057000', '143238.059000', '143238.062000', '143238.065000', '143238.067000', '143238.070000', '143238.072000', '143238.082000', '143238.085000', '143238.087000', '143238.090000', '143238.093000', '143238.095000', '143238.098000', '143238.100000', '143238.103000', '143238.106000', '143238.108000', '143238.111000', '143238.113000', '143238.116000', '143238.119000', '143238.121000', '143238.124000', '143238.127000', '143238.129000', '143238.132000', '143238.135000', '143238.137000', '143238.140000', '143238.142000', '143238.145000', '143238.148000', '143238.150000', '143238.153000', '143238.156000', '143238.158000', '143238.161000', '143238.163000', '143258.044000', '143258.047000', '143258.049000', '143258.052000', '143258.054000', '143258.057000', '143258.060000', '143258.062000', '143258.065000', '143258.067000', '143258.070000', '143258.073000', '143258.075000', '143258.078000', '143258.081000', '143258.083000', '143258.086000', '143258.088000', '143258.091000', '143258.094000', '143258.096000', '143258.099000', '143258.101000', '143258.104000', '143258.106000', '143258.109000', '143258.112000', '143258.115000', '143258.117000', '143258.120000', '143258.123000', '143258.125000', '143258.128000', '143258.130000', '143258.133000', '143258.136000', '143258.139000', '143258.142000', '143258.145000', '143258.147000', '143258.151000', '143258.153000', '143258.159000', '143318.043000', '143318.045000', '143318.048000', '143318.051000', '143318.054000', '143318.056000', '143318.059000', '143318.062000', '143318.064000', '143318.067000', '143318.069000', '143318.072000', '143318.075000', '143318.077000', '143318.080000', '143318.082000', '143318.085000', '143318.088000', '143318.090000', '143318.093000', '143318.095000', '143318.098000', '143318.100000', '143318.103000', '143318.106000', '143318.108000', '143318.111000', '143318.113000', '143318.116000', '143318.119000', '143318.121000', '143318.124000', '143318.126000', '143318.129000', '143318.131000', '143318.134000', '143318.137000', '143318.139000', '143318.142000', '143318.144000', '143318.147000', '143318.149000', '143318.152000', '143318.155000', '143338.044000', '143338.047000', '143338.049000', '143338.052000', '143338.055000', '143338.057000', '143338.060000', '143338.063000', '143338.065000', '143338.068000', '143338.070000', '143338.073000', '143338.076000', '143338.078000', '143338.081000', '143338.084000', '143338.086000', '143338.089000', '143338.091000', '143338.094000', '143338.096000', '143338.099000', '143338.102000', '143338.104000', '143338.107000', '143338.110000', '143338.112000', '143338.115000', '143338.118000', '143338.120000', '143338.123000', '143338.126000', '143338.128000', '143338.131000', '143338.133000', '143338.136000', '143338.139000', '143338.142000', '143338.144000', '143338.147000', '143338.150000', '143338.152000', '143338.155000', '143358.044000', '143358.046000', '143358.049000', '143358.052000', '143358.054000', '143358.057000', '143358.060000', '143358.062000', '143358.065000', '143358.068000', '143358.070000', '143358.073000', '143358.076000', '143358.078000', '143358.081000', '143358.083000', '143358.086000', '143358.089000', '143358.091000', '143358.094000', '143358.097000', '143358.099000', '143358.102000', '143358.104000', '143358.107000', '143358.109000', '143358.112000', '143358.123000', '143358.126000', '143358.128000', '143358.131000', '143358.134000', '143358.136000', '143358.139000', '143358.141000', '143358.144000', '143358.146000', '143358.149000', '143358.152000', '143358.154000', '143358.157000', '143358.160000', '143358.162000', '143358.165000', '143418.044000', '143418.047000', '143418.049000', '143418.052000', '143418.054000', '143418.057000', '143418.060000', '143418.062000', '143418.065000', '143418.067000', '143418.070000', '143418.072000', '143418.075000', '143418.078000', '143418.080000', '143418.083000', '143418.086000', '143418.088000', '143418.091000', '143418.093000', '143418.096000', '143418.098000', '143418.101000', '143418.104000', '143418.106000', '143418.109000', '143418.111000', '143418.114000', '143418.117000', '143418.119000', '143418.122000', '143418.124000', '143418.127000', '143418.130000', '143418.132000', '143418.135000', '143418.137000', '143418.140000', '143418.143000', '143418.145000', '143418.148000', '143418.150000', '143418.153000', '143438.044000', '143438.046000', '143438.049000', '143438.052000', '143438.054000', '143438.057000', '143438.059000', '143438.062000', '143438.065000', '143438.067000', '143438.070000', '143438.072000', '143438.075000', '143438.078000', '143438.080000', '143438.083000', '143438.086000', '143438.089000', '143438.091000', '143438.094000', '143438.097000', '143438.099000', '143438.102000', '143438.105000', '143438.135000', '143438.138000', '143438.141000', '143438.143000', '143438.146000', '143438.149000', '143438.151000', '143438.154000', '143438.156000', '143438.159000', '143438.162000', '143438.164000', '143438.167000', '143438.169000', '143438.172000', '143438.175000', '143438.177000', '143438.180000', '143438.182000', '143438.185000', '143438.867000', '143438.870000'], 'InstanceCreationTime': ['142218.089000', '142218.092000', '142218.095000', '142218.098000', '142218.100000', '142218.103000', '142218.106000', '142218.108000', '142218.111000', '142218.113000', '142218.116000', '142218.118000', '142218.128000', '142218.131000', '142218.134000', '142218.136000', '142218.139000', '142218.141000', '142218.144000', '142218.146000', '142218.149000', '142218.151000', '142218.154000', '142218.157000', '142218.159000', '142218.162000', '142218.164000', '142218.167000', '142218.170000', '142238.043000', '142238.046000', '142238.049000', '142238.051000', '142238.054000', '142238.056000', '142238.059000', '142238.062000', '142238.064000', '142238.067000', '142238.069000', '142238.072000', '142238.075000', '142238.078000', '142238.080000', '142238.083000', '142238.085000', '142238.088000', '142238.091000', '142238.093000', '142238.096000', '142238.105000', '142238.108000', '142238.111000', '142238.113000', '142238.116000', '142238.118000', '142238.121000', '142238.124000', '142238.126000', '142238.129000', '142238.131000', '142238.134000', '142238.137000', '142238.139000', '142238.142000', '142238.144000', '142238.147000', '142238.150000', '142238.152000', '142238.155000', '142238.157000', '142238.160000', '142238.162000', '142258.044000', '142258.046000', '142258.049000', '142258.052000', '142258.054000', '142258.057000', '142258.059000', '142258.062000', '142258.065000', '142258.067000', '142258.070000', '142258.073000', '142258.075000', '142258.078000', '142258.081000', '142258.083000', '142258.086000', '142258.093000', '142258.096000', '142258.098000', '142258.101000', '142258.104000', '142258.106000', '142258.109000', '142258.111000', '142258.114000', '142258.116000', '142258.119000', '142258.122000', '142258.124000', '142258.127000', '142258.129000', '142258.132000', '142258.135000', '142258.137000', '142258.140000', '142258.143000', '142258.145000', '142258.148000', '142258.151000', '142258.153000', '142258.156000', '142258.159000', '142318.044000', '142318.046000', '142318.049000', '142318.052000', '142318.054000', '142318.057000', '142318.059000', '142318.062000', '142318.064000', '142318.067000', '142318.070000', '142318.072000', '142318.075000', '142318.077000', '142318.080000', '142318.083000', '142318.085000', '142318.088000', '142318.090000', '142318.093000', '142318.096000', '142318.098000', '142318.101000', '142318.103000', '142318.106000', '142318.109000', '142318.112000', '142318.115000', '142318.117000', '142318.120000', '142318.123000', '142318.125000', '142318.128000', '142318.130000', '142318.133000', '142318.135000', '142318.138000', '142318.141000', '142318.143000', '142318.146000', '142318.149000', '142318.152000', '142318.154000', '142338.043000', '142338.046000', '142338.049000', '142338.052000', '142338.054000', '142338.057000', '142338.059000', '142338.062000', '142338.064000', '142338.067000', '142338.070000', '142338.072000', '142338.075000', '142338.077000', '142338.080000', '142338.083000', '142338.085000', '142338.088000', '142338.091000', '142338.093000', '142338.096000', '142338.098000', '142338.101000', '142338.103000', '142338.106000', '142338.109000', '142338.111000', '142338.114000', '142338.116000', '142338.119000', '142338.122000', '142338.124000', '142338.127000', '142338.129000', '142338.132000', '142338.134000', '142338.137000', '142338.140000', '142338.142000', '142338.145000', '142338.147000', '142338.150000', '142338.152000', '142338.155000', '142358.043000', '142358.046000', '142358.048000', '142358.051000', '142358.054000', '142358.056000', '142358.059000', '142358.062000', '142358.064000', '142358.067000', '142358.070000', '142358.073000', '142358.076000', '142358.078000', '142358.081000', '142358.084000', '142358.086000', '142358.089000', '142358.091000', '142358.094000', '142358.097000', '142358.099000', '142358.102000', '142358.105000', '142358.107000', '142358.110000', '142358.112000', '142358.115000', '142358.118000', '142358.120000', '142358.123000', '142358.125000', '142358.128000', '142358.131000', '142358.133000', '142358.136000', '142358.138000', '142358.141000', '142358.143000', '142358.146000', '142358.149000', '142358.151000', '142358.154000', '142418.043000', '142418.046000', '142418.049000', '142418.052000', '142418.054000', '142418.057000', '142418.060000', '142418.062000', '142418.065000', '142418.068000', '142418.070000', '142418.073000', '142418.076000', '142418.078000', '142418.081000', '142418.083000', '142418.086000', '142418.089000', '142418.091000', '142418.094000', '142418.097000', '142418.099000', '142418.102000', '142418.105000', '142418.107000', '142418.110000', '142418.113000', '142418.115000', '142418.118000', '142418.121000', '142418.123000', '142418.126000', '142418.129000', '142418.131000', '142418.134000', '142418.136000', '142418.139000', '142418.142000', '142418.144000', '142418.147000', '142418.150000', '142418.152000', '142418.155000', '142418.157000', '142438.044000', '142438.046000', '142438.049000', '142438.052000', '142438.054000', '142438.057000', '142438.060000', '142438.062000', '142438.065000', '142438.067000', '142438.070000', '142438.073000', '142438.075000', '142438.078000', '142438.080000', '142438.083000', '142438.086000', '142438.088000', '142438.091000', '142438.094000', '142438.096000', '142438.099000', '142438.102000', '142438.104000', '142438.107000', '142438.109000', '142438.112000', '142438.114000', '142438.117000', '142438.120000', '142438.122000', '142438.125000', '142438.128000', '142438.130000', '142438.133000', '142438.135000', '142438.138000', '142438.141000', '142438.143000', '142438.146000', '142438.149000', '142438.152000', '142438.155000', '142458.043000', '142458.046000', '142458.049000', '142458.052000', '142458.054000', '142458.057000', '142458.059000', '142458.062000', '142458.065000', '142458.068000', '142458.070000', '142458.073000', '142458.075000', '142458.078000', '142458.081000', '142458.083000', '142458.086000', '142458.089000', '142458.091000', '142458.094000', '142458.097000', '142458.099000', '142458.102000', '142458.104000', '142458.107000', '142458.110000', '142458.112000', '142458.115000', '142458.118000', '142458.121000', '142458.124000', '142458.126000', '142458.129000', '142458.131000', '142458.134000', '142458.137000', '142458.139000', '142458.142000', '142458.144000', '142458.147000', '142458.150000', '142458.152000', '142458.155000', '142458.157000', '142518.043000', '142518.047000', '142518.049000', '142518.052000', '142518.054000', '142518.057000', '142518.060000', '142518.062000', '142518.065000', '142518.068000', '142518.070000', '142518.073000', '142518.076000', '142518.078000', '142518.081000', '142518.084000', '142518.086000', '142518.089000', '142518.092000', '142518.094000', '142518.097000', '142518.099000', '142518.102000', '142518.105000', '142518.107000', '142518.110000', '142518.112000', '142518.115000', '142518.118000', '142518.120000', '142518.123000', '142518.126000', '142518.128000', '142518.140000', '142518.143000', '142518.145000', '142518.148000', '142518.150000', '142518.153000', '142518.156000', '142518.158000', '142518.161000', '142518.163000', '142538.044000', '142538.046000', '142538.049000', '142538.052000', '142538.054000', '142538.057000', '142538.059000', '142538.062000', '142538.065000', '142538.067000', '142538.070000', '142538.072000', '142538.087000', '142538.089000', '142538.092000', '142538.094000', '142538.097000', '142538.100000', '142538.102000', '142538.105000', '142538.108000', '142538.110000', '142538.113000', '142538.116000', '142538.118000', '142538.121000', '142538.124000', '142538.126000', '142538.129000', '142538.132000', '142538.134000', '142538.137000', '142538.140000', '142538.142000', '142538.145000', '142538.148000', '142538.150000', '142538.153000', '142538.156000', '142538.158000', '142538.161000', '142538.163000', '142538.166000', '142538.169000', '142558.044000', '142558.046000', '142558.049000', '142558.052000', '142558.054000', '142558.057000', '142558.060000', '142558.062000', '142558.065000', '142558.067000', '142558.070000', '142558.073000', '142558.075000', '142558.078000', '142558.080000', '142558.083000', '142558.086000', '142558.088000', '142558.091000', '142558.094000', '142558.096000', '142558.099000', '142558.101000', '142558.104000', '142558.106000', '142558.109000', '142558.112000', '142558.114000', '142558.117000', '142558.119000', '142558.122000', '142558.125000', '142558.127000', '142558.130000', '142558.133000', '142558.135000', '142558.138000', '142558.141000', '142558.143000', '142558.146000', '142558.148000', '142558.151000', '142558.153000', '142618.042000', '142618.046000', '142618.048000', '142618.051000', '142618.053000', '142618.056000', '142618.059000', '142618.061000', '142618.064000', '142618.067000', '142618.069000', '142618.072000', '142618.075000', '142618.077000', '142618.080000', '142618.083000', '142618.085000', '142618.088000', '142618.091000', '142618.093000', '142618.096000', '142618.099000', '142618.101000', '142618.104000', '142618.107000', '142618.109000', '142618.112000', '142618.114000', '142618.117000', '142618.120000', '142618.122000', '142618.125000', '142618.127000', '142618.130000', '142618.133000', '142618.135000', '142618.138000', '142618.140000', '142618.143000', '142618.145000', '142618.148000', '142618.151000', '142618.153000', '142618.156000', '142638.043000', '142638.046000', '142638.049000', '142638.052000', '142638.055000', '142638.057000', '142638.060000', '142638.062000', '142638.065000', '142638.068000', '142638.070000', '142638.073000', '142638.076000', '142638.078000', '142638.081000', '142638.084000', '142638.086000', '142638.089000', '142638.091000', '142638.094000', '142638.097000', '142638.099000', '142638.102000', '142638.105000', '142638.107000', '142638.110000', '142638.113000', '142638.115000', '142638.118000', '142638.121000', '142638.123000', '142638.126000', '142638.128000', '142638.131000', '142638.134000', '142638.137000', '142638.139000', '142638.142000', '142638.144000', '142638.155000', '142638.158000', '142638.160000', '142638.163000', '142658.044000', '142658.047000', '142658.049000', '142658.052000', '142658.055000', '142658.057000', '142658.060000', '142658.062000', '142658.065000', '142658.067000', '142658.070000', '142658.073000', '142658.075000', '142658.078000', '142658.080000', '142658.092000', '142658.095000', '142658.097000', '142658.100000', '142658.102000', '142658.105000', '142658.108000', '142658.110000', '142658.113000', '142658.115000', '142658.118000', '142658.120000', '142658.123000', '142658.126000', '142658.128000', '142658.131000', '142658.134000', '142658.136000', '142658.139000', '142658.141000', '142658.144000', '142658.146000', '142658.149000', '142658.152000', '142658.154000', '142658.157000', '142658.160000', '142658.162000', '142658.165000', '142718.044000', '142718.047000', '142718.050000', '142718.052000', '142718.055000', '142718.058000', '142718.061000', '142718.063000', '142718.066000', '142718.068000', '142718.071000', '142718.074000', '142718.076000', '142718.079000', '142718.082000', '142718.085000', '142718.087000', '142718.090000', '142718.093000', '142718.095000', '142718.098000', '142718.101000', '142718.103000', '142718.106000', '142718.108000', '142718.111000', '142718.114000', '142718.116000', '142718.119000', '142718.121000', '142718.124000', '142718.127000', '142718.129000', '142718.132000', '142718.134000', '142718.137000', '142718.140000', '142718.142000', '142718.145000', '142718.147000', '142718.150000', '142718.152000', '142718.155000', '142738.044000', '142738.047000', '142738.049000', '142738.052000', '142738.055000', '142738.063000', '142738.066000', '142738.068000', '142738.071000', '142738.074000', '142738.076000', '142738.079000', '142738.082000', '142738.084000', '142738.087000', '142738.090000', '142738.092000', '142738.095000', '142738.097000', '142738.100000', '142738.103000', '142738.105000', '142738.108000', '142738.111000', '142738.113000', '142738.116000', '142738.118000', '142738.121000', '142738.124000', '142738.127000', '142738.129000', '142738.132000', '142738.135000', '142738.137000', '142738.140000', '142738.143000', '142738.145000', '142738.148000', '142738.150000', '142738.153000', '142738.155000', '142738.158000', '142738.161000', '142738.163000', '142758.044000', '142758.047000', '142758.049000', '142758.052000', '142758.054000', '142758.057000', '142758.060000', '142758.062000', '142758.065000', '142758.068000', '142758.070000', '142758.073000', '142758.075000', '142758.078000', '142758.085000', '142758.088000', '142758.090000', '142758.093000', '142758.096000', '142758.098000', '142758.101000', '142758.104000', '142758.106000', '142758.109000', '142758.111000', '142758.114000', '142758.117000', '142758.119000', '142758.122000', '142758.125000', '142758.127000', '142758.130000', '142758.132000', '142758.135000', '142758.138000', '142758.140000', '142758.143000', '142758.145000', '142758.148000', '142758.151000', '142758.153000', '142758.156000', '142758.159000', '142818.044000', '142818.046000', '142818.049000', '142818.052000', '142818.054000', '142818.057000', '142818.059000', '142818.062000', '142818.065000', '142818.067000', '142818.070000', '142818.072000', '142818.075000', '142818.077000', '142818.080000', '142818.083000', '142818.085000', '142818.088000', '142818.090000', '142818.093000', '142818.096000', '142818.098000', '142818.101000', '142818.103000', '142818.106000', '142818.109000', '142818.124000', '142818.127000', '142818.130000', '142818.133000', '142818.135000', '142818.138000', '142818.140000', '142818.143000', '142818.145000', '142818.148000', '142818.151000', '142818.153000', '142818.156000', '142818.158000', '142818.161000', '142818.163000', '142818.166000', '142818.169000', '142838.042000', '142838.045000', '142838.048000', '142838.051000', '142838.054000', '142838.056000', '142838.059000', '142838.061000', '142838.064000', '142838.067000', '142838.069000', '142838.072000', '142838.075000', '142838.077000', '142838.080000', '142838.083000', '142838.086000', '142838.088000', '142838.091000', '142838.093000', '142838.096000', '142838.099000', '142838.101000', '142838.104000', '142838.107000', '142838.109000', '142838.112000', '142838.114000', '142838.117000', '142838.120000', '142838.122000', '142838.125000', '142838.127000', '142838.130000', '142838.133000', '142838.135000', '142838.138000', '142838.140000', '142838.143000', '142838.146000', '142838.148000', '142838.151000', '142838.153000', '142858.044000', '142858.047000', '142858.050000', '142858.052000', '142858.055000', '142858.058000', '142858.060000', '142858.063000', '142858.065000', '142858.068000', '142858.071000', '142858.073000', '142858.076000', '142858.078000', '142858.081000', '142858.084000', '142858.086000', '142858.089000', '142858.092000', '142858.094000', '142858.097000', '142858.099000', '142858.102000', '142858.104000', '142858.107000', '142858.110000', '142858.113000', '142858.115000', '142858.118000', '142858.121000', '142858.123000', '142858.126000', '142858.128000', '142858.131000', '142858.134000', '142858.136000', '142858.139000', '142858.142000', '142858.145000', '142858.147000', '142858.150000', '142858.152000', '142858.155000', '142858.158000', '142918.044000', '142918.046000', '142918.049000', '142918.052000', '142918.054000', '142918.057000', '142918.060000', '142918.062000', '142918.065000', '142918.067000', '142918.070000', '142918.073000', '142918.075000', '142918.078000', '142918.080000', '142918.083000', '142918.086000', '142918.088000', '142918.091000', '142918.093000', '142918.096000', '142918.098000', '142918.101000', '142918.104000', '142918.106000', '142918.109000', '142918.112000', '142918.114000', '142918.117000', '142918.119000', '142918.122000', '142918.124000', '142918.127000', '142918.130000', '142918.132000', '142918.135000', '142918.137000', '142918.140000', '142918.143000', '142918.145000', '142918.148000', '142918.151000', '142918.153000', '142938.044000', '142938.047000', '142938.049000', '142938.052000', '142938.054000', '142938.057000', '142938.059000', '142938.062000', '142938.065000', '142938.068000', '142938.071000', '142938.074000', '142938.076000', '142938.079000', '142938.081000', '142938.084000', '142938.086000', '142938.089000', '142938.092000', '142938.094000', '142938.097000', '142938.099000', '142938.111000', '142938.114000', '142938.116000', '142938.119000', '142938.121000', '142938.124000', '142938.127000', '142938.129000', '142938.132000', '142938.135000', '142938.137000', '142938.140000', '142938.143000', '142938.145000', '142938.148000', '142938.150000', '142938.153000', '142938.155000', '142938.158000', '142938.161000', '142938.163000', '142938.166000', '142958.044000', '142958.046000', '142958.049000', '142958.052000', '142958.054000', '142958.057000', '142958.060000', '142958.062000', '142958.065000', '142958.068000', '142958.070000', '142958.073000', '142958.076000', '142958.078000', '142958.081000', '142958.084000', '142958.086000', '142958.089000', '142958.091000', '142958.094000', '142958.096000', '142958.099000', '142958.102000', '142958.104000', '142958.107000', '142958.109000', '142958.112000', '142958.115000', '142958.117000', '142958.120000', '142958.122000', '142958.125000', '142958.127000', '142958.130000', '142958.133000', '142958.136000', '142958.138000', '142958.141000', '142958.143000', '142958.146000', '142958.149000', '142958.151000', '142958.154000', '143018.043000', '143018.047000', '143018.049000', '143018.052000', '143018.054000', '143018.057000', '143018.060000', '143018.062000', '143018.065000', '143018.068000', '143018.070000', '143018.073000', '143018.075000', '143018.078000', '143018.081000', '143018.084000', '143018.086000', '143018.089000', '143018.092000', '143018.094000', '143018.097000', '143018.100000', '143018.102000', '143018.105000', '143018.107000', '143018.110000', '143018.112000', '143018.115000', '143018.118000', '143018.120000', '143018.123000', '143018.126000', '143018.128000', '143018.131000', '143018.133000', '143018.136000', '143018.139000', '143018.142000', '143018.144000', '143018.147000', '143018.150000', '143018.152000', '143018.155000', '143038.043000', '143038.046000', '143038.049000', '143038.052000', '143038.054000', '143038.057000', '143038.060000', '143038.062000', '143038.065000', '143038.067000', '143038.070000', '143038.073000', '143038.075000', '143038.078000', '143038.080000', '143038.083000', '143038.086000', '143038.088000', '143038.091000', '143038.093000', '143038.096000', '143038.099000', '143038.101000', '143038.104000', '143038.106000', '143038.109000', '143038.112000', '143038.114000', '143038.117000', '143038.119000', '143038.122000', '143038.124000', '143038.127000', '143038.130000', '143038.132000', '143038.135000', '143038.137000', '143038.140000', '143038.143000', '143038.145000', '143038.148000', '143038.150000', '143038.153000', '143038.155000', '143058.043000', '143058.046000', '143058.048000', '143058.051000', '143058.054000', '143058.057000', '143058.060000', '143058.063000', '143058.066000', '143058.069000', '143058.072000', '143058.074000', '143058.077000', '143058.080000', '143058.082000', '143058.085000', '143058.088000', '143058.090000', '143058.093000', '143058.105000', '143058.109000', '143058.111000', '143058.114000', '143058.117000', '143058.119000', '143058.122000', '143058.125000', '143058.127000', '143058.130000', '143058.133000', '143058.135000', '143058.138000', '143058.140000', '143058.143000', '143058.145000', '143058.148000', '143058.151000', '143058.153000', '143058.156000', '143058.158000', '143058.162000', '143058.164000', '143058.167000', '143118.044000', '143118.047000', '143118.050000', '143118.052000', '143118.055000', '143118.058000', '143118.060000', '143118.063000', '143118.065000', '143118.068000', '143118.071000', '143118.073000', '143118.076000', '143118.079000', '143118.082000', '143118.084000', '143118.087000', '143118.089000', '143118.092000', '143118.095000', '143118.097000', '143118.100000', '143118.103000', '143118.105000', '143118.108000', '143118.111000', '143118.113000', '143118.116000', '143118.118000', '143118.121000', '143118.124000', '143118.126000', '143118.129000', '143118.132000', '143118.134000', '143118.137000', '143118.140000', '143118.142000', '143118.145000', '143118.148000', '143118.150000', '143118.153000', '143118.155000', '143118.158000', '143138.044000', '143138.046000', '143138.049000', '143138.052000', '143138.054000', '143138.057000', '143138.060000', '143138.062000', '143138.065000', '143138.068000', '143138.070000', '143138.073000', '143138.081000', '143138.084000', '143138.086000', '143138.089000', '143138.092000', '143138.094000', '143138.097000', '143138.100000', '143138.102000', '143138.105000', '143138.107000', '143138.110000', '143138.113000', '143138.115000', '143138.118000', '143138.121000', '143138.123000', '143138.126000', '143138.129000', '143138.131000', '143138.134000', '143138.137000', '143138.140000', '143138.142000', '143138.145000', '143138.147000', '143138.150000', '143138.153000', '143138.155000', '143138.158000', '143138.161000', '143158.044000', '143158.046000', '143158.049000', '143158.052000', '143158.054000', '143158.057000', '143158.060000', '143158.062000', '143158.065000', '143158.067000', '143158.070000', '143158.072000', '143158.075000', '143158.078000', '143158.080000', '143158.083000', '143158.085000', '143158.088000', '143158.091000', '143158.093000', '143158.096000', '143158.098000', '143158.101000', '143158.104000', '143158.106000', '143158.109000', '143158.111000', '143158.114000', '143158.117000', '143158.119000', '143158.122000', '143158.124000', '143158.127000', '143158.130000', '143158.132000', '143158.135000', '143158.137000', '143158.140000', '143158.142000', '143158.145000', '143158.148000', '143158.150000', '143158.153000', '143158.155000', '143218.044000', '143218.047000', '143218.050000', '143218.052000', '143218.055000', '143218.058000', '143218.060000', '143218.063000', '143218.065000', '143218.068000', '143218.071000', '143218.073000', '143218.076000', '143218.078000', '143218.081000', '143218.106000', '143218.109000', '143218.111000', '143218.114000', '143218.117000', '143218.119000', '143218.122000', '143218.124000', '143218.127000', '143218.130000', '143218.132000', '143218.135000', '143218.137000', '143218.140000', '143218.142000', '143218.145000', '143218.149000', '143218.152000', '143218.154000', '143218.157000', '143218.159000', '143218.162000', '143218.165000', '143218.167000', '143218.170000', '143218.172000', '143218.175000', '143218.177000', '143238.044000', '143238.046000', '143238.049000', '143238.052000', '143238.054000', '143238.057000', '143238.059000', '143238.062000', '143238.065000', '143238.067000', '143238.070000', '143238.072000', '143238.082000', '143238.085000', '143238.087000', '143238.090000', '143238.093000', '143238.095000', '143238.098000', '143238.100000', '143238.103000', '143238.106000', '143238.108000', '143238.111000', '143238.113000', '143238.116000', '143238.119000', '143238.121000', '143238.124000', '143238.127000', '143238.129000', '143238.132000', '143238.135000', '143238.137000', '143238.140000', '143238.142000', '143238.145000', '143238.148000', '143238.150000', '143238.153000', '143238.156000', '143238.158000', '143238.161000', '143238.163000', '143258.044000', '143258.047000', '143258.049000', '143258.052000', '143258.054000', '143258.057000', '143258.060000', '143258.062000', '143258.065000', '143258.067000', '143258.070000', '143258.073000', '143258.075000', '143258.078000', '143258.081000', '143258.083000', '143258.086000', '143258.088000', '143258.091000', '143258.094000', '143258.096000', '143258.099000', '143258.101000', '143258.104000', '143258.106000', '143258.109000', '143258.112000', '143258.115000', '143258.117000', '143258.120000', '143258.123000', '143258.125000', '143258.128000', '143258.130000', '143258.133000', '143258.136000', '143258.139000', '143258.142000', '143258.145000', '143258.147000', '143258.151000', '143258.153000', '143258.159000', '143318.043000', '143318.045000', '143318.048000', '143318.051000', '143318.054000', '143318.056000', '143318.059000', '143318.062000', '143318.064000', '143318.067000', '143318.069000', '143318.072000', '143318.075000', '143318.077000', '143318.080000', '143318.082000', '143318.085000', '143318.088000', '143318.090000', '143318.093000', '143318.095000', '143318.098000', '143318.100000', '143318.103000', '143318.106000', '143318.108000', '143318.111000', '143318.113000', '143318.116000', '143318.119000', '143318.121000', '143318.124000', '143318.126000', '143318.129000', '143318.131000', '143318.134000', '143318.137000', '143318.139000', '143318.142000', '143318.144000', '143318.147000', '143318.149000', '143318.152000', '143318.155000', '143338.044000', '143338.047000', '143338.049000', '143338.052000', '143338.055000', '143338.057000', '143338.060000', '143338.063000', '143338.065000', '143338.068000', '143338.070000', '143338.073000', '143338.076000', '143338.078000', '143338.081000', '143338.084000', '143338.086000', '143338.089000', '143338.091000', '143338.094000', '143338.096000', '143338.099000', '143338.102000', '143338.104000', '143338.107000', '143338.110000', '143338.112000', '143338.115000', '143338.118000', '143338.120000', '143338.123000', '143338.126000', '143338.128000', '143338.131000', '143338.133000', '143338.136000', '143338.139000', '143338.142000', '143338.144000', '143338.147000', '143338.150000', '143338.152000', '143338.155000', '143358.044000', '143358.046000', '143358.049000', '143358.052000', '143358.054000', '143358.057000', '143358.060000', '143358.062000', '143358.065000', '143358.068000', '143358.070000', '143358.073000', '143358.076000', '143358.078000', '143358.081000', '143358.083000', '143358.086000', '143358.089000', '143358.091000', '143358.094000', '143358.097000', '143358.099000', '143358.102000', '143358.104000', '143358.107000', '143358.109000', '143358.112000', '143358.123000', '143358.126000', '143358.128000', '143358.131000', '143358.134000', '143358.136000', '143358.139000', '143358.141000', '143358.144000', '143358.146000', '143358.149000', '143358.152000', '143358.154000', '143358.157000', '143358.160000', '143358.162000', '143358.165000', '143418.044000', '143418.047000', '143418.049000', '143418.052000', '143418.054000', '143418.057000', '143418.060000', '143418.062000', '143418.065000', '143418.067000', '143418.070000', '143418.072000', '143418.075000', '143418.078000', '143418.080000', '143418.083000', '143418.086000', '143418.088000', '143418.091000', '143418.093000', '143418.096000', '143418.098000', '143418.101000', '143418.104000', '143418.106000', '143418.109000', '143418.111000', '143418.114000', '143418.117000', '143418.119000', '143418.122000', '143418.124000', '143418.127000', '143418.130000', '143418.132000', '143418.135000', '143418.137000', '143418.140000', '143418.143000', '143418.145000', '143418.148000', '143418.150000', '143418.153000', '143438.044000', '143438.046000', '143438.049000', '143438.052000', '143438.054000', '143438.057000', '143438.059000', '143438.062000', '143438.065000', '143438.067000', '143438.070000', '143438.072000', '143438.075000', '143438.078000', '143438.080000', '143438.083000', '143438.086000', '143438.089000', '143438.091000', '143438.094000', '143438.097000', '143438.099000', '143438.102000', '143438.105000', '143438.135000', '143438.138000', '143438.141000', '143438.143000', '143438.146000', '143438.149000', '143438.151000', '143438.154000', '143438.156000', '143438.159000', '143438.162000', '143438.164000', '143438.167000', '143438.169000', '143438.172000', '143438.175000', '143438.177000', '143438.180000', '143438.182000', '143438.185000', '143438.867000', '143438.870000'], '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': [9511, 13495, 9082, 11219, 8840, 8680, 11328, 8684, 11094, 8774, 9025, 12208, 9113, 9673, 8368, 8611, 11559, 8953, 10210, 9066, 8226, 10604, 7963, 8600, 10163, 8237, 10078, 7857, 8293, 8565, 7589, 9886, 7636, 9123, 10751, 8035, 10858, 8238, 9060, 11913, 9738, 10454, 9083, 9014, 12670, 8509, 9714, 10849, 9156, 11140, 8789, 10441, 9414, 8580, 11958, 9557, 9097, 8799, 8679, 12054, 9165, 10569, 11348, 8876, 10814, 8228, 9910, 8494, 9201, 11409, 9474, 9464, 8149, 8843, 11336, 8711, 9445, 11620, 8656, 11829, 7921, 8554, 13337, 9226, 10966, 8770, 10334, 9011, 8443, 12500, 8828, 9892, 10717, 8618, 10920, 8538, 8954, 11650, 8905, 11136, 8612, 8695, 8003, 8706, 10827, 8677, 9625, 12492, 8824, 10669, 8421, 8808, 11102, 8750, 10898, 8612, 8875, 7753, 8636, 11352, 8711, 9653, 8071, 8771, 8588, 8063, 10178, 8431, 8782, 11657, 8571, 9931, 7629, 8889, 12955, 9025, 10990, 9248, 9698, 10022, 8717, 11781, 8400, 9804, 10435, 9040, 11265, 7961, 8804, 9676, 8702, 10037, 8634, 9444, 8297, 8246, 11639, 8772, 9771, 8392, 8497, 13391, 8567, 10597, 8837, 9080, 12297, 8816, 11217, 8139, 8900, 11690, 8847, 9947, 8360, 8840, 11403, 8404, 9376, 8022, 9110, 8899, 8877, 10090, 8431, 9400, 12580, 9093, 10690, 8433, 8904, 12502, 8688, 10644, 8438, 8977, 11986, 8577, 9558, 8142, 9155, 10721, 8670, 10237, 8111, 9096, 10453, 9159, 9940, 7913, 8974, 10061, 8636, 10212, 8358, 9800, 12524, 9079, 10857, 8916, 9449, 10783, 9166, 10891, 9123, 9314, 8044, 9105, 10851, 9247, 9971, 9521, 9376, 10793, 8699, 9622, 8240, 9865, 11571, 9039, 10690, 9257, 10002, 12204, 9448, 11646, 9268, 9240, 8994, 9204, 10002, 8432, 9607, 9911, 9200, 10838, 8916, 8672, 7818, 9360, 10370, 9370, 10003, 12151, 9507, 10504, 9156, 9404, 11445, 9127, 11611, 9641, 9683, 13447, 10137, 11208, 9891, 8889, 13073, 9011, 10734, 9540, 9633, 12082, 9128, 10310, 8894, 9453, 12296, 9347, 9736, 9429, 9624, 11621, 9196, 10717, 8665, 10050, 10858, 9041, 9552, 8646, 9325, 10859, 9210, 9543, 8383, 9659, 10441, 9228, 9057, 8167, 9280, 10856, 8975, 9509, 7683, 9459, 11359, 9616, 10801, 9477, 9592, 11497, 9451, 10115, 11359, 9522, 11268, 9311, 9436, 8166, 9022, 10063, 8565, 9852, 11719, 9200, 10022, 7475, 9236, 10518, 8341, 9457, 8360, 9943, 11154, 9019, 9879, 8378, 9836, 11666, 9397, 10216, 7651, 9708, 11504, 9194, 10264, 8724, 9866, 12178, 9220, 9847, 8851, 10199, 11758, 9344, 10652, 9231, 9860, 10089, 9534, 11817, 9404, 9775, 8043, 9492, 11143, 9215, 9938, 10091, 9685, 10555, 9030, 9661, 8618, 10218, 11464, 9232, 9982, 8120, 9883, 11192, 9757, 10779, 9243, 9818, 8254, 9444, 11939, 9418, 9887, 10624, 9636, 10389, 8824, 9474, 7734, 9321, 10507, 9353, 10354, 8500, 9449, 9699, 9146, 10059, 8339, 9715, 10229, 9514, 10918, 8736, 9742, 8898, 9830, 11528, 9506, 10106, 7996, 10086, 11486, 9421, 10320, 9579, 9615, 11545, 9140, 9854, 8312, 9976, 11538, 9327, 10420, 9133, 9615, 11683, 9358, 10628, 8895, 9224, 8595, 9502, 10199, 9279, 9870, 10371, 9527, 10506, 9168, 9764, 8609, 10087, 11372, 9471, 10414, 8158, 9805, 11231, 9475, 10716, 9292, 9527, 10134, 9538, 10383, 8479, 10156, 11083, 9635, 10603, 9091, 9379, 8587, 9805, 11019, 9714, 9410, 7782, 10296, 10537, 9656, 9638, 8906, 10139, 10679, 9620, 10140, 8363, 10560, 11855, 9506, 10491, 9078, 10107, 11926, 9771, 10326, 9570, 10270, 9995, 9315, 9778, 8413, 10085, 12144, 9829, 10422, 9326, 9894, 12522, 9783, 10947, 9547, 9507, 7955, 9950, 10980, 9394, 10054, 10040, 9909, 11344, 8932, 9563, 8742, 10124, 11201, 9501, 10175, 7979, 10212, 11370, 9515, 10515, 9361, 9762, 11638, 9607, 10351, 8682, 10130, 11927, 9475, 10256, 8741, 9825, 10304, 9332, 10708, 9042, 9544, 8423, 10317, 10431, 9212, 9959, 8096, 10244, 11168, 9543, 10320, 9551, 10230, 12062, 9736, 10692, 8859, 10513, 11262, 9882, 10519, 9711, 9680, 11460, 10146, 10025, 9140, 9853, 10003, 9705, 10105, 8509, 10603, 12284, 9669, 10473, 9765, 9706, 11012, 9973, 11699, 9598, 9555, 8086, 9943, 10925, 9392, 10190, 11300, 9373, 10268, 9266, 9392, 9449, 9650, 10837, 9787, 9625, 7758, 9849, 10780, 9537, 10359, 9013, 9473, 8108, 9409, 10509, 9703, 10250, 9208, 9753, 12075, 9750, 11126, 8766, 9895, 12499, 9728, 10694, 9466, 9309, 8345, 9814, 11163, 9940, 9903, 11298, 9614, 11152, 9354, 9270, 12038, 9681, 10954, 9562, 9467, 10107, 9384, 10046, 8541, 9983, 11977, 9646, 10267, 8266, 9590, 11571, 9704, 9800, 8944, 9814, 11272, 9675, 9687, 12253, 9835, 10542, 9701, 9741, 11702, 9486, 9526, 9710, 9516, 11207, 9139, 9686, 11769, 9254, 9726, 8825, 9962, 10873, 9400, 9227, 8893, 9448, 10218, 8801, 9623, 11267, 9364, 10453, 8880, 9640, 11034, 9621, 10245, 9074, 9538, 10870, 9457, 9580, 9771, 9476, 10260, 9266, 9573, 9262, 9167, 10127, 8797, 9713, 9005, 9417, 9622, 8693, 9738, 10743, 9349, 11050, 9204, 10509, 8769, 10062, 11207, 8304, 10055, 11073, 9105, 10344, 10731, 9156, 9065, 8638, 10141, 11429, 9603, 10718, 11491, 9777, 12307, 10456, 10410, 14009, 10007, 10761, 10531, 9830, 12492, 9672, 9529, 10045, 9916, 11038, 9835, 9686, 9653, 9685, 11172, 9502, 9321, 9403, 9929, 11427, 9939, 9844, 9131, 9376, 11313, 9891, 11122, 9148, 9883, 8469, 10247, 10369, 9746, 9602, 8563, 9837, 9306, 9719, 10742, 9096, 8522, 8590, 9470, 9863, 9653, 8569, 9609, 11713, 9429, 10356, 10904, 10036, 12651, 9684, 10347, 9499, 9942, 11511, 9612, 10779, 9548, 10336, 8247, 10026, 10275, 9755, 10785, 9630, 10275, 8976, 9865, 11900, 9892, 10929, 9424, 9799, 8394, 9825, 9973, 8723, 9899, 12126, 9449, 10162, 8850, 10134, 11490, 8909, 9672, 9545, 9842, 8792, 9649, 10214, 8096, 10367, 12135, 9908, 11011, 9743, 10219, 10634, 10016, 11736, 9421, 9823, 7716, 9859, 10697, 9128, 10087, 11838, 9571, 10204, 8896, 9940, 11539, 9380, 10114, 8697, 9623, 7674, 9806, 10843, 9449, 10016, 10634, 9878, 11160, 9691, 9944, 9404, 10123, 11434, 9799, 10055, 7907, 9777, 11018, 9642, 9863, 9272, 9926, 12030, 9579, 9721, 8623, 9970, 11792, 9530, 10097, 8104, 9981, 10987, 9561, 9612, 9592, 10007, 10975, 9480, 9929, 8634, 10276, 10881, 9727, 10072, 8383, 10279, 10795, 9488, 10173, 9692, 10110, 12367, 9435, 9802, 8993, 10426, 11405, 10044, 10286, 8063, 10039, 10774, 9416, 10137, 8966, 10043, 12295, 9274, 9190, 8410, 9696, 10832, 9521, 10121, 8115, 10320, 11010, 9616, 10254, 9586, 10165, 11702, 9950, 10370, 9355, 10129, 11702, 10024, 10270, 8123, 10224, 10717, 9675, 10003, 9129, 10062, 11208, 9622, 10674, 8516, 9896, 11693, 9585, 10075, 10081, 9875, 10636, 8936, 9941, 11041, 9537, 9837, 8598, 8439, 8250, 9320, 7577, 7403, 9820, 11942, 10405, 10255, 12434, 9727, 11409, 8936, 10000, 11871, 9975, 11571, 9206, 10357, 8694, 9881, 11801, 9400, 10259, 13454, 9772, 10570, 9087, 10197, 12752, 9469, 10099, 7685, 10525, 12413, 9871, 11323, 9526, 10420, 13312, 10073, 11325, 9096, 10682, 13624, 10103, 10174, 8610, 10298, 12176, 9711, 9604, 7737, 10261, 12253, 10028, 9654, 8476, 10659, 12243, 10160, 11086, 9141, 10686, 12381, 10192, 10719, 8656, 10498, 12050, 9693, 10103, 8752, 10517, 11071, 9955, 9872, 7667, 10450, 11306, 9494, 10534, 11195, 10315, 10992, 9652, 10570, 12228, 10111, 11328, 9075, 10727, 10873, 9912, 10806, 8578, 10655, 11703, 9786, 9348, 7375, 10361, 11102, 9660, 10872, 11429, 10132, 10962, 7765, 10628, 11040, 9122, 10811, 11546, 10080, 11374, 8138, 10549, 12573, 9797, 10549, 9411, 10505, 11800, 8873, 10525, 12898, 9249, 10828, 9618, 10227, 11734, 8917, 10534, 12407, 9765, 10405, 8506, 10539, 12137, 9193, 9414, 10401, 9050, 10690, 8777, 8419, 8332, 11225, 11791, 9269, 10338, 9420, 9586, 11994, 9077, 10067, 8718, 9828, 12072, 9192, 10769, 8556, 10265, 12042, 9914, 11525, 10081, 10126, 8084, 10161, 11887, 9485, 10354, 8422, 10198, 9960, 9875, 9997, 8224, 10304, 11632, 9713, 9877, 8050, 10467, 11354, 9807, 10106, 8556, 10604, 11112, 9738, 9512, 7981, 10272, 11177, 9769, 9533, 7632, 10064, 10353, 8790, 9762, 8666, 10374, 10914, 9057, 10194, 10424, 9730, 11016, 9074, 10148, 8747, 9736, 10331, 8402, 10264, 11847, 10008, 10232, 7673, 10439, 10841, 9027, 9785, 8263, 10270, 10895, 9066, 10347, 10328, 9424, 10980, 9256, 10588, 10649, 10059, 10014, 8449, 10313, 11495, 9982, 10894, 8412, 10165, 11020, 9498, 10664, 8291, 10461, 10970, 9680, 9516, 8158, 9832, 11111, 9878, 9982, 9224, 9630, 9548, 8038, 10329, 11025, 9496, 9799, 8544, 9679, 9961, 8417, 10117, 12258, 10003, 10446, 8579, 9966, 11047, 9022, 10134, 12447, 9719, 10046, 7652, 9939, 10036, 9085, 9879, 9118, 9948, 10530, 8487, 10279, 10389, 8905, 10249, 7987, 10282, 10515, 7930, 10195, 9756, 9393, 9954, 8501, 10552, 10950, 8837, 10179, 8872, 10244, 11100, 9288, 9643, 9399, 10172, 11182, 9593, 10559, 9346, 10320, 11680, 9084, 10774, 11840, 10095, 11321, 9260, 10367, 10008, 9180, 9672, 8378, 10385, 10958, 9252, 9061, 8508, 10205, 11004, 9699, 9640, 8580, 10055, 11414, 9826, 10384, 8767, 9811, 12405, 9130, 9993, 9180, 10199, 10435, 9528, 9754, 9481, 9681, 10451, 9085, 9185, 8067, 9777, 10072, 8723, 9994, 13620, 9568, 10551, 7900, 9844, 10322, 8952, 10084, 8532, 10407, 11817, 9363, 9197, 8415, 9650, 10251, 9204, 9311, 7964, 9869, 9787, 9183, 10062, 11007, 10100, 11183, 9054, 9900, 9486, 9925, 10605, 9545, 9751, 11311, 9323, 9570, 8619, 9816, 11148, 9345, 9300, 8166, 9772, 10835, 9454, 9995, 8124, 10033, 10429, 9429, 9990, 9895, 10091, 10825, 9148, 10112, 11429, 9359, 10569, 9376, 9953, 10262, 9326, 9387, 8257, 9813, 12953, 9616, 9877, 8286, 9817, 9690, 9168, 9502, 9038, 10204, 10597, 9524, 9608, 9798, 9225, 10749, 9588, 9799, 8526, 10434, 10039, 8529, 10111, 10970, 9788, 10669, 9349, 9867, 9356, 9489, 11063, 9536, 10053, 8160, 9847, 10784, 9551, 9957, 9607, 9932, 11903, 9642, 9656, 8711, 9972, 10763, 9740, 9324, 7910, 10122, 10685, 9214, 9542, 9178, 10252, 11346, 9720, 9407, 7996, 10078, 11561, 9422, 10041, 8674, 10032, 10897, 8894, 10180, 8902, 10405, 8430, 9564, 10046, 8852, 10118, 10947, 9961, 10894, 8995, 10263, 10982, 9420, 10199, 9292, 9149, 8640, 10216, 9394, 8623, 10097, 13430, 9599, 10530, 9079, 10490, 12679, 9457, 9721, 8862, 10291, 12813, 9626, 9041, 8228, 9598, 10667, 9336, 9702, 8933, 9622, 9870, 8915, 9848, 10482, 10159, 11080, 9458, 9807, 11578, 9763, 10881, 9386, 10508, 8236, 10039, 9925, 9297, 10164, 11703, 9864, 10821, 9136, 10203, 12625, 9368, 10140, 9095, 9890, 10733, 9643, 9474, 8982, 10044, 9867, 10155, 10548, 9042, 9940, 10001, 9170, 10610, 9423, 9560, 9598, 9932, 9482, 8635, 10183, 10069, 9922, 10456, 9042, 9303, 8703, 9604, 10454, 9530, 10067, 8833, 10533, 10499, 9288, 9736, 8647, 10047, 12848, 9597, 9594, 8561, 8468, 7801, 8300, 7567, 8067, 8062, 8424, 10909, 9327, 10286, 11145, 9110, 13755, 8712, 9989, 8702, 9744, 8348, 9209, 7570, 8874, 9701, 9146, 11266, 9027, 11169, 8913, 10570, 9008, 8738, 12093, 9801, 10723, 8357], 'WindowCenter': [4357.0, 4381.0, 4329.0, 4347.0, 4303.0, 4302.0, 4319.0, 4300.0, 4318.0, 4300.0, 4312.0, 4327.0, 4300.0, 4298.0, 4287.0, 4289.0, 4317.0, 4299.0, 4318.0, 4287.0, 4289.0, 4317.0, 4278.0, 4299.0, 4319.0, 4301.0, 4320.0, 4291.0, 4291.0, 4300.0, 4292.0, 4322.0, 4293.0, 4324.0, 4344.0, 4303.0, 4333.0, 4302.0, 4313.0, 4344.0, 4323.0, 4330.0, 4312.0, 4301.0, 4340.0, 4300.0, 4310.0, 4330.0, 4311.0, 4331.0, 4300.0, 4320.0, 4298.0, 4300.0, 4340.0, 4311.0, 4300.0, 4300.0, 4301.0, 4329.0, 4308.0, 4332.0, 4317.0, 4300.0, 4318.0, 4289.0, 4309.0, 4287.0, 4312.0, 4328.0, 4311.0, 4308.0, 4278.0, 4299.0, 4328.0, 4299.0, 4310.0, 4328.0, 4299.0, 4327.0, 4278.0, 4299.0, 4337.0, 4310.0, 4330.0, 4300.0, 4319.0, 4286.0, 4288.0, 4339.0, 4311.0, 4320.0, 4304.0, 4287.0, 4317.0, 4287.0, 4298.0, 4326.0, 4298.0, 4317.0, 4298.0, 4288.0, 4277.0, 4299.0, 4318.0, 4288.0, 4310.0, 4328.0, 4300.0, 4318.0, 4288.0, 4299.0, 4326.0, 4299.0, 4318.0, 4301.0, 4300.0, 4266.0, 4300.0, 4328.0, 4298.0, 4310.0, 4292.0, 4301.0, 4300.0, 4291.0, 4320.0, 4288.0, 4301.0, 4329.0, 4301.0, 4309.0, 4279.0, 4310.0, 4339.0, 4300.0, 4319.0, 4311.0, 4310.0, 4308.0, 4288.0, 4327.0, 4301.0, 4334.0, 4329.0, 4311.0, 4317.0, 4277.0, 4299.0, 4306.0, 4298.0, 4320.0, 4315.0, 4319.0, 4290.0, 4290.0, 4329.0, 4312.0, 4334.0, 4289.0, 4302.0, 4338.0, 4300.0, 4331.0, 4298.0, 4298.0, 4328.0, 4287.0, 4315.0, 4274.0, 4287.0, 4325.0, 4298.0, 4308.0, 4288.0, 4298.0, 4315.0, 4287.0, 4310.0, 4279.0, 4310.0, 4298.0, 4310.0, 4321.0, 4289.0, 4312.0, 4340.0, 4300.0, 4319.0, 4288.0, 4297.0, 4327.0, 4299.0, 4318.0, 4288.0, 4298.0, 4325.0, 4298.0, 4308.0, 4288.0, 4309.0, 4318.0, 4298.0, 4318.0, 4276.0, 4299.0, 4317.0, 4310.0, 4310.0, 4289.0, 4311.0, 4318.0, 4299.0, 4318.0, 4289.0, 4311.0, 4328.0, 4299.0, 4318.0, 4297.0, 4309.0, 4317.0, 4310.0, 4330.0, 4311.0, 4308.0, 4276.0, 4299.0, 4316.0, 4310.0, 4320.0, 4309.0, 4310.0, 4318.0, 4298.0, 4309.0, 4289.0, 4321.0, 4328.0, 4300.0, 4308.0, 4297.0, 4309.0, 4327.0, 4298.0, 4318.0, 4297.0, 4297.0, 4283.0, 4295.0, 4296.0, 4275.0, 4297.0, 4307.0, 4299.0, 4318.0, 4298.0, 4286.0, 4265.0, 4295.0, 4305.0, 4297.0, 4309.0, 4327.0, 4310.0, 4320.0, 4310.0, 4310.0, 4327.0, 4297.0, 4317.0, 4294.0, 4296.0, 4323.0, 4294.0, 4305.0, 4294.0, 4274.0, 4312.0, 4272.0, 4292.0, 4281.0, 4282.0, 4300.0, 4282.0, 4292.0, 4270.0, 4283.0, 4312.0, 4283.0, 4295.0, 4283.0, 4296.0, 4312.0, 4285.0, 4303.0, 4273.0, 4306.0, 4305.0, 4296.0, 4295.0, 4287.0, 4307.0, 4315.0, 4308.0, 4310.0, 4288.0, 4308.0, 4318.0, 4309.0, 4300.0, 4288.0, 4311.0, 4329.0, 4311.0, 4310.0, 4279.0, 4310.0, 4328.0, 4309.0, 4321.0, 4310.0, 4309.0, 4317.0, 4297.0, 4309.0, 4305.0, 4298.0, 4316.0, 4296.0, 4297.0, 4274.0, 4296.0, 4307.0, 4286.0, 4309.0, 4326.0, 4298.0, 4306.0, 4266.0, 4298.0, 4316.0, 4289.0, 4310.0, 4288.0, 4319.0, 4328.0, 4300.0, 4310.0, 4288.0, 4320.0, 4330.0, 4311.0, 4318.0, 4278.0, 4310.0, 4329.0, 4322.0, 4321.0, 4299.0, 4320.0, 4328.0, 4308.0, 4321.0, 4299.0, 4331.0, 4340.0, 4311.0, 4318.0, 4308.0, 4309.0, 4307.0, 4310.0, 4327.0, 4298.0, 4307.0, 4275.0, 4308.0, 4316.0, 4308.0, 4310.0, 4307.0, 4309.0, 4316.0, 4297.0, 4307.0, 4288.0, 4319.0, 4318.0, 4299.0, 4308.0, 4276.0, 4307.0, 4317.0, 4308.0, 4319.0, 4296.0, 4307.0, 4274.0, 4296.0, 4315.0, 4286.0, 4307.0, 4305.0, 4295.0, 4305.0, 4285.0, 4296.0, 4264.0, 4296.0, 4317.0, 4309.0, 4308.0, 4287.0, 4309.0, 4296.0, 4297.0, 4308.0, 4288.0, 4311.0, 4318.0, 4309.0, 4317.0, 4300.0, 4309.0, 4298.0, 4321.0, 4328.0, 4309.0, 4308.0, 4276.0, 4308.0, 4316.0, 4299.0, 4319.0, 4298.0, 4298.0, 4315.0, 4297.0, 4306.0, 4286.0, 4320.0, 4328.0, 4298.0, 4306.0, 4297.0, 4308.0, 4326.0, 4298.0, 4317.0, 4297.0, 4298.0, 4285.0, 4308.0, 4307.0, 4299.0, 4309.0, 4308.0, 4308.0, 4316.0, 4299.0, 4309.0, 4288.0, 4320.0, 4327.0, 4309.0, 4317.0, 4275.0, 4308.0, 4315.0, 4308.0, 4308.0, 4296.0, 4298.0, 4294.0, 4297.0, 4306.0, 4275.0, 4307.0, 4315.0, 4297.0, 4305.0, 4297.0, 4298.0, 4287.0, 4320.0, 4317.0, 4310.0, 4299.0, 4277.0, 4319.0, 4317.0, 4320.0, 4322.0, 4299.0, 4321.0, 4318.0, 4311.0, 4318.0, 4287.0, 4330.0, 4328.0, 4309.0, 4308.0, 4297.0, 4318.0, 4316.0, 4308.0, 4319.0, 4308.0, 4321.0, 4307.0, 4308.0, 4309.0, 4288.0, 4321.0, 4329.0, 4320.0, 4319.0, 4298.0, 4309.0, 4328.0, 4308.0, 4317.0, 4297.0, 4297.0, 4275.0, 4307.0, 4305.0, 4298.0, 4308.0, 4295.0, 4296.0, 4304.0, 4286.0, 4297.0, 4285.0, 4319.0, 4318.0, 4297.0, 4307.0, 4275.0, 4308.0, 4315.0, 4298.0, 4318.0, 4297.0, 4307.0, 4316.0, 4296.0, 4307.0, 4286.0, 4307.0, 4317.0, 4296.0, 4295.0, 4285.0, 4306.0, 4306.0, 4310.0, 4319.0, 4299.0, 4309.0, 4286.0, 4318.0, 4319.0, 4309.0, 4320.0, 4279.0, 4320.0, 4318.0, 4308.0, 4320.0, 4308.0, 4320.0, 4329.0, 4308.0, 4308.0, 4287.0, 4318.0, 4318.0, 4309.0, 4319.0, 4308.0, 4307.0, 4316.0, 4306.0, 4309.0, 4296.0, 4309.0, 4305.0, 4298.0, 4307.0, 4285.0, 4319.0, 4327.0, 4308.0, 4319.0, 4308.0, 4308.0, 4306.0, 4309.0, 4327.0, 4296.0, 4297.0, 4264.0, 4307.0, 4305.0, 4298.0, 4309.0, 4316.0, 4297.0, 4306.0, 4296.0, 4297.0, 4306.0, 4309.0, 4316.0, 4308.0, 4296.0, 4265.0, 4307.0, 4317.0, 4309.0, 4307.0, 4299.0, 4309.0, 4276.0, 4299.0, 4307.0, 4297.0, 4306.0, 4296.0, 4298.0, 4316.0, 4297.0, 4304.0, 4274.0, 4294.0, 4313.0, 4295.0, 4305.0, 4295.0, 4285.0, 4274.0, 4296.0, 4304.0, 4297.0, 4308.0, 4315.0, 4297.0, 4305.0, 4284.0, 4285.0, 4315.0, 4296.0, 4305.0, 4294.0, 4283.0, 4291.0, 4283.0, 4292.0, 4284.0, 4294.0, 4316.0, 4296.0, 4295.0, 4274.0, 4296.0, 4314.0, 4296.0, 4307.0, 4285.0, 4295.0, 4304.0, 4294.0, 4295.0, 4327.0, 4309.0, 4307.0, 4295.0, 4297.0, 4314.0, 4284.0, 4296.0, 4284.0, 4295.0, 4306.0, 4286.0, 4297.0, 4304.0, 4284.0, 4295.0, 4284.0, 4307.0, 4306.0, 4298.0, 4295.0, 4285.0, 4295.0, 4306.0, 4286.0, 4298.0, 4316.0, 4285.0, 4305.0, 4273.0, 4294.0, 4304.0, 4295.0, 4305.0, 4274.0, 4295.0, 4303.0, 4296.0, 4296.0, 4295.0, 4297.0, 4305.0, 4295.0, 4295.0, 4283.0, 4295.0, 4308.0, 4286.0, 4308.0, 4298.0, 4299.0, 4296.0, 4286.0, 4308.0, 4317.0, 4297.0, 4318.0, 4311.0, 4307.0, 4276.0, 4297.0, 4304.0, 4262.0, 4295.0, 4303.0, 4285.0, 4317.0, 4316.0, 4308.0, 4309.0, 4298.0, 4332.0, 4329.0, 4297.0, 4307.0, 4304.0, 4295.0, 4305.0, 4282.0, 4280.0, 4311.0, 4271.0, 4291.0, 4277.0, 4269.0, 4288.0, 4268.0, 4268.0, 4268.0, 4280.0, 4289.0, 4282.0, 4282.0, 4281.0, 4281.0, 4289.0, 4282.0, 4282.0, 4271.0, 4293.0, 4302.0, 4294.0, 4283.0, 4282.0, 4284.0, 4301.0, 4294.0, 4304.0, 4284.0, 4294.0, 4263.0, 4294.0, 4293.0, 4295.0, 4294.0, 4285.0, 4307.0, 4295.0, 4296.0, 4315.0, 4297.0, 4286.0, 4287.0, 4307.0, 4308.0, 4309.0, 4288.0, 4310.0, 4327.0, 4298.0, 4310.0, 4305.0, 4297.0, 4325.0, 4297.0, 4305.0, 4295.0, 4308.0, 4316.0, 4297.0, 4307.0, 4298.0, 4306.0, 4287.0, 4308.0, 4306.0, 4310.0, 4319.0, 4309.0, 4308.0, 4299.0, 4308.0, 4316.0, 4308.0, 4318.0, 4296.0, 4297.0, 4275.0, 4307.0, 4306.0, 4287.0, 4320.0, 4328.0, 4308.0, 4308.0, 4298.0, 4318.0, 4328.0, 4300.0, 4310.0, 4310.0, 4311.0, 4288.0, 4310.0, 4319.0, 4278.0, 4320.0, 4328.0, 4309.0, 4317.0, 4298.0, 4308.0, 4307.0, 4308.0, 4316.0, 4286.0, 4295.0, 4265.0, 4306.0, 4305.0, 4296.0, 4319.0, 4316.0, 4297.0, 4306.0, 4286.0, 4306.0, 4314.0, 4296.0, 4308.0, 4287.0, 4309.0, 4266.0, 4308.0, 4317.0, 4307.0, 4310.0, 4305.0, 4296.0, 4304.0, 4295.0, 4306.0, 4295.0, 4319.0, 4317.0, 4308.0, 4305.0, 4275.0, 4306.0, 4305.0, 4297.0, 4309.0, 4297.0, 4309.0, 4326.0, 4308.0, 4295.0, 4285.0, 4309.0, 4315.0, 4297.0, 4306.0, 4264.0, 4296.0, 4304.0, 4295.0, 4308.0, 4297.0, 4307.0, 4316.0, 4296.0, 4304.0, 4285.0, 4319.0, 4316.0, 4308.0, 4308.0, 4287.0, 4318.0, 4316.0, 4309.0, 4320.0, 4296.0, 4307.0, 4325.0, 4296.0, 4296.0, 4286.0, 4307.0, 4316.0, 4307.0, 4306.0, 4264.0, 4295.0, 4303.0, 4297.0, 4307.0, 4285.0, 4306.0, 4324.0, 4297.0, 4297.0, 4286.0, 4308.0, 4318.0, 4310.0, 4307.0, 4275.0, 4308.0, 4316.0, 4308.0, 4309.0, 4296.0, 4308.0, 4314.0, 4306.0, 4307.0, 4284.0, 4308.0, 4316.0, 4297.0, 4296.0, 4263.0, 4305.0, 4303.0, 4294.0, 4296.0, 4296.0, 4308.0, 4306.0, 4296.0, 4306.0, 4273.0, 4294.0, 4313.0, 4296.0, 4307.0, 4306.0, 4307.0, 4303.0, 4284.0, 4308.0, 4330.0, 4348.0, 4361.0, 4341.0, 4289.0, 4302.0, 4308.0, 4278.0, 4277.0, 4335.0, 4356.0, 4333.0, 4323.0, 4330.0, 4299.0, 4317.0, 4285.0, 4296.0, 4315.0, 4296.0, 4316.0, 4285.0, 4307.0, 4274.0, 4295.0, 4316.0, 4285.0, 4306.0, 4323.0, 4295.0, 4305.0, 4282.0, 4306.0, 4324.0, 4296.0, 4305.0, 4266.0, 4319.0, 4328.0, 4308.0, 4317.0, 4297.0, 4318.0, 4336.0, 4310.0, 4319.0, 4287.0, 4308.0, 4326.0, 4307.0, 4308.0, 4286.0, 4320.0, 4327.0, 4298.0, 4298.0, 4267.0, 4308.0, 4327.0, 4309.0, 4310.0, 4290.0, 4318.0, 4329.0, 4309.0, 4318.0, 4297.0, 4308.0, 4327.0, 4308.0, 4308.0, 4288.0, 4308.0, 4316.0, 4297.0, 4306.0, 4285.0, 4319.0, 4317.0, 4309.0, 4308.0, 4267.0, 4318.0, 4317.0, 4309.0, 4321.0, 4318.0, 4310.0, 4318.0, 4309.0, 4320.0, 4327.0, 4309.0, 4319.0, 4286.0, 4319.0, 4306.0, 4307.0, 4318.0, 4285.0, 4318.0, 4316.0, 4308.0, 4296.0, 4256.0, 4308.0, 4316.0, 4310.0, 4330.0, 4318.0, 4307.0, 4317.0, 4267.0, 4318.0, 4316.0, 4309.0, 4331.0, 4330.0, 4303.0, 4318.0, 4276.0, 4307.0, 4325.0, 4310.0, 4320.0, 4286.0, 4307.0, 4315.0, 4284.0, 4307.0, 4326.0, 4297.0, 4318.0, 4297.0, 4306.0, 4317.0, 4286.0, 4318.0, 4326.0, 4310.0, 4319.0, 4286.0, 4318.0, 4327.0, 4298.0, 4311.0, 4304.0, 4283.0, 4278.0, 4263.0, 4282.0, 4265.0, 4304.0, 4315.0, 4257.0, 4306.0, 4296.0, 4296.0, 4314.0, 4283.0, 4292.0, 4272.0, 4294.0, 4315.0, 4296.0, 4306.0, 4288.0, 4308.0, 4327.0, 4305.0, 4315.0, 4294.0, 4292.0, 4252.0, 4293.0, 4302.0, 4283.0, 4295.0, 4275.0, 4306.0, 4294.0, 4296.0, 4295.0, 4274.0, 4307.0, 4314.0, 4298.0, 4294.0, 4264.0, 4307.0, 4315.0, 4306.0, 4307.0, 4285.0, 4307.0, 4315.0, 4297.0, 4296.0, 4265.0, 4308.0, 4316.0, 4306.0, 4296.0, 4265.0, 4306.0, 4304.0, 4286.0, 4308.0, 4287.0, 4308.0, 4316.0, 4296.0, 4308.0, 4306.0, 4308.0, 4318.0, 4299.0, 4308.0, 4286.0, 4297.0, 4306.0, 4275.0, 4309.0, 4317.0, 4298.0, 4296.0, 4265.0, 4306.0, 4304.0, 4286.0, 4296.0, 4275.0, 4308.0, 4304.0, 4286.0, 4307.0, 4306.0, 4297.0, 4316.0, 4297.0, 4306.0, 4305.0, 4296.0, 4306.0, 4276.0, 4307.0, 4316.0, 4295.0, 4305.0, 4264.0, 4306.0, 4304.0, 4297.0, 4306.0, 4274.0, 4304.0, 4304.0, 4295.0, 4294.0, 4263.0, 4297.0, 4304.0, 4296.0, 4296.0, 4284.0, 4295.0, 4295.0, 4274.0, 4308.0, 4305.0, 4309.0, 4308.0, 4274.0, 4296.0, 4295.0, 4275.0, 4307.0, 4316.0, 4295.0, 4305.0, 4274.0, 4295.0, 4303.0, 4286.0, 4306.0, 4324.0, 4294.0, 4293.0, 4254.0, 4294.0, 4293.0, 4284.0, 4296.0, 4285.0, 4293.0, 4304.0, 4273.0, 4306.0, 4305.0, 4285.0, 4306.0, 4264.0, 4305.0, 4303.0, 4274.0, 4308.0, 4295.0, 4298.0, 4305.0, 4286.0, 4318.0, 4317.0, 4298.0, 4319.0, 4287.0, 4308.0, 4317.0, 4297.0, 4298.0, 4296.0, 4308.0, 4317.0, 4296.0, 4306.0, 4284.0, 4305.0, 4314.0, 4274.0, 4305.0, 4315.0, 4294.0, 4303.0, 4283.0, 4294.0, 4292.0, 4284.0, 4283.0, 4275.0, 4305.0, 4304.0, 4294.0, 4286.0, 4285.0, 4307.0, 4315.0, 4306.0, 4296.0, 4284.0, 4308.0, 4316.0, 4306.0, 4294.0, 4274.0, 4295.0, 4314.0, 4296.0, 4296.0, 4284.0, 4296.0, 4292.0, 4293.0, 4294.0, 4283.0, 4295.0, 4303.0, 4285.0, 4295.0, 4265.0, 4306.0, 4294.0, 4286.0, 4306.0, 4335.0, 4295.0, 4294.0, 4263.0, 4294.0, 4293.0, 4285.0, 4295.0, 4274.0, 4306.0, 4314.0, 4295.0, 4296.0, 4273.0, 4297.0, 4294.0, 4297.0, 4285.0, 4263.0, 4305.0, 4295.0, 4295.0, 4306.0, 4316.0, 4306.0, 4305.0, 4284.0, 4295.0, 4295.0, 4296.0, 4294.0, 4283.0, 4285.0, 4301.0, 4283.0, 4283.0, 4274.0, 4297.0, 4303.0, 4295.0, 4285.0, 4274.0, 4307.0, 4305.0, 4296.0, 4294.0, 4263.0, 4295.0, 4305.0, 4285.0, 4297.0, 4296.0, 4296.0, 4304.0, 4283.0, 4294.0, 4303.0, 4283.0, 4303.0, 4285.0, 4295.0, 4293.0, 4283.0, 4284.0, 4275.0, 4294.0, 4324.0, 4295.0, 4294.0, 4274.0, 4305.0, 4294.0, 4295.0, 4297.0, 4285.0, 4308.0, 4305.0, 4295.0, 4295.0, 4293.0, 4297.0, 4306.0, 4296.0, 4296.0, 4274.0, 4305.0, 4295.0, 4285.0, 4306.0, 4305.0, 4295.0, 4303.0, 4283.0, 4295.0, 4284.0, 4295.0, 4316.0, 4298.0, 4295.0, 4274.0, 4306.0, 4304.0, 4295.0, 4296.0, 4283.0, 4295.0, 4302.0, 4295.0, 4283.0, 4272.0, 4294.0, 4292.0, 4294.0, 4282.0, 4263.0, 4294.0, 4303.0, 4284.0, 4296.0, 4284.0, 4306.0, 4313.0, 4296.0, 4285.0, 4265.0, 4307.0, 4315.0, 4296.0, 4295.0, 4275.0, 4307.0, 4303.0, 4296.0, 4305.0, 4285.0, 4307.0, 4274.0, 4295.0, 4295.0, 4297.0, 4307.0, 4317.0, 4308.0, 4305.0, 4285.0, 4307.0, 4303.0, 4295.0, 4295.0, 4297.0, 4296.0, 4275.0, 4305.0, 4285.0, 4285.0, 4306.0, 4325.0, 4296.0, 4305.0, 4284.0, 4305.0, 4313.0, 4294.0, 4296.0, 4274.0, 4306.0, 4324.0, 4296.0, 4287.0, 4274.0, 4297.0, 4305.0, 4296.0, 4296.0, 4283.0, 4295.0, 4294.0, 4284.0, 4295.0, 4305.0, 4305.0, 4304.0, 4284.0, 4295.0, 4304.0, 4294.0, 4304.0, 4284.0, 4305.0, 4262.0, 4295.0, 4294.0, 4284.0, 4305.0, 4314.0, 4294.0, 4304.0, 4283.0, 4294.0, 4313.0, 4284.0, 4305.0, 4284.0, 4295.0, 4303.0, 4294.0, 4295.0, 4284.0, 4295.0, 4296.0, 4305.0, 4304.0, 4284.0, 4295.0, 4294.0, 4286.0, 4305.0, 4284.0, 4296.0, 4283.0, 4295.0, 4283.0, 4285.0, 4306.0, 4306.0, 4307.0, 4304.0, 4286.0, 4295.0, 4275.0, 4296.0, 4305.0, 4297.0, 4296.0, 4284.0, 4306.0, 4304.0, 4285.0, 4296.0, 4286.0, 4306.0, 4340.0, 4283.0, 4285.0, 4252.0, 4265.0, 4244.0, 4252.0, 4243.0, 4255.0, 4268.0, 4309.0, 4349.0, 4304.0, 4311.0, 4306.0, 4273.0, 4323.0, 4288.0, 4306.0, 4273.0, 4295.0, 4275.0, 4285.0, 4264.0, 4296.0, 4295.0, 4310.0, 4318.0, 4288.0, 4305.0, 4284.0, 4295.0, 4272.0, 4274.0, 4302.0, 4285.0, 4295.0, 4262.0], 'WindowWidth': [9632.0, 9647.0, 9574.0, 9595.0, 9525.0, 9521.0, 9539.0, 9513.0, 9536.0, 9514.0, 9533.0, 9546.0, 9514.0, 9507.0, 9491.0, 9496.0, 9530.0, 9511.0, 9536.0, 9491.0, 9497.0, 9530.0, 9482.0, 9511.0, 9536.0, 9518.0, 9540.0, 9505.0, 9505.0, 9512.0, 9507.0, 9546.0, 9512.0, 9555.0, 9580.0, 9526.0, 9564.0, 9523.0, 9539.0, 9581.0, 9552.0, 9558.0, 9535.0, 9517.0, 9567.0, 9515.0, 9528.0, 9554.0, 9530.0, 9557.0, 9514.0, 9541.0, 9507.0, 9512.0, 9570.0, 9530.0, 9514.0, 9512.0, 9516.0, 9551.0, 9524.0, 9560.0, 9534.0, 9513.0, 9533.0, 9497.0, 9523.0, 9491.0, 9533.0, 9550.0, 9529.0, 9523.0, 9479.0, 9512.0, 9549.0, 9512.0, 9526.0, 9548.0, 9509.0, 9546.0, 9480.0, 9510.0, 9559.0, 9526.0, 9553.0, 9512.0, 9538.0, 9488.0, 9494.0, 9565.0, 9535.0, 9542.0, 9512.0, 9492.0, 9530.0, 9492.0, 9508.0, 9542.0, 9508.0, 9533.0, 9509.0, 9496.0, 9478.0, 9511.0, 9534.0, 9494.0, 9529.0, 9548.0, 9513.0, 9532.0, 9495.0, 9512.0, 9544.0, 9512.0, 9535.0, 9516.0, 9515.0, 9463.0, 9514.0, 9548.0, 9509.0, 9526.0, 9508.0, 9519.0, 9513.0, 9505.0, 9543.0, 9497.0, 9520.0, 9553.0, 9518.0, 9525.0, 9484.0, 9528.0, 9564.0, 9514.0, 9540.0, 9530.0, 9526.0, 9519.0, 9495.0, 9543.0, 9521.0, 9568.0, 9554.0, 9529.0, 9531.0, 9478.0, 9509.0, 9514.0, 9509.0, 9543.0, 9544.0, 9541.0, 9498.0, 9499.0, 9551.0, 9537.0, 9567.0, 9500.0, 9520.0, 9564.0, 9517.0, 9559.0, 9509.0, 9510.0, 9547.0, 9492.0, 9527.0, 9470.0, 9491.0, 9539.0, 9506.0, 9521.0, 9493.0, 9508.0, 9525.0, 9493.0, 9527.0, 9484.0, 9530.0, 9509.0, 9528.0, 9543.0, 9498.0, 9534.0, 9567.0, 9515.0, 9537.0, 9493.0, 9506.0, 9544.0, 9511.0, 9533.0, 9495.0, 9507.0, 9540.0, 9507.0, 9520.0, 9497.0, 9525.0, 9534.0, 9508.0, 9535.0, 9474.0, 9512.0, 9532.0, 9528.0, 9526.0, 9498.0, 9530.0, 9536.0, 9513.0, 9535.0, 9498.0, 9529.0, 9549.0, 9510.0, 9532.0, 9505.0, 9524.0, 9532.0, 9528.0, 9553.0, 9529.0, 9521.0, 9475.0, 9510.0, 9530.0, 9526.0, 9542.0, 9524.0, 9525.0, 9533.0, 9508.0, 9525.0, 9499.0, 9545.0, 9549.0, 9515.0, 9520.0, 9506.0, 9525.0, 9544.0, 9505.0, 9533.0, 9504.0, 9502.0, 9480.0, 9497.0, 9501.0, 9470.0, 9502.0, 9517.0, 9511.0, 9532.0, 9505.0, 9487.0, 9456.0, 9499.0, 9511.0, 9503.0, 9523.0, 9545.0, 9527.0, 9544.0, 9527.0, 9528.0, 9546.0, 9505.0, 9532.0, 9494.0, 9500.0, 9534.0, 9495.0, 9512.0, 9491.0, 9467.0, 9514.0, 9461.0, 9485.0, 9468.0, 9475.0, 9496.0, 9473.0, 9486.0, 9454.0, 9478.0, 9514.0, 9480.0, 9496.0, 9477.0, 9498.0, 9515.0, 9483.0, 9506.0, 9464.0, 9515.0, 9511.0, 9501.0, 9498.0, 9489.0, 9519.0, 9525.0, 9523.0, 9526.0, 9495.0, 9522.0, 9532.0, 9525.0, 9515.0, 9495.0, 9531.0, 9552.0, 9531.0, 9528.0, 9485.0, 9529.0, 9549.0, 9525.0, 9543.0, 9526.0, 9522.0, 9531.0, 9504.0, 9522.0, 9511.0, 9507.0, 9527.0, 9500.0, 9501.0, 9468.0, 9501.0, 9516.0, 9488.0, 9523.0, 9541.0, 9508.0, 9515.0, 9462.0, 9507.0, 9529.0, 9498.0, 9526.0, 9495.0, 9536.0, 9548.0, 9513.0, 9525.0, 9497.0, 9540.0, 9553.0, 9528.0, 9536.0, 9482.0, 9527.0, 9551.0, 9549.0, 9543.0, 9513.0, 9540.0, 9548.0, 9522.0, 9542.0, 9512.0, 9557.0, 9569.0, 9529.0, 9535.0, 9523.0, 9523.0, 9519.0, 9527.0, 9545.0, 9507.0, 9517.0, 9471.0, 9519.0, 9528.0, 9521.0, 9526.0, 9517.0, 9523.0, 9527.0, 9505.0, 9519.0, 9495.0, 9538.0, 9533.0, 9510.0, 9518.0, 9474.0, 9518.0, 9530.0, 9520.0, 9536.0, 9502.0, 9516.0, 9469.0, 9502.0, 9524.0, 9485.0, 9517.0, 9511.0, 9497.0, 9511.0, 9485.0, 9501.0, 9456.0, 9502.0, 9530.0, 9523.0, 9521.0, 9493.0, 9522.0, 9500.0, 9505.0, 9519.0, 9495.0, 9530.0, 9534.0, 9524.0, 9532.0, 9512.0, 9525.0, 9509.0, 9543.0, 9546.0, 9524.0, 9520.0, 9473.0, 9520.0, 9527.0, 9510.0, 9537.0, 9505.0, 9507.0, 9524.0, 9503.0, 9516.0, 9486.0, 9541.0, 9548.0, 9509.0, 9513.0, 9504.0, 9521.0, 9541.0, 9509.0, 9532.0, 9504.0, 9507.0, 9486.0, 9519.0, 9518.0, 9509.0, 9525.0, 9519.0, 9520.0, 9528.0, 9509.0, 9523.0, 9494.0, 9541.0, 9545.0, 9523.0, 9530.0, 9473.0, 9520.0, 9527.0, 9521.0, 9519.0, 9501.0, 9504.0, 9494.0, 9501.0, 9514.0, 9473.0, 9519.0, 9525.0, 9505.0, 9510.0, 9505.0, 9507.0, 9489.0, 9539.0, 9532.0, 9526.0, 9508.0, 9477.0, 9537.0, 9533.0, 9541.0, 9545.0, 9511.0, 9542.0, 9533.0, 9528.0, 9534.0, 9492.0, 9556.0, 9549.0, 9523.0, 9520.0, 9505.0, 9535.0, 9528.0, 9520.0, 9540.0, 9521.0, 9543.0, 9517.0, 9522.0, 9523.0, 9494.0, 9545.0, 9552.0, 9540.0, 9537.0, 9508.0, 9524.0, 9547.0, 9520.0, 9532.0, 9505.0, 9503.0, 9471.0, 9516.0, 9514.0, 9507.0, 9518.0, 9499.0, 9499.0, 9508.0, 9487.0, 9502.0, 9484.0, 9536.0, 9533.0, 9504.0, 9517.0, 9473.0, 9518.0, 9526.0, 9506.0, 9534.0, 9504.0, 9516.0, 9526.0, 9501.0, 9515.0, 9488.0, 9518.0, 9529.0, 9501.0, 9498.0, 9484.0, 9516.0, 9516.0, 9526.0, 9538.0, 9512.0, 9523.0, 9489.0, 9534.0, 9537.0, 9524.0, 9540.0, 9483.0, 9539.0, 9535.0, 9521.0, 9539.0, 9521.0, 9538.0, 9551.0, 9519.0, 9519.0, 9490.0, 9534.0, 9534.0, 9522.0, 9536.0, 9519.0, 9519.0, 9526.0, 9515.0, 9523.0, 9503.0, 9522.0, 9512.0, 9506.0, 9516.0, 9485.0, 9538.0, 9546.0, 9521.0, 9534.0, 9519.0, 9521.0, 9514.0, 9522.0, 9545.0, 9501.0, 9502.0, 9454.0, 9515.0, 9512.0, 9506.0, 9522.0, 9528.0, 9504.0, 9512.0, 9500.0, 9504.0, 9515.0, 9525.0, 9527.0, 9523.0, 9502.0, 9460.0, 9518.0, 9530.0, 9523.0, 9518.0, 9508.0, 9521.0, 9475.0, 9507.0, 9515.0, 9503.0, 9515.0, 9500.0, 9505.0, 9527.0, 9501.0, 9506.0, 9467.0, 9495.0, 9519.0, 9496.0, 9510.0, 9497.0, 9483.0, 9466.0, 9499.0, 9506.0, 9501.0, 9518.0, 9524.0, 9502.0, 9509.0, 9479.0, 9484.0, 9523.0, 9500.0, 9510.0, 9495.0, 9478.0, 9485.0, 9477.0, 9488.0, 9483.0, 9495.0, 9525.0, 9497.0, 9495.0, 9468.0, 9498.0, 9520.0, 9500.0, 9516.0, 9482.0, 9497.0, 9506.0, 9495.0, 9498.0, 9544.0, 9523.0, 9517.0, 9497.0, 9502.0, 9520.0, 9479.0, 9498.0, 9480.0, 9496.0, 9512.0, 9486.0, 9500.0, 9506.0, 9480.0, 9497.0, 9478.0, 9516.0, 9513.0, 9507.0, 9498.0, 9481.0, 9497.0, 9513.0, 9489.0, 9505.0, 9527.0, 9485.0, 9509.0, 9462.0, 9493.0, 9507.0, 9496.0, 9512.0, 9466.0, 9496.0, 9504.0, 9497.0, 9501.0, 9498.0, 9502.0, 9511.0, 9497.0, 9499.0, 9479.0, 9498.0, 9521.0, 9487.0, 9521.0, 9506.0, 9509.0, 9502.0, 9488.0, 9522.0, 9530.0, 9502.0, 9535.0, 9527.0, 9516.0, 9472.0, 9501.0, 9507.0, 9446.0, 9496.0, 9504.0, 9483.0, 9531.0, 9528.0, 9522.0, 9527.0, 9509.0, 9560.0, 9551.0, 9505.0, 9517.0, 9506.0, 9494.0, 9510.0, 9472.0, 9469.0, 9510.0, 9455.0, 9482.0, 9458.0, 9447.0, 9472.0, 9445.0, 9447.0, 9447.0, 9466.0, 9478.0, 9472.0, 9473.0, 9468.0, 9470.0, 9479.0, 9471.0, 9473.0, 9455.0, 9491.0, 9500.0, 9491.0, 9476.0, 9474.0, 9481.0, 9499.0, 9493.0, 9508.0, 9479.0, 9493.0, 9448.0, 9494.0, 9491.0, 9496.0, 9497.0, 9484.0, 9516.0, 9498.0, 9501.0, 9525.0, 9505.0, 9489.0, 9492.0, 9520.0, 9519.0, 9523.0, 9493.0, 9527.0, 9546.0, 9505.0, 9525.0, 9512.0, 9503.0, 9535.0, 9500.0, 9509.0, 9497.0, 9517.0, 9527.0, 9503.0, 9515.0, 9506.0, 9514.0, 9490.0, 9519.0, 9513.0, 9524.0, 9536.0, 9523.0, 9518.0, 9507.0, 9520.0, 9528.0, 9520.0, 9534.0, 9501.0, 9503.0, 9469.0, 9516.0, 9513.0, 9492.0, 9541.0, 9546.0, 9520.0, 9517.0, 9506.0, 9535.0, 9545.0, 9513.0, 9527.0, 9524.0, 9528.0, 9492.0, 9525.0, 9536.0, 9482.0, 9541.0, 9546.0, 9523.0, 9530.0, 9505.0, 9521.0, 9514.0, 9521.0, 9530.0, 9486.0, 9497.0, 9455.0, 9514.0, 9511.0, 9500.0, 9536.0, 9528.0, 9503.0, 9512.0, 9486.0, 9515.0, 9522.0, 9499.0, 9520.0, 9489.0, 9520.0, 9459.0, 9519.0, 9530.0, 9518.0, 9526.0, 9512.0, 9500.0, 9508.0, 9498.0, 9514.0, 9497.0, 9536.0, 9530.0, 9519.0, 9512.0, 9471.0, 9515.0, 9510.0, 9503.0, 9522.0, 9502.0, 9521.0, 9540.0, 9517.0, 9499.0, 9485.0, 9522.0, 9525.0, 9504.0, 9513.0, 9454.0, 9501.0, 9507.0, 9496.0, 9522.0, 9502.0, 9517.0, 9527.0, 9501.0, 9511.0, 9485.0, 9537.0, 9530.0, 9521.0, 9518.0, 9490.0, 9533.0, 9527.0, 9524.0, 9540.0, 9501.0, 9517.0, 9536.0, 9500.0, 9500.0, 9485.0, 9516.0, 9526.0, 9517.0, 9512.0, 9454.0, 9497.0, 9506.0, 9505.0, 9518.0, 9485.0, 9513.0, 9535.0, 9502.0, 9503.0, 9487.0, 9522.0, 9532.0, 9527.0, 9518.0, 9472.0, 9519.0, 9527.0, 9521.0, 9523.0, 9499.0, 9520.0, 9522.0, 9512.0, 9516.0, 9483.0, 9521.0, 9527.0, 9501.0, 9498.0, 9451.0, 9510.0, 9505.0, 9496.0, 9501.0, 9501.0, 9519.0, 9513.0, 9500.0, 9511.0, 9465.0, 9496.0, 9518.0, 9500.0, 9519.0, 9514.0, 9516.0, 9504.0, 9481.0, 9518.0, 9556.0, 9599.0, 9621.0, 9594.0, 9498.0, 9522.0, 9520.0, 9483.0, 9482.0, 9570.0, 9604.0, 9565.0, 9549.0, 9553.0, 9508.0, 9530.0, 9481.0, 9499.0, 9524.0, 9498.0, 9526.0, 9484.0, 9517.0, 9466.0, 9494.0, 9525.0, 9483.0, 9512.0, 9531.0, 9494.0, 9510.0, 9476.0, 9512.0, 9533.0, 9499.0, 9512.0, 9462.0, 9534.0, 9545.0, 9518.0, 9529.0, 9503.0, 9534.0, 9556.0, 9524.0, 9536.0, 9489.0, 9519.0, 9539.0, 9514.0, 9518.0, 9486.0, 9539.0, 9546.0, 9506.0, 9504.0, 9461.0, 9520.0, 9542.0, 9521.0, 9528.0, 9501.0, 9534.0, 9550.0, 9521.0, 9533.0, 9500.0, 9518.0, 9541.0, 9516.0, 9518.0, 9490.0, 9519.0, 9523.0, 9501.0, 9513.0, 9484.0, 9536.0, 9530.0, 9521.0, 9519.0, 9462.0, 9532.0, 9529.0, 9522.0, 9543.0, 9533.0, 9523.0, 9532.0, 9521.0, 9538.0, 9542.0, 9523.0, 9538.0, 9488.0, 9533.0, 9512.0, 9516.0, 9530.0, 9484.0, 9533.0, 9526.0, 9519.0, 9499.0, 9445.0, 9519.0, 9527.0, 9527.0, 9554.0, 9532.0, 9517.0, 9529.0, 9462.0, 9534.0, 9528.0, 9525.0, 9557.0, 9550.0, 9502.0, 9532.0, 9474.0, 9515.0, 9539.0, 9524.0, 9539.0, 9487.0, 9514.0, 9523.0, 9481.0, 9515.0, 9538.0, 9504.0, 9532.0, 9502.0, 9515.0, 9529.0, 9487.0, 9531.0, 9543.0, 9525.0, 9536.0, 9488.0, 9530.0, 9541.0, 9508.0, 9532.0, 9508.0, 9476.0, 9458.0, 9445.0, 9489.0, 9451.0, 9506.0, 9523.0, 9429.0, 9513.0, 9500.0, 9501.0, 9519.0, 9478.0, 9487.0, 9458.0, 9492.0, 9522.0, 9501.0, 9513.0, 9493.0, 9521.0, 9542.0, 9512.0, 9524.0, 9492.0, 9488.0, 9432.0, 9489.0, 9502.0, 9478.0, 9495.0, 9469.0, 9512.0, 9494.0, 9499.0, 9497.0, 9466.0, 9514.0, 9521.0, 9504.0, 9493.0, 9454.0, 9514.0, 9522.0, 9514.0, 9516.0, 9484.0, 9516.0, 9526.0, 9503.0, 9500.0, 9457.0, 9519.0, 9526.0, 9515.0, 9500.0, 9456.0, 9513.0, 9509.0, 9489.0, 9520.0, 9490.0, 9517.0, 9527.0, 9502.0, 9520.0, 9514.0, 9520.0, 9533.0, 9508.0, 9519.0, 9485.0, 9503.0, 9514.0, 9472.0, 9521.0, 9529.0, 9505.0, 9498.0, 9456.0, 9512.0, 9507.0, 9487.0, 9501.0, 9472.0, 9518.0, 9509.0, 9487.0, 9517.0, 9512.0, 9503.0, 9529.0, 9503.0, 9515.0, 9509.0, 9498.0, 9514.0, 9475.0, 9517.0, 9527.0, 9498.0, 9510.0, 9454.0, 9510.0, 9508.0, 9502.0, 9513.0, 9467.0, 9508.0, 9507.0, 9496.0, 9493.0, 9452.0, 9501.0, 9508.0, 9501.0, 9498.0, 9478.0, 9497.0, 9496.0, 9469.0, 9519.0, 9511.0, 9522.0, 9518.0, 9467.0, 9499.0, 9498.0, 9472.0, 9517.0, 9528.0, 9496.0, 9511.0, 9467.0, 9497.0, 9505.0, 9488.0, 9512.0, 9535.0, 9494.0, 9492.0, 9439.0, 9496.0, 9491.0, 9483.0, 9500.0, 9484.0, 9493.0, 9508.0, 9466.0, 9513.0, 9509.0, 9484.0, 9513.0, 9455.0, 9511.0, 9506.0, 9470.0, 9520.0, 9497.0, 9508.0, 9512.0, 9489.0, 9533.0, 9529.0, 9508.0, 9537.0, 9490.0, 9520.0, 9528.0, 9503.0, 9506.0, 9500.0, 9517.0, 9530.0, 9501.0, 9514.0, 9480.0, 9509.0, 9523.0, 9468.0, 9511.0, 9525.0, 9493.0, 9503.0, 9477.0, 9493.0, 9489.0, 9481.0, 9479.0, 9469.0, 9510.0, 9506.0, 9495.0, 9488.0, 9485.0, 9518.0, 9525.0, 9515.0, 9500.0, 9482.0, 9519.0, 9526.0, 9514.0, 9495.0, 9469.0, 9497.0, 9519.0, 9500.0, 9499.0, 9481.0, 9498.0, 9489.0, 9493.0, 9496.0, 9477.0, 9498.0, 9507.0, 9484.0, 9496.0, 9455.0, 9514.0, 9494.0, 9486.0, 9514.0, 9551.0, 9496.0, 9494.0, 9452.0, 9493.0, 9491.0, 9484.0, 9496.0, 9467.0, 9512.0, 9521.0, 9498.0, 9501.0, 9466.0, 9502.0, 9494.0, 9503.0, 9484.0, 9453.0, 9512.0, 9497.0, 9497.0, 9516.0, 9527.0, 9513.0, 9508.0, 9481.0, 9498.0, 9496.0, 9498.0, 9495.0, 9478.0, 9482.0, 9498.0, 9476.0, 9479.0, 9467.0, 9502.0, 9504.0, 9498.0, 9485.0, 9468.0, 9518.0, 9512.0, 9501.0, 9495.0, 9452.0, 9496.0, 9509.0, 9484.0, 9503.0, 9498.0, 9498.0, 9506.0, 9479.0, 9494.0, 9504.0, 9479.0, 9506.0, 9483.0, 9495.0, 9490.0, 9479.0, 9482.0, 9471.0, 9496.0, 9536.0, 9496.0, 9494.0, 9467.0, 9511.0, 9495.0, 9498.0, 9504.0, 9486.0, 9519.0, 9509.0, 9497.0, 9498.0, 9492.0, 9503.0, 9513.0, 9502.0, 9498.0, 9466.0, 9510.0, 9496.0, 9484.0, 9513.0, 9508.0, 9496.0, 9504.0, 9479.0, 9496.0, 9479.0, 9498.0, 9528.0, 9505.0, 9497.0, 9469.0, 9513.0, 9508.0, 9499.0, 9501.0, 9479.0, 9496.0, 9500.0, 9497.0, 9478.0, 9460.0, 9493.0, 9487.0, 9493.0, 9474.0, 9450.0, 9493.0, 9503.0, 9482.0, 9502.0, 9482.0, 9513.0, 9519.0, 9500.0, 9484.0, 9455.0, 9517.0, 9525.0, 9500.0, 9495.0, 9471.0, 9514.0, 9505.0, 9502.0, 9514.0, 9486.0, 9516.0, 9466.0, 9497.0, 9498.0, 9505.0, 9518.0, 9530.0, 9522.0, 9511.0, 9486.0, 9514.0, 9505.0, 9496.0, 9498.0, 9503.0, 9499.0, 9469.0, 9510.0, 9484.0, 9484.0, 9514.0, 9538.0, 9499.0, 9510.0, 9479.0, 9509.0, 9518.0, 9495.0, 9499.0, 9467.0, 9511.0, 9533.0, 9500.0, 9488.0, 9469.0, 9503.0, 9511.0, 9500.0, 9499.0, 9479.0, 9497.0, 9493.0, 9482.0, 9497.0, 9508.0, 9510.0, 9506.0, 9480.0, 9496.0, 9505.0, 9493.0, 9509.0, 9482.0, 9510.0, 9448.0, 9496.0, 9493.0, 9481.0, 9512.0, 9521.0, 9495.0, 9505.0, 9477.0, 9493.0, 9516.0, 9480.0, 9510.0, 9481.0, 9497.0, 9502.0, 9494.0, 9495.0, 9482.0, 9497.0, 9498.0, 9511.0, 9507.0, 9481.0, 9496.0, 9494.0, 9484.0, 9510.0, 9481.0, 9499.0, 9476.0, 9495.0, 9479.0, 9484.0, 9513.0, 9513.0, 9515.0, 9509.0, 9488.0, 9498.0, 9470.0, 9499.0, 9511.0, 9503.0, 9500.0, 9480.0, 9512.0, 9509.0, 9484.0, 9500.0, 9487.0, 9515.0, 9566.0, 9473.0, 9482.0, 9424.0, 9449.0, 9419.0, 9425.0, 9417.0, 9438.0, 9461.0, 9537.0, 9592.0, 9520.0, 9526.0, 9512.0, 9461.0, 9529.0, 9495.0, 9515.0, 9466.0, 9497.0, 9469.0, 9482.0, 9455.0, 9502.0, 9498.0, 9527.0, 9534.0, 9494.0, 9510.0, 9480.0, 9494.0, 9461.0, 9466.0, 9502.0, 9480.0, 9495.0, 9445.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.0031416717510677245</td></tr>
<tr><td colspan=3>aqi</td><td>0.023476187248322147</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.67692558708182</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2849877395848592</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0634723801465207</td></tr>
<tr><td colspan=3>efc</td><td>0.4655</td></tr>
<tr><td colspan=3>fber</td><td>6283.2817</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09710371584885484</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.003050640634533</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3825803449487593</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.297110672505341</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.692074844906843</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1585555174340936</td></tr>
<tr><td colspan=3>gcor</td><td>0.00746616</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010716460645198822</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026703456416726112</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1639</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.77659500802587</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>20.6272</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.6327</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.2705</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303629.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>814.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.819</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1028</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.5366</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3504.6567</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3691.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72915.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1134.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4646.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.3287</td></tr>
<tr><td colspan=3>tsnr</td><td>35.88519763899967</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>