=== 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-0082 --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-0082",
"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-0082_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-0082_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-0082_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-0082/figures/sub-0082_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0082/figures/sub-0082_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-0082/figures/sub-0082_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082/ses-03/func/sub-0082_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>ea23c15b673e2332be3d58345c4e2b88</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:0.580000</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.997176, -0.00511715, 0.074925, 0.00887629, 0.998713, -0.0499253]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0966274</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>[4190, -7816, -7247, 573, 44, -296, 91, -23]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.752</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>fc758383-676d-4915-8bcb-15ace56e9e33||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.6753504276275635, 0.023814434185624123, 0.20134741067886353, 102.0378646850586], [0.013728948310017586, 2.6794753074645996, -0.13621331751346588, -95.58316802978516], [0.20101822912693024, 0.13394595682621002, 2.6890342235565186, -78.93635559082031], [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': ['180700.580000', '180701.040000', '180701.500000', '180701.960000', '180702.420000', '180702.880000', '180703.340000', '180703.800000', '180704.260000', '180704.720000', '180705.180000', '180705.640000', '180706.100000', '180706.560000', '180707.020000', '180707.480000', '180707.940000', '180708.400000', '180708.860000', '180709.320000', '180709.780000', '180710.240000', '180710.700000', '180711.160000', '180711.620000', '180712.080000', '180712.540000', '180713.000000', '180713.460000', '180713.920000', '180714.380000', '180714.840000', '180715.300000', '180715.760000', '180716.220000', '180716.680000', '180717.140000', '180717.600000', '180718.060000', '180718.520000', '180718.980000', '180719.440000', '180719.900000', '180720.360000', '180720.820000', '180721.280000', '180721.740000', '180722.200000', '180722.660000', '180723.120000', '180723.580000', '180724.040000', '180724.500000', '180724.960000', '180725.420000', '180725.880000', '180726.340000', '180726.800000', '180727.260000', '180727.720000', '180728.180000', '180728.640000', '180729.100000', '180729.560000', '180730.020000', '180730.480000', '180730.940000', '180731.400000', '180731.860000', '180732.320000', '180732.780000', '180733.240000', '180733.700000', '180734.160000', '180734.620000', '180735.080000', '180735.540000', '180736.000000', '180736.460000', '180736.920000', '180737.380000', '180737.840000', '180738.300000', '180738.760000', '180739.220000', '180739.680000', '180740.140000', '180740.600000', '180741.060000', '180741.520000', '180741.980000', '180742.440000', '180742.900000', '180743.360000', '180743.820000', '180744.280000', '180744.740000', '180745.200000', '180745.660000', '180746.120000', '180746.580000', '180747.040000', '180747.500000', '180747.960000', '180748.420000', '180748.880000', '180749.340000', '180749.800000', '180750.260000', '180750.720000', '180751.180000', '180751.640000', '180752.100000', '180752.560000', '180753.020000', '180753.480000', '180753.940000', '180754.400000', '180754.860000', '180755.320000', '180755.780000', '180756.240000', '180756.700000', '180757.160000', '180757.620000', '180758.080000', '180758.540000', '180759.000000', '180759.460000', '180759.920000', '180800.380000', '180800.840000', '180801.300000', '180801.760000', '180802.220000', '180802.680000', '180803.140000', '180803.600000', '180804.060000', '180804.520000', '180804.980000', '180805.440000', '180805.900000', '180806.360000', '180806.820000', '180807.280000', '180807.740000', '180808.200000', '180808.660000', '180809.120000', '180809.580000', '180810.040000', '180810.500000', '180810.960000', '180811.420000', '180811.880000', '180812.340000', '180812.800000', '180813.260000', '180813.720000', '180814.180000', '180814.640000', '180815.100000', '180815.560000', '180816.020000', '180816.480000', '180816.940000', '180817.400000', '180817.860000', '180818.320000', '180818.780000', '180819.240000', '180819.700000', '180820.160000', '180820.620000', '180821.080000', '180821.540000', '180822.000000', '180822.460000', '180822.920000', '180823.380000', '180823.840000', '180824.300000', '180824.760000', '180825.220000', '180825.680000', '180826.140000', '180826.600000', '180827.060000', '180827.520000', '180827.980000', '180828.440000', '180828.900000', '180829.360000', '180829.820000', '180830.280000', '180830.740000', '180831.200000', '180831.660000', '180832.120000', '180832.580000', '180833.040000', '180833.500000', '180833.960000', '180834.420000', '180834.880000', '180835.340000', '180835.800000', '180836.260000', '180836.720000', '180837.180000', '180837.640000', '180838.100000', '180838.560000', '180839.020000', '180839.480000', '180839.940000', '180840.400000', '180840.860000', '180841.320000', '180841.780000', '180842.240000', '180842.700000', '180843.160000', '180843.620000', '180844.080000', '180844.540000', '180845.000000', '180845.460000', '180845.920000', '180846.380000', '180846.840000', '180847.300000', '180847.760000', '180848.220000', '180848.680000', '180849.140000', '180849.600000', '180850.060000', '180850.520000', '180850.980000', '180851.440000', '180851.900000', '180852.360000', '180852.820000', '180853.280000', '180853.740000', '180854.200000', '180854.660000', '180855.120000', '180855.580000', '180856.040000', '180856.500000', '180856.960000', '180857.420000', '180857.880000', '180858.340000', '180858.800000', '180859.260000', '180859.720000', '180900.180000', '180900.640000', '180901.100000', '180901.560000', '180902.020000', '180902.480000', '180902.940000', '180903.400000', '180903.860000', '180904.320000', '180904.780000', '180905.240000', '180905.700000', '180906.160000', '180906.620000', '180907.080000', '180907.540000', '180908.000000', '180908.460000', '180908.920000', '180909.380000', '180909.840000', '180910.300000', '180910.760000', '180911.220000', '180911.680000', '180912.140000', '180912.600000', '180913.060000', '180913.520000', '180913.980000', '180914.440000', '180914.900000', '180915.360000', '180915.820000', '180916.280000', '180916.740000', '180917.200000', '180917.660000', '180918.120000', '180918.580000', '180919.040000', '180919.500000', '180919.960000', '180920.420000', '180920.880000', '180921.340000', '180921.800000', '180922.260000', '180922.720000', '180923.180000', '180923.640000', '180924.100000', '180924.560000', '180925.020000', '180925.480000', '180925.940000', '180926.400000', '180926.860000', '180927.320000', '180927.780000', '180928.240000', '180928.700000', '180929.160000', '180929.620000', '180930.080000', '180930.540000', '180931.000000', '180931.460000', '180931.920000', '180932.380000', '180932.840000', '180933.300000', '180933.760000', '180934.220000', '180934.680000', '180935.140000', '180935.600000', '180936.060000', '180936.520000', '180936.980000', '180937.440000', '180937.900000', '180938.360000', '180938.820000', '180939.280000', '180939.740000', '180940.200000', '180940.660000', '180941.120000', '180941.580000', '180942.040000', '180942.500000', '180942.960000', '180943.420000', '180943.880000', '180944.340000', '180944.800000', '180945.260000', '180945.720000', '180946.180000', '180946.640000', '180947.100000', '180947.560000', '180948.020000', '180948.480000', '180948.940000', '180949.400000', '180949.860000', '180950.320000', '180950.780000', '180951.240000', '180951.700000', '180952.160000', '180952.620000', '180953.080000', '180953.540000', '180954.000000', '180954.460000', '180954.920000', '180955.380000', '180955.840000', '180956.300000', '180956.760000', '180957.220000', '180957.680000', '180958.140000', '180958.600000', '180959.060000', '180959.520000', '180959.980000', '181000.440000', '181000.900000', '181001.360000', '181001.820000', '181002.280000', '181002.740000', '181003.200000', '181003.660000', '181004.120000', '181004.580000', '181005.040000', '181005.500000', '181005.960000', '181006.420000', '181006.880000', '181007.340000', '181007.800000', '181008.260000', '181008.720000', '181009.180000', '181009.640000', '181010.100000', '181010.560000', '181011.020000', '181011.480000', '181011.940000', '181012.400000', '181012.860000', '181013.320000', '181013.780000', '181014.240000', '181014.700000', '181015.160000', '181015.620000', '181016.080000', '181016.540000', '181017.000000', '181017.460000', '181017.920000', '181018.380000', '181018.840000', '181019.300000', '181019.760000', '181020.220000', '181020.680000', '181021.140000', '181021.600000', '181022.060000', '181022.520000', '181022.980000', '181023.440000', '181023.900000', '181024.360000', '181024.820000', '181025.280000', '181025.740000', '181026.200000', '181026.660000', '181027.120000', '181027.580000', '181028.040000', '181028.500000', '181028.960000', '181029.420000', '181029.880000', '181030.340000', '181030.800000', '181031.260000', '181031.720000', '181032.180000', '181032.640000', '181033.100000', '181033.560000', '181034.020000', '181034.480000', '181034.940000', '181035.400000', '181035.860000', '181036.320000', '181036.780000', '181037.240000', '181037.700000', '181038.160000', '181038.620000', '181039.080000', '181039.540000', '181040.000000', '181040.460000', '181040.920000', '181041.380000', '181041.840000', '181042.300000', '181042.760000', '181043.220000', '181043.680000', '181044.140000', '181044.600000', '181045.060000', '181045.520000', '181045.980000', '181046.440000', '181046.900000', '181047.360000', '181047.820000', '181048.280000', '181048.740000', '181049.200000', '181049.660000', '181050.120000', '181050.580000', '181051.040000', '181051.500000', '181051.960000', '181052.420000', '181052.880000', '181053.340000', '181053.800000', '181054.260000', '181054.720000', '181055.180000', '181055.640000', '181056.100000', '181056.560000', '181057.020000', '181057.480000', '181057.940000', '181058.400000', '181058.860000', '181059.320000', '181059.780000', '181100.240000', '181100.700000', '181101.160000', '181101.620000', '181102.080000', '181102.540000', '181103.000000', '181103.460000', '181103.920000', '181104.380000', '181104.840000', '181105.300000', '181105.760000', '181106.220000', '181106.680000', '181107.140000', '181107.600000', '181108.060000', '181108.520000', '181108.980000', '181109.440000', '181109.900000', '181110.360000', '181110.820000', '181111.280000', '181111.740000', '181112.200000', '181112.660000', '181113.120000', '181113.580000', '181114.040000', '181114.500000', '181114.960000', '181115.420000', '181115.880000', '181116.340000', '181116.800000', '181117.260000', '181117.720000', '181118.180000', '181118.640000', '181119.100000', '181119.560000', '181120.020000', '181120.480000', '181120.940000', '181121.400000', '181121.860000', '181122.320000', '181122.780000', '181123.240000', '181123.700000', '181124.160000', '181124.620000', '181125.080000', '181125.540000', '181126.000000', '181126.460000', '181126.920000', '181127.380000', '181127.840000', '181128.300000', '181128.760000', '181129.220000', '181129.680000', '181130.140000', '181130.600000', '181131.060000', '181131.520000', '181131.980000', '181132.440000', '181132.900000', '181133.360000', '181133.820000', '181134.280000', '181134.740000', '181135.200000', '181135.660000', '181136.120000', '181136.580000', '181137.040000', '181137.500000', '181137.960000', '181138.420000', '181138.880000', '181139.340000', '181139.800000', '181140.260000', '181140.720000', '181141.180000', '181141.640000', '181142.100000', '181142.560000', '181143.020000', '181143.480000', '181143.940000', '181144.400000', '181144.860000', '181145.320000', '181145.780000', '181146.240000', '181146.700000', '181147.160000', '181147.620000', '181148.080000', '181148.540000', '181149.000000', '181149.460000', '181149.920000', '181150.380000', '181150.840000', '181151.300000', '181151.760000', '181152.220000', '181152.680000', '181153.140000', '181153.600000', '181154.060000', '181154.520000', '181154.980000', '181155.440000', '181155.900000', '181156.360000', '181156.820000', '181157.280000', '181157.740000', '181158.200000', '181158.660000', '181159.120000', '181159.580000', '181200.040000', '181200.500000', '181200.960000', '181201.420000', '181201.880000', '181202.340000', '181202.800000', '181203.260000', '181203.720000', '181204.180000', '181204.640000', '181205.100000', '181205.560000', '181206.020000', '181206.480000', '181206.940000', '181207.400000', '181207.860000', '181208.320000', '181208.780000', '181209.240000', '181209.700000', '181210.160000', '181210.620000', '181211.080000', '181211.540000', '181212.000000', '181212.460000', '181212.920000', '181213.380000', '181213.840000', '181214.300000', '181214.760000', '181215.220000', '181215.680000', '181216.140000', '181216.600000', '181217.060000', '181217.520000', '181217.980000', '181218.440000', '181218.900000', '181219.360000', '181219.820000', '181220.280000', '181220.740000', '181221.200000', '181221.660000', '181222.120000', '181222.580000', '181223.040000', '181223.500000', '181223.960000', '181224.420000', '181224.880000', '181225.340000', '181225.800000', '181226.260000', '181226.720000', '181227.180000', '181227.640000', '181228.100000', '181228.560000', '181229.020000', '181229.480000', '181229.940000', '181230.400000', '181230.860000', '181231.320000', '181231.780000', '181232.240000', '181232.700000', '181233.160000', '181233.620000', '181234.080000', '181234.540000', '181235.000000', '181235.460000', '181235.920000', '181236.380000', '181236.840000', '181237.300000', '181237.760000', '181238.220000', '181238.680000', '181239.140000', '181239.600000', '181240.060000', '181240.520000', '181240.980000', '181241.440000', '181241.900000', '181242.360000', '181242.820000', '181243.280000', '181243.740000', '181244.200000', '181244.660000', '181245.120000', '181245.580000', '181246.040000', '181246.500000', '181246.960000', '181247.420000', '181247.880000', '181248.340000', '181248.800000', '181249.260000', '181249.720000', '181250.180000', '181250.640000', '181251.100000', '181251.560000', '181252.020000', '181252.480000', '181252.940000', '181253.400000', '181253.860000', '181254.320000', '181254.780000', '181255.240000', '181255.700000', '181256.160000', '181256.620000', '181257.080000', '181257.540000', '181258.000000', '181258.460000', '181258.920000', '181259.380000', '181259.840000', '181300.300000', '181300.760000', '181301.220000', '181301.680000', '181302.140000', '181302.600000', '181303.060000', '181303.520000', '181303.980000', '181304.440000', '181304.900000', '181305.360000', '181305.820000', '181306.280000', '181306.740000', '181307.200000', '181307.660000', '181308.120000', '181308.580000', '181309.040000', '181309.500000', '181309.960000', '181310.420000', '181310.880000', '181311.340000', '181311.800000', '181312.260000', '181312.720000', '181313.180000', '181313.640000', '181314.100000', '181314.560000', '181315.020000', '181315.480000', '181315.940000', '181316.400000', '181316.860000', '181317.320000', '181317.780000', '181318.240000', '181318.700000', '181319.160000', '181319.620000', '181320.080000', '181320.540000', '181321.000000', '181321.460000', '181321.920000', '181322.380000', '181322.840000', '181323.300000', '181323.760000', '181324.220000', '181324.680000', '181325.140000', '181325.600000', '181326.060000', '181326.520000', '181326.980000', '181327.440000', '181327.900000', '181328.360000', '181328.820000', '181329.280000', '181329.740000', '181330.200000', '181330.660000', '181331.120000', '181331.580000', '181332.040000', '181332.500000', '181332.960000', '181333.420000', '181333.880000', '181334.340000', '181334.800000', '181335.260000', '181335.720000', '181336.180000', '181336.640000', '181337.100000', '181337.560000', '181338.020000', '181338.480000', '181338.940000', '181339.400000', '181339.860000', '181340.320000', '181340.780000', '181341.240000', '181341.700000', '181342.160000', '181342.620000', '181343.080000', '181343.540000', '181344.000000', '181344.460000', '181344.920000', '181345.380000', '181345.840000', '181346.300000', '181346.760000', '181347.220000', '181347.680000', '181348.140000', '181348.600000', '181349.060000', '181349.520000', '181349.980000', '181350.440000', '181350.900000', '181351.360000', '181351.820000', '181352.280000', '181352.740000', '181353.200000', '181353.660000', '181354.120000', '181354.580000', '181355.040000', '181355.500000', '181355.960000', '181356.420000', '181356.880000', '181357.340000', '181357.800000', '181358.260000', '181358.720000', '181359.180000', '181359.640000', '181400.100000', '181400.560000', '181401.020000', '181401.480000', '181401.940000', '181402.400000', '181402.860000', '181403.320000', '181403.780000', '181404.240000', '181404.700000', '181405.160000', '181405.620000', '181406.080000', '181406.540000', '181407.000000', '181407.460000', '181407.920000', '181408.380000', '181408.840000', '181409.300000', '181409.760000', '181410.220000', '181410.680000', '181411.140000', '181411.600000', '181412.060000', '181412.520000', '181412.980000', '181413.440000', '181413.900000', '181414.360000', '181414.820000', '181415.280000', '181415.740000', '181416.200000', '181416.660000', '181417.120000', '181417.580000', '181418.040000', '181418.500000', '181418.960000', '181419.420000', '181419.880000', '181420.340000', '181420.800000', '181421.260000', '181421.720000', '181422.180000', '181422.640000', '181423.100000', '181423.560000', '181424.020000', '181424.480000', '181424.940000', '181425.400000', '181425.860000', '181426.320000', '181426.780000', '181427.240000', '181427.700000', '181428.160000', '181428.620000', '181429.080000', '181429.540000', '181430.000000', '181430.460000', '181430.920000', '181431.380000', '181431.840000', '181432.300000', '181432.760000', '181433.220000', '181433.680000', '181434.140000', '181434.600000', '181435.060000', '181435.520000', '181435.980000', '181436.440000', '181436.900000', '181437.360000', '181437.820000', '181438.280000', '181438.740000', '181439.200000', '181439.660000', '181440.120000', '181440.580000', '181441.040000', '181441.500000', '181441.960000', '181442.420000', '181442.880000', '181443.340000', '181443.800000', '181444.260000', '181444.720000', '181445.180000', '181445.640000', '181446.100000', '181446.560000', '181447.020000', '181447.480000', '181447.940000', '181448.400000', '181448.860000', '181449.320000', '181449.780000', '181450.240000', '181450.700000', '181451.160000', '181451.620000', '181452.080000', '181452.540000', '181453.000000', '181453.460000', '181453.920000', '181454.380000', '181454.840000', '181455.300000', '181455.760000', '181456.220000', '181456.680000', '181457.140000', '181457.600000', '181458.060000', '181458.520000', '181458.980000', '181459.440000', '181459.900000', '181500.360000', '181500.820000', '181501.280000', '181501.740000', '181502.200000', '181502.660000', '181503.120000', '181503.580000', '181504.040000', '181504.500000', '181504.960000', '181505.420000', '181505.880000', '181506.340000', '181506.800000', '181507.260000', '181507.720000', '181508.180000', '181508.640000', '181509.100000', '181509.560000', '181510.020000', '181510.480000', '181510.940000', '181511.400000', '181511.860000', '181512.320000', '181512.780000', '181513.240000', '181513.700000', '181514.160000', '181514.620000', '181515.080000', '181515.540000', '181516.000000', '181516.460000', '181516.920000', '181517.380000', '181517.840000', '181518.300000', '181518.760000', '181519.220000', '181519.680000', '181520.140000', '181520.600000', '181521.060000', '181521.520000', '181521.980000', '181522.440000', '181522.900000', '181523.360000', '181523.820000', '181524.280000', '181524.740000', '181525.200000', '181525.660000', '181526.120000', '181526.580000', '181527.040000', '181527.500000', '181527.960000', '181528.420000', '181528.880000', '181529.340000', '181529.800000', '181530.260000', '181530.720000', '181531.180000', '181531.640000', '181532.100000', '181532.560000', '181533.020000', '181533.480000', '181533.940000', '181534.400000', '181534.860000', '181535.320000', '181535.780000', '181536.240000', '181536.700000', '181537.160000', '181537.620000', '181538.080000', '181538.540000', '181539.000000', '181539.460000', '181539.920000', '181540.380000', '181540.840000', '181541.300000', '181541.760000', '181542.220000', '181542.680000', '181543.140000', '181543.600000', '181544.060000', '181544.520000', '181544.980000', '181545.440000', '181545.900000', '181546.360000', '181546.820000', '181547.280000', '181547.740000', '181548.200000', '181548.660000', '181549.120000', '181549.580000', '181550.040000', '181550.500000', '181550.960000', '181551.420000', '181551.880000', '181552.340000', '181552.800000', '181553.260000', '181553.720000', '181554.180000', '181554.640000', '181555.100000', '181555.560000', '181556.020000', '181556.480000', '181556.940000', '181557.400000', '181557.860000', '181558.320000', '181558.780000', '181559.240000', '181559.700000', '181600.160000', '181600.620000', '181601.080000', '181601.540000', '181602.000000', '181602.460000', '181602.920000', '181603.380000', '181603.840000', '181604.300000', '181604.760000', '181605.220000', '181605.680000', '181606.140000', '181606.600000', '181607.060000', '181607.520000', '181607.980000', '181608.440000', '181608.900000', '181609.360000', '181609.820000', '181610.280000', '181610.740000', '181611.200000', '181611.660000', '181612.120000', '181612.580000', '181613.040000', '181613.500000', '181613.960000', '181614.420000', '181614.880000', '181615.340000', '181615.800000', '181616.260000', '181616.720000', '181617.180000', '181617.640000', '181618.100000', '181618.560000', '181619.020000', '181619.480000', '181619.940000', '181620.400000', '181620.860000', '181621.320000', '181621.780000', '181622.240000', '181622.700000', '181623.160000', '181623.620000', '181624.080000', '181624.540000', '181625.000000', '181625.460000', '181625.920000', '181626.380000', '181626.840000', '181627.300000', '181627.760000', '181628.220000', '181628.680000', '181629.140000', '181629.600000', '181630.060000', '181630.520000', '181630.980000', '181631.440000', '181631.900000', '181632.360000', '181632.820000', '181633.280000', '181633.740000', '181634.200000', '181634.660000', '181635.120000', '181635.580000', '181636.040000', '181636.500000', '181636.960000', '181637.420000', '181637.880000', '181638.340000', '181638.800000', '181639.260000', '181639.720000', '181640.180000', '181640.640000', '181641.100000', '181641.560000', '181642.020000', '181642.480000', '181642.940000', '181643.400000', '181643.860000', '181644.320000', '181644.780000', '181645.240000', '181645.700000', '181646.160000', '181646.620000', '181647.080000', '181647.540000', '181648.000000', '181648.460000', '181648.920000', '181649.380000', '181649.840000', '181650.300000', '181650.760000', '181651.220000', '181651.680000', '181652.140000', '181652.600000', '181653.060000', '181653.520000', '181653.980000', '181654.440000', '181654.900000', '181655.360000', '181655.820000', '181656.280000', '181656.740000', '181657.200000', '181657.660000', '181658.120000', '181658.580000', '181659.040000', '181659.500000', '181659.960000', '181700.420000', '181700.880000', '181701.340000', '181701.800000', '181702.260000', '181702.720000', '181703.180000', '181703.640000', '181704.100000', '181704.560000', '181705.020000', '181705.480000', '181705.940000', '181706.400000', '181706.860000', '181707.320000', '181707.780000', '181708.240000', '181708.700000', '181709.160000', '181709.620000', '181710.080000', '181710.540000', '181711.000000', '181711.460000', '181711.920000', '181712.380000', '181712.840000', '181713.300000', '181713.760000', '181714.220000', '181714.680000', '181715.140000', '181715.600000', '181716.060000', '181716.520000', '181716.980000', '181717.440000', '181717.900000', '181718.360000', '181718.820000', '181719.280000', '181719.740000', '181720.200000', '181720.660000', '181721.120000', '181721.580000', '181722.040000', '181722.500000', '181722.960000', '181723.420000', '181723.880000', '181724.340000', '181724.800000', '181725.260000', '181725.720000', '181726.180000', '181726.640000', '181727.100000', '181727.560000', '181728.020000', '181728.480000', '181728.940000', '181729.400000', '181729.860000', '181730.320000', '181730.780000', '181731.240000', '181731.700000', '181732.160000', '181732.620000', '181733.080000', '181733.540000', '181734.000000', '181734.460000', '181734.920000', '181735.380000', '181735.840000', '181736.300000', '181736.760000', '181737.220000', '181737.680000', '181738.140000', '181738.600000', '181739.060000', '181739.520000', '181739.980000', '181740.440000', '181740.900000', '181741.360000', '181741.820000', '181742.280000', '181742.740000', '181743.200000', '181743.660000', '181744.120000', '181744.580000', '181745.040000', '181745.500000', '181745.960000', '181746.420000', '181746.880000', '181747.340000', '181747.800000', '181748.260000', '181748.720000', '181749.180000', '181749.640000', '181750.100000', '181750.560000', '181751.020000', '181751.480000', '181751.940000', '181752.400000', '181752.860000', '181753.320000', '181753.780000', '181754.240000', '181754.700000', '181755.160000', '181755.620000', '181756.080000', '181756.540000', '181757.000000', '181757.460000', '181757.920000', '181758.380000', '181758.840000', '181759.300000', '181759.760000', '181800.220000', '181800.680000', '181801.140000', '181801.600000', '181802.060000', '181802.520000', '181802.980000', '181803.440000', '181803.900000', '181804.360000', '181804.820000', '181805.280000', '181805.740000', '181806.200000', '181806.660000', '181807.120000', '181807.580000', '181808.040000', '181808.500000', '181808.960000', '181809.420000', '181809.880000', '181810.340000', '181810.800000', '181811.260000', '181811.720000', '181812.180000', '181812.640000', '181813.100000', '181813.560000', '181814.020000', '181814.480000', '181814.940000', '181815.400000', '181815.860000', '181816.320000', '181816.780000', '181817.240000', '181817.700000', '181818.160000', '181818.620000', '181819.080000', '181819.540000', '181820.000000', '181820.460000', '181820.920000', '181821.380000', '181821.840000', '181822.300000', '181822.760000', '181823.220000', '181823.680000', '181824.140000', '181824.600000', '181825.060000', '181825.520000', '181825.980000', '181826.440000', '181826.900000', '181827.360000', '181827.820000', '181828.280000', '181828.740000', '181829.200000', '181829.660000', '181830.120000', '181830.580000', '181831.040000', '181831.500000', '181831.960000', '181832.420000', '181832.880000', '181833.340000', '181833.800000', '181834.260000', '181834.720000', '181835.180000', '181835.640000', '181836.100000', '181836.560000', '181837.020000', '181837.480000', '181837.940000', '181838.400000', '181838.860000', '181839.320000', '181839.780000', '181840.240000', '181840.700000', '181841.160000', '181841.620000', '181842.080000', '181842.540000', '181843.000000', '181843.460000', '181843.920000', '181844.380000', '181844.840000', '181845.300000', '181845.760000', '181846.220000', '181846.680000', '181847.140000', '181847.600000', '181848.060000', '181848.520000', '181848.980000', '181849.440000', '181849.900000', '181850.360000', '181850.820000', '181851.280000', '181851.740000', '181852.200000', '181852.660000', '181853.120000', '181853.580000', '181854.040000', '181854.500000', '181854.960000', '181855.420000', '181855.880000', '181856.340000', '181856.800000', '181857.260000', '181857.720000', '181858.180000', '181858.640000', '181859.100000', '181859.560000', '181900.020000', '181900.480000', '181900.940000', '181901.400000', '181901.860000', '181902.320000', '181902.780000', '181903.240000', '181903.700000', '181904.160000', '181904.620000', '181905.080000', '181905.540000', '181906.000000', '181906.460000', '181906.920000', '181907.380000', '181907.840000', '181908.300000', '181908.760000', '181909.220000', '181909.680000', '181910.140000', '181910.600000', '181911.060000', '181911.520000', '181911.980000', '181912.440000', '181912.900000', '181913.360000', '181913.820000', '181914.280000', '181914.740000', '181915.200000', '181915.660000', '181916.120000', '181916.580000', '181917.040000', '181917.500000', '181917.960000', '181918.420000', '181918.880000', '181919.340000', '181919.800000', '181920.260000', '181920.720000', '181921.180000', '181921.640000', '181922.100000', '181922.560000', '181923.020000', '181923.480000', '181923.940000', '181924.400000', '181924.860000', '181925.320000', '181925.780000', '181926.240000', '181926.700000', '181927.160000', '181927.620000', '181928.080000', '181928.540000', '181929.000000', '181929.460000', '181929.920000', '181930.380000', '181930.840000', '181931.300000', '181931.760000', '181932.220000', '181932.680000', '181933.140000', '181933.600000', '181934.060000', '181934.520000'], 'ContentTime': ['180718.964000', '180718.967000', '180718.970000', '180718.972000', '180718.975000', '180718.978000', '180718.981000', '180718.984000', '180718.986000', '180718.997000', '180719.001000', '180719.003000', '180719.006000', '180719.020000', '180719.022000', '180719.025000', '180719.028000', '180719.030000', '180719.033000', '180719.035000', '180719.038000', '180719.041000', '180719.043000', '180719.046000', '180719.048000', '180719.051000', '180719.054000', '180719.062000', '180719.064000', '180719.067000', '180719.070000', '180719.072000', '180719.075000', '180719.078000', '180719.080000', '180719.083000', '180719.085000', '180719.088000', '180738.936000', '180738.967000', '180738.970000', '180738.972000', '180738.975000', '180738.977000', '180738.980000', '180738.983000', '180738.985000', '180738.988000', '180738.990000', '180738.993000', '180738.996000', '180738.998000', '180739.001000', '180739.003000', '180739.006000', '180739.008000', '180739.011000', '180739.014000', '180739.016000', '180739.019000', '180739.021000', '180739.024000', '180739.027000', '180739.029000', '180739.032000', '180739.034000', '180739.037000', '180739.039000', '180739.042000', '180739.045000', '180739.047000', '180739.050000', '180739.053000', '180739.055000', '180739.058000', '180739.060000', '180739.063000', '180739.065000', '180739.068000', '180739.071000', '180739.073000', '180739.076000', '180758.937000', '180758.939000', '180758.942000', '180758.944000', '180758.947000', '180758.950000', '180758.952000', '180758.955000', '180758.958000', '180758.960000', '180758.963000', '180758.965000', '180758.968000', '180758.971000', '180758.973000', '180758.976000', '180758.978000', '180758.981000', '180758.984000', '180758.986000', '180758.989000', '180758.992000', '180758.994000', '180758.997000', '180759.000000', '180759.003000', '180759.006000', '180759.008000', '180759.011000', '180759.013000', '180759.016000', '180759.019000', '180759.021000', '180759.024000', '180759.027000', '180759.030000', '180759.033000', '180759.035000', '180759.038000', '180759.041000', '180759.043000', '180759.046000', '180759.048000', '180818.937000', '180818.940000', '180818.942000', '180818.945000', '180818.948000', '180818.951000', '180818.953000', '180818.956000', '180818.958000', '180818.961000', '180818.964000', '180818.966000', '180818.969000', '180818.972000', '180818.974000', '180818.977000', '180818.979000', '180818.982000', '180818.985000', '180818.987000', '180818.990000', '180818.993000', '180818.995000', '180818.998000', '180819.001000', '180819.004000', '180819.007000', '180819.009000', '180819.012000', '180819.015000', '180819.017000', '180819.020000', '180819.023000', '180819.025000', '180819.028000', '180819.031000', '180819.033000', '180819.036000', '180819.038000', '180819.041000', '180819.044000', '180819.046000', '180819.049000', '180819.051000', '180838.937000', '180838.939000', '180838.942000', '180838.945000', '180838.947000', '180838.950000', '180838.953000', '180838.955000', '180838.958000', '180838.961000', '180838.963000', '180838.966000', '180838.969000', '180838.971000', '180838.974000', '180838.977000', '180838.979000', '180838.982000', '180838.984000', '180838.987000', '180838.990000', '180838.992000', '180838.995000', '180838.997000', '180839.001000', '180839.004000', '180839.006000', '180839.018000', '180839.021000', '180839.024000', '180839.026000', '180839.029000', '180839.032000', '180839.035000', '180839.037000', '180839.040000', '180839.042000', '180839.045000', '180839.048000', '180839.050000', '180839.053000', '180839.055000', '180839.058000', '180858.935000', '180858.938000', '180858.941000', '180858.943000', '180858.947000', '180858.949000', '180858.952000', '180858.954000', '180858.957000', '180858.960000', '180858.971000', '180858.973000', '180858.976000', '180858.979000', '180858.981000', '180858.984000', '180858.987000', '180858.989000', '180858.992000', '180858.994000', '180858.997000', '180859.001000', '180859.003000', '180859.006000', '180859.009000', '180859.011000', '180859.014000', '180859.016000', '180859.031000', '180859.033000', '180859.036000', '180859.039000', '180859.041000', '180859.044000', '180859.046000', '180859.049000', '180859.052000', '180859.054000', '180859.057000', '180859.059000', '180859.062000', '180859.065000', '180859.068000', '180859.070000', '180918.935000', '180918.938000', '180918.942000', '180918.945000', '180918.947000', '180918.950000', '180918.953000', '180918.955000', '180918.958000', '180918.960000', '180918.963000', '180918.966000', '180918.968000', '180918.971000', '180918.974000', '180918.976000', '180918.979000', '180918.981000', '180918.984000', '180918.987000', '180918.989000', '180918.992000', '180918.994000', '180918.997000', '180919.000000', '180919.003000', '180919.006000', '180919.008000', '180919.011000', '180919.014000', '180919.016000', '180919.019000', '180919.022000', '180919.024000', '180919.027000', '180919.029000', '180919.032000', '180919.035000', '180919.039000', '180919.041000', '180919.044000', '180919.047000', '180919.049000', '180938.935000', '180938.938000', '180938.941000', '180938.943000', '180938.946000', '180938.949000', '180938.951000', '180938.954000', '180938.956000', '180938.959000', '180938.962000', '180938.964000', '180938.967000', '180938.970000', '180938.972000', '180938.975000', '180938.977000', '180938.980000', '180938.983000', '180938.985000', '180938.988000', '180938.991000', '180938.993000', '180938.996000', '180938.998000', '180939.002000', '180939.005000', '180939.007000', '180939.010000', '180939.013000', '180939.015000', '180939.018000', '180939.021000', '180939.023000', '180939.026000', '180939.028000', '180939.031000', '180939.034000', '180939.036000', '180939.039000', '180939.042000', '180939.044000', '180939.047000', '180939.049000', '180958.936000', '180958.939000', '180958.942000', '180958.945000', '180958.947000', '180958.950000', '180958.953000', '180958.955000', '180958.958000', '180958.961000', '180958.963000', '180958.966000', '180958.968000', '180958.971000', '180958.973000', '180958.976000', '180958.979000', '180958.981000', '180958.984000', '180958.986000', '180958.989000', '180958.992000', '180958.994000', '180958.997000', '180959.000000', '180959.003000', '180959.005000', '180959.008000', '180959.011000', '180959.013000', '180959.016000', '180959.018000', '180959.021000', '180959.024000', '180959.026000', '180959.029000', '180959.031000', '180959.034000', '180959.037000', '180959.039000', '180959.042000', '180959.045000', '180959.047000', '181018.937000', '181018.940000', '181018.942000', '181018.945000', '181018.948000', '181018.950000', '181018.953000', '181018.956000', '181018.958000', '181018.961000', '181018.963000', '181018.966000', '181018.969000', '181018.971000', '181018.974000', '181018.977000', '181018.979000', '181018.982000', '181018.984000', '181018.987000', '181018.990000', '181018.992000', '181018.995000', '181018.998000', '181019.002000', '181019.004000', '181019.007000', '181019.010000', '181019.012000', '181019.015000', '181019.018000', '181019.020000', '181019.023000', '181019.025000', '181019.028000', '181019.031000', '181019.033000', '181019.036000', '181019.039000', '181019.041000', '181019.044000', '181019.046000', '181019.049000', '181019.052000', '181038.937000', '181038.940000', '181038.942000', '181038.945000', '181038.947000', '181038.950000', '181038.953000', '181038.955000', '181038.958000', '181038.968000', '181038.970000', '181038.973000', '181038.976000', '181038.978000', '181038.981000', '181038.983000', '181038.986000', '181038.988000', '181038.991000', '181038.994000', '181038.996000', '181039.000000', '181039.002000', '181039.005000', '181039.008000', '181039.010000', '181039.013000', '181039.016000', '181039.018000', '181039.021000', '181039.023000', '181039.026000', '181039.029000', '181039.031000', '181039.034000', '181039.036000', '181039.039000', '181039.042000', '181039.044000', '181039.047000', '181039.050000', '181039.053000', '181039.055000', '181058.936000', '181058.939000', '181058.942000', '181058.945000', '181058.947000', '181058.950000', '181058.952000', '181058.955000', '181058.958000', '181058.960000', '181058.963000', '181058.966000', '181058.968000', '181058.971000', '181058.974000', '181058.976000', '181058.979000', '181058.981000', '181058.984000', '181058.987000', '181058.989000', '181058.992000', '181058.994000', '181058.997000', '181059.001000', '181059.003000', '181059.006000', '181059.009000', '181059.011000', '181059.014000', '181059.017000', '181059.019000', '181059.022000', '181059.025000', '181059.027000', '181059.030000', '181059.032000', '181059.035000', '181059.038000', '181059.040000', '181059.043000', '181059.046000', '181059.048000', '181059.051000', '181118.936000', '181118.939000', '181118.941000', '181118.944000', '181118.947000', '181118.949000', '181118.952000', '181118.955000', '181118.957000', '181118.960000', '181118.962000', '181118.965000', '181118.968000', '181118.970000', '181118.973000', '181118.976000', '181118.978000', '181118.981000', '181118.983000', '181118.986000', '181118.989000', '181118.992000', '181118.994000', '181118.997000', '181119.001000', '181119.003000', '181119.006000', '181119.009000', '181119.011000', '181119.014000', '181119.016000', '181119.019000', '181119.022000', '181119.024000', '181119.027000', '181119.030000', '181119.032000', '181119.035000', '181119.037000', '181119.040000', '181119.043000', '181119.045000', '181119.048000', '181138.936000', '181138.938000', '181138.941000', '181138.944000', '181138.946000', '181138.949000', '181138.952000', '181138.954000', '181138.957000', '181138.960000', '181138.962000', '181138.965000', '181138.968000', '181138.970000', '181138.973000', '181138.976000', '181138.978000', '181138.981000', '181138.984000', '181138.986000', '181138.989000', '181138.991000', '181138.994000', '181138.997000', '181139.000000', '181139.003000', '181139.006000', '181139.008000', '181139.011000', '181139.013000', '181139.016000', '181139.019000', '181139.021000', '181139.024000', '181139.026000', '181139.029000', '181139.032000', '181139.034000', '181139.037000', '181139.039000', '181139.042000', '181139.045000', '181139.047000', '181139.050000', '181158.935000', '181158.938000', '181158.941000', '181158.944000', '181158.946000', '181158.949000', '181158.952000', '181158.954000', '181158.957000', '181158.959000', '181158.962000', '181158.965000', '181158.967000', '181158.970000', '181158.973000', '181158.975000', '181158.978000', '181158.981000', '181158.983000', '181158.986000', '181158.989000', '181158.991000', '181158.994000', '181158.996000', '181159.000000', '181159.003000', '181159.005000', '181159.008000', '181159.011000', '181159.013000', '181159.016000', '181159.018000', '181159.021000', '181159.024000', '181159.039000', '181159.041000', '181159.044000', '181159.046000', '181159.049000', '181159.052000', '181159.054000', '181159.057000', '181159.060000', '181218.937000', '181218.939000', '181218.942000', '181218.945000', '181218.947000', '181218.950000', '181218.953000', '181218.956000', '181218.958000', '181218.961000', '181218.963000', '181218.966000', '181218.969000', '181218.971000', '181218.974000', '181218.977000', '181218.979000', '181218.982000', '181218.985000', '181218.988000', '181218.990000', '181218.993000', '181218.995000', '181218.998000', '181219.001000', '181219.003000', '181219.006000', '181219.009000', '181219.011000', '181219.014000', '181219.016000', '181219.019000', '181219.022000', '181219.025000', '181219.027000', '181219.030000', '181219.032000', '181219.035000', '181219.038000', '181219.040000', '181219.043000', '181219.046000', '181219.054000', '181219.057000', '181238.937000', '181238.940000', '181238.942000', '181238.945000', '181238.947000', '181238.950000', '181238.953000', '181238.955000', '181238.958000', '181238.961000', '181238.963000', '181238.966000', '181238.968000', '181238.971000', '181238.974000', '181238.983000', '181238.986000', '181238.989000', '181238.991000', '181238.994000', '181238.997000', '181239.000000', '181239.003000', '181239.006000', '181239.008000', '181239.011000', '181239.014000', '181239.016000', '181239.019000', '181239.022000', '181239.024000', '181239.027000', '181239.030000', '181239.032000', '181239.035000', '181239.037000', '181239.040000', '181239.043000', '181239.045000', '181239.048000', '181239.050000', '181239.053000', '181239.056000', '181258.937000', '181258.940000', '181258.942000', '181258.945000', '181258.948000', '181258.952000', '181258.955000', '181258.957000', '181258.960000', '181258.962000', '181258.965000', '181258.968000', '181258.970000', '181258.973000', '181258.975000', '181258.978000', '181258.981000', '181258.983000', '181258.986000', '181258.989000', '181258.991000', '181258.994000', '181258.997000', '181259.000000', '181259.003000', '181259.006000', '181259.008000', '181259.011000', '181259.013000', '181259.016000', '181259.019000', '181259.021000', '181259.024000', '181259.027000', '181259.029000', '181259.032000', '181259.035000', '181259.037000', '181259.040000', '181259.042000', '181259.045000', '181259.048000', '181259.050000', '181259.053000', '181318.937000', '181318.940000', '181318.942000', '181318.945000', '181318.948000', '181318.950000', '181318.953000', '181318.956000', '181318.958000', '181318.961000', '181318.964000', '181318.966000', '181318.969000', '181318.971000', '181318.974000', '181318.977000', '181318.979000', '181318.982000', '181318.985000', '181318.987000', '181318.990000', '181318.993000', '181318.995000', '181318.998000', '181319.002000', '181319.004000', '181319.007000', '181319.010000', '181319.012000', '181319.015000', '181319.018000', '181319.020000', '181319.023000', '181319.026000', '181319.028000', '181319.031000', '181319.034000', '181319.036000', '181319.039000', '181319.041000', '181319.044000', '181319.047000', '181319.049000', '181338.936000', '181338.939000', '181338.941000', '181338.944000', '181338.946000', '181338.949000', '181338.952000', '181338.955000', '181338.957000', '181338.960000', '181338.963000', '181338.965000', '181338.968000', '181338.971000', '181338.973000', '181338.976000', '181338.978000', '181338.981000', '181338.984000', '181338.986000', '181338.989000', '181338.992000', '181338.994000', '181338.997000', '181339.000000', '181339.003000', '181339.006000', '181339.008000', '181339.011000', '181339.014000', '181339.016000', '181339.019000', '181339.022000', '181339.024000', '181339.027000', '181339.030000', '181339.032000', '181339.035000', '181339.037000', '181339.040000', '181339.043000', '181339.045000', '181339.048000', '181339.050000', '181358.935000', '181358.938000', '181358.941000', '181358.944000', '181358.946000', '181358.949000', '181358.952000', '181358.955000', '181358.957000', '181358.960000', '181358.962000', '181358.965000', '181358.968000', '181358.970000', '181358.973000', '181358.976000', '181358.978000', '181358.981000', '181358.984000', '181358.986000', '181358.989000', '181358.992000', '181358.994000', '181358.997000', '181359.000000', '181359.003000', '181359.006000', '181359.008000', '181359.011000', '181359.014000', '181359.016000', '181359.019000', '181359.022000', '181359.024000', '181359.027000', '181359.030000', '181359.032000', '181359.035000', '181359.037000', '181359.040000', '181359.043000', '181359.045000', '181359.048000', '181418.936000', '181418.938000', '181418.941000', '181418.944000', '181418.947000', '181418.949000', '181418.952000', '181418.955000', '181418.957000', '181418.960000', '181418.963000', '181418.965000', '181418.968000', '181418.971000', '181418.973000', '181418.976000', '181418.979000', '181418.993000', '181418.995000', '181418.998000', '181419.006000', '181419.008000', '181419.011000', '181419.013000', '181419.016000', '181419.019000', '181419.021000', '181419.024000', '181419.027000', '181419.029000', '181419.032000', '181419.035000', '181419.037000', '181419.040000', '181419.043000', '181419.046000', '181419.048000', '181419.051000', '181419.053000', '181419.056000', '181419.059000', '181419.061000', '181419.064000', '181438.937000', '181438.939000', '181438.942000', '181438.945000', '181438.948000', '181438.951000', '181438.953000', '181438.956000', '181438.959000', '181438.962000', '181438.964000', '181438.967000', '181438.969000', '181438.972000', '181438.975000', '181438.977000', '181438.980000', '181438.983000', '181438.985000', '181438.988000', '181438.991000', '181438.993000', '181438.996000', '181438.999000', '181439.001000', '181439.004000', '181439.006000', '181439.009000', '181439.012000', '181439.014000', '181439.017000', '181439.020000', '181439.022000', '181439.025000', '181439.027000', '181439.030000', '181439.033000', '181439.035000', '181439.038000', '181439.041000', '181439.043000', '181439.046000', '181439.048000', '181439.051000', '181458.937000', '181458.940000', '181458.943000', '181458.945000', '181458.948000', '181458.951000', '181458.953000', '181458.956000', '181458.959000', '181458.961000', '181458.964000', '181458.967000', '181458.969000', '181458.972000', '181458.975000', '181458.978000', '181458.980000', '181458.983000', '181458.986000', '181458.988000', '181458.991000', '181458.994000', '181458.996000', '181459.000000', '181459.003000', '181459.005000', '181459.008000', '181459.011000', '181459.014000', '181459.017000', '181459.019000', '181459.022000', '181459.025000', '181459.027000', '181459.030000', '181459.032000', '181459.035000', '181459.038000', '181459.040000', '181459.043000', '181459.046000', '181459.048000', '181459.051000', '181518.937000', '181518.939000', '181518.943000', '181518.946000', '181518.948000', '181518.951000', '181518.960000', '181518.962000', '181518.965000', '181518.968000', '181518.970000', '181518.973000', '181518.976000', '181518.978000', '181518.981000', '181518.984000', '181518.986000', '181518.989000', '181518.998000', '181519.001000', '181519.004000', '181519.006000', '181519.009000', '181519.012000', '181519.014000', '181519.017000', '181519.020000', '181519.023000', '181519.025000', '181519.028000', '181519.030000', '181519.033000', '181519.036000', '181519.038000', '181519.041000', '181519.044000', '181519.046000', '181519.049000', '181519.052000', '181519.054000', '181519.057000', '181519.060000', '181519.062000', '181519.065000', '181538.936000', '181538.939000', '181538.941000', '181538.944000', '181538.947000', '181538.949000', '181538.952000', '181538.954000', '181538.957000', '181538.960000', '181538.962000', '181538.965000', '181538.968000', '181538.970000', '181538.973000', '181538.975000', '181538.978000', '181538.981000', '181538.983000', '181538.986000', '181538.989000', '181538.991000', '181538.994000', '181538.997000', '181539.000000', '181539.002000', '181539.005000', '181539.008000', '181539.010000', '181539.013000', '181539.016000', '181539.018000', '181539.021000', '181539.023000', '181539.026000', '181539.030000', '181539.033000', '181539.036000', '181539.038000', '181539.041000', '181539.044000', '181539.046000', '181539.049000', '181558.936000', '181558.939000', '181558.941000', '181558.944000', '181558.946000', '181558.949000', '181558.952000', '181558.954000', '181558.957000', '181558.960000', '181558.962000', '181558.965000', '181558.968000', '181558.970000', '181558.973000', '181558.976000', '181558.978000', '181558.981000', '181558.984000', '181558.986000', '181558.989000', '181558.992000', '181558.994000', '181558.997000', '181559.001000', '181559.003000', '181559.006000', '181559.009000', '181559.011000', '181559.014000', '181559.017000', '181559.019000', '181559.022000', '181559.024000', '181559.027000', '181559.030000', '181559.032000', '181559.035000', '181559.038000', '181559.040000', '181559.043000', '181559.045000', '181559.048000', '181559.050000', '181618.936000', '181618.939000', '181618.941000', '181618.944000', '181618.947000', '181618.949000', '181618.952000', '181618.955000', '181618.957000', '181618.960000', '181618.962000', '181618.965000', '181618.968000', '181618.970000', '181618.973000', '181618.976000', '181618.978000', '181618.982000', '181618.986000', '181618.988000', '181618.991000', '181618.994000', '181618.997000', '181619.000000', '181619.003000', '181619.006000', '181619.008000', '181619.011000', '181619.013000', '181619.016000', '181619.019000', '181619.021000', '181619.024000', '181619.027000', '181619.029000', '181619.032000', '181619.035000', '181619.037000', '181619.040000', '181619.043000', '181619.045000', '181619.048000', '181619.051000', '181638.936000', '181638.938000', '181638.944000', '181638.947000', '181638.950000', '181638.952000', '181638.955000', '181638.957000', '181638.960000', '181638.963000', '181638.965000', '181638.968000', '181638.971000', '181638.973000', '181638.976000', '181638.979000', '181638.981000', '181638.984000', '181638.987000', '181638.989000', '181638.992000', '181638.995000', '181638.997000', '181639.001000', '181639.004000', '181639.006000', '181639.009000', '181639.011000', '181639.014000', '181639.017000', '181639.019000', '181639.022000', '181639.025000', '181639.027000', '181639.030000', '181639.032000', '181639.035000', '181639.038000', '181639.040000', '181639.043000', '181639.046000', '181639.048000', '181639.051000', '181639.054000', '181658.937000', '181658.940000', '181658.942000', '181658.945000', '181658.948000', '181658.950000', '181658.953000', '181658.956000', '181658.958000', '181658.961000', '181658.964000', '181658.966000', '181658.969000', '181658.972000', '181658.974000', '181658.977000', '181658.980000', '181658.982000', '181658.985000', '181658.987000', '181658.990000', '181658.993000', '181658.996000', '181658.998000', '181659.003000', '181659.005000', '181659.008000', '181659.010000', '181659.013000', '181659.016000', '181659.018000', '181659.021000', '181659.024000', '181659.026000', '181659.029000', '181659.032000', '181659.034000', '181659.037000', '181659.040000', '181659.042000', '181659.045000', '181659.048000', '181659.050000', '181718.937000', '181718.939000', '181718.942000', '181718.945000', '181718.947000', '181718.950000', '181718.953000', '181718.955000', '181718.958000', '181718.961000', '181718.963000', '181718.966000', '181718.969000', '181718.971000', '181718.974000', '181718.976000', '181718.979000', '181718.982000', '181718.984000', '181718.987000', '181718.989000', '181718.992000', '181718.995000', '181718.997000', '181719.001000', '181719.004000', '181719.006000', '181719.009000', '181719.012000', '181719.014000', '181719.017000', '181719.019000', '181719.022000', '181719.025000', '181719.027000', '181719.042000', '181719.044000', '181719.047000', '181719.049000', '181719.052000', '181719.055000', '181719.057000', '181719.060000', '181719.063000', '181738.937000', '181738.940000', '181738.943000', '181738.946000', '181738.948000', '181738.951000', '181738.954000', '181738.957000', '181738.959000', '181738.962000', '181738.965000', '181738.967000', '181738.970000', '181738.972000', '181738.975000', '181738.978000', '181738.980000', '181738.983000', '181738.986000', '181738.988000', '181738.991000', '181738.994000', '181738.996000', '181739.000000', '181739.002000', '181739.005000', '181739.008000', '181739.011000', '181739.014000', '181739.017000', '181739.020000', '181739.022000', '181739.025000', '181739.028000', '181739.030000', '181739.033000', '181739.036000', '181739.038000', '181739.041000', '181739.043000', '181739.046000', '181739.049000', '181739.051000', '181758.936000', '181758.939000', '181758.941000', '181758.944000', '181758.947000', '181758.949000', '181758.952000', '181758.955000', '181758.958000', '181758.960000', '181758.963000', '181758.966000', '181758.968000', '181758.971000', '181758.974000', '181758.976000', '181758.979000', '181758.982000', '181758.984000', '181758.987000', '181758.990000', '181758.992000', '181758.995000', '181758.998000', '181759.001000', '181759.004000', '181759.007000', '181759.009000', '181759.012000', '181759.014000', '181759.017000', '181759.020000', '181759.025000', '181759.028000', '181759.031000', '181759.033000', '181759.036000', '181759.038000', '181759.041000', '181759.044000', '181759.046000', '181759.049000', '181759.052000', '181759.054000', '181818.936000', '181818.938000', '181818.941000', '181818.944000', '181818.947000', '181818.949000', '181818.952000', '181818.955000', '181818.957000', '181818.960000', '181818.963000', '181818.965000', '181818.968000', '181818.971000', '181818.973000', '181818.976000', '181818.978000', '181818.981000', '181818.984000', '181818.986000', '181818.989000', '181818.992000', '181818.994000', '181818.997000', '181819.001000', '181819.003000', '181819.006000', '181819.008000', '181819.011000', '181819.014000', '181819.016000', '181819.019000', '181819.022000', '181819.024000', '181819.027000', '181819.030000', '181819.032000', '181819.035000', '181819.038000', '181819.040000', '181819.043000', '181819.046000', '181819.048000', '181838.936000', '181838.939000', '181838.941000', '181838.959000', '181838.962000', '181838.964000', '181838.967000', '181838.970000', '181838.972000', '181838.975000', '181838.978000', '181838.980000', '181838.983000', '181838.985000', '181838.988000', '181838.991000', '181838.993000', '181838.996000', '181839.000000', '181839.002000', '181839.005000', '181839.008000', '181839.010000', '181839.013000', '181839.015000', '181839.018000', '181839.021000', '181839.023000', '181839.026000', '181839.029000', '181839.031000', '181839.034000', '181839.036000', '181839.039000', '181839.042000', '181839.044000', '181839.047000', '181839.050000', '181839.052000', '181839.055000', '181839.057000', '181839.061000', '181839.063000', '181839.066000', '181858.936000', '181858.939000', '181858.941000', '181858.944000', '181858.947000', '181858.950000', '181858.952000', '181858.955000', '181858.958000', '181858.960000', '181858.963000', '181858.966000', '181858.968000', '181858.971000', '181858.973000', '181858.976000', '181858.979000', '181858.981000', '181858.984000', '181858.996000', '181859.000000', '181859.002000', '181859.005000', '181859.007000', '181859.010000', '181859.013000', '181859.015000', '181859.018000', '181859.020000', '181859.023000', '181859.026000', '181859.028000', '181859.031000', '181859.033000', '181859.036000', '181859.039000', '181859.041000', '181859.044000', '181859.046000', '181859.049000', '181859.052000', '181859.054000', '181859.057000', '181918.937000', '181918.940000', '181918.942000', '181918.945000', '181918.948000', '181918.950000', '181918.953000', '181918.956000', '181918.958000', '181918.961000', '181918.964000', '181918.966000', '181918.969000', '181918.972000', '181918.974000', '181918.977000', '181918.980000', '181918.982000', '181918.985000', '181918.987000', '181918.990000', '181918.993000', '181918.995000', '181918.998000', '181919.001000', '181919.003000', '181919.006000', '181919.008000', '181919.011000', '181919.014000', '181919.016000', '181919.019000', '181919.022000', '181919.024000', '181919.027000', '181919.030000', '181919.032000', '181919.035000', '181919.037000', '181919.040000', '181919.043000', '181919.046000', '181919.048000', '181919.051000', '181935.394000', '181935.397000', '181935.400000', '181935.402000', '181935.405000', '181935.408000', '181935.410000', '181935.413000', '181935.416000', '181935.419000', '181935.421000', '181935.424000', '181935.427000', '181935.429000', '181935.432000', '181935.435000', '181935.438000', '181935.441000', '181935.444000', '181935.447000', '181935.449000', '181935.452000', '181935.454000', '181935.457000', '181935.460000', '181935.462000', '181935.465000', '181935.467000', '181935.470000', '181935.473000', '181935.475000', '181935.478000', '181935.481000', '181935.483000', '181935.486000', '181935.489000'], 'InstanceCreationTime': ['180718.964000', '180718.967000', '180718.970000', '180718.972000', '180718.975000', '180718.978000', '180718.981000', '180718.984000', '180718.986000', '180718.997000', '180719.001000', '180719.003000', '180719.006000', '180719.020000', '180719.022000', '180719.025000', '180719.028000', '180719.030000', '180719.033000', '180719.035000', '180719.038000', '180719.041000', '180719.043000', '180719.046000', '180719.048000', '180719.051000', '180719.054000', '180719.062000', '180719.064000', '180719.067000', '180719.070000', '180719.072000', '180719.075000', '180719.078000', '180719.080000', '180719.083000', '180719.085000', '180719.088000', '180738.936000', '180738.967000', '180738.970000', '180738.972000', '180738.975000', '180738.977000', '180738.980000', '180738.983000', '180738.985000', '180738.988000', '180738.990000', '180738.993000', '180738.996000', '180738.998000', '180739.001000', '180739.003000', '180739.006000', '180739.008000', '180739.011000', '180739.014000', '180739.016000', '180739.019000', '180739.021000', '180739.024000', '180739.027000', '180739.029000', '180739.032000', '180739.034000', '180739.037000', '180739.039000', '180739.042000', '180739.045000', '180739.047000', '180739.050000', '180739.053000', '180739.055000', '180739.058000', '180739.060000', '180739.063000', '180739.065000', '180739.068000', '180739.071000', '180739.073000', '180739.076000', '180758.937000', '180758.939000', '180758.942000', '180758.944000', '180758.947000', '180758.950000', '180758.952000', '180758.955000', '180758.958000', '180758.960000', '180758.963000', '180758.965000', '180758.968000', '180758.971000', '180758.973000', '180758.976000', '180758.978000', '180758.981000', '180758.984000', '180758.986000', '180758.989000', '180758.992000', '180758.994000', '180758.997000', '180759.000000', '180759.003000', '180759.006000', '180759.008000', '180759.011000', '180759.013000', '180759.016000', '180759.019000', '180759.021000', '180759.024000', '180759.027000', '180759.030000', '180759.033000', '180759.035000', '180759.038000', '180759.041000', '180759.043000', '180759.046000', '180759.048000', '180818.937000', '180818.940000', '180818.942000', '180818.945000', '180818.948000', '180818.951000', '180818.953000', '180818.956000', '180818.958000', '180818.961000', '180818.964000', '180818.966000', '180818.969000', '180818.972000', '180818.974000', '180818.977000', '180818.979000', '180818.982000', '180818.985000', '180818.987000', '180818.990000', '180818.993000', '180818.995000', '180818.998000', '180819.001000', '180819.004000', '180819.007000', '180819.009000', '180819.012000', '180819.015000', '180819.017000', '180819.020000', '180819.023000', '180819.025000', '180819.028000', '180819.031000', '180819.033000', '180819.036000', '180819.038000', '180819.041000', '180819.044000', '180819.046000', '180819.049000', '180819.051000', '180838.937000', '180838.939000', '180838.942000', '180838.945000', '180838.947000', '180838.950000', '180838.953000', '180838.955000', '180838.958000', '180838.961000', '180838.963000', '180838.966000', '180838.969000', '180838.971000', '180838.974000', '180838.977000', '180838.979000', '180838.982000', '180838.984000', '180838.987000', '180838.990000', '180838.992000', '180838.995000', '180838.997000', '180839.001000', '180839.004000', '180839.006000', '180839.018000', '180839.021000', '180839.024000', '180839.026000', '180839.029000', '180839.032000', '180839.035000', '180839.037000', '180839.040000', '180839.042000', '180839.045000', '180839.048000', '180839.050000', '180839.053000', '180839.055000', '180839.058000', '180858.935000', '180858.938000', '180858.941000', '180858.943000', '180858.947000', '180858.949000', '180858.952000', '180858.954000', '180858.957000', '180858.960000', '180858.971000', '180858.973000', '180858.976000', '180858.979000', '180858.981000', '180858.984000', '180858.987000', '180858.989000', '180858.992000', '180858.994000', '180858.997000', '180859.001000', '180859.003000', '180859.006000', '180859.009000', '180859.011000', '180859.014000', '180859.016000', '180859.031000', '180859.033000', '180859.036000', '180859.039000', '180859.041000', '180859.044000', '180859.046000', '180859.049000', '180859.052000', '180859.054000', '180859.057000', '180859.059000', '180859.062000', '180859.065000', '180859.068000', '180859.070000', '180918.935000', '180918.938000', '180918.942000', '180918.945000', '180918.947000', '180918.950000', '180918.953000', '180918.955000', '180918.958000', '180918.960000', '180918.963000', '180918.966000', '180918.968000', '180918.971000', '180918.974000', '180918.976000', '180918.979000', '180918.981000', '180918.984000', '180918.987000', '180918.989000', '180918.992000', '180918.994000', '180918.997000', '180919.000000', '180919.003000', '180919.006000', '180919.008000', '180919.011000', '180919.014000', '180919.016000', '180919.019000', '180919.022000', '180919.024000', '180919.027000', '180919.029000', '180919.032000', '180919.035000', '180919.039000', '180919.041000', '180919.044000', '180919.047000', '180919.049000', '180938.935000', '180938.938000', '180938.941000', '180938.943000', '180938.946000', '180938.949000', '180938.951000', '180938.954000', '180938.956000', '180938.959000', '180938.962000', '180938.964000', '180938.967000', '180938.970000', '180938.972000', '180938.975000', '180938.977000', '180938.980000', '180938.983000', '180938.985000', '180938.988000', '180938.991000', '180938.993000', '180938.996000', '180938.998000', '180939.002000', '180939.005000', '180939.007000', '180939.010000', '180939.013000', '180939.015000', '180939.018000', '180939.021000', '180939.023000', '180939.026000', '180939.028000', '180939.031000', '180939.034000', '180939.036000', '180939.039000', '180939.042000', '180939.044000', '180939.047000', '180939.049000', '180958.936000', '180958.939000', '180958.942000', '180958.945000', '180958.947000', '180958.950000', '180958.953000', '180958.955000', '180958.958000', '180958.961000', '180958.963000', '180958.966000', '180958.968000', '180958.971000', '180958.973000', '180958.976000', '180958.979000', '180958.981000', '180958.984000', '180958.986000', '180958.989000', '180958.992000', '180958.994000', '180958.997000', '180959.000000', '180959.003000', '180959.005000', '180959.008000', '180959.011000', '180959.013000', '180959.016000', '180959.018000', '180959.021000', '180959.024000', '180959.026000', '180959.029000', '180959.031000', '180959.034000', '180959.037000', '180959.039000', '180959.042000', '180959.045000', '180959.047000', '181018.937000', '181018.940000', '181018.942000', '181018.945000', '181018.948000', '181018.950000', '181018.953000', '181018.956000', '181018.958000', '181018.961000', '181018.963000', '181018.966000', '181018.969000', '181018.971000', '181018.974000', '181018.977000', '181018.979000', '181018.982000', '181018.984000', '181018.987000', '181018.990000', '181018.992000', '181018.995000', '181018.998000', '181019.002000', '181019.004000', '181019.007000', '181019.010000', '181019.012000', '181019.015000', '181019.018000', '181019.020000', '181019.023000', '181019.025000', '181019.028000', '181019.031000', '181019.033000', '181019.036000', '181019.039000', '181019.041000', '181019.044000', '181019.046000', '181019.049000', '181019.052000', '181038.937000', '181038.940000', '181038.942000', '181038.945000', '181038.947000', '181038.950000', '181038.953000', '181038.955000', '181038.958000', '181038.968000', '181038.970000', '181038.973000', '181038.976000', '181038.978000', '181038.981000', '181038.983000', '181038.986000', '181038.988000', '181038.991000', '181038.994000', '181038.996000', '181039.000000', '181039.002000', '181039.005000', '181039.008000', '181039.010000', '181039.013000', '181039.016000', '181039.018000', '181039.021000', '181039.023000', '181039.026000', '181039.029000', '181039.031000', '181039.034000', '181039.036000', '181039.039000', '181039.042000', '181039.044000', '181039.047000', '181039.050000', '181039.053000', '181039.055000', '181058.936000', '181058.939000', '181058.942000', '181058.945000', '181058.947000', '181058.950000', '181058.952000', '181058.955000', '181058.958000', '181058.960000', '181058.963000', '181058.966000', '181058.968000', '181058.971000', '181058.974000', '181058.976000', '181058.979000', '181058.981000', '181058.984000', '181058.987000', '181058.989000', '181058.992000', '181058.994000', '181058.997000', '181059.001000', '181059.003000', '181059.006000', '181059.009000', '181059.011000', '181059.014000', '181059.017000', '181059.019000', '181059.022000', '181059.025000', '181059.027000', '181059.030000', '181059.032000', '181059.035000', '181059.038000', '181059.040000', '181059.043000', '181059.046000', '181059.048000', '181059.051000', '181118.936000', '181118.939000', '181118.941000', '181118.944000', '181118.947000', '181118.949000', '181118.952000', '181118.955000', '181118.957000', '181118.960000', '181118.962000', '181118.965000', '181118.968000', '181118.970000', '181118.973000', '181118.976000', '181118.978000', '181118.981000', '181118.983000', '181118.986000', '181118.989000', '181118.992000', '181118.994000', '181118.997000', '181119.001000', '181119.003000', '181119.006000', '181119.009000', '181119.011000', '181119.014000', '181119.016000', '181119.019000', '181119.022000', '181119.024000', '181119.027000', '181119.030000', '181119.032000', '181119.035000', '181119.037000', '181119.040000', '181119.043000', '181119.045000', '181119.048000', '181138.936000', '181138.938000', '181138.941000', '181138.944000', '181138.946000', '181138.949000', '181138.952000', '181138.954000', '181138.957000', '181138.960000', '181138.962000', '181138.965000', '181138.968000', '181138.970000', '181138.973000', '181138.976000', '181138.978000', '181138.981000', '181138.984000', '181138.986000', '181138.989000', '181138.991000', '181138.994000', '181138.997000', '181139.000000', '181139.003000', '181139.006000', '181139.008000', '181139.011000', '181139.013000', '181139.016000', '181139.019000', '181139.021000', '181139.024000', '181139.026000', '181139.029000', '181139.032000', '181139.034000', '181139.037000', '181139.039000', '181139.042000', '181139.045000', '181139.047000', '181139.050000', '181158.935000', '181158.938000', '181158.941000', '181158.944000', '181158.946000', '181158.949000', '181158.952000', '181158.954000', '181158.957000', '181158.959000', '181158.962000', '181158.965000', '181158.967000', '181158.970000', '181158.973000', '181158.975000', '181158.978000', '181158.981000', '181158.983000', '181158.986000', '181158.989000', '181158.991000', '181158.994000', '181158.996000', '181159.000000', '181159.003000', '181159.005000', '181159.008000', '181159.011000', '181159.013000', '181159.016000', '181159.018000', '181159.021000', '181159.024000', '181159.039000', '181159.041000', '181159.044000', '181159.046000', '181159.049000', '181159.052000', '181159.054000', '181159.057000', '181159.060000', '181218.937000', '181218.939000', '181218.942000', '181218.945000', '181218.947000', '181218.950000', '181218.953000', '181218.956000', '181218.958000', '181218.961000', '181218.963000', '181218.966000', '181218.969000', '181218.971000', '181218.974000', '181218.977000', '181218.979000', '181218.982000', '181218.985000', '181218.988000', '181218.990000', '181218.993000', '181218.995000', '181218.998000', '181219.001000', '181219.003000', '181219.006000', '181219.009000', '181219.011000', '181219.014000', '181219.016000', '181219.019000', '181219.022000', '181219.025000', '181219.027000', '181219.030000', '181219.032000', '181219.035000', '181219.038000', '181219.040000', '181219.043000', '181219.046000', '181219.054000', '181219.057000', '181238.937000', '181238.940000', '181238.942000', '181238.945000', '181238.947000', '181238.950000', '181238.953000', '181238.955000', '181238.958000', '181238.961000', '181238.963000', '181238.966000', '181238.968000', '181238.971000', '181238.974000', '181238.983000', '181238.986000', '181238.989000', '181238.991000', '181238.994000', '181238.997000', '181239.000000', '181239.003000', '181239.006000', '181239.008000', '181239.011000', '181239.014000', '181239.016000', '181239.019000', '181239.022000', '181239.024000', '181239.027000', '181239.030000', '181239.032000', '181239.035000', '181239.037000', '181239.040000', '181239.043000', '181239.045000', '181239.048000', '181239.050000', '181239.053000', '181239.056000', '181258.937000', '181258.940000', '181258.942000', '181258.945000', '181258.948000', '181258.952000', '181258.955000', '181258.957000', '181258.960000', '181258.962000', '181258.965000', '181258.968000', '181258.970000', '181258.973000', '181258.975000', '181258.978000', '181258.981000', '181258.983000', '181258.986000', '181258.989000', '181258.991000', '181258.994000', '181258.997000', '181259.000000', '181259.003000', '181259.006000', '181259.008000', '181259.011000', '181259.013000', '181259.016000', '181259.019000', '181259.021000', '181259.024000', '181259.027000', '181259.029000', '181259.032000', '181259.035000', '181259.037000', '181259.040000', '181259.042000', '181259.045000', '181259.048000', '181259.050000', '181259.053000', '181318.937000', '181318.940000', '181318.942000', '181318.945000', '181318.948000', '181318.950000', '181318.953000', '181318.956000', '181318.958000', '181318.961000', '181318.964000', '181318.966000', '181318.969000', '181318.971000', '181318.974000', '181318.977000', '181318.979000', '181318.982000', '181318.985000', '181318.987000', '181318.990000', '181318.993000', '181318.995000', '181318.998000', '181319.002000', '181319.004000', '181319.007000', '181319.010000', '181319.012000', '181319.015000', '181319.018000', '181319.020000', '181319.023000', '181319.026000', '181319.028000', '181319.031000', '181319.034000', '181319.036000', '181319.039000', '181319.041000', '181319.044000', '181319.047000', '181319.049000', '181338.936000', '181338.939000', '181338.941000', '181338.944000', '181338.946000', '181338.949000', '181338.952000', '181338.955000', '181338.957000', '181338.960000', '181338.963000', '181338.965000', '181338.968000', '181338.971000', '181338.973000', '181338.976000', '181338.978000', '181338.981000', '181338.984000', '181338.986000', '181338.989000', '181338.992000', '181338.994000', '181338.997000', '181339.000000', '181339.003000', '181339.006000', '181339.008000', '181339.011000', '181339.014000', '181339.016000', '181339.019000', '181339.022000', '181339.024000', '181339.027000', '181339.030000', '181339.032000', '181339.035000', '181339.037000', '181339.040000', '181339.043000', '181339.045000', '181339.048000', '181339.050000', '181358.935000', '181358.938000', '181358.941000', '181358.944000', '181358.946000', '181358.949000', '181358.952000', '181358.955000', '181358.957000', '181358.960000', '181358.962000', '181358.965000', '181358.968000', '181358.970000', '181358.973000', '181358.976000', '181358.978000', '181358.981000', '181358.984000', '181358.986000', '181358.989000', '181358.992000', '181358.994000', '181358.997000', '181359.000000', '181359.003000', '181359.006000', '181359.008000', '181359.011000', '181359.014000', '181359.016000', '181359.019000', '181359.022000', '181359.024000', '181359.027000', '181359.030000', '181359.032000', '181359.035000', '181359.037000', '181359.040000', '181359.043000', '181359.045000', '181359.048000', '181418.936000', '181418.938000', '181418.941000', '181418.944000', '181418.947000', '181418.949000', '181418.952000', '181418.955000', '181418.957000', '181418.960000', '181418.963000', '181418.965000', '181418.968000', '181418.971000', '181418.973000', '181418.976000', '181418.979000', '181418.993000', '181418.995000', '181418.998000', '181419.006000', '181419.008000', '181419.011000', '181419.013000', '181419.016000', '181419.019000', '181419.021000', '181419.024000', '181419.027000', '181419.029000', '181419.032000', '181419.035000', '181419.037000', '181419.040000', '181419.043000', '181419.046000', '181419.048000', '181419.051000', '181419.053000', '181419.056000', '181419.059000', '181419.061000', '181419.064000', '181438.937000', '181438.939000', '181438.942000', '181438.945000', '181438.948000', '181438.951000', '181438.953000', '181438.956000', '181438.959000', '181438.962000', '181438.964000', '181438.967000', '181438.969000', '181438.972000', '181438.975000', '181438.977000', '181438.980000', '181438.983000', '181438.985000', '181438.988000', '181438.991000', '181438.993000', '181438.996000', '181438.999000', '181439.001000', '181439.004000', '181439.006000', '181439.009000', '181439.012000', '181439.014000', '181439.017000', '181439.020000', '181439.022000', '181439.025000', '181439.027000', '181439.030000', '181439.033000', '181439.035000', '181439.038000', '181439.041000', '181439.043000', '181439.046000', '181439.048000', '181439.051000', '181458.937000', '181458.940000', '181458.943000', '181458.945000', '181458.948000', '181458.951000', '181458.953000', '181458.956000', '181458.959000', '181458.961000', '181458.964000', '181458.967000', '181458.969000', '181458.972000', '181458.975000', '181458.978000', '181458.980000', '181458.983000', '181458.986000', '181458.988000', '181458.991000', '181458.994000', '181458.996000', '181459.000000', '181459.003000', '181459.005000', '181459.008000', '181459.011000', '181459.014000', '181459.017000', '181459.019000', '181459.022000', '181459.025000', '181459.027000', '181459.030000', '181459.032000', '181459.035000', '181459.038000', '181459.040000', '181459.043000', '181459.046000', '181459.048000', '181459.051000', '181518.937000', '181518.939000', '181518.943000', '181518.946000', '181518.948000', '181518.951000', '181518.960000', '181518.962000', '181518.965000', '181518.968000', '181518.970000', '181518.973000', '181518.976000', '181518.978000', '181518.981000', '181518.984000', '181518.986000', '181518.989000', '181518.998000', '181519.001000', '181519.004000', '181519.006000', '181519.009000', '181519.012000', '181519.014000', '181519.017000', '181519.020000', '181519.023000', '181519.025000', '181519.028000', '181519.030000', '181519.033000', '181519.036000', '181519.038000', '181519.041000', '181519.044000', '181519.046000', '181519.049000', '181519.052000', '181519.054000', '181519.057000', '181519.060000', '181519.062000', '181519.065000', '181538.936000', '181538.939000', '181538.941000', '181538.944000', '181538.947000', '181538.949000', '181538.952000', '181538.954000', '181538.957000', '181538.960000', '181538.962000', '181538.965000', '181538.968000', '181538.970000', '181538.973000', '181538.975000', '181538.978000', '181538.981000', '181538.983000', '181538.986000', '181538.989000', '181538.991000', '181538.994000', '181538.997000', '181539.000000', '181539.002000', '181539.005000', '181539.008000', '181539.010000', '181539.013000', '181539.016000', '181539.018000', '181539.021000', '181539.023000', '181539.026000', '181539.030000', '181539.033000', '181539.036000', '181539.038000', '181539.041000', '181539.044000', '181539.046000', '181539.049000', '181558.936000', '181558.939000', '181558.941000', '181558.944000', '181558.946000', '181558.949000', '181558.952000', '181558.954000', '181558.957000', '181558.960000', '181558.962000', '181558.965000', '181558.968000', '181558.970000', '181558.973000', '181558.976000', '181558.978000', '181558.981000', '181558.984000', '181558.986000', '181558.989000', '181558.992000', '181558.994000', '181558.997000', '181559.001000', '181559.003000', '181559.006000', '181559.009000', '181559.011000', '181559.014000', '181559.017000', '181559.019000', '181559.022000', '181559.024000', '181559.027000', '181559.030000', '181559.032000', '181559.035000', '181559.038000', '181559.040000', '181559.043000', '181559.045000', '181559.048000', '181559.050000', '181618.936000', '181618.939000', '181618.941000', '181618.944000', '181618.947000', '181618.949000', '181618.952000', '181618.955000', '181618.957000', '181618.960000', '181618.962000', '181618.965000', '181618.968000', '181618.970000', '181618.973000', '181618.976000', '181618.978000', '181618.982000', '181618.986000', '181618.988000', '181618.991000', '181618.994000', '181618.997000', '181619.000000', '181619.003000', '181619.006000', '181619.008000', '181619.011000', '181619.013000', '181619.016000', '181619.019000', '181619.021000', '181619.024000', '181619.027000', '181619.029000', '181619.032000', '181619.035000', '181619.037000', '181619.040000', '181619.043000', '181619.045000', '181619.048000', '181619.051000', '181638.936000', '181638.938000', '181638.944000', '181638.947000', '181638.950000', '181638.952000', '181638.955000', '181638.957000', '181638.960000', '181638.963000', '181638.965000', '181638.968000', '181638.971000', '181638.973000', '181638.976000', '181638.979000', '181638.981000', '181638.984000', '181638.987000', '181638.989000', '181638.992000', '181638.995000', '181638.997000', '181639.001000', '181639.004000', '181639.006000', '181639.009000', '181639.011000', '181639.014000', '181639.017000', '181639.019000', '181639.022000', '181639.025000', '181639.027000', '181639.030000', '181639.032000', '181639.035000', '181639.038000', '181639.040000', '181639.043000', '181639.046000', '181639.048000', '181639.051000', '181639.054000', '181658.937000', '181658.940000', '181658.942000', '181658.945000', '181658.948000', '181658.950000', '181658.953000', '181658.956000', '181658.958000', '181658.961000', '181658.964000', '181658.966000', '181658.969000', '181658.972000', '181658.974000', '181658.977000', '181658.980000', '181658.982000', '181658.985000', '181658.987000', '181658.990000', '181658.993000', '181658.996000', '181658.998000', '181659.003000', '181659.005000', '181659.008000', '181659.010000', '181659.013000', '181659.016000', '181659.018000', '181659.021000', '181659.024000', '181659.026000', '181659.029000', '181659.032000', '181659.034000', '181659.037000', '181659.040000', '181659.042000', '181659.045000', '181659.048000', '181659.050000', '181718.937000', '181718.939000', '181718.942000', '181718.945000', '181718.947000', '181718.950000', '181718.953000', '181718.955000', '181718.958000', '181718.961000', '181718.963000', '181718.966000', '181718.969000', '181718.971000', '181718.974000', '181718.976000', '181718.979000', '181718.982000', '181718.984000', '181718.987000', '181718.989000', '181718.992000', '181718.995000', '181718.997000', '181719.001000', '181719.004000', '181719.006000', '181719.009000', '181719.012000', '181719.014000', '181719.017000', '181719.019000', '181719.022000', '181719.025000', '181719.027000', '181719.042000', '181719.044000', '181719.047000', '181719.049000', '181719.052000', '181719.055000', '181719.057000', '181719.060000', '181719.063000', '181738.937000', '181738.940000', '181738.943000', '181738.946000', '181738.948000', '181738.951000', '181738.954000', '181738.957000', '181738.959000', '181738.962000', '181738.965000', '181738.967000', '181738.970000', '181738.972000', '181738.975000', '181738.978000', '181738.980000', '181738.983000', '181738.986000', '181738.988000', '181738.991000', '181738.994000', '181738.996000', '181739.000000', '181739.002000', '181739.005000', '181739.008000', '181739.011000', '181739.014000', '181739.017000', '181739.020000', '181739.022000', '181739.025000', '181739.028000', '181739.030000', '181739.033000', '181739.036000', '181739.038000', '181739.041000', '181739.043000', '181739.046000', '181739.049000', '181739.051000', '181758.936000', '181758.939000', '181758.941000', '181758.944000', '181758.947000', '181758.949000', '181758.952000', '181758.955000', '181758.958000', '181758.960000', '181758.963000', '181758.966000', '181758.968000', '181758.971000', '181758.974000', '181758.976000', '181758.979000', '181758.982000', '181758.984000', '181758.987000', '181758.990000', '181758.992000', '181758.995000', '181758.998000', '181759.001000', '181759.004000', '181759.007000', '181759.009000', '181759.012000', '181759.014000', '181759.017000', '181759.020000', '181759.025000', '181759.028000', '181759.031000', '181759.033000', '181759.036000', '181759.038000', '181759.041000', '181759.044000', '181759.046000', '181759.049000', '181759.052000', '181759.054000', '181818.936000', '181818.938000', '181818.941000', '181818.944000', '181818.947000', '181818.949000', '181818.952000', '181818.955000', '181818.957000', '181818.960000', '181818.963000', '181818.965000', '181818.968000', '181818.971000', '181818.973000', '181818.976000', '181818.978000', '181818.981000', '181818.984000', '181818.986000', '181818.989000', '181818.992000', '181818.994000', '181818.997000', '181819.001000', '181819.003000', '181819.006000', '181819.008000', '181819.011000', '181819.014000', '181819.016000', '181819.019000', '181819.022000', '181819.024000', '181819.027000', '181819.030000', '181819.032000', '181819.035000', '181819.038000', '181819.040000', '181819.043000', '181819.046000', '181819.048000', '181838.936000', '181838.939000', '181838.941000', '181838.959000', '181838.962000', '181838.964000', '181838.967000', '181838.970000', '181838.972000', '181838.975000', '181838.978000', '181838.980000', '181838.983000', '181838.985000', '181838.988000', '181838.991000', '181838.993000', '181838.996000', '181839.000000', '181839.002000', '181839.005000', '181839.008000', '181839.010000', '181839.013000', '181839.015000', '181839.018000', '181839.021000', '181839.023000', '181839.026000', '181839.029000', '181839.031000', '181839.034000', '181839.036000', '181839.039000', '181839.042000', '181839.044000', '181839.047000', '181839.050000', '181839.052000', '181839.055000', '181839.057000', '181839.061000', '181839.063000', '181839.066000', '181858.936000', '181858.939000', '181858.941000', '181858.944000', '181858.947000', '181858.950000', '181858.952000', '181858.955000', '181858.958000', '181858.960000', '181858.963000', '181858.966000', '181858.968000', '181858.971000', '181858.973000', '181858.976000', '181858.979000', '181858.981000', '181858.984000', '181858.996000', '181859.000000', '181859.002000', '181859.005000', '181859.007000', '181859.010000', '181859.013000', '181859.015000', '181859.018000', '181859.020000', '181859.023000', '181859.026000', '181859.028000', '181859.031000', '181859.033000', '181859.036000', '181859.039000', '181859.041000', '181859.044000', '181859.046000', '181859.049000', '181859.052000', '181859.054000', '181859.057000', '181918.937000', '181918.940000', '181918.942000', '181918.945000', '181918.948000', '181918.950000', '181918.953000', '181918.956000', '181918.958000', '181918.961000', '181918.964000', '181918.966000', '181918.969000', '181918.972000', '181918.974000', '181918.977000', '181918.980000', '181918.982000', '181918.985000', '181918.987000', '181918.990000', '181918.993000', '181918.995000', '181918.998000', '181919.001000', '181919.003000', '181919.006000', '181919.008000', '181919.011000', '181919.014000', '181919.016000', '181919.019000', '181919.022000', '181919.024000', '181919.027000', '181919.030000', '181919.032000', '181919.035000', '181919.037000', '181919.040000', '181919.043000', '181919.046000', '181919.048000', '181919.051000', '181935.394000', '181935.397000', '181935.400000', '181935.402000', '181935.405000', '181935.408000', '181935.410000', '181935.413000', '181935.416000', '181935.419000', '181935.421000', '181935.424000', '181935.427000', '181935.429000', '181935.432000', '181935.435000', '181935.438000', '181935.441000', '181935.444000', '181935.447000', '181935.449000', '181935.452000', '181935.454000', '181935.457000', '181935.460000', '181935.462000', '181935.465000', '181935.467000', '181935.470000', '181935.473000', '181935.475000', '181935.478000', '181935.481000', '181935.483000', '181935.486000', '181935.489000'], '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': [10577, 8404, 15007, 10301, 8383, 12294, 8350, 7885, 10921, 8480, 7855, 7726, 8967, 7651, 11168, 8340, 7565, 10250, 7713, 11403, 7994, 9045, 7780, 8147, 8036, 7155, 8723, 7602, 10435, 7525, 10623, 8540, 7239, 10533, 8143, 13757, 9964, 7868, 11949, 8937, 14738, 11271, 12455, 10061, 10287, 11171, 10290, 12316, 8440, 13129, 9635, 13264, 9774, 11056, 8298, 7839, 9963, 7536, 12132, 7843, 10108, 8797, 7872, 11419, 7778, 12326, 9242, 12812, 9012, 12990, 8676, 12336, 9297, 13194, 7924, 10723, 7800, 8834, 8791, 7063, 10657, 7820, 12075, 8777, 13258, 7966, 12109, 8113, 12326, 9330, 7106, 9361, 7615, 11421, 7784, 9449, 7374, 7698, 7857, 8366, 10456, 7364, 11470, 7677, 12996, 9531, 12174, 8544, 10444, 8179, 9628, 8787, 7269, 10706, 7361, 11496, 8221, 7856, 8837, 7068, 11375, 10102, 7373, 11780, 8108, 12600, 10131, 7162, 10984, 7581, 12123, 7752, 7176, 9950, 7520, 11960, 7821, 8270, 8812, 7578, 10724, 7797, 10479, 8641, 7357, 10665, 7800, 13199, 9757, 8124, 9330, 7372, 12412, 9321, 13227, 8902, 8192, 9086, 7808, 11981, 9641, 7741, 12683, 9100, 11575, 10960, 8199, 13420, 9659, 14126, 10070, 13347, 9455, 12234, 8659, 11397, 8477, 7377, 8656, 7577, 10533, 7774, 9085, 8178, 7153, 10513, 7575, 13378, 8866, 11857, 9379, 8197, 11069, 8075, 14161, 10018, 7865, 9847, 8088, 10059, 8551, 7551, 10324, 7888, 11866, 8584, 12627, 8088, 10948, 7920, 10227, 11979, 6754, 7540, 7948, 7157, 11801, 9472, 14549, 10695, 16152, 11858, 16465, 11673, 11560, 11964, 9607, 14229, 10839, 14137, 10345, 8582, 11398, 8864, 9032, 8558, 7358, 9472, 7157, 8057, 11229, 8671, 7084, 10633, 10478, 12115, 10895, 8861, 7082, 9591, 7334, 7052, 11810, 9102, 14567, 10914, 16577, 11068, 13524, 12737, 9883, 13821, 9371, 12295, 8525, 11258, 8021, 10498, 7459, 10000, 7998, 10580, 8090, 10772, 8059, 10365, 8161, 10753, 8102, 11014, 8083, 10764, 8197, 12080, 8480, 12465, 8427, 12015, 9022, 12279, 8732, 11638, 8641, 9873, 8807, 7107, 9798, 8015, 15411, 12088, 14726, 10309, 14865, 10659, 14176, 10949, 9613, 9754, 9912, 11109, 9691, 12928, 8521, 13080, 9379, 13571, 10301, 8116, 11174, 8084, 14128, 10254, 14593, 10892, 10233, 9061, 7593, 11335, 7667, 12900, 9535, 9521, 7867, 7127, 9860, 7949, 12124, 8404, 7392, 9231, 7496, 14341, 9468, 14684, 9626, 14332, 10388, 11408, 9398, 7788, 10581, 8189, 14400, 9629, 13480, 9968, 10339, 11341, 8381, 14701, 10309, 14840, 11461, 10524, 11231, 8767, 14005, 10426, 14516, 11534, 9863, 12274, 9565, 15188, 11897, 12958, 10633, 9815, 10706, 8852, 13552, 9445, 13026, 9437, 8720, 8727, 7165, 10995, 7722, 11628, 8195, 7841, 9733, 8204, 13383, 9381, 13756, 10013, 13245, 10572, 9550, 8969, 7710, 11889, 8929, 12928, 9296, 7911, 8651, 7126, 11844, 8212, 12590, 8636, 9937, 8867, 7513, 10436, 7382, 13384, 10017, 12162, 9968, 8092, 11457, 9294, 11768, 9599, 8580, 11061, 8325, 13012, 9101, 12315, 8765, 11625, 8792, 12109, 7915, 10441, 7790, 8006, 7481, 7473, 9140, 7873, 8814, 8514, 7269, 13123, 9133, 13037, 10417, 9320, 10715, 7600, 12648, 9235, 12985, 8476, 7387, 8561, 7207, 10460, 7885, 10261, 8127, 7524, 10529, 7449, 13103, 9243, 12273, 9073, 10976, 8717, 6828, 9841, 6809, 10546, 7245, 10489, 7242, 6716, 7219, 7017, 9566, 7554, 9439, 7812, 7951, 9292, 8358, 11643, 7871, 11776, 8312, 11189, 8383, 7615, 8139, 6682, 9508, 6730, 10216, 6938, 10173, 7478, 9095, 7382, 7126, 7102, 6529, 9422, 6525, 11030, 7461, 11696, 8836, 11617, 8536, 10645, 8476, 8313, 8236, 6622, 10508, 7592, 10848, 8734, 7371, 10720, 7589, 12199, 9115, 12666, 9059, 11994, 9011, 9435, 11604, 7027, 11803, 7717, 12928, 9919, 11408, 7420, 6743, 8947, 7017, 12015, 7294, 6522, 8492, 6924, 12461, 7595, 9725, 7148, 6487, 9641, 6958, 10999, 6883, 10814, 7274, 9050, 6864, 6724, 6763, 6707, 10018, 6727, 8038, 6913, 6641, 10071, 7669, 12135, 8705, 11931, 9428, 12393, 9337, 10457, 7752, 6775, 8595, 6621, 9777, 6924, 9612, 7076, 8912, 7158, 6555, 7859, 6698, 9729, 7180, 9193, 7462, 7613, 8237, 8428, 10421, 6840, 10940, 7209, 10598, 7537, 10629, 7825, 9963, 7248, 6661, 6794, 6701, 8100, 6585, 9729, 7058, 10837, 7974, 11760, 8609, 11193, 8016, 8217, 7349, 6813, 9030, 6703, 9074, 6992, 6768, 9003, 6521, 10821, 7097, 10639, 7374, 11444, 8131, 10503, 8084, 11489, 7915, 6894, 7325, 6813, 12770, 7056, 11294, 8863, 8890, 6897, 6472, 6482, 9915, 8370, 8393, 12179, 9722, 10872, 14363, 12096, 14863, 11782, 13183, 13379, 13600, 15759, 11022, 14942, 9679, 8191, 9158, 7487, 7804, 7842, 7056, 9939, 7481, 7198, 7779, 6703, 9580, 7223, 9381, 7559, 7277, 7700, 6652, 10297, 7014, 7229, 7494, 7261, 10921, 7550, 7210, 9691, 7133, 9113, 10536, 8766, 12681, 9404, 12862, 9275, 12607, 10271, 8916, 7979, 7086, 9815, 6864, 11195, 7024, 10842, 6828, 7288, 6829, 6398, 7481, 6368, 9174, 6566, 10981, 7832, 9367, 7399, 6988, 9638, 7787, 11600, 8131, 10905, 8017, 8358, 7901, 7006, 9595, 6838, 9915, 7297, 11077, 7402, 11155, 7652, 10469, 7681, 6920, 7681, 6584, 10590, 7266, 9837, 8465, 7022, 9158, 7941, 10000, 8081, 11851, 7377, 11181, 7361, 12522, 8503, 10258, 6846, 6643, 7414, 6287, 11077, 6784, 9589, 7190, 10968, 8099, 9379, 9187, 6483, 9780, 6857, 11475, 7782, 7901, 6839, 6544, 6999, 6501, 10766, 6984, 11557, 7494, 11063, 7799, 10347, 7119, 6461, 7123, 6570, 10708, 6890, 11544, 7944, 10946, 7654, 10094, 7499, 7036, 7130, 6866, 8819, 7128, 6745, 7383, 6878, 9321, 7902, 9904, 7614, 10849, 7010, 10070, 7169, 12168, 7907, 12899, 7213, 11281, 7013, 10484, 7711, 8686, 7402, 6827, 6788, 6954, 6816, 6790, 8279, 6683, 8425, 6726, 9592, 7036, 8090, 6641, 7061, 7476, 6569, 11338, 8224, 10312, 8449, 8558, 9260, 7189, 10479, 7807, 11827, 8404, 7004, 9316, 6771, 11046, 7435, 13292, 9635, 10432, 7160, 6517, 11018, 6864, 8015, 7268, 6378, 10140, 7078, 12122, 6793, 7021, 7703, 6577, 12855, 7273, 10524, 7029, 6832, 9185, 6827, 10887, 7126, 6664, 8054, 6633, 11571, 7154, 6678, 9687, 6936, 6809, 7499, 6806, 10022, 8551, 6948, 11484, 7061, 6692, 8573, 9107, 6678, 12502, 7013, 10727, 8831, 6698, 9159, 6530, 10578, 7314, 9480, 7153, 6408, 7042, 6887, 9147, 7106, 6864, 7563, 6757, 9845, 7240, 7964, 7697, 6702, 10333, 7050, 10762, 8012, 11567, 8790, 10089, 7656, 8955, 7153, 6902, 8347, 6982, 8864, 6945, 9163, 7033, 10057, 7158, 8290, 7719, 7747, 6746, 6836, 6733, 6853, 7288, 11920, 10073, 10511, 7789, 7028, 8126, 8623, 13325, 9661, 7291, 11347, 7533, 13217, 8657, 10397, 7940, 6476, 11664, 9058, 11519, 14085, 9992, 10752, 9475, 7739, 11083, 8456, 6963, 14010, 8816, 8163, 8578, 6936, 13447, 10476, 10036, 8132, 7018, 10465, 8733, 11399, 8622, 6712, 10279, 7356, 7911, 11530, 9217, 7066, 9499, 8019, 6989, 10727, 8762, 7328, 11546, 7821, 12672, 9120, 12764, 9917, 8829, 7436, 6998, 8214, 7343, 8832, 7342, 6721, 7506, 6793, 7010, 7781, 7117, 8949, 8897, 7109, 12891, 9806, 9346, 11097, 8486, 12244, 9288, 11698, 9586, 12374, 8565, 11234, 7884, 8822, 7617, 6776, 8253, 6603, 9054, 7220, 8633, 7495, 7215, 8550, 8440, 9598, 8474, 9988, 7013, 10183, 6873, 10033, 6710, 9813, 6862, 9200, 7034, 9686, 7465, 7037, 6989, 6930, 7746, 6668, 11042, 7553, 11804, 7490, 11783, 7628, 12765, 8908, 11894, 7193, 9889, 6795, 8495, 6787, 6834, 7252, 6907, 7735, 7149, 8507, 7255, 7629, 6808, 7156, 8061, 6710, 11419, 7381, 11174, 7800, 10178, 8408, 7192, 8877, 6879, 12193, 8425, 12032, 7551, 7723, 7657, 6918, 12317, 6748, 6948, 7375, 6983, 12622, 9330, 12322, 8299, 10152, 8399, 7222, 11302, 7016, 10058, 7072, 9944, 6921, 10148, 6961, 7270, 6683, 6529, 7160, 6765, 6866, 6970, 7071, 7504, 6667, 11878, 9661, 11921, 8405, 11384, 7326, 8838, 10005, 10556, 7394, 7539, 9606, 9139, 10656, 9071, 7822, 12295, 8953, 7452, 10636, 8353, 12656, 9218, 7357, 9813, 7768, 11741, 8337, 9523, 9670, 6984, 11762, 7816, 11097, 8379, 7045, 9228, 7295, 11695, 7668, 10483, 8005, 6693, 8921, 7459, 11475, 7735, 8267, 9723, 7295, 13109, 9325, 12092, 8988, 12210, 8968, 7128, 8485, 6627, 9466, 6889, 9628, 7090, 6632, 7229, 7023, 9523, 6911, 10434, 7767, 9122, 7706, 7351, 10663, 7656, 12027, 8604, 9557, 9634, 7898, 11315, 9698, 10997, 11052, 10166, 7365, 9950, 6862, 12122, 8088, 11851, 7193, 11063, 6944, 10071, 7867, 6777, 7085, 6461, 8551, 6443, 10528, 6483, 10040, 6755, 8825, 7572, 6711, 9426, 6861, 11467, 7831, 11127, 7617, 6658, 7579, 6610, 10547, 7151, 10719, 7439, 10405, 7646, 7434, 8130, 6688, 10678, 7461, 11447, 8291, 11229, 7623, 9919, 7077, 9366, 7767, 6520, 7714, 6823, 8483, 6642, 9168, 6677, 7772, 6722, 6892, 7105, 6650, 11526, 8222, 12116, 8803, 11970, 9309, 12444, 9086, 12168, 8533, 10057, 7391, 9547, 7177, 9711, 6783, 6425, 6610, 6530, 8056, 6645, 8109, 6769, 8102, 7750, 10454, 9728, 6733, 10057, 6630, 11394, 7937, 12459, 7945, 7937, 6944, 6710, 9872, 7173, 6852, 9098, 6964, 6429, 11354, 7115, 10748, 8002, 10931, 10035, 6729, 8980, 6515, 10473, 8062, 12996, 6970, 6444, 7669, 7130, 7016, 7094, 6966, 8820, 6932, 7129, 10773, 7264, 10267, 8959, 7335, 10844, 7835, 11389, 8301, 10128, 7953, 7175, 9243, 7317, 11068, 7673, 11232, 7845, 8149, 7398, 6983, 7372, 7137, 7332, 7327, 8236, 7228, 8341, 7245, 8723, 7331, 9265, 7254, 9230, 7202, 9502, 7220, 8056, 7146, 7016, 8500, 6871, 10465, 7250, 10442, 8397, 10514, 8211, 10905, 7909, 10979, 8704, 7590, 8165, 7175, 13550, 8319, 10567, 8485, 8115, 10130, 7817, 9887, 8071, 7737, 9896, 7576, 11972, 8671, 12442, 8799, 10208, 8077, 7443, 9704, 6816, 10205, 7063, 8747, 7964, 6634, 11463, 7197, 10708, 8833, 7569, 9199, 7583, 10377, 7514, 7581, 10858, 7175, 7849, 7752, 7448, 11520, 9804, 10395, 8280, 7735, 10268, 7204, 11849, 7972, 7739, 8425, 7343, 10699, 7391, 10307, 6870, 7965, 7096, 7705, 8711, 7356, 7826, 6828, 7843, 7951, 7631, 7998, 7052, 7578, 10200, 7751, 9889, 7403, 9566, 7452, 8131, 6919, 7741, 7239, 7502, 9286, 7756, 8195, 6918, 7612, 9477, 7816, 11293, 7596, 10359, 8558, 9751, 8544, 7702, 9002, 7715, 9013, 7476, 9958, 7328, 10615, 7226, 8650, 7272, 8041, 6541, 7992, 7965, 7901, 8314, 7740, 9267, 8283, 11773, 7512, 9930, 7543, 7805, 6546, 6805, 6951, 9039, 8103, 11061, 10049, 8725, 13679, 9968, 11321, 12259, 8725, 13692, 8543, 7599, 11330, 9503, 9027, 13986, 10308, 7054, 7046, 7969, 7780, 7413, 7645, 8575, 7133, 6526, 8369, 7371, 9541, 10630, 8887, 14138, 10124, 6939, 9786, 6900, 6611, 7582, 7297, 6792, 7389, 7314, 10347, 7524, 7640, 8603, 7664, 7837, 11624, 9221, 7529, 13410, 9499, 12577, 10251, 8350, 10372, 8162, 12639, 8762, 8981, 8423, 7162, 12134, 8381, 8552, 8784, 7593, 12542, 8857, 12234, 8912, 12163, 8655, 10244, 7201, 7104, 8153, 6868, 8202, 6501, 6947, 7235, 6858, 9978, 7289, 10163], 'WindowCenter': [3884.0, 3837.0, 3897.0, 3854.0, 3820.0, 3861.0, 3819.0, 3808.0, 3837.0, 3817.0, 3818.0, 3817.0, 3827.0, 3821.0, 3859.0, 3830.0, 3820.0, 3849.0, 3808.0, 3860.0, 3817.0, 3829.0, 3808.0, 3819.0, 3819.0, 3809.0, 3830.0, 3820.0, 3862.0, 3821.0, 3864.0, 3844.0, 3825.0, 3891.0, 3863.0, 3913.0, 3895.0, 3863.0, 3904.0, 3873.0, 3937.0, 3906.0, 3914.0, 3883.0, 3893.0, 3905.0, 3895.0, 3914.0, 3862.0, 3914.0, 3885.0, 3916.0, 3894.0, 3893.0, 3861.0, 3863.0, 3894.0, 3863.0, 3913.0, 3863.0, 3895.0, 3885.0, 3874.0, 3916.0, 3863.0, 3915.0, 3883.0, 3927.0, 3884.0, 3914.0, 3874.0, 3915.0, 3883.0, 3913.0, 3850.0, 3890.0, 3851.0, 3870.0, 3872.0, 3839.0, 3890.0, 3862.0, 3904.0, 3872.0, 3901.0, 3849.0, 3901.0, 3850.0, 3902.0, 3870.0, 3827.0, 3868.0, 3848.0, 3890.0, 3849.0, 3868.0, 3836.0, 3848.0, 3860.0, 3860.0, 3891.0, 3838.0, 3891.0, 3850.0, 3914.0, 3882.0, 3901.0, 3859.0, 3890.0, 3861.0, 3884.0, 3871.0, 3850.0, 3907.0, 3836.0, 3876.0, 3864.0, 3862.0, 3871.0, 3842.0, 3905.0, 3896.0, 3851.0, 3905.0, 3864.0, 3916.0, 3895.0, 3842.0, 3906.0, 3862.0, 3916.0, 3850.0, 3838.0, 3879.0, 3835.0, 3888.0, 3846.0, 3844.0, 3855.0, 3833.0, 3876.0, 3848.0, 3878.0, 3870.0, 3848.0, 3876.0, 3845.0, 3897.0, 3868.0, 3844.0, 3854.0, 3835.0, 3900.0, 3868.0, 3898.0, 3868.0, 3859.0, 3868.0, 3848.0, 3900.0, 3879.0, 3848.0, 3911.0, 3872.0, 3903.0, 3892.0, 3858.0, 3911.0, 3869.0, 3913.0, 3879.0, 3910.0, 3868.0, 3886.0, 3856.0, 3887.0, 3846.0, 3835.0, 3856.0, 3835.0, 3877.0, 3849.0, 3868.0, 3858.0, 3837.0, 3890.0, 3848.0, 3911.0, 3882.0, 3914.0, 3881.0, 3858.0, 3889.0, 3860.0, 3911.0, 3878.0, 3859.0, 3879.0, 3860.0, 3879.0, 3858.0, 3836.0, 3878.0, 3847.0, 3900.0, 3858.0, 3899.0, 3848.0, 3889.0, 3872.0, 3880.0, 3888.0, 3812.0, 3823.0, 3833.0, 3824.0, 3887.0, 3868.0, 3909.0, 3879.0, 3919.0, 3901.0, 3921.0, 3887.0, 3874.0, 3873.0, 3851.0, 3883.0, 3861.0, 3882.0, 3850.0, 3830.0, 3860.0, 3829.0, 3829.0, 3827.0, 3821.0, 3906.0, 3866.0, 3872.0, 3874.0, 3800.0, 3763.0, 3819.0, 3833.0, 3857.0, 3846.0, 3839.0, 3807.0, 3851.0, 3833.0, 3822.0, 3898.0, 3867.0, 3920.0, 3890.0, 3932.0, 3889.0, 3899.0, 3886.0, 3863.0, 3894.0, 3853.0, 3885.0, 3853.0, 3873.0, 3832.0, 3862.0, 3823.0, 3863.0, 3845.0, 3874.0, 3846.0, 3875.0, 3844.0, 3877.0, 3856.0, 3885.0, 3845.0, 3875.0, 3846.0, 3888.0, 3859.0, 3897.0, 3858.0, 3895.0, 3856.0, 3899.0, 3868.0, 3898.0, 3868.0, 3898.0, 3870.0, 3903.0, 3879.0, 3849.0, 3890.0, 3860.0, 3933.0, 3924.0, 3932.0, 3890.0, 3921.0, 3891.0, 3923.0, 3901.0, 3879.0, 3878.0, 3880.0, 3901.0, 3880.0, 3910.0, 3869.0, 3908.0, 3869.0, 3909.0, 3890.0, 3858.0, 3890.0, 3847.0, 3910.0, 3891.0, 3921.0, 3890.0, 3878.0, 3856.0, 3835.0, 3889.0, 3859.0, 3910.0, 3879.0, 3866.0, 3845.0, 3835.0, 3878.0, 3847.0, 3900.0, 3856.0, 3835.0, 3866.0, 3848.0, 3920.0, 3878.0, 3908.0, 3867.0, 3920.0, 3879.0, 3888.0, 3865.0, 3834.0, 3888.0, 3858.0, 3908.0, 3879.0, 3908.0, 3878.0, 3889.0, 3889.0, 3857.0, 3920.0, 3879.0, 3922.0, 3901.0, 3890.0, 3890.0, 3858.0, 3921.0, 3891.0, 3921.0, 3901.0, 3879.0, 3901.0, 3881.0, 3922.0, 3901.0, 3900.0, 3878.0, 3878.0, 3878.0, 3858.0, 3911.0, 3880.0, 3913.0, 3870.0, 3859.0, 3870.0, 3839.0, 3889.0, 3848.0, 3900.0, 3859.0, 3872.0, 3893.0, 3871.0, 3922.0, 3881.0, 3922.0, 3892.0, 3913.0, 3905.0, 3881.0, 3869.0, 3847.0, 3913.0, 3881.0, 3911.0, 3868.0, 3847.0, 3870.0, 3839.0, 3914.0, 3871.0, 3912.0, 3884.0, 3893.0, 3871.0, 3849.0, 3889.0, 3850.0, 3922.0, 3892.0, 3915.0, 3881.0, 3862.0, 3913.0, 3881.0, 3901.0, 3880.0, 3870.0, 3892.0, 3859.0, 3912.0, 3858.0, 3888.0, 3858.0, 3889.0, 3856.0, 3887.0, 3844.0, 3876.0, 3837.0, 3846.0, 3837.0, 3835.0, 3868.0, 3859.0, 3868.0, 3869.0, 3848.0, 3910.0, 3881.0, 3924.0, 3892.0, 3869.0, 3879.0, 3837.0, 3900.0, 3868.0, 3899.0, 3845.0, 3837.0, 3858.0, 3835.0, 3878.0, 3846.0, 3877.0, 3848.0, 3847.0, 3890.0, 3837.0, 3911.0, 3868.0, 3900.0, 3858.0, 3878.0, 3856.0, 3814.0, 3866.0, 3814.0, 3876.0, 3836.0, 3877.0, 3834.0, 3814.0, 3835.0, 3838.0, 3880.0, 3850.0, 3870.0, 3849.0, 3859.0, 3880.0, 3861.0, 3902.0, 3848.0, 3889.0, 3859.0, 3902.0, 3858.0, 3849.0, 3847.0, 3815.0, 3868.0, 3827.0, 3881.0, 3839.0, 3880.0, 3838.0, 3858.0, 3850.0, 3841.0, 3840.0, 3831.0, 3882.0, 3830.0, 3905.0, 3853.0, 3916.0, 3883.0, 3905.0, 3885.0, 3906.0, 3886.0, 3876.0, 3885.0, 3842.0, 3905.0, 3876.0, 3907.0, 3887.0, 3863.0, 3917.0, 3876.0, 3942.0, 3897.0, 3927.0, 3873.0, 3903.0, 3873.0, 3882.0, 3905.0, 3828.0, 3890.0, 3851.0, 3913.0, 3881.0, 3888.0, 3826.0, 3825.0, 3868.0, 3827.0, 3889.0, 3825.0, 3815.0, 3858.0, 3837.0, 3899.0, 3836.0, 3866.0, 3826.0, 3817.0, 3868.0, 3826.0, 3878.0, 3825.0, 3878.0, 3837.0, 3858.0, 3815.0, 3814.0, 3814.0, 3827.0, 3877.0, 3827.0, 3846.0, 3826.0, 3840.0, 3892.0, 3850.0, 3901.0, 3860.0, 3901.0, 3872.0, 3901.0, 3870.0, 3879.0, 3836.0, 3815.0, 3858.0, 3815.0, 3868.0, 3825.0, 3866.0, 3826.0, 3857.0, 3826.0, 3816.0, 3848.0, 3827.0, 3882.0, 3839.0, 3869.0, 3839.0, 3849.0, 3861.0, 3861.0, 3892.0, 3829.0, 3890.0, 3837.0, 3879.0, 3849.0, 3879.0, 3848.0, 3867.0, 3836.0, 3826.0, 3828.0, 3839.0, 3860.0, 3829.0, 3881.0, 3840.0, 3892.0, 3862.0, 3916.0, 3872.0, 3891.0, 3850.0, 3861.0, 3851.0, 3841.0, 3872.0, 3830.0, 3871.0, 3853.0, 3844.0, 3885.0, 3831.0, 3893.0, 3841.0, 3905.0, 3852.0, 3904.0, 3861.0, 3881.0, 3862.0, 3904.0, 3862.0, 3840.0, 3840.0, 3842.0, 3926.0, 3854.0, 3916.0, 3870.0, 3865.0, 3832.0, 3825.0, 3823.0, 3875.0, 3854.0, 3866.0, 3907.0, 3877.0, 3899.0, 3932.0, 3911.0, 3921.0, 3887.0, 3898.0, 3900.0, 3902.0, 3875.0, 3842.0, 3871.0, 3827.0, 3806.0, 3827.0, 3796.0, 3807.0, 3807.0, 3795.0, 3826.0, 3795.0, 3785.0, 3795.0, 3786.0, 3828.0, 3797.0, 3827.0, 3807.0, 3808.0, 3808.0, 3788.0, 3850.0, 3799.0, 3810.0, 3810.0, 3812.0, 3865.0, 3824.0, 3825.0, 3857.0, 3828.0, 3860.0, 3881.0, 3849.0, 3891.0, 3871.0, 3902.0, 3860.0, 3890.0, 3869.0, 3848.0, 3825.0, 3815.0, 3856.0, 3815.0, 3867.0, 3816.0, 3866.0, 3815.0, 3827.0, 3817.0, 3807.0, 3827.0, 3818.0, 3870.0, 3831.0, 3893.0, 3852.0, 3871.0, 3839.0, 3841.0, 3884.0, 3851.0, 3893.0, 3851.0, 3882.0, 3852.0, 3863.0, 3852.0, 3830.0, 3872.0, 3830.0, 3884.0, 3852.0, 3894.0, 3840.0, 3892.0, 3850.0, 3894.0, 3853.0, 3841.0, 3852.0, 3831.0, 3895.0, 3854.0, 3895.0, 3863.0, 3840.0, 3871.0, 3851.0, 3883.0, 3851.0, 3893.0, 3828.0, 3880.0, 3839.0, 3902.0, 3861.0, 3868.0, 3816.0, 3817.0, 3839.0, 3818.0, 3891.0, 3818.0, 3869.0, 3828.0, 3892.0, 3851.0, 3871.0, 3860.0, 3816.0, 3867.0, 3817.0, 3890.0, 3839.0, 3848.0, 3815.0, 3806.0, 3828.0, 3819.0, 3892.0, 3828.0, 3889.0, 3828.0, 3879.0, 3838.0, 3868.0, 3827.0, 3806.0, 3828.0, 3818.0, 3881.0, 3843.0, 3892.0, 3851.0, 3881.0, 3851.0, 3894.0, 3841.0, 3830.0, 3828.0, 3818.0, 3861.0, 3842.0, 3832.0, 3853.0, 3832.0, 3885.0, 3865.0, 3896.0, 3851.0, 3894.0, 3828.0, 3870.0, 3842.0, 3903.0, 3852.0, 3903.0, 3840.0, 3880.0, 3828.0, 3882.0, 3840.0, 3861.0, 3827.0, 3819.0, 3831.0, 3830.0, 3832.0, 3830.0, 3849.0, 3830.0, 3860.0, 3831.0, 3883.0, 3842.0, 3851.0, 3830.0, 3842.0, 3852.0, 3845.0, 3917.0, 3876.0, 3896.0, 3877.0, 3875.0, 3885.0, 3840.0, 3882.0, 3852.0, 3906.0, 3863.0, 3830.0, 3870.0, 3817.0, 3894.0, 3842.0, 3901.0, 3869.0, 3878.0, 3827.0, 3816.0, 3881.0, 3816.0, 3836.0, 3826.0, 3818.0, 3880.0, 3830.0, 3890.0, 3817.0, 3828.0, 3839.0, 3828.0, 3901.0, 3826.0, 3867.0, 3816.0, 3815.0, 3859.0, 3818.0, 3879.0, 3826.0, 3818.0, 3849.0, 3818.0, 3890.0, 3829.0, 3829.0, 3870.0, 3828.0, 3816.0, 3827.0, 3830.0, 3883.0, 3862.0, 3830.0, 3892.0, 3827.0, 3830.0, 3861.0, 3861.0, 3818.0, 3891.0, 3829.0, 3892.0, 3859.0, 3818.0, 3857.0, 3806.0, 3868.0, 3829.0, 3870.0, 3827.0, 3805.0, 3815.0, 3816.0, 3860.0, 3828.0, 3817.0, 3839.0, 3818.0, 3870.0, 3842.0, 3852.0, 3850.0, 3829.0, 3895.0, 3842.0, 3895.0, 3865.0, 3895.0, 3864.0, 3885.0, 3854.0, 3863.0, 3842.0, 3831.0, 3864.0, 3830.0, 3859.0, 3830.0, 3874.0, 3844.0, 3884.0, 3844.0, 3865.0, 3855.0, 3825.0, 3832.0, 3856.0, 3845.0, 3843.0, 3866.0, 3919.0, 3897.0, 3881.0, 3764.0, 3833.0, 3836.0, 3864.0, 3914.0, 3883.0, 3851.0, 3833.0, 3865.0, 3912.0, 3844.0, 3875.0, 3843.0, 3812.0, 3872.0, 3855.0, 3878.0, 3897.0, 3855.0, 3865.0, 3867.0, 3835.0, 3876.0, 3844.0, 3827.0, 3899.0, 3844.0, 3845.0, 3846.0, 3800.0, 3871.0, 3853.0, 3839.0, 3820.0, 3811.0, 3865.0, 3833.0, 3862.0, 3818.0, 3802.0, 3852.0, 3813.0, 3839.0, 3879.0, 3858.0, 3828.0, 3869.0, 3850.0, 3840.0, 3892.0, 3872.0, 3839.0, 3890.0, 3837.0, 3888.0, 3858.0, 3901.0, 3868.0, 3856.0, 3823.0, 3813.0, 3833.0, 3823.0, 3854.0, 3825.0, 3814.0, 3824.0, 3826.0, 3837.0, 3861.0, 3852.0, 3872.0, 3871.0, 3840.0, 3912.0, 3895.0, 3883.0, 3904.0, 3860.0, 3900.0, 3870.0, 3892.0, 3869.0, 3890.0, 3847.0, 3878.0, 3837.0, 3869.0, 3848.0, 3816.0, 3846.0, 3828.0, 3859.0, 3840.0, 3861.0, 3851.0, 3851.0, 3872.0, 3860.0, 3884.0, 3862.0, 3883.0, 3828.0, 3879.0, 3818.0, 3880.0, 3829.0, 3870.0, 3818.0, 3859.0, 3828.0, 3883.0, 3852.0, 3840.0, 3840.0, 3838.0, 3850.0, 3843.0, 3894.0, 3851.0, 3891.0, 3839.0, 3902.0, 3851.0, 3903.0, 3859.0, 3890.0, 3827.0, 3868.0, 3817.0, 3859.0, 3831.0, 3829.0, 3837.0, 3827.0, 3837.0, 3840.0, 3872.0, 3853.0, 3852.0, 3830.0, 3854.0, 3875.0, 3844.0, 3906.0, 3854.0, 3906.0, 3866.0, 3896.0, 3876.0, 3843.0, 3874.0, 3832.0, 3916.0, 3864.0, 3903.0, 3851.0, 3851.0, 3863.0, 3842.0, 3903.0, 3829.0, 3827.0, 3837.0, 3841.0, 3903.0, 3871.0, 3890.0, 3848.0, 3868.0, 3848.0, 3826.0, 3879.0, 3814.0, 3854.0, 3814.0, 3856.0, 3826.0, 3879.0, 3825.0, 3824.0, 3813.0, 3804.0, 3826.0, 3830.0, 3830.0, 3841.0, 3840.0, 3851.0, 3844.0, 3919.0, 3914.0, 3935.0, 3891.0, 3908.0, 3837.0, 3817.0, 3856.0, 3834.0, 3802.0, 3816.0, 3841.0, 3853.0, 3864.0, 3858.0, 3848.0, 3901.0, 3868.0, 3838.0, 3890.0, 3847.0, 3900.0, 3867.0, 3836.0, 3867.0, 3836.0, 3888.0, 3848.0, 3869.0, 3868.0, 3824.0, 3886.0, 3834.0, 3876.0, 3844.0, 3825.0, 3856.0, 3824.0, 3889.0, 3836.0, 3879.0, 3835.0, 3815.0, 3857.0, 3825.0, 3890.0, 3850.0, 3860.0, 3871.0, 3851.0, 3914.0, 3872.0, 3901.0, 3873.0, 3914.0, 3861.0, 3840.0, 3861.0, 3817.0, 3870.0, 3841.0, 3871.0, 3841.0, 3830.0, 3840.0, 3841.0, 3895.0, 3855.0, 3906.0, 3863.0, 3881.0, 3862.0, 3853.0, 3908.0, 3877.0, 3917.0, 3887.0, 3897.0, 3898.0, 3875.0, 3906.0, 3897.0, 3908.0, 3905.0, 3895.0, 3839.0, 3871.0, 3829.0, 3904.0, 3850.0, 3891.0, 3827.0, 3878.0, 3828.0, 3881.0, 3848.0, 3817.0, 3827.0, 3817.0, 3857.0, 3818.0, 3880.0, 3816.0, 3868.0, 3827.0, 3871.0, 3838.0, 3815.0, 3857.0, 3816.0, 3891.0, 3850.0, 3880.0, 3836.0, 3816.0, 3837.0, 3840.0, 3881.0, 3828.0, 3879.0, 3838.0, 3892.0, 3850.0, 3841.0, 3849.0, 3817.0, 3880.0, 3841.0, 3891.0, 3861.0, 3890.0, 3839.0, 3869.0, 3828.0, 3859.0, 3837.0, 3817.0, 3837.0, 3816.0, 3858.0, 3828.0, 3871.0, 3828.0, 3849.0, 3828.0, 3840.0, 3840.0, 3843.0, 3904.0, 3864.0, 3904.0, 3873.0, 3894.0, 3874.0, 3905.0, 3873.0, 3891.0, 3861.0, 3869.0, 3827.0, 3869.0, 3839.0, 3869.0, 3817.0, 3816.0, 3816.0, 3819.0, 3850.0, 3841.0, 3863.0, 3831.0, 3862.0, 3864.0, 3895.0, 3884.0, 3829.0, 3870.0, 3830.0, 3904.0, 3852.0, 3915.0, 3851.0, 3850.0, 3829.0, 3827.0, 3868.0, 3827.0, 3828.0, 3872.0, 3841.0, 3831.0, 3892.0, 3829.0, 3890.0, 3851.0, 3881.0, 3870.0, 3815.0, 3860.0, 3819.0, 3867.0, 3835.0, 3890.0, 3799.0, 3804.0, 3837.0, 3815.0, 3815.0, 3828.0, 3827.0, 3859.0, 3828.0, 3830.0, 3881.0, 3841.0, 3883.0, 3862.0, 3829.0, 3881.0, 3841.0, 3892.0, 3862.0, 3882.0, 3839.0, 3818.0, 3858.0, 3829.0, 3880.0, 3841.0, 3880.0, 3840.0, 3839.0, 3827.0, 3817.0, 3827.0, 3828.0, 3840.0, 3841.0, 3850.0, 3829.0, 3849.0, 3829.0, 3850.0, 3830.0, 3874.0, 3843.0, 3873.0, 3842.0, 3884.0, 3855.0, 3864.0, 3846.0, 3846.0, 3877.0, 3845.0, 3897.0, 3856.0, 3897.0, 3878.0, 3897.0, 3867.0, 3896.0, 3867.0, 3909.0, 3876.0, 3855.0, 3864.0, 3847.0, 3908.0, 3867.0, 3895.0, 3877.0, 3854.0, 3883.0, 3853.0, 3885.0, 3866.0, 3842.0, 3887.0, 3842.0, 3896.0, 3864.0, 3892.0, 3867.0, 3874.0, 3842.0, 3815.0, 3862.0, 3809.0, 3870.0, 3829.0, 3849.0, 3841.0, 3820.0, 3880.0, 3820.0, 3869.0, 3850.0, 3838.0, 3860.0, 3838.0, 3870.0, 3828.0, 3839.0, 3868.0, 3803.0, 3825.0, 3825.0, 3828.0, 3881.0, 3871.0, 3868.0, 3835.0, 3824.0, 3858.0, 3826.0, 3867.0, 3823.0, 3813.0, 3836.0, 3815.0, 3868.0, 3816.0, 3856.0, 3792.0, 3824.0, 3803.0, 3827.0, 3835.0, 3814.0, 3825.0, 3803.0, 3825.0, 3837.0, 3842.0, 3851.0, 3830.0, 3843.0, 3885.0, 3842.0, 3871.0, 3845.0, 3885.0, 3842.0, 3851.0, 3828.0, 3838.0, 3841.0, 3844.0, 3874.0, 3855.0, 3865.0, 3844.0, 3868.0, 3887.0, 3858.0, 3896.0, 3857.0, 3886.0, 3867.0, 3887.0, 3853.0, 3843.0, 3863.0, 3841.0, 3863.0, 3842.0, 3872.0, 3830.0, 3881.0, 3828.0, 3850.0, 3829.0, 3840.0, 3821.0, 3840.0, 3839.0, 3851.0, 3852.0, 3855.0, 3874.0, 3870.0, 3883.0, 3843.0, 3882.0, 3838.0, 3810.0, 3787.0, 3788.0, 3812.0, 3842.0, 3862.0, 3892.0, 3869.0, 3846.0, 3901.0, 3858.0, 3866.0, 3919.0, 3850.0, 3873.0, 3830.0, 3824.0, 3863.0, 3841.0, 3830.0, 3884.0, 3852.0, 3798.0, 3784.0, 3820.0, 3816.0, 3807.0, 3818.0, 3827.0, 3796.0, 3787.0, 3813.0, 3818.0, 3829.0, 3824.0, 3816.0, 3872.0, 3840.0, 3799.0, 3841.0, 3799.0, 3799.0, 3809.0, 3810.0, 3800.0, 3810.0, 3812.0, 3865.0, 3835.0, 3835.0, 3845.0, 3836.0, 3837.0, 3889.0, 3858.0, 3850.0, 3913.0, 3871.0, 3890.0, 3870.0, 3849.0, 3882.0, 3862.0, 3903.0, 3859.0, 3859.0, 3848.0, 3840.0, 3902.0, 3861.0, 3861.0, 3874.0, 3852.0, 3915.0, 3875.0, 3905.0, 3863.0, 3892.0, 3849.0, 3869.0, 3841.0, 3844.0, 3862.0, 3831.0, 3859.0, 3819.0, 3855.0, 3854.0, 3844.0, 3884.0, 3855.0, 3896.0], 'WindowWidth': [8697.0, 8616.0, 8699.0, 8631.0, 8576.0, 8635.0, 8572.0, 8557.0, 8598.0, 8570.0, 8574.0, 8573.0, 8585.0, 8584.0, 8631.0, 8593.0, 8580.0, 8618.0, 8563.0, 8632.0, 8573.0, 8591.0, 8563.0, 8579.0, 8579.0, 8565.0, 8593.0, 8581.0, 8641.0, 8588.0, 8646.0, 8620.0, 8597.0, 8696.0, 8662.0, 8728.0, 8708.0, 8665.0, 8718.0, 8676.0, 8769.0, 8726.0, 8734.0, 8689.0, 8704.0, 8722.0, 8709.0, 8734.0, 8659.0, 8733.0, 8696.0, 8741.0, 8708.0, 8704.0, 8658.0, 8665.0, 8707.0, 8662.0, 8731.0, 8663.0, 8710.0, 8698.0, 8682.0, 8739.0, 8665.0, 8737.0, 8693.0, 8756.0, 8694.0, 8736.0, 8681.0, 8738.0, 8691.0, 8730.0, 8642.0, 8695.0, 8644.0, 8670.0, 8673.0, 8624.0, 8695.0, 8662.0, 8721.0, 8674.0, 8712.0, 8639.0, 8710.0, 8641.0, 8715.0, 8666.0, 8604.0, 8661.0, 8633.0, 8693.0, 8638.0, 8662.0, 8618.0, 8636.0, 8655.0, 8655.0, 8698.0, 8623.0, 8695.0, 8640.0, 8733.0, 8688.0, 8710.0, 8652.0, 8694.0, 8658.0, 8693.0, 8671.0, 8642.0, 8730.0, 8614.0, 8669.0, 8665.0, 8659.0, 8669.0, 8632.0, 8722.0, 8711.0, 8645.0, 8722.0, 8666.0, 8738.0, 8706.0, 8635.0, 8725.0, 8661.0, 8738.0, 8642.0, 8624.0, 8677.0, 8612.0, 8690.0, 8631.0, 8626.0, 8639.0, 8608.0, 8670.0, 8639.0, 8678.0, 8669.0, 8638.0, 8672.0, 8628.0, 8700.0, 8662.0, 8626.0, 8638.0, 8613.0, 8709.0, 8662.0, 8705.0, 8661.0, 8652.0, 8663.0, 8636.0, 8708.0, 8680.0, 8637.0, 8723.0, 8675.0, 8720.0, 8700.0, 8650.0, 8724.0, 8665.0, 8731.0, 8680.0, 8723.0, 8660.0, 8682.0, 8642.0, 8688.0, 8631.0, 8614.0, 8642.0, 8613.0, 8672.0, 8641.0, 8665.0, 8650.0, 8621.0, 8695.0, 8639.0, 8725.0, 8689.0, 8737.0, 8686.0, 8650.0, 8693.0, 8654.0, 8726.0, 8676.0, 8652.0, 8681.0, 8658.0, 8680.0, 8650.0, 8616.0, 8675.0, 8633.0, 8711.0, 8650.0, 8707.0, 8635.0, 8693.0, 8677.0, 8680.0, 8686.0, 8578.0, 8589.0, 8605.0, 8594.0, 8683.0, 8659.0, 8717.0, 8677.0, 8731.0, 8709.0, 8737.0, 8684.0, 8661.0, 8656.0, 8624.0, 8669.0, 8637.0, 8668.0, 8621.0, 8595.0, 8633.0, 8589.0, 8590.0, 8586.0, 8590.0, 8731.0, 8680.0, 8677.0, 8660.0, 8534.0, 8472.0, 8559.0, 8583.0, 8622.0, 8609.0, 8605.0, 8563.0, 8626.0, 8607.0, 8593.0, 8703.0, 8662.0, 8736.0, 8697.0, 8762.0, 8693.0, 8707.0, 8684.0, 8646.0, 8691.0, 8634.0, 8681.0, 8636.0, 8662.0, 8605.0, 8645.0, 8596.0, 8649.0, 8630.0, 8666.0, 8629.0, 8667.0, 8624.0, 8672.0, 8648.0, 8683.0, 8630.0, 8667.0, 8631.0, 8691.0, 8656.0, 8702.0, 8652.0, 8697.0, 8647.0, 8707.0, 8667.0, 8705.0, 8666.0, 8705.0, 8671.0, 8723.0, 8686.0, 8645.0, 8698.0, 8659.0, 8763.0, 8751.0, 8760.0, 8700.0, 8743.0, 8703.0, 8749.0, 8715.0, 8681.0, 8679.0, 8684.0, 8714.0, 8684.0, 8726.0, 8667.0, 8720.0, 8666.0, 8724.0, 8696.0, 8651.0, 8695.0, 8634.0, 8725.0, 8699.0, 8742.0, 8697.0, 8675.0, 8643.0, 8613.0, 8693.0, 8657.0, 8724.0, 8680.0, 8660.0, 8628.0, 8615.0, 8676.0, 8635.0, 8710.0, 8646.0, 8617.0, 8659.0, 8640.0, 8738.0, 8676.0, 8718.0, 8662.0, 8737.0, 8682.0, 8689.0, 8656.0, 8613.0, 8691.0, 8651.0, 8718.0, 8677.0, 8716.0, 8678.0, 8696.0, 8694.0, 8647.0, 8736.0, 8679.0, 8744.0, 8714.0, 8697.0, 8694.0, 8649.0, 8738.0, 8699.0, 8741.0, 8710.0, 8680.0, 8711.0, 8687.0, 8744.0, 8713.0, 8710.0, 8675.0, 8675.0, 8674.0, 8648.0, 8725.0, 8682.0, 8732.0, 8668.0, 8653.0, 8669.0, 8628.0, 8694.0, 8639.0, 8709.0, 8654.0, 8679.0, 8707.0, 8676.0, 8745.0, 8685.0, 8744.0, 8704.0, 8736.0, 8725.0, 8686.0, 8667.0, 8635.0, 8733.0, 8688.0, 8729.0, 8665.0, 8635.0, 8670.0, 8629.0, 8736.0, 8676.0, 8728.0, 8697.0, 8709.0, 8672.0, 8641.0, 8693.0, 8645.0, 8743.0, 8703.0, 8738.0, 8685.0, 8662.0, 8733.0, 8687.0, 8716.0, 8683.0, 8670.0, 8700.0, 8653.0, 8731.0, 8648.0, 8691.0, 8650.0, 8694.0, 8644.0, 8685.0, 8624.0, 8670.0, 8619.0, 8630.0, 8621.0, 8613.0, 8661.0, 8652.0, 8666.0, 8669.0, 8636.0, 8723.0, 8687.0, 8751.0, 8700.0, 8665.0, 8677.0, 8618.0, 8709.0, 8662.0, 8704.0, 8627.0, 8620.0, 8651.0, 8615.0, 8675.0, 8629.0, 8673.0, 8637.0, 8637.0, 8696.0, 8621.0, 8724.0, 8662.0, 8711.0, 8650.0, 8675.0, 8643.0, 8585.0, 8656.0, 8583.0, 8670.0, 8615.0, 8670.0, 8611.0, 8585.0, 8614.0, 8626.0, 8682.0, 8643.0, 8668.0, 8639.0, 8654.0, 8684.0, 8657.0, 8715.0, 8634.0, 8690.0, 8650.0, 8716.0, 8651.0, 8638.0, 8633.0, 8589.0, 8660.0, 8607.0, 8684.0, 8627.0, 8681.0, 8625.0, 8649.0, 8642.0, 8633.0, 8632.0, 8620.0, 8690.0, 8618.0, 8722.0, 8652.0, 8738.0, 8693.0, 8724.0, 8699.0, 8728.0, 8703.0, 8688.0, 8700.0, 8639.0, 8725.0, 8689.0, 8733.0, 8706.0, 8670.0, 8744.0, 8690.0, 8789.0, 8719.0, 8758.0, 8678.0, 8717.0, 8678.0, 8689.0, 8724.0, 8609.0, 8695.0, 8645.0, 8731.0, 8686.0, 8688.0, 8602.0, 8602.0, 8664.0, 8607.0, 8690.0, 8601.0, 8586.0, 8649.0, 8622.0, 8707.0, 8617.0, 8655.0, 8604.0, 8595.0, 8661.0, 8602.0, 8672.0, 8599.0, 8676.0, 8620.0, 8648.0, 8586.0, 8583.0, 8582.0, 8608.0, 8673.0, 8605.0, 8631.0, 8605.0, 8633.0, 8701.0, 8643.0, 8712.0, 8654.0, 8712.0, 8674.0, 8713.0, 8668.0, 8676.0, 8614.0, 8586.0, 8646.0, 8587.0, 8661.0, 8600.0, 8655.0, 8602.0, 8645.0, 8605.0, 8591.0, 8634.0, 8607.0, 8690.0, 8628.0, 8665.0, 8625.0, 8639.0, 8658.0, 8660.0, 8699.0, 8611.0, 8693.0, 8619.0, 8676.0, 8639.0, 8679.0, 8635.0, 8657.0, 8615.0, 8604.0, 8611.0, 8628.0, 8656.0, 8614.0, 8684.0, 8630.0, 8701.0, 8661.0, 8740.0, 8676.0, 8699.0, 8641.0, 8657.0, 8646.0, 8633.0, 8676.0, 8617.0, 8671.0, 8653.0, 8644.0, 8699.0, 8622.0, 8706.0, 8632.0, 8724.0, 8651.0, 8723.0, 8659.0, 8686.0, 8661.0, 8720.0, 8660.0, 8630.0, 8627.0, 8638.0, 8756.0, 8659.0, 8745.0, 8671.0, 8656.0, 8612.0, 8609.0, 8598.0, 8671.0, 8644.0, 8663.0, 8718.0, 8678.0, 8709.0, 8761.0, 8731.0, 8744.0, 8691.0, 8705.0, 8711.0, 8714.0, 8666.0, 8612.0, 8649.0, 8581.0, 8549.0, 8581.0, 8539.0, 8556.0, 8555.0, 8537.0, 8577.0, 8535.0, 8522.0, 8535.0, 8526.0, 8585.0, 8543.0, 8583.0, 8555.0, 8559.0, 8559.0, 8531.0, 8618.0, 8549.0, 8566.0, 8564.0, 8572.0, 8646.0, 8593.0, 8595.0, 8641.0, 8604.0, 8651.0, 8680.0, 8633.0, 8692.0, 8666.0, 8709.0, 8646.0, 8688.0, 8657.0, 8627.0, 8594.0, 8581.0, 8634.0, 8581.0, 8654.0, 8583.0, 8651.0, 8580.0, 8602.0, 8590.0, 8574.0, 8602.0, 8592.0, 8664.0, 8617.0, 8698.0, 8644.0, 8666.0, 8621.0, 8629.0, 8688.0, 8642.0, 8701.0, 8642.0, 8683.0, 8643.0, 8660.0, 8644.0, 8613.0, 8670.0, 8612.0, 8689.0, 8646.0, 8702.0, 8625.0, 8695.0, 8639.0, 8705.0, 8648.0, 8629.0, 8643.0, 8615.0, 8706.0, 8653.0, 8706.0, 8661.0, 8626.0, 8668.0, 8641.0, 8688.0, 8640.0, 8699.0, 8605.0, 8676.0, 8621.0, 8710.0, 8656.0, 8658.0, 8585.0, 8588.0, 8621.0, 8594.0, 8693.0, 8592.0, 8661.0, 8606.0, 8698.0, 8641.0, 8665.0, 8650.0, 8587.0, 8653.0, 8590.0, 8692.0, 8623.0, 8632.0, 8585.0, 8573.0, 8607.0, 8596.0, 8697.0, 8607.0, 8688.0, 8604.0, 8673.0, 8620.0, 8659.0, 8601.0, 8573.0, 8605.0, 8593.0, 8682.0, 8635.0, 8698.0, 8640.0, 8680.0, 8643.0, 8705.0, 8627.0, 8611.0, 8605.0, 8591.0, 8654.0, 8633.0, 8620.0, 8648.0, 8620.0, 8692.0, 8667.0, 8710.0, 8643.0, 8703.0, 8607.0, 8663.0, 8629.0, 8712.0, 8644.0, 8711.0, 8623.0, 8677.0, 8605.0, 8684.0, 8625.0, 8651.0, 8601.0, 8592.0, 8613.0, 8610.0, 8617.0, 8611.0, 8636.0, 8611.0, 8652.0, 8619.0, 8687.0, 8634.0, 8642.0, 8614.0, 8634.0, 8648.0, 8644.0, 8743.0, 8687.0, 8711.0, 8686.0, 8681.0, 8694.0, 8627.0, 8683.0, 8645.0, 8725.0, 8660.0, 8613.0, 8666.0, 8591.0, 8703.0, 8631.0, 8709.0, 8661.0, 8672.0, 8604.0, 8589.0, 8680.0, 8588.0, 8613.0, 8600.0, 8596.0, 8679.0, 8611.0, 8690.0, 8589.0, 8605.0, 8623.0, 8608.0, 8707.0, 8600.0, 8655.0, 8584.0, 8584.0, 8647.0, 8593.0, 8673.0, 8598.0, 8593.0, 8635.0, 8593.0, 8690.0, 8611.0, 8610.0, 8664.0, 8604.0, 8586.0, 8601.0, 8612.0, 8685.0, 8656.0, 8612.0, 8694.0, 8604.0, 8614.0, 8655.0, 8653.0, 8592.0, 8691.0, 8607.0, 8696.0, 8649.0, 8591.0, 8640.0, 8570.0, 8657.0, 8606.0, 8662.0, 8603.0, 8567.0, 8580.0, 8585.0, 8649.0, 8604.0, 8590.0, 8620.0, 8593.0, 8663.0, 8633.0, 8645.0, 8639.0, 8609.0, 8704.0, 8631.0, 8706.0, 8666.0, 8703.0, 8663.0, 8692.0, 8647.0, 8659.0, 8629.0, 8611.0, 8663.0, 8609.0, 8648.0, 8611.0, 8675.0, 8639.0, 8689.0, 8636.0, 8661.0, 8649.0, 8589.0, 8622.0, 8663.0, 8644.0, 8640.0, 8677.0, 8747.0, 8713.0, 8678.0, 8471.0, 8627.0, 8611.0, 8662.0, 8730.0, 8688.0, 8642.0, 8579.0, 8672.0, 8731.0, 8623.0, 8668.0, 8622.0, 8582.0, 8652.0, 8640.0, 8672.0, 8699.0, 8635.0, 8651.0, 8656.0, 8610.0, 8666.0, 8621.0, 8607.0, 8703.0, 8621.0, 8624.0, 8628.0, 8556.0, 8651.0, 8628.0, 8604.0, 8579.0, 8570.0, 8646.0, 8597.0, 8634.0, 8571.0, 8559.0, 8621.0, 8573.0, 8619.0, 8671.0, 8641.0, 8607.0, 8661.0, 8640.0, 8625.0, 8700.0, 8673.0, 8623.0, 8693.0, 8617.0, 8687.0, 8646.0, 8709.0, 8660.0, 8640.0, 8591.0, 8575.0, 8603.0, 8591.0, 8636.0, 8598.0, 8581.0, 8593.0, 8605.0, 8622.0, 8662.0, 8651.0, 8674.0, 8671.0, 8628.0, 8730.0, 8711.0, 8690.0, 8718.0, 8653.0, 8707.0, 8665.0, 8698.0, 8663.0, 8692.0, 8629.0, 8671.0, 8615.0, 8664.0, 8634.0, 8588.0, 8629.0, 8608.0, 8650.0, 8630.0, 8656.0, 8646.0, 8645.0, 8674.0, 8655.0, 8691.0, 8660.0, 8688.0, 8608.0, 8677.0, 8594.0, 8678.0, 8612.0, 8665.0, 8594.0, 8647.0, 8609.0, 8690.0, 8647.0, 8629.0, 8626.0, 8623.0, 8641.0, 8637.0, 8706.0, 8643.0, 8694.0, 8623.0, 8710.0, 8643.0, 8713.0, 8651.0, 8690.0, 8605.0, 8658.0, 8590.0, 8651.0, 8618.0, 8610.0, 8617.0, 8605.0, 8620.0, 8628.0, 8673.0, 8652.0, 8646.0, 8614.0, 8653.0, 8684.0, 8645.0, 8726.0, 8655.0, 8725.0, 8674.0, 8714.0, 8685.0, 8637.0, 8679.0, 8621.0, 8739.0, 8667.0, 8715.0, 8642.0, 8643.0, 8664.0, 8635.0, 8715.0, 8609.0, 8605.0, 8619.0, 8632.0, 8715.0, 8670.0, 8691.0, 8630.0, 8659.0, 8632.0, 8601.0, 8674.0, 8579.0, 8633.0, 8579.0, 8636.0, 8599.0, 8676.0, 8600.0, 8597.0, 8579.0, 8568.0, 8603.0, 8618.0, 8616.0, 8631.0, 8630.0, 8647.0, 8641.0, 8747.0, 8751.0, 8780.0, 8714.0, 8731.0, 8618.0, 8566.0, 8635.0, 8590.0, 8547.0, 8576.0, 8609.0, 8630.0, 8648.0, 8645.0, 8638.0, 8710.0, 8663.0, 8621.0, 8693.0, 8633.0, 8709.0, 8660.0, 8615.0, 8655.0, 8613.0, 8688.0, 8633.0, 8664.0, 8659.0, 8595.0, 8680.0, 8608.0, 8667.0, 8621.0, 8597.0, 8640.0, 8597.0, 8688.0, 8615.0, 8676.0, 8611.0, 8584.0, 8641.0, 8599.0, 8692.0, 8641.0, 8653.0, 8670.0, 8644.0, 8731.0, 8671.0, 8710.0, 8675.0, 8732.0, 8656.0, 8627.0, 8656.0, 8592.0, 8663.0, 8629.0, 8670.0, 8629.0, 8614.0, 8628.0, 8631.0, 8711.0, 8659.0, 8726.0, 8665.0, 8685.0, 8660.0, 8651.0, 8729.0, 8691.0, 8741.0, 8702.0, 8719.0, 8721.0, 8683.0, 8725.0, 8715.0, 8734.0, 8723.0, 8709.0, 8624.0, 8668.0, 8613.0, 8719.0, 8640.0, 8694.0, 8604.0, 8674.0, 8608.0, 8684.0, 8634.0, 8591.0, 8604.0, 8590.0, 8644.0, 8594.0, 8677.0, 8589.0, 8657.0, 8605.0, 8670.0, 8621.0, 8587.0, 8644.0, 8586.0, 8698.0, 8639.0, 8678.0, 8616.0, 8588.0, 8616.0, 8629.0, 8683.0, 8606.0, 8674.0, 8620.0, 8699.0, 8641.0, 8628.0, 8635.0, 8589.0, 8677.0, 8630.0, 8697.0, 8655.0, 8691.0, 8624.0, 8662.0, 8605.0, 8648.0, 8616.0, 8590.0, 8617.0, 8588.0, 8646.0, 8609.0, 8670.0, 8611.0, 8638.0, 8607.0, 8627.0, 8629.0, 8637.0, 8721.0, 8666.0, 8717.0, 8675.0, 8703.0, 8677.0, 8720.0, 8675.0, 8694.0, 8652.0, 8660.0, 8603.0, 8663.0, 8625.0, 8661.0, 8591.0, 8588.0, 8589.0, 8599.0, 8641.0, 8633.0, 8663.0, 8617.0, 8661.0, 8666.0, 8709.0, 8690.0, 8610.0, 8665.0, 8611.0, 8718.0, 8646.0, 8735.0, 8642.0, 8640.0, 8608.0, 8603.0, 8659.0, 8604.0, 8608.0, 8675.0, 8631.0, 8616.0, 8698.0, 8609.0, 8693.0, 8641.0, 8680.0, 8666.0, 8583.0, 8649.0, 8597.0, 8651.0, 8607.0, 8688.0, 8547.0, 8567.0, 8614.0, 8581.0, 8584.0, 8602.0, 8601.0, 8646.0, 8606.0, 8611.0, 8678.0, 8626.0, 8686.0, 8655.0, 8607.0, 8679.0, 8624.0, 8697.0, 8656.0, 8680.0, 8620.0, 8587.0, 8642.0, 8604.0, 8673.0, 8623.0, 8674.0, 8619.0, 8616.0, 8598.0, 8584.0, 8599.0, 8602.0, 8623.0, 8626.0, 8637.0, 8603.0, 8630.0, 8602.0, 8634.0, 8609.0, 8674.0, 8631.0, 8670.0, 8630.0, 8687.0, 8651.0, 8664.0, 8642.0, 8642.0, 8684.0, 8639.0, 8709.0, 8652.0, 8709.0, 8689.0, 8710.0, 8671.0, 8708.0, 8672.0, 8732.0, 8684.0, 8654.0, 8663.0, 8642.0, 8721.0, 8670.0, 8702.0, 8682.0, 8646.0, 8682.0, 8643.0, 8689.0, 8669.0, 8627.0, 8693.0, 8628.0, 8705.0, 8662.0, 8694.0, 8667.0, 8667.0, 8625.0, 8577.0, 8650.0, 8575.0, 8660.0, 8605.0, 8632.0, 8623.0, 8593.0, 8673.0, 8593.0, 8657.0, 8634.0, 8615.0, 8646.0, 8616.0, 8661.0, 8603.0, 8615.0, 8651.0, 8560.0, 8590.0, 8592.0, 8602.0, 8677.0, 8663.0, 8654.0, 8605.0, 8588.0, 8641.0, 8597.0, 8648.0, 8584.0, 8572.0, 8606.0, 8575.0, 8653.0, 8581.0, 8632.0, 8543.0, 8585.0, 8557.0, 8597.0, 8604.0, 8575.0, 8591.0, 8559.0, 8590.0, 8613.0, 8626.0, 8636.0, 8609.0, 8628.0, 8688.0, 8627.0, 8663.0, 8637.0, 8691.0, 8631.0, 8639.0, 8603.0, 8615.0, 8625.0, 8635.0, 8673.0, 8652.0, 8664.0, 8635.0, 8676.0, 8699.0, 8660.0, 8707.0, 8657.0, 8692.0, 8668.0, 8695.0, 8643.0, 8627.0, 8653.0, 8622.0, 8653.0, 8628.0, 8668.0, 8608.0, 8676.0, 8605.0, 8634.0, 8603.0, 8621.0, 8598.0, 8621.0, 8619.0, 8638.0, 8641.0, 8653.0, 8676.0, 8677.0, 8678.0, 8633.0, 8683.0, 8616.0, 8562.0, 8527.0, 8531.0, 8571.0, 8615.0, 8661.0, 8699.0, 8662.0, 8626.0, 8709.0, 8643.0, 8651.0, 8748.0, 8637.0, 8653.0, 8591.0, 8594.0, 8642.0, 8609.0, 8593.0, 8672.0, 8623.0, 8545.0, 8521.0, 8581.0, 8572.0, 8561.0, 8578.0, 8587.0, 8545.0, 8535.0, 8561.0, 8579.0, 8587.0, 8568.0, 8562.0, 8653.0, 8605.0, 8550.0, 8606.0, 8548.0, 8550.0, 8565.0, 8567.0, 8555.0, 8567.0, 8573.0, 8649.0, 8613.0, 8610.0, 8625.0, 8615.0, 8616.0, 8686.0, 8647.0, 8641.0, 8728.0, 8666.0, 8691.0, 8663.0, 8635.0, 8684.0, 8655.0, 8713.0, 8648.0, 8646.0, 8632.0, 8625.0, 8711.0, 8657.0, 8656.0, 8677.0, 8645.0, 8734.0, 8680.0, 8717.0, 8658.0, 8696.0, 8634.0, 8662.0, 8628.0, 8639.0, 8660.0, 8617.0, 8649.0, 8597.0, 8656.0, 8655.0, 8642.0, 8691.0, 8655.0, 8712.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.00583615243902439</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.08367266262195121</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.649386277443526</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.123810364527151</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0100362752226983</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4655</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4858.396</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.2408806210179351</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>549</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>33.47560975609756</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9072209319857443</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.778957570108125</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.133246016206684</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8094592096424242</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0101942</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008007396943867207</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03252584487199783</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1640</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.6552664714676832</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>17.8694</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.9412</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.1107</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307304.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>778.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.0768</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5293</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.3595</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3070.1782</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3314.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69240.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>895.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4064.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.6305</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>21.228851506486535</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> |