=== 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-0122 --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-0122",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
171 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
171 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-0122_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-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0122/figures/sub-0122_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-0122/figures/sub-0122_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122/ses-03/func/sub-0122_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>dcf1480b47302ac213f2a16b0a612824</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>18:02:33.290000</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.995305, 0.0364979, -0.0896407, -0.04363, 0.995924, -0.0789379]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0813155</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>[4198, -7741, -7190, 434, -181, 128, 19, 41]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.454</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8b46edd6-7673-4cce-be4c-81bbe655816a||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.6703310012817383, -0.11705609411001205, -0.2332644760608673, 117.92559814453125], [-0.09792111814022064, 2.671992063522339, -0.22269153594970703, -98.98453521728516], [-0.240499347448349, 0.21178466081619263, 2.680670976638794, -63.01948928833008], [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': ['180233.290000', '180233.750000', '180234.210000', '180234.670000', '180235.130000', '180235.590000', '180236.050000', '180236.510000', '180236.970000', '180237.430000', '180237.890000', '180238.350000', '180238.810000', '180239.270000', '180239.730000', '180240.190000', '180240.650000', '180241.110000', '180241.570000', '180242.030000', '180242.490000', '180242.950000', '180243.410000', '180243.870000', '180244.330000', '180244.790000', '180245.250000', '180245.710000', '180246.170000', '180246.630000', '180247.090000', '180247.550000', '180248.010000', '180248.470000', '180248.930000', '180249.390000', '180249.850000', '180250.310000', '180250.770000', '180251.230000', '180251.690000', '180252.150000', '180252.610000', '180253.070000', '180253.530000', '180253.990000', '180254.450000', '180254.910000', '180255.370000', '180255.830000', '180256.290000', '180256.750000', '180257.210000', '180257.670000', '180258.130000', '180258.590000', '180259.050000', '180259.510000', '180259.970000', '180300.430000', '180300.890000', '180301.350000', '180301.810000', '180302.270000', '180302.730000', '180303.190000', '180303.650000', '180304.110000', '180304.570000', '180305.030000', '180305.490000', '180305.950000', '180306.410000', '180306.870000', '180307.330000', '180307.790000', '180308.250000', '180308.710000', '180309.170000', '180309.630000', '180310.090000', '180310.550000', '180311.010000', '180311.470000', '180311.930000', '180312.390000', '180312.850000', '180313.310000', '180313.770000', '180314.230000', '180314.690000', '180315.150000', '180315.610000', '180316.070000', '180316.530000', '180316.990000', '180317.450000', '180317.910000', '180318.370000', '180318.830000', '180319.290000', '180319.750000', '180320.210000', '180320.670000', '180321.130000', '180321.590000', '180322.050000', '180322.510000', '180322.970000', '180323.430000', '180323.890000', '180324.350000', '180324.810000', '180325.270000', '180325.730000', '180326.190000', '180326.650000', '180327.110000', '180327.570000', '180328.030000', '180328.490000', '180328.950000', '180329.410000', '180329.870000', '180330.330000', '180330.790000', '180331.250000', '180331.710000', '180332.170000', '180332.630000', '180333.090000', '180333.550000', '180334.010000', '180334.470000', '180334.930000', '180335.390000', '180335.850000', '180336.310000', '180336.770000', '180337.230000', '180337.690000', '180338.150000', '180338.610000', '180339.070000', '180339.530000', '180339.990000', '180340.450000', '180340.910000', '180341.370000', '180341.830000', '180342.290000', '180342.750000', '180343.210000', '180343.670000', '180344.130000', '180344.590000', '180345.050000', '180345.510000', '180345.970000', '180346.430000', '180346.890000', '180347.350000', '180347.810000', '180348.270000', '180348.730000', '180349.190000', '180349.650000', '180350.110000', '180350.570000', '180351.030000', '180351.490000', '180351.950000', '180352.410000', '180352.870000', '180353.330000', '180353.790000', '180354.250000', '180354.710000', '180355.170000', '180355.630000', '180356.090000', '180356.550000', '180357.010000', '180357.470000', '180357.930000', '180358.390000', '180358.850000', '180359.310000', '180359.770000', '180400.230000', '180400.690000', '180401.150000', '180401.610000', '180402.070000', '180402.530000', '180402.990000', '180403.450000', '180403.910000', '180404.370000', '180404.830000', '180405.290000', '180405.750000', '180406.210000', '180406.670000', '180407.130000', '180407.590000', '180408.050000', '180408.510000', '180408.970000', '180409.430000', '180409.890000', '180410.350000', '180410.810000', '180411.270000', '180411.730000', '180412.190000', '180412.650000', '180413.110000', '180413.570000', '180414.030000', '180414.490000', '180414.950000', '180415.410000', '180415.870000', '180416.330000', '180416.790000', '180417.250000', '180417.710000', '180418.170000', '180418.630000', '180419.090000', '180419.550000', '180420.010000', '180420.470000', '180420.930000', '180421.390000', '180421.850000', '180422.310000', '180422.770000', '180423.230000', '180423.690000', '180424.150000', '180424.610000', '180425.070000', '180425.530000', '180425.990000', '180426.450000', '180426.910000', '180427.370000', '180427.830000', '180428.290000', '180428.750000', '180429.210000', '180429.670000', '180430.130000', '180430.590000', '180431.050000', '180431.510000', '180431.970000', '180432.430000', '180432.890000', '180433.350000', '180433.810000', '180434.270000', '180434.730000', '180435.190000', '180435.650000', '180436.110000', '180436.570000', '180437.030000', '180437.490000', '180437.950000', '180438.410000', '180438.870000', '180439.330000', '180439.790000', '180440.250000', '180440.710000', '180441.170000', '180441.630000', '180442.090000', '180442.550000', '180443.010000', '180443.470000', '180443.930000', '180444.390000', '180444.850000', '180445.310000', '180445.770000', '180446.230000', '180446.690000', '180447.150000', '180447.610000', '180448.070000', '180448.530000', '180448.990000', '180449.450000', '180449.910000', '180450.370000', '180450.830000', '180451.290000', '180451.750000', '180452.210000', '180452.670000', '180453.130000', '180453.590000', '180454.050000', '180454.510000', '180454.970000', '180455.430000', '180455.890000', '180456.350000', '180456.810000', '180457.270000', '180457.730000', '180458.190000', '180458.650000', '180459.110000', '180459.570000', '180500.030000', '180500.490000', '180500.950000', '180501.410000', '180501.870000', '180502.330000', '180502.790000', '180503.250000', '180503.710000', '180504.170000', '180504.630000', '180505.090000', '180505.550000', '180506.010000', '180506.470000', '180506.930000', '180507.390000', '180507.850000', '180508.310000', '180508.770000', '180509.230000', '180509.690000', '180510.150000', '180510.610000', '180511.070000', '180511.530000', '180511.990000', '180512.450000', '180512.910000', '180513.370000', '180513.830000', '180514.290000', '180514.750000', '180515.210000', '180515.670000', '180516.130000', '180516.590000', '180517.050000', '180517.510000', '180517.970000', '180518.430000', '180518.890000', '180519.350000', '180519.810000', '180520.270000', '180520.730000', '180521.190000', '180521.650000', '180522.110000', '180522.570000', '180523.030000', '180523.490000', '180523.950000', '180524.410000', '180524.870000', '180525.330000', '180525.790000', '180526.250000', '180526.710000', '180527.170000', '180527.630000', '180528.090000', '180528.550000', '180529.010000', '180529.470000', '180529.930000', '180530.390000', '180530.850000', '180531.310000', '180531.770000', '180532.230000', '180532.690000', '180533.150000', '180533.610000', '180534.070000', '180534.530000', '180534.990000', '180535.450000', '180535.910000', '180536.370000', '180536.830000', '180537.290000', '180537.750000', '180538.210000', '180538.670000', '180539.130000', '180539.590000', '180540.050000', '180540.510000', '180540.970000', '180541.430000', '180541.890000', '180542.350000', '180542.810000', '180543.270000', '180543.730000', '180544.190000', '180544.650000', '180545.110000', '180545.570000', '180546.030000', '180546.490000', '180546.950000', '180547.410000', '180547.870000', '180548.330000', '180548.790000', '180549.250000', '180549.710000', '180550.170000', '180550.630000', '180551.090000', '180551.550000', '180552.010000', '180552.470000', '180552.930000', '180553.390000', '180553.850000', '180554.310000', '180554.770000', '180555.230000', '180555.690000', '180556.150000', '180556.610000', '180557.070000', '180557.530000', '180557.990000', '180558.450000', '180558.910000', '180559.370000', '180559.830000', '180600.290000', '180600.750000', '180601.210000', '180601.670000', '180602.130000', '180602.590000', '180603.050000', '180603.510000', '180603.970000', '180604.430000', '180604.890000', '180605.350000', '180605.810000', '180606.270000', '180606.730000', '180607.190000', '180607.650000', '180608.110000', '180608.570000', '180609.030000', '180609.490000', '180609.950000', '180610.410000', '180610.870000', '180611.330000', '180611.790000', '180612.250000', '180612.710000', '180613.170000', '180613.630000', '180614.090000', '180614.550000', '180615.010000', '180615.470000', '180615.930000', '180616.390000', '180616.850000', '180617.310000', '180617.770000', '180618.230000', '180618.690000', '180619.150000', '180619.610000', '180620.070000', '180620.530000', '180620.990000', '180621.450000', '180621.910000', '180622.370000', '180622.830000', '180623.290000', '180623.750000', '180624.210000', '180624.670000', '180625.130000', '180625.590000', '180626.050000', '180626.510000', '180626.970000', '180627.430000', '180627.890000', '180628.350000', '180628.810000', '180629.270000', '180629.730000', '180630.190000', '180630.650000', '180631.110000', '180631.570000', '180632.030000', '180632.490000', '180632.950000', '180633.410000', '180633.870000', '180634.330000', '180634.790000', '180635.250000', '180635.710000', '180636.170000', '180636.630000', '180637.090000', '180637.550000', '180638.010000', '180638.470000', '180638.930000', '180639.390000', '180639.850000', '180640.310000', '180640.770000', '180641.230000', '180641.690000', '180642.150000', '180642.610000', '180643.070000', '180643.530000', '180643.990000', '180644.450000', '180644.910000', '180645.370000', '180645.830000', '180646.290000', '180646.750000', '180647.210000', '180647.670000', '180648.130000', '180648.590000', '180649.050000', '180649.510000', '180649.970000', '180650.430000', '180650.890000', '180651.350000', '180651.810000', '180652.270000', '180652.730000', '180653.190000', '180653.650000', '180654.110000', '180654.570000', '180655.030000', '180655.490000', '180655.950000', '180656.410000', '180656.870000', '180657.330000', '180657.790000', '180658.250000', '180658.710000', '180659.170000', '180659.630000', '180700.090000', '180700.550000', '180701.010000', '180701.470000', '180701.930000', '180702.390000', '180702.850000', '180703.310000', '180703.770000', '180704.230000', '180704.690000', '180705.150000', '180705.610000', '180706.070000', '180706.530000', '180706.990000', '180707.450000', '180707.910000', '180708.370000', '180708.830000', '180709.290000', '180709.750000', '180710.210000', '180710.670000', '180711.130000', '180711.590000', '180712.050000', '180712.510000', '180712.970000', '180713.430000', '180713.890000', '180714.350000', '180714.810000', '180715.270000', '180715.730000', '180716.190000', '180716.650000', '180717.110000', '180717.570000', '180718.030000', '180718.490000', '180718.950000', '180719.410000', '180719.870000', '180720.330000', '180720.790000', '180721.250000', '180721.710000', '180722.170000', '180722.630000', '180723.090000', '180723.550000', '180724.010000', '180724.470000', '180724.930000', '180725.390000', '180725.850000', '180726.310000', '180726.770000', '180727.230000', '180727.690000', '180728.150000', '180728.610000', '180729.070000', '180729.530000', '180729.990000', '180730.450000', '180730.910000', '180731.370000', '180731.830000', '180732.290000', '180732.750000', '180733.210000', '180733.670000', '180734.130000', '180734.590000', '180735.050000', '180735.510000', '180735.970000', '180736.430000', '180736.890000', '180737.350000', '180737.810000', '180738.270000', '180738.730000', '180739.190000', '180739.650000', '180740.110000', '180740.570000', '180741.030000', '180741.490000', '180741.950000', '180742.410000', '180742.870000', '180743.330000', '180743.790000', '180744.250000', '180744.710000', '180745.170000', '180745.630000', '180746.090000', '180746.550000', '180747.010000', '180747.470000', '180747.930000', '180748.390000', '180748.850000', '180749.310000', '180749.770000', '180750.230000', '180750.690000', '180751.150000', '180751.610000', '180752.070000', '180752.530000', '180752.990000', '180753.450000', '180753.910000', '180754.370000', '180754.830000', '180755.290000', '180755.750000', '180756.210000', '180756.670000', '180757.130000', '180757.590000', '180758.050000', '180758.510000', '180758.970000', '180759.430000', '180759.890000', '180800.350000', '180800.810000', '180801.270000', '180801.730000', '180802.190000', '180802.650000', '180803.110000', '180803.570000', '180804.030000', '180804.490000', '180804.950000', '180805.410000', '180805.870000', '180806.330000', '180806.790000', '180807.250000', '180807.710000', '180808.170000', '180808.630000', '180809.090000', '180809.550000', '180810.010000', '180810.470000', '180810.930000', '180811.390000', '180811.850000', '180812.310000', '180812.770000', '180813.230000', '180813.690000', '180814.150000', '180814.610000', '180815.070000', '180815.530000', '180815.990000', '180816.450000', '180816.910000', '180817.370000', '180817.830000', '180818.290000', '180818.750000', '180819.210000', '180819.670000', '180820.130000', '180820.590000', '180821.050000', '180821.510000', '180821.970000', '180822.430000', '180822.890000', '180823.350000', '180823.810000', '180824.270000', '180824.730000', '180825.190000', '180825.650000', '180826.110000', '180826.570000', '180827.030000', '180827.490000', '180827.950000', '180828.410000', '180828.870000', '180829.330000', '180829.790000', '180830.250000', '180830.710000', '180831.170000', '180831.630000', '180832.090000', '180832.550000', '180833.010000', '180833.470000', '180833.930000', '180834.390000', '180834.850000', '180835.310000', '180835.770000', '180836.230000', '180836.690000', '180837.150000', '180837.610000', '180838.070000', '180838.530000', '180838.990000', '180839.450000', '180839.910000', '180840.370000', '180840.830000', '180841.290000', '180841.750000', '180842.210000', '180842.670000', '180843.130000', '180843.590000', '180844.050000', '180844.510000', '180844.970000', '180845.430000', '180845.890000', '180846.350000', '180846.810000', '180847.270000', '180847.730000', '180848.190000', '180848.650000', '180849.110000', '180849.570000', '180850.030000', '180850.490000', '180850.950000', '180851.410000', '180851.870000', '180852.330000', '180852.790000', '180853.250000', '180853.710000', '180854.170000', '180854.630000', '180855.090000', '180855.550000', '180856.010000', '180856.470000', '180856.930000', '180857.390000', '180857.850000', '180858.310000', '180858.770000', '180859.230000', '180859.690000', '180900.150000', '180900.610000', '180901.070000', '180901.530000', '180901.990000', '180902.450000', '180902.910000', '180903.370000', '180903.830000', '180904.290000', '180904.750000', '180905.210000', '180905.670000', '180906.130000', '180906.590000', '180907.050000', '180907.510000', '180907.970000', '180908.430000', '180908.890000', '180909.350000', '180909.810000', '180910.270000', '180910.730000', '180911.190000', '180911.650000', '180912.110000', '180912.570000', '180913.030000', '180913.490000', '180913.950000', '180914.410000', '180914.870000', '180915.330000', '180915.790000', '180916.250000', '180916.710000', '180917.170000', '180917.630000', '180918.090000', '180918.550000', '180919.010000', '180919.470000', '180919.930000', '180920.390000', '180920.850000', '180921.310000', '180921.770000', '180922.230000', '180922.690000', '180923.150000', '180923.610000', '180924.070000', '180924.530000', '180924.990000', '180925.450000', '180925.910000', '180926.370000', '180926.830000', '180927.290000', '180927.750000', '180928.210000', '180928.670000', '180929.130000', '180929.590000', '180930.050000', '180930.510000', '180930.970000', '180931.430000', '180931.890000', '180932.350000', '180932.810000', '180933.270000', '180933.730000', '180934.190000', '180934.650000', '180935.110000', '180935.570000', '180936.030000', '180936.490000', '180936.950000', '180937.410000', '180937.870000', '180938.330000', '180938.790000', '180939.250000', '180939.710000', '180940.170000', '180940.630000', '180941.090000', '180941.550000', '180942.010000', '180942.470000', '180942.930000', '180943.390000', '180943.850000', '180944.310000', '180944.770000', '180945.230000', '180945.690000', '180946.150000', '180946.610000', '180947.070000', '180947.530000', '180947.990000', '180948.450000', '180948.910000', '180949.370000', '180949.830000', '180950.290000', '180950.750000', '180951.210000', '180951.670000', '180952.130000', '180952.590000', '180953.050000', '180953.510000', '180953.970000', '180954.430000', '180954.890000', '180955.350000', '180955.810000', '180956.270000', '180956.730000', '180957.190000', '180957.650000', '180958.110000', '180958.570000', '180959.030000', '180959.490000', '180959.950000', '181000.410000', '181000.870000', '181001.330000', '181001.790000', '181002.250000', '181002.710000', '181003.170000', '181003.630000', '181004.090000', '181004.550000', '181005.010000', '181005.470000', '181005.930000', '181006.390000', '181006.850000', '181007.310000', '181007.770000', '181008.230000', '181008.690000', '181009.150000', '181009.610000', '181010.070000', '181010.530000', '181010.990000', '181011.450000', '181011.910000', '181012.370000', '181012.830000', '181013.290000', '181013.750000', '181014.210000', '181014.670000', '181015.130000', '181015.590000', '181016.050000', '181016.510000', '181016.970000', '181017.430000', '181017.890000', '181018.350000', '181018.810000', '181019.270000', '181019.730000', '181020.190000', '181020.650000', '181021.110000', '181021.570000', '181022.030000', '181022.490000', '181022.950000', '181023.410000', '181023.870000', '181024.330000', '181024.790000', '181025.250000', '181025.710000', '181026.170000', '181026.630000', '181027.090000', '181027.550000', '181028.010000', '181028.470000', '181028.930000', '181029.390000', '181029.850000', '181030.310000', '181030.770000', '181031.230000', '181031.690000', '181032.150000', '181032.610000', '181033.070000', '181033.530000', '181033.990000', '181034.450000', '181034.910000', '181035.370000', '181035.830000', '181036.290000', '181036.750000', '181037.210000', '181037.670000', '181038.130000', '181038.590000', '181039.050000', '181039.510000', '181039.970000', '181040.430000', '181040.890000', '181041.350000', '181041.810000', '181042.270000', '181042.730000', '181043.190000', '181043.650000', '181044.110000', '181044.570000', '181045.030000', '181045.490000', '181045.950000', '181046.410000', '181046.870000', '181047.330000', '181047.790000', '181048.250000', '181048.710000', '181049.170000', '181049.630000', '181050.090000', '181050.550000', '181051.010000', '181051.470000', '181051.930000', '181052.390000', '181052.850000', '181053.310000', '181053.770000', '181054.230000', '181054.690000', '181055.150000', '181055.610000', '181056.070000', '181056.530000', '181056.990000', '181057.450000', '181057.910000', '181058.370000', '181058.830000', '181059.290000', '181059.750000', '181100.210000', '181100.670000', '181101.130000', '181101.590000', '181102.050000', '181102.510000', '181102.970000', '181103.430000', '181103.890000', '181104.350000', '181104.810000', '181105.270000', '181105.730000', '181106.190000', '181106.650000', '181107.110000', '181107.570000', '181108.030000', '181108.490000', '181108.950000', '181109.410000', '181109.870000', '181110.330000', '181110.790000', '181111.250000', '181111.710000', '181112.170000', '181112.630000', '181113.090000', '181113.550000', '181114.010000', '181114.470000', '181114.930000', '181115.390000', '181115.850000', '181116.310000', '181116.770000', '181117.230000', '181117.690000', '181118.150000', '181118.610000', '181119.070000', '181119.530000', '181119.990000', '181120.450000', '181120.910000', '181121.370000', '181121.830000', '181122.290000', '181122.750000', '181123.210000', '181123.670000', '181124.130000', '181124.590000', '181125.050000', '181125.510000', '181125.970000', '181126.430000', '181126.890000', '181127.350000', '181127.810000', '181128.270000', '181128.730000', '181129.190000', '181129.650000', '181130.110000', '181130.570000', '181131.030000', '181131.490000', '181131.950000', '181132.410000', '181132.870000', '181133.330000', '181133.790000', '181134.250000', '181134.710000', '181135.170000', '181135.630000', '181136.090000', '181136.550000', '181137.010000', '181137.470000', '181137.930000', '181138.390000', '181138.850000', '181139.310000', '181139.770000', '181140.230000', '181140.690000', '181141.150000', '181141.610000', '181142.070000', '181142.530000', '181142.990000', '181143.450000', '181143.910000', '181144.370000', '181144.830000', '181145.290000', '181145.750000', '181146.210000', '181146.670000', '181147.130000', '181147.590000', '181148.050000', '181148.510000', '181148.970000', '181149.430000', '181149.890000', '181150.350000', '181150.810000', '181151.270000', '181151.730000', '181152.190000', '181152.650000', '181153.110000', '181153.570000', '181154.030000', '181154.490000', '181154.950000', '181155.410000', '181155.870000', '181156.330000', '181156.790000', '181157.250000', '181157.710000', '181158.170000', '181158.630000', '181159.090000', '181159.550000', '181200.010000', '181200.470000', '181200.930000', '181201.390000', '181201.850000', '181202.310000', '181202.770000', '181203.230000', '181203.690000', '181204.150000', '181204.610000', '181205.070000', '181205.530000', '181205.990000', '181206.450000', '181206.910000', '181207.370000', '181207.830000', '181208.290000', '181208.750000', '181209.210000', '181209.670000', '181210.130000', '181210.590000', '181211.050000', '181211.510000', '181211.970000', '181212.430000', '181212.890000', '181213.350000', '181213.810000', '181214.270000', '181214.730000', '181215.190000', '181215.650000', '181216.110000', '181216.570000', '181217.030000', '181217.490000', '181217.950000', '181218.410000', '181218.870000', '181219.330000', '181219.790000', '181220.250000', '181220.710000', '181221.170000', '181221.630000', '181222.090000', '181222.550000', '181223.010000', '181223.470000', '181223.930000', '181224.390000', '181224.850000', '181225.310000', '181225.770000', '181226.230000', '181226.690000', '181227.150000', '181227.610000', '181228.070000', '181228.530000', '181228.990000', '181229.450000', '181229.910000', '181230.370000', '181230.830000', '181231.290000', '181231.750000', '181232.210000', '181232.670000', '181233.130000', '181233.590000', '181234.050000', '181234.510000', '181234.970000', '181235.430000', '181235.890000', '181236.350000', '181236.810000', '181237.270000', '181237.730000', '181238.190000', '181238.650000', '181239.110000', '181239.570000', '181240.030000', '181240.490000', '181240.950000', '181241.410000', '181241.870000', '181242.330000', '181242.790000', '181243.250000', '181243.710000', '181244.170000', '181244.630000', '181245.090000', '181245.550000', '181246.010000', '181246.470000', '181246.930000', '181247.390000', '181247.850000', '181248.310000', '181248.770000', '181249.230000', '181249.690000', '181250.150000', '181250.610000', '181251.070000', '181251.530000', '181251.990000', '181252.450000', '181252.910000', '181253.370000', '181253.830000', '181254.290000', '181254.750000', '181255.210000', '181255.670000', '181256.130000', '181256.590000', '181257.050000', '181257.510000', '181257.970000', '181258.430000', '181258.890000', '181259.350000', '181259.810000', '181300.270000', '181300.730000', '181301.190000', '181301.650000', '181302.110000', '181302.570000', '181303.030000', '181303.490000', '181303.950000', '181304.410000', '181304.870000', '181305.330000', '181305.790000', '181306.250000', '181306.710000', '181307.170000', '181307.630000', '181308.090000', '181308.550000', '181309.010000', '181309.470000', '181309.930000', '181310.390000', '181310.850000', '181311.310000', '181311.770000', '181312.230000', '181312.690000', '181313.150000', '181313.610000', '181314.070000', '181314.530000', '181314.990000', '181315.450000', '181315.910000', '181316.370000', '181316.830000', '181317.290000', '181317.750000', '181318.210000', '181318.670000', '181319.130000', '181319.590000', '181320.050000', '181320.510000', '181320.970000', '181321.430000', '181321.890000', '181322.350000', '181322.810000', '181323.270000', '181323.730000', '181324.190000', '181324.650000', '181325.110000', '181325.570000', '181326.030000', '181326.490000', '181326.950000', '181327.410000', '181327.870000', '181328.330000', '181328.790000', '181329.250000', '181329.710000', '181330.170000', '181330.630000', '181331.090000', '181331.550000', '181332.010000', '181332.470000', '181332.930000', '181333.390000', '181333.850000', '181334.310000', '181334.770000', '181335.230000', '181335.690000', '181336.150000', '181336.610000', '181337.070000', '181337.530000', '181337.990000', '181338.450000', '181338.910000', '181339.370000', '181339.830000', '181340.290000', '181340.750000', '181341.210000', '181341.670000', '181342.130000', '181342.590000', '181343.050000', '181343.510000', '181343.970000', '181344.430000', '181344.890000', '181345.350000', '181345.810000', '181346.270000', '181346.730000', '181347.190000', '181347.650000', '181348.110000', '181348.570000', '181349.030000', '181349.490000', '181349.950000', '181350.410000', '181350.870000', '181351.330000', '181351.790000', '181352.250000', '181352.710000', '181353.170000', '181353.630000', '181354.090000', '181354.550000', '181355.010000', '181355.470000', '181355.930000', '181356.390000', '181356.850000', '181357.310000', '181357.770000', '181358.230000', '181358.690000', '181359.150000', '181359.610000', '181400.070000', '181400.530000', '181400.990000', '181401.450000', '181401.910000', '181402.370000', '181402.830000', '181403.290000', '181403.750000', '181404.210000', '181404.670000', '181405.130000', '181405.590000', '181406.050000', '181406.510000', '181406.970000', '181407.430000', '181407.890000', '181408.350000', '181408.810000', '181409.270000', '181409.730000', '181410.190000', '181410.650000', '181411.110000', '181411.570000', '181412.030000', '181412.490000', '181412.950000', '181413.410000', '181413.870000', '181414.330000', '181414.790000', '181415.250000', '181415.710000', '181416.170000', '181416.630000', '181417.090000', '181417.550000', '181418.010000', '181418.470000', '181418.930000', '181419.390000', '181419.850000', '181420.310000', '181420.770000', '181421.230000', '181421.690000', '181422.150000', '181422.610000', '181423.070000', '181423.530000', '181423.990000', '181424.450000', '181424.910000', '181425.370000', '181425.830000', '181426.290000', '181426.750000', '181427.210000', '181427.670000', '181428.130000', '181428.590000', '181429.050000', '181429.510000', '181429.970000', '181430.430000', '181430.890000', '181431.350000', '181431.810000', '181432.270000', '181432.730000', '181433.190000', '181433.650000', '181434.110000', '181434.570000', '181435.030000', '181435.490000', '181435.950000', '181436.410000', '181436.870000', '181437.330000', '181437.790000', '181438.250000', '181438.710000', '181439.170000', '181439.630000', '181440.090000', '181440.550000', '181441.010000', '181441.470000', '181441.930000', '181442.390000', '181442.850000', '181443.310000', '181443.770000', '181444.230000', '181444.690000', '181445.150000', '181445.610000', '181446.070000', '181446.530000', '181446.990000', '181447.450000', '181447.910000', '181448.370000', '181448.830000', '181449.290000', '181449.750000', '181450.210000', '181450.670000', '181451.130000', '181451.590000', '181452.050000', '181452.510000', '181452.970000', '181453.430000', '181453.890000', '181454.350000', '181454.810000', '181455.270000', '181455.730000', '181456.190000', '181456.650000', '181457.110000', '181457.570000', '181458.030000', '181458.490000', '181458.950000', '181459.410000', '181459.870000', '181500.330000', '181500.790000', '181501.250000', '181501.710000', '181502.170000', '181502.630000', '181503.090000', '181503.550000', '181504.010000', '181504.470000', '181504.930000', '181505.390000', '181505.850000', '181506.310000', '181506.770000', '181507.230000'], 'ContentTime': ['180256.815000', '180256.818000', '180256.821000', '180256.823000', '180256.826000', '180256.828000', '180256.831000', '180256.833000', '180256.843000', '180256.845000', '180256.848000', '180256.850000', '180256.853000', '180256.856000', '180256.858000', '180256.861000', '180256.863000', '180256.866000', '180256.869000', '180256.871000', '180256.874000', '180256.877000', '180256.880000', '180256.882000', '180256.885000', '180256.888000', '180256.890000', '180256.893000', '180256.895000', '180256.898000', '180256.900000', '180256.903000', '180256.905000', '180256.908000', '180256.913000', '180256.917000', '180256.920000', '180256.922000', '180256.925000', '180256.927000', '180256.930000', '180256.932000', '180256.935000', '180256.937000', '180256.940000', '180256.942000', '180256.945000', '180256.947000', '180256.950000', '180316.739000', '180316.742000', '180316.745000', '180316.747000', '180316.750000', '180316.752000', '180316.755000', '180316.758000', '180316.760000', '180316.763000', '180316.765000', '180316.768000', '180316.770000', '180316.773000', '180316.775000', '180316.778000', '180316.780000', '180316.783000', '180316.786000', '180316.788000', '180316.791000', '180316.793000', '180316.796000', '180316.798000', '180316.840000', '180316.842000', '180316.845000', '180316.848000', '180316.850000', '180316.853000', '180316.855000', '180316.858000', '180316.861000', '180316.863000', '180316.866000', '180316.868000', '180316.871000', '180316.873000', '180316.876000', '180316.878000', '180316.881000', '180316.884000', '180316.886000', '180316.889000', '180336.740000', '180336.742000', '180336.745000', '180336.753000', '180336.755000', '180336.758000', '180336.761000', '180336.763000', '180336.766000', '180336.768000', '180336.771000', '180336.773000', '180336.776000', '180336.778000', '180336.781000', '180336.784000', '180336.786000', '180336.789000', '180336.791000', '180336.794000', '180336.796000', '180336.799000', '180336.802000', '180336.804000', '180336.807000', '180336.809000', '180336.812000', '180336.814000', '180336.817000', '180336.819000', '180336.822000', '180336.824000', '180336.827000', '180336.830000', '180336.832000', '180336.835000', '180336.837000', '180336.840000', '180336.842000', '180336.845000', '180336.847000', '180336.850000', '180336.853000', '180356.740000', '180356.742000', '180356.745000', '180356.747000', '180356.750000', '180356.753000', '180356.755000', '180356.758000', '180356.760000', '180356.763000', '180356.765000', '180356.768000', '180356.771000', '180356.776000', '180356.778000', '180356.781000', '180356.783000', '180356.786000', '180356.788000', '180356.791000', '180356.793000', '180356.796000', '180356.799000', '180356.801000', '180356.804000', '180356.806000', '180356.809000', '180356.811000', '180356.814000', '180356.817000', '180356.819000', '180356.822000', '180356.824000', '180356.827000', '180356.829000', '180356.832000', '180356.835000', '180356.837000', '180356.840000', '180356.842000', '180356.845000', '180356.847000', '180356.850000', '180356.852000', '180416.739000', '180416.742000', '180416.745000', '180416.747000', '180416.750000', '180416.752000', '180416.755000', '180416.758000', '180416.760000', '180416.763000', '180416.765000', '180416.768000', '180416.770000', '180416.773000', '180416.776000', '180416.778000', '180416.781000', '180416.783000', '180416.786000', '180416.788000', '180416.791000', '180416.793000', '180416.796000', '180416.799000', '180416.817000', '180416.819000', '180416.822000', '180416.825000', '180416.827000', '180416.830000', '180416.832000', '180416.850000', '180416.853000', '180416.855000', '180416.858000', '180416.861000', '180416.863000', '180416.866000', '180416.868000', '180416.871000', '180416.873000', '180416.876000', '180416.879000', '180436.739000', '180436.742000', '180436.745000', '180436.747000', '180436.750000', '180436.753000', '180436.755000', '180436.762000', '180436.765000', '180436.767000', '180436.770000', '180436.772000', '180436.775000', '180436.777000', '180436.780000', '180436.783000', '180436.785000', '180436.788000', '180436.790000', '180436.793000', '180436.795000', '180436.798000', '180436.861000', '180436.864000', '180436.866000', '180436.869000', '180436.871000', '180436.874000', '180436.877000', '180436.879000', '180436.882000', '180436.884000', '180436.887000', '180436.889000', '180436.892000', '180436.895000', '180436.897000', '180436.900000', '180436.902000', '180436.905000', '180436.908000', '180436.910000', '180436.913000', '180436.915000', '180456.739000', '180456.742000', '180456.745000', '180456.747000', '180456.750000', '180456.753000', '180456.755000', '180456.758000', '180456.760000', '180456.763000', '180456.765000', '180456.768000', '180456.771000', '180456.773000', '180456.776000', '180456.778000', '180456.781000', '180456.784000', '180456.786000', '180456.789000', '180456.791000', '180456.794000', '180456.796000', '180456.799000', '180456.827000', '180456.830000', '180456.832000', '180456.835000', '180456.837000', '180456.840000', '180456.842000', '180456.845000', '180456.848000', '180456.850000', '180456.853000', '180456.855000', '180456.858000', '180456.860000', '180456.863000', '180456.866000', '180456.869000', '180456.871000', '180456.874000', '180516.739000', '180516.742000', '180516.745000', '180516.747000', '180516.750000', '180516.753000', '180516.756000', '180516.759000', '180516.761000', '180516.764000', '180516.767000', '180516.769000', '180516.772000', '180516.774000', '180516.777000', '180516.780000', '180516.782000', '180516.785000', '180516.787000', '180516.790000', '180516.792000', '180516.795000', '180516.798000', '180516.841000', '180516.844000', '180516.846000', '180516.849000', '180516.858000', '180516.861000', '180516.864000', '180516.866000', '180516.869000', '180516.871000', '180516.874000', '180516.877000', '180516.879000', '180516.882000', '180516.884000', '180516.887000', '180516.890000', '180516.892000', '180516.895000', '180516.897000', '180516.900000', '180536.739000', '180536.742000', '180536.745000', '180536.747000', '180536.750000', '180536.752000', '180536.755000', '180536.758000', '180536.760000', '180536.770000', '180536.772000', '180536.775000', '180536.777000', '180536.780000', '180536.782000', '180536.785000', '180536.788000', '180536.790000', '180536.793000', '180536.795000', '180536.798000', '180536.843000', '180536.845000', '180536.848000', '180536.850000', '180536.853000', '180536.856000', '180536.858000', '180536.861000', '180536.863000', '180536.866000', '180536.868000', '180536.871000', '180536.874000', '180536.876000', '180536.879000', '180536.881000', '180536.884000', '180536.887000', '180536.889000', '180536.892000', '180536.895000', '180536.897000', '180556.739000', '180556.742000', '180556.745000', '180556.747000', '180556.750000', '180556.752000', '180556.755000', '180556.758000', '180556.760000', '180556.763000', '180556.765000', '180556.768000', '180556.770000', '180556.784000', '180556.787000', '180556.789000', '180556.792000', '180556.795000', '180556.797000', '180556.851000', '180556.854000', '180556.856000', '180556.859000', '180556.861000', '180556.864000', '180556.866000', '180556.869000', '180556.872000', '180556.874000', '180556.877000', '180556.879000', '180556.882000', '180556.884000', '180556.887000', '180556.890000', '180556.892000', '180556.895000', '180556.897000', '180556.900000', '180556.902000', '180556.905000', '180556.908000', '180556.910000', '180556.913000', '180616.740000', '180616.742000', '180616.745000', '180616.747000', '180616.750000', '180616.753000', '180616.755000', '180616.758000', '180616.760000', '180616.763000', '180616.766000', '180616.768000', '180616.771000', '180616.773000', '180616.776000', '180616.779000', '180616.781000', '180616.784000', '180616.786000', '180616.789000', '180616.792000', '180616.794000', '180616.797000', '180616.836000', '180616.838000', '180616.841000', '180616.844000', '180616.846000', '180616.849000', '180616.852000', '180616.854000', '180616.857000', '180616.859000', '180616.862000', '180616.864000', '180616.867000', '180616.869000', '180616.872000', '180616.875000', '180616.877000', '180616.880000', '180616.883000', '180616.885000', '180636.740000', '180636.742000', '180636.745000', '180636.748000', '180636.750000', '180636.753000', '180636.755000', '180636.758000', '180636.760000', '180636.763000', '180636.766000', '180636.768000', '180636.771000', '180636.773000', '180636.776000', '180636.779000', '180636.781000', '180636.784000', '180636.786000', '180636.789000', '180636.792000', '180636.797000', '180636.836000', '180636.838000', '180636.841000', '180636.844000', '180636.846000', '180636.849000', '180636.852000', '180636.854000', '180636.857000', '180636.860000', '180636.862000', '180636.865000', '180636.867000', '180636.870000', '180636.873000', '180636.875000', '180636.878000', '180636.881000', '180636.883000', '180636.886000', '180636.889000', '180656.739000', '180656.742000', '180656.745000', '180656.747000', '180656.750000', '180656.753000', '180656.755000', '180656.758000', '180656.760000', '180656.763000', '180656.765000', '180656.768000', '180656.771000', '180656.773000', '180656.776000', '180656.779000', '180656.781000', '180656.784000', '180656.786000', '180656.789000', '180656.792000', '180656.794000', '180656.797000', '180656.838000', '180656.840000', '180656.843000', '180656.845000', '180656.848000', '180656.851000', '180656.853000', '180656.856000', '180656.858000', '180656.861000', '180656.863000', '180656.866000', '180656.868000', '180656.871000', '180656.874000', '180656.876000', '180656.879000', '180656.881000', '180656.884000', '180656.886000', '180656.889000', '180716.740000', '180716.742000', '180716.745000', '180716.747000', '180716.750000', '180716.753000', '180716.756000', '180716.758000', '180716.761000', '180716.764000', '180716.766000', '180716.769000', '180716.771000', '180716.774000', '180716.777000', '180716.779000', '180716.782000', '180716.784000', '180716.787000', '180716.790000', '180716.792000', '180716.795000', '180716.797000', '180716.800000', '180716.803000', '180716.805000', '180716.808000', '180716.810000', '180716.813000', '180716.816000', '180716.818000', '180716.821000', '180716.823000', '180716.826000', '180716.828000', '180716.831000', '180716.834000', '180716.836000', '180716.854000', '180716.856000', '180716.859000', '180716.861000', '180716.864000', '180736.739000', '180736.742000', '180736.745000', '180736.747000', '180736.750000', '180736.753000', '180736.755000', '180736.758000', '180736.760000', '180736.763000', '180736.766000', '180736.768000', '180736.771000', '180736.773000', '180736.776000', '180736.778000', '180736.781000', '180736.784000', '180736.786000', '180736.789000', '180736.791000', '180736.794000', '180736.796000', '180736.799000', '180736.837000', '180736.840000', '180736.842000', '180736.845000', '180736.847000', '180736.850000', '180736.853000', '180736.855000', '180736.858000', '180736.860000', '180736.863000', '180736.866000', '180736.868000', '180736.871000', '180736.873000', '180736.876000', '180736.878000', '180736.881000', '180736.884000', '180736.886000', '180756.739000', '180756.742000', '180756.745000', '180756.747000', '180756.750000', '180756.753000', '180756.755000', '180756.758000', '180756.761000', '180756.763000', '180756.766000', '180756.768000', '180756.771000', '180756.773000', '180756.776000', '180756.779000', '180756.781000', '180756.784000', '180756.786000', '180756.789000', '180756.792000', '180756.794000', '180756.797000', '180756.864000', '180756.866000', '180756.869000', '180756.872000', '180756.874000', '180756.877000', '180756.879000', '180756.882000', '180756.884000', '180756.887000', '180756.890000', '180756.892000', '180756.895000', '180756.898000', '180756.900000', '180756.903000', '180756.906000', '180756.908000', '180756.911000', '180756.913000', '180816.739000', '180816.742000', '180816.745000', '180816.747000', '180816.750000', '180816.753000', '180816.755000', '180816.758000', '180816.760000', '180816.763000', '180816.765000', '180816.768000', '180816.771000', '180816.773000', '180816.776000', '180816.778000', '180816.781000', '180816.784000', '180816.786000', '180816.789000', '180816.791000', '180816.794000', '180816.797000', '180816.799000', '180816.842000', '180816.845000', '180816.847000', '180816.850000', '180816.853000', '180816.855000', '180816.858000', '180816.862000', '180816.865000', '180816.867000', '180816.870000', '180816.873000', '180816.875000', '180816.878000', '180816.880000', '180816.883000', '180816.885000', '180816.888000', '180816.891000', '180816.893000', '180836.740000', '180836.743000', '180836.745000', '180836.748000', '180836.750000', '180836.753000', '180836.756000', '180836.758000', '180836.761000', '180836.763000', '180836.766000', '180836.768000', '180836.771000', '180836.774000', '180836.776000', '180836.779000', '180836.781000', '180836.784000', '180836.787000', '180836.789000', '180836.792000', '180836.794000', '180836.797000', '180836.843000', '180836.846000', '180836.848000', '180836.851000', '180836.853000', '180836.856000', '180836.858000', '180836.861000', '180836.864000', '180836.866000', '180836.869000', '180836.871000', '180836.874000', '180836.876000', '180836.879000', '180836.882000', '180836.884000', '180836.887000', '180836.889000', '180836.892000', '180856.740000', '180856.742000', '180856.745000', '180856.747000', '180856.750000', '180856.753000', '180856.755000', '180856.758000', '180856.760000', '180856.763000', '180856.766000', '180856.768000', '180856.771000', '180856.773000', '180856.776000', '180856.778000', '180856.781000', '180856.783000', '180856.786000', '180856.788000', '180856.804000', '180856.831000', '180856.833000', '180856.836000', '180856.838000', '180856.841000', '180856.844000', '180856.846000', '180856.849000', '180856.852000', '180856.854000', '180856.857000', '180856.859000', '180856.862000', '180856.864000', '180856.867000', '180856.870000', '180856.872000', '180856.875000', '180856.877000', '180856.880000', '180856.882000', '180856.885000', '180856.888000', '180916.739000', '180916.742000', '180916.745000', '180916.747000', '180916.750000', '180916.753000', '180916.755000', '180916.758000', '180916.760000', '180916.763000', '180916.765000', '180916.768000', '180916.770000', '180916.773000', '180916.776000', '180916.778000', '180916.781000', '180916.783000', '180916.786000', '180916.789000', '180916.791000', '180916.794000', '180916.796000', '180916.799000', '180916.852000', '180916.855000', '180916.857000', '180916.860000', '180916.862000', '180916.865000', '180916.868000', '180916.870000', '180916.873000', '180916.876000', '180916.879000', '180916.882000', '180916.884000', '180916.887000', '180916.890000', '180916.892000', '180916.895000', '180916.897000', '180916.900000', '180936.740000', '180936.742000', '180936.745000', '180936.748000', '180936.750000', '180936.753000', '180936.755000', '180936.758000', '180936.761000', '180936.763000', '180936.766000', '180936.768000', '180936.771000', '180936.773000', '180936.776000', '180936.779000', '180936.781000', '180936.784000', '180936.786000', '180936.789000', '180936.791000', '180936.794000', '180936.797000', '180936.799000', '180936.828000', '180936.831000', '180936.833000', '180936.836000', '180936.838000', '180936.841000', '180936.843000', '180936.846000', '180936.849000', '180936.851000', '180936.854000', '180936.857000', '180936.859000', '180936.862000', '180936.864000', '180936.867000', '180936.869000', '180936.872000', '180936.875000', '180936.877000', '180956.739000', '180956.742000', '180956.745000', '180956.747000', '180956.750000', '180956.753000', '180956.755000', '180956.758000', '180956.760000', '180956.763000', '180956.765000', '180956.768000', '180956.771000', '180956.773000', '180956.776000', '180956.778000', '180956.781000', '180956.784000', '180956.786000', '180956.789000', '180956.791000', '180956.794000', '180956.796000', '180956.799000', '180956.826000', '180956.828000', '180956.831000', '180956.833000', '180956.836000', '180956.838000', '180956.841000', '180956.844000', '180956.846000', '180956.849000', '180956.851000', '180956.854000', '180956.856000', '180956.859000', '180956.862000', '180956.864000', '180956.867000', '180956.869000', '180956.872000', '181016.740000', '181016.742000', '181016.745000', '181016.748000', '181016.750000', '181016.753000', '181016.755000', '181016.758000', '181016.761000', '181016.763000', '181016.766000', '181016.768000', '181016.771000', '181016.773000', '181016.776000', '181016.778000', '181016.781000', '181016.792000', '181016.795000', '181016.797000', '181016.800000', '181016.803000', '181016.805000', '181016.808000', '181016.811000', '181016.813000', '181016.816000', '181016.819000', '181016.821000', '181016.824000', '181016.826000', '181016.829000', '181016.832000', '181016.834000', '181016.837000', '181016.839000', '181016.842000', '181016.845000', '181016.847000', '181016.850000', '181016.853000', '181016.855000', '181016.858000', '181016.860000', '181036.740000', '181036.743000', '181036.745000', '181036.748000', '181036.750000', '181036.753000', '181036.756000', '181036.758000', '181036.761000', '181036.763000', '181036.766000', '181036.768000', '181036.771000', '181036.774000', '181036.776000', '181036.779000', '181036.781000', '181036.784000', '181036.787000', '181036.789000', '181036.792000', '181036.794000', '181036.797000', '181036.866000', '181036.868000', '181036.871000', '181036.874000', '181036.876000', '181036.879000', '181036.882000', '181036.886000', '181036.888000', '181036.891000', '181036.893000', '181036.896000', '181036.898000', '181036.901000', '181036.904000', '181036.906000', '181036.909000', '181036.911000', '181036.915000', '181036.918000', '181056.739000', '181056.742000', '181056.745000', '181056.748000', '181056.750000', '181056.753000', '181056.755000', '181056.758000', '181056.761000', '181056.763000', '181056.766000', '181056.768000', '181056.771000', '181056.774000', '181056.776000', '181056.779000', '181056.781000', '181056.784000', '181056.787000', '181056.789000', '181056.792000', '181056.794000', '181056.797000', '181056.848000', '181056.850000', '181056.853000', '181056.856000', '181056.858000', '181056.861000', '181056.863000', '181056.866000', '181056.868000', '181056.871000', '181056.874000', '181056.876000', '181056.879000', '181056.881000', '181056.884000', '181056.886000', '181056.889000', '181056.892000', '181056.894000', '181056.897000', '181056.899000', '181116.740000', '181116.742000', '181116.745000', '181116.748000', '181116.750000', '181116.753000', '181116.755000', '181116.758000', '181116.761000', '181116.763000', '181116.766000', '181116.768000', '181116.771000', '181116.774000', '181116.776000', '181116.779000', '181116.781000', '181116.784000', '181116.787000', '181116.789000', '181116.792000', '181116.794000', '181116.797000', '181116.864000', '181116.867000', '181116.870000', '181116.872000', '181116.875000', '181116.877000', '181116.880000', '181116.882000', '181116.885000', '181116.888000', '181116.890000', '181116.893000', '181116.895000', '181116.898000', '181116.901000', '181116.903000', '181116.906000', '181116.908000', '181116.911000', '181116.914000', '181136.740000', '181136.743000', '181136.745000', '181136.748000', '181136.751000', '181136.753000', '181136.756000', '181136.758000', '181136.761000', '181136.764000', '181136.766000', '181136.769000', '181136.772000', '181136.782000', '181136.785000', '181136.787000', '181136.790000', '181136.793000', '181136.795000', '181136.798000', '181136.830000', '181136.832000', '181136.835000', '181136.838000', '181136.840000', '181136.843000', '181136.845000', '181136.848000', '181136.851000', '181136.853000', '181136.856000', '181136.858000', '181136.861000', '181136.863000', '181136.866000', '181136.869000', '181136.871000', '181136.874000', '181136.876000', '181136.879000', '181136.881000', '181136.884000', '181136.887000', '181136.889000', '181156.739000', '181156.742000', '181156.745000', '181156.747000', '181156.750000', '181156.753000', '181156.755000', '181156.758000', '181156.760000', '181156.763000', '181156.766000', '181156.768000', '181156.771000', '181156.773000', '181156.776000', '181156.778000', '181156.781000', '181156.784000', '181156.786000', '181156.789000', '181156.791000', '181156.794000', '181156.796000', '181156.799000', '181156.888000', '181156.891000', '181156.893000', '181156.896000', '181156.898000', '181156.901000', '181156.904000', '181156.906000', '181156.909000', '181156.911000', '181156.914000', '181156.916000', '181156.919000', '181156.922000', '181156.924000', '181156.927000', '181156.929000', '181156.932000', '181156.935000', '181216.740000', '181216.742000', '181216.745000', '181216.747000', '181216.750000', '181216.753000', '181216.755000', '181216.758000', '181216.760000', '181216.763000', '181216.765000', '181216.768000', '181216.771000', '181216.773000', '181216.776000', '181216.778000', '181216.781000', '181216.784000', '181216.786000', '181216.789000', '181216.792000', '181216.794000', '181216.797000', '181216.870000', '181216.873000', '181216.882000', '181216.884000', '181216.887000', '181216.890000', '181216.892000', '181216.895000', '181216.897000', '181216.900000', '181216.903000', '181216.905000', '181216.908000', '181216.910000', '181216.913000', '181216.915000', '181216.918000', '181216.921000', '181216.923000', '181216.926000', '181216.929000', '181236.740000', '181236.742000', '181236.745000', '181236.748000', '181236.750000', '181236.753000', '181236.755000', '181236.758000', '181236.761000', '181236.763000', '181236.766000', '181236.768000', '181236.771000', '181236.774000', '181236.776000', '181236.779000', '181236.781000', '181236.784000', '181236.787000', '181236.789000', '181236.792000', '181236.794000', '181236.797000', '181236.867000', '181236.870000', '181236.872000', '181236.875000', '181236.877000', '181236.880000', '181236.883000', '181236.885000', '181236.888000', '181236.890000', '181236.893000', '181236.896000', '181236.898000', '181236.901000', '181236.903000', '181236.906000', '181236.909000', '181236.911000', '181236.914000', '181236.916000', '181256.740000', '181256.742000', '181256.745000', '181256.748000', '181256.750000', '181256.754000', '181256.757000', '181256.760000', '181256.763000', '181256.766000', '181256.768000', '181256.771000', '181256.773000', '181256.776000', '181256.779000', '181256.781000', '181256.784000', '181256.786000', '181256.789000', '181256.792000', '181256.794000', '181256.797000', '181256.856000', '181256.859000', '181256.862000', '181256.864000', '181256.867000', '181256.869000', '181256.872000', '181256.874000', '181256.877000', '181256.880000', '181256.882000', '181256.885000', '181256.887000', '181256.890000', '181256.892000', '181256.895000', '181256.898000', '181256.900000', '181256.903000', '181256.906000', '181256.908000', '181316.740000', '181316.742000', '181316.745000', '181316.748000', '181316.750000', '181316.753000', '181316.755000', '181316.758000', '181316.760000', '181316.763000', '181316.766000', '181316.768000', '181316.771000', '181316.773000', '181316.776000', '181316.779000', '181316.781000', '181316.784000', '181316.786000', '181316.789000', '181316.791000', '181316.794000', '181316.797000', '181316.799000', '181316.820000', '181316.823000', '181316.825000', '181316.828000', '181316.830000', '181316.833000', '181316.836000', '181316.838000', '181316.841000', '181316.844000', '181316.846000', '181316.849000', '181316.851000', '181316.854000', '181316.857000', '181316.859000', '181316.862000', '181316.864000', '181316.867000', '181316.870000', '181336.740000', '181336.742000', '181336.745000', '181336.747000', '181336.750000', '181336.753000', '181336.755000', '181336.758000', '181336.761000', '181336.763000', '181336.766000', '181336.768000', '181336.771000', '181336.773000', '181336.776000', '181336.779000', '181336.781000', '181336.784000', '181336.786000', '181336.789000', '181336.791000', '181336.794000', '181336.797000', '181336.854000', '181336.857000', '181336.860000', '181336.862000', '181336.868000', '181336.870000', '181336.873000', '181336.876000', '181336.878000', '181336.881000', '181336.883000', '181336.886000', '181336.888000', '181336.891000', '181336.894000', '181336.896000', '181336.899000', '181336.902000', '181336.904000', '181336.907000', '181336.909000', '181356.740000', '181356.742000', '181356.745000', '181356.747000', '181356.750000', '181356.753000', '181356.755000', '181356.758000', '181356.760000', '181356.763000', '181356.765000', '181356.768000', '181356.771000', '181356.773000', '181356.776000', '181356.778000', '181356.781000', '181356.783000', '181356.786000', '181356.788000', '181356.791000', '181356.794000', '181356.796000', '181356.799000', '181356.801000', '181356.804000', '181356.807000', '181356.809000', '181356.812000', '181356.814000', '181356.817000', '181356.819000', '181356.822000', '181356.825000', '181356.827000', '181356.849000', '181356.852000', '181356.855000', '181356.857000', '181356.860000', '181356.862000', '181356.865000', '181356.867000', '181416.739000', '181416.742000', '181416.745000', '181416.747000', '181416.750000', '181416.753000', '181416.755000', '181416.758000', '181416.760000', '181416.763000', '181416.766000', '181416.768000', '181416.772000', '181416.775000', '181416.778000', '181416.780000', '181416.783000', '181416.785000', '181416.788000', '181416.791000', '181416.795000', '181416.798000', '181416.800000', '181416.803000', '181416.806000', '181416.808000', '181416.811000', '181416.813000', '181416.816000', '181416.818000', '181416.821000', '181416.824000', '181416.826000', '181416.829000', '181416.831000', '181416.834000', '181416.837000', '181416.839000', '181416.842000', '181416.844000', '181416.847000', '181416.850000', '181416.852000', '181436.740000', '181436.742000', '181436.745000', '181436.748000', '181436.750000', '181436.753000', '181436.755000', '181436.758000', '181436.761000', '181436.763000', '181436.766000', '181436.769000', '181436.771000', '181436.774000', '181436.776000', '181436.779000', '181436.782000', '181436.784000', '181436.787000', '181436.789000', '181436.792000', '181436.795000', '181436.797000', '181436.863000', '181436.866000', '181436.869000', '181436.871000', '181436.874000', '181436.876000', '181436.879000', '181436.881000', '181436.884000', '181436.887000', '181436.889000', '181436.892000', '181436.894000', '181436.897000', '181436.899000', '181436.902000', '181436.905000', '181436.907000', '181436.910000', '181436.912000', '181436.915000', '181456.740000', '181456.742000', '181456.745000', '181456.748000', '181456.750000', '181456.753000', '181456.755000', '181456.759000', '181456.762000', '181456.765000', '181456.767000', '181456.770000', '181456.772000', '181456.775000', '181456.777000', '181456.780000', '181456.783000', '181456.785000', '181456.788000', '181456.790000', '181456.793000', '181456.795000', '181456.798000', '181456.852000', '181456.855000', '181456.857000', '181456.860000', '181456.862000', '181456.865000', '181456.868000', '181456.870000', '181456.873000', '181456.875000', '181456.878000', '181456.881000', '181456.883000', '181456.886000', '181456.888000', '181456.891000', '181456.893000', '181456.896000', '181456.898000', '181456.901000', '181508.293000', '181508.296000', '181508.298000', '181508.301000', '181508.345000', '181508.348000', '181508.350000', '181508.353000', '181508.355000', '181508.358000', '181508.361000', '181508.363000', '181508.366000', '181508.368000', '181508.371000', '181508.374000', '181508.376000', '181508.379000', '181508.381000', '181508.384000', '181508.387000', '181508.389000', '181508.392000', '181508.394000', '181508.397000', '181508.399000'], 'InstanceCreationTime': ['180256.815000', '180256.818000', '180256.821000', '180256.823000', '180256.826000', '180256.828000', '180256.831000', '180256.833000', '180256.843000', '180256.845000', '180256.848000', '180256.850000', '180256.853000', '180256.856000', '180256.858000', '180256.861000', '180256.863000', '180256.866000', '180256.869000', '180256.871000', '180256.874000', '180256.877000', '180256.880000', '180256.882000', '180256.885000', '180256.888000', '180256.890000', '180256.893000', '180256.895000', '180256.898000', '180256.900000', '180256.903000', '180256.905000', '180256.908000', '180256.913000', '180256.917000', '180256.920000', '180256.922000', '180256.925000', '180256.927000', '180256.930000', '180256.932000', '180256.935000', '180256.937000', '180256.940000', '180256.942000', '180256.945000', '180256.947000', '180256.950000', '180316.739000', '180316.742000', '180316.745000', '180316.747000', '180316.750000', '180316.752000', '180316.755000', '180316.758000', '180316.760000', '180316.763000', '180316.765000', '180316.768000', '180316.770000', '180316.773000', '180316.775000', '180316.778000', '180316.780000', '180316.783000', '180316.786000', '180316.788000', '180316.791000', '180316.793000', '180316.796000', '180316.798000', '180316.840000', '180316.842000', '180316.845000', '180316.848000', '180316.850000', '180316.853000', '180316.855000', '180316.858000', '180316.861000', '180316.863000', '180316.866000', '180316.868000', '180316.871000', '180316.873000', '180316.876000', '180316.878000', '180316.881000', '180316.884000', '180316.886000', '180316.889000', '180336.740000', '180336.742000', '180336.745000', '180336.753000', '180336.755000', '180336.758000', '180336.761000', '180336.763000', '180336.766000', '180336.768000', '180336.771000', '180336.773000', '180336.776000', '180336.778000', '180336.781000', '180336.784000', '180336.786000', '180336.789000', '180336.791000', '180336.794000', '180336.796000', '180336.799000', '180336.802000', '180336.804000', '180336.807000', '180336.809000', '180336.812000', '180336.814000', '180336.817000', '180336.819000', '180336.822000', '180336.824000', '180336.827000', '180336.830000', '180336.832000', '180336.835000', '180336.837000', '180336.840000', '180336.842000', '180336.845000', '180336.847000', '180336.850000', '180336.853000', '180356.740000', '180356.742000', '180356.745000', '180356.747000', '180356.750000', '180356.753000', '180356.755000', '180356.758000', '180356.760000', '180356.763000', '180356.765000', '180356.768000', '180356.771000', '180356.776000', '180356.778000', '180356.781000', '180356.783000', '180356.786000', '180356.788000', '180356.791000', '180356.793000', '180356.796000', '180356.799000', '180356.801000', '180356.804000', '180356.806000', '180356.809000', '180356.811000', '180356.814000', '180356.817000', '180356.819000', '180356.822000', '180356.824000', '180356.827000', '180356.829000', '180356.832000', '180356.835000', '180356.837000', '180356.840000', '180356.842000', '180356.845000', '180356.847000', '180356.850000', '180356.852000', '180416.739000', '180416.742000', '180416.745000', '180416.747000', '180416.750000', '180416.752000', '180416.755000', '180416.758000', '180416.760000', '180416.763000', '180416.765000', '180416.768000', '180416.770000', '180416.773000', '180416.776000', '180416.778000', '180416.781000', '180416.783000', '180416.786000', '180416.788000', '180416.791000', '180416.793000', '180416.796000', '180416.799000', '180416.817000', '180416.819000', '180416.822000', '180416.825000', '180416.827000', '180416.830000', '180416.832000', '180416.850000', '180416.853000', '180416.855000', '180416.858000', '180416.861000', '180416.863000', '180416.866000', '180416.868000', '180416.871000', '180416.873000', '180416.876000', '180416.879000', '180436.739000', '180436.742000', '180436.745000', '180436.747000', '180436.750000', '180436.753000', '180436.755000', '180436.762000', '180436.765000', '180436.767000', '180436.770000', '180436.772000', '180436.775000', '180436.777000', '180436.780000', '180436.783000', '180436.785000', '180436.788000', '180436.790000', '180436.793000', '180436.795000', '180436.798000', '180436.861000', '180436.864000', '180436.866000', '180436.869000', '180436.871000', '180436.874000', '180436.877000', '180436.879000', '180436.882000', '180436.884000', '180436.887000', '180436.889000', '180436.892000', '180436.895000', '180436.897000', '180436.900000', '180436.902000', '180436.905000', '180436.908000', '180436.910000', '180436.913000', '180436.915000', '180456.739000', '180456.742000', '180456.745000', '180456.747000', '180456.750000', '180456.753000', '180456.755000', '180456.758000', '180456.760000', '180456.763000', '180456.765000', '180456.768000', '180456.771000', '180456.773000', '180456.776000', '180456.778000', '180456.781000', '180456.784000', '180456.786000', '180456.789000', '180456.791000', '180456.794000', '180456.796000', '180456.799000', '180456.827000', '180456.830000', '180456.832000', '180456.835000', '180456.837000', '180456.840000', '180456.842000', '180456.845000', '180456.848000', '180456.850000', '180456.853000', '180456.855000', '180456.858000', '180456.860000', '180456.863000', '180456.866000', '180456.869000', '180456.871000', '180456.874000', '180516.739000', '180516.742000', '180516.745000', '180516.747000', '180516.750000', '180516.753000', '180516.756000', '180516.759000', '180516.761000', '180516.764000', '180516.767000', '180516.769000', '180516.772000', '180516.774000', '180516.777000', '180516.780000', '180516.782000', '180516.785000', '180516.787000', '180516.790000', '180516.792000', '180516.795000', '180516.798000', '180516.841000', '180516.844000', '180516.846000', '180516.849000', '180516.858000', '180516.861000', '180516.864000', '180516.866000', '180516.869000', '180516.871000', '180516.874000', '180516.877000', '180516.879000', '180516.882000', '180516.884000', '180516.887000', '180516.890000', '180516.892000', '180516.895000', '180516.897000', '180516.900000', '180536.739000', '180536.742000', '180536.745000', '180536.747000', '180536.750000', '180536.752000', '180536.755000', '180536.758000', '180536.760000', '180536.770000', '180536.772000', '180536.775000', '180536.777000', '180536.780000', '180536.782000', '180536.785000', '180536.788000', '180536.790000', '180536.793000', '180536.795000', '180536.798000', '180536.843000', '180536.845000', '180536.848000', '180536.850000', '180536.853000', '180536.856000', '180536.858000', '180536.861000', '180536.863000', '180536.866000', '180536.868000', '180536.871000', '180536.874000', '180536.876000', '180536.879000', '180536.881000', '180536.884000', '180536.887000', '180536.889000', '180536.892000', '180536.895000', '180536.897000', '180556.739000', '180556.742000', '180556.745000', '180556.747000', '180556.750000', '180556.752000', '180556.755000', '180556.758000', '180556.760000', '180556.763000', '180556.765000', '180556.768000', '180556.770000', '180556.784000', '180556.787000', '180556.789000', '180556.792000', '180556.795000', '180556.797000', '180556.851000', '180556.854000', '180556.856000', '180556.859000', '180556.861000', '180556.864000', '180556.866000', '180556.869000', '180556.872000', '180556.874000', '180556.877000', '180556.879000', '180556.882000', '180556.884000', '180556.887000', '180556.890000', '180556.892000', '180556.895000', '180556.897000', '180556.900000', '180556.902000', '180556.905000', '180556.908000', '180556.910000', '180556.913000', '180616.740000', '180616.742000', '180616.745000', '180616.747000', '180616.750000', '180616.753000', '180616.755000', '180616.758000', '180616.760000', '180616.763000', '180616.766000', '180616.768000', '180616.771000', '180616.773000', '180616.776000', '180616.779000', '180616.781000', '180616.784000', '180616.786000', '180616.789000', '180616.792000', '180616.794000', '180616.797000', '180616.836000', '180616.838000', '180616.841000', '180616.844000', '180616.846000', '180616.849000', '180616.852000', '180616.854000', '180616.857000', '180616.859000', '180616.862000', '180616.864000', '180616.867000', '180616.869000', '180616.872000', '180616.875000', '180616.877000', '180616.880000', '180616.883000', '180616.885000', '180636.740000', '180636.742000', '180636.745000', '180636.748000', '180636.750000', '180636.753000', '180636.755000', '180636.758000', '180636.760000', '180636.763000', '180636.766000', '180636.768000', '180636.771000', '180636.773000', '180636.776000', '180636.779000', '180636.781000', '180636.784000', '180636.786000', '180636.789000', '180636.792000', '180636.797000', '180636.836000', '180636.838000', '180636.841000', '180636.844000', '180636.846000', '180636.849000', '180636.852000', '180636.854000', '180636.857000', '180636.860000', '180636.862000', '180636.865000', '180636.867000', '180636.870000', '180636.873000', '180636.875000', '180636.878000', '180636.881000', '180636.883000', '180636.886000', '180636.889000', '180656.739000', '180656.742000', '180656.745000', '180656.747000', '180656.750000', '180656.753000', '180656.755000', '180656.758000', '180656.760000', '180656.763000', '180656.765000', '180656.768000', '180656.771000', '180656.773000', '180656.776000', '180656.779000', '180656.781000', '180656.784000', '180656.786000', '180656.789000', '180656.792000', '180656.794000', '180656.797000', '180656.838000', '180656.840000', '180656.843000', '180656.845000', '180656.848000', '180656.851000', '180656.853000', '180656.856000', '180656.858000', '180656.861000', '180656.863000', '180656.866000', '180656.868000', '180656.871000', '180656.874000', '180656.876000', '180656.879000', '180656.881000', '180656.884000', '180656.886000', '180656.889000', '180716.740000', '180716.742000', '180716.745000', '180716.747000', '180716.750000', '180716.753000', '180716.756000', '180716.758000', '180716.761000', '180716.764000', '180716.766000', '180716.769000', '180716.771000', '180716.774000', '180716.777000', '180716.779000', '180716.782000', '180716.784000', '180716.787000', '180716.790000', '180716.792000', '180716.795000', '180716.797000', '180716.800000', '180716.803000', '180716.805000', '180716.808000', '180716.810000', '180716.813000', '180716.816000', '180716.818000', '180716.821000', '180716.823000', '180716.826000', '180716.828000', '180716.831000', '180716.834000', '180716.836000', '180716.854000', '180716.856000', '180716.859000', '180716.861000', '180716.864000', '180736.739000', '180736.742000', '180736.745000', '180736.747000', '180736.750000', '180736.753000', '180736.755000', '180736.758000', '180736.760000', '180736.763000', '180736.766000', '180736.768000', '180736.771000', '180736.773000', '180736.776000', '180736.778000', '180736.781000', '180736.784000', '180736.786000', '180736.789000', '180736.791000', '180736.794000', '180736.796000', '180736.799000', '180736.837000', '180736.840000', '180736.842000', '180736.845000', '180736.847000', '180736.850000', '180736.853000', '180736.855000', '180736.858000', '180736.860000', '180736.863000', '180736.866000', '180736.868000', '180736.871000', '180736.873000', '180736.876000', '180736.878000', '180736.881000', '180736.884000', '180736.886000', '180756.739000', '180756.742000', '180756.745000', '180756.747000', '180756.750000', '180756.753000', '180756.755000', '180756.758000', '180756.761000', '180756.763000', '180756.766000', '180756.768000', '180756.771000', '180756.773000', '180756.776000', '180756.779000', '180756.781000', '180756.784000', '180756.786000', '180756.789000', '180756.792000', '180756.794000', '180756.797000', '180756.864000', '180756.866000', '180756.869000', '180756.872000', '180756.874000', '180756.877000', '180756.879000', '180756.882000', '180756.884000', '180756.887000', '180756.890000', '180756.892000', '180756.895000', '180756.898000', '180756.900000', '180756.903000', '180756.906000', '180756.908000', '180756.911000', '180756.913000', '180816.739000', '180816.742000', '180816.745000', '180816.747000', '180816.750000', '180816.753000', '180816.755000', '180816.758000', '180816.760000', '180816.763000', '180816.765000', '180816.768000', '180816.771000', '180816.773000', '180816.776000', '180816.778000', '180816.781000', '180816.784000', '180816.786000', '180816.789000', '180816.791000', '180816.794000', '180816.797000', '180816.799000', '180816.842000', '180816.845000', '180816.847000', '180816.850000', '180816.853000', '180816.855000', '180816.858000', '180816.862000', '180816.865000', '180816.867000', '180816.870000', '180816.873000', '180816.875000', '180816.878000', '180816.880000', '180816.883000', '180816.885000', '180816.888000', '180816.891000', '180816.893000', '180836.740000', '180836.743000', '180836.745000', '180836.748000', '180836.750000', '180836.753000', '180836.756000', '180836.758000', '180836.761000', '180836.763000', '180836.766000', '180836.768000', '180836.771000', '180836.774000', '180836.776000', '180836.779000', '180836.781000', '180836.784000', '180836.787000', '180836.789000', '180836.792000', '180836.794000', '180836.797000', '180836.843000', '180836.846000', '180836.848000', '180836.851000', '180836.853000', '180836.856000', '180836.858000', '180836.861000', '180836.864000', '180836.866000', '180836.869000', '180836.871000', '180836.874000', '180836.876000', '180836.879000', '180836.882000', '180836.884000', '180836.887000', '180836.889000', '180836.892000', '180856.740000', '180856.742000', '180856.745000', '180856.747000', '180856.750000', '180856.753000', '180856.755000', '180856.758000', '180856.760000', '180856.763000', '180856.766000', '180856.768000', '180856.771000', '180856.773000', '180856.776000', '180856.778000', '180856.781000', '180856.783000', '180856.786000', '180856.788000', '180856.804000', '180856.831000', '180856.833000', '180856.836000', '180856.838000', '180856.841000', '180856.844000', '180856.846000', '180856.849000', '180856.852000', '180856.854000', '180856.857000', '180856.859000', '180856.862000', '180856.864000', '180856.867000', '180856.870000', '180856.872000', '180856.875000', '180856.877000', '180856.880000', '180856.882000', '180856.885000', '180856.888000', '180916.739000', '180916.742000', '180916.745000', '180916.747000', '180916.750000', '180916.753000', '180916.755000', '180916.758000', '180916.760000', '180916.763000', '180916.765000', '180916.768000', '180916.770000', '180916.773000', '180916.776000', '180916.778000', '180916.781000', '180916.783000', '180916.786000', '180916.789000', '180916.791000', '180916.794000', '180916.796000', '180916.799000', '180916.852000', '180916.855000', '180916.857000', '180916.860000', '180916.862000', '180916.865000', '180916.868000', '180916.870000', '180916.873000', '180916.876000', '180916.879000', '180916.882000', '180916.884000', '180916.887000', '180916.890000', '180916.892000', '180916.895000', '180916.897000', '180916.900000', '180936.740000', '180936.742000', '180936.745000', '180936.748000', '180936.750000', '180936.753000', '180936.755000', '180936.758000', '180936.761000', '180936.763000', '180936.766000', '180936.768000', '180936.771000', '180936.773000', '180936.776000', '180936.779000', '180936.781000', '180936.784000', '180936.786000', '180936.789000', '180936.791000', '180936.794000', '180936.797000', '180936.799000', '180936.828000', '180936.831000', '180936.833000', '180936.836000', '180936.838000', '180936.841000', '180936.843000', '180936.846000', '180936.849000', '180936.851000', '180936.854000', '180936.857000', '180936.859000', '180936.862000', '180936.864000', '180936.867000', '180936.869000', '180936.872000', '180936.875000', '180936.877000', '180956.739000', '180956.742000', '180956.745000', '180956.747000', '180956.750000', '180956.753000', '180956.755000', '180956.758000', '180956.760000', '180956.763000', '180956.765000', '180956.768000', '180956.771000', '180956.773000', '180956.776000', '180956.778000', '180956.781000', '180956.784000', '180956.786000', '180956.789000', '180956.791000', '180956.794000', '180956.796000', '180956.799000', '180956.826000', '180956.828000', '180956.831000', '180956.833000', '180956.836000', '180956.838000', '180956.841000', '180956.844000', '180956.846000', '180956.849000', '180956.851000', '180956.854000', '180956.856000', '180956.859000', '180956.862000', '180956.864000', '180956.867000', '180956.869000', '180956.872000', '181016.740000', '181016.742000', '181016.745000', '181016.748000', '181016.750000', '181016.753000', '181016.755000', '181016.758000', '181016.761000', '181016.763000', '181016.766000', '181016.768000', '181016.771000', '181016.773000', '181016.776000', '181016.778000', '181016.781000', '181016.792000', '181016.795000', '181016.797000', '181016.800000', '181016.803000', '181016.805000', '181016.808000', '181016.811000', '181016.813000', '181016.816000', '181016.819000', '181016.821000', '181016.824000', '181016.826000', '181016.829000', '181016.832000', '181016.834000', '181016.837000', '181016.839000', '181016.842000', '181016.845000', '181016.847000', '181016.850000', '181016.853000', '181016.855000', '181016.858000', '181016.860000', '181036.740000', '181036.743000', '181036.745000', '181036.748000', '181036.750000', '181036.753000', '181036.756000', '181036.758000', '181036.761000', '181036.763000', '181036.766000', '181036.768000', '181036.771000', '181036.774000', '181036.776000', '181036.779000', '181036.781000', '181036.784000', '181036.787000', '181036.789000', '181036.792000', '181036.794000', '181036.797000', '181036.866000', '181036.868000', '181036.871000', '181036.874000', '181036.876000', '181036.879000', '181036.882000', '181036.886000', '181036.888000', '181036.891000', '181036.893000', '181036.896000', '181036.898000', '181036.901000', '181036.904000', '181036.906000', '181036.909000', '181036.911000', '181036.915000', '181036.918000', '181056.739000', '181056.742000', '181056.745000', '181056.748000', '181056.750000', '181056.753000', '181056.755000', '181056.758000', '181056.761000', '181056.763000', '181056.766000', '181056.768000', '181056.771000', '181056.774000', '181056.776000', '181056.779000', '181056.781000', '181056.784000', '181056.787000', '181056.789000', '181056.792000', '181056.794000', '181056.797000', '181056.848000', '181056.850000', '181056.853000', '181056.856000', '181056.858000', '181056.861000', '181056.863000', '181056.866000', '181056.868000', '181056.871000', '181056.874000', '181056.876000', '181056.879000', '181056.881000', '181056.884000', '181056.886000', '181056.889000', '181056.892000', '181056.894000', '181056.897000', '181056.899000', '181116.740000', '181116.742000', '181116.745000', '181116.748000', '181116.750000', '181116.753000', '181116.755000', '181116.758000', '181116.761000', '181116.763000', '181116.766000', '181116.768000', '181116.771000', '181116.774000', '181116.776000', '181116.779000', '181116.781000', '181116.784000', '181116.787000', '181116.789000', '181116.792000', '181116.794000', '181116.797000', '181116.864000', '181116.867000', '181116.870000', '181116.872000', '181116.875000', '181116.877000', '181116.880000', '181116.882000', '181116.885000', '181116.888000', '181116.890000', '181116.893000', '181116.895000', '181116.898000', '181116.901000', '181116.903000', '181116.906000', '181116.908000', '181116.911000', '181116.914000', '181136.740000', '181136.743000', '181136.745000', '181136.748000', '181136.751000', '181136.753000', '181136.756000', '181136.758000', '181136.761000', '181136.764000', '181136.766000', '181136.769000', '181136.772000', '181136.782000', '181136.785000', '181136.787000', '181136.790000', '181136.793000', '181136.795000', '181136.798000', '181136.830000', '181136.832000', '181136.835000', '181136.838000', '181136.840000', '181136.843000', '181136.845000', '181136.848000', '181136.851000', '181136.853000', '181136.856000', '181136.858000', '181136.861000', '181136.863000', '181136.866000', '181136.869000', '181136.871000', '181136.874000', '181136.876000', '181136.879000', '181136.881000', '181136.884000', '181136.887000', '181136.889000', '181156.739000', '181156.742000', '181156.745000', '181156.747000', '181156.750000', '181156.753000', '181156.755000', '181156.758000', '181156.760000', '181156.763000', '181156.766000', '181156.768000', '181156.771000', '181156.773000', '181156.776000', '181156.778000', '181156.781000', '181156.784000', '181156.786000', '181156.789000', '181156.791000', '181156.794000', '181156.796000', '181156.799000', '181156.888000', '181156.891000', '181156.893000', '181156.896000', '181156.898000', '181156.901000', '181156.904000', '181156.906000', '181156.909000', '181156.911000', '181156.914000', '181156.916000', '181156.919000', '181156.922000', '181156.924000', '181156.927000', '181156.929000', '181156.932000', '181156.935000', '181216.740000', '181216.742000', '181216.745000', '181216.747000', '181216.750000', '181216.753000', '181216.755000', '181216.758000', '181216.760000', '181216.763000', '181216.765000', '181216.768000', '181216.771000', '181216.773000', '181216.776000', '181216.778000', '181216.781000', '181216.784000', '181216.786000', '181216.789000', '181216.792000', '181216.794000', '181216.797000', '181216.870000', '181216.873000', '181216.882000', '181216.884000', '181216.887000', '181216.890000', '181216.892000', '181216.895000', '181216.897000', '181216.900000', '181216.903000', '181216.905000', '181216.908000', '181216.910000', '181216.913000', '181216.915000', '181216.918000', '181216.921000', '181216.923000', '181216.926000', '181216.929000', '181236.740000', '181236.742000', '181236.745000', '181236.748000', '181236.750000', '181236.753000', '181236.755000', '181236.758000', '181236.761000', '181236.763000', '181236.766000', '181236.768000', '181236.771000', '181236.774000', '181236.776000', '181236.779000', '181236.781000', '181236.784000', '181236.787000', '181236.789000', '181236.792000', '181236.794000', '181236.797000', '181236.867000', '181236.870000', '181236.872000', '181236.875000', '181236.877000', '181236.880000', '181236.883000', '181236.885000', '181236.888000', '181236.890000', '181236.893000', '181236.896000', '181236.898000', '181236.901000', '181236.903000', '181236.906000', '181236.909000', '181236.911000', '181236.914000', '181236.916000', '181256.740000', '181256.742000', '181256.745000', '181256.748000', '181256.750000', '181256.754000', '181256.757000', '181256.760000', '181256.763000', '181256.766000', '181256.768000', '181256.771000', '181256.773000', '181256.776000', '181256.779000', '181256.781000', '181256.784000', '181256.786000', '181256.789000', '181256.792000', '181256.794000', '181256.797000', '181256.856000', '181256.859000', '181256.862000', '181256.864000', '181256.867000', '181256.869000', '181256.872000', '181256.874000', '181256.877000', '181256.880000', '181256.882000', '181256.885000', '181256.887000', '181256.890000', '181256.892000', '181256.895000', '181256.898000', '181256.900000', '181256.903000', '181256.906000', '181256.908000', '181316.740000', '181316.742000', '181316.745000', '181316.748000', '181316.750000', '181316.753000', '181316.755000', '181316.758000', '181316.760000', '181316.763000', '181316.766000', '181316.768000', '181316.771000', '181316.773000', '181316.776000', '181316.779000', '181316.781000', '181316.784000', '181316.786000', '181316.789000', '181316.791000', '181316.794000', '181316.797000', '181316.799000', '181316.820000', '181316.823000', '181316.825000', '181316.828000', '181316.830000', '181316.833000', '181316.836000', '181316.838000', '181316.841000', '181316.844000', '181316.846000', '181316.849000', '181316.851000', '181316.854000', '181316.857000', '181316.859000', '181316.862000', '181316.864000', '181316.867000', '181316.870000', '181336.740000', '181336.742000', '181336.745000', '181336.747000', '181336.750000', '181336.753000', '181336.755000', '181336.758000', '181336.761000', '181336.763000', '181336.766000', '181336.768000', '181336.771000', '181336.773000', '181336.776000', '181336.779000', '181336.781000', '181336.784000', '181336.786000', '181336.789000', '181336.791000', '181336.794000', '181336.797000', '181336.854000', '181336.857000', '181336.860000', '181336.862000', '181336.868000', '181336.870000', '181336.873000', '181336.876000', '181336.878000', '181336.881000', '181336.883000', '181336.886000', '181336.888000', '181336.891000', '181336.894000', '181336.896000', '181336.899000', '181336.902000', '181336.904000', '181336.907000', '181336.909000', '181356.740000', '181356.742000', '181356.745000', '181356.747000', '181356.750000', '181356.753000', '181356.755000', '181356.758000', '181356.760000', '181356.763000', '181356.765000', '181356.768000', '181356.771000', '181356.773000', '181356.776000', '181356.778000', '181356.781000', '181356.783000', '181356.786000', '181356.788000', '181356.791000', '181356.794000', '181356.796000', '181356.799000', '181356.801000', '181356.804000', '181356.807000', '181356.809000', '181356.812000', '181356.814000', '181356.817000', '181356.819000', '181356.822000', '181356.825000', '181356.827000', '181356.849000', '181356.852000', '181356.855000', '181356.857000', '181356.860000', '181356.862000', '181356.865000', '181356.867000', '181416.739000', '181416.742000', '181416.745000', '181416.747000', '181416.750000', '181416.753000', '181416.755000', '181416.758000', '181416.760000', '181416.763000', '181416.766000', '181416.768000', '181416.772000', '181416.775000', '181416.778000', '181416.780000', '181416.783000', '181416.785000', '181416.788000', '181416.791000', '181416.795000', '181416.798000', '181416.800000', '181416.803000', '181416.806000', '181416.808000', '181416.811000', '181416.813000', '181416.816000', '181416.818000', '181416.821000', '181416.824000', '181416.826000', '181416.829000', '181416.831000', '181416.834000', '181416.837000', '181416.839000', '181416.842000', '181416.844000', '181416.847000', '181416.850000', '181416.852000', '181436.740000', '181436.742000', '181436.745000', '181436.748000', '181436.750000', '181436.753000', '181436.755000', '181436.758000', '181436.761000', '181436.763000', '181436.766000', '181436.769000', '181436.771000', '181436.774000', '181436.776000', '181436.779000', '181436.782000', '181436.784000', '181436.787000', '181436.789000', '181436.792000', '181436.795000', '181436.797000', '181436.863000', '181436.866000', '181436.869000', '181436.871000', '181436.874000', '181436.876000', '181436.879000', '181436.881000', '181436.884000', '181436.887000', '181436.889000', '181436.892000', '181436.894000', '181436.897000', '181436.899000', '181436.902000', '181436.905000', '181436.907000', '181436.910000', '181436.912000', '181436.915000', '181456.740000', '181456.742000', '181456.745000', '181456.748000', '181456.750000', '181456.753000', '181456.755000', '181456.759000', '181456.762000', '181456.765000', '181456.767000', '181456.770000', '181456.772000', '181456.775000', '181456.777000', '181456.780000', '181456.783000', '181456.785000', '181456.788000', '181456.790000', '181456.793000', '181456.795000', '181456.798000', '181456.852000', '181456.855000', '181456.857000', '181456.860000', '181456.862000', '181456.865000', '181456.868000', '181456.870000', '181456.873000', '181456.875000', '181456.878000', '181456.881000', '181456.883000', '181456.886000', '181456.888000', '181456.891000', '181456.893000', '181456.896000', '181456.898000', '181456.901000', '181508.293000', '181508.296000', '181508.298000', '181508.301000', '181508.345000', '181508.348000', '181508.350000', '181508.353000', '181508.355000', '181508.358000', '181508.361000', '181508.363000', '181508.366000', '181508.368000', '181508.371000', '181508.374000', '181508.376000', '181508.379000', '181508.381000', '181508.384000', '181508.387000', '181508.389000', '181508.392000', '181508.394000', '181508.397000', '181508.399000'], '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': [11827, 8881, 11178, 9362, 10014, 11309, 10291, 11162, 12932, 10927, 10053, 11359, 9943, 13834, 9511, 15116, 8566, 10320, 11726, 9530, 9850, 9641, 9157, 8707, 9435, 9574, 9797, 9044, 9122, 9479, 10257, 9009, 9223, 10514, 9918, 9416, 9413, 10135, 10987, 9621, 12876, 9302, 9278, 13742, 9180, 9399, 9142, 9268, 9159, 13590, 13085, 10188, 15087, 12273, 9806, 13268, 9159, 10054, 15960, 13498, 14421, 9645, 9907, 15431, 9205, 9590, 15857, 9325, 10304, 13876, 9761, 14468, 8858, 9898, 15807, 9374, 9480, 14138, 10125, 13952, 10828, 10761, 8847, 10448, 14871, 9257, 10411, 16309, 9037, 10016, 16371, 9734, 12612, 11142, 10017, 11194, 9036, 9925, 15141, 9127, 9695, 14036, 10072, 13734, 9573, 9793, 14436, 8916, 9580, 15651, 9408, 9552, 14442, 9860, 11273, 10034, 9507, 15576, 9910, 9520, 8826, 10186, 9810, 8665, 9781, 14689, 9702, 9575, 8669, 10200, 10339, 8647, 10054, 14828, 9320, 10775, 13140, 10056, 13831, 8755, 10054, 13828, 9107, 10008, 14556, 10124, 13342, 9030, 10051, 11143, 8962, 9962, 15561, 9402, 12078, 9272, 10389, 14473, 9327, 9906, 15668, 10145, 13524, 10360, 10006, 14777, 9438, 10073, 14886, 10191, 13665, 10442, 10291, 14618, 8994, 9999, 16055, 9390, 10156, 15109, 9950, 13418, 8832, 9724, 10695, 10398, 9033, 10315, 8699, 10534, 16527, 9070, 10695, 17052, 10132, 10841, 16317, 10483, 11698, 13288, 10153, 15349, 10137, 10930, 9710, 10492, 14533, 8827, 9699, 14207, 10114, 15121, 9399, 10212, 8554, 10694, 12446, 8986, 9963, 14495, 10106, 12694, 9375, 9877, 15657, 9925, 9712, 8978, 10177, 15978, 9963, 13811, 8701, 10000, 16321, 9646, 12831, 13765, 10329, 16369, 10817, 12722, 9337, 10050, 15834, 9936, 9754, 13789, 10347, 13939, 9219, 9525, 14613, 10183, 9708, 9150, 10140, 13324, 9436, 9570, 14017, 10118, 10629, 9061, 9968, 15113, 10015, 11304, 8978, 10065, 11676, 9351, 9646, 13642, 9998, 11843, 9569, 9928, 15236, 10373, 13579, 11697, 10413, 13953, 9381, 10173, 14172, 10230, 14438, 9461, 10001, 15456, 9873, 10017, 14468, 10729, 14469, 9344, 10204, 14375, 8840, 10079, 16174, 9563, 10250, 11450, 10262, 9992, 9167, 10325, 15756, 9417, 11280, 12471, 10285, 11784, 8972, 10752, 15832, 9783, 10399, 11869, 10309, 10371, 9345, 10649, 14123, 9450, 10045, 14321, 9731, 10068, 12347, 10175, 11018, 8963, 10221, 14621, 9732, 10183, 12932, 10295, 13310, 8898, 10293, 14756, 9108, 10011, 14231, 9685, 10212, 11114, 10200, 13795, 9305, 9673, 15614, 9446, 9656, 12115, 10151, 12814, 9606, 10189, 9506, 10272, 12710, 9839, 10827, 15399, 10027, 14030, 13995, 11609, 13999, 9240, 10511, 16608, 10218, 13068, 14042, 10462, 13155, 9022, 10722, 14112, 9564, 11706, 8938, 10398, 14485, 9047, 10482, 15439, 10656, 11758, 9117, 10745, 14175, 9226, 10049, 14561, 10473, 10553, 9046, 10794, 11432, 9129, 9923, 15035, 10487, 9693, 9192, 10583, 11178, 9250, 10166, 14920, 10439, 9728, 9814, 10558, 13140, 9271, 9672, 14692, 9651, 9972, 9931, 10303, 10000, 9183, 9958, 12454, 9727, 10150, 13651, 9855, 11609, 13429, 9867, 13830, 13361, 10058, 13562, 9225, 9809, 13897, 10275, 9391, 10192, 13761, 15370, 11916, 12132, 9267, 10451, 11143, 9295, 10083, 14266, 9726, 12951, 8899, 9942, 12189, 8487, 10043, 8942, 10066, 8880, 10416, 9138, 10907, 16583, 12215, 12392, 13622, 10509, 10237, 10898, 10247, 13222, 9242, 9868, 15970, 9648, 9892, 10589, 9889, 14821, 9633, 9885, 12985, 10102, 12226, 11134, 10282, 14496, 9398, 9896, 14711, 10266, 9847, 10062, 10070, 12062, 9241, 9757, 14373, 9747, 9844, 8916, 10110, 9865, 9311, 10061, 12916, 10032, 10238, 11030, 10450, 12847, 9964, 9952, 13559, 9569, 9909, 15637, 9901, 9837, 13992, 9573, 12449, 9127, 9855, 11410, 9318, 9945, 14925, 9702, 11751, 9223, 9997, 15478, 9675, 10188, 13544, 9920, 10334, 11103, 10085, 14420, 14312, 9999, 13760, 9996, 10232, 14203, 10657, 10247, 14557, 9099, 10253, 15927, 9368, 9703, 14727, 9581, 10655, 8957, 10344, 13154, 9266, 10148, 14934, 9651, 10095, 12073, 10046, 10057, 12677, 10548, 12499, 9213, 10057, 15342, 9395, 9979, 15139, 10379, 12664, 13483, 10544, 12522, 12851, 10427, 15034, 9318, 10286, 15141, 9612, 10281, 14509, 10655, 12428, 10264, 10715, 10616, 9339, 10674, 13298, 9784, 10000, 15537, 9802, 11101, 14174, 10444, 13291, 9917, 10324, 12470, 9644, 10262, 12669, 10427, 11903, 9050, 10555, 13220, 10164, 10578, 9484, 10374, 12043, 10599, 11276, 9529, 12133, 9219, 9899, 9421, 12705, 15476, 10562, 12651, 14566, 12240, 13540, 9911, 10868, 15443, 9352, 10374, 15449, 10399, 13535, 8774, 10129, 10328, 10441, 10174, 15137, 10190, 9975, 9164, 10446, 11325, 9584, 9989, 9175, 10536, 9790, 9866, 10219, 13142, 10884, 12424, 9551, 10493, 15508, 9634, 12896, 12922, 10528, 15916, 10446, 9767, 10879, 12056, 9976, 11291, 15694, 10946, 13880, 11303, 15769, 9076, 9541, 15202, 8732, 9393, 14762, 8942, 12909, 9652, 10427, 16860, 11587, 13835, 16395, 11642, 13334, 11533, 10511, 15889, 10700, 13291, 13538, 10462, 15465, 10143, 9970, 14948, 9691, 10101, 10858, 9676, 10674, 9177, 9767, 10021, 9386, 9803, 9363, 9781, 8382, 9478, 9751, 8801, 9302, 9216, 9615, 9745, 9094, 9556, 14188, 9345, 9909, 10907, 9700, 12808, 8738, 9625, 15009, 9410, 9894, 12570, 9494, 13336, 8874, 9404, 15671, 8934, 9730, 13322, 9699, 13595, 9086, 10009, 11497, 10302, 13708, 9076, 10156, 15695, 9246, 11252, 12660, 9964, 11181, 12913, 10002, 12981, 9077, 10116, 14581, 8523, 9503, 15737, 8651, 9994, 14752, 9796, 12068, 8679, 9991, 10118, 8853, 9876, 14926, 9570, 9748, 8546, 9736, 10653, 9203, 9787, 14606, 8925, 9516, 11330, 9937, 9870, 9041, 9971, 15630, 9147, 9756, 12330, 10359, 14964, 9139, 10038, 16631, 9824, 12155, 12863, 10295, 14840, 9184, 9805, 15659, 9252, 9778, 14687, 10074, 10630, 9696, 10331, 13328, 8681, 9890, 14257, 9618, 10164, 11675, 10153, 11617, 8853, 9931, 15158, 9454, 9830, 12575, 10348, 12495, 9239, 9934, 15301, 9975, 10927, 9110, 9946, 12825, 8994, 9755, 15221, 9965, 9994, 8659, 10040, 9816, 8705, 9468, 11829, 8790, 9531, 12034, 9411, 10004, 11416, 9949, 11051, 8751, 9578, 13898, 8799, 9615, 12304, 9832, 10680, 8473, 9959, 11707, 9203, 9697, 9246, 9239, 12065, 8859, 9693, 15839, 9123, 12199, 15280, 9986, 14434, 10531, 9793, 13747, 8900, 9964, 15383, 9742, 13325, 9097, 10008, 12709, 9233, 9671, 14291, 9487, 10805, 8860, 10098, 12761, 8962, 10964, 13506, 9731, 14010, 8395, 10203, 14917, 10079, 13010, 8901, 10080, 15565, 9710, 13231, 9927, 10486, 15330, 8965, 10259, 14906, 10156, 13126, 9103, 10324, 15275, 9974, 13905, 9887, 10044, 16068, 10020, 10014, 12310, 10168, 14555, 9478, 9968, 11603, 10083, 10427, 9662, 9883, 9188, 9777, 9680, 8790, 10124, 12547, 10353, 10167, 8477, 10824, 15529, 9284, 11560, 13236, 10185, 10471, 10441, 10516, 14118, 8763, 10333, 12539, 8764, 9790, 13504, 9727, 11746, 8560, 9940, 9837, 8819, 10340, 9271, 9993, 12920, 8494, 10146, 13871, 9200, 10373, 8346, 10100, 12551, 8676, 9923, 13887, 9072, 9676, 12915, 9026, 9703, 9040, 9695, 11922, 8305, 9640, 13921, 9127, 9561, 8549, 9816, 10120, 8893, 9854, 13318, 9658, 12768, 8795, 9882, 14210, 8853, 9865, 14371, 9682, 12963, 8444, 9963, 13561, 8826, 9702, 14097, 9702, 10857, 8504, 10104, 13150, 9448, 9817, 14357, 9272, 9900, 12678, 10223, 13670, 9211, 9747, 10846, 10106, 9848, 8631, 9962, 14348, 9788, 10026, 8622, 10155, 12480, 9309, 10312, 9760, 10356, 14657, 9135, 11323, 12116, 9858, 10981, 9830, 10065, 14956, 10158, 12888, 9065, 10092, 14241, 9744, 13104, 8620, 10188, 12610, 9281, 9783, 13717, 9764, 10226, 8377, 10046, 10611, 9195, 9995, 8533, 9936, 11852, 10022, 9974, 14329, 9599, 10890, 11490, 10083, 10859, 9736, 10041, 10885, 10039, 10561, 9530, 10443, 14086, 10016, 9917, 8518, 10235, 12994, 9665, 10465, 13848, 9300, 10095, 14558, 10430, 12780, 8670, 10132, 10648, 8469, 10212, 13211, 8962, 9794, 8750, 9860, 10051, 9036, 10188, 9942, 10279, 10363, 9309, 10655, 14434, 11103, 13468, 9334, 10162, 14888, 9460, 10474, 14258, 10020, 13195, 9339, 9910, 14293, 9574, 12363, 9933, 10256, 13603, 8789, 9956, 13059, 10009, 10770, 9174, 9893, 13942, 9883, 12397, 10224, 10362, 13836, 10366, 10020, 11242, 9759, 15422, 13449, 16792, 9320, 8624, 9184, 13871, 10968, 10469, 10560, 10676, 14980, 9439, 10224, 15937, 10429, 11909, 8495, 10526, 16076, 10455, 13791, 12078, 11977, 16137, 10258, 14674, 10277, 12322, 9908, 10113, 14063, 10366, 12610, 9777, 9708, 9165, 9744, 14326, 10287, 11109, 9768, 9862, 11432, 10256, 15509, 10387, 12724, 10712, 9890, 9637, 10327, 13861, 9983, 9682, 9040, 9817, 10702, 8824, 9337, 11412, 9855, 10735, 8842, 9470, 11611, 9867, 9697, 8530, 9415, 14807, 9666, 10185, 8953, 9704, 10880, 9075, 9825, 9261, 9893, 9558, 8960, 9704, 14717, 9931, 11055, 8905, 10010, 11455, 8929, 9900, 14078, 10077, 14455, 9173, 10208, 15656, 9733, 13372, 10763, 10062, 12920, 8690, 9829, 14549, 8749, 9977, 8750, 9942, 10954, 8981, 9566, 14068, 10151, 12292, 9385, 10168, 14048, 8840, 11937, 8977, 10240, 15039, 8727, 10195, 15524, 11270, 12973, 8965, 10338, 10546, 9411, 9717, 14556, 9119, 9607, 12372, 9674, 9373, 9191, 10100, 13450, 8992, 9571, 8675, 10222, 14012, 9729, 10692, 9123, 10280, 15010, 8943, 10228, 14178, 10057, 11839, 9204, 9492, 10814, 9061, 9541, 14654, 9784, 10403, 8184, 9690, 8526, 9912, 8936, 9481, 13348, 10187, 9753, 15183, 9230, 10017, 14617, 9438, 10374, 8677, 9596, 15037, 8564, 9371, 9762, 9690, 9875, 8435, 9384, 14181, 10028, 13185, 9304, 9838, 13168, 8905, 10312, 10068, 9753, 11074, 8575, 9237, 14401, 8565, 10505, 8865, 9236, 12799, 8525, 9263, 10205, 9647, 13304, 8724, 9293, 14591, 9374, 10094, 8740, 9244, 8787, 10007, 14167, 8701, 9569, 14893, 10229, 12896, 8723, 9820, 15466, 8685, 13244, 12229, 9397, 12859, 8462, 9774, 13859, 8943, 11970, 8565, 9416, 15538, 9060, 9791, 13378, 9849, 12870, 8598, 9393, 14885, 9220, 10514, 12589, 9524, 12358, 9024, 9432, 12066, 8644, 10077, 8263, 9757, 10600, 8961, 9276, 9936, 9786, 12033, 9514, 10236, 8736, 10245, 14266, 11453, 12963, 8392, 10206, 13676, 8565, 12088, 12150, 8957, 12853, 8200, 9520, 8944, 9740, 8658, 10324, 14402, 8386, 10280, 12446, 8926, 13841, 9850, 9611, 9545, 14097, 14842, 13042, 13861, 9205, 9505, 9965, 9644, 12558, 9635, 9638, 14238, 9462, 9444, 8605, 9198, 10658, 8774, 9321, 8775, 9527, 11207, 8434, 9701, 12510, 9467, 10812, 8860, 9902, 14501, 8309, 12347, 13199, 10064, 13445, 9631, 10144, 14699, 9933, 13347, 8658, 9857, 8780, 9958, 12272, 9841, 9950, 15229, 9701, 12490, 12787, 9971, 13659, 10070, 9846, 15150, 8859, 9686, 13892, 9628, 13308, 8527, 9491, 13672, 9495, 9264, 8665, 9674, 10453, 9210, 9668, 8693, 9866, 13314, 8567, 11139, 13352, 9980, 11198, 9590, 9565, 14396, 9498, 11028, 8698, 10084, 9732, 9322, 9629, 13998, 9289, 9906, 8626, 9817, 12462, 8963, 11863, 8683, 9771, 14200, 9679, 11009, 9626, 9682, 13842, 9084, 9675, 13991, 9555, 13805, 12410, 9734, 12272, 8705, 9894, 11561, 9341, 9586, 14686, 9151, 10840, 12968, 9752, 13082, 9477, 9510, 10136, 8779, 9805, 8623, 9021, 14460, 8626, 9632, 11717, 9199, 10217, 9092, 9611, 14692, 9308, 11910], 'WindowCenter': [4716.0, 4645.0, 4660.0, 4617.0, 4612.0, 4623.0, 4599.0, 4608.0, 4619.0, 4586.0, 4574.0, 4593.0, 4585.0, 4612.0, 4572.0, 4612.0, 4550.0, 4571.0, 4577.0, 4572.0, 4558.0, 4557.0, 4562.0, 4549.0, 4572.0, 4569.0, 4582.0, 4574.0, 4572.0, 4585.0, 4583.0, 4575.0, 4601.0, 4609.0, 4609.0, 4586.0, 4601.0, 4610.0, 4608.0, 4599.0, 4628.0, 4600.0, 4601.0, 4639.0, 4613.0, 4611.0, 4624.0, 4625.0, 4628.0, 4667.0, 4655.0, 4636.0, 4668.0, 4642.0, 4623.0, 4645.0, 4603.0, 4622.0, 4662.0, 4653.0, 4662.0, 4610.0, 4625.0, 4651.0, 4598.0, 4610.0, 4658.0, 4600.0, 4621.0, 4637.0, 4613.0, 4650.0, 4589.0, 4613.0, 4647.0, 4600.0, 4612.0, 4646.0, 4610.0, 4649.0, 4632.0, 4634.0, 4598.0, 4621.0, 4649.0, 4599.0, 4623.0, 4656.0, 4588.0, 4610.0, 4646.0, 4598.0, 4628.0, 4617.0, 4609.0, 4616.0, 4587.0, 4609.0, 4646.0, 4598.0, 4610.0, 4637.0, 4610.0, 4652.0, 4612.0, 4609.0, 4647.0, 4588.0, 4609.0, 4645.0, 4599.0, 4609.0, 4647.0, 4610.0, 4618.0, 4610.0, 4613.0, 4658.0, 4611.0, 4610.0, 4599.0, 4621.0, 4610.0, 4589.0, 4621.0, 4650.0, 4612.0, 4614.0, 4600.0, 4621.0, 4623.0, 4590.0, 4624.0, 4660.0, 4612.0, 4632.0, 4641.0, 4625.0, 4652.0, 4601.0, 4621.0, 4650.0, 4601.0, 4624.0, 4660.0, 4625.0, 4655.0, 4599.0, 4621.0, 4633.0, 4601.0, 4623.0, 4662.0, 4615.0, 4643.0, 4614.0, 4633.0, 4662.0, 4613.0, 4622.0, 4663.0, 4623.0, 4654.0, 4623.0, 4624.0, 4662.0, 4612.0, 4623.0, 4649.0, 4622.0, 4652.0, 4622.0, 4622.0, 4661.0, 4601.0, 4625.0, 4660.0, 4603.0, 4622.0, 4649.0, 4624.0, 4656.0, 4599.0, 4612.0, 4622.0, 4633.0, 4613.0, 4635.0, 4616.0, 4647.0, 4674.0, 4604.0, 4626.0, 4663.0, 4611.0, 4621.0, 4661.0, 4620.0, 4631.0, 4640.0, 4621.0, 4649.0, 4610.0, 4618.0, 4598.0, 4620.0, 4650.0, 4590.0, 4611.0, 4651.0, 4621.0, 4660.0, 4612.0, 4621.0, 4588.0, 4620.0, 4627.0, 4587.0, 4611.0, 4649.0, 4621.0, 4640.0, 4611.0, 4622.0, 4659.0, 4625.0, 4611.0, 4600.0, 4623.0, 4661.0, 4623.0, 4655.0, 4602.0, 4623.0, 4662.0, 4609.0, 4642.0, 4639.0, 4613.0, 4660.0, 4621.0, 4640.0, 4599.0, 4610.0, 4648.0, 4609.0, 4610.0, 4637.0, 4610.0, 4650.0, 4611.0, 4612.0, 4651.0, 4620.0, 4612.0, 4597.0, 4621.0, 4638.0, 4600.0, 4615.0, 4649.0, 4621.0, 4621.0, 4600.0, 4611.0, 4649.0, 4622.0, 4631.0, 4601.0, 4624.0, 4630.0, 4601.0, 4613.0, 4650.0, 4623.0, 4642.0, 4622.0, 4624.0, 4663.0, 4622.0, 4652.0, 4630.0, 4636.0, 4663.0, 4613.0, 4623.0, 4653.0, 4623.0, 4664.0, 4624.0, 4625.0, 4659.0, 4625.0, 4623.0, 4650.0, 4635.0, 4663.0, 4612.0, 4624.0, 4654.0, 4604.0, 4612.0, 4662.0, 4612.0, 4625.0, 4630.0, 4622.0, 4611.0, 4601.0, 4622.0, 4663.0, 4612.0, 4633.0, 4642.0, 4623.0, 4631.0, 4603.0, 4631.0, 4660.0, 4610.0, 4622.0, 4630.0, 4622.0, 4624.0, 4601.0, 4636.0, 4651.0, 4615.0, 4624.0, 4650.0, 4626.0, 4625.0, 4645.0, 4624.0, 4632.0, 4614.0, 4637.0, 4662.0, 4614.0, 4624.0, 4653.0, 4635.0, 4656.0, 4602.0, 4624.0, 4665.0, 4602.0, 4627.0, 4652.0, 4623.0, 4637.0, 4631.0, 4624.0, 4651.0, 4613.0, 4624.0, 4661.0, 4613.0, 4627.0, 4644.0, 4636.0, 4653.0, 4625.0, 4635.0, 4614.0, 4635.0, 4655.0, 4638.0, 4648.0, 4662.0, 4625.0, 4666.0, 4653.0, 4636.0, 4654.0, 4614.0, 4637.0, 4663.0, 4612.0, 4645.0, 4640.0, 4621.0, 4640.0, 4588.0, 4623.0, 4650.0, 4611.0, 4631.0, 4603.0, 4622.0, 4648.0, 4592.0, 4620.0, 4648.0, 4613.0, 4632.0, 4602.0, 4621.0, 4638.0, 4599.0, 4610.0, 4648.0, 4610.0, 4610.0, 4588.0, 4620.0, 4619.0, 4600.0, 4611.0, 4649.0, 4621.0, 4611.0, 4612.0, 4624.0, 4619.0, 4599.0, 4614.0, 4651.0, 4620.0, 4614.0, 4608.0, 4621.0, 4640.0, 4601.0, 4612.0, 4651.0, 4611.0, 4623.0, 4610.0, 4626.0, 4625.0, 4614.0, 4636.0, 4653.0, 4623.0, 4636.0, 4653.0, 4626.0, 4647.0, 4653.0, 4628.0, 4665.0, 4652.0, 4623.0, 4654.0, 4604.0, 4623.0, 4663.0, 4636.0, 4624.0, 4637.0, 4668.0, 4664.0, 4634.0, 4643.0, 4605.0, 4634.0, 4631.0, 4613.0, 4625.0, 4655.0, 4613.0, 4644.0, 4600.0, 4622.0, 4634.0, 4592.0, 4614.0, 4602.0, 4623.0, 4618.0, 4637.0, 4626.0, 4647.0, 4675.0, 4632.0, 4644.0, 4640.0, 4621.0, 4615.0, 4610.0, 4611.0, 4640.0, 4600.0, 4611.0, 4647.0, 4612.0, 4613.0, 4609.0, 4612.0, 4649.0, 4601.0, 4611.0, 4640.0, 4610.0, 4630.0, 4606.0, 4610.0, 4638.0, 4590.0, 4600.0, 4637.0, 4609.0, 4610.0, 4600.0, 4612.0, 4628.0, 4591.0, 4602.0, 4641.0, 4600.0, 4611.0, 4589.0, 4611.0, 4610.0, 4602.0, 4612.0, 4639.0, 4623.0, 4622.0, 4620.0, 4624.0, 4642.0, 4613.0, 4615.0, 4643.0, 4601.0, 4613.0, 4649.0, 4611.0, 4626.0, 4651.0, 4612.0, 4642.0, 4601.0, 4622.0, 4631.0, 4602.0, 4624.0, 4664.0, 4613.0, 4643.0, 4615.0, 4626.0, 4662.0, 4625.0, 4636.0, 4654.0, 4626.0, 4637.0, 4647.0, 4637.0, 4666.0, 4664.0, 4627.0, 4658.0, 4616.0, 4626.0, 4654.0, 4622.0, 4624.0, 4653.0, 4602.0, 4623.0, 4659.0, 4601.0, 4613.0, 4652.0, 4612.0, 4621.0, 4602.0, 4624.0, 4642.0, 4603.0, 4626.0, 4661.0, 4614.0, 4624.0, 4630.0, 4623.0, 4626.0, 4643.0, 4636.0, 4646.0, 4614.0, 4625.0, 4664.0, 4602.0, 4624.0, 4659.0, 4624.0, 4655.0, 4651.0, 4623.0, 4643.0, 4640.0, 4622.0, 4651.0, 4600.0, 4622.0, 4649.0, 4601.0, 4623.0, 4650.0, 4622.0, 4645.0, 4611.0, 4621.0, 4621.0, 4603.0, 4624.0, 4639.0, 4612.0, 4613.0, 4649.0, 4613.0, 4633.0, 4639.0, 4620.0, 4641.0, 4613.0, 4622.0, 4630.0, 4601.0, 4624.0, 4643.0, 4622.0, 4630.0, 4599.0, 4622.0, 4641.0, 4623.0, 4622.0, 4623.0, 4626.0, 4644.0, 4635.0, 4635.0, 4628.0, 4645.0, 4617.0, 4635.0, 4641.0, 4672.0, 4677.0, 4624.0, 4657.0, 4653.0, 4646.0, 4653.0, 4614.0, 4622.0, 4650.0, 4590.0, 4611.0, 4646.0, 4612.0, 4638.0, 4577.0, 4608.0, 4598.0, 4607.0, 4621.0, 4647.0, 4610.0, 4609.0, 4598.0, 4618.0, 4619.0, 4599.0, 4611.0, 4602.0, 4621.0, 4608.0, 4609.0, 4625.0, 4643.0, 4623.0, 4641.0, 4612.0, 4623.0, 4653.0, 4613.0, 4654.0, 4642.0, 4634.0, 4673.0, 4636.0, 4625.0, 4648.0, 4657.0, 4625.0, 4646.0, 4675.0, 4623.0, 4655.0, 4635.0, 4664.0, 4606.0, 4627.0, 4662.0, 4591.0, 4602.0, 4639.0, 4602.0, 4640.0, 4613.0, 4635.0, 4674.0, 4631.0, 4645.0, 4649.0, 4607.0, 4616.0, 4594.0, 4596.0, 4626.0, 4586.0, 4614.0, 4604.0, 4585.0, 4610.0, 4570.0, 4571.0, 4610.0, 4570.0, 4569.0, 4582.0, 4572.0, 4580.0, 4573.0, 4585.0, 4583.0, 4585.0, 4582.0, 4585.0, 4595.0, 4564.0, 4598.0, 4585.0, 4587.0, 4588.0, 4586.0, 4600.0, 4599.0, 4603.0, 4612.0, 4638.0, 4601.0, 4613.0, 4620.0, 4612.0, 4641.0, 4606.0, 4624.0, 4653.0, 4614.0, 4623.0, 4630.0, 4613.0, 4652.0, 4605.0, 4616.0, 4663.0, 4614.0, 4624.0, 4639.0, 4614.0, 4652.0, 4603.0, 4624.0, 4634.0, 4626.0, 4653.0, 4604.0, 4623.0, 4663.0, 4604.0, 4633.0, 4640.0, 4622.0, 4634.0, 4631.0, 4611.0, 4644.0, 4593.0, 4612.0, 4651.0, 4590.0, 4611.0, 4649.0, 4590.0, 4610.0, 4638.0, 4610.0, 4629.0, 4589.0, 4610.0, 4620.0, 4600.0, 4614.0, 4649.0, 4611.0, 4612.0, 4593.0, 4611.0, 4621.0, 4602.0, 4614.0, 4653.0, 4602.0, 4626.0, 4631.0, 4613.0, 4612.0, 4601.0, 4625.0, 4661.0, 4614.0, 4627.0, 4641.0, 4624.0, 4662.0, 4601.0, 4613.0, 4662.0, 4609.0, 4631.0, 4628.0, 4611.0, 4650.0, 4600.0, 4611.0, 4651.0, 4600.0, 4613.0, 4647.0, 4609.0, 4620.0, 4599.0, 4623.0, 4639.0, 4590.0, 4610.0, 4648.0, 4600.0, 4611.0, 4632.0, 4621.0, 4630.0, 4599.0, 4612.0, 4648.0, 4599.0, 4611.0, 4628.0, 4610.0, 4639.0, 4600.0, 4611.0, 4648.0, 4612.0, 4620.0, 4589.0, 4612.0, 4640.0, 4600.0, 4613.0, 4659.0, 4612.0, 4625.0, 4591.0, 4622.0, 4614.0, 4593.0, 4613.0, 4632.0, 4605.0, 4613.0, 4633.0, 4612.0, 4626.0, 4631.0, 4625.0, 4633.0, 4602.0, 4627.0, 4651.0, 4603.0, 4625.0, 4642.0, 4627.0, 4634.0, 4593.0, 4625.0, 4643.0, 4614.0, 4624.0, 4613.0, 4627.0, 4654.0, 4615.0, 4629.0, 4675.0, 4616.0, 4656.0, 4662.0, 4624.0, 4665.0, 4622.0, 4624.0, 4653.0, 4603.0, 4625.0, 4662.0, 4614.0, 4654.0, 4606.0, 4625.0, 4642.0, 4613.0, 4623.0, 4652.0, 4614.0, 4634.0, 4602.0, 4624.0, 4642.0, 4603.0, 4635.0, 4655.0, 4625.0, 4663.0, 4592.0, 4623.0, 4661.0, 4624.0, 4652.0, 4615.0, 4635.0, 4662.0, 4614.0, 4654.0, 4613.0, 4624.0, 4660.0, 4604.0, 4623.0, 4653.0, 4624.0, 4642.0, 4602.0, 4623.0, 4660.0, 4615.0, 4652.0, 4611.0, 4613.0, 4659.0, 4611.0, 4611.0, 4629.0, 4611.0, 4649.0, 4614.0, 4612.0, 4619.0, 4613.0, 4620.0, 4599.0, 4611.0, 4601.0, 4623.0, 4613.0, 4592.0, 4622.0, 4644.0, 4624.0, 4623.0, 4593.0, 4636.0, 4661.0, 4603.0, 4632.0, 4640.0, 4622.0, 4623.0, 4620.0, 4621.0, 4651.0, 4591.0, 4613.0, 4632.0, 4590.0, 4612.0, 4638.0, 4611.0, 4631.0, 4604.0, 4621.0, 4609.0, 4604.0, 4623.0, 4612.0, 4623.0, 4641.0, 4591.0, 4622.0, 4640.0, 4600.0, 4623.0, 4591.0, 4623.0, 4642.0, 4593.0, 4612.0, 4641.0, 4593.0, 4613.0, 4640.0, 4601.0, 4612.0, 4599.0, 4615.0, 4632.0, 4592.0, 4612.0, 4651.0, 4602.0, 4613.0, 4600.0, 4613.0, 4622.0, 4604.0, 4627.0, 4641.0, 4616.0, 4644.0, 4592.0, 4624.0, 4654.0, 4603.0, 4624.0, 4653.0, 4612.0, 4643.0, 4592.0, 4627.0, 4652.0, 4602.0, 4614.0, 4649.0, 4613.0, 4623.0, 4591.0, 4625.0, 4645.0, 4601.0, 4613.0, 4653.0, 4602.0, 4622.0, 4630.0, 4624.0, 4650.0, 4601.0, 4612.0, 4620.0, 4623.0, 4612.0, 4591.0, 4613.0, 4654.0, 4623.0, 4623.0, 4590.0, 4626.0, 4641.0, 4612.0, 4622.0, 4613.0, 4624.0, 4665.0, 4603.0, 4635.0, 4630.0, 4614.0, 4624.0, 4611.0, 4614.0, 4651.0, 4626.0, 4641.0, 4603.0, 4622.0, 4649.0, 4612.0, 4641.0, 4592.0, 4623.0, 4631.0, 4604.0, 4612.0, 4642.0, 4612.0, 4626.0, 4589.0, 4612.0, 4620.0, 4604.0, 4613.0, 4592.0, 4614.0, 4631.0, 4613.0, 4612.0, 4652.0, 4612.0, 4623.0, 4619.0, 4609.0, 4623.0, 4599.0, 4612.0, 4623.0, 4612.0, 4621.0, 4612.0, 4624.0, 4653.0, 4624.0, 4625.0, 4602.0, 4627.0, 4654.0, 4614.0, 4624.0, 4655.0, 4613.0, 4635.0, 4652.0, 4624.0, 4646.0, 4591.0, 4623.0, 4621.0, 4580.0, 4623.0, 4640.0, 4602.0, 4611.0, 4593.0, 4612.0, 4611.0, 4602.0, 4623.0, 4613.0, 4624.0, 4624.0, 4602.0, 4624.0, 4654.0, 4623.0, 4641.0, 4602.0, 4626.0, 4652.0, 4604.0, 4625.0, 4639.0, 4614.0, 4643.0, 4603.0, 4623.0, 4650.0, 4612.0, 4643.0, 4610.0, 4623.0, 4639.0, 4592.0, 4611.0, 4643.0, 4612.0, 4622.0, 4613.0, 4624.0, 4653.0, 4613.0, 4643.0, 4614.0, 4612.0, 4651.0, 4623.0, 4613.0, 4620.0, 4614.0, 4676.0, 4655.0, 4673.0, 4613.0, 4604.0, 4616.0, 4653.0, 4622.0, 4623.0, 4623.0, 4634.0, 4664.0, 4602.0, 4623.0, 4662.0, 4610.0, 4621.0, 4577.0, 4624.0, 4649.0, 4611.0, 4631.0, 4606.0, 4607.0, 4635.0, 4596.0, 4624.0, 4587.0, 4605.0, 4583.0, 4585.0, 4625.0, 4585.0, 4603.0, 4584.0, 4585.0, 4574.0, 4586.0, 4624.0, 4596.0, 4605.0, 4585.0, 4597.0, 4605.0, 4597.0, 4636.0, 4608.0, 4626.0, 4611.0, 4597.0, 4586.0, 4598.0, 4626.0, 4600.0, 4599.0, 4591.0, 4610.0, 4608.0, 4589.0, 4600.0, 4617.0, 4610.0, 4618.0, 4590.0, 4601.0, 4618.0, 4611.0, 4612.0, 4590.0, 4601.0, 4649.0, 4615.0, 4611.0, 4590.0, 4612.0, 4619.0, 4605.0, 4623.0, 4601.0, 4624.0, 4614.0, 4603.0, 4614.0, 4662.0, 4624.0, 4634.0, 4605.0, 4626.0, 4631.0, 4604.0, 4625.0, 4652.0, 4625.0, 4663.0, 4613.0, 4624.0, 4662.0, 4613.0, 4667.0, 4622.0, 4623.0, 4641.0, 4592.0, 4613.0, 4651.0, 4603.0, 4613.0, 4602.0, 4624.0, 4622.0, 4605.0, 4627.0, 4651.0, 4627.0, 4643.0, 4602.0, 4623.0, 4655.0, 4603.0, 4644.0, 4606.0, 4623.0, 4662.0, 4592.0, 4625.0, 4650.0, 4621.0, 4644.0, 4600.0, 4611.0, 4620.0, 4600.0, 4611.0, 4652.0, 4600.0, 4614.0, 4630.0, 4614.0, 4601.0, 4600.0, 4623.0, 4650.0, 4602.0, 4624.0, 4604.0, 4623.0, 4651.0, 4614.0, 4636.0, 4613.0, 4626.0, 4650.0, 4602.0, 4624.0, 4651.0, 4623.0, 4643.0, 4603.0, 4626.0, 4633.0, 4603.0, 4612.0, 4651.0, 4665.0, 4650.0, 4604.0, 4624.0, 4603.0, 4625.0, 4613.0, 4626.0, 4665.0, 4625.0, 4613.0, 4665.0, 4601.0, 4613.0, 4649.0, 4602.0, 4611.0, 4588.0, 4614.0, 4650.0, 4590.0, 4602.0, 4609.0, 4614.0, 4610.0, 4590.0, 4614.0, 4639.0, 4611.0, 4641.0, 4602.0, 4611.0, 4639.0, 4593.0, 4611.0, 4609.0, 4612.0, 4620.0, 4593.0, 4611.0, 4649.0, 4590.0, 4622.0, 4601.0, 4614.0, 4643.0, 4602.0, 4612.0, 4611.0, 4614.0, 4654.0, 4606.0, 4614.0, 4651.0, 4613.0, 4622.0, 4605.0, 4614.0, 4607.0, 4626.0, 4663.0, 4604.0, 4627.0, 4661.0, 4624.0, 4643.0, 4605.0, 4626.0, 4664.0, 4604.0, 4655.0, 4630.0, 4613.0, 4642.0, 4594.0, 4627.0, 4651.0, 4603.0, 4642.0, 4607.0, 4617.0, 4661.0, 4601.0, 4613.0, 4640.0, 4615.0, 4640.0, 4605.0, 4613.0, 4652.0, 4605.0, 4626.0, 4633.0, 4615.0, 4631.0, 4601.0, 4605.0, 4630.0, 4603.0, 4612.0, 4592.0, 4613.0, 4622.0, 4602.0, 4614.0, 4612.0, 4623.0, 4643.0, 4629.0, 4633.0, 4603.0, 4626.0, 4653.0, 4634.0, 4645.0, 4604.0, 4628.0, 4655.0, 4605.0, 4644.0, 4630.0, 4606.0, 4643.0, 4605.0, 4614.0, 4613.0, 4627.0, 4616.0, 4636.0, 4656.0, 4594.0, 4625.0, 4630.0, 4604.0, 4653.0, 4625.0, 4612.0, 4615.0, 4669.0, 4655.0, 4646.0, 4640.0, 4605.0, 4612.0, 4602.0, 4605.0, 4629.0, 4598.0, 4616.0, 4641.0, 4614.0, 4612.0, 4591.0, 4602.0, 4621.0, 4591.0, 4602.0, 4592.0, 4614.0, 4634.0, 4593.0, 4625.0, 4642.0, 4617.0, 4633.0, 4603.0, 4625.0, 4653.0, 4594.0, 4645.0, 4645.0, 4614.0, 4641.0, 4604.0, 4623.0, 4652.0, 4611.0, 4642.0, 4604.0, 4624.0, 4602.0, 4626.0, 4642.0, 4612.0, 4627.0, 4665.0, 4614.0, 4644.0, 4643.0, 4613.0, 4652.0, 4601.0, 4615.0, 4652.0, 4590.0, 4614.0, 4641.0, 4610.0, 4642.0, 4592.0, 4612.0, 4638.0, 4602.0, 4615.0, 4590.0, 4615.0, 4620.0, 4616.0, 4614.0, 4591.0, 4613.0, 4651.0, 4595.0, 4633.0, 4641.0, 4613.0, 4622.0, 4604.0, 4613.0, 4650.0, 4612.0, 4622.0, 4590.0, 4614.0, 4611.0, 4601.0, 4612.0, 4650.0, 4613.0, 4623.0, 4605.0, 4625.0, 4642.0, 4603.0, 4643.0, 4615.0, 4624.0, 4650.0, 4613.0, 4634.0, 4612.0, 4614.0, 4656.0, 4616.0, 4626.0, 4650.0, 4614.0, 4658.0, 4642.0, 4616.0, 4645.0, 4592.0, 4624.0, 4632.0, 4613.0, 4615.0, 4652.0, 4613.0, 4636.0, 4642.0, 4613.0, 4643.0, 4611.0, 4613.0, 4637.0, 4620.0, 4636.0, 4617.0, 4614.0, 4663.0, 4607.0, 4625.0, 4644.0, 4614.0, 4637.0, 4614.0, 4626.0, 4663.0, 4616.0, 4646.0], 'WindowWidth': [10330.0, 10212.0, 10218.0, 10148.0, 10126.0, 10138.0, 10096.0, 10108.0, 10124.0, 10072.0, 10054.0, 10079.0, 10072.0, 10105.0, 10051.0, 10102.0, 10017.0, 10046.0, 10049.0, 10046.0, 10022.0, 10021.0, 10034.0, 10016.0, 10050.0, 10044.0, 10065.0, 10057.0, 10053.0, 10074.0, 10069.0, 10062.0, 10105.0, 10113.0, 10113.0, 10079.0, 10102.0, 10116.0, 10112.0, 10103.0, 10138.0, 10103.0, 10107.0, 10154.0, 10128.0, 10123.0, 10147.0, 10150.0, 10159.0, 10211.0, 10187.0, 10163.0, 10208.0, 10167.0, 10141.0, 10171.0, 10112.0, 10139.0, 10194.0, 10183.0, 10194.0, 10121.0, 10146.0, 10174.0, 10101.0, 10119.0, 10180.0, 10107.0, 10138.0, 10152.0, 10127.0, 10175.0, 10090.0, 10126.0, 10165.0, 10106.0, 10124.0, 10164.0, 10120.0, 10172.0, 10153.0, 10156.0, 10104.0, 10136.0, 10172.0, 10103.0, 10137.0, 10178.0, 10085.0, 10118.0, 10162.0, 10100.0, 10143.0, 10125.0, 10118.0, 10122.0, 10084.0, 10116.0, 10162.0, 10101.0, 10121.0, 10153.0, 10120.0, 10178.0, 10124.0, 10118.0, 10166.0, 10087.0, 10117.0, 10160.0, 10103.0, 10119.0, 10166.0, 10120.0, 10130.0, 10119.0, 10127.0, 10183.0, 10123.0, 10122.0, 10104.0, 10136.0, 10120.0, 10092.0, 10137.0, 10173.0, 10125.0, 10130.0, 10108.0, 10137.0, 10141.0, 10094.0, 10144.0, 10187.0, 10126.0, 10155.0, 10163.0, 10146.0, 10182.0, 10110.0, 10138.0, 10173.0, 10111.0, 10146.0, 10190.0, 10147.0, 10188.0, 10106.0, 10138.0, 10154.0, 10110.0, 10142.0, 10194.0, 10133.0, 10169.0, 10133.0, 10159.0, 10195.0, 10129.0, 10141.0, 10194.0, 10144.0, 10188.0, 10142.0, 10148.0, 10194.0, 10129.0, 10144.0, 10172.0, 10138.0, 10181.0, 10138.0, 10140.0, 10190.0, 10111.0, 10145.0, 10187.0, 10112.0, 10140.0, 10171.0, 10144.0, 10190.0, 10105.0, 10123.0, 10140.0, 10159.0, 10133.0, 10165.0, 10142.0, 10183.0, 10216.0, 10117.0, 10149.0, 10197.0, 10120.0, 10136.0, 10187.0, 10133.0, 10151.0, 10162.0, 10136.0, 10172.0, 10119.0, 10128.0, 10101.0, 10133.0, 10174.0, 10091.0, 10122.0, 10175.0, 10136.0, 10189.0, 10126.0, 10137.0, 10089.0, 10132.0, 10140.0, 10084.0, 10121.0, 10169.0, 10134.0, 10159.0, 10124.0, 10140.0, 10184.0, 10146.0, 10122.0, 10106.0, 10142.0, 10191.0, 10142.0, 10186.0, 10113.0, 10141.0, 10190.0, 10118.0, 10164.0, 10157.0, 10125.0, 10187.0, 10137.0, 10161.0, 10103.0, 10120.0, 10166.0, 10114.0, 10120.0, 10150.0, 10120.0, 10172.0, 10125.0, 10126.0, 10173.0, 10133.0, 10123.0, 10099.0, 10135.0, 10154.0, 10106.0, 10133.0, 10169.0, 10139.0, 10137.0, 10106.0, 10124.0, 10171.0, 10139.0, 10151.0, 10108.0, 10143.0, 10146.0, 10110.0, 10129.0, 10174.0, 10140.0, 10165.0, 10143.0, 10147.0, 10193.0, 10138.0, 10182.0, 10146.0, 10160.0, 10198.0, 10130.0, 10143.0, 10181.0, 10142.0, 10199.0, 10145.0, 10148.0, 10188.0, 10145.0, 10143.0, 10174.0, 10160.0, 10195.0, 10126.0, 10144.0, 10183.0, 10114.0, 10126.0, 10191.0, 10126.0, 10147.0, 10147.0, 10140.0, 10123.0, 10108.0, 10139.0, 10193.0, 10124.0, 10154.0, 10165.0, 10142.0, 10151.0, 10112.0, 10149.0, 10188.0, 10121.0, 10139.0, 10147.0, 10140.0, 10143.0, 10107.0, 10162.0, 10177.0, 10133.0, 10143.0, 10175.0, 10154.0, 10148.0, 10172.0, 10145.0, 10156.0, 10132.0, 10168.0, 10194.0, 10131.0, 10146.0, 10181.0, 10160.0, 10190.0, 10113.0, 10143.0, 10199.0, 10113.0, 10150.0, 10180.0, 10143.0, 10171.0, 10150.0, 10146.0, 10179.0, 10128.0, 10145.0, 10192.0, 10130.0, 10152.0, 10170.0, 10167.0, 10184.0, 10148.0, 10161.0, 10131.0, 10163.0, 10188.0, 10171.0, 10186.0, 10197.0, 10149.0, 10208.0, 10184.0, 10163.0, 10186.0, 10132.0, 10165.0, 10194.0, 10124.0, 10172.0, 10158.0, 10136.0, 10160.0, 10086.0, 10140.0, 10172.0, 10120.0, 10150.0, 10113.0, 10139.0, 10170.0, 10095.0, 10132.0, 10168.0, 10124.0, 10150.0, 10109.0, 10135.0, 10155.0, 10102.0, 10118.0, 10165.0, 10117.0, 10119.0, 10086.0, 10131.0, 10128.0, 10104.0, 10122.0, 10170.0, 10135.0, 10122.0, 10127.0, 10142.0, 10130.0, 10101.0, 10128.0, 10174.0, 10133.0, 10127.0, 10114.0, 10136.0, 10158.0, 10108.0, 10124.0, 10174.0, 10123.0, 10141.0, 10120.0, 10148.0, 10146.0, 10132.0, 10164.0, 10182.0, 10143.0, 10166.0, 10184.0, 10151.0, 10181.0, 10182.0, 10153.0, 10202.0, 10180.0, 10142.0, 10183.0, 10113.0, 10140.0, 10198.0, 10164.0, 10147.0, 10170.0, 10214.0, 10201.0, 10158.0, 10169.0, 10117.0, 10159.0, 10150.0, 10126.0, 10147.0, 10184.0, 10130.0, 10171.0, 10107.0, 10138.0, 10152.0, 10096.0, 10130.0, 10114.0, 10142.0, 10142.0, 10165.0, 10151.0, 10184.0, 10220.0, 10152.0, 10168.0, 10159.0, 10134.0, 10128.0, 10116.0, 10122.0, 10158.0, 10104.0, 10120.0, 10164.0, 10123.0, 10123.0, 10112.0, 10122.0, 10169.0, 10108.0, 10123.0, 10156.0, 10118.0, 10144.0, 10106.0, 10114.0, 10152.0, 10088.0, 10102.0, 10148.0, 10114.0, 10115.0, 10099.0, 10121.0, 10140.0, 10090.0, 10107.0, 10158.0, 10104.0, 10120.0, 10087.0, 10119.0, 10117.0, 10110.0, 10124.0, 10157.0, 10140.0, 10138.0, 10130.0, 10141.0, 10165.0, 10126.0, 10130.0, 10165.0, 10108.0, 10126.0, 10170.0, 10121.0, 10145.0, 10174.0, 10125.0, 10165.0, 10108.0, 10139.0, 10150.0, 10111.0, 10143.0, 10195.0, 10128.0, 10168.0, 10135.0, 10152.0, 10194.0, 10147.0, 10165.0, 10185.0, 10151.0, 10168.0, 10179.0, 10166.0, 10208.0, 10200.0, 10150.0, 10195.0, 10134.0, 10149.0, 10185.0, 10136.0, 10142.0, 10181.0, 10110.0, 10140.0, 10185.0, 10106.0, 10126.0, 10177.0, 10125.0, 10136.0, 10113.0, 10145.0, 10165.0, 10113.0, 10147.0, 10190.0, 10130.0, 10145.0, 10146.0, 10141.0, 10149.0, 10168.0, 10161.0, 10175.0, 10131.0, 10149.0, 10199.0, 10113.0, 10144.0, 10186.0, 10143.0, 10187.0, 10176.0, 10141.0, 10167.0, 10159.0, 10138.0, 10177.0, 10107.0, 10139.0, 10171.0, 10107.0, 10140.0, 10171.0, 10135.0, 10171.0, 10120.0, 10135.0, 10134.0, 10109.0, 10141.0, 10157.0, 10125.0, 10127.0, 10171.0, 10125.0, 10154.0, 10157.0, 10131.0, 10163.0, 10123.0, 10136.0, 10144.0, 10108.0, 10141.0, 10164.0, 10137.0, 10147.0, 10103.0, 10139.0, 10161.0, 10139.0, 10138.0, 10143.0, 10151.0, 10170.0, 10161.0, 10161.0, 10155.0, 10176.0, 10140.0, 10164.0, 10180.0, 10222.0, 10223.0, 10146.0, 10193.0, 10182.0, 10175.0, 10183.0, 10128.0, 10139.0, 10174.0, 10089.0, 10121.0, 10162.0, 10120.0, 10154.0, 10068.0, 10112.0, 10098.0, 10109.0, 10136.0, 10164.0, 10117.0, 10114.0, 10098.0, 10127.0, 10127.0, 10103.0, 10120.0, 10109.0, 10136.0, 10114.0, 10118.0, 10145.0, 10165.0, 10139.0, 10162.0, 10125.0, 10142.0, 10179.0, 10128.0, 10185.0, 10165.0, 10162.0, 10214.0, 10164.0, 10148.0, 10186.0, 10195.0, 10150.0, 10175.0, 10219.0, 10141.0, 10187.0, 10156.0, 10195.0, 10121.0, 10151.0, 10190.0, 10092.0, 10110.0, 10153.0, 10109.0, 10157.0, 10129.0, 10162.0, 10214.0, 10150.0, 10170.0, 10169.0, 10108.0, 10117.0, 10082.0, 10089.0, 10130.0, 10073.0, 10112.0, 10094.0, 10070.0, 10101.0, 10043.0, 10047.0, 10097.0, 10044.0, 10042.0, 10061.0, 10051.0, 10058.0, 10054.0, 10073.0, 10070.0, 10076.0, 10066.0, 10076.0, 10088.0, 10046.0, 10097.0, 10075.0, 10080.0, 10086.0, 10079.0, 10103.0, 10101.0, 10111.0, 10123.0, 10153.0, 10107.0, 10126.0, 10132.0, 10124.0, 10163.0, 10120.0, 10144.0, 10177.0, 10127.0, 10140.0, 10145.0, 10126.0, 10178.0, 10117.0, 10134.0, 10193.0, 10131.0, 10145.0, 10158.0, 10130.0, 10179.0, 10115.0, 10145.0, 10156.0, 10148.0, 10181.0, 10113.0, 10141.0, 10196.0, 10115.0, 10153.0, 10160.0, 10139.0, 10155.0, 10145.0, 10123.0, 10169.0, 10097.0, 10123.0, 10175.0, 10093.0, 10123.0, 10171.0, 10093.0, 10120.0, 10152.0, 10119.0, 10144.0, 10088.0, 10119.0, 10134.0, 10104.0, 10128.0, 10169.0, 10122.0, 10124.0, 10098.0, 10123.0, 10135.0, 10108.0, 10128.0, 10179.0, 10113.0, 10148.0, 10148.0, 10127.0, 10126.0, 10110.0, 10147.0, 10192.0, 10133.0, 10151.0, 10161.0, 10143.0, 10195.0, 10110.0, 10127.0, 10190.0, 10118.0, 10150.0, 10140.0, 10120.0, 10173.0, 10104.0, 10123.0, 10173.0, 10106.0, 10126.0, 10165.0, 10117.0, 10134.0, 10102.0, 10139.0, 10158.0, 10092.0, 10119.0, 10165.0, 10104.0, 10122.0, 10148.0, 10136.0, 10145.0, 10103.0, 10124.0, 10165.0, 10103.0, 10121.0, 10140.0, 10119.0, 10158.0, 10107.0, 10124.0, 10167.0, 10123.0, 10134.0, 10090.0, 10123.0, 10159.0, 10107.0, 10127.0, 10185.0, 10124.0, 10144.0, 10095.0, 10139.0, 10129.0, 10099.0, 10128.0, 10151.0, 10117.0, 10128.0, 10151.0, 10126.0, 10148.0, 10148.0, 10144.0, 10153.0, 10113.0, 10150.0, 10177.0, 10116.0, 10146.0, 10165.0, 10151.0, 10158.0, 10101.0, 10147.0, 10168.0, 10131.0, 10145.0, 10128.0, 10153.0, 10187.0, 10134.0, 10157.0, 10215.0, 10138.0, 10193.0, 10193.0, 10144.0, 10202.0, 10139.0, 10144.0, 10181.0, 10115.0, 10148.0, 10194.0, 10133.0, 10187.0, 10121.0, 10147.0, 10167.0, 10128.0, 10144.0, 10179.0, 10133.0, 10159.0, 10113.0, 10144.0, 10167.0, 10115.0, 10160.0, 10185.0, 10146.0, 10197.0, 10099.0, 10143.0, 10190.0, 10144.0, 10180.0, 10135.0, 10162.0, 10193.0, 10132.0, 10187.0, 10127.0, 10144.0, 10187.0, 10116.0, 10142.0, 10181.0, 10143.0, 10167.0, 10110.0, 10141.0, 10189.0, 10130.0, 10181.0, 10123.0, 10127.0, 10184.0, 10121.0, 10123.0, 10142.0, 10120.0, 10171.0, 10129.0, 10124.0, 10128.0, 10125.0, 10132.0, 10103.0, 10121.0, 10107.0, 10142.0, 10127.0, 10097.0, 10139.0, 10169.0, 10146.0, 10143.0, 10101.0, 10162.0, 10191.0, 10114.0, 10153.0, 10160.0, 10138.0, 10140.0, 10133.0, 10136.0, 10175.0, 10094.0, 10124.0, 10146.0, 10092.0, 10123.0, 10154.0, 10122.0, 10149.0, 10115.0, 10137.0, 10118.0, 10116.0, 10140.0, 10124.0, 10141.0, 10163.0, 10095.0, 10138.0, 10160.0, 10107.0, 10138.0, 10095.0, 10139.0, 10164.0, 10096.0, 10123.0, 10161.0, 10098.0, 10126.0, 10159.0, 10108.0, 10124.0, 10104.0, 10131.0, 10152.0, 10098.0, 10125.0, 10175.0, 10110.0, 10126.0, 10106.0, 10128.0, 10137.0, 10118.0, 10151.0, 10163.0, 10133.0, 10170.0, 10098.0, 10142.0, 10183.0, 10112.0, 10142.0, 10180.0, 10124.0, 10168.0, 10098.0, 10148.0, 10178.0, 10111.0, 10132.0, 10171.0, 10126.0, 10139.0, 10092.0, 10144.0, 10171.0, 10109.0, 10126.0, 10180.0, 10112.0, 10138.0, 10145.0, 10141.0, 10173.0, 10108.0, 10124.0, 10130.0, 10138.0, 10124.0, 10093.0, 10126.0, 10181.0, 10142.0, 10140.0, 10094.0, 10146.0, 10163.0, 10125.0, 10139.0, 10127.0, 10145.0, 10198.0, 10112.0, 10157.0, 10146.0, 10129.0, 10142.0, 10121.0, 10128.0, 10176.0, 10145.0, 10162.0, 10112.0, 10137.0, 10170.0, 10125.0, 10164.0, 10095.0, 10141.0, 10148.0, 10112.0, 10125.0, 10163.0, 10122.0, 10146.0, 10091.0, 10124.0, 10132.0, 10114.0, 10126.0, 10096.0, 10129.0, 10150.0, 10124.0, 10125.0, 10177.0, 10124.0, 10138.0, 10127.0, 10115.0, 10137.0, 10101.0, 10123.0, 10138.0, 10125.0, 10136.0, 10122.0, 10142.0, 10181.0, 10144.0, 10147.0, 10112.0, 10150.0, 10184.0, 10128.0, 10144.0, 10185.0, 10130.0, 10161.0, 10178.0, 10141.0, 10174.0, 10095.0, 10140.0, 10135.0, 10077.0, 10139.0, 10159.0, 10110.0, 10123.0, 10097.0, 10124.0, 10123.0, 10111.0, 10140.0, 10127.0, 10145.0, 10143.0, 10111.0, 10142.0, 10181.0, 10138.0, 10163.0, 10111.0, 10148.0, 10178.0, 10112.0, 10142.0, 10154.0, 10126.0, 10165.0, 10112.0, 10140.0, 10172.0, 10125.0, 10166.0, 10119.0, 10139.0, 10157.0, 10096.0, 10122.0, 10164.0, 10124.0, 10136.0, 10129.0, 10145.0, 10179.0, 10126.0, 10168.0, 10126.0, 10124.0, 10175.0, 10140.0, 10127.0, 10129.0, 10130.0, 10218.0, 10188.0, 10208.0, 10127.0, 10113.0, 10136.0, 10179.0, 10136.0, 10141.0, 10139.0, 10158.0, 10199.0, 10110.0, 10140.0, 10191.0, 10117.0, 10132.0, 10068.0, 10142.0, 10170.0, 10117.0, 10144.0, 10103.0, 10106.0, 10142.0, 10090.0, 10123.0, 10074.0, 10100.0, 10068.0, 10073.0, 10126.0, 10074.0, 10095.0, 10071.0, 10074.0, 10057.0, 10076.0, 10125.0, 10089.0, 10103.0, 10075.0, 10093.0, 10100.0, 10095.0, 10146.0, 10112.0, 10134.0, 10119.0, 10096.0, 10077.0, 10096.0, 10131.0, 10101.0, 10100.0, 10090.0, 10116.0, 10110.0, 10086.0, 10102.0, 10120.0, 10116.0, 10126.0, 10089.0, 10106.0, 10123.0, 10121.0, 10123.0, 10091.0, 10108.0, 10170.0, 10130.0, 10122.0, 10091.0, 10124.0, 10130.0, 10117.0, 10141.0, 10109.0, 10144.0, 10129.0, 10113.0, 10130.0, 10191.0, 10144.0, 10158.0, 10117.0, 10147.0, 10151.0, 10118.0, 10148.0, 10179.0, 10148.0, 10198.0, 10127.0, 10144.0, 10192.0, 10129.0, 10210.0, 10139.0, 10143.0, 10164.0, 10096.0, 10127.0, 10176.0, 10114.0, 10128.0, 10111.0, 10143.0, 10138.0, 10119.0, 10151.0, 10177.0, 10150.0, 10170.0, 10112.0, 10142.0, 10186.0, 10115.0, 10172.0, 10121.0, 10143.0, 10192.0, 10095.0, 10144.0, 10172.0, 10134.0, 10169.0, 10105.0, 10121.0, 10133.0, 10104.0, 10122.0, 10175.0, 10104.0, 10128.0, 10143.0, 10126.0, 10108.0, 10103.0, 10140.0, 10175.0, 10112.0, 10144.0, 10115.0, 10140.0, 10177.0, 10130.0, 10161.0, 10128.0, 10147.0, 10174.0, 10112.0, 10143.0, 10177.0, 10142.0, 10170.0, 10112.0, 10151.0, 10157.0, 10115.0, 10125.0, 10176.0, 10223.0, 10191.0, 10118.0, 10146.0, 10114.0, 10147.0, 10129.0, 10151.0, 10202.0, 10145.0, 10130.0, 10200.0, 10108.0, 10125.0, 10170.0, 10108.0, 10123.0, 10085.0, 10127.0, 10173.0, 10091.0, 10110.0, 10113.0, 10127.0, 10117.0, 10092.0, 10129.0, 10157.0, 10122.0, 10163.0, 10109.0, 10121.0, 10155.0, 10099.0, 10120.0, 10116.0, 10123.0, 10131.0, 10096.0, 10122.0, 10168.0, 10093.0, 10137.0, 10109.0, 10130.0, 10166.0, 10113.0, 10124.0, 10121.0, 10129.0, 10184.0, 10120.0, 10130.0, 10175.0, 10126.0, 10139.0, 10118.0, 10131.0, 10124.0, 10151.0, 10197.0, 10117.0, 10152.0, 10190.0, 10143.0, 10169.0, 10120.0, 10150.0, 10198.0, 10116.0, 10187.0, 10147.0, 10127.0, 10165.0, 10103.0, 10149.0, 10177.0, 10114.0, 10166.0, 10124.0, 10138.0, 10189.0, 10108.0, 10128.0, 10159.0, 10130.0, 10162.0, 10116.0, 10128.0, 10177.0, 10115.0, 10148.0, 10150.0, 10128.0, 10149.0, 10106.0, 10116.0, 10145.0, 10114.0, 10125.0, 10097.0, 10127.0, 10136.0, 10112.0, 10129.0, 10124.0, 10141.0, 10168.0, 10157.0, 10158.0, 10116.0, 10149.0, 10183.0, 10156.0, 10173.0, 10117.0, 10153.0, 10185.0, 10116.0, 10169.0, 10145.0, 10117.0, 10163.0, 10119.0, 10130.0, 10130.0, 10152.0, 10139.0, 10165.0, 10185.0, 10102.0, 10143.0, 10140.0, 10114.0, 10179.0, 10145.0, 10125.0, 10133.0, 10209.0, 10185.0, 10172.0, 10158.0, 10115.0, 10123.0, 10106.0, 10115.0, 10144.0, 10100.0, 10131.0, 10161.0, 10128.0, 10123.0, 10092.0, 10111.0, 10134.0, 10094.0, 10110.0, 10097.0, 10130.0, 10153.0, 10100.0, 10146.0, 10163.0, 10136.0, 10155.0, 10115.0, 10146.0, 10180.0, 10104.0, 10173.0, 10170.0, 10129.0, 10164.0, 10111.0, 10139.0, 10178.0, 10121.0, 10163.0, 10115.0, 10144.0, 10110.0, 10148.0, 10166.0, 10125.0, 10149.0, 10200.0, 10131.0, 10173.0, 10165.0, 10125.0, 10179.0, 10105.0, 10128.0, 10175.0, 10092.0, 10126.0, 10158.0, 10119.0, 10164.0, 10096.0, 10125.0, 10153.0, 10108.0, 10130.0, 10091.0, 10128.0, 10132.0, 10132.0, 10130.0, 10094.0, 10127.0, 10176.0, 10102.0, 10154.0, 10161.0, 10125.0, 10136.0, 10112.0, 10126.0, 10171.0, 10124.0, 10139.0, 10091.0, 10127.0, 10122.0, 10109.0, 10126.0, 10174.0, 10129.0, 10141.0, 10119.0, 10146.0, 10163.0, 10114.0, 10167.0, 10135.0, 10147.0, 10175.0, 10128.0, 10159.0, 10125.0, 10131.0, 10188.0, 10138.0, 10152.0, 10176.0, 10130.0, 10193.0, 10163.0, 10133.0, 10172.0, 10097.0, 10143.0, 10152.0, 10128.0, 10134.0, 10178.0, 10127.0, 10160.0, 10162.0, 10128.0, 10168.0, 10122.0, 10125.0, 10166.0, 10150.0, 10167.0, 10140.0, 10134.0, 10196.0, 10125.0, 10148.0, 10170.0, 10132.0, 10167.0, 10134.0, 10151.0, 10197.0, 10137.0, 10174.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.0017659792556436855</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02224829408175717</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.912575485372415</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.262131026214895</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.017119278815629</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4846</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5030.0854</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08395394332430545</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.3557046979865772</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2897617926737364</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.299332126997832</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.437979214601319</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.131974036422058</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0107377</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012403786182403564</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029653262346982956</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1639</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.162127627505009</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.1879</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.1289</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.6682</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297430.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>920.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>395.076</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8381</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>604.8957</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3854.256</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3994.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79114.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1609.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5070.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.5993</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.92655004467815</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> |