ds005256-mriqc/sub-0099_ses-03_task-shortvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 33e4541bf2 [DATALAD RUNCMD] Compute MRIQC for sub-0099
=== 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-0099 --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-0099",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:40:23 +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-0099_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-0099_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-0099_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-0099/figures/sub-0099_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_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-0099/figures/sub-0099_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099/ses-03/func/sub-0099_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>106cf4c1c240286fd929f3418fc75ded</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>15:19:29.930000</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.993042, -0.112431, 0.0350243, 0.11367, 0.992879, -0.0356421]</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.0817387</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>[4250, -7781, -7226, 272, -125, -267, -100, 10]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.085</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f7e69eb9-0d84-4022-898a-ac3944efebc0||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.664259433746338, 0.30496710538864136, 0.08307254314422607, 83.11073303222656], [0.3016439378261566, 2.6638219356536865, -0.10631334781646729, -117.30669403076172], [0.09396760910749435, 0.09562518447637558, 2.696626901626587, -111.22736358642578], [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': ['151929.930000', '151930.390000', '151930.850000', '151931.310000', '151931.770000', '151932.230000', '151932.690000', '151933.150000', '151933.610000', '151934.070000', '151934.530000', '151934.990000', '151935.450000', '151935.910000', '151936.370000', '151936.830000', '151937.290000', '151937.750000', '151938.210000', '151938.670000', '151939.130000', '151939.590000', '151940.050000', '151940.510000', '151940.970000', '151941.430000', '151941.890000', '151942.350000', '151942.810000', '151943.270000', '151943.730000', '151944.190000', '151944.650000', '151945.110000', '151945.570000', '151946.030000', '151946.490000', '151946.950000', '151947.410000', '151947.870000', '151948.330000', '151948.790000', '151949.250000', '151949.710000', '151950.170000', '151950.630000', '151951.090000', '151951.550000', '151952.010000', '151952.470000', '151952.930000', '151953.390000', '151953.850000', '151954.310000', '151954.770000', '151955.230000', '151955.690000', '151956.150000', '151956.610000', '151957.070000', '151957.530000', '151957.990000', '151958.450000', '151958.910000', '151959.370000', '151959.830000', '152000.290000', '152000.750000', '152001.210000', '152001.670000', '152002.130000', '152002.590000', '152003.050000', '152003.510000', '152003.970000', '152004.430000', '152004.890000', '152005.350000', '152005.810000', '152006.270000', '152006.730000', '152007.190000', '152007.650000', '152008.110000', '152008.570000', '152009.030000', '152009.490000', '152009.950000', '152010.410000', '152010.870000', '152011.330000', '152011.790000', '152012.250000', '152012.710000', '152013.170000', '152013.630000', '152014.090000', '152014.550000', '152015.010000', '152015.470000', '152015.930000', '152016.390000', '152016.850000', '152017.310000', '152017.770000', '152018.230000', '152018.690000', '152019.150000', '152019.610000', '152020.070000', '152020.530000', '152020.990000', '152021.450000', '152021.910000', '152022.370000', '152022.830000', '152023.290000', '152023.750000', '152024.210000', '152024.670000', '152025.130000', '152025.590000', '152026.050000', '152026.510000', '152026.970000', '152027.430000', '152027.890000', '152028.350000', '152028.810000', '152029.270000', '152029.730000', '152030.190000', '152030.650000', '152031.110000', '152031.570000', '152032.030000', '152032.490000', '152032.950000', '152033.410000', '152033.870000', '152034.330000', '152034.790000', '152035.250000', '152035.710000', '152036.170000', '152036.630000', '152037.090000', '152037.550000', '152038.010000', '152038.470000', '152038.930000', '152039.390000', '152039.850000', '152040.310000', '152040.770000', '152041.230000', '152041.690000', '152042.150000', '152042.610000', '152043.070000', '152043.530000', '152043.990000', '152044.450000', '152044.910000', '152045.370000', '152045.830000', '152046.290000', '152046.750000', '152047.210000', '152047.670000', '152048.130000', '152048.590000', '152049.050000', '152049.510000', '152049.970000', '152050.430000', '152050.890000', '152051.350000', '152051.810000', '152052.270000', '152052.730000', '152053.190000', '152053.650000', '152054.110000', '152054.570000', '152055.030000', '152055.490000', '152055.950000', '152056.410000', '152056.870000', '152057.330000', '152057.790000', '152058.250000', '152058.710000', '152059.170000', '152059.630000', '152100.090000', '152100.550000', '152101.010000', '152101.470000', '152101.930000', '152102.390000', '152102.850000', '152103.310000', '152103.770000', '152104.230000', '152104.690000', '152105.150000', '152105.610000', '152106.070000', '152106.530000', '152106.990000', '152107.450000', '152107.910000', '152108.370000', '152108.830000', '152109.290000', '152109.750000', '152110.210000', '152110.670000', '152111.130000', '152111.590000', '152112.050000', '152112.510000', '152112.970000', '152113.430000', '152113.890000', '152114.350000', '152114.810000', '152115.270000', '152115.730000', '152116.190000', '152116.650000', '152117.110000', '152117.570000', '152118.030000', '152118.490000', '152118.950000', '152119.410000', '152119.870000', '152120.330000', '152120.790000', '152121.250000', '152121.710000', '152122.170000', '152122.630000', '152123.090000', '152123.550000', '152124.010000', '152124.470000', '152124.930000', '152125.390000', '152125.850000', '152126.310000', '152126.770000', '152127.230000', '152127.690000', '152128.150000', '152128.610000', '152129.070000', '152129.530000', '152129.990000', '152130.450000', '152130.910000', '152131.370000', '152131.830000', '152132.290000', '152132.750000', '152133.210000', '152133.670000', '152134.130000', '152134.590000', '152135.050000', '152135.510000', '152135.970000', '152136.430000', '152136.890000', '152137.350000', '152137.810000', '152138.270000', '152138.730000', '152139.190000', '152139.650000', '152140.110000', '152140.570000', '152141.030000', '152141.490000', '152141.950000', '152142.410000', '152142.870000', '152143.330000', '152143.790000', '152144.250000', '152144.710000', '152145.170000', '152145.630000', '152146.090000', '152146.550000', '152147.010000', '152147.470000', '152147.930000', '152148.390000', '152148.850000', '152149.310000', '152149.770000', '152150.230000', '152150.690000', '152151.150000', '152151.610000', '152152.070000', '152152.530000', '152152.990000', '152153.450000', '152153.910000', '152154.370000', '152154.830000', '152155.290000', '152155.750000', '152156.210000', '152156.670000', '152157.130000', '152157.590000', '152158.050000', '152158.510000', '152158.970000', '152159.430000', '152159.890000', '152200.350000', '152200.810000', '152201.270000', '152201.730000', '152202.190000', '152202.650000', '152203.110000', '152203.570000', '152204.030000', '152204.490000', '152204.950000', '152205.410000', '152205.870000', '152206.330000', '152206.790000', '152207.250000', '152207.710000', '152208.170000', '152208.630000', '152209.090000', '152209.550000', '152210.010000', '152210.470000', '152210.930000', '152211.390000', '152211.850000', '152212.310000', '152212.770000', '152213.230000', '152213.690000', '152214.150000', '152214.610000', '152215.070000', '152215.530000', '152215.990000', '152216.450000', '152216.910000', '152217.370000', '152217.830000', '152218.290000', '152218.750000', '152219.210000', '152219.670000', '152220.130000', '152220.590000', '152221.050000', '152221.510000', '152221.970000', '152222.430000', '152222.890000', '152223.350000', '152223.810000', '152224.270000', '152224.730000', '152225.190000', '152225.650000', '152226.110000', '152226.570000', '152227.030000', '152227.490000', '152227.950000', '152228.410000', '152228.870000', '152229.330000', '152229.790000', '152230.250000', '152230.710000', '152231.170000', '152231.630000', '152232.090000', '152232.550000', '152233.010000', '152233.470000', '152233.930000', '152234.390000', '152234.850000', '152235.310000', '152235.770000', '152236.230000', '152236.690000', '152237.150000', '152237.610000', '152238.070000', '152238.530000', '152238.990000', '152239.450000', '152239.910000', '152240.370000', '152240.830000', '152241.290000', '152241.750000', '152242.210000', '152242.670000', '152243.130000', '152243.590000', '152244.050000', '152244.510000', '152244.970000', '152245.430000', '152245.890000', '152246.350000', '152246.810000', '152247.270000', '152247.730000', '152248.190000', '152248.650000', '152249.110000', '152249.570000', '152250.030000', '152250.490000', '152250.950000', '152251.410000', '152251.870000', '152252.330000', '152252.790000', '152253.250000', '152253.710000', '152254.170000', '152254.630000', '152255.090000', '152255.550000', '152256.010000', '152256.470000', '152256.930000', '152257.390000', '152257.850000', '152258.310000', '152258.770000', '152259.230000', '152259.690000', '152300.150000', '152300.610000', '152301.070000', '152301.530000', '152301.990000', '152302.450000', '152302.910000', '152303.370000', '152303.830000', '152304.290000', '152304.750000', '152305.210000', '152305.670000', '152306.130000', '152306.590000', '152307.050000', '152307.510000', '152307.970000', '152308.430000', '152308.890000', '152309.350000', '152309.810000', '152310.270000', '152310.730000', '152311.190000', '152311.650000', '152312.110000', '152312.570000', '152313.030000', '152313.490000', '152313.950000', '152314.410000', '152314.870000', '152315.330000', '152315.790000', '152316.250000', '152316.710000', '152317.170000', '152317.630000', '152318.090000', '152318.550000', '152319.010000', '152319.470000', '152319.930000', '152320.390000', '152320.850000', '152321.310000', '152321.770000', '152322.230000', '152322.690000', '152323.150000', '152323.610000', '152324.070000', '152324.530000', '152324.990000', '152325.450000', '152325.910000', '152326.370000', '152326.830000', '152327.290000', '152327.750000', '152328.210000', '152328.670000', '152329.130000', '152329.590000', '152330.050000', '152330.510000', '152330.970000', '152331.430000', '152331.890000', '152332.350000', '152332.810000', '152333.270000', '152333.730000', '152334.190000', '152334.650000', '152335.110000', '152335.570000', '152336.030000', '152336.490000', '152336.950000', '152337.410000', '152337.870000', '152338.330000', '152338.790000', '152339.250000', '152339.710000', '152340.170000', '152340.630000', '152341.090000', '152341.550000', '152342.010000', '152342.470000', '152342.930000', '152343.390000', '152343.850000', '152344.310000', '152344.770000', '152345.230000', '152345.690000', '152346.150000', '152346.610000', '152347.070000', '152347.530000', '152347.990000', '152348.450000', '152348.910000', '152349.370000', '152349.830000', '152350.290000', '152350.750000', '152351.210000', '152351.670000', '152352.130000', '152352.590000', '152353.050000', '152353.510000', '152353.970000', '152354.430000', '152354.890000', '152355.350000', '152355.810000', '152356.270000', '152356.730000', '152357.190000', '152357.650000', '152358.110000', '152358.570000', '152359.030000', '152359.490000', '152359.950000', '152400.410000', '152400.870000', '152401.330000', '152401.790000', '152402.250000', '152402.710000', '152403.170000', '152403.630000', '152404.090000', '152404.550000', '152405.010000', '152405.470000', '152405.930000', '152406.390000', '152406.850000', '152407.310000', '152407.770000', '152408.230000', '152408.690000', '152409.150000', '152409.610000', '152410.070000', '152410.530000', '152410.990000', '152411.450000', '152411.910000', '152412.370000', '152412.830000', '152413.290000', '152413.750000', '152414.210000', '152414.670000', '152415.130000', '152415.590000', '152416.050000', '152416.510000', '152416.970000', '152417.430000', '152417.890000', '152418.350000', '152418.810000', '152419.270000', '152419.730000', '152420.190000', '152420.650000', '152421.110000', '152421.570000', '152422.030000', '152422.490000', '152422.950000', '152423.410000', '152423.870000', '152424.330000', '152424.790000', '152425.250000', '152425.710000', '152426.170000', '152426.630000', '152427.090000', '152427.550000', '152428.010000', '152428.470000', '152428.930000', '152429.390000', '152429.850000', '152430.310000', '152430.770000', '152431.230000', '152431.690000', '152432.150000', '152432.610000', '152433.070000', '152433.530000', '152433.990000', '152434.450000', '152434.910000', '152435.370000', '152435.830000', '152436.290000', '152436.750000', '152437.210000', '152437.670000', '152438.130000', '152438.590000', '152439.050000', '152439.510000', '152439.970000', '152440.430000', '152440.890000', '152441.350000', '152441.810000', '152442.270000', '152442.730000', '152443.190000', '152443.650000', '152444.110000', '152444.570000', '152445.030000', '152445.490000', '152445.950000', '152446.410000', '152446.870000', '152447.330000', '152447.790000', '152448.250000', '152448.710000', '152449.170000', '152449.630000', '152450.090000', '152450.550000', '152451.010000', '152451.470000', '152451.930000', '152452.390000', '152452.850000', '152453.310000', '152453.770000', '152454.230000', '152454.690000', '152455.150000', '152455.610000', '152456.070000', '152456.530000', '152456.990000', '152457.450000', '152457.910000', '152458.370000', '152458.830000', '152459.290000', '152459.750000', '152500.210000', '152500.670000', '152501.130000', '152501.590000', '152502.050000', '152502.510000', '152502.970000', '152503.430000', '152503.890000', '152504.350000', '152504.810000', '152505.270000', '152505.730000', '152506.190000', '152506.650000', '152507.110000', '152507.570000', '152508.030000', '152508.490000', '152508.950000', '152509.410000', '152509.870000', '152510.330000', '152510.790000', '152511.250000', '152511.710000', '152512.170000', '152512.630000', '152513.090000', '152513.550000', '152514.010000', '152514.470000', '152514.930000', '152515.390000', '152515.850000', '152516.310000', '152516.770000', '152517.230000', '152517.690000', '152518.150000', '152518.610000', '152519.070000', '152519.530000', '152519.990000', '152520.450000', '152520.910000', '152521.370000', '152521.830000', '152522.290000', '152522.750000', '152523.210000', '152523.670000', '152524.130000', '152524.590000', '152525.050000', '152525.510000', '152525.970000', '152526.430000', '152526.890000', '152527.350000', '152527.810000', '152528.270000', '152528.730000', '152529.190000', '152529.650000', '152530.110000', '152530.570000', '152531.030000', '152531.490000', '152531.950000', '152532.410000', '152532.870000', '152533.330000', '152533.790000', '152534.250000', '152534.710000', '152535.170000', '152535.630000', '152536.090000', '152536.550000', '152537.010000', '152537.470000', '152537.930000', '152538.390000', '152538.850000', '152539.310000', '152539.770000', '152540.230000', '152540.690000', '152541.150000', '152541.610000', '152542.070000', '152542.530000', '152542.990000', '152543.450000', '152543.910000', '152544.370000', '152544.830000', '152545.290000', '152545.750000', '152546.210000', '152546.670000', '152547.130000', '152547.590000', '152548.050000', '152548.510000', '152548.970000', '152549.430000', '152549.890000', '152550.350000', '152550.810000', '152551.270000', '152551.730000', '152552.190000', '152552.650000', '152553.110000', '152553.570000', '152554.030000', '152554.490000', '152554.950000', '152555.410000', '152555.870000', '152556.330000', '152556.790000', '152557.250000', '152557.710000', '152558.170000', '152558.630000', '152559.090000', '152559.550000', '152600.010000', '152600.470000', '152600.930000', '152601.390000', '152601.850000', '152602.310000', '152602.770000', '152603.230000', '152603.690000', '152604.150000', '152604.610000', '152605.070000', '152605.530000', '152605.990000', '152606.450000', '152606.910000', '152607.370000', '152607.830000', '152608.290000', '152608.750000', '152609.210000', '152609.670000', '152610.130000', '152610.590000', '152611.050000', '152611.510000', '152611.970000', '152612.430000', '152612.890000', '152613.350000', '152613.810000', '152614.270000', '152614.730000', '152615.190000', '152615.650000', '152616.110000', '152616.570000', '152617.030000', '152617.490000', '152617.950000', '152618.410000', '152618.870000', '152619.330000', '152619.790000', '152620.250000', '152620.710000', '152621.170000', '152621.630000', '152622.090000', '152622.550000', '152623.010000', '152623.470000', '152623.930000', '152624.390000', '152624.850000', '152625.310000', '152625.770000', '152626.230000', '152626.690000', '152627.150000', '152627.610000', '152628.070000', '152628.530000', '152628.990000', '152629.450000', '152629.910000', '152630.370000', '152630.830000', '152631.290000', '152631.750000', '152632.210000', '152632.670000', '152633.130000', '152633.590000', '152634.050000', '152634.510000', '152634.970000', '152635.430000', '152635.890000', '152636.350000', '152636.810000', '152637.270000', '152637.730000', '152638.190000', '152638.650000', '152639.110000', '152639.570000', '152640.030000', '152640.490000', '152640.950000', '152641.410000', '152641.870000', '152642.330000', '152642.790000', '152643.250000', '152643.710000', '152644.170000', '152644.630000', '152645.090000', '152645.550000', '152646.010000', '152646.470000', '152646.930000', '152647.390000', '152647.850000', '152648.310000', '152648.770000', '152649.230000', '152649.690000', '152650.150000', '152650.610000', '152651.070000', '152651.530000', '152651.990000', '152652.450000', '152652.910000', '152653.370000', '152653.830000', '152654.290000', '152654.750000', '152655.210000', '152655.670000', '152656.130000', '152656.590000', '152657.050000', '152657.510000', '152657.970000', '152658.430000', '152658.890000', '152659.350000', '152659.810000', '152700.270000', '152700.730000', '152701.190000', '152701.650000', '152702.110000', '152702.570000', '152703.030000', '152703.490000', '152703.950000', '152704.410000', '152704.870000', '152705.330000', '152705.790000', '152706.250000', '152706.710000', '152707.170000', '152707.630000', '152708.090000', '152708.550000', '152709.010000', '152709.470000', '152709.930000', '152710.390000', '152710.850000', '152711.310000', '152711.770000', '152712.230000', '152712.690000', '152713.150000', '152713.610000', '152714.070000', '152714.530000', '152714.990000', '152715.450000', '152715.910000', '152716.370000', '152716.830000', '152717.290000', '152717.750000', '152718.210000', '152718.670000', '152719.130000', '152719.590000', '152720.050000', '152720.510000', '152720.970000', '152721.430000', '152721.890000', '152722.350000', '152722.810000', '152723.270000', '152723.730000', '152724.190000', '152724.650000', '152725.110000', '152725.570000', '152726.030000', '152726.490000', '152726.950000', '152727.410000', '152727.870000', '152728.330000', '152728.790000', '152729.250000', '152729.710000', '152730.170000', '152730.630000', '152731.090000', '152731.550000', '152732.010000', '152732.470000', '152732.930000', '152733.390000', '152733.850000', '152734.310000', '152734.770000', '152735.230000', '152735.690000', '152736.150000', '152736.610000', '152737.070000', '152737.530000', '152737.990000', '152738.450000', '152738.910000', '152739.370000', '152739.830000', '152740.290000', '152740.750000', '152741.210000', '152741.670000', '152742.130000', '152742.590000', '152743.050000', '152743.510000', '152743.970000', '152744.430000', '152744.890000', '152745.350000', '152745.810000', '152746.270000', '152746.730000', '152747.190000', '152747.650000', '152748.110000', '152748.570000', '152749.030000', '152749.490000', '152749.950000', '152750.410000', '152750.870000', '152751.330000', '152751.790000', '152752.250000', '152752.710000', '152753.170000', '152753.630000', '152754.090000', '152754.550000', '152755.010000', '152755.470000', '152755.930000', '152756.390000', '152756.850000', '152757.310000', '152757.770000', '152758.230000', '152758.690000', '152759.150000', '152759.610000', '152800.070000', '152800.530000', '152800.990000', '152801.450000', '152801.910000', '152802.370000', '152802.830000', '152803.290000', '152803.750000', '152804.210000', '152804.670000', '152805.130000', '152805.590000', '152806.050000', '152806.510000', '152806.970000', '152807.430000', '152807.890000', '152808.350000', '152808.810000', '152809.270000', '152809.730000', '152810.190000', '152810.650000', '152811.110000', '152811.570000', '152812.030000', '152812.490000', '152812.950000', '152813.410000', '152813.870000', '152814.330000', '152814.790000', '152815.250000', '152815.710000', '152816.170000', '152816.630000', '152817.090000', '152817.550000', '152818.010000', '152818.470000', '152818.930000', '152819.390000', '152819.850000', '152820.310000', '152820.770000', '152821.230000', '152821.690000', '152822.150000', '152822.610000', '152823.070000', '152823.530000', '152823.990000', '152824.450000', '152824.910000', '152825.370000', '152825.830000', '152826.290000', '152826.750000', '152827.210000', '152827.670000', '152828.130000', '152828.590000', '152829.050000', '152829.510000', '152829.970000', '152830.430000', '152830.890000', '152831.350000', '152831.810000', '152832.270000', '152832.730000', '152833.190000', '152833.650000', '152834.110000', '152834.570000', '152835.030000', '152835.490000', '152835.950000', '152836.410000', '152836.870000', '152837.330000', '152837.790000', '152838.250000', '152838.710000', '152839.170000', '152839.630000', '152840.090000', '152840.550000', '152841.010000', '152841.470000', '152841.930000', '152842.390000', '152842.850000', '152843.310000', '152843.770000', '152844.230000', '152844.690000', '152845.150000', '152845.610000', '152846.070000', '152846.530000', '152846.990000', '152847.450000', '152847.910000', '152848.370000', '152848.830000', '152849.290000', '152849.750000', '152850.210000', '152850.670000', '152851.130000', '152851.590000', '152852.050000', '152852.510000', '152852.970000', '152853.430000', '152853.890000', '152854.350000', '152854.810000', '152855.270000', '152855.730000', '152856.190000', '152856.650000', '152857.110000', '152857.570000', '152858.030000', '152858.490000', '152858.950000', '152859.410000', '152859.870000', '152900.330000', '152900.790000', '152901.250000', '152901.710000', '152902.170000', '152902.630000', '152903.090000', '152903.550000', '152904.010000', '152904.470000', '152904.930000', '152905.390000', '152905.850000', '152906.310000', '152906.770000', '152907.230000', '152907.690000', '152908.150000', '152908.610000', '152909.070000', '152909.530000', '152909.990000', '152910.450000', '152910.910000', '152911.370000', '152911.830000', '152912.290000', '152912.750000', '152913.210000', '152913.670000', '152914.130000', '152914.590000', '152915.050000', '152915.510000', '152915.970000', '152916.430000', '152916.890000', '152917.350000', '152917.810000', '152918.270000', '152918.730000', '152919.190000', '152919.650000', '152920.110000', '152920.570000', '152921.030000', '152921.490000', '152921.950000', '152922.410000', '152922.870000', '152923.330000', '152923.790000', '152924.250000', '152924.710000', '152925.170000', '152925.630000', '152926.090000', '152926.550000', '152927.010000', '152927.470000', '152927.930000', '152928.390000', '152928.850000', '152929.310000', '152929.770000', '152930.230000', '152930.690000', '152931.150000', '152931.610000', '152932.070000', '152932.530000', '152932.990000', '152933.450000', '152933.910000', '152934.370000', '152934.830000', '152935.290000', '152935.750000', '152936.210000', '152936.670000', '152937.130000', '152937.590000', '152938.050000', '152938.510000', '152938.970000', '152939.430000', '152939.890000', '152940.350000', '152940.810000', '152941.270000', '152941.730000', '152942.190000', '152942.650000', '152943.110000', '152943.570000', '152944.030000', '152944.490000', '152944.950000', '152945.410000', '152945.870000', '152946.330000', '152946.790000', '152947.250000', '152947.710000', '152948.170000', '152948.630000', '152949.090000', '152949.550000', '152950.010000', '152950.470000', '152950.930000', '152951.390000', '152951.850000', '152952.310000', '152952.770000', '152953.230000', '152953.690000', '152954.150000', '152954.610000', '152955.070000', '152955.530000', '152955.990000', '152956.450000', '152956.910000', '152957.370000', '152957.830000', '152958.290000', '152958.750000', '152959.210000', '152959.670000', '153000.130000', '153000.590000', '153001.050000', '153001.510000', '153001.970000', '153002.430000', '153002.890000', '153003.350000', '153003.810000', '153004.270000', '153004.730000', '153005.190000', '153005.650000', '153006.110000', '153006.570000', '153007.030000', '153007.490000', '153007.950000', '153008.410000', '153008.870000', '153009.330000', '153009.790000', '153010.250000', '153010.710000', '153011.170000', '153011.630000', '153012.090000', '153012.550000', '153013.010000', '153013.470000', '153013.930000', '153014.390000', '153014.850000', '153015.310000', '153015.770000', '153016.230000', '153016.690000', '153017.150000', '153017.610000', '153018.070000', '153018.530000', '153018.990000', '153019.450000', '153019.910000', '153020.370000', '153020.830000', '153021.290000', '153021.750000', '153022.210000', '153022.670000', '153023.130000', '153023.590000', '153024.050000', '153024.510000', '153024.970000', '153025.430000', '153025.890000', '153026.350000', '153026.810000', '153027.270000', '153027.730000', '153028.190000', '153028.650000', '153029.110000', '153029.570000', '153030.030000', '153030.490000', '153030.950000', '153031.410000', '153031.870000', '153032.330000', '153032.790000', '153033.250000', '153033.710000', '153034.170000', '153034.630000', '153035.090000', '153035.550000', '153036.010000', '153036.470000', '153036.930000', '153037.390000', '153037.850000', '153038.310000', '153038.770000', '153039.230000', '153039.690000', '153040.150000', '153040.610000', '153041.070000', '153041.530000', '153041.990000', '153042.450000', '153042.910000', '153043.370000', '153043.830000', '153044.290000', '153044.750000', '153045.210000', '153045.670000', '153046.130000', '153046.590000', '153047.050000', '153047.510000', '153047.970000', '153048.430000', '153048.890000', '153049.350000', '153049.810000', '153050.270000', '153050.730000', '153051.190000', '153051.650000', '153052.110000', '153052.570000', '153053.030000', '153053.490000', '153053.950000', '153054.410000', '153054.870000', '153055.330000', '153055.790000', '153056.250000', '153056.710000', '153057.170000', '153057.630000', '153058.090000', '153058.550000', '153059.010000', '153059.470000', '153059.930000', '153100.390000', '153100.850000', '153101.310000', '153101.770000', '153102.230000', '153102.690000', '153103.150000', '153103.610000', '153104.070000', '153104.530000', '153104.990000', '153105.450000', '153105.910000', '153106.370000', '153106.830000', '153107.290000', '153107.750000', '153108.210000', '153108.670000', '153109.130000', '153109.590000', '153110.050000', '153110.510000', '153110.970000', '153111.430000', '153111.890000', '153112.350000', '153112.810000', '153113.270000', '153113.730000', '153114.190000', '153114.650000', '153115.110000', '153115.570000', '153116.030000', '153116.490000', '153116.950000', '153117.410000', '153117.870000', '153118.330000', '153118.790000', '153119.250000', '153119.710000', '153120.170000', '153120.630000', '153121.090000', '153121.550000', '153122.010000', '153122.470000', '153122.930000', '153123.390000', '153123.850000', '153124.310000', '153124.770000', '153125.230000', '153125.690000', '153126.150000', '153126.610000', '153127.070000', '153127.530000', '153127.990000', '153128.450000', '153128.910000', '153129.370000', '153129.830000', '153130.290000', '153130.750000', '153131.210000', '153131.670000', '153132.130000', '153132.590000', '153133.050000', '153133.510000', '153133.970000', '153134.430000', '153134.890000', '153135.350000', '153135.810000', '153136.270000', '153136.730000', '153137.190000', '153137.650000', '153138.110000', '153138.570000', '153139.030000', '153139.490000', '153139.950000', '153140.410000', '153140.870000', '153141.330000', '153141.790000', '153142.250000', '153142.710000', '153143.170000', '153143.630000', '153144.090000', '153144.550000', '153145.010000', '153145.470000', '153145.930000', '153146.390000', '153146.850000', '153147.310000', '153147.770000', '153148.230000', '153148.690000', '153149.150000', '153149.610000', '153150.070000', '153150.530000', '153150.990000', '153151.450000', '153151.910000', '153152.370000', '153152.830000', '153153.290000', '153153.750000', '153154.210000', '153154.670000', '153155.130000', '153155.590000', '153156.050000', '153156.510000', '153156.970000', '153157.430000', '153157.890000', '153158.350000', '153158.810000', '153159.270000', '153159.730000', '153200.190000', '153200.650000', '153201.110000', '153201.570000', '153202.030000', '153202.490000', '153202.950000', '153203.410000', '153203.870000'], 'ContentTime': ['151957.661000', '151957.664000', '151957.666000', '151957.669000', '151957.671000', '151957.674000', '151957.685000', '151957.687000', '151957.690000', '151957.692000', '151957.695000', '151957.698000', '151957.700000', '151957.703000', '151957.706000', '151957.708000', '151957.711000', '151957.713000', '151957.716000', '151957.718000', '151957.721000', '151957.724000', '151957.727000', '151957.730000', '151957.732000', '151957.735000', '151957.738000', '151957.740000', '151957.743000', '151957.745000', '151957.748000', '151957.751000', '151957.753000', '151957.756000', '151957.758000', '151957.761000', '151957.763000', '151957.766000', '151957.768000', '151957.771000', '151957.774000', '151957.776000', '151957.779000', '151957.781000', '151957.784000', '151957.786000', '151957.789000', '151957.792000', '151957.794000', '151957.797000', '151957.799000', '151957.802000', '151957.804000', '151957.807000', '151957.810000', '151957.812000', '151957.815000', '151957.817000', '152017.594000', '152017.597000', '152017.600000', '152017.603000', '152017.605000', '152017.608000', '152017.610000', '152017.613000', '152017.620000', '152017.623000', '152017.625000', '152017.628000', '152017.630000', '152017.633000', '152017.636000', '152017.638000', '152017.641000', '152017.643000', '152017.646000', '152017.648000', '152017.651000', '152017.653000', '152017.656000', '152017.659000', '152017.661000', '152017.664000', '152017.666000', '152017.669000', '152017.671000', '152017.674000', '152017.677000', '152017.679000', '152017.682000', '152017.684000', '152017.687000', '152017.690000', '152017.692000', '152017.695000', '152017.697000', '152017.700000', '152017.702000', '152017.705000', '152017.708000', '152017.710000', '152037.593000', '152037.596000', '152037.599000', '152037.601000', '152037.604000', '152037.607000', '152037.609000', '152037.612000', '152037.614000', '152037.617000', '152037.620000', '152037.622000', '152037.625000', '152037.627000', '152037.630000', '152037.633000', '152037.635000', '152037.638000', '152037.640000', '152037.643000', '152037.645000', '152037.648000', '152037.651000', '152037.653000', '152037.656000', '152037.658000', '152037.661000', '152037.663000', '152037.666000', '152037.669000', '152037.671000', '152037.674000', '152037.676000', '152037.679000', '152037.681000', '152037.684000', '152037.686000', '152037.689000', '152037.692000', '152037.694000', '152037.697000', '152037.700000', '152037.702000', '152057.593000', '152057.596000', '152057.599000', '152057.602000', '152057.604000', '152057.607000', '152057.609000', '152057.612000', '152057.614000', '152057.617000', '152057.620000', '152057.622000', '152057.625000', '152057.627000', '152057.630000', '152057.632000', '152057.635000', '152057.638000', '152057.640000', '152057.643000', '152057.645000', '152057.648000', '152057.650000', '152057.653000', '152057.656000', '152057.658000', '152057.661000', '152057.663000', '152057.666000', '152057.669000', '152057.671000', '152057.674000', '152057.676000', '152057.679000', '152057.681000', '152057.684000', '152057.686000', '152057.689000', '152057.692000', '152057.694000', '152057.697000', '152057.699000', '152057.702000', '152057.705000', '152117.593000', '152117.596000', '152117.599000', '152117.601000', '152117.604000', '152117.606000', '152117.609000', '152117.612000', '152117.614000', '152117.617000', '152117.619000', '152117.622000', '152117.625000', '152117.627000', '152117.630000', '152117.632000', '152117.635000', '152117.637000', '152117.640000', '152117.643000', '152117.645000', '152117.648000', '152117.650000', '152117.653000', '152117.655000', '152117.658000', '152117.660000', '152117.663000', '152117.666000', '152117.668000', '152117.671000', '152117.673000', '152117.676000', '152117.678000', '152117.681000', '152117.684000', '152117.686000', '152117.702000', '152117.705000', '152117.707000', '152117.710000', '152117.712000', '152117.715000', '152137.595000', '152137.597000', '152137.600000', '152137.603000', '152137.606000', '152137.608000', '152137.611000', '152137.613000', '152137.616000', '152137.619000', '152137.621000', '152137.624000', '152137.626000', '152137.629000', '152137.632000', '152137.634000', '152137.637000', '152137.639000', '152137.642000', '152137.645000', '152137.647000', '152137.650000', '152137.652000', '152137.655000', '152137.658000', '152137.660000', '152137.663000', '152137.665000', '152137.668000', '152137.671000', '152137.673000', '152137.676000', '152137.678000', '152137.681000', '152137.683000', '152137.686000', '152137.689000', '152137.691000', '152137.694000', '152137.697000', '152137.699000', '152137.702000', '152137.704000', '152137.707000', '152157.595000', '152157.597000', '152157.600000', '152157.603000', '152157.605000', '152157.608000', '152157.611000', '152157.613000', '152157.616000', '152157.618000', '152157.621000', '152157.623000', '152157.626000', '152157.629000', '152157.631000', '152157.634000', '152157.636000', '152157.639000', '152157.642000', '152157.644000', '152157.647000', '152157.649000', '152157.652000', '152157.654000', '152157.657000', '152157.660000', '152157.662000', '152157.665000', '152157.667000', '152157.670000', '152157.673000', '152157.675000', '152157.678000', '152157.680000', '152157.683000', '152157.686000', '152157.688000', '152157.691000', '152157.694000', '152157.696000', '152157.699000', '152157.701000', '152157.704000', '152217.595000', '152217.597000', '152217.600000', '152217.603000', '152217.605000', '152217.608000', '152217.611000', '152217.613000', '152217.616000', '152217.618000', '152217.621000', '152217.624000', '152217.626000', '152217.629000', '152217.631000', '152217.634000', '152217.637000', '152217.639000', '152217.642000', '152217.644000', '152217.647000', '152217.649000', '152217.652000', '152217.655000', '152217.657000', '152217.660000', '152217.662000', '152217.665000', '152217.668000', '152217.670000', '152217.673000', '152217.675000', '152217.678000', '152217.681000', '152217.683000', '152217.686000', '152217.689000', '152217.691000', '152217.694000', '152217.697000', '152217.699000', '152217.702000', '152217.704000', '152217.707000', '152237.595000', '152237.597000', '152237.600000', '152237.603000', '152237.605000', '152237.644000', '152237.647000', '152237.650000', '152237.653000', '152237.655000', '152237.658000', '152237.660000', '152237.663000', '152237.666000', '152237.668000', '152237.671000', '152237.673000', '152237.676000', '152237.679000', '152237.681000', '152237.684000', '152237.687000', '152237.689000', '152237.692000', '152237.694000', '152237.697000', '152237.700000', '152237.702000', '152237.705000', '152237.707000', '152237.710000', '152237.712000', '152237.715000', '152237.718000', '152237.720000', '152237.723000', '152237.725000', '152237.728000', '152237.731000', '152237.733000', '152237.736000', '152237.738000', '152237.741000', '152257.593000', '152257.596000', '152257.599000', '152257.602000', '152257.604000', '152257.607000', '152257.610000', '152257.612000', '152257.615000', '152257.618000', '152257.620000', '152257.623000', '152257.625000', '152257.628000', '152257.631000', '152257.633000', '152257.636000', '152257.639000', '152257.642000', '152257.664000', '152257.666000', '152257.669000', '152257.672000', '152257.674000', '152257.677000', '152257.680000', '152257.682000', '152257.685000', '152257.688000', '152257.690000', '152257.693000', '152257.696000', '152257.698000', '152257.701000', '152257.704000', '152257.706000', '152257.709000', '152257.712000', '152257.714000', '152257.717000', '152257.719000', '152257.722000', '152257.725000', '152257.727000', '152317.593000', '152317.596000', '152317.599000', '152317.601000', '152317.604000', '152317.607000', '152317.609000', '152317.612000', '152317.614000', '152317.617000', '152317.620000', '152317.622000', '152317.625000', '152317.627000', '152317.630000', '152317.632000', '152317.635000', '152317.638000', '152317.640000', '152317.643000', '152317.645000', '152317.648000', '152317.651000', '152317.654000', '152317.656000', '152317.659000', '152317.661000', '152317.664000', '152317.667000', '152317.669000', '152317.672000', '152317.674000', '152317.677000', '152317.680000', '152317.682000', '152317.685000', '152317.687000', '152317.690000', '152317.693000', '152317.695000', '152317.698000', '152317.700000', '152317.703000', '152337.593000', '152337.596000', '152337.599000', '152337.602000', '152337.604000', '152337.607000', '152337.609000', '152337.612000', '152337.615000', '152337.617000', '152337.620000', '152337.622000', '152337.625000', '152337.628000', '152337.630000', '152337.633000', '152337.635000', '152337.638000', '152337.641000', '152337.643000', '152337.646000', '152337.649000', '152337.651000', '152337.654000', '152337.657000', '152337.660000', '152337.663000', '152337.665000', '152337.668000', '152337.670000', '152337.673000', '152337.676000', '152337.678000', '152337.681000', '152337.683000', '152337.686000', '152337.689000', '152337.691000', '152337.694000', '152337.696000', '152337.699000', '152337.702000', '152337.704000', '152357.595000', '152357.597000', '152357.600000', '152357.603000', '152357.605000', '152357.608000', '152357.610000', '152357.613000', '152357.615000', '152357.618000', '152357.621000', '152357.623000', '152357.626000', '152357.628000', '152357.631000', '152357.634000', '152357.636000', '152357.639000', '152357.641000', '152357.644000', '152357.646000', '152357.649000', '152357.652000', '152357.654000', '152357.657000', '152357.659000', '152357.662000', '152357.665000', '152357.667000', '152357.670000', '152357.672000', '152357.675000', '152357.678000', '152357.680000', '152357.683000', '152357.686000', '152357.688000', '152357.691000', '152357.693000', '152357.696000', '152357.698000', '152357.701000', '152357.704000', '152357.706000', '152417.594000', '152417.597000', '152417.600000', '152417.603000', '152417.605000', '152417.608000', '152417.610000', '152417.613000', '152417.615000', '152417.619000', '152417.622000', '152417.626000', '152417.629000', '152417.632000', '152417.634000', '152417.637000', '152417.640000', '152417.642000', '152417.645000', '152417.647000', '152417.650000', '152417.653000', '152417.655000', '152417.658000', '152417.660000', '152417.663000', '152417.665000', '152417.668000', '152417.671000', '152417.673000', '152417.676000', '152417.678000', '152417.681000', '152417.684000', '152417.687000', '152417.689000', '152417.692000', '152417.694000', '152417.697000', '152417.700000', '152417.702000', '152417.705000', '152417.707000', '152437.595000', '152437.597000', '152437.600000', '152437.603000', '152437.605000', '152437.608000', '152437.610000', '152437.613000', '152437.616000', '152437.618000', '152437.621000', '152437.623000', '152437.626000', '152437.629000', '152437.631000', '152437.634000', '152437.636000', '152437.639000', '152437.642000', '152437.644000', '152437.647000', '152437.649000', '152437.652000', '152437.655000', '152437.657000', '152437.660000', '152437.662000', '152437.665000', '152437.667000', '152437.670000', '152437.673000', '152437.675000', '152437.678000', '152437.680000', '152437.683000', '152437.686000', '152437.688000', '152437.691000', '152437.693000', '152437.696000', '152437.699000', '152437.701000', '152437.704000', '152437.706000', '152457.594000', '152457.597000', '152457.600000', '152457.602000', '152457.605000', '152457.608000', '152457.610000', '152457.613000', '152457.615000', '152457.618000', '152457.621000', '152457.623000', '152457.626000', '152457.628000', '152457.631000', '152457.634000', '152457.637000', '152457.639000', '152457.642000', '152457.645000', '152457.647000', '152457.650000', '152457.652000', '152457.655000', '152457.657000', '152457.660000', '152457.663000', '152457.665000', '152457.668000', '152457.670000', '152457.673000', '152457.676000', '152457.678000', '152457.681000', '152457.684000', '152457.686000', '152457.689000', '152457.691000', '152457.694000', '152457.696000', '152457.699000', '152457.702000', '152457.704000', '152517.594000', '152517.596000', '152517.599000', '152517.602000', '152517.604000', '152517.607000', '152517.609000', '152517.612000', '152517.615000', '152517.617000', '152517.620000', '152517.623000', '152517.625000', '152517.628000', '152517.631000', '152517.633000', '152517.636000', '152517.639000', '152517.641000', '152517.644000', '152517.646000', '152517.651000', '152517.654000', '152517.656000', '152517.659000', '152517.661000', '152517.664000', '152517.667000', '152517.669000', '152517.672000', '152517.675000', '152517.677000', '152517.680000', '152517.682000', '152517.685000', '152517.687000', '152517.690000', '152517.693000', '152517.695000', '152517.698000', '152517.701000', '152517.703000', '152517.706000', '152517.708000', '152537.594000', '152537.596000', '152537.599000', '152537.602000', '152537.604000', '152537.607000', '152537.609000', '152537.612000', '152537.615000', '152537.617000', '152537.620000', '152537.622000', '152537.625000', '152537.627000', '152537.630000', '152537.633000', '152537.635000', '152537.638000', '152537.641000', '152537.643000', '152537.646000', '152537.648000', '152537.651000', '152537.653000', '152537.656000', '152537.659000', '152537.662000', '152537.665000', '152537.668000', '152537.671000', '152537.674000', '152537.677000', '152537.679000', '152537.682000', '152537.685000', '152537.687000', '152537.690000', '152537.692000', '152537.695000', '152537.698000', '152537.701000', '152537.703000', '152537.706000', '152557.595000', '152557.597000', '152557.600000', '152557.603000', '152557.605000', '152557.608000', '152557.610000', '152557.613000', '152557.615000', '152557.618000', '152557.621000', '152557.651000', '152557.654000', '152557.657000', '152557.659000', '152557.662000', '152557.664000', '152557.667000', '152557.669000', '152557.672000', '152557.675000', '152557.677000', '152557.680000', '152557.682000', '152557.685000', '152557.688000', '152557.690000', '152557.693000', '152557.695000', '152557.698000', '152557.701000', '152557.703000', '152557.706000', '152557.708000', '152557.711000', '152557.714000', '152557.716000', '152557.719000', '152557.721000', '152557.724000', '152557.727000', '152557.729000', '152557.732000', '152557.734000', '152617.595000', '152617.598000', '152617.600000', '152617.603000', '152617.606000', '152617.608000', '152617.611000', '152617.613000', '152617.616000', '152617.618000', '152617.621000', '152617.624000', '152617.626000', '152617.629000', '152617.632000', '152617.634000', '152617.637000', '152617.639000', '152617.642000', '152617.645000', '152617.647000', '152617.650000', '152617.652000', '152617.655000', '152617.658000', '152617.660000', '152617.663000', '152617.666000', '152617.668000', '152617.671000', '152617.673000', '152617.676000', '152617.679000', '152617.681000', '152617.684000', '152617.686000', '152617.689000', '152617.692000', '152617.694000', '152617.697000', '152617.699000', '152617.702000', '152617.705000', '152637.595000', '152637.598000', '152637.601000', '152637.603000', '152637.606000', '152637.608000', '152637.611000', '152637.614000', '152637.616000', '152637.619000', '152637.622000', '152637.624000', '152637.627000', '152637.630000', '152637.632000', '152637.635000', '152637.637000', '152637.640000', '152637.642000', '152637.645000', '152637.648000', '152637.650000', '152637.653000', '152637.655000', '152637.658000', '152637.661000', '152637.663000', '152637.666000', '152637.668000', '152637.671000', '152637.674000', '152637.676000', '152637.679000', '152637.681000', '152637.684000', '152637.686000', '152637.689000', '152637.692000', '152637.694000', '152637.697000', '152637.700000', '152637.702000', '152637.705000', '152637.707000', '152657.594000', '152657.597000', '152657.600000', '152657.603000', '152657.605000', '152657.608000', '152657.610000', '152657.613000', '152657.616000', '152657.618000', '152657.621000', '152657.623000', '152657.626000', '152657.628000', '152657.631000', '152657.634000', '152657.636000', '152657.639000', '152657.641000', '152657.644000', '152657.647000', '152657.649000', '152657.652000', '152657.655000', '152657.657000', '152657.660000', '152657.662000', '152657.665000', '152657.667000', '152657.670000', '152657.673000', '152657.675000', '152657.678000', '152657.680000', '152657.683000', '152657.686000', '152657.689000', '152657.691000', '152657.694000', '152657.696000', '152657.699000', '152657.702000', '152657.706000', '152717.595000', '152717.597000', '152717.600000', '152717.603000', '152717.605000', '152717.608000', '152717.610000', '152717.613000', '152717.623000', '152717.626000', '152717.628000', '152717.631000', '152717.633000', '152717.636000', '152717.638000', '152717.641000', '152717.644000', '152717.646000', '152717.649000', '152717.651000', '152717.654000', '152717.657000', '152717.659000', '152717.662000', '152717.664000', '152717.667000', '152717.670000', '152717.672000', '152717.675000', '152717.677000', '152717.680000', '152717.683000', '152717.685000', '152717.688000', '152717.691000', '152717.693000', '152717.696000', '152717.698000', '152717.701000', '152717.704000', '152717.706000', '152717.709000', '152717.711000', '152717.714000', '152737.594000', '152737.596000', '152737.599000', '152737.602000', '152737.604000', '152737.607000', '152737.609000', '152737.612000', '152737.615000', '152737.617000', '152737.620000', '152737.622000', '152737.625000', '152737.628000', '152737.630000', '152737.633000', '152737.635000', '152737.638000', '152737.641000', '152737.643000', '152737.646000', '152737.648000', '152737.651000', '152737.654000', '152737.656000', '152737.659000', '152737.661000', '152737.664000', '152737.667000', '152737.669000', '152737.672000', '152737.674000', '152737.677000', '152737.680000', '152737.682000', '152737.685000', '152737.688000', '152737.690000', '152737.693000', '152737.695000', '152737.698000', '152737.701000', '152737.703000', '152757.593000', '152757.596000', '152757.599000', '152757.601000', '152757.604000', '152757.607000', '152757.958000', '152757.960000', '152757.963000', '152757.966000', '152757.968000', '152757.971000', '152757.973000', '152757.976000', '152757.978000', '152757.981000', '152757.984000', '152757.986000', '152757.989000', '152757.991000', '152757.994000', '152757.997000', '152758.000000', '152758.003000', '152758.006000', '152758.008000', '152758.011000', '152758.013000', '152758.016000', '152758.019000', '152758.021000', '152758.024000', '152758.026000', '152758.029000', '152758.032000', '152758.034000', '152758.037000', '152758.039000', '152758.042000', '152758.044000', '152758.047000', '152758.050000', '152758.052000', '152758.055000', '152817.594000', '152817.597000', '152817.600000', '152817.603000', '152817.605000', '152817.608000', '152817.610000', '152817.613000', '152817.615000', '152817.618000', '152817.621000', '152817.623000', '152817.626000', '152817.629000', '152817.631000', '152817.634000', '152817.636000', '152817.639000', '152817.642000', '152817.644000', '152817.647000', '152817.650000', '152817.653000', '152817.655000', '152817.658000', '152817.660000', '152817.663000', '152817.666000', '152817.668000', '152817.671000', '152817.674000', '152817.676000', '152817.679000', '152817.681000', '152817.684000', '152817.687000', '152817.689000', '152817.692000', '152817.695000', '152817.697000', '152817.700000', '152817.702000', '152817.705000', '152837.595000', '152837.597000', '152837.600000', '152837.603000', '152837.619000', '152837.622000', '152837.625000', '152837.627000', '152837.630000', '152837.633000', '152837.635000', '152837.638000', '152837.640000', '152837.643000', '152837.646000', '152837.648000', '152837.651000', '152837.654000', '152837.656000', '152837.659000', '152837.661000', '152837.664000', '152837.667000', '152837.669000', '152837.672000', '152837.675000', '152837.677000', '152837.680000', '152837.682000', '152837.685000', '152837.687000', '152837.690000', '152837.693000', '152837.696000', '152837.698000', '152837.701000', '152837.703000', '152837.706000', '152837.709000', '152837.711000', '152837.714000', '152837.716000', '152837.719000', '152837.722000', '152857.595000', '152857.597000', '152857.600000', '152857.603000', '152857.605000', '152857.608000', '152857.610000', '152857.613000', '152857.616000', '152857.618000', '152857.621000', '152857.624000', '152857.626000', '152857.629000', '152857.631000', '152857.634000', '152857.636000', '152857.639000', '152857.642000', '152857.644000', '152857.647000', '152857.649000', '152857.652000', '152857.655000', '152857.657000', '152857.660000', '152857.662000', '152857.665000', '152857.668000', '152857.670000', '152857.673000', '152857.675000', '152857.678000', '152857.681000', '152857.683000', '152857.686000', '152857.688000', '152857.691000', '152857.694000', '152857.696000', '152857.699000', '152857.701000', '152857.704000', '152917.595000', '152917.598000', '152917.600000', '152917.603000', '152917.606000', '152917.608000', '152917.611000', '152917.613000', '152917.616000', '152917.619000', '152917.621000', '152917.624000', '152917.626000', '152917.629000', '152917.631000', '152917.634000', '152917.637000', '152917.639000', '152917.642000', '152917.644000', '152917.647000', '152917.650000', '152917.652000', '152917.655000', '152917.657000', '152917.660000', '152917.662000', '152917.665000', '152917.668000', '152917.670000', '152917.673000', '152917.676000', '152917.678000', '152917.681000', '152917.683000', '152917.686000', '152917.688000', '152917.691000', '152917.694000', '152917.696000', '152917.699000', '152917.701000', '152917.704000', '152917.707000', '152937.594000', '152937.597000', '152937.600000', '152937.603000', '152937.605000', '152937.608000', '152937.610000', '152937.613000', '152937.616000', '152937.618000', '152937.621000', '152937.623000', '152937.626000', '152937.629000', '152937.631000', '152937.634000', '152937.636000', '152937.639000', '152937.642000', '152937.644000', '152937.647000', '152937.649000', '152937.652000', '152937.655000', '152937.657000', '152937.660000', '152937.662000', '152937.665000', '152937.668000', '152937.670000', '152937.673000', '152937.676000', '152937.678000', '152937.681000', '152937.684000', '152937.686000', '152937.689000', '152937.691000', '152937.694000', '152937.697000', '152937.699000', '152937.702000', '152937.705000', '152957.594000', '152957.596000', '152957.599000', '152957.602000', '152957.604000', '152957.607000', '152957.609000', '152957.612000', '152957.615000', '152957.617000', '152957.620000', '152957.622000', '152957.625000', '152957.627000', '152957.630000', '152957.633000', '152957.635000', '152957.638000', '152957.641000', '152957.643000', '152957.646000', '152957.648000', '152957.651000', '152957.653000', '152957.656000', '152957.659000', '152957.661000', '152957.664000', '152957.666000', '152957.669000', '152957.672000', '152957.674000', '152957.677000', '152957.679000', '152957.682000', '152957.685000', '152957.687000', '152957.690000', '152957.692000', '152957.695000', '152957.698000', '152957.700000', '152957.703000', '152957.705000', '153017.594000', '153017.596000', '153017.599000', '153017.602000', '153017.604000', '153017.607000', '153017.609000', '153017.612000', '153017.615000', '153017.617000', '153017.620000', '153017.622000', '153017.625000', '153017.628000', '153017.630000', '153017.633000', '153017.636000', '153017.638000', '153017.641000', '153017.643000', '153017.646000', '153017.649000', '153017.651000', '153017.654000', '153017.656000', '153017.659000', '153017.662000', '153017.664000', '153017.667000', '153017.669000', '153017.672000', '153017.675000', '153017.677000', '153017.680000', '153017.683000', '153017.685000', '153017.688000', '153017.690000', '153017.693000', '153017.695000', '153017.698000', '153017.701000', '153017.703000', '153037.595000', '153037.598000', '153037.600000', '153037.603000', '153037.609000', '153037.611000', '153037.614000', '153037.616000', '153037.619000', '153037.622000', '153037.624000', '153037.627000', '153037.629000', '153037.632000', '153037.635000', '153037.637000', '153037.640000', '153037.643000', '153037.645000', '153037.648000', '153037.650000', '153037.653000', '153037.656000', '153037.658000', '153037.661000', '153037.663000', '153037.666000', '153037.669000', '153037.671000', '153037.674000', '153037.677000', '153037.679000', '153037.682000', '153037.684000', '153037.687000', '153037.689000', '153037.692000', '153037.695000', '153037.697000', '153037.700000', '153037.702000', '153037.705000', '153037.708000', '153037.710000', '153057.595000', '153057.598000', '153057.600000', '153057.603000', '153057.605000', '153057.608000', '153057.611000', '153057.613000', '153057.616000', '153057.618000', '153057.621000', '153057.623000', '153057.626000', '153057.629000', '153057.631000', '153057.634000', '153057.637000', '153057.639000', '153057.642000', '153057.644000', '153057.647000', '153057.649000', '153057.652000', '153057.655000', '153057.657000', '153057.660000', '153057.673000', '153057.675000', '153057.678000', '153057.680000', '153057.683000', '153057.686000', '153057.688000', '153057.691000', '153057.694000', '153057.696000', '153057.699000', '153057.702000', '153057.704000', '153057.707000', '153057.710000', '153057.712000', '153057.715000', '153117.595000', '153117.597000', '153117.600000', '153117.603000', '153117.605000', '153117.608000', '153117.610000', '153117.613000', '153117.616000', '153117.618000', '153117.621000', '153117.623000', '153117.626000', '153117.629000', '153117.631000', '153117.634000', '153117.636000', '153117.639000', '153117.642000', '153117.644000', '153117.647000', '153117.649000', '153117.652000', '153117.655000', '153117.657000', '153117.660000', '153117.662000', '153117.665000', '153117.668000', '153117.670000', '153117.673000', '153117.676000', '153117.679000', '153117.682000', '153117.685000', '153117.687000', '153117.690000', '153117.693000', '153117.695000', '153117.698000', '153117.701000', '153117.703000', '153117.706000', '153137.595000', '153137.597000', '153137.600000', '153137.603000', '153137.605000', '153137.608000', '153137.610000', '153137.613000', '153137.615000', '153137.618000', '153137.621000', '153137.623000', '153137.626000', '153137.629000', '153137.631000', '153137.634000', '153137.637000', '153137.639000', '153137.642000', '153137.644000', '153137.647000', '153137.649000', '153137.652000', '153137.655000', '153137.657000', '153137.660000', '153137.663000', '153137.665000', '153137.668000', '153137.670000', '153137.673000', '153137.676000', '153137.678000', '153137.681000', '153137.683000', '153137.686000', '153137.689000', '153137.691000', '153137.694000', '153137.696000', '153137.699000', '153137.702000', '153137.704000', '153137.707000', '153157.595000', '153157.597000', '153157.600000', '153157.603000', '153157.605000', '153157.608000', '153157.610000', '153157.613000', '153157.616000', '153157.618000', '153157.621000', '153157.624000', '153157.627000', '153157.629000', '153157.632000', '153157.635000', '153157.637000', '153157.640000', '153157.642000', '153157.645000', '153157.648000', '153157.650000', '153157.653000', '153157.655000', '153157.658000', '153157.661000', '153157.663000', '153157.666000', '153157.668000', '153157.671000', '153157.674000', '153157.676000', '153157.679000', '153157.681000', '153157.684000', '153157.687000', '153157.689000', '153157.692000', '153157.694000', '153157.697000', '153157.700000', '153157.703000', '153157.707000', '153204.929000', '153204.932000', '153204.934000', '153204.937000', '153204.939000', '153204.942000', '153204.945000', '153204.947000', '153204.950000', '153204.962000', '153204.965000', '153204.967000', '153204.970000', '153204.973000', '153204.975000', '153204.978000', '153204.980000'], 'InstanceCreationTime': ['151957.661000', '151957.664000', '151957.666000', '151957.669000', '151957.671000', '151957.674000', '151957.685000', '151957.687000', '151957.690000', '151957.692000', '151957.695000', '151957.698000', '151957.700000', '151957.703000', '151957.706000', '151957.708000', '151957.711000', '151957.713000', '151957.716000', '151957.718000', '151957.721000', '151957.724000', '151957.727000', '151957.730000', '151957.732000', '151957.735000', '151957.738000', '151957.740000', '151957.743000', '151957.745000', '151957.748000', '151957.751000', '151957.753000', '151957.756000', '151957.758000', '151957.761000', '151957.763000', '151957.766000', '151957.768000', '151957.771000', '151957.774000', '151957.776000', '151957.779000', '151957.781000', '151957.784000', '151957.786000', '151957.789000', '151957.792000', '151957.794000', '151957.797000', '151957.799000', '151957.802000', '151957.804000', '151957.807000', '151957.810000', '151957.812000', '151957.815000', '151957.817000', '152017.594000', '152017.597000', '152017.600000', '152017.603000', '152017.605000', '152017.608000', '152017.610000', '152017.613000', '152017.620000', '152017.623000', '152017.625000', '152017.628000', '152017.630000', '152017.633000', '152017.636000', '152017.638000', '152017.641000', '152017.643000', '152017.646000', '152017.648000', '152017.651000', '152017.653000', '152017.656000', '152017.659000', '152017.661000', '152017.664000', '152017.666000', '152017.669000', '152017.671000', '152017.674000', '152017.677000', '152017.679000', '152017.682000', '152017.684000', '152017.687000', '152017.690000', '152017.692000', '152017.695000', '152017.697000', '152017.700000', '152017.702000', '152017.705000', '152017.708000', '152017.710000', '152037.593000', '152037.596000', '152037.599000', '152037.601000', '152037.604000', '152037.607000', '152037.609000', '152037.612000', '152037.614000', '152037.617000', '152037.620000', '152037.622000', '152037.625000', '152037.627000', '152037.630000', '152037.633000', '152037.635000', '152037.638000', '152037.640000', '152037.643000', '152037.645000', '152037.648000', '152037.651000', '152037.653000', '152037.656000', '152037.658000', '152037.661000', '152037.663000', '152037.666000', '152037.669000', '152037.671000', '152037.674000', '152037.676000', '152037.679000', '152037.681000', '152037.684000', '152037.686000', '152037.689000', '152037.692000', '152037.694000', '152037.697000', '152037.700000', '152037.702000', '152057.593000', '152057.596000', '152057.599000', '152057.602000', '152057.604000', '152057.607000', '152057.609000', '152057.612000', '152057.614000', '152057.617000', '152057.620000', '152057.622000', '152057.625000', '152057.627000', '152057.630000', '152057.632000', '152057.635000', '152057.638000', '152057.640000', '152057.643000', '152057.645000', '152057.648000', '152057.650000', '152057.653000', '152057.656000', '152057.658000', '152057.661000', '152057.663000', '152057.666000', '152057.669000', '152057.671000', '152057.674000', '152057.676000', '152057.679000', '152057.681000', '152057.684000', '152057.686000', '152057.689000', '152057.692000', '152057.694000', '152057.697000', '152057.699000', '152057.702000', '152057.705000', '152117.593000', '152117.596000', '152117.599000', '152117.601000', '152117.604000', '152117.606000', '152117.609000', '152117.612000', '152117.614000', '152117.617000', '152117.619000', '152117.622000', '152117.625000', '152117.627000', '152117.630000', '152117.632000', '152117.635000', '152117.637000', '152117.640000', '152117.643000', '152117.645000', '152117.648000', '152117.650000', '152117.653000', '152117.655000', '152117.658000', '152117.660000', '152117.663000', '152117.666000', '152117.668000', '152117.671000', '152117.673000', '152117.676000', '152117.678000', '152117.681000', '152117.684000', '152117.686000', '152117.702000', '152117.705000', '152117.707000', '152117.710000', '152117.712000', '152117.715000', '152137.595000', '152137.597000', '152137.600000', '152137.603000', '152137.606000', '152137.608000', '152137.611000', '152137.613000', '152137.616000', '152137.619000', '152137.621000', '152137.624000', '152137.626000', '152137.629000', '152137.632000', '152137.634000', '152137.637000', '152137.639000', '152137.642000', '152137.645000', '152137.647000', '152137.650000', '152137.652000', '152137.655000', '152137.658000', '152137.660000', '152137.663000', '152137.665000', '152137.668000', '152137.671000', '152137.673000', '152137.676000', '152137.678000', '152137.681000', '152137.683000', '152137.686000', '152137.689000', '152137.691000', '152137.694000', '152137.697000', '152137.699000', '152137.702000', '152137.704000', '152137.707000', '152157.595000', '152157.597000', '152157.600000', '152157.603000', '152157.605000', '152157.608000', '152157.611000', '152157.613000', '152157.616000', '152157.618000', '152157.621000', '152157.623000', '152157.626000', '152157.629000', '152157.631000', '152157.634000', '152157.636000', '152157.639000', '152157.642000', '152157.644000', '152157.647000', '152157.649000', '152157.652000', '152157.654000', '152157.657000', '152157.660000', '152157.662000', '152157.665000', '152157.667000', '152157.670000', '152157.673000', '152157.675000', '152157.678000', '152157.680000', '152157.683000', '152157.686000', '152157.688000', '152157.691000', '152157.694000', '152157.696000', '152157.699000', '152157.701000', '152157.704000', '152217.595000', '152217.597000', '152217.600000', '152217.603000', '152217.605000', '152217.608000', '152217.611000', '152217.613000', '152217.616000', '152217.618000', '152217.621000', '152217.624000', '152217.626000', '152217.629000', '152217.631000', '152217.634000', '152217.637000', '152217.639000', '152217.642000', '152217.644000', '152217.647000', '152217.649000', '152217.652000', '152217.655000', '152217.657000', '152217.660000', '152217.662000', '152217.665000', '152217.668000', '152217.670000', '152217.673000', '152217.675000', '152217.678000', '152217.681000', '152217.683000', '152217.686000', '152217.689000', '152217.691000', '152217.694000', '152217.697000', '152217.699000', '152217.702000', '152217.704000', '152217.707000', '152237.595000', '152237.597000', '152237.600000', '152237.603000', '152237.605000', '152237.644000', '152237.647000', '152237.650000', '152237.653000', '152237.655000', '152237.658000', '152237.660000', '152237.663000', '152237.666000', '152237.668000', '152237.671000', '152237.673000', '152237.676000', '152237.679000', '152237.681000', '152237.684000', '152237.687000', '152237.689000', '152237.692000', '152237.694000', '152237.697000', '152237.700000', '152237.702000', '152237.705000', '152237.707000', '152237.710000', '152237.712000', '152237.715000', '152237.718000', '152237.720000', '152237.723000', '152237.725000', '152237.728000', '152237.731000', '152237.733000', '152237.736000', '152237.738000', '152237.741000', '152257.593000', '152257.596000', '152257.599000', '152257.602000', '152257.604000', '152257.607000', '152257.610000', '152257.612000', '152257.615000', '152257.618000', '152257.620000', '152257.623000', '152257.625000', '152257.628000', '152257.631000', '152257.633000', '152257.636000', '152257.639000', '152257.642000', '152257.664000', '152257.666000', '152257.669000', '152257.672000', '152257.674000', '152257.677000', '152257.680000', '152257.682000', '152257.685000', '152257.688000', '152257.690000', '152257.693000', '152257.696000', '152257.698000', '152257.701000', '152257.704000', '152257.706000', '152257.709000', '152257.712000', '152257.714000', '152257.717000', '152257.719000', '152257.722000', '152257.725000', '152257.727000', '152317.593000', '152317.596000', '152317.599000', '152317.601000', '152317.604000', '152317.607000', '152317.609000', '152317.612000', '152317.614000', '152317.617000', '152317.620000', '152317.622000', '152317.625000', '152317.627000', '152317.630000', '152317.632000', '152317.635000', '152317.638000', '152317.640000', '152317.643000', '152317.645000', '152317.648000', '152317.651000', '152317.654000', '152317.656000', '152317.659000', '152317.661000', '152317.664000', '152317.667000', '152317.669000', '152317.672000', '152317.674000', '152317.677000', '152317.680000', '152317.682000', '152317.685000', '152317.687000', '152317.690000', '152317.693000', '152317.695000', '152317.698000', '152317.700000', '152317.703000', '152337.593000', '152337.596000', '152337.599000', '152337.602000', '152337.604000', '152337.607000', '152337.609000', '152337.612000', '152337.615000', '152337.617000', '152337.620000', '152337.622000', '152337.625000', '152337.628000', '152337.630000', '152337.633000', '152337.635000', '152337.638000', '152337.641000', '152337.643000', '152337.646000', '152337.649000', '152337.651000', '152337.654000', '152337.657000', '152337.660000', '152337.663000', '152337.665000', '152337.668000', '152337.670000', '152337.673000', '152337.676000', '152337.678000', '152337.681000', '152337.683000', '152337.686000', '152337.689000', '152337.691000', '152337.694000', '152337.696000', '152337.699000', '152337.702000', '152337.704000', '152357.595000', '152357.597000', '152357.600000', '152357.603000', '152357.605000', '152357.608000', '152357.610000', '152357.613000', '152357.615000', '152357.618000', '152357.621000', '152357.623000', '152357.626000', '152357.628000', '152357.631000', '152357.634000', '152357.636000', '152357.639000', '152357.641000', '152357.644000', '152357.646000', '152357.649000', '152357.652000', '152357.654000', '152357.657000', '152357.659000', '152357.662000', '152357.665000', '152357.667000', '152357.670000', '152357.672000', '152357.675000', '152357.678000', '152357.680000', '152357.683000', '152357.686000', '152357.688000', '152357.691000', '152357.693000', '152357.696000', '152357.698000', '152357.701000', '152357.704000', '152357.706000', '152417.594000', '152417.597000', '152417.600000', '152417.603000', '152417.605000', '152417.608000', '152417.610000', '152417.613000', '152417.615000', '152417.619000', '152417.622000', '152417.626000', '152417.629000', '152417.632000', '152417.634000', '152417.637000', '152417.640000', '152417.642000', '152417.645000', '152417.647000', '152417.650000', '152417.653000', '152417.655000', '152417.658000', '152417.660000', '152417.663000', '152417.665000', '152417.668000', '152417.671000', '152417.673000', '152417.676000', '152417.678000', '152417.681000', '152417.684000', '152417.687000', '152417.689000', '152417.692000', '152417.694000', '152417.697000', '152417.700000', '152417.702000', '152417.705000', '152417.707000', '152437.595000', '152437.597000', '152437.600000', '152437.603000', '152437.605000', '152437.608000', '152437.610000', '152437.613000', '152437.616000', '152437.618000', '152437.621000', '152437.623000', '152437.626000', '152437.629000', '152437.631000', '152437.634000', '152437.636000', '152437.639000', '152437.642000', '152437.644000', '152437.647000', '152437.649000', '152437.652000', '152437.655000', '152437.657000', '152437.660000', '152437.662000', '152437.665000', '152437.667000', '152437.670000', '152437.673000', '152437.675000', '152437.678000', '152437.680000', '152437.683000', '152437.686000', '152437.688000', '152437.691000', '152437.693000', '152437.696000', '152437.699000', '152437.701000', '152437.704000', '152437.706000', '152457.594000', '152457.597000', '152457.600000', '152457.602000', '152457.605000', '152457.608000', '152457.610000', '152457.613000', '152457.615000', '152457.618000', '152457.621000', '152457.623000', '152457.626000', '152457.628000', '152457.631000', '152457.634000', '152457.637000', '152457.639000', '152457.642000', '152457.645000', '152457.647000', '152457.650000', '152457.652000', '152457.655000', '152457.657000', '152457.660000', '152457.663000', '152457.665000', '152457.668000', '152457.670000', '152457.673000', '152457.676000', '152457.678000', '152457.681000', '152457.684000', '152457.686000', '152457.689000', '152457.691000', '152457.694000', '152457.696000', '152457.699000', '152457.702000', '152457.704000', '152517.594000', '152517.596000', '152517.599000', '152517.602000', '152517.604000', '152517.607000', '152517.609000', '152517.612000', '152517.615000', '152517.617000', '152517.620000', '152517.623000', '152517.625000', '152517.628000', '152517.631000', '152517.633000', '152517.636000', '152517.639000', '152517.641000', '152517.644000', '152517.646000', '152517.651000', '152517.654000', '152517.656000', '152517.659000', '152517.661000', '152517.664000', '152517.667000', '152517.669000', '152517.672000', '152517.675000', '152517.677000', '152517.680000', '152517.682000', '152517.685000', '152517.687000', '152517.690000', '152517.693000', '152517.695000', '152517.698000', '152517.701000', '152517.703000', '152517.706000', '152517.708000', '152537.594000', '152537.596000', '152537.599000', '152537.602000', '152537.604000', '152537.607000', '152537.609000', '152537.612000', '152537.615000', '152537.617000', '152537.620000', '152537.622000', '152537.625000', '152537.627000', '152537.630000', '152537.633000', '152537.635000', '152537.638000', '152537.641000', '152537.643000', '152537.646000', '152537.648000', '152537.651000', '152537.653000', '152537.656000', '152537.659000', '152537.662000', '152537.665000', '152537.668000', '152537.671000', '152537.674000', '152537.677000', '152537.679000', '152537.682000', '152537.685000', '152537.687000', '152537.690000', '152537.692000', '152537.695000', '152537.698000', '152537.701000', '152537.703000', '152537.706000', '152557.595000', '152557.597000', '152557.600000', '152557.603000', '152557.605000', '152557.608000', '152557.610000', '152557.613000', '152557.615000', '152557.618000', '152557.621000', '152557.651000', '152557.654000', '152557.657000', '152557.659000', '152557.662000', '152557.664000', '152557.667000', '152557.669000', '152557.672000', '152557.675000', '152557.677000', '152557.680000', '152557.682000', '152557.685000', '152557.688000', '152557.690000', '152557.693000', '152557.695000', '152557.698000', '152557.701000', '152557.703000', '152557.706000', '152557.708000', '152557.711000', '152557.714000', '152557.716000', '152557.719000', '152557.721000', '152557.724000', '152557.727000', '152557.729000', '152557.732000', '152557.734000', '152617.595000', '152617.598000', '152617.600000', '152617.603000', '152617.606000', '152617.608000', '152617.611000', '152617.613000', '152617.616000', '152617.618000', '152617.621000', '152617.624000', '152617.626000', '152617.629000', '152617.632000', '152617.634000', '152617.637000', '152617.639000', '152617.642000', '152617.645000', '152617.647000', '152617.650000', '152617.652000', '152617.655000', '152617.658000', '152617.660000', '152617.663000', '152617.666000', '152617.668000', '152617.671000', '152617.673000', '152617.676000', '152617.679000', '152617.681000', '152617.684000', '152617.686000', '152617.689000', '152617.692000', '152617.694000', '152617.697000', '152617.699000', '152617.702000', '152617.705000', '152637.595000', '152637.598000', '152637.601000', '152637.603000', '152637.606000', '152637.608000', '152637.611000', '152637.614000', '152637.616000', '152637.619000', '152637.622000', '152637.624000', '152637.627000', '152637.630000', '152637.632000', '152637.635000', '152637.637000', '152637.640000', '152637.642000', '152637.645000', '152637.648000', '152637.650000', '152637.653000', '152637.655000', '152637.658000', '152637.661000', '152637.663000', '152637.666000', '152637.668000', '152637.671000', '152637.674000', '152637.676000', '152637.679000', '152637.681000', '152637.684000', '152637.686000', '152637.689000', '152637.692000', '152637.694000', '152637.697000', '152637.700000', '152637.702000', '152637.705000', '152637.707000', '152657.594000', '152657.597000', '152657.600000', '152657.603000', '152657.605000', '152657.608000', '152657.610000', '152657.613000', '152657.616000', '152657.618000', '152657.621000', '152657.623000', '152657.626000', '152657.628000', '152657.631000', '152657.634000', '152657.636000', '152657.639000', '152657.641000', '152657.644000', '152657.647000', '152657.649000', '152657.652000', '152657.655000', '152657.657000', '152657.660000', '152657.662000', '152657.665000', '152657.667000', '152657.670000', '152657.673000', '152657.675000', '152657.678000', '152657.680000', '152657.683000', '152657.686000', '152657.689000', '152657.691000', '152657.694000', '152657.696000', '152657.699000', '152657.702000', '152657.706000', '152717.595000', '152717.597000', '152717.600000', '152717.603000', '152717.605000', '152717.608000', '152717.610000', '152717.613000', '152717.623000', '152717.626000', '152717.628000', '152717.631000', '152717.633000', '152717.636000', '152717.638000', '152717.641000', '152717.644000', '152717.646000', '152717.649000', '152717.651000', '152717.654000', '152717.657000', '152717.659000', '152717.662000', '152717.664000', '152717.667000', '152717.670000', '152717.672000', '152717.675000', '152717.677000', '152717.680000', '152717.683000', '152717.685000', '152717.688000', '152717.691000', '152717.693000', '152717.696000', '152717.698000', '152717.701000', '152717.704000', '152717.706000', '152717.709000', '152717.711000', '152717.714000', '152737.594000', '152737.596000', '152737.599000', '152737.602000', '152737.604000', '152737.607000', '152737.609000', '152737.612000', '152737.615000', '152737.617000', '152737.620000', '152737.622000', '152737.625000', '152737.628000', '152737.630000', '152737.633000', '152737.635000', '152737.638000', '152737.641000', '152737.643000', '152737.646000', '152737.648000', '152737.651000', '152737.654000', '152737.656000', '152737.659000', '152737.661000', '152737.664000', '152737.667000', '152737.669000', '152737.672000', '152737.674000', '152737.677000', '152737.680000', '152737.682000', '152737.685000', '152737.688000', '152737.690000', '152737.693000', '152737.695000', '152737.698000', '152737.701000', '152737.703000', '152757.593000', '152757.596000', '152757.599000', '152757.601000', '152757.604000', '152757.607000', '152757.958000', '152757.960000', '152757.963000', '152757.966000', '152757.968000', '152757.971000', '152757.973000', '152757.976000', '152757.978000', '152757.981000', '152757.984000', '152757.986000', '152757.989000', '152757.991000', '152757.994000', '152757.997000', '152758.000000', '152758.003000', '152758.006000', '152758.008000', '152758.011000', '152758.013000', '152758.016000', '152758.019000', '152758.021000', '152758.024000', '152758.026000', '152758.029000', '152758.032000', '152758.034000', '152758.037000', '152758.039000', '152758.042000', '152758.044000', '152758.047000', '152758.050000', '152758.052000', '152758.055000', '152817.594000', '152817.597000', '152817.600000', '152817.603000', '152817.605000', '152817.608000', '152817.610000', '152817.613000', '152817.615000', '152817.618000', '152817.621000', '152817.623000', '152817.626000', '152817.629000', '152817.631000', '152817.634000', '152817.636000', '152817.639000', '152817.642000', '152817.644000', '152817.647000', '152817.650000', '152817.653000', '152817.655000', '152817.658000', '152817.660000', '152817.663000', '152817.666000', '152817.668000', '152817.671000', '152817.674000', '152817.676000', '152817.679000', '152817.681000', '152817.684000', '152817.687000', '152817.689000', '152817.692000', '152817.695000', '152817.697000', '152817.700000', '152817.702000', '152817.705000', '152837.595000', '152837.597000', '152837.600000', '152837.603000', '152837.619000', '152837.622000', '152837.625000', '152837.627000', '152837.630000', '152837.633000', '152837.635000', '152837.638000', '152837.640000', '152837.643000', '152837.646000', '152837.648000', '152837.651000', '152837.654000', '152837.656000', '152837.659000', '152837.661000', '152837.664000', '152837.667000', '152837.669000', '152837.672000', '152837.675000', '152837.677000', '152837.680000', '152837.682000', '152837.685000', '152837.687000', '152837.690000', '152837.693000', '152837.696000', '152837.698000', '152837.701000', '152837.703000', '152837.706000', '152837.709000', '152837.711000', '152837.714000', '152837.716000', '152837.719000', '152837.722000', '152857.595000', '152857.597000', '152857.600000', '152857.603000', '152857.605000', '152857.608000', '152857.610000', '152857.613000', '152857.616000', '152857.618000', '152857.621000', '152857.624000', '152857.626000', '152857.629000', '152857.631000', '152857.634000', '152857.636000', '152857.639000', '152857.642000', '152857.644000', '152857.647000', '152857.649000', '152857.652000', '152857.655000', '152857.657000', '152857.660000', '152857.662000', '152857.665000', '152857.668000', '152857.670000', '152857.673000', '152857.675000', '152857.678000', '152857.681000', '152857.683000', '152857.686000', '152857.688000', '152857.691000', '152857.694000', '152857.696000', '152857.699000', '152857.701000', '152857.704000', '152917.595000', '152917.598000', '152917.600000', '152917.603000', '152917.606000', '152917.608000', '152917.611000', '152917.613000', '152917.616000', '152917.619000', '152917.621000', '152917.624000', '152917.626000', '152917.629000', '152917.631000', '152917.634000', '152917.637000', '152917.639000', '152917.642000', '152917.644000', '152917.647000', '152917.650000', '152917.652000', '152917.655000', '152917.657000', '152917.660000', '152917.662000', '152917.665000', '152917.668000', '152917.670000', '152917.673000', '152917.676000', '152917.678000', '152917.681000', '152917.683000', '152917.686000', '152917.688000', '152917.691000', '152917.694000', '152917.696000', '152917.699000', '152917.701000', '152917.704000', '152917.707000', '152937.594000', '152937.597000', '152937.600000', '152937.603000', '152937.605000', '152937.608000', '152937.610000', '152937.613000', '152937.616000', '152937.618000', '152937.621000', '152937.623000', '152937.626000', '152937.629000', '152937.631000', '152937.634000', '152937.636000', '152937.639000', '152937.642000', '152937.644000', '152937.647000', '152937.649000', '152937.652000', '152937.655000', '152937.657000', '152937.660000', '152937.662000', '152937.665000', '152937.668000', '152937.670000', '152937.673000', '152937.676000', '152937.678000', '152937.681000', '152937.684000', '152937.686000', '152937.689000', '152937.691000', '152937.694000', '152937.697000', '152937.699000', '152937.702000', '152937.705000', '152957.594000', '152957.596000', '152957.599000', '152957.602000', '152957.604000', '152957.607000', '152957.609000', '152957.612000', '152957.615000', '152957.617000', '152957.620000', '152957.622000', '152957.625000', '152957.627000', '152957.630000', '152957.633000', '152957.635000', '152957.638000', '152957.641000', '152957.643000', '152957.646000', '152957.648000', '152957.651000', '152957.653000', '152957.656000', '152957.659000', '152957.661000', '152957.664000', '152957.666000', '152957.669000', '152957.672000', '152957.674000', '152957.677000', '152957.679000', '152957.682000', '152957.685000', '152957.687000', '152957.690000', '152957.692000', '152957.695000', '152957.698000', '152957.700000', '152957.703000', '152957.705000', '153017.594000', '153017.596000', '153017.599000', '153017.602000', '153017.604000', '153017.607000', '153017.609000', '153017.612000', '153017.615000', '153017.617000', '153017.620000', '153017.622000', '153017.625000', '153017.628000', '153017.630000', '153017.633000', '153017.636000', '153017.638000', '153017.641000', '153017.643000', '153017.646000', '153017.649000', '153017.651000', '153017.654000', '153017.656000', '153017.659000', '153017.662000', '153017.664000', '153017.667000', '153017.669000', '153017.672000', '153017.675000', '153017.677000', '153017.680000', '153017.683000', '153017.685000', '153017.688000', '153017.690000', '153017.693000', '153017.695000', '153017.698000', '153017.701000', '153017.703000', '153037.595000', '153037.598000', '153037.600000', '153037.603000', '153037.609000', '153037.611000', '153037.614000', '153037.616000', '153037.619000', '153037.622000', '153037.624000', '153037.627000', '153037.629000', '153037.632000', '153037.635000', '153037.637000', '153037.640000', '153037.643000', '153037.645000', '153037.648000', '153037.650000', '153037.653000', '153037.656000', '153037.658000', '153037.661000', '153037.663000', '153037.666000', '153037.669000', '153037.671000', '153037.674000', '153037.677000', '153037.679000', '153037.682000', '153037.684000', '153037.687000', '153037.689000', '153037.692000', '153037.695000', '153037.697000', '153037.700000', '153037.702000', '153037.705000', '153037.708000', '153037.710000', '153057.595000', '153057.598000', '153057.600000', '153057.603000', '153057.605000', '153057.608000', '153057.611000', '153057.613000', '153057.616000', '153057.618000', '153057.621000', '153057.623000', '153057.626000', '153057.629000', '153057.631000', '153057.634000', '153057.637000', '153057.639000', '153057.642000', '153057.644000', '153057.647000', '153057.649000', '153057.652000', '153057.655000', '153057.657000', '153057.660000', '153057.673000', '153057.675000', '153057.678000', '153057.680000', '153057.683000', '153057.686000', '153057.688000', '153057.691000', '153057.694000', '153057.696000', '153057.699000', '153057.702000', '153057.704000', '153057.707000', '153057.710000', '153057.712000', '153057.715000', '153117.595000', '153117.597000', '153117.600000', '153117.603000', '153117.605000', '153117.608000', '153117.610000', '153117.613000', '153117.616000', '153117.618000', '153117.621000', '153117.623000', '153117.626000', '153117.629000', '153117.631000', '153117.634000', '153117.636000', '153117.639000', '153117.642000', '153117.644000', '153117.647000', '153117.649000', '153117.652000', '153117.655000', '153117.657000', '153117.660000', '153117.662000', '153117.665000', '153117.668000', '153117.670000', '153117.673000', '153117.676000', '153117.679000', '153117.682000', '153117.685000', '153117.687000', '153117.690000', '153117.693000', '153117.695000', '153117.698000', '153117.701000', '153117.703000', '153117.706000', '153137.595000', '153137.597000', '153137.600000', '153137.603000', '153137.605000', '153137.608000', '153137.610000', '153137.613000', '153137.615000', '153137.618000', '153137.621000', '153137.623000', '153137.626000', '153137.629000', '153137.631000', '153137.634000', '153137.637000', '153137.639000', '153137.642000', '153137.644000', '153137.647000', '153137.649000', '153137.652000', '153137.655000', '153137.657000', '153137.660000', '153137.663000', '153137.665000', '153137.668000', '153137.670000', '153137.673000', '153137.676000', '153137.678000', '153137.681000', '153137.683000', '153137.686000', '153137.689000', '153137.691000', '153137.694000', '153137.696000', '153137.699000', '153137.702000', '153137.704000', '153137.707000', '153157.595000', '153157.597000', '153157.600000', '153157.603000', '153157.605000', '153157.608000', '153157.610000', '153157.613000', '153157.616000', '153157.618000', '153157.621000', '153157.624000', '153157.627000', '153157.629000', '153157.632000', '153157.635000', '153157.637000', '153157.640000', '153157.642000', '153157.645000', '153157.648000', '153157.650000', '153157.653000', '153157.655000', '153157.658000', '153157.661000', '153157.663000', '153157.666000', '153157.668000', '153157.671000', '153157.674000', '153157.676000', '153157.679000', '153157.681000', '153157.684000', '153157.687000', '153157.689000', '153157.692000', '153157.694000', '153157.697000', '153157.700000', '153157.703000', '153157.707000', '153204.929000', '153204.932000', '153204.934000', '153204.937000', '153204.939000', '153204.942000', '153204.945000', '153204.947000', '153204.950000', '153204.962000', '153204.965000', '153204.967000', '153204.970000', '153204.973000', '153204.975000', '153204.978000', '153204.980000'], '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': [7404, 8415, 7071, 9214, 7401, 10999, 8717, 10596, 8001, 6667, 8037, 7130, 7740, 7210, 11065, 7660, 9121, 7805, 6709, 7159, 6710, 9954, 7391, 9053, 7635, 7266, 7940, 6934, 9269, 6947, 8301, 7506, 9358, 7557, 8747, 7388, 6572, 7449, 7124, 9659, 8025, 7583, 8038, 6685, 7902, 8612, 8015, 7696, 8507, 7033, 8515, 7310, 9434, 7952, 11752, 7421, 6577, 7220, 7212, 10177, 8025, 8606, 7316, 7271, 10021, 8396, 9428, 8267, 7615, 11142, 8481, 8480, 9948, 8039, 11669, 8434, 12876, 10166, 8793, 7803, 6926, 7932, 7578, 9951, 7907, 8292, 7300, 7286, 7728, 7290, 10365, 7829, 10591, 8378, 8011, 8693, 6824, 7648, 7595, 10770, 7946, 9602, 8337, 10015, 8559, 9361, 8259, 7180, 7936, 7700, 8881, 7942, 11145, 8555, 7019, 7084, 7302, 8637, 7889, 11616, 7944, 10160, 7261, 7708, 7123, 8225, 8461, 7050, 11826, 8648, 8022, 7977, 6875, 8950, 7347, 10576, 7795, 8609, 7736, 7058, 8461, 7368, 10384, 7764, 9940, 7937, 6854, 8081, 7266, 9668, 7121, 11967, 7925, 10190, 7723, 10017, 7809, 12166, 8983, 10480, 7786, 6918, 7325, 6763, 8418, 7364, 8063, 7134, 7491, 9390, 7715, 11886, 9106, 12040, 8099, 8616, 8221, 8736, 8394, 8958, 10080, 7089, 7698, 7636, 9061, 7400, 9560, 7832, 7247, 7320, 6697, 7434, 9507, 7751, 9095, 7688, 8626, 7366, 6880, 7178, 7121, 7612, 6801, 7524, 7019, 7656, 7151, 9369, 7302, 10108, 8348, 7128, 7649, 6810, 8509, 8890, 8315, 11079, 9190, 7266, 7672, 7130, 8068, 7330, 9397, 7573, 9434, 7679, 6845, 7648, 6845, 7680, 7221, 10653, 7245, 9295, 7479, 8895, 7618, 9770, 8071, 6805, 7749, 7145, 9366, 7510, 10853, 8935, 8264, 7200, 7469, 8674, 7395, 9817, 7939, 9916, 7936, 7039, 7890, 6893, 8136, 7483, 9231, 7089, 8246, 7533, 8836, 7640, 9486, 7593, 6715, 7438, 7190, 8958, 7696, 10227, 8449, 7906, 7118, 6785, 7809, 7116, 9643, 7412, 10239, 7634, 9337, 7519, 8202, 7756, 6946, 10100, 7351, 9894, 7669, 9807, 7945, 10250, 8612, 6831, 8092, 7158, 9017, 7373, 10465, 8284, 9481, 7895, 8053, 7903, 7409, 8211, 7436, 9320, 7845, 6722, 8255, 6971, 10071, 7875, 10545, 7696, 9731, 8005, 10074, 8217, 9858, 8254, 7166, 7840, 7634, 8886, 8048, 10260, 8266, 6751, 7077, 6992, 7767, 6906, 9352, 7404, 8851, 7587, 8780, 7688, 8935, 7184, 9973, 8082, 7126, 6676, 7853, 7647, 6504, 7119, 8480, 7131, 6806, 11052, 7756, 8748, 7147, 11437, 7451, 11333, 9518, 7904, 7444, 6842, 8406, 7477, 10651, 7861, 7473, 7340, 7174, 8476, 7308, 9925, 7654, 10239, 7364, 9047, 7407, 8961, 7673, 8794, 8775, 7120, 8692, 7584, 9825, 7734, 12045, 9497, 7288, 7728, 7273, 9518, 7356, 10101, 7843, 12066, 7703, 7469, 7853, 6768, 7856, 7421, 11175, 7422, 9942, 7634, 7470, 8029, 7774, 10042, 7591, 9248, 7696, 8482, 7876, 8186, 9283, 7507, 9434, 7597, 9113, 7850, 8092, 7863, 7394, 8356, 7632, 9184, 7856, 10349, 8263, 7754, 8914, 7642, 7761, 8183, 6783, 8801, 7519, 10837, 7783, 9856, 7827, 9913, 8196, 10325, 8283, 6966, 7326, 6976, 7636, 7583, 9768, 7852, 9238, 7900, 6711, 7300, 7463, 10049, 8058, 9937, 8118, 7652, 8058, 7098, 8387, 7876, 9749, 7916, 9198, 8117, 7765, 8254, 7195, 11610, 9391, 13413, 10758, 9204, 7311, 7083, 7769, 7286, 8701, 7388, 8951, 7859, 9184, 7098, 7154, 6871, 6522, 6857, 9543, 7665, 7940, 12169, 10271, 7871, 9143, 8414, 10398, 8530, 10205, 10544, 7507, 8869, 7994, 7569, 6815, 7469, 9797, 7894, 9821, 7033, 7155, 8069, 7744, 9367, 8041, 7688, 9557, 7675, 9074, 8138, 6799, 6845, 7011, 10408, 7710, 6883, 6787, 6822, 9317, 7643, 11072, 9755, 6935, 8265, 7224, 9941, 7439, 10912, 7745, 10518, 7655, 6866, 7320, 7027, 8837, 7676, 11220, 7851, 6633, 7195, 6800, 8557, 7237, 11295, 7691, 7137, 8039, 7398, 9363, 8022, 7113, 10758, 7234, 8883, 7601, 7461, 7531, 7688, 11120, 7124, 9799, 7350, 9442, 7843, 8634, 8264, 6917, 8122, 7135, 7522, 7782, 6825, 9211, 7225, 10493, 7392, 7603, 7663, 6743, 7672, 6751, 10240, 7127, 9303, 7017, 9255, 7166, 8750, 7558, 6611, 7726, 6887, 6809, 7629, 7058, 9310, 7105, 6957, 11169, 9186, 6750, 8449, 7126, 11204, 6920, 11965, 8125, 9811, 7112, 8327, 7220, 7026, 8673, 7032, 8547, 7066, 6875, 7378, 7968, 9326, 6982, 8854, 7009, 8037, 7463, 8620, 10389, 6903, 9824, 6920, 9997, 7145, 11181, 8705, 6876, 7687, 7380, 8930, 6909, 11261, 8083, 7062, 6819, 6755, 7803, 6803, 11229, 7428, 6792, 6547, 6984, 8933, 6982, 10930, 8653, 7109, 8039, 6838, 9446, 7053, 10134, 8537, 6643, 8906, 6756, 9389, 6995, 11428, 8335, 6649, 7075, 6563, 8922, 6778, 9817, 8664, 6765, 8939, 6743, 10412, 6836, 12217, 9809, 7897, 7852, 6913, 8414, 6868, 10803, 8222, 10392, 6952, 6987, 7059, 7019, 8999, 6529, 9773, 7030, 6590, 7428, 7008, 8223, 7210, 6728, 12582, 9651, 6764, 9794, 6801, 11585, 8970, 8793, 9767, 6833, 9930, 7026, 10910, 8179, 6840, 8082, 6725, 7693, 7459, 7006, 10193, 6948, 10422, 6984, 7691, 6914, 7948, 9944, 6830, 8958, 6728, 9413, 6956, 9943, 8664, 6670, 8087, 6754, 9041, 7007, 9293, 8882, 6800, 8951, 7019, 9849, 7110, 11194, 9338, 6794, 8621, 6968, 9846, 6946, 10304, 8800, 7001, 8863, 6621, 9407, 7040, 11622, 8773, 7072, 7399, 7264, 7845, 6744, 9432, 6602, 9871, 6759, 7017, 6942, 7080, 10011, 7091, 6898, 6698, 7068, 8659, 7258, 11474, 7010, 9295, 6718, 7022, 7312, 7000, 11774, 6929, 9705, 6814, 7816, 7112, 9194, 11157, 6927, 9683, 6805, 9900, 7174, 8604, 9355, 6601, 8916, 6922, 9856, 7337, 7169, 8791, 7000, 9178, 6938, 9852, 8448, 7086, 8587, 7008, 10362, 7178, 9828, 9733, 7130, 10138, 6795, 8410, 7345, 7230, 12274, 7252, 10524, 7339, 7251, 6998, 7577, 11383, 6769, 8972, 6819, 6989, 7098, 7290, 12129, 6684, 9345, 6885, 7181, 8060, 7335, 12644, 7101, 10721, 6871, 7848, 7381, 7631, 12579, 6900, 10766, 6793, 8309, 7125, 7466, 11691, 6675, 9427, 6870, 7293, 7570, 6841, 12418, 6619, 10649, 6771, 7320, 7286, 7458, 12168, 6811, 10218, 7008, 7254, 7536, 7225, 12201, 6907, 9544, 6855, 7576, 8383, 6828, 12242, 7051, 7534, 7817, 6849, 11124, 7970, 11656, 7221, 7503, 7700, 7250, 7341, 8421, 7081, 9504, 10363, 7276, 7005, 6952, 6784, 10553, 7361, 11792, 8112, 7049, 7181, 6987, 9828, 6842, 11664, 6981, 6871, 7100, 6748, 10414, 7466, 7069, 6781, 6984, 8067, 6603, 11215, 8429, 7669, 7047, 7056, 8010, 6954, 10195, 6829, 12524, 6603, 7607, 6936, 7096, 8948, 6919, 11580, 6799, 7506, 6872, 7259, 9512, 6849, 12263, 6882, 10060, 6917, 8361, 6991, 7151, 11164, 6940, 7512, 6787, 7210, 9875, 7389, 10566, 6872, 7804, 8436, 7032, 11749, 8176, 12768, 6762, 8509, 7080, 7575, 7331, 8140, 12112, 6860, 9118, 6998, 9282, 7128, 10424, 7956, 7392, 7015, 7010, 8625, 7127, 9903, 8552, 7514, 8340, 7006, 9919, 7146, 12794, 9097, 7138, 7345, 7661, 7327, 7453, 9817, 6879, 9985, 6996, 7492, 7173, 7819, 11111, 7021, 8824, 7095, 7662, 7198, 7537, 11826, 8373, 7356, 7096, 7428, 7216, 7067, 11858, 7985, 8990, 6888, 7802, 7141, 7184, 10454, 6905, 6881, 6840, 7436, 7457, 6917, 10029, 8578, 7392, 8060, 6691, 10651, 7287, 12596, 9752, 7303, 7445, 7324, 7585, 6937, 9361, 7141, 6794, 6934, 7336, 6834, 7035, 7831, 7056, 10540, 6920, 8161, 7269, 8187, 7083, 7118, 8222, 7073, 7977, 7006, 7210, 7044, 7603, 9044, 6859, 8202, 6965, 8551, 6997, 9931, 7798, 7222, 7071, 6957, 8963, 7125, 10013, 9082, 7147, 9070, 6844, 10924, 7311, 11998, 9235, 7545, 7394, 7014, 8441, 6949, 11500, 7652, 7208, 6728, 7030, 7255, 6845, 10715, 7487, 7129, 6884, 6766, 8762, 6954, 12689, 8689, 7187, 7877, 6790, 9396, 6942, 11029, 8499, 11433, 7166, 7025, 7655, 6932, 8954, 6978, 10812, 7034, 6937, 6986, 7085, 8430, 6803, 11037, 6946, 8729, 6853, 8358, 7458, 9679, 10313, 6798, 8301, 6805, 8663, 7222, 9307, 7454, 6791, 7760, 7104, 8768, 7077, 10704, 7898, 7067, 7143, 7056, 8263, 6889, 9665, 8471, 7017, 9126, 7043, 11014, 7475, 10492, 8777, 7022, 8607, 6978, 9692, 7638, 10440, 9178, 6851, 9170, 6992, 10222, 7626, 7449, 10406, 6879, 7818, 7469, 7042, 9201, 7730, 12334, 7233, 10538, 7426, 7717, 7876, 9109, 12040, 7037, 11087, 7366, 7951, 7805, 7346, 10440, 7058, 9340, 7520, 8456, 7888, 8090, 9162, 6540, 8139, 6966, 8827, 7315, 10766, 7530, 7123, 7526, 6817, 7666, 6968, 9791, 7405, 6831, 7445, 7111, 8197, 6888, 11051, 7813, 7467, 7459, 7321, 7971, 7206, 9729, 8619, 11481, 7179, 7186, 7652, 6997, 9094, 7585, 11686, 7357, 8295, 7599, 7002, 8819, 7233, 11384, 7281, 9467, 7665, 8602, 7879, 8110, 11803, 6966, 9802, 7236, 7386, 8005, 7937, 11399, 7189, 10674, 7595, 8311, 8024, 9065, 11553, 7032, 8954, 7231, 8906, 7392, 10408, 8045, 7482, 7996, 7322, 8077, 6714, 8398, 7230, 8825, 7480, 6932, 7769, 7070, 9727, 7758, 10569, 8092, 7780, 8314, 7285, 9625, 8620, 12029, 7654, 11455, 7871, 10345, 8244, 9623, 11139, 7054, 8752, 7598, 8464, 8076, 8574, 10577, 7674, 9702, 7844, 10392, 7338, 9222, 8984, 7267, 10000, 7088, 7421, 7005, 6979, 7737, 7450, 6972, 11091, 7980, 7712, 10145, 6892, 7490, 7448, 6724, 11150, 8758, 12552, 7090, 7573, 7085, 7018, 8813, 7044, 12055, 7360, 7540, 7272, 7724, 7489, 6824, 10775, 6978, 8607, 7418, 8327, 7543, 10164, 7730, 7260, 7402, 6766, 8524, 7088, 8071, 7764, 7365, 9473, 7129, 9366, 7093, 9604, 7799, 9594, 9583, 6764, 8284, 6979, 9280, 7368, 11656, 8137, 8169, 7706, 7201, 10286, 7605, 9577, 11069, 7099, 9873, 7153, 9347, 7550, 12707, 7948, 8196, 7892, 7326, 8343, 7086, 9070, 7585, 9399, 7856, 7140, 7875, 7590, 8579, 7245, 9632, 7714, 7223, 7836, 7283, 9360, 7849, 12847, 10774, 9755, 8343, 7042, 9181, 7119, 9550, 7771, 11915, 7675, 9718, 7617, 8000, 7953, 8309, 11165, 7056, 9446, 7078, 9515, 7425, 11210, 8109, 7912, 7624, 6889, 8340, 7190, 9002, 7677, 11295, 7669, 7259, 7967, 7667, 8587, 7442, 12245, 7801, 7874, 8121, 7376, 8164, 7007, 11520, 7332, 7737, 7803, 7545, 8198, 6981, 10730, 7527, 10299, 7523, 7992, 8073, 7701, 9371, 7299, 9948, 7513, 7791, 8031, 8110, 9137, 7064, 9465, 7685, 8025, 8046, 8091, 11147, 8135, 11898, 7837, 8520, 8080, 8243, 11454, 9038, 11856, 7655, 8166, 8076, 7379, 8929, 7678, 12567, 7895, 7766, 8164, 7642, 8423, 7006, 11320, 7261, 8047, 8018, 7346, 8375, 7084, 11862, 7875, 10530, 8044, 8069, 8318, 7780, 11569, 7520, 10252, 7959, 8609, 8470, 8814, 10910, 7388, 9155, 7827, 8447, 8275, 8813, 9639, 7490, 9005, 7538, 9817, 8185, 9421, 8505, 6717, 8543, 7420, 9357, 7855, 10597, 8301, 8162, 8351, 7436, 8430, 8198, 7803, 9413, 8369, 11628, 7937, 8277, 7931, 7269, 13406, 9231, 8954, 8128, 7397, 9354, 8122, 10204, 12236, 8539, 10894, 7758, 8241, 8359, 7722, 10958, 9112, 11064, 8050, 8052], 'WindowCenter': [3937.0, 3942.0, 3897.0, 3934.0, 3902.0, 3942.0, 3922.0, 3930.0, 3900.0, 3877.0, 3898.0, 3876.0, 3886.0, 3886.0, 3939.0, 3898.0, 3916.0, 3897.0, 3875.0, 3888.0, 3878.0, 3930.0, 3888.0, 3918.0, 3898.0, 3888.0, 3905.0, 3884.0, 3931.0, 3890.0, 3910.0, 3900.0, 3920.0, 3912.0, 3922.0, 3902.0, 3890.0, 3899.0, 3902.0, 3931.0, 3924.0, 3913.0, 3912.0, 3890.0, 3912.0, 3922.0, 3912.0, 3913.0, 3921.0, 3891.0, 3920.0, 3900.0, 3931.0, 3912.0, 3953.0, 3900.0, 3891.0, 3900.0, 3901.0, 3942.0, 3924.0, 3922.0, 3901.0, 3902.0, 3942.0, 3923.0, 3932.0, 3922.0, 3911.0, 3954.0, 3923.0, 3923.0, 3942.0, 3912.0, 3941.0, 3910.0, 3950.0, 3932.0, 3921.0, 3898.0, 3889.0, 3898.0, 3900.0, 3929.0, 3900.0, 3911.0, 3889.0, 3889.0, 3898.0, 3899.0, 3930.0, 3899.0, 3940.0, 3909.0, 3899.0, 3909.0, 3878.0, 3899.0, 3898.0, 3941.0, 3898.0, 3918.0, 3909.0, 3929.0, 3921.0, 3919.0, 3910.0, 3877.0, 3897.0, 3899.0, 3919.0, 3910.0, 3939.0, 3910.0, 3878.0, 3878.0, 3888.0, 3908.0, 3927.0, 3970.0, 3901.0, 3925.0, 3874.0, 3872.0, 3865.0, 3883.0, 3896.0, 3878.0, 3922.0, 3906.0, 3899.0, 3898.0, 3877.0, 3905.0, 3887.0, 3924.0, 3898.0, 3909.0, 3898.0, 3889.0, 3909.0, 3900.0, 3930.0, 3900.0, 3931.0, 3899.0, 3878.0, 3898.0, 3888.0, 3918.0, 3889.0, 3940.0, 3900.0, 3928.0, 3899.0, 3918.0, 3887.0, 3937.0, 3910.0, 3929.0, 3897.0, 3876.0, 3876.0, 3865.0, 3896.0, 3888.0, 3899.0, 3877.0, 3889.0, 3918.0, 3899.0, 3951.0, 3909.0, 3940.0, 3897.0, 3908.0, 3898.0, 3907.0, 3898.0, 3922.0, 3931.0, 3879.0, 3887.0, 3887.0, 3907.0, 3874.0, 3915.0, 3887.0, 3875.0, 3870.0, 3865.0, 3888.0, 3916.0, 3888.0, 3906.0, 3888.0, 3889.0, 3870.0, 3875.0, 3877.0, 3874.0, 3899.0, 3879.0, 3900.0, 3889.0, 3899.0, 3891.0, 3930.0, 3901.0, 3941.0, 3913.0, 3889.0, 3897.0, 3878.0, 3911.0, 3909.0, 3911.0, 3939.0, 3919.0, 3875.0, 3886.0, 3874.0, 3886.0, 3886.0, 3918.0, 3888.0, 3916.0, 3888.0, 3865.0, 3888.0, 3867.0, 3899.0, 3877.0, 3930.0, 3888.0, 3918.0, 3889.0, 3906.0, 3898.0, 3917.0, 3899.0, 3867.0, 3887.0, 3878.0, 3918.0, 3886.0, 3927.0, 3910.0, 3896.0, 3876.0, 3886.0, 3907.0, 3888.0, 3928.0, 3898.0, 3916.0, 3898.0, 3875.0, 3897.0, 3876.0, 3899.0, 3888.0, 3919.0, 3878.0, 3897.0, 3887.0, 3908.0, 3899.0, 3918.0, 3899.0, 3879.0, 3889.0, 3889.0, 3917.0, 3898.0, 3929.0, 3912.0, 3897.0, 3879.0, 3872.0, 3900.0, 3888.0, 3930.0, 3889.0, 3930.0, 3899.0, 3918.0, 3889.0, 3908.0, 3900.0, 3879.0, 3932.0, 3890.0, 3929.0, 3900.0, 3922.0, 3899.0, 3928.0, 3909.0, 3867.0, 3898.0, 3875.0, 3907.0, 3887.0, 3929.0, 3898.0, 3917.0, 3891.0, 3897.0, 3898.0, 3886.0, 3899.0, 3885.0, 3918.0, 3900.0, 3866.0, 3908.0, 3876.0, 3930.0, 3893.0, 3928.0, 3889.0, 3916.0, 3898.0, 3915.0, 3908.0, 3918.0, 3897.0, 3876.0, 3886.0, 3879.0, 3905.0, 3897.0, 3916.0, 3898.0, 3865.0, 3875.0, 3875.0, 3887.0, 3876.0, 3909.0, 3876.0, 3907.0, 3886.0, 3895.0, 3887.0, 3905.0, 3903.0, 3961.0, 3909.0, 3876.0, 3850.0, 3895.0, 3897.0, 3868.0, 3890.0, 3920.0, 3891.0, 3879.0, 3955.0, 3903.0, 3910.0, 3880.0, 3939.0, 3890.0, 3940.0, 3911.0, 3886.0, 3878.0, 3868.0, 3896.0, 3888.0, 3928.0, 3899.0, 3888.0, 3888.0, 3879.0, 3898.0, 3887.0, 3930.0, 3889.0, 3933.0, 3891.0, 3909.0, 3891.0, 3920.0, 3901.0, 3909.0, 3909.0, 3879.0, 3909.0, 3890.0, 3909.0, 3889.0, 3938.0, 3920.0, 3878.0, 3888.0, 3888.0, 3908.0, 3876.0, 3917.0, 3886.0, 3938.0, 3888.0, 3875.0, 3886.0, 3866.0, 3888.0, 3876.0, 3930.0, 3878.0, 3917.0, 3888.0, 3875.0, 3893.0, 3888.0, 3919.0, 3888.0, 3907.0, 3889.0, 3896.0, 3898.0, 3891.0, 3908.0, 3878.0, 3908.0, 3888.0, 3906.0, 3899.0, 3897.0, 3887.0, 3878.0, 3894.0, 3888.0, 3907.0, 3898.0, 3917.0, 3898.0, 3887.0, 3909.0, 3889.0, 3882.0, 3899.0, 3866.0, 3910.0, 3889.0, 3931.0, 3884.0, 3916.0, 3889.0, 3917.0, 3898.0, 3918.0, 3899.0, 3865.0, 3876.0, 3863.0, 3876.0, 3878.0, 3912.0, 3887.0, 3906.0, 3898.0, 3867.0, 3876.0, 3887.0, 3918.0, 3899.0, 3917.0, 3888.0, 3885.0, 3881.0, 3866.0, 3895.0, 3898.0, 3907.0, 3887.0, 3904.0, 3886.0, 3887.0, 3898.0, 3873.0, 3940.0, 3918.0, 3950.0, 3938.0, 3921.0, 3887.0, 3879.0, 3884.0, 3874.0, 3893.0, 3875.0, 3905.0, 3897.0, 3918.0, 3889.0, 3889.0, 3866.0, 3867.0, 3866.0, 3916.0, 3886.0, 3885.0, 3938.0, 3918.0, 3885.0, 3894.0, 3878.0, 3904.0, 3894.0, 3902.0, 3903.0, 3861.0, 3892.0, 3884.0, 3873.0, 3863.0, 3868.0, 3915.0, 3884.0, 3903.0, 3862.0, 3863.0, 3883.0, 3873.0, 3903.0, 3886.0, 3875.0, 3918.0, 3886.0, 3894.0, 3887.0, 3865.0, 3866.0, 3877.0, 3928.0, 3883.0, 3878.0, 3861.0, 3867.0, 3909.0, 3887.0, 3929.0, 3919.0, 3877.0, 3898.0, 3877.0, 3916.0, 3876.0, 3916.0, 3886.0, 3917.0, 3886.0, 3866.0, 3876.0, 3876.0, 3901.0, 3887.0, 3929.0, 3898.0, 3866.0, 3876.0, 3867.0, 3908.0, 3888.0, 3940.0, 3946.0, 3922.0, 3914.0, 3889.0, 3877.0, 3871.0, 3865.0, 3928.0, 3889.0, 3920.0, 3901.0, 3889.0, 3899.0, 3888.0, 3940.0, 3874.0, 3918.0, 3886.0, 3918.0, 3897.0, 3898.0, 3891.0, 3877.0, 3897.0, 3878.0, 3885.0, 3888.0, 3865.0, 3908.0, 3888.0, 3928.0, 3889.0, 3883.0, 3888.0, 3860.0, 3888.0, 3866.0, 3919.0, 3878.0, 3906.0, 3878.0, 3907.0, 3878.0, 3909.0, 3887.0, 3868.0, 3899.0, 3889.0, 3878.0, 3899.0, 3890.0, 3922.0, 3891.0, 3892.0, 3942.0, 3923.0, 3881.0, 3910.0, 3878.0, 3928.0, 3877.0, 3929.0, 3887.0, 3906.0, 3863.0, 3895.0, 3873.0, 3877.0, 3907.0, 3877.0, 3896.0, 3877.0, 3866.0, 3888.0, 3897.0, 3920.0, 3878.0, 3908.0, 3878.0, 3898.0, 3888.0, 3908.0, 3929.0, 3873.0, 3917.0, 3876.0, 3916.0, 3878.0, 3927.0, 3907.0, 3865.0, 3885.0, 3875.0, 3905.0, 3876.0, 3927.0, 3898.0, 3865.0, 3864.0, 3865.0, 3885.0, 3866.0, 3927.0, 3877.0, 3866.0, 3866.0, 3875.0, 3906.0, 3877.0, 3928.0, 3908.0, 3876.0, 3896.0, 3866.0, 3916.0, 3876.0, 3916.0, 3907.0, 3866.0, 3905.0, 3865.0, 3905.0, 3876.0, 3927.0, 3896.0, 3865.0, 3874.0, 3866.0, 3906.0, 3878.0, 3917.0, 3908.0, 3864.0, 3906.0, 3865.0, 3925.0, 3866.0, 3937.0, 3917.0, 3884.0, 3884.0, 3863.0, 3884.0, 3863.0, 3925.0, 3896.0, 3914.0, 3864.0, 3862.0, 3863.0, 3869.0, 3906.0, 3854.0, 3915.0, 3875.0, 3875.0, 3887.0, 3888.0, 3904.0, 3886.0, 3877.0, 3949.0, 3919.0, 3867.0, 3917.0, 3867.0, 3938.0, 3907.0, 3908.0, 3917.0, 3864.0, 3905.0, 3864.0, 3926.0, 3896.0, 3864.0, 3885.0, 3864.0, 3884.0, 3876.0, 3875.0, 3928.0, 3876.0, 3916.0, 3876.0, 3885.0, 3876.0, 3890.0, 3919.0, 3866.0, 3906.0, 3866.0, 3906.0, 3878.0, 3917.0, 3909.0, 3865.0, 3893.0, 3866.0, 3906.0, 3878.0, 3918.0, 3910.0, 3865.0, 3906.0, 3877.0, 3916.0, 3877.0, 3927.0, 3912.0, 3865.0, 3894.0, 3865.0, 3903.0, 3865.0, 3915.0, 3906.0, 3865.0, 3904.0, 3864.0, 3904.0, 3875.0, 3925.0, 3896.0, 3863.0, 3874.0, 3873.0, 3884.0, 3857.0, 3906.0, 3867.0, 3915.0, 3864.0, 3874.0, 3863.0, 3874.0, 3916.0, 3876.0, 3875.0, 3866.0, 3876.0, 3901.0, 3887.0, 3939.0, 3877.0, 3916.0, 3867.0, 3876.0, 3887.0, 3876.0, 3940.0, 3876.0, 3916.0, 3876.0, 3879.0, 3877.0, 3918.0, 3927.0, 3875.0, 3915.0, 3865.0, 3916.0, 3876.0, 3907.0, 3907.0, 3864.0, 3905.0, 3875.0, 3916.0, 3887.0, 3877.0, 3906.0, 3876.0, 3905.0, 3876.0, 3917.0, 3893.0, 3876.0, 3901.0, 3876.0, 3915.0, 3876.0, 3917.0, 3919.0, 3874.0, 3915.0, 3856.0, 3894.0, 3875.0, 3874.0, 3936.0, 3876.0, 3914.0, 3874.0, 3874.0, 3875.0, 3884.0, 3939.0, 3865.0, 3904.0, 3864.0, 3873.0, 3875.0, 3886.0, 3938.0, 3865.0, 3906.0, 3874.0, 3874.0, 3887.0, 3869.0, 3937.0, 3864.0, 3925.0, 3863.0, 3883.0, 3875.0, 3884.0, 3938.0, 3863.0, 3925.0, 3864.0, 3894.0, 3875.0, 3873.0, 3937.0, 3863.0, 3903.0, 3864.0, 3873.0, 3886.0, 3864.0, 3936.0, 3857.0, 3925.0, 3863.0, 3873.0, 3875.0, 3873.0, 3937.0, 3864.0, 3913.0, 3864.0, 3873.0, 3886.0, 3874.0, 3936.0, 3874.0, 3915.0, 3864.0, 3884.0, 3896.0, 3865.0, 3937.0, 3875.0, 3885.0, 3886.0, 3863.0, 3940.0, 3899.0, 3939.0, 3887.0, 3886.0, 3896.0, 3888.0, 3886.0, 3890.0, 3877.0, 3919.0, 3921.0, 3889.0, 3889.0, 3877.0, 3876.0, 3928.0, 3887.0, 3939.0, 3898.0, 3875.0, 3875.0, 3870.0, 3919.0, 3865.0, 3938.0, 3876.0, 3866.0, 3876.0, 3877.0, 3928.0, 3888.0, 3877.0, 3867.0, 3876.0, 3897.0, 3878.0, 3938.0, 3899.0, 3886.0, 3877.0, 3876.0, 3887.0, 3875.0, 3925.0, 3865.0, 3938.0, 3865.0, 3885.0, 3875.0, 3876.0, 3908.0, 3876.0, 3927.0, 3866.0, 3876.0, 3866.0, 3886.0, 3918.0, 3866.0, 3936.0, 3875.0, 3914.0, 3875.0, 3894.0, 3877.0, 3874.0, 3925.0, 3874.0, 3875.0, 3866.0, 3886.0, 3928.0, 3887.0, 3928.0, 3861.0, 3886.0, 3897.0, 3876.0, 3940.0, 3896.0, 3937.0, 3865.0, 3896.0, 3875.0, 3885.0, 3888.0, 3885.0, 3938.0, 3864.0, 3905.0, 3874.0, 3904.0, 3875.0, 3926.0, 3898.0, 3875.0, 3874.0, 3874.0, 3894.0, 3876.0, 3918.0, 3909.0, 3886.0, 3896.0, 3876.0, 3910.0, 3876.0, 3936.0, 3907.0, 3873.0, 3875.0, 3885.0, 3875.0, 3875.0, 3916.0, 3865.0, 3915.0, 3874.0, 3873.0, 3874.0, 3885.0, 3928.0, 3889.0, 3917.0, 3888.0, 3895.0, 3874.0, 3883.0, 3936.0, 3897.0, 3873.0, 3874.0, 3873.0, 3885.0, 3872.0, 3936.0, 3896.0, 3904.0, 3874.0, 3882.0, 3874.0, 3862.0, 3920.0, 3874.0, 3873.0, 3864.0, 3884.0, 3884.0, 3873.0, 3926.0, 3902.0, 3885.0, 3895.0, 3875.0, 3925.0, 3886.0, 3935.0, 3916.0, 3872.0, 3873.0, 3871.0, 3883.0, 3873.0, 3896.0, 3875.0, 3862.0, 3874.0, 3873.0, 3864.0, 3873.0, 3884.0, 3874.0, 3925.0, 3875.0, 3893.0, 3885.0, 3894.0, 3876.0, 3874.0, 3896.0, 3875.0, 3894.0, 3875.0, 3884.0, 3887.0, 3896.0, 3918.0, 3875.0, 3905.0, 3875.0, 3899.0, 3887.0, 3927.0, 3898.0, 3885.0, 3874.0, 3875.0, 3916.0, 3881.0, 3926.0, 3919.0, 3875.0, 3905.0, 3864.0, 3925.0, 3887.0, 3935.0, 3917.0, 3883.0, 3867.0, 3873.0, 3895.0, 3874.0, 3935.0, 3886.0, 3872.0, 3864.0, 3872.0, 3873.0, 3864.0, 3919.0, 3887.0, 3874.0, 3875.0, 3874.0, 3904.0, 3886.0, 3946.0, 3907.0, 3867.0, 3894.0, 3864.0, 3903.0, 3875.0, 3926.0, 3904.0, 3936.0, 3863.0, 3873.0, 3883.0, 3873.0, 3904.0, 3875.0, 3927.0, 3875.0, 3873.0, 3874.0, 3873.0, 3906.0, 3864.0, 3936.0, 3875.0, 3904.0, 3864.0, 3893.0, 3886.0, 3915.0, 3926.0, 3861.0, 3894.0, 3864.0, 3905.0, 3885.0, 3907.0, 3886.0, 3863.0, 3884.0, 3874.0, 3900.0, 3887.0, 3925.0, 3898.0, 3874.0, 3875.0, 3874.0, 3894.0, 3875.0, 3916.0, 3908.0, 3874.0, 3917.0, 3887.0, 3937.0, 3887.0, 3927.0, 3901.0, 3875.0, 3905.0, 3874.0, 3915.0, 3886.0, 3926.0, 3916.0, 3864.0, 3903.0, 3874.0, 3924.0, 3884.0, 3886.0, 3926.0, 3876.0, 3884.0, 3885.0, 3875.0, 3917.0, 3885.0, 3937.0, 3885.0, 3924.0, 3874.0, 3883.0, 3895.0, 3904.0, 3936.0, 3863.0, 3922.0, 3873.0, 3893.0, 3885.0, 3873.0, 3926.0, 3874.0, 3913.0, 3884.0, 3893.0, 3896.0, 3883.0, 3916.0, 3853.0, 3893.0, 3875.0, 3903.0, 3886.0, 3936.0, 3896.0, 3875.0, 3897.0, 3876.0, 3884.0, 3875.0, 3926.0, 3888.0, 3875.0, 3887.0, 3876.0, 3906.0, 3888.0, 3938.0, 3898.0, 3885.0, 3887.0, 3885.0, 3896.0, 3885.0, 3917.0, 3903.0, 3937.0, 3875.0, 3874.0, 3885.0, 3875.0, 3917.0, 3885.0, 3936.0, 3875.0, 3895.0, 3885.0, 3876.0, 3906.0, 3885.0, 3936.0, 3885.0, 3914.0, 3885.0, 3903.0, 3894.0, 3883.0, 3938.0, 3875.0, 3914.0, 3885.0, 3884.0, 3896.0, 3894.0, 3938.0, 3875.0, 3925.0, 3885.0, 3895.0, 3897.0, 3905.0, 3937.0, 3874.0, 3904.0, 3884.0, 3900.0, 3886.0, 3924.0, 3895.0, 3874.0, 3894.0, 3885.0, 3895.0, 3863.0, 3906.0, 3885.0, 3906.0, 3885.0, 3875.0, 3895.0, 3885.0, 3927.0, 3897.0, 3918.0, 3896.0, 3896.0, 3896.0, 3878.0, 3928.0, 3905.0, 3937.0, 3885.0, 3934.0, 3895.0, 3925.0, 3895.0, 3914.0, 3937.0, 3874.0, 3893.0, 3884.0, 3894.0, 3896.0, 3905.0, 3926.0, 3885.0, 3913.0, 3895.0, 3928.0, 3930.0, 3922.0, 3902.0, 3854.0, 3883.0, 3847.0, 3870.0, 3872.0, 3875.0, 3877.0, 3874.0, 3876.0, 3924.0, 3890.0, 3885.0, 3926.0, 3877.0, 3885.0, 3886.0, 3864.0, 3922.0, 3895.0, 3935.0, 3863.0, 3882.0, 3863.0, 3873.0, 3905.0, 3875.0, 3935.0, 3874.0, 3883.0, 3875.0, 3884.0, 3885.0, 3864.0, 3925.0, 3875.0, 3894.0, 3886.0, 3894.0, 3885.0, 3913.0, 3884.0, 3875.0, 3873.0, 3865.0, 3905.0, 3876.0, 3895.0, 3886.0, 3887.0, 3915.0, 3876.0, 3915.0, 3876.0, 3915.0, 3886.0, 3915.0, 3917.0, 3865.0, 3895.0, 3875.0, 3904.0, 3886.0, 3926.0, 3896.0, 3895.0, 3885.0, 3886.0, 3926.0, 3886.0, 3916.0, 3938.0, 3875.0, 3916.0, 3875.0, 3903.0, 3885.0, 3945.0, 3895.0, 3894.0, 3894.0, 3874.0, 3893.0, 3874.0, 3904.0, 3885.0, 3904.0, 3895.0, 3874.0, 3895.0, 3885.0, 3905.0, 3886.0, 3916.0, 3880.0, 3886.0, 3886.0, 3886.0, 3917.0, 3894.0, 3947.0, 3940.0, 3918.0, 3896.0, 3871.0, 3915.0, 3869.0, 3915.0, 3883.0, 3936.0, 3884.0, 3915.0, 3885.0, 3895.0, 3895.0, 3894.0, 3937.0, 3874.0, 3914.0, 3874.0, 3903.0, 3873.0, 3924.0, 3896.0, 3883.0, 3883.0, 3866.0, 3893.0, 3873.0, 3904.0, 3884.0, 3923.0, 3883.0, 3872.0, 3883.0, 3884.0, 3905.0, 3874.0, 3935.0, 3884.0, 3894.0, 3884.0, 3872.0, 3892.0, 3873.0, 3936.0, 3875.0, 3885.0, 3885.0, 3878.0, 3906.0, 3875.0, 3927.0, 3885.0, 3924.0, 3885.0, 3895.0, 3897.0, 3888.0, 3917.0, 3886.0, 3914.0, 3885.0, 3885.0, 3896.0, 3892.0, 3918.0, 3869.0, 3926.0, 3897.0, 3895.0, 3897.0, 3896.0, 3939.0, 3897.0, 3936.0, 3886.0, 3906.0, 3895.0, 3895.0, 3937.0, 3906.0, 3936.0, 3885.0, 3894.0, 3894.0, 3880.0, 3906.0, 3886.0, 3936.0, 3887.0, 3884.0, 3895.0, 3884.0, 3893.0, 3867.0, 3936.0, 3885.0, 3894.0, 3895.0, 3874.0, 3906.0, 3875.0, 3937.0, 3891.0, 3926.0, 3895.0, 3894.0, 3896.0, 3884.0, 3937.0, 3885.0, 3925.0, 3896.0, 3905.0, 3896.0, 3905.0, 3927.0, 3885.0, 3904.0, 3885.0, 3893.0, 3907.0, 3916.0, 3917.0, 3885.0, 3904.0, 3885.0, 3914.0, 3906.0, 3915.0, 3906.0, 3864.0, 3904.0, 3885.0, 3914.0, 3907.0, 3925.0, 3896.0, 3907.0, 3896.0, 3879.0, 3905.0, 3907.0, 3897.0, 3918.0, 3909.0, 3937.0, 3897.0, 3907.0, 3896.0, 3885.0, 3947.0, 3918.0, 3906.0, 3894.0, 3887.0, 3916.0, 3897.0, 3926.0, 3948.0, 3907.0, 3925.0, 3885.0, 3894.0, 3894.0, 3884.0, 3925.0, 3906.0, 3925.0, 3884.0, 3884.0], 'WindowWidth': [8836.0, 8826.0, 8750.0, 8797.0, 8753.0, 8802.0, 8777.0, 8782.0, 8742.0, 8709.0, 8736.0, 8705.0, 8718.0, 8717.0, 8792.0, 8735.0, 8757.0, 8732.0, 8704.0, 8724.0, 8709.0, 8783.0, 8724.0, 8763.0, 8738.0, 8724.0, 8745.0, 8719.0, 8787.0, 8729.0, 8755.0, 8743.0, 8767.0, 8763.0, 8778.0, 8748.0, 8731.0, 8742.0, 8750.0, 8787.0, 8782.0, 8767.0, 8762.0, 8732.0, 8763.0, 8776.0, 8763.0, 8765.0, 8773.0, 8733.0, 8769.0, 8743.0, 8784.0, 8764.0, 8817.0, 8745.0, 8734.0, 8744.0, 8749.0, 8803.0, 8784.0, 8776.0, 8749.0, 8750.0, 8802.0, 8781.0, 8790.0, 8774.0, 8760.0, 8821.0, 8778.0, 8780.0, 8801.0, 8762.0, 8796.0, 8755.0, 8807.0, 8785.0, 8771.0, 8736.0, 8724.0, 8736.0, 8743.0, 8779.0, 8743.0, 8756.0, 8726.0, 8727.0, 8737.0, 8739.0, 8782.0, 8742.0, 8794.0, 8754.0, 8739.0, 8753.0, 8712.0, 8741.0, 8738.0, 8798.0, 8738.0, 8762.0, 8753.0, 8777.0, 8770.0, 8768.0, 8758.0, 8709.0, 8734.0, 8739.0, 8765.0, 8754.0, 8791.0, 8756.0, 8710.0, 8710.0, 8723.0, 8750.0, 8794.0, 8851.0, 8741.0, 8769.0, 8694.0, 8686.0, 8681.0, 8700.0, 8724.0, 8709.0, 8753.0, 8740.0, 8735.0, 8734.0, 8707.0, 8740.0, 8720.0, 8766.0, 8735.0, 8752.0, 8737.0, 8725.0, 8751.0, 8742.0, 8782.0, 8744.0, 8784.0, 8739.0, 8710.0, 8735.0, 8722.0, 8761.0, 8726.0, 8795.0, 8741.0, 8775.0, 8737.0, 8759.0, 8719.0, 8785.0, 8752.0, 8775.0, 8734.0, 8702.0, 8701.0, 8685.0, 8729.0, 8723.0, 8738.0, 8708.0, 8726.0, 8762.0, 8739.0, 8810.0, 8751.0, 8792.0, 8733.0, 8746.0, 8732.0, 8743.0, 8734.0, 8774.0, 8783.0, 8710.0, 8716.0, 8716.0, 8743.0, 8699.0, 8753.0, 8717.0, 8698.0, 8690.0, 8686.0, 8720.0, 8754.0, 8722.0, 8741.0, 8723.0, 8713.0, 8688.0, 8700.0, 8706.0, 8700.0, 8740.0, 8713.0, 8741.0, 8728.0, 8741.0, 8733.0, 8782.0, 8745.0, 8798.0, 8765.0, 8728.0, 8736.0, 8711.0, 8756.0, 8752.0, 8757.0, 8790.0, 8765.0, 8700.0, 8714.0, 8699.0, 8714.0, 8716.0, 8762.0, 8723.0, 8756.0, 8722.0, 8689.0, 8723.0, 8692.0, 8736.0, 8705.0, 8781.0, 8723.0, 8761.0, 8723.0, 8743.0, 8736.0, 8758.0, 8738.0, 8693.0, 8718.0, 8707.0, 8759.0, 8717.0, 8771.0, 8752.0, 8729.0, 8703.0, 8717.0, 8744.0, 8722.0, 8774.0, 8735.0, 8757.0, 8735.0, 8701.0, 8732.0, 8705.0, 8736.0, 8721.0, 8766.0, 8707.0, 8732.0, 8719.0, 8747.0, 8739.0, 8763.0, 8741.0, 8712.0, 8724.0, 8726.0, 8761.0, 8739.0, 8779.0, 8760.0, 8735.0, 8712.0, 8697.0, 8740.0, 8724.0, 8783.0, 8726.0, 8780.0, 8739.0, 8763.0, 8725.0, 8748.0, 8741.0, 8712.0, 8786.0, 8729.0, 8779.0, 8742.0, 8762.0, 8741.0, 8775.0, 8752.0, 8693.0, 8733.0, 8702.0, 8745.0, 8721.0, 8776.0, 8737.0, 8757.0, 8720.0, 8732.0, 8737.0, 8719.0, 8737.0, 8717.0, 8763.0, 8742.0, 8692.0, 8750.0, 8705.0, 8781.0, 8725.0, 8774.0, 8724.0, 8755.0, 8734.0, 8754.0, 8748.0, 8761.0, 8732.0, 8702.0, 8714.0, 8700.0, 8739.0, 8733.0, 8756.0, 8736.0, 8688.0, 8701.0, 8699.0, 8717.0, 8702.0, 8740.0, 8704.0, 8744.0, 8716.0, 8726.0, 8718.0, 8741.0, 8755.0, 8846.0, 8760.0, 8702.0, 8658.0, 8725.0, 8731.0, 8698.0, 8729.0, 8769.0, 8732.0, 8714.0, 8823.0, 8749.0, 8752.0, 8714.0, 8790.0, 8728.0, 8792.0, 8744.0, 8713.0, 8705.0, 8695.0, 8727.0, 8721.0, 8771.0, 8736.0, 8723.0, 8722.0, 8710.0, 8734.0, 8720.0, 8779.0, 8725.0, 8788.0, 8729.0, 8750.0, 8728.0, 8768.0, 8743.0, 8750.0, 8751.0, 8709.0, 8751.0, 8726.0, 8740.0, 8725.0, 8785.0, 8766.0, 8707.0, 8719.0, 8720.0, 8743.0, 8701.0, 8757.0, 8714.0, 8785.0, 8718.0, 8699.0, 8715.0, 8688.0, 8719.0, 8702.0, 8780.0, 8707.0, 8755.0, 8721.0, 8700.0, 8722.0, 8719.0, 8762.0, 8720.0, 8743.0, 8723.0, 8728.0, 8734.0, 8718.0, 8747.0, 8706.0, 8744.0, 8720.0, 8740.0, 8735.0, 8731.0, 8718.0, 8708.0, 8723.0, 8720.0, 8741.0, 8733.0, 8755.0, 8735.0, 8718.0, 8749.0, 8726.0, 8708.0, 8736.0, 8691.0, 8752.0, 8722.0, 8780.0, 8713.0, 8756.0, 8724.0, 8757.0, 8735.0, 8760.0, 8737.0, 8685.0, 8701.0, 8681.0, 8700.0, 8697.0, 8746.0, 8718.0, 8743.0, 8733.0, 8691.0, 8703.0, 8718.0, 8760.0, 8736.0, 8756.0, 8720.0, 8712.0, 8703.0, 8687.0, 8726.0, 8733.0, 8743.0, 8717.0, 8735.0, 8715.0, 8718.0, 8734.0, 8697.0, 8795.0, 8763.0, 8806.0, 8793.0, 8770.0, 8722.0, 8713.0, 8710.0, 8697.0, 8717.0, 8696.0, 8736.0, 8732.0, 8762.0, 8727.0, 8726.0, 8691.0, 8693.0, 8691.0, 8753.0, 8714.0, 8713.0, 8785.0, 8759.0, 8709.0, 8719.0, 8695.0, 8732.0, 8719.0, 8726.0, 8730.0, 8673.0, 8713.0, 8706.0, 8693.0, 8680.0, 8681.0, 8749.0, 8707.0, 8730.0, 8674.0, 8679.0, 8704.0, 8692.0, 8730.0, 8713.0, 8698.0, 8757.0, 8714.0, 8721.0, 8715.0, 8687.0, 8690.0, 8703.0, 8773.0, 8710.0, 8708.0, 8679.0, 8693.0, 8741.0, 8719.0, 8777.0, 8763.0, 8704.0, 8732.0, 8705.0, 8753.0, 8701.0, 8752.0, 8716.0, 8756.0, 8714.0, 8688.0, 8701.0, 8702.0, 8730.0, 8719.0, 8775.0, 8734.0, 8689.0, 8703.0, 8691.0, 8746.0, 8722.0, 8793.0, 8834.0, 8792.0, 8765.0, 8721.0, 8683.0, 8684.0, 8684.0, 8774.0, 8726.0, 8767.0, 8743.0, 8723.0, 8737.0, 8722.0, 8792.0, 8699.0, 8760.0, 8717.0, 8760.0, 8732.0, 8733.0, 8719.0, 8704.0, 8729.0, 8709.0, 8712.0, 8716.0, 8686.0, 8744.0, 8719.0, 8773.0, 8722.0, 8709.0, 8721.0, 8676.0, 8722.0, 8689.0, 8760.0, 8708.0, 8741.0, 8706.0, 8743.0, 8708.0, 8749.0, 8718.0, 8695.0, 8739.0, 8726.0, 8714.0, 8740.0, 8729.0, 8771.0, 8730.0, 8733.0, 8798.0, 8775.0, 8716.0, 8752.0, 8709.0, 8774.0, 8703.0, 8773.0, 8716.0, 8737.0, 8680.0, 8722.0, 8696.0, 8703.0, 8743.0, 8705.0, 8726.0, 8706.0, 8688.0, 8721.0, 8732.0, 8765.0, 8708.0, 8745.0, 8710.0, 8733.0, 8724.0, 8745.0, 8777.0, 8696.0, 8756.0, 8702.0, 8753.0, 8708.0, 8770.0, 8745.0, 8685.0, 8711.0, 8699.0, 8737.0, 8703.0, 8768.0, 8735.0, 8684.0, 8682.0, 8684.0, 8711.0, 8688.0, 8769.0, 8704.0, 8688.0, 8691.0, 8699.0, 8741.0, 8705.0, 8774.0, 8748.0, 8702.0, 8728.0, 8691.0, 8752.0, 8702.0, 8755.0, 8744.0, 8688.0, 8738.0, 8687.0, 8736.0, 8701.0, 8770.0, 8729.0, 8684.0, 8696.0, 8690.0, 8740.0, 8709.0, 8756.0, 8747.0, 8684.0, 8742.0, 8689.0, 8765.0, 8691.0, 8783.0, 8756.0, 8709.0, 8709.0, 8678.0, 8708.0, 8682.0, 8764.0, 8728.0, 8747.0, 8682.0, 8678.0, 8680.0, 8686.0, 8739.0, 8670.0, 8751.0, 8702.0, 8703.0, 8719.0, 8724.0, 8741.0, 8719.0, 8708.0, 8803.0, 8763.0, 8693.0, 8756.0, 8693.0, 8786.0, 8743.0, 8746.0, 8754.0, 8683.0, 8734.0, 8682.0, 8765.0, 8727.0, 8683.0, 8710.0, 8685.0, 8709.0, 8702.0, 8701.0, 8772.0, 8704.0, 8753.0, 8701.0, 8711.0, 8704.0, 8716.0, 8762.0, 8689.0, 8740.0, 8689.0, 8740.0, 8708.0, 8757.0, 8747.0, 8686.0, 8722.0, 8691.0, 8740.0, 8709.0, 8759.0, 8752.0, 8688.0, 8739.0, 8704.0, 8753.0, 8707.0, 8770.0, 8748.0, 8685.0, 8722.0, 8684.0, 8729.0, 8683.0, 8750.0, 8740.0, 8684.0, 8735.0, 8685.0, 8734.0, 8700.0, 8765.0, 8727.0, 8680.0, 8695.0, 8694.0, 8707.0, 8668.0, 8739.0, 8693.0, 8752.0, 8685.0, 8697.0, 8680.0, 8697.0, 8753.0, 8704.0, 8703.0, 8691.0, 8705.0, 8735.0, 8721.0, 8789.0, 8709.0, 8756.0, 8692.0, 8701.0, 8719.0, 8705.0, 8791.0, 8705.0, 8757.0, 8705.0, 8702.0, 8707.0, 8760.0, 8772.0, 8700.0, 8752.0, 8686.0, 8756.0, 8704.0, 8743.0, 8745.0, 8686.0, 8738.0, 8701.0, 8756.0, 8719.0, 8705.0, 8742.0, 8704.0, 8740.0, 8703.0, 8759.0, 8726.0, 8704.0, 8731.0, 8704.0, 8753.0, 8704.0, 8757.0, 8762.0, 8698.0, 8750.0, 8667.0, 8722.0, 8700.0, 8697.0, 8782.0, 8701.0, 8749.0, 8698.0, 8696.0, 8700.0, 8710.0, 8790.0, 8686.0, 8734.0, 8685.0, 8695.0, 8702.0, 8715.0, 8786.0, 8688.0, 8740.0, 8698.0, 8697.0, 8710.0, 8686.0, 8783.0, 8684.0, 8765.0, 8683.0, 8707.0, 8701.0, 8710.0, 8786.0, 8683.0, 8762.0, 8683.0, 8721.0, 8698.0, 8694.0, 8782.0, 8681.0, 8733.0, 8683.0, 8695.0, 8716.0, 8684.0, 8782.0, 8670.0, 8765.0, 8683.0, 8696.0, 8701.0, 8695.0, 8783.0, 8683.0, 8747.0, 8682.0, 8693.0, 8715.0, 8697.0, 8781.0, 8697.0, 8751.0, 8687.0, 8713.0, 8729.0, 8687.0, 8785.0, 8700.0, 8715.0, 8717.0, 8684.0, 8797.0, 8740.0, 8794.0, 8720.0, 8719.0, 8732.0, 8723.0, 8718.0, 8716.0, 8706.0, 8765.0, 8762.0, 8726.0, 8727.0, 8710.0, 8707.0, 8774.0, 8719.0, 8790.0, 8733.0, 8700.0, 8700.0, 8690.0, 8764.0, 8687.0, 8785.0, 8702.0, 8691.0, 8703.0, 8707.0, 8774.0, 8723.0, 8706.0, 8694.0, 8705.0, 8733.0, 8710.0, 8788.0, 8738.0, 8717.0, 8704.0, 8702.0, 8718.0, 8699.0, 8766.0, 8687.0, 8784.0, 8687.0, 8713.0, 8701.0, 8704.0, 8746.0, 8704.0, 8770.0, 8689.0, 8702.0, 8689.0, 8717.0, 8760.0, 8689.0, 8782.0, 8700.0, 8749.0, 8700.0, 8723.0, 8707.0, 8698.0, 8765.0, 8697.0, 8699.0, 8691.0, 8718.0, 8774.0, 8721.0, 8774.0, 8680.0, 8718.0, 8732.0, 8705.0, 8791.0, 8729.0, 8784.0, 8688.0, 8728.0, 8699.0, 8712.0, 8721.0, 8713.0, 8786.0, 8684.0, 8738.0, 8700.0, 8737.0, 8703.0, 8767.0, 8733.0, 8700.0, 8698.0, 8699.0, 8724.0, 8704.0, 8760.0, 8751.0, 8717.0, 8731.0, 8704.0, 8743.0, 8705.0, 8782.0, 8746.0, 8696.0, 8701.0, 8712.0, 8700.0, 8700.0, 8755.0, 8689.0, 8752.0, 8698.0, 8696.0, 8699.0, 8713.0, 8774.0, 8728.0, 8761.0, 8725.0, 8729.0, 8698.0, 8707.0, 8782.0, 8732.0, 8694.0, 8700.0, 8695.0, 8715.0, 8695.0, 8783.0, 8731.0, 8737.0, 8698.0, 8705.0, 8698.0, 8679.0, 8755.0, 8700.0, 8696.0, 8687.0, 8713.0, 8711.0, 8700.0, 8770.0, 8737.0, 8716.0, 8728.0, 8704.0, 8766.0, 8719.0, 8781.0, 8756.0, 8692.0, 8695.0, 8692.0, 8708.0, 8697.0, 8721.0, 8701.0, 8679.0, 8699.0, 8695.0, 8685.0, 8696.0, 8712.0, 8699.0, 8766.0, 8701.0, 8722.0, 8714.0, 8725.0, 8706.0, 8700.0, 8729.0, 8703.0, 8726.0, 8704.0, 8715.0, 8723.0, 8732.0, 8764.0, 8704.0, 8742.0, 8705.0, 8729.0, 8723.0, 8774.0, 8738.0, 8716.0, 8701.0, 8705.0, 8757.0, 8711.0, 8772.0, 8766.0, 8702.0, 8743.0, 8688.0, 8767.0, 8721.0, 8782.0, 8759.0, 8709.0, 8684.0, 8697.0, 8727.0, 8702.0, 8780.0, 8717.0, 8695.0, 8685.0, 8692.0, 8697.0, 8688.0, 8754.0, 8723.0, 8699.0, 8702.0, 8701.0, 8739.0, 8719.0, 8797.0, 8747.0, 8684.0, 8726.0, 8687.0, 8737.0, 8702.0, 8769.0, 8738.0, 8781.0, 8682.0, 8697.0, 8709.0, 8697.0, 8739.0, 8701.0, 8772.0, 8703.0, 8696.0, 8698.0, 8698.0, 8745.0, 8687.0, 8785.0, 8704.0, 8738.0, 8687.0, 8724.0, 8718.0, 8752.0, 8770.0, 8679.0, 8723.0, 8687.0, 8742.0, 8717.0, 8737.0, 8718.0, 8685.0, 8712.0, 8700.0, 8731.0, 8723.0, 8769.0, 8737.0, 8698.0, 8702.0, 8699.0, 8725.0, 8703.0, 8757.0, 8752.0, 8701.0, 8761.0, 8723.0, 8787.0, 8724.0, 8773.0, 8734.0, 8702.0, 8740.0, 8699.0, 8754.0, 8719.0, 8771.0, 8758.0, 8686.0, 8735.0, 8698.0, 8763.0, 8713.0, 8718.0, 8770.0, 8705.0, 8714.0, 8715.0, 8701.0, 8759.0, 8713.0, 8786.0, 8715.0, 8764.0, 8698.0, 8709.0, 8728.0, 8736.0, 8783.0, 8681.0, 8759.0, 8694.0, 8723.0, 8715.0, 8696.0, 8771.0, 8699.0, 8750.0, 8713.0, 8722.0, 8730.0, 8710.0, 8757.0, 8670.0, 8722.0, 8702.0, 8735.0, 8718.0, 8784.0, 8732.0, 8702.0, 8736.0, 8706.0, 8713.0, 8704.0, 8770.0, 8726.0, 8704.0, 8721.0, 8707.0, 8745.0, 8727.0, 8789.0, 8739.0, 8718.0, 8721.0, 8716.0, 8731.0, 8719.0, 8761.0, 8736.0, 8786.0, 8703.0, 8699.0, 8716.0, 8704.0, 8762.0, 8715.0, 8784.0, 8701.0, 8727.0, 8716.0, 8705.0, 8745.0, 8715.0, 8783.0, 8715.0, 8751.0, 8714.0, 8736.0, 8725.0, 8709.0, 8788.0, 8701.0, 8752.0, 8716.0, 8714.0, 8730.0, 8726.0, 8789.0, 8702.0, 8766.0, 8716.0, 8728.0, 8734.0, 8741.0, 8785.0, 8699.0, 8737.0, 8712.0, 8727.0, 8718.0, 8765.0, 8729.0, 8698.0, 8726.0, 8714.0, 8727.0, 8684.0, 8743.0, 8714.0, 8744.0, 8716.0, 8705.0, 8731.0, 8718.0, 8775.0, 8736.0, 8755.0, 8731.0, 8733.0, 8730.0, 8703.0, 8775.0, 8742.0, 8785.0, 8714.0, 8777.0, 8726.0, 8764.0, 8726.0, 8749.0, 8785.0, 8698.0, 8723.0, 8713.0, 8723.0, 8730.0, 8740.0, 8771.0, 8715.0, 8749.0, 8727.0, 8776.0, 8804.0, 8773.0, 8735.0, 8654.0, 8687.0, 8647.0, 8685.0, 8695.0, 8702.0, 8698.0, 8697.0, 8705.0, 8764.0, 8718.0, 8715.0, 8768.0, 8707.0, 8715.0, 8718.0, 8687.0, 8759.0, 8726.0, 8778.0, 8682.0, 8705.0, 8681.0, 8696.0, 8740.0, 8700.0, 8778.0, 8696.0, 8708.0, 8700.0, 8710.0, 8713.0, 8685.0, 8767.0, 8701.0, 8724.0, 8715.0, 8723.0, 8714.0, 8747.0, 8711.0, 8700.0, 8694.0, 8689.0, 8739.0, 8704.0, 8727.0, 8718.0, 8719.0, 8754.0, 8705.0, 8755.0, 8704.0, 8753.0, 8718.0, 8754.0, 8759.0, 8687.0, 8725.0, 8700.0, 8736.0, 8716.0, 8767.0, 8731.0, 8727.0, 8714.0, 8717.0, 8769.0, 8719.0, 8755.0, 8789.0, 8701.0, 8755.0, 8703.0, 8734.0, 8715.0, 8791.0, 8728.0, 8723.0, 8723.0, 8697.0, 8721.0, 8699.0, 8736.0, 8715.0, 8736.0, 8726.0, 8697.0, 8725.0, 8713.0, 8741.0, 8718.0, 8758.0, 8704.0, 8720.0, 8718.0, 8717.0, 8758.0, 8728.0, 8798.0, 8795.0, 8762.0, 8730.0, 8695.0, 8754.0, 8687.0, 8751.0, 8708.0, 8780.0, 8712.0, 8753.0, 8715.0, 8727.0, 8726.0, 8722.0, 8785.0, 8697.0, 8749.0, 8697.0, 8734.0, 8697.0, 8761.0, 8729.0, 8707.0, 8707.0, 8681.0, 8722.0, 8696.0, 8736.0, 8710.0, 8762.0, 8707.0, 8693.0, 8709.0, 8710.0, 8741.0, 8699.0, 8780.0, 8712.0, 8725.0, 8712.0, 8693.0, 8719.0, 8695.0, 8783.0, 8700.0, 8713.0, 8714.0, 8700.0, 8743.0, 8702.0, 8771.0, 8716.0, 8765.0, 8715.0, 8726.0, 8734.0, 8713.0, 8760.0, 8717.0, 8751.0, 8714.0, 8715.0, 8731.0, 8721.0, 8763.0, 8692.0, 8771.0, 8736.0, 8731.0, 8734.0, 8733.0, 8791.0, 8735.0, 8783.0, 8718.0, 8743.0, 8729.0, 8729.0, 8786.0, 8744.0, 8781.0, 8713.0, 8724.0, 8725.0, 8705.0, 8743.0, 8718.0, 8784.0, 8710.0, 8713.0, 8729.0, 8711.0, 8723.0, 8683.0, 8783.0, 8715.0, 8724.0, 8728.0, 8699.0, 8745.0, 8702.0, 8787.0, 8718.0, 8768.0, 8728.0, 8725.0, 8730.0, 8713.0, 8787.0, 8715.0, 8767.0, 8730.0, 8739.0, 8730.0, 8739.0, 8772.0, 8714.0, 8737.0, 8716.0, 8724.0, 8747.0, 8757.0, 8760.0, 8715.0, 8738.0, 8714.0, 8751.0, 8746.0, 8755.0, 8744.0, 8686.0, 8738.0, 8716.0, 8753.0, 8749.0, 8768.0, 8730.0, 8748.0, 8729.0, 8704.0, 8743.0, 8747.0, 8734.0, 8762.0, 8752.0, 8786.0, 8732.0, 8745.0, 8731.0, 8716.0, 8799.0, 8763.0, 8744.0, 8727.0, 8722.0, 8758.0, 8734.0, 8770.0, 8801.0, 8745.0, 8765.0, 8714.0, 8725.0, 8724.0, 8712.0, 8765.0, 8742.0, 8766.0, 8710.0, 8710.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.003392014652014652</td></tr>
<tr><td colspan=3>aqi</td><td>0.11358725366300366</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.85276390583386</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0154358164996935</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9112030682712292</td></tr>
<tr><td colspan=3>efc</td><td>0.4566</td></tr>
<tr><td colspan=3>fber</td><td>4958.9302</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13759495951943307</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>267</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.3003663003663</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6767097687685983</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4109602152455016</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.985787656086002</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6333814349742917</td></tr>
<tr><td colspan=3>gcor</td><td>0.00222831</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01972511224448681</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032329294830560684</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1638</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.101175380786467</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>22.1329</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.8204</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.9786</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310906.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>747.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.5237</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1406</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>476.3527</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3190.1261</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3367.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65638.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1244.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4142.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>820.9779</td></tr>
<tr><td colspan=3>tsnr</td><td>19.884104767465033</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>