=== 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-0080 --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-0080",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
170 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
170 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0080_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-0080_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-0080_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-0080/figures/sub-0080_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0080/figures/sub-0080_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-0080/figures/sub-0080_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080/ses-03/func/sub-0080_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>f2b397def504af4735fdca0d26d9a862</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>17:52:41.677500</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.997423, 0.0516142, 0.0498396, -0.0534947, 0.997876, 0.0371656]</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.103116</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4168, -7756, -7177, 488, -57, -154, 52, 41]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>261.321</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>44c233cd-f7ec-4459-9a2a-739a305b653a||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.6760120391845703, -0.1435224413871765, 0.12910176813602448, 114.644287109375], [-0.13847699761390686, 2.677229166030884, 0.10728699713945389, -82.91820526123047], [0.13371597230434418, -0.09971246868371964, 2.694776773452759, -24.64495277404785], [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': ['175241.677500', '175242.137500', '175242.597500', '175243.057500', '175243.517500', '175243.977500', '175244.437500', '175244.897500', '175245.357500', '175245.817500', '175246.277500', '175246.737500', '175247.197500', '175247.657500', '175248.117500', '175248.577500', '175249.037500', '175249.497500', '175249.957500', '175250.417500', '175250.877500', '175251.337500', '175251.797500', '175252.257500', '175252.717500', '175253.177500', '175253.637500', '175254.097500', '175254.557500', '175255.017500', '175255.477500', '175255.937500', '175256.397500', '175256.857500', '175257.317500', '175257.777500', '175258.237500', '175258.697500', '175259.157500', '175259.617500', '175300.077500', '175300.537500', '175300.997500', '175301.457500', '175301.917500', '175302.377500', '175302.837500', '175303.297500', '175303.757500', '175304.217500', '175304.677500', '175305.137500', '175305.597500', '175306.057500', '175306.517500', '175306.977500', '175307.437500', '175307.897500', '175308.357500', '175308.817500', '175309.277500', '175309.737500', '175310.197500', '175310.657500', '175311.117500', '175311.577500', '175312.037500', '175312.497500', '175312.957500', '175313.417500', '175313.877500', '175314.337500', '175314.797500', '175315.257500', '175315.717500', '175316.177500', '175316.637500', '175317.097500', '175317.557500', '175318.017500', '175318.477500', '175318.937500', '175319.397500', '175319.857500', '175320.317500', '175320.777500', '175321.237500', '175321.697500', '175322.157500', '175322.617500', '175323.077500', '175323.537500', '175323.997500', '175324.457500', '175324.917500', '175325.377500', '175325.837500', '175326.297500', '175326.757500', '175327.217500', '175327.677500', '175328.137500', '175328.597500', '175329.057500', '175329.517500', '175329.977500', '175330.437500', '175330.897500', '175331.357500', '175331.817500', '175332.277500', '175332.737500', '175333.197500', '175333.657500', '175334.117500', '175334.577500', '175335.037500', '175335.497500', '175335.957500', '175336.417500', '175336.877500', '175337.337500', '175337.797500', '175338.257500', '175338.717500', '175339.177500', '175339.637500', '175340.097500', '175340.557500', '175341.017500', '175341.477500', '175341.937500', '175342.397500', '175342.857500', '175343.317500', '175343.777500', '175344.237500', '175344.697500', '175345.157500', '175345.617500', '175346.077500', '175346.537500', '175346.997500', '175347.457500', '175347.917500', '175348.377500', '175348.837500', '175349.297500', '175349.757500', '175350.217500', '175350.677500', '175351.137500', '175351.597500', '175352.057500', '175352.517500', '175352.977500', '175353.437500', '175353.897500', '175354.357500', '175354.817500', '175355.277500', '175355.737500', '175356.197500', '175356.657500', '175357.117500', '175357.577500', '175358.037500', '175358.497500', '175358.957500', '175359.417500', '175359.877500', '175400.337500', '175400.797500', '175401.257500', '175401.717500', '175402.177500', '175402.637500', '175403.097500', '175403.557500', '175404.017500', '175404.477500', '175404.937500', '175405.397500', '175405.857500', '175406.317500', '175406.777500', '175407.237500', '175407.697500', '175408.157500', '175408.617500', '175409.077500', '175409.537500', '175409.997500', '175410.457500', '175410.917500', '175411.377500', '175411.837500', '175412.297500', '175412.757500', '175413.217500', '175413.677500', '175414.137500', '175414.597500', '175415.057500', '175415.517500', '175415.977500', '175416.437500', '175416.897500', '175417.357500', '175417.817500', '175418.277500', '175418.737500', '175419.197500', '175419.657500', '175420.117500', '175420.577500', '175421.037500', '175421.497500', '175421.957500', '175422.417500', '175422.877500', '175423.337500', '175423.797500', '175424.257500', '175424.717500', '175425.177500', '175425.637500', '175426.097500', '175426.557500', '175427.017500', '175427.477500', '175427.937500', '175428.397500', '175428.857500', '175429.317500', '175429.777500', '175430.237500', '175430.697500', '175431.157500', '175431.617500', '175432.077500', '175432.537500', '175432.997500', '175433.457500', '175433.917500', '175434.377500', '175434.837500', '175435.297500', '175435.757500', '175436.217500', '175436.677500', '175437.137500', '175437.597500', '175438.057500', '175438.517500', '175438.977500', '175439.437500', '175439.897500', '175440.357500', '175440.817500', '175441.277500', '175441.737500', '175442.197500', '175442.657500', '175443.117500', '175443.577500', '175444.037500', '175444.497500', '175444.957500', '175445.417500', '175445.877500', '175446.337500', '175446.797500', '175447.257500', '175447.717500', '175448.177500', '175448.637500', '175449.097500', '175449.557500', '175450.017500', '175450.477500', '175450.937500', '175451.397500', '175451.857500', '175452.317500', '175452.777500', '175453.237500', '175453.697500', '175454.157500', '175454.617500', '175455.077500', '175455.537500', '175455.997500', '175456.457500', '175456.917500', '175457.377500', '175457.837500', '175458.297500', '175458.757500', '175459.217500', '175459.677500', '175500.137500', '175500.597500', '175501.057500', '175501.517500', '175501.977500', '175502.437500', '175502.897500', '175503.357500', '175503.817500', '175504.277500', '175504.737500', '175505.197500', '175505.657500', '175506.117500', '175506.577500', '175507.037500', '175507.497500', '175507.957500', '175508.417500', '175508.877500', '175509.337500', '175509.797500', '175510.257500', '175510.717500', '175511.177500', '175511.637500', '175512.097500', '175512.557500', '175513.017500', '175513.477500', '175513.937500', '175514.397500', '175514.857500', '175515.317500', '175515.777500', '175516.237500', '175516.697500', '175517.157500', '175517.617500', '175518.077500', '175518.537500', '175518.997500', '175519.457500', '175519.917500', '175520.377500', '175520.837500', '175521.297500', '175521.757500', '175522.217500', '175522.677500', '175523.137500', '175523.597500', '175524.057500', '175524.517500', '175524.977500', '175525.437500', '175525.897500', '175526.357500', '175526.817500', '175527.277500', '175527.737500', '175528.197500', '175528.657500', '175529.117500', '175529.577500', '175530.037500', '175530.497500', '175530.957500', '175531.417500', '175531.877500', '175532.337500', '175532.797500', '175533.257500', '175533.717500', '175534.177500', '175534.637500', '175535.097500', '175535.557500', '175536.017500', '175536.477500', '175536.937500', '175537.397500', '175537.857500', '175538.317500', '175538.777500', '175539.237500', '175539.697500', '175540.157500', '175540.617500', '175541.077500', '175541.537500', '175541.997500', '175542.457500', '175542.917500', '175543.377500', '175543.837500', '175544.297500', '175544.757500', '175545.217500', '175545.677500', '175546.137500', '175546.597500', '175547.057500', '175547.517500', '175547.977500', '175548.437500', '175548.897500', '175549.357500', '175549.817500', '175550.277500', '175550.737500', '175551.197500', '175551.657500', '175552.117500', '175552.577500', '175553.037500', '175553.497500', '175553.957500', '175554.417500', '175554.877500', '175555.337500', '175555.797500', '175556.257500', '175556.717500', '175557.177500', '175557.637500', '175558.097500', '175558.557500', '175559.017500', '175559.477500', '175559.937500', '175600.397500', '175600.857500', '175601.317500', '175601.777500', '175602.237500', '175602.697500', '175603.157500', '175603.617500', '175604.077500', '175604.537500', '175604.997500', '175605.457500', '175605.917500', '175606.377500', '175606.837500', '175607.297500', '175607.757500', '175608.217500', '175608.677500', '175609.137500', '175609.597500', '175610.057500', '175610.517500', '175610.977500', '175611.437500', '175611.897500', '175612.357500', '175612.817500', '175613.277500', '175613.737500', '175614.197500', '175614.657500', '175615.117500', '175615.577500', '175616.037500', '175616.497500', '175616.957500', '175617.417500', '175617.877500', '175618.337500', '175618.797500', '175619.257500', '175619.717500', '175620.177500', '175620.637500', '175621.097500', '175621.557500', '175622.017500', '175622.477500', '175622.937500', '175623.397500', '175623.857500', '175624.317500', '175624.777500', '175625.237500', '175625.697500', '175626.157500', '175626.617500', '175627.077500', '175627.537500', '175627.997500', '175628.457500', '175628.917500', '175629.377500', '175629.837500', '175630.297500', '175630.757500', '175631.217500', '175631.677500', '175632.137500', '175632.597500', '175633.057500', '175633.517500', '175633.977500', '175634.437500', '175634.897500', '175635.357500', '175635.817500', '175636.277500', '175636.737500', '175637.197500', '175637.657500', '175638.117500', '175638.577500', '175639.037500', '175639.497500', '175639.957500', '175640.417500', '175640.877500', '175641.337500', '175641.797500', '175642.257500', '175642.717500', '175643.177500', '175643.637500', '175644.097500', '175644.557500', '175645.017500', '175645.477500', '175645.937500', '175646.397500', '175646.857500', '175647.317500', '175647.777500', '175648.237500', '175648.697500', '175649.157500', '175649.617500', '175650.077500', '175650.537500', '175650.997500', '175651.457500', '175651.917500', '175652.377500', '175652.837500', '175653.297500', '175653.757500', '175654.217500', '175654.677500', '175655.137500', '175655.597500', '175656.057500', '175656.517500', '175656.977500', '175657.437500', '175657.897500', '175658.357500', '175658.817500', '175659.277500', '175659.737500', '175700.197500', '175700.657500', '175701.117500', '175701.577500', '175702.037500', '175702.497500', '175702.957500', '175703.417500', '175703.877500', '175704.337500', '175704.797500', '175705.257500', '175705.717500', '175706.177500', '175706.637500', '175707.097500', '175707.557500', '175708.017500', '175708.477500', '175708.937500', '175709.397500', '175709.857500', '175710.317500', '175710.777500', '175711.237500', '175711.697500', '175712.157500', '175712.617500', '175713.077500', '175713.537500', '175713.997500', '175714.457500', '175714.917500', '175715.377500', '175715.837500', '175716.297500', '175716.757500', '175717.217500', '175717.677500', '175718.137500', '175718.597500', '175719.057500', '175719.517500', '175719.977500', '175720.437500', '175720.897500', '175721.357500', '175721.817500', '175722.277500', '175722.737500', '175723.197500', '175723.657500', '175724.117500', '175724.577500', '175725.037500', '175725.497500', '175725.957500', '175726.417500', '175726.877500', '175727.337500', '175727.797500', '175728.257500', '175728.717500', '175729.177500', '175729.637500', '175730.097500', '175730.557500', '175731.017500', '175731.477500', '175731.937500', '175732.397500', '175732.857500', '175733.317500', '175733.777500', '175734.237500', '175734.697500', '175735.157500', '175735.617500', '175736.077500', '175736.537500', '175736.997500', '175737.457500', '175737.917500', '175738.377500', '175738.837500', '175739.297500', '175739.757500', '175740.217500', '175740.677500', '175741.137500', '175741.597500', '175742.057500', '175742.517500', '175742.977500', '175743.437500', '175743.897500', '175744.357500', '175744.817500', '175745.277500', '175745.737500', '175746.197500', '175746.657500', '175747.117500', '175747.577500', '175748.037500', '175748.497500', '175748.957500', '175749.417500', '175749.877500', '175750.337500', '175750.797500', '175751.257500', '175751.717500', '175752.177500', '175752.637500', '175753.097500', '175753.557500', '175754.017500', '175754.477500', '175754.937500', '175755.397500', '175755.857500', '175756.317500', '175756.777500', '175757.237500', '175757.697500', '175758.157500', '175758.617500', '175759.077500', '175759.537500', '175759.997500', '175800.457500', '175800.917500', '175801.377500', '175801.837500', '175802.297500', '175802.757500', '175803.217500', '175803.677500', '175804.137500', '175804.597500', '175805.057500', '175805.517500', '175805.977500', '175806.437500', '175806.897500', '175807.357500', '175807.817500', '175808.277500', '175808.737500', '175809.197500', '175809.657500', '175810.117500', '175810.577500', '175811.037500', '175811.497500', '175811.957500', '175812.417500', '175812.877500', '175813.337500', '175813.797500', '175814.257500', '175814.717500', '175815.177500', '175815.637500', '175816.097500', '175816.557500', '175817.017500', '175817.477500', '175817.937500', '175818.397500', '175818.857500', '175819.317500', '175819.777500', '175820.237500', '175820.697500', '175821.157500', '175821.617500', '175822.077500', '175822.537500', '175822.997500', '175823.457500', '175823.917500', '175824.377500', '175824.837500', '175825.297500', '175825.757500', '175826.217500', '175826.677500', '175827.137500', '175827.597500', '175828.057500', '175828.517500', '175828.977500', '175829.437500', '175829.897500', '175830.357500', '175830.817500', '175831.277500', '175831.737500', '175832.197500', '175832.657500', '175833.117500', '175833.577500', '175834.037500', '175834.497500', '175834.957500', '175835.417500', '175835.877500', '175836.337500', '175836.797500', '175837.257500', '175837.717500', '175838.177500', '175838.637500', '175839.097500', '175839.557500', '175840.017500', '175840.477500', '175840.937500', '175841.397500', '175841.857500', '175842.317500', '175842.777500', '175843.237500', '175843.697500', '175844.157500', '175844.617500', '175845.077500', '175845.537500', '175845.997500', '175846.457500', '175846.917500', '175847.377500', '175847.837500', '175848.297500', '175848.757500', '175849.217500', '175849.677500', '175850.137500', '175850.597500', '175851.057500', '175851.517500', '175851.977500', '175852.437500', '175852.897500', '175853.357500', '175853.817500', '175854.277500', '175854.737500', '175855.197500', '175855.657500', '175856.117500', '175856.577500', '175857.037500', '175857.497500', '175857.957500', '175858.417500', '175858.877500', '175859.337500', '175859.797500', '175900.257500', '175900.717500', '175901.177500', '175901.637500', '175902.097500', '175902.557500', '175903.017500', '175903.477500', '175903.937500', '175904.397500', '175904.857500', '175905.317500', '175905.777500', '175906.237500', '175906.697500', '175907.157500', '175907.617500', '175908.077500', '175908.537500', '175908.997500', '175909.457500', '175909.917500', '175910.377500', '175910.837500', '175911.297500', '175911.757500', '175912.217500', '175912.677500', '175913.137500', '175913.597500', '175914.057500', '175914.517500', '175914.977500', '175915.437500', '175915.897500', '175916.357500', '175916.817500', '175917.277500', '175917.737500', '175918.197500', '175918.657500', '175919.117500', '175919.577500', '175920.037500', '175920.497500', '175920.957500', '175921.417500', '175921.877500', '175922.337500', '175922.797500', '175923.257500', '175923.717500', '175924.177500', '175924.637500', '175925.097500', '175925.557500', '175926.017500', '175926.477500', '175926.937500', '175927.397500', '175927.857500', '175928.317500', '175928.777500', '175929.237500', '175929.697500', '175930.157500', '175930.617500', '175931.077500', '175931.537500', '175931.997500', '175932.457500', '175932.917500', '175933.377500', '175933.837500', '175934.297500', '175934.757500', '175935.217500', '175935.677500', '175936.137500', '175936.597500', '175937.057500', '175937.517500', '175937.977500', '175938.437500', '175938.897500', '175939.357500', '175939.817500', '175940.277500', '175940.737500', '175941.197500', '175941.657500', '175942.117500', '175942.577500', '175943.037500', '175943.497500', '175943.957500', '175944.417500', '175944.877500', '175945.337500', '175945.797500', '175946.257500', '175946.717500', '175947.177500', '175947.637500', '175948.097500', '175948.557500', '175949.017500', '175949.477500', '175949.937500', '175950.397500', '175950.857500', '175951.317500', '175951.777500', '175952.237500', '175952.697500', '175953.157500', '175953.617500', '175954.077500', '175954.537500', '175954.997500', '175955.457500', '175955.917500', '175956.377500', '175956.837500', '175957.297500', '175957.757500', '175958.217500', '175958.677500', '175959.137500', '175959.597500', '180000.057500', '180000.517500', '180000.977500', '180001.437500', '180001.897500', '180002.357500', '180002.817500', '180003.277500', '180003.737500', '180004.197500', '180004.657500', '180005.117500', '180005.577500', '180006.037500', '180006.497500', '180006.957500', '180007.417500', '180007.877500', '180008.337500', '180008.797500', '180009.257500', '180009.717500', '180010.177500', '180010.637500', '180011.097500', '180011.557500', '180012.017500', '180012.477500', '180012.937500', '180013.397500', '180013.857500', '180014.317500', '180014.777500', '180015.237500', '180015.697500', '180016.157500', '180016.617500', '180017.077500', '180017.537500', '180017.997500', '180018.457500', '180018.917500', '180019.377500', '180019.837500', '180020.297500', '180020.757500', '180021.217500', '180021.677500', '180022.137500', '180022.597500', '180023.057500', '180023.517500', '180023.977500', '180024.437500', '180024.897500', '180025.357500', '180025.817500', '180026.277500', '180026.737500', '180027.197500', '180027.657500', '180028.117500', '180028.577500', '180029.037500', '180029.497500', '180029.957500', '180030.417500', '180030.877500', '180031.337500', '180031.797500', '180032.257500', '180032.717500', '180033.177500', '180033.637500', '180034.097500', '180034.557500', '180035.017500', '180035.477500', '180035.937500', '180036.397500', '180036.857500', '180037.317500', '180037.777500', '180038.237500', '180038.697500', '180039.157500', '180039.617500', '180040.077500', '180040.537500', '180040.997500', '180041.457500', '180041.917500', '180042.377500', '180042.837500', '180043.297500', '180043.757500', '180044.217500', '180044.677500', '180045.137500', '180045.597500', '180046.057500', '180046.517500', '180046.977500', '180047.437500', '180047.897500', '180048.357500', '180048.817500', '180049.277500', '180049.737500', '180050.197500', '180050.657500', '180051.117500', '180051.577500', '180052.037500', '180052.497500', '180052.957500', '180053.417500', '180053.877500', '180054.337500', '180054.797500', '180055.257500', '180055.717500', '180056.177500', '180056.637500', '180057.097500', '180057.557500', '180058.017500', '180058.477500', '180058.937500', '180059.397500', '180059.857500', '180100.317500', '180100.777500', '180101.237500', '180101.697500', '180102.157500', '180102.617500', '180103.077500', '180103.537500', '180103.997500', '180104.457500', '180104.917500', '180105.377500', '180105.837500', '180106.297500', '180106.757500', '180107.217500', '180107.677500', '180108.137500', '180108.597500', '180109.057500', '180109.517500', '180109.977500', '180110.437500', '180110.897500', '180111.357500', '180111.817500', '180112.277500', '180112.737500', '180113.197500', '180113.657500', '180114.117500', '180114.577500', '180115.037500', '180115.497500', '180115.957500', '180116.417500', '180116.877500', '180117.337500', '180117.797500', '180118.257500', '180118.717500', '180119.177500', '180119.637500', '180120.097500', '180120.557500', '180121.017500', '180121.477500', '180121.937500', '180122.397500', '180122.857500', '180123.317500', '180123.777500', '180124.237500', '180124.697500', '180125.157500', '180125.617500', '180126.077500', '180126.537500', '180126.997500', '180127.457500', '180127.917500', '180128.377500', '180128.837500', '180129.297500', '180129.757500', '180130.217500', '180130.677500', '180131.137500', '180131.597500', '180132.057500', '180132.517500', '180132.977500', '180133.437500', '180133.897500', '180134.357500', '180134.817500', '180135.277500', '180135.737500', '180136.197500', '180136.657500', '180137.117500', '180137.577500', '180138.037500', '180138.497500', '180138.957500', '180139.417500', '180139.877500', '180140.337500', '180140.797500', '180141.257500', '180141.717500', '180142.177500', '180142.637500', '180143.097500', '180143.557500', '180144.017500', '180144.477500', '180144.937500', '180145.397500', '180145.857500', '180146.317500', '180146.777500', '180147.237500', '180147.697500', '180148.157500', '180148.617500', '180149.077500', '180149.537500', '180149.997500', '180150.457500', '180150.917500', '180151.377500', '180151.837500', '180152.297500', '180152.757500', '180153.217500', '180153.677500', '180154.137500', '180154.597500', '180155.057500', '180155.517500', '180155.977500', '180156.437500', '180156.897500', '180157.357500', '180157.817500', '180158.277500', '180158.737500', '180159.197500', '180159.657500', '180200.117500', '180200.577500', '180201.037500', '180201.497500', '180201.957500', '180202.417500', '180202.877500', '180203.337500', '180203.797500', '180204.257500', '180204.717500', '180205.177500', '180205.637500', '180206.097500', '180206.557500', '180207.017500', '180207.477500', '180207.937500', '180208.397500', '180208.857500', '180209.317500', '180209.777500', '180210.237500', '180210.697500', '180211.157500', '180211.617500', '180212.077500', '180212.537500', '180212.997500', '180213.457500', '180213.917500', '180214.377500', '180214.837500', '180215.297500', '180215.757500', '180216.217500', '180216.677500', '180217.137500', '180217.597500', '180218.057500', '180218.517500', '180218.977500', '180219.437500', '180219.897500', '180220.357500', '180220.817500', '180221.277500', '180221.737500', '180222.197500', '180222.657500', '180223.117500', '180223.577500', '180224.037500', '180224.497500', '180224.957500', '180225.417500', '180225.877500', '180226.337500', '180226.797500', '180227.257500', '180227.717500', '180228.177500', '180228.637500', '180229.097500', '180229.557500', '180230.017500', '180230.477500', '180230.937500', '180231.397500', '180231.857500', '180232.317500', '180232.777500', '180233.237500', '180233.697500', '180234.157500', '180234.617500', '180235.077500', '180235.537500', '180235.997500', '180236.457500', '180236.917500', '180237.377500', '180237.837500', '180238.297500', '180238.757500', '180239.217500', '180239.677500', '180240.137500', '180240.597500', '180241.057500', '180241.517500', '180241.977500', '180242.437500', '180242.897500', '180243.357500', '180243.817500', '180244.277500', '180244.737500', '180245.197500', '180245.657500', '180246.117500', '180246.577500', '180247.037500', '180247.497500', '180247.957500', '180248.417500', '180248.877500', '180249.337500', '180249.797500', '180250.257500', '180250.717500', '180251.177500', '180251.637500', '180252.097500', '180252.557500', '180253.017500', '180253.477500', '180253.937500', '180254.397500', '180254.857500', '180255.317500', '180255.777500', '180256.237500', '180256.697500', '180257.157500', '180257.617500', '180258.077500', '180258.537500', '180258.997500', '180259.457500', '180259.917500', '180300.377500', '180300.837500', '180301.297500', '180301.757500', '180302.217500', '180302.677500', '180303.137500', '180303.597500', '180304.057500', '180304.517500', '180304.977500', '180305.437500', '180305.897500', '180306.357500', '180306.817500', '180307.277500', '180307.737500', '180308.197500', '180308.657500', '180309.117500', '180309.577500', '180310.037500', '180310.497500', '180310.957500', '180311.417500', '180311.877500', '180312.337500', '180312.797500', '180313.257500', '180313.717500', '180314.177500', '180314.637500', '180315.097500', '180315.557500', '180316.017500', '180316.477500', '180316.937500', '180317.397500', '180317.857500', '180318.317500', '180318.777500', '180319.237500', '180319.697500', '180320.157500', '180320.617500', '180321.077500', '180321.537500', '180321.997500', '180322.457500', '180322.917500', '180323.377500', '180323.837500', '180324.297500', '180324.757500', '180325.217500', '180325.677500', '180326.137500', '180326.597500', '180327.057500', '180327.517500', '180327.977500', '180328.437500', '180328.897500', '180329.357500', '180329.817500', '180330.277500', '180330.737500', '180331.197500', '180331.657500', '180332.117500', '180332.577500', '180333.037500', '180333.497500', '180333.957500', '180334.417500', '180334.877500', '180335.337500', '180335.797500', '180336.257500', '180336.717500', '180337.177500', '180337.637500', '180338.097500', '180338.557500', '180339.017500', '180339.477500', '180339.937500', '180340.397500', '180340.857500', '180341.317500', '180341.777500', '180342.237500', '180342.697500', '180343.157500', '180343.617500', '180344.077500', '180344.537500', '180344.997500', '180345.457500', '180345.917500', '180346.377500', '180346.837500', '180347.297500', '180347.757500', '180348.217500', '180348.677500', '180349.137500', '180349.597500', '180350.057500', '180350.517500', '180350.977500', '180351.437500', '180351.897500', '180352.357500', '180352.817500', '180353.277500', '180353.737500', '180354.197500', '180354.657500', '180355.117500', '180355.577500', '180356.037500', '180356.497500', '180356.957500', '180357.417500', '180357.877500', '180358.337500', '180358.797500', '180359.257500', '180359.717500', '180400.177500', '180400.637500', '180401.097500', '180401.557500', '180402.017500', '180402.477500', '180402.937500', '180403.397500', '180403.857500', '180404.317500', '180404.777500', '180405.237500', '180405.697500', '180406.157500', '180406.617500', '180407.077500', '180407.537500', '180407.997500', '180408.457500', '180408.917500', '180409.377500', '180409.837500', '180410.297500', '180410.757500', '180411.217500', '180411.677500', '180412.137500', '180412.597500', '180413.057500', '180413.517500', '180413.977500', '180414.437500', '180414.897500', '180415.357500', '180415.817500', '180416.277500', '180416.737500', '180417.197500', '180417.657500', '180418.117500', '180418.577500', '180419.037500', '180419.497500', '180419.957500', '180420.417500', '180420.877500', '180421.337500', '180421.797500', '180422.257500', '180422.717500', '180423.177500', '180423.637500', '180424.097500', '180424.557500', '180425.017500', '180425.477500', '180425.937500', '180426.397500', '180426.857500', '180427.317500', '180427.777500', '180428.237500', '180428.697500', '180429.157500', '180429.617500', '180430.077500', '180430.537500', '180430.997500', '180431.457500', '180431.917500', '180432.377500', '180432.837500', '180433.297500', '180433.757500', '180434.217500', '180434.677500', '180435.137500', '180435.597500', '180436.057500', '180436.517500', '180436.977500', '180437.437500', '180437.897500', '180438.357500', '180438.817500', '180439.277500', '180439.737500', '180440.197500', '180440.657500', '180441.117500', '180441.577500', '180442.037500', '180442.497500', '180442.957500', '180443.417500', '180443.877500', '180444.337500', '180444.797500', '180445.257500', '180445.717500', '180446.177500', '180446.637500', '180447.097500', '180447.557500', '180448.017500', '180448.477500', '180448.937500', '180449.397500', '180449.857500', '180450.317500', '180450.777500', '180451.237500', '180451.697500', '180452.157500', '180452.617500', '180453.077500', '180453.537500', '180453.997500', '180454.457500', '180454.917500', '180455.377500', '180455.837500', '180456.297500', '180456.757500', '180457.217500', '180457.677500', '180458.137500', '180458.597500', '180459.057500', '180459.517500', '180459.977500', '180500.437500', '180500.897500', '180501.357500', '180501.817500', '180502.277500', '180502.737500', '180503.197500', '180503.657500', '180504.117500', '180504.577500', '180505.037500', '180505.497500', '180505.957500', '180506.417500', '180506.877500', '180507.337500', '180507.797500', '180508.257500', '180508.717500', '180509.177500', '180509.637500', '180510.097500', '180510.557500', '180511.017500', '180511.477500', '180511.937500', '180512.397500', '180512.857500', '180513.317500', '180513.777500', '180514.237500', '180514.697500', '180515.157500', '180515.617500'], 'ContentTime': ['175306.669000', '175306.672000', '175306.674000', '175306.677000', '175306.680000', '175306.682000', '175306.685000', '175306.688000', '175306.690000', '175306.693000', '175306.695000', '175306.698000', '175306.701000', '175306.703000', '175306.706000', '175306.708000', '175306.711000', '175306.714000', '175306.716000', '175306.719000', '175306.721000', '175306.724000', '175306.727000', '175306.729000', '175306.740000', '175306.742000', '175306.745000', '175306.748000', '175306.750000', '175306.753000', '175306.755000', '175306.758000', '175306.760000', '175306.763000', '175306.766000', '175306.768000', '175306.771000', '175306.773000', '175306.776000', '175306.778000', '175306.781000', '175306.784000', '175306.786000', '175306.789000', '175306.791000', '175306.794000', '175306.796000', '175306.799000', '175306.802000', '175306.804000', '175306.807000', '175306.809000', '175326.641000', '175326.643000', '175326.646000', '175326.649000', '175326.651000', '175326.654000', '175326.656000', '175326.659000', '175326.661000', '175326.664000', '175326.667000', '175326.669000', '175326.672000', '175326.674000', '175326.677000', '175326.679000', '175326.682000', '175326.685000', '175326.687000', '175326.690000', '175326.692000', '175326.703000', '175326.705000', '175326.708000', '175326.710000', '175326.713000', '175326.716000', '175326.718000', '175326.721000', '175326.723000', '175326.726000', '175326.729000', '175326.731000', '175326.734000', '175326.736000', '175326.739000', '175326.742000', '175326.744000', '175326.748000', '175326.751000', '175326.754000', '175326.757000', '175326.760000', '175346.640000', '175346.643000', '175346.646000', '175346.648000', '175346.651000', '175346.653000', '175346.656000', '175346.659000', '175346.666000', '175346.669000', '175346.671000', '175346.674000', '175346.676000', '175346.679000', '175346.682000', '175346.684000', '175346.687000', '175346.689000', '175346.692000', '175346.695000', '175346.697000', '175346.700000', '175346.702000', '175346.705000', '175346.707000', '175346.710000', '175346.712000', '175346.715000', '175346.718000', '175346.720000', '175346.723000', '175346.737000', '175346.740000', '175346.742000', '175346.745000', '175346.747000', '175346.750000', '175346.752000', '175346.755000', '175346.758000', '175346.760000', '175346.763000', '175346.765000', '175346.768000', '175406.640000', '175406.643000', '175406.646000', '175406.649000', '175406.651000', '175406.654000', '175406.656000', '175406.659000', '175406.661000', '175406.664000', '175406.667000', '175406.669000', '175406.672000', '175406.674000', '175406.677000', '175406.679000', '175406.682000', '175406.685000', '175406.687000', '175406.690000', '175406.692000', '175406.695000', '175406.698000', '175406.700000', '175406.703000', '175406.705000', '175406.708000', '175406.711000', '175406.713000', '175406.716000', '175406.719000', '175406.721000', '175406.724000', '175406.726000', '175406.729000', '175406.732000', '175406.734000', '175406.737000', '175406.739000', '175406.742000', '175406.744000', '175406.754000', '175406.756000', '175426.640000', '175426.643000', '175426.646000', '175426.649000', '175426.651000', '175426.654000', '175426.656000', '175426.666000', '175426.668000', '175426.671000', '175426.674000', '175426.676000', '175426.679000', '175426.681000', '175426.684000', '175426.687000', '175426.689000', '175426.692000', '175426.694000', '175426.697000', '175426.700000', '175426.702000', '175426.705000', '175426.707000', '175426.710000', '175426.712000', '175426.715000', '175426.717000', '175426.720000', '175426.723000', '175426.725000', '175426.728000', '175426.730000', '175426.733000', '175426.736000', '175426.738000', '175426.741000', '175426.743000', '175426.746000', '175426.748000', '175426.751000', '175426.754000', '175426.756000', '175426.759000', '175446.639000', '175446.642000', '175446.645000', '175446.647000', '175446.650000', '175446.653000', '175446.655000', '175446.658000', '175446.660000', '175446.671000', '175446.673000', '175446.676000', '175446.678000', '175446.681000', '175446.684000', '175446.686000', '175446.689000', '175446.691000', '175446.694000', '175446.697000', '175446.699000', '175446.702000', '175446.704000', '175446.707000', '175446.710000', '175446.712000', '175446.715000', '175446.717000', '175446.720000', '175446.723000', '175446.725000', '175446.728000', '175446.730000', '175446.733000', '175446.736000', '175446.738000', '175446.741000', '175446.743000', '175446.746000', '175446.748000', '175446.751000', '175446.754000', '175446.756000', '175506.640000', '175506.643000', '175506.646000', '175506.648000', '175506.651000', '175506.654000', '175506.656000', '175506.659000', '175506.661000', '175506.664000', '175506.666000', '175506.669000', '175506.672000', '175506.674000', '175506.677000', '175506.679000', '175506.682000', '175506.685000', '175506.687000', '175506.690000', '175506.692000', '175506.695000', '175506.697000', '175506.700000', '175506.703000', '175506.705000', '175506.708000', '175506.710000', '175506.713000', '175506.716000', '175506.718000', '175506.721000', '175506.723000', '175506.726000', '175506.728000', '175506.731000', '175506.734000', '175506.736000', '175506.739000', '175506.741000', '175506.744000', '175506.746000', '175506.749000', '175506.752000', '175526.640000', '175526.643000', '175526.646000', '175526.648000', '175526.651000', '175526.654000', '175526.656000', '175526.659000', '175526.661000', '175526.664000', '175526.667000', '175526.669000', '175526.672000', '175526.675000', '175526.677000', '175526.680000', '175526.682000', '175526.685000', '175526.692000', '175526.695000', '175526.697000', '175526.700000', '175526.702000', '175526.705000', '175526.707000', '175526.710000', '175526.713000', '175526.715000', '175526.718000', '175526.720000', '175526.723000', '175526.726000', '175526.728000', '175526.731000', '175526.733000', '175526.736000', '175526.739000', '175526.741000', '175526.744000', '175526.746000', '175526.749000', '175526.765000', '175526.768000', '175546.641000', '175546.644000', '175546.646000', '175546.649000', '175546.651000', '175546.654000', '175546.657000', '175546.659000', '175546.662000', '175546.664000', '175546.667000', '175546.670000', '175546.672000', '175546.675000', '175546.677000', '175546.680000', '175546.683000', '175546.685000', '175546.688000', '175546.690000', '175546.693000', '175546.696000', '175546.698000', '175546.701000', '175546.703000', '175546.706000', '175546.709000', '175546.711000', '175546.714000', '175546.717000', '175546.719000', '175546.722000', '175546.724000', '175546.727000', '175546.730000', '175546.732000', '175546.735000', '175546.737000', '175546.740000', '175546.743000', '175546.745000', '175546.748000', '175546.750000', '175546.753000', '175606.640000', '175606.643000', '175606.646000', '175606.648000', '175606.651000', '175606.654000', '175606.656000', '175606.659000', '175606.670000', '175606.672000', '175606.675000', '175606.677000', '175606.680000', '175606.683000', '175606.685000', '175606.688000', '175606.690000', '175606.693000', '175606.696000', '175606.698000', '175606.701000', '175606.703000', '175606.706000', '175606.709000', '175606.711000', '175606.714000', '175606.717000', '175606.719000', '175606.722000', '175606.724000', '175606.727000', '175606.730000', '175606.732000', '175606.735000', '175606.737000', '175606.740000', '175606.742000', '175606.745000', '175606.748000', '175606.750000', '175606.753000', '175606.755000', '175606.758000', '175626.641000', '175626.643000', '175626.646000', '175626.649000', '175626.651000', '175626.654000', '175626.656000', '175626.659000', '175626.662000', '175626.664000', '175626.667000', '175626.669000', '175626.672000', '175626.675000', '175626.677000', '175626.680000', '175626.682000', '175626.685000', '175626.688000', '175626.690000', '175626.693000', '175626.695000', '175626.698000', '175626.701000', '175626.703000', '175626.706000', '175626.708000', '175626.711000', '175626.714000', '175626.716000', '175626.719000', '175626.721000', '175626.724000', '175626.726000', '175626.729000', '175626.732000', '175626.734000', '175626.737000', '175626.740000', '175626.742000', '175626.745000', '175626.747000', '175626.750000', '175626.752000', '175646.640000', '175646.643000', '175646.646000', '175646.648000', '175646.651000', '175646.654000', '175646.656000', '175646.659000', '175646.661000', '175646.664000', '175646.667000', '175646.669000', '175646.672000', '175646.674000', '175646.677000', '175646.680000', '175646.682000', '175646.685000', '175646.687000', '175646.690000', '175646.693000', '175646.695000', '175646.698000', '175646.701000', '175646.703000', '175646.706000', '175646.708000', '175646.711000', '175646.714000', '175646.716000', '175646.719000', '175646.721000', '175646.724000', '175646.726000', '175646.729000', '175646.732000', '175646.734000', '175646.737000', '175646.740000', '175646.742000', '175646.745000', '175646.747000', '175646.750000', '175706.640000', '175706.642000', '175706.645000', '175706.648000', '175706.650000', '175706.653000', '175706.655000', '175706.658000', '175706.710000', '175706.713000', '175706.715000', '175706.718000', '175706.721000', '175706.723000', '175706.726000', '175706.728000', '175706.731000', '175706.733000', '175706.736000', '175706.739000', '175706.741000', '175706.744000', '175706.746000', '175706.749000', '175706.752000', '175706.754000', '175706.757000', '175706.759000', '175706.762000', '175706.765000', '175706.767000', '175706.770000', '175706.772000', '175706.775000', '175706.778000', '175706.780000', '175706.783000', '175706.786000', '175706.788000', '175706.791000', '175706.793000', '175706.796000', '175706.799000', '175706.801000', '175726.640000', '175726.643000', '175726.646000', '175726.649000', '175726.651000', '175726.654000', '175726.656000', '175726.659000', '175726.662000', '175726.664000', '175726.667000', '175726.669000', '175726.672000', '175726.675000', '175726.677000', '175726.680000', '175726.682000', '175726.685000', '175726.688000', '175726.690000', '175726.693000', '175726.695000', '175726.698000', '175726.701000', '175726.703000', '175726.706000', '175726.708000', '175726.711000', '175726.714000', '175726.716000', '175726.719000', '175726.721000', '175726.724000', '175726.727000', '175726.729000', '175726.732000', '175726.735000', '175726.737000', '175726.740000', '175726.742000', '175726.745000', '175726.748000', '175726.750000', '175746.641000', '175746.643000', '175746.646000', '175746.649000', '175746.651000', '175746.654000', '175746.656000', '175746.659000', '175746.662000', '175746.664000', '175746.667000', '175746.670000', '175746.672000', '175746.675000', '175746.678000', '175746.680000', '175746.683000', '175746.685000', '175746.688000', '175746.691000', '175746.693000', '175746.696000', '175746.699000', '175746.701000', '175746.704000', '175746.706000', '175746.709000', '175746.712000', '175746.714000', '175746.717000', '175746.719000', '175746.722000', '175746.725000', '175746.727000', '175746.730000', '175746.732000', '175746.735000', '175746.738000', '175746.740000', '175746.743000', '175746.745000', '175746.748000', '175746.751000', '175806.641000', '175806.644000', '175806.646000', '175806.649000', '175806.651000', '175806.654000', '175806.657000', '175806.659000', '175806.662000', '175806.664000', '175806.667000', '175806.670000', '175806.672000', '175806.675000', '175806.677000', '175806.680000', '175806.683000', '175806.685000', '175806.688000', '175806.690000', '175806.693000', '175806.696000', '175806.698000', '175806.701000', '175806.703000', '175806.706000', '175806.709000', '175806.711000', '175806.714000', '175806.716000', '175806.719000', '175806.722000', '175806.724000', '175806.727000', '175806.730000', '175806.732000', '175806.735000', '175806.738000', '175806.740000', '175806.743000', '175806.745000', '175806.748000', '175806.751000', '175806.753000', '175826.641000', '175826.643000', '175826.646000', '175826.649000', '175826.651000', '175826.654000', '175826.656000', '175826.659000', '175826.661000', '175826.664000', '175826.667000', '175826.669000', '175826.673000', '175826.676000', '175826.678000', '175826.681000', '175826.683000', '175826.686000', '175826.689000', '175826.707000', '175826.710000', '175826.712000', '175826.715000', '175826.717000', '175826.720000', '175826.723000', '175826.726000', '175826.730000', '175826.733000', '175826.736000', '175826.738000', '175826.741000', '175826.743000', '175826.746000', '175826.749000', '175826.751000', '175826.754000', '175826.756000', '175826.759000', '175826.762000', '175826.764000', '175826.767000', '175826.769000', '175846.640000', '175846.643000', '175846.646000', '175846.648000', '175846.651000', '175846.654000', '175846.656000', '175846.659000', '175846.661000', '175846.664000', '175846.667000', '175846.669000', '175846.672000', '175846.674000', '175846.677000', '175846.679000', '175846.682000', '175846.685000', '175846.687000', '175846.690000', '175846.692000', '175846.695000', '175846.698000', '175846.700000', '175846.703000', '175846.705000', '175846.708000', '175846.710000', '175846.713000', '175846.716000', '175846.718000', '175846.721000', '175846.724000', '175846.726000', '175846.729000', '175846.731000', '175846.734000', '175846.737000', '175846.739000', '175846.742000', '175846.744000', '175846.747000', '175846.750000', '175846.752000', '175906.641000', '175906.643000', '175906.646000', '175906.649000', '175906.651000', '175906.654000', '175906.657000', '175906.659000', '175906.662000', '175906.665000', '175906.667000', '175906.670000', '175906.673000', '175906.675000', '175906.678000', '175906.680000', '175906.683000', '175906.686000', '175906.688000', '175906.691000', '175906.693000', '175906.696000', '175906.699000', '175906.701000', '175906.704000', '175906.706000', '175906.709000', '175906.712000', '175906.714000', '175906.717000', '175906.719000', '175906.722000', '175906.725000', '175906.727000', '175906.730000', '175906.733000', '175906.735000', '175906.738000', '175906.740000', '175906.743000', '175906.746000', '175906.748000', '175906.751000', '175926.640000', '175926.643000', '175926.645000', '175926.648000', '175926.650000', '175926.653000', '175926.655000', '175926.658000', '175926.661000', '175926.663000', '175926.666000', '175926.669000', '175926.671000', '175926.674000', '175926.676000', '175926.679000', '175926.681000', '175926.684000', '175926.687000', '175926.689000', '175926.692000', '175926.694000', '175926.697000', '175926.700000', '175926.702000', '175926.705000', '175926.707000', '175926.710000', '175926.713000', '175926.715000', '175926.718000', '175926.721000', '175926.723000', '175926.726000', '175926.728000', '175926.731000', '175926.734000', '175926.736000', '175926.739000', '175926.741000', '175926.744000', '175926.746000', '175926.749000', '175926.752000', '175946.640000', '175946.643000', '175946.646000', '175946.649000', '175946.651000', '175946.654000', '175946.656000', '175946.659000', '175946.662000', '175946.664000', '175946.667000', '175946.669000', '175946.672000', '175946.675000', '175946.677000', '175946.680000', '175946.683000', '175946.685000', '175946.688000', '175946.690000', '175946.693000', '175946.696000', '175946.698000', '175946.701000', '175946.704000', '175946.706000', '175946.709000', '175946.713000', '175946.716000', '175946.718000', '175946.721000', '175946.724000', '175946.726000', '175946.729000', '175946.731000', '175946.734000', '175946.737000', '175946.739000', '175946.742000', '175946.744000', '175946.747000', '175946.749000', '175946.752000', '180006.641000', '180006.643000', '180006.646000', '180006.649000', '180006.651000', '180006.654000', '180006.657000', '180006.659000', '180006.662000', '180006.664000', '180006.667000', '180006.670000', '180006.672000', '180006.675000', '180006.677000', '180006.680000', '180006.683000', '180006.685000', '180006.688000', '180006.691000', '180006.693000', '180006.696000', '180006.698000', '180006.701000', '180006.703000', '180006.706000', '180006.709000', '180006.711000', '180006.714000', '180006.717000', '180006.719000', '180006.722000', '180006.724000', '180006.727000', '180006.729000', '180006.732000', '180006.735000', '180006.737000', '180006.740000', '180006.742000', '180006.745000', '180006.748000', '180006.750000', '180006.753000', '180026.641000', '180026.644000', '180026.646000', '180026.649000', '180026.651000', '180026.654000', '180026.656000', '180026.659000', '180026.662000', '180026.664000', '180026.667000', '180026.669000', '180026.672000', '180026.675000', '180026.677000', '180026.680000', '180026.682000', '180026.685000', '180026.688000', '180026.690000', '180026.693000', '180026.695000', '180026.698000', '180026.701000', '180026.703000', '180026.706000', '180026.709000', '180026.711000', '180026.714000', '180026.716000', '180026.719000', '180026.722000', '180026.724000', '180026.727000', '180026.730000', '180026.732000', '180026.735000', '180026.737000', '180026.740000', '180026.743000', '180026.746000', '180026.748000', '180026.751000', '180046.641000', '180046.643000', '180046.646000', '180046.649000', '180046.651000', '180046.654000', '180046.656000', '180046.659000', '180046.662000', '180046.664000', '180046.667000', '180046.669000', '180046.672000', '180046.675000', '180046.677000', '180046.680000', '180046.683000', '180046.685000', '180046.688000', '180046.690000', '180046.693000', '180046.696000', '180046.698000', '180046.701000', '180046.703000', '180046.706000', '180046.708000', '180046.711000', '180046.714000', '180046.716000', '180046.719000', '180046.721000', '180046.724000', '180046.727000', '180046.729000', '180046.732000', '180046.734000', '180046.737000', '180046.740000', '180046.742000', '180046.745000', '180046.747000', '180046.750000', '180046.752000', '180106.641000', '180106.643000', '180106.646000', '180106.649000', '180106.651000', '180106.654000', '180106.656000', '180106.659000', '180106.662000', '180106.664000', '180106.667000', '180106.669000', '180106.672000', '180106.675000', '180106.677000', '180106.680000', '180106.683000', '180106.685000', '180106.688000', '180106.690000', '180106.693000', '180106.696000', '180106.698000', '180106.701000', '180106.703000', '180106.706000', '180106.709000', '180106.711000', '180106.714000', '180106.716000', '180106.719000', '180106.722000', '180106.725000', '180106.728000', '180106.731000', '180106.734000', '180106.736000', '180106.739000', '180106.741000', '180106.744000', '180106.768000', '180106.771000', '180106.773000', '180126.641000', '180126.643000', '180126.646000', '180126.649000', '180126.651000', '180126.654000', '180126.656000', '180126.659000', '180126.662000', '180126.664000', '180126.667000', '180126.669000', '180126.672000', '180126.675000', '180126.677000', '180126.680000', '180126.682000', '180126.685000', '180126.688000', '180126.690000', '180126.693000', '180126.695000', '180126.698000', '180126.701000', '180126.703000', '180126.706000', '180126.709000', '180126.711000', '180126.714000', '180126.716000', '180126.719000', '180126.722000', '180126.724000', '180126.727000', '180126.730000', '180126.732000', '180126.735000', '180126.738000', '180126.740000', '180126.743000', '180126.746000', '180126.748000', '180126.751000', '180126.753000', '180146.640000', '180146.642000', '180146.645000', '180146.648000', '180146.650000', '180146.653000', '180146.655000', '180146.658000', '180146.661000', '180146.663000', '180146.666000', '180146.668000', '180146.671000', '180146.674000', '180146.676000', '180146.679000', '180146.682000', '180146.684000', '180146.687000', '180146.689000', '180146.692000', '180146.694000', '180146.697000', '180146.700000', '180146.702000', '180146.705000', '180146.708000', '180146.710000', '180146.713000', '180146.715000', '180146.718000', '180146.721000', '180146.723000', '180146.726000', '180146.728000', '180146.731000', '180146.734000', '180146.736000', '180146.739000', '180146.741000', '180146.744000', '180146.747000', '180146.749000', '180206.641000', '180206.643000', '180206.646000', '180206.649000', '180206.651000', '180206.654000', '180206.656000', '180206.659000', '180206.662000', '180206.664000', '180206.667000', '180206.670000', '180206.672000', '180206.675000', '180206.677000', '180206.680000', '180206.683000', '180206.685000', '180206.688000', '180206.690000', '180206.693000', '180206.696000', '180206.698000', '180206.701000', '180206.704000', '180206.706000', '180206.709000', '180206.711000', '180206.714000', '180206.717000', '180206.719000', '180206.722000', '180206.724000', '180206.727000', '180206.730000', '180206.732000', '180206.735000', '180206.737000', '180206.740000', '180206.743000', '180206.745000', '180206.748000', '180206.750000', '180206.753000', '180226.641000', '180226.644000', '180226.646000', '180226.649000', '180226.651000', '180226.654000', '180226.656000', '180226.659000', '180226.662000', '180226.664000', '180226.667000', '180226.669000', '180226.672000', '180226.675000', '180226.677000', '180226.680000', '180226.682000', '180226.685000', '180226.688000', '180226.690000', '180226.693000', '180226.695000', '180226.698000', '180226.700000', '180226.703000', '180226.706000', '180226.708000', '180226.711000', '180226.713000', '180226.716000', '180226.719000', '180226.721000', '180226.724000', '180226.726000', '180226.729000', '180226.732000', '180226.734000', '180226.753000', '180226.755000', '180226.758000', '180226.761000', '180226.763000', '180226.766000', '180246.641000', '180246.643000', '180246.646000', '180246.649000', '180246.651000', '180246.654000', '180246.657000', '180246.659000', '180246.662000', '180246.664000', '180246.667000', '180246.670000', '180246.672000', '180246.675000', '180246.677000', '180246.680000', '180246.682000', '180246.685000', '180246.688000', '180246.690000', '180246.693000', '180246.695000', '180246.698000', '180246.701000', '180246.703000', '180246.706000', '180246.709000', '180246.711000', '180246.714000', '180246.716000', '180246.719000', '180246.721000', '180246.724000', '180246.727000', '180246.729000', '180246.732000', '180246.734000', '180246.737000', '180246.740000', '180246.742000', '180246.745000', '180246.747000', '180246.750000', '180246.753000', '180306.641000', '180306.643000', '180306.646000', '180306.649000', '180306.651000', '180306.654000', '180306.657000', '180306.659000', '180306.662000', '180306.665000', '180306.668000', '180306.670000', '180306.673000', '180306.675000', '180306.678000', '180306.680000', '180306.683000', '180306.686000', '180306.688000', '180306.691000', '180306.694000', '180306.696000', '180306.699000', '180306.702000', '180306.704000', '180306.707000', '180306.709000', '180306.712000', '180306.715000', '180306.717000', '180306.720000', '180306.722000', '180306.725000', '180306.728000', '180306.730000', '180306.733000', '180306.736000', '180306.738000', '180306.741000', '180306.743000', '180306.746000', '180306.749000', '180306.751000', '180326.641000', '180326.644000', '180326.646000', '180326.649000', '180326.652000', '180326.654000', '180326.657000', '180326.659000', '180326.662000', '180326.665000', '180326.667000', '180326.670000', '180326.672000', '180326.675000', '180326.677000', '180326.680000', '180326.683000', '180326.685000', '180326.688000', '180326.691000', '180326.693000', '180326.696000', '180326.698000', '180326.701000', '180326.704000', '180326.706000', '180326.709000', '180326.711000', '180326.714000', '180326.717000', '180326.719000', '180326.722000', '180326.724000', '180326.727000', '180326.730000', '180326.732000', '180326.735000', '180326.738000', '180326.740000', '180326.743000', '180326.745000', '180326.748000', '180326.750000', '180326.753000', '180346.641000', '180346.644000', '180346.646000', '180346.649000', '180346.652000', '180346.679000', '180346.681000', '180346.684000', '180346.687000', '180346.689000', '180346.692000', '180346.694000', '180346.700000', '180346.702000', '180346.705000', '180346.708000', '180346.710000', '180346.713000', '180346.716000', '180346.718000', '180346.721000', '180346.723000', '180346.726000', '180346.729000', '180346.731000', '180346.734000', '180346.736000', '180346.739000', '180346.742000', '180346.744000', '180346.747000', '180346.749000', '180346.752000', '180346.755000', '180346.757000', '180346.760000', '180346.762000', '180346.765000', '180346.767000', '180346.770000', '180346.773000', '180346.775000', '180346.778000', '180406.640000', '180406.642000', '180406.645000', '180406.648000', '180406.650000', '180406.653000', '180406.656000', '180406.658000', '180406.661000', '180406.663000', '180406.666000', '180406.669000', '180406.671000', '180406.674000', '180406.677000', '180406.679000', '180406.682000', '180406.684000', '180406.687000', '180406.690000', '180406.692000', '180406.695000', '180406.697000', '180406.700000', '180406.703000', '180406.705000', '180406.708000', '180406.710000', '180406.713000', '180406.716000', '180406.718000', '180406.721000', '180406.723000', '180406.726000', '180406.728000', '180406.731000', '180406.734000', '180406.736000', '180406.739000', '180406.741000', '180406.744000', '180406.747000', '180406.749000', '180406.752000', '180426.641000', '180426.644000', '180426.646000', '180426.649000', '180426.652000', '180426.654000', '180426.657000', '180426.659000', '180426.662000', '180426.664000', '180426.667000', '180426.670000', '180426.672000', '180426.675000', '180426.677000', '180426.680000', '180426.683000', '180426.685000', '180426.688000', '180426.690000', '180426.693000', '180426.696000', '180426.698000', '180426.701000', '180426.703000', '180426.706000', '180426.709000', '180426.711000', '180426.714000', '180426.716000', '180426.719000', '180426.721000', '180426.724000', '180426.727000', '180426.729000', '180426.732000', '180426.734000', '180426.737000', '180426.740000', '180426.742000', '180426.745000', '180426.747000', '180426.750000', '180446.641000', '180446.644000', '180446.646000', '180446.649000', '180446.652000', '180446.654000', '180446.657000', '180446.659000', '180446.662000', '180446.665000', '180446.667000', '180446.670000', '180446.672000', '180446.675000', '180446.678000', '180446.680000', '180446.683000', '180446.686000', '180446.689000', '180446.691000', '180446.694000', '180446.696000', '180446.699000', '180446.702000', '180446.704000', '180446.707000', '180446.709000', '180446.712000', '180446.715000', '180446.717000', '180446.720000', '180446.722000', '180446.725000', '180446.728000', '180446.730000', '180446.733000', '180446.735000', '180446.738000', '180446.741000', '180446.743000', '180446.746000', '180446.748000', '180446.751000', '180506.641000', '180506.647000', '180506.650000', '180506.653000', '180506.655000', '180506.658000', '180506.660000', '180506.663000', '180506.666000', '180506.668000', '180506.671000', '180506.673000', '180506.676000', '180506.679000', '180506.681000', '180506.684000', '180506.686000', '180506.689000', '180506.692000', '180506.694000', '180506.697000', '180506.700000', '180506.702000', '180506.705000', '180506.707000', '180506.710000', '180506.720000', '180506.723000', '180506.726000', '180506.728000', '180506.731000', '180506.733000', '180506.736000', '180506.739000', '180506.741000', '180506.744000', '180506.746000', '180506.749000', '180506.752000', '180506.754000', '180506.757000', '180506.759000', '180506.762000', '180506.765000', '180516.939000', '180516.942000', '180516.945000', '180516.947000', '180516.950000', '180516.953000', '180516.955000', '180516.958000', '180516.960000', '180516.963000', '180516.965000', '180516.968000', '180516.971000', '180516.973000', '180516.976000', '180516.979000', '180516.981000', '180516.984000', '180516.986000', '180516.989000', '180516.992000', '180516.994000', '180516.997000'], 'InstanceCreationTime': ['175306.669000', '175306.672000', '175306.674000', '175306.677000', '175306.680000', '175306.682000', '175306.685000', '175306.688000', '175306.690000', '175306.693000', '175306.695000', '175306.698000', '175306.701000', '175306.703000', '175306.706000', '175306.708000', '175306.711000', '175306.714000', '175306.716000', '175306.719000', '175306.721000', '175306.724000', '175306.727000', '175306.729000', '175306.740000', '175306.742000', '175306.745000', '175306.748000', '175306.750000', '175306.753000', '175306.755000', '175306.758000', '175306.760000', '175306.763000', '175306.766000', '175306.768000', '175306.771000', '175306.773000', '175306.776000', '175306.778000', '175306.781000', '175306.784000', '175306.786000', '175306.789000', '175306.791000', '175306.794000', '175306.796000', '175306.799000', '175306.802000', '175306.804000', '175306.807000', '175306.809000', '175326.641000', '175326.643000', '175326.646000', '175326.649000', '175326.651000', '175326.654000', '175326.656000', '175326.659000', '175326.661000', '175326.664000', '175326.667000', '175326.669000', '175326.672000', '175326.674000', '175326.677000', '175326.679000', '175326.682000', '175326.685000', '175326.687000', '175326.690000', '175326.692000', '175326.703000', '175326.705000', '175326.708000', '175326.710000', '175326.713000', '175326.716000', '175326.718000', '175326.721000', '175326.723000', '175326.726000', '175326.729000', '175326.731000', '175326.734000', '175326.736000', '175326.739000', '175326.742000', '175326.744000', '175326.748000', '175326.751000', '175326.754000', '175326.757000', '175326.760000', '175346.640000', '175346.643000', '175346.646000', '175346.648000', '175346.651000', '175346.653000', '175346.656000', '175346.659000', '175346.666000', '175346.669000', '175346.671000', '175346.674000', '175346.676000', '175346.679000', '175346.682000', '175346.684000', '175346.687000', '175346.689000', '175346.692000', '175346.695000', '175346.697000', '175346.700000', '175346.702000', '175346.705000', '175346.707000', '175346.710000', '175346.712000', '175346.715000', '175346.718000', '175346.720000', '175346.723000', '175346.737000', '175346.740000', '175346.742000', '175346.745000', '175346.747000', '175346.750000', '175346.752000', '175346.755000', '175346.758000', '175346.760000', '175346.763000', '175346.765000', '175346.768000', '175406.640000', '175406.643000', '175406.646000', '175406.649000', '175406.651000', '175406.654000', '175406.656000', '175406.659000', '175406.661000', '175406.664000', '175406.667000', '175406.669000', '175406.672000', '175406.674000', '175406.677000', '175406.679000', '175406.682000', '175406.685000', '175406.687000', '175406.690000', '175406.692000', '175406.695000', '175406.698000', '175406.700000', '175406.703000', '175406.705000', '175406.708000', '175406.711000', '175406.713000', '175406.716000', '175406.719000', '175406.721000', '175406.724000', '175406.726000', '175406.729000', '175406.732000', '175406.734000', '175406.737000', '175406.739000', '175406.742000', '175406.744000', '175406.754000', '175406.756000', '175426.640000', '175426.643000', '175426.646000', '175426.649000', '175426.651000', '175426.654000', '175426.656000', '175426.666000', '175426.668000', '175426.671000', '175426.674000', '175426.676000', '175426.679000', '175426.681000', '175426.684000', '175426.687000', '175426.689000', '175426.692000', '175426.694000', '175426.697000', '175426.700000', '175426.702000', '175426.705000', '175426.707000', '175426.710000', '175426.712000', '175426.715000', '175426.717000', '175426.720000', '175426.723000', '175426.725000', '175426.728000', '175426.730000', '175426.733000', '175426.736000', '175426.738000', '175426.741000', '175426.743000', '175426.746000', '175426.748000', '175426.751000', '175426.754000', '175426.756000', '175426.759000', '175446.639000', '175446.642000', '175446.645000', '175446.647000', '175446.650000', '175446.653000', '175446.655000', '175446.658000', '175446.660000', '175446.671000', '175446.673000', '175446.676000', '175446.678000', '175446.681000', '175446.684000', '175446.686000', '175446.689000', '175446.691000', '175446.694000', '175446.697000', '175446.699000', '175446.702000', '175446.704000', '175446.707000', '175446.710000', '175446.712000', '175446.715000', '175446.717000', '175446.720000', '175446.723000', '175446.725000', '175446.728000', '175446.730000', '175446.733000', '175446.736000', '175446.738000', '175446.741000', '175446.743000', '175446.746000', '175446.748000', '175446.751000', '175446.754000', '175446.756000', '175506.640000', '175506.643000', '175506.646000', '175506.648000', '175506.651000', '175506.654000', '175506.656000', '175506.659000', '175506.661000', '175506.664000', '175506.666000', '175506.669000', '175506.672000', '175506.674000', '175506.677000', '175506.679000', '175506.682000', '175506.685000', '175506.687000', '175506.690000', '175506.692000', '175506.695000', '175506.697000', '175506.700000', '175506.703000', '175506.705000', '175506.708000', '175506.710000', '175506.713000', '175506.716000', '175506.718000', '175506.721000', '175506.723000', '175506.726000', '175506.728000', '175506.731000', '175506.734000', '175506.736000', '175506.739000', '175506.741000', '175506.744000', '175506.746000', '175506.749000', '175506.752000', '175526.640000', '175526.643000', '175526.646000', '175526.648000', '175526.651000', '175526.654000', '175526.656000', '175526.659000', '175526.661000', '175526.664000', '175526.667000', '175526.669000', '175526.672000', '175526.675000', '175526.677000', '175526.680000', '175526.682000', '175526.685000', '175526.692000', '175526.695000', '175526.697000', '175526.700000', '175526.702000', '175526.705000', '175526.707000', '175526.710000', '175526.713000', '175526.715000', '175526.718000', '175526.720000', '175526.723000', '175526.726000', '175526.728000', '175526.731000', '175526.733000', '175526.736000', '175526.739000', '175526.741000', '175526.744000', '175526.746000', '175526.749000', '175526.765000', '175526.768000', '175546.641000', '175546.644000', '175546.646000', '175546.649000', '175546.651000', '175546.654000', '175546.657000', '175546.659000', '175546.662000', '175546.664000', '175546.667000', '175546.670000', '175546.672000', '175546.675000', '175546.677000', '175546.680000', '175546.683000', '175546.685000', '175546.688000', '175546.690000', '175546.693000', '175546.696000', '175546.698000', '175546.701000', '175546.703000', '175546.706000', '175546.709000', '175546.711000', '175546.714000', '175546.717000', '175546.719000', '175546.722000', '175546.724000', '175546.727000', '175546.730000', '175546.732000', '175546.735000', '175546.737000', '175546.740000', '175546.743000', '175546.745000', '175546.748000', '175546.750000', '175546.753000', '175606.640000', '175606.643000', '175606.646000', '175606.648000', '175606.651000', '175606.654000', '175606.656000', '175606.659000', '175606.670000', '175606.672000', '175606.675000', '175606.677000', '175606.680000', '175606.683000', '175606.685000', '175606.688000', '175606.690000', '175606.693000', '175606.696000', '175606.698000', '175606.701000', '175606.703000', '175606.706000', '175606.709000', '175606.711000', '175606.714000', '175606.717000', '175606.719000', '175606.722000', '175606.724000', '175606.727000', '175606.730000', '175606.732000', '175606.735000', '175606.737000', '175606.740000', '175606.742000', '175606.745000', '175606.748000', '175606.750000', '175606.753000', '175606.755000', '175606.758000', '175626.641000', '175626.643000', '175626.646000', '175626.649000', '175626.651000', '175626.654000', '175626.656000', '175626.659000', '175626.662000', '175626.664000', '175626.667000', '175626.669000', '175626.672000', '175626.675000', '175626.677000', '175626.680000', '175626.682000', '175626.685000', '175626.688000', '175626.690000', '175626.693000', '175626.695000', '175626.698000', '175626.701000', '175626.703000', '175626.706000', '175626.708000', '175626.711000', '175626.714000', '175626.716000', '175626.719000', '175626.721000', '175626.724000', '175626.726000', '175626.729000', '175626.732000', '175626.734000', '175626.737000', '175626.740000', '175626.742000', '175626.745000', '175626.747000', '175626.750000', '175626.752000', '175646.640000', '175646.643000', '175646.646000', '175646.648000', '175646.651000', '175646.654000', '175646.656000', '175646.659000', '175646.661000', '175646.664000', '175646.667000', '175646.669000', '175646.672000', '175646.674000', '175646.677000', '175646.680000', '175646.682000', '175646.685000', '175646.687000', '175646.690000', '175646.693000', '175646.695000', '175646.698000', '175646.701000', '175646.703000', '175646.706000', '175646.708000', '175646.711000', '175646.714000', '175646.716000', '175646.719000', '175646.721000', '175646.724000', '175646.726000', '175646.729000', '175646.732000', '175646.734000', '175646.737000', '175646.740000', '175646.742000', '175646.745000', '175646.747000', '175646.750000', '175706.640000', '175706.642000', '175706.645000', '175706.648000', '175706.650000', '175706.653000', '175706.655000', '175706.658000', '175706.710000', '175706.713000', '175706.715000', '175706.718000', '175706.721000', '175706.723000', '175706.726000', '175706.728000', '175706.731000', '175706.733000', '175706.736000', '175706.739000', '175706.741000', '175706.744000', '175706.746000', '175706.749000', '175706.752000', '175706.754000', '175706.757000', '175706.759000', '175706.762000', '175706.765000', '175706.767000', '175706.770000', '175706.772000', '175706.775000', '175706.778000', '175706.780000', '175706.783000', '175706.786000', '175706.788000', '175706.791000', '175706.793000', '175706.796000', '175706.799000', '175706.801000', '175726.640000', '175726.643000', '175726.646000', '175726.649000', '175726.651000', '175726.654000', '175726.656000', '175726.659000', '175726.662000', '175726.664000', '175726.667000', '175726.669000', '175726.672000', '175726.675000', '175726.677000', '175726.680000', '175726.682000', '175726.685000', '175726.688000', '175726.690000', '175726.693000', '175726.695000', '175726.698000', '175726.701000', '175726.703000', '175726.706000', '175726.708000', '175726.711000', '175726.714000', '175726.716000', '175726.719000', '175726.721000', '175726.724000', '175726.727000', '175726.729000', '175726.732000', '175726.735000', '175726.737000', '175726.740000', '175726.742000', '175726.745000', '175726.748000', '175726.750000', '175746.641000', '175746.643000', '175746.646000', '175746.649000', '175746.651000', '175746.654000', '175746.656000', '175746.659000', '175746.662000', '175746.664000', '175746.667000', '175746.670000', '175746.672000', '175746.675000', '175746.678000', '175746.680000', '175746.683000', '175746.685000', '175746.688000', '175746.691000', '175746.693000', '175746.696000', '175746.699000', '175746.701000', '175746.704000', '175746.706000', '175746.709000', '175746.712000', '175746.714000', '175746.717000', '175746.719000', '175746.722000', '175746.725000', '175746.727000', '175746.730000', '175746.732000', '175746.735000', '175746.738000', '175746.740000', '175746.743000', '175746.745000', '175746.748000', '175746.751000', '175806.641000', '175806.644000', '175806.646000', '175806.649000', '175806.651000', '175806.654000', '175806.657000', '175806.659000', '175806.662000', '175806.664000', '175806.667000', '175806.670000', '175806.672000', '175806.675000', '175806.677000', '175806.680000', '175806.683000', '175806.685000', '175806.688000', '175806.690000', '175806.693000', '175806.696000', '175806.698000', '175806.701000', '175806.703000', '175806.706000', '175806.709000', '175806.711000', '175806.714000', '175806.716000', '175806.719000', '175806.722000', '175806.724000', '175806.727000', '175806.730000', '175806.732000', '175806.735000', '175806.738000', '175806.740000', '175806.743000', '175806.745000', '175806.748000', '175806.751000', '175806.753000', '175826.641000', '175826.643000', '175826.646000', '175826.649000', '175826.651000', '175826.654000', '175826.656000', '175826.659000', '175826.661000', '175826.664000', '175826.667000', '175826.669000', '175826.673000', '175826.676000', '175826.678000', '175826.681000', '175826.683000', '175826.686000', '175826.689000', '175826.707000', '175826.710000', '175826.712000', '175826.715000', '175826.717000', '175826.720000', '175826.723000', '175826.726000', '175826.730000', '175826.733000', '175826.736000', '175826.738000', '175826.741000', '175826.743000', '175826.746000', '175826.749000', '175826.751000', '175826.754000', '175826.756000', '175826.759000', '175826.762000', '175826.764000', '175826.767000', '175826.769000', '175846.640000', '175846.643000', '175846.646000', '175846.648000', '175846.651000', '175846.654000', '175846.656000', '175846.659000', '175846.661000', '175846.664000', '175846.667000', '175846.669000', '175846.672000', '175846.674000', '175846.677000', '175846.679000', '175846.682000', '175846.685000', '175846.687000', '175846.690000', '175846.692000', '175846.695000', '175846.698000', '175846.700000', '175846.703000', '175846.705000', '175846.708000', '175846.710000', '175846.713000', '175846.716000', '175846.718000', '175846.721000', '175846.724000', '175846.726000', '175846.729000', '175846.731000', '175846.734000', '175846.737000', '175846.739000', '175846.742000', '175846.744000', '175846.747000', '175846.750000', '175846.752000', '175906.641000', '175906.643000', '175906.646000', '175906.649000', '175906.651000', '175906.654000', '175906.657000', '175906.659000', '175906.662000', '175906.665000', '175906.667000', '175906.670000', '175906.673000', '175906.675000', '175906.678000', '175906.680000', '175906.683000', '175906.686000', '175906.688000', '175906.691000', '175906.693000', '175906.696000', '175906.699000', '175906.701000', '175906.704000', '175906.706000', '175906.709000', '175906.712000', '175906.714000', '175906.717000', '175906.719000', '175906.722000', '175906.725000', '175906.727000', '175906.730000', '175906.733000', '175906.735000', '175906.738000', '175906.740000', '175906.743000', '175906.746000', '175906.748000', '175906.751000', '175926.640000', '175926.643000', '175926.645000', '175926.648000', '175926.650000', '175926.653000', '175926.655000', '175926.658000', '175926.661000', '175926.663000', '175926.666000', '175926.669000', '175926.671000', '175926.674000', '175926.676000', '175926.679000', '175926.681000', '175926.684000', '175926.687000', '175926.689000', '175926.692000', '175926.694000', '175926.697000', '175926.700000', '175926.702000', '175926.705000', '175926.707000', '175926.710000', '175926.713000', '175926.715000', '175926.718000', '175926.721000', '175926.723000', '175926.726000', '175926.728000', '175926.731000', '175926.734000', '175926.736000', '175926.739000', '175926.741000', '175926.744000', '175926.746000', '175926.749000', '175926.752000', '175946.640000', '175946.643000', '175946.646000', '175946.649000', '175946.651000', '175946.654000', '175946.656000', '175946.659000', '175946.662000', '175946.664000', '175946.667000', '175946.669000', '175946.672000', '175946.675000', '175946.677000', '175946.680000', '175946.683000', '175946.685000', '175946.688000', '175946.690000', '175946.693000', '175946.696000', '175946.698000', '175946.701000', '175946.704000', '175946.706000', '175946.709000', '175946.713000', '175946.716000', '175946.718000', '175946.721000', '175946.724000', '175946.726000', '175946.729000', '175946.731000', '175946.734000', '175946.737000', '175946.739000', '175946.742000', '175946.744000', '175946.747000', '175946.749000', '175946.752000', '180006.641000', '180006.643000', '180006.646000', '180006.649000', '180006.651000', '180006.654000', '180006.657000', '180006.659000', '180006.662000', '180006.664000', '180006.667000', '180006.670000', '180006.672000', '180006.675000', '180006.677000', '180006.680000', '180006.683000', '180006.685000', '180006.688000', '180006.691000', '180006.693000', '180006.696000', '180006.698000', '180006.701000', '180006.703000', '180006.706000', '180006.709000', '180006.711000', '180006.714000', '180006.717000', '180006.719000', '180006.722000', '180006.724000', '180006.727000', '180006.729000', '180006.732000', '180006.735000', '180006.737000', '180006.740000', '180006.742000', '180006.745000', '180006.748000', '180006.750000', '180006.753000', '180026.641000', '180026.644000', '180026.646000', '180026.649000', '180026.651000', '180026.654000', '180026.656000', '180026.659000', '180026.662000', '180026.664000', '180026.667000', '180026.669000', '180026.672000', '180026.675000', '180026.677000', '180026.680000', '180026.682000', '180026.685000', '180026.688000', '180026.690000', '180026.693000', '180026.695000', '180026.698000', '180026.701000', '180026.703000', '180026.706000', '180026.709000', '180026.711000', '180026.714000', '180026.716000', '180026.719000', '180026.722000', '180026.724000', '180026.727000', '180026.730000', '180026.732000', '180026.735000', '180026.737000', '180026.740000', '180026.743000', '180026.746000', '180026.748000', '180026.751000', '180046.641000', '180046.643000', '180046.646000', '180046.649000', '180046.651000', '180046.654000', '180046.656000', '180046.659000', '180046.662000', '180046.664000', '180046.667000', '180046.669000', '180046.672000', '180046.675000', '180046.677000', '180046.680000', '180046.683000', '180046.685000', '180046.688000', '180046.690000', '180046.693000', '180046.696000', '180046.698000', '180046.701000', '180046.703000', '180046.706000', '180046.708000', '180046.711000', '180046.714000', '180046.716000', '180046.719000', '180046.721000', '180046.724000', '180046.727000', '180046.729000', '180046.732000', '180046.734000', '180046.737000', '180046.740000', '180046.742000', '180046.745000', '180046.747000', '180046.750000', '180046.752000', '180106.641000', '180106.643000', '180106.646000', '180106.649000', '180106.651000', '180106.654000', '180106.656000', '180106.659000', '180106.662000', '180106.664000', '180106.667000', '180106.669000', '180106.672000', '180106.675000', '180106.677000', '180106.680000', '180106.683000', '180106.685000', '180106.688000', '180106.690000', '180106.693000', '180106.696000', '180106.698000', '180106.701000', '180106.703000', '180106.706000', '180106.709000', '180106.711000', '180106.714000', '180106.716000', '180106.719000', '180106.722000', '180106.725000', '180106.728000', '180106.731000', '180106.734000', '180106.736000', '180106.739000', '180106.741000', '180106.744000', '180106.768000', '180106.771000', '180106.773000', '180126.641000', '180126.643000', '180126.646000', '180126.649000', '180126.651000', '180126.654000', '180126.656000', '180126.659000', '180126.662000', '180126.664000', '180126.667000', '180126.669000', '180126.672000', '180126.675000', '180126.677000', '180126.680000', '180126.682000', '180126.685000', '180126.688000', '180126.690000', '180126.693000', '180126.695000', '180126.698000', '180126.701000', '180126.703000', '180126.706000', '180126.709000', '180126.711000', '180126.714000', '180126.716000', '180126.719000', '180126.722000', '180126.724000', '180126.727000', '180126.730000', '180126.732000', '180126.735000', '180126.738000', '180126.740000', '180126.743000', '180126.746000', '180126.748000', '180126.751000', '180126.753000', '180146.640000', '180146.642000', '180146.645000', '180146.648000', '180146.650000', '180146.653000', '180146.655000', '180146.658000', '180146.661000', '180146.663000', '180146.666000', '180146.668000', '180146.671000', '180146.674000', '180146.676000', '180146.679000', '180146.682000', '180146.684000', '180146.687000', '180146.689000', '180146.692000', '180146.694000', '180146.697000', '180146.700000', '180146.702000', '180146.705000', '180146.708000', '180146.710000', '180146.713000', '180146.715000', '180146.718000', '180146.721000', '180146.723000', '180146.726000', '180146.728000', '180146.731000', '180146.734000', '180146.736000', '180146.739000', '180146.741000', '180146.744000', '180146.747000', '180146.749000', '180206.641000', '180206.643000', '180206.646000', '180206.649000', '180206.651000', '180206.654000', '180206.656000', '180206.659000', '180206.662000', '180206.664000', '180206.667000', '180206.670000', '180206.672000', '180206.675000', '180206.677000', '180206.680000', '180206.683000', '180206.685000', '180206.688000', '180206.690000', '180206.693000', '180206.696000', '180206.698000', '180206.701000', '180206.704000', '180206.706000', '180206.709000', '180206.711000', '180206.714000', '180206.717000', '180206.719000', '180206.722000', '180206.724000', '180206.727000', '180206.730000', '180206.732000', '180206.735000', '180206.737000', '180206.740000', '180206.743000', '180206.745000', '180206.748000', '180206.750000', '180206.753000', '180226.641000', '180226.644000', '180226.646000', '180226.649000', '180226.651000', '180226.654000', '180226.656000', '180226.659000', '180226.662000', '180226.664000', '180226.667000', '180226.669000', '180226.672000', '180226.675000', '180226.677000', '180226.680000', '180226.682000', '180226.685000', '180226.688000', '180226.690000', '180226.693000', '180226.695000', '180226.698000', '180226.700000', '180226.703000', '180226.706000', '180226.708000', '180226.711000', '180226.713000', '180226.716000', '180226.719000', '180226.721000', '180226.724000', '180226.726000', '180226.729000', '180226.732000', '180226.734000', '180226.753000', '180226.755000', '180226.758000', '180226.761000', '180226.763000', '180226.766000', '180246.641000', '180246.643000', '180246.646000', '180246.649000', '180246.651000', '180246.654000', '180246.657000', '180246.659000', '180246.662000', '180246.664000', '180246.667000', '180246.670000', '180246.672000', '180246.675000', '180246.677000', '180246.680000', '180246.682000', '180246.685000', '180246.688000', '180246.690000', '180246.693000', '180246.695000', '180246.698000', '180246.701000', '180246.703000', '180246.706000', '180246.709000', '180246.711000', '180246.714000', '180246.716000', '180246.719000', '180246.721000', '180246.724000', '180246.727000', '180246.729000', '180246.732000', '180246.734000', '180246.737000', '180246.740000', '180246.742000', '180246.745000', '180246.747000', '180246.750000', '180246.753000', '180306.641000', '180306.643000', '180306.646000', '180306.649000', '180306.651000', '180306.654000', '180306.657000', '180306.659000', '180306.662000', '180306.665000', '180306.668000', '180306.670000', '180306.673000', '180306.675000', '180306.678000', '180306.680000', '180306.683000', '180306.686000', '180306.688000', '180306.691000', '180306.694000', '180306.696000', '180306.699000', '180306.702000', '180306.704000', '180306.707000', '180306.709000', '180306.712000', '180306.715000', '180306.717000', '180306.720000', '180306.722000', '180306.725000', '180306.728000', '180306.730000', '180306.733000', '180306.736000', '180306.738000', '180306.741000', '180306.743000', '180306.746000', '180306.749000', '180306.751000', '180326.641000', '180326.644000', '180326.646000', '180326.649000', '180326.652000', '180326.654000', '180326.657000', '180326.659000', '180326.662000', '180326.665000', '180326.667000', '180326.670000', '180326.672000', '180326.675000', '180326.677000', '180326.680000', '180326.683000', '180326.685000', '180326.688000', '180326.691000', '180326.693000', '180326.696000', '180326.698000', '180326.701000', '180326.704000', '180326.706000', '180326.709000', '180326.711000', '180326.714000', '180326.717000', '180326.719000', '180326.722000', '180326.724000', '180326.727000', '180326.730000', '180326.732000', '180326.735000', '180326.738000', '180326.740000', '180326.743000', '180326.745000', '180326.748000', '180326.750000', '180326.753000', '180346.641000', '180346.644000', '180346.646000', '180346.649000', '180346.652000', '180346.679000', '180346.681000', '180346.684000', '180346.687000', '180346.689000', '180346.692000', '180346.694000', '180346.700000', '180346.702000', '180346.705000', '180346.708000', '180346.710000', '180346.713000', '180346.716000', '180346.718000', '180346.721000', '180346.723000', '180346.726000', '180346.729000', '180346.731000', '180346.734000', '180346.736000', '180346.739000', '180346.742000', '180346.744000', '180346.747000', '180346.749000', '180346.752000', '180346.755000', '180346.757000', '180346.760000', '180346.762000', '180346.765000', '180346.767000', '180346.770000', '180346.773000', '180346.775000', '180346.778000', '180406.640000', '180406.642000', '180406.645000', '180406.648000', '180406.650000', '180406.653000', '180406.656000', '180406.658000', '180406.661000', '180406.663000', '180406.666000', '180406.669000', '180406.671000', '180406.674000', '180406.677000', '180406.679000', '180406.682000', '180406.684000', '180406.687000', '180406.690000', '180406.692000', '180406.695000', '180406.697000', '180406.700000', '180406.703000', '180406.705000', '180406.708000', '180406.710000', '180406.713000', '180406.716000', '180406.718000', '180406.721000', '180406.723000', '180406.726000', '180406.728000', '180406.731000', '180406.734000', '180406.736000', '180406.739000', '180406.741000', '180406.744000', '180406.747000', '180406.749000', '180406.752000', '180426.641000', '180426.644000', '180426.646000', '180426.649000', '180426.652000', '180426.654000', '180426.657000', '180426.659000', '180426.662000', '180426.664000', '180426.667000', '180426.670000', '180426.672000', '180426.675000', '180426.677000', '180426.680000', '180426.683000', '180426.685000', '180426.688000', '180426.690000', '180426.693000', '180426.696000', '180426.698000', '180426.701000', '180426.703000', '180426.706000', '180426.709000', '180426.711000', '180426.714000', '180426.716000', '180426.719000', '180426.721000', '180426.724000', '180426.727000', '180426.729000', '180426.732000', '180426.734000', '180426.737000', '180426.740000', '180426.742000', '180426.745000', '180426.747000', '180426.750000', '180446.641000', '180446.644000', '180446.646000', '180446.649000', '180446.652000', '180446.654000', '180446.657000', '180446.659000', '180446.662000', '180446.665000', '180446.667000', '180446.670000', '180446.672000', '180446.675000', '180446.678000', '180446.680000', '180446.683000', '180446.686000', '180446.689000', '180446.691000', '180446.694000', '180446.696000', '180446.699000', '180446.702000', '180446.704000', '180446.707000', '180446.709000', '180446.712000', '180446.715000', '180446.717000', '180446.720000', '180446.722000', '180446.725000', '180446.728000', '180446.730000', '180446.733000', '180446.735000', '180446.738000', '180446.741000', '180446.743000', '180446.746000', '180446.748000', '180446.751000', '180506.641000', '180506.647000', '180506.650000', '180506.653000', '180506.655000', '180506.658000', '180506.660000', '180506.663000', '180506.666000', '180506.668000', '180506.671000', '180506.673000', '180506.676000', '180506.679000', '180506.681000', '180506.684000', '180506.686000', '180506.689000', '180506.692000', '180506.694000', '180506.697000', '180506.700000', '180506.702000', '180506.705000', '180506.707000', '180506.710000', '180506.720000', '180506.723000', '180506.726000', '180506.728000', '180506.731000', '180506.733000', '180506.736000', '180506.739000', '180506.741000', '180506.744000', '180506.746000', '180506.749000', '180506.752000', '180506.754000', '180506.757000', '180506.759000', '180506.762000', '180506.765000', '180516.939000', '180516.942000', '180516.945000', '180516.947000', '180516.950000', '180516.953000', '180516.955000', '180516.958000', '180516.960000', '180516.963000', '180516.965000', '180516.968000', '180516.971000', '180516.973000', '180516.976000', '180516.979000', '180516.981000', '180516.984000', '180516.986000', '180516.989000', '180516.992000', '180516.994000', '180516.997000'], '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': [10355, 13545, 9934, 10895, 12569, 10150, 14059, 9499, 13966, 10196, 13081, 9784, 12521, 16045, 10736, 13876, 8657, 9817, 9452, 7915, 9545, 14029, 8937, 9208, 14881, 9661, 10895, 8684, 9755, 13535, 7828, 9726, 14166, 10620, 11985, 7694, 9961, 13834, 9799, 12262, 8272, 10301, 7160, 9774, 13903, 8751, 10288, 15058, 9558, 11956, 7340, 9959, 13272, 8927, 9886, 14397, 9614, 12334, 7977, 10118, 14167, 9584, 12419, 8193, 10880, 7509, 10205, 13551, 9388, 10584, 15480, 10297, 13447, 9631, 10275, 14580, 10057, 12754, 9289, 10522, 14603, 9767, 11120, 8169, 9549, 15086, 9976, 12919, 8658, 10206, 14491, 9818, 14554, 9345, 10548, 9363, 10297, 14451, 9479, 12609, 13924, 10202, 13581, 9263, 10134, 14471, 9822, 12216, 8024, 9932, 8604, 10041, 9161, 10194, 13601, 9053, 9598, 14656, 9418, 10754, 7903, 10023, 13597, 8478, 9755, 14999, 9646, 11578, 7000, 10398, 13710, 8459, 9737, 14362, 9726, 11670, 8608, 9724, 14027, 8591, 12903, 7760, 10198, 14170, 9474, 11224, 14857, 9981, 13526, 8599, 9906, 14118, 8999, 10480, 14675, 9612, 12782, 8779, 9896, 13945, 9262, 13209, 8554, 10237, 7983, 9894, 13860, 8628, 9789, 14820, 10082, 11624, 7566, 9836, 13552, 8452, 9905, 15082, 9965, 12317, 9026, 10091, 14078, 8999, 10721, 14638, 9985, 13206, 8448, 10166, 14167, 9686, 11217, 8596, 10221, 7966, 9991, 13095, 8735, 9561, 14322, 9355, 10560, 10949, 9917, 12147, 9184, 9653, 14064, 8721, 10467, 13995, 10193, 11474, 8789, 9816, 14197, 9448, 11738, 7930, 10344, 13832, 9493, 10754, 14944, 10337, 13489, 9000, 10099, 14394, 9129, 13430, 8564, 9782, 11554, 9744, 12104, 9374, 9470, 14018, 9399, 11077, 8017, 9874, 13849, 9879, 12280, 9101, 9591, 12662, 9897, 8500, 10078, 14353, 9585, 9437, 15624, 10303, 11631, 8257, 9867, 13979, 8529, 9871, 14811, 9675, 11948, 8026, 9884, 13195, 9047, 10243, 8396, 10030, 8123, 9710, 13924, 8727, 9774, 14888, 9307, 12136, 8688, 9964, 13542, 8465, 9863, 13936, 9223, 9772, 14859, 9946, 11779, 8484, 9824, 13862, 8923, 11418, 8413, 9701, 13963, 9357, 12099, 8027, 9088, 14875, 9336, 12459, 8390, 9632, 14090, 9801, 11287, 14855, 9371, 11449, 8489, 8881, 8128, 9725, 14136, 9418, 11267, 15273, 10701, 13764, 8981, 10913, 14476, 9210, 12660, 8922, 9259, 12928, 9344, 11445, 9814, 8986, 13268, 8929, 10090, 12206, 9245, 11709, 8804, 9127, 14660, 9636, 13451, 8858, 10903, 15399, 9804, 13075, 14787, 10319, 14208, 8801, 10441, 15032, 9755, 11510, 10509, 8952, 14396, 9342, 10136, 9329, 9509, 12068, 9357, 9117, 13867, 9474, 13213, 8896, 11108, 15027, 9233, 12510, 10504, 9707, 13689, 9254, 10220, 12697, 9306, 12888, 9545, 9658, 14324, 9151, 10669, 10638, 9573, 14573, 10273, 11921, 9293, 9878, 14635, 9538, 10716, 14943, 10291, 11569, 9050, 9763, 13771, 9373, 10394, 14273, 9959, 13052, 9514, 9734, 13969, 9445, 11520, 10681, 9352, 13668, 9775, 10760, 8544, 9625, 13625, 10246, 9860, 14702, 9553, 12944, 9600, 9867, 14423, 10153, 12318, 10286, 9616, 13671, 9507, 10271, 14344, 9779, 11936, 10791, 9511, 10734, 9799, 12877, 9867, 9996, 14771, 10399, 13001, 9666, 9845, 8902, 9675, 13091, 10794, 9445, 14043, 9501, 9806, 13872, 9244, 10924, 14440, 9589, 12819, 10041, 10107, 14039, 9566, 11293, 10346, 9346, 14543, 10219, 12699, 9528, 9961, 14773, 9764, 11126, 10731, 9401, 12560, 9449, 12568, 10084, 9519, 13858, 9942, 9017, 14748, 10040, 12954, 9415, 9614, 13881, 10002, 10875, 14779, 10364, 13741, 9794, 10330, 8793, 9347, 14014, 10555, 11273, 9635, 9100, 8789, 9314, 14423, 9730, 9373, 14272, 10110, 10544, 11793, 9607, 12474, 8963, 9320, 14311, 10621, 12147, 9697, 8782, 9067, 9352, 14421, 10581, 10835, 10948, 9609, 13474, 10384, 10209, 15020, 10785, 11290, 10212, 9434, 10701, 9570, 13689, 9513, 9553, 15679, 10055, 12655, 9387, 9707, 14015, 9997, 10090, 15185, 10079, 12774, 10003, 9584, 14391, 10218, 11659, 11456, 9605, 14643, 9940, 11104, 10303, 9676, 13135, 9890, 9601, 14820, 9625, 12572, 9079, 9515, 10867, 11954, 9704, 11206, 9617, 13567, 9393, 10834, 16422, 9814, 10438, 14237, 9968, 11207, 11943, 10414, 13661, 9316, 11116, 9714, 9846, 14025, 10106, 11563, 9003, 9678, 9100, 10687, 14836, 10323, 12048, 10758, 9956, 14148, 9568, 11830, 14435, 9834, 13552, 10295, 9851, 9495, 10149, 13460, 9785, 10185, 14899, 10588, 13313, 9695, 10548, 9399, 9630, 14172, 10783, 11139, 10646, 9892, 13274, 9973, 9990, 14799, 10105, 10950, 9875, 10034, 13303, 9607, 11016, 14963, 10078, 12651, 9887, 10928, 9483, 9278, 9525, 10482, 14613, 9953, 11876, 8860, 9544, 13134, 9776, 9460, 14022, 9714, 10035, 14145, 9794, 10806, 11386, 9477, 14786, 9409, 12003, 9435, 10364, 14678, 9973, 11510, 14840, 10066, 13239, 9600, 10696, 14510, 10141, 11627, 10886, 9812, 13155, 9716, 10039, 14399, 10067, 13098, 9751, 9927, 10553, 9622, 12932, 10283, 10222, 14670, 10736, 10754, 10780, 10529, 13530, 9858, 10397, 14803, 10306, 12556, 9831, 9894, 13767, 10142, 11085, 13257, 10067, 12918, 10268, 10321, 10067, 9769, 13337, 10486, 13085, 10021, 10043, 10639, 9490, 13186, 10442, 9646, 14567, 10092, 11544, 9600, 9565, 14368, 10527, 11099, 14530, 10256, 13286, 10218, 10254, 9157, 9587, 8676, 9653, 14572, 10659, 11749, 9755, 9667, 13171, 10256, 9888, 14814, 10590, 12061, 8988, 9546, 13973, 10687, 10531, 13899, 9980, 13207, 10056, 11089, 9624, 10398, 9751, 8692, 9733, 9438, 15474, 10700, 10688, 14668, 10771, 9988, 9198, 9621, 11046, 11516, 12284, 10564, 10118, 9963, 15243, 10626, 15722, 10066, 9890, 14197, 11499, 11778, 10844, 9549, 10479, 9443, 10313, 9763, 14612, 11198, 10678, 13711, 11124, 13377, 10319, 10389, 10681, 10165, 13163, 10782, 10315, 10113, 9565, 13555, 10469, 10753, 13790, 11400, 13795, 10679, 10749, 10598, 9650, 14021, 10702, 12163, 10538, 10363, 13975, 10506, 11743, 11045, 10333, 12982, 10381, 10408, 14068, 10765, 12111, 9525, 9451, 13774, 11258, 10930, 10024, 9906, 9371, 9622, 13064, 10874, 12708, 14403, 11357, 14075, 10603, 10026, 10757, 10645, 13956, 10694, 10854, 9785, 10314, 13694, 10963, 10255, 14523, 11295, 14650, 10491, 11111, 10560, 12243, 14752, 11608, 14239, 10769, 9767, 12746, 10560, 11427, 11771, 10145, 14804, 10604, 10678, 14893, 10858, 11715, 10287, 9843, 9901, 9995, 11146, 10576, 12178, 11571, 11169, 14088, 10806, 9921, 10797, 10007, 12391, 9976, 10629, 14048, 10797, 10137, 11105, 10124, 11886, 10009, 10436, 12508, 10103, 10649, 13525, 10303, 10520, 11772, 10535, 10251, 10049, 9814, 10306, 13427, 10971, 10547, 14205, 11320, 10132, 10719, 10012, 12263, 10847, 10445, 14471, 10694, 10026, 13259, 10683, 11587, 11464, 10865, 13647, 10934, 10193, 8712, 9770, 12518, 10053, 10605, 13945, 10756, 10861, 8914, 9715, 13089, 11263, 10664, 14101, 11196, 11975, 9544, 9843, 13595, 11099, 10564, 12937, 11085, 13240, 10584, 11539, 11266, 10316, 14520, 11491, 10798, 14722, 10938, 12107, 10262, 9884, 13403, 10857, 10303, 14541, 11106, 11338, 8962, 9915, 13412, 11576, 10381, 10037, 10328, 9604, 10198, 13180, 10603, 10136, 14805, 11589, 11223, 9787, 10293, 11879, 10286, 11474, 10358, 10922, 14372, 10967, 10691, 8914, 10549, 13219, 9873, 10966, 14499, 11153, 11942, 10970, 10125, 12983, 10710, 11816, 10737, 9883, 10616, 11883, 10760, 13471, 10693, 14092, 10556, 13876, 16794, 11477, 11821, 14968, 11432, 13033, 10933, 9374, 9419, 9936, 9215, 10308, 13797, 11197, 10993, 13437, 10877, 12970, 10699, 11083, 13421, 10783, 12422, 11747, 11373, 13818, 10923, 10079, 13084, 10460, 11663, 11283, 10418, 10535, 9445, 10245, 10304, 13594, 9582, 11008, 12826, 10921, 9929, 9087, 10098, 11887, 9485, 10563, 13363, 11058, 10938, 9194, 9472, 14156, 9832, 9757, 13266, 10131, 10393, 14096, 10429, 11011, 8180, 9708, 12754, 10782, 10504, 10987, 10581, 10704, 10493, 11642, 11302, 10864, 12473, 9818, 10232, 11356, 10042, 11590, 10332, 9718, 14028, 11426, 11283, 11967, 10880, 13212, 10767, 11110, 10928, 10063, 14137, 11479, 12076, 9669, 10015, 12884, 10826, 10240, 13687, 11459, 13106, 11131, 10212, 9076, 10371, 12569, 10565, 10165, 14295, 11464, 12106, 10645, 10143, 10780, 10430, 13683, 11633, 10778, 9997, 10866, 13199, 10795, 10499, 10969, 11475, 14222, 10553, 10993, 11134, 10739, 11159, 9690, 11346, 13513, 10913, 11930, 10273, 10412, 10738, 11186, 13077, 10718, 10263, 12071, 10555, 11873, 10003, 10431, 14156, 10737, 11538, 12856, 9909, 12699, 10867, 9526, 9558, 9409, 9863, 10635, 9522, 10202, 10849, 10430, 14744, 10903, 12837, 8582, 9585, 11711, 11306, 10214, 14979, 10201, 12094, 9341, 9289, 13000, 11202, 10888, 9749, 9548, 8373, 9260, 12285, 9741, 10036, 13521, 11356, 12328, 10131, 10829, 9926, 9700, 13677, 11088, 10916, 13375, 10842, 12047, 10101, 9652, 13059, 10502, 10942, 11976, 10457, 11952, 10546, 9838, 10404, 10385, 9400, 9962, 10172, 10324, 12800, 13350, 11273, 12488, 10558, 9736, 13256, 10603, 10420, 13595, 11193, 11140, 10491, 9903, 13035, 10341, 10061, 10564, 11248, 13069, 10672, 11560, 10206, 9977, 13528, 10628, 11119, 14374, 11285, 12803, 10667, 10692, 8894, 10253, 12760, 9823, 10585, 13908, 10669, 11374, 8694, 10004, 12802, 11527, 12175, 10934, 12371, 10397, 10752, 10285, 10571, 13416, 11116, 11281, 9818, 10545, 11845, 10688, 10991, 14086, 10855, 11663, 9941, 9919, 12809, 10738, 10495, 13658, 10518, 11410, 8994, 9768, 12639, 11322, 11945, 10399, 10299, 9085, 10261, 13462, 10530, 11772, 14688, 11221, 12153, 10376, 9822, 10699, 11008, 13634, 10794, 11508, 12524, 10438, 11414, 10810, 10566, 10993, 10562, 9997, 10228, 12541, 10171, 10277, 13968, 10911, 11465, 9541, 9476, 13176, 10631, 10409, 11809, 10834, 12812, 10341, 10141, 10638, 10287, 9700, 12233, 9978, 9750, 10112, 11037, 10031, 12384, 9981, 11964, 15671, 11218, 12791, 10561, 9924, 9310, 9565, 13349, 10983, 10392, 13913, 10846, 12327, 10428, 9635, 12775, 10771, 12633, 10992, 11585, 10041, 10358, 10567, 10068, 13445, 11328, 10997, 14090, 10459, 12169, 9903, 9768, 13543, 11165, 10772, 11063, 10363, 12850, 10526, 10071, 9412, 11324, 13961, 10553, 12658, 10427, 11518, 11060, 11081, 13011, 10499, 10123, 12465, 10407, 11538, 9438, 10254, 13199, 10027, 10440, 13929, 10414, 11605, 9597, 9427, 13032, 11343, 11841, 10570, 11742, 10297, 10262, 13738, 11406, 11155, 12187, 10765, 13270, 10375, 11107, 10720, 10738, 13040, 10215, 10147, 8796, 9962, 12391, 10335, 10428, 13475, 10873, 12103, 9799, 9720, 12430, 11306, 12741, 10876, 11536, 10437, 10384, 14177, 11252, 11810, 9895, 10442, 13903, 10447, 11114, 11083, 10971, 13054, 11160, 11197, 9658, 9811, 9143, 10372, 13330, 11102, 10822, 14520, 10906, 11664, 10593, 9743, 12901, 11323, 11206, 10248, 10464, 12713, 10707, 10381, 12710, 10762, 12101, 10588, 10152, 9522, 10115, 12548, 11183, 10333, 9988, 10384, 9847, 10153, 8958, 10445, 13363, 10371, 11405, 13562, 10840, 10610, 9333, 10312, 12806, 10556, 10721, 13893, 10921, 11568, 9014, 10066, 12269, 11165, 10720, 10511, 10416, 8336, 9779, 12031, 10785, 11146, 13899, 11322, 12502, 10369, 10218, 9565, 10259, 12333, 9682, 10334, 13532, 10870, 10158, 14440, 10332, 13513, 10766, 12354, 10080, 8315, 9401, 9702, 11548, 10141, 13283, 16154, 11841, 10393, 15424, 10173, 10294, 13983, 10228, 12379, 10044, 10461, 13415, 9800, 11836, 13989, 9906, 12349, 10305, 10903, 9941, 10644, 10389, 10161, 11804, 10813, 9925, 12920, 10295, 13481, 9751, 11740, 10023, 10602, 13752, 10543, 11047], 'WindowCenter': [4361.0, 4377.0, 4336.0, 4345.0, 4351.0, 4332.0, 4359.0, 4321.0, 4361.0, 4330.0, 4350.0, 4345.0, 4365.0, 4372.0, 4328.0, 4347.0, 4296.0, 4316.0, 4318.0, 4299.0, 4333.0, 4374.0, 4309.0, 4310.0, 4360.0, 4319.0, 4330.0, 4298.0, 4319.0, 4361.0, 4287.0, 4320.0, 4349.0, 4317.0, 4326.0, 4287.0, 4318.0, 4349.0, 4317.0, 4325.0, 4273.0, 4306.0, 4253.0, 4304.0, 4334.0, 4283.0, 4315.0, 4345.0, 4294.0, 4324.0, 4262.0, 4304.0, 4334.0, 4282.0, 4305.0, 4345.0, 4304.0, 4337.0, 4273.0, 4315.0, 4333.0, 4304.0, 4335.0, 4283.0, 4315.0, 4263.0, 4315.0, 4334.0, 4293.0, 4315.0, 4344.0, 4305.0, 4334.0, 4304.0, 4316.0, 4344.0, 4305.0, 4337.0, 4295.0, 4315.0, 4344.0, 4303.0, 4313.0, 4283.0, 4305.0, 4357.0, 4316.0, 4336.0, 4295.0, 4315.0, 4344.0, 4316.0, 4346.0, 4294.0, 4314.0, 4295.0, 4317.0, 4346.0, 4305.0, 4337.0, 4333.0, 4303.0, 4333.0, 4292.0, 4304.0, 4343.0, 4315.0, 4337.0, 4274.0, 4303.0, 4283.0, 4304.0, 4293.0, 4316.0, 4348.0, 4295.0, 4306.0, 4357.0, 4306.0, 4316.0, 4284.0, 4305.0, 4346.0, 4284.0, 4306.0, 4345.0, 4305.0, 4324.0, 4263.0, 4314.0, 4334.0, 4284.0, 4307.0, 4357.0, 4307.0, 4326.0, 4294.0, 4306.0, 4343.0, 4284.0, 4337.0, 4275.0, 4317.0, 4346.0, 4306.0, 4339.0, 4358.0, 4306.0, 4347.0, 4295.0, 4316.0, 4346.0, 4296.0, 4328.0, 4346.0, 4306.0, 4336.0, 4294.0, 4315.0, 4344.0, 4305.0, 4347.0, 4296.0, 4317.0, 4285.0, 4316.0, 4348.0, 4284.0, 4305.0, 4345.0, 4303.0, 4313.0, 4261.0, 4304.0, 4333.0, 4283.0, 4304.0, 4344.0, 4304.0, 4323.0, 4294.0, 4315.0, 4344.0, 4295.0, 4328.0, 4344.0, 4304.0, 4334.0, 4283.0, 4316.0, 4344.0, 4303.0, 4314.0, 4282.0, 4303.0, 4273.0, 4315.0, 4346.0, 4283.0, 4305.0, 4346.0, 4293.0, 4315.0, 4313.0, 4304.0, 4325.0, 4293.0, 4305.0, 4345.0, 4282.0, 4314.0, 4332.0, 4302.0, 4313.0, 4280.0, 4302.0, 4332.0, 4292.0, 4323.0, 4271.0, 4303.0, 4333.0, 4304.0, 4315.0, 4343.0, 4304.0, 4333.0, 4293.0, 4304.0, 4332.0, 4292.0, 4334.0, 4282.0, 4304.0, 4312.0, 4304.0, 4325.0, 4292.0, 4304.0, 4334.0, 4293.0, 4313.0, 4271.0, 4304.0, 4333.0, 4303.0, 4324.0, 4292.0, 4304.0, 4334.0, 4304.0, 4294.0, 4315.0, 4347.0, 4293.0, 4294.0, 4346.0, 4303.0, 4323.0, 4285.0, 4303.0, 4331.0, 4281.0, 4302.0, 4332.0, 4304.0, 4322.0, 4270.0, 4301.0, 4320.0, 4281.0, 4302.0, 4282.0, 4304.0, 4273.0, 4305.0, 4346.0, 4283.0, 4305.0, 4344.0, 4293.0, 4324.0, 4282.0, 4304.0, 4333.0, 4283.0, 4303.0, 4333.0, 4292.0, 4303.0, 4344.0, 4303.0, 4322.0, 4282.0, 4304.0, 4333.0, 4294.0, 4325.0, 4284.0, 4305.0, 4345.0, 4305.0, 4336.0, 4285.0, 4296.0, 4346.0, 4295.0, 4335.0, 4285.0, 4317.0, 4346.0, 4305.0, 4326.0, 4346.0, 4294.0, 4326.0, 4284.0, 4294.0, 4285.0, 4317.0, 4346.0, 4305.0, 4326.0, 4346.0, 4316.0, 4345.0, 4296.0, 4328.0, 4345.0, 4295.0, 4337.0, 4294.0, 4295.0, 4334.0, 4305.0, 4337.0, 4305.0, 4307.0, 4348.0, 4295.0, 4318.0, 4335.0, 4306.0, 4337.0, 4295.0, 4307.0, 4346.0, 4306.0, 4346.0, 4296.0, 4327.0, 4356.0, 4305.0, 4336.0, 4343.0, 4303.0, 4334.0, 4282.0, 4314.0, 4343.0, 4292.0, 4313.0, 4301.0, 4281.0, 4343.0, 4292.0, 4302.0, 4292.0, 4303.0, 4322.0, 4293.0, 4294.0, 4334.0, 4307.0, 4335.0, 4306.0, 4338.0, 4356.0, 4307.0, 4337.0, 4314.0, 4305.0, 4333.0, 4294.0, 4316.0, 4334.0, 4305.0, 4347.0, 4293.0, 4304.0, 4345.0, 4294.0, 4315.0, 4302.0, 4304.0, 4345.0, 4304.0, 4324.0, 4294.0, 4316.0, 4345.0, 4303.0, 4303.0, 4343.0, 4302.0, 4324.0, 4292.0, 4303.0, 4333.0, 4293.0, 4304.0, 4343.0, 4304.0, 4334.0, 4292.0, 4304.0, 4333.0, 4303.0, 4324.0, 4313.0, 4294.0, 4334.0, 4292.0, 4313.0, 4282.0, 4304.0, 4334.0, 4303.0, 4305.0, 4344.0, 4306.0, 4335.0, 4305.0, 4317.0, 4345.0, 4316.0, 4337.0, 4304.0, 4304.0, 4334.0, 4304.0, 4316.0, 4344.0, 4316.0, 4337.0, 4313.0, 4305.0, 4314.0, 4316.0, 4335.0, 4317.0, 4329.0, 4357.0, 4316.0, 4347.0, 4305.0, 4305.0, 4295.0, 4317.0, 4348.0, 4314.0, 4304.0, 4336.0, 4293.0, 4304.0, 4333.0, 4294.0, 4316.0, 4345.0, 4305.0, 4336.0, 4304.0, 4304.0, 4333.0, 4303.0, 4314.0, 4303.0, 4294.0, 4344.0, 4315.0, 4335.0, 4305.0, 4316.0, 4345.0, 4304.0, 4315.0, 4313.0, 4295.0, 4336.0, 4306.0, 4337.0, 4303.0, 4304.0, 4335.0, 4292.0, 4294.0, 4343.0, 4303.0, 4323.0, 4293.0, 4305.0, 4345.0, 4316.0, 4327.0, 4344.0, 4303.0, 4333.0, 4303.0, 4314.0, 4294.0, 4306.0, 4346.0, 4315.0, 4327.0, 4307.0, 4307.0, 4296.0, 4309.0, 4359.0, 4306.0, 4307.0, 4358.0, 4305.0, 4316.0, 4324.0, 4305.0, 4336.0, 4296.0, 4305.0, 4345.0, 4315.0, 4337.0, 4306.0, 4297.0, 4308.0, 4320.0, 4359.0, 4328.0, 4329.0, 4327.0, 4307.0, 4347.0, 4317.0, 4328.0, 4357.0, 4327.0, 4326.0, 4316.0, 4307.0, 4315.0, 4317.0, 4348.0, 4306.0, 4319.0, 4357.0, 4306.0, 4336.0, 4293.0, 4305.0, 4334.0, 4303.0, 4304.0, 4344.0, 4303.0, 4323.0, 4303.0, 4305.0, 4343.0, 4303.0, 4325.0, 4323.0, 4303.0, 4345.0, 4304.0, 4325.0, 4314.0, 4305.0, 4335.0, 4304.0, 4305.0, 4345.0, 4305.0, 4335.0, 4295.0, 4316.0, 4328.0, 4340.0, 4319.0, 4340.0, 4320.0, 4361.0, 4309.0, 4341.0, 4361.0, 4306.0, 4316.0, 4335.0, 4304.0, 4316.0, 4312.0, 4303.0, 4334.0, 4293.0, 4313.0, 4292.0, 4303.0, 4333.0, 4304.0, 4325.0, 4296.0, 4316.0, 4309.0, 4330.0, 4359.0, 4330.0, 4339.0, 4316.0, 4306.0, 4346.0, 4305.0, 4338.0, 4345.0, 4304.0, 4335.0, 4303.0, 4304.0, 4293.0, 4315.0, 4335.0, 4304.0, 4315.0, 4344.0, 4314.0, 4335.0, 4304.0, 4315.0, 4294.0, 4305.0, 4346.0, 4314.0, 4315.0, 4303.0, 4304.0, 4335.0, 4303.0, 4304.0, 4344.0, 4302.0, 4302.0, 4290.0, 4302.0, 4333.0, 4292.0, 4315.0, 4343.0, 4302.0, 4323.0, 4303.0, 4314.0, 4305.0, 4305.0, 4318.0, 4340.0, 4359.0, 4317.0, 4338.0, 4295.0, 4318.0, 4348.0, 4305.0, 4306.0, 4346.0, 4305.0, 4306.0, 4334.0, 4303.0, 4314.0, 4312.0, 4293.0, 4345.0, 4305.0, 4324.0, 4305.0, 4316.0, 4345.0, 4303.0, 4314.0, 4333.0, 4293.0, 4323.0, 4305.0, 4316.0, 4343.0, 4303.0, 4325.0, 4302.0, 4303.0, 4333.0, 4292.0, 4304.0, 4333.0, 4303.0, 4335.0, 4293.0, 4304.0, 4313.0, 4304.0, 4335.0, 4302.0, 4303.0, 4333.0, 4301.0, 4303.0, 4301.0, 4303.0, 4333.0, 4302.0, 4304.0, 4343.0, 4303.0, 4323.0, 4302.0, 4304.0, 4333.0, 4314.0, 4325.0, 4333.0, 4304.0, 4335.0, 4303.0, 4304.0, 4302.0, 4304.0, 4333.0, 4315.0, 4336.0, 4305.0, 4305.0, 4314.0, 4305.0, 4336.0, 4314.0, 4306.0, 4345.0, 4303.0, 4324.0, 4303.0, 4306.0, 4345.0, 4314.0, 4326.0, 4345.0, 4315.0, 4335.0, 4304.0, 4315.0, 4304.0, 4305.0, 4295.0, 4318.0, 4358.0, 4317.0, 4338.0, 4306.0, 4317.0, 4347.0, 4316.0, 4317.0, 4357.0, 4315.0, 4336.0, 4294.0, 4306.0, 4346.0, 4327.0, 4328.0, 4346.0, 4317.0, 4336.0, 4320.0, 4341.0, 4317.0, 4329.0, 4318.0, 4309.0, 4319.0, 4321.0, 4373.0, 4328.0, 4317.0, 4347.0, 4315.0, 4305.0, 4304.0, 4306.0, 4326.0, 4339.0, 4338.0, 4329.0, 4329.0, 4330.0, 4372.0, 4329.0, 4359.0, 4306.0, 4307.0, 4346.0, 4326.0, 4338.0, 4314.0, 4305.0, 4314.0, 4304.0, 4314.0, 4305.0, 4344.0, 4313.0, 4314.0, 4334.0, 4314.0, 4333.0, 4303.0, 4304.0, 4302.0, 4314.0, 4335.0, 4312.0, 4303.0, 4301.0, 4303.0, 4333.0, 4313.0, 4315.0, 4333.0, 4313.0, 4333.0, 4302.0, 4313.0, 4314.0, 4306.0, 4344.0, 4314.0, 4336.0, 4313.0, 4316.0, 4345.0, 4315.0, 4326.0, 4313.0, 4303.0, 4334.0, 4302.0, 4314.0, 4334.0, 4312.0, 4325.0, 4291.0, 4293.0, 4332.0, 4312.0, 4313.0, 4302.0, 4304.0, 4293.0, 4305.0, 4345.0, 4326.0, 4348.0, 4345.0, 4314.0, 4346.0, 4315.0, 4305.0, 4313.0, 4315.0, 4346.0, 4314.0, 4315.0, 4302.0, 4314.0, 4344.0, 4314.0, 4317.0, 4344.0, 4315.0, 4345.0, 4314.0, 4324.0, 4326.0, 4338.0, 4346.0, 4325.0, 4346.0, 4314.0, 4304.0, 4323.0, 4313.0, 4325.0, 4312.0, 4302.0, 4332.0, 4301.0, 4302.0, 4331.0, 4312.0, 4313.0, 4290.0, 4290.0, 4290.0, 4301.0, 4311.0, 4313.0, 4335.0, 4324.0, 4314.0, 4345.0, 4312.0, 4303.0, 4311.0, 4303.0, 4324.0, 4302.0, 4314.0, 4333.0, 4301.0, 4301.0, 4300.0, 4301.0, 4322.0, 4290.0, 4313.0, 4324.0, 4301.0, 4313.0, 4333.0, 4314.0, 4313.0, 4335.0, 4316.0, 4314.0, 4305.0, 4304.0, 4316.0, 4347.0, 4313.0, 4315.0, 4335.0, 4312.0, 4303.0, 4301.0, 4303.0, 4325.0, 4313.0, 4314.0, 4333.0, 4301.0, 4292.0, 4320.0, 4301.0, 4312.0, 4312.0, 4302.0, 4332.0, 4302.0, 4302.0, 4281.0, 4303.0, 4323.0, 4303.0, 4315.0, 4333.0, 4314.0, 4315.0, 4293.0, 4305.0, 4335.0, 4325.0, 4317.0, 4345.0, 4325.0, 4325.0, 4303.0, 4316.0, 4335.0, 4314.0, 4316.0, 4324.0, 4315.0, 4335.0, 4315.0, 4325.0, 4326.0, 4317.0, 4346.0, 4325.0, 4315.0, 4334.0, 4313.0, 4323.0, 4302.0, 4304.0, 4333.0, 4313.0, 4304.0, 4332.0, 4312.0, 4313.0, 4282.0, 4304.0, 4333.0, 4313.0, 4304.0, 4302.0, 4304.0, 4303.0, 4315.0, 4335.0, 4314.0, 4316.0, 4345.0, 4325.0, 4315.0, 4304.0, 4304.0, 4323.0, 4315.0, 4325.0, 4304.0, 4326.0, 4345.0, 4314.0, 4314.0, 4293.0, 4316.0, 4347.0, 4304.0, 4315.0, 4344.0, 4314.0, 4324.0, 4315.0, 4316.0, 4334.0, 4316.0, 4337.0, 4329.0, 4318.0, 4341.0, 4351.0, 4342.0, 4363.0, 4344.0, 4372.0, 4342.0, 4374.0, 4373.0, 4328.0, 4327.0, 4346.0, 4325.0, 4336.0, 4314.0, 4294.0, 4293.0, 4305.0, 4294.0, 4315.0, 4346.0, 4325.0, 4328.0, 4337.0, 4329.0, 4337.0, 4316.0, 4327.0, 4335.0, 4314.0, 4325.0, 4312.0, 4313.0, 4335.0, 4313.0, 4304.0, 4321.0, 4302.0, 4312.0, 4312.0, 4314.0, 4314.0, 4305.0, 4317.0, 4319.0, 4350.0, 4295.0, 4316.0, 4335.0, 4314.0, 4304.0, 4282.0, 4315.0, 4327.0, 4306.0, 4315.0, 4336.0, 4315.0, 4316.0, 4295.0, 4307.0, 4347.0, 4305.0, 4305.0, 4334.0, 4303.0, 4305.0, 4333.0, 4303.0, 4303.0, 4271.0, 4292.0, 4322.0, 4313.0, 4304.0, 4313.0, 4315.0, 4314.0, 4327.0, 4339.0, 4315.0, 4316.0, 4337.0, 4304.0, 4306.0, 4314.0, 4305.0, 4325.0, 4304.0, 4306.0, 4335.0, 4315.0, 4316.0, 4313.0, 4315.0, 4333.0, 4314.0, 4314.0, 4314.0, 4305.0, 4345.0, 4325.0, 4325.0, 4293.0, 4304.0, 4323.0, 4302.0, 4303.0, 4331.0, 4312.0, 4323.0, 4312.0, 4302.0, 4281.0, 4304.0, 4324.0, 4303.0, 4304.0, 4333.0, 4312.0, 4323.0, 4313.0, 4303.0, 4327.0, 4327.0, 4348.0, 4327.0, 4328.0, 4307.0, 4316.0, 4335.0, 4326.0, 4318.0, 4325.0, 4326.0, 4347.0, 4316.0, 4327.0, 4314.0, 4316.0, 4327.0, 4295.0, 4325.0, 4335.0, 4327.0, 4326.0, 4329.0, 4329.0, 4327.0, 4327.0, 4348.0, 4318.0, 4318.0, 4336.0, 4317.0, 4338.0, 4316.0, 4317.0, 4347.0, 4315.0, 4325.0, 4324.0, 4304.0, 4335.0, 4313.0, 4294.0, 4293.0, 4295.0, 4317.0, 4328.0, 4318.0, 4329.0, 4328.0, 4330.0, 4361.0, 4318.0, 4337.0, 4284.0, 4305.0, 4325.0, 4313.0, 4303.0, 4343.0, 4302.0, 4323.0, 4281.0, 4293.0, 4322.0, 4312.0, 4313.0, 4293.0, 4293.0, 4272.0, 4305.0, 4324.0, 4293.0, 4304.0, 4334.0, 4314.0, 4325.0, 4315.0, 4314.0, 4306.0, 4307.0, 4336.0, 4316.0, 4316.0, 4334.0, 4315.0, 4324.0, 4304.0, 4306.0, 4334.0, 4314.0, 4316.0, 4323.0, 4314.0, 4325.0, 4314.0, 4304.0, 4314.0, 4316.0, 4306.0, 4317.0, 4315.0, 4316.0, 4339.0, 4335.0, 4325.0, 4326.0, 4303.0, 4294.0, 4323.0, 4303.0, 4315.0, 4322.0, 4312.0, 4313.0, 4300.0, 4304.0, 4335.0, 4302.0, 4303.0, 4301.0, 4313.0, 4333.0, 4314.0, 4324.0, 4314.0, 4316.0, 4345.0, 4314.0, 4315.0, 4344.0, 4313.0, 4335.0, 4313.0, 4314.0, 4293.0, 4316.0, 4334.0, 4303.0, 4315.0, 4334.0, 4303.0, 4313.0, 4282.0, 4304.0, 4335.0, 4325.0, 4325.0, 4316.0, 4335.0, 4316.0, 4327.0, 4328.0, 4329.0, 4348.0, 4326.0, 4328.0, 4316.0, 4317.0, 4326.0, 4315.0, 4328.0, 4346.0, 4315.0, 4325.0, 4304.0, 4307.0, 4335.0, 4314.0, 4317.0, 4335.0, 4316.0, 4313.0, 4283.0, 4305.0, 4323.0, 4324.0, 4325.0, 4304.0, 4305.0, 4294.0, 4318.0, 4346.0, 4317.0, 4338.0, 4346.0, 4315.0, 4325.0, 4303.0, 4305.0, 4313.0, 4315.0, 4335.0, 4314.0, 4328.0, 4324.0, 4303.0, 4313.0, 4312.0, 4314.0, 4312.0, 4313.0, 4302.0, 4314.0, 4335.0, 4305.0, 4316.0, 4345.0, 4314.0, 4314.0, 4293.0, 4304.0, 4334.0, 4314.0, 4315.0, 4323.0, 4314.0, 4323.0, 4304.0, 4304.0, 4315.0, 4316.0, 4309.0, 4340.0, 4318.0, 4308.0, 4318.0, 4329.0, 4320.0, 4338.0, 4318.0, 4339.0, 4358.0, 4316.0, 4327.0, 4304.0, 4294.0, 4292.0, 4294.0, 4335.0, 4314.0, 4304.0, 4322.0, 4302.0, 4323.0, 4303.0, 4294.0, 4322.0, 4313.0, 4324.0, 4314.0, 4325.0, 4305.0, 4316.0, 4328.0, 4321.0, 4348.0, 4328.0, 4328.0, 4337.0, 4317.0, 4325.0, 4305.0, 4305.0, 4335.0, 4314.0, 4315.0, 4313.0, 4304.0, 4324.0, 4304.0, 4305.0, 4294.0, 4326.0, 4345.0, 4317.0, 4336.0, 4327.0, 4339.0, 4326.0, 4327.0, 4349.0, 4315.0, 4306.0, 4326.0, 4316.0, 4328.0, 4294.0, 4304.0, 4336.0, 4304.0, 4304.0, 4334.0, 4305.0, 4313.0, 4293.0, 4294.0, 4333.0, 4315.0, 4324.0, 4314.0, 4324.0, 4315.0, 4318.0, 4337.0, 4325.0, 4327.0, 4323.0, 4315.0, 4334.0, 4305.0, 4326.0, 4314.0, 4318.0, 4335.0, 4303.0, 4304.0, 4282.0, 4304.0, 4324.0, 4304.0, 4316.0, 4335.0, 4315.0, 4325.0, 4303.0, 4305.0, 4335.0, 4326.0, 4337.0, 4317.0, 4326.0, 4328.0, 4318.0, 4346.0, 4326.0, 4328.0, 4307.0, 4318.0, 4335.0, 4316.0, 4326.0, 4313.0, 4316.0, 4336.0, 4314.0, 4313.0, 4292.0, 4303.0, 4293.0, 4315.0, 4337.0, 4315.0, 4314.0, 4334.0, 4314.0, 4313.0, 4303.0, 4294.0, 4334.0, 4314.0, 4314.0, 4302.0, 4304.0, 4323.0, 4302.0, 4304.0, 4324.0, 4314.0, 4324.0, 4302.0, 4304.0, 4292.0, 4303.0, 4323.0, 4325.0, 4316.0, 4304.0, 4316.0, 4305.0, 4318.0, 4296.0, 4328.0, 4350.0, 4316.0, 4327.0, 4337.0, 4316.0, 4306.0, 4294.0, 4305.0, 4335.0, 4314.0, 4314.0, 4334.0, 4302.0, 4312.0, 4280.0, 4303.0, 4312.0, 4312.0, 4313.0, 4301.0, 4302.0, 4273.0, 4305.0, 4335.0, 4326.0, 4328.0, 4346.0, 4326.0, 4337.0, 4304.0, 4305.0, 4294.0, 4316.0, 4338.0, 4293.0, 4305.0, 4335.0, 4302.0, 4304.0, 4344.0, 4304.0, 4335.0, 4314.0, 4323.0, 4316.0, 4284.0, 4307.0, 4332.0, 4351.0, 4344.0, 4367.0, 4375.0, 4318.0, 4295.0, 4333.0, 4292.0, 4303.0, 4322.0, 4291.0, 4311.0, 4289.0, 4290.0, 4319.0, 4278.0, 4299.0, 4307.0, 4278.0, 4297.0, 4276.0, 4287.0, 4275.0, 4287.0, 4286.0, 4288.0, 4299.0, 4298.0, 4291.0, 4309.0, 4293.0, 4321.0, 4291.0, 4311.0, 4291.0, 4303.0, 4322.0, 4301.0, 4302.0], 'WindowWidth': [9630.0, 9647.0, 9582.0, 9593.0, 9599.0, 9572.0, 9604.0, 9558.0, 9613.0, 9566.0, 9594.0, 9598.0, 9624.0, 9632.0, 9560.0, 9585.0, 9512.0, 9542.0, 9546.0, 9526.0, 9577.0, 9635.0, 9536.0, 9538.0, 9609.0, 9549.0, 9565.0, 9518.0, 9548.0, 9612.0, 9505.0, 9553.0, 9593.0, 9543.0, 9554.0, 9504.0, 9547.0, 9592.0, 9544.0, 9552.0, 9476.0, 9527.0, 9450.0, 9521.0, 9563.0, 9492.0, 9539.0, 9580.0, 9507.0, 9549.0, 9461.0, 9520.0, 9561.0, 9488.0, 9526.0, 9580.0, 9521.0, 9573.0, 9477.0, 9536.0, 9559.0, 9521.0, 9567.0, 9492.0, 9538.0, 9463.0, 9537.0, 9562.0, 9506.0, 9538.0, 9577.0, 9523.0, 9564.0, 9520.0, 9540.0, 9577.0, 9523.0, 9573.0, 9511.0, 9538.0, 9576.0, 9517.0, 9533.0, 9490.0, 9524.0, 9601.0, 9544.0, 9569.0, 9511.0, 9538.0, 9578.0, 9543.0, 9583.0, 9507.0, 9534.0, 9510.0, 9545.0, 9583.0, 9524.0, 9571.0, 9560.0, 9518.0, 9560.0, 9502.0, 9521.0, 9572.0, 9539.0, 9573.0, 9481.0, 9519.0, 9492.0, 9521.0, 9506.0, 9542.0, 9590.0, 9513.0, 9529.0, 9601.0, 9528.0, 9542.0, 9495.0, 9525.0, 9581.0, 9496.0, 9527.0, 9581.0, 9525.0, 9548.0, 9464.0, 9535.0, 9562.0, 9495.0, 9530.0, 9600.0, 9532.0, 9557.0, 9507.0, 9528.0, 9575.0, 9495.0, 9571.0, 9487.0, 9545.0, 9584.0, 9529.0, 9579.0, 9604.0, 9528.0, 9586.0, 9510.0, 9542.0, 9582.0, 9515.0, 9563.0, 9584.0, 9528.0, 9569.0, 9508.0, 9539.0, 9575.0, 9526.0, 9585.0, 9515.0, 9546.0, 9497.0, 9543.0, 9589.0, 9495.0, 9526.0, 9580.0, 9518.0, 9532.0, 9459.0, 9520.0, 9560.0, 9492.0, 9521.0, 9578.0, 9522.0, 9545.0, 9507.0, 9539.0, 9577.0, 9513.0, 9561.0, 9578.0, 9522.0, 9562.0, 9490.0, 9543.0, 9577.0, 9520.0, 9535.0, 9488.0, 9519.0, 9477.0, 9539.0, 9585.0, 9493.0, 9525.0, 9582.0, 9506.0, 9538.0, 9530.0, 9523.0, 9554.0, 9505.0, 9524.0, 9581.0, 9487.0, 9534.0, 9557.0, 9514.0, 9532.0, 9483.0, 9515.0, 9557.0, 9501.0, 9545.0, 9471.0, 9520.0, 9560.0, 9524.0, 9538.0, 9573.0, 9520.0, 9558.0, 9505.0, 9521.0, 9557.0, 9503.0, 9563.0, 9488.0, 9520.0, 9529.0, 9521.0, 9554.0, 9502.0, 9523.0, 9562.0, 9504.0, 9531.0, 9473.0, 9522.0, 9560.0, 9520.0, 9549.0, 9503.0, 9521.0, 9562.0, 9520.0, 9508.0, 9540.0, 9587.0, 9505.0, 9507.0, 9583.0, 9517.0, 9546.0, 9498.0, 9517.0, 9554.0, 9484.0, 9516.0, 9556.0, 9520.0, 9541.0, 9468.0, 9511.0, 9537.0, 9485.0, 9517.0, 9487.0, 9523.0, 9479.0, 9526.0, 9582.0, 9493.0, 9525.0, 9578.0, 9503.0, 9548.0, 9488.0, 9520.0, 9561.0, 9491.0, 9518.0, 9560.0, 9503.0, 9519.0, 9578.0, 9518.0, 9542.0, 9489.0, 9522.0, 9560.0, 9509.0, 9553.0, 9494.0, 9524.0, 9579.0, 9526.0, 9567.0, 9498.0, 9514.0, 9584.0, 9512.0, 9564.0, 9498.0, 9545.0, 9583.0, 9523.0, 9556.0, 9583.0, 9507.0, 9554.0, 9494.0, 9508.0, 9498.0, 9546.0, 9584.0, 9524.0, 9556.0, 9582.0, 9542.0, 9580.0, 9515.0, 9562.0, 9580.0, 9512.0, 9572.0, 9505.0, 9511.0, 9561.0, 9526.0, 9572.0, 9524.0, 9530.0, 9588.0, 9510.0, 9548.0, 9565.0, 9527.0, 9570.0, 9510.0, 9531.0, 9583.0, 9528.0, 9583.0, 9513.0, 9559.0, 9598.0, 9524.0, 9568.0, 9574.0, 9518.0, 9563.0, 9488.0, 9535.0, 9573.0, 9501.0, 9531.0, 9511.0, 9486.0, 9571.0, 9500.0, 9517.0, 9501.0, 9519.0, 9541.0, 9505.0, 9510.0, 9562.0, 9529.0, 9566.0, 9529.0, 9576.0, 9597.0, 9530.0, 9574.0, 9533.0, 9523.0, 9560.0, 9508.0, 9542.0, 9562.0, 9526.0, 9586.0, 9505.0, 9521.0, 9582.0, 9507.0, 9538.0, 9515.0, 9523.0, 9578.0, 9520.0, 9546.0, 9507.0, 9542.0, 9580.0, 9518.0, 9519.0, 9572.0, 9513.0, 9548.0, 9501.0, 9519.0, 9559.0, 9506.0, 9521.0, 9572.0, 9520.0, 9563.0, 9502.0, 9520.0, 9559.0, 9518.0, 9550.0, 9530.0, 9507.0, 9562.0, 9501.0, 9529.0, 9486.0, 9523.0, 9562.0, 9519.0, 9526.0, 9577.0, 9527.0, 9564.0, 9525.0, 9544.0, 9581.0, 9539.0, 9572.0, 9519.0, 9519.0, 9561.0, 9520.0, 9540.0, 9576.0, 9540.0, 9573.0, 9531.0, 9523.0, 9534.0, 9540.0, 9567.0, 9545.0, 9566.0, 9602.0, 9541.0, 9585.0, 9523.0, 9525.0, 9510.0, 9545.0, 9591.0, 9535.0, 9521.0, 9567.0, 9503.0, 9521.0, 9560.0, 9508.0, 9540.0, 9579.0, 9525.0, 9570.0, 9520.0, 9520.0, 9559.0, 9517.0, 9535.0, 9516.0, 9508.0, 9575.0, 9539.0, 9564.0, 9524.0, 9542.0, 9578.0, 9521.0, 9538.0, 9531.0, 9511.0, 9567.0, 9526.0, 9572.0, 9519.0, 9521.0, 9564.0, 9499.0, 9506.0, 9573.0, 9519.0, 9544.0, 9504.0, 9526.0, 9579.0, 9539.0, 9557.0, 9576.0, 9518.0, 9559.0, 9518.0, 9536.0, 9509.0, 9529.0, 9582.0, 9537.0, 9558.0, 9529.0, 9532.0, 9515.0, 9536.0, 9605.0, 9527.0, 9529.0, 9601.0, 9524.0, 9539.0, 9549.0, 9525.0, 9569.0, 9513.0, 9526.0, 9577.0, 9536.0, 9572.0, 9529.0, 9517.0, 9534.0, 9556.0, 9607.0, 9561.0, 9564.0, 9559.0, 9532.0, 9585.0, 9544.0, 9561.0, 9600.0, 9555.0, 9556.0, 9539.0, 9532.0, 9539.0, 9545.0, 9589.0, 9529.0, 9550.0, 9600.0, 9527.0, 9567.0, 9504.0, 9525.0, 9564.0, 9519.0, 9521.0, 9575.0, 9518.0, 9546.0, 9516.0, 9526.0, 9573.0, 9518.0, 9550.0, 9544.0, 9518.0, 9578.0, 9522.0, 9553.0, 9532.0, 9524.0, 9565.0, 9520.0, 9525.0, 9578.0, 9525.0, 9565.0, 9511.0, 9543.0, 9559.0, 9581.0, 9553.0, 9583.0, 9554.0, 9614.0, 9538.0, 9584.0, 9614.0, 9527.0, 9538.0, 9563.0, 9520.0, 9540.0, 9529.0, 9516.0, 9560.0, 9505.0, 9532.0, 9500.0, 9517.0, 9560.0, 9518.0, 9551.0, 9515.0, 9542.0, 9537.0, 9568.0, 9604.0, 9565.0, 9577.0, 9538.0, 9526.0, 9580.0, 9524.0, 9575.0, 9578.0, 9519.0, 9564.0, 9515.0, 9521.0, 9502.0, 9536.0, 9564.0, 9520.0, 9536.0, 9575.0, 9532.0, 9565.0, 9520.0, 9537.0, 9507.0, 9525.0, 9583.0, 9532.0, 9538.0, 9516.0, 9520.0, 9566.0, 9518.0, 9521.0, 9576.0, 9512.0, 9514.0, 9495.0, 9515.0, 9559.0, 9503.0, 9537.0, 9574.0, 9515.0, 9544.0, 9517.0, 9536.0, 9524.0, 9528.0, 9550.0, 9584.0, 9607.0, 9544.0, 9574.0, 9512.0, 9546.0, 9588.0, 9525.0, 9527.0, 9584.0, 9522.0, 9527.0, 9563.0, 9516.0, 9536.0, 9528.0, 9504.0, 9580.0, 9525.0, 9547.0, 9525.0, 9542.0, 9579.0, 9518.0, 9534.0, 9558.0, 9504.0, 9545.0, 9525.0, 9541.0, 9574.0, 9517.0, 9551.0, 9514.0, 9516.0, 9558.0, 9500.0, 9520.0, 9558.0, 9519.0, 9564.0, 9503.0, 9521.0, 9529.0, 9521.0, 9567.0, 9513.0, 9517.0, 9559.0, 9511.0, 9516.0, 9512.0, 9516.0, 9558.0, 9515.0, 9522.0, 9573.0, 9516.0, 9545.0, 9514.0, 9520.0, 9560.0, 9534.0, 9551.0, 9559.0, 9523.0, 9567.0, 9518.0, 9521.0, 9514.0, 9521.0, 9560.0, 9536.0, 9569.0, 9522.0, 9525.0, 9533.0, 9526.0, 9569.0, 9533.0, 9528.0, 9578.0, 9518.0, 9547.0, 9518.0, 9527.0, 9579.0, 9536.0, 9554.0, 9579.0, 9537.0, 9565.0, 9520.0, 9539.0, 9521.0, 9526.0, 9513.0, 9548.0, 9604.0, 9544.0, 9575.0, 9528.0, 9544.0, 9583.0, 9539.0, 9545.0, 9601.0, 9537.0, 9566.0, 9507.0, 9529.0, 9581.0, 9556.0, 9563.0, 9583.0, 9545.0, 9567.0, 9553.0, 9582.0, 9544.0, 9563.0, 9546.0, 9536.0, 9551.0, 9560.0, 9635.0, 9561.0, 9544.0, 9586.0, 9534.0, 9523.0, 9521.0, 9527.0, 9555.0, 9578.0, 9577.0, 9566.0, 9565.0, 9569.0, 9630.0, 9565.0, 9606.0, 9526.0, 9528.0, 9582.0, 9553.0, 9575.0, 9535.0, 9526.0, 9532.0, 9520.0, 9534.0, 9526.0, 9577.0, 9531.0, 9536.0, 9562.0, 9532.0, 9557.0, 9516.0, 9520.0, 9515.0, 9534.0, 9564.0, 9528.0, 9517.0, 9511.0, 9518.0, 9558.0, 9530.0, 9538.0, 9561.0, 9531.0, 9558.0, 9514.0, 9530.0, 9533.0, 9528.0, 9575.0, 9535.0, 9569.0, 9531.0, 9540.0, 9578.0, 9536.0, 9554.0, 9530.0, 9518.0, 9562.0, 9514.0, 9534.0, 9561.0, 9527.0, 9550.0, 9497.0, 9503.0, 9555.0, 9528.0, 9534.0, 9514.0, 9521.0, 9504.0, 9526.0, 9581.0, 9554.0, 9589.0, 9582.0, 9535.0, 9581.0, 9536.0, 9527.0, 9531.0, 9538.0, 9583.0, 9533.0, 9539.0, 9515.0, 9535.0, 9576.0, 9534.0, 9545.0, 9577.0, 9536.0, 9579.0, 9536.0, 9548.0, 9557.0, 9576.0, 9583.0, 9549.0, 9582.0, 9533.0, 9521.0, 9546.0, 9532.0, 9553.0, 9529.0, 9514.0, 9558.0, 9511.0, 9516.0, 9554.0, 9528.0, 9531.0, 9494.0, 9496.0, 9493.0, 9512.0, 9525.0, 9533.0, 9565.0, 9548.0, 9533.0, 9578.0, 9527.0, 9518.0, 9525.0, 9516.0, 9548.0, 9514.0, 9532.0, 9558.0, 9509.0, 9511.0, 9507.0, 9512.0, 9544.0, 9496.0, 9531.0, 9549.0, 9511.0, 9531.0, 9561.0, 9536.0, 9533.0, 9565.0, 9543.0, 9535.0, 9526.0, 9519.0, 9540.0, 9586.0, 9532.0, 9537.0, 9565.0, 9527.0, 9518.0, 9512.0, 9518.0, 9551.0, 9530.0, 9535.0, 9560.0, 9511.0, 9502.0, 9535.0, 9511.0, 9529.0, 9527.0, 9513.0, 9555.0, 9513.0, 9514.0, 9484.0, 9517.0, 9544.0, 9517.0, 9538.0, 9560.0, 9532.0, 9536.0, 9504.0, 9525.0, 9564.0, 9549.0, 9543.0, 9578.0, 9549.0, 9551.0, 9517.0, 9540.0, 9565.0, 9532.0, 9539.0, 9547.0, 9534.0, 9563.0, 9537.0, 9550.0, 9551.0, 9545.0, 9583.0, 9551.0, 9538.0, 9564.0, 9530.0, 9543.0, 9513.0, 9521.0, 9558.0, 9530.0, 9521.0, 9557.0, 9527.0, 9530.0, 9486.0, 9519.0, 9557.0, 9531.0, 9521.0, 9514.0, 9522.0, 9518.0, 9538.0, 9566.0, 9535.0, 9539.0, 9581.0, 9550.0, 9538.0, 9519.0, 9521.0, 9544.0, 9535.0, 9552.0, 9520.0, 9553.0, 9579.0, 9533.0, 9535.0, 9504.0, 9538.0, 9587.0, 9522.0, 9538.0, 9577.0, 9532.0, 9546.0, 9536.0, 9542.0, 9562.0, 9541.0, 9570.0, 9562.0, 9547.0, 9585.0, 9602.0, 9588.0, 9619.0, 9593.0, 9630.0, 9587.0, 9638.0, 9636.0, 9559.0, 9556.0, 9583.0, 9549.0, 9567.0, 9532.0, 9506.0, 9504.0, 9524.0, 9508.0, 9538.0, 9583.0, 9551.0, 9561.0, 9571.0, 9563.0, 9571.0, 9541.0, 9559.0, 9564.0, 9534.0, 9552.0, 9528.0, 9529.0, 9563.0, 9531.0, 9519.0, 9538.0, 9514.0, 9530.0, 9527.0, 9535.0, 9534.0, 9522.0, 9543.0, 9550.0, 9596.0, 9509.0, 9539.0, 9565.0, 9532.0, 9520.0, 9487.0, 9536.0, 9557.0, 9527.0, 9537.0, 9567.0, 9535.0, 9541.0, 9510.0, 9528.0, 9586.0, 9522.0, 9522.0, 9562.0, 9514.0, 9522.0, 9558.0, 9514.0, 9515.0, 9469.0, 9501.0, 9542.0, 9528.0, 9519.0, 9530.0, 9536.0, 9532.0, 9557.0, 9577.0, 9537.0, 9540.0, 9571.0, 9519.0, 9526.0, 9532.0, 9524.0, 9552.0, 9520.0, 9526.0, 9566.0, 9534.0, 9539.0, 9530.0, 9536.0, 9559.0, 9534.0, 9535.0, 9533.0, 9525.0, 9579.0, 9548.0, 9552.0, 9503.0, 9517.0, 9544.0, 9514.0, 9516.0, 9552.0, 9526.0, 9546.0, 9525.0, 9515.0, 9485.0, 9520.0, 9547.0, 9515.0, 9521.0, 9560.0, 9527.0, 9543.0, 9530.0, 9519.0, 9557.0, 9559.0, 9588.0, 9558.0, 9562.0, 9529.0, 9539.0, 9565.0, 9554.0, 9547.0, 9552.0, 9554.0, 9587.0, 9540.0, 9556.0, 9533.0, 9539.0, 9557.0, 9508.0, 9551.0, 9566.0, 9556.0, 9555.0, 9563.0, 9567.0, 9557.0, 9558.0, 9590.0, 9545.0, 9546.0, 9567.0, 9543.0, 9575.0, 9542.0, 9542.0, 9586.0, 9537.0, 9551.0, 9547.0, 9519.0, 9564.0, 9530.0, 9507.0, 9505.0, 9511.0, 9542.0, 9564.0, 9549.0, 9564.0, 9562.0, 9568.0, 9614.0, 9548.0, 9573.0, 9494.0, 9522.0, 9549.0, 9529.0, 9518.0, 9573.0, 9515.0, 9545.0, 9485.0, 9504.0, 9541.0, 9527.0, 9530.0, 9502.0, 9504.0, 9475.0, 9523.0, 9547.0, 9503.0, 9521.0, 9563.0, 9534.0, 9551.0, 9537.0, 9534.0, 9526.0, 9533.0, 9571.0, 9538.0, 9541.0, 9562.0, 9535.0, 9549.0, 9520.0, 9528.0, 9563.0, 9535.0, 9541.0, 9545.0, 9535.0, 9551.0, 9532.0, 9523.0, 9534.0, 9540.0, 9527.0, 9542.0, 9538.0, 9541.0, 9578.0, 9566.0, 9551.0, 9554.0, 9516.0, 9506.0, 9545.0, 9516.0, 9537.0, 9545.0, 9529.0, 9533.0, 9508.0, 9520.0, 9565.0, 9516.0, 9520.0, 9512.0, 9532.0, 9561.0, 9535.0, 9550.0, 9536.0, 9543.0, 9582.0, 9535.0, 9538.0, 9575.0, 9530.0, 9564.0, 9532.0, 9534.0, 9504.0, 9538.0, 9563.0, 9518.0, 9537.0, 9561.0, 9517.0, 9531.0, 9486.0, 9521.0, 9563.0, 9551.0, 9551.0, 9538.0, 9566.0, 9541.0, 9557.0, 9561.0, 9564.0, 9591.0, 9554.0, 9562.0, 9542.0, 9543.0, 9556.0, 9537.0, 9561.0, 9584.0, 9537.0, 9550.0, 9518.0, 9528.0, 9564.0, 9534.0, 9543.0, 9566.0, 9540.0, 9533.0, 9489.0, 9522.0, 9546.0, 9549.0, 9552.0, 9520.0, 9523.0, 9508.0, 9548.0, 9585.0, 9542.0, 9574.0, 9582.0, 9536.0, 9549.0, 9519.0, 9524.0, 9530.0, 9536.0, 9566.0, 9533.0, 9560.0, 9547.0, 9516.0, 9530.0, 9527.0, 9533.0, 9529.0, 9532.0, 9515.0, 9535.0, 9565.0, 9522.0, 9541.0, 9579.0, 9532.0, 9534.0, 9504.0, 9521.0, 9561.0, 9533.0, 9539.0, 9545.0, 9532.0, 9545.0, 9520.0, 9520.0, 9536.0, 9540.0, 9534.0, 9578.0, 9548.0, 9535.0, 9545.0, 9564.0, 9552.0, 9576.0, 9548.0, 9579.0, 9605.0, 9539.0, 9557.0, 9519.0, 9507.0, 9500.0, 9507.0, 9564.0, 9532.0, 9520.0, 9543.0, 9514.0, 9543.0, 9516.0, 9507.0, 9540.0, 9530.0, 9548.0, 9531.0, 9550.0, 9524.0, 9541.0, 9561.0, 9554.0, 9589.0, 9559.0, 9560.0, 9570.0, 9540.0, 9550.0, 9523.0, 9524.0, 9564.0, 9534.0, 9538.0, 9531.0, 9520.0, 9547.0, 9519.0, 9523.0, 9506.0, 9553.0, 9578.0, 9543.0, 9566.0, 9558.0, 9578.0, 9552.0, 9557.0, 9591.0, 9537.0, 9527.0, 9553.0, 9539.0, 9560.0, 9505.0, 9520.0, 9568.0, 9519.0, 9520.0, 9561.0, 9520.0, 9531.0, 9503.0, 9506.0, 9559.0, 9535.0, 9548.0, 9534.0, 9548.0, 9537.0, 9546.0, 9571.0, 9550.0, 9556.0, 9544.0, 9534.0, 9561.0, 9523.0, 9554.0, 9532.0, 9542.0, 9566.0, 9515.0, 9520.0, 9487.0, 9521.0, 9547.0, 9519.0, 9539.0, 9565.0, 9535.0, 9549.0, 9516.0, 9522.0, 9564.0, 9553.0, 9572.0, 9541.0, 9552.0, 9558.0, 9547.0, 9584.0, 9553.0, 9562.0, 9530.0, 9547.0, 9565.0, 9538.0, 9554.0, 9530.0, 9539.0, 9568.0, 9530.0, 9532.0, 9500.0, 9518.0, 9506.0, 9539.0, 9574.0, 9536.0, 9534.0, 9562.0, 9532.0, 9529.0, 9515.0, 9507.0, 9563.0, 9534.0, 9533.0, 9514.0, 9518.0, 9544.0, 9514.0, 9521.0, 9547.0, 9534.0, 9547.0, 9514.0, 9520.0, 9500.0, 9518.0, 9546.0, 9551.0, 9541.0, 9521.0, 9541.0, 9524.0, 9545.0, 9514.0, 9560.0, 9597.0, 9542.0, 9555.0, 9572.0, 9538.0, 9525.0, 9506.0, 9523.0, 9566.0, 9533.0, 9533.0, 9562.0, 9514.0, 9527.0, 9481.0, 9518.0, 9528.0, 9525.0, 9530.0, 9511.0, 9514.0, 9475.0, 9523.0, 9565.0, 9555.0, 9562.0, 9584.0, 9554.0, 9572.0, 9520.0, 9525.0, 9507.0, 9538.0, 9574.0, 9504.0, 9522.0, 9566.0, 9512.0, 9518.0, 9576.0, 9522.0, 9564.0, 9533.0, 9545.0, 9541.0, 9495.0, 9531.0, 9573.0, 9596.0, 9594.0, 9632.0, 9645.0, 9544.0, 9508.0, 9557.0, 9498.0, 9516.0, 9541.0, 9496.0, 9523.0, 9490.0, 9494.0, 9532.0, 9472.0, 9505.0, 9510.0, 9471.0, 9498.0, 9465.0, 9483.0, 9464.0, 9485.0, 9481.0, 9488.0, 9504.0, 9501.0, 9497.0, 9518.0, 9501.0, 9537.0, 9497.0, 9525.0, 9498.0, 9517.0, 9540.0, 9508.0, 9514.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.0007074146341463415</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03096950243902439</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.92727940658936</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2032229346552756</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9741507175655891</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4774</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5862.5435</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1067842509668479</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>107</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.524390243902439</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.463037322068136</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.347641307664233</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.707233662727247</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3342369958129283</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00587616</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008764784783124924</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03138815611600876</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1640</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.001894688109398</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>24.141</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2286</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.8775</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300270.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>837.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.8337</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6691</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>529.6207</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3530.9891</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3715.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76274.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1267.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4604.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.3042</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.234188051428646</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> |