ds005256-mriqc/sub-0074_ses-03_task-shortvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 7f5cfdd469 [DATALAD RUNCMD] Compute MRIQC for sub-0074
=== 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-0074 --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-0074",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:04:41 +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-0074_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-0074_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-0074_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-0074/figures/sub-0074_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_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-0074/figures/sub-0074_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074/ses-03/func/sub-0074_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>607bbdd8eb9822ef335283e5c987387f</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:50:30.572500</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.993865, -0.110603, -0.000144262, 0.110602, 0.993848, 0.00571949]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0859075</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4179, -7748, -7273, 644, -127, -276, -151, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.088</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3826d8a6-b127-45f8-8523-676ff36cef37||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.666466236114502, 0.29673612117767334, 0.0013208851451054215, 92.15119171142578], [0.29673877358436584, 2.6664226055145264, 0.015390963293612003, -107.32113647460938], [-0.0003870431683026254, -0.015344979241490364, 2.699955701828003, -79.9396743774414], [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': ['195030.572500', '195031.032500', '195031.492500', '195031.952500', '195032.412500', '195032.872500', '195033.332500', '195033.792500', '195034.252500', '195034.712500', '195035.172500', '195035.632500', '195036.092500', '195036.552500', '195037.012500', '195037.472500', '195037.932500', '195038.392500', '195038.852500', '195039.312500', '195039.772500', '195040.232500', '195040.692500', '195041.152500', '195041.612500', '195042.072500', '195042.532500', '195042.992500', '195043.452500', '195043.912500', '195044.372500', '195044.832500', '195045.292500', '195045.752500', '195046.212500', '195046.672500', '195047.132500', '195047.592500', '195048.052500', '195048.512500', '195048.972500', '195049.432500', '195049.892500', '195050.352500', '195050.812500', '195051.272500', '195051.732500', '195052.192500', '195052.652500', '195053.112500', '195053.572500', '195054.032500', '195054.492500', '195054.952500', '195055.412500', '195055.872500', '195056.332500', '195056.792500', '195057.252500', '195057.712500', '195058.172500', '195058.632500', '195059.092500', '195059.552500', '195100.012500', '195100.472500', '195100.932500', '195101.392500', '195101.852500', '195102.312500', '195102.772500', '195103.232500', '195103.692500', '195104.152500', '195104.612500', '195105.072500', '195105.532500', '195105.992500', '195106.452500', '195106.912500', '195107.372500', '195107.832500', '195108.292500', '195108.752500', '195109.212500', '195109.672500', '195110.132500', '195110.592500', '195111.052500', '195111.512500', '195111.972500', '195112.432500', '195112.892500', '195113.352500', '195113.812500', '195114.272500', '195114.732500', '195115.192500', '195115.652500', '195116.112500', '195116.572500', '195117.032500', '195117.492500', '195117.952500', '195118.412500', '195118.872500', '195119.332500', '195119.792500', '195120.252500', '195120.712500', '195121.172500', '195121.632500', '195122.092500', '195122.552500', '195123.012500', '195123.472500', '195123.932500', '195124.392500', '195124.852500', '195125.312500', '195125.772500', '195126.232500', '195126.692500', '195127.152500', '195127.612500', '195128.072500', '195128.532500', '195128.992500', '195129.452500', '195129.912500', '195130.372500', '195130.832500', '195131.292500', '195131.752500', '195132.212500', '195132.672500', '195133.132500', '195133.592500', '195134.052500', '195134.512500', '195134.972500', '195135.432500', '195135.892500', '195136.352500', '195136.812500', '195137.272500', '195137.732500', '195138.192500', '195138.652500', '195139.112500', '195139.572500', '195140.032500', '195140.492500', '195140.952500', '195141.412500', '195141.872500', '195142.332500', '195142.792500', '195143.252500', '195143.712500', '195144.172500', '195144.632500', '195145.092500', '195145.552500', '195146.012500', '195146.472500', '195146.932500', '195147.392500', '195147.852500', '195148.312500', '195148.772500', '195149.232500', '195149.692500', '195150.152500', '195150.612500', '195151.072500', '195151.532500', '195151.992500', '195152.452500', '195152.912500', '195153.372500', '195153.832500', '195154.292500', '195154.752500', '195155.212500', '195155.672500', '195156.132500', '195156.592500', '195157.052500', '195157.512500', '195157.972500', '195158.432500', '195158.892500', '195159.352500', '195159.812500', '195200.272500', '195200.732500', '195201.192500', '195201.652500', '195202.112500', '195202.572500', '195203.032500', '195203.492500', '195203.952500', '195204.412500', '195204.872500', '195205.332500', '195205.792500', '195206.252500', '195206.712500', '195207.172500', '195207.632500', '195208.092500', '195208.552500', '195209.012500', '195209.472500', '195209.932500', '195210.392500', '195210.852500', '195211.312500', '195211.772500', '195212.232500', '195212.692500', '195213.152500', '195213.612500', '195214.072500', '195214.532500', '195214.992500', '195215.452500', '195215.912500', '195216.372500', '195216.832500', '195217.292500', '195217.752500', '195218.212500', '195218.672500', '195219.132500', '195219.592500', '195220.052500', '195220.512500', '195220.972500', '195221.432500', '195221.892500', '195222.352500', '195222.812500', '195223.272500', '195223.732500', '195224.192500', '195224.652500', '195225.112500', '195225.572500', '195226.032500', '195226.492500', '195226.952500', '195227.412500', '195227.872500', '195228.332500', '195228.792500', '195229.252500', '195229.712500', '195230.172500', '195230.632500', '195231.092500', '195231.552500', '195232.012500', '195232.472500', '195232.932500', '195233.392500', '195233.852500', '195234.312500', '195234.772500', '195235.232500', '195235.692500', '195236.152500', '195236.612500', '195237.072500', '195237.532500', '195237.992500', '195238.452500', '195238.912500', '195239.372500', '195239.832500', '195240.292500', '195240.752500', '195241.212500', '195241.672500', '195242.132500', '195242.592500', '195243.052500', '195243.512500', '195243.972500', '195244.432500', '195244.892500', '195245.352500', '195245.812500', '195246.272500', '195246.732500', '195247.192500', '195247.652500', '195248.112500', '195248.572500', '195249.032500', '195249.492500', '195249.952500', '195250.412500', '195250.872500', '195251.332500', '195251.792500', '195252.252500', '195252.712500', '195253.172500', '195253.632500', '195254.092500', '195254.552500', '195255.012500', '195255.472500', '195255.932500', '195256.392500', '195256.852500', '195257.312500', '195257.772500', '195258.232500', '195258.692500', '195259.152500', '195259.612500', '195300.072500', '195300.532500', '195300.992500', '195301.452500', '195301.912500', '195302.372500', '195302.832500', '195303.292500', '195303.752500', '195304.212500', '195304.672500', '195305.132500', '195305.592500', '195306.052500', '195306.512500', '195306.972500', '195307.432500', '195307.892500', '195308.352500', '195308.812500', '195309.272500', '195309.732500', '195310.192500', '195310.652500', '195311.112500', '195311.572500', '195312.032500', '195312.492500', '195312.952500', '195313.412500', '195313.872500', '195314.332500', '195314.792500', '195315.252500', '195315.712500', '195316.172500', '195316.632500', '195317.092500', '195317.552500', '195318.012500', '195318.472500', '195318.932500', '195319.392500', '195319.852500', '195320.312500', '195320.772500', '195321.232500', '195321.692500', '195322.152500', '195322.612500', '195323.072500', '195323.532500', '195323.992500', '195324.452500', '195324.912500', '195325.372500', '195325.832500', '195326.292500', '195326.752500', '195327.212500', '195327.672500', '195328.132500', '195328.592500', '195329.052500', '195329.512500', '195329.972500', '195330.432500', '195330.892500', '195331.352500', '195331.812500', '195332.272500', '195332.732500', '195333.192500', '195333.652500', '195334.112500', '195334.572500', '195335.032500', '195335.492500', '195335.952500', '195336.412500', '195336.872500', '195337.332500', '195337.792500', '195338.252500', '195338.712500', '195339.172500', '195339.632500', '195340.092500', '195340.552500', '195341.012500', '195341.472500', '195341.932500', '195342.392500', '195342.852500', '195343.312500', '195343.772500', '195344.232500', '195344.692500', '195345.152500', '195345.612500', '195346.072500', '195346.532500', '195346.992500', '195347.452500', '195347.912500', '195348.372500', '195348.832500', '195349.292500', '195349.752500', '195350.212500', '195350.672500', '195351.132500', '195351.592500', '195352.052500', '195352.512500', '195352.972500', '195353.432500', '195353.892500', '195354.352500', '195354.812500', '195355.272500', '195355.732500', '195356.192500', '195356.652500', '195357.112500', '195357.572500', '195358.032500', '195358.492500', '195358.952500', '195359.412500', '195359.872500', '195400.332500', '195400.792500', '195401.252500', '195401.712500', '195402.172500', '195402.632500', '195403.092500', '195403.552500', '195404.012500', '195404.472500', '195404.932500', '195405.392500', '195405.852500', '195406.312500', '195406.772500', '195407.232500', '195407.692500', '195408.152500', '195408.612500', '195409.072500', '195409.532500', '195409.992500', '195410.452500', '195410.912500', '195411.372500', '195411.832500', '195412.292500', '195412.752500', '195413.212500', '195413.672500', '195414.132500', '195414.592500', '195415.052500', '195415.512500', '195415.972500', '195416.432500', '195416.892500', '195417.352500', '195417.812500', '195418.272500', '195418.732500', '195419.192500', '195419.652500', '195420.112500', '195420.572500', '195421.032500', '195421.492500', '195421.952500', '195422.412500', '195422.872500', '195423.332500', '195423.792500', '195424.252500', '195424.712500', '195425.172500', '195425.632500', '195426.092500', '195426.552500', '195427.012500', '195427.472500', '195427.932500', '195428.392500', '195428.852500', '195429.312500', '195429.772500', '195430.232500', '195430.692500', '195431.152500', '195431.612500', '195432.072500', '195432.532500', '195432.992500', '195433.452500', '195433.912500', '195434.372500', '195434.832500', '195435.292500', '195435.752500', '195436.212500', '195436.672500', '195437.132500', '195437.592500', '195438.052500', '195438.512500', '195438.972500', '195439.432500', '195439.892500', '195440.352500', '195440.812500', '195441.272500', '195441.732500', '195442.192500', '195442.652500', '195443.112500', '195443.572500', '195444.032500', '195444.492500', '195444.952500', '195445.412500', '195445.872500', '195446.332500', '195446.792500', '195447.252500', '195447.712500', '195448.172500', '195448.632500', '195449.092500', '195449.552500', '195450.012500', '195450.472500', '195450.932500', '195451.392500', '195451.852500', '195452.312500', '195452.772500', '195453.232500', '195453.692500', '195454.152500', '195454.612500', '195455.072500', '195455.532500', '195455.992500', '195456.452500', '195456.912500', '195457.372500', '195457.832500', '195458.292500', '195458.752500', '195459.212500', '195459.672500', '195500.132500', '195500.592500', '195501.052500', '195501.512500', '195501.972500', '195502.432500', '195502.892500', '195503.352500', '195503.812500', '195504.272500', '195504.732500', '195505.192500', '195505.652500', '195506.112500', '195506.572500', '195507.032500', '195507.492500', '195507.952500', '195508.412500', '195508.872500', '195509.332500', '195509.792500', '195510.252500', '195510.712500', '195511.172500', '195511.632500', '195512.092500', '195512.552500', '195513.012500', '195513.472500', '195513.932500', '195514.392500', '195514.852500', '195515.312500', '195515.772500', '195516.232500', '195516.692500', '195517.152500', '195517.612500', '195518.072500', '195518.532500', '195518.992500', '195519.452500', '195519.912500', '195520.372500', '195520.832500', '195521.292500', '195521.752500', '195522.212500', '195522.672500', '195523.132500', '195523.592500', '195524.052500', '195524.512500', '195524.972500', '195525.432500', '195525.892500', '195526.352500', '195526.812500', '195527.272500', '195527.732500', '195528.192500', '195528.652500', '195529.112500', '195529.572500', '195530.032500', '195530.492500', '195530.952500', '195531.412500', '195531.872500', '195532.332500', '195532.792500', '195533.252500', '195533.712500', '195534.172500', '195534.632500', '195535.092500', '195535.552500', '195536.012500', '195536.472500', '195536.932500', '195537.392500', '195537.852500', '195538.312500', '195538.772500', '195539.232500', '195539.692500', '195540.152500', '195540.612500', '195541.072500', '195541.532500', '195541.992500', '195542.452500', '195542.912500', '195543.372500', '195543.832500', '195544.292500', '195544.752500', '195545.212500', '195545.672500', '195546.132500', '195546.592500', '195547.052500', '195547.512500', '195547.972500', '195548.432500', '195548.892500', '195549.352500', '195549.812500', '195550.272500', '195550.732500', '195551.192500', '195551.652500', '195552.112500', '195552.572500', '195553.032500', '195553.492500', '195553.952500', '195554.412500', '195554.872500', '195555.332500', '195555.792500', '195556.252500', '195556.712500', '195557.172500', '195557.632500', '195558.092500', '195558.552500', '195559.012500', '195559.472500', '195559.932500', '195600.392500', '195600.852500', '195601.312500', '195601.772500', '195602.232500', '195602.692500', '195603.152500', '195603.612500', '195604.072500', '195604.532500', '195604.992500', '195605.452500', '195605.912500', '195606.372500', '195606.832500', '195607.292500', '195607.752500', '195608.212500', '195608.672500', '195609.132500', '195609.592500', '195610.052500', '195610.512500', '195610.972500', '195611.432500', '195611.892500', '195612.352500', '195612.812500', '195613.272500', '195613.732500', '195614.192500', '195614.652500', '195615.112500', '195615.572500', '195616.032500', '195616.492500', '195616.952500', '195617.412500', '195617.872500', '195618.332500', '195618.792500', '195619.252500', '195619.712500', '195620.172500', '195620.632500', '195621.092500', '195621.552500', '195622.012500', '195622.472500', '195622.932500', '195623.392500', '195623.852500', '195624.312500', '195624.772500', '195625.232500', '195625.692500', '195626.152500', '195626.612500', '195627.072500', '195627.532500', '195627.992500', '195628.452500', '195628.912500', '195629.372500', '195629.832500', '195630.292500', '195630.752500', '195631.212500', '195631.672500', '195632.132500', '195632.592500', '195633.052500', '195633.512500', '195633.972500', '195634.432500', '195634.892500', '195635.352500', '195635.812500', '195636.272500', '195636.732500', '195637.192500', '195637.652500', '195638.112500', '195638.572500', '195639.032500', '195639.492500', '195639.952500', '195640.412500', '195640.872500', '195641.332500', '195641.792500', '195642.252500', '195642.712500', '195643.172500', '195643.632500', '195644.092500', '195644.552500', '195645.012500', '195645.472500', '195645.932500', '195646.392500', '195646.852500', '195647.312500', '195647.772500', '195648.232500', '195648.692500', '195649.152500', '195649.612500', '195650.072500', '195650.532500', '195650.992500', '195651.452500', '195651.912500', '195652.372500', '195652.832500', '195653.292500', '195653.752500', '195654.212500', '195654.672500', '195655.132500', '195655.592500', '195656.052500', '195656.512500', '195656.972500', '195657.432500', '195657.892500', '195658.352500', '195658.812500', '195659.272500', '195659.732500', '195700.192500', '195700.652500', '195701.112500', '195701.572500', '195702.032500', '195702.492500', '195702.952500', '195703.412500', '195703.872500', '195704.332500', '195704.792500', '195705.252500', '195705.712500', '195706.172500', '195706.632500', '195707.092500', '195707.552500', '195708.012500', '195708.472500', '195708.932500', '195709.392500', '195709.852500', '195710.312500', '195710.772500', '195711.232500', '195711.692500', '195712.152500', '195712.612500', '195713.072500', '195713.532500', '195713.992500', '195714.452500', '195714.912500', '195715.372500', '195715.832500', '195716.292500', '195716.752500', '195717.212500', '195717.672500', '195718.132500', '195718.592500', '195719.052500', '195719.512500', '195719.972500', '195720.432500', '195720.892500', '195721.352500', '195721.812500', '195722.272500', '195722.732500', '195723.192500', '195723.652500', '195724.112500', '195724.572500', '195725.032500', '195725.492500', '195725.952500', '195726.412500', '195726.872500', '195727.332500', '195727.792500', '195728.252500', '195728.712500', '195729.172500', '195729.632500', '195730.092500', '195730.552500', '195731.012500', '195731.472500', '195731.932500', '195732.392500', '195732.852500', '195733.312500', '195733.772500', '195734.232500', '195734.692500', '195735.152500', '195735.612500', '195736.072500', '195736.532500', '195736.992500', '195737.452500', '195737.912500', '195738.372500', '195738.832500', '195739.292500', '195739.752500', '195740.212500', '195740.672500', '195741.132500', '195741.592500', '195742.052500', '195742.512500', '195742.972500', '195743.432500', '195743.892500', '195744.352500', '195744.812500', '195745.272500', '195745.732500', '195746.192500', '195746.652500', '195747.112500', '195747.572500', '195748.032500', '195748.492500', '195748.952500', '195749.412500', '195749.872500', '195750.332500', '195750.792500', '195751.252500', '195751.712500', '195752.172500', '195752.632500', '195753.092500', '195753.552500', '195754.012500', '195754.472500', '195754.932500', '195755.392500', '195755.852500', '195756.312500', '195756.772500', '195757.232500', '195757.692500', '195758.152500', '195758.612500', '195759.072500', '195759.532500', '195759.992500', '195800.452500', '195800.912500', '195801.372500', '195801.832500', '195802.292500', '195802.752500', '195803.212500', '195803.672500', '195804.132500', '195804.592500', '195805.052500', '195805.512500', '195805.972500', '195806.432500', '195806.892500', '195807.352500', '195807.812500', '195808.272500', '195808.732500', '195809.192500', '195809.652500', '195810.112500', '195810.572500', '195811.032500', '195811.492500', '195811.952500', '195812.412500', '195812.872500', '195813.332500', '195813.792500', '195814.252500', '195814.712500', '195815.172500', '195815.632500', '195816.092500', '195816.552500', '195817.012500', '195817.472500', '195817.932500', '195818.392500', '195818.852500', '195819.312500', '195819.772500', '195820.232500', '195820.692500', '195821.152500', '195821.612500', '195822.072500', '195822.532500', '195822.992500', '195823.452500', '195823.912500', '195824.372500', '195824.832500', '195825.292500', '195825.752500', '195826.212500', '195826.672500', '195827.132500', '195827.592500', '195828.052500', '195828.512500', '195828.972500', '195829.432500', '195829.892500', '195830.352500', '195830.812500', '195831.272500', '195831.732500', '195832.192500', '195832.652500', '195833.112500', '195833.572500', '195834.032500', '195834.492500', '195834.952500', '195835.412500', '195835.872500', '195836.332500', '195836.792500', '195837.252500', '195837.712500', '195838.172500', '195838.632500', '195839.092500', '195839.552500', '195840.012500', '195840.472500', '195840.932500', '195841.392500', '195841.852500', '195842.312500', '195842.772500', '195843.232500', '195843.692500', '195844.152500', '195844.612500', '195845.072500', '195845.532500', '195845.992500', '195846.452500', '195846.912500', '195847.372500', '195847.832500', '195848.292500', '195848.752500', '195849.212500', '195849.672500', '195850.132500', '195850.592500', '195851.052500', '195851.512500', '195851.972500', '195852.432500', '195852.892500', '195853.352500', '195853.812500', '195854.272500', '195854.732500', '195855.192500', '195855.652500', '195856.112500', '195856.572500', '195857.032500', '195857.492500', '195857.952500', '195858.412500', '195858.872500', '195859.332500', '195859.792500', '195900.252500', '195900.712500', '195901.172500', '195901.632500', '195902.092500', '195902.552500', '195903.012500', '195903.472500', '195903.932500', '195904.392500', '195904.852500', '195905.312500', '195905.772500', '195906.232500', '195906.692500', '195907.152500', '195907.612500', '195908.072500', '195908.532500', '195908.992500', '195909.452500', '195909.912500', '195910.372500', '195910.832500', '195911.292500', '195911.752500', '195912.212500', '195912.672500', '195913.132500', '195913.592500', '195914.052500', '195914.512500', '195914.972500', '195915.432500', '195915.892500', '195916.352500', '195916.812500', '195917.272500', '195917.732500', '195918.192500', '195918.652500', '195919.112500', '195919.572500', '195920.032500', '195920.492500', '195920.952500', '195921.412500', '195921.872500', '195922.332500', '195922.792500', '195923.252500', '195923.712500', '195924.172500', '195924.632500', '195925.092500', '195925.552500', '195926.012500', '195926.472500', '195926.932500', '195927.392500', '195927.852500', '195928.312500', '195928.772500', '195929.232500', '195929.692500', '195930.152500', '195930.612500', '195931.072500', '195931.532500', '195931.992500', '195932.452500', '195932.912500', '195933.372500', '195933.832500', '195934.292500', '195934.752500', '195935.212500', '195935.672500', '195936.132500', '195936.592500', '195937.052500', '195937.512500', '195937.972500', '195938.432500', '195938.892500', '195939.352500', '195939.812500', '195940.272500', '195940.732500', '195941.192500', '195941.652500', '195942.112500', '195942.572500', '195943.032500', '195943.492500', '195943.952500', '195944.412500', '195944.872500', '195945.332500', '195945.792500', '195946.252500', '195946.712500', '195947.172500', '195947.632500', '195948.092500', '195948.552500', '195949.012500', '195949.472500', '195949.932500', '195950.392500', '195950.852500', '195951.312500', '195951.772500', '195952.232500', '195952.692500', '195953.152500', '195953.612500', '195954.072500', '195954.532500', '195954.992500', '195955.452500', '195955.912500', '195956.372500', '195956.832500', '195957.292500', '195957.752500', '195958.212500', '195958.672500', '195959.132500', '195959.592500', '200000.052500', '200000.512500', '200000.972500', '200001.432500', '200001.892500', '200002.352500', '200002.812500', '200003.272500', '200003.732500', '200004.192500', '200004.652500', '200005.112500', '200005.572500', '200006.032500', '200006.492500', '200006.952500', '200007.412500', '200007.872500', '200008.332500', '200008.792500', '200009.252500', '200009.712500', '200010.172500', '200010.632500', '200011.092500', '200011.552500', '200012.012500', '200012.472500', '200012.932500', '200013.392500', '200013.852500', '200014.312500', '200014.772500', '200015.232500', '200015.692500', '200016.152500', '200016.612500', '200017.072500', '200017.532500', '200017.992500', '200018.452500', '200018.912500', '200019.372500', '200019.832500', '200020.292500', '200020.752500', '200021.212500', '200021.672500', '200022.132500', '200022.592500', '200023.052500', '200023.512500', '200023.972500', '200024.432500', '200024.892500', '200025.352500', '200025.812500', '200026.272500', '200026.732500', '200027.192500', '200027.652500', '200028.112500', '200028.572500', '200029.032500', '200029.492500', '200029.952500', '200030.412500', '200030.872500', '200031.332500', '200031.792500', '200032.252500', '200032.712500', '200033.172500', '200033.632500', '200034.092500', '200034.552500', '200035.012500', '200035.472500', '200035.932500', '200036.392500', '200036.852500', '200037.312500', '200037.772500', '200038.232500', '200038.692500', '200039.152500', '200039.612500', '200040.072500', '200040.532500', '200040.992500', '200041.452500', '200041.912500', '200042.372500', '200042.832500', '200043.292500', '200043.752500', '200044.212500', '200044.672500', '200045.132500', '200045.592500', '200046.052500', '200046.512500', '200046.972500', '200047.432500', '200047.892500', '200048.352500', '200048.812500', '200049.272500', '200049.732500', '200050.192500', '200050.652500', '200051.112500', '200051.572500', '200052.032500', '200052.492500', '200052.952500', '200053.412500', '200053.872500', '200054.332500', '200054.792500', '200055.252500', '200055.712500', '200056.172500', '200056.632500', '200057.092500', '200057.552500', '200058.012500', '200058.472500', '200058.932500', '200059.392500', '200059.852500', '200100.312500', '200100.772500', '200101.232500', '200101.692500', '200102.152500', '200102.612500', '200103.072500', '200103.532500', '200103.992500', '200104.452500', '200104.912500', '200105.372500', '200105.832500', '200106.292500', '200106.752500', '200107.212500', '200107.672500', '200108.132500', '200108.592500', '200109.052500', '200109.512500', '200109.972500', '200110.432500', '200110.892500', '200111.352500', '200111.812500', '200112.272500', '200112.732500', '200113.192500', '200113.652500', '200114.112500', '200114.572500', '200115.032500', '200115.492500', '200115.952500', '200116.412500', '200116.872500', '200117.332500', '200117.792500', '200118.252500', '200118.712500', '200119.172500', '200119.632500', '200120.092500', '200120.552500', '200121.012500', '200121.472500', '200121.932500', '200122.392500', '200122.852500', '200123.312500', '200123.772500', '200124.232500', '200124.692500', '200125.152500', '200125.612500', '200126.072500', '200126.532500', '200126.992500', '200127.452500', '200127.912500', '200128.372500', '200128.832500', '200129.292500', '200129.752500', '200130.212500', '200130.672500', '200131.132500', '200131.592500', '200132.052500', '200132.512500', '200132.972500', '200133.432500', '200133.892500', '200134.352500', '200134.812500', '200135.272500', '200135.732500', '200136.192500', '200136.652500', '200137.112500', '200137.572500', '200138.032500', '200138.492500', '200138.952500', '200139.412500', '200139.872500', '200140.332500', '200140.792500', '200141.252500', '200141.712500', '200142.172500', '200142.632500', '200143.092500', '200143.552500', '200144.012500', '200144.472500', '200144.932500', '200145.392500', '200145.852500', '200146.312500', '200146.772500', '200147.232500', '200147.692500', '200148.152500', '200148.612500', '200149.072500', '200149.532500', '200149.992500', '200150.452500', '200150.912500', '200151.372500', '200151.832500', '200152.292500', '200152.752500', '200153.212500', '200153.672500', '200154.132500', '200154.592500', '200155.052500', '200155.512500', '200155.972500', '200156.432500', '200156.892500', '200157.352500', '200157.812500', '200158.272500', '200158.732500', '200159.192500', '200159.652500', '200200.112500', '200200.572500', '200201.032500', '200201.492500', '200201.952500', '200202.412500', '200202.872500', '200203.332500', '200203.792500', '200204.252500', '200204.712500', '200205.172500', '200205.632500', '200206.092500', '200206.552500', '200207.012500', '200207.472500', '200207.932500', '200208.392500', '200208.852500', '200209.312500', '200209.772500', '200210.232500', '200210.692500', '200211.152500', '200211.612500', '200212.072500', '200212.532500', '200212.992500', '200213.452500', '200213.912500', '200214.372500', '200214.832500', '200215.292500', '200215.752500', '200216.212500', '200216.672500', '200217.132500', '200217.592500', '200218.052500', '200218.512500', '200218.972500', '200219.432500', '200219.892500', '200220.352500', '200220.812500', '200221.272500', '200221.732500', '200222.192500', '200222.652500', '200223.112500', '200223.572500', '200224.032500', '200224.492500', '200224.952500', '200225.412500', '200225.872500', '200226.332500', '200226.792500', '200227.252500', '200227.712500', '200228.172500', '200228.632500', '200229.092500', '200229.552500', '200230.012500', '200230.472500', '200230.932500', '200231.392500', '200231.852500', '200232.312500', '200232.772500', '200233.232500', '200233.692500', '200234.152500', '200234.612500', '200235.072500', '200235.532500', '200235.992500', '200236.452500', '200236.912500', '200237.372500', '200237.832500', '200238.292500', '200238.752500', '200239.212500', '200239.672500', '200240.132500', '200240.592500', '200241.052500', '200241.512500', '200241.972500', '200242.432500', '200242.892500', '200243.352500', '200243.812500', '200244.272500', '200244.732500', '200245.192500', '200245.652500', '200246.112500', '200246.572500', '200247.032500', '200247.492500', '200247.952500', '200248.412500', '200248.872500', '200249.332500', '200249.792500', '200250.252500', '200250.712500', '200251.172500', '200251.632500', '200252.092500', '200252.552500', '200253.012500', '200253.472500', '200253.932500', '200254.392500', '200254.852500', '200255.312500', '200255.772500', '200256.232500', '200256.692500', '200257.152500', '200257.612500', '200258.072500', '200258.532500', '200258.992500', '200259.452500', '200259.912500', '200300.372500', '200300.832500', '200301.292500', '200301.752500', '200302.212500', '200302.672500', '200303.132500', '200303.592500', '200304.052500', '200304.512500'], 'ContentTime': ['195044.893000', '195044.896000', '195044.899000', '195044.902000', '195044.904000', '195044.907000', '195044.909000', '195044.912000', '195044.914000', '195044.917000', '195044.919000', '195044.922000', '195044.925000', '195044.927000', '195044.930000', '195044.932000', '195044.935000', '195044.937000', '195044.940000', '195044.943000', '195044.945000', '195044.948000', '195044.950000', '195044.953000', '195044.955000', '195044.958000', '195044.961000', '195044.967000', '195044.969000', '195104.830000', '195104.833000', '195104.836000', '195104.838000', '195104.841000', '195104.843000', '195104.846000', '195104.848000', '195104.851000', '195104.853000', '195104.856000', '195104.858000', '195104.861000', '195104.864000', '195104.866000', '195104.869000', '195104.871000', '195104.874000', '195104.876000', '195104.879000', '195104.881000', '195104.884000', '195104.886000', '195104.889000', '195104.891000', '195104.894000', '195104.897000', '195104.899000', '195104.902000', '195104.908000', '195104.911000', '195104.913000', '195104.916000', '195104.918000', '195104.921000', '195104.923000', '195104.926000', '195104.928000', '195104.931000', '195104.934000', '195104.936000', '195104.939000', '195104.941000', '195104.944000', '195124.831000', '195124.833000', '195124.836000', '195124.838000', '195124.841000', '195124.844000', '195124.846000', '195124.849000', '195124.851000', '195124.854000', '195124.856000', '195124.859000', '195124.862000', '195124.864000', '195124.867000', '195124.869000', '195124.872000', '195124.874000', '195124.877000', '195124.880000', '195124.882000', '195124.885000', '195124.887000', '195124.890000', '195124.892000', '195124.924000', '195124.926000', '195124.929000', '195124.932000', '195124.934000', '195124.937000', '195124.939000', '195124.942000', '195124.944000', '195124.947000', '195124.949000', '195124.952000', '195124.954000', '195124.957000', '195124.960000', '195124.962000', '195124.965000', '195124.967000', '195144.830000', '195144.833000', '195144.836000', '195144.838000', '195144.841000', '195144.844000', '195144.846000', '195144.849000', '195144.851000', '195144.854000', '195144.857000', '195144.859000', '195144.862000', '195144.864000', '195144.867000', '195144.870000', '195144.872000', '195144.875000', '195144.877000', '195144.880000', '195144.883000', '195144.885000', '195144.888000', '195144.890000', '195144.893000', '195144.895000', '195144.898000', '195144.900000', '195144.903000', '195144.906000', '195144.908000', '195144.911000', '195144.913000', '195144.916000', '195144.919000', '195144.921000', '195144.924000', '195144.926000', '195144.929000', '195144.931000', '195144.934000', '195144.937000', '195144.939000', '195144.942000', '195204.830000', '195204.833000', '195204.836000', '195204.838000', '195204.841000', '195204.843000', '195204.846000', '195204.849000', '195204.851000', '195204.854000', '195204.856000', '195204.859000', '195204.862000', '195204.864000', '195204.867000', '195204.869000', '195204.872000', '195204.874000', '195204.877000', '195204.879000', '195204.882000', '195204.885000', '195204.887000', '195204.890000', '195204.892000', '195204.895000', '195204.898000', '195204.900000', '195204.903000', '195204.905000', '195204.908000', '195204.911000', '195204.913000', '195204.916000', '195204.918000', '195204.921000', '195204.924000', '195204.926000', '195204.929000', '195204.931000', '195204.934000', '195204.936000', '195204.939000', '195224.832000', '195224.834000', '195224.837000', '195224.840000', '195224.842000', '195224.845000', '195224.847000', '195224.850000', '195224.853000', '195224.855000', '195224.858000', '195224.860000', '195224.863000', '195224.866000', '195224.868000', '195224.871000', '195224.873000', '195224.876000', '195224.879000', '195224.881000', '195224.884000', '195224.886000', '195224.889000', '195224.892000', '195224.894000', '195224.897000', '195224.899000', '195224.902000', '195224.905000', '195224.907000', '195224.910000', '195224.912000', '195224.915000', '195224.917000', '195224.920000', '195224.923000', '195224.925000', '195224.928000', '195224.930000', '195224.933000', '195224.936000', '195224.938000', '195224.941000', '195224.943000', '195244.831000', '195244.834000', '195244.837000', '195244.839000', '195244.842000', '195244.844000', '195244.847000', '195244.850000', '195244.852000', '195244.855000', '195244.857000', '195244.860000', '195244.863000', '195244.865000', '195244.868000', '195244.870000', '195244.873000', '195244.875000', '195244.878000', '195244.881000', '195244.883000', '195244.886000', '195244.888000', '195244.891000', '195244.894000', '195244.896000', '195244.899000', '195244.901000', '195244.904000', '195244.906000', '195244.909000', '195244.912000', '195244.914000', '195244.917000', '195244.919000', '195244.922000', '195244.925000', '195244.927000', '195244.930000', '195244.932000', '195244.935000', '195244.937000', '195244.940000', '195304.831000', '195304.833000', '195304.836000', '195304.839000', '195304.841000', '195304.844000', '195304.846000', '195304.849000', '195304.852000', '195304.854000', '195304.857000', '195304.859000', '195304.862000', '195304.865000', '195304.867000', '195304.870000', '195304.872000', '195304.875000', '195304.877000', '195304.880000', '195304.883000', '195304.904000', '195304.907000', '195304.910000', '195304.912000', '195304.915000', '195304.917000', '195304.920000', '195304.923000', '195304.925000', '195304.928000', '195304.930000', '195304.933000', '195304.935000', '195304.938000', '195304.941000', '195304.943000', '195304.946000', '195304.948000', '195304.951000', '195304.954000', '195304.956000', '195304.959000', '195324.830000', '195324.833000', '195324.836000', '195324.838000', '195324.841000', '195324.844000', '195324.846000', '195324.849000', '195324.851000', '195324.854000', '195324.857000', '195324.859000', '195324.862000', '195324.864000', '195324.867000', '195324.869000', '195324.872000', '195324.875000', '195324.877000', '195324.880000', '195324.882000', '195324.885000', '195324.888000', '195324.890000', '195324.893000', '195324.895000', '195324.898000', '195324.900000', '195324.903000', '195324.906000', '195324.908000', '195324.911000', '195324.913000', '195324.916000', '195324.919000', '195324.921000', '195324.924000', '195324.926000', '195324.929000', '195324.932000', '195324.934000', '195324.937000', '195324.939000', '195324.942000', '195344.830000', '195344.833000', '195344.836000', '195344.839000', '195344.841000', '195344.844000', '195344.846000', '195344.849000', '195344.852000', '195344.856000', '195344.858000', '195344.861000', '195344.864000', '195344.866000', '195344.869000', '195344.871000', '195344.874000', '195344.877000', '195344.879000', '195344.882000', '195344.884000', '195344.887000', '195344.889000', '195344.892000', '195344.895000', '195344.897000', '195344.900000', '195344.902000', '195344.905000', '195344.908000', '195344.910000', '195344.913000', '195344.915000', '195344.918000', '195344.921000', '195344.923000', '195344.926000', '195344.928000', '195344.931000', '195344.934000', '195344.936000', '195344.939000', '195344.941000', '195404.831000', '195404.833000', '195404.836000', '195404.839000', '195404.841000', '195404.844000', '195404.846000', '195404.849000', '195404.852000', '195404.854000', '195404.857000', '195404.859000', '195404.862000', '195404.864000', '195404.867000', '195404.869000', '195404.872000', '195404.875000', '195404.877000', '195404.880000', '195404.882000', '195404.885000', '195404.888000', '195404.890000', '195404.893000', '195404.895000', '195404.898000', '195404.900000', '195404.903000', '195404.906000', '195404.908000', '195404.911000', '195404.914000', '195404.916000', '195404.919000', '195404.921000', '195404.924000', '195404.927000', '195404.929000', '195404.932000', '195404.934000', '195404.937000', '195404.939000', '195404.942000', '195424.830000', '195424.834000', '195424.836000', '195424.839000', '195424.842000', '195424.845000', '195424.847000', '195424.850000', '195424.852000', '195424.855000', '195424.858000', '195424.860000', '195424.863000', '195424.866000', '195424.869000', '195424.872000', '195424.875000', '195424.877000', '195424.880000', '195424.883000', '195424.885000', '195424.888000', '195424.891000', '195424.893000', '195424.896000', '195424.898000', '195424.901000', '195424.903000', '195424.906000', '195424.909000', '195424.911000', '195424.914000', '195424.917000', '195424.919000', '195424.922000', '195424.925000', '195424.927000', '195424.930000', '195424.932000', '195424.935000', '195424.938000', '195424.940000', '195424.943000', '195444.833000', '195444.836000', '195444.839000', '195444.851000', '195444.854000', '195444.857000', '195444.859000', '195444.862000', '195444.865000', '195444.867000', '195444.870000', '195444.872000', '195444.875000', '195444.878000', '195444.880000', '195444.883000', '195444.886000', '195444.888000', '195444.891000', '195444.893000', '195444.896000', '195444.899000', '195444.901000', '195444.904000', '195444.906000', '195444.909000', '195444.912000', '195444.914000', '195444.917000', '195444.919000', '195444.922000', '195444.925000', '195444.927000', '195444.930000', '195444.932000', '195444.935000', '195444.938000', '195444.940000', '195444.943000', '195444.945000', '195444.948000', '195444.951000', '195444.953000', '195444.956000', '195504.832000', '195504.834000', '195504.837000', '195504.840000', '195504.842000', '195504.845000', '195504.847000', '195504.850000', '195504.853000', '195504.855000', '195504.858000', '195504.860000', '195504.863000', '195504.865000', '195504.868000', '195504.871000', '195504.873000', '195504.876000', '195504.879000', '195504.881000', '195504.884000', '195504.886000', '195504.889000', '195504.892000', '195504.894000', '195504.897000', '195504.899000', '195504.902000', '195504.905000', '195504.907000', '195504.910000', '195504.912000', '195504.915000', '195504.918000', '195504.920000', '195504.923000', '195504.925000', '195504.928000', '195504.931000', '195504.933000', '195504.936000', '195504.939000', '195504.941000', '195524.831000', '195524.834000', '195524.836000', '195524.839000', '195524.842000', '195524.844000', '195524.847000', '195524.849000', '195524.852000', '195524.855000', '195524.857000', '195524.860000', '195524.862000', '195524.865000', '195524.868000', '195524.871000', '195524.873000', '195524.876000', '195524.878000', '195524.881000', '195524.884000', '195524.886000', '195524.889000', '195524.891000', '195524.894000', '195524.896000', '195524.899000', '195524.902000', '195524.904000', '195524.907000', '195524.909000', '195524.912000', '195524.915000', '195524.917000', '195524.920000', '195524.923000', '195524.925000', '195524.928000', '195524.930000', '195524.933000', '195524.936000', '195524.938000', '195524.941000', '195524.943000', '195544.831000', '195544.834000', '195544.836000', '195544.839000', '195544.841000', '195544.844000', '195544.847000', '195544.850000', '195544.853000', '195544.855000', '195544.858000', '195544.860000', '195544.863000', '195544.866000', '195544.868000', '195544.871000', '195544.874000', '195544.876000', '195544.879000', '195544.882000', '195544.884000', '195544.887000', '195544.889000', '195544.892000', '195544.895000', '195544.898000', '195544.901000', '195544.904000', '195544.908000', '195544.911000', '195544.914000', '195544.916000', '195544.919000', '195544.921000', '195544.924000', '195544.927000', '195544.929000', '195544.932000', '195544.934000', '195544.937000', '195544.940000', '195544.942000', '195544.945000', '195604.831000', '195604.833000', '195604.836000', '195604.838000', '195604.841000', '195604.844000', '195604.846000', '195604.849000', '195604.851000', '195604.854000', '195604.857000', '195604.859000', '195604.862000', '195604.877000', '195604.880000', '195604.883000', '195604.885000', '195604.888000', '195604.890000', '195604.893000', '195604.895000', '195604.898000', '195604.901000', '195604.903000', '195604.906000', '195604.908000', '195604.911000', '195604.914000', '195604.916000', '195604.919000', '195604.922000', '195604.924000', '195604.927000', '195604.929000', '195604.932000', '195604.934000', '195604.937000', '195604.940000', '195604.942000', '195604.945000', '195604.947000', '195604.950000', '195604.953000', '195604.955000', '195624.831000', '195624.834000', '195624.838000', '195624.840000', '195624.843000', '195624.846000', '195624.848000', '195624.851000', '195624.853000', '195624.856000', '195624.858000', '195624.861000', '195624.864000', '195624.866000', '195624.869000', '195624.871000', '195624.874000', '195624.877000', '195624.879000', '195624.882000', '195624.884000', '195624.887000', '195624.889000', '195624.892000', '195624.895000', '195624.897000', '195624.900000', '195624.903000', '195624.905000', '195624.908000', '195624.911000', '195624.914000', '195624.917000', '195624.920000', '195624.923000', '195624.925000', '195624.928000', '195624.930000', '195624.933000', '195624.936000', '195624.938000', '195624.941000', '195624.943000', '195644.830000', '195644.833000', '195644.836000', '195644.839000', '195644.841000', '195644.844000', '195644.846000', '195644.849000', '195644.852000', '195644.854000', '195644.857000', '195644.860000', '195644.863000', '195644.866000', '195644.868000', '195644.871000', '195644.873000', '195644.876000', '195644.879000', '195644.881000', '195644.884000', '195644.887000', '195644.889000', '195644.892000', '195644.894000', '195644.897000', '195644.899000', '195644.902000', '195644.905000', '195644.907000', '195644.910000', '195644.912000', '195644.915000', '195644.917000', '195644.920000', '195644.923000', '195644.925000', '195644.928000', '195644.931000', '195644.933000', '195644.936000', '195644.938000', '195644.941000', '195644.944000', '195704.831000', '195704.834000', '195704.837000', '195704.839000', '195704.842000', '195704.845000', '195704.847000', '195704.850000', '195704.852000', '195704.855000', '195704.857000', '195704.860000', '195704.863000', '195704.865000', '195704.868000', '195704.870000', '195704.873000', '195704.876000', '195704.878000', '195704.881000', '195704.883000', '195704.886000', '195704.888000', '195704.891000', '195704.894000', '195704.896000', '195704.899000', '195704.901000', '195704.904000', '195704.907000', '195704.909000', '195704.912000', '195704.914000', '195704.917000', '195704.919000', '195704.922000', '195704.925000', '195704.927000', '195704.930000', '195704.932000', '195704.935000', '195704.938000', '195704.940000', '195724.832000', '195724.834000', '195724.837000', '195724.840000', '195724.842000', '195724.845000', '195724.847000', '195724.850000', '195724.852000', '195724.855000', '195724.858000', '195724.860000', '195724.863000', '195724.865000', '195724.868000', '195724.871000', '195724.873000', '195724.876000', '195724.878000', '195724.881000', '195724.883000', '195724.886000', '195724.889000', '195724.891000', '195724.910000', '195724.912000', '195724.915000', '195724.918000', '195724.920000', '195724.923000', '195724.926000', '195724.928000', '195724.931000', '195724.933000', '195724.936000', '195724.943000', '195724.946000', '195724.948000', '195724.951000', '195724.954000', '195724.956000', '195724.959000', '195724.961000', '195724.964000', '195744.830000', '195744.833000', '195744.836000', '195744.839000', '195744.841000', '195744.844000', '195744.846000', '195744.849000', '195744.851000', '195744.854000', '195744.857000', '195744.860000', '195744.862000', '195744.865000', '195744.868000', '195744.870000', '195744.873000', '195744.876000', '195744.879000', '195744.882000', '195744.884000', '195744.887000', '195744.889000', '195744.892000', '195744.895000', '195744.898000', '195744.900000', '195744.903000', '195744.905000', '195744.908000', '195744.910000', '195744.913000', '195744.916000', '195744.918000', '195744.921000', '195744.924000', '195744.926000', '195744.929000', '195744.932000', '195744.934000', '195744.937000', '195744.940000', '195744.942000', '195804.830000', '195804.833000', '195804.836000', '195804.838000', '195804.841000', '195804.844000', '195804.846000', '195804.849000', '195804.853000', '195804.856000', '195804.858000', '195804.861000', '195804.864000', '195804.866000', '195804.869000', '195804.871000', '195804.874000', '195804.877000', '195804.879000', '195804.882000', '195804.884000', '195804.887000', '195804.890000', '195804.892000', '195804.895000', '195804.897000', '195804.900000', '195804.903000', '195804.905000', '195804.908000', '195804.910000', '195804.913000', '195804.916000', '195804.918000', '195804.921000', '195804.923000', '195804.926000', '195804.929000', '195804.931000', '195804.934000', '195804.936000', '195804.939000', '195804.942000', '195824.830000', '195824.833000', '195824.836000', '195824.838000', '195824.841000', '195824.844000', '195824.846000', '195824.849000', '195824.852000', '195824.854000', '195824.857000', '195824.859000', '195824.862000', '195824.865000', '195824.867000', '195824.870000', '195824.873000', '195824.875000', '195824.878000', '195824.880000', '195824.883000', '195824.885000', '195824.888000', '195824.891000', '195824.893000', '195824.896000', '195824.898000', '195824.901000', '195824.904000', '195824.906000', '195824.909000', '195824.912000', '195824.914000', '195824.917000', '195824.919000', '195824.922000', '195824.925000', '195824.927000', '195824.930000', '195824.932000', '195824.935000', '195824.938000', '195824.940000', '195824.943000', '195844.831000', '195844.833000', '195844.836000', '195844.838000', '195844.841000', '195844.844000', '195844.847000', '195844.850000', '195844.853000', '195844.856000', '195844.858000', '195844.861000', '195844.864000', '195844.866000', '195844.869000', '195844.871000', '195844.874000', '195844.876000', '195844.879000', '195844.881000', '195844.884000', '195844.897000', '195844.900000', '195844.902000', '195844.905000', '195844.908000', '195844.910000', '195844.913000', '195844.915000', '195844.918000', '195844.921000', '195844.923000', '195844.926000', '195844.928000', '195844.931000', '195844.934000', '195844.936000', '195844.939000', '195844.941000', '195844.944000', '195844.946000', '195844.949000', '195844.952000', '195904.831000', '195904.834000', '195904.836000', '195904.839000', '195904.841000', '195904.844000', '195904.847000', '195904.849000', '195904.852000', '195904.854000', '195904.857000', '195904.860000', '195904.862000', '195904.865000', '195904.867000', '195904.870000', '195904.873000', '195904.875000', '195904.878000', '195904.880000', '195904.883000', '195904.886000', '195904.888000', '195904.891000', '195904.893000', '195904.896000', '195904.898000', '195904.901000', '195904.904000', '195904.906000', '195904.909000', '195904.911000', '195904.914000', '195904.917000', '195904.919000', '195904.922000', '195904.925000', '195904.927000', '195904.930000', '195904.933000', '195904.935000', '195904.938000', '195904.940000', '195904.943000', '195924.832000', '195924.835000', '195924.837000', '195924.840000', '195924.843000', '195924.845000', '195924.848000', '195924.851000', '195924.853000', '195924.856000', '195924.858000', '195924.861000', '195924.864000', '195924.866000', '195924.869000', '195924.871000', '195924.874000', '195924.877000', '195924.879000', '195924.882000', '195924.884000', '195924.887000', '195924.890000', '195924.892000', '195924.895000', '195924.897000', '195924.900000', '195924.903000', '195924.905000', '195924.908000', '195924.911000', '195924.913000', '195924.916000', '195924.918000', '195924.921000', '195924.924000', '195924.926000', '195924.929000', '195924.931000', '195924.934000', '195924.937000', '195924.939000', '195924.942000', '195924.945000', '195944.831000', '195944.834000', '195944.836000', '195944.839000', '195944.841000', '195944.844000', '195944.847000', '195944.849000', '195944.852000', '195944.854000', '195944.857000', '195944.860000', '195944.862000', '195944.865000', '195944.868000', '195944.870000', '195944.873000', '195944.875000', '195944.878000', '195944.881000', '195944.883000', '195944.886000', '195944.889000', '195944.891000', '195944.894000', '195944.897000', '195944.899000', '195944.902000', '195944.905000', '195944.908000', '195944.910000', '195944.913000', '195944.916000', '195944.919000', '195944.921000', '195944.924000', '195944.927000', '195944.930000', '195944.932000', '195944.935000', '195944.937000', '195944.940000', '195944.943000', '200004.831000', '200004.834000', '200004.836000', '200004.839000', '200004.841000', '200004.844000', '200004.847000', '200004.849000', '200004.852000', '200004.854000', '200004.857000', '200004.859000', '200004.862000', '200004.865000', '200004.867000', '200004.870000', '200004.872000', '200004.886000', '200004.888000', '200004.891000', '200004.893000', '200004.896000', '200004.899000', '200004.901000', '200004.904000', '200004.906000', '200004.909000', '200004.911000', '200004.914000', '200004.917000', '200004.919000', '200004.922000', '200004.924000', '200004.927000', '200004.930000', '200004.932000', '200004.935000', '200004.937000', '200004.940000', '200004.943000', '200004.945000', '200004.948000', '200004.950000', '200004.953000', '200024.831000', '200024.833000', '200024.836000', '200024.839000', '200024.841000', '200024.844000', '200024.846000', '200024.849000', '200024.852000', '200024.854000', '200024.857000', '200024.859000', '200024.862000', '200024.864000', '200024.867000', '200024.870000', '200024.872000', '200024.875000', '200024.877000', '200024.880000', '200024.883000', '200024.885000', '200024.888000', '200024.890000', '200024.893000', '200024.896000', '200024.898000', '200024.901000', '200024.903000', '200024.906000', '200024.909000', '200024.911000', '200024.914000', '200024.916000', '200024.919000', '200024.922000', '200024.924000', '200024.927000', '200024.929000', '200024.932000', '200024.935000', '200024.937000', '200024.940000', '200044.831000', '200044.834000', '200044.836000', '200044.839000', '200044.841000', '200044.844000', '200044.847000', '200044.849000', '200044.852000', '200044.854000', '200044.857000', '200044.860000', '200044.862000', '200044.865000', '200044.867000', '200044.870000', '200044.873000', '200044.875000', '200044.878000', '200044.880000', '200044.883000', '200044.886000', '200044.888000', '200044.891000', '200044.894000', '200044.896000', '200044.899000', '200044.901000', '200044.904000', '200044.907000', '200044.909000', '200044.912000', '200044.914000', '200044.917000', '200044.920000', '200044.923000', '200044.925000', '200044.928000', '200044.931000', '200044.933000', '200044.936000', '200044.939000', '200044.941000', '200044.944000', '200104.831000', '200104.833000', '200104.836000', '200104.839000', '200104.841000', '200104.844000', '200104.846000', '200104.849000', '200104.851000', '200104.854000', '200104.857000', '200104.859000', '200104.862000', '200104.864000', '200104.867000', '200104.870000', '200104.872000', '200104.875000', '200104.878000', '200104.880000', '200104.883000', '200104.885000', '200104.888000', '200104.891000', '200104.893000', '200104.896000', '200104.899000', '200104.901000', '200104.904000', '200104.907000', '200104.909000', '200104.912000', '200104.914000', '200104.917000', '200104.919000', '200104.922000', '200104.925000', '200104.927000', '200104.930000', '200104.933000', '200104.935000', '200104.938000', '200104.941000', '200124.831000', '200124.834000', '200124.836000', '200124.839000', '200124.841000', '200124.844000', '200124.847000', '200124.849000', '200124.852000', '200124.854000', '200124.857000', '200124.859000', '200124.862000', '200124.865000', '200124.867000', '200124.870000', '200124.873000', '200124.875000', '200124.878000', '200124.880000', '200124.883000', '200124.886000', '200124.888000', '200124.891000', '200124.894000', '200124.896000', '200124.899000', '200124.901000', '200124.904000', '200124.907000', '200124.909000', '200124.912000', '200124.914000', '200124.917000', '200124.920000', '200124.922000', '200124.925000', '200124.927000', '200124.930000', '200124.933000', '200124.935000', '200124.938000', '200124.941000', '200124.943000', '200144.832000', '200144.835000', '200144.837000', '200144.840000', '200144.842000', '200144.845000', '200144.848000', '200144.850000', '200144.853000', '200144.855000', '200144.858000', '200144.860000', '200144.863000', '200144.866000', '200144.868000', '200144.871000', '200144.873000', '200144.876000', '200144.879000', '200144.881000', '200144.884000', '200144.886000', '200144.889000', '200144.891000', '200144.894000', '200144.896000', '200144.899000', '200144.902000', '200144.904000', '200144.907000', '200144.910000', '200144.912000', '200144.915000', '200144.917000', '200144.920000', '200144.922000', '200144.925000', '200144.928000', '200144.930000', '200144.933000', '200144.935000', '200144.938000', '200144.941000', '200204.831000', '200204.834000', '200204.838000', '200204.840000', '200204.843000', '200204.846000', '200204.848000', '200204.851000', '200204.853000', '200204.856000', '200204.858000', '200204.861000', '200204.864000', '200204.867000', '200204.870000', '200204.873000', '200204.875000', '200204.878000', '200204.880000', '200204.883000', '200204.886000', '200204.888000', '200204.891000', '200204.893000', '200204.896000', '200204.899000', '200204.901000', '200204.904000', '200204.906000', '200204.909000', '200204.912000', '200204.914000', '200204.917000', '200204.919000', '200204.922000', '200204.925000', '200204.927000', '200204.930000', '200204.932000', '200204.935000', '200204.938000', '200204.940000', '200204.943000', '200224.831000', '200224.833000', '200224.836000', '200224.839000', '200224.841000', '200224.844000', '200224.847000', '200224.849000', '200224.852000', '200224.854000', '200224.857000', '200224.860000', '200224.862000', '200224.865000', '200224.867000', '200224.870000', '200224.872000', '200224.875000', '200224.878000', '200224.880000', '200224.883000', '200224.885000', '200224.888000', '200224.890000', '200224.893000', '200224.896000', '200224.898000', '200224.901000', '200224.904000', '200224.906000', '200224.909000', '200224.911000', '200224.914000', '200224.917000', '200224.919000', '200224.922000', '200224.925000', '200224.927000', '200224.930000', '200224.932000', '200224.962000', '200224.964000', '200224.967000', '200224.970000', '200244.831000', '200244.833000', '200244.836000', '200244.839000', '200244.841000', '200244.844000', '200244.847000', '200244.849000', '200244.852000', '200244.854000', '200244.857000', '200244.860000', '200244.862000', '200244.865000', '200244.867000', '200244.870000', '200244.873000', '200244.875000', '200244.878000', '200244.881000', '200244.883000', '200244.886000', '200244.888000', '200244.891000', '200244.894000', '200244.896000', '200244.899000', '200244.901000', '200244.904000', '200244.907000', '200244.909000', '200244.912000', '200244.914000', '200244.917000', '200244.919000', '200244.922000', '200244.925000', '200244.927000', '200244.930000', '200244.932000', '200244.935000', '200244.938000', '200244.940000', '200304.831000', '200304.833000', '200304.836000', '200304.839000', '200304.841000', '200304.844000', '200304.847000', '200304.849000', '200304.852000', '200304.854000', '200304.857000', '200304.860000', '200304.862000', '200304.865000', '200304.867000', '200304.870000', '200304.872000', '200304.875000', '200304.878000', '200304.880000', '200304.883000', '200304.886000', '200304.888000', '200304.891000', '200304.894000', '200304.896000', '200304.899000', '200304.901000', '200304.904000', '200304.907000', '200304.909000', '200304.912000', '200304.914000', '200304.917000', '200304.920000', '200304.922000', '200304.925000', '200304.927000', '200304.930000', '200304.933000', '200304.935000', '200304.938000', '200304.941000', '200304.943000', '200305.535000', '200305.538000'], 'InstanceCreationTime': ['195044.893000', '195044.896000', '195044.899000', '195044.902000', '195044.904000', '195044.907000', '195044.909000', '195044.912000', '195044.914000', '195044.917000', '195044.919000', '195044.922000', '195044.925000', '195044.927000', '195044.930000', '195044.932000', '195044.935000', '195044.937000', '195044.940000', '195044.943000', '195044.945000', '195044.948000', '195044.950000', '195044.953000', '195044.955000', '195044.958000', '195044.961000', '195044.967000', '195044.969000', '195104.830000', '195104.833000', '195104.836000', '195104.838000', '195104.841000', '195104.843000', '195104.846000', '195104.848000', '195104.851000', '195104.853000', '195104.856000', '195104.858000', '195104.861000', '195104.864000', '195104.866000', '195104.869000', '195104.871000', '195104.874000', '195104.876000', '195104.879000', '195104.881000', '195104.884000', '195104.886000', '195104.889000', '195104.891000', '195104.894000', '195104.897000', '195104.899000', '195104.902000', '195104.908000', '195104.911000', '195104.913000', '195104.916000', '195104.918000', '195104.921000', '195104.923000', '195104.926000', '195104.928000', '195104.931000', '195104.934000', '195104.936000', '195104.939000', '195104.941000', '195104.944000', '195124.831000', '195124.833000', '195124.836000', '195124.838000', '195124.841000', '195124.844000', '195124.846000', '195124.849000', '195124.851000', '195124.854000', '195124.856000', '195124.859000', '195124.862000', '195124.864000', '195124.867000', '195124.869000', '195124.872000', '195124.874000', '195124.877000', '195124.880000', '195124.882000', '195124.885000', '195124.887000', '195124.890000', '195124.892000', '195124.924000', '195124.926000', '195124.929000', '195124.932000', '195124.934000', '195124.937000', '195124.939000', '195124.942000', '195124.944000', '195124.947000', '195124.949000', '195124.952000', '195124.954000', '195124.957000', '195124.960000', '195124.962000', '195124.965000', '195124.967000', '195144.830000', '195144.833000', '195144.836000', '195144.838000', '195144.841000', '195144.844000', '195144.846000', '195144.849000', '195144.851000', '195144.854000', '195144.857000', '195144.859000', '195144.862000', '195144.864000', '195144.867000', '195144.870000', '195144.872000', '195144.875000', '195144.877000', '195144.880000', '195144.883000', '195144.885000', '195144.888000', '195144.890000', '195144.893000', '195144.895000', '195144.898000', '195144.900000', '195144.903000', '195144.906000', '195144.908000', '195144.911000', '195144.913000', '195144.916000', '195144.919000', '195144.921000', '195144.924000', '195144.926000', '195144.929000', '195144.931000', '195144.934000', '195144.937000', '195144.939000', '195144.942000', '195204.830000', '195204.833000', '195204.836000', '195204.838000', '195204.841000', '195204.843000', '195204.846000', '195204.849000', '195204.851000', '195204.854000', '195204.856000', '195204.859000', '195204.862000', '195204.864000', '195204.867000', '195204.869000', '195204.872000', '195204.874000', '195204.877000', '195204.879000', '195204.882000', '195204.885000', '195204.887000', '195204.890000', '195204.892000', '195204.895000', '195204.898000', '195204.900000', '195204.903000', '195204.905000', '195204.908000', '195204.911000', '195204.913000', '195204.916000', '195204.918000', '195204.921000', '195204.924000', '195204.926000', '195204.929000', '195204.931000', '195204.934000', '195204.936000', '195204.939000', '195224.832000', '195224.834000', '195224.837000', '195224.840000', '195224.842000', '195224.845000', '195224.847000', '195224.850000', '195224.853000', '195224.855000', '195224.858000', '195224.860000', '195224.863000', '195224.866000', '195224.868000', '195224.871000', '195224.873000', '195224.876000', '195224.879000', '195224.881000', '195224.884000', '195224.886000', '195224.889000', '195224.892000', '195224.894000', '195224.897000', '195224.899000', '195224.902000', '195224.905000', '195224.907000', '195224.910000', '195224.912000', '195224.915000', '195224.917000', '195224.920000', '195224.923000', '195224.925000', '195224.928000', '195224.930000', '195224.933000', '195224.936000', '195224.938000', '195224.941000', '195224.943000', '195244.831000', '195244.834000', '195244.837000', '195244.839000', '195244.842000', '195244.844000', '195244.847000', '195244.850000', '195244.852000', '195244.855000', '195244.857000', '195244.860000', '195244.863000', '195244.865000', '195244.868000', '195244.870000', '195244.873000', '195244.875000', '195244.878000', '195244.881000', '195244.883000', '195244.886000', '195244.888000', '195244.891000', '195244.894000', '195244.896000', '195244.899000', '195244.901000', '195244.904000', '195244.906000', '195244.909000', '195244.912000', '195244.914000', '195244.917000', '195244.919000', '195244.922000', '195244.925000', '195244.927000', '195244.930000', '195244.932000', '195244.935000', '195244.937000', '195244.940000', '195304.831000', '195304.833000', '195304.836000', '195304.839000', '195304.841000', '195304.844000', '195304.846000', '195304.849000', '195304.852000', '195304.854000', '195304.857000', '195304.859000', '195304.862000', '195304.865000', '195304.867000', '195304.870000', '195304.872000', '195304.875000', '195304.877000', '195304.880000', '195304.883000', '195304.904000', '195304.907000', '195304.910000', '195304.912000', '195304.915000', '195304.917000', '195304.920000', '195304.923000', '195304.925000', '195304.928000', '195304.930000', '195304.933000', '195304.935000', '195304.938000', '195304.941000', '195304.943000', '195304.946000', '195304.948000', '195304.951000', '195304.954000', '195304.956000', '195304.959000', '195324.830000', '195324.833000', '195324.836000', '195324.838000', '195324.841000', '195324.844000', '195324.846000', '195324.849000', '195324.851000', '195324.854000', '195324.857000', '195324.859000', '195324.862000', '195324.864000', '195324.867000', '195324.869000', '195324.872000', '195324.875000', '195324.877000', '195324.880000', '195324.882000', '195324.885000', '195324.888000', '195324.890000', '195324.893000', '195324.895000', '195324.898000', '195324.900000', '195324.903000', '195324.906000', '195324.908000', '195324.911000', '195324.913000', '195324.916000', '195324.919000', '195324.921000', '195324.924000', '195324.926000', '195324.929000', '195324.932000', '195324.934000', '195324.937000', '195324.939000', '195324.942000', '195344.830000', '195344.833000', '195344.836000', '195344.839000', '195344.841000', '195344.844000', '195344.846000', '195344.849000', '195344.852000', '195344.856000', '195344.858000', '195344.861000', '195344.864000', '195344.866000', '195344.869000', '195344.871000', '195344.874000', '195344.877000', '195344.879000', '195344.882000', '195344.884000', '195344.887000', '195344.889000', '195344.892000', '195344.895000', '195344.897000', '195344.900000', '195344.902000', '195344.905000', '195344.908000', '195344.910000', '195344.913000', '195344.915000', '195344.918000', '195344.921000', '195344.923000', '195344.926000', '195344.928000', '195344.931000', '195344.934000', '195344.936000', '195344.939000', '195344.941000', '195404.831000', '195404.833000', '195404.836000', '195404.839000', '195404.841000', '195404.844000', '195404.846000', '195404.849000', '195404.852000', '195404.854000', '195404.857000', '195404.859000', '195404.862000', '195404.864000', '195404.867000', '195404.869000', '195404.872000', '195404.875000', '195404.877000', '195404.880000', '195404.882000', '195404.885000', '195404.888000', '195404.890000', '195404.893000', '195404.895000', '195404.898000', '195404.900000', '195404.903000', '195404.906000', '195404.908000', '195404.911000', '195404.914000', '195404.916000', '195404.919000', '195404.921000', '195404.924000', '195404.927000', '195404.929000', '195404.932000', '195404.934000', '195404.937000', '195404.939000', '195404.942000', '195424.830000', '195424.834000', '195424.836000', '195424.839000', '195424.842000', '195424.845000', '195424.847000', '195424.850000', '195424.852000', '195424.855000', '195424.858000', '195424.860000', '195424.863000', '195424.866000', '195424.869000', '195424.872000', '195424.875000', '195424.877000', '195424.880000', '195424.883000', '195424.885000', '195424.888000', '195424.891000', '195424.893000', '195424.896000', '195424.898000', '195424.901000', '195424.903000', '195424.906000', '195424.909000', '195424.911000', '195424.914000', '195424.917000', '195424.919000', '195424.922000', '195424.925000', '195424.927000', '195424.930000', '195424.932000', '195424.935000', '195424.938000', '195424.940000', '195424.943000', '195444.833000', '195444.836000', '195444.839000', '195444.851000', '195444.854000', '195444.857000', '195444.859000', '195444.862000', '195444.865000', '195444.867000', '195444.870000', '195444.872000', '195444.875000', '195444.878000', '195444.880000', '195444.883000', '195444.886000', '195444.888000', '195444.891000', '195444.893000', '195444.896000', '195444.899000', '195444.901000', '195444.904000', '195444.906000', '195444.909000', '195444.912000', '195444.914000', '195444.917000', '195444.919000', '195444.922000', '195444.925000', '195444.927000', '195444.930000', '195444.932000', '195444.935000', '195444.938000', '195444.940000', '195444.943000', '195444.945000', '195444.948000', '195444.951000', '195444.953000', '195444.956000', '195504.832000', '195504.834000', '195504.837000', '195504.840000', '195504.842000', '195504.845000', '195504.847000', '195504.850000', '195504.853000', '195504.855000', '195504.858000', '195504.860000', '195504.863000', '195504.865000', '195504.868000', '195504.871000', '195504.873000', '195504.876000', '195504.879000', '195504.881000', '195504.884000', '195504.886000', '195504.889000', '195504.892000', '195504.894000', '195504.897000', '195504.899000', '195504.902000', '195504.905000', '195504.907000', '195504.910000', '195504.912000', '195504.915000', '195504.918000', '195504.920000', '195504.923000', '195504.925000', '195504.928000', '195504.931000', '195504.933000', '195504.936000', '195504.939000', '195504.941000', '195524.831000', '195524.834000', '195524.836000', '195524.839000', '195524.842000', '195524.844000', '195524.847000', '195524.849000', '195524.852000', '195524.855000', '195524.857000', '195524.860000', '195524.862000', '195524.865000', '195524.868000', '195524.871000', '195524.873000', '195524.876000', '195524.878000', '195524.881000', '195524.884000', '195524.886000', '195524.889000', '195524.891000', '195524.894000', '195524.896000', '195524.899000', '195524.902000', '195524.904000', '195524.907000', '195524.909000', '195524.912000', '195524.915000', '195524.917000', '195524.920000', '195524.923000', '195524.925000', '195524.928000', '195524.930000', '195524.933000', '195524.936000', '195524.938000', '195524.941000', '195524.943000', '195544.831000', '195544.834000', '195544.836000', '195544.839000', '195544.841000', '195544.844000', '195544.847000', '195544.850000', '195544.853000', '195544.855000', '195544.858000', '195544.860000', '195544.863000', '195544.866000', '195544.868000', '195544.871000', '195544.874000', '195544.876000', '195544.879000', '195544.882000', '195544.884000', '195544.887000', '195544.889000', '195544.892000', '195544.895000', '195544.898000', '195544.901000', '195544.904000', '195544.908000', '195544.911000', '195544.914000', '195544.916000', '195544.919000', '195544.921000', '195544.924000', '195544.927000', '195544.929000', '195544.932000', '195544.934000', '195544.937000', '195544.940000', '195544.942000', '195544.945000', '195604.831000', '195604.833000', '195604.836000', '195604.838000', '195604.841000', '195604.844000', '195604.846000', '195604.849000', '195604.851000', '195604.854000', '195604.857000', '195604.859000', '195604.862000', '195604.877000', '195604.880000', '195604.883000', '195604.885000', '195604.888000', '195604.890000', '195604.893000', '195604.895000', '195604.898000', '195604.901000', '195604.903000', '195604.906000', '195604.908000', '195604.911000', '195604.914000', '195604.916000', '195604.919000', '195604.922000', '195604.924000', '195604.927000', '195604.929000', '195604.932000', '195604.934000', '195604.937000', '195604.940000', '195604.942000', '195604.945000', '195604.947000', '195604.950000', '195604.953000', '195604.955000', '195624.831000', '195624.834000', '195624.838000', '195624.840000', '195624.843000', '195624.846000', '195624.848000', '195624.851000', '195624.853000', '195624.856000', '195624.858000', '195624.861000', '195624.864000', '195624.866000', '195624.869000', '195624.871000', '195624.874000', '195624.877000', '195624.879000', '195624.882000', '195624.884000', '195624.887000', '195624.889000', '195624.892000', '195624.895000', '195624.897000', '195624.900000', '195624.903000', '195624.905000', '195624.908000', '195624.911000', '195624.914000', '195624.917000', '195624.920000', '195624.923000', '195624.925000', '195624.928000', '195624.930000', '195624.933000', '195624.936000', '195624.938000', '195624.941000', '195624.943000', '195644.830000', '195644.833000', '195644.836000', '195644.839000', '195644.841000', '195644.844000', '195644.846000', '195644.849000', '195644.852000', '195644.854000', '195644.857000', '195644.860000', '195644.863000', '195644.866000', '195644.868000', '195644.871000', '195644.873000', '195644.876000', '195644.879000', '195644.881000', '195644.884000', '195644.887000', '195644.889000', '195644.892000', '195644.894000', '195644.897000', '195644.899000', '195644.902000', '195644.905000', '195644.907000', '195644.910000', '195644.912000', '195644.915000', '195644.917000', '195644.920000', '195644.923000', '195644.925000', '195644.928000', '195644.931000', '195644.933000', '195644.936000', '195644.938000', '195644.941000', '195644.944000', '195704.831000', '195704.834000', '195704.837000', '195704.839000', '195704.842000', '195704.845000', '195704.847000', '195704.850000', '195704.852000', '195704.855000', '195704.857000', '195704.860000', '195704.863000', '195704.865000', '195704.868000', '195704.870000', '195704.873000', '195704.876000', '195704.878000', '195704.881000', '195704.883000', '195704.886000', '195704.888000', '195704.891000', '195704.894000', '195704.896000', '195704.899000', '195704.901000', '195704.904000', '195704.907000', '195704.909000', '195704.912000', '195704.914000', '195704.917000', '195704.919000', '195704.922000', '195704.925000', '195704.927000', '195704.930000', '195704.932000', '195704.935000', '195704.938000', '195704.940000', '195724.832000', '195724.834000', '195724.837000', '195724.840000', '195724.842000', '195724.845000', '195724.847000', '195724.850000', '195724.852000', '195724.855000', '195724.858000', '195724.860000', '195724.863000', '195724.865000', '195724.868000', '195724.871000', '195724.873000', '195724.876000', '195724.878000', '195724.881000', '195724.883000', '195724.886000', '195724.889000', '195724.891000', '195724.910000', '195724.912000', '195724.915000', '195724.918000', '195724.920000', '195724.923000', '195724.926000', '195724.928000', '195724.931000', '195724.933000', '195724.936000', '195724.943000', '195724.946000', '195724.948000', '195724.951000', '195724.954000', '195724.956000', '195724.959000', '195724.961000', '195724.964000', '195744.830000', '195744.833000', '195744.836000', '195744.839000', '195744.841000', '195744.844000', '195744.846000', '195744.849000', '195744.851000', '195744.854000', '195744.857000', '195744.860000', '195744.862000', '195744.865000', '195744.868000', '195744.870000', '195744.873000', '195744.876000', '195744.879000', '195744.882000', '195744.884000', '195744.887000', '195744.889000', '195744.892000', '195744.895000', '195744.898000', '195744.900000', '195744.903000', '195744.905000', '195744.908000', '195744.910000', '195744.913000', '195744.916000', '195744.918000', '195744.921000', '195744.924000', '195744.926000', '195744.929000', '195744.932000', '195744.934000', '195744.937000', '195744.940000', '195744.942000', '195804.830000', '195804.833000', '195804.836000', '195804.838000', '195804.841000', '195804.844000', '195804.846000', '195804.849000', '195804.853000', '195804.856000', '195804.858000', '195804.861000', '195804.864000', '195804.866000', '195804.869000', '195804.871000', '195804.874000', '195804.877000', '195804.879000', '195804.882000', '195804.884000', '195804.887000', '195804.890000', '195804.892000', '195804.895000', '195804.897000', '195804.900000', '195804.903000', '195804.905000', '195804.908000', '195804.910000', '195804.913000', '195804.916000', '195804.918000', '195804.921000', '195804.923000', '195804.926000', '195804.929000', '195804.931000', '195804.934000', '195804.936000', '195804.939000', '195804.942000', '195824.830000', '195824.833000', '195824.836000', '195824.838000', '195824.841000', '195824.844000', '195824.846000', '195824.849000', '195824.852000', '195824.854000', '195824.857000', '195824.859000', '195824.862000', '195824.865000', '195824.867000', '195824.870000', '195824.873000', '195824.875000', '195824.878000', '195824.880000', '195824.883000', '195824.885000', '195824.888000', '195824.891000', '195824.893000', '195824.896000', '195824.898000', '195824.901000', '195824.904000', '195824.906000', '195824.909000', '195824.912000', '195824.914000', '195824.917000', '195824.919000', '195824.922000', '195824.925000', '195824.927000', '195824.930000', '195824.932000', '195824.935000', '195824.938000', '195824.940000', '195824.943000', '195844.831000', '195844.833000', '195844.836000', '195844.838000', '195844.841000', '195844.844000', '195844.847000', '195844.850000', '195844.853000', '195844.856000', '195844.858000', '195844.861000', '195844.864000', '195844.866000', '195844.869000', '195844.871000', '195844.874000', '195844.876000', '195844.879000', '195844.881000', '195844.884000', '195844.897000', '195844.900000', '195844.902000', '195844.905000', '195844.908000', '195844.910000', '195844.913000', '195844.915000', '195844.918000', '195844.921000', '195844.923000', '195844.926000', '195844.928000', '195844.931000', '195844.934000', '195844.936000', '195844.939000', '195844.941000', '195844.944000', '195844.946000', '195844.949000', '195844.952000', '195904.831000', '195904.834000', '195904.836000', '195904.839000', '195904.841000', '195904.844000', '195904.847000', '195904.849000', '195904.852000', '195904.854000', '195904.857000', '195904.860000', '195904.862000', '195904.865000', '195904.867000', '195904.870000', '195904.873000', '195904.875000', '195904.878000', '195904.880000', '195904.883000', '195904.886000', '195904.888000', '195904.891000', '195904.893000', '195904.896000', '195904.898000', '195904.901000', '195904.904000', '195904.906000', '195904.909000', '195904.911000', '195904.914000', '195904.917000', '195904.919000', '195904.922000', '195904.925000', '195904.927000', '195904.930000', '195904.933000', '195904.935000', '195904.938000', '195904.940000', '195904.943000', '195924.832000', '195924.835000', '195924.837000', '195924.840000', '195924.843000', '195924.845000', '195924.848000', '195924.851000', '195924.853000', '195924.856000', '195924.858000', '195924.861000', '195924.864000', '195924.866000', '195924.869000', '195924.871000', '195924.874000', '195924.877000', '195924.879000', '195924.882000', '195924.884000', '195924.887000', '195924.890000', '195924.892000', '195924.895000', '195924.897000', '195924.900000', '195924.903000', '195924.905000', '195924.908000', '195924.911000', '195924.913000', '195924.916000', '195924.918000', '195924.921000', '195924.924000', '195924.926000', '195924.929000', '195924.931000', '195924.934000', '195924.937000', '195924.939000', '195924.942000', '195924.945000', '195944.831000', '195944.834000', '195944.836000', '195944.839000', '195944.841000', '195944.844000', '195944.847000', '195944.849000', '195944.852000', '195944.854000', '195944.857000', '195944.860000', '195944.862000', '195944.865000', '195944.868000', '195944.870000', '195944.873000', '195944.875000', '195944.878000', '195944.881000', '195944.883000', '195944.886000', '195944.889000', '195944.891000', '195944.894000', '195944.897000', '195944.899000', '195944.902000', '195944.905000', '195944.908000', '195944.910000', '195944.913000', '195944.916000', '195944.919000', '195944.921000', '195944.924000', '195944.927000', '195944.930000', '195944.932000', '195944.935000', '195944.937000', '195944.940000', '195944.943000', '200004.831000', '200004.834000', '200004.836000', '200004.839000', '200004.841000', '200004.844000', '200004.847000', '200004.849000', '200004.852000', '200004.854000', '200004.857000', '200004.859000', '200004.862000', '200004.865000', '200004.867000', '200004.870000', '200004.872000', '200004.886000', '200004.888000', '200004.891000', '200004.893000', '200004.896000', '200004.899000', '200004.901000', '200004.904000', '200004.906000', '200004.909000', '200004.911000', '200004.914000', '200004.917000', '200004.919000', '200004.922000', '200004.924000', '200004.927000', '200004.930000', '200004.932000', '200004.935000', '200004.937000', '200004.940000', '200004.943000', '200004.945000', '200004.948000', '200004.950000', '200004.953000', '200024.831000', '200024.833000', '200024.836000', '200024.839000', '200024.841000', '200024.844000', '200024.846000', '200024.849000', '200024.852000', '200024.854000', '200024.857000', '200024.859000', '200024.862000', '200024.864000', '200024.867000', '200024.870000', '200024.872000', '200024.875000', '200024.877000', '200024.880000', '200024.883000', '200024.885000', '200024.888000', '200024.890000', '200024.893000', '200024.896000', '200024.898000', '200024.901000', '200024.903000', '200024.906000', '200024.909000', '200024.911000', '200024.914000', '200024.916000', '200024.919000', '200024.922000', '200024.924000', '200024.927000', '200024.929000', '200024.932000', '200024.935000', '200024.937000', '200024.940000', '200044.831000', '200044.834000', '200044.836000', '200044.839000', '200044.841000', '200044.844000', '200044.847000', '200044.849000', '200044.852000', '200044.854000', '200044.857000', '200044.860000', '200044.862000', '200044.865000', '200044.867000', '200044.870000', '200044.873000', '200044.875000', '200044.878000', '200044.880000', '200044.883000', '200044.886000', '200044.888000', '200044.891000', '200044.894000', '200044.896000', '200044.899000', '200044.901000', '200044.904000', '200044.907000', '200044.909000', '200044.912000', '200044.914000', '200044.917000', '200044.920000', '200044.923000', '200044.925000', '200044.928000', '200044.931000', '200044.933000', '200044.936000', '200044.939000', '200044.941000', '200044.944000', '200104.831000', '200104.833000', '200104.836000', '200104.839000', '200104.841000', '200104.844000', '200104.846000', '200104.849000', '200104.851000', '200104.854000', '200104.857000', '200104.859000', '200104.862000', '200104.864000', '200104.867000', '200104.870000', '200104.872000', '200104.875000', '200104.878000', '200104.880000', '200104.883000', '200104.885000', '200104.888000', '200104.891000', '200104.893000', '200104.896000', '200104.899000', '200104.901000', '200104.904000', '200104.907000', '200104.909000', '200104.912000', '200104.914000', '200104.917000', '200104.919000', '200104.922000', '200104.925000', '200104.927000', '200104.930000', '200104.933000', '200104.935000', '200104.938000', '200104.941000', '200124.831000', '200124.834000', '200124.836000', '200124.839000', '200124.841000', '200124.844000', '200124.847000', '200124.849000', '200124.852000', '200124.854000', '200124.857000', '200124.859000', '200124.862000', '200124.865000', '200124.867000', '200124.870000', '200124.873000', '200124.875000', '200124.878000', '200124.880000', '200124.883000', '200124.886000', '200124.888000', '200124.891000', '200124.894000', '200124.896000', '200124.899000', '200124.901000', '200124.904000', '200124.907000', '200124.909000', '200124.912000', '200124.914000', '200124.917000', '200124.920000', '200124.922000', '200124.925000', '200124.927000', '200124.930000', '200124.933000', '200124.935000', '200124.938000', '200124.941000', '200124.943000', '200144.832000', '200144.835000', '200144.837000', '200144.840000', '200144.842000', '200144.845000', '200144.848000', '200144.850000', '200144.853000', '200144.855000', '200144.858000', '200144.860000', '200144.863000', '200144.866000', '200144.868000', '200144.871000', '200144.873000', '200144.876000', '200144.879000', '200144.881000', '200144.884000', '200144.886000', '200144.889000', '200144.891000', '200144.894000', '200144.896000', '200144.899000', '200144.902000', '200144.904000', '200144.907000', '200144.910000', '200144.912000', '200144.915000', '200144.917000', '200144.920000', '200144.922000', '200144.925000', '200144.928000', '200144.930000', '200144.933000', '200144.935000', '200144.938000', '200144.941000', '200204.831000', '200204.834000', '200204.838000', '200204.840000', '200204.843000', '200204.846000', '200204.848000', '200204.851000', '200204.853000', '200204.856000', '200204.858000', '200204.861000', '200204.864000', '200204.867000', '200204.870000', '200204.873000', '200204.875000', '200204.878000', '200204.880000', '200204.883000', '200204.886000', '200204.888000', '200204.891000', '200204.893000', '200204.896000', '200204.899000', '200204.901000', '200204.904000', '200204.906000', '200204.909000', '200204.912000', '200204.914000', '200204.917000', '200204.919000', '200204.922000', '200204.925000', '200204.927000', '200204.930000', '200204.932000', '200204.935000', '200204.938000', '200204.940000', '200204.943000', '200224.831000', '200224.833000', '200224.836000', '200224.839000', '200224.841000', '200224.844000', '200224.847000', '200224.849000', '200224.852000', '200224.854000', '200224.857000', '200224.860000', '200224.862000', '200224.865000', '200224.867000', '200224.870000', '200224.872000', '200224.875000', '200224.878000', '200224.880000', '200224.883000', '200224.885000', '200224.888000', '200224.890000', '200224.893000', '200224.896000', '200224.898000', '200224.901000', '200224.904000', '200224.906000', '200224.909000', '200224.911000', '200224.914000', '200224.917000', '200224.919000', '200224.922000', '200224.925000', '200224.927000', '200224.930000', '200224.932000', '200224.962000', '200224.964000', '200224.967000', '200224.970000', '200244.831000', '200244.833000', '200244.836000', '200244.839000', '200244.841000', '200244.844000', '200244.847000', '200244.849000', '200244.852000', '200244.854000', '200244.857000', '200244.860000', '200244.862000', '200244.865000', '200244.867000', '200244.870000', '200244.873000', '200244.875000', '200244.878000', '200244.881000', '200244.883000', '200244.886000', '200244.888000', '200244.891000', '200244.894000', '200244.896000', '200244.899000', '200244.901000', '200244.904000', '200244.907000', '200244.909000', '200244.912000', '200244.914000', '200244.917000', '200244.919000', '200244.922000', '200244.925000', '200244.927000', '200244.930000', '200244.932000', '200244.935000', '200244.938000', '200244.940000', '200304.831000', '200304.833000', '200304.836000', '200304.839000', '200304.841000', '200304.844000', '200304.847000', '200304.849000', '200304.852000', '200304.854000', '200304.857000', '200304.860000', '200304.862000', '200304.865000', '200304.867000', '200304.870000', '200304.872000', '200304.875000', '200304.878000', '200304.880000', '200304.883000', '200304.886000', '200304.888000', '200304.891000', '200304.894000', '200304.896000', '200304.899000', '200304.901000', '200304.904000', '200304.907000', '200304.909000', '200304.912000', '200304.914000', '200304.917000', '200304.920000', '200304.922000', '200304.925000', '200304.927000', '200304.930000', '200304.933000', '200304.935000', '200304.938000', '200304.941000', '200304.943000', '200305.535000', '200305.538000'], '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': [10940, 7273, 10695, 8767, 10484, 7016, 9276, 7094, 8773, 7505, 8850, 7798, 9124, 6773, 8042, 6716, 8239, 7207, 6763, 6705, 6955, 8063, 7037, 8928, 6933, 8476, 6920, 8670, 6776, 8169, 6451, 8303, 6582, 7923, 6688, 7966, 6632, 7029, 7833, 7065, 7135, 6918, 7496, 7079, 7986, 7012, 7129, 7095, 7582, 6901, 9902, 7074, 9304, 7080, 9181, 7054, 9488, 7100, 10308, 7936, 11768, 7102, 9674, 7422, 9541, 8412, 10228, 6928, 8582, 6853, 7961, 6680, 6915, 6726, 6881, 7298, 7114, 8540, 6874, 8888, 7219, 8286, 7057, 8888, 7152, 9108, 7763, 8844, 7162, 9258, 7253, 8811, 8000, 8996, 7076, 8955, 7112, 9214, 7543, 8649, 7628, 8780, 6945, 9364, 6898, 8485, 7635, 8291, 6931, 9257, 6850, 8585, 7383, 8485, 6931, 8405, 7039, 8290, 6785, 8566, 6872, 8412, 7029, 8301, 7074, 8363, 7494, 7065, 6900, 7209, 7141, 6824, 8778, 7125, 6679, 7001, 6936, 7070, 6963, 6834, 8062, 7112, 7665, 7084, 12547, 7105, 10547, 8993, 10992, 7020, 8496, 7260, 7674, 6778, 6719, 7137, 6755, 7162, 6977, 7688, 6986, 6785, 6946, 6995, 6869, 8089, 7095, 6994, 6740, 7287, 6847, 9810, 7040, 9992, 6842, 9166, 6812, 9346, 6966, 9465, 7497, 8631, 7075, 9516, 7134, 8548, 7134, 8081, 6989, 8181, 7355, 7818, 7216, 8247, 7245, 8079, 7531, 7927, 7371, 8212, 7082, 8686, 7487, 7712, 7201, 7472, 9205, 6820, 8566, 6901, 10222, 6824, 10777, 7951, 8781, 6783, 9081, 6972, 9354, 7128, 9026, 7009, 8512, 7073, 9281, 7228, 8610, 9040, 8811, 7225, 8699, 7334, 8639, 7163, 8326, 7198, 8569, 7308, 8357, 7059, 8505, 7171, 8722, 7283, 8793, 7334, 8565, 7775, 9466, 7031, 9139, 7352, 8961, 7895, 8975, 7095, 8704, 7172, 9637, 7259, 8674, 8421, 8753, 6949, 9062, 7211, 9084, 6840, 8370, 7129, 8510, 7701, 9032, 7654, 8692, 7185, 8376, 7304, 9000, 7326, 8848, 7513, 10263, 7113, 9694, 7200, 7772, 7414, 7180, 7289, 6902, 7256, 6701, 7341, 6849, 7379, 7064, 7282, 6741, 7444, 6751, 10566, 6925, 10973, 7016, 10677, 7133, 9734, 7162, 8660, 7202, 8377, 7092, 8729, 7200, 8312, 7094, 8987, 7035, 8174, 6982, 10403, 7423, 10496, 7602, 10778, 7187, 7114, 8182, 6905, 13327, 6801, 11389, 7152, 9383, 7052, 8755, 7062, 7967, 7144, 8420, 7376, 8791, 7286, 8056, 7151, 8821, 7212, 9004, 7268, 8594, 7548, 8052, 7459, 8756, 7585, 8356, 7403, 8118, 7368, 7652, 7655, 7368, 7486, 7012, 7305, 6859, 7606, 7010, 7374, 7119, 7332, 8145, 7552, 8240, 7568, 8469, 7639, 8786, 7478, 8927, 7582, 8661, 7904, 8390, 7507, 8387, 7655, 8964, 7517, 9160, 7414, 9655, 7233, 8607, 7289, 8960, 7298, 8673, 7084, 7556, 6985, 10461, 6971, 13283, 7376, 11760, 7052, 11702, 7315, 10035, 7279, 9087, 8229, 8917, 7386, 9607, 7482, 8908, 7500, 8289, 7493, 8510, 7362, 9031, 7466, 8656, 7437, 8613, 7311, 9358, 7356, 8612, 7264, 8154, 7244, 9061, 7461, 9103, 7956, 8380, 7458, 8531, 7546, 8665, 7394, 8684, 7219, 8527, 6961, 8758, 6963, 9908, 7688, 7154, 6505, 8167, 6713, 9516, 6737, 10022, 6876, 9164, 6535, 10406, 6656, 11048, 7650, 10342, 6488, 9306, 6531, 9444, 8556, 8546, 6410, 9107, 6519, 9250, 7129, 8173, 6965, 7723, 6669, 9005, 6852, 9650, 7298, 7835, 7036, 7700, 6988, 9305, 6870, 8172, 6660, 7600, 6584, 7335, 6603, 7392, 7023, 7208, 7828, 7331, 8820, 7263, 9857, 7079, 9403, 6906, 9635, 6994, 9856, 8268, 8950, 6743, 9674, 6798, 9650, 7243, 8975, 6968, 8595, 6595, 8360, 6770, 7155, 7498, 6879, 7277, 7149, 8928, 7010, 10661, 6864, 9585, 6902, 9055, 6890, 9358, 6721, 9645, 6743, 8833, 6615, 8591, 7280, 8607, 6933, 8901, 6908, 9335, 6791, 9681, 6994, 9446, 6890, 7653, 6807, 9998, 6735, 8594, 6807, 7861, 6799, 7213, 6621, 7327, 6628, 7306, 6647, 8964, 6737, 7407, 6595, 8136, 6485, 9660, 6374, 7214, 6329, 7440, 6568, 9337, 6791, 9746, 6700, 9171, 6593, 9683, 7039, 9402, 7620, 8470, 6796, 8306, 6727, 8470, 6919, 8564, 7056, 7707, 6682, 7304, 6752, 7820, 6906, 6906, 6802, 6484, 7126, 6668, 10608, 6707, 8095, 6431, 8909, 6338, 9269, 6607, 9122, 6560, 7246, 6316, 8069, 6599, 9759, 6776, 7260, 6687, 9971, 6602, 11583, 6624, 9683, 6538, 9151, 6600, 9815, 6665, 9656, 8382, 8881, 6581, 9250, 6978, 9261, 7042, 8572, 7437, 8740, 6647, 9248, 6976, 9392, 8140, 8485, 6623, 9225, 6589, 9220, 7784, 8663, 7113, 8909, 6892, 9198, 6790, 9098, 7896, 9021, 6843, 9543, 7437, 8892, 7988, 7543, 6512, 9399, 6521, 9642, 7910, 8875, 6944, 9305, 6855, 8888, 6691, 9261, 6404, 10391, 6704, 8105, 6643, 7949, 6594, 8865, 6500, 8268, 6552, 7883, 6618, 8703, 6512, 8508, 6428, 7265, 6540, 7050, 6730, 6668, 6893, 7163, 6660, 7550, 6987, 6617, 8822, 6492, 9827, 6349, 9839, 6540, 8861, 7021, 8053, 6144, 8269, 6467, 8611, 6553, 8264, 6252, 9377, 6303, 9619, 7076, 9009, 6283, 9989, 6193, 9794, 6765, 8909, 6676, 7927, 6760, 6644, 6780, 6648, 6719, 6437, 6923, 6369, 6975, 6601, 8380, 6604, 7446, 6532, 8239, 6709, 11344, 6936, 10465, 8238, 9722, 6206, 7588, 6740, 7786, 6851, 8136, 6513, 6772, 6747, 7202, 6854, 9033, 6780, 9325, 6579, 8103, 6345, 9928, 6510, 10910, 6477, 9392, 6288, 9409, 8258, 8721, 11257, 7381, 13329, 6587, 10396, 6589, 9474, 7508, 8635, 6471, 7949, 6416, 8287, 6581, 8815, 6346, 8322, 6232, 7625, 6235, 7741, 6679, 6533, 6522, 6619, 6745, 6735, 10636, 6714, 8436, 6547, 9277, 6669, 9975, 6800, 9076, 6455, 8604, 6513, 9945, 6429, 10222, 7360, 9045, 6528, 10082, 6512, 9775, 7360, 9247, 6282, 8321, 6256, 7912, 6362, 8271, 6379, 7672, 6420, 7498, 6481, 8571, 6366, 8288, 6582, 8079, 6496, 8592, 6514, 9735, 6384, 7327, 6781, 6929, 9584, 6882, 7340, 6488, 8330, 6542, 11708, 6539, 11519, 7098, 9997, 6371, 10047, 6477, 9786, 7354, 8388, 6452, 9572, 6518, 9724, 7024, 8514, 6602, 8987, 6426, 9983, 6750, 9854, 7811, 9228, 6518, 10050, 6510, 10461, 7319, 9510, 6620, 9815, 6339, 9871, 6878, 9650, 7281, 7013, 6593, 8128, 6765, 9121, 7006, 7025, 6594, 7174, 6799, 9535, 6682, 11915, 6660, 9163, 6507, 8957, 6488, 9939, 6878, 8389, 6679, 7321, 6557, 7881, 6579, 9293, 6612, 7123, 6878, 9530, 6723, 11589, 6816, 10163, 6542, 9772, 6647, 9679, 6722, 9224, 7589, 8537, 6244, 8861, 6331, 8695, 7105, 8260, 6336, 8176, 6318, 8787, 7419, 9079, 6493, 8693, 6437, 8973, 6662, 8938, 6602, 8390, 6197, 7709, 6187, 8329, 6433, 8957, 6253, 7928, 6293, 7831, 6350, 9183, 6592, 9555, 6370, 8576, 6325, 9410, 6773, 9850, 6377, 8917, 6250, 9036, 7354, 9708, 7035, 8012, 6307, 8641, 6611, 9533, 6486, 7097, 6739, 6532, 6708, 7054, 6731, 6185, 10916, 8108, 12367, 6795, 6315, 6538, 6786, 6594, 7348, 6261, 9521, 6640, 11318, 7354, 12606, 8585, 12929, 9161, 13044, 9110, 11905, 8317, 11505, 7723, 10523, 6849, 7434, 6800, 6126, 6503, 7232, 6829, 6170, 7036, 9929, 7128, 10127, 6592, 9937, 6572, 8534, 6677, 7275, 6701, 7068, 7297, 7126, 8513, 7262, 9222, 7227, 10081, 7894, 10020, 6640, 10213, 6956, 9856, 7032, 7924, 6812, 7025, 7092, 6952, 9929, 6717, 10944, 6905, 10592, 6971, 10883, 8464, 11633, 8943, 10117, 6799, 11224, 7395, 12050, 7932, 11451, 8583, 9644, 6476, 10455, 7155, 10574, 7347, 7710, 6599, 7866, 6559, 8974, 6594, 8508, 6814, 6919, 6369, 6882, 6999, 9057, 7717, 6626, 7169, 6617, 6950, 6713, 8434, 6825, 8278, 7019, 7247, 6757, 8428, 6630, 9620, 7036, 8176, 6837, 7937, 6756, 8451, 8093, 7587, 6628, 6900, 7861, 6916, 12205, 7016, 11685, 6953, 10771, 6742, 12045, 6672, 11161, 8359, 9902, 6388, 10485, 6568, 9999, 7962, 10360, 6650, 9955, 6365, 10011, 6848, 9579, 6587, 6853, 6478, 6620, 7165, 8550, 8232, 6951, 7990, 7079, 7803, 6606, 8463, 6775, 8433, 6941, 7353, 6868, 9120, 6801, 9387, 6757, 10735, 7071, 9124, 6768, 6981, 8058, 6805, 9705, 6770, 10341, 6866, 8435, 6854, 7206, 7326, 8258, 6810, 7172, 6950, 6978, 6675, 8165, 6384, 9582, 6569, 9253, 6823, 9682, 6731, 10791, 6820, 10073, 6689, 9636, 6625, 10900, 6956, 10035, 6687, 8821, 6603, 9728, 7305, 8364, 6694, 6819, 6886, 6835, 6595, 8694, 6787, 7901, 6702, 8129, 6416, 10346, 6486, 9842, 6601, 8959, 6472, 10108, 6517, 8944, 6724, 8122, 6924, 7605, 8892, 6992, 6681, 6648, 7261, 6758, 10335, 6589, 7452, 6700, 9777, 6671, 10913, 6770, 11225, 7087, 9540, 6596, 9836, 6686, 10848, 8274, 10042, 6521, 9418, 6543, 9144, 7476, 9403, 7661, 9063, 6858, 9214, 6809, 9136, 7520, 9267, 6555, 9034, 6480, 9265, 7657, 9038, 6517, 8929, 6839, 8554, 6820, 9331, 6513, 8639, 6553, 8632, 6698, 9488, 6839, 6760, 7110, 6800, 7236, 6516, 9034, 6524, 8834, 6554, 8548, 6468, 10038, 6694, 10016, 6573, 9013, 6689, 8745, 6488, 9258, 6583, 7861, 6431, 7812, 6395, 9025, 6486, 7579, 6791, 6740, 6540, 8204, 6652, 7898, 6693, 6845, 6707, 7540, 6850, 7832, 6838, 7310, 6521, 8017, 6475, 9421, 6551, 8897, 6515, 8528, 6610, 9172, 6448, 9949, 6760, 9075, 6817, 8728, 6487, 10157, 7393, 9536, 6760, 9218, 6835, 10080, 7527, 10179, 6739, 9238, 6606, 9279, 6619, 10590, 6826, 9229, 6709, 8600, 6792, 10226, 7375, 10132, 6421, 9797, 6894, 10481, 8285, 10278, 6675, 10646, 7195, 10557, 8517, 11226, 6905, 9928, 6823, 9608, 8142, 10588, 8758, 11331, 6656, 9575, 6571, 9341, 8187, 8826, 6639, 9140, 6448, 9200, 7167, 9743, 7258, 6929, 6792, 6854, 6856, 6482, 9373, 6825, 8723, 6851, 9057, 6786, 10078, 6705, 10700, 6716, 8853, 6617, 7945, 7014, 8742, 6668, 7188, 6839, 6542, 6569, 8063, 6563, 9248, 6694, 6969, 6781, 7089, 6627, 7513, 6798, 6774, 7017, 6661, 7454, 7060, 7993, 6371, 6827, 6324, 6770, 6742, 7959, 7500, 6797, 6520, 6783, 6450, 9535, 7152, 6758, 6781, 6371, 6350, 6637, 6687, 7941, 8122, 6783, 7426, 6666, 8890, 6530, 10004, 6660, 9148, 6548, 8632, 6586, 10254, 7735, 10891, 6498, 9898, 7437, 10597, 8334, 11729, 6192, 9354, 6371, 9048, 7667, 9668, 7034, 8703, 6334, 8776, 6752, 8980, 7167, 8557, 6400, 8477, 6266, 8513, 6517, 6985, 6416, 6614, 7776, 6613, 9337, 6662, 10146, 6452, 9366, 6362, 9268, 7497, 9601, 6200, 9494, 6414, 9629, 7209, 10444, 7405, 8209, 6132, 8520, 6369, 9667, 6703, 7668, 6077, 7848, 6282, 8305, 6238, 6758, 6341, 6781, 6186, 6783, 7361, 6662, 8436, 6687, 7783, 6793, 9603, 6803, 8851, 6264, 6460, 6343, 6827, 7170, 6512, 7991, 6596, 7400, 6556, 7415, 6588, 9087, 6822, 8431, 6632, 7611, 6376, 8476, 6751, 10290, 6374, 8875, 6813, 9715, 6703, 7237, 6233, 6734, 8400, 6595, 8557, 6711, 8397, 6610, 8717, 6711, 9197, 6636, 8194, 6624, 7965, 6585, 8886, 6738, 8044, 6693, 8064, 6679, 8459, 6570, 9093, 6602, 8622, 6649, 9130, 6549, 10023, 6517, 7785, 6896, 6778, 8490, 7293, 9280], 'WindowCenter': [3875.0, 3817.0, 3845.0, 3814.0, 3832.0, 3778.0, 3806.0, 3776.0, 3796.0, 3775.0, 3795.0, 3773.0, 3795.0, 3761.0, 3783.0, 3753.0, 3784.0, 3762.0, 3752.0, 3749.0, 3762.0, 3772.0, 3761.0, 3793.0, 3763.0, 3782.0, 3774.0, 3795.0, 3763.0, 3796.0, 3764.0, 3795.0, 3764.0, 3784.0, 3762.0, 3785.0, 3776.0, 3776.0, 3774.0, 3775.0, 3763.0, 3775.0, 3774.0, 3776.0, 3786.0, 3776.0, 3776.0, 3776.0, 3786.0, 3777.0, 3818.0, 3776.0, 3804.0, 3776.0, 3802.0, 3775.0, 3804.0, 3776.0, 3817.0, 3786.0, 3824.0, 3776.0, 3805.0, 3775.0, 3806.0, 3785.0, 3804.0, 3762.0, 3783.0, 3752.0, 3774.0, 3752.0, 3762.0, 3751.0, 3763.0, 3759.0, 3762.0, 3794.0, 3763.0, 3794.0, 3775.0, 3781.0, 3772.0, 3803.0, 3774.0, 3795.0, 3787.0, 3796.0, 3775.0, 3807.0, 3776.0, 3807.0, 3797.0, 3807.0, 3776.0, 3791.0, 3776.0, 3808.0, 3787.0, 3794.0, 3787.0, 3797.0, 3776.0, 3807.0, 3775.0, 3796.0, 3800.0, 3797.0, 3777.0, 3806.0, 3776.0, 3797.0, 3785.0, 3796.0, 3776.0, 3794.0, 3774.0, 3798.0, 3777.0, 3798.0, 3766.0, 3797.0, 3776.0, 3797.0, 3776.0, 3797.0, 3775.0, 3776.0, 3761.0, 3774.0, 3762.0, 3764.0, 3794.0, 3763.0, 3763.0, 3775.0, 3761.0, 3774.0, 3773.0, 3776.0, 3795.0, 3776.0, 3785.0, 3776.0, 3836.0, 3776.0, 3817.0, 3796.0, 3815.0, 3762.0, 3783.0, 3772.0, 3774.0, 3751.0, 3762.0, 3760.0, 3763.0, 3760.0, 3775.0, 3771.0, 3775.0, 3764.0, 3774.0, 3758.0, 3765.0, 3784.0, 3777.0, 3775.0, 3765.0, 3772.0, 3764.0, 3805.0, 3775.0, 3803.0, 3763.0, 3791.0, 3763.0, 3805.0, 3776.0, 3807.0, 3775.0, 3795.0, 3763.0, 3805.0, 3776.0, 3797.0, 3775.0, 3785.0, 3775.0, 3795.0, 3774.0, 3784.0, 3775.0, 3795.0, 3775.0, 3785.0, 3787.0, 3786.0, 3784.0, 3797.0, 3777.0, 3796.0, 3775.0, 3785.0, 3774.0, 3776.0, 3805.0, 3764.0, 3793.0, 3764.0, 3802.0, 3766.0, 3818.0, 3787.0, 3796.0, 3763.0, 3795.0, 3763.0, 3803.0, 3776.0, 3795.0, 3764.0, 3795.0, 3764.0, 3792.0, 3775.0, 3796.0, 3797.0, 3795.0, 3774.0, 3784.0, 3775.0, 3795.0, 3764.0, 3784.0, 3761.0, 3794.0, 3774.0, 3795.0, 3775.0, 3794.0, 3775.0, 3795.0, 3772.0, 3795.0, 3775.0, 3805.0, 3787.0, 3804.0, 3774.0, 3806.0, 3776.0, 3805.0, 3798.0, 3809.0, 3778.0, 3796.0, 3775.0, 3806.0, 3775.0, 3796.0, 3797.0, 3796.0, 3775.0, 3795.0, 3788.0, 3807.0, 3766.0, 3796.0, 3776.0, 3795.0, 3774.0, 3796.0, 3785.0, 3796.0, 3776.0, 3795.0, 3776.0, 3796.0, 3776.0, 3797.0, 3775.0, 3817.0, 3764.0, 3805.0, 3762.0, 3773.0, 3761.0, 3762.0, 3761.0, 3762.0, 3761.0, 3752.0, 3759.0, 3752.0, 3772.0, 3763.0, 3772.0, 3753.0, 3762.0, 3752.0, 3805.0, 3762.0, 3804.0, 3764.0, 3803.0, 3763.0, 3793.0, 3764.0, 3795.0, 3773.0, 3783.0, 3763.0, 3784.0, 3774.0, 3782.0, 3775.0, 3804.0, 3775.0, 3795.0, 3776.0, 3814.0, 3776.0, 3817.0, 3774.0, 3815.0, 3762.0, 3752.0, 3772.0, 3762.0, 3824.0, 3751.0, 3813.0, 3750.0, 3792.0, 3761.0, 3782.0, 3761.0, 3771.0, 3761.0, 3782.0, 3772.0, 3784.0, 3773.0, 3774.0, 3764.0, 3795.0, 3775.0, 3795.0, 3775.0, 3795.0, 3775.0, 3784.0, 3775.0, 3795.0, 3775.0, 3784.0, 3775.0, 3784.0, 3773.0, 3773.0, 3774.0, 3775.0, 3774.0, 3775.0, 3774.0, 3764.0, 3772.0, 3764.0, 3774.0, 3775.0, 3775.0, 3786.0, 3785.0, 3797.0, 3785.0, 3797.0, 3787.0, 3797.0, 3777.0, 3797.0, 3785.0, 3797.0, 3796.0, 3797.0, 3785.0, 3798.0, 3787.0, 3806.0, 3785.0, 3817.0, 3787.0, 3820.0, 3788.0, 3805.0, 3788.0, 3805.0, 3788.0, 3796.0, 3778.0, 3785.0, 3776.0, 3814.0, 3776.0, 3840.0, 3775.0, 3825.0, 3765.0, 3826.0, 3774.0, 3806.0, 3775.0, 3795.0, 3784.0, 3794.0, 3774.0, 3794.0, 3775.0, 3796.0, 3774.0, 3784.0, 3774.0, 3794.0, 3775.0, 3796.0, 3774.0, 3795.0, 3776.0, 3796.0, 3775.0, 3796.0, 3774.0, 3797.0, 3777.0, 3786.0, 3777.0, 3797.0, 3777.0, 3797.0, 3786.0, 3785.0, 3775.0, 3796.0, 3785.0, 3796.0, 3789.0, 3799.0, 3777.0, 3797.0, 3775.0, 3797.0, 3777.0, 3818.0, 3783.0, 3774.0, 3765.0, 3780.0, 3765.0, 3806.0, 3765.0, 3806.0, 3763.0, 3794.0, 3753.0, 3800.0, 3752.0, 3814.0, 3774.0, 3804.0, 3741.0, 3782.0, 3740.0, 3793.0, 3782.0, 3782.0, 3741.0, 3781.0, 3740.0, 3782.0, 3762.0, 3772.0, 3761.0, 3762.0, 3751.0, 3782.0, 3766.0, 3806.0, 3763.0, 3772.0, 3761.0, 3761.0, 3761.0, 3793.0, 3751.0, 3779.0, 3752.0, 3774.0, 3753.0, 3763.0, 3764.0, 3773.0, 3765.0, 3775.0, 3772.0, 3775.0, 3796.0, 3776.0, 3818.0, 3778.0, 3808.0, 3776.0, 3806.0, 3776.0, 3819.0, 3798.0, 3796.0, 3761.0, 3806.0, 3766.0, 3806.0, 3776.0, 3804.0, 3776.0, 3796.0, 3765.0, 3785.0, 3766.0, 3764.0, 3776.0, 3765.0, 3774.0, 3764.0, 3794.0, 3776.0, 3818.0, 3765.0, 3805.0, 3764.0, 3794.0, 3763.0, 3796.0, 3753.0, 3795.0, 3753.0, 3782.0, 3751.0, 3781.0, 3762.0, 3783.0, 3763.0, 3792.0, 3763.0, 3791.0, 3751.0, 3806.0, 3763.0, 3793.0, 3762.0, 3761.0, 3750.0, 3792.0, 3750.0, 3783.0, 3752.0, 3774.0, 3765.0, 3763.0, 3752.0, 3761.0, 3751.0, 3761.0, 3764.0, 3794.0, 3751.0, 3761.0, 3752.0, 3773.0, 3751.0, 3795.0, 3743.0, 3762.0, 3753.0, 3763.0, 3765.0, 3806.0, 3767.0, 3808.0, 3766.0, 3797.0, 3765.0, 3806.0, 3765.0, 3807.0, 3775.0, 3784.0, 3753.0, 3784.0, 3752.0, 3784.0, 3763.0, 3785.0, 3764.0, 3773.0, 3752.0, 3763.0, 3765.0, 3775.0, 3763.0, 3765.0, 3752.0, 3754.0, 3762.0, 3753.0, 3806.0, 3753.0, 3768.0, 3752.0, 3782.0, 3751.0, 3795.0, 3765.0, 3795.0, 3766.0, 3774.0, 3753.0, 3785.0, 3765.0, 3806.0, 3765.0, 3772.0, 3765.0, 3806.0, 3754.0, 3818.0, 3755.0, 3795.0, 3753.0, 3793.0, 3754.0, 3806.0, 3753.0, 3806.0, 3786.0, 3795.0, 3753.0, 3794.0, 3764.0, 3796.0, 3766.0, 3797.0, 3777.0, 3797.0, 3765.0, 3791.0, 3766.0, 3808.0, 3786.0, 3786.0, 3764.0, 3795.0, 3764.0, 3805.0, 3787.0, 3785.0, 3764.0, 3794.0, 3780.0, 3808.0, 3766.0, 3796.0, 3786.0, 3795.0, 3766.0, 3819.0, 3778.0, 3794.0, 3786.0, 3775.0, 3754.0, 3795.0, 3756.0, 3808.0, 3786.0, 3797.0, 3764.0, 3795.0, 3752.0, 3783.0, 3754.0, 3794.0, 3740.0, 3802.0, 3750.0, 3760.0, 3750.0, 3771.0, 3751.0, 3781.0, 3741.0, 3771.0, 3739.0, 3760.0, 3749.0, 3771.0, 3739.0, 3771.0, 3727.0, 3747.0, 3728.0, 3749.0, 3750.0, 3739.0, 3750.0, 3750.0, 3751.0, 3772.0, 3762.0, 3753.0, 3783.0, 3742.0, 3793.0, 3742.0, 3792.0, 3741.0, 3784.0, 3763.0, 3773.0, 3742.0, 3772.0, 3754.0, 3784.0, 3754.0, 3786.0, 3756.0, 3795.0, 3755.0, 3807.0, 3777.0, 3791.0, 3756.0, 3807.0, 3743.0, 3806.0, 3766.0, 3796.0, 3753.0, 3773.0, 3752.0, 3752.0, 3753.0, 3754.0, 3753.0, 3754.0, 3764.0, 3753.0, 3764.0, 3765.0, 3785.0, 3767.0, 3771.0, 3755.0, 3786.0, 3779.0, 3830.0, 3777.0, 3819.0, 3787.0, 3794.0, 3742.0, 3775.0, 3753.0, 3772.0, 3753.0, 3785.0, 3753.0, 3753.0, 3753.0, 3763.0, 3764.0, 3796.0, 3753.0, 3795.0, 3753.0, 3775.0, 3755.0, 3805.0, 3754.0, 3816.0, 3755.0, 3795.0, 3743.0, 3785.0, 3774.0, 3785.0, 3803.0, 3751.0, 3812.0, 3738.0, 3779.0, 3740.0, 3780.0, 3749.0, 3769.0, 3727.0, 3757.0, 3738.0, 3771.0, 3750.0, 3781.0, 3741.0, 3770.0, 3729.0, 3760.0, 3742.0, 3762.0, 3740.0, 3740.0, 3740.0, 3751.0, 3750.0, 3752.0, 3804.0, 3752.0, 3772.0, 3742.0, 3783.0, 3752.0, 3794.0, 3754.0, 3784.0, 3752.0, 3785.0, 3754.0, 3805.0, 3754.0, 3806.0, 3775.0, 3796.0, 3755.0, 3805.0, 3753.0, 3806.0, 3775.0, 3795.0, 3743.0, 3783.0, 3752.0, 3784.0, 3754.0, 3785.0, 3754.0, 3776.0, 3754.0, 3775.0, 3755.0, 3796.0, 3753.0, 3785.0, 3765.0, 3785.0, 3755.0, 3796.0, 3754.0, 3807.0, 3743.0, 3764.0, 3753.0, 3765.0, 3795.0, 3764.0, 3765.0, 3743.0, 3772.0, 3742.0, 3816.0, 3744.0, 3815.0, 3763.0, 3794.0, 3743.0, 3804.0, 3755.0, 3806.0, 3775.0, 3784.0, 3753.0, 3795.0, 3754.0, 3806.0, 3760.0, 3786.0, 3765.0, 3795.0, 3755.0, 3807.0, 3766.0, 3808.0, 3777.0, 3796.0, 3754.0, 3806.0, 3754.0, 3817.0, 3776.0, 3796.0, 3754.0, 3794.0, 3743.0, 3795.0, 3755.0, 3795.0, 3764.0, 3753.0, 3753.0, 3773.0, 3754.0, 3794.0, 3753.0, 3753.0, 3753.0, 3753.0, 3752.0, 3793.0, 3752.0, 3813.0, 3751.0, 3782.0, 3740.0, 3781.0, 3742.0, 3793.0, 3752.0, 3773.0, 3754.0, 3763.0, 3742.0, 3774.0, 3752.0, 3784.0, 3754.0, 3753.0, 3740.0, 3792.0, 3752.0, 3814.0, 3751.0, 3793.0, 3742.0, 3793.0, 3752.0, 3792.0, 3752.0, 3782.0, 3762.0, 3771.0, 3741.0, 3781.0, 3742.0, 3783.0, 3763.0, 3774.0, 3742.0, 3772.0, 3744.0, 3785.0, 3775.0, 3799.0, 3758.0, 3787.0, 3754.0, 3795.0, 3753.0, 3793.0, 3753.0, 3785.0, 3744.0, 3773.0, 3744.0, 3784.0, 3754.0, 3796.0, 3754.0, 3785.0, 3754.0, 3775.0, 3756.0, 3809.0, 3766.0, 3808.0, 3755.0, 3796.0, 3757.0, 3807.0, 3766.0, 3807.0, 3756.0, 3796.0, 3755.0, 3797.0, 3778.0, 3796.0, 3766.0, 3775.0, 3755.0, 3797.0, 3768.0, 3808.0, 3756.0, 3765.0, 3755.0, 3755.0, 3767.0, 3779.0, 3767.0, 3746.0, 3805.0, 3775.0, 3816.0, 3750.0, 3740.0, 3742.0, 3751.0, 3754.0, 3762.0, 3743.0, 3795.0, 3754.0, 3805.0, 3763.0, 3814.0, 3774.0, 3802.0, 3770.0, 3789.0, 3758.0, 3777.0, 3745.0, 3764.0, 3723.0, 3763.0, 3710.0, 3710.0, 3710.0, 3690.0, 3712.0, 3732.0, 3723.0, 3713.0, 3736.0, 3776.0, 3735.0, 3789.0, 3737.0, 3777.0, 3737.0, 3769.0, 3736.0, 3747.0, 3750.0, 3763.0, 3775.0, 3764.0, 3785.0, 3764.0, 3795.0, 3778.0, 3818.0, 3787.0, 3803.0, 3766.0, 3817.0, 3777.0, 3818.0, 3778.0, 3789.0, 3768.0, 3773.0, 3766.0, 3778.0, 3820.0, 3779.0, 3831.0, 3779.0, 3825.0, 3775.0, 3826.0, 3800.0, 3827.0, 3811.0, 3814.0, 3767.0, 3818.0, 3777.0, 3828.0, 3787.0, 3818.0, 3798.0, 3796.0, 3755.0, 3816.0, 3778.0, 3818.0, 3779.0, 3787.0, 3766.0, 3787.0, 3756.0, 3797.0, 3766.0, 3797.0, 3766.0, 3765.0, 3755.0, 3765.0, 3766.0, 3797.0, 3787.0, 3754.0, 3765.0, 3754.0, 3766.0, 3767.0, 3798.0, 3766.0, 3799.0, 3766.0, 3777.0, 3766.0, 3798.0, 3766.0, 3809.0, 3766.0, 3787.0, 3755.0, 3786.0, 3755.0, 3787.0, 3774.0, 3776.0, 3755.0, 3766.0, 3774.0, 3765.0, 3829.0, 3765.0, 3827.0, 3764.0, 3805.0, 3753.0, 3828.0, 3765.0, 3815.0, 3798.0, 3805.0, 3754.0, 3805.0, 3765.0, 3807.0, 3787.0, 3809.0, 3766.0, 3802.0, 3755.0, 3819.0, 3767.0, 3804.0, 3767.0, 3766.0, 3767.0, 3767.0, 3777.0, 3793.0, 3788.0, 3764.0, 3786.0, 3764.0, 3775.0, 3767.0, 3798.0, 3767.0, 3787.0, 3762.0, 3776.0, 3763.0, 3812.0, 3767.0, 3808.0, 3763.0, 3830.0, 3780.0, 3805.0, 3780.0, 3773.0, 3788.0, 3765.0, 3808.0, 3767.0, 3820.0, 3749.0, 3786.0, 3755.0, 3775.0, 3776.0, 3786.0, 3754.0, 3767.0, 3766.0, 3765.0, 3756.0, 3787.0, 3755.0, 3808.0, 3762.0, 3808.0, 3767.0, 3809.0, 3768.0, 3817.0, 3757.0, 3807.0, 3756.0, 3808.0, 3767.0, 3817.0, 3765.0, 3795.0, 3753.0, 3783.0, 3754.0, 3795.0, 3764.0, 3786.0, 3754.0, 3753.0, 3752.0, 3753.0, 3753.0, 3784.0, 3753.0, 3774.0, 3752.0, 3774.0, 3757.0, 3807.0, 3755.0, 3805.0, 3754.0, 3795.0, 3754.0, 3808.0, 3755.0, 3799.0, 3755.0, 3775.0, 3764.0, 3775.0, 3784.0, 3764.0, 3754.0, 3754.0, 3763.0, 3766.0, 3806.0, 3765.0, 3765.0, 3767.0, 3808.0, 3766.0, 3819.0, 3756.0, 3817.0, 3765.0, 3795.0, 3754.0, 3795.0, 3751.0, 3817.0, 3785.0, 3796.0, 3744.0, 3794.0, 3743.0, 3796.0, 3777.0, 3794.0, 3775.0, 3784.0, 3753.0, 3794.0, 3754.0, 3794.0, 3776.0, 3796.0, 3754.0, 3784.0, 3756.0, 3796.0, 3775.0, 3785.0, 3743.0, 3784.0, 3755.0, 3785.0, 3756.0, 3796.0, 3755.0, 3786.0, 3755.0, 3785.0, 3766.0, 3795.0, 3767.0, 3754.0, 3765.0, 3754.0, 3776.0, 3754.0, 3796.0, 3738.0, 3796.0, 3743.0, 3785.0, 3744.0, 3807.0, 3753.0, 3797.0, 3752.0, 3785.0, 3753.0, 3785.0, 3743.0, 3795.0, 3753.0, 3773.0, 3740.0, 3773.0, 3744.0, 3795.0, 3742.0, 3762.0, 3752.0, 3753.0, 3744.0, 3785.0, 3754.0, 3775.0, 3754.0, 3755.0, 3754.0, 3776.0, 3755.0, 3776.0, 3754.0, 3765.0, 3750.0, 3788.0, 3752.0, 3809.0, 3755.0, 3797.0, 3755.0, 3793.0, 3764.0, 3809.0, 3756.0, 3820.0, 3767.0, 3798.0, 3767.0, 3797.0, 3757.0, 3808.0, 3773.0, 3798.0, 3756.0, 3796.0, 3767.0, 3808.0, 3776.0, 3806.0, 3754.0, 3795.0, 3753.0, 3795.0, 3754.0, 3806.0, 3753.0, 3794.0, 3753.0, 3783.0, 3754.0, 3805.0, 3765.0, 3806.0, 3744.0, 3794.0, 3765.0, 3817.0, 3787.0, 3806.0, 3754.0, 3803.0, 3754.0, 3805.0, 3785.0, 3805.0, 3753.0, 3793.0, 3741.0, 3783.0, 3763.0, 3791.0, 3772.0, 3802.0, 3739.0, 3781.0, 3740.0, 3781.0, 3773.0, 3781.0, 3754.0, 3782.0, 3741.0, 3796.0, 3764.0, 3794.0, 3765.0, 3763.0, 3755.0, 3767.0, 3767.0, 3751.0, 3797.0, 3754.0, 3786.0, 3754.0, 3785.0, 3743.0, 3795.0, 3741.0, 3805.0, 3741.0, 3783.0, 3740.0, 3762.0, 3751.0, 3771.0, 3739.0, 3739.0, 3738.0, 3729.0, 3740.0, 3762.0, 3740.0, 3784.0, 3739.0, 3749.0, 3741.0, 3752.0, 3752.0, 3762.0, 3740.0, 3741.0, 3752.0, 3752.0, 3765.0, 3767.0, 3774.0, 3743.0, 3753.0, 3743.0, 3749.0, 3754.0, 3774.0, 3765.0, 3753.0, 3743.0, 3753.0, 3754.0, 3797.0, 3767.0, 3767.0, 3766.0, 3754.0, 3755.0, 3754.0, 3754.0, 3777.0, 3789.0, 3766.0, 3765.0, 3755.0, 3796.0, 3745.0, 3807.0, 3756.0, 3796.0, 3745.0, 3787.0, 3757.0, 3808.0, 3775.0, 3818.0, 3743.0, 3796.0, 3766.0, 3805.0, 3773.0, 3804.0, 3730.0, 3781.0, 3741.0, 3783.0, 3763.0, 3782.0, 3751.0, 3772.0, 3741.0, 3772.0, 3753.0, 3795.0, 3765.0, 3784.0, 3743.0, 3772.0, 3755.0, 3785.0, 3745.0, 3753.0, 3743.0, 3754.0, 3773.0, 3755.0, 3796.0, 3768.0, 3807.0, 3755.0, 3783.0, 3742.0, 3795.0, 3763.0, 3782.0, 3732.0, 3782.0, 3741.0, 3783.0, 3764.0, 3793.0, 3752.0, 3760.0, 3731.0, 3771.0, 3730.0, 3783.0, 3755.0, 3763.0, 3731.0, 3759.0, 3742.0, 3773.0, 3731.0, 3740.0, 3730.0, 3740.0, 3731.0, 3753.0, 3764.0, 3753.0, 3774.0, 3752.0, 3774.0, 3756.0, 3809.0, 3767.0, 3781.0, 3745.0, 3738.0, 3744.0, 3755.0, 3766.0, 3745.0, 3776.0, 3754.0, 3765.0, 3743.0, 3765.0, 3756.0, 3786.0, 3749.0, 3773.0, 3742.0, 3763.0, 3756.0, 3785.0, 3755.0, 3808.0, 3745.0, 3785.0, 3756.0, 3794.0, 3755.0, 3765.0, 3746.0, 3766.0, 3788.0, 3767.0, 3787.0, 3756.0, 3786.0, 3767.0, 3799.0, 3755.0, 3797.0, 3755.0, 3774.0, 3749.0, 3774.0, 3755.0, 3785.0, 3750.0, 3775.0, 3755.0, 3774.0, 3767.0, 3789.0, 3769.0, 3798.0, 3757.0, 3786.0, 3756.0, 3798.0, 3744.0, 3797.0, 3743.0, 3764.0, 3740.0, 3742.0, 3772.0, 3752.0, 3782.0], 'WindowWidth': [8681.0, 8590.0, 8620.0, 8574.0, 8590.0, 8514.0, 8548.0, 8507.0, 8532.0, 8504.0, 8529.0, 8497.0, 8527.0, 8481.0, 8509.0, 8469.0, 8513.0, 8479.0, 8468.0, 8460.0, 8480.0, 8492.0, 8478.0, 8522.0, 8485.0, 8508.0, 8500.0, 8526.0, 8486.0, 8533.0, 8489.0, 8528.0, 8488.0, 8514.0, 8484.0, 8519.0, 8509.0, 8507.0, 8501.0, 8503.0, 8485.0, 8502.0, 8501.0, 8508.0, 8519.0, 8508.0, 8506.0, 8508.0, 8518.0, 8510.0, 8564.0, 8509.0, 8541.0, 8505.0, 8536.0, 8504.0, 8541.0, 8507.0, 8560.0, 8520.0, 8567.0, 8504.0, 8541.0, 8503.0, 8543.0, 8514.0, 8537.0, 8480.0, 8508.0, 8467.0, 8500.0, 8468.0, 8482.0, 8463.0, 8481.0, 8472.0, 8481.0, 8525.0, 8486.0, 8524.0, 8500.0, 8505.0, 8498.0, 8539.0, 8502.0, 8529.0, 8522.0, 8531.0, 8503.0, 8545.0, 8507.0, 8548.0, 8535.0, 8548.0, 8507.0, 8522.0, 8507.0, 8551.0, 8525.0, 8529.0, 8521.0, 8534.0, 8506.0, 8549.0, 8507.0, 8533.0, 8546.0, 8535.0, 8509.0, 8546.0, 8508.0, 8535.0, 8519.0, 8533.0, 8508.0, 8528.0, 8504.0, 8540.0, 8510.0, 8537.0, 8494.0, 8534.0, 8506.0, 8535.0, 8508.0, 8537.0, 8505.0, 8507.0, 8479.0, 8499.0, 8480.0, 8486.0, 8524.0, 8486.0, 8484.0, 8502.0, 8481.0, 8502.0, 8501.0, 8509.0, 8532.0, 8508.0, 8517.0, 8507.0, 8585.0, 8505.0, 8560.0, 8530.0, 8553.0, 8481.0, 8508.0, 8494.0, 8500.0, 8466.0, 8482.0, 8477.0, 8484.0, 8478.0, 8502.0, 8494.0, 8503.0, 8488.0, 8501.0, 8473.0, 8490.0, 8515.0, 8513.0, 8503.0, 8489.0, 8496.0, 8488.0, 8543.0, 8503.0, 8537.0, 8485.0, 8518.0, 8485.0, 8542.0, 8507.0, 8545.0, 8504.0, 8527.0, 8485.0, 8540.0, 8506.0, 8535.0, 8503.0, 8514.0, 8503.0, 8529.0, 8503.0, 8515.0, 8503.0, 8531.0, 8504.0, 8519.0, 8523.0, 8519.0, 8518.0, 8535.0, 8509.0, 8533.0, 8505.0, 8517.0, 8502.0, 8507.0, 8543.0, 8486.0, 8523.0, 8487.0, 8534.0, 8494.0, 8562.0, 8521.0, 8530.0, 8486.0, 8526.0, 8485.0, 8539.0, 8506.0, 8529.0, 8488.0, 8528.0, 8488.0, 8521.0, 8503.0, 8530.0, 8533.0, 8527.0, 8500.0, 8511.0, 8501.0, 8528.0, 8487.0, 8512.0, 8479.0, 8526.0, 8499.0, 8530.0, 8505.0, 8528.0, 8502.0, 8528.0, 8497.0, 8529.0, 8505.0, 8546.0, 8525.0, 8543.0, 8503.0, 8546.0, 8507.0, 8544.0, 8539.0, 8554.0, 8513.0, 8532.0, 8503.0, 8544.0, 8505.0, 8532.0, 8534.0, 8530.0, 8503.0, 8527.0, 8526.0, 8550.0, 8493.0, 8531.0, 8507.0, 8527.0, 8501.0, 8529.0, 8518.0, 8532.0, 8506.0, 8530.0, 8505.0, 8531.0, 8505.0, 8534.0, 8503.0, 8559.0, 8487.0, 8542.0, 8480.0, 8496.0, 8478.0, 8481.0, 8475.0, 8479.0, 8477.0, 8466.0, 8472.0, 8469.0, 8494.0, 8484.0, 8495.0, 8469.0, 8479.0, 8468.0, 8539.0, 8482.0, 8537.0, 8484.0, 8534.0, 8482.0, 8521.0, 8485.0, 8527.0, 8495.0, 8508.0, 8483.0, 8512.0, 8499.0, 8507.0, 8503.0, 8542.0, 8505.0, 8530.0, 8506.0, 8553.0, 8507.0, 8558.0, 8500.0, 8554.0, 8479.0, 8465.0, 8491.0, 8479.0, 8561.0, 8464.0, 8543.0, 8461.0, 8515.0, 8475.0, 8505.0, 8479.0, 8489.0, 8476.0, 8504.0, 8494.0, 8510.0, 8497.0, 8498.0, 8487.0, 8528.0, 8504.0, 8526.0, 8502.0, 8529.0, 8503.0, 8513.0, 8501.0, 8526.0, 8501.0, 8514.0, 8502.0, 8513.0, 8497.0, 8497.0, 8500.0, 8502.0, 8501.0, 8505.0, 8499.0, 8487.0, 8494.0, 8487.0, 8499.0, 8504.0, 8504.0, 8519.0, 8517.0, 8534.0, 8518.0, 8535.0, 8525.0, 8536.0, 8508.0, 8535.0, 8517.0, 8532.0, 8536.0, 8536.0, 8518.0, 8535.0, 8524.0, 8548.0, 8520.0, 8563.0, 8527.0, 8572.0, 8528.0, 8547.0, 8526.0, 8543.0, 8527.0, 8536.0, 8514.0, 8516.0, 8507.0, 8554.0, 8505.0, 8596.0, 8505.0, 8568.0, 8489.0, 8568.0, 8498.0, 8541.0, 8502.0, 8528.0, 8513.0, 8525.0, 8499.0, 8524.0, 8502.0, 8529.0, 8499.0, 8511.0, 8499.0, 8525.0, 8501.0, 8529.0, 8501.0, 8527.0, 8506.0, 8530.0, 8502.0, 8529.0, 8501.0, 8532.0, 8509.0, 8517.0, 8507.0, 8532.0, 8508.0, 8533.0, 8519.0, 8514.0, 8501.0, 8529.0, 8516.0, 8533.0, 8531.0, 8541.0, 8510.0, 8534.0, 8505.0, 8535.0, 8511.0, 8564.0, 8516.0, 8502.0, 8493.0, 8505.0, 8490.0, 8544.0, 8492.0, 8543.0, 8484.0, 8525.0, 8470.0, 8529.0, 8467.0, 8551.0, 8498.0, 8535.0, 8449.0, 8503.0, 8449.0, 8521.0, 8506.0, 8504.0, 8448.0, 8502.0, 8447.0, 8505.0, 8480.0, 8491.0, 8478.0, 8477.0, 8463.0, 8505.0, 8492.0, 8543.0, 8480.0, 8490.0, 8477.0, 8475.0, 8477.0, 8520.0, 8466.0, 8499.0, 8467.0, 8496.0, 8470.0, 8482.0, 8487.0, 8497.0, 8488.0, 8502.0, 8495.0, 8501.0, 8531.0, 8507.0, 8563.0, 8510.0, 8549.0, 8505.0, 8544.0, 8506.0, 8565.0, 8537.0, 8532.0, 8482.0, 8544.0, 8492.0, 8546.0, 8506.0, 8541.0, 8508.0, 8532.0, 8490.0, 8515.0, 8493.0, 8488.0, 8504.0, 8488.0, 8500.0, 8486.0, 8527.0, 8505.0, 8562.0, 8489.0, 8541.0, 8486.0, 8524.0, 8483.0, 8528.0, 8469.0, 8526.0, 8468.0, 8506.0, 8464.0, 8501.0, 8481.0, 8509.0, 8483.0, 8520.0, 8484.0, 8516.0, 8465.0, 8542.0, 8482.0, 8522.0, 8479.0, 8473.0, 8460.0, 8515.0, 8461.0, 8506.0, 8468.0, 8498.0, 8490.0, 8481.0, 8467.0, 8476.0, 8464.0, 8478.0, 8487.0, 8522.0, 8463.0, 8476.0, 8466.0, 8493.0, 8465.0, 8526.0, 8455.0, 8480.0, 8469.0, 8482.0, 8488.0, 8545.0, 8495.0, 8547.0, 8492.0, 8533.0, 8491.0, 8542.0, 8489.0, 8545.0, 8501.0, 8510.0, 8469.0, 8510.0, 8467.0, 8511.0, 8483.0, 8513.0, 8484.0, 8495.0, 8468.0, 8482.0, 8487.0, 8502.0, 8482.0, 8488.0, 8467.0, 8471.0, 8479.0, 8471.0, 8543.0, 8471.0, 8485.0, 8467.0, 8504.0, 8464.0, 8527.0, 8489.0, 8527.0, 8491.0, 8499.0, 8472.0, 8514.0, 8491.0, 8545.0, 8489.0, 8494.0, 8488.0, 8542.0, 8472.0, 8561.0, 8474.0, 8526.0, 8469.0, 8522.0, 8471.0, 8543.0, 8472.0, 8541.0, 8516.0, 8527.0, 8469.0, 8523.0, 8484.0, 8529.0, 8492.0, 8531.0, 8508.0, 8531.0, 8490.0, 8519.0, 8492.0, 8549.0, 8519.0, 8517.0, 8488.0, 8527.0, 8486.0, 8542.0, 8520.0, 8514.0, 8487.0, 8524.0, 8516.0, 8550.0, 8494.0, 8532.0, 8518.0, 8530.0, 8493.0, 8568.0, 8512.0, 8526.0, 8518.0, 8502.0, 8474.0, 8527.0, 8478.0, 8551.0, 8518.0, 8532.0, 8486.0, 8524.0, 8466.0, 8507.0, 8470.0, 8523.0, 8447.0, 8532.0, 8460.0, 8472.0, 8459.0, 8488.0, 8462.0, 8501.0, 8448.0, 8487.0, 8443.0, 8472.0, 8458.0, 8488.0, 8442.0, 8486.0, 8425.0, 8451.0, 8426.0, 8455.0, 8458.0, 8443.0, 8459.0, 8460.0, 8463.0, 8493.0, 8480.0, 8470.0, 8507.0, 8451.0, 8519.0, 8451.0, 8517.0, 8450.0, 8508.0, 8479.0, 8496.0, 8452.0, 8490.0, 8471.0, 8510.0, 8473.0, 8516.0, 8478.0, 8526.0, 8476.0, 8547.0, 8507.0, 8519.0, 8478.0, 8544.0, 8457.0, 8541.0, 8490.0, 8529.0, 8470.0, 8494.0, 8466.0, 8466.0, 8468.0, 8471.0, 8469.0, 8473.0, 8484.0, 8471.0, 8485.0, 8490.0, 8515.0, 8493.0, 8494.0, 8476.0, 8516.0, 8517.0, 8583.0, 8508.0, 8566.0, 8519.0, 8523.0, 8452.0, 8500.0, 8467.0, 8492.0, 8467.0, 8513.0, 8469.0, 8468.0, 8469.0, 8483.0, 8487.0, 8530.0, 8470.0, 8526.0, 8469.0, 8499.0, 8475.0, 8539.0, 8472.0, 8555.0, 8474.0, 8525.0, 8453.0, 8512.0, 8493.0, 8509.0, 8530.0, 8458.0, 8541.0, 8438.0, 8492.0, 8442.0, 8494.0, 8452.0, 8478.0, 8424.0, 8462.0, 8440.0, 8486.0, 8459.0, 8499.0, 8446.0, 8482.0, 8428.0, 8470.0, 8451.0, 8476.0, 8444.0, 8444.0, 8443.0, 8461.0, 8458.0, 8467.0, 8538.0, 8466.0, 8490.0, 8451.0, 8503.0, 8465.0, 8521.0, 8470.0, 8509.0, 8467.0, 8511.0, 8470.0, 8538.0, 8473.0, 8541.0, 8501.0, 8526.0, 8473.0, 8537.0, 8469.0, 8541.0, 8500.0, 8523.0, 8456.0, 8507.0, 8467.0, 8511.0, 8473.0, 8514.0, 8474.0, 8503.0, 8472.0, 8501.0, 8476.0, 8530.0, 8472.0, 8516.0, 8488.0, 8514.0, 8476.0, 8531.0, 8472.0, 8545.0, 8457.0, 8484.0, 8468.0, 8488.0, 8526.0, 8484.0, 8483.0, 8453.0, 8490.0, 8451.0, 8552.0, 8458.0, 8551.0, 8480.0, 8521.0, 8453.0, 8536.0, 8473.0, 8539.0, 8501.0, 8509.0, 8469.0, 8524.0, 8472.0, 8541.0, 8478.0, 8515.0, 8488.0, 8526.0, 8473.0, 8544.0, 8491.0, 8546.0, 8506.0, 8529.0, 8473.0, 8540.0, 8473.0, 8556.0, 8502.0, 8527.0, 8471.0, 8523.0, 8455.0, 8525.0, 8473.0, 8524.0, 8483.0, 8467.0, 8466.0, 8492.0, 8472.0, 8522.0, 8467.0, 8465.0, 8465.0, 8464.0, 8464.0, 8518.0, 8464.0, 8545.0, 8460.0, 8500.0, 8445.0, 8498.0, 8450.0, 8518.0, 8464.0, 8492.0, 8467.0, 8478.0, 8451.0, 8494.0, 8467.0, 8507.0, 8468.0, 8464.0, 8446.0, 8514.0, 8464.0, 8547.0, 8463.0, 8517.0, 8450.0, 8516.0, 8463.0, 8516.0, 8465.0, 8501.0, 8476.0, 8486.0, 8448.0, 8500.0, 8451.0, 8506.0, 8480.0, 8493.0, 8451.0, 8489.0, 8458.0, 8510.0, 8499.0, 8537.0, 8484.0, 8517.0, 8472.0, 8524.0, 8470.0, 8521.0, 8470.0, 8512.0, 8457.0, 8494.0, 8459.0, 8511.0, 8472.0, 8527.0, 8471.0, 8512.0, 8472.0, 8502.0, 8478.0, 8551.0, 8491.0, 8546.0, 8474.0, 8528.0, 8480.0, 8545.0, 8490.0, 8543.0, 8476.0, 8527.0, 8474.0, 8534.0, 8508.0, 8528.0, 8489.0, 8500.0, 8473.0, 8533.0, 8494.0, 8547.0, 8477.0, 8485.0, 8474.0, 8476.0, 8496.0, 8514.0, 8495.0, 8462.0, 8536.0, 8497.0, 8552.0, 8462.0, 8447.0, 8451.0, 8463.0, 8468.0, 8477.0, 8455.0, 8523.0, 8469.0, 8536.0, 8481.0, 8546.0, 8492.0, 8524.0, 8478.0, 8500.0, 8458.0, 8480.0, 8436.0, 8459.0, 8404.0, 8454.0, 8383.0, 8381.0, 8382.0, 8355.0, 8391.0, 8419.0, 8408.0, 8397.0, 8431.0, 8483.0, 8427.0, 8504.0, 8435.0, 8485.0, 8435.0, 8477.0, 8433.0, 8447.0, 8459.0, 8482.0, 8500.0, 8484.0, 8512.0, 8483.0, 8524.0, 8509.0, 8562.0, 8520.0, 8535.0, 8491.0, 8557.0, 8507.0, 8564.0, 8512.0, 8525.0, 8497.0, 8500.0, 8493.0, 8510.0, 8570.0, 8516.0, 8584.0, 8516.0, 8570.0, 8505.0, 8572.0, 8543.0, 8575.0, 8558.0, 8555.0, 8494.0, 8561.0, 8507.0, 8576.0, 8521.0, 8561.0, 8534.0, 8528.0, 8473.0, 8554.0, 8510.0, 8559.0, 8514.0, 8522.0, 8492.0, 8520.0, 8477.0, 8533.0, 8492.0, 8531.0, 8490.0, 8487.0, 8474.0, 8486.0, 8492.0, 8534.0, 8521.0, 8473.0, 8488.0, 8471.0, 8491.0, 8495.0, 8538.0, 8491.0, 8538.0, 8491.0, 8506.0, 8490.0, 8537.0, 8492.0, 8552.0, 8491.0, 8520.0, 8475.0, 8517.0, 8475.0, 8519.0, 8499.0, 8504.0, 8473.0, 8490.0, 8496.0, 8488.0, 8576.0, 8487.0, 8570.0, 8486.0, 8539.0, 8468.0, 8573.0, 8490.0, 8553.0, 8535.0, 8540.0, 8472.0, 8538.0, 8487.0, 8544.0, 8520.0, 8548.0, 8492.0, 8533.0, 8475.0, 8565.0, 8496.0, 8539.0, 8494.0, 8492.0, 8496.0, 8495.0, 8508.0, 8525.0, 8522.0, 8487.0, 8516.0, 8487.0, 8503.0, 8494.0, 8536.0, 8496.0, 8520.0, 8483.0, 8505.0, 8486.0, 8560.0, 8495.0, 8547.0, 8487.0, 8582.0, 8518.0, 8546.0, 8518.0, 8499.0, 8522.0, 8487.0, 8551.0, 8493.0, 8566.0, 8462.0, 8516.0, 8473.0, 8502.0, 8502.0, 8515.0, 8469.0, 8495.0, 8491.0, 8488.0, 8476.0, 8518.0, 8475.0, 8547.0, 8483.0, 8547.0, 8493.0, 8550.0, 8495.0, 8559.0, 8478.0, 8544.0, 8474.0, 8547.0, 8494.0, 8557.0, 8486.0, 8525.0, 8467.0, 8507.0, 8470.0, 8525.0, 8482.0, 8515.0, 8468.0, 8466.0, 8464.0, 8469.0, 8469.0, 8512.0, 8468.0, 8498.0, 8465.0, 8498.0, 8480.0, 8544.0, 8474.0, 8540.0, 8471.0, 8525.0, 8473.0, 8547.0, 8475.0, 8537.0, 8474.0, 8499.0, 8484.0, 8501.0, 8510.0, 8484.0, 8469.0, 8470.0, 8480.0, 8489.0, 8540.0, 8486.0, 8485.0, 8492.0, 8549.0, 8489.0, 8561.0, 8477.0, 8555.0, 8486.0, 8524.0, 8470.0, 8522.0, 8464.0, 8556.0, 8513.0, 8525.0, 8456.0, 8522.0, 8456.0, 8527.0, 8504.0, 8521.0, 8499.0, 8509.0, 8466.0, 8520.0, 8471.0, 8522.0, 8501.0, 8526.0, 8470.0, 8509.0, 8477.0, 8527.0, 8499.0, 8511.0, 8454.0, 8508.0, 8473.0, 8512.0, 8477.0, 8527.0, 8475.0, 8515.0, 8474.0, 8514.0, 8490.0, 8525.0, 8492.0, 8472.0, 8487.0, 8471.0, 8503.0, 8472.0, 8529.0, 8446.0, 8527.0, 8455.0, 8512.0, 8457.0, 8544.0, 8468.0, 8528.0, 8466.0, 8509.0, 8466.0, 8511.0, 8453.0, 8525.0, 8465.0, 8493.0, 8447.0, 8495.0, 8457.0, 8526.0, 8452.0, 8479.0, 8465.0, 8468.0, 8458.0, 8512.0, 8469.0, 8499.0, 8469.0, 8474.0, 8472.0, 8503.0, 8473.0, 8503.0, 8472.0, 8487.0, 8465.0, 8524.0, 8469.0, 8550.0, 8477.0, 8533.0, 8477.0, 8524.0, 8489.0, 8550.0, 8477.0, 8567.0, 8494.0, 8534.0, 8492.0, 8533.0, 8481.0, 8546.0, 8497.0, 8532.0, 8476.0, 8529.0, 8492.0, 8547.0, 8502.0, 8541.0, 8470.0, 8525.0, 8468.0, 8527.0, 8471.0, 8541.0, 8467.0, 8521.0, 8467.0, 8508.0, 8471.0, 8537.0, 8487.0, 8541.0, 8458.0, 8523.0, 8487.0, 8557.0, 8518.0, 8540.0, 8469.0, 8532.0, 8468.0, 8536.0, 8511.0, 8536.0, 8464.0, 8517.0, 8446.0, 8502.0, 8477.0, 8512.0, 8488.0, 8526.0, 8440.0, 8496.0, 8445.0, 8500.0, 8495.0, 8499.0, 8470.0, 8501.0, 8448.0, 8526.0, 8483.0, 8522.0, 8485.0, 8481.0, 8475.0, 8492.0, 8493.0, 8468.0, 8533.0, 8471.0, 8514.0, 8468.0, 8512.0, 8453.0, 8524.0, 8448.0, 8537.0, 8446.0, 8502.0, 8444.0, 8474.0, 8458.0, 8486.0, 8440.0, 8441.0, 8439.0, 8427.0, 8444.0, 8474.0, 8444.0, 8504.0, 8441.0, 8455.0, 8446.0, 8462.0, 8464.0, 8476.0, 8445.0, 8448.0, 8462.0, 8466.0, 8485.0, 8495.0, 8497.0, 8454.0, 8466.0, 8453.0, 8458.0, 8471.0, 8494.0, 8485.0, 8466.0, 8454.0, 8466.0, 8470.0, 8528.0, 8494.0, 8496.0, 8491.0, 8473.0, 8477.0, 8473.0, 8472.0, 8502.0, 8524.0, 8489.0, 8486.0, 8474.0, 8529.0, 8460.0, 8544.0, 8474.0, 8526.0, 8460.0, 8516.0, 8478.0, 8544.0, 8502.0, 8558.0, 8454.0, 8525.0, 8489.0, 8537.0, 8492.0, 8531.0, 8432.0, 8497.0, 8447.0, 8505.0, 8479.0, 8500.0, 8460.0, 8488.0, 8446.0, 8489.0, 8465.0, 8525.0, 8486.0, 8509.0, 8452.0, 8491.0, 8475.0, 8512.0, 8459.0, 8466.0, 8456.0, 8471.0, 8494.0, 8471.0, 8527.0, 8496.0, 8544.0, 8475.0, 8506.0, 8451.0, 8525.0, 8481.0, 8502.0, 8436.0, 8500.0, 8446.0, 8503.0, 8479.0, 8516.0, 8463.0, 8468.0, 8431.0, 8482.0, 8430.0, 8501.0, 8473.0, 8477.0, 8432.0, 8467.0, 8450.0, 8490.0, 8432.0, 8443.0, 8431.0, 8443.0, 8435.0, 8468.0, 8481.0, 8465.0, 8493.0, 8463.0, 8496.0, 8475.0, 8548.0, 8493.0, 8505.0, 8460.0, 8444.0, 8458.0, 8472.0, 8488.0, 8458.0, 8501.0, 8468.0, 8484.0, 8452.0, 8485.0, 8475.0, 8513.0, 8457.0, 8491.0, 8452.0, 8479.0, 8475.0, 8511.0, 8471.0, 8545.0, 8460.0, 8510.0, 8476.0, 8522.0, 8473.0, 8485.0, 8462.0, 8489.0, 8522.0, 8491.0, 8518.0, 8475.0, 8513.0, 8491.0, 8536.0, 8473.0, 8530.0, 8472.0, 8495.0, 8458.0, 8496.0, 8472.0, 8509.0, 8462.0, 8498.0, 8473.0, 8496.0, 8492.0, 8523.0, 8497.0, 8534.0, 8478.0, 8514.0, 8475.0, 8533.0, 8455.0, 8531.0, 8451.0, 8478.0, 8444.0, 8448.0, 8488.0, 8461.0, 8500.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.001554559902200489</td></tr>
<tr><td colspan=3>aqi</td><td>0.0788256836797066</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.617816241492314</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0457595649357807</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9131261391620792</td></tr>
<tr><td colspan=3>efc</td><td>0.4602</td></tr>
<tr><td colspan=3>fber</td><td>5054.561</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12049950767003255</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>149</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.10757946210269</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.508891210080057</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.395950488330634</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6915194812837204</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4392036606258167</td></tr>
<tr><td colspan=3>gcor</td><td>0.00308994</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015594067983329296</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030918845906853676</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1636</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.002247628432795</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>29.0786</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.2594</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.6497</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305582.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>621.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>268.5714</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.275</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.6339</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3027.8469</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3169.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70962.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1137.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3980.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>791.7995</td></tr>
<tr><td colspan=3>tsnr</td><td>22.695735686575063</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>