=== 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-0052 --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-0052",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
170 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
170 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0052_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-0052_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-0052_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-0052/figures/sub-0052_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0052/figures/sub-0052_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-0052/figures/sub-0052_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052/ses-03/func/sub-0052_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>187a929e941378194627f5f77289198c</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>11:29:54.522500</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.999948, -0.00696762, 0.00749097, 0.00593384, 0.99148, 0.13012]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0937952</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>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4116, -7698, -7275, 751, -81, 20, -34, 135]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.894</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6ebbede1-a24e-4332-8c89-2425374dd02e||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.682786464691162, 0.015920070931315422, 0.022501207888126373, 111.05706787109375], [0.018693622201681137, 2.660069465637207, 0.3511866331100464, -108.07218170166016], [0.020097726956009865, -0.34910348057746887, 2.676968812942505, -46.108642578125], [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': ['112954.522500', '112954.982500', '112955.442500', '112955.902500', '112956.362500', '112956.822500', '112957.282500', '112957.742500', '112958.202500', '112958.662500', '112959.122500', '112959.582500', '113000.042500', '113000.502500', '113000.962500', '113001.422500', '113001.882500', '113002.342500', '113002.802500', '113003.262500', '113003.722500', '113004.182500', '113004.642500', '113005.102500', '113005.562500', '113006.022500', '113006.482500', '113006.942500', '113007.402500', '113007.862500', '113008.322500', '113008.782500', '113009.242500', '113009.702500', '113010.162500', '113010.622500', '113011.082500', '113011.542500', '113012.002500', '113012.462500', '113012.922500', '113013.382500', '113013.842500', '113014.302500', '113014.762500', '113015.222500', '113015.682500', '113016.142500', '113016.602500', '113017.062500', '113017.522500', '113017.982500', '113018.442500', '113018.902500', '113019.362500', '113019.822500', '113020.282500', '113020.742500', '113021.202500', '113021.662500', '113022.122500', '113022.582500', '113023.042500', '113023.502500', '113023.962500', '113024.422500', '113024.882500', '113025.342500', '113025.802500', '113026.262500', '113026.722500', '113027.182500', '113027.642500', '113028.102500', '113028.562500', '113029.022500', '113029.482500', '113029.942500', '113030.402500', '113030.862500', '113031.322500', '113031.782500', '113032.242500', '113032.702500', '113033.162500', '113033.622500', '113034.082500', '113034.542500', '113035.002500', '113035.462500', '113035.922500', '113036.382500', '113036.842500', '113037.302500', '113037.762500', '113038.222500', '113038.682500', '113039.142500', '113039.602500', '113040.062500', '113040.522500', '113040.982500', '113041.442500', '113041.902500', '113042.362500', '113042.822500', '113043.282500', '113043.742500', '113044.202500', '113044.662500', '113045.122500', '113045.582500', '113046.042500', '113046.502500', '113046.962500', '113047.422500', '113047.882500', '113048.342500', '113048.802500', '113049.262500', '113049.722500', '113050.182500', '113050.642500', '113051.102500', '113051.562500', '113052.022500', '113052.482500', '113052.942500', '113053.402500', '113053.862500', '113054.322500', '113054.782500', '113055.242500', '113055.702500', '113056.162500', '113056.622500', '113057.082500', '113057.542500', '113058.002500', '113058.462500', '113058.922500', '113059.382500', '113059.842500', '113100.302500', '113100.762500', '113101.222500', '113101.682500', '113102.142500', '113102.602500', '113103.062500', '113103.522500', '113103.982500', '113104.442500', '113104.902500', '113105.362500', '113105.822500', '113106.282500', '113106.742500', '113107.202500', '113107.662500', '113108.122500', '113108.582500', '113109.042500', '113109.502500', '113109.962500', '113110.422500', '113110.882500', '113111.342500', '113111.802500', '113112.262500', '113112.722500', '113113.182500', '113113.642500', '113114.102500', '113114.562500', '113115.022500', '113115.482500', '113115.942500', '113116.402500', '113116.862500', '113117.322500', '113117.782500', '113118.242500', '113118.702500', '113119.162500', '113119.622500', '113120.082500', '113120.542500', '113121.002500', '113121.462500', '113121.922500', '113122.382500', '113122.842500', '113123.302500', '113123.762500', '113124.222500', '113124.682500', '113125.142500', '113125.602500', '113126.062500', '113126.522500', '113126.982500', '113127.442500', '113127.902500', '113128.362500', '113128.822500', '113129.282500', '113129.742500', '113130.202500', '113130.662500', '113131.122500', '113131.582500', '113132.042500', '113132.502500', '113132.962500', '113133.422500', '113133.882500', '113134.342500', '113134.802500', '113135.262500', '113135.722500', '113136.182500', '113136.642500', '113137.102500', '113137.562500', '113138.022500', '113138.482500', '113138.942500', '113139.402500', '113139.862500', '113140.322500', '113140.782500', '113141.242500', '113141.702500', '113142.162500', '113142.622500', '113143.082500', '113143.542500', '113144.002500', '113144.462500', '113144.922500', '113145.382500', '113145.842500', '113146.302500', '113146.762500', '113147.222500', '113147.682500', '113148.142500', '113148.602500', '113149.062500', '113149.522500', '113149.982500', '113150.442500', '113150.902500', '113151.362500', '113151.822500', '113152.282500', '113152.742500', '113153.202500', '113153.662500', '113154.122500', '113154.582500', '113155.042500', '113155.502500', '113155.962500', '113156.422500', '113156.882500', '113157.342500', '113157.802500', '113158.262500', '113158.722500', '113159.182500', '113159.642500', '113200.102500', '113200.562500', '113201.022500', '113201.482500', '113201.942500', '113202.402500', '113202.862500', '113203.322500', '113203.782500', '113204.242500', '113204.702500', '113205.162500', '113205.622500', '113206.082500', '113206.542500', '113207.002500', '113207.462500', '113207.922500', '113208.382500', '113208.842500', '113209.302500', '113209.762500', '113210.222500', '113210.682500', '113211.142500', '113211.602500', '113212.062500', '113212.522500', '113212.982500', '113213.442500', '113213.902500', '113214.362500', '113214.822500', '113215.282500', '113215.742500', '113216.202500', '113216.662500', '113217.122500', '113217.582500', '113218.042500', '113218.502500', '113218.962500', '113219.422500', '113219.882500', '113220.342500', '113220.802500', '113221.262500', '113221.722500', '113222.182500', '113222.642500', '113223.102500', '113223.562500', '113224.022500', '113224.482500', '113224.942500', '113225.402500', '113225.862500', '113226.322500', '113226.782500', '113227.242500', '113227.702500', '113228.162500', '113228.622500', '113229.082500', '113229.542500', '113230.002500', '113230.462500', '113230.922500', '113231.382500', '113231.842500', '113232.302500', '113232.762500', '113233.222500', '113233.682500', '113234.142500', '113234.602500', '113235.062500', '113235.522500', '113235.982500', '113236.442500', '113236.902500', '113237.362500', '113237.822500', '113238.282500', '113238.742500', '113239.202500', '113239.662500', '113240.122500', '113240.582500', '113241.042500', '113241.502500', '113241.962500', '113242.422500', '113242.882500', '113243.342500', '113243.802500', '113244.262500', '113244.722500', '113245.182500', '113245.642500', '113246.102500', '113246.562500', '113247.022500', '113247.482500', '113247.942500', '113248.402500', '113248.862500', '113249.322500', '113249.782500', '113250.242500', '113250.702500', '113251.162500', '113251.622500', '113252.082500', '113252.542500', '113253.002500', '113253.462500', '113253.922500', '113254.382500', '113254.842500', '113255.302500', '113255.762500', '113256.222500', '113256.682500', '113257.142500', '113257.602500', '113258.062500', '113258.522500', '113258.982500', '113259.442500', '113259.902500', '113300.362500', '113300.822500', '113301.282500', '113301.742500', '113302.202500', '113302.662500', '113303.122500', '113303.582500', '113304.042500', '113304.502500', '113304.962500', '113305.422500', '113305.882500', '113306.342500', '113306.802500', '113307.262500', '113307.722500', '113308.182500', '113308.642500', '113309.102500', '113309.562500', '113310.022500', '113310.482500', '113310.942500', '113311.402500', '113311.862500', '113312.322500', '113312.782500', '113313.242500', '113313.702500', '113314.162500', '113314.622500', '113315.082500', '113315.542500', '113316.002500', '113316.462500', '113316.922500', '113317.382500', '113317.842500', '113318.302500', '113318.762500', '113319.222500', '113319.682500', '113320.142500', '113320.602500', '113321.062500', '113321.522500', '113321.982500', '113322.442500', '113322.902500', '113323.362500', '113323.822500', '113324.282500', '113324.742500', '113325.202500', '113325.662500', '113326.122500', '113326.582500', '113327.042500', '113327.502500', '113327.962500', '113328.422500', '113328.882500', '113329.342500', '113329.802500', '113330.262500', '113330.722500', '113331.182500', '113331.642500', '113332.102500', '113332.562500', '113333.022500', '113333.482500', '113333.942500', '113334.402500', '113334.862500', '113335.322500', '113335.782500', '113336.242500', '113336.702500', '113337.162500', '113337.622500', '113338.082500', '113338.542500', '113339.002500', '113339.462500', '113339.922500', '113340.382500', '113340.842500', '113341.302500', '113341.762500', '113342.222500', '113342.682500', '113343.142500', '113343.602500', '113344.062500', '113344.522500', '113344.982500', '113345.442500', '113345.902500', '113346.362500', '113346.822500', '113347.282500', '113347.742500', '113348.202500', '113348.662500', '113349.122500', '113349.582500', '113350.042500', '113350.502500', '113350.962500', '113351.422500', '113351.882500', '113352.342500', '113352.802500', '113353.262500', '113353.722500', '113354.182500', '113354.642500', '113355.102500', '113355.562500', '113356.022500', '113356.482500', '113356.942500', '113357.402500', '113357.862500', '113358.322500', '113358.782500', '113359.242500', '113359.702500', '113400.162500', '113400.622500', '113401.082500', '113401.542500', '113402.002500', '113402.462500', '113402.922500', '113403.382500', '113403.842500', '113404.302500', '113404.762500', '113405.222500', '113405.682500', '113406.142500', '113406.602500', '113407.062500', '113407.522500', '113407.982500', '113408.442500', '113408.902500', '113409.362500', '113409.822500', '113410.282500', '113410.742500', '113411.202500', '113411.662500', '113412.122500', '113412.582500', '113413.042500', '113413.502500', '113413.962500', '113414.422500', '113414.882500', '113415.342500', '113415.802500', '113416.262500', '113416.722500', '113417.182500', '113417.642500', '113418.102500', '113418.562500', '113419.022500', '113419.482500', '113419.942500', '113420.402500', '113420.862500', '113421.322500', '113421.782500', '113422.242500', '113422.702500', '113423.162500', '113423.622500', '113424.082500', '113424.542500', '113425.002500', '113425.462500', '113425.922500', '113426.382500', '113426.842500', '113427.302500', '113427.762500', '113428.222500', '113428.682500', '113429.142500', '113429.602500', '113430.062500', '113430.522500', '113430.982500', '113431.442500', '113431.902500', '113432.362500', '113432.822500', '113433.282500', '113433.742500', '113434.202500', '113434.662500', '113435.122500', '113435.582500', '113436.042500', '113436.502500', '113436.962500', '113437.422500', '113437.882500', '113438.342500', '113438.802500', '113439.262500', '113439.722500', '113440.182500', '113440.642500', '113441.102500', '113441.562500', '113442.022500', '113442.482500', '113442.942500', '113443.402500', '113443.862500', '113444.322500', '113444.782500', '113445.242500', '113445.702500', '113446.162500', '113446.622500', '113447.082500', '113447.542500', '113448.002500', '113448.462500', '113448.922500', '113449.382500', '113449.842500', '113450.302500', '113450.762500', '113451.222500', '113451.682500', '113452.142500', '113452.602500', '113453.062500', '113453.522500', '113453.982500', '113454.442500', '113454.902500', '113455.362500', '113455.822500', '113456.282500', '113456.742500', '113457.202500', '113457.662500', '113458.122500', '113458.582500', '113459.042500', '113459.502500', '113459.962500', '113500.422500', '113500.882500', '113501.342500', '113501.802500', '113502.262500', '113502.722500', '113503.182500', '113503.642500', '113504.102500', '113504.562500', '113505.022500', '113505.482500', '113505.942500', '113506.402500', '113506.862500', '113507.322500', '113507.782500', '113508.242500', '113508.702500', '113509.162500', '113509.622500', '113510.082500', '113510.542500', '113511.002500', '113511.462500', '113511.922500', '113512.382500', '113512.842500', '113513.302500', '113513.762500', '113514.222500', '113514.682500', '113515.142500', '113515.602500', '113516.062500', '113516.522500', '113516.982500', '113517.442500', '113517.902500', '113518.362500', '113518.822500', '113519.282500', '113519.742500', '113520.202500', '113520.662500', '113521.122500', '113521.582500', '113522.042500', '113522.502500', '113522.962500', '113523.422500', '113523.882500', '113524.342500', '113524.802500', '113525.262500', '113525.722500', '113526.182500', '113526.642500', '113527.102500', '113527.562500', '113528.022500', '113528.482500', '113528.942500', '113529.402500', '113529.862500', '113530.322500', '113530.782500', '113531.242500', '113531.702500', '113532.162500', '113532.622500', '113533.082500', '113533.542500', '113534.002500', '113534.462500', '113534.922500', '113535.382500', '113535.842500', '113536.302500', '113536.762500', '113537.222500', '113537.682500', '113538.142500', '113538.602500', '113539.062500', '113539.522500', '113539.982500', '113540.442500', '113540.902500', '113541.362500', '113541.822500', '113542.282500', '113542.742500', '113543.202500', '113543.662500', '113544.122500', '113544.582500', '113545.042500', '113545.502500', '113545.962500', '113546.422500', '113546.882500', '113547.342500', '113547.802500', '113548.262500', '113548.722500', '113549.182500', '113549.642500', '113550.102500', '113550.562500', '113551.022500', '113551.482500', '113551.942500', '113552.402500', '113552.862500', '113553.322500', '113553.782500', '113554.242500', '113554.702500', '113555.162500', '113555.622500', '113556.082500', '113556.542500', '113557.002500', '113557.462500', '113557.922500', '113558.382500', '113558.842500', '113559.302500', '113559.762500', '113600.222500', '113600.682500', '113601.142500', '113601.602500', '113602.062500', '113602.522500', '113602.982500', '113603.442500', '113603.902500', '113604.362500', '113604.822500', '113605.282500', '113605.742500', '113606.202500', '113606.662500', '113607.122500', '113607.582500', '113608.042500', '113608.502500', '113608.962500', '113609.422500', '113609.882500', '113610.342500', '113610.802500', '113611.262500', '113611.722500', '113612.182500', '113612.642500', '113613.102500', '113613.562500', '113614.022500', '113614.482500', '113614.942500', '113615.402500', '113615.862500', '113616.322500', '113616.782500', '113617.242500', '113617.702500', '113618.162500', '113618.622500', '113619.082500', '113619.542500', '113620.002500', '113620.462500', '113620.922500', '113621.382500', '113621.842500', '113622.302500', '113622.762500', '113623.222500', '113623.682500', '113624.142500', '113624.602500', '113625.062500', '113625.522500', '113625.982500', '113626.442500', '113626.902500', '113627.362500', '113627.822500', '113628.282500', '113628.742500', '113629.202500', '113629.662500', '113630.122500', '113630.582500', '113631.042500', '113631.502500', '113631.962500', '113632.422500', '113632.882500', '113633.342500', '113633.802500', '113634.262500', '113634.722500', '113635.182500', '113635.642500', '113636.102500', '113636.562500', '113637.022500', '113637.482500', '113637.942500', '113638.402500', '113638.862500', '113639.322500', '113639.782500', '113640.242500', '113640.702500', '113641.162500', '113641.622500', '113642.082500', '113642.542500', '113643.002500', '113643.462500', '113643.922500', '113644.382500', '113644.842500', '113645.302500', '113645.762500', '113646.222500', '113646.682500', '113647.142500', '113647.602500', '113648.062500', '113648.522500', '113648.982500', '113649.442500', '113649.902500', '113650.362500', '113650.822500', '113651.282500', '113651.742500', '113652.202500', '113652.662500', '113653.122500', '113653.582500', '113654.042500', '113654.502500', '113654.962500', '113655.422500', '113655.882500', '113656.342500', '113656.802500', '113657.262500', '113657.722500', '113658.182500', '113658.642500', '113659.102500', '113659.562500', '113700.022500', '113700.482500', '113700.942500', '113701.402500', '113701.862500', '113702.322500', '113702.782500', '113703.242500', '113703.702500', '113704.162500', '113704.622500', '113705.082500', '113705.542500', '113706.002500', '113706.462500', '113706.922500', '113707.382500', '113707.842500', '113708.302500', '113708.762500', '113709.222500', '113709.682500', '113710.142500', '113710.602500', '113711.062500', '113711.522500', '113711.982500', '113712.442500', '113712.902500', '113713.362500', '113713.822500', '113714.282500', '113714.742500', '113715.202500', '113715.662500', '113716.122500', '113716.582500', '113717.042500', '113717.502500', '113717.962500', '113718.422500', '113718.882500', '113719.342500', '113719.802500', '113720.262500', '113720.722500', '113721.182500', '113721.642500', '113722.102500', '113722.562500', '113723.022500', '113723.482500', '113723.942500', '113724.402500', '113724.862500', '113725.322500', '113725.782500', '113726.242500', '113726.702500', '113727.162500', '113727.622500', '113728.082500', '113728.542500', '113729.002500', '113729.462500', '113729.922500', '113730.382500', '113730.842500', '113731.302500', '113731.762500', '113732.222500', '113732.682500', '113733.142500', '113733.602500', '113734.062500', '113734.522500', '113734.982500', '113735.442500', '113735.902500', '113736.362500', '113736.822500', '113737.282500', '113737.742500', '113738.202500', '113738.662500', '113739.122500', '113739.582500', '113740.042500', '113740.502500', '113740.962500', '113741.422500', '113741.882500', '113742.342500', '113742.802500', '113743.262500', '113743.722500', '113744.182500', '113744.642500', '113745.102500', '113745.562500', '113746.022500', '113746.482500', '113746.942500', '113747.402500', '113747.862500', '113748.322500', '113748.782500', '113749.242500', '113749.702500', '113750.162500', '113750.622500', '113751.082500', '113751.542500', '113752.002500', '113752.462500', '113752.922500', '113753.382500', '113753.842500', '113754.302500', '113754.762500', '113755.222500', '113755.682500', '113756.142500', '113756.602500', '113757.062500', '113757.522500', '113757.982500', '113758.442500', '113758.902500', '113759.362500', '113759.822500', '113800.282500', '113800.742500', '113801.202500', '113801.662500', '113802.122500', '113802.582500', '113803.042500', '113803.502500', '113803.962500', '113804.422500', '113804.882500', '113805.342500', '113805.802500', '113806.262500', '113806.722500', '113807.182500', '113807.642500', '113808.102500', '113808.562500', '113809.022500', '113809.482500', '113809.942500', '113810.402500', '113810.862500', '113811.322500', '113811.782500', '113812.242500', '113812.702500', '113813.162500', '113813.622500', '113814.082500', '113814.542500', '113815.002500', '113815.462500', '113815.922500', '113816.382500', '113816.842500', '113817.302500', '113817.762500', '113818.222500', '113818.682500', '113819.142500', '113819.602500', '113820.062500', '113820.522500', '113820.982500', '113821.442500', '113821.902500', '113822.362500', '113822.822500', '113823.282500', '113823.742500', '113824.202500', '113824.662500', '113825.122500', '113825.582500', '113826.042500', '113826.502500', '113826.962500', '113827.422500', '113827.882500', '113828.342500', '113828.802500', '113829.262500', '113829.722500', '113830.182500', '113830.642500', '113831.102500', '113831.562500', '113832.022500', '113832.482500', '113832.942500', '113833.402500', '113833.862500', '113834.322500', '113834.782500', '113835.242500', '113835.702500', '113836.162500', '113836.622500', '113837.082500', '113837.542500', '113838.002500', '113838.462500', '113838.922500', '113839.382500', '113839.842500', '113840.302500', '113840.762500', '113841.222500', '113841.682500', '113842.142500', '113842.602500', '113843.062500', '113843.522500', '113843.982500', '113844.442500', '113844.902500', '113845.362500', '113845.822500', '113846.282500', '113846.742500', '113847.202500', '113847.662500', '113848.122500', '113848.582500', '113849.042500', '113849.502500', '113849.962500', '113850.422500', '113850.882500', '113851.342500', '113851.802500', '113852.262500', '113852.722500', '113853.182500', '113853.642500', '113854.102500', '113854.562500', '113855.022500', '113855.482500', '113855.942500', '113856.402500', '113856.862500', '113857.322500', '113857.782500', '113858.242500', '113858.702500', '113859.162500', '113859.622500', '113900.082500', '113900.542500', '113901.002500', '113901.462500', '113901.922500', '113902.382500', '113902.842500', '113903.302500', '113903.762500', '113904.222500', '113904.682500', '113905.142500', '113905.602500', '113906.062500', '113906.522500', '113906.982500', '113907.442500', '113907.902500', '113908.362500', '113908.822500', '113909.282500', '113909.742500', '113910.202500', '113910.662500', '113911.122500', '113911.582500', '113912.042500', '113912.502500', '113912.962500', '113913.422500', '113913.882500', '113914.342500', '113914.802500', '113915.262500', '113915.722500', '113916.182500', '113916.642500', '113917.102500', '113917.562500', '113918.022500', '113918.482500', '113918.942500', '113919.402500', '113919.862500', '113920.322500', '113920.782500', '113921.242500', '113921.702500', '113922.162500', '113922.622500', '113923.082500', '113923.542500', '113924.002500', '113924.462500', '113924.922500', '113925.382500', '113925.842500', '113926.302500', '113926.762500', '113927.222500', '113927.682500', '113928.142500', '113928.602500', '113929.062500', '113929.522500', '113929.982500', '113930.442500', '113930.902500', '113931.362500', '113931.822500', '113932.282500', '113932.742500', '113933.202500', '113933.662500', '113934.122500', '113934.582500', '113935.042500', '113935.502500', '113935.962500', '113936.422500', '113936.882500', '113937.342500', '113937.802500', '113938.262500', '113938.722500', '113939.182500', '113939.642500', '113940.102500', '113940.562500', '113941.022500', '113941.482500', '113941.942500', '113942.402500', '113942.862500', '113943.322500', '113943.782500', '113944.242500', '113944.702500', '113945.162500', '113945.622500', '113946.082500', '113946.542500', '113947.002500', '113947.462500', '113947.922500', '113948.382500', '113948.842500', '113949.302500', '113949.762500', '113950.222500', '113950.682500', '113951.142500', '113951.602500', '113952.062500', '113952.522500', '113952.982500', '113953.442500', '113953.902500', '113954.362500', '113954.822500', '113955.282500', '113955.742500', '113956.202500', '113956.662500', '113957.122500', '113957.582500', '113958.042500', '113958.502500', '113958.962500', '113959.422500', '113959.882500', '114000.342500', '114000.802500', '114001.262500', '114001.722500', '114002.182500', '114002.642500', '114003.102500', '114003.562500', '114004.022500', '114004.482500', '114004.942500', '114005.402500', '114005.862500', '114006.322500', '114006.782500', '114007.242500', '114007.702500', '114008.162500', '114008.622500', '114009.082500', '114009.542500', '114010.002500', '114010.462500', '114010.922500', '114011.382500', '114011.842500', '114012.302500', '114012.762500', '114013.222500', '114013.682500', '114014.142500', '114014.602500', '114015.062500', '114015.522500', '114015.982500', '114016.442500', '114016.902500', '114017.362500', '114017.822500', '114018.282500', '114018.742500', '114019.202500', '114019.662500', '114020.122500', '114020.582500', '114021.042500', '114021.502500', '114021.962500', '114022.422500', '114022.882500', '114023.342500', '114023.802500', '114024.262500', '114024.722500', '114025.182500', '114025.642500', '114026.102500', '114026.562500', '114027.022500', '114027.482500', '114027.942500', '114028.402500', '114028.862500', '114029.322500', '114029.782500', '114030.242500', '114030.702500', '114031.162500', '114031.622500', '114032.082500', '114032.542500', '114033.002500', '114033.462500', '114033.922500', '114034.382500', '114034.842500', '114035.302500', '114035.762500', '114036.222500', '114036.682500', '114037.142500', '114037.602500', '114038.062500', '114038.522500', '114038.982500', '114039.442500', '114039.902500', '114040.362500', '114040.822500', '114041.282500', '114041.742500', '114042.202500', '114042.662500', '114043.122500', '114043.582500', '114044.042500', '114044.502500', '114044.962500', '114045.422500', '114045.882500', '114046.342500', '114046.802500', '114047.262500', '114047.722500', '114048.182500', '114048.642500', '114049.102500', '114049.562500', '114050.022500', '114050.482500', '114050.942500', '114051.402500', '114051.862500', '114052.322500', '114052.782500', '114053.242500', '114053.702500', '114054.162500', '114054.622500', '114055.082500', '114055.542500', '114056.002500', '114056.462500', '114056.922500', '114057.382500', '114057.842500', '114058.302500', '114058.762500', '114059.222500', '114059.682500', '114100.142500', '114100.602500', '114101.062500', '114101.522500', '114101.982500', '114102.442500', '114102.902500', '114103.362500', '114103.822500', '114104.282500', '114104.742500', '114105.202500', '114105.662500', '114106.122500', '114106.582500', '114107.042500', '114107.502500', '114107.962500', '114108.422500', '114108.882500', '114109.342500', '114109.802500', '114110.262500', '114110.722500', '114111.182500', '114111.642500', '114112.102500', '114112.562500', '114113.022500', '114113.482500', '114113.942500', '114114.402500', '114114.862500', '114115.322500', '114115.782500', '114116.242500', '114116.702500', '114117.162500', '114117.622500', '114118.082500', '114118.542500', '114119.002500', '114119.462500', '114119.922500', '114120.382500', '114120.842500', '114121.302500', '114121.762500', '114122.222500', '114122.682500', '114123.142500', '114123.602500', '114124.062500', '114124.522500', '114124.982500', '114125.442500', '114125.902500', '114126.362500', '114126.822500', '114127.282500', '114127.742500', '114128.202500', '114128.662500', '114129.122500', '114129.582500', '114130.042500', '114130.502500', '114130.962500', '114131.422500', '114131.882500', '114132.342500', '114132.802500', '114133.262500', '114133.722500', '114134.182500', '114134.642500', '114135.102500', '114135.562500', '114136.022500', '114136.482500', '114136.942500', '114137.402500', '114137.862500', '114138.322500', '114138.782500', '114139.242500', '114139.702500', '114140.162500', '114140.622500', '114141.082500', '114141.542500', '114142.002500', '114142.462500', '114142.922500', '114143.382500', '114143.842500', '114144.302500', '114144.762500', '114145.222500', '114145.682500', '114146.142500', '114146.602500', '114147.062500', '114147.522500', '114147.982500', '114148.442500', '114148.902500', '114149.362500', '114149.822500', '114150.282500', '114150.742500', '114151.202500', '114151.662500', '114152.122500', '114152.582500', '114153.042500', '114153.502500', '114153.962500', '114154.422500', '114154.882500', '114155.342500', '114155.802500', '114156.262500', '114156.722500', '114157.182500', '114157.642500', '114158.102500', '114158.562500', '114159.022500', '114159.482500', '114159.942500', '114200.402500', '114200.862500', '114201.322500', '114201.782500', '114202.242500', '114202.702500', '114203.162500', '114203.622500', '114204.082500', '114204.542500', '114205.002500', '114205.462500', '114205.922500', '114206.382500', '114206.842500', '114207.302500', '114207.762500', '114208.222500', '114208.682500', '114209.142500', '114209.602500', '114210.062500', '114210.522500', '114210.982500', '114211.442500', '114211.902500', '114212.362500', '114212.822500', '114213.282500', '114213.742500', '114214.202500', '114214.662500', '114215.122500', '114215.582500', '114216.042500', '114216.502500', '114216.962500', '114217.422500', '114217.882500', '114218.342500', '114218.802500', '114219.262500', '114219.722500', '114220.182500', '114220.642500', '114221.102500', '114221.562500', '114222.022500', '114222.482500', '114222.942500', '114223.402500', '114223.862500', '114224.322500', '114224.782500', '114225.242500', '114225.702500', '114226.162500', '114226.622500', '114227.082500', '114227.542500', '114228.002500', '114228.462500'], 'ContentTime': ['113010.724000', '113010.727000', '113010.730000', '113010.733000', '113010.736000', '113010.738000', '113010.741000', '113010.743000', '113010.746000', '113010.749000', '113010.751000', '113010.754000', '113010.757000', '113010.778000', '113010.781000', '113010.783000', '113010.786000', '113010.789000', '113010.792000', '113010.794000', '113010.797000', '113010.799000', '113010.807000', '113010.809000', '113010.812000', '113010.815000', '113010.817000', '113010.820000', '113010.823000', '113010.825000', '113010.830000', '113010.833000', '113010.836000', '113030.697000', '113030.708000', '113030.711000', '113030.714000', '113030.716000', '113030.719000', '113030.721000', '113030.724000', '113030.727000', '113030.729000', '113030.732000', '113030.734000', '113030.737000', '113030.740000', '113030.742000', '113030.745000', '113030.748000', '113030.750000', '113030.753000', '113030.755000', '113030.758000', '113030.761000', '113030.763000', '113030.766000', '113030.768000', '113030.771000', '113030.774000', '113030.776000', '113030.779000', '113030.782000', '113030.784000', '113030.787000', '113030.789000', '113030.792000', '113030.794000', '113030.797000', '113030.800000', '113030.802000', '113030.805000', '113030.807000', '113030.810000', '113030.813000', '113030.815000', '113030.818000', '113050.696000', '113050.699000', '113050.702000', '113050.704000', '113050.707000', '113050.709000', '113050.712000', '113050.715000', '113050.717000', '113050.725000', '113050.728000', '113050.731000', '113050.733000', '113050.736000', '113050.738000', '113050.741000', '113050.744000', '113050.746000', '113050.749000', '113050.751000', '113050.754000', '113050.757000', '113050.759000', '113050.762000', '113050.765000', '113050.767000', '113050.770000', '113050.772000', '113050.775000', '113050.778000', '113050.780000', '113050.783000', '113050.785000', '113050.788000', '113050.791000', '113050.793000', '113050.796000', '113050.799000', '113050.801000', '113050.804000', '113050.806000', '113050.809000', '113050.811000', '113050.814000', '113110.696000', '113110.699000', '113110.702000', '113110.705000', '113110.707000', '113110.710000', '113110.712000', '113110.715000', '113110.718000', '113110.720000', '113110.723000', '113110.725000', '113110.728000', '113110.731000', '113110.733000', '113110.736000', '113110.738000', '113110.741000', '113110.744000', '113110.746000', '113110.749000', '113110.752000', '113110.754000', '113110.757000', '113110.759000', '113110.762000', '113110.765000', '113110.767000', '113110.770000', '113110.772000', '113110.775000', '113110.778000', '113110.780000', '113110.783000', '113110.786000', '113110.788000', '113110.791000', '113110.793000', '113110.796000', '113110.799000', '113110.801000', '113110.804000', '113110.806000', '113130.697000', '113130.699000', '113130.702000', '113130.705000', '113130.709000', '113130.711000', '113130.714000', '113130.717000', '113130.719000', '113130.722000', '113130.724000', '113130.727000', '113130.729000', '113130.732000', '113130.735000', '113130.737000', '113130.740000', '113130.742000', '113130.745000', '113130.748000', '113130.750000', '113130.753000', '113130.755000', '113130.758000', '113130.760000', '113130.763000', '113130.766000', '113130.768000', '113130.771000', '113130.773000', '113130.776000', '113130.779000', '113130.781000', '113130.784000', '113130.787000', '113130.789000', '113130.792000', '113130.794000', '113130.797000', '113130.800000', '113130.802000', '113130.805000', '113130.807000', '113130.810000', '113150.696000', '113150.699000', '113150.702000', '113150.705000', '113150.707000', '113150.710000', '113150.713000', '113150.715000', '113150.718000', '113150.720000', '113150.723000', '113150.726000', '113150.728000', '113150.731000', '113150.734000', '113150.736000', '113150.739000', '113150.741000', '113150.758000', '113150.761000', '113150.763000', '113150.766000', '113150.768000', '113150.771000', '113150.774000', '113150.776000', '113150.779000', '113150.790000', '113150.793000', '113150.795000', '113150.798000', '113150.801000', '113150.803000', '113150.806000', '113150.809000', '113150.811000', '113150.814000', '113150.817000', '113150.820000', '113150.822000', '113150.825000', '113150.828000', '113150.830000', '113210.696000', '113210.699000', '113210.702000', '113210.705000', '113210.707000', '113210.710000', '113210.713000', '113210.715000', '113210.718000', '113210.721000', '113210.723000', '113210.726000', '113210.728000', '113210.731000', '113210.734000', '113210.736000', '113210.739000', '113210.742000', '113210.744000', '113210.747000', '113210.750000', '113210.752000', '113210.755000', '113210.757000', '113210.760000', '113210.762000', '113210.765000', '113210.768000', '113210.770000', '113210.773000', '113210.775000', '113210.778000', '113210.781000', '113210.783000', '113210.786000', '113210.788000', '113210.791000', '113210.794000', '113210.796000', '113210.799000', '113210.802000', '113210.804000', '113210.807000', '113230.696000', '113230.699000', '113230.702000', '113230.705000', '113230.707000', '113230.710000', '113230.713000', '113230.715000', '113230.718000', '113230.721000', '113230.723000', '113230.726000', '113230.728000', '113230.731000', '113230.734000', '113230.736000', '113230.739000', '113230.742000', '113230.744000', '113230.747000', '113230.750000', '113230.752000', '113230.755000', '113230.758000', '113230.760000', '113230.763000', '113230.766000', '113230.768000', '113230.771000', '113230.773000', '113230.776000', '113230.779000', '113230.781000', '113230.784000', '113230.787000', '113230.789000', '113230.792000', '113230.794000', '113230.797000', '113230.799000', '113230.802000', '113230.805000', '113230.807000', '113230.810000', '113250.697000', '113250.699000', '113250.702000', '113250.705000', '113250.707000', '113250.710000', '113250.712000', '113250.715000', '113250.718000', '113250.720000', '113250.723000', '113250.726000', '113250.728000', '113250.731000', '113250.733000', '113250.736000', '113250.739000', '113250.741000', '113250.745000', '113250.749000', '113250.751000', '113250.754000', '113250.758000', '113250.761000', '113250.763000', '113250.766000', '113250.768000', '113250.771000', '113250.774000', '113250.776000', '113250.779000', '113250.782000', '113250.784000', '113250.787000', '113250.790000', '113250.792000', '113250.795000', '113250.798000', '113250.800000', '113250.803000', '113250.805000', '113250.808000', '113250.811000', '113310.696000', '113310.699000', '113310.702000', '113310.704000', '113310.707000', '113310.710000', '113310.712000', '113310.715000', '113310.718000', '113310.720000', '113310.723000', '113310.725000', '113310.728000', '113310.731000', '113310.733000', '113310.736000', '113310.739000', '113310.742000', '113310.744000', '113310.747000', '113310.750000', '113310.752000', '113310.755000', '113310.757000', '113310.760000', '113310.763000', '113310.765000', '113310.768000', '113310.771000', '113310.773000', '113310.776000', '113310.778000', '113310.781000', '113310.784000', '113310.786000', '113310.789000', '113310.792000', '113310.794000', '113310.797000', '113310.800000', '113310.802000', '113310.805000', '113310.808000', '113310.810000', '113330.697000', '113330.699000', '113330.702000', '113330.705000', '113330.707000', '113330.710000', '113330.713000', '113330.715000', '113330.718000', '113330.720000', '113330.723000', '113330.726000', '113330.728000', '113330.731000', '113330.761000', '113330.764000', '113330.767000', '113330.769000', '113330.772000', '113330.775000', '113330.777000', '113330.780000', '113330.782000', '113330.785000', '113330.788000', '113330.790000', '113330.793000', '113330.796000', '113330.798000', '113330.801000', '113330.803000', '113330.806000', '113330.809000', '113330.811000', '113330.814000', '113330.817000', '113330.819000', '113330.822000', '113330.825000', '113330.828000', '113330.832000', '113330.835000', '113330.837000', '113350.696000', '113350.699000', '113350.702000', '113350.705000', '113350.708000', '113350.710000', '113350.713000', '113350.716000', '113350.718000', '113350.721000', '113350.723000', '113350.726000', '113350.729000', '113350.732000', '113350.734000', '113350.737000', '113350.740000', '113350.742000', '113350.745000', '113350.748000', '113350.751000', '113350.753000', '113350.756000', '113350.759000', '113350.761000', '113350.764000', '113350.766000', '113350.769000', '113350.772000', '113350.774000', '113350.777000', '113350.779000', '113350.782000', '113350.785000', '113350.787000', '113350.790000', '113350.793000', '113350.795000', '113350.798000', '113350.801000', '113350.803000', '113350.806000', '113350.809000', '113350.811000', '113410.696000', '113410.700000', '113410.702000', '113410.705000', '113410.707000', '113410.710000', '113410.713000', '113410.715000', '113410.718000', '113410.720000', '113410.723000', '113410.726000', '113410.728000', '113410.731000', '113410.734000', '113410.736000', '113410.739000', '113410.741000', '113410.744000', '113410.747000', '113410.749000', '113410.752000', '113410.755000', '113410.757000', '113410.760000', '113410.762000', '113410.765000', '113410.768000', '113410.770000', '113410.773000', '113410.776000', '113410.779000', '113410.782000', '113410.786000', '113410.789000', '113410.791000', '113410.794000', '113410.796000', '113410.799000', '113410.802000', '113410.804000', '113410.807000', '113410.809000', '113430.697000', '113430.699000', '113430.703000', '113430.706000', '113430.708000', '113430.711000', '113430.713000', '113430.716000', '113430.719000', '113430.721000', '113430.724000', '113430.727000', '113430.729000', '113430.732000', '113430.735000', '113430.737000', '113430.740000', '113430.742000', '113430.745000', '113430.748000', '113430.750000', '113430.753000', '113430.756000', '113430.758000', '113430.761000', '113430.764000', '113430.766000', '113430.769000', '113430.771000', '113430.774000', '113430.777000', '113430.779000', '113430.782000', '113430.784000', '113430.787000', '113430.790000', '113430.792000', '113430.795000', '113430.798000', '113430.800000', '113430.803000', '113430.805000', '113430.808000', '113430.811000', '113450.696000', '113450.699000', '113450.702000', '113450.704000', '113450.707000', '113450.710000', '113450.713000', '113450.715000', '113450.718000', '113450.721000', '113450.723000', '113450.726000', '113450.729000', '113450.731000', '113450.734000', '113450.736000', '113450.739000', '113450.742000', '113450.744000', '113450.747000', '113450.750000', '113450.752000', '113450.755000', '113450.757000', '113450.760000', '113450.763000', '113450.766000', '113450.768000', '113450.771000', '113450.773000', '113450.776000', '113450.779000', '113450.781000', '113450.784000', '113450.788000', '113450.790000', '113450.793000', '113450.796000', '113450.798000', '113450.816000', '113450.841000', '113450.844000', '113450.847000', '113510.697000', '113510.700000', '113510.703000', '113510.706000', '113510.708000', '113510.711000', '113510.714000', '113510.716000', '113510.719000', '113510.722000', '113510.724000', '113510.727000', '113510.729000', '113510.732000', '113510.735000', '113510.737000', '113510.740000', '113510.743000', '113510.745000', '113510.748000', '113510.751000', '113510.753000', '113510.756000', '113510.759000', '113510.761000', '113510.764000', '113510.766000', '113510.769000', '113510.772000', '113510.774000', '113510.777000', '113510.780000', '113510.782000', '113510.785000', '113510.788000', '113510.790000', '113510.793000', '113510.795000', '113510.798000', '113510.801000', '113510.803000', '113510.806000', '113510.809000', '113510.811000', '113530.697000', '113530.699000', '113530.702000', '113530.705000', '113530.708000', '113530.710000', '113530.713000', '113530.716000', '113530.719000', '113530.721000', '113530.724000', '113530.726000', '113530.729000', '113530.731000', '113530.734000', '113530.737000', '113530.739000', '113530.742000', '113530.745000', '113530.747000', '113530.750000', '113530.752000', '113530.755000', '113530.758000', '113530.766000', '113530.768000', '113530.771000', '113530.774000', '113530.776000', '113530.779000', '113530.781000', '113530.784000', '113530.787000', '113530.790000', '113530.792000', '113530.795000', '113530.798000', '113530.801000', '113530.803000', '113530.806000', '113530.808000', '113530.811000', '113530.814000', '113550.696000', '113550.699000', '113550.702000', '113550.704000', '113550.707000', '113550.710000', '113550.712000', '113550.715000', '113550.718000', '113550.720000', '113550.723000', '113550.726000', '113550.728000', '113550.731000', '113550.733000', '113550.736000', '113550.739000', '113550.741000', '113550.744000', '113550.747000', '113550.749000', '113550.752000', '113550.755000', '113550.757000', '113550.760000', '113550.762000', '113550.765000', '113550.768000', '113550.771000', '113550.773000', '113550.776000', '113550.778000', '113550.781000', '113550.784000', '113550.786000', '113550.789000', '113550.792000', '113550.794000', '113550.797000', '113550.800000', '113550.803000', '113550.805000', '113550.808000', '113550.810000', '113610.697000', '113610.700000', '113610.702000', '113610.705000', '113610.708000', '113610.710000', '113610.713000', '113610.716000', '113610.718000', '113610.721000', '113610.723000', '113610.726000', '113610.729000', '113610.731000', '113610.734000', '113610.736000', '113610.739000', '113610.742000', '113610.745000', '113610.747000', '113610.750000', '113610.754000', '113610.756000', '113610.759000', '113610.761000', '113610.764000', '113610.767000', '113610.769000', '113610.772000', '113610.775000', '113610.777000', '113610.780000', '113610.783000', '113610.785000', '113610.788000', '113610.802000', '113610.804000', '113610.807000', '113610.810000', '113610.812000', '113610.815000', '113610.873000', '113610.876000', '113630.697000', '113630.700000', '113630.702000', '113630.705000', '113630.708000', '113630.710000', '113630.713000', '113630.716000', '113630.718000', '113630.721000', '113630.723000', '113630.726000', '113630.729000', '113630.731000', '113630.734000', '113630.736000', '113630.739000', '113630.742000', '113630.744000', '113630.747000', '113630.750000', '113630.752000', '113630.755000', '113630.758000', '113630.760000', '113630.763000', '113630.765000', '113630.768000', '113630.771000', '113630.773000', '113630.776000', '113630.778000', '113630.781000', '113630.784000', '113630.786000', '113630.789000', '113630.792000', '113630.794000', '113630.797000', '113630.800000', '113630.802000', '113630.805000', '113630.807000', '113630.810000', '113650.697000', '113650.700000', '113650.702000', '113650.705000', '113650.707000', '113650.710000', '113650.713000', '113650.716000', '113650.718000', '113650.721000', '113650.723000', '113650.726000', '113650.729000', '113650.731000', '113650.734000', '113650.737000', '113650.739000', '113650.742000', '113650.744000', '113650.747000', '113650.750000', '113650.752000', '113650.755000', '113650.758000', '113650.760000', '113650.763000', '113650.766000', '113650.768000', '113650.780000', '113650.783000', '113650.785000', '113650.788000', '113650.790000', '113650.793000', '113650.796000', '113650.798000', '113650.801000', '113650.804000', '113650.806000', '113650.809000', '113650.812000', '113650.879000', '113650.882000', '113710.697000', '113710.699000', '113710.702000', '113710.705000', '113710.707000', '113710.710000', '113710.713000', '113710.716000', '113710.718000', '113710.721000', '113710.724000', '113710.726000', '113710.729000', '113710.732000', '113710.734000', '113710.737000', '113710.740000', '113710.742000', '113710.745000', '113710.748000', '113710.750000', '113710.753000', '113710.755000', '113710.758000', '113710.761000', '113710.763000', '113710.766000', '113710.769000', '113710.771000', '113710.774000', '113710.777000', '113710.779000', '113710.782000', '113710.785000', '113710.787000', '113710.790000', '113710.793000', '113710.795000', '113710.798000', '113710.801000', '113710.803000', '113710.806000', '113710.808000', '113710.811000', '113730.697000', '113730.699000', '113730.702000', '113730.705000', '113730.707000', '113730.710000', '113730.713000', '113730.715000', '113730.718000', '113730.721000', '113730.723000', '113730.726000', '113730.728000', '113730.731000', '113730.734000', '113730.736000', '113730.739000', '113730.742000', '113730.744000', '113730.747000', '113730.750000', '113730.752000', '113730.755000', '113730.757000', '113730.760000', '113730.763000', '113730.765000', '113730.768000', '113730.771000', '113730.773000', '113730.776000', '113730.778000', '113730.781000', '113730.784000', '113730.786000', '113730.789000', '113730.792000', '113730.794000', '113730.797000', '113730.800000', '113730.802000', '113730.805000', '113730.808000', '113750.697000', '113750.700000', '113750.702000', '113750.705000', '113750.708000', '113750.710000', '113750.713000', '113750.716000', '113750.718000', '113750.721000', '113750.724000', '113750.726000', '113750.729000', '113750.732000', '113750.734000', '113750.737000', '113750.740000', '113750.742000', '113750.745000', '113750.748000', '113750.750000', '113750.753000', '113750.755000', '113750.758000', '113750.760000', '113750.763000', '113750.766000', '113750.768000', '113750.771000', '113750.774000', '113750.776000', '113750.779000', '113750.781000', '113750.784000', '113750.787000', '113750.789000', '113750.792000', '113750.795000', '113750.797000', '113750.800000', '113750.802000', '113750.805000', '113750.808000', '113750.810000', '113810.697000', '113810.700000', '113810.702000', '113810.705000', '113810.708000', '113810.710000', '113810.713000', '113810.716000', '113810.718000', '113810.721000', '113810.724000', '113810.727000', '113810.729000', '113810.732000', '113810.734000', '113810.737000', '113810.740000', '113810.743000', '113810.745000', '113810.748000', '113810.751000', '113810.753000', '113810.756000', '113810.759000', '113810.761000', '113810.764000', '113810.766000', '113810.769000', '113810.772000', '113810.774000', '113810.777000', '113810.780000', '113810.783000', '113810.785000', '113810.788000', '113810.790000', '113810.793000', '113810.796000', '113810.798000', '113810.801000', '113810.804000', '113810.806000', '113810.809000', '113830.697000', '113830.699000', '113830.702000', '113830.705000', '113830.708000', '113830.710000', '113830.713000', '113830.716000', '113830.718000', '113830.721000', '113830.723000', '113830.726000', '113830.729000', '113830.732000', '113830.735000', '113830.738000', '113830.742000', '113830.744000', '113830.747000', '113830.749000', '113830.752000', '113830.755000', '113830.757000', '113830.760000', '113830.763000', '113830.765000', '113830.777000', '113830.779000', '113830.782000', '113830.785000', '113830.788000', '113830.790000', '113830.793000', '113830.796000', '113830.798000', '113830.801000', '113830.803000', '113830.806000', '113830.809000', '113830.811000', '113830.814000', '113830.895000', '113830.897000', '113850.696000', '113850.699000', '113850.702000', '113850.705000', '113850.707000', '113850.710000', '113850.713000', '113850.715000', '113850.718000', '113850.720000', '113850.723000', '113850.726000', '113850.728000', '113850.731000', '113850.734000', '113850.736000', '113850.739000', '113850.741000', '113850.744000', '113850.747000', '113850.749000', '113850.752000', '113850.755000', '113850.757000', '113850.760000', '113850.763000', '113850.765000', '113850.768000', '113850.771000', '113850.773000', '113850.776000', '113850.778000', '113850.781000', '113850.784000', '113850.786000', '113850.789000', '113850.792000', '113850.794000', '113850.797000', '113850.799000', '113850.802000', '113850.805000', '113850.807000', '113850.844000', '113910.696000', '113910.700000', '113910.703000', '113910.706000', '113910.709000', '113910.712000', '113910.714000', '113910.717000', '113910.719000', '113910.722000', '113910.725000', '113910.727000', '113910.730000', '113910.733000', '113910.735000', '113910.738000', '113910.741000', '113910.743000', '113910.746000', '113910.748000', '113910.751000', '113910.754000', '113910.757000', '113910.759000', '113910.770000', '113910.772000', '113910.775000', '113910.778000', '113910.780000', '113910.783000', '113910.786000', '113910.788000', '113910.791000', '113910.794000', '113910.796000', '113910.799000', '113910.802000', '113910.804000', '113910.807000', '113910.809000', '113910.812000', '113910.892000', '113910.895000', '113930.696000', '113930.699000', '113930.702000', '113930.705000', '113930.707000', '113930.710000', '113930.713000', '113930.715000', '113930.718000', '113930.720000', '113930.723000', '113930.726000', '113930.728000', '113930.731000', '113930.734000', '113930.736000', '113930.739000', '113930.742000', '113930.744000', '113930.747000', '113930.749000', '113930.752000', '113930.755000', '113930.757000', '113930.760000', '113930.763000', '113930.765000', '113930.768000', '113930.771000', '113930.773000', '113930.776000', '113930.779000', '113930.781000', '113930.784000', '113930.787000', '113930.789000', '113930.792000', '113930.795000', '113930.798000', '113930.800000', '113930.803000', '113930.805000', '113930.808000', '113930.811000', '113950.697000', '113950.700000', '113950.702000', '113950.705000', '113950.708000', '113950.711000', '113950.713000', '113950.716000', '113950.719000', '113950.721000', '113950.724000', '113950.727000', '113950.730000', '113950.732000', '113950.735000', '113950.738000', '113950.740000', '113950.743000', '113950.746000', '113950.748000', '113950.751000', '113950.753000', '113950.756000', '113950.759000', '113950.761000', '113950.764000', '113950.767000', '113950.770000', '113950.772000', '113950.775000', '113950.777000', '113950.780000', '113950.783000', '113950.785000', '113950.788000', '113950.791000', '113950.793000', '113950.796000', '113950.799000', '113950.801000', '113950.804000', '113950.807000', '113950.809000', '114010.697000', '114010.700000', '114010.703000', '114010.705000', '114010.708000', '114010.711000', '114010.713000', '114010.716000', '114010.718000', '114010.721000', '114010.724000', '114010.726000', '114010.729000', '114010.732000', '114010.734000', '114010.737000', '114010.740000', '114010.742000', '114010.745000', '114010.748000', '114010.750000', '114010.753000', '114010.755000', '114010.758000', '114010.761000', '114010.763000', '114010.780000', '114010.783000', '114010.785000', '114010.788000', '114010.791000', '114010.793000', '114010.796000', '114010.798000', '114010.801000', '114010.804000', '114010.806000', '114010.809000', '114010.812000', '114010.814000', '114010.878000', '114010.881000', '114010.883000', '114010.886000', '114030.696000', '114030.699000', '114030.702000', '114030.705000', '114030.707000', '114030.710000', '114030.712000', '114030.715000', '114030.718000', '114030.720000', '114030.723000', '114030.726000', '114030.728000', '114030.731000', '114030.734000', '114030.736000', '114030.739000', '114030.742000', '114030.745000', '114030.748000', '114030.750000', '114030.753000', '114030.756000', '114030.758000', '114030.761000', '114030.764000', '114030.766000', '114030.769000', '114030.772000', '114030.774000', '114030.777000', '114030.779000', '114030.782000', '114030.785000', '114030.788000', '114030.791000', '114030.793000', '114030.796000', '114030.800000', '114030.803000', '114030.806000', '114030.808000', '114030.811000', '114050.697000', '114050.700000', '114050.702000', '114050.705000', '114050.708000', '114050.711000', '114050.713000', '114050.716000', '114050.719000', '114050.722000', '114050.724000', '114050.727000', '114050.730000', '114050.733000', '114050.735000', '114050.738000', '114050.741000', '114050.743000', '114050.746000', '114050.748000', '114050.751000', '114050.754000', '114050.757000', '114050.759000', '114050.762000', '114050.765000', '114050.767000', '114050.770000', '114050.773000', '114050.775000', '114050.778000', '114050.780000', '114050.783000', '114050.785000', '114050.788000', '114050.791000', '114050.794000', '114050.796000', '114050.799000', '114050.802000', '114050.804000', '114050.807000', '114050.810000', '114050.812000', '114110.697000', '114110.700000', '114110.702000', '114110.705000', '114110.708000', '114110.710000', '114110.713000', '114110.715000', '114110.718000', '114110.721000', '114110.723000', '114110.726000', '114110.728000', '114110.731000', '114110.734000', '114110.736000', '114110.739000', '114110.742000', '114110.744000', '114110.747000', '114110.750000', '114110.752000', '114110.755000', '114110.757000', '114110.760000', '114110.763000', '114110.765000', '114110.768000', '114110.771000', '114110.773000', '114110.776000', '114110.779000', '114110.781000', '114110.784000', '114110.786000', '114110.789000', '114110.792000', '114110.795000', '114110.797000', '114110.800000', '114110.802000', '114110.805000', '114110.808000', '114110.810000', '114130.697000', '114130.700000', '114130.702000', '114130.705000', '114130.708000', '114130.710000', '114130.713000', '114130.725000', '114130.727000', '114130.730000', '114130.733000', '114130.735000', '114130.738000', '114130.740000', '114130.743000', '114130.746000', '114130.749000', '114130.751000', '114130.754000', '114130.757000', '114130.759000', '114130.762000', '114130.765000', '114130.767000', '114130.770000', '114130.772000', '114130.775000', '114130.778000', '114130.780000', '114130.783000', '114130.786000', '114130.788000', '114130.791000', '114130.794000', '114130.796000', '114130.799000', '114130.802000', '114130.804000', '114130.807000', '114130.810000', '114130.812000', '114130.887000', '114130.890000', '114150.697000', '114150.700000', '114150.703000', '114150.705000', '114150.708000', '114150.710000', '114150.713000', '114150.716000', '114150.718000', '114150.721000', '114150.724000', '114150.726000', '114150.729000', '114150.732000', '114150.734000', '114150.737000', '114150.739000', '114150.742000', '114150.745000', '114150.747000', '114150.750000', '114150.753000', '114150.756000', '114150.758000', '114150.761000', '114150.763000', '114150.766000', '114150.769000', '114150.771000', '114150.774000', '114150.777000', '114150.779000', '114150.783000', '114150.785000', '114150.788000', '114150.791000', '114150.793000', '114150.796000', '114150.799000', '114150.801000', '114150.805000', '114150.808000', '114150.810000', '114210.697000', '114210.699000', '114210.702000', '114210.705000', '114210.708000', '114210.710000', '114210.713000', '114210.716000', '114210.718000', '114210.721000', '114210.724000', '114210.726000', '114210.729000', '114210.731000', '114210.734000', '114210.736000', '114210.739000', '114210.742000', '114210.744000', '114210.747000', '114210.750000', '114210.752000', '114210.755000', '114210.758000', '114210.760000', '114210.763000', '114210.766000', '114210.768000', '114210.771000', '114210.773000', '114210.776000', '114210.779000', '114210.781000', '114210.784000', '114210.791000', '114210.794000', '114210.796000', '114210.799000', '114210.802000', '114210.804000', '114210.807000', '114210.810000', '114210.812000', '114210.815000', '114229.406000', '114229.409000', '114229.412000', '114229.414000', '114229.417000', '114229.420000', '114229.422000', '114229.425000', '114229.428000', '114229.430000', '114229.433000', '114229.436000', '114229.438000', '114229.441000', '114229.444000', '114229.446000', '114229.449000', '114229.451000', '114229.454000', '114229.457000', '114229.459000', '114229.462000', '114229.465000', '114229.467000', '114229.470000', '114229.472000', '114229.475000', '114229.478000', '114229.480000', '114229.483000', '114229.486000', '114229.488000', '114229.491000', '114229.512000', '114229.515000', '114229.517000', '114229.520000', '114229.523000', '114229.525000', '114229.528000', '114229.531000'], 'InstanceCreationTime': ['113010.724000', '113010.727000', '113010.730000', '113010.733000', '113010.736000', '113010.738000', '113010.741000', '113010.743000', '113010.746000', '113010.749000', '113010.751000', '113010.754000', '113010.757000', '113010.778000', '113010.781000', '113010.783000', '113010.786000', '113010.789000', '113010.792000', '113010.794000', '113010.797000', '113010.799000', '113010.807000', '113010.809000', '113010.812000', '113010.815000', '113010.817000', '113010.820000', '113010.823000', '113010.825000', '113010.830000', '113010.833000', '113010.836000', '113030.697000', '113030.708000', '113030.711000', '113030.714000', '113030.716000', '113030.719000', '113030.721000', '113030.724000', '113030.727000', '113030.729000', '113030.732000', '113030.734000', '113030.737000', '113030.740000', '113030.742000', '113030.745000', '113030.748000', '113030.750000', '113030.753000', '113030.755000', '113030.758000', '113030.761000', '113030.763000', '113030.766000', '113030.768000', '113030.771000', '113030.774000', '113030.776000', '113030.779000', '113030.782000', '113030.784000', '113030.787000', '113030.789000', '113030.792000', '113030.794000', '113030.797000', '113030.800000', '113030.802000', '113030.805000', '113030.807000', '113030.810000', '113030.813000', '113030.815000', '113030.818000', '113050.696000', '113050.699000', '113050.702000', '113050.704000', '113050.707000', '113050.709000', '113050.712000', '113050.715000', '113050.717000', '113050.725000', '113050.728000', '113050.731000', '113050.733000', '113050.736000', '113050.738000', '113050.741000', '113050.744000', '113050.746000', '113050.749000', '113050.751000', '113050.754000', '113050.757000', '113050.759000', '113050.762000', '113050.765000', '113050.767000', '113050.770000', '113050.772000', '113050.775000', '113050.778000', '113050.780000', '113050.783000', '113050.785000', '113050.788000', '113050.791000', '113050.793000', '113050.796000', '113050.799000', '113050.801000', '113050.804000', '113050.806000', '113050.809000', '113050.811000', '113050.814000', '113110.696000', '113110.699000', '113110.702000', '113110.705000', '113110.707000', '113110.710000', '113110.712000', '113110.715000', '113110.718000', '113110.720000', '113110.723000', '113110.725000', '113110.728000', '113110.731000', '113110.733000', '113110.736000', '113110.738000', '113110.741000', '113110.744000', '113110.746000', '113110.749000', '113110.752000', '113110.754000', '113110.757000', '113110.759000', '113110.762000', '113110.765000', '113110.767000', '113110.770000', '113110.772000', '113110.775000', '113110.778000', '113110.780000', '113110.783000', '113110.786000', '113110.788000', '113110.791000', '113110.793000', '113110.796000', '113110.799000', '113110.801000', '113110.804000', '113110.806000', '113130.697000', '113130.699000', '113130.702000', '113130.705000', '113130.709000', '113130.711000', '113130.714000', '113130.717000', '113130.719000', '113130.722000', '113130.724000', '113130.727000', '113130.729000', '113130.732000', '113130.735000', '113130.737000', '113130.740000', '113130.742000', '113130.745000', '113130.748000', '113130.750000', '113130.753000', '113130.755000', '113130.758000', '113130.760000', '113130.763000', '113130.766000', '113130.768000', '113130.771000', '113130.773000', '113130.776000', '113130.779000', '113130.781000', '113130.784000', '113130.787000', '113130.789000', '113130.792000', '113130.794000', '113130.797000', '113130.800000', '113130.802000', '113130.805000', '113130.807000', '113130.810000', '113150.696000', '113150.699000', '113150.702000', '113150.705000', '113150.707000', '113150.710000', '113150.713000', '113150.715000', '113150.718000', '113150.720000', '113150.723000', '113150.726000', '113150.728000', '113150.731000', '113150.734000', '113150.736000', '113150.739000', '113150.741000', '113150.758000', '113150.761000', '113150.763000', '113150.766000', '113150.768000', '113150.771000', '113150.774000', '113150.776000', '113150.779000', '113150.790000', '113150.793000', '113150.795000', '113150.798000', '113150.801000', '113150.803000', '113150.806000', '113150.809000', '113150.811000', '113150.814000', '113150.817000', '113150.820000', '113150.822000', '113150.825000', '113150.828000', '113150.830000', '113210.696000', '113210.699000', '113210.702000', '113210.705000', '113210.707000', '113210.710000', '113210.713000', '113210.715000', '113210.718000', '113210.721000', '113210.723000', '113210.726000', '113210.728000', '113210.731000', '113210.734000', '113210.736000', '113210.739000', '113210.742000', '113210.744000', '113210.747000', '113210.750000', '113210.752000', '113210.755000', '113210.757000', '113210.760000', '113210.762000', '113210.765000', '113210.768000', '113210.770000', '113210.773000', '113210.775000', '113210.778000', '113210.781000', '113210.783000', '113210.786000', '113210.788000', '113210.791000', '113210.794000', '113210.796000', '113210.799000', '113210.802000', '113210.804000', '113210.807000', '113230.696000', '113230.699000', '113230.702000', '113230.705000', '113230.707000', '113230.710000', '113230.713000', '113230.715000', '113230.718000', '113230.721000', '113230.723000', '113230.726000', '113230.728000', '113230.731000', '113230.734000', '113230.736000', '113230.739000', '113230.742000', '113230.744000', '113230.747000', '113230.750000', '113230.752000', '113230.755000', '113230.758000', '113230.760000', '113230.763000', '113230.766000', '113230.768000', '113230.771000', '113230.773000', '113230.776000', '113230.779000', '113230.781000', '113230.784000', '113230.787000', '113230.789000', '113230.792000', '113230.794000', '113230.797000', '113230.799000', '113230.802000', '113230.805000', '113230.807000', '113230.810000', '113250.697000', '113250.699000', '113250.702000', '113250.705000', '113250.707000', '113250.710000', '113250.712000', '113250.715000', '113250.718000', '113250.720000', '113250.723000', '113250.726000', '113250.728000', '113250.731000', '113250.733000', '113250.736000', '113250.739000', '113250.741000', '113250.745000', '113250.749000', '113250.751000', '113250.754000', '113250.758000', '113250.761000', '113250.763000', '113250.766000', '113250.768000', '113250.771000', '113250.774000', '113250.776000', '113250.779000', '113250.782000', '113250.784000', '113250.787000', '113250.790000', '113250.792000', '113250.795000', '113250.798000', '113250.800000', '113250.803000', '113250.805000', '113250.808000', '113250.811000', '113310.696000', '113310.699000', '113310.702000', '113310.704000', '113310.707000', '113310.710000', '113310.712000', '113310.715000', '113310.718000', '113310.720000', '113310.723000', '113310.725000', '113310.728000', '113310.731000', '113310.733000', '113310.736000', '113310.739000', '113310.742000', '113310.744000', '113310.747000', '113310.750000', '113310.752000', '113310.755000', '113310.757000', '113310.760000', '113310.763000', '113310.765000', '113310.768000', '113310.771000', '113310.773000', '113310.776000', '113310.778000', '113310.781000', '113310.784000', '113310.786000', '113310.789000', '113310.792000', '113310.794000', '113310.797000', '113310.800000', '113310.802000', '113310.805000', '113310.808000', '113310.810000', '113330.697000', '113330.699000', '113330.702000', '113330.705000', '113330.707000', '113330.710000', '113330.713000', '113330.715000', '113330.718000', '113330.720000', '113330.723000', '113330.726000', '113330.728000', '113330.731000', '113330.761000', '113330.764000', '113330.767000', '113330.769000', '113330.772000', '113330.775000', '113330.777000', '113330.780000', '113330.782000', '113330.785000', '113330.788000', '113330.790000', '113330.793000', '113330.796000', '113330.798000', '113330.801000', '113330.803000', '113330.806000', '113330.809000', '113330.811000', '113330.814000', '113330.817000', '113330.819000', '113330.822000', '113330.825000', '113330.828000', '113330.832000', '113330.835000', '113330.837000', '113350.696000', '113350.699000', '113350.702000', '113350.705000', '113350.708000', '113350.710000', '113350.713000', '113350.716000', '113350.718000', '113350.721000', '113350.723000', '113350.726000', '113350.729000', '113350.732000', '113350.734000', '113350.737000', '113350.740000', '113350.742000', '113350.745000', '113350.748000', '113350.751000', '113350.753000', '113350.756000', '113350.759000', '113350.761000', '113350.764000', '113350.766000', '113350.769000', '113350.772000', '113350.774000', '113350.777000', '113350.779000', '113350.782000', '113350.785000', '113350.787000', '113350.790000', '113350.793000', '113350.795000', '113350.798000', '113350.801000', '113350.803000', '113350.806000', '113350.809000', '113350.811000', '113410.696000', '113410.700000', '113410.702000', '113410.705000', '113410.707000', '113410.710000', '113410.713000', '113410.715000', '113410.718000', '113410.720000', '113410.723000', '113410.726000', '113410.728000', '113410.731000', '113410.734000', '113410.736000', '113410.739000', '113410.741000', '113410.744000', '113410.747000', '113410.749000', '113410.752000', '113410.755000', '113410.757000', '113410.760000', '113410.762000', '113410.765000', '113410.768000', '113410.770000', '113410.773000', '113410.776000', '113410.779000', '113410.782000', '113410.786000', '113410.789000', '113410.791000', '113410.794000', '113410.796000', '113410.799000', '113410.802000', '113410.804000', '113410.807000', '113410.809000', '113430.697000', '113430.699000', '113430.703000', '113430.706000', '113430.708000', '113430.711000', '113430.713000', '113430.716000', '113430.719000', '113430.721000', '113430.724000', '113430.727000', '113430.729000', '113430.732000', '113430.735000', '113430.737000', '113430.740000', '113430.742000', '113430.745000', '113430.748000', '113430.750000', '113430.753000', '113430.756000', '113430.758000', '113430.761000', '113430.764000', '113430.766000', '113430.769000', '113430.771000', '113430.774000', '113430.777000', '113430.779000', '113430.782000', '113430.784000', '113430.787000', '113430.790000', '113430.792000', '113430.795000', '113430.798000', '113430.800000', '113430.803000', '113430.805000', '113430.808000', '113430.811000', '113450.696000', '113450.699000', '113450.702000', '113450.704000', '113450.707000', '113450.710000', '113450.713000', '113450.715000', '113450.718000', '113450.721000', '113450.723000', '113450.726000', '113450.729000', '113450.731000', '113450.734000', '113450.736000', '113450.739000', '113450.742000', '113450.744000', '113450.747000', '113450.750000', '113450.752000', '113450.755000', '113450.757000', '113450.760000', '113450.763000', '113450.766000', '113450.768000', '113450.771000', '113450.773000', '113450.776000', '113450.779000', '113450.781000', '113450.784000', '113450.788000', '113450.790000', '113450.793000', '113450.796000', '113450.798000', '113450.816000', '113450.841000', '113450.844000', '113450.847000', '113510.697000', '113510.700000', '113510.703000', '113510.706000', '113510.708000', '113510.711000', '113510.714000', '113510.716000', '113510.719000', '113510.722000', '113510.724000', '113510.727000', '113510.729000', '113510.732000', '113510.735000', '113510.737000', '113510.740000', '113510.743000', '113510.745000', '113510.748000', '113510.751000', '113510.753000', '113510.756000', '113510.759000', '113510.761000', '113510.764000', '113510.766000', '113510.769000', '113510.772000', '113510.774000', '113510.777000', '113510.780000', '113510.782000', '113510.785000', '113510.788000', '113510.790000', '113510.793000', '113510.795000', '113510.798000', '113510.801000', '113510.803000', '113510.806000', '113510.809000', '113510.811000', '113530.697000', '113530.699000', '113530.702000', '113530.705000', '113530.708000', '113530.710000', '113530.713000', '113530.716000', '113530.719000', '113530.721000', '113530.724000', '113530.726000', '113530.729000', '113530.731000', '113530.734000', '113530.737000', '113530.739000', '113530.742000', '113530.745000', '113530.747000', '113530.750000', '113530.752000', '113530.755000', '113530.758000', '113530.766000', '113530.768000', '113530.771000', '113530.774000', '113530.776000', '113530.779000', '113530.781000', '113530.784000', '113530.787000', '113530.790000', '113530.792000', '113530.795000', '113530.798000', '113530.801000', '113530.803000', '113530.806000', '113530.808000', '113530.811000', '113530.814000', '113550.696000', '113550.699000', '113550.702000', '113550.704000', '113550.707000', '113550.710000', '113550.712000', '113550.715000', '113550.718000', '113550.720000', '113550.723000', '113550.726000', '113550.728000', '113550.731000', '113550.733000', '113550.736000', '113550.739000', '113550.741000', '113550.744000', '113550.747000', '113550.749000', '113550.752000', '113550.755000', '113550.757000', '113550.760000', '113550.762000', '113550.765000', '113550.768000', '113550.771000', '113550.773000', '113550.776000', '113550.778000', '113550.781000', '113550.784000', '113550.786000', '113550.789000', '113550.792000', '113550.794000', '113550.797000', '113550.800000', '113550.803000', '113550.805000', '113550.808000', '113550.810000', '113610.697000', '113610.700000', '113610.702000', '113610.705000', '113610.708000', '113610.710000', '113610.713000', '113610.716000', '113610.718000', '113610.721000', '113610.723000', '113610.726000', '113610.729000', '113610.731000', '113610.734000', '113610.736000', '113610.739000', '113610.742000', '113610.745000', '113610.747000', '113610.750000', '113610.754000', '113610.756000', '113610.759000', '113610.761000', '113610.764000', '113610.767000', '113610.769000', '113610.772000', '113610.775000', '113610.777000', '113610.780000', '113610.783000', '113610.785000', '113610.788000', '113610.802000', '113610.804000', '113610.807000', '113610.810000', '113610.812000', '113610.815000', '113610.873000', '113610.876000', '113630.697000', '113630.700000', '113630.702000', '113630.705000', '113630.708000', '113630.710000', '113630.713000', '113630.716000', '113630.718000', '113630.721000', '113630.723000', '113630.726000', '113630.729000', '113630.731000', '113630.734000', '113630.736000', '113630.739000', '113630.742000', '113630.744000', '113630.747000', '113630.750000', '113630.752000', '113630.755000', '113630.758000', '113630.760000', '113630.763000', '113630.765000', '113630.768000', '113630.771000', '113630.773000', '113630.776000', '113630.778000', '113630.781000', '113630.784000', '113630.786000', '113630.789000', '113630.792000', '113630.794000', '113630.797000', '113630.800000', '113630.802000', '113630.805000', '113630.807000', '113630.810000', '113650.697000', '113650.700000', '113650.702000', '113650.705000', '113650.707000', '113650.710000', '113650.713000', '113650.716000', '113650.718000', '113650.721000', '113650.723000', '113650.726000', '113650.729000', '113650.731000', '113650.734000', '113650.737000', '113650.739000', '113650.742000', '113650.744000', '113650.747000', '113650.750000', '113650.752000', '113650.755000', '113650.758000', '113650.760000', '113650.763000', '113650.766000', '113650.768000', '113650.780000', '113650.783000', '113650.785000', '113650.788000', '113650.790000', '113650.793000', '113650.796000', '113650.798000', '113650.801000', '113650.804000', '113650.806000', '113650.809000', '113650.812000', '113650.879000', '113650.882000', '113710.697000', '113710.699000', '113710.702000', '113710.705000', '113710.707000', '113710.710000', '113710.713000', '113710.716000', '113710.718000', '113710.721000', '113710.724000', '113710.726000', '113710.729000', '113710.732000', '113710.734000', '113710.737000', '113710.740000', '113710.742000', '113710.745000', '113710.748000', '113710.750000', '113710.753000', '113710.755000', '113710.758000', '113710.761000', '113710.763000', '113710.766000', '113710.769000', '113710.771000', '113710.774000', '113710.777000', '113710.779000', '113710.782000', '113710.785000', '113710.787000', '113710.790000', '113710.793000', '113710.795000', '113710.798000', '113710.801000', '113710.803000', '113710.806000', '113710.808000', '113710.811000', '113730.697000', '113730.699000', '113730.702000', '113730.705000', '113730.707000', '113730.710000', '113730.713000', '113730.715000', '113730.718000', '113730.721000', '113730.723000', '113730.726000', '113730.728000', '113730.731000', '113730.734000', '113730.736000', '113730.739000', '113730.742000', '113730.744000', '113730.747000', '113730.750000', '113730.752000', '113730.755000', '113730.757000', '113730.760000', '113730.763000', '113730.765000', '113730.768000', '113730.771000', '113730.773000', '113730.776000', '113730.778000', '113730.781000', '113730.784000', '113730.786000', '113730.789000', '113730.792000', '113730.794000', '113730.797000', '113730.800000', '113730.802000', '113730.805000', '113730.808000', '113750.697000', '113750.700000', '113750.702000', '113750.705000', '113750.708000', '113750.710000', '113750.713000', '113750.716000', '113750.718000', '113750.721000', '113750.724000', '113750.726000', '113750.729000', '113750.732000', '113750.734000', '113750.737000', '113750.740000', '113750.742000', '113750.745000', '113750.748000', '113750.750000', '113750.753000', '113750.755000', '113750.758000', '113750.760000', '113750.763000', '113750.766000', '113750.768000', '113750.771000', '113750.774000', '113750.776000', '113750.779000', '113750.781000', '113750.784000', '113750.787000', '113750.789000', '113750.792000', '113750.795000', '113750.797000', '113750.800000', '113750.802000', '113750.805000', '113750.808000', '113750.810000', '113810.697000', '113810.700000', '113810.702000', '113810.705000', '113810.708000', '113810.710000', '113810.713000', '113810.716000', '113810.718000', '113810.721000', '113810.724000', '113810.727000', '113810.729000', '113810.732000', '113810.734000', '113810.737000', '113810.740000', '113810.743000', '113810.745000', '113810.748000', '113810.751000', '113810.753000', '113810.756000', '113810.759000', '113810.761000', '113810.764000', '113810.766000', '113810.769000', '113810.772000', '113810.774000', '113810.777000', '113810.780000', '113810.783000', '113810.785000', '113810.788000', '113810.790000', '113810.793000', '113810.796000', '113810.798000', '113810.801000', '113810.804000', '113810.806000', '113810.809000', '113830.697000', '113830.699000', '113830.702000', '113830.705000', '113830.708000', '113830.710000', '113830.713000', '113830.716000', '113830.718000', '113830.721000', '113830.723000', '113830.726000', '113830.729000', '113830.732000', '113830.735000', '113830.738000', '113830.742000', '113830.744000', '113830.747000', '113830.749000', '113830.752000', '113830.755000', '113830.757000', '113830.760000', '113830.763000', '113830.765000', '113830.777000', '113830.779000', '113830.782000', '113830.785000', '113830.788000', '113830.790000', '113830.793000', '113830.796000', '113830.798000', '113830.801000', '113830.803000', '113830.806000', '113830.809000', '113830.811000', '113830.814000', '113830.895000', '113830.897000', '113850.696000', '113850.699000', '113850.702000', '113850.705000', '113850.707000', '113850.710000', '113850.713000', '113850.715000', '113850.718000', '113850.720000', '113850.723000', '113850.726000', '113850.728000', '113850.731000', '113850.734000', '113850.736000', '113850.739000', '113850.741000', '113850.744000', '113850.747000', '113850.749000', '113850.752000', '113850.755000', '113850.757000', '113850.760000', '113850.763000', '113850.765000', '113850.768000', '113850.771000', '113850.773000', '113850.776000', '113850.778000', '113850.781000', '113850.784000', '113850.786000', '113850.789000', '113850.792000', '113850.794000', '113850.797000', '113850.799000', '113850.802000', '113850.805000', '113850.807000', '113850.844000', '113910.696000', '113910.700000', '113910.703000', '113910.706000', '113910.709000', '113910.712000', '113910.714000', '113910.717000', '113910.719000', '113910.722000', '113910.725000', '113910.727000', '113910.730000', '113910.733000', '113910.735000', '113910.738000', '113910.741000', '113910.743000', '113910.746000', '113910.748000', '113910.751000', '113910.754000', '113910.757000', '113910.759000', '113910.770000', '113910.772000', '113910.775000', '113910.778000', '113910.780000', '113910.783000', '113910.786000', '113910.788000', '113910.791000', '113910.794000', '113910.796000', '113910.799000', '113910.802000', '113910.804000', '113910.807000', '113910.809000', '113910.812000', '113910.892000', '113910.895000', '113930.696000', '113930.699000', '113930.702000', '113930.705000', '113930.707000', '113930.710000', '113930.713000', '113930.715000', '113930.718000', '113930.720000', '113930.723000', '113930.726000', '113930.728000', '113930.731000', '113930.734000', '113930.736000', '113930.739000', '113930.742000', '113930.744000', '113930.747000', '113930.749000', '113930.752000', '113930.755000', '113930.757000', '113930.760000', '113930.763000', '113930.765000', '113930.768000', '113930.771000', '113930.773000', '113930.776000', '113930.779000', '113930.781000', '113930.784000', '113930.787000', '113930.789000', '113930.792000', '113930.795000', '113930.798000', '113930.800000', '113930.803000', '113930.805000', '113930.808000', '113930.811000', '113950.697000', '113950.700000', '113950.702000', '113950.705000', '113950.708000', '113950.711000', '113950.713000', '113950.716000', '113950.719000', '113950.721000', '113950.724000', '113950.727000', '113950.730000', '113950.732000', '113950.735000', '113950.738000', '113950.740000', '113950.743000', '113950.746000', '113950.748000', '113950.751000', '113950.753000', '113950.756000', '113950.759000', '113950.761000', '113950.764000', '113950.767000', '113950.770000', '113950.772000', '113950.775000', '113950.777000', '113950.780000', '113950.783000', '113950.785000', '113950.788000', '113950.791000', '113950.793000', '113950.796000', '113950.799000', '113950.801000', '113950.804000', '113950.807000', '113950.809000', '114010.697000', '114010.700000', '114010.703000', '114010.705000', '114010.708000', '114010.711000', '114010.713000', '114010.716000', '114010.718000', '114010.721000', '114010.724000', '114010.726000', '114010.729000', '114010.732000', '114010.734000', '114010.737000', '114010.740000', '114010.742000', '114010.745000', '114010.748000', '114010.750000', '114010.753000', '114010.755000', '114010.758000', '114010.761000', '114010.763000', '114010.780000', '114010.783000', '114010.785000', '114010.788000', '114010.791000', '114010.793000', '114010.796000', '114010.798000', '114010.801000', '114010.804000', '114010.806000', '114010.809000', '114010.812000', '114010.814000', '114010.878000', '114010.881000', '114010.883000', '114010.886000', '114030.696000', '114030.699000', '114030.702000', '114030.705000', '114030.707000', '114030.710000', '114030.712000', '114030.715000', '114030.718000', '114030.720000', '114030.723000', '114030.726000', '114030.728000', '114030.731000', '114030.734000', '114030.736000', '114030.739000', '114030.742000', '114030.745000', '114030.748000', '114030.750000', '114030.753000', '114030.756000', '114030.758000', '114030.761000', '114030.764000', '114030.766000', '114030.769000', '114030.772000', '114030.774000', '114030.777000', '114030.779000', '114030.782000', '114030.785000', '114030.788000', '114030.791000', '114030.793000', '114030.796000', '114030.800000', '114030.803000', '114030.806000', '114030.808000', '114030.811000', '114050.697000', '114050.700000', '114050.702000', '114050.705000', '114050.708000', '114050.711000', '114050.713000', '114050.716000', '114050.719000', '114050.722000', '114050.724000', '114050.727000', '114050.730000', '114050.733000', '114050.735000', '114050.738000', '114050.741000', '114050.743000', '114050.746000', '114050.748000', '114050.751000', '114050.754000', '114050.757000', '114050.759000', '114050.762000', '114050.765000', '114050.767000', '114050.770000', '114050.773000', '114050.775000', '114050.778000', '114050.780000', '114050.783000', '114050.785000', '114050.788000', '114050.791000', '114050.794000', '114050.796000', '114050.799000', '114050.802000', '114050.804000', '114050.807000', '114050.810000', '114050.812000', '114110.697000', '114110.700000', '114110.702000', '114110.705000', '114110.708000', '114110.710000', '114110.713000', '114110.715000', '114110.718000', '114110.721000', '114110.723000', '114110.726000', '114110.728000', '114110.731000', '114110.734000', '114110.736000', '114110.739000', '114110.742000', '114110.744000', '114110.747000', '114110.750000', '114110.752000', '114110.755000', '114110.757000', '114110.760000', '114110.763000', '114110.765000', '114110.768000', '114110.771000', '114110.773000', '114110.776000', '114110.779000', '114110.781000', '114110.784000', '114110.786000', '114110.789000', '114110.792000', '114110.795000', '114110.797000', '114110.800000', '114110.802000', '114110.805000', '114110.808000', '114110.810000', '114130.697000', '114130.700000', '114130.702000', '114130.705000', '114130.708000', '114130.710000', '114130.713000', '114130.725000', '114130.727000', '114130.730000', '114130.733000', '114130.735000', '114130.738000', '114130.740000', '114130.743000', '114130.746000', '114130.749000', '114130.751000', '114130.754000', '114130.757000', '114130.759000', '114130.762000', '114130.765000', '114130.767000', '114130.770000', '114130.772000', '114130.775000', '114130.778000', '114130.780000', '114130.783000', '114130.786000', '114130.788000', '114130.791000', '114130.794000', '114130.796000', '114130.799000', '114130.802000', '114130.804000', '114130.807000', '114130.810000', '114130.812000', '114130.887000', '114130.890000', '114150.697000', '114150.700000', '114150.703000', '114150.705000', '114150.708000', '114150.710000', '114150.713000', '114150.716000', '114150.718000', '114150.721000', '114150.724000', '114150.726000', '114150.729000', '114150.732000', '114150.734000', '114150.737000', '114150.739000', '114150.742000', '114150.745000', '114150.747000', '114150.750000', '114150.753000', '114150.756000', '114150.758000', '114150.761000', '114150.763000', '114150.766000', '114150.769000', '114150.771000', '114150.774000', '114150.777000', '114150.779000', '114150.783000', '114150.785000', '114150.788000', '114150.791000', '114150.793000', '114150.796000', '114150.799000', '114150.801000', '114150.805000', '114150.808000', '114150.810000', '114210.697000', '114210.699000', '114210.702000', '114210.705000', '114210.708000', '114210.710000', '114210.713000', '114210.716000', '114210.718000', '114210.721000', '114210.724000', '114210.726000', '114210.729000', '114210.731000', '114210.734000', '114210.736000', '114210.739000', '114210.742000', '114210.744000', '114210.747000', '114210.750000', '114210.752000', '114210.755000', '114210.758000', '114210.760000', '114210.763000', '114210.766000', '114210.768000', '114210.771000', '114210.773000', '114210.776000', '114210.779000', '114210.781000', '114210.784000', '114210.791000', '114210.794000', '114210.796000', '114210.799000', '114210.802000', '114210.804000', '114210.807000', '114210.810000', '114210.812000', '114210.815000', '114229.406000', '114229.409000', '114229.412000', '114229.414000', '114229.417000', '114229.420000', '114229.422000', '114229.425000', '114229.428000', '114229.430000', '114229.433000', '114229.436000', '114229.438000', '114229.441000', '114229.444000', '114229.446000', '114229.449000', '114229.451000', '114229.454000', '114229.457000', '114229.459000', '114229.462000', '114229.465000', '114229.467000', '114229.470000', '114229.472000', '114229.475000', '114229.478000', '114229.480000', '114229.483000', '114229.486000', '114229.488000', '114229.491000', '114229.512000', '114229.515000', '114229.517000', '114229.520000', '114229.523000', '114229.525000', '114229.528000', '114229.531000'], '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': [11915, 9831, 15064, 9631, 13856, 8215, 11024, 15559, 10483, 14058, 8909, 15501, 10047, 9975, 14727, 9165, 13050, 8941, 10856, 12218, 8665, 12393, 8677, 12526, 7738, 11602, 8308, 10251, 9896, 9459, 13337, 8606, 14064, 9105, 13008, 8509, 11086, 12470, 10098, 13748, 10414, 14401, 9453, 13298, 9957, 13707, 9252, 12458, 13665, 11720, 15583, 10590, 14093, 8534, 11122, 13935, 9608, 14438, 8732, 14325, 8717, 14869, 10612, 12906, 8617, 10590, 14121, 9434, 14942, 9634, 13820, 8870, 14708, 11171, 12329, 11345, 9758, 15452, 8889, 12386, 8620, 10966, 8014, 10585, 8156, 10294, 15932, 9625, 14334, 8519, 11861, 8542, 11159, 11949, 9523, 10224, 8723, 11562, 8364, 10339, 8052, 13055, 7734, 11006, 11518, 9783, 11048, 9457, 14089, 8378, 12219, 10532, 10209, 8902, 10174, 12349, 8761, 13268, 9223, 11123, 8498, 9532, 13854, 8840, 11606, 9280, 11132, 8583, 9718, 13650, 8695, 11213, 7999, 11252, 7894, 10141, 11281, 9231, 10253, 9639, 13240, 8631, 11338, 10283, 10230, 14090, 9339, 14187, 9988, 10837, 15039, 9781, 12661, 8313, 10614, 11979, 9364, 9036, 9273, 11832, 8863, 13286, 9219, 12279, 8755, 11454, 14688, 10178, 14263, 10374, 10553, 7769, 9675, 14246, 9041, 11344, 9067, 9846, 13410, 9145, 11545, 8645, 11092, 7725, 9882, 11540, 9029, 13575, 9238, 11594, 8299, 10388, 7910, 10144, 11548, 9295, 11870, 8444, 11407, 8549, 10370, 12820, 9526, 13503, 8408, 11730, 8006, 10032, 13481, 9533, 12617, 8714, 13506, 8149, 11156, 9638, 14065, 10968, 12378, 9906, 10042, 14561, 9535, 12291, 10183, 10236, 11149, 9234, 12369, 8025, 10956, 14027, 9530, 11456, 8651, 10673, 7908, 10238, 11570, 9539, 11443, 8737, 10572, 8125, 10523, 10048, 9837, 9389, 9228, 13399, 9148, 11225, 12473, 10025, 11989, 8728, 11838, 8103, 10514, 12113, 9633, 12476, 8505, 11688, 8139, 10585, 10310, 10112, 11288, 9011, 12202, 9079, 10651, 12680, 9935, 12244, 9272, 11646, 9382, 10296, 12225, 9630, 11550, 7673, 9628, 10886, 8555, 10629, 8198, 11209, 7786, 10426, 14979, 9700, 11278, 8452, 10746, 14400, 9463, 11935, 7908, 10704, 8738, 9747, 12859, 8277, 10610, 9263, 9533, 11020, 8274, 10818, 7974, 10393, 7612, 10493, 12570, 9899, 14024, 9910, 10857, 10549, 9849, 14755, 9580, 12129, 8381, 11385, 7878, 10294, 12714, 9622, 12389, 9587, 12399, 8618, 11080, 13691, 10429, 13839, 9296, 12633, 8507, 11318, 10574, 10544, 11157, 9515, 12522, 9000, 10955, 13348, 9658, 11681, 8435, 11129, 8176, 10424, 10892, 9721, 13972, 8979, 12750, 8420, 10923, 8503, 9427, 13188, 9284, 12968, 8799, 10861, 9141, 9692, 14243, 9228, 11987, 8288, 10577, 14120, 9296, 11658, 8046, 11036, 9279, 10093, 11685, 8824, 10871, 7973, 10666, 7857, 10360, 11392, 9067, 12184, 9519, 11243, 8436, 11126, 10318, 10944, 12548, 10384, 12088, 8704, 11364, 8373, 10320, 13022, 9660, 12404, 8808, 11231, 8107, 10087, 8006, 9379, 11440, 8470, 11270, 8263, 11114, 8068, 10128, 12041, 9800, 11974, 9201, 12045, 8361, 10369, 12849, 9843, 11890, 8640, 11527, 10035, 9563, 13261, 9454, 12274, 8360, 11493, 11961, 10152, 12316, 8870, 11712, 10521, 10431, 13626, 9350, 11766, 8324, 10768, 8861, 9862, 12639, 8798, 11195, 8120, 10729, 7776, 9883, 11827, 9310, 10888, 8632, 10479, 8796, 10603, 10354, 9358, 12349, 8855, 13603, 8506, 10539, 8362, 9364, 12046, 8758, 11788, 8706, 11981, 8211, 10116, 12922, 9715, 12602, 9510, 12067, 8180, 10502, 10400, 10178, 12557, 9954, 11402, 8659, 11285, 10699, 10028, 12879, 9353, 12031, 8346, 10626, 7973, 9414, 11343, 8537, 11329, 8076, 11279, 8088, 10431, 10453, 9538, 12119, 9247, 11480, 11464, 10225, 12953, 9132, 12086, 8220, 10950, 9676, 9993, 12738, 9060, 12392, 8434, 11427, 8513, 10361, 12650, 9434, 11887, 8676, 11346, 7937, 9742, 10080, 8875, 8505, 10491, 8995, 12043, 9458, 11057, 14340, 9737, 12238, 14160, 10968, 12962, 9030, 11471, 12037, 9799, 12999, 8844, 10850, 7709, 10289, 11655, 8790, 10303, 8513, 10551, 8081, 10594, 8742, 10164, 14391, 9640, 11384, 8339, 10942, 7857, 9413, 12903, 9304, 11443, 8306, 10440, 12808, 9941, 12771, 8642, 11702, 8102, 9703, 11717, 8385, 10874, 8077, 10597, 11646, 9180, 11079, 8266, 11306, 8296, 10431, 12660, 9346, 11402, 8865, 10794, 10250, 10375, 12782, 9201, 11288, 8111, 10771, 9745, 10200, 12346, 9048, 11183, 8002, 10960, 10832, 9604, 11828, 8870, 13238, 8238, 10790, 8134, 11096, 7988, 10212, 8122, 9839, 10943, 10136, 12398, 8956, 12369, 9531, 10207, 10227, 10613, 12739, 9157, 12165, 9750, 11111, 9189, 10604, 14965, 10321, 13177, 12133, 10853, 13410, 9325, 12300, 8753, 11324, 10336, 10988, 13432, 9465, 12152, 8407, 10629, 10002, 9764, 13082, 9078, 12527, 8613, 11488, 9457, 9586, 12305, 8824, 11297, 8430, 10049, 8641, 9545, 12049, 9097, 12345, 9184, 11362, 8044, 9911, 14097, 9832, 12542, 9943, 12232, 8229, 10752, 10853, 9788, 13023, 9878, 11947, 8552, 10967, 8171, 9862, 10234, 10038, 11446, 9086, 11361, 8355, 11394, 8327, 11845, 8241, 10076, 13251, 9176, 12441, 9371, 12247, 8527, 10460, 7993, 9830, 12658, 10208, 11949, 8683, 10879, 8150, 9795, 10957, 9743, 12223, 8913, 11683, 8410, 11526, 10693, 10211, 11250, 9113, 11460, 8700, 11209, 8556, 10469, 12138, 8995, 10489, 8244, 10057, 7858, 10043, 8343, 10120, 11168, 9070, 11275, 9108, 11766, 8698, 10815, 11140, 9702, 11391, 9352, 12242, 9035, 12195, 8471, 11529, 8118, 10634, 12118, 10675, 13073, 11150, 13438, 9658, 13684, 8710, 10694, 8024, 9800, 12592, 9200, 12211, 9015, 11028, 11427, 9073, 11959, 8115, 10444, 10094, 8959, 10907, 8116, 10200, 8102, 9130, 8980, 8809, 10079, 8209, 10324, 7984, 9312, 8434, 9785, 12062, 9077, 11298, 9552, 9928, 11938, 9317, 11309, 8191, 11095, 12533, 10179, 15160, 9442, 11769, 12087, 9431, 12287, 8919, 10711, 7877, 9416, 10292, 8107, 10261, 7911, 9739, 10755, 8326, 10043, 8171, 10292, 7922, 10904, 11679, 9296, 11325, 8640, 11299, 9795, 9725, 12184, 8960, 10831, 9814, 10008, 12455, 9028, 10776, 7917, 9874, 10866, 9525, 11907, 8510, 11283, 8254, 10362, 11493, 10145, 12181, 8794, 10792, 8075, 9613, 11947, 8767, 10476, 8008, 9655, 8653, 8729, 10383, 8192, 10065, 8030, 9922, 7991, 9048, 11757, 9141, 11478, 8559, 10859, 8952, 10689, 12905, 9588, 11886, 8807, 11744, 11012, 10240, 13384, 9362, 11648, 8167, 10296, 12472, 9565, 12573, 8863, 11152, 8107, 9932, 8602, 9343, 13169, 8885, 11590, 8643, 10842, 8264, 9796, 12585, 8985, 11830, 8509, 10893, 8157, 9520, 13474, 9061, 11763, 8691, 10070, 11960, 9005, 11623, 7968, 9972, 10612, 9238, 11183, 8090, 10109, 7984, 9263, 8781, 9022, 10761, 7906, 10937, 8272, 9526, 10546, 9301, 11442, 8251, 10892, 7934, 9144, 12747, 9262, 13097, 8593, 11041, 8049, 10159, 7986, 9933, 13128, 9619, 12883, 9317, 12130, 8664, 10117, 14033, 9476, 11958, 8203, 11636, 7819, 9608, 13184, 9569, 12707, 9218, 12251, 8266, 9390, 13169, 9248, 11146, 8134, 9606, 7779, 8841, 10223, 8137, 10069, 8162, 9691, 12551, 8926, 10793, 8384, 10025, 8853, 9428, 11460, 8632, 10452, 7917, 9585, 12016, 9679, 12307, 8476, 11507, 7992, 9214, 9794, 8982, 11146, 8249, 12014, 8100, 10299, 12627, 10285, 12319, 8768, 10879, 12368, 9365, 13301, 9335, 12437, 8327, 10387, 13611, 9519, 12518, 8992, 12265, 8326, 11010, 9636, 9467, 12879, 10356, 11815, 8363, 11293, 8142, 9641, 12983, 10343, 12355, 8642, 11358, 10793, 9448, 13095, 9577, 12453, 8613, 10622, 8386, 9771, 12576, 10155, 12720, 8927, 11436, 8858, 9381, 13047, 9454, 12152, 8734, 9949, 8392, 9387, 11396, 9173, 12473, 8640, 11196, 9029, 9875, 10801, 9273, 12922, 8776, 11167, 8144, 9607, 7850, 8885, 11018, 8250, 10740, 8180, 9653, 10395, 8993, 11136, 8513, 9997, 10096, 9402, 11926, 8651, 10792, 8071, 9695, 9544, 9444, 12753, 8615, 11750, 9135, 10328, 13989, 9647, 11983, 8636, 10343, 12978, 9540, 12104, 8115, 9646, 13233, 9144, 11199, 8468, 9812, 12249, 8405, 9682, 7875, 9025, 10151, 8283, 9689, 11874, 8475, 9426, 7937, 8912, 8239, 8594, 9575, 8167, 9332, 10528, 8167, 10275, 8150, 10530, 13010, 9061, 11915, 8572, 10792, 12930, 8916, 12914, 8861, 9269, 12990, 9260, 11928, 8009, 9591, 12345, 8523, 10616, 8200, 9398, 10283, 8768, 12288, 8172, 9181, 12195, 8577, 10869, 8307, 10429, 7771, 10214, 9234, 12722, 13137, 10488, 10979, 9062, 13190, 9619, 11446, 15492, 10950, 12525, 8084, 9353, 12704, 8316, 9617, 8071, 9198, 10924, 8448, 10239, 8207, 8954, 11848, 8527, 10915, 8129, 9401, 12682, 9192, 13458, 8585, 10868, 12798, 9080, 12164, 8407, 11785, 12148, 9668, 12971, 8781, 12010, 8281, 11845, 11526, 11005, 12839, 8722, 11957, 8235, 9443, 12562, 9664, 12533, 8436, 10467, 7911, 9241, 12625, 9308, 12143, 8118, 10011, 7823, 9309, 12316, 9580, 11863, 8451, 10759, 8197, 9268, 12523, 9648, 12068, 8467, 11682, 8333, 9886, 12723, 10470, 12538, 8779, 11352, 8224, 9071, 12736, 9805, 12305, 8260, 10466, 8009, 9061, 12736, 9678, 12121, 8618, 10338, 10785, 9128, 13100, 9878, 12150, 8383, 9624, 13875, 9130, 13247, 8589, 10289, 10518, 8776, 11279, 8498, 9129, 9758, 8918, 11501, 8243, 9530, 8189, 8698, 8325, 8203, 9684, 8266, 8965, 8199, 8670, 11384, 8211, 11614, 9185, 10397, 12763, 9748, 11432, 8162, 9428, 12885, 8816, 11273, 10236, 9720, 13258, 9108, 11407, 10483, 9465, 12475, 8591, 10659, 11664, 9211, 12562, 9081, 11926, 12734, 8786, 10954, 8195, 8932, 13516, 8577, 11591, 7858, 8811, 11235, 8044, 9417, 7900, 8589, 10631, 8288, 9440, 7890, 8611, 8124, 8706, 9718, 7944, 9193, 8096, 9198, 11033, 8825, 13076, 11125, 10179, 14233, 9512, 12589, 8715, 9907, 12733, 9801, 12111, 8656, 11737, 12560, 9652, 12450, 9471, 12363, 7990, 9951, 13012, 8918, 10785, 7953, 9273, 7981, 8941, 10836, 7980, 10081, 7821, 8262, 9616, 8139, 10009, 8123, 9737, 8388, 10575, 8196, 7939, 8948, 11824, 11705, 9771, 11913, 8776, 11308, 10797, 9774, 12452, 8977, 12658, 10327, 10629, 14699, 10536, 13559, 13840, 11019, 13635, 9079, 10719, 11585, 8661, 9870, 7914, 10473, 10880, 9974, 12114, 9379, 8985, 7744, 10265, 11391, 9380, 11589, 8938, 8177, 11074, 8312, 10011, 8479, 8818, 8329, 7546, 10070, 13483, 11127, 11759, 13602, 10322, 14007, 9408, 11954, 8222, 11593, 8438, 10623, 8025, 10000, 7826, 9910, 13862, 9276, 12112, 8952, 8241, 8827, 12495, 8340, 11434, 9060, 9814, 10394, 9180, 11992, 8651, 11109, 8740, 11090, 8724, 10372, 11525, 9062, 13105, 9305, 10018, 13730, 9413, 11785, 8059, 10001, 8199, 10526, 8144, 10491, 8036, 9273, 10981, 8395, 11214, 8268, 10596, 7907, 11350, 13288, 9806, 12728, 8726, 12007, 8096, 10446, 13648, 10103, 13854, 9443, 11722, 12245, 9393, 15123, 9011, 10597, 14188, 9840, 13394, 8110, 10217, 12983, 9297, 13290, 9049, 13594, 9532, 10211, 13923, 9519, 15133, 8709, 10502, 11876, 9318, 13668, 8718, 12004, 11964, 9915, 13495, 8706, 10976, 8009, 10114, 12969, 8735, 11703, 8044, 10577, 8132, 9313, 10378, 8036, 12003, 8091, 12322, 12124, 9589, 13589, 9127, 13321, 10215, 10836, 14064, 10206, 12967, 8787, 11149, 13940, 9237, 15030, 9135, 10759, 12031, 8791, 12147, 8495, 10317, 13519, 9020, 11395, 8230, 10263, 9953, 8566, 10528, 8050, 10253, 9121, 8352, 10629, 8445, 9897, 11833, 8798, 12921, 8255], 'WindowCenter': [4322.0, 4312.0, 4315.0, 4272.0, 4290.0, 4248.0, 4281.0, 4288.0, 4270.0, 4288.0, 4247.0, 4287.0, 4254.0, 4253.0, 4276.0, 4255.0, 4275.0, 4243.0, 4266.0, 4275.0, 4258.0, 4276.0, 4257.0, 4276.0, 4247.0, 4281.0, 4259.0, 4281.0, 4268.0, 4269.0, 4288.0, 4261.0, 4302.0, 4259.0, 4290.0, 4259.0, 4283.0, 4302.0, 4282.0, 4289.0, 4280.0, 4288.0, 4270.0, 4289.0, 4257.0, 4287.0, 4256.0, 4279.0, 4275.0, 4279.0, 4274.0, 4254.0, 4263.0, 4232.0, 4265.0, 4261.0, 4244.0, 4272.0, 4233.0, 4272.0, 4245.0, 4286.0, 4254.0, 4263.0, 4243.0, 4253.0, 4273.0, 4245.0, 4271.0, 4255.0, 4272.0, 4245.0, 4275.0, 4264.0, 4265.0, 4264.0, 4256.0, 4285.0, 4245.0, 4263.0, 4244.0, 4253.0, 4234.0, 4265.0, 4233.0, 4267.0, 4284.0, 4255.0, 4272.0, 4244.0, 4265.0, 4243.0, 4268.0, 4263.0, 4243.0, 4251.0, 4244.0, 4264.0, 4259.0, 4267.0, 4245.0, 4276.0, 4234.0, 4278.0, 4277.0, 4269.0, 4277.0, 4269.0, 4286.0, 4248.0, 4280.0, 4267.0, 4267.0, 4256.0, 4269.0, 4276.0, 4273.0, 4290.0, 4258.0, 4279.0, 4244.0, 4268.0, 4275.0, 4246.0, 4267.0, 4243.0, 4265.0, 4242.0, 4257.0, 4275.0, 4257.0, 4267.0, 4249.0, 4268.0, 4247.0, 4280.0, 4277.0, 4259.0, 4267.0, 4270.0, 4289.0, 4259.0, 4282.0, 4267.0, 4267.0, 4275.0, 4257.0, 4287.0, 4253.0, 4268.0, 4273.0, 4253.0, 4262.0, 4232.0, 4267.0, 4276.0, 4256.0, 4242.0, 4255.0, 4265.0, 4257.0, 4276.0, 4256.0, 4275.0, 4245.0, 4277.0, 4273.0, 4256.0, 4275.0, 4240.0, 4251.0, 4219.0, 4242.0, 4272.0, 4242.0, 4264.0, 4231.0, 4254.0, 4261.0, 4244.0, 4263.0, 4245.0, 4267.0, 4248.0, 4267.0, 4260.0, 4243.0, 4274.0, 4256.0, 4266.0, 4245.0, 4266.0, 4233.0, 4270.0, 4265.0, 4256.0, 4262.0, 4245.0, 4266.0, 4244.0, 4269.0, 4275.0, 4256.0, 4273.0, 4233.0, 4265.0, 4233.0, 4268.0, 4273.0, 4254.0, 4265.0, 4257.0, 4274.0, 4247.0, 4265.0, 4270.0, 4289.0, 4255.0, 4264.0, 4239.0, 4253.0, 4271.0, 4242.0, 4264.0, 4239.0, 4241.0, 4247.0, 4240.0, 4259.0, 4217.0, 4251.0, 4261.0, 4239.0, 4248.0, 4231.0, 4250.0, 4232.0, 4256.0, 4261.0, 4243.0, 4251.0, 4244.0, 4251.0, 4232.0, 4266.0, 4253.0, 4255.0, 4243.0, 4255.0, 4275.0, 4244.0, 4266.0, 4262.0, 4254.0, 4262.0, 4244.0, 4265.0, 4231.0, 4266.0, 4265.0, 4255.0, 4274.0, 4246.0, 4277.0, 4234.0, 4269.0, 4255.0, 4257.0, 4264.0, 4257.0, 4277.0, 4256.0, 4268.0, 4273.0, 4255.0, 4263.0, 4254.0, 4268.0, 4254.0, 4266.0, 4263.0, 4244.0, 4264.0, 4230.0, 4258.0, 4264.0, 4245.0, 4254.0, 4245.0, 4279.0, 4233.0, 4270.0, 4285.0, 4255.0, 4264.0, 4233.0, 4268.0, 4275.0, 4254.0, 4264.0, 4233.0, 4254.0, 4231.0, 4255.0, 4275.0, 4243.0, 4266.0, 4243.0, 4256.0, 4264.0, 4245.0, 4277.0, 4247.0, 4268.0, 4234.0, 4279.0, 4277.0, 4255.0, 4277.0, 4254.0, 4267.0, 4253.0, 4254.0, 4272.0, 4255.0, 4263.0, 4232.0, 4263.0, 4232.0, 4266.0, 4272.0, 4256.0, 4276.0, 4253.0, 4274.0, 4244.0, 4267.0, 4274.0, 4266.0, 4274.0, 4255.0, 4275.0, 4244.0, 4265.0, 4254.0, 4265.0, 4261.0, 4256.0, 4275.0, 4244.0, 4267.0, 4272.0, 4252.0, 4261.0, 4231.0, 4264.0, 4243.0, 4265.0, 4251.0, 4254.0, 4273.0, 4242.0, 4277.0, 4232.0, 4265.0, 4230.0, 4255.0, 4271.0, 4243.0, 4276.0, 4242.0, 4263.0, 4241.0, 4252.0, 4272.0, 4242.0, 4264.0, 4231.0, 4255.0, 4270.0, 4242.0, 4263.0, 4231.0, 4263.0, 4241.0, 4253.0, 4275.0, 4269.0, 4267.0, 4233.0, 4264.0, 4232.0, 4268.0, 4262.0, 4257.0, 4275.0, 4256.0, 4266.0, 4246.0, 4266.0, 4253.0, 4267.0, 4263.0, 4254.0, 4261.0, 4243.0, 4264.0, 4244.0, 4266.0, 4272.0, 4255.0, 4273.0, 4255.0, 4266.0, 4245.0, 4267.0, 4244.0, 4268.0, 4278.0, 4258.0, 4278.0, 4246.0, 4278.0, 4234.0, 4266.0, 4276.0, 4268.0, 4276.0, 4255.0, 4266.0, 4233.0, 4266.0, 4273.0, 4266.0, 4276.0, 4245.0, 4266.0, 4252.0, 4255.0, 4273.0, 4254.0, 4274.0, 4233.0, 4265.0, 4261.0, 4253.0, 4262.0, 4240.0, 4263.0, 4250.0, 4250.0, 4260.0, 4240.0, 4250.0, 4230.0, 4254.0, 4230.0, 4252.0, 4260.0, 4243.0, 4263.0, 4232.0, 4263.0, 4232.0, 4254.0, 4262.0, 4244.0, 4264.0, 4243.0, 4266.0, 4242.0, 4264.0, 4252.0, 4253.0, 4262.0, 4244.0, 4274.0, 4245.0, 4265.0, 4242.0, 4256.0, 4275.0, 4256.0, 4277.0, 4255.0, 4277.0, 4244.0, 4278.0, 4276.0, 4269.0, 4276.0, 4257.0, 4276.0, 4246.0, 4278.0, 4265.0, 4269.0, 4276.0, 4266.0, 4275.0, 4246.0, 4277.0, 4264.0, 4267.0, 4276.0, 4256.0, 4275.0, 4244.0, 4267.0, 4245.0, 4268.0, 4279.0, 4257.0, 4276.0, 4246.0, 4279.0, 4246.0, 4278.0, 4264.0, 4257.0, 4275.0, 4256.0, 4278.0, 4264.0, 4254.0, 4261.0, 4254.0, 4273.0, 4246.0, 4266.0, 4253.0, 4265.0, 4273.0, 4254.0, 4274.0, 4248.0, 4277.0, 4243.0, 4279.0, 4275.0, 4269.0, 4277.0, 4256.0, 4266.0, 4247.0, 4268.0, 4265.0, 4257.0, 4257.0, 4291.0, 4270.0, 4291.0, 4267.0, 4279.0, 4288.0, 4244.0, 4276.0, 4273.0, 4251.0, 4260.0, 4241.0, 4263.0, 4249.0, 4254.0, 4260.0, 4227.0, 4249.0, 4218.0, 4265.0, 4260.0, 4244.0, 4252.0, 4244.0, 4264.0, 4244.0, 4267.0, 4245.0, 4267.0, 4286.0, 4255.0, 4263.0, 4244.0, 4266.0, 4232.0, 4258.0, 4274.0, 4255.0, 4265.0, 4245.0, 4268.0, 4274.0, 4265.0, 4276.0, 4243.0, 4275.0, 4233.0, 4255.0, 4263.0, 4244.0, 4267.0, 4234.0, 4265.0, 4262.0, 4255.0, 4264.0, 4244.0, 4267.0, 4244.0, 4265.0, 4272.0, 4254.0, 4263.0, 4244.0, 4265.0, 4252.0, 4255.0, 4262.0, 4243.0, 4266.0, 4234.0, 4266.0, 4242.0, 4266.0, 4264.0, 4243.0, 4263.0, 4233.0, 4266.0, 4264.0, 4254.0, 4263.0, 4254.0, 4274.0, 4256.0, 4277.0, 4246.0, 4276.0, 4247.0, 4278.0, 4259.0, 4281.0, 4278.0, 4279.0, 4288.0, 4269.0, 4293.0, 4268.0, 4279.0, 4282.0, 4291.0, 4288.0, 4269.0, 4289.0, 4257.0, 4278.0, 4254.0, 4267.0, 4285.0, 4265.0, 4277.0, 4261.0, 4263.0, 4261.0, 4241.0, 4262.0, 4243.0, 4264.0, 4252.0, 4264.0, 4261.0, 4242.0, 4263.0, 4233.0, 4253.0, 4240.0, 4251.0, 4259.0, 4242.0, 4262.0, 4230.0, 4261.0, 4240.0, 4251.0, 4260.0, 4241.0, 4263.0, 4231.0, 4252.0, 4232.0, 4254.0, 4261.0, 4243.0, 4273.0, 4241.0, 4262.0, 4231.0, 4252.0, 4271.0, 4254.0, 4262.0, 4252.0, 4263.0, 4232.0, 4263.0, 4250.0, 4255.0, 4272.0, 4252.0, 4261.0, 4242.0, 4263.0, 4242.0, 4265.0, 4251.0, 4255.0, 4261.0, 4254.0, 4263.0, 4259.0, 4277.0, 4245.0, 4275.0, 4243.0, 4265.0, 4274.0, 4254.0, 4276.0, 4256.0, 4275.0, 4244.0, 4266.0, 4233.0, 4269.0, 4274.0, 4263.0, 4262.0, 4244.0, 4265.0, 4233.0, 4266.0, 4264.0, 4256.0, 4274.0, 4254.0, 4275.0, 4245.0, 4277.0, 4252.0, 4268.0, 4264.0, 4254.0, 4264.0, 4244.0, 4265.0, 4243.0, 4266.0, 4262.0, 4253.0, 4264.0, 4247.0, 4265.0, 4244.0, 4266.0, 4247.0, 4278.0, 4276.0, 4258.0, 4266.0, 4256.0, 4275.0, 4257.0, 4277.0, 4276.0, 4266.0, 4265.0, 4256.0, 4275.0, 4255.0, 4276.0, 4246.0, 4278.0, 4245.0, 4277.0, 4276.0, 4268.0, 4285.0, 4266.0, 4274.0, 4255.0, 4285.0, 4243.0, 4265.0, 4232.0, 4267.0, 4275.0, 4255.0, 4275.0, 4242.0, 4263.0, 4260.0, 4242.0, 4263.0, 4232.0, 4266.0, 4252.0, 4256.0, 4262.0, 4232.0, 4265.0, 4233.0, 4256.0, 4242.0, 4256.0, 4254.0, 4247.0, 4279.0, 4244.0, 4256.0, 4244.0, 4268.0, 4277.0, 4256.0, 4278.0, 4254.0, 4255.0, 4275.0, 4257.0, 4266.0, 4244.0, 4277.0, 4274.0, 4254.0, 4273.0, 4252.0, 4264.0, 4261.0, 4244.0, 4262.0, 4242.0, 4252.0, 4231.0, 4255.0, 4252.0, 4234.0, 4265.0, 4244.0, 4267.0, 4264.0, 4259.0, 4268.0, 4257.0, 4267.0, 4246.0, 4290.0, 4276.0, 4270.0, 4279.0, 4257.0, 4277.0, 4254.0, 4266.0, 4275.0, 4256.0, 4267.0, 4253.0, 4255.0, 4273.0, 4254.0, 4264.0, 4235.0, 4266.0, 4263.0, 4255.0, 4274.0, 4255.0, 4265.0, 4244.0, 4267.0, 4276.0, 4267.0, 4262.0, 4245.0, 4265.0, 4233.0, 4267.0, 4263.0, 4246.0, 4264.0, 4244.0, 4266.0, 4242.0, 4258.0, 4266.0, 4246.0, 4266.0, 4243.0, 4268.0, 4246.0, 4270.0, 4277.0, 4268.0, 4277.0, 4256.0, 4278.0, 4256.0, 4278.0, 4276.0, 4268.0, 4276.0, 4255.0, 4279.0, 4265.0, 4265.0, 4284.0, 4257.0, 4274.0, 4245.0, 4266.0, 4272.0, 4255.0, 4272.0, 4243.0, 4265.0, 4244.0, 4267.0, 4257.0, 4258.0, 4274.0, 4255.0, 4276.0, 4244.0, 4265.0, 4243.0, 4267.0, 4273.0, 4255.0, 4275.0, 4244.0, 4264.0, 4232.0, 4255.0, 4273.0, 4243.0, 4265.0, 4242.0, 4255.0, 4261.0, 4244.0, 4263.0, 4234.0, 4266.0, 4252.0, 4254.0, 4263.0, 4233.0, 4266.0, 4233.0, 4256.0, 4243.0, 4256.0, 4264.0, 4246.0, 4266.0, 4245.0, 4268.0, 4266.0, 4268.0, 4276.0, 4257.0, 4278.0, 4247.0, 4269.0, 4288.0, 4269.0, 4287.0, 4270.0, 4289.0, 4249.0, 4280.0, 4248.0, 4281.0, 4287.0, 4270.0, 4288.0, 4256.0, 4276.0, 4245.0, 4267.0, 4284.0, 4265.0, 4276.0, 4244.0, 4275.0, 4234.0, 4267.0, 4274.0, 4256.0, 4275.0, 4255.0, 4274.0, 4243.0, 4256.0, 4272.0, 4256.0, 4264.0, 4235.0, 4255.0, 4232.0, 4256.0, 4265.0, 4246.0, 4267.0, 4244.0, 4267.0, 4274.0, 4255.0, 4264.0, 4245.0, 4267.0, 4243.0, 4257.0, 4265.0, 4256.0, 4267.0, 4234.0, 4267.0, 4274.0, 4256.0, 4274.0, 4245.0, 4278.0, 4246.0, 4268.0, 4255.0, 4258.0, 4275.0, 4257.0, 4288.0, 4247.0, 4281.0, 4278.0, 4266.0, 4276.0, 4244.0, 4266.0, 4275.0, 4256.0, 4274.0, 4254.0, 4275.0, 4244.0, 4266.0, 4284.0, 4255.0, 4275.0, 4256.0, 4274.0, 4245.0, 4268.0, 4254.0, 4257.0, 4275.0, 4265.0, 4273.0, 4245.0, 4275.0, 4233.0, 4268.0, 4276.0, 4267.0, 4275.0, 4246.0, 4278.0, 4264.0, 4267.0, 4275.0, 4267.0, 4276.0, 4256.0, 4267.0, 4244.0, 4267.0, 4274.0, 4266.0, 4275.0, 4255.0, 4277.0, 4244.0, 4256.0, 4273.0, 4255.0, 4274.0, 4243.0, 4266.0, 4244.0, 4256.0, 4276.0, 4256.0, 4275.0, 4244.0, 4276.0, 4252.0, 4265.0, 4264.0, 4256.0, 4275.0, 4245.0, 4278.0, 4245.0, 4267.0, 4235.0, 4257.0, 4266.0, 4257.0, 4279.0, 4245.0, 4269.0, 4266.0, 4258.0, 4277.0, 4258.0, 4268.0, 4267.0, 4268.0, 4275.0, 4257.0, 4277.0, 4247.0, 4269.0, 4269.0, 4269.0, 4288.0, 4259.0, 4290.0, 4256.0, 4269.0, 4287.0, 4256.0, 4277.0, 4244.0, 4267.0, 4274.0, 4255.0, 4275.0, 4233.0, 4255.0, 4272.0, 4254.0, 4265.0, 4231.0, 4255.0, 4264.0, 4243.0, 4254.0, 4231.0, 4255.0, 4254.0, 4243.0, 4254.0, 4263.0, 4245.0, 4256.0, 4231.0, 4245.0, 4243.0, 4257.0, 4269.0, 4258.0, 4270.0, 4267.0, 4258.0, 4278.0, 4260.0, 4293.0, 4301.0, 4272.0, 4291.0, 4259.0, 4280.0, 4287.0, 4258.0, 4291.0, 4257.0, 4270.0, 4287.0, 4257.0, 4277.0, 4246.0, 4267.0, 4277.0, 4258.0, 4279.0, 4245.0, 4268.0, 4265.0, 4259.0, 4290.0, 4247.0, 4269.0, 4288.0, 4270.0, 4279.0, 4260.0, 4278.0, 4262.0, 4280.0, 4284.0, 4317.0, 4302.0, 4281.0, 4278.0, 4271.0, 4290.0, 4267.0, 4280.0, 4286.0, 4265.0, 4274.0, 4234.0, 4267.0, 4274.0, 4257.0, 4268.0, 4245.0, 4268.0, 4265.0, 4257.0, 4267.0, 4248.0, 4271.0, 4277.0, 4258.0, 4267.0, 4246.0, 4258.0, 4277.0, 4256.0, 4287.0, 4244.0, 4266.0, 4273.0, 4244.0, 4263.0, 4235.0, 4276.0, 4262.0, 4254.0, 4272.0, 4244.0, 4274.0, 4243.0, 4276.0, 4263.0, 4265.0, 4273.0, 4243.0, 4264.0, 4233.0, 4267.0, 4273.0, 4256.0, 4285.0, 4245.0, 4266.0, 4244.0, 4257.0, 4274.0, 4256.0, 4274.0, 4245.0, 4267.0, 4235.0, 4268.0, 4275.0, 4267.0, 4275.0, 4245.0, 4277.0, 4245.0, 4270.0, 4287.0, 4267.0, 4274.0, 4246.0, 4277.0, 4245.0, 4268.0, 4275.0, 4266.0, 4274.0, 4245.0, 4266.0, 4244.0, 4257.0, 4286.0, 4266.0, 4274.0, 4245.0, 4265.0, 4234.0, 4258.0, 4276.0, 4256.0, 4275.0, 4255.0, 4267.0, 4264.0, 4256.0, 4285.0, 4265.0, 4275.0, 4243.0, 4256.0, 4274.0, 4254.0, 4275.0, 4244.0, 4265.0, 4252.0, 4244.0, 4264.0, 4244.0, 4256.0, 4253.0, 4255.0, 4274.0, 4245.0, 4256.0, 4246.0, 4259.0, 4257.0, 4259.0, 4268.0, 4270.0, 4272.0, 4271.0, 4273.0, 4291.0, 4261.0, 4292.0, 4270.0, 4281.0, 4289.0, 4267.0, 4279.0, 4246.0, 4269.0, 4287.0, 4257.0, 4279.0, 4266.0, 4268.0, 4286.0, 4256.0, 4279.0, 4265.0, 4267.0, 4275.0, 4246.0, 4267.0, 4275.0, 4256.0, 4275.0, 4244.0, 4275.0, 4272.0, 4244.0, 4266.0, 4244.0, 4245.0, 4273.0, 4243.0, 4264.0, 4231.0, 4255.0, 4263.0, 4233.0, 4254.0, 4232.0, 4244.0, 4263.0, 4246.0, 4257.0, 4234.0, 4257.0, 4244.0, 4257.0, 4267.0, 4248.0, 4269.0, 4247.0, 4269.0, 4277.0, 4259.0, 4290.0, 4276.0, 4267.0, 4285.0, 4255.0, 4276.0, 4244.0, 4267.0, 4275.0, 4267.0, 4276.0, 4245.0, 4276.0, 4273.0, 4255.0, 4274.0, 4254.0, 4276.0, 4234.0, 4266.0, 4275.0, 4268.0, 4277.0, 4235.0, 4232.0, 4211.0, 4235.0, 4253.0, 4206.0, 4243.0, 4199.0, 4236.0, 4270.0, 4289.0, 4295.0, 4272.0, 4294.0, 4261.0, 4279.0, 4257.0, 4258.0, 4283.0, 4293.0, 4288.0, 4269.0, 4277.0, 4259.0, 4292.0, 4280.0, 4268.0, 4277.0, 4256.0, 4277.0, 4253.0, 4264.0, 4273.0, 4254.0, 4274.0, 4260.0, 4251.0, 4259.0, 4227.0, 4249.0, 4246.0, 4227.0, 4226.0, 4216.0, 4251.0, 4249.0, 4250.0, 4260.0, 4252.0, 4242.0, 4218.0, 4253.0, 4262.0, 4256.0, 4273.0, 4269.0, 4258.0, 4281.0, 4248.0, 4268.0, 4261.0, 4271.0, 4275.0, 4262.0, 4295.0, 4304.0, 4279.0, 4279.0, 4300.0, 4281.0, 4287.0, 4257.0, 4290.0, 4258.0, 4292.0, 4258.0, 4281.0, 4247.0, 4279.0, 4258.0, 4281.0, 4288.0, 4266.0, 4287.0, 4270.0, 4259.0, 4283.0, 4304.0, 4271.0, 4293.0, 4259.0, 4280.0, 4267.0, 4270.0, 4292.0, 4270.0, 4292.0, 4258.0, 4280.0, 4258.0, 4280.0, 4277.0, 4259.0, 4300.0, 4256.0, 4269.0, 4286.0, 4257.0, 4275.0, 4247.0, 4281.0, 4259.0, 4292.0, 4260.0, 4280.0, 4259.0, 4282.0, 4292.0, 4272.0, 4291.0, 4273.0, 4295.0, 4273.0, 4306.0, 4302.0, 4282.0, 4301.0, 4271.0, 4302.0, 4262.0, 4293.0, 4302.0, 4283.0, 4304.0, 4268.0, 4291.0, 4288.0, 4270.0, 4300.0, 4258.0, 4279.0, 4285.0, 4267.0, 4286.0, 4246.0, 4279.0, 4285.0, 4268.0, 4288.0, 4258.0, 4288.0, 4255.0, 4268.0, 4284.0, 4256.0, 4296.0, 4244.0, 4266.0, 4273.0, 4257.0, 4284.0, 4245.0, 4288.0, 4277.0, 4280.0, 4286.0, 4257.0, 4277.0, 4245.0, 4281.0, 4288.0, 4258.0, 4277.0, 4257.0, 4279.0, 4247.0, 4270.0, 4278.0, 4260.0, 4291.0, 4260.0, 4304.0, 4291.0, 4270.0, 4289.0, 4269.0, 4302.0, 4267.0, 4292.0, 4300.0, 4280.0, 4288.0, 4256.0, 4291.0, 4287.0, 4269.0, 4301.0, 4258.0, 4279.0, 4276.0, 4259.0, 4276.0, 4254.0, 4280.0, 4286.0, 4256.0, 4277.0, 4256.0, 4279.0, 4268.0, 4270.0, 4279.0, 4246.0, 4280.0, 4265.0, 4259.0, 4277.0, 4257.0, 4282.0, 4277.0, 4259.0, 4287.0, 4257.0], 'WindowWidth': [9555.0, 9542.0, 9533.0, 9468.0, 9486.0, 9428.0, 9479.0, 9483.0, 9459.0, 9479.0, 9423.0, 9478.0, 9426.0, 9430.0, 9461.0, 9432.0, 9458.0, 9412.0, 9448.0, 9457.0, 9442.0, 9462.0, 9439.0, 9462.0, 9427.0, 9478.0, 9445.0, 9477.0, 9453.0, 9459.0, 9481.0, 9452.0, 9507.0, 9444.0, 9487.0, 9444.0, 9483.0, 9511.0, 9482.0, 9485.0, 9476.0, 9481.0, 9460.0, 9484.0, 9439.0, 9478.0, 9433.0, 9471.0, 9460.0, 9470.0, 9457.0, 9427.0, 9438.0, 9394.0, 9445.0, 9431.0, 9415.0, 9447.0, 9400.0, 9449.0, 9419.0, 9477.0, 9427.0, 9439.0, 9411.0, 9429.0, 9450.0, 9419.0, 9447.0, 9433.0, 9449.0, 9420.0, 9461.0, 9442.0, 9444.0, 9442.0, 9436.0, 9474.0, 9419.0, 9439.0, 9414.0, 9425.0, 9401.0, 9447.0, 9398.0, 9452.0, 9470.0, 9429.0, 9448.0, 9415.0, 9446.0, 9414.0, 9455.0, 9438.0, 9413.0, 9420.0, 9417.0, 9444.0, 9447.0, 9453.0, 9422.0, 9461.0, 9405.0, 9469.0, 9465.0, 9457.0, 9465.0, 9457.0, 9477.0, 9426.0, 9476.0, 9451.0, 9452.0, 9434.0, 9458.0, 9462.0, 9474.0, 9490.0, 9440.0, 9471.0, 9417.0, 9457.0, 9460.0, 9420.0, 9452.0, 9412.0, 9447.0, 9410.0, 9438.0, 9460.0, 9438.0, 9452.0, 9430.0, 9454.0, 9426.0, 9475.0, 9467.0, 9447.0, 9451.0, 9463.0, 9486.0, 9448.0, 9484.0, 9449.0, 9452.0, 9456.0, 9437.0, 9480.0, 9427.0, 9455.0, 9453.0, 9426.0, 9436.0, 9396.0, 9451.0, 9464.0, 9438.0, 9411.0, 9433.0, 9446.0, 9440.0, 9463.0, 9435.0, 9460.0, 9418.0, 9468.0, 9453.0, 9434.0, 9460.0, 9403.0, 9421.0, 9373.0, 9411.0, 9452.0, 9409.0, 9443.0, 9391.0, 9427.0, 9433.0, 9416.0, 9440.0, 9419.0, 9451.0, 9429.0, 9452.0, 9433.0, 9416.0, 9458.0, 9436.0, 9448.0, 9421.0, 9449.0, 9401.0, 9461.0, 9446.0, 9435.0, 9437.0, 9419.0, 9450.0, 9416.0, 9459.0, 9459.0, 9434.0, 9454.0, 9399.0, 9445.0, 9400.0, 9456.0, 9451.0, 9430.0, 9444.0, 9440.0, 9458.0, 9426.0, 9447.0, 9463.0, 9490.0, 9429.0, 9439.0, 9400.0, 9425.0, 9445.0, 9409.0, 9444.0, 9400.0, 9405.0, 9407.0, 9404.0, 9429.0, 9368.0, 9420.0, 9432.0, 9401.0, 9410.0, 9394.0, 9418.0, 9397.0, 9436.0, 9435.0, 9411.0, 9419.0, 9415.0, 9424.0, 9399.0, 9451.0, 9427.0, 9432.0, 9412.0, 9434.0, 9459.0, 9416.0, 9449.0, 9436.0, 9429.0, 9435.0, 9415.0, 9447.0, 9394.0, 9450.0, 9445.0, 9434.0, 9457.0, 9422.0, 9466.0, 9404.0, 9458.0, 9431.0, 9437.0, 9441.0, 9438.0, 9465.0, 9437.0, 9455.0, 9454.0, 9433.0, 9439.0, 9430.0, 9456.0, 9431.0, 9451.0, 9442.0, 9414.0, 9445.0, 9393.0, 9441.0, 9443.0, 9418.0, 9429.0, 9421.0, 9471.0, 9402.0, 9462.0, 9474.0, 9432.0, 9442.0, 9400.0, 9454.0, 9458.0, 9430.0, 9445.0, 9398.0, 9429.0, 9394.0, 9433.0, 9460.0, 9415.0, 9450.0, 9412.0, 9438.0, 9444.0, 9420.0, 9467.0, 9426.0, 9455.0, 9405.0, 9474.0, 9465.0, 9435.0, 9468.0, 9428.0, 9449.0, 9424.0, 9429.0, 9452.0, 9430.0, 9443.0, 9397.0, 9439.0, 9398.0, 9451.0, 9453.0, 9437.0, 9463.0, 9429.0, 9456.0, 9416.0, 9453.0, 9457.0, 9448.0, 9459.0, 9436.0, 9459.0, 9419.0, 9450.0, 9428.0, 9447.0, 9436.0, 9435.0, 9462.0, 9417.0, 9452.0, 9451.0, 9426.0, 9435.0, 9396.0, 9445.0, 9414.0, 9448.0, 9423.0, 9430.0, 9454.0, 9411.0, 9465.0, 9398.0, 9445.0, 9392.0, 9434.0, 9451.0, 9415.0, 9464.0, 9412.0, 9443.0, 9407.0, 9426.0, 9451.0, 9412.0, 9445.0, 9392.0, 9431.0, 9445.0, 9412.0, 9439.0, 9398.0, 9443.0, 9407.0, 9428.0, 9461.0, 9460.0, 9453.0, 9403.0, 9444.0, 9399.0, 9455.0, 9440.0, 9440.0, 9461.0, 9436.0, 9448.0, 9422.0, 9451.0, 9426.0, 9451.0, 9441.0, 9429.0, 9434.0, 9415.0, 9445.0, 9418.0, 9451.0, 9452.0, 9435.0, 9455.0, 9434.0, 9451.0, 9422.0, 9452.0, 9419.0, 9455.0, 9474.0, 9446.0, 9472.0, 9424.0, 9469.0, 9405.0, 9453.0, 9467.0, 9457.0, 9464.0, 9433.0, 9447.0, 9399.0, 9449.0, 9456.0, 9451.0, 9463.0, 9421.0, 9452.0, 9424.0, 9434.0, 9456.0, 9431.0, 9459.0, 9399.0, 9447.0, 9435.0, 9425.0, 9439.0, 9406.0, 9440.0, 9417.0, 9420.0, 9431.0, 9405.0, 9419.0, 9392.0, 9428.0, 9390.0, 9424.0, 9432.0, 9414.0, 9439.0, 9399.0, 9442.0, 9398.0, 9433.0, 9439.0, 9417.0, 9443.0, 9414.0, 9449.0, 9412.0, 9446.0, 9426.0, 9430.0, 9438.0, 9416.0, 9460.0, 9422.0, 9449.0, 9413.0, 9438.0, 9462.0, 9439.0, 9466.0, 9437.0, 9467.0, 9419.0, 9472.0, 9464.0, 9459.0, 9464.0, 9439.0, 9464.0, 9425.0, 9471.0, 9448.0, 9461.0, 9465.0, 9450.0, 9460.0, 9422.0, 9467.0, 9446.0, 9455.0, 9462.0, 9437.0, 9460.0, 9419.0, 9454.0, 9421.0, 9457.0, 9472.0, 9442.0, 9465.0, 9425.0, 9473.0, 9424.0, 9471.0, 9446.0, 9442.0, 9463.0, 9435.0, 9469.0, 9444.0, 9433.0, 9436.0, 9431.0, 9454.0, 9421.0, 9452.0, 9428.0, 9448.0, 9455.0, 9431.0, 9461.0, 9429.0, 9467.0, 9415.0, 9473.0, 9462.0, 9461.0, 9468.0, 9438.0, 9450.0, 9426.0, 9458.0, 9448.0, 9442.0, 9440.0, 9496.0, 9466.0, 9494.0, 9454.0, 9474.0, 9486.0, 9416.0, 9463.0, 9454.0, 9420.0, 9432.0, 9407.0, 9441.0, 9415.0, 9428.0, 9433.0, 9383.0, 9415.0, 9374.0, 9448.0, 9431.0, 9417.0, 9426.0, 9420.0, 9445.0, 9420.0, 9453.0, 9418.0, 9453.0, 9478.0, 9435.0, 9443.0, 9419.0, 9450.0, 9401.0, 9443.0, 9461.0, 9434.0, 9448.0, 9421.0, 9456.0, 9457.0, 9448.0, 9466.0, 9415.0, 9460.0, 9401.0, 9435.0, 9442.0, 9420.0, 9453.0, 9403.0, 9449.0, 9438.0, 9435.0, 9445.0, 9419.0, 9452.0, 9415.0, 9449.0, 9451.0, 9431.0, 9441.0, 9417.0, 9449.0, 9424.0, 9432.0, 9437.0, 9414.0, 9450.0, 9404.0, 9450.0, 9412.0, 9449.0, 9442.0, 9415.0, 9443.0, 9401.0, 9451.0, 9442.0, 9433.0, 9442.0, 9432.0, 9458.0, 9439.0, 9468.0, 9425.0, 9464.0, 9427.0, 9472.0, 9447.0, 9481.0, 9471.0, 9476.0, 9485.0, 9463.0, 9500.0, 9456.0, 9475.0, 9484.0, 9496.0, 9485.0, 9460.0, 9489.0, 9439.0, 9469.0, 9432.0, 9454.0, 9478.0, 9447.0, 9467.0, 9435.0, 9441.0, 9435.0, 9410.0, 9438.0, 9416.0, 9446.0, 9422.0, 9443.0, 9434.0, 9412.0, 9440.0, 9399.0, 9428.0, 9405.0, 9424.0, 9430.0, 9411.0, 9440.0, 9394.0, 9436.0, 9403.0, 9423.0, 9433.0, 9409.0, 9443.0, 9395.0, 9426.0, 9396.0, 9431.0, 9437.0, 9416.0, 9457.0, 9408.0, 9439.0, 9394.0, 9427.0, 9450.0, 9431.0, 9439.0, 9426.0, 9440.0, 9398.0, 9442.0, 9420.0, 9435.0, 9453.0, 9426.0, 9435.0, 9412.0, 9441.0, 9413.0, 9449.0, 9424.0, 9433.0, 9437.0, 9432.0, 9444.0, 9447.0, 9467.0, 9421.0, 9462.0, 9414.0, 9448.0, 9457.0, 9434.0, 9463.0, 9437.0, 9460.0, 9418.0, 9449.0, 9402.0, 9459.0, 9460.0, 9443.0, 9440.0, 9419.0, 9446.0, 9402.0, 9452.0, 9443.0, 9435.0, 9456.0, 9433.0, 9460.0, 9420.0, 9467.0, 9426.0, 9456.0, 9443.0, 9432.0, 9445.0, 9420.0, 9449.0, 9414.0, 9451.0, 9438.0, 9430.0, 9445.0, 9427.0, 9448.0, 9421.0, 9450.0, 9425.0, 9471.0, 9464.0, 9444.0, 9451.0, 9440.0, 9461.0, 9443.0, 9469.0, 9463.0, 9451.0, 9446.0, 9438.0, 9463.0, 9437.0, 9464.0, 9424.0, 9469.0, 9421.0, 9469.0, 9465.0, 9456.0, 9475.0, 9451.0, 9461.0, 9434.0, 9476.0, 9415.0, 9448.0, 9400.0, 9453.0, 9461.0, 9436.0, 9463.0, 9412.0, 9444.0, 9434.0, 9414.0, 9441.0, 9400.0, 9450.0, 9426.0, 9439.0, 9439.0, 9402.0, 9450.0, 9402.0, 9436.0, 9414.0, 9437.0, 9434.0, 9427.0, 9474.0, 9421.0, 9440.0, 9419.0, 9459.0, 9468.0, 9438.0, 9473.0, 9432.0, 9435.0, 9461.0, 9439.0, 9451.0, 9419.0, 9467.0, 9456.0, 9432.0, 9456.0, 9426.0, 9446.0, 9435.0, 9416.0, 9438.0, 9411.0, 9426.0, 9394.0, 9433.0, 9425.0, 9404.0, 9448.0, 9418.0, 9455.0, 9448.0, 9448.0, 9458.0, 9441.0, 9455.0, 9427.0, 9491.0, 9465.0, 9464.0, 9475.0, 9440.0, 9469.0, 9430.0, 9452.0, 9461.0, 9437.0, 9455.0, 9428.0, 9436.0, 9455.0, 9433.0, 9445.0, 9407.0, 9454.0, 9443.0, 9437.0, 9459.0, 9437.0, 9450.0, 9421.0, 9453.0, 9463.0, 9451.0, 9440.0, 9419.0, 9447.0, 9401.0, 9454.0, 9443.0, 9425.0, 9446.0, 9420.0, 9452.0, 9413.0, 9447.0, 9451.0, 9427.0, 9451.0, 9418.0, 9458.0, 9426.0, 9464.0, 9468.0, 9458.0, 9467.0, 9439.0, 9471.0, 9436.0, 9473.0, 9464.0, 9456.0, 9466.0, 9436.0, 9475.0, 9448.0, 9451.0, 9475.0, 9443.0, 9460.0, 9422.0, 9452.0, 9453.0, 9434.0, 9454.0, 9417.0, 9449.0, 9418.0, 9454.0, 9440.0, 9442.0, 9459.0, 9437.0, 9463.0, 9421.0, 9448.0, 9416.0, 9455.0, 9455.0, 9436.0, 9463.0, 9419.0, 9446.0, 9398.0, 9434.0, 9456.0, 9416.0, 9448.0, 9410.0, 9434.0, 9437.0, 9419.0, 9442.0, 9404.0, 9451.0, 9425.0, 9432.0, 9440.0, 9402.0, 9450.0, 9402.0, 9438.0, 9417.0, 9438.0, 9446.0, 9426.0, 9452.0, 9424.0, 9460.0, 9450.0, 9458.0, 9465.0, 9442.0, 9472.0, 9429.0, 9463.0, 9485.0, 9463.0, 9482.0, 9464.0, 9490.0, 9435.0, 9477.0, 9430.0, 9482.0, 9483.0, 9465.0, 9487.0, 9437.0, 9465.0, 9419.0, 9454.0, 9473.0, 9448.0, 9464.0, 9420.0, 9463.0, 9405.0, 9456.0, 9459.0, 9439.0, 9462.0, 9433.0, 9459.0, 9415.0, 9437.0, 9454.0, 9437.0, 9446.0, 9406.0, 9435.0, 9401.0, 9438.0, 9449.0, 9427.0, 9456.0, 9417.0, 9454.0, 9459.0, 9435.0, 9448.0, 9420.0, 9454.0, 9416.0, 9439.0, 9448.0, 9437.0, 9453.0, 9406.0, 9455.0, 9458.0, 9438.0, 9459.0, 9424.0, 9472.0, 9424.0, 9459.0, 9435.0, 9445.0, 9463.0, 9442.0, 9487.0, 9427.0, 9479.0, 9470.0, 9451.0, 9463.0, 9420.0, 9452.0, 9459.0, 9437.0, 9459.0, 9431.0, 9460.0, 9418.0, 9451.0, 9472.0, 9436.0, 9461.0, 9437.0, 9459.0, 9421.0, 9456.0, 9432.0, 9441.0, 9463.0, 9447.0, 9456.0, 9421.0, 9464.0, 9404.0, 9457.0, 9463.0, 9452.0, 9461.0, 9423.0, 9469.0, 9447.0, 9455.0, 9462.0, 9453.0, 9465.0, 9439.0, 9455.0, 9421.0, 9455.0, 9459.0, 9451.0, 9463.0, 9433.0, 9466.0, 9418.0, 9438.0, 9457.0, 9435.0, 9458.0, 9417.0, 9451.0, 9420.0, 9439.0, 9463.0, 9439.0, 9462.0, 9420.0, 9466.0, 9429.0, 9451.0, 9446.0, 9438.0, 9463.0, 9423.0, 9471.0, 9421.0, 9455.0, 9407.0, 9441.0, 9451.0, 9443.0, 9474.0, 9423.0, 9459.0, 9450.0, 9444.0, 9470.0, 9443.0, 9460.0, 9453.0, 9458.0, 9463.0, 9443.0, 9468.0, 9427.0, 9463.0, 9459.0, 9462.0, 9485.0, 9447.0, 9491.0, 9438.0, 9462.0, 9479.0, 9439.0, 9467.0, 9417.0, 9454.0, 9459.0, 9433.0, 9462.0, 9402.0, 9436.0, 9453.0, 9431.0, 9448.0, 9396.0, 9435.0, 9444.0, 9415.0, 9431.0, 9396.0, 9434.0, 9433.0, 9414.0, 9432.0, 9441.0, 9424.0, 9438.0, 9397.0, 9421.0, 9415.0, 9444.0, 9463.0, 9442.0, 9465.0, 9454.0, 9445.0, 9471.0, 9453.0, 9502.0, 9506.0, 9471.0, 9495.0, 9445.0, 9476.0, 9479.0, 9445.0, 9492.0, 9440.0, 9463.0, 9482.0, 9441.0, 9467.0, 9426.0, 9456.0, 9467.0, 9444.0, 9473.0, 9422.0, 9457.0, 9448.0, 9446.0, 9489.0, 9427.0, 9462.0, 9484.0, 9467.0, 9473.0, 9450.0, 9472.0, 9458.0, 9480.0, 9491.0, 9541.0, 9509.0, 9479.0, 9472.0, 9468.0, 9490.0, 9454.0, 9477.0, 9481.0, 9447.0, 9458.0, 9404.0, 9456.0, 9460.0, 9443.0, 9458.0, 9422.0, 9458.0, 9449.0, 9443.0, 9456.0, 9429.0, 9465.0, 9466.0, 9443.0, 9454.0, 9423.0, 9443.0, 9466.0, 9438.0, 9479.0, 9416.0, 9450.0, 9453.0, 9420.0, 9443.0, 9405.0, 9464.0, 9438.0, 9432.0, 9453.0, 9417.0, 9459.0, 9415.0, 9464.0, 9440.0, 9447.0, 9454.0, 9416.0, 9445.0, 9401.0, 9454.0, 9456.0, 9438.0, 9476.0, 9423.0, 9452.0, 9419.0, 9441.0, 9459.0, 9437.0, 9458.0, 9422.0, 9454.0, 9409.0, 9458.0, 9463.0, 9453.0, 9461.0, 9423.0, 9468.0, 9422.0, 9467.0, 9481.0, 9454.0, 9460.0, 9425.0, 9468.0, 9421.0, 9458.0, 9462.0, 9450.0, 9460.0, 9421.0, 9451.0, 9418.0, 9444.0, 9481.0, 9450.0, 9460.0, 9422.0, 9450.0, 9405.0, 9443.0, 9464.0, 9437.0, 9461.0, 9435.0, 9455.0, 9444.0, 9440.0, 9476.0, 9448.0, 9463.0, 9415.0, 9437.0, 9459.0, 9432.0, 9462.0, 9416.0, 9447.0, 9425.0, 9419.0, 9444.0, 9420.0, 9437.0, 9428.0, 9435.0, 9458.0, 9423.0, 9437.0, 9425.0, 9449.0, 9441.0, 9448.0, 9459.0, 9466.0, 9471.0, 9467.0, 9475.0, 9494.0, 9455.0, 9497.0, 9461.0, 9481.0, 9487.0, 9456.0, 9474.0, 9426.0, 9462.0, 9483.0, 9443.0, 9474.0, 9451.0, 9456.0, 9478.0, 9439.0, 9474.0, 9448.0, 9455.0, 9461.0, 9424.0, 9456.0, 9460.0, 9439.0, 9463.0, 9418.0, 9462.0, 9451.0, 9418.0, 9451.0, 9418.0, 9422.0, 9453.0, 9416.0, 9446.0, 9395.0, 9434.0, 9442.0, 9402.0, 9431.0, 9399.0, 9420.0, 9441.0, 9426.0, 9441.0, 9406.0, 9442.0, 9419.0, 9443.0, 9455.0, 9432.0, 9461.0, 9428.0, 9462.0, 9468.0, 9448.0, 9494.0, 9465.0, 9454.0, 9473.0, 9435.0, 9463.0, 9418.0, 9454.0, 9463.0, 9454.0, 9463.0, 9420.0, 9465.0, 9454.0, 9436.0, 9459.0, 9432.0, 9466.0, 9405.0, 9453.0, 9461.0, 9464.0, 9470.0, 9406.0, 9391.0, 9360.0, 9401.0, 9425.0, 9349.0, 9407.0, 9338.0, 9406.0, 9463.0, 9510.0, 9511.0, 9474.0, 9506.0, 9452.0, 9477.0, 9443.0, 9448.0, 9490.0, 9503.0, 9485.0, 9463.0, 9470.0, 9448.0, 9498.0, 9477.0, 9460.0, 9467.0, 9439.0, 9468.0, 9426.0, 9446.0, 9457.0, 9428.0, 9460.0, 9432.0, 9421.0, 9429.0, 9382.0, 9414.0, 9406.0, 9384.0, 9378.0, 9366.0, 9423.0, 9416.0, 9421.0, 9433.0, 9428.0, 9412.0, 9372.0, 9431.0, 9438.0, 9437.0, 9457.0, 9462.0, 9446.0, 9478.0, 9429.0, 9454.0, 9450.0, 9466.0, 9481.0, 9459.0, 9505.0, 9517.0, 9471.0, 9473.0, 9502.0, 9480.0, 9482.0, 9442.0, 9491.0, 9446.0, 9496.0, 9443.0, 9482.0, 9429.0, 9476.0, 9448.0, 9482.0, 9484.0, 9454.0, 9481.0, 9464.0, 9447.0, 9488.0, 9519.0, 9471.0, 9503.0, 9446.0, 9479.0, 9454.0, 9464.0, 9497.0, 9466.0, 9499.0, 9444.0, 9475.0, 9443.0, 9478.0, 9468.0, 9448.0, 9508.0, 9438.0, 9462.0, 9479.0, 9439.0, 9461.0, 9428.0, 9484.0, 9451.0, 9498.0, 9451.0, 9478.0, 9449.0, 9486.0, 9499.0, 9472.0, 9495.0, 9476.0, 9507.0, 9475.0, 9523.0, 9510.0, 9483.0, 9507.0, 9469.0, 9510.0, 9458.0, 9504.0, 9513.0, 9487.0, 9516.0, 9458.0, 9493.0, 9484.0, 9463.0, 9506.0, 9444.0, 9473.0, 9478.0, 9454.0, 9480.0, 9426.0, 9474.0, 9477.0, 9459.0, 9485.0, 9444.0, 9485.0, 9434.0, 9457.0, 9473.0, 9437.0, 9493.0, 9420.0, 9452.0, 9457.0, 9441.0, 9474.0, 9423.0, 9485.0, 9468.0, 9479.0, 9478.0, 9442.0, 9468.0, 9424.0, 9483.0, 9486.0, 9445.0, 9468.0, 9444.0, 9478.0, 9432.0, 9467.0, 9474.0, 9454.0, 9495.0, 9451.0, 9515.0, 9493.0, 9465.0, 9489.0, 9462.0, 9510.0, 9456.0, 9498.0, 9506.0, 9477.0, 9485.0, 9441.0, 9495.0, 9483.0, 9462.0, 9508.0, 9443.0, 9475.0, 9464.0, 9448.0, 9468.0, 9435.0, 9477.0, 9479.0, 9441.0, 9467.0, 9441.0, 9476.0, 9457.0, 9466.0, 9475.0, 9429.0, 9480.0, 9451.0, 9448.0, 9470.0, 9444.0, 9484.0, 9469.0, 9447.0, 9482.0, 9444.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.003383467643467644</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.029716799206349207</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.39755690157597</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.391668639089801</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0603050215882721</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4679</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8146.5786</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09235862432834463</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>81</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.945054945054945</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3565769047647502</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.28517594551716</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4932770314647343</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.291277737312357</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0109956</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0012602865463122725</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02896367944777012</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>4.188639103253497</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>25.0208</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.2322</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.3113</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298488.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>659.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.4175</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8765</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>478.7768</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3478.0086</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3661.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78056.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1361.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4481.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.0253</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.54069737158716</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> |