=== 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-0093 --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-0093",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
169 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
169 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0093_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-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0093/figures/sub-0093_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-0093/figures/sub-0093_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093/ses-03/func/sub-0093_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>47443d522c169418970cd795caacb4a6</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>20:25:11.912500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99805, 0.00778216, -0.0619382, 0.000522616, 0.991123, 0.13295]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.100398</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4231, -7812, -7254, 296, -101, -304, 35, 38]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.949</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a3de2a4b-d2cd-4fe0-91a3-c352d2278f89||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677694320678711, 0.00140213908161968, -0.16854213178157806, 117.23657989501953], [-0.020878974348306656, 2.659109592437744, 0.3583517372608185, -102.2784194946289], [-0.1661757230758667, -0.3566945791244507, 2.6708009243011475, -65.44146728515625], [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': ['202511.912500', '202512.372500', '202512.832500', '202513.292500', '202513.752500', '202514.212500', '202514.672500', '202515.132500', '202515.592500', '202516.052500', '202516.512500', '202516.972500', '202517.432500', '202517.892500', '202518.352500', '202518.812500', '202519.272500', '202519.732500', '202520.192500', '202520.652500', '202521.112500', '202521.572500', '202522.032500', '202522.492500', '202522.952500', '202523.412500', '202523.872500', '202524.332500', '202524.792500', '202525.252500', '202525.712500', '202526.172500', '202526.632500', '202527.092500', '202527.552500', '202528.012500', '202528.472500', '202528.932500', '202529.392500', '202529.852500', '202530.312500', '202530.772500', '202531.232500', '202531.692500', '202532.152500', '202532.612500', '202533.072500', '202533.532500', '202533.992500', '202534.452500', '202534.912500', '202535.372500', '202535.832500', '202536.292500', '202536.752500', '202537.212500', '202537.672500', '202538.132500', '202538.592500', '202539.052500', '202539.512500', '202539.972500', '202540.432500', '202540.892500', '202541.352500', '202541.812500', '202542.272500', '202542.732500', '202543.192500', '202543.652500', '202544.112500', '202544.572500', '202545.032500', '202545.492500', '202545.952500', '202546.412500', '202546.872500', '202547.332500', '202547.792500', '202548.252500', '202548.712500', '202549.172500', '202549.632500', '202550.092500', '202550.552500', '202551.012500', '202551.472500', '202551.932500', '202552.392500', '202552.852500', '202553.312500', '202553.772500', '202554.232500', '202554.692500', '202555.152500', '202555.612500', '202556.072500', '202556.532500', '202556.992500', '202557.452500', '202557.912500', '202558.372500', '202558.832500', '202559.292500', '202559.752500', '202600.212500', '202600.672500', '202601.132500', '202601.592500', '202602.052500', '202602.512500', '202602.972500', '202603.432500', '202603.892500', '202604.352500', '202604.812500', '202605.272500', '202605.732500', '202606.192500', '202606.652500', '202607.112500', '202607.572500', '202608.032500', '202608.492500', '202608.952500', '202609.412500', '202609.872500', '202610.332500', '202610.792500', '202611.252500', '202611.712500', '202612.172500', '202612.632500', '202613.092500', '202613.552500', '202614.012500', '202614.472500', '202614.932500', '202615.392500', '202615.852500', '202616.312500', '202616.772500', '202617.232500', '202617.692500', '202618.152500', '202618.612500', '202619.072500', '202619.532500', '202619.992500', '202620.452500', '202620.912500', '202621.372500', '202621.832500', '202622.292500', '202622.752500', '202623.212500', '202623.672500', '202624.132500', '202624.592500', '202625.052500', '202625.512500', '202625.972500', '202626.432500', '202626.892500', '202627.352500', '202627.812500', '202628.272500', '202628.732500', '202629.192500', '202629.652500', '202630.112500', '202630.572500', '202631.032500', '202631.492500', '202631.952500', '202632.412500', '202632.872500', '202633.332500', '202633.792500', '202634.252500', '202634.712500', '202635.172500', '202635.632500', '202636.092500', '202636.552500', '202637.012500', '202637.472500', '202637.932500', '202638.392500', '202638.852500', '202639.312500', '202639.772500', '202640.232500', '202640.692500', '202641.152500', '202641.612500', '202642.072500', '202642.532500', '202642.992500', '202643.452500', '202643.912500', '202644.372500', '202644.832500', '202645.292500', '202645.752500', '202646.212500', '202646.672500', '202647.132500', '202647.592500', '202648.052500', '202648.512500', '202648.972500', '202649.432500', '202649.892500', '202650.352500', '202650.812500', '202651.272500', '202651.732500', '202652.192500', '202652.652500', '202653.112500', '202653.572500', '202654.032500', '202654.492500', '202654.952500', '202655.412500', '202655.872500', '202656.332500', '202656.792500', '202657.252500', '202657.712500', '202658.172500', '202658.632500', '202659.092500', '202659.552500', '202700.012500', '202700.472500', '202700.932500', '202701.392500', '202701.852500', '202702.312500', '202702.772500', '202703.232500', '202703.692500', '202704.152500', '202704.612500', '202705.072500', '202705.532500', '202705.992500', '202706.452500', '202706.912500', '202707.372500', '202707.832500', '202708.292500', '202708.752500', '202709.212500', '202709.672500', '202710.132500', '202710.592500', '202711.052500', '202711.512500', '202711.972500', '202712.432500', '202712.892500', '202713.352500', '202713.812500', '202714.272500', '202714.732500', '202715.192500', '202715.652500', '202716.112500', '202716.572500', '202717.032500', '202717.492500', '202717.952500', '202718.412500', '202718.872500', '202719.332500', '202719.792500', '202720.252500', '202720.712500', '202721.172500', '202721.632500', '202722.092500', '202722.552500', '202723.012500', '202723.472500', '202723.932500', '202724.392500', '202724.852500', '202725.312500', '202725.772500', '202726.232500', '202726.692500', '202727.152500', '202727.612500', '202728.072500', '202728.532500', '202728.992500', '202729.452500', '202729.912500', '202730.372500', '202730.832500', '202731.292500', '202731.752500', '202732.212500', '202732.672500', '202733.132500', '202733.592500', '202734.052500', '202734.512500', '202734.972500', '202735.432500', '202735.892500', '202736.352500', '202736.812500', '202737.272500', '202737.732500', '202738.192500', '202738.652500', '202739.112500', '202739.572500', '202740.032500', '202740.492500', '202740.952500', '202741.412500', '202741.872500', '202742.332500', '202742.792500', '202743.252500', '202743.712500', '202744.172500', '202744.632500', '202745.092500', '202745.552500', '202746.012500', '202746.472500', '202746.932500', '202747.392500', '202747.852500', '202748.312500', '202748.772500', '202749.232500', '202749.692500', '202750.152500', '202750.612500', '202751.072500', '202751.532500', '202751.992500', '202752.452500', '202752.912500', '202753.372500', '202753.832500', '202754.292500', '202754.752500', '202755.212500', '202755.672500', '202756.132500', '202756.592500', '202757.052500', '202757.512500', '202757.972500', '202758.432500', '202758.892500', '202759.352500', '202759.812500', '202800.272500', '202800.732500', '202801.192500', '202801.652500', '202802.112500', '202802.572500', '202803.032500', '202803.492500', '202803.952500', '202804.412500', '202804.872500', '202805.332500', '202805.792500', '202806.252500', '202806.712500', '202807.172500', '202807.632500', '202808.092500', '202808.552500', '202809.012500', '202809.472500', '202809.932500', '202810.392500', '202810.852500', '202811.312500', '202811.772500', '202812.232500', '202812.692500', '202813.152500', '202813.612500', '202814.072500', '202814.532500', '202814.992500', '202815.452500', '202815.912500', '202816.372500', '202816.832500', '202817.292500', '202817.752500', '202818.212500', '202818.672500', '202819.132500', '202819.592500', '202820.052500', '202820.512500', '202820.972500', '202821.432500', '202821.892500', '202822.352500', '202822.812500', '202823.272500', '202823.732500', '202824.192500', '202824.652500', '202825.112500', '202825.572500', '202826.032500', '202826.492500', '202826.952500', '202827.412500', '202827.872500', '202828.332500', '202828.792500', '202829.252500', '202829.712500', '202830.172500', '202830.632500', '202831.092500', '202831.552500', '202832.012500', '202832.472500', '202832.932500', '202833.392500', '202833.852500', '202834.312500', '202834.772500', '202835.232500', '202835.692500', '202836.152500', '202836.612500', '202837.072500', '202837.532500', '202837.992500', '202838.452500', '202838.912500', '202839.372500', '202839.832500', '202840.292500', '202840.752500', '202841.212500', '202841.672500', '202842.132500', '202842.592500', '202843.052500', '202843.512500', '202843.972500', '202844.432500', '202844.892500', '202845.352500', '202845.812500', '202846.272500', '202846.732500', '202847.192500', '202847.652500', '202848.112500', '202848.572500', '202849.032500', '202849.492500', '202849.952500', '202850.412500', '202850.872500', '202851.332500', '202851.792500', '202852.252500', '202852.712500', '202853.172500', '202853.632500', '202854.092500', '202854.552500', '202855.012500', '202855.472500', '202855.932500', '202856.392500', '202856.852500', '202857.312500', '202857.772500', '202858.232500', '202858.692500', '202859.152500', '202859.612500', '202900.072500', '202900.532500', '202900.992500', '202901.452500', '202901.912500', '202902.372500', '202902.832500', '202903.292500', '202903.752500', '202904.212500', '202904.672500', '202905.132500', '202905.592500', '202906.052500', '202906.512500', '202906.972500', '202907.432500', '202907.892500', '202908.352500', '202908.812500', '202909.272500', '202909.732500', '202910.192500', '202910.652500', '202911.112500', '202911.572500', '202912.032500', '202912.492500', '202912.952500', '202913.412500', '202913.872500', '202914.332500', '202914.792500', '202915.252500', '202915.712500', '202916.172500', '202916.632500', '202917.092500', '202917.552500', '202918.012500', '202918.472500', '202918.932500', '202919.392500', '202919.852500', '202920.312500', '202920.772500', '202921.232500', '202921.692500', '202922.152500', '202922.612500', '202923.072500', '202923.532500', '202923.992500', '202924.452500', '202924.912500', '202925.372500', '202925.832500', '202926.292500', '202926.752500', '202927.212500', '202927.672500', '202928.132500', '202928.592500', '202929.052500', '202929.512500', '202929.972500', '202930.432500', '202930.892500', '202931.352500', '202931.812500', '202932.272500', '202932.732500', '202933.192500', '202933.652500', '202934.112500', '202934.572500', '202935.032500', '202935.492500', '202935.952500', '202936.412500', '202936.872500', '202937.332500', '202937.792500', '202938.252500', '202938.712500', '202939.172500', '202939.632500', '202940.092500', '202940.552500', '202941.012500', '202941.472500', '202941.932500', '202942.392500', '202942.852500', '202943.312500', '202943.772500', '202944.232500', '202944.692500', '202945.152500', '202945.612500', '202946.072500', '202946.532500', '202946.992500', '202947.452500', '202947.912500', '202948.372500', '202948.832500', '202949.292500', '202949.752500', '202950.212500', '202950.672500', '202951.132500', '202951.592500', '202952.052500', '202952.512500', '202952.972500', '202953.432500', '202953.892500', '202954.352500', '202954.812500', '202955.272500', '202955.732500', '202956.192500', '202956.652500', '202957.112500', '202957.572500', '202958.032500', '202958.492500', '202958.952500', '202959.412500', '202959.872500', '203000.332500', '203000.792500', '203001.252500', '203001.712500', '203002.172500', '203002.632500', '203003.092500', '203003.552500', '203004.012500', '203004.472500', '203004.932500', '203005.392500', '203005.852500', '203006.312500', '203006.772500', '203007.232500', '203007.692500', '203008.152500', '203008.612500', '203009.072500', '203009.532500', '203009.992500', '203010.452500', '203010.912500', '203011.372500', '203011.832500', '203012.292500', '203012.752500', '203013.212500', '203013.672500', '203014.132500', '203014.592500', '203015.052500', '203015.512500', '203015.972500', '203016.432500', '203016.892500', '203017.352500', '203017.812500', '203018.272500', '203018.732500', '203019.192500', '203019.652500', '203020.112500', '203020.572500', '203021.032500', '203021.492500', '203021.952500', '203022.412500', '203022.872500', '203023.332500', '203023.792500', '203024.252500', '203024.712500', '203025.172500', '203025.632500', '203026.092500', '203026.552500', '203027.012500', '203027.472500', '203027.932500', '203028.392500', '203028.852500', '203029.312500', '203029.772500', '203030.232500', '203030.692500', '203031.152500', '203031.612500', '203032.072500', '203032.532500', '203032.992500', '203033.452500', '203033.912500', '203034.372500', '203034.832500', '203035.292500', '203035.752500', '203036.212500', '203036.672500', '203037.132500', '203037.592500', '203038.052500', '203038.512500', '203038.972500', '203039.432500', '203039.892500', '203040.352500', '203040.812500', '203041.272500', '203041.732500', '203042.192500', '203042.652500', '203043.112500', '203043.572500', '203044.032500', '203044.492500', '203044.952500', '203045.412500', '203045.872500', '203046.332500', '203046.792500', '203047.252500', '203047.712500', '203048.172500', '203048.632500', '203049.092500', '203049.552500', '203050.012500', '203050.472500', '203050.932500', '203051.392500', '203051.852500', '203052.312500', '203052.772500', '203053.232500', '203053.692500', '203054.152500', '203054.612500', '203055.072500', '203055.532500', '203055.992500', '203056.452500', '203056.912500', '203057.372500', '203057.832500', '203058.292500', '203058.752500', '203059.212500', '203059.672500', '203100.132500', '203100.592500', '203101.052500', '203101.512500', '203101.972500', '203102.432500', '203102.892500', '203103.352500', '203103.812500', '203104.272500', '203104.732500', '203105.192500', '203105.652500', '203106.112500', '203106.572500', '203107.032500', '203107.492500', '203107.952500', '203108.412500', '203108.872500', '203109.332500', '203109.792500', '203110.252500', '203110.712500', '203111.172500', '203111.632500', '203112.092500', '203112.552500', '203113.012500', '203113.472500', '203113.932500', '203114.392500', '203114.852500', '203115.312500', '203115.772500', '203116.232500', '203116.692500', '203117.152500', '203117.612500', '203118.072500', '203118.532500', '203118.992500', '203119.452500', '203119.912500', '203120.372500', '203120.832500', '203121.292500', '203121.752500', '203122.212500', '203122.672500', '203123.132500', '203123.592500', '203124.052500', '203124.512500', '203124.972500', '203125.432500', '203125.892500', '203126.352500', '203126.812500', '203127.272500', '203127.732500', '203128.192500', '203128.652500', '203129.112500', '203129.572500', '203130.032500', '203130.492500', '203130.952500', '203131.412500', '203131.872500', '203132.332500', '203132.792500', '203133.252500', '203133.712500', '203134.172500', '203134.632500', '203135.092500', '203135.552500', '203136.012500', '203136.472500', '203136.932500', '203137.392500', '203137.852500', '203138.312500', '203138.772500', '203139.232500', '203139.692500', '203140.152500', '203140.612500', '203141.072500', '203141.532500', '203141.992500', '203142.452500', '203142.912500', '203143.372500', '203143.832500', '203144.292500', '203144.752500', '203145.212500', '203145.672500', '203146.132500', '203146.592500', '203147.052500', '203147.512500', '203147.972500', '203148.432500', '203148.892500', '203149.352500', '203149.812500', '203150.272500', '203150.732500', '203151.192500', '203151.652500', '203152.112500', '203152.572500', '203153.032500', '203153.492500', '203153.952500', '203154.412500', '203154.872500', '203155.332500', '203155.792500', '203156.252500', '203156.712500', '203157.172500', '203157.632500', '203158.092500', '203158.552500', '203159.012500', '203159.472500', '203159.932500', '203200.392500', '203200.852500', '203201.312500', '203201.772500', '203202.232500', '203202.692500', '203203.152500', '203203.612500', '203204.072500', '203204.532500', '203204.992500', '203205.452500', '203205.912500', '203206.372500', '203206.832500', '203207.292500', '203207.752500', '203208.212500', '203208.672500', '203209.132500', '203209.592500', '203210.052500', '203210.512500', '203210.972500', '203211.432500', '203211.892500', '203212.352500', '203212.812500', '203213.272500', '203213.732500', '203214.192500', '203214.652500', '203215.112500', '203215.572500', '203216.032500', '203216.492500', '203216.952500', '203217.412500', '203217.872500', '203218.332500', '203218.792500', '203219.252500', '203219.712500', '203220.172500', '203220.632500', '203221.092500', '203221.552500', '203222.012500', '203222.472500', '203222.932500', '203223.392500', '203223.852500', '203224.312500', '203224.772500', '203225.232500', '203225.692500', '203226.152500', '203226.612500', '203227.072500', '203227.532500', '203227.992500', '203228.452500', '203228.912500', '203229.372500', '203229.832500', '203230.292500', '203230.752500', '203231.212500', '203231.672500', '203232.132500', '203232.592500', '203233.052500', '203233.512500', '203233.972500', '203234.432500', '203234.892500', '203235.352500', '203235.812500', '203236.272500', '203236.732500', '203237.192500', '203237.652500', '203238.112500', '203238.572500', '203239.032500', '203239.492500', '203239.952500', '203240.412500', '203240.872500', '203241.332500', '203241.792500', '203242.252500', '203242.712500', '203243.172500', '203243.632500', '203244.092500', '203244.552500', '203245.012500', '203245.472500', '203245.932500', '203246.392500', '203246.852500', '203247.312500', '203247.772500', '203248.232500', '203248.692500', '203249.152500', '203249.612500', '203250.072500', '203250.532500', '203250.992500', '203251.452500', '203251.912500', '203252.372500', '203252.832500', '203253.292500', '203253.752500', '203254.212500', '203254.672500', '203255.132500', '203255.592500', '203256.052500', '203256.512500', '203256.972500', '203257.432500', '203257.892500', '203258.352500', '203258.812500', '203259.272500', '203259.732500', '203300.192500', '203300.652500', '203301.112500', '203301.572500', '203302.032500', '203302.492500', '203302.952500', '203303.412500', '203303.872500', '203304.332500', '203304.792500', '203305.252500', '203305.712500', '203306.172500', '203306.632500', '203307.092500', '203307.552500', '203308.012500', '203308.472500', '203308.932500', '203309.392500', '203309.852500', '203310.312500', '203310.772500', '203311.232500', '203311.692500', '203312.152500', '203312.612500', '203313.072500', '203313.532500', '203313.992500', '203314.452500', '203314.912500', '203315.372500', '203315.832500', '203316.292500', '203316.752500', '203317.212500', '203317.672500', '203318.132500', '203318.592500', '203319.052500', '203319.512500', '203319.972500', '203320.432500', '203320.892500', '203321.352500', '203321.812500', '203322.272500', '203322.732500', '203323.192500', '203323.652500', '203324.112500', '203324.572500', '203325.032500', '203325.492500', '203325.952500', '203326.412500', '203326.872500', '203327.332500', '203327.792500', '203328.252500', '203328.712500', '203329.172500', '203329.632500', '203330.092500', '203330.552500', '203331.012500', '203331.472500', '203331.932500', '203332.392500', '203332.852500', '203333.312500', '203333.772500', '203334.232500', '203334.692500', '203335.152500', '203335.612500', '203336.072500', '203336.532500', '203336.992500', '203337.452500', '203337.912500', '203338.372500', '203338.832500', '203339.292500', '203339.752500', '203340.212500', '203340.672500', '203341.132500', '203341.592500', '203342.052500', '203342.512500', '203342.972500', '203343.432500', '203343.892500', '203344.352500', '203344.812500', '203345.272500', '203345.732500', '203346.192500', '203346.652500', '203347.112500', '203347.572500', '203348.032500', '203348.492500', '203348.952500', '203349.412500', '203349.872500', '203350.332500', '203350.792500', '203351.252500', '203351.712500', '203352.172500', '203352.632500', '203353.092500', '203353.552500', '203354.012500', '203354.472500', '203354.932500', '203355.392500', '203355.852500', '203356.312500', '203356.772500', '203357.232500', '203357.692500', '203358.152500', '203358.612500', '203359.072500', '203359.532500', '203359.992500', '203400.452500', '203400.912500', '203401.372500', '203401.832500', '203402.292500', '203402.752500', '203403.212500', '203403.672500', '203404.132500', '203404.592500', '203405.052500', '203405.512500', '203405.972500', '203406.432500', '203406.892500', '203407.352500', '203407.812500', '203408.272500', '203408.732500', '203409.192500', '203409.652500', '203410.112500', '203410.572500', '203411.032500', '203411.492500', '203411.952500', '203412.412500', '203412.872500', '203413.332500', '203413.792500', '203414.252500', '203414.712500', '203415.172500', '203415.632500', '203416.092500', '203416.552500', '203417.012500', '203417.472500', '203417.932500', '203418.392500', '203418.852500', '203419.312500', '203419.772500', '203420.232500', '203420.692500', '203421.152500', '203421.612500', '203422.072500', '203422.532500', '203422.992500', '203423.452500', '203423.912500', '203424.372500', '203424.832500', '203425.292500', '203425.752500', '203426.212500', '203426.672500', '203427.132500', '203427.592500', '203428.052500', '203428.512500', '203428.972500', '203429.432500', '203429.892500', '203430.352500', '203430.812500', '203431.272500', '203431.732500', '203432.192500', '203432.652500', '203433.112500', '203433.572500', '203434.032500', '203434.492500', '203434.952500', '203435.412500', '203435.872500', '203436.332500', '203436.792500', '203437.252500', '203437.712500', '203438.172500', '203438.632500', '203439.092500', '203439.552500', '203440.012500', '203440.472500', '203440.932500', '203441.392500', '203441.852500', '203442.312500', '203442.772500', '203443.232500', '203443.692500', '203444.152500', '203444.612500', '203445.072500', '203445.532500', '203445.992500', '203446.452500', '203446.912500', '203447.372500', '203447.832500', '203448.292500', '203448.752500', '203449.212500', '203449.672500', '203450.132500', '203450.592500', '203451.052500', '203451.512500', '203451.972500', '203452.432500', '203452.892500', '203453.352500', '203453.812500', '203454.272500', '203454.732500', '203455.192500', '203455.652500', '203456.112500', '203456.572500', '203457.032500', '203457.492500', '203457.952500', '203458.412500', '203458.872500', '203459.332500', '203459.792500', '203500.252500', '203500.712500', '203501.172500', '203501.632500', '203502.092500', '203502.552500', '203503.012500', '203503.472500', '203503.932500', '203504.392500', '203504.852500', '203505.312500', '203505.772500', '203506.232500', '203506.692500', '203507.152500', '203507.612500', '203508.072500', '203508.532500', '203508.992500', '203509.452500', '203509.912500', '203510.372500', '203510.832500', '203511.292500', '203511.752500', '203512.212500', '203512.672500', '203513.132500', '203513.592500', '203514.052500', '203514.512500', '203514.972500', '203515.432500', '203515.892500', '203516.352500', '203516.812500', '203517.272500', '203517.732500', '203518.192500', '203518.652500', '203519.112500', '203519.572500', '203520.032500', '203520.492500', '203520.952500', '203521.412500', '203521.872500', '203522.332500', '203522.792500', '203523.252500', '203523.712500', '203524.172500', '203524.632500', '203525.092500', '203525.552500', '203526.012500', '203526.472500', '203526.932500', '203527.392500', '203527.852500', '203528.312500', '203528.772500', '203529.232500', '203529.692500', '203530.152500', '203530.612500', '203531.072500', '203531.532500', '203531.992500', '203532.452500', '203532.912500', '203533.372500', '203533.832500', '203534.292500', '203534.752500', '203535.212500', '203535.672500', '203536.132500', '203536.592500', '203537.052500', '203537.512500', '203537.972500', '203538.432500', '203538.892500', '203539.352500', '203539.812500', '203540.272500', '203540.732500', '203541.192500', '203541.652500', '203542.112500', '203542.572500', '203543.032500', '203543.492500', '203543.952500', '203544.412500', '203544.872500', '203545.332500', '203545.792500', '203546.252500', '203546.712500', '203547.172500', '203547.632500', '203548.092500', '203548.552500', '203549.012500', '203549.472500', '203549.932500', '203550.392500', '203550.852500', '203551.312500', '203551.772500', '203552.232500', '203552.692500', '203553.152500', '203553.612500', '203554.072500', '203554.532500', '203554.992500', '203555.452500', '203555.912500', '203556.372500', '203556.832500', '203557.292500', '203557.752500', '203558.212500', '203558.672500', '203559.132500', '203559.592500', '203600.052500', '203600.512500', '203600.972500', '203601.432500', '203601.892500', '203602.352500', '203602.812500', '203603.272500', '203603.732500', '203604.192500', '203604.652500', '203605.112500', '203605.572500', '203606.032500', '203606.492500', '203606.952500', '203607.412500', '203607.872500', '203608.332500', '203608.792500', '203609.252500', '203609.712500', '203610.172500', '203610.632500', '203611.092500', '203611.552500', '203612.012500', '203612.472500', '203612.932500', '203613.392500', '203613.852500', '203614.312500', '203614.772500', '203615.232500', '203615.692500', '203616.152500', '203616.612500', '203617.072500', '203617.532500', '203617.992500', '203618.452500', '203618.912500', '203619.372500', '203619.832500', '203620.292500', '203620.752500', '203621.212500', '203621.672500', '203622.132500', '203622.592500', '203623.052500', '203623.512500', '203623.972500', '203624.432500', '203624.892500', '203625.352500', '203625.812500', '203626.272500', '203626.732500', '203627.192500', '203627.652500', '203628.112500', '203628.572500', '203629.032500', '203629.492500', '203629.952500', '203630.412500', '203630.872500', '203631.332500', '203631.792500', '203632.252500', '203632.712500', '203633.172500', '203633.632500', '203634.092500', '203634.552500', '203635.012500', '203635.472500', '203635.932500', '203636.392500', '203636.852500', '203637.312500', '203637.772500', '203638.232500', '203638.692500', '203639.152500', '203639.612500', '203640.072500', '203640.532500', '203640.992500', '203641.452500', '203641.912500', '203642.372500', '203642.832500', '203643.292500', '203643.752500', '203644.212500', '203644.672500', '203645.132500', '203645.592500', '203646.052500', '203646.512500', '203646.972500', '203647.432500', '203647.892500', '203648.352500', '203648.812500', '203649.272500', '203649.732500', '203650.192500', '203650.652500', '203651.112500', '203651.572500', '203652.032500', '203652.492500', '203652.952500', '203653.412500', '203653.872500', '203654.332500', '203654.792500', '203655.252500', '203655.712500', '203656.172500', '203656.632500', '203657.092500', '203657.552500', '203658.012500', '203658.472500', '203658.932500', '203659.392500', '203659.852500', '203700.312500', '203700.772500', '203701.232500', '203701.692500', '203702.152500', '203702.612500', '203703.072500', '203703.532500', '203703.992500', '203704.452500', '203704.912500', '203705.372500', '203705.832500', '203706.292500', '203706.752500', '203707.212500', '203707.672500', '203708.132500', '203708.592500', '203709.052500', '203709.512500', '203709.972500', '203710.432500', '203710.892500', '203711.352500', '203711.812500', '203712.272500', '203712.732500', '203713.192500', '203713.652500', '203714.112500', '203714.572500', '203715.032500', '203715.492500', '203715.952500', '203716.412500', '203716.872500', '203717.332500', '203717.792500', '203718.252500', '203718.712500', '203719.172500', '203719.632500', '203720.092500', '203720.552500', '203721.012500', '203721.472500', '203721.932500', '203722.392500', '203722.852500', '203723.312500', '203723.772500', '203724.232500', '203724.692500', '203725.152500', '203725.612500', '203726.072500', '203726.532500', '203726.992500', '203727.452500', '203727.912500', '203728.372500', '203728.832500', '203729.292500', '203729.752500', '203730.212500', '203730.672500', '203731.132500', '203731.592500', '203732.052500', '203732.512500', '203732.972500', '203733.432500', '203733.892500', '203734.352500', '203734.812500', '203735.272500', '203735.732500', '203736.192500', '203736.652500', '203737.112500', '203737.572500', '203738.032500', '203738.492500', '203738.952500', '203739.412500', '203739.872500', '203740.332500', '203740.792500', '203741.252500', '203741.712500', '203742.172500', '203742.632500', '203743.092500', '203743.552500', '203744.012500', '203744.472500', '203744.932500', '203745.392500', '203745.852500'], 'ContentTime': ['202538.325000', '202538.328000', '202538.331000', '202538.334000', '202538.336000', '202538.339000', '202538.341000', '202538.344000', '202538.347000', '202538.349000', '202538.352000', '202538.354000', '202538.357000', '202538.359000', '202538.362000', '202538.364000', '202538.367000', '202538.370000', '202538.372000', '202538.375000', '202538.377000', '202538.380000', '202538.383000', '202538.385000', '202538.388000', '202538.390000', '202538.393000', '202538.402000', '202538.405000', '202538.407000', '202538.410000', '202538.412000', '202538.415000', '202538.418000', '202538.420000', '202538.423000', '202538.425000', '202538.428000', '202538.430000', '202538.433000', '202538.436000', '202538.438000', '202538.441000', '202538.443000', '202538.446000', '202538.449000', '202538.451000', '202538.454000', '202538.456000', '202538.459000', '202538.462000', '202538.464000', '202538.467000', '202538.469000', '202538.472000', '202558.306000', '202558.309000', '202558.311000', '202558.314000', '202558.317000', '202558.319000', '202558.322000', '202558.324000', '202558.327000', '202558.329000', '202558.332000', '202558.334000', '202558.337000', '202558.340000', '202558.342000', '202558.345000', '202558.347000', '202558.352000', '202558.355000', '202558.358000', '202558.360000', '202558.363000', '202558.365000', '202558.368000', '202558.370000', '202558.373000', '202558.375000', '202558.378000', '202558.381000', '202558.383000', '202558.386000', '202558.388000', '202558.391000', '202558.394000', '202558.396000', '202558.399000', '202558.401000', '202558.404000', '202558.406000', '202558.409000', '202558.411000', '202558.414000', '202558.416000', '202558.419000', '202618.295000', '202618.297000', '202618.300000', '202618.303000', '202618.305000', '202618.308000', '202618.310000', '202618.313000', '202618.315000', '202618.318000', '202618.320000', '202618.323000', '202618.325000', '202618.328000', '202618.331000', '202618.333000', '202618.336000', '202618.338000', '202618.341000', '202618.343000', '202618.346000', '202618.349000', '202618.351000', '202618.354000', '202618.356000', '202618.359000', '202618.361000', '202618.364000', '202618.366000', '202618.369000', '202618.371000', '202618.374000', '202618.377000', '202618.379000', '202618.382000', '202618.384000', '202618.387000', '202618.390000', '202618.392000', '202618.395000', '202618.397000', '202618.400000', '202618.403000', '202638.294000', '202638.297000', '202638.300000', '202638.303000', '202638.305000', '202638.308000', '202638.310000', '202638.313000', '202638.316000', '202638.320000', '202638.323000', '202638.325000', '202638.328000', '202638.331000', '202638.333000', '202638.336000', '202638.339000', '202638.341000', '202638.344000', '202638.347000', '202638.349000', '202638.352000', '202638.355000', '202638.357000', '202638.360000', '202638.362000', '202638.365000', '202638.368000', '202638.370000', '202638.373000', '202638.376000', '202638.378000', '202638.381000', '202638.383000', '202638.386000', '202638.388000', '202638.391000', '202638.393000', '202638.396000', '202638.399000', '202638.401000', '202638.404000', '202638.406000', '202658.294000', '202658.297000', '202658.300000', '202658.302000', '202658.305000', '202658.308000', '202658.310000', '202658.313000', '202658.315000', '202658.318000', '202658.321000', '202658.323000', '202658.326000', '202658.328000', '202658.331000', '202658.334000', '202658.336000', '202658.339000', '202658.342000', '202658.344000', '202658.347000', '202658.349000', '202658.352000', '202658.355000', '202658.357000', '202658.360000', '202658.363000', '202658.365000', '202658.368000', '202658.370000', '202658.373000', '202658.376000', '202658.383000', '202658.386000', '202658.388000', '202658.391000', '202658.394000', '202658.396000', '202658.399000', '202658.401000', '202658.404000', '202658.407000', '202658.409000', '202658.412000', '202718.294000', '202718.297000', '202718.300000', '202718.302000', '202718.305000', '202718.307000', '202718.310000', '202718.312000', '202718.315000', '202718.318000', '202718.323000', '202718.326000', '202718.328000', '202718.331000', '202718.333000', '202718.336000', '202718.339000', '202718.341000', '202718.344000', '202718.346000', '202718.349000', '202718.352000', '202718.354000', '202718.357000', '202718.359000', '202718.362000', '202718.364000', '202718.367000', '202718.369000', '202718.372000', '202718.375000', '202718.377000', '202718.380000', '202718.382000', '202718.385000', '202718.387000', '202718.390000', '202718.393000', '202718.395000', '202718.398000', '202718.400000', '202718.403000', '202718.406000', '202738.295000', '202738.297000', '202738.300000', '202738.303000', '202738.305000', '202738.308000', '202738.310000', '202738.313000', '202738.315000', '202738.318000', '202738.331000', '202738.334000', '202738.336000', '202738.339000', '202738.341000', '202738.344000', '202738.347000', '202738.349000', '202738.352000', '202738.354000', '202738.357000', '202738.359000', '202738.362000', '202738.364000', '202738.367000', '202738.370000', '202738.372000', '202738.375000', '202738.378000', '202738.380000', '202738.383000', '202738.385000', '202738.388000', '202738.390000', '202738.393000', '202738.396000', '202738.398000', '202738.401000', '202738.403000', '202738.406000', '202738.408000', '202738.411000', '202738.414000', '202738.416000', '202758.294000', '202758.296000', '202758.299000', '202758.302000', '202758.304000', '202758.307000', '202758.309000', '202758.312000', '202758.314000', '202758.317000', '202758.320000', '202758.323000', '202758.326000', '202758.329000', '202758.332000', '202758.334000', '202758.337000', '202758.339000', '202758.342000', '202758.345000', '202758.347000', '202758.350000', '202758.352000', '202758.355000', '202758.359000', '202758.362000', '202758.364000', '202758.367000', '202758.369000', '202758.372000', '202758.375000', '202758.377000', '202758.380000', '202758.383000', '202758.385000', '202758.388000', '202758.391000', '202758.393000', '202758.396000', '202758.399000', '202758.401000', '202758.404000', '202758.406000', '202818.294000', '202818.297000', '202818.300000', '202818.302000', '202818.305000', '202818.308000', '202818.310000', '202818.313000', '202818.316000', '202818.318000', '202818.321000', '202818.323000', '202818.326000', '202818.329000', '202818.331000', '202818.334000', '202818.336000', '202818.339000', '202818.341000', '202818.344000', '202818.346000', '202818.349000', '202818.352000', '202818.354000', '202818.357000', '202818.359000', '202818.362000', '202818.364000', '202818.367000', '202818.370000', '202818.372000', '202818.375000', '202818.377000', '202818.380000', '202818.382000', '202818.385000', '202818.387000', '202818.390000', '202818.393000', '202818.396000', '202818.399000', '202818.401000', '202818.404000', '202818.406000', '202838.294000', '202838.297000', '202838.300000', '202838.303000', '202838.305000', '202838.308000', '202838.310000', '202838.313000', '202838.315000', '202838.318000', '202838.321000', '202838.324000', '202838.327000', '202838.330000', '202838.332000', '202838.335000', '202838.338000', '202838.340000', '202838.343000', '202838.345000', '202838.348000', '202838.350000', '202838.353000', '202838.355000', '202838.358000', '202838.361000', '202838.363000', '202838.366000', '202838.368000', '202838.371000', '202838.373000', '202838.376000', '202838.379000', '202838.381000', '202838.384000', '202838.386000', '202838.389000', '202838.392000', '202838.394000', '202838.397000', '202838.399000', '202838.402000', '202838.404000', '202858.294000', '202858.297000', '202858.300000', '202858.302000', '202858.305000', '202858.308000', '202858.310000', '202858.313000', '202858.316000', '202858.318000', '202858.321000', '202858.323000', '202858.326000', '202858.328000', '202858.331000', '202858.334000', '202858.337000', '202858.339000', '202858.342000', '202858.344000', '202858.347000', '202858.350000', '202858.352000', '202858.355000', '202858.357000', '202858.360000', '202858.362000', '202858.365000', '202858.368000', '202858.370000', '202858.373000', '202858.375000', '202858.378000', '202858.381000', '202858.383000', '202858.392000', '202858.395000', '202858.398000', '202858.400000', '202858.403000', '202858.405000', '202858.408000', '202858.411000', '202858.413000', '202918.294000', '202918.297000', '202918.300000', '202918.302000', '202918.305000', '202918.308000', '202918.310000', '202918.313000', '202918.315000', '202918.318000', '202918.321000', '202918.323000', '202918.326000', '202918.328000', '202918.331000', '202918.334000', '202918.336000', '202918.339000', '202918.341000', '202918.344000', '202918.347000', '202918.349000', '202918.352000', '202918.354000', '202918.357000', '202918.360000', '202918.363000', '202918.366000', '202918.369000', '202918.371000', '202918.374000', '202918.377000', '202918.379000', '202918.382000', '202918.384000', '202918.387000', '202918.390000', '202918.392000', '202918.395000', '202918.399000', '202918.402000', '202918.404000', '202918.407000', '202938.294000', '202938.297000', '202938.300000', '202938.302000', '202938.305000', '202938.308000', '202938.310000', '202938.313000', '202938.316000', '202938.318000', '202938.321000', '202938.323000', '202938.326000', '202938.328000', '202938.331000', '202938.333000', '202938.336000', '202938.339000', '202938.341000', '202938.344000', '202938.346000', '202938.349000', '202938.352000', '202938.354000', '202938.357000', '202938.359000', '202938.362000', '202938.364000', '202938.367000', '202938.370000', '202938.372000', '202938.375000', '202938.377000', '202938.380000', '202938.383000', '202938.385000', '202938.388000', '202938.391000', '202938.393000', '202938.396000', '202938.398000', '202938.401000', '202938.404000', '202938.406000', '202958.294000', '202958.297000', '202958.300000', '202958.303000', '202958.305000', '202958.308000', '202958.310000', '202958.313000', '202958.315000', '202958.318000', '202958.321000', '202958.323000', '202958.326000', '202958.328000', '202958.331000', '202958.333000', '202958.336000', '202958.339000', '202958.341000', '202958.344000', '202958.346000', '202958.349000', '202958.352000', '202958.355000', '202958.358000', '202958.361000', '202958.364000', '202958.366000', '202958.369000', '202958.371000', '202958.374000', '202958.377000', '202958.379000', '202958.382000', '202958.384000', '202958.387000', '202958.390000', '202958.392000', '202958.395000', '202958.398000', '202958.400000', '202958.403000', '202958.405000', '203018.293000', '203018.296000', '203018.299000', '203018.301000', '203018.304000', '203018.307000', '203018.309000', '203018.312000', '203018.314000', '203018.317000', '203018.319000', '203018.322000', '203018.325000', '203018.327000', '203018.330000', '203018.332000', '203018.335000', '203018.337000', '203018.340000', '203018.343000', '203018.345000', '203018.348000', '203018.350000', '203018.353000', '203018.355000', '203018.358000', '203018.361000', '203018.363000', '203018.366000', '203018.368000', '203018.371000', '203018.374000', '203018.376000', '203018.379000', '203018.381000', '203018.384000', '203018.387000', '203018.389000', '203018.392000', '203018.394000', '203018.397000', '203018.400000', '203018.402000', '203018.405000', '203038.294000', '203038.297000', '203038.318000', '203038.321000', '203038.323000', '203038.326000', '203038.329000', '203038.332000', '203038.334000', '203038.337000', '203038.339000', '203038.342000', '203038.345000', '203038.347000', '203038.350000', '203038.353000', '203038.355000', '203038.358000', '203038.361000', '203038.363000', '203038.366000', '203038.368000', '203038.371000', '203038.374000', '203038.376000', '203038.379000', '203038.382000', '203038.384000', '203038.387000', '203038.390000', '203038.393000', '203038.395000', '203038.398000', '203038.400000', '203038.403000', '203038.406000', '203038.408000', '203038.411000', '203038.413000', '203038.416000', '203038.419000', '203038.421000', '203038.424000', '203058.295000', '203058.297000', '203058.300000', '203058.303000', '203058.305000', '203058.308000', '203058.310000', '203058.313000', '203058.315000', '203058.318000', '203058.321000', '203058.323000', '203058.326000', '203058.328000', '203058.331000', '203058.333000', '203058.336000', '203058.339000', '203058.341000', '203058.344000', '203058.346000', '203058.349000', '203058.351000', '203058.354000', '203058.358000', '203058.361000', '203058.363000', '203058.366000', '203058.369000', '203058.371000', '203058.374000', '203058.376000', '203058.379000', '203058.381000', '203058.384000', '203058.387000', '203058.389000', '203058.392000', '203058.395000', '203058.397000', '203058.400000', '203058.403000', '203058.405000', '203058.408000', '203118.295000', '203118.297000', '203118.300000', '203118.303000', '203118.305000', '203118.308000', '203118.310000', '203118.313000', '203118.316000', '203118.318000', '203118.321000', '203118.323000', '203118.326000', '203118.328000', '203118.331000', '203118.333000', '203118.336000', '203118.339000', '203118.341000', '203118.344000', '203118.346000', '203118.349000', '203118.351000', '203118.354000', '203118.356000', '203118.359000', '203118.362000', '203118.364000', '203118.367000', '203118.369000', '203118.372000', '203118.374000', '203118.377000', '203118.380000', '203118.382000', '203118.385000', '203118.387000', '203118.390000', '203118.392000', '203118.395000', '203118.398000', '203118.400000', '203118.403000', '203138.294000', '203138.298000', '203138.300000', '203138.303000', '203138.306000', '203138.308000', '203138.311000', '203138.313000', '203138.316000', '203138.319000', '203138.321000', '203138.324000', '203138.327000', '203138.329000', '203138.332000', '203138.335000', '203138.337000', '203138.340000', '203138.342000', '203138.345000', '203138.348000', '203138.350000', '203138.353000', '203138.356000', '203138.358000', '203138.361000', '203138.363000', '203138.366000', '203138.369000', '203138.371000', '203138.374000', '203138.376000', '203138.379000', '203138.381000', '203138.384000', '203138.387000', '203138.389000', '203138.392000', '203138.394000', '203138.397000', '203138.400000', '203138.402000', '203138.405000', '203138.408000', '203158.294000', '203158.297000', '203158.300000', '203158.302000', '203158.305000', '203158.307000', '203158.310000', '203158.313000', '203158.315000', '203158.318000', '203158.320000', '203158.323000', '203158.325000', '203158.336000', '203158.339000', '203158.342000', '203158.344000', '203158.347000', '203158.349000', '203158.352000', '203158.354000', '203158.357000', '203158.359000', '203158.362000', '203158.365000', '203158.367000', '203158.370000', '203158.372000', '203158.383000', '203158.386000', '203158.388000', '203158.391000', '203158.393000', '203158.396000', '203158.398000', '203158.401000', '203158.404000', '203158.406000', '203158.409000', '203158.411000', '203158.414000', '203158.417000', '203158.420000', '203218.295000', '203218.297000', '203218.300000', '203218.303000', '203218.305000', '203218.308000', '203218.310000', '203218.313000', '203218.315000', '203218.318000', '203218.320000', '203218.323000', '203218.326000', '203218.328000', '203218.331000', '203218.333000', '203218.336000', '203218.338000', '203218.341000', '203218.344000', '203218.346000', '203218.349000', '203218.351000', '203218.354000', '203218.356000', '203218.359000', '203218.361000', '203218.364000', '203218.367000', '203218.369000', '203218.372000', '203218.374000', '203218.377000', '203218.379000', '203218.382000', '203218.384000', '203218.387000', '203218.390000', '203218.392000', '203218.395000', '203218.397000', '203218.400000', '203218.403000', '203218.405000', '203238.294000', '203238.297000', '203238.299000', '203238.302000', '203238.304000', '203238.307000', '203238.310000', '203238.312000', '203238.315000', '203238.317000', '203238.320000', '203238.323000', '203238.325000', '203238.328000', '203238.330000', '203238.333000', '203238.335000', '203238.338000', '203238.340000', '203238.343000', '203238.346000', '203238.348000', '203238.351000', '203238.353000', '203238.356000', '203238.358000', '203238.361000', '203238.364000', '203238.366000', '203238.369000', '203238.371000', '203238.374000', '203238.376000', '203238.379000', '203238.382000', '203238.384000', '203238.387000', '203238.389000', '203238.392000', '203238.395000', '203238.397000', '203238.400000', '203238.402000', '203258.295000', '203258.297000', '203258.300000', '203258.303000', '203258.305000', '203258.308000', '203258.310000', '203258.313000', '203258.315000', '203258.318000', '203258.321000', '203258.323000', '203258.326000', '203258.328000', '203258.331000', '203258.334000', '203258.336000', '203258.339000', '203258.341000', '203258.344000', '203258.347000', '203258.349000', '203258.352000', '203258.354000', '203258.357000', '203258.360000', '203258.362000', '203258.365000', '203258.368000', '203258.370000', '203258.373000', '203258.375000', '203258.378000', '203258.380000', '203258.383000', '203258.385000', '203258.388000', '203258.391000', '203258.393000', '203258.396000', '203258.398000', '203258.401000', '203258.404000', '203258.406000', '203318.295000', '203318.297000', '203318.300000', '203318.303000', '203318.305000', '203318.308000', '203318.310000', '203318.313000', '203318.315000', '203318.323000', '203318.326000', '203318.328000', '203318.331000', '203318.334000', '203318.336000', '203318.339000', '203318.341000', '203318.344000', '203318.347000', '203318.349000', '203318.352000', '203318.355000', '203318.357000', '203318.360000', '203318.362000', '203318.365000', '203318.368000', '203318.370000', '203318.373000', '203318.375000', '203318.378000', '203318.380000', '203318.383000', '203318.386000', '203318.388000', '203318.391000', '203318.393000', '203318.396000', '203318.398000', '203318.401000', '203318.404000', '203318.406000', '203318.409000', '203338.295000', '203338.298000', '203338.300000', '203338.303000', '203338.305000', '203338.308000', '203338.311000', '203338.313000', '203338.316000', '203338.318000', '203338.321000', '203338.324000', '203338.326000', '203338.329000', '203338.331000', '203338.334000', '203338.336000', '203338.339000', '203338.342000', '203338.345000', '203338.347000', '203338.350000', '203338.352000', '203338.355000', '203338.358000', '203338.360000', '203338.363000', '203338.365000', '203338.368000', '203338.371000', '203338.373000', '203338.376000', '203338.379000', '203338.381000', '203338.384000', '203338.387000', '203338.389000', '203338.392000', '203338.394000', '203338.397000', '203338.400000', '203338.402000', '203338.405000', '203338.407000', '203358.295000', '203358.297000', '203358.300000', '203358.303000', '203358.305000', '203358.308000', '203358.311000', '203358.313000', '203358.316000', '203358.318000', '203358.321000', '203358.324000', '203358.326000', '203358.329000', '203358.331000', '203358.334000', '203358.337000', '203358.339000', '203358.342000', '203358.344000', '203358.347000', '203358.349000', '203358.352000', '203358.355000', '203358.357000', '203358.360000', '203358.363000', '203358.365000', '203358.368000', '203358.370000', '203358.373000', '203358.376000', '203358.378000', '203358.381000', '203358.383000', '203358.386000', '203358.389000', '203358.392000', '203358.394000', '203358.397000', '203358.399000', '203358.402000', '203358.404000', '203418.295000', '203418.297000', '203418.300000', '203418.303000', '203418.305000', '203418.308000', '203418.310000', '203418.313000', '203418.316000', '203418.320000', '203418.323000', '203418.325000', '203418.328000', '203418.331000', '203418.333000', '203418.336000', '203418.338000', '203418.341000', '203418.344000', '203418.346000', '203418.349000', '203418.352000', '203418.354000', '203418.357000', '203418.360000', '203418.362000', '203418.365000', '203418.367000', '203418.370000', '203418.373000', '203418.376000', '203418.378000', '203418.381000', '203418.383000', '203418.386000', '203418.389000', '203418.391000', '203418.394000', '203418.397000', '203418.399000', '203418.402000', '203418.404000', '203418.407000', '203418.409000', '203438.295000', '203438.297000', '203438.300000', '203438.303000', '203438.305000', '203438.308000', '203438.311000', '203438.313000', '203438.316000', '203438.319000', '203438.321000', '203438.324000', '203438.326000', '203438.329000', '203438.332000', '203438.334000', '203438.337000', '203438.340000', '203438.342000', '203438.345000', '203438.347000', '203438.350000', '203438.353000', '203438.355000', '203438.358000', '203438.361000', '203438.363000', '203438.366000', '203438.368000', '203438.371000', '203438.374000', '203438.376000', '203438.379000', '203438.381000', '203438.384000', '203438.387000', '203438.389000', '203438.392000', '203438.395000', '203438.397000', '203438.400000', '203438.402000', '203438.405000', '203458.293000', '203458.296000', '203458.299000', '203458.302000', '203458.304000', '203458.311000', '203458.313000', '203458.316000', '203458.318000', '203458.321000', '203458.323000', '203458.326000', '203458.329000', '203458.331000', '203458.334000', '203458.337000', '203458.340000', '203458.343000', '203458.345000', '203458.348000', '203458.351000', '203458.354000', '203458.357000', '203458.360000', '203458.362000', '203458.365000', '203458.368000', '203458.370000', '203458.373000', '203458.375000', '203458.378000', '203458.381000', '203458.383000', '203458.386000', '203458.389000', '203458.391000', '203458.394000', '203458.396000', '203458.399000', '203458.401000', '203458.404000', '203458.406000', '203458.409000', '203518.295000', '203518.297000', '203518.300000', '203518.303000', '203518.305000', '203518.308000', '203518.310000', '203518.313000', '203518.316000', '203518.318000', '203518.321000', '203518.323000', '203518.326000', '203518.329000', '203518.332000', '203518.334000', '203518.337000', '203518.340000', '203518.343000', '203518.345000', '203518.348000', '203518.351000', '203518.353000', '203518.356000', '203518.359000', '203518.362000', '203518.364000', '203518.367000', '203518.369000', '203518.372000', '203518.375000', '203518.377000', '203518.380000', '203518.382000', '203518.385000', '203518.388000', '203518.390000', '203518.393000', '203518.395000', '203518.398000', '203518.400000', '203518.403000', '203518.406000', '203518.408000', '203538.294000', '203538.298000', '203538.301000', '203538.304000', '203538.307000', '203538.309000', '203538.312000', '203538.315000', '203538.317000', '203538.320000', '203538.322000', '203538.325000', '203538.328000', '203538.330000', '203538.333000', '203538.335000', '203538.338000', '203538.340000', '203538.343000', '203538.346000', '203538.348000', '203538.351000', '203538.353000', '203538.356000', '203538.359000', '203538.362000', '203538.365000', '203538.367000', '203538.370000', '203538.373000', '203538.375000', '203538.378000', '203538.380000', '203538.383000', '203538.386000', '203538.388000', '203538.391000', '203538.394000', '203538.396000', '203538.399000', '203538.401000', '203538.404000', '203538.407000', '203558.295000', '203558.298000', '203558.300000', '203558.303000', '203558.305000', '203558.308000', '203558.311000', '203558.313000', '203558.316000', '203558.319000', '203558.321000', '203558.324000', '203558.326000', '203558.329000', '203558.332000', '203558.334000', '203558.337000', '203558.339000', '203558.342000', '203558.345000', '203558.347000', '203558.350000', '203558.352000', '203558.355000', '203558.358000', '203558.360000', '203558.363000', '203558.365000', '203558.368000', '203558.371000', '203558.373000', '203558.376000', '203558.378000', '203558.381000', '203558.384000', '203558.386000', '203558.389000', '203558.391000', '203558.394000', '203558.397000', '203558.399000', '203558.402000', '203558.404000', '203558.407000', '203618.295000', '203618.298000', '203618.300000', '203618.303000', '203618.306000', '203618.308000', '203618.311000', '203618.314000', '203618.320000', '203618.323000', '203618.325000', '203618.328000', '203618.331000', '203618.333000', '203618.336000', '203618.338000', '203618.341000', '203618.344000', '203618.346000', '203618.349000', '203618.351000', '203618.354000', '203618.356000', '203618.359000', '203618.362000', '203618.364000', '203618.367000', '203618.369000', '203618.372000', '203618.374000', '203618.377000', '203618.379000', '203618.382000', '203618.385000', '203618.387000', '203618.390000', '203618.392000', '203618.395000', '203618.397000', '203618.400000', '203618.403000', '203618.405000', '203618.408000', '203638.295000', '203638.297000', '203638.300000', '203638.303000', '203638.306000', '203638.308000', '203638.311000', '203638.313000', '203638.316000', '203638.318000', '203638.321000', '203638.324000', '203638.326000', '203638.329000', '203638.331000', '203638.334000', '203638.337000', '203638.339000', '203638.342000', '203638.344000', '203638.347000', '203638.349000', '203638.352000', '203638.354000', '203638.357000', '203638.360000', '203638.362000', '203638.365000', '203638.367000', '203638.370000', '203638.373000', '203638.375000', '203638.378000', '203638.380000', '203638.383000', '203638.386000', '203638.388000', '203638.391000', '203638.393000', '203638.396000', '203638.399000', '203638.401000', '203638.404000', '203638.406000', '203658.295000', '203658.297000', '203658.300000', '203658.303000', '203658.305000', '203658.308000', '203658.310000', '203658.313000', '203658.315000', '203658.318000', '203658.320000', '203658.323000', '203658.326000', '203658.328000', '203658.346000', '203658.349000', '203658.351000', '203658.354000', '203658.356000', '203658.359000', '203658.362000', '203658.364000', '203658.367000', '203658.369000', '203658.372000', '203658.374000', '203658.377000', '203658.380000', '203658.382000', '203658.385000', '203658.387000', '203658.390000', '203658.392000', '203658.395000', '203658.399000', '203658.402000', '203658.404000', '203658.407000', '203658.410000', '203658.412000', '203658.415000', '203658.417000', '203658.420000', '203718.294000', '203718.296000', '203718.299000', '203718.302000', '203718.304000', '203718.307000', '203718.309000', '203718.312000', '203718.315000', '203718.317000', '203718.320000', '203718.322000', '203718.325000', '203718.328000', '203718.330000', '203718.333000', '203718.335000', '203718.338000', '203718.341000', '203718.343000', '203718.346000', '203718.348000', '203718.351000', '203718.353000', '203718.356000', '203718.359000', '203718.361000', '203718.364000', '203718.366000', '203718.369000', '203718.371000', '203718.374000', '203718.377000', '203718.379000', '203718.382000', '203718.384000', '203718.387000', '203718.389000', '203718.392000', '203718.394000', '203718.397000', '203718.400000', '203718.402000', '203718.405000', '203738.295000', '203738.298000', '203738.300000', '203738.303000', '203738.305000', '203738.308000', '203738.310000', '203738.313000', '203738.316000', '203738.318000', '203738.321000', '203738.323000', '203738.326000', '203738.329000', '203738.331000', '203738.334000', '203738.337000', '203738.339000', '203738.342000', '203738.344000', '203738.347000', '203738.349000', '203738.352000', '203738.355000', '203738.358000', '203738.361000', '203738.364000', '203738.367000', '203738.369000', '203738.372000', '203738.375000', '203738.377000', '203738.380000', '203738.382000', '203738.385000', '203738.388000', '203738.390000', '203738.393000', '203738.396000', '203738.398000', '203738.401000', '203738.404000', '203738.406000', '203747.089000', '203747.092000', '203747.094000', '203747.097000', '203747.099000', '203747.102000', '203747.105000', '203747.107000', '203747.110000', '203747.112000', '203747.115000', '203747.117000', '203747.120000', '203747.123000', '203747.125000', '203747.128000', '203747.130000', '203747.133000', '203747.136000', '203747.138000'], 'InstanceCreationTime': ['202538.325000', '202538.328000', '202538.331000', '202538.334000', '202538.336000', '202538.339000', '202538.341000', '202538.344000', '202538.347000', '202538.349000', '202538.352000', '202538.354000', '202538.357000', '202538.359000', '202538.362000', '202538.364000', '202538.367000', '202538.370000', '202538.372000', '202538.375000', '202538.377000', '202538.380000', '202538.383000', '202538.385000', '202538.388000', '202538.390000', '202538.393000', '202538.402000', '202538.405000', '202538.407000', '202538.410000', '202538.412000', '202538.415000', '202538.418000', '202538.420000', '202538.423000', '202538.425000', '202538.428000', '202538.430000', '202538.433000', '202538.436000', '202538.438000', '202538.441000', '202538.443000', '202538.446000', '202538.449000', '202538.451000', '202538.454000', '202538.456000', '202538.459000', '202538.462000', '202538.464000', '202538.467000', '202538.469000', '202538.472000', '202558.306000', '202558.309000', '202558.311000', '202558.314000', '202558.317000', '202558.319000', '202558.322000', '202558.324000', '202558.327000', '202558.329000', '202558.332000', '202558.334000', '202558.337000', '202558.340000', '202558.342000', '202558.345000', '202558.347000', '202558.352000', '202558.355000', '202558.358000', '202558.360000', '202558.363000', '202558.365000', '202558.368000', '202558.370000', '202558.373000', '202558.375000', '202558.378000', '202558.381000', '202558.383000', '202558.386000', '202558.388000', '202558.391000', '202558.394000', '202558.396000', '202558.399000', '202558.401000', '202558.404000', '202558.406000', '202558.409000', '202558.411000', '202558.414000', '202558.416000', '202558.419000', '202618.295000', '202618.297000', '202618.300000', '202618.303000', '202618.305000', '202618.308000', '202618.310000', '202618.313000', '202618.315000', '202618.318000', '202618.320000', '202618.323000', '202618.325000', '202618.328000', '202618.331000', '202618.333000', '202618.336000', '202618.338000', '202618.341000', '202618.343000', '202618.346000', '202618.349000', '202618.351000', '202618.354000', '202618.356000', '202618.359000', '202618.361000', '202618.364000', '202618.366000', '202618.369000', '202618.371000', '202618.374000', '202618.377000', '202618.379000', '202618.382000', '202618.384000', '202618.387000', '202618.390000', '202618.392000', '202618.395000', '202618.397000', '202618.400000', '202618.403000', '202638.294000', '202638.297000', '202638.300000', '202638.303000', '202638.305000', '202638.308000', '202638.310000', '202638.313000', '202638.316000', '202638.320000', '202638.323000', '202638.325000', '202638.328000', '202638.331000', '202638.333000', '202638.336000', '202638.339000', '202638.341000', '202638.344000', '202638.347000', '202638.349000', '202638.352000', '202638.355000', '202638.357000', '202638.360000', '202638.362000', '202638.365000', '202638.368000', '202638.370000', '202638.373000', '202638.376000', '202638.378000', '202638.381000', '202638.383000', '202638.386000', '202638.388000', '202638.391000', '202638.393000', '202638.396000', '202638.399000', '202638.401000', '202638.404000', '202638.406000', '202658.294000', '202658.297000', '202658.300000', '202658.302000', '202658.305000', '202658.308000', '202658.310000', '202658.313000', '202658.315000', '202658.318000', '202658.321000', '202658.323000', '202658.326000', '202658.328000', '202658.331000', '202658.334000', '202658.336000', '202658.339000', '202658.342000', '202658.344000', '202658.347000', '202658.349000', '202658.352000', '202658.355000', '202658.357000', '202658.360000', '202658.363000', '202658.365000', '202658.368000', '202658.370000', '202658.373000', '202658.376000', '202658.383000', '202658.386000', '202658.388000', '202658.391000', '202658.394000', '202658.396000', '202658.399000', '202658.401000', '202658.404000', '202658.407000', '202658.409000', '202658.412000', '202718.294000', '202718.297000', '202718.300000', '202718.302000', '202718.305000', '202718.307000', '202718.310000', '202718.312000', '202718.315000', '202718.318000', '202718.323000', '202718.326000', '202718.328000', '202718.331000', '202718.333000', '202718.336000', '202718.339000', '202718.341000', '202718.344000', '202718.346000', '202718.349000', '202718.352000', '202718.354000', '202718.357000', '202718.359000', '202718.362000', '202718.364000', '202718.367000', '202718.369000', '202718.372000', '202718.375000', '202718.377000', '202718.380000', '202718.382000', '202718.385000', '202718.387000', '202718.390000', '202718.393000', '202718.395000', '202718.398000', '202718.400000', '202718.403000', '202718.406000', '202738.295000', '202738.297000', '202738.300000', '202738.303000', '202738.305000', '202738.308000', '202738.310000', '202738.313000', '202738.315000', '202738.318000', '202738.331000', '202738.334000', '202738.336000', '202738.339000', '202738.341000', '202738.344000', '202738.347000', '202738.349000', '202738.352000', '202738.354000', '202738.357000', '202738.359000', '202738.362000', '202738.364000', '202738.367000', '202738.370000', '202738.372000', '202738.375000', '202738.378000', '202738.380000', '202738.383000', '202738.385000', '202738.388000', '202738.390000', '202738.393000', '202738.396000', '202738.398000', '202738.401000', '202738.403000', '202738.406000', '202738.408000', '202738.411000', '202738.414000', '202738.416000', '202758.294000', '202758.296000', '202758.299000', '202758.302000', '202758.304000', '202758.307000', '202758.309000', '202758.312000', '202758.314000', '202758.317000', '202758.320000', '202758.323000', '202758.326000', '202758.329000', '202758.332000', '202758.334000', '202758.337000', '202758.339000', '202758.342000', '202758.345000', '202758.347000', '202758.350000', '202758.352000', '202758.355000', '202758.359000', '202758.362000', '202758.364000', '202758.367000', '202758.369000', '202758.372000', '202758.375000', '202758.377000', '202758.380000', '202758.383000', '202758.385000', '202758.388000', '202758.391000', '202758.393000', '202758.396000', '202758.399000', '202758.401000', '202758.404000', '202758.406000', '202818.294000', '202818.297000', '202818.300000', '202818.302000', '202818.305000', '202818.308000', '202818.310000', '202818.313000', '202818.316000', '202818.318000', '202818.321000', '202818.323000', '202818.326000', '202818.329000', '202818.331000', '202818.334000', '202818.336000', '202818.339000', '202818.341000', '202818.344000', '202818.346000', '202818.349000', '202818.352000', '202818.354000', '202818.357000', '202818.359000', '202818.362000', '202818.364000', '202818.367000', '202818.370000', '202818.372000', '202818.375000', '202818.377000', '202818.380000', '202818.382000', '202818.385000', '202818.387000', '202818.390000', '202818.393000', '202818.396000', '202818.399000', '202818.401000', '202818.404000', '202818.406000', '202838.294000', '202838.297000', '202838.300000', '202838.303000', '202838.305000', '202838.308000', '202838.310000', '202838.313000', '202838.315000', '202838.318000', '202838.321000', '202838.324000', '202838.327000', '202838.330000', '202838.332000', '202838.335000', '202838.338000', '202838.340000', '202838.343000', '202838.345000', '202838.348000', '202838.350000', '202838.353000', '202838.355000', '202838.358000', '202838.361000', '202838.363000', '202838.366000', '202838.368000', '202838.371000', '202838.373000', '202838.376000', '202838.379000', '202838.381000', '202838.384000', '202838.386000', '202838.389000', '202838.392000', '202838.394000', '202838.397000', '202838.399000', '202838.402000', '202838.404000', '202858.294000', '202858.297000', '202858.300000', '202858.302000', '202858.305000', '202858.308000', '202858.310000', '202858.313000', '202858.316000', '202858.318000', '202858.321000', '202858.323000', '202858.326000', '202858.328000', '202858.331000', '202858.334000', '202858.337000', '202858.339000', '202858.342000', '202858.344000', '202858.347000', '202858.350000', '202858.352000', '202858.355000', '202858.357000', '202858.360000', '202858.362000', '202858.365000', '202858.368000', '202858.370000', '202858.373000', '202858.375000', '202858.378000', '202858.381000', '202858.383000', '202858.392000', '202858.395000', '202858.398000', '202858.400000', '202858.403000', '202858.405000', '202858.408000', '202858.411000', '202858.413000', '202918.294000', '202918.297000', '202918.300000', '202918.302000', '202918.305000', '202918.308000', '202918.310000', '202918.313000', '202918.315000', '202918.318000', '202918.321000', '202918.323000', '202918.326000', '202918.328000', '202918.331000', '202918.334000', '202918.336000', '202918.339000', '202918.341000', '202918.344000', '202918.347000', '202918.349000', '202918.352000', '202918.354000', '202918.357000', '202918.360000', '202918.363000', '202918.366000', '202918.369000', '202918.371000', '202918.374000', '202918.377000', '202918.379000', '202918.382000', '202918.384000', '202918.387000', '202918.390000', '202918.392000', '202918.395000', '202918.399000', '202918.402000', '202918.404000', '202918.407000', '202938.294000', '202938.297000', '202938.300000', '202938.302000', '202938.305000', '202938.308000', '202938.310000', '202938.313000', '202938.316000', '202938.318000', '202938.321000', '202938.323000', '202938.326000', '202938.328000', '202938.331000', '202938.333000', '202938.336000', '202938.339000', '202938.341000', '202938.344000', '202938.346000', '202938.349000', '202938.352000', '202938.354000', '202938.357000', '202938.359000', '202938.362000', '202938.364000', '202938.367000', '202938.370000', '202938.372000', '202938.375000', '202938.377000', '202938.380000', '202938.383000', '202938.385000', '202938.388000', '202938.391000', '202938.393000', '202938.396000', '202938.398000', '202938.401000', '202938.404000', '202938.406000', '202958.294000', '202958.297000', '202958.300000', '202958.303000', '202958.305000', '202958.308000', '202958.310000', '202958.313000', '202958.315000', '202958.318000', '202958.321000', '202958.323000', '202958.326000', '202958.328000', '202958.331000', '202958.333000', '202958.336000', '202958.339000', '202958.341000', '202958.344000', '202958.346000', '202958.349000', '202958.352000', '202958.355000', '202958.358000', '202958.361000', '202958.364000', '202958.366000', '202958.369000', '202958.371000', '202958.374000', '202958.377000', '202958.379000', '202958.382000', '202958.384000', '202958.387000', '202958.390000', '202958.392000', '202958.395000', '202958.398000', '202958.400000', '202958.403000', '202958.405000', '203018.293000', '203018.296000', '203018.299000', '203018.301000', '203018.304000', '203018.307000', '203018.309000', '203018.312000', '203018.314000', '203018.317000', '203018.319000', '203018.322000', '203018.325000', '203018.327000', '203018.330000', '203018.332000', '203018.335000', '203018.337000', '203018.340000', '203018.343000', '203018.345000', '203018.348000', '203018.350000', '203018.353000', '203018.355000', '203018.358000', '203018.361000', '203018.363000', '203018.366000', '203018.368000', '203018.371000', '203018.374000', '203018.376000', '203018.379000', '203018.381000', '203018.384000', '203018.387000', '203018.389000', '203018.392000', '203018.394000', '203018.397000', '203018.400000', '203018.402000', '203018.405000', '203038.294000', '203038.297000', '203038.318000', '203038.321000', '203038.323000', '203038.326000', '203038.329000', '203038.332000', '203038.334000', '203038.337000', '203038.339000', '203038.342000', '203038.345000', '203038.347000', '203038.350000', '203038.353000', '203038.355000', '203038.358000', '203038.361000', '203038.363000', '203038.366000', '203038.368000', '203038.371000', '203038.374000', '203038.376000', '203038.379000', '203038.382000', '203038.384000', '203038.387000', '203038.390000', '203038.393000', '203038.395000', '203038.398000', '203038.400000', '203038.403000', '203038.406000', '203038.408000', '203038.411000', '203038.413000', '203038.416000', '203038.419000', '203038.421000', '203038.424000', '203058.295000', '203058.297000', '203058.300000', '203058.303000', '203058.305000', '203058.308000', '203058.310000', '203058.313000', '203058.315000', '203058.318000', '203058.321000', '203058.323000', '203058.326000', '203058.328000', '203058.331000', '203058.333000', '203058.336000', '203058.339000', '203058.341000', '203058.344000', '203058.346000', '203058.349000', '203058.351000', '203058.354000', '203058.358000', '203058.361000', '203058.363000', '203058.366000', '203058.369000', '203058.371000', '203058.374000', '203058.376000', '203058.379000', '203058.381000', '203058.384000', '203058.387000', '203058.389000', '203058.392000', '203058.395000', '203058.397000', '203058.400000', '203058.403000', '203058.405000', '203058.408000', '203118.295000', '203118.297000', '203118.300000', '203118.303000', '203118.305000', '203118.308000', '203118.310000', '203118.313000', '203118.316000', '203118.318000', '203118.321000', '203118.323000', '203118.326000', '203118.328000', '203118.331000', '203118.333000', '203118.336000', '203118.339000', '203118.341000', '203118.344000', '203118.346000', '203118.349000', '203118.351000', '203118.354000', '203118.356000', '203118.359000', '203118.362000', '203118.364000', '203118.367000', '203118.369000', '203118.372000', '203118.374000', '203118.377000', '203118.380000', '203118.382000', '203118.385000', '203118.387000', '203118.390000', '203118.392000', '203118.395000', '203118.398000', '203118.400000', '203118.403000', '203138.294000', '203138.298000', '203138.300000', '203138.303000', '203138.306000', '203138.308000', '203138.311000', '203138.313000', '203138.316000', '203138.319000', '203138.321000', '203138.324000', '203138.327000', '203138.329000', '203138.332000', '203138.335000', '203138.337000', '203138.340000', '203138.342000', '203138.345000', '203138.348000', '203138.350000', '203138.353000', '203138.356000', '203138.358000', '203138.361000', '203138.363000', '203138.366000', '203138.369000', '203138.371000', '203138.374000', '203138.376000', '203138.379000', '203138.381000', '203138.384000', '203138.387000', '203138.389000', '203138.392000', '203138.394000', '203138.397000', '203138.400000', '203138.402000', '203138.405000', '203138.408000', '203158.294000', '203158.297000', '203158.300000', '203158.302000', '203158.305000', '203158.307000', '203158.310000', '203158.313000', '203158.315000', '203158.318000', '203158.320000', '203158.323000', '203158.325000', '203158.336000', '203158.339000', '203158.342000', '203158.344000', '203158.347000', '203158.349000', '203158.352000', '203158.354000', '203158.357000', '203158.359000', '203158.362000', '203158.365000', '203158.367000', '203158.370000', '203158.372000', '203158.383000', '203158.386000', '203158.388000', '203158.391000', '203158.393000', '203158.396000', '203158.398000', '203158.401000', '203158.404000', '203158.406000', '203158.409000', '203158.411000', '203158.414000', '203158.417000', '203158.420000', '203218.295000', '203218.297000', '203218.300000', '203218.303000', '203218.305000', '203218.308000', '203218.310000', '203218.313000', '203218.315000', '203218.318000', '203218.320000', '203218.323000', '203218.326000', '203218.328000', '203218.331000', '203218.333000', '203218.336000', '203218.338000', '203218.341000', '203218.344000', '203218.346000', '203218.349000', '203218.351000', '203218.354000', '203218.356000', '203218.359000', '203218.361000', '203218.364000', '203218.367000', '203218.369000', '203218.372000', '203218.374000', '203218.377000', '203218.379000', '203218.382000', '203218.384000', '203218.387000', '203218.390000', '203218.392000', '203218.395000', '203218.397000', '203218.400000', '203218.403000', '203218.405000', '203238.294000', '203238.297000', '203238.299000', '203238.302000', '203238.304000', '203238.307000', '203238.310000', '203238.312000', '203238.315000', '203238.317000', '203238.320000', '203238.323000', '203238.325000', '203238.328000', '203238.330000', '203238.333000', '203238.335000', '203238.338000', '203238.340000', '203238.343000', '203238.346000', '203238.348000', '203238.351000', '203238.353000', '203238.356000', '203238.358000', '203238.361000', '203238.364000', '203238.366000', '203238.369000', '203238.371000', '203238.374000', '203238.376000', '203238.379000', '203238.382000', '203238.384000', '203238.387000', '203238.389000', '203238.392000', '203238.395000', '203238.397000', '203238.400000', '203238.402000', '203258.295000', '203258.297000', '203258.300000', '203258.303000', '203258.305000', '203258.308000', '203258.310000', '203258.313000', '203258.315000', '203258.318000', '203258.321000', '203258.323000', '203258.326000', '203258.328000', '203258.331000', '203258.334000', '203258.336000', '203258.339000', '203258.341000', '203258.344000', '203258.347000', '203258.349000', '203258.352000', '203258.354000', '203258.357000', '203258.360000', '203258.362000', '203258.365000', '203258.368000', '203258.370000', '203258.373000', '203258.375000', '203258.378000', '203258.380000', '203258.383000', '203258.385000', '203258.388000', '203258.391000', '203258.393000', '203258.396000', '203258.398000', '203258.401000', '203258.404000', '203258.406000', '203318.295000', '203318.297000', '203318.300000', '203318.303000', '203318.305000', '203318.308000', '203318.310000', '203318.313000', '203318.315000', '203318.323000', '203318.326000', '203318.328000', '203318.331000', '203318.334000', '203318.336000', '203318.339000', '203318.341000', '203318.344000', '203318.347000', '203318.349000', '203318.352000', '203318.355000', '203318.357000', '203318.360000', '203318.362000', '203318.365000', '203318.368000', '203318.370000', '203318.373000', '203318.375000', '203318.378000', '203318.380000', '203318.383000', '203318.386000', '203318.388000', '203318.391000', '203318.393000', '203318.396000', '203318.398000', '203318.401000', '203318.404000', '203318.406000', '203318.409000', '203338.295000', '203338.298000', '203338.300000', '203338.303000', '203338.305000', '203338.308000', '203338.311000', '203338.313000', '203338.316000', '203338.318000', '203338.321000', '203338.324000', '203338.326000', '203338.329000', '203338.331000', '203338.334000', '203338.336000', '203338.339000', '203338.342000', '203338.345000', '203338.347000', '203338.350000', '203338.352000', '203338.355000', '203338.358000', '203338.360000', '203338.363000', '203338.365000', '203338.368000', '203338.371000', '203338.373000', '203338.376000', '203338.379000', '203338.381000', '203338.384000', '203338.387000', '203338.389000', '203338.392000', '203338.394000', '203338.397000', '203338.400000', '203338.402000', '203338.405000', '203338.407000', '203358.295000', '203358.297000', '203358.300000', '203358.303000', '203358.305000', '203358.308000', '203358.311000', '203358.313000', '203358.316000', '203358.318000', '203358.321000', '203358.324000', '203358.326000', '203358.329000', '203358.331000', '203358.334000', '203358.337000', '203358.339000', '203358.342000', '203358.344000', '203358.347000', '203358.349000', '203358.352000', '203358.355000', '203358.357000', '203358.360000', '203358.363000', '203358.365000', '203358.368000', '203358.370000', '203358.373000', '203358.376000', '203358.378000', '203358.381000', '203358.383000', '203358.386000', '203358.389000', '203358.392000', '203358.394000', '203358.397000', '203358.399000', '203358.402000', '203358.404000', '203418.295000', '203418.297000', '203418.300000', '203418.303000', '203418.305000', '203418.308000', '203418.310000', '203418.313000', '203418.316000', '203418.320000', '203418.323000', '203418.325000', '203418.328000', '203418.331000', '203418.333000', '203418.336000', '203418.338000', '203418.341000', '203418.344000', '203418.346000', '203418.349000', '203418.352000', '203418.354000', '203418.357000', '203418.360000', '203418.362000', '203418.365000', '203418.367000', '203418.370000', '203418.373000', '203418.376000', '203418.378000', '203418.381000', '203418.383000', '203418.386000', '203418.389000', '203418.391000', '203418.394000', '203418.397000', '203418.399000', '203418.402000', '203418.404000', '203418.407000', '203418.409000', '203438.295000', '203438.297000', '203438.300000', '203438.303000', '203438.305000', '203438.308000', '203438.311000', '203438.313000', '203438.316000', '203438.319000', '203438.321000', '203438.324000', '203438.326000', '203438.329000', '203438.332000', '203438.334000', '203438.337000', '203438.340000', '203438.342000', '203438.345000', '203438.347000', '203438.350000', '203438.353000', '203438.355000', '203438.358000', '203438.361000', '203438.363000', '203438.366000', '203438.368000', '203438.371000', '203438.374000', '203438.376000', '203438.379000', '203438.381000', '203438.384000', '203438.387000', '203438.389000', '203438.392000', '203438.395000', '203438.397000', '203438.400000', '203438.402000', '203438.405000', '203458.293000', '203458.296000', '203458.299000', '203458.302000', '203458.304000', '203458.311000', '203458.313000', '203458.316000', '203458.318000', '203458.321000', '203458.323000', '203458.326000', '203458.329000', '203458.331000', '203458.334000', '203458.337000', '203458.340000', '203458.343000', '203458.345000', '203458.348000', '203458.351000', '203458.354000', '203458.357000', '203458.360000', '203458.362000', '203458.365000', '203458.368000', '203458.370000', '203458.373000', '203458.375000', '203458.378000', '203458.381000', '203458.383000', '203458.386000', '203458.389000', '203458.391000', '203458.394000', '203458.396000', '203458.399000', '203458.401000', '203458.404000', '203458.406000', '203458.409000', '203518.295000', '203518.297000', '203518.300000', '203518.303000', '203518.305000', '203518.308000', '203518.310000', '203518.313000', '203518.316000', '203518.318000', '203518.321000', '203518.323000', '203518.326000', '203518.329000', '203518.332000', '203518.334000', '203518.337000', '203518.340000', '203518.343000', '203518.345000', '203518.348000', '203518.351000', '203518.353000', '203518.356000', '203518.359000', '203518.362000', '203518.364000', '203518.367000', '203518.369000', '203518.372000', '203518.375000', '203518.377000', '203518.380000', '203518.382000', '203518.385000', '203518.388000', '203518.390000', '203518.393000', '203518.395000', '203518.398000', '203518.400000', '203518.403000', '203518.406000', '203518.408000', '203538.294000', '203538.298000', '203538.301000', '203538.304000', '203538.307000', '203538.309000', '203538.312000', '203538.315000', '203538.317000', '203538.320000', '203538.322000', '203538.325000', '203538.328000', '203538.330000', '203538.333000', '203538.335000', '203538.338000', '203538.340000', '203538.343000', '203538.346000', '203538.348000', '203538.351000', '203538.353000', '203538.356000', '203538.359000', '203538.362000', '203538.365000', '203538.367000', '203538.370000', '203538.373000', '203538.375000', '203538.378000', '203538.380000', '203538.383000', '203538.386000', '203538.388000', '203538.391000', '203538.394000', '203538.396000', '203538.399000', '203538.401000', '203538.404000', '203538.407000', '203558.295000', '203558.298000', '203558.300000', '203558.303000', '203558.305000', '203558.308000', '203558.311000', '203558.313000', '203558.316000', '203558.319000', '203558.321000', '203558.324000', '203558.326000', '203558.329000', '203558.332000', '203558.334000', '203558.337000', '203558.339000', '203558.342000', '203558.345000', '203558.347000', '203558.350000', '203558.352000', '203558.355000', '203558.358000', '203558.360000', '203558.363000', '203558.365000', '203558.368000', '203558.371000', '203558.373000', '203558.376000', '203558.378000', '203558.381000', '203558.384000', '203558.386000', '203558.389000', '203558.391000', '203558.394000', '203558.397000', '203558.399000', '203558.402000', '203558.404000', '203558.407000', '203618.295000', '203618.298000', '203618.300000', '203618.303000', '203618.306000', '203618.308000', '203618.311000', '203618.314000', '203618.320000', '203618.323000', '203618.325000', '203618.328000', '203618.331000', '203618.333000', '203618.336000', '203618.338000', '203618.341000', '203618.344000', '203618.346000', '203618.349000', '203618.351000', '203618.354000', '203618.356000', '203618.359000', '203618.362000', '203618.364000', '203618.367000', '203618.369000', '203618.372000', '203618.374000', '203618.377000', '203618.379000', '203618.382000', '203618.385000', '203618.387000', '203618.390000', '203618.392000', '203618.395000', '203618.397000', '203618.400000', '203618.403000', '203618.405000', '203618.408000', '203638.295000', '203638.297000', '203638.300000', '203638.303000', '203638.306000', '203638.308000', '203638.311000', '203638.313000', '203638.316000', '203638.318000', '203638.321000', '203638.324000', '203638.326000', '203638.329000', '203638.331000', '203638.334000', '203638.337000', '203638.339000', '203638.342000', '203638.344000', '203638.347000', '203638.349000', '203638.352000', '203638.354000', '203638.357000', '203638.360000', '203638.362000', '203638.365000', '203638.367000', '203638.370000', '203638.373000', '203638.375000', '203638.378000', '203638.380000', '203638.383000', '203638.386000', '203638.388000', '203638.391000', '203638.393000', '203638.396000', '203638.399000', '203638.401000', '203638.404000', '203638.406000', '203658.295000', '203658.297000', '203658.300000', '203658.303000', '203658.305000', '203658.308000', '203658.310000', '203658.313000', '203658.315000', '203658.318000', '203658.320000', '203658.323000', '203658.326000', '203658.328000', '203658.346000', '203658.349000', '203658.351000', '203658.354000', '203658.356000', '203658.359000', '203658.362000', '203658.364000', '203658.367000', '203658.369000', '203658.372000', '203658.374000', '203658.377000', '203658.380000', '203658.382000', '203658.385000', '203658.387000', '203658.390000', '203658.392000', '203658.395000', '203658.399000', '203658.402000', '203658.404000', '203658.407000', '203658.410000', '203658.412000', '203658.415000', '203658.417000', '203658.420000', '203718.294000', '203718.296000', '203718.299000', '203718.302000', '203718.304000', '203718.307000', '203718.309000', '203718.312000', '203718.315000', '203718.317000', '203718.320000', '203718.322000', '203718.325000', '203718.328000', '203718.330000', '203718.333000', '203718.335000', '203718.338000', '203718.341000', '203718.343000', '203718.346000', '203718.348000', '203718.351000', '203718.353000', '203718.356000', '203718.359000', '203718.361000', '203718.364000', '203718.366000', '203718.369000', '203718.371000', '203718.374000', '203718.377000', '203718.379000', '203718.382000', '203718.384000', '203718.387000', '203718.389000', '203718.392000', '203718.394000', '203718.397000', '203718.400000', '203718.402000', '203718.405000', '203738.295000', '203738.298000', '203738.300000', '203738.303000', '203738.305000', '203738.308000', '203738.310000', '203738.313000', '203738.316000', '203738.318000', '203738.321000', '203738.323000', '203738.326000', '203738.329000', '203738.331000', '203738.334000', '203738.337000', '203738.339000', '203738.342000', '203738.344000', '203738.347000', '203738.349000', '203738.352000', '203738.355000', '203738.358000', '203738.361000', '203738.364000', '203738.367000', '203738.369000', '203738.372000', '203738.375000', '203738.377000', '203738.380000', '203738.382000', '203738.385000', '203738.388000', '203738.390000', '203738.393000', '203738.396000', '203738.398000', '203738.401000', '203738.404000', '203738.406000', '203747.089000', '203747.092000', '203747.094000', '203747.097000', '203747.099000', '203747.102000', '203747.105000', '203747.107000', '203747.110000', '203747.112000', '203747.115000', '203747.117000', '203747.120000', '203747.123000', '203747.125000', '203747.128000', '203747.130000', '203747.133000', '203747.136000', '203747.138000'], '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': [10026, 7580, 11377, 9052, 10650, 8037, 8666, 7183, 8054, 7331, 9390, 7135, 9841, 6847, 8377, 7205, 8243, 6792, 8344, 7138, 7195, 7892, 6969, 8034, 7051, 7542, 7012, 7562, 7080, 8101, 6901, 8298, 6790, 8732, 7252, 9596, 7059, 8867, 6571, 6550, 6857, 6700, 7045, 6502, 6569, 7056, 8703, 6932, 10167, 6621, 8304, 6727, 8516, 6920, 9696, 7275, 11178, 7347, 9945, 6467, 9580, 6891, 9250, 7095, 10218, 7126, 9918, 6772, 7930, 6854, 7654, 7131, 7351, 7174, 7284, 6714, 6788, 7013, 6985, 10119, 6763, 8989, 6610, 8758, 6728, 8222, 6621, 8650, 7051, 10083, 7429, 10700, 6283, 8988, 6992, 8634, 6788, 8871, 6689, 9344, 6824, 10590, 7433, 8712, 6997, 8565, 6663, 8935, 7063, 8927, 7593, 8642, 7436, 6761, 6825, 6575, 6883, 6922, 7101, 6761, 7287, 7024, 9715, 6648, 9171, 6818, 8414, 6712, 9011, 6980, 10119, 6506, 9336, 6892, 8924, 7208, 8997, 7052, 9984, 7104, 8939, 7019, 7993, 6957, 7533, 7391, 7493, 7109, 7007, 7718, 7088, 7030, 6906, 6922, 6790, 7504, 6861, 10752, 6793, 10649, 6925, 9609, 6777, 9363, 6550, 9004, 6913, 9543, 6857, 9584, 6667, 9484, 7255, 9230, 6912, 8530, 7135, 8521, 8346, 6625, 7157, 6651, 6555, 6531, 7086, 6896, 10669, 6768, 9704, 6631, 8727, 6875, 8917, 6778, 8478, 7300, 8972, 7255, 7337, 7028, 6678, 7532, 6597, 8307, 6660, 9115, 6630, 9497, 6931, 9835, 6888, 10098, 7597, 8902, 10218, 8720, 7267, 6621, 7240, 6577, 7872, 6530, 8177, 6536, 6633, 7996, 6433, 9242, 6684, 9311, 10354, 8720, 8990, 8093, 9240, 7092, 9729, 6579, 8837, 6596, 9167, 6827, 10478, 7908, 10798, 6486, 9379, 6478, 8105, 6817, 7938, 6959, 7638, 6798, 6474, 6632, 6309, 6756, 6515, 7262, 6455, 9261, 6604, 8643, 6469, 8201, 6375, 8881, 6892, 11781, 6417, 8663, 6699, 11023, 7625, 8463, 6470, 8692, 6915, 9323, 6790, 9453, 7098, 9682, 6695, 10637, 7405, 10391, 6626, 10163, 6819, 9591, 6974, 9916, 7094, 10606, 7921, 10911, 6506, 8845, 6683, 9066, 6637, 10233, 7765, 10783, 6504, 10208, 6638, 9583, 6691, 9590, 6731, 10318, 7210, 10363, 6508, 9355, 6552, 9171, 6534, 9331, 6407, 9626, 6391, 9460, 6679, 10121, 6701, 9546, 6896, 9622, 6645, 9711, 6792, 8885, 6945, 8338, 8821, 6274, 6535, 6754, 6658, 6384, 7391, 6607, 9629, 6791, 11194, 6350, 9434, 6522, 8700, 6719, 9758, 7298, 11040, 7894, 10002, 6609, 9082, 6903, 8907, 7148, 9146, 7555, 8217, 6993, 7589, 6763, 7573, 6703, 8126, 6882, 8119, 6590, 8551, 6721, 9248, 6718, 9749, 8059, 9741, 6720, 9830, 6631, 9915, 6782, 10042, 6978, 10615, 6850, 10260, 6734, 9112, 6466, 9418, 6762, 10636, 6862, 10032, 6443, 9570, 6670, 9327, 6812, 9702, 7412, 10855, 7914, 7601, 6781, 6647, 6963, 6739, 6909, 6630, 6897, 6869, 7964, 6314, 6880, 6769, 7075, 6596, 7753, 6534, 7616, 6440, 7734, 6804, 7403, 6690, 8585, 6882, 11218, 8461, 9091, 6461, 6695, 6719, 6679, 6592, 9488, 6660, 10716, 6516, 7872, 6530, 7818, 6914, 7842, 6845, 8345, 6631, 8080, 6552, 8756, 6562, 9356, 6973, 11800, 7913, 10848, 7105, 8722, 6486, 8528, 6807, 10214, 7399, 11435, 6370, 9301, 6678, 8496, 6785, 8856, 6747, 10581, 6994, 9108, 6470, 8639, 6505, 8946, 6782, 10861, 7780, 10500, 6655, 9473, 6751, 9163, 6731, 9375, 7104, 9055, 6907, 7111, 6928, 6607, 7036, 6953, 7486, 6373, 6971, 6504, 7574, 7029, 10637, 7652, 8733, 6833, 7480, 6585, 8483, 6760, 11246, 7989, 10975, 6645, 10877, 6715, 10893, 7021, 9186, 6854, 8700, 6846, 6815, 6747, 6670, 7555, 6906, 9190, 6882, 12428, 9044, 10557, 7522, 9086, 6726, 8658, 6547, 7941, 6761, 10631, 7521, 11450, 6514, 8319, 6556, 7613, 6899, 7911, 6877, 10510, 6636, 8963, 6521, 7338, 6761, 9901, 7345, 12474, 7468, 9615, 6474, 9122, 6857, 9497, 6968, 9511, 6500, 9563, 6883, 10782, 7305, 10787, 6648, 9699, 6582, 8889, 6720, 9389, 6883, 10619, 8002, 12063, 7675, 10978, 6827, 10280, 6736, 9658, 6664, 10177, 6719, 9915, 6766, 9285, 6579, 9025, 6765, 10465, 7223, 8928, 6702, 7923, 7033, 6791, 6883, 7643, 9517, 7122, 8420, 6467, 8376, 6841, 8935, 6506, 10057, 7304, 11492, 6781, 9047, 6699, 8812, 6723, 9312, 6885, 10532, 7577, 11149, 6673, 9570, 6921, 9589, 7021, 10032, 6811, 9802, 6869, 9823, 7158, 9903, 7581, 9390, 8805, 7393, 6875, 6936, 7094, 6656, 6892, 6865, 10436, 6549, 9106, 6574, 7638, 6833, 7809, 6757, 11181, 7632, 11198, 6512, 10136, 6878, 10008, 6831, 11617, 8415, 11603, 6668, 9899, 6792, 8750, 7144, 9138, 7416, 7796, 6862, 6524, 6858, 6492, 6833, 7364, 11781, 7388, 9914, 6574, 9830, 6646, 9419, 6621, 9370, 6764, 8124, 6860, 6592, 7271, 6649, 11837, 8739, 12241, 8279, 6860, 6903, 6825, 6863, 6701, 6890, 6573, 7538, 6473, 6999, 6727, 7434, 6793, 9897, 6934, 10111, 6161, 7758, 6475, 8319, 6785, 11530, 7360, 10452, 6479, 8901, 6891, 8757, 6801, 9775, 7358, 11440, 8031, 10296, 6714, 9383, 6976, 9497, 6712, 9729, 7728, 8548, 6687, 6995, 6806, 7646, 7036, 9105, 8792, 8060, 7300, 6841, 7466, 7008, 6944, 8397, 8888, 9321, 9131, 6904, 6962, 6684, 7330, 7079, 6818, 6886, 7234, 7085, 10569, 7257, 9489, 6439, 7668, 6550, 8307, 6706, 8873, 6648, 10787, 6686, 9429, 6351, 8279, 6639, 9160, 6620, 9139, 6254, 9157, 6635, 8330, 6585, 10895, 7761, 11547, 6646, 8983, 6547, 8823, 6656, 9666, 7464, 10326, 6383, 9867, 6634, 9545, 6752, 9557, 6827, 10357, 7753, 11525, 8402, 11146, 6867, 10325, 6855, 10045, 7006, 10288, 7742, 11373, 6884, 10330, 6663, 10062, 6972, 10387, 7362, 11071, 7179, 10641, 6747, 9733, 6651, 10019, 7322, 11637, 8893, 11873, 6973, 10645, 7084, 9838, 6829, 9993, 7106, 10152, 7014, 9655, 6886, 8679, 6942, 8434, 6838, 8882, 7632, 7816, 7070, 6822, 6917, 6592, 8111, 8069, 10166, 6449, 8164, 6438, 7718, 6540, 8232, 6774, 11323, 7369, 10490, 6683, 9092, 6724, 9317, 6701, 10514, 6891, 10126, 6788, 9999, 6897, 10519, 7766, 12240, 8591, 9906, 6961, 8886, 6812, 8989, 7087, 9013, 6835, 10017, 7371, 9046, 6581, 9006, 6932, 9604, 6812, 10315, 7453, 11022, 8138, 9360, 6763, 8333, 6750, 9020, 6923, 9901, 7465, 9333, 7104, 8576, 6877, 8218, 6690, 8757, 7050, 8970, 7465, 6825, 6941, 6531, 6742, 6875, 7210, 8367, 8605, 6412, 6891, 6619, 7345, 7033, 7405, 8532, 8533, 8174, 6989, 6295, 6821, 6835, 7175, 7869, 8008, 8553, 7675, 7946, 6942, 7900, 6942, 8791, 7814, 8883, 8226, 8110, 6787, 7521, 6899, 7586, 8357, 8664, 9977, 6950, 7199, 6771, 7525, 6677, 8126, 7600, 10488, 8909, 11685, 8212, 8720, 6442, 7351, 6470, 7073, 6665, 7187, 6976, 7180, 6640, 6840, 7597, 8366, 7791, 7819, 6395, 6594, 6636, 6718, 6743, 8505, 6830, 10069, 6424, 8663, 6712, 8153, 6584, 9060, 6928, 10373, 6677, 8752, 6495, 8572, 6376, 8259, 6578, 9769, 6775, 9087, 6481, 9309, 6669, 11433, 8493, 10007, 7333, 6506, 6576, 6524, 7171, 6717, 8692, 6875, 7247, 7410, 7153, 12116, 6375, 9428, 6643, 9628, 7025, 10930, 9650, 9783, 9923, 7831, 7877, 6507, 7949, 6811, 9124, 7196, 12422, 8620, 11372, 6408, 10337, 6289, 9991, 6764, 10578, 7350, 11925, 8738, 11618, 6365, 9311, 6376, 9086, 6422, 10230, 6573, 9268, 6335, 8301, 6738, 7549, 6493, 8901, 6740, 7897, 6351, 6543, 6584, 6902, 6981, 7638, 8902, 8332, 7211, 6660, 7396, 6546, 7971, 7787, 8435, 8795, 6492, 7191, 6448, 7131, 7406, 9628, 8330, 10022, 6385, 7973, 6300, 7826, 6385, 9068, 7351, 9364, 6194, 7581, 6415, 7825, 6602, 10065, 6956, 10354, 6469, 8365, 6407, 8225, 6773, 8519, 6735, 10665, 7035, 9436, 6132, 7332, 6562, 7645, 6762, 9856, 7724, 9964, 6615, 9057, 6633, 9463, 6925, 11104, 8073, 10809, 6715, 9792, 6783, 10066, 6999, 9967, 7130, 8692, 6989, 8301, 6952, 8853, 7745, 9104, 9039, 7049, 7048, 6418, 6609, 6436, 8622, 7634, 11546, 6669, 8401, 6395, 8773, 6462, 9918, 7356, 11115, 8038, 11112, 6662, 9595, 6904, 9922, 7211, 10735, 8273, 11236, 6711, 9768, 6569, 9709, 7146, 10894, 8683, 11797, 6734, 10023, 6439, 10620, 7679, 10192, 8185, 8793, 6770, 8495, 6904, 9388, 7500, 8923, 6941, 7566, 7030, 7543, 7384, 8747, 10211, 8374, 8162, 6528, 7660, 6596, 8564, 6915, 11107, 7158, 9004, 6395, 7863, 6832, 9291, 6791, 11203, 7469, 10976, 6677, 9756, 6436, 9966, 7129, 11277, 8613, 11510, 6525, 7812, 6904, 7502, 6870, 8109, 9343, 8286, 8308, 6237, 7413, 6468, 8381, 6758, 11536, 7372, 9408, 6621, 9341, 6850, 9507, 6460, 9625, 7235, 12176, 8232, 9385, 6352, 9189, 6669, 8980, 6806, 10618, 7918, 10872, 6656, 10049, 6719, 10036, 7418, 11197, 7269, 10706, 7040, 10007, 6836, 10820, 8059, 11942, 6781, 10527, 6584, 9962, 7159, 10608, 7330, 10837, 6984, 10330, 6652, 10430, 6990, 10748, 7066, 10097, 6731, 9018, 6961, 7902, 6726, 8177, 10253, 7628, 11331, 6440, 8489, 6557, 9315, 7030, 10292, 7875, 9407, 7463, 6685, 6959, 8400, 8160, 8932, 9633, 9383, 8836, 6835, 7077, 6793, 7105, 8081, 7338, 10781, 7854, 10981, 6876, 10305, 6820, 10460, 7605, 10951, 7914, 11184, 6446, 10044, 6604, 9634, 6608, 9389, 6593, 8395, 6683, 7242, 6978, 7450, 7401, 10201, 7396, 9465, 6365, 7976, 6391, 7816, 7039, 9613, 7650, 11118, 7765, 10724, 6567, 9520, 6676, 9529, 7109, 11178, 7978, 10299, 6580, 7939, 6531, 7823, 8248, 8789, 8790, 7586, 9571, 6815, 10567, 6885, 10783, 8172, 9476, 7016, 8269, 6942, 7496, 6886, 7823, 6861, 6485, 6829, 6833, 7986, 8165, 10618, 7250, 9054, 6576, 7767, 6541, 8382, 7054, 10885, 8149, 12066, 7661, 9912, 6645, 9971, 6683, 10974, 8100, 11729, 6898, 9853, 6282, 9095, 6407, 9755, 7393, 11639, 7403, 10268, 6507, 9009, 6678, 9769, 7442, 11140, 7238, 9817, 6584, 9452, 6807, 10249, 7725, 11312, 7379, 9871, 6313, 9321, 6418, 10007, 7394, 11301, 8849, 10997, 6515, 9811, 6409, 9675, 7166, 11986, 8570, 10193, 6398, 9495, 7070, 10487, 7579, 11112, 8689, 10016, 6933, 8788, 7292, 9224, 8278, 9792, 9777, 6656, 7786, 6652, 8859, 6453, 9326, 6735, 10712, 8506, 12059, 6789, 9701, 6581, 9409, 6810, 10779, 8421, 9399, 6860, 6965, 6823, 6993, 7772, 9187, 10297, 8162, 8068, 7074, 7333, 7459, 8567, 8426, 11416, 8378, 11204, 6546, 8919, 6608, 9209, 6977, 10378, 7757, 12525, 7798, 11597, 7715, 8665, 7190, 6840, 9034, 7152, 13514, 9934, 11479, 6643, 9858, 6608, 8532, 6746, 8767, 6871, 9589, 7369, 8930, 6887, 8548, 6787, 9394, 7774, 9956, 9338, 8230, 6787, 7285, 6964, 7777, 7988, 8579, 9631, 6719, 7455, 6520, 7935, 6548, 10598, 7109, 10321, 6636, 9463, 6653, 11156, 8758, 12843, 9434, 11592, 6879, 10777, 6587, 10618, 8167, 11669, 9090, 8592, 6751, 6606, 6911, 6963, 6636, 7754, 10087, 7485, 8981, 6443, 8775, 6525, 9707, 6652, 9985, 6825, 10778, 8401, 13577, 10047, 11975, 6967, 10429, 6788, 10471, 8260, 12374, 9405, 11243, 6787, 10257, 6770, 9996, 7552, 10946], 'WindowCenter': [4000.0, 3956.0, 3984.0, 3962.0, 3971.0, 3939.0, 3946.0, 3915.0, 3935.0, 3925.0, 3946.0, 3916.0, 3957.0, 3916.0, 3935.0, 3926.0, 3949.0, 3916.0, 3935.0, 3915.0, 3915.0, 3938.0, 3928.0, 3948.0, 3927.0, 3937.0, 3926.0, 3925.0, 3915.0, 3936.0, 3927.0, 3937.0, 3918.0, 3948.0, 3928.0, 3959.0, 3930.0, 3958.0, 3918.0, 3905.0, 3916.0, 3915.0, 3927.0, 3916.0, 3917.0, 3927.0, 3949.0, 3929.0, 3970.0, 3929.0, 3948.0, 3917.0, 3946.0, 3916.0, 3957.0, 3927.0, 3969.0, 3939.0, 3968.0, 3918.0, 3957.0, 3926.0, 3944.0, 3915.0, 3956.0, 3927.0, 3957.0, 3918.0, 3937.0, 3917.0, 3925.0, 3915.0, 3924.0, 3927.0, 3926.0, 3916.0, 3915.0, 3916.0, 3915.0, 3968.0, 3916.0, 3947.0, 3915.0, 3945.0, 3914.0, 3935.0, 3915.0, 3945.0, 3916.0, 3957.0, 3928.0, 3968.0, 3917.0, 3946.0, 3915.0, 3933.0, 3914.0, 3944.0, 3916.0, 3946.0, 3917.0, 3968.0, 3939.0, 3947.0, 3927.0, 3945.0, 3915.0, 3944.0, 3915.0, 3946.0, 3938.0, 3948.0, 3939.0, 3928.0, 3928.0, 3916.0, 3926.0, 3914.0, 3914.0, 3914.0, 3926.0, 3927.0, 3959.0, 3929.0, 3970.0, 3928.0, 3948.0, 3917.0, 3945.0, 3916.0, 3957.0, 3906.0, 3957.0, 3927.0, 3946.0, 3926.0, 3945.0, 3927.0, 3956.0, 3927.0, 3947.0, 3927.0, 3937.0, 3927.0, 3924.0, 3926.0, 3925.0, 3928.0, 3926.0, 3938.0, 3927.0, 3928.0, 3926.0, 3926.0, 3914.0, 3926.0, 3916.0, 3969.0, 3918.0, 3970.0, 3928.0, 3959.0, 3917.0, 3957.0, 3905.0, 3944.0, 3915.0, 3956.0, 3917.0, 3956.0, 3917.0, 3958.0, 3928.0, 3945.0, 3915.0, 3934.0, 3916.0, 3936.0, 3936.0, 3914.0, 3915.0, 3914.0, 3904.0, 3903.0, 3912.0, 3913.0, 3967.0, 3916.0, 3959.0, 3917.0, 3947.0, 3917.0, 3946.0, 3914.0, 3934.0, 3925.0, 3946.0, 3928.0, 3928.0, 3929.0, 3918.0, 3938.0, 3916.0, 3935.0, 3914.0, 3945.0, 3916.0, 3956.0, 3928.0, 3969.0, 3927.0, 3966.0, 3937.0, 3946.0, 3969.0, 3948.0, 3926.0, 3904.0, 3914.0, 3903.0, 3935.0, 3904.0, 3935.0, 3916.0, 3916.0, 3948.0, 3918.0, 3958.0, 3918.0, 3959.0, 3970.0, 3949.0, 3960.0, 3950.0, 3959.0, 3927.0, 3956.0, 3916.0, 3946.0, 3915.0, 3945.0, 3916.0, 3967.0, 3938.0, 3969.0, 3917.0, 3946.0, 3905.0, 3922.0, 3904.0, 3934.0, 3928.0, 3936.0, 3918.0, 3918.0, 3928.0, 3915.0, 3916.0, 3905.0, 3925.0, 3906.0, 3959.0, 3917.0, 3949.0, 3917.0, 3947.0, 3905.0, 3945.0, 3915.0, 3978.0, 3915.0, 3945.0, 3915.0, 3966.0, 3937.0, 3948.0, 3916.0, 3945.0, 3914.0, 3946.0, 3916.0, 3956.0, 3926.0, 3956.0, 3918.0, 3969.0, 3938.0, 3969.0, 3916.0, 3956.0, 3915.0, 3944.0, 3914.0, 3955.0, 3916.0, 3957.0, 3938.0, 3968.0, 3906.0, 3944.0, 3913.0, 3933.0, 3904.0, 3954.0, 3936.0, 3967.0, 3917.0, 3967.0, 3916.0, 3955.0, 3913.0, 3943.0, 3904.0, 3954.0, 3925.0, 3955.0, 3904.0, 3943.0, 3903.0, 3942.0, 3902.0, 3943.0, 3902.0, 3943.0, 3902.0, 3944.0, 3914.0, 3954.0, 3915.0, 3956.0, 3915.0, 3944.0, 3913.0, 3943.0, 3914.0, 3944.0, 3926.0, 3947.0, 3958.0, 3916.0, 3918.0, 3916.0, 3914.0, 3904.0, 3925.0, 3915.0, 3957.0, 3917.0, 3981.0, 3919.0, 3960.0, 3918.0, 3946.0, 3915.0, 3955.0, 3927.0, 3968.0, 3950.0, 3968.0, 3928.0, 3957.0, 3927.0, 3944.0, 3926.0, 3946.0, 3939.0, 3948.0, 3928.0, 3937.0, 3917.0, 3924.0, 3914.0, 3923.0, 3914.0, 3934.0, 3915.0, 3934.0, 3916.0, 3944.0, 3914.0, 3955.0, 3935.0, 3944.0, 3915.0, 3952.0, 3903.0, 3942.0, 3903.0, 3943.0, 3914.0, 3955.0, 3916.0, 3955.0, 3914.0, 3942.0, 3902.0, 3943.0, 3915.0, 3954.0, 3915.0, 3956.0, 3916.0, 3956.0, 3916.0, 3955.0, 3915.0, 3957.0, 3928.0, 3968.0, 3949.0, 3937.0, 3929.0, 3916.0, 3927.0, 3914.0, 3926.0, 3916.0, 3927.0, 3918.0, 3950.0, 3918.0, 3929.0, 3916.0, 3926.0, 3914.0, 3936.0, 3903.0, 3926.0, 3904.0, 3936.0, 3915.0, 3927.0, 3915.0, 3947.0, 3915.0, 3969.0, 3936.0, 3946.0, 3904.0, 3915.0, 3913.0, 3914.0, 3914.0, 3956.0, 3916.0, 3969.0, 3917.0, 3947.0, 3916.0, 3935.0, 3915.0, 3935.0, 3915.0, 3935.0, 3915.0, 3937.0, 3915.0, 3947.0, 3916.0, 3957.0, 3916.0, 3977.0, 3936.0, 3967.0, 3925.0, 3944.0, 3903.0, 3934.0, 3913.0, 3955.0, 3926.0, 3967.0, 3916.0, 3956.0, 3915.0, 3934.0, 3914.0, 3944.0, 3915.0, 3966.0, 3926.0, 3957.0, 3916.0, 3946.0, 3904.0, 3945.0, 3916.0, 3968.0, 3937.0, 3967.0, 3928.0, 3957.0, 3916.0, 3955.0, 3916.0, 3956.0, 3929.0, 3957.0, 3929.0, 3928.0, 3927.0, 3915.0, 3927.0, 3915.0, 3927.0, 3906.0, 3928.0, 3906.0, 3936.0, 3916.0, 3968.0, 3937.0, 3949.0, 3915.0, 3924.0, 3913.0, 3935.0, 3915.0, 3977.0, 3949.0, 3980.0, 3918.0, 3968.0, 3917.0, 3966.0, 3925.0, 3944.0, 3914.0, 3945.0, 3917.0, 3915.0, 3917.0, 3916.0, 3937.0, 3926.0, 3946.0, 3915.0, 3978.0, 3947.0, 3968.0, 3924.0, 3944.0, 3902.0, 3934.0, 3903.0, 3923.0, 3914.0, 3956.0, 3926.0, 3978.0, 3906.0, 3934.0, 3904.0, 3923.0, 3913.0, 3935.0, 3914.0, 3966.0, 3917.0, 3957.0, 3906.0, 3926.0, 3914.0, 3956.0, 3927.0, 3978.0, 3927.0, 3959.0, 3916.0, 3957.0, 3916.0, 3956.0, 3927.0, 3956.0, 3918.0, 3972.0, 3929.0, 3967.0, 3927.0, 3966.0, 3916.0, 3945.0, 3915.0, 3944.0, 3914.0, 3946.0, 3916.0, 3966.0, 3939.0, 3978.0, 3938.0, 3968.0, 3916.0, 3955.0, 3903.0, 3945.0, 3915.0, 3956.0, 3917.0, 3956.0, 3917.0, 3957.0, 3917.0, 3946.0, 3915.0, 3967.0, 3927.0, 3946.0, 3917.0, 3936.0, 3926.0, 3915.0, 3928.0, 3938.0, 3970.0, 3928.0, 3949.0, 3918.0, 3948.0, 3917.0, 3946.0, 3906.0, 3957.0, 3939.0, 3980.0, 3930.0, 3959.0, 3918.0, 3946.0, 3915.0, 3945.0, 3917.0, 3968.0, 3938.0, 3979.0, 3918.0, 3957.0, 3926.0, 3956.0, 3927.0, 3957.0, 3917.0, 3957.0, 3917.0, 3957.0, 3926.0, 3957.0, 3937.0, 3958.0, 3959.0, 3925.0, 3915.0, 3914.0, 3915.0, 3914.0, 3926.0, 3916.0, 3968.0, 3918.0, 3959.0, 3916.0, 3937.0, 3915.0, 3936.0, 3915.0, 3979.0, 3939.0, 3981.0, 3920.0, 3969.0, 3929.0, 3956.0, 3917.0, 3979.0, 3949.0, 3979.0, 3918.0, 3956.0, 3916.0, 3946.0, 3915.0, 3945.0, 3927.0, 3924.0, 3915.0, 3904.0, 3915.0, 3904.0, 3914.0, 3925.0, 3979.0, 3926.0, 3958.0, 3916.0, 3956.0, 3915.0, 3944.0, 3914.0, 3957.0, 3917.0, 3936.0, 3928.0, 3927.0, 3938.0, 3927.0, 3980.0, 3961.0, 3990.0, 3951.0, 3928.0, 3927.0, 3915.0, 3917.0, 3915.0, 3928.0, 3918.0, 3939.0, 3918.0, 3927.0, 3927.0, 3927.0, 3916.0, 3958.0, 3927.0, 3969.0, 3906.0, 3936.0, 3905.0, 3936.0, 3916.0, 3977.0, 3926.0, 3967.0, 3906.0, 3945.0, 3915.0, 3947.0, 3916.0, 3956.0, 3926.0, 3977.0, 3948.0, 3969.0, 3928.0, 3956.0, 3915.0, 3955.0, 3917.0, 3957.0, 3938.0, 3948.0, 3928.0, 3927.0, 3917.0, 3924.0, 3916.0, 3946.0, 3949.0, 3936.0, 3927.0, 3915.0, 3926.0, 3915.0, 3915.0, 3936.0, 3947.0, 3957.0, 3958.0, 3925.0, 3925.0, 3914.0, 3925.0, 3914.0, 3914.0, 3912.0, 3925.0, 3915.0, 3968.0, 3925.0, 3957.0, 3905.0, 3925.0, 3903.0, 3934.0, 3903.0, 3945.0, 3915.0, 3968.0, 3916.0, 3957.0, 3904.0, 3935.0, 3914.0, 3944.0, 3915.0, 3956.0, 3906.0, 3960.0, 3917.0, 3947.0, 3917.0, 3968.0, 3938.0, 3980.0, 3927.0, 3958.0, 3905.0, 3945.0, 3915.0, 3958.0, 3938.0, 3968.0, 3919.0, 3969.0, 3929.0, 3968.0, 3928.0, 3958.0, 3917.0, 3968.0, 3940.0, 3982.0, 3961.0, 3992.0, 3931.0, 3969.0, 3917.0, 3955.0, 3926.0, 3968.0, 3938.0, 3979.0, 3930.0, 3969.0, 3918.0, 3956.0, 3916.0, 3955.0, 3927.0, 3966.0, 3928.0, 3966.0, 3917.0, 3955.0, 3916.0, 3955.0, 3926.0, 3978.0, 3949.0, 3979.0, 3928.0, 3967.0, 3925.0, 3955.0, 3916.0, 3955.0, 3927.0, 3968.0, 3929.0, 3958.0, 3927.0, 3946.0, 3927.0, 3934.0, 3917.0, 3946.0, 3937.0, 3937.0, 3927.0, 3916.0, 3927.0, 3914.0, 3938.0, 3937.0, 3969.0, 3917.0, 3949.0, 3917.0, 3937.0, 3905.0, 3936.0, 3916.0, 3979.0, 3939.0, 3980.0, 3929.0, 3958.0, 3916.0, 3959.0, 3928.0, 3968.0, 3927.0, 3968.0, 3918.0, 3969.0, 3928.0, 3968.0, 3939.0, 3980.0, 3950.0, 3968.0, 3928.0, 3946.0, 3916.0, 3944.0, 3926.0, 3946.0, 3917.0, 3968.0, 3939.0, 3958.0, 3918.0, 3946.0, 3926.0, 3944.0, 3916.0, 3955.0, 3927.0, 3967.0, 3938.0, 3957.0, 3915.0, 3934.0, 3914.0, 3943.0, 3914.0, 3954.0, 3925.0, 3945.0, 3926.0, 3945.0, 3915.0, 3933.0, 3914.0, 3933.0, 3915.0, 3945.0, 3926.0, 3915.0, 3926.0, 3914.0, 3915.0, 3914.0, 3928.0, 3948.0, 3960.0, 3918.0, 3927.0, 3916.0, 3939.0, 3926.0, 3928.0, 3948.0, 3950.0, 3949.0, 3939.0, 3918.0, 3928.0, 3914.0, 3926.0, 3936.0, 3937.0, 3948.0, 3939.0, 3938.0, 3928.0, 3937.0, 3927.0, 3946.0, 3938.0, 3947.0, 3948.0, 3936.0, 3917.0, 3935.0, 3926.0, 3936.0, 3947.0, 3948.0, 3970.0, 3927.0, 3926.0, 3915.0, 3937.0, 3915.0, 3937.0, 3937.0, 3970.0, 3948.0, 3980.0, 3948.0, 3947.0, 3904.0, 3925.0, 3903.0, 3914.0, 3902.0, 3913.0, 3913.0, 3916.0, 3914.0, 3914.0, 3924.0, 3935.0, 3925.0, 3936.0, 3904.0, 3914.0, 3912.0, 3914.0, 3913.0, 3947.0, 3915.0, 3969.0, 3917.0, 3948.0, 3916.0, 3936.0, 3914.0, 3946.0, 3926.0, 3967.0, 3917.0, 3948.0, 3917.0, 3947.0, 3906.0, 3946.0, 3916.0, 3958.0, 3917.0, 3946.0, 3916.0, 3958.0, 3930.0, 3979.0, 3961.0, 3971.0, 3939.0, 3917.0, 3918.0, 3918.0, 3928.0, 3919.0, 3960.0, 3931.0, 3941.0, 3943.0, 3941.0, 4005.0, 3932.0, 3960.0, 3930.0, 3958.0, 3929.0, 3981.0, 3974.0, 3973.0, 3984.0, 3952.0, 3951.0, 3918.0, 3937.0, 3915.0, 3947.0, 3928.0, 3991.0, 3961.0, 3981.0, 3919.0, 3969.0, 3906.0, 3955.0, 3905.0, 3955.0, 3915.0, 3965.0, 3947.0, 3967.0, 3906.0, 3946.0, 3904.0, 3944.0, 3891.0, 3953.0, 3903.0, 3945.0, 3902.0, 3935.0, 3904.0, 3925.0, 3903.0, 3946.0, 3915.0, 3937.0, 3906.0, 3906.0, 3916.0, 3927.0, 3916.0, 3939.0, 3949.0, 3951.0, 3928.0, 3919.0, 3927.0, 3907.0, 3937.0, 3938.0, 3948.0, 3960.0, 3918.0, 3929.0, 3916.0, 3926.0, 3927.0, 3959.0, 3949.0, 3970.0, 3918.0, 3939.0, 3917.0, 3936.0, 3905.0, 3946.0, 3926.0, 3959.0, 3905.0, 3925.0, 3905.0, 3925.0, 3914.0, 3956.0, 3915.0, 3957.0, 3904.0, 3935.0, 3902.0, 3934.0, 3902.0, 3934.0, 3903.0, 3956.0, 3915.0, 3956.0, 3905.0, 3925.0, 3913.0, 3926.0, 3915.0, 3957.0, 3938.0, 3969.0, 3930.0, 3959.0, 3929.0, 3958.0, 3928.0, 3979.0, 3950.0, 3969.0, 3917.0, 3958.0, 3918.0, 3957.0, 3928.0, 3957.0, 3928.0, 3947.0, 3927.0, 3936.0, 3926.0, 3945.0, 3938.0, 3947.0, 3959.0, 3926.0, 3927.0, 3904.0, 3916.0, 3905.0, 3948.0, 3938.0, 3979.0, 3928.0, 3949.0, 3918.0, 3947.0, 3918.0, 3968.0, 3939.0, 3979.0, 3951.0, 3981.0, 3930.0, 3970.0, 3928.0, 3958.0, 3929.0, 3968.0, 3950.0, 3979.0, 3918.0, 3968.0, 3918.0, 3957.0, 3928.0, 3967.0, 3950.0, 3980.0, 3929.0, 3968.0, 3917.0, 3967.0, 3938.0, 3968.0, 3948.0, 3947.0, 3918.0, 3946.0, 3927.0, 3946.0, 3928.0, 3958.0, 3928.0, 3925.0, 3927.0, 3936.0, 3926.0, 3946.0, 3969.0, 3947.0, 3946.0, 3905.0, 3925.0, 3914.0, 3945.0, 3915.0, 3968.0, 3915.0, 3947.0, 3905.0, 3936.0, 3914.0, 3946.0, 3914.0, 3968.0, 3927.0, 3968.0, 3917.0, 3957.0, 3905.0, 3957.0, 3928.0, 3979.0, 3949.0, 3980.0, 3920.0, 3938.0, 3929.0, 3927.0, 3928.0, 3949.0, 3972.0, 3952.0, 3963.0, 3919.0, 3940.0, 3917.0, 3948.0, 3918.0, 3981.0, 3939.0, 3959.0, 3929.0, 3959.0, 3918.0, 3958.0, 3917.0, 3957.0, 3927.0, 3979.0, 3949.0, 3958.0, 3917.0, 3957.0, 3916.0, 3945.0, 3917.0, 3968.0, 3951.0, 3981.0, 3929.0, 3969.0, 3928.0, 3957.0, 3927.0, 3968.0, 3928.0, 3968.0, 3927.0, 3956.0, 3917.0, 3967.0, 3938.0, 3977.0, 3917.0, 3966.0, 3915.0, 3955.0, 3914.0, 3955.0, 3926.0, 3965.0, 3926.0, 3955.0, 3916.0, 3966.0, 3926.0, 3967.0, 3926.0, 3967.0, 3917.0, 3946.0, 3927.0, 3936.0, 3916.0, 3947.0, 3971.0, 3940.0, 3992.0, 3931.0, 3961.0, 3930.0, 3959.0, 3941.0, 3981.0, 3964.0, 3973.0, 3955.0, 3944.0, 3954.0, 3962.0, 3961.0, 3961.0, 3972.0, 3961.0, 3962.0, 3929.0, 3930.0, 3918.0, 3927.0, 3937.0, 3928.0, 3968.0, 3938.0, 3966.0, 3916.0, 3954.0, 3914.0, 3955.0, 3925.0, 3965.0, 3935.0, 3966.0, 3904.0, 3955.0, 3914.0, 3955.0, 3913.0, 3945.0, 3914.0, 3935.0, 3914.0, 3925.0, 3915.0, 3925.0, 3927.0, 3969.0, 3938.0, 3970.0, 3919.0, 3949.0, 3917.0, 3938.0, 3928.0, 3971.0, 3952.0, 3982.0, 3953.0, 3983.0, 3929.0, 3970.0, 3918.0, 3959.0, 3928.0, 3981.0, 3939.0, 3970.0, 3917.0, 3938.0, 3904.0, 3925.0, 3935.0, 3947.0, 3946.0, 3937.0, 3945.0, 3915.0, 3954.0, 3914.0, 3966.0, 3948.0, 3956.0, 3926.0, 3946.0, 3928.0, 3937.0, 3928.0, 3937.0, 3928.0, 3917.0, 3928.0, 3917.0, 3949.0, 3949.0, 3981.0, 3940.0, 3960.0, 3928.0, 3938.0, 3917.0, 3948.0, 3927.0, 3981.0, 3949.0, 3992.0, 3950.0, 3970.0, 3917.0, 3958.0, 3915.0, 3968.0, 3938.0, 3979.0, 3928.0, 3969.0, 3917.0, 3947.0, 3905.0, 3957.0, 3926.0, 3979.0, 3927.0, 3966.0, 3905.0, 3946.0, 3915.0, 3956.0, 3927.0, 3967.0, 3926.0, 3957.0, 3915.0, 3956.0, 3915.0, 3967.0, 3926.0, 3968.0, 3938.0, 3967.0, 3906.0, 3957.0, 3906.0, 3956.0, 3927.0, 3979.0, 3960.0, 3980.0, 3919.0, 3968.0, 3907.0, 3956.0, 3929.0, 3978.0, 3961.0, 3968.0, 3919.0, 3969.0, 3929.0, 3969.0, 3939.0, 3980.0, 3961.0, 3968.0, 3929.0, 3948.0, 3939.0, 3957.0, 3949.0, 3970.0, 3970.0, 3929.0, 3939.0, 3928.0, 3958.0, 3918.0, 3960.0, 3930.0, 3981.0, 3962.0, 3992.0, 3931.0, 3971.0, 3930.0, 3959.0, 3930.0, 3980.0, 3963.0, 3972.0, 3932.0, 3940.0, 3931.0, 3928.0, 3940.0, 3960.0, 3972.0, 3950.0, 3950.0, 3928.0, 3939.0, 3938.0, 3949.0, 3948.0, 3981.0, 3948.0, 3980.0, 3919.0, 3959.0, 3917.0, 3957.0, 3926.0, 3968.0, 3938.0, 3990.0, 3938.0, 3978.0, 3937.0, 3946.0, 3926.0, 3915.0, 3947.0, 3926.0, 3989.0, 3970.0, 3980.0, 3917.0, 3957.0, 3916.0, 3944.0, 3916.0, 3944.0, 3916.0, 3956.0, 3927.0, 3947.0, 3928.0, 3946.0, 3916.0, 3945.0, 3927.0, 3957.0, 3957.0, 3936.0, 3917.0, 3925.0, 3927.0, 3925.0, 3937.0, 3947.0, 3958.0, 3916.0, 3927.0, 3906.0, 3937.0, 3907.0, 3969.0, 3929.0, 3970.0, 3929.0, 3969.0, 3929.0, 3980.0, 3961.0, 3992.0, 3961.0, 3981.0, 3930.0, 3979.0, 3918.0, 3968.0, 3951.0, 3980.0, 3961.0, 3961.0, 3931.0, 3929.0, 3930.0, 3929.0, 3919.0, 3939.0, 3971.0, 3941.0, 3962.0, 3920.0, 3948.0, 3918.0, 3958.0, 3918.0, 3957.0, 3918.0, 3970.0, 3949.0, 3992.0, 3971.0, 3981.0, 3927.0, 3967.0, 3916.0, 3956.0, 3936.0, 3978.0, 3960.0, 3979.0, 3918.0, 3968.0, 3915.0, 3956.0, 3925.0, 3955.0], 'WindowWidth': [8921.0, 8853.0, 8886.0, 8852.0, 8861.0, 8814.0, 8820.0, 8777.0, 8800.0, 8789.0, 8816.0, 8780.0, 8832.0, 8780.0, 8802.0, 8791.0, 8829.0, 8778.0, 8802.0, 8777.0, 8778.0, 8813.0, 8799.0, 8827.0, 8798.0, 8808.0, 8794.0, 8790.0, 8778.0, 8805.0, 8795.0, 8808.0, 8786.0, 8823.0, 8799.0, 8841.0, 8805.0, 8839.0, 8786.0, 8764.0, 8781.0, 8777.0, 8795.0, 8781.0, 8784.0, 8798.0, 8829.0, 8802.0, 8860.0, 8804.0, 8827.0, 8783.0, 8820.0, 8779.0, 8834.0, 8796.0, 8854.0, 8817.0, 8853.0, 8787.0, 8836.0, 8794.0, 8812.0, 8778.0, 8831.0, 8797.0, 8835.0, 8786.0, 8810.0, 8785.0, 8791.0, 8779.0, 8787.0, 8796.0, 8793.0, 8781.0, 8777.0, 8780.0, 8779.0, 8853.0, 8783.0, 8824.0, 8780.0, 8817.0, 8775.0, 8803.0, 8778.0, 8816.0, 8779.0, 8834.0, 8800.0, 8853.0, 8784.0, 8819.0, 8777.0, 8798.0, 8775.0, 8814.0, 8781.0, 8818.0, 8784.0, 8853.0, 8816.0, 8824.0, 8798.0, 8818.0, 8777.0, 8813.0, 8778.0, 8820.0, 8814.0, 8827.0, 8818.0, 8800.0, 8802.0, 8783.0, 8795.0, 8774.0, 8777.0, 8776.0, 8795.0, 8798.0, 8843.0, 8805.0, 8860.0, 8802.0, 8826.0, 8784.0, 8817.0, 8779.0, 8835.0, 8767.0, 8835.0, 8797.0, 8820.0, 8795.0, 8817.0, 8796.0, 8834.0, 8798.0, 8823.0, 8798.0, 8808.0, 8797.0, 8790.0, 8794.0, 8791.0, 8798.0, 8796.0, 8815.0, 8799.0, 8800.0, 8793.0, 8793.0, 8776.0, 8793.0, 8781.0, 8855.0, 8787.0, 8859.0, 8802.0, 8842.0, 8783.0, 8834.0, 8765.0, 8815.0, 8778.0, 8831.0, 8783.0, 8834.0, 8784.0, 8837.0, 8799.0, 8818.0, 8778.0, 8799.0, 8781.0, 8805.0, 8808.0, 8776.0, 8778.0, 8774.0, 8761.0, 8758.0, 8769.0, 8771.0, 8847.0, 8781.0, 8841.0, 8785.0, 8823.0, 8783.0, 8819.0, 8777.0, 8799.0, 8792.0, 8819.0, 8799.0, 8799.0, 8803.0, 8786.0, 8812.0, 8780.0, 8803.0, 8773.0, 8817.0, 8778.0, 8833.0, 8798.0, 8853.0, 8798.0, 8847.0, 8811.0, 8821.0, 8855.0, 8824.0, 8792.0, 8760.0, 8772.0, 8759.0, 8801.0, 8762.0, 8803.0, 8781.0, 8782.0, 8825.0, 8787.0, 8839.0, 8789.0, 8840.0, 8860.0, 8830.0, 8845.0, 8831.0, 8842.0, 8797.0, 8833.0, 8780.0, 8817.0, 8778.0, 8817.0, 8782.0, 8849.0, 8813.0, 8854.0, 8784.0, 8819.0, 8765.0, 8782.0, 8761.0, 8801.0, 8797.0, 8808.0, 8787.0, 8786.0, 8800.0, 8780.0, 8781.0, 8765.0, 8791.0, 8766.0, 8842.0, 8785.0, 8829.0, 8786.0, 8823.0, 8764.0, 8817.0, 8776.0, 8864.0, 8779.0, 8816.0, 8778.0, 8845.0, 8810.0, 8824.0, 8783.0, 8816.0, 8776.0, 8819.0, 8780.0, 8832.0, 8795.0, 8834.0, 8788.0, 8854.0, 8816.0, 8854.0, 8783.0, 8832.0, 8778.0, 8812.0, 8775.0, 8827.0, 8780.0, 8834.0, 8811.0, 8852.0, 8769.0, 8812.0, 8772.0, 8794.0, 8759.0, 8825.0, 8805.0, 8848.0, 8785.0, 8850.0, 8782.0, 8830.0, 8773.0, 8809.0, 8762.0, 8826.0, 8789.0, 8829.0, 8762.0, 8810.0, 8757.0, 8806.0, 8756.0, 8808.0, 8756.0, 8809.0, 8756.0, 8811.0, 8774.0, 8825.0, 8776.0, 8831.0, 8776.0, 8811.0, 8772.0, 8810.0, 8774.0, 8814.0, 8794.0, 8823.0, 8841.0, 8784.0, 8787.0, 8782.0, 8777.0, 8763.0, 8791.0, 8779.0, 8838.0, 8786.0, 8874.0, 8793.0, 8844.0, 8787.0, 8821.0, 8780.0, 8830.0, 8797.0, 8853.0, 8833.0, 8855.0, 8803.0, 8837.0, 8798.0, 8816.0, 8793.0, 8819.0, 8814.0, 8825.0, 8801.0, 8811.0, 8784.0, 8789.0, 8774.0, 8784.0, 8774.0, 8802.0, 8777.0, 8799.0, 8779.0, 8814.0, 8776.0, 8830.0, 8805.0, 8814.0, 8777.0, 8822.0, 8758.0, 8806.0, 8758.0, 8810.0, 8775.0, 8829.0, 8780.0, 8829.0, 8775.0, 8809.0, 8756.0, 8810.0, 8778.0, 8828.0, 8780.0, 8833.0, 8782.0, 8833.0, 8780.0, 8831.0, 8779.0, 8836.0, 8800.0, 8855.0, 8833.0, 8814.0, 8804.0, 8783.0, 8797.0, 8776.0, 8795.0, 8780.0, 8796.0, 8786.0, 8833.0, 8790.0, 8803.0, 8783.0, 8795.0, 8775.0, 8806.0, 8760.0, 8793.0, 8764.0, 8807.0, 8778.0, 8797.0, 8780.0, 8824.0, 8778.0, 8857.0, 8808.0, 8822.0, 8764.0, 8779.0, 8773.0, 8775.0, 8775.0, 8835.0, 8781.0, 8856.0, 8786.0, 8824.0, 8782.0, 8804.0, 8776.0, 8805.0, 8778.0, 8806.0, 8780.0, 8809.0, 8779.0, 8822.0, 8781.0, 8835.0, 8780.0, 8865.0, 8807.0, 8850.0, 8793.0, 8816.0, 8760.0, 8800.0, 8772.0, 8829.0, 8794.0, 8850.0, 8782.0, 8832.0, 8779.0, 8800.0, 8775.0, 8814.0, 8779.0, 8846.0, 8796.0, 8836.0, 8783.0, 8821.0, 8764.0, 8816.0, 8782.0, 8850.0, 8813.0, 8852.0, 8801.0, 8838.0, 8782.0, 8831.0, 8781.0, 8834.0, 8802.0, 8838.0, 8805.0, 8800.0, 8799.0, 8778.0, 8796.0, 8778.0, 8796.0, 8767.0, 8798.0, 8766.0, 8807.0, 8781.0, 8854.0, 8810.0, 8828.0, 8780.0, 8790.0, 8772.0, 8801.0, 8777.0, 8864.0, 8830.0, 8873.0, 8786.0, 8852.0, 8783.0, 8846.0, 8793.0, 8814.0, 8775.0, 8816.0, 8783.0, 8779.0, 8784.0, 8783.0, 8810.0, 8794.0, 8820.0, 8777.0, 8869.0, 8822.0, 8850.0, 8788.0, 8813.0, 8757.0, 8798.0, 8758.0, 8783.0, 8774.0, 8831.0, 8792.0, 8864.0, 8768.0, 8803.0, 8761.0, 8784.0, 8771.0, 8802.0, 8775.0, 8847.0, 8783.0, 8836.0, 8768.0, 8794.0, 8773.0, 8831.0, 8795.0, 8866.0, 8798.0, 8840.0, 8783.0, 8836.0, 8780.0, 8833.0, 8798.0, 8833.0, 8786.0, 8863.0, 8804.0, 8849.0, 8797.0, 8843.0, 8778.0, 8815.0, 8775.0, 8813.0, 8774.0, 8817.0, 8778.0, 8845.0, 8813.0, 8866.0, 8814.0, 8851.0, 8782.0, 8830.0, 8760.0, 8813.0, 8777.0, 8830.0, 8784.0, 8834.0, 8785.0, 8836.0, 8783.0, 8818.0, 8778.0, 8846.0, 8797.0, 8818.0, 8782.0, 8806.0, 8796.0, 8779.0, 8801.0, 8813.0, 8859.0, 8803.0, 8831.0, 8788.0, 8826.0, 8783.0, 8821.0, 8769.0, 8837.0, 8815.0, 8872.0, 8806.0, 8841.0, 8787.0, 8819.0, 8779.0, 8817.0, 8785.0, 8850.0, 8814.0, 8867.0, 8787.0, 8836.0, 8794.0, 8831.0, 8795.0, 8835.0, 8782.0, 8834.0, 8784.0, 8836.0, 8796.0, 8836.0, 8813.0, 8840.0, 8843.0, 8793.0, 8780.0, 8775.0, 8777.0, 8774.0, 8794.0, 8782.0, 8855.0, 8786.0, 8844.0, 8784.0, 8811.0, 8778.0, 8808.0, 8779.0, 8869.0, 8816.0, 8874.0, 8794.0, 8857.0, 8803.0, 8835.0, 8784.0, 8867.0, 8830.0, 8869.0, 8786.0, 8834.0, 8781.0, 8818.0, 8779.0, 8817.0, 8795.0, 8788.0, 8776.0, 8761.0, 8776.0, 8761.0, 8775.0, 8790.0, 8869.0, 8795.0, 8839.0, 8781.0, 8834.0, 8779.0, 8814.0, 8777.0, 8834.0, 8784.0, 8808.0, 8800.0, 8798.0, 8814.0, 8800.0, 8872.0, 8850.0, 8889.0, 8836.0, 8802.0, 8800.0, 8778.0, 8783.0, 8778.0, 8799.0, 8786.0, 8817.0, 8786.0, 8799.0, 8799.0, 8798.0, 8780.0, 8840.0, 8797.0, 8856.0, 8769.0, 8808.0, 8765.0, 8806.0, 8781.0, 8864.0, 8796.0, 8851.0, 8769.0, 8818.0, 8779.0, 8821.0, 8780.0, 8831.0, 8794.0, 8864.0, 8828.0, 8855.0, 8802.0, 8835.0, 8778.0, 8830.0, 8782.0, 8835.0, 8812.0, 8827.0, 8802.0, 8796.0, 8784.0, 8787.0, 8781.0, 8819.0, 8827.0, 8806.0, 8798.0, 8778.0, 8794.0, 8778.0, 8777.0, 8805.0, 8822.0, 8835.0, 8840.0, 8792.0, 8793.0, 8775.0, 8791.0, 8773.0, 8775.0, 8771.0, 8792.0, 8777.0, 8852.0, 8793.0, 8836.0, 8764.0, 8791.0, 8760.0, 8801.0, 8759.0, 8816.0, 8777.0, 8850.0, 8782.0, 8835.0, 8764.0, 8804.0, 8776.0, 8815.0, 8776.0, 8833.0, 8769.0, 8846.0, 8784.0, 8822.0, 8784.0, 8852.0, 8813.0, 8872.0, 8800.0, 8838.0, 8765.0, 8816.0, 8779.0, 8838.0, 8815.0, 8854.0, 8793.0, 8858.0, 8805.0, 8853.0, 8802.0, 8839.0, 8786.0, 8853.0, 8820.0, 8877.0, 8851.0, 8893.0, 8810.0, 8857.0, 8786.0, 8831.0, 8794.0, 8852.0, 8814.0, 8868.0, 8806.0, 8855.0, 8787.0, 8833.0, 8780.0, 8830.0, 8796.0, 8847.0, 8800.0, 8847.0, 8784.0, 8832.0, 8782.0, 8830.0, 8795.0, 8865.0, 8828.0, 8868.0, 8800.0, 8849.0, 8792.0, 8831.0, 8780.0, 8831.0, 8797.0, 8852.0, 8804.0, 8840.0, 8800.0, 8821.0, 8797.0, 8802.0, 8784.0, 8821.0, 8811.0, 8810.0, 8797.0, 8780.0, 8798.0, 8777.0, 8812.0, 8810.0, 8859.0, 8787.0, 8831.0, 8785.0, 8809.0, 8767.0, 8807.0, 8782.0, 8868.0, 8817.0, 8873.0, 8805.0, 8840.0, 8782.0, 8843.0, 8801.0, 8852.0, 8799.0, 8853.0, 8788.0, 8855.0, 8800.0, 8850.0, 8817.0, 8871.0, 8833.0, 8853.0, 8801.0, 8821.0, 8781.0, 8815.0, 8794.0, 8819.0, 8786.0, 8853.0, 8819.0, 8841.0, 8787.0, 8819.0, 8793.0, 8813.0, 8779.0, 8830.0, 8796.0, 8850.0, 8813.0, 8837.0, 8781.0, 8802.0, 8776.0, 8810.0, 8774.0, 8826.0, 8791.0, 8816.0, 8793.0, 8816.0, 8778.0, 8798.0, 8776.0, 8799.0, 8778.0, 8818.0, 8795.0, 8780.0, 8796.0, 8778.0, 8780.0, 8778.0, 8799.0, 8827.0, 8844.0, 8787.0, 8799.0, 8781.0, 8816.0, 8794.0, 8797.0, 8827.0, 8832.0, 8831.0, 8819.0, 8788.0, 8802.0, 8778.0, 8795.0, 8807.0, 8811.0, 8825.0, 8815.0, 8813.0, 8800.0, 8810.0, 8798.0, 8820.0, 8811.0, 8822.0, 8826.0, 8808.0, 8784.0, 8806.0, 8794.0, 8808.0, 8824.0, 8826.0, 8861.0, 8799.0, 8797.0, 8780.0, 8809.0, 8779.0, 8809.0, 8809.0, 8858.0, 8828.0, 8875.0, 8826.0, 8825.0, 8763.0, 8790.0, 8758.0, 8775.0, 8756.0, 8773.0, 8773.0, 8780.0, 8774.0, 8774.0, 8786.0, 8804.0, 8791.0, 8807.0, 8763.0, 8776.0, 8771.0, 8776.0, 8775.0, 8823.0, 8780.0, 8856.0, 8785.0, 8825.0, 8782.0, 8808.0, 8776.0, 8820.0, 8794.0, 8850.0, 8784.0, 8825.0, 8784.0, 8823.0, 8768.0, 8821.0, 8780.0, 8837.0, 8784.0, 8821.0, 8783.0, 8839.0, 8807.0, 8871.0, 8851.0, 8861.0, 8818.0, 8786.0, 8788.0, 8786.0, 8799.0, 8790.0, 8846.0, 8811.0, 8824.0, 8828.0, 8825.0, 8915.0, 8814.0, 8845.0, 8807.0, 8839.0, 8801.0, 8873.0, 8869.0, 8868.0, 8886.0, 8841.0, 8836.0, 8788.0, 8809.0, 8778.0, 8822.0, 8799.0, 8886.0, 8849.0, 8876.0, 8792.0, 8853.0, 8769.0, 8827.0, 8761.0, 8826.0, 8773.0, 8842.0, 8822.0, 8849.0, 8767.0, 8818.0, 8761.0, 8811.0, 8739.0, 8823.0, 8757.0, 8813.0, 8755.0, 8800.0, 8759.0, 8789.0, 8757.0, 8819.0, 8779.0, 8810.0, 8767.0, 8768.0, 8779.0, 8798.0, 8782.0, 8814.0, 8828.0, 8833.0, 8800.0, 8789.0, 8797.0, 8770.0, 8808.0, 8813.0, 8825.0, 8847.0, 8790.0, 8805.0, 8783.0, 8796.0, 8797.0, 8843.0, 8828.0, 8860.0, 8788.0, 8815.0, 8784.0, 8808.0, 8764.0, 8819.0, 8793.0, 8840.0, 8765.0, 8791.0, 8763.0, 8790.0, 8775.0, 8832.0, 8777.0, 8835.0, 8763.0, 8802.0, 8755.0, 8798.0, 8756.0, 8799.0, 8759.0, 8831.0, 8777.0, 8833.0, 8765.0, 8790.0, 8773.0, 8792.0, 8778.0, 8835.0, 8812.0, 8857.0, 8809.0, 8844.0, 8804.0, 8839.0, 8800.0, 8868.0, 8831.0, 8854.0, 8786.0, 8838.0, 8788.0, 8837.0, 8801.0, 8837.0, 8799.0, 8821.0, 8797.0, 8806.0, 8795.0, 8818.0, 8812.0, 8824.0, 8841.0, 8795.0, 8797.0, 8764.0, 8782.0, 8764.0, 8823.0, 8811.0, 8871.0, 8804.0, 8832.0, 8791.0, 8825.0, 8787.0, 8853.0, 8817.0, 8870.0, 8836.0, 8876.0, 8808.0, 8857.0, 8801.0, 8837.0, 8802.0, 8851.0, 8831.0, 8869.0, 8789.0, 8852.0, 8787.0, 8835.0, 8801.0, 8849.0, 8831.0, 8872.0, 8805.0, 8853.0, 8785.0, 8848.0, 8813.0, 8852.0, 8827.0, 8824.0, 8787.0, 8820.0, 8797.0, 8819.0, 8798.0, 8839.0, 8798.0, 8792.0, 8797.0, 8807.0, 8794.0, 8820.0, 8855.0, 8824.0, 8822.0, 8764.0, 8792.0, 8775.0, 8816.0, 8776.0, 8851.0, 8779.0, 8822.0, 8764.0, 8806.0, 8776.0, 8820.0, 8776.0, 8850.0, 8797.0, 8852.0, 8784.0, 8835.0, 8767.0, 8836.0, 8799.0, 8866.0, 8830.0, 8873.0, 8794.0, 8816.0, 8804.0, 8799.0, 8802.0, 8830.0, 8865.0, 8838.0, 8855.0, 8793.0, 8821.0, 8786.0, 8827.0, 8786.0, 8874.0, 8818.0, 8844.0, 8803.0, 8842.0, 8786.0, 8839.0, 8785.0, 8836.0, 8797.0, 8868.0, 8829.0, 8841.0, 8786.0, 8835.0, 8782.0, 8818.0, 8785.0, 8852.0, 8836.0, 8874.0, 8806.0, 8856.0, 8801.0, 8836.0, 8798.0, 8853.0, 8801.0, 8850.0, 8798.0, 8834.0, 8784.0, 8848.0, 8813.0, 8863.0, 8784.0, 8845.0, 8778.0, 8828.0, 8775.0, 8830.0, 8795.0, 8844.0, 8795.0, 8830.0, 8781.0, 8846.0, 8794.0, 8848.0, 8796.0, 8848.0, 8783.0, 8821.0, 8799.0, 8810.0, 8783.0, 8825.0, 8861.0, 8821.0, 8894.0, 8814.0, 8852.0, 8809.0, 8845.0, 8823.0, 8877.0, 8860.0, 8870.0, 8852.0, 8835.0, 8849.0, 8855.0, 8851.0, 8848.0, 8866.0, 8850.0, 8853.0, 8804.0, 8808.0, 8787.0, 8800.0, 8809.0, 8800.0, 8851.0, 8812.0, 8845.0, 8781.0, 8829.0, 8777.0, 8829.0, 8792.0, 8844.0, 8805.0, 8845.0, 8763.0, 8828.0, 8775.0, 8830.0, 8774.0, 8817.0, 8775.0, 8805.0, 8775.0, 8792.0, 8778.0, 8793.0, 8796.0, 8855.0, 8814.0, 8860.0, 8794.0, 8831.0, 8786.0, 8814.0, 8801.0, 8861.0, 8839.0, 8880.0, 8843.0, 8881.0, 8807.0, 8859.0, 8786.0, 8840.0, 8800.0, 8874.0, 8815.0, 8859.0, 8786.0, 8814.0, 8764.0, 8792.0, 8804.0, 8823.0, 8818.0, 8808.0, 8817.0, 8778.0, 8827.0, 8776.0, 8846.0, 8828.0, 8834.0, 8796.0, 8821.0, 8800.0, 8813.0, 8800.0, 8812.0, 8802.0, 8787.0, 8802.0, 8786.0, 8832.0, 8831.0, 8877.0, 8820.0, 8848.0, 8802.0, 8815.0, 8786.0, 8828.0, 8800.0, 8875.0, 8831.0, 8894.0, 8835.0, 8859.0, 8786.0, 8838.0, 8779.0, 8852.0, 8813.0, 8870.0, 8802.0, 8855.0, 8785.0, 8822.0, 8765.0, 8835.0, 8794.0, 8867.0, 8796.0, 8846.0, 8766.0, 8820.0, 8780.0, 8834.0, 8796.0, 8850.0, 8796.0, 8835.0, 8779.0, 8832.0, 8779.0, 8847.0, 8794.0, 8851.0, 8815.0, 8850.0, 8768.0, 8835.0, 8768.0, 8834.0, 8799.0, 8869.0, 8846.0, 8872.0, 8791.0, 8853.0, 8771.0, 8835.0, 8802.0, 8867.0, 8848.0, 8856.0, 8793.0, 8857.0, 8805.0, 8855.0, 8818.0, 8870.0, 8849.0, 8855.0, 8805.0, 8828.0, 8816.0, 8838.0, 8831.0, 8860.0, 8861.0, 8806.0, 8819.0, 8803.0, 8842.0, 8789.0, 8844.0, 8806.0, 8874.0, 8851.0, 8892.0, 8813.0, 8863.0, 8808.0, 8844.0, 8808.0, 8873.0, 8854.0, 8865.0, 8814.0, 8821.0, 8810.0, 8803.0, 8821.0, 8847.0, 8866.0, 8832.0, 8834.0, 8800.0, 8816.0, 8814.0, 8827.0, 8825.0, 8873.0, 8828.0, 8875.0, 8791.0, 8842.0, 8786.0, 8836.0, 8796.0, 8854.0, 8815.0, 8884.0, 8814.0, 8866.0, 8811.0, 8821.0, 8794.0, 8780.0, 8824.0, 8796.0, 8885.0, 8859.0, 8871.0, 8786.0, 8836.0, 8781.0, 8815.0, 8779.0, 8814.0, 8781.0, 8832.0, 8798.0, 8822.0, 8799.0, 8819.0, 8782.0, 8817.0, 8795.0, 8834.0, 8836.0, 8807.0, 8783.0, 8791.0, 8795.0, 8790.0, 8810.0, 8822.0, 8839.0, 8782.0, 8798.0, 8768.0, 8811.0, 8770.0, 8855.0, 8803.0, 8859.0, 8805.0, 8855.0, 8804.0, 8871.0, 8848.0, 8890.0, 8848.0, 8874.0, 8806.0, 8869.0, 8788.0, 8853.0, 8835.0, 8872.0, 8851.0, 8849.0, 8810.0, 8804.0, 8805.0, 8803.0, 8788.0, 8816.0, 8862.0, 8822.0, 8851.0, 8794.0, 8829.0, 8787.0, 8840.0, 8785.0, 8838.0, 8786.0, 8856.0, 8830.0, 8892.0, 8863.0, 8874.0, 8798.0, 8849.0, 8779.0, 8831.0, 8808.0, 8865.0, 8843.0, 8868.0, 8788.0, 8851.0, 8780.0, 8830.0, 8791.0, 8829.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.0011754822954822956</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0268206695970696</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.412519663579715</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1834135617470984</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0188003207574827</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4576</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5453.377</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10042689095752144</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.1746031746031744</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4975550800161685</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.415377033322015</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7076660263533023</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3696221803731885</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00475547</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01189880445599556</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025726625695824623</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1638</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.848909814900322</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.3688</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.7848</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.1115</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305553.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>648.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>267.4508</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1749</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.034</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3183.5988</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3400.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70991.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1016.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4157.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>883.3608</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.38582157436758</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> |