=== 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-0035 --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-0035",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
170 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
170 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-0035_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-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0035/figures/sub-0035_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-0035/figures/sub-0035_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035/ses-03/func/sub-0035_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>4b4892d0329a752db1074a37a72ceed4</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:02:58.257500</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_VE11C_LATEST_20160120</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.997967, 0.0266851, 0.0578761, -0.0329316, 0.993407, 0.109812]</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.105171</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>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4159, -7733, -7203, 641, -14, -48, 97, 49]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>258.164</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d518c74f-189f-49d4-b082-0819deffc9ad||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6774725914001465, -0.08835303038358688, 0.14732317626476288, 113.32148742675781], [-0.07159408181905746, 2.6652374267578125, 0.3010369539260864, -103.45694732666016], [0.1552773118019104, -0.2946188151836395, 2.6791179180145264, -45.13510513305664], [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': ['180258.257500', '180258.717500', '180259.177500', '180259.637500', '180300.097500', '180300.557500', '180301.017500', '180301.477500', '180301.937500', '180302.397500', '180302.857500', '180303.317500', '180303.777500', '180304.237500', '180304.697500', '180305.157500', '180305.617500', '180306.077500', '180306.537500', '180306.997500', '180307.457500', '180307.917500', '180308.377500', '180308.837500', '180309.297500', '180309.757500', '180310.217500', '180310.677500', '180311.137500', '180311.597500', '180312.057500', '180312.517500', '180312.977500', '180313.437500', '180313.897500', '180314.357500', '180314.817500', '180315.277500', '180315.737500', '180316.197500', '180316.657500', '180317.117500', '180317.577500', '180318.037500', '180318.497500', '180318.957500', '180319.417500', '180319.877500', '180320.337500', '180320.797500', '180321.257500', '180321.717500', '180322.177500', '180322.637500', '180323.097500', '180323.557500', '180324.017500', '180324.477500', '180324.937500', '180325.397500', '180325.857500', '180326.317500', '180326.777500', '180327.237500', '180327.697500', '180328.157500', '180328.617500', '180329.077500', '180329.537500', '180329.997500', '180330.457500', '180330.917500', '180331.377500', '180331.837500', '180332.297500', '180332.757500', '180333.217500', '180333.677500', '180334.137500', '180334.597500', '180335.057500', '180335.517500', '180335.977500', '180336.437500', '180336.897500', '180337.357500', '180337.817500', '180338.277500', '180338.737500', '180339.197500', '180339.657500', '180340.117500', '180340.577500', '180341.037500', '180341.497500', '180341.957500', '180342.417500', '180342.877500', '180343.337500', '180343.797500', '180344.257500', '180344.717500', '180345.177500', '180345.637500', '180346.097500', '180346.557500', '180347.017500', '180347.477500', '180347.937500', '180348.397500', '180348.857500', '180349.317500', '180349.777500', '180350.237500', '180350.697500', '180351.157500', '180351.617500', '180352.077500', '180352.537500', '180352.997500', '180353.457500', '180353.917500', '180354.377500', '180354.837500', '180355.297500', '180355.757500', '180356.217500', '180356.677500', '180357.137500', '180357.597500', '180358.057500', '180358.517500', '180358.977500', '180359.437500', '180359.897500', '180400.357500', '180400.817500', '180401.277500', '180401.737500', '180402.197500', '180402.657500', '180403.117500', '180403.577500', '180404.037500', '180404.497500', '180404.957500', '180405.417500', '180405.877500', '180406.337500', '180406.797500', '180407.257500', '180407.717500', '180408.177500', '180408.637500', '180409.097500', '180409.557500', '180410.017500', '180410.477500', '180410.937500', '180411.397500', '180411.857500', '180412.317500', '180412.777500', '180413.237500', '180413.697500', '180414.157500', '180414.617500', '180415.077500', '180415.537500', '180415.997500', '180416.457500', '180416.917500', '180417.377500', '180417.837500', '180418.297500', '180418.757500', '180419.217500', '180419.677500', '180420.137500', '180420.597500', '180421.057500', '180421.517500', '180421.977500', '180422.437500', '180422.897500', '180423.357500', '180423.817500', '180424.277500', '180424.737500', '180425.197500', '180425.657500', '180426.117500', '180426.577500', '180427.037500', '180427.497500', '180427.957500', '180428.417500', '180428.877500', '180429.337500', '180429.797500', '180430.257500', '180430.717500', '180431.177500', '180431.637500', '180432.097500', '180432.557500', '180433.017500', '180433.477500', '180433.937500', '180434.397500', '180434.857500', '180435.317500', '180435.777500', '180436.237500', '180436.697500', '180437.157500', '180437.617500', '180438.077500', '180438.537500', '180438.997500', '180439.457500', '180439.917500', '180440.377500', '180440.837500', '180441.297500', '180441.757500', '180442.217500', '180442.677500', '180443.137500', '180443.597500', '180444.057500', '180444.517500', '180444.977500', '180445.437500', '180445.897500', '180446.357500', '180446.817500', '180447.277500', '180447.737500', '180448.197500', '180448.657500', '180449.117500', '180449.577500', '180450.037500', '180450.497500', '180450.957500', '180451.417500', '180451.877500', '180452.337500', '180452.797500', '180453.257500', '180453.717500', '180454.177500', '180454.637500', '180455.097500', '180455.557500', '180456.017500', '180456.477500', '180456.937500', '180457.397500', '180457.857500', '180458.317500', '180458.777500', '180459.237500', '180459.697500', '180500.157500', '180500.617500', '180501.077500', '180501.537500', '180501.997500', '180502.457500', '180502.917500', '180503.377500', '180503.837500', '180504.297500', '180504.757500', '180505.217500', '180505.677500', '180506.137500', '180506.597500', '180507.057500', '180507.517500', '180507.977500', '180508.437500', '180508.897500', '180509.357500', '180509.817500', '180510.277500', '180510.737500', '180511.197500', '180511.657500', '180512.117500', '180512.577500', '180513.037500', '180513.497500', '180513.957500', '180514.417500', '180514.877500', '180515.337500', '180515.797500', '180516.257500', '180516.717500', '180517.177500', '180517.637500', '180518.097500', '180518.557500', '180519.017500', '180519.477500', '180519.937500', '180520.397500', '180520.857500', '180521.317500', '180521.777500', '180522.237500', '180522.697500', '180523.157500', '180523.617500', '180524.077500', '180524.537500', '180524.997500', '180525.457500', '180525.917500', '180526.377500', '180526.837500', '180527.297500', '180527.757500', '180528.217500', '180528.677500', '180529.137500', '180529.597500', '180530.057500', '180530.517500', '180530.977500', '180531.437500', '180531.897500', '180532.357500', '180532.817500', '180533.277500', '180533.737500', '180534.197500', '180534.657500', '180535.117500', '180535.577500', '180536.037500', '180536.497500', '180536.957500', '180537.417500', '180537.877500', '180538.337500', '180538.797500', '180539.257500', '180539.717500', '180540.177500', '180540.637500', '180541.097500', '180541.557500', '180542.017500', '180542.477500', '180542.937500', '180543.397500', '180543.857500', '180544.317500', '180544.777500', '180545.237500', '180545.697500', '180546.157500', '180546.617500', '180547.077500', '180547.537500', '180547.997500', '180548.457500', '180548.917500', '180549.377500', '180549.837500', '180550.297500', '180550.757500', '180551.217500', '180551.677500', '180552.137500', '180552.597500', '180553.057500', '180553.517500', '180553.977500', '180554.437500', '180554.897500', '180555.357500', '180555.817500', '180556.277500', '180556.737500', '180557.197500', '180557.657500', '180558.117500', '180558.577500', '180559.037500', '180559.497500', '180559.957500', '180600.417500', '180600.877500', '180601.337500', '180601.797500', '180602.257500', '180602.717500', '180603.177500', '180603.637500', '180604.097500', '180604.557500', '180605.017500', '180605.477500', '180605.937500', '180606.397500', '180606.857500', '180607.317500', '180607.777500', '180608.237500', '180608.697500', '180609.157500', '180609.617500', '180610.077500', '180610.537500', '180610.997500', '180611.457500', '180611.917500', '180612.377500', '180612.837500', '180613.297500', '180613.757500', '180614.217500', '180614.677500', '180615.137500', '180615.597500', '180616.057500', '180616.517500', '180616.977500', '180617.437500', '180617.897500', '180618.357500', '180618.817500', '180619.277500', '180619.737500', '180620.197500', '180620.657500', '180621.117500', '180621.577500', '180622.037500', '180622.497500', '180622.957500', '180623.417500', '180623.877500', '180624.337500', '180624.797500', '180625.257500', '180625.717500', '180626.177500', '180626.637500', '180627.097500', '180627.557500', '180628.017500', '180628.477500', '180628.937500', '180629.397500', '180629.857500', '180630.317500', '180630.777500', '180631.237500', '180631.697500', '180632.157500', '180632.617500', '180633.077500', '180633.537500', '180633.997500', '180634.457500', '180634.917500', '180635.377500', '180635.837500', '180636.297500', '180636.757500', '180637.217500', '180637.677500', '180638.137500', '180638.597500', '180639.057500', '180639.517500', '180639.977500', '180640.437500', '180640.897500', '180641.357500', '180641.817500', '180642.277500', '180642.737500', '180643.197500', '180643.657500', '180644.117500', '180644.577500', '180645.037500', '180645.497500', '180645.957500', '180646.417500', '180646.877500', '180647.337500', '180647.797500', '180648.257500', '180648.717500', '180649.177500', '180649.637500', '180650.097500', '180650.557500', '180651.017500', '180651.477500', '180651.937500', '180652.397500', '180652.857500', '180653.317500', '180653.777500', '180654.237500', '180654.697500', '180655.157500', '180655.617500', '180656.077500', '180656.537500', '180656.997500', '180657.457500', '180657.917500', '180658.377500', '180658.837500', '180659.297500', '180659.757500', '180700.217500', '180700.677500', '180701.137500', '180701.597500', '180702.057500', '180702.517500', '180702.977500', '180703.437500', '180703.897500', '180704.357500', '180704.817500', '180705.277500', '180705.737500', '180706.197500', '180706.657500', '180707.117500', '180707.577500', '180708.037500', '180708.497500', '180708.957500', '180709.417500', '180709.877500', '180710.337500', '180710.797500', '180711.257500', '180711.717500', '180712.177500', '180712.637500', '180713.097500', '180713.557500', '180714.017500', '180714.477500', '180714.937500', '180715.397500', '180715.857500', '180716.317500', '180716.777500', '180717.237500', '180717.697500', '180718.157500', '180718.617500', '180719.077500', '180719.537500', '180719.997500', '180720.457500', '180720.917500', '180721.377500', '180721.837500', '180722.297500', '180722.757500', '180723.217500', '180723.677500', '180724.137500', '180724.597500', '180725.057500', '180725.517500', '180725.977500', '180726.437500', '180726.897500', '180727.357500', '180727.817500', '180728.277500', '180728.737500', '180729.197500', '180729.657500', '180730.117500', '180730.577500', '180731.037500', '180731.497500', '180731.957500', '180732.417500', '180732.877500', '180733.337500', '180733.797500', '180734.257500', '180734.717500', '180735.177500', '180735.637500', '180736.097500', '180736.557500', '180737.017500', '180737.477500', '180737.937500', '180738.397500', '180738.857500', '180739.317500', '180739.777500', '180740.237500', '180740.697500', '180741.157500', '180741.617500', '180742.077500', '180742.537500', '180742.997500', '180743.457500', '180743.917500', '180744.377500', '180744.837500', '180745.297500', '180745.757500', '180746.217500', '180746.677500', '180747.137500', '180747.597500', '180748.057500', '180748.517500', '180748.977500', '180749.437500', '180749.897500', '180750.357500', '180750.817500', '180751.277500', '180751.737500', '180752.197500', '180752.657500', '180753.117500', '180753.577500', '180754.037500', '180754.497500', '180754.957500', '180755.417500', '180755.877500', '180756.337500', '180756.797500', '180757.257500', '180757.717500', '180758.177500', '180758.637500', '180759.097500', '180759.557500', '180800.017500', '180800.477500', '180800.937500', '180801.397500', '180801.857500', '180802.317500', '180802.777500', '180803.237500', '180803.697500', '180804.157500', '180804.617500', '180805.077500', '180805.537500', '180805.997500', '180806.457500', '180806.917500', '180807.377500', '180807.837500', '180808.297500', '180808.757500', '180809.217500', '180809.677500', '180810.137500', '180810.597500', '180811.057500', '180811.517500', '180811.977500', '180812.437500', '180812.897500', '180813.357500', '180813.817500', '180814.277500', '180814.737500', '180815.197500', '180815.657500', '180816.117500', '180816.577500', '180817.037500', '180817.497500', '180817.957500', '180818.417500', '180818.877500', '180819.337500', '180819.797500', '180820.257500', '180820.717500', '180821.177500', '180821.637500', '180822.097500', '180822.557500', '180823.017500', '180823.477500', '180823.937500', '180824.397500', '180824.857500', '180825.317500', '180825.777500', '180826.237500', '180826.697500', '180827.157500', '180827.617500', '180828.077500', '180828.537500', '180828.997500', '180829.457500', '180829.917500', '180830.377500', '180830.837500', '180831.297500', '180831.757500', '180832.217500', '180832.677500', '180833.137500', '180833.597500', '180834.057500', '180834.517500', '180834.977500', '180835.437500', '180835.897500', '180836.357500', '180836.817500', '180837.277500', '180837.737500', '180838.197500', '180838.657500', '180839.117500', '180839.577500', '180840.037500', '180840.497500', '180840.957500', '180841.417500', '180841.877500', '180842.337500', '180842.797500', '180843.257500', '180843.717500', '180844.177500', '180844.637500', '180845.097500', '180845.557500', '180846.017500', '180846.477500', '180846.937500', '180847.397500', '180847.857500', '180848.317500', '180848.777500', '180849.237500', '180849.697500', '180850.157500', '180850.617500', '180851.077500', '180851.537500', '180851.997500', '180852.457500', '180852.917500', '180853.377500', '180853.837500', '180854.297500', '180854.757500', '180855.217500', '180855.677500', '180856.137500', '180856.597500', '180857.057500', '180857.517500', '180857.977500', '180858.437500', '180858.897500', '180859.357500', '180859.817500', '180900.277500', '180900.737500', '180901.197500', '180901.657500', '180902.117500', '180902.577500', '180903.037500', '180903.497500', '180903.957500', '180904.417500', '180904.877500', '180905.337500', '180905.797500', '180906.257500', '180906.717500', '180907.177500', '180907.637500', '180908.097500', '180908.557500', '180909.017500', '180909.477500', '180909.937500', '180910.397500', '180910.857500', '180911.317500', '180911.777500', '180912.237500', '180912.697500', '180913.157500', '180913.617500', '180914.077500', '180914.537500', '180914.997500', '180915.457500', '180915.917500', '180916.377500', '180916.837500', '180917.297500', '180917.757500', '180918.217500', '180918.677500', '180919.137500', '180919.597500', '180920.057500', '180920.517500', '180920.977500', '180921.437500', '180921.897500', '180922.357500', '180922.817500', '180923.277500', '180923.737500', '180924.197500', '180924.657500', '180925.117500', '180925.577500', '180926.037500', '180926.497500', '180926.957500', '180927.417500', '180927.877500', '180928.337500', '180928.797500', '180929.257500', '180929.717500', '180930.177500', '180930.637500', '180931.097500', '180931.557500', '180932.017500', '180932.477500', '180932.937500', '180933.397500', '180933.857500', '180934.317500', '180934.777500', '180935.237500', '180935.697500', '180936.157500', '180936.617500', '180937.077500', '180937.537500', '180937.997500', '180938.457500', '180938.917500', '180939.377500', '180939.837500', '180940.297500', '180940.757500', '180941.217500', '180941.677500', '180942.137500', '180942.597500', '180943.057500', '180943.517500', '180943.977500', '180944.437500', '180944.897500', '180945.357500', '180945.817500', '180946.277500', '180946.737500', '180947.197500', '180947.657500', '180948.117500', '180948.577500', '180949.037500', '180949.497500', '180949.957500', '180950.417500', '180950.877500', '180951.337500', '180951.797500', '180952.257500', '180952.717500', '180953.177500', '180953.637500', '180954.097500', '180954.557500', '180955.017500', '180955.477500', '180955.937500', '180956.397500', '180956.857500', '180957.317500', '180957.777500', '180958.237500', '180958.697500', '180959.157500', '180959.617500', '181000.077500', '181000.537500', '181000.997500', '181001.457500', '181001.917500', '181002.377500', '181002.837500', '181003.297500', '181003.757500', '181004.217500', '181004.677500', '181005.137500', '181005.597500', '181006.057500', '181006.517500', '181006.977500', '181007.437500', '181007.897500', '181008.357500', '181008.817500', '181009.277500', '181009.737500', '181010.197500', '181010.657500', '181011.117500', '181011.577500', '181012.037500', '181012.497500', '181012.957500', '181013.417500', '181013.877500', '181014.337500', '181014.797500', '181015.257500', '181015.717500', '181016.177500', '181016.637500', '181017.097500', '181017.557500', '181018.017500', '181018.477500', '181018.937500', '181019.397500', '181019.857500', '181020.317500', '181020.777500', '181021.237500', '181021.697500', '181022.157500', '181022.617500', '181023.077500', '181023.537500', '181023.997500', '181024.457500', '181024.917500', '181025.377500', '181025.837500', '181026.297500', '181026.757500', '181027.217500', '181027.677500', '181028.137500', '181028.597500', '181029.057500', '181029.517500', '181029.977500', '181030.437500', '181030.897500', '181031.357500', '181031.817500', '181032.277500', '181032.737500', '181033.197500', '181033.657500', '181034.117500', '181034.577500', '181035.037500', '181035.497500', '181035.957500', '181036.417500', '181036.877500', '181037.337500', '181037.797500', '181038.257500', '181038.717500', '181039.177500', '181039.637500', '181040.097500', '181040.557500', '181041.017500', '181041.477500', '181041.937500', '181042.397500', '181042.857500', '181043.317500', '181043.777500', '181044.237500', '181044.697500', '181045.157500', '181045.617500', '181046.077500', '181046.537500', '181046.997500', '181047.457500', '181047.917500', '181048.377500', '181048.837500', '181049.297500', '181049.757500', '181050.217500', '181050.677500', '181051.137500', '181051.597500', '181052.057500', '181052.517500', '181052.977500', '181053.437500', '181053.897500', '181054.357500', '181054.817500', '181055.277500', '181055.737500', '181056.197500', '181056.657500', '181057.117500', '181057.577500', '181058.037500', '181058.497500', '181058.957500', '181059.417500', '181059.877500', '181100.337500', '181100.797500', '181101.257500', '181101.717500', '181102.177500', '181102.637500', '181103.097500', '181103.557500', '181104.017500', '181104.477500', '181104.937500', '181105.397500', '181105.857500', '181106.317500', '181106.777500', '181107.237500', '181107.697500', '181108.157500', '181108.617500', '181109.077500', '181109.537500', '181109.997500', '181110.457500', '181110.917500', '181111.377500', '181111.837500', '181112.297500', '181112.757500', '181113.217500', '181113.677500', '181114.137500', '181114.597500', '181115.057500', '181115.517500', '181115.977500', '181116.437500', '181116.897500', '181117.357500', '181117.817500', '181118.277500', '181118.737500', '181119.197500', '181119.657500', '181120.117500', '181120.577500', '181121.037500', '181121.497500', '181121.957500', '181122.417500', '181122.877500', '181123.337500', '181123.797500', '181124.257500', '181124.717500', '181125.177500', '181125.637500', '181126.097500', '181126.557500', '181127.017500', '181127.477500', '181127.937500', '181128.397500', '181128.857500', '181129.317500', '181129.777500', '181130.237500', '181130.697500', '181131.157500', '181131.617500', '181132.077500', '181132.537500', '181132.997500', '181133.457500', '181133.917500', '181134.377500', '181134.837500', '181135.297500', '181135.757500', '181136.217500', '181136.677500', '181137.137500', '181137.597500', '181138.057500', '181138.517500', '181138.977500', '181139.437500', '181139.897500', '181140.357500', '181140.817500', '181141.277500', '181141.737500', '181142.197500', '181142.657500', '181143.117500', '181143.577500', '181144.037500', '181144.497500', '181144.957500', '181145.417500', '181145.877500', '181146.337500', '181146.797500', '181147.257500', '181147.717500', '181148.177500', '181148.637500', '181149.097500', '181149.557500', '181150.017500', '181150.477500', '181150.937500', '181151.397500', '181151.857500', '181152.317500', '181152.777500', '181153.237500', '181153.697500', '181154.157500', '181154.617500', '181155.077500', '181155.537500', '181155.997500', '181156.457500', '181156.917500', '181157.377500', '181157.837500', '181158.297500', '181158.757500', '181159.217500', '181159.677500', '181200.137500', '181200.597500', '181201.057500', '181201.517500', '181201.977500', '181202.437500', '181202.897500', '181203.357500', '181203.817500', '181204.277500', '181204.737500', '181205.197500', '181205.657500', '181206.117500', '181206.577500', '181207.037500', '181207.497500', '181207.957500', '181208.417500', '181208.877500', '181209.337500', '181209.797500', '181210.257500', '181210.717500', '181211.177500', '181211.637500', '181212.097500', '181212.557500', '181213.017500', '181213.477500', '181213.937500', '181214.397500', '181214.857500', '181215.317500', '181215.777500', '181216.237500', '181216.697500', '181217.157500', '181217.617500', '181218.077500', '181218.537500', '181218.997500', '181219.457500', '181219.917500', '181220.377500', '181220.837500', '181221.297500', '181221.757500', '181222.217500', '181222.677500', '181223.137500', '181223.597500', '181224.057500', '181224.517500', '181224.977500', '181225.437500', '181225.897500', '181226.357500', '181226.817500', '181227.277500', '181227.737500', '181228.197500', '181228.657500', '181229.117500', '181229.577500', '181230.037500', '181230.497500', '181230.957500', '181231.417500', '181231.877500', '181232.337500', '181232.797500', '181233.257500', '181233.717500', '181234.177500', '181234.637500', '181235.097500', '181235.557500', '181236.017500', '181236.477500', '181236.937500', '181237.397500', '181237.857500', '181238.317500', '181238.777500', '181239.237500', '181239.697500', '181240.157500', '181240.617500', '181241.077500', '181241.537500', '181241.997500', '181242.457500', '181242.917500', '181243.377500', '181243.837500', '181244.297500', '181244.757500', '181245.217500', '181245.677500', '181246.137500', '181246.597500', '181247.057500', '181247.517500', '181247.977500', '181248.437500', '181248.897500', '181249.357500', '181249.817500', '181250.277500', '181250.737500', '181251.197500', '181251.657500', '181252.117500', '181252.577500', '181253.037500', '181253.497500', '181253.957500', '181254.417500', '181254.877500', '181255.337500', '181255.797500', '181256.257500', '181256.717500', '181257.177500', '181257.637500', '181258.097500', '181258.557500', '181259.017500', '181259.477500', '181259.937500', '181300.397500', '181300.857500', '181301.317500', '181301.777500', '181302.237500', '181302.697500', '181303.157500', '181303.617500', '181304.077500', '181304.537500', '181304.997500', '181305.457500', '181305.917500', '181306.377500', '181306.837500', '181307.297500', '181307.757500', '181308.217500', '181308.677500', '181309.137500', '181309.597500', '181310.057500', '181310.517500', '181310.977500', '181311.437500', '181311.897500', '181312.357500', '181312.817500', '181313.277500', '181313.737500', '181314.197500', '181314.657500', '181315.117500', '181315.577500', '181316.037500', '181316.497500', '181316.957500', '181317.417500', '181317.877500', '181318.337500', '181318.797500', '181319.257500', '181319.717500', '181320.177500', '181320.637500', '181321.097500', '181321.557500', '181322.017500', '181322.477500', '181322.937500', '181323.397500', '181323.857500', '181324.317500', '181324.777500', '181325.237500', '181325.697500', '181326.157500', '181326.617500', '181327.077500', '181327.537500', '181327.997500', '181328.457500', '181328.917500', '181329.377500', '181329.837500', '181330.297500', '181330.757500', '181331.217500', '181331.677500', '181332.137500', '181332.597500', '181333.057500', '181333.517500', '181333.977500', '181334.437500', '181334.897500', '181335.357500', '181335.817500', '181336.277500', '181336.737500', '181337.197500', '181337.657500', '181338.117500', '181338.577500', '181339.037500', '181339.497500', '181339.957500', '181340.417500', '181340.877500', '181341.337500', '181341.797500', '181342.257500', '181342.717500', '181343.177500', '181343.637500', '181344.097500', '181344.557500', '181345.017500', '181345.477500', '181345.937500', '181346.397500', '181346.857500', '181347.317500', '181347.777500', '181348.237500', '181348.697500', '181349.157500', '181349.617500', '181350.077500', '181350.537500', '181350.997500', '181351.457500', '181351.917500', '181352.377500', '181352.837500', '181353.297500', '181353.757500', '181354.217500', '181354.677500', '181355.137500', '181355.597500', '181356.057500', '181356.517500', '181356.977500', '181357.437500', '181357.897500', '181358.357500', '181358.817500', '181359.277500', '181359.737500', '181400.197500', '181400.657500', '181401.117500', '181401.577500', '181402.037500', '181402.497500', '181402.957500', '181403.417500', '181403.877500', '181404.337500', '181404.797500', '181405.257500', '181405.717500', '181406.177500', '181406.637500', '181407.097500', '181407.557500', '181408.017500', '181408.477500', '181408.937500', '181409.397500', '181409.857500', '181410.317500', '181410.777500', '181411.237500', '181411.697500', '181412.157500', '181412.617500', '181413.077500', '181413.537500', '181413.997500', '181414.457500', '181414.917500', '181415.377500', '181415.837500', '181416.297500', '181416.757500', '181417.217500', '181417.677500', '181418.137500', '181418.597500', '181419.057500', '181419.517500', '181419.977500', '181420.437500', '181420.897500', '181421.357500', '181421.817500', '181422.277500', '181422.737500', '181423.197500', '181423.657500', '181424.117500', '181424.577500', '181425.037500', '181425.497500', '181425.957500', '181426.417500', '181426.877500', '181427.337500', '181427.797500', '181428.257500', '181428.717500', '181429.177500', '181429.637500', '181430.097500', '181430.557500', '181431.017500', '181431.477500', '181431.937500', '181432.397500', '181432.857500', '181433.317500', '181433.777500', '181434.237500', '181434.697500', '181435.157500', '181435.617500', '181436.077500', '181436.537500', '181436.997500', '181437.457500', '181437.917500', '181438.377500', '181438.837500', '181439.297500', '181439.757500', '181440.217500', '181440.677500', '181441.137500', '181441.597500', '181442.057500', '181442.517500', '181442.977500', '181443.437500', '181443.897500', '181444.357500', '181444.817500', '181445.277500', '181445.737500', '181446.197500', '181446.657500', '181447.117500', '181447.577500', '181448.037500', '181448.497500', '181448.957500', '181449.417500', '181449.877500', '181450.337500', '181450.797500', '181451.257500', '181451.717500', '181452.177500', '181452.637500', '181453.097500', '181453.557500', '181454.017500', '181454.477500', '181454.937500', '181455.397500', '181455.857500', '181456.317500', '181456.777500', '181457.237500', '181457.697500', '181458.157500', '181458.617500', '181459.077500', '181459.537500', '181459.997500', '181500.457500', '181500.917500', '181501.377500', '181501.837500', '181502.297500', '181502.757500', '181503.217500', '181503.677500', '181504.137500', '181504.597500', '181505.057500', '181505.517500', '181505.977500', '181506.437500', '181506.897500', '181507.357500', '181507.817500', '181508.277500', '181508.737500', '181509.197500', '181509.657500', '181510.117500', '181510.577500', '181511.037500', '181511.497500', '181511.957500', '181512.417500', '181512.877500', '181513.337500', '181513.797500', '181514.257500', '181514.717500', '181515.177500', '181515.637500', '181516.097500', '181516.557500', '181517.017500', '181517.477500', '181517.937500', '181518.397500', '181518.857500', '181519.317500', '181519.777500', '181520.237500', '181520.697500', '181521.157500', '181521.617500', '181522.077500', '181522.537500', '181522.997500', '181523.457500', '181523.917500', '181524.377500', '181524.837500', '181525.297500', '181525.757500', '181526.217500', '181526.677500', '181527.137500', '181527.597500', '181528.057500', '181528.517500', '181528.977500', '181529.437500', '181529.897500', '181530.357500', '181530.817500', '181531.277500', '181531.737500', '181532.197500'], 'ContentTime': ['180320.418000', '180320.421000', '180320.424000', '180320.427000', '180320.430000', '180320.433000', '180320.435000', '180320.438000', '180320.441000', '180320.452000', '180320.455000', '180320.458000', '180320.461000', '180320.463000', '180320.466000', '180320.469000', '180320.472000', '180320.475000', '180320.478000', '180320.480000', '180320.483000', '180320.486000', '180320.489000', '180320.492000', '180320.494000', '180320.497000', '180320.500000', '180320.503000', '180320.506000', '180320.508000', '180320.511000', '180320.514000', '180320.517000', '180320.520000', '180320.522000', '180320.529000', '180320.531000', '180320.534000', '180320.537000', '180320.540000', '180320.542000', '180320.545000', '180320.548000', '180320.551000', '180320.554000', '180320.556000', '180340.376000', '180340.379000', '180340.382000', '180340.384000', '180340.387000', '180340.390000', '180340.393000', '180340.396000', '180340.398000', '180340.401000', '180340.404000', '180340.407000', '180340.410000', '180340.412000', '180340.415000', '180340.418000', '180340.421000', '180340.424000', '180340.427000', '180340.429000', '180340.432000', '180340.435000', '180340.438000', '180340.441000', '180340.443000', '180340.446000', '180340.449000', '180340.452000', '180340.455000', '180340.457000', '180340.460000', '180340.463000', '180340.466000', '180340.469000', '180340.471000', '180340.474000', '180340.477000', '180340.480000', '180340.483000', '180340.485000', '180340.488000', '180340.491000', '180340.498000', '180400.376000', '180400.379000', '180400.382000', '180400.384000', '180400.387000', '180400.390000', '180400.393000', '180400.396000', '180400.398000', '180400.401000', '180400.404000', '180400.407000', '180400.410000', '180400.413000', '180400.415000', '180400.418000', '180400.421000', '180400.424000', '180400.427000', '180400.429000', '180400.432000', '180400.435000', '180400.438000', '180400.441000', '180400.443000', '180400.446000', '180400.449000', '180400.452000', '180400.455000', '180400.457000', '180400.460000', '180400.463000', '180400.466000', '180400.469000', '180400.472000', '180400.474000', '180400.477000', '180400.495000', '180400.497000', '180400.500000', '180400.503000', '180400.506000', '180400.514000', '180400.516000', '180420.375000', '180420.378000', '180420.381000', '180420.383000', '180420.386000', '180420.389000', '180420.392000', '180420.395000', '180420.398000', '180420.400000', '180420.403000', '180420.406000', '180420.409000', '180420.412000', '180420.414000', '180420.417000', '180420.420000', '180420.423000', '180420.426000', '180420.428000', '180420.431000', '180420.434000', '180420.437000', '180420.440000', '180420.442000', '180420.445000', '180420.448000', '180420.451000', '180420.454000', '180420.456000', '180420.461000', '180420.464000', '180420.467000', '180420.470000', '180420.473000', '180420.476000', '180420.479000', '180420.481000', '180420.484000', '180420.487000', '180420.490000', '180420.493000', '180420.496000', '180440.375000', '180440.378000', '180440.381000', '180440.383000', '180440.386000', '180440.389000', '180440.392000', '180440.395000', '180440.398000', '180440.400000', '180440.403000', '180440.406000', '180440.409000', '180440.412000', '180440.414000', '180440.417000', '180440.420000', '180440.423000', '180440.432000', '180440.435000', '180440.438000', '180440.441000', '180440.444000', '180440.446000', '180440.449000', '180440.452000', '180440.455000', '180440.458000', '180440.461000', '180440.463000', '180440.466000', '180440.469000', '180440.472000', '180440.475000', '180440.477000', '180440.480000', '180440.483000', '180440.486000', '180440.489000', '180440.492000', '180440.494000', '180440.497000', '180440.500000', '180440.503000', '180500.375000', '180500.378000', '180500.381000', '180500.383000', '180500.386000', '180500.389000', '180500.392000', '180500.395000', '180500.397000', '180500.404000', '180500.407000', '180500.409000', '180500.412000', '180500.415000', '180500.418000', '180500.421000', '180500.424000', '180500.426000', '180500.429000', '180500.432000', '180500.435000', '180500.438000', '180500.440000', '180500.443000', '180500.446000', '180500.449000', '180500.451000', '180500.454000', '180500.457000', '180500.460000', '180500.463000', '180500.465000', '180500.468000', '180500.471000', '180500.474000', '180500.477000', '180500.479000', '180500.482000', '180500.485000', '180500.488000', '180500.491000', '180500.493000', '180500.496000', '180520.375000', '180520.378000', '180520.381000', '180520.383000', '180520.386000', '180520.389000', '180520.392000', '180520.395000', '180520.398000', '180520.400000', '180520.403000', '180520.406000', '180520.409000', '180520.412000', '180520.414000', '180520.417000', '180520.420000', '180520.423000', '180520.426000', '180520.429000', '180520.431000', '180520.434000', '180520.437000', '180520.440000', '180520.443000', '180520.445000', '180520.448000', '180520.451000', '180520.454000', '180520.457000', '180520.459000', '180520.462000', '180520.465000', '180520.468000', '180520.471000', '180520.473000', '180520.476000', '180520.479000', '180520.482000', '180520.485000', '180520.487000', '180520.490000', '180520.493000', '180520.496000', '180540.376000', '180540.379000', '180540.382000', '180540.385000', '180540.387000', '180540.390000', '180540.393000', '180540.396000', '180540.399000', '180540.402000', '180540.404000', '180540.407000', '180540.410000', '180540.413000', '180540.416000', '180540.418000', '180540.421000', '180540.424000', '180540.427000', '180540.430000', '180540.433000', '180540.435000', '180540.438000', '180540.441000', '180540.444000', '180540.447000', '180540.449000', '180540.452000', '180540.455000', '180540.458000', '180540.461000', '180540.463000', '180540.474000', '180540.476000', '180540.479000', '180540.482000', '180540.485000', '180540.488000', '180540.490000', '180540.493000', '180540.497000', '180540.500000', '180540.503000', '180600.376000', '180600.379000', '180600.382000', '180600.385000', '180600.387000', '180600.390000', '180600.393000', '180600.396000', '180600.399000', '180600.402000', '180600.404000', '180600.407000', '180600.410000', '180600.413000', '180600.416000', '180600.418000', '180600.421000', '180600.424000', '180600.427000', '180600.430000', '180600.432000', '180600.435000', '180600.438000', '180600.441000', '180600.444000', '180600.446000', '180600.449000', '180600.452000', '180600.455000', '180600.458000', '180600.460000', '180600.463000', '180600.466000', '180600.469000', '180600.472000', '180600.475000', '180600.477000', '180600.480000', '180600.483000', '180600.486000', '180600.488000', '180600.491000', '180600.494000', '180600.497000', '180620.376000', '180620.379000', '180620.382000', '180620.385000', '180620.387000', '180620.390000', '180620.393000', '180620.396000', '180620.399000', '180620.401000', '180620.404000', '180620.407000', '180620.410000', '180620.413000', '180620.416000', '180620.418000', '180620.421000', '180620.424000', '180620.427000', '180620.430000', '180620.433000', '180620.436000', '180620.438000', '180620.441000', '180620.444000', '180620.447000', '180620.450000', '180620.452000', '180620.455000', '180620.458000', '180620.461000', '180620.464000', '180620.466000', '180620.469000', '180620.472000', '180620.475000', '180620.478000', '180620.480000', '180620.483000', '180620.486000', '180620.489000', '180620.492000', '180620.494000', '180640.375000', '180640.378000', '180640.381000', '180640.384000', '180640.386000', '180640.389000', '180640.392000', '180640.395000', '180640.398000', '180640.401000', '180640.403000', '180640.406000', '180640.409000', '180640.412000', '180640.415000', '180640.417000', '180640.420000', '180640.423000', '180640.426000', '180640.429000', '180640.432000', '180640.434000', '180640.437000', '180640.440000', '180640.443000', '180640.446000', '180640.449000', '180640.451000', '180640.454000', '180640.457000', '180640.460000', '180640.463000', '180640.466000', '180640.468000', '180640.471000', '180640.474000', '180640.477000', '180640.479000', '180640.482000', '180640.485000', '180640.488000', '180640.491000', '180640.494000', '180640.496000', '180700.375000', '180700.378000', '180700.381000', '180700.383000', '180700.386000', '180700.389000', '180700.392000', '180700.395000', '180700.397000', '180700.400000', '180700.403000', '180700.406000', '180700.409000', '180700.411000', '180700.414000', '180700.417000', '180700.420000', '180700.423000', '180700.426000', '180700.428000', '180700.431000', '180700.434000', '180700.437000', '180700.440000', '180700.442000', '180700.445000', '180700.448000', '180700.451000', '180700.454000', '180700.457000', '180700.459000', '180700.462000', '180700.465000', '180700.468000', '180700.471000', '180700.474000', '180700.476000', '180700.479000', '180700.482000', '180700.485000', '180700.488000', '180700.491000', '180700.493000', '180720.375000', '180720.378000', '180720.381000', '180720.384000', '180720.387000', '180720.390000', '180720.393000', '180720.396000', '180720.399000', '180720.402000', '180720.404000', '180720.407000', '180720.410000', '180720.413000', '180720.435000', '180720.438000', '180720.440000', '180720.443000', '180720.446000', '180720.449000', '180720.452000', '180720.454000', '180720.457000', '180720.460000', '180720.463000', '180720.466000', '180720.468000', '180720.471000', '180720.474000', '180720.477000', '180720.480000', '180720.483000', '180720.485000', '180720.488000', '180720.491000', '180720.494000', '180720.497000', '180720.499000', '180720.502000', '180720.505000', '180720.508000', '180720.511000', '180720.513000', '180740.375000', '180740.378000', '180740.381000', '180740.384000', '180740.386000', '180740.389000', '180740.392000', '180740.395000', '180740.398000', '180740.400000', '180740.403000', '180740.406000', '180740.409000', '180740.412000', '180740.415000', '180740.417000', '180740.420000', '180740.423000', '180740.426000', '180740.429000', '180740.432000', '180740.434000', '180740.437000', '180740.440000', '180740.443000', '180740.446000', '180740.448000', '180740.451000', '180740.454000', '180740.457000', '180740.460000', '180740.463000', '180740.465000', '180740.468000', '180740.471000', '180740.474000', '180740.477000', '180740.480000', '180740.482000', '180740.485000', '180740.488000', '180740.491000', '180740.494000', '180740.496000', '180800.376000', '180800.379000', '180800.382000', '180800.385000', '180800.387000', '180800.390000', '180800.393000', '180800.396000', '180800.399000', '180800.401000', '180800.405000', '180800.408000', '180800.410000', '180800.413000', '180800.416000', '180800.419000', '180800.422000', '180800.425000', '180800.428000', '180800.430000', '180800.433000', '180800.436000', '180800.439000', '180800.442000', '180800.444000', '180800.447000', '180800.450000', '180800.453000', '180800.456000', '180800.459000', '180800.461000', '180800.464000', '180800.467000', '180800.470000', '180800.473000', '180800.475000', '180800.478000', '180800.481000', '180800.484000', '180800.487000', '180800.489000', '180800.492000', '180800.495000', '180820.376000', '180820.379000', '180820.382000', '180820.385000', '180820.387000', '180820.390000', '180820.393000', '180820.396000', '180820.398000', '180820.401000', '180820.404000', '180820.407000', '180820.410000', '180820.413000', '180820.416000', '180820.418000', '180820.421000', '180820.424000', '180820.427000', '180820.430000', '180820.433000', '180820.435000', '180820.438000', '180820.441000', '180820.444000', '180820.447000', '180820.450000', '180820.453000', '180820.455000', '180820.458000', '180820.461000', '180820.464000', '180820.467000', '180820.469000', '180820.472000', '180820.475000', '180820.478000', '180820.481000', '180820.483000', '180820.486000', '180820.489000', '180820.492000', '180820.495000', '180820.498000', '180840.376000', '180840.379000', '180840.382000', '180840.385000', '180840.388000', '180840.390000', '180840.393000', '180840.396000', '180840.399000', '180840.402000', '180840.405000', '180840.408000', '180840.410000', '180840.413000', '180840.416000', '180840.419000', '180840.422000', '180840.425000', '180840.428000', '180840.432000', '180840.435000', '180840.438000', '180840.440000', '180840.443000', '180840.446000', '180840.466000', '180840.469000', '180840.472000', '180840.475000', '180840.478000', '180840.480000', '180840.483000', '180840.486000', '180840.489000', '180840.492000', '180840.494000', '180840.497000', '180840.500000', '180840.503000', '180840.506000', '180840.509000', '180840.511000', '180840.514000', '180900.375000', '180900.378000', '180900.381000', '180900.384000', '180900.386000', '180900.389000', '180900.392000', '180900.397000', '180900.399000', '180900.402000', '180900.405000', '180900.408000', '180900.411000', '180900.414000', '180900.416000', '180900.419000', '180900.422000', '180900.425000', '180900.428000', '180900.430000', '180900.433000', '180900.436000', '180900.439000', '180900.442000', '180900.444000', '180900.447000', '180900.450000', '180900.453000', '180900.456000', '180900.459000', '180900.461000', '180900.464000', '180900.467000', '180900.470000', '180900.473000', '180900.475000', '180900.478000', '180900.481000', '180900.484000', '180900.487000', '180900.490000', '180900.493000', '180900.495000', '180900.498000', '180920.375000', '180920.378000', '180920.381000', '180920.384000', '180920.386000', '180920.389000', '180920.392000', '180920.395000', '180920.398000', '180920.401000', '180920.404000', '180920.406000', '180920.409000', '180920.412000', '180920.415000', '180920.418000', '180920.420000', '180920.423000', '180920.426000', '180920.429000', '180920.432000', '180920.435000', '180920.437000', '180920.440000', '180920.443000', '180920.446000', '180920.449000', '180920.452000', '180920.455000', '180920.458000', '180920.461000', '180920.463000', '180920.466000', '180920.469000', '180920.472000', '180920.475000', '180920.477000', '180920.480000', '180920.483000', '180920.486000', '180920.489000', '180920.491000', '180920.494000', '180940.375000', '180940.378000', '180940.381000', '180940.384000', '180940.387000', '180940.389000', '180940.392000', '180940.395000', '180940.398000', '180940.401000', '180940.404000', '180940.406000', '180940.409000', '180940.412000', '180940.415000', '180940.418000', '180940.420000', '180940.423000', '180940.426000', '180940.429000', '180940.432000', '180940.435000', '180940.437000', '180940.440000', '180940.443000', '180940.446000', '180940.449000', '180940.451000', '180940.454000', '180940.457000', '180940.460000', '180940.463000', '180940.466000', '180940.468000', '180940.471000', '180940.474000', '180940.477000', '180940.480000', '180940.483000', '180940.485000', '180940.488000', '180940.491000', '180940.494000', '180940.497000', '181000.375000', '181000.378000', '181000.381000', '181000.384000', '181000.386000', '181000.389000', '181000.392000', '181000.395000', '181000.398000', '181000.401000', '181000.403000', '181000.406000', '181000.409000', '181000.423000', '181000.425000', '181000.428000', '181000.431000', '181000.434000', '181000.437000', '181000.439000', '181000.442000', '181000.445000', '181000.448000', '181000.451000', '181000.454000', '181000.457000', '181000.460000', '181000.462000', '181000.465000', '181000.468000', '181000.471000', '181000.474000', '181000.476000', '181000.479000', '181000.482000', '181000.485000', '181000.499000', '181000.502000', '181000.505000', '181000.507000', '181000.510000', '181000.513000', '181000.516000', '181020.376000', '181020.379000', '181020.382000', '181020.385000', '181020.387000', '181020.390000', '181020.393000', '181020.396000', '181020.399000', '181020.401000', '181020.404000', '181020.407000', '181020.410000', '181020.413000', '181020.416000', '181020.418000', '181020.421000', '181020.424000', '181020.427000', '181020.430000', '181020.433000', '181020.435000', '181020.438000', '181020.441000', '181020.444000', '181020.447000', '181020.449000', '181020.452000', '181020.455000', '181020.458000', '181020.461000', '181020.464000', '181020.466000', '181020.469000', '181020.472000', '181020.475000', '181020.478000', '181020.481000', '181020.483000', '181020.486000', '181020.489000', '181020.492000', '181020.495000', '181020.497000', '181040.376000', '181040.379000', '181040.382000', '181040.385000', '181040.387000', '181040.390000', '181040.393000', '181040.396000', '181040.399000', '181040.402000', '181040.405000', '181040.407000', '181040.412000', '181040.415000', '181040.417000', '181040.420000', '181040.423000', '181040.426000', '181040.429000', '181040.432000', '181040.434000', '181040.437000', '181040.440000', '181040.443000', '181040.446000', '181040.448000', '181040.451000', '181040.454000', '181040.457000', '181040.460000', '181040.463000', '181040.466000', '181040.468000', '181040.471000', '181040.474000', '181040.477000', '181040.480000', '181040.483000', '181040.486000', '181040.491000', '181040.493000', '181040.496000', '181040.499000', '181100.376000', '181100.379000', '181100.382000', '181100.385000', '181100.388000', '181100.391000', '181100.393000', '181100.396000', '181100.399000', '181100.402000', '181100.405000', '181100.407000', '181100.410000', '181100.413000', '181100.416000', '181100.419000', '181100.422000', '181100.424000', '181100.427000', '181100.430000', '181100.433000', '181100.436000', '181100.439000', '181100.442000', '181100.444000', '181100.447000', '181100.450000', '181100.453000', '181100.456000', '181100.459000', '181100.461000', '181100.464000', '181100.467000', '181100.470000', '181100.473000', '181100.476000', '181100.478000', '181100.481000', '181100.484000', '181100.487000', '181100.490000', '181100.492000', '181100.495000', '181100.498000', '181120.375000', '181120.378000', '181120.381000', '181120.384000', '181120.386000', '181120.389000', '181120.392000', '181120.395000', '181120.398000', '181120.401000', '181120.403000', '181120.406000', '181120.409000', '181120.412000', '181120.415000', '181120.417000', '181120.420000', '181120.423000', '181120.426000', '181120.428000', '181120.431000', '181120.434000', '181120.437000', '181120.440000', '181120.442000', '181120.445000', '181120.448000', '181120.451000', '181120.454000', '181120.456000', '181120.459000', '181120.462000', '181120.477000', '181120.480000', '181120.482000', '181120.485000', '181120.488000', '181120.491000', '181120.494000', '181120.497000', '181120.500000', '181120.503000', '181120.506000', '181140.375000', '181140.378000', '181140.381000', '181140.384000', '181140.387000', '181140.390000', '181140.392000', '181140.395000', '181140.398000', '181140.401000', '181140.404000', '181140.407000', '181140.409000', '181140.412000', '181140.415000', '181140.418000', '181140.421000', '181140.423000', '181140.426000', '181140.429000', '181140.432000', '181140.435000', '181140.438000', '181140.440000', '181140.443000', '181140.446000', '181140.449000', '181140.452000', '181140.454000', '181140.457000', '181140.460000', '181140.463000', '181140.466000', '181140.469000', '181140.472000', '181140.474000', '181140.477000', '181140.480000', '181140.483000', '181140.486000', '181140.488000', '181140.491000', '181140.494000', '181140.497000', '181200.375000', '181200.378000', '181200.381000', '181200.384000', '181200.387000', '181200.389000', '181200.392000', '181200.395000', '181200.398000', '181200.401000', '181200.403000', '181200.406000', '181200.409000', '181200.412000', '181200.415000', '181200.417000', '181200.420000', '181200.423000', '181200.426000', '181200.429000', '181200.432000', '181200.434000', '181200.437000', '181200.440000', '181200.443000', '181200.447000', '181200.450000', '181200.453000', '181200.456000', '181200.458000', '181200.461000', '181200.464000', '181200.467000', '181200.470000', '181200.473000', '181200.475000', '181200.478000', '181200.481000', '181200.484000', '181200.487000', '181200.489000', '181200.492000', '181200.495000', '181220.375000', '181220.378000', '181220.381000', '181220.384000', '181220.386000', '181220.389000', '181220.392000', '181220.395000', '181220.397000', '181220.400000', '181220.403000', '181220.406000', '181220.409000', '181220.412000', '181220.415000', '181220.417000', '181220.420000', '181220.423000', '181220.426000', '181220.429000', '181220.432000', '181220.434000', '181220.437000', '181220.440000', '181220.443000', '181220.446000', '181220.448000', '181220.451000', '181220.454000', '181220.457000', '181220.460000', '181220.463000', '181220.466000', '181220.468000', '181220.471000', '181220.474000', '181220.477000', '181220.480000', '181220.482000', '181220.485000', '181220.488000', '181220.491000', '181220.494000', '181220.497000', '181240.376000', '181240.379000', '181240.382000', '181240.385000', '181240.388000', '181240.391000', '181240.393000', '181240.396000', '181240.399000', '181240.402000', '181240.405000', '181240.422000', '181240.425000', '181240.428000', '181240.431000', '181240.433000', '181240.436000', '181240.439000', '181240.442000', '181240.445000', '181240.448000', '181240.450000', '181240.453000', '181240.456000', '181240.459000', '181240.462000', '181240.465000', '181240.467000', '181240.470000', '181240.481000', '181240.484000', '181240.487000', '181240.490000', '181240.492000', '181240.495000', '181240.498000', '181240.501000', '181240.504000', '181240.507000', '181240.509000', '181240.512000', '181240.515000', '181240.518000', '181300.376000', '181300.379000', '181300.382000', '181300.385000', '181300.388000', '181300.390000', '181300.393000', '181300.396000', '181300.399000', '181300.401000', '181300.404000', '181300.407000', '181300.410000', '181300.413000', '181300.416000', '181300.419000', '181300.422000', '181300.424000', '181300.427000', '181300.430000', '181300.433000', '181300.436000', '181300.438000', '181300.442000', '181300.445000', '181300.447000', '181300.450000', '181300.453000', '181300.456000', '181300.459000', '181300.462000', '181300.464000', '181300.467000', '181300.470000', '181300.473000', '181300.476000', '181300.478000', '181300.481000', '181300.484000', '181300.487000', '181300.489000', '181300.492000', '181300.495000', '181300.498000', '181320.375000', '181320.378000', '181320.381000', '181320.384000', '181320.386000', '181320.389000', '181320.392000', '181320.395000', '181320.398000', '181320.400000', '181320.403000', '181320.406000', '181320.409000', '181320.412000', '181320.415000', '181320.417000', '181320.420000', '181320.423000', '181320.426000', '181320.429000', '181320.431000', '181320.434000', '181320.437000', '181320.440000', '181320.442000', '181320.445000', '181320.448000', '181320.451000', '181320.454000', '181320.457000', '181320.460000', '181320.462000', '181320.465000', '181320.468000', '181320.471000', '181320.474000', '181320.477000', '181320.479000', '181320.482000', '181320.486000', '181320.489000', '181320.492000', '181320.495000', '181340.375000', '181340.378000', '181340.381000', '181340.383000', '181340.386000', '181340.389000', '181340.392000', '181340.395000', '181340.398000', '181340.400000', '181340.403000', '181340.406000', '181340.409000', '181340.412000', '181340.415000', '181340.417000', '181340.420000', '181340.423000', '181340.426000', '181340.429000', '181340.432000', '181340.435000', '181340.437000', '181340.440000', '181340.443000', '181340.446000', '181340.449000', '181340.453000', '181340.456000', '181340.459000', '181340.461000', '181340.464000', '181340.467000', '181340.470000', '181340.473000', '181340.475000', '181340.478000', '181340.481000', '181340.484000', '181340.487000', '181340.489000', '181340.492000', '181340.495000', '181340.498000', '181400.375000', '181400.378000', '181400.381000', '181400.384000', '181400.387000', '181400.389000', '181400.392000', '181400.395000', '181400.398000', '181400.401000', '181400.404000', '181400.419000', '181400.422000', '181400.424000', '181400.427000', '181400.430000', '181400.433000', '181400.436000', '181400.438000', '181400.441000', '181400.444000', '181400.447000', '181400.450000', '181400.452000', '181400.455000', '181400.458000', '181400.461000', '181400.464000', '181400.467000', '181400.469000', '181400.472000', '181400.475000', '181400.478000', '181400.481000', '181400.484000', '181400.486000', '181400.489000', '181400.492000', '181400.495000', '181400.498000', '181400.500000', '181400.503000', '181400.506000', '181420.375000', '181420.378000', '181420.381000', '181420.384000', '181420.386000', '181420.389000', '181420.392000', '181420.395000', '181420.398000', '181420.400000', '181420.403000', '181420.406000', '181420.409000', '181420.412000', '181420.415000', '181420.417000', '181420.420000', '181420.423000', '181420.426000', '181420.429000', '181420.431000', '181420.434000', '181420.437000', '181420.440000', '181420.443000', '181420.445000', '181420.448000', '181420.451000', '181420.454000', '181420.457000', '181420.460000', '181420.462000', '181420.465000', '181420.468000', '181420.471000', '181420.474000', '181420.476000', '181420.479000', '181420.482000', '181420.485000', '181420.488000', '181420.491000', '181420.493000', '181420.496000', '181440.375000', '181440.378000', '181440.381000', '181440.384000', '181440.387000', '181440.390000', '181440.393000', '181440.395000', '181440.398000', '181440.401000', '181440.404000', '181440.407000', '181440.410000', '181440.412000', '181440.415000', '181440.418000', '181440.421000', '181440.424000', '181440.426000', '181440.429000', '181440.432000', '181440.435000', '181440.438000', '181440.441000', '181440.443000', '181440.446000', '181440.449000', '181440.452000', '181440.455000', '181440.457000', '181440.460000', '181440.463000', '181440.466000', '181440.469000', '181440.471000', '181440.474000', '181440.477000', '181440.480000', '181440.483000', '181440.486000', '181440.488000', '181440.491000', '181440.494000', '181500.376000', '181500.379000', '181500.382000', '181500.385000', '181500.388000', '181500.390000', '181500.393000', '181500.396000', '181500.399000', '181500.402000', '181500.404000', '181500.407000', '181500.410000', '181500.413000', '181500.416000', '181500.419000', '181500.421000', '181500.424000', '181500.427000', '181500.430000', '181500.433000', '181500.435000', '181500.438000', '181500.441000', '181500.444000', '181500.447000', '181500.450000', '181500.452000', '181500.455000', '181500.458000', '181500.461000', '181500.464000', '181500.467000', '181500.469000', '181500.472000', '181500.475000', '181500.478000', '181500.491000', '181500.494000', '181500.497000', '181500.500000', '181500.503000', '181500.505000', '181520.376000', '181520.379000', '181520.382000', '181520.385000', '181520.388000', '181520.390000', '181520.393000', '181520.396000', '181520.399000', '181520.402000', '181520.405000', '181520.408000', '181520.410000', '181520.413000', '181520.416000', '181520.419000', '181520.422000', '181520.424000', '181520.427000', '181520.430000', '181520.433000', '181520.436000', '181520.438000', '181520.441000', '181520.444000', '181520.447000', '181520.450000', '181520.453000', '181520.455000', '181520.458000', '181520.461000', '181520.464000', '181520.467000', '181520.469000', '181520.472000', '181520.475000', '181520.478000', '181520.481000', '181520.484000', '181520.487000', '181520.489000', '181520.492000', '181520.495000', '181520.498000', '181533.557000', '181533.561000', '181533.565000', '181533.570000', '181533.573000', '181533.578000', '181533.581000', '181533.584000', '181533.586000', '181533.589000', '181533.592000', '181533.595000', '181533.598000', '181533.601000', '181533.603000', '181533.606000', '181533.609000', '181533.612000', '181533.616000', '181533.619000', '181533.622000', '181533.624000', '181533.627000', '181533.630000', '181533.633000', '181533.636000', '181533.639000', '181533.642000', '181533.645000'], 'InstanceCreationTime': ['180320.418000', '180320.421000', '180320.424000', '180320.427000', '180320.430000', '180320.433000', '180320.435000', '180320.438000', '180320.441000', '180320.452000', '180320.455000', '180320.458000', '180320.461000', '180320.463000', '180320.466000', '180320.469000', '180320.472000', '180320.475000', '180320.478000', '180320.480000', '180320.483000', '180320.486000', '180320.489000', '180320.492000', '180320.494000', '180320.497000', '180320.500000', '180320.503000', '180320.506000', '180320.508000', '180320.511000', '180320.514000', '180320.517000', '180320.520000', '180320.522000', '180320.529000', '180320.531000', '180320.534000', '180320.537000', '180320.540000', '180320.542000', '180320.545000', '180320.548000', '180320.551000', '180320.554000', '180320.556000', '180340.376000', '180340.379000', '180340.382000', '180340.384000', '180340.387000', '180340.390000', '180340.393000', '180340.396000', '180340.398000', '180340.401000', '180340.404000', '180340.407000', '180340.410000', '180340.412000', '180340.415000', '180340.418000', '180340.421000', '180340.424000', '180340.427000', '180340.429000', '180340.432000', '180340.435000', '180340.438000', '180340.441000', '180340.443000', '180340.446000', '180340.449000', '180340.452000', '180340.455000', '180340.457000', '180340.460000', '180340.463000', '180340.466000', '180340.469000', '180340.471000', '180340.474000', '180340.477000', '180340.480000', '180340.483000', '180340.485000', '180340.488000', '180340.491000', '180340.498000', '180400.376000', '180400.379000', '180400.382000', '180400.384000', '180400.387000', '180400.390000', '180400.393000', '180400.396000', '180400.398000', '180400.401000', '180400.404000', '180400.407000', '180400.410000', '180400.413000', '180400.415000', '180400.418000', '180400.421000', '180400.424000', '180400.427000', '180400.429000', '180400.432000', '180400.435000', '180400.438000', '180400.441000', '180400.443000', '180400.446000', '180400.449000', '180400.452000', '180400.455000', '180400.457000', '180400.460000', '180400.463000', '180400.466000', '180400.469000', '180400.472000', '180400.474000', '180400.477000', '180400.495000', '180400.497000', '180400.500000', '180400.503000', '180400.506000', '180400.514000', '180400.516000', '180420.375000', '180420.378000', '180420.381000', '180420.383000', '180420.386000', '180420.389000', '180420.392000', '180420.395000', '180420.398000', '180420.400000', '180420.403000', '180420.406000', '180420.409000', '180420.412000', '180420.414000', '180420.417000', '180420.420000', '180420.423000', '180420.426000', '180420.428000', '180420.431000', '180420.434000', '180420.437000', '180420.440000', '180420.442000', '180420.445000', '180420.448000', '180420.451000', '180420.454000', '180420.456000', '180420.461000', '180420.464000', '180420.467000', '180420.470000', '180420.473000', '180420.476000', '180420.479000', '180420.481000', '180420.484000', '180420.487000', '180420.490000', '180420.493000', '180420.496000', '180440.375000', '180440.378000', '180440.381000', '180440.383000', '180440.386000', '180440.389000', '180440.392000', '180440.395000', '180440.398000', '180440.400000', '180440.403000', '180440.406000', '180440.409000', '180440.412000', '180440.414000', '180440.417000', '180440.420000', '180440.423000', '180440.432000', '180440.435000', '180440.438000', '180440.441000', '180440.444000', '180440.446000', '180440.449000', '180440.452000', '180440.455000', '180440.458000', '180440.461000', '180440.463000', '180440.466000', '180440.469000', '180440.472000', '180440.475000', '180440.477000', '180440.480000', '180440.483000', '180440.486000', '180440.489000', '180440.492000', '180440.494000', '180440.497000', '180440.500000', '180440.503000', '180500.375000', '180500.378000', '180500.381000', '180500.383000', '180500.386000', '180500.389000', '180500.392000', '180500.395000', '180500.397000', '180500.404000', '180500.407000', '180500.409000', '180500.412000', '180500.415000', '180500.418000', '180500.421000', '180500.424000', '180500.426000', '180500.429000', '180500.432000', '180500.435000', '180500.438000', '180500.440000', '180500.443000', '180500.446000', '180500.449000', '180500.451000', '180500.454000', '180500.457000', '180500.460000', '180500.463000', '180500.465000', '180500.468000', '180500.471000', '180500.474000', '180500.477000', '180500.479000', '180500.482000', '180500.485000', '180500.488000', '180500.491000', '180500.493000', '180500.496000', '180520.375000', '180520.378000', '180520.381000', '180520.383000', '180520.386000', '180520.389000', '180520.392000', '180520.395000', '180520.398000', '180520.400000', '180520.403000', '180520.406000', '180520.409000', '180520.412000', '180520.414000', '180520.417000', '180520.420000', '180520.423000', '180520.426000', '180520.429000', '180520.431000', '180520.434000', '180520.437000', '180520.440000', '180520.443000', '180520.445000', '180520.448000', '180520.451000', '180520.454000', '180520.457000', '180520.459000', '180520.462000', '180520.465000', '180520.468000', '180520.471000', '180520.473000', '180520.476000', '180520.479000', '180520.482000', '180520.485000', '180520.487000', '180520.490000', '180520.493000', '180520.496000', '180540.376000', '180540.379000', '180540.382000', '180540.385000', '180540.387000', '180540.390000', '180540.393000', '180540.396000', '180540.399000', '180540.402000', '180540.404000', '180540.407000', '180540.410000', '180540.413000', '180540.416000', '180540.418000', '180540.421000', '180540.424000', '180540.427000', '180540.430000', '180540.433000', '180540.435000', '180540.438000', '180540.441000', '180540.444000', '180540.447000', '180540.449000', '180540.452000', '180540.455000', '180540.458000', '180540.461000', '180540.463000', '180540.474000', '180540.476000', '180540.479000', '180540.482000', '180540.485000', '180540.488000', '180540.490000', '180540.493000', '180540.497000', '180540.500000', '180540.503000', '180600.376000', '180600.379000', '180600.382000', '180600.385000', '180600.387000', '180600.390000', '180600.393000', '180600.396000', '180600.399000', '180600.402000', '180600.404000', '180600.407000', '180600.410000', '180600.413000', '180600.416000', '180600.418000', '180600.421000', '180600.424000', '180600.427000', '180600.430000', '180600.432000', '180600.435000', '180600.438000', '180600.441000', '180600.444000', '180600.446000', '180600.449000', '180600.452000', '180600.455000', '180600.458000', '180600.460000', '180600.463000', '180600.466000', '180600.469000', '180600.472000', '180600.475000', '180600.477000', '180600.480000', '180600.483000', '180600.486000', '180600.488000', '180600.491000', '180600.494000', '180600.497000', '180620.376000', '180620.379000', '180620.382000', '180620.385000', '180620.387000', '180620.390000', '180620.393000', '180620.396000', '180620.399000', '180620.401000', '180620.404000', '180620.407000', '180620.410000', '180620.413000', '180620.416000', '180620.418000', '180620.421000', '180620.424000', '180620.427000', '180620.430000', '180620.433000', '180620.436000', '180620.438000', '180620.441000', '180620.444000', '180620.447000', '180620.450000', '180620.452000', '180620.455000', '180620.458000', '180620.461000', '180620.464000', '180620.466000', '180620.469000', '180620.472000', '180620.475000', '180620.478000', '180620.480000', '180620.483000', '180620.486000', '180620.489000', '180620.492000', '180620.494000', '180640.375000', '180640.378000', '180640.381000', '180640.384000', '180640.386000', '180640.389000', '180640.392000', '180640.395000', '180640.398000', '180640.401000', '180640.403000', '180640.406000', '180640.409000', '180640.412000', '180640.415000', '180640.417000', '180640.420000', '180640.423000', '180640.426000', '180640.429000', '180640.432000', '180640.434000', '180640.437000', '180640.440000', '180640.443000', '180640.446000', '180640.449000', '180640.451000', '180640.454000', '180640.457000', '180640.460000', '180640.463000', '180640.466000', '180640.468000', '180640.471000', '180640.474000', '180640.477000', '180640.479000', '180640.482000', '180640.485000', '180640.488000', '180640.491000', '180640.494000', '180640.496000', '180700.375000', '180700.378000', '180700.381000', '180700.383000', '180700.386000', '180700.389000', '180700.392000', '180700.395000', '180700.397000', '180700.400000', '180700.403000', '180700.406000', '180700.409000', '180700.411000', '180700.414000', '180700.417000', '180700.420000', '180700.423000', '180700.426000', '180700.428000', '180700.431000', '180700.434000', '180700.437000', '180700.440000', '180700.442000', '180700.445000', '180700.448000', '180700.451000', '180700.454000', '180700.457000', '180700.459000', '180700.462000', '180700.465000', '180700.468000', '180700.471000', '180700.474000', '180700.476000', '180700.479000', '180700.482000', '180700.485000', '180700.488000', '180700.491000', '180700.493000', '180720.375000', '180720.378000', '180720.381000', '180720.384000', '180720.387000', '180720.390000', '180720.393000', '180720.396000', '180720.399000', '180720.402000', '180720.404000', '180720.407000', '180720.410000', '180720.413000', '180720.435000', '180720.438000', '180720.440000', '180720.443000', '180720.446000', '180720.449000', '180720.452000', '180720.454000', '180720.457000', '180720.460000', '180720.463000', '180720.466000', '180720.468000', '180720.471000', '180720.474000', '180720.477000', '180720.480000', '180720.483000', '180720.485000', '180720.488000', '180720.491000', '180720.494000', '180720.497000', '180720.499000', '180720.502000', '180720.505000', '180720.508000', '180720.511000', '180720.513000', '180740.375000', '180740.378000', '180740.381000', '180740.384000', '180740.386000', '180740.389000', '180740.392000', '180740.395000', '180740.398000', '180740.400000', '180740.403000', '180740.406000', '180740.409000', '180740.412000', '180740.415000', '180740.417000', '180740.420000', '180740.423000', '180740.426000', '180740.429000', '180740.432000', '180740.434000', '180740.437000', '180740.440000', '180740.443000', '180740.446000', '180740.448000', '180740.451000', '180740.454000', '180740.457000', '180740.460000', '180740.463000', '180740.465000', '180740.468000', '180740.471000', '180740.474000', '180740.477000', '180740.480000', '180740.482000', '180740.485000', '180740.488000', '180740.491000', '180740.494000', '180740.496000', '180800.376000', '180800.379000', '180800.382000', '180800.385000', '180800.387000', '180800.390000', '180800.393000', '180800.396000', '180800.399000', '180800.401000', '180800.405000', '180800.408000', '180800.410000', '180800.413000', '180800.416000', '180800.419000', '180800.422000', '180800.425000', '180800.428000', '180800.430000', '180800.433000', '180800.436000', '180800.439000', '180800.442000', '180800.444000', '180800.447000', '180800.450000', '180800.453000', '180800.456000', '180800.459000', '180800.461000', '180800.464000', '180800.467000', '180800.470000', '180800.473000', '180800.475000', '180800.478000', '180800.481000', '180800.484000', '180800.487000', '180800.489000', '180800.492000', '180800.495000', '180820.376000', '180820.379000', '180820.382000', '180820.385000', '180820.387000', '180820.390000', '180820.393000', '180820.396000', '180820.398000', '180820.401000', '180820.404000', '180820.407000', '180820.410000', '180820.413000', '180820.416000', '180820.418000', '180820.421000', '180820.424000', '180820.427000', '180820.430000', '180820.433000', '180820.435000', '180820.438000', '180820.441000', '180820.444000', '180820.447000', '180820.450000', '180820.453000', '180820.455000', '180820.458000', '180820.461000', '180820.464000', '180820.467000', '180820.469000', '180820.472000', '180820.475000', '180820.478000', '180820.481000', '180820.483000', '180820.486000', '180820.489000', '180820.492000', '180820.495000', '180820.498000', '180840.376000', '180840.379000', '180840.382000', '180840.385000', '180840.388000', '180840.390000', '180840.393000', '180840.396000', '180840.399000', '180840.402000', '180840.405000', '180840.408000', '180840.410000', '180840.413000', '180840.416000', '180840.419000', '180840.422000', '180840.425000', '180840.428000', '180840.432000', '180840.435000', '180840.438000', '180840.440000', '180840.443000', '180840.446000', '180840.466000', '180840.469000', '180840.472000', '180840.475000', '180840.478000', '180840.480000', '180840.483000', '180840.486000', '180840.489000', '180840.492000', '180840.494000', '180840.497000', '180840.500000', '180840.503000', '180840.506000', '180840.509000', '180840.511000', '180840.514000', '180900.375000', '180900.378000', '180900.381000', '180900.384000', '180900.386000', '180900.389000', '180900.392000', '180900.397000', '180900.399000', '180900.402000', '180900.405000', '180900.408000', '180900.411000', '180900.414000', '180900.416000', '180900.419000', '180900.422000', '180900.425000', '180900.428000', '180900.430000', '180900.433000', '180900.436000', '180900.439000', '180900.442000', '180900.444000', '180900.447000', '180900.450000', '180900.453000', '180900.456000', '180900.459000', '180900.461000', '180900.464000', '180900.467000', '180900.470000', '180900.473000', '180900.475000', '180900.478000', '180900.481000', '180900.484000', '180900.487000', '180900.490000', '180900.493000', '180900.495000', '180900.498000', '180920.375000', '180920.378000', '180920.381000', '180920.384000', '180920.386000', '180920.389000', '180920.392000', '180920.395000', '180920.398000', '180920.401000', '180920.404000', '180920.406000', '180920.409000', '180920.412000', '180920.415000', '180920.418000', '180920.420000', '180920.423000', '180920.426000', '180920.429000', '180920.432000', '180920.435000', '180920.437000', '180920.440000', '180920.443000', '180920.446000', '180920.449000', '180920.452000', '180920.455000', '180920.458000', '180920.461000', '180920.463000', '180920.466000', '180920.469000', '180920.472000', '180920.475000', '180920.477000', '180920.480000', '180920.483000', '180920.486000', '180920.489000', '180920.491000', '180920.494000', '180940.375000', '180940.378000', '180940.381000', '180940.384000', '180940.387000', '180940.389000', '180940.392000', '180940.395000', '180940.398000', '180940.401000', '180940.404000', '180940.406000', '180940.409000', '180940.412000', '180940.415000', '180940.418000', '180940.420000', '180940.423000', '180940.426000', '180940.429000', '180940.432000', '180940.435000', '180940.437000', '180940.440000', '180940.443000', '180940.446000', '180940.449000', '180940.451000', '180940.454000', '180940.457000', '180940.460000', '180940.463000', '180940.466000', '180940.468000', '180940.471000', '180940.474000', '180940.477000', '180940.480000', '180940.483000', '180940.485000', '180940.488000', '180940.491000', '180940.494000', '180940.497000', '181000.375000', '181000.378000', '181000.381000', '181000.384000', '181000.386000', '181000.389000', '181000.392000', '181000.395000', '181000.398000', '181000.401000', '181000.403000', '181000.406000', '181000.409000', '181000.423000', '181000.425000', '181000.428000', '181000.431000', '181000.434000', '181000.437000', '181000.439000', '181000.442000', '181000.445000', '181000.448000', '181000.451000', '181000.454000', '181000.457000', '181000.460000', '181000.462000', '181000.465000', '181000.468000', '181000.471000', '181000.474000', '181000.476000', '181000.479000', '181000.482000', '181000.485000', '181000.499000', '181000.502000', '181000.505000', '181000.507000', '181000.510000', '181000.513000', '181000.516000', '181020.376000', '181020.379000', '181020.382000', '181020.385000', '181020.387000', '181020.390000', '181020.393000', '181020.396000', '181020.399000', '181020.401000', '181020.404000', '181020.407000', '181020.410000', '181020.413000', '181020.416000', '181020.418000', '181020.421000', '181020.424000', '181020.427000', '181020.430000', '181020.433000', '181020.435000', '181020.438000', '181020.441000', '181020.444000', '181020.447000', '181020.449000', '181020.452000', '181020.455000', '181020.458000', '181020.461000', '181020.464000', '181020.466000', '181020.469000', '181020.472000', '181020.475000', '181020.478000', '181020.481000', '181020.483000', '181020.486000', '181020.489000', '181020.492000', '181020.495000', '181020.497000', '181040.376000', '181040.379000', '181040.382000', '181040.385000', '181040.387000', '181040.390000', '181040.393000', '181040.396000', '181040.399000', '181040.402000', '181040.405000', '181040.407000', '181040.412000', '181040.415000', '181040.417000', '181040.420000', '181040.423000', '181040.426000', '181040.429000', '181040.432000', '181040.434000', '181040.437000', '181040.440000', '181040.443000', '181040.446000', '181040.448000', '181040.451000', '181040.454000', '181040.457000', '181040.460000', '181040.463000', '181040.466000', '181040.468000', '181040.471000', '181040.474000', '181040.477000', '181040.480000', '181040.483000', '181040.486000', '181040.491000', '181040.493000', '181040.496000', '181040.499000', '181100.376000', '181100.379000', '181100.382000', '181100.385000', '181100.388000', '181100.391000', '181100.393000', '181100.396000', '181100.399000', '181100.402000', '181100.405000', '181100.407000', '181100.410000', '181100.413000', '181100.416000', '181100.419000', '181100.422000', '181100.424000', '181100.427000', '181100.430000', '181100.433000', '181100.436000', '181100.439000', '181100.442000', '181100.444000', '181100.447000', '181100.450000', '181100.453000', '181100.456000', '181100.459000', '181100.461000', '181100.464000', '181100.467000', '181100.470000', '181100.473000', '181100.476000', '181100.478000', '181100.481000', '181100.484000', '181100.487000', '181100.490000', '181100.492000', '181100.495000', '181100.498000', '181120.375000', '181120.378000', '181120.381000', '181120.384000', '181120.386000', '181120.389000', '181120.392000', '181120.395000', '181120.398000', '181120.401000', '181120.403000', '181120.406000', '181120.409000', '181120.412000', '181120.415000', '181120.417000', '181120.420000', '181120.423000', '181120.426000', '181120.428000', '181120.431000', '181120.434000', '181120.437000', '181120.440000', '181120.442000', '181120.445000', '181120.448000', '181120.451000', '181120.454000', '181120.456000', '181120.459000', '181120.462000', '181120.477000', '181120.480000', '181120.482000', '181120.485000', '181120.488000', '181120.491000', '181120.494000', '181120.497000', '181120.500000', '181120.503000', '181120.506000', '181140.375000', '181140.378000', '181140.381000', '181140.384000', '181140.387000', '181140.390000', '181140.392000', '181140.395000', '181140.398000', '181140.401000', '181140.404000', '181140.407000', '181140.409000', '181140.412000', '181140.415000', '181140.418000', '181140.421000', '181140.423000', '181140.426000', '181140.429000', '181140.432000', '181140.435000', '181140.438000', '181140.440000', '181140.443000', '181140.446000', '181140.449000', '181140.452000', '181140.454000', '181140.457000', '181140.460000', '181140.463000', '181140.466000', '181140.469000', '181140.472000', '181140.474000', '181140.477000', '181140.480000', '181140.483000', '181140.486000', '181140.488000', '181140.491000', '181140.494000', '181140.497000', '181200.375000', '181200.378000', '181200.381000', '181200.384000', '181200.387000', '181200.389000', '181200.392000', '181200.395000', '181200.398000', '181200.401000', '181200.403000', '181200.406000', '181200.409000', '181200.412000', '181200.415000', '181200.417000', '181200.420000', '181200.423000', '181200.426000', '181200.429000', '181200.432000', '181200.434000', '181200.437000', '181200.440000', '181200.443000', '181200.447000', '181200.450000', '181200.453000', '181200.456000', '181200.458000', '181200.461000', '181200.464000', '181200.467000', '181200.470000', '181200.473000', '181200.475000', '181200.478000', '181200.481000', '181200.484000', '181200.487000', '181200.489000', '181200.492000', '181200.495000', '181220.375000', '181220.378000', '181220.381000', '181220.384000', '181220.386000', '181220.389000', '181220.392000', '181220.395000', '181220.397000', '181220.400000', '181220.403000', '181220.406000', '181220.409000', '181220.412000', '181220.415000', '181220.417000', '181220.420000', '181220.423000', '181220.426000', '181220.429000', '181220.432000', '181220.434000', '181220.437000', '181220.440000', '181220.443000', '181220.446000', '181220.448000', '181220.451000', '181220.454000', '181220.457000', '181220.460000', '181220.463000', '181220.466000', '181220.468000', '181220.471000', '181220.474000', '181220.477000', '181220.480000', '181220.482000', '181220.485000', '181220.488000', '181220.491000', '181220.494000', '181220.497000', '181240.376000', '181240.379000', '181240.382000', '181240.385000', '181240.388000', '181240.391000', '181240.393000', '181240.396000', '181240.399000', '181240.402000', '181240.405000', '181240.422000', '181240.425000', '181240.428000', '181240.431000', '181240.433000', '181240.436000', '181240.439000', '181240.442000', '181240.445000', '181240.448000', '181240.450000', '181240.453000', '181240.456000', '181240.459000', '181240.462000', '181240.465000', '181240.467000', '181240.470000', '181240.481000', '181240.484000', '181240.487000', '181240.490000', '181240.492000', '181240.495000', '181240.498000', '181240.501000', '181240.504000', '181240.507000', '181240.509000', '181240.512000', '181240.515000', '181240.518000', '181300.376000', '181300.379000', '181300.382000', '181300.385000', '181300.388000', '181300.390000', '181300.393000', '181300.396000', '181300.399000', '181300.401000', '181300.404000', '181300.407000', '181300.410000', '181300.413000', '181300.416000', '181300.419000', '181300.422000', '181300.424000', '181300.427000', '181300.430000', '181300.433000', '181300.436000', '181300.438000', '181300.442000', '181300.445000', '181300.447000', '181300.450000', '181300.453000', '181300.456000', '181300.459000', '181300.462000', '181300.464000', '181300.467000', '181300.470000', '181300.473000', '181300.476000', '181300.478000', '181300.481000', '181300.484000', '181300.487000', '181300.489000', '181300.492000', '181300.495000', '181300.498000', '181320.375000', '181320.378000', '181320.381000', '181320.384000', '181320.386000', '181320.389000', '181320.392000', '181320.395000', '181320.398000', '181320.400000', '181320.403000', '181320.406000', '181320.409000', '181320.412000', '181320.415000', '181320.417000', '181320.420000', '181320.423000', '181320.426000', '181320.429000', '181320.431000', '181320.434000', '181320.437000', '181320.440000', '181320.442000', '181320.445000', '181320.448000', '181320.451000', '181320.454000', '181320.457000', '181320.460000', '181320.462000', '181320.465000', '181320.468000', '181320.471000', '181320.474000', '181320.477000', '181320.479000', '181320.482000', '181320.486000', '181320.489000', '181320.492000', '181320.495000', '181340.375000', '181340.378000', '181340.381000', '181340.383000', '181340.386000', '181340.389000', '181340.392000', '181340.395000', '181340.398000', '181340.400000', '181340.403000', '181340.406000', '181340.409000', '181340.412000', '181340.415000', '181340.417000', '181340.420000', '181340.423000', '181340.426000', '181340.429000', '181340.432000', '181340.435000', '181340.437000', '181340.440000', '181340.443000', '181340.446000', '181340.449000', '181340.453000', '181340.456000', '181340.459000', '181340.461000', '181340.464000', '181340.467000', '181340.470000', '181340.473000', '181340.475000', '181340.478000', '181340.481000', '181340.484000', '181340.487000', '181340.489000', '181340.492000', '181340.495000', '181340.498000', '181400.375000', '181400.378000', '181400.381000', '181400.384000', '181400.387000', '181400.389000', '181400.392000', '181400.395000', '181400.398000', '181400.401000', '181400.404000', '181400.419000', '181400.422000', '181400.424000', '181400.427000', '181400.430000', '181400.433000', '181400.436000', '181400.438000', '181400.441000', '181400.444000', '181400.447000', '181400.450000', '181400.452000', '181400.455000', '181400.458000', '181400.461000', '181400.464000', '181400.467000', '181400.469000', '181400.472000', '181400.475000', '181400.478000', '181400.481000', '181400.484000', '181400.486000', '181400.489000', '181400.492000', '181400.495000', '181400.498000', '181400.500000', '181400.503000', '181400.506000', '181420.375000', '181420.378000', '181420.381000', '181420.384000', '181420.386000', '181420.389000', '181420.392000', '181420.395000', '181420.398000', '181420.400000', '181420.403000', '181420.406000', '181420.409000', '181420.412000', '181420.415000', '181420.417000', '181420.420000', '181420.423000', '181420.426000', '181420.429000', '181420.431000', '181420.434000', '181420.437000', '181420.440000', '181420.443000', '181420.445000', '181420.448000', '181420.451000', '181420.454000', '181420.457000', '181420.460000', '181420.462000', '181420.465000', '181420.468000', '181420.471000', '181420.474000', '181420.476000', '181420.479000', '181420.482000', '181420.485000', '181420.488000', '181420.491000', '181420.493000', '181420.496000', '181440.375000', '181440.378000', '181440.381000', '181440.384000', '181440.387000', '181440.390000', '181440.393000', '181440.395000', '181440.398000', '181440.401000', '181440.404000', '181440.407000', '181440.410000', '181440.412000', '181440.415000', '181440.418000', '181440.421000', '181440.424000', '181440.426000', '181440.429000', '181440.432000', '181440.435000', '181440.438000', '181440.441000', '181440.443000', '181440.446000', '181440.449000', '181440.452000', '181440.455000', '181440.457000', '181440.460000', '181440.463000', '181440.466000', '181440.469000', '181440.471000', '181440.474000', '181440.477000', '181440.480000', '181440.483000', '181440.486000', '181440.488000', '181440.491000', '181440.494000', '181500.376000', '181500.379000', '181500.382000', '181500.385000', '181500.388000', '181500.390000', '181500.393000', '181500.396000', '181500.399000', '181500.402000', '181500.404000', '181500.407000', '181500.410000', '181500.413000', '181500.416000', '181500.419000', '181500.421000', '181500.424000', '181500.427000', '181500.430000', '181500.433000', '181500.435000', '181500.438000', '181500.441000', '181500.444000', '181500.447000', '181500.450000', '181500.452000', '181500.455000', '181500.458000', '181500.461000', '181500.464000', '181500.467000', '181500.469000', '181500.472000', '181500.475000', '181500.478000', '181500.491000', '181500.494000', '181500.497000', '181500.500000', '181500.503000', '181500.505000', '181520.376000', '181520.379000', '181520.382000', '181520.385000', '181520.388000', '181520.390000', '181520.393000', '181520.396000', '181520.399000', '181520.402000', '181520.405000', '181520.408000', '181520.410000', '181520.413000', '181520.416000', '181520.419000', '181520.422000', '181520.424000', '181520.427000', '181520.430000', '181520.433000', '181520.436000', '181520.438000', '181520.441000', '181520.444000', '181520.447000', '181520.450000', '181520.453000', '181520.455000', '181520.458000', '181520.461000', '181520.464000', '181520.467000', '181520.469000', '181520.472000', '181520.475000', '181520.478000', '181520.481000', '181520.484000', '181520.487000', '181520.489000', '181520.492000', '181520.495000', '181520.498000', '181533.557000', '181533.561000', '181533.565000', '181533.570000', '181533.573000', '181533.578000', '181533.581000', '181533.584000', '181533.586000', '181533.589000', '181533.592000', '181533.595000', '181533.598000', '181533.601000', '181533.603000', '181533.606000', '181533.609000', '181533.612000', '181533.616000', '181533.619000', '181533.622000', '181533.624000', '181533.627000', '181533.630000', '181533.633000', '181533.636000', '181533.639000', '181533.642000', '181533.645000'], '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': [14950, 11304, 8204, 9756, 8229, 10239, 9448, 8267, 14582, 8241, 13375, 8387, 13068, 9473, 13364, 10546, 13137, 9963, 12801, 9479, 14537, 9666, 14604, 9464, 10135, 7497, 8597, 8918, 8935, 13406, 8934, 11503, 7893, 14379, 7627, 13593, 8679, 11770, 7652, 9315, 7508, 8483, 8427, 9437, 8474, 9628, 7559, 9343, 8189, 10186, 8525, 9194, 7706, 9592, 9695, 9866, 12852, 9689, 14489, 8625, 12527, 8653, 12635, 7698, 10253, 7392, 9972, 7983, 11798, 7681, 10485, 9012, 9869, 11268, 10276, 13357, 10171, 13014, 9904, 15488, 11613, 14405, 10681, 14093, 9446, 13380, 10541, 13271, 9431, 11195, 7796, 10753, 8349, 12676, 9815, 9420, 8721, 8763, 13320, 10814, 14710, 9705, 14346, 9352, 11448, 8790, 11875, 9172, 9129, 8671, 8947, 8040, 11033, 7907, 10574, 7758, 10814, 7908, 13989, 12623, 10228, 13515, 8832, 15029, 9726, 14293, 12381, 12766, 8279, 11242, 7804, 12175, 10120, 13889, 8900, 8919, 8047, 8570, 9760, 10922, 8017, 9179, 8060, 9619, 7792, 10241, 12569, 10131, 13424, 9150, 13960, 9147, 14218, 12409, 9773, 8850, 8889, 11513, 8771, 13555, 10104, 8489, 9107, 10354, 8179, 13367, 10117, 13960, 9442, 12982, 8912, 13018, 8804, 12243, 9351, 11495, 7937, 10488, 7999, 8726, 14292, 11387, 15786, 9049, 12275, 8369, 10726, 9555, 12218, 8036, 9458, 7838, 9456, 8116, 12300, 8048, 9759, 8057, 9810, 8053, 12253, 8882, 10856, 7966, 9215, 8151, 10066, 13800, 11158, 7887, 9259, 9053, 8776, 12270, 10180, 9623, 9029, 8114, 8975, 11858, 10224, 15578, 10303, 14442, 9312, 13990, 9957, 14047, 8305, 11126, 8247, 9532, 9959, 10151, 11917, 10502, 8071, 9070, 8431, 8983, 10143, 10184, 12013, 9281, 12252, 8975, 13118, 8561, 14014, 8878, 12469, 8445, 10708, 8028, 13411, 10724, 13680, 8179, 13253, 8203, 13606, 9807, 13869, 10234, 9999, 8310, 9161, 9157, 9230, 15895, 10872, 8874, 9436, 10406, 8903, 13452, 8741, 14363, 8278, 11417, 8166, 10075, 7661, 11981, 8713, 10353, 8033, 9331, 8020, 9945, 9688, 10987, 9623, 11707, 8783, 8280, 12290, 7978, 13408, 10391, 15196, 13517, 14152, 8724, 11932, 11000, 10622, 16492, 12947, 17530, 10594, 14448, 9803, 12957, 9875, 13762, 9373, 12434, 8984, 11719, 9054, 11049, 9282, 9368, 9608, 7964, 9247, 8498, 9470, 10808, 11215, 8434, 10190, 8182, 9204, 8287, 8918, 12348, 9812, 10531, 9665, 10701, 8999, 10494, 9265, 7921, 9392, 7827, 9128, 9518, 9080, 14521, 10138, 13597, 9250, 13112, 8627, 12805, 11124, 13579, 9099, 9753, 8006, 9031, 7983, 9812, 7962, 9461, 7896, 10474, 8003, 12220, 7955, 13665, 7968, 11894, 8006, 13907, 13320, 13602, 8596, 9720, 7831, 10225, 12551, 11467, 7913, 10135, 8392, 9237, 8664, 10879, 7904, 10967, 7992, 10206, 8874, 10356, 17575, 12885, 15931, 8557, 13094, 10269, 10316, 12897, 9953, 13127, 8951, 11799, 7852, 10865, 7825, 10937, 7881, 10421, 7653, 10411, 8226, 9964, 8171, 10170, 10855, 9971, 11073, 9014, 14285, 9182, 15448, 8884, 12982, 8166, 11250, 7761, 15017, 9045, 13458, 8586, 12241, 8483, 13024, 9580, 13881, 8016, 11394, 7930, 10939, 9315, 15302, 8799, 12695, 8132, 10805, 7390, 12134, 8935, 11225, 8410, 9732, 8125, 10138, 9245, 11085, 7705, 10072, 7941, 10030, 8159, 11427, 7360, 10909, 7246, 11181, 7628, 10826, 11179, 11495, 9222, 9745, 7897, 9473, 8250, 9592, 8055, 10240, 8060, 9994, 8131, 9570, 15927, 10038, 15156, 8384, 10549, 7761, 9911, 8257, 11162, 7741, 11416, 7559, 11023, 7886, 11582, 7731, 14870, 10620, 14116, 9018, 9721, 17811, 10472, 14394, 11323, 9853, 17308, 8916, 12094, 8530, 10691, 7612, 10982, 7622, 8191, 8671, 7804, 9498, 8058, 11118, 8156, 11574, 7910, 14060, 13549, 14566, 9755, 10806, 8640, 10401, 13537, 14509, 9565, 10732, 8639, 10360, 8550, 12699, 8807, 11994, 8184, 11677, 8220, 15419, 11383, 15925, 12372, 9080, 11564, 9092, 8281, 10012, 7512, 13328, 10207, 10930, 10945, 8313, 11062, 9401, 8972, 12710, 12910, 17084, 11735, 17745, 10964, 13982, 10903, 13737, 11871, 9161, 10709, 7184, 10338, 7773, 12636, 9204, 12901, 8515, 11285, 8441, 10033, 8760, 9181, 9362, 8085, 9969, 7279, 11253, 7466, 11177, 7927, 9565, 7833, 9576, 9758, 9733, 11332, 10420, 8197, 9875, 7934, 10387, 11130, 10276, 9898, 9647, 10245, 9217, 13829, 9692, 14428, 8698, 12849, 8200, 13730, 9537, 14140, 8765, 11980, 8294, 12816, 9600, 14712, 10047, 9401, 9813, 9988, 10224, 15945, 11334, 11687, 10275, 10883, 10089, 16313, 11072, 14302, 10349, 11348, 9802, 11316, 9511, 11928, 10735, 8094, 10275, 8569, 10209, 14750, 10459, 16009, 9561, 13965, 8445, 12125, 8622, 12594, 8321, 10186, 8078, 10372, 8163, 11477, 7750, 11154, 7400, 11557, 7739, 11686, 10842, 12255, 8391, 9814, 10317, 9991, 17017, 10653, 15977, 9334, 13555, 8873, 11263, 8047, 11234, 8518, 12962, 8250, 11257, 8115, 11549, 7982, 13085, 9124, 10374, 8254, 9881, 7553, 10268, 7741, 10543, 8185, 9506, 12299, 8706, 15633, 10888, 13983, 9643, 9973, 8321, 9623, 13854, 10271, 10137, 9992, 7720, 9937, 7875, 11716, 8205, 9993, 8538, 14071, 11268, 15801, 10316, 14007, 8919, 14168, 11335, 16329, 12902, 14270, 9378, 12010, 9734, 15307, 11773, 10516, 10506, 7834, 9913, 8315, 12083, 12796, 13689, 9273, 10484, 7959, 9276, 10293, 9502, 11505, 10358, 8079, 10252, 7497, 12363, 7778, 12138, 8189, 13148, 7625, 10986, 7841, 9891, 13850, 9701, 16197, 9209, 12534, 7963, 10845, 7919, 10885, 8437, 7312, 10648, 8617, 7548, 10513, 9144, 14827, 12676, 14021, 9340, 12106, 8498, 14250, 14526, 14955, 12552, 10902, 8830, 10592, 9134, 11370, 16527, 13099, 11152, 10878, 11650, 10083, 16214, 10767, 17724, 10228, 14538, 9680, 11172, 9452, 9045, 9321, 8025, 10174, 7636, 11192, 8650, 10333, 9384, 8416, 11265, 7778, 10306, 8049, 13574, 13354, 14731, 8744, 10944, 8094, 10351, 9495, 14269, 8427, 11091, 8068, 10096, 7745, 13338, 8655, 13727, 8075, 10986, 7554, 10993, 8998, 12069, 8981, 10139, 8597, 9645, 12482, 8822, 13029, 8920, 9642, 8875, 8958, 8552, 12379, 7682, 11843, 7659, 10979, 7408, 10335, 7927, 10592, 12795, 10529, 11577, 10157, 14324, 10205, 16594, 10280, 12571, 9957, 13906, 10389, 16379, 9532, 14040, 9199, 13773, 11088, 13585, 11004, 8730, 12535, 9296, 7720, 9204, 9712, 8237, 11923, 12507, 13152, 9445, 12284, 8140, 14125, 11645, 12555, 14672, 14959, 11817, 11097, 9570, 9867, 8616, 9321, 11389, 9863, 14837, 9467, 12126, 8326, 9881, 7509, 9529, 7397, 9543, 7960, 9426, 8190, 9519, 9696, 10068, 12123, 9768, 14191, 9063, 12434, 8981, 12552, 9901, 9990, 8038, 9179, 8434, 9979, 8216, 10243, 7853, 9872, 7865, 9505, 14356, 8774, 11681, 8913, 12004, 7645, 10063, 7414, 10772, 8104, 14288, 9367, 7965, 9904, 10811, 9383, 15114, 11723, 11632, 10406, 9308, 9840, 15360, 13564, 18972, 13108, 16830, 9939, 13763, 10348, 14451, 12129, 10074, 8769, 9904, 11384, 9015, 13894, 8608, 11366, 8334, 10723, 7971, 10904, 8923, 8004, 9855, 7823, 7975, 9256, 12934, 9680, 8197, 10079, 7773, 14299, 14615, 14146, 15485, 12778, 10899, 9851, 13740, 9892, 17818, 13828, 15128, 10039, 8006, 9490, 8543, 11133, 9563, 13806, 7740, 10497, 7160, 10032, 8818, 11248, 9976, 10021, 13550, 9021, 11332, 8342, 11734, 8740, 8943, 8719, 8239, 10336, 7783, 7733, 9189, 7916, 12574, 8455, 10921, 14028, 10542, 16593, 12395, 16500, 9723, 14220, 9685, 11407, 17672, 10058, 14055, 10832, 14278, 8752, 11506, 7971, 10389, 7445, 10745, 9716, 13513, 9728, 9387, 16772, 8195, 12785, 8660, 10935, 8030, 9926, 11008, 9767, 10339, 9519, 7651, 10701, 7926, 7556, 9161, 7991, 12919, 7515, 12689, 9805, 14982, 9030, 13345, 7782, 12466, 8413, 16470, 13956, 13135, 10736, 9469, 13935, 15893, 19406, 15081, 14301, 13069, 13207, 10821, 9580, 10470, 6957, 9860, 10876, 12918, 10680, 13469, 11952, 7729, 8474, 9310, 7661, 10621, 8749, 7907, 9498, 7696, 7680, 9095, 8550, 7535, 7982, 9751, 8452, 9451, 14583, 15674, 13345, 15339, 14337, 12313, 15561, 11983, 14122, 10285, 9022, 14721, 14123, 9584, 8010, 8585, 8046, 7867, 8830, 8435, 13251, 8224, 7535, 12722, 8387, 11027, 9827, 8271, 12842, 8113, 8340, 9099, 7899, 9949, 8436, 7805, 9383, 8362, 9804, 8195, 9822, 8132, 9563, 8181, 9333, 10757, 9600, 10017, 9729, 8268, 9445, 7872, 9527, 7681, 9656, 7676, 7209, 9651, 8018, 12104, 7799, 11182, 9391, 11458, 7894, 11696, 7845, 11658, 7832, 11585, 8540, 12976, 8009, 12223, 8100, 12298, 8109, 12278, 8227, 13614, 8598, 11256, 7349, 10631, 8151, 10435, 10268, 10198, 10923, 10170, 7705, 10382, 7828, 10224, 13844, 9319, 15774, 9680, 14383, 9116, 10886, 8418, 10457, 8202, 12596, 9242, 13299, 8684, 8627, 9981, 7944, 11136, 8327, 15968, 9842, 8107, 11573, 8775, 14337, 16880, 12232, 7616, 12967, 9672, 7845, 15438, 10918, 9723, 18410, 16121, 16174, 9746, 8161, 11687, 8178, 7683, 11649, 8236, 7972, 12410, 11795, 17079, 15356, 11298, 15960, 11828, 13268, 9802, 18112, 11895, 15905, 10402, 13436, 9306, 12324, 8502, 10396, 7891, 10437, 7926, 10163, 8037, 8038, 9102, 7583, 9620, 11953, 8241, 13195, 8614, 11137, 9043, 9613, 16179, 8919, 14160, 10488, 9690, 16122, 9250, 13389, 7633, 11102, 7778, 9458, 7863, 9358, 7501, 9865, 7392, 9674, 8746, 9728, 12360, 10393, 10108, 9583, 14489, 9822, 15350, 10228, 15478, 9416, 14813, 9229, 15284, 11529, 13403, 9887, 10074, 10076, 10930, 11426, 8739, 15572, 8783, 11233, 10391, 7633, 13019, 13321, 15520, 12394, 15649, 9876, 14369, 11736, 15207, 11584, 8906, 10783, 8013, 10575, 8992, 13908, 10549, 12108, 8759, 10480, 8545, 11361, 8462, 11080, 9541, 8225, 9872, 8305, 11082, 7840, 13317, 8988, 7920, 9865, 9127, 9037, 10610, 10006, 9797, 11154, 7925, 10302, 7774, 10923, 9240, 15637, 8049, 8194, 9533, 13446, 8175, 12045, 8850, 10505, 15348, 9351, 14101, 7868, 10364, 8039, 9498, 10304, 9452, 8331, 9498, 8037, 10028, 7601, 12505, 7626, 12476, 7877, 11833, 13532, 10055, 16844, 13340, 14991, 11574, 11542, 16278, 9430, 10624, 16853, 9593, 13617, 7947, 11238, 7716, 10514, 7545, 7919, 9592, 7976, 10425, 7777, 12488, 8334, 13198, 13423, 12855, 17594, 13183, 15807, 8852, 13654, 9062, 14429, 10476, 15356, 10835, 13542, 8254, 11392, 7801, 11334, 9443, 15143, 8260, 10823, 7310, 10006, 7875, 9546, 14620, 9273, 12924, 9185, 7988, 9653, 7724, 10413, 7718, 7825, 10008, 7809, 14095, 11301, 12879, 11652, 10384, 16878, 10006, 12007, 10235, 11687, 13773, 12844, 17041, 12658, 8658, 13012, 14206, 19408, 15518, 19033, 14598, 13781, 10194, 11863, 9470, 11760, 9961, 9736, 12070, 7979, 11592, 9430, 7714, 9492, 7562, 7625, 9837, 9793, 11083, 13507, 9636, 15941, 9952, 8575, 9684, 7854, 10835, 7717, 11222, 7699, 11286, 8283, 13474, 8722, 12101, 8802, 12684, 8963, 9391, 8534, 9458, 10466, 7646, 9480, 7341, 9426, 7672, 9186, 7883, 9147, 14707, 9805, 13664, 9019, 10684, 7726, 9931, 7928, 9166, 8000, 9525, 8173, 9687, 7975, 10807, 7963, 7929, 9285, 8076, 11899, 7976, 10145, 9560, 7888, 11522, 7845, 14340, 12042, 13660, 10563, 11144, 9829, 12955, 13182, 15332, 12410, 12092, 8810, 9955, 14424, 11120, 16172, 11267, 8481, 9880, 7924, 10396, 7867, 13249, 9055, 12148, 9174, 9115, 9256, 8182, 9893, 12028, 10766, 11589, 10527, 15528, 10312, 17194, 10474, 15462, 9736], 'WindowCenter': [4288.0, 4214.0, 4183.0, 4189.0, 4190.0, 4210.0, 4200.0, 4190.0, 4241.0, 4179.0, 4229.0, 4179.0, 4219.0, 4200.0, 4219.0, 4199.0, 4218.0, 4186.0, 4204.0, 4172.0, 4202.0, 4172.0, 4201.0, 4159.0, 4168.0, 4127.0, 4149.0, 4147.0, 4158.0, 4189.0, 4147.0, 4177.0, 4148.0, 4200.0, 4151.0, 4213.0, 4163.0, 4203.0, 4165.0, 4203.0, 4181.0, 4188.0, 4162.0, 4173.0, 4163.0, 4184.0, 4153.0, 4184.0, 4176.0, 4195.0, 4174.0, 4185.0, 4165.0, 4186.0, 4186.0, 4198.0, 4218.0, 4198.0, 4229.0, 4176.0, 4219.0, 4188.0, 4217.0, 4165.0, 4197.0, 4168.0, 4196.0, 4179.0, 4219.0, 4166.0, 4209.0, 4189.0, 4212.0, 4221.0, 4211.0, 4229.0, 4197.0, 4217.0, 4196.0, 4241.0, 4209.0, 4229.0, 4197.0, 4227.0, 4186.0, 4228.0, 4196.0, 4218.0, 4174.0, 4195.0, 4165.0, 4194.0, 4165.0, 4217.0, 4182.0, 4174.0, 4163.0, 4174.0, 4215.0, 4196.0, 4215.0, 4183.0, 4214.0, 4172.0, 4194.0, 4162.0, 4194.0, 4172.0, 4172.0, 4161.0, 4161.0, 4151.0, 4207.0, 4164.0, 4196.0, 4177.0, 4195.0, 4178.0, 4229.0, 4218.0, 4197.0, 4217.0, 4175.0, 4226.0, 4186.0, 4217.0, 4194.0, 4192.0, 4150.0, 4180.0, 4138.0, 4189.0, 4169.0, 4201.0, 4158.0, 4157.0, 4136.0, 4159.0, 4170.0, 4181.0, 4149.0, 4170.0, 4150.0, 4170.0, 4152.0, 4183.0, 4203.0, 4182.0, 4202.0, 4161.0, 4202.0, 4170.0, 4203.0, 4191.0, 4169.0, 4148.0, 4148.0, 4177.0, 4146.0, 4189.0, 4168.0, 4149.0, 4159.0, 4168.0, 4149.0, 4201.0, 4171.0, 4200.0, 4159.0, 4189.0, 4148.0, 4189.0, 4158.0, 4180.0, 4159.0, 4179.0, 4138.0, 4168.0, 4138.0, 4150.0, 4200.0, 4180.0, 4198.0, 4146.0, 4177.0, 4147.0, 4166.0, 4158.0, 4178.0, 4137.0, 4156.0, 4138.0, 4158.0, 4149.0, 4192.0, 4150.0, 4172.0, 4152.0, 4184.0, 4164.0, 4193.0, 4161.0, 4182.0, 4152.0, 4172.0, 4153.0, 4172.0, 4214.0, 4181.0, 4149.0, 4158.0, 4158.0, 4162.0, 4193.0, 4184.0, 4173.0, 4173.0, 4152.0, 4173.0, 4194.0, 4183.0, 4214.0, 4171.0, 4201.0, 4171.0, 4203.0, 4171.0, 4203.0, 4148.0, 4168.0, 4137.0, 4158.0, 4158.0, 4169.0, 4178.0, 4168.0, 4138.0, 4159.0, 4150.0, 4162.0, 4171.0, 4171.0, 4180.0, 4160.0, 4179.0, 4149.0, 4191.0, 4150.0, 4202.0, 4150.0, 4191.0, 4151.0, 4172.0, 4153.0, 4204.0, 4185.0, 4203.0, 4163.0, 4204.0, 4152.0, 4203.0, 4161.0, 4204.0, 4160.0, 4159.0, 4138.0, 4148.0, 4148.0, 4147.0, 4200.0, 4168.0, 4148.0, 4159.0, 4169.0, 4161.0, 4191.0, 4151.0, 4201.0, 4150.0, 4181.0, 4150.0, 4160.0, 4139.0, 4182.0, 4149.0, 4157.0, 4138.0, 4148.0, 4150.0, 4171.0, 4183.0, 4194.0, 4196.0, 4218.0, 4189.0, 4191.0, 4221.0, 4179.0, 4230.0, 4199.0, 4229.0, 4217.0, 4219.0, 4176.0, 4195.0, 4183.0, 4171.0, 4212.0, 4191.0, 4211.0, 4169.0, 4188.0, 4157.0, 4177.0, 4156.0, 4176.0, 4146.0, 4175.0, 4145.0, 4165.0, 4145.0, 4166.0, 4147.0, 4147.0, 4158.0, 4137.0, 4147.0, 4147.0, 4157.0, 4168.0, 4169.0, 4137.0, 4168.0, 4137.0, 4147.0, 4136.0, 4148.0, 4179.0, 4157.0, 4157.0, 4157.0, 4168.0, 4149.0, 4169.0, 4161.0, 4151.0, 4161.0, 4141.0, 4172.0, 4172.0, 4174.0, 4216.0, 4184.0, 4204.0, 4163.0, 4204.0, 4152.0, 4193.0, 4184.0, 4191.0, 4150.0, 4159.0, 4140.0, 4149.0, 4151.0, 4172.0, 4152.0, 4173.0, 4154.0, 4184.0, 4164.0, 4209.0, 4166.0, 4217.0, 4166.0, 4197.0, 4156.0, 4217.0, 4206.0, 4204.0, 4153.0, 4161.0, 4142.0, 4172.0, 4193.0, 4182.0, 4139.0, 4170.0, 4149.0, 4160.0, 4150.0, 4183.0, 4141.0, 4182.0, 4151.0, 4171.0, 4162.0, 4160.0, 4212.0, 4180.0, 4199.0, 4136.0, 4177.0, 4157.0, 4158.0, 4177.0, 4146.0, 4176.0, 4134.0, 4164.0, 4126.0, 4167.0, 4127.0, 4169.0, 4140.0, 4170.0, 4140.0, 4171.0, 4150.0, 4172.0, 4150.0, 4186.0, 4184.0, 4173.0, 4182.0, 4162.0, 4203.0, 4163.0, 4216.0, 4162.0, 4192.0, 4151.0, 4182.0, 4141.0, 4214.0, 4163.0, 4203.0, 4162.0, 4193.0, 4162.0, 4192.0, 4186.0, 4203.0, 4152.0, 4181.0, 4141.0, 4171.0, 4161.0, 4214.0, 4150.0, 4190.0, 4139.0, 4169.0, 4128.0, 4180.0, 4148.0, 4168.0, 4137.0, 4158.0, 4139.0, 4158.0, 4149.0, 4167.0, 4125.0, 4146.0, 4126.0, 4157.0, 4137.0, 4182.0, 4128.0, 4170.0, 4130.0, 4170.0, 4140.0, 4169.0, 4168.0, 4182.0, 4148.0, 4147.0, 4127.0, 4159.0, 4149.0, 4159.0, 4153.0, 4172.0, 4151.0, 4172.0, 4141.0, 4174.0, 4215.0, 4162.0, 4205.0, 4139.0, 4169.0, 4128.0, 4159.0, 4151.0, 4184.0, 4153.0, 4183.0, 4151.0, 4183.0, 4155.0, 4196.0, 4155.0, 4219.0, 4186.0, 4206.0, 4164.0, 4163.0, 4215.0, 4160.0, 4193.0, 4159.0, 4147.0, 4197.0, 4135.0, 4164.0, 4134.0, 4157.0, 4138.0, 4169.0, 4141.0, 4150.0, 4163.0, 4153.0, 4186.0, 4168.0, 4197.0, 4167.0, 4197.0, 4167.0, 4217.0, 4218.0, 4217.0, 4174.0, 4182.0, 4151.0, 4171.0, 4192.0, 4205.0, 4160.0, 4170.0, 4150.0, 4160.0, 4149.0, 4193.0, 4149.0, 4179.0, 4138.0, 4168.0, 4137.0, 4202.0, 4169.0, 4199.0, 4181.0, 4150.0, 4169.0, 4158.0, 4137.0, 4157.0, 4127.0, 4189.0, 4160.0, 4170.0, 4170.0, 4151.0, 4167.0, 4146.0, 4147.0, 4179.0, 4179.0, 4198.0, 4168.0, 4197.0, 4154.0, 4174.0, 4142.0, 4163.0, 4142.0, 4120.0, 4141.0, 4088.0, 4130.0, 4111.0, 4162.0, 4132.0, 4162.0, 4122.0, 4151.0, 4123.0, 4143.0, 4135.0, 4145.0, 4145.0, 4137.0, 4158.0, 4128.0, 4171.0, 4129.0, 4182.0, 4140.0, 4159.0, 4129.0, 4159.0, 4158.0, 4162.0, 4184.0, 4172.0, 4148.0, 4171.0, 4151.0, 4173.0, 4184.0, 4185.0, 4173.0, 4173.0, 4173.0, 4173.0, 4205.0, 4188.0, 4216.0, 4162.0, 4193.0, 4153.0, 4204.0, 4177.0, 4204.0, 4163.0, 4193.0, 4153.0, 4194.0, 4174.0, 4216.0, 4174.0, 4164.0, 4173.0, 4175.0, 4173.0, 4215.0, 4183.0, 4181.0, 4171.0, 4171.0, 4171.0, 4211.0, 4183.0, 4191.0, 4159.0, 4168.0, 4159.0, 4169.0, 4162.0, 4181.0, 4171.0, 4140.0, 4171.0, 4146.0, 4159.0, 4202.0, 4171.0, 4200.0, 4159.0, 4190.0, 4138.0, 4179.0, 4149.0, 4181.0, 4137.0, 4158.0, 4126.0, 4158.0, 4138.0, 4183.0, 4140.0, 4182.0, 4141.0, 4181.0, 4153.0, 4183.0, 4184.0, 4193.0, 4151.0, 4161.0, 4159.0, 4161.0, 4212.0, 4170.0, 4202.0, 4149.0, 4180.0, 4149.0, 4168.0, 4140.0, 4169.0, 4153.0, 4191.0, 4151.0, 4170.0, 4141.0, 4182.0, 4141.0, 4194.0, 4150.0, 4160.0, 4138.0, 4160.0, 4142.0, 4171.0, 4142.0, 4184.0, 4152.0, 4162.0, 4193.0, 4164.0, 4215.0, 4183.0, 4203.0, 4160.0, 4160.0, 4136.0, 4160.0, 4190.0, 4173.0, 4171.0, 4185.0, 4142.0, 4173.0, 4168.0, 4196.0, 4167.0, 4186.0, 4166.0, 4218.0, 4198.0, 4229.0, 4184.0, 4216.0, 4163.0, 4204.0, 4183.0, 4216.0, 4193.0, 4191.0, 4161.0, 4179.0, 4159.0, 4200.0, 4182.0, 4158.0, 4157.0, 4125.0, 4146.0, 4136.0, 4167.0, 4167.0, 4177.0, 4135.0, 4144.0, 4112.0, 4133.0, 4144.0, 4133.0, 4153.0, 4157.0, 4125.0, 4156.0, 4128.0, 4179.0, 4152.0, 4182.0, 4151.0, 4205.0, 4141.0, 4173.0, 4141.0, 4163.0, 4191.0, 4161.0, 4203.0, 4160.0, 4180.0, 4138.0, 4170.0, 4140.0, 4185.0, 4179.0, 4166.0, 4211.0, 4192.0, 4192.0, 4213.0, 4215.0, 4246.0, 4221.0, 4232.0, 4178.0, 4194.0, 4166.0, 4216.0, 4202.0, 4205.0, 4179.0, 4170.0, 4148.0, 4157.0, 4135.0, 4167.0, 4199.0, 4177.0, 4156.0, 4154.0, 4154.0, 4144.0, 4185.0, 4155.0, 4186.0, 4131.0, 4172.0, 4132.0, 4141.0, 4144.0, 4132.0, 4145.0, 4139.0, 4173.0, 4184.0, 4211.0, 4164.0, 4172.0, 4163.0, 4152.0, 4183.0, 4142.0, 4171.0, 4152.0, 4192.0, 4204.0, 4203.0, 4150.0, 4170.0, 4128.0, 4158.0, 4148.0, 4190.0, 4138.0, 4168.0, 4138.0, 4159.0, 4139.0, 4179.0, 4139.0, 4191.0, 4141.0, 4158.0, 4139.0, 4158.0, 4136.0, 4167.0, 4123.0, 4143.0, 4122.0, 4134.0, 4164.0, 4134.0, 4176.0, 4136.0, 4145.0, 4148.0, 4146.0, 4150.0, 4188.0, 4140.0, 4195.0, 4143.0, 4171.0, 4130.0, 4172.0, 4141.0, 4187.0, 4194.0, 4173.0, 4182.0, 4173.0, 4202.0, 4174.0, 4213.0, 4173.0, 4181.0, 4172.0, 4192.0, 4174.0, 4213.0, 4161.0, 4190.0, 4161.0, 4204.0, 4156.0, 4161.0, 4158.0, 4119.0, 4216.0, 4186.0, 4177.0, 4200.0, 4188.0, 4167.0, 4208.0, 4207.0, 4208.0, 4175.0, 4195.0, 4152.0, 4202.0, 4169.0, 4180.0, 4188.0, 4202.0, 4166.0, 4155.0, 4144.0, 4143.0, 4122.0, 4133.0, 4153.0, 4132.0, 4163.0, 4130.0, 4150.0, 4109.0, 4130.0, 4100.0, 4132.0, 4125.0, 4145.0, 4137.0, 4147.0, 4138.0, 4161.0, 4160.0, 4173.0, 4181.0, 4172.0, 4202.0, 4163.0, 4196.0, 4151.0, 4181.0, 4158.0, 4147.0, 4127.0, 4149.0, 4138.0, 4173.0, 4150.0, 4172.0, 4154.0, 4173.0, 4151.0, 4173.0, 4204.0, 4152.0, 4194.0, 4167.0, 4194.0, 4154.0, 4174.0, 4157.0, 4185.0, 4155.0, 4230.0, 4177.0, 4168.0, 4188.0, 4198.0, 4177.0, 4217.0, 4210.0, 4196.0, 4186.0, 4164.0, 4174.0, 4215.0, 4204.0, 4225.0, 4193.0, 4214.0, 4161.0, 4192.0, 4157.0, 4189.0, 4165.0, 4133.0, 4121.0, 4146.0, 4155.0, 4134.0, 4176.0, 4134.0, 4154.0, 4125.0, 4155.0, 4138.0, 4198.0, 4223.0, 4172.0, 4174.0, 4142.0, 4155.0, 4148.0, 4149.0, 4146.0, 4151.0, 4172.0, 4154.0, 4215.0, 4202.0, 4203.0, 4203.0, 4193.0, 4171.0, 4159.0, 4189.0, 4159.0, 4211.0, 4191.0, 4188.0, 4145.0, 4123.0, 4132.0, 4123.0, 4155.0, 4145.0, 4189.0, 4129.0, 4156.0, 4116.0, 4146.0, 4135.0, 4154.0, 4131.0, 4133.0, 4161.0, 4120.0, 4141.0, 4122.0, 4165.0, 4135.0, 4145.0, 4136.0, 4150.0, 4173.0, 4142.0, 4155.0, 4188.0, 4167.0, 4220.0, 4179.0, 4197.0, 4217.0, 4186.0, 4215.0, 4194.0, 4214.0, 4161.0, 4192.0, 4147.0, 4169.0, 4198.0, 4144.0, 4176.0, 4155.0, 4187.0, 4136.0, 4166.0, 4137.0, 4156.0, 4140.0, 4169.0, 4158.0, 4190.0, 4147.0, 4147.0, 4186.0, 4124.0, 4166.0, 4123.0, 4143.0, 4111.0, 4131.0, 4142.0, 4143.0, 4145.0, 4146.0, 4125.0, 4156.0, 4138.0, 4141.0, 4161.0, 4153.0, 4207.0, 4146.0, 4207.0, 4175.0, 4228.0, 4165.0, 4205.0, 4154.0, 4221.0, 4151.0, 4228.0, 4216.0, 4206.0, 4184.0, 4160.0, 4190.0, 4201.0, 4209.0, 4176.0, 4163.0, 4139.0, 4138.0, 4128.0, 4151.0, 4145.0, 4073.0, 4102.0, 4098.0, 4106.0, 4099.0, 4159.0, 4138.0, 4108.0, 4118.0, 4117.0, 4110.0, 4153.0, 4123.0, 4124.0, 4157.0, 4126.0, 4138.0, 4159.0, 4148.0, 4139.0, 4150.0, 4171.0, 4164.0, 4175.0, 4229.0, 4230.0, 4230.0, 4229.0, 4219.0, 4221.0, 4258.0, 4252.0, 4204.0, 4160.0, 4150.0, 4176.0, 4178.0, 4160.0, 4138.0, 4137.0, 4126.0, 4124.0, 4133.0, 4125.0, 4175.0, 4136.0, 4125.0, 4176.0, 4136.0, 4169.0, 4159.0, 4137.0, 4190.0, 4139.0, 4151.0, 4149.0, 4139.0, 4159.0, 4138.0, 4128.0, 4160.0, 4140.0, 4159.0, 4151.0, 4160.0, 4127.0, 4147.0, 4137.0, 4135.0, 4143.0, 4134.0, 4133.0, 4145.0, 4124.0, 4146.0, 4138.0, 4160.0, 4145.0, 4163.0, 4155.0, 4144.0, 4175.0, 4167.0, 4211.0, 4158.0, 4198.0, 4165.0, 4186.0, 4154.0, 4196.0, 4155.0, 4185.0, 4144.0, 4198.0, 4165.0, 4207.0, 4155.0, 4196.0, 4154.0, 4184.0, 4156.0, 4198.0, 4154.0, 4194.0, 4152.0, 4182.0, 4132.0, 4172.0, 4139.0, 4171.0, 4170.0, 4172.0, 4171.0, 4174.0, 4144.0, 4185.0, 4157.0, 4187.0, 4206.0, 4176.0, 4230.0, 4164.0, 4218.0, 4163.0, 4171.0, 4141.0, 4173.0, 4141.0, 4183.0, 4164.0, 4193.0, 4152.0, 4162.0, 4173.0, 4154.0, 4186.0, 4153.0, 4186.0, 4146.0, 4152.0, 4196.0, 4164.0, 4230.0, 4239.0, 4197.0, 4142.0, 4221.0, 4174.0, 4142.0, 4202.0, 4173.0, 4177.0, 4240.0, 4217.0, 4215.0, 4162.0, 4141.0, 4182.0, 4140.0, 4142.0, 4182.0, 4140.0, 4139.0, 4179.0, 4168.0, 4199.0, 4188.0, 4155.0, 4189.0, 4155.0, 4164.0, 4146.0, 4196.0, 4141.0, 4159.0, 4117.0, 4136.0, 4105.0, 4136.0, 4106.0, 4116.0, 4098.0, 4130.0, 4112.0, 4146.0, 4126.0, 4137.0, 4149.0, 4140.0, 4173.0, 4197.0, 4167.0, 4207.0, 4155.0, 4174.0, 4151.0, 4162.0, 4204.0, 4150.0, 4193.0, 4173.0, 4161.0, 4201.0, 4149.0, 4180.0, 4127.0, 4169.0, 4128.0, 4159.0, 4139.0, 4163.0, 4144.0, 4185.0, 4144.0, 4189.0, 4177.0, 4188.0, 4223.0, 4200.0, 4198.0, 4188.0, 4230.0, 4188.0, 4231.0, 4188.0, 4216.0, 4177.0, 4217.0, 4175.0, 4229.0, 4196.0, 4206.0, 4186.0, 4175.0, 4174.0, 4184.0, 4198.0, 4165.0, 4230.0, 4177.0, 4197.0, 4187.0, 4156.0, 4218.0, 4207.0, 4229.0, 4195.0, 4214.0, 4161.0, 4202.0, 4181.0, 4201.0, 4169.0, 4148.0, 4156.0, 4126.0, 4157.0, 4136.0, 4178.0, 4144.0, 4153.0, 4124.0, 4142.0, 4125.0, 4166.0, 4126.0, 4169.0, 4146.0, 4125.0, 4146.0, 4137.0, 4168.0, 4139.0, 4204.0, 4151.0, 4141.0, 4172.0, 4149.0, 4163.0, 4172.0, 4161.0, 4162.0, 4171.0, 4141.0, 4186.0, 4144.0, 4172.0, 4175.0, 4215.0, 4142.0, 4153.0, 4173.0, 4194.0, 4156.0, 4198.0, 4152.0, 4173.0, 4201.0, 4149.0, 4191.0, 4127.0, 4146.0, 4127.0, 4158.0, 4159.0, 4172.0, 4150.0, 4172.0, 4152.0, 4186.0, 4155.0, 4208.0, 4169.0, 4209.0, 4156.0, 4197.0, 4222.0, 4190.0, 4218.0, 4195.0, 4206.0, 4159.0, 4170.0, 4189.0, 4135.0, 4147.0, 4186.0, 4134.0, 4176.0, 4112.0, 4154.0, 4127.0, 4156.0, 4128.0, 4140.0, 4172.0, 4154.0, 4184.0, 4169.0, 4208.0, 4169.0, 4211.0, 4219.0, 4209.0, 4215.0, 4194.0, 4204.0, 4150.0, 4191.0, 4148.0, 4190.0, 4158.0, 4190.0, 4157.0, 4178.0, 4125.0, 4155.0, 4127.0, 4156.0, 4147.0, 4188.0, 4125.0, 4156.0, 4114.0, 4145.0, 4112.0, 4133.0, 4176.0, 4134.0, 4177.0, 4147.0, 4139.0, 4159.0, 4142.0, 4171.0, 4141.0, 4142.0, 4185.0, 4157.0, 4234.0, 4209.0, 4210.0, 4197.0, 4189.0, 4227.0, 4175.0, 4194.0, 4174.0, 4196.0, 4223.0, 4220.0, 4240.0, 4206.0, 4163.0, 4191.0, 4193.0, 4226.0, 4191.0, 4201.0, 4166.0, 4164.0, 4132.0, 4141.0, 4118.0, 4139.0, 4117.0, 4120.0, 4141.0, 4099.0, 4128.0, 4106.0, 4099.0, 4119.0, 4098.0, 4098.0, 4129.0, 4132.0, 4157.0, 4178.0, 4161.0, 4200.0, 4160.0, 4139.0, 4148.0, 4140.0, 4158.0, 4126.0, 4156.0, 4115.0, 4143.0, 4123.0, 4165.0, 4124.0, 4153.0, 4123.0, 4164.0, 4123.0, 4133.0, 4123.0, 4133.0, 4144.0, 4115.0, 4134.0, 4114.0, 4133.0, 4113.0, 4134.0, 4126.0, 4134.0, 4174.0, 4132.0, 4163.0, 4122.0, 4143.0, 4112.0, 4144.0, 4125.0, 4135.0, 4127.0, 4159.0, 4151.0, 4161.0, 4153.0, 4186.0, 4155.0, 4152.0, 4176.0, 4156.0, 4209.0, 4171.0, 4189.0, 4189.0, 4171.0, 4211.0, 4170.0, 4231.0, 4208.0, 4220.0, 4188.0, 4198.0, 4176.0, 4196.0, 4195.0, 4218.0, 4184.0, 4183.0, 4150.0, 4162.0, 4202.0, 4169.0, 4201.0, 4169.0, 4138.0, 4148.0, 4126.0, 4157.0, 4126.0, 4192.0, 4150.0, 4179.0, 4150.0, 4148.0, 4149.0, 4139.0, 4160.0, 4181.0, 4170.0, 4170.0, 4159.0, 4189.0, 4146.0, 4198.0, 4145.0, 4176.0, 4134.0], 'WindowWidth': [9485.0, 9358.0, 9312.0, 9314.0, 9318.0, 9343.0, 9329.0, 9316.0, 9387.0, 9299.0, 9366.0, 9296.0, 9351.0, 9326.0, 9351.0, 9322.0, 9350.0, 9299.0, 9324.0, 9272.0, 9315.0, 9272.0, 9311.0, 9250.0, 9262.0, 9207.0, 9237.0, 9233.0, 9249.0, 9290.0, 9233.0, 9273.0, 9236.0, 9309.0, 9246.0, 9333.0, 9265.0, 9318.0, 9271.0, 9337.0, 9305.0, 9307.0, 9260.0, 9278.0, 9263.0, 9294.0, 9252.0, 9296.0, 9289.0, 9312.0, 9283.0, 9300.0, 9272.0, 9300.0, 9303.0, 9322.0, 9349.0, 9321.0, 9367.0, 9289.0, 9350.0, 9308.0, 9344.0, 9272.0, 9318.0, 9281.0, 9316.0, 9298.0, 9349.0, 9274.0, 9337.0, 9311.0, 9345.0, 9357.0, 9343.0, 9365.0, 9318.0, 9346.0, 9314.0, 9387.0, 9338.0, 9370.0, 9317.0, 9360.0, 9298.0, 9362.0, 9314.0, 9348.0, 9282.0, 9309.0, 9270.0, 9309.0, 9270.0, 9345.0, 9289.0, 9279.0, 9264.0, 9282.0, 9339.0, 9312.0, 9339.0, 9291.0, 9336.0, 9275.0, 9309.0, 9263.0, 9310.0, 9273.0, 9273.0, 9259.0, 9258.0, 9245.0, 9332.0, 9269.0, 9315.0, 9291.0, 9313.0, 9294.0, 9366.0, 9345.0, 9316.0, 9342.0, 9283.0, 9359.0, 9298.0, 9346.0, 9306.0, 9301.0, 9242.0, 9279.0, 9220.0, 9291.0, 9264.0, 9313.0, 9247.0, 9245.0, 9217.0, 9251.0, 9266.0, 9286.0, 9238.0, 9267.0, 9241.0, 9269.0, 9249.0, 9292.0, 9318.0, 9286.0, 9314.0, 9257.0, 9317.0, 9269.0, 9320.0, 9296.0, 9263.0, 9234.0, 9234.0, 9272.0, 9229.0, 9292.0, 9260.0, 9237.0, 9249.0, 9259.0, 9238.0, 9311.0, 9271.0, 9307.0, 9249.0, 9290.0, 9233.0, 9291.0, 9247.0, 9280.0, 9252.0, 9278.0, 9219.0, 9260.0, 9220.0, 9239.0, 9306.0, 9278.0, 9302.0, 9227.0, 9271.0, 9231.0, 9256.0, 9247.0, 9272.0, 9218.0, 9241.0, 9221.0, 9248.0, 9237.0, 9299.0, 9243.0, 9274.0, 9247.0, 9293.0, 9268.0, 9306.0, 9258.0, 9286.0, 9245.0, 9271.0, 9248.0, 9272.0, 9332.0, 9282.0, 9237.0, 9248.0, 9248.0, 9260.0, 9303.0, 9295.0, 9274.0, 9274.0, 9245.0, 9274.0, 9306.0, 9290.0, 9334.0, 9269.0, 9313.0, 9269.0, 9317.0, 9268.0, 9317.0, 9234.0, 9260.0, 9215.0, 9247.0, 9245.0, 9262.0, 9273.0, 9258.0, 9219.0, 9247.0, 9239.0, 9259.0, 9267.0, 9267.0, 9276.0, 9249.0, 9275.0, 9234.0, 9298.0, 9237.0, 9313.0, 9238.0, 9295.0, 9240.0, 9270.0, 9246.0, 9319.0, 9293.0, 9313.0, 9260.0, 9316.0, 9241.0, 9315.0, 9251.0, 9317.0, 9248.0, 9247.0, 9217.0, 9229.0, 9229.0, 9227.0, 9303.0, 9255.0, 9230.0, 9245.0, 9259.0, 9254.0, 9295.0, 9240.0, 9308.0, 9236.0, 9279.0, 9236.0, 9251.0, 9219.0, 9283.0, 9232.0, 9241.0, 9216.0, 9230.0, 9239.0, 9266.0, 9291.0, 9310.0, 9318.0, 9349.0, 9313.0, 9318.0, 9356.0, 9297.0, 9368.0, 9320.0, 9365.0, 9342.0, 9350.0, 9287.0, 9308.0, 9288.0, 9269.0, 9328.0, 9296.0, 9325.0, 9259.0, 9289.0, 9241.0, 9270.0, 9238.0, 9269.0, 9225.0, 9265.0, 9224.0, 9249.0, 9224.0, 9253.0, 9230.0, 9230.0, 9244.0, 9216.0, 9229.0, 9229.0, 9241.0, 9258.0, 9263.0, 9215.0, 9259.0, 9215.0, 9228.0, 9212.0, 9232.0, 9273.0, 9241.0, 9240.0, 9241.0, 9257.0, 9235.0, 9262.0, 9253.0, 9240.0, 9255.0, 9227.0, 9271.0, 9271.0, 9278.0, 9337.0, 9289.0, 9316.0, 9258.0, 9319.0, 9244.0, 9300.0, 9288.0, 9295.0, 9235.0, 9245.0, 9224.0, 9235.0, 9241.0, 9271.0, 9245.0, 9274.0, 9251.0, 9289.0, 9264.0, 9333.0, 9270.0, 9341.0, 9270.0, 9313.0, 9256.0, 9342.0, 9320.0, 9317.0, 9245.0, 9253.0, 9232.0, 9268.0, 9297.0, 9284.0, 9220.0, 9264.0, 9234.0, 9250.0, 9236.0, 9285.0, 9226.0, 9283.0, 9240.0, 9265.0, 9256.0, 9249.0, 9326.0, 9275.0, 9306.0, 9209.0, 9268.0, 9239.0, 9242.0, 9268.0, 9222.0, 9261.0, 9201.0, 9243.0, 9196.0, 9255.0, 9203.0, 9258.0, 9224.0, 9262.0, 9224.0, 9264.0, 9235.0, 9267.0, 9237.0, 9294.0, 9289.0, 9273.0, 9283.0, 9256.0, 9314.0, 9259.0, 9337.0, 9256.0, 9297.0, 9240.0, 9283.0, 9228.0, 9331.0, 9259.0, 9312.0, 9256.0, 9298.0, 9257.0, 9298.0, 9297.0, 9315.0, 9244.0, 9281.0, 9226.0, 9267.0, 9252.0, 9330.0, 9235.0, 9291.0, 9219.0, 9260.0, 9205.0, 9279.0, 9231.0, 9256.0, 9214.0, 9244.0, 9220.0, 9244.0, 9233.0, 9253.0, 9194.0, 9223.0, 9199.0, 9241.0, 9214.0, 9281.0, 9205.0, 9264.0, 9210.0, 9263.0, 9222.0, 9261.0, 9255.0, 9284.0, 9228.0, 9227.0, 9199.0, 9246.0, 9234.0, 9247.0, 9245.0, 9269.0, 9241.0, 9268.0, 9225.0, 9274.0, 9335.0, 9253.0, 9322.0, 9220.0, 9260.0, 9204.0, 9247.0, 9241.0, 9288.0, 9247.0, 9285.0, 9245.0, 9287.0, 9252.0, 9308.0, 9252.0, 9345.0, 9293.0, 9322.0, 9259.0, 9258.0, 9334.0, 9246.0, 9301.0, 9242.0, 9224.0, 9296.0, 9206.0, 9244.0, 9205.0, 9239.0, 9217.0, 9262.0, 9226.0, 9240.0, 9260.0, 9248.0, 9296.0, 9277.0, 9314.0, 9272.0, 9311.0, 9271.0, 9340.0, 9341.0, 9342.0, 9274.0, 9283.0, 9238.0, 9267.0, 9294.0, 9320.0, 9248.0, 9264.0, 9235.0, 9248.0, 9232.0, 9301.0, 9231.0, 9274.0, 9216.0, 9257.0, 9215.0, 9310.0, 9259.0, 9302.0, 9281.0, 9235.0, 9261.0, 9246.0, 9216.0, 9239.0, 9201.0, 9288.0, 9249.0, 9261.0, 9263.0, 9241.0, 9256.0, 9226.0, 9227.0, 9274.0, 9271.0, 9300.0, 9255.0, 9295.0, 9230.0, 9258.0, 9211.0, 9239.0, 9210.0, 9176.0, 9206.0, 9132.0, 9191.0, 9166.0, 9240.0, 9197.0, 9239.0, 9184.0, 9223.0, 9186.0, 9216.0, 9206.0, 9219.0, 9222.0, 9214.0, 9242.0, 9206.0, 9264.0, 9208.0, 9281.0, 9220.0, 9244.0, 9204.0, 9247.0, 9244.0, 9254.0, 9287.0, 9267.0, 9234.0, 9265.0, 9241.0, 9270.0, 9290.0, 9293.0, 9271.0, 9273.0, 9274.0, 9273.0, 9320.0, 9301.0, 9333.0, 9258.0, 9301.0, 9246.0, 9315.0, 9284.0, 9317.0, 9259.0, 9299.0, 9247.0, 9302.0, 9276.0, 9335.0, 9274.0, 9261.0, 9270.0, 9277.0, 9271.0, 9333.0, 9286.0, 9279.0, 9263.0, 9262.0, 9264.0, 9321.0, 9286.0, 9290.0, 9247.0, 9257.0, 9246.0, 9260.0, 9253.0, 9280.0, 9264.0, 9222.0, 9263.0, 9226.0, 9247.0, 9306.0, 9266.0, 9305.0, 9245.0, 9290.0, 9216.0, 9274.0, 9233.0, 9279.0, 9213.0, 9241.0, 9198.0, 9243.0, 9216.0, 9286.0, 9224.0, 9281.0, 9227.0, 9280.0, 9245.0, 9286.0, 9288.0, 9301.0, 9238.0, 9251.0, 9246.0, 9250.0, 9327.0, 9262.0, 9311.0, 9231.0, 9274.0, 9230.0, 9257.0, 9224.0, 9261.0, 9245.0, 9292.0, 9239.0, 9264.0, 9225.0, 9284.0, 9225.0, 9303.0, 9235.0, 9249.0, 9218.0, 9249.0, 9231.0, 9267.0, 9230.0, 9290.0, 9240.0, 9255.0, 9298.0, 9260.0, 9334.0, 9284.0, 9313.0, 9247.0, 9246.0, 9210.0, 9249.0, 9288.0, 9271.0, 9266.0, 9292.0, 9230.0, 9273.0, 9275.0, 9310.0, 9273.0, 9296.0, 9268.0, 9343.0, 9313.0, 9359.0, 9289.0, 9334.0, 9259.0, 9316.0, 9285.0, 9340.0, 9296.0, 9293.0, 9251.0, 9274.0, 9245.0, 9304.0, 9282.0, 9242.0, 9240.0, 9195.0, 9223.0, 9211.0, 9254.0, 9252.0, 9265.0, 9204.0, 9214.0, 9168.0, 9199.0, 9214.0, 9200.0, 9225.0, 9241.0, 9192.0, 9237.0, 9203.0, 9274.0, 9244.0, 9281.0, 9238.0, 9318.0, 9225.0, 9268.0, 9224.0, 9255.0, 9291.0, 9251.0, 9314.0, 9249.0, 9276.0, 9217.0, 9262.0, 9223.0, 9293.0, 9295.0, 9273.0, 9340.0, 9319.0, 9321.0, 9347.0, 9354.0, 9401.0, 9351.0, 9372.0, 9288.0, 9306.0, 9269.0, 9337.0, 9310.0, 9324.0, 9276.0, 9264.0, 9230.0, 9237.0, 9208.0, 9252.0, 9299.0, 9265.0, 9234.0, 9230.0, 9228.0, 9215.0, 9275.0, 9233.0, 9281.0, 9194.0, 9251.0, 9196.0, 9208.0, 9217.0, 9199.0, 9222.0, 9220.0, 9273.0, 9309.0, 9340.0, 9263.0, 9269.0, 9257.0, 9242.0, 9285.0, 9229.0, 9266.0, 9241.0, 9297.0, 9314.0, 9313.0, 9234.0, 9259.0, 9202.0, 9241.0, 9228.0, 9287.0, 9214.0, 9255.0, 9216.0, 9246.0, 9218.0, 9272.0, 9217.0, 9293.0, 9222.0, 9241.0, 9218.0, 9241.0, 9207.0, 9250.0, 9182.0, 9211.0, 9181.0, 9199.0, 9244.0, 9201.0, 9263.0, 9207.0, 9219.0, 9225.0, 9224.0, 9234.0, 9285.0, 9222.0, 9301.0, 9228.0, 9263.0, 9209.0, 9265.0, 9224.0, 9296.0, 9298.0, 9269.0, 9279.0, 9269.0, 9309.0, 9272.0, 9324.0, 9267.0, 9277.0, 9267.0, 9297.0, 9272.0, 9328.0, 9250.0, 9290.0, 9251.0, 9317.0, 9233.0, 9233.0, 9240.0, 9176.0, 9347.0, 9304.0, 9293.0, 9326.0, 9305.0, 9273.0, 9329.0, 9324.0, 9330.0, 9278.0, 9309.0, 9244.0, 9313.0, 9260.0, 9277.0, 9284.0, 9313.0, 9249.0, 9234.0, 9217.0, 9214.0, 9184.0, 9199.0, 9227.0, 9196.0, 9240.0, 9190.0, 9217.0, 9161.0, 9190.0, 9153.0, 9197.0, 9195.0, 9221.0, 9214.0, 9227.0, 9217.0, 9253.0, 9251.0, 9272.0, 9278.0, 9266.0, 9312.0, 9258.0, 9307.0, 9239.0, 9280.0, 9240.0, 9225.0, 9198.0, 9233.0, 9217.0, 9269.0, 9236.0, 9270.0, 9247.0, 9271.0, 9239.0, 9271.0, 9317.0, 9243.0, 9301.0, 9270.0, 9302.0, 9249.0, 9274.0, 9260.0, 9292.0, 9254.0, 9363.0, 9284.0, 9275.0, 9302.0, 9314.0, 9283.0, 9337.0, 9335.0, 9307.0, 9293.0, 9261.0, 9274.0, 9332.0, 9316.0, 9351.0, 9298.0, 9330.0, 9250.0, 9298.0, 9237.0, 9289.0, 9242.0, 9199.0, 9180.0, 9220.0, 9234.0, 9204.0, 9264.0, 9201.0, 9230.0, 9191.0, 9233.0, 9219.0, 9316.0, 9377.0, 9284.0, 9273.0, 9227.0, 9248.0, 9228.0, 9211.0, 9222.0, 9238.0, 9272.0, 9250.0, 9334.0, 9307.0, 9315.0, 9310.0, 9297.0, 9264.0, 9246.0, 9285.0, 9246.0, 9322.0, 9292.0, 9284.0, 9220.0, 9188.0, 9197.0, 9186.0, 9234.0, 9220.0, 9286.0, 9204.0, 9239.0, 9184.0, 9223.0, 9204.0, 9231.0, 9193.0, 9196.0, 9233.0, 9178.0, 9209.0, 9185.0, 9248.0, 9207.0, 9222.0, 9210.0, 9237.0, 9272.0, 9232.0, 9254.0, 9300.0, 9273.0, 9348.0, 9292.0, 9313.0, 9336.0, 9294.0, 9335.0, 9300.0, 9329.0, 9250.0, 9296.0, 9225.0, 9256.0, 9296.0, 9216.0, 9263.0, 9232.0, 9281.0, 9208.0, 9252.0, 9213.0, 9239.0, 9223.0, 9261.0, 9245.0, 9291.0, 9223.0, 9224.0, 9278.0, 9188.0, 9248.0, 9185.0, 9212.0, 9166.0, 9194.0, 9209.0, 9212.0, 9218.0, 9221.0, 9193.0, 9238.0, 9217.0, 9224.0, 9252.0, 9245.0, 9326.0, 9239.0, 9324.0, 9280.0, 9357.0, 9265.0, 9320.0, 9251.0, 9354.0, 9244.0, 9362.0, 9338.0, 9326.0, 9291.0, 9250.0, 9291.0, 9307.0, 9315.0, 9264.0, 9241.0, 9200.0, 9194.0, 9182.0, 9237.0, 9217.0, 9098.0, 9139.0, 9124.0, 9132.0, 9129.0, 9227.0, 9200.0, 9161.0, 9174.0, 9170.0, 9166.0, 9228.0, 9188.0, 9191.0, 9241.0, 9200.0, 9221.0, 9251.0, 9234.0, 9223.0, 9240.0, 9269.0, 9268.0, 9280.0, 9361.0, 9366.0, 9366.0, 9364.0, 9351.0, 9353.0, 9421.0, 9419.0, 9317.0, 9248.0, 9234.0, 9264.0, 9273.0, 9249.0, 9216.0, 9213.0, 9198.0, 9189.0, 9200.0, 9194.0, 9259.0, 9210.0, 9193.0, 9262.0, 9209.0, 9259.0, 9247.0, 9213.0, 9291.0, 9221.0, 9240.0, 9233.0, 9219.0, 9243.0, 9213.0, 9200.0, 9248.0, 9221.0, 9246.0, 9238.0, 9247.0, 9199.0, 9223.0, 9210.0, 9204.0, 9210.0, 9198.0, 9195.0, 9217.0, 9189.0, 9221.0, 9215.0, 9247.0, 9235.0, 9254.0, 9248.0, 9234.0, 9276.0, 9269.0, 9334.0, 9258.0, 9310.0, 9260.0, 9291.0, 9245.0, 9303.0, 9250.0, 9287.0, 9231.0, 9309.0, 9263.0, 9321.0, 9248.0, 9307.0, 9245.0, 9287.0, 9250.0, 9310.0, 9248.0, 9301.0, 9238.0, 9281.0, 9213.0, 9265.0, 9218.0, 9263.0, 9261.0, 9264.0, 9264.0, 9272.0, 9231.0, 9290.0, 9255.0, 9296.0, 9320.0, 9279.0, 9362.0, 9259.0, 9341.0, 9257.0, 9264.0, 9222.0, 9270.0, 9223.0, 9282.0, 9261.0, 9298.0, 9239.0, 9254.0, 9268.0, 9249.0, 9291.0, 9244.0, 9278.0, 9222.0, 9243.0, 9310.0, 9267.0, 9360.0, 9376.0, 9308.0, 9228.0, 9355.0, 9274.0, 9226.0, 9310.0, 9272.0, 9284.0, 9386.0, 9336.0, 9334.0, 9256.0, 9223.0, 9281.0, 9222.0, 9228.0, 9281.0, 9220.0, 9216.0, 9272.0, 9252.0, 9296.0, 9284.0, 9234.0, 9287.0, 9231.0, 9243.0, 9220.0, 9289.0, 9207.0, 9226.0, 9164.0, 9188.0, 9146.0, 9189.0, 9150.0, 9163.0, 9143.0, 9187.0, 9168.0, 9222.0, 9196.0, 9212.0, 9232.0, 9222.0, 9271.0, 9309.0, 9269.0, 9322.0, 9248.0, 9272.0, 9236.0, 9251.0, 9312.0, 9232.0, 9296.0, 9267.0, 9250.0, 9301.0, 9228.0, 9273.0, 9200.0, 9257.0, 9201.0, 9243.0, 9217.0, 9258.0, 9234.0, 9290.0, 9235.0, 9302.0, 9285.0, 9301.0, 9356.0, 9320.0, 9314.0, 9302.0, 9363.0, 9301.0, 9369.0, 9300.0, 9337.0, 9283.0, 9341.0, 9278.0, 9359.0, 9311.0, 9321.0, 9296.0, 9278.0, 9275.0, 9287.0, 9315.0, 9267.0, 9364.0, 9285.0, 9314.0, 9298.0, 9258.0, 9345.0, 9324.0, 9364.0, 9304.0, 9332.0, 9252.0, 9308.0, 9278.0, 9306.0, 9261.0, 9230.0, 9237.0, 9195.0, 9239.0, 9209.0, 9273.0, 9216.0, 9228.0, 9187.0, 9210.0, 9190.0, 9249.0, 9193.0, 9256.0, 9224.0, 9193.0, 9221.0, 9214.0, 9257.0, 9220.0, 9314.0, 9238.0, 9225.0, 9267.0, 9232.0, 9258.0, 9270.0, 9250.0, 9253.0, 9264.0, 9224.0, 9293.0, 9234.0, 9267.0, 9278.0, 9330.0, 9226.0, 9242.0, 9271.0, 9301.0, 9251.0, 9312.0, 9242.0, 9269.0, 9302.0, 9230.0, 9289.0, 9197.0, 9223.0, 9195.0, 9242.0, 9244.0, 9268.0, 9235.0, 9268.0, 9244.0, 9292.0, 9253.0, 9328.0, 9278.0, 9329.0, 9255.0, 9311.0, 9349.0, 9304.0, 9350.0, 9303.0, 9322.0, 9242.0, 9256.0, 9289.0, 9203.0, 9223.0, 9277.0, 9202.0, 9262.0, 9171.0, 9230.0, 9199.0, 9235.0, 9204.0, 9222.0, 9270.0, 9247.0, 9288.0, 9278.0, 9328.0, 9275.0, 9338.0, 9342.0, 9326.0, 9334.0, 9299.0, 9316.0, 9232.0, 9290.0, 9228.0, 9289.0, 9241.0, 9290.0, 9236.0, 9268.0, 9192.0, 9232.0, 9199.0, 9236.0, 9224.0, 9281.0, 9192.0, 9234.0, 9176.0, 9217.0, 9169.0, 9200.0, 9260.0, 9202.0, 9268.0, 9226.0, 9218.0, 9246.0, 9228.0, 9265.0, 9225.0, 9227.0, 9292.0, 9260.0, 9374.0, 9330.0, 9334.0, 9309.0, 9302.0, 9352.0, 9278.0, 9302.0, 9275.0, 9308.0, 9355.0, 9347.0, 9374.0, 9322.0, 9257.0, 9294.0, 9294.0, 9356.0, 9291.0, 9309.0, 9247.0, 9240.0, 9194.0, 9201.0, 9168.0, 9195.0, 9164.0, 9175.0, 9206.0, 9146.0, 9181.0, 9148.0, 9145.0, 9173.0, 9145.0, 9143.0, 9186.0, 9195.0, 9236.0, 9269.0, 9248.0, 9305.0, 9249.0, 9218.0, 9228.0, 9221.0, 9241.0, 9195.0, 9233.0, 9177.0, 9213.0, 9185.0, 9247.0, 9188.0, 9228.0, 9186.0, 9239.0, 9185.0, 9199.0, 9187.0, 9198.0, 9216.0, 9179.0, 9202.0, 9175.0, 9198.0, 9171.0, 9200.0, 9194.0, 9200.0, 9253.0, 9194.0, 9240.0, 9181.0, 9210.0, 9170.0, 9215.0, 9190.0, 9206.0, 9197.0, 9243.0, 9238.0, 9251.0, 9243.0, 9293.0, 9250.0, 9245.0, 9280.0, 9253.0, 9327.0, 9282.0, 9301.0, 9301.0, 9283.0, 9337.0, 9279.0, 9364.0, 9327.0, 9348.0, 9300.0, 9313.0, 9277.0, 9308.0, 9301.0, 9341.0, 9285.0, 9284.0, 9234.0, 9252.0, 9306.0, 9257.0, 9305.0, 9259.0, 9215.0, 9226.0, 9194.0, 9239.0, 9197.0, 9297.0, 9232.0, 9273.0, 9232.0, 9229.0, 9231.0, 9219.0, 9248.0, 9274.0, 9260.0, 9259.0, 9242.0, 9283.0, 9221.0, 9300.0, 9217.0, 9265.0, 9199.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.008382481707317072</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0412407162195122</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.61591571394146</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3693093968273327</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1190844417815744</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4965</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5399.2905</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12300002583918215</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>200</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.195121951219512</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3810871971509493</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.273271036710086</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.558679484450873</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.311311070291889</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0189954</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01669582910835743</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.05045462027192116</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>4.328439111138789</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>19.6135</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5377</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.149</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>296455.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>973.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>382.9366</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1097</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>527.5179</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3386.9888</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3506.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80089.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1547.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4397.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>809.9867</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.4034788813442</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> |