ds005256-mriqc/sub-0084_ses-03_task-shortvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter fa5af11020 [DATALAD RUNCMD] Compute MRIQC for sub-0084
=== 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-0084 --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-0084",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:57:28 +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-0084_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-0084_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-0084_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-0084/figures/sub-0084_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_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-0084/figures/sub-0084_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084/ses-03/func/sub-0084_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>84ce1dda00911fcd461e35475be69446</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>13:06:8.375000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_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.997389, 0.0673803, 0.0259899, -0.0671207, 0.997687, -0.0107339]</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.108526</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>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7740, -7270, 469, -62, -284, 127, 67]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>281.353</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>18d3fc12-1f07-44af-a250-586b1afb4e0c||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.6759212017059326, -0.18008005619049072, 0.0719631165266037, 118.70271301269531], [-0.18077640235424042, 2.6767215728759766, -0.02419591322541237, -89.18363189697266], [0.06972890347242355, 0.028798367828130722, 2.698932409286499, -83.7527847290039], [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': ['130608.375000', '130608.835000', '130609.295000', '130609.755000', '130610.215000', '130610.675000', '130611.135000', '130611.595000', '130612.055000', '130612.515000', '130612.975000', '130613.435000', '130613.895000', '130614.355000', '130614.815000', '130615.275000', '130615.735000', '130616.195000', '130616.655000', '130617.115000', '130617.575000', '130618.035000', '130618.495000', '130618.955000', '130619.415000', '130619.875000', '130620.335000', '130620.795000', '130621.255000', '130621.715000', '130622.175000', '130622.635000', '130623.095000', '130623.555000', '130624.015000', '130624.475000', '130624.935000', '130625.395000', '130625.855000', '130626.315000', '130626.775000', '130627.235000', '130627.695000', '130628.155000', '130628.615000', '130629.075000', '130629.535000', '130629.995000', '130630.455000', '130630.915000', '130631.375000', '130631.835000', '130632.295000', '130632.755000', '130633.215000', '130633.675000', '130634.135000', '130634.595000', '130635.055000', '130635.515000', '130635.975000', '130636.435000', '130636.895000', '130637.355000', '130637.815000', '130638.275000', '130638.735000', '130639.195000', '130639.655000', '130640.115000', '130640.575000', '130641.035000', '130641.495000', '130641.955000', '130642.415000', '130642.875000', '130643.335000', '130643.795000', '130644.255000', '130644.715000', '130645.175000', '130645.635000', '130646.095000', '130646.555000', '130647.015000', '130647.475000', '130647.935000', '130648.395000', '130648.855000', '130649.315000', '130649.775000', '130650.235000', '130650.695000', '130651.155000', '130651.615000', '130652.075000', '130652.535000', '130652.995000', '130653.455000', '130653.915000', '130654.375000', '130654.835000', '130655.295000', '130655.755000', '130656.215000', '130656.675000', '130657.135000', '130657.595000', '130658.055000', '130658.515000', '130658.975000', '130659.435000', '130659.895000', '130700.355000', '130700.815000', '130701.275000', '130701.735000', '130702.195000', '130702.655000', '130703.115000', '130703.575000', '130704.035000', '130704.495000', '130704.955000', '130705.415000', '130705.875000', '130706.335000', '130706.795000', '130707.255000', '130707.715000', '130708.175000', '130708.635000', '130709.095000', '130709.555000', '130710.015000', '130710.475000', '130710.935000', '130711.395000', '130711.855000', '130712.315000', '130712.775000', '130713.235000', '130713.695000', '130714.155000', '130714.615000', '130715.075000', '130715.535000', '130715.995000', '130716.455000', '130716.915000', '130717.375000', '130717.835000', '130718.295000', '130718.755000', '130719.215000', '130719.675000', '130720.135000', '130720.595000', '130721.055000', '130721.515000', '130721.975000', '130722.435000', '130722.895000', '130723.355000', '130723.815000', '130724.275000', '130724.735000', '130725.195000', '130725.655000', '130726.115000', '130726.575000', '130727.035000', '130727.495000', '130727.955000', '130728.415000', '130728.875000', '130729.335000', '130729.795000', '130730.255000', '130730.715000', '130731.175000', '130731.635000', '130732.095000', '130732.555000', '130733.015000', '130733.475000', '130733.935000', '130734.395000', '130734.855000', '130735.315000', '130735.775000', '130736.235000', '130736.695000', '130737.155000', '130737.615000', '130738.075000', '130738.535000', '130738.995000', '130739.455000', '130739.915000', '130740.375000', '130740.835000', '130741.295000', '130741.755000', '130742.215000', '130742.675000', '130743.135000', '130743.595000', '130744.055000', '130744.515000', '130744.975000', '130745.435000', '130745.895000', '130746.355000', '130746.815000', '130747.275000', '130747.735000', '130748.195000', '130748.655000', '130749.115000', '130749.575000', '130750.035000', '130750.495000', '130750.955000', '130751.415000', '130751.875000', '130752.335000', '130752.795000', '130753.255000', '130753.715000', '130754.175000', '130754.635000', '130755.095000', '130755.555000', '130756.015000', '130756.475000', '130756.935000', '130757.395000', '130757.855000', '130758.315000', '130758.775000', '130759.235000', '130759.695000', '130800.155000', '130800.615000', '130801.075000', '130801.535000', '130801.995000', '130802.455000', '130802.915000', '130803.375000', '130803.835000', '130804.295000', '130804.755000', '130805.215000', '130805.675000', '130806.135000', '130806.595000', '130807.055000', '130807.515000', '130807.975000', '130808.435000', '130808.895000', '130809.355000', '130809.815000', '130810.275000', '130810.735000', '130811.195000', '130811.655000', '130812.115000', '130812.575000', '130813.035000', '130813.495000', '130813.955000', '130814.415000', '130814.875000', '130815.335000', '130815.795000', '130816.255000', '130816.715000', '130817.175000', '130817.635000', '130818.095000', '130818.555000', '130819.015000', '130819.475000', '130819.935000', '130820.395000', '130820.855000', '130821.315000', '130821.775000', '130822.235000', '130822.695000', '130823.155000', '130823.615000', '130824.075000', '130824.535000', '130824.995000', '130825.455000', '130825.915000', '130826.375000', '130826.835000', '130827.295000', '130827.755000', '130828.215000', '130828.675000', '130829.135000', '130829.595000', '130830.055000', '130830.515000', '130830.975000', '130831.435000', '130831.895000', '130832.355000', '130832.815000', '130833.275000', '130833.735000', '130834.195000', '130834.655000', '130835.115000', '130835.575000', '130836.035000', '130836.495000', '130836.955000', '130837.415000', '130837.875000', '130838.335000', '130838.795000', '130839.255000', '130839.715000', '130840.175000', '130840.635000', '130841.095000', '130841.555000', '130842.015000', '130842.475000', '130842.935000', '130843.395000', '130843.855000', '130844.315000', '130844.775000', '130845.235000', '130845.695000', '130846.155000', '130846.615000', '130847.075000', '130847.535000', '130847.995000', '130848.455000', '130848.915000', '130849.375000', '130849.835000', '130850.295000', '130850.755000', '130851.215000', '130851.675000', '130852.135000', '130852.595000', '130853.055000', '130853.515000', '130853.975000', '130854.435000', '130854.895000', '130855.355000', '130855.815000', '130856.275000', '130856.735000', '130857.195000', '130857.655000', '130858.115000', '130858.575000', '130859.035000', '130859.495000', '130859.955000', '130900.415000', '130900.875000', '130901.335000', '130901.795000', '130902.255000', '130902.715000', '130903.175000', '130903.635000', '130904.095000', '130904.555000', '130905.015000', '130905.475000', '130905.935000', '130906.395000', '130906.855000', '130907.315000', '130907.775000', '130908.235000', '130908.695000', '130909.155000', '130909.615000', '130910.075000', '130910.535000', '130910.995000', '130911.455000', '130911.915000', '130912.375000', '130912.835000', '130913.295000', '130913.755000', '130914.215000', '130914.675000', '130915.135000', '130915.595000', '130916.055000', '130916.515000', '130916.975000', '130917.435000', '130917.895000', '130918.355000', '130918.815000', '130919.275000', '130919.735000', '130920.195000', '130920.655000', '130921.115000', '130921.575000', '130922.035000', '130922.495000', '130922.955000', '130923.415000', '130923.875000', '130924.335000', '130924.795000', '130925.255000', '130925.715000', '130926.175000', '130926.635000', '130927.095000', '130927.555000', '130928.015000', '130928.475000', '130928.935000', '130929.395000', '130929.855000', '130930.315000', '130930.775000', '130931.235000', '130931.695000', '130932.155000', '130932.615000', '130933.075000', '130933.535000', '130933.995000', '130934.455000', '130934.915000', '130935.375000', '130935.835000', '130936.295000', '130936.755000', '130937.215000', '130937.675000', '130938.135000', '130938.595000', '130939.055000', '130939.515000', '130939.975000', '130940.435000', '130940.895000', '130941.355000', '130941.815000', '130942.275000', '130942.735000', '130943.195000', '130943.655000', '130944.115000', '130944.575000', '130945.035000', '130945.495000', '130945.955000', '130946.415000', '130946.875000', '130947.335000', '130947.795000', '130948.255000', '130948.715000', '130949.175000', '130949.635000', '130950.095000', '130950.555000', '130951.015000', '130951.475000', '130951.935000', '130952.395000', '130952.855000', '130953.315000', '130953.775000', '130954.235000', '130954.695000', '130955.155000', '130955.615000', '130956.075000', '130956.535000', '130956.995000', '130957.455000', '130957.915000', '130958.375000', '130958.835000', '130959.295000', '130959.755000', '131000.215000', '131000.675000', '131001.135000', '131001.595000', '131002.055000', '131002.515000', '131002.975000', '131003.435000', '131003.895000', '131004.355000', '131004.815000', '131005.275000', '131005.735000', '131006.195000', '131006.655000', '131007.115000', '131007.575000', '131008.035000', '131008.495000', '131008.955000', '131009.415000', '131009.875000', '131010.335000', '131010.795000', '131011.255000', '131011.715000', '131012.175000', '131012.635000', '131013.095000', '131013.555000', '131014.015000', '131014.475000', '131014.935000', '131015.395000', '131015.855000', '131016.315000', '131016.775000', '131017.235000', '131017.695000', '131018.155000', '131018.615000', '131019.075000', '131019.535000', '131019.995000', '131020.455000', '131020.915000', '131021.375000', '131021.835000', '131022.295000', '131022.755000', '131023.215000', '131023.675000', '131024.135000', '131024.595000', '131025.055000', '131025.515000', '131025.975000', '131026.435000', '131026.895000', '131027.355000', '131027.815000', '131028.275000', '131028.735000', '131029.195000', '131029.655000', '131030.115000', '131030.575000', '131031.035000', '131031.495000', '131031.955000', '131032.415000', '131032.875000', '131033.335000', '131033.795000', '131034.255000', '131034.715000', '131035.175000', '131035.635000', '131036.095000', '131036.555000', '131037.015000', '131037.475000', '131037.935000', '131038.395000', '131038.855000', '131039.315000', '131039.775000', '131040.235000', '131040.695000', '131041.155000', '131041.615000', '131042.075000', '131042.535000', '131042.995000', '131043.455000', '131043.915000', '131044.375000', '131044.835000', '131045.295000', '131045.755000', '131046.215000', '131046.675000', '131047.135000', '131047.595000', '131048.055000', '131048.515000', '131048.975000', '131049.435000', '131049.895000', '131050.355000', '131050.815000', '131051.275000', '131051.735000', '131052.195000', '131052.655000', '131053.115000', '131053.575000', '131054.035000', '131054.495000', '131054.955000', '131055.415000', '131055.875000', '131056.335000', '131056.795000', '131057.255000', '131057.715000', '131058.175000', '131058.635000', '131059.095000', '131059.555000', '131100.015000', '131100.475000', '131100.935000', '131101.395000', '131101.855000', '131102.315000', '131102.775000', '131103.235000', '131103.695000', '131104.155000', '131104.615000', '131105.075000', '131105.535000', '131105.995000', '131106.455000', '131106.915000', '131107.375000', '131107.835000', '131108.295000', '131108.755000', '131109.215000', '131109.675000', '131110.135000', '131110.595000', '131111.055000', '131111.515000', '131111.975000', '131112.435000', '131112.895000', '131113.355000', '131113.815000', '131114.275000', '131114.735000', '131115.195000', '131115.655000', '131116.115000', '131116.575000', '131117.035000', '131117.495000', '131117.955000', '131118.415000', '131118.875000', '131119.335000', '131119.795000', '131120.255000', '131120.715000', '131121.175000', '131121.635000', '131122.095000', '131122.555000', '131123.015000', '131123.475000', '131123.935000', '131124.395000', '131124.855000', '131125.315000', '131125.775000', '131126.235000', '131126.695000', '131127.155000', '131127.615000', '131128.075000', '131128.535000', '131128.995000', '131129.455000', '131129.915000', '131130.375000', '131130.835000', '131131.295000', '131131.755000', '131132.215000', '131132.675000', '131133.135000', '131133.595000', '131134.055000', '131134.515000', '131134.975000', '131135.435000', '131135.895000', '131136.355000', '131136.815000', '131137.275000', '131137.735000', '131138.195000', '131138.655000', '131139.115000', '131139.575000', '131140.035000', '131140.495000', '131140.955000', '131141.415000', '131141.875000', '131142.335000', '131142.795000', '131143.255000', '131143.715000', '131144.175000', '131144.635000', '131145.095000', '131145.555000', '131146.015000', '131146.475000', '131146.935000', '131147.395000', '131147.855000', '131148.315000', '131148.775000', '131149.235000', '131149.695000', '131150.155000', '131150.615000', '131151.075000', '131151.535000', '131151.995000', '131152.455000', '131152.915000', '131153.375000', '131153.835000', '131154.295000', '131154.755000', '131155.215000', '131155.675000', '131156.135000', '131156.595000', '131157.055000', '131157.515000', '131157.975000', '131158.435000', '131158.895000', '131159.355000', '131159.815000', '131200.275000', '131200.735000', '131201.195000', '131201.655000', '131202.115000', '131202.575000', '131203.035000', '131203.495000', '131203.955000', '131204.415000', '131204.875000', '131205.335000', '131205.795000', '131206.255000', '131206.715000', '131207.175000', '131207.635000', '131208.095000', '131208.555000', '131209.015000', '131209.475000', '131209.935000', '131210.395000', '131210.855000', '131211.315000', '131211.775000', '131212.235000', '131212.695000', '131213.155000', '131213.615000', '131214.075000', '131214.535000', '131214.995000', '131215.455000', '131215.915000', '131216.375000', '131216.835000', '131217.295000', '131217.755000', '131218.215000', '131218.675000', '131219.135000', '131219.595000', '131220.055000', '131220.515000', '131220.975000', '131221.435000', '131221.895000', '131222.355000', '131222.815000', '131223.275000', '131223.735000', '131224.195000', '131224.655000', '131225.115000', '131225.575000', '131226.035000', '131226.495000', '131226.955000', '131227.415000', '131227.875000', '131228.335000', '131228.795000', '131229.255000', '131229.715000', '131230.175000', '131230.635000', '131231.095000', '131231.555000', '131232.015000', '131232.475000', '131232.935000', '131233.395000', '131233.855000', '131234.315000', '131234.775000', '131235.235000', '131235.695000', '131236.155000', '131236.615000', '131237.075000', '131237.535000', '131237.995000', '131238.455000', '131238.915000', '131239.375000', '131239.835000', '131240.295000', '131240.755000', '131241.215000', '131241.675000', '131242.135000', '131242.595000', '131243.055000', '131243.515000', '131243.975000', '131244.435000', '131244.895000', '131245.355000', '131245.815000', '131246.275000', '131246.735000', '131247.195000', '131247.655000', '131248.115000', '131248.575000', '131249.035000', '131249.495000', '131249.955000', '131250.415000', '131250.875000', '131251.335000', '131251.795000', '131252.255000', '131252.715000', '131253.175000', '131253.635000', '131254.095000', '131254.555000', '131255.015000', '131255.475000', '131255.935000', '131256.395000', '131256.855000', '131257.315000', '131257.775000', '131258.235000', '131258.695000', '131259.155000', '131259.615000', '131300.075000', '131300.535000', '131300.995000', '131301.455000', '131301.915000', '131302.375000', '131302.835000', '131303.295000', '131303.755000', '131304.215000', '131304.675000', '131305.135000', '131305.595000', '131306.055000', '131306.515000', '131306.975000', '131307.435000', '131307.895000', '131308.355000', '131308.815000', '131309.275000', '131309.735000', '131310.195000', '131310.655000', '131311.115000', '131311.575000', '131312.035000', '131312.495000', '131312.955000', '131313.415000', '131313.875000', '131314.335000', '131314.795000', '131315.255000', '131315.715000', '131316.175000', '131316.635000', '131317.095000', '131317.555000', '131318.015000', '131318.475000', '131318.935000', '131319.395000', '131319.855000', '131320.315000', '131320.775000', '131321.235000', '131321.695000', '131322.155000', '131322.615000', '131323.075000', '131323.535000', '131323.995000', '131324.455000', '131324.915000', '131325.375000', '131325.835000', '131326.295000', '131326.755000', '131327.215000', '131327.675000', '131328.135000', '131328.595000', '131329.055000', '131329.515000', '131329.975000', '131330.435000', '131330.895000', '131331.355000', '131331.815000', '131332.275000', '131332.735000', '131333.195000', '131333.655000', '131334.115000', '131334.575000', '131335.035000', '131335.495000', '131335.955000', '131336.415000', '131336.875000', '131337.335000', '131337.795000', '131338.255000', '131338.715000', '131339.175000', '131339.635000', '131340.095000', '131340.555000', '131341.015000', '131341.475000', '131341.935000', '131342.395000', '131342.855000', '131343.315000', '131343.775000', '131344.235000', '131344.695000', '131345.155000', '131345.615000', '131346.075000', '131346.535000', '131346.995000', '131347.455000', '131347.915000', '131348.375000', '131348.835000', '131349.295000', '131349.755000', '131350.215000', '131350.675000', '131351.135000', '131351.595000', '131352.055000', '131352.515000', '131352.975000', '131353.435000', '131353.895000', '131354.355000', '131354.815000', '131355.275000', '131355.735000', '131356.195000', '131356.655000', '131357.115000', '131357.575000', '131358.035000', '131358.495000', '131358.955000', '131359.415000', '131359.875000', '131400.335000', '131400.795000', '131401.255000', '131401.715000', '131402.175000', '131402.635000', '131403.095000', '131403.555000', '131404.015000', '131404.475000', '131404.935000', '131405.395000', '131405.855000', '131406.315000', '131406.775000', '131407.235000', '131407.695000', '131408.155000', '131408.615000', '131409.075000', '131409.535000', '131409.995000', '131410.455000', '131410.915000', '131411.375000', '131411.835000', '131412.295000', '131412.755000', '131413.215000', '131413.675000', '131414.135000', '131414.595000', '131415.055000', '131415.515000', '131415.975000', '131416.435000', '131416.895000', '131417.355000', '131417.815000', '131418.275000', '131418.735000', '131419.195000', '131419.655000', '131420.115000', '131420.575000', '131421.035000', '131421.495000', '131421.955000', '131422.415000', '131422.875000', '131423.335000', '131423.795000', '131424.255000', '131424.715000', '131425.175000', '131425.635000', '131426.095000', '131426.555000', '131427.015000', '131427.475000', '131427.935000', '131428.395000', '131428.855000', '131429.315000', '131429.775000', '131430.235000', '131430.695000', '131431.155000', '131431.615000', '131432.075000', '131432.535000', '131432.995000', '131433.455000', '131433.915000', '131434.375000', '131434.835000', '131435.295000', '131435.755000', '131436.215000', '131436.675000', '131437.135000', '131437.595000', '131438.055000', '131438.515000', '131438.975000', '131439.435000', '131439.895000', '131440.355000', '131440.815000', '131441.275000', '131441.735000', '131442.195000', '131442.655000', '131443.115000', '131443.575000', '131444.035000', '131444.495000', '131444.955000', '131445.415000', '131445.875000', '131446.335000', '131446.795000', '131447.255000', '131447.715000', '131448.175000', '131448.635000', '131449.095000', '131449.555000', '131450.015000', '131450.475000', '131450.935000', '131451.395000', '131451.855000', '131452.315000', '131452.775000', '131453.235000', '131453.695000', '131454.155000', '131454.615000', '131455.075000', '131455.535000', '131455.995000', '131456.455000', '131456.915000', '131457.375000', '131457.835000', '131458.295000', '131458.755000', '131459.215000', '131459.675000', '131500.135000', '131500.595000', '131501.055000', '131501.515000', '131501.975000', '131502.435000', '131502.895000', '131503.355000', '131503.815000', '131504.275000', '131504.735000', '131505.195000', '131505.655000', '131506.115000', '131506.575000', '131507.035000', '131507.495000', '131507.955000', '131508.415000', '131508.875000', '131509.335000', '131509.795000', '131510.255000', '131510.715000', '131511.175000', '131511.635000', '131512.095000', '131512.555000', '131513.015000', '131513.475000', '131513.935000', '131514.395000', '131514.855000', '131515.315000', '131515.775000', '131516.235000', '131516.695000', '131517.155000', '131517.615000', '131518.075000', '131518.535000', '131518.995000', '131519.455000', '131519.915000', '131520.375000', '131520.835000', '131521.295000', '131521.755000', '131522.215000', '131522.675000', '131523.135000', '131523.595000', '131524.055000', '131524.515000', '131524.975000', '131525.435000', '131525.895000', '131526.355000', '131526.815000', '131527.275000', '131527.735000', '131528.195000', '131528.655000', '131529.115000', '131529.575000', '131530.035000', '131530.495000', '131530.955000', '131531.415000', '131531.875000', '131532.335000', '131532.795000', '131533.255000', '131533.715000', '131534.175000', '131534.635000', '131535.095000', '131535.555000', '131536.015000', '131536.475000', '131536.935000', '131537.395000', '131537.855000', '131538.315000', '131538.775000', '131539.235000', '131539.695000', '131540.155000', '131540.615000', '131541.075000', '131541.535000', '131541.995000', '131542.455000', '131542.915000', '131543.375000', '131543.835000', '131544.295000', '131544.755000', '131545.215000', '131545.675000', '131546.135000', '131546.595000', '131547.055000', '131547.515000', '131547.975000', '131548.435000', '131548.895000', '131549.355000', '131549.815000', '131550.275000', '131550.735000', '131551.195000', '131551.655000', '131552.115000', '131552.575000', '131553.035000', '131553.495000', '131553.955000', '131554.415000', '131554.875000', '131555.335000', '131555.795000', '131556.255000', '131556.715000', '131557.175000', '131557.635000', '131558.095000', '131558.555000', '131559.015000', '131559.475000', '131559.935000', '131600.395000', '131600.855000', '131601.315000', '131601.775000', '131602.235000', '131602.695000', '131603.155000', '131603.615000', '131604.075000', '131604.535000', '131604.995000', '131605.455000', '131605.915000', '131606.375000', '131606.835000', '131607.295000', '131607.755000', '131608.215000', '131608.675000', '131609.135000', '131609.595000', '131610.055000', '131610.515000', '131610.975000', '131611.435000', '131611.895000', '131612.355000', '131612.815000', '131613.275000', '131613.735000', '131614.195000', '131614.655000', '131615.115000', '131615.575000', '131616.035000', '131616.495000', '131616.955000', '131617.415000', '131617.875000', '131618.335000', '131618.795000', '131619.255000', '131619.715000', '131620.175000', '131620.635000', '131621.095000', '131621.555000', '131622.015000', '131622.475000', '131622.935000', '131623.395000', '131623.855000', '131624.315000', '131624.775000', '131625.235000', '131625.695000', '131626.155000', '131626.615000', '131627.075000', '131627.535000', '131627.995000', '131628.455000', '131628.915000', '131629.375000', '131629.835000', '131630.295000', '131630.755000', '131631.215000', '131631.675000', '131632.135000', '131632.595000', '131633.055000', '131633.515000', '131633.975000', '131634.435000', '131634.895000', '131635.355000', '131635.815000', '131636.275000', '131636.735000', '131637.195000', '131637.655000', '131638.115000', '131638.575000', '131639.035000', '131639.495000', '131639.955000', '131640.415000', '131640.875000', '131641.335000', '131641.795000', '131642.255000', '131642.715000', '131643.175000', '131643.635000', '131644.095000', '131644.555000', '131645.015000', '131645.475000', '131645.935000', '131646.395000', '131646.855000', '131647.315000', '131647.775000', '131648.235000', '131648.695000', '131649.155000', '131649.615000', '131650.075000', '131650.535000', '131650.995000', '131651.455000', '131651.915000', '131652.375000', '131652.835000', '131653.295000', '131653.755000', '131654.215000', '131654.675000', '131655.135000', '131655.595000', '131656.055000', '131656.515000', '131656.975000', '131657.435000', '131657.895000', '131658.355000', '131658.815000', '131659.275000', '131659.735000', '131700.195000', '131700.655000', '131701.115000', '131701.575000', '131702.035000', '131702.495000', '131702.955000', '131703.415000', '131703.875000', '131704.335000', '131704.795000', '131705.255000', '131705.715000', '131706.175000', '131706.635000', '131707.095000', '131707.555000', '131708.015000', '131708.475000', '131708.935000', '131709.395000', '131709.855000', '131710.315000', '131710.775000', '131711.235000', '131711.695000', '131712.155000', '131712.615000', '131713.075000', '131713.535000', '131713.995000', '131714.455000', '131714.915000', '131715.375000', '131715.835000', '131716.295000', '131716.755000', '131717.215000', '131717.675000', '131718.135000', '131718.595000', '131719.055000', '131719.515000', '131719.975000', '131720.435000', '131720.895000', '131721.355000', '131721.815000', '131722.275000', '131722.735000', '131723.195000', '131723.655000', '131724.115000', '131724.575000', '131725.035000', '131725.495000', '131725.955000', '131726.415000', '131726.875000', '131727.335000', '131727.795000', '131728.255000', '131728.715000', '131729.175000', '131729.635000', '131730.095000', '131730.555000', '131731.015000', '131731.475000', '131731.935000', '131732.395000', '131732.855000', '131733.315000', '131733.775000', '131734.235000', '131734.695000', '131735.155000', '131735.615000', '131736.075000', '131736.535000', '131736.995000', '131737.455000', '131737.915000', '131738.375000', '131738.835000', '131739.295000', '131739.755000', '131740.215000', '131740.675000', '131741.135000', '131741.595000', '131742.055000', '131742.515000', '131742.975000', '131743.435000', '131743.895000', '131744.355000', '131744.815000', '131745.275000', '131745.735000', '131746.195000', '131746.655000', '131747.115000', '131747.575000', '131748.035000', '131748.495000', '131748.955000', '131749.415000', '131749.875000', '131750.335000', '131750.795000', '131751.255000', '131751.715000', '131752.175000', '131752.635000', '131753.095000', '131753.555000', '131754.015000', '131754.475000', '131754.935000', '131755.395000', '131755.855000', '131756.315000', '131756.775000', '131757.235000', '131757.695000', '131758.155000', '131758.615000', '131759.075000', '131759.535000', '131759.995000', '131800.455000', '131800.915000', '131801.375000', '131801.835000', '131802.295000', '131802.755000', '131803.215000', '131803.675000', '131804.135000', '131804.595000', '131805.055000', '131805.515000', '131805.975000', '131806.435000', '131806.895000', '131807.355000', '131807.815000', '131808.275000', '131808.735000', '131809.195000', '131809.655000', '131810.115000', '131810.575000', '131811.035000', '131811.495000', '131811.955000', '131812.415000', '131812.875000', '131813.335000', '131813.795000', '131814.255000', '131814.715000', '131815.175000', '131815.635000', '131816.095000', '131816.555000', '131817.015000', '131817.475000', '131817.935000', '131818.395000', '131818.855000', '131819.315000', '131819.775000', '131820.235000', '131820.695000', '131821.155000', '131821.615000', '131822.075000', '131822.535000', '131822.995000', '131823.455000', '131823.915000', '131824.375000', '131824.835000', '131825.295000', '131825.755000', '131826.215000', '131826.675000', '131827.135000', '131827.595000', '131828.055000', '131828.515000', '131828.975000', '131829.435000', '131829.895000', '131830.355000', '131830.815000', '131831.275000', '131831.735000', '131832.195000', '131832.655000', '131833.115000', '131833.575000', '131834.035000', '131834.495000', '131834.955000', '131835.415000', '131835.875000', '131836.335000', '131836.795000', '131837.255000', '131837.715000', '131838.175000', '131838.635000', '131839.095000', '131839.555000', '131840.015000', '131840.475000', '131840.935000', '131841.395000', '131841.855000', '131842.315000'], 'ContentTime': ['130618.967000', '130618.970000', '130618.981000', '130618.988000', '130618.991000', '130618.993000', '130618.996000', '130619.000000', '130619.002000', '130619.005000', '130619.007000', '130619.010000', '130619.015000', '130619.017000', '130619.020000', '130619.022000', '130619.025000', '130619.028000', '130619.030000', '130619.033000', '130638.936000', '130638.939000', '130638.942000', '130638.944000', '130638.947000', '130638.949000', '130638.952000', '130638.955000', '130638.957000', '130638.960000', '130638.962000', '130638.965000', '130638.967000', '130638.970000', '130638.972000', '130638.975000', '130638.978000', '130638.980000', '130638.983000', '130638.985000', '130638.988000', '130638.991000', '130638.993000', '130638.996000', '130638.998000', '130639.001000', '130639.004000', '130639.006000', '130639.012000', '130639.015000', '130639.017000', '130639.020000', '130639.023000', '130639.025000', '130639.028000', '130639.030000', '130639.033000', '130639.036000', '130639.038000', '130639.041000', '130639.043000', '130639.046000', '130639.048000', '130658.936000', '130658.939000', '130658.942000', '130658.944000', '130658.947000', '130658.950000', '130658.952000', '130658.955000', '130658.957000', '130658.960000', '130658.963000', '130658.965000', '130658.968000', '130658.970000', '130658.973000', '130658.975000', '130658.978000', '130658.980000', '130658.983000', '130658.986000', '130658.988000', '130658.991000', '130658.993000', '130658.996000', '130658.998000', '130659.002000', '130659.005000', '130659.007000', '130659.010000', '130659.013000', '130659.015000', '130659.018000', '130659.020000', '130659.023000', '130659.025000', '130659.028000', '130659.031000', '130659.033000', '130659.036000', '130659.038000', '130659.041000', '130659.044000', '130659.046000', '130659.049000', '130718.936000', '130718.939000', '130718.942000', '130718.944000', '130718.947000', '130718.950000', '130718.952000', '130718.955000', '130718.958000', '130718.960000', '130718.963000', '130718.965000', '130718.968000', '130718.970000', '130718.973000', '130718.976000', '130718.978000', '130718.981000', '130718.983000', '130718.986000', '130718.989000', '130718.991000', '130718.994000', '130718.996000', '130719.000000', '130719.002000', '130719.005000', '130719.008000', '130719.010000', '130719.013000', '130719.015000', '130719.018000', '130719.021000', '130719.023000', '130719.026000', '130719.029000', '130719.032000', '130719.034000', '130719.037000', '130719.039000', '130719.042000', '130719.044000', '130719.047000', '130738.935000', '130738.938000', '130738.941000', '130738.944000', '130738.947000', '130738.950000', '130738.952000', '130738.955000', '130738.958000', '130738.960000', '130738.963000', '130738.965000', '130738.968000', '130738.971000', '130738.973000', '130738.976000', '130738.978000', '130738.981000', '130738.983000', '130738.986000', '130738.989000', '130738.991000', '130738.994000', '130738.997000', '130739.000000', '130739.003000', '130739.006000', '130739.008000', '130739.011000', '130739.013000', '130739.016000', '130739.019000', '130739.021000', '130739.031000', '130739.033000', '130739.036000', '130739.039000', '130739.041000', '130739.044000', '130739.046000', '130739.049000', '130739.052000', '130739.054000', '130739.057000', '130758.936000', '130758.939000', '130758.941000', '130758.944000', '130758.947000', '130758.949000', '130758.952000', '130758.955000', '130758.957000', '130758.960000', '130758.962000', '130758.965000', '130758.975000', '130758.977000', '130758.980000', '130758.982000', '130758.985000', '130758.988000', '130758.990000', '130758.993000', '130758.995000', '130758.998000', '130759.002000', '130759.004000', '130759.007000', '130759.009000', '130759.012000', '130759.015000', '130759.017000', '130759.020000', '130759.023000', '130759.025000', '130759.028000', '130759.030000', '130759.033000', '130759.036000', '130759.039000', '130759.041000', '130759.044000', '130759.046000', '130759.049000', '130759.052000', '130759.054000', '130818.935000', '130818.938000', '130818.941000', '130818.944000', '130818.946000', '130818.949000', '130818.951000', '130818.954000', '130818.957000', '130818.959000', '130818.962000', '130818.965000', '130818.967000', '130818.970000', '130818.972000', '130818.975000', '130818.978000', '130818.980000', '130818.983000', '130818.985000', '130818.988000', '130818.991000', '130818.993000', '130818.996000', '130818.998000', '130819.002000', '130819.005000', '130819.007000', '130819.010000', '130819.012000', '130819.015000', '130819.018000', '130819.020000', '130819.023000', '130819.025000', '130819.028000', '130819.031000', '130819.033000', '130819.036000', '130819.039000', '130819.041000', '130819.044000', '130819.046000', '130819.049000', '130838.936000', '130838.938000', '130838.941000', '130838.944000', '130838.946000', '130838.949000', '130838.951000', '130838.954000', '130838.957000', '130838.959000', '130838.962000', '130838.964000', '130838.967000', '130838.970000', '130838.973000', '130838.975000', '130838.978000', '130838.981000', '130838.983000', '130838.986000', '130838.988000', '130838.991000', '130838.994000', '130838.996000', '130839.000000', '130839.003000', '130839.005000', '130839.008000', '130839.011000', '130839.013000', '130839.016000', '130839.019000', '130839.021000', '130839.024000', '130839.026000', '130839.029000', '130839.031000', '130839.034000', '130839.037000', '130839.039000', '130839.042000', '130839.045000', '130839.047000', '130858.937000', '130858.940000', '130858.942000', '130858.945000', '130858.948000', '130858.950000', '130858.953000', '130858.955000', '130858.958000', '130858.960000', '130858.963000', '130858.966000', '130858.968000', '130858.971000', '130858.974000', '130858.977000', '130858.979000', '130858.983000', '130858.986000', '130858.989000', '130858.991000', '130858.994000', '130858.996000', '130858.999000', '130859.002000', '130859.004000', '130859.007000', '130859.009000', '130859.012000', '130859.015000', '130859.017000', '130859.020000', '130859.023000', '130859.025000', '130859.028000', '130859.030000', '130859.033000', '130859.036000', '130859.038000', '130859.041000', '130859.044000', '130859.046000', '130859.049000', '130918.936000', '130918.939000', '130918.942000', '130918.945000', '130918.947000', '130918.950000', '130918.952000', '130918.955000', '130918.958000', '130918.960000', '130918.963000', '130918.965000', '130918.968000', '130918.971000', '130918.973000', '130918.976000', '130918.978000', '130918.981000', '130918.984000', '130918.986000', '130918.989000', '130918.991000', '130918.994000', '130918.997000', '130919.000000', '130919.003000', '130919.005000', '130919.008000', '130919.010000', '130919.029000', '130919.031000', '130919.034000', '130919.036000', '130919.039000', '130919.042000', '130919.044000', '130919.047000', '130919.050000', '130919.052000', '130919.055000', '130919.057000', '130919.060000', '130919.063000', '130919.065000', '130938.937000', '130938.939000', '130938.942000', '130938.945000', '130938.947000', '130938.950000', '130938.952000', '130938.955000', '130938.958000', '130938.961000', '130938.964000', '130938.967000', '130938.994000', '130938.997000', '130939.000000', '130939.003000', '130939.006000', '130939.008000', '130939.011000', '130939.013000', '130939.016000', '130939.018000', '130939.021000', '130939.024000', '130939.026000', '130939.029000', '130939.031000', '130939.034000', '130939.036000', '130939.039000', '130939.042000', '130939.044000', '130939.047000', '130939.049000', '130939.052000', '130939.055000', '130939.057000', '130939.060000', '130939.062000', '130939.065000', '130939.068000', '130939.070000', '130939.073000', '130958.935000', '130958.938000', '130958.941000', '130958.943000', '130958.946000', '130958.949000', '130958.951000', '130958.954000', '130958.957000', '130958.959000', '130958.962000', '130958.964000', '130958.967000', '130958.970000', '130958.972000', '130958.975000', '130958.978000', '130958.980000', '130958.983000', '130958.985000', '130958.988000', '130958.991000', '130958.993000', '130958.996000', '130958.998000', '130959.002000', '130959.004000', '130959.007000', '130959.010000', '130959.012000', '130959.015000', '130959.017000', '130959.020000', '130959.023000', '130959.025000', '130959.028000', '130959.030000', '130959.033000', '130959.035000', '130959.038000', '130959.040000', '130959.043000', '130959.046000', '130959.048000', '131018.936000', '131018.938000', '131018.941000', '131018.944000', '131018.946000', '131018.949000', '131018.951000', '131018.954000', '131018.957000', '131018.959000', '131018.962000', '131018.964000', '131018.967000', '131018.970000', '131018.972000', '131018.975000', '131018.978000', '131018.980000', '131018.983000', '131018.985000', '131018.988000', '131018.991000', '131018.993000', '131018.996000', '131018.999000', '131019.002000', '131019.004000', '131019.007000', '131019.010000', '131019.012000', '131019.015000', '131019.018000', '131019.021000', '131019.024000', '131019.027000', '131019.030000', '131019.032000', '131019.035000', '131019.038000', '131019.040000', '131019.043000', '131019.046000', '131019.048000', '131038.935000', '131038.938000', '131038.941000', '131038.944000', '131038.947000', '131038.949000', '131038.952000', '131038.955000', '131038.957000', '131038.960000', '131038.962000', '131038.965000', '131038.968000', '131038.970000', '131038.973000', '131038.976000', '131038.979000', '131038.981000', '131038.984000', '131038.986000', '131038.989000', '131038.992000', '131038.994000', '131038.997000', '131039.001000', '131039.003000', '131039.006000', '131039.009000', '131039.011000', '131039.014000', '131039.016000', '131039.019000', '131039.021000', '131039.024000', '131039.027000', '131039.029000', '131039.032000', '131039.034000', '131039.037000', '131039.039000', '131039.042000', '131039.045000', '131039.048000', '131039.050000', '131058.935000', '131058.938000', '131058.941000', '131058.943000', '131058.946000', '131058.949000', '131058.951000', '131058.954000', '131058.956000', '131058.959000', '131058.974000', '131058.977000', '131058.979000', '131058.983000', '131058.986000', '131058.989000', '131058.992000', '131058.994000', '131058.997000', '131059.002000', '131059.004000', '131059.007000', '131059.009000', '131059.012000', '131059.015000', '131059.017000', '131059.020000', '131059.022000', '131059.025000', '131059.027000', '131059.030000', '131059.033000', '131059.035000', '131059.038000', '131059.040000', '131059.043000', '131059.045000', '131059.048000', '131059.051000', '131059.053000', '131059.056000', '131059.058000', '131059.061000', '131118.936000', '131118.939000', '131118.943000', '131118.945000', '131118.948000', '131118.950000', '131118.953000', '131118.956000', '131118.958000', '131118.961000', '131118.964000', '131118.966000', '131118.969000', '131118.972000', '131118.974000', '131118.977000', '131118.980000', '131118.982000', '131118.985000', '131118.988000', '131118.990000', '131118.993000', '131118.995000', '131118.998000', '131119.002000', '131119.004000', '131119.007000', '131119.010000', '131119.012000', '131119.015000', '131119.018000', '131119.020000', '131119.023000', '131119.025000', '131119.028000', '131119.031000', '131119.033000', '131119.036000', '131119.039000', '131119.041000', '131119.044000', '131119.046000', '131119.049000', '131119.051000', '131138.937000', '131138.939000', '131138.942000', '131138.945000', '131138.947000', '131138.950000', '131138.952000', '131138.955000', '131138.958000', '131138.961000', '131138.963000', '131138.966000', '131138.969000', '131138.971000', '131138.974000', '131138.984000', '131138.987000', '131138.989000', '131138.992000', '131138.995000', '131138.997000', '131139.001000', '131139.004000', '131139.006000', '131139.009000', '131139.011000', '131139.014000', '131139.017000', '131139.019000', '131139.022000', '131139.025000', '131139.027000', '131139.030000', '131139.032000', '131139.035000', '131139.038000', '131139.040000', '131139.043000', '131139.046000', '131139.048000', '131139.051000', '131139.053000', '131139.056000', '131158.936000', '131158.939000', '131158.942000', '131158.945000', '131158.947000', '131158.950000', '131158.952000', '131158.955000', '131158.958000', '131158.960000', '131158.963000', '131158.966000', '131158.968000', '131158.971000', '131158.973000', '131158.976000', '131158.979000', '131158.981000', '131158.984000', '131158.987000', '131158.989000', '131158.992000', '131158.995000', '131158.997000', '131159.001000', '131159.003000', '131159.006000', '131159.009000', '131159.011000', '131159.014000', '131159.016000', '131159.019000', '131159.022000', '131159.028000', '131159.031000', '131159.033000', '131159.037000', '131159.040000', '131159.043000', '131159.045000', '131159.048000', '131159.051000', '131159.053000', '131159.056000', '131218.935000', '131218.938000', '131218.941000', '131218.944000', '131218.946000', '131218.949000', '131218.951000', '131218.954000', '131218.957000', '131218.959000', '131218.962000', '131218.965000', '131218.967000', '131218.970000', '131218.972000', '131218.975000', '131218.978000', '131218.980000', '131218.983000', '131218.985000', '131218.988000', '131219.024000', '131219.027000', '131219.029000', '131219.032000', '131219.035000', '131219.037000', '131219.040000', '131219.042000', '131219.045000', '131219.048000', '131219.050000', '131219.053000', '131219.056000', '131219.058000', '131219.061000', '131219.064000', '131219.066000', '131219.069000', '131219.071000', '131219.074000', '131219.077000', '131219.079000', '131238.936000', '131238.939000', '131238.941000', '131238.944000', '131238.946000', '131238.949000', '131238.952000', '131238.954000', '131238.957000', '131238.960000', '131238.962000', '131238.965000', '131238.968000', '131238.970000', '131238.973000', '131238.975000', '131238.978000', '131238.980000', '131238.983000', '131238.986000', '131238.988000', '131238.991000', '131238.994000', '131238.996000', '131239.000000', '131239.002000', '131239.005000', '131239.007000', '131239.010000', '131239.013000', '131239.015000', '131239.018000', '131239.021000', '131239.023000', '131239.026000', '131239.028000', '131239.031000', '131239.034000', '131239.036000', '131239.039000', '131239.042000', '131239.044000', '131239.047000', '131239.049000', '131258.936000', '131258.938000', '131258.941000', '131258.944000', '131258.946000', '131258.949000', '131258.951000', '131258.954000', '131258.957000', '131258.959000', '131258.962000', '131258.965000', '131258.967000', '131258.970000', '131258.972000', '131258.975000', '131258.978000', '131258.980000', '131258.983000', '131258.986000', '131258.988000', '131258.991000', '131258.994000', '131258.996000', '131259.000000', '131259.002000', '131259.005000', '131259.008000', '131259.010000', '131259.013000', '131259.015000', '131259.018000', '131259.021000', '131259.023000', '131259.026000', '131259.029000', '131259.031000', '131259.034000', '131259.036000', '131259.039000', '131259.042000', '131259.044000', '131259.047000', '131318.935000', '131318.938000', '131318.941000', '131318.944000', '131318.947000', '131318.949000', '131318.952000', '131318.955000', '131318.957000', '131318.960000', '131318.962000', '131318.965000', '131318.968000', '131318.970000', '131318.973000', '131318.975000', '131318.978000', '131318.980000', '131318.983000', '131318.986000', '131318.988000', '131318.991000', '131318.993000', '131318.996000', '131319.000000', '131319.002000', '131319.005000', '131319.007000', '131319.010000', '131319.012000', '131319.015000', '131319.018000', '131319.020000', '131319.023000', '131319.025000', '131319.028000', '131319.031000', '131319.033000', '131319.036000', '131319.038000', '131319.041000', '131319.043000', '131319.046000', '131319.049000', '131338.936000', '131338.940000', '131338.942000', '131338.945000', '131338.948000', '131338.950000', '131338.953000', '131338.956000', '131338.958000', '131338.961000', '131338.964000', '131338.966000', '131338.969000', '131338.971000', '131338.974000', '131338.977000', '131338.979000', '131338.982000', '131338.985000', '131338.988000', '131338.990000', '131338.993000', '131338.996000', '131338.998000', '131339.002000', '131339.005000', '131339.007000', '131339.010000', '131339.013000', '131339.015000', '131339.018000', '131339.057000', '131339.059000', '131339.062000', '131339.065000', '131339.067000', '131339.070000', '131339.073000', '131339.075000', '131339.078000', '131339.081000', '131339.084000', '131339.086000', '131358.936000', '131358.939000', '131358.942000', '131358.945000', '131358.947000', '131358.950000', '131358.952000', '131358.955000', '131358.958000', '131358.960000', '131358.963000', '131358.965000', '131358.968000', '131358.971000', '131358.973000', '131358.976000', '131358.978000', '131358.981000', '131358.984000', '131358.986000', '131358.989000', '131358.991000', '131358.994000', '131358.997000', '131359.000000', '131359.003000', '131359.005000', '131359.008000', '131359.010000', '131359.013000', '131359.016000', '131359.018000', '131359.021000', '131359.023000', '131359.026000', '131359.029000', '131359.031000', '131359.034000', '131359.036000', '131359.039000', '131359.042000', '131359.044000', '131359.047000', '131359.049000', '131418.936000', '131418.939000', '131418.942000', '131418.944000', '131418.947000', '131418.950000', '131418.952000', '131418.955000', '131418.958000', '131418.960000', '131418.963000', '131418.966000', '131418.968000', '131418.971000', '131418.973000', '131418.976000', '131418.979000', '131418.982000', '131418.984000', '131418.987000', '131418.990000', '131418.992000', '131418.995000', '131419.004000', '131419.007000', '131419.009000', '131419.012000', '131419.014000', '131419.017000', '131419.020000', '131419.022000', '131419.025000', '131419.028000', '131419.030000', '131419.033000', '131419.036000', '131419.038000', '131419.041000', '131419.043000', '131419.046000', '131419.049000', '131419.051000', '131419.054000', '131438.936000', '131438.939000', '131438.941000', '131438.944000', '131438.947000', '131438.949000', '131438.952000', '131438.955000', '131438.957000', '131438.960000', '131438.962000', '131438.965000', '131438.967000', '131438.970000', '131438.973000', '131438.975000', '131438.978000', '131438.981000', '131438.983000', '131438.986000', '131438.988000', '131438.991000', '131438.993000', '131438.996000', '131438.998000', '131439.002000', '131439.005000', '131439.007000', '131439.010000', '131439.013000', '131439.015000', '131439.018000', '131439.021000', '131439.023000', '131439.026000', '131439.028000', '131439.031000', '131439.034000', '131439.036000', '131439.039000', '131439.041000', '131439.044000', '131439.047000', '131439.049000', '131458.935000', '131458.938000', '131458.941000', '131458.944000', '131458.947000', '131458.949000', '131458.952000', '131458.955000', '131458.957000', '131458.960000', '131458.962000', '131458.965000', '131458.968000', '131458.970000', '131458.973000', '131458.976000', '131458.978000', '131458.981000', '131458.983000', '131458.986000', '131458.989000', '131458.991000', '131458.994000', '131458.997000', '131459.000000', '131459.003000', '131459.005000', '131459.008000', '131459.020000', '131459.023000', '131459.025000', '131459.028000', '131459.031000', '131459.033000', '131459.036000', '131459.038000', '131459.041000', '131459.044000', '131459.046000', '131459.049000', '131459.052000', '131459.054000', '131459.057000', '131518.936000', '131518.938000', '131518.942000', '131518.944000', '131518.947000', '131518.950000', '131518.952000', '131518.955000', '131518.958000', '131518.960000', '131518.963000', '131518.965000', '131518.968000', '131518.971000', '131518.973000', '131518.976000', '131518.979000', '131518.981000', '131518.984000', '131518.986000', '131518.989000', '131518.992000', '131518.994000', '131518.997000', '131519.001000', '131519.003000', '131519.006000', '131519.008000', '131519.011000', '131519.014000', '131519.016000', '131519.019000', '131519.022000', '131519.024000', '131519.027000', '131519.029000', '131519.032000', '131519.035000', '131519.037000', '131519.040000', '131519.043000', '131519.045000', '131519.048000', '131519.051000', '131538.936000', '131538.938000', '131538.941000', '131538.944000', '131538.946000', '131538.949000', '131538.951000', '131538.964000', '131538.967000', '131538.969000', '131538.972000', '131538.975000', '131538.977000', '131538.980000', '131538.983000', '131538.985000', '131538.988000', '131538.990000', '131538.993000', '131538.996000', '131538.998000', '131539.002000', '131539.005000', '131539.007000', '131539.010000', '131539.013000', '131539.015000', '131539.018000', '131539.020000', '131539.023000', '131539.026000', '131539.028000', '131539.031000', '131539.033000', '131539.036000', '131539.039000', '131539.041000', '131539.044000', '131539.046000', '131539.049000', '131539.052000', '131539.054000', '131539.057000', '131558.937000', '131558.939000', '131558.942000', '131558.945000', '131558.947000', '131558.950000', '131558.953000', '131558.955000', '131558.958000', '131558.960000', '131558.963000', '131558.965000', '131558.968000', '131558.971000', '131558.973000', '131558.976000', '131558.978000', '131558.981000', '131558.983000', '131558.986000', '131558.989000', '131558.991000', '131558.994000', '131558.996000', '131559.000000', '131559.003000', '131559.006000', '131559.008000', '131559.011000', '131559.013000', '131559.016000', '131559.019000', '131559.021000', '131559.024000', '131559.026000', '131559.029000', '131559.032000', '131559.034000', '131559.037000', '131559.040000', '131559.042000', '131559.045000', '131559.048000', '131559.050000', '131618.937000', '131618.940000', '131618.942000', '131618.945000', '131618.947000', '131618.950000', '131618.953000', '131618.955000', '131618.958000', '131618.961000', '131618.978000', '131618.981000', '131618.984000', '131618.987000', '131618.989000', '131618.992000', '131618.994000', '131618.997000', '131619.001000', '131619.003000', '131619.006000', '131619.009000', '131619.011000', '131619.014000', '131619.017000', '131619.019000', '131619.022000', '131619.024000', '131619.027000', '131619.030000', '131619.032000', '131619.035000', '131619.038000', '131619.040000', '131619.043000', '131619.046000', '131619.048000', '131619.051000', '131619.053000', '131619.056000', '131619.059000', '131619.061000', '131619.064000', '131638.937000', '131638.939000', '131638.943000', '131638.946000', '131638.949000', '131638.951000', '131638.973000', '131638.976000', '131638.979000', '131638.983000', '131638.986000', '131638.988000', '131638.991000', '131638.994000', '131638.996000', '131639.000000', '131639.003000', '131639.005000', '131639.008000', '131639.011000', '131639.013000', '131639.016000', '131639.018000', '131639.021000', '131639.023000', '131639.026000', '131639.029000', '131639.031000', '131639.034000', '131639.037000', '131639.039000', '131639.042000', '131639.045000', '131639.047000', '131639.050000', '131639.052000', '131639.055000', '131639.057000', '131639.060000', '131639.063000', '131639.065000', '131639.068000', '131639.070000', '131658.936000', '131658.939000', '131658.941000', '131658.944000', '131658.947000', '131658.949000', '131658.952000', '131658.955000', '131658.957000', '131658.960000', '131658.963000', '131658.965000', '131658.968000', '131658.971000', '131658.973000', '131658.976000', '131658.978000', '131658.981000', '131658.984000', '131658.986000', '131658.989000', '131658.992000', '131658.994000', '131658.997000', '131659.001000', '131659.003000', '131659.006000', '131659.008000', '131659.011000', '131659.014000', '131659.016000', '131659.019000', '131659.021000', '131659.024000', '131659.027000', '131659.029000', '131659.032000', '131659.035000', '131659.037000', '131659.040000', '131659.042000', '131659.045000', '131659.048000', '131659.050000', '131718.936000', '131718.939000', '131718.942000', '131718.944000', '131718.947000', '131718.949000', '131718.952000', '131718.955000', '131718.957000', '131718.960000', '131718.963000', '131718.965000', '131718.968000', '131718.970000', '131718.973000', '131718.976000', '131718.978000', '131718.981000', '131718.986000', '131718.989000', '131718.992000', '131718.994000', '131718.997000', '131719.001000', '131719.003000', '131719.006000', '131719.008000', '131719.011000', '131719.014000', '131719.016000', '131719.019000', '131719.021000', '131719.024000', '131719.027000', '131719.029000', '131719.032000', '131719.034000', '131719.037000', '131719.040000', '131719.042000', '131719.045000', '131719.048000', '131719.050000', '131738.936000', '131738.957000', '131738.959000', '131738.962000', '131738.965000', '131738.967000', '131738.970000', '131738.972000', '131738.975000', '131738.978000', '131738.980000', '131738.983000', '131738.986000', '131738.988000', '131738.991000', '131738.994000', '131738.996000', '131739.000000', '131739.003000', '131739.005000', '131739.008000', '131739.011000', '131739.013000', '131739.016000', '131739.019000', '131739.021000', '131739.024000', '131739.026000', '131739.029000', '131739.031000', '131739.034000', '131739.036000', '131739.039000', '131739.042000', '131739.045000', '131739.047000', '131739.050000', '131739.052000', '131739.055000', '131739.057000', '131739.060000', '131739.063000', '131739.065000', '131739.068000', '131758.936000', '131758.938000', '131758.942000', '131758.945000', '131758.947000', '131758.950000', '131758.952000', '131758.955000', '131758.958000', '131758.960000', '131758.963000', '131758.966000', '131758.968000', '131758.971000', '131758.974000', '131758.977000', '131758.979000', '131758.982000', '131758.984000', '131758.987000', '131758.990000', '131758.993000', '131758.995000', '131758.998000', '131759.001000', '131759.004000', '131759.006000', '131759.009000', '131759.012000', '131759.014000', '131759.017000', '131759.021000', '131759.024000', '131759.026000', '131759.029000', '131759.032000', '131759.034000', '131759.037000', '131759.039000', '131759.042000', '131759.045000', '131759.047000', '131759.050000', '131818.937000', '131818.940000', '131818.942000', '131818.945000', '131818.948000', '131818.950000', '131818.953000', '131818.956000', '131818.958000', '131818.961000', '131818.963000', '131818.966000', '131818.969000', '131818.971000', '131818.974000', '131818.977000', '131818.979000', '131818.982000', '131818.984000', '131818.990000', '131818.993000', '131818.996000', '131818.998000', '131819.002000', '131819.004000', '131819.007000', '131819.010000', '131819.012000', '131819.015000', '131819.018000', '131819.020000', '131819.023000', '131819.025000', '131819.028000', '131819.031000', '131819.033000', '131819.036000', '131819.039000', '131819.041000', '131819.044000', '131819.046000', '131819.049000', '131819.052000', '131819.054000', '131838.937000', '131838.940000', '131838.943000', '131838.946000', '131838.949000', '131838.951000', '131838.954000', '131838.957000', '131838.960000', '131838.962000', '131838.965000', '131838.968000', '131838.970000', '131838.973000', '131838.976000', '131838.978000', '131838.981000', '131838.983000', '131838.986000', '131839.003000', '131839.006000', '131839.009000', '131839.011000', '131839.014000', '131839.017000', '131839.019000', '131839.022000', '131839.025000', '131839.027000', '131839.030000', '131839.032000', '131839.035000', '131839.038000', '131839.041000', '131839.043000', '131839.046000', '131839.048000', '131839.051000', '131839.054000', '131839.056000', '131839.059000', '131839.061000', '131839.064000', '131844.046000', '131844.048000', '131844.051000', '131844.054000', '131844.056000', '131844.059000', '131844.062000', '131844.064000', '131844.067000', '131844.070000', '131844.072000', '131844.075000'], 'InstanceCreationTime': ['130618.967000', '130618.970000', '130618.981000', '130618.988000', '130618.991000', '130618.993000', '130618.996000', '130619.000000', '130619.002000', '130619.005000', '130619.007000', '130619.010000', '130619.015000', '130619.017000', '130619.020000', '130619.022000', '130619.025000', '130619.028000', '130619.030000', '130619.033000', '130638.936000', '130638.939000', '130638.942000', '130638.944000', '130638.947000', '130638.949000', '130638.952000', '130638.955000', '130638.957000', '130638.960000', '130638.962000', '130638.965000', '130638.967000', '130638.970000', '130638.972000', '130638.975000', '130638.978000', '130638.980000', '130638.983000', '130638.985000', '130638.988000', '130638.991000', '130638.993000', '130638.996000', '130638.998000', '130639.001000', '130639.004000', '130639.006000', '130639.012000', '130639.015000', '130639.017000', '130639.020000', '130639.023000', '130639.025000', '130639.028000', '130639.030000', '130639.033000', '130639.036000', '130639.038000', '130639.041000', '130639.043000', '130639.046000', '130639.048000', '130658.936000', '130658.939000', '130658.942000', '130658.944000', '130658.947000', '130658.950000', '130658.952000', '130658.955000', '130658.957000', '130658.960000', '130658.963000', '130658.965000', '130658.968000', '130658.970000', '130658.973000', '130658.975000', '130658.978000', '130658.980000', '130658.983000', '130658.986000', '130658.988000', '130658.991000', '130658.993000', '130658.996000', '130658.998000', '130659.002000', '130659.005000', '130659.007000', '130659.010000', '130659.013000', '130659.015000', '130659.018000', '130659.020000', '130659.023000', '130659.025000', '130659.028000', '130659.031000', '130659.033000', '130659.036000', '130659.038000', '130659.041000', '130659.044000', '130659.046000', '130659.049000', '130718.936000', '130718.939000', '130718.942000', '130718.944000', '130718.947000', '130718.950000', '130718.952000', '130718.955000', '130718.958000', '130718.960000', '130718.963000', '130718.965000', '130718.968000', '130718.970000', '130718.973000', '130718.976000', '130718.978000', '130718.981000', '130718.983000', '130718.986000', '130718.989000', '130718.991000', '130718.994000', '130718.996000', '130719.000000', '130719.002000', '130719.005000', '130719.008000', '130719.010000', '130719.013000', '130719.015000', '130719.018000', '130719.021000', '130719.023000', '130719.026000', '130719.029000', '130719.032000', '130719.034000', '130719.037000', '130719.039000', '130719.042000', '130719.044000', '130719.047000', '130738.935000', '130738.938000', '130738.941000', '130738.944000', '130738.947000', '130738.950000', '130738.952000', '130738.955000', '130738.958000', '130738.960000', '130738.963000', '130738.965000', '130738.968000', '130738.971000', '130738.973000', '130738.976000', '130738.978000', '130738.981000', '130738.983000', '130738.986000', '130738.989000', '130738.991000', '130738.994000', '130738.997000', '130739.000000', '130739.003000', '130739.006000', '130739.008000', '130739.011000', '130739.013000', '130739.016000', '130739.019000', '130739.021000', '130739.031000', '130739.033000', '130739.036000', '130739.039000', '130739.041000', '130739.044000', '130739.046000', '130739.049000', '130739.052000', '130739.054000', '130739.057000', '130758.936000', '130758.939000', '130758.941000', '130758.944000', '130758.947000', '130758.949000', '130758.952000', '130758.955000', '130758.957000', '130758.960000', '130758.962000', '130758.965000', '130758.975000', '130758.977000', '130758.980000', '130758.982000', '130758.985000', '130758.988000', '130758.990000', '130758.993000', '130758.995000', '130758.998000', '130759.002000', '130759.004000', '130759.007000', '130759.009000', '130759.012000', '130759.015000', '130759.017000', '130759.020000', '130759.023000', '130759.025000', '130759.028000', '130759.030000', '130759.033000', '130759.036000', '130759.039000', '130759.041000', '130759.044000', '130759.046000', '130759.049000', '130759.052000', '130759.054000', '130818.935000', '130818.938000', '130818.941000', '130818.944000', '130818.946000', '130818.949000', '130818.951000', '130818.954000', '130818.957000', '130818.959000', '130818.962000', '130818.965000', '130818.967000', '130818.970000', '130818.972000', '130818.975000', '130818.978000', '130818.980000', '130818.983000', '130818.985000', '130818.988000', '130818.991000', '130818.993000', '130818.996000', '130818.998000', '130819.002000', '130819.005000', '130819.007000', '130819.010000', '130819.012000', '130819.015000', '130819.018000', '130819.020000', '130819.023000', '130819.025000', '130819.028000', '130819.031000', '130819.033000', '130819.036000', '130819.039000', '130819.041000', '130819.044000', '130819.046000', '130819.049000', '130838.936000', '130838.938000', '130838.941000', '130838.944000', '130838.946000', '130838.949000', '130838.951000', '130838.954000', '130838.957000', '130838.959000', '130838.962000', '130838.964000', '130838.967000', '130838.970000', '130838.973000', '130838.975000', '130838.978000', '130838.981000', '130838.983000', '130838.986000', '130838.988000', '130838.991000', '130838.994000', '130838.996000', '130839.000000', '130839.003000', '130839.005000', '130839.008000', '130839.011000', '130839.013000', '130839.016000', '130839.019000', '130839.021000', '130839.024000', '130839.026000', '130839.029000', '130839.031000', '130839.034000', '130839.037000', '130839.039000', '130839.042000', '130839.045000', '130839.047000', '130858.937000', '130858.940000', '130858.942000', '130858.945000', '130858.948000', '130858.950000', '130858.953000', '130858.955000', '130858.958000', '130858.960000', '130858.963000', '130858.966000', '130858.968000', '130858.971000', '130858.974000', '130858.977000', '130858.979000', '130858.983000', '130858.986000', '130858.989000', '130858.991000', '130858.994000', '130858.996000', '130858.999000', '130859.002000', '130859.004000', '130859.007000', '130859.009000', '130859.012000', '130859.015000', '130859.017000', '130859.020000', '130859.023000', '130859.025000', '130859.028000', '130859.030000', '130859.033000', '130859.036000', '130859.038000', '130859.041000', '130859.044000', '130859.046000', '130859.049000', '130918.936000', '130918.939000', '130918.942000', '130918.945000', '130918.947000', '130918.950000', '130918.952000', '130918.955000', '130918.958000', '130918.960000', '130918.963000', '130918.965000', '130918.968000', '130918.971000', '130918.973000', '130918.976000', '130918.978000', '130918.981000', '130918.984000', '130918.986000', '130918.989000', '130918.991000', '130918.994000', '130918.997000', '130919.000000', '130919.003000', '130919.005000', '130919.008000', '130919.010000', '130919.029000', '130919.031000', '130919.034000', '130919.036000', '130919.039000', '130919.042000', '130919.044000', '130919.047000', '130919.050000', '130919.052000', '130919.055000', '130919.057000', '130919.060000', '130919.063000', '130919.065000', '130938.937000', '130938.939000', '130938.942000', '130938.945000', '130938.947000', '130938.950000', '130938.952000', '130938.955000', '130938.958000', '130938.961000', '130938.964000', '130938.967000', '130938.994000', '130938.997000', '130939.000000', '130939.003000', '130939.006000', '130939.008000', '130939.011000', '130939.013000', '130939.016000', '130939.018000', '130939.021000', '130939.024000', '130939.026000', '130939.029000', '130939.031000', '130939.034000', '130939.036000', '130939.039000', '130939.042000', '130939.044000', '130939.047000', '130939.049000', '130939.052000', '130939.055000', '130939.057000', '130939.060000', '130939.062000', '130939.065000', '130939.068000', '130939.070000', '130939.073000', '130958.935000', '130958.938000', '130958.941000', '130958.943000', '130958.946000', '130958.949000', '130958.951000', '130958.954000', '130958.957000', '130958.959000', '130958.962000', '130958.964000', '130958.967000', '130958.970000', '130958.972000', '130958.975000', '130958.978000', '130958.980000', '130958.983000', '130958.985000', '130958.988000', '130958.991000', '130958.993000', '130958.996000', '130958.998000', '130959.002000', '130959.004000', '130959.007000', '130959.010000', '130959.012000', '130959.015000', '130959.017000', '130959.020000', '130959.023000', '130959.025000', '130959.028000', '130959.030000', '130959.033000', '130959.035000', '130959.038000', '130959.040000', '130959.043000', '130959.046000', '130959.048000', '131018.936000', '131018.938000', '131018.941000', '131018.944000', '131018.946000', '131018.949000', '131018.951000', '131018.954000', '131018.957000', '131018.959000', '131018.962000', '131018.964000', '131018.967000', '131018.970000', '131018.972000', '131018.975000', '131018.978000', '131018.980000', '131018.983000', '131018.985000', '131018.988000', '131018.991000', '131018.993000', '131018.996000', '131018.999000', '131019.002000', '131019.004000', '131019.007000', '131019.010000', '131019.012000', '131019.015000', '131019.018000', '131019.021000', '131019.024000', '131019.027000', '131019.030000', '131019.032000', '131019.035000', '131019.038000', '131019.040000', '131019.043000', '131019.046000', '131019.048000', '131038.935000', '131038.938000', '131038.941000', '131038.944000', '131038.947000', '131038.949000', '131038.952000', '131038.955000', '131038.957000', '131038.960000', '131038.962000', '131038.965000', '131038.968000', '131038.970000', '131038.973000', '131038.976000', '131038.979000', '131038.981000', '131038.984000', '131038.986000', '131038.989000', '131038.992000', '131038.994000', '131038.997000', '131039.001000', '131039.003000', '131039.006000', '131039.009000', '131039.011000', '131039.014000', '131039.016000', '131039.019000', '131039.021000', '131039.024000', '131039.027000', '131039.029000', '131039.032000', '131039.034000', '131039.037000', '131039.039000', '131039.042000', '131039.045000', '131039.048000', '131039.050000', '131058.935000', '131058.938000', '131058.941000', '131058.943000', '131058.946000', '131058.949000', '131058.951000', '131058.954000', '131058.956000', '131058.959000', '131058.974000', '131058.977000', '131058.979000', '131058.983000', '131058.986000', '131058.989000', '131058.992000', '131058.994000', '131058.997000', '131059.002000', '131059.004000', '131059.007000', '131059.009000', '131059.012000', '131059.015000', '131059.017000', '131059.020000', '131059.022000', '131059.025000', '131059.027000', '131059.030000', '131059.033000', '131059.035000', '131059.038000', '131059.040000', '131059.043000', '131059.045000', '131059.048000', '131059.051000', '131059.053000', '131059.056000', '131059.058000', '131059.061000', '131118.936000', '131118.939000', '131118.943000', '131118.945000', '131118.948000', '131118.950000', '131118.953000', '131118.956000', '131118.958000', '131118.961000', '131118.964000', '131118.966000', '131118.969000', '131118.972000', '131118.974000', '131118.977000', '131118.980000', '131118.982000', '131118.985000', '131118.988000', '131118.990000', '131118.993000', '131118.995000', '131118.998000', '131119.002000', '131119.004000', '131119.007000', '131119.010000', '131119.012000', '131119.015000', '131119.018000', '131119.020000', '131119.023000', '131119.025000', '131119.028000', '131119.031000', '131119.033000', '131119.036000', '131119.039000', '131119.041000', '131119.044000', '131119.046000', '131119.049000', '131119.051000', '131138.937000', '131138.939000', '131138.942000', '131138.945000', '131138.947000', '131138.950000', '131138.952000', '131138.955000', '131138.958000', '131138.961000', '131138.963000', '131138.966000', '131138.969000', '131138.971000', '131138.974000', '131138.984000', '131138.987000', '131138.989000', '131138.992000', '131138.995000', '131138.997000', '131139.001000', '131139.004000', '131139.006000', '131139.009000', '131139.011000', '131139.014000', '131139.017000', '131139.019000', '131139.022000', '131139.025000', '131139.027000', '131139.030000', '131139.032000', '131139.035000', '131139.038000', '131139.040000', '131139.043000', '131139.046000', '131139.048000', '131139.051000', '131139.053000', '131139.056000', '131158.936000', '131158.939000', '131158.942000', '131158.945000', '131158.947000', '131158.950000', '131158.952000', '131158.955000', '131158.958000', '131158.960000', '131158.963000', '131158.966000', '131158.968000', '131158.971000', '131158.973000', '131158.976000', '131158.979000', '131158.981000', '131158.984000', '131158.987000', '131158.989000', '131158.992000', '131158.995000', '131158.997000', '131159.001000', '131159.003000', '131159.006000', '131159.009000', '131159.011000', '131159.014000', '131159.016000', '131159.019000', '131159.022000', '131159.028000', '131159.031000', '131159.033000', '131159.037000', '131159.040000', '131159.043000', '131159.045000', '131159.048000', '131159.051000', '131159.053000', '131159.056000', '131218.935000', '131218.938000', '131218.941000', '131218.944000', '131218.946000', '131218.949000', '131218.951000', '131218.954000', '131218.957000', '131218.959000', '131218.962000', '131218.965000', '131218.967000', '131218.970000', '131218.972000', '131218.975000', '131218.978000', '131218.980000', '131218.983000', '131218.985000', '131218.988000', '131219.024000', '131219.027000', '131219.029000', '131219.032000', '131219.035000', '131219.037000', '131219.040000', '131219.042000', '131219.045000', '131219.048000', '131219.050000', '131219.053000', '131219.056000', '131219.058000', '131219.061000', '131219.064000', '131219.066000', '131219.069000', '131219.071000', '131219.074000', '131219.077000', '131219.079000', '131238.936000', '131238.939000', '131238.941000', '131238.944000', '131238.946000', '131238.949000', '131238.952000', '131238.954000', '131238.957000', '131238.960000', '131238.962000', '131238.965000', '131238.968000', '131238.970000', '131238.973000', '131238.975000', '131238.978000', '131238.980000', '131238.983000', '131238.986000', '131238.988000', '131238.991000', '131238.994000', '131238.996000', '131239.000000', '131239.002000', '131239.005000', '131239.007000', '131239.010000', '131239.013000', '131239.015000', '131239.018000', '131239.021000', '131239.023000', '131239.026000', '131239.028000', '131239.031000', '131239.034000', '131239.036000', '131239.039000', '131239.042000', '131239.044000', '131239.047000', '131239.049000', '131258.936000', '131258.938000', '131258.941000', '131258.944000', '131258.946000', '131258.949000', '131258.951000', '131258.954000', '131258.957000', '131258.959000', '131258.962000', '131258.965000', '131258.967000', '131258.970000', '131258.972000', '131258.975000', '131258.978000', '131258.980000', '131258.983000', '131258.986000', '131258.988000', '131258.991000', '131258.994000', '131258.996000', '131259.000000', '131259.002000', '131259.005000', '131259.008000', '131259.010000', '131259.013000', '131259.015000', '131259.018000', '131259.021000', '131259.023000', '131259.026000', '131259.029000', '131259.031000', '131259.034000', '131259.036000', '131259.039000', '131259.042000', '131259.044000', '131259.047000', '131318.935000', '131318.938000', '131318.941000', '131318.944000', '131318.947000', '131318.949000', '131318.952000', '131318.955000', '131318.957000', '131318.960000', '131318.962000', '131318.965000', '131318.968000', '131318.970000', '131318.973000', '131318.975000', '131318.978000', '131318.980000', '131318.983000', '131318.986000', '131318.988000', '131318.991000', '131318.993000', '131318.996000', '131319.000000', '131319.002000', '131319.005000', '131319.007000', '131319.010000', '131319.012000', '131319.015000', '131319.018000', '131319.020000', '131319.023000', '131319.025000', '131319.028000', '131319.031000', '131319.033000', '131319.036000', '131319.038000', '131319.041000', '131319.043000', '131319.046000', '131319.049000', '131338.936000', '131338.940000', '131338.942000', '131338.945000', '131338.948000', '131338.950000', '131338.953000', '131338.956000', '131338.958000', '131338.961000', '131338.964000', '131338.966000', '131338.969000', '131338.971000', '131338.974000', '131338.977000', '131338.979000', '131338.982000', '131338.985000', '131338.988000', '131338.990000', '131338.993000', '131338.996000', '131338.998000', '131339.002000', '131339.005000', '131339.007000', '131339.010000', '131339.013000', '131339.015000', '131339.018000', '131339.057000', '131339.059000', '131339.062000', '131339.065000', '131339.067000', '131339.070000', '131339.073000', '131339.075000', '131339.078000', '131339.081000', '131339.084000', '131339.086000', '131358.936000', '131358.939000', '131358.942000', '131358.945000', '131358.947000', '131358.950000', '131358.952000', '131358.955000', '131358.958000', '131358.960000', '131358.963000', '131358.965000', '131358.968000', '131358.971000', '131358.973000', '131358.976000', '131358.978000', '131358.981000', '131358.984000', '131358.986000', '131358.989000', '131358.991000', '131358.994000', '131358.997000', '131359.000000', '131359.003000', '131359.005000', '131359.008000', '131359.010000', '131359.013000', '131359.016000', '131359.018000', '131359.021000', '131359.023000', '131359.026000', '131359.029000', '131359.031000', '131359.034000', '131359.036000', '131359.039000', '131359.042000', '131359.044000', '131359.047000', '131359.049000', '131418.936000', '131418.939000', '131418.942000', '131418.944000', '131418.947000', '131418.950000', '131418.952000', '131418.955000', '131418.958000', '131418.960000', '131418.963000', '131418.966000', '131418.968000', '131418.971000', '131418.973000', '131418.976000', '131418.979000', '131418.982000', '131418.984000', '131418.987000', '131418.990000', '131418.992000', '131418.995000', '131419.004000', '131419.007000', '131419.009000', '131419.012000', '131419.014000', '131419.017000', '131419.020000', '131419.022000', '131419.025000', '131419.028000', '131419.030000', '131419.033000', '131419.036000', '131419.038000', '131419.041000', '131419.043000', '131419.046000', '131419.049000', '131419.051000', '131419.054000', '131438.936000', '131438.939000', '131438.941000', '131438.944000', '131438.947000', '131438.949000', '131438.952000', '131438.955000', '131438.957000', '131438.960000', '131438.962000', '131438.965000', '131438.967000', '131438.970000', '131438.973000', '131438.975000', '131438.978000', '131438.981000', '131438.983000', '131438.986000', '131438.988000', '131438.991000', '131438.993000', '131438.996000', '131438.998000', '131439.002000', '131439.005000', '131439.007000', '131439.010000', '131439.013000', '131439.015000', '131439.018000', '131439.021000', '131439.023000', '131439.026000', '131439.028000', '131439.031000', '131439.034000', '131439.036000', '131439.039000', '131439.041000', '131439.044000', '131439.047000', '131439.049000', '131458.935000', '131458.938000', '131458.941000', '131458.944000', '131458.947000', '131458.949000', '131458.952000', '131458.955000', '131458.957000', '131458.960000', '131458.962000', '131458.965000', '131458.968000', '131458.970000', '131458.973000', '131458.976000', '131458.978000', '131458.981000', '131458.983000', '131458.986000', '131458.989000', '131458.991000', '131458.994000', '131458.997000', '131459.000000', '131459.003000', '131459.005000', '131459.008000', '131459.020000', '131459.023000', '131459.025000', '131459.028000', '131459.031000', '131459.033000', '131459.036000', '131459.038000', '131459.041000', '131459.044000', '131459.046000', '131459.049000', '131459.052000', '131459.054000', '131459.057000', '131518.936000', '131518.938000', '131518.942000', '131518.944000', '131518.947000', '131518.950000', '131518.952000', '131518.955000', '131518.958000', '131518.960000', '131518.963000', '131518.965000', '131518.968000', '131518.971000', '131518.973000', '131518.976000', '131518.979000', '131518.981000', '131518.984000', '131518.986000', '131518.989000', '131518.992000', '131518.994000', '131518.997000', '131519.001000', '131519.003000', '131519.006000', '131519.008000', '131519.011000', '131519.014000', '131519.016000', '131519.019000', '131519.022000', '131519.024000', '131519.027000', '131519.029000', '131519.032000', '131519.035000', '131519.037000', '131519.040000', '131519.043000', '131519.045000', '131519.048000', '131519.051000', '131538.936000', '131538.938000', '131538.941000', '131538.944000', '131538.946000', '131538.949000', '131538.951000', '131538.964000', '131538.967000', '131538.969000', '131538.972000', '131538.975000', '131538.977000', '131538.980000', '131538.983000', '131538.985000', '131538.988000', '131538.990000', '131538.993000', '131538.996000', '131538.998000', '131539.002000', '131539.005000', '131539.007000', '131539.010000', '131539.013000', '131539.015000', '131539.018000', '131539.020000', '131539.023000', '131539.026000', '131539.028000', '131539.031000', '131539.033000', '131539.036000', '131539.039000', '131539.041000', '131539.044000', '131539.046000', '131539.049000', '131539.052000', '131539.054000', '131539.057000', '131558.937000', '131558.939000', '131558.942000', '131558.945000', '131558.947000', '131558.950000', '131558.953000', '131558.955000', '131558.958000', '131558.960000', '131558.963000', '131558.965000', '131558.968000', '131558.971000', '131558.973000', '131558.976000', '131558.978000', '131558.981000', '131558.983000', '131558.986000', '131558.989000', '131558.991000', '131558.994000', '131558.996000', '131559.000000', '131559.003000', '131559.006000', '131559.008000', '131559.011000', '131559.013000', '131559.016000', '131559.019000', '131559.021000', '131559.024000', '131559.026000', '131559.029000', '131559.032000', '131559.034000', '131559.037000', '131559.040000', '131559.042000', '131559.045000', '131559.048000', '131559.050000', '131618.937000', '131618.940000', '131618.942000', '131618.945000', '131618.947000', '131618.950000', '131618.953000', '131618.955000', '131618.958000', '131618.961000', '131618.978000', '131618.981000', '131618.984000', '131618.987000', '131618.989000', '131618.992000', '131618.994000', '131618.997000', '131619.001000', '131619.003000', '131619.006000', '131619.009000', '131619.011000', '131619.014000', '131619.017000', '131619.019000', '131619.022000', '131619.024000', '131619.027000', '131619.030000', '131619.032000', '131619.035000', '131619.038000', '131619.040000', '131619.043000', '131619.046000', '131619.048000', '131619.051000', '131619.053000', '131619.056000', '131619.059000', '131619.061000', '131619.064000', '131638.937000', '131638.939000', '131638.943000', '131638.946000', '131638.949000', '131638.951000', '131638.973000', '131638.976000', '131638.979000', '131638.983000', '131638.986000', '131638.988000', '131638.991000', '131638.994000', '131638.996000', '131639.000000', '131639.003000', '131639.005000', '131639.008000', '131639.011000', '131639.013000', '131639.016000', '131639.018000', '131639.021000', '131639.023000', '131639.026000', '131639.029000', '131639.031000', '131639.034000', '131639.037000', '131639.039000', '131639.042000', '131639.045000', '131639.047000', '131639.050000', '131639.052000', '131639.055000', '131639.057000', '131639.060000', '131639.063000', '131639.065000', '131639.068000', '131639.070000', '131658.936000', '131658.939000', '131658.941000', '131658.944000', '131658.947000', '131658.949000', '131658.952000', '131658.955000', '131658.957000', '131658.960000', '131658.963000', '131658.965000', '131658.968000', '131658.971000', '131658.973000', '131658.976000', '131658.978000', '131658.981000', '131658.984000', '131658.986000', '131658.989000', '131658.992000', '131658.994000', '131658.997000', '131659.001000', '131659.003000', '131659.006000', '131659.008000', '131659.011000', '131659.014000', '131659.016000', '131659.019000', '131659.021000', '131659.024000', '131659.027000', '131659.029000', '131659.032000', '131659.035000', '131659.037000', '131659.040000', '131659.042000', '131659.045000', '131659.048000', '131659.050000', '131718.936000', '131718.939000', '131718.942000', '131718.944000', '131718.947000', '131718.949000', '131718.952000', '131718.955000', '131718.957000', '131718.960000', '131718.963000', '131718.965000', '131718.968000', '131718.970000', '131718.973000', '131718.976000', '131718.978000', '131718.981000', '131718.986000', '131718.989000', '131718.992000', '131718.994000', '131718.997000', '131719.001000', '131719.003000', '131719.006000', '131719.008000', '131719.011000', '131719.014000', '131719.016000', '131719.019000', '131719.021000', '131719.024000', '131719.027000', '131719.029000', '131719.032000', '131719.034000', '131719.037000', '131719.040000', '131719.042000', '131719.045000', '131719.048000', '131719.050000', '131738.936000', '131738.957000', '131738.959000', '131738.962000', '131738.965000', '131738.967000', '131738.970000', '131738.972000', '131738.975000', '131738.978000', '131738.980000', '131738.983000', '131738.986000', '131738.988000', '131738.991000', '131738.994000', '131738.996000', '131739.000000', '131739.003000', '131739.005000', '131739.008000', '131739.011000', '131739.013000', '131739.016000', '131739.019000', '131739.021000', '131739.024000', '131739.026000', '131739.029000', '131739.031000', '131739.034000', '131739.036000', '131739.039000', '131739.042000', '131739.045000', '131739.047000', '131739.050000', '131739.052000', '131739.055000', '131739.057000', '131739.060000', '131739.063000', '131739.065000', '131739.068000', '131758.936000', '131758.938000', '131758.942000', '131758.945000', '131758.947000', '131758.950000', '131758.952000', '131758.955000', '131758.958000', '131758.960000', '131758.963000', '131758.966000', '131758.968000', '131758.971000', '131758.974000', '131758.977000', '131758.979000', '131758.982000', '131758.984000', '131758.987000', '131758.990000', '131758.993000', '131758.995000', '131758.998000', '131759.001000', '131759.004000', '131759.006000', '131759.009000', '131759.012000', '131759.014000', '131759.017000', '131759.021000', '131759.024000', '131759.026000', '131759.029000', '131759.032000', '131759.034000', '131759.037000', '131759.039000', '131759.042000', '131759.045000', '131759.047000', '131759.050000', '131818.937000', '131818.940000', '131818.942000', '131818.945000', '131818.948000', '131818.950000', '131818.953000', '131818.956000', '131818.958000', '131818.961000', '131818.963000', '131818.966000', '131818.969000', '131818.971000', '131818.974000', '131818.977000', '131818.979000', '131818.982000', '131818.984000', '131818.990000', '131818.993000', '131818.996000', '131818.998000', '131819.002000', '131819.004000', '131819.007000', '131819.010000', '131819.012000', '131819.015000', '131819.018000', '131819.020000', '131819.023000', '131819.025000', '131819.028000', '131819.031000', '131819.033000', '131819.036000', '131819.039000', '131819.041000', '131819.044000', '131819.046000', '131819.049000', '131819.052000', '131819.054000', '131838.937000', '131838.940000', '131838.943000', '131838.946000', '131838.949000', '131838.951000', '131838.954000', '131838.957000', '131838.960000', '131838.962000', '131838.965000', '131838.968000', '131838.970000', '131838.973000', '131838.976000', '131838.978000', '131838.981000', '131838.983000', '131838.986000', '131839.003000', '131839.006000', '131839.009000', '131839.011000', '131839.014000', '131839.017000', '131839.019000', '131839.022000', '131839.025000', '131839.027000', '131839.030000', '131839.032000', '131839.035000', '131839.038000', '131839.041000', '131839.043000', '131839.046000', '131839.048000', '131839.051000', '131839.054000', '131839.056000', '131839.059000', '131839.061000', '131839.064000', '131844.046000', '131844.048000', '131844.051000', '131844.054000', '131844.056000', '131844.059000', '131844.062000', '131844.064000', '131844.067000', '131844.070000', '131844.072000', '131844.075000'], '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': [10945, 7921, 7883, 9130, 10238, 11576, 11954, 13869, 7772, 8325, 9379, 9067, 8865, 13989, 8140, 7724, 8327, 8144, 11169, 9494, 9337, 11568, 7489, 7401, 8468, 7518, 7653, 12927, 11864, 9102, 11749, 9848, 8140, 9699, 8267, 7567, 12710, 10856, 8282, 8241, 7813, 7830, 9590, 10045, 13586, 11401, 7744, 8134, 7901, 7443, 11939, 10026, 7796, 8348, 7621, 7223, 11457, 9710, 12642, 8992, 7550, 11088, 10117, 10057, 11327, 10624, 8867, 10933, 7648, 7703, 10370, 9669, 10509, 11425, 7545, 7563, 9714, 8970, 12871, 12509, 8872, 7703, 7960, 8116, 9541, 11517, 10283, 10634, 8763, 7870, 7704, 9688, 10107, 12343, 12290, 8203, 7675, 8194, 8061, 12370, 11761, 10721, 13121, 7473, 7675, 8549, 7422, 10720, 10120, 10037, 13569, 8866, 7816, 10386, 9200, 10769, 11496, 9676, 8679, 8639, 7782, 7595, 10957, 10555, 10366, 8953, 7863, 9423, 11175, 10247, 13922, 8958, 7458, 11560, 10195, 9611, 13112, 7569, 7721, 10038, 8410, 9851, 11788, 9492, 7450, 7967, 8037, 12053, 9145, 11650, 12816, 8040, 9791, 7984, 8200, 11182, 10631, 10279, 11660, 9130, 7730, 10445, 9910, 10961, 10770, 10508, 8858, 9885, 8190, 8372, 13092, 13331, 13705, 13413, 8404, 7526, 7786, 8006, 11853, 11401, 10563, 10977, 7946, 8065, 9156, 10058, 12271, 12723, 8104, 7989, 8786, 7993, 7990, 11917, 10726, 8508, 8637, 8075, 8476, 10618, 8438, 13547, 11985, 7512, 8906, 6969, 11026, 10261, 7807, 9453, 6726, 6647, 9416, 7897, 13181, 11445, 8179, 11888, 8777, 7727, 9414, 8241, 8484, 10862, 10934, 7789, 11238, 8970, 8126, 11236, 11321, 9907, 13292, 10188, 7869, 7853, 8587, 9758, 10920, 10211, 9729, 13651, 15858, 13464, 10521, 13126, 8282, 8248, 8695, 11084, 11502, 14557, 10084, 8002, 7444, 8042, 8380, 11677, 9692, 8027, 7913, 9784, 10980, 11018, 12009, 10228, 8119, 8220, 11623, 10038, 8045, 12260, 13721, 11687, 12238, 8093, 8096, 7982, 8295, 7774, 8899, 9564, 11648, 10308, 8290, 7998, 9217, 7722, 7682, 9672, 8374, 7713, 10782, 8005, 11257, 10591, 7852, 13601, 12842, 10860, 12397, 8078, 7426, 8591, 8100, 10948, 9430, 8104, 13918, 12337, 10769, 12930, 7864, 7473, 8519, 8292, 7250, 12381, 12996, 11118, 11685, 8501, 7638, 8645, 8077, 9817, 9292, 9637, 12885, 11701, 8660, 9529, 8017, 7862, 10008, 8715, 8622, 12819, 10918, 8983, 8474, 8261, 7849, 6781, 11375, 11898, 10044, 11814, 8089, 7678, 8694, 8212, 7810, 9770, 8926, 8028, 10149, 8293, 9521, 9742, 7581, 11892, 10434, 7487, 7896, 12089, 8177, 6547, 7590, 6867, 7066, 8356, 11242, 10722, 10178, 11690, 7762, 7267, 9762, 9081, 7044, 11093, 9393, 10238, 10574, 8371, 12313, 11670, 11891, 13486, 12091, 8595, 7447, 6911, 7169, 6929, 10786, 8757, 8128, 10771, 10981, 9722, 7866, 7380, 10828, 9165, 9358, 7281, 7011, 7378, 11635, 11575, 9876, 11747, 8534, 7394, 11587, 10102, 7946, 13250, 12607, 14965, 13090, 9954, 12718, 8070, 7010, 7431, 8315, 12551, 11270, 9172, 8076, 7944, 7484, 9913, 11039, 9874, 12298, 7978, 7613, 8879, 7856, 7537, 10513, 10308, 10531, 11500, 7610, 7224, 7982, 8224, 10398, 11233, 9496, 7114, 7692, 7779, 8315, 7806, 8773, 8181, 8290, 8993, 7748, 10325, 13709, 12005, 11921, 13125, 13965, 8775, 7451, 8947, 8259, 7609, 10688, 10321, 7602, 8042, 7861, 7660, 10327, 11632, 10249, 13064, 8051, 7742, 9493, 8339, 7815, 12478, 12038, 10550, 12222, 8226, 7384, 9584, 7853, 7489, 10950, 8566, 7678, 10102, 9767, 13310, 13600, 8502, 8151, 7814, 7713, 10345, 9099, 8390, 13178, 10067, 8927, 8409, 7619, 6984, 7711, 8960, 12783, 12431, 7491, 7671, 8411, 7872, 8005, 10221, 8340, 9061, 9260, 8922, 12068, 11992, 11769, 14433, 10149, 7596, 8277, 7927, 7574, 11838, 10929, 7252, 8550, 8161, 8911, 9498, 9354, 11462, 13187, 11008, 8640, 8096, 7813, 8579, 8752, 8538, 8829, 12887, 10956, 7573, 7993, 7763, 7015, 7933, 8610, 11641, 10644, 7478, 8275, 8025, 7658, 11210, 10644, 8816, 11542, 7500, 6723, 8095, 7920, 9638, 11545, 9719, 14244, 8050, 7689, 8613, 8257, 12064, 11626, 9793, 11934, 7670, 7745, 9006, 8067, 7825, 12938, 11411, 9710, 11047, 7974, 7750, 10109, 9715, 8748, 12792, 11256, 8151, 8187, 8101, 8186, 13106, 10041, 7440, 11241, 7239, 7482, 7263, 7826, 7188, 6890, 6637, 6974, 7278, 9092, 8549, 7640, 12366, 9871, 8122, 8528, 7630, 7613, 8009, 7580, 9911, 8287, 8048, 12286, 10191, 7991, 13673, 12322, 9389, 8541, 10870, 12850, 8183, 7895, 7610, 7511, 8165, 10380, 11927, 8259, 10144, 8960, 7071, 12845, 13201, 12593, 13714, 12040, 8478, 11533, 7327, 7842, 7522, 7779, 8508, 8430, 7702, 12293, 10716, 7632, 11627, 8856, 9509, 9816, 10237, 11081, 9921, 7452, 7089, 7378, 7810, 6806, 9615, 12336, 9509, 10708, 8823, 7581, 7792, 7796, 7496, 9857, 10519, 7182, 11514, 13189, 10102, 13206, 9405, 7105, 9089, 7544, 6894, 11142, 10685, 8832, 8536, 7098, 6579, 9629, 7289, 7193, 11779, 11505, 10575, 9221, 7214, 7217, 7408, 7906, 7084, 12250, 11483, 8425, 9513, 7675, 7460, 7612, 9637, 8178, 7421, 11511, 9313, 7282, 11376, 8813, 7414, 10307, 8971, 8012, 11470, 10643, 7438, 9186, 11949, 10330, 7921, 8091, 7438, 8165, 8129, 10908, 12117, 8165, 9656, 7444, 8084, 10694, 11745, 8700, 11999, 11684, 7968, 10579, 7845, 7816, 8440, 8027, 9398, 7779, 9341, 14145, 8901, 13427, 8817, 7622, 7495, 7715, 7677, 10548, 10578, 9809, 8377, 7746, 8083, 9353, 9943, 9938, 9093, 8599, 8420, 8566, 8647, 8274, 8364, 9023, 8617, 8429, 8611, 12827, 12309, 8968, 7170, 7801, 9550, 7727, 11230, 8022, 7535, 8829, 11376, 7793, 12395, 10611, 8244, 10886, 7883, 8035, 10203, 7930, 8652, 7874, 7816, 10817, 8904, 9401, 9353, 7378, 12945, 13328, 11107, 9915, 7786, 7488, 6526, 7268, 9089, 11632, 9165, 9133, 7502, 7834, 8272, 7928, 10289, 11649, 8096, 11774, 10941, 8848, 11621, 11137, 10909, 8635, 7679, 8092, 7905, 8109, 9919, 11385, 9635, 12578, 7634, 7591, 8756, 8188, 10753, 11137, 9387, 11160, 7299, 7417, 8181, 6950, 7719, 8180, 8151, 10033, 11591, 8394, 11511, 12152, 9894, 9397, 7547, 8071, 7250, 7775, 10291, 12200, 8386, 8496, 7780, 8105, 8676, 11681, 8438, 11169, 9361, 8008, 9379, 8053, 9011, 10543, 12424, 8376, 8569, 7922, 7306, 10100, 11085, 8508, 11569, 7987, 7433, 7348, 7505, 7888, 7406, 7782, 9735, 9534, 7886, 8674, 7622, 11105, 9897, 10293, 12875, 10939, 8338, 7887, 7547, 7769, 8104, 6539, 7278, 7375, 9047, 8528, 9760, 13075, 7548, 10161, 9139, 11290, 11005, 8333, 9983, 6821, 9942, 7844, 10502, 12401, 9419, 8304, 7902, 8103, 10649, 9990, 7600, 9010, 8199, 7412, 7806, 7978, 7797, 8996, 10928, 7225, 10792, 11659, 12100, 9126, 8947, 11522, 12469, 9330, 8463, 7625, 8542, 8006, 10136, 12064, 11063, 7736, 7328, 6527, 6521, 7729, 11080, 11714, 7824, 10960, 10884, 11035, 9791, 10933, 9256, 7470, 9321, 7654, 7937, 6687, 7265, 9292, 7156, 7900, 9314, 8645, 11028, 13632, 8757, 11587, 6502, 6955, 7706, 5915, 7372, 8703, 8697, 7265, 9825, 10684, 7303, 9811, 11566, 11872, 10641, 9995, 7364, 7913, 7574, 7292, 6823, 6344, 7105, 9584, 8045, 7089, 11307, 9412, 7880, 11408, 10003, 7393, 11723, 9465, 10186, 12643, 13353, 11224, 11501, 8359, 7420, 7141, 6811, 7343, 7800, 7971, 8242, 8913, 10681, 12897, 10469, 8565, 11934, 12663, 11550, 7950, 7897, 6631, 7209, 8210, 9853, 8808, 10674, 7618, 9732, 6946, 6821, 9027, 7066, 9147, 12309, 7809, 10203, 7035, 7113, 7169, 6753, 7368, 7719, 9498, 7788, 9926, 8861, 9555, 9707, 10269, 8415, 11669, 12742, 10167, 10053, 7577, 7825, 6827, 7745, 9956, 10558, 11268, 9373, 7186, 7324, 9412, 10290, 10071, 13593, 10966, 12941, 8320, 6344, 7524, 6839, 10003, 13410, 8724, 11759, 6625, 7046, 6681, 6469, 8158, 9798, 7633, 7194, 7500, 6904, 7567, 7887, 8809, 8839, 9107, 9793, 9489, 11295, 9938, 7387, 13616, 10208, 6955, 7911, 7374, 7483, 7291, 9794, 10788, 10410, 6893, 10919, 8818, 6989, 9674, 7550, 8350, 10618, 8281, 10851, 7091, 6944, 7547, 7879, 6508, 10302, 7367, 6557, 11124, 12607, 10730, 8895, 6876, 7631, 6203, 7073, 8989, 11987, 8890, 8448, 6325, 6947, 7612, 6427, 7388, 11648, 10985, 11335, 11108, 10786, 8245, 7202, 7843, 6814, 6327, 9411, 11636, 11079, 11284, 6872, 6769, 8027, 6318, 6546, 10355, 13405, 10150, 11141, 6862, 6478, 6767, 8564, 10355, 10710, 10235, 6959, 8734, 9239, 8258, 8201, 8420, 8033, 7858, 8256, 7368, 7953, 7812, 8977, 11027, 8813, 7807, 11569, 9700, 7576, 7130, 7600, 7301, 7286, 9251, 7653, 11591, 13443, 13869, 7685, 7030, 8119, 7092, 6581, 6940, 6976, 6802, 8930, 7378, 9012, 10519, 9651, 10832, 8387, 11734, 9590, 11788, 12796, 10047, 8317, 13809, 11904, 8864, 11024, 12821, 10771, 6980, 6872, 6466, 9810, 9434, 10459, 9525, 7184, 7716, 6996, 7794, 11940, 8182, 12919, 8138, 7149, 6443, 7028, 9258, 8765, 7212, 10211, 6729, 10105, 8314, 6785, 11878, 11474, 8476, 7625, 7024, 6552, 6973, 6476, 8532, 8250, 6552, 10220, 12531, 9161, 10870, 6875, 6904, 8022, 10421, 8964, 11752, 8198, 7116, 8297, 7196, 6949, 10058, 11597, 9618, 9153, 6374, 8179, 8567, 6669, 10719, 8966, 9236, 6541, 6333, 9246, 8210, 6995, 11417, 7915, 6726, 7003, 6780, 7398, 10176, 12026, 9279, 9992, 7003, 7157, 6587, 6846, 8567, 10937, 9236, 12157, 6685, 6854, 6974, 8520, 9996, 10967, 10378, 6681, 7129, 6737, 7585, 10186, 8783, 6719, 11925, 10053, 6612, 11701, 14114, 10832, 12275, 9769, 7627, 7703, 7327, 7683, 9482, 9190, 7627, 12100, 13271, 11627, 10938, 7987, 7536, 7890, 7149, 8882, 10229, 7112, 11637, 9941, 7358, 12555, 9988, 7459, 6592, 6940, 8631, 8251, 7205, 10765, 9687, 9757, 7424, 7390, 7414, 7931, 10619, 10154, 10037, 7193, 7839, 8471, 9212, 11121, 12670, 9631, 8712, 7912, 7134, 6497, 10966, 9784, 10411, 9811, 7583, 7772, 7553, 7337, 8715, 11333, 8790, 10531, 7397, 7654, 9162, 8734, 9448, 10639, 12037, 10583, 9349, 8108, 8581, 7779, 7305, 11244, 11786, 7511, 9228, 7540, 7877, 7812, 7405, 8251, 10534, 9760, 10527, 7193, 7985, 7596, 7464, 9674, 9964, 8678, 8032, 7794, 7482, 8478, 10299, 12058, 9776, 8343, 7989, 7875, 7014, 8737, 9741, 8680, 7896, 7726, 7967, 8609, 8039, 10791, 9768, 8922, 7634, 8510, 9604, 10528, 9225, 11458, 10729, 8150, 6899, 8304, 8228, 8581, 10380, 9626, 9724, 8273, 7945, 8489, 8348, 8975, 9474, 8257, 8009, 9254, 7939, 7563, 8315, 10105, 9676, 6840, 11756, 11973, 11449, 7823, 10761, 7146, 7374, 7766, 7519, 7181, 9871, 8556, 7297, 10616, 9694, 7600, 11867, 10453, 7238, 6990, 7766, 8194, 7204, 10529, 11097, 9410, 8621, 9419, 8343, 10210, 8703, 8440, 10874, 12687, 8880, 11289, 7612, 8182, 10733, 8251, 11215, 7968, 10298, 6995, 7723, 7212, 7990, 8647, 11874, 9427, 8290, 8947, 10172, 8767, 10231, 11937, 10377, 10830, 8155, 8687, 7381, 8348, 8008, 10922, 12577, 9862, 9865, 8036, 7723, 7729, 9838, 9510, 11920, 7816, 8682, 7822, 7741, 8911, 7686, 7754, 10233, 8912, 8019, 12556, 12139, 10133, 12141, 9547, 8667, 13231, 11193, 7956, 7904, 7779, 7997, 8465, 11077, 8146], 'WindowCenter': [3981.0, 3936.0, 3924.0, 3942.0, 3941.0, 3951.0, 3961.0, 3972.0, 3910.0, 3918.0, 3926.0, 3915.0, 3904.0, 3958.0, 3895.0, 3894.0, 3893.0, 3892.0, 3922.0, 3912.0, 3902.0, 3934.0, 3894.0, 3896.0, 3917.0, 3896.0, 3907.0, 3959.0, 3960.0, 3929.0, 3961.0, 3940.0, 3919.0, 3927.0, 3905.0, 3882.0, 3945.0, 3935.0, 3907.0, 3906.0, 3895.0, 3894.0, 3913.0, 3924.0, 3945.0, 3947.0, 3894.0, 3892.0, 3892.0, 3871.0, 3933.0, 3913.0, 3882.0, 3892.0, 3893.0, 3882.0, 3932.0, 3913.0, 3945.0, 3914.0, 3883.0, 3922.0, 3912.0, 3913.0, 3923.0, 3925.0, 3915.0, 3946.0, 3907.0, 3895.0, 3935.0, 3928.0, 3936.0, 3949.0, 3907.0, 3895.0, 3914.0, 3915.0, 3945.0, 3946.0, 3917.0, 3895.0, 3893.0, 3894.0, 3913.0, 3936.0, 3926.0, 3937.0, 3917.0, 3906.0, 3893.0, 3913.0, 3923.0, 3933.0, 3935.0, 3904.0, 3894.0, 3891.0, 3893.0, 3931.0, 3921.0, 3921.0, 3943.0, 3870.0, 3868.0, 3888.0, 3868.0, 3909.0, 3910.0, 3923.0, 3955.0, 3927.0, 3906.0, 3935.0, 3927.0, 3935.0, 3946.0, 3927.0, 3917.0, 3916.0, 3898.0, 3894.0, 3935.0, 3937.0, 3937.0, 3914.0, 3905.0, 3913.0, 3934.0, 3924.0, 3955.0, 3902.0, 3882.0, 3931.0, 3922.0, 3914.0, 3955.0, 3882.0, 3893.0, 3911.0, 3891.0, 3911.0, 3934.0, 3913.0, 3870.0, 3879.0, 3893.0, 3932.0, 3902.0, 3920.0, 3932.0, 3891.0, 3911.0, 3891.0, 3903.0, 3935.0, 3935.0, 3934.0, 3957.0, 3939.0, 3909.0, 3948.0, 3938.0, 3948.0, 3937.0, 3939.0, 3929.0, 3927.0, 3904.0, 3892.0, 3932.0, 3933.0, 3933.0, 3932.0, 3891.0, 3879.0, 3869.0, 3891.0, 3919.0, 3921.0, 3910.0, 3920.0, 3878.0, 3877.0, 3899.0, 3911.0, 3932.0, 3943.0, 3892.0, 3893.0, 3903.0, 3893.0, 3892.0, 3933.0, 3924.0, 3905.0, 3902.0, 3892.0, 3891.0, 3924.0, 3890.0, 3929.0, 3933.0, 3870.0, 3901.0, 3857.0, 3908.0, 3910.0, 3869.0, 3912.0, 3861.0, 3872.0, 3913.0, 3906.0, 3955.0, 3946.0, 3904.0, 3944.0, 3916.0, 3907.0, 3937.0, 3929.0, 3928.0, 3959.0, 3963.0, 3921.0, 3974.0, 3944.0, 3932.0, 3949.0, 3951.0, 3939.0, 3958.0, 3938.0, 3907.0, 3907.0, 3917.0, 3925.0, 3922.0, 3912.0, 3914.0, 3944.0, 3957.0, 3945.0, 3923.0, 3931.0, 3878.0, 3889.0, 3875.0, 3909.0, 3921.0, 3929.0, 3898.0, 3877.0, 3867.0, 3877.0, 3888.0, 3920.0, 3923.0, 3917.0, 3918.0, 3937.0, 3947.0, 3950.0, 3970.0, 3948.0, 3906.0, 3904.0, 3935.0, 3913.0, 3893.0, 3934.0, 3946.0, 3921.0, 3919.0, 3865.0, 3864.0, 3863.0, 3875.0, 3867.0, 3900.0, 3911.0, 3933.0, 3924.0, 3903.0, 3904.0, 3926.0, 3905.0, 3893.0, 3911.0, 3891.0, 3881.0, 3934.0, 3906.0, 3946.0, 3937.0, 3907.0, 3955.0, 3946.0, 3922.0, 3930.0, 3877.0, 3866.0, 3887.0, 3878.0, 3919.0, 3900.0, 3891.0, 3954.0, 3943.0, 3922.0, 3942.0, 3891.0, 3880.0, 3899.0, 3891.0, 3881.0, 3945.0, 3957.0, 3947.0, 3958.0, 3917.0, 3905.0, 3914.0, 3892.0, 3911.0, 3912.0, 3924.0, 3955.0, 3957.0, 3918.0, 3926.0, 3905.0, 3904.0, 3922.0, 3902.0, 3900.0, 3943.0, 3959.0, 3927.0, 3916.0, 3915.0, 3904.0, 3883.0, 3944.0, 3957.0, 3935.0, 3970.0, 3918.0, 3908.0, 3916.0, 3904.0, 3881.0, 3923.0, 3901.0, 3878.0, 3909.0, 3878.0, 3897.0, 3897.0, 3879.0, 3931.0, 3921.0, 3867.0, 3875.0, 3927.0, 3889.0, 3860.0, 3903.0, 3884.0, 3896.0, 3915.0, 3944.0, 3945.0, 3935.0, 3958.0, 3907.0, 3909.0, 3937.0, 3928.0, 3885.0, 3934.0, 3915.0, 3924.0, 3923.0, 3892.0, 3932.0, 3945.0, 3933.0, 3943.0, 3932.0, 3902.0, 3868.0, 3856.0, 3858.0, 3870.0, 3935.0, 3904.0, 3892.0, 3935.0, 3936.0, 3939.0, 3918.0, 3893.0, 3934.0, 3915.0, 3924.0, 3907.0, 3911.0, 3922.0, 3972.0, 3973.0, 3965.0, 3984.0, 3943.0, 3910.0, 3971.0, 3952.0, 3919.0, 3960.0, 3958.0, 3968.0, 3958.0, 3927.0, 3945.0, 3892.0, 3869.0, 3870.0, 3889.0, 3932.0, 3922.0, 3911.0, 3891.0, 3891.0, 3881.0, 3921.0, 3921.0, 3922.0, 3944.0, 3892.0, 3893.0, 3913.0, 3891.0, 3891.0, 3933.0, 3925.0, 3936.0, 3946.0, 3907.0, 3883.0, 3891.0, 3904.0, 3933.0, 3944.0, 3925.0, 3894.0, 3906.0, 3905.0, 3917.0, 3893.0, 3913.0, 3905.0, 3905.0, 3927.0, 3895.0, 3938.0, 3957.0, 3943.0, 3944.0, 3944.0, 3954.0, 3902.0, 3894.0, 3914.0, 3914.0, 3894.0, 3934.0, 3937.0, 3905.0, 3906.0, 3906.0, 3894.0, 3933.0, 3945.0, 3934.0, 3958.0, 3905.0, 3894.0, 3923.0, 3902.0, 3894.0, 3942.0, 3945.0, 3934.0, 3945.0, 3904.0, 3894.0, 3923.0, 3892.0, 3881.0, 3931.0, 3902.0, 3892.0, 3933.0, 3934.0, 3955.0, 3956.0, 3914.0, 3902.0, 3891.0, 3880.0, 3919.0, 3913.0, 3902.0, 3956.0, 3936.0, 3925.0, 3915.0, 3906.0, 3883.0, 3892.0, 3912.0, 3956.0, 3957.0, 3897.0, 3906.0, 3916.0, 3907.0, 3905.0, 3925.0, 3893.0, 3901.0, 3901.0, 3890.0, 3933.0, 3933.0, 3933.0, 3955.0, 3922.0, 3891.0, 3889.0, 3878.0, 3879.0, 3943.0, 3935.0, 3894.0, 3915.0, 3914.0, 3942.0, 3927.0, 3913.0, 3934.0, 3955.0, 3934.0, 3915.0, 3904.0, 3893.0, 3914.0, 3903.0, 3903.0, 3904.0, 3944.0, 3936.0, 3893.0, 3891.0, 3892.0, 3871.0, 3891.0, 3901.0, 3933.0, 3934.0, 3895.0, 3916.0, 3905.0, 3895.0, 3933.0, 3935.0, 3913.0, 3945.0, 3896.0, 3885.0, 3905.0, 3906.0, 3924.0, 3934.0, 3913.0, 3955.0, 3892.0, 3881.0, 3901.0, 3902.0, 3930.0, 3920.0, 3911.0, 3931.0, 3891.0, 3892.0, 3911.0, 3891.0, 3894.0, 3953.0, 3947.0, 3925.0, 3946.0, 3906.0, 3895.0, 3923.0, 3913.0, 3900.0, 3943.0, 3933.0, 3892.0, 3891.0, 3892.0, 3890.0, 3942.0, 3921.0, 3880.0, 3931.0, 3879.0, 3881.0, 3892.0, 3879.0, 3857.0, 3856.0, 3845.0, 3859.0, 3870.0, 3889.0, 3877.0, 3856.0, 3903.0, 3871.0, 3837.0, 3835.0, 3825.0, 3824.0, 3835.0, 3838.0, 3868.0, 3848.0, 3851.0, 3901.0, 3882.0, 3864.0, 3939.0, 3942.0, 3924.0, 3913.0, 3931.0, 3955.0, 3915.0, 3918.0, 3905.0, 3898.0, 3917.0, 3950.0, 3949.0, 3894.0, 3923.0, 3914.0, 3886.0, 3957.0, 3958.0, 3946.0, 3968.0, 3946.0, 3903.0, 3933.0, 3880.0, 3890.0, 3879.0, 3880.0, 3901.0, 3891.0, 3892.0, 3942.0, 3922.0, 3880.0, 3931.0, 3899.0, 3896.0, 3907.0, 3907.0, 3918.0, 3908.0, 3879.0, 3869.0, 3880.0, 3891.0, 3871.0, 3921.0, 3954.0, 3934.0, 3946.0, 3926.0, 3918.0, 3917.0, 3905.0, 3894.0, 3922.0, 3933.0, 3871.0, 3931.0, 3945.0, 3924.0, 3954.0, 3914.0, 3870.0, 3898.0, 3877.0, 3858.0, 3918.0, 3920.0, 3901.0, 3901.0, 3882.0, 3870.0, 3920.0, 3879.0, 3870.0, 3944.0, 3932.0, 3922.0, 3911.0, 3883.0, 3882.0, 3880.0, 3903.0, 3882.0, 3942.0, 3944.0, 3915.0, 3937.0, 3903.0, 3895.0, 3894.0, 3922.0, 3891.0, 3882.0, 3945.0, 3913.0, 3883.0, 3934.0, 3901.0, 3872.0, 3922.0, 3890.0, 3891.0, 3943.0, 3936.0, 3881.0, 3911.0, 3930.0, 3922.0, 3904.0, 3918.0, 3906.0, 3917.0, 3903.0, 3946.0, 3970.0, 3927.0, 3949.0, 3910.0, 3931.0, 3959.0, 3959.0, 3915.0, 3957.0, 3947.0, 3904.0, 3933.0, 3893.0, 3880.0, 3888.0, 3878.0, 3886.0, 3868.0, 3897.0, 3939.0, 3888.0, 3941.0, 3900.0, 3878.0, 3867.0, 3879.0, 3877.0, 3920.0, 3922.0, 3923.0, 3903.0, 3907.0, 3916.0, 3912.0, 3921.0, 3922.0, 3913.0, 3944.0, 3945.0, 3916.0, 3889.0, 3876.0, 3876.0, 3874.0, 3873.0, 3850.0, 3861.0, 3929.0, 3921.0, 3900.0, 3856.0, 3875.0, 3896.0, 3877.0, 3930.0, 3890.0, 3892.0, 3915.0, 3932.0, 3877.0, 3916.0, 3908.0, 3876.0, 3918.0, 3889.0, 3888.0, 3907.0, 3878.0, 3885.0, 3865.0, 3865.0, 3905.0, 3886.0, 3896.0, 3886.0, 3866.0, 3927.0, 3927.0, 3904.0, 3894.0, 3878.0, 3865.0, 3847.0, 3877.0, 3897.0, 3931.0, 3912.0, 3939.0, 3910.0, 3919.0, 3919.0, 3932.0, 3934.0, 3902.0, 3835.0, 3901.0, 3906.0, 3897.0, 3930.0, 3933.0, 3933.0, 3926.0, 3905.0, 3916.0, 3903.0, 3903.0, 3922.0, 3943.0, 3922.0, 3954.0, 3907.0, 3905.0, 3912.0, 3902.0, 3919.0, 3931.0, 3899.0, 3930.0, 3868.0, 3868.0, 3889.0, 3870.0, 3877.0, 3889.0, 3891.0, 3921.0, 3944.0, 3901.0, 3930.0, 3930.0, 3910.0, 3910.0, 3890.0, 3890.0, 3879.0, 3889.0, 3920.0, 3943.0, 3903.0, 3913.0, 3904.0, 3917.0, 3914.0, 3943.0, 3902.0, 3945.0, 3926.0, 3916.0, 3924.0, 3904.0, 3913.0, 3933.0, 3946.0, 3902.0, 3913.0, 3905.0, 3892.0, 3920.0, 3932.0, 3899.0, 3931.0, 3889.0, 3867.0, 3866.0, 3866.0, 3864.0, 3855.0, 3854.0, 3885.0, 3885.0, 3862.0, 3873.0, 3854.0, 3893.0, 3897.0, 3906.0, 3929.0, 3894.0, 3875.0, 3876.0, 3867.0, 3878.0, 3876.0, 3845.0, 3870.0, 3868.0, 3889.0, 3890.0, 3910.0, 3931.0, 3868.0, 3897.0, 3886.0, 3893.0, 3893.0, 3849.0, 3869.0, 3819.0, 3873.0, 3866.0, 3896.0, 3942.0, 3912.0, 3887.0, 3892.0, 3890.0, 3933.0, 3934.0, 3906.0, 3928.0, 3918.0, 3909.0, 3909.0, 3906.0, 3894.0, 3902.0, 3934.0, 3882.0, 3935.0, 3947.0, 3972.0, 3942.0, 3930.0, 3960.0, 3974.0, 3956.0, 3944.0, 3905.0, 3911.0, 3889.0, 3918.0, 3916.0, 3921.0, 3880.0, 3880.0, 3873.0, 3872.0, 3894.0, 3946.0, 3958.0, 3906.0, 3945.0, 3946.0, 3948.0, 3936.0, 3947.0, 3927.0, 3883.0, 3912.0, 3881.0, 3877.0, 3856.0, 3867.0, 3898.0, 3868.0, 3877.0, 3898.0, 3900.0, 3918.0, 3926.0, 3887.0, 3917.0, 3844.0, 3855.0, 3878.0, 3825.0, 3868.0, 3889.0, 3889.0, 3869.0, 3911.0, 3924.0, 3868.0, 3907.0, 3931.0, 3930.0, 3907.0, 3897.0, 3853.0, 3888.0, 3892.0, 3893.0, 3883.0, 3871.0, 3883.0, 3934.0, 3919.0, 3910.0, 3971.0, 3942.0, 3920.0, 3948.0, 3926.0, 3869.0, 3919.0, 3898.0, 3909.0, 3929.0, 3941.0, 3920.0, 3930.0, 3902.0, 3880.0, 3869.0, 3858.0, 3866.0, 3877.0, 3889.0, 3902.0, 3902.0, 3935.0, 3970.0, 3947.0, 3914.0, 3943.0, 3943.0, 3933.0, 3903.0, 3903.0, 3871.0, 3892.0, 3900.0, 3923.0, 3900.0, 3933.0, 3894.0, 3924.0, 3884.0, 3871.0, 3899.0, 3868.0, 3897.0, 3929.0, 3878.0, 3922.0, 3868.0, 3871.0, 3867.0, 3858.0, 3868.0, 3877.0, 3898.0, 3866.0, 3909.0, 3900.0, 3897.0, 3896.0, 3906.0, 3860.0, 3903.0, 3927.0, 3920.0, 3922.0, 3902.0, 3916.0, 3896.0, 3905.0, 3935.0, 3949.0, 3960.0, 3940.0, 3910.0, 3909.0, 3938.0, 3948.0, 3924.0, 3956.0, 3934.0, 3944.0, 3904.0, 3859.0, 3879.0, 3861.0, 3907.0, 3940.0, 3886.0, 3917.0, 3856.0, 3866.0, 3868.0, 3858.0, 3876.0, 3907.0, 3878.0, 3867.0, 3866.0, 3868.0, 3865.0, 3876.0, 3901.0, 3888.0, 3887.0, 3898.0, 3909.0, 3932.0, 3923.0, 3868.0, 3941.0, 3921.0, 3883.0, 3904.0, 3893.0, 3881.0, 3880.0, 3910.0, 3933.0, 3936.0, 3884.0, 3946.0, 3914.0, 3883.0, 3912.0, 3892.0, 3889.0, 3922.0, 3903.0, 3922.0, 3869.0, 3869.0, 3878.0, 3876.0, 3833.0, 3895.0, 3854.0, 3845.0, 3918.0, 3930.0, 3918.0, 3897.0, 3856.0, 3876.0, 3846.0, 3868.0, 3897.0, 3929.0, 3900.0, 3903.0, 3874.0, 3895.0, 3892.0, 3860.0, 3882.0, 3943.0, 3945.0, 3946.0, 3945.0, 3935.0, 3905.0, 3894.0, 3903.0, 3870.0, 3860.0, 3910.0, 3931.0, 3932.0, 3934.0, 3872.0, 3872.0, 3891.0, 3859.0, 3859.0, 3921.0, 3941.0, 3921.0, 3933.0, 3871.0, 3860.0, 3858.0, 3887.0, 3908.0, 3908.0, 3894.0, 3841.0, 3886.0, 3909.0, 3888.0, 3888.0, 3876.0, 3864.0, 3879.0, 3876.0, 3856.0, 3854.0, 3845.0, 3851.0, 3870.0, 3848.0, 3815.0, 3865.0, 3832.0, 3799.0, 3789.0, 3811.0, 3802.0, 3801.0, 3832.0, 3827.0, 3889.0, 3914.0, 3926.0, 3864.0, 3853.0, 3876.0, 3868.0, 3873.0, 3897.0, 3899.0, 3901.0, 3943.0, 3899.0, 3918.0, 3938.0, 3914.0, 3925.0, 3882.0, 3924.0, 3903.0, 3923.0, 3922.0, 3887.0, 3866.0, 3930.0, 3919.0, 3885.0, 3906.0, 3931.0, 3921.0, 3883.0, 3884.0, 3860.0, 3934.0, 3911.0, 3922.0, 3912.0, 3882.0, 3893.0, 3895.0, 3893.0, 3944.0, 3889.0, 3931.0, 3881.0, 3858.0, 3845.0, 3858.0, 3885.0, 3877.0, 3855.0, 3894.0, 3843.0, 3893.0, 3875.0, 3831.0, 3904.0, 3894.0, 3862.0, 3850.0, 3840.0, 3831.0, 3842.0, 3833.0, 3872.0, 3876.0, 3846.0, 3908.0, 3932.0, 3897.0, 3918.0, 3857.0, 3854.0, 3875.0, 3906.0, 3886.0, 3929.0, 3891.0, 3871.0, 3890.0, 3870.0, 3868.0, 3908.0, 3931.0, 3911.0, 3910.0, 3861.0, 3888.0, 3891.0, 3856.0, 3908.0, 3889.0, 3896.0, 3844.0, 3845.0, 3884.0, 3886.0, 3854.0, 3917.0, 3890.0, 3857.0, 3867.0, 3859.0, 3867.0, 3919.0, 3930.0, 3899.0, 3910.0, 3871.0, 3881.0, 3872.0, 3871.0, 3890.0, 3920.0, 3900.0, 3942.0, 3873.0, 3872.0, 3880.0, 3898.0, 3910.0, 3921.0, 3921.0, 3872.0, 3868.0, 3858.0, 3880.0, 3908.0, 3887.0, 3846.0, 3915.0, 3897.0, 3856.0, 3929.0, 3938.0, 3904.0, 3917.0, 3894.0, 3867.0, 3876.0, 3877.0, 3879.0, 3907.0, 3911.0, 3878.0, 3942.0, 3954.0, 3944.0, 3934.0, 3905.0, 3889.0, 3875.0, 3856.0, 3873.0, 3895.0, 3856.0, 3905.0, 3897.0, 3866.0, 3919.0, 3899.0, 3853.0, 3842.0, 3840.0, 3870.0, 3863.0, 3851.0, 3906.0, 3896.0, 3898.0, 3877.0, 3879.0, 3879.0, 3889.0, 3930.0, 3921.0, 3922.0, 3886.0, 3894.0, 3903.0, 3925.0, 3932.0, 3944.0, 3901.0, 3887.0, 3879.0, 3856.0, 3833.0, 3893.0, 3884.0, 3881.0, 3883.0, 3864.0, 3863.0, 3865.0, 3864.0, 3884.0, 3918.0, 3887.0, 3920.0, 3881.0, 3880.0, 3910.0, 3901.0, 3897.0, 3909.0, 3919.0, 3907.0, 3897.0, 3877.0, 3874.0, 3866.0, 3851.0, 3904.0, 3907.0, 3854.0, 3883.0, 3865.0, 3863.0, 3861.0, 3852.0, 3861.0, 3905.0, 3897.0, 3907.0, 3856.0, 3876.0, 3863.0, 3852.0, 3895.0, 3895.0, 3875.0, 3878.0, 3875.0, 3855.0, 3873.0, 3895.0, 3917.0, 3885.0, 3863.0, 3864.0, 3861.0, 3853.0, 3873.0, 3894.0, 3885.0, 3887.0, 3890.0, 3900.0, 3913.0, 3888.0, 3920.0, 3924.0, 3911.0, 3889.0, 3904.0, 3908.0, 3920.0, 3897.0, 3905.0, 3907.0, 3865.0, 3852.0, 3875.0, 3875.0, 3884.0, 3906.0, 3894.0, 3896.0, 3877.0, 3875.0, 3887.0, 3885.0, 3883.0, 3892.0, 3889.0, 3834.0, 3883.0, 3893.0, 3879.0, 3876.0, 3908.0, 3912.0, 3855.0, 3917.0, 3930.0, 3933.0, 3880.0, 3919.0, 3867.0, 3868.0, 3865.0, 3855.0, 3854.0, 3895.0, 3885.0, 3867.0, 3905.0, 3899.0, 3865.0, 3915.0, 3906.0, 3865.0, 3866.0, 3888.0, 3889.0, 3865.0, 3907.0, 3920.0, 3899.0, 3901.0, 3923.0, 3902.0, 3932.0, 3902.0, 3902.0, 3930.0, 3943.0, 3901.0, 3931.0, 3882.0, 3888.0, 3919.0, 3873.0, 3902.0, 3862.0, 3893.0, 3842.0, 3866.0, 3863.0, 3887.0, 3885.0, 3927.0, 3912.0, 3902.0, 3911.0, 3924.0, 3888.0, 3908.0, 3929.0, 3906.0, 3918.0, 3890.0, 3913.0, 3879.0, 3900.0, 3887.0, 3907.0, 3930.0, 3907.0, 3909.0, 3892.0, 3888.0, 3889.0, 3919.0, 3907.0, 3927.0, 3876.0, 3885.0, 3863.0, 3863.0, 3881.0, 3851.0, 3854.0, 3894.0, 3885.0, 3865.0, 3914.0, 3928.0, 3907.0, 3913.0, 3881.0, 3871.0, 3912.0, 3916.0, 3875.0, 3889.0, 3888.0, 3889.0, 3900.0, 3928.0, 3890.0], 'WindowWidth': [8884.0, 8814.0, 8791.0, 8810.0, 8806.0, 8818.0, 8830.0, 8849.0, 8764.0, 8771.0, 8777.0, 8761.0, 8743.0, 8821.0, 8733.0, 8728.0, 8725.0, 8722.0, 8761.0, 8748.0, 8735.0, 8783.0, 8734.0, 8741.0, 8768.0, 8738.0, 8755.0, 8824.0, 8828.0, 8788.0, 8830.0, 8803.0, 8774.0, 8780.0, 8746.0, 8710.0, 8798.0, 8785.0, 8752.0, 8749.0, 8732.0, 8729.0, 8752.0, 8768.0, 8797.0, 8803.0, 8730.0, 8725.0, 8725.0, 8694.0, 8778.0, 8751.0, 8710.0, 8724.0, 8726.0, 8710.0, 8775.0, 8752.0, 8799.0, 8756.0, 8713.0, 8761.0, 8748.0, 8752.0, 8766.0, 8771.0, 8758.0, 8802.0, 8753.0, 8733.0, 8787.0, 8782.0, 8789.0, 8811.0, 8754.0, 8734.0, 8756.0, 8760.0, 8799.0, 8803.0, 8766.0, 8735.0, 8726.0, 8730.0, 8751.0, 8787.0, 8775.0, 8790.0, 8766.0, 8748.0, 8728.0, 8752.0, 8766.0, 8777.0, 8784.0, 8742.0, 8729.0, 8720.0, 8725.0, 8772.0, 8760.0, 8758.0, 8791.0, 8691.0, 8683.0, 8708.0, 8684.0, 8738.0, 8744.0, 8767.0, 8813.0, 8779.0, 8751.0, 8787.0, 8780.0, 8787.0, 8803.0, 8778.0, 8765.0, 8763.0, 8742.0, 8731.0, 8787.0, 8792.0, 8790.0, 8757.0, 8746.0, 8755.0, 8784.0, 8770.0, 8812.0, 8737.0, 8712.0, 8773.0, 8764.0, 8756.0, 8813.0, 8710.0, 8726.0, 8747.0, 8721.0, 8746.0, 8781.0, 8752.0, 8691.0, 8701.0, 8726.0, 8774.0, 8735.0, 8756.0, 8774.0, 8718.0, 8747.0, 8720.0, 8743.0, 8785.0, 8786.0, 8786.0, 8819.0, 8800.0, 8761.0, 8811.0, 8795.0, 8809.0, 8794.0, 8799.0, 8786.0, 8778.0, 8744.0, 8723.0, 8775.0, 8779.0, 8776.0, 8776.0, 8720.0, 8701.0, 8685.0, 8721.0, 8752.0, 8758.0, 8743.0, 8754.0, 8698.0, 8693.0, 8726.0, 8746.0, 8775.0, 8794.0, 8726.0, 8727.0, 8741.0, 8729.0, 8726.0, 8779.0, 8770.0, 8744.0, 8736.0, 8721.0, 8719.0, 8766.0, 8715.0, 8765.0, 8776.0, 8690.0, 8731.0, 8668.0, 8736.0, 8741.0, 8687.0, 8750.0, 8680.0, 8697.0, 8752.0, 8750.0, 8813.0, 8802.0, 8746.0, 8799.0, 8763.0, 8756.0, 8796.0, 8789.0, 8787.0, 8830.0, 8838.0, 8782.0, 8855.0, 8815.0, 8798.0, 8813.0, 8819.0, 8801.0, 8823.0, 8795.0, 8752.0, 8754.0, 8765.0, 8772.0, 8761.0, 8746.0, 8752.0, 8795.0, 8821.0, 8798.0, 8764.0, 8772.0, 8698.0, 8713.0, 8688.0, 8739.0, 8759.0, 8764.0, 8721.0, 8692.0, 8682.0, 8694.0, 8712.0, 8757.0, 8765.0, 8772.0, 8772.0, 8795.0, 8808.0, 8817.0, 8842.0, 8813.0, 8751.0, 8743.0, 8784.0, 8753.0, 8727.0, 8783.0, 8804.0, 8759.0, 8752.0, 8675.0, 8671.0, 8668.0, 8685.0, 8683.0, 8732.0, 8748.0, 8779.0, 8769.0, 8741.0, 8744.0, 8779.0, 8751.0, 8728.0, 8746.0, 8720.0, 8707.0, 8780.0, 8749.0, 8802.0, 8790.0, 8755.0, 8814.0, 8802.0, 8762.0, 8768.0, 8695.0, 8678.0, 8706.0, 8698.0, 8752.0, 8729.0, 8721.0, 8808.0, 8795.0, 8764.0, 8791.0, 8723.0, 8707.0, 8730.0, 8720.0, 8710.0, 8799.0, 8820.0, 8808.0, 8823.0, 8768.0, 8750.0, 8758.0, 8725.0, 8747.0, 8749.0, 8769.0, 8815.0, 8820.0, 8769.0, 8777.0, 8747.0, 8745.0, 8766.0, 8738.0, 8731.0, 8796.0, 8831.0, 8785.0, 8766.0, 8762.0, 8747.0, 8720.0, 8800.0, 8822.0, 8791.0, 8843.0, 8771.0, 8757.0, 8764.0, 8741.0, 8707.0, 8763.0, 8729.0, 8695.0, 8735.0, 8695.0, 8717.0, 8716.0, 8701.0, 8774.0, 8762.0, 8683.0, 8690.0, 8761.0, 8717.0, 8684.0, 8745.0, 8723.0, 8743.0, 8762.0, 8799.0, 8803.0, 8791.0, 8824.0, 8758.0, 8763.0, 8796.0, 8785.0, 8723.0, 8782.0, 8757.0, 8768.0, 8763.0, 8721.0, 8774.0, 8798.0, 8782.0, 8793.0, 8778.0, 8736.0, 8686.0, 8666.0, 8670.0, 8690.0, 8781.0, 8737.0, 8721.0, 8786.0, 8790.0, 8800.0, 8772.0, 8731.0, 8786.0, 8759.0, 8774.0, 8759.0, 8770.0, 8790.0, 8853.0, 8855.0, 8848.0, 8873.0, 8815.0, 8768.0, 8848.0, 8826.0, 8776.0, 8828.0, 8825.0, 8839.0, 8822.0, 8780.0, 8799.0, 8725.0, 8689.0, 8692.0, 8715.0, 8778.0, 8764.0, 8749.0, 8723.0, 8722.0, 8709.0, 8761.0, 8762.0, 8763.0, 8794.0, 8725.0, 8731.0, 8756.0, 8723.0, 8724.0, 8782.0, 8773.0, 8788.0, 8806.0, 8755.0, 8717.0, 8725.0, 8747.0, 8783.0, 8799.0, 8775.0, 8736.0, 8753.0, 8749.0, 8766.0, 8731.0, 8756.0, 8747.0, 8747.0, 8780.0, 8733.0, 8796.0, 8818.0, 8795.0, 8799.0, 8797.0, 8813.0, 8740.0, 8733.0, 8759.0, 8761.0, 8733.0, 8786.0, 8793.0, 8749.0, 8753.0, 8752.0, 8735.0, 8785.0, 8800.0, 8785.0, 8824.0, 8751.0, 8734.0, 8769.0, 8739.0, 8733.0, 8793.0, 8799.0, 8784.0, 8800.0, 8746.0, 8735.0, 8770.0, 8725.0, 8710.0, 8775.0, 8738.0, 8726.0, 8783.0, 8788.0, 8815.0, 8817.0, 8760.0, 8740.0, 8722.0, 8706.0, 8757.0, 8754.0, 8741.0, 8816.0, 8792.0, 8775.0, 8763.0, 8755.0, 8719.0, 8727.0, 8755.0, 8816.0, 8822.0, 8743.0, 8753.0, 8765.0, 8753.0, 8744.0, 8770.0, 8724.0, 8732.0, 8730.0, 8713.0, 8777.0, 8781.0, 8780.0, 8813.0, 8765.0, 8723.0, 8716.0, 8699.0, 8706.0, 8794.0, 8787.0, 8732.0, 8764.0, 8761.0, 8810.0, 8780.0, 8755.0, 8782.0, 8810.0, 8785.0, 8760.0, 8746.0, 8730.0, 8758.0, 8740.0, 8742.0, 8742.0, 8799.0, 8788.0, 8729.0, 8724.0, 8724.0, 8696.0, 8722.0, 8736.0, 8779.0, 8783.0, 8736.0, 8766.0, 8748.0, 8735.0, 8782.0, 8788.0, 8756.0, 8802.0, 8739.0, 8724.0, 8750.0, 8751.0, 8772.0, 8784.0, 8755.0, 8813.0, 8725.0, 8708.0, 8733.0, 8737.0, 8770.0, 8758.0, 8747.0, 8774.0, 8723.0, 8726.0, 8748.0, 8722.0, 8734.0, 8810.0, 8807.0, 8774.0, 8803.0, 8751.0, 8734.0, 8766.0, 8753.0, 8734.0, 8793.0, 8780.0, 8725.0, 8723.0, 8724.0, 8719.0, 8792.0, 8763.0, 8705.0, 8773.0, 8705.0, 8710.0, 8728.0, 8701.0, 8671.0, 8665.0, 8648.0, 8673.0, 8689.0, 8709.0, 8687.0, 8659.0, 8715.0, 8667.0, 8616.0, 8611.0, 8597.0, 8596.0, 8611.0, 8620.0, 8660.0, 8635.0, 8643.0, 8711.0, 8688.0, 8670.0, 8775.0, 8793.0, 8771.0, 8758.0, 8777.0, 8815.0, 8765.0, 8771.0, 8752.0, 8745.0, 8768.0, 8814.0, 8811.0, 8728.0, 8764.0, 8755.0, 8726.0, 8822.0, 8825.0, 8805.0, 8839.0, 8803.0, 8740.0, 8781.0, 8707.0, 8720.0, 8703.0, 8706.0, 8735.0, 8721.0, 8726.0, 8790.0, 8763.0, 8705.0, 8771.0, 8726.0, 8718.0, 8736.0, 8737.0, 8751.0, 8740.0, 8705.0, 8692.0, 8709.0, 8726.0, 8699.0, 8764.0, 8813.0, 8788.0, 8805.0, 8781.0, 8775.0, 8772.0, 8752.0, 8735.0, 8765.0, 8781.0, 8698.0, 8776.0, 8801.0, 8770.0, 8811.0, 8758.0, 8695.0, 8727.0, 8696.0, 8674.0, 8754.0, 8760.0, 8735.0, 8738.0, 8713.0, 8696.0, 8761.0, 8706.0, 8693.0, 8794.0, 8777.0, 8764.0, 8749.0, 8717.0, 8713.0, 8709.0, 8745.0, 8715.0, 8794.0, 8799.0, 8765.0, 8794.0, 8745.0, 8735.0, 8731.0, 8763.0, 8722.0, 8712.0, 8797.0, 8752.0, 8712.0, 8779.0, 8732.0, 8694.0, 8762.0, 8714.0, 8723.0, 8799.0, 8790.0, 8711.0, 8750.0, 8775.0, 8766.0, 8745.0, 8776.0, 8756.0, 8771.0, 8746.0, 8807.0, 8844.0, 8785.0, 8815.0, 8767.0, 8796.0, 8830.0, 8825.0, 8762.0, 8821.0, 8806.0, 8746.0, 8780.0, 8725.0, 8704.0, 8711.0, 8696.0, 8702.0, 8683.0, 8722.0, 8779.0, 8710.0, 8785.0, 8732.0, 8701.0, 8685.0, 8703.0, 8700.0, 8759.0, 8765.0, 8768.0, 8743.0, 8756.0, 8767.0, 8752.0, 8763.0, 8764.0, 8756.0, 8819.0, 8822.0, 8765.0, 8712.0, 8691.0, 8689.0, 8682.0, 8678.0, 8642.0, 8660.0, 8766.0, 8758.0, 8728.0, 8667.0, 8692.0, 8721.0, 8698.0, 8773.0, 8722.0, 8727.0, 8761.0, 8777.0, 8698.0, 8745.0, 8736.0, 8694.0, 8752.0, 8715.0, 8712.0, 8734.0, 8698.0, 8701.0, 8674.0, 8675.0, 8727.0, 8704.0, 8717.0, 8702.0, 8679.0, 8760.0, 8761.0, 8726.0, 8714.0, 8697.0, 8681.0, 8657.0, 8699.0, 8726.0, 8775.0, 8753.0, 8802.0, 8769.0, 8778.0, 8773.0, 8797.0, 8785.0, 8714.0, 8613.0, 8713.0, 8731.0, 8722.0, 8772.0, 8783.0, 8785.0, 8780.0, 8751.0, 8770.0, 8746.0, 8745.0, 8768.0, 8794.0, 8767.0, 8812.0, 8758.0, 8752.0, 8755.0, 8740.0, 8756.0, 8774.0, 8729.0, 8773.0, 8687.0, 8688.0, 8717.0, 8690.0, 8697.0, 8714.0, 8722.0, 8764.0, 8800.0, 8738.0, 8772.0, 8774.0, 8746.0, 8746.0, 8721.0, 8723.0, 8704.0, 8720.0, 8760.0, 8795.0, 8743.0, 8758.0, 8750.0, 8772.0, 8761.0, 8795.0, 8742.0, 8800.0, 8779.0, 8768.0, 8776.0, 8749.0, 8757.0, 8783.0, 8802.0, 8741.0, 8757.0, 8749.0, 8730.0, 8760.0, 8777.0, 8730.0, 8774.0, 8715.0, 8684.0, 8681.0, 8678.0, 8673.0, 8661.0, 8658.0, 8699.0, 8700.0, 8666.0, 8680.0, 8656.0, 8705.0, 8720.0, 8732.0, 8770.0, 8710.0, 8692.0, 8693.0, 8682.0, 8697.0, 8692.0, 8650.0, 8689.0, 8683.0, 8711.0, 8714.0, 8741.0, 8770.0, 8682.0, 8717.0, 8699.0, 8702.0, 8701.0, 8638.0, 8664.0, 8597.0, 8672.0, 8674.0, 8715.0, 8792.0, 8753.0, 8714.0, 8725.0, 8721.0, 8780.0, 8785.0, 8753.0, 8784.0, 8772.0, 8763.0, 8763.0, 8750.0, 8732.0, 8736.0, 8779.0, 8710.0, 8786.0, 8808.0, 8850.0, 8814.0, 8792.0, 8833.0, 8861.0, 8842.0, 8819.0, 8754.0, 8750.0, 8719.0, 8753.0, 8746.0, 8757.0, 8704.0, 8706.0, 8704.0, 8701.0, 8732.0, 8806.0, 8823.0, 8754.0, 8803.0, 8805.0, 8812.0, 8791.0, 8808.0, 8781.0, 8716.0, 8752.0, 8708.0, 8697.0, 8666.0, 8683.0, 8724.0, 8685.0, 8697.0, 8723.0, 8732.0, 8751.0, 8759.0, 8706.0, 8749.0, 8649.0, 8665.0, 8697.0, 8624.0, 8686.0, 8712.0, 8713.0, 8689.0, 8745.0, 8764.0, 8686.0, 8735.0, 8774.0, 8772.0, 8734.0, 8722.0, 8655.0, 8714.0, 8727.0, 8732.0, 8719.0, 8702.0, 8720.0, 8790.0, 8776.0, 8769.0, 8850.0, 8811.0, 8778.0, 8811.0, 8775.0, 8690.0, 8753.0, 8723.0, 8743.0, 8769.0, 8788.0, 8757.0, 8771.0, 8738.0, 8709.0, 8690.0, 8674.0, 8678.0, 8696.0, 8715.0, 8736.0, 8736.0, 8786.0, 8844.0, 8806.0, 8760.0, 8795.0, 8795.0, 8781.0, 8745.0, 8744.0, 8700.0, 8728.0, 8735.0, 8769.0, 8733.0, 8782.0, 8730.0, 8771.0, 8718.0, 8697.0, 8730.0, 8691.0, 8723.0, 8768.0, 8703.0, 8764.0, 8688.0, 8696.0, 8685.0, 8674.0, 8686.0, 8696.0, 8724.0, 8679.0, 8741.0, 8730.0, 8720.0, 8718.0, 8730.0, 8662.0, 8722.0, 8764.0, 8756.0, 8767.0, 8744.0, 8768.0, 8743.0, 8753.0, 8791.0, 8815.0, 8830.0, 8807.0, 8768.0, 8766.0, 8798.0, 8812.0, 8773.0, 8818.0, 8785.0, 8797.0, 8744.0, 8678.0, 8704.0, 8682.0, 8736.0, 8782.0, 8707.0, 8749.0, 8667.0, 8683.0, 8688.0, 8679.0, 8695.0, 8738.0, 8702.0, 8684.0, 8681.0, 8686.0, 8677.0, 8690.0, 8732.0, 8710.0, 8707.0, 8720.0, 8740.0, 8779.0, 8767.0, 8687.0, 8788.0, 8761.0, 8717.0, 8748.0, 8730.0, 8710.0, 8708.0, 8745.0, 8782.0, 8789.0, 8721.0, 8805.0, 8759.0, 8717.0, 8750.0, 8726.0, 8713.0, 8764.0, 8741.0, 8766.0, 8690.0, 8691.0, 8699.0, 8692.0, 8631.0, 8713.0, 8659.0, 8652.0, 8750.0, 8769.0, 8752.0, 8724.0, 8670.0, 8695.0, 8655.0, 8690.0, 8724.0, 8769.0, 8734.0, 8746.0, 8711.0, 8739.0, 8730.0, 8683.0, 8712.0, 8794.0, 8801.0, 8805.0, 8801.0, 8789.0, 8748.0, 8733.0, 8741.0, 8694.0, 8681.0, 8746.0, 8775.0, 8779.0, 8784.0, 8702.0, 8700.0, 8722.0, 8677.0, 8679.0, 8760.0, 8787.0, 8759.0, 8783.0, 8696.0, 8679.0, 8673.0, 8710.0, 8738.0, 8739.0, 8711.0, 8637.0, 8705.0, 8744.0, 8714.0, 8709.0, 8689.0, 8671.0, 8696.0, 8687.0, 8660.0, 8652.0, 8636.0, 8637.0, 8662.0, 8630.0, 8580.0, 8646.0, 8595.0, 8548.0, 8536.0, 8568.0, 8558.0, 8555.0, 8598.0, 8599.0, 8689.0, 8736.0, 8755.0, 8672.0, 8658.0, 8694.0, 8688.0, 8705.0, 8743.0, 8750.0, 8756.0, 8808.0, 8745.0, 8764.0, 8789.0, 8752.0, 8766.0, 8704.0, 8762.0, 8732.0, 8761.0, 8755.0, 8701.0, 8674.0, 8766.0, 8750.0, 8702.0, 8732.0, 8775.0, 8761.0, 8715.0, 8720.0, 8682.0, 8785.0, 8748.0, 8765.0, 8750.0, 8714.0, 8730.0, 8736.0, 8731.0, 8795.0, 8715.0, 8771.0, 8704.0, 8671.0, 8652.0, 8670.0, 8702.0, 8692.0, 8659.0, 8710.0, 8643.0, 8706.0, 8688.0, 8624.0, 8723.0, 8708.0, 8661.0, 8643.0, 8633.0, 8624.0, 8639.0, 8630.0, 8680.0, 8689.0, 8653.0, 8739.0, 8775.0, 8723.0, 8751.0, 8670.0, 8661.0, 8692.0, 8733.0, 8705.0, 8769.0, 8720.0, 8696.0, 8719.0, 8693.0, 8688.0, 8738.0, 8774.0, 8750.0, 8746.0, 8681.0, 8712.0, 8718.0, 8669.0, 8737.0, 8713.0, 8719.0, 8647.0, 8650.0, 8699.0, 8708.0, 8662.0, 8750.0, 8716.0, 8673.0, 8686.0, 8678.0, 8683.0, 8754.0, 8771.0, 8729.0, 8745.0, 8697.0, 8709.0, 8698.0, 8700.0, 8718.0, 8756.0, 8730.0, 8793.0, 8703.0, 8700.0, 8710.0, 8729.0, 8745.0, 8762.0, 8761.0, 8700.0, 8690.0, 8674.0, 8707.0, 8737.0, 8708.0, 8653.0, 8742.0, 8720.0, 8667.0, 8767.0, 8777.0, 8725.0, 8745.0, 8712.0, 8681.0, 8697.0, 8699.0, 8703.0, 8736.0, 8746.0, 8702.0, 8792.0, 8812.0, 8798.0, 8784.0, 8746.0, 8718.0, 8691.0, 8663.0, 8681.0, 8712.0, 8663.0, 8726.0, 8719.0, 8680.0, 8752.0, 8725.0, 8657.0, 8639.0, 8635.0, 8674.0, 8667.0, 8651.0, 8728.0, 8717.0, 8725.0, 8699.0, 8704.0, 8706.0, 8720.0, 8774.0, 8762.0, 8766.0, 8724.0, 8733.0, 8742.0, 8773.0, 8778.0, 8794.0, 8732.0, 8710.0, 8698.0, 8665.0, 8630.0, 8706.0, 8695.0, 8688.0, 8692.0, 8670.0, 8671.0, 8676.0, 8674.0, 8702.0, 8754.0, 8710.0, 8756.0, 8708.0, 8707.0, 8746.0, 8733.0, 8721.0, 8738.0, 8752.0, 8733.0, 8720.0, 8694.0, 8686.0, 8678.0, 8652.0, 8725.0, 8730.0, 8658.0, 8697.0, 8673.0, 8670.0, 8665.0, 8656.0, 8664.0, 8727.0, 8718.0, 8732.0, 8667.0, 8692.0, 8671.0, 8654.0, 8714.0, 8714.0, 8688.0, 8698.0, 8691.0, 8662.0, 8682.0, 8711.0, 8744.0, 8699.0, 8667.0, 8670.0, 8664.0, 8656.0, 8684.0, 8712.0, 8705.0, 8712.0, 8720.0, 8735.0, 8756.0, 8715.0, 8758.0, 8768.0, 8749.0, 8717.0, 8743.0, 8738.0, 8756.0, 8719.0, 8729.0, 8731.0, 8674.0, 8654.0, 8688.0, 8688.0, 8701.0, 8729.0, 8710.0, 8717.0, 8693.0, 8691.0, 8708.0, 8703.0, 8698.0, 8708.0, 8717.0, 8608.0, 8695.0, 8727.0, 8699.0, 8691.0, 8737.0, 8748.0, 8666.0, 8749.0, 8771.0, 8778.0, 8704.0, 8758.0, 8684.0, 8686.0, 8678.0, 8662.0, 8661.0, 8717.0, 8702.0, 8680.0, 8728.0, 8726.0, 8677.0, 8741.0, 8732.0, 8680.0, 8685.0, 8715.0, 8717.0, 8678.0, 8734.0, 8755.0, 8730.0, 8737.0, 8770.0, 8742.0, 8781.0, 8739.0, 8738.0, 8772.0, 8791.0, 8734.0, 8774.0, 8710.0, 8713.0, 8750.0, 8683.0, 8717.0, 8664.0, 8705.0, 8639.0, 8678.0, 8674.0, 8711.0, 8704.0, 8763.0, 8750.0, 8737.0, 8751.0, 8768.0, 8713.0, 8737.0, 8768.0, 8733.0, 8752.0, 8719.0, 8755.0, 8707.0, 8733.0, 8711.0, 8733.0, 8767.0, 8736.0, 8742.0, 8725.0, 8720.0, 8719.0, 8758.0, 8742.0, 8766.0, 8696.0, 8704.0, 8671.0, 8669.0, 8691.0, 8648.0, 8655.0, 8711.0, 8699.0, 8672.0, 8737.0, 8763.0, 8733.0, 8736.0, 8690.0, 8676.0, 8734.0, 8745.0, 8694.0, 8719.0, 8716.0, 8719.0, 8733.0, 8767.0, 8719.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.0028633251982916413</td></tr>
<tr><td colspan=3>aqi</td><td>0.089071373947529</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.22190723481073</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0787972919352848</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9672826458852264</td></tr>
<tr><td colspan=3>efc</td><td>0.4745</td></tr>
<tr><td colspan=3>fber</td><td>4589.3745</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2521397042088715</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>819</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>49.96949359365467</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6859535374051102</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4868176679823737</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.909609657902227</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6614332863307304</td></tr>
<tr><td colspan=3>gcor</td><td>0.00966309</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021346991881728172</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02453787438571453</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>4.007211720427741</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.603</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3587</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.4966</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303663.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>738.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.1958</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3077</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.2729</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3128.1247</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3306.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72881.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1115.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4064.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>825.0069</td></tr>
<tr><td colspan=3>tsnr</td><td>21.842177393147722</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>