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

616 lines
No EOL
172 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-0102_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-0102_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-0102_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-0102/figures/sub-0102_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_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-0102/figures/sub-0102_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102/ses-03/func/sub-0102_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>e15f1399c7557fb8d5a3ed23c2e60b91</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:53:52.880000</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.995656, -0.0861636, -0.0352783, 0.0867584, 0.996106, 0.0156907]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103118</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4226, -7815, -7246, 195, -138, -108, -80, 112]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.014</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b20c3510-503b-4500-bd5f-a6c70b7edb07||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.6712727546691895, 0.2327665090560913, -0.09123028814792633, 106.11064147949219], [0.23117053508758545, 2.6724791526794434, 0.05044472590088844, -106.07408905029297], [-0.09464921802282333, -0.04209698736667633, 2.6979868412017822, -52.12714767456055], [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': ['135352.880000', '135353.340000', '135353.800000', '135354.260000', '135354.720000', '135355.180000', '135355.640000', '135356.100000', '135356.560000', '135357.020000', '135357.480000', '135357.940000', '135358.400000', '135358.860000', '135359.320000', '135359.780000', '135400.240000', '135400.700000', '135401.160000', '135401.620000', '135402.080000', '135402.540000', '135403.000000', '135403.460000', '135403.920000', '135404.380000', '135404.840000', '135405.300000', '135405.760000', '135406.220000', '135406.680000', '135407.140000', '135407.600000', '135408.060000', '135408.520000', '135408.980000', '135409.440000', '135409.900000', '135410.360000', '135410.820000', '135411.280000', '135411.740000', '135412.200000', '135412.660000', '135413.120000', '135413.580000', '135414.040000', '135414.500000', '135414.960000', '135415.420000', '135415.880000', '135416.340000', '135416.800000', '135417.260000', '135417.720000', '135418.180000', '135418.640000', '135419.100000', '135419.560000', '135420.020000', '135420.480000', '135420.940000', '135421.400000', '135421.860000', '135422.320000', '135422.780000', '135423.240000', '135423.700000', '135424.160000', '135424.620000', '135425.080000', '135425.540000', '135426.000000', '135426.460000', '135426.920000', '135427.380000', '135427.840000', '135428.300000', '135428.760000', '135429.220000', '135429.680000', '135430.140000', '135430.600000', '135431.060000', '135431.520000', '135431.980000', '135432.440000', '135432.900000', '135433.360000', '135433.820000', '135434.280000', '135434.740000', '135435.200000', '135435.660000', '135436.120000', '135436.580000', '135437.040000', '135437.500000', '135437.960000', '135438.420000', '135438.880000', '135439.340000', '135439.800000', '135440.260000', '135440.720000', '135441.180000', '135441.640000', '135442.100000', '135442.560000', '135443.020000', '135443.480000', '135443.940000', '135444.400000', '135444.860000', '135445.320000', '135445.780000', '135446.240000', '135446.700000', '135447.160000', '135447.620000', '135448.080000', '135448.540000', '135449.000000', '135449.460000', '135449.920000', '135450.380000', '135450.840000', '135451.300000', '135451.760000', '135452.220000', '135452.680000', '135453.140000', '135453.600000', '135454.060000', '135454.520000', '135454.980000', '135455.440000', '135455.900000', '135456.360000', '135456.820000', '135457.280000', '135457.740000', '135458.200000', '135458.660000', '135459.120000', '135459.580000', '135500.040000', '135500.500000', '135500.960000', '135501.420000', '135501.880000', '135502.340000', '135502.800000', '135503.260000', '135503.720000', '135504.180000', '135504.640000', '135505.100000', '135505.560000', '135506.020000', '135506.480000', '135506.940000', '135507.400000', '135507.860000', '135508.320000', '135508.780000', '135509.240000', '135509.700000', '135510.160000', '135510.620000', '135511.080000', '135511.540000', '135512.000000', '135512.460000', '135512.920000', '135513.380000', '135513.840000', '135514.300000', '135514.760000', '135515.220000', '135515.680000', '135516.140000', '135516.600000', '135517.060000', '135517.520000', '135517.980000', '135518.440000', '135518.900000', '135519.360000', '135519.820000', '135520.280000', '135520.740000', '135521.200000', '135521.660000', '135522.120000', '135522.580000', '135523.040000', '135523.500000', '135523.960000', '135524.420000', '135524.880000', '135525.340000', '135525.800000', '135526.260000', '135526.720000', '135527.180000', '135527.640000', '135528.100000', '135528.560000', '135529.020000', '135529.480000', '135529.940000', '135530.400000', '135530.860000', '135531.320000', '135531.780000', '135532.240000', '135532.700000', '135533.160000', '135533.620000', '135534.080000', '135534.540000', '135535.000000', '135535.460000', '135535.920000', '135536.380000', '135536.840000', '135537.300000', '135537.760000', '135538.220000', '135538.680000', '135539.140000', '135539.600000', '135540.060000', '135540.520000', '135540.980000', '135541.440000', '135541.900000', '135542.360000', '135542.820000', '135543.280000', '135543.740000', '135544.200000', '135544.660000', '135545.120000', '135545.580000', '135546.040000', '135546.500000', '135546.960000', '135547.420000', '135547.880000', '135548.340000', '135548.800000', '135549.260000', '135549.720000', '135550.180000', '135550.640000', '135551.100000', '135551.560000', '135552.020000', '135552.480000', '135552.940000', '135553.400000', '135553.860000', '135554.320000', '135554.780000', '135555.240000', '135555.700000', '135556.160000', '135556.620000', '135557.080000', '135557.540000', '135558.000000', '135558.460000', '135558.920000', '135559.380000', '135559.840000', '135600.300000', '135600.760000', '135601.220000', '135601.680000', '135602.140000', '135602.600000', '135603.060000', '135603.520000', '135603.980000', '135604.440000', '135604.900000', '135605.360000', '135605.820000', '135606.280000', '135606.740000', '135607.200000', '135607.660000', '135608.120000', '135608.580000', '135609.040000', '135609.500000', '135609.960000', '135610.420000', '135610.880000', '135611.340000', '135611.800000', '135612.260000', '135612.720000', '135613.180000', '135613.640000', '135614.100000', '135614.560000', '135615.020000', '135615.480000', '135615.940000', '135616.400000', '135616.860000', '135617.320000', '135617.780000', '135618.240000', '135618.700000', '135619.160000', '135619.620000', '135620.080000', '135620.540000', '135621.000000', '135621.460000', '135621.920000', '135622.380000', '135622.840000', '135623.300000', '135623.760000', '135624.220000', '135624.680000', '135625.140000', '135625.600000', '135626.060000', '135626.520000', '135626.980000', '135627.440000', '135627.900000', '135628.360000', '135628.820000', '135629.280000', '135629.740000', '135630.200000', '135630.660000', '135631.120000', '135631.580000', '135632.040000', '135632.500000', '135632.960000', '135633.420000', '135633.880000', '135634.340000', '135634.800000', '135635.260000', '135635.720000', '135636.180000', '135636.640000', '135637.100000', '135637.560000', '135638.020000', '135638.480000', '135638.940000', '135639.400000', '135639.860000', '135640.320000', '135640.780000', '135641.240000', '135641.700000', '135642.160000', '135642.620000', '135643.080000', '135643.540000', '135644.000000', '135644.460000', '135644.920000', '135645.380000', '135645.840000', '135646.300000', '135646.760000', '135647.220000', '135647.680000', '135648.140000', '135648.600000', '135649.060000', '135649.520000', '135649.980000', '135650.440000', '135650.900000', '135651.360000', '135651.820000', '135652.280000', '135652.740000', '135653.200000', '135653.660000', '135654.120000', '135654.580000', '135655.040000', '135655.500000', '135655.960000', '135656.420000', '135656.880000', '135657.340000', '135657.800000', '135658.260000', '135658.720000', '135659.180000', '135659.640000', '135700.100000', '135700.560000', '135701.020000', '135701.480000', '135701.940000', '135702.400000', '135702.860000', '135703.320000', '135703.780000', '135704.240000', '135704.700000', '135705.160000', '135705.620000', '135706.080000', '135706.540000', '135707.000000', '135707.460000', '135707.920000', '135708.380000', '135708.840000', '135709.300000', '135709.760000', '135710.220000', '135710.680000', '135711.140000', '135711.600000', '135712.060000', '135712.520000', '135712.980000', '135713.440000', '135713.900000', '135714.360000', '135714.820000', '135715.280000', '135715.740000', '135716.200000', '135716.660000', '135717.120000', '135717.580000', '135718.040000', '135718.500000', '135718.960000', '135719.420000', '135719.880000', '135720.340000', '135720.800000', '135721.260000', '135721.720000', '135722.180000', '135722.640000', '135723.100000', '135723.560000', '135724.020000', '135724.480000', '135724.940000', '135725.400000', '135725.860000', '135726.320000', '135726.780000', '135727.240000', '135727.700000', '135728.160000', '135728.620000', '135729.080000', '135729.540000', '135730.000000', '135730.460000', '135730.920000', '135731.380000', '135731.840000', '135732.300000', '135732.760000', '135733.220000', '135733.680000', '135734.140000', '135734.600000', '135735.060000', '135735.520000', '135735.980000', '135736.440000', '135736.900000', '135737.360000', '135737.820000', '135738.280000', '135738.740000', '135739.200000', '135739.660000', '135740.120000', '135740.580000', '135741.040000', '135741.500000', '135741.960000', '135742.420000', '135742.880000', '135743.340000', '135743.800000', '135744.260000', '135744.720000', '135745.180000', '135745.640000', '135746.100000', '135746.560000', '135747.020000', '135747.480000', '135747.940000', '135748.400000', '135748.860000', '135749.320000', '135749.780000', '135750.240000', '135750.700000', '135751.160000', '135751.620000', '135752.080000', '135752.540000', '135753.000000', '135753.460000', '135753.920000', '135754.380000', '135754.840000', '135755.300000', '135755.760000', '135756.220000', '135756.680000', '135757.140000', '135757.600000', '135758.060000', '135758.520000', '135758.980000', '135759.440000', '135759.900000', '135800.360000', '135800.820000', '135801.280000', '135801.740000', '135802.200000', '135802.660000', '135803.120000', '135803.580000', '135804.040000', '135804.500000', '135804.960000', '135805.420000', '135805.880000', '135806.340000', '135806.800000', '135807.260000', '135807.720000', '135808.180000', '135808.640000', '135809.100000', '135809.560000', '135810.020000', '135810.480000', '135810.940000', '135811.400000', '135811.860000', '135812.320000', '135812.780000', '135813.240000', '135813.700000', '135814.160000', '135814.620000', '135815.080000', '135815.540000', '135816.000000', '135816.460000', '135816.920000', '135817.380000', '135817.840000', '135818.300000', '135818.760000', '135819.220000', '135819.680000', '135820.140000', '135820.600000', '135821.060000', '135821.520000', '135821.980000', '135822.440000', '135822.900000', '135823.360000', '135823.820000', '135824.280000', '135824.740000', '135825.200000', '135825.660000', '135826.120000', '135826.580000', '135827.040000', '135827.500000', '135827.960000', '135828.420000', '135828.880000', '135829.340000', '135829.800000', '135830.260000', '135830.720000', '135831.180000', '135831.640000', '135832.100000', '135832.560000', '135833.020000', '135833.480000', '135833.940000', '135834.400000', '135834.860000', '135835.320000', '135835.780000', '135836.240000', '135836.700000', '135837.160000', '135837.620000', '135838.080000', '135838.540000', '135839.000000', '135839.460000', '135839.920000', '135840.380000', '135840.840000', '135841.300000', '135841.760000', '135842.220000', '135842.680000', '135843.140000', '135843.600000', '135844.060000', '135844.520000', '135844.980000', '135845.440000', '135845.900000', '135846.360000', '135846.820000', '135847.280000', '135847.740000', '135848.200000', '135848.660000', '135849.120000', '135849.580000', '135850.040000', '135850.500000', '135850.960000', '135851.420000', '135851.880000', '135852.340000', '135852.800000', '135853.260000', '135853.720000', '135854.180000', '135854.640000', '135855.100000', '135855.560000', '135856.020000', '135856.480000', '135856.940000', '135857.400000', '135857.860000', '135858.320000', '135858.780000', '135859.240000', '135859.700000', '135900.160000', '135900.620000', '135901.080000', '135901.540000', '135902.000000', '135902.460000', '135902.920000', '135903.380000', '135903.840000', '135904.300000', '135904.760000', '135905.220000', '135905.680000', '135906.140000', '135906.600000', '135907.060000', '135907.520000', '135907.980000', '135908.440000', '135908.900000', '135909.360000', '135909.820000', '135910.280000', '135910.740000', '135911.200000', '135911.660000', '135912.120000', '135912.580000', '135913.040000', '135913.500000', '135913.960000', '135914.420000', '135914.880000', '135915.340000', '135915.800000', '135916.260000', '135916.720000', '135917.180000', '135917.640000', '135918.100000', '135918.560000', '135919.020000', '135919.480000', '135919.940000', '135920.400000', '135920.860000', '135921.320000', '135921.780000', '135922.240000', '135922.700000', '135923.160000', '135923.620000', '135924.080000', '135924.540000', '135925.000000', '135925.460000', '135925.920000', '135926.380000', '135926.840000', '135927.300000', '135927.760000', '135928.220000', '135928.680000', '135929.140000', '135929.600000', '135930.060000', '135930.520000', '135930.980000', '135931.440000', '135931.900000', '135932.360000', '135932.820000', '135933.280000', '135933.740000', '135934.200000', '135934.660000', '135935.120000', '135935.580000', '135936.040000', '135936.500000', '135936.960000', '135937.420000', '135937.880000', '135938.340000', '135938.800000', '135939.260000', '135939.720000', '135940.180000', '135940.640000', '135941.100000', '135941.560000', '135942.020000', '135942.480000', '135942.940000', '135943.400000', '135943.860000', '135944.320000', '135944.780000', '135945.240000', '135945.700000', '135946.160000', '135946.620000', '135947.080000', '135947.540000', '135948.000000', '135948.460000', '135948.920000', '135949.380000', '135949.840000', '135950.300000', '135950.760000', '135951.220000', '135951.680000', '135952.140000', '135952.600000', '135953.060000', '135953.520000', '135953.980000', '135954.440000', '135954.900000', '135955.360000', '135955.820000', '135956.280000', '135956.740000', '135957.200000', '135957.660000', '135958.120000', '135958.580000', '135959.040000', '135959.500000', '135959.960000', '140000.420000', '140000.880000', '140001.340000', '140001.800000', '140002.260000', '140002.720000', '140003.180000', '140003.640000', '140004.100000', '140004.560000', '140005.020000', '140005.480000', '140005.940000', '140006.400000', '140006.860000', '140007.320000', '140007.780000', '140008.240000', '140008.700000', '140009.160000', '140009.620000', '140010.080000', '140010.540000', '140011.000000', '140011.460000', '140011.920000', '140012.380000', '140012.840000', '140013.300000', '140013.760000', '140014.220000', '140014.680000', '140015.140000', '140015.600000', '140016.060000', '140016.520000', '140016.980000', '140017.440000', '140017.900000', '140018.360000', '140018.820000', '140019.280000', '140019.740000', '140020.200000', '140020.660000', '140021.120000', '140021.580000', '140022.040000', '140022.500000', '140022.960000', '140023.420000', '140023.880000', '140024.340000', '140024.800000', '140025.260000', '140025.720000', '140026.180000', '140026.640000', '140027.100000', '140027.560000', '140028.020000', '140028.480000', '140028.940000', '140029.400000', '140029.860000', '140030.320000', '140030.780000', '140031.240000', '140031.700000', '140032.160000', '140032.620000', '140033.080000', '140033.540000', '140034.000000', '140034.460000', '140034.920000', '140035.380000', '140035.840000', '140036.300000', '140036.760000', '140037.220000', '140037.680000', '140038.140000', '140038.600000', '140039.060000', '140039.520000', '140039.980000', '140040.440000', '140040.900000', '140041.360000', '140041.820000', '140042.280000', '140042.740000', '140043.200000', '140043.660000', '140044.120000', '140044.580000', '140045.040000', '140045.500000', '140045.960000', '140046.420000', '140046.880000', '140047.340000', '140047.800000', '140048.260000', '140048.720000', '140049.180000', '140049.640000', '140050.100000', '140050.560000', '140051.020000', '140051.480000', '140051.940000', '140052.400000', '140052.860000', '140053.320000', '140053.780000', '140054.240000', '140054.700000', '140055.160000', '140055.620000', '140056.080000', '140056.540000', '140057.000000', '140057.460000', '140057.920000', '140058.380000', '140058.840000', '140059.300000', '140059.760000', '140100.220000', '140100.680000', '140101.140000', '140101.600000', '140102.060000', '140102.520000', '140102.980000', '140103.440000', '140103.900000', '140104.360000', '140104.820000', '140105.280000', '140105.740000', '140106.200000', '140106.660000', '140107.120000', '140107.580000', '140108.040000', '140108.500000', '140108.960000', '140109.420000', '140109.880000', '140110.340000', '140110.800000', '140111.260000', '140111.720000', '140112.180000', '140112.640000', '140113.100000', '140113.560000', '140114.020000', '140114.480000', '140114.940000', '140115.400000', '140115.860000', '140116.320000', '140116.780000', '140117.240000', '140117.700000', '140118.160000', '140118.620000', '140119.080000', '140119.540000', '140120.000000', '140120.460000', '140120.920000', '140121.380000', '140121.840000', '140122.300000', '140122.760000', '140123.220000', '140123.680000', '140124.140000', '140124.600000', '140125.060000', '140125.520000', '140125.980000', '140126.440000', '140126.900000', '140127.360000', '140127.820000', '140128.280000', '140128.740000', '140129.200000', '140129.660000', '140130.120000', '140130.580000', '140131.040000', '140131.500000', '140131.960000', '140132.420000', '140132.880000', '140133.340000', '140133.800000', '140134.260000', '140134.720000', '140135.180000', '140135.640000', '140136.100000', '140136.560000', '140137.020000', '140137.480000', '140137.940000', '140138.400000', '140138.860000', '140139.320000', '140139.780000', '140140.240000', '140140.700000', '140141.160000', '140141.620000', '140142.080000', '140142.540000', '140143.000000', '140143.460000', '140143.920000', '140144.380000', '140144.840000', '140145.300000', '140145.760000', '140146.220000', '140146.680000', '140147.140000', '140147.600000', '140148.060000', '140148.520000', '140148.980000', '140149.440000', '140149.900000', '140150.360000', '140150.820000', '140151.280000', '140151.740000', '140152.200000', '140152.660000', '140153.120000', '140153.580000', '140154.040000', '140154.500000', '140154.960000', '140155.420000', '140155.880000', '140156.340000', '140156.800000', '140157.260000', '140157.720000', '140158.180000', '140158.640000', '140159.100000', '140159.560000', '140200.020000', '140200.480000', '140200.940000', '140201.400000', '140201.860000', '140202.320000', '140202.780000', '140203.240000', '140203.700000', '140204.160000', '140204.620000', '140205.080000', '140205.540000', '140206.000000', '140206.460000', '140206.920000', '140207.380000', '140207.840000', '140208.300000', '140208.760000', '140209.220000', '140209.680000', '140210.140000', '140210.600000', '140211.060000', '140211.520000', '140211.980000', '140212.440000', '140212.900000', '140213.360000', '140213.820000', '140214.280000', '140214.740000', '140215.200000', '140215.660000', '140216.120000', '140216.580000', '140217.040000', '140217.500000', '140217.960000', '140218.420000', '140218.880000', '140219.340000', '140219.800000', '140220.260000', '140220.720000', '140221.180000', '140221.640000', '140222.100000', '140222.560000', '140223.020000', '140223.480000', '140223.940000', '140224.400000', '140224.860000', '140225.320000', '140225.780000', '140226.240000', '140226.700000', '140227.160000', '140227.620000', '140228.080000', '140228.540000', '140229.000000', '140229.460000', '140229.920000', '140230.380000', '140230.840000', '140231.300000', '140231.760000', '140232.220000', '140232.680000', '140233.140000', '140233.600000', '140234.060000', '140234.520000', '140234.980000', '140235.440000', '140235.900000', '140236.360000', '140236.820000', '140237.280000', '140237.740000', '140238.200000', '140238.660000', '140239.120000', '140239.580000', '140240.040000', '140240.500000', '140240.960000', '140241.420000', '140241.880000', '140242.340000', '140242.800000', '140243.260000', '140243.720000', '140244.180000', '140244.640000', '140245.100000', '140245.560000', '140246.020000', '140246.480000', '140246.940000', '140247.400000', '140247.860000', '140248.320000', '140248.780000', '140249.240000', '140249.700000', '140250.160000', '140250.620000', '140251.080000', '140251.540000', '140252.000000', '140252.460000', '140252.920000', '140253.380000', '140253.840000', '140254.300000', '140254.760000', '140255.220000', '140255.680000', '140256.140000', '140256.600000', '140257.060000', '140257.520000', '140257.980000', '140258.440000', '140258.900000', '140259.360000', '140259.820000', '140300.280000', '140300.740000', '140301.200000', '140301.660000', '140302.120000', '140302.580000', '140303.040000', '140303.500000', '140303.960000', '140304.420000', '140304.880000', '140305.340000', '140305.800000', '140306.260000', '140306.720000', '140307.180000', '140307.640000', '140308.100000', '140308.560000', '140309.020000', '140309.480000', '140309.940000', '140310.400000', '140310.860000', '140311.320000', '140311.780000', '140312.240000', '140312.700000', '140313.160000', '140313.620000', '140314.080000', '140314.540000', '140315.000000', '140315.460000', '140315.920000', '140316.380000', '140316.840000', '140317.300000', '140317.760000', '140318.220000', '140318.680000', '140319.140000', '140319.600000', '140320.060000', '140320.520000', '140320.980000', '140321.440000', '140321.900000', '140322.360000', '140322.820000', '140323.280000', '140323.740000', '140324.200000', '140324.660000', '140325.120000', '140325.580000', '140326.040000', '140326.500000', '140326.960000', '140327.420000', '140327.880000', '140328.340000', '140328.800000', '140329.260000', '140329.720000', '140330.180000', '140330.640000', '140331.100000', '140331.560000', '140332.020000', '140332.480000', '140332.940000', '140333.400000', '140333.860000', '140334.320000', '140334.780000', '140335.240000', '140335.700000', '140336.160000', '140336.620000', '140337.080000', '140337.540000', '140338.000000', '140338.460000', '140338.920000', '140339.380000', '140339.840000', '140340.300000', '140340.760000', '140341.220000', '140341.680000', '140342.140000', '140342.600000', '140343.060000', '140343.520000', '140343.980000', '140344.440000', '140344.900000', '140345.360000', '140345.820000', '140346.280000', '140346.740000', '140347.200000', '140347.660000', '140348.120000', '140348.580000', '140349.040000', '140349.500000', '140349.960000', '140350.420000', '140350.880000', '140351.340000', '140351.800000', '140352.260000', '140352.720000', '140353.180000', '140353.640000', '140354.100000', '140354.560000', '140355.020000', '140355.480000', '140355.940000', '140356.400000', '140356.860000', '140357.320000', '140357.780000', '140358.240000', '140358.700000', '140359.160000', '140359.620000', '140400.080000', '140400.540000', '140401.000000', '140401.460000', '140401.920000', '140402.380000', '140402.840000', '140403.300000', '140403.760000', '140404.220000', '140404.680000', '140405.140000', '140405.600000', '140406.060000', '140406.520000', '140406.980000', '140407.440000', '140407.900000', '140408.360000', '140408.820000', '140409.280000', '140409.740000', '140410.200000', '140410.660000', '140411.120000', '140411.580000', '140412.040000', '140412.500000', '140412.960000', '140413.420000', '140413.880000', '140414.340000', '140414.800000', '140415.260000', '140415.720000', '140416.180000', '140416.640000', '140417.100000', '140417.560000', '140418.020000', '140418.480000', '140418.940000', '140419.400000', '140419.860000', '140420.320000', '140420.780000', '140421.240000', '140421.700000', '140422.160000', '140422.620000', '140423.080000', '140423.540000', '140424.000000', '140424.460000', '140424.920000', '140425.380000', '140425.840000', '140426.300000', '140426.760000', '140427.220000', '140427.680000', '140428.140000', '140428.600000', '140429.060000', '140429.520000', '140429.980000', '140430.440000', '140430.900000', '140431.360000', '140431.820000', '140432.280000', '140432.740000', '140433.200000', '140433.660000', '140434.120000', '140434.580000', '140435.040000', '140435.500000', '140435.960000', '140436.420000', '140436.880000', '140437.340000', '140437.800000', '140438.260000', '140438.720000', '140439.180000', '140439.640000', '140440.100000', '140440.560000', '140441.020000', '140441.480000', '140441.940000', '140442.400000', '140442.860000', '140443.320000', '140443.780000', '140444.240000', '140444.700000', '140445.160000', '140445.620000', '140446.080000', '140446.540000', '140447.000000', '140447.460000', '140447.920000', '140448.380000', '140448.840000', '140449.300000', '140449.760000', '140450.220000', '140450.680000', '140451.140000', '140451.600000', '140452.060000', '140452.520000', '140452.980000', '140453.440000', '140453.900000', '140454.360000', '140454.820000', '140455.280000', '140455.740000', '140456.200000', '140456.660000', '140457.120000', '140457.580000', '140458.040000', '140458.500000', '140458.960000', '140459.420000', '140459.880000', '140500.340000', '140500.800000', '140501.260000', '140501.720000', '140502.180000', '140502.640000', '140503.100000', '140503.560000', '140504.020000', '140504.480000', '140504.940000', '140505.400000', '140505.860000', '140506.320000', '140506.780000', '140507.240000', '140507.700000', '140508.160000', '140508.620000', '140509.080000', '140509.540000', '140510.000000', '140510.460000', '140510.920000', '140511.380000', '140511.840000', '140512.300000', '140512.760000', '140513.220000', '140513.680000', '140514.140000', '140514.600000', '140515.060000', '140515.520000', '140515.980000', '140516.440000', '140516.900000', '140517.360000', '140517.820000', '140518.280000', '140518.740000', '140519.200000', '140519.660000', '140520.120000', '140520.580000', '140521.040000', '140521.500000', '140521.960000', '140522.420000', '140522.880000', '140523.340000', '140523.800000', '140524.260000', '140524.720000', '140525.180000', '140525.640000', '140526.100000', '140526.560000', '140527.020000', '140527.480000', '140527.940000', '140528.400000', '140528.860000', '140529.320000', '140529.780000', '140530.240000', '140530.700000', '140531.160000', '140531.620000', '140532.080000', '140532.540000', '140533.000000', '140533.460000', '140533.920000', '140534.380000', '140534.840000', '140535.300000', '140535.760000', '140536.220000', '140536.680000', '140537.140000', '140537.600000', '140538.060000', '140538.520000', '140538.980000', '140539.440000', '140539.900000', '140540.360000', '140540.820000', '140541.280000', '140541.740000', '140542.200000', '140542.660000', '140543.120000', '140543.580000', '140544.040000', '140544.500000', '140544.960000', '140545.420000', '140545.880000', '140546.340000', '140546.800000', '140547.260000', '140547.720000', '140548.180000', '140548.640000', '140549.100000', '140549.560000', '140550.020000', '140550.480000', '140550.940000', '140551.400000', '140551.860000', '140552.320000', '140552.780000', '140553.240000', '140553.700000', '140554.160000', '140554.620000', '140555.080000', '140555.540000', '140556.000000', '140556.460000', '140556.920000', '140557.380000', '140557.840000', '140558.300000', '140558.760000', '140559.220000', '140559.680000', '140600.140000', '140600.600000', '140601.060000', '140601.520000', '140601.980000', '140602.440000', '140602.900000', '140603.360000', '140603.820000', '140604.280000', '140604.740000', '140605.200000', '140605.660000', '140606.120000', '140606.580000', '140607.040000', '140607.500000', '140607.960000', '140608.420000', '140608.880000', '140609.340000', '140609.800000', '140610.260000', '140610.720000', '140611.180000', '140611.640000', '140612.100000', '140612.560000', '140613.020000', '140613.480000', '140613.940000', '140614.400000', '140614.860000', '140615.320000', '140615.780000', '140616.240000', '140616.700000', '140617.160000', '140617.620000', '140618.080000', '140618.540000', '140619.000000', '140619.460000', '140619.920000', '140620.380000', '140620.840000', '140621.300000', '140621.760000', '140622.220000', '140622.680000', '140623.140000', '140623.600000', '140624.060000', '140624.520000', '140624.980000', '140625.440000', '140625.900000', '140626.360000', '140626.820000'], 'ContentTime': ['135413.060000', '135413.063000', '135413.066000', '135413.068000', '135413.071000', '135413.074000', '135413.076000', '135413.079000', '135413.082000', '135413.084000', '135413.087000', '135413.089000', '135413.092000', '135413.102000', '135413.105000', '135413.108000', '135413.110000', '135413.113000', '135413.115000', '135413.118000', '135413.121000', '135413.123000', '135413.126000', '135413.128000', '135413.131000', '135413.134000', '135413.136000', '135413.139000', '135413.142000', '135413.144000', '135413.147000', '135413.150000', '135413.153000', '135413.155000', '135413.158000', '135413.161000', '135413.163000', '135413.166000', '135413.168000', '135413.171000', '135413.174000', '135433.029000', '135433.032000', '135433.035000', '135433.037000', '135433.040000', '135433.043000', '135433.045000', '135433.048000', '135433.050000', '135433.053000', '135433.056000', '135433.058000', '135433.061000', '135433.063000', '135433.066000', '135433.069000', '135433.071000', '135433.074000', '135433.076000', '135433.079000', '135433.082000', '135433.084000', '135433.087000', '135433.089000', '135433.092000', '135433.095000', '135433.097000', '135433.100000', '135433.102000', '135433.105000', '135433.108000', '135433.111000', '135433.114000', '135433.117000', '135433.120000', '135433.122000', '135433.125000', '135433.127000', '135433.130000', '135433.133000', '135433.135000', '135433.138000', '135433.141000', '135453.029000', '135453.033000', '135453.035000', '135453.038000', '135453.040000', '135453.043000', '135453.045000', '135453.048000', '135453.051000', '135453.053000', '135453.056000', '135453.058000', '135453.061000', '135453.064000', '135453.066000', '135453.069000', '135453.071000', '135453.074000', '135453.077000', '135453.079000', '135453.082000', '135453.085000', '135453.087000', '135453.090000', '135453.092000', '135453.095000', '135453.098000', '135453.100000', '135453.103000', '135453.106000', '135453.108000', '135453.111000', '135453.113000', '135453.116000', '135453.119000', '135453.121000', '135453.124000', '135453.126000', '135453.129000', '135453.132000', '135453.134000', '135453.137000', '135453.149000', '135453.151000', '135513.029000', '135513.032000', '135513.035000', '135513.037000', '135513.040000', '135513.043000', '135513.045000', '135513.048000', '135513.050000', '135513.053000', '135513.056000', '135513.058000', '135513.061000', '135513.064000', '135513.066000', '135513.069000', '135513.071000', '135513.074000', '135513.077000', '135513.079000', '135513.082000', '135513.084000', '135513.087000', '135513.090000', '135513.093000', '135513.096000', '135513.099000', '135513.102000', '135513.104000', '135513.107000', '135513.109000', '135513.112000', '135513.115000', '135513.117000', '135513.120000', '135513.122000', '135513.125000', '135513.128000', '135513.130000', '135513.133000', '135513.136000', '135513.138000', '135513.141000', '135533.030000', '135533.032000', '135533.035000', '135533.038000', '135533.041000', '135533.044000', '135533.046000', '135533.049000', '135533.052000', '135533.054000', '135533.057000', '135533.059000', '135533.062000', '135533.065000', '135533.067000', '135533.070000', '135533.073000', '135533.075000', '135533.078000', '135533.080000', '135533.083000', '135533.086000', '135533.088000', '135533.091000', '135533.094000', '135533.096000', '135533.099000', '135533.102000', '135533.104000', '135533.107000', '135533.109000', '135533.112000', '135533.115000', '135533.117000', '135533.120000', '135533.122000', '135533.125000', '135533.128000', '135533.130000', '135533.133000', '135533.142000', '135533.145000', '135533.147000', '135533.150000', '135553.029000', '135553.032000', '135553.035000', '135553.038000', '135553.040000', '135553.043000', '135553.046000', '135553.048000', '135553.051000', '135553.053000', '135553.056000', '135553.059000', '135553.061000', '135553.064000', '135553.066000', '135553.069000', '135553.072000', '135553.074000', '135553.077000', '135553.080000', '135553.082000', '135553.085000', '135553.087000', '135553.090000', '135553.093000', '135553.095000', '135553.098000', '135553.101000', '135553.103000', '135553.106000', '135553.109000', '135553.111000', '135553.114000', '135553.116000', '135553.119000', '135553.122000', '135553.124000', '135553.135000', '135553.138000', '135553.141000', '135553.143000', '135553.146000', '135553.149000', '135613.028000', '135613.035000', '135613.038000', '135613.041000', '135613.043000', '135613.046000', '135613.049000', '135613.051000', '135613.054000', '135613.057000', '135613.059000', '135613.062000', '135613.064000', '135613.067000', '135613.070000', '135613.072000', '135613.075000', '135613.078000', '135613.080000', '135613.083000', '135613.086000', '135613.088000', '135613.091000', '135613.094000', '135613.096000', '135613.099000', '135613.101000', '135613.104000', '135613.107000', '135613.109000', '135613.112000', '135613.115000', '135613.117000', '135613.120000', '135613.122000', '135613.125000', '135613.128000', '135613.130000', '135613.133000', '135613.136000', '135613.138000', '135613.141000', '135613.143000', '135613.146000', '135633.029000', '135633.033000', '135633.035000', '135633.038000', '135633.040000', '135633.043000', '135633.046000', '135633.048000', '135633.051000', '135633.053000', '135633.056000', '135633.058000', '135633.061000', '135633.064000', '135633.072000', '135633.075000', '135633.078000', '135633.080000', '135633.083000', '135633.086000', '135633.088000', '135633.091000', '135633.094000', '135633.096000', '135633.099000', '135633.102000', '135633.104000', '135633.107000', '135633.109000', '135633.112000', '135633.115000', '135633.117000', '135633.120000', '135633.123000', '135633.125000', '135633.128000', '135633.130000', '135633.141000', '135633.144000', '135633.146000', '135633.149000', '135633.152000', '135633.155000', '135653.030000', '135653.032000', '135653.035000', '135653.038000', '135653.040000', '135653.043000', '135653.046000', '135653.048000', '135653.051000', '135653.054000', '135653.056000', '135653.059000', '135653.062000', '135653.064000', '135653.067000', '135653.070000', '135653.072000', '135653.075000', '135653.077000', '135653.080000', '135653.083000', '135653.085000', '135653.088000', '135653.090000', '135653.093000', '135653.096000', '135653.098000', '135653.101000', '135653.103000', '135653.106000', '135653.109000', '135653.112000', '135653.114000', '135653.117000', '135653.119000', '135653.122000', '135653.125000', '135653.127000', '135653.130000', '135653.133000', '135653.135000', '135653.138000', '135653.140000', '135653.143000', '135713.029000', '135713.032000', '135713.035000', '135713.037000', '135713.040000', '135713.043000', '135713.045000', '135713.048000', '135713.051000', '135713.053000', '135713.056000', '135713.059000', '135713.062000', '135713.064000', '135713.067000', '135713.069000', '135713.072000', '135713.075000', '135713.077000', '135713.080000', '135713.083000', '135713.085000', '135713.088000', '135713.090000', '135713.093000', '135713.096000', '135713.099000', '135713.101000', '135713.104000', '135713.107000', '135713.109000', '135713.112000', '135713.115000', '135713.117000', '135713.120000', '135713.122000', '135713.133000', '135713.136000', '135713.138000', '135713.141000', '135713.143000', '135713.146000', '135713.149000', '135733.029000', '135733.032000', '135733.035000', '135733.038000', '135733.040000', '135733.043000', '135733.046000', '135733.048000', '135733.051000', '135733.054000', '135733.056000', '135733.059000', '135733.062000', '135733.064000', '135733.067000', '135733.070000', '135733.072000', '135733.075000', '135733.077000', '135733.080000', '135733.083000', '135733.085000', '135733.088000', '135733.091000', '135733.093000', '135733.096000', '135733.098000', '135733.101000', '135733.104000', '135733.107000', '135733.109000', '135733.112000', '135733.114000', '135733.117000', '135733.120000', '135733.122000', '135733.125000', '135733.128000', '135733.130000', '135733.133000', '135733.135000', '135733.138000', '135733.141000', '135733.143000', '135753.030000', '135753.032000', '135753.035000', '135753.038000', '135753.041000', '135753.043000', '135753.046000', '135753.048000', '135753.051000', '135753.054000', '135753.056000', '135753.059000', '135753.062000', '135753.064000', '135753.067000', '135753.070000', '135753.072000', '135753.075000', '135753.077000', '135753.080000', '135753.083000', '135753.085000', '135753.088000', '135753.091000', '135753.093000', '135753.096000', '135753.099000', '135753.101000', '135753.104000', '135753.107000', '135753.109000', '135753.112000', '135753.115000', '135753.117000', '135753.120000', '135753.123000', '135753.125000', '135753.128000', '135753.130000', '135753.133000', '135753.136000', '135753.138000', '135753.141000', '135813.029000', '135813.032000', '135813.035000', '135813.037000', '135813.040000', '135813.043000', '135813.045000', '135813.048000', '135813.051000', '135813.053000', '135813.056000', '135813.058000', '135813.061000', '135813.064000', '135813.066000', '135813.069000', '135813.072000', '135813.074000', '135813.077000', '135813.094000', '135813.096000', '135813.099000', '135813.102000', '135813.104000', '135813.107000', '135813.110000', '135813.112000', '135813.115000', '135813.117000', '135813.120000', '135813.123000', '135813.125000', '135813.128000', '135813.131000', '135813.133000', '135813.136000', '135813.139000', '135813.141000', '135813.144000', '135813.146000', '135813.149000', '135813.152000', '135813.154000', '135813.157000', '135833.028000', '135833.031000', '135833.035000', '135833.037000', '135833.040000', '135833.043000', '135833.046000', '135833.048000', '135833.051000', '135833.053000', '135833.056000', '135833.059000', '135833.061000', '135833.064000', '135833.067000', '135833.069000', '135833.072000', '135833.074000', '135833.077000', '135833.080000', '135833.082000', '135833.085000', '135833.088000', '135833.090000', '135833.099000', '135833.101000', '135833.104000', '135833.107000', '135833.109000', '135833.112000', '135833.114000', '135833.117000', '135833.120000', '135833.122000', '135833.125000', '135833.128000', '135833.130000', '135833.133000', '135833.135000', '135833.138000', '135833.141000', '135833.143000', '135833.146000', '135853.029000', '135853.032000', '135853.036000', '135853.039000', '135853.041000', '135853.044000', '135853.046000', '135853.049000', '135853.052000', '135853.054000', '135853.057000', '135853.060000', '135853.062000', '135853.065000', '135853.067000', '135853.070000', '135853.073000', '135853.075000', '135853.078000', '135853.081000', '135853.083000', '135853.086000', '135853.088000', '135853.091000', '135853.094000', '135853.096000', '135853.099000', '135853.102000', '135853.104000', '135853.107000', '135853.109000', '135853.112000', '135853.115000', '135853.118000', '135853.120000', '135853.123000', '135853.125000', '135853.128000', '135853.131000', '135853.133000', '135853.136000', '135853.138000', '135853.141000', '135853.144000', '135913.030000', '135913.035000', '135913.037000', '135913.040000', '135913.043000', '135913.045000', '135913.048000', '135913.050000', '135913.053000', '135913.056000', '135913.058000', '135913.061000', '135913.063000', '135913.066000', '135913.069000', '135913.071000', '135913.074000', '135913.077000', '135913.079000', '135913.082000', '135913.085000', '135913.087000', '135913.090000', '135913.093000', '135913.095000', '135913.098000', '135913.101000', '135913.103000', '135913.106000', '135913.108000', '135913.111000', '135913.114000', '135913.116000', '135913.119000', '135913.122000', '135913.124000', '135913.127000', '135913.130000', '135913.132000', '135913.135000', '135913.137000', '135913.140000', '135913.143000', '135933.030000', '135933.032000', '135933.035000', '135933.038000', '135933.040000', '135933.043000', '135933.046000', '135933.048000', '135933.051000', '135933.053000', '135933.056000', '135933.059000', '135933.061000', '135933.064000', '135933.067000', '135933.069000', '135933.072000', '135933.075000', '135933.077000', '135933.080000', '135933.083000', '135933.085000', '135933.088000', '135933.090000', '135933.093000', '135933.096000', '135933.099000', '135933.101000', '135933.104000', '135933.106000', '135933.119000', '135933.122000', '135933.124000', '135933.127000', '135933.130000', '135933.132000', '135933.135000', '135933.138000', '135933.141000', '135933.143000', '135933.146000', '135933.150000', '135933.153000', '135933.156000', '135953.030000', '135953.032000', '135953.035000', '135953.037000', '135953.040000', '135953.043000', '135953.045000', '135953.048000', '135953.051000', '135953.053000', '135953.056000', '135953.058000', '135953.061000', '135953.064000', '135953.066000', '135953.069000', '135953.071000', '135953.074000', '135953.077000', '135953.079000', '135953.082000', '135953.085000', '135953.087000', '135953.090000', '135953.092000', '135953.095000', '135953.098000', '135953.100000', '135953.103000', '135953.106000', '135953.108000', '135953.111000', '135953.114000', '135953.116000', '135953.119000', '135953.121000', '135953.124000', '135953.127000', '135953.129000', '135953.132000', '135953.134000', '135953.137000', '135953.140000', '140013.030000', '140013.032000', '140013.035000', '140013.038000', '140013.040000', '140013.043000', '140013.046000', '140013.048000', '140013.052000', '140013.055000', '140013.058000', '140013.060000', '140013.063000', '140013.066000', '140013.068000', '140013.071000', '140013.075000', '140013.086000', '140013.089000', '140013.091000', '140013.094000', '140013.097000', '140013.099000', '140013.102000', '140013.104000', '140013.107000', '140013.110000', '140013.112000', '140013.115000', '140013.118000', '140013.120000', '140013.123000', '140013.126000', '140013.129000', '140013.131000', '140013.134000', '140013.137000', '140013.139000', '140013.142000', '140013.145000', '140013.147000', '140013.150000', '140013.153000', '140033.029000', '140033.032000', '140033.035000', '140033.038000', '140033.040000', '140033.043000', '140033.046000', '140033.048000', '140033.051000', '140033.054000', '140033.056000', '140033.059000', '140033.061000', '140033.064000', '140033.067000', '140033.069000', '140033.072000', '140033.075000', '140033.077000', '140033.080000', '140033.083000', '140033.085000', '140033.088000', '140033.090000', '140033.093000', '140033.096000', '140033.098000', '140033.101000', '140033.104000', '140033.106000', '140033.109000', '140033.112000', '140033.114000', '140033.117000', '140033.119000', '140033.122000', '140033.125000', '140033.127000', '140033.130000', '140033.133000', '140033.135000', '140033.138000', '140033.140000', '140033.143000', '140053.028000', '140053.031000', '140053.034000', '140053.037000', '140053.040000', '140053.042000', '140053.045000', '140053.048000', '140053.051000', '140053.053000', '140053.056000', '140053.059000', '140053.061000', '140053.064000', '140053.067000', '140053.069000', '140053.072000', '140053.075000', '140053.077000', '140053.080000', '140053.082000', '140053.085000', '140053.088000', '140053.090000', '140053.093000', '140053.095000', '140053.098000', '140053.101000', '140053.103000', '140053.106000', '140053.109000', '140053.111000', '140053.114000', '140053.117000', '140053.119000', '140053.122000', '140053.125000', '140053.127000', '140053.130000', '140053.132000', '140053.135000', '140053.161000', '140053.163000', '140113.030000', '140113.032000', '140113.035000', '140113.038000', '140113.040000', '140113.043000', '140113.046000', '140113.048000', '140113.051000', '140113.054000', '140113.056000', '140113.059000', '140113.062000', '140113.064000', '140113.067000', '140113.070000', '140113.072000', '140113.075000', '140113.077000', '140113.080000', '140113.083000', '140113.085000', '140113.088000', '140113.091000', '140113.093000', '140113.096000', '140113.099000', '140113.101000', '140113.112000', '140113.115000', '140113.118000', '140113.120000', '140113.123000', '140113.125000', '140113.128000', '140113.131000', '140113.133000', '140113.136000', '140113.138000', '140113.141000', '140113.144000', '140113.146000', '140113.149000', '140113.152000', '140133.029000', '140133.032000', '140133.035000', '140133.038000', '140133.040000', '140133.043000', '140133.046000', '140133.049000', '140133.052000', '140133.054000', '140133.057000', '140133.060000', '140133.062000', '140133.065000', '140133.067000', '140133.070000', '140133.073000', '140133.075000', '140133.078000', '140133.081000', '140133.083000', '140133.086000', '140133.089000', '140133.091000', '140133.094000', '140133.097000', '140133.099000', '140133.102000', '140133.104000', '140133.107000', '140133.110000', '140133.114000', '140133.117000', '140133.119000', '140133.122000', '140133.124000', '140133.127000', '140133.130000', '140133.132000', '140133.135000', '140133.138000', '140133.141000', '140133.143000', '140153.029000', '140153.032000', '140153.035000', '140153.038000', '140153.040000', '140153.043000', '140153.046000', '140153.049000', '140153.051000', '140153.054000', '140153.057000', '140153.059000', '140153.062000', '140153.064000', '140153.067000', '140153.070000', '140153.072000', '140153.075000', '140153.078000', '140153.080000', '140153.083000', '140153.086000', '140153.088000', '140153.091000', '140153.094000', '140153.096000', '140153.099000', '140153.102000', '140153.105000', '140153.107000', '140153.110000', '140153.113000', '140153.115000', '140153.118000', '140153.120000', '140153.123000', '140153.126000', '140153.128000', '140153.131000', '140153.134000', '140153.136000', '140153.139000', '140153.142000', '140153.144000', '140213.030000', '140213.033000', '140213.036000', '140213.039000', '140213.041000', '140213.044000', '140213.047000', '140213.049000', '140213.052000', '140213.055000', '140213.057000', '140213.060000', '140213.063000', '140213.065000', '140213.068000', '140213.070000', '140213.073000', '140213.076000', '140213.078000', '140213.081000', '140213.084000', '140213.086000', '140213.089000', '140213.092000', '140213.094000', '140213.097000', '140213.099000', '140213.102000', '140213.105000', '140213.107000', '140213.110000', '140213.118000', '140213.120000', '140213.123000', '140213.126000', '140213.128000', '140213.131000', '140213.144000', '140213.146000', '140213.149000', '140213.152000', '140213.154000', '140213.157000', '140233.029000', '140233.033000', '140233.035000', '140233.038000', '140233.040000', '140233.043000', '140233.046000', '140233.048000', '140233.051000', '140233.054000', '140233.056000', '140233.059000', '140233.062000', '140233.064000', '140233.067000', '140233.070000', '140233.072000', '140233.075000', '140233.078000', '140233.080000', '140233.083000', '140233.086000', '140233.088000', '140233.091000', '140233.094000', '140233.097000', '140233.099000', '140233.102000', '140233.104000', '140233.107000', '140233.110000', '140233.112000', '140233.115000', '140233.118000', '140233.120000', '140233.123000', '140233.125000', '140233.128000', '140233.131000', '140233.133000', '140233.136000', '140233.139000', '140233.141000', '140233.144000', '140253.030000', '140253.032000', '140253.035000', '140253.038000', '140253.040000', '140253.043000', '140253.046000', '140253.048000', '140253.051000', '140253.054000', '140253.056000', '140253.059000', '140253.062000', '140253.064000', '140253.067000', '140253.070000', '140253.072000', '140253.075000', '140253.077000', '140253.080000', '140253.083000', '140253.085000', '140253.088000', '140253.091000', '140253.093000', '140253.096000', '140253.098000', '140253.101000', '140253.104000', '140253.106000', '140253.109000', '140253.112000', '140253.115000', '140253.118000', '140253.121000', '140253.123000', '140253.126000', '140253.128000', '140253.131000', '140253.134000', '140253.136000', '140253.139000', '140253.142000', '140313.029000', '140313.031000', '140313.034000', '140313.037000', '140313.040000', '140313.042000', '140313.045000', '140313.048000', '140313.051000', '140313.053000', '140313.056000', '140313.058000', '140313.061000', '140313.064000', '140313.066000', '140313.069000', '140313.072000', '140313.074000', '140313.077000', '140313.079000', '140313.082000', '140313.085000', '140313.088000', '140313.090000', '140313.093000', '140313.095000', '140313.098000', '140313.101000', '140313.104000', '140313.106000', '140313.109000', '140313.112000', '140313.114000', '140313.117000', '140313.119000', '140313.122000', '140313.125000', '140313.127000', '140313.130000', '140313.133000', '140313.135000', '140313.138000', '140313.141000', '140313.143000', '140333.030000', '140333.033000', '140333.035000', '140333.038000', '140333.041000', '140333.043000', '140333.046000', '140333.049000', '140333.051000', '140333.054000', '140333.056000', '140333.059000', '140333.062000', '140333.064000', '140333.067000', '140333.070000', '140333.072000', '140333.075000', '140333.078000', '140333.080000', '140333.083000', '140333.085000', '140333.088000', '140333.091000', '140333.093000', '140333.096000', '140333.099000', '140333.101000', '140333.104000', '140333.107000', '140333.109000', '140333.112000', '140333.115000', '140333.117000', '140333.128000', '140333.130000', '140333.133000', '140333.136000', '140333.138000', '140333.141000', '140333.144000', '140333.146000', '140333.149000', '140353.030000', '140353.033000', '140353.035000', '140353.038000', '140353.041000', '140353.044000', '140353.046000', '140353.049000', '140353.052000', '140353.054000', '140353.057000', '140353.060000', '140353.062000', '140353.065000', '140353.068000', '140353.070000', '140353.073000', '140353.076000', '140353.078000', '140353.081000', '140353.084000', '140353.086000', '140353.089000', '140353.092000', '140353.094000', '140353.097000', '140353.100000', '140353.102000', '140353.105000', '140353.108000', '140353.110000', '140353.113000', '140353.116000', '140353.118000', '140353.121000', '140353.124000', '140353.126000', '140353.129000', '140353.132000', '140353.134000', '140353.137000', '140353.140000', '140353.142000', '140353.145000', '140413.030000', '140413.033000', '140413.035000', '140413.038000', '140413.040000', '140413.043000', '140413.046000', '140413.048000', '140413.051000', '140413.054000', '140413.056000', '140413.059000', '140413.062000', '140413.064000', '140413.067000', '140413.069000', '140413.072000', '140413.075000', '140413.077000', '140413.080000', '140413.083000', '140413.085000', '140413.088000', '140413.091000', '140413.093000', '140413.096000', '140413.099000', '140413.101000', '140413.104000', '140413.107000', '140413.109000', '140413.112000', '140413.115000', '140413.118000', '140413.120000', '140413.123000', '140413.125000', '140413.128000', '140413.131000', '140413.133000', '140413.136000', '140413.139000', '140413.141000', '140433.030000', '140433.032000', '140433.035000', '140433.038000', '140433.041000', '140433.043000', '140433.046000', '140433.049000', '140433.051000', '140433.054000', '140433.057000', '140433.059000', '140433.062000', '140433.064000', '140433.067000', '140433.070000', '140433.072000', '140433.075000', '140433.078000', '140433.080000', '140433.083000', '140433.085000', '140433.088000', '140433.091000', '140433.093000', '140433.096000', '140433.099000', '140433.101000', '140433.104000', '140433.107000', '140433.109000', '140433.112000', '140433.115000', '140433.117000', '140433.120000', '140433.122000', '140433.125000', '140433.128000', '140433.130000', '140433.133000', '140433.136000', '140433.138000', '140433.141000', '140433.144000', '140453.030000', '140453.032000', '140453.035000', '140453.038000', '140453.040000', '140453.043000', '140453.046000', '140453.048000', '140453.051000', '140453.054000', '140453.056000', '140453.059000', '140453.062000', '140453.072000', '140453.074000', '140453.077000', '140453.094000', '140453.097000', '140453.099000', '140453.102000', '140453.105000', '140453.107000', '140453.110000', '140453.113000', '140453.115000', '140453.118000', '140453.121000', '140453.123000', '140453.129000', '140453.131000', '140453.134000', '140453.137000', '140453.139000', '140453.142000', '140453.144000', '140453.147000', '140453.150000', '140453.152000', '140453.155000', '140453.157000', '140453.160000', '140453.163000', '140453.166000', '140513.030000', '140513.033000', '140513.036000', '140513.038000', '140513.041000', '140513.044000', '140513.046000', '140513.049000', '140513.052000', '140513.055000', '140513.057000', '140513.060000', '140513.062000', '140513.065000', '140513.068000', '140513.070000', '140513.073000', '140513.076000', '140513.078000', '140513.081000', '140513.083000', '140513.086000', '140513.089000', '140513.091000', '140513.094000', '140513.097000', '140513.099000', '140513.102000', '140513.105000', '140513.107000', '140513.110000', '140513.112000', '140513.115000', '140513.118000', '140513.120000', '140513.123000', '140513.125000', '140513.128000', '140513.131000', '140513.133000', '140513.136000', '140513.139000', '140513.141000', '140513.144000', '140533.029000', '140533.032000', '140533.034000', '140533.037000', '140533.040000', '140533.042000', '140533.045000', '140533.048000', '140533.050000', '140533.053000', '140533.055000', '140533.058000', '140533.061000', '140533.063000', '140533.066000', '140533.069000', '140533.071000', '140533.074000', '140533.077000', '140533.079000', '140533.082000', '140533.084000', '140533.087000', '140533.090000', '140533.092000', '140533.095000', '140533.097000', '140533.100000', '140533.103000', '140533.105000', '140533.108000', '140533.111000', '140533.114000', '140533.116000', '140533.119000', '140533.121000', '140533.124000', '140533.126000', '140533.129000', '140533.132000', '140533.134000', '140533.137000', '140533.139000', '140553.030000', '140553.033000', '140553.035000', '140553.038000', '140553.041000', '140553.043000', '140553.046000', '140553.048000', '140553.051000', '140553.054000', '140553.056000', '140553.059000', '140553.062000', '140553.065000', '140553.067000', '140553.070000', '140553.073000', '140553.075000', '140553.078000', '140553.081000', '140553.083000', '140553.086000', '140553.089000', '140553.091000', '140553.094000', '140553.097000', '140553.099000', '140553.102000', '140553.105000', '140553.107000', '140553.110000', '140553.112000', '140553.115000', '140553.118000', '140553.120000', '140553.123000', '140553.126000', '140553.128000', '140553.131000', '140553.133000', '140553.136000', '140553.139000', '140553.159000', '140553.162000', '140613.029000', '140613.032000', '140613.035000', '140613.038000', '140613.040000', '140613.043000', '140613.046000', '140613.048000', '140613.051000', '140613.053000', '140613.056000', '140613.059000', '140613.062000', '140613.064000', '140613.067000', '140613.070000', '140613.072000', '140613.075000', '140613.077000', '140613.080000', '140613.083000', '140613.085000', '140613.088000', '140613.091000', '140613.093000', '140613.096000', '140613.099000', '140613.101000', '140613.104000', '140613.107000', '140613.109000', '140613.112000', '140613.114000', '140613.117000', '140613.120000', '140613.122000', '140613.125000', '140613.127000', '140613.130000', '140613.133000', '140613.135000', '140613.138000', '140613.141000', '140628.381000', '140628.384000', '140628.386000', '140628.389000', '140628.392000', '140628.395000', '140628.397000', '140628.400000', '140628.403000', '140628.405000', '140628.408000', '140628.411000', '140628.413000', '140628.416000', '140628.419000', '140628.428000', '140628.430000', '140628.433000', '140628.436000', '140628.439000', '140628.442000', '140628.444000', '140628.447000', '140628.450000', '140628.453000', '140628.455000', '140628.458000', '140628.461000', '140628.464000', '140628.467000', '140628.469000', '140628.472000', '140628.475000', '140628.478000'], 'InstanceCreationTime': ['135413.060000', '135413.063000', '135413.066000', '135413.068000', '135413.071000', '135413.074000', '135413.076000', '135413.079000', '135413.082000', '135413.084000', '135413.087000', '135413.089000', '135413.092000', '135413.102000', '135413.105000', '135413.108000', '135413.110000', '135413.113000', '135413.115000', '135413.118000', '135413.121000', '135413.123000', '135413.126000', '135413.128000', '135413.131000', '135413.134000', '135413.136000', '135413.139000', '135413.142000', '135413.144000', '135413.147000', '135413.150000', '135413.153000', '135413.155000', '135413.158000', '135413.161000', '135413.163000', '135413.166000', '135413.168000', '135413.171000', '135413.174000', '135433.029000', '135433.032000', '135433.035000', '135433.037000', '135433.040000', '135433.043000', '135433.045000', '135433.048000', '135433.050000', '135433.053000', '135433.056000', '135433.058000', '135433.061000', '135433.063000', '135433.066000', '135433.069000', '135433.071000', '135433.074000', '135433.076000', '135433.079000', '135433.082000', '135433.084000', '135433.087000', '135433.089000', '135433.092000', '135433.095000', '135433.097000', '135433.100000', '135433.102000', '135433.105000', '135433.108000', '135433.111000', '135433.114000', '135433.117000', '135433.120000', '135433.122000', '135433.125000', '135433.127000', '135433.130000', '135433.133000', '135433.135000', '135433.138000', '135433.141000', '135453.029000', '135453.033000', '135453.035000', '135453.038000', '135453.040000', '135453.043000', '135453.045000', '135453.048000', '135453.051000', '135453.053000', '135453.056000', '135453.058000', '135453.061000', '135453.064000', '135453.066000', '135453.069000', '135453.071000', '135453.074000', '135453.077000', '135453.079000', '135453.082000', '135453.085000', '135453.087000', '135453.090000', '135453.092000', '135453.095000', '135453.098000', '135453.100000', '135453.103000', '135453.106000', '135453.108000', '135453.111000', '135453.113000', '135453.116000', '135453.119000', '135453.121000', '135453.124000', '135453.126000', '135453.129000', '135453.132000', '135453.134000', '135453.137000', '135453.149000', '135453.151000', '135513.029000', '135513.032000', '135513.035000', '135513.037000', '135513.040000', '135513.043000', '135513.045000', '135513.048000', '135513.050000', '135513.053000', '135513.056000', '135513.058000', '135513.061000', '135513.064000', '135513.066000', '135513.069000', '135513.071000', '135513.074000', '135513.077000', '135513.079000', '135513.082000', '135513.084000', '135513.087000', '135513.090000', '135513.093000', '135513.096000', '135513.099000', '135513.102000', '135513.104000', '135513.107000', '135513.109000', '135513.112000', '135513.115000', '135513.117000', '135513.120000', '135513.122000', '135513.125000', '135513.128000', '135513.130000', '135513.133000', '135513.136000', '135513.138000', '135513.141000', '135533.030000', '135533.032000', '135533.035000', '135533.038000', '135533.041000', '135533.044000', '135533.046000', '135533.049000', '135533.052000', '135533.054000', '135533.057000', '135533.059000', '135533.062000', '135533.065000', '135533.067000', '135533.070000', '135533.073000', '135533.075000', '135533.078000', '135533.080000', '135533.083000', '135533.086000', '135533.088000', '135533.091000', '135533.094000', '135533.096000', '135533.099000', '135533.102000', '135533.104000', '135533.107000', '135533.109000', '135533.112000', '135533.115000', '135533.117000', '135533.120000', '135533.122000', '135533.125000', '135533.128000', '135533.130000', '135533.133000', '135533.142000', '135533.145000', '135533.147000', '135533.150000', '135553.029000', '135553.032000', '135553.035000', '135553.038000', '135553.040000', '135553.043000', '135553.046000', '135553.048000', '135553.051000', '135553.053000', '135553.056000', '135553.059000', '135553.061000', '135553.064000', '135553.066000', '135553.069000', '135553.072000', '135553.074000', '135553.077000', '135553.080000', '135553.082000', '135553.085000', '135553.087000', '135553.090000', '135553.093000', '135553.095000', '135553.098000', '135553.101000', '135553.103000', '135553.106000', '135553.109000', '135553.111000', '135553.114000', '135553.116000', '135553.119000', '135553.122000', '135553.124000', '135553.135000', '135553.138000', '135553.141000', '135553.143000', '135553.146000', '135553.149000', '135613.028000', '135613.035000', '135613.038000', '135613.041000', '135613.043000', '135613.046000', '135613.049000', '135613.051000', '135613.054000', '135613.057000', '135613.059000', '135613.062000', '135613.064000', '135613.067000', '135613.070000', '135613.072000', '135613.075000', '135613.078000', '135613.080000', '135613.083000', '135613.086000', '135613.088000', '135613.091000', '135613.094000', '135613.096000', '135613.099000', '135613.101000', '135613.104000', '135613.107000', '135613.109000', '135613.112000', '135613.115000', '135613.117000', '135613.120000', '135613.122000', '135613.125000', '135613.128000', '135613.130000', '135613.133000', '135613.136000', '135613.138000', '135613.141000', '135613.143000', '135613.146000', '135633.029000', '135633.033000', '135633.035000', '135633.038000', '135633.040000', '135633.043000', '135633.046000', '135633.048000', '135633.051000', '135633.053000', '135633.056000', '135633.058000', '135633.061000', '135633.064000', '135633.072000', '135633.075000', '135633.078000', '135633.080000', '135633.083000', '135633.086000', '135633.088000', '135633.091000', '135633.094000', '135633.096000', '135633.099000', '135633.102000', '135633.104000', '135633.107000', '135633.109000', '135633.112000', '135633.115000', '135633.117000', '135633.120000', '135633.123000', '135633.125000', '135633.128000', '135633.130000', '135633.141000', '135633.144000', '135633.146000', '135633.149000', '135633.152000', '135633.155000', '135653.030000', '135653.032000', '135653.035000', '135653.038000', '135653.040000', '135653.043000', '135653.046000', '135653.048000', '135653.051000', '135653.054000', '135653.056000', '135653.059000', '135653.062000', '135653.064000', '135653.067000', '135653.070000', '135653.072000', '135653.075000', '135653.077000', '135653.080000', '135653.083000', '135653.085000', '135653.088000', '135653.090000', '135653.093000', '135653.096000', '135653.098000', '135653.101000', '135653.103000', '135653.106000', '135653.109000', '135653.112000', '135653.114000', '135653.117000', '135653.119000', '135653.122000', '135653.125000', '135653.127000', '135653.130000', '135653.133000', '135653.135000', '135653.138000', '135653.140000', '135653.143000', '135713.029000', '135713.032000', '135713.035000', '135713.037000', '135713.040000', '135713.043000', '135713.045000', '135713.048000', '135713.051000', '135713.053000', '135713.056000', '135713.059000', '135713.062000', '135713.064000', '135713.067000', '135713.069000', '135713.072000', '135713.075000', '135713.077000', '135713.080000', '135713.083000', '135713.085000', '135713.088000', '135713.090000', '135713.093000', '135713.096000', '135713.099000', '135713.101000', '135713.104000', '135713.107000', '135713.109000', '135713.112000', '135713.115000', '135713.117000', '135713.120000', '135713.122000', '135713.133000', '135713.136000', '135713.138000', '135713.141000', '135713.143000', '135713.146000', '135713.149000', '135733.029000', '135733.032000', '135733.035000', '135733.038000', '135733.040000', '135733.043000', '135733.046000', '135733.048000', '135733.051000', '135733.054000', '135733.056000', '135733.059000', '135733.062000', '135733.064000', '135733.067000', '135733.070000', '135733.072000', '135733.075000', '135733.077000', '135733.080000', '135733.083000', '135733.085000', '135733.088000', '135733.091000', '135733.093000', '135733.096000', '135733.098000', '135733.101000', '135733.104000', '135733.107000', '135733.109000', '135733.112000', '135733.114000', '135733.117000', '135733.120000', '135733.122000', '135733.125000', '135733.128000', '135733.130000', '135733.133000', '135733.135000', '135733.138000', '135733.141000', '135733.143000', '135753.030000', '135753.032000', '135753.035000', '135753.038000', '135753.041000', '135753.043000', '135753.046000', '135753.048000', '135753.051000', '135753.054000', '135753.056000', '135753.059000', '135753.062000', '135753.064000', '135753.067000', '135753.070000', '135753.072000', '135753.075000', '135753.077000', '135753.080000', '135753.083000', '135753.085000', '135753.088000', '135753.091000', '135753.093000', '135753.096000', '135753.099000', '135753.101000', '135753.104000', '135753.107000', '135753.109000', '135753.112000', '135753.115000', '135753.117000', '135753.120000', '135753.123000', '135753.125000', '135753.128000', '135753.130000', '135753.133000', '135753.136000', '135753.138000', '135753.141000', '135813.029000', '135813.032000', '135813.035000', '135813.037000', '135813.040000', '135813.043000', '135813.045000', '135813.048000', '135813.051000', '135813.053000', '135813.056000', '135813.058000', '135813.061000', '135813.064000', '135813.066000', '135813.069000', '135813.072000', '135813.074000', '135813.077000', '135813.094000', '135813.096000', '135813.099000', '135813.102000', '135813.104000', '135813.107000', '135813.110000', '135813.112000', '135813.115000', '135813.117000', '135813.120000', '135813.123000', '135813.125000', '135813.128000', '135813.131000', '135813.133000', '135813.136000', '135813.139000', '135813.141000', '135813.144000', '135813.146000', '135813.149000', '135813.152000', '135813.154000', '135813.157000', '135833.028000', '135833.031000', '135833.035000', '135833.037000', '135833.040000', '135833.043000', '135833.046000', '135833.048000', '135833.051000', '135833.053000', '135833.056000', '135833.059000', '135833.061000', '135833.064000', '135833.067000', '135833.069000', '135833.072000', '135833.074000', '135833.077000', '135833.080000', '135833.082000', '135833.085000', '135833.088000', '135833.090000', '135833.099000', '135833.101000', '135833.104000', '135833.107000', '135833.109000', '135833.112000', '135833.114000', '135833.117000', '135833.120000', '135833.122000', '135833.125000', '135833.128000', '135833.130000', '135833.133000', '135833.135000', '135833.138000', '135833.141000', '135833.143000', '135833.146000', '135853.029000', '135853.032000', '135853.036000', '135853.039000', '135853.041000', '135853.044000', '135853.046000', '135853.049000', '135853.052000', '135853.054000', '135853.057000', '135853.060000', '135853.062000', '135853.065000', '135853.067000', '135853.070000', '135853.073000', '135853.075000', '135853.078000', '135853.081000', '135853.083000', '135853.086000', '135853.088000', '135853.091000', '135853.094000', '135853.096000', '135853.099000', '135853.102000', '135853.104000', '135853.107000', '135853.109000', '135853.112000', '135853.115000', '135853.118000', '135853.120000', '135853.123000', '135853.125000', '135853.128000', '135853.131000', '135853.133000', '135853.136000', '135853.138000', '135853.141000', '135853.144000', '135913.030000', '135913.035000', '135913.037000', '135913.040000', '135913.043000', '135913.045000', '135913.048000', '135913.050000', '135913.053000', '135913.056000', '135913.058000', '135913.061000', '135913.063000', '135913.066000', '135913.069000', '135913.071000', '135913.074000', '135913.077000', '135913.079000', '135913.082000', '135913.085000', '135913.087000', '135913.090000', '135913.093000', '135913.095000', '135913.098000', '135913.101000', '135913.103000', '135913.106000', '135913.108000', '135913.111000', '135913.114000', '135913.116000', '135913.119000', '135913.122000', '135913.124000', '135913.127000', '135913.130000', '135913.132000', '135913.135000', '135913.137000', '135913.140000', '135913.143000', '135933.030000', '135933.032000', '135933.035000', '135933.038000', '135933.040000', '135933.043000', '135933.046000', '135933.048000', '135933.051000', '135933.053000', '135933.056000', '135933.059000', '135933.061000', '135933.064000', '135933.067000', '135933.069000', '135933.072000', '135933.075000', '135933.077000', '135933.080000', '135933.083000', '135933.085000', '135933.088000', '135933.090000', '135933.093000', '135933.096000', '135933.099000', '135933.101000', '135933.104000', '135933.106000', '135933.119000', '135933.122000', '135933.124000', '135933.127000', '135933.130000', '135933.132000', '135933.135000', '135933.138000', '135933.141000', '135933.143000', '135933.146000', '135933.150000', '135933.153000', '135933.156000', '135953.030000', '135953.032000', '135953.035000', '135953.037000', '135953.040000', '135953.043000', '135953.045000', '135953.048000', '135953.051000', '135953.053000', '135953.056000', '135953.058000', '135953.061000', '135953.064000', '135953.066000', '135953.069000', '135953.071000', '135953.074000', '135953.077000', '135953.079000', '135953.082000', '135953.085000', '135953.087000', '135953.090000', '135953.092000', '135953.095000', '135953.098000', '135953.100000', '135953.103000', '135953.106000', '135953.108000', '135953.111000', '135953.114000', '135953.116000', '135953.119000', '135953.121000', '135953.124000', '135953.127000', '135953.129000', '135953.132000', '135953.134000', '135953.137000', '135953.140000', '140013.030000', '140013.032000', '140013.035000', '140013.038000', '140013.040000', '140013.043000', '140013.046000', '140013.048000', '140013.052000', '140013.055000', '140013.058000', '140013.060000', '140013.063000', '140013.066000', '140013.068000', '140013.071000', '140013.075000', '140013.086000', '140013.089000', '140013.091000', '140013.094000', '140013.097000', '140013.099000', '140013.102000', '140013.104000', '140013.107000', '140013.110000', '140013.112000', '140013.115000', '140013.118000', '140013.120000', '140013.123000', '140013.126000', '140013.129000', '140013.131000', '140013.134000', '140013.137000', '140013.139000', '140013.142000', '140013.145000', '140013.147000', '140013.150000', '140013.153000', '140033.029000', '140033.032000', '140033.035000', '140033.038000', '140033.040000', '140033.043000', '140033.046000', '140033.048000', '140033.051000', '140033.054000', '140033.056000', '140033.059000', '140033.061000', '140033.064000', '140033.067000', '140033.069000', '140033.072000', '140033.075000', '140033.077000', '140033.080000', '140033.083000', '140033.085000', '140033.088000', '140033.090000', '140033.093000', '140033.096000', '140033.098000', '140033.101000', '140033.104000', '140033.106000', '140033.109000', '140033.112000', '140033.114000', '140033.117000', '140033.119000', '140033.122000', '140033.125000', '140033.127000', '140033.130000', '140033.133000', '140033.135000', '140033.138000', '140033.140000', '140033.143000', '140053.028000', '140053.031000', '140053.034000', '140053.037000', '140053.040000', '140053.042000', '140053.045000', '140053.048000', '140053.051000', '140053.053000', '140053.056000', '140053.059000', '140053.061000', '140053.064000', '140053.067000', '140053.069000', '140053.072000', '140053.075000', '140053.077000', '140053.080000', '140053.082000', '140053.085000', '140053.088000', '140053.090000', '140053.093000', '140053.095000', '140053.098000', '140053.101000', '140053.103000', '140053.106000', '140053.109000', '140053.111000', '140053.114000', '140053.117000', '140053.119000', '140053.122000', '140053.125000', '140053.127000', '140053.130000', '140053.132000', '140053.135000', '140053.161000', '140053.163000', '140113.030000', '140113.032000', '140113.035000', '140113.038000', '140113.040000', '140113.043000', '140113.046000', '140113.048000', '140113.051000', '140113.054000', '140113.056000', '140113.059000', '140113.062000', '140113.064000', '140113.067000', '140113.070000', '140113.072000', '140113.075000', '140113.077000', '140113.080000', '140113.083000', '140113.085000', '140113.088000', '140113.091000', '140113.093000', '140113.096000', '140113.099000', '140113.101000', '140113.112000', '140113.115000', '140113.118000', '140113.120000', '140113.123000', '140113.125000', '140113.128000', '140113.131000', '140113.133000', '140113.136000', '140113.138000', '140113.141000', '140113.144000', '140113.146000', '140113.149000', '140113.152000', '140133.029000', '140133.032000', '140133.035000', '140133.038000', '140133.040000', '140133.043000', '140133.046000', '140133.049000', '140133.052000', '140133.054000', '140133.057000', '140133.060000', '140133.062000', '140133.065000', '140133.067000', '140133.070000', '140133.073000', '140133.075000', '140133.078000', '140133.081000', '140133.083000', '140133.086000', '140133.089000', '140133.091000', '140133.094000', '140133.097000', '140133.099000', '140133.102000', '140133.104000', '140133.107000', '140133.110000', '140133.114000', '140133.117000', '140133.119000', '140133.122000', '140133.124000', '140133.127000', '140133.130000', '140133.132000', '140133.135000', '140133.138000', '140133.141000', '140133.143000', '140153.029000', '140153.032000', '140153.035000', '140153.038000', '140153.040000', '140153.043000', '140153.046000', '140153.049000', '140153.051000', '140153.054000', '140153.057000', '140153.059000', '140153.062000', '140153.064000', '140153.067000', '140153.070000', '140153.072000', '140153.075000', '140153.078000', '140153.080000', '140153.083000', '140153.086000', '140153.088000', '140153.091000', '140153.094000', '140153.096000', '140153.099000', '140153.102000', '140153.105000', '140153.107000', '140153.110000', '140153.113000', '140153.115000', '140153.118000', '140153.120000', '140153.123000', '140153.126000', '140153.128000', '140153.131000', '140153.134000', '140153.136000', '140153.139000', '140153.142000', '140153.144000', '140213.030000', '140213.033000', '140213.036000', '140213.039000', '140213.041000', '140213.044000', '140213.047000', '140213.049000', '140213.052000', '140213.055000', '140213.057000', '140213.060000', '140213.063000', '140213.065000', '140213.068000', '140213.070000', '140213.073000', '140213.076000', '140213.078000', '140213.081000', '140213.084000', '140213.086000', '140213.089000', '140213.092000', '140213.094000', '140213.097000', '140213.099000', '140213.102000', '140213.105000', '140213.107000', '140213.110000', '140213.118000', '140213.120000', '140213.123000', '140213.126000', '140213.128000', '140213.131000', '140213.144000', '140213.146000', '140213.149000', '140213.152000', '140213.154000', '140213.157000', '140233.029000', '140233.033000', '140233.035000', '140233.038000', '140233.040000', '140233.043000', '140233.046000', '140233.048000', '140233.051000', '140233.054000', '140233.056000', '140233.059000', '140233.062000', '140233.064000', '140233.067000', '140233.070000', '140233.072000', '140233.075000', '140233.078000', '140233.080000', '140233.083000', '140233.086000', '140233.088000', '140233.091000', '140233.094000', '140233.097000', '140233.099000', '140233.102000', '140233.104000', '140233.107000', '140233.110000', '140233.112000', '140233.115000', '140233.118000', '140233.120000', '140233.123000', '140233.125000', '140233.128000', '140233.131000', '140233.133000', '140233.136000', '140233.139000', '140233.141000', '140233.144000', '140253.030000', '140253.032000', '140253.035000', '140253.038000', '140253.040000', '140253.043000', '140253.046000', '140253.048000', '140253.051000', '140253.054000', '140253.056000', '140253.059000', '140253.062000', '140253.064000', '140253.067000', '140253.070000', '140253.072000', '140253.075000', '140253.077000', '140253.080000', '140253.083000', '140253.085000', '140253.088000', '140253.091000', '140253.093000', '140253.096000', '140253.098000', '140253.101000', '140253.104000', '140253.106000', '140253.109000', '140253.112000', '140253.115000', '140253.118000', '140253.121000', '140253.123000', '140253.126000', '140253.128000', '140253.131000', '140253.134000', '140253.136000', '140253.139000', '140253.142000', '140313.029000', '140313.031000', '140313.034000', '140313.037000', '140313.040000', '140313.042000', '140313.045000', '140313.048000', '140313.051000', '140313.053000', '140313.056000', '140313.058000', '140313.061000', '140313.064000', '140313.066000', '140313.069000', '140313.072000', '140313.074000', '140313.077000', '140313.079000', '140313.082000', '140313.085000', '140313.088000', '140313.090000', '140313.093000', '140313.095000', '140313.098000', '140313.101000', '140313.104000', '140313.106000', '140313.109000', '140313.112000', '140313.114000', '140313.117000', '140313.119000', '140313.122000', '140313.125000', '140313.127000', '140313.130000', '140313.133000', '140313.135000', '140313.138000', '140313.141000', '140313.143000', '140333.030000', '140333.033000', '140333.035000', '140333.038000', '140333.041000', '140333.043000', '140333.046000', '140333.049000', '140333.051000', '140333.054000', '140333.056000', '140333.059000', '140333.062000', '140333.064000', '140333.067000', '140333.070000', '140333.072000', '140333.075000', '140333.078000', '140333.080000', '140333.083000', '140333.085000', '140333.088000', '140333.091000', '140333.093000', '140333.096000', '140333.099000', '140333.101000', '140333.104000', '140333.107000', '140333.109000', '140333.112000', '140333.115000', '140333.117000', '140333.128000', '140333.130000', '140333.133000', '140333.136000', '140333.138000', '140333.141000', '140333.144000', '140333.146000', '140333.149000', '140353.030000', '140353.033000', '140353.035000', '140353.038000', '140353.041000', '140353.044000', '140353.046000', '140353.049000', '140353.052000', '140353.054000', '140353.057000', '140353.060000', '140353.062000', '140353.065000', '140353.068000', '140353.070000', '140353.073000', '140353.076000', '140353.078000', '140353.081000', '140353.084000', '140353.086000', '140353.089000', '140353.092000', '140353.094000', '140353.097000', '140353.100000', '140353.102000', '140353.105000', '140353.108000', '140353.110000', '140353.113000', '140353.116000', '140353.118000', '140353.121000', '140353.124000', '140353.126000', '140353.129000', '140353.132000', '140353.134000', '140353.137000', '140353.140000', '140353.142000', '140353.145000', '140413.030000', '140413.033000', '140413.035000', '140413.038000', '140413.040000', '140413.043000', '140413.046000', '140413.048000', '140413.051000', '140413.054000', '140413.056000', '140413.059000', '140413.062000', '140413.064000', '140413.067000', '140413.069000', '140413.072000', '140413.075000', '140413.077000', '140413.080000', '140413.083000', '140413.085000', '140413.088000', '140413.091000', '140413.093000', '140413.096000', '140413.099000', '140413.101000', '140413.104000', '140413.107000', '140413.109000', '140413.112000', '140413.115000', '140413.118000', '140413.120000', '140413.123000', '140413.125000', '140413.128000', '140413.131000', '140413.133000', '140413.136000', '140413.139000', '140413.141000', '140433.030000', '140433.032000', '140433.035000', '140433.038000', '140433.041000', '140433.043000', '140433.046000', '140433.049000', '140433.051000', '140433.054000', '140433.057000', '140433.059000', '140433.062000', '140433.064000', '140433.067000', '140433.070000', '140433.072000', '140433.075000', '140433.078000', '140433.080000', '140433.083000', '140433.085000', '140433.088000', '140433.091000', '140433.093000', '140433.096000', '140433.099000', '140433.101000', '140433.104000', '140433.107000', '140433.109000', '140433.112000', '140433.115000', '140433.117000', '140433.120000', '140433.122000', '140433.125000', '140433.128000', '140433.130000', '140433.133000', '140433.136000', '140433.138000', '140433.141000', '140433.144000', '140453.030000', '140453.032000', '140453.035000', '140453.038000', '140453.040000', '140453.043000', '140453.046000', '140453.048000', '140453.051000', '140453.054000', '140453.056000', '140453.059000', '140453.062000', '140453.072000', '140453.074000', '140453.077000', '140453.094000', '140453.097000', '140453.099000', '140453.102000', '140453.105000', '140453.107000', '140453.110000', '140453.113000', '140453.115000', '140453.118000', '140453.121000', '140453.123000', '140453.129000', '140453.131000', '140453.134000', '140453.137000', '140453.139000', '140453.142000', '140453.144000', '140453.147000', '140453.150000', '140453.152000', '140453.155000', '140453.157000', '140453.160000', '140453.163000', '140453.166000', '140513.030000', '140513.033000', '140513.036000', '140513.038000', '140513.041000', '140513.044000', '140513.046000', '140513.049000', '140513.052000', '140513.055000', '140513.057000', '140513.060000', '140513.062000', '140513.065000', '140513.068000', '140513.070000', '140513.073000', '140513.076000', '140513.078000', '140513.081000', '140513.083000', '140513.086000', '140513.089000', '140513.091000', '140513.094000', '140513.097000', '140513.099000', '140513.102000', '140513.105000', '140513.107000', '140513.110000', '140513.112000', '140513.115000', '140513.118000', '140513.120000', '140513.123000', '140513.125000', '140513.128000', '140513.131000', '140513.133000', '140513.136000', '140513.139000', '140513.141000', '140513.144000', '140533.029000', '140533.032000', '140533.034000', '140533.037000', '140533.040000', '140533.042000', '140533.045000', '140533.048000', '140533.050000', '140533.053000', '140533.055000', '140533.058000', '140533.061000', '140533.063000', '140533.066000', '140533.069000', '140533.071000', '140533.074000', '140533.077000', '140533.079000', '140533.082000', '140533.084000', '140533.087000', '140533.090000', '140533.092000', '140533.095000', '140533.097000', '140533.100000', '140533.103000', '140533.105000', '140533.108000', '140533.111000', '140533.114000', '140533.116000', '140533.119000', '140533.121000', '140533.124000', '140533.126000', '140533.129000', '140533.132000', '140533.134000', '140533.137000', '140533.139000', '140553.030000', '140553.033000', '140553.035000', '140553.038000', '140553.041000', '140553.043000', '140553.046000', '140553.048000', '140553.051000', '140553.054000', '140553.056000', '140553.059000', '140553.062000', '140553.065000', '140553.067000', '140553.070000', '140553.073000', '140553.075000', '140553.078000', '140553.081000', '140553.083000', '140553.086000', '140553.089000', '140553.091000', '140553.094000', '140553.097000', '140553.099000', '140553.102000', '140553.105000', '140553.107000', '140553.110000', '140553.112000', '140553.115000', '140553.118000', '140553.120000', '140553.123000', '140553.126000', '140553.128000', '140553.131000', '140553.133000', '140553.136000', '140553.139000', '140553.159000', '140553.162000', '140613.029000', '140613.032000', '140613.035000', '140613.038000', '140613.040000', '140613.043000', '140613.046000', '140613.048000', '140613.051000', '140613.053000', '140613.056000', '140613.059000', '140613.062000', '140613.064000', '140613.067000', '140613.070000', '140613.072000', '140613.075000', '140613.077000', '140613.080000', '140613.083000', '140613.085000', '140613.088000', '140613.091000', '140613.093000', '140613.096000', '140613.099000', '140613.101000', '140613.104000', '140613.107000', '140613.109000', '140613.112000', '140613.114000', '140613.117000', '140613.120000', '140613.122000', '140613.125000', '140613.127000', '140613.130000', '140613.133000', '140613.135000', '140613.138000', '140613.141000', '140628.381000', '140628.384000', '140628.386000', '140628.389000', '140628.392000', '140628.395000', '140628.397000', '140628.400000', '140628.403000', '140628.405000', '140628.408000', '140628.411000', '140628.413000', '140628.416000', '140628.419000', '140628.428000', '140628.430000', '140628.433000', '140628.436000', '140628.439000', '140628.442000', '140628.444000', '140628.447000', '140628.450000', '140628.453000', '140628.455000', '140628.458000', '140628.461000', '140628.464000', '140628.467000', '140628.469000', '140628.472000', '140628.475000', '140628.478000'], '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': [14373, 17444, 14132, 16455, 14176, 16503, 14391, 16489, 13778, 16075, 12861, 15058, 12293, 15024, 12253, 11452, 14176, 9689, 13499, 10241, 13442, 10564, 14582, 12979, 14971, 12830, 17072, 13081, 16467, 13721, 15865, 13567, 11467, 12979, 11365, 13286, 12540, 14297, 11689, 16173, 12883, 14788, 12347, 15035, 11675, 15703, 12602, 14438, 13315, 9602, 13951, 10356, 14450, 11125, 15202, 11953, 15952, 13519, 15344, 12344, 16027, 13532, 13206, 13515, 9916, 14319, 10903, 14873, 11709, 15483, 13128, 15772, 13671, 16164, 14648, 15640, 14112, 16318, 13024, 15118, 12618, 13241, 13683, 10229, 14780, 11064, 15524, 12370, 16337, 14454, 15978, 13094, 16784, 13958, 15685, 13898, 10929, 15273, 10812, 15411, 10918, 15872, 11668, 15529, 12890, 14538, 12269, 14357, 11686, 14245, 12826, 12193, 12032, 10651, 12864, 10626, 14885, 10951, 15240, 13436, 15793, 13026, 12348, 13323, 10792, 15070, 11184, 14632, 11215, 15230, 10811, 15542, 11912, 14889, 11248, 14334, 10849, 14688, 12558, 14687, 13533, 14051, 11982, 11947, 12056, 12600, 13832, 10982, 15582, 11192, 15285, 11517, 15579, 14288, 15517, 13294, 16208, 12314, 11343, 14092, 11300, 16049, 13720, 11741, 14732, 12759, 15265, 12848, 16094, 11426, 16367, 11993, 15301, 11121, 15298, 13229, 15581, 12413, 14173, 11932, 14339, 11905, 14173, 12793, 11072, 11713, 9835, 12798, 10087, 15481, 12827, 14848, 12362, 17136, 13078, 15985, 13470, 14232, 13061, 10642, 13614, 10846, 15213, 13126, 15513, 10446, 15364, 10471, 15444, 10781, 15331, 12806, 14847, 12763, 15096, 11981, 14512, 12528, 13095, 13093, 10279, 13549, 11128, 14577, 11986, 14917, 11902, 13106, 13625, 13294, 14085, 14000, 10775, 12745, 10844, 13219, 11268, 14353, 10701, 15817, 12924, 14042, 12072, 13746, 11039, 10966, 13400, 11321, 16649, 12962, 14932, 13141, 14789, 13605, 16236, 13311, 16203, 12729, 15107, 12581, 14416, 13280, 9837, 13971, 9987, 14827, 11448, 14937, 12575, 9854, 14734, 10647, 15162, 10957, 15540, 13301, 16070, 12573, 15841, 12486, 14346, 12559, 15278, 13539, 11601, 13271, 10427, 14343, 10261, 15707, 14227, 16821, 12843, 15658, 12443, 12161, 13206, 11104, 15087, 9902, 14493, 10349, 14833, 10856, 14955, 12902, 14029, 11623, 14348, 11342, 14136, 11847, 10347, 14364, 10097, 14443, 10882, 14958, 12989, 16223, 12702, 16083, 12135, 14385, 12012, 12483, 12635, 10095, 13836, 10221, 14107, 12084, 14873, 10234, 15619, 10232, 14683, 10655, 14058, 11417, 14008, 11931, 14399, 11480, 10788, 12152, 10151, 14757, 12346, 15571, 12913, 12483, 12440, 10261, 13960, 13445, 15213, 11889, 10679, 12224, 10078, 13461, 11330, 15811, 11909, 12635, 18695, 13074, 16748, 12267, 14444, 12770, 13201, 12911, 10457, 13132, 11266, 13795, 12323, 11240, 13094, 11113, 15733, 13115, 11287, 11599, 9396, 12774, 10643, 14142, 12313, 17219, 13592, 10269, 12507, 9627, 13426, 10031, 13895, 11082, 14632, 12784, 15812, 12839, 14895, 11256, 13994, 10689, 11766, 11037, 10191, 13025, 9942, 13012, 10707, 12927, 11379, 14555, 12121, 11652, 12465, 10926, 13185, 10183, 13779, 10415, 14182, 11649, 13744, 11046, 12820, 10629, 13646, 11083, 14120, 11941, 14720, 11470, 10505, 10864, 10603, 12238, 10309, 13783, 11912, 15136, 11469, 14321, 10980, 13814, 11822, 9983, 12957, 9854, 13481, 10011, 13886, 12024, 17434, 12573, 16650, 12230, 14090, 11607, 10321, 13268, 11257, 14853, 11496, 15472, 11355, 13312, 12023, 14172, 15832, 10277, 14911, 10058, 13663, 11246, 14154, 12987, 12728, 11596, 12210, 11137, 10306, 12251, 10458, 14121, 10384, 13599, 10694, 12200, 10340, 13173, 10670, 10256, 11754, 9740, 12577, 10000, 13250, 11103, 14478, 12679, 13915, 11285, 12454, 11485, 11561, 12925, 13063, 14634, 9717, 12830, 10089, 13250, 10662, 14169, 11129, 10196, 13784, 10379, 13357, 10307, 15563, 11524, 15663, 13575, 10042, 14237, 10300, 14007, 10464, 15013, 12996, 17031, 12513, 11280, 11119, 10153, 12050, 10051, 13322, 11138, 10324, 11324, 10225, 13264, 10653, 15691, 13064, 13029, 12964, 11411, 13037, 10829, 14358, 12031, 16025, 11584, 14945, 11304, 14838, 11497, 14853, 11094, 10290, 11591, 10423, 11411, 10179, 13762, 10712, 10203, 12889, 9932, 13491, 10578, 13982, 10772, 14892, 11210, 12221, 11262, 12009, 12748, 12218, 15723, 10602, 14284, 10510, 14260, 11730, 14990, 11172, 10231, 10832, 10254, 12004, 10202, 14594, 10410, 14970, 10927, 14292, 10507, 14849, 10754, 12103, 10890, 10061, 12838, 10620, 15374, 12185, 10136, 10590, 10166, 12851, 10873, 15981, 12194, 11677, 11651, 10147, 13239, 11659, 17255, 14042, 14749, 11608, 11905, 11811, 13731, 12527, 11871, 13095, 9937, 11892, 9928, 10956, 10559, 12591, 9947, 13121, 9752, 13297, 10276, 10184, 11737, 10356, 14192, 10147, 13863, 10344, 15754, 11138, 15979, 11313, 14146, 11036, 10435, 11896, 10418, 14247, 9860, 15258, 11051, 14991, 10935, 14852, 11270, 10173, 11563, 10204, 12595, 10513, 14634, 13156, 15037, 10898, 16335, 10882, 16173, 11801, 15440, 12920, 14019, 11450, 14292, 10837, 14698, 11071, 14654, 11363, 10619, 10424, 10260, 10858, 9908, 13561, 10529, 10154, 13687, 10117, 13998, 11042, 15191, 12139, 16174, 14160, 16095, 12284, 16495, 12113, 15918, 11888, 15172, 12369, 9958, 10599, 10209, 11320, 10212, 13757, 11118, 10404, 10710, 10566, 11838, 12318, 13963, 13553, 16158, 10649, 14068, 10167, 14616, 10448, 15159, 13143, 15033, 10969, 14959, 10745, 13240, 10415, 10283, 13589, 10002, 13416, 10297, 14140, 10277, 12261, 11326, 9977, 11711, 10549, 13648, 10396, 15029, 13288, 15844, 11069, 11791, 10948, 10146, 15267, 12983, 10684, 11851, 10578, 13502, 10512, 16114, 13882, 18052, 13190, 17440, 11415, 13359, 11422, 11202, 14102, 10457, 13528, 10251, 14220, 10265, 14862, 12256, 11663, 10795, 10822, 10865, 10055, 12226, 10029, 14055, 10681, 9901, 12015, 10086, 15159, 11302, 16070, 10826, 11841, 11659, 10474, 13644, 12451, 17854, 13296, 12733, 16900, 11520, 14702, 10945, 11392, 13173, 11596, 18621, 12579, 12243, 11713, 10075, 14146, 13009, 16307, 14386, 15764, 11176, 10927, 12261, 10203, 16116, 14146, 14374, 10553, 10675, 12226, 10204, 16060, 14437, 17768, 12040, 12250, 11555, 10320, 15159, 13927, 17658, 12036, 12684, 11233, 10131, 14002, 10232, 15969, 12068, 15907, 11627, 11575, 14864, 10193, 13294, 10503, 13327, 10624, 12314, 14158, 10274, 14295, 10133, 14352, 10957, 15152, 12865, 11540, 10591, 10601, 11064, 10157, 13094, 11146, 14412, 11031, 12552, 10643, 10243, 13966, 12786, 11352, 10718, 9943, 10373, 10317, 13073, 9543, 14986, 11301, 16052, 11730, 14487, 13971, 18635, 12987, 9848, 11375, 9485, 13275, 11170, 13714, 9904, 10283, 12321, 10447, 15981, 14744, 14769, 12279, 12710, 14198, 12337, 17875, 15911, 18902, 14354, 17813, 11620, 14419, 10750, 12560, 14189, 9844, 12083, 10259, 12537, 9661, 13392, 11305, 13777, 10448, 11453, 10216, 9720, 13680, 9766, 13939, 10040, 13780, 10738, 16888, 12767, 12705, 15386, 10334, 12789, 9984, 13913, 11130, 17052, 13261, 10447, 11514, 10182, 13684, 10907, 17512, 15462, 15873, 11326, 10650, 11402, 10153, 13771, 11161, 10493, 15919, 10447, 15424, 10605, 15008, 10531, 15286, 15163, 11598, 14791, 12605, 15701, 12500, 16805, 14803, 15594, 10932, 17023, 11560, 9905, 11629, 10144, 15231, 12192, 9520, 11617, 9462, 13284, 10021, 10878, 11024, 11167, 13471, 10667, 11062, 13416, 13329, 18271, 14772, 17271, 11528, 10991, 11845, 10675, 15871, 12931, 15566, 10874, 14164, 10400, 13006, 9947, 9963, 11586, 9459, 11980, 9806, 12584, 10134, 13230, 9858, 12628, 12254, 9419, 12984, 9617, 13344, 10701, 14497, 12577, 11230, 12216, 9879, 11774, 9880, 13922, 10651, 16166, 11278, 10923, 10820, 9961, 13823, 10365, 10806, 11451, 10738, 10291, 13931, 14219, 17319, 15863, 10897, 14463, 10734, 15937, 11144, 16330, 11494, 12424, 17047, 10514, 13840, 10635, 14345, 10205, 11394, 12867, 9523, 13532, 10128, 13268, 10203, 11410, 11632, 9821, 13683, 10189, 14191, 10923, 15140, 11239, 17080, 13193, 10195, 12730, 10376, 12426, 10578, 14292, 10435, 10506, 16468, 12111, 11397, 10569, 10530, 10303, 10483, 12450, 10482, 13999, 10541, 12647, 10454, 12893, 11029, 14861, 13115, 15753, 10835, 13737, 10607, 10104, 14972, 11019, 12538, 10816, 10713, 10946, 10572, 14838, 12367, 17729, 11644, 15507, 10727, 13786, 11724, 12865, 14788, 10458, 13377, 11011, 15349, 13703, 17429, 14946, 9869, 11861, 10570, 11036, 10618, 10600, 10505, 11828, 11915, 11267, 15960, 10985, 14046, 11037, 14543, 10833, 17233, 11942, 17644, 13246, 10762, 10987, 10870, 11371, 11077, 13655, 11478, 13966, 18472, 13136, 12669, 10754, 10742, 10818, 10952, 11628, 10759, 12699, 11388, 15580, 13363, 13976, 11038, 10742, 10774, 10526, 13371, 10593, 15132, 11317, 16376, 11074, 10844, 15127, 12316, 11432, 10686, 10672, 10665, 10679, 11610, 10730, 12927, 10696, 14153, 10799, 11875, 10394, 12561, 10609, 14090, 11653, 12833, 10972, 11809, 10950, 10627, 11041, 10667, 11897, 10823, 12419, 10991, 10882, 11502, 10616, 13112, 10994, 13197, 11056, 14998, 11101, 10628, 10854, 10830, 11658, 10981, 14614, 10950, 12077, 10879, 11122, 11124, 11137, 13853, 11071, 10535, 10924, 10869, 11100, 11140, 13466, 11059, 11149, 11051, 10924, 10947, 10952, 14443, 11292, 11874, 11193, 11430, 11206, 10901, 15581, 15398, 12122, 11619, 11018, 12405, 10819, 14378, 10822, 13507, 12647, 10637, 14817, 10924, 14269, 11480, 17244, 13446, 15969, 11576, 13998, 10756, 11427, 13556, 10672, 14595, 11115, 13458, 10968, 14783, 10620, 10328, 13511, 11110, 12544, 10780, 10921, 10717, 10527, 15411, 12166, 16526, 10936, 13101, 10655, 12811, 13111, 10688, 11923, 10752, 12171, 10663, 14395, 12731, 13944, 11013, 12763, 10753, 10394, 10742, 10569, 15087, 11105, 10684, 10692, 11132, 13465, 10532, 14316, 11471, 11701, 11037, 11006, 13429, 12036, 16012, 11528, 15863, 11381, 10754, 15252, 13313, 11046, 11126, 10707, 10314, 10676, 10636, 12732, 11350, 14485, 11273, 16152, 11735, 15709, 11944, 15977, 13284, 13252, 11099, 11188, 10475, 10476, 14429, 10623, 10881, 11225, 11114, 11999, 11222, 11301, 11285, 11153, 17888, 11336, 11023, 12059, 10466, 13497, 11620, 10912, 19324, 14018, 10703, 13422, 10978, 10256, 13085, 10513, 17499, 14309, 10876, 16005, 11116, 10989, 14055, 11529, 16325, 15488, 10786, 16864, 12895, 14408, 12912, 12425, 15673, 12396, 16983, 13128, 15236, 11350, 10931, 11853, 11001, 14502, 11591, 11714, 11198, 11027, 11325, 11037, 12999, 11150, 10459, 11270, 11160, 12344, 11276, 14053, 11142, 15446, 11780, 10876, 12956, 11107, 14056, 11157, 15283, 11158, 10695, 15093, 11054, 10488, 11248, 11069, 12991, 11369, 15971, 11446, 13007, 14591, 11375, 14528, 11592, 11585, 13023, 11708, 11691, 13639, 13587, 15170, 14496, 11583, 14455, 11459, 15970, 11261, 16204, 13576, 11285, 14665, 11192, 13443, 11266, 13522, 11164, 14493, 11296, 10608, 11027, 10788, 10974, 11448, 12566, 11031, 10488, 10771, 10925, 10979, 10889, 13467, 12319, 13176, 11102, 10763, 11335, 10506, 13553, 11390, 14885, 11101, 16586, 10851, 13810, 10973, 11560, 12587, 10643, 13167, 11201, 13795, 11388, 14824, 11883, 10575, 12271, 10447, 10594, 10797, 10808, 13986, 11991, 16423, 12468, 12429, 11842, 11677, 13016, 13095, 16736, 10644, 16019, 11694, 14881, 10828, 13743, 10494, 14990, 10528, 13277, 11037, 11570, 10879, 9671, 10612, 10494, 11707, 10524, 12708, 10306, 14102, 10624, 15365, 11221, 15541, 10036, 14746, 10084, 16378, 11918, 12882, 12408, 10695, 10611, 10919, 12372, 11019, 11756, 12580, 10613, 12850, 11236, 13192, 10622, 15592, 13361, 16392, 11611, 17418, 10885, 14651, 10840, 11265, 13973, 10193, 11858, 10906, 12812, 10624, 14252, 11117, 10275, 10183, 10052, 10505, 10614, 12423, 10593, 10550, 10165, 10113, 10580, 9986, 12448, 11079, 15123, 11230, 15795, 10444, 13068, 10323, 10449, 11195, 10022, 13443], 'WindowCenter': [4853.0, 4846.0, 4801.0, 4807.0, 4785.0, 4796.0, 4783.0, 4789.0, 4770.0, 4778.0, 4747.0, 4765.0, 4747.0, 4766.0, 4748.0, 4749.0, 4766.0, 4717.0, 4758.0, 4728.0, 4757.0, 4752.0, 4782.0, 4772.0, 4781.0, 4760.0, 4788.0, 4760.0, 4789.0, 4771.0, 4779.0, 4759.0, 4739.0, 4759.0, 4737.0, 4757.0, 4759.0, 4770.0, 4749.0, 4789.0, 4760.0, 4771.0, 4760.0, 4770.0, 4752.0, 4781.0, 4764.0, 4783.0, 4774.0, 4733.0, 4770.0, 4741.0, 4769.0, 4753.0, 4782.0, 4751.0, 4782.0, 4771.0, 4780.0, 4749.0, 4790.0, 4773.0, 4760.0, 4760.0, 4729.0, 4770.0, 4740.0, 4769.0, 4750.0, 4780.0, 4760.0, 4779.0, 4769.0, 4780.0, 4771.0, 4768.0, 4768.0, 4766.0, 4748.0, 4766.0, 4749.0, 4759.0, 4757.0, 4727.0, 4768.0, 4736.0, 4767.0, 4748.0, 4779.0, 4758.0, 4767.0, 4747.0, 4777.0, 4756.0, 4768.0, 4756.0, 4727.0, 4765.0, 4717.0, 4753.0, 4727.0, 4765.0, 4735.0, 4765.0, 4747.0, 4753.0, 4734.0, 4754.0, 4747.0, 4767.0, 4749.0, 4737.0, 4737.0, 4727.0, 4746.0, 4727.0, 4779.0, 4740.0, 4779.0, 4760.0, 4768.0, 4760.0, 4750.0, 4760.0, 4739.0, 4780.0, 4739.0, 4770.0, 4738.0, 4768.0, 4739.0, 4778.0, 4739.0, 4757.0, 4725.0, 4756.0, 4728.0, 4755.0, 4750.0, 4766.0, 4759.0, 4759.0, 4737.0, 4736.0, 4748.0, 4759.0, 4769.0, 4740.0, 4779.0, 4739.0, 4777.0, 4749.0, 4780.0, 4769.0, 4769.0, 4764.0, 4780.0, 4749.0, 4741.0, 4769.0, 4750.0, 4780.0, 4772.0, 4752.0, 4768.0, 4748.0, 4768.0, 4761.0, 4780.0, 4739.0, 4779.0, 4738.0, 4757.0, 4728.0, 4765.0, 4746.0, 4766.0, 4734.0, 4744.0, 4724.0, 4743.0, 4736.0, 4757.0, 4748.0, 4726.0, 4737.0, 4717.0, 4745.0, 4728.0, 4769.0, 4748.0, 4769.0, 4748.0, 4778.0, 4749.0, 4779.0, 4761.0, 4760.0, 4759.0, 4729.0, 4756.0, 4727.0, 4767.0, 4758.0, 4768.0, 4726.0, 4766.0, 4715.0, 4756.0, 4725.0, 4766.0, 4748.0, 4756.0, 4748.0, 4755.0, 4736.0, 4756.0, 4749.0, 4748.0, 4746.0, 4717.0, 4745.0, 4728.0, 4767.0, 4737.0, 4757.0, 4736.0, 4745.0, 4756.0, 4758.0, 4755.0, 4755.0, 4726.0, 4734.0, 4715.0, 4744.0, 4726.0, 4758.0, 4729.0, 4780.0, 4748.0, 4757.0, 4739.0, 4748.0, 4740.0, 4740.0, 4761.0, 4752.0, 4781.0, 4760.0, 4768.0, 4759.0, 4771.0, 4760.0, 4779.0, 4758.0, 4767.0, 4747.0, 4758.0, 4748.0, 4770.0, 4748.0, 4717.0, 4749.0, 4718.0, 4757.0, 4741.0, 4769.0, 4751.0, 4731.0, 4769.0, 4730.0, 4770.0, 4729.0, 4781.0, 4759.0, 4780.0, 4749.0, 4769.0, 4748.0, 4759.0, 4753.0, 4770.0, 4761.0, 4730.0, 4747.0, 4718.0, 4755.0, 4728.0, 4767.0, 4759.0, 4779.0, 4749.0, 4766.0, 4734.0, 4738.0, 4748.0, 4738.0, 4758.0, 4706.0, 4757.0, 4717.0, 4754.0, 4729.0, 4767.0, 4747.0, 4757.0, 4727.0, 4757.0, 4727.0, 4758.0, 4738.0, 4717.0, 4757.0, 4716.0, 4756.0, 4728.0, 4769.0, 4759.0, 4767.0, 4748.0, 4766.0, 4737.0, 4757.0, 4748.0, 4747.0, 4748.0, 4715.0, 4745.0, 4716.0, 4757.0, 4738.0, 4756.0, 4715.0, 4755.0, 4704.0, 4755.0, 4716.0, 4759.0, 4738.0, 4756.0, 4740.0, 4759.0, 4740.0, 4729.0, 4738.0, 4729.0, 4769.0, 4761.0, 4782.0, 4752.0, 4750.0, 4750.0, 4730.0, 4773.0, 4762.0, 4782.0, 4753.0, 4732.0, 4752.0, 4731.0, 4761.0, 4743.0, 4782.0, 4765.0, 4764.0, 4792.0, 4749.0, 4770.0, 4740.0, 4748.0, 4740.0, 4749.0, 4751.0, 4718.0, 4749.0, 4727.0, 4746.0, 4738.0, 4727.0, 4736.0, 4730.0, 4770.0, 4751.0, 4727.0, 4727.0, 4707.0, 4738.0, 4719.0, 4748.0, 4751.0, 4780.0, 4751.0, 4720.0, 4738.0, 4707.0, 4747.0, 4706.0, 4749.0, 4729.0, 4760.0, 4753.0, 4758.0, 4739.0, 4756.0, 4729.0, 4745.0, 4716.0, 4740.0, 4730.0, 4719.0, 4750.0, 4709.0, 4749.0, 4718.0, 4750.0, 4743.0, 4772.0, 4741.0, 4730.0, 4740.0, 4731.0, 4738.0, 4707.0, 4749.0, 4730.0, 4761.0, 4729.0, 4749.0, 4727.0, 4737.0, 4721.0, 4747.0, 4729.0, 4761.0, 4743.0, 4760.0, 4730.0, 4719.0, 4730.0, 4719.0, 4739.0, 4731.0, 4761.0, 4741.0, 4759.0, 4729.0, 4759.0, 4734.0, 4762.0, 4742.0, 4723.0, 4749.0, 4720.0, 4749.0, 4709.0, 4749.0, 4740.0, 4779.0, 4741.0, 4771.0, 4729.0, 4746.0, 4728.0, 4720.0, 4750.0, 4728.0, 4758.0, 4728.0, 4757.0, 4729.0, 4748.0, 4741.0, 4762.0, 4770.0, 4709.0, 4757.0, 4707.0, 4736.0, 4728.0, 4749.0, 4748.0, 4736.0, 4726.0, 4726.0, 4715.0, 4717.0, 4748.0, 4728.0, 4758.0, 4718.0, 4748.0, 4716.0, 4726.0, 4718.0, 4750.0, 4728.0, 4729.0, 4742.0, 4710.0, 4740.0, 4720.0, 4749.0, 4741.0, 4770.0, 4751.0, 4760.0, 4728.0, 4737.0, 4727.0, 4738.0, 4751.0, 4750.0, 4758.0, 4707.0, 4739.0, 4718.0, 4748.0, 4718.0, 4759.0, 4741.0, 4730.0, 4760.0, 4718.0, 4749.0, 4719.0, 4778.0, 4743.0, 4782.0, 4760.0, 4720.0, 4759.0, 4718.0, 4747.0, 4718.0, 4759.0, 4748.0, 4767.0, 4735.0, 4715.0, 4715.0, 4706.0, 4735.0, 4719.0, 4748.0, 4731.0, 4720.0, 4728.0, 4718.0, 4737.0, 4729.0, 4770.0, 4750.0, 4750.0, 4749.0, 4726.0, 4737.0, 4717.0, 4757.0, 4738.0, 4769.0, 4726.0, 4746.0, 4716.0, 4744.0, 4727.0, 4757.0, 4727.0, 4706.0, 4727.0, 4713.0, 4728.0, 4720.0, 4758.0, 4730.0, 4718.0, 4751.0, 4717.0, 4747.0, 4728.0, 4757.0, 4742.0, 4770.0, 4730.0, 4739.0, 4729.0, 4737.0, 4749.0, 4737.0, 4769.0, 4718.0, 4747.0, 4716.0, 4758.0, 4739.0, 4758.0, 4728.0, 4716.0, 4717.0, 4717.0, 4737.0, 4730.0, 4758.0, 4717.0, 4757.0, 4730.0, 4747.0, 4730.0, 4760.0, 4720.0, 4737.0, 4717.0, 4707.0, 4747.0, 4729.0, 4771.0, 4739.0, 4718.0, 4717.0, 4720.0, 4750.0, 4731.0, 4770.0, 4742.0, 4728.0, 4727.0, 4717.0, 4747.0, 4741.0, 4780.0, 4760.0, 4757.0, 4727.0, 4725.0, 4725.0, 4750.0, 4738.0, 4727.0, 4736.0, 4705.0, 4725.0, 4705.0, 4725.0, 4717.0, 4737.0, 4716.0, 4747.0, 4709.0, 4746.0, 4730.0, 4732.0, 4750.0, 4730.0, 4760.0, 4731.0, 4760.0, 4731.0, 4781.0, 4744.0, 4780.0, 4733.0, 4760.0, 4728.0, 4719.0, 4739.0, 4730.0, 4760.0, 4719.0, 4759.0, 4728.0, 4756.0, 4731.0, 4758.0, 4728.0, 4720.0, 4728.0, 4717.0, 4738.0, 4731.0, 4770.0, 4751.0, 4768.0, 4729.0, 4766.0, 4728.0, 4766.0, 4726.0, 4759.0, 4739.0, 4747.0, 4717.0, 4745.0, 4717.0, 4743.0, 4728.0, 4756.0, 4727.0, 4720.0, 4718.0, 4707.0, 4717.0, 4719.0, 4760.0, 4742.0, 4732.0, 4762.0, 4731.0, 4761.0, 4731.0, 4770.0, 4752.0, 4783.0, 4762.0, 4770.0, 4739.0, 4766.0, 4727.0, 4756.0, 4729.0, 4747.0, 4738.0, 4708.0, 4706.0, 4703.0, 4716.0, 4719.0, 4758.0, 4730.0, 4730.0, 4719.0, 4717.0, 4729.0, 4743.0, 4760.0, 4748.0, 4770.0, 4718.0, 4747.0, 4705.0, 4746.0, 4718.0, 4760.0, 4738.0, 4756.0, 4716.0, 4743.0, 4716.0, 4746.0, 4732.0, 4717.0, 4748.0, 4707.0, 4735.0, 4715.0, 4745.0, 4720.0, 4739.0, 4731.0, 4709.0, 4737.0, 4719.0, 4747.0, 4732.0, 4770.0, 4751.0, 4769.0, 4729.0, 4729.0, 4717.0, 4720.0, 4768.0, 4749.0, 4719.0, 4728.0, 4718.0, 4748.0, 4730.0, 4781.0, 4759.0, 4779.0, 4749.0, 4776.0, 4726.0, 4748.0, 4741.0, 4729.0, 4748.0, 4715.0, 4735.0, 4705.0, 4747.0, 4717.0, 4757.0, 4737.0, 4727.0, 4717.0, 4716.0, 4718.0, 4721.0, 4739.0, 4720.0, 4760.0, 4746.0, 4777.0, 4753.0, 4709.0, 4777.0, 4734.0, 4771.0, 4722.0, 4741.0, 4715.0, 4704.0, 4732.0, 4722.0, 4777.0, 4746.0, 4737.0, 4768.0, 4713.0, 4745.0, 4728.0, 4740.0, 4750.0, 4740.0, 4791.0, 4748.0, 4739.0, 4728.0, 4707.0, 4747.0, 4746.0, 4768.0, 4758.0, 4757.0, 4717.0, 4716.0, 4737.0, 4721.0, 4767.0, 4747.0, 4748.0, 4718.0, 4715.0, 4724.0, 4718.0, 4768.0, 4758.0, 4777.0, 4725.0, 4724.0, 4713.0, 4707.0, 4757.0, 4746.0, 4764.0, 4727.0, 4724.0, 4714.0, 4706.0, 4747.0, 4706.0, 4754.0, 4725.0, 4755.0, 4716.0, 4716.0, 4745.0, 4703.0, 4734.0, 4705.0, 4735.0, 4720.0, 4727.0, 4749.0, 4706.0, 4745.0, 4706.0, 4743.0, 4717.0, 4757.0, 4738.0, 4715.0, 4708.0, 4715.0, 4716.0, 4718.0, 4749.0, 4729.0, 4749.0, 4733.0, 4736.0, 4716.0, 4720.0, 4759.0, 4750.0, 4730.0, 4719.0, 4763.0, 4764.0, 4734.0, 4768.0, 4730.0, 4749.0, 4717.0, 4743.0, 4726.0, 4732.0, 4733.0, 4771.0, 4735.0, 4703.0, 4712.0, 4693.0, 4735.0, 4732.0, 4747.0, 4720.0, 4731.0, 4753.0, 4745.0, 4783.0, 4771.0, 4760.0, 4726.0, 4736.0, 4747.0, 4738.0, 4780.0, 4770.0, 4781.0, 4747.0, 4766.0, 4715.0, 4744.0, 4716.0, 4724.0, 4734.0, 4694.0, 4724.0, 4702.0, 4724.0, 4707.0, 4747.0, 4717.0, 4735.0, 4704.0, 4715.0, 4707.0, 4706.0, 4748.0, 4708.0, 4749.0, 4708.0, 4736.0, 4717.0, 4767.0, 4739.0, 4737.0, 4757.0, 4705.0, 4723.0, 4706.0, 4736.0, 4729.0, 4767.0, 4738.0, 4717.0, 4716.0, 4705.0, 4735.0, 4718.0, 4778.0, 4759.0, 4759.0, 4717.0, 4706.0, 4716.0, 4706.0, 4747.0, 4729.0, 4721.0, 4770.0, 4717.0, 4758.0, 4719.0, 4758.0, 4722.0, 4770.0, 4761.0, 4729.0, 4748.0, 4727.0, 4756.0, 4725.0, 4755.0, 4759.0, 4769.0, 4717.0, 4764.0, 4714.0, 4694.0, 4728.0, 4706.0, 4756.0, 4726.0, 4706.0, 4714.0, 4706.0, 4733.0, 4709.0, 4742.0, 4730.0, 4729.0, 4751.0, 4720.0, 4726.0, 4747.0, 4749.0, 4778.0, 4746.0, 4754.0, 4701.0, 4701.0, 4712.0, 4702.0, 4754.0, 4724.0, 4743.0, 4704.0, 4731.0, 4693.0, 4719.0, 4692.0, 4694.0, 4715.0, 4695.0, 4723.0, 4706.0, 4725.0, 4717.0, 4736.0, 4720.0, 4740.0, 4728.0, 4696.0, 4736.0, 4696.0, 4736.0, 4717.0, 4746.0, 4729.0, 4717.0, 4725.0, 4705.0, 4725.0, 4706.0, 4744.0, 4718.0, 4768.0, 4731.0, 4730.0, 4728.0, 4722.0, 4762.0, 4733.0, 4730.0, 4741.0, 4729.0, 4717.0, 4759.0, 4761.0, 4779.0, 4772.0, 4719.0, 4749.0, 4717.0, 4756.0, 4728.0, 4755.0, 4728.0, 4738.0, 4769.0, 4707.0, 4735.0, 4705.0, 4735.0, 4705.0, 4726.0, 4737.0, 4697.0, 4738.0, 4707.0, 4736.0, 4708.0, 4728.0, 4729.0, 4709.0, 4749.0, 4719.0, 4748.0, 4716.0, 4747.0, 4728.0, 4768.0, 4740.0, 4707.0, 4736.0, 4709.0, 4727.0, 4708.0, 4747.0, 4718.0, 4719.0, 4770.0, 4740.0, 4728.0, 4717.0, 4717.0, 4718.0, 4720.0, 4751.0, 4732.0, 4761.0, 4720.0, 4749.0, 4719.0, 4738.0, 4728.0, 4759.0, 4750.0, 4758.0, 4717.0, 4748.0, 4717.0, 4719.0, 4757.0, 4718.0, 4737.0, 4717.0, 4718.0, 4718.0, 4718.0, 4760.0, 4741.0, 4779.0, 4731.0, 4757.0, 4716.0, 4737.0, 4727.0, 4726.0, 4735.0, 4695.0, 4724.0, 4704.0, 4744.0, 4736.0, 4767.0, 4744.0, 4693.0, 4714.0, 4705.0, 4703.0, 4704.0, 4705.0, 4705.0, 4728.0, 4728.0, 4718.0, 4756.0, 4717.0, 4735.0, 4706.0, 4733.0, 4704.0, 4754.0, 4715.0, 4754.0, 4725.0, 4704.0, 4702.0, 4702.0, 4703.0, 4704.0, 4732.0, 4715.0, 4735.0, 4766.0, 4725.0, 4724.0, 4704.0, 4701.0, 4704.0, 4705.0, 4715.0, 4705.0, 4736.0, 4716.0, 4757.0, 4736.0, 4734.0, 4705.0, 4703.0, 4702.0, 4703.0, 4725.0, 4705.0, 4744.0, 4714.0, 4753.0, 4703.0, 4705.0, 4745.0, 4725.0, 4713.0, 4701.0, 4703.0, 4704.0, 4703.0, 4726.0, 4716.0, 4737.0, 4707.0, 4738.0, 4705.0, 4715.0, 4694.0, 4711.0, 4692.0, 4732.0, 4704.0, 4723.0, 4704.0, 4713.0, 4705.0, 4706.0, 4715.0, 4704.0, 4715.0, 4716.0, 4726.0, 4718.0, 4718.0, 4728.0, 4706.0, 4738.0, 4708.0, 4735.0, 4718.0, 4746.0, 4716.0, 4707.0, 4705.0, 4714.0, 4716.0, 4717.0, 4747.0, 4717.0, 4726.0, 4716.0, 4716.0, 4717.0, 4729.0, 4749.0, 4729.0, 4717.0, 4718.0, 4718.0, 4716.0, 4730.0, 4750.0, 4732.0, 4732.0, 4732.0, 4731.0, 4730.0, 4732.0, 4773.0, 4744.0, 4741.0, 4731.0, 4730.0, 4730.0, 4747.0, 4785.0, 4774.0, 4751.0, 4741.0, 4730.0, 4740.0, 4731.0, 4758.0, 4732.0, 4761.0, 4753.0, 4720.0, 4772.0, 4731.0, 4758.0, 4732.0, 4781.0, 4751.0, 4758.0, 4718.0, 4737.0, 4706.0, 4717.0, 4737.0, 4706.0, 4746.0, 4715.0, 4732.0, 4705.0, 4744.0, 4718.0, 4709.0, 4736.0, 4716.0, 4726.0, 4715.0, 4716.0, 4717.0, 4718.0, 4758.0, 4729.0, 4757.0, 4717.0, 4736.0, 4707.0, 4726.0, 4726.0, 4705.0, 4714.0, 4703.0, 4713.0, 4706.0, 4734.0, 4725.0, 4733.0, 4706.0, 4725.0, 4717.0, 4706.0, 4716.0, 4718.0, 4755.0, 4717.0, 4718.0, 4718.0, 4729.0, 4738.0, 4721.0, 4748.0, 4729.0, 4726.0, 4707.0, 4707.0, 4737.0, 4728.0, 4758.0, 4730.0, 4759.0, 4729.0, 4718.0, 4757.0, 4738.0, 4717.0, 4716.0, 4717.0, 4708.0, 4719.0, 4719.0, 4752.0, 4743.0, 4762.0, 4731.0, 4770.0, 4730.0, 4757.0, 4727.0, 4759.0, 4739.0, 4726.0, 4716.0, 4716.0, 4720.0, 4707.0, 4748.0, 4707.0, 4718.0, 4716.0, 4730.0, 4727.0, 4729.0, 4716.0, 4692.0, 4701.0, 4752.0, 4692.0, 4690.0, 4725.0, 4757.0, 4760.0, 4728.0, 4732.0, 4803.0, 4748.0, 4706.0, 4731.0, 4704.0, 4704.0, 4736.0, 4717.0, 4780.0, 4761.0, 4728.0, 4768.0, 4727.0, 4717.0, 4744.0, 4726.0, 4766.0, 4756.0, 4717.0, 4766.0, 4726.0, 4745.0, 4725.0, 4724.0, 4742.0, 4713.0, 4742.0, 4722.0, 4731.0, 4701.0, 4691.0, 4700.0, 4702.0, 4733.0, 4712.0, 4712.0, 4701.0, 4700.0, 4702.0, 4703.0, 4734.0, 4717.0, 4716.0, 4716.0, 4717.0, 4737.0, 4717.0, 4747.0, 4728.0, 4758.0, 4729.0, 4718.0, 4737.0, 4717.0, 4746.0, 4719.0, 4759.0, 4730.0, 4732.0, 4761.0, 4730.0, 4718.0, 4718.0, 4728.0, 4749.0, 4741.0, 4769.0, 4743.0, 4753.0, 4772.0, 4742.0, 4772.0, 4755.0, 4754.0, 4765.0, 4740.0, 4740.0, 4750.0, 4752.0, 4772.0, 4761.0, 4727.0, 4748.0, 4729.0, 4757.0, 4730.0, 4769.0, 4739.0, 4717.0, 4746.0, 4705.0, 4724.0, 4705.0, 4734.0, 4716.0, 4746.0, 4717.0, 4706.0, 4705.0, 4706.0, 4716.0, 4727.0, 4739.0, 4719.0, 4708.0, 4719.0, 4719.0, 4719.0, 4730.0, 4751.0, 4743.0, 4751.0, 4731.0, 4719.0, 4729.0, 4719.0, 4751.0, 4731.0, 4760.0, 4731.0, 4769.0, 4720.0, 4749.0, 4720.0, 4730.0, 4740.0, 4718.0, 4739.0, 4745.0, 4765.0, 4755.0, 4759.0, 4727.0, 4721.0, 4741.0, 4721.0, 4720.0, 4718.0, 4730.0, 4762.0, 4743.0, 4783.0, 4754.0, 4742.0, 4730.0, 4730.0, 4739.0, 4741.0, 4770.0, 4708.0, 4758.0, 4716.0, 4734.0, 4694.0, 4724.0, 4695.0, 4748.0, 4707.0, 4725.0, 4716.0, 4714.0, 4705.0, 4696.0, 4717.0, 4719.0, 4728.0, 4719.0, 4739.0, 4721.0, 4750.0, 4723.0, 4761.0, 4732.0, 4759.0, 4709.0, 4749.0, 4708.0, 4759.0, 4731.0, 4753.0, 4743.0, 4723.0, 4709.0, 4719.0, 4726.0, 4717.0, 4730.0, 4739.0, 4708.0, 4738.0, 4719.0, 4737.0, 4719.0, 4759.0, 4750.0, 4758.0, 4719.0, 4767.0, 4707.0, 4735.0, 4706.0, 4707.0, 4736.0, 4695.0, 4714.0, 4706.0, 4714.0, 4706.0, 4746.0, 4705.0, 4707.0, 4708.0, 4708.0, 4708.0, 4719.0, 4728.0, 4705.0, 4694.0, 4695.0, 4695.0, 4695.0, 4695.0, 4726.0, 4718.0, 4747.0, 4717.0, 4745.0, 4707.0, 4724.0, 4695.0, 4706.0, 4705.0, 4696.0, 4737.0], 'WindowWidth': [10563.0, 10541.0, 10465.0, 10468.0, 10430.0, 10447.0, 10424.0, 10428.0, 10398.0, 10410.0, 10361.0, 10385.0, 10360.0, 10388.0, 10365.0, 10367.0, 10388.0, 10321.0, 10378.0, 10337.0, 10375.0, 10378.0, 10417.0, 10403.0, 10415.0, 10385.0, 10424.0, 10384.0, 10426.0, 10404.0, 10413.0, 10383.0, 10352.0, 10378.0, 10349.0, 10376.0, 10381.0, 10398.0, 10368.0, 10423.0, 10382.0, 10399.0, 10384.0, 10395.0, 10373.0, 10414.0, 10396.0, 10422.0, 10410.0, 10353.0, 10400.0, 10358.0, 10395.0, 10378.0, 10421.0, 10373.0, 10418.0, 10400.0, 10414.0, 10369.0, 10430.0, 10408.0, 10387.0, 10385.0, 10341.0, 10398.0, 10355.0, 10398.0, 10373.0, 10415.0, 10383.0, 10412.0, 10395.0, 10416.0, 10401.0, 10396.0, 10393.0, 10390.0, 10362.0, 10388.0, 10367.0, 10382.0, 10377.0, 10334.0, 10392.0, 10344.0, 10387.0, 10366.0, 10411.0, 10379.0, 10392.0, 10363.0, 10403.0, 10372.0, 10393.0, 10372.0, 10333.0, 10383.0, 10315.0, 10363.0, 10331.0, 10384.0, 10341.0, 10384.0, 10357.0, 10365.0, 10337.0, 10365.0, 10363.0, 10390.0, 10366.0, 10346.0, 10345.0, 10331.0, 10356.0, 10333.0, 10410.0, 10358.0, 10411.0, 10381.0, 10392.0, 10381.0, 10368.0, 10383.0, 10353.0, 10414.0, 10352.0, 10396.0, 10349.0, 10393.0, 10354.0, 10408.0, 10353.0, 10376.0, 10327.0, 10370.0, 10332.0, 10368.0, 10368.0, 10387.0, 10380.0, 10379.0, 10348.0, 10345.0, 10365.0, 10383.0, 10394.0, 10353.0, 10408.0, 10352.0, 10403.0, 10366.0, 10412.0, 10396.0, 10398.0, 10393.0, 10411.0, 10366.0, 10359.0, 10393.0, 10371.0, 10416.0, 10402.0, 10373.0, 10391.0, 10364.0, 10393.0, 10386.0, 10416.0, 10353.0, 10413.0, 10346.0, 10374.0, 10333.0, 10386.0, 10358.0, 10388.0, 10336.0, 10351.0, 10323.0, 10348.0, 10344.0, 10372.0, 10360.0, 10328.0, 10344.0, 10316.0, 10353.0, 10336.0, 10394.0, 10364.0, 10395.0, 10364.0, 10407.0, 10365.0, 10410.0, 10386.0, 10382.0, 10380.0, 10336.0, 10369.0, 10331.0, 10386.0, 10379.0, 10392.0, 10328.0, 10386.0, 10311.0, 10368.0, 10326.0, 10383.0, 10363.0, 10372.0, 10363.0, 10370.0, 10341.0, 10374.0, 10365.0, 10361.0, 10355.0, 10316.0, 10351.0, 10333.0, 10386.0, 10346.0, 10370.0, 10342.0, 10352.0, 10372.0, 10375.0, 10369.0, 10368.0, 10326.0, 10336.0, 10311.0, 10351.0, 10328.0, 10373.0, 10337.0, 10410.0, 10361.0, 10373.0, 10349.0, 10359.0, 10354.0, 10354.0, 10385.0, 10373.0, 10415.0, 10381.0, 10392.0, 10380.0, 10401.0, 10385.0, 10407.0, 10376.0, 10389.0, 10357.0, 10375.0, 10363.0, 10395.0, 10362.0, 10316.0, 10360.0, 10320.0, 10370.0, 10354.0, 10394.0, 10372.0, 10341.0, 10394.0, 10339.0, 10394.0, 10338.0, 10412.0, 10381.0, 10411.0, 10365.0, 10394.0, 10362.0, 10380.0, 10376.0, 10399.0, 10384.0, 10338.0, 10358.0, 10318.0, 10366.0, 10334.0, 10389.0, 10379.0, 10406.0, 10362.0, 10384.0, 10338.0, 10348.0, 10362.0, 10348.0, 10376.0, 10299.0, 10370.0, 10314.0, 10364.0, 10338.0, 10389.0, 10359.0, 10372.0, 10331.0, 10371.0, 10332.0, 10376.0, 10349.0, 10317.0, 10372.0, 10316.0, 10370.0, 10333.0, 10393.0, 10380.0, 10388.0, 10361.0, 10385.0, 10343.0, 10372.0, 10362.0, 10361.0, 10360.0, 10312.0, 10353.0, 10314.0, 10369.0, 10349.0, 10371.0, 10312.0, 10366.0, 10296.0, 10364.0, 10314.0, 10375.0, 10351.0, 10371.0, 10353.0, 10378.0, 10351.0, 10337.0, 10347.0, 10338.0, 10394.0, 10385.0, 10414.0, 10370.0, 10365.0, 10366.0, 10341.0, 10406.0, 10388.0, 10415.0, 10375.0, 10344.0, 10373.0, 10345.0, 10387.0, 10362.0, 10419.0, 10398.0, 10391.0, 10432.0, 10366.0, 10395.0, 10350.0, 10357.0, 10347.0, 10361.0, 10366.0, 10318.0, 10360.0, 10329.0, 10353.0, 10342.0, 10329.0, 10341.0, 10340.0, 10393.0, 10365.0, 10327.0, 10326.0, 10300.0, 10342.0, 10319.0, 10360.0, 10369.0, 10412.0, 10370.0, 10323.0, 10345.0, 10300.0, 10354.0, 10299.0, 10360.0, 10331.0, 10377.0, 10372.0, 10374.0, 10346.0, 10369.0, 10331.0, 10349.0, 10312.0, 10349.0, 10336.0, 10321.0, 10363.0, 10306.0, 10359.0, 10317.0, 10362.0, 10360.0, 10399.0, 10354.0, 10337.0, 10348.0, 10336.0, 10344.0, 10301.0, 10361.0, 10339.0, 10381.0, 10334.0, 10361.0, 10329.0, 10342.0, 10323.0, 10356.0, 10336.0, 10381.0, 10358.0, 10377.0, 10336.0, 10318.0, 10333.0, 10319.0, 10346.0, 10339.0, 10381.0, 10352.0, 10377.0, 10334.0, 10373.0, 10346.0, 10385.0, 10357.0, 10328.0, 10365.0, 10320.0, 10360.0, 10305.0, 10364.0, 10354.0, 10406.0, 10352.0, 10394.0, 10331.0, 10352.0, 10329.0, 10324.0, 10364.0, 10333.0, 10374.0, 10332.0, 10371.0, 10333.0, 10358.0, 10355.0, 10383.0, 10393.0, 10304.0, 10372.0, 10298.0, 10339.0, 10333.0, 10363.0, 10359.0, 10340.0, 10326.0, 10324.0, 10309.0, 10315.0, 10360.0, 10333.0, 10373.0, 10315.0, 10358.0, 10311.0, 10325.0, 10319.0, 10366.0, 10336.0, 10335.0, 10355.0, 10309.0, 10350.0, 10323.0, 10362.0, 10358.0, 10396.0, 10369.0, 10378.0, 10332.0, 10344.0, 10327.0, 10348.0, 10367.0, 10366.0, 10376.0, 10301.0, 10344.0, 10318.0, 10358.0, 10318.0, 10378.0, 10355.0, 10339.0, 10380.0, 10321.0, 10363.0, 10322.0, 10405.0, 10360.0, 10414.0, 10380.0, 10324.0, 10377.0, 10317.0, 10357.0, 10317.0, 10378.0, 10360.0, 10386.0, 10339.0, 10309.0, 10309.0, 10297.0, 10335.0, 10322.0, 10362.0, 10338.0, 10320.0, 10331.0, 10316.0, 10343.0, 10336.0, 10398.0, 10367.0, 10365.0, 10361.0, 10327.0, 10341.0, 10316.0, 10374.0, 10346.0, 10391.0, 10324.0, 10353.0, 10309.0, 10349.0, 10327.0, 10372.0, 10330.0, 10297.0, 10327.0, 10305.0, 10329.0, 10322.0, 10374.0, 10340.0, 10319.0, 10366.0, 10317.0, 10357.0, 10333.0, 10374.0, 10358.0, 10393.0, 10339.0, 10350.0, 10333.0, 10344.0, 10363.0, 10346.0, 10392.0, 10316.0, 10355.0, 10313.0, 10374.0, 10349.0, 10373.0, 10332.0, 10314.0, 10313.0, 10313.0, 10345.0, 10339.0, 10374.0, 10318.0, 10372.0, 10335.0, 10355.0, 10337.0, 10376.0, 10321.0, 10342.0, 10315.0, 10303.0, 10358.0, 10338.0, 10396.0, 10349.0, 10319.0, 10316.0, 10321.0, 10364.0, 10343.0, 10394.0, 10355.0, 10333.0, 10329.0, 10314.0, 10357.0, 10356.0, 10411.0, 10380.0, 10372.0, 10326.0, 10323.0, 10322.0, 10364.0, 10346.0, 10327.0, 10339.0, 10294.0, 10320.0, 10294.0, 10324.0, 10317.0, 10343.0, 10314.0, 10355.0, 10306.0, 10353.0, 10338.0, 10345.0, 10368.0, 10339.0, 10379.0, 10341.0, 10378.0, 10342.0, 10412.0, 10363.0, 10409.0, 10344.0, 10377.0, 10331.0, 10319.0, 10348.0, 10337.0, 10379.0, 10320.0, 10376.0, 10331.0, 10369.0, 10340.0, 10375.0, 10333.0, 10320.0, 10331.0, 10314.0, 10346.0, 10344.0, 10394.0, 10368.0, 10389.0, 10334.0, 10384.0, 10332.0, 10384.0, 10329.0, 10377.0, 10347.0, 10354.0, 10312.0, 10348.0, 10312.0, 10345.0, 10330.0, 10368.0, 10331.0, 10323.0, 10316.0, 10300.0, 10314.0, 10320.0, 10380.0, 10359.0, 10346.0, 10386.0, 10341.0, 10383.0, 10340.0, 10394.0, 10372.0, 10417.0, 10385.0, 10393.0, 10347.0, 10383.0, 10328.0, 10368.0, 10334.0, 10357.0, 10343.0, 10300.0, 10295.0, 10289.0, 10310.0, 10323.0, 10375.0, 10337.0, 10336.0, 10321.0, 10317.0, 10332.0, 10358.0, 10380.0, 10359.0, 10393.0, 10316.0, 10355.0, 10296.0, 10352.0, 10321.0, 10377.0, 10345.0, 10368.0, 10312.0, 10346.0, 10310.0, 10356.0, 10343.0, 10315.0, 10358.0, 10298.0, 10336.0, 10311.0, 10352.0, 10325.0, 10349.0, 10338.0, 10306.0, 10342.0, 10318.0, 10356.0, 10343.0, 10392.0, 10366.0, 10391.0, 10333.0, 10331.0, 10313.0, 10323.0, 10388.0, 10363.0, 10320.0, 10332.0, 10316.0, 10358.0, 10338.0, 10410.0, 10379.0, 10407.0, 10362.0, 10396.0, 10326.0, 10359.0, 10353.0, 10333.0, 10358.0, 10308.0, 10336.0, 10293.0, 10352.0, 10315.0, 10370.0, 10343.0, 10326.0, 10312.0, 10311.0, 10316.0, 10327.0, 10349.0, 10324.0, 10377.0, 10369.0, 10435.0, 10373.0, 10300.0, 10407.0, 10340.0, 10390.0, 10321.0, 10348.0, 10301.0, 10287.0, 10325.0, 10314.0, 10400.0, 10353.0, 10341.0, 10388.0, 10304.0, 10349.0, 10332.0, 10351.0, 10365.0, 10351.0, 10425.0, 10361.0, 10346.0, 10330.0, 10299.0, 10353.0, 10354.0, 10388.0, 10374.0, 10370.0, 10314.0, 10311.0, 10340.0, 10324.0, 10385.0, 10356.0, 10355.0, 10315.0, 10307.0, 10319.0, 10315.0, 10386.0, 10371.0, 10397.0, 10320.0, 10319.0, 10303.0, 10299.0, 10370.0, 10352.0, 10378.0, 10324.0, 10319.0, 10304.0, 10295.0, 10352.0, 10295.0, 10360.0, 10319.0, 10362.0, 10311.0, 10309.0, 10349.0, 10288.0, 10330.0, 10293.0, 10334.0, 10320.0, 10328.0, 10359.0, 10295.0, 10348.0, 10294.0, 10343.0, 10312.0, 10368.0, 10343.0, 10307.0, 10299.0, 10308.0, 10309.0, 10316.0, 10361.0, 10333.0, 10360.0, 10341.0, 10340.0, 10313.0, 10321.0, 10376.0, 10363.0, 10334.0, 10319.0, 10408.0, 10405.0, 10343.0, 10395.0, 10344.0, 10356.0, 10306.0, 10337.0, 10322.0, 10325.0, 10327.0, 10388.0, 10337.0, 10286.0, 10296.0, 10274.0, 10334.0, 10341.0, 10355.0, 10323.0, 10340.0, 10370.0, 10363.0, 10419.0, 10396.0, 10376.0, 10326.0, 10338.0, 10355.0, 10342.0, 10408.0, 10392.0, 10411.0, 10357.0, 10381.0, 10308.0, 10346.0, 10310.0, 10318.0, 10333.0, 10276.0, 10318.0, 10286.0, 10315.0, 10302.0, 10354.0, 10313.0, 10335.0, 10293.0, 10306.0, 10299.0, 10300.0, 10358.0, 10301.0, 10358.0, 10301.0, 10338.0, 10314.0, 10383.0, 10346.0, 10339.0, 10367.0, 10291.0, 10316.0, 10295.0, 10336.0, 10333.0, 10385.0, 10344.0, 10311.0, 10309.0, 10293.0, 10335.0, 10315.0, 10401.0, 10373.0, 10371.0, 10311.0, 10296.0, 10308.0, 10298.0, 10354.0, 10334.0, 10322.0, 10392.0, 10316.0, 10373.0, 10320.0, 10373.0, 10326.0, 10392.0, 10381.0, 10330.0, 10357.0, 10324.0, 10367.0, 10320.0, 10367.0, 10374.0, 10393.0, 10313.0, 10377.0, 10306.0, 10276.0, 10332.0, 10297.0, 10368.0, 10325.0, 10297.0, 10306.0, 10297.0, 10332.0, 10307.0, 10357.0, 10337.0, 10335.0, 10366.0, 10323.0, 10326.0, 10356.0, 10360.0, 10402.0, 10355.0, 10360.0, 10283.0, 10283.0, 10297.0, 10287.0, 10363.0, 10318.0, 10344.0, 10287.0, 10321.0, 10271.0, 10302.0, 10271.0, 10277.0, 10306.0, 10280.0, 10317.0, 10296.0, 10320.0, 10313.0, 10339.0, 10320.0, 10348.0, 10331.0, 10283.0, 10338.0, 10282.0, 10335.0, 10312.0, 10354.0, 10332.0, 10311.0, 10322.0, 10294.0, 10319.0, 10296.0, 10346.0, 10316.0, 10387.0, 10343.0, 10338.0, 10332.0, 10327.0, 10386.0, 10348.0, 10340.0, 10357.0, 10337.0, 10315.0, 10376.0, 10382.0, 10406.0, 10399.0, 10318.0, 10360.0, 10314.0, 10365.0, 10330.0, 10364.0, 10329.0, 10342.0, 10390.0, 10298.0, 10333.0, 10293.0, 10331.0, 10295.0, 10326.0, 10341.0, 10285.0, 10342.0, 10300.0, 10337.0, 10302.0, 10331.0, 10333.0, 10304.0, 10360.0, 10318.0, 10357.0, 10311.0, 10354.0, 10330.0, 10389.0, 10349.0, 10298.0, 10337.0, 10300.0, 10323.0, 10300.0, 10353.0, 10317.0, 10318.0, 10392.0, 10348.0, 10328.0, 10314.0, 10315.0, 10317.0, 10322.0, 10366.0, 10341.0, 10380.0, 10322.0, 10360.0, 10319.0, 10344.0, 10332.0, 10377.0, 10363.0, 10373.0, 10315.0, 10356.0, 10314.0, 10317.0, 10372.0, 10318.0, 10342.0, 10314.0, 10317.0, 10318.0, 10319.0, 10378.0, 10354.0, 10404.0, 10336.0, 10367.0, 10310.0, 10340.0, 10326.0, 10322.0, 10336.0, 10277.0, 10315.0, 10288.0, 10347.0, 10337.0, 10384.0, 10349.0, 10274.0, 10306.0, 10294.0, 10289.0, 10291.0, 10292.0, 10294.0, 10328.0, 10329.0, 10315.0, 10368.0, 10312.0, 10336.0, 10294.0, 10330.0, 10290.0, 10360.0, 10305.0, 10362.0, 10320.0, 10289.0, 10283.0, 10282.0, 10284.0, 10288.0, 10326.0, 10308.0, 10336.0, 10381.0, 10321.0, 10319.0, 10290.0, 10284.0, 10291.0, 10292.0, 10307.0, 10292.0, 10336.0, 10310.0, 10368.0, 10339.0, 10333.0, 10292.0, 10286.0, 10282.0, 10285.0, 10317.0, 10289.0, 10345.0, 10305.0, 10356.0, 10287.0, 10291.0, 10348.0, 10321.0, 10302.0, 10283.0, 10286.0, 10288.0, 10288.0, 10324.0, 10309.0, 10340.0, 10298.0, 10341.0, 10292.0, 10303.0, 10273.0, 10293.0, 10270.0, 10327.0, 10289.0, 10312.0, 10288.0, 10299.0, 10291.0, 10294.0, 10307.0, 10290.0, 10304.0, 10307.0, 10321.0, 10313.0, 10313.0, 10329.0, 10295.0, 10341.0, 10299.0, 10333.0, 10312.0, 10351.0, 10311.0, 10298.0, 10292.0, 10304.0, 10307.0, 10311.0, 10353.0, 10312.0, 10323.0, 10308.0, 10308.0, 10310.0, 10330.0, 10360.0, 10332.0, 10314.0, 10312.0, 10312.0, 10310.0, 10333.0, 10363.0, 10340.0, 10339.0, 10340.0, 10336.0, 10333.0, 10341.0, 10399.0, 10360.0, 10353.0, 10336.0, 10334.0, 10335.0, 10369.0, 10422.0, 10404.0, 10368.0, 10353.0, 10338.0, 10349.0, 10337.0, 10373.0, 10341.0, 10380.0, 10372.0, 10322.0, 10395.0, 10337.0, 10372.0, 10340.0, 10408.0, 10366.0, 10372.0, 10313.0, 10338.0, 10295.0, 10311.0, 10341.0, 10294.0, 10349.0, 10305.0, 10325.0, 10292.0, 10344.0, 10314.0, 10304.0, 10338.0, 10308.0, 10323.0, 10308.0, 10309.0, 10312.0, 10315.0, 10372.0, 10331.0, 10368.0, 10312.0, 10336.0, 10295.0, 10323.0, 10323.0, 10289.0, 10301.0, 10284.0, 10298.0, 10291.0, 10330.0, 10318.0, 10327.0, 10291.0, 10319.0, 10313.0, 10296.0, 10310.0, 10314.0, 10362.0, 10314.0, 10315.0, 10315.0, 10330.0, 10342.0, 10322.0, 10357.0, 10330.0, 10324.0, 10296.0, 10295.0, 10338.0, 10327.0, 10370.0, 10333.0, 10373.0, 10334.0, 10315.0, 10370.0, 10341.0, 10310.0, 10309.0, 10312.0, 10299.0, 10318.0, 10319.0, 10368.0, 10358.0, 10382.0, 10337.0, 10388.0, 10332.0, 10367.0, 10326.0, 10372.0, 10345.0, 10322.0, 10307.0, 10306.0, 10322.0, 10297.0, 10356.0, 10298.0, 10313.0, 10311.0, 10338.0, 10327.0, 10333.0, 10311.0, 10267.0, 10279.0, 10350.0, 10266.0, 10261.0, 10322.0, 10390.0, 10381.0, 10332.0, 10344.0, 10448.0, 10359.0, 10296.0, 10325.0, 10290.0, 10293.0, 10337.0, 10314.0, 10406.0, 10382.0, 10333.0, 10387.0, 10327.0, 10311.0, 10347.0, 10325.0, 10382.0, 10369.0, 10311.0, 10382.0, 10325.0, 10347.0, 10319.0, 10315.0, 10341.0, 10299.0, 10343.0, 10309.0, 10322.0, 10279.0, 10266.0, 10278.0, 10283.0, 10328.0, 10301.0, 10298.0, 10281.0, 10279.0, 10282.0, 10286.0, 10331.0, 10313.0, 10310.0, 10312.0, 10312.0, 10341.0, 10314.0, 10353.0, 10330.0, 10372.0, 10333.0, 10315.0, 10342.0, 10314.0, 10354.0, 10317.0, 10377.0, 10340.0, 10341.0, 10382.0, 10334.0, 10316.0, 10315.0, 10330.0, 10361.0, 10352.0, 10391.0, 10357.0, 10371.0, 10399.0, 10357.0, 10401.0, 10376.0, 10375.0, 10392.0, 10352.0, 10349.0, 10366.0, 10370.0, 10398.0, 10381.0, 10326.0, 10356.0, 10330.0, 10369.0, 10334.0, 10390.0, 10348.0, 10311.0, 10352.0, 10291.0, 10315.0, 10290.0, 10328.0, 10308.0, 10350.0, 10311.0, 10294.0, 10293.0, 10293.0, 10307.0, 10325.0, 10345.0, 10321.0, 10302.0, 10316.0, 10316.0, 10319.0, 10335.0, 10368.0, 10358.0, 10367.0, 10337.0, 10318.0, 10332.0, 10317.0, 10364.0, 10339.0, 10378.0, 10337.0, 10388.0, 10321.0, 10357.0, 10322.0, 10335.0, 10349.0, 10314.0, 10343.0, 10362.0, 10392.0, 10378.0, 10374.0, 10329.0, 10322.0, 10351.0, 10323.0, 10321.0, 10316.0, 10334.0, 10382.0, 10359.0, 10413.0, 10373.0, 10354.0, 10334.0, 10334.0, 10347.0, 10350.0, 10393.0, 10298.0, 10369.0, 10305.0, 10332.0, 10274.0, 10314.0, 10276.0, 10352.0, 10294.0, 10317.0, 10313.0, 10303.0, 10291.0, 10281.0, 10310.0, 10316.0, 10327.0, 10317.0, 10344.0, 10323.0, 10361.0, 10328.0, 10379.0, 10339.0, 10371.0, 10303.0, 10356.0, 10302.0, 10375.0, 10338.0, 10371.0, 10356.0, 10326.0, 10301.0, 10316.0, 10320.0, 10313.0, 10332.0, 10346.0, 10300.0, 10342.0, 10316.0, 10339.0, 10316.0, 10373.0, 10363.0, 10371.0, 10316.0, 10380.0, 10298.0, 10332.0, 10294.0, 10296.0, 10336.0, 10275.0, 10301.0, 10290.0, 10300.0, 10294.0, 10350.0, 10293.0, 10298.0, 10300.0, 10299.0, 10300.0, 10318.0, 10328.0, 10292.0, 10274.0, 10276.0, 10275.0, 10276.0, 10278.0, 10321.0, 10313.0, 10352.0, 10309.0, 10348.0, 10294.0, 10315.0, 10278.0, 10293.0, 10292.0, 10280.0, 10338.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.0021254551007941357</td></tr>
<tr><td colspan=3>aqi</td><td>0.036001343799633476</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.74739306018335</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1948834211246944</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0023115989486544</td></tr>
<tr><td colspan=3>efc</td><td>0.517</td></tr>
<tr><td colspan=3>fber</td><td>3345.1194</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10765879770832822</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>118</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.2083078802687846</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.37920085589314</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3767513069701964</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.504436485744127</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.256414774965096</td></tr>
<tr><td colspan=3>gcor</td><td>0.00887907</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0002799714566208422</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016040032729506493</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1637</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.198420683749709</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>15.5392</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.4654</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>274.8941</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293372.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>1360.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>501.425</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8371</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>626.4762</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3911.1098</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4059.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83172.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1658.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>966.7863</td></tr>
<tr><td colspan=3>tsnr</td><td>32.44717622373719</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>