=== 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-0078 --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-0078",
"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-0078_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-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0078/figures/sub-0078_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-0078/figures/sub-0078_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078/ses-03/func/sub-0078_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>889f9c87e559e01b17450d1f8c92112a</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:31:33.367500</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.999504, 0.0283799, -0.0136307, -0.0265221, 0.992277, 0.121176]</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.0820383</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4138, -7764, -7215, 737, -54, -169, -35, 104]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>234.869</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2e293108-7859-489b-b616-e35b2dec34b3||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.6815969944000244, -0.07115685939788818, -0.04580378532409668, 117.13214111328125], [-0.07614108920097351, 2.662205696105957, 0.32603806257247925, -107.58740234375], [-0.03657009080052376, -0.32510748505592346, 2.6798510551452637, -35.782562255859375], [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': ['113133.367500', '113133.827500', '113134.287500', '113134.747500', '113135.207500', '113135.667500', '113136.127500', '113136.587500', '113137.047500', '113137.507500', '113137.967500', '113138.427500', '113138.887500', '113139.347500', '113139.807500', '113140.267500', '113140.727500', '113141.187500', '113141.647500', '113142.107500', '113142.567500', '113143.027500', '113143.487500', '113143.947500', '113144.407500', '113144.867500', '113145.327500', '113145.787500', '113146.247500', '113146.707500', '113147.167500', '113147.627500', '113148.087500', '113148.547500', '113149.007500', '113149.467500', '113149.927500', '113150.387500', '113150.847500', '113151.307500', '113151.767500', '113152.227500', '113152.687500', '113153.147500', '113153.607500', '113154.067500', '113154.527500', '113154.987500', '113155.447500', '113155.907500', '113156.367500', '113156.827500', '113157.287500', '113157.747500', '113158.207500', '113158.667500', '113159.127500', '113159.587500', '113200.047500', '113200.507500', '113200.967500', '113201.427500', '113201.887500', '113202.347500', '113202.807500', '113203.267500', '113203.727500', '113204.187500', '113204.647500', '113205.107500', '113205.567500', '113206.027500', '113206.487500', '113206.947500', '113207.407500', '113207.867500', '113208.327500', '113208.787500', '113209.247500', '113209.707500', '113210.167500', '113210.627500', '113211.087500', '113211.547500', '113212.007500', '113212.467500', '113212.927500', '113213.387500', '113213.847500', '113214.307500', '113214.767500', '113215.227500', '113215.687500', '113216.147500', '113216.607500', '113217.067500', '113217.527500', '113217.987500', '113218.447500', '113218.907500', '113219.367500', '113219.827500', '113220.287500', '113220.747500', '113221.207500', '113221.667500', '113222.127500', '113222.587500', '113223.047500', '113223.507500', '113223.967500', '113224.427500', '113224.887500', '113225.347500', '113225.807500', '113226.267500', '113226.727500', '113227.187500', '113227.647500', '113228.107500', '113228.567500', '113229.027500', '113229.487500', '113229.947500', '113230.407500', '113230.867500', '113231.327500', '113231.787500', '113232.247500', '113232.707500', '113233.167500', '113233.627500', '113234.087500', '113234.547500', '113235.007500', '113235.467500', '113235.927500', '113236.387500', '113236.847500', '113237.307500', '113237.767500', '113238.227500', '113238.687500', '113239.147500', '113239.607500', '113240.067500', '113240.527500', '113240.987500', '113241.447500', '113241.907500', '113242.367500', '113242.827500', '113243.287500', '113243.747500', '113244.207500', '113244.667500', '113245.127500', '113245.587500', '113246.047500', '113246.507500', '113246.967500', '113247.427500', '113247.887500', '113248.347500', '113248.807500', '113249.267500', '113249.727500', '113250.187500', '113250.647500', '113251.107500', '113251.567500', '113252.027500', '113252.487500', '113252.947500', '113253.407500', '113253.867500', '113254.327500', '113254.787500', '113255.247500', '113255.707500', '113256.167500', '113256.627500', '113257.087500', '113257.547500', '113258.007500', '113258.467500', '113258.927500', '113259.387500', '113259.847500', '113300.307500', '113300.767500', '113301.227500', '113301.687500', '113302.147500', '113302.607500', '113303.067500', '113303.527500', '113303.987500', '113304.447500', '113304.907500', '113305.367500', '113305.827500', '113306.287500', '113306.747500', '113307.207500', '113307.667500', '113308.127500', '113308.587500', '113309.047500', '113309.507500', '113309.967500', '113310.427500', '113310.887500', '113311.347500', '113311.807500', '113312.267500', '113312.727500', '113313.187500', '113313.647500', '113314.107500', '113314.567500', '113315.027500', '113315.487500', '113315.947500', '113316.407500', '113316.867500', '113317.327500', '113317.787500', '113318.247500', '113318.707500', '113319.167500', '113319.627500', '113320.087500', '113320.547500', '113321.007500', '113321.467500', '113321.927500', '113322.387500', '113322.847500', '113323.307500', '113323.767500', '113324.227500', '113324.687500', '113325.147500', '113325.607500', '113326.067500', '113326.527500', '113326.987500', '113327.447500', '113327.907500', '113328.367500', '113328.827500', '113329.287500', '113329.747500', '113330.207500', '113330.667500', '113331.127500', '113331.587500', '113332.047500', '113332.507500', '113332.967500', '113333.427500', '113333.887500', '113334.347500', '113334.807500', '113335.267500', '113335.727500', '113336.187500', '113336.647500', '113337.107500', '113337.567500', '113338.027500', '113338.487500', '113338.947500', '113339.407500', '113339.867500', '113340.327500', '113340.787500', '113341.247500', '113341.707500', '113342.167500', '113342.627500', '113343.087500', '113343.547500', '113344.007500', '113344.467500', '113344.927500', '113345.387500', '113345.847500', '113346.307500', '113346.767500', '113347.227500', '113347.687500', '113348.147500', '113348.607500', '113349.067500', '113349.527500', '113349.987500', '113350.447500', '113350.907500', '113351.367500', '113351.827500', '113352.287500', '113352.747500', '113353.207500', '113353.667500', '113354.127500', '113354.587500', '113355.047500', '113355.507500', '113355.967500', '113356.427500', '113356.887500', '113357.347500', '113357.807500', '113358.267500', '113358.727500', '113359.187500', '113359.647500', '113400.107500', '113400.567500', '113401.027500', '113401.487500', '113401.947500', '113402.407500', '113402.867500', '113403.327500', '113403.787500', '113404.247500', '113404.707500', '113405.167500', '113405.627500', '113406.087500', '113406.547500', '113407.007500', '113407.467500', '113407.927500', '113408.387500', '113408.847500', '113409.307500', '113409.767500', '113410.227500', '113410.687500', '113411.147500', '113411.607500', '113412.067500', '113412.527500', '113412.987500', '113413.447500', '113413.907500', '113414.367500', '113414.827500', '113415.287500', '113415.747500', '113416.207500', '113416.667500', '113417.127500', '113417.587500', '113418.047500', '113418.507500', '113418.967500', '113419.427500', '113419.887500', '113420.347500', '113420.807500', '113421.267500', '113421.727500', '113422.187500', '113422.647500', '113423.107500', '113423.567500', '113424.027500', '113424.487500', '113424.947500', '113425.407500', '113425.867500', '113426.327500', '113426.787500', '113427.247500', '113427.707500', '113428.167500', '113428.627500', '113429.087500', '113429.547500', '113430.007500', '113430.467500', '113430.927500', '113431.387500', '113431.847500', '113432.307500', '113432.767500', '113433.227500', '113433.687500', '113434.147500', '113434.607500', '113435.067500', '113435.527500', '113435.987500', '113436.447500', '113436.907500', '113437.367500', '113437.827500', '113438.287500', '113438.747500', '113439.207500', '113439.667500', '113440.127500', '113440.587500', '113441.047500', '113441.507500', '113441.967500', '113442.427500', '113442.887500', '113443.347500', '113443.807500', '113444.267500', '113444.727500', '113445.187500', '113445.647500', '113446.107500', '113446.567500', '113447.027500', '113447.487500', '113447.947500', '113448.407500', '113448.867500', '113449.327500', '113449.787500', '113450.247500', '113450.707500', '113451.167500', '113451.627500', '113452.087500', '113452.547500', '113453.007500', '113453.467500', '113453.927500', '113454.387500', '113454.847500', '113455.307500', '113455.767500', '113456.227500', '113456.687500', '113457.147500', '113457.607500', '113458.067500', '113458.527500', '113458.987500', '113459.447500', '113459.907500', '113500.367500', '113500.827500', '113501.287500', '113501.747500', '113502.207500', '113502.667500', '113503.127500', '113503.587500', '113504.047500', '113504.507500', '113504.967500', '113505.427500', '113505.887500', '113506.347500', '113506.807500', '113507.267500', '113507.727500', '113508.187500', '113508.647500', '113509.107500', '113509.567500', '113510.027500', '113510.487500', '113510.947500', '113511.407500', '113511.867500', '113512.327500', '113512.787500', '113513.247500', '113513.707500', '113514.167500', '113514.627500', '113515.087500', '113515.547500', '113516.007500', '113516.467500', '113516.927500', '113517.387500', '113517.847500', '113518.307500', '113518.767500', '113519.227500', '113519.687500', '113520.147500', '113520.607500', '113521.067500', '113521.527500', '113521.987500', '113522.447500', '113522.907500', '113523.367500', '113523.827500', '113524.287500', '113524.747500', '113525.207500', '113525.667500', '113526.127500', '113526.587500', '113527.047500', '113527.507500', '113527.967500', '113528.427500', '113528.887500', '113529.347500', '113529.807500', '113530.267500', '113530.727500', '113531.187500', '113531.647500', '113532.107500', '113532.567500', '113533.027500', '113533.487500', '113533.947500', '113534.407500', '113534.867500', '113535.327500', '113535.787500', '113536.247500', '113536.707500', '113537.167500', '113537.627500', '113538.087500', '113538.547500', '113539.007500', '113539.467500', '113539.927500', '113540.387500', '113540.847500', '113541.307500', '113541.767500', '113542.227500', '113542.687500', '113543.147500', '113543.607500', '113544.067500', '113544.527500', '113544.987500', '113545.447500', '113545.907500', '113546.367500', '113546.827500', '113547.287500', '113547.747500', '113548.207500', '113548.667500', '113549.127500', '113549.587500', '113550.047500', '113550.507500', '113550.967500', '113551.427500', '113551.887500', '113552.347500', '113552.807500', '113553.267500', '113553.727500', '113554.187500', '113554.647500', '113555.107500', '113555.567500', '113556.027500', '113556.487500', '113556.947500', '113557.407500', '113557.867500', '113558.327500', '113558.787500', '113559.247500', '113559.707500', '113600.167500', '113600.627500', '113601.087500', '113601.547500', '113602.007500', '113602.467500', '113602.927500', '113603.387500', '113603.847500', '113604.307500', '113604.767500', '113605.227500', '113605.687500', '113606.147500', '113606.607500', '113607.067500', '113607.527500', '113607.987500', '113608.447500', '113608.907500', '113609.367500', '113609.827500', '113610.287500', '113610.747500', '113611.207500', '113611.667500', '113612.127500', '113612.587500', '113613.047500', '113613.507500', '113613.967500', '113614.427500', '113614.887500', '113615.347500', '113615.807500', '113616.267500', '113616.727500', '113617.187500', '113617.647500', '113618.107500', '113618.567500', '113619.027500', '113619.487500', '113619.947500', '113620.407500', '113620.867500', '113621.327500', '113621.787500', '113622.247500', '113622.707500', '113623.167500', '113623.627500', '113624.087500', '113624.547500', '113625.007500', '113625.467500', '113625.927500', '113626.387500', '113626.847500', '113627.307500', '113627.767500', '113628.227500', '113628.687500', '113629.147500', '113629.607500', '113630.067500', '113630.527500', '113630.987500', '113631.447500', '113631.907500', '113632.367500', '113632.827500', '113633.287500', '113633.747500', '113634.207500', '113634.667500', '113635.127500', '113635.587500', '113636.047500', '113636.507500', '113636.967500', '113637.427500', '113637.887500', '113638.347500', '113638.807500', '113639.267500', '113639.727500', '113640.187500', '113640.647500', '113641.107500', '113641.567500', '113642.027500', '113642.487500', '113642.947500', '113643.407500', '113643.867500', '113644.327500', '113644.787500', '113645.247500', '113645.707500', '113646.167500', '113646.627500', '113647.087500', '113647.547500', '113648.007500', '113648.467500', '113648.927500', '113649.387500', '113649.847500', '113650.307500', '113650.767500', '113651.227500', '113651.687500', '113652.147500', '113652.607500', '113653.067500', '113653.527500', '113653.987500', '113654.447500', '113654.907500', '113655.367500', '113655.827500', '113656.287500', '113656.747500', '113657.207500', '113657.667500', '113658.127500', '113658.587500', '113659.047500', '113659.507500', '113659.967500', '113700.427500', '113700.887500', '113701.347500', '113701.807500', '113702.267500', '113702.727500', '113703.187500', '113703.647500', '113704.107500', '113704.567500', '113705.027500', '113705.487500', '113705.947500', '113706.407500', '113706.867500', '113707.327500', '113707.787500', '113708.247500', '113708.707500', '113709.167500', '113709.627500', '113710.087500', '113710.547500', '113711.007500', '113711.467500', '113711.927500', '113712.387500', '113712.847500', '113713.307500', '113713.767500', '113714.227500', '113714.687500', '113715.147500', '113715.607500', '113716.067500', '113716.527500', '113716.987500', '113717.447500', '113717.907500', '113718.367500', '113718.827500', '113719.287500', '113719.747500', '113720.207500', '113720.667500', '113721.127500', '113721.587500', '113722.047500', '113722.507500', '113722.967500', '113723.427500', '113723.887500', '113724.347500', '113724.807500', '113725.267500', '113725.727500', '113726.187500', '113726.647500', '113727.107500', '113727.567500', '113728.027500', '113728.487500', '113728.947500', '113729.407500', '113729.867500', '113730.327500', '113730.787500', '113731.247500', '113731.707500', '113732.167500', '113732.627500', '113733.087500', '113733.547500', '113734.007500', '113734.467500', '113734.927500', '113735.387500', '113735.847500', '113736.307500', '113736.767500', '113737.227500', '113737.687500', '113738.147500', '113738.607500', '113739.067500', '113739.527500', '113739.987500', '113740.447500', '113740.907500', '113741.367500', '113741.827500', '113742.287500', '113742.747500', '113743.207500', '113743.667500', '113744.127500', '113744.587500', '113745.047500', '113745.507500', '113745.967500', '113746.427500', '113746.887500', '113747.347500', '113747.807500', '113748.267500', '113748.727500', '113749.187500', '113749.647500', '113750.107500', '113750.567500', '113751.027500', '113751.487500', '113751.947500', '113752.407500', '113752.867500', '113753.327500', '113753.787500', '113754.247500', '113754.707500', '113755.167500', '113755.627500', '113756.087500', '113756.547500', '113757.007500', '113757.467500', '113757.927500', '113758.387500', '113758.847500', '113759.307500', '113759.767500', '113800.227500', '113800.687500', '113801.147500', '113801.607500', '113802.067500', '113802.527500', '113802.987500', '113803.447500', '113803.907500', '113804.367500', '113804.827500', '113805.287500', '113805.747500', '113806.207500', '113806.667500', '113807.127500', '113807.587500', '113808.047500', '113808.507500', '113808.967500', '113809.427500', '113809.887500', '113810.347500', '113810.807500', '113811.267500', '113811.727500', '113812.187500', '113812.647500', '113813.107500', '113813.567500', '113814.027500', '113814.487500', '113814.947500', '113815.407500', '113815.867500', '113816.327500', '113816.787500', '113817.247500', '113817.707500', '113818.167500', '113818.627500', '113819.087500', '113819.547500', '113820.007500', '113820.467500', '113820.927500', '113821.387500', '113821.847500', '113822.307500', '113822.767500', '113823.227500', '113823.687500', '113824.147500', '113824.607500', '113825.067500', '113825.527500', '113825.987500', '113826.447500', '113826.907500', '113827.367500', '113827.827500', '113828.287500', '113828.747500', '113829.207500', '113829.667500', '113830.127500', '113830.587500', '113831.047500', '113831.507500', '113831.967500', '113832.427500', '113832.887500', '113833.347500', '113833.807500', '113834.267500', '113834.727500', '113835.187500', '113835.647500', '113836.107500', '113836.567500', '113837.027500', '113837.487500', '113837.947500', '113838.407500', '113838.867500', '113839.327500', '113839.787500', '113840.247500', '113840.707500', '113841.167500', '113841.627500', '113842.087500', '113842.547500', '113843.007500', '113843.467500', '113843.927500', '113844.387500', '113844.847500', '113845.307500', '113845.767500', '113846.227500', '113846.687500', '113847.147500', '113847.607500', '113848.067500', '113848.527500', '113848.987500', '113849.447500', '113849.907500', '113850.367500', '113850.827500', '113851.287500', '113851.747500', '113852.207500', '113852.667500', '113853.127500', '113853.587500', '113854.047500', '113854.507500', '113854.967500', '113855.427500', '113855.887500', '113856.347500', '113856.807500', '113857.267500', '113857.727500', '113858.187500', '113858.647500', '113859.107500', '113859.567500', '113900.027500', '113900.487500', '113900.947500', '113901.407500', '113901.867500', '113902.327500', '113902.787500', '113903.247500', '113903.707500', '113904.167500', '113904.627500', '113905.087500', '113905.547500', '113906.007500', '113906.467500', '113906.927500', '113907.387500', '113907.847500', '113908.307500', '113908.767500', '113909.227500', '113909.687500', '113910.147500', '113910.607500', '113911.067500', '113911.527500', '113911.987500', '113912.447500', '113912.907500', '113913.367500', '113913.827500', '113914.287500', '113914.747500', '113915.207500', '113915.667500', '113916.127500', '113916.587500', '113917.047500', '113917.507500', '113917.967500', '113918.427500', '113918.887500', '113919.347500', '113919.807500', '113920.267500', '113920.727500', '113921.187500', '113921.647500', '113922.107500', '113922.567500', '113923.027500', '113923.487500', '113923.947500', '113924.407500', '113924.867500', '113925.327500', '113925.787500', '113926.247500', '113926.707500', '113927.167500', '113927.627500', '113928.087500', '113928.547500', '113929.007500', '113929.467500', '113929.927500', '113930.387500', '113930.847500', '113931.307500', '113931.767500', '113932.227500', '113932.687500', '113933.147500', '113933.607500', '113934.067500', '113934.527500', '113934.987500', '113935.447500', '113935.907500', '113936.367500', '113936.827500', '113937.287500', '113937.747500', '113938.207500', '113938.667500', '113939.127500', '113939.587500', '113940.047500', '113940.507500', '113940.967500', '113941.427500', '113941.887500', '113942.347500', '113942.807500', '113943.267500', '113943.727500', '113944.187500', '113944.647500', '113945.107500', '113945.567500', '113946.027500', '113946.487500', '113946.947500', '113947.407500', '113947.867500', '113948.327500', '113948.787500', '113949.247500', '113949.707500', '113950.167500', '113950.627500', '113951.087500', '113951.547500', '113952.007500', '113952.467500', '113952.927500', '113953.387500', '113953.847500', '113954.307500', '113954.767500', '113955.227500', '113955.687500', '113956.147500', '113956.607500', '113957.067500', '113957.527500', '113957.987500', '113958.447500', '113958.907500', '113959.367500', '113959.827500', '114000.287500', '114000.747500', '114001.207500', '114001.667500', '114002.127500', '114002.587500', '114003.047500', '114003.507500', '114003.967500', '114004.427500', '114004.887500', '114005.347500', '114005.807500', '114006.267500', '114006.727500', '114007.187500', '114007.647500', '114008.107500', '114008.567500', '114009.027500', '114009.487500', '114009.947500', '114010.407500', '114010.867500', '114011.327500', '114011.787500', '114012.247500', '114012.707500', '114013.167500', '114013.627500', '114014.087500', '114014.547500', '114015.007500', '114015.467500', '114015.927500', '114016.387500', '114016.847500', '114017.307500', '114017.767500', '114018.227500', '114018.687500', '114019.147500', '114019.607500', '114020.067500', '114020.527500', '114020.987500', '114021.447500', '114021.907500', '114022.367500', '114022.827500', '114023.287500', '114023.747500', '114024.207500', '114024.667500', '114025.127500', '114025.587500', '114026.047500', '114026.507500', '114026.967500', '114027.427500', '114027.887500', '114028.347500', '114028.807500', '114029.267500', '114029.727500', '114030.187500', '114030.647500', '114031.107500', '114031.567500', '114032.027500', '114032.487500', '114032.947500', '114033.407500', '114033.867500', '114034.327500', '114034.787500', '114035.247500', '114035.707500', '114036.167500', '114036.627500', '114037.087500', '114037.547500', '114038.007500', '114038.467500', '114038.927500', '114039.387500', '114039.847500', '114040.307500', '114040.767500', '114041.227500', '114041.687500', '114042.147500', '114042.607500', '114043.067500', '114043.527500', '114043.987500', '114044.447500', '114044.907500', '114045.367500', '114045.827500', '114046.287500', '114046.747500', '114047.207500', '114047.667500', '114048.127500', '114048.587500', '114049.047500', '114049.507500', '114049.967500', '114050.427500', '114050.887500', '114051.347500', '114051.807500', '114052.267500', '114052.727500', '114053.187500', '114053.647500', '114054.107500', '114054.567500', '114055.027500', '114055.487500', '114055.947500', '114056.407500', '114056.867500', '114057.327500', '114057.787500', '114058.247500', '114058.707500', '114059.167500', '114059.627500', '114100.087500', '114100.547500', '114101.007500', '114101.467500', '114101.927500', '114102.387500', '114102.847500', '114103.307500', '114103.767500', '114104.227500', '114104.687500', '114105.147500', '114105.607500', '114106.067500', '114106.527500', '114106.987500', '114107.447500', '114107.907500', '114108.367500', '114108.827500', '114109.287500', '114109.747500', '114110.207500', '114110.667500', '114111.127500', '114111.587500', '114112.047500', '114112.507500', '114112.967500', '114113.427500', '114113.887500', '114114.347500', '114114.807500', '114115.267500', '114115.727500', '114116.187500', '114116.647500', '114117.107500', '114117.567500', '114118.027500', '114118.487500', '114118.947500', '114119.407500', '114119.867500', '114120.327500', '114120.787500', '114121.247500', '114121.707500', '114122.167500', '114122.627500', '114123.087500', '114123.547500', '114124.007500', '114124.467500', '114124.927500', '114125.387500', '114125.847500', '114126.307500', '114126.767500', '114127.227500', '114127.687500', '114128.147500', '114128.607500', '114129.067500', '114129.527500', '114129.987500', '114130.447500', '114130.907500', '114131.367500', '114131.827500', '114132.287500', '114132.747500', '114133.207500', '114133.667500', '114134.127500', '114134.587500', '114135.047500', '114135.507500', '114135.967500', '114136.427500', '114136.887500', '114137.347500', '114137.807500', '114138.267500', '114138.727500', '114139.187500', '114139.647500', '114140.107500', '114140.567500', '114141.027500', '114141.487500', '114141.947500', '114142.407500', '114142.867500', '114143.327500', '114143.787500', '114144.247500', '114144.707500', '114145.167500', '114145.627500', '114146.087500', '114146.547500', '114147.007500', '114147.467500', '114147.927500', '114148.387500', '114148.847500', '114149.307500', '114149.767500', '114150.227500', '114150.687500', '114151.147500', '114151.607500', '114152.067500', '114152.527500', '114152.987500', '114153.447500', '114153.907500', '114154.367500', '114154.827500', '114155.287500', '114155.747500', '114156.207500', '114156.667500', '114157.127500', '114157.587500', '114158.047500', '114158.507500', '114158.967500', '114159.427500', '114159.887500', '114200.347500', '114200.807500', '114201.267500', '114201.727500', '114202.187500', '114202.647500', '114203.107500', '114203.567500', '114204.027500', '114204.487500', '114204.947500', '114205.407500', '114205.867500', '114206.327500', '114206.787500', '114207.247500', '114207.707500', '114208.167500', '114208.627500', '114209.087500', '114209.547500', '114210.007500', '114210.467500', '114210.927500', '114211.387500', '114211.847500', '114212.307500', '114212.767500', '114213.227500', '114213.687500', '114214.147500', '114214.607500', '114215.067500', '114215.527500', '114215.987500', '114216.447500', '114216.907500', '114217.367500', '114217.827500', '114218.287500', '114218.747500', '114219.207500', '114219.667500', '114220.127500', '114220.587500', '114221.047500', '114221.507500', '114221.967500', '114222.427500', '114222.887500', '114223.347500', '114223.807500', '114224.267500', '114224.727500', '114225.187500', '114225.647500', '114226.107500', '114226.567500', '114227.027500', '114227.487500', '114227.947500', '114228.407500', '114228.867500', '114229.327500', '114229.787500', '114230.247500', '114230.707500', '114231.167500', '114231.627500', '114232.087500', '114232.547500', '114233.007500', '114233.467500', '114233.927500', '114234.387500', '114234.847500', '114235.307500', '114235.767500', '114236.227500', '114236.687500', '114237.147500', '114237.607500', '114238.067500', '114238.527500', '114238.987500', '114239.447500', '114239.907500', '114240.367500', '114240.827500', '114241.287500', '114241.747500', '114242.207500', '114242.667500', '114243.127500', '114243.587500', '114244.047500', '114244.507500', '114244.967500', '114245.427500', '114245.887500', '114246.347500', '114246.807500', '114247.267500', '114247.727500', '114248.187500', '114248.647500', '114249.107500', '114249.567500', '114250.027500', '114250.487500', '114250.947500', '114251.407500', '114251.867500', '114252.327500', '114252.787500', '114253.247500', '114253.707500', '114254.167500', '114254.627500', '114255.087500', '114255.547500', '114256.007500', '114256.467500', '114256.927500', '114257.387500', '114257.847500', '114258.307500', '114258.767500', '114259.227500', '114259.687500', '114300.147500', '114300.607500', '114301.067500', '114301.527500', '114301.987500', '114302.447500', '114302.907500', '114303.367500', '114303.827500', '114304.287500', '114304.747500', '114305.207500', '114305.667500', '114306.127500', '114306.587500', '114307.047500', '114307.507500', '114307.967500', '114308.427500', '114308.887500', '114309.347500', '114309.807500', '114310.267500', '114310.727500', '114311.187500', '114311.647500', '114312.107500', '114312.567500', '114313.027500', '114313.487500', '114313.947500', '114314.407500', '114314.867500', '114315.327500', '114315.787500', '114316.247500', '114316.707500', '114317.167500', '114317.627500', '114318.087500', '114318.547500', '114319.007500', '114319.467500', '114319.927500', '114320.387500', '114320.847500', '114321.307500', '114321.767500', '114322.227500', '114322.687500', '114323.147500', '114323.607500', '114324.067500', '114324.527500', '114324.987500', '114325.447500', '114325.907500', '114326.367500', '114326.827500', '114327.287500', '114327.747500', '114328.207500', '114328.667500', '114329.127500', '114329.587500', '114330.047500', '114330.507500', '114330.967500', '114331.427500', '114331.887500', '114332.347500', '114332.807500', '114333.267500', '114333.727500', '114334.187500', '114334.647500', '114335.107500', '114335.567500', '114336.027500', '114336.487500', '114336.947500', '114337.407500', '114337.867500', '114338.327500', '114338.787500', '114339.247500', '114339.707500', '114340.167500', '114340.627500', '114341.087500', '114341.547500', '114342.007500', '114342.467500', '114342.927500', '114343.387500', '114343.847500', '114344.307500', '114344.767500', '114345.227500', '114345.687500', '114346.147500', '114346.607500', '114347.067500', '114347.527500', '114347.987500', '114348.447500', '114348.907500', '114349.367500', '114349.827500', '114350.287500', '114350.747500', '114351.207500', '114351.667500', '114352.127500', '114352.587500', '114353.047500', '114353.507500', '114353.967500', '114354.427500', '114354.887500', '114355.347500', '114355.807500', '114356.267500', '114356.727500', '114357.187500', '114357.647500', '114358.107500', '114358.567500', '114359.027500', '114359.487500', '114359.947500', '114400.407500', '114400.867500', '114401.327500', '114401.787500', '114402.247500', '114402.707500', '114403.167500', '114403.627500', '114404.087500', '114404.547500', '114405.007500', '114405.467500', '114405.927500', '114406.387500', '114406.847500', '114407.307500'], 'ContentTime': ['113156.830000', '113156.834000', '113156.836000', '113156.839000', '113156.841000', '113156.844000', '113156.846000', '113156.849000', '113156.851000', '113156.854000', '113156.857000', '113156.859000', '113156.862000', '113156.865000', '113156.867000', '113156.870000', '113156.872000', '113156.875000', '113156.877000', '113156.880000', '113156.882000', '113156.885000', '113156.887000', '113156.890000', '113156.893000', '113156.895000', '113156.898000', '113156.900000', '113156.903000', '113156.905000', '113156.908000', '113156.914000', '113156.916000', '113156.919000', '113156.921000', '113156.924000', '113156.926000', '113156.929000', '113156.931000', '113156.934000', '113156.936000', '113156.939000', '113156.942000', '113156.944000', '113156.947000', '113156.949000', '113156.952000', '113156.955000', '113216.791000', '113216.794000', '113216.797000', '113216.799000', '113216.802000', '113216.804000', '113216.807000', '113216.809000', '113216.812000', '113216.815000', '113216.817000', '113216.820000', '113216.822000', '113216.825000', '113216.828000', '113216.830000', '113216.833000', '113216.835000', '113216.847000', '113216.849000', '113216.852000', '113216.855000', '113216.857000', '113216.860000', '113216.863000', '113216.867000', '113216.869000', '113216.872000', '113216.875000', '113216.877000', '113216.880000', '113216.882000', '113216.885000', '113216.888000', '113216.890000', '113216.893000', '113216.895000', '113216.898000', '113216.900000', '113216.903000', '113216.906000', '113216.908000', '113216.911000', '113236.791000', '113236.794000', '113236.797000', '113236.800000', '113236.802000', '113236.805000', '113236.807000', '113236.824000', '113236.827000', '113236.829000', '113236.832000', '113236.835000', '113236.837000', '113236.840000', '113236.842000', '113236.845000', '113236.848000', '113236.850000', '113236.853000', '113236.855000', '113236.858000', '113236.861000', '113236.863000', '113236.866000', '113236.868000', '113236.871000', '113236.873000', '113236.876000', '113236.879000', '113236.881000', '113236.884000', '113236.886000', '113236.889000', '113236.892000', '113236.894000', '113236.897000', '113236.899000', '113236.902000', '113236.905000', '113236.907000', '113236.910000', '113236.912000', '113236.921000', '113236.923000', '113256.792000', '113256.794000', '113256.797000', '113256.799000', '113256.802000', '113256.805000', '113256.807000', '113256.810000', '113256.812000', '113256.815000', '113256.817000', '113256.820000', '113256.822000', '113256.825000', '113256.827000', '113256.830000', '113256.833000', '113256.835000', '113256.838000', '113256.840000', '113256.843000', '113256.845000', '113256.848000', '113256.851000', '113256.853000', '113256.856000', '113256.858000', '113256.861000', '113256.863000', '113256.866000', '113256.874000', '113256.877000', '113256.879000', '113256.882000', '113256.884000', '113256.887000', '113256.890000', '113256.892000', '113256.895000', '113256.897000', '113256.900000', '113256.903000', '113256.905000', '113316.792000', '113316.794000', '113316.797000', '113316.800000', '113316.802000', '113316.805000', '113316.808000', '113316.810000', '113316.813000', '113316.815000', '113316.818000', '113316.821000', '113316.823000', '113316.826000', '113316.828000', '113316.831000', '113316.834000', '113316.836000', '113316.839000', '113316.842000', '113316.844000', '113316.847000', '113316.849000', '113316.852000', '113316.854000', '113316.857000', '113316.864000', '113316.867000', '113316.869000', '113316.872000', '113316.874000', '113316.877000', '113316.880000', '113316.882000', '113316.885000', '113316.888000', '113316.890000', '113316.893000', '113316.895000', '113316.898000', '113316.900000', '113316.903000', '113316.906000', '113316.908000', '113336.790000', '113336.793000', '113336.796000', '113336.798000', '113336.801000', '113336.803000', '113336.806000', '113336.809000', '113336.811000', '113336.814000', '113336.816000', '113336.819000', '113336.822000', '113336.824000', '113336.827000', '113336.829000', '113336.832000', '113336.835000', '113336.837000', '113336.840000', '113336.843000', '113336.845000', '113336.848000', '113336.850000', '113336.853000', '113336.856000', '113336.858000', '113336.861000', '113336.863000', '113336.866000', '113336.869000', '113336.871000', '113336.874000', '113336.877000', '113336.879000', '113336.882000', '113336.884000', '113336.887000', '113336.890000', '113336.892000', '113336.895000', '113336.898000', '113336.900000', '113356.791000', '113356.793000', '113356.796000', '113356.799000', '113356.801000', '113356.804000', '113356.806000', '113356.809000', '113356.811000', '113356.814000', '113356.817000', '113356.819000', '113356.822000', '113356.825000', '113356.827000', '113356.830000', '113356.832000', '113356.835000', '113356.838000', '113356.840000', '113356.843000', '113356.845000', '113356.848000', '113356.850000', '113356.853000', '113356.856000', '113356.858000', '113356.861000', '113356.863000', '113356.866000', '113356.868000', '113356.871000', '113356.874000', '113356.876000', '113356.879000', '113356.881000', '113356.884000', '113356.886000', '113356.889000', '113356.892000', '113356.894000', '113356.897000', '113356.899000', '113356.902000', '113416.792000', '113416.794000', '113416.816000', '113416.819000', '113416.822000', '113416.824000', '113416.827000', '113416.830000', '113416.832000', '113416.835000', '113416.837000', '113416.840000', '113416.843000', '113416.845000', '113416.848000', '113416.851000', '113416.853000', '113416.856000', '113416.858000', '113416.861000', '113416.863000', '113416.866000', '113416.869000', '113416.871000', '113416.874000', '113416.876000', '113416.879000', '113416.890000', '113416.892000', '113416.895000', '113416.897000', '113416.900000', '113416.903000', '113416.905000', '113416.908000', '113416.910000', '113416.913000', '113416.916000', '113416.918000', '113416.921000', '113416.923000', '113416.926000', '113416.928000', '113436.791000', '113436.794000', '113436.797000', '113436.799000', '113436.802000', '113436.805000', '113436.807000', '113436.810000', '113436.813000', '113436.816000', '113436.818000', '113436.821000', '113436.823000', '113436.826000', '113436.829000', '113436.831000', '113436.834000', '113436.836000', '113436.839000', '113436.842000', '113436.844000', '113436.847000', '113436.849000', '113436.852000', '113436.855000', '113436.857000', '113436.860000', '113436.862000', '113436.865000', '113436.867000', '113436.870000', '113436.873000', '113436.875000', '113436.878000', '113436.880000', '113436.883000', '113436.886000', '113436.888000', '113436.891000', '113436.893000', '113436.896000', '113436.898000', '113436.901000', '113436.903000', '113456.792000', '113456.795000', '113456.798000', '113456.800000', '113456.803000', '113456.805000', '113456.808000', '113456.811000', '113456.813000', '113456.816000', '113456.818000', '113456.821000', '113456.824000', '113456.826000', '113456.835000', '113456.837000', '113456.840000', '113456.843000', '113456.845000', '113456.848000', '113456.850000', '113456.853000', '113456.856000', '113456.858000', '113456.861000', '113456.863000', '113456.866000', '113456.869000', '113456.871000', '113456.874000', '113456.877000', '113456.879000', '113456.882000', '113456.884000', '113456.887000', '113456.889000', '113456.892000', '113456.894000', '113456.897000', '113456.900000', '113456.902000', '113456.905000', '113456.907000', '113516.791000', '113516.794000', '113516.797000', '113516.799000', '113516.802000', '113516.804000', '113516.807000', '113516.810000', '113516.812000', '113516.815000', '113516.817000', '113516.820000', '113516.822000', '113516.825000', '113516.827000', '113516.830000', '113516.833000', '113516.835000', '113516.838000', '113516.840000', '113516.843000', '113516.845000', '113516.848000', '113516.850000', '113516.853000', '113516.856000', '113516.858000', '113516.861000', '113516.863000', '113516.866000', '113516.868000', '113516.871000', '113516.874000', '113516.876000', '113516.879000', '113516.881000', '113516.884000', '113516.886000', '113516.889000', '113516.891000', '113516.894000', '113516.896000', '113516.899000', '113516.902000', '113536.791000', '113536.795000', '113536.797000', '113536.800000', '113536.802000', '113536.805000', '113536.808000', '113536.810000', '113536.813000', '113536.815000', '113536.818000', '113536.820000', '113536.823000', '113536.826000', '113536.828000', '113536.831000', '113536.833000', '113536.836000', '113536.839000', '113536.841000', '113536.844000', '113536.846000', '113536.849000', '113536.851000', '113536.854000', '113536.857000', '113536.860000', '113536.871000', '113536.874000', '113536.876000', '113536.879000', '113536.881000', '113536.884000', '113536.886000', '113536.889000', '113536.891000', '113536.894000', '113536.897000', '113536.899000', '113536.902000', '113536.904000', '113536.907000', '113536.909000', '113556.791000', '113556.793000', '113556.796000', '113556.800000', '113556.802000', '113556.805000', '113556.808000', '113556.810000', '113556.813000', '113556.815000', '113556.818000', '113556.821000', '113556.823000', '113556.826000', '113556.828000', '113556.831000', '113556.834000', '113556.836000', '113556.839000', '113556.841000', '113556.844000', '113556.846000', '113556.849000', '113556.852000', '113556.854000', '113556.857000', '113556.860000', '113556.862000', '113556.865000', '113556.867000', '113556.870000', '113556.872000', '113556.875000', '113556.878000', '113556.880000', '113556.883000', '113556.886000', '113556.888000', '113556.891000', '113556.893000', '113556.896000', '113556.899000', '113556.901000', '113556.904000', '113616.791000', '113616.794000', '113616.796000', '113616.799000', '113616.801000', '113616.804000', '113616.806000', '113616.809000', '113616.811000', '113616.814000', '113616.817000', '113616.819000', '113616.822000', '113616.824000', '113616.827000', '113616.829000', '113616.832000', '113616.835000', '113616.837000', '113616.840000', '113616.842000', '113616.845000', '113616.847000', '113616.850000', '113616.853000', '113616.856000', '113616.858000', '113616.861000', '113616.863000', '113616.866000', '113616.869000', '113616.871000', '113616.874000', '113616.877000', '113616.879000', '113616.882000', '113616.884000', '113616.887000', '113616.889000', '113616.892000', '113616.895000', '113616.897000', '113616.900000', '113636.792000', '113636.795000', '113636.797000', '113636.800000', '113636.802000', '113636.805000', '113636.808000', '113636.810000', '113636.813000', '113636.816000', '113636.818000', '113636.821000', '113636.823000', '113636.826000', '113636.829000', '113636.831000', '113636.834000', '113636.837000', '113636.839000', '113636.842000', '113636.844000', '113636.847000', '113636.850000', '113636.852000', '113636.855000', '113636.858000', '113636.860000', '113636.863000', '113636.866000', '113636.868000', '113636.871000', '113636.873000', '113636.876000', '113636.879000', '113636.881000', '113636.884000', '113636.886000', '113636.889000', '113636.891000', '113636.894000', '113636.897000', '113636.899000', '113636.902000', '113636.904000', '113656.792000', '113656.794000', '113656.797000', '113656.800000', '113656.802000', '113656.805000', '113656.807000', '113656.810000', '113656.813000', '113656.815000', '113656.818000', '113656.820000', '113656.823000', '113656.825000', '113656.828000', '113656.831000', '113656.833000', '113656.836000', '113656.838000', '113656.841000', '113656.843000', '113656.846000', '113656.848000', '113656.851000', '113656.854000', '113656.857000', '113656.859000', '113656.862000', '113656.864000', '113656.867000', '113656.869000', '113656.872000', '113656.875000', '113656.877000', '113656.880000', '113656.882000', '113656.885000', '113656.888000', '113656.890000', '113656.893000', '113656.895000', '113656.898000', '113656.900000', '113716.791000', '113716.794000', '113716.797000', '113716.799000', '113716.802000', '113716.805000', '113716.807000', '113716.810000', '113716.813000', '113716.823000', '113716.826000', '113716.829000', '113716.831000', '113716.834000', '113716.836000', '113716.840000', '113716.843000', '113716.845000', '113716.848000', '113716.851000', '113716.853000', '113716.856000', '113716.858000', '113716.861000', '113716.863000', '113716.866000', '113716.869000', '113716.871000', '113716.874000', '113716.876000', '113716.879000', '113716.882000', '113716.886000', '113716.889000', '113716.891000', '113716.894000', '113716.897000', '113716.900000', '113716.902000', '113716.905000', '113716.907000', '113716.910000', '113716.913000', '113736.792000', '113736.795000', '113736.797000', '113736.800000', '113736.803000', '113736.805000', '113736.808000', '113736.811000', '113736.813000', '113736.816000', '113736.819000', '113736.821000', '113736.824000', '113736.827000', '113736.829000', '113736.832000', '113736.835000', '113736.837000', '113736.840000', '113736.842000', '113736.845000', '113736.847000', '113736.850000', '113736.853000', '113736.855000', '113736.858000', '113736.860000', '113736.863000', '113736.865000', '113736.868000', '113736.871000', '113736.873000', '113736.876000', '113736.878000', '113736.881000', '113736.884000', '113736.886000', '113736.889000', '113736.891000', '113736.894000', '113736.896000', '113736.899000', '113736.902000', '113736.904000', '113756.791000', '113756.794000', '113756.797000', '113756.799000', '113756.802000', '113756.805000', '113756.807000', '113756.810000', '113756.813000', '113756.815000', '113756.818000', '113756.820000', '113756.823000', '113756.826000', '113756.828000', '113756.832000', '113756.835000', '113756.837000', '113756.840000', '113756.842000', '113756.845000', '113756.848000', '113756.850000', '113756.853000', '113756.855000', '113756.858000', '113756.860000', '113756.863000', '113756.866000', '113756.868000', '113756.871000', '113756.874000', '113756.876000', '113756.879000', '113756.881000', '113756.884000', '113756.886000', '113756.889000', '113756.892000', '113756.894000', '113756.897000', '113756.899000', '113756.902000', '113816.790000', '113816.793000', '113816.796000', '113816.798000', '113816.801000', '113816.803000', '113816.806000', '113816.809000', '113816.811000', '113816.814000', '113816.816000', '113816.819000', '113816.821000', '113816.824000', '113816.826000', '113816.829000', '113816.832000', '113816.834000', '113816.837000', '113816.839000', '113816.842000', '113816.845000', '113816.847000', '113816.850000', '113816.852000', '113816.855000', '113816.858000', '113816.860000', '113816.863000', '113816.866000', '113816.868000', '113816.871000', '113816.873000', '113816.876000', '113816.878000', '113816.881000', '113816.884000', '113816.886000', '113816.889000', '113816.892000', '113816.894000', '113816.897000', '113816.899000', '113816.902000', '113836.790000', '113836.793000', '113836.796000', '113836.798000', '113836.801000', '113836.824000', '113836.827000', '113836.829000', '113836.832000', '113836.834000', '113836.837000', '113836.840000', '113836.842000', '113836.845000', '113836.847000', '113836.850000', '113836.853000', '113836.855000', '113836.858000', '113836.861000', '113836.863000', '113836.866000', '113836.869000', '113836.871000', '113836.874000', '113836.877000', '113836.880000', '113836.882000', '113836.885000', '113836.888000', '113836.891000', '113836.893000', '113836.896000', '113836.898000', '113836.901000', '113836.904000', '113836.906000', '113836.909000', '113836.911000', '113836.914000', '113836.917000', '113836.919000', '113836.922000', '113856.792000', '113856.794000', '113856.797000', '113856.799000', '113856.802000', '113856.805000', '113856.807000', '113856.810000', '113856.812000', '113856.815000', '113856.818000', '113856.820000', '113856.823000', '113856.825000', '113856.828000', '113856.830000', '113856.833000', '113856.835000', '113856.838000', '113856.841000', '113856.843000', '113856.846000', '113856.848000', '113856.851000', '113856.854000', '113856.856000', '113856.859000', '113856.861000', '113856.864000', '113856.866000', '113856.869000', '113856.872000', '113856.874000', '113856.877000', '113856.879000', '113856.882000', '113856.884000', '113856.887000', '113856.890000', '113856.892000', '113856.895000', '113856.897000', '113856.900000', '113856.903000', '113916.792000', '113916.794000', '113916.797000', '113916.800000', '113916.802000', '113916.805000', '113916.807000', '113916.810000', '113916.812000', '113916.815000', '113916.818000', '113916.820000', '113916.823000', '113916.826000', '113916.828000', '113916.831000', '113916.834000', '113916.836000', '113916.839000', '113916.841000', '113916.844000', '113916.847000', '113916.850000', '113916.852000', '113916.855000', '113916.857000', '113916.860000', '113916.862000', '113916.865000', '113916.868000', '113916.870000', '113916.873000', '113916.876000', '113916.878000', '113916.881000', '113916.883000', '113916.886000', '113916.889000', '113916.891000', '113916.894000', '113916.896000', '113916.899000', '113916.901000', '113936.791000', '113936.794000', '113936.797000', '113936.800000', '113936.802000', '113936.805000', '113936.807000', '113936.810000', '113936.813000', '113936.815000', '113936.818000', '113936.820000', '113936.823000', '113936.825000', '113936.828000', '113936.830000', '113936.836000', '113936.838000', '113936.841000', '113936.844000', '113936.846000', '113936.849000', '113936.851000', '113936.854000', '113936.857000', '113936.859000', '113936.862000', '113936.865000', '113936.867000', '113936.870000', '113936.873000', '113936.875000', '113936.878000', '113936.881000', '113936.883000', '113936.886000', '113936.888000', '113936.891000', '113936.893000', '113936.896000', '113936.899000', '113936.901000', '113936.904000', '113936.906000', '113956.792000', '113956.794000', '113956.822000', '113956.825000', '113956.827000', '113956.830000', '113956.832000', '113956.835000', '113956.837000', '113956.840000', '113956.843000', '113956.845000', '113956.848000', '113956.850000', '113956.853000', '113956.856000', '113956.859000', '113956.861000', '113956.864000', '113956.866000', '113956.869000', '113956.871000', '113956.874000', '113956.877000', '113956.879000', '113956.882000', '113956.884000', '113956.887000', '113956.890000', '113956.892000', '113956.895000', '113956.897000', '113956.900000', '113956.903000', '113956.906000', '113956.908000', '113956.911000', '113956.913000', '113956.916000', '113956.920000', '113956.922000', '113956.925000', '113956.927000', '114016.792000', '114016.794000', '114016.797000', '114016.800000', '114016.803000', '114016.806000', '114016.808000', '114016.811000', '114016.814000', '114016.816000', '114016.819000', '114016.822000', '114016.824000', '114016.827000', '114016.829000', '114016.832000', '114016.835000', '114016.837000', '114016.840000', '114016.842000', '114016.845000', '114016.848000', '114016.850000', '114016.853000', '114016.855000', '114016.858000', '114016.861000', '114016.863000', '114016.866000', '114016.869000', '114016.871000', '114016.874000', '114016.877000', '114016.879000', '114016.882000', '114016.885000', '114016.887000', '114016.890000', '114016.892000', '114016.895000', '114016.898000', '114016.900000', '114016.903000', '114016.905000', '114036.790000', '114036.794000', '114036.796000', '114036.799000', '114036.801000', '114036.804000', '114036.807000', '114036.809000', '114036.812000', '114036.814000', '114036.817000', '114036.820000', '114036.822000', '114036.825000', '114036.828000', '114036.830000', '114036.833000', '114036.835000', '114036.838000', '114036.840000', '114036.843000', '114036.846000', '114036.848000', '114036.851000', '114036.853000', '114036.856000', '114036.858000', '114036.861000', '114036.864000', '114036.866000', '114036.869000', '114036.871000', '114036.874000', '114036.876000', '114036.879000', '114036.882000', '114036.884000', '114036.887000', '114036.890000', '114036.892000', '114036.895000', '114036.898000', '114036.900000', '114056.791000', '114056.793000', '114056.796000', '114056.799000', '114056.801000', '114056.804000', '114056.807000', '114056.809000', '114056.812000', '114056.814000', '114056.817000', '114056.819000', '114056.822000', '114056.825000', '114056.827000', '114056.830000', '114056.832000', '114056.835000', '114056.838000', '114056.840000', '114056.843000', '114056.845000', '114056.848000', '114056.851000', '114056.853000', '114056.856000', '114056.859000', '114056.861000', '114056.864000', '114056.866000', '114056.869000', '114056.872000', '114056.874000', '114056.877000', '114056.879000', '114056.882000', '114056.884000', '114056.887000', '114056.890000', '114056.892000', '114056.895000', '114056.897000', '114056.900000', '114056.902000', '114116.792000', '114116.795000', '114116.797000', '114116.800000', '114116.802000', '114116.805000', '114116.808000', '114116.810000', '114116.813000', '114116.815000', '114116.818000', '114116.821000', '114116.823000', '114116.826000', '114116.828000', '114116.831000', '114116.834000', '114116.836000', '114116.839000', '114116.842000', '114116.844000', '114116.847000', '114116.849000', '114116.852000', '114116.855000', '114116.857000', '114116.860000', '114116.862000', '114116.865000', '114116.868000', '114116.870000', '114116.873000', '114116.876000', '114116.878000', '114116.881000', '114116.883000', '114116.886000', '114116.889000', '114116.891000', '114116.894000', '114116.897000', '114116.900000', '114116.902000', '114136.792000', '114136.795000', '114136.798000', '114136.800000', '114136.803000', '114136.806000', '114136.808000', '114136.811000', '114136.814000', '114136.816000', '114136.819000', '114136.821000', '114136.824000', '114136.827000', '114136.829000', '114136.832000', '114136.835000', '114136.837000', '114136.840000', '114136.842000', '114136.845000', '114136.847000', '114136.850000', '114136.853000', '114136.855000', '114136.858000', '114136.861000', '114136.863000', '114136.866000', '114136.868000', '114136.871000', '114136.873000', '114136.876000', '114136.879000', '114136.881000', '114136.884000', '114136.886000', '114136.889000', '114136.892000', '114136.894000', '114136.897000', '114136.900000', '114136.902000', '114136.905000', '114156.792000', '114156.795000', '114156.797000', '114156.800000', '114156.803000', '114156.805000', '114156.808000', '114156.810000', '114156.813000', '114156.816000', '114156.818000', '114156.821000', '114156.823000', '114156.826000', '114156.829000', '114156.832000', '114156.834000', '114156.837000', '114156.839000', '114156.842000', '114156.845000', '114156.847000', '114156.850000', '114156.853000', '114156.855000', '114156.858000', '114156.860000', '114156.863000', '114156.866000', '114156.869000', '114156.871000', '114156.874000', '114156.876000', '114156.879000', '114156.881000', '114156.884000', '114156.887000', '114156.889000', '114156.892000', '114156.895000', '114156.897000', '114156.900000', '114156.902000', '114216.792000', '114216.794000', '114216.797000', '114216.799000', '114216.802000', '114216.805000', '114216.807000', '114216.810000', '114216.813000', '114216.815000', '114216.818000', '114216.821000', '114216.824000', '114216.827000', '114216.829000', '114216.832000', '114216.835000', '114216.838000', '114216.840000', '114216.843000', '114216.845000', '114216.848000', '114216.851000', '114216.853000', '114216.856000', '114216.858000', '114216.861000', '114216.863000', '114216.866000', '114216.869000', '114216.871000', '114216.874000', '114216.877000', '114216.879000', '114216.882000', '114216.884000', '114216.887000', '114216.890000', '114216.892000', '114216.910000', '114216.913000', '114216.915000', '114216.918000', '114216.921000', '114236.792000', '114236.795000', '114236.798000', '114236.800000', '114236.803000', '114236.805000', '114236.808000', '114236.811000', '114236.814000', '114236.816000', '114236.819000', '114236.821000', '114236.833000', '114236.836000', '114236.839000', '114236.842000', '114236.844000', '114236.847000', '114236.853000', '114236.855000', '114236.858000', '114236.861000', '114236.863000', '114236.866000', '114236.868000', '114236.871000', '114236.874000', '114236.876000', '114236.879000', '114236.881000', '114236.884000', '114236.887000', '114236.889000', '114236.892000', '114236.894000', '114236.897000', '114236.900000', '114236.902000', '114236.905000', '114236.908000', '114236.910000', '114236.913000', '114236.915000', '114256.791000', '114256.793000', '114256.796000', '114256.799000', '114256.801000', '114256.804000', '114256.806000', '114256.809000', '114256.812000', '114256.814000', '114256.817000', '114256.819000', '114256.822000', '114256.825000', '114256.827000', '114256.830000', '114256.833000', '114256.835000', '114256.838000', '114256.840000', '114256.843000', '114256.845000', '114256.848000', '114256.851000', '114256.853000', '114256.856000', '114256.858000', '114256.861000', '114256.864000', '114256.866000', '114256.869000', '114256.871000', '114256.874000', '114256.877000', '114256.879000', '114256.882000', '114256.885000', '114256.887000', '114256.890000', '114256.892000', '114256.895000', '114256.898000', '114256.900000', '114256.903000', '114316.791000', '114316.794000', '114316.796000', '114316.799000', '114316.802000', '114316.804000', '114316.807000', '114316.810000', '114316.812000', '114316.815000', '114316.817000', '114316.820000', '114316.823000', '114316.825000', '114316.828000', '114316.830000', '114316.833000', '114316.836000', '114316.838000', '114316.841000', '114316.843000', '114316.846000', '114316.848000', '114316.851000', '114316.854000', '114316.856000', '114316.859000', '114316.861000', '114316.864000', '114316.867000', '114316.869000', '114316.872000', '114316.874000', '114316.877000', '114316.880000', '114316.882000', '114316.885000', '114316.888000', '114316.890000', '114316.893000', '114316.895000', '114316.898000', '114316.900000', '114336.792000', '114336.794000', '114336.798000', '114336.801000', '114336.804000', '114336.806000', '114336.809000', '114336.812000', '114336.814000', '114336.817000', '114336.820000', '114336.822000', '114336.825000', '114336.827000', '114336.830000', '114336.833000', '114336.835000', '114336.838000', '114336.840000', '114336.843000', '114336.846000', '114336.848000', '114336.851000', '114336.854000', '114336.856000', '114336.859000', '114336.861000', '114336.864000', '114336.866000', '114336.869000', '114336.872000', '114336.874000', '114336.877000', '114336.880000', '114336.883000', '114336.885000', '114336.888000', '114336.890000', '114336.893000', '114336.896000', '114336.898000', '114336.901000', '114336.904000', '114336.906000', '114356.792000', '114356.795000', '114356.797000', '114356.800000', '114356.803000', '114356.805000', '114356.808000', '114356.811000', '114356.813000', '114356.816000', '114356.818000', '114356.821000', '114356.824000', '114356.826000', '114356.829000', '114356.831000', '114356.834000', '114356.837000', '114356.839000', '114356.842000', '114356.845000', '114356.847000', '114356.850000', '114356.852000', '114356.855000', '114356.858000', '114356.860000', '114356.863000', '114356.866000', '114356.868000', '114356.871000', '114356.873000', '114356.876000', '114356.879000', '114356.882000', '114356.884000', '114356.887000', '114356.890000', '114356.892000', '114356.895000', '114356.898000', '114356.900000', '114356.903000', '114408.940000', '114408.943000', '114408.946000', '114408.949000', '114408.951000', '114408.954000', '114408.956000', '114408.959000', '114408.962000', '114408.964000', '114408.967000', '114408.969000', '114408.972000', '114408.974000', '114408.977000', '114408.980000', '114408.982000', '114408.985000', '114408.987000', '114408.990000', '114408.993000', '114408.995000', '114408.998000', '114409.002000', '114409.004000', '114409.007000', '114409.009000'], 'InstanceCreationTime': ['113156.830000', '113156.834000', '113156.836000', '113156.839000', '113156.841000', '113156.844000', '113156.846000', '113156.849000', '113156.851000', '113156.854000', '113156.857000', '113156.859000', '113156.862000', '113156.865000', '113156.867000', '113156.870000', '113156.872000', '113156.875000', '113156.877000', '113156.880000', '113156.882000', '113156.885000', '113156.887000', '113156.890000', '113156.893000', '113156.895000', '113156.898000', '113156.900000', '113156.903000', '113156.905000', '113156.908000', '113156.914000', '113156.916000', '113156.919000', '113156.921000', '113156.924000', '113156.926000', '113156.929000', '113156.931000', '113156.934000', '113156.936000', '113156.939000', '113156.942000', '113156.944000', '113156.947000', '113156.949000', '113156.952000', '113156.955000', '113216.791000', '113216.794000', '113216.797000', '113216.799000', '113216.802000', '113216.804000', '113216.807000', '113216.809000', '113216.812000', '113216.815000', '113216.817000', '113216.820000', '113216.822000', '113216.825000', '113216.828000', '113216.830000', '113216.833000', '113216.835000', '113216.847000', '113216.849000', '113216.852000', '113216.855000', '113216.857000', '113216.860000', '113216.863000', '113216.867000', '113216.869000', '113216.872000', '113216.875000', '113216.877000', '113216.880000', '113216.882000', '113216.885000', '113216.888000', '113216.890000', '113216.893000', '113216.895000', '113216.898000', '113216.900000', '113216.903000', '113216.906000', '113216.908000', '113216.911000', '113236.791000', '113236.794000', '113236.797000', '113236.800000', '113236.802000', '113236.805000', '113236.807000', '113236.824000', '113236.827000', '113236.829000', '113236.832000', '113236.835000', '113236.837000', '113236.840000', '113236.842000', '113236.845000', '113236.848000', '113236.850000', '113236.853000', '113236.855000', '113236.858000', '113236.861000', '113236.863000', '113236.866000', '113236.868000', '113236.871000', '113236.873000', '113236.876000', '113236.879000', '113236.881000', '113236.884000', '113236.886000', '113236.889000', '113236.892000', '113236.894000', '113236.897000', '113236.899000', '113236.902000', '113236.905000', '113236.907000', '113236.910000', '113236.912000', '113236.921000', '113236.923000', '113256.792000', '113256.794000', '113256.797000', '113256.799000', '113256.802000', '113256.805000', '113256.807000', '113256.810000', '113256.812000', '113256.815000', '113256.817000', '113256.820000', '113256.822000', '113256.825000', '113256.827000', '113256.830000', '113256.833000', '113256.835000', '113256.838000', '113256.840000', '113256.843000', '113256.845000', '113256.848000', '113256.851000', '113256.853000', '113256.856000', '113256.858000', '113256.861000', '113256.863000', '113256.866000', '113256.874000', '113256.877000', '113256.879000', '113256.882000', '113256.884000', '113256.887000', '113256.890000', '113256.892000', '113256.895000', '113256.897000', '113256.900000', '113256.903000', '113256.905000', '113316.792000', '113316.794000', '113316.797000', '113316.800000', '113316.802000', '113316.805000', '113316.808000', '113316.810000', '113316.813000', '113316.815000', '113316.818000', '113316.821000', '113316.823000', '113316.826000', '113316.828000', '113316.831000', '113316.834000', '113316.836000', '113316.839000', '113316.842000', '113316.844000', '113316.847000', '113316.849000', '113316.852000', '113316.854000', '113316.857000', '113316.864000', '113316.867000', '113316.869000', '113316.872000', '113316.874000', '113316.877000', '113316.880000', '113316.882000', '113316.885000', '113316.888000', '113316.890000', '113316.893000', '113316.895000', '113316.898000', '113316.900000', '113316.903000', '113316.906000', '113316.908000', '113336.790000', '113336.793000', '113336.796000', '113336.798000', '113336.801000', '113336.803000', '113336.806000', '113336.809000', '113336.811000', '113336.814000', '113336.816000', '113336.819000', '113336.822000', '113336.824000', '113336.827000', '113336.829000', '113336.832000', '113336.835000', '113336.837000', '113336.840000', '113336.843000', '113336.845000', '113336.848000', '113336.850000', '113336.853000', '113336.856000', '113336.858000', '113336.861000', '113336.863000', '113336.866000', '113336.869000', '113336.871000', '113336.874000', '113336.877000', '113336.879000', '113336.882000', '113336.884000', '113336.887000', '113336.890000', '113336.892000', '113336.895000', '113336.898000', '113336.900000', '113356.791000', '113356.793000', '113356.796000', '113356.799000', '113356.801000', '113356.804000', '113356.806000', '113356.809000', '113356.811000', '113356.814000', '113356.817000', '113356.819000', '113356.822000', '113356.825000', '113356.827000', '113356.830000', '113356.832000', '113356.835000', '113356.838000', '113356.840000', '113356.843000', '113356.845000', '113356.848000', '113356.850000', '113356.853000', '113356.856000', '113356.858000', '113356.861000', '113356.863000', '113356.866000', '113356.868000', '113356.871000', '113356.874000', '113356.876000', '113356.879000', '113356.881000', '113356.884000', '113356.886000', '113356.889000', '113356.892000', '113356.894000', '113356.897000', '113356.899000', '113356.902000', '113416.792000', '113416.794000', '113416.816000', '113416.819000', '113416.822000', '113416.824000', '113416.827000', '113416.830000', '113416.832000', '113416.835000', '113416.837000', '113416.840000', '113416.843000', '113416.845000', '113416.848000', '113416.851000', '113416.853000', '113416.856000', '113416.858000', '113416.861000', '113416.863000', '113416.866000', '113416.869000', '113416.871000', '113416.874000', '113416.876000', '113416.879000', '113416.890000', '113416.892000', '113416.895000', '113416.897000', '113416.900000', '113416.903000', '113416.905000', '113416.908000', '113416.910000', '113416.913000', '113416.916000', '113416.918000', '113416.921000', '113416.923000', '113416.926000', '113416.928000', '113436.791000', '113436.794000', '113436.797000', '113436.799000', '113436.802000', '113436.805000', '113436.807000', '113436.810000', '113436.813000', '113436.816000', '113436.818000', '113436.821000', '113436.823000', '113436.826000', '113436.829000', '113436.831000', '113436.834000', '113436.836000', '113436.839000', '113436.842000', '113436.844000', '113436.847000', '113436.849000', '113436.852000', '113436.855000', '113436.857000', '113436.860000', '113436.862000', '113436.865000', '113436.867000', '113436.870000', '113436.873000', '113436.875000', '113436.878000', '113436.880000', '113436.883000', '113436.886000', '113436.888000', '113436.891000', '113436.893000', '113436.896000', '113436.898000', '113436.901000', '113436.903000', '113456.792000', '113456.795000', '113456.798000', '113456.800000', '113456.803000', '113456.805000', '113456.808000', '113456.811000', '113456.813000', '113456.816000', '113456.818000', '113456.821000', '113456.824000', '113456.826000', '113456.835000', '113456.837000', '113456.840000', '113456.843000', '113456.845000', '113456.848000', '113456.850000', '113456.853000', '113456.856000', '113456.858000', '113456.861000', '113456.863000', '113456.866000', '113456.869000', '113456.871000', '113456.874000', '113456.877000', '113456.879000', '113456.882000', '113456.884000', '113456.887000', '113456.889000', '113456.892000', '113456.894000', '113456.897000', '113456.900000', '113456.902000', '113456.905000', '113456.907000', '113516.791000', '113516.794000', '113516.797000', '113516.799000', '113516.802000', '113516.804000', '113516.807000', '113516.810000', '113516.812000', '113516.815000', '113516.817000', '113516.820000', '113516.822000', '113516.825000', '113516.827000', '113516.830000', '113516.833000', '113516.835000', '113516.838000', '113516.840000', '113516.843000', '113516.845000', '113516.848000', '113516.850000', '113516.853000', '113516.856000', '113516.858000', '113516.861000', '113516.863000', '113516.866000', '113516.868000', '113516.871000', '113516.874000', '113516.876000', '113516.879000', '113516.881000', '113516.884000', '113516.886000', '113516.889000', '113516.891000', '113516.894000', '113516.896000', '113516.899000', '113516.902000', '113536.791000', '113536.795000', '113536.797000', '113536.800000', '113536.802000', '113536.805000', '113536.808000', '113536.810000', '113536.813000', '113536.815000', '113536.818000', '113536.820000', '113536.823000', '113536.826000', '113536.828000', '113536.831000', '113536.833000', '113536.836000', '113536.839000', '113536.841000', '113536.844000', '113536.846000', '113536.849000', '113536.851000', '113536.854000', '113536.857000', '113536.860000', '113536.871000', '113536.874000', '113536.876000', '113536.879000', '113536.881000', '113536.884000', '113536.886000', '113536.889000', '113536.891000', '113536.894000', '113536.897000', '113536.899000', '113536.902000', '113536.904000', '113536.907000', '113536.909000', '113556.791000', '113556.793000', '113556.796000', '113556.800000', '113556.802000', '113556.805000', '113556.808000', '113556.810000', '113556.813000', '113556.815000', '113556.818000', '113556.821000', '113556.823000', '113556.826000', '113556.828000', '113556.831000', '113556.834000', '113556.836000', '113556.839000', '113556.841000', '113556.844000', '113556.846000', '113556.849000', '113556.852000', '113556.854000', '113556.857000', '113556.860000', '113556.862000', '113556.865000', '113556.867000', '113556.870000', '113556.872000', '113556.875000', '113556.878000', '113556.880000', '113556.883000', '113556.886000', '113556.888000', '113556.891000', '113556.893000', '113556.896000', '113556.899000', '113556.901000', '113556.904000', '113616.791000', '113616.794000', '113616.796000', '113616.799000', '113616.801000', '113616.804000', '113616.806000', '113616.809000', '113616.811000', '113616.814000', '113616.817000', '113616.819000', '113616.822000', '113616.824000', '113616.827000', '113616.829000', '113616.832000', '113616.835000', '113616.837000', '113616.840000', '113616.842000', '113616.845000', '113616.847000', '113616.850000', '113616.853000', '113616.856000', '113616.858000', '113616.861000', '113616.863000', '113616.866000', '113616.869000', '113616.871000', '113616.874000', '113616.877000', '113616.879000', '113616.882000', '113616.884000', '113616.887000', '113616.889000', '113616.892000', '113616.895000', '113616.897000', '113616.900000', '113636.792000', '113636.795000', '113636.797000', '113636.800000', '113636.802000', '113636.805000', '113636.808000', '113636.810000', '113636.813000', '113636.816000', '113636.818000', '113636.821000', '113636.823000', '113636.826000', '113636.829000', '113636.831000', '113636.834000', '113636.837000', '113636.839000', '113636.842000', '113636.844000', '113636.847000', '113636.850000', '113636.852000', '113636.855000', '113636.858000', '113636.860000', '113636.863000', '113636.866000', '113636.868000', '113636.871000', '113636.873000', '113636.876000', '113636.879000', '113636.881000', '113636.884000', '113636.886000', '113636.889000', '113636.891000', '113636.894000', '113636.897000', '113636.899000', '113636.902000', '113636.904000', '113656.792000', '113656.794000', '113656.797000', '113656.800000', '113656.802000', '113656.805000', '113656.807000', '113656.810000', '113656.813000', '113656.815000', '113656.818000', '113656.820000', '113656.823000', '113656.825000', '113656.828000', '113656.831000', '113656.833000', '113656.836000', '113656.838000', '113656.841000', '113656.843000', '113656.846000', '113656.848000', '113656.851000', '113656.854000', '113656.857000', '113656.859000', '113656.862000', '113656.864000', '113656.867000', '113656.869000', '113656.872000', '113656.875000', '113656.877000', '113656.880000', '113656.882000', '113656.885000', '113656.888000', '113656.890000', '113656.893000', '113656.895000', '113656.898000', '113656.900000', '113716.791000', '113716.794000', '113716.797000', '113716.799000', '113716.802000', '113716.805000', '113716.807000', '113716.810000', '113716.813000', '113716.823000', '113716.826000', '113716.829000', '113716.831000', '113716.834000', '113716.836000', '113716.840000', '113716.843000', '113716.845000', '113716.848000', '113716.851000', '113716.853000', '113716.856000', '113716.858000', '113716.861000', '113716.863000', '113716.866000', '113716.869000', '113716.871000', '113716.874000', '113716.876000', '113716.879000', '113716.882000', '113716.886000', '113716.889000', '113716.891000', '113716.894000', '113716.897000', '113716.900000', '113716.902000', '113716.905000', '113716.907000', '113716.910000', '113716.913000', '113736.792000', '113736.795000', '113736.797000', '113736.800000', '113736.803000', '113736.805000', '113736.808000', '113736.811000', '113736.813000', '113736.816000', '113736.819000', '113736.821000', '113736.824000', '113736.827000', '113736.829000', '113736.832000', '113736.835000', '113736.837000', '113736.840000', '113736.842000', '113736.845000', '113736.847000', '113736.850000', '113736.853000', '113736.855000', '113736.858000', '113736.860000', '113736.863000', '113736.865000', '113736.868000', '113736.871000', '113736.873000', '113736.876000', '113736.878000', '113736.881000', '113736.884000', '113736.886000', '113736.889000', '113736.891000', '113736.894000', '113736.896000', '113736.899000', '113736.902000', '113736.904000', '113756.791000', '113756.794000', '113756.797000', '113756.799000', '113756.802000', '113756.805000', '113756.807000', '113756.810000', '113756.813000', '113756.815000', '113756.818000', '113756.820000', '113756.823000', '113756.826000', '113756.828000', '113756.832000', '113756.835000', '113756.837000', '113756.840000', '113756.842000', '113756.845000', '113756.848000', '113756.850000', '113756.853000', '113756.855000', '113756.858000', '113756.860000', '113756.863000', '113756.866000', '113756.868000', '113756.871000', '113756.874000', '113756.876000', '113756.879000', '113756.881000', '113756.884000', '113756.886000', '113756.889000', '113756.892000', '113756.894000', '113756.897000', '113756.899000', '113756.902000', '113816.790000', '113816.793000', '113816.796000', '113816.798000', '113816.801000', '113816.803000', '113816.806000', '113816.809000', '113816.811000', '113816.814000', '113816.816000', '113816.819000', '113816.821000', '113816.824000', '113816.826000', '113816.829000', '113816.832000', '113816.834000', '113816.837000', '113816.839000', '113816.842000', '113816.845000', '113816.847000', '113816.850000', '113816.852000', '113816.855000', '113816.858000', '113816.860000', '113816.863000', '113816.866000', '113816.868000', '113816.871000', '113816.873000', '113816.876000', '113816.878000', '113816.881000', '113816.884000', '113816.886000', '113816.889000', '113816.892000', '113816.894000', '113816.897000', '113816.899000', '113816.902000', '113836.790000', '113836.793000', '113836.796000', '113836.798000', '113836.801000', '113836.824000', '113836.827000', '113836.829000', '113836.832000', '113836.834000', '113836.837000', '113836.840000', '113836.842000', '113836.845000', '113836.847000', '113836.850000', '113836.853000', '113836.855000', '113836.858000', '113836.861000', '113836.863000', '113836.866000', '113836.869000', '113836.871000', '113836.874000', '113836.877000', '113836.880000', '113836.882000', '113836.885000', '113836.888000', '113836.891000', '113836.893000', '113836.896000', '113836.898000', '113836.901000', '113836.904000', '113836.906000', '113836.909000', '113836.911000', '113836.914000', '113836.917000', '113836.919000', '113836.922000', '113856.792000', '113856.794000', '113856.797000', '113856.799000', '113856.802000', '113856.805000', '113856.807000', '113856.810000', '113856.812000', '113856.815000', '113856.818000', '113856.820000', '113856.823000', '113856.825000', '113856.828000', '113856.830000', '113856.833000', '113856.835000', '113856.838000', '113856.841000', '113856.843000', '113856.846000', '113856.848000', '113856.851000', '113856.854000', '113856.856000', '113856.859000', '113856.861000', '113856.864000', '113856.866000', '113856.869000', '113856.872000', '113856.874000', '113856.877000', '113856.879000', '113856.882000', '113856.884000', '113856.887000', '113856.890000', '113856.892000', '113856.895000', '113856.897000', '113856.900000', '113856.903000', '113916.792000', '113916.794000', '113916.797000', '113916.800000', '113916.802000', '113916.805000', '113916.807000', '113916.810000', '113916.812000', '113916.815000', '113916.818000', '113916.820000', '113916.823000', '113916.826000', '113916.828000', '113916.831000', '113916.834000', '113916.836000', '113916.839000', '113916.841000', '113916.844000', '113916.847000', '113916.850000', '113916.852000', '113916.855000', '113916.857000', '113916.860000', '113916.862000', '113916.865000', '113916.868000', '113916.870000', '113916.873000', '113916.876000', '113916.878000', '113916.881000', '113916.883000', '113916.886000', '113916.889000', '113916.891000', '113916.894000', '113916.896000', '113916.899000', '113916.901000', '113936.791000', '113936.794000', '113936.797000', '113936.800000', '113936.802000', '113936.805000', '113936.807000', '113936.810000', '113936.813000', '113936.815000', '113936.818000', '113936.820000', '113936.823000', '113936.825000', '113936.828000', '113936.830000', '113936.836000', '113936.838000', '113936.841000', '113936.844000', '113936.846000', '113936.849000', '113936.851000', '113936.854000', '113936.857000', '113936.859000', '113936.862000', '113936.865000', '113936.867000', '113936.870000', '113936.873000', '113936.875000', '113936.878000', '113936.881000', '113936.883000', '113936.886000', '113936.888000', '113936.891000', '113936.893000', '113936.896000', '113936.899000', '113936.901000', '113936.904000', '113936.906000', '113956.792000', '113956.794000', '113956.822000', '113956.825000', '113956.827000', '113956.830000', '113956.832000', '113956.835000', '113956.837000', '113956.840000', '113956.843000', '113956.845000', '113956.848000', '113956.850000', '113956.853000', '113956.856000', '113956.859000', '113956.861000', '113956.864000', '113956.866000', '113956.869000', '113956.871000', '113956.874000', '113956.877000', '113956.879000', '113956.882000', '113956.884000', '113956.887000', '113956.890000', '113956.892000', '113956.895000', '113956.897000', '113956.900000', '113956.903000', '113956.906000', '113956.908000', '113956.911000', '113956.913000', '113956.916000', '113956.920000', '113956.922000', '113956.925000', '113956.927000', '114016.792000', '114016.794000', '114016.797000', '114016.800000', '114016.803000', '114016.806000', '114016.808000', '114016.811000', '114016.814000', '114016.816000', '114016.819000', '114016.822000', '114016.824000', '114016.827000', '114016.829000', '114016.832000', '114016.835000', '114016.837000', '114016.840000', '114016.842000', '114016.845000', '114016.848000', '114016.850000', '114016.853000', '114016.855000', '114016.858000', '114016.861000', '114016.863000', '114016.866000', '114016.869000', '114016.871000', '114016.874000', '114016.877000', '114016.879000', '114016.882000', '114016.885000', '114016.887000', '114016.890000', '114016.892000', '114016.895000', '114016.898000', '114016.900000', '114016.903000', '114016.905000', '114036.790000', '114036.794000', '114036.796000', '114036.799000', '114036.801000', '114036.804000', '114036.807000', '114036.809000', '114036.812000', '114036.814000', '114036.817000', '114036.820000', '114036.822000', '114036.825000', '114036.828000', '114036.830000', '114036.833000', '114036.835000', '114036.838000', '114036.840000', '114036.843000', '114036.846000', '114036.848000', '114036.851000', '114036.853000', '114036.856000', '114036.858000', '114036.861000', '114036.864000', '114036.866000', '114036.869000', '114036.871000', '114036.874000', '114036.876000', '114036.879000', '114036.882000', '114036.884000', '114036.887000', '114036.890000', '114036.892000', '114036.895000', '114036.898000', '114036.900000', '114056.791000', '114056.793000', '114056.796000', '114056.799000', '114056.801000', '114056.804000', '114056.807000', '114056.809000', '114056.812000', '114056.814000', '114056.817000', '114056.819000', '114056.822000', '114056.825000', '114056.827000', '114056.830000', '114056.832000', '114056.835000', '114056.838000', '114056.840000', '114056.843000', '114056.845000', '114056.848000', '114056.851000', '114056.853000', '114056.856000', '114056.859000', '114056.861000', '114056.864000', '114056.866000', '114056.869000', '114056.872000', '114056.874000', '114056.877000', '114056.879000', '114056.882000', '114056.884000', '114056.887000', '114056.890000', '114056.892000', '114056.895000', '114056.897000', '114056.900000', '114056.902000', '114116.792000', '114116.795000', '114116.797000', '114116.800000', '114116.802000', '114116.805000', '114116.808000', '114116.810000', '114116.813000', '114116.815000', '114116.818000', '114116.821000', '114116.823000', '114116.826000', '114116.828000', '114116.831000', '114116.834000', '114116.836000', '114116.839000', '114116.842000', '114116.844000', '114116.847000', '114116.849000', '114116.852000', '114116.855000', '114116.857000', '114116.860000', '114116.862000', '114116.865000', '114116.868000', '114116.870000', '114116.873000', '114116.876000', '114116.878000', '114116.881000', '114116.883000', '114116.886000', '114116.889000', '114116.891000', '114116.894000', '114116.897000', '114116.900000', '114116.902000', '114136.792000', '114136.795000', '114136.798000', '114136.800000', '114136.803000', '114136.806000', '114136.808000', '114136.811000', '114136.814000', '114136.816000', '114136.819000', '114136.821000', '114136.824000', '114136.827000', '114136.829000', '114136.832000', '114136.835000', '114136.837000', '114136.840000', '114136.842000', '114136.845000', '114136.847000', '114136.850000', '114136.853000', '114136.855000', '114136.858000', '114136.861000', '114136.863000', '114136.866000', '114136.868000', '114136.871000', '114136.873000', '114136.876000', '114136.879000', '114136.881000', '114136.884000', '114136.886000', '114136.889000', '114136.892000', '114136.894000', '114136.897000', '114136.900000', '114136.902000', '114136.905000', '114156.792000', '114156.795000', '114156.797000', '114156.800000', '114156.803000', '114156.805000', '114156.808000', '114156.810000', '114156.813000', '114156.816000', '114156.818000', '114156.821000', '114156.823000', '114156.826000', '114156.829000', '114156.832000', '114156.834000', '114156.837000', '114156.839000', '114156.842000', '114156.845000', '114156.847000', '114156.850000', '114156.853000', '114156.855000', '114156.858000', '114156.860000', '114156.863000', '114156.866000', '114156.869000', '114156.871000', '114156.874000', '114156.876000', '114156.879000', '114156.881000', '114156.884000', '114156.887000', '114156.889000', '114156.892000', '114156.895000', '114156.897000', '114156.900000', '114156.902000', '114216.792000', '114216.794000', '114216.797000', '114216.799000', '114216.802000', '114216.805000', '114216.807000', '114216.810000', '114216.813000', '114216.815000', '114216.818000', '114216.821000', '114216.824000', '114216.827000', '114216.829000', '114216.832000', '114216.835000', '114216.838000', '114216.840000', '114216.843000', '114216.845000', '114216.848000', '114216.851000', '114216.853000', '114216.856000', '114216.858000', '114216.861000', '114216.863000', '114216.866000', '114216.869000', '114216.871000', '114216.874000', '114216.877000', '114216.879000', '114216.882000', '114216.884000', '114216.887000', '114216.890000', '114216.892000', '114216.910000', '114216.913000', '114216.915000', '114216.918000', '114216.921000', '114236.792000', '114236.795000', '114236.798000', '114236.800000', '114236.803000', '114236.805000', '114236.808000', '114236.811000', '114236.814000', '114236.816000', '114236.819000', '114236.821000', '114236.833000', '114236.836000', '114236.839000', '114236.842000', '114236.844000', '114236.847000', '114236.853000', '114236.855000', '114236.858000', '114236.861000', '114236.863000', '114236.866000', '114236.868000', '114236.871000', '114236.874000', '114236.876000', '114236.879000', '114236.881000', '114236.884000', '114236.887000', '114236.889000', '114236.892000', '114236.894000', '114236.897000', '114236.900000', '114236.902000', '114236.905000', '114236.908000', '114236.910000', '114236.913000', '114236.915000', '114256.791000', '114256.793000', '114256.796000', '114256.799000', '114256.801000', '114256.804000', '114256.806000', '114256.809000', '114256.812000', '114256.814000', '114256.817000', '114256.819000', '114256.822000', '114256.825000', '114256.827000', '114256.830000', '114256.833000', '114256.835000', '114256.838000', '114256.840000', '114256.843000', '114256.845000', '114256.848000', '114256.851000', '114256.853000', '114256.856000', '114256.858000', '114256.861000', '114256.864000', '114256.866000', '114256.869000', '114256.871000', '114256.874000', '114256.877000', '114256.879000', '114256.882000', '114256.885000', '114256.887000', '114256.890000', '114256.892000', '114256.895000', '114256.898000', '114256.900000', '114256.903000', '114316.791000', '114316.794000', '114316.796000', '114316.799000', '114316.802000', '114316.804000', '114316.807000', '114316.810000', '114316.812000', '114316.815000', '114316.817000', '114316.820000', '114316.823000', '114316.825000', '114316.828000', '114316.830000', '114316.833000', '114316.836000', '114316.838000', '114316.841000', '114316.843000', '114316.846000', '114316.848000', '114316.851000', '114316.854000', '114316.856000', '114316.859000', '114316.861000', '114316.864000', '114316.867000', '114316.869000', '114316.872000', '114316.874000', '114316.877000', '114316.880000', '114316.882000', '114316.885000', '114316.888000', '114316.890000', '114316.893000', '114316.895000', '114316.898000', '114316.900000', '114336.792000', '114336.794000', '114336.798000', '114336.801000', '114336.804000', '114336.806000', '114336.809000', '114336.812000', '114336.814000', '114336.817000', '114336.820000', '114336.822000', '114336.825000', '114336.827000', '114336.830000', '114336.833000', '114336.835000', '114336.838000', '114336.840000', '114336.843000', '114336.846000', '114336.848000', '114336.851000', '114336.854000', '114336.856000', '114336.859000', '114336.861000', '114336.864000', '114336.866000', '114336.869000', '114336.872000', '114336.874000', '114336.877000', '114336.880000', '114336.883000', '114336.885000', '114336.888000', '114336.890000', '114336.893000', '114336.896000', '114336.898000', '114336.901000', '114336.904000', '114336.906000', '114356.792000', '114356.795000', '114356.797000', '114356.800000', '114356.803000', '114356.805000', '114356.808000', '114356.811000', '114356.813000', '114356.816000', '114356.818000', '114356.821000', '114356.824000', '114356.826000', '114356.829000', '114356.831000', '114356.834000', '114356.837000', '114356.839000', '114356.842000', '114356.845000', '114356.847000', '114356.850000', '114356.852000', '114356.855000', '114356.858000', '114356.860000', '114356.863000', '114356.866000', '114356.868000', '114356.871000', '114356.873000', '114356.876000', '114356.879000', '114356.882000', '114356.884000', '114356.887000', '114356.890000', '114356.892000', '114356.895000', '114356.898000', '114356.900000', '114356.903000', '114408.940000', '114408.943000', '114408.946000', '114408.949000', '114408.951000', '114408.954000', '114408.956000', '114408.959000', '114408.962000', '114408.964000', '114408.967000', '114408.969000', '114408.972000', '114408.974000', '114408.977000', '114408.980000', '114408.982000', '114408.985000', '114408.987000', '114408.990000', '114408.993000', '114408.995000', '114408.998000', '114409.002000', '114409.004000', '114409.007000', '114409.009000'], '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': [8440, 10708, 8170, 11728, 7978, 11830, 8140, 11235, 9157, 11519, 8830, 12106, 8676, 11826, 8916, 11750, 10203, 8949, 9866, 8091, 10133, 8066, 11559, 7922, 10044, 7939, 9544, 8130, 10595, 8192, 10528, 8153, 10250, 8204, 10616, 8414, 10786, 8316, 12003, 9763, 8423, 10895, 8400, 11533, 8435, 10568, 8724, 10179, 8553, 10958, 8392, 10436, 9467, 9396, 8414, 9989, 8391, 11088, 8117, 10342, 8947, 9552, 8440, 10403, 8325, 12593, 8950, 11205, 9077, 10519, 8514, 9989, 8268, 10860, 8211, 10753, 8028, 9767, 8531, 9183, 9122, 7986, 12193, 8088, 12524, 8495, 10812, 8766, 10754, 8641, 9777, 9939, 9672, 9692, 8542, 9538, 8387, 9960, 8358, 9578, 9233, 9476, 9132, 9245, 10934, 9335, 11956, 8992, 10607, 8310, 10290, 8245, 10564, 8002, 11020, 7984, 9872, 7969, 9844, 8113, 11038, 8320, 11415, 8067, 10278, 8193, 9356, 8382, 10155, 8370, 10727, 8120, 10468, 8136, 9667, 8239, 10023, 8034, 9579, 8372, 9257, 8370, 10436, 8398, 10376, 8201, 10091, 8657, 9893, 8488, 10593, 8429, 10145, 8387, 10168, 8236, 10009, 8334, 11265, 8462, 10832, 11525, 8771, 12462, 8308, 10764, 8397, 9991, 8461, 10322, 8206, 11065, 9790, 9894, 9012, 8369, 10400, 8211, 9839, 8225, 10179, 8327, 10455, 8344, 11056, 8355, 10264, 8249, 10316, 8078, 10719, 8675, 11269, 9484, 9860, 9348, 8123, 10414, 8011, 10206, 8443, 9512, 7958, 9435, 8031, 10825, 8381, 10185, 9893, 10065, 9735, 9435, 8045, 9682, 8440, 9990, 8575, 12017, 9358, 10908, 9931, 8651, 9421, 8370, 9879, 8228, 11273, 8127, 10120, 8314, 10566, 8318, 10362, 8188, 11611, 11048, 8510, 11281, 9573, 8160, 8293, 8342, 10332, 8369, 10220, 8477, 10945, 9302, 11652, 9161, 11853, 9504, 11587, 10451, 11783, 11161, 11294, 10667, 11437, 10274, 8152, 10015, 8360, 10827, 8260, 11100, 8122, 10925, 8405, 9843, 7948, 11373, 8187, 7823, 10992, 7817, 9638, 8328, 8199, 9945, 8512, 10622, 8459, 10677, 8446, 10237, 8546, 10921, 8680, 10161, 8630, 9964, 9491, 8985, 9713, 8604, 10266, 8613, 10696, 8858, 11782, 8463, 10867, 8329, 11848, 8305, 10200, 8095, 11162, 8116, 10286, 7929, 10204, 7907, 10528, 8132, 11650, 10273, 10949, 11788, 9537, 10220, 8261, 10248, 7989, 10325, 9164, 11608, 10833, 12135, 10376, 9668, 10582, 9221, 11264, 9006, 11240, 8441, 9580, 8113, 10470, 8256, 11079, 8225, 10722, 7788, 9640, 7772, 11159, 8178, 8103, 10696, 8060, 10333, 8447, 11992, 9150, 12065, 9746, 11919, 10339, 11012, 11096, 8381, 9147, 8303, 11350, 12039, 8812, 12422, 8224, 10993, 8333, 10778, 9658, 12144, 10131, 10816, 10165, 7890, 10912, 8381, 10485, 8737, 9636, 8168, 10080, 8068, 9455, 7889, 11358, 9913, 8935, 10526, 8118, 9210, 8259, 11455, 9879, 8986, 10071, 8268, 11174, 8205, 10371, 7954, 10160, 8027, 10286, 7970, 11351, 9794, 11302, 11174, 10793, 10651, 8070, 10034, 8047, 10537, 10360, 8044, 11875, 7920, 11717, 8694, 10579, 10512, 9086, 10852, 8242, 9861, 8183, 9799, 7995, 9451, 8136, 10175, 8542, 11129, 11120, 7815, 10290, 7984, 10279, 10844, 8699, 10188, 8642, 9933, 8050, 10990, 8024, 10928, 8197, 11459, 7916, 10058, 7803, 9785, 7900, 11031, 9470, 7793, 9033, 7978, 10871, 10498, 8179, 11869, 8673, 11300, 8360, 12405, 9365, 8172, 11247, 8219, 10468, 8332, 11259, 8186, 11065, 8175, 10827, 9267, 10903, 8943, 10870, 8972, 11298, 9318, 10274, 11812, 8025, 9772, 8002, 11519, 9805, 11712, 11309, 10725, 10917, 8182, 9783, 8099, 9529, 8059, 10164, 8613, 11710, 9085, 11778, 9561, 12025, 10572, 10010, 9528, 8491, 10188, 8773, 8086, 9566, 8298, 11894, 10174, 10130, 10696, 8252, 10647, 8199, 12344, 8076, 12616, 8079, 11243, 8187, 12249, 8806, 7979, 9007, 7907, 10315, 9930, 10101, 10505, 8246, 13245, 9237, 7930, 10321, 7814, 10333, 8766, 11011, 9703, 11835, 9184, 11719, 9707, 8172, 11084, 8426, 9058, 8023, 10345, 9439, 10869, 10766, 7930, 10694, 8407, 8049, 10118, 8291, 7829, 9632, 9596, 8052, 10296, 8717, 12695, 10375, 9641, 10488, 8156, 9972, 8162, 9977, 8033, 9775, 8368, 9859, 8321, 9951, 7830, 11190, 9798, 8068, 9412, 8016, 11177, 9543, 8221, 9846, 8376, 10913, 8258, 12292, 8297, 11263, 8821, 13251, 8451, 12216, 9526, 13192, 10314, 14013, 10113, 7910, 10318, 8166, 9166, 8180, 10654, 8660, 13074, 9729, 7799, 10785, 8151, 10324, 8612, 10264, 8200, 9269, 8370, 11085, 7978, 10794, 7870, 9290, 8196, 8847, 8191, 10277, 8736, 11644, 10743, 8144, 10599, 8322, 10941, 8010, 10156, 8036, 11978, 8028, 11396, 8762, 11899, 9996, 11924, 10771, 8116, 9048, 8258, 10136, 8868, 11762, 10553, 10508, 10979, 8152, 9304, 8148, 9551, 8170, 9885, 8836, 11534, 9624, 10139, 9865, 7911, 10968, 8023, 11218, 7873, 10509, 8085, 11015, 9982, 8037, 10625, 8281, 9960, 8003, 12034, 11922, 8082, 10497, 9274, 9054, 10514, 9702, 9856, 10705, 11155, 9943, 10044, 12113, 10096, 13149, 9540, 12841, 8635, 10617, 7912, 10254, 8033, 10187, 7869, 10670, 8101, 8528, 9937, 8327, 11007, 7922, 9476, 8003, 10340, 8187, 11434, 9331, 12155, 10476, 12498, 10256, 12010, 9866, 8386, 10379, 8038, 9930, 8126, 12221, 8078, 12105, 8967, 12129, 10397, 12276, 10601, 8884, 9954, 8225, 9875, 8192, 10426, 7996, 10961, 8972, 12195, 10507, 8274, 9861, 8704, 8027, 9084, 7991, 10369, 8520, 11480, 8525, 12290, 9387, 13409, 10309, 14542, 12692, 14063, 13355, 13971, 12805, 13503, 11619, 12753, 11185, 12372, 11240, 11094, 10977, 10135, 11645, 8521, 9952, 8201, 11301, 9704, 7928, 10553, 7964, 9371, 7848, 9681, 7739, 11906, 8070, 11115, 8006, 10675, 8394, 10744, 8945, 12432, 8378, 11192, 10615, 8133, 10087, 8221, 10471, 10629, 8326, 10683, 8596, 11347, 8405, 11518, 8482, 11110, 8207, 11389, 8702, 11192, 8239, 12369, 8128, 10550, 8370, 10544, 8628, 10224, 8056, 11673, 8408, 11024, 10510, 8037, 11244, 8045, 10487, 8488, 12380, 9066, 10552, 10662, 9320, 11345, 8776, 10348, 7836, 10529, 7915, 10619, 8202, 11582, 8253, 11529, 8145, 10502, 8180, 9938, 8092, 9934, 7883, 9169, 10567, 7944, 11097, 8075, 9659, 8331, 10312, 8500, 11912, 9767, 9944, 10347, 8901, 10071, 10650, 10407, 8743, 11915, 8512, 10999, 8396, 11773, 10673, 12933, 11426, 9503, 10335, 8450, 10385, 8370, 10569, 9255, 10409, 8120, 9663, 8465, 10591, 8859, 10586, 7953, 10528, 8168, 10867, 8164, 10724, 9348, 11996, 11150, 8400, 11846, 8296, 10814, 7975, 11375, 8665, 12186, 9748, 13621, 9219, 8195, 11064, 8161, 10817, 8520, 11181, 8298, 9956, 8039, 10218, 7968, 10555, 9427, 10647, 10047, 8241, 9126, 8320, 10166, 7902, 11345, 9207, 8077, 11152, 8253, 10612, 8241, 10546, 8637, 10396, 8364, 10172, 8540, 10610, 8132, 10762, 9671, 8101, 8692, 8123, 11640, 10814, 12498, 10848, 12057, 11295, 11411, 10541, 12981, 10802, 13948, 9820, 14205, 10027, 13330, 8892, 12345, 9764, 10177, 11972, 8270, 10485, 8170, 10646, 8209, 10916, 9935, 12655, 10973, 11376, 10834, 8329, 10607, 8215, 11102, 8437, 10972, 8052, 10482, 8334, 9886, 8652, 9981, 8199, 10479, 8899, 9826, 8678, 8407, 10441, 9014, 8537, 10674, 8598, 12126, 8370, 12819, 8560, 11414, 8303, 12143, 9206, 14185, 8076, 13301, 8212, 12358, 8229, 10690, 8896, 13918, 8795, 13613, 9622, 12949, 11741, 11633, 11699, 8293, 10112, 8248, 11047, 8406, 11457, 8170, 10141, 8354, 11015, 8424, 10681, 8148, 10084, 8526, 10026, 10581, 8195, 10743, 8097, 10257, 10155, 8394, 9543, 8148, 10272, 9462, 12468, 10135, 12975, 9620, 13007, 9815, 13299, 10733, 8046, 10181, 8235, 11743, 8221, 10844, 8410, 12007, 9832, 8084, 8484, 8266, 10569, 9479, 11574, 10785, 9100, 11094, 8259, 9398, 8140, 10181, 8296, 10584, 8103, 10392, 8178, 11472, 7930, 10253, 8057, 11577, 9506, 8963, 10516, 8434, 10674, 8524, 12254, 8312, 10919, 8298, 10654, 8083, 9859, 8215, 10546, 8110, 11439, 8109, 11594, 7983, 10680, 7982, 11101, 7856, 10997, 7981, 10898, 7974, 11596, 7954, 10742, 9731, 9330, 10324, 8142, 9442, 8353, 10769, 10403, 9490, 11796, 8304, 10710, 8454, 11396, 9215, 12102, 9031, 13104, 9665, 13167, 8060, 12232, 8849, 12263, 10663, 8161, 10176, 8125, 10016, 8013, 10537, 8823, 11780, 10041, 11944, 9994, 10440, 10940, 11621, 11410, 12387, 10652, 10991, 10650, 10837, 10849, 11253, 11304, 8041, 10210, 8334, 9352, 8358, 10573, 8057, 11239, 9246, 12047, 9920, 8860, 10719, 9070, 11029, 9554, 10160, 8279, 11608, 8576, 11534, 8360, 12400, 7950, 11297, 8920, 12749, 9459, 8211, 9705, 8642, 11073, 10831, 11094, 10692, 10540, 10787, 8358, 10034, 9589, 10246, 14908, 10126, 14010, 9284, 13214, 8682, 11587, 8241, 10791, 8045, 10738, 8003, 10083, 7946, 9974, 8134, 10073, 7821, 9788, 9191, 8240, 10235, 8422, 10599, 8081, 11256, 8170, 11927, 8312, 11229, 8262, 11525, 8882, 10887, 8175, 9644, 8221, 10597, 10340, 10638, 11239, 10427, 8460, 9933, 8384, 10858, 8284, 10511, 7964, 11533, 9931, 8042, 10265, 8196, 9997, 8320, 12963, 8176, 11541, 8114, 11569, 8226, 10605, 8237, 10529, 7989, 11543, 8248, 12512, 8518, 12256, 10697, 8205, 9846, 9089, 7858, 8090, 7947, 11705, 8082, 11522, 8014, 10915, 8241, 11445, 8367, 11075, 8420, 10901, 13230, 10839, 15141, 10412, 14250, 9776, 13892, 9859, 13245, 10532, 10240, 10660, 7800, 11161, 8506, 9368, 8377, 10220, 9416, 10559, 11342, 8476, 9350, 8232, 10922, 10890, 7959, 9716, 7959, 8169, 10745, 8056, 11211, 8171, 12778, 9779, 8191, 10607, 8368, 10138, 8301, 10682, 8161, 12108, 9510, 9949, 10929, 8292, 10592, 8627, 10443, 8400, 10902, 8191, 10773, 7967, 9448, 10146, 8138, 10762, 9487, 11654, 10467, 8255, 10255, 9195, 12318, 11283, 11086, 11256, 9578, 12024, 8249, 10764, 8240, 10037, 8010, 10055, 7780, 11426, 8192, 12079, 10588, 8428, 11705, 8298, 7916, 8909, 8831, 7699, 8728, 8474, 9973, 8232, 8506, 12420, 9529, 14044, 9935, 14397, 9265, 13794, 8482, 13913, 8087, 11527, 8236, 10461, 8468, 9959, 8232, 10423, 7948, 11124, 8818, 11264, 10146, 8072, 10489, 8582, 9384, 8258, 9773, 8211, 10417, 8399, 11102, 9296, 10764, 10206, 9355, 11371, 8017, 9999, 8073, 12263, 8274, 8462, 9931, 9120, 8820, 11973, 8681, 12057, 8976, 13463, 8692, 12390, 10073, 13499, 10483, 14101, 11580, 7911, 10427, 8303, 10136, 8298, 10431, 8210, 10217, 8032, 9934, 8103, 10420, 8078, 11034, 9714, 8419, 10496, 8134, 10695, 8229, 11295, 9714, 12494, 10281, 11325, 11472, 8383, 10261, 8281, 11099, 8426, 10984, 7943, 10683, 7895, 9211, 9807, 8096, 10723, 8207, 12237, 8162, 11410, 8146, 12117, 8081, 11470, 8273, 11161, 8188, 10397, 8151, 10172, 7919, 11154, 8085, 11300, 8903, 10016, 10398, 8342, 10286, 8167, 11818, 8059, 11192, 7984, 12538, 9320, 9349, 11290, 8475, 10915, 8202, 11314, 8389, 10362, 7938, 11493, 10536, 8958, 10634, 8304, 10847, 8449, 11084, 8315, 9645, 7857, 7844, 11121, 8132, 11113, 9090, 10174, 10223, 8302, 8256, 8524, 8318, 11285, 9483, 12138, 9385, 12671, 10581, 12179, 11968, 9218, 12726, 8465, 13261, 9397, 15761, 9250, 14586, 10059, 11406, 11196, 8260, 10583, 8355, 10217, 8141, 11572, 9978, 10257, 11207, 8246, 11064, 8342, 9384, 8151, 12145, 8533, 8111, 10520, 9227, 7909, 8481, 8885, 8160, 9820, 8456, 8557, 8988, 8752, 10880, 12268, 9263, 13164, 10193, 15633, 11752], 'WindowCenter': [4545.0, 4561.0, 4518.0, 4554.0, 4503.0, 4543.0, 4503.0, 4540.0, 4510.0, 4528.0, 4499.0, 4537.0, 4498.0, 4537.0, 4512.0, 4549.0, 4530.0, 4500.0, 4521.0, 4489.0, 4531.0, 4490.0, 4542.0, 4501.0, 4532.0, 4491.0, 4522.0, 4490.0, 4532.0, 4501.0, 4542.0, 4504.0, 4532.0, 4513.0, 4543.0, 4502.0, 4541.0, 4515.0, 4564.0, 4545.0, 4514.0, 4555.0, 4514.0, 4566.0, 4516.0, 4546.0, 4524.0, 4543.0, 4513.0, 4556.0, 4516.0, 4545.0, 4523.0, 4523.0, 4499.0, 4519.0, 4499.0, 4542.0, 4491.0, 4533.0, 4512.0, 4522.0, 4503.0, 4531.0, 4502.0, 4549.0, 4512.0, 4542.0, 4524.0, 4531.0, 4500.0, 4519.0, 4500.0, 4530.0, 4489.0, 4530.0, 4489.0, 4521.0, 4499.0, 4508.0, 4507.0, 4489.0, 4537.0, 4492.0, 4552.0, 4512.0, 4542.0, 4514.0, 4540.0, 4512.0, 4521.0, 4533.0, 4533.0, 4534.0, 4513.0, 4535.0, 4501.0, 4533.0, 4502.0, 4535.0, 4523.0, 4524.0, 4512.0, 4521.0, 4531.0, 4521.0, 4552.0, 4513.0, 4530.0, 4499.0, 4519.0, 4490.0, 4518.0, 4489.0, 4530.0, 4491.0, 4521.0, 4489.0, 4519.0, 4490.0, 4529.0, 4489.0, 4541.0, 4503.0, 4532.0, 4501.0, 4521.0, 4501.0, 4533.0, 4502.0, 4556.0, 4504.0, 4531.0, 4491.0, 4524.0, 4500.0, 4532.0, 4503.0, 4522.0, 4502.0, 4522.0, 4503.0, 4542.0, 4504.0, 4532.0, 4515.0, 4533.0, 4513.0, 4532.0, 4514.0, 4532.0, 4504.0, 4532.0, 4514.0, 4534.0, 4502.0, 4532.0, 4514.0, 4540.0, 4503.0, 4542.0, 4565.0, 4513.0, 4564.0, 4504.0, 4544.0, 4502.0, 4521.0, 4502.0, 4533.0, 4504.0, 4541.0, 4533.0, 4519.0, 4511.0, 4513.0, 4542.0, 4502.0, 4532.0, 4502.0, 4545.0, 4517.0, 4543.0, 4504.0, 4541.0, 4500.0, 4520.0, 4501.0, 4519.0, 4491.0, 4531.0, 4510.0, 4540.0, 4520.0, 4520.0, 4510.0, 4489.0, 4531.0, 4490.0, 4531.0, 4500.0, 4511.0, 4489.0, 4512.0, 4490.0, 4531.0, 4499.0, 4529.0, 4520.0, 4531.0, 4519.0, 4511.0, 4492.0, 4522.0, 4502.0, 4532.0, 4512.0, 4551.0, 4524.0, 4541.0, 4534.0, 4511.0, 4524.0, 4501.0, 4522.0, 4500.0, 4544.0, 4503.0, 4532.0, 4502.0, 4532.0, 4502.0, 4531.0, 4501.0, 4551.0, 4555.0, 4514.0, 4555.0, 4535.0, 4502.0, 4514.0, 4527.0, 4545.0, 4513.0, 4534.0, 4515.0, 4554.0, 4524.0, 4543.0, 4522.0, 4540.0, 4522.0, 4529.0, 4518.0, 4528.0, 4527.0, 4516.0, 4517.0, 4527.0, 4505.0, 4473.0, 4506.0, 4473.0, 4515.0, 4473.0, 4516.0, 4474.0, 4516.0, 4487.0, 4505.0, 4487.0, 4526.0, 4489.0, 4478.0, 4540.0, 4503.0, 4535.0, 4515.0, 4516.0, 4547.0, 4525.0, 4554.0, 4527.0, 4560.0, 4526.0, 4547.0, 4526.0, 4555.0, 4515.0, 4545.0, 4526.0, 4536.0, 4535.0, 4523.0, 4534.0, 4512.0, 4545.0, 4524.0, 4545.0, 4513.0, 4554.0, 4502.0, 4542.0, 4502.0, 4553.0, 4504.0, 4531.0, 4491.0, 4531.0, 4490.0, 4520.0, 4491.0, 4528.0, 4490.0, 4528.0, 4491.0, 4539.0, 4519.0, 4529.0, 4542.0, 4520.0, 4520.0, 4489.0, 4520.0, 4490.0, 4520.0, 4510.0, 4539.0, 4542.0, 4540.0, 4531.0, 4507.0, 4529.0, 4508.0, 4529.0, 4498.0, 4542.0, 4490.0, 4521.0, 4488.0, 4529.0, 4488.0, 4530.0, 4489.0, 4531.0, 4491.0, 4510.0, 4492.0, 4530.0, 4500.0, 4492.0, 4541.0, 4514.0, 4544.0, 4514.0, 4552.0, 4523.0, 4551.0, 4522.0, 4541.0, 4544.0, 4542.0, 4542.0, 4503.0, 4522.0, 4501.0, 4539.0, 4564.0, 4524.0, 4564.0, 4514.0, 4542.0, 4501.0, 4540.0, 4522.0, 4552.0, 4532.0, 4530.0, 4531.0, 4488.0, 4531.0, 4500.0, 4531.0, 4497.0, 4521.0, 4490.0, 4520.0, 4489.0, 4522.0, 4502.0, 4538.0, 4533.0, 4508.0, 4530.0, 4488.0, 4519.0, 4504.0, 4539.0, 4520.0, 4500.0, 4520.0, 4489.0, 4530.0, 4500.0, 4529.0, 4490.0, 4520.0, 4490.0, 4519.0, 4490.0, 4530.0, 4520.0, 4539.0, 4542.0, 4540.0, 4532.0, 4490.0, 4521.0, 4492.0, 4530.0, 4531.0, 4504.0, 4552.0, 4492.0, 4542.0, 4513.0, 4532.0, 4530.0, 4510.0, 4532.0, 4500.0, 4522.0, 4490.0, 4520.0, 4489.0, 4510.0, 4490.0, 4519.0, 4511.0, 4541.0, 4540.0, 4480.0, 4530.0, 4491.0, 4530.0, 4542.0, 4501.0, 4531.0, 4501.0, 4522.0, 4490.0, 4530.0, 4490.0, 4530.0, 4489.0, 4540.0, 4489.0, 4519.0, 4480.0, 4518.0, 4489.0, 4529.0, 4522.0, 4490.0, 4511.0, 4503.0, 4542.0, 4543.0, 4502.0, 4555.0, 4512.0, 4544.0, 4503.0, 4551.0, 4523.0, 4500.0, 4543.0, 4514.0, 4543.0, 4504.0, 4542.0, 4505.0, 4541.0, 4503.0, 4531.0, 4522.0, 4540.0, 4512.0, 4529.0, 4511.0, 4529.0, 4511.0, 4531.0, 4551.0, 4491.0, 4521.0, 4503.0, 4540.0, 4522.0, 4540.0, 4544.0, 4530.0, 4528.0, 4490.0, 4521.0, 4490.0, 4510.0, 4491.0, 4531.0, 4501.0, 4539.0, 4512.0, 4540.0, 4520.0, 4539.0, 4530.0, 4520.0, 4520.0, 4502.0, 4530.0, 4512.0, 4501.0, 4532.0, 4515.0, 4565.0, 4545.0, 4534.0, 4544.0, 4504.0, 4533.0, 4502.0, 4553.0, 4490.0, 4539.0, 4489.0, 4528.0, 4489.0, 4537.0, 4497.0, 4477.0, 4498.0, 4489.0, 4518.0, 4521.0, 4521.0, 4518.0, 4490.0, 4549.0, 4509.0, 4490.0, 4519.0, 4480.0, 4518.0, 4499.0, 4518.0, 4510.0, 4538.0, 4509.0, 4526.0, 4509.0, 4487.0, 4528.0, 4488.0, 4499.0, 4488.0, 4518.0, 4509.0, 4529.0, 4529.0, 4490.0, 4533.0, 4513.0, 4494.0, 4521.0, 4501.0, 4492.0, 4523.0, 4523.0, 4505.0, 4548.0, 4527.0, 4554.0, 4534.0, 4512.0, 4531.0, 4479.0, 4522.0, 4490.0, 4519.0, 4488.0, 4522.0, 4489.0, 4510.0, 4489.0, 4522.0, 4482.0, 4530.0, 4523.0, 4491.0, 4512.0, 4505.0, 4555.0, 4537.0, 4505.0, 4547.0, 4515.0, 4555.0, 4514.0, 4564.0, 4516.0, 4544.0, 4526.0, 4563.0, 4503.0, 4553.0, 4522.0, 4563.0, 4531.0, 4550.0, 4521.0, 4480.0, 4518.0, 4488.0, 4496.0, 4489.0, 4531.0, 4501.0, 4536.0, 4511.0, 4467.0, 4518.0, 4478.0, 4518.0, 4488.0, 4507.0, 4476.0, 4498.0, 4475.0, 4527.0, 4478.0, 4529.0, 4477.0, 4511.0, 4486.0, 4495.0, 4488.0, 4530.0, 4514.0, 4542.0, 4532.0, 4491.0, 4533.0, 4502.0, 4541.0, 4503.0, 4533.0, 4492.0, 4541.0, 4491.0, 4541.0, 4503.0, 4540.0, 4533.0, 4542.0, 4531.0, 4492.0, 4512.0, 4501.0, 4531.0, 4512.0, 4554.0, 4544.0, 4531.0, 4531.0, 4490.0, 4511.0, 4490.0, 4511.0, 4489.0, 4520.0, 4513.0, 4540.0, 4510.0, 4519.0, 4521.0, 4488.0, 4528.0, 4479.0, 4541.0, 4489.0, 4531.0, 4491.0, 4528.0, 4519.0, 4490.0, 4532.0, 4499.0, 4522.0, 4493.0, 4552.0, 4551.0, 4492.0, 4532.0, 4524.0, 4524.0, 4546.0, 4522.0, 4536.0, 4533.0, 4531.0, 4520.0, 4521.0, 4539.0, 4520.0, 4538.0, 4508.0, 4537.0, 4486.0, 4505.0, 4478.0, 4505.0, 4477.0, 4507.0, 4488.0, 4516.0, 4490.0, 4498.0, 4508.0, 4489.0, 4529.0, 4503.0, 4522.0, 4504.0, 4532.0, 4515.0, 4541.0, 4524.0, 4552.0, 4546.0, 4553.0, 4533.0, 4550.0, 4533.0, 4500.0, 4532.0, 4501.0, 4533.0, 4491.0, 4551.0, 4492.0, 4540.0, 4512.0, 4538.0, 4521.0, 4540.0, 4530.0, 4499.0, 4509.0, 4490.0, 4520.0, 4490.0, 4531.0, 4491.0, 4529.0, 4499.0, 4538.0, 4533.0, 4502.0, 4520.0, 4501.0, 4490.0, 4535.0, 4504.0, 4531.0, 4503.0, 4540.0, 4502.0, 4541.0, 4512.0, 4549.0, 4521.0, 4548.0, 4538.0, 4535.0, 4525.0, 4522.0, 4512.0, 4509.0, 4501.0, 4508.0, 4491.0, 4497.0, 4489.0, 4487.0, 4489.0, 4478.0, 4499.0, 4471.0, 4480.0, 4463.0, 4511.0, 4494.0, 4476.0, 4518.0, 4477.0, 4510.0, 4492.0, 4508.0, 4481.0, 4538.0, 4489.0, 4539.0, 4503.0, 4544.0, 4502.0, 4542.0, 4512.0, 4551.0, 4501.0, 4544.0, 4544.0, 4505.0, 4532.0, 4515.0, 4544.0, 4545.0, 4515.0, 4557.0, 4526.0, 4555.0, 4505.0, 4556.0, 4514.0, 4544.0, 4502.0, 4554.0, 4515.0, 4543.0, 4490.0, 4552.0, 4479.0, 4520.0, 4487.0, 4520.0, 4501.0, 4520.0, 4479.0, 4528.0, 4489.0, 4514.0, 4519.0, 4477.0, 4528.0, 4493.0, 4532.0, 4502.0, 4538.0, 4500.0, 4518.0, 4519.0, 4509.0, 4530.0, 4500.0, 4522.0, 4478.0, 4519.0, 4475.0, 4519.0, 4487.0, 4528.0, 4488.0, 4529.0, 4478.0, 4528.0, 4489.0, 4519.0, 4490.0, 4518.0, 4491.0, 4510.0, 4542.0, 4504.0, 4543.0, 4504.0, 4534.0, 4513.0, 4543.0, 4527.0, 4566.0, 4546.0, 4535.0, 4546.0, 4524.0, 4535.0, 4542.0, 4545.0, 4513.0, 4555.0, 4514.0, 4543.0, 4504.0, 4552.0, 4546.0, 4562.0, 4543.0, 4523.0, 4533.0, 4503.0, 4532.0, 4502.0, 4543.0, 4511.0, 4530.0, 4481.0, 4509.0, 4490.0, 4519.0, 4499.0, 4520.0, 4478.0, 4529.0, 4491.0, 4530.0, 4491.0, 4529.0, 4511.0, 4540.0, 4541.0, 4490.0, 4542.0, 4491.0, 4529.0, 4491.0, 4539.0, 4499.0, 4541.0, 4509.0, 4548.0, 4508.0, 4488.0, 4530.0, 4488.0, 4531.0, 4500.0, 4530.0, 4489.0, 4519.0, 4489.0, 4518.0, 4491.0, 4518.0, 4511.0, 4519.0, 4522.0, 4487.0, 4508.0, 4501.0, 4533.0, 4504.0, 4542.0, 4525.0, 4503.0, 4544.0, 4503.0, 4546.0, 4514.0, 4545.0, 4503.0, 4545.0, 4502.0, 4534.0, 4502.0, 4534.0, 4493.0, 4543.0, 4522.0, 4493.0, 4510.0, 4503.0, 4541.0, 4544.0, 4565.0, 4544.0, 4553.0, 4544.0, 4540.0, 4530.0, 4540.0, 4518.0, 4546.0, 4510.0, 4547.0, 4508.0, 4537.0, 4488.0, 4523.0, 4506.0, 4504.0, 4528.0, 4477.0, 4506.0, 4475.0, 4516.0, 4476.0, 4516.0, 4509.0, 4538.0, 4529.0, 4528.0, 4518.0, 4488.0, 4519.0, 4486.0, 4530.0, 4490.0, 4531.0, 4489.0, 4521.0, 4489.0, 4519.0, 4500.0, 4518.0, 4500.0, 4531.0, 4513.0, 4534.0, 4513.0, 4517.0, 4544.0, 4537.0, 4539.0, 4559.0, 4528.0, 4569.0, 4516.0, 4577.0, 4527.0, 4557.0, 4516.0, 4566.0, 4512.0, 4565.0, 4494.0, 4552.0, 4489.0, 4539.0, 4489.0, 4519.0, 4497.0, 4537.0, 4488.0, 4535.0, 4497.0, 4535.0, 4539.0, 4527.0, 4526.0, 4475.0, 4506.0, 4475.0, 4515.0, 4474.0, 4527.0, 4474.0, 4506.0, 4477.0, 4516.0, 4475.0, 4515.0, 4478.0, 4508.0, 4488.0, 4507.0, 4520.0, 4490.0, 4528.0, 4490.0, 4521.0, 4520.0, 4490.0, 4509.0, 4492.0, 4522.0, 4523.0, 4540.0, 4522.0, 4550.0, 4511.0, 4549.0, 4524.0, 4551.0, 4529.0, 4479.0, 4519.0, 4486.0, 4530.0, 4489.0, 4530.0, 4490.0, 4537.0, 4508.0, 4480.0, 4500.0, 4490.0, 4519.0, 4521.0, 4540.0, 4532.0, 4509.0, 4543.0, 4491.0, 4511.0, 4491.0, 4521.0, 4492.0, 4532.0, 4491.0, 4520.0, 4491.0, 4529.0, 4480.0, 4520.0, 4493.0, 4540.0, 4512.0, 4499.0, 4529.0, 4489.0, 4531.0, 4500.0, 4552.0, 4502.0, 4531.0, 4502.0, 4532.0, 4491.0, 4520.0, 4490.0, 4532.0, 4505.0, 4541.0, 4492.0, 4529.0, 4490.0, 4519.0, 4492.0, 4528.0, 4493.0, 4532.0, 4490.0, 4530.0, 4492.0, 4530.0, 4492.0, 4543.0, 4521.0, 4513.0, 4531.0, 4492.0, 4521.0, 4504.0, 4543.0, 4545.0, 4534.0, 4554.0, 4505.0, 4545.0, 4506.0, 4542.0, 4525.0, 4565.0, 4516.0, 4550.0, 4522.0, 4550.0, 4491.0, 4539.0, 4501.0, 4540.0, 4520.0, 4488.0, 4520.0, 4490.0, 4520.0, 4491.0, 4534.0, 4514.0, 4541.0, 4521.0, 4541.0, 4522.0, 4518.0, 4531.0, 4529.0, 4541.0, 4539.0, 4520.0, 4517.0, 4519.0, 4516.0, 4529.0, 4529.0, 4530.0, 4478.0, 4519.0, 4489.0, 4497.0, 4491.0, 4528.0, 4503.0, 4542.0, 4513.0, 4552.0, 4535.0, 4511.0, 4533.0, 4512.0, 4546.0, 4522.0, 4533.0, 4501.0, 4542.0, 4501.0, 4542.0, 4502.0, 4563.0, 4493.0, 4542.0, 4512.0, 4552.0, 4535.0, 4514.0, 4523.0, 4515.0, 4542.0, 4544.0, 4545.0, 4545.0, 4533.0, 4534.0, 4502.0, 4522.0, 4510.0, 4521.0, 4549.0, 4520.0, 4549.0, 4497.0, 4524.0, 4476.0, 4515.0, 4474.0, 4505.0, 4465.0, 4503.0, 4464.0, 4504.0, 4465.0, 4508.0, 4477.0, 4507.0, 4480.0, 4507.0, 4509.0, 4489.0, 4522.0, 4501.0, 4534.0, 4493.0, 4543.0, 4503.0, 4554.0, 4503.0, 4544.0, 4503.0, 4555.0, 4512.0, 4532.0, 4492.0, 4512.0, 4487.0, 4532.0, 4518.0, 4532.0, 4531.0, 4532.0, 4491.0, 4523.0, 4500.0, 4532.0, 4502.0, 4542.0, 4503.0, 4541.0, 4533.0, 4492.0, 4534.0, 4503.0, 4535.0, 4505.0, 4564.0, 4504.0, 4555.0, 4492.0, 4544.0, 4492.0, 4521.0, 4492.0, 4521.0, 4479.0, 4528.0, 4490.0, 4539.0, 4501.0, 4541.0, 4531.0, 4500.0, 4520.0, 4499.0, 4489.0, 4491.0, 4492.0, 4541.0, 4492.0, 4542.0, 4491.0, 4531.0, 4491.0, 4542.0, 4491.0, 4531.0, 4490.0, 4517.0, 4525.0, 4505.0, 4533.0, 4504.0, 4522.0, 4493.0, 4523.0, 4482.0, 4510.0, 4490.0, 4478.0, 4490.0, 4439.0, 4501.0, 4472.0, 4484.0, 4474.0, 4495.0, 4486.0, 4506.0, 4516.0, 4476.0, 4499.0, 4491.0, 4529.0, 4528.0, 4489.0, 4520.0, 4502.0, 4501.0, 4543.0, 4504.0, 4555.0, 4516.0, 4553.0, 4535.0, 4502.0, 4545.0, 4504.0, 4533.0, 4516.0, 4547.0, 4515.0, 4552.0, 4524.0, 4524.0, 4545.0, 4502.0, 4533.0, 4513.0, 4534.0, 4501.0, 4532.0, 4503.0, 4532.0, 4494.0, 4522.0, 4531.0, 4503.0, 4542.0, 4525.0, 4542.0, 4534.0, 4506.0, 4533.0, 4524.0, 4552.0, 4544.0, 4545.0, 4558.0, 4522.0, 4543.0, 4488.0, 4529.0, 4478.0, 4508.0, 4478.0, 4507.0, 4468.0, 4530.0, 4490.0, 4539.0, 4520.0, 4489.0, 4539.0, 4490.0, 4491.0, 4514.0, 4527.0, 4494.0, 4517.0, 4519.0, 4549.0, 4517.0, 4530.0, 4580.0, 4539.0, 4565.0, 4525.0, 4551.0, 4499.0, 4535.0, 4477.0, 4537.0, 4465.0, 4518.0, 4475.0, 4494.0, 4464.0, 4481.0, 4461.0, 4491.0, 4464.0, 4503.0, 4499.0, 4529.0, 4519.0, 4478.0, 4518.0, 4487.0, 4509.0, 4488.0, 4520.0, 4503.0, 4533.0, 4502.0, 4542.0, 4524.0, 4530.0, 4533.0, 4522.0, 4556.0, 4503.0, 4523.0, 4494.0, 4552.0, 4514.0, 4517.0, 4536.0, 4536.0, 4527.0, 4571.0, 4529.0, 4567.0, 4525.0, 4565.0, 4515.0, 4553.0, 4524.0, 4562.0, 4534.0, 4563.0, 4531.0, 4480.0, 4521.0, 4488.0, 4521.0, 4478.0, 4519.0, 4488.0, 4507.0, 4477.0, 4508.0, 4478.0, 4507.0, 4479.0, 4518.0, 4521.0, 4491.0, 4528.0, 4490.0, 4530.0, 4491.0, 4530.0, 4511.0, 4552.0, 4532.0, 4529.0, 4542.0, 4491.0, 4521.0, 4489.0, 4532.0, 4490.0, 4531.0, 4492.0, 4529.0, 4493.0, 4510.0, 4521.0, 4491.0, 4543.0, 4515.0, 4554.0, 4503.0, 4542.0, 4493.0, 4543.0, 4491.0, 4543.0, 4501.0, 4529.0, 4491.0, 4519.0, 4480.0, 4521.0, 4482.0, 4529.0, 4492.0, 4530.0, 4503.0, 4521.0, 4522.0, 4489.0, 4521.0, 4503.0, 4553.0, 4492.0, 4532.0, 4491.0, 4540.0, 4513.0, 4511.0, 4530.0, 4502.0, 4544.0, 4501.0, 4531.0, 4491.0, 4520.0, 4481.0, 4529.0, 4520.0, 4500.0, 4521.0, 4491.0, 4533.0, 4491.0, 4531.0, 4492.0, 4509.0, 4491.0, 4493.0, 4544.0, 4494.0, 4556.0, 4539.0, 4547.0, 4546.0, 4518.0, 4517.0, 4514.0, 4517.0, 4543.0, 4527.0, 4555.0, 4525.0, 4554.0, 4534.0, 4543.0, 4543.0, 4500.0, 4540.0, 4477.0, 4527.0, 4485.0, 4534.0, 4475.0, 4522.0, 4484.0, 4502.0, 4504.0, 4451.0, 4492.0, 4450.0, 4480.0, 4450.0, 4501.0, 4483.0, 4491.0, 4504.0, 4463.0, 4504.0, 4477.0, 4498.0, 4480.0, 4526.0, 4485.0, 4480.0, 4520.0, 4511.0, 4516.0, 4527.0, 4515.0, 4518.0, 4549.0, 4518.0, 4528.0, 4529.0, 4533.0, 4561.0, 4572.0, 4541.0, 4582.0, 4551.0, 4578.0, 4545.0], 'WindowWidth': [9997.0, 10006.0, 9940.0, 9980.0, 9910.0, 9961.0, 9910.0, 9953.0, 9909.0, 9931.0, 9895.0, 9940.0, 9891.0, 9940.0, 9915.0, 9962.0, 9938.0, 9897.0, 9926.0, 9880.0, 9939.0, 9883.0, 9959.0, 9904.0, 9946.0, 9887.0, 9930.0, 9885.0, 9944.0, 9902.0, 9958.0, 9911.0, 9945.0, 9924.0, 9961.0, 9905.0, 9957.0, 9929.0, 9994.0, 9968.0, 9926.0, 9983.0, 9926.0, 10000.0, 9932.0, 9971.0, 9939.0, 9963.0, 9921.0, 9985.0, 9930.0, 9969.0, 9934.0, 9933.0, 9893.0, 9923.0, 9895.0, 9958.0, 9887.0, 9949.0, 9917.0, 9931.0, 9905.0, 9941.0, 9905.0, 9964.0, 9917.0, 9959.0, 9936.0, 9943.0, 9900.0, 9922.0, 9897.0, 9937.0, 9880.0, 9939.0, 9884.0, 9928.0, 9894.0, 9907.0, 9902.0, 9882.0, 9944.0, 9888.0, 9972.0, 9919.0, 9958.0, 9923.0, 9952.0, 9918.0, 9928.0, 9949.0, 9950.0, 9953.0, 9921.0, 9954.0, 9901.0, 9948.0, 9906.0, 9956.0, 9934.0, 9935.0, 9916.0, 9929.0, 9939.0, 9927.0, 9973.0, 9920.0, 9940.0, 9895.0, 9920.0, 9881.0, 9918.0, 9880.0, 9939.0, 9886.0, 9928.0, 9881.0, 9924.0, 9883.0, 9936.0, 9882.0, 9956.0, 9908.0, 9945.0, 9901.0, 9930.0, 9902.0, 9947.0, 9904.0, 9985.0, 9911.0, 9943.0, 9887.0, 9936.0, 9896.0, 9945.0, 9908.0, 9932.0, 9904.0, 9932.0, 9906.0, 9956.0, 9908.0, 9946.0, 9927.0, 9948.0, 9920.0, 9945.0, 9921.0, 9944.0, 9909.0, 9944.0, 9927.0, 9949.0, 9905.0, 9945.0, 9924.0, 9955.0, 9909.0, 9959.0, 9998.0, 9924.0, 9992.0, 9909.0, 9965.0, 9903.0, 9928.0, 9903.0, 9948.0, 9910.0, 9958.0, 9948.0, 9921.0, 9914.0, 9922.0, 9959.0, 9903.0, 9944.0, 9905.0, 9969.0, 9936.0, 9962.0, 9909.0, 9954.0, 9897.0, 9924.0, 9900.0, 9919.0, 9884.0, 9941.0, 9913.0, 9951.0, 9925.0, 9923.0, 9910.0, 9879.0, 9938.0, 9881.0, 9941.0, 9896.0, 9914.0, 9881.0, 9916.0, 9882.0, 9940.0, 9893.0, 9935.0, 9925.0, 9942.0, 9921.0, 9915.0, 9890.0, 9931.0, 9905.0, 9944.0, 9919.0, 9969.0, 9938.0, 9956.0, 9949.0, 9914.0, 9935.0, 9899.0, 9931.0, 9899.0, 9964.0, 9908.0, 9944.0, 9905.0, 9944.0, 9905.0, 9939.0, 9902.0, 9972.0, 9981.0, 9925.0, 9984.0, 9956.0, 9905.0, 9924.0, 9950.0, 9968.0, 9923.0, 9951.0, 9925.0, 9979.0, 9939.0, 9960.0, 9933.0, 9952.0, 9929.0, 9934.0, 9917.0, 9927.0, 9927.0, 9909.0, 9914.0, 9927.0, 9895.0, 9847.0, 9895.0, 9848.0, 9907.0, 9846.0, 9908.0, 9850.0, 9909.0, 9871.0, 9895.0, 9875.0, 9925.0, 9880.0, 9865.0, 9953.0, 9910.0, 9954.0, 9928.0, 9930.0, 9976.0, 9941.0, 9982.0, 9950.0, 9997.0, 9945.0, 9975.0, 9945.0, 9983.0, 9927.0, 9967.0, 9945.0, 9958.0, 9955.0, 9935.0, 9952.0, 9918.0, 9970.0, 9939.0, 9968.0, 9920.0, 9977.0, 9902.0, 9958.0, 9903.0, 9976.0, 9909.0, 9941.0, 9887.0, 9938.0, 9883.0, 9923.0, 9887.0, 9933.0, 9883.0, 9933.0, 9885.0, 9948.0, 9922.0, 9933.0, 9956.0, 9923.0, 9923.0, 9880.0, 9924.0, 9883.0, 9922.0, 9912.0, 9950.0, 9957.0, 9950.0, 9941.0, 9902.0, 9935.0, 9904.0, 9935.0, 9892.0, 9955.0, 9884.0, 9926.0, 9876.0, 9936.0, 9877.0, 9937.0, 9879.0, 9941.0, 9888.0, 9910.0, 9890.0, 9935.0, 9899.0, 9888.0, 9956.0, 9926.0, 9965.0, 9923.0, 9973.0, 9933.0, 9969.0, 9932.0, 9954.0, 9964.0, 9958.0, 9960.0, 9907.0, 9930.0, 9903.0, 9951.0, 9993.0, 9940.0, 9992.0, 9923.0, 9959.0, 9901.0, 9952.0, 9932.0, 9972.0, 9944.0, 9937.0, 9940.0, 9877.0, 9937.0, 9896.0, 9939.0, 9889.0, 9927.0, 9881.0, 9922.0, 9881.0, 9930.0, 9905.0, 9947.0, 9946.0, 9905.0, 9937.0, 9879.0, 9924.0, 9910.0, 9950.0, 9926.0, 9896.0, 9925.0, 9879.0, 9937.0, 9896.0, 9937.0, 9882.0, 9923.0, 9883.0, 9921.0, 9883.0, 9935.0, 9923.0, 9948.0, 9956.0, 9951.0, 9942.0, 9882.0, 9926.0, 9889.0, 9937.0, 9943.0, 9909.0, 9973.0, 9890.0, 9956.0, 9919.0, 9941.0, 9939.0, 9909.0, 9942.0, 9897.0, 9930.0, 9881.0, 9923.0, 9879.0, 9909.0, 9882.0, 9920.0, 9915.0, 9954.0, 9953.0, 9870.0, 9937.0, 9887.0, 9938.0, 9956.0, 9900.0, 9942.0, 9901.0, 9929.0, 9881.0, 9937.0, 9881.0, 9937.0, 9880.0, 9952.0, 9881.0, 9919.0, 9869.0, 9917.0, 9879.0, 9934.0, 9929.0, 9884.0, 9914.0, 9906.0, 9956.0, 9960.0, 9904.0, 9981.0, 9919.0, 9963.0, 9909.0, 9969.0, 9933.0, 9899.0, 9962.0, 9927.0, 9962.0, 9909.0, 9957.0, 9909.0, 9954.0, 9905.0, 9940.0, 9930.0, 9954.0, 9916.0, 9935.0, 9913.0, 9933.0, 9911.0, 9942.0, 9969.0, 9887.0, 9925.0, 9904.0, 9951.0, 9929.0, 9951.0, 9963.0, 9938.0, 9933.0, 9883.0, 9927.0, 9884.0, 9910.0, 9887.0, 9942.0, 9901.0, 9947.0, 9915.0, 9949.0, 9923.0, 9948.0, 9939.0, 9925.0, 9926.0, 9901.0, 9937.0, 9917.0, 9903.0, 9946.0, 9926.0, 9995.0, 9969.0, 9950.0, 9965.0, 9907.0, 9949.0, 9901.0, 9973.0, 9880.0, 9949.0, 9879.0, 9930.0, 9876.0, 9941.0, 9886.0, 9858.0, 9888.0, 9878.0, 9916.0, 9924.0, 9925.0, 9918.0, 9884.0, 9960.0, 9905.0, 9881.0, 9921.0, 9871.0, 9919.0, 9893.0, 9917.0, 9910.0, 9943.0, 9907.0, 9924.0, 9904.0, 9872.0, 9929.0, 9875.0, 9890.0, 9876.0, 9919.0, 9906.0, 9933.0, 9933.0, 9883.0, 9944.0, 9920.0, 9893.0, 9925.0, 9900.0, 9888.0, 9931.0, 9935.0, 9911.0, 9975.0, 9945.0, 9975.0, 9950.0, 9913.0, 9939.0, 9865.0, 9927.0, 9880.0, 9922.0, 9876.0, 9929.0, 9877.0, 9906.0, 9879.0, 9927.0, 9875.0, 9937.0, 9932.0, 9885.0, 9915.0, 9912.0, 9983.0, 9959.0, 9914.0, 9973.0, 9926.0, 9981.0, 9922.0, 9993.0, 9930.0, 9964.0, 9940.0, 9987.0, 9905.0, 9971.0, 9930.0, 9986.0, 9940.0, 9962.0, 9927.0, 9865.0, 9915.0, 9875.0, 9885.0, 9879.0, 9939.0, 9899.0, 9939.0, 9910.0, 9846.0, 9916.0, 9862.0, 9918.0, 9874.0, 9900.0, 9855.0, 9888.0, 9852.0, 9925.0, 9863.0, 9932.0, 9859.0, 9912.0, 9870.0, 9883.0, 9876.0, 9937.0, 9923.0, 9955.0, 9943.0, 9887.0, 9946.0, 9903.0, 9954.0, 9909.0, 9946.0, 9890.0, 9953.0, 9886.0, 9952.0, 9903.0, 9952.0, 9947.0, 9957.0, 9941.0, 9889.0, 9916.0, 9900.0, 9939.0, 9917.0, 9977.0, 9963.0, 9940.0, 9941.0, 9883.0, 9912.0, 9882.0, 9911.0, 9879.0, 9923.0, 9920.0, 9951.0, 9910.0, 9919.0, 9924.0, 9877.0, 9931.0, 9865.0, 9953.0, 9882.0, 9939.0, 9885.0, 9931.0, 9921.0, 9883.0, 9943.0, 9895.0, 9930.0, 9894.0, 9971.0, 9967.0, 9888.0, 9942.0, 9935.0, 9937.0, 9971.0, 9930.0, 9953.0, 9946.0, 9940.0, 9922.0, 9926.0, 9946.0, 9922.0, 9942.0, 9904.0, 9941.0, 9870.0, 9893.0, 9861.0, 9892.0, 9858.0, 9899.0, 9877.0, 9912.0, 9882.0, 9888.0, 9904.0, 9879.0, 9934.0, 9906.0, 9931.0, 9908.0, 9943.0, 9926.0, 9954.0, 9935.0, 9971.0, 9970.0, 9974.0, 9947.0, 9966.0, 9946.0, 9897.0, 9943.0, 9901.0, 9946.0, 9886.0, 9966.0, 9888.0, 9948.0, 9912.0, 9944.0, 9924.0, 9949.0, 9936.0, 9892.0, 9906.0, 9880.0, 9922.0, 9881.0, 9938.0, 9886.0, 9935.0, 9894.0, 9942.0, 9949.0, 9903.0, 9923.0, 9900.0, 9882.0, 9957.0, 9909.0, 9942.0, 9902.0, 9949.0, 9903.0, 9955.0, 9916.0, 9963.0, 9926.0, 9957.0, 9941.0, 9932.0, 9917.0, 9908.0, 9894.0, 9884.0, 9875.0, 9881.0, 9861.0, 9867.0, 9858.0, 9850.0, 9856.0, 9840.0, 9875.0, 9838.0, 9850.0, 9831.0, 9893.0, 9876.0, 9854.0, 9915.0, 9860.0, 9910.0, 9888.0, 9904.0, 9872.0, 9946.0, 9883.0, 9949.0, 9907.0, 9963.0, 9906.0, 9955.0, 9918.0, 9967.0, 9901.0, 9963.0, 9965.0, 9913.0, 9946.0, 9924.0, 9962.0, 9967.0, 9926.0, 9990.0, 9944.0, 9983.0, 9912.0, 9982.0, 9920.0, 9965.0, 9902.0, 9977.0, 9926.0, 9961.0, 9883.0, 9971.0, 9865.0, 9924.0, 9872.0, 9923.0, 9898.0, 9922.0, 9864.0, 9928.0, 9879.0, 9906.0, 9918.0, 9861.0, 9930.0, 9891.0, 9943.0, 9900.0, 9944.0, 9895.0, 9915.0, 9918.0, 9906.0, 9934.0, 9896.0, 9928.0, 9865.0, 9919.0, 9855.0, 9919.0, 9872.0, 9931.0, 9873.0, 9932.0, 9862.0, 9933.0, 9878.0, 9919.0, 9883.0, 9917.0, 9886.0, 9909.0, 9959.0, 9908.0, 9962.0, 9910.0, 9950.0, 9922.0, 9962.0, 9946.0, 10001.0, 9971.0, 9952.0, 9969.0, 9934.0, 9953.0, 9959.0, 9967.0, 9921.0, 9981.0, 9921.0, 9959.0, 9908.0, 9971.0, 9967.0, 9986.0, 9961.0, 9931.0, 9948.0, 9903.0, 9943.0, 9901.0, 9962.0, 9914.0, 9937.0, 9868.0, 9906.0, 9879.0, 9920.0, 9891.0, 9921.0, 9862.0, 9933.0, 9882.0, 9935.0, 9884.0, 9932.0, 9913.0, 9951.0, 9952.0, 9883.0, 9954.0, 9883.0, 9932.0, 9887.0, 9947.0, 9894.0, 9950.0, 9905.0, 9955.0, 9904.0, 9874.0, 9933.0, 9875.0, 9941.0, 9896.0, 9935.0, 9880.0, 9919.0, 9879.0, 9915.0, 9885.0, 9918.0, 9911.0, 9919.0, 9926.0, 9875.0, 9904.0, 9900.0, 9947.0, 9907.0, 9956.0, 9938.0, 9905.0, 9962.0, 9906.0, 9968.0, 9925.0, 9966.0, 9904.0, 9968.0, 9900.0, 9947.0, 9902.0, 9948.0, 9891.0, 9960.0, 9929.0, 9890.0, 9912.0, 9906.0, 9954.0, 9964.0, 9995.0, 9964.0, 9972.0, 9962.0, 9949.0, 9936.0, 9946.0, 9916.0, 9949.0, 9906.0, 9954.0, 9900.0, 9937.0, 9873.0, 9913.0, 9893.0, 9889.0, 9927.0, 9856.0, 9895.0, 9852.0, 9907.0, 9856.0, 9910.0, 9903.0, 9941.0, 9935.0, 9929.0, 9916.0, 9874.0, 9918.0, 9869.0, 9934.0, 9880.0, 9940.0, 9879.0, 9924.0, 9877.0, 9919.0, 9894.0, 9916.0, 9895.0, 9939.0, 9919.0, 9949.0, 9919.0, 9932.0, 9964.0, 9962.0, 9967.0, 9994.0, 9952.0, 10006.0, 9931.0, 10014.0, 9946.0, 9987.0, 9929.0, 9998.0, 9918.0, 9993.0, 9891.0, 9970.0, 9875.0, 9944.0, 9879.0, 9920.0, 9887.0, 9938.0, 9873.0, 9931.0, 9883.0, 9933.0, 9944.0, 9925.0, 9922.0, 9850.0, 9894.0, 9849.0, 9906.0, 9849.0, 9925.0, 9847.0, 9893.0, 9855.0, 9908.0, 9852.0, 9907.0, 9862.0, 9899.0, 9874.0, 9898.0, 9919.0, 9878.0, 9931.0, 9883.0, 9926.0, 9924.0, 9882.0, 9907.0, 9886.0, 9926.0, 9930.0, 9949.0, 9928.0, 9963.0, 9911.0, 9960.0, 9933.0, 9965.0, 9931.0, 9863.0, 9918.0, 9871.0, 9933.0, 9876.0, 9935.0, 9881.0, 9940.0, 9904.0, 9867.0, 9893.0, 9881.0, 9920.0, 9926.0, 9952.0, 9942.0, 9906.0, 9957.0, 9884.0, 9911.0, 9885.0, 9924.0, 9887.0, 9943.0, 9886.0, 9920.0, 9884.0, 9930.0, 9866.0, 9919.0, 9891.0, 9949.0, 9914.0, 9891.0, 9933.0, 9878.0, 9938.0, 9894.0, 9970.0, 9900.0, 9938.0, 9900.0, 9939.0, 9884.0, 9920.0, 9882.0, 9942.0, 9909.0, 9952.0, 9887.0, 9931.0, 9881.0, 9919.0, 9885.0, 9932.0, 9892.0, 9939.0, 9883.0, 9934.0, 9886.0, 9934.0, 9887.0, 9959.0, 9928.0, 9917.0, 9940.0, 9888.0, 9927.0, 9907.0, 9961.0, 9967.0, 9949.0, 9978.0, 9911.0, 9964.0, 9912.0, 9957.0, 9936.0, 9996.0, 9928.0, 9965.0, 9928.0, 9964.0, 9883.0, 9945.0, 9898.0, 9950.0, 9923.0, 9878.0, 9923.0, 9882.0, 9922.0, 9885.0, 9946.0, 9921.0, 9954.0, 9928.0, 9951.0, 9926.0, 9916.0, 9936.0, 9932.0, 9953.0, 9945.0, 9923.0, 9911.0, 9916.0, 9908.0, 9931.0, 9933.0, 9935.0, 9861.0, 9918.0, 9876.0, 9887.0, 9883.0, 9932.0, 9907.0, 9958.0, 9919.0, 9969.0, 9950.0, 9912.0, 9945.0, 9915.0, 9968.0, 9930.0, 9945.0, 9899.0, 9957.0, 9899.0, 9956.0, 9901.0, 9988.0, 9891.0, 9957.0, 9917.0, 9968.0, 9954.0, 9924.0, 9933.0, 9926.0, 9956.0, 9963.0, 9963.0, 9967.0, 9944.0, 9947.0, 9899.0, 9928.0, 9907.0, 9922.0, 9956.0, 9923.0, 9961.0, 9884.0, 9916.0, 9853.0, 9901.0, 9847.0, 9889.0, 9837.0, 9885.0, 9835.0, 9887.0, 9837.0, 9899.0, 9859.0, 9896.0, 9866.0, 9900.0, 9905.0, 9877.0, 9926.0, 9900.0, 9950.0, 9892.0, 9959.0, 9904.0, 9975.0, 9903.0, 9961.0, 9905.0, 9979.0, 9916.0, 9943.0, 9884.0, 9914.0, 9874.0, 9940.0, 9918.0, 9940.0, 9936.0, 9941.0, 9884.0, 9931.0, 9895.0, 9940.0, 9905.0, 9958.0, 9907.0, 9956.0, 9946.0, 9890.0, 9948.0, 9906.0, 9950.0, 9909.0, 9988.0, 9907.0, 9979.0, 9888.0, 9959.0, 9886.0, 9924.0, 9884.0, 9922.0, 9866.0, 9928.0, 9881.0, 9944.0, 9898.0, 9954.0, 9940.0, 9895.0, 9921.0, 9891.0, 9879.0, 9883.0, 9888.0, 9952.0, 9888.0, 9956.0, 9884.0, 9939.0, 9884.0, 9955.0, 9882.0, 9939.0, 9877.0, 9912.0, 9916.0, 9889.0, 9924.0, 9886.0, 9908.0, 9870.0, 9909.0, 9854.0, 9887.0, 9860.0, 9842.0, 9861.0, 9790.0, 9877.0, 9839.0, 9858.0, 9847.0, 9876.0, 9865.0, 9891.0, 9907.0, 9851.0, 9890.0, 9882.0, 9933.0, 9932.0, 9878.0, 9921.0, 9904.0, 9900.0, 9959.0, 9908.0, 9979.0, 9927.0, 9973.0, 9950.0, 9902.0, 9965.0, 9908.0, 9947.0, 9928.0, 9972.0, 9926.0, 9970.0, 9935.0, 9932.0, 9961.0, 9902.0, 9944.0, 9917.0, 9948.0, 9900.0, 9942.0, 9902.0, 9940.0, 9893.0, 9927.0, 9939.0, 9905.0, 9959.0, 9937.0, 9955.0, 9949.0, 9914.0, 9946.0, 9936.0, 9968.0, 9961.0, 9963.0, 9989.0, 9930.0, 9958.0, 9875.0, 9931.0, 9860.0, 9900.0, 9861.0, 9897.0, 9847.0, 9931.0, 9880.0, 9944.0, 9920.0, 9880.0, 9945.0, 9882.0, 9883.0, 9921.0, 9943.0, 9896.0, 9931.0, 9939.0, 9977.0, 9932.0, 9955.0, 10024.0, 9963.0, 9993.0, 9933.0, 9964.0, 9888.0, 9933.0, 9853.0, 9936.0, 9834.0, 9912.0, 9850.0, 9872.0, 9832.0, 9852.0, 9825.0, 9864.0, 9832.0, 9885.0, 9887.0, 9931.0, 9919.0, 9859.0, 9917.0, 9872.0, 9904.0, 9874.0, 9919.0, 9903.0, 9945.0, 9903.0, 9955.0, 9934.0, 9936.0, 9944.0, 9929.0, 9982.0, 9907.0, 9933.0, 9893.0, 9969.0, 9924.0, 9930.0, 9956.0, 9958.0, 9945.0, 10011.0, 9952.0, 9998.0, 9940.0, 9992.0, 9924.0, 9971.0, 9932.0, 9984.0, 9949.0, 9984.0, 9938.0, 9865.0, 9923.0, 9873.0, 9921.0, 9859.0, 9918.0, 9874.0, 9899.0, 9856.0, 9900.0, 9859.0, 9896.0, 9862.0, 9916.0, 9925.0, 9884.0, 9931.0, 9881.0, 9935.0, 9883.0, 9935.0, 9911.0, 9970.0, 9944.0, 9934.0, 9954.0, 9881.0, 9923.0, 9878.0, 9938.0, 9880.0, 9940.0, 9887.0, 9932.0, 9890.0, 9909.0, 9926.0, 9885.0, 9962.0, 9926.0, 9977.0, 9906.0, 9955.0, 9889.0, 9958.0, 9885.0, 9961.0, 9901.0, 9934.0, 9883.0, 9918.0, 9868.0, 9922.0, 9872.0, 9933.0, 9887.0, 9934.0, 9901.0, 9922.0, 9926.0, 9879.0, 9925.0, 9904.0, 9971.0, 9886.0, 9938.0, 9884.0, 9948.0, 9914.0, 9908.0, 9936.0, 9901.0, 9961.0, 9897.0, 9938.0, 9881.0, 9919.0, 9869.0, 9930.0, 9921.0, 9894.0, 9924.0, 9884.0, 9943.0, 9884.0, 9936.0, 9884.0, 9905.0, 9884.0, 9887.0, 9961.0, 9894.0, 9985.0, 9966.0, 9970.0, 9970.0, 9937.0, 9929.0, 9922.0, 9930.0, 9960.0, 9941.0, 9978.0, 9939.0, 9972.0, 9946.0, 9955.0, 9955.0, 9893.0, 9948.0, 9854.0, 9923.0, 9862.0, 9927.0, 9847.0, 9906.0, 9857.0, 9879.0, 9882.0, 9809.0, 9865.0, 9807.0, 9847.0, 9807.0, 9875.0, 9855.0, 9865.0, 9884.0, 9829.0, 9887.0, 9857.0, 9888.0, 9866.0, 9924.0, 9865.0, 9866.0, 9919.0, 9913.0, 9931.0, 9946.0, 9925.0, 9936.0, 9978.0, 9936.0, 9948.0, 9950.0, 9961.0, 9995.0, 10013.0, 9968.0, 10025.0, 9981.0, 10012.0, 9961.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.00047960951799877976</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017617779987797434</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.22955563069594</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2346485296459093</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0017970371794864</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4499</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7038.3052</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09071508990152431</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.3794996949359364</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6086235657940597</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5505391210085904</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8035538422489767</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.471777734124612</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0184504</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01452761422842741</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02514832094311714</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1639</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.5826495470676187</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>28.4458</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2415</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.7004</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308207.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>848.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.818</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7094</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>644.3593</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3743.2234</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4026.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68337.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>991.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5002.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1123.7411</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.19224819447845</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> |