ds005256-mriqc/sub-0105_ses-03_task-shortvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter a81ea98a1d [DATALAD RUNCMD] Compute MRIQC for sub-0105
=== 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-0105 --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-0105",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:35:26 +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-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-03/func/sub-0105_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>cb57ee014b1747747ad934429e49d279</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:59:45.542500</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.999189, -0.0300117, 0.0268625, 0.0329719, 0.992518, -0.117562]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0987832</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>[4229, -7734, -7313, 186, -126, -107, -66, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>266.111</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d9d77892-be2f-41ec-ac1e-578014db7fcd||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.6807496547698975, 0.08846113085746765, 0.06245986372232437, 105.33256530761719], [0.08051908761262894, 2.662853240966797, -0.3195509612560272, -85.36337280273438], [0.07207010686397552, 0.31540995836257935, 2.680295944213867, -113.97988891601562], [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': ['195945.542500', '195946.002500', '195946.462500', '195946.922500', '195947.382500', '195947.842500', '195948.302500', '195948.762500', '195949.222500', '195949.682500', '195950.142500', '195950.602500', '195951.062500', '195951.522500', '195951.982500', '195952.442500', '195952.902500', '195953.362500', '195953.822500', '195954.282500', '195954.742500', '195955.202500', '195955.662500', '195956.122500', '195956.582500', '195957.042500', '195957.502500', '195957.962500', '195958.422500', '195958.882500', '195959.342500', '195959.802500', '200000.262500', '200000.722500', '200001.182500', '200001.642500', '200002.102500', '200002.562500', '200003.022500', '200003.482500', '200003.942500', '200004.402500', '200004.862500', '200005.322500', '200005.782500', '200006.242500', '200006.702500', '200007.162500', '200007.622500', '200008.082500', '200008.542500', '200009.002500', '200009.462500', '200009.922500', '200010.382500', '200010.842500', '200011.302500', '200011.762500', '200012.222500', '200012.682500', '200013.142500', '200013.602500', '200014.062500', '200014.522500', '200014.982500', '200015.442500', '200015.902500', '200016.362500', '200016.822500', '200017.282500', '200017.742500', '200018.202500', '200018.662500', '200019.122500', '200019.582500', '200020.042500', '200020.502500', '200020.962500', '200021.422500', '200021.882500', '200022.342500', '200022.802500', '200023.262500', '200023.722500', '200024.182500', '200024.642500', '200025.102500', '200025.562500', '200026.022500', '200026.482500', '200026.942500', '200027.402500', '200027.862500', '200028.322500', '200028.782500', '200029.242500', '200029.702500', '200030.162500', '200030.622500', '200031.082500', '200031.542500', '200032.002500', '200032.462500', '200032.922500', '200033.382500', '200033.842500', '200034.302500', '200034.762500', '200035.222500', '200035.682500', '200036.142500', '200036.602500', '200037.062500', '200037.522500', '200037.982500', '200038.442500', '200038.902500', '200039.362500', '200039.822500', '200040.282500', '200040.742500', '200041.202500', '200041.662500', '200042.122500', '200042.582500', '200043.042500', '200043.502500', '200043.962500', '200044.422500', '200044.882500', '200045.342500', '200045.802500', '200046.262500', '200046.722500', '200047.182500', '200047.642500', '200048.102500', '200048.562500', '200049.022500', '200049.482500', '200049.942500', '200050.402500', '200050.862500', '200051.322500', '200051.782500', '200052.242500', '200052.702500', '200053.162500', '200053.622500', '200054.082500', '200054.542500', '200055.002500', '200055.462500', '200055.922500', '200056.382500', '200056.842500', '200057.302500', '200057.762500', '200058.222500', '200058.682500', '200059.142500', '200059.602500', '200100.062500', '200100.522500', '200100.982500', '200101.442500', '200101.902500', '200102.362500', '200102.822500', '200103.282500', '200103.742500', '200104.202500', '200104.662500', '200105.122500', '200105.582500', '200106.042500', '200106.502500', '200106.962500', '200107.422500', '200107.882500', '200108.342500', '200108.802500', '200109.262500', '200109.722500', '200110.182500', '200110.642500', '200111.102500', '200111.562500', '200112.022500', '200112.482500', '200112.942500', '200113.402500', '200113.862500', '200114.322500', '200114.782500', '200115.242500', '200115.702500', '200116.162500', '200116.622500', '200117.082500', '200117.542500', '200118.002500', '200118.462500', '200118.922500', '200119.382500', '200119.842500', '200120.302500', '200120.762500', '200121.222500', '200121.682500', '200122.142500', '200122.602500', '200123.062500', '200123.522500', '200123.982500', '200124.442500', '200124.902500', '200125.362500', '200125.822500', '200126.282500', '200126.742500', '200127.202500', '200127.662500', '200128.122500', '200128.582500', '200129.042500', '200129.502500', '200129.962500', '200130.422500', '200130.882500', '200131.342500', '200131.802500', '200132.262500', '200132.722500', '200133.182500', '200133.642500', '200134.102500', '200134.562500', '200135.022500', '200135.482500', '200135.942500', '200136.402500', '200136.862500', '200137.322500', '200137.782500', '200138.242500', '200138.702500', '200139.162500', '200139.622500', '200140.082500', '200140.542500', '200141.002500', '200141.462500', '200141.922500', '200142.382500', '200142.842500', '200143.302500', '200143.762500', '200144.222500', '200144.682500', '200145.142500', '200145.602500', '200146.062500', '200146.522500', '200146.982500', '200147.442500', '200147.902500', '200148.362500', '200148.822500', '200149.282500', '200149.742500', '200150.202500', '200150.662500', '200151.122500', '200151.582500', '200152.042500', '200152.502500', '200152.962500', '200153.422500', '200153.882500', '200154.342500', '200154.802500', '200155.262500', '200155.722500', '200156.182500', '200156.642500', '200157.102500', '200157.562500', '200158.022500', '200158.482500', '200158.942500', '200159.402500', '200159.862500', '200200.322500', '200200.782500', '200201.242500', '200201.702500', '200202.162500', '200202.622500', '200203.082500', '200203.542500', '200204.002500', '200204.462500', '200204.922500', '200205.382500', '200205.842500', '200206.302500', '200206.762500', '200207.222500', '200207.682500', '200208.142500', '200208.602500', '200209.062500', '200209.522500', '200209.982500', '200210.442500', '200210.902500', '200211.362500', '200211.822500', '200212.282500', '200212.742500', '200213.202500', '200213.662500', '200214.122500', '200214.582500', '200215.042500', '200215.502500', '200215.962500', '200216.422500', '200216.882500', '200217.342500', '200217.802500', '200218.262500', '200218.722500', '200219.182500', '200219.642500', '200220.102500', '200220.562500', '200221.022500', '200221.482500', '200221.942500', '200222.402500', '200222.862500', '200223.322500', '200223.782500', '200224.242500', '200224.702500', '200225.162500', '200225.622500', '200226.082500', '200226.542500', '200227.002500', '200227.462500', '200227.922500', '200228.382500', '200228.842500', '200229.302500', '200229.762500', '200230.222500', '200230.682500', '200231.142500', '200231.602500', '200232.062500', '200232.522500', '200232.982500', '200233.442500', '200233.902500', '200234.362500', '200234.822500', '200235.282500', '200235.742500', '200236.202500', '200236.662500', '200237.122500', '200237.582500', '200238.042500', '200238.502500', '200238.962500', '200239.422500', '200239.882500', '200240.342500', '200240.802500', '200241.262500', '200241.722500', '200242.182500', '200242.642500', '200243.102500', '200243.562500', '200244.022500', '200244.482500', '200244.942500', '200245.402500', '200245.862500', '200246.322500', '200246.782500', '200247.242500', '200247.702500', '200248.162500', '200248.622500', '200249.082500', '200249.542500', '200250.002500', '200250.462500', '200250.922500', '200251.382500', '200251.842500', '200252.302500', '200252.762500', '200253.222500', '200253.682500', '200254.142500', '200254.602500', '200255.062500', '200255.522500', '200255.982500', '200256.442500', '200256.902500', '200257.362500', '200257.822500', '200258.282500', '200258.742500', '200259.202500', '200259.662500', '200300.122500', '200300.582500', '200301.042500', '200301.502500', '200301.962500', '200302.422500', '200302.882500', '200303.342500', '200303.802500', '200304.262500', '200304.722500', '200305.182500', '200305.642500', '200306.102500', '200306.562500', '200307.022500', '200307.482500', '200307.942500', '200308.402500', '200308.862500', '200309.322500', '200309.782500', '200310.242500', '200310.702500', '200311.162500', '200311.622500', '200312.082500', '200312.542500', '200313.002500', '200313.462500', '200313.922500', '200314.382500', '200314.842500', '200315.302500', '200315.762500', '200316.222500', '200316.682500', '200317.142500', '200317.602500', '200318.062500', '200318.522500', '200318.982500', '200319.442500', '200319.902500', '200320.362500', '200320.822500', '200321.282500', '200321.742500', '200322.202500', '200322.662500', '200323.122500', '200323.582500', '200324.042500', '200324.502500', '200324.962500', '200325.422500', '200325.882500', '200326.342500', '200326.802500', '200327.262500', '200327.722500', '200328.182500', '200328.642500', '200329.102500', '200329.562500', '200330.022500', '200330.482500', '200330.942500', '200331.402500', '200331.862500', '200332.322500', '200332.782500', '200333.242500', '200333.702500', '200334.162500', '200334.622500', '200335.082500', '200335.542500', '200336.002500', '200336.462500', '200336.922500', '200337.382500', '200337.842500', '200338.302500', '200338.762500', '200339.222500', '200339.682500', '200340.142500', '200340.602500', '200341.062500', '200341.522500', '200341.982500', '200342.442500', '200342.902500', '200343.362500', '200343.822500', '200344.282500', '200344.742500', '200345.202500', '200345.662500', '200346.122500', '200346.582500', '200347.042500', '200347.502500', '200347.962500', '200348.422500', '200348.882500', '200349.342500', '200349.802500', '200350.262500', '200350.722500', '200351.182500', '200351.642500', '200352.102500', '200352.562500', '200353.022500', '200353.482500', '200353.942500', '200354.402500', '200354.862500', '200355.322500', '200355.782500', '200356.242500', '200356.702500', '200357.162500', '200357.622500', '200358.082500', '200358.542500', '200359.002500', '200359.462500', '200359.922500', '200400.382500', '200400.842500', '200401.302500', '200401.762500', '200402.222500', '200402.682500', '200403.142500', '200403.602500', '200404.062500', '200404.522500', '200404.982500', '200405.442500', '200405.902500', '200406.362500', '200406.822500', '200407.282500', '200407.742500', '200408.202500', '200408.662500', '200409.122500', '200409.582500', '200410.042500', '200410.502500', '200410.962500', '200411.422500', '200411.882500', '200412.342500', '200412.802500', '200413.262500', '200413.722500', '200414.182500', '200414.642500', '200415.102500', '200415.562500', '200416.022500', '200416.482500', '200416.942500', '200417.402500', '200417.862500', '200418.322500', '200418.782500', '200419.242500', '200419.702500', '200420.162500', '200420.622500', '200421.082500', '200421.542500', '200422.002500', '200422.462500', '200422.922500', '200423.382500', '200423.842500', '200424.302500', '200424.762500', '200425.222500', '200425.682500', '200426.142500', '200426.602500', '200427.062500', '200427.522500', '200427.982500', '200428.442500', '200428.902500', '200429.362500', '200429.822500', '200430.282500', '200430.742500', '200431.202500', '200431.662500', '200432.122500', '200432.582500', '200433.042500', '200433.502500', '200433.962500', '200434.422500', '200434.882500', '200435.342500', '200435.802500', '200436.262500', '200436.722500', '200437.182500', '200437.642500', '200438.102500', '200438.562500', '200439.022500', '200439.482500', '200439.942500', '200440.402500', '200440.862500', '200441.322500', '200441.782500', '200442.242500', '200442.702500', '200443.162500', '200443.622500', '200444.082500', '200444.542500', '200445.002500', '200445.462500', '200445.922500', '200446.382500', '200446.842500', '200447.302500', '200447.762500', '200448.222500', '200448.682500', '200449.142500', '200449.602500', '200450.062500', '200450.522500', '200450.982500', '200451.442500', '200451.902500', '200452.362500', '200452.822500', '200453.282500', '200453.742500', '200454.202500', '200454.662500', '200455.122500', '200455.582500', '200456.042500', '200456.502500', '200456.962500', '200457.422500', '200457.882500', '200458.342500', '200458.802500', '200459.262500', '200459.722500', '200500.182500', '200500.642500', '200501.102500', '200501.562500', '200502.022500', '200502.482500', '200502.942500', '200503.402500', '200503.862500', '200504.322500', '200504.782500', '200505.242500', '200505.702500', '200506.162500', '200506.622500', '200507.082500', '200507.542500', '200508.002500', '200508.462500', '200508.922500', '200509.382500', '200509.842500', '200510.302500', '200510.762500', '200511.222500', '200511.682500', '200512.142500', '200512.602500', '200513.062500', '200513.522500', '200513.982500', '200514.442500', '200514.902500', '200515.362500', '200515.822500', '200516.282500', '200516.742500', '200517.202500', '200517.662500', '200518.122500', '200518.582500', '200519.042500', '200519.502500', '200519.962500', '200520.422500', '200520.882500', '200521.342500', '200521.802500', '200522.262500', '200522.722500', '200523.182500', '200523.642500', '200524.102500', '200524.562500', '200525.022500', '200525.482500', '200525.942500', '200526.402500', '200526.862500', '200527.322500', '200527.782500', '200528.242500', '200528.702500', '200529.162500', '200529.622500', '200530.082500', '200530.542500', '200531.002500', '200531.462500', '200531.922500', '200532.382500', '200532.842500', '200533.302500', '200533.762500', '200534.222500', '200534.682500', '200535.142500', '200535.602500', '200536.062500', '200536.522500', '200536.982500', '200537.442500', '200537.902500', '200538.362500', '200538.822500', '200539.282500', '200539.742500', '200540.202500', '200540.662500', '200541.122500', '200541.582500', '200542.042500', '200542.502500', '200542.962500', '200543.422500', '200543.882500', '200544.342500', '200544.802500', '200545.262500', '200545.722500', '200546.182500', '200546.642500', '200547.102500', '200547.562500', '200548.022500', '200548.482500', '200548.942500', '200549.402500', '200549.862500', '200550.322500', '200550.782500', '200551.242500', '200551.702500', '200552.162500', '200552.622500', '200553.082500', '200553.542500', '200554.002500', '200554.462500', '200554.922500', '200555.382500', '200555.842500', '200556.302500', '200556.762500', '200557.222500', '200557.682500', '200558.142500', '200558.602500', '200559.062500', '200559.522500', '200559.982500', '200600.442500', '200600.902500', '200601.362500', '200601.822500', '200602.282500', '200602.742500', '200603.202500', '200603.662500', '200604.122500', '200604.582500', '200605.042500', '200605.502500', '200605.962500', '200606.422500', '200606.882500', '200607.342500', '200607.802500', '200608.262500', '200608.722500', '200609.182500', '200609.642500', '200610.102500', '200610.562500', '200611.022500', '200611.482500', '200611.942500', '200612.402500', '200612.862500', '200613.322500', '200613.782500', '200614.242500', '200614.702500', '200615.162500', '200615.622500', '200616.082500', '200616.542500', '200617.002500', '200617.462500', '200617.922500', '200618.382500', '200618.842500', '200619.302500', '200619.762500', '200620.222500', '200620.682500', '200621.142500', '200621.602500', '200622.062500', '200622.522500', '200622.982500', '200623.442500', '200623.902500', '200624.362500', '200624.822500', '200625.282500', '200625.742500', '200626.202500', '200626.662500', '200627.122500', '200627.582500', '200628.042500', '200628.502500', '200628.962500', '200629.422500', '200629.882500', '200630.342500', '200630.802500', '200631.262500', '200631.722500', '200632.182500', '200632.642500', '200633.102500', '200633.562500', '200634.022500', '200634.482500', '200634.942500', '200635.402500', '200635.862500', '200636.322500', '200636.782500', '200637.242500', '200637.702500', '200638.162500', '200638.622500', '200639.082500', '200639.542500', '200640.002500', '200640.462500', '200640.922500', '200641.382500', '200641.842500', '200642.302500', '200642.762500', '200643.222500', '200643.682500', '200644.142500', '200644.602500', '200645.062500', '200645.522500', '200645.982500', '200646.442500', '200646.902500', '200647.362500', '200647.822500', '200648.282500', '200648.742500', '200649.202500', '200649.662500', '200650.122500', '200650.582500', '200651.042500', '200651.502500', '200651.962500', '200652.422500', '200652.882500', '200653.342500', '200653.802500', '200654.262500', '200654.722500', '200655.182500', '200655.642500', '200656.102500', '200656.562500', '200657.022500', '200657.482500', '200657.942500', '200658.402500', '200658.862500', '200659.322500', '200659.782500', '200700.242500', '200700.702500', '200701.162500', '200701.622500', '200702.082500', '200702.542500', '200703.002500', '200703.462500', '200703.922500', '200704.382500', '200704.842500', '200705.302500', '200705.762500', '200706.222500', '200706.682500', '200707.142500', '200707.602500', '200708.062500', '200708.522500', '200708.982500', '200709.442500', '200709.902500', '200710.362500', '200710.822500', '200711.282500', '200711.742500', '200712.202500', '200712.662500', '200713.122500', '200713.582500', '200714.042500', '200714.502500', '200714.962500', '200715.422500', '200715.882500', '200716.342500', '200716.802500', '200717.262500', '200717.722500', '200718.182500', '200718.642500', '200719.102500', '200719.562500', '200720.022500', '200720.482500', '200720.942500', '200721.402500', '200721.862500', '200722.322500', '200722.782500', '200723.242500', '200723.702500', '200724.162500', '200724.622500', '200725.082500', '200725.542500', '200726.002500', '200726.462500', '200726.922500', '200727.382500', '200727.842500', '200728.302500', '200728.762500', '200729.222500', '200729.682500', '200730.142500', '200730.602500', '200731.062500', '200731.522500', '200731.982500', '200732.442500', '200732.902500', '200733.362500', '200733.822500', '200734.282500', '200734.742500', '200735.202500', '200735.662500', '200736.122500', '200736.582500', '200737.042500', '200737.502500', '200737.962500', '200738.422500', '200738.882500', '200739.342500', '200739.802500', '200740.262500', '200740.722500', '200741.182500', '200741.642500', '200742.102500', '200742.562500', '200743.022500', '200743.482500', '200743.942500', '200744.402500', '200744.862500', '200745.322500', '200745.782500', '200746.242500', '200746.702500', '200747.162500', '200747.622500', '200748.082500', '200748.542500', '200749.002500', '200749.462500', '200749.922500', '200750.382500', '200750.842500', '200751.302500', '200751.762500', '200752.222500', '200752.682500', '200753.142500', '200753.602500', '200754.062500', '200754.522500', '200754.982500', '200755.442500', '200755.902500', '200756.362500', '200756.822500', '200757.282500', '200757.742500', '200758.202500', '200758.662500', '200759.122500', '200759.582500', '200800.042500', '200800.502500', '200800.962500', '200801.422500', '200801.882500', '200802.342500', '200802.802500', '200803.262500', '200803.722500', '200804.182500', '200804.642500', '200805.102500', '200805.562500', '200806.022500', '200806.482500', '200806.942500', '200807.402500', '200807.862500', '200808.322500', '200808.782500', '200809.242500', '200809.702500', '200810.162500', '200810.622500', '200811.082500', '200811.542500', '200812.002500', '200812.462500', '200812.922500', '200813.382500', '200813.842500', '200814.302500', '200814.762500', '200815.222500', '200815.682500', '200816.142500', '200816.602500', '200817.062500', '200817.522500', '200817.982500', '200818.442500', '200818.902500', '200819.362500', '200819.822500', '200820.282500', '200820.742500', '200821.202500', '200821.662500', '200822.122500', '200822.582500', '200823.042500', '200823.502500', '200823.962500', '200824.422500', '200824.882500', '200825.342500', '200825.802500', '200826.262500', '200826.722500', '200827.182500', '200827.642500', '200828.102500', '200828.562500', '200829.022500', '200829.482500', '200829.942500', '200830.402500', '200830.862500', '200831.322500', '200831.782500', '200832.242500', '200832.702500', '200833.162500', '200833.622500', '200834.082500', '200834.542500', '200835.002500', '200835.462500', '200835.922500', '200836.382500', '200836.842500', '200837.302500', '200837.762500', '200838.222500', '200838.682500', '200839.142500', '200839.602500', '200840.062500', '200840.522500', '200840.982500', '200841.442500', '200841.902500', '200842.362500', '200842.822500', '200843.282500', '200843.742500', '200844.202500', '200844.662500', '200845.122500', '200845.582500', '200846.042500', '200846.502500', '200846.962500', '200847.422500', '200847.882500', '200848.342500', '200848.802500', '200849.262500', '200849.722500', '200850.182500', '200850.642500', '200851.102500', '200851.562500', '200852.022500', '200852.482500', '200852.942500', '200853.402500', '200853.862500', '200854.322500', '200854.782500', '200855.242500', '200855.702500', '200856.162500', '200856.622500', '200857.082500', '200857.542500', '200858.002500', '200858.462500', '200858.922500', '200859.382500', '200859.842500', '200900.302500', '200900.762500', '200901.222500', '200901.682500', '200902.142500', '200902.602500', '200903.062500', '200903.522500', '200903.982500', '200904.442500', '200904.902500', '200905.362500', '200905.822500', '200906.282500', '200906.742500', '200907.202500', '200907.662500', '200908.122500', '200908.582500', '200909.042500', '200909.502500', '200909.962500', '200910.422500', '200910.882500', '200911.342500', '200911.802500', '200912.262500', '200912.722500', '200913.182500', '200913.642500', '200914.102500', '200914.562500', '200915.022500', '200915.482500', '200915.942500', '200916.402500', '200916.862500', '200917.322500', '200917.782500', '200918.242500', '200918.702500', '200919.162500', '200919.622500', '200920.082500', '200920.542500', '200921.002500', '200921.462500', '200921.922500', '200922.382500', '200922.842500', '200923.302500', '200923.762500', '200924.222500', '200924.682500', '200925.142500', '200925.602500', '200926.062500', '200926.522500', '200926.982500', '200927.442500', '200927.902500', '200928.362500', '200928.822500', '200929.282500', '200929.742500', '200930.202500', '200930.662500', '200931.122500', '200931.582500', '200932.042500', '200932.502500', '200932.962500', '200933.422500', '200933.882500', '200934.342500', '200934.802500', '200935.262500', '200935.722500', '200936.182500', '200936.642500', '200937.102500', '200937.562500', '200938.022500', '200938.482500', '200938.942500', '200939.402500', '200939.862500', '200940.322500', '200940.782500', '200941.242500', '200941.702500', '200942.162500', '200942.622500', '200943.082500', '200943.542500', '200944.002500', '200944.462500', '200944.922500', '200945.382500', '200945.842500', '200946.302500', '200946.762500', '200947.222500', '200947.682500', '200948.142500', '200948.602500', '200949.062500', '200949.522500', '200949.982500', '200950.442500', '200950.902500', '200951.362500', '200951.822500', '200952.282500', '200952.742500', '200953.202500', '200953.662500', '200954.122500', '200954.582500', '200955.042500', '200955.502500', '200955.962500', '200956.422500', '200956.882500', '200957.342500', '200957.802500', '200958.262500', '200958.722500', '200959.182500', '200959.642500', '201000.102500', '201000.562500', '201001.022500', '201001.482500', '201001.942500', '201002.402500', '201002.862500', '201003.322500', '201003.782500', '201004.242500', '201004.702500', '201005.162500', '201005.622500', '201006.082500', '201006.542500', '201007.002500', '201007.462500', '201007.922500', '201008.382500', '201008.842500', '201009.302500', '201009.762500', '201010.222500', '201010.682500', '201011.142500', '201011.602500', '201012.062500', '201012.522500', '201012.982500', '201013.442500', '201013.902500', '201014.362500', '201014.822500', '201015.282500', '201015.742500', '201016.202500', '201016.662500', '201017.122500', '201017.582500', '201018.042500', '201018.502500', '201018.962500', '201019.422500', '201019.882500', '201020.342500', '201020.802500', '201021.262500', '201021.722500', '201022.182500', '201022.642500', '201023.102500', '201023.562500', '201024.022500', '201024.482500', '201024.942500', '201025.402500', '201025.862500', '201026.322500', '201026.782500', '201027.242500', '201027.702500', '201028.162500', '201028.622500', '201029.082500', '201029.542500', '201030.002500', '201030.462500', '201030.922500', '201031.382500', '201031.842500', '201032.302500', '201032.762500', '201033.222500', '201033.682500', '201034.142500', '201034.602500', '201035.062500', '201035.522500', '201035.982500', '201036.442500', '201036.902500', '201037.362500', '201037.822500', '201038.282500', '201038.742500', '201039.202500', '201039.662500', '201040.122500', '201040.582500', '201041.042500', '201041.502500', '201041.962500', '201042.422500', '201042.882500', '201043.342500', '201043.802500', '201044.262500', '201044.722500', '201045.182500', '201045.642500', '201046.102500', '201046.562500', '201047.022500', '201047.482500', '201047.942500', '201048.402500', '201048.862500', '201049.322500', '201049.782500', '201050.242500', '201050.702500', '201051.162500', '201051.622500', '201052.082500', '201052.542500', '201053.002500', '201053.462500', '201053.922500', '201054.382500', '201054.842500', '201055.302500', '201055.762500', '201056.222500', '201056.682500', '201057.142500', '201057.602500', '201058.062500', '201058.522500', '201058.982500', '201059.442500', '201059.902500', '201100.362500', '201100.822500', '201101.282500', '201101.742500', '201102.202500', '201102.662500', '201103.122500', '201103.582500', '201104.042500', '201104.502500', '201104.962500', '201105.422500', '201105.882500', '201106.342500', '201106.802500', '201107.262500', '201107.722500', '201108.182500', '201108.642500', '201109.102500', '201109.562500', '201110.022500', '201110.482500', '201110.942500', '201111.402500', '201111.862500', '201112.322500', '201112.782500', '201113.242500', '201113.702500', '201114.162500', '201114.622500', '201115.082500', '201115.542500', '201116.002500', '201116.462500', '201116.922500', '201117.382500', '201117.842500', '201118.302500', '201118.762500', '201119.222500', '201119.682500', '201120.142500', '201120.602500', '201121.062500', '201121.522500', '201121.982500', '201122.442500', '201122.902500', '201123.362500', '201123.822500', '201124.282500', '201124.742500', '201125.202500', '201125.662500', '201126.122500', '201126.582500', '201127.042500', '201127.502500', '201127.962500', '201128.422500', '201128.882500', '201129.342500', '201129.802500', '201130.262500', '201130.722500', '201131.182500', '201131.642500', '201132.102500', '201132.562500', '201133.022500', '201133.482500', '201133.942500', '201134.402500', '201134.862500', '201135.322500', '201135.782500', '201136.242500', '201136.702500', '201137.162500', '201137.622500', '201138.082500', '201138.542500', '201139.002500', '201139.462500', '201139.922500', '201140.382500', '201140.842500', '201141.302500', '201141.762500', '201142.222500', '201142.682500', '201143.142500', '201143.602500', '201144.062500', '201144.522500', '201144.982500', '201145.442500', '201145.902500', '201146.362500', '201146.822500', '201147.282500', '201147.742500', '201148.202500', '201148.662500', '201149.122500', '201149.582500', '201150.042500', '201150.502500', '201150.962500', '201151.422500', '201151.882500', '201152.342500', '201152.802500', '201153.262500', '201153.722500', '201154.182500', '201154.642500', '201155.102500', '201155.562500', '201156.022500', '201156.482500', '201156.942500', '201157.402500', '201157.862500', '201158.322500', '201158.782500', '201159.242500', '201159.702500', '201200.162500', '201200.622500', '201201.082500', '201201.542500', '201202.002500', '201202.462500', '201202.922500', '201203.382500', '201203.842500', '201204.302500', '201204.762500', '201205.222500', '201205.682500', '201206.142500', '201206.602500', '201207.062500', '201207.522500', '201207.982500', '201208.442500', '201208.902500', '201209.362500', '201209.822500', '201210.282500', '201210.742500', '201211.202500', '201211.662500', '201212.122500', '201212.582500', '201213.042500', '201213.502500', '201213.962500', '201214.422500', '201214.882500', '201215.342500', '201215.802500', '201216.262500', '201216.722500', '201217.182500', '201217.642500', '201218.102500', '201218.562500', '201219.022500', '201219.482500'], 'ContentTime': ['200013.832000', '200013.835000', '200013.838000', '200013.841000', '200013.843000', '200013.846000', '200013.848000', '200013.851000', '200013.853000', '200013.856000', '200013.858000', '200013.861000', '200013.863000', '200013.866000', '200013.868000', '200013.871000', '200013.873000', '200013.876000', '200013.878000', '200013.881000', '200013.883000', '200013.886000', '200013.888000', '200013.891000', '200013.893000', '200013.896000', '200013.899000', '200013.901000', '200013.904000', '200013.906000', '200013.913000', '200013.916000', '200013.918000', '200013.921000', '200013.923000', '200013.926000', '200013.928000', '200013.931000', '200013.933000', '200013.936000', '200013.939000', '200013.941000', '200013.944000', '200013.946000', '200013.949000', '200013.951000', '200013.954000', '200013.956000', '200013.959000', '200013.961000', '200013.964000', '200013.966000', '200013.969000', '200013.972000', '200013.974000', '200013.977000', '200013.979000', '200013.982000', '200013.984000', '200013.987000', '200033.794000', '200033.800000', '200033.803000', '200033.806000', '200033.808000', '200033.811000', '200033.814000', '200033.816000', '200033.819000', '200033.837000', '200033.839000', '200033.842000', '200033.844000', '200033.847000', '200033.849000', '200033.852000', '200033.855000', '200033.857000', '200033.860000', '200033.862000', '200033.865000', '200033.867000', '200033.870000', '200033.872000', '200033.875000', '200033.878000', '200033.880000', '200033.883000', '200033.885000', '200033.888000', '200033.890000', '200033.893000', '200033.895000', '200033.898000', '200033.900000', '200033.903000', '200033.905000', '200033.908000', '200033.911000', '200033.913000', '200033.916000', '200033.918000', '200033.921000', '200053.794000', '200053.797000', '200053.800000', '200053.802000', '200053.805000', '200053.808000', '200053.810000', '200053.813000', '200053.815000', '200053.818000', '200053.820000', '200053.823000', '200053.825000', '200053.828000', '200053.831000', '200053.833000', '200053.836000', '200053.838000', '200053.841000', '200053.843000', '200053.846000', '200053.848000', '200053.851000', '200053.853000', '200053.856000', '200053.858000', '200053.861000', '200053.864000', '200053.866000', '200053.869000', '200053.871000', '200053.874000', '200053.876000', '200053.879000', '200053.881000', '200053.884000', '200053.886000', '200053.889000', '200053.892000', '200053.894000', '200053.897000', '200053.899000', '200053.902000', '200053.904000', '200113.794000', '200113.796000', '200113.799000', '200113.802000', '200113.804000', '200113.807000', '200113.809000', '200113.812000', '200113.814000', '200113.817000', '200113.820000', '200113.822000', '200113.825000', '200113.827000', '200113.830000', '200113.832000', '200113.835000', '200113.837000', '200113.840000', '200113.843000', '200113.845000', '200113.848000', '200113.850000', '200113.853000', '200113.856000', '200113.858000', '200113.861000', '200113.863000', '200113.866000', '200113.868000', '200113.871000', '200113.873000', '200113.876000', '200113.879000', '200113.881000', '200113.884000', '200113.886000', '200113.889000', '200113.891000', '200113.894000', '200113.896000', '200113.899000', '200113.902000', '200133.794000', '200133.797000', '200133.799000', '200133.802000', '200133.804000', '200133.807000', '200133.810000', '200133.812000', '200133.815000', '200133.818000', '200133.820000', '200133.823000', '200133.825000', '200133.828000', '200133.830000', '200133.833000', '200133.835000', '200133.838000', '200133.841000', '200133.843000', '200133.846000', '200133.849000', '200133.851000', '200133.854000', '200133.856000', '200133.859000', '200133.861000', '200133.864000', '200133.867000', '200133.869000', '200133.872000', '200133.874000', '200133.877000', '200133.879000', '200133.882000', '200133.885000', '200133.887000', '200133.890000', '200133.892000', '200133.895000', '200133.897000', '200133.900000', '200133.903000', '200133.905000', '200153.793000', '200153.796000', '200153.799000', '200153.842000', '200153.844000', '200153.847000', '200153.849000', '200153.852000', '200153.854000', '200153.857000', '200153.860000', '200153.862000', '200153.865000', '200153.867000', '200153.870000', '200153.872000', '200153.875000', '200153.878000', '200153.880000', '200153.883000', '200153.885000', '200153.888000', '200153.891000', '200153.893000', '200153.896000', '200153.898000', '200153.901000', '200153.903000', '200153.906000', '200153.908000', '200153.911000', '200153.914000', '200153.916000', '200153.919000', '200153.921000', '200153.924000', '200153.927000', '200153.929000', '200153.932000', '200153.934000', '200153.937000', '200153.939000', '200153.942000', '200213.793000', '200213.796000', '200213.799000', '200213.838000', '200213.841000', '200213.857000', '200213.860000', '200213.862000', '200213.865000', '200213.867000', '200213.870000', '200213.873000', '200213.875000', '200213.878000', '200213.880000', '200213.883000', '200213.886000', '200213.888000', '200213.891000', '200213.893000', '200213.896000', '200213.899000', '200213.901000', '200213.904000', '200213.906000', '200213.909000', '200213.911000', '200213.914000', '200213.916000', '200213.919000', '200213.921000', '200213.924000', '200213.927000', '200213.929000', '200213.932000', '200213.934000', '200213.937000', '200213.939000', '200213.942000', '200213.944000', '200213.947000', '200213.950000', '200213.952000', '200213.955000', '200233.793000', '200233.802000', '200233.805000', '200233.807000', '200233.810000', '200233.813000', '200233.815000', '200233.818000', '200233.821000', '200233.823000', '200233.826000', '200233.829000', '200233.831000', '200233.834000', '200233.836000', '200233.839000', '200233.841000', '200233.844000', '200233.847000', '200233.849000', '200233.852000', '200233.854000', '200233.857000', '200233.860000', '200233.862000', '200233.865000', '200233.867000', '200233.870000', '200233.873000', '200233.875000', '200233.878000', '200233.880000', '200233.883000', '200233.886000', '200233.888000', '200233.891000', '200233.894000', '200233.896000', '200233.899000', '200233.901000', '200233.904000', '200233.906000', '200233.909000', '200253.795000', '200253.797000', '200253.824000', '200253.826000', '200253.829000', '200253.831000', '200253.834000', '200253.837000', '200253.839000', '200253.842000', '200253.844000', '200253.847000', '200253.849000', '200253.852000', '200253.855000', '200253.857000', '200253.860000', '200253.862000', '200253.865000', '200253.868000', '200253.870000', '200253.873000', '200253.875000', '200253.878000', '200253.880000', '200253.883000', '200253.885000', '200253.888000', '200253.891000', '200253.893000', '200253.896000', '200253.898000', '200253.901000', '200253.903000', '200253.906000', '200253.908000', '200253.911000', '200253.914000', '200253.916000', '200253.919000', '200253.921000', '200253.924000', '200253.926000', '200253.929000', '200313.794000', '200313.797000', '200313.800000', '200313.856000', '200313.859000', '200313.861000', '200313.864000', '200313.866000', '200313.869000', '200313.871000', '200313.874000', '200313.876000', '200313.879000', '200313.882000', '200313.884000', '200313.887000', '200313.889000', '200313.892000', '200313.894000', '200313.897000', '200313.900000', '200313.902000', '200313.905000', '200313.907000', '200313.910000', '200313.912000', '200313.915000', '200313.918000', '200313.920000', '200313.923000', '200313.925000', '200313.928000', '200313.930000', '200313.933000', '200313.936000', '200313.938000', '200313.941000', '200313.943000', '200313.946000', '200313.948000', '200313.951000', '200313.954000', '200313.956000', '200333.793000', '200333.796000', '200333.799000', '200333.835000', '200333.838000', '200333.841000', '200333.843000', '200333.846000', '200333.848000', '200333.851000', '200333.853000', '200333.856000', '200333.859000', '200333.861000', '200333.864000', '200333.866000', '200333.869000', '200333.871000', '200333.874000', '200333.877000', '200333.879000', '200333.882000', '200333.884000', '200333.887000', '200333.889000', '200333.892000', '200333.895000', '200333.897000', '200333.900000', '200333.902000', '200333.905000', '200333.908000', '200333.910000', '200333.913000', '200333.915000', '200333.918000', '200333.921000', '200333.923000', '200333.926000', '200333.928000', '200333.931000', '200333.933000', '200333.936000', '200333.938000', '200353.793000', '200353.796000', '200353.799000', '200353.860000', '200353.862000', '200353.865000', '200353.868000', '200353.870000', '200353.873000', '200353.875000', '200353.878000', '200353.880000', '200353.883000', '200353.885000', '200353.888000', '200353.891000', '200353.893000', '200353.896000', '200353.898000', '200353.901000', '200353.903000', '200353.906000', '200353.909000', '200353.911000', '200353.914000', '200353.916000', '200353.919000', '200353.921000', '200353.924000', '200353.927000', '200353.929000', '200353.932000', '200353.934000', '200353.937000', '200353.939000', '200353.942000', '200353.944000', '200353.947000', '200353.950000', '200353.952000', '200353.955000', '200353.957000', '200353.960000', '200413.793000', '200413.796000', '200413.799000', '200413.875000', '200413.877000', '200413.880000', '200413.882000', '200413.885000', '200413.887000', '200413.890000', '200413.892000', '200413.895000', '200413.898000', '200413.900000', '200413.903000', '200413.905000', '200413.908000', '200413.910000', '200413.913000', '200413.916000', '200413.918000', '200413.921000', '200413.923000', '200413.926000', '200413.928000', '200413.931000', '200413.933000', '200413.936000', '200413.939000', '200413.941000', '200413.944000', '200413.947000', '200413.949000', '200413.952000', '200413.954000', '200413.957000', '200413.959000', '200413.962000', '200413.965000', '200413.967000', '200413.970000', '200413.972000', '200413.975000', '200433.793000', '200433.797000', '200433.799000', '200433.848000', '200433.851000', '200433.853000', '200433.856000', '200433.858000', '200433.861000', '200433.863000', '200433.866000', '200433.869000', '200433.871000', '200433.874000', '200433.876000', '200433.879000', '200433.882000', '200433.884000', '200433.887000', '200433.889000', '200433.892000', '200433.894000', '200433.897000', '200433.900000', '200433.902000', '200433.905000', '200433.907000', '200433.910000', '200433.913000', '200433.915000', '200433.918000', '200433.920000', '200433.923000', '200433.926000', '200433.928000', '200433.931000', '200433.933000', '200433.936000', '200433.938000', '200433.941000', '200433.944000', '200433.946000', '200433.949000', '200433.951000', '200453.794000', '200453.796000', '200453.799000', '200453.863000', '200453.866000', '200453.868000', '200453.871000', '200453.874000', '200453.876000', '200453.879000', '200453.881000', '200453.884000', '200453.887000', '200453.889000', '200453.892000', '200453.894000', '200453.897000', '200453.899000', '200453.902000', '200453.905000', '200453.907000', '200453.910000', '200453.912000', '200453.915000', '200453.917000', '200453.920000', '200453.922000', '200453.925000', '200453.928000', '200453.930000', '200453.933000', '200453.935000', '200453.938000', '200453.940000', '200453.943000', '200453.946000', '200453.948000', '200453.951000', '200453.953000', '200453.956000', '200453.959000', '200453.961000', '200453.964000', '200513.794000', '200513.797000', '200513.818000', '200513.820000', '200513.823000', '200513.825000', '200513.828000', '200513.830000', '200513.833000', '200513.835000', '200513.838000', '200513.841000', '200513.843000', '200513.846000', '200513.848000', '200513.851000', '200513.854000', '200513.863000', '200513.865000', '200513.868000', '200513.870000', '200513.873000', '200513.875000', '200513.878000', '200513.881000', '200513.883000', '200513.886000', '200513.888000', '200513.891000', '200513.893000', '200513.896000', '200513.898000', '200513.901000', '200513.904000', '200513.906000', '200513.909000', '200513.911000', '200513.914000', '200513.916000', '200513.919000', '200513.922000', '200513.924000', '200513.927000', '200513.929000', '200533.795000', '200533.797000', '200533.857000', '200533.860000', '200533.863000', '200533.866000', '200533.869000', '200533.871000', '200533.874000', '200533.877000', '200533.879000', '200533.882000', '200533.884000', '200533.887000', '200533.890000', '200533.892000', '200533.895000', '200533.897000', '200533.902000', '200533.904000', '200533.907000', '200533.909000', '200533.912000', '200533.915000', '200533.918000', '200533.920000', '200533.923000', '200533.926000', '200533.928000', '200533.931000', '200533.933000', '200533.936000', '200533.939000', '200533.941000', '200533.944000', '200533.946000', '200533.949000', '200533.952000', '200533.954000', '200533.957000', '200533.959000', '200533.962000', '200533.965000', '200553.794000', '200553.796000', '200553.799000', '200553.866000', '200553.868000', '200553.871000', '200553.873000', '200553.876000', '200553.879000', '200553.881000', '200553.884000', '200553.887000', '200553.889000', '200553.892000', '200553.894000', '200553.897000', '200553.899000', '200553.902000', '200553.904000', '200553.907000', '200553.910000', '200553.912000', '200553.915000', '200553.917000', '200553.920000', '200553.922000', '200553.925000', '200553.927000', '200553.930000', '200553.933000', '200553.935000', '200553.938000', '200553.940000', '200553.943000', '200553.945000', '200553.948000', '200553.950000', '200553.953000', '200553.956000', '200553.958000', '200553.961000', '200553.963000', '200553.966000', '200553.968000', '200613.794000', '200613.796000', '200613.799000', '200613.833000', '200613.835000', '200613.838000', '200613.840000', '200613.843000', '200613.846000', '200613.848000', '200613.851000', '200613.853000', '200613.856000', '200613.858000', '200613.861000', '200613.864000', '200613.866000', '200613.869000', '200613.871000', '200613.874000', '200613.876000', '200613.879000', '200613.881000', '200613.884000', '200613.887000', '200613.889000', '200613.892000', '200613.894000', '200613.897000', '200613.899000', '200613.902000', '200613.904000', '200613.907000', '200613.910000', '200613.912000', '200613.915000', '200613.917000', '200613.920000', '200613.922000', '200613.925000', '200613.928000', '200613.930000', '200613.933000', '200633.793000', '200633.796000', '200633.799000', '200633.849000', '200633.851000', '200633.854000', '200633.857000', '200633.859000', '200633.862000', '200633.864000', '200633.867000', '200633.870000', '200633.872000', '200633.875000', '200633.877000', '200633.880000', '200633.882000', '200633.885000', '200633.888000', '200633.890000', '200633.893000', '200633.895000', '200633.898000', '200633.913000', '200633.916000', '200633.919000', '200633.921000', '200633.924000', '200633.926000', '200633.929000', '200633.931000', '200633.934000', '200633.936000', '200633.939000', '200633.942000', '200633.944000', '200633.947000', '200633.949000', '200633.952000', '200633.955000', '200633.957000', '200633.960000', '200633.962000', '200633.965000', '200653.793000', '200653.796000', '200653.799000', '200653.895000', '200653.897000', '200653.900000', '200653.904000', '200653.907000', '200653.909000', '200653.912000', '200653.915000', '200653.917000', '200653.920000', '200653.922000', '200653.925000', '200653.927000', '200653.930000', '200653.932000', '200653.935000', '200653.938000', '200653.940000', '200653.943000', '200653.945000', '200653.948000', '200653.950000', '200653.953000', '200653.956000', '200653.958000', '200653.961000', '200653.963000', '200653.966000', '200653.968000', '200653.971000', '200653.974000', '200653.976000', '200653.979000', '200653.981000', '200653.984000', '200653.986000', '200653.989000', '200653.991000', '200653.994000', '200653.997000', '200713.793000', '200713.796000', '200713.799000', '200713.882000', '200713.884000', '200713.887000', '200713.889000', '200713.892000', '200713.895000', '200713.897000', '200713.900000', '200713.902000', '200713.905000', '200713.908000', '200713.910000', '200713.913000', '200713.915000', '200713.918000', '200713.921000', '200713.923000', '200713.926000', '200713.928000', '200713.931000', '200713.933000', '200713.936000', '200713.939000', '200713.941000', '200713.944000', '200713.946000', '200713.949000', '200713.951000', '200713.954000', '200713.957000', '200713.960000', '200713.962000', '200713.965000', '200713.967000', '200713.970000', '200713.972000', '200713.975000', '200713.978000', '200713.980000', '200713.983000', '200713.985000', '200733.795000', '200733.797000', '200733.800000', '200733.803000', '200733.805000', '200733.808000', '200733.810000', '200733.813000', '200733.816000', '200733.818000', '200733.821000', '200733.823000', '200733.826000', '200733.828000', '200733.831000', '200733.834000', '200733.836000', '200733.839000', '200733.841000', '200733.844000', '200733.847000', '200733.849000', '200733.852000', '200733.854000', '200733.857000', '200733.859000', '200733.862000', '200733.864000', '200733.867000', '200733.869000', '200733.872000', '200733.875000', '200733.877000', '200733.880000', '200733.882000', '200733.885000', '200733.887000', '200733.890000', '200733.893000', '200733.895000', '200733.898000', '200733.900000', '200733.903000', '200753.794000', '200753.797000', '200753.800000', '200753.803000', '200753.805000', '200753.808000', '200753.811000', '200753.813000', '200753.816000', '200753.818000', '200753.821000', '200753.823000', '200753.826000', '200753.829000', '200753.831000', '200753.834000', '200753.836000', '200753.839000', '200753.842000', '200753.844000', '200753.861000', '200753.864000', '200753.867000', '200753.869000', '200753.872000', '200753.874000', '200753.877000', '200753.879000', '200753.882000', '200753.885000', '200753.887000', '200753.890000', '200753.892000', '200753.895000', '200753.898000', '200753.900000', '200753.903000', '200753.905000', '200753.908000', '200753.910000', '200753.913000', '200753.915000', '200753.918000', '200753.921000', '200813.794000', '200813.796000', '200813.799000', '200813.802000', '200813.804000', '200813.807000', '200813.810000', '200813.812000', '200813.815000', '200813.817000', '200813.820000', '200813.822000', '200813.825000', '200813.828000', '200813.830000', '200813.833000', '200813.835000', '200813.838000', '200813.841000', '200813.843000', '200813.846000', '200813.848000', '200813.851000', '200813.854000', '200813.856000', '200813.859000', '200813.861000', '200813.864000', '200813.866000', '200813.869000', '200813.872000', '200813.874000', '200813.877000', '200813.879000', '200813.882000', '200813.885000', '200813.887000', '200813.890000', '200813.892000', '200813.895000', '200813.898000', '200813.900000', '200813.903000', '200833.794000', '200833.797000', '200833.799000', '200833.827000', '200833.830000', '200833.832000', '200833.835000', '200833.837000', '200833.840000', '200833.843000', '200833.845000', '200833.848000', '200833.850000', '200833.853000', '200833.855000', '200833.858000', '200833.860000', '200833.863000', '200833.866000', '200833.868000', '200833.871000', '200833.873000', '200833.876000', '200833.879000', '200833.881000', '200833.884000', '200833.886000', '200833.889000', '200833.891000', '200833.894000', '200833.897000', '200833.899000', '200833.902000', '200833.904000', '200833.907000', '200833.909000', '200833.912000', '200833.915000', '200833.917000', '200833.920000', '200833.922000', '200833.925000', '200833.928000', '200853.794000', '200853.796000', '200853.799000', '200853.845000', '200853.847000', '200853.850000', '200853.852000', '200853.855000', '200853.858000', '200853.860000', '200853.863000', '200853.865000', '200853.868000', '200853.871000', '200853.873000', '200853.876000', '200853.878000', '200853.881000', '200853.884000', '200853.886000', '200853.889000', '200853.892000', '200853.894000', '200853.897000', '200853.899000', '200853.902000', '200853.905000', '200853.907000', '200853.910000', '200853.912000', '200853.915000', '200853.918000', '200853.920000', '200853.923000', '200853.925000', '200853.928000', '200853.931000', '200853.934000', '200853.937000', '200853.940000', '200853.943000', '200853.945000', '200853.948000', '200853.951000', '200913.794000', '200913.797000', '200913.806000', '200913.809000', '200913.811000', '200913.814000', '200913.817000', '200913.820000', '200913.823000', '200913.826000', '200913.828000', '200913.831000', '200913.834000', '200913.836000', '200913.839000', '200913.841000', '200913.852000', '200913.855000', '200913.857000', '200913.860000', '200913.863000', '200913.865000', '200913.868000', '200913.870000', '200913.873000', '200913.875000', '200913.878000', '200913.881000', '200913.883000', '200913.886000', '200913.889000', '200913.891000', '200913.894000', '200913.896000', '200913.899000', '200913.902000', '200913.904000', '200913.907000', '200913.909000', '200913.912000', '200913.914000', '200913.917000', '200913.919000', '200933.794000', '200933.797000', '200933.799000', '200933.802000', '200933.804000', '200933.807000', '200933.810000', '200933.812000', '200933.815000', '200933.817000', '200933.820000', '200933.823000', '200933.825000', '200933.828000', '200933.830000', '200933.833000', '200933.836000', '200933.838000', '200933.841000', '200933.843000', '200933.846000', '200933.849000', '200933.851000', '200933.854000', '200933.856000', '200933.859000', '200933.862000', '200933.864000', '200933.867000', '200933.869000', '200933.872000', '200933.875000', '200933.877000', '200933.880000', '200933.882000', '200933.885000', '200933.887000', '200933.890000', '200933.893000', '200933.895000', '200933.898000', '200933.900000', '200933.903000', '200933.905000', '200953.795000', '200953.797000', '200953.880000', '200953.882000', '200953.885000', '200953.887000', '200953.890000', '200953.893000', '200953.895000', '200953.898000', '200953.900000', '200953.903000', '200953.905000', '200953.908000', '200953.911000', '200953.913000', '200953.916000', '200953.918000', '200953.921000', '200953.924000', '200953.926000', '200953.929000', '200953.931000', '200953.934000', '200953.936000', '200953.939000', '200953.942000', '200953.944000', '200953.947000', '200953.950000', '200953.952000', '200953.955000', '200953.957000', '200953.960000', '200953.963000', '200953.966000', '200953.968000', '200953.971000', '200953.973000', '200953.976000', '200953.978000', '200953.981000', '200953.984000', '200953.986000', '201013.794000', '201013.797000', '201013.874000', '201013.877000', '201013.880000', '201013.882000', '201013.885000', '201013.887000', '201013.890000', '201013.892000', '201013.895000', '201013.897000', '201013.900000', '201013.903000', '201013.905000', '201013.908000', '201013.911000', '201013.913000', '201013.916000', '201013.918000', '201013.921000', '201013.924000', '201013.926000', '201013.929000', '201013.931000', '201013.934000', '201013.936000', '201013.939000', '201013.942000', '201013.944000', '201013.947000', '201013.950000', '201013.952000', '201013.955000', '201013.957000', '201013.960000', '201013.962000', '201013.965000', '201013.968000', '201013.970000', '201013.973000', '201013.976000', '201013.978000', '201033.794000', '201033.797000', '201033.799000', '201033.852000', '201033.855000', '201033.858000', '201033.860000', '201033.863000', '201033.865000', '201033.868000', '201033.870000', '201033.873000', '201033.876000', '201033.878000', '201033.881000', '201033.883000', '201033.886000', '201033.888000', '201033.891000', '201033.894000', '201033.896000', '201033.899000', '201033.902000', '201033.904000', '201033.907000', '201033.909000', '201033.912000', '201033.915000', '201033.917000', '201033.920000', '201033.922000', '201033.925000', '201033.927000', '201033.930000', '201033.933000', '201033.935000', '201033.938000', '201033.940000', '201033.943000', '201033.945000', '201033.948000', '201033.951000', '201033.953000', '201053.794000', '201053.796000', '201053.802000', '201053.815000', '201053.818000', '201053.820000', '201053.823000', '201053.826000', '201053.828000', '201053.831000', '201053.834000', '201053.836000', '201053.839000', '201053.841000', '201053.844000', '201053.847000', '201053.849000', '201053.852000', '201053.854000', '201053.857000', '201053.859000', '201053.862000', '201053.865000', '201053.867000', '201053.870000', '201053.872000', '201053.875000', '201053.878000', '201053.880000', '201053.883000', '201053.885000', '201053.888000', '201053.891000', '201053.893000', '201053.896000', '201053.898000', '201053.901000', '201053.903000', '201053.906000', '201053.908000', '201053.911000', '201053.914000', '201053.916000', '201053.919000', '201113.793000', '201113.796000', '201113.799000', '201113.802000', '201113.804000', '201113.807000', '201113.809000', '201113.812000', '201113.814000', '201113.817000', '201113.819000', '201113.822000', '201113.825000', '201113.827000', '201113.830000', '201113.832000', '201113.835000', '201113.838000', '201113.840000', '201113.843000', '201113.845000', '201113.848000', '201113.851000', '201113.853000', '201113.856000', '201113.858000', '201113.861000', '201113.864000', '201113.866000', '201113.869000', '201113.871000', '201113.874000', '201113.876000', '201113.879000', '201113.882000', '201113.884000', '201113.887000', '201113.889000', '201113.892000', '201113.894000', '201113.897000', '201113.900000', '201113.902000', '201133.794000', '201133.796000', '201133.799000', '201133.802000', '201133.804000', '201133.807000', '201133.809000', '201133.812000', '201133.815000', '201133.817000', '201133.820000', '201133.823000', '201133.825000', '201133.828000', '201133.830000', '201133.833000', '201133.836000', '201133.838000', '201133.841000', '201133.844000', '201133.846000', '201133.849000', '201133.851000', '201133.854000', '201133.857000', '201133.889000', '201133.892000', '201133.894000', '201133.897000', '201133.900000', '201133.902000', '201133.905000', '201133.907000', '201133.910000', '201133.912000', '201133.915000', '201133.918000', '201133.920000', '201133.923000', '201133.925000', '201133.928000', '201133.930000', '201133.933000', '201133.936000', '201153.794000', '201153.797000', '201153.799000', '201153.886000', '201153.889000', '201153.891000', '201153.894000', '201153.897000', '201153.899000', '201153.902000', '201153.904000', '201153.907000', '201153.909000', '201153.912000', '201153.915000', '201153.917000', '201153.920000', '201153.922000', '201153.925000', '201153.927000', '201153.930000', '201153.933000', '201153.935000', '201153.938000', '201153.940000', '201153.943000', '201153.946000', '201153.948000', '201153.951000', '201153.953000', '201153.956000', '201153.959000', '201153.961000', '201153.964000', '201153.967000', '201153.969000', '201153.972000', '201153.974000', '201153.977000', '201153.979000', '201153.982000', '201153.984000', '201153.987000', '201213.795000', '201213.797000', '201213.856000', '201213.859000', '201213.862000', '201213.864000', '201213.867000', '201213.869000', '201213.872000', '201213.875000', '201213.877000', '201213.880000', '201213.882000', '201213.894000', '201213.896000', '201213.899000', '201213.902000', '201213.904000', '201213.907000', '201213.909000', '201213.912000', '201213.914000', '201213.917000', '201213.920000', '201213.922000', '201213.925000', '201213.927000', '201213.930000', '201213.932000', '201213.935000', '201213.938000', '201213.940000', '201213.943000', '201213.945000', '201213.948000', '201213.950000', '201213.953000', '201213.956000', '201213.958000', '201213.961000', '201213.963000', '201213.966000', '201213.969000', '201213.971000', '201220.465000', '201220.467000', '201220.470000', '201220.473000', '201220.475000', '201220.478000', '201220.480000', '201220.483000', '201220.486000', '201220.488000', '201220.491000', '201220.493000', '201220.496000', '201220.499000', '201220.501000'], 'InstanceCreationTime': ['200013.832000', '200013.835000', '200013.838000', '200013.841000', '200013.843000', '200013.846000', '200013.848000', '200013.851000', '200013.853000', '200013.856000', '200013.858000', '200013.861000', '200013.863000', '200013.866000', '200013.868000', '200013.871000', '200013.873000', '200013.876000', '200013.878000', '200013.881000', '200013.883000', '200013.886000', '200013.888000', '200013.891000', '200013.893000', '200013.896000', '200013.899000', '200013.901000', '200013.904000', '200013.906000', '200013.913000', '200013.916000', '200013.918000', '200013.921000', '200013.923000', '200013.926000', '200013.928000', '200013.931000', '200013.933000', '200013.936000', '200013.939000', '200013.941000', '200013.944000', '200013.946000', '200013.949000', '200013.951000', '200013.954000', '200013.956000', '200013.959000', '200013.961000', '200013.964000', '200013.966000', '200013.969000', '200013.972000', '200013.974000', '200013.977000', '200013.979000', '200013.982000', '200013.984000', '200013.987000', '200033.794000', '200033.800000', '200033.803000', '200033.806000', '200033.808000', '200033.811000', '200033.814000', '200033.816000', '200033.819000', '200033.837000', '200033.839000', '200033.842000', '200033.844000', '200033.847000', '200033.849000', '200033.852000', '200033.855000', '200033.857000', '200033.860000', '200033.862000', '200033.865000', '200033.867000', '200033.870000', '200033.872000', '200033.875000', '200033.878000', '200033.880000', '200033.883000', '200033.885000', '200033.888000', '200033.890000', '200033.893000', '200033.895000', '200033.898000', '200033.900000', '200033.903000', '200033.905000', '200033.908000', '200033.911000', '200033.913000', '200033.916000', '200033.918000', '200033.921000', '200053.794000', '200053.797000', '200053.800000', '200053.802000', '200053.805000', '200053.808000', '200053.810000', '200053.813000', '200053.815000', '200053.818000', '200053.820000', '200053.823000', '200053.825000', '200053.828000', '200053.831000', '200053.833000', '200053.836000', '200053.838000', '200053.841000', '200053.843000', '200053.846000', '200053.848000', '200053.851000', '200053.853000', '200053.856000', '200053.858000', '200053.861000', '200053.864000', '200053.866000', '200053.869000', '200053.871000', '200053.874000', '200053.876000', '200053.879000', '200053.881000', '200053.884000', '200053.886000', '200053.889000', '200053.892000', '200053.894000', '200053.897000', '200053.899000', '200053.902000', '200053.904000', '200113.794000', '200113.796000', '200113.799000', '200113.802000', '200113.804000', '200113.807000', '200113.809000', '200113.812000', '200113.814000', '200113.817000', '200113.820000', '200113.822000', '200113.825000', '200113.827000', '200113.830000', '200113.832000', '200113.835000', '200113.837000', '200113.840000', '200113.843000', '200113.845000', '200113.848000', '200113.850000', '200113.853000', '200113.856000', '200113.858000', '200113.861000', '200113.863000', '200113.866000', '200113.868000', '200113.871000', '200113.873000', '200113.876000', '200113.879000', '200113.881000', '200113.884000', '200113.886000', '200113.889000', '200113.891000', '200113.894000', '200113.896000', '200113.899000', '200113.902000', '200133.794000', '200133.797000', '200133.799000', '200133.802000', '200133.804000', '200133.807000', '200133.810000', '200133.812000', '200133.815000', '200133.818000', '200133.820000', '200133.823000', '200133.825000', '200133.828000', '200133.830000', '200133.833000', '200133.835000', '200133.838000', '200133.841000', '200133.843000', '200133.846000', '200133.849000', '200133.851000', '200133.854000', '200133.856000', '200133.859000', '200133.861000', '200133.864000', '200133.867000', '200133.869000', '200133.872000', '200133.874000', '200133.877000', '200133.879000', '200133.882000', '200133.885000', '200133.887000', '200133.890000', '200133.892000', '200133.895000', '200133.897000', '200133.900000', '200133.903000', '200133.905000', '200153.793000', '200153.796000', '200153.799000', '200153.842000', '200153.844000', '200153.847000', '200153.849000', '200153.852000', '200153.854000', '200153.857000', '200153.860000', '200153.862000', '200153.865000', '200153.867000', '200153.870000', '200153.872000', '200153.875000', '200153.878000', '200153.880000', '200153.883000', '200153.885000', '200153.888000', '200153.891000', '200153.893000', '200153.896000', '200153.898000', '200153.901000', '200153.903000', '200153.906000', '200153.908000', '200153.911000', '200153.914000', '200153.916000', '200153.919000', '200153.921000', '200153.924000', '200153.927000', '200153.929000', '200153.932000', '200153.934000', '200153.937000', '200153.939000', '200153.942000', '200213.793000', '200213.796000', '200213.799000', '200213.838000', '200213.841000', '200213.857000', '200213.860000', '200213.862000', '200213.865000', '200213.867000', '200213.870000', '200213.873000', '200213.875000', '200213.878000', '200213.880000', '200213.883000', '200213.886000', '200213.888000', '200213.891000', '200213.893000', '200213.896000', '200213.899000', '200213.901000', '200213.904000', '200213.906000', '200213.909000', '200213.911000', '200213.914000', '200213.916000', '200213.919000', '200213.921000', '200213.924000', '200213.927000', '200213.929000', '200213.932000', '200213.934000', '200213.937000', '200213.939000', '200213.942000', '200213.944000', '200213.947000', '200213.950000', '200213.952000', '200213.955000', '200233.793000', '200233.802000', '200233.805000', '200233.807000', '200233.810000', '200233.813000', '200233.815000', '200233.818000', '200233.821000', '200233.823000', '200233.826000', '200233.829000', '200233.831000', '200233.834000', '200233.836000', '200233.839000', '200233.841000', '200233.844000', '200233.847000', '200233.849000', '200233.852000', '200233.854000', '200233.857000', '200233.860000', '200233.862000', '200233.865000', '200233.867000', '200233.870000', '200233.873000', '200233.875000', '200233.878000', '200233.880000', '200233.883000', '200233.886000', '200233.888000', '200233.891000', '200233.894000', '200233.896000', '200233.899000', '200233.901000', '200233.904000', '200233.906000', '200233.909000', '200253.795000', '200253.797000', '200253.824000', '200253.826000', '200253.829000', '200253.831000', '200253.834000', '200253.837000', '200253.839000', '200253.842000', '200253.844000', '200253.847000', '200253.849000', '200253.852000', '200253.855000', '200253.857000', '200253.860000', '200253.862000', '200253.865000', '200253.868000', '200253.870000', '200253.873000', '200253.875000', '200253.878000', '200253.880000', '200253.883000', '200253.885000', '200253.888000', '200253.891000', '200253.893000', '200253.896000', '200253.898000', '200253.901000', '200253.903000', '200253.906000', '200253.908000', '200253.911000', '200253.914000', '200253.916000', '200253.919000', '200253.921000', '200253.924000', '200253.926000', '200253.929000', '200313.794000', '200313.797000', '200313.800000', '200313.856000', '200313.859000', '200313.861000', '200313.864000', '200313.866000', '200313.869000', '200313.871000', '200313.874000', '200313.876000', '200313.879000', '200313.882000', '200313.884000', '200313.887000', '200313.889000', '200313.892000', '200313.894000', '200313.897000', '200313.900000', '200313.902000', '200313.905000', '200313.907000', '200313.910000', '200313.912000', '200313.915000', '200313.918000', '200313.920000', '200313.923000', '200313.925000', '200313.928000', '200313.930000', '200313.933000', '200313.936000', '200313.938000', '200313.941000', '200313.943000', '200313.946000', '200313.948000', '200313.951000', '200313.954000', '200313.956000', '200333.793000', '200333.796000', '200333.799000', '200333.835000', '200333.838000', '200333.841000', '200333.843000', '200333.846000', '200333.848000', '200333.851000', '200333.853000', '200333.856000', '200333.859000', '200333.861000', '200333.864000', '200333.866000', '200333.869000', '200333.871000', '200333.874000', '200333.877000', '200333.879000', '200333.882000', '200333.884000', '200333.887000', '200333.889000', '200333.892000', '200333.895000', '200333.897000', '200333.900000', '200333.902000', '200333.905000', '200333.908000', '200333.910000', '200333.913000', '200333.915000', '200333.918000', '200333.921000', '200333.923000', '200333.926000', '200333.928000', '200333.931000', '200333.933000', '200333.936000', '200333.938000', '200353.793000', '200353.796000', '200353.799000', '200353.860000', '200353.862000', '200353.865000', '200353.868000', '200353.870000', '200353.873000', '200353.875000', '200353.878000', '200353.880000', '200353.883000', '200353.885000', '200353.888000', '200353.891000', '200353.893000', '200353.896000', '200353.898000', '200353.901000', '200353.903000', '200353.906000', '200353.909000', '200353.911000', '200353.914000', '200353.916000', '200353.919000', '200353.921000', '200353.924000', '200353.927000', '200353.929000', '200353.932000', '200353.934000', '200353.937000', '200353.939000', '200353.942000', '200353.944000', '200353.947000', '200353.950000', '200353.952000', '200353.955000', '200353.957000', '200353.960000', '200413.793000', '200413.796000', '200413.799000', '200413.875000', '200413.877000', '200413.880000', '200413.882000', '200413.885000', '200413.887000', '200413.890000', '200413.892000', '200413.895000', '200413.898000', '200413.900000', '200413.903000', '200413.905000', '200413.908000', '200413.910000', '200413.913000', '200413.916000', '200413.918000', '200413.921000', '200413.923000', '200413.926000', '200413.928000', '200413.931000', '200413.933000', '200413.936000', '200413.939000', '200413.941000', '200413.944000', '200413.947000', '200413.949000', '200413.952000', '200413.954000', '200413.957000', '200413.959000', '200413.962000', '200413.965000', '200413.967000', '200413.970000', '200413.972000', '200413.975000', '200433.793000', '200433.797000', '200433.799000', '200433.848000', '200433.851000', '200433.853000', '200433.856000', '200433.858000', '200433.861000', '200433.863000', '200433.866000', '200433.869000', '200433.871000', '200433.874000', '200433.876000', '200433.879000', '200433.882000', '200433.884000', '200433.887000', '200433.889000', '200433.892000', '200433.894000', '200433.897000', '200433.900000', '200433.902000', '200433.905000', '200433.907000', '200433.910000', '200433.913000', '200433.915000', '200433.918000', '200433.920000', '200433.923000', '200433.926000', '200433.928000', '200433.931000', '200433.933000', '200433.936000', '200433.938000', '200433.941000', '200433.944000', '200433.946000', '200433.949000', '200433.951000', '200453.794000', '200453.796000', '200453.799000', '200453.863000', '200453.866000', '200453.868000', '200453.871000', '200453.874000', '200453.876000', '200453.879000', '200453.881000', '200453.884000', '200453.887000', '200453.889000', '200453.892000', '200453.894000', '200453.897000', '200453.899000', '200453.902000', '200453.905000', '200453.907000', '200453.910000', '200453.912000', '200453.915000', '200453.917000', '200453.920000', '200453.922000', '200453.925000', '200453.928000', '200453.930000', '200453.933000', '200453.935000', '200453.938000', '200453.940000', '200453.943000', '200453.946000', '200453.948000', '200453.951000', '200453.953000', '200453.956000', '200453.959000', '200453.961000', '200453.964000', '200513.794000', '200513.797000', '200513.818000', '200513.820000', '200513.823000', '200513.825000', '200513.828000', '200513.830000', '200513.833000', '200513.835000', '200513.838000', '200513.841000', '200513.843000', '200513.846000', '200513.848000', '200513.851000', '200513.854000', '200513.863000', '200513.865000', '200513.868000', '200513.870000', '200513.873000', '200513.875000', '200513.878000', '200513.881000', '200513.883000', '200513.886000', '200513.888000', '200513.891000', '200513.893000', '200513.896000', '200513.898000', '200513.901000', '200513.904000', '200513.906000', '200513.909000', '200513.911000', '200513.914000', '200513.916000', '200513.919000', '200513.922000', '200513.924000', '200513.927000', '200513.929000', '200533.795000', '200533.797000', '200533.857000', '200533.860000', '200533.863000', '200533.866000', '200533.869000', '200533.871000', '200533.874000', '200533.877000', '200533.879000', '200533.882000', '200533.884000', '200533.887000', '200533.890000', '200533.892000', '200533.895000', '200533.897000', '200533.902000', '200533.904000', '200533.907000', '200533.909000', '200533.912000', '200533.915000', '200533.918000', '200533.920000', '200533.923000', '200533.926000', '200533.928000', '200533.931000', '200533.933000', '200533.936000', '200533.939000', '200533.941000', '200533.944000', '200533.946000', '200533.949000', '200533.952000', '200533.954000', '200533.957000', '200533.959000', '200533.962000', '200533.965000', '200553.794000', '200553.796000', '200553.799000', '200553.866000', '200553.868000', '200553.871000', '200553.873000', '200553.876000', '200553.879000', '200553.881000', '200553.884000', '200553.887000', '200553.889000', '200553.892000', '200553.894000', '200553.897000', '200553.899000', '200553.902000', '200553.904000', '200553.907000', '200553.910000', '200553.912000', '200553.915000', '200553.917000', '200553.920000', '200553.922000', '200553.925000', '200553.927000', '200553.930000', '200553.933000', '200553.935000', '200553.938000', '200553.940000', '200553.943000', '200553.945000', '200553.948000', '200553.950000', '200553.953000', '200553.956000', '200553.958000', '200553.961000', '200553.963000', '200553.966000', '200553.968000', '200613.794000', '200613.796000', '200613.799000', '200613.833000', '200613.835000', '200613.838000', '200613.840000', '200613.843000', '200613.846000', '200613.848000', '200613.851000', '200613.853000', '200613.856000', '200613.858000', '200613.861000', '200613.864000', '200613.866000', '200613.869000', '200613.871000', '200613.874000', '200613.876000', '200613.879000', '200613.881000', '200613.884000', '200613.887000', '200613.889000', '200613.892000', '200613.894000', '200613.897000', '200613.899000', '200613.902000', '200613.904000', '200613.907000', '200613.910000', '200613.912000', '200613.915000', '200613.917000', '200613.920000', '200613.922000', '200613.925000', '200613.928000', '200613.930000', '200613.933000', '200633.793000', '200633.796000', '200633.799000', '200633.849000', '200633.851000', '200633.854000', '200633.857000', '200633.859000', '200633.862000', '200633.864000', '200633.867000', '200633.870000', '200633.872000', '200633.875000', '200633.877000', '200633.880000', '200633.882000', '200633.885000', '200633.888000', '200633.890000', '200633.893000', '200633.895000', '200633.898000', '200633.913000', '200633.916000', '200633.919000', '200633.921000', '200633.924000', '200633.926000', '200633.929000', '200633.931000', '200633.934000', '200633.936000', '200633.939000', '200633.942000', '200633.944000', '200633.947000', '200633.949000', '200633.952000', '200633.955000', '200633.957000', '200633.960000', '200633.962000', '200633.965000', '200653.793000', '200653.796000', '200653.799000', '200653.895000', '200653.897000', '200653.900000', '200653.904000', '200653.907000', '200653.909000', '200653.912000', '200653.915000', '200653.917000', '200653.920000', '200653.922000', '200653.925000', '200653.927000', '200653.930000', '200653.932000', '200653.935000', '200653.938000', '200653.940000', '200653.943000', '200653.945000', '200653.948000', '200653.950000', '200653.953000', '200653.956000', '200653.958000', '200653.961000', '200653.963000', '200653.966000', '200653.968000', '200653.971000', '200653.974000', '200653.976000', '200653.979000', '200653.981000', '200653.984000', '200653.986000', '200653.989000', '200653.991000', '200653.994000', '200653.997000', '200713.793000', '200713.796000', '200713.799000', '200713.882000', '200713.884000', '200713.887000', '200713.889000', '200713.892000', '200713.895000', '200713.897000', '200713.900000', '200713.902000', '200713.905000', '200713.908000', '200713.910000', '200713.913000', '200713.915000', '200713.918000', '200713.921000', '200713.923000', '200713.926000', '200713.928000', '200713.931000', '200713.933000', '200713.936000', '200713.939000', '200713.941000', '200713.944000', '200713.946000', '200713.949000', '200713.951000', '200713.954000', '200713.957000', '200713.960000', '200713.962000', '200713.965000', '200713.967000', '200713.970000', '200713.972000', '200713.975000', '200713.978000', '200713.980000', '200713.983000', '200713.985000', '200733.795000', '200733.797000', '200733.800000', '200733.803000', '200733.805000', '200733.808000', '200733.810000', '200733.813000', '200733.816000', '200733.818000', '200733.821000', '200733.823000', '200733.826000', '200733.828000', '200733.831000', '200733.834000', '200733.836000', '200733.839000', '200733.841000', '200733.844000', '200733.847000', '200733.849000', '200733.852000', '200733.854000', '200733.857000', '200733.859000', '200733.862000', '200733.864000', '200733.867000', '200733.869000', '200733.872000', '200733.875000', '200733.877000', '200733.880000', '200733.882000', '200733.885000', '200733.887000', '200733.890000', '200733.893000', '200733.895000', '200733.898000', '200733.900000', '200733.903000', '200753.794000', '200753.797000', '200753.800000', '200753.803000', '200753.805000', '200753.808000', '200753.811000', '200753.813000', '200753.816000', '200753.818000', '200753.821000', '200753.823000', '200753.826000', '200753.829000', '200753.831000', '200753.834000', '200753.836000', '200753.839000', '200753.842000', '200753.844000', '200753.861000', '200753.864000', '200753.867000', '200753.869000', '200753.872000', '200753.874000', '200753.877000', '200753.879000', '200753.882000', '200753.885000', '200753.887000', '200753.890000', '200753.892000', '200753.895000', '200753.898000', '200753.900000', '200753.903000', '200753.905000', '200753.908000', '200753.910000', '200753.913000', '200753.915000', '200753.918000', '200753.921000', '200813.794000', '200813.796000', '200813.799000', '200813.802000', '200813.804000', '200813.807000', '200813.810000', '200813.812000', '200813.815000', '200813.817000', '200813.820000', '200813.822000', '200813.825000', '200813.828000', '200813.830000', '200813.833000', '200813.835000', '200813.838000', '200813.841000', '200813.843000', '200813.846000', '200813.848000', '200813.851000', '200813.854000', '200813.856000', '200813.859000', '200813.861000', '200813.864000', '200813.866000', '200813.869000', '200813.872000', '200813.874000', '200813.877000', '200813.879000', '200813.882000', '200813.885000', '200813.887000', '200813.890000', '200813.892000', '200813.895000', '200813.898000', '200813.900000', '200813.903000', '200833.794000', '200833.797000', '200833.799000', '200833.827000', '200833.830000', '200833.832000', '200833.835000', '200833.837000', '200833.840000', '200833.843000', '200833.845000', '200833.848000', '200833.850000', '200833.853000', '200833.855000', '200833.858000', '200833.860000', '200833.863000', '200833.866000', '200833.868000', '200833.871000', '200833.873000', '200833.876000', '200833.879000', '200833.881000', '200833.884000', '200833.886000', '200833.889000', '200833.891000', '200833.894000', '200833.897000', '200833.899000', '200833.902000', '200833.904000', '200833.907000', '200833.909000', '200833.912000', '200833.915000', '200833.917000', '200833.920000', '200833.922000', '200833.925000', '200833.928000', '200853.794000', '200853.796000', '200853.799000', '200853.845000', '200853.847000', '200853.850000', '200853.852000', '200853.855000', '200853.858000', '200853.860000', '200853.863000', '200853.865000', '200853.868000', '200853.871000', '200853.873000', '200853.876000', '200853.878000', '200853.881000', '200853.884000', '200853.886000', '200853.889000', '200853.892000', '200853.894000', '200853.897000', '200853.899000', '200853.902000', '200853.905000', '200853.907000', '200853.910000', '200853.912000', '200853.915000', '200853.918000', '200853.920000', '200853.923000', '200853.925000', '200853.928000', '200853.931000', '200853.934000', '200853.937000', '200853.940000', '200853.943000', '200853.945000', '200853.948000', '200853.951000', '200913.794000', '200913.797000', '200913.806000', '200913.809000', '200913.811000', '200913.814000', '200913.817000', '200913.820000', '200913.823000', '200913.826000', '200913.828000', '200913.831000', '200913.834000', '200913.836000', '200913.839000', '200913.841000', '200913.852000', '200913.855000', '200913.857000', '200913.860000', '200913.863000', '200913.865000', '200913.868000', '200913.870000', '200913.873000', '200913.875000', '200913.878000', '200913.881000', '200913.883000', '200913.886000', '200913.889000', '200913.891000', '200913.894000', '200913.896000', '200913.899000', '200913.902000', '200913.904000', '200913.907000', '200913.909000', '200913.912000', '200913.914000', '200913.917000', '200913.919000', '200933.794000', '200933.797000', '200933.799000', '200933.802000', '200933.804000', '200933.807000', '200933.810000', '200933.812000', '200933.815000', '200933.817000', '200933.820000', '200933.823000', '200933.825000', '200933.828000', '200933.830000', '200933.833000', '200933.836000', '200933.838000', '200933.841000', '200933.843000', '200933.846000', '200933.849000', '200933.851000', '200933.854000', '200933.856000', '200933.859000', '200933.862000', '200933.864000', '200933.867000', '200933.869000', '200933.872000', '200933.875000', '200933.877000', '200933.880000', '200933.882000', '200933.885000', '200933.887000', '200933.890000', '200933.893000', '200933.895000', '200933.898000', '200933.900000', '200933.903000', '200933.905000', '200953.795000', '200953.797000', '200953.880000', '200953.882000', '200953.885000', '200953.887000', '200953.890000', '200953.893000', '200953.895000', '200953.898000', '200953.900000', '200953.903000', '200953.905000', '200953.908000', '200953.911000', '200953.913000', '200953.916000', '200953.918000', '200953.921000', '200953.924000', '200953.926000', '200953.929000', '200953.931000', '200953.934000', '200953.936000', '200953.939000', '200953.942000', '200953.944000', '200953.947000', '200953.950000', '200953.952000', '200953.955000', '200953.957000', '200953.960000', '200953.963000', '200953.966000', '200953.968000', '200953.971000', '200953.973000', '200953.976000', '200953.978000', '200953.981000', '200953.984000', '200953.986000', '201013.794000', '201013.797000', '201013.874000', '201013.877000', '201013.880000', '201013.882000', '201013.885000', '201013.887000', '201013.890000', '201013.892000', '201013.895000', '201013.897000', '201013.900000', '201013.903000', '201013.905000', '201013.908000', '201013.911000', '201013.913000', '201013.916000', '201013.918000', '201013.921000', '201013.924000', '201013.926000', '201013.929000', '201013.931000', '201013.934000', '201013.936000', '201013.939000', '201013.942000', '201013.944000', '201013.947000', '201013.950000', '201013.952000', '201013.955000', '201013.957000', '201013.960000', '201013.962000', '201013.965000', '201013.968000', '201013.970000', '201013.973000', '201013.976000', '201013.978000', '201033.794000', '201033.797000', '201033.799000', '201033.852000', '201033.855000', '201033.858000', '201033.860000', '201033.863000', '201033.865000', '201033.868000', '201033.870000', '201033.873000', '201033.876000', '201033.878000', '201033.881000', '201033.883000', '201033.886000', '201033.888000', '201033.891000', '201033.894000', '201033.896000', '201033.899000', '201033.902000', '201033.904000', '201033.907000', '201033.909000', '201033.912000', '201033.915000', '201033.917000', '201033.920000', '201033.922000', '201033.925000', '201033.927000', '201033.930000', '201033.933000', '201033.935000', '201033.938000', '201033.940000', '201033.943000', '201033.945000', '201033.948000', '201033.951000', '201033.953000', '201053.794000', '201053.796000', '201053.802000', '201053.815000', '201053.818000', '201053.820000', '201053.823000', '201053.826000', '201053.828000', '201053.831000', '201053.834000', '201053.836000', '201053.839000', '201053.841000', '201053.844000', '201053.847000', '201053.849000', '201053.852000', '201053.854000', '201053.857000', '201053.859000', '201053.862000', '201053.865000', '201053.867000', '201053.870000', '201053.872000', '201053.875000', '201053.878000', '201053.880000', '201053.883000', '201053.885000', '201053.888000', '201053.891000', '201053.893000', '201053.896000', '201053.898000', '201053.901000', '201053.903000', '201053.906000', '201053.908000', '201053.911000', '201053.914000', '201053.916000', '201053.919000', '201113.793000', '201113.796000', '201113.799000', '201113.802000', '201113.804000', '201113.807000', '201113.809000', '201113.812000', '201113.814000', '201113.817000', '201113.819000', '201113.822000', '201113.825000', '201113.827000', '201113.830000', '201113.832000', '201113.835000', '201113.838000', '201113.840000', '201113.843000', '201113.845000', '201113.848000', '201113.851000', '201113.853000', '201113.856000', '201113.858000', '201113.861000', '201113.864000', '201113.866000', '201113.869000', '201113.871000', '201113.874000', '201113.876000', '201113.879000', '201113.882000', '201113.884000', '201113.887000', '201113.889000', '201113.892000', '201113.894000', '201113.897000', '201113.900000', '201113.902000', '201133.794000', '201133.796000', '201133.799000', '201133.802000', '201133.804000', '201133.807000', '201133.809000', '201133.812000', '201133.815000', '201133.817000', '201133.820000', '201133.823000', '201133.825000', '201133.828000', '201133.830000', '201133.833000', '201133.836000', '201133.838000', '201133.841000', '201133.844000', '201133.846000', '201133.849000', '201133.851000', '201133.854000', '201133.857000', '201133.889000', '201133.892000', '201133.894000', '201133.897000', '201133.900000', '201133.902000', '201133.905000', '201133.907000', '201133.910000', '201133.912000', '201133.915000', '201133.918000', '201133.920000', '201133.923000', '201133.925000', '201133.928000', '201133.930000', '201133.933000', '201133.936000', '201153.794000', '201153.797000', '201153.799000', '201153.886000', '201153.889000', '201153.891000', '201153.894000', '201153.897000', '201153.899000', '201153.902000', '201153.904000', '201153.907000', '201153.909000', '201153.912000', '201153.915000', '201153.917000', '201153.920000', '201153.922000', '201153.925000', '201153.927000', '201153.930000', '201153.933000', '201153.935000', '201153.938000', '201153.940000', '201153.943000', '201153.946000', '201153.948000', '201153.951000', '201153.953000', '201153.956000', '201153.959000', '201153.961000', '201153.964000', '201153.967000', '201153.969000', '201153.972000', '201153.974000', '201153.977000', '201153.979000', '201153.982000', '201153.984000', '201153.987000', '201213.795000', '201213.797000', '201213.856000', '201213.859000', '201213.862000', '201213.864000', '201213.867000', '201213.869000', '201213.872000', '201213.875000', '201213.877000', '201213.880000', '201213.882000', '201213.894000', '201213.896000', '201213.899000', '201213.902000', '201213.904000', '201213.907000', '201213.909000', '201213.912000', '201213.914000', '201213.917000', '201213.920000', '201213.922000', '201213.925000', '201213.927000', '201213.930000', '201213.932000', '201213.935000', '201213.938000', '201213.940000', '201213.943000', '201213.945000', '201213.948000', '201213.950000', '201213.953000', '201213.956000', '201213.958000', '201213.961000', '201213.963000', '201213.966000', '201213.969000', '201213.971000', '201220.465000', '201220.467000', '201220.470000', '201220.473000', '201220.475000', '201220.478000', '201220.480000', '201220.483000', '201220.486000', '201220.488000', '201220.491000', '201220.493000', '201220.496000', '201220.499000', '201220.501000'], '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': [8871, 10609, 8108, 10022, 8074, 9402, 8719, 9551, 9718, 8696, 13202, 8759, 12293, 8959, 10512, 7962, 9766, 7449, 9471, 8938, 9082, 11484, 8760, 12341, 8519, 10645, 7981, 10844, 7354, 10766, 8174, 9294, 13390, 8808, 12492, 7973, 11627, 7071, 10465, 8616, 8816, 11384, 8850, 12919, 8327, 11909, 7876, 12100, 7643, 11681, 9463, 10637, 13618, 9735, 12397, 8127, 11479, 9504, 10942, 10571, 9658, 15152, 9652, 13660, 9507, 12883, 8289, 10753, 7930, 9462, 13828, 8736, 13906, 8624, 11489, 7608, 9509, 10580, 8293, 13571, 8343, 11262, 7547, 9798, 7553, 9221, 9419, 8889, 12240, 8399, 12240, 8528, 12655, 8572, 11911, 7481, 10333, 10009, 9950, 15008, 9605, 13133, 8324, 11530, 7934, 10940, 8219, 10323, 8729, 8828, 11867, 8479, 13183, 9012, 12366, 8367, 11551, 7255, 10210, 8810, 9569, 15397, 9184, 12901, 7960, 10857, 7488, 9667, 8765, 9211, 11960, 8176, 11773, 8051, 11222, 7395, 11655, 6895, 11254, 8158, 10290, 12736, 9914, 13074, 9046, 11981, 7710, 10515, 13284, 10220, 15052, 9109, 12022, 8266, 11587, 7755, 11750, 7972, 10435, 8906, 9509, 14074, 9303, 14915, 8880, 12199, 8071, 10998, 7370, 10538, 7646, 10235, 8845, 8843, 12885, 8391, 14243, 8817, 12494, 7912, 10943, 7520, 10129, 6904, 9406, 8690, 8854, 13166, 8153, 11559, 8033, 11496, 7603, 11150, 6954, 10168, 9127, 8913, 13408, 9993, 13009, 8285, 12023, 7798, 11396, 7509, 12075, 7886, 12480, 7674, 11730, 9401, 11002, 15088, 10547, 14711, 9487, 12243, 7955, 11108, 8176, 10820, 9698, 10315, 10103, 8757, 13335, 8334, 12216, 8894, 11546, 7887, 10825, 6968, 10066, 8511, 10186, 11281, 9169, 15330, 9774, 12836, 9554, 10595, 7828, 9733, 7430, 10456, 7837, 10238, 8113, 11519, 8456, 13517, 8943, 13439, 8900, 12016, 7929, 10244, 8270, 11175, 8869, 9679, 9808, 8812, 14228, 8662, 12042, 8825, 10289, 7326, 9263, 7424, 8738, 11866, 8342, 12289, 8130, 10443, 7123, 9566, 7876, 9663, 8482, 9040, 10391, 8611, 12508, 8719, 11617, 8527, 11448, 7630, 10433, 9824, 9219, 15495, 10323, 13543, 9280, 11452, 7912, 10174, 7479, 9732, 9210, 9332, 9067, 9019, 10504, 8684, 14039, 8705, 13556, 8764, 11291, 8055, 9686, 7516, 9063, 10185, 8542, 13140, 7900, 11604, 7871, 10319, 6999, 9545, 8805, 8876, 12670, 7915, 12016, 7829, 10670, 7190, 9842, 8153, 9619, 8577, 8784, 13944, 8558, 12415, 8350, 11120, 7018, 10018, 7941, 9662, 11920, 9147, 14887, 9117, 12414, 8229, 10739, 7512, 10079, 7182, 10731, 7040, 10069, 6837, 10498, 7417, 11366, 7342, 11481, 7256, 10861, 11046, 9642, 13743, 10535, 12741, 8516, 11357, 7683, 10670, 10777, 10083, 14969, 9008, 12425, 8441, 10924, 7591, 10199, 7763, 10653, 7520, 9919, 8570, 9293, 14798, 9510, 13306, 8952, 10885, 7895, 9557, 14785, 9113, 12947, 8546, 10826, 7397, 9790, 8453, 9073, 12310, 8370, 12505, 8245, 10200, 7492, 9657, 7337, 9702, 7382, 10179, 8529, 9220, 14417, 8638, 11960, 8936, 11211, 8462, 9963, 10457, 8732, 13231, 8491, 11685, 7586, 10325, 7354, 9401, 8967, 8591, 11999, 8359, 12751, 8196, 11286, 8150, 10644, 7546, 10509, 8265, 10630, 8103, 12229, 10296, 12954, 9624, 12395, 8520, 11496, 8430, 11440, 9574, 11154, 8141, 11132, 8311, 10741, 8496, 10708, 8175, 10467, 7648, 12550, 9048, 8311, 7946, 14628, 8872, 12273, 8373, 10629, 8339, 10001, 10017, 9671, 13367, 9589, 12950, 9179, 11212, 9177, 10525, 8829, 10096, 8188, 8757, 9882, 9245, 13683, 9805, 11923, 9041, 10844, 7971, 10383, 6834, 10018, 7781, 9043, 12518, 9172, 11758, 8379, 11120, 8277, 10571, 7638, 10578, 7437, 10723, 7305, 10397, 8581, 9470, 13355, 9700, 12356, 8935, 11620, 8248, 11013, 7030, 10151, 8586, 9036, 13648, 9670, 12525, 9614, 12426, 8932, 11176, 8079, 11212, 7843, 11541, 7926, 11840, 7683, 11267, 12074, 10492, 13508, 10576, 12931, 9736, 11880, 7832, 11223, 10041, 9967, 14510, 11400, 12797, 9452, 11495, 8433, 11060, 7954, 11712, 7911, 11872, 9032, 10597, 14061, 10599, 12350, 9633, 11728, 8114, 10705, 10926, 9822, 14700, 10611, 12633, 9109, 11362, 8641, 10597, 8063, 10568, 7533, 10710, 9021, 9495, 14336, 9872, 12243, 9479, 11080, 7561, 9935, 7963, 8746, 12939, 8690, 11920, 8892, 10580, 7009, 8905, 8728, 8157, 13021, 9630, 12367, 8936, 11227, 7379, 10139, 11718, 10012, 14471, 10418, 12158, 8748, 10978, 8240, 10769, 7801, 10930, 7300, 10622, 9050, 9562, 13596, 10847, 12618, 9262, 11276, 7445, 10403, 12102, 9973, 14420, 10858, 12780, 9455, 11417, 8393, 10656, 7569, 10272, 9318, 9486, 13802, 9386, 11716, 8096, 10503, 8709, 9368, 12110, 9223, 11930, 9064, 11052, 8115, 10998, 7646, 10050, 8224, 9130, 13649, 9517, 12212, 9637, 11301, 7263, 10053, 7759, 8915, 12529, 9415, 13128, 9407, 11516, 8362, 10250, 7481, 10080, 7731, 11112, 7766, 11035, 8181, 10285, 11238, 10284, 11254, 10092, 10739, 10763, 7941, 10868, 8117, 12562, 9080, 12388, 8963, 11705, 8860, 11191, 8201, 11010, 7719, 10855, 7709, 10065, 7352, 10082, 7837, 10352, 7901, 10712, 7720, 10692, 7668, 9719, 9513, 9853, 11041, 9083, 12627, 9186, 10744, 8739, 10303, 8042, 10180, 8203, 9711, 12710, 9186, 13953, 9552, 11710, 8709, 10504, 8026, 10155, 8586, 9449, 12766, 8739, 10993, 7962, 9846, 8147, 9647, 11183, 8615, 11883, 8350, 10230, 7999, 10116, 8099, 10493, 7810, 10363, 7808, 10201, 7902, 10551, 9453, 10186, 9127, 10015, 13143, 9691, 14276, 10494, 12543, 9206, 12444, 8743, 11829, 8738, 10711, 9178, 8062, 9714, 8630, 9434, 11448, 9824, 10396, 9959, 9269, 9655, 9372, 9449, 8906, 10077, 7950, 10056, 8268, 10859, 10788, 10819, 11861, 9975, 14432, 9584, 12640, 9531, 11517, 9075, 11238, 8802, 10501, 8062, 9974, 8219, 9586, 7780, 9524, 7814, 9836, 6952, 9072, 12990, 8489, 12215, 8728, 10625, 7235, 9799, 9054, 9390, 12881, 8875, 11545, 8402, 9727, 7836, 11180, 8694, 10229, 8507, 11804, 8448, 10762, 7920, 10429, 8463, 10387, 11825, 9658, 13964, 9582, 11908, 9164, 11159, 8201, 10876, 8068, 10375, 8787, 9986, 11409, 9604, 12729, 8679, 12279, 8316, 10458, 8066, 10607, 7851, 10010, 7979, 9595, 13549, 8589, 12935, 8991, 11416, 7883, 10034, 11828, 8833, 13341, 9054, 11556, 8471, 10481, 8292, 9989, 7950, 9402, 7815, 10036, 7945, 9299, 13898, 8860, 11154, 8057, 9902, 8327, 9773, 11512, 8805, 12596, 8664, 10538, 8383, 10636, 7871, 10077, 7674, 9737, 8176, 10320, 7751, 11469, 7820, 10677, 8812, 9760, 13475, 9215, 12786, 8922, 11813, 8524, 10397, 8068, 10560, 12339, 9466, 10106, 10185, 8515, 10346, 9264, 9569, 11615, 9166, 9417, 8735, 9055, 8747, 11126, 8909, 11817, 8398, 11592, 8502, 10194, 8541, 10174, 8185, 10234, 7951, 10105, 8055, 9766, 8697, 10025, 8181, 9968, 11182, 9909, 13751, 10574, 11791, 9510, 10916, 7957, 10206, 9460, 10140, 12829, 9425, 12501, 8749, 10465, 8433, 9782, 8031, 9965, 7984, 10044, 7941, 10359, 7648, 9994, 11416, 9149, 12807, 9156, 11318, 7835, 10439, 8534, 9797, 12471, 9314, 12931, 8686, 11130, 8204, 10519, 8322, 10111, 8363, 9834, 8057, 10233, 7737, 10075, 10411, 9319, 13107, 9793, 12283, 8693, 10716, 8067, 10099, 8487, 9989, 10534, 9360, 12457, 8550, 10970, 8261, 10179, 7324, 9842, 8270, 9308, 12954, 8651, 10855, 8463, 10405, 8085, 10623, 8237, 10578, 11001, 9589, 13284, 9654, 12065, 9142, 11011, 8239, 10018, 7578, 9857, 7751, 10168, 7256, 9968, 7983, 9404, 11126, 8800, 12581, 8864, 12369, 8282, 10623, 8091, 10685, 7914, 9326, 7330, 11329, 8196, 10349, 7808, 12885, 9049, 12509, 8594, 11945, 8307, 10513, 8112, 9906, 8152, 11860, 8912, 10509, 8917, 6903, 9526, 7543, 11729, 8854, 12710, 9222, 12203, 8575, 11873, 8346, 10823, 7900, 9789, 7612, 9143, 7440, 9173, 7560, 9730, 7497, 9189, 7461, 8982, 6863, 8549, 8541, 7759, 11543, 8149, 10151, 7320, 9280, 6639, 8464, 6831, 8261, 7836, 7443, 10739, 7953, 10417, 7302, 10492, 6697, 10443, 6892, 9736, 7683, 9083, 7961, 9152, 10738, 8574, 11364, 7544, 10179, 7400, 9249, 7780, 9991, 9267, 9103, 11066, 8460, 11449, 8414, 11179, 7906, 10743, 7835, 10024, 7360, 10378, 7119, 10396, 8259, 9679, 10021, 8361, 9336, 8806, 10412, 8203, 11379, 8022, 10951, 7496, 10509, 6711, 10585, 10858, 8781, 11599, 8405, 10960, 7580, 10222, 7084, 10074, 6831, 10046, 6854, 9952, 9053, 9196, 11965, 8677, 11079, 8640, 10572, 7253, 9919, 9663, 8875, 12682, 9305, 10819, 8041, 10243, 7109, 9820, 6803, 9350, 7014, 9190, 7733, 9120, 10929, 8240, 11002, 8298, 10434, 7452, 10137, 6890, 9805, 8885, 8073, 10549, 8314, 11268, 7710, 10703, 7890, 10144, 7068, 9829, 7951, 9007, 11304, 8274, 11153, 7531, 10161, 7239, 9415, 8115, 9436, 8376, 9219, 10639, 8176, 10592, 8348, 11282, 7759, 10694, 7776, 9951, 7019, 10118, 6842, 10480, 6939, 10642, 7740, 9820, 10327, 9223, 11547, 8984, 12250, 8748, 11174, 8379, 11072, 8179, 10009, 7346, 9632, 7358, 9412, 8815, 8760, 9758, 8444, 12071, 8475, 10456, 8066, 10432, 7763, 10810, 7451, 10058, 7117, 9040, 8986, 8351, 11407, 8408, 10881, 7747, 10256, 7704, 9873, 7528, 9897, 7151, 9582, 6947, 9865, 6843, 9295, 7726, 9279, 9683, 8496, 11680, 8316, 10748, 7964, 10856, 7858, 10693, 7539, 10088, 7152, 9967, 7501, 9532, 7121, 9640, 7407, 9492, 10792, 8152, 10761, 8181, 10938, 7692, 10298, 6752, 9722, 9944, 8214, 11937, 9316, 13202, 8549, 11179, 8209, 9872, 8142, 9979, 7491, 10008, 6631, 9823, 11080, 7913, 11663, 8065, 10757, 7354, 9784, 7264, 10059, 7146, 9705, 6920, 10730, 7343, 10505, 8223, 10949, 8374, 11651, 8623, 11731, 8653, 11842, 9382, 12650, 8701, 11021, 8129, 10858, 8088, 10881, 7638, 10589, 7556, 10101, 7419, 10267, 7243, 9930, 7691, 9763, 12491, 9003, 10912, 8255, 10308, 7307, 9853, 9503, 8614, 12465, 8695, 10763, 8502, 10440, 7461, 10203, 7132, 9435, 7775, 9018, 9119, 9058, 11193, 7953, 11257, 8328, 10296, 8531, 9512, 12640, 9192, 11621, 8316, 10720, 8340, 10228, 7776, 10028, 7390, 10042, 7244, 10202, 7294, 9932, 7550, 10061, 7378, 10220, 11060, 8932, 12823, 9772, 11871, 8845, 10996, 7803, 10545, 7222, 9703, 7488, 9798, 8457, 8747, 11846, 9010, 10547, 8271, 10307, 7920, 10127, 7071, 9728, 7519, 9006, 11901, 8527, 10781, 8340, 10257, 7009, 10617, 8336, 10359, 7979, 10603, 8425, 9628, 8306, 9026, 9528, 11284, 9171, 11083, 8853, 11397, 8691, 10875, 8316, 9791, 8918, 7302, 9603, 7238, 10189, 7498, 9917, 10163, 9646, 11286, 8782, 11968, 8784, 11571, 8823, 11114, 7725, 10661, 7509, 10180, 8128, 10115, 8138, 9760, 7975, 9776, 10757, 9174, 12325, 9485, 11477, 8723, 10480, 7966, 10243, 7283, 10240, 8492, 9828, 8919, 8660, 11906, 8514, 11288, 8720, 10724, 7906, 9836, 7655, 10007, 7547, 9946, 7738, 9896, 7411, 9551, 11386, 8244, 11363, 8907, 10712, 7867, 10413, 7517, 9710, 9698, 8966, 11797, 8885, 11604, 8415, 10529, 8310, 10375, 8150, 10203, 8026, 10062, 8198, 9598, 12123, 8919, 11353, 9008, 10372, 7417, 9978, 12284, 8841, 11138, 8303, 10308, 7708, 10121, 7112, 9371, 7644, 9767, 8958, 9412, 11525, 8494, 11185, 8425, 10932, 8476, 10680, 7594, 10517, 9138, 10083, 11687, 9276, 12462, 9139, 10855, 8399, 10565, 8861, 11871, 8950, 11619, 8706], 'WindowCenter': [3757.0, 3764.0, 3729.0, 3749.0, 3725.0, 3737.0, 3724.0, 3736.0, 3734.0, 3724.0, 3756.0, 3724.0, 3756.0, 3735.0, 3747.0, 3725.0, 3749.0, 3728.0, 3749.0, 3736.0, 3738.0, 3759.0, 3738.0, 3769.0, 3738.0, 3759.0, 3728.0, 3761.0, 3729.0, 3763.0, 3740.0, 3751.0, 3782.0, 3740.0, 3770.0, 3727.0, 3760.0, 3716.0, 3760.0, 3739.0, 3750.0, 3771.0, 3752.0, 3783.0, 3741.0, 3773.0, 3742.0, 3774.0, 3731.0, 3775.0, 3751.0, 3762.0, 3772.0, 3751.0, 3772.0, 3727.0, 3760.0, 3749.0, 3761.0, 3759.0, 3748.0, 3781.0, 3748.0, 3770.0, 3737.0, 3758.0, 3725.0, 3747.0, 3725.0, 3736.0, 3767.0, 3725.0, 3768.0, 3725.0, 3757.0, 3714.0, 3747.0, 3745.0, 3725.0, 3768.0, 3726.0, 3757.0, 3714.0, 3748.0, 3728.0, 3748.0, 3748.0, 3750.0, 3758.0, 3738.0, 3770.0, 3738.0, 3771.0, 3738.0, 3759.0, 3727.0, 3760.0, 3748.0, 3748.0, 3780.0, 3748.0, 3768.0, 3725.0, 3759.0, 3726.0, 3746.0, 3725.0, 3749.0, 3724.0, 3736.0, 3757.0, 3726.0, 3768.0, 3737.0, 3770.0, 3727.0, 3758.0, 3716.0, 3750.0, 3737.0, 3749.0, 3780.0, 3737.0, 3769.0, 3726.0, 3759.0, 3715.0, 3749.0, 3736.0, 3737.0, 3759.0, 3738.0, 3758.0, 3727.0, 3760.0, 3730.0, 3771.0, 3718.0, 3773.0, 3740.0, 3762.0, 3771.0, 3750.0, 3772.0, 3738.0, 3760.0, 3729.0, 3774.0, 3769.0, 3760.0, 3769.0, 3737.0, 3756.0, 3724.0, 3756.0, 3715.0, 3759.0, 3724.0, 3746.0, 3736.0, 3748.0, 3766.0, 3735.0, 3767.0, 3735.0, 3757.0, 3724.0, 3745.0, 3713.0, 3746.0, 3712.0, 3745.0, 3734.0, 3735.0, 3756.0, 3725.0, 3765.0, 3724.0, 3755.0, 3713.0, 3745.0, 3714.0, 3746.0, 3714.0, 3751.0, 3737.0, 3737.0, 3768.0, 3727.0, 3759.0, 3727.0, 3759.0, 3727.0, 3760.0, 3716.0, 3761.0, 3749.0, 3750.0, 3770.0, 3750.0, 3784.0, 3740.0, 3771.0, 3728.0, 3759.0, 3729.0, 3773.0, 3740.0, 3772.0, 3730.0, 3773.0, 3751.0, 3761.0, 3781.0, 3749.0, 3770.0, 3736.0, 3758.0, 3726.0, 3747.0, 3724.0, 3746.0, 3735.0, 3734.0, 3745.0, 3736.0, 3769.0, 3726.0, 3757.0, 3738.0, 3759.0, 3727.0, 3759.0, 3717.0, 3748.0, 3738.0, 3750.0, 3758.0, 3738.0, 3783.0, 3751.0, 3772.0, 3737.0, 3746.0, 3714.0, 3749.0, 3715.0, 3760.0, 3728.0, 3749.0, 3739.0, 3771.0, 3740.0, 3772.0, 3750.0, 3771.0, 3751.0, 3760.0, 3727.0, 3748.0, 3726.0, 3748.0, 3725.0, 3736.0, 3735.0, 3725.0, 3767.0, 3725.0, 3756.0, 3725.0, 3735.0, 3715.0, 3738.0, 3728.0, 3738.0, 3758.0, 3740.0, 3760.0, 3728.0, 3748.0, 3717.0, 3750.0, 3727.0, 3750.0, 3740.0, 3750.0, 3760.0, 3740.0, 3772.0, 3740.0, 3772.0, 3740.0, 3773.0, 3730.0, 3762.0, 3750.0, 3751.0, 3782.0, 3749.0, 3759.0, 3736.0, 3747.0, 3715.0, 3736.0, 3715.0, 3736.0, 3736.0, 3736.0, 3724.0, 3736.0, 3747.0, 3737.0, 3768.0, 3727.0, 3769.0, 3727.0, 3748.0, 3726.0, 3737.0, 3715.0, 3737.0, 3747.0, 3726.0, 3769.0, 3726.0, 3758.0, 3728.0, 3748.0, 3717.0, 3749.0, 3738.0, 3739.0, 3768.0, 3730.0, 3771.0, 3728.0, 3749.0, 3717.0, 3750.0, 3728.0, 3750.0, 3738.0, 3738.0, 3795.0, 3739.0, 3772.0, 3739.0, 3759.0, 3718.0, 3750.0, 3727.0, 3749.0, 3758.0, 3739.0, 3781.0, 3737.0, 3759.0, 3726.0, 3748.0, 3717.0, 3749.0, 3716.0, 3760.0, 3716.0, 3749.0, 3718.0, 3760.0, 3729.0, 3773.0, 3730.0, 3773.0, 3731.0, 3763.0, 3773.0, 3752.0, 3783.0, 3762.0, 3772.0, 3740.0, 3760.0, 3728.0, 3750.0, 3746.0, 3749.0, 3768.0, 3738.0, 3758.0, 3726.0, 3747.0, 3716.0, 3749.0, 3728.0, 3760.0, 3729.0, 3749.0, 3740.0, 3751.0, 3782.0, 3751.0, 3772.0, 3739.0, 3761.0, 3728.0, 3750.0, 3769.0, 3737.0, 3759.0, 3725.0, 3745.0, 3703.0, 3735.0, 3724.0, 3724.0, 3756.0, 3726.0, 3757.0, 3727.0, 3747.0, 3717.0, 3749.0, 3728.0, 3751.0, 3729.0, 3762.0, 3739.0, 3749.0, 3783.0, 3740.0, 3759.0, 3738.0, 3759.0, 3727.0, 3748.0, 3747.0, 3726.0, 3758.0, 3726.0, 3758.0, 3716.0, 3748.0, 3716.0, 3738.0, 3738.0, 3738.0, 3771.0, 3741.0, 3772.0, 3741.0, 3772.0, 3756.0, 3778.0, 3745.0, 3776.0, 3742.0, 3765.0, 3744.0, 3776.0, 3764.0, 3775.0, 3751.0, 3761.0, 3728.0, 3761.0, 3727.0, 3759.0, 3736.0, 3747.0, 3727.0, 3748.0, 3726.0, 3748.0, 3737.0, 3749.0, 3740.0, 3762.0, 3728.0, 3759.0, 3739.0, 3739.0, 3741.0, 3783.0, 3738.0, 3759.0, 3715.0, 3747.0, 3725.0, 3737.0, 3749.0, 3750.0, 3757.0, 3734.0, 3756.0, 3737.0, 3720.0, 3707.0, 3705.0, 3709.0, 3719.0, 3697.0, 3708.0, 3717.0, 3707.0, 3739.0, 3705.0, 3716.0, 3694.0, 3716.0, 3695.0, 3706.0, 3674.0, 3707.0, 3686.0, 3708.0, 3728.0, 3707.0, 3728.0, 3697.0, 3729.0, 3708.0, 3730.0, 3700.0, 3732.0, 3703.0, 3747.0, 3715.0, 3735.0, 3724.0, 3738.0, 3756.0, 3735.0, 3759.0, 3736.0, 3747.0, 3727.0, 3748.0, 3718.0, 3762.0, 3737.0, 3739.0, 3771.0, 3751.0, 3771.0, 3752.0, 3771.0, 3754.0, 3774.0, 3742.0, 3774.0, 3740.0, 3776.0, 3743.0, 3775.0, 3743.0, 3775.0, 3775.0, 3764.0, 3774.0, 3761.0, 3773.0, 3751.0, 3762.0, 3729.0, 3762.0, 3762.0, 3751.0, 3781.0, 3774.0, 3772.0, 3749.0, 3759.0, 3739.0, 3761.0, 3729.0, 3774.0, 3731.0, 3774.0, 3752.0, 3762.0, 3773.0, 3750.0, 3772.0, 3739.0, 3760.0, 3728.0, 3749.0, 3748.0, 3737.0, 3768.0, 3747.0, 3758.0, 3737.0, 3758.0, 3738.0, 3749.0, 3728.0, 3749.0, 3716.0, 3750.0, 3738.0, 3737.0, 3770.0, 3737.0, 3759.0, 3737.0, 3747.0, 3715.0, 3737.0, 3725.0, 3727.0, 3768.0, 3738.0, 3759.0, 3739.0, 3761.0, 3718.0, 3752.0, 3741.0, 3742.0, 3784.0, 3764.0, 3774.0, 3752.0, 3775.0, 3731.0, 3763.0, 3772.0, 3752.0, 3783.0, 3751.0, 3760.0, 3739.0, 3761.0, 3728.0, 3760.0, 3729.0, 3760.0, 3719.0, 3763.0, 3753.0, 3753.0, 3784.0, 3775.0, 3774.0, 3751.0, 3762.0, 3719.0, 3761.0, 3760.0, 3750.0, 3770.0, 3750.0, 3760.0, 3738.0, 3759.0, 3727.0, 3748.0, 3717.0, 3749.0, 3737.0, 3738.0, 3771.0, 3739.0, 3759.0, 3727.0, 3747.0, 3726.0, 3738.0, 3758.0, 3738.0, 3761.0, 3738.0, 3760.0, 3726.0, 3749.0, 3716.0, 3750.0, 3740.0, 3751.0, 3771.0, 3764.0, 3772.0, 3751.0, 3761.0, 3728.0, 3750.0, 3729.0, 3740.0, 3770.0, 3740.0, 3771.0, 3753.0, 3760.0, 3739.0, 3762.0, 3730.0, 3763.0, 3730.0, 3775.0, 3732.0, 3764.0, 3742.0, 3764.0, 3775.0, 3765.0, 3773.0, 3778.0, 3763.0, 3763.0, 3729.0, 3761.0, 3730.0, 3762.0, 3739.0, 3761.0, 3738.0, 3748.0, 3724.0, 3746.0, 3714.0, 3735.0, 3703.0, 3735.0, 3714.0, 3736.0, 3716.0, 3747.0, 3717.0, 3749.0, 3728.0, 3750.0, 3730.0, 3763.0, 3729.0, 3751.0, 3750.0, 3751.0, 3761.0, 3739.0, 3772.0, 3752.0, 3762.0, 3741.0, 3763.0, 3729.0, 3752.0, 3742.0, 3752.0, 3772.0, 3741.0, 3773.0, 3751.0, 3761.0, 3740.0, 3751.0, 3729.0, 3750.0, 3738.0, 3749.0, 3770.0, 3740.0, 3749.0, 3730.0, 3749.0, 3727.0, 3749.0, 3762.0, 3740.0, 3760.0, 3729.0, 3748.0, 3729.0, 3750.0, 3730.0, 3762.0, 3731.0, 3764.0, 3744.0, 3778.0, 3746.0, 3778.0, 3765.0, 3764.0, 3751.0, 3764.0, 3784.0, 3752.0, 3784.0, 3762.0, 3760.0, 3738.0, 3771.0, 3740.0, 3759.0, 3727.0, 3748.0, 3737.0, 3726.0, 3737.0, 3737.0, 3752.0, 3761.0, 3763.0, 3735.0, 3737.0, 3736.0, 3736.0, 3737.0, 3749.0, 3739.0, 3750.0, 3729.0, 3751.0, 3739.0, 3760.0, 3749.0, 3761.0, 3759.0, 3748.0, 3769.0, 3725.0, 3746.0, 3724.0, 3745.0, 3723.0, 3734.0, 3723.0, 3732.0, 3713.0, 3734.0, 3723.0, 3735.0, 3715.0, 3738.0, 3728.0, 3750.0, 3718.0, 3740.0, 3772.0, 3739.0, 3758.0, 3739.0, 3751.0, 3717.0, 3750.0, 3738.0, 3739.0, 3770.0, 3739.0, 3759.0, 3740.0, 3751.0, 3730.0, 3762.0, 3752.0, 3763.0, 3754.0, 3775.0, 3744.0, 3764.0, 3744.0, 3765.0, 3742.0, 3764.0, 3773.0, 3752.0, 3784.0, 3752.0, 3761.0, 3738.0, 3761.0, 3727.0, 3749.0, 3728.0, 3748.0, 3738.0, 3749.0, 3759.0, 3750.0, 3770.0, 3739.0, 3770.0, 3740.0, 3750.0, 3728.0, 3750.0, 3728.0, 3750.0, 3729.0, 3751.0, 3782.0, 3740.0, 3772.0, 3738.0, 3760.0, 3727.0, 3738.0, 3760.0, 3738.0, 3758.0, 3726.0, 3747.0, 3724.0, 3747.0, 3726.0, 3747.0, 3728.0, 3739.0, 3728.0, 3750.0, 3729.0, 3751.0, 3772.0, 3739.0, 3761.0, 3728.0, 3749.0, 3727.0, 3749.0, 3759.0, 3739.0, 3771.0, 3739.0, 3749.0, 3729.0, 3760.0, 3728.0, 3751.0, 3730.0, 3764.0, 3753.0, 3764.0, 3732.0, 3775.0, 3730.0, 3763.0, 3741.0, 3752.0, 3772.0, 3740.0, 3774.0, 3752.0, 3762.0, 3738.0, 3751.0, 3727.0, 3764.0, 3761.0, 3749.0, 3747.0, 3736.0, 3727.0, 3761.0, 3738.0, 3750.0, 3758.0, 3739.0, 3737.0, 3738.0, 3753.0, 3742.0, 3761.0, 3764.0, 3773.0, 3741.0, 3772.0, 3742.0, 3751.0, 3740.0, 3762.0, 3741.0, 3751.0, 3741.0, 3763.0, 3729.0, 3751.0, 3739.0, 3752.0, 3739.0, 3751.0, 3762.0, 3752.0, 3773.0, 3751.0, 3761.0, 3739.0, 3751.0, 3727.0, 3749.0, 3737.0, 3749.0, 3758.0, 3736.0, 3758.0, 3725.0, 3747.0, 3727.0, 3747.0, 3726.0, 3749.0, 3726.0, 3749.0, 3728.0, 3750.0, 3727.0, 3751.0, 3762.0, 3750.0, 3772.0, 3751.0, 3762.0, 3717.0, 3749.0, 3738.0, 3748.0, 3757.0, 3737.0, 3771.0, 3726.0, 3748.0, 3727.0, 3759.0, 3740.0, 3750.0, 3739.0, 3751.0, 3729.0, 3764.0, 3730.0, 3753.0, 3763.0, 3752.0, 3772.0, 3751.0, 3773.0, 3740.0, 3750.0, 3729.0, 3749.0, 3727.0, 3749.0, 3748.0, 3738.0, 3760.0, 3738.0, 3759.0, 3740.0, 3751.0, 3730.0, 3752.0, 3743.0, 3753.0, 3773.0, 3753.0, 3773.0, 3741.0, 3764.0, 3731.0, 3763.0, 3740.0, 3751.0, 3761.0, 3752.0, 3771.0, 3738.0, 3759.0, 3737.0, 3747.0, 3726.0, 3736.0, 3717.0, 3735.0, 3715.0, 3749.0, 3716.0, 3751.0, 3727.0, 3739.0, 3761.0, 3740.0, 3770.0, 3751.0, 3774.0, 3755.0, 3774.0, 3743.0, 3762.0, 3728.0, 3748.0, 3729.0, 3763.0, 3713.0, 3734.0, 3715.0, 3760.0, 3752.0, 3770.0, 3742.0, 3761.0, 3727.0, 3762.0, 3729.0, 3751.0, 3731.0, 3760.0, 3739.0, 3748.0, 3727.0, 3706.0, 3737.0, 3716.0, 3748.0, 3726.0, 3746.0, 3714.0, 3733.0, 3700.0, 3720.0, 3687.0, 3719.0, 3687.0, 3709.0, 3688.0, 3708.0, 3688.0, 3709.0, 3689.0, 3721.0, 3689.0, 3721.0, 3690.0, 3711.0, 3690.0, 3713.0, 3712.0, 3702.0, 3745.0, 3713.0, 3738.0, 3716.0, 3725.0, 3692.0, 3713.0, 3693.0, 3714.0, 3715.0, 3717.0, 3748.0, 3728.0, 3749.0, 3720.0, 3763.0, 3708.0, 3763.0, 3721.0, 3753.0, 3732.0, 3754.0, 3743.0, 3755.0, 3764.0, 3755.0, 3789.0, 3745.0, 3751.0, 3720.0, 3756.0, 3731.0, 3752.0, 3752.0, 3742.0, 3762.0, 3743.0, 3775.0, 3743.0, 3774.0, 3743.0, 3764.0, 3729.0, 3750.0, 3720.0, 3763.0, 3721.0, 3762.0, 3741.0, 3752.0, 3751.0, 3742.0, 3752.0, 3742.0, 3763.0, 3742.0, 3774.0, 3732.0, 3764.0, 3720.0, 3762.0, 3710.0, 3763.0, 3764.0, 3742.0, 3762.0, 3741.0, 3751.0, 3719.0, 3750.0, 3719.0, 3752.0, 3709.0, 3753.0, 3710.0, 3753.0, 3742.0, 3754.0, 3774.0, 3742.0, 3763.0, 3741.0, 3752.0, 3719.0, 3752.0, 3751.0, 3740.0, 3761.0, 3738.0, 3748.0, 3716.0, 3737.0, 3706.0, 3737.0, 3705.0, 3738.0, 3706.0, 3739.0, 3716.0, 3739.0, 3761.0, 3729.0, 3750.0, 3730.0, 3750.0, 3718.0, 3750.0, 3707.0, 3749.0, 3739.0, 3730.0, 3762.0, 3742.0, 3762.0, 3732.0, 3763.0, 3744.0, 3764.0, 3722.0, 3765.0, 3743.0, 3754.0, 3774.0, 3743.0, 3775.0, 3731.0, 3763.0, 3720.0, 3752.0, 3730.0, 3750.0, 3740.0, 3752.0, 3760.0, 3742.0, 3762.0, 3742.0, 3774.0, 3732.0, 3764.0, 3742.0, 3766.0, 3733.0, 3764.0, 3722.0, 3776.0, 3734.0, 3778.0, 3734.0, 3765.0, 3764.0, 3754.0, 3763.0, 3742.0, 3774.0, 3742.0, 3762.0, 3728.0, 3761.0, 3728.0, 3739.0, 3715.0, 3739.0, 3719.0, 3739.0, 3738.0, 3729.0, 3750.0, 3742.0, 3762.0, 3727.0, 3762.0, 3730.0, 3750.0, 3716.0, 3750.0, 3718.0, 3749.0, 3717.0, 3740.0, 3737.0, 3729.0, 3760.0, 3726.0, 3750.0, 3727.0, 3750.0, 3729.0, 3750.0, 3729.0, 3750.0, 3718.0, 3751.0, 3718.0, 3751.0, 3708.0, 3752.0, 3732.0, 3753.0, 3752.0, 3742.0, 3773.0, 3740.0, 3763.0, 3742.0, 3764.0, 3740.0, 3762.0, 3731.0, 3762.0, 3720.0, 3752.0, 3719.0, 3752.0, 3717.0, 3752.0, 3720.0, 3752.0, 3763.0, 3732.0, 3763.0, 3742.0, 3764.0, 3733.0, 3766.0, 3721.0, 3754.0, 3764.0, 3757.0, 3775.0, 3766.0, 3775.0, 3741.0, 3775.0, 3742.0, 3751.0, 3743.0, 3763.0, 3731.0, 3767.0, 3721.0, 3765.0, 3774.0, 3728.0, 3760.0, 3729.0, 3761.0, 3730.0, 3751.0, 3718.0, 3763.0, 3732.0, 3752.0, 3721.0, 3763.0, 3745.0, 3775.0, 3741.0, 3763.0, 3741.0, 3773.0, 3741.0, 3761.0, 3740.0, 3761.0, 3740.0, 3760.0, 3728.0, 3749.0, 3716.0, 3749.0, 3716.0, 3750.0, 3715.0, 3747.0, 3713.0, 3735.0, 3715.0, 3748.0, 3715.0, 3748.0, 3717.0, 3749.0, 3759.0, 3727.0, 3749.0, 3727.0, 3749.0, 3716.0, 3739.0, 3738.0, 3726.0, 3758.0, 3726.0, 3746.0, 3725.0, 3749.0, 3715.0, 3747.0, 3716.0, 3751.0, 3728.0, 3740.0, 3751.0, 3753.0, 3774.0, 3743.0, 3774.0, 3742.0, 3764.0, 3741.0, 3752.0, 3772.0, 3751.0, 3762.0, 3728.0, 3762.0, 3741.0, 3749.0, 3728.0, 3764.0, 3730.0, 3763.0, 3731.0, 3763.0, 3731.0, 3764.0, 3731.0, 3764.0, 3732.0, 3763.0, 3774.0, 3751.0, 3772.0, 3750.0, 3761.0, 3727.0, 3748.0, 3715.0, 3748.0, 3715.0, 3736.0, 3704.0, 3736.0, 3725.0, 3724.0, 3759.0, 3738.0, 3760.0, 3729.0, 3749.0, 3729.0, 3752.0, 3719.0, 3751.0, 3729.0, 3753.0, 3772.0, 3741.0, 3760.0, 3740.0, 3776.0, 3730.0, 3749.0, 3740.0, 3763.0, 3741.0, 3761.0, 3742.0, 3750.0, 3741.0, 3751.0, 3751.0, 3760.0, 3739.0, 3750.0, 3741.0, 3760.0, 3727.0, 3748.0, 3727.0, 3748.0, 3739.0, 3718.0, 3751.0, 3731.0, 3762.0, 3731.0, 3763.0, 3762.0, 3754.0, 3762.0, 3741.0, 3773.0, 3741.0, 3760.0, 3738.0, 3762.0, 3717.0, 3749.0, 3715.0, 3747.0, 3727.0, 3748.0, 3727.0, 3749.0, 3728.0, 3750.0, 3761.0, 3750.0, 3773.0, 3750.0, 3761.0, 3728.0, 3748.0, 3729.0, 3748.0, 3715.0, 3747.0, 3725.0, 3736.0, 3726.0, 3725.0, 3771.0, 3738.0, 3758.0, 3739.0, 3761.0, 3729.0, 3749.0, 3730.0, 3763.0, 3730.0, 3764.0, 3732.0, 3766.0, 3732.0, 3753.0, 3773.0, 3741.0, 3762.0, 3741.0, 3762.0, 3729.0, 3762.0, 3718.0, 3752.0, 3750.0, 3740.0, 3761.0, 3752.0, 3761.0, 3741.0, 3761.0, 3742.0, 3762.0, 3730.0, 3764.0, 3741.0, 3763.0, 3741.0, 3752.0, 3774.0, 3740.0, 3761.0, 3738.0, 3750.0, 3716.0, 3748.0, 3760.0, 3737.0, 3760.0, 3728.0, 3749.0, 3716.0, 3747.0, 3717.0, 3750.0, 3729.0, 3762.0, 3750.0, 3753.0, 3774.0, 3753.0, 3774.0, 3743.0, 3763.0, 3741.0, 3764.0, 3729.0, 3761.0, 3739.0, 3751.0, 3761.0, 3737.0, 3758.0, 3737.0, 3747.0, 3727.0, 3748.0, 3738.0, 3757.0, 3739.0, 3760.0, 3740.0], 'WindowWidth': [8465.0, 8468.0, 8413.0, 8438.0, 8398.0, 8418.0, 8394.0, 8413.0, 8408.0, 8395.0, 8443.0, 8395.0, 8441.0, 8410.0, 8428.0, 8399.0, 8436.0, 8408.0, 8435.0, 8413.0, 8419.0, 8448.0, 8420.0, 8465.0, 8422.0, 8452.0, 8408.0, 8456.0, 8410.0, 8460.0, 8426.0, 8443.0, 8486.0, 8424.0, 8467.0, 8406.0, 8453.0, 8390.0, 8453.0, 8423.0, 8441.0, 8470.0, 8445.0, 8489.0, 8432.0, 8476.0, 8434.0, 8480.0, 8417.0, 8481.0, 8444.0, 8461.0, 8475.0, 8443.0, 8475.0, 8403.0, 8454.0, 8434.0, 8454.0, 8448.0, 8435.0, 8485.0, 8434.0, 8468.0, 8417.0, 8448.0, 8399.0, 8431.0, 8398.0, 8416.0, 8458.0, 8398.0, 8461.0, 8398.0, 8443.0, 8382.0, 8429.0, 8425.0, 8398.0, 8463.0, 8401.0, 8444.0, 8383.0, 8434.0, 8410.0, 8436.0, 8435.0, 8439.0, 8449.0, 8420.0, 8466.0, 8422.0, 8470.0, 8421.0, 8452.0, 8406.0, 8455.0, 8433.0, 8435.0, 8480.0, 8433.0, 8461.0, 8398.0, 8450.0, 8401.0, 8429.0, 8397.0, 8436.0, 8396.0, 8413.0, 8445.0, 8402.0, 8462.0, 8419.0, 8466.0, 8405.0, 8449.0, 8389.0, 8439.0, 8417.0, 8436.0, 8481.0, 8417.0, 8464.0, 8403.0, 8450.0, 8387.0, 8436.0, 8415.0, 8418.0, 8450.0, 8420.0, 8448.0, 8406.0, 8454.0, 8412.0, 8470.0, 8397.0, 8475.0, 8429.0, 8458.0, 8471.0, 8440.0, 8473.0, 8421.0, 8453.0, 8410.0, 8479.0, 8465.0, 8454.0, 8468.0, 8415.0, 8441.0, 8395.0, 8442.0, 8384.0, 8449.0, 8396.0, 8430.0, 8415.0, 8432.0, 8456.0, 8410.0, 8462.0, 8410.0, 8443.0, 8395.0, 8427.0, 8379.0, 8427.0, 8377.0, 8424.0, 8407.0, 8410.0, 8440.0, 8397.0, 8454.0, 8394.0, 8439.0, 8379.0, 8423.0, 8382.0, 8430.0, 8384.0, 8443.0, 8418.0, 8418.0, 8462.0, 8405.0, 8449.0, 8404.0, 8451.0, 8405.0, 8451.0, 8390.0, 8455.0, 8437.0, 8440.0, 8468.0, 8439.0, 8492.0, 8427.0, 8467.0, 8408.0, 8451.0, 8411.0, 8475.0, 8426.0, 8474.0, 8413.0, 8475.0, 8442.0, 8456.0, 8483.0, 8437.0, 8469.0, 8415.0, 8447.0, 8401.0, 8432.0, 8393.0, 8428.0, 8407.0, 8409.0, 8423.0, 8413.0, 8463.0, 8402.0, 8446.0, 8421.0, 8449.0, 8404.0, 8449.0, 8392.0, 8436.0, 8420.0, 8437.0, 8447.0, 8422.0, 8490.0, 8439.0, 8470.0, 8416.0, 8428.0, 8381.0, 8437.0, 8385.0, 8451.0, 8407.0, 8436.0, 8424.0, 8468.0, 8426.0, 8471.0, 8438.0, 8470.0, 8441.0, 8452.0, 8403.0, 8432.0, 8398.0, 8431.0, 8396.0, 8413.0, 8410.0, 8396.0, 8459.0, 8395.0, 8440.0, 8396.0, 8411.0, 8385.0, 8419.0, 8407.0, 8420.0, 8446.0, 8426.0, 8453.0, 8406.0, 8433.0, 8392.0, 8438.0, 8403.0, 8440.0, 8424.0, 8440.0, 8452.0, 8426.0, 8473.0, 8425.0, 8471.0, 8427.0, 8474.0, 8411.0, 8458.0, 8438.0, 8442.0, 8486.0, 8434.0, 8451.0, 8413.0, 8431.0, 8383.0, 8414.0, 8384.0, 8413.0, 8411.0, 8412.0, 8394.0, 8412.0, 8428.0, 8417.0, 8460.0, 8401.0, 8461.0, 8402.0, 8432.0, 8399.0, 8418.0, 8384.0, 8416.0, 8428.0, 8400.0, 8460.0, 8400.0, 8448.0, 8406.0, 8434.0, 8389.0, 8436.0, 8417.0, 8421.0, 8461.0, 8411.0, 8467.0, 8406.0, 8436.0, 8391.0, 8439.0, 8404.0, 8437.0, 8420.0, 8422.0, 8510.0, 8424.0, 8473.0, 8423.0, 8450.0, 8392.0, 8440.0, 8403.0, 8435.0, 8446.0, 8421.0, 8483.0, 8417.0, 8448.0, 8401.0, 8432.0, 8389.0, 8437.0, 8388.0, 8451.0, 8387.0, 8435.0, 8395.0, 8454.0, 8411.0, 8475.0, 8413.0, 8476.0, 8415.0, 8462.0, 8475.0, 8445.0, 8490.0, 8458.0, 8472.0, 8425.0, 8454.0, 8408.0, 8438.0, 8427.0, 8435.0, 8460.0, 8419.0, 8446.0, 8400.0, 8431.0, 8387.0, 8436.0, 8407.0, 8452.0, 8410.0, 8439.0, 8425.0, 8442.0, 8486.0, 8442.0, 8471.0, 8421.0, 8454.0, 8405.0, 8437.0, 8466.0, 8416.0, 8449.0, 8396.0, 8423.0, 8362.0, 8410.0, 8394.0, 8394.0, 8439.0, 8398.0, 8444.0, 8403.0, 8431.0, 8391.0, 8436.0, 8407.0, 8441.0, 8408.0, 8456.0, 8423.0, 8437.0, 8490.0, 8424.0, 8452.0, 8418.0, 8449.0, 8401.0, 8433.0, 8427.0, 8397.0, 8447.0, 8398.0, 8446.0, 8385.0, 8431.0, 8387.0, 8419.0, 8419.0, 8421.0, 8468.0, 8428.0, 8473.0, 8429.0, 8473.0, 8457.0, 8489.0, 8442.0, 8482.0, 8432.0, 8468.0, 8439.0, 8483.0, 8461.0, 8483.0, 8439.0, 8454.0, 8403.0, 8453.0, 8401.0, 8447.0, 8410.0, 8429.0, 8400.0, 8431.0, 8399.0, 8431.0, 8416.0, 8434.0, 8425.0, 8456.0, 8406.0, 8444.0, 8419.0, 8420.0, 8426.0, 8490.0, 8417.0, 8448.0, 8380.0, 8428.0, 8394.0, 8415.0, 8433.0, 8435.0, 8442.0, 8405.0, 8439.0, 8412.0, 8376.0, 8356.0, 8346.0, 8360.0, 8375.0, 8339.0, 8358.0, 8371.0, 8354.0, 8403.0, 8349.0, 8365.0, 8333.0, 8365.0, 8337.0, 8352.0, 8307.0, 8356.0, 8327.0, 8360.0, 8387.0, 8355.0, 8387.0, 8345.0, 8388.0, 8361.0, 8394.0, 8354.0, 8399.0, 8360.0, 8427.0, 8382.0, 8408.0, 8392.0, 8416.0, 8439.0, 8409.0, 8446.0, 8413.0, 8427.0, 8400.0, 8430.0, 8389.0, 8455.0, 8417.0, 8420.0, 8464.0, 8440.0, 8467.0, 8442.0, 8469.0, 8448.0, 8475.0, 8432.0, 8475.0, 8426.0, 8480.0, 8431.0, 8479.0, 8433.0, 8479.0, 8480.0, 8463.0, 8476.0, 8453.0, 8473.0, 8439.0, 8458.0, 8409.0, 8456.0, 8457.0, 8440.0, 8483.0, 8473.0, 8469.0, 8434.0, 8448.0, 8421.0, 8453.0, 8409.0, 8475.0, 8412.0, 8476.0, 8442.0, 8456.0, 8473.0, 8436.0, 8470.0, 8418.0, 8451.0, 8402.0, 8432.0, 8430.0, 8413.0, 8459.0, 8427.0, 8443.0, 8413.0, 8444.0, 8417.0, 8433.0, 8405.0, 8436.0, 8387.0, 8436.0, 8417.0, 8416.0, 8468.0, 8415.0, 8446.0, 8413.0, 8429.0, 8382.0, 8414.0, 8397.0, 8401.0, 8460.0, 8418.0, 8447.0, 8421.0, 8452.0, 8393.0, 8443.0, 8428.0, 8430.0, 8490.0, 8462.0, 8477.0, 8444.0, 8478.0, 8414.0, 8460.0, 8469.0, 8443.0, 8488.0, 8438.0, 8450.0, 8421.0, 8453.0, 8405.0, 8451.0, 8407.0, 8452.0, 8396.0, 8459.0, 8448.0, 8448.0, 8491.0, 8478.0, 8478.0, 8439.0, 8456.0, 8395.0, 8454.0, 8452.0, 8436.0, 8467.0, 8434.0, 8451.0, 8417.0, 8447.0, 8403.0, 8432.0, 8387.0, 8434.0, 8416.0, 8417.0, 8467.0, 8419.0, 8448.0, 8400.0, 8429.0, 8398.0, 8415.0, 8445.0, 8418.0, 8453.0, 8416.0, 8450.0, 8401.0, 8435.0, 8387.0, 8436.0, 8423.0, 8438.0, 8468.0, 8461.0, 8470.0, 8438.0, 8455.0, 8407.0, 8436.0, 8407.0, 8424.0, 8465.0, 8422.0, 8467.0, 8444.0, 8452.0, 8423.0, 8456.0, 8413.0, 8458.0, 8412.0, 8480.0, 8417.0, 8463.0, 8430.0, 8462.0, 8477.0, 8467.0, 8475.0, 8487.0, 8459.0, 8460.0, 8408.0, 8454.0, 8410.0, 8458.0, 8419.0, 8454.0, 8416.0, 8430.0, 8392.0, 8425.0, 8378.0, 8408.0, 8360.0, 8407.0, 8379.0, 8412.0, 8387.0, 8429.0, 8388.0, 8433.0, 8404.0, 8436.0, 8411.0, 8459.0, 8407.0, 8440.0, 8436.0, 8439.0, 8453.0, 8421.0, 8472.0, 8443.0, 8456.0, 8426.0, 8459.0, 8407.0, 8442.0, 8429.0, 8444.0, 8468.0, 8424.0, 8473.0, 8438.0, 8453.0, 8422.0, 8439.0, 8405.0, 8438.0, 8416.0, 8433.0, 8465.0, 8421.0, 8435.0, 8410.0, 8434.0, 8400.0, 8433.0, 8454.0, 8422.0, 8450.0, 8408.0, 8432.0, 8409.0, 8438.0, 8412.0, 8457.0, 8416.0, 8463.0, 8436.0, 8488.0, 8441.0, 8487.0, 8463.0, 8461.0, 8439.0, 8462.0, 8490.0, 8445.0, 8492.0, 8455.0, 8450.0, 8418.0, 8468.0, 8424.0, 8449.0, 8401.0, 8431.0, 8413.0, 8398.0, 8416.0, 8415.0, 8444.0, 8452.0, 8459.0, 8409.0, 8414.0, 8412.0, 8413.0, 8413.0, 8433.0, 8421.0, 8437.0, 8409.0, 8439.0, 8421.0, 8451.0, 8433.0, 8453.0, 8445.0, 8431.0, 8462.0, 8395.0, 8427.0, 8391.0, 8421.0, 8388.0, 8405.0, 8388.0, 8402.0, 8377.0, 8405.0, 8391.0, 8408.0, 8384.0, 8417.0, 8406.0, 8437.0, 8392.0, 8424.0, 8471.0, 8420.0, 8447.0, 8419.0, 8439.0, 8389.0, 8438.0, 8416.0, 8418.0, 8463.0, 8421.0, 8448.0, 8423.0, 8442.0, 8413.0, 8458.0, 8444.0, 8461.0, 8449.0, 8480.0, 8437.0, 8464.0, 8436.0, 8466.0, 8430.0, 8462.0, 8473.0, 8444.0, 8492.0, 8444.0, 8457.0, 8419.0, 8455.0, 8400.0, 8435.0, 8403.0, 8432.0, 8416.0, 8432.0, 8446.0, 8435.0, 8465.0, 8421.0, 8465.0, 8423.0, 8437.0, 8405.0, 8438.0, 8403.0, 8436.0, 8407.0, 8439.0, 8486.0, 8424.0, 8469.0, 8419.0, 8450.0, 8399.0, 8417.0, 8448.0, 8416.0, 8447.0, 8398.0, 8427.0, 8394.0, 8427.0, 8399.0, 8428.0, 8406.0, 8420.0, 8403.0, 8437.0, 8407.0, 8438.0, 8469.0, 8420.0, 8453.0, 8403.0, 8434.0, 8401.0, 8432.0, 8447.0, 8419.0, 8467.0, 8421.0, 8433.0, 8406.0, 8450.0, 8406.0, 8440.0, 8413.0, 8462.0, 8448.0, 8462.0, 8416.0, 8477.0, 8411.0, 8460.0, 8426.0, 8442.0, 8472.0, 8423.0, 8479.0, 8444.0, 8457.0, 8417.0, 8441.0, 8402.0, 8463.0, 8451.0, 8433.0, 8424.0, 8409.0, 8399.0, 8452.0, 8418.0, 8437.0, 8444.0, 8417.0, 8413.0, 8416.0, 8448.0, 8429.0, 8451.0, 8465.0, 8473.0, 8428.0, 8470.0, 8430.0, 8441.0, 8424.0, 8457.0, 8424.0, 8441.0, 8426.0, 8458.0, 8409.0, 8438.0, 8421.0, 8442.0, 8421.0, 8441.0, 8455.0, 8443.0, 8474.0, 8438.0, 8455.0, 8419.0, 8438.0, 8400.0, 8434.0, 8415.0, 8431.0, 8443.0, 8411.0, 8445.0, 8395.0, 8427.0, 8401.0, 8428.0, 8399.0, 8432.0, 8400.0, 8433.0, 8405.0, 8436.0, 8403.0, 8441.0, 8455.0, 8436.0, 8471.0, 8440.0, 8456.0, 8389.0, 8434.0, 8417.0, 8430.0, 8443.0, 8414.0, 8468.0, 8400.0, 8430.0, 8402.0, 8450.0, 8425.0, 8437.0, 8421.0, 8439.0, 8409.0, 8464.0, 8410.0, 8446.0, 8457.0, 8440.0, 8472.0, 8439.0, 8473.0, 8423.0, 8437.0, 8404.0, 8433.0, 8400.0, 8432.0, 8431.0, 8416.0, 8449.0, 8416.0, 8448.0, 8425.0, 8439.0, 8409.0, 8444.0, 8433.0, 8446.0, 8475.0, 8445.0, 8474.0, 8427.0, 8461.0, 8411.0, 8460.0, 8423.0, 8438.0, 8453.0, 8439.0, 8467.0, 8417.0, 8448.0, 8414.0, 8427.0, 8397.0, 8412.0, 8388.0, 8410.0, 8383.0, 8431.0, 8384.0, 8440.0, 8402.0, 8420.0, 8454.0, 8423.0, 8464.0, 8441.0, 8476.0, 8455.0, 8480.0, 8436.0, 8457.0, 8405.0, 8434.0, 8409.0, 8460.0, 8373.0, 8403.0, 8378.0, 8445.0, 8440.0, 8465.0, 8429.0, 8455.0, 8401.0, 8454.0, 8406.0, 8437.0, 8412.0, 8449.0, 8417.0, 8427.0, 8398.0, 8369.0, 8413.0, 8382.0, 8427.0, 8394.0, 8423.0, 8373.0, 8399.0, 8349.0, 8378.0, 8328.0, 8373.0, 8329.0, 8358.0, 8327.0, 8355.0, 8330.0, 8360.0, 8333.0, 8378.0, 8335.0, 8379.0, 8337.0, 8369.0, 8338.0, 8373.0, 8370.0, 8356.0, 8420.0, 8374.0, 8414.0, 8383.0, 8393.0, 8345.0, 8374.0, 8347.0, 8378.0, 8380.0, 8386.0, 8430.0, 8403.0, 8433.0, 8397.0, 8456.0, 8377.0, 8457.0, 8401.0, 8444.0, 8414.0, 8448.0, 8431.0, 8448.0, 8461.0, 8451.0, 8501.0, 8438.0, 8438.0, 8394.0, 8453.0, 8411.0, 8442.0, 8441.0, 8427.0, 8456.0, 8431.0, 8477.0, 8430.0, 8475.0, 8431.0, 8460.0, 8410.0, 8440.0, 8397.0, 8459.0, 8399.0, 8454.0, 8425.0, 8441.0, 8439.0, 8429.0, 8441.0, 8427.0, 8457.0, 8430.0, 8473.0, 8416.0, 8460.0, 8397.0, 8456.0, 8383.0, 8457.0, 8462.0, 8427.0, 8454.0, 8427.0, 8438.0, 8392.0, 8434.0, 8394.0, 8440.0, 8381.0, 8445.0, 8384.0, 8444.0, 8428.0, 8447.0, 8477.0, 8428.0, 8460.0, 8426.0, 8443.0, 8394.0, 8440.0, 8438.0, 8422.0, 8454.0, 8416.0, 8430.0, 8384.0, 8412.0, 8370.0, 8414.0, 8370.0, 8416.0, 8372.0, 8418.0, 8385.0, 8419.0, 8451.0, 8407.0, 8436.0, 8408.0, 8436.0, 8390.0, 8434.0, 8375.0, 8432.0, 8420.0, 8410.0, 8455.0, 8427.0, 8456.0, 8416.0, 8459.0, 8436.0, 8463.0, 8403.0, 8463.0, 8430.0, 8447.0, 8476.0, 8432.0, 8476.0, 8413.0, 8458.0, 8394.0, 8442.0, 8409.0, 8436.0, 8423.0, 8440.0, 8451.0, 8429.0, 8457.0, 8430.0, 8473.0, 8418.0, 8461.0, 8434.0, 8466.0, 8421.0, 8465.0, 8404.0, 8482.0, 8422.0, 8487.0, 8422.0, 8466.0, 8462.0, 8447.0, 8460.0, 8428.0, 8476.0, 8428.0, 8455.0, 8404.0, 8453.0, 8402.0, 8420.0, 8383.0, 8419.0, 8393.0, 8419.0, 8416.0, 8405.0, 8434.0, 8427.0, 8455.0, 8402.0, 8454.0, 8408.0, 8437.0, 8386.0, 8437.0, 8390.0, 8434.0, 8387.0, 8420.0, 8415.0, 8406.0, 8451.0, 8401.0, 8436.0, 8401.0, 8437.0, 8405.0, 8436.0, 8407.0, 8435.0, 8391.0, 8437.0, 8393.0, 8439.0, 8379.0, 8442.0, 8415.0, 8444.0, 8441.0, 8427.0, 8473.0, 8427.0, 8459.0, 8430.0, 8460.0, 8426.0, 8456.0, 8411.0, 8456.0, 8397.0, 8441.0, 8392.0, 8441.0, 8391.0, 8441.0, 8396.0, 8443.0, 8461.0, 8417.0, 8461.0, 8429.0, 8463.0, 8420.0, 8467.0, 8398.0, 8447.0, 8462.0, 8457.0, 8481.0, 8470.0, 8479.0, 8426.0, 8479.0, 8430.0, 8440.0, 8434.0, 8458.0, 8415.0, 8471.0, 8401.0, 8464.0, 8476.0, 8407.0, 8450.0, 8407.0, 8452.0, 8411.0, 8437.0, 8393.0, 8461.0, 8418.0, 8443.0, 8400.0, 8458.0, 8440.0, 8478.0, 8427.0, 8458.0, 8427.0, 8471.0, 8428.0, 8455.0, 8425.0, 8454.0, 8423.0, 8451.0, 8404.0, 8432.0, 8384.0, 8432.0, 8383.0, 8438.0, 8382.0, 8426.0, 8377.0, 8408.0, 8381.0, 8428.0, 8383.0, 8430.0, 8386.0, 8432.0, 8447.0, 8400.0, 8432.0, 8400.0, 8432.0, 8383.0, 8418.0, 8416.0, 8398.0, 8447.0, 8399.0, 8426.0, 8394.0, 8431.0, 8381.0, 8426.0, 8386.0, 8440.0, 8406.0, 8423.0, 8440.0, 8444.0, 8474.0, 8433.0, 8475.0, 8429.0, 8463.0, 8426.0, 8441.0, 8473.0, 8440.0, 8456.0, 8405.0, 8454.0, 8426.0, 8435.0, 8403.0, 8461.0, 8411.0, 8458.0, 8413.0, 8460.0, 8415.0, 8463.0, 8415.0, 8464.0, 8416.0, 8459.0, 8476.0, 8441.0, 8472.0, 8436.0, 8453.0, 8400.0, 8430.0, 8381.0, 8429.0, 8381.0, 8409.0, 8364.0, 8409.0, 8394.0, 8393.0, 8447.0, 8416.0, 8449.0, 8406.0, 8433.0, 8407.0, 8440.0, 8394.0, 8439.0, 8409.0, 8445.0, 8471.0, 8423.0, 8448.0, 8424.0, 8480.0, 8414.0, 8433.0, 8422.0, 8459.0, 8429.0, 8455.0, 8430.0, 8439.0, 8426.0, 8440.0, 8439.0, 8450.0, 8420.0, 8436.0, 8424.0, 8450.0, 8401.0, 8431.0, 8402.0, 8430.0, 8419.0, 8392.0, 8439.0, 8413.0, 8459.0, 8414.0, 8459.0, 8456.0, 8446.0, 8456.0, 8427.0, 8474.0, 8425.0, 8451.0, 8415.0, 8454.0, 8386.0, 8431.0, 8382.0, 8428.0, 8398.0, 8429.0, 8401.0, 8434.0, 8405.0, 8435.0, 8452.0, 8438.0, 8472.0, 8437.0, 8454.0, 8403.0, 8432.0, 8406.0, 8432.0, 8382.0, 8428.0, 8395.0, 8410.0, 8398.0, 8396.0, 8467.0, 8417.0, 8443.0, 8422.0, 8451.0, 8407.0, 8434.0, 8411.0, 8457.0, 8413.0, 8460.0, 8416.0, 8469.0, 8416.0, 8447.0, 8474.0, 8428.0, 8458.0, 8425.0, 8456.0, 8408.0, 8455.0, 8391.0, 8442.0, 8438.0, 8423.0, 8453.0, 8443.0, 8456.0, 8425.0, 8454.0, 8431.0, 8455.0, 8411.0, 8461.0, 8427.0, 8459.0, 8425.0, 8443.0, 8478.0, 8425.0, 8455.0, 8417.0, 8437.0, 8386.0, 8430.0, 8452.0, 8417.0, 8450.0, 8403.0, 8434.0, 8385.0, 8428.0, 8387.0, 8439.0, 8411.0, 8455.0, 8438.0, 8446.0, 8474.0, 8446.0, 8478.0, 8434.0, 8460.0, 8427.0, 8464.0, 8408.0, 8454.0, 8421.0, 8438.0, 8453.0, 8417.0, 8447.0, 8416.0, 8428.0, 8400.0, 8432.0, 8418.0, 8443.0, 8420.0, 8451.0, 8422.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.0023197682926829268</td></tr>
<tr><td colspan=3>aqi</td><td>0.07034580115853659</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.29897035813909</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1336940704697989</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9596059960951806</td></tr>
<tr><td colspan=3>efc</td><td>0.502</td></tr>
<tr><td colspan=3>fber</td><td>4271.3135</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1128863925466756</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>99</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.036585365853658</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.857894715207548</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.738900571063158</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1327502889457763</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7020332856137084</td></tr>
<tr><td colspan=3>gcor</td><td>0.0075943</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009660386480391026</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03576723858714104</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1640</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.008806168466961</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>21.6323</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.4173</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.2643</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292080.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>732.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.976</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4518</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>440.5716</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2886.8121</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84464.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1053.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3738.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>763.8139</td></tr>
<tr><td colspan=3>tsnr</td><td>25.305663803010248</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>