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

616 lines
No EOL
170 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-0034_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-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_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-0034/figures/sub-0034_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034/ses-03/func/sub-0034_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>6b36b43f0817720cf79204a29ae5545d</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>12:00:26.375000</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_VE11C_LATEST_20160120</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.996364, 0.0852036, -0.000280984, -0.0845427, 0.989034, 0.121094]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101984</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>[4147, -7807, -7173, 525, -43, -207, 126, -2]</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>265.328</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f5bf3e30-200f-4cce-b1a6-d63111aae173||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673170566558838, -0.22682194411754608, -0.028607938438653946, 124.46585845947266], [-0.22859510779380798, 2.6535067558288574, 0.3257001042366028, -87.03208923339844], [-0.0007538600475527346, -0.324885755777359, 2.68013072013855, -26.285154342651367], [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': ['120026.375000', '120026.835000', '120027.295000', '120027.755000', '120028.215000', '120028.675000', '120029.135000', '120029.595000', '120030.055000', '120030.515000', '120030.975000', '120031.435000', '120031.895000', '120032.355000', '120032.815000', '120033.275000', '120033.735000', '120034.195000', '120034.655000', '120035.115000', '120035.575000', '120036.035000', '120036.495000', '120036.955000', '120037.415000', '120037.875000', '120038.335000', '120038.795000', '120039.255000', '120039.715000', '120040.175000', '120040.635000', '120041.095000', '120041.555000', '120042.015000', '120042.475000', '120042.935000', '120043.395000', '120043.855000', '120044.315000', '120044.775000', '120045.235000', '120045.695000', '120046.155000', '120046.615000', '120047.075000', '120047.535000', '120047.995000', '120048.455000', '120048.915000', '120049.375000', '120049.835000', '120050.295000', '120050.755000', '120051.215000', '120051.675000', '120052.135000', '120052.595000', '120053.055000', '120053.515000', '120053.975000', '120054.435000', '120054.895000', '120055.355000', '120055.815000', '120056.275000', '120056.735000', '120057.195000', '120057.655000', '120058.115000', '120058.575000', '120059.035000', '120059.495000', '120059.955000', '120100.415000', '120100.875000', '120101.335000', '120101.795000', '120102.255000', '120102.715000', '120103.175000', '120103.635000', '120104.095000', '120104.555000', '120105.015000', '120105.475000', '120105.935000', '120106.395000', '120106.855000', '120107.315000', '120107.775000', '120108.235000', '120108.695000', '120109.155000', '120109.615000', '120110.075000', '120110.535000', '120110.995000', '120111.455000', '120111.915000', '120112.375000', '120112.835000', '120113.295000', '120113.755000', '120114.215000', '120114.675000', '120115.135000', '120115.595000', '120116.055000', '120116.515000', '120116.975000', '120117.435000', '120117.895000', '120118.355000', '120118.815000', '120119.275000', '120119.735000', '120120.195000', '120120.655000', '120121.115000', '120121.575000', '120122.035000', '120122.495000', '120122.955000', '120123.415000', '120123.875000', '120124.335000', '120124.795000', '120125.255000', '120125.715000', '120126.175000', '120126.635000', '120127.095000', '120127.555000', '120128.015000', '120128.475000', '120128.935000', '120129.395000', '120129.855000', '120130.315000', '120130.775000', '120131.235000', '120131.695000', '120132.155000', '120132.615000', '120133.075000', '120133.535000', '120133.995000', '120134.455000', '120134.915000', '120135.375000', '120135.835000', '120136.295000', '120136.755000', '120137.215000', '120137.675000', '120138.135000', '120138.595000', '120139.055000', '120139.515000', '120139.975000', '120140.435000', '120140.895000', '120141.355000', '120141.815000', '120142.275000', '120142.735000', '120143.195000', '120143.655000', '120144.115000', '120144.575000', '120145.035000', '120145.495000', '120145.955000', '120146.415000', '120146.875000', '120147.335000', '120147.795000', '120148.255000', '120148.715000', '120149.175000', '120149.635000', '120150.095000', '120150.555000', '120151.015000', '120151.475000', '120151.935000', '120152.395000', '120152.855000', '120153.315000', '120153.775000', '120154.235000', '120154.695000', '120155.155000', '120155.615000', '120156.075000', '120156.535000', '120156.995000', '120157.455000', '120157.915000', '120158.375000', '120158.835000', '120159.295000', '120159.755000', '120200.215000', '120200.675000', '120201.135000', '120201.595000', '120202.055000', '120202.515000', '120202.975000', '120203.435000', '120203.895000', '120204.355000', '120204.815000', '120205.275000', '120205.735000', '120206.195000', '120206.655000', '120207.115000', '120207.575000', '120208.035000', '120208.495000', '120208.955000', '120209.415000', '120209.875000', '120210.335000', '120210.795000', '120211.255000', '120211.715000', '120212.175000', '120212.635000', '120213.095000', '120213.555000', '120214.015000', '120214.475000', '120214.935000', '120215.395000', '120215.855000', '120216.315000', '120216.775000', '120217.235000', '120217.695000', '120218.155000', '120218.615000', '120219.075000', '120219.535000', '120219.995000', '120220.455000', '120220.915000', '120221.375000', '120221.835000', '120222.295000', '120222.755000', '120223.215000', '120223.675000', '120224.135000', '120224.595000', '120225.055000', '120225.515000', '120225.975000', '120226.435000', '120226.895000', '120227.355000', '120227.815000', '120228.275000', '120228.735000', '120229.195000', '120229.655000', '120230.115000', '120230.575000', '120231.035000', '120231.495000', '120231.955000', '120232.415000', '120232.875000', '120233.335000', '120233.795000', '120234.255000', '120234.715000', '120235.175000', '120235.635000', '120236.095000', '120236.555000', '120237.015000', '120237.475000', '120237.935000', '120238.395000', '120238.855000', '120239.315000', '120239.775000', '120240.235000', '120240.695000', '120241.155000', '120241.615000', '120242.075000', '120242.535000', '120242.995000', '120243.455000', '120243.915000', '120244.375000', '120244.835000', '120245.295000', '120245.755000', '120246.215000', '120246.675000', '120247.135000', '120247.595000', '120248.055000', '120248.515000', '120248.975000', '120249.435000', '120249.895000', '120250.355000', '120250.815000', '120251.275000', '120251.735000', '120252.195000', '120252.655000', '120253.115000', '120253.575000', '120254.035000', '120254.495000', '120254.955000', '120255.415000', '120255.875000', '120256.335000', '120256.795000', '120257.255000', '120257.715000', '120258.175000', '120258.635000', '120259.095000', '120259.555000', '120300.015000', '120300.475000', '120300.935000', '120301.395000', '120301.855000', '120302.315000', '120302.775000', '120303.235000', '120303.695000', '120304.155000', '120304.615000', '120305.075000', '120305.535000', '120305.995000', '120306.455000', '120306.915000', '120307.375000', '120307.835000', '120308.295000', '120308.755000', '120309.215000', '120309.675000', '120310.135000', '120310.595000', '120311.055000', '120311.515000', '120311.975000', '120312.435000', '120312.895000', '120313.355000', '120313.815000', '120314.275000', '120314.735000', '120315.195000', '120315.655000', '120316.115000', '120316.575000', '120317.035000', '120317.495000', '120317.955000', '120318.415000', '120318.875000', '120319.335000', '120319.795000', '120320.255000', '120320.715000', '120321.175000', '120321.635000', '120322.095000', '120322.555000', '120323.015000', '120323.475000', '120323.935000', '120324.395000', '120324.855000', '120325.315000', '120325.775000', '120326.235000', '120326.695000', '120327.155000', '120327.615000', '120328.075000', '120328.535000', '120328.995000', '120329.455000', '120329.915000', '120330.375000', '120330.835000', '120331.295000', '120331.755000', '120332.215000', '120332.675000', '120333.135000', '120333.595000', '120334.055000', '120334.515000', '120334.975000', '120335.435000', '120335.895000', '120336.355000', '120336.815000', '120337.275000', '120337.735000', '120338.195000', '120338.655000', '120339.115000', '120339.575000', '120340.035000', '120340.495000', '120340.955000', '120341.415000', '120341.875000', '120342.335000', '120342.795000', '120343.255000', '120343.715000', '120344.175000', '120344.635000', '120345.095000', '120345.555000', '120346.015000', '120346.475000', '120346.935000', '120347.395000', '120347.855000', '120348.315000', '120348.775000', '120349.235000', '120349.695000', '120350.155000', '120350.615000', '120351.075000', '120351.535000', '120351.995000', '120352.455000', '120352.915000', '120353.375000', '120353.835000', '120354.295000', '120354.755000', '120355.215000', '120355.675000', '120356.135000', '120356.595000', '120357.055000', '120357.515000', '120357.975000', '120358.435000', '120358.895000', '120359.355000', '120359.815000', '120400.275000', '120400.735000', '120401.195000', '120401.655000', '120402.115000', '120402.575000', '120403.035000', '120403.495000', '120403.955000', '120404.415000', '120404.875000', '120405.335000', '120405.795000', '120406.255000', '120406.715000', '120407.175000', '120407.635000', '120408.095000', '120408.555000', '120409.015000', '120409.475000', '120409.935000', '120410.395000', '120410.855000', '120411.315000', '120411.775000', '120412.235000', '120412.695000', '120413.155000', '120413.615000', '120414.075000', '120414.535000', '120414.995000', '120415.455000', '120415.915000', '120416.375000', '120416.835000', '120417.295000', '120417.755000', '120418.215000', '120418.675000', '120419.135000', '120419.595000', '120420.055000', '120420.515000', '120420.975000', '120421.435000', '120421.895000', '120422.355000', '120422.815000', '120423.275000', '120423.735000', '120424.195000', '120424.655000', '120425.115000', '120425.575000', '120426.035000', '120426.495000', '120426.955000', '120427.415000', '120427.875000', '120428.335000', '120428.795000', '120429.255000', '120429.715000', '120430.175000', '120430.635000', '120431.095000', '120431.555000', '120432.015000', '120432.475000', '120432.935000', '120433.395000', '120433.855000', '120434.315000', '120434.775000', '120435.235000', '120435.695000', '120436.155000', '120436.615000', '120437.075000', '120437.535000', '120437.995000', '120438.455000', '120438.915000', '120439.375000', '120439.835000', '120440.295000', '120440.755000', '120441.215000', '120441.675000', '120442.135000', '120442.595000', '120443.055000', '120443.515000', '120443.975000', '120444.435000', '120444.895000', '120445.355000', '120445.815000', '120446.275000', '120446.735000', '120447.195000', '120447.655000', '120448.115000', '120448.575000', '120449.035000', '120449.495000', '120449.955000', '120450.415000', '120450.875000', '120451.335000', '120451.795000', '120452.255000', '120452.715000', '120453.175000', '120453.635000', '120454.095000', '120454.555000', '120455.015000', '120455.475000', '120455.935000', '120456.395000', '120456.855000', '120457.315000', '120457.775000', '120458.235000', '120458.695000', '120459.155000', '120459.615000', '120500.075000', '120500.535000', '120500.995000', '120501.455000', '120501.915000', '120502.375000', '120502.835000', '120503.295000', '120503.755000', '120504.215000', '120504.675000', '120505.135000', '120505.595000', '120506.055000', '120506.515000', '120506.975000', '120507.435000', '120507.895000', '120508.355000', '120508.815000', '120509.275000', '120509.735000', '120510.195000', '120510.655000', '120511.115000', '120511.575000', '120512.035000', '120512.495000', '120512.955000', '120513.415000', '120513.875000', '120514.335000', '120514.795000', '120515.255000', '120515.715000', '120516.175000', '120516.635000', '120517.095000', '120517.555000', '120518.015000', '120518.475000', '120518.935000', '120519.395000', '120519.855000', '120520.315000', '120520.775000', '120521.235000', '120521.695000', '120522.155000', '120522.615000', '120523.075000', '120523.535000', '120523.995000', '120524.455000', '120524.915000', '120525.375000', '120525.835000', '120526.295000', '120526.755000', '120527.215000', '120527.675000', '120528.135000', '120528.595000', '120529.055000', '120529.515000', '120529.975000', '120530.435000', '120530.895000', '120531.355000', '120531.815000', '120532.275000', '120532.735000', '120533.195000', '120533.655000', '120534.115000', '120534.575000', '120535.035000', '120535.495000', '120535.955000', '120536.415000', '120536.875000', '120537.335000', '120537.795000', '120538.255000', '120538.715000', '120539.175000', '120539.635000', '120540.095000', '120540.555000', '120541.015000', '120541.475000', '120541.935000', '120542.395000', '120542.855000', '120543.315000', '120543.775000', '120544.235000', '120544.695000', '120545.155000', '120545.615000', '120546.075000', '120546.535000', '120546.995000', '120547.455000', '120547.915000', '120548.375000', '120548.835000', '120549.295000', '120549.755000', '120550.215000', '120550.675000', '120551.135000', '120551.595000', '120552.055000', '120552.515000', '120552.975000', '120553.435000', '120553.895000', '120554.355000', '120554.815000', '120555.275000', '120555.735000', '120556.195000', '120556.655000', '120557.115000', '120557.575000', '120558.035000', '120558.495000', '120558.955000', '120559.415000', '120559.875000', '120600.335000', '120600.795000', '120601.255000', '120601.715000', '120602.175000', '120602.635000', '120603.095000', '120603.555000', '120604.015000', '120604.475000', '120604.935000', '120605.395000', '120605.855000', '120606.315000', '120606.775000', '120607.235000', '120607.695000', '120608.155000', '120608.615000', '120609.075000', '120609.535000', '120609.995000', '120610.455000', '120610.915000', '120611.375000', '120611.835000', '120612.295000', '120612.755000', '120613.215000', '120613.675000', '120614.135000', '120614.595000', '120615.055000', '120615.515000', '120615.975000', '120616.435000', '120616.895000', '120617.355000', '120617.815000', '120618.275000', '120618.735000', '120619.195000', '120619.655000', '120620.115000', '120620.575000', '120621.035000', '120621.495000', '120621.955000', '120622.415000', '120622.875000', '120623.335000', '120623.795000', '120624.255000', '120624.715000', '120625.175000', '120625.635000', '120626.095000', '120626.555000', '120627.015000', '120627.475000', '120627.935000', '120628.395000', '120628.855000', '120629.315000', '120629.775000', '120630.235000', '120630.695000', '120631.155000', '120631.615000', '120632.075000', '120632.535000', '120632.995000', '120633.455000', '120633.915000', '120634.375000', '120634.835000', '120635.295000', '120635.755000', '120636.215000', '120636.675000', '120637.135000', '120637.595000', '120638.055000', '120638.515000', '120638.975000', '120639.435000', '120639.895000', '120640.355000', '120640.815000', '120641.275000', '120641.735000', '120642.195000', '120642.655000', '120643.115000', '120643.575000', '120644.035000', '120644.495000', '120644.955000', '120645.415000', '120645.875000', '120646.335000', '120646.795000', '120647.255000', '120647.715000', '120648.175000', '120648.635000', '120649.095000', '120649.555000', '120650.015000', '120650.475000', '120650.935000', '120651.395000', '120651.855000', '120652.315000', '120652.775000', '120653.235000', '120653.695000', '120654.155000', '120654.615000', '120655.075000', '120655.535000', '120655.995000', '120656.455000', '120656.915000', '120657.375000', '120657.835000', '120658.295000', '120658.755000', '120659.215000', '120659.675000', '120700.135000', '120700.595000', '120701.055000', '120701.515000', '120701.975000', '120702.435000', '120702.895000', '120703.355000', '120703.815000', '120704.275000', '120704.735000', '120705.195000', '120705.655000', '120706.115000', '120706.575000', '120707.035000', '120707.495000', '120707.955000', '120708.415000', '120708.875000', '120709.335000', '120709.795000', '120710.255000', '120710.715000', '120711.175000', '120711.635000', '120712.095000', '120712.555000', '120713.015000', '120713.475000', '120713.935000', '120714.395000', '120714.855000', '120715.315000', '120715.775000', '120716.235000', '120716.695000', '120717.155000', '120717.615000', '120718.075000', '120718.535000', '120718.995000', '120719.455000', '120719.915000', '120720.375000', '120720.835000', '120721.295000', '120721.755000', '120722.215000', '120722.675000', '120723.135000', '120723.595000', '120724.055000', '120724.515000', '120724.975000', '120725.435000', '120725.895000', '120726.355000', '120726.815000', '120727.275000', '120727.735000', '120728.195000', '120728.655000', '120729.115000', '120729.575000', '120730.035000', '120730.495000', '120730.955000', '120731.415000', '120731.875000', '120732.335000', '120732.795000', '120733.255000', '120733.715000', '120734.175000', '120734.635000', '120735.095000', '120735.555000', '120736.015000', '120736.475000', '120736.935000', '120737.395000', '120737.855000', '120738.315000', '120738.775000', '120739.235000', '120739.695000', '120740.155000', '120740.615000', '120741.075000', '120741.535000', '120741.995000', '120742.455000', '120742.915000', '120743.375000', '120743.835000', '120744.295000', '120744.755000', '120745.215000', '120745.675000', '120746.135000', '120746.595000', '120747.055000', '120747.515000', '120747.975000', '120748.435000', '120748.895000', '120749.355000', '120749.815000', '120750.275000', '120750.735000', '120751.195000', '120751.655000', '120752.115000', '120752.575000', '120753.035000', '120753.495000', '120753.955000', '120754.415000', '120754.875000', '120755.335000', '120755.795000', '120756.255000', '120756.715000', '120757.175000', '120757.635000', '120758.095000', '120758.555000', '120759.015000', '120759.475000', '120759.935000', '120800.395000', '120800.855000', '120801.315000', '120801.775000', '120802.235000', '120802.695000', '120803.155000', '120803.615000', '120804.075000', '120804.535000', '120804.995000', '120805.455000', '120805.915000', '120806.375000', '120806.835000', '120807.295000', '120807.755000', '120808.215000', '120808.675000', '120809.135000', '120809.595000', '120810.055000', '120810.515000', '120810.975000', '120811.435000', '120811.895000', '120812.355000', '120812.815000', '120813.275000', '120813.735000', '120814.195000', '120814.655000', '120815.115000', '120815.575000', '120816.035000', '120816.495000', '120816.955000', '120817.415000', '120817.875000', '120818.335000', '120818.795000', '120819.255000', '120819.715000', '120820.175000', '120820.635000', '120821.095000', '120821.555000', '120822.015000', '120822.475000', '120822.935000', '120823.395000', '120823.855000', '120824.315000', '120824.775000', '120825.235000', '120825.695000', '120826.155000', '120826.615000', '120827.075000', '120827.535000', '120827.995000', '120828.455000', '120828.915000', '120829.375000', '120829.835000', '120830.295000', '120830.755000', '120831.215000', '120831.675000', '120832.135000', '120832.595000', '120833.055000', '120833.515000', '120833.975000', '120834.435000', '120834.895000', '120835.355000', '120835.815000', '120836.275000', '120836.735000', '120837.195000', '120837.655000', '120838.115000', '120838.575000', '120839.035000', '120839.495000', '120839.955000', '120840.415000', '120840.875000', '120841.335000', '120841.795000', '120842.255000', '120842.715000', '120843.175000', '120843.635000', '120844.095000', '120844.555000', '120845.015000', '120845.475000', '120845.935000', '120846.395000', '120846.855000', '120847.315000', '120847.775000', '120848.235000', '120848.695000', '120849.155000', '120849.615000', '120850.075000', '120850.535000', '120850.995000', '120851.455000', '120851.915000', '120852.375000', '120852.835000', '120853.295000', '120853.755000', '120854.215000', '120854.675000', '120855.135000', '120855.595000', '120856.055000', '120856.515000', '120856.975000', '120857.435000', '120857.895000', '120858.355000', '120858.815000', '120859.275000', '120859.735000', '120900.195000', '120900.655000', '120901.115000', '120901.575000', '120902.035000', '120902.495000', '120902.955000', '120903.415000', '120903.875000', '120904.335000', '120904.795000', '120905.255000', '120905.715000', '120906.175000', '120906.635000', '120907.095000', '120907.555000', '120908.015000', '120908.475000', '120908.935000', '120909.395000', '120909.855000', '120910.315000', '120910.775000', '120911.235000', '120911.695000', '120912.155000', '120912.615000', '120913.075000', '120913.535000', '120913.995000', '120914.455000', '120914.915000', '120915.375000', '120915.835000', '120916.295000', '120916.755000', '120917.215000', '120917.675000', '120918.135000', '120918.595000', '120919.055000', '120919.515000', '120919.975000', '120920.435000', '120920.895000', '120921.355000', '120921.815000', '120922.275000', '120922.735000', '120923.195000', '120923.655000', '120924.115000', '120924.575000', '120925.035000', '120925.495000', '120925.955000', '120926.415000', '120926.875000', '120927.335000', '120927.795000', '120928.255000', '120928.715000', '120929.175000', '120929.635000', '120930.095000', '120930.555000', '120931.015000', '120931.475000', '120931.935000', '120932.395000', '120932.855000', '120933.315000', '120933.775000', '120934.235000', '120934.695000', '120935.155000', '120935.615000', '120936.075000', '120936.535000', '120936.995000', '120937.455000', '120937.915000', '120938.375000', '120938.835000', '120939.295000', '120939.755000', '120940.215000', '120940.675000', '120941.135000', '120941.595000', '120942.055000', '120942.515000', '120942.975000', '120943.435000', '120943.895000', '120944.355000', '120944.815000', '120945.275000', '120945.735000', '120946.195000', '120946.655000', '120947.115000', '120947.575000', '120948.035000', '120948.495000', '120948.955000', '120949.415000', '120949.875000', '120950.335000', '120950.795000', '120951.255000', '120951.715000', '120952.175000', '120952.635000', '120953.095000', '120953.555000', '120954.015000', '120954.475000', '120954.935000', '120955.395000', '120955.855000', '120956.315000', '120956.775000', '120957.235000', '120957.695000', '120958.155000', '120958.615000', '120959.075000', '120959.535000', '120959.995000', '121000.455000', '121000.915000', '121001.375000', '121001.835000', '121002.295000', '121002.755000', '121003.215000', '121003.675000', '121004.135000', '121004.595000', '121005.055000', '121005.515000', '121005.975000', '121006.435000', '121006.895000', '121007.355000', '121007.815000', '121008.275000', '121008.735000', '121009.195000', '121009.655000', '121010.115000', '121010.575000', '121011.035000', '121011.495000', '121011.955000', '121012.415000', '121012.875000', '121013.335000', '121013.795000', '121014.255000', '121014.715000', '121015.175000', '121015.635000', '121016.095000', '121016.555000', '121017.015000', '121017.475000', '121017.935000', '121018.395000', '121018.855000', '121019.315000', '121019.775000', '121020.235000', '121020.695000', '121021.155000', '121021.615000', '121022.075000', '121022.535000', '121022.995000', '121023.455000', '121023.915000', '121024.375000', '121024.835000', '121025.295000', '121025.755000', '121026.215000', '121026.675000', '121027.135000', '121027.595000', '121028.055000', '121028.515000', '121028.975000', '121029.435000', '121029.895000', '121030.355000', '121030.815000', '121031.275000', '121031.735000', '121032.195000', '121032.655000', '121033.115000', '121033.575000', '121034.035000', '121034.495000', '121034.955000', '121035.415000', '121035.875000', '121036.335000', '121036.795000', '121037.255000', '121037.715000', '121038.175000', '121038.635000', '121039.095000', '121039.555000', '121040.015000', '121040.475000', '121040.935000', '121041.395000', '121041.855000', '121042.315000', '121042.775000', '121043.235000', '121043.695000', '121044.155000', '121044.615000', '121045.075000', '121045.535000', '121045.995000', '121046.455000', '121046.915000', '121047.375000', '121047.835000', '121048.295000', '121048.755000', '121049.215000', '121049.675000', '121050.135000', '121050.595000', '121051.055000', '121051.515000', '121051.975000', '121052.435000', '121052.895000', '121053.355000', '121053.815000', '121054.275000', '121054.735000', '121055.195000', '121055.655000', '121056.115000', '121056.575000', '121057.035000', '121057.495000', '121057.955000', '121058.415000', '121058.875000', '121059.335000', '121059.795000', '121100.255000', '121100.715000', '121101.175000', '121101.635000', '121102.095000', '121102.555000', '121103.015000', '121103.475000', '121103.935000', '121104.395000', '121104.855000', '121105.315000', '121105.775000', '121106.235000', '121106.695000', '121107.155000', '121107.615000', '121108.075000', '121108.535000', '121108.995000', '121109.455000', '121109.915000', '121110.375000', '121110.835000', '121111.295000', '121111.755000', '121112.215000', '121112.675000', '121113.135000', '121113.595000', '121114.055000', '121114.515000', '121114.975000', '121115.435000', '121115.895000', '121116.355000', '121116.815000', '121117.275000', '121117.735000', '121118.195000', '121118.655000', '121119.115000', '121119.575000', '121120.035000', '121120.495000', '121120.955000', '121121.415000', '121121.875000', '121122.335000', '121122.795000', '121123.255000', '121123.715000', '121124.175000', '121124.635000', '121125.095000', '121125.555000', '121126.015000', '121126.475000', '121126.935000', '121127.395000', '121127.855000', '121128.315000', '121128.775000', '121129.235000', '121129.695000', '121130.155000', '121130.615000', '121131.075000', '121131.535000', '121131.995000', '121132.455000', '121132.915000', '121133.375000', '121133.835000', '121134.295000', '121134.755000', '121135.215000', '121135.675000', '121136.135000', '121136.595000', '121137.055000', '121137.515000', '121137.975000', '121138.435000', '121138.895000', '121139.355000', '121139.815000', '121140.275000', '121140.735000', '121141.195000', '121141.655000', '121142.115000', '121142.575000', '121143.035000', '121143.495000', '121143.955000', '121144.415000', '121144.875000', '121145.335000', '121145.795000', '121146.255000', '121146.715000', '121147.175000', '121147.635000', '121148.095000', '121148.555000', '121149.015000', '121149.475000', '121149.935000', '121150.395000', '121150.855000', '121151.315000', '121151.775000', '121152.235000', '121152.695000', '121153.155000', '121153.615000', '121154.075000', '121154.535000', '121154.995000', '121155.455000', '121155.915000', '121156.375000', '121156.835000', '121157.295000', '121157.755000', '121158.215000', '121158.675000', '121159.135000', '121159.595000', '121200.055000', '121200.515000', '121200.975000', '121201.435000', '121201.895000', '121202.355000', '121202.815000', '121203.275000', '121203.735000', '121204.195000', '121204.655000', '121205.115000', '121205.575000', '121206.035000', '121206.495000', '121206.955000', '121207.415000', '121207.875000', '121208.335000', '121208.795000', '121209.255000', '121209.715000', '121210.175000', '121210.635000', '121211.095000', '121211.555000', '121212.015000', '121212.475000', '121212.935000', '121213.395000', '121213.855000', '121214.315000', '121214.775000', '121215.235000', '121215.695000', '121216.155000', '121216.615000', '121217.075000', '121217.535000', '121217.995000', '121218.455000', '121218.915000', '121219.375000', '121219.835000', '121220.295000', '121220.755000', '121221.215000', '121221.675000', '121222.135000', '121222.595000', '121223.055000', '121223.515000', '121223.975000', '121224.435000', '121224.895000', '121225.355000', '121225.815000', '121226.275000', '121226.735000', '121227.195000', '121227.655000', '121228.115000', '121228.575000', '121229.035000', '121229.495000', '121229.955000', '121230.415000', '121230.875000', '121231.335000', '121231.795000', '121232.255000', '121232.715000', '121233.175000', '121233.635000', '121234.095000', '121234.555000', '121235.015000', '121235.475000', '121235.935000', '121236.395000', '121236.855000', '121237.315000', '121237.775000', '121238.235000', '121238.695000', '121239.155000', '121239.615000', '121240.075000', '121240.535000', '121240.995000', '121241.455000', '121241.915000', '121242.375000', '121242.835000', '121243.295000', '121243.755000', '121244.215000', '121244.675000', '121245.135000', '121245.595000', '121246.055000', '121246.515000', '121246.975000', '121247.435000', '121247.895000', '121248.355000', '121248.815000', '121249.275000', '121249.735000', '121250.195000', '121250.655000', '121251.115000', '121251.575000', '121252.035000', '121252.495000', '121252.955000', '121253.415000', '121253.875000', '121254.335000', '121254.795000', '121255.255000', '121255.715000', '121256.175000', '121256.635000', '121257.095000', '121257.555000', '121258.015000', '121258.475000', '121258.935000', '121259.395000', '121259.855000', '121300.315000'], 'ContentTime': ['120045.705000', '120045.708000', '120045.711000', '120045.714000', '120045.717000', '120045.720000', '120045.723000', '120045.726000', '120045.733000', '120045.736000', '120045.739000', '120045.741000', '120045.744000', '120045.747000', '120045.750000', '120045.753000', '120045.755000', '120045.758000', '120045.761000', '120045.764000', '120045.767000', '120045.770000', '120045.773000', '120045.775000', '120045.778000', '120045.781000', '120045.784000', '120045.787000', '120045.796000', '120045.798000', '120045.801000', '120045.804000', '120045.807000', '120045.810000', '120045.812000', '120045.815000', '120045.818000', '120045.821000', '120045.824000', '120045.827000', '120045.830000', '120105.671000', '120105.674000', '120105.677000', '120105.680000', '120105.682000', '120105.685000', '120105.688000', '120105.691000', '120105.694000', '120105.697000', '120105.700000', '120105.703000', '120105.711000', '120105.714000', '120105.718000', '120105.721000', '120105.724000', '120105.727000', '120105.730000', '120105.732000', '120105.735000', '120105.738000', '120105.741000', '120105.744000', '120105.747000', '120105.749000', '120105.752000', '120105.755000', '120105.772000', '120105.775000', '120105.777000', '120105.780000', '120105.783000', '120105.786000', '120105.789000', '120105.792000', '120105.795000', '120105.797000', '120105.800000', '120105.803000', '120105.806000', '120105.809000', '120105.812000', '120125.671000', '120125.674000', '120125.677000', '120125.679000', '120125.683000', '120125.686000', '120125.689000', '120125.692000', '120125.695000', '120125.697000', '120125.700000', '120125.703000', '120125.706000', '120125.709000', '120125.712000', '120125.715000', '120125.717000', '120125.720000', '120125.723000', '120125.726000', '120125.729000', '120125.731000', '120125.734000', '120125.737000', '120125.740000', '120125.743000', '120125.746000', '120125.748000', '120125.751000', '120125.754000', '120125.757000', '120125.760000', '120125.763000', '120125.765000', '120125.768000', '120125.771000', '120125.774000', '120125.777000', '120125.779000', '120125.782000', '120125.785000', '120125.788000', '120125.791000', '120125.794000', '120145.671000', '120145.674000', '120145.677000', '120145.679000', '120145.682000', '120145.685000', '120145.688000', '120145.691000', '120145.694000', '120145.696000', '120145.699000', '120145.702000', '120145.705000', '120145.708000', '120145.711000', '120145.713000', '120145.716000', '120145.719000', '120145.722000', '120145.725000', '120145.728000', '120145.730000', '120145.733000', '120145.736000', '120145.739000', '120145.742000', '120145.745000', '120145.747000', '120145.750000', '120145.753000', '120145.756000', '120145.759000', '120145.761000', '120145.764000', '120145.767000', '120145.770000', '120145.773000', '120145.776000', '120145.778000', '120145.781000', '120145.784000', '120145.787000', '120145.790000', '120205.670000', '120205.673000', '120205.676000', '120205.678000', '120205.681000', '120205.684000', '120205.687000', '120205.690000', '120205.692000', '120205.695000', '120205.698000', '120205.701000', '120205.704000', '120205.707000', '120205.710000', '120205.713000', '120205.715000', '120205.718000', '120205.721000', '120205.724000', '120205.727000', '120205.730000', '120205.732000', '120205.735000', '120205.738000', '120205.741000', '120205.744000', '120205.747000', '120205.749000', '120205.752000', '120205.755000', '120205.758000', '120205.761000', '120205.764000', '120205.766000', '120205.769000', '120205.772000', '120205.775000', '120205.778000', '120205.781000', '120205.784000', '120205.786000', '120205.789000', '120205.792000', '120225.670000', '120225.673000', '120225.676000', '120225.679000', '120225.686000', '120225.689000', '120225.696000', '120225.701000', '120225.704000', '120225.716000', '120225.719000', '120225.722000', '120225.727000', '120225.730000', '120225.738000', '120225.741000', '120225.744000', '120225.752000', '120225.757000', '120225.760000', '120225.778000', '120225.787000', '120225.798000', '120225.801000', '120225.804000', '120225.807000', '120225.810000', '120225.813000', '120225.816000', '120225.819000', '120225.822000', '120225.825000', '120225.828000', '120225.831000', '120225.834000', '120225.837000', '120225.839000', '120225.842000', '120225.845000', '120225.848000', '120225.851000', '120225.854000', '120225.856000', '120245.670000', '120245.673000', '120245.676000', '120245.679000', '120245.681000', '120245.685000', '120245.687000', '120245.690000', '120245.693000', '120245.696000', '120245.699000', '120245.702000', '120245.705000', '120245.708000', '120245.711000', '120245.713000', '120245.716000', '120245.719000', '120245.722000', '120245.725000', '120245.728000', '120245.731000', '120245.734000', '120245.736000', '120245.754000', '120245.757000', '120245.760000', '120245.763000', '120245.766000', '120245.769000', '120245.772000', '120245.774000', '120245.777000', '120245.780000', '120245.783000', '120245.786000', '120245.795000', '120245.798000', '120245.800000', '120245.803000', '120245.806000', '120245.809000', '120245.812000', '120245.815000', '120305.671000', '120305.674000', '120305.677000', '120305.680000', '120305.683000', '120305.685000', '120305.688000', '120305.691000', '120305.694000', '120305.697000', '120305.700000', '120305.703000', '120305.706000', '120305.708000', '120305.711000', '120305.714000', '120305.717000', '120305.720000', '120305.723000', '120305.732000', '120305.735000', '120305.737000', '120305.740000', '120305.743000', '120305.746000', '120305.749000', '120305.752000', '120305.755000', '120305.758000', '120305.761000', '120305.764000', '120305.766000', '120305.769000', '120305.772000', '120305.775000', '120305.778000', '120305.780000', '120305.794000', '120305.797000', '120305.800000', '120305.803000', '120305.806000', '120305.809000', '120325.671000', '120325.674000', '120325.677000', '120325.680000', '120325.683000', '120325.685000', '120325.689000', '120325.691000', '120325.694000', '120325.697000', '120325.700000', '120325.703000', '120325.706000', '120325.709000', '120325.712000', '120325.714000', '120325.717000', '120325.720000', '120325.723000', '120325.726000', '120325.729000', '120325.732000', '120325.735000', '120325.737000', '120325.740000', '120325.743000', '120325.746000', '120325.749000', '120325.752000', '120325.755000', '120325.757000', '120325.760000', '120325.763000', '120325.766000', '120325.769000', '120325.772000', '120325.777000', '120325.780000', '120325.783000', '120325.786000', '120325.789000', '120325.792000', '120325.795000', '120325.797000', '120345.671000', '120345.674000', '120345.677000', '120345.684000', '120345.687000', '120345.690000', '120345.692000', '120345.695000', '120345.698000', '120345.701000', '120345.704000', '120345.707000', '120345.710000', '120345.713000', '120345.715000', '120345.718000', '120345.721000', '120345.724000', '120345.729000', '120345.732000', '120345.735000', '120345.738000', '120345.741000', '120345.744000', '120345.747000', '120345.749000', '120345.752000', '120345.755000', '120345.758000', '120345.761000', '120345.764000', '120345.766000', '120345.769000', '120345.772000', '120345.775000', '120345.778000', '120345.781000', '120345.784000', '120345.787000', '120345.791000', '120345.793000', '120345.796000', '120345.799000', '120405.671000', '120405.674000', '120405.677000', '120405.679000', '120405.682000', '120405.685000', '120405.688000', '120405.691000', '120405.694000', '120405.697000', '120405.700000', '120405.702000', '120405.706000', '120405.708000', '120405.711000', '120405.714000', '120405.717000', '120405.720000', '120405.723000', '120405.726000', '120405.729000', '120405.732000', '120405.734000', '120405.737000', '120405.740000', '120405.743000', '120405.746000', '120405.749000', '120405.752000', '120405.755000', '120405.757000', '120405.760000', '120405.763000', '120405.766000', '120405.769000', '120405.780000', '120405.783000', '120405.785000', '120405.788000', '120405.791000', '120405.794000', '120405.797000', '120405.800000', '120405.803000', '120425.670000', '120425.673000', '120425.676000', '120425.679000', '120425.682000', '120425.699000', '120425.702000', '120425.705000', '120425.708000', '120425.710000', '120425.713000', '120425.716000', '120425.719000', '120425.722000', '120425.725000', '120425.728000', '120425.731000', '120425.733000', '120425.744000', '120425.747000', '120425.750000', '120425.753000', '120425.756000', '120425.759000', '120425.762000', '120425.764000', '120425.767000', '120425.770000', '120425.773000', '120425.776000', '120425.779000', '120425.782000', '120425.784000', '120425.787000', '120425.790000', '120425.793000', '120425.796000', '120425.799000', '120425.802000', '120425.805000', '120425.808000', '120425.810000', '120425.813000', '120445.670000', '120445.673000', '120445.676000', '120445.679000', '120445.681000', '120445.685000', '120445.687000', '120445.690000', '120445.693000', '120445.696000', '120445.699000', '120445.702000', '120445.705000', '120445.708000', '120445.710000', '120445.713000', '120445.716000', '120445.719000', '120445.722000', '120445.725000', '120445.728000', '120445.731000', '120445.734000', '120445.736000', '120445.739000', '120445.742000', '120445.745000', '120445.748000', '120445.756000', '120445.759000', '120445.762000', '120445.765000', '120445.768000', '120445.771000', '120445.774000', '120445.777000', '120445.779000', '120445.782000', '120445.785000', '120445.788000', '120445.791000', '120445.794000', '120445.797000', '120505.670000', '120505.673000', '120505.676000', '120505.679000', '120505.682000', '120505.685000', '120505.687000', '120505.690000', '120505.693000', '120505.696000', '120505.699000', '120505.708000', '120505.711000', '120505.714000', '120505.717000', '120505.720000', '120505.723000', '120505.726000', '120505.728000', '120505.731000', '120505.734000', '120505.737000', '120505.740000', '120505.743000', '120505.746000', '120505.749000', '120505.752000', '120505.754000', '120505.757000', '120505.760000', '120505.763000', '120505.766000', '120505.769000', '120505.772000', '120505.775000', '120505.778000', '120505.780000', '120505.783000', '120505.786000', '120505.789000', '120505.792000', '120505.795000', '120505.798000', '120505.800000', '120525.671000', '120525.674000', '120525.677000', '120525.680000', '120525.683000', '120525.686000', '120525.689000', '120525.691000', '120525.700000', '120525.703000', '120525.706000', '120525.708000', '120525.711000', '120525.714000', '120525.717000', '120525.720000', '120525.723000', '120525.726000', '120525.729000', '120525.732000', '120525.735000', '120525.738000', '120525.740000', '120525.743000', '120525.746000', '120525.749000', '120525.752000', '120525.755000', '120525.758000', '120525.761000', '120525.764000', '120525.766000', '120525.770000', '120525.773000', '120525.775000', '120525.778000', '120525.781000', '120525.784000', '120525.787000', '120525.794000', '120525.797000', '120525.800000', '120525.803000', '120545.671000', '120545.674000', '120545.677000', '120545.680000', '120545.683000', '120545.686000', '120545.688000', '120545.691000', '120545.694000', '120545.697000', '120545.700000', '120545.703000', '120545.706000', '120545.709000', '120545.711000', '120545.714000', '120545.717000', '120545.720000', '120545.723000', '120545.726000', '120545.729000', '120545.732000', '120545.743000', '120545.746000', '120545.749000', '120545.751000', '120545.754000', '120545.757000', '120545.760000', '120545.763000', '120545.766000', '120545.782000', '120545.785000', '120545.788000', '120545.790000', '120545.793000', '120545.796000', '120545.799000', '120545.802000', '120545.805000', '120545.807000', '120545.810000', '120545.813000', '120545.816000', '120605.671000', '120605.674000', '120605.677000', '120605.680000', '120605.683000', '120605.686000', '120605.689000', '120605.693000', '120605.695000', '120605.698000', '120605.701000', '120605.704000', '120605.707000', '120605.710000', '120605.713000', '120605.716000', '120605.719000', '120605.722000', '120605.724000', '120605.727000', '120605.730000', '120605.733000', '120605.736000', '120605.739000', '120605.742000', '120605.745000', '120605.748000', '120605.751000', '120605.754000', '120605.756000', '120605.759000', '120605.762000', '120605.765000', '120605.768000', '120605.771000', '120605.782000', '120605.785000', '120605.787000', '120605.790000', '120605.793000', '120605.796000', '120605.801000', '120605.804000', '120625.671000', '120625.674000', '120625.677000', '120625.680000', '120625.683000', '120625.685000', '120625.689000', '120625.691000', '120625.694000', '120625.697000', '120625.700000', '120625.703000', '120625.706000', '120625.708000', '120625.711000', '120625.714000', '120625.717000', '120625.720000', '120625.723000', '120625.745000', '120625.748000', '120625.750000', '120625.753000', '120625.756000', '120625.759000', '120625.762000', '120625.765000', '120625.768000', '120625.771000', '120625.774000', '120625.777000', '120625.779000', '120625.782000', '120625.785000', '120625.788000', '120625.791000', '120625.794000', '120625.797000', '120625.799000', '120625.802000', '120625.805000', '120625.808000', '120625.811000', '120625.814000', '120645.670000', '120645.673000', '120645.676000', '120645.679000', '120645.682000', '120645.685000', '120645.688000', '120645.690000', '120645.693000', '120645.696000', '120645.699000', '120645.702000', '120645.705000', '120645.708000', '120645.711000', '120645.714000', '120645.717000', '120645.720000', '120645.723000', '120645.725000', '120645.728000', '120645.731000', '120645.734000', '120645.737000', '120645.740000', '120645.742000', '120645.745000', '120645.748000', '120645.751000', '120645.754000', '120645.757000', '120645.760000', '120645.763000', '120645.766000', '120645.769000', '120645.771000', '120645.774000', '120645.777000', '120645.780000', '120645.783000', '120645.786000', '120645.788000', '120645.792000', '120705.670000', '120705.673000', '120705.676000', '120705.679000', '120705.682000', '120705.685000', '120705.687000', '120705.690000', '120705.693000', '120705.696000', '120705.699000', '120705.702000', '120705.705000', '120705.708000', '120705.711000', '120705.713000', '120705.716000', '120705.719000', '120705.722000', '120705.725000', '120705.728000', '120705.731000', '120705.734000', '120705.736000', '120705.739000', '120705.742000', '120705.745000', '120705.748000', '120705.751000', '120705.754000', '120705.756000', '120705.759000', '120705.762000', '120705.765000', '120705.768000', '120705.778000', '120705.781000', '120705.784000', '120705.787000', '120705.790000', '120705.793000', '120705.796000', '120705.813000', '120705.815000', '120725.670000', '120725.673000', '120725.676000', '120725.679000', '120725.682000', '120725.685000', '120725.688000', '120725.691000', '120725.694000', '120725.697000', '120725.699000', '120725.702000', '120725.705000', '120725.708000', '120725.711000', '120725.714000', '120725.717000', '120725.720000', '120725.723000', '120725.726000', '120725.729000', '120725.732000', '120725.735000', '120725.738000', '120725.741000', '120725.744000', '120725.746000', '120725.749000', '120725.752000', '120725.755000', '120725.758000', '120725.761000', '120725.764000', '120725.767000', '120725.770000', '120725.772000', '120725.775000', '120725.778000', '120725.781000', '120725.784000', '120725.787000', '120725.790000', '120725.793000', '120745.671000', '120745.674000', '120745.677000', '120745.680000', '120745.683000', '120745.686000', '120745.688000', '120745.691000', '120745.694000', '120745.697000', '120745.700000', '120745.703000', '120745.706000', '120745.709000', '120745.712000', '120745.715000', '120745.717000', '120745.720000', '120745.723000', '120745.726000', '120745.729000', '120745.732000', '120745.734000', '120745.738000', '120745.740000', '120745.743000', '120745.746000', '120745.749000', '120745.752000', '120745.755000', '120745.757000', '120745.760000', '120745.763000', '120745.766000', '120745.769000', '120745.772000', '120745.775000', '120745.778000', '120745.781000', '120745.783000', '120745.786000', '120745.789000', '120745.792000', '120745.795000', '120805.671000', '120805.674000', '120805.677000', '120805.680000', '120805.683000', '120805.686000', '120805.689000', '120805.691000', '120805.694000', '120805.697000', '120805.700000', '120805.703000', '120805.706000', '120805.709000', '120805.712000', '120805.715000', '120805.717000', '120805.720000', '120805.723000', '120805.726000', '120805.729000', '120805.740000', '120805.743000', '120805.746000', '120805.749000', '120805.751000', '120805.754000', '120805.757000', '120805.760000', '120805.763000', '120805.766000', '120805.769000', '120805.772000', '120805.775000', '120805.778000', '120805.781000', '120805.783000', '120805.786000', '120805.789000', '120805.792000', '120805.795000', '120805.798000', '120805.801000', '120825.671000', '120825.674000', '120825.677000', '120825.680000', '120825.683000', '120825.689000', '120825.692000', '120825.695000', '120825.698000', '120825.701000', '120825.704000', '120825.707000', '120825.710000', '120825.713000', '120825.716000', '120825.719000', '120825.721000', '120825.724000', '120825.727000', '120825.730000', '120825.733000', '120825.736000', '120825.739000', '120825.742000', '120825.744000', '120825.747000', '120825.750000', '120825.753000', '120825.756000', '120825.759000', '120825.762000', '120825.765000', '120825.768000', '120825.771000', '120825.773000', '120825.776000', '120825.779000', '120825.782000', '120825.785000', '120825.798000', '120825.801000', '120825.804000', '120825.807000', '120825.809000', '120845.671000', '120845.674000', '120845.677000', '120845.680000', '120845.683000', '120845.686000', '120845.688000', '120845.691000', '120845.694000', '120845.698000', '120845.701000', '120845.705000', '120845.707000', '120845.710000', '120845.713000', '120845.716000', '120845.719000', '120845.722000', '120845.725000', '120845.728000', '120845.730000', '120845.733000', '120845.736000', '120845.739000', '120845.742000', '120845.745000', '120845.748000', '120845.751000', '120845.754000', '120845.757000', '120845.760000', '120845.763000', '120845.766000', '120845.769000', '120845.771000', '120845.774000', '120845.777000', '120845.780000', '120845.783000', '120845.786000', '120845.789000', '120845.792000', '120845.795000', '120905.670000', '120905.673000', '120905.676000', '120905.679000', '120905.682000', '120905.685000', '120905.687000', '120905.690000', '120905.693000', '120905.696000', '120905.699000', '120905.702000', '120905.705000', '120905.715000', '120905.717000', '120905.720000', '120905.723000', '120905.726000', '120905.729000', '120905.732000', '120905.735000', '120905.738000', '120905.740000', '120905.743000', '120905.746000', '120905.749000', '120905.752000', '120905.755000', '120905.758000', '120905.761000', '120905.763000', '120905.766000', '120905.769000', '120905.772000', '120905.775000', '120905.778000', '120905.781000', '120905.784000', '120905.786000', '120905.789000', '120905.792000', '120905.795000', '120905.798000', '120905.801000', '120925.670000', '120925.673000', '120925.676000', '120925.679000', '120925.691000', '120925.694000', '120925.697000', '120925.703000', '120925.706000', '120925.709000', '120925.712000', '120925.715000', '120925.718000', '120925.721000', '120925.724000', '120925.727000', '120925.730000', '120925.732000', '120925.735000', '120925.738000', '120925.741000', '120925.744000', '120925.747000', '120925.750000', '120925.753000', '120925.756000', '120925.758000', '120925.761000', '120925.764000', '120925.767000', '120925.770000', '120925.773000', '120925.776000', '120925.779000', '120925.781000', '120925.784000', '120925.787000', '120925.790000', '120925.793000', '120925.798000', '120925.801000', '120925.804000', '120925.807000', '120945.670000', '120945.673000', '120945.676000', '120945.679000', '120945.681000', '120945.684000', '120945.687000', '120945.690000', '120945.693000', '120945.696000', '120945.699000', '120945.701000', '120945.704000', '120945.707000', '120945.710000', '120945.713000', '120945.716000', '120945.718000', '120945.721000', '120945.724000', '120945.727000', '120945.730000', '120945.733000', '120945.736000', '120945.738000', '120945.741000', '120945.744000', '120945.747000', '120945.750000', '120945.753000', '120945.756000', '120945.758000', '120945.761000', '120945.764000', '120945.767000', '120945.783000', '120945.786000', '120945.789000', '120945.792000', '120945.800000', '120945.803000', '120945.806000', '120945.809000', '120945.812000', '121005.671000', '121005.674000', '121005.677000', '121005.680000', '121005.683000', '121005.686000', '121005.688000', '121005.691000', '121005.694000', '121005.697000', '121005.700000', '121005.703000', '121005.706000', '121005.708000', '121005.711000', '121005.714000', '121005.717000', '121005.720000', '121005.723000', '121005.726000', '121005.729000', '121005.731000', '121005.734000', '121005.738000', '121005.741000', '121005.744000', '121005.747000', '121005.750000', '121005.753000', '121005.756000', '121005.759000', '121005.762000', '121005.764000', '121005.767000', '121005.770000', '121005.773000', '121005.784000', '121005.787000', '121005.790000', '121005.793000', '121005.796000', '121005.799000', '121005.802000', '121025.671000', '121025.674000', '121025.677000', '121025.680000', '121025.683000', '121025.686000', '121025.688000', '121025.691000', '121025.694000', '121025.697000', '121025.700000', '121025.704000', '121025.707000', '121025.709000', '121025.712000', '121025.715000', '121025.718000', '121025.721000', '121025.724000', '121025.735000', '121025.738000', '121025.740000', '121025.743000', '121025.746000', '121025.749000', '121025.752000', '121025.755000', '121025.757000', '121025.760000', '121025.763000', '121025.766000', '121025.769000', '121025.772000', '121025.774000', '121025.777000', '121025.780000', '121025.783000', '121025.786000', '121025.789000', '121025.791000', '121025.794000', '121025.797000', '121025.800000', '121025.803000', '121045.671000', '121045.674000', '121045.677000', '121045.680000', '121045.683000', '121045.685000', '121045.688000', '121045.691000', '121045.694000', '121045.697000', '121045.700000', '121045.702000', '121045.705000', '121045.708000', '121045.711000', '121045.714000', '121045.717000', '121045.720000', '121045.722000', '121045.725000', '121045.728000', '121045.731000', '121045.734000', '121045.737000', '121045.740000', '121045.742000', '121045.745000', '121045.748000', '121045.751000', '121045.754000', '121045.757000', '121045.760000', '121045.762000', '121045.765000', '121045.768000', '121045.771000', '121045.774000', '121045.777000', '121045.780000', '121045.782000', '121045.785000', '121045.788000', '121045.791000', '121105.671000', '121105.674000', '121105.677000', '121105.689000', '121105.692000', '121105.695000', '121105.697000', '121105.700000', '121105.703000', '121105.706000', '121105.709000', '121105.712000', '121105.714000', '121105.717000', '121105.720000', '121105.723000', '121105.726000', '121105.733000', '121105.736000', '121105.739000', '121105.742000', '121105.745000', '121105.748000', '121105.750000', '121105.753000', '121105.756000', '121105.759000', '121105.762000', '121105.765000', '121105.768000', '121105.771000', '121105.773000', '121105.776000', '121105.779000', '121105.782000', '121105.785000', '121105.788000', '121105.790000', '121105.793000', '121105.796000', '121105.799000', '121105.802000', '121105.805000', '121105.807000', '121125.670000', '121125.673000', '121125.676000', '121125.679000', '121125.682000', '121125.685000', '121125.687000', '121125.690000', '121125.693000', '121125.696000', '121125.699000', '121125.702000', '121125.704000', '121125.707000', '121125.710000', '121125.713000', '121125.716000', '121125.719000', '121125.722000', '121125.724000', '121125.727000', '121125.730000', '121125.733000', '121125.736000', '121125.739000', '121125.741000', '121125.744000', '121125.747000', '121125.753000', '121125.756000', '121125.759000', '121125.762000', '121125.765000', '121125.768000', '121125.771000', '121125.774000', '121125.836000', '121125.839000', '121125.842000', '121125.845000', '121125.850000', '121125.854000', '121125.869000', '121145.670000', '121145.673000', '121145.676000', '121145.679000', '121145.689000', '121145.692000', '121145.695000', '121145.698000', '121145.701000', '121145.703000', '121145.706000', '121145.709000', '121145.712000', '121145.715000', '121145.718000', '121145.720000', '121145.723000', '121145.726000', '121145.729000', '121145.732000', '121145.735000', '121145.737000', '121145.740000', '121145.743000', '121145.746000', '121145.749000', '121145.752000', '121145.755000', '121145.757000', '121145.760000', '121145.763000', '121145.766000', '121145.769000', '121145.772000', '121145.775000', '121145.777000', '121145.780000', '121145.783000', '121145.786000', '121145.789000', '121145.791000', '121145.794000', '121145.797000', '121145.800000', '121205.670000', '121205.673000', '121205.676000', '121205.679000', '121205.682000', '121205.684000', '121205.687000', '121205.690000', '121205.693000', '121205.696000', '121205.699000', '121205.702000', '121205.704000', '121205.707000', '121205.720000', '121205.723000', '121205.726000', '121205.729000', '121205.732000', '121205.735000', '121205.737000', '121205.740000', '121205.743000', '121205.746000', '121205.749000', '121205.752000', '121205.754000', '121205.757000', '121205.760000', '121205.763000', '121205.766000', '121205.769000', '121205.772000', '121205.775000', '121205.777000', '121205.780000', '121205.783000', '121205.786000', '121205.789000', '121205.791000', '121205.794000', '121205.797000', '121205.800000', '121225.671000', '121225.674000', '121225.677000', '121225.680000', '121225.683000', '121225.685000', '121225.688000', '121225.694000', '121225.697000', '121225.700000', '121225.703000', '121225.706000', '121225.709000', '121225.712000', '121225.714000', '121225.717000', '121225.720000', '121225.723000', '121225.726000', '121225.729000', '121225.731000', '121225.734000', '121225.737000', '121225.740000', '121225.743000', '121225.746000', '121225.748000', '121225.751000', '121225.754000', '121225.757000', '121225.760000', '121225.763000', '121225.765000', '121225.768000', '121225.771000', '121225.774000', '121225.777000', '121225.780000', '121225.783000', '121225.785000', '121225.788000', '121225.791000', '121225.794000', '121225.797000', '121245.671000', '121245.674000', '121245.677000', '121245.680000', '121245.683000', '121245.685000', '121245.688000', '121245.691000', '121245.694000', '121245.697000', '121245.700000', '121245.702000', '121245.705000', '121245.708000', '121245.711000', '121245.714000', '121245.717000', '121245.720000', '121245.722000', '121245.725000', '121245.728000', '121245.731000', '121245.734000', '121245.737000', '121245.740000', '121245.742000', '121245.745000', '121245.748000', '121245.751000', '121245.754000', '121245.757000', '121245.760000', '121245.762000', '121245.765000', '121245.768000', '121245.771000', '121245.774000', '121245.777000', '121245.780000', '121245.782000', '121245.785000', '121245.788000', '121245.791000', '121301.150000', '121301.153000', '121301.156000', '121301.160000', '121301.163000', '121301.166000', '121301.169000', '121301.173000', '121301.176000', '121301.180000', '121301.184000', '121301.188000', '121301.191000', '121301.194000', '121301.197000', '121301.200000', '121301.202000', '121301.205000', '121301.224000', '121301.227000', '121301.230000', '121301.233000', '121301.236000', '121301.239000', '121301.241000', '121301.244000', '121301.248000', '121301.250000', '121301.253000', '121301.256000', '121301.259000', '121301.262000', '121301.265000', '121301.268000'], 'InstanceCreationTime': ['120045.705000', '120045.708000', '120045.711000', '120045.714000', '120045.717000', '120045.720000', '120045.723000', '120045.726000', '120045.733000', '120045.736000', '120045.739000', '120045.741000', '120045.744000', '120045.747000', '120045.750000', '120045.753000', '120045.755000', '120045.758000', '120045.761000', '120045.764000', '120045.767000', '120045.770000', '120045.773000', '120045.775000', '120045.778000', '120045.781000', '120045.784000', '120045.787000', '120045.796000', '120045.798000', '120045.801000', '120045.804000', '120045.807000', '120045.810000', '120045.812000', '120045.815000', '120045.818000', '120045.821000', '120045.824000', '120045.827000', '120045.830000', '120105.671000', '120105.674000', '120105.677000', '120105.680000', '120105.682000', '120105.685000', '120105.688000', '120105.691000', '120105.694000', '120105.697000', '120105.700000', '120105.703000', '120105.711000', '120105.714000', '120105.718000', '120105.721000', '120105.724000', '120105.727000', '120105.730000', '120105.732000', '120105.735000', '120105.738000', '120105.741000', '120105.744000', '120105.747000', '120105.749000', '120105.752000', '120105.755000', '120105.772000', '120105.775000', '120105.777000', '120105.780000', '120105.783000', '120105.786000', '120105.789000', '120105.792000', '120105.795000', '120105.797000', '120105.800000', '120105.803000', '120105.806000', '120105.809000', '120105.812000', '120125.671000', '120125.674000', '120125.677000', '120125.679000', '120125.683000', '120125.686000', '120125.689000', '120125.692000', '120125.695000', '120125.697000', '120125.700000', '120125.703000', '120125.706000', '120125.709000', '120125.712000', '120125.715000', '120125.717000', '120125.720000', '120125.723000', '120125.726000', '120125.729000', '120125.731000', '120125.734000', '120125.737000', '120125.740000', '120125.743000', '120125.746000', '120125.748000', '120125.751000', '120125.754000', '120125.757000', '120125.760000', '120125.763000', '120125.765000', '120125.768000', '120125.771000', '120125.774000', '120125.777000', '120125.779000', '120125.782000', '120125.785000', '120125.788000', '120125.791000', '120125.794000', '120145.671000', '120145.674000', '120145.677000', '120145.679000', '120145.682000', '120145.685000', '120145.688000', '120145.691000', '120145.694000', '120145.696000', '120145.699000', '120145.702000', '120145.705000', '120145.708000', '120145.711000', '120145.713000', '120145.716000', '120145.719000', '120145.722000', '120145.725000', '120145.728000', '120145.730000', '120145.733000', '120145.736000', '120145.739000', '120145.742000', '120145.745000', '120145.747000', '120145.750000', '120145.753000', '120145.756000', '120145.759000', '120145.761000', '120145.764000', '120145.767000', '120145.770000', '120145.773000', '120145.776000', '120145.778000', '120145.781000', '120145.784000', '120145.787000', '120145.790000', '120205.670000', '120205.673000', '120205.676000', '120205.678000', '120205.681000', '120205.684000', '120205.687000', '120205.690000', '120205.692000', '120205.695000', '120205.698000', '120205.701000', '120205.704000', '120205.707000', '120205.710000', '120205.713000', '120205.715000', '120205.718000', '120205.721000', '120205.724000', '120205.727000', '120205.730000', '120205.732000', '120205.735000', '120205.738000', '120205.741000', '120205.744000', '120205.747000', '120205.749000', '120205.752000', '120205.755000', '120205.758000', '120205.761000', '120205.764000', '120205.766000', '120205.769000', '120205.772000', '120205.775000', '120205.778000', '120205.781000', '120205.784000', '120205.786000', '120205.789000', '120205.792000', '120225.670000', '120225.673000', '120225.676000', '120225.679000', '120225.686000', '120225.689000', '120225.696000', '120225.701000', '120225.704000', '120225.716000', '120225.719000', '120225.722000', '120225.727000', '120225.730000', '120225.738000', '120225.741000', '120225.744000', '120225.752000', '120225.757000', '120225.760000', '120225.778000', '120225.787000', '120225.798000', '120225.801000', '120225.804000', '120225.807000', '120225.810000', '120225.813000', '120225.816000', '120225.819000', '120225.822000', '120225.825000', '120225.828000', '120225.831000', '120225.834000', '120225.837000', '120225.839000', '120225.842000', '120225.845000', '120225.848000', '120225.851000', '120225.854000', '120225.856000', '120245.670000', '120245.673000', '120245.676000', '120245.679000', '120245.681000', '120245.685000', '120245.687000', '120245.690000', '120245.693000', '120245.696000', '120245.699000', '120245.702000', '120245.705000', '120245.708000', '120245.711000', '120245.713000', '120245.716000', '120245.719000', '120245.722000', '120245.725000', '120245.728000', '120245.731000', '120245.734000', '120245.736000', '120245.754000', '120245.757000', '120245.760000', '120245.763000', '120245.766000', '120245.769000', '120245.772000', '120245.774000', '120245.777000', '120245.780000', '120245.783000', '120245.786000', '120245.795000', '120245.798000', '120245.800000', '120245.803000', '120245.806000', '120245.809000', '120245.812000', '120245.815000', '120305.671000', '120305.674000', '120305.677000', '120305.680000', '120305.683000', '120305.685000', '120305.688000', '120305.691000', '120305.694000', '120305.697000', '120305.700000', '120305.703000', '120305.706000', '120305.708000', '120305.711000', '120305.714000', '120305.717000', '120305.720000', '120305.723000', '120305.732000', '120305.735000', '120305.737000', '120305.740000', '120305.743000', '120305.746000', '120305.749000', '120305.752000', '120305.755000', '120305.758000', '120305.761000', '120305.764000', '120305.766000', '120305.769000', '120305.772000', '120305.775000', '120305.778000', '120305.780000', '120305.794000', '120305.797000', '120305.800000', '120305.803000', '120305.806000', '120305.809000', '120325.671000', '120325.674000', '120325.677000', '120325.680000', '120325.683000', '120325.685000', '120325.689000', '120325.691000', '120325.694000', '120325.697000', '120325.700000', '120325.703000', '120325.706000', '120325.709000', '120325.712000', '120325.714000', '120325.717000', '120325.720000', '120325.723000', '120325.726000', '120325.729000', '120325.732000', '120325.735000', '120325.737000', '120325.740000', '120325.743000', '120325.746000', '120325.749000', '120325.752000', '120325.755000', '120325.757000', '120325.760000', '120325.763000', '120325.766000', '120325.769000', '120325.772000', '120325.777000', '120325.780000', '120325.783000', '120325.786000', '120325.789000', '120325.792000', '120325.795000', '120325.797000', '120345.671000', '120345.674000', '120345.677000', '120345.684000', '120345.687000', '120345.690000', '120345.692000', '120345.695000', '120345.698000', '120345.701000', '120345.704000', '120345.707000', '120345.710000', '120345.713000', '120345.715000', '120345.718000', '120345.721000', '120345.724000', '120345.729000', '120345.732000', '120345.735000', '120345.738000', '120345.741000', '120345.744000', '120345.747000', '120345.749000', '120345.752000', '120345.755000', '120345.758000', '120345.761000', '120345.764000', '120345.766000', '120345.769000', '120345.772000', '120345.775000', '120345.778000', '120345.781000', '120345.784000', '120345.787000', '120345.791000', '120345.793000', '120345.796000', '120345.799000', '120405.671000', '120405.674000', '120405.677000', '120405.679000', '120405.682000', '120405.685000', '120405.688000', '120405.691000', '120405.694000', '120405.697000', '120405.700000', '120405.702000', '120405.706000', '120405.708000', '120405.711000', '120405.714000', '120405.717000', '120405.720000', '120405.723000', '120405.726000', '120405.729000', '120405.732000', '120405.734000', '120405.737000', '120405.740000', '120405.743000', '120405.746000', '120405.749000', '120405.752000', '120405.755000', '120405.757000', '120405.760000', '120405.763000', '120405.766000', '120405.769000', '120405.780000', '120405.783000', '120405.785000', '120405.788000', '120405.791000', '120405.794000', '120405.797000', '120405.800000', '120405.803000', '120425.670000', '120425.673000', '120425.676000', '120425.679000', '120425.682000', '120425.699000', '120425.702000', '120425.705000', '120425.708000', '120425.710000', '120425.713000', '120425.716000', '120425.719000', '120425.722000', '120425.725000', '120425.728000', '120425.731000', '120425.733000', '120425.744000', '120425.747000', '120425.750000', '120425.753000', '120425.756000', '120425.759000', '120425.762000', '120425.764000', '120425.767000', '120425.770000', '120425.773000', '120425.776000', '120425.779000', '120425.782000', '120425.784000', '120425.787000', '120425.790000', '120425.793000', '120425.796000', '120425.799000', '120425.802000', '120425.805000', '120425.808000', '120425.810000', '120425.813000', '120445.670000', '120445.673000', '120445.676000', '120445.679000', '120445.681000', '120445.685000', '120445.687000', '120445.690000', '120445.693000', '120445.696000', '120445.699000', '120445.702000', '120445.705000', '120445.708000', '120445.710000', '120445.713000', '120445.716000', '120445.719000', '120445.722000', '120445.725000', '120445.728000', '120445.731000', '120445.734000', '120445.736000', '120445.739000', '120445.742000', '120445.745000', '120445.748000', '120445.756000', '120445.759000', '120445.762000', '120445.765000', '120445.768000', '120445.771000', '120445.774000', '120445.777000', '120445.779000', '120445.782000', '120445.785000', '120445.788000', '120445.791000', '120445.794000', '120445.797000', '120505.670000', '120505.673000', '120505.676000', '120505.679000', '120505.682000', '120505.685000', '120505.687000', '120505.690000', '120505.693000', '120505.696000', '120505.699000', '120505.708000', '120505.711000', '120505.714000', '120505.717000', '120505.720000', '120505.723000', '120505.726000', '120505.728000', '120505.731000', '120505.734000', '120505.737000', '120505.740000', '120505.743000', '120505.746000', '120505.749000', '120505.752000', '120505.754000', '120505.757000', '120505.760000', '120505.763000', '120505.766000', '120505.769000', '120505.772000', '120505.775000', '120505.778000', '120505.780000', '120505.783000', '120505.786000', '120505.789000', '120505.792000', '120505.795000', '120505.798000', '120505.800000', '120525.671000', '120525.674000', '120525.677000', '120525.680000', '120525.683000', '120525.686000', '120525.689000', '120525.691000', '120525.700000', '120525.703000', '120525.706000', '120525.708000', '120525.711000', '120525.714000', '120525.717000', '120525.720000', '120525.723000', '120525.726000', '120525.729000', '120525.732000', '120525.735000', '120525.738000', '120525.740000', '120525.743000', '120525.746000', '120525.749000', '120525.752000', '120525.755000', '120525.758000', '120525.761000', '120525.764000', '120525.766000', '120525.770000', '120525.773000', '120525.775000', '120525.778000', '120525.781000', '120525.784000', '120525.787000', '120525.794000', '120525.797000', '120525.800000', '120525.803000', '120545.671000', '120545.674000', '120545.677000', '120545.680000', '120545.683000', '120545.686000', '120545.688000', '120545.691000', '120545.694000', '120545.697000', '120545.700000', '120545.703000', '120545.706000', '120545.709000', '120545.711000', '120545.714000', '120545.717000', '120545.720000', '120545.723000', '120545.726000', '120545.729000', '120545.732000', '120545.743000', '120545.746000', '120545.749000', '120545.751000', '120545.754000', '120545.757000', '120545.760000', '120545.763000', '120545.766000', '120545.782000', '120545.785000', '120545.788000', '120545.790000', '120545.793000', '120545.796000', '120545.799000', '120545.802000', '120545.805000', '120545.807000', '120545.810000', '120545.813000', '120545.816000', '120605.671000', '120605.674000', '120605.677000', '120605.680000', '120605.683000', '120605.686000', '120605.689000', '120605.693000', '120605.695000', '120605.698000', '120605.701000', '120605.704000', '120605.707000', '120605.710000', '120605.713000', '120605.716000', '120605.719000', '120605.722000', '120605.724000', '120605.727000', '120605.730000', '120605.733000', '120605.736000', '120605.739000', '120605.742000', '120605.745000', '120605.748000', '120605.751000', '120605.754000', '120605.756000', '120605.759000', '120605.762000', '120605.765000', '120605.768000', '120605.771000', '120605.782000', '120605.785000', '120605.787000', '120605.790000', '120605.793000', '120605.796000', '120605.801000', '120605.804000', '120625.671000', '120625.674000', '120625.677000', '120625.680000', '120625.683000', '120625.685000', '120625.689000', '120625.691000', '120625.694000', '120625.697000', '120625.700000', '120625.703000', '120625.706000', '120625.708000', '120625.711000', '120625.714000', '120625.717000', '120625.720000', '120625.723000', '120625.745000', '120625.748000', '120625.750000', '120625.753000', '120625.756000', '120625.759000', '120625.762000', '120625.765000', '120625.768000', '120625.771000', '120625.774000', '120625.777000', '120625.779000', '120625.782000', '120625.785000', '120625.788000', '120625.791000', '120625.794000', '120625.797000', '120625.799000', '120625.802000', '120625.805000', '120625.808000', '120625.811000', '120625.814000', '120645.670000', '120645.673000', '120645.676000', '120645.679000', '120645.682000', '120645.685000', '120645.688000', '120645.690000', '120645.693000', '120645.696000', '120645.699000', '120645.702000', '120645.705000', '120645.708000', '120645.711000', '120645.714000', '120645.717000', '120645.720000', '120645.723000', '120645.725000', '120645.728000', '120645.731000', '120645.734000', '120645.737000', '120645.740000', '120645.742000', '120645.745000', '120645.748000', '120645.751000', '120645.754000', '120645.757000', '120645.760000', '120645.763000', '120645.766000', '120645.769000', '120645.771000', '120645.774000', '120645.777000', '120645.780000', '120645.783000', '120645.786000', '120645.788000', '120645.792000', '120705.670000', '120705.673000', '120705.676000', '120705.679000', '120705.682000', '120705.685000', '120705.687000', '120705.690000', '120705.693000', '120705.696000', '120705.699000', '120705.702000', '120705.705000', '120705.708000', '120705.711000', '120705.713000', '120705.716000', '120705.719000', '120705.722000', '120705.725000', '120705.728000', '120705.731000', '120705.734000', '120705.736000', '120705.739000', '120705.742000', '120705.745000', '120705.748000', '120705.751000', '120705.754000', '120705.756000', '120705.759000', '120705.762000', '120705.765000', '120705.768000', '120705.778000', '120705.781000', '120705.784000', '120705.787000', '120705.790000', '120705.793000', '120705.796000', '120705.813000', '120705.815000', '120725.670000', '120725.673000', '120725.676000', '120725.679000', '120725.682000', '120725.685000', '120725.688000', '120725.691000', '120725.694000', '120725.697000', '120725.699000', '120725.702000', '120725.705000', '120725.708000', '120725.711000', '120725.714000', '120725.717000', '120725.720000', '120725.723000', '120725.726000', '120725.729000', '120725.732000', '120725.735000', '120725.738000', '120725.741000', '120725.744000', '120725.746000', '120725.749000', '120725.752000', '120725.755000', '120725.758000', '120725.761000', '120725.764000', '120725.767000', '120725.770000', '120725.772000', '120725.775000', '120725.778000', '120725.781000', '120725.784000', '120725.787000', '120725.790000', '120725.793000', '120745.671000', '120745.674000', '120745.677000', '120745.680000', '120745.683000', '120745.686000', '120745.688000', '120745.691000', '120745.694000', '120745.697000', '120745.700000', '120745.703000', '120745.706000', '120745.709000', '120745.712000', '120745.715000', '120745.717000', '120745.720000', '120745.723000', '120745.726000', '120745.729000', '120745.732000', '120745.734000', '120745.738000', '120745.740000', '120745.743000', '120745.746000', '120745.749000', '120745.752000', '120745.755000', '120745.757000', '120745.760000', '120745.763000', '120745.766000', '120745.769000', '120745.772000', '120745.775000', '120745.778000', '120745.781000', '120745.783000', '120745.786000', '120745.789000', '120745.792000', '120745.795000', '120805.671000', '120805.674000', '120805.677000', '120805.680000', '120805.683000', '120805.686000', '120805.689000', '120805.691000', '120805.694000', '120805.697000', '120805.700000', '120805.703000', '120805.706000', '120805.709000', '120805.712000', '120805.715000', '120805.717000', '120805.720000', '120805.723000', '120805.726000', '120805.729000', '120805.740000', '120805.743000', '120805.746000', '120805.749000', '120805.751000', '120805.754000', '120805.757000', '120805.760000', '120805.763000', '120805.766000', '120805.769000', '120805.772000', '120805.775000', '120805.778000', '120805.781000', '120805.783000', '120805.786000', '120805.789000', '120805.792000', '120805.795000', '120805.798000', '120805.801000', '120825.671000', '120825.674000', '120825.677000', '120825.680000', '120825.683000', '120825.689000', '120825.692000', '120825.695000', '120825.698000', '120825.701000', '120825.704000', '120825.707000', '120825.710000', '120825.713000', '120825.716000', '120825.719000', '120825.721000', '120825.724000', '120825.727000', '120825.730000', '120825.733000', '120825.736000', '120825.739000', '120825.742000', '120825.744000', '120825.747000', '120825.750000', '120825.753000', '120825.756000', '120825.759000', '120825.762000', '120825.765000', '120825.768000', '120825.771000', '120825.773000', '120825.776000', '120825.779000', '120825.782000', '120825.785000', '120825.798000', '120825.801000', '120825.804000', '120825.807000', '120825.809000', '120845.671000', '120845.674000', '120845.677000', '120845.680000', '120845.683000', '120845.686000', '120845.688000', '120845.691000', '120845.694000', '120845.698000', '120845.701000', '120845.705000', '120845.707000', '120845.710000', '120845.713000', '120845.716000', '120845.719000', '120845.722000', '120845.725000', '120845.728000', '120845.730000', '120845.733000', '120845.736000', '120845.739000', '120845.742000', '120845.745000', '120845.748000', '120845.751000', '120845.754000', '120845.757000', '120845.760000', '120845.763000', '120845.766000', '120845.769000', '120845.771000', '120845.774000', '120845.777000', '120845.780000', '120845.783000', '120845.786000', '120845.789000', '120845.792000', '120845.795000', '120905.670000', '120905.673000', '120905.676000', '120905.679000', '120905.682000', '120905.685000', '120905.687000', '120905.690000', '120905.693000', '120905.696000', '120905.699000', '120905.702000', '120905.705000', '120905.715000', '120905.717000', '120905.720000', '120905.723000', '120905.726000', '120905.729000', '120905.732000', '120905.735000', '120905.738000', '120905.740000', '120905.743000', '120905.746000', '120905.749000', '120905.752000', '120905.755000', '120905.758000', '120905.761000', '120905.763000', '120905.766000', '120905.769000', '120905.772000', '120905.775000', '120905.778000', '120905.781000', '120905.784000', '120905.786000', '120905.789000', '120905.792000', '120905.795000', '120905.798000', '120905.801000', '120925.670000', '120925.673000', '120925.676000', '120925.679000', '120925.691000', '120925.694000', '120925.697000', '120925.703000', '120925.706000', '120925.709000', '120925.712000', '120925.715000', '120925.718000', '120925.721000', '120925.724000', '120925.727000', '120925.730000', '120925.732000', '120925.735000', '120925.738000', '120925.741000', '120925.744000', '120925.747000', '120925.750000', '120925.753000', '120925.756000', '120925.758000', '120925.761000', '120925.764000', '120925.767000', '120925.770000', '120925.773000', '120925.776000', '120925.779000', '120925.781000', '120925.784000', '120925.787000', '120925.790000', '120925.793000', '120925.798000', '120925.801000', '120925.804000', '120925.807000', '120945.670000', '120945.673000', '120945.676000', '120945.679000', '120945.681000', '120945.684000', '120945.687000', '120945.690000', '120945.693000', '120945.696000', '120945.699000', '120945.701000', '120945.704000', '120945.707000', '120945.710000', '120945.713000', '120945.716000', '120945.718000', '120945.721000', '120945.724000', '120945.727000', '120945.730000', '120945.733000', '120945.736000', '120945.738000', '120945.741000', '120945.744000', '120945.747000', '120945.750000', '120945.753000', '120945.756000', '120945.758000', '120945.761000', '120945.764000', '120945.767000', '120945.783000', '120945.786000', '120945.789000', '120945.792000', '120945.800000', '120945.803000', '120945.806000', '120945.809000', '120945.812000', '121005.671000', '121005.674000', '121005.677000', '121005.680000', '121005.683000', '121005.686000', '121005.688000', '121005.691000', '121005.694000', '121005.697000', '121005.700000', '121005.703000', '121005.706000', '121005.708000', '121005.711000', '121005.714000', '121005.717000', '121005.720000', '121005.723000', '121005.726000', '121005.729000', '121005.731000', '121005.734000', '121005.738000', '121005.741000', '121005.744000', '121005.747000', '121005.750000', '121005.753000', '121005.756000', '121005.759000', '121005.762000', '121005.764000', '121005.767000', '121005.770000', '121005.773000', '121005.784000', '121005.787000', '121005.790000', '121005.793000', '121005.796000', '121005.799000', '121005.802000', '121025.671000', '121025.674000', '121025.677000', '121025.680000', '121025.683000', '121025.686000', '121025.688000', '121025.691000', '121025.694000', '121025.697000', '121025.700000', '121025.704000', '121025.707000', '121025.709000', '121025.712000', '121025.715000', '121025.718000', '121025.721000', '121025.724000', '121025.735000', '121025.738000', '121025.740000', '121025.743000', '121025.746000', '121025.749000', '121025.752000', '121025.755000', '121025.757000', '121025.760000', '121025.763000', '121025.766000', '121025.769000', '121025.772000', '121025.774000', '121025.777000', '121025.780000', '121025.783000', '121025.786000', '121025.789000', '121025.791000', '121025.794000', '121025.797000', '121025.800000', '121025.803000', '121045.671000', '121045.674000', '121045.677000', '121045.680000', '121045.683000', '121045.685000', '121045.688000', '121045.691000', '121045.694000', '121045.697000', '121045.700000', '121045.702000', '121045.705000', '121045.708000', '121045.711000', '121045.714000', '121045.717000', '121045.720000', '121045.722000', '121045.725000', '121045.728000', '121045.731000', '121045.734000', '121045.737000', '121045.740000', '121045.742000', '121045.745000', '121045.748000', '121045.751000', '121045.754000', '121045.757000', '121045.760000', '121045.762000', '121045.765000', '121045.768000', '121045.771000', '121045.774000', '121045.777000', '121045.780000', '121045.782000', '121045.785000', '121045.788000', '121045.791000', '121105.671000', '121105.674000', '121105.677000', '121105.689000', '121105.692000', '121105.695000', '121105.697000', '121105.700000', '121105.703000', '121105.706000', '121105.709000', '121105.712000', '121105.714000', '121105.717000', '121105.720000', '121105.723000', '121105.726000', '121105.733000', '121105.736000', '121105.739000', '121105.742000', '121105.745000', '121105.748000', '121105.750000', '121105.753000', '121105.756000', '121105.759000', '121105.762000', '121105.765000', '121105.768000', '121105.771000', '121105.773000', '121105.776000', '121105.779000', '121105.782000', '121105.785000', '121105.788000', '121105.790000', '121105.793000', '121105.796000', '121105.799000', '121105.802000', '121105.805000', '121105.807000', '121125.670000', '121125.673000', '121125.676000', '121125.679000', '121125.682000', '121125.685000', '121125.687000', '121125.690000', '121125.693000', '121125.696000', '121125.699000', '121125.702000', '121125.704000', '121125.707000', '121125.710000', '121125.713000', '121125.716000', '121125.719000', '121125.722000', '121125.724000', '121125.727000', '121125.730000', '121125.733000', '121125.736000', '121125.739000', '121125.741000', '121125.744000', '121125.747000', '121125.753000', '121125.756000', '121125.759000', '121125.762000', '121125.765000', '121125.768000', '121125.771000', '121125.774000', '121125.836000', '121125.839000', '121125.842000', '121125.845000', '121125.850000', '121125.854000', '121125.869000', '121145.670000', '121145.673000', '121145.676000', '121145.679000', '121145.689000', '121145.692000', '121145.695000', '121145.698000', '121145.701000', '121145.703000', '121145.706000', '121145.709000', '121145.712000', '121145.715000', '121145.718000', '121145.720000', '121145.723000', '121145.726000', '121145.729000', '121145.732000', '121145.735000', '121145.737000', '121145.740000', '121145.743000', '121145.746000', '121145.749000', '121145.752000', '121145.755000', '121145.757000', '121145.760000', '121145.763000', '121145.766000', '121145.769000', '121145.772000', '121145.775000', '121145.777000', '121145.780000', '121145.783000', '121145.786000', '121145.789000', '121145.791000', '121145.794000', '121145.797000', '121145.800000', '121205.670000', '121205.673000', '121205.676000', '121205.679000', '121205.682000', '121205.684000', '121205.687000', '121205.690000', '121205.693000', '121205.696000', '121205.699000', '121205.702000', '121205.704000', '121205.707000', '121205.720000', '121205.723000', '121205.726000', '121205.729000', '121205.732000', '121205.735000', '121205.737000', '121205.740000', '121205.743000', '121205.746000', '121205.749000', '121205.752000', '121205.754000', '121205.757000', '121205.760000', '121205.763000', '121205.766000', '121205.769000', '121205.772000', '121205.775000', '121205.777000', '121205.780000', '121205.783000', '121205.786000', '121205.789000', '121205.791000', '121205.794000', '121205.797000', '121205.800000', '121225.671000', '121225.674000', '121225.677000', '121225.680000', '121225.683000', '121225.685000', '121225.688000', '121225.694000', '121225.697000', '121225.700000', '121225.703000', '121225.706000', '121225.709000', '121225.712000', '121225.714000', '121225.717000', '121225.720000', '121225.723000', '121225.726000', '121225.729000', '121225.731000', '121225.734000', '121225.737000', '121225.740000', '121225.743000', '121225.746000', '121225.748000', '121225.751000', '121225.754000', '121225.757000', '121225.760000', '121225.763000', '121225.765000', '121225.768000', '121225.771000', '121225.774000', '121225.777000', '121225.780000', '121225.783000', '121225.785000', '121225.788000', '121225.791000', '121225.794000', '121225.797000', '121245.671000', '121245.674000', '121245.677000', '121245.680000', '121245.683000', '121245.685000', '121245.688000', '121245.691000', '121245.694000', '121245.697000', '121245.700000', '121245.702000', '121245.705000', '121245.708000', '121245.711000', '121245.714000', '121245.717000', '121245.720000', '121245.722000', '121245.725000', '121245.728000', '121245.731000', '121245.734000', '121245.737000', '121245.740000', '121245.742000', '121245.745000', '121245.748000', '121245.751000', '121245.754000', '121245.757000', '121245.760000', '121245.762000', '121245.765000', '121245.768000', '121245.771000', '121245.774000', '121245.777000', '121245.780000', '121245.782000', '121245.785000', '121245.788000', '121245.791000', '121301.150000', '121301.153000', '121301.156000', '121301.160000', '121301.163000', '121301.166000', '121301.169000', '121301.173000', '121301.176000', '121301.180000', '121301.184000', '121301.188000', '121301.191000', '121301.194000', '121301.197000', '121301.200000', '121301.202000', '121301.205000', '121301.224000', '121301.227000', '121301.230000', '121301.233000', '121301.236000', '121301.239000', '121301.241000', '121301.244000', '121301.248000', '121301.250000', '121301.253000', '121301.256000', '121301.259000', '121301.262000', '121301.265000', '121301.268000'], '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': [11118, 10633, 15976, 8315, 11913, 11093, 8883, 13903, 8541, 8925, 15474, 8905, 8681, 15929, 8775, 9878, 9215, 8048, 11244, 9043, 7833, 17234, 8272, 8074, 11328, 7582, 9503, 10170, 7975, 9187, 10362, 7559, 9954, 10926, 7800, 10545, 8740, 9036, 11929, 7949, 13311, 11843, 7623, 10387, 8512, 8414, 18737, 8516, 12017, 16560, 8129, 12779, 12547, 7732, 11617, 10197, 8279, 13734, 8428, 8475, 17727, 8326, 9106, 16830, 8829, 8638, 16790, 7982, 8867, 12402, 8289, 9341, 9362, 7979, 10369, 11207, 7996, 10534, 10399, 8109, 10522, 8722, 8368, 12824, 8686, 9786, 8150, 8057, 15053, 9016, 8861, 17035, 8603, 10359, 9709, 7943, 11599, 10501, 8117, 10921, 8540, 8071, 16103, 9351, 9230, 9244, 8036, 13216, 10159, 8052, 11469, 9603, 8320, 9164, 8114, 11233, 10272, 8489, 15272, 8429, 8070, 16576, 8265, 8946, 13764, 9142, 10632, 9528, 8254, 11474, 9981, 8125, 11098, 7959, 8302, 11227, 8575, 8519, 8834, 8327, 9501, 8124, 9994, 8516, 9404, 15027, 9492, 10513, 14982, 8014, 10458, 12629, 8350, 11447, 10223, 8321, 12128, 10104, 8825, 13464, 10443, 8378, 9604, 8136, 10920, 10696, 8488, 12742, 10460, 8476, 12552, 8888, 8518, 13835, 9551, 9520, 10531, 7982, 10205, 11054, 8213, 10261, 10416, 8017, 11394, 9375, 8573, 16381, 9172, 9996, 10826, 8373, 10975, 11236, 8633, 12867, 9869, 8407, 19173, 8666, 9866, 15986, 9368, 10554, 10378, 8294, 10719, 10695, 8629, 11699, 10281, 8165, 12266, 8026, 11240, 11355, 8443, 12926, 10179, 8301, 10093, 8456, 11219, 11883, 8398, 12520, 9507, 8514, 11720, 8221, 12206, 11750, 8246, 11993, 9441, 8495, 20214, 9309, 11031, 10575, 8505, 13609, 9027, 9216, 17810, 8507, 11456, 8479, 8622, 14780, 9607, 9154, 19073, 8865, 11006, 11252, 8404, 10938, 11721, 8671, 11629, 9073, 9260, 20574, 9105, 10847, 8677, 9081, 15339, 9058, 10367, 16680, 10179, 9556, 13365, 8640, 10569, 11201, 8677, 11601, 8400, 8774, 13401, 9158, 9531, 17078, 8629, 10300, 9953, 8969, 12300, 8864, 9614, 16054, 9228, 9155, 18278, 8667, 9249, 16949, 8481, 9720, 13333, 8558, 10356, 10913, 8712, 11075, 12118, 8757, 14659, 9520, 9264, 18849, 8774, 10825, 15321, 9227, 10146, 8747, 13284, 11634, 9189, 16795, 8753, 12706, 22263, 9847, 12505, 11596, 8412, 11301, 12485, 8995, 14162, 9054, 8809, 15699, 9859, 9113, 15970, 12213, 14378, 9468, 8166, 9895, 9268, 15631, 8857, 10456, 21312, 9317, 11733, 13867, 8619, 12771, 11960, 9039, 14395, 12379, 9132, 14785, 8992, 9344, 17306, 9841, 10064, 11232, 9150, 12635, 11965, 9569, 14490, 8274, 9674, 15948, 8957, 10122, 18974, 9248, 10195, 11243, 9016, 11743, 11319, 9574, 12325, 9095, 8981, 10419, 9193, 11166, 10446, 9853, 13603, 8942, 10403, 9324, 9675, 14989, 9290, 9887, 18650, 8808, 10814, 10985, 8990, 11536, 12260, 9491, 13971, 9041, 9612, 19641, 9174, 10894, 11184, 9110, 12733, 8987, 9503, 17197, 9491, 8737, 11370, 8881, 11296, 11734, 8558, 10277, 11641, 9048, 11664, 9860, 8731, 14990, 9263, 9850, 11615, 8555, 11515, 12732, 8494, 12420, 10126, 9120, 15386, 10095, 9202, 13895, 8634, 12059, 11967, 8746, 13212, 9581, 9388, 8689, 8756, 9398, 8093, 9557, 9505, 18355, 13505, 9563, 15252, 10068, 11157, 9255, 9553, 18782, 14648, 11130, 18860, 12419, 10994, 14826, 9386, 9864, 18118, 9112, 10908, 21095, 8739, 11802, 18123, 8570, 11015, 16189, 8628, 9775, 9380, 9249, 14941, 9439, 9807, 21262, 9057, 9213, 9866, 8799, 11777, 11755, 8760, 11981, 8963, 9257, 12753, 9264, 9218, 13861, 9243, 9237, 15952, 8747, 9898, 10748, 8727, 12228, 9323, 8638, 14912, 9511, 9454, 16157, 8928, 10994, 10908, 8219, 11875, 9138, 8750, 15470, 9527, 9163, 10551, 8411, 17405, 9325, 10739, 17791, 7928, 13337, 9487, 8997, 20020, 9303, 11593, 16352, 8676, 11822, 9251, 8863, 17030, 9226, 9783, 12459, 8298, 11840, 11430, 8184, 13033, 12397, 8959, 12099, 9348, 8940, 17524, 8794, 11428, 10033, 8602, 16573, 9710, 8755, 17055, 9625, 9401, 13132, 8208, 11377, 11661, 8391, 11585, 9399, 8787, 12534, 9397, 9148, 15995, 8804, 10066, 10108, 8290, 12356, 9216, 9202, 17391, 9412, 8877, 13001, 8459, 10251, 12243, 7889, 11805, 10197, 8325, 13255, 9943, 8545, 17123, 9519, 8436, 10613, 8217, 12734, 9355, 8782, 18996, 8930, 9771, 9772, 8079, 12378, 10928, 9046, 16421, 8961, 9960, 12728, 7924, 11218, 10760, 8884, 17539, 9500, 9291, 22032, 8960, 11930, 9565, 8775, 16877, 9166, 9616, 19164, 8134, 12239, 11403, 8617, 11842, 9272, 8726, 15227, 9060, 9403, 16805, 8649, 11289, 11710, 8155, 12175, 11462, 8666, 12258, 8906, 9958, 11456, 8006, 11532, 8730, 9076, 13198, 9091, 16142, 15965, 10552, 16771, 11823, 8378, 12813, 11419, 8658, 18915, 9477, 11259, 16655, 8736, 13793, 9022, 12073, 9118, 9422, 19145, 9020, 16051, 10811, 10139, 10164, 8677, 12535, 8873, 11052, 19564, 10840, 10712, 20447, 9955, 12108, 9639, 9444, 19405, 9421, 10430, 18221, 9469, 10309, 15709, 8586, 11716, 11124, 9012, 12278, 8622, 9315, 18421, 9314, 9509, 18835, 8558, 11509, 11814, 8318, 11941, 10826, 8768, 11787, 9446, 8983, 15402, 9350, 9227, 9688, 8546, 13740, 8965, 9330, 18870, 9256, 8949, 11454, 8326, 11996, 10903, 8863, 14101, 9183, 9344, 13631, 8326, 11556, 19281, 8516, 10605, 10846, 9373, 16764, 9315, 10135, 18820, 9154, 14159, 17454, 8842, 12941, 9064, 9759, 16527, 8983, 9717, 20477, 8728, 9756, 10845, 9023, 12782, 8622, 9412, 16888, 9026, 9530, 13264, 8677, 10894, 11102, 9182, 13553, 9099, 10045, 10877, 8578, 11756, 11102, 8698, 11316, 9039, 9065, 14609, 9326, 9161, 15803, 8463, 9232, 10570, 8390, 12658, 9375, 8747, 13865, 8899, 8341, 11279, 8438, 11095, 8690, 7964, 11553, 8020, 10422, 8157, 14123, 14324, 10126, 13075, 9060, 9013, 20983, 8946, 10647, 21724, 8636, 10796, 11302, 8061, 12448, 11925, 8285, 12093, 9181, 8505, 16576, 8557, 11581, 11883, 7770, 11597, 10229, 8618, 12256, 8599, 10201, 13452, 7647, 11389, 11092, 8297, 13670, 9120, 8563, 20793, 8719, 9939, 10495, 8321, 12584, 10823, 8183, 15516, 8549, 8077, 9685, 7953, 12043, 9166, 8465, 18069, 8848, 11493, 11330, 8122, 17100, 9098, 9351, 10003, 8012, 12936, 11633, 8881, 14665, 8492, 8870, 18441, 8915, 9151, 17139, 7849, 10846, 9016, 8858, 18308, 8196, 11510, 8969, 9146, 19495, 8184, 13725, 12028, 9646, 17434, 9166, 11707, 8041, 11622, 19070, 8194, 14685, 14432, 9461, 13481, 8135, 9847, 21917, 7956, 12546, 16096, 8300, 13834, 10192, 9270, 14189, 8590, 8641, 16751, 7665, 9310, 10717, 8192, 11205, 8896, 8077, 13825, 8309, 9224, 13857, 8182, 9432, 12892, 7789, 9883, 10192, 8225, 12278, 8637, 8567, 14519, 8334, 9295, 11015, 7751, 12026, 8884, 7690, 16378, 8388, 10229, 10218, 7229, 10729, 8698, 8227, 12702, 7478, 11326, 11090, 7738, 18051, 8244, 8493, 9077, 7590, 12370, 8805, 8412, 17805, 7853, 12425, 10397, 7721, 17738, 8160, 10229, 10249, 8203, 17274, 8228, 11085, 19293, 13689, 15831, 8377, 13386, 8844, 10511, 19052, 8641, 12116, 17073, 8079, 11431, 10693, 8538, 11949, 11475, 9209, 15602, 7927, 9641, 19452, 8694, 10101, 18972, 8993, 11578, 12003, 8887, 12747, 12959, 8871, 14153, 9531, 9142, 10363, 8755, 9567, 13480, 8356, 9402, 17120, 8442, 9905, 12232, 8110, 9688, 9975, 8360, 10148, 8251, 9383, 17542, 8326, 10490, 16450, 7899, 9626, 9828, 9037, 14037, 7923, 8712, 17145, 7810, 9500, 9736, 7827, 11643, 7915, 8436, 16729, 7910, 11693, 10775, 8628, 14314, 11307, 8717, 16548, 8821, 9876, 8911, 9980, 10332, 9131, 19024, 8415, 12989, 13419, 8830, 15131, 8966, 14144, 13947, 10015, 14835, 13189, 9885, 13580, 8450, 9225, 15110, 9198, 9585, 14161, 8254, 9544, 9132, 9262, 15386, 9002, 9334, 16439, 8740, 9935, 10571, 8037, 11365, 10725, 9360, 15184, 8784, 9737, 12923, 8607, 13185, 10340, 9381, 17663, 8974, 9468, 17016, 8638, 9389, 12990, 8626, 11415, 11781, 8591, 12359, 11238, 9128, 14635, 9903, 9056, 14010, 8435, 8650, 10355, 8954, 13846, 8678, 8985, 18869, 9660, 9144, 9366, 8450, 12219, 11316, 8120, 12691, 9759, 8743, 9703, 8199, 10455, 10562, 9031, 12737, 8078, 8719, 18190, 8472, 9486, 12283, 8720, 10817, 9144, 9445, 8830, 8997, 8720, 9212, 18901, 15688, 10830, 17962, 9643, 10034, 18428, 8307, 9696, 21904, 8388, 11314, 16921, 8456, 10226, 10538, 8793, 12011, 8375, 8885, 8614, 8849, 13322, 8730, 9260, 13105, 8189, 9623, 8772, 8709, 15949, 8559, 9131, 13620, 8104, 10480, 11136, 8121, 11682, 10868, 8645, 10979, 8092, 11446, 10612, 8551, 16049, 10943, 9617, 17717, 8277, 12002, 10509, 8054, 13767, 8544, 8605, 16442, 8495, 9744, 11638, 8070, 13727, 10417, 8563, 16080, 8843, 8959, 17715, 8458, 8673, 16857, 8532, 8823, 9376, 7895, 10497, 11175, 7972, 11771, 8696, 8759, 15983, 8620, 8848, 13585, 7670, 9492, 8583, 8378, 15475, 8508, 8719, 18242, 7928, 9307, 9369, 8100, 15675, 8237, 9017, 20478, 7860, 9558, 9621, 7641, 11933, 8080, 7996, 15953, 8423, 8810, 15910, 7368, 10081, 12121, 7899, 10237, 9758, 8916, 16615, 8309, 9526, 8737, 9579, 8938, 9120, 9823, 8259, 12419, 7924, 15537, 11532, 8536, 14303, 8664, 9781, 15005, 7605, 10841, 10224, 8484, 13753, 8796, 7935, 12354, 7641, 9822, 8517, 8665, 16721, 7941, 11865, 10860, 8323, 13637, 8098, 9262, 18299, 7577, 12232, 12976, 8342, 12217, 8410, 8454, 16093, 8170, 8309, 16774, 7328, 10870, 12229, 7538, 10485, 9376, 7718, 11292, 8661, 8157, 13068, 7790, 8561, 17929, 7930, 9937, 14162, 8448, 9156, 9195, 7944, 11085, 8624, 8112, 7911, 8189, 8353, 7444, 14191, 12065, 7942, 13217, 8462, 8593, 16280, 8308, 8100, 18129, 8094, 8909, 9980, 7298, 10702, 8701, 7559, 13492, 8415, 8167, 17969, 7888, 8611, 8472, 8587, 11312, 8481, 9292, 8534, 9179, 8612, 9345, 18352, 11034, 11863, 9667, 8569, 17224, 8136, 8821, 19044, 8308, 11576, 18130, 11079, 16536, 7993, 9646, 8054, 9367, 9200, 8755, 18701, 11560, 10398, 16908, 9057, 8979, 17492, 8764, 9025, 18290, 8095, 10089, 18190, 8121, 10408, 13909, 8443, 11280, 9287, 8896, 14264, 8129, 9574, 14806, 8016, 9965, 10918, 8268, 10725, 9278, 8592, 9549, 8735, 8742, 15135, 8257, 8573, 12248, 7384, 9717, 10304, 7303, 10256, 8027, 7909, 10128, 7655, 9918, 10739, 8008, 10847, 8621, 8129, 15737, 8726, 9511, 13472, 7949, 9980, 8749, 7607, 16766, 9462, 7818, 15536, 7707, 10313, 8609, 8190, 12488, 7547, 15106, 11709, 9128, 14817, 8432, 8517, 19782, 7830, 11637, 9667, 8128, 14128, 8521, 8038, 17073, 8040, 10163, 8452, 8503, 14614, 7489, 14321, 9627, 8743, 17517, 7870, 9321, 9078, 7933, 15247, 7965, 9878, 10536, 7551, 11391, 8459, 8456, 12067, 7370, 10287, 9733, 8402, 11687, 8749, 7936, 16263, 8498, 8298, 14144, 7822, 9107, 9634, 7849, 11322, 8396, 7729, 14082, 7741, 8789, 10283, 7532, 10911, 8259, 7719, 12030, 7384, 10335, 10665, 7578, 12041, 8942, 7734, 8954, 7776, 15180, 8651, 10417, 20030, 7689, 13204, 9996, 8190, 14039, 8828, 7856, 18051, 8584, 8536, 9114, 7525, 11205, 11014, 8381, 11372, 8123, 10085, 10176, 7655, 17012, 8366, 11558, 8064, 7587, 17225, 8605, 10045, 9096, 13411, 11453, 8826, 10177, 8676, 17927, 14464, 11817, 15622, 8734, 8388, 15096, 7671, 13950, 9939, 8883, 18720, 8405], 'WindowCenter': [4197.0, 4174.0, 4189.0, 4137.0, 4166.0, 4165.0, 4147.0, 4186.0, 4123.0, 4135.0, 4186.0, 4145.0, 4146.0, 4186.0, 4133.0, 4146.0, 4130.0, 4138.0, 4154.0, 4146.0, 4125.0, 4195.0, 4136.0, 4135.0, 4164.0, 4124.0, 4155.0, 4153.0, 4124.0, 4145.0, 4152.0, 4126.0, 4145.0, 4164.0, 4115.0, 4166.0, 4149.0, 4148.0, 4166.0, 4136.0, 4186.0, 4153.0, 4115.0, 4153.0, 4146.0, 4137.0, 4195.0, 4124.0, 4168.0, 4184.0, 4123.0, 4164.0, 4162.0, 4124.0, 4152.0, 4141.0, 4134.0, 4162.0, 4133.0, 4135.0, 4172.0, 4121.0, 4133.0, 4171.0, 4130.0, 4133.0, 4171.0, 4121.0, 4122.0, 4160.0, 4132.0, 4144.0, 4131.0, 4123.0, 4143.0, 4141.0, 4113.0, 4154.0, 4154.0, 4123.0, 4141.0, 4133.0, 4134.0, 4172.0, 4135.0, 4154.0, 4134.0, 4123.0, 4174.0, 4132.0, 4135.0, 4173.0, 4133.0, 4156.0, 4143.0, 4116.0, 4151.0, 4142.0, 4113.0, 4142.0, 4133.0, 4124.0, 4177.0, 4144.0, 4145.0, 4143.0, 4123.0, 4163.0, 4143.0, 4114.0, 4163.0, 4137.0, 4135.0, 4143.0, 4124.0, 4164.0, 4152.0, 4134.0, 4185.0, 4124.0, 4125.0, 4185.0, 4122.0, 4145.0, 4162.0, 4143.0, 4154.0, 4141.0, 4121.0, 4151.0, 4131.0, 4112.0, 4142.0, 4111.0, 4123.0, 4151.0, 4134.0, 4133.0, 4143.0, 4133.0, 4142.0, 4136.0, 4154.0, 4134.0, 4158.0, 4187.0, 4133.0, 4144.0, 4161.0, 4121.0, 4154.0, 4153.0, 4109.0, 4145.0, 4130.0, 4122.0, 4162.0, 4142.0, 4122.0, 4161.0, 4141.0, 4110.0, 4119.0, 4123.0, 4154.0, 4129.0, 4121.0, 4164.0, 4141.0, 4123.0, 4149.0, 4120.0, 4122.0, 4162.0, 4142.0, 4143.0, 4130.0, 4113.0, 4142.0, 4141.0, 4124.0, 4154.0, 4141.0, 4123.0, 4143.0, 4132.0, 4124.0, 4182.0, 4142.0, 4132.0, 4142.0, 4134.0, 4154.0, 4151.0, 4133.0, 4154.0, 4142.0, 4123.0, 4194.0, 4132.0, 4144.0, 4171.0, 4132.0, 4154.0, 4131.0, 4123.0, 4141.0, 4151.0, 4122.0, 4152.0, 4141.0, 4111.0, 4162.0, 4123.0, 4165.0, 4142.0, 4132.0, 4150.0, 4153.0, 4112.0, 4154.0, 4135.0, 4152.0, 4164.0, 4123.0, 4174.0, 4145.0, 4134.0, 4151.0, 4123.0, 4176.0, 4152.0, 4134.0, 4152.0, 4154.0, 4135.0, 4193.0, 4133.0, 4154.0, 4143.0, 4160.0, 4186.0, 4135.0, 4133.0, 4193.0, 4123.0, 4143.0, 4121.0, 4135.0, 4162.0, 4143.0, 4145.0, 4194.0, 4133.0, 4154.0, 4139.0, 4111.0, 4154.0, 4151.0, 4132.0, 4164.0, 4144.0, 4144.0, 4192.0, 4132.0, 4141.0, 4132.0, 4145.0, 4161.0, 4122.0, 4142.0, 4171.0, 4130.0, 4119.0, 4151.0, 4121.0, 4129.0, 4141.0, 4122.0, 4152.0, 4109.0, 4109.0, 4149.0, 4119.0, 4132.0, 4181.0, 4109.0, 4140.0, 4140.0, 4119.0, 4161.0, 4120.0, 4144.0, 4170.0, 4119.0, 4120.0, 4172.0, 4109.0, 4133.0, 4160.0, 4110.0, 4143.0, 4148.0, 4121.0, 4131.0, 4139.0, 4121.0, 4154.0, 4151.0, 4121.0, 4161.0, 4154.0, 4133.0, 4192.0, 4120.0, 4153.0, 4164.0, 4134.0, 4144.0, 4133.0, 4174.0, 4163.0, 4145.0, 4184.0, 4134.0, 4167.0, 4194.0, 4132.0, 4165.0, 4151.0, 4111.0, 4141.0, 4160.0, 4121.0, 4173.0, 4119.0, 4133.0, 4172.0, 4131.0, 4134.0, 4197.0, 4164.0, 4189.0, 4147.0, 4123.0, 4144.0, 4144.0, 4171.0, 4144.0, 4156.0, 4184.0, 4144.0, 4155.0, 4163.0, 4135.0, 4175.0, 4162.0, 4121.0, 4163.0, 4162.0, 4131.0, 4173.0, 4132.0, 4125.0, 4173.0, 4131.0, 4157.0, 4150.0, 4120.0, 4148.0, 4138.0, 4117.0, 4147.0, 4109.0, 4119.0, 4167.0, 4118.0, 4142.0, 4168.0, 4116.0, 4138.0, 4135.0, 4118.0, 4149.0, 4136.0, 4119.0, 4136.0, 4118.0, 4117.0, 4127.0, 4130.0, 4139.0, 4132.0, 4129.0, 4148.0, 4121.0, 4139.0, 4129.0, 4130.0, 4170.0, 4121.0, 4133.0, 4170.0, 4131.0, 4152.0, 4138.0, 4120.0, 4154.0, 4150.0, 4144.0, 4161.0, 4131.0, 4143.0, 4181.0, 4123.0, 4144.0, 4150.0, 4121.0, 4152.0, 4129.0, 4131.0, 4181.0, 4121.0, 4120.0, 4139.0, 4131.0, 4152.0, 4149.0, 4122.0, 4130.0, 4160.0, 4131.0, 4163.0, 4151.0, 4124.0, 4171.0, 4143.0, 4154.0, 4162.0, 4146.0, 4153.0, 4172.0, 4136.0, 4164.0, 4154.0, 4145.0, 4183.0, 4144.0, 4143.0, 4167.0, 4123.0, 4175.0, 4163.0, 4135.0, 4173.0, 4155.0, 4138.0, 4133.0, 4144.0, 4144.0, 4123.0, 4146.0, 4158.0, 4198.0, 4161.0, 4154.0, 4186.0, 4143.0, 4164.0, 4144.0, 4147.0, 4186.0, 4161.0, 4141.0, 4176.0, 4138.0, 4141.0, 4146.0, 4119.0, 4142.0, 4160.0, 4118.0, 4129.0, 4166.0, 4107.0, 4149.0, 4155.0, 4106.0, 4139.0, 4155.0, 4119.0, 4127.0, 4127.0, 4117.0, 4155.0, 4116.0, 4128.0, 4167.0, 4109.0, 4129.0, 4126.0, 4110.0, 4149.0, 4149.0, 4119.0, 4149.0, 4121.0, 4141.0, 4160.0, 4130.0, 4142.0, 4159.0, 4129.0, 4142.0, 4168.0, 4121.0, 4140.0, 4142.0, 4131.0, 4151.0, 4132.0, 4133.0, 4172.0, 4132.0, 4131.0, 4172.0, 4132.0, 4142.0, 4141.0, 4133.0, 4155.0, 4142.0, 4122.0, 4170.0, 4142.0, 4133.0, 4152.0, 4122.0, 4182.0, 4134.0, 4155.0, 4193.0, 4113.0, 4174.0, 4143.0, 4134.0, 4194.0, 4122.0, 4164.0, 4181.0, 4134.0, 4152.0, 4131.0, 4142.0, 4182.0, 4141.0, 4144.0, 4152.0, 4125.0, 4153.0, 4151.0, 4112.0, 4173.0, 4153.0, 4133.0, 4153.0, 4141.0, 4131.0, 4169.0, 4131.0, 4151.0, 4140.0, 4133.0, 4172.0, 4142.0, 4122.0, 4173.0, 4132.0, 4132.0, 4160.0, 4122.0, 4162.0, 4150.0, 4132.0, 4151.0, 4119.0, 4120.0, 4162.0, 4141.0, 4131.0, 4170.0, 4131.0, 4130.0, 4131.0, 4123.0, 4163.0, 4132.0, 4133.0, 4181.0, 4131.0, 4132.0, 4160.0, 4120.0, 4142.0, 4152.0, 4112.0, 4153.0, 4152.0, 4124.0, 4173.0, 4142.0, 4124.0, 4194.0, 4142.0, 4133.0, 4150.0, 4134.0, 4172.0, 4140.0, 4133.0, 4184.0, 4120.0, 4133.0, 4140.0, 4123.0, 4151.0, 4141.0, 4124.0, 4182.0, 4132.0, 4144.0, 4153.0, 4122.0, 4154.0, 4142.0, 4133.0, 4182.0, 4143.0, 4133.0, 4184.0, 4121.0, 4150.0, 4131.0, 4133.0, 4182.0, 4131.0, 4130.0, 4180.0, 4120.0, 4153.0, 4149.0, 4132.0, 4142.0, 4130.0, 4121.0, 4160.0, 4121.0, 4131.0, 4168.0, 4121.0, 4152.0, 4149.0, 4100.0, 4162.0, 4141.0, 4131.0, 4149.0, 4121.0, 4132.0, 4150.0, 4122.0, 4151.0, 4121.0, 4132.0, 4161.0, 4131.0, 4183.0, 4173.0, 4142.0, 4174.0, 4162.0, 4111.0, 4163.0, 4165.0, 4134.0, 4181.0, 4154.0, 4166.0, 4185.0, 4134.0, 4172.0, 4142.0, 4151.0, 4122.0, 4143.0, 4193.0, 4121.0, 4172.0, 4141.0, 4144.0, 4140.0, 4123.0, 4161.0, 4131.0, 4144.0, 4171.0, 4129.0, 4153.0, 4170.0, 4141.0, 4160.0, 4133.0, 4133.0, 4191.0, 4118.0, 4142.0, 4181.0, 4129.0, 4142.0, 4161.0, 4131.0, 4161.0, 4149.0, 4121.0, 4150.0, 4107.0, 4131.0, 4169.0, 4128.0, 4131.0, 4179.0, 4108.0, 4142.0, 4148.0, 4109.0, 4151.0, 4139.0, 4118.0, 4149.0, 4140.0, 4132.0, 4170.0, 4142.0, 4131.0, 4140.0, 4133.0, 4162.0, 4121.0, 4132.0, 4171.0, 4129.0, 4130.0, 4139.0, 4111.0, 4153.0, 4139.0, 4130.0, 4159.0, 4142.0, 4143.0, 4159.0, 4121.0, 4154.0, 4180.0, 4131.0, 4152.0, 4151.0, 4131.0, 4182.0, 4121.0, 4143.0, 4179.0, 4118.0, 4172.0, 4160.0, 4120.0, 4149.0, 4119.0, 4130.0, 4169.0, 4118.0, 4120.0, 4179.0, 4110.0, 4129.0, 4128.0, 4119.0, 4161.0, 4119.0, 4122.0, 4162.0, 4128.0, 4141.0, 4160.0, 4130.0, 4152.0, 4140.0, 4132.0, 4151.0, 4130.0, 4141.0, 4148.0, 4121.0, 4141.0, 4139.0, 4120.0, 4150.0, 4131.0, 4120.0, 4170.0, 4132.0, 4123.0, 4158.0, 4121.0, 4121.0, 4151.0, 4123.0, 4153.0, 4121.0, 4122.0, 4160.0, 4122.0, 4113.0, 4150.0, 4122.0, 4151.0, 4122.0, 4113.0, 4154.0, 4134.0, 4163.0, 4134.0, 4185.0, 4173.0, 4142.0, 4163.0, 4131.0, 4132.0, 4192.0, 4130.0, 4153.0, 4193.0, 4131.0, 4154.0, 4151.0, 4113.0, 4162.0, 4159.0, 4121.0, 4151.0, 4131.0, 4133.0, 4172.0, 4132.0, 4155.0, 4150.0, 4104.0, 4151.0, 4140.0, 4132.0, 4152.0, 4123.0, 4152.0, 4161.0, 4112.0, 4163.0, 4150.0, 4122.0, 4162.0, 4142.0, 4133.0, 4184.0, 4130.0, 4143.0, 4152.0, 4133.0, 4153.0, 4152.0, 4124.0, 4174.0, 4132.0, 4114.0, 4140.0, 4122.0, 4153.0, 4134.0, 4136.0, 4196.0, 4135.0, 4154.0, 4162.0, 4112.0, 4183.0, 4122.0, 4132.0, 4141.0, 4112.0, 4165.0, 4150.0, 4132.0, 4163.0, 4131.0, 4122.0, 4173.0, 4130.0, 4144.0, 4194.0, 4114.0, 4155.0, 4136.0, 4134.0, 4194.0, 4133.0, 4163.0, 4123.0, 4135.0, 4183.0, 4111.0, 4175.0, 4150.0, 4134.0, 4181.0, 4132.0, 4160.0, 4123.0, 4164.0, 4184.0, 4113.0, 4172.0, 4159.0, 4142.0, 4149.0, 4110.0, 4142.0, 4181.0, 4109.0, 4139.0, 4159.0, 4098.0, 4150.0, 4128.0, 4118.0, 4158.0, 4116.0, 4110.0, 4168.0, 4090.0, 4128.0, 4139.0, 4120.0, 4137.0, 4119.0, 4121.0, 4170.0, 4120.0, 4142.0, 4159.0, 4121.0, 4121.0, 4160.0, 4099.0, 4141.0, 4142.0, 4133.0, 4162.0, 4123.0, 4121.0, 4162.0, 4120.0, 4141.0, 4152.0, 4123.0, 4162.0, 4132.0, 4125.0, 4183.0, 4113.0, 4145.0, 4143.0, 4101.0, 4145.0, 4123.0, 4125.0, 4173.0, 4115.0, 4153.0, 4155.0, 4113.0, 4193.0, 4121.0, 4133.0, 4124.0, 4136.0, 4167.0, 4135.0, 4134.0, 4193.0, 4123.0, 4164.0, 4153.0, 4115.0, 4193.0, 4133.0, 4144.0, 4144.0, 4125.0, 4184.0, 4120.0, 4154.0, 4197.0, 4176.0, 4185.0, 4133.0, 4172.0, 4143.0, 4145.0, 4182.0, 4111.0, 4164.0, 4181.0, 4113.0, 4152.0, 4150.0, 4132.0, 4162.0, 4142.0, 4122.0, 4170.0, 4109.0, 4131.0, 4179.0, 4119.0, 4140.0, 4179.0, 4118.0, 4139.0, 4145.0, 4108.0, 4148.0, 4126.0, 4116.0, 4158.0, 4115.0, 4115.0, 4123.0, 4096.0, 4118.0, 4146.0, 4095.0, 4119.0, 4167.0, 4108.0, 4129.0, 4139.0, 4108.0, 4119.0, 4119.0, 4120.0, 4138.0, 4119.0, 4131.0, 4171.0, 4120.0, 4151.0, 4168.0, 4122.0, 4141.0, 4140.0, 4130.0, 4162.0, 4109.0, 4132.0, 4170.0, 4110.0, 4121.0, 4128.0, 4100.0, 4151.0, 4119.0, 4122.0, 4172.0, 4122.0, 4162.0, 4150.0, 4122.0, 4163.0, 4139.0, 4133.0, 4184.0, 4123.0, 4142.0, 4120.0, 4131.0, 4131.0, 4135.0, 4184.0, 4134.0, 4175.0, 4173.0, 4125.0, 4170.0, 4130.0, 4173.0, 4170.0, 4142.0, 4174.0, 4151.0, 4132.0, 4147.0, 4121.0, 4143.0, 4160.0, 4121.0, 4142.0, 4158.0, 4121.0, 4140.0, 4140.0, 4134.0, 4173.0, 4132.0, 4133.0, 4182.0, 4131.0, 4134.0, 4151.0, 4110.0, 4154.0, 4141.0, 4134.0, 4181.0, 4132.0, 4144.0, 4152.0, 4124.0, 4173.0, 4133.0, 4133.0, 4173.0, 4130.0, 4132.0, 4180.0, 4131.0, 4131.0, 4150.0, 4131.0, 4151.0, 4140.0, 4123.0, 4162.0, 4150.0, 4131.0, 4170.0, 4140.0, 4123.0, 4160.0, 4120.0, 4121.0, 4142.0, 4130.0, 4172.0, 4120.0, 4132.0, 4182.0, 4130.0, 4131.0, 4129.0, 4112.0, 4162.0, 4149.0, 4120.0, 4160.0, 4130.0, 4112.0, 4140.0, 4122.0, 4152.0, 4149.0, 4133.0, 4160.0, 4121.0, 4120.0, 4172.0, 4114.0, 4134.0, 4173.0, 4133.0, 4163.0, 4143.0, 4142.0, 4135.0, 4135.0, 4146.0, 4134.0, 4197.0, 4160.0, 4151.0, 4171.0, 4121.0, 4132.0, 4180.0, 4099.0, 4130.0, 4170.0, 4098.0, 4140.0, 4168.0, 4109.0, 4139.0, 4138.0, 4110.0, 4148.0, 4109.0, 4119.0, 4119.0, 4129.0, 4161.0, 4133.0, 4123.0, 4159.0, 4112.0, 4119.0, 4130.0, 4123.0, 4171.0, 4132.0, 4143.0, 4163.0, 4122.0, 4153.0, 4141.0, 4121.0, 4152.0, 4149.0, 4122.0, 4141.0, 4122.0, 4165.0, 4141.0, 4132.0, 4172.0, 4139.0, 4121.0, 4181.0, 4112.0, 4152.0, 4128.0, 4109.0, 4159.0, 4106.0, 4121.0, 4170.0, 4121.0, 4129.0, 4140.0, 4120.0, 4171.0, 4140.0, 4119.0, 4162.0, 4129.0, 4130.0, 4160.0, 4120.0, 4121.0, 4169.0, 4119.0, 4120.0, 4119.0, 4110.0, 4129.0, 4148.0, 4122.0, 4140.0, 4119.0, 4130.0, 4180.0, 4122.0, 4124.0, 4150.0, 4111.0, 4140.0, 4132.0, 4133.0, 4172.0, 4131.0, 4124.0, 4182.0, 4112.0, 4141.0, 4132.0, 4123.0, 4183.0, 4123.0, 4135.0, 4193.0, 4120.0, 4133.0, 4130.0, 4102.0, 4152.0, 4121.0, 4122.0, 4181.0, 4111.0, 4122.0, 4162.0, 4101.0, 4152.0, 4160.0, 4112.0, 4141.0, 4130.0, 4143.0, 4182.0, 4123.0, 4153.0, 4134.0, 4144.0, 4143.0, 4129.0, 4144.0, 4136.0, 4162.0, 4114.0, 4175.0, 4150.0, 4123.0, 4171.0, 4123.0, 4134.0, 4162.0, 4103.0, 4144.0, 4140.0, 4124.0, 4162.0, 4131.0, 4112.0, 4151.0, 4113.0, 4144.0, 4131.0, 4134.0, 4174.0, 4113.0, 4162.0, 4142.0, 4122.0, 4162.0, 4120.0, 4143.0, 4171.0, 4100.0, 4162.0, 4160.0, 4121.0, 4149.0, 4120.0, 4121.0, 4170.0, 4110.0, 4121.0, 4161.0, 4099.0, 4149.0, 4138.0, 4107.0, 4139.0, 4116.0, 4109.0, 4139.0, 4108.0, 4099.0, 4146.0, 4107.0, 4119.0, 4167.0, 4107.0, 4140.0, 4147.0, 4108.0, 4120.0, 4127.0, 4110.0, 4141.0, 4120.0, 4120.0, 4111.0, 4122.0, 4112.0, 4111.0, 4172.0, 4138.0, 4110.0, 4159.0, 4118.0, 4121.0, 4170.0, 4108.0, 4112.0, 4178.0, 4120.0, 4120.0, 4139.0, 4111.0, 4150.0, 4111.0, 4099.0, 4151.0, 4112.0, 4112.0, 4170.0, 4110.0, 4120.0, 4120.0, 4132.0, 4161.0, 4143.0, 4133.0, 4123.0, 4142.0, 4132.0, 4134.0, 4176.0, 4142.0, 4143.0, 4129.0, 4123.0, 4180.0, 4108.0, 4120.0, 4179.0, 4100.0, 4154.0, 4182.0, 4127.0, 4168.0, 4098.0, 4138.0, 4121.0, 4121.0, 4130.0, 4132.0, 4184.0, 4141.0, 4144.0, 4172.0, 4122.0, 4131.0, 4178.0, 4119.0, 4117.0, 4160.0, 4107.0, 4131.0, 4169.0, 4098.0, 4138.0, 4147.0, 4108.0, 4137.0, 4116.0, 4109.0, 4145.0, 4086.0, 4116.0, 4143.0, 4086.0, 4126.0, 4125.0, 4107.0, 4137.0, 4115.0, 4116.0, 4125.0, 4116.0, 4118.0, 4148.0, 4118.0, 4111.0, 4150.0, 4091.0, 4141.0, 4129.0, 4092.0, 4131.0, 4112.0, 4112.0, 4129.0, 4112.0, 4131.0, 4150.0, 4111.0, 4141.0, 4131.0, 4114.0, 4170.0, 4119.0, 4133.0, 4151.0, 4122.0, 4132.0, 4130.0, 4123.0, 4182.0, 4132.0, 4123.0, 4180.0, 4111.0, 4144.0, 4124.0, 4133.0, 4153.0, 4113.0, 4184.0, 4149.0, 4142.0, 4163.0, 4112.0, 4133.0, 4191.0, 4111.0, 4154.0, 4132.0, 4122.0, 4171.0, 4120.0, 4110.0, 4172.0, 4112.0, 4140.0, 4111.0, 4122.0, 4172.0, 4100.0, 4173.0, 4130.0, 4120.0, 4171.0, 4099.0, 4130.0, 4118.0, 4110.0, 4161.0, 4109.0, 4130.0, 4125.0, 4101.0, 4150.0, 4121.0, 4120.0, 4149.0, 4110.0, 4141.0, 4119.0, 4120.0, 4140.0, 4120.0, 4111.0, 4168.0, 4109.0, 4110.0, 4159.0, 4110.0, 4119.0, 4131.0, 4120.0, 4149.0, 4118.0, 4101.0, 4158.0, 4100.0, 4130.0, 4132.0, 4123.0, 4150.0, 4111.0, 4112.0, 4161.0, 4111.0, 4141.0, 4143.0, 4112.0, 4151.0, 4129.0, 4101.0, 4132.0, 4124.0, 4181.0, 4134.0, 4156.0, 4192.0, 4101.0, 4173.0, 4131.0, 4123.0, 4172.0, 4129.0, 4112.0, 4180.0, 4120.0, 4132.0, 4120.0, 4111.0, 4141.0, 4152.0, 4123.0, 4151.0, 4123.0, 4143.0, 4153.0, 4111.0, 4174.0, 4124.0, 4155.0, 4112.0, 4114.0, 4175.0, 4132.0, 4143.0, 4133.0, 4163.0, 4164.0, 4144.0, 4154.0, 4146.0, 4190.0, 4173.0, 4155.0, 4161.0, 4121.0, 4122.0, 4159.0, 4102.0, 4164.0, 4121.0, 4130.0, 4179.0, 4099.0], 'WindowWidth': [9306.0, 9266.0, 9277.0, 9204.0, 9240.0, 9241.0, 9220.0, 9270.0, 9178.0, 9195.0, 9271.0, 9214.0, 9221.0, 9272.0, 9197.0, 9212.0, 9182.0, 9211.0, 9217.0, 9216.0, 9190.0, 9282.0, 9203.0, 9203.0, 9237.0, 9187.0, 9229.0, 9220.0, 9186.0, 9214.0, 9220.0, 9192.0, 9207.0, 9238.0, 9171.0, 9243.0, 9225.0, 9224.0, 9242.0, 9204.0, 9271.0, 9214.0, 9169.0, 9224.0, 9218.0, 9209.0, 9285.0, 9179.0, 9242.0, 9265.0, 9183.0, 9231.0, 9230.0, 9182.0, 9214.0, 9197.0, 9198.0, 9226.0, 9194.0, 9200.0, 9243.0, 9176.0, 9194.0, 9238.0, 9187.0, 9194.0, 9237.0, 9177.0, 9173.0, 9227.0, 9193.0, 9209.0, 9189.0, 9182.0, 9201.0, 9195.0, 9162.0, 9224.0, 9222.0, 9183.0, 9197.0, 9197.0, 9199.0, 9246.0, 9200.0, 9224.0, 9198.0, 9179.0, 9244.0, 9186.0, 9193.0, 9244.0, 9196.0, 9229.0, 9206.0, 9167.0, 9211.0, 9198.0, 9164.0, 9199.0, 9196.0, 9180.0, 9252.0, 9212.0, 9214.0, 9206.0, 9183.0, 9229.0, 9205.0, 9164.0, 9235.0, 9195.0, 9199.0, 9207.0, 9180.0, 9239.0, 9219.0, 9198.0, 9268.0, 9183.0, 9187.0, 9267.0, 9173.0, 9212.0, 9225.0, 9208.0, 9225.0, 9202.0, 9171.0, 9209.0, 9183.0, 9160.0, 9197.0, 9156.0, 9174.0, 9217.0, 9199.0, 9198.0, 9209.0, 9197.0, 9207.0, 9203.0, 9223.0, 9200.0, 9235.0, 9273.0, 9187.0, 9204.0, 9223.0, 9176.0, 9221.0, 9217.0, 9152.0, 9205.0, 9177.0, 9178.0, 9230.0, 9202.0, 9171.0, 9228.0, 9201.0, 9152.0, 9162.0, 9181.0, 9222.0, 9177.0, 9169.0, 9235.0, 9200.0, 9179.0, 9203.0, 9165.0, 9172.0, 9230.0, 9204.0, 9206.0, 9178.0, 9161.0, 9199.0, 9194.0, 9185.0, 9222.0, 9197.0, 9183.0, 9201.0, 9190.0, 9177.0, 9257.0, 9205.0, 9186.0, 9198.0, 9197.0, 9223.0, 9217.0, 9195.0, 9216.0, 9206.0, 9181.0, 9279.0, 9191.0, 9209.0, 9243.0, 9191.0, 9222.0, 9180.0, 9180.0, 9194.0, 9215.0, 9173.0, 9211.0, 9202.0, 9157.0, 9231.0, 9183.0, 9239.0, 9196.0, 9193.0, 9208.0, 9221.0, 9158.0, 9222.0, 9201.0, 9215.0, 9235.0, 9178.0, 9249.0, 9208.0, 9194.0, 9211.0, 9178.0, 9258.0, 9211.0, 9198.0, 9210.0, 9225.0, 9195.0, 9279.0, 9189.0, 9219.0, 9202.0, 9245.0, 9273.0, 9196.0, 9190.0, 9277.0, 9175.0, 9200.0, 9178.0, 9200.0, 9228.0, 9207.0, 9214.0, 9279.0, 9194.0, 9223.0, 9191.0, 9158.0, 9224.0, 9209.0, 9193.0, 9238.0, 9210.0, 9209.0, 9275.0, 9192.0, 9196.0, 9192.0, 9212.0, 9225.0, 9168.0, 9204.0, 9244.0, 9178.0, 9162.0, 9205.0, 9174.0, 9178.0, 9198.0, 9177.0, 9216.0, 9149.0, 9151.0, 9203.0, 9164.0, 9184.0, 9253.0, 9151.0, 9199.0, 9200.0, 9166.0, 9226.0, 9171.0, 9207.0, 9239.0, 9163.0, 9166.0, 9236.0, 9151.0, 9193.0, 9217.0, 9153.0, 9205.0, 9201.0, 9168.0, 9183.0, 9195.0, 9169.0, 9221.0, 9208.0, 9169.0, 9221.0, 9223.0, 9190.0, 9273.0, 9169.0, 9221.0, 9228.0, 9193.0, 9203.0, 9194.0, 9252.0, 9233.0, 9214.0, 9263.0, 9199.0, 9242.0, 9275.0, 9185.0, 9239.0, 9214.0, 9157.0, 9195.0, 9224.0, 9169.0, 9247.0, 9164.0, 9194.0, 9244.0, 9181.0, 9196.0, 9286.0, 9238.0, 9279.0, 9216.0, 9177.0, 9205.0, 9213.0, 9238.0, 9212.0, 9225.0, 9261.0, 9211.0, 9220.0, 9227.0, 9201.0, 9255.0, 9229.0, 9168.0, 9230.0, 9230.0, 9183.0, 9246.0, 9188.0, 9177.0, 9247.0, 9185.0, 9236.0, 9216.0, 9166.0, 9203.0, 9183.0, 9159.0, 9196.0, 9154.0, 9162.0, 9231.0, 9167.0, 9202.0, 9235.0, 9155.0, 9192.0, 9183.0, 9164.0, 9208.0, 9187.0, 9163.0, 9182.0, 9167.0, 9158.0, 9171.0, 9187.0, 9188.0, 9180.0, 9178.0, 9200.0, 9167.0, 9196.0, 9184.0, 9180.0, 9240.0, 9168.0, 9186.0, 9232.0, 9188.0, 9218.0, 9188.0, 9167.0, 9215.0, 9205.0, 9209.0, 9221.0, 9189.0, 9207.0, 9251.0, 9173.0, 9201.0, 9212.0, 9169.0, 9209.0, 9182.0, 9182.0, 9255.0, 9168.0, 9165.0, 9188.0, 9190.0, 9212.0, 9208.0, 9171.0, 9180.0, 9226.0, 9185.0, 9234.0, 9218.0, 9178.0, 9237.0, 9211.0, 9225.0, 9233.0, 9216.0, 9215.0, 9247.0, 9202.0, 9236.0, 9223.0, 9214.0, 9260.0, 9203.0, 9209.0, 9234.0, 9176.0, 9253.0, 9233.0, 9199.0, 9245.0, 9227.0, 9201.0, 9196.0, 9213.0, 9209.0, 9177.0, 9211.0, 9237.0, 9295.0, 9227.0, 9226.0, 9272.0, 9204.0, 9239.0, 9214.0, 9214.0, 9275.0, 9222.0, 9196.0, 9254.0, 9186.0, 9200.0, 9195.0, 9161.0, 9201.0, 9220.0, 9165.0, 9175.0, 9222.0, 9148.0, 9207.0, 9203.0, 9139.0, 9193.0, 9204.0, 9165.0, 9174.0, 9175.0, 9156.0, 9212.0, 9154.0, 9173.0, 9226.0, 9147.0, 9181.0, 9174.0, 9151.0, 9207.0, 9206.0, 9170.0, 9208.0, 9165.0, 9201.0, 9224.0, 9185.0, 9204.0, 9222.0, 9183.0, 9204.0, 9233.0, 9173.0, 9199.0, 9197.0, 9184.0, 9210.0, 9184.0, 9195.0, 9243.0, 9185.0, 9183.0, 9236.0, 9190.0, 9199.0, 9194.0, 9194.0, 9221.0, 9204.0, 9175.0, 9235.0, 9206.0, 9187.0, 9217.0, 9174.0, 9252.0, 9192.0, 9221.0, 9274.0, 9162.0, 9249.0, 9207.0, 9196.0, 9279.0, 9171.0, 9237.0, 9255.0, 9195.0, 9212.0, 9188.0, 9206.0, 9259.0, 9203.0, 9209.0, 9210.0, 9178.0, 9214.0, 9213.0, 9158.0, 9246.0, 9210.0, 9193.0, 9211.0, 9204.0, 9184.0, 9232.0, 9190.0, 9209.0, 9200.0, 9194.0, 9237.0, 9204.0, 9171.0, 9240.0, 9184.0, 9184.0, 9226.0, 9179.0, 9231.0, 9211.0, 9191.0, 9214.0, 9164.0, 9168.0, 9231.0, 9203.0, 9183.0, 9231.0, 9188.0, 9182.0, 9180.0, 9180.0, 9230.0, 9184.0, 9187.0, 9256.0, 9188.0, 9192.0, 9225.0, 9169.0, 9199.0, 9210.0, 9160.0, 9215.0, 9218.0, 9177.0, 9245.0, 9205.0, 9178.0, 9277.0, 9205.0, 9194.0, 9215.0, 9198.0, 9245.0, 9201.0, 9195.0, 9258.0, 9166.0, 9186.0, 9198.0, 9180.0, 9209.0, 9195.0, 9177.0, 9258.0, 9193.0, 9204.0, 9211.0, 9181.0, 9216.0, 9199.0, 9188.0, 9259.0, 9206.0, 9187.0, 9258.0, 9169.0, 9205.0, 9182.0, 9193.0, 9258.0, 9189.0, 9181.0, 9252.0, 9172.0, 9213.0, 9207.0, 9190.0, 9195.0, 9185.0, 9169.0, 9217.0, 9167.0, 9187.0, 9227.0, 9173.0, 9215.0, 9208.0, 9139.0, 9229.0, 9193.0, 9188.0, 9202.0, 9168.0, 9184.0, 9211.0, 9177.0, 9209.0, 9172.0, 9190.0, 9226.0, 9186.0, 9263.0, 9241.0, 9200.0, 9244.0, 9230.0, 9154.0, 9230.0, 9238.0, 9197.0, 9250.0, 9226.0, 9243.0, 9261.0, 9197.0, 9245.0, 9205.0, 9208.0, 9170.0, 9208.0, 9276.0, 9169.0, 9241.0, 9194.0, 9202.0, 9199.0, 9173.0, 9230.0, 9190.0, 9202.0, 9241.0, 9176.0, 9218.0, 9234.0, 9201.0, 9223.0, 9186.0, 9187.0, 9268.0, 9161.0, 9198.0, 9257.0, 9177.0, 9203.0, 9219.0, 9188.0, 9228.0, 9208.0, 9168.0, 9210.0, 9144.0, 9186.0, 9229.0, 9179.0, 9179.0, 9249.0, 9147.0, 9196.0, 9207.0, 9151.0, 9206.0, 9188.0, 9163.0, 9208.0, 9199.0, 9192.0, 9238.0, 9203.0, 9182.0, 9197.0, 9193.0, 9224.0, 9167.0, 9183.0, 9237.0, 9182.0, 9183.0, 9186.0, 9155.0, 9212.0, 9196.0, 9186.0, 9221.0, 9204.0, 9208.0, 9217.0, 9176.0, 9217.0, 9254.0, 9189.0, 9216.0, 9214.0, 9182.0, 9257.0, 9169.0, 9206.0, 9253.0, 9159.0, 9243.0, 9217.0, 9169.0, 9207.0, 9166.0, 9183.0, 9234.0, 9165.0, 9164.0, 9250.0, 9150.0, 9181.0, 9173.0, 9164.0, 9225.0, 9169.0, 9168.0, 9222.0, 9180.0, 9200.0, 9222.0, 9185.0, 9215.0, 9191.0, 9191.0, 9206.0, 9186.0, 9201.0, 9204.0, 9167.0, 9193.0, 9187.0, 9173.0, 9209.0, 9187.0, 9165.0, 9236.0, 9187.0, 9171.0, 9213.0, 9173.0, 9166.0, 9213.0, 9180.0, 9210.0, 9165.0, 9169.0, 9224.0, 9168.0, 9160.0, 9212.0, 9173.0, 9208.0, 9174.0, 9162.0, 9214.0, 9198.0, 9235.0, 9201.0, 9270.0, 9244.0, 9198.0, 9232.0, 9189.0, 9192.0, 9274.0, 9188.0, 9222.0, 9274.0, 9188.0, 9220.0, 9212.0, 9160.0, 9231.0, 9222.0, 9168.0, 9207.0, 9187.0, 9192.0, 9237.0, 9190.0, 9217.0, 9205.0, 9147.0, 9214.0, 9197.0, 9189.0, 9206.0, 9174.0, 9219.0, 9227.0, 9164.0, 9232.0, 9211.0, 9179.0, 9223.0, 9204.0, 9195.0, 9256.0, 9188.0, 9206.0, 9216.0, 9195.0, 9212.0, 9217.0, 9176.0, 9241.0, 9191.0, 9162.0, 9200.0, 9174.0, 9214.0, 9189.0, 9197.0, 9285.0, 9192.0, 9214.0, 9230.0, 9161.0, 9260.0, 9169.0, 9191.0, 9200.0, 9158.0, 9230.0, 9212.0, 9193.0, 9227.0, 9189.0, 9171.0, 9239.0, 9185.0, 9210.0, 9277.0, 9162.0, 9221.0, 9195.0, 9191.0, 9279.0, 9195.0, 9234.0, 9174.0, 9191.0, 9255.0, 9156.0, 9254.0, 9206.0, 9188.0, 9256.0, 9182.0, 9224.0, 9179.0, 9237.0, 9265.0, 9157.0, 9244.0, 9214.0, 9202.0, 9202.0, 9158.0, 9202.0, 9256.0, 9152.0, 9186.0, 9218.0, 9131.0, 9203.0, 9175.0, 9163.0, 9216.0, 9160.0, 9149.0, 9231.0, 9122.0, 9179.0, 9193.0, 9171.0, 9184.0, 9162.0, 9175.0, 9237.0, 9173.0, 9205.0, 9215.0, 9173.0, 9166.0, 9222.0, 9137.0, 9199.0, 9201.0, 9193.0, 9229.0, 9174.0, 9169.0, 9221.0, 9174.0, 9202.0, 9218.0, 9181.0, 9230.0, 9190.0, 9184.0, 9258.0, 9159.0, 9203.0, 9202.0, 9143.0, 9203.0, 9174.0, 9178.0, 9246.0, 9167.0, 9215.0, 9218.0, 9162.0, 9275.0, 9176.0, 9193.0, 9173.0, 9206.0, 9239.0, 9192.0, 9197.0, 9274.0, 9181.0, 9235.0, 9219.0, 9164.0, 9275.0, 9194.0, 9204.0, 9202.0, 9180.0, 9262.0, 9173.0, 9221.0, 9291.0, 9251.0, 9269.0, 9196.0, 9244.0, 9208.0, 9207.0, 9261.0, 9154.0, 9236.0, 9255.0, 9161.0, 9211.0, 9213.0, 9192.0, 9231.0, 9195.0, 9170.0, 9239.0, 9155.0, 9186.0, 9252.0, 9166.0, 9197.0, 9251.0, 9164.0, 9187.0, 9196.0, 9144.0, 9206.0, 9164.0, 9158.0, 9218.0, 9154.0, 9157.0, 9164.0, 9126.0, 9158.0, 9197.0, 9125.0, 9160.0, 9230.0, 9151.0, 9181.0, 9185.0, 9154.0, 9162.0, 9159.0, 9171.0, 9193.0, 9169.0, 9182.0, 9232.0, 9172.0, 9216.0, 9234.0, 9176.0, 9200.0, 9197.0, 9187.0, 9221.0, 9156.0, 9189.0, 9239.0, 9157.0, 9167.0, 9179.0, 9139.0, 9213.0, 9170.0, 9178.0, 9238.0, 9177.0, 9230.0, 9212.0, 9170.0, 9227.0, 9187.0, 9195.0, 9264.0, 9173.0, 9204.0, 9163.0, 9181.0, 9180.0, 9191.0, 9256.0, 9197.0, 9254.0, 9246.0, 9179.0, 9239.0, 9186.0, 9247.0, 9239.0, 9206.0, 9245.0, 9206.0, 9183.0, 9199.0, 9174.0, 9204.0, 9217.0, 9167.0, 9203.0, 9213.0, 9175.0, 9198.0, 9200.0, 9189.0, 9239.0, 9190.0, 9188.0, 9256.0, 9191.0, 9189.0, 9214.0, 9155.0, 9216.0, 9196.0, 9190.0, 9255.0, 9193.0, 9204.0, 9210.0, 9176.0, 9249.0, 9183.0, 9192.0, 9239.0, 9184.0, 9183.0, 9253.0, 9187.0, 9189.0, 9205.0, 9190.0, 9210.0, 9190.0, 9172.0, 9231.0, 9211.0, 9188.0, 9239.0, 9197.0, 9173.0, 9217.0, 9172.0, 9168.0, 9198.0, 9182.0, 9244.0, 9166.0, 9191.0, 9258.0, 9185.0, 9185.0, 9181.0, 9157.0, 9230.0, 9208.0, 9173.0, 9224.0, 9184.0, 9156.0, 9199.0, 9172.0, 9221.0, 9212.0, 9187.0, 9221.0, 9176.0, 9167.0, 9238.0, 9162.0, 9189.0, 9249.0, 9190.0, 9235.0, 9208.0, 9199.0, 9196.0, 9195.0, 9218.0, 9193.0, 9292.0, 9219.0, 9214.0, 9237.0, 9165.0, 9179.0, 9252.0, 9133.0, 9184.0, 9233.0, 9131.0, 9190.0, 9232.0, 9154.0, 9192.0, 9191.0, 9150.0, 9204.0, 9148.0, 9163.0, 9167.0, 9184.0, 9221.0, 9195.0, 9173.0, 9221.0, 9154.0, 9162.0, 9187.0, 9173.0, 9234.0, 9190.0, 9206.0, 9223.0, 9179.0, 9220.0, 9192.0, 9176.0, 9217.0, 9208.0, 9171.0, 9194.0, 9179.0, 9238.0, 9200.0, 9190.0, 9245.0, 9195.0, 9168.0, 9256.0, 9156.0, 9209.0, 9172.0, 9156.0, 9222.0, 9142.0, 9173.0, 9239.0, 9174.0, 9178.0, 9193.0, 9173.0, 9241.0, 9196.0, 9170.0, 9222.0, 9182.0, 9184.0, 9217.0, 9171.0, 9173.0, 9235.0, 9168.0, 9163.0, 9161.0, 9153.0, 9175.0, 9206.0, 9176.0, 9190.0, 9169.0, 9186.0, 9251.0, 9171.0, 9175.0, 9205.0, 9162.0, 9198.0, 9191.0, 9194.0, 9243.0, 9189.0, 9177.0, 9259.0, 9156.0, 9202.0, 9183.0, 9182.0, 9260.0, 9175.0, 9191.0, 9276.0, 9173.0, 9187.0, 9177.0, 9145.0, 9209.0, 9174.0, 9178.0, 9255.0, 9155.0, 9171.0, 9221.0, 9144.0, 9217.0, 9224.0, 9157.0, 9194.0, 9185.0, 9208.0, 9260.0, 9178.0, 9223.0, 9192.0, 9209.0, 9209.0, 9178.0, 9203.0, 9201.0, 9230.0, 9164.0, 9246.0, 9212.0, 9172.0, 9240.0, 9173.0, 9189.0, 9221.0, 9146.0, 9201.0, 9197.0, 9175.0, 9223.0, 9189.0, 9158.0, 9207.0, 9161.0, 9201.0, 9190.0, 9197.0, 9241.0, 9160.0, 9232.0, 9193.0, 9179.0, 9221.0, 9173.0, 9207.0, 9237.0, 9138.0, 9231.0, 9223.0, 9173.0, 9208.0, 9170.0, 9173.0, 9238.0, 9150.0, 9172.0, 9220.0, 9141.0, 9209.0, 9182.0, 9150.0, 9193.0, 9159.0, 9154.0, 9192.0, 9143.0, 9134.0, 9200.0, 9151.0, 9169.0, 9231.0, 9150.0, 9198.0, 9196.0, 9151.0, 9162.0, 9176.0, 9151.0, 9190.0, 9170.0, 9172.0, 9161.0, 9176.0, 9155.0, 9164.0, 9246.0, 9185.0, 9158.0, 9222.0, 9166.0, 9173.0, 9237.0, 9147.0, 9155.0, 9248.0, 9170.0, 9164.0, 9195.0, 9162.0, 9210.0, 9154.0, 9139.0, 9205.0, 9155.0, 9157.0, 9231.0, 9151.0, 9171.0, 9172.0, 9192.0, 9229.0, 9209.0, 9187.0, 9175.0, 9205.0, 9194.0, 9192.0, 9252.0, 9198.0, 9198.0, 9183.0, 9172.0, 9252.0, 9152.0, 9164.0, 9251.0, 9136.0, 9215.0, 9260.0, 9169.0, 9232.0, 9132.0, 9193.0, 9175.0, 9167.0, 9185.0, 9192.0, 9265.0, 9194.0, 9201.0, 9237.0, 9169.0, 9187.0, 9247.0, 9168.0, 9157.0, 9216.0, 9149.0, 9179.0, 9236.0, 9131.0, 9192.0, 9195.0, 9153.0, 9188.0, 9157.0, 9145.0, 9189.0, 9112.0, 9152.0, 9190.0, 9111.0, 9172.0, 9168.0, 9147.0, 9188.0, 9155.0, 9160.0, 9169.0, 9161.0, 9165.0, 9196.0, 9165.0, 9154.0, 9202.0, 9127.0, 9200.0, 9173.0, 9130.0, 9179.0, 9156.0, 9158.0, 9177.0, 9158.0, 9182.0, 9211.0, 9156.0, 9193.0, 9188.0, 9161.0, 9233.0, 9165.0, 9188.0, 9206.0, 9178.0, 9183.0, 9186.0, 9182.0, 9258.0, 9182.0, 9180.0, 9252.0, 9163.0, 9201.0, 9177.0, 9196.0, 9212.0, 9160.0, 9264.0, 9210.0, 9203.0, 9225.0, 9157.0, 9195.0, 9271.0, 9161.0, 9214.0, 9181.0, 9177.0, 9242.0, 9166.0, 9156.0, 9237.0, 9157.0, 9199.0, 9156.0, 9173.0, 9242.0, 9141.0, 9248.0, 9183.0, 9173.0, 9235.0, 9136.0, 9185.0, 9166.0, 9153.0, 9219.0, 9157.0, 9180.0, 9166.0, 9140.0, 9211.0, 9173.0, 9172.0, 9201.0, 9158.0, 9201.0, 9162.0, 9172.0, 9188.0, 9169.0, 9154.0, 9233.0, 9148.0, 9153.0, 9221.0, 9157.0, 9163.0, 9179.0, 9174.0, 9207.0, 9166.0, 9141.0, 9219.0, 9139.0, 9184.0, 9182.0, 9180.0, 9211.0, 9155.0, 9166.0, 9228.0, 9163.0, 9201.0, 9197.0, 9166.0, 9206.0, 9184.0, 9143.0, 9185.0, 9185.0, 9256.0, 9198.0, 9222.0, 9275.0, 9142.0, 9245.0, 9180.0, 9180.0, 9244.0, 9184.0, 9157.0, 9255.0, 9172.0, 9190.0, 9163.0, 9163.0, 9194.0, 9213.0, 9179.0, 9212.0, 9179.0, 9200.0, 9219.0, 9157.0, 9242.0, 9180.0, 9216.0, 9162.0, 9162.0, 9243.0, 9193.0, 9202.0, 9189.0, 9228.0, 9238.0, 9212.0, 9224.0, 9216.0, 9277.0, 9246.0, 9217.0, 9221.0, 9173.0, 9176.0, 9216.0, 9143.0, 9227.0, 9163.0, 9182.0, 9249.0, 9132.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.004820891330891331</td></tr>
<tr><td colspan=3>aqi</td><td>0.04710928229548231</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.881202935491736</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2588588190287113</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0265089356017103</td></tr>
<tr><td colspan=3>efc</td><td>0.4717</td></tr>
<tr><td colspan=3>fber</td><td>5569.8062</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.081532684916686</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.9914529914529915</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3259574956591305</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2047712201614305</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5709161205227646</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.202185146293196</td></tr>
<tr><td colspan=3>gcor</td><td>0.00381009</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017948536202311516</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028797462582588196</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.42784616955706</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>34.6348</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.1911</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.0631</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301459.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>666.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>297.2902</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3184</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.6834</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3393.4148</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75085.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1526.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4345.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>796.5445</td></tr>
<tr><td colspan=3>tsnr</td><td>32.58902796916664</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>