=== 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-0061 --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-0061",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
169 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
169 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0061_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-0061_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-0061_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-0061/figures/sub-0061_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0061/figures/sub-0061_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-0061/figures/sub-0061_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061/ses-03/func/sub-0061_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>af7e08eabf269c43a47fceb89d99c8c8</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:14:59.027500</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.998443, -0.0300446, 0.0469983, 0.0254476, 0.995102, 0.0955233]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0819135</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>[4166, -7744, -7362, 665, -76, -247, -25, 99]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>239.733</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>189764f3-eab9-448f-ba6b-b5b904c80642||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.6787495613098145, 0.06827399879693985, 0.13402265310287476, 104.42926788330078], [0.0806073322892189, 2.669785499572754, 0.254282146692276, -106.83174133300781], [0.12609292566776276, -0.2562820315361023, 2.6846561431884766, -99.02295684814453], [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': ['181459.027500', '181459.487500', '181459.947500', '181500.407500', '181500.867500', '181501.327500', '181501.787500', '181502.247500', '181502.707500', '181503.167500', '181503.627500', '181504.087500', '181504.547500', '181505.007500', '181505.467500', '181505.927500', '181506.387500', '181506.847500', '181507.307500', '181507.767500', '181508.227500', '181508.687500', '181509.147500', '181509.607500', '181510.067500', '181510.527500', '181510.987500', '181511.447500', '181511.907500', '181512.367500', '181512.827500', '181513.287500', '181513.747500', '181514.207500', '181514.667500', '181515.127500', '181515.587500', '181516.047500', '181516.507500', '181516.967500', '181517.427500', '181517.887500', '181518.347500', '181518.807500', '181519.267500', '181519.727500', '181520.187500', '181520.647500', '181521.107500', '181521.567500', '181522.027500', '181522.487500', '181522.947500', '181523.407500', '181523.867500', '181524.327500', '181524.787500', '181525.247500', '181525.707500', '181526.167500', '181526.627500', '181527.087500', '181527.547500', '181528.007500', '181528.467500', '181528.927500', '181529.387500', '181529.847500', '181530.307500', '181530.767500', '181531.227500', '181531.687500', '181532.147500', '181532.607500', '181533.067500', '181533.527500', '181533.987500', '181534.447500', '181534.907500', '181535.367500', '181535.827500', '181536.287500', '181536.747500', '181537.207500', '181537.667500', '181538.127500', '181538.587500', '181539.047500', '181539.507500', '181539.967500', '181540.427500', '181540.887500', '181541.347500', '181541.807500', '181542.267500', '181542.727500', '181543.187500', '181543.647500', '181544.107500', '181544.567500', '181545.027500', '181545.487500', '181545.947500', '181546.407500', '181546.867500', '181547.327500', '181547.787500', '181548.247500', '181548.707500', '181549.167500', '181549.627500', '181550.087500', '181550.547500', '181551.007500', '181551.467500', '181551.927500', '181552.387500', '181552.847500', '181553.307500', '181553.767500', '181554.227500', '181554.687500', '181555.147500', '181555.607500', '181556.067500', '181556.527500', '181556.987500', '181557.447500', '181557.907500', '181558.367500', '181558.827500', '181559.287500', '181559.747500', '181600.207500', '181600.667500', '181601.127500', '181601.587500', '181602.047500', '181602.507500', '181602.967500', '181603.427500', '181603.887500', '181604.347500', '181604.807500', '181605.267500', '181605.727500', '181606.187500', '181606.647500', '181607.107500', '181607.567500', '181608.027500', '181608.487500', '181608.947500', '181609.407500', '181609.867500', '181610.327500', '181610.787500', '181611.247500', '181611.707500', '181612.167500', '181612.627500', '181613.087500', '181613.547500', '181614.007500', '181614.467500', '181614.927500', '181615.387500', '181615.847500', '181616.307500', '181616.767500', '181617.227500', '181617.687500', '181618.147500', '181618.607500', '181619.067500', '181619.527500', '181619.987500', '181620.447500', '181620.907500', '181621.367500', '181621.827500', '181622.287500', '181622.747500', '181623.207500', '181623.667500', '181624.127500', '181624.587500', '181625.047500', '181625.507500', '181625.967500', '181626.427500', '181626.887500', '181627.347500', '181627.807500', '181628.267500', '181628.727500', '181629.187500', '181629.647500', '181630.107500', '181630.567500', '181631.027500', '181631.487500', '181631.947500', '181632.407500', '181632.867500', '181633.327500', '181633.787500', '181634.247500', '181634.707500', '181635.167500', '181635.627500', '181636.087500', '181636.547500', '181637.007500', '181637.467500', '181637.927500', '181638.387500', '181638.847500', '181639.307500', '181639.767500', '181640.227500', '181640.687500', '181641.147500', '181641.607500', '181642.067500', '181642.527500', '181642.987500', '181643.447500', '181643.907500', '181644.367500', '181644.827500', '181645.287500', '181645.747500', '181646.207500', '181646.667500', '181647.127500', '181647.587500', '181648.047500', '181648.507500', '181648.967500', '181649.427500', '181649.887500', '181650.347500', '181650.807500', '181651.267500', '181651.727500', '181652.187500', '181652.647500', '181653.107500', '181653.567500', '181654.027500', '181654.487500', '181654.947500', '181655.407500', '181655.867500', '181656.327500', '181656.787500', '181657.247500', '181657.707500', '181658.167500', '181658.627500', '181659.087500', '181659.547500', '181700.007500', '181700.467500', '181700.927500', '181701.387500', '181701.847500', '181702.307500', '181702.767500', '181703.227500', '181703.687500', '181704.147500', '181704.607500', '181705.067500', '181705.527500', '181705.987500', '181706.447500', '181706.907500', '181707.367500', '181707.827500', '181708.287500', '181708.747500', '181709.207500', '181709.667500', '181710.127500', '181710.587500', '181711.047500', '181711.507500', '181711.967500', '181712.427500', '181712.887500', '181713.347500', '181713.807500', '181714.267500', '181714.727500', '181715.187500', '181715.647500', '181716.107500', '181716.567500', '181717.027500', '181717.487500', '181717.947500', '181718.407500', '181718.867500', '181719.327500', '181719.787500', '181720.247500', '181720.707500', '181721.167500', '181721.627500', '181722.087500', '181722.547500', '181723.007500', '181723.467500', '181723.927500', '181724.387500', '181724.847500', '181725.307500', '181725.767500', '181726.227500', '181726.687500', '181727.147500', '181727.607500', '181728.067500', '181728.527500', '181728.987500', '181729.447500', '181729.907500', '181730.367500', '181730.827500', '181731.287500', '181731.747500', '181732.207500', '181732.667500', '181733.127500', '181733.587500', '181734.047500', '181734.507500', '181734.967500', '181735.427500', '181735.887500', '181736.347500', '181736.807500', '181737.267500', '181737.727500', '181738.187500', '181738.647500', '181739.107500', '181739.567500', '181740.027500', '181740.487500', '181740.947500', '181741.407500', '181741.867500', '181742.327500', '181742.787500', '181743.247500', '181743.707500', '181744.167500', '181744.627500', '181745.087500', '181745.547500', '181746.007500', '181746.467500', '181746.927500', '181747.387500', '181747.847500', '181748.307500', '181748.767500', '181749.227500', '181749.687500', '181750.147500', '181750.607500', '181751.067500', '181751.527500', '181751.987500', '181752.447500', '181752.907500', '181753.367500', '181753.827500', '181754.287500', '181754.747500', '181755.207500', '181755.667500', '181756.127500', '181756.587500', '181757.047500', '181757.507500', '181757.967500', '181758.427500', '181758.887500', '181759.347500', '181759.807500', '181800.267500', '181800.727500', '181801.187500', '181801.647500', '181802.107500', '181802.567500', '181803.027500', '181803.487500', '181803.947500', '181804.407500', '181804.867500', '181805.327500', '181805.787500', '181806.247500', '181806.707500', '181807.167500', '181807.627500', '181808.087500', '181808.547500', '181809.007500', '181809.467500', '181809.927500', '181810.387500', '181810.847500', '181811.307500', '181811.767500', '181812.227500', '181812.687500', '181813.147500', '181813.607500', '181814.067500', '181814.527500', '181814.987500', '181815.447500', '181815.907500', '181816.367500', '181816.827500', '181817.287500', '181817.747500', '181818.207500', '181818.667500', '181819.127500', '181819.587500', '181820.047500', '181820.507500', '181820.967500', '181821.427500', '181821.887500', '181822.347500', '181822.807500', '181823.267500', '181823.727500', '181824.187500', '181824.647500', '181825.107500', '181825.567500', '181826.027500', '181826.487500', '181826.947500', '181827.407500', '181827.867500', '181828.327500', '181828.787500', '181829.247500', '181829.707500', '181830.167500', '181830.627500', '181831.087500', '181831.547500', '181832.007500', '181832.467500', '181832.927500', '181833.387500', '181833.847500', '181834.307500', '181834.767500', '181835.227500', '181835.687500', '181836.147500', '181836.607500', '181837.067500', '181837.527500', '181837.987500', '181838.447500', '181838.907500', '181839.367500', '181839.827500', '181840.287500', '181840.747500', '181841.207500', '181841.667500', '181842.127500', '181842.587500', '181843.047500', '181843.507500', '181843.967500', '181844.427500', '181844.887500', '181845.347500', '181845.807500', '181846.267500', '181846.727500', '181847.187500', '181847.647500', '181848.107500', '181848.567500', '181849.027500', '181849.487500', '181849.947500', '181850.407500', '181850.867500', '181851.327500', '181851.787500', '181852.247500', '181852.707500', '181853.167500', '181853.627500', '181854.087500', '181854.547500', '181855.007500', '181855.467500', '181855.927500', '181856.387500', '181856.847500', '181857.307500', '181857.767500', '181858.227500', '181858.687500', '181859.147500', '181859.607500', '181900.067500', '181900.527500', '181900.987500', '181901.447500', '181901.907500', '181902.367500', '181902.827500', '181903.287500', '181903.747500', '181904.207500', '181904.667500', '181905.127500', '181905.587500', '181906.047500', '181906.507500', '181906.967500', '181907.427500', '181907.887500', '181908.347500', '181908.807500', '181909.267500', '181909.727500', '181910.187500', '181910.647500', '181911.107500', '181911.567500', '181912.027500', '181912.487500', '181912.947500', '181913.407500', '181913.867500', '181914.327500', '181914.787500', '181915.247500', '181915.707500', '181916.167500', '181916.627500', '181917.087500', '181917.547500', '181918.007500', '181918.467500', '181918.927500', '181919.387500', '181919.847500', '181920.307500', '181920.767500', '181921.227500', '181921.687500', '181922.147500', '181922.607500', '181923.067500', '181923.527500', '181923.987500', '181924.447500', '181924.907500', '181925.367500', '181925.827500', '181926.287500', '181926.747500', '181927.207500', '181927.667500', '181928.127500', '181928.587500', '181929.047500', '181929.507500', '181929.967500', '181930.427500', '181930.887500', '181931.347500', '181931.807500', '181932.267500', '181932.727500', '181933.187500', '181933.647500', '181934.107500', '181934.567500', '181935.027500', '181935.487500', '181935.947500', '181936.407500', '181936.867500', '181937.327500', '181937.787500', '181938.247500', '181938.707500', '181939.167500', '181939.627500', '181940.087500', '181940.547500', '181941.007500', '181941.467500', '181941.927500', '181942.387500', '181942.847500', '181943.307500', '181943.767500', '181944.227500', '181944.687500', '181945.147500', '181945.607500', '181946.067500', '181946.527500', '181946.987500', '181947.447500', '181947.907500', '181948.367500', '181948.827500', '181949.287500', '181949.747500', '181950.207500', '181950.667500', '181951.127500', '181951.587500', '181952.047500', '181952.507500', '181952.967500', '181953.427500', '181953.887500', '181954.347500', '181954.807500', '181955.267500', '181955.727500', '181956.187500', '181956.647500', '181957.107500', '181957.567500', '181958.027500', '181958.487500', '181958.947500', '181959.407500', '181959.867500', '182000.327500', '182000.787500', '182001.247500', '182001.707500', '182002.167500', '182002.627500', '182003.087500', '182003.547500', '182004.007500', '182004.467500', '182004.927500', '182005.387500', '182005.847500', '182006.307500', '182006.767500', '182007.227500', '182007.687500', '182008.147500', '182008.607500', '182009.067500', '182009.527500', '182009.987500', '182010.447500', '182010.907500', '182011.367500', '182011.827500', '182012.287500', '182012.747500', '182013.207500', '182013.667500', '182014.127500', '182014.587500', '182015.047500', '182015.507500', '182015.967500', '182016.427500', '182016.887500', '182017.347500', '182017.807500', '182018.267500', '182018.727500', '182019.187500', '182019.647500', '182020.107500', '182020.567500', '182021.027500', '182021.487500', '182021.947500', '182022.407500', '182022.867500', '182023.327500', '182023.787500', '182024.247500', '182024.707500', '182025.167500', '182025.627500', '182026.087500', '182026.547500', '182027.007500', '182027.467500', '182027.927500', '182028.387500', '182028.847500', '182029.307500', '182029.767500', '182030.227500', '182030.687500', '182031.147500', '182031.607500', '182032.067500', '182032.527500', '182032.987500', '182033.447500', '182033.907500', '182034.367500', '182034.827500', '182035.287500', '182035.747500', '182036.207500', '182036.667500', '182037.127500', '182037.587500', '182038.047500', '182038.507500', '182038.967500', '182039.427500', '182039.887500', '182040.347500', '182040.807500', '182041.267500', '182041.727500', '182042.187500', '182042.647500', '182043.107500', '182043.567500', '182044.027500', '182044.487500', '182044.947500', '182045.407500', '182045.867500', '182046.327500', '182046.787500', '182047.247500', '182047.707500', '182048.167500', '182048.627500', '182049.087500', '182049.547500', '182050.007500', '182050.467500', '182050.927500', '182051.387500', '182051.847500', '182052.307500', '182052.767500', '182053.227500', '182053.687500', '182054.147500', '182054.607500', '182055.067500', '182055.527500', '182055.987500', '182056.447500', '182056.907500', '182057.367500', '182057.827500', '182058.287500', '182058.747500', '182059.207500', '182059.667500', '182100.127500', '182100.587500', '182101.047500', '182101.507500', '182101.967500', '182102.427500', '182102.887500', '182103.347500', '182103.807500', '182104.267500', '182104.727500', '182105.187500', '182105.647500', '182106.107500', '182106.567500', '182107.027500', '182107.487500', '182107.947500', '182108.407500', '182108.867500', '182109.327500', '182109.787500', '182110.247500', '182110.707500', '182111.167500', '182111.627500', '182112.087500', '182112.547500', '182113.007500', '182113.467500', '182113.927500', '182114.387500', '182114.847500', '182115.307500', '182115.767500', '182116.227500', '182116.687500', '182117.147500', '182117.607500', '182118.067500', '182118.527500', '182118.987500', '182119.447500', '182119.907500', '182120.367500', '182120.827500', '182121.287500', '182121.747500', '182122.207500', '182122.667500', '182123.127500', '182123.587500', '182124.047500', '182124.507500', '182124.967500', '182125.427500', '182125.887500', '182126.347500', '182126.807500', '182127.267500', '182127.727500', '182128.187500', '182128.647500', '182129.107500', '182129.567500', '182130.027500', '182130.487500', '182130.947500', '182131.407500', '182131.867500', '182132.327500', '182132.787500', '182133.247500', '182133.707500', '182134.167500', '182134.627500', '182135.087500', '182135.547500', '182136.007500', '182136.467500', '182136.927500', '182137.387500', '182137.847500', '182138.307500', '182138.767500', '182139.227500', '182139.687500', '182140.147500', '182140.607500', '182141.067500', '182141.527500', '182141.987500', '182142.447500', '182142.907500', '182143.367500', '182143.827500', '182144.287500', '182144.747500', '182145.207500', '182145.667500', '182146.127500', '182146.587500', '182147.047500', '182147.507500', '182147.967500', '182148.427500', '182148.887500', '182149.347500', '182149.807500', '182150.267500', '182150.727500', '182151.187500', '182151.647500', '182152.107500', '182152.567500', '182153.027500', '182153.487500', '182153.947500', '182154.407500', '182154.867500', '182155.327500', '182155.787500', '182156.247500', '182156.707500', '182157.167500', '182157.627500', '182158.087500', '182158.547500', '182159.007500', '182159.467500', '182159.927500', '182200.387500', '182200.847500', '182201.307500', '182201.767500', '182202.227500', '182202.687500', '182203.147500', '182203.607500', '182204.067500', '182204.527500', '182204.987500', '182205.447500', '182205.907500', '182206.367500', '182206.827500', '182207.287500', '182207.747500', '182208.207500', '182208.667500', '182209.127500', '182209.587500', '182210.047500', '182210.507500', '182210.967500', '182211.427500', '182211.887500', '182212.347500', '182212.807500', '182213.267500', '182213.727500', '182214.187500', '182214.647500', '182215.107500', '182215.567500', '182216.027500', '182216.487500', '182216.947500', '182217.407500', '182217.867500', '182218.327500', '182218.787500', '182219.247500', '182219.707500', '182220.167500', '182220.627500', '182221.087500', '182221.547500', '182222.007500', '182222.467500', '182222.927500', '182223.387500', '182223.847500', '182224.307500', '182224.767500', '182225.227500', '182225.687500', '182226.147500', '182226.607500', '182227.067500', '182227.527500', '182227.987500', '182228.447500', '182228.907500', '182229.367500', '182229.827500', '182230.287500', '182230.747500', '182231.207500', '182231.667500', '182232.127500', '182232.587500', '182233.047500', '182233.507500', '182233.967500', '182234.427500', '182234.887500', '182235.347500', '182235.807500', '182236.267500', '182236.727500', '182237.187500', '182237.647500', '182238.107500', '182238.567500', '182239.027500', '182239.487500', '182239.947500', '182240.407500', '182240.867500', '182241.327500', '182241.787500', '182242.247500', '182242.707500', '182243.167500', '182243.627500', '182244.087500', '182244.547500', '182245.007500', '182245.467500', '182245.927500', '182246.387500', '182246.847500', '182247.307500', '182247.767500', '182248.227500', '182248.687500', '182249.147500', '182249.607500', '182250.067500', '182250.527500', '182250.987500', '182251.447500', '182251.907500', '182252.367500', '182252.827500', '182253.287500', '182253.747500', '182254.207500', '182254.667500', '182255.127500', '182255.587500', '182256.047500', '182256.507500', '182256.967500', '182257.427500', '182257.887500', '182258.347500', '182258.807500', '182259.267500', '182259.727500', '182300.187500', '182300.647500', '182301.107500', '182301.567500', '182302.027500', '182302.487500', '182302.947500', '182303.407500', '182303.867500', '182304.327500', '182304.787500', '182305.247500', '182305.707500', '182306.167500', '182306.627500', '182307.087500', '182307.547500', '182308.007500', '182308.467500', '182308.927500', '182309.387500', '182309.847500', '182310.307500', '182310.767500', '182311.227500', '182311.687500', '182312.147500', '182312.607500', '182313.067500', '182313.527500', '182313.987500', '182314.447500', '182314.907500', '182315.367500', '182315.827500', '182316.287500', '182316.747500', '182317.207500', '182317.667500', '182318.127500', '182318.587500', '182319.047500', '182319.507500', '182319.967500', '182320.427500', '182320.887500', '182321.347500', '182321.807500', '182322.267500', '182322.727500', '182323.187500', '182323.647500', '182324.107500', '182324.567500', '182325.027500', '182325.487500', '182325.947500', '182326.407500', '182326.867500', '182327.327500', '182327.787500', '182328.247500', '182328.707500', '182329.167500', '182329.627500', '182330.087500', '182330.547500', '182331.007500', '182331.467500', '182331.927500', '182332.387500', '182332.847500', '182333.307500', '182333.767500', '182334.227500', '182334.687500', '182335.147500', '182335.607500', '182336.067500', '182336.527500', '182336.987500', '182337.447500', '182337.907500', '182338.367500', '182338.827500', '182339.287500', '182339.747500', '182340.207500', '182340.667500', '182341.127500', '182341.587500', '182342.047500', '182342.507500', '182342.967500', '182343.427500', '182343.887500', '182344.347500', '182344.807500', '182345.267500', '182345.727500', '182346.187500', '182346.647500', '182347.107500', '182347.567500', '182348.027500', '182348.487500', '182348.947500', '182349.407500', '182349.867500', '182350.327500', '182350.787500', '182351.247500', '182351.707500', '182352.167500', '182352.627500', '182353.087500', '182353.547500', '182354.007500', '182354.467500', '182354.927500', '182355.387500', '182355.847500', '182356.307500', '182356.767500', '182357.227500', '182357.687500', '182358.147500', '182358.607500', '182359.067500', '182359.527500', '182359.987500', '182400.447500', '182400.907500', '182401.367500', '182401.827500', '182402.287500', '182402.747500', '182403.207500', '182403.667500', '182404.127500', '182404.587500', '182405.047500', '182405.507500', '182405.967500', '182406.427500', '182406.887500', '182407.347500', '182407.807500', '182408.267500', '182408.727500', '182409.187500', '182409.647500', '182410.107500', '182410.567500', '182411.027500', '182411.487500', '182411.947500', '182412.407500', '182412.867500', '182413.327500', '182413.787500', '182414.247500', '182414.707500', '182415.167500', '182415.627500', '182416.087500', '182416.547500', '182417.007500', '182417.467500', '182417.927500', '182418.387500', '182418.847500', '182419.307500', '182419.767500', '182420.227500', '182420.687500', '182421.147500', '182421.607500', '182422.067500', '182422.527500', '182422.987500', '182423.447500', '182423.907500', '182424.367500', '182424.827500', '182425.287500', '182425.747500', '182426.207500', '182426.667500', '182427.127500', '182427.587500', '182428.047500', '182428.507500', '182428.967500', '182429.427500', '182429.887500', '182430.347500', '182430.807500', '182431.267500', '182431.727500', '182432.187500', '182432.647500', '182433.107500', '182433.567500', '182434.027500', '182434.487500', '182434.947500', '182435.407500', '182435.867500', '182436.327500', '182436.787500', '182437.247500', '182437.707500', '182438.167500', '182438.627500', '182439.087500', '182439.547500', '182440.007500', '182440.467500', '182440.927500', '182441.387500', '182441.847500', '182442.307500', '182442.767500', '182443.227500', '182443.687500', '182444.147500', '182444.607500', '182445.067500', '182445.527500', '182445.987500', '182446.447500', '182446.907500', '182447.367500', '182447.827500', '182448.287500', '182448.747500', '182449.207500', '182449.667500', '182450.127500', '182450.587500', '182451.047500', '182451.507500', '182451.967500', '182452.427500', '182452.887500', '182453.347500', '182453.807500', '182454.267500', '182454.727500', '182455.187500', '182455.647500', '182456.107500', '182456.567500', '182457.027500', '182457.487500', '182457.947500', '182458.407500', '182458.867500', '182459.327500', '182459.787500', '182500.247500', '182500.707500', '182501.167500', '182501.627500', '182502.087500', '182502.547500', '182503.007500', '182503.467500', '182503.927500', '182504.387500', '182504.847500', '182505.307500', '182505.767500', '182506.227500', '182506.687500', '182507.147500', '182507.607500', '182508.067500', '182508.527500', '182508.987500', '182509.447500', '182509.907500', '182510.367500', '182510.827500', '182511.287500', '182511.747500', '182512.207500', '182512.667500', '182513.127500', '182513.587500', '182514.047500', '182514.507500', '182514.967500', '182515.427500', '182515.887500', '182516.347500', '182516.807500', '182517.267500', '182517.727500', '182518.187500', '182518.647500', '182519.107500', '182519.567500', '182520.027500', '182520.487500', '182520.947500', '182521.407500', '182521.867500', '182522.327500', '182522.787500', '182523.247500', '182523.707500', '182524.167500', '182524.627500', '182525.087500', '182525.547500', '182526.007500', '182526.467500', '182526.927500', '182527.387500', '182527.847500', '182528.307500', '182528.767500', '182529.227500', '182529.687500', '182530.147500', '182530.607500', '182531.067500', '182531.527500', '182531.987500', '182532.447500', '182532.907500', '182533.367500', '182533.827500', '182534.287500', '182534.747500', '182535.207500', '182535.667500', '182536.127500', '182536.587500', '182537.047500', '182537.507500', '182537.967500', '182538.427500', '182538.887500', '182539.347500', '182539.807500', '182540.267500', '182540.727500', '182541.187500', '182541.647500', '182542.107500', '182542.567500', '182543.027500', '182543.487500', '182543.947500', '182544.407500', '182544.867500', '182545.327500', '182545.787500', '182546.247500', '182546.707500', '182547.167500', '182547.627500', '182548.087500', '182548.547500', '182549.007500', '182549.467500', '182549.927500', '182550.387500', '182550.847500', '182551.307500', '182551.767500', '182552.227500', '182552.687500', '182553.147500', '182553.607500', '182554.067500', '182554.527500', '182554.987500', '182555.447500', '182555.907500', '182556.367500', '182556.827500', '182557.287500', '182557.747500', '182558.207500', '182558.667500', '182559.127500', '182559.587500', '182600.047500', '182600.507500', '182600.967500', '182601.427500', '182601.887500', '182602.347500', '182602.807500', '182603.267500', '182603.727500', '182604.187500', '182604.647500', '182605.107500', '182605.567500', '182606.027500', '182606.487500', '182606.947500', '182607.407500', '182607.867500', '182608.327500', '182608.787500', '182609.247500', '182609.707500', '182610.167500', '182610.627500', '182611.087500', '182611.547500', '182612.007500', '182612.467500', '182612.927500', '182613.387500', '182613.847500', '182614.307500', '182614.767500', '182615.227500', '182615.687500', '182616.147500', '182616.607500', '182617.067500', '182617.527500', '182617.987500', '182618.447500', '182618.907500', '182619.367500', '182619.827500', '182620.287500', '182620.747500', '182621.207500', '182621.667500', '182622.127500', '182622.587500', '182623.047500', '182623.507500', '182623.967500', '182624.427500', '182624.887500', '182625.347500', '182625.807500', '182626.267500', '182626.727500', '182627.187500', '182627.647500', '182628.107500', '182628.567500', '182629.027500', '182629.487500', '182629.947500', '182630.407500', '182630.867500', '182631.327500', '182631.787500', '182632.247500', '182632.707500', '182633.167500', '182633.627500', '182634.087500', '182634.547500', '182635.007500', '182635.467500', '182635.927500', '182636.387500', '182636.847500', '182637.307500', '182637.767500', '182638.227500', '182638.687500', '182639.147500', '182639.607500', '182640.067500', '182640.527500', '182640.987500', '182641.447500', '182641.907500', '182642.367500', '182642.827500', '182643.287500', '182643.747500', '182644.207500', '182644.667500', '182645.127500', '182645.587500', '182646.047500', '182646.507500', '182646.967500', '182647.427500', '182647.887500', '182648.347500', '182648.807500', '182649.267500', '182649.727500', '182650.187500', '182650.647500', '182651.107500', '182651.567500', '182652.027500', '182652.487500', '182652.947500', '182653.407500', '182653.867500', '182654.327500', '182654.787500', '182655.247500', '182655.707500', '182656.167500', '182656.627500', '182657.087500', '182657.547500', '182658.007500', '182658.467500', '182658.927500', '182659.387500', '182659.847500', '182700.307500', '182700.767500', '182701.227500', '182701.687500', '182702.147500', '182702.607500', '182703.067500', '182703.527500', '182703.987500', '182704.447500', '182704.907500', '182705.367500', '182705.827500', '182706.287500', '182706.747500', '182707.207500', '182707.667500', '182708.127500', '182708.587500', '182709.047500', '182709.507500', '182709.967500', '182710.427500', '182710.887500', '182711.347500', '182711.807500', '182712.267500', '182712.727500', '182713.187500', '182713.647500', '182714.107500', '182714.567500', '182715.027500', '182715.487500', '182715.947500', '182716.407500', '182716.867500', '182717.327500', '182717.787500', '182718.247500', '182718.707500', '182719.167500', '182719.627500', '182720.087500', '182720.547500', '182721.007500', '182721.467500', '182721.927500', '182722.387500', '182722.847500', '182723.307500', '182723.767500', '182724.227500', '182724.687500', '182725.147500', '182725.607500', '182726.067500', '182726.527500', '182726.987500', '182727.447500', '182727.907500', '182728.367500', '182728.827500', '182729.287500', '182729.747500', '182730.207500', '182730.667500', '182731.127500', '182731.587500', '182732.047500', '182732.507500', '182732.967500'], 'ContentTime': ['181525.232000', '181525.236000', '181525.239000', '181525.242000', '181525.244000', '181525.247000', '181525.249000', '181525.252000', '181525.255000', '181525.257000', '181525.260000', '181525.262000', '181525.265000', '181525.267000', '181525.270000', '181525.272000', '181525.275000', '181525.278000', '181525.280000', '181525.283000', '181525.285000', '181525.288000', '181525.291000', '181525.293000', '181525.296000', '181525.298000', '181525.301000', '181525.314000', '181525.316000', '181525.319000', '181525.321000', '181525.324000', '181525.326000', '181525.329000', '181525.332000', '181525.334000', '181525.337000', '181525.339000', '181525.342000', '181525.344000', '181525.347000', '181525.350000', '181525.352000', '181525.355000', '181525.357000', '181525.360000', '181525.362000', '181525.365000', '181525.368000', '181525.370000', '181525.373000', '181525.375000', '181525.378000', '181525.380000', '181545.193000', '181545.195000', '181545.198000', '181545.201000', '181545.203000', '181545.206000', '181545.209000', '181545.212000', '181545.215000', '181545.217000', '181545.220000', '181545.223000', '181545.225000', '181545.243000', '181545.246000', '181545.248000', '181545.251000', '181545.253000', '181545.256000', '181545.258000', '181545.261000', '181545.264000', '181545.266000', '181545.269000', '181545.273000', '181545.276000', '181545.278000', '181545.281000', '181545.283000', '181545.286000', '181545.289000', '181545.291000', '181545.294000', '181545.296000', '181545.299000', '181545.301000', '181545.304000', '181545.306000', '181545.309000', '181545.312000', '181545.314000', '181545.317000', '181545.319000', '181605.193000', '181605.196000', '181605.206000', '181605.209000', '181605.211000', '181605.214000', '181605.216000', '181605.219000', '181605.222000', '181605.224000', '181605.227000', '181605.229000', '181605.232000', '181605.234000', '181605.237000', '181605.240000', '181605.242000', '181605.245000', '181605.247000', '181605.250000', '181605.252000', '181605.255000', '181605.258000', '181605.260000', '181605.263000', '181605.266000', '181605.268000', '181605.271000', '181605.273000', '181605.276000', '181605.279000', '181605.281000', '181605.284000', '181605.286000', '181605.289000', '181605.291000', '181605.294000', '181605.296000', '181605.299000', '181605.302000', '181605.304000', '181605.307000', '181605.309000', '181605.312000', '181625.194000', '181625.196000', '181625.199000', '181625.201000', '181625.213000', '181625.216000', '181625.218000', '181625.221000', '181625.223000', '181625.226000', '181625.229000', '181625.231000', '181625.234000', '181625.236000', '181625.239000', '181625.242000', '181625.244000', '181625.247000', '181625.249000', '181625.252000', '181625.254000', '181625.257000', '181625.259000', '181625.262000', '181625.265000', '181625.268000', '181625.271000', '181625.273000', '181625.276000', '181625.278000', '181625.281000', '181625.284000', '181625.286000', '181625.289000', '181625.291000', '181625.294000', '181625.296000', '181625.299000', '181625.301000', '181625.304000', '181625.307000', '181625.309000', '181625.312000', '181645.194000', '181645.197000', '181645.199000', '181645.202000', '181645.204000', '181645.207000', '181645.209000', '181645.212000', '181645.214000', '181645.217000', '181645.220000', '181645.222000', '181645.225000', '181645.228000', '181645.230000', '181645.233000', '181645.235000', '181645.238000', '181645.240000', '181645.243000', '181645.246000', '181645.248000', '181645.251000', '181645.253000', '181645.256000', '181645.258000', '181645.261000', '181645.264000', '181645.266000', '181645.269000', '181645.271000', '181645.274000', '181645.276000', '181645.279000', '181645.281000', '181645.284000', '181645.286000', '181645.289000', '181645.297000', '181645.299000', '181645.302000', '181645.305000', '181645.344000', '181645.346000', '181705.194000', '181705.196000', '181705.199000', '181705.202000', '181705.204000', '181705.207000', '181705.209000', '181705.212000', '181705.214000', '181705.217000', '181705.219000', '181705.222000', '181705.225000', '181705.227000', '181705.230000', '181705.232000', '181705.235000', '181705.237000', '181705.240000', '181705.242000', '181705.245000', '181705.247000', '181705.250000', '181705.253000', '181705.255000', '181705.258000', '181705.270000', '181705.272000', '181705.275000', '181705.278000', '181705.280000', '181705.283000', '181705.285000', '181705.288000', '181705.290000', '181705.293000', '181705.295000', '181705.298000', '181705.301000', '181705.303000', '181705.306000', '181705.309000', '181705.312000', '181725.192000', '181725.195000', '181725.198000', '181725.200000', '181725.203000', '181725.205000', '181725.208000', '181725.211000', '181725.213000', '181725.216000', '181725.218000', '181725.221000', '181725.224000', '181725.226000', '181725.229000', '181725.231000', '181725.234000', '181725.237000', '181725.239000', '181725.242000', '181725.244000', '181725.247000', '181725.250000', '181725.252000', '181725.255000', '181725.257000', '181725.260000', '181725.262000', '181725.265000', '181725.268000', '181725.270000', '181725.273000', '181725.275000', '181725.278000', '181725.281000', '181725.283000', '181725.286000', '181725.288000', '181725.291000', '181725.293000', '181725.296000', '181725.299000', '181725.301000', '181725.304000', '181745.193000', '181745.195000', '181745.198000', '181745.201000', '181745.203000', '181745.206000', '181745.208000', '181745.211000', '181745.213000', '181745.216000', '181745.218000', '181745.221000', '181745.224000', '181745.226000', '181745.229000', '181745.232000', '181745.234000', '181745.237000', '181745.240000', '181745.242000', '181745.245000', '181745.248000', '181745.250000', '181745.253000', '181745.255000', '181745.258000', '181745.261000', '181745.263000', '181745.266000', '181745.269000', '181745.271000', '181745.274000', '181745.276000', '181745.279000', '181745.281000', '181745.284000', '181745.287000', '181745.289000', '181745.292000', '181745.295000', '181745.298000', '181745.301000', '181745.304000', '181805.192000', '181805.195000', '181805.198000', '181805.200000', '181805.203000', '181805.205000', '181805.208000', '181805.211000', '181805.213000', '181805.216000', '181805.218000', '181805.221000', '181805.224000', '181805.226000', '181805.229000', '181805.231000', '181805.234000', '181805.236000', '181805.239000', '181805.242000', '181805.244000', '181805.247000', '181805.250000', '181805.252000', '181805.255000', '181805.258000', '181805.260000', '181805.263000', '181805.265000', '181805.268000', '181805.270000', '181805.273000', '181805.275000', '181805.278000', '181805.281000', '181805.283000', '181805.286000', '181805.288000', '181805.291000', '181805.293000', '181805.296000', '181805.299000', '181805.301000', '181805.304000', '181825.194000', '181825.196000', '181825.199000', '181825.202000', '181825.204000', '181825.207000', '181825.209000', '181825.212000', '181825.215000', '181825.217000', '181825.220000', '181825.222000', '181825.225000', '181825.227000', '181825.230000', '181825.232000', '181825.235000', '181825.238000', '181825.240000', '181825.243000', '181825.246000', '181825.248000', '181825.262000', '181825.271000', '181825.273000', '181825.276000', '181825.278000', '181825.281000', '181825.283000', '181825.286000', '181825.289000', '181825.291000', '181825.294000', '181825.297000', '181825.299000', '181825.302000', '181825.305000', '181825.307000', '181825.310000', '181825.312000', '181825.315000', '181825.317000', '181825.320000', '181845.194000', '181845.196000', '181845.199000', '181845.201000', '181845.204000', '181845.206000', '181845.209000', '181845.212000', '181845.214000', '181845.217000', '181845.220000', '181845.222000', '181845.225000', '181845.227000', '181845.230000', '181845.232000', '181845.235000', '181845.237000', '181845.240000', '181845.243000', '181845.246000', '181845.248000', '181845.251000', '181845.253000', '181845.256000', '181845.259000', '181845.261000', '181845.264000', '181845.266000', '181845.269000', '181845.271000', '181845.274000', '181845.277000', '181845.279000', '181845.282000', '181845.284000', '181845.287000', '181845.290000', '181845.292000', '181845.295000', '181845.297000', '181845.300000', '181845.302000', '181845.305000', '181905.194000', '181905.196000', '181905.199000', '181905.202000', '181905.204000', '181905.207000', '181905.209000', '181905.212000', '181905.214000', '181905.217000', '181905.220000', '181905.222000', '181905.225000', '181905.227000', '181905.230000', '181905.232000', '181905.235000', '181905.237000', '181905.240000', '181905.243000', '181905.245000', '181905.248000', '181905.250000', '181905.253000', '181905.256000', '181905.258000', '181905.261000', '181905.263000', '181905.266000', '181905.273000', '181905.275000', '181905.278000', '181905.281000', '181905.283000', '181905.286000', '181905.289000', '181905.291000', '181905.294000', '181905.296000', '181905.299000', '181905.302000', '181905.305000', '181905.308000', '181925.194000', '181925.197000', '181925.199000', '181925.202000', '181925.204000', '181925.207000', '181925.209000', '181925.212000', '181925.215000', '181925.217000', '181925.220000', '181925.222000', '181925.225000', '181925.228000', '181925.230000', '181925.233000', '181925.235000', '181925.238000', '181925.241000', '181925.243000', '181925.246000', '181925.249000', '181925.251000', '181925.254000', '181925.257000', '181925.259000', '181925.262000', '181925.264000', '181925.267000', '181925.269000', '181925.272000', '181925.275000', '181925.277000', '181925.280000', '181925.282000', '181925.285000', '181925.288000', '181925.290000', '181925.293000', '181925.295000', '181925.298000', '181925.300000', '181925.303000', '181925.306000', '181945.192000', '181945.195000', '181945.198000', '181945.200000', '181945.203000', '181945.206000', '181945.208000', '181945.211000', '181945.213000', '181945.216000', '181945.219000', '181945.221000', '181945.224000', '181945.226000', '181945.229000', '181945.231000', '181945.234000', '181945.237000', '181945.239000', '181945.242000', '181945.244000', '181945.247000', '181945.249000', '181945.252000', '181945.255000', '181945.257000', '181945.260000', '181945.262000', '181945.265000', '181945.267000', '181945.270000', '181945.273000', '181945.275000', '181945.278000', '181945.281000', '181945.283000', '181945.286000', '181945.289000', '181945.291000', '181945.294000', '181945.296000', '181945.299000', '181945.302000', '182005.193000', '182005.196000', '182005.198000', '182005.201000', '182005.237000', '182005.239000', '182005.242000', '182005.244000', '182005.247000', '182005.250000', '182005.252000', '182005.255000', '182005.257000', '182005.260000', '182005.262000', '182005.265000', '182005.268000', '182005.270000', '182005.273000', '182005.275000', '182005.278000', '182005.280000', '182005.283000', '182005.286000', '182005.288000', '182005.291000', '182005.293000', '182005.296000', '182005.298000', '182005.301000', '182005.304000', '182005.306000', '182005.309000', '182005.311000', '182005.314000', '182005.316000', '182005.319000', '182005.321000', '182005.324000', '182005.327000', '182005.329000', '182005.332000', '182005.334000', '182005.337000', '182025.192000', '182025.195000', '182025.198000', '182025.201000', '182025.203000', '182025.206000', '182025.208000', '182025.211000', '182025.213000', '182025.216000', '182025.219000', '182025.221000', '182025.224000', '182025.226000', '182025.229000', '182025.231000', '182025.234000', '182025.237000', '182025.239000', '182025.242000', '182025.244000', '182025.247000', '182025.249000', '182025.252000', '182025.254000', '182025.257000', '182025.260000', '182025.262000', '182025.265000', '182025.268000', '182025.270000', '182025.273000', '182025.275000', '182025.278000', '182025.280000', '182025.283000', '182025.286000', '182025.288000', '182025.291000', '182025.293000', '182025.296000', '182025.298000', '182025.301000', '182045.194000', '182045.196000', '182045.199000', '182045.202000', '182045.204000', '182045.207000', '182045.209000', '182045.212000', '182045.215000', '182045.217000', '182045.220000', '182045.223000', '182045.226000', '182045.229000', '182045.231000', '182045.234000', '182045.237000', '182045.239000', '182045.242000', '182045.245000', '182045.247000', '182045.250000', '182045.252000', '182045.255000', '182045.258000', '182045.262000', '182045.264000', '182045.267000', '182045.270000', '182045.272000', '182045.275000', '182045.277000', '182045.280000', '182045.283000', '182045.285000', '182045.288000', '182045.290000', '182045.293000', '182045.295000', '182045.298000', '182045.301000', '182045.303000', '182045.306000', '182105.193000', '182105.196000', '182105.199000', '182105.201000', '182105.204000', '182105.206000', '182105.209000', '182105.212000', '182105.214000', '182105.217000', '182105.219000', '182105.222000', '182105.224000', '182105.227000', '182105.230000', '182105.232000', '182105.235000', '182105.237000', '182105.240000', '182105.242000', '182105.245000', '182105.248000', '182105.250000', '182105.253000', '182105.255000', '182105.258000', '182105.260000', '182105.263000', '182105.265000', '182105.268000', '182105.270000', '182105.273000', '182105.276000', '182105.278000', '182105.281000', '182105.283000', '182105.286000', '182105.288000', '182105.291000', '182105.293000', '182105.296000', '182105.299000', '182105.301000', '182105.304000', '182125.194000', '182125.196000', '182125.199000', '182125.201000', '182125.204000', '182125.207000', '182125.209000', '182125.212000', '182125.214000', '182125.217000', '182125.219000', '182125.222000', '182125.225000', '182125.227000', '182125.230000', '182125.241000', '182125.243000', '182125.246000', '182125.249000', '182125.251000', '182125.254000', '182125.256000', '182125.259000', '182125.262000', '182125.264000', '182125.267000', '182125.269000', '182125.272000', '182125.274000', '182125.277000', '182125.279000', '182125.282000', '182125.285000', '182125.287000', '182125.290000', '182125.292000', '182125.295000', '182125.297000', '182125.300000', '182125.303000', '182125.305000', '182125.308000', '182125.310000', '182125.313000', '182145.193000', '182145.195000', '182145.198000', '182145.201000', '182145.203000', '182145.206000', '182145.209000', '182145.211000', '182145.214000', '182145.216000', '182145.219000', '182145.221000', '182145.224000', '182145.226000', '182145.229000', '182145.232000', '182145.234000', '182145.237000', '182145.239000', '182145.242000', '182145.244000', '182145.247000', '182145.249000', '182145.252000', '182145.255000', '182145.257000', '182145.260000', '182145.262000', '182145.265000', '182145.267000', '182145.270000', '182145.273000', '182145.275000', '182145.278000', '182145.280000', '182145.283000', '182145.285000', '182145.288000', '182145.290000', '182145.293000', '182145.295000', '182145.298000', '182145.301000', '182205.193000', '182205.196000', '182205.198000', '182205.201000', '182205.203000', '182205.206000', '182205.209000', '182205.211000', '182205.214000', '182205.216000', '182205.219000', '182205.221000', '182205.224000', '182205.227000', '182205.231000', '182205.233000', '182205.236000', '182205.239000', '182205.241000', '182205.244000', '182205.246000', '182205.249000', '182205.252000', '182205.254000', '182205.257000', '182205.259000', '182205.262000', '182205.265000', '182205.267000', '182205.270000', '182205.272000', '182205.275000', '182205.277000', '182205.280000', '182205.283000', '182205.285000', '182205.288000', '182205.291000', '182205.293000', '182205.296000', '182205.299000', '182205.302000', '182205.304000', '182225.193000', '182225.195000', '182225.198000', '182225.200000', '182225.203000', '182225.206000', '182225.208000', '182225.211000', '182225.213000', '182225.216000', '182225.218000', '182225.221000', '182225.223000', '182225.226000', '182225.229000', '182225.231000', '182225.234000', '182225.236000', '182225.239000', '182225.242000', '182225.244000', '182225.247000', '182225.249000', '182225.252000', '182225.255000', '182225.257000', '182225.260000', '182225.262000', '182225.265000', '182225.268000', '182225.270000', '182225.273000', '182225.275000', '182225.278000', '182225.280000', '182225.283000', '182225.285000', '182225.288000', '182225.291000', '182225.293000', '182225.296000', '182225.298000', '182225.301000', '182225.304000', '182245.193000', '182245.195000', '182245.198000', '182245.201000', '182245.203000', '182245.206000', '182245.208000', '182245.211000', '182245.214000', '182245.216000', '182245.219000', '182245.221000', '182245.224000', '182245.227000', '182245.229000', '182245.232000', '182245.234000', '182245.237000', '182245.240000', '182245.242000', '182245.245000', '182245.247000', '182245.250000', '182245.252000', '182245.255000', '182245.258000', '182245.285000', '182245.288000', '182245.291000', '182245.293000', '182245.296000', '182245.298000', '182245.301000', '182245.304000', '182245.306000', '182245.309000', '182245.311000', '182245.314000', '182245.316000', '182245.319000', '182245.322000', '182245.324000', '182245.327000', '182305.194000', '182305.196000', '182305.199000', '182305.201000', '182305.204000', '182305.207000', '182305.209000', '182305.212000', '182305.214000', '182305.217000', '182305.220000', '182305.222000', '182305.225000', '182305.227000', '182305.230000', '182305.232000', '182305.235000', '182305.238000', '182305.240000', '182305.243000', '182305.245000', '182305.248000', '182305.250000', '182305.253000', '182305.256000', '182305.258000', '182305.261000', '182305.264000', '182305.266000', '182305.269000', '182305.271000', '182305.274000', '182305.277000', '182305.279000', '182305.282000', '182305.284000', '182305.287000', '182305.289000', '182305.292000', '182305.295000', '182305.297000', '182305.300000', '182305.302000', '182305.305000', '182325.193000', '182325.196000', '182325.199000', '182325.201000', '182325.204000', '182325.207000', '182325.209000', '182325.212000', '182325.214000', '182325.217000', '182325.220000', '182325.222000', '182325.225000', '182325.227000', '182325.230000', '182325.233000', '182325.235000', '182325.238000', '182325.240000', '182325.243000', '182325.245000', '182325.248000', '182325.251000', '182325.253000', '182325.256000', '182325.258000', '182325.261000', '182325.264000', '182325.266000', '182325.270000', '182325.273000', '182325.275000', '182325.278000', '182325.280000', '182325.283000', '182325.285000', '182325.288000', '182325.291000', '182325.293000', '182325.296000', '182325.298000', '182325.301000', '182325.304000', '182345.194000', '182345.196000', '182345.199000', '182345.201000', '182345.204000', '182345.207000', '182345.209000', '182345.212000', '182345.214000', '182345.217000', '182345.219000', '182345.222000', '182345.224000', '182345.227000', '182345.230000', '182345.232000', '182345.235000', '182345.237000', '182345.240000', '182345.243000', '182345.245000', '182345.248000', '182345.250000', '182345.253000', '182345.255000', '182345.258000', '182345.261000', '182345.263000', '182345.266000', '182345.268000', '182345.271000', '182345.273000', '182345.276000', '182345.279000', '182345.281000', '182345.284000', '182345.286000', '182345.289000', '182345.291000', '182345.294000', '182345.297000', '182345.299000', '182345.302000', '182345.304000', '182405.192000', '182405.195000', '182405.198000', '182405.200000', '182405.203000', '182405.206000', '182405.208000', '182405.211000', '182405.224000', '182405.227000', '182405.230000', '182405.232000', '182405.235000', '182405.237000', '182405.240000', '182405.242000', '182405.245000', '182405.248000', '182405.250000', '182405.253000', '182405.255000', '182405.258000', '182405.261000', '182405.264000', '182405.266000', '182405.269000', '182405.272000', '182405.274000', '182405.277000', '182405.279000', '182405.282000', '182405.284000', '182405.287000', '182405.289000', '182405.292000', '182405.295000', '182405.297000', '182405.300000', '182405.302000', '182405.305000', '182405.307000', '182405.310000', '182405.313000', '182425.193000', '182425.195000', '182425.198000', '182425.200000', '182425.203000', '182425.206000', '182425.208000', '182425.211000', '182425.213000', '182425.216000', '182425.219000', '182425.221000', '182425.224000', '182425.226000', '182425.229000', '182425.231000', '182425.234000', '182425.236000', '182425.239000', '182425.242000', '182425.244000', '182425.247000', '182425.250000', '182425.252000', '182425.255000', '182425.257000', '182425.260000', '182425.263000', '182425.265000', '182425.268000', '182425.270000', '182425.273000', '182425.275000', '182425.278000', '182425.281000', '182425.283000', '182425.286000', '182425.288000', '182425.291000', '182425.293000', '182425.296000', '182425.299000', '182425.301000', '182425.304000', '182445.193000', '182445.195000', '182445.198000', '182445.201000', '182445.203000', '182445.206000', '182445.208000', '182445.211000', '182445.213000', '182445.216000', '182445.219000', '182445.221000', '182445.224000', '182445.226000', '182445.229000', '182445.231000', '182445.234000', '182445.237000', '182445.239000', '182445.242000', '182445.245000', '182445.247000', '182445.250000', '182445.252000', '182445.255000', '182445.257000', '182445.260000', '182445.263000', '182445.265000', '182445.268000', '182445.270000', '182445.273000', '182445.276000', '182445.278000', '182445.281000', '182445.284000', '182445.286000', '182445.289000', '182445.291000', '182445.294000', '182445.296000', '182445.299000', '182445.302000', '182505.193000', '182505.196000', '182505.198000', '182505.201000', '182505.203000', '182505.206000', '182505.209000', '182505.211000', '182505.214000', '182505.216000', '182505.219000', '182505.222000', '182505.224000', '182505.227000', '182505.230000', '182505.232000', '182505.235000', '182505.237000', '182505.240000', '182505.243000', '182505.245000', '182505.248000', '182505.250000', '182505.253000', '182505.256000', '182505.258000', '182505.261000', '182505.263000', '182505.266000', '182505.268000', '182505.271000', '182505.274000', '182505.276000', '182505.279000', '182505.282000', '182505.284000', '182505.287000', '182505.289000', '182505.292000', '182505.295000', '182505.297000', '182505.300000', '182505.302000', '182505.305000', '182525.193000', '182525.196000', '182525.199000', '182525.201000', '182525.204000', '182525.207000', '182525.209000', '182525.212000', '182525.214000', '182525.217000', '182525.219000', '182525.222000', '182525.224000', '182525.227000', '182525.230000', '182525.232000', '182525.235000', '182525.237000', '182525.240000', '182525.242000', '182525.245000', '182525.248000', '182525.250000', '182525.253000', '182525.255000', '182525.258000', '182525.260000', '182525.263000', '182525.266000', '182525.268000', '182525.271000', '182525.273000', '182525.276000', '182525.279000', '182525.281000', '182525.284000', '182525.287000', '182525.289000', '182525.292000', '182525.294000', '182525.297000', '182525.300000', '182525.302000', '182545.194000', '182545.197000', '182545.199000', '182545.202000', '182545.204000', '182545.207000', '182545.210000', '182545.212000', '182545.215000', '182545.217000', '182545.220000', '182545.222000', '182545.225000', '182545.228000', '182545.230000', '182545.233000', '182545.235000', '182545.238000', '182545.240000', '182545.243000', '182545.246000', '182545.248000', '182545.251000', '182545.253000', '182545.256000', '182545.258000', '182545.261000', '182545.264000', '182545.266000', '182545.269000', '182545.278000', '182545.280000', '182545.283000', '182545.285000', '182545.288000', '182545.290000', '182545.293000', '182545.295000', '182545.298000', '182545.301000', '182545.303000', '182545.306000', '182545.309000', '182545.311000', '182605.194000', '182605.196000', '182605.199000', '182605.202000', '182605.204000', '182605.207000', '182605.209000', '182605.212000', '182605.214000', '182605.220000', '182605.222000', '182605.225000', '182605.228000', '182605.230000', '182605.233000', '182605.235000', '182605.238000', '182605.241000', '182605.243000', '182605.246000', '182605.248000', '182605.251000', '182605.254000', '182605.256000', '182605.259000', '182605.261000', '182605.264000', '182605.266000', '182605.269000', '182605.272000', '182605.274000', '182605.277000', '182605.280000', '182605.282000', '182605.285000', '182605.287000', '182605.290000', '182605.292000', '182605.295000', '182605.298000', '182605.300000', '182605.303000', '182605.306000', '182625.193000', '182625.195000', '182625.198000', '182625.201000', '182625.203000', '182625.206000', '182625.209000', '182625.211000', '182625.214000', '182625.216000', '182625.219000', '182625.221000', '182625.224000', '182625.226000', '182625.229000', '182625.231000', '182625.234000', '182625.237000', '182625.239000', '182625.242000', '182625.244000', '182625.247000', '182625.250000', '182625.252000', '182625.255000', '182625.257000', '182625.260000', '182625.262000', '182625.265000', '182625.268000', '182625.270000', '182625.273000', '182625.276000', '182625.278000', '182625.281000', '182625.283000', '182625.286000', '182625.289000', '182625.291000', '182625.294000', '182625.296000', '182625.299000', '182625.301000', '182625.304000', '182645.193000', '182645.195000', '182645.198000', '182645.201000', '182645.203000', '182645.206000', '182645.208000', '182645.211000', '182645.213000', '182645.216000', '182645.219000', '182645.221000', '182645.224000', '182645.226000', '182645.229000', '182645.232000', '182645.234000', '182645.237000', '182645.239000', '182645.242000', '182645.244000', '182645.247000', '182645.250000', '182645.252000', '182645.255000', '182645.257000', '182645.260000', '182645.262000', '182645.265000', '182645.268000', '182645.270000', '182645.273000', '182645.275000', '182645.278000', '182645.280000', '182645.283000', '182645.286000', '182645.288000', '182645.291000', '182645.293000', '182645.296000', '182645.298000', '182645.301000', '182705.193000', '182705.196000', '182705.198000', '182705.201000', '182705.203000', '182705.206000', '182705.208000', '182705.211000', '182705.214000', '182705.216000', '182705.219000', '182705.221000', '182705.224000', '182705.226000', '182705.229000', '182705.232000', '182705.234000', '182705.237000', '182705.239000', '182705.242000', '182705.244000', '182705.247000', '182705.249000', '182705.252000', '182705.255000', '182705.257000', '182705.260000', '182705.262000', '182705.265000', '182705.267000', '182705.270000', '182705.273000', '182705.275000', '182705.278000', '182705.280000', '182705.283000', '182705.286000', '182705.288000', '182705.291000', '182705.293000', '182705.296000', '182705.298000', '182705.301000', '182705.304000', '182725.193000', '182725.196000', '182725.198000', '182725.201000', '182725.203000', '182725.206000', '182725.209000', '182725.211000', '182725.214000', '182725.216000', '182725.219000', '182725.222000', '182725.224000', '182725.227000', '182725.229000', '182725.232000', '182725.235000', '182725.237000', '182725.240000', '182725.242000', '182725.245000', '182725.247000', '182725.250000', '182725.252000', '182725.255000', '182725.258000', '182725.260000', '182725.263000', '182725.265000', '182725.268000', '182725.271000', '182725.273000', '182725.276000', '182725.278000', '182725.281000', '182725.283000', '182725.286000', '182725.289000', '182725.291000', '182725.294000', '182725.296000', '182725.299000', '182725.302000', '182734.520000', '182734.523000', '182734.525000', '182734.528000', '182734.531000', '182734.533000', '182734.536000', '182734.538000', '182734.541000', '182734.544000', '182734.546000', '182734.549000', '182734.551000', '182734.554000', '182734.556000', '182734.559000', '182734.562000', '182734.564000', '182734.567000', '182734.569000', '182734.572000'], 'InstanceCreationTime': ['181525.232000', '181525.236000', '181525.239000', '181525.242000', '181525.244000', '181525.247000', '181525.249000', '181525.252000', '181525.255000', '181525.257000', '181525.260000', '181525.262000', '181525.265000', '181525.267000', '181525.270000', '181525.272000', '181525.275000', '181525.278000', '181525.280000', '181525.283000', '181525.285000', '181525.288000', '181525.291000', '181525.293000', '181525.296000', '181525.298000', '181525.301000', '181525.314000', '181525.316000', '181525.319000', '181525.321000', '181525.324000', '181525.326000', '181525.329000', '181525.332000', '181525.334000', '181525.337000', '181525.339000', '181525.342000', '181525.344000', '181525.347000', '181525.350000', '181525.352000', '181525.355000', '181525.357000', '181525.360000', '181525.362000', '181525.365000', '181525.368000', '181525.370000', '181525.373000', '181525.375000', '181525.378000', '181525.380000', '181545.193000', '181545.195000', '181545.198000', '181545.201000', '181545.203000', '181545.206000', '181545.209000', '181545.212000', '181545.215000', '181545.217000', '181545.220000', '181545.223000', '181545.225000', '181545.243000', '181545.246000', '181545.248000', '181545.251000', '181545.253000', '181545.256000', '181545.258000', '181545.261000', '181545.264000', '181545.266000', '181545.269000', '181545.273000', '181545.276000', '181545.278000', '181545.281000', '181545.283000', '181545.286000', '181545.289000', '181545.291000', '181545.294000', '181545.296000', '181545.299000', '181545.301000', '181545.304000', '181545.306000', '181545.309000', '181545.312000', '181545.314000', '181545.317000', '181545.319000', '181605.193000', '181605.196000', '181605.206000', '181605.209000', '181605.211000', '181605.214000', '181605.216000', '181605.219000', '181605.222000', '181605.224000', '181605.227000', '181605.229000', '181605.232000', '181605.234000', '181605.237000', '181605.240000', '181605.242000', '181605.245000', '181605.247000', '181605.250000', '181605.252000', '181605.255000', '181605.258000', '181605.260000', '181605.263000', '181605.266000', '181605.268000', '181605.271000', '181605.273000', '181605.276000', '181605.279000', '181605.281000', '181605.284000', '181605.286000', '181605.289000', '181605.291000', '181605.294000', '181605.296000', '181605.299000', '181605.302000', '181605.304000', '181605.307000', '181605.309000', '181605.312000', '181625.194000', '181625.196000', '181625.199000', '181625.201000', '181625.213000', '181625.216000', '181625.218000', '181625.221000', '181625.223000', '181625.226000', '181625.229000', '181625.231000', '181625.234000', '181625.236000', '181625.239000', '181625.242000', '181625.244000', '181625.247000', '181625.249000', '181625.252000', '181625.254000', '181625.257000', '181625.259000', '181625.262000', '181625.265000', '181625.268000', '181625.271000', '181625.273000', '181625.276000', '181625.278000', '181625.281000', '181625.284000', '181625.286000', '181625.289000', '181625.291000', '181625.294000', '181625.296000', '181625.299000', '181625.301000', '181625.304000', '181625.307000', '181625.309000', '181625.312000', '181645.194000', '181645.197000', '181645.199000', '181645.202000', '181645.204000', '181645.207000', '181645.209000', '181645.212000', '181645.214000', '181645.217000', '181645.220000', '181645.222000', '181645.225000', '181645.228000', '181645.230000', '181645.233000', '181645.235000', '181645.238000', '181645.240000', '181645.243000', '181645.246000', '181645.248000', '181645.251000', '181645.253000', '181645.256000', '181645.258000', '181645.261000', '181645.264000', '181645.266000', '181645.269000', '181645.271000', '181645.274000', '181645.276000', '181645.279000', '181645.281000', '181645.284000', '181645.286000', '181645.289000', '181645.297000', '181645.299000', '181645.302000', '181645.305000', '181645.344000', '181645.346000', '181705.194000', '181705.196000', '181705.199000', '181705.202000', '181705.204000', '181705.207000', '181705.209000', '181705.212000', '181705.214000', '181705.217000', '181705.219000', '181705.222000', '181705.225000', '181705.227000', '181705.230000', '181705.232000', '181705.235000', '181705.237000', '181705.240000', '181705.242000', '181705.245000', '181705.247000', '181705.250000', '181705.253000', '181705.255000', '181705.258000', '181705.270000', '181705.272000', '181705.275000', '181705.278000', '181705.280000', '181705.283000', '181705.285000', '181705.288000', '181705.290000', '181705.293000', '181705.295000', '181705.298000', '181705.301000', '181705.303000', '181705.306000', '181705.309000', '181705.312000', '181725.192000', '181725.195000', '181725.198000', '181725.200000', '181725.203000', '181725.205000', '181725.208000', '181725.211000', '181725.213000', '181725.216000', '181725.218000', '181725.221000', '181725.224000', '181725.226000', '181725.229000', '181725.231000', '181725.234000', '181725.237000', '181725.239000', '181725.242000', '181725.244000', '181725.247000', '181725.250000', '181725.252000', '181725.255000', '181725.257000', '181725.260000', '181725.262000', '181725.265000', '181725.268000', '181725.270000', '181725.273000', '181725.275000', '181725.278000', '181725.281000', '181725.283000', '181725.286000', '181725.288000', '181725.291000', '181725.293000', '181725.296000', '181725.299000', '181725.301000', '181725.304000', '181745.193000', '181745.195000', '181745.198000', '181745.201000', '181745.203000', '181745.206000', '181745.208000', '181745.211000', '181745.213000', '181745.216000', '181745.218000', '181745.221000', '181745.224000', '181745.226000', '181745.229000', '181745.232000', '181745.234000', '181745.237000', '181745.240000', '181745.242000', '181745.245000', '181745.248000', '181745.250000', '181745.253000', '181745.255000', '181745.258000', '181745.261000', '181745.263000', '181745.266000', '181745.269000', '181745.271000', '181745.274000', '181745.276000', '181745.279000', '181745.281000', '181745.284000', '181745.287000', '181745.289000', '181745.292000', '181745.295000', '181745.298000', '181745.301000', '181745.304000', '181805.192000', '181805.195000', '181805.198000', '181805.200000', '181805.203000', '181805.205000', '181805.208000', '181805.211000', '181805.213000', '181805.216000', '181805.218000', '181805.221000', '181805.224000', '181805.226000', '181805.229000', '181805.231000', '181805.234000', '181805.236000', '181805.239000', '181805.242000', '181805.244000', '181805.247000', '181805.250000', '181805.252000', '181805.255000', '181805.258000', '181805.260000', '181805.263000', '181805.265000', '181805.268000', '181805.270000', '181805.273000', '181805.275000', '181805.278000', '181805.281000', '181805.283000', '181805.286000', '181805.288000', '181805.291000', '181805.293000', '181805.296000', '181805.299000', '181805.301000', '181805.304000', '181825.194000', '181825.196000', '181825.199000', '181825.202000', '181825.204000', '181825.207000', '181825.209000', '181825.212000', '181825.215000', '181825.217000', '181825.220000', '181825.222000', '181825.225000', '181825.227000', '181825.230000', '181825.232000', '181825.235000', '181825.238000', '181825.240000', '181825.243000', '181825.246000', '181825.248000', '181825.262000', '181825.271000', '181825.273000', '181825.276000', '181825.278000', '181825.281000', '181825.283000', '181825.286000', '181825.289000', '181825.291000', '181825.294000', '181825.297000', '181825.299000', '181825.302000', '181825.305000', '181825.307000', '181825.310000', '181825.312000', '181825.315000', '181825.317000', '181825.320000', '181845.194000', '181845.196000', '181845.199000', '181845.201000', '181845.204000', '181845.206000', '181845.209000', '181845.212000', '181845.214000', '181845.217000', '181845.220000', '181845.222000', '181845.225000', '181845.227000', '181845.230000', '181845.232000', '181845.235000', '181845.237000', '181845.240000', '181845.243000', '181845.246000', '181845.248000', '181845.251000', '181845.253000', '181845.256000', '181845.259000', '181845.261000', '181845.264000', '181845.266000', '181845.269000', '181845.271000', '181845.274000', '181845.277000', '181845.279000', '181845.282000', '181845.284000', '181845.287000', '181845.290000', '181845.292000', '181845.295000', '181845.297000', '181845.300000', '181845.302000', '181845.305000', '181905.194000', '181905.196000', '181905.199000', '181905.202000', '181905.204000', '181905.207000', '181905.209000', '181905.212000', '181905.214000', '181905.217000', '181905.220000', '181905.222000', '181905.225000', '181905.227000', '181905.230000', '181905.232000', '181905.235000', '181905.237000', '181905.240000', '181905.243000', '181905.245000', '181905.248000', '181905.250000', '181905.253000', '181905.256000', '181905.258000', '181905.261000', '181905.263000', '181905.266000', '181905.273000', '181905.275000', '181905.278000', '181905.281000', '181905.283000', '181905.286000', '181905.289000', '181905.291000', '181905.294000', '181905.296000', '181905.299000', '181905.302000', '181905.305000', '181905.308000', '181925.194000', '181925.197000', '181925.199000', '181925.202000', '181925.204000', '181925.207000', '181925.209000', '181925.212000', '181925.215000', '181925.217000', '181925.220000', '181925.222000', '181925.225000', '181925.228000', '181925.230000', '181925.233000', '181925.235000', '181925.238000', '181925.241000', '181925.243000', '181925.246000', '181925.249000', '181925.251000', '181925.254000', '181925.257000', '181925.259000', '181925.262000', '181925.264000', '181925.267000', '181925.269000', '181925.272000', '181925.275000', '181925.277000', '181925.280000', '181925.282000', '181925.285000', '181925.288000', '181925.290000', '181925.293000', '181925.295000', '181925.298000', '181925.300000', '181925.303000', '181925.306000', '181945.192000', '181945.195000', '181945.198000', '181945.200000', '181945.203000', '181945.206000', '181945.208000', '181945.211000', '181945.213000', '181945.216000', '181945.219000', '181945.221000', '181945.224000', '181945.226000', '181945.229000', '181945.231000', '181945.234000', '181945.237000', '181945.239000', '181945.242000', '181945.244000', '181945.247000', '181945.249000', '181945.252000', '181945.255000', '181945.257000', '181945.260000', '181945.262000', '181945.265000', '181945.267000', '181945.270000', '181945.273000', '181945.275000', '181945.278000', '181945.281000', '181945.283000', '181945.286000', '181945.289000', '181945.291000', '181945.294000', '181945.296000', '181945.299000', '181945.302000', '182005.193000', '182005.196000', '182005.198000', '182005.201000', '182005.237000', '182005.239000', '182005.242000', '182005.244000', '182005.247000', '182005.250000', '182005.252000', '182005.255000', '182005.257000', '182005.260000', '182005.262000', '182005.265000', '182005.268000', '182005.270000', '182005.273000', '182005.275000', '182005.278000', '182005.280000', '182005.283000', '182005.286000', '182005.288000', '182005.291000', '182005.293000', '182005.296000', '182005.298000', '182005.301000', '182005.304000', '182005.306000', '182005.309000', '182005.311000', '182005.314000', '182005.316000', '182005.319000', '182005.321000', '182005.324000', '182005.327000', '182005.329000', '182005.332000', '182005.334000', '182005.337000', '182025.192000', '182025.195000', '182025.198000', '182025.201000', '182025.203000', '182025.206000', '182025.208000', '182025.211000', '182025.213000', '182025.216000', '182025.219000', '182025.221000', '182025.224000', '182025.226000', '182025.229000', '182025.231000', '182025.234000', '182025.237000', '182025.239000', '182025.242000', '182025.244000', '182025.247000', '182025.249000', '182025.252000', '182025.254000', '182025.257000', '182025.260000', '182025.262000', '182025.265000', '182025.268000', '182025.270000', '182025.273000', '182025.275000', '182025.278000', '182025.280000', '182025.283000', '182025.286000', '182025.288000', '182025.291000', '182025.293000', '182025.296000', '182025.298000', '182025.301000', '182045.194000', '182045.196000', '182045.199000', '182045.202000', '182045.204000', '182045.207000', '182045.209000', '182045.212000', '182045.215000', '182045.217000', '182045.220000', '182045.223000', '182045.226000', '182045.229000', '182045.231000', '182045.234000', '182045.237000', '182045.239000', '182045.242000', '182045.245000', '182045.247000', '182045.250000', '182045.252000', '182045.255000', '182045.258000', '182045.262000', '182045.264000', '182045.267000', '182045.270000', '182045.272000', '182045.275000', '182045.277000', '182045.280000', '182045.283000', '182045.285000', '182045.288000', '182045.290000', '182045.293000', '182045.295000', '182045.298000', '182045.301000', '182045.303000', '182045.306000', '182105.193000', '182105.196000', '182105.199000', '182105.201000', '182105.204000', '182105.206000', '182105.209000', '182105.212000', '182105.214000', '182105.217000', '182105.219000', '182105.222000', '182105.224000', '182105.227000', '182105.230000', '182105.232000', '182105.235000', '182105.237000', '182105.240000', '182105.242000', '182105.245000', '182105.248000', '182105.250000', '182105.253000', '182105.255000', '182105.258000', '182105.260000', '182105.263000', '182105.265000', '182105.268000', '182105.270000', '182105.273000', '182105.276000', '182105.278000', '182105.281000', '182105.283000', '182105.286000', '182105.288000', '182105.291000', '182105.293000', '182105.296000', '182105.299000', '182105.301000', '182105.304000', '182125.194000', '182125.196000', '182125.199000', '182125.201000', '182125.204000', '182125.207000', '182125.209000', '182125.212000', '182125.214000', '182125.217000', '182125.219000', '182125.222000', '182125.225000', '182125.227000', '182125.230000', '182125.241000', '182125.243000', '182125.246000', '182125.249000', '182125.251000', '182125.254000', '182125.256000', '182125.259000', '182125.262000', '182125.264000', '182125.267000', '182125.269000', '182125.272000', '182125.274000', '182125.277000', '182125.279000', '182125.282000', '182125.285000', '182125.287000', '182125.290000', '182125.292000', '182125.295000', '182125.297000', '182125.300000', '182125.303000', '182125.305000', '182125.308000', '182125.310000', '182125.313000', '182145.193000', '182145.195000', '182145.198000', '182145.201000', '182145.203000', '182145.206000', '182145.209000', '182145.211000', '182145.214000', '182145.216000', '182145.219000', '182145.221000', '182145.224000', '182145.226000', '182145.229000', '182145.232000', '182145.234000', '182145.237000', '182145.239000', '182145.242000', '182145.244000', '182145.247000', '182145.249000', '182145.252000', '182145.255000', '182145.257000', '182145.260000', '182145.262000', '182145.265000', '182145.267000', '182145.270000', '182145.273000', '182145.275000', '182145.278000', '182145.280000', '182145.283000', '182145.285000', '182145.288000', '182145.290000', '182145.293000', '182145.295000', '182145.298000', '182145.301000', '182205.193000', '182205.196000', '182205.198000', '182205.201000', '182205.203000', '182205.206000', '182205.209000', '182205.211000', '182205.214000', '182205.216000', '182205.219000', '182205.221000', '182205.224000', '182205.227000', '182205.231000', '182205.233000', '182205.236000', '182205.239000', '182205.241000', '182205.244000', '182205.246000', '182205.249000', '182205.252000', '182205.254000', '182205.257000', '182205.259000', '182205.262000', '182205.265000', '182205.267000', '182205.270000', '182205.272000', '182205.275000', '182205.277000', '182205.280000', '182205.283000', '182205.285000', '182205.288000', '182205.291000', '182205.293000', '182205.296000', '182205.299000', '182205.302000', '182205.304000', '182225.193000', '182225.195000', '182225.198000', '182225.200000', '182225.203000', '182225.206000', '182225.208000', '182225.211000', '182225.213000', '182225.216000', '182225.218000', '182225.221000', '182225.223000', '182225.226000', '182225.229000', '182225.231000', '182225.234000', '182225.236000', '182225.239000', '182225.242000', '182225.244000', '182225.247000', '182225.249000', '182225.252000', '182225.255000', '182225.257000', '182225.260000', '182225.262000', '182225.265000', '182225.268000', '182225.270000', '182225.273000', '182225.275000', '182225.278000', '182225.280000', '182225.283000', '182225.285000', '182225.288000', '182225.291000', '182225.293000', '182225.296000', '182225.298000', '182225.301000', '182225.304000', '182245.193000', '182245.195000', '182245.198000', '182245.201000', '182245.203000', '182245.206000', '182245.208000', '182245.211000', '182245.214000', '182245.216000', '182245.219000', '182245.221000', '182245.224000', '182245.227000', '182245.229000', '182245.232000', '182245.234000', '182245.237000', '182245.240000', '182245.242000', '182245.245000', '182245.247000', '182245.250000', '182245.252000', '182245.255000', '182245.258000', '182245.285000', '182245.288000', '182245.291000', '182245.293000', '182245.296000', '182245.298000', '182245.301000', '182245.304000', '182245.306000', '182245.309000', '182245.311000', '182245.314000', '182245.316000', '182245.319000', '182245.322000', '182245.324000', '182245.327000', '182305.194000', '182305.196000', '182305.199000', '182305.201000', '182305.204000', '182305.207000', '182305.209000', '182305.212000', '182305.214000', '182305.217000', '182305.220000', '182305.222000', '182305.225000', '182305.227000', '182305.230000', '182305.232000', '182305.235000', '182305.238000', '182305.240000', '182305.243000', '182305.245000', '182305.248000', '182305.250000', '182305.253000', '182305.256000', '182305.258000', '182305.261000', '182305.264000', '182305.266000', '182305.269000', '182305.271000', '182305.274000', '182305.277000', '182305.279000', '182305.282000', '182305.284000', '182305.287000', '182305.289000', '182305.292000', '182305.295000', '182305.297000', '182305.300000', '182305.302000', '182305.305000', '182325.193000', '182325.196000', '182325.199000', '182325.201000', '182325.204000', '182325.207000', '182325.209000', '182325.212000', '182325.214000', '182325.217000', '182325.220000', '182325.222000', '182325.225000', '182325.227000', '182325.230000', '182325.233000', '182325.235000', '182325.238000', '182325.240000', '182325.243000', '182325.245000', '182325.248000', '182325.251000', '182325.253000', '182325.256000', '182325.258000', '182325.261000', '182325.264000', '182325.266000', '182325.270000', '182325.273000', '182325.275000', '182325.278000', '182325.280000', '182325.283000', '182325.285000', '182325.288000', '182325.291000', '182325.293000', '182325.296000', '182325.298000', '182325.301000', '182325.304000', '182345.194000', '182345.196000', '182345.199000', '182345.201000', '182345.204000', '182345.207000', '182345.209000', '182345.212000', '182345.214000', '182345.217000', '182345.219000', '182345.222000', '182345.224000', '182345.227000', '182345.230000', '182345.232000', '182345.235000', '182345.237000', '182345.240000', '182345.243000', '182345.245000', '182345.248000', '182345.250000', '182345.253000', '182345.255000', '182345.258000', '182345.261000', '182345.263000', '182345.266000', '182345.268000', '182345.271000', '182345.273000', '182345.276000', '182345.279000', '182345.281000', '182345.284000', '182345.286000', '182345.289000', '182345.291000', '182345.294000', '182345.297000', '182345.299000', '182345.302000', '182345.304000', '182405.192000', '182405.195000', '182405.198000', '182405.200000', '182405.203000', '182405.206000', '182405.208000', '182405.211000', '182405.224000', '182405.227000', '182405.230000', '182405.232000', '182405.235000', '182405.237000', '182405.240000', '182405.242000', '182405.245000', '182405.248000', '182405.250000', '182405.253000', '182405.255000', '182405.258000', '182405.261000', '182405.264000', '182405.266000', '182405.269000', '182405.272000', '182405.274000', '182405.277000', '182405.279000', '182405.282000', '182405.284000', '182405.287000', '182405.289000', '182405.292000', '182405.295000', '182405.297000', '182405.300000', '182405.302000', '182405.305000', '182405.307000', '182405.310000', '182405.313000', '182425.193000', '182425.195000', '182425.198000', '182425.200000', '182425.203000', '182425.206000', '182425.208000', '182425.211000', '182425.213000', '182425.216000', '182425.219000', '182425.221000', '182425.224000', '182425.226000', '182425.229000', '182425.231000', '182425.234000', '182425.236000', '182425.239000', '182425.242000', '182425.244000', '182425.247000', '182425.250000', '182425.252000', '182425.255000', '182425.257000', '182425.260000', '182425.263000', '182425.265000', '182425.268000', '182425.270000', '182425.273000', '182425.275000', '182425.278000', '182425.281000', '182425.283000', '182425.286000', '182425.288000', '182425.291000', '182425.293000', '182425.296000', '182425.299000', '182425.301000', '182425.304000', '182445.193000', '182445.195000', '182445.198000', '182445.201000', '182445.203000', '182445.206000', '182445.208000', '182445.211000', '182445.213000', '182445.216000', '182445.219000', '182445.221000', '182445.224000', '182445.226000', '182445.229000', '182445.231000', '182445.234000', '182445.237000', '182445.239000', '182445.242000', '182445.245000', '182445.247000', '182445.250000', '182445.252000', '182445.255000', '182445.257000', '182445.260000', '182445.263000', '182445.265000', '182445.268000', '182445.270000', '182445.273000', '182445.276000', '182445.278000', '182445.281000', '182445.284000', '182445.286000', '182445.289000', '182445.291000', '182445.294000', '182445.296000', '182445.299000', '182445.302000', '182505.193000', '182505.196000', '182505.198000', '182505.201000', '182505.203000', '182505.206000', '182505.209000', '182505.211000', '182505.214000', '182505.216000', '182505.219000', '182505.222000', '182505.224000', '182505.227000', '182505.230000', '182505.232000', '182505.235000', '182505.237000', '182505.240000', '182505.243000', '182505.245000', '182505.248000', '182505.250000', '182505.253000', '182505.256000', '182505.258000', '182505.261000', '182505.263000', '182505.266000', '182505.268000', '182505.271000', '182505.274000', '182505.276000', '182505.279000', '182505.282000', '182505.284000', '182505.287000', '182505.289000', '182505.292000', '182505.295000', '182505.297000', '182505.300000', '182505.302000', '182505.305000', '182525.193000', '182525.196000', '182525.199000', '182525.201000', '182525.204000', '182525.207000', '182525.209000', '182525.212000', '182525.214000', '182525.217000', '182525.219000', '182525.222000', '182525.224000', '182525.227000', '182525.230000', '182525.232000', '182525.235000', '182525.237000', '182525.240000', '182525.242000', '182525.245000', '182525.248000', '182525.250000', '182525.253000', '182525.255000', '182525.258000', '182525.260000', '182525.263000', '182525.266000', '182525.268000', '182525.271000', '182525.273000', '182525.276000', '182525.279000', '182525.281000', '182525.284000', '182525.287000', '182525.289000', '182525.292000', '182525.294000', '182525.297000', '182525.300000', '182525.302000', '182545.194000', '182545.197000', '182545.199000', '182545.202000', '182545.204000', '182545.207000', '182545.210000', '182545.212000', '182545.215000', '182545.217000', '182545.220000', '182545.222000', '182545.225000', '182545.228000', '182545.230000', '182545.233000', '182545.235000', '182545.238000', '182545.240000', '182545.243000', '182545.246000', '182545.248000', '182545.251000', '182545.253000', '182545.256000', '182545.258000', '182545.261000', '182545.264000', '182545.266000', '182545.269000', '182545.278000', '182545.280000', '182545.283000', '182545.285000', '182545.288000', '182545.290000', '182545.293000', '182545.295000', '182545.298000', '182545.301000', '182545.303000', '182545.306000', '182545.309000', '182545.311000', '182605.194000', '182605.196000', '182605.199000', '182605.202000', '182605.204000', '182605.207000', '182605.209000', '182605.212000', '182605.214000', '182605.220000', '182605.222000', '182605.225000', '182605.228000', '182605.230000', '182605.233000', '182605.235000', '182605.238000', '182605.241000', '182605.243000', '182605.246000', '182605.248000', '182605.251000', '182605.254000', '182605.256000', '182605.259000', '182605.261000', '182605.264000', '182605.266000', '182605.269000', '182605.272000', '182605.274000', '182605.277000', '182605.280000', '182605.282000', '182605.285000', '182605.287000', '182605.290000', '182605.292000', '182605.295000', '182605.298000', '182605.300000', '182605.303000', '182605.306000', '182625.193000', '182625.195000', '182625.198000', '182625.201000', '182625.203000', '182625.206000', '182625.209000', '182625.211000', '182625.214000', '182625.216000', '182625.219000', '182625.221000', '182625.224000', '182625.226000', '182625.229000', '182625.231000', '182625.234000', '182625.237000', '182625.239000', '182625.242000', '182625.244000', '182625.247000', '182625.250000', '182625.252000', '182625.255000', '182625.257000', '182625.260000', '182625.262000', '182625.265000', '182625.268000', '182625.270000', '182625.273000', '182625.276000', '182625.278000', '182625.281000', '182625.283000', '182625.286000', '182625.289000', '182625.291000', '182625.294000', '182625.296000', '182625.299000', '182625.301000', '182625.304000', '182645.193000', '182645.195000', '182645.198000', '182645.201000', '182645.203000', '182645.206000', '182645.208000', '182645.211000', '182645.213000', '182645.216000', '182645.219000', '182645.221000', '182645.224000', '182645.226000', '182645.229000', '182645.232000', '182645.234000', '182645.237000', '182645.239000', '182645.242000', '182645.244000', '182645.247000', '182645.250000', '182645.252000', '182645.255000', '182645.257000', '182645.260000', '182645.262000', '182645.265000', '182645.268000', '182645.270000', '182645.273000', '182645.275000', '182645.278000', '182645.280000', '182645.283000', '182645.286000', '182645.288000', '182645.291000', '182645.293000', '182645.296000', '182645.298000', '182645.301000', '182705.193000', '182705.196000', '182705.198000', '182705.201000', '182705.203000', '182705.206000', '182705.208000', '182705.211000', '182705.214000', '182705.216000', '182705.219000', '182705.221000', '182705.224000', '182705.226000', '182705.229000', '182705.232000', '182705.234000', '182705.237000', '182705.239000', '182705.242000', '182705.244000', '182705.247000', '182705.249000', '182705.252000', '182705.255000', '182705.257000', '182705.260000', '182705.262000', '182705.265000', '182705.267000', '182705.270000', '182705.273000', '182705.275000', '182705.278000', '182705.280000', '182705.283000', '182705.286000', '182705.288000', '182705.291000', '182705.293000', '182705.296000', '182705.298000', '182705.301000', '182705.304000', '182725.193000', '182725.196000', '182725.198000', '182725.201000', '182725.203000', '182725.206000', '182725.209000', '182725.211000', '182725.214000', '182725.216000', '182725.219000', '182725.222000', '182725.224000', '182725.227000', '182725.229000', '182725.232000', '182725.235000', '182725.237000', '182725.240000', '182725.242000', '182725.245000', '182725.247000', '182725.250000', '182725.252000', '182725.255000', '182725.258000', '182725.260000', '182725.263000', '182725.265000', '182725.268000', '182725.271000', '182725.273000', '182725.276000', '182725.278000', '182725.281000', '182725.283000', '182725.286000', '182725.289000', '182725.291000', '182725.294000', '182725.296000', '182725.299000', '182725.302000', '182734.520000', '182734.523000', '182734.525000', '182734.528000', '182734.531000', '182734.533000', '182734.536000', '182734.538000', '182734.541000', '182734.544000', '182734.546000', '182734.549000', '182734.551000', '182734.554000', '182734.556000', '182734.559000', '182734.562000', '182734.564000', '182734.567000', '182734.569000', '182734.572000'], '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': [8464, 11358, 7963, 11266, 7910, 10672, 7733, 10258, 7607, 9101, 7603, 8493, 7465, 8037, 7590, 7871, 7649, 8152, 9516, 7987, 10058, 7566, 9563, 7751, 8933, 7719, 8784, 7498, 8164, 7544, 8448, 7327, 8099, 7531, 7894, 7494, 8017, 7387, 8105, 8407, 7789, 8692, 8130, 10624, 8133, 10878, 7635, 10117, 7526, 9490, 7220, 8775, 7275, 8669, 7583, 8545, 7174, 8495, 7471, 8232, 7453, 8341, 7402, 8133, 7746, 8271, 8859, 8026, 8767, 8034, 10721, 8016, 10875, 7868, 9669, 7906, 9041, 7901, 9040, 7656, 8863, 7943, 9247, 8039, 10030, 7597, 9639, 7631, 9961, 8237, 10304, 7539, 8353, 7468, 8046, 8049, 8155, 11528, 8086, 10670, 7918, 10061, 8167, 10429, 7899, 9695, 7931, 9594, 7560, 9932, 7702, 9395, 7716, 9109, 8279, 9254, 7743, 8326, 7421, 7978, 7647, 8252, 10890, 7954, 10283, 7886, 9672, 8059, 10045, 7746, 9465, 7783, 9348, 7677, 10112, 7872, 9481, 7663, 9409, 7994, 9592, 8524, 8851, 8096, 8622, 7558, 8625, 7572, 8345, 7793, 7917, 8303, 8005, 10556, 8210, 9773, 7920, 9692, 7936, 10160, 8338, 10148, 7916, 9754, 7812, 9676, 8119, 10453, 7792, 9601, 7699, 9126, 7703, 9358, 8608, 8079, 7714, 8717, 7517, 8110, 7622, 7821, 7322, 7774, 8910, 7985, 10490, 7883, 9551, 7708, 9008, 7726, 9616, 7536, 9448, 7721, 9244, 8053, 8639, 7312, 8017, 7676, 7833, 7494, 7888, 9044, 7865, 10502, 7791, 9888, 7697, 9274, 7788, 10020, 7520, 9015, 7780, 8731, 7918, 8884, 7285, 8333, 7440, 7995, 7435, 7839, 8369, 7879, 10438, 7705, 9539, 7745, 9668, 7760, 10813, 8070, 9499, 7860, 9762, 7818, 9655, 8340, 9042, 8287, 8098, 7693, 8366, 7334, 7823, 7681, 7668, 7544, 7827, 9760, 7795, 9844, 7742, 9786, 7680, 9159, 8030, 8272, 7814, 7829, 7623, 8396, 7353, 7999, 7524, 7845, 7759, 7904, 9123, 7721, 9632, 7745, 9209, 7743, 9488, 7898, 8393, 7862, 8642, 7600, 7889, 7622, 7631, 7575, 7843, 8744, 7830, 10571, 7853, 9472, 7755, 8548, 7740, 9039, 7812, 7955, 7397, 7843, 7598, 7970, 10259, 7607, 9882, 7772, 9368, 7775, 9326, 7719, 8260, 7989, 8472, 7555, 8179, 7953, 7671, 7894, 7796, 9648, 7852, 10503, 7754, 9172, 7908, 8313, 7656, 8130, 7730, 7731, 7454, 7854, 9675, 7701, 9293, 7797, 8859, 7831, 8406, 7650, 7707, 7476, 7691, 10273, 7616, 9175, 7627, 8090, 7711, 8100, 7772, 7794, 7709, 7522, 7479, 7738, 7888, 7600, 9435, 7613, 9573, 7495, 9177, 8110, 7863, 7649, 8010, 7331, 7667, 7834, 7784, 7896, 7848, 8772, 7891, 9921, 7722, 9234, 7534, 8309, 7963, 8845, 7619, 8057, 7475, 7720, 7864, 7655, 9912, 7563, 9512, 7660, 9326, 7726, 9390, 7953, 7979, 7744, 8496, 7930, 7923, 7821, 7616, 7622, 7685, 8618, 7605, 8976, 7540, 7957, 7760, 8240, 7839, 8608, 7605, 8427, 7724, 8276, 7621, 7801, 8033, 7640, 7726, 7762, 9375, 7622, 9188, 7817, 8453, 7815, 8531, 7931, 8341, 7457, 7625, 7965, 7614, 9119, 7570, 9589, 7574, 8582, 7621, 7959, 7647, 8582, 7941, 7659, 7908, 8606, 7912, 8235, 7499, 7700, 7861, 7976, 7904, 7662, 9747, 7681, 8629, 7764, 8486, 7645, 8895, 7605, 8150, 7741, 7753, 7780, 7709, 8074, 7307, 7802, 8077, 7711, 8015, 7931, 7754, 10671, 7789, 9353, 7785, 8874, 7731, 8230, 7739, 7826, 7846, 8535, 7523, 7799, 7863, 7769, 7889, 7839, 7961, 7879, 7895, 8189, 7770, 7945, 9026, 7784, 9447, 7780, 8469, 7645, 8419, 7628, 7889, 7847, 7871, 8100, 7561, 7760, 7670, 8538, 7531, 8840, 7742, 8469, 7609, 8396, 7792, 7768, 7735, 7622, 7692, 8521, 7794, 8432, 7676, 8621, 7601, 7971, 7786, 7886, 7730, 8050, 8847, 7889, 9274, 7728, 8772, 7821, 9157, 7595, 8782, 7759, 7857, 7768, 8702, 7510, 8212, 7694, 8125, 7638, 8114, 7957, 8102, 8861, 7895, 8743, 7577, 8295, 7390, 8182, 7667, 7318, 7458, 8224, 7690, 8473, 7650, 6905, 7608, 8588, 7694, 8491, 7856, 8259, 7898, 8064, 7822, 8101, 9459, 7936, 9167, 7940, 8862, 7658, 8557, 7590, 8119, 7645, 8176, 7633, 8333, 7494, 8571, 7620, 8121, 7565, 8092, 7658, 8002, 8763, 8032, 9515, 7810, 8531, 7580, 8615, 7638, 8233, 7626, 8148, 7674, 8482, 7918, 8311, 7575, 8830, 7491, 8542, 7914, 8630, 7768, 8220, 8400, 8176, 9378, 7791, 9280, 7648, 8209, 7295, 8158, 7430, 7551, 7489, 8091, 7560, 8037, 7654, 8549, 7676, 8086, 7485, 8551, 7908, 8155, 7560, 8261, 8546, 8165, 9473, 7747, 8954, 7600, 9150, 7339, 8787, 7495, 7710, 7606, 7335, 7523, 7582, 7546, 8566, 7554, 8313, 7486, 8437, 7628, 8059, 9654, 7927, 9312, 7867, 8182, 7322, 7815, 7607, 8088, 7532, 8421, 7672, 7895, 8570, 8237, 8068, 8227, 8289, 8001, 8994, 7549, 8387, 7656, 7977, 7522, 8288, 7543, 7285, 7549, 8157, 7411, 8208, 7908, 7814, 9322, 7902, 8448, 7482, 8542, 7457, 8747, 7491, 8353, 7760, 7930, 8890, 7824, 9084, 7847, 8721, 8008, 9225, 7672, 8844, 7516, 8468, 7239, 8816, 7224, 7282, 7309, 8276, 7248, 8111, 9541, 7888, 8570, 8115, 9263, 8173, 9867, 7641, 9092, 7882, 9567, 7683, 9092, 7145, 8656, 7514, 8126, 7357, 8664, 7263, 7882, 7156, 8468, 7352, 8441, 7954, 8212, 7673, 8329, 7848, 8294, 9232, 8184, 9828, 8240, 9579, 8063, 9798, 8238, 9674, 7758, 8904, 7692, 8798, 7553, 8601, 7341, 8382, 7401, 8754, 7462, 8532, 7373, 8083, 8078, 8471, 7569, 8264, 8574, 8181, 9613, 8278, 8749, 8169, 8741, 7976, 9368, 7592, 8687, 7694, 8564, 6929, 8136, 7118, 8634, 7140, 8173, 7356, 8267, 7136, 8022, 7274, 7199, 7378, 8419, 8112, 9050, 8362, 7370, 8548, 12204, 8178, 10730, 9297, 9678, 7435, 8155, 7584, 8267, 7392, 8167, 7528, 8245, 7466, 8142, 8929, 8102, 8875, 8050, 9494, 8056, 10000, 7780, 9510, 7717, 9270, 7329, 9108, 7254, 8422, 7266, 8436, 7655, 8302, 8023, 8095, 10058, 7748, 9132, 7906, 9128, 7795, 9173, 8039, 9054, 7871, 8601, 8038, 9454, 7846, 9368, 7903, 9760, 7609, 8936, 7395, 8994, 7333, 8461, 7120, 8387, 6905, 8995, 7328, 8192, 7286, 8509, 7164, 8640, 7389, 8267, 7182, 8325, 7732, 8237, 10032, 7656, 9419, 7631, 8983, 7434, 8401, 7112, 8386, 7302, 7751, 7099, 8301, 6996, 8448, 7602, 8381, 8342, 8161, 9736, 8025, 9929, 7161, 8955, 7590, 8471, 7357, 7784, 6887, 7709, 7451, 7629, 7073, 7743, 7155, 8282, 7154, 7915, 7087, 8553, 7203, 8113, 10660, 7876, 9923, 7624, 8915, 7153, 8217, 7057, 7910, 6973, 7965, 7001, 8228, 9241, 8030, 9553, 7947, 9047, 7608, 9119, 7300, 7843, 7134, 8866, 7070, 8501, 10018, 8381, 9798, 8073, 9203, 7499, 8686, 7254, 7929, 6971, 8590, 6988, 8229, 7611, 7994, 9553, 7885, 8790, 7428, 8352, 6947, 7739, 7155, 8705, 6941, 8472, 8336, 7890, 8671, 8098, 9470, 7798, 9534, 7358, 8274, 7134, 8067, 6797, 8223, 10497, 8179, 9480, 7691, 8702, 7032, 8560, 6710, 8062, 6991, 8106, 7788, 8108, 9952, 7813, 9209, 7654, 8374, 7444, 8802, 6983, 8040, 7279, 8978, 6831, 8450, 7993, 8102, 8385, 8076, 9263, 7497, 9194, 7153, 8183, 7032, 7978, 7595, 9432, 7101, 7952, 6900, 8559, 7195, 8185, 10593, 7806, 9676, 7625, 8615, 7105, 8064, 7191, 8031, 6841, 8119, 7125, 8316, 7619, 8111, 10153, 8012, 9732, 7827, 8705, 7176, 8593, 7092, 8477, 6934, 8315, 7227, 8421, 9832, 7850, 9419, 7638, 8533, 7244, 8251, 6732, 7957, 7216, 7988, 8003, 7931, 9484, 7657, 9513, 7472, 9090, 7533, 8560, 7572, 8922, 7338, 8124, 7306, 8090, 6842, 9157, 9015, 8313, 9960, 8136, 10502, 7787, 9920, 7152, 8729, 7618, 7920, 7068, 8497, 7076, 8298, 6955, 8488, 7201, 8416, 8388, 8175, 10096, 8246, 9891, 7516, 9388, 7593, 8864, 7369, 8633, 7193, 8418, 8215, 8157, 9364, 8164, 8207, 8002, 8015, 8084, 9522, 8048, 9438, 7851, 9204, 7279, 8986, 7306, 7992, 6883, 8531, 7006, 8280, 9007, 7963, 9415, 8014, 8865, 7845, 9089, 7049, 8182, 7177, 8082, 7521, 8017, 7234, 7847, 7859, 8267, 7167, 8764, 6792, 8379, 7170, 8149, 8672, 8111, 9982, 7731, 9253, 7521, 8719, 7240, 8383, 6953, 8117, 7504, 8146, 6590, 8291, 7021, 8223, 7012, 8288, 6990, 8383, 7462, 8179, 11092, 7980, 10119, 7778, 9097, 7144, 8866, 6984, 8572, 6901, 8383, 7306, 8149, 8089, 8231, 7079, 8258, 7200, 8182, 8225, 8263, 7177, 8375, 7351, 8391, 9302, 8320, 7960, 8126, 9827, 7908, 10002, 7689, 9440, 7701, 9174, 7508, 9178, 7228, 8814, 7037, 9100, 6985, 8463, 7281, 8383, 6834, 8535, 6675, 7949, 7119, 8546, 7204, 7862, 7170, 8476, 6974, 8340, 11190, 7910, 9620, 7697, 9021, 7156, 8572, 7615, 8059, 7638, 8021, 7292, 7797, 6904, 8529, 7164, 8940, 7020, 8499, 7204, 8280, 7121, 8075, 9924, 7946, 10009, 7166, 8775, 7795, 8942, 6991, 8403, 7191, 8106, 7248, 8017, 7731, 8052, 7399, 7373, 7883, 8169, 8094, 7069, 8360, 8304, 11842, 9577, 9706, 11879, 7771, 10032, 7123, 8760, 6712, 8149, 8037, 7906, 7926, 7791, 9202, 7480, 9143, 6995, 8335, 7262, 8245, 7135, 8504, 6939, 8423, 7486, 8717, 7141, 10584, 7562, 8888, 6944, 8809, 7216, 8281, 11234, 8273, 10241, 7762, 9679, 7478, 8798, 7543, 9023, 7200, 8442, 7509, 8530, 7572, 8945, 7284, 8887, 7028, 8442, 7146, 8252, 9637, 7536, 9516, 7579, 8155, 7208, 8352, 7008, 8525, 7124, 8178, 7319, 8118, 7754, 8089, 10118, 7409, 9028, 7898, 8466, 7045, 8279, 11454, 7825, 9285, 7631, 8366, 7144, 8719, 7038, 8386, 6993, 8163, 9864, 8017, 9736, 7144, 8229, 6851, 8167, 7625, 7852, 6888, 7776, 6698, 8436, 7068, 8034, 7932, 7773, 8763, 7972, 9152, 7561, 8983, 6806, 8085, 7491, 8170, 6841, 8626, 6933, 8124, 6880, 8843, 6910, 8337, 7269, 8188, 11166, 7881, 10255, 7862, 9279, 7329, 9363, 7407, 8333, 7876, 8307, 8096, 8504, 7566, 8280, 7781, 8388, 7949, 8883, 7051, 8496, 7339, 8466, 7052, 8364, 7218, 8361, 10469, 8077, 9772, 7986, 9154, 7687, 9273, 7538, 8580, 7830, 9024, 7648, 9349, 7095, 8638, 7392, 8360, 7771, 8139, 7619, 8368, 7663, 8457, 7694, 8243, 7645, 8684, 7233, 8487, 7101, 8534, 7096, 8487, 9292, 8315, 7294, 8490, 7461, 8420, 7026, 8297, 7491, 8308, 7067, 8432, 7658, 8141, 8419, 6968, 10231, 7194, 8701, 6928, 8453, 9169, 8209, 10504, 7863, 9332, 8055, 8608, 7774, 8247, 7300, 8407, 7687, 8327, 7470, 8737, 7841, 9442, 7980, 7829, 8216, 8283, 8249, 10104, 8882, 9914, 8246, 8646, 8161, 9280, 8064, 10112, 8227, 9567, 8084, 9232, 7636, 9528, 7473, 8486, 7320, 8381, 7286, 8228, 7420, 8678, 7725, 8427, 7640, 8475, 7522, 8910, 7665, 8567, 8261, 8245, 7439, 8652, 6994, 8744, 9401, 8399, 7277, 8373, 7491, 8465, 7455, 8223, 7080, 8535, 6895, 8510, 9403, 8231, 9802, 8172, 10017, 7927, 9550, 7673, 8914, 7581, 7973, 7280, 8023, 7393, 8076, 7500, 8252, 7255, 8462, 7743, 8549, 7481, 8919, 7715, 8771, 8012, 8888, 6979, 8872, 7136, 8520, 7133, 8630, 11102, 8208, 9839, 8546, 9872, 8156, 8976, 7802, 9311, 7804], 'WindowCenter': [3940.0, 3945.0, 3910.0, 3928.0, 3897.0, 3915.0, 3896.0, 3916.0, 3894.0, 3903.0, 3893.0, 3894.0, 3883.0, 3895.0, 3894.0, 3894.0, 3883.0, 3895.0, 3904.0, 3895.0, 3917.0, 3896.0, 3905.0, 3895.0, 3905.0, 3895.0, 3906.0, 3896.0, 3895.0, 3894.0, 3896.0, 3883.0, 3897.0, 3896.0, 3897.0, 3896.0, 3907.0, 3896.0, 3908.0, 3908.0, 3898.0, 3906.0, 3908.0, 3916.0, 3897.0, 3927.0, 3897.0, 3917.0, 3896.0, 3905.0, 3884.0, 3907.0, 3896.0, 3906.0, 3896.0, 3906.0, 3885.0, 3908.0, 3897.0, 3908.0, 3897.0, 3907.0, 3896.0, 3897.0, 3896.0, 3908.0, 3907.0, 3907.0, 3905.0, 3896.0, 3916.0, 3908.0, 3927.0, 3897.0, 3917.0, 3897.0, 3906.0, 3908.0, 3919.0, 3909.0, 3918.0, 3910.0, 3917.0, 3910.0, 3930.0, 3909.0, 3918.0, 3898.0, 3917.0, 3907.0, 3918.0, 3896.0, 3907.0, 3884.0, 3895.0, 3894.0, 3897.0, 3927.0, 3896.0, 3915.0, 3895.0, 3904.0, 3906.0, 3917.0, 3896.0, 3905.0, 3895.0, 3904.0, 3896.0, 3917.0, 3895.0, 3904.0, 3894.0, 3904.0, 3895.0, 3907.0, 3894.0, 3895.0, 3883.0, 3893.0, 3883.0, 3906.0, 3916.0, 3895.0, 3914.0, 3894.0, 3904.0, 3907.0, 3916.0, 3895.0, 3904.0, 3894.0, 3904.0, 3896.0, 3916.0, 3895.0, 3904.0, 3884.0, 3903.0, 3893.0, 3906.0, 3905.0, 3905.0, 3893.0, 3892.0, 3882.0, 3894.0, 3895.0, 3894.0, 3882.0, 3882.0, 3881.0, 3884.0, 3914.0, 3893.0, 3902.0, 3893.0, 3902.0, 3893.0, 3914.0, 3895.0, 3914.0, 3894.0, 3903.0, 3894.0, 3904.0, 3896.0, 3915.0, 3895.0, 3904.0, 3883.0, 3903.0, 3895.0, 3905.0, 3895.0, 3894.0, 3883.0, 3893.0, 3883.0, 3896.0, 3883.0, 3882.0, 3882.0, 3883.0, 3892.0, 3895.0, 3915.0, 3894.0, 3903.0, 3894.0, 3903.0, 3895.0, 3917.0, 3896.0, 3904.0, 3895.0, 3904.0, 3893.0, 3905.0, 3885.0, 3895.0, 3883.0, 3883.0, 3881.0, 3893.0, 3904.0, 3894.0, 3914.0, 3895.0, 3902.0, 3893.0, 3904.0, 3897.0, 3917.0, 3895.0, 3905.0, 3894.0, 3894.0, 3894.0, 3905.0, 3885.0, 3895.0, 3882.0, 3894.0, 3882.0, 3884.0, 3895.0, 3896.0, 3914.0, 3895.0, 3902.0, 3885.0, 3903.0, 3896.0, 3926.0, 3894.0, 3904.0, 3894.0, 3903.0, 3883.0, 3905.0, 3894.0, 3893.0, 3892.0, 3881.0, 3881.0, 3893.0, 3883.0, 3883.0, 3882.0, 3883.0, 3882.0, 3895.0, 3914.0, 3895.0, 3904.0, 3884.0, 3903.0, 3883.0, 3904.0, 3894.0, 3893.0, 3883.0, 3882.0, 3883.0, 3905.0, 3885.0, 3895.0, 3894.0, 3895.0, 3893.0, 3895.0, 3915.0, 3895.0, 3905.0, 3895.0, 3904.0, 3896.0, 3917.0, 3895.0, 3895.0, 3894.0, 3894.0, 3883.0, 3896.0, 3895.0, 3895.0, 3894.0, 3895.0, 3905.0, 3896.0, 3916.0, 3895.0, 3905.0, 3895.0, 3893.0, 3895.0, 3906.0, 3894.0, 3894.0, 3883.0, 3894.0, 3882.0, 3896.0, 3914.0, 3895.0, 3904.0, 3882.0, 3903.0, 3894.0, 3905.0, 3893.0, 3894.0, 3894.0, 3893.0, 3883.0, 3895.0, 3893.0, 3883.0, 3891.0, 3882.0, 3902.0, 3894.0, 3913.0, 3882.0, 3892.0, 3880.0, 3881.0, 3880.0, 3894.0, 3882.0, 3884.0, 3882.0, 3893.0, 3901.0, 3882.0, 3903.0, 3893.0, 3893.0, 3882.0, 3892.0, 3881.0, 3882.0, 3881.0, 3884.0, 3902.0, 3883.0, 3902.0, 3882.0, 3893.0, 3894.0, 3893.0, 3893.0, 3894.0, 3894.0, 3895.0, 3896.0, 3897.0, 3894.0, 3896.0, 3904.0, 3895.0, 3915.0, 3896.0, 3905.0, 3892.0, 3893.0, 3881.0, 3893.0, 3884.0, 3894.0, 3883.0, 3894.0, 3893.0, 3894.0, 3905.0, 3896.0, 3915.0, 3895.0, 3903.0, 3883.0, 3892.0, 3893.0, 3905.0, 3883.0, 3894.0, 3882.0, 3883.0, 3894.0, 3895.0, 3914.0, 3884.0, 3903.0, 3883.0, 3903.0, 3893.0, 3903.0, 3892.0, 3893.0, 3882.0, 3892.0, 3881.0, 3894.0, 3882.0, 3882.0, 3881.0, 3882.0, 3891.0, 3883.0, 3903.0, 3883.0, 3893.0, 3883.0, 3893.0, 3893.0, 3906.0, 3895.0, 3905.0, 3894.0, 3895.0, 3894.0, 3896.0, 3906.0, 3896.0, 3895.0, 3896.0, 3904.0, 3895.0, 3906.0, 3896.0, 3906.0, 3895.0, 3903.0, 3895.0, 3905.0, 3884.0, 3896.0, 3894.0, 3896.0, 3905.0, 3896.0, 3916.0, 3896.0, 3904.0, 3895.0, 3894.0, 3896.0, 3905.0, 3895.0, 3894.0, 3894.0, 3894.0, 3894.0, 3906.0, 3884.0, 3883.0, 3893.0, 3893.0, 3882.0, 3884.0, 3904.0, 3894.0, 3893.0, 3895.0, 3893.0, 3894.0, 3906.0, 3895.0, 3895.0, 3894.0, 3893.0, 3894.0, 3895.0, 3895.0, 3883.0, 3894.0, 3894.0, 3882.0, 3893.0, 3894.0, 3883.0, 3903.0, 3882.0, 3891.0, 3882.0, 3893.0, 3882.0, 3892.0, 3882.0, 3881.0, 3880.0, 3893.0, 3893.0, 3883.0, 3892.0, 3883.0, 3892.0, 3893.0, 3894.0, 3895.0, 3894.0, 3894.0, 3882.0, 3893.0, 3903.0, 3896.0, 3905.0, 3895.0, 3892.0, 3882.0, 3892.0, 3882.0, 3894.0, 3893.0, 3893.0, 3892.0, 3882.0, 3881.0, 3894.0, 3905.0, 3895.0, 3904.0, 3895.0, 3893.0, 3894.0, 3895.0, 3895.0, 3894.0, 3893.0, 3882.0, 3883.0, 3906.0, 3896.0, 3905.0, 3894.0, 3904.0, 3883.0, 3895.0, 3894.0, 3895.0, 3883.0, 3894.0, 3893.0, 3895.0, 3905.0, 3884.0, 3893.0, 3883.0, 3902.0, 3883.0, 3893.0, 3882.0, 3882.0, 3880.0, 3891.0, 3869.0, 3892.0, 3882.0, 3880.0, 3881.0, 3882.0, 3880.0, 3893.0, 3903.0, 3893.0, 3892.0, 3882.0, 3892.0, 3882.0, 3894.0, 3882.0, 3883.0, 3883.0, 3893.0, 3881.0, 3894.0, 3894.0, 3883.0, 3882.0, 3893.0, 3882.0, 3906.0, 3893.0, 3893.0, 3882.0, 3892.0, 3880.0, 3894.0, 3903.0, 3894.0, 3891.0, 3882.0, 3891.0, 3883.0, 3894.0, 3881.0, 3882.0, 3882.0, 3880.0, 3880.0, 3892.0, 3882.0, 3892.0, 3879.0, 3880.0, 3880.0, 3893.0, 3881.0, 3881.0, 3890.0, 3882.0, 3891.0, 3882.0, 3892.0, 3883.0, 3892.0, 3882.0, 3892.0, 3882.0, 3893.0, 3893.0, 3892.0, 3893.0, 3892.0, 3881.0, 3892.0, 3882.0, 3893.0, 3881.0, 3892.0, 3869.0, 3880.0, 3892.0, 3893.0, 3891.0, 3882.0, 3890.0, 3881.0, 3879.0, 3882.0, 3882.0, 3881.0, 3881.0, 3881.0, 3881.0, 3882.0, 3893.0, 3882.0, 3893.0, 3882.0, 3882.0, 3881.0, 3894.0, 3893.0, 3893.0, 3881.0, 3893.0, 3891.0, 3893.0, 3903.0, 3883.0, 3892.0, 3882.0, 3891.0, 3869.0, 3892.0, 3882.0, 3881.0, 3881.0, 3870.0, 3880.0, 3881.0, 3883.0, 3893.0, 3882.0, 3892.0, 3870.0, 3892.0, 3881.0, 3893.0, 3902.0, 3882.0, 3891.0, 3881.0, 3890.0, 3882.0, 3882.0, 3880.0, 3881.0, 3880.0, 3892.0, 3882.0, 3893.0, 3891.0, 3892.0, 3879.0, 3892.0, 3891.0, 3894.0, 3904.0, 3883.0, 3892.0, 3882.0, 3881.0, 3883.0, 3892.0, 3881.0, 3883.0, 3882.0, 3882.0, 3880.0, 3893.0, 3893.0, 3882.0, 3892.0, 3881.0, 3892.0, 3883.0, 3893.0, 3881.0, 3893.0, 3881.0, 3892.0, 3882.0, 3895.0, 3904.0, 3883.0, 3893.0, 3894.0, 3893.0, 3894.0, 3905.0, 3895.0, 3904.0, 3884.0, 3893.0, 3885.0, 3906.0, 3885.0, 3884.0, 3883.0, 3894.0, 3881.0, 3894.0, 3904.0, 3894.0, 3892.0, 3893.0, 3892.0, 3894.0, 3904.0, 3883.0, 3893.0, 3893.0, 3901.0, 3883.0, 3904.0, 3883.0, 3892.0, 3882.0, 3881.0, 3882.0, 3894.0, 3883.0, 3893.0, 3872.0, 3893.0, 3870.0, 3893.0, 3893.0, 3894.0, 3881.0, 3892.0, 3881.0, 3893.0, 3904.0, 3895.0, 3902.0, 3892.0, 3902.0, 3881.0, 3903.0, 3894.0, 3903.0, 3883.0, 3891.0, 3881.0, 3891.0, 3882.0, 3893.0, 3882.0, 3891.0, 3870.0, 3891.0, 3869.0, 3892.0, 3881.0, 3893.0, 3882.0, 3892.0, 3879.0, 3892.0, 3891.0, 3893.0, 3901.0, 3894.0, 3892.0, 3893.0, 3892.0, 3895.0, 3904.0, 3884.0, 3893.0, 3882.0, 3891.0, 3872.0, 3895.0, 3883.0, 3894.0, 3872.0, 3892.0, 3882.0, 3895.0, 3884.0, 3895.0, 3884.0, 3885.0, 3883.0, 3904.0, 3907.0, 3918.0, 3908.0, 3885.0, 3905.0, 3915.0, 3893.0, 3914.0, 3891.0, 3892.0, 3871.0, 3880.0, 3869.0, 3891.0, 3870.0, 3881.0, 3880.0, 3881.0, 3870.0, 3882.0, 3902.0, 3895.0, 3892.0, 3892.0, 3902.0, 3882.0, 3903.0, 3884.0, 3904.0, 3882.0, 3891.0, 3872.0, 3891.0, 3871.0, 3892.0, 3882.0, 3891.0, 3880.0, 3880.0, 3879.0, 3881.0, 3903.0, 3883.0, 3892.0, 3882.0, 3891.0, 3881.0, 3904.0, 3894.0, 3893.0, 3895.0, 3892.0, 3895.0, 3905.0, 3895.0, 3904.0, 3894.0, 3903.0, 3883.0, 3903.0, 3886.0, 3903.0, 3885.0, 3893.0, 3872.0, 3892.0, 3885.0, 3906.0, 3884.0, 3893.0, 3883.0, 3892.0, 3871.0, 3905.0, 3884.0, 3893.0, 3872.0, 3893.0, 3881.0, 3893.0, 3903.0, 3883.0, 3892.0, 3884.0, 3893.0, 3882.0, 3893.0, 3883.0, 3893.0, 3883.0, 3883.0, 3871.0, 3893.0, 3881.0, 3894.0, 3882.0, 3892.0, 3880.0, 3882.0, 3891.0, 3883.0, 3902.0, 3871.0, 3892.0, 3882.0, 3881.0, 3872.0, 3881.0, 3884.0, 3884.0, 3884.0, 3881.0, 3873.0, 3882.0, 3886.0, 3894.0, 3885.0, 3895.0, 3872.0, 3895.0, 3884.0, 3896.0, 3916.0, 3894.0, 3901.0, 3882.0, 3893.0, 3884.0, 3892.0, 3873.0, 3882.0, 3871.0, 3892.0, 3874.0, 3896.0, 3906.0, 3894.0, 3902.0, 3882.0, 3891.0, 3883.0, 3892.0, 3882.0, 3881.0, 3870.0, 3892.0, 3872.0, 3895.0, 3902.0, 3893.0, 3902.0, 3881.0, 3890.0, 3869.0, 3891.0, 3881.0, 3882.0, 3870.0, 3892.0, 3869.0, 3893.0, 3883.0, 3893.0, 3902.0, 3883.0, 3891.0, 3883.0, 3894.0, 3884.0, 3882.0, 3873.0, 3893.0, 3872.0, 3895.0, 3894.0, 3895.0, 3893.0, 3893.0, 3902.0, 3885.0, 3905.0, 3883.0, 3893.0, 3871.0, 3883.0, 3871.0, 3893.0, 3901.0, 3895.0, 3891.0, 3883.0, 3881.0, 3872.0, 3892.0, 3872.0, 3882.0, 3870.0, 3882.0, 3884.0, 3895.0, 3904.0, 3885.0, 3893.0, 3883.0, 3893.0, 3883.0, 3907.0, 3885.0, 3893.0, 3883.0, 3892.0, 3871.0, 3895.0, 3895.0, 3896.0, 3891.0, 3882.0, 3891.0, 3883.0, 3905.0, 3873.0, 3892.0, 3872.0, 3881.0, 3883.0, 3904.0, 3885.0, 3895.0, 3871.0, 3893.0, 3869.0, 3892.0, 3915.0, 3882.0, 3902.0, 3882.0, 3881.0, 3872.0, 3883.0, 3873.0, 3883.0, 3873.0, 3883.0, 3870.0, 3882.0, 3881.0, 3892.0, 3901.0, 3881.0, 3892.0, 3882.0, 3891.0, 3871.0, 3894.0, 3871.0, 3892.0, 3870.0, 3881.0, 3869.0, 3893.0, 3904.0, 3884.0, 3892.0, 3882.0, 3890.0, 3870.0, 3891.0, 3874.0, 3893.0, 3881.0, 3893.0, 3881.0, 3883.0, 3903.0, 3897.0, 3905.0, 3886.0, 3894.0, 3882.0, 3892.0, 3897.0, 3906.0, 3884.0, 3883.0, 3883.0, 3882.0, 3871.0, 3905.0, 3906.0, 3894.0, 3902.0, 3882.0, 3900.0, 3883.0, 3903.0, 3872.0, 3880.0, 3870.0, 3879.0, 3868.0, 3893.0, 3874.0, 3892.0, 3871.0, 3892.0, 3870.0, 3891.0, 3893.0, 3893.0, 3901.0, 3894.0, 3891.0, 3870.0, 3891.0, 3882.0, 3891.0, 3870.0, 3881.0, 3858.0, 3880.0, 3880.0, 3883.0, 3891.0, 3881.0, 3879.0, 3881.0, 3880.0, 3893.0, 3903.0, 3893.0, 3892.0, 3884.0, 3893.0, 3883.0, 3894.0, 3871.0, 3881.0, 3870.0, 3881.0, 3871.0, 3893.0, 3894.0, 3883.0, 3890.0, 3881.0, 3892.0, 3884.0, 3892.0, 3872.0, 3882.0, 3871.0, 3881.0, 3881.0, 3885.0, 3884.0, 3882.0, 3882.0, 3893.0, 3874.0, 3895.0, 3874.0, 3893.0, 3870.0, 3884.0, 3893.0, 3884.0, 3903.0, 3883.0, 3892.0, 3882.0, 3891.0, 3870.0, 3894.0, 3872.0, 3882.0, 3883.0, 3883.0, 3872.0, 3895.0, 3883.0, 3895.0, 3883.0, 3892.0, 3871.0, 3893.0, 3883.0, 3894.0, 3913.0, 3884.0, 3903.0, 3882.0, 3893.0, 3871.0, 3893.0, 3871.0, 3891.0, 3871.0, 3883.0, 3870.0, 3881.0, 3883.0, 3892.0, 3871.0, 3892.0, 3870.0, 3894.0, 3893.0, 3894.0, 3873.0, 3894.0, 3882.0, 3897.0, 3904.0, 3895.0, 3893.0, 3893.0, 3903.0, 3883.0, 3905.0, 3884.0, 3905.0, 3883.0, 3893.0, 3881.0, 3892.0, 3884.0, 3893.0, 3871.0, 3891.0, 3869.0, 3893.0, 3882.0, 3893.0, 3871.0, 3892.0, 3872.0, 3882.0, 3872.0, 3893.0, 3882.0, 3894.0, 3872.0, 3893.0, 3871.0, 3893.0, 3914.0, 3883.0, 3892.0, 3882.0, 3889.0, 3871.0, 3892.0, 3883.0, 3882.0, 3881.0, 3880.0, 3872.0, 3882.0, 3872.0, 3893.0, 3871.0, 3893.0, 3871.0, 3892.0, 3884.0, 3894.0, 3872.0, 3881.0, 3902.0, 3884.0, 3904.0, 3872.0, 3892.0, 3880.0, 3892.0, 3869.0, 3880.0, 3872.0, 3894.0, 3882.0, 3882.0, 3882.0, 3883.0, 3883.0, 3885.0, 3894.0, 3906.0, 3908.0, 3899.0, 3920.0, 3909.0, 3941.0, 3906.0, 3906.0, 3915.0, 3883.0, 3904.0, 3871.0, 3882.0, 3870.0, 3885.0, 3882.0, 3882.0, 3881.0, 3881.0, 3890.0, 3884.0, 3906.0, 3885.0, 3895.0, 3884.0, 3893.0, 3886.0, 3906.0, 3885.0, 3894.0, 3885.0, 3893.0, 3873.0, 3917.0, 3885.0, 3906.0, 3873.0, 3893.0, 3872.0, 3881.0, 3912.0, 3882.0, 3902.0, 3872.0, 3890.0, 3869.0, 3880.0, 3881.0, 3892.0, 3874.0, 3881.0, 3871.0, 3882.0, 3882.0, 3892.0, 3883.0, 3892.0, 3870.0, 3882.0, 3859.0, 3880.0, 3891.0, 3883.0, 3892.0, 3870.0, 3870.0, 3868.0, 3881.0, 3871.0, 3894.0, 3871.0, 3894.0, 3872.0, 3882.0, 3882.0, 3895.0, 3904.0, 3883.0, 3893.0, 3881.0, 3882.0, 3870.0, 3892.0, 3913.0, 3884.0, 3892.0, 3881.0, 3879.0, 3870.0, 3892.0, 3872.0, 3882.0, 3871.0, 3882.0, 3901.0, 3881.0, 3903.0, 3873.0, 3883.0, 3871.0, 3883.0, 3881.0, 3883.0, 3884.0, 3886.0, 3874.0, 3893.0, 3874.0, 3896.0, 3896.0, 3897.0, 3895.0, 3895.0, 3904.0, 3885.0, 3907.0, 3875.0, 3895.0, 3885.0, 3895.0, 3874.0, 3896.0, 3886.0, 3896.0, 3884.0, 3906.0, 3873.0, 3894.0, 3885.0, 3898.0, 3915.0, 3884.0, 3903.0, 3881.0, 3893.0, 3884.0, 3906.0, 3883.0, 3883.0, 3881.0, 3882.0, 3883.0, 3894.0, 3884.0, 3895.0, 3882.0, 3894.0, 3881.0, 3893.0, 3871.0, 3895.0, 3871.0, 3894.0, 3870.0, 3882.0, 3872.0, 3894.0, 3914.0, 3896.0, 3903.0, 3882.0, 3891.0, 3884.0, 3907.0, 3885.0, 3894.0, 3883.0, 3891.0, 3884.0, 3904.0, 3871.0, 3891.0, 3872.0, 3881.0, 3881.0, 3883.0, 3883.0, 3894.0, 3884.0, 3883.0, 3883.0, 3882.0, 3884.0, 3895.0, 3882.0, 3895.0, 3873.0, 3893.0, 3872.0, 3893.0, 3890.0, 3881.0, 3872.0, 3883.0, 3872.0, 3894.0, 3871.0, 3893.0, 3870.0, 3882.0, 3872.0, 3881.0, 3884.0, 3894.0, 3894.0, 3884.0, 3919.0, 3886.0, 3895.0, 3871.0, 3882.0, 3891.0, 3881.0, 3904.0, 3881.0, 3891.0, 3882.0, 3881.0, 3883.0, 3894.0, 3886.0, 3883.0, 3885.0, 3881.0, 3884.0, 3894.0, 3898.0, 3917.0, 3897.0, 3886.0, 3897.0, 3893.0, 3897.0, 3919.0, 3908.0, 3905.0, 3896.0, 3894.0, 3894.0, 3895.0, 3896.0, 3905.0, 3895.0, 3894.0, 3883.0, 3891.0, 3883.0, 3906.0, 3884.0, 3893.0, 3873.0, 3881.0, 3872.0, 3884.0, 3883.0, 3893.0, 3885.0, 3894.0, 3883.0, 3894.0, 3884.0, 3907.0, 3885.0, 3893.0, 3882.0, 3881.0, 3870.0, 3892.0, 3872.0, 3893.0, 3892.0, 3882.0, 3868.0, 3880.0, 3870.0, 3895.0, 3882.0, 3893.0, 3870.0, 3894.0, 3871.0, 3896.0, 3904.0, 3894.0, 3902.0, 3882.0, 3890.0, 3882.0, 3892.0, 3882.0, 3892.0, 3871.0, 3881.0, 3870.0, 3882.0, 3882.0, 3895.0, 3884.0, 3893.0, 3885.0, 3893.0, 3884.0, 3896.0, 3887.0, 3904.0, 3885.0, 3894.0, 3883.0, 3896.0, 3874.0, 3896.0, 3872.0, 3893.0, 3874.0, 3893.0, 3914.0, 3894.0, 3903.0, 3893.0, 3890.0, 3881.0, 3891.0, 3871.0, 3892.0, 3882.0], 'WindowWidth': [8828.0, 8823.0, 8766.0, 8785.0, 8740.0, 8760.0, 8737.0, 8764.0, 8732.0, 8742.0, 8728.0, 8730.0, 8714.0, 8733.0, 8731.0, 8730.0, 8716.0, 8732.0, 8743.0, 8735.0, 8766.0, 8737.0, 8747.0, 8735.0, 8746.0, 8733.0, 8749.0, 8737.0, 8734.0, 8731.0, 8735.0, 8717.0, 8739.0, 8739.0, 8740.0, 8737.0, 8754.0, 8738.0, 8757.0, 8758.0, 8744.0, 8752.0, 8754.0, 8764.0, 8740.0, 8780.0, 8739.0, 8764.0, 8736.0, 8747.0, 8718.0, 8753.0, 8739.0, 8751.0, 8735.0, 8750.0, 8720.0, 8756.0, 8742.0, 8757.0, 8739.0, 8754.0, 8736.0, 8741.0, 8740.0, 8758.0, 8753.0, 8754.0, 8746.0, 8738.0, 8764.0, 8757.0, 8781.0, 8740.0, 8764.0, 8739.0, 8749.0, 8757.0, 8772.0, 8759.0, 8771.0, 8762.0, 8768.0, 8762.0, 8790.0, 8761.0, 8770.0, 8742.0, 8765.0, 8753.0, 8770.0, 8737.0, 8752.0, 8718.0, 8733.0, 8730.0, 8740.0, 8778.0, 8736.0, 8758.0, 8733.0, 8742.0, 8751.0, 8765.0, 8736.0, 8747.0, 8734.0, 8744.0, 8737.0, 8764.0, 8735.0, 8744.0, 8731.0, 8742.0, 8733.0, 8751.0, 8730.0, 8733.0, 8714.0, 8729.0, 8715.0, 8751.0, 8762.0, 8733.0, 8756.0, 8731.0, 8742.0, 8752.0, 8763.0, 8735.0, 8745.0, 8730.0, 8744.0, 8737.0, 8764.0, 8735.0, 8743.0, 8718.0, 8740.0, 8728.0, 8749.0, 8748.0, 8745.0, 8726.0, 8725.0, 8712.0, 8731.0, 8732.0, 8730.0, 8712.0, 8712.0, 8706.0, 8715.0, 8757.0, 8728.0, 8738.0, 8727.0, 8736.0, 8728.0, 8757.0, 8732.0, 8756.0, 8732.0, 8740.0, 8731.0, 8744.0, 8737.0, 8760.0, 8733.0, 8741.0, 8714.0, 8740.0, 8735.0, 8747.0, 8732.0, 8729.0, 8713.0, 8727.0, 8713.0, 8736.0, 8716.0, 8712.0, 8711.0, 8713.0, 8725.0, 8734.0, 8760.0, 8732.0, 8740.0, 8732.0, 8740.0, 8734.0, 8765.0, 8738.0, 8744.0, 8733.0, 8742.0, 8728.0, 8747.0, 8722.0, 8733.0, 8713.0, 8715.0, 8709.0, 8726.0, 8744.0, 8731.0, 8756.0, 8733.0, 8739.0, 8730.0, 8745.0, 8739.0, 8766.0, 8734.0, 8744.0, 8730.0, 8729.0, 8730.0, 8748.0, 8721.0, 8733.0, 8713.0, 8730.0, 8712.0, 8716.0, 8734.0, 8736.0, 8756.0, 8733.0, 8739.0, 8718.0, 8740.0, 8738.0, 8777.0, 8733.0, 8742.0, 8729.0, 8738.0, 8714.0, 8746.0, 8731.0, 8725.0, 8723.0, 8707.0, 8707.0, 8726.0, 8713.0, 8714.0, 8712.0, 8713.0, 8710.0, 8732.0, 8758.0, 8733.0, 8743.0, 8717.0, 8740.0, 8714.0, 8745.0, 8732.0, 8728.0, 8713.0, 8710.0, 8713.0, 8748.0, 8720.0, 8734.0, 8730.0, 8733.0, 8727.0, 8734.0, 8762.0, 8735.0, 8745.0, 8734.0, 8744.0, 8736.0, 8766.0, 8734.0, 8733.0, 8732.0, 8731.0, 8714.0, 8737.0, 8733.0, 8734.0, 8730.0, 8734.0, 8745.0, 8736.0, 8763.0, 8734.0, 8745.0, 8735.0, 8728.0, 8734.0, 8749.0, 8731.0, 8731.0, 8714.0, 8730.0, 8711.0, 8735.0, 8759.0, 8732.0, 8742.0, 8713.0, 8738.0, 8731.0, 8747.0, 8730.0, 8728.0, 8730.0, 8727.0, 8715.0, 8734.0, 8729.0, 8715.0, 8722.0, 8711.0, 8737.0, 8728.0, 8754.0, 8711.0, 8724.0, 8706.0, 8706.0, 8705.0, 8729.0, 8711.0, 8715.0, 8709.0, 8725.0, 8734.0, 8711.0, 8740.0, 8727.0, 8726.0, 8711.0, 8724.0, 8706.0, 8710.0, 8711.0, 8717.0, 8738.0, 8713.0, 8736.0, 8711.0, 8728.0, 8732.0, 8729.0, 8729.0, 8730.0, 8731.0, 8733.0, 8738.0, 8740.0, 8733.0, 8737.0, 8745.0, 8733.0, 8761.0, 8737.0, 8745.0, 8726.0, 8727.0, 8708.0, 8727.0, 8718.0, 8731.0, 8714.0, 8730.0, 8726.0, 8730.0, 8746.0, 8737.0, 8759.0, 8732.0, 8741.0, 8715.0, 8725.0, 8730.0, 8746.0, 8713.0, 8729.0, 8710.0, 8713.0, 8730.0, 8735.0, 8757.0, 8717.0, 8739.0, 8714.0, 8738.0, 8729.0, 8742.0, 8725.0, 8725.0, 8709.0, 8724.0, 8708.0, 8728.0, 8711.0, 8710.0, 8707.0, 8709.0, 8719.0, 8713.0, 8741.0, 8714.0, 8726.0, 8714.0, 8727.0, 8729.0, 8749.0, 8735.0, 8748.0, 8730.0, 8732.0, 8730.0, 8735.0, 8751.0, 8737.0, 8735.0, 8735.0, 8744.0, 8734.0, 8749.0, 8736.0, 8748.0, 8733.0, 8742.0, 8733.0, 8749.0, 8719.0, 8736.0, 8730.0, 8734.0, 8746.0, 8737.0, 8763.0, 8735.0, 8743.0, 8733.0, 8730.0, 8737.0, 8748.0, 8734.0, 8731.0, 8729.0, 8729.0, 8729.0, 8749.0, 8718.0, 8715.0, 8726.0, 8726.0, 8710.0, 8716.0, 8745.0, 8730.0, 8727.0, 8732.0, 8727.0, 8731.0, 8749.0, 8735.0, 8732.0, 8731.0, 8728.0, 8731.0, 8734.0, 8733.0, 8717.0, 8731.0, 8729.0, 8712.0, 8728.0, 8730.0, 8714.0, 8738.0, 8709.0, 8719.0, 8708.0, 8726.0, 8711.0, 8722.0, 8709.0, 8707.0, 8704.0, 8725.0, 8729.0, 8714.0, 8724.0, 8713.0, 8723.0, 8727.0, 8733.0, 8735.0, 8730.0, 8731.0, 8711.0, 8727.0, 8739.0, 8734.0, 8746.0, 8732.0, 8724.0, 8711.0, 8724.0, 8710.0, 8730.0, 8728.0, 8726.0, 8724.0, 8712.0, 8709.0, 8731.0, 8747.0, 8734.0, 8744.0, 8731.0, 8727.0, 8730.0, 8735.0, 8734.0, 8731.0, 8728.0, 8710.0, 8713.0, 8749.0, 8736.0, 8746.0, 8730.0, 8744.0, 8712.0, 8734.0, 8732.0, 8732.0, 8714.0, 8729.0, 8726.0, 8732.0, 8747.0, 8717.0, 8727.0, 8712.0, 8736.0, 8713.0, 8728.0, 8712.0, 8709.0, 8705.0, 8720.0, 8689.0, 8724.0, 8709.0, 8706.0, 8706.0, 8710.0, 8704.0, 8727.0, 8742.0, 8727.0, 8724.0, 8710.0, 8721.0, 8712.0, 8729.0, 8712.0, 8714.0, 8711.0, 8725.0, 8709.0, 8731.0, 8729.0, 8715.0, 8711.0, 8727.0, 8712.0, 8749.0, 8728.0, 8727.0, 8710.0, 8724.0, 8706.0, 8729.0, 8740.0, 8728.0, 8721.0, 8711.0, 8720.0, 8712.0, 8729.0, 8709.0, 8709.0, 8708.0, 8703.0, 8705.0, 8723.0, 8709.0, 8721.0, 8702.0, 8704.0, 8703.0, 8726.0, 8708.0, 8708.0, 8718.0, 8709.0, 8718.0, 8710.0, 8723.0, 8713.0, 8722.0, 8711.0, 8721.0, 8710.0, 8728.0, 8728.0, 8723.0, 8724.0, 8721.0, 8705.0, 8723.0, 8710.0, 8726.0, 8705.0, 8721.0, 8686.0, 8702.0, 8723.0, 8725.0, 8720.0, 8709.0, 8715.0, 8705.0, 8703.0, 8712.0, 8710.0, 8708.0, 8708.0, 8705.0, 8708.0, 8710.0, 8726.0, 8711.0, 8725.0, 8709.0, 8709.0, 8706.0, 8728.0, 8727.0, 8727.0, 8708.0, 8725.0, 8721.0, 8725.0, 8741.0, 8714.0, 8723.0, 8709.0, 8719.0, 8689.0, 8722.0, 8709.0, 8706.0, 8705.0, 8690.0, 8705.0, 8707.0, 8712.0, 8727.0, 8709.0, 8723.0, 8691.0, 8721.0, 8707.0, 8727.0, 8735.0, 8709.0, 8719.0, 8706.0, 8718.0, 8711.0, 8710.0, 8705.0, 8708.0, 8704.0, 8721.0, 8710.0, 8726.0, 8721.0, 8724.0, 8701.0, 8722.0, 8719.0, 8730.0, 8742.0, 8714.0, 8724.0, 8711.0, 8708.0, 8713.0, 8726.0, 8709.0, 8712.0, 8708.0, 8710.0, 8704.0, 8725.0, 8725.0, 8711.0, 8721.0, 8708.0, 8722.0, 8712.0, 8727.0, 8710.0, 8727.0, 8708.0, 8725.0, 8710.0, 8731.0, 8742.0, 8714.0, 8725.0, 8729.0, 8725.0, 8730.0, 8746.0, 8732.0, 8742.0, 8717.0, 8728.0, 8719.0, 8748.0, 8718.0, 8717.0, 8713.0, 8729.0, 8709.0, 8730.0, 8744.0, 8730.0, 8724.0, 8726.0, 8724.0, 8730.0, 8743.0, 8715.0, 8726.0, 8727.0, 8734.0, 8712.0, 8741.0, 8714.0, 8724.0, 8711.0, 8707.0, 8709.0, 8729.0, 8715.0, 8726.0, 8696.0, 8724.0, 8690.0, 8726.0, 8728.0, 8728.0, 8709.0, 8723.0, 8707.0, 8724.0, 8741.0, 8731.0, 8737.0, 8725.0, 8735.0, 8708.0, 8738.0, 8731.0, 8741.0, 8712.0, 8720.0, 8706.0, 8717.0, 8710.0, 8725.0, 8710.0, 8721.0, 8692.0, 8720.0, 8686.0, 8722.0, 8709.0, 8724.0, 8708.0, 8721.0, 8701.0, 8721.0, 8720.0, 8727.0, 8735.0, 8728.0, 8722.0, 8724.0, 8722.0, 8731.0, 8743.0, 8715.0, 8725.0, 8710.0, 8722.0, 8697.0, 8732.0, 8715.0, 8729.0, 8695.0, 8723.0, 8710.0, 8731.0, 8715.0, 8729.0, 8713.0, 8718.0, 8716.0, 8745.0, 8755.0, 8770.0, 8756.0, 8719.0, 8746.0, 8758.0, 8724.0, 8755.0, 8720.0, 8721.0, 8690.0, 8701.0, 8685.0, 8719.0, 8691.0, 8705.0, 8703.0, 8705.0, 8689.0, 8710.0, 8738.0, 8730.0, 8724.0, 8724.0, 8735.0, 8709.0, 8737.0, 8715.0, 8740.0, 8710.0, 8719.0, 8693.0, 8718.0, 8693.0, 8724.0, 8709.0, 8720.0, 8702.0, 8705.0, 8702.0, 8708.0, 8740.0, 8713.0, 8721.0, 8708.0, 8720.0, 8709.0, 8742.0, 8728.0, 8725.0, 8729.0, 8723.0, 8730.0, 8745.0, 8734.0, 8743.0, 8730.0, 8739.0, 8714.0, 8738.0, 8722.0, 8741.0, 8719.0, 8725.0, 8697.0, 8724.0, 8719.0, 8747.0, 8716.0, 8727.0, 8713.0, 8724.0, 8696.0, 8745.0, 8717.0, 8728.0, 8697.0, 8727.0, 8708.0, 8726.0, 8741.0, 8713.0, 8722.0, 8714.0, 8723.0, 8709.0, 8724.0, 8713.0, 8726.0, 8712.0, 8711.0, 8695.0, 8725.0, 8709.0, 8730.0, 8711.0, 8723.0, 8705.0, 8708.0, 8719.0, 8711.0, 8738.0, 8695.0, 8722.0, 8708.0, 8705.0, 8695.0, 8708.0, 8716.0, 8714.0, 8714.0, 8708.0, 8700.0, 8711.0, 8723.0, 8732.0, 8719.0, 8732.0, 8697.0, 8729.0, 8717.0, 8735.0, 8761.0, 8729.0, 8735.0, 8710.0, 8724.0, 8716.0, 8725.0, 8699.0, 8710.0, 8693.0, 8724.0, 8701.0, 8734.0, 8747.0, 8729.0, 8734.0, 8710.0, 8719.0, 8713.0, 8724.0, 8709.0, 8706.0, 8691.0, 8721.0, 8694.0, 8730.0, 8736.0, 8724.0, 8734.0, 8705.0, 8715.0, 8687.0, 8719.0, 8706.0, 8706.0, 8690.0, 8721.0, 8687.0, 8723.0, 8713.0, 8726.0, 8736.0, 8712.0, 8720.0, 8712.0, 8728.0, 8716.0, 8711.0, 8700.0, 8726.0, 8698.0, 8734.0, 8731.0, 8731.0, 8727.0, 8726.0, 8736.0, 8717.0, 8744.0, 8713.0, 8724.0, 8693.0, 8710.0, 8693.0, 8728.0, 8734.0, 8729.0, 8717.0, 8710.0, 8705.0, 8696.0, 8724.0, 8696.0, 8709.0, 8691.0, 8709.0, 8714.0, 8732.0, 8742.0, 8718.0, 8723.0, 8712.0, 8723.0, 8714.0, 8750.0, 8718.0, 8726.0, 8711.0, 8722.0, 8694.0, 8730.0, 8730.0, 8733.0, 8721.0, 8709.0, 8719.0, 8713.0, 8745.0, 8700.0, 8723.0, 8696.0, 8707.0, 8711.0, 8743.0, 8717.0, 8731.0, 8692.0, 8724.0, 8688.0, 8721.0, 8756.0, 8710.0, 8735.0, 8707.0, 8705.0, 8693.0, 8710.0, 8701.0, 8712.0, 8698.0, 8710.0, 8690.0, 8708.0, 8706.0, 8725.0, 8733.0, 8708.0, 8720.0, 8708.0, 8720.0, 8694.0, 8727.0, 8694.0, 8722.0, 8691.0, 8706.0, 8686.0, 8724.0, 8743.0, 8714.0, 8722.0, 8710.0, 8716.0, 8691.0, 8721.0, 8704.0, 8728.0, 8708.0, 8724.0, 8708.0, 8711.0, 8739.0, 8737.0, 8744.0, 8721.0, 8728.0, 8712.0, 8724.0, 8738.0, 8748.0, 8718.0, 8713.0, 8713.0, 8710.0, 8696.0, 8745.0, 8747.0, 8729.0, 8736.0, 8708.0, 8731.0, 8709.0, 8737.0, 8695.0, 8702.0, 8689.0, 8700.0, 8684.0, 8723.0, 8702.0, 8722.0, 8692.0, 8721.0, 8689.0, 8720.0, 8726.0, 8724.0, 8732.0, 8726.0, 8718.0, 8690.0, 8719.0, 8709.0, 8720.0, 8688.0, 8704.0, 8669.0, 8701.0, 8703.0, 8709.0, 8717.0, 8705.0, 8700.0, 8707.0, 8704.0, 8728.0, 8740.0, 8727.0, 8722.0, 8713.0, 8723.0, 8713.0, 8728.0, 8694.0, 8707.0, 8690.0, 8705.0, 8691.0, 8725.0, 8727.0, 8711.0, 8717.0, 8705.0, 8720.0, 8714.0, 8724.0, 8697.0, 8708.0, 8693.0, 8704.0, 8707.0, 8715.0, 8713.0, 8709.0, 8708.0, 8724.0, 8700.0, 8729.0, 8701.0, 8726.0, 8691.0, 8713.0, 8724.0, 8713.0, 8738.0, 8710.0, 8722.0, 8710.0, 8719.0, 8692.0, 8726.0, 8698.0, 8709.0, 8711.0, 8711.0, 8696.0, 8728.0, 8715.0, 8730.0, 8712.0, 8724.0, 8693.0, 8724.0, 8713.0, 8730.0, 8752.0, 8714.0, 8737.0, 8708.0, 8724.0, 8693.0, 8726.0, 8694.0, 8720.0, 8691.0, 8711.0, 8690.0, 8707.0, 8712.0, 8721.0, 8694.0, 8722.0, 8691.0, 8728.0, 8726.0, 8727.0, 8699.0, 8728.0, 8710.0, 8736.0, 8743.0, 8731.0, 8727.0, 8727.0, 8737.0, 8712.0, 8744.0, 8715.0, 8741.0, 8710.0, 8722.0, 8707.0, 8722.0, 8714.0, 8724.0, 8692.0, 8718.0, 8687.0, 8723.0, 8710.0, 8725.0, 8693.0, 8721.0, 8695.0, 8708.0, 8697.0, 8728.0, 8711.0, 8728.0, 8696.0, 8725.0, 8692.0, 8724.0, 8755.0, 8710.0, 8719.0, 8706.0, 8713.0, 8692.0, 8721.0, 8710.0, 8706.0, 8706.0, 8702.0, 8695.0, 8710.0, 8697.0, 8724.0, 8693.0, 8722.0, 8693.0, 8724.0, 8714.0, 8727.0, 8695.0, 8707.0, 8733.0, 8713.0, 8740.0, 8696.0, 8720.0, 8704.0, 8720.0, 8686.0, 8704.0, 8699.0, 8730.0, 8709.0, 8708.0, 8707.0, 8712.0, 8710.0, 8718.0, 8732.0, 8750.0, 8757.0, 8748.0, 8774.0, 8758.0, 8803.0, 8749.0, 8749.0, 8757.0, 8712.0, 8738.0, 8693.0, 8707.0, 8692.0, 8717.0, 8707.0, 8707.0, 8704.0, 8706.0, 8716.0, 8715.0, 8746.0, 8716.0, 8729.0, 8714.0, 8726.0, 8721.0, 8749.0, 8720.0, 8730.0, 8718.0, 8726.0, 8700.0, 8763.0, 8718.0, 8745.0, 8698.0, 8724.0, 8693.0, 8706.0, 8751.0, 8709.0, 8733.0, 8693.0, 8714.0, 8687.0, 8702.0, 8707.0, 8723.0, 8698.0, 8706.0, 8692.0, 8706.0, 8708.0, 8723.0, 8711.0, 8721.0, 8689.0, 8705.0, 8671.0, 8702.0, 8719.0, 8710.0, 8719.0, 8688.0, 8686.0, 8683.0, 8703.0, 8692.0, 8726.0, 8692.0, 8727.0, 8695.0, 8708.0, 8709.0, 8730.0, 8742.0, 8712.0, 8724.0, 8706.0, 8708.0, 8690.0, 8723.0, 8751.0, 8710.0, 8719.0, 8704.0, 8700.0, 8689.0, 8722.0, 8694.0, 8709.0, 8693.0, 8707.0, 8732.0, 8706.0, 8738.0, 8697.0, 8708.0, 8693.0, 8708.0, 8707.0, 8712.0, 8716.0, 8720.0, 8703.0, 8726.0, 8702.0, 8736.0, 8734.0, 8736.0, 8732.0, 8731.0, 8741.0, 8717.0, 8750.0, 8706.0, 8731.0, 8718.0, 8729.0, 8701.0, 8733.0, 8723.0, 8733.0, 8716.0, 8747.0, 8699.0, 8728.0, 8719.0, 8738.0, 8757.0, 8714.0, 8738.0, 8707.0, 8725.0, 8714.0, 8745.0, 8713.0, 8710.0, 8707.0, 8707.0, 8710.0, 8727.0, 8716.0, 8729.0, 8708.0, 8725.0, 8706.0, 8723.0, 8694.0, 8729.0, 8694.0, 8726.0, 8691.0, 8707.0, 8694.0, 8728.0, 8754.0, 8730.0, 8736.0, 8709.0, 8718.0, 8714.0, 8748.0, 8717.0, 8725.0, 8711.0, 8718.0, 8714.0, 8742.0, 8695.0, 8720.0, 8695.0, 8705.0, 8705.0, 8713.0, 8713.0, 8726.0, 8712.0, 8709.0, 8709.0, 8707.0, 8717.0, 8729.0, 8709.0, 8727.0, 8694.0, 8722.0, 8694.0, 8724.0, 8717.0, 8706.0, 8693.0, 8707.0, 8695.0, 8725.0, 8693.0, 8725.0, 8689.0, 8708.0, 8692.0, 8704.0, 8715.0, 8729.0, 8728.0, 8716.0, 8771.0, 8722.0, 8730.0, 8693.0, 8708.0, 8717.0, 8705.0, 8739.0, 8706.0, 8717.0, 8708.0, 8705.0, 8710.0, 8728.0, 8720.0, 8710.0, 8715.0, 8706.0, 8715.0, 8728.0, 8739.0, 8764.0, 8738.0, 8720.0, 8736.0, 8726.0, 8735.0, 8768.0, 8752.0, 8743.0, 8730.0, 8724.0, 8726.0, 8730.0, 8733.0, 8743.0, 8730.0, 8725.0, 8710.0, 8718.0, 8710.0, 8745.0, 8713.0, 8723.0, 8695.0, 8704.0, 8693.0, 8712.0, 8713.0, 8725.0, 8718.0, 8726.0, 8712.0, 8725.0, 8717.0, 8748.0, 8716.0, 8724.0, 8707.0, 8705.0, 8689.0, 8720.0, 8694.0, 8724.0, 8720.0, 8705.0, 8681.0, 8700.0, 8691.0, 8728.0, 8708.0, 8724.0, 8690.0, 8725.0, 8690.0, 8732.0, 8741.0, 8727.0, 8732.0, 8708.0, 8716.0, 8706.0, 8719.0, 8708.0, 8720.0, 8689.0, 8703.0, 8687.0, 8704.0, 8709.0, 8731.0, 8715.0, 8724.0, 8715.0, 8725.0, 8714.0, 8732.0, 8722.0, 8742.0, 8716.0, 8727.0, 8712.0, 8733.0, 8702.0, 8732.0, 8695.0, 8724.0, 8697.0, 8723.0, 8755.0, 8726.0, 8736.0, 8722.0, 8713.0, 8704.0, 8715.0, 8689.0, 8720.0, 8706.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.0021453846153846154</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05675972582417582</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.44401626499694</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1133730042516807</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9326078730971291</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4627</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5702.228</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09133087612890946</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>46</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.808302808302808</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.518039730617351</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.409480488008054</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.709209117225603</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4354295866183953</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00370767</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011917615309357643</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02577255852520466</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1638</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.222074235583249</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>32.2787</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6733</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.7386</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303853.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>639.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>274.9411</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9297</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>405.2105</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3161.3516</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3354.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>72691.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1209.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4013.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>794.3908</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.154390246840194</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> |