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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0083_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-0083_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-0083_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-0083/figures/sub-0083_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_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-0083/figures/sub-0083_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083/ses-03/func/sub-0083_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>2ac3cbe97e3495863b3c272eeda58b38</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>21:57:21.760000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998927, -0.00988864, 0.0452383, 0.00557908, 0.995517, 0.094416]</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.0965845</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>[4153, -7889, -7275, 763, -85, -717, 249, 27]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.076</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cf700cf3-f57c-48aa-9b74-437249eb2f7e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680048942565918, 0.014968267641961575, 0.12411659955978394, 107.11431884765625], [0.02653050608932972, 2.6708998680114746, 0.25396838784217834, -106.86970520019531], [0.12137094885110855, -0.2533113360404968, 2.685161828994751, -62.822776794433594], [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': ['215721.760000', '215722.220000', '215722.680000', '215723.140000', '215723.600000', '215724.060000', '215724.520000', '215724.980000', '215725.440000', '215725.900000', '215726.360000', '215726.820000', '215727.280000', '215727.740000', '215728.200000', '215728.660000', '215729.120000', '215729.580000', '215730.040000', '215730.500000', '215730.960000', '215731.420000', '215731.880000', '215732.340000', '215732.800000', '215733.260000', '215733.720000', '215734.180000', '215734.640000', '215735.100000', '215735.560000', '215736.020000', '215736.480000', '215736.940000', '215737.400000', '215737.860000', '215738.320000', '215738.780000', '215739.240000', '215739.700000', '215740.160000', '215740.620000', '215741.080000', '215741.540000', '215742.000000', '215742.460000', '215742.920000', '215743.380000', '215743.840000', '215744.300000', '215744.760000', '215745.220000', '215745.680000', '215746.140000', '215746.600000', '215747.060000', '215747.520000', '215747.980000', '215748.440000', '215748.900000', '215749.360000', '215749.820000', '215750.280000', '215750.740000', '215751.200000', '215751.660000', '215752.120000', '215752.580000', '215753.040000', '215753.500000', '215753.960000', '215754.420000', '215754.880000', '215755.340000', '215755.800000', '215756.260000', '215756.720000', '215757.180000', '215757.640000', '215758.100000', '215758.560000', '215759.020000', '215759.480000', '215759.940000', '215800.400000', '215800.860000', '215801.320000', '215801.780000', '215802.240000', '215802.700000', '215803.160000', '215803.620000', '215804.080000', '215804.540000', '215805.000000', '215805.460000', '215805.920000', '215806.380000', '215806.840000', '215807.300000', '215807.760000', '215808.220000', '215808.680000', '215809.140000', '215809.600000', '215810.060000', '215810.520000', '215810.980000', '215811.440000', '215811.900000', '215812.360000', '215812.820000', '215813.280000', '215813.740000', '215814.200000', '215814.660000', '215815.120000', '215815.580000', '215816.040000', '215816.500000', '215816.960000', '215817.420000', '215817.880000', '215818.340000', '215818.800000', '215819.260000', '215819.720000', '215820.180000', '215820.640000', '215821.100000', '215821.560000', '215822.020000', '215822.480000', '215822.940000', '215823.400000', '215823.860000', '215824.320000', '215824.780000', '215825.240000', '215825.700000', '215826.160000', '215826.620000', '215827.080000', '215827.540000', '215828.000000', '215828.460000', '215828.920000', '215829.380000', '215829.840000', '215830.300000', '215830.760000', '215831.220000', '215831.680000', '215832.140000', '215832.600000', '215833.060000', '215833.520000', '215833.980000', '215834.440000', '215834.900000', '215835.360000', '215835.820000', '215836.280000', '215836.740000', '215837.200000', '215837.660000', '215838.120000', '215838.580000', '215839.040000', '215839.500000', '215839.960000', '215840.420000', '215840.880000', '215841.340000', '215841.800000', '215842.260000', '215842.720000', '215843.180000', '215843.640000', '215844.100000', '215844.560000', '215845.020000', '215845.480000', '215845.940000', '215846.400000', '215846.860000', '215847.320000', '215847.780000', '215848.240000', '215848.700000', '215849.160000', '215849.620000', '215850.080000', '215850.540000', '215851.000000', '215851.460000', '215851.920000', '215852.380000', '215852.840000', '215853.300000', '215853.760000', '215854.220000', '215854.680000', '215855.140000', '215855.600000', '215856.060000', '215856.520000', '215856.980000', '215857.440000', '215857.900000', '215858.360000', '215858.820000', '215859.280000', '215859.740000', '215900.200000', '215900.660000', '215901.120000', '215901.580000', '215902.040000', '215902.500000', '215902.960000', '215903.420000', '215903.880000', '215904.340000', '215904.800000', '215905.260000', '215905.720000', '215906.180000', '215906.640000', '215907.100000', '215907.560000', '215908.020000', '215908.480000', '215908.940000', '215909.400000', '215909.860000', '215910.320000', '215910.780000', '215911.240000', '215911.700000', '215912.160000', '215912.620000', '215913.080000', '215913.540000', '215914.000000', '215914.460000', '215914.920000', '215915.380000', '215915.840000', '215916.300000', '215916.760000', '215917.220000', '215917.680000', '215918.140000', '215918.600000', '215919.060000', '215919.520000', '215919.980000', '215920.440000', '215920.900000', '215921.360000', '215921.820000', '215922.280000', '215922.740000', '215923.200000', '215923.660000', '215924.120000', '215924.580000', '215925.040000', '215925.500000', '215925.960000', '215926.420000', '215926.880000', '215927.340000', '215927.800000', '215928.260000', '215928.720000', '215929.180000', '215929.640000', '215930.100000', '215930.560000', '215931.020000', '215931.480000', '215931.940000', '215932.400000', '215932.860000', '215933.320000', '215933.780000', '215934.240000', '215934.700000', '215935.160000', '215935.620000', '215936.080000', '215936.540000', '215937.000000', '215937.460000', '215937.920000', '215938.380000', '215938.840000', '215939.300000', '215939.760000', '215940.220000', '215940.680000', '215941.140000', '215941.600000', '215942.060000', '215942.520000', '215942.980000', '215943.440000', '215943.900000', '215944.360000', '215944.820000', '215945.280000', '215945.740000', '215946.200000', '215946.660000', '215947.120000', '215947.580000', '215948.040000', '215948.500000', '215948.960000', '215949.420000', '215949.880000', '215950.340000', '215950.800000', '215951.260000', '215951.720000', '215952.180000', '215952.640000', '215953.100000', '215953.560000', '215954.020000', '215954.480000', '215954.940000', '215955.400000', '215955.860000', '215956.320000', '215956.780000', '215957.240000', '215957.700000', '215958.160000', '215958.620000', '215959.080000', '215959.540000', '220000.000000', '220000.460000', '220000.920000', '220001.380000', '220001.840000', '220002.300000', '220002.760000', '220003.220000', '220003.680000', '220004.140000', '220004.600000', '220005.060000', '220005.520000', '220005.980000', '220006.440000', '220006.900000', '220007.360000', '220007.820000', '220008.280000', '220008.740000', '220009.200000', '220009.660000', '220010.120000', '220010.580000', '220011.040000', '220011.500000', '220011.960000', '220012.420000', '220012.880000', '220013.340000', '220013.800000', '220014.260000', '220014.720000', '220015.180000', '220015.640000', '220016.100000', '220016.560000', '220017.020000', '220017.480000', '220017.940000', '220018.400000', '220018.860000', '220019.320000', '220019.780000', '220020.240000', '220020.700000', '220021.160000', '220021.620000', '220022.080000', '220022.540000', '220023.000000', '220023.460000', '220023.920000', '220024.380000', '220024.840000', '220025.300000', '220025.760000', '220026.220000', '220026.680000', '220027.140000', '220027.600000', '220028.060000', '220028.520000', '220028.980000', '220029.440000', '220029.900000', '220030.360000', '220030.820000', '220031.280000', '220031.740000', '220032.200000', '220032.660000', '220033.120000', '220033.580000', '220034.040000', '220034.500000', '220034.960000', '220035.420000', '220035.880000', '220036.340000', '220036.800000', '220037.260000', '220037.720000', '220038.180000', '220038.640000', '220039.100000', '220039.560000', '220040.020000', '220040.480000', '220040.940000', '220041.400000', '220041.860000', '220042.320000', '220042.780000', '220043.240000', '220043.700000', '220044.160000', '220044.620000', '220045.080000', '220045.540000', '220046.000000', '220046.460000', '220046.920000', '220047.380000', '220047.840000', '220048.300000', '220048.760000', '220049.220000', '220049.680000', '220050.140000', '220050.600000', '220051.060000', '220051.520000', '220051.980000', '220052.440000', '220052.900000', '220053.360000', '220053.820000', '220054.280000', '220054.740000', '220055.200000', '220055.660000', '220056.120000', '220056.580000', '220057.040000', '220057.500000', '220057.960000', '220058.420000', '220058.880000', '220059.340000', '220059.800000', '220100.260000', '220100.720000', '220101.180000', '220101.640000', '220102.100000', '220102.560000', '220103.020000', '220103.480000', '220103.940000', '220104.400000', '220104.860000', '220105.320000', '220105.780000', '220106.240000', '220106.700000', '220107.160000', '220107.620000', '220108.080000', '220108.540000', '220109.000000', '220109.460000', '220109.920000', '220110.380000', '220110.840000', '220111.300000', '220111.760000', '220112.220000', '220112.680000', '220113.140000', '220113.600000', '220114.060000', '220114.520000', '220114.980000', '220115.440000', '220115.900000', '220116.360000', '220116.820000', '220117.280000', '220117.740000', '220118.200000', '220118.660000', '220119.120000', '220119.580000', '220120.040000', '220120.500000', '220120.960000', '220121.420000', '220121.880000', '220122.340000', '220122.800000', '220123.260000', '220123.720000', '220124.180000', '220124.640000', '220125.100000', '220125.560000', '220126.020000', '220126.480000', '220126.940000', '220127.400000', '220127.860000', '220128.320000', '220128.780000', '220129.240000', '220129.700000', '220130.160000', '220130.620000', '220131.080000', '220131.540000', '220132.000000', '220132.460000', '220132.920000', '220133.380000', '220133.840000', '220134.300000', '220134.760000', '220135.220000', '220135.680000', '220136.140000', '220136.600000', '220137.060000', '220137.520000', '220137.980000', '220138.440000', '220138.900000', '220139.360000', '220139.820000', '220140.280000', '220140.740000', '220141.200000', '220141.660000', '220142.120000', '220142.580000', '220143.040000', '220143.500000', '220143.960000', '220144.420000', '220144.880000', '220145.340000', '220145.800000', '220146.260000', '220146.720000', '220147.180000', '220147.640000', '220148.100000', '220148.560000', '220149.020000', '220149.480000', '220149.940000', '220150.400000', '220150.860000', '220151.320000', '220151.780000', '220152.240000', '220152.700000', '220153.160000', '220153.620000', '220154.080000', '220154.540000', '220155.000000', '220155.460000', '220155.920000', '220156.380000', '220156.840000', '220157.300000', '220157.760000', '220158.220000', '220158.680000', '220159.140000', '220159.600000', '220200.060000', '220200.520000', '220200.980000', '220201.440000', '220201.900000', '220202.360000', '220202.820000', '220203.280000', '220203.740000', '220204.200000', '220204.660000', '220205.120000', '220205.580000', '220206.040000', '220206.500000', '220206.960000', '220207.420000', '220207.880000', '220208.340000', '220208.800000', '220209.260000', '220209.720000', '220210.180000', '220210.640000', '220211.100000', '220211.560000', '220212.020000', '220212.480000', '220212.940000', '220213.400000', '220213.860000', '220214.320000', '220214.780000', '220215.240000', '220215.700000', '220216.160000', '220216.620000', '220217.080000', '220217.540000', '220218.000000', '220218.460000', '220218.920000', '220219.380000', '220219.840000', '220220.300000', '220220.760000', '220221.220000', '220221.680000', '220222.140000', '220222.600000', '220223.060000', '220223.520000', '220223.980000', '220224.440000', '220224.900000', '220225.360000', '220225.820000', '220226.280000', '220226.740000', '220227.200000', '220227.660000', '220228.120000', '220228.580000', '220229.040000', '220229.500000', '220229.960000', '220230.420000', '220230.880000', '220231.340000', '220231.800000', '220232.260000', '220232.720000', '220233.180000', '220233.640000', '220234.100000', '220234.560000', '220235.020000', '220235.480000', '220235.940000', '220236.400000', '220236.860000', '220237.320000', '220237.780000', '220238.240000', '220238.700000', '220239.160000', '220239.620000', '220240.080000', '220240.540000', '220241.000000', '220241.460000', '220241.920000', '220242.380000', '220242.840000', '220243.300000', '220243.760000', '220244.220000', '220244.680000', '220245.140000', '220245.600000', '220246.060000', '220246.520000', '220246.980000', '220247.440000', '220247.900000', '220248.360000', '220248.820000', '220249.280000', '220249.740000', '220250.200000', '220250.660000', '220251.120000', '220251.580000', '220252.040000', '220252.500000', '220252.960000', '220253.420000', '220253.880000', '220254.340000', '220254.800000', '220255.260000', '220255.720000', '220256.180000', '220256.640000', '220257.100000', '220257.560000', '220258.020000', '220258.480000', '220258.940000', '220259.400000', '220259.860000', '220300.320000', '220300.780000', '220301.240000', '220301.700000', '220302.160000', '220302.620000', '220303.080000', '220303.540000', '220304.000000', '220304.460000', '220304.920000', '220305.380000', '220305.840000', '220306.300000', '220306.760000', '220307.220000', '220307.680000', '220308.140000', '220308.600000', '220309.060000', '220309.520000', '220309.980000', '220310.440000', '220310.900000', '220311.360000', '220311.820000', '220312.280000', '220312.740000', '220313.200000', '220313.660000', '220314.120000', '220314.580000', '220315.040000', '220315.500000', '220315.960000', '220316.420000', '220316.880000', '220317.340000', '220317.800000', '220318.260000', '220318.720000', '220319.180000', '220319.640000', '220320.100000', '220320.560000', '220321.020000', '220321.480000', '220321.940000', '220322.400000', '220322.860000', '220323.320000', '220323.780000', '220324.240000', '220324.700000', '220325.160000', '220325.620000', '220326.080000', '220326.540000', '220327.000000', '220327.460000', '220327.920000', '220328.380000', '220328.840000', '220329.300000', '220329.760000', '220330.220000', '220330.680000', '220331.140000', '220331.600000', '220332.060000', '220332.520000', '220332.980000', '220333.440000', '220333.900000', '220334.360000', '220334.820000', '220335.280000', '220335.740000', '220336.200000', '220336.660000', '220337.120000', '220337.580000', '220338.040000', '220338.500000', '220338.960000', '220339.420000', '220339.880000', '220340.340000', '220340.800000', '220341.260000', '220341.720000', '220342.180000', '220342.640000', '220343.100000', '220343.560000', '220344.020000', '220344.480000', '220344.940000', '220345.400000', '220345.860000', '220346.320000', '220346.780000', '220347.240000', '220347.700000', '220348.160000', '220348.620000', '220349.080000', '220349.540000', '220350.000000', '220350.460000', '220350.920000', '220351.380000', '220351.840000', '220352.300000', '220352.760000', '220353.220000', '220353.680000', '220354.140000', '220354.600000', '220355.060000', '220355.520000', '220355.980000', '220356.440000', '220356.900000', '220357.360000', '220357.820000', '220358.280000', '220358.740000', '220359.200000', '220359.660000', '220400.120000', '220400.580000', '220401.040000', '220401.500000', '220401.960000', '220402.420000', '220402.880000', '220403.340000', '220403.800000', '220404.260000', '220404.720000', '220405.180000', '220405.640000', '220406.100000', '220406.560000', '220407.020000', '220407.480000', '220407.940000', '220408.400000', '220408.860000', '220409.320000', '220409.780000', '220410.240000', '220410.700000', '220411.160000', '220411.620000', '220412.080000', '220412.540000', '220413.000000', '220413.460000', '220413.920000', '220414.380000', '220414.840000', '220415.300000', '220415.760000', '220416.220000', '220416.680000', '220417.140000', '220417.600000', '220418.060000', '220418.520000', '220418.980000', '220419.440000', '220419.900000', '220420.360000', '220420.820000', '220421.280000', '220421.740000', '220422.200000', '220422.660000', '220423.120000', '220423.580000', '220424.040000', '220424.500000', '220424.960000', '220425.420000', '220425.880000', '220426.340000', '220426.800000', '220427.260000', '220427.720000', '220428.180000', '220428.640000', '220429.100000', '220429.560000', '220430.020000', '220430.480000', '220430.940000', '220431.400000', '220431.860000', '220432.320000', '220432.780000', '220433.240000', '220433.700000', '220434.160000', '220434.620000', '220435.080000', '220435.540000', '220436.000000', '220436.460000', '220436.920000', '220437.380000', '220437.840000', '220438.300000', '220438.760000', '220439.220000', '220439.680000', '220440.140000', '220440.600000', '220441.060000', '220441.520000', '220441.980000', '220442.440000', '220442.900000', '220443.360000', '220443.820000', '220444.280000', '220444.740000', '220445.200000', '220445.660000', '220446.120000', '220446.580000', '220447.040000', '220447.500000', '220447.960000', '220448.420000', '220448.880000', '220449.340000', '220449.800000', '220450.260000', '220450.720000', '220451.180000', '220451.640000', '220452.100000', '220452.560000', '220453.020000', '220453.480000', '220453.940000', '220454.400000', '220454.860000', '220455.320000', '220455.780000', '220456.240000', '220456.700000', '220457.160000', '220457.620000', '220458.080000', '220458.540000', '220459.000000', '220459.460000', '220459.920000', '220500.380000', '220500.840000', '220501.300000', '220501.760000', '220502.220000', '220502.680000', '220503.140000', '220503.600000', '220504.060000', '220504.520000', '220504.980000', '220505.440000', '220505.900000', '220506.360000', '220506.820000', '220507.280000', '220507.740000', '220508.200000', '220508.660000', '220509.120000', '220509.580000', '220510.040000', '220510.500000', '220510.960000', '220511.420000', '220511.880000', '220512.340000', '220512.800000', '220513.260000', '220513.720000', '220514.180000', '220514.640000', '220515.100000', '220515.560000', '220516.020000', '220516.480000', '220516.940000', '220517.400000', '220517.860000', '220518.320000', '220518.780000', '220519.240000', '220519.700000', '220520.160000', '220520.620000', '220521.080000', '220521.540000', '220522.000000', '220522.460000', '220522.920000', '220523.380000', '220523.840000', '220524.300000', '220524.760000', '220525.220000', '220525.680000', '220526.140000', '220526.600000', '220527.060000', '220527.520000', '220527.980000', '220528.440000', '220528.900000', '220529.360000', '220529.820000', '220530.280000', '220530.740000', '220531.200000', '220531.660000', '220532.120000', '220532.580000', '220533.040000', '220533.500000', '220533.960000', '220534.420000', '220534.880000', '220535.340000', '220535.800000', '220536.260000', '220536.720000', '220537.180000', '220537.640000', '220538.100000', '220538.560000', '220539.020000', '220539.480000', '220539.940000', '220540.400000', '220540.860000', '220541.320000', '220541.780000', '220542.240000', '220542.700000', '220543.160000', '220543.620000', '220544.080000', '220544.540000', '220545.000000', '220545.460000', '220545.920000', '220546.380000', '220546.840000', '220547.300000', '220547.760000', '220548.220000', '220548.680000', '220549.140000', '220549.600000', '220550.060000', '220550.520000', '220550.980000', '220551.440000', '220551.900000', '220552.360000', '220552.820000', '220553.280000', '220553.740000', '220554.200000', '220554.660000', '220555.120000', '220555.580000', '220556.040000', '220556.500000', '220556.960000', '220557.420000', '220557.880000', '220558.340000', '220558.800000', '220559.260000', '220559.720000', '220600.180000', '220600.640000', '220601.100000', '220601.560000', '220602.020000', '220602.480000', '220602.940000', '220603.400000', '220603.860000', '220604.320000', '220604.780000', '220605.240000', '220605.700000', '220606.160000', '220606.620000', '220607.080000', '220607.540000', '220608.000000', '220608.460000', '220608.920000', '220609.380000', '220609.840000', '220610.300000', '220610.760000', '220611.220000', '220611.680000', '220612.140000', '220612.600000', '220613.060000', '220613.520000', '220613.980000', '220614.440000', '220614.900000', '220615.360000', '220615.820000', '220616.280000', '220616.740000', '220617.200000', '220617.660000', '220618.120000', '220618.580000', '220619.040000', '220619.500000', '220619.960000', '220620.420000', '220620.880000', '220621.340000', '220621.800000', '220622.260000', '220622.720000', '220623.180000', '220623.640000', '220624.100000', '220624.560000', '220625.020000', '220625.480000', '220625.940000', '220626.400000', '220626.860000', '220627.320000', '220627.780000', '220628.240000', '220628.700000', '220629.160000', '220629.620000', '220630.080000', '220630.540000', '220631.000000', '220631.460000', '220631.920000', '220632.380000', '220632.840000', '220633.300000', '220633.760000', '220634.220000', '220634.680000', '220635.140000', '220635.600000', '220636.060000', '220636.520000', '220636.980000', '220637.440000', '220637.900000', '220638.360000', '220638.820000', '220639.280000', '220639.740000', '220640.200000', '220640.660000', '220641.120000', '220641.580000', '220642.040000', '220642.500000', '220642.960000', '220643.420000', '220643.880000', '220644.340000', '220644.800000', '220645.260000', '220645.720000', '220646.180000', '220646.640000', '220647.100000', '220647.560000', '220648.020000', '220648.480000', '220648.940000', '220649.400000', '220649.860000', '220650.320000', '220650.780000', '220651.240000', '220651.700000', '220652.160000', '220652.620000', '220653.080000', '220653.540000', '220654.000000', '220654.460000', '220654.920000', '220655.380000', '220655.840000', '220656.300000', '220656.760000', '220657.220000', '220657.680000', '220658.140000', '220658.600000', '220659.060000', '220659.520000', '220659.980000', '220700.440000', '220700.900000', '220701.360000', '220701.820000', '220702.280000', '220702.740000', '220703.200000', '220703.660000', '220704.120000', '220704.580000', '220705.040000', '220705.500000', '220705.960000', '220706.420000', '220706.880000', '220707.340000', '220707.800000', '220708.260000', '220708.720000', '220709.180000', '220709.640000', '220710.100000', '220710.560000', '220711.020000', '220711.480000', '220711.940000', '220712.400000', '220712.860000', '220713.320000', '220713.780000', '220714.240000', '220714.700000', '220715.160000', '220715.620000', '220716.080000', '220716.540000', '220717.000000', '220717.460000', '220717.920000', '220718.380000', '220718.840000', '220719.300000', '220719.760000', '220720.220000', '220720.680000', '220721.140000', '220721.600000', '220722.060000', '220722.520000', '220722.980000', '220723.440000', '220723.900000', '220724.360000', '220724.820000', '220725.280000', '220725.740000', '220726.200000', '220726.660000', '220727.120000', '220727.580000', '220728.040000', '220728.500000', '220728.960000', '220729.420000', '220729.880000', '220730.340000', '220730.800000', '220731.260000', '220731.720000', '220732.180000', '220732.640000', '220733.100000', '220733.560000', '220734.020000', '220734.480000', '220734.940000', '220735.400000', '220735.860000', '220736.320000', '220736.780000', '220737.240000', '220737.700000', '220738.160000', '220738.620000', '220739.080000', '220739.540000', '220740.000000', '220740.460000', '220740.920000', '220741.380000', '220741.840000', '220742.300000', '220742.760000', '220743.220000', '220743.680000', '220744.140000', '220744.600000', '220745.060000', '220745.520000', '220745.980000', '220746.440000', '220746.900000', '220747.360000', '220747.820000', '220748.280000', '220748.740000', '220749.200000', '220749.660000', '220750.120000', '220750.580000', '220751.040000', '220751.500000', '220751.960000', '220752.420000', '220752.880000', '220753.340000', '220753.800000', '220754.260000', '220754.720000', '220755.180000', '220755.640000', '220756.100000', '220756.560000', '220757.020000', '220757.480000', '220757.940000', '220758.400000', '220758.860000', '220759.320000', '220759.780000', '220800.240000', '220800.700000', '220801.160000', '220801.620000', '220802.080000', '220802.540000', '220803.000000', '220803.460000', '220803.920000', '220804.380000', '220804.840000', '220805.300000', '220805.760000', '220806.220000', '220806.680000', '220807.140000', '220807.600000', '220808.060000', '220808.520000', '220808.980000', '220809.440000', '220809.900000', '220810.360000', '220810.820000', '220811.280000', '220811.740000', '220812.200000', '220812.660000', '220813.120000', '220813.580000', '220814.040000', '220814.500000', '220814.960000', '220815.420000', '220815.880000', '220816.340000', '220816.800000', '220817.260000', '220817.720000', '220818.180000', '220818.640000', '220819.100000', '220819.560000', '220820.020000', '220820.480000', '220820.940000', '220821.400000', '220821.860000', '220822.320000', '220822.780000', '220823.240000', '220823.700000', '220824.160000', '220824.620000', '220825.080000', '220825.540000', '220826.000000', '220826.460000', '220826.920000', '220827.380000', '220827.840000', '220828.300000', '220828.760000', '220829.220000', '220829.680000', '220830.140000', '220830.600000', '220831.060000', '220831.520000', '220831.980000', '220832.440000', '220832.900000', '220833.360000', '220833.820000', '220834.280000', '220834.740000', '220835.200000', '220835.660000', '220836.120000', '220836.580000', '220837.040000', '220837.500000', '220837.960000', '220838.420000', '220838.880000', '220839.340000', '220839.800000', '220840.260000', '220840.720000', '220841.180000', '220841.640000', '220842.100000', '220842.560000', '220843.020000', '220843.480000', '220843.940000', '220844.400000', '220844.860000', '220845.320000', '220845.780000', '220846.240000', '220846.700000', '220847.160000', '220847.620000', '220848.080000', '220848.540000', '220849.000000', '220849.460000', '220849.920000', '220850.380000', '220850.840000', '220851.300000', '220851.760000', '220852.220000', '220852.680000', '220853.140000', '220853.600000', '220854.060000', '220854.520000', '220854.980000', '220855.440000', '220855.900000', '220856.360000', '220856.820000', '220857.280000', '220857.740000', '220858.200000', '220858.660000', '220859.120000', '220859.580000', '220900.040000', '220900.500000', '220900.960000', '220901.420000', '220901.880000', '220902.340000', '220902.800000', '220903.260000', '220903.720000', '220904.180000', '220904.640000', '220905.100000', '220905.560000', '220906.020000', '220906.480000', '220906.940000', '220907.400000', '220907.860000', '220908.320000', '220908.780000', '220909.240000', '220909.700000', '220910.160000', '220910.620000', '220911.080000', '220911.540000', '220912.000000', '220912.460000', '220912.920000', '220913.380000', '220913.840000', '220914.300000', '220914.760000', '220915.220000', '220915.680000', '220916.140000', '220916.600000', '220917.060000', '220917.520000', '220917.980000', '220918.440000', '220918.900000', '220919.360000', '220919.820000', '220920.280000', '220920.740000', '220921.200000', '220921.660000', '220922.120000', '220922.580000', '220923.040000', '220923.500000', '220923.960000', '220924.420000', '220924.880000', '220925.340000', '220925.800000', '220926.260000', '220926.720000', '220927.180000', '220927.640000', '220928.100000', '220928.560000', '220929.020000', '220929.480000', '220929.940000', '220930.400000', '220930.860000', '220931.320000', '220931.780000', '220932.240000', '220932.700000', '220933.160000', '220933.620000', '220934.080000', '220934.540000', '220935.000000', '220935.460000', '220935.920000', '220936.380000', '220936.840000', '220937.300000', '220937.760000', '220938.220000', '220938.680000', '220939.140000', '220939.600000', '220940.060000', '220940.520000', '220940.980000', '220941.440000', '220941.900000', '220942.360000', '220942.820000', '220943.280000', '220943.740000', '220944.200000', '220944.660000', '220945.120000', '220945.580000', '220946.040000', '220946.500000', '220946.960000', '220947.420000', '220947.880000', '220948.340000', '220948.800000', '220949.260000', '220949.720000', '220950.180000', '220950.640000', '220951.100000', '220951.560000', '220952.020000', '220952.480000', '220952.940000', '220953.400000', '220953.860000', '220954.320000', '220954.780000', '220955.240000', '220955.700000'], 'ContentTime': ['215747.640000', '215747.643000', '215747.647000', '215747.650000', '215747.652000', '215747.659000', '215747.662000', '215747.665000', '215747.667000', '215747.670000', '215747.672000', '215747.675000', '215747.678000', '215747.680000', '215747.683000', '215747.685000', '215747.688000', '215747.691000', '215747.693000', '215747.696000', '215747.699000', '215747.701000', '215747.706000', '215747.709000', '215747.711000', '215747.714000', '215747.717000', '215747.719000', '215747.722000', '215747.724000', '215747.727000', '215747.730000', '215747.733000', '215747.735000', '215747.738000', '215747.740000', '215747.743000', '215747.746000', '215747.748000', '215747.751000', '215747.753000', '215747.756000', '215747.758000', '215747.761000', '215747.764000', '215747.766000', '215747.769000', '215747.771000', '215747.777000', '215747.779000', '215747.782000', '215747.785000', '215747.788000', '215807.610000', '215807.613000', '215807.616000', '215807.619000', '215807.621000', '215807.624000', '215807.627000', '215807.629000', '215807.632000', '215807.634000', '215807.637000', '215807.640000', '215807.649000', '215807.652000', '215807.654000', '215807.657000', '215807.697000', '215807.700000', '215807.702000', '215807.705000', '215807.707000', '215807.710000', '215807.713000', '215807.715000', '215807.718000', '215807.721000', '215807.723000', '215807.726000', '215807.729000', '215807.731000', '215807.734000', '215807.737000', '215807.740000', '215807.742000', '215807.745000', '215807.747000', '215807.750000', '215807.752000', '215807.755000', '215807.758000', '215807.760000', '215807.763000', '215807.765000', '215827.611000', '215827.613000', '215827.616000', '215827.619000', '215827.622000', '215827.625000', '215827.627000', '215827.630000', '215827.633000', '215827.635000', '215827.638000', '215827.641000', '215827.643000', '215827.646000', '215827.649000', '215827.651000', '215827.654000', '215827.657000', '215827.659000', '215827.662000', '215827.664000', '215827.667000', '215827.670000', '215827.672000', '215827.675000', '215827.677000', '215827.680000', '215827.683000', '215827.685000', '215827.688000', '215827.690000', '215827.693000', '215827.696000', '215827.698000', '215827.701000', '215827.704000', '215827.711000', '215827.714000', '215827.716000', '215827.719000', '215827.721000', '215827.724000', '215827.727000', '215827.729000', '215847.610000', '215847.613000', '215847.615000', '215847.618000', '215847.620000', '215847.623000', '215847.626000', '215847.628000', '215847.631000', '215847.634000', '215847.636000', '215847.639000', '215847.641000', '215847.644000', '215847.647000', '215847.649000', '215847.652000', '215847.655000', '215847.657000', '215847.660000', '215847.662000', '215847.665000', '215847.668000', '215847.670000', '215847.684000', '215847.687000', '215847.689000', '215847.692000', '215847.694000', '215847.697000', '215847.700000', '215847.702000', '215847.705000', '215847.708000', '215847.710000', '215847.713000', '215847.715000', '215847.718000', '215847.721000', '215847.723000', '215847.727000', '215847.730000', '215847.732000', '215907.610000', '215907.612000', '215907.615000', '215907.618000', '215907.621000', '215907.623000', '215907.626000', '215907.629000', '215907.631000', '215907.634000', '215907.637000', '215907.639000', '215907.642000', '215907.645000', '215907.647000', '215907.650000', '215907.652000', '215907.655000', '215907.658000', '215907.660000', '215907.663000', '215907.665000', '215907.668000', '215907.671000', '215907.673000', '215907.676000', '215907.678000', '215907.681000', '215907.684000', '215907.686000', '215907.689000', '215907.691000', '215907.694000', '215907.697000', '215907.699000', '215907.702000', '215907.705000', '215907.707000', '215907.710000', '215907.713000', '215907.715000', '215907.718000', '215907.721000', '215907.723000', '215927.609000', '215927.612000', '215927.615000', '215927.617000', '215927.620000', '215927.623000', '215927.625000', '215927.628000', '215927.631000', '215927.634000', '215927.636000', '215927.639000', '215927.641000', '215927.644000', '215927.647000', '215927.649000', '215927.652000', '215927.654000', '215927.657000', '215927.660000', '215927.662000', '215927.665000', '215927.667000', '215927.670000', '215927.673000', '215927.675000', '215927.678000', '215927.680000', '215927.683000', '215927.686000', '215927.688000', '215927.691000', '215927.694000', '215927.697000', '215927.700000', '215927.703000', '215927.706000', '215927.708000', '215927.711000', '215927.723000', '215927.726000', '215927.728000', '215927.731000', '215947.610000', '215947.613000', '215947.615000', '215947.618000', '215947.621000', '215947.623000', '215947.626000', '215947.629000', '215947.631000', '215947.634000', '215947.636000', '215947.639000', '215947.642000', '215947.644000', '215947.647000', '215947.650000', '215947.652000', '215947.655000', '215947.657000', '215947.660000', '215947.663000', '215947.665000', '215947.668000', '215947.670000', '215947.673000', '215947.676000', '215947.678000', '215947.695000', '215947.698000', '215947.701000', '215947.703000', '215947.706000', '215947.708000', '215947.711000', '215947.714000', '215947.717000', '215947.719000', '215947.722000', '215947.725000', '215947.727000', '215947.730000', '215947.742000', '215947.745000', '215947.748000', '220007.610000', '220007.613000', '220007.616000', '220007.619000', '220007.621000', '220007.624000', '220007.627000', '220007.629000', '220007.632000', '220007.634000', '220007.637000', '220007.640000', '220007.642000', '220007.645000', '220007.648000', '220007.650000', '220007.653000', '220007.656000', '220007.658000', '220007.661000', '220007.667000', '220007.670000', '220007.673000', '220007.675000', '220007.678000', '220007.681000', '220007.683000', '220007.686000', '220007.689000', '220007.691000', '220007.694000', '220007.696000', '220007.699000', '220007.702000', '220007.704000', '220007.707000', '220007.710000', '220007.712000', '220007.715000', '220007.718000', '220007.720000', '220007.723000', '220007.726000', '220027.610000', '220027.613000', '220027.616000', '220027.619000', '220027.621000', '220027.624000', '220027.627000', '220027.629000', '220027.632000', '220027.635000', '220027.637000', '220027.640000', '220027.643000', '220027.645000', '220027.648000', '220027.650000', '220027.653000', '220027.656000', '220027.658000', '220027.661000', '220027.664000', '220027.666000', '220027.669000', '220027.672000', '220027.674000', '220027.677000', '220027.680000', '220027.682000', '220027.685000', '220027.688000', '220027.690000', '220027.693000', '220027.695000', '220027.698000', '220027.701000', '220027.703000', '220027.706000', '220027.709000', '220027.711000', '220027.714000', '220027.716000', '220027.719000', '220027.722000', '220027.724000', '220047.611000', '220047.614000', '220047.617000', '220047.619000', '220047.622000', '220047.625000', '220047.627000', '220047.630000', '220047.633000', '220047.635000', '220047.638000', '220047.641000', '220047.644000', '220047.646000', '220047.649000', '220047.652000', '220047.654000', '220047.657000', '220047.660000', '220047.662000', '220047.665000', '220047.667000', '220047.670000', '220047.673000', '220047.676000', '220047.678000', '220047.681000', '220047.683000', '220047.686000', '220047.689000', '220047.691000', '220047.694000', '220047.696000', '220047.699000', '220047.702000', '220047.704000', '220047.707000', '220047.709000', '220047.712000', '220047.715000', '220047.717000', '220047.720000', '220047.723000', '220107.610000', '220107.612000', '220107.615000', '220107.618000', '220107.620000', '220107.623000', '220107.625000', '220107.628000', '220107.631000', '220107.633000', '220107.636000', '220107.639000', '220107.641000', '220107.644000', '220107.647000', '220107.649000', '220107.652000', '220107.654000', '220107.657000', '220107.659000', '220107.662000', '220107.665000', '220107.667000', '220107.670000', '220107.673000', '220107.675000', '220107.678000', '220107.681000', '220107.683000', '220107.686000', '220107.688000', '220107.691000', '220107.694000', '220107.696000', '220107.699000', '220107.702000', '220107.704000', '220107.707000', '220107.709000', '220107.712000', '220107.715000', '220107.717000', '220107.720000', '220107.722000', '220127.609000', '220127.612000', '220127.615000', '220127.617000', '220127.620000', '220127.623000', '220127.625000', '220127.628000', '220127.631000', '220127.633000', '220127.636000', '220127.638000', '220127.641000', '220127.644000', '220127.647000', '220127.649000', '220127.652000', '220127.654000', '220127.657000', '220127.660000', '220127.662000', '220127.665000', '220127.668000', '220127.670000', '220127.687000', '220127.690000', '220127.693000', '220127.695000', '220127.698000', '220127.701000', '220127.703000', '220127.706000', '220127.709000', '220127.711000', '220127.714000', '220127.717000', '220127.719000', '220127.722000', '220127.725000', '220127.727000', '220127.730000', '220127.733000', '220127.735000', '220147.610000', '220147.613000', '220147.615000', '220147.618000', '220147.620000', '220147.623000', '220147.626000', '220147.628000', '220147.631000', '220147.634000', '220147.636000', '220147.639000', '220147.641000', '220147.644000', '220147.647000', '220147.649000', '220147.652000', '220147.654000', '220147.657000', '220147.660000', '220147.662000', '220147.665000', '220147.668000', '220147.670000', '220147.673000', '220147.675000', '220147.678000', '220147.681000', '220147.683000', '220147.686000', '220147.689000', '220147.691000', '220147.694000', '220147.697000', '220147.699000', '220147.702000', '220147.705000', '220147.707000', '220147.710000', '220147.713000', '220147.715000', '220147.718000', '220147.720000', '220147.723000', '220207.609000', '220207.612000', '220207.615000', '220207.618000', '220207.620000', '220207.623000', '220207.625000', '220207.628000', '220207.631000', '220207.634000', '220207.636000', '220207.639000', '220207.642000', '220207.644000', '220207.647000', '220207.649000', '220207.652000', '220207.655000', '220207.657000', '220207.660000', '220207.663000', '220207.666000', '220207.668000', '220207.671000', '220207.673000', '220207.676000', '220207.679000', '220207.681000', '220207.684000', '220207.686000', '220207.689000', '220207.692000', '220207.694000', '220207.697000', '220207.700000', '220207.702000', '220207.705000', '220207.707000', '220207.710000', '220207.713000', '220207.715000', '220207.718000', '220207.720000', '220227.611000', '220227.614000', '220227.616000', '220227.619000', '220227.622000', '220227.626000', '220227.628000', '220227.631000', '220227.634000', '220227.636000', '220227.639000', '220227.642000', '220227.644000', '220227.647000', '220227.649000', '220227.652000', '220227.655000', '220227.657000', '220227.660000', '220227.662000', '220227.665000', '220227.668000', '220227.670000', '220227.673000', '220227.676000', '220227.678000', '220227.681000', '220227.684000', '220227.686000', '220227.689000', '220227.692000', '220227.694000', '220227.697000', '220227.700000', '220227.703000', '220227.705000', '220227.708000', '220227.711000', '220227.714000', '220227.716000', '220227.719000', '220227.721000', '220227.724000', '220247.611000', '220247.614000', '220247.616000', '220247.619000', '220247.622000', '220247.624000', '220247.627000', '220247.630000', '220247.632000', '220247.635000', '220247.638000', '220247.640000', '220247.643000', '220247.646000', '220247.648000', '220247.651000', '220247.654000', '220247.656000', '220247.659000', '220247.679000', '220247.681000', '220247.684000', '220247.687000', '220247.689000', '220247.692000', '220247.695000', '220247.697000', '220247.700000', '220247.702000', '220247.705000', '220247.708000', '220247.710000', '220247.713000', '220247.716000', '220247.718000', '220247.721000', '220247.724000', '220247.726000', '220247.729000', '220247.731000', '220247.734000', '220247.737000', '220247.739000', '220247.742000', '220307.610000', '220307.613000', '220307.616000', '220307.619000', '220307.621000', '220307.624000', '220307.627000', '220307.629000', '220307.632000', '220307.635000', '220307.637000', '220307.640000', '220307.643000', '220307.645000', '220307.648000', '220307.651000', '220307.653000', '220307.656000', '220307.659000', '220307.661000', '220307.664000', '220307.666000', '220307.669000', '220307.672000', '220307.674000', '220307.677000', '220307.681000', '220307.684000', '220307.687000', '220307.689000', '220307.692000', '220307.695000', '220307.697000', '220307.700000', '220307.703000', '220307.705000', '220307.708000', '220307.711000', '220307.714000', '220307.716000', '220307.719000', '220307.722000', '220307.724000', '220307.727000', '220327.609000', '220327.612000', '220327.615000', '220327.618000', '220327.620000', '220327.623000', '220327.626000', '220327.628000', '220327.631000', '220327.633000', '220327.636000', '220327.639000', '220327.641000', '220327.644000', '220327.647000', '220327.650000', '220327.652000', '220327.655000', '220327.658000', '220327.660000', '220327.663000', '220327.666000', '220327.668000', '220327.671000', '220327.674000', '220327.676000', '220327.679000', '220327.682000', '220327.684000', '220327.687000', '220327.689000', '220327.692000', '220327.695000', '220327.697000', '220327.700000', '220327.703000', '220327.706000', '220327.708000', '220327.711000', '220327.714000', '220327.717000', '220327.720000', '220327.722000', '220347.610000', '220347.613000', '220347.616000', '220347.619000', '220347.622000', '220347.625000', '220347.627000', '220347.630000', '220347.633000', '220347.635000', '220347.638000', '220347.641000', '220347.643000', '220347.646000', '220347.648000', '220347.651000', '220347.654000', '220347.656000', '220347.659000', '220347.663000', '220347.665000', '220347.668000', '220347.671000', '220347.673000', '220347.676000', '220347.679000', '220347.681000', '220347.684000', '220347.686000', '220347.689000', '220347.692000', '220347.694000', '220347.697000', '220347.700000', '220347.702000', '220347.705000', '220347.708000', '220347.710000', '220347.713000', '220347.716000', '220347.718000', '220347.721000', '220347.724000', '220407.609000', '220407.612000', '220407.615000', '220407.618000', '220407.621000', '220407.623000', '220407.626000', '220407.629000', '220407.631000', '220407.634000', '220407.637000', '220407.639000', '220407.642000', '220407.644000', '220407.647000', '220407.650000', '220407.653000', '220407.655000', '220407.658000', '220407.661000', '220407.663000', '220407.666000', '220407.669000', '220407.671000', '220407.674000', '220407.676000', '220407.679000', '220407.682000', '220407.684000', '220407.687000', '220407.698000', '220407.701000', '220407.704000', '220407.706000', '220407.709000', '220407.712000', '220407.714000', '220407.717000', '220407.720000', '220407.722000', '220407.725000', '220407.727000', '220407.730000', '220407.733000', '220427.610000', '220427.612000', '220427.615000', '220427.618000', '220427.620000', '220427.623000', '220427.626000', '220427.628000', '220427.631000', '220427.634000', '220427.636000', '220427.639000', '220427.641000', '220427.644000', '220427.647000', '220427.649000', '220427.652000', '220427.655000', '220427.657000', '220427.660000', '220427.686000', '220427.689000', '220427.692000', '220427.695000', '220427.697000', '220427.700000', '220427.703000', '220427.705000', '220427.708000', '220427.711000', '220427.713000', '220427.716000', '220427.719000', '220427.721000', '220427.724000', '220427.727000', '220427.729000', '220427.732000', '220427.735000', '220427.737000', '220427.740000', '220427.743000', '220427.745000', '220447.611000', '220447.614000', '220447.616000', '220447.619000', '220447.621000', '220447.624000', '220447.627000', '220447.629000', '220447.632000', '220447.635000', '220447.637000', '220447.640000', '220447.642000', '220447.645000', '220447.648000', '220447.650000', '220447.653000', '220447.656000', '220447.658000', '220447.661000', '220447.663000', '220447.666000', '220447.669000', '220447.671000', '220447.674000', '220447.676000', '220447.679000', '220447.682000', '220447.684000', '220447.687000', '220447.689000', '220447.692000', '220447.695000', '220447.697000', '220447.700000', '220447.702000', '220447.705000', '220447.708000', '220447.710000', '220447.713000', '220447.715000', '220447.718000', '220447.721000', '220447.723000', '220507.611000', '220507.613000', '220507.616000', '220507.619000', '220507.621000', '220507.624000', '220507.627000', '220507.629000', '220507.632000', '220507.635000', '220507.638000', '220507.641000', '220507.644000', '220507.648000', '220507.651000', '220507.654000', '220507.656000', '220507.659000', '220507.661000', '220507.664000', '220507.667000', '220507.669000', '220507.672000', '220507.675000', '220507.677000', '220507.680000', '220507.682000', '220507.686000', '220507.688000', '220507.691000', '220507.693000', '220507.696000', '220507.699000', '220507.702000', '220507.705000', '220507.708000', '220507.710000', '220507.713000', '220507.715000', '220507.718000', '220507.721000', '220507.723000', '220507.726000', '220527.611000', '220527.614000', '220527.616000', '220527.619000', '220527.622000', '220527.625000', '220527.627000', '220527.630000', '220527.633000', '220527.635000', '220527.638000', '220527.640000', '220527.643000', '220527.646000', '220527.648000', '220527.651000', '220527.654000', '220527.657000', '220527.659000', '220527.662000', '220527.665000', '220527.667000', '220527.670000', '220527.673000', '220527.675000', '220527.678000', '220527.680000', '220527.701000', '220527.704000', '220527.707000', '220527.709000', '220527.712000', '220527.715000', '220527.718000', '220527.720000', '220527.723000', '220527.726000', '220527.728000', '220527.731000', '220527.734000', '220527.736000', '220527.739000', '220527.742000', '220527.744000', '220547.610000', '220547.613000', '220547.615000', '220547.618000', '220547.620000', '220547.623000', '220547.626000', '220547.628000', '220547.631000', '220547.633000', '220547.636000', '220547.639000', '220547.641000', '220547.644000', '220547.647000', '220547.649000', '220547.652000', '220547.654000', '220547.657000', '220547.660000', '220547.662000', '220547.665000', '220547.668000', '220547.671000', '220547.674000', '220547.677000', '220547.679000', '220547.682000', '220547.685000', '220547.687000', '220547.690000', '220547.693000', '220547.696000', '220547.698000', '220547.701000', '220547.703000', '220547.706000', '220547.709000', '220547.711000', '220547.714000', '220547.717000', '220547.719000', '220547.722000', '220607.610000', '220607.613000', '220607.615000', '220607.618000', '220607.621000', '220607.623000', '220607.626000', '220607.629000', '220607.631000', '220607.634000', '220607.636000', '220607.639000', '220607.642000', '220607.644000', '220607.647000', '220607.649000', '220607.652000', '220607.655000', '220607.657000', '220607.660000', '220607.663000', '220607.665000', '220607.668000', '220607.670000', '220607.673000', '220607.676000', '220607.678000', '220607.681000', '220607.684000', '220607.686000', '220607.689000', '220607.691000', '220607.694000', '220607.697000', '220607.699000', '220607.702000', '220607.704000', '220607.707000', '220607.710000', '220607.712000', '220607.715000', '220607.718000', '220607.720000', '220607.723000', '220627.610000', '220627.612000', '220627.615000', '220627.618000', '220627.620000', '220627.623000', '220627.626000', '220627.628000', '220627.631000', '220627.633000', '220627.636000', '220627.639000', '220627.641000', '220627.644000', '220627.646000', '220627.649000', '220627.652000', '220627.654000', '220627.657000', '220627.660000', '220627.662000', '220627.665000', '220627.667000', '220627.670000', '220627.673000', '220627.675000', '220627.678000', '220627.681000', '220627.683000', '220627.686000', '220627.689000', '220627.692000', '220627.694000', '220627.697000', '220627.699000', '220627.702000', '220627.705000', '220627.707000', '220627.710000', '220627.713000', '220627.715000', '220627.718000', '220627.720000', '220647.610000', '220647.613000', '220647.615000', '220647.618000', '220647.621000', '220647.623000', '220647.626000', '220647.628000', '220647.631000', '220647.634000', '220647.636000', '220647.639000', '220647.642000', '220647.644000', '220647.647000', '220647.649000', '220647.652000', '220647.655000', '220647.657000', '220647.660000', '220647.663000', '220647.665000', '220647.668000', '220647.689000', '220647.692000', '220647.694000', '220647.697000', '220647.699000', '220647.702000', '220647.705000', '220647.707000', '220647.710000', '220647.713000', '220647.715000', '220647.718000', '220647.721000', '220647.723000', '220647.726000', '220647.729000', '220647.732000', '220647.734000', '220647.737000', '220647.740000', '220647.742000', '220707.611000', '220707.614000', '220707.616000', '220707.619000', '220707.621000', '220707.624000', '220707.627000', '220707.630000', '220707.632000', '220707.635000', '220707.637000', '220707.640000', '220707.643000', '220707.645000', '220707.648000', '220707.650000', '220707.653000', '220707.656000', '220707.658000', '220707.661000', '220707.664000', '220707.666000', '220707.669000', '220707.672000', '220707.674000', '220707.677000', '220707.680000', '220707.682000', '220707.685000', '220707.688000', '220707.690000', '220707.693000', '220707.696000', '220707.699000', '220707.701000', '220707.704000', '220707.707000', '220707.709000', '220707.712000', '220707.714000', '220707.717000', '220707.720000', '220707.722000', '220727.611000', '220727.614000', '220727.616000', '220727.619000', '220727.622000', '220727.624000', '220727.627000', '220727.629000', '220727.632000', '220727.635000', '220727.637000', '220727.640000', '220727.643000', '220727.645000', '220727.648000', '220727.650000', '220727.653000', '220727.656000', '220727.658000', '220727.661000', '220727.663000', '220727.666000', '220727.669000', '220727.671000', '220727.674000', '220727.677000', '220727.679000', '220727.682000', '220727.684000', '220727.687000', '220727.690000', '220727.692000', '220727.695000', '220727.697000', '220727.700000', '220727.703000', '220727.705000', '220727.708000', '220727.711000', '220727.713000', '220727.716000', '220727.719000', '220727.721000', '220727.724000', '220747.611000', '220747.613000', '220747.616000', '220747.619000', '220747.621000', '220747.624000', '220747.627000', '220747.629000', '220747.632000', '220747.634000', '220747.637000', '220747.640000', '220747.642000', '220747.645000', '220747.648000', '220747.650000', '220747.653000', '220747.655000', '220747.658000', '220747.661000', '220747.663000', '220747.666000', '220747.669000', '220747.671000', '220747.674000', '220747.676000', '220747.679000', '220747.682000', '220747.684000', '220747.687000', '220747.689000', '220747.692000', '220747.695000', '220747.697000', '220747.700000', '220747.703000', '220747.705000', '220747.708000', '220747.711000', '220747.713000', '220747.716000', '220747.718000', '220747.721000', '220807.610000', '220807.612000', '220807.615000', '220807.618000', '220807.620000', '220807.653000', '220807.656000', '220807.658000', '220807.661000', '220807.664000', '220807.666000', '220807.669000', '220807.672000', '220807.674000', '220807.677000', '220807.679000', '220807.682000', '220807.685000', '220807.687000', '220807.690000', '220807.693000', '220807.695000', '220807.698000', '220807.700000', '220807.703000', '220807.706000', '220807.708000', '220807.711000', '220807.740000', '220807.743000', '220807.745000', '220807.749000', '220807.752000', '220807.754000', '220807.757000', '220807.760000', '220807.762000', '220807.765000', '220807.768000', '220807.770000', '220807.773000', '220807.776000', '220807.779000', '220807.781000', '220827.610000', '220827.613000', '220827.615000', '220827.618000', '220827.620000', '220827.623000', '220827.626000', '220827.628000', '220827.631000', '220827.633000', '220827.636000', '220827.641000', '220827.644000', '220827.647000', '220827.649000', '220827.652000', '220827.655000', '220827.657000', '220827.660000', '220827.662000', '220827.665000', '220827.668000', '220827.671000', '220827.673000', '220827.676000', '220827.678000', '220827.681000', '220827.684000', '220827.686000', '220827.689000', '220827.691000', '220827.694000', '220827.697000', '220827.699000', '220827.702000', '220827.704000', '220827.707000', '220827.710000', '220827.712000', '220827.715000', '220827.717000', '220827.720000', '220827.723000', '220847.610000', '220847.613000', '220847.615000', '220847.618000', '220847.621000', '220847.623000', '220847.626000', '220847.629000', '220847.631000', '220847.634000', '220847.637000', '220847.639000', '220847.642000', '220847.645000', '220847.647000', '220847.650000', '220847.653000', '220847.656000', '220847.658000', '220847.661000', '220847.664000', '220847.666000', '220847.669000', '220847.672000', '220847.674000', '220847.677000', '220847.679000', '220847.682000', '220847.685000', '220847.687000', '220847.690000', '220847.692000', '220847.695000', '220847.698000', '220847.700000', '220847.703000', '220847.706000', '220847.708000', '220847.711000', '220847.714000', '220847.716000', '220847.719000', '220847.721000', '220847.724000', '220907.609000', '220907.613000', '220907.615000', '220907.618000', '220907.621000', '220907.623000', '220907.626000', '220907.629000', '220907.631000', '220907.634000', '220907.637000', '220907.639000', '220907.642000', '220907.644000', '220907.647000', '220907.650000', '220907.652000', '220907.655000', '220907.658000', '220907.660000', '220907.663000', '220907.666000', '220907.668000', '220907.671000', '220907.674000', '220907.676000', '220907.679000', '220907.682000', '220907.684000', '220907.687000', '220907.690000', '220907.698000', '220907.701000', '220907.704000', '220907.706000', '220907.709000', '220907.712000', '220907.714000', '220907.717000', '220907.719000', '220907.722000', '220907.725000', '220907.727000', '220927.631000', '220927.634000', '220927.637000', '220927.640000', '220927.642000', '220927.645000', '220927.648000', '220927.650000', '220927.653000', '220927.656000', '220927.658000', '220927.661000', '220927.663000', '220927.666000', '220927.669000', '220927.671000', '220927.674000', '220927.677000', '220927.679000', '220927.682000', '220927.684000', '220927.687000', '220927.690000', '220927.692000', '220927.695000', '220927.698000', '220927.700000', '220927.703000', '220927.705000', '220927.708000', '220927.711000', '220927.713000', '220927.716000', '220927.719000', '220927.721000', '220927.724000', '220927.726000', '220927.729000', '220927.732000', '220927.734000', '220927.737000', '220927.740000', '220927.742000', '220927.745000', '220947.611000', '220947.614000', '220947.616000', '220947.619000', '220947.621000', '220947.624000', '220947.627000', '220947.629000', '220947.632000', '220947.634000', '220947.637000', '220947.640000', '220947.642000', '220947.645000', '220947.647000', '220947.650000', '220947.653000', '220947.656000', '220947.658000', '220947.661000', '220947.664000', '220947.666000', '220947.669000', '220947.672000', '220947.674000', '220947.677000', '220947.680000', '220947.682000', '220947.685000', '220947.688000', '220947.690000', '220947.693000', '220947.696000', '220947.698000', '220947.701000', '220947.704000', '220947.706000', '220947.709000', '220947.712000', '220947.714000', '220947.717000', '220947.720000', '220947.722000', '220957.453000', '220957.456000', '220957.458000', '220957.461000', '220957.464000', '220957.466000', '220957.469000', '220957.471000', '220957.474000', '220957.477000', '220957.479000', '220957.482000', '220957.485000', '220957.487000', '220957.490000', '220957.493000', '220957.495000', '220957.498000', '220957.501000', '220957.503000', '220957.506000', '220957.508000'], 'InstanceCreationTime': ['215747.640000', '215747.643000', '215747.647000', '215747.650000', '215747.652000', '215747.659000', '215747.662000', '215747.665000', '215747.667000', '215747.670000', '215747.672000', '215747.675000', '215747.678000', '215747.680000', '215747.683000', '215747.685000', '215747.688000', '215747.691000', '215747.693000', '215747.696000', '215747.699000', '215747.701000', '215747.706000', '215747.709000', '215747.711000', '215747.714000', '215747.717000', '215747.719000', '215747.722000', '215747.724000', '215747.727000', '215747.730000', '215747.733000', '215747.735000', '215747.738000', '215747.740000', '215747.743000', '215747.746000', '215747.748000', '215747.751000', '215747.753000', '215747.756000', '215747.758000', '215747.761000', '215747.764000', '215747.766000', '215747.769000', '215747.771000', '215747.777000', '215747.779000', '215747.782000', '215747.785000', '215747.788000', '215807.610000', '215807.613000', '215807.616000', '215807.619000', '215807.621000', '215807.624000', '215807.627000', '215807.629000', '215807.632000', '215807.634000', '215807.637000', '215807.640000', '215807.649000', '215807.652000', '215807.654000', '215807.657000', '215807.697000', '215807.700000', '215807.702000', '215807.705000', '215807.707000', '215807.710000', '215807.713000', '215807.715000', '215807.718000', '215807.721000', '215807.723000', '215807.726000', '215807.729000', '215807.731000', '215807.734000', '215807.737000', '215807.740000', '215807.742000', '215807.745000', '215807.747000', '215807.750000', '215807.752000', '215807.755000', '215807.758000', '215807.760000', '215807.763000', '215807.765000', '215827.611000', '215827.613000', '215827.616000', '215827.619000', '215827.622000', '215827.625000', '215827.627000', '215827.630000', '215827.633000', '215827.635000', '215827.638000', '215827.641000', '215827.643000', '215827.646000', '215827.649000', '215827.651000', '215827.654000', '215827.657000', '215827.659000', '215827.662000', '215827.664000', '215827.667000', '215827.670000', '215827.672000', '215827.675000', '215827.677000', '215827.680000', '215827.683000', '215827.685000', '215827.688000', '215827.690000', '215827.693000', '215827.696000', '215827.698000', '215827.701000', '215827.704000', '215827.711000', '215827.714000', '215827.716000', '215827.719000', '215827.721000', '215827.724000', '215827.727000', '215827.729000', '215847.610000', '215847.613000', '215847.615000', '215847.618000', '215847.620000', '215847.623000', '215847.626000', '215847.628000', '215847.631000', '215847.634000', '215847.636000', '215847.639000', '215847.641000', '215847.644000', '215847.647000', '215847.649000', '215847.652000', '215847.655000', '215847.657000', '215847.660000', '215847.662000', '215847.665000', '215847.668000', '215847.670000', '215847.684000', '215847.687000', '215847.689000', '215847.692000', '215847.694000', '215847.697000', '215847.700000', '215847.702000', '215847.705000', '215847.708000', '215847.710000', '215847.713000', '215847.715000', '215847.718000', '215847.721000', '215847.723000', '215847.727000', '215847.730000', '215847.732000', '215907.610000', '215907.612000', '215907.615000', '215907.618000', '215907.621000', '215907.623000', '215907.626000', '215907.629000', '215907.631000', '215907.634000', '215907.637000', '215907.639000', '215907.642000', '215907.645000', '215907.647000', '215907.650000', '215907.652000', '215907.655000', '215907.658000', '215907.660000', '215907.663000', '215907.665000', '215907.668000', '215907.671000', '215907.673000', '215907.676000', '215907.678000', '215907.681000', '215907.684000', '215907.686000', '215907.689000', '215907.691000', '215907.694000', '215907.697000', '215907.699000', '215907.702000', '215907.705000', '215907.707000', '215907.710000', '215907.713000', '215907.715000', '215907.718000', '215907.721000', '215907.723000', '215927.609000', '215927.612000', '215927.615000', '215927.617000', '215927.620000', '215927.623000', '215927.625000', '215927.628000', '215927.631000', '215927.634000', '215927.636000', '215927.639000', '215927.641000', '215927.644000', '215927.647000', '215927.649000', '215927.652000', '215927.654000', '215927.657000', '215927.660000', '215927.662000', '215927.665000', '215927.667000', '215927.670000', '215927.673000', '215927.675000', '215927.678000', '215927.680000', '215927.683000', '215927.686000', '215927.688000', '215927.691000', '215927.694000', '215927.697000', '215927.700000', '215927.703000', '215927.706000', '215927.708000', '215927.711000', '215927.723000', '215927.726000', '215927.728000', '215927.731000', '215947.610000', '215947.613000', '215947.615000', '215947.618000', '215947.621000', '215947.623000', '215947.626000', '215947.629000', '215947.631000', '215947.634000', '215947.636000', '215947.639000', '215947.642000', '215947.644000', '215947.647000', '215947.650000', '215947.652000', '215947.655000', '215947.657000', '215947.660000', '215947.663000', '215947.665000', '215947.668000', '215947.670000', '215947.673000', '215947.676000', '215947.678000', '215947.695000', '215947.698000', '215947.701000', '215947.703000', '215947.706000', '215947.708000', '215947.711000', '215947.714000', '215947.717000', '215947.719000', '215947.722000', '215947.725000', '215947.727000', '215947.730000', '215947.742000', '215947.745000', '215947.748000', '220007.610000', '220007.613000', '220007.616000', '220007.619000', '220007.621000', '220007.624000', '220007.627000', '220007.629000', '220007.632000', '220007.634000', '220007.637000', '220007.640000', '220007.642000', '220007.645000', '220007.648000', '220007.650000', '220007.653000', '220007.656000', '220007.658000', '220007.661000', '220007.667000', '220007.670000', '220007.673000', '220007.675000', '220007.678000', '220007.681000', '220007.683000', '220007.686000', '220007.689000', '220007.691000', '220007.694000', '220007.696000', '220007.699000', '220007.702000', '220007.704000', '220007.707000', '220007.710000', '220007.712000', '220007.715000', '220007.718000', '220007.720000', '220007.723000', '220007.726000', '220027.610000', '220027.613000', '220027.616000', '220027.619000', '220027.621000', '220027.624000', '220027.627000', '220027.629000', '220027.632000', '220027.635000', '220027.637000', '220027.640000', '220027.643000', '220027.645000', '220027.648000', '220027.650000', '220027.653000', '220027.656000', '220027.658000', '220027.661000', '220027.664000', '220027.666000', '220027.669000', '220027.672000', '220027.674000', '220027.677000', '220027.680000', '220027.682000', '220027.685000', '220027.688000', '220027.690000', '220027.693000', '220027.695000', '220027.698000', '220027.701000', '220027.703000', '220027.706000', '220027.709000', '220027.711000', '220027.714000', '220027.716000', '220027.719000', '220027.722000', '220027.724000', '220047.611000', '220047.614000', '220047.617000', '220047.619000', '220047.622000', '220047.625000', '220047.627000', '220047.630000', '220047.633000', '220047.635000', '220047.638000', '220047.641000', '220047.644000', '220047.646000', '220047.649000', '220047.652000', '220047.654000', '220047.657000', '220047.660000', '220047.662000', '220047.665000', '220047.667000', '220047.670000', '220047.673000', '220047.676000', '220047.678000', '220047.681000', '220047.683000', '220047.686000', '220047.689000', '220047.691000', '220047.694000', '220047.696000', '220047.699000', '220047.702000', '220047.704000', '220047.707000', '220047.709000', '220047.712000', '220047.715000', '220047.717000', '220047.720000', '220047.723000', '220107.610000', '220107.612000', '220107.615000', '220107.618000', '220107.620000', '220107.623000', '220107.625000', '220107.628000', '220107.631000', '220107.633000', '220107.636000', '220107.639000', '220107.641000', '220107.644000', '220107.647000', '220107.649000', '220107.652000', '220107.654000', '220107.657000', '220107.659000', '220107.662000', '220107.665000', '220107.667000', '220107.670000', '220107.673000', '220107.675000', '220107.678000', '220107.681000', '220107.683000', '220107.686000', '220107.688000', '220107.691000', '220107.694000', '220107.696000', '220107.699000', '220107.702000', '220107.704000', '220107.707000', '220107.709000', '220107.712000', '220107.715000', '220107.717000', '220107.720000', '220107.722000', '220127.609000', '220127.612000', '220127.615000', '220127.617000', '220127.620000', '220127.623000', '220127.625000', '220127.628000', '220127.631000', '220127.633000', '220127.636000', '220127.638000', '220127.641000', '220127.644000', '220127.647000', '220127.649000', '220127.652000', '220127.654000', '220127.657000', '220127.660000', '220127.662000', '220127.665000', '220127.668000', '220127.670000', '220127.687000', '220127.690000', '220127.693000', '220127.695000', '220127.698000', '220127.701000', '220127.703000', '220127.706000', '220127.709000', '220127.711000', '220127.714000', '220127.717000', '220127.719000', '220127.722000', '220127.725000', '220127.727000', '220127.730000', '220127.733000', '220127.735000', '220147.610000', '220147.613000', '220147.615000', '220147.618000', '220147.620000', '220147.623000', '220147.626000', '220147.628000', '220147.631000', '220147.634000', '220147.636000', '220147.639000', '220147.641000', '220147.644000', '220147.647000', '220147.649000', '220147.652000', '220147.654000', '220147.657000', '220147.660000', '220147.662000', '220147.665000', '220147.668000', '220147.670000', '220147.673000', '220147.675000', '220147.678000', '220147.681000', '220147.683000', '220147.686000', '220147.689000', '220147.691000', '220147.694000', '220147.697000', '220147.699000', '220147.702000', '220147.705000', '220147.707000', '220147.710000', '220147.713000', '220147.715000', '220147.718000', '220147.720000', '220147.723000', '220207.609000', '220207.612000', '220207.615000', '220207.618000', '220207.620000', '220207.623000', '220207.625000', '220207.628000', '220207.631000', '220207.634000', '220207.636000', '220207.639000', '220207.642000', '220207.644000', '220207.647000', '220207.649000', '220207.652000', '220207.655000', '220207.657000', '220207.660000', '220207.663000', '220207.666000', '220207.668000', '220207.671000', '220207.673000', '220207.676000', '220207.679000', '220207.681000', '220207.684000', '220207.686000', '220207.689000', '220207.692000', '220207.694000', '220207.697000', '220207.700000', '220207.702000', '220207.705000', '220207.707000', '220207.710000', '220207.713000', '220207.715000', '220207.718000', '220207.720000', '220227.611000', '220227.614000', '220227.616000', '220227.619000', '220227.622000', '220227.626000', '220227.628000', '220227.631000', '220227.634000', '220227.636000', '220227.639000', '220227.642000', '220227.644000', '220227.647000', '220227.649000', '220227.652000', '220227.655000', '220227.657000', '220227.660000', '220227.662000', '220227.665000', '220227.668000', '220227.670000', '220227.673000', '220227.676000', '220227.678000', '220227.681000', '220227.684000', '220227.686000', '220227.689000', '220227.692000', '220227.694000', '220227.697000', '220227.700000', '220227.703000', '220227.705000', '220227.708000', '220227.711000', '220227.714000', '220227.716000', '220227.719000', '220227.721000', '220227.724000', '220247.611000', '220247.614000', '220247.616000', '220247.619000', '220247.622000', '220247.624000', '220247.627000', '220247.630000', '220247.632000', '220247.635000', '220247.638000', '220247.640000', '220247.643000', '220247.646000', '220247.648000', '220247.651000', '220247.654000', '220247.656000', '220247.659000', '220247.679000', '220247.681000', '220247.684000', '220247.687000', '220247.689000', '220247.692000', '220247.695000', '220247.697000', '220247.700000', '220247.702000', '220247.705000', '220247.708000', '220247.710000', '220247.713000', '220247.716000', '220247.718000', '220247.721000', '220247.724000', '220247.726000', '220247.729000', '220247.731000', '220247.734000', '220247.737000', '220247.739000', '220247.742000', '220307.610000', '220307.613000', '220307.616000', '220307.619000', '220307.621000', '220307.624000', '220307.627000', '220307.629000', '220307.632000', '220307.635000', '220307.637000', '220307.640000', '220307.643000', '220307.645000', '220307.648000', '220307.651000', '220307.653000', '220307.656000', '220307.659000', '220307.661000', '220307.664000', '220307.666000', '220307.669000', '220307.672000', '220307.674000', '220307.677000', '220307.681000', '220307.684000', '220307.687000', '220307.689000', '220307.692000', '220307.695000', '220307.697000', '220307.700000', '220307.703000', '220307.705000', '220307.708000', '220307.711000', '220307.714000', '220307.716000', '220307.719000', '220307.722000', '220307.724000', '220307.727000', '220327.609000', '220327.612000', '220327.615000', '220327.618000', '220327.620000', '220327.623000', '220327.626000', '220327.628000', '220327.631000', '220327.633000', '220327.636000', '220327.639000', '220327.641000', '220327.644000', '220327.647000', '220327.650000', '220327.652000', '220327.655000', '220327.658000', '220327.660000', '220327.663000', '220327.666000', '220327.668000', '220327.671000', '220327.674000', '220327.676000', '220327.679000', '220327.682000', '220327.684000', '220327.687000', '220327.689000', '220327.692000', '220327.695000', '220327.697000', '220327.700000', '220327.703000', '220327.706000', '220327.708000', '220327.711000', '220327.714000', '220327.717000', '220327.720000', '220327.722000', '220347.610000', '220347.613000', '220347.616000', '220347.619000', '220347.622000', '220347.625000', '220347.627000', '220347.630000', '220347.633000', '220347.635000', '220347.638000', '220347.641000', '220347.643000', '220347.646000', '220347.648000', '220347.651000', '220347.654000', '220347.656000', '220347.659000', '220347.663000', '220347.665000', '220347.668000', '220347.671000', '220347.673000', '220347.676000', '220347.679000', '220347.681000', '220347.684000', '220347.686000', '220347.689000', '220347.692000', '220347.694000', '220347.697000', '220347.700000', '220347.702000', '220347.705000', '220347.708000', '220347.710000', '220347.713000', '220347.716000', '220347.718000', '220347.721000', '220347.724000', '220407.609000', '220407.612000', '220407.615000', '220407.618000', '220407.621000', '220407.623000', '220407.626000', '220407.629000', '220407.631000', '220407.634000', '220407.637000', '220407.639000', '220407.642000', '220407.644000', '220407.647000', '220407.650000', '220407.653000', '220407.655000', '220407.658000', '220407.661000', '220407.663000', '220407.666000', '220407.669000', '220407.671000', '220407.674000', '220407.676000', '220407.679000', '220407.682000', '220407.684000', '220407.687000', '220407.698000', '220407.701000', '220407.704000', '220407.706000', '220407.709000', '220407.712000', '220407.714000', '220407.717000', '220407.720000', '220407.722000', '220407.725000', '220407.727000', '220407.730000', '220407.733000', '220427.610000', '220427.612000', '220427.615000', '220427.618000', '220427.620000', '220427.623000', '220427.626000', '220427.628000', '220427.631000', '220427.634000', '220427.636000', '220427.639000', '220427.641000', '220427.644000', '220427.647000', '220427.649000', '220427.652000', '220427.655000', '220427.657000', '220427.660000', '220427.686000', '220427.689000', '220427.692000', '220427.695000', '220427.697000', '220427.700000', '220427.703000', '220427.705000', '220427.708000', '220427.711000', '220427.713000', '220427.716000', '220427.719000', '220427.721000', '220427.724000', '220427.727000', '220427.729000', '220427.732000', '220427.735000', '220427.737000', '220427.740000', '220427.743000', '220427.745000', '220447.611000', '220447.614000', '220447.616000', '220447.619000', '220447.621000', '220447.624000', '220447.627000', '220447.629000', '220447.632000', '220447.635000', '220447.637000', '220447.640000', '220447.642000', '220447.645000', '220447.648000', '220447.650000', '220447.653000', '220447.656000', '220447.658000', '220447.661000', '220447.663000', '220447.666000', '220447.669000', '220447.671000', '220447.674000', '220447.676000', '220447.679000', '220447.682000', '220447.684000', '220447.687000', '220447.689000', '220447.692000', '220447.695000', '220447.697000', '220447.700000', '220447.702000', '220447.705000', '220447.708000', '220447.710000', '220447.713000', '220447.715000', '220447.718000', '220447.721000', '220447.723000', '220507.611000', '220507.613000', '220507.616000', '220507.619000', '220507.621000', '220507.624000', '220507.627000', '220507.629000', '220507.632000', '220507.635000', '220507.638000', '220507.641000', '220507.644000', '220507.648000', '220507.651000', '220507.654000', '220507.656000', '220507.659000', '220507.661000', '220507.664000', '220507.667000', '220507.669000', '220507.672000', '220507.675000', '220507.677000', '220507.680000', '220507.682000', '220507.686000', '220507.688000', '220507.691000', '220507.693000', '220507.696000', '220507.699000', '220507.702000', '220507.705000', '220507.708000', '220507.710000', '220507.713000', '220507.715000', '220507.718000', '220507.721000', '220507.723000', '220507.726000', '220527.611000', '220527.614000', '220527.616000', '220527.619000', '220527.622000', '220527.625000', '220527.627000', '220527.630000', '220527.633000', '220527.635000', '220527.638000', '220527.640000', '220527.643000', '220527.646000', '220527.648000', '220527.651000', '220527.654000', '220527.657000', '220527.659000', '220527.662000', '220527.665000', '220527.667000', '220527.670000', '220527.673000', '220527.675000', '220527.678000', '220527.680000', '220527.701000', '220527.704000', '220527.707000', '220527.709000', '220527.712000', '220527.715000', '220527.718000', '220527.720000', '220527.723000', '220527.726000', '220527.728000', '220527.731000', '220527.734000', '220527.736000', '220527.739000', '220527.742000', '220527.744000', '220547.610000', '220547.613000', '220547.615000', '220547.618000', '220547.620000', '220547.623000', '220547.626000', '220547.628000', '220547.631000', '220547.633000', '220547.636000', '220547.639000', '220547.641000', '220547.644000', '220547.647000', '220547.649000', '220547.652000', '220547.654000', '220547.657000', '220547.660000', '220547.662000', '220547.665000', '220547.668000', '220547.671000', '220547.674000', '220547.677000', '220547.679000', '220547.682000', '220547.685000', '220547.687000', '220547.690000', '220547.693000', '220547.696000', '220547.698000', '220547.701000', '220547.703000', '220547.706000', '220547.709000', '220547.711000', '220547.714000', '220547.717000', '220547.719000', '220547.722000', '220607.610000', '220607.613000', '220607.615000', '220607.618000', '220607.621000', '220607.623000', '220607.626000', '220607.629000', '220607.631000', '220607.634000', '220607.636000', '220607.639000', '220607.642000', '220607.644000', '220607.647000', '220607.649000', '220607.652000', '220607.655000', '220607.657000', '220607.660000', '220607.663000', '220607.665000', '220607.668000', '220607.670000', '220607.673000', '220607.676000', '220607.678000', '220607.681000', '220607.684000', '220607.686000', '220607.689000', '220607.691000', '220607.694000', '220607.697000', '220607.699000', '220607.702000', '220607.704000', '220607.707000', '220607.710000', '220607.712000', '220607.715000', '220607.718000', '220607.720000', '220607.723000', '220627.610000', '220627.612000', '220627.615000', '220627.618000', '220627.620000', '220627.623000', '220627.626000', '220627.628000', '220627.631000', '220627.633000', '220627.636000', '220627.639000', '220627.641000', '220627.644000', '220627.646000', '220627.649000', '220627.652000', '220627.654000', '220627.657000', '220627.660000', '220627.662000', '220627.665000', '220627.667000', '220627.670000', '220627.673000', '220627.675000', '220627.678000', '220627.681000', '220627.683000', '220627.686000', '220627.689000', '220627.692000', '220627.694000', '220627.697000', '220627.699000', '220627.702000', '220627.705000', '220627.707000', '220627.710000', '220627.713000', '220627.715000', '220627.718000', '220627.720000', '220647.610000', '220647.613000', '220647.615000', '220647.618000', '220647.621000', '220647.623000', '220647.626000', '220647.628000', '220647.631000', '220647.634000', '220647.636000', '220647.639000', '220647.642000', '220647.644000', '220647.647000', '220647.649000', '220647.652000', '220647.655000', '220647.657000', '220647.660000', '220647.663000', '220647.665000', '220647.668000', '220647.689000', '220647.692000', '220647.694000', '220647.697000', '220647.699000', '220647.702000', '220647.705000', '220647.707000', '220647.710000', '220647.713000', '220647.715000', '220647.718000', '220647.721000', '220647.723000', '220647.726000', '220647.729000', '220647.732000', '220647.734000', '220647.737000', '220647.740000', '220647.742000', '220707.611000', '220707.614000', '220707.616000', '220707.619000', '220707.621000', '220707.624000', '220707.627000', '220707.630000', '220707.632000', '220707.635000', '220707.637000', '220707.640000', '220707.643000', '220707.645000', '220707.648000', '220707.650000', '220707.653000', '220707.656000', '220707.658000', '220707.661000', '220707.664000', '220707.666000', '220707.669000', '220707.672000', '220707.674000', '220707.677000', '220707.680000', '220707.682000', '220707.685000', '220707.688000', '220707.690000', '220707.693000', '220707.696000', '220707.699000', '220707.701000', '220707.704000', '220707.707000', '220707.709000', '220707.712000', '220707.714000', '220707.717000', '220707.720000', '220707.722000', '220727.611000', '220727.614000', '220727.616000', '220727.619000', '220727.622000', '220727.624000', '220727.627000', '220727.629000', '220727.632000', '220727.635000', '220727.637000', '220727.640000', '220727.643000', '220727.645000', '220727.648000', '220727.650000', '220727.653000', '220727.656000', '220727.658000', '220727.661000', '220727.663000', '220727.666000', '220727.669000', '220727.671000', '220727.674000', '220727.677000', '220727.679000', '220727.682000', '220727.684000', '220727.687000', '220727.690000', '220727.692000', '220727.695000', '220727.697000', '220727.700000', '220727.703000', '220727.705000', '220727.708000', '220727.711000', '220727.713000', '220727.716000', '220727.719000', '220727.721000', '220727.724000', '220747.611000', '220747.613000', '220747.616000', '220747.619000', '220747.621000', '220747.624000', '220747.627000', '220747.629000', '220747.632000', '220747.634000', '220747.637000', '220747.640000', '220747.642000', '220747.645000', '220747.648000', '220747.650000', '220747.653000', '220747.655000', '220747.658000', '220747.661000', '220747.663000', '220747.666000', '220747.669000', '220747.671000', '220747.674000', '220747.676000', '220747.679000', '220747.682000', '220747.684000', '220747.687000', '220747.689000', '220747.692000', '220747.695000', '220747.697000', '220747.700000', '220747.703000', '220747.705000', '220747.708000', '220747.711000', '220747.713000', '220747.716000', '220747.718000', '220747.721000', '220807.610000', '220807.612000', '220807.615000', '220807.618000', '220807.620000', '220807.653000', '220807.656000', '220807.658000', '220807.661000', '220807.664000', '220807.666000', '220807.669000', '220807.672000', '220807.674000', '220807.677000', '220807.679000', '220807.682000', '220807.685000', '220807.687000', '220807.690000', '220807.693000', '220807.695000', '220807.698000', '220807.700000', '220807.703000', '220807.706000', '220807.708000', '220807.711000', '220807.740000', '220807.743000', '220807.745000', '220807.749000', '220807.752000', '220807.754000', '220807.757000', '220807.760000', '220807.762000', '220807.765000', '220807.768000', '220807.770000', '220807.773000', '220807.776000', '220807.779000', '220807.781000', '220827.610000', '220827.613000', '220827.615000', '220827.618000', '220827.620000', '220827.623000', '220827.626000', '220827.628000', '220827.631000', '220827.633000', '220827.636000', '220827.641000', '220827.644000', '220827.647000', '220827.649000', '220827.652000', '220827.655000', '220827.657000', '220827.660000', '220827.662000', '220827.665000', '220827.668000', '220827.671000', '220827.673000', '220827.676000', '220827.678000', '220827.681000', '220827.684000', '220827.686000', '220827.689000', '220827.691000', '220827.694000', '220827.697000', '220827.699000', '220827.702000', '220827.704000', '220827.707000', '220827.710000', '220827.712000', '220827.715000', '220827.717000', '220827.720000', '220827.723000', '220847.610000', '220847.613000', '220847.615000', '220847.618000', '220847.621000', '220847.623000', '220847.626000', '220847.629000', '220847.631000', '220847.634000', '220847.637000', '220847.639000', '220847.642000', '220847.645000', '220847.647000', '220847.650000', '220847.653000', '220847.656000', '220847.658000', '220847.661000', '220847.664000', '220847.666000', '220847.669000', '220847.672000', '220847.674000', '220847.677000', '220847.679000', '220847.682000', '220847.685000', '220847.687000', '220847.690000', '220847.692000', '220847.695000', '220847.698000', '220847.700000', '220847.703000', '220847.706000', '220847.708000', '220847.711000', '220847.714000', '220847.716000', '220847.719000', '220847.721000', '220847.724000', '220907.609000', '220907.613000', '220907.615000', '220907.618000', '220907.621000', '220907.623000', '220907.626000', '220907.629000', '220907.631000', '220907.634000', '220907.637000', '220907.639000', '220907.642000', '220907.644000', '220907.647000', '220907.650000', '220907.652000', '220907.655000', '220907.658000', '220907.660000', '220907.663000', '220907.666000', '220907.668000', '220907.671000', '220907.674000', '220907.676000', '220907.679000', '220907.682000', '220907.684000', '220907.687000', '220907.690000', '220907.698000', '220907.701000', '220907.704000', '220907.706000', '220907.709000', '220907.712000', '220907.714000', '220907.717000', '220907.719000', '220907.722000', '220907.725000', '220907.727000', '220927.631000', '220927.634000', '220927.637000', '220927.640000', '220927.642000', '220927.645000', '220927.648000', '220927.650000', '220927.653000', '220927.656000', '220927.658000', '220927.661000', '220927.663000', '220927.666000', '220927.669000', '220927.671000', '220927.674000', '220927.677000', '220927.679000', '220927.682000', '220927.684000', '220927.687000', '220927.690000', '220927.692000', '220927.695000', '220927.698000', '220927.700000', '220927.703000', '220927.705000', '220927.708000', '220927.711000', '220927.713000', '220927.716000', '220927.719000', '220927.721000', '220927.724000', '220927.726000', '220927.729000', '220927.732000', '220927.734000', '220927.737000', '220927.740000', '220927.742000', '220927.745000', '220947.611000', '220947.614000', '220947.616000', '220947.619000', '220947.621000', '220947.624000', '220947.627000', '220947.629000', '220947.632000', '220947.634000', '220947.637000', '220947.640000', '220947.642000', '220947.645000', '220947.647000', '220947.650000', '220947.653000', '220947.656000', '220947.658000', '220947.661000', '220947.664000', '220947.666000', '220947.669000', '220947.672000', '220947.674000', '220947.677000', '220947.680000', '220947.682000', '220947.685000', '220947.688000', '220947.690000', '220947.693000', '220947.696000', '220947.698000', '220947.701000', '220947.704000', '220947.706000', '220947.709000', '220947.712000', '220947.714000', '220947.717000', '220947.720000', '220947.722000', '220957.453000', '220957.456000', '220957.458000', '220957.461000', '220957.464000', '220957.466000', '220957.469000', '220957.471000', '220957.474000', '220957.477000', '220957.479000', '220957.482000', '220957.485000', '220957.487000', '220957.490000', '220957.493000', '220957.495000', '220957.498000', '220957.501000', '220957.503000', '220957.506000', '220957.508000'], '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': [6582, 8468, 6620, 7763, 6557, 7410, 6585, 8066, 6748, 7910, 6351, 6667, 6016, 6524, 7578, 6522, 6569, 7398, 6783, 7491, 6700, 6665, 7801, 6654, 7487, 6585, 6766, 9730, 6510, 7875, 6505, 7534, 6658, 7524, 6538, 7170, 6507, 6862, 6613, 7499, 6617, 7572, 6728, 6741, 6630, 6373, 6827, 7995, 6518, 7810, 6481, 7686, 6632, 8416, 6587, 8351, 6609, 7658, 6706, 7806, 6772, 8163, 6782, 7314, 6881, 6477, 7169, 6707, 7879, 6630, 7750, 6550, 8230, 6901, 7191, 6848, 6629, 6779, 8230, 6727, 6787, 6664, 6726, 7037, 6575, 7707, 6942, 8107, 6663, 8339, 6781, 8634, 6674, 7735, 6495, 6786, 6933, 6853, 7624, 6846, 7970, 6852, 8003, 6723, 8474, 6684, 8270, 6837, 8169, 6780, 8035, 6869, 7739, 6856, 6745, 6899, 6175, 7558, 6929, 8249, 6695, 6696, 7723, 6621, 6609, 7357, 7038, 8086, 6612, 7927, 7099, 7944, 6748, 8250, 6789, 8460, 6578, 7411, 6786, 6835, 7213, 6717, 7594, 6735, 6500, 7221, 6797, 7870, 7029, 6898, 6809, 9138, 6918, 8911, 6783, 8527, 6769, 8657, 6828, 8624, 6760, 8623, 6908, 7176, 6858, 6652, 7727, 6677, 8251, 6612, 8514, 6781, 8751, 6512, 8144, 6759, 8222, 6600, 7970, 6704, 7807, 6686, 7617, 6627, 7689, 6529, 7367, 6709, 7470, 6685, 7743, 6748, 8166, 6590, 6679, 7020, 6491, 7696, 6929, 8136, 6632, 8508, 6810, 8424, 6515, 8382, 6767, 6760, 6799, 6891, 7585, 6565, 7976, 6826, 8223, 7136, 6755, 8054, 6782, 6747, 7112, 6877, 7819, 6673, 8330, 7125, 8138, 6607, 8128, 6528, 7806, 6386, 6840, 6937, 6671, 7135, 6562, 7379, 6795, 7762, 6694, 7555, 6824, 6635, 7551, 6708, 7945, 6568, 8580, 6730, 7910, 6602, 6665, 7320, 6763, 7858, 6803, 8411, 6708, 8388, 6666, 8092, 6607, 6752, 6711, 6735, 6891, 6730, 7251, 6740, 7966, 6487, 8419, 6794, 6848, 6729, 6794, 7756, 6724, 9018, 6683, 6763, 6735, 6567, 6874, 6699, 7527, 6677, 7781, 6641, 8102, 6518, 8393, 6677, 8266, 6850, 6707, 6976, 6617, 7666, 6741, 8320, 6499, 7639, 6388, 8141, 6634, 8094, 6617, 7824, 6839, 7131, 6801, 6630, 7153, 6748, 7647, 6551, 8365, 6118, 7916, 6785, 6661, 7282, 6609, 6644, 6740, 6668, 7392, 7031, 6855, 7794, 6511, 8434, 6769, 8518, 6820, 8536, 6585, 7365, 6606, 7887, 6927, 6777, 6832, 6675, 7763, 6861, 7727, 6757, 6795, 7527, 6705, 8559, 6648, 8644, 6720, 8029, 6604, 8325, 6873, 8070, 6590, 7711, 6548, 7334, 6489, 6591, 7023, 6845, 7667, 6888, 8433, 6962, 8821, 6817, 7769, 6845, 7006, 7070, 6525, 7581, 6715, 8028, 6777, 7422, 6662, 7493, 6598, 7550, 6802, 7687, 6648, 7822, 6678, 6734, 6698, 6716, 7590, 6902, 8162, 6552, 8610, 6869, 6522, 6948, 6593, 6960, 6506, 6883, 6493, 6888, 6619, 7506, 6536, 7807, 6739, 8551, 6648, 7528, 6662, 7359, 6858, 6622, 7151, 6625, 7543, 6603, 8198, 6696, 6658, 6755, 6575, 7085, 6515, 7265, 6838, 7507, 6667, 7848, 6735, 8138, 6910, 7268, 6622, 6734, 7002, 6820, 7939, 6754, 7521, 6833, 6637, 7004, 6687, 8378, 6747, 7501, 6571, 6547, 7465, 6744, 8365, 6613, 8769, 6477, 7789, 6571, 7540, 6989, 6537, 7633, 6683, 7485, 7123, 6803, 7592, 6707, 8986, 6800, 8186, 6789, 6848, 6735, 6695, 6963, 7714, 6585, 6593, 6910, 6667, 7040, 6461, 7177, 6805, 7412, 6801, 7648, 6624, 8257, 6774, 6733, 6897, 6511, 7272, 6842, 7380, 6741, 8238, 6716, 8022, 6790, 8280, 6666, 6523, 6991, 6621, 7389, 6698, 7517, 6580, 7895, 6881, 8331, 6764, 7797, 6966, 6450, 6898, 6505, 7512, 6709, 7960, 6844, 8301, 6769, 7632, 6572, 6636, 6864, 6651, 7526, 6786, 8225, 6491, 8542, 6830, 7804, 6813, 6817, 7091, 6258, 8135, 6723, 6659, 7401, 6645, 7736, 6621, 6699, 8079, 6679, 8899, 6552, 6577, 6752, 6868, 7336, 6695, 7984, 7044, 8019, 6910, 6634, 6751, 6577, 7210, 6710, 8135, 6564, 6620, 7020, 6658, 7600, 6603, 8282, 6582, 8502, 6669, 8477, 6751, 8028, 6634, 6724, 6750, 6646, 7888, 6859, 8614, 6815, 6698, 7111, 6548, 7191, 6803, 8286, 6665, 8350, 6521, 7559, 6674, 7840, 6874, 7583, 6879, 8133, 6918, 6768, 6906, 6777, 7174, 6541, 8394, 6825, 7834, 7006, 6772, 7210, 6695, 8104, 6551, 8446, 6814, 8354, 6650, 7970, 6758, 6985, 6708, 6744, 6830, 6693, 7266, 6663, 8074, 6658, 7817, 6833, 6759, 6585, 6544, 6912, 6561, 8274, 6644, 8543, 6603, 8783, 6565, 6923, 6601, 6998, 6608, 8022, 6642, 7242, 6615, 6636, 6793, 6742, 7163, 6669, 7122, 6510, 7108, 6589, 7012, 6756, 7043, 6665, 7183, 6816, 8157, 6645, 7761, 6754, 6769, 6681, 8196, 6843, 7800, 6556, 6599, 7018, 6713, 6754, 7142, 6728, 6593, 7187, 6839, 7899, 6647, 7069, 6482, 6890, 6468, 6631, 7980, 6756, 6626, 6854, 6805, 7167, 6550, 7650, 6584, 7139, 6611, 7578, 6424, 7763, 6549, 7362, 6516, 7497, 6563, 7768, 6243, 8348, 6488, 7597, 6785, 6605, 7164, 6578, 6724, 6798, 6800, 7108, 6719, 8027, 6658, 8367, 6632, 8032, 6879, 8352, 6830, 7384, 7162, 6771, 6943, 6671, 7927, 6691, 8210, 6712, 7661, 6639, 8494, 6552, 8706, 6624, 8126, 6733, 8009, 6903, 8139, 6563, 7837, 6790, 7184, 7050, 6607, 7042, 6736, 7904, 6756, 8224, 6452, 6599, 6518, 6645, 7044, 6418, 6715, 6718, 6727, 6491, 7052, 6629, 7455, 6546, 8224, 6715, 7249, 6839, 6803, 6926, 6509, 7370, 6654, 8202, 6674, 7119, 6797, 6502, 7232, 6601, 8025, 6714, 8738, 6414, 7967, 6313, 7529, 6478, 7654, 6554, 6509, 6569, 6621, 7069, 6540, 7296, 6578, 8104, 6913, 7192, 6432, 7034, 6991, 6448, 6842, 6482, 7602, 6445, 6587, 6426, 6856, 6376, 6842, 6517, 6720, 6606, 6670, 6556, 7147, 6528, 8084, 6765, 7989, 6807, 7835, 6533, 6816, 6649, 6705, 6593, 6594, 6732, 6432, 7133, 6334, 8092, 6426, 7194, 6759, 6709, 6824, 6412, 7226, 6603, 7863, 6884, 8407, 6667, 8077, 6642, 6658, 7788, 6573, 10029, 6687, 6364, 7054, 6392, 6983, 9323, 6629, 8988, 6355, 6791, 6517, 7020, 6517, 7837, 6765, 8230, 6535, 6604, 6491, 6347, 7559, 6765, 7839, 6747, 6502, 6954, 6497, 8286, 6519, 8800, 6764, 8306, 6437, 6933, 6484, 6374, 6509, 6633, 7458, 7023, 8089, 6614, 6983, 6761, 6484, 7240, 6582, 7931, 6622, 8721, 6693, 7334, 6440, 6648, 6633, 6436, 7157, 6468, 8073, 6741, 8209, 6444, 6457, 6479, 6528, 8135, 6596, 8549, 6721, 6867, 6805, 6557, 7261, 6530, 8207, 6712, 8332, 6573, 8214, 6926, 6808, 6786, 6239, 6919, 6725, 7667, 6650, 7940, 6395, 7005, 6699, 6442, 7117, 6575, 8108, 6597, 7522, 6910, 6409, 6663, 6625, 7885, 6461, 8688, 6496, 7484, 6620, 6522, 7041, 6485, 8239, 6447, 8494, 6831, 8501, 6661, 7821, 6671, 6485, 7151, 6717, 8397, 6683, 7238, 6886, 6416, 6806, 6722, 7673, 6571, 8240, 6665, 7475, 6523, 6506, 6514, 6425, 7847, 6417, 8355, 6330, 7194, 6566, 6479, 6787, 6549, 8207, 6421, 6290, 6852, 6442, 8382, 6400, 6708, 6671, 6391, 7155, 6588, 7836, 6386, 8117, 6447, 8599, 6532, 7609, 6618, 6735, 6435, 6392, 6979, 6339, 8045, 6591, 7095, 6607, 6432, 6704, 6312, 8166, 6726, 7211, 6470, 6375, 6643, 6315, 6554, 6456, 7907, 6572, 8278, 6890, 8597, 6757, 6424, 6861, 6628, 7814, 6799, 6457, 7204, 6524, 7704, 6770, 7340, 6826, 6630, 7323, 6383, 8031, 6624, 8433, 6505, 7905, 6636, 7235, 6460, 6434, 7126, 6624, 7523, 6767, 6510, 7229, 6672, 8415, 6895, 8651, 6661, 8055, 6361, 6507, 6456, 8531, 6544, 6414, 6462, 6503, 7482, 6569, 7853, 6500, 7204, 6624, 6402, 6634, 6388, 7764, 6658, 8062, 6491, 7085, 6514, 6622, 7855, 6374, 8361, 6818, 8588, 6855, 7177, 6525, 6467, 6975, 6617, 8091, 6533, 7006, 6541, 6529, 7523, 6707, 7182, 6523, 6321, 8280, 6531, 6917, 6815, 6754, 8367, 6480, 6508, 6902, 6497, 7405, 6732, 6415, 7397, 6843, 8517, 6496, 6582, 6828, 6450, 8021, 6857, 8386, 6847, 7010, 6692, 6521, 7890, 6978, 6306, 6921, 6675, 8904, 6534, 7732, 6617, 8123, 6447, 7783, 6284, 6846, 6810, 7168, 7727, 6475, 8549, 6578, 8072, 6602, 6568, 6766, 6679, 7733, 6546, 8294, 6565, 8507, 6507, 8398, 6516, 8060, 6623, 8147, 6484, 8033, 6428, 7359, 6564, 6320, 6878, 6580, 8316, 6308, 6333, 6399, 6587, 7956, 6438, 8249, 6755, 8641, 6587, 8418, 6482, 8169, 6297, 8118, 6601, 8309, 6462, 8125, 6459, 6781, 6514, 6449, 6845, 6593, 7950, 6493, 7385, 6478, 6373, 6646, 6593, 8140, 6359, 8207, 6552, 7027, 6421, 6223, 7414, 6743, 8302, 6547, 7039, 6374, 6309, 7252, 6684, 8372, 6700, 8353, 6458, 6592, 6454, 6314, 7602, 6703, 7438, 6697, 6507, 6833, 6602, 8430, 6542, 6706, 6568, 6229, 7251, 6447, 8508, 6457, 8378, 6888, 7055, 6566, 6579, 7250, 6674, 8405, 6733, 6508, 6749, 6833, 8557, 6475, 7175, 6637, 6651, 7916, 6484, 8558, 6445, 9033, 6688, 7827, 6569, 8387, 6248, 6353, 6521, 6572, 7324, 6572, 8083, 6598, 6395, 6357, 6541, 8022, 6349, 8654, 6470, 6504, 6376, 6589, 7965, 6498, 8542, 6582, 8516, 6436, 8223, 6542, 6989, 6353, 6366, 7116, 6543, 8524, 6470, 8231, 6577, 6981, 6488, 6467, 7015, 6259, 7876, 6395, 7451, 6567, 6479, 6962, 6636, 8359, 6645, 7206, 6206, 6495, 6827, 6481, 6320, 6709, 6473, 8171, 6445, 6473, 7982, 6490, 8299, 6637, 6561, 7789, 6545, 8282, 6710, 6482, 7445, 6678, 6686, 6656, 6642, 7878, 6684, 6534, 6927, 6605, 8181, 6688, 6715, 6918, 6677, 8885, 6880, 6774, 6787, 6441, 9163, 6551, 6575, 6679, 6731, 9064, 6805, 6725, 6929, 6774, 9010, 6745, 8559, 6581, 6428, 6840, 6664, 6829, 6749, 7204, 6921, 8215, 6600, 7311, 6677, 6406, 7187, 6574, 8390, 6863, 7732, 6555, 6439, 6517, 6550, 6771, 6659, 6567, 6510, 7452, 6553, 8287, 6939, 7716, 6714, 8158, 6927, 8034, 6540, 6810, 6623, 6638, 7587, 6652, 8768, 6884, 8423, 6735, 8280, 6606, 8452, 6896, 8119, 6350, 6313, 6676, 6678, 7073, 6547, 8038, 6774, 8644, 6618, 8715, 6593, 8350, 6627, 6675, 6438, 6643, 7429, 6519, 8155, 6363, 6924, 6726, 6304, 7089, 6418, 8065, 6574, 8382, 6718, 8467, 6704, 6982, 6796, 6374, 6813, 6390, 8306, 6928, 8553, 6662, 6651, 6464, 6577, 7617, 6593, 8978, 6722, 7739, 6537, 6134, 6819, 7134, 7769, 6722, 7642, 6840, 6480, 8186, 6717, 6616, 7630, 6347, 9019, 6730, 6610, 7588, 6551, 8641, 6947, 9295, 6500, 8804, 6649, 8100, 6754, 6266, 6588, 6742, 7623, 6558, 7811, 6841, 8328, 6366, 7385, 6686, 6650, 6775, 6673, 7969, 6864, 8728, 6694, 7231, 6532, 6704, 7800, 6687, 9312, 6497, 7117, 6781, 6549, 7148, 9918, 7171, 8802, 6582, 8029, 6836, 7625, 6510, 8049, 6482, 6908, 6700, 6577, 7914, 6646, 8610, 6872, 8564, 6562, 8789, 6470, 8466, 6494, 8293, 6489, 6950, 6550, 6946, 6412, 7796, 6719, 8088, 6522, 6496, 6587, 6661, 7214, 6633, 8053, 6540, 8245, 6570, 8048, 6662, 7368, 6627, 7564, 7017, 8272, 6822, 8395, 6732, 6577, 6564, 6520], 'WindowCenter': [3883.0, 3888.0, 3855.0, 3864.0, 3855.0, 3863.0, 3854.0, 3873.0, 3853.0, 3862.0, 3842.0, 3851.0, 3843.0, 3842.0, 3874.0, 3854.0, 3866.0, 3879.0, 3868.0, 3877.0, 3867.0, 3867.0, 3888.0, 3868.0, 3878.0, 3865.0, 3867.0, 3896.0, 3854.0, 3874.0, 3854.0, 3874.0, 3853.0, 3874.0, 3854.0, 3866.0, 3854.0, 3854.0, 3865.0, 3865.0, 3866.0, 3876.0, 3867.0, 3867.0, 3868.0, 3867.0, 3879.0, 3888.0, 3868.0, 3888.0, 3869.0, 3888.0, 3868.0, 3887.0, 3867.0, 3886.0, 3866.0, 3876.0, 3867.0, 3877.0, 3868.0, 3888.0, 3868.0, 3878.0, 3878.0, 3867.0, 3879.0, 3868.0, 3889.0, 3879.0, 3889.0, 3870.0, 3900.0, 3880.0, 3879.0, 3880.0, 3868.0, 3880.0, 3899.0, 3869.0, 3868.0, 3869.0, 3868.0, 3879.0, 3867.0, 3889.0, 3878.0, 3888.0, 3868.0, 3888.0, 3868.0, 3898.0, 3868.0, 3888.0, 3868.0, 3867.0, 3878.0, 3868.0, 3889.0, 3868.0, 3889.0, 3868.0, 3889.0, 3879.0, 3899.0, 3879.0, 3888.0, 3868.0, 3887.0, 3867.0, 3888.0, 3868.0, 3888.0, 3867.0, 3866.0, 3879.0, 3870.0, 3903.0, 3881.0, 3912.0, 3881.0, 3880.0, 3890.0, 3880.0, 3879.0, 3890.0, 3879.0, 3901.0, 3879.0, 3900.0, 3879.0, 3889.0, 3879.0, 3899.0, 3879.0, 3899.0, 3868.0, 3877.0, 3868.0, 3867.0, 3889.0, 3879.0, 3890.0, 3880.0, 3870.0, 3891.0, 3882.0, 3902.0, 3893.0, 3892.0, 3894.0, 3913.0, 3892.0, 3912.0, 3880.0, 3900.0, 3880.0, 3899.0, 3879.0, 3899.0, 3868.0, 3898.0, 3879.0, 3877.0, 3868.0, 3867.0, 3889.0, 3879.0, 3899.0, 3879.0, 3899.0, 3869.0, 3899.0, 3857.0, 3887.0, 3867.0, 3887.0, 3866.0, 3887.0, 3865.0, 3876.0, 3866.0, 3876.0, 3866.0, 3876.0, 3855.0, 3877.0, 3866.0, 3877.0, 3866.0, 3877.0, 3867.0, 3887.0, 3867.0, 3867.0, 3877.0, 3867.0, 3878.0, 3878.0, 3888.0, 3879.0, 3899.0, 3869.0, 3888.0, 3869.0, 3888.0, 3867.0, 3866.0, 3866.0, 3866.0, 3877.0, 3867.0, 3890.0, 3880.0, 3899.0, 3878.0, 3879.0, 3889.0, 3868.0, 3867.0, 3877.0, 3867.0, 3877.0, 3868.0, 3887.0, 3867.0, 3887.0, 3868.0, 3889.0, 3868.0, 3876.0, 3856.0, 3866.0, 3867.0, 3867.0, 3878.0, 3879.0, 3889.0, 3868.0, 3889.0, 3869.0, 3889.0, 3879.0, 3868.0, 3889.0, 3869.0, 3888.0, 3868.0, 3898.0, 3868.0, 3888.0, 3868.0, 3866.0, 3878.0, 3867.0, 3888.0, 3867.0, 3887.0, 3867.0, 3887.0, 3867.0, 3886.0, 3867.0, 3866.0, 3867.0, 3867.0, 3867.0, 3865.0, 3877.0, 3866.0, 3887.0, 3856.0, 3887.0, 3867.0, 3867.0, 3867.0, 3867.0, 3888.0, 3868.0, 3899.0, 3868.0, 3867.0, 3867.0, 3867.0, 3867.0, 3866.0, 3877.0, 3866.0, 3876.0, 3866.0, 3887.0, 3856.0, 3886.0, 3867.0, 3886.0, 3866.0, 3866.0, 3867.0, 3866.0, 3876.0, 3866.0, 3887.0, 3855.0, 3875.0, 3855.0, 3874.0, 3855.0, 3876.0, 3854.0, 3863.0, 3865.0, 3865.0, 3866.0, 3866.0, 3878.0, 3868.0, 3888.0, 3868.0, 3888.0, 3870.0, 3900.0, 3869.0, 3869.0, 3879.0, 3880.0, 3869.0, 3879.0, 3869.0, 3878.0, 3878.0, 3869.0, 3889.0, 3868.0, 3899.0, 3869.0, 3898.0, 3868.0, 3898.0, 3856.0, 3865.0, 3866.0, 3886.0, 3867.0, 3878.0, 3868.0, 3868.0, 3889.0, 3879.0, 3889.0, 3880.0, 3869.0, 3890.0, 3868.0, 3898.0, 3869.0, 3899.0, 3868.0, 3888.0, 3868.0, 3888.0, 3868.0, 3876.0, 3866.0, 3875.0, 3855.0, 3876.0, 3855.0, 3865.0, 3866.0, 3866.0, 3877.0, 3877.0, 3888.0, 3867.0, 3886.0, 3866.0, 3875.0, 3866.0, 3865.0, 3866.0, 3856.0, 3876.0, 3866.0, 3876.0, 3855.0, 3865.0, 3855.0, 3865.0, 3855.0, 3876.0, 3865.0, 3875.0, 3866.0, 3875.0, 3866.0, 3866.0, 3867.0, 3867.0, 3878.0, 3879.0, 3888.0, 3868.0, 3898.0, 3868.0, 3856.0, 3867.0, 3867.0, 3867.0, 3855.0, 3866.0, 3855.0, 3865.0, 3855.0, 3865.0, 3855.0, 3876.0, 3866.0, 3886.0, 3866.0, 3876.0, 3866.0, 3865.0, 3865.0, 3865.0, 3865.0, 3865.0, 3875.0, 3866.0, 3886.0, 3866.0, 3855.0, 3866.0, 3865.0, 3866.0, 3856.0, 3877.0, 3866.0, 3877.0, 3867.0, 3887.0, 3867.0, 3887.0, 3878.0, 3876.0, 3867.0, 3866.0, 3867.0, 3866.0, 3887.0, 3867.0, 3876.0, 3867.0, 3868.0, 3878.0, 3867.0, 3887.0, 3868.0, 3878.0, 3868.0, 3858.0, 3878.0, 3867.0, 3887.0, 3868.0, 3887.0, 3868.0, 3876.0, 3866.0, 3875.0, 3865.0, 3854.0, 3875.0, 3855.0, 3875.0, 3866.0, 3866.0, 3877.0, 3867.0, 3897.0, 3867.0, 3888.0, 3868.0, 3866.0, 3867.0, 3866.0, 3866.0, 3875.0, 3855.0, 3854.0, 3865.0, 3854.0, 3865.0, 3854.0, 3865.0, 3854.0, 3864.0, 3865.0, 3875.0, 3866.0, 3885.0, 3866.0, 3854.0, 3865.0, 3854.0, 3876.0, 3866.0, 3876.0, 3866.0, 3886.0, 3867.0, 3876.0, 3867.0, 3886.0, 3866.0, 3854.0, 3866.0, 3854.0, 3876.0, 3865.0, 3876.0, 3855.0, 3875.0, 3866.0, 3885.0, 3866.0, 3875.0, 3865.0, 3855.0, 3865.0, 3867.0, 3876.0, 3866.0, 3876.0, 3866.0, 3886.0, 3868.0, 3876.0, 3867.0, 3865.0, 3866.0, 3866.0, 3877.0, 3867.0, 3887.0, 3868.0, 3888.0, 3867.0, 3876.0, 3867.0, 3866.0, 3868.0, 3869.0, 3888.0, 3868.0, 3868.0, 3890.0, 3869.0, 3878.0, 3867.0, 3867.0, 3888.0, 3869.0, 3887.0, 3856.0, 3855.0, 3856.0, 3867.0, 3878.0, 3867.0, 3876.0, 3866.0, 3875.0, 3866.0, 3866.0, 3866.0, 3866.0, 3876.0, 3867.0, 3888.0, 3868.0, 3866.0, 3878.0, 3867.0, 3877.0, 3867.0, 3887.0, 3866.0, 3886.0, 3866.0, 3886.0, 3867.0, 3875.0, 3866.0, 3867.0, 3867.0, 3867.0, 3888.0, 3867.0, 3887.0, 3867.0, 3867.0, 3878.0, 3868.0, 3878.0, 3868.0, 3888.0, 3867.0, 3888.0, 3856.0, 3877.0, 3867.0, 3887.0, 3867.0, 3876.0, 3867.0, 3887.0, 3878.0, 3867.0, 3879.0, 3868.0, 3879.0, 3868.0, 3887.0, 3868.0, 3877.0, 3867.0, 3855.0, 3866.0, 3866.0, 3876.0, 3854.0, 3874.0, 3854.0, 3875.0, 3865.0, 3874.0, 3854.0, 3864.0, 3855.0, 3865.0, 3866.0, 3865.0, 3876.0, 3866.0, 3887.0, 3867.0, 3876.0, 3867.0, 3865.0, 3866.0, 3854.0, 3866.0, 3865.0, 3886.0, 3867.0, 3885.0, 3855.0, 3875.0, 3852.0, 3852.0, 3852.0, 3852.0, 3853.0, 3874.0, 3866.0, 3864.0, 3854.0, 3853.0, 3865.0, 3865.0, 3865.0, 3854.0, 3865.0, 3853.0, 3864.0, 3852.0, 3853.0, 3853.0, 3864.0, 3854.0, 3864.0, 3865.0, 3875.0, 3867.0, 3876.0, 3867.0, 3866.0, 3867.0, 3887.0, 3867.0, 3876.0, 3856.0, 3866.0, 3878.0, 3867.0, 3869.0, 3867.0, 3868.0, 3867.0, 3878.0, 3867.0, 3888.0, 3866.0, 3866.0, 3855.0, 3866.0, 3854.0, 3865.0, 3874.0, 3855.0, 3854.0, 3855.0, 3865.0, 3865.0, 3855.0, 3876.0, 3855.0, 3865.0, 3854.0, 3875.0, 3854.0, 3875.0, 3854.0, 3865.0, 3854.0, 3864.0, 3853.0, 3875.0, 3856.0, 3885.0, 3854.0, 3876.0, 3866.0, 3867.0, 3865.0, 3866.0, 3866.0, 3867.0, 3867.0, 3877.0, 3867.0, 3887.0, 3867.0, 3888.0, 3868.0, 3887.0, 3867.0, 3886.0, 3866.0, 3865.0, 3867.0, 3866.0, 3877.0, 3867.0, 3887.0, 3868.0, 3888.0, 3868.0, 3877.0, 3867.0, 3887.0, 3856.0, 3885.0, 3855.0, 3874.0, 3854.0, 3874.0, 3865.0, 3874.0, 3854.0, 3863.0, 3854.0, 3864.0, 3865.0, 3854.0, 3865.0, 3866.0, 3875.0, 3866.0, 3886.0, 3855.0, 3854.0, 3855.0, 3854.0, 3865.0, 3854.0, 3854.0, 3853.0, 3853.0, 3842.0, 3852.0, 3853.0, 3863.0, 3843.0, 3873.0, 3854.0, 3863.0, 3854.0, 3853.0, 3865.0, 3854.0, 3865.0, 3865.0, 3885.0, 3866.0, 3864.0, 3855.0, 3854.0, 3864.0, 3854.0, 3874.0, 3855.0, 3884.0, 3854.0, 3873.0, 3854.0, 3863.0, 3854.0, 3863.0, 3842.0, 3842.0, 3853.0, 3853.0, 3864.0, 3853.0, 3864.0, 3853.0, 3873.0, 3864.0, 3853.0, 3854.0, 3864.0, 3864.0, 3854.0, 3854.0, 3854.0, 3875.0, 3853.0, 3854.0, 3853.0, 3854.0, 3854.0, 3866.0, 3853.0, 3854.0, 3854.0, 3854.0, 3855.0, 3865.0, 3855.0, 3876.0, 3866.0, 3876.0, 3867.0, 3864.0, 3855.0, 3853.0, 3855.0, 3854.0, 3865.0, 3853.0, 3854.0, 3854.0, 3865.0, 3856.0, 3887.0, 3868.0, 3866.0, 3867.0, 3867.0, 3867.0, 3855.0, 3866.0, 3854.0, 3875.0, 3865.0, 3874.0, 3855.0, 3874.0, 3854.0, 3855.0, 3876.0, 3881.0, 3909.0, 3868.0, 3868.0, 3867.0, 3856.0, 3867.0, 3896.0, 3866.0, 3886.0, 3855.0, 3854.0, 3854.0, 3864.0, 3854.0, 3863.0, 3854.0, 3874.0, 3855.0, 3853.0, 3854.0, 3855.0, 3875.0, 3866.0, 3876.0, 3866.0, 3855.0, 3866.0, 3856.0, 3886.0, 3856.0, 3886.0, 3866.0, 3886.0, 3855.0, 3864.0, 3855.0, 3854.0, 3854.0, 3854.0, 3864.0, 3865.0, 3875.0, 3856.0, 3865.0, 3866.0, 3855.0, 3866.0, 3855.0, 3875.0, 3865.0, 3886.0, 3866.0, 3876.0, 3855.0, 3854.0, 3855.0, 3854.0, 3864.0, 3854.0, 3874.0, 3854.0, 3874.0, 3854.0, 3854.0, 3854.0, 3854.0, 3874.0, 3854.0, 3885.0, 3854.0, 3853.0, 3854.0, 3854.0, 3865.0, 3854.0, 3874.0, 3854.0, 3873.0, 3854.0, 3874.0, 3853.0, 3852.0, 3853.0, 3842.0, 3864.0, 3854.0, 3874.0, 3865.0, 3875.0, 3856.0, 3864.0, 3866.0, 3855.0, 3866.0, 3866.0, 3876.0, 3867.0, 3877.0, 3866.0, 3855.0, 3866.0, 3866.0, 3877.0, 3856.0, 3885.0, 3855.0, 3864.0, 3865.0, 3855.0, 3866.0, 3855.0, 3875.0, 3854.0, 3884.0, 3854.0, 3874.0, 3854.0, 3864.0, 3854.0, 3853.0, 3864.0, 3866.0, 3875.0, 3855.0, 3864.0, 3865.0, 3854.0, 3855.0, 3866.0, 3875.0, 3854.0, 3874.0, 3854.0, 3864.0, 3854.0, 3853.0, 3854.0, 3853.0, 3874.0, 3854.0, 3874.0, 3853.0, 3852.0, 3853.0, 3842.0, 3853.0, 3843.0, 3873.0, 3853.0, 3853.0, 3865.0, 3855.0, 3886.0, 3855.0, 3854.0, 3865.0, 3855.0, 3864.0, 3854.0, 3863.0, 3843.0, 3874.0, 3854.0, 3873.0, 3854.0, 3863.0, 3853.0, 3853.0, 3854.0, 3853.0, 3864.0, 3854.0, 3874.0, 3866.0, 3865.0, 3855.0, 3854.0, 3865.0, 3856.0, 3887.0, 3868.0, 3876.0, 3856.0, 3855.0, 3866.0, 3855.0, 3855.0, 3855.0, 3875.0, 3855.0, 3875.0, 3865.0, 3885.0, 3854.0, 3854.0, 3854.0, 3855.0, 3875.0, 3866.0, 3855.0, 3876.0, 3857.0, 3877.0, 3868.0, 3866.0, 3866.0, 3855.0, 3865.0, 3855.0, 3875.0, 3855.0, 3875.0, 3855.0, 3874.0, 3855.0, 3865.0, 3856.0, 3854.0, 3864.0, 3855.0, 3875.0, 3865.0, 3855.0, 3865.0, 3866.0, 3886.0, 3867.0, 3885.0, 3856.0, 3875.0, 3854.0, 3853.0, 3855.0, 3885.0, 3843.0, 3842.0, 3842.0, 3842.0, 3864.0, 3854.0, 3875.0, 3854.0, 3864.0, 3854.0, 3854.0, 3854.0, 3854.0, 3874.0, 3854.0, 3874.0, 3855.0, 3865.0, 3855.0, 3854.0, 3874.0, 3843.0, 3874.0, 3854.0, 3873.0, 3854.0, 3852.0, 3843.0, 3842.0, 3853.0, 3854.0, 3874.0, 3854.0, 3864.0, 3854.0, 3854.0, 3875.0, 3866.0, 3866.0, 3856.0, 3856.0, 3886.0, 3868.0, 3879.0, 3867.0, 3867.0, 3889.0, 3869.0, 3867.0, 3867.0, 3868.0, 3877.0, 3867.0, 3857.0, 3876.0, 3868.0, 3888.0, 3857.0, 3866.0, 3867.0, 3856.0, 3876.0, 3856.0, 3886.0, 3866.0, 3865.0, 3866.0, 3856.0, 3887.0, 3866.0, 3857.0, 3867.0, 3868.0, 3898.0, 3857.0, 3876.0, 3867.0, 3876.0, 3855.0, 3875.0, 3844.0, 3853.0, 3854.0, 3853.0, 3863.0, 3842.0, 3873.0, 3852.0, 3862.0, 3852.0, 3852.0, 3853.0, 3853.0, 3863.0, 3854.0, 3873.0, 3853.0, 3873.0, 3842.0, 3872.0, 3842.0, 3861.0, 3852.0, 3862.0, 3842.0, 3862.0, 3842.0, 3862.0, 3853.0, 3843.0, 3854.0, 3855.0, 3876.0, 3856.0, 3854.0, 3855.0, 3866.0, 3876.0, 3854.0, 3875.0, 3855.0, 3884.0, 3854.0, 3874.0, 3843.0, 3873.0, 3843.0, 3862.0, 3853.0, 3872.0, 3843.0, 3862.0, 3842.0, 3852.0, 3843.0, 3842.0, 3853.0, 3853.0, 3873.0, 3854.0, 3863.0, 3854.0, 3854.0, 3854.0, 3854.0, 3875.0, 3855.0, 3875.0, 3855.0, 3864.0, 3855.0, 3844.0, 3864.0, 3855.0, 3875.0, 3856.0, 3866.0, 3855.0, 3855.0, 3866.0, 3855.0, 3876.0, 3855.0, 3875.0, 3854.0, 3853.0, 3856.0, 3856.0, 3876.0, 3867.0, 3876.0, 3866.0, 3856.0, 3868.0, 3868.0, 3887.0, 3868.0, 3867.0, 3868.0, 3858.0, 3879.0, 3857.0, 3887.0, 3857.0, 3887.0, 3867.0, 3866.0, 3866.0, 3865.0, 3866.0, 3866.0, 3886.0, 3866.0, 3855.0, 3866.0, 3866.0, 3887.0, 3857.0, 3866.0, 3866.0, 3866.0, 3876.0, 3856.0, 3888.0, 3856.0, 3885.0, 3856.0, 3864.0, 3855.0, 3874.0, 3843.0, 3843.0, 3854.0, 3854.0, 3864.0, 3855.0, 3876.0, 3867.0, 3856.0, 3857.0, 3858.0, 3887.0, 3857.0, 3887.0, 3857.0, 3855.0, 3856.0, 3866.0, 3876.0, 3855.0, 3885.0, 3865.0, 3885.0, 3855.0, 3886.0, 3855.0, 3853.0, 3843.0, 3853.0, 3865.0, 3855.0, 3885.0, 3855.0, 3874.0, 3854.0, 3854.0, 3854.0, 3843.0, 3865.0, 3854.0, 3875.0, 3855.0, 3864.0, 3865.0, 3854.0, 3864.0, 3855.0, 3888.0, 3867.0, 3865.0, 3858.0, 3856.0, 3855.0, 3856.0, 3856.0, 3867.0, 3867.0, 3887.0, 3856.0, 3856.0, 3876.0, 3857.0, 3875.0, 3855.0, 3854.0, 3865.0, 3854.0, 3875.0, 3855.0, 3856.0, 3865.0, 3866.0, 3866.0, 3866.0, 3866.0, 3887.0, 3868.0, 3856.0, 3867.0, 3867.0, 3887.0, 3867.0, 3867.0, 3868.0, 3867.0, 3897.0, 3867.0, 3866.0, 3867.0, 3857.0, 3897.0, 3856.0, 3855.0, 3866.0, 3856.0, 3887.0, 3867.0, 3866.0, 3867.0, 3868.0, 3897.0, 3867.0, 3886.0, 3855.0, 3854.0, 3855.0, 3854.0, 3855.0, 3854.0, 3864.0, 3853.0, 3874.0, 3855.0, 3864.0, 3855.0, 3854.0, 3865.0, 3866.0, 3886.0, 3866.0, 3876.0, 3856.0, 3855.0, 3856.0, 3856.0, 3867.0, 3855.0, 3866.0, 3855.0, 3876.0, 3855.0, 3887.0, 3866.0, 3876.0, 3866.0, 3877.0, 3867.0, 3888.0, 3869.0, 3855.0, 3867.0, 3867.0, 3876.0, 3855.0, 3886.0, 3865.0, 3875.0, 3855.0, 3885.0, 3855.0, 3875.0, 3865.0, 3875.0, 3854.0, 3843.0, 3854.0, 3853.0, 3865.0, 3854.0, 3875.0, 3855.0, 3884.0, 3854.0, 3874.0, 3854.0, 3873.0, 3852.0, 3851.0, 3843.0, 3853.0, 3863.0, 3853.0, 3873.0, 3853.0, 3864.0, 3854.0, 3853.0, 3864.0, 3854.0, 3874.0, 3866.0, 3886.0, 3866.0, 3885.0, 3865.0, 3865.0, 3866.0, 3856.0, 3866.0, 3856.0, 3887.0, 3867.0, 3898.0, 3868.0, 3867.0, 3856.0, 3867.0, 3888.0, 3868.0, 3898.0, 3868.0, 3877.0, 3867.0, 3857.0, 3880.0, 3879.0, 3888.0, 3881.0, 3890.0, 3868.0, 3868.0, 3888.0, 3868.0, 3867.0, 3878.0, 3868.0, 3899.0, 3867.0, 3866.0, 3878.0, 3857.0, 3886.0, 3866.0, 3896.0, 3855.0, 3885.0, 3856.0, 3874.0, 3854.0, 3843.0, 3854.0, 3854.0, 3875.0, 3855.0, 3864.0, 3855.0, 3875.0, 3855.0, 3875.0, 3866.0, 3855.0, 3866.0, 3855.0, 3875.0, 3865.0, 3886.0, 3866.0, 3865.0, 3855.0, 3865.0, 3876.0, 3866.0, 3897.0, 3856.0, 3865.0, 3855.0, 3854.0, 3866.0, 3884.0, 3852.0, 3872.0, 3841.0, 3863.0, 3841.0, 3862.0, 3841.0, 3862.0, 3842.0, 3852.0, 3853.0, 3853.0, 3874.0, 3854.0, 3884.0, 3854.0, 3885.0, 3854.0, 3873.0, 3842.0, 3872.0, 3841.0, 3872.0, 3841.0, 3850.0, 3840.0, 3851.0, 3842.0, 3862.0, 3853.0, 3874.0, 3853.0, 3842.0, 3853.0, 3854.0, 3865.0, 3854.0, 3874.0, 3854.0, 3874.0, 3853.0, 3874.0, 3852.0, 3863.0, 3852.0, 3862.0, 3853.0, 3873.0, 3854.0, 3874.0, 3856.0, 3855.0, 3865.0, 3855.0], 'WindowWidth': [8717.0, 8712.0, 8663.0, 8672.0, 8660.0, 8667.0, 8657.0, 8683.0, 8655.0, 8665.0, 8638.0, 8650.0, 8642.0, 8640.0, 8684.0, 8660.0, 8682.0, 8702.0, 8684.0, 8697.0, 8684.0, 8682.0, 8713.0, 8685.0, 8696.0, 8676.0, 8680.0, 8717.0, 8660.0, 8685.0, 8658.0, 8686.0, 8657.0, 8686.0, 8658.0, 8677.0, 8660.0, 8661.0, 8675.0, 8675.0, 8680.0, 8692.0, 8683.0, 8683.0, 8685.0, 8684.0, 8703.0, 8713.0, 8687.0, 8714.0, 8688.0, 8713.0, 8687.0, 8709.0, 8682.0, 8706.0, 8680.0, 8694.0, 8683.0, 8694.0, 8685.0, 8712.0, 8687.0, 8700.0, 8699.0, 8684.0, 8701.0, 8686.0, 8716.0, 8702.0, 8716.0, 8694.0, 8731.0, 8707.0, 8703.0, 8705.0, 8688.0, 8706.0, 8729.0, 8688.0, 8686.0, 8689.0, 8686.0, 8701.0, 8684.0, 8714.0, 8699.0, 8712.0, 8687.0, 8711.0, 8686.0, 8724.0, 8686.0, 8712.0, 8686.0, 8684.0, 8700.0, 8686.0, 8715.0, 8687.0, 8715.0, 8689.0, 8715.0, 8704.0, 8727.0, 8701.0, 8711.0, 8686.0, 8708.0, 8684.0, 8711.0, 8685.0, 8712.0, 8684.0, 8681.0, 8703.0, 8690.0, 8740.0, 8707.0, 8751.0, 8709.0, 8707.0, 8720.0, 8707.0, 8704.0, 8719.0, 8702.0, 8734.0, 8704.0, 8732.0, 8703.0, 8717.0, 8703.0, 8730.0, 8702.0, 8728.0, 8687.0, 8697.0, 8685.0, 8684.0, 8715.0, 8703.0, 8719.0, 8708.0, 8693.0, 8724.0, 8712.0, 8739.0, 8731.0, 8728.0, 8732.0, 8753.0, 8726.0, 8751.0, 8707.0, 8729.0, 8706.0, 8728.0, 8703.0, 8729.0, 8687.0, 8726.0, 8700.0, 8697.0, 8685.0, 8683.0, 8716.0, 8701.0, 8729.0, 8703.0, 8727.0, 8688.0, 8726.0, 8669.0, 8707.0, 8682.0, 8707.0, 8680.0, 8707.0, 8677.0, 8691.0, 8679.0, 8691.0, 8678.0, 8692.0, 8663.0, 8693.0, 8681.0, 8695.0, 8681.0, 8695.0, 8682.0, 8709.0, 8682.0, 8682.0, 8697.0, 8684.0, 8698.0, 8699.0, 8712.0, 8703.0, 8729.0, 8690.0, 8714.0, 8689.0, 8712.0, 8684.0, 8679.0, 8679.0, 8680.0, 8697.0, 8682.0, 8715.0, 8705.0, 8728.0, 8699.0, 8702.0, 8715.0, 8687.0, 8683.0, 8696.0, 8682.0, 8695.0, 8685.0, 8708.0, 8684.0, 8710.0, 8685.0, 8714.0, 8684.0, 8693.0, 8667.0, 8680.0, 8682.0, 8683.0, 8698.0, 8703.0, 8715.0, 8687.0, 8714.0, 8689.0, 8715.0, 8703.0, 8686.0, 8715.0, 8690.0, 8713.0, 8687.0, 8726.0, 8687.0, 8712.0, 8685.0, 8681.0, 8698.0, 8685.0, 8712.0, 8682.0, 8708.0, 8682.0, 8707.0, 8681.0, 8707.0, 8682.0, 8678.0, 8681.0, 8682.0, 8682.0, 8677.0, 8694.0, 8681.0, 8708.0, 8667.0, 8707.0, 8684.0, 8681.0, 8682.0, 8683.0, 8712.0, 8685.0, 8726.0, 8684.0, 8682.0, 8684.0, 8683.0, 8681.0, 8678.0, 8694.0, 8679.0, 8692.0, 8681.0, 8707.0, 8666.0, 8704.0, 8680.0, 8705.0, 8680.0, 8678.0, 8681.0, 8679.0, 8691.0, 8678.0, 8706.0, 8662.0, 8688.0, 8662.0, 8686.0, 8661.0, 8692.0, 8660.0, 8670.0, 8676.0, 8676.0, 8680.0, 8682.0, 8698.0, 8687.0, 8712.0, 8687.0, 8710.0, 8693.0, 8732.0, 8688.0, 8687.0, 8701.0, 8705.0, 8689.0, 8702.0, 8688.0, 8699.0, 8700.0, 8688.0, 8716.0, 8686.0, 8727.0, 8689.0, 8725.0, 8686.0, 8725.0, 8664.0, 8677.0, 8679.0, 8706.0, 8682.0, 8701.0, 8687.0, 8685.0, 8715.0, 8703.0, 8716.0, 8704.0, 8688.0, 8717.0, 8688.0, 8725.0, 8687.0, 8726.0, 8686.0, 8710.0, 8685.0, 8711.0, 8685.0, 8691.0, 8678.0, 8688.0, 8662.0, 8691.0, 8663.0, 8675.0, 8677.0, 8678.0, 8695.0, 8697.0, 8710.0, 8682.0, 8704.0, 8678.0, 8688.0, 8678.0, 8676.0, 8678.0, 8665.0, 8691.0, 8678.0, 8692.0, 8661.0, 8675.0, 8661.0, 8674.0, 8661.0, 8690.0, 8676.0, 8688.0, 8679.0, 8689.0, 8678.0, 8678.0, 8683.0, 8682.0, 8698.0, 8701.0, 8710.0, 8686.0, 8724.0, 8683.0, 8665.0, 8682.0, 8681.0, 8681.0, 8665.0, 8679.0, 8661.0, 8676.0, 8661.0, 8675.0, 8664.0, 8692.0, 8677.0, 8702.0, 8677.0, 8691.0, 8678.0, 8674.0, 8676.0, 8674.0, 8677.0, 8677.0, 8689.0, 8678.0, 8704.0, 8678.0, 8661.0, 8678.0, 8676.0, 8680.0, 8665.0, 8694.0, 8681.0, 8694.0, 8682.0, 8709.0, 8682.0, 8709.0, 8697.0, 8693.0, 8681.0, 8678.0, 8682.0, 8679.0, 8707.0, 8681.0, 8693.0, 8683.0, 8683.0, 8697.0, 8683.0, 8708.0, 8686.0, 8698.0, 8684.0, 8671.0, 8697.0, 8683.0, 8709.0, 8686.0, 8708.0, 8684.0, 8692.0, 8678.0, 8687.0, 8674.0, 8659.0, 8686.0, 8662.0, 8689.0, 8678.0, 8678.0, 8696.0, 8682.0, 8722.0, 8683.0, 8711.0, 8684.0, 8678.0, 8681.0, 8678.0, 8680.0, 8689.0, 8662.0, 8659.0, 8674.0, 8659.0, 8673.0, 8659.0, 8674.0, 8659.0, 8673.0, 8675.0, 8688.0, 8677.0, 8702.0, 8678.0, 8661.0, 8676.0, 8660.0, 8692.0, 8678.0, 8691.0, 8679.0, 8706.0, 8681.0, 8691.0, 8680.0, 8703.0, 8677.0, 8660.0, 8677.0, 8660.0, 8692.0, 8676.0, 8690.0, 8663.0, 8689.0, 8676.0, 8702.0, 8677.0, 8689.0, 8675.0, 8661.0, 8676.0, 8681.0, 8691.0, 8678.0, 8690.0, 8679.0, 8704.0, 8684.0, 8694.0, 8681.0, 8677.0, 8680.0, 8681.0, 8697.0, 8683.0, 8708.0, 8685.0, 8709.0, 8682.0, 8692.0, 8681.0, 8678.0, 8684.0, 8687.0, 8710.0, 8684.0, 8686.0, 8717.0, 8688.0, 8697.0, 8683.0, 8681.0, 8712.0, 8689.0, 8707.0, 8665.0, 8661.0, 8664.0, 8683.0, 8698.0, 8680.0, 8690.0, 8678.0, 8689.0, 8677.0, 8678.0, 8679.0, 8678.0, 8691.0, 8681.0, 8711.0, 8683.0, 8680.0, 8696.0, 8682.0, 8694.0, 8683.0, 8708.0, 8679.0, 8703.0, 8678.0, 8703.0, 8681.0, 8689.0, 8679.0, 8681.0, 8683.0, 8682.0, 8710.0, 8682.0, 8708.0, 8682.0, 8682.0, 8699.0, 8685.0, 8698.0, 8684.0, 8709.0, 8682.0, 8712.0, 8667.0, 8694.0, 8682.0, 8707.0, 8683.0, 8692.0, 8682.0, 8709.0, 8697.0, 8683.0, 8702.0, 8686.0, 8701.0, 8684.0, 8708.0, 8684.0, 8693.0, 8682.0, 8663.0, 8678.0, 8677.0, 8689.0, 8659.0, 8684.0, 8659.0, 8686.0, 8675.0, 8686.0, 8660.0, 8671.0, 8661.0, 8676.0, 8678.0, 8677.0, 8693.0, 8678.0, 8707.0, 8681.0, 8693.0, 8680.0, 8676.0, 8678.0, 8660.0, 8677.0, 8676.0, 8702.0, 8679.0, 8702.0, 8661.0, 8686.0, 8651.0, 8649.0, 8650.0, 8651.0, 8657.0, 8686.0, 8677.0, 8671.0, 8659.0, 8657.0, 8675.0, 8674.0, 8676.0, 8659.0, 8674.0, 8656.0, 8670.0, 8654.0, 8655.0, 8655.0, 8670.0, 8659.0, 8673.0, 8677.0, 8690.0, 8680.0, 8692.0, 8680.0, 8678.0, 8681.0, 8707.0, 8683.0, 8692.0, 8667.0, 8681.0, 8700.0, 8684.0, 8688.0, 8681.0, 8685.0, 8682.0, 8698.0, 8682.0, 8711.0, 8678.0, 8677.0, 8660.0, 8677.0, 8660.0, 8675.0, 8686.0, 8660.0, 8658.0, 8661.0, 8675.0, 8676.0, 8662.0, 8691.0, 8662.0, 8674.0, 8659.0, 8689.0, 8659.0, 8688.0, 8658.0, 8673.0, 8658.0, 8670.0, 8656.0, 8686.0, 8663.0, 8700.0, 8660.0, 8690.0, 8680.0, 8682.0, 8678.0, 8680.0, 8680.0, 8682.0, 8683.0, 8697.0, 8681.0, 8707.0, 8681.0, 8710.0, 8684.0, 8706.0, 8680.0, 8704.0, 8679.0, 8676.0, 8680.0, 8679.0, 8695.0, 8682.0, 8709.0, 8685.0, 8710.0, 8684.0, 8694.0, 8682.0, 8706.0, 8665.0, 8701.0, 8662.0, 8685.0, 8658.0, 8684.0, 8673.0, 8684.0, 8658.0, 8669.0, 8657.0, 8671.0, 8674.0, 8659.0, 8676.0, 8676.0, 8687.0, 8677.0, 8702.0, 8662.0, 8660.0, 8661.0, 8659.0, 8674.0, 8660.0, 8658.0, 8654.0, 8654.0, 8639.0, 8653.0, 8656.0, 8668.0, 8641.0, 8682.0, 8658.0, 8670.0, 8660.0, 8656.0, 8674.0, 8659.0, 8674.0, 8676.0, 8701.0, 8678.0, 8672.0, 8661.0, 8659.0, 8672.0, 8659.0, 8686.0, 8661.0, 8699.0, 8658.0, 8682.0, 8657.0, 8669.0, 8658.0, 8668.0, 8639.0, 8639.0, 8655.0, 8654.0, 8671.0, 8655.0, 8669.0, 8655.0, 8681.0, 8670.0, 8655.0, 8659.0, 8670.0, 8671.0, 8657.0, 8658.0, 8659.0, 8688.0, 8657.0, 8657.0, 8656.0, 8659.0, 8658.0, 8677.0, 8657.0, 8659.0, 8659.0, 8661.0, 8662.0, 8675.0, 8664.0, 8691.0, 8679.0, 8692.0, 8680.0, 8673.0, 8662.0, 8657.0, 8660.0, 8658.0, 8675.0, 8656.0, 8660.0, 8660.0, 8677.0, 8667.0, 8707.0, 8684.0, 8679.0, 8681.0, 8682.0, 8681.0, 8662.0, 8678.0, 8660.0, 8686.0, 8674.0, 8684.0, 8661.0, 8685.0, 8659.0, 8661.0, 8691.0, 8707.0, 8740.0, 8683.0, 8684.0, 8681.0, 8667.0, 8682.0, 8717.0, 8677.0, 8704.0, 8662.0, 8660.0, 8659.0, 8673.0, 8661.0, 8670.0, 8659.0, 8683.0, 8659.0, 8656.0, 8659.0, 8662.0, 8688.0, 8679.0, 8690.0, 8678.0, 8661.0, 8677.0, 8664.0, 8704.0, 8665.0, 8703.0, 8677.0, 8703.0, 8662.0, 8672.0, 8662.0, 8657.0, 8660.0, 8660.0, 8672.0, 8674.0, 8687.0, 8664.0, 8675.0, 8677.0, 8661.0, 8677.0, 8660.0, 8688.0, 8675.0, 8702.0, 8676.0, 8691.0, 8663.0, 8659.0, 8660.0, 8658.0, 8671.0, 8657.0, 8683.0, 8658.0, 8683.0, 8657.0, 8658.0, 8661.0, 8659.0, 8685.0, 8659.0, 8700.0, 8659.0, 8657.0, 8658.0, 8660.0, 8673.0, 8656.0, 8682.0, 8657.0, 8681.0, 8658.0, 8683.0, 8655.0, 8652.0, 8654.0, 8640.0, 8673.0, 8659.0, 8685.0, 8675.0, 8689.0, 8664.0, 8673.0, 8676.0, 8662.0, 8677.0, 8678.0, 8691.0, 8680.0, 8693.0, 8678.0, 8661.0, 8677.0, 8677.0, 8694.0, 8664.0, 8700.0, 8661.0, 8673.0, 8674.0, 8662.0, 8677.0, 8661.0, 8688.0, 8659.0, 8697.0, 8658.0, 8683.0, 8658.0, 8671.0, 8656.0, 8656.0, 8670.0, 8678.0, 8686.0, 8660.0, 8673.0, 8675.0, 8661.0, 8662.0, 8677.0, 8686.0, 8659.0, 8685.0, 8659.0, 8672.0, 8660.0, 8657.0, 8659.0, 8656.0, 8683.0, 8657.0, 8683.0, 8656.0, 8652.0, 8653.0, 8637.0, 8654.0, 8640.0, 8682.0, 8655.0, 8656.0, 8674.0, 8660.0, 8702.0, 8662.0, 8659.0, 8676.0, 8661.0, 8672.0, 8657.0, 8669.0, 8641.0, 8683.0, 8658.0, 8681.0, 8657.0, 8667.0, 8654.0, 8654.0, 8657.0, 8655.0, 8671.0, 8658.0, 8684.0, 8677.0, 8675.0, 8662.0, 8660.0, 8677.0, 8665.0, 8708.0, 8683.0, 8693.0, 8666.0, 8661.0, 8679.0, 8663.0, 8663.0, 8662.0, 8689.0, 8660.0, 8686.0, 8675.0, 8701.0, 8659.0, 8658.0, 8658.0, 8661.0, 8688.0, 8677.0, 8661.0, 8691.0, 8668.0, 8696.0, 8685.0, 8677.0, 8679.0, 8661.0, 8675.0, 8663.0, 8688.0, 8661.0, 8686.0, 8660.0, 8686.0, 8661.0, 8674.0, 8662.0, 8659.0, 8672.0, 8661.0, 8689.0, 8676.0, 8661.0, 8676.0, 8678.0, 8703.0, 8679.0, 8701.0, 8664.0, 8686.0, 8658.0, 8656.0, 8661.0, 8698.0, 8641.0, 8638.0, 8640.0, 8640.0, 8670.0, 8659.0, 8685.0, 8659.0, 8671.0, 8658.0, 8657.0, 8659.0, 8657.0, 8685.0, 8660.0, 8685.0, 8660.0, 8674.0, 8661.0, 8658.0, 8685.0, 8642.0, 8682.0, 8657.0, 8682.0, 8656.0, 8652.0, 8641.0, 8640.0, 8655.0, 8657.0, 8684.0, 8658.0, 8670.0, 8659.0, 8659.0, 8688.0, 8678.0, 8677.0, 8664.0, 8664.0, 8703.0, 8684.0, 8699.0, 8683.0, 8681.0, 8712.0, 8687.0, 8682.0, 8682.0, 8684.0, 8696.0, 8682.0, 8668.0, 8692.0, 8683.0, 8709.0, 8668.0, 8680.0, 8682.0, 8665.0, 8692.0, 8664.0, 8704.0, 8677.0, 8675.0, 8678.0, 8664.0, 8707.0, 8680.0, 8669.0, 8683.0, 8684.0, 8723.0, 8669.0, 8692.0, 8681.0, 8689.0, 8662.0, 8687.0, 8645.0, 8654.0, 8656.0, 8654.0, 8667.0, 8637.0, 8679.0, 8650.0, 8665.0, 8652.0, 8652.0, 8655.0, 8655.0, 8668.0, 8657.0, 8681.0, 8655.0, 8680.0, 8639.0, 8676.0, 8637.0, 8661.0, 8650.0, 8662.0, 8637.0, 8663.0, 8638.0, 8666.0, 8653.0, 8641.0, 8657.0, 8660.0, 8689.0, 8664.0, 8661.0, 8663.0, 8676.0, 8690.0, 8659.0, 8685.0, 8660.0, 8698.0, 8658.0, 8683.0, 8640.0, 8678.0, 8640.0, 8663.0, 8652.0, 8677.0, 8642.0, 8664.0, 8639.0, 8651.0, 8640.0, 8638.0, 8655.0, 8655.0, 8682.0, 8657.0, 8670.0, 8657.0, 8657.0, 8659.0, 8658.0, 8686.0, 8661.0, 8687.0, 8661.0, 8671.0, 8660.0, 8645.0, 8671.0, 8661.0, 8688.0, 8664.0, 8675.0, 8661.0, 8661.0, 8677.0, 8661.0, 8689.0, 8662.0, 8687.0, 8659.0, 8657.0, 8663.0, 8666.0, 8689.0, 8681.0, 8690.0, 8679.0, 8667.0, 8686.0, 8684.0, 8708.0, 8685.0, 8681.0, 8685.0, 8672.0, 8700.0, 8668.0, 8707.0, 8668.0, 8707.0, 8681.0, 8677.0, 8678.0, 8675.0, 8678.0, 8679.0, 8704.0, 8679.0, 8662.0, 8679.0, 8679.0, 8709.0, 8667.0, 8676.0, 8678.0, 8677.0, 8690.0, 8666.0, 8709.0, 8664.0, 8702.0, 8663.0, 8671.0, 8660.0, 8683.0, 8642.0, 8641.0, 8657.0, 8658.0, 8673.0, 8662.0, 8691.0, 8680.0, 8666.0, 8668.0, 8671.0, 8708.0, 8667.0, 8707.0, 8667.0, 8662.0, 8664.0, 8678.0, 8692.0, 8661.0, 8700.0, 8675.0, 8699.0, 8662.0, 8702.0, 8659.0, 8653.0, 8641.0, 8656.0, 8673.0, 8660.0, 8700.0, 8660.0, 8685.0, 8657.0, 8657.0, 8658.0, 8642.0, 8673.0, 8658.0, 8686.0, 8662.0, 8672.0, 8675.0, 8659.0, 8673.0, 8662.0, 8708.0, 8680.0, 8675.0, 8669.0, 8663.0, 8661.0, 8666.0, 8666.0, 8682.0, 8682.0, 8708.0, 8665.0, 8663.0, 8690.0, 8666.0, 8688.0, 8662.0, 8659.0, 8672.0, 8659.0, 8687.0, 8660.0, 8665.0, 8676.0, 8679.0, 8678.0, 8679.0, 8679.0, 8709.0, 8684.0, 8667.0, 8683.0, 8682.0, 8707.0, 8682.0, 8681.0, 8683.0, 8680.0, 8720.0, 8680.0, 8678.0, 8681.0, 8667.0, 8720.0, 8664.0, 8662.0, 8679.0, 8664.0, 8707.0, 8681.0, 8679.0, 8681.0, 8684.0, 8721.0, 8680.0, 8703.0, 8662.0, 8658.0, 8660.0, 8659.0, 8660.0, 8657.0, 8671.0, 8656.0, 8684.0, 8661.0, 8673.0, 8660.0, 8660.0, 8673.0, 8678.0, 8704.0, 8679.0, 8689.0, 8663.0, 8662.0, 8665.0, 8665.0, 8681.0, 8662.0, 8677.0, 8662.0, 8691.0, 8664.0, 8707.0, 8678.0, 8691.0, 8679.0, 8693.0, 8680.0, 8710.0, 8685.0, 8663.0, 8681.0, 8680.0, 8691.0, 8662.0, 8703.0, 8674.0, 8686.0, 8661.0, 8702.0, 8662.0, 8687.0, 8675.0, 8686.0, 8658.0, 8642.0, 8658.0, 8656.0, 8675.0, 8658.0, 8687.0, 8659.0, 8696.0, 8658.0, 8682.0, 8655.0, 8679.0, 8651.0, 8649.0, 8640.0, 8654.0, 8667.0, 8656.0, 8683.0, 8656.0, 8672.0, 8659.0, 8656.0, 8671.0, 8660.0, 8686.0, 8678.0, 8703.0, 8677.0, 8702.0, 8676.0, 8674.0, 8678.0, 8665.0, 8680.0, 8666.0, 8707.0, 8682.0, 8724.0, 8683.0, 8681.0, 8667.0, 8681.0, 8711.0, 8687.0, 8723.0, 8685.0, 8695.0, 8683.0, 8671.0, 8704.0, 8701.0, 8713.0, 8709.0, 8718.0, 8687.0, 8685.0, 8710.0, 8685.0, 8681.0, 8698.0, 8685.0, 8726.0, 8683.0, 8680.0, 8697.0, 8668.0, 8704.0, 8677.0, 8715.0, 8661.0, 8701.0, 8664.0, 8684.0, 8657.0, 8642.0, 8657.0, 8658.0, 8689.0, 8663.0, 8672.0, 8661.0, 8688.0, 8662.0, 8689.0, 8680.0, 8662.0, 8678.0, 8663.0, 8689.0, 8676.0, 8702.0, 8677.0, 8676.0, 8663.0, 8675.0, 8691.0, 8679.0, 8719.0, 8663.0, 8673.0, 8660.0, 8660.0, 8678.0, 8696.0, 8651.0, 8675.0, 8635.0, 8665.0, 8634.0, 8662.0, 8636.0, 8664.0, 8639.0, 8652.0, 8656.0, 8656.0, 8683.0, 8659.0, 8698.0, 8659.0, 8699.0, 8659.0, 8680.0, 8639.0, 8676.0, 8635.0, 8676.0, 8634.0, 8646.0, 8633.0, 8649.0, 8638.0, 8666.0, 8656.0, 8683.0, 8655.0, 8641.0, 8657.0, 8658.0, 8673.0, 8657.0, 8685.0, 8657.0, 8684.0, 8655.0, 8683.0, 8651.0, 8667.0, 8651.0, 8665.0, 8655.0, 8681.0, 8659.0, 8683.0, 8662.0, 8661.0, 8676.0, 8663.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.00040585723001830386</td></tr>
<tr><td colspan=3>aqi</td><td>0.02011732855399634</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.240843569169705</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1710622334676413</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9882318109218555</td></tr>
<tr><td colspan=3>efc</td><td>0.4456</td></tr>
<tr><td colspan=3>fber</td><td>7303.9536</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07272034713925891</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8541793776693105</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.69980655010677</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.643866300601679</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9077050215840012</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5478483281346307</td></tr>
<tr><td colspan=3>gcor</td><td>0.0062016</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007723070681095123</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024042371660470963</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1639</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6987676349620355</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.2801</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.7113</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.1435</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307175.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>631.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>275.1603</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0554</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.3801</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3117.8544</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69369.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>884.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4119.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>899.4823</td></tr>
<tr><td colspan=3>tsnr</td><td>40.51252954057418</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>