=== 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-0059 --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-0059",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
169 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
169 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0059_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-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0059/figures/sub-0059_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-0059/figures/sub-0059_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059/ses-03/func/sub-0059_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>06083d26fb733e6878c1cbb7b060a3c5</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>13:23:52.895000</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.99864, 0.0480685, 0.0201849, -0.0500647, 0.99221, 0.114077]</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.102328</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>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4153, -7752, -7252, 455, -90, -171, -32, 6]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.813</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4be58faa-7270-4d00-a6ad-9d3e99090d44||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.6792783737182617, -0.1343199610710144, 0.039269328117370605, 118.3921890258789], [-0.12896418571472168, 2.6620259284973145, 0.31031695008277893, -92.86434173583984], [0.054154716432094574, -0.30605968832969666, 2.6818203926086426, -47.23078918457031], [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': ['132352.895000', '132353.355000', '132353.815000', '132354.275000', '132354.735000', '132355.195000', '132355.655000', '132356.115000', '132356.575000', '132357.035000', '132357.495000', '132357.955000', '132358.415000', '132358.875000', '132359.335000', '132359.795000', '132400.255000', '132400.715000', '132401.175000', '132401.635000', '132402.095000', '132402.555000', '132403.015000', '132403.475000', '132403.935000', '132404.395000', '132404.855000', '132405.315000', '132405.775000', '132406.235000', '132406.695000', '132407.155000', '132407.615000', '132408.075000', '132408.535000', '132408.995000', '132409.455000', '132409.915000', '132410.375000', '132410.835000', '132411.295000', '132411.755000', '132412.215000', '132412.675000', '132413.135000', '132413.595000', '132414.055000', '132414.515000', '132414.975000', '132415.435000', '132415.895000', '132416.355000', '132416.815000', '132417.275000', '132417.735000', '132418.195000', '132418.655000', '132419.115000', '132419.575000', '132420.035000', '132420.495000', '132420.955000', '132421.415000', '132421.875000', '132422.335000', '132422.795000', '132423.255000', '132423.715000', '132424.175000', '132424.635000', '132425.095000', '132425.555000', '132426.015000', '132426.475000', '132426.935000', '132427.395000', '132427.855000', '132428.315000', '132428.775000', '132429.235000', '132429.695000', '132430.155000', '132430.615000', '132431.075000', '132431.535000', '132431.995000', '132432.455000', '132432.915000', '132433.375000', '132433.835000', '132434.295000', '132434.755000', '132435.215000', '132435.675000', '132436.135000', '132436.595000', '132437.055000', '132437.515000', '132437.975000', '132438.435000', '132438.895000', '132439.355000', '132439.815000', '132440.275000', '132440.735000', '132441.195000', '132441.655000', '132442.115000', '132442.575000', '132443.035000', '132443.495000', '132443.955000', '132444.415000', '132444.875000', '132445.335000', '132445.795000', '132446.255000', '132446.715000', '132447.175000', '132447.635000', '132448.095000', '132448.555000', '132449.015000', '132449.475000', '132449.935000', '132450.395000', '132450.855000', '132451.315000', '132451.775000', '132452.235000', '132452.695000', '132453.155000', '132453.615000', '132454.075000', '132454.535000', '132454.995000', '132455.455000', '132455.915000', '132456.375000', '132456.835000', '132457.295000', '132457.755000', '132458.215000', '132458.675000', '132459.135000', '132459.595000', '132500.055000', '132500.515000', '132500.975000', '132501.435000', '132501.895000', '132502.355000', '132502.815000', '132503.275000', '132503.735000', '132504.195000', '132504.655000', '132505.115000', '132505.575000', '132506.035000', '132506.495000', '132506.955000', '132507.415000', '132507.875000', '132508.335000', '132508.795000', '132509.255000', '132509.715000', '132510.175000', '132510.635000', '132511.095000', '132511.555000', '132512.015000', '132512.475000', '132512.935000', '132513.395000', '132513.855000', '132514.315000', '132514.775000', '132515.235000', '132515.695000', '132516.155000', '132516.615000', '132517.075000', '132517.535000', '132517.995000', '132518.455000', '132518.915000', '132519.375000', '132519.835000', '132520.295000', '132520.755000', '132521.215000', '132521.675000', '132522.135000', '132522.595000', '132523.055000', '132523.515000', '132523.975000', '132524.435000', '132524.895000', '132525.355000', '132525.815000', '132526.275000', '132526.735000', '132527.195000', '132527.655000', '132528.115000', '132528.575000', '132529.035000', '132529.495000', '132529.955000', '132530.415000', '132530.875000', '132531.335000', '132531.795000', '132532.255000', '132532.715000', '132533.175000', '132533.635000', '132534.095000', '132534.555000', '132535.015000', '132535.475000', '132535.935000', '132536.395000', '132536.855000', '132537.315000', '132537.775000', '132538.235000', '132538.695000', '132539.155000', '132539.615000', '132540.075000', '132540.535000', '132540.995000', '132541.455000', '132541.915000', '132542.375000', '132542.835000', '132543.295000', '132543.755000', '132544.215000', '132544.675000', '132545.135000', '132545.595000', '132546.055000', '132546.515000', '132546.975000', '132547.435000', '132547.895000', '132548.355000', '132548.815000', '132549.275000', '132549.735000', '132550.195000', '132550.655000', '132551.115000', '132551.575000', '132552.035000', '132552.495000', '132552.955000', '132553.415000', '132553.875000', '132554.335000', '132554.795000', '132555.255000', '132555.715000', '132556.175000', '132556.635000', '132557.095000', '132557.555000', '132558.015000', '132558.475000', '132558.935000', '132559.395000', '132559.855000', '132600.315000', '132600.775000', '132601.235000', '132601.695000', '132602.155000', '132602.615000', '132603.075000', '132603.535000', '132603.995000', '132604.455000', '132604.915000', '132605.375000', '132605.835000', '132606.295000', '132606.755000', '132607.215000', '132607.675000', '132608.135000', '132608.595000', '132609.055000', '132609.515000', '132609.975000', '132610.435000', '132610.895000', '132611.355000', '132611.815000', '132612.275000', '132612.735000', '132613.195000', '132613.655000', '132614.115000', '132614.575000', '132615.035000', '132615.495000', '132615.955000', '132616.415000', '132616.875000', '132617.335000', '132617.795000', '132618.255000', '132618.715000', '132619.175000', '132619.635000', '132620.095000', '132620.555000', '132621.015000', '132621.475000', '132621.935000', '132622.395000', '132622.855000', '132623.315000', '132623.775000', '132624.235000', '132624.695000', '132625.155000', '132625.615000', '132626.075000', '132626.535000', '132626.995000', '132627.455000', '132627.915000', '132628.375000', '132628.835000', '132629.295000', '132629.755000', '132630.215000', '132630.675000', '132631.135000', '132631.595000', '132632.055000', '132632.515000', '132632.975000', '132633.435000', '132633.895000', '132634.355000', '132634.815000', '132635.275000', '132635.735000', '132636.195000', '132636.655000', '132637.115000', '132637.575000', '132638.035000', '132638.495000', '132638.955000', '132639.415000', '132639.875000', '132640.335000', '132640.795000', '132641.255000', '132641.715000', '132642.175000', '132642.635000', '132643.095000', '132643.555000', '132644.015000', '132644.475000', '132644.935000', '132645.395000', '132645.855000', '132646.315000', '132646.775000', '132647.235000', '132647.695000', '132648.155000', '132648.615000', '132649.075000', '132649.535000', '132649.995000', '132650.455000', '132650.915000', '132651.375000', '132651.835000', '132652.295000', '132652.755000', '132653.215000', '132653.675000', '132654.135000', '132654.595000', '132655.055000', '132655.515000', '132655.975000', '132656.435000', '132656.895000', '132657.355000', '132657.815000', '132658.275000', '132658.735000', '132659.195000', '132659.655000', '132700.115000', '132700.575000', '132701.035000', '132701.495000', '132701.955000', '132702.415000', '132702.875000', '132703.335000', '132703.795000', '132704.255000', '132704.715000', '132705.175000', '132705.635000', '132706.095000', '132706.555000', '132707.015000', '132707.475000', '132707.935000', '132708.395000', '132708.855000', '132709.315000', '132709.775000', '132710.235000', '132710.695000', '132711.155000', '132711.615000', '132712.075000', '132712.535000', '132712.995000', '132713.455000', '132713.915000', '132714.375000', '132714.835000', '132715.295000', '132715.755000', '132716.215000', '132716.675000', '132717.135000', '132717.595000', '132718.055000', '132718.515000', '132718.975000', '132719.435000', '132719.895000', '132720.355000', '132720.815000', '132721.275000', '132721.735000', '132722.195000', '132722.655000', '132723.115000', '132723.575000', '132724.035000', '132724.495000', '132724.955000', '132725.415000', '132725.875000', '132726.335000', '132726.795000', '132727.255000', '132727.715000', '132728.175000', '132728.635000', '132729.095000', '132729.555000', '132730.015000', '132730.475000', '132730.935000', '132731.395000', '132731.855000', '132732.315000', '132732.775000', '132733.235000', '132733.695000', '132734.155000', '132734.615000', '132735.075000', '132735.535000', '132735.995000', '132736.455000', '132736.915000', '132737.375000', '132737.835000', '132738.295000', '132738.755000', '132739.215000', '132739.675000', '132740.135000', '132740.595000', '132741.055000', '132741.515000', '132741.975000', '132742.435000', '132742.895000', '132743.355000', '132743.815000', '132744.275000', '132744.735000', '132745.195000', '132745.655000', '132746.115000', '132746.575000', '132747.035000', '132747.495000', '132747.955000', '132748.415000', '132748.875000', '132749.335000', '132749.795000', '132750.255000', '132750.715000', '132751.175000', '132751.635000', '132752.095000', '132752.555000', '132753.015000', '132753.475000', '132753.935000', '132754.395000', '132754.855000', '132755.315000', '132755.775000', '132756.235000', '132756.695000', '132757.155000', '132757.615000', '132758.075000', '132758.535000', '132758.995000', '132759.455000', '132759.915000', '132800.375000', '132800.835000', '132801.295000', '132801.755000', '132802.215000', '132802.675000', '132803.135000', '132803.595000', '132804.055000', '132804.515000', '132804.975000', '132805.435000', '132805.895000', '132806.355000', '132806.815000', '132807.275000', '132807.735000', '132808.195000', '132808.655000', '132809.115000', '132809.575000', '132810.035000', '132810.495000', '132810.955000', '132811.415000', '132811.875000', '132812.335000', '132812.795000', '132813.255000', '132813.715000', '132814.175000', '132814.635000', '132815.095000', '132815.555000', '132816.015000', '132816.475000', '132816.935000', '132817.395000', '132817.855000', '132818.315000', '132818.775000', '132819.235000', '132819.695000', '132820.155000', '132820.615000', '132821.075000', '132821.535000', '132821.995000', '132822.455000', '132822.915000', '132823.375000', '132823.835000', '132824.295000', '132824.755000', '132825.215000', '132825.675000', '132826.135000', '132826.595000', '132827.055000', '132827.515000', '132827.975000', '132828.435000', '132828.895000', '132829.355000', '132829.815000', '132830.275000', '132830.735000', '132831.195000', '132831.655000', '132832.115000', '132832.575000', '132833.035000', '132833.495000', '132833.955000', '132834.415000', '132834.875000', '132835.335000', '132835.795000', '132836.255000', '132836.715000', '132837.175000', '132837.635000', '132838.095000', '132838.555000', '132839.015000', '132839.475000', '132839.935000', '132840.395000', '132840.855000', '132841.315000', '132841.775000', '132842.235000', '132842.695000', '132843.155000', '132843.615000', '132844.075000', '132844.535000', '132844.995000', '132845.455000', '132845.915000', '132846.375000', '132846.835000', '132847.295000', '132847.755000', '132848.215000', '132848.675000', '132849.135000', '132849.595000', '132850.055000', '132850.515000', '132850.975000', '132851.435000', '132851.895000', '132852.355000', '132852.815000', '132853.275000', '132853.735000', '132854.195000', '132854.655000', '132855.115000', '132855.575000', '132856.035000', '132856.495000', '132856.955000', '132857.415000', '132857.875000', '132858.335000', '132858.795000', '132859.255000', '132859.715000', '132900.175000', '132900.635000', '132901.095000', '132901.555000', '132902.015000', '132902.475000', '132902.935000', '132903.395000', '132903.855000', '132904.315000', '132904.775000', '132905.235000', '132905.695000', '132906.155000', '132906.615000', '132907.075000', '132907.535000', '132907.995000', '132908.455000', '132908.915000', '132909.375000', '132909.835000', '132910.295000', '132910.755000', '132911.215000', '132911.675000', '132912.135000', '132912.595000', '132913.055000', '132913.515000', '132913.975000', '132914.435000', '132914.895000', '132915.355000', '132915.815000', '132916.275000', '132916.735000', '132917.195000', '132917.655000', '132918.115000', '132918.575000', '132919.035000', '132919.495000', '132919.955000', '132920.415000', '132920.875000', '132921.335000', '132921.795000', '132922.255000', '132922.715000', '132923.175000', '132923.635000', '132924.095000', '132924.555000', '132925.015000', '132925.475000', '132925.935000', '132926.395000', '132926.855000', '132927.315000', '132927.775000', '132928.235000', '132928.695000', '132929.155000', '132929.615000', '132930.075000', '132930.535000', '132930.995000', '132931.455000', '132931.915000', '132932.375000', '132932.835000', '132933.295000', '132933.755000', '132934.215000', '132934.675000', '132935.135000', '132935.595000', '132936.055000', '132936.515000', '132936.975000', '132937.435000', '132937.895000', '132938.355000', '132938.815000', '132939.275000', '132939.735000', '132940.195000', '132940.655000', '132941.115000', '132941.575000', '132942.035000', '132942.495000', '132942.955000', '132943.415000', '132943.875000', '132944.335000', '132944.795000', '132945.255000', '132945.715000', '132946.175000', '132946.635000', '132947.095000', '132947.555000', '132948.015000', '132948.475000', '132948.935000', '132949.395000', '132949.855000', '132950.315000', '132950.775000', '132951.235000', '132951.695000', '132952.155000', '132952.615000', '132953.075000', '132953.535000', '132953.995000', '132954.455000', '132954.915000', '132955.375000', '132955.835000', '132956.295000', '132956.755000', '132957.215000', '132957.675000', '132958.135000', '132958.595000', '132959.055000', '132959.515000', '132959.975000', '133000.435000', '133000.895000', '133001.355000', '133001.815000', '133002.275000', '133002.735000', '133003.195000', '133003.655000', '133004.115000', '133004.575000', '133005.035000', '133005.495000', '133005.955000', '133006.415000', '133006.875000', '133007.335000', '133007.795000', '133008.255000', '133008.715000', '133009.175000', '133009.635000', '133010.095000', '133010.555000', '133011.015000', '133011.475000', '133011.935000', '133012.395000', '133012.855000', '133013.315000', '133013.775000', '133014.235000', '133014.695000', '133015.155000', '133015.615000', '133016.075000', '133016.535000', '133016.995000', '133017.455000', '133017.915000', '133018.375000', '133018.835000', '133019.295000', '133019.755000', '133020.215000', '133020.675000', '133021.135000', '133021.595000', '133022.055000', '133022.515000', '133022.975000', '133023.435000', '133023.895000', '133024.355000', '133024.815000', '133025.275000', '133025.735000', '133026.195000', '133026.655000', '133027.115000', '133027.575000', '133028.035000', '133028.495000', '133028.955000', '133029.415000', '133029.875000', '133030.335000', '133030.795000', '133031.255000', '133031.715000', '133032.175000', '133032.635000', '133033.095000', '133033.555000', '133034.015000', '133034.475000', '133034.935000', '133035.395000', '133035.855000', '133036.315000', '133036.775000', '133037.235000', '133037.695000', '133038.155000', '133038.615000', '133039.075000', '133039.535000', '133039.995000', '133040.455000', '133040.915000', '133041.375000', '133041.835000', '133042.295000', '133042.755000', '133043.215000', '133043.675000', '133044.135000', '133044.595000', '133045.055000', '133045.515000', '133045.975000', '133046.435000', '133046.895000', '133047.355000', '133047.815000', '133048.275000', '133048.735000', '133049.195000', '133049.655000', '133050.115000', '133050.575000', '133051.035000', '133051.495000', '133051.955000', '133052.415000', '133052.875000', '133053.335000', '133053.795000', '133054.255000', '133054.715000', '133055.175000', '133055.635000', '133056.095000', '133056.555000', '133057.015000', '133057.475000', '133057.935000', '133058.395000', '133058.855000', '133059.315000', '133059.775000', '133100.235000', '133100.695000', '133101.155000', '133101.615000', '133102.075000', '133102.535000', '133102.995000', '133103.455000', '133103.915000', '133104.375000', '133104.835000', '133105.295000', '133105.755000', '133106.215000', '133106.675000', '133107.135000', '133107.595000', '133108.055000', '133108.515000', '133108.975000', '133109.435000', '133109.895000', '133110.355000', '133110.815000', '133111.275000', '133111.735000', '133112.195000', '133112.655000', '133113.115000', '133113.575000', '133114.035000', '133114.495000', '133114.955000', '133115.415000', '133115.875000', '133116.335000', '133116.795000', '133117.255000', '133117.715000', '133118.175000', '133118.635000', '133119.095000', '133119.555000', '133120.015000', '133120.475000', '133120.935000', '133121.395000', '133121.855000', '133122.315000', '133122.775000', '133123.235000', '133123.695000', '133124.155000', '133124.615000', '133125.075000', '133125.535000', '133125.995000', '133126.455000', '133126.915000', '133127.375000', '133127.835000', '133128.295000', '133128.755000', '133129.215000', '133129.675000', '133130.135000', '133130.595000', '133131.055000', '133131.515000', '133131.975000', '133132.435000', '133132.895000', '133133.355000', '133133.815000', '133134.275000', '133134.735000', '133135.195000', '133135.655000', '133136.115000', '133136.575000', '133137.035000', '133137.495000', '133137.955000', '133138.415000', '133138.875000', '133139.335000', '133139.795000', '133140.255000', '133140.715000', '133141.175000', '133141.635000', '133142.095000', '133142.555000', '133143.015000', '133143.475000', '133143.935000', '133144.395000', '133144.855000', '133145.315000', '133145.775000', '133146.235000', '133146.695000', '133147.155000', '133147.615000', '133148.075000', '133148.535000', '133148.995000', '133149.455000', '133149.915000', '133150.375000', '133150.835000', '133151.295000', '133151.755000', '133152.215000', '133152.675000', '133153.135000', '133153.595000', '133154.055000', '133154.515000', '133154.975000', '133155.435000', '133155.895000', '133156.355000', '133156.815000', '133157.275000', '133157.735000', '133158.195000', '133158.655000', '133159.115000', '133159.575000', '133200.035000', '133200.495000', '133200.955000', '133201.415000', '133201.875000', '133202.335000', '133202.795000', '133203.255000', '133203.715000', '133204.175000', '133204.635000', '133205.095000', '133205.555000', '133206.015000', '133206.475000', '133206.935000', '133207.395000', '133207.855000', '133208.315000', '133208.775000', '133209.235000', '133209.695000', '133210.155000', '133210.615000', '133211.075000', '133211.535000', '133211.995000', '133212.455000', '133212.915000', '133213.375000', '133213.835000', '133214.295000', '133214.755000', '133215.215000', '133215.675000', '133216.135000', '133216.595000', '133217.055000', '133217.515000', '133217.975000', '133218.435000', '133218.895000', '133219.355000', '133219.815000', '133220.275000', '133220.735000', '133221.195000', '133221.655000', '133222.115000', '133222.575000', '133223.035000', '133223.495000', '133223.955000', '133224.415000', '133224.875000', '133225.335000', '133225.795000', '133226.255000', '133226.715000', '133227.175000', '133227.635000', '133228.095000', '133228.555000', '133229.015000', '133229.475000', '133229.935000', '133230.395000', '133230.855000', '133231.315000', '133231.775000', '133232.235000', '133232.695000', '133233.155000', '133233.615000', '133234.075000', '133234.535000', '133234.995000', '133235.455000', '133235.915000', '133236.375000', '133236.835000', '133237.295000', '133237.755000', '133238.215000', '133238.675000', '133239.135000', '133239.595000', '133240.055000', '133240.515000', '133240.975000', '133241.435000', '133241.895000', '133242.355000', '133242.815000', '133243.275000', '133243.735000', '133244.195000', '133244.655000', '133245.115000', '133245.575000', '133246.035000', '133246.495000', '133246.955000', '133247.415000', '133247.875000', '133248.335000', '133248.795000', '133249.255000', '133249.715000', '133250.175000', '133250.635000', '133251.095000', '133251.555000', '133252.015000', '133252.475000', '133252.935000', '133253.395000', '133253.855000', '133254.315000', '133254.775000', '133255.235000', '133255.695000', '133256.155000', '133256.615000', '133257.075000', '133257.535000', '133257.995000', '133258.455000', '133258.915000', '133259.375000', '133259.835000', '133300.295000', '133300.755000', '133301.215000', '133301.675000', '133302.135000', '133302.595000', '133303.055000', '133303.515000', '133303.975000', '133304.435000', '133304.895000', '133305.355000', '133305.815000', '133306.275000', '133306.735000', '133307.195000', '133307.655000', '133308.115000', '133308.575000', '133309.035000', '133309.495000', '133309.955000', '133310.415000', '133310.875000', '133311.335000', '133311.795000', '133312.255000', '133312.715000', '133313.175000', '133313.635000', '133314.095000', '133314.555000', '133315.015000', '133315.475000', '133315.935000', '133316.395000', '133316.855000', '133317.315000', '133317.775000', '133318.235000', '133318.695000', '133319.155000', '133319.615000', '133320.075000', '133320.535000', '133320.995000', '133321.455000', '133321.915000', '133322.375000', '133322.835000', '133323.295000', '133323.755000', '133324.215000', '133324.675000', '133325.135000', '133325.595000', '133326.055000', '133326.515000', '133326.975000', '133327.435000', '133327.895000', '133328.355000', '133328.815000', '133329.275000', '133329.735000', '133330.195000', '133330.655000', '133331.115000', '133331.575000', '133332.035000', '133332.495000', '133332.955000', '133333.415000', '133333.875000', '133334.335000', '133334.795000', '133335.255000', '133335.715000', '133336.175000', '133336.635000', '133337.095000', '133337.555000', '133338.015000', '133338.475000', '133338.935000', '133339.395000', '133339.855000', '133340.315000', '133340.775000', '133341.235000', '133341.695000', '133342.155000', '133342.615000', '133343.075000', '133343.535000', '133343.995000', '133344.455000', '133344.915000', '133345.375000', '133345.835000', '133346.295000', '133346.755000', '133347.215000', '133347.675000', '133348.135000', '133348.595000', '133349.055000', '133349.515000', '133349.975000', '133350.435000', '133350.895000', '133351.355000', '133351.815000', '133352.275000', '133352.735000', '133353.195000', '133353.655000', '133354.115000', '133354.575000', '133355.035000', '133355.495000', '133355.955000', '133356.415000', '133356.875000', '133357.335000', '133357.795000', '133358.255000', '133358.715000', '133359.175000', '133359.635000', '133400.095000', '133400.555000', '133401.015000', '133401.475000', '133401.935000', '133402.395000', '133402.855000', '133403.315000', '133403.775000', '133404.235000', '133404.695000', '133405.155000', '133405.615000', '133406.075000', '133406.535000', '133406.995000', '133407.455000', '133407.915000', '133408.375000', '133408.835000', '133409.295000', '133409.755000', '133410.215000', '133410.675000', '133411.135000', '133411.595000', '133412.055000', '133412.515000', '133412.975000', '133413.435000', '133413.895000', '133414.355000', '133414.815000', '133415.275000', '133415.735000', '133416.195000', '133416.655000', '133417.115000', '133417.575000', '133418.035000', '133418.495000', '133418.955000', '133419.415000', '133419.875000', '133420.335000', '133420.795000', '133421.255000', '133421.715000', '133422.175000', '133422.635000', '133423.095000', '133423.555000', '133424.015000', '133424.475000', '133424.935000', '133425.395000', '133425.855000', '133426.315000', '133426.775000', '133427.235000', '133427.695000', '133428.155000', '133428.615000', '133429.075000', '133429.535000', '133429.995000', '133430.455000', '133430.915000', '133431.375000', '133431.835000', '133432.295000', '133432.755000', '133433.215000', '133433.675000', '133434.135000', '133434.595000', '133435.055000', '133435.515000', '133435.975000', '133436.435000', '133436.895000', '133437.355000', '133437.815000', '133438.275000', '133438.735000', '133439.195000', '133439.655000', '133440.115000', '133440.575000', '133441.035000', '133441.495000', '133441.955000', '133442.415000', '133442.875000', '133443.335000', '133443.795000', '133444.255000', '133444.715000', '133445.175000', '133445.635000', '133446.095000', '133446.555000', '133447.015000', '133447.475000', '133447.935000', '133448.395000', '133448.855000', '133449.315000', '133449.775000', '133450.235000', '133450.695000', '133451.155000', '133451.615000', '133452.075000', '133452.535000', '133452.995000', '133453.455000', '133453.915000', '133454.375000', '133454.835000', '133455.295000', '133455.755000', '133456.215000', '133456.675000', '133457.135000', '133457.595000', '133458.055000', '133458.515000', '133458.975000', '133459.435000', '133459.895000', '133500.355000', '133500.815000', '133501.275000', '133501.735000', '133502.195000', '133502.655000', '133503.115000', '133503.575000', '133504.035000', '133504.495000', '133504.955000', '133505.415000', '133505.875000', '133506.335000', '133506.795000', '133507.255000', '133507.715000', '133508.175000', '133508.635000', '133509.095000', '133509.555000', '133510.015000', '133510.475000', '133510.935000', '133511.395000', '133511.855000', '133512.315000', '133512.775000', '133513.235000', '133513.695000', '133514.155000', '133514.615000', '133515.075000', '133515.535000', '133515.995000', '133516.455000', '133516.915000', '133517.375000', '133517.835000', '133518.295000', '133518.755000', '133519.215000', '133519.675000', '133520.135000', '133520.595000', '133521.055000', '133521.515000', '133521.975000', '133522.435000', '133522.895000', '133523.355000', '133523.815000', '133524.275000', '133524.735000', '133525.195000', '133525.655000', '133526.115000', '133526.575000', '133527.035000', '133527.495000', '133527.955000', '133528.415000', '133528.875000', '133529.335000', '133529.795000', '133530.255000', '133530.715000', '133531.175000', '133531.635000', '133532.095000', '133532.555000', '133533.015000', '133533.475000', '133533.935000', '133534.395000', '133534.855000', '133535.315000', '133535.775000', '133536.235000', '133536.695000', '133537.155000', '133537.615000', '133538.075000', '133538.535000', '133538.995000', '133539.455000', '133539.915000', '133540.375000', '133540.835000', '133541.295000', '133541.755000', '133542.215000', '133542.675000', '133543.135000', '133543.595000', '133544.055000', '133544.515000', '133544.975000', '133545.435000', '133545.895000', '133546.355000', '133546.815000', '133547.275000', '133547.735000', '133548.195000', '133548.655000', '133549.115000', '133549.575000', '133550.035000', '133550.495000', '133550.955000', '133551.415000', '133551.875000', '133552.335000', '133552.795000', '133553.255000', '133553.715000', '133554.175000', '133554.635000', '133555.095000', '133555.555000', '133556.015000', '133556.475000', '133556.935000', '133557.395000', '133557.855000', '133558.315000', '133558.775000', '133559.235000', '133559.695000', '133600.155000', '133600.615000', '133601.075000', '133601.535000', '133601.995000', '133602.455000', '133602.915000', '133603.375000', '133603.835000', '133604.295000', '133604.755000', '133605.215000', '133605.675000', '133606.135000', '133606.595000', '133607.055000', '133607.515000', '133607.975000', '133608.435000', '133608.895000', '133609.355000', '133609.815000', '133610.275000', '133610.735000', '133611.195000', '133611.655000', '133612.115000', '133612.575000', '133613.035000', '133613.495000', '133613.955000', '133614.415000', '133614.875000', '133615.335000', '133615.795000', '133616.255000', '133616.715000', '133617.175000', '133617.635000', '133618.095000', '133618.555000', '133619.015000', '133619.475000', '133619.935000', '133620.395000', '133620.855000', '133621.315000', '133621.775000', '133622.235000', '133622.695000', '133623.155000', '133623.615000', '133624.075000', '133624.535000', '133624.995000', '133625.455000', '133625.915000', '133626.375000', '133626.835000'], 'ContentTime': ['132413.682000', '132413.686000', '132413.690000', '132413.693000', '132413.700000', '132413.702000', '132413.705000', '132413.707000', '132413.710000', '132413.713000', '132413.715000', '132413.718000', '132413.721000', '132413.756000', '132413.759000', '132413.761000', '132413.764000', '132413.767000', '132413.769000', '132413.772000', '132413.775000', '132413.777000', '132413.780000', '132413.783000', '132413.785000', '132413.788000', '132413.790000', '132413.793000', '132413.796000', '132413.798000', '132413.801000', '132413.804000', '132413.806000', '132413.809000', '132413.811000', '132413.814000', '132413.817000', '132413.819000', '132413.822000', '132413.825000', '132413.827000', '132413.830000', '132413.833000', '132413.835000', '132433.656000', '132433.659000', '132433.662000', '132433.665000', '132433.667000', '132433.670000', '132433.673000', '132433.675000', '132433.678000', '132433.680000', '132433.683000', '132433.686000', '132433.688000', '132433.691000', '132433.694000', '132433.696000', '132433.699000', '132433.701000', '132433.704000', '132433.707000', '132433.709000', '132433.712000', '132433.714000', '132433.717000', '132433.720000', '132433.722000', '132433.725000', '132433.728000', '132433.730000', '132433.733000', '132433.736000', '132433.738000', '132433.741000', '132433.744000', '132433.746000', '132433.749000', '132433.751000', '132433.754000', '132433.757000', '132433.762000', '132433.765000', '132433.768000', '132433.770000', '132453.657000', '132453.659000', '132453.662000', '132453.665000', '132453.667000', '132453.670000', '132453.673000', '132453.675000', '132453.678000', '132453.680000', '132453.683000', '132453.686000', '132453.689000', '132453.691000', '132453.694000', '132453.697000', '132453.699000', '132453.702000', '132453.704000', '132453.707000', '132453.710000', '132453.712000', '132453.715000', '132453.718000', '132453.720000', '132453.723000', '132453.725000', '132453.728000', '132453.730000', '132453.733000', '132453.736000', '132453.738000', '132453.741000', '132453.743000', '132453.746000', '132453.755000', '132453.758000', '132453.760000', '132453.763000', '132453.766000', '132453.768000', '132453.771000', '132453.773000', '132513.655000', '132513.658000', '132513.661000', '132513.664000', '132513.666000', '132513.669000', '132513.672000', '132513.674000', '132513.677000', '132513.680000', '132513.682000', '132513.685000', '132513.687000', '132513.690000', '132513.693000', '132513.695000', '132513.698000', '132513.701000', '132513.703000', '132513.706000', '132513.708000', '132513.711000', '132513.714000', '132513.716000', '132513.719000', '132513.722000', '132513.724000', '132513.727000', '132513.729000', '132513.732000', '132513.735000', '132513.737000', '132513.740000', '132513.743000', '132513.745000', '132513.748000', '132513.750000', '132513.753000', '132513.756000', '132513.758000', '132513.761000', '132513.764000', '132513.766000', '132513.769000', '132533.657000', '132533.660000', '132533.663000', '132533.666000', '132533.668000', '132533.671000', '132533.674000', '132533.676000', '132533.679000', '132533.682000', '132533.684000', '132533.687000', '132533.690000', '132533.692000', '132533.695000', '132533.698000', '132533.700000', '132533.703000', '132533.705000', '132533.708000', '132533.711000', '132533.713000', '132533.716000', '132533.723000', '132533.726000', '132533.729000', '132533.732000', '132533.734000', '132533.737000', '132533.739000', '132533.742000', '132533.744000', '132533.747000', '132533.750000', '132533.752000', '132533.755000', '132533.757000', '132533.760000', '132533.763000', '132533.765000', '132533.768000', '132533.770000', '132533.773000', '132553.656000', '132553.659000', '132553.662000', '132553.664000', '132553.667000', '132553.670000', '132553.673000', '132553.675000', '132553.678000', '132553.681000', '132553.683000', '132553.686000', '132553.689000', '132553.691000', '132553.694000', '132553.696000', '132553.699000', '132553.702000', '132553.704000', '132553.707000', '132553.710000', '132553.712000', '132553.715000', '132553.727000', '132553.729000', '132553.732000', '132553.735000', '132553.737000', '132553.740000', '132553.743000', '132553.745000', '132553.748000', '132553.750000', '132553.753000', '132553.765000', '132553.767000', '132553.770000', '132553.773000', '132553.775000', '132553.778000', '132553.781000', '132553.784000', '132553.786000', '132553.789000', '132613.657000', '132613.659000', '132613.662000', '132613.665000', '132613.667000', '132613.670000', '132613.673000', '132613.676000', '132613.678000', '132613.681000', '132613.684000', '132613.687000', '132613.690000', '132613.693000', '132613.695000', '132613.698000', '132613.700000', '132613.703000', '132613.706000', '132613.708000', '132613.711000', '132613.714000', '132613.716000', '132613.719000', '132613.722000', '132613.724000', '132613.740000', '132613.742000', '132613.745000', '132613.748000', '132613.750000', '132613.753000', '132613.756000', '132613.758000', '132613.761000', '132613.763000', '132613.766000', '132613.769000', '132613.771000', '132613.774000', '132613.777000', '132613.779000', '132613.782000', '132633.656000', '132633.659000', '132633.662000', '132633.665000', '132633.667000', '132633.670000', '132633.673000', '132633.676000', '132633.678000', '132633.681000', '132633.684000', '132633.686000', '132633.689000', '132633.692000', '132633.694000', '132633.697000', '132633.700000', '132633.702000', '132633.705000', '132633.708000', '132633.710000', '132633.713000', '132633.715000', '132633.718000', '132633.721000', '132633.723000', '132633.726000', '132633.729000', '132633.731000', '132633.734000', '132633.736000', '132633.739000', '132633.742000', '132633.745000', '132633.747000', '132633.750000', '132633.753000', '132633.756000', '132633.758000', '132633.761000', '132633.763000', '132633.766000', '132633.769000', '132633.771000', '132653.656000', '132653.659000', '132653.662000', '132653.665000', '132653.667000', '132653.670000', '132653.673000', '132653.675000', '132653.678000', '132653.681000', '132653.683000', '132653.686000', '132653.688000', '132653.691000', '132653.694000', '132653.696000', '132653.699000', '132653.702000', '132653.704000', '132653.707000', '132653.709000', '132653.712000', '132653.715000', '132653.717000', '132653.720000', '132653.723000', '132653.726000', '132653.728000', '132653.731000', '132653.733000', '132653.736000', '132653.739000', '132653.741000', '132653.744000', '132653.747000', '132653.749000', '132653.752000', '132653.755000', '132653.758000', '132653.761000', '132653.765000', '132653.768000', '132653.771000', '132713.656000', '132713.659000', '132713.667000', '132713.670000', '132713.672000', '132713.675000', '132713.678000', '132713.680000', '132713.683000', '132713.685000', '132713.688000', '132713.691000', '132713.694000', '132713.696000', '132713.699000', '132713.701000', '132713.704000', '132713.707000', '132713.709000', '132713.712000', '132713.715000', '132713.717000', '132713.720000', '132713.723000', '132713.725000', '132713.728000', '132713.731000', '132713.733000', '132713.736000', '132713.738000', '132713.741000', '132713.744000', '132713.746000', '132713.749000', '132713.752000', '132713.754000', '132713.757000', '132713.759000', '132713.762000', '132713.765000', '132713.767000', '132713.770000', '132713.773000', '132713.775000', '132733.655000', '132733.658000', '132733.661000', '132733.664000', '132733.702000', '132733.705000', '132733.707000', '132733.710000', '132733.713000', '132733.716000', '132733.718000', '132733.721000', '132733.723000', '132733.726000', '132733.729000', '132733.731000', '132733.734000', '132733.737000', '132733.739000', '132733.742000', '132733.745000', '132733.747000', '132733.759000', '132733.762000', '132733.764000', '132733.767000', '132733.770000', '132733.772000', '132733.775000', '132733.777000', '132733.780000', '132733.783000', '132733.785000', '132733.788000', '132733.791000', '132733.793000', '132733.796000', '132733.799000', '132733.801000', '132733.804000', '132733.806000', '132733.809000', '132733.812000', '132753.657000', '132753.660000', '132753.662000', '132753.665000', '132753.668000', '132753.670000', '132753.673000', '132753.676000', '132753.678000', '132753.681000', '132753.684000', '132753.686000', '132753.689000', '132753.691000', '132753.694000', '132753.697000', '132753.699000', '132753.702000', '132753.704000', '132753.707000', '132753.710000', '132753.712000', '132753.715000', '132753.717000', '132753.720000', '132753.723000', '132753.725000', '132753.728000', '132753.730000', '132753.733000', '132753.736000', '132753.738000', '132753.741000', '132753.744000', '132753.746000', '132753.749000', '132753.751000', '132753.754000', '132753.757000', '132753.759000', '132753.762000', '132753.765000', '132753.767000', '132753.770000', '132813.657000', '132813.659000', '132813.662000', '132813.665000', '132813.668000', '132813.670000', '132813.673000', '132813.676000', '132813.678000', '132813.681000', '132813.683000', '132813.686000', '132813.689000', '132813.691000', '132813.694000', '132813.697000', '132813.699000', '132813.702000', '132813.705000', '132813.707000', '132813.710000', '132813.713000', '132813.715000', '132813.718000', '132813.721000', '132813.723000', '132813.726000', '132813.729000', '132813.731000', '132813.734000', '132813.736000', '132813.739000', '132813.742000', '132813.745000', '132813.747000', '132813.750000', '132813.753000', '132813.756000', '132813.759000', '132813.761000', '132813.764000', '132813.767000', '132813.769000', '132833.657000', '132833.660000', '132833.662000', '132833.665000', '132833.668000', '132833.671000', '132833.673000', '132833.676000', '132833.679000', '132833.681000', '132833.684000', '132833.687000', '132833.689000', '132833.692000', '132833.695000', '132833.697000', '132833.700000', '132833.703000', '132833.706000', '132833.708000', '132833.711000', '132833.713000', '132833.716000', '132833.719000', '132833.721000', '132833.724000', '132833.727000', '132833.729000', '132833.732000', '132833.735000', '132833.737000', '132833.740000', '132833.743000', '132833.745000', '132833.748000', '132833.750000', '132833.753000', '132833.756000', '132833.758000', '132833.761000', '132833.764000', '132833.766000', '132833.769000', '132833.771000', '132853.657000', '132853.659000', '132853.663000', '132853.665000', '132853.668000', '132853.670000', '132853.673000', '132853.676000', '132853.678000', '132853.681000', '132853.684000', '132853.686000', '132853.689000', '132853.692000', '132853.695000', '132853.697000', '132853.700000', '132853.702000', '132853.726000', '132853.729000', '132853.732000', '132853.735000', '132853.737000', '132853.740000', '132853.743000', '132853.745000', '132853.748000', '132853.750000', '132853.754000', '132853.763000', '132853.766000', '132853.768000', '132853.771000', '132853.774000', '132853.776000', '132853.779000', '132853.782000', '132853.784000', '132853.787000', '132853.789000', '132853.792000', '132853.795000', '132853.797000', '132913.657000', '132913.660000', '132913.662000', '132913.665000', '132913.668000', '132913.670000', '132913.673000', '132913.676000', '132913.678000', '132913.681000', '132913.684000', '132913.686000', '132913.689000', '132913.691000', '132913.694000', '132913.697000', '132913.699000', '132913.702000', '132913.705000', '132913.707000', '132913.710000', '132913.713000', '132913.715000', '132913.718000', '132913.720000', '132913.723000', '132913.726000', '132913.728000', '132913.731000', '132913.734000', '132913.736000', '132913.739000', '132913.742000', '132913.744000', '132913.747000', '132913.750000', '132913.752000', '132913.755000', '132913.757000', '132913.760000', '132913.763000', '132913.765000', '132913.768000', '132913.771000', '132933.657000', '132933.660000', '132933.662000', '132933.665000', '132933.668000', '132933.671000', '132933.673000', '132933.676000', '132933.678000', '132933.681000', '132933.684000', '132933.686000', '132933.689000', '132933.692000', '132933.695000', '132933.697000', '132933.700000', '132933.702000', '132933.705000', '132933.708000', '132933.710000', '132933.713000', '132933.716000', '132933.718000', '132933.721000', '132933.724000', '132933.726000', '132933.729000', '132933.733000', '132933.736000', '132933.739000', '132933.741000', '132933.744000', '132933.747000', '132933.749000', '132933.752000', '132933.755000', '132933.757000', '132933.760000', '132933.763000', '132933.765000', '132933.768000', '132933.771000', '132953.656000', '132953.658000', '132953.661000', '132953.664000', '132953.666000', '132953.669000', '132953.672000', '132953.674000', '132953.677000', '132953.680000', '132953.683000', '132953.685000', '132953.688000', '132953.690000', '132953.693000', '132953.696000', '132953.698000', '132953.701000', '132953.704000', '132953.706000', '132953.709000', '132953.711000', '132953.715000', '132953.717000', '132953.720000', '132953.722000', '132953.725000', '132953.728000', '132953.730000', '132953.733000', '132953.736000', '132953.738000', '132953.741000', '132953.743000', '132953.746000', '132953.749000', '132953.751000', '132953.754000', '132953.757000', '132953.759000', '132953.762000', '132953.764000', '132953.767000', '132953.770000', '133013.657000', '133013.660000', '133013.662000', '133013.665000', '133013.668000', '133013.670000', '133013.673000', '133013.675000', '133013.678000', '133013.681000', '133013.683000', '133013.686000', '133013.689000', '133013.691000', '133013.694000', '133013.697000', '133013.699000', '133013.702000', '133013.705000', '133013.707000', '133013.710000', '133013.713000', '133013.715000', '133013.718000', '133013.720000', '133013.723000', '133013.726000', '133013.728000', '133013.731000', '133013.734000', '133013.736000', '133013.739000', '133013.741000', '133013.744000', '133013.747000', '133013.749000', '133013.752000', '133013.755000', '133013.757000', '133013.776000', '133013.779000', '133013.782000', '133013.784000', '133033.657000', '133033.660000', '133033.662000', '133033.665000', '133033.668000', '133033.670000', '133033.673000', '133033.676000', '133033.678000', '133033.681000', '133033.684000', '133033.686000', '133033.689000', '133033.692000', '133033.694000', '133033.697000', '133033.699000', '133033.702000', '133033.705000', '133033.708000', '133033.710000', '133033.713000', '133033.715000', '133033.718000', '133033.721000', '133033.724000', '133033.726000', '133033.729000', '133033.732000', '133033.734000', '133033.737000', '133033.740000', '133033.742000', '133033.745000', '133033.747000', '133033.750000', '133033.753000', '133033.755000', '133033.758000', '133033.761000', '133033.763000', '133033.766000', '133033.769000', '133033.771000', '133053.657000', '133053.660000', '133053.662000', '133053.665000', '133053.668000', '133053.670000', '133053.673000', '133053.676000', '133053.678000', '133053.681000', '133053.683000', '133053.686000', '133053.689000', '133053.691000', '133053.694000', '133053.697000', '133053.699000', '133053.702000', '133053.705000', '133053.707000', '133053.710000', '133053.712000', '133053.715000', '133053.718000', '133053.721000', '133053.723000', '133053.726000', '133053.729000', '133053.731000', '133053.734000', '133053.736000', '133053.739000', '133053.742000', '133053.744000', '133053.747000', '133053.749000', '133053.752000', '133053.755000', '133053.757000', '133053.760000', '133053.763000', '133053.765000', '133053.768000', '133113.656000', '133113.659000', '133113.662000', '133113.664000', '133113.668000', '133113.670000', '133113.673000', '133113.675000', '133113.678000', '133113.681000', '133113.684000', '133113.686000', '133113.689000', '133113.691000', '133113.694000', '133113.697000', '133113.699000', '133113.702000', '133113.705000', '133113.707000', '133113.710000', '133113.713000', '133113.715000', '133113.718000', '133113.721000', '133113.723000', '133113.726000', '133113.728000', '133113.731000', '133113.734000', '133113.736000', '133113.739000', '133113.742000', '133113.744000', '133113.747000', '133113.750000', '133113.753000', '133113.755000', '133113.758000', '133113.761000', '133113.763000', '133113.766000', '133113.769000', '133113.771000', '133133.656000', '133133.659000', '133133.662000', '133133.665000', '133133.668000', '133133.670000', '133133.673000', '133133.676000', '133133.678000', '133133.681000', '133133.684000', '133133.686000', '133133.689000', '133133.692000', '133133.695000', '133133.697000', '133133.700000', '133133.703000', '133133.705000', '133133.708000', '133133.710000', '133133.713000', '133133.716000', '133133.718000', '133133.721000', '133133.723000', '133133.726000', '133133.729000', '133133.731000', '133133.734000', '133133.737000', '133133.739000', '133133.742000', '133133.744000', '133133.747000', '133133.750000', '133133.763000', '133133.766000', '133133.769000', '133133.771000', '133133.774000', '133133.777000', '133133.779000', '133153.657000', '133153.659000', '133153.662000', '133153.665000', '133153.667000', '133153.670000', '133153.673000', '133153.676000', '133153.678000', '133153.681000', '133153.684000', '133153.687000', '133153.690000', '133153.693000', '133153.695000', '133153.701000', '133153.704000', '133153.706000', '133153.709000', '133153.712000', '133153.714000', '133153.717000', '133153.720000', '133153.722000', '133153.725000', '133153.728000', '133153.730000', '133153.733000', '133153.736000', '133153.738000', '133153.741000', '133153.744000', '133153.746000', '133153.749000', '133153.752000', '133153.754000', '133153.757000', '133153.760000', '133153.762000', '133153.765000', '133153.767000', '133153.770000', '133153.773000', '133153.775000', '133213.656000', '133213.659000', '133213.661000', '133213.664000', '133213.666000', '133213.669000', '133213.672000', '133213.675000', '133213.677000', '133213.680000', '133213.683000', '133213.685000', '133213.688000', '133213.691000', '133213.693000', '133213.696000', '133213.699000', '133213.701000', '133213.704000', '133213.707000', '133213.709000', '133213.712000', '133213.715000', '133213.717000', '133213.720000', '133213.723000', '133213.725000', '133213.728000', '133213.730000', '133213.733000', '133213.736000', '133213.738000', '133213.741000', '133213.744000', '133213.746000', '133213.749000', '133213.762000', '133213.765000', '133213.767000', '133213.770000', '133213.773000', '133213.775000', '133213.778000', '133233.657000', '133233.659000', '133233.662000', '133233.665000', '133233.667000', '133233.670000', '133233.673000', '133233.675000', '133233.678000', '133233.681000', '133233.683000', '133233.686000', '133233.688000', '133233.691000', '133233.694000', '133233.697000', '133233.699000', '133233.702000', '133233.704000', '133233.707000', '133233.710000', '133233.712000', '133233.715000', '133233.718000', '133233.720000', '133233.723000', '133233.726000', '133233.728000', '133233.731000', '133233.733000', '133233.736000', '133233.739000', '133233.741000', '133233.744000', '133233.747000', '133233.750000', '133233.752000', '133233.755000', '133233.758000', '133233.760000', '133233.763000', '133233.765000', '133233.768000', '133233.771000', '133253.657000', '133253.660000', '133253.662000', '133253.665000', '133253.668000', '133253.671000', '133253.673000', '133253.676000', '133253.679000', '133253.682000', '133253.685000', '133253.687000', '133253.690000', '133253.693000', '133253.695000', '133253.698000', '133253.701000', '133253.703000', '133253.706000', '133253.708000', '133253.711000', '133253.714000', '133253.716000', '133253.719000', '133253.722000', '133253.725000', '133253.727000', '133253.730000', '133253.733000', '133253.735000', '133253.738000', '133253.740000', '133253.750000', '133253.753000', '133253.756000', '133253.758000', '133253.761000', '133253.764000', '133253.766000', '133253.769000', '133253.772000', '133253.774000', '133253.777000', '133313.656000', '133313.659000', '133313.662000', '133313.665000', '133313.668000', '133313.670000', '133313.673000', '133313.676000', '133313.679000', '133313.681000', '133313.684000', '133313.687000', '133313.689000', '133313.692000', '133313.695000', '133313.697000', '133313.700000', '133313.703000', '133313.705000', '133313.708000', '133313.711000', '133313.714000', '133313.716000', '133313.719000', '133313.721000', '133313.725000', '133313.728000', '133313.730000', '133313.733000', '133313.736000', '133313.739000', '133313.741000', '133313.744000', '133313.747000', '133313.749000', '133313.752000', '133313.754000', '133313.757000', '133313.760000', '133313.762000', '133313.765000', '133313.768000', '133313.770000', '133333.657000', '133333.659000', '133333.662000', '133333.665000', '133333.668000', '133333.671000', '133333.674000', '133333.676000', '133333.679000', '133333.682000', '133333.684000', '133333.687000', '133333.690000', '133333.692000', '133333.695000', '133333.698000', '133333.701000', '133333.703000', '133333.706000', '133333.708000', '133333.711000', '133333.714000', '133333.716000', '133333.719000', '133333.722000', '133333.724000', '133333.727000', '133333.730000', '133333.732000', '133333.735000', '133333.738000', '133333.740000', '133333.743000', '133333.746000', '133333.749000', '133333.751000', '133333.754000', '133333.757000', '133333.759000', '133333.762000', '133333.765000', '133333.767000', '133333.770000', '133333.772000', '133353.657000', '133353.659000', '133353.662000', '133353.665000', '133353.668000', '133353.670000', '133353.673000', '133353.676000', '133353.678000', '133353.681000', '133353.684000', '133353.686000', '133353.689000', '133353.692000', '133353.694000', '133353.697000', '133353.700000', '133353.702000', '133353.705000', '133353.708000', '133353.710000', '133353.713000', '133353.716000', '133353.719000', '133353.721000', '133353.726000', '133353.729000', '133353.731000', '133353.734000', '133353.737000', '133353.739000', '133353.742000', '133353.745000', '133353.747000', '133353.750000', '133353.752000', '133353.755000', '133353.758000', '133353.760000', '133353.763000', '133353.766000', '133353.768000', '133353.771000', '133413.657000', '133413.660000', '133413.662000', '133413.665000', '133413.668000', '133413.671000', '133413.673000', '133413.676000', '133413.679000', '133413.681000', '133413.684000', '133413.687000', '133413.689000', '133413.692000', '133413.694000', '133413.697000', '133413.717000', '133413.719000', '133413.722000', '133413.725000', '133413.727000', '133413.730000', '133413.733000', '133413.736000', '133413.738000', '133413.741000', '133413.743000', '133413.746000', '133413.749000', '133413.751000', '133413.754000', '133413.757000', '133413.759000', '133413.762000', '133413.765000', '133413.768000', '133413.770000', '133413.773000', '133413.775000', '133413.778000', '133413.781000', '133413.783000', '133413.786000', '133413.789000', '133433.656000', '133433.659000', '133433.661000', '133433.664000', '133433.667000', '133433.669000', '133433.672000', '133433.675000', '133433.677000', '133433.680000', '133433.683000', '133433.685000', '133433.688000', '133433.691000', '133433.693000', '133433.696000', '133433.699000', '133433.701000', '133433.704000', '133433.707000', '133433.710000', '133433.712000', '133433.715000', '133433.718000', '133433.721000', '133433.724000', '133433.726000', '133433.729000', '133433.732000', '133433.734000', '133433.737000', '133433.740000', '133433.742000', '133433.745000', '133433.748000', '133433.750000', '133433.753000', '133433.756000', '133433.758000', '133433.762000', '133433.765000', '133433.768000', '133433.771000', '133453.657000', '133453.660000', '133453.663000', '133453.665000', '133453.668000', '133453.670000', '133453.673000', '133453.676000', '133453.678000', '133453.681000', '133453.684000', '133453.686000', '133453.689000', '133453.691000', '133453.694000', '133453.697000', '133453.702000', '133453.705000', '133453.708000', '133453.710000', '133453.713000', '133453.716000', '133453.718000', '133453.721000', '133453.724000', '133453.726000', '133453.729000', '133453.732000', '133453.734000', '133453.737000', '133453.740000', '133453.742000', '133453.745000', '133453.747000', '133453.750000', '133453.753000', '133453.755000', '133453.758000', '133453.760000', '133453.763000', '133453.766000', '133453.768000', '133453.771000', '133453.773000', '133513.657000', '133513.660000', '133513.662000', '133513.665000', '133513.667000', '133513.670000', '133513.673000', '133513.675000', '133513.678000', '133513.681000', '133513.683000', '133513.686000', '133513.688000', '133513.691000', '133513.694000', '133513.696000', '133513.699000', '133513.702000', '133513.704000', '133513.707000', '133513.709000', '133513.712000', '133513.715000', '133513.717000', '133513.720000', '133513.722000', '133513.725000', '133513.728000', '133513.730000', '133513.733000', '133513.736000', '133513.738000', '133513.741000', '133513.744000', '133513.746000', '133513.749000', '133513.751000', '133513.754000', '133513.757000', '133513.759000', '133513.762000', '133513.765000', '133513.768000', '133533.657000', '133533.660000', '133533.662000', '133533.665000', '133533.667000', '133533.670000', '133533.673000', '133533.675000', '133533.678000', '133533.681000', '133533.683000', '133533.686000', '133533.689000', '133533.691000', '133533.694000', '133533.697000', '133533.699000', '133533.702000', '133533.705000', '133533.707000', '133533.710000', '133533.713000', '133533.715000', '133533.718000', '133533.720000', '133533.723000', '133533.726000', '133533.728000', '133533.731000', '133533.734000', '133533.736000', '133533.739000', '133533.742000', '133533.744000', '133533.747000', '133533.749000', '133533.752000', '133533.755000', '133533.757000', '133533.760000', '133533.762000', '133533.765000', '133533.768000', '133533.771000', '133553.657000', '133553.659000', '133553.662000', '133553.665000', '133553.668000', '133553.670000', '133553.673000', '133553.676000', '133553.678000', '133553.681000', '133553.684000', '133553.686000', '133553.689000', '133553.692000', '133553.694000', '133553.697000', '133553.700000', '133553.702000', '133553.705000', '133553.707000', '133553.710000', '133553.713000', '133553.715000', '133553.718000', '133553.721000', '133553.723000', '133553.726000', '133553.728000', '133553.731000', '133553.734000', '133553.736000', '133553.739000', '133553.742000', '133553.745000', '133553.748000', '133553.751000', '133553.753000', '133553.756000', '133553.759000', '133553.761000', '133553.764000', '133553.767000', '133553.769000', '133613.657000', '133613.660000', '133613.662000', '133613.665000', '133613.667000', '133613.670000', '133613.673000', '133613.675000', '133613.678000', '133613.680000', '133613.683000', '133613.686000', '133613.688000', '133613.691000', '133613.693000', '133613.696000', '133613.699000', '133613.701000', '133613.704000', '133613.707000', '133613.709000', '133613.712000', '133613.715000', '133613.717000', '133613.720000', '133613.722000', '133613.725000', '133613.728000', '133613.731000', '133613.733000', '133613.736000', '133613.738000', '133613.741000', '133613.744000', '133613.746000', '133613.749000', '133613.752000', '133613.755000', '133613.757000', '133613.760000', '133613.762000', '133613.765000', '133613.768000', '133613.770000', '133627.786000', '133627.789000', '133627.791000', '133627.794000', '133627.797000', '133627.799000', '133627.802000', '133627.804000', '133627.807000', '133627.810000', '133627.812000', '133627.815000', '133627.817000', '133627.820000', '133627.823000', '133627.825000', '133627.828000', '133627.831000', '133627.833000', '133627.836000', '133627.839000', '133627.841000', '133627.844000', '133627.859000', '133627.861000', '133627.864000', '133627.867000', '133627.869000', '133627.872000', '133627.875000', '133627.877000'], 'InstanceCreationTime': ['132413.682000', '132413.686000', '132413.690000', '132413.693000', '132413.700000', '132413.702000', '132413.705000', '132413.707000', '132413.710000', '132413.713000', '132413.715000', '132413.718000', '132413.721000', '132413.756000', '132413.759000', '132413.761000', '132413.764000', '132413.767000', '132413.769000', '132413.772000', '132413.775000', '132413.777000', '132413.780000', '132413.783000', '132413.785000', '132413.788000', '132413.790000', '132413.793000', '132413.796000', '132413.798000', '132413.801000', '132413.804000', '132413.806000', '132413.809000', '132413.811000', '132413.814000', '132413.817000', '132413.819000', '132413.822000', '132413.825000', '132413.827000', '132413.830000', '132413.833000', '132413.835000', '132433.656000', '132433.659000', '132433.662000', '132433.665000', '132433.667000', '132433.670000', '132433.673000', '132433.675000', '132433.678000', '132433.680000', '132433.683000', '132433.686000', '132433.688000', '132433.691000', '132433.694000', '132433.696000', '132433.699000', '132433.701000', '132433.704000', '132433.707000', '132433.709000', '132433.712000', '132433.714000', '132433.717000', '132433.720000', '132433.722000', '132433.725000', '132433.728000', '132433.730000', '132433.733000', '132433.736000', '132433.738000', '132433.741000', '132433.744000', '132433.746000', '132433.749000', '132433.751000', '132433.754000', '132433.757000', '132433.762000', '132433.765000', '132433.768000', '132433.770000', '132453.657000', '132453.659000', '132453.662000', '132453.665000', '132453.667000', '132453.670000', '132453.673000', '132453.675000', '132453.678000', '132453.680000', '132453.683000', '132453.686000', '132453.689000', '132453.691000', '132453.694000', '132453.697000', '132453.699000', '132453.702000', '132453.704000', '132453.707000', '132453.710000', '132453.712000', '132453.715000', '132453.718000', '132453.720000', '132453.723000', '132453.725000', '132453.728000', '132453.730000', '132453.733000', '132453.736000', '132453.738000', '132453.741000', '132453.743000', '132453.746000', '132453.755000', '132453.758000', '132453.760000', '132453.763000', '132453.766000', '132453.768000', '132453.771000', '132453.773000', '132513.655000', '132513.658000', '132513.661000', '132513.664000', '132513.666000', '132513.669000', '132513.672000', '132513.674000', '132513.677000', '132513.680000', '132513.682000', '132513.685000', '132513.687000', '132513.690000', '132513.693000', '132513.695000', '132513.698000', '132513.701000', '132513.703000', '132513.706000', '132513.708000', '132513.711000', '132513.714000', '132513.716000', '132513.719000', '132513.722000', '132513.724000', '132513.727000', '132513.729000', '132513.732000', '132513.735000', '132513.737000', '132513.740000', '132513.743000', '132513.745000', '132513.748000', '132513.750000', '132513.753000', '132513.756000', '132513.758000', '132513.761000', '132513.764000', '132513.766000', '132513.769000', '132533.657000', '132533.660000', '132533.663000', '132533.666000', '132533.668000', '132533.671000', '132533.674000', '132533.676000', '132533.679000', '132533.682000', '132533.684000', '132533.687000', '132533.690000', '132533.692000', '132533.695000', '132533.698000', '132533.700000', '132533.703000', '132533.705000', '132533.708000', '132533.711000', '132533.713000', '132533.716000', '132533.723000', '132533.726000', '132533.729000', '132533.732000', '132533.734000', '132533.737000', '132533.739000', '132533.742000', '132533.744000', '132533.747000', '132533.750000', '132533.752000', '132533.755000', '132533.757000', '132533.760000', '132533.763000', '132533.765000', '132533.768000', '132533.770000', '132533.773000', '132553.656000', '132553.659000', '132553.662000', '132553.664000', '132553.667000', '132553.670000', '132553.673000', '132553.675000', '132553.678000', '132553.681000', '132553.683000', '132553.686000', '132553.689000', '132553.691000', '132553.694000', '132553.696000', '132553.699000', '132553.702000', '132553.704000', '132553.707000', '132553.710000', '132553.712000', '132553.715000', '132553.727000', '132553.729000', '132553.732000', '132553.735000', '132553.737000', '132553.740000', '132553.743000', '132553.745000', '132553.748000', '132553.750000', '132553.753000', '132553.765000', '132553.767000', '132553.770000', '132553.773000', '132553.775000', '132553.778000', '132553.781000', '132553.784000', '132553.786000', '132553.789000', '132613.657000', '132613.659000', '132613.662000', '132613.665000', '132613.667000', '132613.670000', '132613.673000', '132613.676000', '132613.678000', '132613.681000', '132613.684000', '132613.687000', '132613.690000', '132613.693000', '132613.695000', '132613.698000', '132613.700000', '132613.703000', '132613.706000', '132613.708000', '132613.711000', '132613.714000', '132613.716000', '132613.719000', '132613.722000', '132613.724000', '132613.740000', '132613.742000', '132613.745000', '132613.748000', '132613.750000', '132613.753000', '132613.756000', '132613.758000', '132613.761000', '132613.763000', '132613.766000', '132613.769000', '132613.771000', '132613.774000', '132613.777000', '132613.779000', '132613.782000', '132633.656000', '132633.659000', '132633.662000', '132633.665000', '132633.667000', '132633.670000', '132633.673000', '132633.676000', '132633.678000', '132633.681000', '132633.684000', '132633.686000', '132633.689000', '132633.692000', '132633.694000', '132633.697000', '132633.700000', '132633.702000', '132633.705000', '132633.708000', '132633.710000', '132633.713000', '132633.715000', '132633.718000', '132633.721000', '132633.723000', '132633.726000', '132633.729000', '132633.731000', '132633.734000', '132633.736000', '132633.739000', '132633.742000', '132633.745000', '132633.747000', '132633.750000', '132633.753000', '132633.756000', '132633.758000', '132633.761000', '132633.763000', '132633.766000', '132633.769000', '132633.771000', '132653.656000', '132653.659000', '132653.662000', '132653.665000', '132653.667000', '132653.670000', '132653.673000', '132653.675000', '132653.678000', '132653.681000', '132653.683000', '132653.686000', '132653.688000', '132653.691000', '132653.694000', '132653.696000', '132653.699000', '132653.702000', '132653.704000', '132653.707000', '132653.709000', '132653.712000', '132653.715000', '132653.717000', '132653.720000', '132653.723000', '132653.726000', '132653.728000', '132653.731000', '132653.733000', '132653.736000', '132653.739000', '132653.741000', '132653.744000', '132653.747000', '132653.749000', '132653.752000', '132653.755000', '132653.758000', '132653.761000', '132653.765000', '132653.768000', '132653.771000', '132713.656000', '132713.659000', '132713.667000', '132713.670000', '132713.672000', '132713.675000', '132713.678000', '132713.680000', '132713.683000', '132713.685000', '132713.688000', '132713.691000', '132713.694000', '132713.696000', '132713.699000', '132713.701000', '132713.704000', '132713.707000', '132713.709000', '132713.712000', '132713.715000', '132713.717000', '132713.720000', '132713.723000', '132713.725000', '132713.728000', '132713.731000', '132713.733000', '132713.736000', '132713.738000', '132713.741000', '132713.744000', '132713.746000', '132713.749000', '132713.752000', '132713.754000', '132713.757000', '132713.759000', '132713.762000', '132713.765000', '132713.767000', '132713.770000', '132713.773000', '132713.775000', '132733.655000', '132733.658000', '132733.661000', '132733.664000', '132733.702000', '132733.705000', '132733.707000', '132733.710000', '132733.713000', '132733.716000', '132733.718000', '132733.721000', '132733.723000', '132733.726000', '132733.729000', '132733.731000', '132733.734000', '132733.737000', '132733.739000', '132733.742000', '132733.745000', '132733.747000', '132733.759000', '132733.762000', '132733.764000', '132733.767000', '132733.770000', '132733.772000', '132733.775000', '132733.777000', '132733.780000', '132733.783000', '132733.785000', '132733.788000', '132733.791000', '132733.793000', '132733.796000', '132733.799000', '132733.801000', '132733.804000', '132733.806000', '132733.809000', '132733.812000', '132753.657000', '132753.660000', '132753.662000', '132753.665000', '132753.668000', '132753.670000', '132753.673000', '132753.676000', '132753.678000', '132753.681000', '132753.684000', '132753.686000', '132753.689000', '132753.691000', '132753.694000', '132753.697000', '132753.699000', '132753.702000', '132753.704000', '132753.707000', '132753.710000', '132753.712000', '132753.715000', '132753.717000', '132753.720000', '132753.723000', '132753.725000', '132753.728000', '132753.730000', '132753.733000', '132753.736000', '132753.738000', '132753.741000', '132753.744000', '132753.746000', '132753.749000', '132753.751000', '132753.754000', '132753.757000', '132753.759000', '132753.762000', '132753.765000', '132753.767000', '132753.770000', '132813.657000', '132813.659000', '132813.662000', '132813.665000', '132813.668000', '132813.670000', '132813.673000', '132813.676000', '132813.678000', '132813.681000', '132813.683000', '132813.686000', '132813.689000', '132813.691000', '132813.694000', '132813.697000', '132813.699000', '132813.702000', '132813.705000', '132813.707000', '132813.710000', '132813.713000', '132813.715000', '132813.718000', '132813.721000', '132813.723000', '132813.726000', '132813.729000', '132813.731000', '132813.734000', '132813.736000', '132813.739000', '132813.742000', '132813.745000', '132813.747000', '132813.750000', '132813.753000', '132813.756000', '132813.759000', '132813.761000', '132813.764000', '132813.767000', '132813.769000', '132833.657000', '132833.660000', '132833.662000', '132833.665000', '132833.668000', '132833.671000', '132833.673000', '132833.676000', '132833.679000', '132833.681000', '132833.684000', '132833.687000', '132833.689000', '132833.692000', '132833.695000', '132833.697000', '132833.700000', '132833.703000', '132833.706000', '132833.708000', '132833.711000', '132833.713000', '132833.716000', '132833.719000', '132833.721000', '132833.724000', '132833.727000', '132833.729000', '132833.732000', '132833.735000', '132833.737000', '132833.740000', '132833.743000', '132833.745000', '132833.748000', '132833.750000', '132833.753000', '132833.756000', '132833.758000', '132833.761000', '132833.764000', '132833.766000', '132833.769000', '132833.771000', '132853.657000', '132853.659000', '132853.663000', '132853.665000', '132853.668000', '132853.670000', '132853.673000', '132853.676000', '132853.678000', '132853.681000', '132853.684000', '132853.686000', '132853.689000', '132853.692000', '132853.695000', '132853.697000', '132853.700000', '132853.702000', '132853.726000', '132853.729000', '132853.732000', '132853.735000', '132853.737000', '132853.740000', '132853.743000', '132853.745000', '132853.748000', '132853.750000', '132853.754000', '132853.763000', '132853.766000', '132853.768000', '132853.771000', '132853.774000', '132853.776000', '132853.779000', '132853.782000', '132853.784000', '132853.787000', '132853.789000', '132853.792000', '132853.795000', '132853.797000', '132913.657000', '132913.660000', '132913.662000', '132913.665000', '132913.668000', '132913.670000', '132913.673000', '132913.676000', '132913.678000', '132913.681000', '132913.684000', '132913.686000', '132913.689000', '132913.691000', '132913.694000', '132913.697000', '132913.699000', '132913.702000', '132913.705000', '132913.707000', '132913.710000', '132913.713000', '132913.715000', '132913.718000', '132913.720000', '132913.723000', '132913.726000', '132913.728000', '132913.731000', '132913.734000', '132913.736000', '132913.739000', '132913.742000', '132913.744000', '132913.747000', '132913.750000', '132913.752000', '132913.755000', '132913.757000', '132913.760000', '132913.763000', '132913.765000', '132913.768000', '132913.771000', '132933.657000', '132933.660000', '132933.662000', '132933.665000', '132933.668000', '132933.671000', '132933.673000', '132933.676000', '132933.678000', '132933.681000', '132933.684000', '132933.686000', '132933.689000', '132933.692000', '132933.695000', '132933.697000', '132933.700000', '132933.702000', '132933.705000', '132933.708000', '132933.710000', '132933.713000', '132933.716000', '132933.718000', '132933.721000', '132933.724000', '132933.726000', '132933.729000', '132933.733000', '132933.736000', '132933.739000', '132933.741000', '132933.744000', '132933.747000', '132933.749000', '132933.752000', '132933.755000', '132933.757000', '132933.760000', '132933.763000', '132933.765000', '132933.768000', '132933.771000', '132953.656000', '132953.658000', '132953.661000', '132953.664000', '132953.666000', '132953.669000', '132953.672000', '132953.674000', '132953.677000', '132953.680000', '132953.683000', '132953.685000', '132953.688000', '132953.690000', '132953.693000', '132953.696000', '132953.698000', '132953.701000', '132953.704000', '132953.706000', '132953.709000', '132953.711000', '132953.715000', '132953.717000', '132953.720000', '132953.722000', '132953.725000', '132953.728000', '132953.730000', '132953.733000', '132953.736000', '132953.738000', '132953.741000', '132953.743000', '132953.746000', '132953.749000', '132953.751000', '132953.754000', '132953.757000', '132953.759000', '132953.762000', '132953.764000', '132953.767000', '132953.770000', '133013.657000', '133013.660000', '133013.662000', '133013.665000', '133013.668000', '133013.670000', '133013.673000', '133013.675000', '133013.678000', '133013.681000', '133013.683000', '133013.686000', '133013.689000', '133013.691000', '133013.694000', '133013.697000', '133013.699000', '133013.702000', '133013.705000', '133013.707000', '133013.710000', '133013.713000', '133013.715000', '133013.718000', '133013.720000', '133013.723000', '133013.726000', '133013.728000', '133013.731000', '133013.734000', '133013.736000', '133013.739000', '133013.741000', '133013.744000', '133013.747000', '133013.749000', '133013.752000', '133013.755000', '133013.757000', '133013.776000', '133013.779000', '133013.782000', '133013.784000', '133033.657000', '133033.660000', '133033.662000', '133033.665000', '133033.668000', '133033.670000', '133033.673000', '133033.676000', '133033.678000', '133033.681000', '133033.684000', '133033.686000', '133033.689000', '133033.692000', '133033.694000', '133033.697000', '133033.699000', '133033.702000', '133033.705000', '133033.708000', '133033.710000', '133033.713000', '133033.715000', '133033.718000', '133033.721000', '133033.724000', '133033.726000', '133033.729000', '133033.732000', '133033.734000', '133033.737000', '133033.740000', '133033.742000', '133033.745000', '133033.747000', '133033.750000', '133033.753000', '133033.755000', '133033.758000', '133033.761000', '133033.763000', '133033.766000', '133033.769000', '133033.771000', '133053.657000', '133053.660000', '133053.662000', '133053.665000', '133053.668000', '133053.670000', '133053.673000', '133053.676000', '133053.678000', '133053.681000', '133053.683000', '133053.686000', '133053.689000', '133053.691000', '133053.694000', '133053.697000', '133053.699000', '133053.702000', '133053.705000', '133053.707000', '133053.710000', '133053.712000', '133053.715000', '133053.718000', '133053.721000', '133053.723000', '133053.726000', '133053.729000', '133053.731000', '133053.734000', '133053.736000', '133053.739000', '133053.742000', '133053.744000', '133053.747000', '133053.749000', '133053.752000', '133053.755000', '133053.757000', '133053.760000', '133053.763000', '133053.765000', '133053.768000', '133113.656000', '133113.659000', '133113.662000', '133113.664000', '133113.668000', '133113.670000', '133113.673000', '133113.675000', '133113.678000', '133113.681000', '133113.684000', '133113.686000', '133113.689000', '133113.691000', '133113.694000', '133113.697000', '133113.699000', '133113.702000', '133113.705000', '133113.707000', '133113.710000', '133113.713000', '133113.715000', '133113.718000', '133113.721000', '133113.723000', '133113.726000', '133113.728000', '133113.731000', '133113.734000', '133113.736000', '133113.739000', '133113.742000', '133113.744000', '133113.747000', '133113.750000', '133113.753000', '133113.755000', '133113.758000', '133113.761000', '133113.763000', '133113.766000', '133113.769000', '133113.771000', '133133.656000', '133133.659000', '133133.662000', '133133.665000', '133133.668000', '133133.670000', '133133.673000', '133133.676000', '133133.678000', '133133.681000', '133133.684000', '133133.686000', '133133.689000', '133133.692000', '133133.695000', '133133.697000', '133133.700000', '133133.703000', '133133.705000', '133133.708000', '133133.710000', '133133.713000', '133133.716000', '133133.718000', '133133.721000', '133133.723000', '133133.726000', '133133.729000', '133133.731000', '133133.734000', '133133.737000', '133133.739000', '133133.742000', '133133.744000', '133133.747000', '133133.750000', '133133.763000', '133133.766000', '133133.769000', '133133.771000', '133133.774000', '133133.777000', '133133.779000', '133153.657000', '133153.659000', '133153.662000', '133153.665000', '133153.667000', '133153.670000', '133153.673000', '133153.676000', '133153.678000', '133153.681000', '133153.684000', '133153.687000', '133153.690000', '133153.693000', '133153.695000', '133153.701000', '133153.704000', '133153.706000', '133153.709000', '133153.712000', '133153.714000', '133153.717000', '133153.720000', '133153.722000', '133153.725000', '133153.728000', '133153.730000', '133153.733000', '133153.736000', '133153.738000', '133153.741000', '133153.744000', '133153.746000', '133153.749000', '133153.752000', '133153.754000', '133153.757000', '133153.760000', '133153.762000', '133153.765000', '133153.767000', '133153.770000', '133153.773000', '133153.775000', '133213.656000', '133213.659000', '133213.661000', '133213.664000', '133213.666000', '133213.669000', '133213.672000', '133213.675000', '133213.677000', '133213.680000', '133213.683000', '133213.685000', '133213.688000', '133213.691000', '133213.693000', '133213.696000', '133213.699000', '133213.701000', '133213.704000', '133213.707000', '133213.709000', '133213.712000', '133213.715000', '133213.717000', '133213.720000', '133213.723000', '133213.725000', '133213.728000', '133213.730000', '133213.733000', '133213.736000', '133213.738000', '133213.741000', '133213.744000', '133213.746000', '133213.749000', '133213.762000', '133213.765000', '133213.767000', '133213.770000', '133213.773000', '133213.775000', '133213.778000', '133233.657000', '133233.659000', '133233.662000', '133233.665000', '133233.667000', '133233.670000', '133233.673000', '133233.675000', '133233.678000', '133233.681000', '133233.683000', '133233.686000', '133233.688000', '133233.691000', '133233.694000', '133233.697000', '133233.699000', '133233.702000', '133233.704000', '133233.707000', '133233.710000', '133233.712000', '133233.715000', '133233.718000', '133233.720000', '133233.723000', '133233.726000', '133233.728000', '133233.731000', '133233.733000', '133233.736000', '133233.739000', '133233.741000', '133233.744000', '133233.747000', '133233.750000', '133233.752000', '133233.755000', '133233.758000', '133233.760000', '133233.763000', '133233.765000', '133233.768000', '133233.771000', '133253.657000', '133253.660000', '133253.662000', '133253.665000', '133253.668000', '133253.671000', '133253.673000', '133253.676000', '133253.679000', '133253.682000', '133253.685000', '133253.687000', '133253.690000', '133253.693000', '133253.695000', '133253.698000', '133253.701000', '133253.703000', '133253.706000', '133253.708000', '133253.711000', '133253.714000', '133253.716000', '133253.719000', '133253.722000', '133253.725000', '133253.727000', '133253.730000', '133253.733000', '133253.735000', '133253.738000', '133253.740000', '133253.750000', '133253.753000', '133253.756000', '133253.758000', '133253.761000', '133253.764000', '133253.766000', '133253.769000', '133253.772000', '133253.774000', '133253.777000', '133313.656000', '133313.659000', '133313.662000', '133313.665000', '133313.668000', '133313.670000', '133313.673000', '133313.676000', '133313.679000', '133313.681000', '133313.684000', '133313.687000', '133313.689000', '133313.692000', '133313.695000', '133313.697000', '133313.700000', '133313.703000', '133313.705000', '133313.708000', '133313.711000', '133313.714000', '133313.716000', '133313.719000', '133313.721000', '133313.725000', '133313.728000', '133313.730000', '133313.733000', '133313.736000', '133313.739000', '133313.741000', '133313.744000', '133313.747000', '133313.749000', '133313.752000', '133313.754000', '133313.757000', '133313.760000', '133313.762000', '133313.765000', '133313.768000', '133313.770000', '133333.657000', '133333.659000', '133333.662000', '133333.665000', '133333.668000', '133333.671000', '133333.674000', '133333.676000', '133333.679000', '133333.682000', '133333.684000', '133333.687000', '133333.690000', '133333.692000', '133333.695000', '133333.698000', '133333.701000', '133333.703000', '133333.706000', '133333.708000', '133333.711000', '133333.714000', '133333.716000', '133333.719000', '133333.722000', '133333.724000', '133333.727000', '133333.730000', '133333.732000', '133333.735000', '133333.738000', '133333.740000', '133333.743000', '133333.746000', '133333.749000', '133333.751000', '133333.754000', '133333.757000', '133333.759000', '133333.762000', '133333.765000', '133333.767000', '133333.770000', '133333.772000', '133353.657000', '133353.659000', '133353.662000', '133353.665000', '133353.668000', '133353.670000', '133353.673000', '133353.676000', '133353.678000', '133353.681000', '133353.684000', '133353.686000', '133353.689000', '133353.692000', '133353.694000', '133353.697000', '133353.700000', '133353.702000', '133353.705000', '133353.708000', '133353.710000', '133353.713000', '133353.716000', '133353.719000', '133353.721000', '133353.726000', '133353.729000', '133353.731000', '133353.734000', '133353.737000', '133353.739000', '133353.742000', '133353.745000', '133353.747000', '133353.750000', '133353.752000', '133353.755000', '133353.758000', '133353.760000', '133353.763000', '133353.766000', '133353.768000', '133353.771000', '133413.657000', '133413.660000', '133413.662000', '133413.665000', '133413.668000', '133413.671000', '133413.673000', '133413.676000', '133413.679000', '133413.681000', '133413.684000', '133413.687000', '133413.689000', '133413.692000', '133413.694000', '133413.697000', '133413.717000', '133413.719000', '133413.722000', '133413.725000', '133413.727000', '133413.730000', '133413.733000', '133413.736000', '133413.738000', '133413.741000', '133413.743000', '133413.746000', '133413.749000', '133413.751000', '133413.754000', '133413.757000', '133413.759000', '133413.762000', '133413.765000', '133413.768000', '133413.770000', '133413.773000', '133413.775000', '133413.778000', '133413.781000', '133413.783000', '133413.786000', '133413.789000', '133433.656000', '133433.659000', '133433.661000', '133433.664000', '133433.667000', '133433.669000', '133433.672000', '133433.675000', '133433.677000', '133433.680000', '133433.683000', '133433.685000', '133433.688000', '133433.691000', '133433.693000', '133433.696000', '133433.699000', '133433.701000', '133433.704000', '133433.707000', '133433.710000', '133433.712000', '133433.715000', '133433.718000', '133433.721000', '133433.724000', '133433.726000', '133433.729000', '133433.732000', '133433.734000', '133433.737000', '133433.740000', '133433.742000', '133433.745000', '133433.748000', '133433.750000', '133433.753000', '133433.756000', '133433.758000', '133433.762000', '133433.765000', '133433.768000', '133433.771000', '133453.657000', '133453.660000', '133453.663000', '133453.665000', '133453.668000', '133453.670000', '133453.673000', '133453.676000', '133453.678000', '133453.681000', '133453.684000', '133453.686000', '133453.689000', '133453.691000', '133453.694000', '133453.697000', '133453.702000', '133453.705000', '133453.708000', '133453.710000', '133453.713000', '133453.716000', '133453.718000', '133453.721000', '133453.724000', '133453.726000', '133453.729000', '133453.732000', '133453.734000', '133453.737000', '133453.740000', '133453.742000', '133453.745000', '133453.747000', '133453.750000', '133453.753000', '133453.755000', '133453.758000', '133453.760000', '133453.763000', '133453.766000', '133453.768000', '133453.771000', '133453.773000', '133513.657000', '133513.660000', '133513.662000', '133513.665000', '133513.667000', '133513.670000', '133513.673000', '133513.675000', '133513.678000', '133513.681000', '133513.683000', '133513.686000', '133513.688000', '133513.691000', '133513.694000', '133513.696000', '133513.699000', '133513.702000', '133513.704000', '133513.707000', '133513.709000', '133513.712000', '133513.715000', '133513.717000', '133513.720000', '133513.722000', '133513.725000', '133513.728000', '133513.730000', '133513.733000', '133513.736000', '133513.738000', '133513.741000', '133513.744000', '133513.746000', '133513.749000', '133513.751000', '133513.754000', '133513.757000', '133513.759000', '133513.762000', '133513.765000', '133513.768000', '133533.657000', '133533.660000', '133533.662000', '133533.665000', '133533.667000', '133533.670000', '133533.673000', '133533.675000', '133533.678000', '133533.681000', '133533.683000', '133533.686000', '133533.689000', '133533.691000', '133533.694000', '133533.697000', '133533.699000', '133533.702000', '133533.705000', '133533.707000', '133533.710000', '133533.713000', '133533.715000', '133533.718000', '133533.720000', '133533.723000', '133533.726000', '133533.728000', '133533.731000', '133533.734000', '133533.736000', '133533.739000', '133533.742000', '133533.744000', '133533.747000', '133533.749000', '133533.752000', '133533.755000', '133533.757000', '133533.760000', '133533.762000', '133533.765000', '133533.768000', '133533.771000', '133553.657000', '133553.659000', '133553.662000', '133553.665000', '133553.668000', '133553.670000', '133553.673000', '133553.676000', '133553.678000', '133553.681000', '133553.684000', '133553.686000', '133553.689000', '133553.692000', '133553.694000', '133553.697000', '133553.700000', '133553.702000', '133553.705000', '133553.707000', '133553.710000', '133553.713000', '133553.715000', '133553.718000', '133553.721000', '133553.723000', '133553.726000', '133553.728000', '133553.731000', '133553.734000', '133553.736000', '133553.739000', '133553.742000', '133553.745000', '133553.748000', '133553.751000', '133553.753000', '133553.756000', '133553.759000', '133553.761000', '133553.764000', '133553.767000', '133553.769000', '133613.657000', '133613.660000', '133613.662000', '133613.665000', '133613.667000', '133613.670000', '133613.673000', '133613.675000', '133613.678000', '133613.680000', '133613.683000', '133613.686000', '133613.688000', '133613.691000', '133613.693000', '133613.696000', '133613.699000', '133613.701000', '133613.704000', '133613.707000', '133613.709000', '133613.712000', '133613.715000', '133613.717000', '133613.720000', '133613.722000', '133613.725000', '133613.728000', '133613.731000', '133613.733000', '133613.736000', '133613.738000', '133613.741000', '133613.744000', '133613.746000', '133613.749000', '133613.752000', '133613.755000', '133613.757000', '133613.760000', '133613.762000', '133613.765000', '133613.768000', '133613.770000', '133627.786000', '133627.789000', '133627.791000', '133627.794000', '133627.797000', '133627.799000', '133627.802000', '133627.804000', '133627.807000', '133627.810000', '133627.812000', '133627.815000', '133627.817000', '133627.820000', '133627.823000', '133627.825000', '133627.828000', '133627.831000', '133627.833000', '133627.836000', '133627.839000', '133627.841000', '133627.844000', '133627.859000', '133627.861000', '133627.864000', '133627.867000', '133627.869000', '133627.872000', '133627.875000', '133627.877000'], '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': [12158, 8952, 12796, 9031, 8526, 8582, 8351, 10661, 8504, 13166, 9231, 13384, 9362, 11757, 8698, 11946, 8573, 9347, 8171, 8144, 8406, 7985, 10348, 7751, 11375, 7767, 10899, 8017, 12276, 8271, 12288, 8429, 10439, 8065, 8511, 10931, 7957, 12533, 9206, 14021, 9748, 13127, 10142, 9246, 10187, 8485, 12709, 8725, 14393, 11556, 16815, 12616, 8710, 9312, 8880, 12237, 8733, 13983, 9580, 10971, 8988, 9884, 10031, 10296, 11163, 8661, 10079, 8974, 11661, 8947, 13530, 8982, 8265, 7853, 8365, 10575, 8607, 13875, 8729, 12613, 8748, 12611, 8895, 11002, 10265, 8599, 11473, 8575, 12593, 8924, 13072, 9231, 10138, 7643, 7961, 8429, 8495, 12088, 8801, 12981, 8667, 13119, 8933, 13052, 9851, 11846, 8436, 9021, 8649, 9691, 9738, 8293, 10181, 8158, 12351, 8856, 11386, 9840, 8390, 10540, 8671, 12812, 8880, 13291, 9456, 12453, 8870, 11993, 8772, 12663, 9207, 13651, 8365, 7695, 7960, 8229, 13556, 9109, 11892, 8994, 11114, 8983, 10657, 9690, 8596, 10426, 8483, 10361, 8540, 11926, 8472, 11709, 9004, 12067, 9053, 12242, 9167, 8330, 9990, 8670, 13037, 9112, 12904, 9713, 9414, 8825, 8413, 9120, 9619, 10204, 8309, 10160, 8609, 11315, 8584, 12929, 8912, 12303, 9009, 10133, 8816, 9815, 9330, 8630, 9963, 7904, 10754, 8389, 12792, 8518, 13386, 8983, 12609, 8823, 12556, 8978, 12163, 9564, 8604, 8948, 8289, 10815, 8177, 13212, 8842, 12591, 9131, 8847, 8650, 9402, 12822, 8511, 12382, 8724, 12399, 8402, 13631, 8942, 12270, 8927, 11264, 9163, 10776, 9757, 8333, 10712, 8276, 13054, 8845, 14057, 9444, 13928, 8800, 9561, 8416, 9418, 11177, 9329, 12061, 8919, 12368, 8777, 12055, 9258, 11496, 9617, 8623, 10117, 8649, 12030, 8918, 13894, 9114, 12175, 8661, 11800, 8859, 10951, 8618, 8652, 8273, 8564, 9915, 8605, 13524, 8833, 12739, 8849, 11896, 9052, 10448, 9009, 8532, 9842, 8724, 11952, 8862, 12515, 8427, 11746, 8491, 11135, 8818, 12047, 9003, 12823, 9203, 8512, 9287, 8398, 12167, 8711, 12788, 8536, 11554, 8863, 12022, 9077, 13117, 9138, 12200, 8845, 9718, 9083, 9726, 8706, 9715, 9725, 8226, 9868, 8211, 12714, 8816, 12987, 8886, 9471, 8758, 8626, 12590, 9053, 13112, 9105, 12134, 8999, 13577, 9688, 8482, 9123, 8747, 11713, 8975, 13572, 9397, 9583, 8961, 8417, 10172, 8595, 12903, 8903, 11769, 9041, 9597, 7812, 11033, 10615, 8387, 12785, 8409, 8501, 11726, 8805, 14210, 10082, 9269, 9589, 8698, 12151, 8928, 13721, 8996, 10585, 7933, 8862, 12267, 8934, 11238, 8636, 9104, 11821, 8928, 12990, 9135, 12214, 8739, 8352, 9281, 8400, 11949, 8551, 12858, 9366, 11884, 8673, 8418, 9889, 8483, 12773, 9011, 13331, 8948, 8582, 9692, 8893, 11565, 8984, 13110, 9416, 9338, 9020, 8814, 12187, 9052, 12724, 9178, 11871, 8967, 9145, 8169, 8375, 9808, 8736, 11537, 8564, 11956, 9088, 12632, 8843, 10556, 10099, 9022, 11679, 9058, 12160, 9085, 13880, 9412, 14628, 8892, 9654, 8931, 9527, 9259, 8602, 10382, 8439, 11256, 9072, 13456, 9290, 13082, 9652, 8881, 9411, 8715, 10245, 9468, 10351, 8888, 9927, 8680, 9551, 8668, 8918, 8493, 9751, 7973, 10311, 8368, 10945, 8938, 11798, 8605, 8933, 10199, 8885, 12444, 9231, 12982, 9851, 15120, 10427, 9946, 8412, 8603, 9234, 8649, 10588, 9971, 10552, 8382, 9944, 8345, 10558, 8266, 11152, 8061, 11733, 8552, 11081, 8610, 11511, 9177, 11347, 9204, 8402, 10402, 8480, 12622, 8833, 13103, 9714, 14598, 8822, 11810, 8711, 8783, 9688, 8323, 11400, 8697, 11454, 9006, 10886, 9543, 8392, 11651, 9036, 13180, 9155, 15897, 11441, 15750, 11013, 9322, 8549, 8706, 9635, 8680, 12035, 8586, 11911, 8711, 11739, 9077, 10167, 8833, 8436, 9943, 8504, 12117, 9158, 12747, 9469, 8598, 9695, 9048, 11126, 9425, 12868, 9763, 15013, 8800, 12365, 8787, 9752, 8952, 9041, 8692, 8346, 9585, 8257, 10826, 8584, 12406, 8965, 11594, 9013, 8860, 8096, 8692, 12165, 9250, 13240, 8854, 10472, 8850, 8978, 9624, 10285, 10219, 8849, 10414, 8724, 11061, 8654, 11754, 8823, 12408, 8716, 9534, 7691, 7748, 9800, 8946, 13026, 9268, 12762, 9063, 12206, 9186, 12590, 9148, 15365, 8771, 8816, 8745, 8346, 8217, 8643, 10475, 8550, 11597, 8660, 11095, 9067, 11498, 9126, 12799, 9102, 9282, 8588, 9110, 9190, 9449, 11333, 10029, 14331, 8900, 11284, 9118, 11293, 9161, 12405, 9110, 9503, 8394, 8047, 8728, 8116, 9261, 8778, 11934, 8681, 11212, 8781, 11290, 8694, 11809, 8989, 12614, 9008, 11442, 9108, 9426, 8549, 9334, 10327, 8191, 10599, 8892, 11707, 9077, 12664, 9030, 12689, 9087, 10466, 8665, 9479, 8722, 8562, 9010, 8866, 10623, 8128, 11095, 8502, 11670, 8798, 12473, 9228, 12478, 8865, 10290, 8904, 10366, 9198, 11445, 9024, 8532, 8507, 7753, 9755, 8690, 13069, 8967, 15236, 8265, 8252, 13430, 8764, 11285, 10089, 8849, 13691, 8827, 12451, 8636, 11734, 9349, 9908, 11820, 9034, 13898, 9170, 14315, 8390, 11206, 7919, 11314, 7873, 8986, 8517, 7960, 8149, 8342, 9882, 8265, 11627, 8610, 12136, 8671, 11482, 8840, 12204, 8934, 11778, 8890, 11631, 8746, 9535, 8326, 7218, 10586, 7797, 12436, 8777, 13315, 9908, 8875, 12059, 8401, 13182, 8930, 14115, 11241, 15297, 9467, 12135, 9457, 10019, 10869, 9109, 12187, 8647, 12168, 8934, 12884, 8625, 9170, 10278, 8520, 13032, 8959, 12326, 8993, 9217, 12120, 8752, 15066, 8687, 12194, 8729, 9799, 9314, 9109, 11128, 8839, 11362, 8980, 12367, 9090, 12422, 8946, 12061, 8281, 7960, 8066, 8415, 12111, 8959, 13132, 8776, 10114, 8568, 9011, 8995, 8983, 11498, 8504, 12409, 8467, 12347, 8731, 13039, 8862, 13423, 8887, 11329, 8741, 8987, 7864, 8350, 11247, 8399, 13156, 8869, 12740, 9059, 12467, 8549, 8406, 8666, 8415, 9894, 8693, 10595, 8073, 10583, 8133, 11935, 8730, 13209, 8825, 8136, 8083, 8435, 12556, 9003, 13857, 9573, 9344, 9364, 8950, 11657, 11080, 14221, 12363, 12031, 8627, 9277, 8801, 10069, 8439, 10139, 8173, 10931, 8720, 10985, 8864, 9916, 9020, 9395, 9333, 8237, 10429, 8692, 11983, 8753, 12949, 9094, 12595, 8558, 10674, 8679, 12029, 8749, 11437, 8879, 11331, 8746, 12025, 9062, 10404, 8378, 8465, 9859, 8471, 13272, 9383, 13169, 8828, 10648, 9054, 10174, 8461, 7981, 8732, 8055, 10339, 8145, 11430, 8320, 12817, 8754, 12166, 8725, 11603, 8305, 9048, 10497, 8408, 12545, 9190, 15171, 10324, 14860, 8997, 8532, 10325, 8851, 12295, 9023, 12491, 8904, 11883, 8850, 8608, 9139, 8206, 10938, 8660, 11881, 9237, 10613, 9172, 8327, 11904, 8748, 13257, 9461, 10671, 12192, 8685, 13414, 8985, 12678, 8940, 13399, 9741, 10167, 10011, 8993, 11692, 8738, 12490, 9011, 13987, 8423, 7796, 8400, 8621, 10683, 8657, 12170, 9058, 12217, 9011, 9889, 8382, 9347, 10817, 8543, 11817, 9085, 12739, 8985, 11708, 9692, 8600, 10176, 8652, 11540, 8855, 12417, 9051, 10234, 8504, 8331, 10503, 8855, 12443, 9113, 14648, 8957, 11575, 8872, 9148, 8697, 8683, 9398, 8238, 10413, 8717, 11034, 8866, 12771, 8914, 12234, 8681, 9467, 8020, 8554, 10243, 8249, 11303, 8902, 12755, 8951, 12941, 9444, 9456, 8450, 8165, 10550, 8522, 12739, 8670, 11696, 8933, 12457, 8907, 11080, 9956, 8534, 10903, 8577, 13122, 8977, 13862, 9417, 12356, 8550, 10117, 8922, 10664, 10030, 8797, 9765, 8774, 10533, 8656, 11774, 8532, 11911, 8705, 11996, 9128, 12005, 8852, 11664, 8883, 8258, 7839, 8685, 10264, 10882, 11330, 13160, 9564, 12371, 8654, 11016, 8856, 11546, 9410, 8799, 9323, 8777, 11221, 8942, 12388, 8736, 11444, 8934, 10550, 8899, 10089, 9277, 8211, 9288, 8608, 11050, 8543, 12234, 9083, 12201, 9199, 12333, 9052, 10432, 9035, 8893, 10441, 8992, 12479, 8796, 12060, 8913, 8677, 9138, 8667, 11639, 8758, 12291, 8939, 11697, 9006, 10017, 8949, 8762, 11746, 8923, 12735, 9031, 13116, 9627, 12344, 8780, 9446, 8729, 10468, 8650, 10832, 8685, 8366, 8355, 8682, 10839, 8476, 12461, 8983, 12480, 8994, 11176, 8952, 10142, 9891, 8599, 10708, 8919, 11069, 8855, 12560, 8840, 11695, 8923, 11712, 8788, 12549, 9121, 14388, 8057, 7699, 8334, 8291, 12347, 8845, 13128, 8910, 10575, 8656, 12209, 9183, 14958, 9681, 8464, 7646, 8446, 9719, 8863, 12322, 8848, 11206, 9001, 12448, 8948, 12779, 8762, 8503, 7776, 7789, 10728, 8718, 12965, 8701, 9437, 9656, 8953, 13246, 9972, 13631, 9948, 12084, 8807, 12069, 8951, 10404, 8540, 8480, 7741, 8040, 9508, 8337, 11741, 8818, 11006, 8954, 9579, 8952, 8341, 11965, 9010, 11312, 9197, 11166, 10999, 10779, 11618, 8727, 11066, 9094, 12907, 9106, 15886, 11816, 10416, 8967, 9104, 11781, 8732, 13682, 8747, 11894, 8642, 11276, 8872, 9566, 9568, 8435, 11453, 8706, 12318, 9053, 11858, 9253, 8355, 9347, 8885, 11315, 8900, 13258, 9724, 11023, 8380, 8484, 8667, 8343, 11235, 8753, 12846, 8948, 12458, 8937, 10424, 8576, 8691, 10797, 8227, 11381, 8719, 8491, 8264, 8456, 9873, 8898, 12939, 8712, 12864, 8601, 11696, 8702, 12034, 9354, 9501, 10298, 8885, 11263, 7620, 8774, 10503, 9006, 12811, 10142, 8805, 13148, 8570, 14026, 8632, 10666, 9538, 11156, 12193, 9570, 10910, 8638, 11022, 8722, 11068, 8706, 11937, 8194, 8208, 8676, 8718, 11804, 8817, 10458, 9530, 8390, 10438, 8831, 12645, 8501, 9445, 9828, 8611, 12236, 8550, 11644, 9841, 9369, 11499, 8630, 11960, 8804, 9873, 10695, 8541, 13807, 8598, 9461, 8871, 9111, 12613, 9109, 15715, 8480, 8497, 8883, 8830, 11513, 8551, 11482, 8322, 11858, 8484, 12690, 8567, 9567, 10113, 8752, 11944, 8738, 12246, 8569, 9299, 8717, 8857, 11531, 8554, 11822, 8729, 11873, 8382, 10469, 8645, 8743, 9925, 8715, 11871, 8674, 11123, 8473, 8693, 11706, 9098, 14151, 10256, 12254, 8343, 7950, 8882, 8687, 11732, 8664, 12883, 8726, 10787, 8551, 8245, 9353, 8630, 11670, 8660, 11555, 8550, 11610, 8496, 7980, 9299, 8374, 11952, 8463, 11151, 8735, 11983, 8722, 9979, 10214, 8636, 11253, 8798, 11660, 8786, 12049, 8954, 10109, 8682, 8239, 10004, 8305, 12447, 8805, 13416, 8958, 11482, 8637, 9753, 8570, 9780, 9884, 8352, 11114, 8795, 11853, 9075, 14227, 9875, 8634, 9259, 8681, 10887, 8481, 12050, 8793, 12688, 8952, 11630, 8563, 11236, 8756, 11731, 8935, 13564, 8577, 8638, 8671, 7935, 8893, 8528, 11836, 8558, 11360, 8544, 11731, 8762, 12045, 8900, 8338, 7860, 7946, 8969, 8020, 11360, 8177, 11377, 8537, 11465, 8580, 12173, 9069, 12670, 8806, 9196, 8954, 8328, 11401, 8478, 12863, 8439, 11462, 8786, 11669, 8916, 15687, 10407, 13700, 8557, 8235, 10092, 8523, 12497, 8628, 13578, 9080, 10297, 8748, 8117, 10590, 8669, 12529, 8984, 14826, 8604, 12509, 8655, 9984, 8394, 8088, 9082, 8412, 9986, 8581, 12074, 8684, 12774, 8351, 11141, 8642, 11644, 8572, 12355, 8443, 11045, 8824, 10293, 8136, 8132, 10816, 8389, 11710, 8549, 12609, 8863, 13556, 9501, 12818, 8554, 11485, 8600, 10589, 9294, 8195, 9821, 8398, 10590, 8435, 12409, 8347, 12091, 8433, 11187, 8855, 11878, 8986, 9536, 9296, 8419, 10843, 8597, 12670, 8630, 13086, 8724, 11409, 8528, 11671, 8697, 12692, 8973, 10493, 8601, 7549, 8610, 8148, 11819, 8638, 13299, 9440, 11829, 8953, 11895, 8692, 9595, 9021, 8044, 11004, 8567, 12367, 8873, 13086, 8966, 10301, 9654, 8447, 11407, 8533, 12947], 'WindowCenter': [4379.0, 4334.0, 4359.0, 4318.0, 4304.0, 4305.0, 4293.0, 4324.0, 4304.0, 4345.0, 4304.0, 4334.0, 4303.0, 4323.0, 4293.0, 4322.0, 4293.0, 4302.0, 4293.0, 4291.0, 4292.0, 4293.0, 4325.0, 4293.0, 4336.0, 4296.0, 4337.0, 4306.0, 4347.0, 4308.0, 4348.0, 4319.0, 4339.0, 4320.0, 4320.0, 4352.0, 4321.0, 4360.0, 4332.0, 4369.0, 4331.0, 4359.0, 4330.0, 4318.0, 4326.0, 4306.0, 4335.0, 4295.0, 4346.0, 4336.0, 4356.0, 4335.0, 4292.0, 4303.0, 4302.0, 4331.0, 4293.0, 4344.0, 4314.0, 4324.0, 4303.0, 4301.0, 4302.0, 4301.0, 4311.0, 4280.0, 4300.0, 4289.0, 4309.0, 4290.0, 4331.0, 4292.0, 4292.0, 4291.0, 4292.0, 4324.0, 4305.0, 4345.0, 4305.0, 4334.0, 4306.0, 4334.0, 4305.0, 4323.0, 4315.0, 4293.0, 4323.0, 4292.0, 4321.0, 4290.0, 4322.0, 4303.0, 4311.0, 4281.0, 4279.0, 4281.0, 4292.0, 4321.0, 4303.0, 4333.0, 4293.0, 4333.0, 4304.0, 4333.0, 4314.0, 4322.0, 4293.0, 4293.0, 4294.0, 4301.0, 4301.0, 4280.0, 4312.0, 4283.0, 4333.0, 4304.0, 4333.0, 4315.0, 4295.0, 4325.0, 4306.0, 4334.0, 4304.0, 4345.0, 4304.0, 4324.0, 4293.0, 4321.0, 4293.0, 4324.0, 4305.0, 4331.0, 4281.0, 4270.0, 4280.0, 4290.0, 4343.0, 4304.0, 4324.0, 4305.0, 4323.0, 4305.0, 4313.0, 4305.0, 4293.0, 4313.0, 4293.0, 4302.0, 4291.0, 4323.0, 4281.0, 4323.0, 4291.0, 4320.0, 4292.0, 4322.0, 4303.0, 4293.0, 4313.0, 4304.0, 4333.0, 4304.0, 4334.0, 4302.0, 4303.0, 4292.0, 4282.0, 4292.0, 4301.0, 4301.0, 4279.0, 4311.0, 4292.0, 4310.0, 4292.0, 4332.0, 4303.0, 4334.0, 4305.0, 4314.0, 4305.0, 4313.0, 4304.0, 4294.0, 4316.0, 4296.0, 4325.0, 4295.0, 4345.0, 4306.0, 4346.0, 4306.0, 4335.0, 4307.0, 4334.0, 4306.0, 4335.0, 4304.0, 4294.0, 4294.0, 4292.0, 4314.0, 4294.0, 4334.0, 4304.0, 4335.0, 4306.0, 4306.0, 4305.0, 4305.0, 4347.0, 4306.0, 4337.0, 4295.0, 4335.0, 4293.0, 4334.0, 4294.0, 4323.0, 4304.0, 4322.0, 4304.0, 4312.0, 4304.0, 4292.0, 4313.0, 4294.0, 4334.0, 4305.0, 4346.0, 4315.0, 4344.0, 4305.0, 4304.0, 4293.0, 4303.0, 4313.0, 4293.0, 4323.0, 4292.0, 4320.0, 4281.0, 4310.0, 4290.0, 4311.0, 4290.0, 4278.0, 4300.0, 4279.0, 4319.0, 4291.0, 4331.0, 4293.0, 4320.0, 4295.0, 4322.0, 4293.0, 4312.0, 4281.0, 4280.0, 4281.0, 4281.0, 4300.0, 4291.0, 4331.0, 4294.0, 4334.0, 4304.0, 4323.0, 4304.0, 4313.0, 4294.0, 4293.0, 4303.0, 4293.0, 4322.0, 4291.0, 4324.0, 4283.0, 4323.0, 4293.0, 4312.0, 4293.0, 4321.0, 4292.0, 4332.0, 4304.0, 4293.0, 4302.0, 4292.0, 4324.0, 4293.0, 4333.0, 4294.0, 4324.0, 4303.0, 4322.0, 4305.0, 4334.0, 4306.0, 4324.0, 4304.0, 4303.0, 4305.0, 4303.0, 4294.0, 4304.0, 4304.0, 4293.0, 4314.0, 4293.0, 4335.0, 4306.0, 4346.0, 4306.0, 4316.0, 4305.0, 4293.0, 4335.0, 4306.0, 4333.0, 4305.0, 4324.0, 4292.0, 4332.0, 4303.0, 4292.0, 4292.0, 4292.0, 4322.0, 4293.0, 4331.0, 4304.0, 4302.0, 4293.0, 4282.0, 4314.0, 4294.0, 4332.0, 4304.0, 4322.0, 4306.0, 4345.0, 4340.0, 4367.0, 4327.0, 4294.0, 4335.0, 4294.0, 4295.0, 4336.0, 4304.0, 4347.0, 4316.0, 4302.0, 4303.0, 4292.0, 4323.0, 4291.0, 4332.0, 4293.0, 4312.0, 4280.0, 4289.0, 4320.0, 4292.0, 4311.0, 4292.0, 4292.0, 4320.0, 4290.0, 4320.0, 4291.0, 4321.0, 4280.0, 4280.0, 4290.0, 4280.0, 4322.0, 4291.0, 4321.0, 4304.0, 4322.0, 4292.0, 4292.0, 4302.0, 4294.0, 4333.0, 4303.0, 4333.0, 4303.0, 4294.0, 4303.0, 4304.0, 4322.0, 4293.0, 4332.0, 4303.0, 4303.0, 4292.0, 4293.0, 4322.0, 4291.0, 4321.0, 4302.0, 4321.0, 4303.0, 4303.0, 4293.0, 4292.0, 4312.0, 4292.0, 4323.0, 4292.0, 4324.0, 4304.0, 4333.0, 4304.0, 4313.0, 4315.0, 4303.0, 4323.0, 4294.0, 4321.0, 4292.0, 4333.0, 4302.0, 4333.0, 4291.0, 4290.0, 4291.0, 4291.0, 4303.0, 4291.0, 4313.0, 4293.0, 4323.0, 4292.0, 4333.0, 4305.0, 4334.0, 4304.0, 4302.0, 4291.0, 4279.0, 4299.0, 4290.0, 4299.0, 4280.0, 4299.0, 4279.0, 4300.0, 4290.0, 4290.0, 4280.0, 4301.0, 4282.0, 4313.0, 4295.0, 4324.0, 4316.0, 4335.0, 4308.0, 4307.0, 4328.0, 4318.0, 4348.0, 4317.0, 4336.0, 4315.0, 4346.0, 4314.0, 4303.0, 4281.0, 4282.0, 4291.0, 4278.0, 4300.0, 4299.0, 4301.0, 4278.0, 4300.0, 4280.0, 4299.0, 4280.0, 4309.0, 4280.0, 4322.0, 4291.0, 4322.0, 4305.0, 4336.0, 4317.0, 4335.0, 4316.0, 4306.0, 4327.0, 4306.0, 4337.0, 4305.0, 4336.0, 4316.0, 4345.0, 4305.0, 4323.0, 4294.0, 4293.0, 4304.0, 4294.0, 4324.0, 4305.0, 4324.0, 4307.0, 4325.0, 4318.0, 4307.0, 4337.0, 4316.0, 4346.0, 4317.0, 4357.0, 4326.0, 4344.0, 4314.0, 4303.0, 4290.0, 4280.0, 4290.0, 4280.0, 4321.0, 4279.0, 4320.0, 4280.0, 4320.0, 4292.0, 4302.0, 4292.0, 4294.0, 4314.0, 4293.0, 4323.0, 4304.0, 4333.0, 4305.0, 4294.0, 4304.0, 4293.0, 4312.0, 4290.0, 4322.0, 4301.0, 4330.0, 4280.0, 4318.0, 4279.0, 4287.0, 4291.0, 4289.0, 4291.0, 4292.0, 4302.0, 4292.0, 4312.0, 4293.0, 4333.0, 4294.0, 4323.0, 4305.0, 4293.0, 4282.0, 4292.0, 4335.0, 4304.0, 4335.0, 4305.0, 4314.0, 4292.0, 4290.0, 4302.0, 4302.0, 4301.0, 4291.0, 4311.0, 4279.0, 4310.0, 4279.0, 4321.0, 4292.0, 4320.0, 4293.0, 4312.0, 4283.0, 4283.0, 4313.0, 4303.0, 4345.0, 4305.0, 4334.0, 4294.0, 4322.0, 4293.0, 4321.0, 4292.0, 4332.0, 4290.0, 4291.0, 4291.0, 4280.0, 4280.0, 4280.0, 4313.0, 4292.0, 4322.0, 4292.0, 4322.0, 4293.0, 4320.0, 4303.0, 4333.0, 4305.0, 4302.0, 4294.0, 4292.0, 4302.0, 4301.0, 4314.0, 4303.0, 4333.0, 4292.0, 4311.0, 4291.0, 4309.0, 4291.0, 4319.0, 4291.0, 4300.0, 4280.0, 4281.0, 4291.0, 4280.0, 4290.0, 4290.0, 4321.0, 4281.0, 4312.0, 4291.0, 4311.0, 4291.0, 4321.0, 4292.0, 4321.0, 4293.0, 4320.0, 4292.0, 4290.0, 4292.0, 4290.0, 4311.0, 4282.0, 4312.0, 4304.0, 4333.0, 4304.0, 4333.0, 4305.0, 4333.0, 4305.0, 4313.0, 4294.0, 4302.0, 4294.0, 4292.0, 4303.0, 4293.0, 4312.0, 4284.0, 4324.0, 4304.0, 4325.0, 4306.0, 4335.0, 4316.0, 4335.0, 4305.0, 4314.0, 4304.0, 4314.0, 4305.0, 4324.0, 4306.0, 4294.0, 4295.0, 4284.0, 4302.0, 4305.0, 4347.0, 4318.0, 4370.0, 4294.0, 4294.0, 4345.0, 4304.0, 4325.0, 4315.0, 4304.0, 4345.0, 4293.0, 4324.0, 4281.0, 4311.0, 4290.0, 4289.0, 4308.0, 4277.0, 4307.0, 4276.0, 4305.0, 4263.0, 4282.0, 4255.0, 4283.0, 4254.0, 4263.0, 4266.0, 4266.0, 4267.0, 4277.0, 4299.0, 4280.0, 4309.0, 4290.0, 4320.0, 4291.0, 4320.0, 4292.0, 4321.0, 4304.0, 4323.0, 4304.0, 4324.0, 4307.0, 4316.0, 4308.0, 4298.0, 4339.0, 4311.0, 4350.0, 4320.0, 4361.0, 4342.0, 4321.0, 4351.0, 4308.0, 4349.0, 4308.0, 4347.0, 4339.0, 4358.0, 4317.0, 4334.0, 4305.0, 4302.0, 4315.0, 4293.0, 4324.0, 4293.0, 4322.0, 4292.0, 4333.0, 4293.0, 4303.0, 4313.0, 4292.0, 4333.0, 4292.0, 4322.0, 4293.0, 4301.0, 4323.0, 4293.0, 4344.0, 4291.0, 4322.0, 4281.0, 4288.0, 4289.0, 4280.0, 4309.0, 4289.0, 4310.0, 4278.0, 4307.0, 4288.0, 4307.0, 4289.0, 4308.0, 4280.0, 4280.0, 4281.0, 4292.0, 4322.0, 4302.0, 4333.0, 4295.0, 4314.0, 4295.0, 4303.0, 4304.0, 4293.0, 4324.0, 4293.0, 4335.0, 4294.0, 4323.0, 4293.0, 4332.0, 4292.0, 4333.0, 4293.0, 4311.0, 4293.0, 4302.0, 4293.0, 4292.0, 4324.0, 4294.0, 4333.0, 4304.0, 4332.0, 4303.0, 4323.0, 4294.0, 4283.0, 4293.0, 4281.0, 4302.0, 4292.0, 4312.0, 4283.0, 4314.0, 4294.0, 4323.0, 4304.0, 4334.0, 4306.0, 4295.0, 4295.0, 4295.0, 4335.0, 4317.0, 4348.0, 4318.0, 4306.0, 4305.0, 4294.0, 4325.0, 4312.0, 4334.0, 4311.0, 4311.0, 4279.0, 4288.0, 4278.0, 4288.0, 4278.0, 4298.0, 4279.0, 4309.0, 4289.0, 4310.0, 4303.0, 4312.0, 4304.0, 4304.0, 4316.0, 4306.0, 4326.0, 4306.0, 4335.0, 4295.0, 4334.0, 4292.0, 4324.0, 4293.0, 4311.0, 4291.0, 4320.0, 4292.0, 4311.0, 4291.0, 4311.0, 4293.0, 4322.0, 4305.0, 4312.0, 4294.0, 4293.0, 4313.0, 4294.0, 4335.0, 4305.0, 4334.0, 4304.0, 4313.0, 4303.0, 4313.0, 4293.0, 4283.0, 4294.0, 4292.0, 4314.0, 4291.0, 4325.0, 4294.0, 4347.0, 4306.0, 4335.0, 4307.0, 4336.0, 4306.0, 4306.0, 4326.0, 4294.0, 4335.0, 4306.0, 4344.0, 4315.0, 4344.0, 4292.0, 4281.0, 4301.0, 4291.0, 4321.0, 4291.0, 4320.0, 4291.0, 4321.0, 4292.0, 4292.0, 4301.0, 4293.0, 4323.0, 4305.0, 4334.0, 4316.0, 4325.0, 4317.0, 4296.0, 4336.0, 4307.0, 4346.0, 4315.0, 4315.0, 4326.0, 4294.0, 4333.0, 4293.0, 4321.0, 4293.0, 4332.0, 4291.0, 4300.0, 4300.0, 4289.0, 4321.0, 4279.0, 4321.0, 4291.0, 4331.0, 4280.0, 4282.0, 4281.0, 4292.0, 4312.0, 4292.0, 4322.0, 4304.0, 4333.0, 4303.0, 4313.0, 4293.0, 4303.0, 4324.0, 4293.0, 4323.0, 4303.0, 4334.0, 4294.0, 4324.0, 4304.0, 4292.0, 4312.0, 4292.0, 4320.0, 4291.0, 4320.0, 4293.0, 4300.0, 4292.0, 4281.0, 4312.0, 4292.0, 4322.0, 4290.0, 4331.0, 4291.0, 4310.0, 4289.0, 4289.0, 4280.0, 4279.0, 4291.0, 4281.0, 4311.0, 4291.0, 4312.0, 4302.0, 4333.0, 4304.0, 4323.0, 4293.0, 4312.0, 4296.0, 4305.0, 4315.0, 4306.0, 4335.0, 4316.0, 4346.0, 4318.0, 4348.0, 4318.0, 4316.0, 4295.0, 4295.0, 4323.0, 4295.0, 4336.0, 4294.0, 4324.0, 4303.0, 4333.0, 4304.0, 4325.0, 4314.0, 4293.0, 4313.0, 4293.0, 4333.0, 4293.0, 4333.0, 4302.0, 4323.0, 4292.0, 4301.0, 4291.0, 4299.0, 4301.0, 4280.0, 4300.0, 4290.0, 4309.0, 4291.0, 4319.0, 4281.0, 4321.0, 4292.0, 4322.0, 4303.0, 4322.0, 4304.0, 4322.0, 4304.0, 4294.0, 4285.0, 4294.0, 4325.0, 4324.0, 4327.0, 4335.0, 4304.0, 4322.0, 4280.0, 4300.0, 4290.0, 4308.0, 4289.0, 4278.0, 4288.0, 4279.0, 4310.0, 4291.0, 4321.0, 4293.0, 4322.0, 4304.0, 4312.0, 4303.0, 4314.0, 4304.0, 4293.0, 4304.0, 4294.0, 4324.0, 4294.0, 4333.0, 4303.0, 4323.0, 4302.0, 4323.0, 4293.0, 4311.0, 4292.0, 4292.0, 4312.0, 4292.0, 4322.0, 4294.0, 4323.0, 4304.0, 4292.0, 4303.0, 4291.0, 4324.0, 4292.0, 4323.0, 4292.0, 4322.0, 4293.0, 4302.0, 4304.0, 4294.0, 4334.0, 4304.0, 4333.0, 4303.0, 4333.0, 4303.0, 4322.0, 4292.0, 4302.0, 4293.0, 4311.0, 4292.0, 4312.0, 4290.0, 4281.0, 4281.0, 4291.0, 4312.0, 4292.0, 4333.0, 4304.0, 4333.0, 4304.0, 4323.0, 4304.0, 4313.0, 4314.0, 4292.0, 4311.0, 4291.0, 4311.0, 4291.0, 4322.0, 4291.0, 4321.0, 4291.0, 4321.0, 4292.0, 4321.0, 4292.0, 4331.0, 4270.0, 4270.0, 4281.0, 4291.0, 4333.0, 4304.0, 4334.0, 4304.0, 4314.0, 4294.0, 4324.0, 4304.0, 4342.0, 4292.0, 4280.0, 4269.0, 4280.0, 4301.0, 4291.0, 4323.0, 4292.0, 4322.0, 4293.0, 4322.0, 4304.0, 4333.0, 4305.0, 4293.0, 4283.0, 4284.0, 4325.0, 4304.0, 4346.0, 4307.0, 4306.0, 4314.0, 4304.0, 4336.0, 4314.0, 4335.0, 4304.0, 4321.0, 4292.0, 4321.0, 4291.0, 4300.0, 4281.0, 4280.0, 4270.0, 4279.0, 4301.0, 4282.0, 4322.0, 4293.0, 4323.0, 4304.0, 4302.0, 4305.0, 4296.0, 4336.0, 4307.0, 4326.0, 4306.0, 4325.0, 4315.0, 4313.0, 4324.0, 4292.0, 4312.0, 4291.0, 4321.0, 4292.0, 4343.0, 4322.0, 4300.0, 4280.0, 4291.0, 4322.0, 4291.0, 4321.0, 4280.0, 4321.0, 4291.0, 4310.0, 4291.0, 4301.0, 4302.0, 4281.0, 4322.0, 4292.0, 4322.0, 4304.0, 4323.0, 4304.0, 4293.0, 4303.0, 4304.0, 4322.0, 4304.0, 4334.0, 4305.0, 4313.0, 4293.0, 4293.0, 4293.0, 4282.0, 4323.0, 4293.0, 4334.0, 4304.0, 4323.0, 4292.0, 4312.0, 4292.0, 4281.0, 4312.0, 4282.0, 4322.0, 4293.0, 4292.0, 4293.0, 4292.0, 4314.0, 4293.0, 4336.0, 4306.0, 4336.0, 4305.0, 4324.0, 4294.0, 4323.0, 4293.0, 4301.0, 4301.0, 4293.0, 4322.0, 4283.0, 4293.0, 4313.0, 4304.0, 4334.0, 4315.0, 4294.0, 4335.0, 4293.0, 4331.0, 4281.0, 4299.0, 4291.0, 4311.0, 4311.0, 4289.0, 4299.0, 4278.0, 4298.0, 4279.0, 4298.0, 4280.0, 4308.0, 4279.0, 4280.0, 4291.0, 4292.0, 4322.0, 4305.0, 4314.0, 4305.0, 4295.0, 4325.0, 4306.0, 4335.0, 4307.0, 4316.0, 4317.0, 4308.0, 4337.0, 4309.0, 4339.0, 4317.0, 4307.0, 4327.0, 4296.0, 4325.0, 4304.0, 4315.0, 4314.0, 4295.0, 4346.0, 4295.0, 4304.0, 4293.0, 4292.0, 4323.0, 4292.0, 4344.0, 4292.0, 4281.0, 4291.0, 4291.0, 4312.0, 4281.0, 4311.0, 4280.0, 4309.0, 4291.0, 4320.0, 4281.0, 4290.0, 4301.0, 4281.0, 4322.0, 4291.0, 4321.0, 4282.0, 4291.0, 4280.0, 4280.0, 4311.0, 4280.0, 4310.0, 4280.0, 4309.0, 4279.0, 4298.0, 4279.0, 4279.0, 4300.0, 4280.0, 4310.0, 4291.0, 4311.0, 4281.0, 4291.0, 4320.0, 4290.0, 4333.0, 4313.0, 4322.0, 4282.0, 4280.0, 4291.0, 4291.0, 4322.0, 4292.0, 4321.0, 4293.0, 4311.0, 4280.0, 4280.0, 4289.0, 4279.0, 4322.0, 4292.0, 4322.0, 4293.0, 4323.0, 4294.0, 4283.0, 4304.0, 4293.0, 4325.0, 4294.0, 4324.0, 4305.0, 4324.0, 4294.0, 4312.0, 4314.0, 4294.0, 4322.0, 4293.0, 4322.0, 4292.0, 4322.0, 4293.0, 4302.0, 4292.0, 4282.0, 4302.0, 4293.0, 4333.0, 4304.0, 4333.0, 4305.0, 4324.0, 4305.0, 4303.0, 4294.0, 4312.0, 4304.0, 4294.0, 4324.0, 4293.0, 4322.0, 4292.0, 4333.0, 4303.0, 4281.0, 4291.0, 4280.0, 4310.0, 4280.0, 4320.0, 4291.0, 4321.0, 4292.0, 4310.0, 4280.0, 4309.0, 4279.0, 4309.0, 4290.0, 4319.0, 4279.0, 4278.0, 4280.0, 4269.0, 4290.0, 4280.0, 4321.0, 4292.0, 4311.0, 4293.0, 4321.0, 4292.0, 4321.0, 4292.0, 4281.0, 4283.0, 4282.0, 4303.0, 4283.0, 4325.0, 4294.0, 4325.0, 4306.0, 4335.0, 4306.0, 4335.0, 4307.0, 4335.0, 4306.0, 4305.0, 4305.0, 4294.0, 4324.0, 4283.0, 4334.0, 4283.0, 4312.0, 4293.0, 4311.0, 4293.0, 4343.0, 4313.0, 4332.0, 4281.0, 4280.0, 4301.0, 4292.0, 4321.0, 4291.0, 4333.0, 4293.0, 4302.0, 4282.0, 4281.0, 4301.0, 4279.0, 4321.0, 4280.0, 4331.0, 4280.0, 4310.0, 4279.0, 4288.0, 4278.0, 4269.0, 4290.0, 4281.0, 4302.0, 4293.0, 4332.0, 4293.0, 4333.0, 4293.0, 4323.0, 4293.0, 4323.0, 4293.0, 4323.0, 4283.0, 4313.0, 4294.0, 4313.0, 4284.0, 4284.0, 4325.0, 4295.0, 4324.0, 4295.0, 4324.0, 4294.0, 4334.0, 4303.0, 4323.0, 4293.0, 4323.0, 4293.0, 4311.0, 4303.0, 4280.0, 4302.0, 4280.0, 4301.0, 4281.0, 4322.0, 4282.0, 4322.0, 4283.0, 4323.0, 4305.0, 4322.0, 4292.0, 4302.0, 4292.0, 4282.0, 4311.0, 4292.0, 4322.0, 4281.0, 4322.0, 4282.0, 4311.0, 4282.0, 4310.0, 4291.0, 4320.0, 4293.0, 4311.0, 4292.0, 4271.0, 4292.0, 4281.0, 4322.0, 4291.0, 4333.0, 4303.0, 4312.0, 4292.0, 4310.0, 4281.0, 4290.0, 4291.0, 4270.0, 4311.0, 4292.0, 4320.0, 4291.0, 4321.0, 4292.0, 4301.0, 4300.0, 4281.0, 4321.0, 4292.0, 4321.0], 'WindowWidth': [9666.0, 9595.0, 9618.0, 9561.0, 9535.0, 9535.0, 9517.0, 9559.0, 9533.0, 9587.0, 9532.0, 9574.0, 9530.0, 9555.0, 9516.0, 9552.0, 9516.0, 9525.0, 9513.0, 9511.0, 9513.0, 9517.0, 9560.0, 9518.0, 9576.0, 9524.0, 9579.0, 9539.0, 9594.0, 9544.0, 9597.0, 9560.0, 9586.0, 9564.0, 9564.0, 9609.0, 9567.0, 9619.0, 9584.0, 9627.0, 9581.0, 9615.0, 9577.0, 9554.0, 9563.0, 9536.0, 9575.0, 9519.0, 9593.0, 9578.0, 9609.0, 9575.0, 9514.0, 9528.0, 9524.0, 9563.0, 9514.0, 9585.0, 9544.0, 9557.0, 9528.0, 9522.0, 9523.0, 9519.0, 9535.0, 9491.0, 9519.0, 9504.0, 9528.0, 9506.0, 9560.0, 9512.0, 9510.0, 9511.0, 9511.0, 9558.0, 9535.0, 9589.0, 9536.0, 9572.0, 9536.0, 9570.0, 9533.0, 9555.0, 9546.0, 9515.0, 9554.0, 9510.0, 9549.0, 9506.0, 9551.0, 9526.0, 9534.0, 9494.0, 9490.0, 9493.0, 9509.0, 9551.0, 9527.0, 9567.0, 9515.0, 9567.0, 9531.0, 9569.0, 9545.0, 9552.0, 9513.0, 9512.0, 9515.0, 9523.0, 9522.0, 9493.0, 9537.0, 9501.0, 9566.0, 9532.0, 9569.0, 9547.0, 9518.0, 9561.0, 9535.0, 9571.0, 9531.0, 9588.0, 9530.0, 9558.0, 9513.0, 9549.0, 9513.0, 9556.0, 9532.0, 9563.0, 9492.0, 9478.0, 9491.0, 9506.0, 9581.0, 9532.0, 9557.0, 9533.0, 9553.0, 9533.0, 9541.0, 9531.0, 9512.0, 9540.0, 9512.0, 9522.0, 9506.0, 9552.0, 9493.0, 9552.0, 9509.0, 9546.0, 9511.0, 9550.0, 9528.0, 9513.0, 9541.0, 9530.0, 9568.0, 9530.0, 9572.0, 9527.0, 9526.0, 9509.0, 9495.0, 9509.0, 9519.0, 9520.0, 9488.0, 9533.0, 9508.0, 9532.0, 9512.0, 9563.0, 9529.0, 9568.0, 9532.0, 9541.0, 9532.0, 9540.0, 9530.0, 9515.0, 9547.0, 9520.0, 9558.0, 9519.0, 9587.0, 9535.0, 9590.0, 9537.0, 9574.0, 9538.0, 9570.0, 9535.0, 9572.0, 9531.0, 9514.0, 9514.0, 9511.0, 9540.0, 9515.0, 9570.0, 9532.0, 9573.0, 9535.0, 9534.0, 9534.0, 9534.0, 9594.0, 9536.0, 9577.0, 9519.0, 9572.0, 9513.0, 9572.0, 9515.0, 9556.0, 9530.0, 9549.0, 9528.0, 9537.0, 9530.0, 9510.0, 9540.0, 9514.0, 9569.0, 9532.0, 9588.0, 9547.0, 9587.0, 9533.0, 9527.0, 9513.0, 9526.0, 9539.0, 9510.0, 9553.0, 9508.0, 9544.0, 9494.0, 9531.0, 9502.0, 9531.0, 9502.0, 9485.0, 9515.0, 9488.0, 9541.0, 9507.0, 9559.0, 9512.0, 9546.0, 9518.0, 9549.0, 9510.0, 9536.0, 9493.0, 9489.0, 9491.0, 9491.0, 9518.0, 9508.0, 9561.0, 9515.0, 9567.0, 9529.0, 9551.0, 9529.0, 9538.0, 9513.0, 9512.0, 9526.0, 9513.0, 9550.0, 9506.0, 9553.0, 9497.0, 9550.0, 9509.0, 9536.0, 9512.0, 9545.0, 9512.0, 9563.0, 9528.0, 9512.0, 9524.0, 9510.0, 9555.0, 9512.0, 9569.0, 9514.0, 9553.0, 9526.0, 9549.0, 9532.0, 9568.0, 9535.0, 9557.0, 9529.0, 9525.0, 9529.0, 9525.0, 9516.0, 9528.0, 9527.0, 9512.0, 9540.0, 9513.0, 9571.0, 9535.0, 9588.0, 9535.0, 9547.0, 9532.0, 9512.0, 9572.0, 9533.0, 9571.0, 9532.0, 9555.0, 9510.0, 9563.0, 9525.0, 9507.0, 9507.0, 9508.0, 9547.0, 9511.0, 9561.0, 9528.0, 9523.0, 9509.0, 9495.0, 9542.0, 9514.0, 9565.0, 9529.0, 9551.0, 9536.0, 9605.0, 9611.0, 9637.0, 9566.0, 9516.0, 9570.0, 9517.0, 9517.0, 9573.0, 9530.0, 9592.0, 9546.0, 9524.0, 9525.0, 9509.0, 9551.0, 9505.0, 9565.0, 9510.0, 9535.0, 9489.0, 9499.0, 9542.0, 9508.0, 9532.0, 9507.0, 9508.0, 9544.0, 9503.0, 9542.0, 9507.0, 9547.0, 9490.0, 9489.0, 9504.0, 9491.0, 9549.0, 9507.0, 9544.0, 9528.0, 9550.0, 9508.0, 9509.0, 9522.0, 9512.0, 9564.0, 9527.0, 9569.0, 9526.0, 9515.0, 9525.0, 9527.0, 9549.0, 9511.0, 9563.0, 9527.0, 9524.0, 9510.0, 9512.0, 9549.0, 9507.0, 9547.0, 9524.0, 9548.0, 9526.0, 9525.0, 9513.0, 9509.0, 9537.0, 9508.0, 9552.0, 9511.0, 9554.0, 9529.0, 9565.0, 9529.0, 9540.0, 9543.0, 9527.0, 9554.0, 9514.0, 9546.0, 9511.0, 9567.0, 9524.0, 9566.0, 9506.0, 9503.0, 9506.0, 9503.0, 9526.0, 9507.0, 9537.0, 9511.0, 9550.0, 9510.0, 9563.0, 9531.0, 9571.0, 9529.0, 9525.0, 9506.0, 9488.0, 9514.0, 9500.0, 9513.0, 9488.0, 9513.0, 9487.0, 9516.0, 9502.0, 9501.0, 9488.0, 9519.0, 9495.0, 9536.0, 9517.0, 9555.0, 9549.0, 9573.0, 9540.0, 9539.0, 9568.0, 9554.0, 9595.0, 9553.0, 9575.0, 9546.0, 9590.0, 9542.0, 9523.0, 9493.0, 9493.0, 9503.0, 9483.0, 9517.0, 9513.0, 9518.0, 9485.0, 9513.0, 9487.0, 9513.0, 9488.0, 9526.0, 9489.0, 9548.0, 9508.0, 9548.0, 9532.0, 9574.0, 9552.0, 9573.0, 9550.0, 9534.0, 9565.0, 9534.0, 9577.0, 9532.0, 9577.0, 9548.0, 9588.0, 9532.0, 9554.0, 9515.0, 9511.0, 9528.0, 9513.0, 9557.0, 9530.0, 9556.0, 9537.0, 9558.0, 9553.0, 9537.0, 9578.0, 9550.0, 9589.0, 9551.0, 9608.0, 9563.0, 9585.0, 9542.0, 9523.0, 9504.0, 9489.0, 9501.0, 9487.0, 9545.0, 9487.0, 9541.0, 9491.0, 9544.0, 9509.0, 9520.0, 9509.0, 9514.0, 9541.0, 9513.0, 9551.0, 9531.0, 9566.0, 9530.0, 9514.0, 9527.0, 9511.0, 9534.0, 9501.0, 9551.0, 9519.0, 9559.0, 9489.0, 9538.0, 9485.0, 9495.0, 9503.0, 9499.0, 9505.0, 9507.0, 9522.0, 9509.0, 9536.0, 9512.0, 9564.0, 9513.0, 9552.0, 9529.0, 9512.0, 9498.0, 9511.0, 9571.0, 9530.0, 9575.0, 9531.0, 9543.0, 9510.0, 9504.0, 9521.0, 9521.0, 9519.0, 9505.0, 9531.0, 9488.0, 9528.0, 9486.0, 9546.0, 9508.0, 9545.0, 9512.0, 9537.0, 9500.0, 9498.0, 9539.0, 9526.0, 9587.0, 9531.0, 9570.0, 9516.0, 9551.0, 9510.0, 9547.0, 9509.0, 9563.0, 9504.0, 9505.0, 9504.0, 9487.0, 9488.0, 9488.0, 9537.0, 9508.0, 9548.0, 9508.0, 9548.0, 9510.0, 9541.0, 9527.0, 9565.0, 9530.0, 9523.0, 9514.0, 9510.0, 9522.0, 9520.0, 9542.0, 9523.0, 9572.0, 9509.0, 9533.0, 9504.0, 9527.0, 9506.0, 9540.0, 9506.0, 9515.0, 9491.0, 9491.0, 9505.0, 9489.0, 9502.0, 9501.0, 9548.0, 9492.0, 9533.0, 9505.0, 9532.0, 9506.0, 9545.0, 9507.0, 9546.0, 9510.0, 9545.0, 9509.0, 9503.0, 9507.0, 9503.0, 9534.0, 9494.0, 9536.0, 9528.0, 9567.0, 9531.0, 9566.0, 9532.0, 9566.0, 9532.0, 9538.0, 9516.0, 9525.0, 9515.0, 9509.0, 9524.0, 9510.0, 9537.0, 9501.0, 9556.0, 9529.0, 9557.0, 9533.0, 9570.0, 9549.0, 9570.0, 9532.0, 9542.0, 9529.0, 9541.0, 9531.0, 9554.0, 9533.0, 9512.0, 9516.0, 9501.0, 9522.0, 9532.0, 9594.0, 9556.0, 9629.0, 9518.0, 9518.0, 9585.0, 9533.0, 9559.0, 9547.0, 9528.0, 9587.0, 9511.0, 9556.0, 9493.0, 9534.0, 9500.0, 9499.0, 9522.0, 9479.0, 9518.0, 9473.0, 9514.0, 9454.0, 9479.0, 9446.0, 9479.0, 9444.0, 9453.0, 9461.0, 9461.0, 9466.0, 9481.0, 9512.0, 9487.0, 9526.0, 9504.0, 9542.0, 9506.0, 9544.0, 9510.0, 9547.0, 9529.0, 9550.0, 9530.0, 9555.0, 9538.0, 9547.0, 9540.0, 9526.0, 9585.0, 9549.0, 9601.0, 9562.0, 9617.0, 9593.0, 9562.0, 9602.0, 9541.0, 9599.0, 9541.0, 9594.0, 9585.0, 9609.0, 9550.0, 9569.0, 9529.0, 9523.0, 9543.0, 9511.0, 9557.0, 9510.0, 9547.0, 9510.0, 9564.0, 9512.0, 9523.0, 9538.0, 9511.0, 9564.0, 9511.0, 9549.0, 9511.0, 9521.0, 9554.0, 9511.0, 9584.0, 9509.0, 9548.0, 9492.0, 9499.0, 9501.0, 9489.0, 9529.0, 9500.0, 9528.0, 9484.0, 9522.0, 9497.0, 9521.0, 9501.0, 9523.0, 9490.0, 9488.0, 9491.0, 9509.0, 9550.0, 9526.0, 9567.0, 9517.0, 9542.0, 9517.0, 9525.0, 9528.0, 9513.0, 9557.0, 9512.0, 9571.0, 9514.0, 9555.0, 9512.0, 9566.0, 9509.0, 9566.0, 9512.0, 9533.0, 9512.0, 9524.0, 9513.0, 9510.0, 9556.0, 9517.0, 9568.0, 9529.0, 9563.0, 9529.0, 9554.0, 9514.0, 9497.0, 9512.0, 9494.0, 9523.0, 9509.0, 9537.0, 9498.0, 9540.0, 9516.0, 9551.0, 9530.0, 9570.0, 9536.0, 9520.0, 9519.0, 9520.0, 9574.0, 9552.0, 9596.0, 9554.0, 9537.0, 9533.0, 9515.0, 9558.0, 9536.0, 9572.0, 9532.0, 9531.0, 9486.0, 9496.0, 9482.0, 9496.0, 9481.0, 9510.0, 9484.0, 9526.0, 9501.0, 9531.0, 9525.0, 9537.0, 9530.0, 9531.0, 9550.0, 9535.0, 9562.0, 9534.0, 9572.0, 9516.0, 9573.0, 9510.0, 9554.0, 9511.0, 9533.0, 9506.0, 9545.0, 9510.0, 9533.0, 9508.0, 9532.0, 9513.0, 9549.0, 9531.0, 9537.0, 9517.0, 9514.0, 9540.0, 9517.0, 9571.0, 9533.0, 9571.0, 9531.0, 9540.0, 9525.0, 9537.0, 9512.0, 9498.0, 9515.0, 9512.0, 9542.0, 9510.0, 9557.0, 9515.0, 9591.0, 9534.0, 9571.0, 9537.0, 9575.0, 9535.0, 9534.0, 9562.0, 9518.0, 9573.0, 9533.0, 9587.0, 9547.0, 9583.0, 9510.0, 9493.0, 9518.0, 9505.0, 9546.0, 9505.0, 9543.0, 9506.0, 9546.0, 9508.0, 9508.0, 9521.0, 9510.0, 9552.0, 9531.0, 9570.0, 9551.0, 9561.0, 9551.0, 9522.0, 9576.0, 9538.0, 9587.0, 9545.0, 9544.0, 9562.0, 9514.0, 9568.0, 9513.0, 9547.0, 9511.0, 9562.0, 9507.0, 9517.0, 9517.0, 9499.0, 9547.0, 9489.0, 9545.0, 9507.0, 9562.0, 9492.0, 9494.0, 9494.0, 9508.0, 9536.0, 9510.0, 9550.0, 9528.0, 9566.0, 9526.0, 9539.0, 9513.0, 9527.0, 9556.0, 9514.0, 9553.0, 9526.0, 9568.0, 9515.0, 9554.0, 9529.0, 9507.0, 9537.0, 9508.0, 9544.0, 9507.0, 9544.0, 9512.0, 9519.0, 9509.0, 9493.0, 9533.0, 9507.0, 9550.0, 9503.0, 9563.0, 9506.0, 9530.0, 9501.0, 9501.0, 9489.0, 9488.0, 9504.0, 9492.0, 9533.0, 9507.0, 9534.0, 9524.0, 9564.0, 9530.0, 9553.0, 9515.0, 9539.0, 9521.0, 9531.0, 9546.0, 9535.0, 9573.0, 9551.0, 9589.0, 9557.0, 9596.0, 9555.0, 9549.0, 9519.0, 9517.0, 9554.0, 9518.0, 9577.0, 9515.0, 9555.0, 9527.0, 9565.0, 9530.0, 9556.0, 9542.0, 9512.0, 9539.0, 9514.0, 9566.0, 9513.0, 9571.0, 9525.0, 9552.0, 9509.0, 9518.0, 9507.0, 9515.0, 9520.0, 9487.0, 9516.0, 9503.0, 9527.0, 9506.0, 9541.0, 9491.0, 9544.0, 9508.0, 9547.0, 9526.0, 9549.0, 9529.0, 9551.0, 9530.0, 9516.0, 9506.0, 9516.0, 9559.0, 9557.0, 9565.0, 9572.0, 9527.0, 9549.0, 9490.0, 9517.0, 9500.0, 9524.0, 9499.0, 9483.0, 9496.0, 9487.0, 9529.0, 9508.0, 9546.0, 9513.0, 9551.0, 9529.0, 9538.0, 9529.0, 9542.0, 9529.0, 9513.0, 9527.0, 9513.0, 9554.0, 9513.0, 9568.0, 9525.0, 9552.0, 9525.0, 9552.0, 9513.0, 9533.0, 9509.0, 9507.0, 9535.0, 9509.0, 9548.0, 9514.0, 9553.0, 9528.0, 9509.0, 9523.0, 9507.0, 9553.0, 9508.0, 9553.0, 9509.0, 9549.0, 9511.0, 9522.0, 9527.0, 9514.0, 9570.0, 9529.0, 9564.0, 9527.0, 9565.0, 9527.0, 9550.0, 9510.0, 9523.0, 9510.0, 9533.0, 9508.0, 9534.0, 9504.0, 9491.0, 9492.0, 9507.0, 9534.0, 9509.0, 9564.0, 9528.0, 9566.0, 9528.0, 9552.0, 9528.0, 9538.0, 9539.0, 9509.0, 9533.0, 9506.0, 9533.0, 9505.0, 9550.0, 9506.0, 9545.0, 9506.0, 9543.0, 9509.0, 9546.0, 9509.0, 9561.0, 9477.0, 9476.0, 9491.0, 9507.0, 9564.0, 9531.0, 9571.0, 9531.0, 9543.0, 9517.0, 9555.0, 9527.0, 9578.0, 9507.0, 9489.0, 9475.0, 9489.0, 9518.0, 9506.0, 9551.0, 9509.0, 9547.0, 9512.0, 9548.0, 9529.0, 9565.0, 9532.0, 9513.0, 9501.0, 9502.0, 9556.0, 9530.0, 9588.0, 9536.0, 9534.0, 9544.0, 9528.0, 9577.0, 9542.0, 9575.0, 9529.0, 9549.0, 9509.0, 9546.0, 9506.0, 9514.0, 9490.0, 9486.0, 9475.0, 9486.0, 9519.0, 9494.0, 9549.0, 9511.0, 9550.0, 9528.0, 9524.0, 9531.0, 9520.0, 9576.0, 9538.0, 9560.0, 9536.0, 9556.0, 9547.0, 9539.0, 9555.0, 9509.0, 9534.0, 9506.0, 9548.0, 9508.0, 9585.0, 9549.0, 9515.0, 9488.0, 9504.0, 9547.0, 9505.0, 9545.0, 9489.0, 9543.0, 9505.0, 9529.0, 9506.0, 9517.0, 9521.0, 9493.0, 9548.0, 9509.0, 9549.0, 9529.0, 9552.0, 9527.0, 9511.0, 9526.0, 9528.0, 9550.0, 9527.0, 9569.0, 9530.0, 9539.0, 9511.0, 9512.0, 9512.0, 9496.0, 9552.0, 9512.0, 9569.0, 9528.0, 9554.0, 9510.0, 9534.0, 9507.0, 9492.0, 9536.0, 9493.0, 9549.0, 9511.0, 9507.0, 9512.0, 9510.0, 9540.0, 9513.0, 9575.0, 9534.0, 9575.0, 9532.0, 9555.0, 9513.0, 9553.0, 9511.0, 9519.0, 9521.0, 9512.0, 9548.0, 9498.0, 9510.0, 9538.0, 9528.0, 9569.0, 9543.0, 9514.0, 9571.0, 9510.0, 9560.0, 9493.0, 9514.0, 9503.0, 9530.0, 9536.0, 9499.0, 9513.0, 9481.0, 9509.0, 9484.0, 9507.0, 9488.0, 9523.0, 9487.0, 9488.0, 9505.0, 9509.0, 9549.0, 9531.0, 9543.0, 9530.0, 9519.0, 9557.0, 9535.0, 9570.0, 9536.0, 9548.0, 9549.0, 9540.0, 9577.0, 9545.0, 9584.0, 9552.0, 9536.0, 9565.0, 9520.0, 9557.0, 9527.0, 9543.0, 9543.0, 9517.0, 9591.0, 9517.0, 9528.0, 9510.0, 9507.0, 9553.0, 9508.0, 9583.0, 9509.0, 9492.0, 9505.0, 9504.0, 9534.0, 9489.0, 9531.0, 9487.0, 9526.0, 9505.0, 9543.0, 9493.0, 9503.0, 9518.0, 9490.0, 9549.0, 9507.0, 9546.0, 9493.0, 9504.0, 9489.0, 9487.0, 9530.0, 9489.0, 9530.0, 9489.0, 9526.0, 9487.0, 9508.0, 9486.0, 9485.0, 9515.0, 9488.0, 9529.0, 9506.0, 9531.0, 9492.0, 9505.0, 9544.0, 9504.0, 9568.0, 9538.0, 9548.0, 9493.0, 9489.0, 9505.0, 9505.0, 9547.0, 9508.0, 9549.0, 9510.0, 9531.0, 9489.0, 9486.0, 9499.0, 9486.0, 9547.0, 9507.0, 9548.0, 9512.0, 9551.0, 9514.0, 9499.0, 9527.0, 9512.0, 9557.0, 9515.0, 9554.0, 9531.0, 9553.0, 9517.0, 9537.0, 9541.0, 9513.0, 9551.0, 9511.0, 9548.0, 9509.0, 9548.0, 9514.0, 9521.0, 9510.0, 9495.0, 9523.0, 9512.0, 9566.0, 9529.0, 9568.0, 9531.0, 9557.0, 9531.0, 9525.0, 9515.0, 9538.0, 9528.0, 9515.0, 9553.0, 9513.0, 9549.0, 9511.0, 9569.0, 9524.0, 9493.0, 9504.0, 9488.0, 9527.0, 9490.0, 9543.0, 9507.0, 9548.0, 9507.0, 9530.0, 9490.0, 9526.0, 9487.0, 9525.0, 9502.0, 9541.0, 9486.0, 9482.0, 9487.0, 9473.0, 9501.0, 9489.0, 9547.0, 9507.0, 9531.0, 9510.0, 9545.0, 9509.0, 9545.0, 9510.0, 9493.0, 9497.0, 9495.0, 9525.0, 9497.0, 9556.0, 9514.0, 9556.0, 9533.0, 9571.0, 9533.0, 9570.0, 9539.0, 9573.0, 9534.0, 9529.0, 9529.0, 9512.0, 9554.0, 9498.0, 9569.0, 9497.0, 9535.0, 9510.0, 9532.0, 9512.0, 9582.0, 9538.0, 9561.0, 9491.0, 9488.0, 9518.0, 9507.0, 9546.0, 9505.0, 9567.0, 9511.0, 9521.0, 9494.0, 9491.0, 9517.0, 9488.0, 9545.0, 9489.0, 9559.0, 9489.0, 9528.0, 9487.0, 9497.0, 9484.0, 9471.0, 9502.0, 9492.0, 9521.0, 9512.0, 9562.0, 9513.0, 9566.0, 9513.0, 9549.0, 9511.0, 9549.0, 9511.0, 9551.0, 9498.0, 9535.0, 9513.0, 9537.0, 9500.0, 9500.0, 9557.0, 9516.0, 9555.0, 9517.0, 9553.0, 9514.0, 9570.0, 9526.0, 9551.0, 9511.0, 9550.0, 9511.0, 9532.0, 9523.0, 9491.0, 9521.0, 9489.0, 9518.0, 9490.0, 9547.0, 9495.0, 9548.0, 9497.0, 9550.0, 9531.0, 9548.0, 9509.0, 9520.0, 9507.0, 9493.0, 9532.0, 9506.0, 9546.0, 9493.0, 9550.0, 9494.0, 9531.0, 9493.0, 9528.0, 9505.0, 9542.0, 9512.0, 9531.0, 9507.0, 9478.0, 9506.0, 9493.0, 9548.0, 9507.0, 9566.0, 9524.0, 9535.0, 9507.0, 9529.0, 9490.0, 9500.0, 9504.0, 9475.0, 9531.0, 9506.0, 9541.0, 9506.0, 9544.0, 9507.0, 9518.0, 9516.0, 9493.0, 9546.0, 9509.0, 9545.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.0013857195121951217</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02867374890243902</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.624596531147056</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2753639445149465</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0079012569554595</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.482</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5905.2437</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07786582809105154</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.0975609756097562</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.434630808571136</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3435040350356005</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.696566208436124</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.263822182241684</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00770435</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016482815146446228</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03296330198645592</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1640</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9060031970093614</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>21.9357</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.4068</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.5481</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>296684.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>810.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.0799</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5776</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.4854</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3483.0117</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3685.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79860.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1160.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4547.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>943.4137</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.92047813476529</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> |