=== 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-0126 --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-0126",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
169 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
169 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0126_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-0126_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-0126_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-0126/figures/sub-0126_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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 «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0126/figures/sub-0126_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_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-0126/figures/sub-0126_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126/ses-03/func/sub-0126_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>28adb23ddb2bd1cf7cd7cd91a4c2377f</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>18:07:39.505000</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.99892, -0.0342017, 0.0314562, 0.0280768, 0.983648, 0.177898]</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.115185</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>[4223, -7816, -7217, 28, -84, -165, -33, 87]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>299.463</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>531191db-16ac-49c7-ba97-09ca080eac28||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.6800286769866943, 0.07532810419797897, 0.09997086226940155, 110.51510620117188], [0.0917607918381691, 2.63905668258667, 0.4774203896522522, -96.90037536621094], [0.0843946635723114, -0.47728657722473145, 2.6555745601654053, -55.142032623291016], [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': ['180739.505000', '180739.965000', '180740.425000', '180740.885000', '180741.345000', '180741.805000', '180742.265000', '180742.725000', '180743.185000', '180743.645000', '180744.105000', '180744.565000', '180745.025000', '180745.485000', '180745.945000', '180746.405000', '180746.865000', '180747.325000', '180747.785000', '180748.245000', '180748.705000', '180749.165000', '180749.625000', '180750.085000', '180750.545000', '180751.005000', '180751.465000', '180751.925000', '180752.385000', '180752.845000', '180753.305000', '180753.765000', '180754.225000', '180754.685000', '180755.145000', '180755.605000', '180756.065000', '180756.525000', '180756.985000', '180757.445000', '180757.905000', '180758.365000', '180758.825000', '180759.285000', '180759.745000', '180800.205000', '180800.665000', '180801.125000', '180801.585000', '180802.045000', '180802.505000', '180802.965000', '180803.425000', '180803.885000', '180804.345000', '180804.805000', '180805.265000', '180805.725000', '180806.185000', '180806.645000', '180807.105000', '180807.565000', '180808.025000', '180808.485000', '180808.945000', '180809.405000', '180809.865000', '180810.325000', '180810.785000', '180811.245000', '180811.705000', '180812.165000', '180812.625000', '180813.085000', '180813.545000', '180814.005000', '180814.465000', '180814.925000', '180815.385000', '180815.845000', '180816.305000', '180816.765000', '180817.225000', '180817.685000', '180818.145000', '180818.605000', '180819.065000', '180819.525000', '180819.985000', '180820.445000', '180820.905000', '180821.365000', '180821.825000', '180822.285000', '180822.745000', '180823.205000', '180823.665000', '180824.125000', '180824.585000', '180825.045000', '180825.505000', '180825.965000', '180826.425000', '180826.885000', '180827.345000', '180827.805000', '180828.265000', '180828.725000', '180829.185000', '180829.645000', '180830.105000', '180830.565000', '180831.025000', '180831.485000', '180831.945000', '180832.405000', '180832.865000', '180833.325000', '180833.785000', '180834.245000', '180834.705000', '180835.165000', '180835.625000', '180836.085000', '180836.545000', '180837.005000', '180837.465000', '180837.925000', '180838.385000', '180838.845000', '180839.305000', '180839.765000', '180840.225000', '180840.685000', '180841.145000', '180841.605000', '180842.065000', '180842.525000', '180842.985000', '180843.445000', '180843.905000', '180844.365000', '180844.825000', '180845.285000', '180845.745000', '180846.205000', '180846.665000', '180847.125000', '180847.585000', '180848.045000', '180848.505000', '180848.965000', '180849.425000', '180849.885000', '180850.345000', '180850.805000', '180851.265000', '180851.725000', '180852.185000', '180852.645000', '180853.105000', '180853.565000', '180854.025000', '180854.485000', '180854.945000', '180855.405000', '180855.865000', '180856.325000', '180856.785000', '180857.245000', '180857.705000', '180858.165000', '180858.625000', '180859.085000', '180859.545000', '180900.005000', '180900.465000', '180900.925000', '180901.385000', '180901.845000', '180902.305000', '180902.765000', '180903.225000', '180903.685000', '180904.145000', '180904.605000', '180905.065000', '180905.525000', '180905.985000', '180906.445000', '180906.905000', '180907.365000', '180907.825000', '180908.285000', '180908.745000', '180909.205000', '180909.665000', '180910.125000', '180910.585000', '180911.045000', '180911.505000', '180911.965000', '180912.425000', '180912.885000', '180913.345000', '180913.805000', '180914.265000', '180914.725000', '180915.185000', '180915.645000', '180916.105000', '180916.565000', '180917.025000', '180917.485000', '180917.945000', '180918.405000', '180918.865000', '180919.325000', '180919.785000', '180920.245000', '180920.705000', '180921.165000', '180921.625000', '180922.085000', '180922.545000', '180923.005000', '180923.465000', '180923.925000', '180924.385000', '180924.845000', '180925.305000', '180925.765000', '180926.225000', '180926.685000', '180927.145000', '180927.605000', '180928.065000', '180928.525000', '180928.985000', '180929.445000', '180929.905000', '180930.365000', '180930.825000', '180931.285000', '180931.745000', '180932.205000', '180932.665000', '180933.125000', '180933.585000', '180934.045000', '180934.505000', '180934.965000', '180935.425000', '180935.885000', '180936.345000', '180936.805000', '180937.265000', '180937.725000', '180938.185000', '180938.645000', '180939.105000', '180939.565000', '180940.025000', '180940.485000', '180940.945000', '180941.405000', '180941.865000', '180942.325000', '180942.785000', '180943.245000', '180943.705000', '180944.165000', '180944.625000', '180945.085000', '180945.545000', '180946.005000', '180946.465000', '180946.925000', '180947.385000', '180947.845000', '180948.305000', '180948.765000', '180949.225000', '180949.685000', '180950.145000', '180950.605000', '180951.065000', '180951.525000', '180951.985000', '180952.445000', '180952.905000', '180953.365000', '180953.825000', '180954.285000', '180954.745000', '180955.205000', '180955.665000', '180956.125000', '180956.585000', '180957.045000', '180957.505000', '180957.965000', '180958.425000', '180958.885000', '180959.345000', '180959.805000', '181000.265000', '181000.725000', '181001.185000', '181001.645000', '181002.105000', '181002.565000', '181003.025000', '181003.485000', '181003.945000', '181004.405000', '181004.865000', '181005.325000', '181005.785000', '181006.245000', '181006.705000', '181007.165000', '181007.625000', '181008.085000', '181008.545000', '181009.005000', '181009.465000', '181009.925000', '181010.385000', '181010.845000', '181011.305000', '181011.765000', '181012.225000', '181012.685000', '181013.145000', '181013.605000', '181014.065000', '181014.525000', '181014.985000', '181015.445000', '181015.905000', '181016.365000', '181016.825000', '181017.285000', '181017.745000', '181018.205000', '181018.665000', '181019.125000', '181019.585000', '181020.045000', '181020.505000', '181020.965000', '181021.425000', '181021.885000', '181022.345000', '181022.805000', '181023.265000', '181023.725000', '181024.185000', '181024.645000', '181025.105000', '181025.565000', '181026.025000', '181026.485000', '181026.945000', '181027.405000', '181027.865000', '181028.325000', '181028.785000', '181029.245000', '181029.705000', '181030.165000', '181030.625000', '181031.085000', '181031.545000', '181032.005000', '181032.465000', '181032.925000', '181033.385000', '181033.845000', '181034.305000', '181034.765000', '181035.225000', '181035.685000', '181036.145000', '181036.605000', '181037.065000', '181037.525000', '181037.985000', '181038.445000', '181038.905000', '181039.365000', '181039.825000', '181040.285000', '181040.745000', '181041.205000', '181041.665000', '181042.125000', '181042.585000', '181043.045000', '181043.505000', '181043.965000', '181044.425000', '181044.885000', '181045.345000', '181045.805000', '181046.265000', '181046.725000', '181047.185000', '181047.645000', '181048.105000', '181048.565000', '181049.025000', '181049.485000', '181049.945000', '181050.405000', '181050.865000', '181051.325000', '181051.785000', '181052.245000', '181052.705000', '181053.165000', '181053.625000', '181054.085000', '181054.545000', '181055.005000', '181055.465000', '181055.925000', '181056.385000', '181056.845000', '181057.305000', '181057.765000', '181058.225000', '181058.685000', '181059.145000', '181059.605000', '181100.065000', '181100.525000', '181100.985000', '181101.445000', '181101.905000', '181102.365000', '181102.825000', '181103.285000', '181103.745000', '181104.205000', '181104.665000', '181105.125000', '181105.585000', '181106.045000', '181106.505000', '181106.965000', '181107.425000', '181107.885000', '181108.345000', '181108.805000', '181109.265000', '181109.725000', '181110.185000', '181110.645000', '181111.105000', '181111.565000', '181112.025000', '181112.485000', '181112.945000', '181113.405000', '181113.865000', '181114.325000', '181114.785000', '181115.245000', '181115.705000', '181116.165000', '181116.625000', '181117.085000', '181117.545000', '181118.005000', '181118.465000', '181118.925000', '181119.385000', '181119.845000', '181120.305000', '181120.765000', '181121.225000', '181121.685000', '181122.145000', '181122.605000', '181123.065000', '181123.525000', '181123.985000', '181124.445000', '181124.905000', '181125.365000', '181125.825000', '181126.285000', '181126.745000', '181127.205000', '181127.665000', '181128.125000', '181128.585000', '181129.045000', '181129.505000', '181129.965000', '181130.425000', '181130.885000', '181131.345000', '181131.805000', '181132.265000', '181132.725000', '181133.185000', '181133.645000', '181134.105000', '181134.565000', '181135.025000', '181135.485000', '181135.945000', '181136.405000', '181136.865000', '181137.325000', '181137.785000', '181138.245000', '181138.705000', '181139.165000', '181139.625000', '181140.085000', '181140.545000', '181141.005000', '181141.465000', '181141.925000', '181142.385000', '181142.845000', '181143.305000', '181143.765000', '181144.225000', '181144.685000', '181145.145000', '181145.605000', '181146.065000', '181146.525000', '181146.985000', '181147.445000', '181147.905000', '181148.365000', '181148.825000', '181149.285000', '181149.745000', '181150.205000', '181150.665000', '181151.125000', '181151.585000', '181152.045000', '181152.505000', '181152.965000', '181153.425000', '181153.885000', '181154.345000', '181154.805000', '181155.265000', '181155.725000', '181156.185000', '181156.645000', '181157.105000', '181157.565000', '181158.025000', '181158.485000', '181158.945000', '181159.405000', '181159.865000', '181200.325000', '181200.785000', '181201.245000', '181201.705000', '181202.165000', '181202.625000', '181203.085000', '181203.545000', '181204.005000', '181204.465000', '181204.925000', '181205.385000', '181205.845000', '181206.305000', '181206.765000', '181207.225000', '181207.685000', '181208.145000', '181208.605000', '181209.065000', '181209.525000', '181209.985000', '181210.445000', '181210.905000', '181211.365000', '181211.825000', '181212.285000', '181212.745000', '181213.205000', '181213.665000', '181214.125000', '181214.585000', '181215.045000', '181215.505000', '181215.965000', '181216.425000', '181216.885000', '181217.345000', '181217.805000', '181218.265000', '181218.725000', '181219.185000', '181219.645000', '181220.105000', '181220.565000', '181221.025000', '181221.485000', '181221.945000', '181222.405000', '181222.865000', '181223.325000', '181223.785000', '181224.245000', '181224.705000', '181225.165000', '181225.625000', '181226.085000', '181226.545000', '181227.005000', '181227.465000', '181227.925000', '181228.385000', '181228.845000', '181229.305000', '181229.765000', '181230.225000', '181230.685000', '181231.145000', '181231.605000', '181232.065000', '181232.525000', '181232.985000', '181233.445000', '181233.905000', '181234.365000', '181234.825000', '181235.285000', '181235.745000', '181236.205000', '181236.665000', '181237.125000', '181237.585000', '181238.045000', '181238.505000', '181238.965000', '181239.425000', '181239.885000', '181240.345000', '181240.805000', '181241.265000', '181241.725000', '181242.185000', '181242.645000', '181243.105000', '181243.565000', '181244.025000', '181244.485000', '181244.945000', '181245.405000', '181245.865000', '181246.325000', '181246.785000', '181247.245000', '181247.705000', '181248.165000', '181248.625000', '181249.085000', '181249.545000', '181250.005000', '181250.465000', '181250.925000', '181251.385000', '181251.845000', '181252.305000', '181252.765000', '181253.225000', '181253.685000', '181254.145000', '181254.605000', '181255.065000', '181255.525000', '181255.985000', '181256.445000', '181256.905000', '181257.365000', '181257.825000', '181258.285000', '181258.745000', '181259.205000', '181259.665000', '181300.125000', '181300.585000', '181301.045000', '181301.505000', '181301.965000', '181302.425000', '181302.885000', '181303.345000', '181303.805000', '181304.265000', '181304.725000', '181305.185000', '181305.645000', '181306.105000', '181306.565000', '181307.025000', '181307.485000', '181307.945000', '181308.405000', '181308.865000', '181309.325000', '181309.785000', '181310.245000', '181310.705000', '181311.165000', '181311.625000', '181312.085000', '181312.545000', '181313.005000', '181313.465000', '181313.925000', '181314.385000', '181314.845000', '181315.305000', '181315.765000', '181316.225000', '181316.685000', '181317.145000', '181317.605000', '181318.065000', '181318.525000', '181318.985000', '181319.445000', '181319.905000', '181320.365000', '181320.825000', '181321.285000', '181321.745000', '181322.205000', '181322.665000', '181323.125000', '181323.585000', '181324.045000', '181324.505000', '181324.965000', '181325.425000', '181325.885000', '181326.345000', '181326.805000', '181327.265000', '181327.725000', '181328.185000', '181328.645000', '181329.105000', '181329.565000', '181330.025000', '181330.485000', '181330.945000', '181331.405000', '181331.865000', '181332.325000', '181332.785000', '181333.245000', '181333.705000', '181334.165000', '181334.625000', '181335.085000', '181335.545000', '181336.005000', '181336.465000', '181336.925000', '181337.385000', '181337.845000', '181338.305000', '181338.765000', '181339.225000', '181339.685000', '181340.145000', '181340.605000', '181341.065000', '181341.525000', '181341.985000', '181342.445000', '181342.905000', '181343.365000', '181343.825000', '181344.285000', '181344.745000', '181345.205000', '181345.665000', '181346.125000', '181346.585000', '181347.045000', '181347.505000', '181347.965000', '181348.425000', '181348.885000', '181349.345000', '181349.805000', '181350.265000', '181350.725000', '181351.185000', '181351.645000', '181352.105000', '181352.565000', '181353.025000', '181353.485000', '181353.945000', '181354.405000', '181354.865000', '181355.325000', '181355.785000', '181356.245000', '181356.705000', '181357.165000', '181357.625000', '181358.085000', '181358.545000', '181359.005000', '181359.465000', '181359.925000', '181400.385000', '181400.845000', '181401.305000', '181401.765000', '181402.225000', '181402.685000', '181403.145000', '181403.605000', '181404.065000', '181404.525000', '181404.985000', '181405.445000', '181405.905000', '181406.365000', '181406.825000', '181407.285000', '181407.745000', '181408.205000', '181408.665000', '181409.125000', '181409.585000', '181410.045000', '181410.505000', '181410.965000', '181411.425000', '181411.885000', '181412.345000', '181412.805000', '181413.265000', '181413.725000', '181414.185000', '181414.645000', '181415.105000', '181415.565000', '181416.025000', '181416.485000', '181416.945000', '181417.405000', '181417.865000', '181418.325000', '181418.785000', '181419.245000', '181419.705000', '181420.165000', '181420.625000', '181421.085000', '181421.545000', '181422.005000', '181422.465000', '181422.925000', '181423.385000', '181423.845000', '181424.305000', '181424.765000', '181425.225000', '181425.685000', '181426.145000', '181426.605000', '181427.065000', '181427.525000', '181427.985000', '181428.445000', '181428.905000', '181429.365000', '181429.825000', '181430.285000', '181430.745000', '181431.205000', '181431.665000', '181432.125000', '181432.585000', '181433.045000', '181433.505000', '181433.965000', '181434.425000', '181434.885000', '181435.345000', '181435.805000', '181436.265000', '181436.725000', '181437.185000', '181437.645000', '181438.105000', '181438.565000', '181439.025000', '181439.485000', '181439.945000', '181440.405000', '181440.865000', '181441.325000', '181441.785000', '181442.245000', '181442.705000', '181443.165000', '181443.625000', '181444.085000', '181444.545000', '181445.005000', '181445.465000', '181445.925000', '181446.385000', '181446.845000', '181447.305000', '181447.765000', '181448.225000', '181448.685000', '181449.145000', '181449.605000', '181450.065000', '181450.525000', '181450.985000', '181451.445000', '181451.905000', '181452.365000', '181452.825000', '181453.285000', '181453.745000', '181454.205000', '181454.665000', '181455.125000', '181455.585000', '181456.045000', '181456.505000', '181456.965000', '181457.425000', '181457.885000', '181458.345000', '181458.805000', '181459.265000', '181459.725000', '181500.185000', '181500.645000', '181501.105000', '181501.565000', '181502.025000', '181502.485000', '181502.945000', '181503.405000', '181503.865000', '181504.325000', '181504.785000', '181505.245000', '181505.705000', '181506.165000', '181506.625000', '181507.085000', '181507.545000', '181508.005000', '181508.465000', '181508.925000', '181509.385000', '181509.845000', '181510.305000', '181510.765000', '181511.225000', '181511.685000', '181512.145000', '181512.605000', '181513.065000', '181513.525000', '181513.985000', '181514.445000', '181514.905000', '181515.365000', '181515.825000', '181516.285000', '181516.745000', '181517.205000', '181517.665000', '181518.125000', '181518.585000', '181519.045000', '181519.505000', '181519.965000', '181520.425000', '181520.885000', '181521.345000', '181521.805000', '181522.265000', '181522.725000', '181523.185000', '181523.645000', '181524.105000', '181524.565000', '181525.025000', '181525.485000', '181525.945000', '181526.405000', '181526.865000', '181527.325000', '181527.785000', '181528.245000', '181528.705000', '181529.165000', '181529.625000', '181530.085000', '181530.545000', '181531.005000', '181531.465000', '181531.925000', '181532.385000', '181532.845000', '181533.305000', '181533.765000', '181534.225000', '181534.685000', '181535.145000', '181535.605000', '181536.065000', '181536.525000', '181536.985000', '181537.445000', '181537.905000', '181538.365000', '181538.825000', '181539.285000', '181539.745000', '181540.205000', '181540.665000', '181541.125000', '181541.585000', '181542.045000', '181542.505000', '181542.965000', '181543.425000', '181543.885000', '181544.345000', '181544.805000', '181545.265000', '181545.725000', '181546.185000', '181546.645000', '181547.105000', '181547.565000', '181548.025000', '181548.485000', '181548.945000', '181549.405000', '181549.865000', '181550.325000', '181550.785000', '181551.245000', '181551.705000', '181552.165000', '181552.625000', '181553.085000', '181553.545000', '181554.005000', '181554.465000', '181554.925000', '181555.385000', '181555.845000', '181556.305000', '181556.765000', '181557.225000', '181557.685000', '181558.145000', '181558.605000', '181559.065000', '181559.525000', '181559.985000', '181600.445000', '181600.905000', '181601.365000', '181601.825000', '181602.285000', '181602.745000', '181603.205000', '181603.665000', '181604.125000', '181604.585000', '181605.045000', '181605.505000', '181605.965000', '181606.425000', '181606.885000', '181607.345000', '181607.805000', '181608.265000', '181608.725000', '181609.185000', '181609.645000', '181610.105000', '181610.565000', '181611.025000', '181611.485000', '181611.945000', '181612.405000', '181612.865000', '181613.325000', '181613.785000', '181614.245000', '181614.705000', '181615.165000', '181615.625000', '181616.085000', '181616.545000', '181617.005000', '181617.465000', '181617.925000', '181618.385000', '181618.845000', '181619.305000', '181619.765000', '181620.225000', '181620.685000', '181621.145000', '181621.605000', '181622.065000', '181622.525000', '181622.985000', '181623.445000', '181623.905000', '181624.365000', '181624.825000', '181625.285000', '181625.745000', '181626.205000', '181626.665000', '181627.125000', '181627.585000', '181628.045000', '181628.505000', '181628.965000', '181629.425000', '181629.885000', '181630.345000', '181630.805000', '181631.265000', '181631.725000', '181632.185000', '181632.645000', '181633.105000', '181633.565000', '181634.025000', '181634.485000', '181634.945000', '181635.405000', '181635.865000', '181636.325000', '181636.785000', '181637.245000', '181637.705000', '181638.165000', '181638.625000', '181639.085000', '181639.545000', '181640.005000', '181640.465000', '181640.925000', '181641.385000', '181641.845000', '181642.305000', '181642.765000', '181643.225000', '181643.685000', '181644.145000', '181644.605000', '181645.065000', '181645.525000', '181645.985000', '181646.445000', '181646.905000', '181647.365000', '181647.825000', '181648.285000', '181648.745000', '181649.205000', '181649.665000', '181650.125000', '181650.585000', '181651.045000', '181651.505000', '181651.965000', '181652.425000', '181652.885000', '181653.345000', '181653.805000', '181654.265000', '181654.725000', '181655.185000', '181655.645000', '181656.105000', '181656.565000', '181657.025000', '181657.485000', '181657.945000', '181658.405000', '181658.865000', '181659.325000', '181659.785000', '181700.245000', '181700.705000', '181701.165000', '181701.625000', '181702.085000', '181702.545000', '181703.005000', '181703.465000', '181703.925000', '181704.385000', '181704.845000', '181705.305000', '181705.765000', '181706.225000', '181706.685000', '181707.145000', '181707.605000', '181708.065000', '181708.525000', '181708.985000', '181709.445000', '181709.905000', '181710.365000', '181710.825000', '181711.285000', '181711.745000', '181712.205000', '181712.665000', '181713.125000', '181713.585000', '181714.045000', '181714.505000', '181714.965000', '181715.425000', '181715.885000', '181716.345000', '181716.805000', '181717.265000', '181717.725000', '181718.185000', '181718.645000', '181719.105000', '181719.565000', '181720.025000', '181720.485000', '181720.945000', '181721.405000', '181721.865000', '181722.325000', '181722.785000', '181723.245000', '181723.705000', '181724.165000', '181724.625000', '181725.085000', '181725.545000', '181726.005000', '181726.465000', '181726.925000', '181727.385000', '181727.845000', '181728.305000', '181728.765000', '181729.225000', '181729.685000', '181730.145000', '181730.605000', '181731.065000', '181731.525000', '181731.985000', '181732.445000', '181732.905000', '181733.365000', '181733.825000', '181734.285000', '181734.745000', '181735.205000', '181735.665000', '181736.125000', '181736.585000', '181737.045000', '181737.505000', '181737.965000', '181738.425000', '181738.885000', '181739.345000', '181739.805000', '181740.265000', '181740.725000', '181741.185000', '181741.645000', '181742.105000', '181742.565000', '181743.025000', '181743.485000', '181743.945000', '181744.405000', '181744.865000', '181745.325000', '181745.785000', '181746.245000', '181746.705000', '181747.165000', '181747.625000', '181748.085000', '181748.545000', '181749.005000', '181749.465000', '181749.925000', '181750.385000', '181750.845000', '181751.305000', '181751.765000', '181752.225000', '181752.685000', '181753.145000', '181753.605000', '181754.065000', '181754.525000', '181754.985000', '181755.445000', '181755.905000', '181756.365000', '181756.825000', '181757.285000', '181757.745000', '181758.205000', '181758.665000', '181759.125000', '181759.585000', '181800.045000', '181800.505000', '181800.965000', '181801.425000', '181801.885000', '181802.345000', '181802.805000', '181803.265000', '181803.725000', '181804.185000', '181804.645000', '181805.105000', '181805.565000', '181806.025000', '181806.485000', '181806.945000', '181807.405000', '181807.865000', '181808.325000', '181808.785000', '181809.245000', '181809.705000', '181810.165000', '181810.625000', '181811.085000', '181811.545000', '181812.005000', '181812.465000', '181812.925000', '181813.385000', '181813.845000', '181814.305000', '181814.765000', '181815.225000', '181815.685000', '181816.145000', '181816.605000', '181817.065000', '181817.525000', '181817.985000', '181818.445000', '181818.905000', '181819.365000', '181819.825000', '181820.285000', '181820.745000', '181821.205000', '181821.665000', '181822.125000', '181822.585000', '181823.045000', '181823.505000', '181823.965000', '181824.425000', '181824.885000', '181825.345000', '181825.805000', '181826.265000', '181826.725000', '181827.185000', '181827.645000', '181828.105000', '181828.565000', '181829.025000', '181829.485000', '181829.945000', '181830.405000', '181830.865000', '181831.325000', '181831.785000', '181832.245000', '181832.705000', '181833.165000', '181833.625000', '181834.085000', '181834.545000', '181835.005000', '181835.465000', '181835.925000', '181836.385000', '181836.845000', '181837.305000', '181837.765000', '181838.225000', '181838.685000', '181839.145000', '181839.605000', '181840.065000', '181840.525000', '181840.985000', '181841.445000', '181841.905000', '181842.365000', '181842.825000', '181843.285000', '181843.745000', '181844.205000', '181844.665000', '181845.125000', '181845.585000', '181846.045000', '181846.505000', '181846.965000', '181847.425000', '181847.885000', '181848.345000', '181848.805000', '181849.265000', '181849.725000', '181850.185000', '181850.645000', '181851.105000', '181851.565000', '181852.025000', '181852.485000', '181852.945000', '181853.405000', '181853.865000', '181854.325000', '181854.785000', '181855.245000', '181855.705000', '181856.165000', '181856.625000', '181857.085000', '181857.545000', '181858.005000', '181858.465000', '181858.925000', '181859.385000', '181859.845000', '181900.305000', '181900.765000', '181901.225000', '181901.685000', '181902.145000', '181902.605000', '181903.065000', '181903.525000', '181903.985000', '181904.445000', '181904.905000', '181905.365000', '181905.825000', '181906.285000', '181906.745000', '181907.205000', '181907.665000', '181908.125000', '181908.585000', '181909.045000', '181909.505000', '181909.965000', '181910.425000', '181910.885000', '181911.345000', '181911.805000', '181912.265000', '181912.725000', '181913.185000', '181913.645000', '181914.105000', '181914.565000', '181915.025000', '181915.485000', '181915.945000', '181916.405000', '181916.865000', '181917.325000', '181917.785000', '181918.245000', '181918.705000', '181919.165000', '181919.625000', '181920.085000', '181920.545000', '181921.005000', '181921.465000', '181921.925000', '181922.385000', '181922.845000', '181923.305000', '181923.765000', '181924.225000', '181924.685000', '181925.145000', '181925.605000', '181926.065000', '181926.525000', '181926.985000', '181927.445000', '181927.905000', '181928.365000', '181928.825000', '181929.285000', '181929.745000', '181930.205000', '181930.665000', '181931.125000', '181931.585000', '181932.045000', '181932.505000', '181932.965000', '181933.425000', '181933.885000', '181934.345000', '181934.805000', '181935.265000', '181935.725000', '181936.185000', '181936.645000', '181937.105000', '181937.565000', '181938.025000', '181938.485000', '181938.945000', '181939.405000', '181939.865000', '181940.325000', '181940.785000', '181941.245000', '181941.705000', '181942.165000', '181942.625000', '181943.085000', '181943.545000', '181944.005000', '181944.465000', '181944.925000', '181945.385000', '181945.845000', '181946.305000', '181946.765000', '181947.225000', '181947.685000', '181948.145000', '181948.605000', '181949.065000', '181949.525000', '181949.985000', '181950.445000', '181950.905000', '181951.365000', '181951.825000', '181952.285000', '181952.745000', '181953.205000', '181953.665000', '181954.125000', '181954.585000', '181955.045000', '181955.505000', '181955.965000', '181956.425000', '181956.885000', '181957.345000', '181957.805000', '181958.265000', '181958.725000', '181959.185000', '181959.645000', '182000.105000', '182000.565000', '182001.025000', '182001.485000', '182001.945000', '182002.405000', '182002.865000', '182003.325000', '182003.785000', '182004.245000', '182004.705000', '182005.165000', '182005.625000', '182006.085000', '182006.545000', '182007.005000', '182007.465000', '182007.925000', '182008.385000', '182008.845000', '182009.305000', '182009.765000', '182010.225000', '182010.685000', '182011.145000', '182011.605000', '182012.065000', '182012.525000', '182012.985000', '182013.445000'], 'ContentTime': ['180805.000000', '180805.003000', '180805.005000', '180805.008000', '180805.011000', '180805.013000', '180805.016000', '180805.018000', '180805.021000', '180805.023000', '180805.026000', '180805.028000', '180805.031000', '180805.033000', '180805.036000', '180805.039000', '180805.042000', '180805.045000', '180805.048000', '180805.050000', '180805.067000', '180805.069000', '180805.072000', '180805.075000', '180805.077000', '180805.080000', '180805.082000', '180805.085000', '180805.088000', '180805.090000', '180805.093000', '180805.095000', '180805.098000', '180805.100000', '180805.103000', '180805.105000', '180805.108000', '180805.110000', '180805.113000', '180805.115000', '180805.118000', '180805.120000', '180805.123000', '180805.126000', '180805.128000', '180805.131000', '180805.133000', '180805.136000', '180805.139000', '180805.141000', '180805.144000', '180805.146000', '180805.149000', '180824.947000', '180824.949000', '180824.952000', '180824.955000', '180824.957000', '180824.960000', '180824.962000', '180824.965000', '180824.967000', '180824.970000', '180824.972000', '180824.975000', '180824.977000', '180824.980000', '180824.983000', '180824.992000', '180824.995000', '180824.997000', '180825.001000', '180825.004000', '180825.006000', '180825.009000', '180825.011000', '180825.014000', '180825.016000', '180825.019000', '180825.021000', '180825.024000', '180825.026000', '180825.029000', '180825.031000', '180825.034000', '180825.037000', '180825.039000', '180825.042000', '180825.045000', '180825.047000', '180825.050000', '180825.052000', '180825.055000', '180825.057000', '180825.060000', '180825.062000', '180825.065000', '180844.946000', '180844.952000', '180844.955000', '180844.957000', '180844.960000', '180844.962000', '180844.965000', '180844.967000', '180844.970000', '180844.973000', '180844.975000', '180844.978000', '180844.980000', '180844.983000', '180844.985000', '180844.998000', '180845.002000', '180845.005000', '180845.008000', '180845.011000', '180845.013000', '180845.016000', '180845.018000', '180845.021000', '180845.023000', '180845.026000', '180845.028000', '180845.031000', '180845.034000', '180845.036000', '180845.039000', '180845.041000', '180845.044000', '180845.046000', '180845.049000', '180845.051000', '180845.054000', '180845.057000', '180845.059000', '180845.062000', '180845.064000', '180845.067000', '180845.069000', '180904.948000', '180904.950000', '180904.953000', '180904.955000', '180904.958000', '180904.961000', '180904.963000', '180904.966000', '180904.968000', '180904.971000', '180904.973000', '180904.976000', '180904.978000', '180904.981000', '180904.983000', '180904.986000', '180904.989000', '180904.991000', '180904.994000', '180904.996000', '180905.007000', '180905.010000', '180905.013000', '180905.015000', '180905.018000', '180905.020000', '180905.023000', '180905.026000', '180905.028000', '180905.031000', '180905.034000', '180905.036000', '180905.039000', '180905.041000', '180905.044000', '180905.047000', '180905.049000', '180905.052000', '180905.054000', '180905.057000', '180905.059000', '180905.062000', '180905.064000', '180905.067000', '180924.948000', '180924.950000', '180924.953000', '180924.956000', '180924.958000', '180924.961000', '180924.963000', '180924.966000', '180924.968000', '180924.971000', '180924.973000', '180924.976000', '180924.978000', '180924.981000', '180924.984000', '180924.986000', '180924.989000', '180924.991000', '180924.994000', '180924.997000', '180925.000000', '180925.003000', '180925.005000', '180925.008000', '180925.010000', '180925.013000', '180925.015000', '180925.018000', '180925.021000', '180925.023000', '180925.027000', '180925.030000', '180925.033000', '180925.035000', '180925.038000', '180925.040000', '180925.043000', '180925.045000', '180925.048000', '180925.050000', '180925.053000', '180925.056000', '180925.058000', '180944.947000', '180944.950000', '180944.953000', '180944.956000', '180944.958000', '180944.961000', '180944.963000', '180944.966000', '180944.969000', '180944.971000', '180944.974000', '180944.977000', '180944.979000', '180944.982000', '180944.984000', '180944.987000', '180944.990000', '180944.992000', '180944.995000', '180944.997000', '180945.001000', '180945.004000', '180945.006000', '180945.009000', '180945.011000', '180945.014000', '180945.016000', '180945.019000', '180945.024000', '180945.027000', '180945.029000', '180945.032000', '180945.034000', '180945.037000', '180945.040000', '180945.042000', '180945.045000', '180945.047000', '180945.050000', '180945.052000', '180945.055000', '180945.058000', '180945.060000', '180945.063000', '181004.947000', '181004.950000', '181004.953000', '181004.955000', '181004.958000', '181004.961000', '181004.963000', '181004.966000', '181004.968000', '181004.971000', '181004.973000', '181004.976000', '181004.978000', '181004.981000', '181004.983000', '181004.986000', '181004.989000', '181004.991000', '181004.994000', '181004.996000', '181005.000000', '181005.002000', '181005.005000', '181005.007000', '181005.010000', '181005.013000', '181005.015000', '181005.018000', '181005.020000', '181005.023000', '181005.026000', '181005.028000', '181005.031000', '181005.034000', '181005.036000', '181005.039000', '181005.041000', '181005.044000', '181005.047000', '181005.049000', '181005.052000', '181005.055000', '181005.057000', '181024.947000', '181024.950000', '181024.953000', '181024.956000', '181024.958000', '181024.961000', '181024.963000', '181024.966000', '181024.968000', '181024.971000', '181024.974000', '181024.992000', '181024.994000', '181024.997000', '181025.000000', '181025.003000', '181025.006000', '181025.008000', '181025.011000', '181025.014000', '181025.016000', '181025.019000', '181025.021000', '181025.024000', '181025.027000', '181025.029000', '181025.032000', '181025.035000', '181025.037000', '181025.040000', '181025.042000', '181025.045000', '181025.048000', '181025.050000', '181025.053000', '181025.059000', '181025.061000', '181025.064000', '181025.066000', '181025.069000', '181025.072000', '181025.074000', '181025.077000', '181025.079000', '181044.946000', '181044.949000', '181044.952000', '181044.955000', '181044.957000', '181044.960000', '181044.963000', '181044.965000', '181044.968000', '181044.971000', '181044.973000', '181044.976000', '181044.978000', '181044.981000', '181044.983000', '181044.986000', '181044.989000', '181044.991000', '181044.994000', '181044.996000', '181045.000000', '181045.002000', '181045.005000', '181045.007000', '181045.010000', '181045.013000', '181045.015000', '181045.018000', '181045.020000', '181045.023000', '181045.025000', '181045.028000', '181045.030000', '181045.033000', '181045.035000', '181045.038000', '181045.040000', '181045.043000', '181045.046000', '181045.048000', '181045.051000', '181045.053000', '181045.056000', '181104.946000', '181104.949000', '181104.952000', '181104.954000', '181104.957000', '181104.960000', '181104.962000', '181104.965000', '181104.967000', '181104.970000', '181104.972000', '181104.975000', '181104.977000', '181104.980000', '181104.983000', '181104.985000', '181104.988000', '181104.990000', '181104.993000', '181104.995000', '181104.998000', '181105.001000', '181105.004000', '181105.007000', '181105.009000', '181105.012000', '181105.015000', '181105.017000', '181105.020000', '181105.023000', '181105.025000', '181105.028000', '181105.030000', '181105.033000', '181105.036000', '181105.038000', '181105.041000', '181105.043000', '181105.046000', '181105.049000', '181105.051000', '181105.054000', '181105.056000', '181105.059000', '181124.947000', '181124.950000', '181124.953000', '181124.955000', '181124.958000', '181124.961000', '181124.963000', '181124.966000', '181124.968000', '181124.971000', '181124.973000', '181124.976000', '181124.979000', '181124.981000', '181124.984000', '181124.986000', '181124.989000', '181124.991000', '181124.994000', '181124.997000', '181125.000000', '181125.003000', '181125.006000', '181125.008000', '181125.011000', '181125.013000', '181125.016000', '181125.019000', '181125.021000', '181125.024000', '181125.026000', '181125.029000', '181125.032000', '181125.034000', '181125.037000', '181125.039000', '181125.042000', '181125.045000', '181125.047000', '181125.050000', '181125.052000', '181125.055000', '181125.058000', '181144.947000', '181144.952000', '181144.955000', '181144.958000', '181144.961000', '181144.964000', '181144.966000', '181144.969000', '181144.972000', '181144.974000', '181144.977000', '181144.979000', '181144.982000', '181144.988000', '181144.990000', '181144.993000', '181144.996000', '181144.998000', '181145.002000', '181145.004000', '181145.007000', '181145.010000', '181145.013000', '181145.015000', '181145.018000', '181145.021000', '181145.023000', '181145.026000', '181145.029000', '181145.031000', '181145.034000', '181145.036000', '181145.039000', '181145.042000', '181145.044000', '181145.047000', '181145.062000', '181145.065000', '181145.067000', '181145.070000', '181145.073000', '181145.075000', '181145.078000', '181204.947000', '181205.029000', '181205.032000', '181205.035000', '181205.037000', '181205.040000', '181205.042000', '181205.045000', '181205.048000', '181205.050000', '181205.053000', '181205.056000', '181205.058000', '181205.061000', '181205.063000', '181205.066000', '181205.069000', '181205.071000', '181205.074000', '181205.077000', '181205.079000', '181205.082000', '181205.085000', '181205.088000', '181205.090000', '181205.093000', '181205.095000', '181205.098000', '181205.101000', '181205.103000', '181205.106000', '181205.109000', '181205.111000', '181205.114000', '181205.116000', '181205.119000', '181205.122000', '181205.124000', '181205.127000', '181205.130000', '181205.132000', '181205.135000', '181205.137000', '181205.140000', '181224.947000', '181224.950000', '181224.953000', '181224.955000', '181224.958000', '181224.961000', '181224.963000', '181224.966000', '181224.968000', '181224.971000', '181224.974000', '181224.976000', '181224.979000', '181224.981000', '181224.984000', '181224.987000', '181224.989000', '181224.992000', '181224.995000', '181224.997000', '181225.001000', '181225.004000', '181225.006000', '181225.009000', '181225.012000', '181225.014000', '181225.017000', '181225.019000', '181225.022000', '181225.024000', '181225.027000', '181225.030000', '181225.032000', '181225.035000', '181225.037000', '181225.040000', '181225.042000', '181225.045000', '181225.048000', '181225.050000', '181225.053000', '181225.055000', '181225.058000', '181244.947000', '181244.950000', '181244.953000', '181244.955000', '181244.958000', '181244.961000', '181244.963000', '181244.966000', '181244.968000', '181244.971000', '181244.973000', '181244.976000', '181244.978000', '181244.981000', '181244.984000', '181244.986000', '181244.989000', '181244.991000', '181244.994000', '181244.996000', '181245.000000', '181245.003000', '181245.005000', '181245.008000', '181245.010000', '181245.013000', '181245.016000', '181245.018000', '181245.021000', '181245.023000', '181245.026000', '181245.028000', '181245.031000', '181245.034000', '181245.036000', '181245.039000', '181245.041000', '181245.044000', '181245.047000', '181245.049000', '181245.052000', '181245.054000', '181245.057000', '181245.059000', '181304.946000', '181304.949000', '181304.952000', '181304.955000', '181304.957000', '181304.960000', '181304.962000', '181304.965000', '181304.967000', '181304.970000', '181304.972000', '181304.975000', '181304.978000', '181304.980000', '181304.983000', '181304.985000', '181304.988000', '181304.991000', '181304.994000', '181304.996000', '181305.000000', '181305.002000', '181305.005000', '181305.008000', '181305.010000', '181305.013000', '181305.015000', '181305.018000', '181305.020000', '181305.023000', '181305.026000', '181305.028000', '181305.031000', '181305.034000', '181305.036000', '181305.039000', '181305.041000', '181305.044000', '181305.047000', '181305.050000', '181305.052000', '181305.055000', '181305.057000', '181324.946000', '181324.949000', '181324.952000', '181324.954000', '181324.987000', '181324.990000', '181324.993000', '181324.995000', '181324.998000', '181325.001000', '181325.004000', '181325.007000', '181325.009000', '181325.012000', '181325.014000', '181325.017000', '181325.019000', '181325.022000', '181325.024000', '181325.027000', '181325.030000', '181325.032000', '181325.035000', '181325.037000', '181325.040000', '181325.042000', '181325.047000', '181325.049000', '181325.052000', '181325.054000', '181325.057000', '181325.059000', '181325.062000', '181325.065000', '181325.067000', '181325.070000', '181325.072000', '181325.075000', '181325.077000', '181325.080000', '181325.082000', '181325.085000', '181325.088000', '181325.090000', '181344.948000', '181344.950000', '181344.953000', '181344.956000', '181344.959000', '181344.961000', '181344.964000', '181344.975000', '181344.977000', '181344.980000', '181344.983000', '181344.985000', '181344.988000', '181344.991000', '181344.993000', '181344.996000', '181344.998000', '181345.002000', '181345.005000', '181345.007000', '181345.010000', '181345.012000', '181345.015000', '181345.018000', '181345.020000', '181345.023000', '181345.025000', '181345.028000', '181345.031000', '181345.033000', '181345.036000', '181345.039000', '181345.041000', '181345.044000', '181345.046000', '181345.049000', '181345.052000', '181345.054000', '181345.057000', '181345.060000', '181345.062000', '181345.065000', '181345.067000', '181404.948000', '181404.950000', '181404.953000', '181404.956000', '181404.958000', '181404.961000', '181404.963000', '181404.966000', '181404.968000', '181404.971000', '181404.974000', '181404.976000', '181404.979000', '181404.981000', '181404.984000', '181404.986000', '181404.990000', '181404.992000', '181404.995000', '181404.997000', '181405.001000', '181405.004000', '181405.006000', '181405.009000', '181405.011000', '181405.014000', '181405.017000', '181405.019000', '181405.022000', '181405.025000', '181405.027000', '181405.030000', '181405.032000', '181405.035000', '181405.038000', '181405.040000', '181405.043000', '181405.045000', '181405.048000', '181405.051000', '181405.053000', '181405.056000', '181405.058000', '181405.061000', '181424.947000', '181424.950000', '181424.953000', '181424.955000', '181424.958000', '181424.960000', '181424.963000', '181424.966000', '181424.968000', '181424.971000', '181424.973000', '181424.976000', '181424.978000', '181424.981000', '181424.983000', '181424.986000', '181424.989000', '181424.991000', '181424.994000', '181424.996000', '181425.000000', '181425.002000', '181425.005000', '181425.007000', '181425.010000', '181425.013000', '181425.015000', '181425.018000', '181425.020000', '181425.023000', '181425.026000', '181425.028000', '181425.031000', '181425.034000', '181425.036000', '181425.039000', '181425.042000', '181425.044000', '181425.047000', '181425.049000', '181425.052000', '181425.054000', '181425.057000', '181444.947000', '181444.950000', '181444.953000', '181444.955000', '181444.958000', '181444.961000', '181444.963000', '181444.966000', '181444.968000', '181444.971000', '181444.973000', '181444.976000', '181444.979000', '181444.981000', '181445.000000', '181445.003000', '181445.005000', '181445.008000', '181445.010000', '181445.013000', '181445.015000', '181445.018000', '181445.020000', '181445.023000', '181445.025000', '181445.028000', '181445.031000', '181445.033000', '181445.036000', '181445.038000', '181445.041000', '181445.043000', '181445.046000', '181445.049000', '181445.051000', '181445.054000', '181445.056000', '181445.059000', '181445.061000', '181445.064000', '181445.066000', '181445.069000', '181445.071000', '181445.074000', '181504.948000', '181504.950000', '181504.953000', '181504.956000', '181504.958000', '181504.961000', '181504.963000', '181504.966000', '181504.968000', '181504.971000', '181504.973000', '181504.976000', '181504.979000', '181504.981000', '181504.984000', '181504.986000', '181504.989000', '181504.991000', '181504.994000', '181504.997000', '181505.000000', '181505.003000', '181505.005000', '181505.008000', '181505.010000', '181505.013000', '181505.016000', '181505.018000', '181505.021000', '181505.023000', '181505.026000', '181505.029000', '181505.031000', '181505.034000', '181505.036000', '181505.039000', '181505.041000', '181505.044000', '181505.046000', '181505.049000', '181505.052000', '181505.054000', '181505.057000', '181524.947000', '181524.949000', '181524.952000', '181524.954000', '181524.957000', '181524.960000', '181524.962000', '181524.965000', '181524.967000', '181524.970000', '181524.972000', '181524.975000', '181524.977000', '181524.980000', '181524.983000', '181524.985000', '181524.988000', '181524.990000', '181524.993000', '181524.996000', '181524.998000', '181525.002000', '181525.004000', '181525.007000', '181525.009000', '181525.012000', '181525.014000', '181525.017000', '181525.020000', '181525.022000', '181525.025000', '181525.027000', '181525.030000', '181525.032000', '181525.035000', '181525.037000', '181525.040000', '181525.043000', '181525.045000', '181525.048000', '181525.050000', '181525.053000', '181525.056000', '181525.058000', '181544.947000', '181544.949000', '181544.952000', '181544.955000', '181544.963000', '181544.966000', '181544.968000', '181544.971000', '181544.974000', '181544.976000', '181544.979000', '181544.982000', '181544.984000', '181544.987000', '181544.990000', '181545.004000', '181545.007000', '181545.009000', '181545.012000', '181545.015000', '181545.017000', '181545.020000', '181545.022000', '181545.025000', '181545.028000', '181545.030000', '181545.033000', '181545.035000', '181545.038000', '181545.041000', '181545.044000', '181545.046000', '181545.049000', '181545.052000', '181545.054000', '181545.057000', '181545.060000', '181545.063000', '181545.066000', '181545.069000', '181545.072000', '181545.075000', '181545.077000', '181604.948000', '181604.950000', '181604.953000', '181604.956000', '181604.958000', '181604.961000', '181604.963000', '181604.966000', '181604.968000', '181604.971000', '181604.973000', '181604.987000', '181604.990000', '181604.993000', '181604.995000', '181604.998000', '181605.001000', '181605.004000', '181605.006000', '181605.009000', '181605.012000', '181605.014000', '181605.017000', '181605.019000', '181605.022000', '181605.025000', '181605.027000', '181605.030000', '181605.032000', '181605.035000', '181605.037000', '181605.040000', '181605.043000', '181605.045000', '181605.048000', '181605.050000', '181605.053000', '181605.055000', '181605.058000', '181605.061000', '181605.063000', '181605.066000', '181605.068000', '181605.071000', '181624.948000', '181624.951000', '181624.953000', '181624.956000', '181624.958000', '181624.961000', '181624.964000', '181624.966000', '181624.969000', '181624.971000', '181624.974000', '181624.976000', '181624.979000', '181624.981000', '181624.984000', '181624.987000', '181624.989000', '181624.992000', '181624.994000', '181624.997000', '181625.000000', '181625.003000', '181625.005000', '181625.008000', '181625.011000', '181625.013000', '181625.016000', '181625.018000', '181625.021000', '181625.023000', '181625.026000', '181625.029000', '181625.031000', '181625.034000', '181625.036000', '181625.039000', '181625.041000', '181625.044000', '181625.046000', '181625.049000', '181625.052000', '181625.054000', '181625.057000', '181644.948000', '181644.951000', '181644.953000', '181644.956000', '181644.958000', '181644.961000', '181644.963000', '181644.966000', '181644.969000', '181644.971000', '181644.974000', '181644.976000', '181644.979000', '181644.981000', '181644.984000', '181644.986000', '181644.989000', '181644.992000', '181644.994000', '181644.997000', '181645.000000', '181645.003000', '181645.005000', '181645.008000', '181645.011000', '181645.013000', '181645.016000', '181645.018000', '181645.021000', '181645.023000', '181645.026000', '181645.029000', '181645.031000', '181645.034000', '181645.037000', '181645.039000', '181645.042000', '181645.044000', '181645.047000', '181645.050000', '181645.052000', '181645.055000', '181645.057000', '181645.060000', '181704.947000', '181704.950000', '181704.953000', '181704.955000', '181704.958000', '181704.960000', '181704.963000', '181704.966000', '181704.968000', '181704.971000', '181704.973000', '181704.976000', '181704.978000', '181704.981000', '181704.983000', '181704.986000', '181704.989000', '181704.991000', '181704.994000', '181704.996000', '181705.000000', '181705.002000', '181705.005000', '181705.008000', '181705.010000', '181705.013000', '181705.015000', '181705.018000', '181705.020000', '181705.023000', '181705.025000', '181705.028000', '181705.031000', '181705.033000', '181705.036000', '181705.038000', '181705.041000', '181705.043000', '181705.046000', '181705.049000', '181705.051000', '181705.054000', '181705.056000', '181724.948000', '181724.950000', '181724.953000', '181724.956000', '181724.958000', '181724.961000', '181724.963000', '181724.966000', '181724.968000', '181724.971000', '181724.974000', '181724.976000', '181724.979000', '181724.981000', '181724.984000', '181724.987000', '181724.989000', '181724.992000', '181724.995000', '181724.997000', '181725.001000', '181725.003000', '181725.006000', '181725.009000', '181725.011000', '181725.014000', '181725.017000', '181725.019000', '181725.022000', '181725.024000', '181725.027000', '181725.030000', '181725.032000', '181725.035000', '181725.038000', '181725.040000', '181725.043000', '181725.046000', '181725.048000', '181725.051000', '181725.053000', '181725.056000', '181725.058000', '181725.061000', '181744.947000', '181744.949000', '181744.952000', '181744.955000', '181744.957000', '181744.960000', '181744.962000', '181744.965000', '181744.967000', '181744.970000', '181744.973000', '181744.975000', '181744.978000', '181744.980000', '181744.983000', '181744.985000', '181744.988000', '181744.991000', '181744.993000', '181744.996000', '181744.998000', '181745.002000', '181745.005000', '181745.007000', '181745.010000', '181745.012000', '181745.015000', '181745.018000', '181745.020000', '181745.023000', '181745.025000', '181745.028000', '181745.031000', '181745.033000', '181745.036000', '181745.039000', '181745.041000', '181745.044000', '181745.046000', '181745.049000', '181745.051000', '181745.054000', '181745.057000', '181804.947000', '181804.949000', '181804.952000', '181804.955000', '181804.957000', '181804.960000', '181804.963000', '181804.965000', '181804.968000', '181804.971000', '181804.973000', '181804.976000', '181804.978000', '181804.981000', '181804.983000', '181804.986000', '181804.989000', '181804.991000', '181804.994000', '181804.996000', '181805.000000', '181805.003000', '181805.005000', '181805.008000', '181805.010000', '181805.013000', '181805.015000', '181805.018000', '181805.021000', '181805.023000', '181805.026000', '181805.028000', '181805.031000', '181805.033000', '181805.036000', '181805.039000', '181805.041000', '181805.044000', '181805.046000', '181805.049000', '181805.052000', '181805.054000', '181805.057000', '181805.060000', '181824.948000', '181824.950000', '181824.953000', '181824.956000', '181824.959000', '181824.962000', '181824.964000', '181824.967000', '181824.970000', '181824.972000', '181824.975000', '181824.977000', '181824.980000', '181824.983000', '181824.985000', '181824.988000', '181824.990000', '181824.993000', '181824.995000', '181824.998000', '181825.002000', '181825.004000', '181825.007000', '181825.009000', '181825.012000', '181825.015000', '181825.017000', '181825.020000', '181825.022000', '181825.025000', '181825.028000', '181825.030000', '181825.033000', '181825.047000', '181825.050000', '181825.052000', '181825.055000', '181825.057000', '181825.060000', '181825.062000', '181825.065000', '181825.068000', '181825.070000', '181844.948000', '181844.951000', '181844.953000', '181844.956000', '181844.959000', '181844.961000', '181844.964000', '181844.966000', '181844.969000', '181844.972000', '181844.974000', '181844.980000', '181844.982000', '181844.985000', '181844.988000', '181844.990000', '181844.993000', '181844.996000', '181844.998000', '181845.002000', '181845.004000', '181845.007000', '181845.010000', '181845.012000', '181845.015000', '181845.018000', '181845.020000', '181845.023000', '181845.025000', '181845.028000', '181845.030000', '181845.033000', '181845.036000', '181845.038000', '181845.041000', '181845.044000', '181845.046000', '181845.049000', '181845.051000', '181845.054000', '181845.057000', '181845.059000', '181845.062000', '181845.064000', '181904.948000', '181904.950000', '181904.953000', '181904.956000', '181904.958000', '181904.961000', '181904.964000', '181904.966000', '181904.969000', '181904.972000', '181904.974000', '181904.977000', '181904.979000', '181904.982000', '181904.985000', '181904.987000', '181904.990000', '181904.992000', '181904.995000', '181904.998000', '181905.001000', '181905.004000', '181905.006000', '181905.009000', '181905.012000', '181905.014000', '181905.017000', '181905.020000', '181905.022000', '181905.025000', '181905.027000', '181905.030000', '181905.033000', '181905.035000', '181905.038000', '181905.040000', '181905.043000', '181905.045000', '181905.048000', '181905.051000', '181905.053000', '181905.056000', '181905.058000', '181924.948000', '181924.952000', '181924.955000', '181924.958000', '181924.960000', '181924.963000', '181924.966000', '181924.968000', '181924.971000', '181924.974000', '181924.977000', '181924.979000', '181924.982000', '181924.984000', '181924.987000', '181924.990000', '181924.992000', '181924.995000', '181924.998000', '181925.001000', '181925.004000', '181925.007000', '181925.009000', '181925.012000', '181925.015000', '181925.017000', '181925.020000', '181925.022000', '181925.025000', '181925.028000', '181925.030000', '181925.033000', '181925.035000', '181925.038000', '181925.041000', '181925.043000', '181925.046000', '181925.049000', '181925.051000', '181925.054000', '181925.057000', '181925.059000', '181925.062000', '181944.948000', '181944.951000', '181944.953000', '181944.956000', '181944.959000', '181944.962000', '181944.964000', '181944.967000', '181944.970000', '181944.972000', '181944.975000', '181944.977000', '181944.980000', '181944.983000', '181944.985000', '181944.988000', '181945.001000', '181945.004000', '181945.007000', '181945.009000', '181945.012000', '181945.015000', '181945.017000', '181945.020000', '181945.022000', '181945.025000', '181945.027000', '181945.030000', '181945.032000', '181945.035000', '181945.038000', '181945.040000', '181945.043000', '181945.045000', '181945.048000', '181945.051000', '181945.053000', '181945.056000', '181945.058000', '181945.061000', '181945.063000', '181945.066000', '181945.069000', '181945.071000', '182004.947000', '182004.950000', '182004.953000', '182004.956000', '182004.959000', '182004.962000', '182004.964000', '182004.967000', '182004.970000', '182004.973000', '182004.975000', '182004.978000', '182004.981000', '182004.983000', '182004.986000', '182004.989000', '182004.991000', '182004.994000', '182004.997000', '182005.000000', '182005.003000', '182005.006000', '182005.008000', '182005.011000', '182005.014000', '182005.016000', '182005.019000', '182005.021000', '182005.024000', '182005.027000', '182005.029000', '182005.032000', '182005.035000', '182005.037000', '182005.040000', '182005.042000', '182005.045000', '182005.047000', '182005.050000', '182005.053000', '182005.055000', '182005.058000', '182005.060000', '182014.561000', '182014.564000', '182014.566000', '182014.569000', '182014.571000', '182014.574000', '182014.577000', '182014.579000', '182014.582000', '182014.584000', '182014.587000', '182014.589000', '182014.592000', '182014.595000', '182014.606000', '182014.608000', '182014.611000', '182014.613000', '182014.616000', '182014.619000', '182014.621000', '182014.624000'], 'InstanceCreationTime': ['180805.000000', '180805.003000', '180805.005000', '180805.008000', '180805.011000', '180805.013000', '180805.016000', '180805.018000', '180805.021000', '180805.023000', '180805.026000', '180805.028000', '180805.031000', '180805.033000', '180805.036000', '180805.039000', '180805.042000', '180805.045000', '180805.048000', '180805.050000', '180805.067000', '180805.069000', '180805.072000', '180805.075000', '180805.077000', '180805.080000', '180805.082000', '180805.085000', '180805.088000', '180805.090000', '180805.093000', '180805.095000', '180805.098000', '180805.100000', '180805.103000', '180805.105000', '180805.108000', '180805.110000', '180805.113000', '180805.115000', '180805.118000', '180805.120000', '180805.123000', '180805.126000', '180805.128000', '180805.131000', '180805.133000', '180805.136000', '180805.139000', '180805.141000', '180805.144000', '180805.146000', '180805.149000', '180824.947000', '180824.949000', '180824.952000', '180824.955000', '180824.957000', '180824.960000', '180824.962000', '180824.965000', '180824.967000', '180824.970000', '180824.972000', '180824.975000', '180824.977000', '180824.980000', '180824.983000', '180824.992000', '180824.995000', '180824.997000', '180825.001000', '180825.004000', '180825.006000', '180825.009000', '180825.011000', '180825.014000', '180825.016000', '180825.019000', '180825.021000', '180825.024000', '180825.026000', '180825.029000', '180825.031000', '180825.034000', '180825.037000', '180825.039000', '180825.042000', '180825.045000', '180825.047000', '180825.050000', '180825.052000', '180825.055000', '180825.057000', '180825.060000', '180825.062000', '180825.065000', '180844.946000', '180844.952000', '180844.955000', '180844.957000', '180844.960000', '180844.962000', '180844.965000', '180844.967000', '180844.970000', '180844.973000', '180844.975000', '180844.978000', '180844.980000', '180844.983000', '180844.985000', '180844.998000', '180845.002000', '180845.005000', '180845.008000', '180845.011000', '180845.013000', '180845.016000', '180845.018000', '180845.021000', '180845.023000', '180845.026000', '180845.028000', '180845.031000', '180845.034000', '180845.036000', '180845.039000', '180845.041000', '180845.044000', '180845.046000', '180845.049000', '180845.051000', '180845.054000', '180845.057000', '180845.059000', '180845.062000', '180845.064000', '180845.067000', '180845.069000', '180904.948000', '180904.950000', '180904.953000', '180904.955000', '180904.958000', '180904.961000', '180904.963000', '180904.966000', '180904.968000', '180904.971000', '180904.973000', '180904.976000', '180904.978000', '180904.981000', '180904.983000', '180904.986000', '180904.989000', '180904.991000', '180904.994000', '180904.996000', '180905.007000', '180905.010000', '180905.013000', '180905.015000', '180905.018000', '180905.020000', '180905.023000', '180905.026000', '180905.028000', '180905.031000', '180905.034000', '180905.036000', '180905.039000', '180905.041000', '180905.044000', '180905.047000', '180905.049000', '180905.052000', '180905.054000', '180905.057000', '180905.059000', '180905.062000', '180905.064000', '180905.067000', '180924.948000', '180924.950000', '180924.953000', '180924.956000', '180924.958000', '180924.961000', '180924.963000', '180924.966000', '180924.968000', '180924.971000', '180924.973000', '180924.976000', '180924.978000', '180924.981000', '180924.984000', '180924.986000', '180924.989000', '180924.991000', '180924.994000', '180924.997000', '180925.000000', '180925.003000', '180925.005000', '180925.008000', '180925.010000', '180925.013000', '180925.015000', '180925.018000', '180925.021000', '180925.023000', '180925.027000', '180925.030000', '180925.033000', '180925.035000', '180925.038000', '180925.040000', '180925.043000', '180925.045000', '180925.048000', '180925.050000', '180925.053000', '180925.056000', '180925.058000', '180944.947000', '180944.950000', '180944.953000', '180944.956000', '180944.958000', '180944.961000', '180944.963000', '180944.966000', '180944.969000', '180944.971000', '180944.974000', '180944.977000', '180944.979000', '180944.982000', '180944.984000', '180944.987000', '180944.990000', '180944.992000', '180944.995000', '180944.997000', '180945.001000', '180945.004000', '180945.006000', '180945.009000', '180945.011000', '180945.014000', '180945.016000', '180945.019000', '180945.024000', '180945.027000', '180945.029000', '180945.032000', '180945.034000', '180945.037000', '180945.040000', '180945.042000', '180945.045000', '180945.047000', '180945.050000', '180945.052000', '180945.055000', '180945.058000', '180945.060000', '180945.063000', '181004.947000', '181004.950000', '181004.953000', '181004.955000', '181004.958000', '181004.961000', '181004.963000', '181004.966000', '181004.968000', '181004.971000', '181004.973000', '181004.976000', '181004.978000', '181004.981000', '181004.983000', '181004.986000', '181004.989000', '181004.991000', '181004.994000', '181004.996000', '181005.000000', '181005.002000', '181005.005000', '181005.007000', '181005.010000', '181005.013000', '181005.015000', '181005.018000', '181005.020000', '181005.023000', '181005.026000', '181005.028000', '181005.031000', '181005.034000', '181005.036000', '181005.039000', '181005.041000', '181005.044000', '181005.047000', '181005.049000', '181005.052000', '181005.055000', '181005.057000', '181024.947000', '181024.950000', '181024.953000', '181024.956000', '181024.958000', '181024.961000', '181024.963000', '181024.966000', '181024.968000', '181024.971000', '181024.974000', '181024.992000', '181024.994000', '181024.997000', '181025.000000', '181025.003000', '181025.006000', '181025.008000', '181025.011000', '181025.014000', '181025.016000', '181025.019000', '181025.021000', '181025.024000', '181025.027000', '181025.029000', '181025.032000', '181025.035000', '181025.037000', '181025.040000', '181025.042000', '181025.045000', '181025.048000', '181025.050000', '181025.053000', '181025.059000', '181025.061000', '181025.064000', '181025.066000', '181025.069000', '181025.072000', '181025.074000', '181025.077000', '181025.079000', '181044.946000', '181044.949000', '181044.952000', '181044.955000', '181044.957000', '181044.960000', '181044.963000', '181044.965000', '181044.968000', '181044.971000', '181044.973000', '181044.976000', '181044.978000', '181044.981000', '181044.983000', '181044.986000', '181044.989000', '181044.991000', '181044.994000', '181044.996000', '181045.000000', '181045.002000', '181045.005000', '181045.007000', '181045.010000', '181045.013000', '181045.015000', '181045.018000', '181045.020000', '181045.023000', '181045.025000', '181045.028000', '181045.030000', '181045.033000', '181045.035000', '181045.038000', '181045.040000', '181045.043000', '181045.046000', '181045.048000', '181045.051000', '181045.053000', '181045.056000', '181104.946000', '181104.949000', '181104.952000', '181104.954000', '181104.957000', '181104.960000', '181104.962000', '181104.965000', '181104.967000', '181104.970000', '181104.972000', '181104.975000', '181104.977000', '181104.980000', '181104.983000', '181104.985000', '181104.988000', '181104.990000', '181104.993000', '181104.995000', '181104.998000', '181105.001000', '181105.004000', '181105.007000', '181105.009000', '181105.012000', '181105.015000', '181105.017000', '181105.020000', '181105.023000', '181105.025000', '181105.028000', '181105.030000', '181105.033000', '181105.036000', '181105.038000', '181105.041000', '181105.043000', '181105.046000', '181105.049000', '181105.051000', '181105.054000', '181105.056000', '181105.059000', '181124.947000', '181124.950000', '181124.953000', '181124.955000', '181124.958000', '181124.961000', '181124.963000', '181124.966000', '181124.968000', '181124.971000', '181124.973000', '181124.976000', '181124.979000', '181124.981000', '181124.984000', '181124.986000', '181124.989000', '181124.991000', '181124.994000', '181124.997000', '181125.000000', '181125.003000', '181125.006000', '181125.008000', '181125.011000', '181125.013000', '181125.016000', '181125.019000', '181125.021000', '181125.024000', '181125.026000', '181125.029000', '181125.032000', '181125.034000', '181125.037000', '181125.039000', '181125.042000', '181125.045000', '181125.047000', '181125.050000', '181125.052000', '181125.055000', '181125.058000', '181144.947000', '181144.952000', '181144.955000', '181144.958000', '181144.961000', '181144.964000', '181144.966000', '181144.969000', '181144.972000', '181144.974000', '181144.977000', '181144.979000', '181144.982000', '181144.988000', '181144.990000', '181144.993000', '181144.996000', '181144.998000', '181145.002000', '181145.004000', '181145.007000', '181145.010000', '181145.013000', '181145.015000', '181145.018000', '181145.021000', '181145.023000', '181145.026000', '181145.029000', '181145.031000', '181145.034000', '181145.036000', '181145.039000', '181145.042000', '181145.044000', '181145.047000', '181145.062000', '181145.065000', '181145.067000', '181145.070000', '181145.073000', '181145.075000', '181145.078000', '181204.947000', '181205.029000', '181205.032000', '181205.035000', '181205.037000', '181205.040000', '181205.042000', '181205.045000', '181205.048000', '181205.050000', '181205.053000', '181205.056000', '181205.058000', '181205.061000', '181205.063000', '181205.066000', '181205.069000', '181205.071000', '181205.074000', '181205.077000', '181205.079000', '181205.082000', '181205.085000', '181205.088000', '181205.090000', '181205.093000', '181205.095000', '181205.098000', '181205.101000', '181205.103000', '181205.106000', '181205.109000', '181205.111000', '181205.114000', '181205.116000', '181205.119000', '181205.122000', '181205.124000', '181205.127000', '181205.130000', '181205.132000', '181205.135000', '181205.137000', '181205.140000', '181224.947000', '181224.950000', '181224.953000', '181224.955000', '181224.958000', '181224.961000', '181224.963000', '181224.966000', '181224.968000', '181224.971000', '181224.974000', '181224.976000', '181224.979000', '181224.981000', '181224.984000', '181224.987000', '181224.989000', '181224.992000', '181224.995000', '181224.997000', '181225.001000', '181225.004000', '181225.006000', '181225.009000', '181225.012000', '181225.014000', '181225.017000', '181225.019000', '181225.022000', '181225.024000', '181225.027000', '181225.030000', '181225.032000', '181225.035000', '181225.037000', '181225.040000', '181225.042000', '181225.045000', '181225.048000', '181225.050000', '181225.053000', '181225.055000', '181225.058000', '181244.947000', '181244.950000', '181244.953000', '181244.955000', '181244.958000', '181244.961000', '181244.963000', '181244.966000', '181244.968000', '181244.971000', '181244.973000', '181244.976000', '181244.978000', '181244.981000', '181244.984000', '181244.986000', '181244.989000', '181244.991000', '181244.994000', '181244.996000', '181245.000000', '181245.003000', '181245.005000', '181245.008000', '181245.010000', '181245.013000', '181245.016000', '181245.018000', '181245.021000', '181245.023000', '181245.026000', '181245.028000', '181245.031000', '181245.034000', '181245.036000', '181245.039000', '181245.041000', '181245.044000', '181245.047000', '181245.049000', '181245.052000', '181245.054000', '181245.057000', '181245.059000', '181304.946000', '181304.949000', '181304.952000', '181304.955000', '181304.957000', '181304.960000', '181304.962000', '181304.965000', '181304.967000', '181304.970000', '181304.972000', '181304.975000', '181304.978000', '181304.980000', '181304.983000', '181304.985000', '181304.988000', '181304.991000', '181304.994000', '181304.996000', '181305.000000', '181305.002000', '181305.005000', '181305.008000', '181305.010000', '181305.013000', '181305.015000', '181305.018000', '181305.020000', '181305.023000', '181305.026000', '181305.028000', '181305.031000', '181305.034000', '181305.036000', '181305.039000', '181305.041000', '181305.044000', '181305.047000', '181305.050000', '181305.052000', '181305.055000', '181305.057000', '181324.946000', '181324.949000', '181324.952000', '181324.954000', '181324.987000', '181324.990000', '181324.993000', '181324.995000', '181324.998000', '181325.001000', '181325.004000', '181325.007000', '181325.009000', '181325.012000', '181325.014000', '181325.017000', '181325.019000', '181325.022000', '181325.024000', '181325.027000', '181325.030000', '181325.032000', '181325.035000', '181325.037000', '181325.040000', '181325.042000', '181325.047000', '181325.049000', '181325.052000', '181325.054000', '181325.057000', '181325.059000', '181325.062000', '181325.065000', '181325.067000', '181325.070000', '181325.072000', '181325.075000', '181325.077000', '181325.080000', '181325.082000', '181325.085000', '181325.088000', '181325.090000', '181344.948000', '181344.950000', '181344.953000', '181344.956000', '181344.959000', '181344.961000', '181344.964000', '181344.975000', '181344.977000', '181344.980000', '181344.983000', '181344.985000', '181344.988000', '181344.991000', '181344.993000', '181344.996000', '181344.998000', '181345.002000', '181345.005000', '181345.007000', '181345.010000', '181345.012000', '181345.015000', '181345.018000', '181345.020000', '181345.023000', '181345.025000', '181345.028000', '181345.031000', '181345.033000', '181345.036000', '181345.039000', '181345.041000', '181345.044000', '181345.046000', '181345.049000', '181345.052000', '181345.054000', '181345.057000', '181345.060000', '181345.062000', '181345.065000', '181345.067000', '181404.948000', '181404.950000', '181404.953000', '181404.956000', '181404.958000', '181404.961000', '181404.963000', '181404.966000', '181404.968000', '181404.971000', '181404.974000', '181404.976000', '181404.979000', '181404.981000', '181404.984000', '181404.986000', '181404.990000', '181404.992000', '181404.995000', '181404.997000', '181405.001000', '181405.004000', '181405.006000', '181405.009000', '181405.011000', '181405.014000', '181405.017000', '181405.019000', '181405.022000', '181405.025000', '181405.027000', '181405.030000', '181405.032000', '181405.035000', '181405.038000', '181405.040000', '181405.043000', '181405.045000', '181405.048000', '181405.051000', '181405.053000', '181405.056000', '181405.058000', '181405.061000', '181424.947000', '181424.950000', '181424.953000', '181424.955000', '181424.958000', '181424.960000', '181424.963000', '181424.966000', '181424.968000', '181424.971000', '181424.973000', '181424.976000', '181424.978000', '181424.981000', '181424.983000', '181424.986000', '181424.989000', '181424.991000', '181424.994000', '181424.996000', '181425.000000', '181425.002000', '181425.005000', '181425.007000', '181425.010000', '181425.013000', '181425.015000', '181425.018000', '181425.020000', '181425.023000', '181425.026000', '181425.028000', '181425.031000', '181425.034000', '181425.036000', '181425.039000', '181425.042000', '181425.044000', '181425.047000', '181425.049000', '181425.052000', '181425.054000', '181425.057000', '181444.947000', '181444.950000', '181444.953000', '181444.955000', '181444.958000', '181444.961000', '181444.963000', '181444.966000', '181444.968000', '181444.971000', '181444.973000', '181444.976000', '181444.979000', '181444.981000', '181445.000000', '181445.003000', '181445.005000', '181445.008000', '181445.010000', '181445.013000', '181445.015000', '181445.018000', '181445.020000', '181445.023000', '181445.025000', '181445.028000', '181445.031000', '181445.033000', '181445.036000', '181445.038000', '181445.041000', '181445.043000', '181445.046000', '181445.049000', '181445.051000', '181445.054000', '181445.056000', '181445.059000', '181445.061000', '181445.064000', '181445.066000', '181445.069000', '181445.071000', '181445.074000', '181504.948000', '181504.950000', '181504.953000', '181504.956000', '181504.958000', '181504.961000', '181504.963000', '181504.966000', '181504.968000', '181504.971000', '181504.973000', '181504.976000', '181504.979000', '181504.981000', '181504.984000', '181504.986000', '181504.989000', '181504.991000', '181504.994000', '181504.997000', '181505.000000', '181505.003000', '181505.005000', '181505.008000', '181505.010000', '181505.013000', '181505.016000', '181505.018000', '181505.021000', '181505.023000', '181505.026000', '181505.029000', '181505.031000', '181505.034000', '181505.036000', '181505.039000', '181505.041000', '181505.044000', '181505.046000', '181505.049000', '181505.052000', '181505.054000', '181505.057000', '181524.947000', '181524.949000', '181524.952000', '181524.954000', '181524.957000', '181524.960000', '181524.962000', '181524.965000', '181524.967000', '181524.970000', '181524.972000', '181524.975000', '181524.977000', '181524.980000', '181524.983000', '181524.985000', '181524.988000', '181524.990000', '181524.993000', '181524.996000', '181524.998000', '181525.002000', '181525.004000', '181525.007000', '181525.009000', '181525.012000', '181525.014000', '181525.017000', '181525.020000', '181525.022000', '181525.025000', '181525.027000', '181525.030000', '181525.032000', '181525.035000', '181525.037000', '181525.040000', '181525.043000', '181525.045000', '181525.048000', '181525.050000', '181525.053000', '181525.056000', '181525.058000', '181544.947000', '181544.949000', '181544.952000', '181544.955000', '181544.963000', '181544.966000', '181544.968000', '181544.971000', '181544.974000', '181544.976000', '181544.979000', '181544.982000', '181544.984000', '181544.987000', '181544.990000', '181545.004000', '181545.007000', '181545.009000', '181545.012000', '181545.015000', '181545.017000', '181545.020000', '181545.022000', '181545.025000', '181545.028000', '181545.030000', '181545.033000', '181545.035000', '181545.038000', '181545.041000', '181545.044000', '181545.046000', '181545.049000', '181545.052000', '181545.054000', '181545.057000', '181545.060000', '181545.063000', '181545.066000', '181545.069000', '181545.072000', '181545.075000', '181545.077000', '181604.948000', '181604.950000', '181604.953000', '181604.956000', '181604.958000', '181604.961000', '181604.963000', '181604.966000', '181604.968000', '181604.971000', '181604.973000', '181604.987000', '181604.990000', '181604.993000', '181604.995000', '181604.998000', '181605.001000', '181605.004000', '181605.006000', '181605.009000', '181605.012000', '181605.014000', '181605.017000', '181605.019000', '181605.022000', '181605.025000', '181605.027000', '181605.030000', '181605.032000', '181605.035000', '181605.037000', '181605.040000', '181605.043000', '181605.045000', '181605.048000', '181605.050000', '181605.053000', '181605.055000', '181605.058000', '181605.061000', '181605.063000', '181605.066000', '181605.068000', '181605.071000', '181624.948000', '181624.951000', '181624.953000', '181624.956000', '181624.958000', '181624.961000', '181624.964000', '181624.966000', '181624.969000', '181624.971000', '181624.974000', '181624.976000', '181624.979000', '181624.981000', '181624.984000', '181624.987000', '181624.989000', '181624.992000', '181624.994000', '181624.997000', '181625.000000', '181625.003000', '181625.005000', '181625.008000', '181625.011000', '181625.013000', '181625.016000', '181625.018000', '181625.021000', '181625.023000', '181625.026000', '181625.029000', '181625.031000', '181625.034000', '181625.036000', '181625.039000', '181625.041000', '181625.044000', '181625.046000', '181625.049000', '181625.052000', '181625.054000', '181625.057000', '181644.948000', '181644.951000', '181644.953000', '181644.956000', '181644.958000', '181644.961000', '181644.963000', '181644.966000', '181644.969000', '181644.971000', '181644.974000', '181644.976000', '181644.979000', '181644.981000', '181644.984000', '181644.986000', '181644.989000', '181644.992000', '181644.994000', '181644.997000', '181645.000000', '181645.003000', '181645.005000', '181645.008000', '181645.011000', '181645.013000', '181645.016000', '181645.018000', '181645.021000', '181645.023000', '181645.026000', '181645.029000', '181645.031000', '181645.034000', '181645.037000', '181645.039000', '181645.042000', '181645.044000', '181645.047000', '181645.050000', '181645.052000', '181645.055000', '181645.057000', '181645.060000', '181704.947000', '181704.950000', '181704.953000', '181704.955000', '181704.958000', '181704.960000', '181704.963000', '181704.966000', '181704.968000', '181704.971000', '181704.973000', '181704.976000', '181704.978000', '181704.981000', '181704.983000', '181704.986000', '181704.989000', '181704.991000', '181704.994000', '181704.996000', '181705.000000', '181705.002000', '181705.005000', '181705.008000', '181705.010000', '181705.013000', '181705.015000', '181705.018000', '181705.020000', '181705.023000', '181705.025000', '181705.028000', '181705.031000', '181705.033000', '181705.036000', '181705.038000', '181705.041000', '181705.043000', '181705.046000', '181705.049000', '181705.051000', '181705.054000', '181705.056000', '181724.948000', '181724.950000', '181724.953000', '181724.956000', '181724.958000', '181724.961000', '181724.963000', '181724.966000', '181724.968000', '181724.971000', '181724.974000', '181724.976000', '181724.979000', '181724.981000', '181724.984000', '181724.987000', '181724.989000', '181724.992000', '181724.995000', '181724.997000', '181725.001000', '181725.003000', '181725.006000', '181725.009000', '181725.011000', '181725.014000', '181725.017000', '181725.019000', '181725.022000', '181725.024000', '181725.027000', '181725.030000', '181725.032000', '181725.035000', '181725.038000', '181725.040000', '181725.043000', '181725.046000', '181725.048000', '181725.051000', '181725.053000', '181725.056000', '181725.058000', '181725.061000', '181744.947000', '181744.949000', '181744.952000', '181744.955000', '181744.957000', '181744.960000', '181744.962000', '181744.965000', '181744.967000', '181744.970000', '181744.973000', '181744.975000', '181744.978000', '181744.980000', '181744.983000', '181744.985000', '181744.988000', '181744.991000', '181744.993000', '181744.996000', '181744.998000', '181745.002000', '181745.005000', '181745.007000', '181745.010000', '181745.012000', '181745.015000', '181745.018000', '181745.020000', '181745.023000', '181745.025000', '181745.028000', '181745.031000', '181745.033000', '181745.036000', '181745.039000', '181745.041000', '181745.044000', '181745.046000', '181745.049000', '181745.051000', '181745.054000', '181745.057000', '181804.947000', '181804.949000', '181804.952000', '181804.955000', '181804.957000', '181804.960000', '181804.963000', '181804.965000', '181804.968000', '181804.971000', '181804.973000', '181804.976000', '181804.978000', '181804.981000', '181804.983000', '181804.986000', '181804.989000', '181804.991000', '181804.994000', '181804.996000', '181805.000000', '181805.003000', '181805.005000', '181805.008000', '181805.010000', '181805.013000', '181805.015000', '181805.018000', '181805.021000', '181805.023000', '181805.026000', '181805.028000', '181805.031000', '181805.033000', '181805.036000', '181805.039000', '181805.041000', '181805.044000', '181805.046000', '181805.049000', '181805.052000', '181805.054000', '181805.057000', '181805.060000', '181824.948000', '181824.950000', '181824.953000', '181824.956000', '181824.959000', '181824.962000', '181824.964000', '181824.967000', '181824.970000', '181824.972000', '181824.975000', '181824.977000', '181824.980000', '181824.983000', '181824.985000', '181824.988000', '181824.990000', '181824.993000', '181824.995000', '181824.998000', '181825.002000', '181825.004000', '181825.007000', '181825.009000', '181825.012000', '181825.015000', '181825.017000', '181825.020000', '181825.022000', '181825.025000', '181825.028000', '181825.030000', '181825.033000', '181825.047000', '181825.050000', '181825.052000', '181825.055000', '181825.057000', '181825.060000', '181825.062000', '181825.065000', '181825.068000', '181825.070000', '181844.948000', '181844.951000', '181844.953000', '181844.956000', '181844.959000', '181844.961000', '181844.964000', '181844.966000', '181844.969000', '181844.972000', '181844.974000', '181844.980000', '181844.982000', '181844.985000', '181844.988000', '181844.990000', '181844.993000', '181844.996000', '181844.998000', '181845.002000', '181845.004000', '181845.007000', '181845.010000', '181845.012000', '181845.015000', '181845.018000', '181845.020000', '181845.023000', '181845.025000', '181845.028000', '181845.030000', '181845.033000', '181845.036000', '181845.038000', '181845.041000', '181845.044000', '181845.046000', '181845.049000', '181845.051000', '181845.054000', '181845.057000', '181845.059000', '181845.062000', '181845.064000', '181904.948000', '181904.950000', '181904.953000', '181904.956000', '181904.958000', '181904.961000', '181904.964000', '181904.966000', '181904.969000', '181904.972000', '181904.974000', '181904.977000', '181904.979000', '181904.982000', '181904.985000', '181904.987000', '181904.990000', '181904.992000', '181904.995000', '181904.998000', '181905.001000', '181905.004000', '181905.006000', '181905.009000', '181905.012000', '181905.014000', '181905.017000', '181905.020000', '181905.022000', '181905.025000', '181905.027000', '181905.030000', '181905.033000', '181905.035000', '181905.038000', '181905.040000', '181905.043000', '181905.045000', '181905.048000', '181905.051000', '181905.053000', '181905.056000', '181905.058000', '181924.948000', '181924.952000', '181924.955000', '181924.958000', '181924.960000', '181924.963000', '181924.966000', '181924.968000', '181924.971000', '181924.974000', '181924.977000', '181924.979000', '181924.982000', '181924.984000', '181924.987000', '181924.990000', '181924.992000', '181924.995000', '181924.998000', '181925.001000', '181925.004000', '181925.007000', '181925.009000', '181925.012000', '181925.015000', '181925.017000', '181925.020000', '181925.022000', '181925.025000', '181925.028000', '181925.030000', '181925.033000', '181925.035000', '181925.038000', '181925.041000', '181925.043000', '181925.046000', '181925.049000', '181925.051000', '181925.054000', '181925.057000', '181925.059000', '181925.062000', '181944.948000', '181944.951000', '181944.953000', '181944.956000', '181944.959000', '181944.962000', '181944.964000', '181944.967000', '181944.970000', '181944.972000', '181944.975000', '181944.977000', '181944.980000', '181944.983000', '181944.985000', '181944.988000', '181945.001000', '181945.004000', '181945.007000', '181945.009000', '181945.012000', '181945.015000', '181945.017000', '181945.020000', '181945.022000', '181945.025000', '181945.027000', '181945.030000', '181945.032000', '181945.035000', '181945.038000', '181945.040000', '181945.043000', '181945.045000', '181945.048000', '181945.051000', '181945.053000', '181945.056000', '181945.058000', '181945.061000', '181945.063000', '181945.066000', '181945.069000', '181945.071000', '182004.947000', '182004.950000', '182004.953000', '182004.956000', '182004.959000', '182004.962000', '182004.964000', '182004.967000', '182004.970000', '182004.973000', '182004.975000', '182004.978000', '182004.981000', '182004.983000', '182004.986000', '182004.989000', '182004.991000', '182004.994000', '182004.997000', '182005.000000', '182005.003000', '182005.006000', '182005.008000', '182005.011000', '182005.014000', '182005.016000', '182005.019000', '182005.021000', '182005.024000', '182005.027000', '182005.029000', '182005.032000', '182005.035000', '182005.037000', '182005.040000', '182005.042000', '182005.045000', '182005.047000', '182005.050000', '182005.053000', '182005.055000', '182005.058000', '182005.060000', '182014.561000', '182014.564000', '182014.566000', '182014.569000', '182014.571000', '182014.574000', '182014.577000', '182014.579000', '182014.582000', '182014.584000', '182014.587000', '182014.589000', '182014.592000', '182014.595000', '182014.606000', '182014.608000', '182014.611000', '182014.613000', '182014.616000', '182014.619000', '182014.621000', '182014.624000'], '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': [12119, 8275, 11833, 9574, 11776, 10316, 8521, 11404, 7508, 10507, 8155, 9372, 9423, 7775, 11529, 7315, 10234, 8240, 9662, 9392, 7934, 10675, 7048, 10732, 8112, 9849, 9544, 7636, 10452, 7360, 11053, 8643, 12249, 9827, 8737, 8110, 6962, 9665, 9105, 13384, 9384, 11798, 8277, 10491, 8991, 10573, 10562, 7343, 9391, 7491, 11373, 9456, 12648, 8821, 9669, 7927, 9465, 9014, 7414, 11017, 7181, 10872, 7896, 12718, 10273, 9452, 8221, 7180, 8511, 8654, 12979, 9227, 12375, 7885, 11043, 8887, 12349, 9633, 12017, 8382, 9264, 8740, 9453, 9881, 7653, 10669, 7671, 11077, 8151, 11249, 9188, 9214, 8361, 7167, 9310, 7920, 12737, 9669, 10716, 7906, 9339, 8758, 9673, 10225, 7393, 10246, 7413, 10653, 7842, 11934, 9951, 12784, 8640, 10593, 8178, 10620, 9132, 8673, 8124, 6704, 8549, 6967, 11413, 9253, 9162, 8044, 6920, 9609, 9582, 12127, 9149, 12785, 7475, 10806, 7597, 13435, 10587, 11551, 8112, 7160, 8044, 7869, 13209, 9344, 10383, 7767, 7200, 8421, 8378, 12669, 9214, 12529, 8331, 10209, 9020, 8802, 11211, 7278, 10956, 7894, 10779, 9236, 8706, 9364, 7541, 10594, 8719, 9486, 9857, 7798, 10664, 7841, 10877, 8885, 9433, 9776, 7227, 9787, 7808, 13358, 10242, 11406, 7920, 7380, 9807, 7548, 9742, 9732, 9382, 12774, 7648, 13080, 8415, 11087, 10854, 8743, 9630, 7310, 9662, 7329, 11393, 9585, 12698, 8064, 7544, 7984, 7576, 10991, 9500, 12736, 9713, 8776, 7946, 6919, 9822, 8328, 11824, 8674, 11847, 8111, 11998, 9667, 11061, 8954, 9695, 8055, 10446, 8779, 12896, 10726, 11203, 8126, 6916, 8398, 6924, 10379, 9108, 13046, 9735, 9511, 7992, 7738, 10078, 8959, 13383, 9544, 11976, 8215, 11675, 8600, 10168, 9130, 7754, 8803, 7781, 10676, 9121, 12353, 9372, 8010, 8294, 7616, 10919, 9302, 12085, 8498, 12047, 8629, 10548, 9921, 7715, 9756, 7406, 10295, 8460, 10672, 9161, 7293, 8119, 7438, 11489, 9481, 11892, 8615, 8478, 8760, 10595, 10684, 10180, 11059, 7440, 10065, 7825, 11141, 9636, 8272, 8268, 7607, 9699, 9069, 12940, 9687, 12535, 7820, 11197, 8150, 12428, 9987, 11619, 8653, 8402, 8739, 9252, 9565, 8293, 10894, 7793, 11388, 8402, 12454, 10012, 9770, 8341, 7358, 8377, 7904, 11927, 8601, 12487, 8041, 8730, 8711, 9381, 9896, 8104, 10317, 7469, 10450, 8075, 12132, 9912, 9434, 8542, 8096, 8729, 9975, 10836, 8861, 11527, 7838, 7742, 8354, 7597, 10540, 7046, 10777, 8030, 10930, 9070, 11637, 8004, 11166, 8001, 11677, 9726, 15565, 10543, 10209, 8272, 7673, 11349, 9359, 9319, 8958, 7902, 9938, 7958, 12555, 10499, 16515, 9721, 8777, 8794, 9210, 9013, 8307, 10844, 7671, 11059, 8165, 12310, 10227, 9676, 8550, 7727, 10061, 8025, 11946, 9587, 11384, 8846, 7490, 8436, 7978, 10840, 9073, 13209, 9634, 8655, 8720, 8125, 9644, 8276, 11692, 7712, 11228, 8413, 12064, 10236, 11456, 8595, 7345, 8874, 8357, 10380, 8220, 11521, 7786, 10717, 8326, 11523, 9534, 8630, 8600, 7513, 9297, 8318, 13039, 9194, 11283, 8581, 9114, 9174, 10448, 11547, 7886, 11013, 8241, 10905, 9093, 11808, 9670, 7870, 8559, 7926, 9398, 8665, 12271, 8807, 8965, 8542, 8110, 9225, 10900, 10740, 7897, 8894, 7427, 10629, 8432, 12590, 10168, 9496, 8775, 7642, 9419, 9699, 12878, 9137, 11968, 8345, 9367, 8984, 9667, 11839, 7615, 10371, 7775, 11581, 8685, 12757, 10424, 10891, 8406, 7213, 8442, 8109, 11263, 9400, 12769, 8845, 10096, 8366, 10196, 9104, 10751, 10869, 7534, 8612, 7980, 10831, 8972, 13016, 9127, 8840, 8492, 8997, 9412, 8448, 11081, 7399, 11195, 7771, 12316, 9936, 10612, 8297, 8030, 8356, 7954, 12273, 10070, 10638, 8182, 7400, 9131, 7559, 12602, 10276, 13903, 8904, 10235, 8301, 9973, 9297, 8402, 9159, 7511, 10170, 7972, 12709, 9640, 9004, 8269, 7692, 10457, 10201, 13826, 10025, 12673, 8024, 11250, 8816, 9709, 9215, 7516, 9224, 7488, 10990, 9521, 12839, 9349, 7950, 8509, 7908, 10145, 8358, 12972, 8242, 12580, 8502, 11317, 9806, 10366, 9500, 7205, 8783, 7642, 11954, 9681, 8532, 8196, 7818, 9403, 8160, 12695, 9872, 11165, 8571, 7567, 9925, 10868, 12890, 9787, 13569, 7762, 11377, 8244, 13146, 10290, 8558, 8464, 7540, 8820, 8649, 12101, 9041, 10446, 8372, 8696, 9082, 10569, 11071, 7945, 9791, 8159, 11512, 10043, 14180, 10044, 9281, 8608, 7599, 9735, 8920, 13174, 9511, 8733, 8517, 8129, 9815, 9255, 12072, 8059, 12069, 8610, 12591, 10134, 10814, 8347, 7293, 8837, 8727, 11238, 8742, 11065, 8329, 7529, 8355, 8328, 10684, 8333, 10464, 8131, 11204, 9344, 10853, 9165, 7515, 8661, 7965, 10681, 8934, 12209, 7775, 12160, 9073, 9947, 10964, 7541, 10388, 7939, 12393, 11053, 17552, 10622, 9265, 8647, 7938, 9480, 8668, 11804, 8178, 11476, 8764, 9517, 9709, 8395, 10569, 7856, 12958, 10640, 12018, 9725, 8137, 8401, 8035, 12144, 9786, 11024, 8638, 7828, 8956, 8195, 12924, 10407, 10186, 9039, 7781, 8848, 8481, 13141, 9764, 9863, 8755, 7711, 8765, 8467, 12808, 9057, 9504, 8704, 8175, 9009, 8713, 12933, 8600, 9440, 8786, 7669, 10399, 8348, 12328, 8830, 10563, 8885, 11541, 10449, 10997, 9486, 7370, 8612, 7901, 12011, 9591, 13624, 7749, 11446, 8185, 11399, 9455, 9363, 8539, 7843, 9128, 8360, 13528, 8345, 10955, 8077, 11901, 9997, 10383, 8805, 7248, 8585, 8116, 11176, 9309, 12088, 8467, 7350, 8734, 7862, 10924, 9466, 7436, 8917, 8023, 10829, 10122, 13520, 8949, 10676, 7534, 10837, 9138, 14896, 9232, 11392, 8418, 10187, 8871, 8608, 8323, 7468, 8577, 7906, 13110, 9620, 10398, 8513, 8127, 9203, 10001, 11949, 7894, 9722, 7606, 10875, 9352, 13890, 10183, 8945, 8629, 8994, 9430, 8648, 12239, 7803, 9328, 9060, 9179, 10070, 7596, 9940, 7834, 11322, 9364, 14057, 10243, 11276, 8766, 11951, 10129, 11404, 8694, 7266, 8800, 7485, 9173, 8548, 12597, 7491, 10519, 8046, 11701, 9648, 11335, 9328, 7341, 8550, 7686, 9425, 8387, 13364, 8032, 10892, 8365, 10982, 9895, 10197, 8507, 7382, 8815, 8132, 13818, 9555, 9421, 8407, 7073, 8770, 8644, 12575, 8293, 10525, 8201, 11126, 8619, 9342, 8576, 7426, 8442, 7236, 10299, 8636, 12097, 8200, 10789, 8492, 9880, 8786, 10231, 9662, 7603, 8861, 7821, 12204, 9938, 11640, 8636, 7385, 8613, 8390, 12084, 10150, 12743, 7383, 10441, 7941, 12669, 10065, 13885, 8634, 8342, 8808, 9694, 10261, 8089, 10099, 7670, 9869, 7807, 10543, 9185, 7762, 8890, 7819, 10323, 8938, 13679, 9858, 11700, 8647, 12030, 9029, 12384, 9789, 8411, 8730, 7461, 8871, 7598, 10200, 7607, 9980, 8120, 10026, 9111, 8755, 8424, 7278, 8958, 7853, 12413, 9121, 9001, 8326, 7158, 8683, 8094, 12063, 7594, 10784, 8543, 9647, 11366, 9582, 12416, 8776, 9805, 8620, 10359, 10096, 8162, 9971, 7455, 9637, 8369, 14062, 9938, 8960, 8058, 7689, 8748, 8189, 13128, 8469, 9836, 8266, 8779, 10321, 9655, 12663, 8669, 7752, 8776, 9072, 13644, 10142, 8064, 8491, 7778, 11133, 9643, 13987, 10236, 8141, 8573, 7746, 11177, 11087, 16832, 9456, 10180, 8961, 7808, 8940, 8144, 10231, 8204, 7480, 9003, 7890, 12184, 9170, 10189, 8888, 7348, 8912, 8533, 11642, 8613, 7946, 8652, 7611, 9861, 8522, 11916, 8549, 8445, 9150, 9987, 12324, 9576, 12529, 8552, 10382, 9307, 8121, 9743, 7529, 9713, 8232, 9057, 8349, 8447, 9259, 7338, 10280, 8476, 12108, 9552, 7942, 8430, 7005, 9322, 9344, 14155, 10319, 10275, 8594, 8371, 8771, 9236, 14566, 9945, 8464, 8554, 8033, 8744, 8784, 13663, 9592, 8619, 8615, 8165, 10354, 10376, 18034, 10726, 8400, 8635, 7724, 10843, 8424, 10554, 8865, 7808, 8899, 8548, 12502, 8936, 7238, 8137, 7668, 12207, 9474, 8254, 8733, 7355, 8788, 11567, 11723, 9821, 10709, 7470, 8309, 7990, 12911, 9111, 10895, 8791, 7320, 8928, 8366, 10643, 7676, 9978, 7986, 10703, 8457, 10414, 9089, 7678, 8648, 7142, 8676, 8300, 14045, 9619, 8363, 8546, 6897, 9974, 8501, 12407, 9086, 7993, 8846, 7790, 11387, 10044, 13046, 7812, 8947, 9045, 10352, 11160, 7589, 9393, 8027, 11495, 9449, 10385, 9434, 7873, 8760, 8353, 13419, 10380, 9714, 8410, 7101, 8903, 8096, 12717, 8455, 8882, 8575, 7816, 8879, 8428, 12054, 8458, 7291, 8696, 8150, 12567, 9049, 10640, 8834, 9628, 9213, 9700, 11291, 8134, 9956, 8458, 9726, 9976, 7749, 9292, 8152, 10279, 9331, 9686, 9253, 7599, 8489, 8432, 12370, 10541, 14794, 10589, 7802, 8684, 7795, 11105, 8865, 11293, 8876, 7699, 9094, 7762, 12596, 9533, 10014, 8392, 7065, 8771, 7982, 12342, 8100, 9206, 8352, 8166, 9205, 8402, 11538, 8376, 11696, 9069, 10508, 9753, 10222, 9854, 7677, 9407, 8647, 8348, 9108, 8230, 9224, 11663, 8100, 9233, 8723, 9212, 12243, 10187, 13266, 8861, 8029, 8547, 8221, 11217, 7628, 10599, 7705, 7078, 8570, 8124, 12353, 8921, 8689, 8483, 7095, 11286, 9543, 12513, 9161, 7576, 8618, 7789, 12158, 10779, 13141, 9384, 7781, 8715, 7947, 12483, 8817, 10672, 8540, 7080, 8815, 8618, 12599, 9502, 11844, 8710, 8019, 8645, 8838, 11362, 8810, 12102, 8147, 11421, 8928, 10878, 9936, 8361, 8481, 7682, 9360, 7978, 10711, 8983, 6943, 8162, 8257, 10613, 8723, 12700, 9762, 7582, 8280, 7057, 10416, 9812, 13622, 9223, 11372, 8133, 10537, 8974, 9264, 8723, 7668, 9373, 7929, 11231, 9054, 11662, 8921, 7148, 8249, 7305, 11167, 10100, 13539, 10130, 9121, 8414, 8992, 10093, 9124, 11278, 7579, 10044, 8461, 9332, 9178, 7669, 8987, 7676, 10596, 8561, 13074, 10015, 8122, 8229, 6750, 9988, 8161, 12322, 8375, 7848, 8328, 6982, 11641, 10216, 13131, 9056, 9122, 8575, 8288, 9158, 8443, 11629, 7745, 10698, 7546, 11111, 9342, 8613, 8136, 7098, 8459, 7575, 10694, 8735, 11767, 8214, 8620, 8545, 9945, 10686, 8597, 11568, 7842, 10558, 8312, 13174, 9467, 7539, 7608, 7588, 9803, 8563, 11983, 9339, 7779, 8189, 7455, 10210, 10174, 13378, 10088, 11397, 8289, 9401, 8662, 8410, 11921, 7370, 10283, 7724, 11532, 9649, 11469, 8435, 7567, 7854, 7545, 10002, 8002, 11993, 8075, 11885, 8339, 10138, 10802, 7746, 9591, 7691, 7814, 8213, 7506, 11149, 8328, 11604, 7756, 12137, 9818, 14658, 10431, 8974, 7821, 7526, 9181, 8512, 11851, 7664, 10454, 8030, 12211, 9930, 8968, 8043, 7432, 9523, 8458, 13616, 9771, 10037, 8960, 8676, 13060, 9664, 10879, 8591, 8179, 9462, 8592, 12233, 8754, 7983, 8233, 8125, 9662, 9960, 7791, 8256, 8075, 7468, 12119, 9154, 7439, 11690, 8378, 7874, 11604, 9684, 9704, 10101, 7581, 8348, 8524, 8539, 13246, 9335, 8191, 8419, 8304, 12915, 9404, 8722, 7936, 7422, 11714, 9088, 10727, 10580, 7543, 11068, 8901, 10565, 11713, 8638, 11694, 7672, 10929, 8686, 11560, 9049, 7132, 8599, 7664, 11292, 9253, 8371, 7871, 7924, 10482, 8936, 8785, 8327, 7060, 11767, 11487, 15937, 10964, 8023, 7995, 7114, 10781, 8574, 11329, 8163, 7515, 8897, 9141, 10763, 7773, 10045, 7654, 9487, 8454, 8160, 11789, 7781, 9378, 8892, 9923, 11195, 10050, 12172, 8082, 10789, 8870, 9534, 11086, 7673, 10513, 7989, 11204, 9282, 10362, 8291, 7522, 9458, 8069, 10698, 9201, 7570, 8166, 8065, 12398, 9521, 8953, 8747, 7486, 10185, 8975, 9991, 11230, 7444, 11337, 7920, 11593, 9107, 15112, 10182, 12430, 8648, 7637], 'WindowCenter': [4089.0, 4034.0, 4060.0, 4039.0, 4048.0, 4025.0, 4000.0, 4032.0, 3979.0, 4019.0, 3989.0, 4009.0, 4011.0, 3990.0, 4033.0, 3980.0, 4020.0, 4001.0, 4021.0, 4013.0, 3989.0, 4021.0, 3971.0, 4031.0, 4003.0, 4023.0, 4024.0, 3992.0, 4034.0, 3981.0, 4042.0, 4013.0, 4042.0, 4033.0, 4012.0, 4001.0, 3983.0, 4023.0, 4013.0, 4066.0, 4022.0, 4042.0, 4002.0, 4034.0, 4012.0, 4033.0, 4032.0, 3979.0, 4009.0, 3980.0, 4030.0, 4022.0, 4054.0, 4012.0, 4023.0, 3990.0, 4020.0, 4009.0, 3980.0, 4032.0, 3967.0, 4029.0, 3989.0, 4039.0, 4019.0, 4019.0, 4002.0, 3966.0, 4012.0, 3998.0, 4052.0, 4010.0, 4040.0, 3977.0, 4028.0, 3997.0, 4027.0, 4008.0, 4028.0, 3986.0, 4007.0, 3997.0, 4019.0, 4018.0, 3975.0, 4032.0, 3988.0, 4028.0, 3987.0, 4028.0, 4009.0, 4007.0, 3987.0, 3968.0, 4009.0, 3989.0, 4038.0, 4009.0, 4018.0, 3989.0, 4008.0, 3998.0, 4007.0, 4018.0, 3966.0, 4018.0, 3976.0, 4018.0, 3988.0, 4027.0, 4018.0, 4041.0, 3997.0, 4017.0, 3997.0, 4029.0, 4008.0, 3998.0, 3989.0, 3958.0, 3998.0, 3967.0, 4028.0, 4012.0, 4010.0, 3990.0, 3969.0, 4022.0, 4019.0, 4031.0, 4010.0, 4040.0, 3977.0, 4018.0, 3976.0, 4039.0, 4017.0, 4029.0, 3985.0, 3965.0, 3987.0, 3976.0, 4038.0, 4009.0, 4017.0, 3976.0, 3963.0, 3985.0, 3986.0, 4042.0, 4009.0, 4040.0, 3987.0, 4018.0, 3996.0, 3996.0, 4029.0, 3966.0, 4019.0, 3987.0, 4017.0, 4009.0, 3999.0, 4008.0, 3977.0, 4026.0, 3999.0, 4008.0, 4021.0, 3979.0, 4016.0, 3989.0, 4031.0, 4006.0, 4010.0, 4021.0, 3980.0, 4020.0, 3978.0, 4040.0, 4032.0, 4043.0, 3992.0, 3978.0, 4020.0, 3992.0, 4020.0, 4008.0, 4009.0, 4042.0, 3976.0, 4040.0, 3988.0, 4017.0, 4017.0, 3985.0, 4007.0, 3964.0, 3994.0, 3965.0, 4016.0, 4006.0, 4037.0, 3975.0, 3976.0, 3984.0, 3976.0, 4029.0, 4006.0, 4040.0, 4009.0, 3997.0, 3987.0, 3967.0, 4019.0, 3987.0, 4043.0, 4010.0, 4039.0, 3990.0, 4041.0, 4020.0, 4042.0, 4012.0, 4020.0, 3989.0, 4019.0, 3999.0, 4040.0, 4018.0, 4018.0, 3977.0, 3967.0, 3986.0, 3956.0, 4019.0, 3996.0, 4052.0, 4009.0, 4007.0, 3988.0, 3978.0, 4019.0, 3997.0, 4051.0, 4007.0, 4029.0, 3987.0, 4028.0, 3998.0, 4017.0, 4007.0, 3978.0, 3997.0, 3979.0, 4018.0, 4006.0, 4041.0, 4010.0, 3987.0, 3998.0, 3990.0, 4030.0, 4008.0, 4042.0, 4000.0, 4040.0, 3998.0, 4019.0, 4020.0, 3978.0, 4009.0, 3978.0, 4018.0, 4000.0, 4019.0, 4012.0, 3979.0, 3987.0, 3978.0, 4028.0, 4022.0, 4043.0, 4012.0, 4000.0, 4011.0, 4029.0, 4020.0, 4021.0, 4028.0, 3967.0, 4017.0, 3978.0, 4029.0, 4021.0, 3999.0, 3999.0, 3988.0, 4021.0, 4010.0, 4041.0, 4009.0, 4041.0, 3977.0, 4017.0, 3986.0, 4027.0, 4019.0, 4029.0, 3998.0, 3986.0, 3998.0, 4008.0, 4008.0, 3987.0, 4027.0, 3977.0, 4028.0, 3988.0, 4027.0, 4021.0, 4018.0, 3999.0, 3967.0, 3985.0, 3987.0, 4028.0, 3997.0, 4039.0, 3987.0, 3997.0, 3999.0, 4008.0, 4018.0, 3988.0, 4017.0, 3978.0, 4030.0, 3987.0, 4040.0, 4022.0, 4009.0, 4001.0, 3986.0, 3998.0, 4019.0, 4018.0, 3999.0, 4029.0, 3977.0, 3988.0, 3997.0, 3990.0, 4031.0, 3980.0, 4029.0, 4001.0, 4032.0, 4010.0, 4042.0, 4001.0, 4031.0, 3989.0, 4041.0, 4011.0, 4063.0, 4034.0, 4020.0, 4001.0, 3990.0, 4029.0, 4009.0, 4009.0, 3998.0, 3988.0, 4008.0, 3985.0, 4038.0, 4019.0, 4061.0, 4007.0, 3986.0, 3985.0, 3995.0, 3995.0, 3987.0, 4018.0, 3974.0, 4027.0, 3988.0, 4027.0, 4019.0, 4009.0, 3998.0, 3977.0, 4007.0, 3986.0, 4028.0, 4008.0, 4029.0, 3998.0, 3967.0, 3987.0, 3987.0, 4018.0, 3997.0, 4040.0, 4009.0, 3997.0, 3997.0, 3988.0, 4008.0, 3999.0, 4040.0, 3978.0, 4029.0, 3989.0, 4028.0, 4019.0, 4031.0, 3998.0, 3967.0, 3996.0, 3987.0, 4016.0, 3989.0, 4029.0, 3978.0, 4018.0, 3999.0, 4030.0, 4012.0, 3998.0, 3996.0, 3967.0, 4009.0, 3997.0, 4052.0, 4010.0, 4030.0, 3999.0, 3997.0, 4009.0, 4018.0, 4030.0, 3988.0, 4029.0, 3988.0, 4018.0, 3998.0, 4029.0, 4007.0, 3987.0, 3997.0, 3988.0, 4009.0, 3997.0, 4040.0, 4010.0, 4009.0, 3999.0, 3987.0, 4009.0, 4017.0, 4031.0, 3987.0, 3999.0, 3979.0, 4018.0, 3999.0, 4039.0, 4020.0, 4010.0, 3999.0, 3978.0, 4009.0, 4007.0, 4052.0, 4009.0, 4040.0, 3988.0, 4006.0, 3996.0, 4005.0, 4040.0, 3978.0, 4016.0, 3977.0, 4027.0, 3999.0, 4040.0, 4017.0, 4018.0, 3985.0, 3966.0, 3987.0, 3986.0, 4030.0, 4008.0, 4041.0, 4009.0, 4018.0, 3999.0, 4031.0, 4010.0, 4018.0, 4031.0, 3977.0, 3998.0, 3988.0, 4017.0, 3996.0, 4053.0, 4009.0, 4009.0, 3999.0, 4009.0, 4007.0, 3998.0, 4030.0, 3978.0, 4030.0, 3989.0, 4041.0, 4020.0, 4032.0, 4001.0, 3999.0, 4002.0, 3988.0, 4027.0, 4007.0, 4019.0, 3999.0, 3978.0, 4008.0, 3977.0, 4028.0, 4020.0, 4052.0, 3997.0, 4018.0, 3988.0, 4006.0, 4007.0, 3999.0, 4010.0, 3977.0, 4018.0, 3989.0, 4039.0, 4022.0, 4009.0, 4001.0, 3977.0, 4017.0, 4019.0, 4041.0, 4007.0, 4029.0, 3975.0, 4015.0, 3996.0, 4006.0, 4009.0, 3967.0, 4008.0, 3979.0, 4017.0, 4007.0, 4039.0, 4009.0, 3986.0, 3998.0, 3987.0, 4017.0, 3988.0, 4053.0, 4000.0, 4041.0, 3998.0, 4030.0, 4019.0, 4018.0, 4008.0, 3979.0, 3995.0, 3977.0, 4028.0, 4020.0, 4000.0, 3999.0, 3990.0, 4010.0, 4000.0, 4040.0, 4022.0, 4030.0, 3999.0, 3976.0, 4019.0, 4019.0, 4039.0, 4009.0, 4042.0, 3977.0, 4028.0, 3987.0, 4037.0, 4019.0, 3986.0, 3987.0, 3976.0, 3997.0, 3997.0, 4028.0, 4008.0, 4019.0, 3997.0, 3998.0, 3997.0, 4017.0, 4031.0, 3987.0, 4008.0, 3985.0, 4026.0, 4006.0, 4052.0, 4019.0, 4008.0, 3996.0, 3975.0, 4007.0, 3997.0, 4040.0, 4009.0, 3998.0, 3996.0, 3987.0, 4007.0, 4008.0, 4040.0, 3987.0, 4028.0, 3996.0, 4039.0, 4019.0, 4018.0, 3986.0, 3966.0, 3996.0, 3996.0, 4016.0, 3998.0, 4027.0, 3998.0, 3976.0, 3988.0, 3988.0, 4032.0, 4000.0, 4030.0, 3989.0, 4030.0, 4009.0, 4031.0, 4010.0, 3979.0, 3999.0, 3989.0, 4030.0, 4010.0, 4042.0, 3989.0, 4041.0, 3999.0, 4018.0, 4031.0, 3978.0, 4018.0, 3986.0, 4040.0, 4017.0, 4073.0, 4020.0, 4008.0, 3997.0, 3986.0, 4005.0, 3998.0, 4029.0, 3987.0, 4029.0, 3997.0, 4005.0, 4019.0, 3988.0, 4020.0, 3987.0, 4040.0, 4019.0, 4041.0, 4007.0, 3974.0, 3987.0, 3986.0, 4026.0, 4007.0, 4018.0, 3986.0, 3976.0, 3998.0, 3985.0, 4027.0, 4018.0, 4005.0, 3998.0, 3977.0, 3997.0, 3998.0, 4026.0, 4007.0, 4005.0, 3987.0, 3963.0, 3984.0, 3985.0, 4039.0, 3998.0, 4007.0, 3999.0, 3998.0, 3999.0, 3998.0, 4041.0, 3997.0, 4008.0, 4010.0, 3989.0, 4019.0, 3999.0, 4042.0, 4010.0, 4018.0, 3998.0, 4030.0, 4018.0, 4016.0, 4008.0, 3967.0, 3986.0, 3977.0, 4026.0, 4009.0, 4040.0, 3978.0, 4027.0, 3988.0, 4016.0, 4009.0, 4008.0, 3996.0, 3987.0, 3996.0, 3987.0, 4051.0, 3988.0, 4018.0, 3987.0, 4030.0, 4009.0, 4019.0, 3999.0, 3968.0, 3997.0, 3986.0, 4016.0, 3999.0, 4028.0, 3984.0, 3967.0, 3997.0, 3988.0, 4018.0, 4009.0, 3965.0, 3998.0, 3987.0, 4015.0, 4007.0, 4039.0, 3998.0, 4019.0, 3976.0, 4016.0, 3995.0, 4049.0, 3996.0, 4024.0, 3985.0, 4005.0, 3996.0, 3998.0, 3986.0, 3965.0, 3996.0, 3974.0, 4038.0, 4008.0, 4018.0, 3998.0, 3975.0, 3995.0, 4005.0, 4030.0, 3977.0, 4007.0, 3975.0, 4017.0, 3997.0, 4040.0, 4019.0, 3997.0, 3996.0, 3996.0, 3997.0, 3987.0, 4030.0, 3977.0, 4007.0, 3997.0, 3996.0, 4021.0, 3990.0, 4019.0, 3990.0, 4029.0, 4009.0, 4054.0, 4020.0, 4029.0, 3998.0, 4027.0, 4004.0, 4029.0, 3998.0, 3966.0, 3996.0, 3966.0, 3995.0, 3986.0, 4041.0, 3967.0, 4019.0, 3988.0, 4027.0, 4008.0, 4015.0, 3997.0, 3965.0, 3997.0, 3975.0, 3996.0, 3986.0, 4050.0, 3987.0, 4017.0, 3988.0, 4016.0, 4018.0, 4017.0, 3982.0, 3963.0, 3995.0, 3975.0, 4039.0, 4008.0, 3996.0, 3986.0, 3966.0, 3998.0, 3987.0, 4040.0, 3988.0, 4018.0, 3989.0, 4029.0, 3998.0, 4008.0, 3999.0, 3979.0, 3985.0, 3979.0, 4018.0, 3998.0, 4041.0, 4000.0, 4030.0, 4010.0, 4020.0, 3999.0, 4022.0, 4011.0, 3979.0, 4009.0, 3989.0, 4029.0, 4019.0, 4041.0, 3999.0, 3979.0, 3998.0, 3988.0, 4030.0, 4020.0, 4043.0, 3976.0, 4017.0, 3988.0, 4037.0, 4020.0, 4051.0, 3997.0, 3986.0, 3995.0, 4006.0, 4019.0, 3975.0, 4017.0, 3976.0, 4005.0, 3974.0, 4017.0, 4007.0, 3977.0, 4008.0, 3978.0, 4019.0, 4006.0, 4050.0, 4021.0, 4028.0, 3997.0, 4027.0, 3998.0, 4029.0, 4008.0, 3984.0, 3986.0, 3963.0, 3993.0, 3977.0, 4018.0, 3975.0, 4017.0, 3988.0, 4020.0, 4009.0, 3998.0, 3999.0, 3978.0, 4008.0, 3988.0, 4040.0, 4010.0, 4009.0, 3999.0, 3969.0, 3998.0, 3988.0, 4042.0, 3991.0, 4029.0, 4011.0, 4021.0, 4043.0, 4022.0, 4041.0, 4002.0, 4020.0, 3999.0, 4018.0, 4019.0, 3987.0, 4019.0, 3978.0, 4007.0, 3987.0, 4051.0, 4020.0, 3999.0, 3988.0, 3976.0, 3997.0, 3989.0, 4052.0, 4000.0, 4020.0, 3997.0, 3996.0, 4018.0, 4009.0, 4040.0, 3998.0, 3977.0, 3986.0, 3997.0, 4051.0, 4020.0, 3988.0, 3997.0, 3978.0, 4017.0, 4006.0, 4039.0, 4019.0, 3978.0, 3987.0, 3976.0, 4017.0, 4016.0, 4060.0, 4007.0, 4007.0, 3994.0, 3976.0, 3996.0, 3976.0, 4018.0, 3985.0, 3964.0, 3998.0, 3975.0, 4028.0, 4009.0, 4017.0, 3998.0, 3964.0, 3996.0, 3988.0, 4030.0, 3998.0, 3988.0, 3998.0, 3987.0, 4018.0, 4001.0, 4043.0, 4001.0, 3999.0, 4010.0, 4007.0, 4042.0, 4009.0, 4040.0, 3988.0, 4018.0, 3997.0, 3977.0, 4008.0, 3977.0, 4008.0, 4000.0, 4010.0, 4000.0, 3999.0, 4008.0, 3979.0, 4020.0, 3989.0, 4039.0, 4023.0, 3989.0, 4001.0, 3970.0, 4008.0, 4009.0, 4050.0, 4020.0, 4020.0, 3998.0, 3986.0, 3985.0, 3996.0, 4051.0, 4009.0, 3987.0, 3999.0, 3988.0, 3986.0, 3987.0, 4040.0, 4008.0, 3998.0, 3987.0, 3988.0, 4017.0, 4007.0, 4063.0, 4017.0, 3985.0, 3985.0, 3965.0, 4017.0, 3988.0, 4019.0, 3995.0, 3977.0, 3997.0, 3986.0, 4039.0, 3997.0, 3966.0, 3987.0, 3976.0, 4029.0, 4021.0, 4000.0, 4000.0, 3977.0, 4000.0, 4028.0, 4029.0, 4006.0, 4018.0, 3966.0, 3986.0, 3975.0, 4040.0, 4000.0, 4019.0, 3995.0, 3966.0, 3996.0, 3985.0, 4019.0, 3978.0, 4007.0, 3987.0, 4018.0, 3987.0, 4018.0, 4000.0, 3977.0, 4000.0, 3964.0, 3996.0, 3988.0, 4050.0, 4007.0, 3987.0, 3997.0, 3966.0, 4018.0, 3998.0, 4041.0, 4010.0, 3990.0, 3998.0, 3976.0, 4029.0, 4022.0, 4041.0, 3977.0, 3997.0, 3998.0, 4018.0, 4029.0, 3976.0, 4008.0, 3988.0, 4028.0, 4009.0, 4021.0, 4009.0, 3988.0, 3997.0, 3986.0, 4039.0, 4019.0, 4007.0, 3986.0, 3955.0, 3998.0, 3975.0, 4040.0, 3988.0, 4008.0, 3997.0, 3978.0, 3997.0, 3999.0, 4042.0, 4000.0, 3980.0, 3998.0, 3987.0, 4042.0, 4009.0, 4021.0, 4000.0, 4008.0, 4010.0, 4020.0, 4031.0, 3989.0, 4018.0, 3987.0, 4007.0, 4021.0, 3975.0, 4008.0, 3989.0, 4017.0, 4009.0, 4008.0, 4009.0, 3978.0, 3998.0, 3988.0, 4037.0, 4019.0, 4053.0, 4020.0, 3977.0, 3996.0, 3977.0, 4029.0, 4009.0, 4030.0, 3999.0, 3977.0, 3996.0, 3975.0, 4040.0, 4009.0, 4008.0, 3987.0, 3967.0, 3997.0, 3976.0, 4041.0, 3989.0, 4010.0, 3998.0, 3996.0, 4011.0, 3999.0, 4042.0, 4000.0, 4040.0, 4009.0, 4019.0, 4009.0, 4018.0, 4019.0, 3991.0, 4021.0, 4012.0, 3999.0, 4010.0, 3998.0, 4008.0, 4041.0, 3990.0, 4009.0, 3999.0, 3996.0, 4029.0, 4018.0, 4053.0, 4010.0, 3987.0, 3997.0, 3986.0, 4030.0, 3978.0, 4019.0, 3975.0, 3966.0, 3999.0, 3989.0, 4054.0, 4011.0, 4000.0, 3999.0, 3967.0, 4029.0, 4009.0, 4042.0, 4010.0, 3980.0, 3998.0, 3980.0, 4041.0, 4031.0, 4043.0, 4009.0, 3978.0, 3997.0, 3986.0, 4041.0, 4010.0, 4018.0, 3999.0, 3966.0, 4008.0, 3998.0, 4043.0, 4010.0, 4039.0, 3999.0, 3987.0, 3998.0, 3996.0, 4041.0, 4010.0, 4041.0, 3990.0, 4027.0, 3998.0, 4017.0, 4022.0, 3988.0, 4000.0, 3979.0, 4008.0, 3985.0, 4018.0, 4010.0, 3969.0, 4000.0, 3999.0, 4031.0, 3999.0, 4050.0, 4022.0, 3990.0, 4000.0, 3965.0, 4030.0, 4017.0, 4052.0, 4009.0, 4041.0, 3989.0, 4029.0, 4010.0, 4022.0, 4011.0, 3988.0, 4009.0, 3989.0, 4030.0, 4009.0, 4041.0, 4010.0, 3969.0, 3989.0, 3979.0, 4029.0, 4031.0, 4052.0, 4022.0, 4009.0, 3988.0, 3997.0, 4019.0, 4009.0, 4028.0, 3978.0, 4007.0, 3986.0, 4007.0, 4010.0, 3978.0, 4007.0, 3988.0, 4019.0, 3998.0, 4052.0, 4019.0, 3989.0, 3999.0, 3958.0, 4018.0, 3997.0, 4042.0, 4000.0, 3989.0, 3999.0, 3956.0, 4029.0, 4020.0, 4053.0, 4010.0, 4010.0, 3997.0, 3984.0, 3996.0, 3987.0, 4029.0, 3978.0, 4018.0, 3978.0, 4027.0, 4009.0, 3999.0, 3989.0, 3968.0, 3999.0, 3989.0, 4029.0, 4011.0, 4042.0, 4001.0, 3999.0, 4010.0, 4020.0, 4031.0, 4000.0, 4041.0, 3989.0, 4018.0, 3999.0, 4038.0, 4021.0, 3979.0, 3976.0, 3988.0, 4020.0, 3999.0, 4040.0, 4011.0, 3990.0, 3999.0, 3978.0, 4020.0, 4018.0, 4054.0, 4021.0, 4041.0, 4000.0, 4008.0, 3999.0, 3985.0, 4031.0, 3976.0, 4018.0, 3976.0, 4027.0, 4008.0, 4027.0, 3989.0, 3972.0, 3986.0, 3975.0, 4005.0, 3976.0, 4028.0, 3977.0, 4025.0, 3987.0, 4017.0, 4019.0, 3976.0, 4010.0, 3978.0, 3978.0, 3998.0, 3978.0, 4043.0, 4000.0, 4033.0, 3989.0, 4040.0, 4021.0, 4051.0, 4020.0, 3999.0, 3977.0, 3976.0, 3996.0, 3996.0, 4030.0, 3979.0, 4018.0, 3989.0, 4040.0, 4020.0, 3998.0, 3988.0, 3977.0, 4009.0, 3999.0, 4052.0, 4021.0, 4018.0, 3998.0, 3999.0, 4040.0, 4010.0, 4018.0, 3996.0, 3986.0, 4007.0, 3997.0, 4041.0, 3998.0, 3987.0, 3986.0, 3987.0, 4006.0, 4021.0, 3989.0, 4000.0, 3990.0, 3981.0, 4040.0, 4022.0, 3981.0, 4043.0, 4000.0, 3989.0, 4041.0, 4021.0, 4021.0, 4032.0, 3991.0, 4000.0, 3999.0, 4012.0, 4054.0, 4022.0, 3999.0, 4000.0, 3999.0, 4053.0, 4020.0, 4011.0, 3989.0, 3979.0, 4041.0, 4010.0, 4033.0, 4031.0, 3989.0, 4030.0, 4008.0, 4020.0, 4042.0, 3999.0, 4031.0, 3979.0, 4029.0, 3998.0, 4031.0, 3999.0, 3968.0, 3997.0, 3988.0, 4028.0, 4010.0, 3999.0, 3988.0, 3988.0, 4018.0, 4011.0, 4002.0, 4000.0, 3968.0, 4030.0, 4028.0, 4063.0, 4018.0, 3987.0, 3987.0, 3966.0, 4018.0, 4000.0, 4030.0, 3998.0, 3978.0, 4009.0, 4009.0, 4032.0, 3979.0, 4020.0, 3987.0, 4021.0, 3999.0, 4000.0, 4042.0, 3989.0, 4011.0, 3999.0, 4009.0, 4029.0, 4020.0, 4041.0, 3989.0, 4018.0, 3998.0, 4008.0, 4030.0, 3978.0, 4019.0, 3987.0, 4028.0, 4008.0, 4020.0, 3988.0, 3977.0, 4007.0, 3989.0, 4030.0, 4008.0, 3977.0, 3988.0, 3987.0, 4040.0, 4019.0, 4009.0, 3999.0, 3978.0, 4018.0, 4010.0, 4019.0, 4031.0, 3979.0, 4031.0, 3988.0, 4030.0, 3997.0, 4051.0, 4020.0, 4028.0, 3987.0, 3976.0], 'WindowWidth': [9092.0, 9005.0, 9030.0, 9000.0, 9013.0, 8975.0, 8933.0, 8978.0, 8904.0, 8956.0, 8918.0, 8943.0, 8947.0, 8921.0, 8980.0, 8909.0, 8959.0, 8935.0, 8965.0, 8954.0, 8915.0, 8960.0, 8897.0, 8976.0, 8943.0, 8969.0, 8974.0, 8926.0, 8984.0, 8911.0, 8996.0, 8959.0, 8994.0, 8985.0, 8952.0, 8937.0, 8919.0, 8971.0, 8956.0, 9036.0, 8967.0, 8994.0, 8941.0, 8986.0, 8952.0, 8983.0, 8979.0, 8905.0, 8945.0, 8908.0, 8972.0, 8966.0, 9015.0, 8953.0, 8969.0, 8922.0, 8961.0, 8946.0, 8907.0, 8980.0, 8889.0, 8973.0, 8919.0, 8986.0, 8960.0, 8958.0, 8939.0, 8888.0, 8954.0, 8930.0, 9008.0, 8946.0, 8989.0, 8900.0, 8969.0, 8927.0, 8967.0, 8942.0, 8971.0, 8911.0, 8937.0, 8927.0, 8957.0, 8956.0, 8897.0, 8979.0, 8918.0, 8970.0, 8916.0, 8970.0, 8944.0, 8940.0, 8915.0, 8889.0, 8943.0, 8920.0, 8983.0, 8946.0, 8955.0, 8919.0, 8942.0, 8929.0, 8937.0, 8953.0, 8883.0, 8956.0, 8899.0, 8955.0, 8917.0, 8968.0, 8958.0, 8990.0, 8928.0, 8953.0, 8927.0, 8972.0, 8943.0, 8928.0, 8919.0, 8878.0, 8930.0, 8890.0, 8969.0, 8952.0, 8949.0, 8924.0, 8893.0, 8966.0, 8960.0, 8977.0, 8945.0, 8990.0, 8899.0, 8957.0, 8899.0, 8987.0, 8953.0, 8970.0, 8907.0, 8880.0, 8911.0, 8894.0, 8982.0, 8941.0, 8952.0, 8897.0, 8877.0, 8907.0, 8908.0, 8993.0, 8943.0, 8988.0, 8912.0, 8954.0, 8924.0, 8922.0, 8970.0, 8883.0, 8956.0, 8912.0, 8952.0, 8944.0, 8930.0, 8942.0, 8901.0, 8966.0, 8933.0, 8942.0, 8961.0, 8904.0, 8951.0, 8919.0, 8975.0, 8938.0, 8947.0, 8965.0, 8907.0, 8960.0, 8903.0, 8989.0, 8981.0, 8997.0, 8925.0, 8904.0, 8963.0, 8930.0, 8962.0, 8943.0, 8944.0, 8996.0, 8899.0, 8988.0, 8914.0, 8951.0, 8953.0, 8905.0, 8937.0, 8877.0, 8916.0, 8880.0, 8947.0, 8934.0, 8978.0, 8893.0, 8896.0, 8905.0, 8897.0, 8971.0, 8938.0, 8988.0, 8945.0, 8927.0, 8913.0, 8887.0, 8956.0, 8912.0, 8998.0, 8949.0, 8986.0, 8923.0, 8992.0, 8961.0, 8995.0, 8957.0, 8962.0, 8919.0, 8957.0, 8930.0, 8989.0, 8954.0, 8956.0, 8899.0, 8887.0, 8909.0, 8869.0, 8955.0, 8922.0, 9007.0, 8946.0, 8940.0, 8916.0, 8904.0, 8958.0, 8925.0, 9008.0, 8940.0, 8972.0, 8912.0, 8968.0, 8928.0, 8952.0, 8941.0, 8901.0, 8926.0, 8905.0, 8954.0, 8937.0, 8992.0, 8948.0, 8914.0, 8930.0, 8923.0, 8974.0, 8945.0, 8996.0, 8935.0, 8989.0, 8931.0, 8957.0, 8964.0, 8903.0, 8944.0, 8904.0, 8958.0, 8935.0, 8958.0, 8953.0, 8905.0, 8914.0, 8905.0, 8970.0, 8966.0, 8998.0, 8953.0, 8935.0, 8950.0, 8972.0, 8961.0, 8960.0, 8970.0, 8887.0, 8953.0, 8903.0, 8969.0, 8965.0, 8932.0, 8933.0, 8918.0, 8964.0, 8947.0, 8991.0, 8945.0, 8992.0, 8899.0, 8953.0, 8912.0, 8966.0, 8959.0, 8972.0, 8929.0, 8910.0, 8928.0, 8942.0, 8942.0, 8913.0, 8967.0, 8900.0, 8967.0, 8916.0, 8967.0, 8963.0, 8956.0, 8931.0, 8886.0, 8908.0, 8912.0, 8966.0, 8926.0, 8986.0, 8913.0, 8925.0, 8931.0, 8941.0, 8957.0, 8915.0, 8954.0, 8903.0, 8973.0, 8916.0, 8988.0, 8967.0, 8944.0, 8935.0, 8911.0, 8928.0, 8958.0, 8954.0, 8929.0, 8971.0, 8900.0, 8917.0, 8927.0, 8921.0, 8979.0, 8911.0, 8974.0, 8939.0, 8979.0, 8950.0, 8996.0, 8939.0, 8979.0, 8919.0, 8993.0, 8949.0, 9027.0, 8985.0, 8963.0, 8938.0, 8922.0, 8973.0, 8943.0, 8942.0, 8929.0, 8915.0, 8940.0, 8910.0, 8984.0, 8957.0, 9023.0, 8939.0, 8907.0, 8904.0, 8918.0, 8917.0, 8910.0, 8954.0, 8893.0, 8964.0, 8913.0, 8966.0, 8956.0, 8942.0, 8927.0, 8898.0, 8936.0, 8910.0, 8966.0, 8940.0, 8971.0, 8928.0, 8887.0, 8912.0, 8914.0, 8953.0, 8925.0, 8991.0, 8943.0, 8926.0, 8925.0, 8915.0, 8940.0, 8931.0, 8990.0, 8902.0, 8970.0, 8918.0, 8969.0, 8957.0, 8976.0, 8930.0, 8884.0, 8924.0, 8911.0, 8952.0, 8916.0, 8971.0, 8902.0, 8953.0, 8931.0, 8970.0, 8952.0, 8926.0, 8923.0, 8887.0, 8944.0, 8927.0, 9006.0, 8948.0, 8974.0, 8931.0, 8925.0, 8945.0, 8954.0, 8975.0, 8915.0, 8971.0, 8914.0, 8954.0, 8929.0, 8969.0, 8940.0, 8913.0, 8926.0, 8914.0, 8946.0, 8928.0, 8988.0, 8946.0, 8944.0, 8930.0, 8913.0, 8945.0, 8953.0, 8979.0, 8913.0, 8932.0, 8904.0, 8954.0, 8931.0, 8987.0, 8963.0, 8946.0, 8930.0, 8902.0, 8945.0, 8939.0, 9007.0, 8944.0, 8988.0, 8915.0, 8937.0, 8923.0, 8934.0, 8989.0, 8902.0, 8950.0, 8901.0, 8966.0, 8931.0, 8990.0, 8954.0, 8957.0, 8909.0, 8883.0, 8911.0, 8912.0, 8974.0, 8941.0, 8994.0, 8945.0, 8957.0, 8933.0, 8976.0, 8946.0, 8954.0, 8978.0, 8899.0, 8926.0, 8915.0, 8952.0, 8925.0, 9012.0, 8945.0, 8944.0, 8931.0, 8946.0, 8941.0, 8930.0, 8975.0, 8904.0, 8972.0, 8919.0, 8991.0, 8964.0, 8979.0, 8938.0, 8935.0, 8943.0, 8918.0, 8966.0, 8939.0, 8957.0, 8930.0, 8901.0, 8941.0, 8902.0, 8968.0, 8959.0, 9010.0, 8926.0, 8954.0, 8916.0, 8938.0, 8940.0, 8930.0, 8945.0, 8899.0, 8954.0, 8919.0, 8985.0, 8966.0, 8945.0, 8937.0, 8901.0, 8954.0, 8957.0, 8994.0, 8939.0, 8973.0, 8893.0, 8946.0, 8923.0, 8935.0, 8944.0, 8887.0, 8942.0, 8907.0, 8954.0, 8939.0, 8987.0, 8943.0, 8910.0, 8926.0, 8915.0, 8953.0, 8914.0, 9013.0, 8934.0, 8991.0, 8932.0, 8973.0, 8958.0, 8955.0, 8942.0, 8904.0, 8921.0, 8901.0, 8968.0, 8962.0, 8935.0, 8934.0, 8922.0, 8949.0, 8935.0, 8987.0, 8967.0, 8974.0, 8931.0, 8898.0, 8957.0, 8958.0, 8987.0, 8942.0, 8995.0, 8900.0, 8969.0, 8912.0, 8981.0, 8958.0, 8909.0, 8912.0, 8899.0, 8925.0, 8924.0, 8969.0, 8942.0, 8957.0, 8927.0, 8928.0, 8927.0, 8952.0, 8978.0, 8913.0, 8941.0, 8908.0, 8963.0, 8934.0, 9012.0, 8956.0, 8940.0, 8923.0, 8894.0, 8938.0, 8923.0, 8991.0, 8945.0, 8929.0, 8925.0, 8915.0, 8939.0, 8943.0, 8989.0, 8914.0, 8969.0, 8924.0, 8984.0, 8957.0, 8955.0, 8912.0, 8883.0, 8924.0, 8923.0, 8947.0, 8928.0, 8968.0, 8929.0, 8897.0, 8917.0, 8916.0, 8981.0, 8934.0, 8975.0, 8918.0, 8973.0, 8944.0, 8977.0, 8948.0, 8906.0, 8933.0, 8917.0, 8973.0, 8950.0, 8995.0, 8919.0, 8991.0, 8931.0, 8954.0, 8980.0, 8903.0, 8956.0, 8911.0, 8987.0, 8951.0, 9045.0, 8959.0, 8941.0, 8925.0, 8911.0, 8935.0, 8927.0, 8973.0, 8914.0, 8969.0, 8926.0, 8935.0, 8960.0, 8916.0, 8960.0, 8913.0, 8992.0, 8956.0, 8990.0, 8939.0, 8891.0, 8910.0, 8908.0, 8962.0, 8936.0, 8952.0, 8909.0, 8895.0, 8926.0, 8908.0, 8964.0, 8952.0, 8933.0, 8925.0, 8899.0, 8926.0, 8926.0, 8962.0, 8936.0, 8931.0, 8909.0, 8875.0, 8903.0, 8905.0, 8984.0, 8928.0, 8939.0, 8929.0, 8930.0, 8928.0, 8926.0, 8993.0, 8927.0, 8942.0, 8950.0, 8920.0, 8957.0, 8932.0, 8994.0, 8947.0, 8955.0, 8929.0, 8971.0, 8953.0, 8950.0, 8940.0, 8884.0, 8908.0, 8897.0, 8963.0, 8942.0, 8991.0, 8901.0, 8964.0, 8913.0, 8948.0, 8946.0, 8940.0, 8923.0, 8913.0, 8921.0, 8910.0, 9005.0, 8916.0, 8955.0, 8913.0, 8973.0, 8942.0, 8956.0, 8929.0, 8885.0, 8925.0, 8911.0, 8947.0, 8927.0, 8968.0, 8906.0, 8886.0, 8927.0, 8913.0, 8954.0, 8944.0, 8883.0, 8928.0, 8914.0, 8950.0, 8938.0, 8991.0, 8928.0, 8955.0, 8896.0, 8948.0, 8919.0, 9003.0, 8922.0, 8958.0, 8907.0, 8934.0, 8923.0, 8926.0, 8911.0, 8882.0, 8923.0, 8890.0, 8981.0, 8942.0, 8955.0, 8926.0, 8894.0, 8921.0, 8932.0, 8974.0, 8899.0, 8937.0, 8894.0, 8950.0, 8924.0, 8991.0, 8955.0, 8923.0, 8922.0, 8922.0, 8922.0, 8909.0, 8973.0, 8899.0, 8938.0, 8926.0, 8923.0, 8965.0, 8920.0, 8957.0, 8921.0, 8970.0, 8945.0, 9018.0, 8961.0, 8972.0, 8928.0, 8966.0, 8932.0, 8970.0, 8928.0, 8882.0, 8923.0, 8883.0, 8919.0, 8908.0, 8990.0, 8885.0, 8955.0, 8913.0, 8967.0, 8941.0, 8947.0, 8926.0, 8881.0, 8923.0, 8896.0, 8921.0, 8908.0, 9002.0, 8913.0, 8953.0, 8917.0, 8948.0, 8956.0, 8951.0, 8900.0, 8876.0, 8919.0, 8892.0, 8983.0, 8941.0, 8922.0, 8908.0, 8883.0, 8926.0, 8910.0, 8988.0, 8912.0, 8954.0, 8917.0, 8970.0, 8928.0, 8940.0, 8931.0, 8903.0, 8908.0, 8906.0, 8956.0, 8928.0, 8993.0, 8934.0, 8974.0, 8947.0, 8961.0, 8932.0, 8965.0, 8949.0, 8904.0, 8944.0, 8920.0, 8970.0, 8959.0, 8992.0, 8931.0, 8905.0, 8928.0, 8915.0, 8973.0, 8958.0, 8998.0, 8898.0, 8954.0, 8914.0, 8980.0, 8961.0, 9007.0, 8926.0, 8910.0, 8921.0, 8937.0, 8956.0, 8893.0, 8951.0, 8897.0, 8933.0, 8893.0, 8951.0, 8943.0, 8899.0, 8942.0, 8902.0, 8957.0, 8937.0, 9003.0, 8961.0, 8971.0, 8926.0, 8967.0, 8927.0, 8972.0, 8943.0, 8904.0, 8908.0, 8876.0, 8916.0, 8899.0, 8955.0, 8895.0, 8952.0, 8918.0, 8959.0, 8947.0, 8930.0, 8930.0, 8904.0, 8942.0, 8914.0, 8987.0, 8949.0, 8944.0, 8933.0, 8893.0, 8930.0, 8917.0, 8995.0, 8923.0, 8973.0, 8951.0, 8963.0, 8994.0, 8965.0, 8996.0, 8938.0, 8960.0, 8931.0, 8953.0, 8956.0, 8912.0, 8958.0, 8904.0, 8939.0, 8912.0, 9004.0, 8960.0, 8931.0, 8915.0, 8898.0, 8925.0, 8916.0, 9007.0, 8935.0, 8962.0, 8927.0, 8925.0, 8956.0, 8942.0, 8988.0, 8927.0, 8897.0, 8909.0, 8923.0, 9007.0, 8961.0, 8915.0, 8926.0, 8903.0, 8952.0, 8934.0, 8988.0, 8955.0, 8898.0, 8910.0, 8896.0, 8952.0, 8947.0, 9019.0, 8937.0, 8938.0, 8916.0, 8896.0, 8920.0, 8895.0, 8955.0, 8908.0, 8878.0, 8926.0, 8894.0, 8967.0, 8942.0, 8952.0, 8925.0, 8878.0, 8921.0, 8912.0, 8975.0, 8928.0, 8915.0, 8930.0, 8915.0, 8955.0, 8936.0, 8996.0, 8935.0, 8931.0, 8945.0, 8938.0, 8995.0, 8943.0, 8989.0, 8912.0, 8954.0, 8924.0, 8897.0, 8941.0, 8901.0, 8942.0, 8937.0, 8950.0, 8934.0, 8931.0, 8942.0, 8906.0, 8959.0, 8919.0, 8986.0, 8970.0, 8919.0, 8935.0, 8894.0, 8942.0, 8944.0, 9004.0, 8958.0, 8958.0, 8927.0, 8908.0, 8907.0, 8921.0, 9007.0, 8942.0, 8911.0, 8927.0, 8913.0, 8910.0, 8910.0, 8990.0, 8940.0, 8926.0, 8909.0, 8913.0, 8952.0, 8936.0, 9030.0, 8950.0, 8904.0, 8905.0, 8877.0, 8950.0, 8914.0, 8956.0, 8921.0, 8900.0, 8924.0, 8908.0, 8985.0, 8925.0, 8883.0, 8911.0, 8897.0, 8969.0, 8963.0, 8932.0, 8931.0, 8901.0, 8932.0, 8967.0, 8971.0, 8937.0, 8953.0, 8882.0, 8908.0, 8892.0, 8987.0, 8932.0, 8956.0, 8920.0, 8882.0, 8921.0, 8906.0, 8959.0, 8900.0, 8939.0, 8912.0, 8954.0, 8914.0, 8953.0, 8933.0, 8898.0, 8930.0, 8882.0, 8924.0, 8911.0, 9002.0, 8939.0, 8912.0, 8926.0, 8884.0, 8953.0, 8929.0, 8991.0, 8948.0, 8920.0, 8928.0, 8897.0, 8971.0, 8964.0, 8991.0, 8900.0, 8925.0, 8926.0, 8953.0, 8973.0, 8896.0, 8939.0, 8916.0, 8968.0, 8944.0, 8961.0, 8945.0, 8915.0, 8926.0, 8909.0, 8983.0, 8957.0, 8937.0, 8910.0, 8868.0, 8929.0, 8895.0, 8988.0, 8915.0, 8942.0, 8927.0, 8902.0, 8924.0, 8931.0, 8993.0, 8933.0, 8906.0, 8929.0, 8912.0, 8996.0, 8945.0, 8963.0, 8932.0, 8941.0, 8945.0, 8960.0, 8976.0, 8917.0, 8955.0, 8914.0, 8937.0, 8963.0, 8897.0, 8942.0, 8918.0, 8952.0, 8944.0, 8942.0, 8945.0, 8902.0, 8926.0, 8915.0, 8979.0, 8956.0, 9013.0, 8958.0, 8900.0, 8924.0, 8900.0, 8969.0, 8947.0, 8975.0, 8929.0, 8899.0, 8924.0, 8894.0, 8987.0, 8944.0, 8942.0, 8913.0, 8886.0, 8927.0, 8896.0, 8991.0, 8917.0, 8946.0, 8929.0, 8925.0, 8950.0, 8933.0, 8994.0, 8936.0, 8989.0, 8947.0, 8956.0, 8944.0, 8955.0, 8959.0, 8925.0, 8966.0, 8954.0, 8934.0, 8949.0, 8931.0, 8944.0, 8993.0, 8921.0, 8943.0, 8930.0, 8922.0, 8969.0, 8953.0, 9014.0, 8947.0, 8913.0, 8927.0, 8909.0, 8972.0, 8901.0, 8957.0, 8896.0, 8887.0, 8930.0, 8917.0, 9012.0, 8950.0, 8935.0, 8932.0, 8889.0, 8970.0, 8943.0, 8993.0, 8946.0, 8908.0, 8928.0, 8907.0, 8989.0, 8978.0, 8999.0, 8944.0, 8900.0, 8924.0, 8911.0, 8990.0, 8945.0, 8956.0, 8932.0, 8885.0, 8943.0, 8929.0, 8996.0, 8947.0, 8988.0, 8931.0, 8912.0, 8929.0, 8922.0, 8995.0, 8947.0, 8992.0, 8919.0, 8967.0, 8928.0, 8952.0, 8966.0, 8914.0, 8933.0, 8905.0, 8941.0, 8910.0, 8955.0, 8949.0, 8893.0, 8935.0, 8932.0, 8977.0, 8932.0, 9005.0, 8968.0, 8922.0, 8936.0, 8884.0, 8973.0, 8954.0, 9011.0, 8945.0, 8994.0, 8919.0, 8973.0, 8947.0, 8966.0, 8951.0, 8919.0, 8946.0, 8919.0, 8975.0, 8945.0, 8991.0, 8949.0, 8893.0, 8917.0, 8906.0, 8970.0, 8978.0, 9012.0, 8964.0, 8945.0, 8915.0, 8925.0, 8958.0, 8943.0, 8970.0, 8903.0, 8939.0, 8911.0, 8937.0, 8948.0, 8902.0, 8942.0, 8918.0, 8956.0, 8930.0, 9009.0, 8959.0, 8919.0, 8932.0, 8878.0, 8955.0, 8928.0, 8995.0, 8935.0, 8919.0, 8930.0, 8870.0, 8971.0, 8961.0, 9014.0, 8948.0, 8949.0, 8924.0, 8904.0, 8923.0, 8910.0, 8971.0, 8903.0, 8956.0, 8902.0, 8966.0, 8944.0, 8931.0, 8918.0, 8891.0, 8930.0, 8919.0, 8969.0, 8951.0, 8995.0, 8940.0, 8931.0, 8949.0, 8961.0, 8979.0, 8935.0, 8991.0, 8919.0, 8955.0, 8932.0, 8984.0, 8964.0, 8905.0, 8899.0, 8919.0, 8960.0, 8932.0, 8992.0, 8950.0, 8921.0, 8931.0, 8903.0, 8959.0, 8956.0, 9016.0, 8963.0, 8991.0, 8935.0, 8943.0, 8934.0, 8909.0, 8977.0, 8897.0, 8954.0, 8897.0, 8966.0, 8939.0, 8965.0, 8914.0, 8887.0, 8908.0, 8895.0, 8933.0, 8895.0, 8968.0, 8898.0, 8960.0, 8913.0, 8951.0, 8957.0, 8897.0, 8944.0, 8902.0, 8902.0, 8929.0, 8902.0, 8996.0, 8936.0, 8982.0, 8919.0, 8989.0, 8960.0, 9008.0, 8960.0, 8931.0, 8901.0, 8897.0, 8923.0, 8922.0, 8976.0, 8903.0, 8954.0, 8917.0, 8987.0, 8959.0, 8928.0, 8916.0, 8900.0, 8944.0, 8931.0, 9012.0, 8961.0, 8955.0, 8928.0, 8929.0, 8987.0, 8946.0, 8957.0, 8923.0, 8909.0, 8936.0, 8925.0, 8992.0, 8928.0, 8914.0, 8911.0, 8913.0, 8936.0, 8964.0, 8921.0, 8935.0, 8923.0, 8913.0, 8989.0, 8968.0, 8913.0, 8995.0, 8934.0, 8921.0, 8991.0, 8965.0, 8965.0, 8980.0, 8925.0, 8934.0, 8933.0, 8955.0, 9018.0, 8967.0, 8934.0, 8936.0, 8932.0, 9012.0, 8964.0, 8951.0, 8919.0, 8905.0, 8992.0, 8948.0, 8980.0, 8977.0, 8921.0, 8973.0, 8943.0, 8959.0, 8993.0, 8931.0, 8977.0, 8904.0, 8972.0, 8929.0, 8977.0, 8930.0, 8888.0, 8924.0, 8916.0, 8965.0, 8947.0, 8932.0, 8917.0, 8917.0, 8954.0, 8953.0, 8938.0, 8934.0, 8890.0, 8973.0, 8966.0, 9030.0, 8956.0, 8913.0, 8911.0, 8885.0, 8955.0, 8932.0, 8975.0, 8930.0, 8901.0, 8943.0, 8943.0, 8979.0, 8905.0, 8961.0, 8916.0, 8964.0, 8932.0, 8933.0, 8993.0, 8918.0, 8948.0, 8930.0, 8943.0, 8970.0, 8958.0, 8991.0, 8915.0, 8955.0, 8929.0, 8940.0, 8973.0, 8901.0, 8957.0, 8913.0, 8968.0, 8942.0, 8958.0, 8915.0, 8898.0, 8938.0, 8917.0, 8974.0, 8941.0, 8898.0, 8914.0, 8913.0, 8987.0, 8959.0, 8944.0, 8931.0, 8904.0, 8956.0, 8949.0, 8957.0, 8978.0, 8905.0, 8975.0, 8914.0, 8973.0, 8926.0, 9007.0, 8958.0, 8968.0, 8909.0, 8895.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.0002550886850152905</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021815917859327218</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.49351919580789</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1953747963953487</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9952065010465129</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4907</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3478.0398</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1568799863759014</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>462</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>28.256880733944953</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5817695896668442</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.597159847169793</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.839682295933062</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3084666258976787</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00331515</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0038879266940057278</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022890089079737663</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1635</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.503647128223183</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>20.0108</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.6011</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.621</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298540.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>857.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.1877</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.634</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.4862</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3136.4823</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3384.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78004.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>779.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4217.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.8445</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.36597408878151</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> |