=== 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-0069 --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-0069",
"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-0069_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-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0069/figures/sub-0069_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-0069/figures/sub-0069_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069/ses-03/func/sub-0069_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>fc15f4ee4ff4a039d94c9ed336bd205c</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>19:24:16.422500</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.999964, 0.0017304, 0.0083305, -0.00122169, 0.998156, -0.0606883]</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.0734682</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>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4143, -7737, -7287, 609, -71, -129, 40, 72]</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>229.838</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1c2ec7cb-fd7d-499a-9daa-526a823afe28||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.6828298568725586, -0.0032777113374322653, 0.022734418511390686, 112.6618423461914], [-0.0046425433829426765, 2.6779797077178955, -0.1638248711824417, -86.91273498535156], [0.022350125014781952, 0.1628221571445465, 2.694929361343384, -77.94449615478516], [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': ['192416.422500', '192416.882500', '192417.342500', '192417.802500', '192418.262500', '192418.722500', '192419.182500', '192419.642500', '192420.102500', '192420.562500', '192421.022500', '192421.482500', '192421.942500', '192422.402500', '192422.862500', '192423.322500', '192423.782500', '192424.242500', '192424.702500', '192425.162500', '192425.622500', '192426.082500', '192426.542500', '192427.002500', '192427.462500', '192427.922500', '192428.382500', '192428.842500', '192429.302500', '192429.762500', '192430.222500', '192430.682500', '192431.142500', '192431.602500', '192432.062500', '192432.522500', '192432.982500', '192433.442500', '192433.902500', '192434.362500', '192434.822500', '192435.282500', '192435.742500', '192436.202500', '192436.662500', '192437.122500', '192437.582500', '192438.042500', '192438.502500', '192438.962500', '192439.422500', '192439.882500', '192440.342500', '192440.802500', '192441.262500', '192441.722500', '192442.182500', '192442.642500', '192443.102500', '192443.562500', '192444.022500', '192444.482500', '192444.942500', '192445.402500', '192445.862500', '192446.322500', '192446.782500', '192447.242500', '192447.702500', '192448.162500', '192448.622500', '192449.082500', '192449.542500', '192450.002500', '192450.462500', '192450.922500', '192451.382500', '192451.842500', '192452.302500', '192452.762500', '192453.222500', '192453.682500', '192454.142500', '192454.602500', '192455.062500', '192455.522500', '192455.982500', '192456.442500', '192456.902500', '192457.362500', '192457.822500', '192458.282500', '192458.742500', '192459.202500', '192459.662500', '192500.122500', '192500.582500', '192501.042500', '192501.502500', '192501.962500', '192502.422500', '192502.882500', '192503.342500', '192503.802500', '192504.262500', '192504.722500', '192505.182500', '192505.642500', '192506.102500', '192506.562500', '192507.022500', '192507.482500', '192507.942500', '192508.402500', '192508.862500', '192509.322500', '192509.782500', '192510.242500', '192510.702500', '192511.162500', '192511.622500', '192512.082500', '192512.542500', '192513.002500', '192513.462500', '192513.922500', '192514.382500', '192514.842500', '192515.302500', '192515.762500', '192516.222500', '192516.682500', '192517.142500', '192517.602500', '192518.062500', '192518.522500', '192518.982500', '192519.442500', '192519.902500', '192520.362500', '192520.822500', '192521.282500', '192521.742500', '192522.202500', '192522.662500', '192523.122500', '192523.582500', '192524.042500', '192524.502500', '192524.962500', '192525.422500', '192525.882500', '192526.342500', '192526.802500', '192527.262500', '192527.722500', '192528.182500', '192528.642500', '192529.102500', '192529.562500', '192530.022500', '192530.482500', '192530.942500', '192531.402500', '192531.862500', '192532.322500', '192532.782500', '192533.242500', '192533.702500', '192534.162500', '192534.622500', '192535.082500', '192535.542500', '192536.002500', '192536.462500', '192536.922500', '192537.382500', '192537.842500', '192538.302500', '192538.762500', '192539.222500', '192539.682500', '192540.142500', '192540.602500', '192541.062500', '192541.522500', '192541.982500', '192542.442500', '192542.902500', '192543.362500', '192543.822500', '192544.282500', '192544.742500', '192545.202500', '192545.662500', '192546.122500', '192546.582500', '192547.042500', '192547.502500', '192547.962500', '192548.422500', '192548.882500', '192549.342500', '192549.802500', '192550.262500', '192550.722500', '192551.182500', '192551.642500', '192552.102500', '192552.562500', '192553.022500', '192553.482500', '192553.942500', '192554.402500', '192554.862500', '192555.322500', '192555.782500', '192556.242500', '192556.702500', '192557.162500', '192557.622500', '192558.082500', '192558.542500', '192559.002500', '192559.462500', '192559.922500', '192600.382500', '192600.842500', '192601.302500', '192601.762500', '192602.222500', '192602.682500', '192603.142500', '192603.602500', '192604.062500', '192604.522500', '192604.982500', '192605.442500', '192605.902500', '192606.362500', '192606.822500', '192607.282500', '192607.742500', '192608.202500', '192608.662500', '192609.122500', '192609.582500', '192610.042500', '192610.502500', '192610.962500', '192611.422500', '192611.882500', '192612.342500', '192612.802500', '192613.262500', '192613.722500', '192614.182500', '192614.642500', '192615.102500', '192615.562500', '192616.022500', '192616.482500', '192616.942500', '192617.402500', '192617.862500', '192618.322500', '192618.782500', '192619.242500', '192619.702500', '192620.162500', '192620.622500', '192621.082500', '192621.542500', '192622.002500', '192622.462500', '192622.922500', '192623.382500', '192623.842500', '192624.302500', '192624.762500', '192625.222500', '192625.682500', '192626.142500', '192626.602500', '192627.062500', '192627.522500', '192627.982500', '192628.442500', '192628.902500', '192629.362500', '192629.822500', '192630.282500', '192630.742500', '192631.202500', '192631.662500', '192632.122500', '192632.582500', '192633.042500', '192633.502500', '192633.962500', '192634.422500', '192634.882500', '192635.342500', '192635.802500', '192636.262500', '192636.722500', '192637.182500', '192637.642500', '192638.102500', '192638.562500', '192639.022500', '192639.482500', '192639.942500', '192640.402500', '192640.862500', '192641.322500', '192641.782500', '192642.242500', '192642.702500', '192643.162500', '192643.622500', '192644.082500', '192644.542500', '192645.002500', '192645.462500', '192645.922500', '192646.382500', '192646.842500', '192647.302500', '192647.762500', '192648.222500', '192648.682500', '192649.142500', '192649.602500', '192650.062500', '192650.522500', '192650.982500', '192651.442500', '192651.902500', '192652.362500', '192652.822500', '192653.282500', '192653.742500', '192654.202500', '192654.662500', '192655.122500', '192655.582500', '192656.042500', '192656.502500', '192656.962500', '192657.422500', '192657.882500', '192658.342500', '192658.802500', '192659.262500', '192659.722500', '192700.182500', '192700.642500', '192701.102500', '192701.562500', '192702.022500', '192702.482500', '192702.942500', '192703.402500', '192703.862500', '192704.322500', '192704.782500', '192705.242500', '192705.702500', '192706.162500', '192706.622500', '192707.082500', '192707.542500', '192708.002500', '192708.462500', '192708.922500', '192709.382500', '192709.842500', '192710.302500', '192710.762500', '192711.222500', '192711.682500', '192712.142500', '192712.602500', '192713.062500', '192713.522500', '192713.982500', '192714.442500', '192714.902500', '192715.362500', '192715.822500', '192716.282500', '192716.742500', '192717.202500', '192717.662500', '192718.122500', '192718.582500', '192719.042500', '192719.502500', '192719.962500', '192720.422500', '192720.882500', '192721.342500', '192721.802500', '192722.262500', '192722.722500', '192723.182500', '192723.642500', '192724.102500', '192724.562500', '192725.022500', '192725.482500', '192725.942500', '192726.402500', '192726.862500', '192727.322500', '192727.782500', '192728.242500', '192728.702500', '192729.162500', '192729.622500', '192730.082500', '192730.542500', '192731.002500', '192731.462500', '192731.922500', '192732.382500', '192732.842500', '192733.302500', '192733.762500', '192734.222500', '192734.682500', '192735.142500', '192735.602500', '192736.062500', '192736.522500', '192736.982500', '192737.442500', '192737.902500', '192738.362500', '192738.822500', '192739.282500', '192739.742500', '192740.202500', '192740.662500', '192741.122500', '192741.582500', '192742.042500', '192742.502500', '192742.962500', '192743.422500', '192743.882500', '192744.342500', '192744.802500', '192745.262500', '192745.722500', '192746.182500', '192746.642500', '192747.102500', '192747.562500', '192748.022500', '192748.482500', '192748.942500', '192749.402500', '192749.862500', '192750.322500', '192750.782500', '192751.242500', '192751.702500', '192752.162500', '192752.622500', '192753.082500', '192753.542500', '192754.002500', '192754.462500', '192754.922500', '192755.382500', '192755.842500', '192756.302500', '192756.762500', '192757.222500', '192757.682500', '192758.142500', '192758.602500', '192759.062500', '192759.522500', '192759.982500', '192800.442500', '192800.902500', '192801.362500', '192801.822500', '192802.282500', '192802.742500', '192803.202500', '192803.662500', '192804.122500', '192804.582500', '192805.042500', '192805.502500', '192805.962500', '192806.422500', '192806.882500', '192807.342500', '192807.802500', '192808.262500', '192808.722500', '192809.182500', '192809.642500', '192810.102500', '192810.562500', '192811.022500', '192811.482500', '192811.942500', '192812.402500', '192812.862500', '192813.322500', '192813.782500', '192814.242500', '192814.702500', '192815.162500', '192815.622500', '192816.082500', '192816.542500', '192817.002500', '192817.462500', '192817.922500', '192818.382500', '192818.842500', '192819.302500', '192819.762500', '192820.222500', '192820.682500', '192821.142500', '192821.602500', '192822.062500', '192822.522500', '192822.982500', '192823.442500', '192823.902500', '192824.362500', '192824.822500', '192825.282500', '192825.742500', '192826.202500', '192826.662500', '192827.122500', '192827.582500', '192828.042500', '192828.502500', '192828.962500', '192829.422500', '192829.882500', '192830.342500', '192830.802500', '192831.262500', '192831.722500', '192832.182500', '192832.642500', '192833.102500', '192833.562500', '192834.022500', '192834.482500', '192834.942500', '192835.402500', '192835.862500', '192836.322500', '192836.782500', '192837.242500', '192837.702500', '192838.162500', '192838.622500', '192839.082500', '192839.542500', '192840.002500', '192840.462500', '192840.922500', '192841.382500', '192841.842500', '192842.302500', '192842.762500', '192843.222500', '192843.682500', '192844.142500', '192844.602500', '192845.062500', '192845.522500', '192845.982500', '192846.442500', '192846.902500', '192847.362500', '192847.822500', '192848.282500', '192848.742500', '192849.202500', '192849.662500', '192850.122500', '192850.582500', '192851.042500', '192851.502500', '192851.962500', '192852.422500', '192852.882500', '192853.342500', '192853.802500', '192854.262500', '192854.722500', '192855.182500', '192855.642500', '192856.102500', '192856.562500', '192857.022500', '192857.482500', '192857.942500', '192858.402500', '192858.862500', '192859.322500', '192859.782500', '192900.242500', '192900.702500', '192901.162500', '192901.622500', '192902.082500', '192902.542500', '192903.002500', '192903.462500', '192903.922500', '192904.382500', '192904.842500', '192905.302500', '192905.762500', '192906.222500', '192906.682500', '192907.142500', '192907.602500', '192908.062500', '192908.522500', '192908.982500', '192909.442500', '192909.902500', '192910.362500', '192910.822500', '192911.282500', '192911.742500', '192912.202500', '192912.662500', '192913.122500', '192913.582500', '192914.042500', '192914.502500', '192914.962500', '192915.422500', '192915.882500', '192916.342500', '192916.802500', '192917.262500', '192917.722500', '192918.182500', '192918.642500', '192919.102500', '192919.562500', '192920.022500', '192920.482500', '192920.942500', '192921.402500', '192921.862500', '192922.322500', '192922.782500', '192923.242500', '192923.702500', '192924.162500', '192924.622500', '192925.082500', '192925.542500', '192926.002500', '192926.462500', '192926.922500', '192927.382500', '192927.842500', '192928.302500', '192928.762500', '192929.222500', '192929.682500', '192930.142500', '192930.602500', '192931.062500', '192931.522500', '192931.982500', '192932.442500', '192932.902500', '192933.362500', '192933.822500', '192934.282500', '192934.742500', '192935.202500', '192935.662500', '192936.122500', '192936.582500', '192937.042500', '192937.502500', '192937.962500', '192938.422500', '192938.882500', '192939.342500', '192939.802500', '192940.262500', '192940.722500', '192941.182500', '192941.642500', '192942.102500', '192942.562500', '192943.022500', '192943.482500', '192943.942500', '192944.402500', '192944.862500', '192945.322500', '192945.782500', '192946.242500', '192946.702500', '192947.162500', '192947.622500', '192948.082500', '192948.542500', '192949.002500', '192949.462500', '192949.922500', '192950.382500', '192950.842500', '192951.302500', '192951.762500', '192952.222500', '192952.682500', '192953.142500', '192953.602500', '192954.062500', '192954.522500', '192954.982500', '192955.442500', '192955.902500', '192956.362500', '192956.822500', '192957.282500', '192957.742500', '192958.202500', '192958.662500', '192959.122500', '192959.582500', '193000.042500', '193000.502500', '193000.962500', '193001.422500', '193001.882500', '193002.342500', '193002.802500', '193003.262500', '193003.722500', '193004.182500', '193004.642500', '193005.102500', '193005.562500', '193006.022500', '193006.482500', '193006.942500', '193007.402500', '193007.862500', '193008.322500', '193008.782500', '193009.242500', '193009.702500', '193010.162500', '193010.622500', '193011.082500', '193011.542500', '193012.002500', '193012.462500', '193012.922500', '193013.382500', '193013.842500', '193014.302500', '193014.762500', '193015.222500', '193015.682500', '193016.142500', '193016.602500', '193017.062500', '193017.522500', '193017.982500', '193018.442500', '193018.902500', '193019.362500', '193019.822500', '193020.282500', '193020.742500', '193021.202500', '193021.662500', '193022.122500', '193022.582500', '193023.042500', '193023.502500', '193023.962500', '193024.422500', '193024.882500', '193025.342500', '193025.802500', '193026.262500', '193026.722500', '193027.182500', '193027.642500', '193028.102500', '193028.562500', '193029.022500', '193029.482500', '193029.942500', '193030.402500', '193030.862500', '193031.322500', '193031.782500', '193032.242500', '193032.702500', '193033.162500', '193033.622500', '193034.082500', '193034.542500', '193035.002500', '193035.462500', '193035.922500', '193036.382500', '193036.842500', '193037.302500', '193037.762500', '193038.222500', '193038.682500', '193039.142500', '193039.602500', '193040.062500', '193040.522500', '193040.982500', '193041.442500', '193041.902500', '193042.362500', '193042.822500', '193043.282500', '193043.742500', '193044.202500', '193044.662500', '193045.122500', '193045.582500', '193046.042500', '193046.502500', '193046.962500', '193047.422500', '193047.882500', '193048.342500', '193048.802500', '193049.262500', '193049.722500', '193050.182500', '193050.642500', '193051.102500', '193051.562500', '193052.022500', '193052.482500', '193052.942500', '193053.402500', '193053.862500', '193054.322500', '193054.782500', '193055.242500', '193055.702500', '193056.162500', '193056.622500', '193057.082500', '193057.542500', '193058.002500', '193058.462500', '193058.922500', '193059.382500', '193059.842500', '193100.302500', '193100.762500', '193101.222500', '193101.682500', '193102.142500', '193102.602500', '193103.062500', '193103.522500', '193103.982500', '193104.442500', '193104.902500', '193105.362500', '193105.822500', '193106.282500', '193106.742500', '193107.202500', '193107.662500', '193108.122500', '193108.582500', '193109.042500', '193109.502500', '193109.962500', '193110.422500', '193110.882500', '193111.342500', '193111.802500', '193112.262500', '193112.722500', '193113.182500', '193113.642500', '193114.102500', '193114.562500', '193115.022500', '193115.482500', '193115.942500', '193116.402500', '193116.862500', '193117.322500', '193117.782500', '193118.242500', '193118.702500', '193119.162500', '193119.622500', '193120.082500', '193120.542500', '193121.002500', '193121.462500', '193121.922500', '193122.382500', '193122.842500', '193123.302500', '193123.762500', '193124.222500', '193124.682500', '193125.142500', '193125.602500', '193126.062500', '193126.522500', '193126.982500', '193127.442500', '193127.902500', '193128.362500', '193128.822500', '193129.282500', '193129.742500', '193130.202500', '193130.662500', '193131.122500', '193131.582500', '193132.042500', '193132.502500', '193132.962500', '193133.422500', '193133.882500', '193134.342500', '193134.802500', '193135.262500', '193135.722500', '193136.182500', '193136.642500', '193137.102500', '193137.562500', '193138.022500', '193138.482500', '193138.942500', '193139.402500', '193139.862500', '193140.322500', '193140.782500', '193141.242500', '193141.702500', '193142.162500', '193142.622500', '193143.082500', '193143.542500', '193144.002500', '193144.462500', '193144.922500', '193145.382500', '193145.842500', '193146.302500', '193146.762500', '193147.222500', '193147.682500', '193148.142500', '193148.602500', '193149.062500', '193149.522500', '193149.982500', '193150.442500', '193150.902500', '193151.362500', '193151.822500', '193152.282500', '193152.742500', '193153.202500', '193153.662500', '193154.122500', '193154.582500', '193155.042500', '193155.502500', '193155.962500', '193156.422500', '193156.882500', '193157.342500', '193157.802500', '193158.262500', '193158.722500', '193159.182500', '193159.642500', '193200.102500', '193200.562500', '193201.022500', '193201.482500', '193201.942500', '193202.402500', '193202.862500', '193203.322500', '193203.782500', '193204.242500', '193204.702500', '193205.162500', '193205.622500', '193206.082500', '193206.542500', '193207.002500', '193207.462500', '193207.922500', '193208.382500', '193208.842500', '193209.302500', '193209.762500', '193210.222500', '193210.682500', '193211.142500', '193211.602500', '193212.062500', '193212.522500', '193212.982500', '193213.442500', '193213.902500', '193214.362500', '193214.822500', '193215.282500', '193215.742500', '193216.202500', '193216.662500', '193217.122500', '193217.582500', '193218.042500', '193218.502500', '193218.962500', '193219.422500', '193219.882500', '193220.342500', '193220.802500', '193221.262500', '193221.722500', '193222.182500', '193222.642500', '193223.102500', '193223.562500', '193224.022500', '193224.482500', '193224.942500', '193225.402500', '193225.862500', '193226.322500', '193226.782500', '193227.242500', '193227.702500', '193228.162500', '193228.622500', '193229.082500', '193229.542500', '193230.002500', '193230.462500', '193230.922500', '193231.382500', '193231.842500', '193232.302500', '193232.762500', '193233.222500', '193233.682500', '193234.142500', '193234.602500', '193235.062500', '193235.522500', '193235.982500', '193236.442500', '193236.902500', '193237.362500', '193237.822500', '193238.282500', '193238.742500', '193239.202500', '193239.662500', '193240.122500', '193240.582500', '193241.042500', '193241.502500', '193241.962500', '193242.422500', '193242.882500', '193243.342500', '193243.802500', '193244.262500', '193244.722500', '193245.182500', '193245.642500', '193246.102500', '193246.562500', '193247.022500', '193247.482500', '193247.942500', '193248.402500', '193248.862500', '193249.322500', '193249.782500', '193250.242500', '193250.702500', '193251.162500', '193251.622500', '193252.082500', '193252.542500', '193253.002500', '193253.462500', '193253.922500', '193254.382500', '193254.842500', '193255.302500', '193255.762500', '193256.222500', '193256.682500', '193257.142500', '193257.602500', '193258.062500', '193258.522500', '193258.982500', '193259.442500', '193259.902500', '193300.362500', '193300.822500', '193301.282500', '193301.742500', '193302.202500', '193302.662500', '193303.122500', '193303.582500', '193304.042500', '193304.502500', '193304.962500', '193305.422500', '193305.882500', '193306.342500', '193306.802500', '193307.262500', '193307.722500', '193308.182500', '193308.642500', '193309.102500', '193309.562500', '193310.022500', '193310.482500', '193310.942500', '193311.402500', '193311.862500', '193312.322500', '193312.782500', '193313.242500', '193313.702500', '193314.162500', '193314.622500', '193315.082500', '193315.542500', '193316.002500', '193316.462500', '193316.922500', '193317.382500', '193317.842500', '193318.302500', '193318.762500', '193319.222500', '193319.682500', '193320.142500', '193320.602500', '193321.062500', '193321.522500', '193321.982500', '193322.442500', '193322.902500', '193323.362500', '193323.822500', '193324.282500', '193324.742500', '193325.202500', '193325.662500', '193326.122500', '193326.582500', '193327.042500', '193327.502500', '193327.962500', '193328.422500', '193328.882500', '193329.342500', '193329.802500', '193330.262500', '193330.722500', '193331.182500', '193331.642500', '193332.102500', '193332.562500', '193333.022500', '193333.482500', '193333.942500', '193334.402500', '193334.862500', '193335.322500', '193335.782500', '193336.242500', '193336.702500', '193337.162500', '193337.622500', '193338.082500', '193338.542500', '193339.002500', '193339.462500', '193339.922500', '193340.382500', '193340.842500', '193341.302500', '193341.762500', '193342.222500', '193342.682500', '193343.142500', '193343.602500', '193344.062500', '193344.522500', '193344.982500', '193345.442500', '193345.902500', '193346.362500', '193346.822500', '193347.282500', '193347.742500', '193348.202500', '193348.662500', '193349.122500', '193349.582500', '193350.042500', '193350.502500', '193350.962500', '193351.422500', '193351.882500', '193352.342500', '193352.802500', '193353.262500', '193353.722500', '193354.182500', '193354.642500', '193355.102500', '193355.562500', '193356.022500', '193356.482500', '193356.942500', '193357.402500', '193357.862500', '193358.322500', '193358.782500', '193359.242500', '193359.702500', '193400.162500', '193400.622500', '193401.082500', '193401.542500', '193402.002500', '193402.462500', '193402.922500', '193403.382500', '193403.842500', '193404.302500', '193404.762500', '193405.222500', '193405.682500', '193406.142500', '193406.602500', '193407.062500', '193407.522500', '193407.982500', '193408.442500', '193408.902500', '193409.362500', '193409.822500', '193410.282500', '193410.742500', '193411.202500', '193411.662500', '193412.122500', '193412.582500', '193413.042500', '193413.502500', '193413.962500', '193414.422500', '193414.882500', '193415.342500', '193415.802500', '193416.262500', '193416.722500', '193417.182500', '193417.642500', '193418.102500', '193418.562500', '193419.022500', '193419.482500', '193419.942500', '193420.402500', '193420.862500', '193421.322500', '193421.782500', '193422.242500', '193422.702500', '193423.162500', '193423.622500', '193424.082500', '193424.542500', '193425.002500', '193425.462500', '193425.922500', '193426.382500', '193426.842500', '193427.302500', '193427.762500', '193428.222500', '193428.682500', '193429.142500', '193429.602500', '193430.062500', '193430.522500', '193430.982500', '193431.442500', '193431.902500', '193432.362500', '193432.822500', '193433.282500', '193433.742500', '193434.202500', '193434.662500', '193435.122500', '193435.582500', '193436.042500', '193436.502500', '193436.962500', '193437.422500', '193437.882500', '193438.342500', '193438.802500', '193439.262500', '193439.722500', '193440.182500', '193440.642500', '193441.102500', '193441.562500', '193442.022500', '193442.482500', '193442.942500', '193443.402500', '193443.862500', '193444.322500', '193444.782500', '193445.242500', '193445.702500', '193446.162500', '193446.622500', '193447.082500', '193447.542500', '193448.002500', '193448.462500', '193448.922500', '193449.382500', '193449.842500', '193450.302500', '193450.762500', '193451.222500', '193451.682500', '193452.142500', '193452.602500', '193453.062500', '193453.522500', '193453.982500', '193454.442500', '193454.902500', '193455.362500', '193455.822500', '193456.282500', '193456.742500', '193457.202500', '193457.662500', '193458.122500', '193458.582500', '193459.042500', '193459.502500', '193459.962500', '193500.422500', '193500.882500', '193501.342500', '193501.802500', '193502.262500', '193502.722500', '193503.182500', '193503.642500', '193504.102500', '193504.562500', '193505.022500', '193505.482500', '193505.942500', '193506.402500', '193506.862500', '193507.322500', '193507.782500', '193508.242500', '193508.702500', '193509.162500', '193509.622500', '193510.082500', '193510.542500', '193511.002500', '193511.462500', '193511.922500', '193512.382500', '193512.842500', '193513.302500', '193513.762500', '193514.222500', '193514.682500', '193515.142500', '193515.602500', '193516.062500', '193516.522500', '193516.982500', '193517.442500', '193517.902500', '193518.362500', '193518.822500', '193519.282500', '193519.742500', '193520.202500', '193520.662500', '193521.122500', '193521.582500', '193522.042500', '193522.502500', '193522.962500', '193523.422500', '193523.882500', '193524.342500', '193524.802500', '193525.262500', '193525.722500', '193526.182500', '193526.642500', '193527.102500', '193527.562500', '193528.022500', '193528.482500', '193528.942500', '193529.402500', '193529.862500', '193530.322500', '193530.782500', '193531.242500', '193531.702500', '193532.162500', '193532.622500', '193533.082500', '193533.542500', '193534.002500', '193534.462500', '193534.922500', '193535.382500', '193535.842500', '193536.302500', '193536.762500', '193537.222500', '193537.682500', '193538.142500', '193538.602500', '193539.062500', '193539.522500', '193539.982500', '193540.442500', '193540.902500', '193541.362500', '193541.822500', '193542.282500', '193542.742500', '193543.202500', '193543.662500', '193544.122500', '193544.582500', '193545.042500', '193545.502500', '193545.962500', '193546.422500', '193546.882500', '193547.342500', '193547.802500', '193548.262500', '193548.722500', '193549.182500', '193549.642500', '193550.102500', '193550.562500', '193551.022500', '193551.482500', '193551.942500', '193552.402500', '193552.862500', '193553.322500', '193553.782500', '193554.242500', '193554.702500', '193555.162500', '193555.622500', '193556.082500', '193556.542500', '193557.002500', '193557.462500', '193557.922500', '193558.382500', '193558.842500', '193559.302500', '193559.762500', '193600.222500', '193600.682500', '193601.142500', '193601.602500', '193602.062500', '193602.522500', '193602.982500', '193603.442500', '193603.902500', '193604.362500', '193604.822500', '193605.282500', '193605.742500', '193606.202500', '193606.662500', '193607.122500', '193607.582500', '193608.042500', '193608.502500', '193608.962500', '193609.422500', '193609.882500', '193610.342500', '193610.802500', '193611.262500', '193611.722500', '193612.182500', '193612.642500', '193613.102500', '193613.562500', '193614.022500', '193614.482500', '193614.942500', '193615.402500', '193615.862500', '193616.322500', '193616.782500', '193617.242500', '193617.702500', '193618.162500', '193618.622500', '193619.082500', '193619.542500', '193620.002500', '193620.462500', '193620.922500', '193621.382500', '193621.842500', '193622.302500', '193622.762500', '193623.222500', '193623.682500', '193624.142500', '193624.602500', '193625.062500', '193625.522500', '193625.982500', '193626.442500', '193626.902500', '193627.362500', '193627.822500', '193628.282500', '193628.742500', '193629.202500', '193629.662500', '193630.122500', '193630.582500', '193631.042500', '193631.502500', '193631.962500', '193632.422500', '193632.882500', '193633.342500', '193633.802500', '193634.262500', '193634.722500', '193635.182500', '193635.642500', '193636.102500', '193636.562500', '193637.022500', '193637.482500', '193637.942500', '193638.402500', '193638.862500', '193639.322500', '193639.782500', '193640.242500', '193640.702500', '193641.162500', '193641.622500', '193642.082500', '193642.542500', '193643.002500', '193643.462500', '193643.922500', '193644.382500', '193644.842500', '193645.302500', '193645.762500', '193646.222500', '193646.682500', '193647.142500', '193647.602500', '193648.062500', '193648.522500', '193648.982500', '193649.442500', '193649.902500', '193650.362500'], 'ContentTime': ['192432.454000', '192432.458000', '192432.461000', '192432.463000', '192432.467000', '192432.470000', '192432.473000', '192432.475000', '192432.478000', '192432.480000', '192432.483000', '192432.486000', '192432.489000', '192432.491000', '192432.494000', '192432.497000', '192432.499000', '192432.502000', '192432.505000', '192432.507000', '192432.510000', '192432.512000', '192432.515000', '192432.518000', '192432.520000', '192432.523000', '192432.525000', '192432.528000', '192432.531000', '192432.533000', '192432.536000', '192432.539000', '192432.541000', '192452.421000', '192452.424000', '192452.427000', '192452.429000', '192452.432000', '192452.435000', '192452.437000', '192452.440000', '192452.442000', '192452.445000', '192452.448000', '192452.450000', '192452.453000', '192452.455000', '192452.458000', '192452.461000', '192452.463000', '192452.466000', '192452.468000', '192452.471000', '192452.478000', '192452.480000', '192452.483000', '192452.485000', '192452.488000', '192452.491000', '192452.493000', '192452.496000', '192452.499000', '192452.501000', '192452.504000', '192452.506000', '192452.509000', '192452.512000', '192452.514000', '192452.517000', '192452.520000', '192452.522000', '192452.525000', '192452.527000', '192452.530000', '192452.532000', '192452.535000', '192452.537000', '192512.420000', '192512.423000', '192512.426000', '192512.428000', '192512.431000', '192512.434000', '192512.436000', '192512.439000', '192512.448000', '192512.450000', '192512.453000', '192512.456000', '192512.458000', '192512.461000', '192512.464000', '192512.466000', '192512.469000', '192512.471000', '192512.474000', '192512.477000', '192512.479000', '192512.501000', '192512.504000', '192512.507000', '192512.509000', '192512.512000', '192512.514000', '192512.517000', '192512.520000', '192512.522000', '192512.525000', '192512.528000', '192512.530000', '192512.533000', '192512.536000', '192512.538000', '192512.541000', '192512.543000', '192512.546000', '192512.549000', '192512.559000', '192512.562000', '192512.564000', '192532.420000', '192532.423000', '192532.426000', '192532.429000', '192532.431000', '192532.434000', '192532.437000', '192532.439000', '192532.442000', '192532.444000', '192532.447000', '192532.450000', '192532.452000', '192532.455000', '192532.458000', '192532.460000', '192532.463000', '192532.465000', '192532.468000', '192532.471000', '192532.473000', '192532.476000', '192532.479000', '192532.481000', '192532.484000', '192532.486000', '192532.489000', '192532.492000', '192532.494000', '192532.497000', '192532.499000', '192532.502000', '192532.505000', '192532.507000', '192532.510000', '192532.513000', '192532.515000', '192532.518000', '192532.521000', '192532.523000', '192532.526000', '192532.528000', '192532.531000', '192532.534000', '192552.420000', '192552.423000', '192552.426000', '192552.429000', '192552.431000', '192552.434000', '192552.437000', '192552.439000', '192552.442000', '192552.445000', '192552.447000', '192552.450000', '192552.452000', '192552.455000', '192552.458000', '192552.460000', '192552.463000', '192552.465000', '192552.468000', '192552.471000', '192552.473000', '192552.476000', '192552.479000', '192552.481000', '192552.484000', '192552.486000', '192552.489000', '192552.492000', '192552.494000', '192552.497000', '192552.500000', '192552.502000', '192552.505000', '192552.507000', '192552.510000', '192552.513000', '192552.515000', '192552.518000', '192552.520000', '192552.523000', '192552.525000', '192552.528000', '192552.531000', '192612.421000', '192612.424000', '192612.427000', '192612.429000', '192612.432000', '192612.435000', '192612.437000', '192612.440000', '192612.442000', '192612.445000', '192612.448000', '192612.450000', '192612.453000', '192612.455000', '192612.458000', '192612.461000', '192612.463000', '192612.466000', '192612.469000', '192612.471000', '192612.474000', '192612.477000', '192612.479000', '192612.482000', '192612.484000', '192612.487000', '192612.490000', '192612.492000', '192612.495000', '192612.498000', '192612.500000', '192612.503000', '192612.505000', '192612.508000', '192612.511000', '192612.513000', '192612.516000', '192612.519000', '192612.521000', '192612.524000', '192612.526000', '192612.529000', '192612.532000', '192612.534000', '192632.421000', '192632.424000', '192632.427000', '192632.429000', '192632.432000', '192632.435000', '192632.437000', '192632.440000', '192632.443000', '192632.445000', '192632.448000', '192632.450000', '192632.453000', '192632.456000', '192632.458000', '192632.461000', '192632.464000', '192632.466000', '192632.469000', '192632.472000', '192632.474000', '192632.477000', '192632.480000', '192632.482000', '192632.485000', '192632.487000', '192632.490000', '192632.493000', '192632.495000', '192632.498000', '192632.500000', '192632.503000', '192632.506000', '192632.508000', '192632.511000', '192632.514000', '192632.516000', '192632.519000', '192632.521000', '192632.534000', '192632.537000', '192632.540000', '192632.542000', '192652.421000', '192652.425000', '192652.429000', '192652.432000', '192652.434000', '192652.437000', '192652.440000', '192652.442000', '192652.445000', '192652.448000', '192652.450000', '192652.453000', '192652.456000', '192652.458000', '192652.461000', '192652.464000', '192652.467000', '192652.477000', '192652.480000', '192652.483000', '192652.485000', '192652.488000', '192652.491000', '192652.493000', '192652.496000', '192652.499000', '192652.501000', '192652.504000', '192652.506000', '192652.509000', '192652.511000', '192652.514000', '192652.517000', '192652.519000', '192652.522000', '192652.525000', '192652.527000', '192652.530000', '192652.533000', '192652.535000', '192652.538000', '192652.540000', '192652.543000', '192712.421000', '192712.424000', '192712.427000', '192712.429000', '192712.432000', '192712.435000', '192712.437000', '192712.440000', '192712.443000', '192712.445000', '192712.448000', '192712.450000', '192712.453000', '192712.456000', '192712.458000', '192712.461000', '192712.464000', '192712.466000', '192712.469000', '192712.472000', '192712.474000', '192712.477000', '192712.480000', '192712.482000', '192712.485000', '192712.488000', '192712.490000', '192712.493000', '192712.495000', '192712.498000', '192712.501000', '192712.503000', '192712.506000', '192712.509000', '192712.511000', '192712.514000', '192712.516000', '192712.519000', '192712.522000', '192712.524000', '192712.527000', '192712.529000', '192712.532000', '192712.534000', '192732.420000', '192732.423000', '192732.426000', '192732.428000', '192732.431000', '192732.434000', '192732.436000', '192732.439000', '192732.442000', '192732.444000', '192732.447000', '192732.450000', '192732.452000', '192732.455000', '192732.458000', '192732.460000', '192732.463000', '192732.465000', '192732.468000', '192732.471000', '192732.473000', '192732.476000', '192732.479000', '192732.481000', '192732.484000', '192732.486000', '192732.489000', '192732.491000', '192732.494000', '192732.497000', '192732.499000', '192732.502000', '192732.505000', '192732.507000', '192732.510000', '192732.512000', '192732.515000', '192732.518000', '192732.520000', '192732.523000', '192732.525000', '192732.528000', '192732.530000', '192732.533000', '192752.421000', '192752.423000', '192752.426000', '192752.429000', '192752.431000', '192752.434000', '192752.437000', '192752.439000', '192752.442000', '192752.444000', '192752.447000', '192752.450000', '192752.452000', '192752.455000', '192752.458000', '192752.460000', '192752.463000', '192752.465000', '192752.468000', '192752.471000', '192752.473000', '192752.476000', '192752.479000', '192752.481000', '192752.484000', '192752.487000', '192752.489000', '192752.492000', '192752.495000', '192752.497000', '192752.500000', '192752.502000', '192752.505000', '192752.508000', '192752.511000', '192752.513000', '192752.516000', '192752.518000', '192752.521000', '192752.524000', '192752.526000', '192752.529000', '192752.531000', '192812.421000', '192812.424000', '192812.426000', '192812.429000', '192812.431000', '192812.434000', '192812.437000', '192812.439000', '192812.442000', '192812.445000', '192812.447000', '192812.451000', '192812.454000', '192812.457000', '192812.459000', '192812.462000', '192812.465000', '192812.468000', '192812.471000', '192812.473000', '192812.477000', '192812.480000', '192812.482000', '192812.485000', '192812.488000', '192812.490000', '192812.493000', '192812.497000', '192812.499000', '192812.502000', '192812.505000', '192812.508000', '192812.510000', '192812.513000', '192812.515000', '192812.518000', '192812.521000', '192812.523000', '192812.526000', '192812.529000', '192812.531000', '192812.534000', '192812.560000', '192832.421000', '192832.424000', '192832.428000', '192832.430000', '192832.433000', '192832.435000', '192832.438000', '192832.441000', '192832.443000', '192832.446000', '192832.449000', '192832.451000', '192832.454000', '192832.456000', '192832.459000', '192832.462000', '192832.464000', '192832.467000', '192832.470000', '192832.472000', '192832.475000', '192832.477000', '192832.480000', '192832.483000', '192832.485000', '192832.488000', '192832.490000', '192832.493000', '192832.496000', '192832.498000', '192832.501000', '192832.504000', '192832.506000', '192832.509000', '192832.512000', '192832.514000', '192832.517000', '192832.519000', '192832.522000', '192832.525000', '192832.527000', '192832.530000', '192832.533000', '192832.535000', '192852.422000', '192852.424000', '192852.427000', '192852.430000', '192852.432000', '192852.435000', '192852.438000', '192852.440000', '192852.443000', '192852.445000', '192852.448000', '192852.451000', '192852.454000', '192852.456000', '192852.459000', '192852.461000', '192852.464000', '192852.467000', '192852.469000', '192852.472000', '192852.474000', '192852.477000', '192852.480000', '192852.482000', '192852.485000', '192852.487000', '192852.490000', '192852.493000', '192852.496000', '192852.498000', '192852.501000', '192852.504000', '192852.506000', '192852.509000', '192852.512000', '192852.514000', '192852.517000', '192852.519000', '192852.522000', '192852.525000', '192852.527000', '192852.530000', '192852.533000', '192912.422000', '192912.425000', '192912.427000', '192912.430000', '192912.433000', '192912.435000', '192912.438000', '192912.441000', '192912.443000', '192912.446000', '192912.449000', '192912.451000', '192912.454000', '192912.457000', '192912.459000', '192912.462000', '192912.464000', '192912.467000', '192912.470000', '192912.472000', '192912.475000', '192912.478000', '192912.480000', '192912.483000', '192912.485000', '192912.488000', '192912.491000', '192912.493000', '192912.496000', '192912.498000', '192912.501000', '192912.504000', '192912.506000', '192912.509000', '192912.512000', '192912.514000', '192912.517000', '192912.519000', '192912.522000', '192912.525000', '192912.527000', '192912.530000', '192912.533000', '192912.535000', '192932.422000', '192932.424000', '192932.427000', '192932.430000', '192932.432000', '192932.435000', '192932.438000', '192932.440000', '192932.443000', '192932.445000', '192932.448000', '192932.451000', '192932.453000', '192932.456000', '192932.459000', '192932.461000', '192932.464000', '192932.467000', '192932.470000', '192932.472000', '192932.475000', '192932.477000', '192932.480000', '192932.483000', '192932.485000', '192932.488000', '192932.491000', '192932.494000', '192932.496000', '192932.499000', '192932.502000', '192932.504000', '192932.507000', '192932.510000', '192932.512000', '192932.515000', '192932.517000', '192932.520000', '192932.523000', '192932.525000', '192932.528000', '192932.530000', '192932.533000', '192952.420000', '192952.423000', '192952.426000', '192952.429000', '192952.431000', '192952.434000', '192952.437000', '192952.439000', '192952.442000', '192952.445000', '192952.447000', '192952.450000', '192952.453000', '192952.455000', '192952.458000', '192952.461000', '192952.463000', '192952.466000', '192952.468000', '192952.471000', '192952.474000', '192952.476000', '192952.479000', '192952.482000', '192952.502000', '192952.504000', '192952.507000', '192952.510000', '192952.512000', '192952.515000', '192952.518000', '192952.520000', '192952.523000', '192952.526000', '192952.528000', '192952.531000', '192952.534000', '192952.536000', '192952.539000', '192952.541000', '192952.544000', '192952.547000', '192952.549000', '192952.552000', '193012.420000', '193012.423000', '193012.426000', '193012.429000', '193012.432000', '193012.434000', '193012.437000', '193012.440000', '193012.443000', '193012.445000', '193012.448000', '193012.451000', '193012.453000', '193012.456000', '193012.458000', '193012.461000', '193012.464000', '193012.466000', '193012.469000', '193012.472000', '193012.474000', '193012.477000', '193012.481000', '193012.484000', '193012.487000', '193012.491000', '193012.494000', '193012.496000', '193012.499000', '193012.502000', '193012.504000', '193012.507000', '193012.510000', '193012.512000', '193012.515000', '193012.517000', '193012.520000', '193012.523000', '193012.525000', '193012.528000', '193012.531000', '193012.533000', '193012.536000', '193032.421000', '193032.423000', '193032.426000', '193032.429000', '193032.431000', '193032.434000', '193032.437000', '193032.440000', '193032.442000', '193032.445000', '193032.448000', '193032.450000', '193032.453000', '193032.455000', '193032.458000', '193032.461000', '193032.463000', '193032.466000', '193032.469000', '193032.471000', '193032.474000', '193032.477000', '193032.479000', '193032.482000', '193032.485000', '193032.487000', '193032.490000', '193032.492000', '193032.495000', '193032.498000', '193032.500000', '193032.503000', '193032.505000', '193032.508000', '193032.511000', '193032.513000', '193032.516000', '193032.519000', '193032.521000', '193032.524000', '193032.527000', '193032.529000', '193032.532000', '193032.535000', '193052.422000', '193052.425000', '193052.427000', '193052.430000', '193052.432000', '193052.435000', '193052.438000', '193052.440000', '193052.443000', '193052.446000', '193052.448000', '193052.451000', '193052.453000', '193052.456000', '193052.459000', '193052.461000', '193052.464000', '193052.467000', '193052.469000', '193052.472000', '193052.474000', '193052.477000', '193052.480000', '193052.482000', '193052.485000', '193052.488000', '193052.490000', '193052.493000', '193052.495000', '193052.498000', '193052.501000', '193052.503000', '193052.506000', '193052.509000', '193052.511000', '193052.514000', '193052.516000', '193052.519000', '193052.522000', '193052.524000', '193052.527000', '193052.532000', '193052.534000', '193112.422000', '193112.424000', '193112.427000', '193112.430000', '193112.433000', '193112.435000', '193112.438000', '193112.441000', '193112.443000', '193112.446000', '193112.449000', '193112.451000', '193112.454000', '193112.456000', '193112.459000', '193112.462000', '193112.464000', '193112.467000', '193112.470000', '193112.472000', '193112.485000', '193112.488000', '193112.490000', '193112.493000', '193112.495000', '193112.498000', '193112.501000', '193112.504000', '193112.506000', '193112.509000', '193112.511000', '193112.514000', '193112.517000', '193112.519000', '193112.522000', '193112.525000', '193112.527000', '193112.530000', '193112.532000', '193112.535000', '193112.538000', '193112.540000', '193112.543000', '193112.545000', '193132.421000', '193132.424000', '193132.427000', '193132.429000', '193132.433000', '193132.435000', '193132.438000', '193132.441000', '193132.443000', '193132.446000', '193132.449000', '193132.451000', '193132.454000', '193132.457000', '193132.459000', '193132.462000', '193132.464000', '193132.467000', '193132.469000', '193132.472000', '193132.475000', '193132.477000', '193132.480000', '193132.483000', '193132.485000', '193132.488000', '193132.490000', '193132.493000', '193132.496000', '193132.498000', '193132.501000', '193132.504000', '193132.506000', '193132.509000', '193132.512000', '193132.514000', '193132.517000', '193132.519000', '193132.522000', '193132.525000', '193132.527000', '193132.530000', '193132.532000', '193152.422000', '193152.425000', '193152.427000', '193152.430000', '193152.432000', '193152.435000', '193152.438000', '193152.441000', '193152.443000', '193152.446000', '193152.448000', '193152.451000', '193152.454000', '193152.456000', '193152.459000', '193152.462000', '193152.464000', '193152.467000', '193152.470000', '193152.472000', '193152.475000', '193152.478000', '193152.480000', '193152.483000', '193152.485000', '193152.488000', '193152.491000', '193152.493000', '193152.496000', '193152.499000', '193152.501000', '193152.504000', '193152.506000', '193152.509000', '193152.512000', '193152.514000', '193152.517000', '193152.520000', '193152.522000', '193152.525000', '193152.527000', '193152.530000', '193152.533000', '193152.535000', '193212.421000', '193212.424000', '193212.426000', '193212.429000', '193212.432000', '193212.435000', '193212.437000', '193212.457000', '193212.460000', '193212.462000', '193212.465000', '193212.468000', '193212.470000', '193212.473000', '193212.475000', '193212.478000', '193212.481000', '193212.483000', '193212.486000', '193212.489000', '193212.491000', '193212.494000', '193212.496000', '193212.499000', '193212.502000', '193212.504000', '193212.507000', '193212.509000', '193212.512000', '193212.515000', '193212.517000', '193212.520000', '193212.523000', '193212.525000', '193212.528000', '193212.530000', '193212.533000', '193212.536000', '193212.538000', '193212.541000', '193212.552000', '193212.554000', '193212.557000', '193232.421000', '193232.424000', '193232.426000', '193232.429000', '193232.432000', '193232.435000', '193232.437000', '193232.440000', '193232.443000', '193232.446000', '193232.448000', '193232.451000', '193232.454000', '193232.456000', '193232.459000', '193232.462000', '193232.465000', '193232.490000', '193232.492000', '193232.495000', '193232.498000', '193232.500000', '193232.503000', '193232.506000', '193232.508000', '193232.511000', '193232.513000', '193232.516000', '193232.519000', '193232.521000', '193232.524000', '193232.527000', '193232.530000', '193232.532000', '193232.535000', '193232.537000', '193232.540000', '193232.543000', '193232.545000', '193232.548000', '193232.551000', '193232.553000', '193232.556000', '193232.558000', '193252.422000', '193252.424000', '193252.427000', '193252.430000', '193252.432000', '193252.435000', '193252.438000', '193252.440000', '193252.443000', '193252.445000', '193252.448000', '193252.451000', '193252.453000', '193252.456000', '193252.458000', '193252.461000', '193252.464000', '193252.466000', '193252.469000', '193252.471000', '193252.474000', '193252.476000', '193252.479000', '193252.482000', '193252.484000', '193252.487000', '193252.490000', '193252.492000', '193252.495000', '193252.497000', '193252.500000', '193252.503000', '193252.505000', '193252.508000', '193252.510000', '193252.513000', '193252.516000', '193252.518000', '193252.521000', '193252.523000', '193252.526000', '193252.529000', '193252.531000', '193312.422000', '193312.425000', '193312.428000', '193312.431000', '193312.433000', '193312.436000', '193312.438000', '193312.441000', '193312.444000', '193312.446000', '193312.449000', '193312.452000', '193312.454000', '193312.457000', '193312.459000', '193312.462000', '193312.465000', '193312.468000', '193312.470000', '193312.473000', '193312.475000', '193312.478000', '193312.481000', '193312.483000', '193312.486000', '193312.489000', '193312.491000', '193312.494000', '193312.496000', '193312.499000', '193312.502000', '193312.504000', '193312.507000', '193312.510000', '193312.512000', '193312.515000', '193312.517000', '193312.520000', '193312.523000', '193312.525000', '193312.528000', '193312.530000', '193312.533000', '193312.536000', '193332.422000', '193332.425000', '193332.428000', '193332.430000', '193332.433000', '193332.436000', '193332.438000', '193332.441000', '193332.443000', '193332.446000', '193332.449000', '193332.451000', '193332.454000', '193332.457000', '193332.459000', '193332.462000', '193332.464000', '193332.467000', '193332.470000', '193332.472000', '193332.475000', '193332.478000', '193332.480000', '193332.483000', '193332.485000', '193332.488000', '193332.491000', '193332.493000', '193332.496000', '193332.499000', '193332.501000', '193332.504000', '193332.510000', '193332.513000', '193332.515000', '193332.518000', '193332.521000', '193332.523000', '193332.526000', '193332.528000', '193332.531000', '193332.534000', '193332.537000', '193352.422000', '193352.424000', '193352.427000', '193352.430000', '193352.433000', '193352.435000', '193352.438000', '193352.441000', '193352.444000', '193352.446000', '193352.449000', '193352.452000', '193352.454000', '193352.473000', '193352.475000', '193352.478000', '193352.481000', '193352.483000', '193352.486000', '193352.489000', '193352.491000', '193352.494000', '193352.497000', '193352.499000', '193352.502000', '193352.505000', '193352.508000', '193352.510000', '193352.513000', '193352.515000', '193352.518000', '193352.521000', '193352.523000', '193352.526000', '193352.529000', '193352.531000', '193352.534000', '193352.537000', '193352.539000', '193352.542000', '193352.545000', '193352.547000', '193352.550000', '193352.553000', '193412.422000', '193412.424000', '193412.427000', '193412.430000', '193412.433000', '193412.435000', '193412.438000', '193412.440000', '193412.443000', '193412.446000', '193412.449000', '193412.451000', '193412.454000', '193412.457000', '193412.459000', '193412.462000', '193412.465000', '193412.467000', '193412.470000', '193412.472000', '193412.475000', '193412.478000', '193412.480000', '193412.483000', '193412.486000', '193412.489000', '193412.491000', '193412.494000', '193412.496000', '193412.499000', '193412.502000', '193412.504000', '193412.507000', '193412.510000', '193412.512000', '193412.515000', '193412.518000', '193412.520000', '193412.523000', '193412.526000', '193412.528000', '193412.531000', '193412.533000', '193432.421000', '193432.424000', '193432.427000', '193432.429000', '193432.432000', '193432.435000', '193432.437000', '193432.440000', '193432.442000', '193432.445000', '193432.448000', '193432.451000', '193432.453000', '193432.456000', '193432.459000', '193432.462000', '193432.464000', '193432.467000', '193432.470000', '193432.472000', '193432.475000', '193432.478000', '193432.480000', '193432.483000', '193432.486000', '193432.488000', '193432.491000', '193432.494000', '193432.496000', '193432.499000', '193432.502000', '193432.504000', '193432.507000', '193432.510000', '193432.512000', '193432.515000', '193432.518000', '193432.520000', '193432.523000', '193432.525000', '193432.528000', '193432.531000', '193432.533000', '193432.536000', '193452.421000', '193452.423000', '193452.426000', '193452.429000', '193452.432000', '193452.434000', '193452.437000', '193452.440000', '193452.442000', '193452.445000', '193452.448000', '193452.450000', '193452.453000', '193452.456000', '193452.458000', '193452.461000', '193452.463000', '193452.466000', '193452.469000', '193452.471000', '193452.474000', '193452.477000', '193452.479000', '193452.482000', '193452.485000', '193452.487000', '193452.490000', '193452.493000', '193452.495000', '193452.498000', '193452.500000', '193452.503000', '193452.506000', '193452.508000', '193452.511000', '193452.514000', '193452.516000', '193452.519000', '193452.521000', '193452.524000', '193452.527000', '193452.529000', '193452.532000', '193512.422000', '193512.424000', '193512.427000', '193512.430000', '193512.433000', '193512.435000', '193512.438000', '193512.441000', '193512.443000', '193512.446000', '193512.449000', '193512.451000', '193512.454000', '193512.456000', '193512.466000', '193512.469000', '193512.472000', '193512.475000', '193512.477000', '193512.480000', '193512.483000', '193512.485000', '193512.488000', '193512.490000', '193512.493000', '193512.496000', '193512.498000', '193512.501000', '193512.503000', '193512.506000', '193512.509000', '193512.511000', '193512.514000', '193512.516000', '193512.519000', '193512.522000', '193512.524000', '193512.527000', '193512.529000', '193512.532000', '193512.535000', '193512.537000', '193512.540000', '193532.422000', '193532.424000', '193532.430000', '193532.433000', '193532.436000', '193532.438000', '193532.441000', '193532.444000', '193532.446000', '193532.449000', '193532.452000', '193532.454000', '193532.457000', '193532.459000', '193532.462000', '193532.465000', '193532.467000', '193532.470000', '193532.473000', '193532.475000', '193532.478000', '193532.481000', '193532.483000', '193532.486000', '193532.489000', '193532.491000', '193532.494000', '193532.496000', '193532.499000', '193532.502000', '193532.504000', '193532.507000', '193532.509000', '193532.512000', '193532.515000', '193532.517000', '193532.520000', '193532.522000', '193532.525000', '193532.528000', '193532.531000', '193532.533000', '193532.536000', '193532.538000', '193552.421000', '193552.424000', '193552.427000', '193552.430000', '193552.432000', '193552.435000', '193552.438000', '193552.440000', '193552.443000', '193552.446000', '193552.449000', '193552.452000', '193552.454000', '193552.457000', '193552.460000', '193552.463000', '193552.465000', '193552.468000', '193552.470000', '193552.473000', '193552.476000', '193552.478000', '193552.481000', '193552.484000', '193552.486000', '193552.489000', '193552.491000', '193552.494000', '193552.497000', '193552.499000', '193552.502000', '193552.505000', '193552.508000', '193552.510000', '193552.513000', '193552.515000', '193552.518000', '193552.521000', '193552.523000', '193552.526000', '193552.529000', '193552.531000', '193552.534000', '193612.422000', '193612.425000', '193612.427000', '193612.430000', '193612.433000', '193612.435000', '193612.438000', '193612.440000', '193612.443000', '193612.446000', '193612.448000', '193612.451000', '193612.453000', '193612.456000', '193612.459000', '193612.461000', '193612.464000', '193612.467000', '193612.469000', '193612.472000', '193612.475000', '193612.477000', '193612.480000', '193612.483000', '193612.485000', '193612.488000', '193612.490000', '193612.493000', '193612.496000', '193612.498000', '193612.501000', '193612.504000', '193612.506000', '193612.509000', '193612.512000', '193612.514000', '193612.526000', '193612.529000', '193612.532000', '193612.534000', '193612.537000', '193612.540000', '193612.542000', '193612.545000', '193632.422000', '193632.424000', '193632.427000', '193632.430000', '193632.433000', '193632.435000', '193632.438000', '193632.441000', '193632.444000', '193632.447000', '193632.451000', '193632.453000', '193632.456000', '193632.459000', '193632.461000', '193632.464000', '193632.466000', '193632.469000', '193632.472000', '193632.474000', '193632.477000', '193632.480000', '193632.482000', '193632.485000', '193632.487000', '193632.490000', '193632.493000', '193632.495000', '193632.498000', '193632.500000', '193632.503000', '193632.506000', '193632.508000', '193632.511000', '193632.514000', '193632.516000', '193632.519000', '193632.522000', '193632.524000', '193632.527000', '193632.529000', '193632.532000', '193632.535000', '193651.282000', '193651.285000', '193651.288000', '193651.290000', '193651.293000', '193651.296000', '193651.298000', '193651.301000', '193651.304000', '193651.306000', '193651.309000', '193651.311000', '193651.314000', '193651.317000', '193651.319000', '193651.322000', '193651.325000', '193651.327000', '193651.330000', '193651.333000', '193651.336000', '193651.338000', '193651.345000', '193651.347000', '193651.350000', '193651.353000', '193651.355000', '193651.358000', '193651.361000', '193651.363000', '193651.366000', '193651.368000', '193651.371000', '193651.374000', '193651.376000', '193651.379000', '193651.382000', '193651.384000', '193651.387000', '193651.389000', '193651.392000', '193651.395000'], 'InstanceCreationTime': ['192432.454000', '192432.458000', '192432.461000', '192432.463000', '192432.467000', '192432.470000', '192432.473000', '192432.475000', '192432.478000', '192432.480000', '192432.483000', '192432.486000', '192432.489000', '192432.491000', '192432.494000', '192432.497000', '192432.499000', '192432.502000', '192432.505000', '192432.507000', '192432.510000', '192432.512000', '192432.515000', '192432.518000', '192432.520000', '192432.523000', '192432.525000', '192432.528000', '192432.531000', '192432.533000', '192432.536000', '192432.539000', '192432.541000', '192452.421000', '192452.424000', '192452.427000', '192452.429000', '192452.432000', '192452.435000', '192452.437000', '192452.440000', '192452.442000', '192452.445000', '192452.448000', '192452.450000', '192452.453000', '192452.455000', '192452.458000', '192452.461000', '192452.463000', '192452.466000', '192452.468000', '192452.471000', '192452.478000', '192452.480000', '192452.483000', '192452.485000', '192452.488000', '192452.491000', '192452.493000', '192452.496000', '192452.499000', '192452.501000', '192452.504000', '192452.506000', '192452.509000', '192452.512000', '192452.514000', '192452.517000', '192452.520000', '192452.522000', '192452.525000', '192452.527000', '192452.530000', '192452.532000', '192452.535000', '192452.537000', '192512.420000', '192512.423000', '192512.426000', '192512.428000', '192512.431000', '192512.434000', '192512.436000', '192512.439000', '192512.448000', '192512.450000', '192512.453000', '192512.456000', '192512.458000', '192512.461000', '192512.464000', '192512.466000', '192512.469000', '192512.471000', '192512.474000', '192512.477000', '192512.479000', '192512.501000', '192512.504000', '192512.507000', '192512.509000', '192512.512000', '192512.514000', '192512.517000', '192512.520000', '192512.522000', '192512.525000', '192512.528000', '192512.530000', '192512.533000', '192512.536000', '192512.538000', '192512.541000', '192512.543000', '192512.546000', '192512.549000', '192512.559000', '192512.562000', '192512.564000', '192532.420000', '192532.423000', '192532.426000', '192532.429000', '192532.431000', '192532.434000', '192532.437000', '192532.439000', '192532.442000', '192532.444000', '192532.447000', '192532.450000', '192532.452000', '192532.455000', '192532.458000', '192532.460000', '192532.463000', '192532.465000', '192532.468000', '192532.471000', '192532.473000', '192532.476000', '192532.479000', '192532.481000', '192532.484000', '192532.486000', '192532.489000', '192532.492000', '192532.494000', '192532.497000', '192532.499000', '192532.502000', '192532.505000', '192532.507000', '192532.510000', '192532.513000', '192532.515000', '192532.518000', '192532.521000', '192532.523000', '192532.526000', '192532.528000', '192532.531000', '192532.534000', '192552.420000', '192552.423000', '192552.426000', '192552.429000', '192552.431000', '192552.434000', '192552.437000', '192552.439000', '192552.442000', '192552.445000', '192552.447000', '192552.450000', '192552.452000', '192552.455000', '192552.458000', '192552.460000', '192552.463000', '192552.465000', '192552.468000', '192552.471000', '192552.473000', '192552.476000', '192552.479000', '192552.481000', '192552.484000', '192552.486000', '192552.489000', '192552.492000', '192552.494000', '192552.497000', '192552.500000', '192552.502000', '192552.505000', '192552.507000', '192552.510000', '192552.513000', '192552.515000', '192552.518000', '192552.520000', '192552.523000', '192552.525000', '192552.528000', '192552.531000', '192612.421000', '192612.424000', '192612.427000', '192612.429000', '192612.432000', '192612.435000', '192612.437000', '192612.440000', '192612.442000', '192612.445000', '192612.448000', '192612.450000', '192612.453000', '192612.455000', '192612.458000', '192612.461000', '192612.463000', '192612.466000', '192612.469000', '192612.471000', '192612.474000', '192612.477000', '192612.479000', '192612.482000', '192612.484000', '192612.487000', '192612.490000', '192612.492000', '192612.495000', '192612.498000', '192612.500000', '192612.503000', '192612.505000', '192612.508000', '192612.511000', '192612.513000', '192612.516000', '192612.519000', '192612.521000', '192612.524000', '192612.526000', '192612.529000', '192612.532000', '192612.534000', '192632.421000', '192632.424000', '192632.427000', '192632.429000', '192632.432000', '192632.435000', '192632.437000', '192632.440000', '192632.443000', '192632.445000', '192632.448000', '192632.450000', '192632.453000', '192632.456000', '192632.458000', '192632.461000', '192632.464000', '192632.466000', '192632.469000', '192632.472000', '192632.474000', '192632.477000', '192632.480000', '192632.482000', '192632.485000', '192632.487000', '192632.490000', '192632.493000', '192632.495000', '192632.498000', '192632.500000', '192632.503000', '192632.506000', '192632.508000', '192632.511000', '192632.514000', '192632.516000', '192632.519000', '192632.521000', '192632.534000', '192632.537000', '192632.540000', '192632.542000', '192652.421000', '192652.425000', '192652.429000', '192652.432000', '192652.434000', '192652.437000', '192652.440000', '192652.442000', '192652.445000', '192652.448000', '192652.450000', '192652.453000', '192652.456000', '192652.458000', '192652.461000', '192652.464000', '192652.467000', '192652.477000', '192652.480000', '192652.483000', '192652.485000', '192652.488000', '192652.491000', '192652.493000', '192652.496000', '192652.499000', '192652.501000', '192652.504000', '192652.506000', '192652.509000', '192652.511000', '192652.514000', '192652.517000', '192652.519000', '192652.522000', '192652.525000', '192652.527000', '192652.530000', '192652.533000', '192652.535000', '192652.538000', '192652.540000', '192652.543000', '192712.421000', '192712.424000', '192712.427000', '192712.429000', '192712.432000', '192712.435000', '192712.437000', '192712.440000', '192712.443000', '192712.445000', '192712.448000', '192712.450000', '192712.453000', '192712.456000', '192712.458000', '192712.461000', '192712.464000', '192712.466000', '192712.469000', '192712.472000', '192712.474000', '192712.477000', '192712.480000', '192712.482000', '192712.485000', '192712.488000', '192712.490000', '192712.493000', '192712.495000', '192712.498000', '192712.501000', '192712.503000', '192712.506000', '192712.509000', '192712.511000', '192712.514000', '192712.516000', '192712.519000', '192712.522000', '192712.524000', '192712.527000', '192712.529000', '192712.532000', '192712.534000', '192732.420000', '192732.423000', '192732.426000', '192732.428000', '192732.431000', '192732.434000', '192732.436000', '192732.439000', '192732.442000', '192732.444000', '192732.447000', '192732.450000', '192732.452000', '192732.455000', '192732.458000', '192732.460000', '192732.463000', '192732.465000', '192732.468000', '192732.471000', '192732.473000', '192732.476000', '192732.479000', '192732.481000', '192732.484000', '192732.486000', '192732.489000', '192732.491000', '192732.494000', '192732.497000', '192732.499000', '192732.502000', '192732.505000', '192732.507000', '192732.510000', '192732.512000', '192732.515000', '192732.518000', '192732.520000', '192732.523000', '192732.525000', '192732.528000', '192732.530000', '192732.533000', '192752.421000', '192752.423000', '192752.426000', '192752.429000', '192752.431000', '192752.434000', '192752.437000', '192752.439000', '192752.442000', '192752.444000', '192752.447000', '192752.450000', '192752.452000', '192752.455000', '192752.458000', '192752.460000', '192752.463000', '192752.465000', '192752.468000', '192752.471000', '192752.473000', '192752.476000', '192752.479000', '192752.481000', '192752.484000', '192752.487000', '192752.489000', '192752.492000', '192752.495000', '192752.497000', '192752.500000', '192752.502000', '192752.505000', '192752.508000', '192752.511000', '192752.513000', '192752.516000', '192752.518000', '192752.521000', '192752.524000', '192752.526000', '192752.529000', '192752.531000', '192812.421000', '192812.424000', '192812.426000', '192812.429000', '192812.431000', '192812.434000', '192812.437000', '192812.439000', '192812.442000', '192812.445000', '192812.447000', '192812.451000', '192812.454000', '192812.457000', '192812.459000', '192812.462000', '192812.465000', '192812.468000', '192812.471000', '192812.473000', '192812.477000', '192812.480000', '192812.482000', '192812.485000', '192812.488000', '192812.490000', '192812.493000', '192812.497000', '192812.499000', '192812.502000', '192812.505000', '192812.508000', '192812.510000', '192812.513000', '192812.515000', '192812.518000', '192812.521000', '192812.523000', '192812.526000', '192812.529000', '192812.531000', '192812.534000', '192812.560000', '192832.421000', '192832.424000', '192832.428000', '192832.430000', '192832.433000', '192832.435000', '192832.438000', '192832.441000', '192832.443000', '192832.446000', '192832.449000', '192832.451000', '192832.454000', '192832.456000', '192832.459000', '192832.462000', '192832.464000', '192832.467000', '192832.470000', '192832.472000', '192832.475000', '192832.477000', '192832.480000', '192832.483000', '192832.485000', '192832.488000', '192832.490000', '192832.493000', '192832.496000', '192832.498000', '192832.501000', '192832.504000', '192832.506000', '192832.509000', '192832.512000', '192832.514000', '192832.517000', '192832.519000', '192832.522000', '192832.525000', '192832.527000', '192832.530000', '192832.533000', '192832.535000', '192852.422000', '192852.424000', '192852.427000', '192852.430000', '192852.432000', '192852.435000', '192852.438000', '192852.440000', '192852.443000', '192852.445000', '192852.448000', '192852.451000', '192852.454000', '192852.456000', '192852.459000', '192852.461000', '192852.464000', '192852.467000', '192852.469000', '192852.472000', '192852.474000', '192852.477000', '192852.480000', '192852.482000', '192852.485000', '192852.487000', '192852.490000', '192852.493000', '192852.496000', '192852.498000', '192852.501000', '192852.504000', '192852.506000', '192852.509000', '192852.512000', '192852.514000', '192852.517000', '192852.519000', '192852.522000', '192852.525000', '192852.527000', '192852.530000', '192852.533000', '192912.422000', '192912.425000', '192912.427000', '192912.430000', '192912.433000', '192912.435000', '192912.438000', '192912.441000', '192912.443000', '192912.446000', '192912.449000', '192912.451000', '192912.454000', '192912.457000', '192912.459000', '192912.462000', '192912.464000', '192912.467000', '192912.470000', '192912.472000', '192912.475000', '192912.478000', '192912.480000', '192912.483000', '192912.485000', '192912.488000', '192912.491000', '192912.493000', '192912.496000', '192912.498000', '192912.501000', '192912.504000', '192912.506000', '192912.509000', '192912.512000', '192912.514000', '192912.517000', '192912.519000', '192912.522000', '192912.525000', '192912.527000', '192912.530000', '192912.533000', '192912.535000', '192932.422000', '192932.424000', '192932.427000', '192932.430000', '192932.432000', '192932.435000', '192932.438000', '192932.440000', '192932.443000', '192932.445000', '192932.448000', '192932.451000', '192932.453000', '192932.456000', '192932.459000', '192932.461000', '192932.464000', '192932.467000', '192932.470000', '192932.472000', '192932.475000', '192932.477000', '192932.480000', '192932.483000', '192932.485000', '192932.488000', '192932.491000', '192932.494000', '192932.496000', '192932.499000', '192932.502000', '192932.504000', '192932.507000', '192932.510000', '192932.512000', '192932.515000', '192932.517000', '192932.520000', '192932.523000', '192932.525000', '192932.528000', '192932.530000', '192932.533000', '192952.420000', '192952.423000', '192952.426000', '192952.429000', '192952.431000', '192952.434000', '192952.437000', '192952.439000', '192952.442000', '192952.445000', '192952.447000', '192952.450000', '192952.453000', '192952.455000', '192952.458000', '192952.461000', '192952.463000', '192952.466000', '192952.468000', '192952.471000', '192952.474000', '192952.476000', '192952.479000', '192952.482000', '192952.502000', '192952.504000', '192952.507000', '192952.510000', '192952.512000', '192952.515000', '192952.518000', '192952.520000', '192952.523000', '192952.526000', '192952.528000', '192952.531000', '192952.534000', '192952.536000', '192952.539000', '192952.541000', '192952.544000', '192952.547000', '192952.549000', '192952.552000', '193012.420000', '193012.423000', '193012.426000', '193012.429000', '193012.432000', '193012.434000', '193012.437000', '193012.440000', '193012.443000', '193012.445000', '193012.448000', '193012.451000', '193012.453000', '193012.456000', '193012.458000', '193012.461000', '193012.464000', '193012.466000', '193012.469000', '193012.472000', '193012.474000', '193012.477000', '193012.481000', '193012.484000', '193012.487000', '193012.491000', '193012.494000', '193012.496000', '193012.499000', '193012.502000', '193012.504000', '193012.507000', '193012.510000', '193012.512000', '193012.515000', '193012.517000', '193012.520000', '193012.523000', '193012.525000', '193012.528000', '193012.531000', '193012.533000', '193012.536000', '193032.421000', '193032.423000', '193032.426000', '193032.429000', '193032.431000', '193032.434000', '193032.437000', '193032.440000', '193032.442000', '193032.445000', '193032.448000', '193032.450000', '193032.453000', '193032.455000', '193032.458000', '193032.461000', '193032.463000', '193032.466000', '193032.469000', '193032.471000', '193032.474000', '193032.477000', '193032.479000', '193032.482000', '193032.485000', '193032.487000', '193032.490000', '193032.492000', '193032.495000', '193032.498000', '193032.500000', '193032.503000', '193032.505000', '193032.508000', '193032.511000', '193032.513000', '193032.516000', '193032.519000', '193032.521000', '193032.524000', '193032.527000', '193032.529000', '193032.532000', '193032.535000', '193052.422000', '193052.425000', '193052.427000', '193052.430000', '193052.432000', '193052.435000', '193052.438000', '193052.440000', '193052.443000', '193052.446000', '193052.448000', '193052.451000', '193052.453000', '193052.456000', '193052.459000', '193052.461000', '193052.464000', '193052.467000', '193052.469000', '193052.472000', '193052.474000', '193052.477000', '193052.480000', '193052.482000', '193052.485000', '193052.488000', '193052.490000', '193052.493000', '193052.495000', '193052.498000', '193052.501000', '193052.503000', '193052.506000', '193052.509000', '193052.511000', '193052.514000', '193052.516000', '193052.519000', '193052.522000', '193052.524000', '193052.527000', '193052.532000', '193052.534000', '193112.422000', '193112.424000', '193112.427000', '193112.430000', '193112.433000', '193112.435000', '193112.438000', '193112.441000', '193112.443000', '193112.446000', '193112.449000', '193112.451000', '193112.454000', '193112.456000', '193112.459000', '193112.462000', '193112.464000', '193112.467000', '193112.470000', '193112.472000', '193112.485000', '193112.488000', '193112.490000', '193112.493000', '193112.495000', '193112.498000', '193112.501000', '193112.504000', '193112.506000', '193112.509000', '193112.511000', '193112.514000', '193112.517000', '193112.519000', '193112.522000', '193112.525000', '193112.527000', '193112.530000', '193112.532000', '193112.535000', '193112.538000', '193112.540000', '193112.543000', '193112.545000', '193132.421000', '193132.424000', '193132.427000', '193132.429000', '193132.433000', '193132.435000', '193132.438000', '193132.441000', '193132.443000', '193132.446000', '193132.449000', '193132.451000', '193132.454000', '193132.457000', '193132.459000', '193132.462000', '193132.464000', '193132.467000', '193132.469000', '193132.472000', '193132.475000', '193132.477000', '193132.480000', '193132.483000', '193132.485000', '193132.488000', '193132.490000', '193132.493000', '193132.496000', '193132.498000', '193132.501000', '193132.504000', '193132.506000', '193132.509000', '193132.512000', '193132.514000', '193132.517000', '193132.519000', '193132.522000', '193132.525000', '193132.527000', '193132.530000', '193132.532000', '193152.422000', '193152.425000', '193152.427000', '193152.430000', '193152.432000', '193152.435000', '193152.438000', '193152.441000', '193152.443000', '193152.446000', '193152.448000', '193152.451000', '193152.454000', '193152.456000', '193152.459000', '193152.462000', '193152.464000', '193152.467000', '193152.470000', '193152.472000', '193152.475000', '193152.478000', '193152.480000', '193152.483000', '193152.485000', '193152.488000', '193152.491000', '193152.493000', '193152.496000', '193152.499000', '193152.501000', '193152.504000', '193152.506000', '193152.509000', '193152.512000', '193152.514000', '193152.517000', '193152.520000', '193152.522000', '193152.525000', '193152.527000', '193152.530000', '193152.533000', '193152.535000', '193212.421000', '193212.424000', '193212.426000', '193212.429000', '193212.432000', '193212.435000', '193212.437000', '193212.457000', '193212.460000', '193212.462000', '193212.465000', '193212.468000', '193212.470000', '193212.473000', '193212.475000', '193212.478000', '193212.481000', '193212.483000', '193212.486000', '193212.489000', '193212.491000', '193212.494000', '193212.496000', '193212.499000', '193212.502000', '193212.504000', '193212.507000', '193212.509000', '193212.512000', '193212.515000', '193212.517000', '193212.520000', '193212.523000', '193212.525000', '193212.528000', '193212.530000', '193212.533000', '193212.536000', '193212.538000', '193212.541000', '193212.552000', '193212.554000', '193212.557000', '193232.421000', '193232.424000', '193232.426000', '193232.429000', '193232.432000', '193232.435000', '193232.437000', '193232.440000', '193232.443000', '193232.446000', '193232.448000', '193232.451000', '193232.454000', '193232.456000', '193232.459000', '193232.462000', '193232.465000', '193232.490000', '193232.492000', '193232.495000', '193232.498000', '193232.500000', '193232.503000', '193232.506000', '193232.508000', '193232.511000', '193232.513000', '193232.516000', '193232.519000', '193232.521000', '193232.524000', '193232.527000', '193232.530000', '193232.532000', '193232.535000', '193232.537000', '193232.540000', '193232.543000', '193232.545000', '193232.548000', '193232.551000', '193232.553000', '193232.556000', '193232.558000', '193252.422000', '193252.424000', '193252.427000', '193252.430000', '193252.432000', '193252.435000', '193252.438000', '193252.440000', '193252.443000', '193252.445000', '193252.448000', '193252.451000', '193252.453000', '193252.456000', '193252.458000', '193252.461000', '193252.464000', '193252.466000', '193252.469000', '193252.471000', '193252.474000', '193252.476000', '193252.479000', '193252.482000', '193252.484000', '193252.487000', '193252.490000', '193252.492000', '193252.495000', '193252.497000', '193252.500000', '193252.503000', '193252.505000', '193252.508000', '193252.510000', '193252.513000', '193252.516000', '193252.518000', '193252.521000', '193252.523000', '193252.526000', '193252.529000', '193252.531000', '193312.422000', '193312.425000', '193312.428000', '193312.431000', '193312.433000', '193312.436000', '193312.438000', '193312.441000', '193312.444000', '193312.446000', '193312.449000', '193312.452000', '193312.454000', '193312.457000', '193312.459000', '193312.462000', '193312.465000', '193312.468000', '193312.470000', '193312.473000', '193312.475000', '193312.478000', '193312.481000', '193312.483000', '193312.486000', '193312.489000', '193312.491000', '193312.494000', '193312.496000', '193312.499000', '193312.502000', '193312.504000', '193312.507000', '193312.510000', '193312.512000', '193312.515000', '193312.517000', '193312.520000', '193312.523000', '193312.525000', '193312.528000', '193312.530000', '193312.533000', '193312.536000', '193332.422000', '193332.425000', '193332.428000', '193332.430000', '193332.433000', '193332.436000', '193332.438000', '193332.441000', '193332.443000', '193332.446000', '193332.449000', '193332.451000', '193332.454000', '193332.457000', '193332.459000', '193332.462000', '193332.464000', '193332.467000', '193332.470000', '193332.472000', '193332.475000', '193332.478000', '193332.480000', '193332.483000', '193332.485000', '193332.488000', '193332.491000', '193332.493000', '193332.496000', '193332.499000', '193332.501000', '193332.504000', '193332.510000', '193332.513000', '193332.515000', '193332.518000', '193332.521000', '193332.523000', '193332.526000', '193332.528000', '193332.531000', '193332.534000', '193332.537000', '193352.422000', '193352.424000', '193352.427000', '193352.430000', '193352.433000', '193352.435000', '193352.438000', '193352.441000', '193352.444000', '193352.446000', '193352.449000', '193352.452000', '193352.454000', '193352.473000', '193352.475000', '193352.478000', '193352.481000', '193352.483000', '193352.486000', '193352.489000', '193352.491000', '193352.494000', '193352.497000', '193352.499000', '193352.502000', '193352.505000', '193352.508000', '193352.510000', '193352.513000', '193352.515000', '193352.518000', '193352.521000', '193352.523000', '193352.526000', '193352.529000', '193352.531000', '193352.534000', '193352.537000', '193352.539000', '193352.542000', '193352.545000', '193352.547000', '193352.550000', '193352.553000', '193412.422000', '193412.424000', '193412.427000', '193412.430000', '193412.433000', '193412.435000', '193412.438000', '193412.440000', '193412.443000', '193412.446000', '193412.449000', '193412.451000', '193412.454000', '193412.457000', '193412.459000', '193412.462000', '193412.465000', '193412.467000', '193412.470000', '193412.472000', '193412.475000', '193412.478000', '193412.480000', '193412.483000', '193412.486000', '193412.489000', '193412.491000', '193412.494000', '193412.496000', '193412.499000', '193412.502000', '193412.504000', '193412.507000', '193412.510000', '193412.512000', '193412.515000', '193412.518000', '193412.520000', '193412.523000', '193412.526000', '193412.528000', '193412.531000', '193412.533000', '193432.421000', '193432.424000', '193432.427000', '193432.429000', '193432.432000', '193432.435000', '193432.437000', '193432.440000', '193432.442000', '193432.445000', '193432.448000', '193432.451000', '193432.453000', '193432.456000', '193432.459000', '193432.462000', '193432.464000', '193432.467000', '193432.470000', '193432.472000', '193432.475000', '193432.478000', '193432.480000', '193432.483000', '193432.486000', '193432.488000', '193432.491000', '193432.494000', '193432.496000', '193432.499000', '193432.502000', '193432.504000', '193432.507000', '193432.510000', '193432.512000', '193432.515000', '193432.518000', '193432.520000', '193432.523000', '193432.525000', '193432.528000', '193432.531000', '193432.533000', '193432.536000', '193452.421000', '193452.423000', '193452.426000', '193452.429000', '193452.432000', '193452.434000', '193452.437000', '193452.440000', '193452.442000', '193452.445000', '193452.448000', '193452.450000', '193452.453000', '193452.456000', '193452.458000', '193452.461000', '193452.463000', '193452.466000', '193452.469000', '193452.471000', '193452.474000', '193452.477000', '193452.479000', '193452.482000', '193452.485000', '193452.487000', '193452.490000', '193452.493000', '193452.495000', '193452.498000', '193452.500000', '193452.503000', '193452.506000', '193452.508000', '193452.511000', '193452.514000', '193452.516000', '193452.519000', '193452.521000', '193452.524000', '193452.527000', '193452.529000', '193452.532000', '193512.422000', '193512.424000', '193512.427000', '193512.430000', '193512.433000', '193512.435000', '193512.438000', '193512.441000', '193512.443000', '193512.446000', '193512.449000', '193512.451000', '193512.454000', '193512.456000', '193512.466000', '193512.469000', '193512.472000', '193512.475000', '193512.477000', '193512.480000', '193512.483000', '193512.485000', '193512.488000', '193512.490000', '193512.493000', '193512.496000', '193512.498000', '193512.501000', '193512.503000', '193512.506000', '193512.509000', '193512.511000', '193512.514000', '193512.516000', '193512.519000', '193512.522000', '193512.524000', '193512.527000', '193512.529000', '193512.532000', '193512.535000', '193512.537000', '193512.540000', '193532.422000', '193532.424000', '193532.430000', '193532.433000', '193532.436000', '193532.438000', '193532.441000', '193532.444000', '193532.446000', '193532.449000', '193532.452000', '193532.454000', '193532.457000', '193532.459000', '193532.462000', '193532.465000', '193532.467000', '193532.470000', '193532.473000', '193532.475000', '193532.478000', '193532.481000', '193532.483000', '193532.486000', '193532.489000', '193532.491000', '193532.494000', '193532.496000', '193532.499000', '193532.502000', '193532.504000', '193532.507000', '193532.509000', '193532.512000', '193532.515000', '193532.517000', '193532.520000', '193532.522000', '193532.525000', '193532.528000', '193532.531000', '193532.533000', '193532.536000', '193532.538000', '193552.421000', '193552.424000', '193552.427000', '193552.430000', '193552.432000', '193552.435000', '193552.438000', '193552.440000', '193552.443000', '193552.446000', '193552.449000', '193552.452000', '193552.454000', '193552.457000', '193552.460000', '193552.463000', '193552.465000', '193552.468000', '193552.470000', '193552.473000', '193552.476000', '193552.478000', '193552.481000', '193552.484000', '193552.486000', '193552.489000', '193552.491000', '193552.494000', '193552.497000', '193552.499000', '193552.502000', '193552.505000', '193552.508000', '193552.510000', '193552.513000', '193552.515000', '193552.518000', '193552.521000', '193552.523000', '193552.526000', '193552.529000', '193552.531000', '193552.534000', '193612.422000', '193612.425000', '193612.427000', '193612.430000', '193612.433000', '193612.435000', '193612.438000', '193612.440000', '193612.443000', '193612.446000', '193612.448000', '193612.451000', '193612.453000', '193612.456000', '193612.459000', '193612.461000', '193612.464000', '193612.467000', '193612.469000', '193612.472000', '193612.475000', '193612.477000', '193612.480000', '193612.483000', '193612.485000', '193612.488000', '193612.490000', '193612.493000', '193612.496000', '193612.498000', '193612.501000', '193612.504000', '193612.506000', '193612.509000', '193612.512000', '193612.514000', '193612.526000', '193612.529000', '193612.532000', '193612.534000', '193612.537000', '193612.540000', '193612.542000', '193612.545000', '193632.422000', '193632.424000', '193632.427000', '193632.430000', '193632.433000', '193632.435000', '193632.438000', '193632.441000', '193632.444000', '193632.447000', '193632.451000', '193632.453000', '193632.456000', '193632.459000', '193632.461000', '193632.464000', '193632.466000', '193632.469000', '193632.472000', '193632.474000', '193632.477000', '193632.480000', '193632.482000', '193632.485000', '193632.487000', '193632.490000', '193632.493000', '193632.495000', '193632.498000', '193632.500000', '193632.503000', '193632.506000', '193632.508000', '193632.511000', '193632.514000', '193632.516000', '193632.519000', '193632.522000', '193632.524000', '193632.527000', '193632.529000', '193632.532000', '193632.535000', '193651.282000', '193651.285000', '193651.288000', '193651.290000', '193651.293000', '193651.296000', '193651.298000', '193651.301000', '193651.304000', '193651.306000', '193651.309000', '193651.311000', '193651.314000', '193651.317000', '193651.319000', '193651.322000', '193651.325000', '193651.327000', '193651.330000', '193651.333000', '193651.336000', '193651.338000', '193651.345000', '193651.347000', '193651.350000', '193651.353000', '193651.355000', '193651.358000', '193651.361000', '193651.363000', '193651.366000', '193651.368000', '193651.371000', '193651.374000', '193651.376000', '193651.379000', '193651.382000', '193651.384000', '193651.387000', '193651.389000', '193651.392000', '193651.395000'], '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': [7682, 9313, 7711, 8886, 7717, 9286, 7680, 10169, 7596, 10028, 7803, 8790, 7810, 8159, 7764, 7454, 8236, 7240, 8076, 7128, 8561, 7404, 8980, 7446, 9586, 7715, 9198, 7658, 8377, 7623, 8426, 7837, 8380, 7702, 7786, 7462, 7876, 7668, 7565, 8063, 7267, 8483, 7318, 8590, 7157, 8422, 7288, 9183, 7043, 9142, 7374, 9706, 7604, 8694, 7986, 8441, 7184, 7627, 7177, 8058, 7580, 7480, 8442, 7552, 8877, 7601, 9294, 7176, 9261, 7850, 8067, 7298, 8262, 7194, 8716, 7324, 10348, 7790, 9072, 8067, 8986, 7567, 8043, 7628, 7382, 8051, 7452, 8223, 7135, 9234, 7401, 9404, 7718, 8661, 8246, 9287, 8267, 10748, 8198, 9740, 7898, 9960, 7755, 10402, 8073, 9702, 7968, 8919, 8086, 9138, 7828, 8906, 7170, 7375, 7134, 7829, 8285, 7526, 9045, 7804, 8012, 7677, 7924, 7407, 8130, 7480, 8391, 7734, 9889, 7784, 8929, 7867, 9047, 8476, 9557, 7916, 8751, 8334, 9555, 8609, 10083, 8591, 10602, 8444, 10356, 7058, 7303, 6963, 7751, 8844, 7659, 8368, 7672, 8258, 7579, 8169, 7613, 9674, 7365, 7309, 7514, 7758, 8674, 7966, 10365, 8784, 11992, 8495, 10558, 8892, 10592, 8535, 10217, 8387, 8593, 7445, 7439, 7973, 7898, 7288, 7856, 7201, 7966, 7562, 7633, 7761, 7566, 7969, 7538, 8091, 7598, 8577, 7961, 8629, 7839, 9054, 8210, 9212, 7372, 7451, 7138, 7567, 8568, 7607, 9896, 8037, 8283, 7797, 8193, 7633, 8982, 8193, 10036, 7609, 7572, 7204, 7479, 7771, 7896, 8075, 7586, 9890, 7872, 9168, 7992, 9559, 8416, 8672, 7633, 7731, 7166, 7809, 7330, 7999, 7550, 7981, 8930, 7886, 9644, 8498, 8751, 7472, 7721, 7717, 7874, 8374, 7636, 8810, 7517, 9838, 8489, 10772, 8451, 8470, 8163, 8583, 7445, 7717, 7397, 7601, 7856, 7712, 7887, 7344, 8559, 7769, 9034, 8147, 8573, 8707, 8841, 8253, 10658, 7566, 7841, 7469, 7603, 7771, 7323, 8582, 7460, 9565, 7531, 8468, 7930, 8440, 7535, 7732, 7306, 7800, 7572, 7430, 9488, 8075, 9243, 7668, 8634, 7711, 8661, 7549, 9806, 7801, 8671, 7808, 7822, 7501, 7784, 7391, 7778, 7883, 7452, 7685, 7277, 8460, 8266, 9181, 8451, 7950, 7903, 7632, 8417, 9352, 7652, 8924, 7294, 7617, 7206, 7339, 7691, 7601, 8220, 7654, 8115, 7708, 9025, 7630, 8895, 7825, 8263, 7655, 8249, 7787, 8776, 8072, 9998, 8247, 9457, 8496, 9813, 8575, 10175, 8911, 10165, 8744, 8896, 8523, 7745, 8360, 8440, 8116, 8426, 6947, 7683, 6913, 7560, 7099, 7694, 7798, 8120, 7785, 7936, 9528, 7965, 9564, 8014, 8138, 7850, 7892, 7846, 8155, 7784, 8473, 8256, 9896, 8342, 9155, 8524, 9398, 8679, 9497, 7476, 7819, 7027, 8012, 7723, 8336, 7988, 8021, 8647, 8001, 7848, 7813, 8360, 7819, 8797, 7799, 10005, 8351, 9702, 8317, 8393, 8722, 8405, 8125, 7908, 6964, 7834, 6949, 7891, 7526, 7976, 8990, 7580, 9062, 7954, 9494, 8152, 9983, 8700, 9794, 8694, 8927, 8569, 8130, 7068, 7796, 7264, 7890, 7435, 8123, 8049, 8121, 8985, 8552, 8020, 6777, 7734, 7895, 7876, 8159, 7701, 8093, 7683, 8711, 7984, 9827, 8513, 10642, 8394, 9622, 8470, 9154, 8469, 9033, 8141, 8265, 7068, 7859, 7378, 7829, 8954, 8001, 8732, 7946, 9712, 8723, 10192, 8038, 8583, 7995, 7724, 8586, 8173, 8422, 9908, 8609, 8313, 7862, 7661, 8692, 8264, 7412, 7786, 7076, 7783, 7236, 7730, 7186, 7894, 7810, 8133, 8163, 8002, 8050, 8077, 9394, 8216, 9783, 8174, 9857, 7936, 8924, 8197, 9412, 8260, 9895, 7903, 9335, 8301, 8357, 8621, 8089, 7137, 7849, 7625, 8003, 7922, 8087, 8969, 8780, 10077, 7730, 7961, 6934, 7844, 7737, 8920, 8197, 9391, 7632, 7913, 7308, 8036, 7498, 8059, 8869, 8256, 9433, 8326, 8761, 8691, 8709, 8505, 9065, 7645, 7769, 7554, 7958, 7978, 7898, 8736, 7896, 7690, 7874, 8062, 7584, 8957, 8292, 10182, 8590, 8317, 8318, 7993, 8494, 8395, 7378, 7963, 7116, 7854, 7625, 7905, 8664, 7573, 8875, 7702, 9115, 7706, 8844, 8218, 8620, 8134, 8122, 7193, 7722, 7454, 7910, 7662, 7842, 8039, 7676, 8059, 8125, 8841, 7838, 8755, 8549, 9762, 8855, 10048, 8716, 8636, 8425, 8444, 8624, 9234, 8614, 9333, 8594, 8647, 8692, 8088, 8678, 8252, 7139, 7913, 7287, 7969, 7386, 7791, 8508, 7860, 8734, 8130, 8690, 7787, 8594, 7937, 8857, 7937, 9415, 7972, 9039, 7726, 8698, 7957, 9169, 7568, 9501, 7480, 8676, 7740, 8057, 7626, 8668, 7407, 8757, 7744, 8419, 7715, 8300, 7711, 9382, 7832, 9610, 8004, 9125, 7946, 9379, 7955, 9466, 8021, 9594, 8088, 8601, 7927, 8993, 8398, 8985, 8541, 7963, 7587, 7418, 7684, 8101, 7489, 7855, 7522, 7824, 7764, 7744, 8241, 7371, 8279, 7857, 9094, 8003, 8325, 8319, 7722, 8073, 7889, 7092, 7622, 7883, 7524, 8273, 8003, 9648, 8265, 7969, 7208, 7578, 7436, 7746, 9925, 7782, 9413, 8114, 8883, 8340, 8194, 7393, 7592, 7436, 7551, 7802, 7574, 8608, 7832, 10018, 8334, 8186, 7383, 7616, 9075, 7435, 9100, 7765, 9019, 7868, 8895, 8456, 8777, 7507, 7756, 7776, 7762, 7888, 7938, 8039, 7852, 9004, 8082, 8944, 8176, 8647, 8104, 8264, 7445, 7303, 7474, 7330, 7589, 7265, 7623, 7396, 8047, 7203, 8253, 7324, 8413, 7196, 7571, 7240, 7974, 7108, 8149, 6928, 8459, 6762, 8494, 7432, 8808, 6864, 9224, 7156, 8586, 7357, 8985, 6992, 7777, 6935, 7842, 7067, 7508, 7586, 7457, 7756, 7308, 8157, 7359, 8215, 7065, 8604, 7707, 8289, 7065, 7709, 7478, 7981, 7756, 7232, 7959, 7118, 7727, 7114, 7708, 7713, 9075, 6963, 7899, 6906, 7725, 6926, 8321, 7348, 8354, 7383, 8404, 6746, 8476, 7271, 8810, 7174, 7684, 7136, 6898, 7556, 7073, 7850, 6933, 7973, 6793, 7917, 6824, 8104, 7005, 8342, 6893, 8457, 7268, 8571, 7424, 8970, 7205, 7672, 7359, 7093, 7446, 7821, 7886, 8858, 7537, 7105, 7500, 7585, 7324, 8089, 7469, 7961, 7892, 6846, 7986, 6855, 9042, 6960, 8307, 7131, 8172, 6848, 8383, 6875, 8772, 7417, 10315, 7571, 9186, 7338, 8359, 7198, 8920, 7630, 7816, 7215, 6806, 7535, 6844, 7785, 6680, 8459, 6816, 8618, 6995, 8288, 7202, 8428, 7587, 8916, 6788, 9424, 7294, 9215, 7293, 9473, 7352, 9596, 7093, 6901, 7183, 6678, 8348, 7182, 9103, 6595, 8774, 6876, 9082, 7096, 9353, 7525, 9777, 7346, 9142, 7230, 9388, 7219, 8811, 7115, 6588, 7279, 6565, 7780, 6662, 7947, 7175, 7852, 6930, 7734, 7150, 7535, 7856, 8509, 7381, 8321, 7048, 9780, 6930, 8133, 6915, 8097, 6959, 8161, 7515, 8202, 7137, 8375, 6988, 9237, 7204, 8540, 7318, 8738, 7560, 9975, 7403, 8886, 6988, 7183, 7079, 6903, 8944, 6776, 8352, 6987, 8386, 7255, 8458, 7809, 9588, 7301, 9280, 7542, 9497, 7348, 9657, 7358, 7550, 7072, 6770, 7777, 6777, 8229, 7458, 8923, 6797, 8521, 6912, 8933, 7156, 8661, 7355, 6939, 7883, 7067, 8216, 7251, 8481, 7576, 10062, 7127, 9035, 7002, 9099, 7318, 9032, 7833, 10475, 7752, 8215, 7779, 8975, 7770, 9399, 7513, 8678, 7017, 7127, 7531, 6861, 7846, 7307, 9148, 7093, 8760, 6659, 9121, 6817, 9095, 7355, 7208, 7301, 6738, 7878, 6951, 8159, 7634, 9293, 7045, 9220, 6886, 8677, 6843, 9056, 7389, 7486, 7659, 7090, 8044, 6996, 7988, 7993, 8177, 7369, 8127, 7863, 8591, 7188, 8912, 7108, 8803, 7426, 7729, 7115, 7153, 7840, 7415, 8894, 7349, 8631, 7380, 8243, 7474, 7545, 9217, 7662, 9481, 7474, 8575, 7394, 9013, 7484, 7479, 7773, 6593, 8198, 7637, 8867, 7666, 9144, 7420, 8798, 7129, 8727, 7390, 8165, 7363, 8031, 7973, 7177, 7691, 6938, 8497, 7727, 9015, 7328, 8848, 6828, 8900, 7041, 8806, 7104, 8785, 7186, 6570, 7742, 6656, 8207, 7557, 8992, 7180, 8964, 7068, 8535, 6854, 8739, 7300, 8557, 7058, 8811, 7034, 7598, 7552, 6895, 8724, 6731, 8756, 7089, 8890, 7174, 9473, 7547, 7924, 7258, 7580, 7560, 7851, 7855, 8554, 7911, 7826, 8136, 7059, 8372, 7604, 8757, 7689, 8832, 7321, 8317, 7473, 6956, 7807, 7122, 8974, 7385, 8906, 7224, 9268, 7747, 9141, 7656, 7061, 7950, 7082, 8411, 7398, 8732, 7763, 9396, 7254, 9021, 7417, 9085, 7569, 8738, 7441, 6926, 7447, 7273, 8086, 7696, 9666, 7551, 8880, 7749, 9162, 7662, 8483, 7428, 7041, 8394, 7514, 8665, 7064, 8887, 7005, 8677, 7438, 7532, 7569, 6775, 7574, 6613, 8128, 7125, 9098, 7271, 7994, 7327, 7596, 8221, 7612, 9274, 7432, 9015, 7501, 9058, 7431, 8530, 7941, 7397, 8608, 6988, 9050, 7388, 7810, 7649, 7398, 8745, 7245, 9385, 7112, 8960, 7320, 8771, 7319, 6892, 7447, 7488, 8662, 7321, 7752, 7684, 6929, 8010, 8060, 7977, 9132, 7794, 9841, 8173, 10136, 7825, 6795, 7932, 7657, 8957, 8327, 9345, 7724, 6779, 7707, 6846, 8756, 7637, 8880, 8092, 8856, 7365, 9264, 7243, 9358, 7510, 9293, 7555, 8402, 7728, 6799, 8139, 7170, 8462, 7239, 8661, 8081, 8693, 7042, 8482, 7218, 8647, 7253, 9106, 7768, 10947, 7726, 9471, 7841, 8682, 7598, 7658, 7701, 6794, 8266, 6846, 8508, 7664, 8761, 7717, 8908, 7442, 8969, 7073, 8626, 7403, 8967, 7602, 8488, 7483, 6552, 7571, 6770, 8618, 7922, 9075, 7608, 8793, 7429, 9082, 7857, 9098, 8038, 8819, 7395, 9187, 7598, 7804, 7931, 7787, 8087, 7121, 8205, 7703, 8476, 7459, 8573, 7564, 8604, 8236, 8767, 8289, 8674, 8232, 8804, 7942, 9055, 7422, 9392, 7580, 8307, 7728, 6721, 8628, 7391, 9072, 7487, 8749, 7964, 10749, 8185, 9632, 8048, 6645, 8151, 6862, 8307, 7667, 8923, 8183, 9061, 7405, 9537, 7883, 9154, 8045, 7869, 8143, 6842, 8133, 7772, 8834, 8330, 9721, 7936, 9475, 7917, 8239, 8229, 7501, 8288, 7412, 9071, 8089, 9331, 8187, 9113, 8039, 8945, 8112, 9281, 8070, 6837, 7886, 6362, 8153, 6886, 8828, 8573, 9042, 7783, 9085, 7529, 9009, 7580, 9393, 7895, 6800, 8012, 6493, 7889, 7626, 8658, 8363, 9446, 7516, 9344, 7563, 8273, 7936, 8622, 8146, 7370, 8558, 8088, 8980, 7792, 9015, 8297, 8758, 8171, 8203, 8607, 8211, 9412, 7530, 9425, 8031, 10631, 7987, 9890, 7621, 9043, 7860, 8539, 7955, 6679, 8432, 7804, 9017, 7411, 8660, 7575, 6345, 8173, 6466, 8133, 7195, 9266, 7833, 9609, 7304, 9359, 7894, 10391, 7945, 11766, 8010, 7987, 8066, 6412, 8688, 8532, 10457, 7766, 8971, 7648, 7996, 7785, 8392, 8125, 7289, 8632, 8151, 9117, 7291, 9280, 7798, 9385, 7945, 7139, 8088, 6597, 8823, 8754, 9586, 7589, 9721, 8000, 9406, 8080, 10760, 8043, 8160, 7999, 8574, 7938, 9453, 8174, 8878, 8113, 6858, 8475, 8193, 9162, 8215, 9576, 7570, 9083, 7605, 9073, 7398, 8983, 7963, 8950, 8031, 6874, 8388, 7034, 8853, 7758, 8869, 8680, 9458, 7804, 9528, 7758, 9191, 8089, 8930, 8267, 6890, 8715, 8073, 9129, 7254, 9867, 7721, 9533, 7839, 8242, 7816, 6411, 8709, 7695, 9466, 7537, 8983, 7812, 9164, 8546, 8358, 8363, 7890, 8851, 7511, 10134, 8395, 9667, 7645, 7189, 8046, 6901, 9497, 8064, 7788, 9003, 7533, 9410, 7844, 9601, 8225, 9898, 8338, 7944, 8453, 7841, 9566, 7155, 9448, 7696, 9329, 7936], 'WindowCenter': [3904.0, 3910.0, 3888.0, 3897.0, 3887.0, 3897.0, 3886.0, 3894.0, 3873.0, 3893.0, 3871.0, 3883.0, 3873.0, 3885.0, 3873.0, 3874.0, 3885.0, 3874.0, 3883.0, 3874.0, 3884.0, 3875.0, 3895.0, 3875.0, 3895.0, 3885.0, 3894.0, 3874.0, 3884.0, 3886.0, 3886.0, 3886.0, 3885.0, 3884.0, 3874.0, 3873.0, 3886.0, 3885.0, 3885.0, 3886.0, 3875.0, 3884.0, 3874.0, 3895.0, 3876.0, 3885.0, 3874.0, 3894.0, 3874.0, 3894.0, 3874.0, 3896.0, 3886.0, 3884.0, 3886.0, 3884.0, 3875.0, 3885.0, 3876.0, 3886.0, 3885.0, 3875.0, 3884.0, 3873.0, 3882.0, 3873.0, 3895.0, 3874.0, 3894.0, 3884.0, 3883.0, 3872.0, 3882.0, 3874.0, 3895.0, 3875.0, 3906.0, 3885.0, 3883.0, 3884.0, 3896.0, 3884.0, 3884.0, 3873.0, 3872.0, 3883.0, 3873.0, 3884.0, 3874.0, 3894.0, 3874.0, 3894.0, 3873.0, 3884.0, 3897.0, 3896.0, 3886.0, 3906.0, 3883.0, 3882.0, 3872.0, 3894.0, 3871.0, 3893.0, 3872.0, 3880.0, 3871.0, 3882.0, 3872.0, 3894.0, 3873.0, 3883.0, 3860.0, 3870.0, 3860.0, 3869.0, 3871.0, 3871.0, 3881.0, 3870.0, 3870.0, 3870.0, 3870.0, 3860.0, 3871.0, 3873.0, 3882.0, 3872.0, 3892.0, 3872.0, 3881.0, 3872.0, 3882.0, 3884.0, 3892.0, 3882.0, 3880.0, 3870.0, 3880.0, 3869.0, 3880.0, 3870.0, 3879.0, 3870.0, 3879.0, 3858.0, 3858.0, 3858.0, 3870.0, 3880.0, 3870.0, 3871.0, 3859.0, 3869.0, 3870.0, 3870.0, 3871.0, 3882.0, 3871.0, 3872.0, 3872.0, 3871.0, 3883.0, 3873.0, 3893.0, 3884.0, 3891.0, 3869.0, 3879.0, 3869.0, 3890.0, 3870.0, 3879.0, 3869.0, 3866.0, 3857.0, 3857.0, 3869.0, 3870.0, 3860.0, 3869.0, 3859.0, 3869.0, 3858.0, 3858.0, 3870.0, 3871.0, 3871.0, 3871.0, 3871.0, 3871.0, 3870.0, 3871.0, 3881.0, 3872.0, 3883.0, 3883.0, 3882.0, 3872.0, 3860.0, 3860.0, 3870.0, 3882.0, 3872.0, 3892.0, 3871.0, 3870.0, 3870.0, 3869.0, 3869.0, 3881.0, 3882.0, 3892.0, 3872.0, 3870.0, 3859.0, 3859.0, 3869.0, 3871.0, 3871.0, 3871.0, 3892.0, 3870.0, 3879.0, 3870.0, 3892.0, 3882.0, 3870.0, 3872.0, 3859.0, 3859.0, 3858.0, 3859.0, 3872.0, 3871.0, 3870.0, 3881.0, 3870.0, 3879.0, 3881.0, 3881.0, 3871.0, 3871.0, 3871.0, 3870.0, 3870.0, 3870.0, 3882.0, 3871.0, 3880.0, 3882.0, 3890.0, 3871.0, 3868.0, 3871.0, 3882.0, 3869.0, 3870.0, 3860.0, 3870.0, 3870.0, 3871.0, 3872.0, 3872.0, 3881.0, 3872.0, 3880.0, 3871.0, 3881.0, 3883.0, 3884.0, 3883.0, 3892.0, 3871.0, 3869.0, 3859.0, 3859.0, 3872.0, 3871.0, 3881.0, 3860.0, 3880.0, 3871.0, 3870.0, 3872.0, 3882.0, 3872.0, 3871.0, 3871.0, 3870.0, 3871.0, 3872.0, 3893.0, 3871.0, 3881.0, 3859.0, 3869.0, 3870.0, 3881.0, 3859.0, 3880.0, 3859.0, 3869.0, 3859.0, 3870.0, 3872.0, 3871.0, 3871.0, 3870.0, 3869.0, 3860.0, 3873.0, 3887.0, 3883.0, 3883.0, 3894.0, 3883.0, 3871.0, 3871.0, 3871.0, 3883.0, 3882.0, 3870.0, 3881.0, 3860.0, 3859.0, 3859.0, 3871.0, 3870.0, 3871.0, 3870.0, 3871.0, 3871.0, 3872.0, 3882.0, 3871.0, 3882.0, 3860.0, 3869.0, 3859.0, 3869.0, 3871.0, 3870.0, 3870.0, 3879.0, 3869.0, 3878.0, 3868.0, 3878.0, 3870.0, 3879.0, 3869.0, 3879.0, 3868.0, 3867.0, 3867.0, 3857.0, 3868.0, 3869.0, 3858.0, 3868.0, 3848.0, 3857.0, 3858.0, 3871.0, 3861.0, 3870.0, 3872.0, 3870.0, 3859.0, 3869.0, 3880.0, 3868.0, 3881.0, 3868.0, 3871.0, 3858.0, 3858.0, 3858.0, 3869.0, 3870.0, 3869.0, 3870.0, 3880.0, 3870.0, 3879.0, 3881.0, 3881.0, 3881.0, 3879.0, 3859.0, 3859.0, 3859.0, 3867.0, 3858.0, 3870.0, 3870.0, 3868.0, 3869.0, 3868.0, 3856.0, 3857.0, 3868.0, 3858.0, 3868.0, 3869.0, 3878.0, 3869.0, 3878.0, 3868.0, 3867.0, 3869.0, 3867.0, 3869.0, 3868.0, 3859.0, 3859.0, 3858.0, 3868.0, 3868.0, 3869.0, 3879.0, 3858.0, 3879.0, 3869.0, 3879.0, 3870.0, 3879.0, 3869.0, 3878.0, 3868.0, 3879.0, 3868.0, 3870.0, 3856.0, 3857.0, 3856.0, 3868.0, 3857.0, 3870.0, 3871.0, 3882.0, 3869.0, 3869.0, 3870.0, 3859.0, 3868.0, 3870.0, 3871.0, 3869.0, 3870.0, 3870.0, 3871.0, 3880.0, 3871.0, 3891.0, 3881.0, 3890.0, 3868.0, 3878.0, 3869.0, 3880.0, 3870.0, 3881.0, 3869.0, 3868.0, 3858.0, 3868.0, 3859.0, 3869.0, 3878.0, 3869.0, 3868.0, 3871.0, 3883.0, 3883.0, 3891.0, 3871.0, 3869.0, 3859.0, 3858.0, 3870.0, 3870.0, 3868.0, 3879.0, 3869.0, 3868.0, 3858.0, 3858.0, 3878.0, 3869.0, 3859.0, 3859.0, 3847.0, 3857.0, 3847.0, 3857.0, 3859.0, 3869.0, 3859.0, 3857.0, 3866.0, 3859.0, 3857.0, 3859.0, 3879.0, 3871.0, 3880.0, 3869.0, 3879.0, 3858.0, 3868.0, 3870.0, 3879.0, 3868.0, 3879.0, 3858.0, 3867.0, 3867.0, 3869.0, 3880.0, 3859.0, 3858.0, 3859.0, 3859.0, 3870.0, 3870.0, 3872.0, 3882.0, 3882.0, 3893.0, 3860.0, 3858.0, 3859.0, 3859.0, 3859.0, 3868.0, 3870.0, 3869.0, 3858.0, 3857.0, 3847.0, 3856.0, 3858.0, 3869.0, 3869.0, 3868.0, 3867.0, 3869.0, 3867.0, 3869.0, 3882.0, 3869.0, 3868.0, 3858.0, 3857.0, 3857.0, 3857.0, 3857.0, 3857.0, 3869.0, 3857.0, 3858.0, 3857.0, 3858.0, 3858.0, 3869.0, 3867.0, 3877.0, 3869.0, 3856.0, 3868.0, 3857.0, 3868.0, 3870.0, 3860.0, 3858.0, 3847.0, 3858.0, 3858.0, 3858.0, 3870.0, 3860.0, 3870.0, 3858.0, 3869.0, 3859.0, 3869.0, 3871.0, 3882.0, 3871.0, 3870.0, 3861.0, 3859.0, 3859.0, 3859.0, 3859.0, 3870.0, 3872.0, 3860.0, 3872.0, 3870.0, 3870.0, 3857.0, 3868.0, 3871.0, 3893.0, 3880.0, 3879.0, 3870.0, 3868.0, 3869.0, 3869.0, 3871.0, 3880.0, 3871.0, 3869.0, 3868.0, 3868.0, 3869.0, 3857.0, 3870.0, 3869.0, 3859.0, 3870.0, 3859.0, 3870.0, 3859.0, 3872.0, 3884.0, 3872.0, 3882.0, 3870.0, 3870.0, 3858.0, 3870.0, 3870.0, 3882.0, 3870.0, 3881.0, 3869.0, 3867.0, 3859.0, 3867.0, 3871.0, 3881.0, 3860.0, 3880.0, 3860.0, 3868.0, 3859.0, 3870.0, 3871.0, 3871.0, 3862.0, 3883.0, 3871.0, 3870.0, 3860.0, 3883.0, 3872.0, 3881.0, 3871.0, 3880.0, 3859.0, 3869.0, 3859.0, 3870.0, 3857.0, 3869.0, 3858.0, 3867.0, 3856.0, 3855.0, 3856.0, 3868.0, 3869.0, 3868.0, 3869.0, 3858.0, 3858.0, 3847.0, 3858.0, 3858.0, 3860.0, 3859.0, 3858.0, 3858.0, 3858.0, 3858.0, 3869.0, 3858.0, 3872.0, 3871.0, 3870.0, 3871.0, 3869.0, 3871.0, 3870.0, 3885.0, 3872.0, 3860.0, 3860.0, 3870.0, 3860.0, 3871.0, 3871.0, 3882.0, 3872.0, 3860.0, 3860.0, 3873.0, 3861.0, 3872.0, 3881.0, 3861.0, 3870.0, 3871.0, 3871.0, 3883.0, 3871.0, 3860.0, 3859.0, 3859.0, 3859.0, 3859.0, 3859.0, 3881.0, 3871.0, 3880.0, 3871.0, 3868.0, 3858.0, 3871.0, 3880.0, 3860.0, 3871.0, 3859.0, 3869.0, 3857.0, 3870.0, 3872.0, 3870.0, 3860.0, 3859.0, 3857.0, 3857.0, 3857.0, 3857.0, 3858.0, 3870.0, 3868.0, 3858.0, 3868.0, 3869.0, 3870.0, 3872.0, 3871.0, 3871.0, 3859.0, 3858.0, 3847.0, 3860.0, 3861.0, 3859.0, 3859.0, 3870.0, 3858.0, 3868.0, 3847.0, 3858.0, 3847.0, 3859.0, 3857.0, 3859.0, 3848.0, 3858.0, 3859.0, 3872.0, 3863.0, 3882.0, 3873.0, 3883.0, 3860.0, 3882.0, 3860.0, 3881.0, 3860.0, 3869.0, 3848.0, 3857.0, 3847.0, 3858.0, 3848.0, 3860.0, 3870.0, 3860.0, 3859.0, 3859.0, 3858.0, 3859.0, 3869.0, 3860.0, 3870.0, 3872.0, 3871.0, 3860.0, 3872.0, 3873.0, 3883.0, 3873.0, 3873.0, 3874.0, 3861.0, 3871.0, 3862.0, 3873.0, 3872.0, 3883.0, 3860.0, 3869.0, 3859.0, 3859.0, 3860.0, 3870.0, 3860.0, 3870.0, 3859.0, 3871.0, 3861.0, 3870.0, 3860.0, 3881.0, 3863.0, 3872.0, 3861.0, 3860.0, 3872.0, 3860.0, 3871.0, 3860.0, 3869.0, 3860.0, 3869.0, 3860.0, 3871.0, 3861.0, 3871.0, 3861.0, 3871.0, 3873.0, 3882.0, 3873.0, 3884.0, 3872.0, 3872.0, 3872.0, 3861.0, 3873.0, 3873.0, 3871.0, 3882.0, 3871.0, 3859.0, 3859.0, 3858.0, 3860.0, 3859.0, 3859.0, 3859.0, 3859.0, 3846.0, 3858.0, 3848.0, 3869.0, 3859.0, 3869.0, 3848.0, 3867.0, 3848.0, 3869.0, 3860.0, 3869.0, 3859.0, 3880.0, 3859.0, 3868.0, 3858.0, 3868.0, 3859.0, 3869.0, 3859.0, 3859.0, 3858.0, 3848.0, 3857.0, 3860.0, 3870.0, 3848.0, 3871.0, 3860.0, 3881.0, 3860.0, 3870.0, 3861.0, 3871.0, 3870.0, 3882.0, 3860.0, 3881.0, 3860.0, 3879.0, 3861.0, 3880.0, 3860.0, 3880.0, 3858.0, 3848.0, 3860.0, 3849.0, 3870.0, 3861.0, 3868.0, 3860.0, 3869.0, 3849.0, 3868.0, 3859.0, 3868.0, 3860.0, 3879.0, 3857.0, 3866.0, 3858.0, 3867.0, 3859.0, 3868.0, 3859.0, 3846.0, 3857.0, 3845.0, 3859.0, 3847.0, 3871.0, 3860.0, 3859.0, 3859.0, 3859.0, 3859.0, 3859.0, 3870.0, 3870.0, 3859.0, 3869.0, 3860.0, 3880.0, 3859.0, 3870.0, 3858.0, 3870.0, 3860.0, 3869.0, 3887.0, 3883.0, 3861.0, 3869.0, 3861.0, 3881.0, 3860.0, 3869.0, 3861.0, 3882.0, 3871.0, 3882.0, 3861.0, 3882.0, 3859.0, 3860.0, 3860.0, 3859.0, 3881.0, 3860.0, 3870.0, 3858.0, 3868.0, 3859.0, 3869.0, 3859.0, 3881.0, 3858.0, 3867.0, 3858.0, 3879.0, 3859.0, 3879.0, 3860.0, 3859.0, 3847.0, 3846.0, 3857.0, 3849.0, 3870.0, 3858.0, 3869.0, 3848.0, 3868.0, 3860.0, 3879.0, 3861.0, 3870.0, 3871.0, 3860.0, 3870.0, 3859.0, 3870.0, 3872.0, 3870.0, 3859.0, 3880.0, 3847.0, 3867.0, 3846.0, 3867.0, 3847.0, 3868.0, 3857.0, 3877.0, 3856.0, 3855.0, 3856.0, 3866.0, 3857.0, 3867.0, 3857.0, 3856.0, 3846.0, 3846.0, 3856.0, 3847.0, 3857.0, 3857.0, 3879.0, 3847.0, 3870.0, 3876.0, 3880.0, 3848.0, 3867.0, 3859.0, 3858.0, 3856.0, 3847.0, 3868.0, 3859.0, 3869.0, 3858.0, 3879.0, 3847.0, 3866.0, 3846.0, 3867.0, 3847.0, 3867.0, 3858.0, 3857.0, 3857.0, 3846.0, 3856.0, 3844.0, 3857.0, 3856.0, 3856.0, 3845.0, 3855.0, 3856.0, 3866.0, 3858.0, 3868.0, 3860.0, 3868.0, 3858.0, 3870.0, 3861.0, 3860.0, 3869.0, 3860.0, 3868.0, 3859.0, 3868.0, 3858.0, 3868.0, 3857.0, 3858.0, 3868.0, 3856.0, 3866.0, 3857.0, 3867.0, 3857.0, 3868.0, 3847.0, 3845.0, 3854.0, 3845.0, 3855.0, 3858.0, 3867.0, 3858.0, 3867.0, 3860.0, 3867.0, 3847.0, 3867.0, 3858.0, 3869.0, 3859.0, 3869.0, 3871.0, 3847.0, 3857.0, 3858.0, 3868.0, 3858.0, 3869.0, 3857.0, 3868.0, 3847.0, 3868.0, 3859.0, 3879.0, 3860.0, 3867.0, 3847.0, 3847.0, 3858.0, 3847.0, 3869.0, 3859.0, 3879.0, 3859.0, 3868.0, 3846.0, 3868.0, 3859.0, 3867.0, 3859.0, 3870.0, 3861.0, 3869.0, 3860.0, 3871.0, 3871.0, 3860.0, 3871.0, 3848.0, 3871.0, 3848.0, 3869.0, 3860.0, 3880.0, 3860.0, 3860.0, 3860.0, 3859.0, 3859.0, 3858.0, 3858.0, 3868.0, 3857.0, 3847.0, 3856.0, 3846.0, 3856.0, 3856.0, 3869.0, 3860.0, 3868.0, 3859.0, 3858.0, 3858.0, 3859.0, 3859.0, 3860.0, 3869.0, 3849.0, 3870.0, 3848.0, 3870.0, 3859.0, 3868.0, 3859.0, 3848.0, 3857.0, 3847.0, 3858.0, 3862.0, 3867.0, 3859.0, 3870.0, 3858.0, 3856.0, 3848.0, 3870.0, 3858.0, 3857.0, 3847.0, 3846.0, 3846.0, 3845.0, 3858.0, 3859.0, 3868.0, 3859.0, 3868.0, 3857.0, 3866.0, 3858.0, 3868.0, 3848.0, 3848.0, 3858.0, 3846.0, 3858.0, 3846.0, 3869.0, 3849.0, 3869.0, 3860.0, 3858.0, 3857.0, 3847.0, 3859.0, 3860.0, 3871.0, 3861.0, 3869.0, 3859.0, 3858.0, 3861.0, 3860.0, 3870.0, 3861.0, 3869.0, 3860.0, 3869.0, 3857.0, 3870.0, 3860.0, 3870.0, 3860.0, 3858.0, 3869.0, 3849.0, 3868.0, 3860.0, 3859.0, 3858.0, 3859.0, 3869.0, 3860.0, 3869.0, 3849.0, 3871.0, 3872.0, 3870.0, 3860.0, 3849.0, 3858.0, 3859.0, 3871.0, 3860.0, 3872.0, 3858.0, 3848.0, 3858.0, 3858.0, 3861.0, 3882.0, 3862.0, 3881.0, 3870.0, 3879.0, 3858.0, 3835.0, 3856.0, 3857.0, 3869.0, 3869.0, 3868.0, 3859.0, 3846.0, 3857.0, 3847.0, 3868.0, 3860.0, 3880.0, 3859.0, 3869.0, 3859.0, 3867.0, 3848.0, 3868.0, 3860.0, 3880.0, 3860.0, 3869.0, 3858.0, 3847.0, 3858.0, 3847.0, 3869.0, 3859.0, 3868.0, 3858.0, 3857.0, 3846.0, 3857.0, 3846.0, 3869.0, 3858.0, 3868.0, 3859.0, 3877.0, 3845.0, 3866.0, 3857.0, 3868.0, 3856.0, 3858.0, 3858.0, 3847.0, 3857.0, 3846.0, 3867.0, 3859.0, 3869.0, 3858.0, 3869.0, 3859.0, 3868.0, 3848.0, 3868.0, 3860.0, 3869.0, 3859.0, 3865.0, 3846.0, 3836.0, 3858.0, 3861.0, 3870.0, 3872.0, 3882.0, 3859.0, 3869.0, 3858.0, 3869.0, 3870.0, 3869.0, 3858.0, 3856.0, 3846.0, 3867.0, 3858.0, 3860.0, 3871.0, 3858.0, 3871.0, 3860.0, 3868.0, 3858.0, 3857.0, 3858.0, 3869.0, 3858.0, 3869.0, 3856.0, 3867.0, 3857.0, 3867.0, 3869.0, 3867.0, 3858.0, 3868.0, 3858.0, 3880.0, 3873.0, 3871.0, 3871.0, 3860.0, 3883.0, 3860.0, 3881.0, 3861.0, 3870.0, 3872.0, 3891.0, 3871.0, 3880.0, 3858.0, 3848.0, 3870.0, 3848.0, 3869.0, 3858.0, 3870.0, 3869.0, 3869.0, 3858.0, 3867.0, 3860.0, 3867.0, 3858.0, 3857.0, 3858.0, 3845.0, 3857.0, 3857.0, 3868.0, 3870.0, 3879.0, 3859.0, 3868.0, 3858.0, 3857.0, 3857.0, 3858.0, 3869.0, 3858.0, 3869.0, 3858.0, 3866.0, 3857.0, 3867.0, 3856.0, 3867.0, 3857.0, 3867.0, 3858.0, 3847.0, 3857.0, 3836.0, 3856.0, 3858.0, 3869.0, 3869.0, 3870.0, 3858.0, 3868.0, 3858.0, 3869.0, 3860.0, 3869.0, 3869.0, 3848.0, 3858.0, 3837.0, 3858.0, 3859.0, 3869.0, 3870.0, 3881.0, 3859.0, 3880.0, 3860.0, 3871.0, 3872.0, 3871.0, 3871.0, 3860.0, 3870.0, 3869.0, 3870.0, 3860.0, 3880.0, 3870.0, 3871.0, 3869.0, 3870.0, 3868.0, 3869.0, 3869.0, 3860.0, 3881.0, 3871.0, 3891.0, 3858.0, 3877.0, 3857.0, 3868.0, 3858.0, 3868.0, 3858.0, 3848.0, 3869.0, 3871.0, 3882.0, 3873.0, 3884.0, 3872.0, 3862.0, 3883.0, 3850.0, 3870.0, 3861.0, 3882.0, 3873.0, 3882.0, 3861.0, 3881.0, 3872.0, 3895.0, 3871.0, 3891.0, 3870.0, 3858.0, 3857.0, 3836.0, 3868.0, 3881.0, 3891.0, 3860.0, 3869.0, 3859.0, 3858.0, 3860.0, 3869.0, 3870.0, 3860.0, 3869.0, 3859.0, 3869.0, 3860.0, 3880.0, 3872.0, 3881.0, 3870.0, 3849.0, 3859.0, 3849.0, 3870.0, 3870.0, 3894.0, 3870.0, 3880.0, 3871.0, 3870.0, 3859.0, 3890.0, 3859.0, 3857.0, 3857.0, 3868.0, 3858.0, 3879.0, 3868.0, 3866.0, 3857.0, 3845.0, 3857.0, 3857.0, 3868.0, 3870.0, 3880.0, 3871.0, 3869.0, 3860.0, 3869.0, 3859.0, 3869.0, 3872.0, 3870.0, 3870.0, 3848.0, 3868.0, 3848.0, 3868.0, 3859.0, 3870.0, 3868.0, 3879.0, 3857.0, 3866.0, 3858.0, 3868.0, 3859.0, 3869.0, 3857.0, 3847.0, 3867.0, 3857.0, 3867.0, 3858.0, 3879.0, 3860.0, 3880.0, 3871.0, 3870.0, 3860.0, 3849.0, 3871.0, 3872.0, 3882.0, 3871.0, 3881.0, 3873.0, 3881.0, 3871.0, 3870.0, 3858.0, 3858.0, 3868.0, 3858.0, 3880.0, 3859.0, 3879.0, 3858.0, 3848.0, 3856.0, 3847.0, 3881.0, 3871.0, 3871.0, 3871.0, 3860.0, 3869.0, 3859.0, 3869.0, 3871.0, 3868.0, 3859.0, 3857.0, 3857.0, 3857.0, 3867.0, 3847.0, 3869.0, 3858.0, 3868.0, 3857.0], 'WindowWidth': [8758.0, 8757.0, 8724.0, 8732.0, 8719.0, 8734.0, 8716.0, 8726.0, 8693.0, 8718.0, 8690.0, 8705.0, 8695.0, 8714.0, 8696.0, 8698.0, 8713.0, 8696.0, 8708.0, 8696.0, 8711.0, 8701.0, 8728.0, 8701.0, 8727.0, 8712.0, 8723.0, 8696.0, 8712.0, 8717.0, 8716.0, 8717.0, 8714.0, 8711.0, 8696.0, 8697.0, 8718.0, 8715.0, 8715.0, 8716.0, 8699.0, 8711.0, 8698.0, 8728.0, 8705.0, 8715.0, 8699.0, 8725.0, 8696.0, 8722.0, 8697.0, 8730.0, 8718.0, 8712.0, 8717.0, 8711.0, 8700.0, 8712.0, 8705.0, 8718.0, 8715.0, 8701.0, 8712.0, 8695.0, 8707.0, 8694.0, 8727.0, 8699.0, 8725.0, 8709.0, 8707.0, 8692.0, 8705.0, 8699.0, 8729.0, 8701.0, 8744.0, 8712.0, 8709.0, 8710.0, 8730.0, 8712.0, 8711.0, 8696.0, 8692.0, 8707.0, 8693.0, 8711.0, 8697.0, 8724.0, 8698.0, 8723.0, 8695.0, 8712.0, 8733.0, 8731.0, 8717.0, 8742.0, 8708.0, 8704.0, 8691.0, 8723.0, 8691.0, 8721.0, 8693.0, 8700.0, 8687.0, 8704.0, 8693.0, 8726.0, 8694.0, 8707.0, 8673.0, 8686.0, 8672.0, 8682.0, 8687.0, 8689.0, 8701.0, 8685.0, 8685.0, 8685.0, 8684.0, 8671.0, 8689.0, 8696.0, 8707.0, 8693.0, 8719.0, 8691.0, 8701.0, 8691.0, 8706.0, 8710.0, 8719.0, 8706.0, 8700.0, 8686.0, 8697.0, 8683.0, 8699.0, 8684.0, 8697.0, 8684.0, 8695.0, 8664.0, 8665.0, 8665.0, 8685.0, 8699.0, 8685.0, 8689.0, 8669.0, 8683.0, 8684.0, 8684.0, 8690.0, 8703.0, 8689.0, 8691.0, 8692.0, 8689.0, 8709.0, 8695.0, 8721.0, 8710.0, 8713.0, 8681.0, 8693.0, 8681.0, 8712.0, 8683.0, 8694.0, 8680.0, 8673.0, 8662.0, 8661.0, 8680.0, 8687.0, 8673.0, 8682.0, 8669.0, 8679.0, 8667.0, 8665.0, 8684.0, 8687.0, 8689.0, 8689.0, 8689.0, 8689.0, 8686.0, 8688.0, 8700.0, 8692.0, 8707.0, 8707.0, 8705.0, 8690.0, 8672.0, 8672.0, 8685.0, 8703.0, 8691.0, 8716.0, 8687.0, 8686.0, 8683.0, 8682.0, 8681.0, 8701.0, 8706.0, 8716.0, 8691.0, 8685.0, 8669.0, 8668.0, 8683.0, 8689.0, 8691.0, 8687.0, 8718.0, 8685.0, 8696.0, 8684.0, 8718.0, 8705.0, 8686.0, 8691.0, 8669.0, 8669.0, 8666.0, 8669.0, 8691.0, 8687.0, 8684.0, 8701.0, 8684.0, 8695.0, 8700.0, 8702.0, 8688.0, 8689.0, 8688.0, 8685.0, 8684.0, 8685.0, 8705.0, 8690.0, 8699.0, 8705.0, 8712.0, 8686.0, 8679.0, 8687.0, 8704.0, 8685.0, 8686.0, 8671.0, 8684.0, 8684.0, 8688.0, 8691.0, 8691.0, 8703.0, 8691.0, 8699.0, 8689.0, 8701.0, 8707.0, 8711.0, 8708.0, 8716.0, 8686.0, 8681.0, 8667.0, 8668.0, 8689.0, 8688.0, 8702.0, 8673.0, 8699.0, 8687.0, 8687.0, 8690.0, 8705.0, 8690.0, 8688.0, 8687.0, 8686.0, 8689.0, 8691.0, 8720.0, 8688.0, 8700.0, 8667.0, 8680.0, 8686.0, 8701.0, 8670.0, 8698.0, 8669.0, 8681.0, 8668.0, 8684.0, 8690.0, 8687.0, 8688.0, 8685.0, 8684.0, 8671.0, 8695.0, 8722.0, 8709.0, 8709.0, 8722.0, 8706.0, 8686.0, 8687.0, 8687.0, 8707.0, 8703.0, 8686.0, 8698.0, 8673.0, 8667.0, 8669.0, 8690.0, 8687.0, 8688.0, 8686.0, 8689.0, 8689.0, 8691.0, 8705.0, 8689.0, 8703.0, 8669.0, 8682.0, 8667.0, 8681.0, 8687.0, 8686.0, 8683.0, 8695.0, 8680.0, 8692.0, 8678.0, 8693.0, 8684.0, 8695.0, 8682.0, 8693.0, 8677.0, 8673.0, 8676.0, 8662.0, 8680.0, 8682.0, 8666.0, 8679.0, 8651.0, 8663.0, 8667.0, 8687.0, 8676.0, 8686.0, 8692.0, 8684.0, 8670.0, 8682.0, 8699.0, 8680.0, 8699.0, 8680.0, 8688.0, 8666.0, 8666.0, 8665.0, 8683.0, 8685.0, 8683.0, 8685.0, 8697.0, 8684.0, 8695.0, 8699.0, 8702.0, 8701.0, 8697.0, 8670.0, 8668.0, 8668.0, 8677.0, 8667.0, 8686.0, 8686.0, 8681.0, 8685.0, 8679.0, 8661.0, 8663.0, 8679.0, 8665.0, 8682.0, 8684.0, 8693.0, 8683.0, 8693.0, 8680.0, 8678.0, 8681.0, 8679.0, 8682.0, 8681.0, 8669.0, 8666.0, 8666.0, 8682.0, 8681.0, 8684.0, 8697.0, 8668.0, 8695.0, 8681.0, 8697.0, 8684.0, 8695.0, 8682.0, 8693.0, 8680.0, 8697.0, 8681.0, 8683.0, 8663.0, 8662.0, 8661.0, 8677.0, 8665.0, 8685.0, 8689.0, 8704.0, 8682.0, 8682.0, 8686.0, 8670.0, 8681.0, 8686.0, 8688.0, 8685.0, 8687.0, 8685.0, 8688.0, 8701.0, 8689.0, 8717.0, 8703.0, 8711.0, 8681.0, 8694.0, 8683.0, 8699.0, 8686.0, 8701.0, 8682.0, 8679.0, 8667.0, 8679.0, 8669.0, 8683.0, 8695.0, 8683.0, 8681.0, 8687.0, 8706.0, 8706.0, 8714.0, 8687.0, 8679.0, 8666.0, 8662.0, 8682.0, 8685.0, 8680.0, 8695.0, 8681.0, 8677.0, 8664.0, 8663.0, 8694.0, 8682.0, 8667.0, 8665.0, 8647.0, 8659.0, 8646.0, 8661.0, 8668.0, 8680.0, 8668.0, 8664.0, 8673.0, 8666.0, 8662.0, 8666.0, 8695.0, 8685.0, 8697.0, 8680.0, 8691.0, 8663.0, 8675.0, 8682.0, 8694.0, 8677.0, 8691.0, 8663.0, 8673.0, 8675.0, 8680.0, 8699.0, 8667.0, 8667.0, 8667.0, 8667.0, 8682.0, 8683.0, 8690.0, 8702.0, 8703.0, 8717.0, 8671.0, 8665.0, 8667.0, 8666.0, 8669.0, 8681.0, 8681.0, 8679.0, 8662.0, 8658.0, 8646.0, 8659.0, 8664.0, 8679.0, 8681.0, 8677.0, 8676.0, 8677.0, 8674.0, 8679.0, 8701.0, 8682.0, 8677.0, 8664.0, 8660.0, 8660.0, 8658.0, 8660.0, 8661.0, 8678.0, 8661.0, 8662.0, 8661.0, 8662.0, 8665.0, 8679.0, 8676.0, 8688.0, 8677.0, 8659.0, 8676.0, 8661.0, 8678.0, 8683.0, 8669.0, 8664.0, 8647.0, 8664.0, 8664.0, 8664.0, 8685.0, 8670.0, 8683.0, 8666.0, 8680.0, 8667.0, 8681.0, 8685.0, 8705.0, 8687.0, 8683.0, 8672.0, 8667.0, 8667.0, 8664.0, 8666.0, 8681.0, 8687.0, 8670.0, 8688.0, 8682.0, 8681.0, 8662.0, 8678.0, 8687.0, 8717.0, 8697.0, 8695.0, 8681.0, 8677.0, 8679.0, 8679.0, 8686.0, 8697.0, 8685.0, 8680.0, 8677.0, 8676.0, 8679.0, 8660.0, 8682.0, 8680.0, 8668.0, 8682.0, 8666.0, 8682.0, 8668.0, 8692.0, 8708.0, 8690.0, 8704.0, 8683.0, 8682.0, 8666.0, 8681.0, 8685.0, 8703.0, 8683.0, 8699.0, 8681.0, 8676.0, 8665.0, 8676.0, 8688.0, 8700.0, 8671.0, 8695.0, 8668.0, 8678.0, 8668.0, 8682.0, 8687.0, 8688.0, 8675.0, 8704.0, 8686.0, 8683.0, 8670.0, 8705.0, 8691.0, 8700.0, 8687.0, 8697.0, 8666.0, 8679.0, 8665.0, 8682.0, 8664.0, 8678.0, 8662.0, 8672.0, 8656.0, 8654.0, 8657.0, 8675.0, 8680.0, 8678.0, 8680.0, 8664.0, 8661.0, 8646.0, 8662.0, 8662.0, 8668.0, 8667.0, 8664.0, 8663.0, 8664.0, 8664.0, 8678.0, 8667.0, 8689.0, 8686.0, 8684.0, 8686.0, 8680.0, 8685.0, 8686.0, 8713.0, 8689.0, 8671.0, 8670.0, 8681.0, 8669.0, 8686.0, 8685.0, 8703.0, 8690.0, 8669.0, 8668.0, 8692.0, 8674.0, 8688.0, 8701.0, 8671.0, 8682.0, 8684.0, 8685.0, 8706.0, 8688.0, 8671.0, 8666.0, 8666.0, 8666.0, 8666.0, 8666.0, 8701.0, 8686.0, 8698.0, 8686.0, 8678.0, 8664.0, 8686.0, 8698.0, 8669.0, 8685.0, 8667.0, 8678.0, 8662.0, 8682.0, 8688.0, 8683.0, 8668.0, 8665.0, 8660.0, 8659.0, 8660.0, 8659.0, 8662.0, 8684.0, 8678.0, 8663.0, 8675.0, 8678.0, 8684.0, 8688.0, 8686.0, 8689.0, 8666.0, 8664.0, 8648.0, 8671.0, 8674.0, 8668.0, 8665.0, 8684.0, 8665.0, 8676.0, 8646.0, 8662.0, 8648.0, 8666.0, 8661.0, 8667.0, 8651.0, 8664.0, 8668.0, 8690.0, 8683.0, 8704.0, 8696.0, 8707.0, 8673.0, 8703.0, 8672.0, 8702.0, 8672.0, 8681.0, 8651.0, 8663.0, 8649.0, 8663.0, 8651.0, 8671.0, 8684.0, 8669.0, 8668.0, 8668.0, 8664.0, 8667.0, 8680.0, 8670.0, 8685.0, 8690.0, 8687.0, 8672.0, 8689.0, 8693.0, 8708.0, 8693.0, 8694.0, 8695.0, 8675.0, 8688.0, 8677.0, 8693.0, 8690.0, 8706.0, 8672.0, 8682.0, 8669.0, 8669.0, 8671.0, 8684.0, 8670.0, 8685.0, 8668.0, 8688.0, 8673.0, 8684.0, 8673.0, 8702.0, 8680.0, 8689.0, 8673.0, 8672.0, 8690.0, 8673.0, 8688.0, 8672.0, 8683.0, 8670.0, 8684.0, 8672.0, 8686.0, 8674.0, 8688.0, 8674.0, 8687.0, 8694.0, 8705.0, 8695.0, 8709.0, 8690.0, 8690.0, 8691.0, 8674.0, 8695.0, 8693.0, 8689.0, 8703.0, 8687.0, 8669.0, 8669.0, 8665.0, 8671.0, 8667.0, 8668.0, 8668.0, 8667.0, 8648.0, 8665.0, 8652.0, 8680.0, 8668.0, 8681.0, 8652.0, 8676.0, 8652.0, 8682.0, 8672.0, 8683.0, 8670.0, 8698.0, 8668.0, 8679.0, 8665.0, 8678.0, 8669.0, 8682.0, 8669.0, 8667.0, 8664.0, 8651.0, 8665.0, 8671.0, 8685.0, 8654.0, 8688.0, 8672.0, 8700.0, 8671.0, 8684.0, 8676.0, 8687.0, 8685.0, 8703.0, 8672.0, 8699.0, 8672.0, 8697.0, 8674.0, 8696.0, 8672.0, 8696.0, 8665.0, 8651.0, 8671.0, 8655.0, 8685.0, 8674.0, 8681.0, 8671.0, 8681.0, 8654.0, 8679.0, 8669.0, 8678.0, 8672.0, 8692.0, 8662.0, 8672.0, 8664.0, 8677.0, 8667.0, 8677.0, 8667.0, 8646.0, 8662.0, 8646.0, 8668.0, 8653.0, 8686.0, 8669.0, 8668.0, 8668.0, 8668.0, 8669.0, 8669.0, 8682.0, 8685.0, 8667.0, 8680.0, 8670.0, 8697.0, 8670.0, 8683.0, 8666.0, 8684.0, 8670.0, 8682.0, 8720.0, 8707.0, 8673.0, 8683.0, 8676.0, 8700.0, 8672.0, 8683.0, 8674.0, 8703.0, 8689.0, 8702.0, 8674.0, 8702.0, 8668.0, 8669.0, 8669.0, 8668.0, 8698.0, 8670.0, 8684.0, 8666.0, 8679.0, 8671.0, 8683.0, 8668.0, 8698.0, 8664.0, 8677.0, 8664.0, 8695.0, 8671.0, 8694.0, 8672.0, 8666.0, 8649.0, 8647.0, 8663.0, 8655.0, 8682.0, 8666.0, 8681.0, 8652.0, 8678.0, 8671.0, 8698.0, 8675.0, 8685.0, 8689.0, 8670.0, 8684.0, 8668.0, 8684.0, 8690.0, 8686.0, 8668.0, 8698.0, 8650.0, 8675.0, 8647.0, 8675.0, 8648.0, 8678.0, 8664.0, 8689.0, 8659.0, 8658.0, 8660.0, 8673.0, 8662.0, 8675.0, 8663.0, 8659.0, 8648.0, 8645.0, 8659.0, 8651.0, 8662.0, 8664.0, 8695.0, 8649.0, 8687.0, 8706.0, 8700.0, 8653.0, 8676.0, 8669.0, 8666.0, 8662.0, 8649.0, 8678.0, 8671.0, 8682.0, 8666.0, 8696.0, 8649.0, 8675.0, 8646.0, 8676.0, 8651.0, 8677.0, 8667.0, 8663.0, 8662.0, 8645.0, 8659.0, 8641.0, 8663.0, 8659.0, 8659.0, 8643.0, 8656.0, 8657.0, 8673.0, 8667.0, 8678.0, 8672.0, 8678.0, 8666.0, 8685.0, 8675.0, 8673.0, 8683.0, 8671.0, 8680.0, 8669.0, 8680.0, 8667.0, 8680.0, 8664.0, 8666.0, 8679.0, 8659.0, 8672.0, 8660.0, 8674.0, 8664.0, 8677.0, 8648.0, 8643.0, 8654.0, 8643.0, 8658.0, 8665.0, 8676.0, 8665.0, 8675.0, 8672.0, 8676.0, 8651.0, 8675.0, 8666.0, 8683.0, 8669.0, 8680.0, 8686.0, 8647.0, 8661.0, 8666.0, 8678.0, 8664.0, 8682.0, 8663.0, 8677.0, 8650.0, 8678.0, 8670.0, 8696.0, 8671.0, 8677.0, 8649.0, 8648.0, 8664.0, 8651.0, 8682.0, 8668.0, 8696.0, 8667.0, 8678.0, 8647.0, 8678.0, 8669.0, 8677.0, 8669.0, 8683.0, 8671.0, 8679.0, 8671.0, 8687.0, 8687.0, 8670.0, 8684.0, 8650.0, 8684.0, 8650.0, 8681.0, 8670.0, 8697.0, 8671.0, 8669.0, 8668.0, 8664.0, 8665.0, 8661.0, 8663.0, 8677.0, 8661.0, 8644.0, 8656.0, 8642.0, 8657.0, 8659.0, 8680.0, 8672.0, 8678.0, 8668.0, 8664.0, 8662.0, 8668.0, 8668.0, 8669.0, 8683.0, 8653.0, 8680.0, 8649.0, 8681.0, 8666.0, 8677.0, 8668.0, 8648.0, 8659.0, 8647.0, 8663.0, 8675.0, 8677.0, 8665.0, 8682.0, 8662.0, 8657.0, 8648.0, 8683.0, 8664.0, 8660.0, 8646.0, 8642.0, 8643.0, 8642.0, 8664.0, 8664.0, 8675.0, 8665.0, 8674.0, 8659.0, 8670.0, 8662.0, 8676.0, 8649.0, 8648.0, 8663.0, 8645.0, 8661.0, 8645.0, 8679.0, 8654.0, 8677.0, 8668.0, 8662.0, 8659.0, 8646.0, 8665.0, 8672.0, 8687.0, 8672.0, 8681.0, 8666.0, 8664.0, 8671.0, 8670.0, 8682.0, 8672.0, 8681.0, 8669.0, 8680.0, 8663.0, 8683.0, 8672.0, 8682.0, 8670.0, 8663.0, 8677.0, 8651.0, 8677.0, 8670.0, 8669.0, 8665.0, 8667.0, 8681.0, 8667.0, 8680.0, 8653.0, 8685.0, 8691.0, 8684.0, 8671.0, 8653.0, 8663.0, 8668.0, 8687.0, 8671.0, 8688.0, 8663.0, 8648.0, 8663.0, 8663.0, 8670.0, 8701.0, 8675.0, 8700.0, 8683.0, 8693.0, 8662.0, 8628.0, 8657.0, 8659.0, 8679.0, 8680.0, 8677.0, 8666.0, 8645.0, 8660.0, 8648.0, 8678.0, 8669.0, 8697.0, 8667.0, 8681.0, 8666.0, 8673.0, 8649.0, 8676.0, 8670.0, 8696.0, 8670.0, 8679.0, 8663.0, 8647.0, 8662.0, 8647.0, 8680.0, 8668.0, 8678.0, 8661.0, 8661.0, 8644.0, 8659.0, 8646.0, 8682.0, 8667.0, 8678.0, 8666.0, 8686.0, 8643.0, 8669.0, 8660.0, 8677.0, 8661.0, 8662.0, 8665.0, 8646.0, 8661.0, 8645.0, 8674.0, 8667.0, 8680.0, 8664.0, 8680.0, 8665.0, 8675.0, 8649.0, 8677.0, 8669.0, 8680.0, 8668.0, 8671.0, 8646.0, 8632.0, 8664.0, 8676.0, 8684.0, 8690.0, 8703.0, 8668.0, 8679.0, 8666.0, 8680.0, 8685.0, 8681.0, 8665.0, 8658.0, 8646.0, 8673.0, 8664.0, 8671.0, 8687.0, 8666.0, 8689.0, 8670.0, 8678.0, 8663.0, 8662.0, 8665.0, 8680.0, 8664.0, 8679.0, 8660.0, 8675.0, 8661.0, 8675.0, 8680.0, 8675.0, 8666.0, 8676.0, 8664.0, 8696.0, 8693.0, 8689.0, 8687.0, 8673.0, 8707.0, 8673.0, 8698.0, 8673.0, 8686.0, 8689.0, 8714.0, 8688.0, 8696.0, 8665.0, 8650.0, 8683.0, 8652.0, 8681.0, 8664.0, 8685.0, 8682.0, 8681.0, 8665.0, 8674.0, 8668.0, 8677.0, 8663.0, 8662.0, 8663.0, 8644.0, 8660.0, 8662.0, 8677.0, 8683.0, 8694.0, 8669.0, 8678.0, 8663.0, 8661.0, 8661.0, 8664.0, 8680.0, 8666.0, 8682.0, 8664.0, 8673.0, 8660.0, 8673.0, 8659.0, 8673.0, 8661.0, 8675.0, 8665.0, 8648.0, 8662.0, 8634.0, 8661.0, 8666.0, 8681.0, 8680.0, 8684.0, 8665.0, 8678.0, 8664.0, 8679.0, 8671.0, 8680.0, 8682.0, 8652.0, 8664.0, 8635.0, 8663.0, 8666.0, 8683.0, 8684.0, 8700.0, 8670.0, 8698.0, 8671.0, 8687.0, 8690.0, 8686.0, 8688.0, 8671.0, 8683.0, 8682.0, 8683.0, 8670.0, 8698.0, 8686.0, 8686.0, 8683.0, 8682.0, 8679.0, 8681.0, 8680.0, 8672.0, 8699.0, 8686.0, 8717.0, 8667.0, 8689.0, 8663.0, 8676.0, 8666.0, 8678.0, 8665.0, 8652.0, 8680.0, 8689.0, 8703.0, 8695.0, 8712.0, 8692.0, 8677.0, 8707.0, 8658.0, 8684.0, 8674.0, 8704.0, 8695.0, 8703.0, 8673.0, 8699.0, 8689.0, 8727.0, 8688.0, 8713.0, 8684.0, 8663.0, 8661.0, 8633.0, 8679.0, 8701.0, 8712.0, 8670.0, 8681.0, 8666.0, 8665.0, 8670.0, 8681.0, 8684.0, 8669.0, 8681.0, 8667.0, 8680.0, 8672.0, 8698.0, 8690.0, 8699.0, 8684.0, 8654.0, 8666.0, 8655.0, 8683.0, 8683.0, 8724.0, 8684.0, 8696.0, 8688.0, 8683.0, 8667.0, 8711.0, 8665.0, 8660.0, 8662.0, 8675.0, 8664.0, 8693.0, 8678.0, 8673.0, 8661.0, 8643.0, 8661.0, 8662.0, 8679.0, 8685.0, 8696.0, 8687.0, 8681.0, 8669.0, 8680.0, 8668.0, 8681.0, 8688.0, 8682.0, 8683.0, 8651.0, 8677.0, 8651.0, 8677.0, 8669.0, 8682.0, 8679.0, 8695.0, 8662.0, 8673.0, 8665.0, 8677.0, 8668.0, 8679.0, 8662.0, 8647.0, 8674.0, 8659.0, 8674.0, 8665.0, 8693.0, 8669.0, 8697.0, 8686.0, 8685.0, 8670.0, 8655.0, 8686.0, 8689.0, 8702.0, 8687.0, 8700.0, 8693.0, 8699.0, 8685.0, 8683.0, 8664.0, 8663.0, 8677.0, 8664.0, 8693.0, 8666.0, 8693.0, 8663.0, 8646.0, 8655.0, 8647.0, 8700.0, 8687.0, 8686.0, 8686.0, 8668.0, 8679.0, 8664.0, 8678.0, 8683.0, 8676.0, 8665.0, 8660.0, 8659.0, 8659.0, 8674.0, 8647.0, 8677.0, 8664.0, 8676.0, 8661.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.00018938301771533292</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.029300245510079415</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.666806479700476</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.214296610476771</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9642673924572123</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4922</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5813.9355</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08122229490560921</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.4660965180207697</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.362138024643478</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2943934907519417</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.538828030378714</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.25319255279978</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00546323</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008016342297196388</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027391638606786728</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1637</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.392281763939533</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>23.3624</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4765</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.5472</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292841.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>735.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.4545</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3769</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>453.3013</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3076.2097</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3202.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83703.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1367.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3938.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>729.0017</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.548993044765666</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> |