=== 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-0128 --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-0128",
"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-0128_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-0128_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-0128_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-0128/figures/sub-0128_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0128/figures/sub-0128_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-0128/figures/sub-0128_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128/ses-03/func/sub-0128_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>5338352929c8024aceba258d336332f8</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>14:28:42.407500</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.997108, 0.0256377, 0.0715408, -0.0381308, 0.983083, 0.17915]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0859755</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4243, -7795, -7222, 389, -148, 18, 137, 60]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>220.894</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>58305edc-5d1d-46b4-ae93-495ac8310c7f||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.67516827583313, -0.10230211168527603, 0.17749133706092834, 110.60761260986328], [-0.06878416240215302, 2.6375389099121094, 0.48967039585113525, -111.131591796875], [0.19193875789642334, -0.48064523935317993, 2.6492865085601807, -52.28824234008789], [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': ['142842.407500', '142842.867500', '142843.327500', '142843.787500', '142844.247500', '142844.707500', '142845.167500', '142845.627500', '142846.087500', '142846.547500', '142847.007500', '142847.467500', '142847.927500', '142848.387500', '142848.847500', '142849.307500', '142849.767500', '142850.227500', '142850.687500', '142851.147500', '142851.607500', '142852.067500', '142852.527500', '142852.987500', '142853.447500', '142853.907500', '142854.367500', '142854.827500', '142855.287500', '142855.747500', '142856.207500', '142856.667500', '142857.127500', '142857.587500', '142858.047500', '142858.507500', '142858.967500', '142859.427500', '142859.887500', '142900.347500', '142900.807500', '142901.267500', '142901.727500', '142902.187500', '142902.647500', '142903.107500', '142903.567500', '142904.027500', '142904.487500', '142904.947500', '142905.407500', '142905.867500', '142906.327500', '142906.787500', '142907.247500', '142907.707500', '142908.167500', '142908.627500', '142909.087500', '142909.547500', '142910.007500', '142910.467500', '142910.927500', '142911.387500', '142911.847500', '142912.307500', '142912.767500', '142913.227500', '142913.687500', '142914.147500', '142914.607500', '142915.067500', '142915.527500', '142915.987500', '142916.447500', '142916.907500', '142917.367500', '142917.827500', '142918.287500', '142918.747500', '142919.207500', '142919.667500', '142920.127500', '142920.587500', '142921.047500', '142921.507500', '142921.967500', '142922.427500', '142922.887500', '142923.347500', '142923.807500', '142924.267500', '142924.727500', '142925.187500', '142925.647500', '142926.107500', '142926.567500', '142927.027500', '142927.487500', '142927.947500', '142928.407500', '142928.867500', '142929.327500', '142929.787500', '142930.247500', '142930.707500', '142931.167500', '142931.627500', '142932.087500', '142932.547500', '142933.007500', '142933.467500', '142933.927500', '142934.387500', '142934.847500', '142935.307500', '142935.767500', '142936.227500', '142936.687500', '142937.147500', '142937.607500', '142938.067500', '142938.527500', '142938.987500', '142939.447500', '142939.907500', '142940.367500', '142940.827500', '142941.287500', '142941.747500', '142942.207500', '142942.667500', '142943.127500', '142943.587500', '142944.047500', '142944.507500', '142944.967500', '142945.427500', '142945.887500', '142946.347500', '142946.807500', '142947.267500', '142947.727500', '142948.187500', '142948.647500', '142949.107500', '142949.567500', '142950.027500', '142950.487500', '142950.947500', '142951.407500', '142951.867500', '142952.327500', '142952.787500', '142953.247500', '142953.707500', '142954.167500', '142954.627500', '142955.087500', '142955.547500', '142956.007500', '142956.467500', '142956.927500', '142957.387500', '142957.847500', '142958.307500', '142958.767500', '142959.227500', '142959.687500', '143000.147500', '143000.607500', '143001.067500', '143001.527500', '143001.987500', '143002.447500', '143002.907500', '143003.367500', '143003.827500', '143004.287500', '143004.747500', '143005.207500', '143005.667500', '143006.127500', '143006.587500', '143007.047500', '143007.507500', '143007.967500', '143008.427500', '143008.887500', '143009.347500', '143009.807500', '143010.267500', '143010.727500', '143011.187500', '143011.647500', '143012.107500', '143012.567500', '143013.027500', '143013.487500', '143013.947500', '143014.407500', '143014.867500', '143015.327500', '143015.787500', '143016.247500', '143016.707500', '143017.167500', '143017.627500', '143018.087500', '143018.547500', '143019.007500', '143019.467500', '143019.927500', '143020.387500', '143020.847500', '143021.307500', '143021.767500', '143022.227500', '143022.687500', '143023.147500', '143023.607500', '143024.067500', '143024.527500', '143024.987500', '143025.447500', '143025.907500', '143026.367500', '143026.827500', '143027.287500', '143027.747500', '143028.207500', '143028.667500', '143029.127500', '143029.587500', '143030.047500', '143030.507500', '143030.967500', '143031.427500', '143031.887500', '143032.347500', '143032.807500', '143033.267500', '143033.727500', '143034.187500', '143034.647500', '143035.107500', '143035.567500', '143036.027500', '143036.487500', '143036.947500', '143037.407500', '143037.867500', '143038.327500', '143038.787500', '143039.247500', '143039.707500', '143040.167500', '143040.627500', '143041.087500', '143041.547500', '143042.007500', '143042.467500', '143042.927500', '143043.387500', '143043.847500', '143044.307500', '143044.767500', '143045.227500', '143045.687500', '143046.147500', '143046.607500', '143047.067500', '143047.527500', '143047.987500', '143048.447500', '143048.907500', '143049.367500', '143049.827500', '143050.287500', '143050.747500', '143051.207500', '143051.667500', '143052.127500', '143052.587500', '143053.047500', '143053.507500', '143053.967500', '143054.427500', '143054.887500', '143055.347500', '143055.807500', '143056.267500', '143056.727500', '143057.187500', '143057.647500', '143058.107500', '143058.567500', '143059.027500', '143059.487500', '143059.947500', '143100.407500', '143100.867500', '143101.327500', '143101.787500', '143102.247500', '143102.707500', '143103.167500', '143103.627500', '143104.087500', '143104.547500', '143105.007500', '143105.467500', '143105.927500', '143106.387500', '143106.847500', '143107.307500', '143107.767500', '143108.227500', '143108.687500', '143109.147500', '143109.607500', '143110.067500', '143110.527500', '143110.987500', '143111.447500', '143111.907500', '143112.367500', '143112.827500', '143113.287500', '143113.747500', '143114.207500', '143114.667500', '143115.127500', '143115.587500', '143116.047500', '143116.507500', '143116.967500', '143117.427500', '143117.887500', '143118.347500', '143118.807500', '143119.267500', '143119.727500', '143120.187500', '143120.647500', '143121.107500', '143121.567500', '143122.027500', '143122.487500', '143122.947500', '143123.407500', '143123.867500', '143124.327500', '143124.787500', '143125.247500', '143125.707500', '143126.167500', '143126.627500', '143127.087500', '143127.547500', '143128.007500', '143128.467500', '143128.927500', '143129.387500', '143129.847500', '143130.307500', '143130.767500', '143131.227500', '143131.687500', '143132.147500', '143132.607500', '143133.067500', '143133.527500', '143133.987500', '143134.447500', '143134.907500', '143135.367500', '143135.827500', '143136.287500', '143136.747500', '143137.207500', '143137.667500', '143138.127500', '143138.587500', '143139.047500', '143139.507500', '143139.967500', '143140.427500', '143140.887500', '143141.347500', '143141.807500', '143142.267500', '143142.727500', '143143.187500', '143143.647500', '143144.107500', '143144.567500', '143145.027500', '143145.487500', '143145.947500', '143146.407500', '143146.867500', '143147.327500', '143147.787500', '143148.247500', '143148.707500', '143149.167500', '143149.627500', '143150.087500', '143150.547500', '143151.007500', '143151.467500', '143151.927500', '143152.387500', '143152.847500', '143153.307500', '143153.767500', '143154.227500', '143154.687500', '143155.147500', '143155.607500', '143156.067500', '143156.527500', '143156.987500', '143157.447500', '143157.907500', '143158.367500', '143158.827500', '143159.287500', '143159.747500', '143200.207500', '143200.667500', '143201.127500', '143201.587500', '143202.047500', '143202.507500', '143202.967500', '143203.427500', '143203.887500', '143204.347500', '143204.807500', '143205.267500', '143205.727500', '143206.187500', '143206.647500', '143207.107500', '143207.567500', '143208.027500', '143208.487500', '143208.947500', '143209.407500', '143209.867500', '143210.327500', '143210.787500', '143211.247500', '143211.707500', '143212.167500', '143212.627500', '143213.087500', '143213.547500', '143214.007500', '143214.467500', '143214.927500', '143215.387500', '143215.847500', '143216.307500', '143216.767500', '143217.227500', '143217.687500', '143218.147500', '143218.607500', '143219.067500', '143219.527500', '143219.987500', '143220.447500', '143220.907500', '143221.367500', '143221.827500', '143222.287500', '143222.747500', '143223.207500', '143223.667500', '143224.127500', '143224.587500', '143225.047500', '143225.507500', '143225.967500', '143226.427500', '143226.887500', '143227.347500', '143227.807500', '143228.267500', '143228.727500', '143229.187500', '143229.647500', '143230.107500', '143230.567500', '143231.027500', '143231.487500', '143231.947500', '143232.407500', '143232.867500', '143233.327500', '143233.787500', '143234.247500', '143234.707500', '143235.167500', '143235.627500', '143236.087500', '143236.547500', '143237.007500', '143237.467500', '143237.927500', '143238.387500', '143238.847500', '143239.307500', '143239.767500', '143240.227500', '143240.687500', '143241.147500', '143241.607500', '143242.067500', '143242.527500', '143242.987500', '143243.447500', '143243.907500', '143244.367500', '143244.827500', '143245.287500', '143245.747500', '143246.207500', '143246.667500', '143247.127500', '143247.587500', '143248.047500', '143248.507500', '143248.967500', '143249.427500', '143249.887500', '143250.347500', '143250.807500', '143251.267500', '143251.727500', '143252.187500', '143252.647500', '143253.107500', '143253.567500', '143254.027500', '143254.487500', '143254.947500', '143255.407500', '143255.867500', '143256.327500', '143256.787500', '143257.247500', '143257.707500', '143258.167500', '143258.627500', '143259.087500', '143259.547500', '143300.007500', '143300.467500', '143300.927500', '143301.387500', '143301.847500', '143302.307500', '143302.767500', '143303.227500', '143303.687500', '143304.147500', '143304.607500', '143305.067500', '143305.527500', '143305.987500', '143306.447500', '143306.907500', '143307.367500', '143307.827500', '143308.287500', '143308.747500', '143309.207500', '143309.667500', '143310.127500', '143310.587500', '143311.047500', '143311.507500', '143311.967500', '143312.427500', '143312.887500', '143313.347500', '143313.807500', '143314.267500', '143314.727500', '143315.187500', '143315.647500', '143316.107500', '143316.567500', '143317.027500', '143317.487500', '143317.947500', '143318.407500', '143318.867500', '143319.327500', '143319.787500', '143320.247500', '143320.707500', '143321.167500', '143321.627500', '143322.087500', '143322.547500', '143323.007500', '143323.467500', '143323.927500', '143324.387500', '143324.847500', '143325.307500', '143325.767500', '143326.227500', '143326.687500', '143327.147500', '143327.607500', '143328.067500', '143328.527500', '143328.987500', '143329.447500', '143329.907500', '143330.367500', '143330.827500', '143331.287500', '143331.747500', '143332.207500', '143332.667500', '143333.127500', '143333.587500', '143334.047500', '143334.507500', '143334.967500', '143335.427500', '143335.887500', '143336.347500', '143336.807500', '143337.267500', '143337.727500', '143338.187500', '143338.647500', '143339.107500', '143339.567500', '143340.027500', '143340.487500', '143340.947500', '143341.407500', '143341.867500', '143342.327500', '143342.787500', '143343.247500', '143343.707500', '143344.167500', '143344.627500', '143345.087500', '143345.547500', '143346.007500', '143346.467500', '143346.927500', '143347.387500', '143347.847500', '143348.307500', '143348.767500', '143349.227500', '143349.687500', '143350.147500', '143350.607500', '143351.067500', '143351.527500', '143351.987500', '143352.447500', '143352.907500', '143353.367500', '143353.827500', '143354.287500', '143354.747500', '143355.207500', '143355.667500', '143356.127500', '143356.587500', '143357.047500', '143357.507500', '143357.967500', '143358.427500', '143358.887500', '143359.347500', '143359.807500', '143400.267500', '143400.727500', '143401.187500', '143401.647500', '143402.107500', '143402.567500', '143403.027500', '143403.487500', '143403.947500', '143404.407500', '143404.867500', '143405.327500', '143405.787500', '143406.247500', '143406.707500', '143407.167500', '143407.627500', '143408.087500', '143408.547500', '143409.007500', '143409.467500', '143409.927500', '143410.387500', '143410.847500', '143411.307500', '143411.767500', '143412.227500', '143412.687500', '143413.147500', '143413.607500', '143414.067500', '143414.527500', '143414.987500', '143415.447500', '143415.907500', '143416.367500', '143416.827500', '143417.287500', '143417.747500', '143418.207500', '143418.667500', '143419.127500', '143419.587500', '143420.047500', '143420.507500', '143420.967500', '143421.427500', '143421.887500', '143422.347500', '143422.807500', '143423.267500', '143423.727500', '143424.187500', '143424.647500', '143425.107500', '143425.567500', '143426.027500', '143426.487500', '143426.947500', '143427.407500', '143427.867500', '143428.327500', '143428.787500', '143429.247500', '143429.707500', '143430.167500', '143430.627500', '143431.087500', '143431.547500', '143432.007500', '143432.467500', '143432.927500', '143433.387500', '143433.847500', '143434.307500', '143434.767500', '143435.227500', '143435.687500', '143436.147500', '143436.607500', '143437.067500', '143437.527500', '143437.987500', '143438.447500', '143438.907500', '143439.367500', '143439.827500', '143440.287500', '143440.747500', '143441.207500', '143441.667500', '143442.127500', '143442.587500', '143443.047500', '143443.507500', '143443.967500', '143444.427500', '143444.887500', '143445.347500', '143445.807500', '143446.267500', '143446.727500', '143447.187500', '143447.647500', '143448.107500', '143448.567500', '143449.027500', '143449.487500', '143449.947500', '143450.407500', '143450.867500', '143451.327500', '143451.787500', '143452.247500', '143452.707500', '143453.167500', '143453.627500', '143454.087500', '143454.547500', '143455.007500', '143455.467500', '143455.927500', '143456.387500', '143456.847500', '143457.307500', '143457.767500', '143458.227500', '143458.687500', '143459.147500', '143459.607500', '143500.067500', '143500.527500', '143500.987500', '143501.447500', '143501.907500', '143502.367500', '143502.827500', '143503.287500', '143503.747500', '143504.207500', '143504.667500', '143505.127500', '143505.587500', '143506.047500', '143506.507500', '143506.967500', '143507.427500', '143507.887500', '143508.347500', '143508.807500', '143509.267500', '143509.727500', '143510.187500', '143510.647500', '143511.107500', '143511.567500', '143512.027500', '143512.487500', '143512.947500', '143513.407500', '143513.867500', '143514.327500', '143514.787500', '143515.247500', '143515.707500', '143516.167500', '143516.627500', '143517.087500', '143517.547500', '143518.007500', '143518.467500', '143518.927500', '143519.387500', '143519.847500', '143520.307500', '143520.767500', '143521.227500', '143521.687500', '143522.147500', '143522.607500', '143523.067500', '143523.527500', '143523.987500', '143524.447500', '143524.907500', '143525.367500', '143525.827500', '143526.287500', '143526.747500', '143527.207500', '143527.667500', '143528.127500', '143528.587500', '143529.047500', '143529.507500', '143529.967500', '143530.427500', '143530.887500', '143531.347500', '143531.807500', '143532.267500', '143532.727500', '143533.187500', '143533.647500', '143534.107500', '143534.567500', '143535.027500', '143535.487500', '143535.947500', '143536.407500', '143536.867500', '143537.327500', '143537.787500', '143538.247500', '143538.707500', '143539.167500', '143539.627500', '143540.087500', '143540.547500', '143541.007500', '143541.467500', '143541.927500', '143542.387500', '143542.847500', '143543.307500', '143543.767500', '143544.227500', '143544.687500', '143545.147500', '143545.607500', '143546.067500', '143546.527500', '143546.987500', '143547.447500', '143547.907500', '143548.367500', '143548.827500', '143549.287500', '143549.747500', '143550.207500', '143550.667500', '143551.127500', '143551.587500', '143552.047500', '143552.507500', '143552.967500', '143553.427500', '143553.887500', '143554.347500', '143554.807500', '143555.267500', '143555.727500', '143556.187500', '143556.647500', '143557.107500', '143557.567500', '143558.027500', '143558.487500', '143558.947500', '143559.407500', '143559.867500', '143600.327500', '143600.787500', '143601.247500', '143601.707500', '143602.167500', '143602.627500', '143603.087500', '143603.547500', '143604.007500', '143604.467500', '143604.927500', '143605.387500', '143605.847500', '143606.307500', '143606.767500', '143607.227500', '143607.687500', '143608.147500', '143608.607500', '143609.067500', '143609.527500', '143609.987500', '143610.447500', '143610.907500', '143611.367500', '143611.827500', '143612.287500', '143612.747500', '143613.207500', '143613.667500', '143614.127500', '143614.587500', '143615.047500', '143615.507500', '143615.967500', '143616.427500', '143616.887500', '143617.347500', '143617.807500', '143618.267500', '143618.727500', '143619.187500', '143619.647500', '143620.107500', '143620.567500', '143621.027500', '143621.487500', '143621.947500', '143622.407500', '143622.867500', '143623.327500', '143623.787500', '143624.247500', '143624.707500', '143625.167500', '143625.627500', '143626.087500', '143626.547500', '143627.007500', '143627.467500', '143627.927500', '143628.387500', '143628.847500', '143629.307500', '143629.767500', '143630.227500', '143630.687500', '143631.147500', '143631.607500', '143632.067500', '143632.527500', '143632.987500', '143633.447500', '143633.907500', '143634.367500', '143634.827500', '143635.287500', '143635.747500', '143636.207500', '143636.667500', '143637.127500', '143637.587500', '143638.047500', '143638.507500', '143638.967500', '143639.427500', '143639.887500', '143640.347500', '143640.807500', '143641.267500', '143641.727500', '143642.187500', '143642.647500', '143643.107500', '143643.567500', '143644.027500', '143644.487500', '143644.947500', '143645.407500', '143645.867500', '143646.327500', '143646.787500', '143647.247500', '143647.707500', '143648.167500', '143648.627500', '143649.087500', '143649.547500', '143650.007500', '143650.467500', '143650.927500', '143651.387500', '143651.847500', '143652.307500', '143652.767500', '143653.227500', '143653.687500', '143654.147500', '143654.607500', '143655.067500', '143655.527500', '143655.987500', '143656.447500', '143656.907500', '143657.367500', '143657.827500', '143658.287500', '143658.747500', '143659.207500', '143659.667500', '143700.127500', '143700.587500', '143701.047500', '143701.507500', '143701.967500', '143702.427500', '143702.887500', '143703.347500', '143703.807500', '143704.267500', '143704.727500', '143705.187500', '143705.647500', '143706.107500', '143706.567500', '143707.027500', '143707.487500', '143707.947500', '143708.407500', '143708.867500', '143709.327500', '143709.787500', '143710.247500', '143710.707500', '143711.167500', '143711.627500', '143712.087500', '143712.547500', '143713.007500', '143713.467500', '143713.927500', '143714.387500', '143714.847500', '143715.307500', '143715.767500', '143716.227500', '143716.687500', '143717.147500', '143717.607500', '143718.067500', '143718.527500', '143718.987500', '143719.447500', '143719.907500', '143720.367500', '143720.827500', '143721.287500', '143721.747500', '143722.207500', '143722.667500', '143723.127500', '143723.587500', '143724.047500', '143724.507500', '143724.967500', '143725.427500', '143725.887500', '143726.347500', '143726.807500', '143727.267500', '143727.727500', '143728.187500', '143728.647500', '143729.107500', '143729.567500', '143730.027500', '143730.487500', '143730.947500', '143731.407500', '143731.867500', '143732.327500', '143732.787500', '143733.247500', '143733.707500', '143734.167500', '143734.627500', '143735.087500', '143735.547500', '143736.007500', '143736.467500', '143736.927500', '143737.387500', '143737.847500', '143738.307500', '143738.767500', '143739.227500', '143739.687500', '143740.147500', '143740.607500', '143741.067500', '143741.527500', '143741.987500', '143742.447500', '143742.907500', '143743.367500', '143743.827500', '143744.287500', '143744.747500', '143745.207500', '143745.667500', '143746.127500', '143746.587500', '143747.047500', '143747.507500', '143747.967500', '143748.427500', '143748.887500', '143749.347500', '143749.807500', '143750.267500', '143750.727500', '143751.187500', '143751.647500', '143752.107500', '143752.567500', '143753.027500', '143753.487500', '143753.947500', '143754.407500', '143754.867500', '143755.327500', '143755.787500', '143756.247500', '143756.707500', '143757.167500', '143757.627500', '143758.087500', '143758.547500', '143759.007500', '143759.467500', '143759.927500', '143800.387500', '143800.847500', '143801.307500', '143801.767500', '143802.227500', '143802.687500', '143803.147500', '143803.607500', '143804.067500', '143804.527500', '143804.987500', '143805.447500', '143805.907500', '143806.367500', '143806.827500', '143807.287500', '143807.747500', '143808.207500', '143808.667500', '143809.127500', '143809.587500', '143810.047500', '143810.507500', '143810.967500', '143811.427500', '143811.887500', '143812.347500', '143812.807500', '143813.267500', '143813.727500', '143814.187500', '143814.647500', '143815.107500', '143815.567500', '143816.027500', '143816.487500', '143816.947500', '143817.407500', '143817.867500', '143818.327500', '143818.787500', '143819.247500', '143819.707500', '143820.167500', '143820.627500', '143821.087500', '143821.547500', '143822.007500', '143822.467500', '143822.927500', '143823.387500', '143823.847500', '143824.307500', '143824.767500', '143825.227500', '143825.687500', '143826.147500', '143826.607500', '143827.067500', '143827.527500', '143827.987500', '143828.447500', '143828.907500', '143829.367500', '143829.827500', '143830.287500', '143830.747500', '143831.207500', '143831.667500', '143832.127500', '143832.587500', '143833.047500', '143833.507500', '143833.967500', '143834.427500', '143834.887500', '143835.347500', '143835.807500', '143836.267500', '143836.727500', '143837.187500', '143837.647500', '143838.107500', '143838.567500', '143839.027500', '143839.487500', '143839.947500', '143840.407500', '143840.867500', '143841.327500', '143841.787500', '143842.247500', '143842.707500', '143843.167500', '143843.627500', '143844.087500', '143844.547500', '143845.007500', '143845.467500', '143845.927500', '143846.387500', '143846.847500', '143847.307500', '143847.767500', '143848.227500', '143848.687500', '143849.147500', '143849.607500', '143850.067500', '143850.527500', '143850.987500', '143851.447500', '143851.907500', '143852.367500', '143852.827500', '143853.287500', '143853.747500', '143854.207500', '143854.667500', '143855.127500', '143855.587500', '143856.047500', '143856.507500', '143856.967500', '143857.427500', '143857.887500', '143858.347500', '143858.807500', '143859.267500', '143859.727500', '143900.187500', '143900.647500', '143901.107500', '143901.567500', '143902.027500', '143902.487500', '143902.947500', '143903.407500', '143903.867500', '143904.327500', '143904.787500', '143905.247500', '143905.707500', '143906.167500', '143906.627500', '143907.087500', '143907.547500', '143908.007500', '143908.467500', '143908.927500', '143909.387500', '143909.847500', '143910.307500', '143910.767500', '143911.227500', '143911.687500', '143912.147500', '143912.607500', '143913.067500', '143913.527500', '143913.987500', '143914.447500', '143914.907500', '143915.367500', '143915.827500', '143916.287500', '143916.747500', '143917.207500', '143917.667500', '143918.127500', '143918.587500', '143919.047500', '143919.507500', '143919.967500', '143920.427500', '143920.887500', '143921.347500', '143921.807500', '143922.267500', '143922.727500', '143923.187500', '143923.647500', '143924.107500', '143924.567500', '143925.027500', '143925.487500', '143925.947500', '143926.407500', '143926.867500', '143927.327500', '143927.787500', '143928.247500', '143928.707500', '143929.167500', '143929.627500', '143930.087500', '143930.547500', '143931.007500', '143931.467500', '143931.927500', '143932.387500', '143932.847500', '143933.307500', '143933.767500', '143934.227500', '143934.687500', '143935.147500', '143935.607500', '143936.067500', '143936.527500', '143936.987500', '143937.447500', '143937.907500', '143938.367500', '143938.827500', '143939.287500', '143939.747500', '143940.207500', '143940.667500', '143941.127500', '143941.587500', '143942.047500', '143942.507500', '143942.967500', '143943.427500', '143943.887500', '143944.347500', '143944.807500', '143945.267500', '143945.727500', '143946.187500', '143946.647500', '143947.107500', '143947.567500', '143948.027500', '143948.487500', '143948.947500', '143949.407500', '143949.867500', '143950.327500', '143950.787500', '143951.247500', '143951.707500', '143952.167500', '143952.627500', '143953.087500', '143953.547500', '143954.007500', '143954.467500', '143954.927500', '143955.387500', '143955.847500', '143956.307500', '143956.767500', '143957.227500', '143957.687500', '143958.147500', '143958.607500', '143959.067500', '143959.527500', '143959.987500', '144000.447500', '144000.907500', '144001.367500', '144001.827500', '144002.287500', '144002.747500', '144003.207500', '144003.667500', '144004.127500', '144004.587500', '144005.047500', '144005.507500', '144005.967500', '144006.427500', '144006.887500', '144007.347500', '144007.807500', '144008.267500', '144008.727500', '144009.187500', '144009.647500', '144010.107500', '144010.567500', '144011.027500', '144011.487500', '144011.947500', '144012.407500', '144012.867500', '144013.327500', '144013.787500', '144014.247500', '144014.707500', '144015.167500', '144015.627500', '144016.087500', '144016.547500', '144017.007500', '144017.467500', '144017.927500', '144018.387500', '144018.847500', '144019.307500', '144019.767500', '144020.227500', '144020.687500', '144021.147500', '144021.607500', '144022.067500', '144022.527500', '144022.987500', '144023.447500', '144023.907500', '144024.367500', '144024.827500', '144025.287500', '144025.747500', '144026.207500', '144026.667500', '144027.127500', '144027.587500', '144028.047500', '144028.507500', '144028.967500', '144029.427500', '144029.887500', '144030.347500', '144030.807500', '144031.267500', '144031.727500', '144032.187500', '144032.647500', '144033.107500', '144033.567500', '144034.027500', '144034.487500', '144034.947500', '144035.407500', '144035.867500', '144036.327500', '144036.787500', '144037.247500', '144037.707500', '144038.167500', '144038.627500', '144039.087500', '144039.547500', '144040.007500', '144040.467500', '144040.927500', '144041.387500', '144041.847500', '144042.307500', '144042.767500', '144043.227500', '144043.687500', '144044.147500', '144044.607500', '144045.067500', '144045.527500', '144045.987500', '144046.447500', '144046.907500', '144047.367500', '144047.827500', '144048.287500', '144048.747500', '144049.207500', '144049.667500', '144050.127500', '144050.587500', '144051.047500', '144051.507500', '144051.967500', '144052.427500', '144052.887500', '144053.347500', '144053.807500', '144054.267500', '144054.727500', '144055.187500', '144055.647500', '144056.107500', '144056.567500', '144057.027500', '144057.487500', '144057.947500', '144058.407500', '144058.867500', '144059.327500', '144059.787500', '144100.247500', '144100.707500', '144101.167500', '144101.627500', '144102.087500', '144102.547500', '144103.007500', '144103.467500', '144103.927500', '144104.387500', '144104.847500', '144105.307500', '144105.767500', '144106.227500', '144106.687500', '144107.147500', '144107.607500', '144108.067500', '144108.527500', '144108.987500', '144109.447500', '144109.907500', '144110.367500', '144110.827500', '144111.287500', '144111.747500', '144112.207500', '144112.667500', '144113.127500', '144113.587500', '144114.047500', '144114.507500', '144114.967500', '144115.427500', '144115.887500', '144116.347500'], 'ContentTime': ['142904.791000', '142904.794000', '142904.796000', '142904.799000', '142904.808000', '142904.811000', '142904.814000', '142904.816000', '142904.819000', '142904.821000', '142904.824000', '142904.826000', '142904.829000', '142904.832000', '142904.835000', '142904.837000', '142904.840000', '142904.842000', '142904.845000', '142904.847000', '142904.861000', '142904.863000', '142904.866000', '142904.868000', '142904.878000', '142904.881000', '142904.883000', '142904.894000', '142904.896000', '142904.899000', '142904.901000', '142904.904000', '142904.907000', '142904.909000', '142904.912000', '142904.914000', '142904.917000', '142904.919000', '142904.922000', '142904.925000', '142904.927000', '142904.930000', '142904.932000', '142904.935000', '142904.937000', '142904.940000', '142924.759000', '142924.762000', '142924.765000', '142924.768000', '142924.770000', '142924.773000', '142924.775000', '142924.778000', '142924.780000', '142924.783000', '142924.785000', '142924.788000', '142924.791000', '142924.793000', '142924.796000', '142924.798000', '142924.801000', '142924.803000', '142924.806000', '142924.809000', '142924.838000', '142924.840000', '142924.843000', '142924.846000', '142924.848000', '142924.851000', '142924.853000', '142924.856000', '142924.858000', '142924.861000', '142924.863000', '142924.866000', '142924.868000', '142924.871000', '142924.874000', '142924.876000', '142924.879000', '142924.881000', '142924.884000', '142924.886000', '142924.889000', '142924.891000', '142924.894000', '142924.896000', '142944.760000', '142944.762000', '142944.765000', '142944.767000', '142944.770000', '142944.773000', '142944.775000', '142944.778000', '142944.780000', '142944.783000', '142944.785000', '142944.788000', '142944.790000', '142944.793000', '142944.796000', '142944.798000', '142944.801000', '142944.803000', '142944.806000', '142944.809000', '142944.811000', '142944.814000', '142944.816000', '142944.819000', '142944.821000', '142944.824000', '142944.827000', '142944.829000', '142944.832000', '142944.834000', '142944.837000', '142944.839000', '142944.842000', '142944.844000', '142944.847000', '142944.851000', '142944.854000', '142944.857000', '142944.859000', '142944.862000', '142944.864000', '142944.867000', '142944.869000', '143004.759000', '143004.762000', '143004.765000', '143004.767000', '143004.770000', '143004.772000', '143004.775000', '143004.778000', '143004.780000', '143004.783000', '143004.785000', '143004.788000', '143004.790000', '143004.793000', '143004.795000', '143004.798000', '143004.800000', '143004.803000', '143004.805000', '143004.808000', '143004.810000', '143004.813000', '143004.816000', '143004.818000', '143004.821000', '143004.824000', '143004.826000', '143004.829000', '143004.831000', '143004.834000', '143004.836000', '143004.839000', '143004.842000', '143004.844000', '143004.847000', '143004.850000', '143004.853000', '143004.860000', '143004.863000', '143004.865000', '143004.868000', '143004.871000', '143004.873000', '143004.876000', '143024.760000', '143024.762000', '143024.765000', '143024.767000', '143024.770000', '143024.772000', '143024.775000', '143024.778000', '143024.780000', '143024.783000', '143024.785000', '143024.788000', '143024.790000', '143024.793000', '143024.795000', '143024.798000', '143024.801000', '143024.803000', '143024.806000', '143024.808000', '143024.811000', '143024.814000', '143024.816000', '143024.819000', '143024.821000', '143024.824000', '143024.826000', '143024.829000', '143024.837000', '143024.840000', '143024.842000', '143024.845000', '143024.847000', '143024.850000', '143024.853000', '143024.855000', '143024.858000', '143024.860000', '143024.863000', '143024.865000', '143024.868000', '143024.870000', '143024.873000', '143044.759000', '143044.761000', '143044.764000', '143044.766000', '143044.769000', '143044.771000', '143044.774000', '143044.776000', '143044.779000', '143044.781000', '143044.784000', '143044.787000', '143044.789000', '143044.792000', '143044.794000', '143044.797000', '143044.800000', '143044.802000', '143044.805000', '143044.807000', '143044.829000', '143044.854000', '143044.856000', '143044.859000', '143044.861000', '143044.864000', '143044.867000', '143044.869000', '143044.872000', '143044.874000', '143044.877000', '143044.879000', '143044.882000', '143044.885000', '143044.887000', '143044.890000', '143044.898000', '143044.901000', '143044.904000', '143044.906000', '143044.909000', '143044.911000', '143044.914000', '143044.916000', '143104.758000', '143104.761000', '143104.764000', '143104.766000', '143104.769000', '143104.772000', '143104.774000', '143104.777000', '143104.779000', '143104.782000', '143104.784000', '143104.787000', '143104.789000', '143104.792000', '143104.795000', '143104.797000', '143104.800000', '143104.802000', '143104.805000', '143104.808000', '143104.810000', '143104.813000', '143104.829000', '143104.832000', '143104.834000', '143104.837000', '143104.840000', '143104.842000', '143104.845000', '143104.847000', '143104.850000', '143104.853000', '143104.855000', '143104.858000', '143104.860000', '143104.863000', '143104.866000', '143104.868000', '143104.871000', '143104.873000', '143104.876000', '143104.879000', '143104.881000', '143124.759000', '143124.762000', '143124.765000', '143124.767000', '143124.770000', '143124.772000', '143124.775000', '143124.778000', '143124.780000', '143124.783000', '143124.785000', '143124.788000', '143124.790000', '143124.793000', '143124.795000', '143124.798000', '143124.801000', '143124.803000', '143124.806000', '143124.809000', '143124.811000', '143124.814000', '143124.862000', '143124.864000', '143124.867000', '143124.869000', '143124.872000', '143124.874000', '143124.877000', '143124.880000', '143124.882000', '143124.885000', '143124.887000', '143124.890000', '143124.893000', '143124.895000', '143124.898000', '143124.900000', '143124.903000', '143124.905000', '143124.908000', '143124.911000', '143124.913000', '143124.916000', '143144.759000', '143144.762000', '143144.765000', '143144.767000', '143144.770000', '143144.772000', '143144.775000', '143144.777000', '143144.780000', '143144.783000', '143144.785000', '143144.788000', '143144.790000', '143144.793000', '143144.795000', '143144.798000', '143144.800000', '143144.803000', '143144.806000', '143144.808000', '143144.811000', '143144.813000', '143144.856000', '143144.859000', '143144.861000', '143144.864000', '143144.867000', '143144.869000', '143144.872000', '143144.874000', '143144.877000', '143144.879000', '143144.882000', '143144.884000', '143144.887000', '143144.890000', '143144.892000', '143144.895000', '143144.897000', '143144.900000', '143144.902000', '143144.905000', '143144.908000', '143204.759000', '143204.762000', '143204.765000', '143204.768000', '143204.770000', '143204.773000', '143204.775000', '143204.778000', '143204.780000', '143204.783000', '143204.785000', '143204.788000', '143204.794000', '143204.797000', '143204.799000', '143204.802000', '143204.805000', '143204.807000', '143204.810000', '143204.812000', '143204.815000', '143204.817000', '143204.820000', '143204.823000', '143204.825000', '143204.828000', '143204.830000', '143204.833000', '143204.835000', '143204.838000', '143204.840000', '143204.843000', '143204.846000', '143204.848000', '143204.851000', '143204.853000', '143204.856000', '143204.858000', '143204.861000', '143204.863000', '143204.866000', '143204.869000', '143204.871000', '143204.874000', '143224.760000', '143224.762000', '143224.765000', '143224.768000', '143224.770000', '143224.773000', '143224.775000', '143224.778000', '143224.780000', '143224.783000', '143224.785000', '143224.788000', '143224.790000', '143224.793000', '143224.795000', '143224.809000', '143224.811000', '143224.814000', '143224.816000', '143224.857000', '143224.859000', '143224.862000', '143224.864000', '143224.867000', '143224.869000', '143224.872000', '143224.875000', '143224.877000', '143224.880000', '143224.883000', '143224.885000', '143224.888000', '143224.890000', '143224.893000', '143224.895000', '143224.898000', '143224.901000', '143224.903000', '143224.906000', '143224.908000', '143224.911000', '143224.914000', '143224.916000', '143244.759000', '143244.762000', '143244.765000', '143244.767000', '143244.770000', '143244.772000', '143244.775000', '143244.778000', '143244.780000', '143244.783000', '143244.785000', '143244.788000', '143244.790000', '143244.793000', '143244.795000', '143244.798000', '143244.801000', '143244.803000', '143244.806000', '143244.808000', '143244.811000', '143244.814000', '143244.869000', '143244.871000', '143244.874000', '143244.876000', '143244.879000', '143244.881000', '143244.884000', '143244.887000', '143244.889000', '143244.892000', '143244.894000', '143244.897000', '143244.899000', '143244.902000', '143244.904000', '143244.907000', '143244.910000', '143244.912000', '143244.915000', '143244.917000', '143244.920000', '143244.923000', '143304.758000', '143304.761000', '143304.764000', '143304.767000', '143304.769000', '143304.772000', '143304.774000', '143304.777000', '143304.780000', '143304.782000', '143304.785000', '143304.787000', '143304.790000', '143304.792000', '143304.795000', '143304.798000', '143304.800000', '143304.803000', '143304.805000', '143304.808000', '143304.810000', '143304.813000', '143304.861000', '143304.864000', '143304.866000', '143304.869000', '143304.871000', '143304.874000', '143304.877000', '143304.879000', '143304.882000', '143304.884000', '143304.887000', '143304.889000', '143304.892000', '143304.895000', '143304.897000', '143304.900000', '143304.902000', '143304.905000', '143304.908000', '143304.910000', '143304.913000', '143324.759000', '143324.761000', '143324.764000', '143324.770000', '143324.773000', '143324.776000', '143324.778000', '143324.781000', '143324.783000', '143324.786000', '143324.789000', '143324.791000', '143324.794000', '143324.796000', '143324.799000', '143324.802000', '143324.805000', '143324.807000', '143324.810000', '143324.812000', '143324.815000', '143324.878000', '143324.881000', '143324.884000', '143324.886000', '143324.889000', '143324.891000', '143324.894000', '143324.897000', '143324.899000', '143324.902000', '143324.904000', '143324.907000', '143324.909000', '143324.912000', '143324.915000', '143324.917000', '143324.920000', '143324.922000', '143324.925000', '143324.927000', '143324.930000', '143324.933000', '143344.760000', '143344.762000', '143344.765000', '143344.767000', '143344.770000', '143344.772000', '143344.775000', '143344.778000', '143344.780000', '143344.783000', '143344.785000', '143344.788000', '143344.790000', '143344.793000', '143344.795000', '143344.798000', '143344.801000', '143344.803000', '143344.806000', '143344.808000', '143344.811000', '143344.813000', '143344.816000', '143344.819000', '143344.821000', '143344.824000', '143344.826000', '143344.837000', '143344.839000', '143344.842000', '143344.844000', '143344.847000', '143344.849000', '143344.852000', '143344.854000', '143344.857000', '143344.860000', '143344.862000', '143344.865000', '143344.867000', '143344.870000', '143344.873000', '143344.875000', '143344.878000', '143404.760000', '143404.762000', '143404.765000', '143404.768000', '143404.770000', '143404.773000', '143404.776000', '143404.778000', '143404.781000', '143404.783000', '143404.786000', '143404.789000', '143404.791000', '143404.794000', '143404.796000', '143404.799000', '143404.801000', '143404.804000', '143404.807000', '143404.809000', '143404.812000', '143404.814000', '143404.817000', '143404.820000', '143404.822000', '143404.825000', '143404.827000', '143404.830000', '143404.832000', '143404.835000', '143404.838000', '143404.840000', '143404.843000', '143404.845000', '143404.848000', '143404.850000', '143404.853000', '143404.856000', '143404.858000', '143404.861000', '143404.863000', '143404.866000', '143404.868000', '143424.760000', '143424.762000', '143424.765000', '143424.768000', '143424.770000', '143424.773000', '143424.775000', '143424.778000', '143424.781000', '143424.783000', '143424.786000', '143424.789000', '143424.791000', '143424.794000', '143424.796000', '143424.799000', '143424.801000', '143424.804000', '143424.807000', '143424.809000', '143424.812000', '143424.814000', '143424.883000', '143424.886000', '143424.888000', '143424.891000', '143424.894000', '143424.896000', '143424.899000', '143424.901000', '143424.904000', '143424.906000', '143424.909000', '143424.912000', '143424.916000', '143424.919000', '143424.921000', '143424.924000', '143424.926000', '143424.929000', '143424.932000', '143424.934000', '143424.937000', '143424.939000', '143444.760000', '143444.763000', '143444.765000', '143444.768000', '143444.770000', '143444.773000', '143444.775000', '143444.778000', '143444.781000', '143444.783000', '143444.786000', '143444.788000', '143444.792000', '143444.795000', '143444.798000', '143444.800000', '143444.803000', '143444.806000', '143444.808000', '143444.811000', '143444.813000', '143444.860000', '143444.863000', '143444.866000', '143444.868000', '143444.871000', '143444.873000', '143444.876000', '143444.878000', '143444.881000', '143444.884000', '143444.886000', '143444.889000', '143444.891000', '143444.894000', '143444.896000', '143444.899000', '143444.902000', '143444.904000', '143444.907000', '143444.909000', '143444.912000', '143444.915000', '143504.760000', '143504.762000', '143504.765000', '143504.768000', '143504.770000', '143504.773000', '143504.776000', '143504.778000', '143504.781000', '143504.784000', '143504.786000', '143504.789000', '143504.791000', '143504.794000', '143504.797000', '143504.799000', '143504.802000', '143504.804000', '143504.807000', '143504.809000', '143504.812000', '143504.815000', '143504.847000', '143504.850000', '143504.852000', '143504.855000', '143504.857000', '143504.860000', '143504.862000', '143504.865000', '143504.868000', '143504.870000', '143504.873000', '143504.875000', '143504.878000', '143504.881000', '143504.883000', '143504.886000', '143504.889000', '143504.891000', '143504.894000', '143504.896000', '143504.899000', '143504.901000', '143524.759000', '143524.761000', '143524.764000', '143524.766000', '143524.769000', '143524.772000', '143524.775000', '143524.777000', '143524.780000', '143524.783000', '143524.785000', '143524.790000', '143524.792000', '143524.795000', '143524.797000', '143524.800000', '143524.802000', '143524.805000', '143524.808000', '143524.810000', '143524.813000', '143524.845000', '143524.848000', '143524.850000', '143524.853000', '143524.855000', '143524.858000', '143524.860000', '143524.863000', '143524.866000', '143524.868000', '143524.871000', '143524.873000', '143524.876000', '143524.879000', '143524.881000', '143524.884000', '143524.886000', '143524.889000', '143524.892000', '143524.894000', '143524.897000', '143524.899000', '143544.759000', '143544.762000', '143544.764000', '143544.767000', '143544.769000', '143544.772000', '143544.775000', '143544.777000', '143544.780000', '143544.782000', '143544.785000', '143544.788000', '143544.790000', '143544.793000', '143544.795000', '143544.798000', '143544.800000', '143544.803000', '143544.806000', '143544.808000', '143544.811000', '143544.813000', '143544.875000', '143544.878000', '143544.880000', '143544.883000', '143544.885000', '143544.888000', '143544.891000', '143544.893000', '143544.896000', '143544.898000', '143544.901000', '143544.903000', '143544.906000', '143544.909000', '143544.911000', '143544.914000', '143544.916000', '143544.919000', '143544.921000', '143544.924000', '143544.927000', '143544.929000', '143604.759000', '143604.762000', '143604.765000', '143604.767000', '143604.770000', '143604.773000', '143604.775000', '143604.778000', '143604.780000', '143604.783000', '143604.785000', '143604.788000', '143604.791000', '143604.793000', '143604.796000', '143604.798000', '143604.801000', '143604.803000', '143604.806000', '143604.808000', '143604.811000', '143604.814000', '143604.864000', '143604.866000', '143604.869000', '143604.872000', '143604.874000', '143604.877000', '143604.879000', '143604.882000', '143604.886000', '143604.889000', '143604.891000', '143604.894000', '143604.897000', '143604.899000', '143604.902000', '143604.904000', '143604.907000', '143604.910000', '143604.912000', '143604.915000', '143604.917000', '143624.759000', '143624.762000', '143624.765000', '143624.767000', '143624.770000', '143624.772000', '143624.775000', '143624.778000', '143624.780000', '143624.783000', '143624.785000', '143624.788000', '143624.790000', '143624.793000', '143624.796000', '143624.798000', '143624.801000', '143624.803000', '143624.806000', '143624.809000', '143624.811000', '143624.814000', '143624.901000', '143624.904000', '143624.906000', '143624.909000', '143624.912000', '143624.914000', '143624.917000', '143624.919000', '143624.922000', '143624.924000', '143624.927000', '143624.929000', '143624.932000', '143624.935000', '143624.937000', '143624.940000', '143624.942000', '143624.945000', '143624.947000', '143624.950000', '143624.952000', '143624.955000', '143644.760000', '143644.762000', '143644.765000', '143644.768000', '143644.770000', '143644.773000', '143644.775000', '143644.778000', '143644.781000', '143644.783000', '143644.786000', '143644.788000', '143644.791000', '143644.793000', '143644.796000', '143644.799000', '143644.801000', '143644.804000', '143644.806000', '143644.809000', '143644.812000', '143644.814000', '143644.889000', '143644.892000', '143644.894000', '143644.897000', '143644.899000', '143644.902000', '143644.904000', '143644.907000', '143644.910000', '143644.912000', '143644.915000', '143644.918000', '143644.920000', '143644.923000', '143644.925000', '143644.928000', '143644.930000', '143644.933000', '143644.935000', '143644.938000', '143644.941000', '143704.759000', '143704.762000', '143704.765000', '143704.767000', '143704.770000', '143704.772000', '143704.775000', '143704.778000', '143704.780000', '143704.783000', '143704.785000', '143704.788000', '143704.790000', '143704.793000', '143704.795000', '143704.798000', '143704.800000', '143704.803000', '143704.806000', '143704.808000', '143704.811000', '143704.813000', '143704.858000', '143704.861000', '143704.863000', '143704.866000', '143704.868000', '143704.871000', '143704.874000', '143704.876000', '143704.879000', '143704.881000', '143704.884000', '143704.886000', '143704.889000', '143704.892000', '143704.894000', '143704.897000', '143704.899000', '143704.902000', '143704.904000', '143704.907000', '143704.910000', '143704.912000', '143724.760000', '143724.762000', '143724.765000', '143724.767000', '143724.770000', '143724.773000', '143724.775000', '143724.778000', '143724.780000', '143724.783000', '143724.785000', '143724.788000', '143724.790000', '143724.793000', '143724.796000', '143724.798000', '143724.801000', '143724.803000', '143724.806000', '143724.808000', '143724.811000', '143724.814000', '143724.916000', '143724.918000', '143724.921000', '143724.923000', '143724.926000', '143724.928000', '143724.931000', '143724.934000', '143724.936000', '143724.939000', '143724.941000', '143724.944000', '143724.946000', '143724.949000', '143724.952000', '143724.954000', '143724.957000', '143724.959000', '143724.962000', '143724.964000', '143724.967000', '143744.759000', '143744.761000', '143744.764000', '143744.767000', '143744.769000', '143744.772000', '143744.774000', '143744.777000', '143744.779000', '143744.782000', '143744.784000', '143744.787000', '143744.790000', '143744.792000', '143744.795000', '143744.797000', '143744.800000', '143744.802000', '143744.805000', '143744.808000', '143744.810000', '143744.813000', '143744.816000', '143744.909000', '143744.911000', '143744.914000', '143744.916000', '143744.919000', '143744.921000', '143744.924000', '143744.927000', '143744.929000', '143744.932000', '143744.935000', '143744.937000', '143744.940000', '143744.942000', '143744.945000', '143744.947000', '143744.950000', '143744.952000', '143744.955000', '143744.958000', '143804.758000', '143804.761000', '143804.764000', '143804.766000', '143804.769000', '143804.772000', '143804.774000', '143804.777000', '143804.779000', '143804.782000', '143804.784000', '143804.787000', '143804.789000', '143804.792000', '143804.794000', '143804.797000', '143804.800000', '143804.802000', '143804.805000', '143804.807000', '143804.810000', '143804.813000', '143804.893000', '143804.896000', '143804.898000', '143804.901000', '143804.903000', '143804.906000', '143804.908000', '143804.911000', '143804.914000', '143804.916000', '143804.919000', '143804.921000', '143804.924000', '143804.927000', '143804.929000', '143804.932000', '143804.934000', '143804.937000', '143804.940000', '143804.942000', '143804.945000', '143804.947000', '143824.760000', '143824.763000', '143824.765000', '143824.768000', '143824.770000', '143824.773000', '143824.775000', '143824.778000', '143824.781000', '143824.783000', '143824.786000', '143824.788000', '143824.791000', '143824.793000', '143824.796000', '143824.799000', '143824.801000', '143824.804000', '143824.806000', '143824.809000', '143824.811000', '143824.814000', '143824.883000', '143824.885000', '143824.888000', '143824.891000', '143824.893000', '143824.896000', '143824.898000', '143824.901000', '143824.904000', '143824.906000', '143824.909000', '143824.911000', '143824.914000', '143824.917000', '143824.919000', '143824.922000', '143824.924000', '143824.927000', '143824.930000', '143824.932000', '143824.935000', '143824.938000', '143844.760000', '143844.762000', '143844.765000', '143844.768000', '143844.770000', '143844.773000', '143844.775000', '143844.778000', '143844.780000', '143844.783000', '143844.786000', '143844.788000', '143844.791000', '143844.793000', '143844.796000', '143844.798000', '143844.801000', '143844.804000', '143844.806000', '143844.809000', '143844.811000', '143844.814000', '143844.867000', '143844.870000', '143844.872000', '143844.875000', '143844.877000', '143844.880000', '143844.883000', '143844.885000', '143844.888000', '143844.890000', '143844.893000', '143844.895000', '143844.898000', '143844.900000', '143844.903000', '143844.906000', '143844.909000', '143844.912000', '143844.914000', '143844.917000', '143844.920000', '143904.760000', '143904.762000', '143904.765000', '143904.767000', '143904.770000', '143904.773000', '143904.775000', '143904.778000', '143904.780000', '143904.783000', '143904.785000', '143904.788000', '143904.791000', '143904.793000', '143904.796000', '143904.798000', '143904.801000', '143904.803000', '143904.806000', '143904.808000', '143904.811000', '143904.814000', '143904.816000', '143904.889000', '143904.892000', '143904.894000', '143904.897000', '143904.907000', '143904.910000', '143904.913000', '143904.915000', '143904.918000', '143904.920000', '143904.923000', '143904.925000', '143904.928000', '143904.931000', '143904.933000', '143904.936000', '143904.938000', '143904.941000', '143904.944000', '143904.946000', '143904.949000', '143924.760000', '143924.763000', '143924.766000', '143924.768000', '143924.771000', '143924.773000', '143924.776000', '143924.779000', '143924.781000', '143924.784000', '143924.786000', '143924.789000', '143924.792000', '143924.794000', '143924.797000', '143924.799000', '143924.802000', '143924.804000', '143924.807000', '143924.810000', '143924.812000', '143924.815000', '143924.901000', '143924.904000', '143924.907000', '143924.909000', '143924.912000', '143924.915000', '143924.917000', '143924.920000', '143924.922000', '143924.925000', '143924.927000', '143924.930000', '143924.932000', '143924.935000', '143924.937000', '143924.940000', '143924.943000', '143924.945000', '143924.948000', '143924.950000', '143924.953000', '143944.759000', '143944.762000', '143944.764000', '143944.767000', '143944.769000', '143944.772000', '143944.775000', '143944.777000', '143944.780000', '143944.782000', '143944.785000', '143944.788000', '143944.790000', '143944.793000', '143944.796000', '143944.798000', '143944.801000', '143944.803000', '143944.806000', '143944.808000', '143944.811000', '143944.817000', '143944.915000', '143944.918000', '143944.921000', '143944.923000', '143944.926000', '143944.928000', '143944.931000', '143944.933000', '143944.936000', '143944.938000', '143944.941000', '143944.944000', '143944.946000', '143944.949000', '143944.951000', '143944.954000', '143944.956000', '143944.959000', '143944.961000', '143944.964000', '143944.967000', '143944.969000', '144004.758000', '144004.761000', '144004.764000', '144004.766000', '144004.769000', '144004.771000', '144004.774000', '144004.777000', '144004.779000', '144004.782000', '144004.784000', '144004.787000', '144004.789000', '144004.792000', '144004.794000', '144004.797000', '144004.800000', '144004.802000', '144004.805000', '144004.807000', '144004.810000', '144004.812000', '144004.815000', '144004.818000', '144004.820000', '144004.823000', '144004.825000', '144004.828000', '144004.831000', '144004.833000', '144004.836000', '144004.838000', '144004.841000', '144004.844000', '144004.846000', '144004.849000', '144004.851000', '144004.854000', '144004.856000', '144004.859000', '144004.862000', '144004.864000', '144004.867000', '144024.758000', '144024.761000', '144024.764000', '144024.766000', '144024.769000', '144024.771000', '144024.774000', '144024.777000', '144024.779000', '144024.823000', '144024.903000', '144024.905000', '144024.908000', '144024.911000', '144024.913000', '144024.916000', '144024.918000', '144024.921000', '144024.924000', '144024.926000', '144024.929000', '144024.931000', '144024.934000', '144024.936000', '144024.939000', '144024.941000', '144024.944000', '144024.947000', '144024.949000', '144024.952000', '144024.954000', '144024.957000', '144024.959000', '144024.962000', '144024.965000', '144024.967000', '144024.970000', '144024.972000', '144024.975000', '144024.978000', '144024.980000', '144024.983000', '144024.985000', '144024.988000', '144044.760000', '144044.762000', '144044.765000', '144044.768000', '144044.770000', '144044.773000', '144044.775000', '144044.778000', '144044.780000', '144044.783000', '144044.786000', '144044.788000', '144044.791000', '144044.793000', '144044.796000', '144044.799000', '144044.801000', '144044.804000', '144044.806000', '144044.809000', '144044.812000', '144044.814000', '144044.905000', '144044.907000', '144044.910000', '144044.912000', '144044.915000', '144044.917000', '144044.920000', '144044.922000', '144044.925000', '144044.928000', '144044.930000', '144044.933000', '144044.935000', '144044.938000', '144044.941000', '144044.944000', '144044.946000', '144044.949000', '144044.951000', '144044.954000', '144044.957000', '144104.760000', '144104.762000', '144104.765000', '144104.768000', '144104.770000', '144104.773000', '144104.775000', '144104.778000', '144104.780000', '144104.783000', '144104.786000', '144104.788000', '144104.791000', '144104.793000', '144104.796000', '144104.798000', '144104.801000', '144104.804000', '144104.806000', '144104.809000', '144104.812000', '144104.814000', '144104.890000', '144104.893000', '144104.895000', '144104.898000', '144104.900000', '144104.903000', '144104.905000', '144104.908000', '144104.911000', '144104.913000', '144104.916000', '144104.918000', '144104.921000', '144104.923000', '144104.926000', '144104.929000', '144104.931000', '144104.934000', '144104.936000', '144104.939000', '144104.941000', '144104.944000', '144117.563000', '144117.566000', '144117.569000', '144117.571000', '144117.574000', '144117.576000', '144117.579000', '144117.582000', '144117.584000', '144117.587000', '144117.589000', '144117.592000', '144117.594000', '144117.597000', '144117.599000', '144117.602000', '144117.604000', '144117.607000', '144117.610000', '144117.612000', '144117.615000', '144117.618000', '144117.620000', '144117.623000', '144117.626000', '144117.628000', '144117.631000', '144117.633000'], 'InstanceCreationTime': ['142904.791000', '142904.794000', '142904.796000', '142904.799000', '142904.808000', '142904.811000', '142904.814000', '142904.816000', '142904.819000', '142904.821000', '142904.824000', '142904.826000', '142904.829000', '142904.832000', '142904.835000', '142904.837000', '142904.840000', '142904.842000', '142904.845000', '142904.847000', '142904.861000', '142904.863000', '142904.866000', '142904.868000', '142904.878000', '142904.881000', '142904.883000', '142904.894000', '142904.896000', '142904.899000', '142904.901000', '142904.904000', '142904.907000', '142904.909000', '142904.912000', '142904.914000', '142904.917000', '142904.919000', '142904.922000', '142904.925000', '142904.927000', '142904.930000', '142904.932000', '142904.935000', '142904.937000', '142904.940000', '142924.759000', '142924.762000', '142924.765000', '142924.768000', '142924.770000', '142924.773000', '142924.775000', '142924.778000', '142924.780000', '142924.783000', '142924.785000', '142924.788000', '142924.791000', '142924.793000', '142924.796000', '142924.798000', '142924.801000', '142924.803000', '142924.806000', '142924.809000', '142924.838000', '142924.840000', '142924.843000', '142924.846000', '142924.848000', '142924.851000', '142924.853000', '142924.856000', '142924.858000', '142924.861000', '142924.863000', '142924.866000', '142924.868000', '142924.871000', '142924.874000', '142924.876000', '142924.879000', '142924.881000', '142924.884000', '142924.886000', '142924.889000', '142924.891000', '142924.894000', '142924.896000', '142944.760000', '142944.762000', '142944.765000', '142944.767000', '142944.770000', '142944.773000', '142944.775000', '142944.778000', '142944.780000', '142944.783000', '142944.785000', '142944.788000', '142944.790000', '142944.793000', '142944.796000', '142944.798000', '142944.801000', '142944.803000', '142944.806000', '142944.809000', '142944.811000', '142944.814000', '142944.816000', '142944.819000', '142944.821000', '142944.824000', '142944.827000', '142944.829000', '142944.832000', '142944.834000', '142944.837000', '142944.839000', '142944.842000', '142944.844000', '142944.847000', '142944.851000', '142944.854000', '142944.857000', '142944.859000', '142944.862000', '142944.864000', '142944.867000', '142944.869000', '143004.759000', '143004.762000', '143004.765000', '143004.767000', '143004.770000', '143004.772000', '143004.775000', '143004.778000', '143004.780000', '143004.783000', '143004.785000', '143004.788000', '143004.790000', '143004.793000', '143004.795000', '143004.798000', '143004.800000', '143004.803000', '143004.805000', '143004.808000', '143004.810000', '143004.813000', '143004.816000', '143004.818000', '143004.821000', '143004.824000', '143004.826000', '143004.829000', '143004.831000', '143004.834000', '143004.836000', '143004.839000', '143004.842000', '143004.844000', '143004.847000', '143004.850000', '143004.853000', '143004.860000', '143004.863000', '143004.865000', '143004.868000', '143004.871000', '143004.873000', '143004.876000', '143024.760000', '143024.762000', '143024.765000', '143024.767000', '143024.770000', '143024.772000', '143024.775000', '143024.778000', '143024.780000', '143024.783000', '143024.785000', '143024.788000', '143024.790000', '143024.793000', '143024.795000', '143024.798000', '143024.801000', '143024.803000', '143024.806000', '143024.808000', '143024.811000', '143024.814000', '143024.816000', '143024.819000', '143024.821000', '143024.824000', '143024.826000', '143024.829000', '143024.837000', '143024.840000', '143024.842000', '143024.845000', '143024.847000', '143024.850000', '143024.853000', '143024.855000', '143024.858000', '143024.860000', '143024.863000', '143024.865000', '143024.868000', '143024.870000', '143024.873000', '143044.759000', '143044.761000', '143044.764000', '143044.766000', '143044.769000', '143044.771000', '143044.774000', '143044.776000', '143044.779000', '143044.781000', '143044.784000', '143044.787000', '143044.789000', '143044.792000', '143044.794000', '143044.797000', '143044.800000', '143044.802000', '143044.805000', '143044.807000', '143044.829000', '143044.854000', '143044.856000', '143044.859000', '143044.861000', '143044.864000', '143044.867000', '143044.869000', '143044.872000', '143044.874000', '143044.877000', '143044.879000', '143044.882000', '143044.885000', '143044.887000', '143044.890000', '143044.898000', '143044.901000', '143044.904000', '143044.906000', '143044.909000', '143044.911000', '143044.914000', '143044.916000', '143104.758000', '143104.761000', '143104.764000', '143104.766000', '143104.769000', '143104.772000', '143104.774000', '143104.777000', '143104.779000', '143104.782000', '143104.784000', '143104.787000', '143104.789000', '143104.792000', '143104.795000', '143104.797000', '143104.800000', '143104.802000', '143104.805000', '143104.808000', '143104.810000', '143104.813000', '143104.829000', '143104.832000', '143104.834000', '143104.837000', '143104.840000', '143104.842000', '143104.845000', '143104.847000', '143104.850000', '143104.853000', '143104.855000', '143104.858000', '143104.860000', '143104.863000', '143104.866000', '143104.868000', '143104.871000', '143104.873000', '143104.876000', '143104.879000', '143104.881000', '143124.759000', '143124.762000', '143124.765000', '143124.767000', '143124.770000', '143124.772000', '143124.775000', '143124.778000', '143124.780000', '143124.783000', '143124.785000', '143124.788000', '143124.790000', '143124.793000', '143124.795000', '143124.798000', '143124.801000', '143124.803000', '143124.806000', '143124.809000', '143124.811000', '143124.814000', '143124.862000', '143124.864000', '143124.867000', '143124.869000', '143124.872000', '143124.874000', '143124.877000', '143124.880000', '143124.882000', '143124.885000', '143124.887000', '143124.890000', '143124.893000', '143124.895000', '143124.898000', '143124.900000', '143124.903000', '143124.905000', '143124.908000', '143124.911000', '143124.913000', '143124.916000', '143144.759000', '143144.762000', '143144.765000', '143144.767000', '143144.770000', '143144.772000', '143144.775000', '143144.777000', '143144.780000', '143144.783000', '143144.785000', '143144.788000', '143144.790000', '143144.793000', '143144.795000', '143144.798000', '143144.800000', '143144.803000', '143144.806000', '143144.808000', '143144.811000', '143144.813000', '143144.856000', '143144.859000', '143144.861000', '143144.864000', '143144.867000', '143144.869000', '143144.872000', '143144.874000', '143144.877000', '143144.879000', '143144.882000', '143144.884000', '143144.887000', '143144.890000', '143144.892000', '143144.895000', '143144.897000', '143144.900000', '143144.902000', '143144.905000', '143144.908000', '143204.759000', '143204.762000', '143204.765000', '143204.768000', '143204.770000', '143204.773000', '143204.775000', '143204.778000', '143204.780000', '143204.783000', '143204.785000', '143204.788000', '143204.794000', '143204.797000', '143204.799000', '143204.802000', '143204.805000', '143204.807000', '143204.810000', '143204.812000', '143204.815000', '143204.817000', '143204.820000', '143204.823000', '143204.825000', '143204.828000', '143204.830000', '143204.833000', '143204.835000', '143204.838000', '143204.840000', '143204.843000', '143204.846000', '143204.848000', '143204.851000', '143204.853000', '143204.856000', '143204.858000', '143204.861000', '143204.863000', '143204.866000', '143204.869000', '143204.871000', '143204.874000', '143224.760000', '143224.762000', '143224.765000', '143224.768000', '143224.770000', '143224.773000', '143224.775000', '143224.778000', '143224.780000', '143224.783000', '143224.785000', '143224.788000', '143224.790000', '143224.793000', '143224.795000', '143224.809000', '143224.811000', '143224.814000', '143224.816000', '143224.857000', '143224.859000', '143224.862000', '143224.864000', '143224.867000', '143224.869000', '143224.872000', '143224.875000', '143224.877000', '143224.880000', '143224.883000', '143224.885000', '143224.888000', '143224.890000', '143224.893000', '143224.895000', '143224.898000', '143224.901000', '143224.903000', '143224.906000', '143224.908000', '143224.911000', '143224.914000', '143224.916000', '143244.759000', '143244.762000', '143244.765000', '143244.767000', '143244.770000', '143244.772000', '143244.775000', '143244.778000', '143244.780000', '143244.783000', '143244.785000', '143244.788000', '143244.790000', '143244.793000', '143244.795000', '143244.798000', '143244.801000', '143244.803000', '143244.806000', '143244.808000', '143244.811000', '143244.814000', '143244.869000', '143244.871000', '143244.874000', '143244.876000', '143244.879000', '143244.881000', '143244.884000', '143244.887000', '143244.889000', '143244.892000', '143244.894000', '143244.897000', '143244.899000', '143244.902000', '143244.904000', '143244.907000', '143244.910000', '143244.912000', '143244.915000', '143244.917000', '143244.920000', '143244.923000', '143304.758000', '143304.761000', '143304.764000', '143304.767000', '143304.769000', '143304.772000', '143304.774000', '143304.777000', '143304.780000', '143304.782000', '143304.785000', '143304.787000', '143304.790000', '143304.792000', '143304.795000', '143304.798000', '143304.800000', '143304.803000', '143304.805000', '143304.808000', '143304.810000', '143304.813000', '143304.861000', '143304.864000', '143304.866000', '143304.869000', '143304.871000', '143304.874000', '143304.877000', '143304.879000', '143304.882000', '143304.884000', '143304.887000', '143304.889000', '143304.892000', '143304.895000', '143304.897000', '143304.900000', '143304.902000', '143304.905000', '143304.908000', '143304.910000', '143304.913000', '143324.759000', '143324.761000', '143324.764000', '143324.770000', '143324.773000', '143324.776000', '143324.778000', '143324.781000', '143324.783000', '143324.786000', '143324.789000', '143324.791000', '143324.794000', '143324.796000', '143324.799000', '143324.802000', '143324.805000', '143324.807000', '143324.810000', '143324.812000', '143324.815000', '143324.878000', '143324.881000', '143324.884000', '143324.886000', '143324.889000', '143324.891000', '143324.894000', '143324.897000', '143324.899000', '143324.902000', '143324.904000', '143324.907000', '143324.909000', '143324.912000', '143324.915000', '143324.917000', '143324.920000', '143324.922000', '143324.925000', '143324.927000', '143324.930000', '143324.933000', '143344.760000', '143344.762000', '143344.765000', '143344.767000', '143344.770000', '143344.772000', '143344.775000', '143344.778000', '143344.780000', '143344.783000', '143344.785000', '143344.788000', '143344.790000', '143344.793000', '143344.795000', '143344.798000', '143344.801000', '143344.803000', '143344.806000', '143344.808000', '143344.811000', '143344.813000', '143344.816000', '143344.819000', '143344.821000', '143344.824000', '143344.826000', '143344.837000', '143344.839000', '143344.842000', '143344.844000', '143344.847000', '143344.849000', '143344.852000', '143344.854000', '143344.857000', '143344.860000', '143344.862000', '143344.865000', '143344.867000', '143344.870000', '143344.873000', '143344.875000', '143344.878000', '143404.760000', '143404.762000', '143404.765000', '143404.768000', '143404.770000', '143404.773000', '143404.776000', '143404.778000', '143404.781000', '143404.783000', '143404.786000', '143404.789000', '143404.791000', '143404.794000', '143404.796000', '143404.799000', '143404.801000', '143404.804000', '143404.807000', '143404.809000', '143404.812000', '143404.814000', '143404.817000', '143404.820000', '143404.822000', '143404.825000', '143404.827000', '143404.830000', '143404.832000', '143404.835000', '143404.838000', '143404.840000', '143404.843000', '143404.845000', '143404.848000', '143404.850000', '143404.853000', '143404.856000', '143404.858000', '143404.861000', '143404.863000', '143404.866000', '143404.868000', '143424.760000', '143424.762000', '143424.765000', '143424.768000', '143424.770000', '143424.773000', '143424.775000', '143424.778000', '143424.781000', '143424.783000', '143424.786000', '143424.789000', '143424.791000', '143424.794000', '143424.796000', '143424.799000', '143424.801000', '143424.804000', '143424.807000', '143424.809000', '143424.812000', '143424.814000', '143424.883000', '143424.886000', '143424.888000', '143424.891000', '143424.894000', '143424.896000', '143424.899000', '143424.901000', '143424.904000', '143424.906000', '143424.909000', '143424.912000', '143424.916000', '143424.919000', '143424.921000', '143424.924000', '143424.926000', '143424.929000', '143424.932000', '143424.934000', '143424.937000', '143424.939000', '143444.760000', '143444.763000', '143444.765000', '143444.768000', '143444.770000', '143444.773000', '143444.775000', '143444.778000', '143444.781000', '143444.783000', '143444.786000', '143444.788000', '143444.792000', '143444.795000', '143444.798000', '143444.800000', '143444.803000', '143444.806000', '143444.808000', '143444.811000', '143444.813000', '143444.860000', '143444.863000', '143444.866000', '143444.868000', '143444.871000', '143444.873000', '143444.876000', '143444.878000', '143444.881000', '143444.884000', '143444.886000', '143444.889000', '143444.891000', '143444.894000', '143444.896000', '143444.899000', '143444.902000', '143444.904000', '143444.907000', '143444.909000', '143444.912000', '143444.915000', '143504.760000', '143504.762000', '143504.765000', '143504.768000', '143504.770000', '143504.773000', '143504.776000', '143504.778000', '143504.781000', '143504.784000', '143504.786000', '143504.789000', '143504.791000', '143504.794000', '143504.797000', '143504.799000', '143504.802000', '143504.804000', '143504.807000', '143504.809000', '143504.812000', '143504.815000', '143504.847000', '143504.850000', '143504.852000', '143504.855000', '143504.857000', '143504.860000', '143504.862000', '143504.865000', '143504.868000', '143504.870000', '143504.873000', '143504.875000', '143504.878000', '143504.881000', '143504.883000', '143504.886000', '143504.889000', '143504.891000', '143504.894000', '143504.896000', '143504.899000', '143504.901000', '143524.759000', '143524.761000', '143524.764000', '143524.766000', '143524.769000', '143524.772000', '143524.775000', '143524.777000', '143524.780000', '143524.783000', '143524.785000', '143524.790000', '143524.792000', '143524.795000', '143524.797000', '143524.800000', '143524.802000', '143524.805000', '143524.808000', '143524.810000', '143524.813000', '143524.845000', '143524.848000', '143524.850000', '143524.853000', '143524.855000', '143524.858000', '143524.860000', '143524.863000', '143524.866000', '143524.868000', '143524.871000', '143524.873000', '143524.876000', '143524.879000', '143524.881000', '143524.884000', '143524.886000', '143524.889000', '143524.892000', '143524.894000', '143524.897000', '143524.899000', '143544.759000', '143544.762000', '143544.764000', '143544.767000', '143544.769000', '143544.772000', '143544.775000', '143544.777000', '143544.780000', '143544.782000', '143544.785000', '143544.788000', '143544.790000', '143544.793000', '143544.795000', '143544.798000', '143544.800000', '143544.803000', '143544.806000', '143544.808000', '143544.811000', '143544.813000', '143544.875000', '143544.878000', '143544.880000', '143544.883000', '143544.885000', '143544.888000', '143544.891000', '143544.893000', '143544.896000', '143544.898000', '143544.901000', '143544.903000', '143544.906000', '143544.909000', '143544.911000', '143544.914000', '143544.916000', '143544.919000', '143544.921000', '143544.924000', '143544.927000', '143544.929000', '143604.759000', '143604.762000', '143604.765000', '143604.767000', '143604.770000', '143604.773000', '143604.775000', '143604.778000', '143604.780000', '143604.783000', '143604.785000', '143604.788000', '143604.791000', '143604.793000', '143604.796000', '143604.798000', '143604.801000', '143604.803000', '143604.806000', '143604.808000', '143604.811000', '143604.814000', '143604.864000', '143604.866000', '143604.869000', '143604.872000', '143604.874000', '143604.877000', '143604.879000', '143604.882000', '143604.886000', '143604.889000', '143604.891000', '143604.894000', '143604.897000', '143604.899000', '143604.902000', '143604.904000', '143604.907000', '143604.910000', '143604.912000', '143604.915000', '143604.917000', '143624.759000', '143624.762000', '143624.765000', '143624.767000', '143624.770000', '143624.772000', '143624.775000', '143624.778000', '143624.780000', '143624.783000', '143624.785000', '143624.788000', '143624.790000', '143624.793000', '143624.796000', '143624.798000', '143624.801000', '143624.803000', '143624.806000', '143624.809000', '143624.811000', '143624.814000', '143624.901000', '143624.904000', '143624.906000', '143624.909000', '143624.912000', '143624.914000', '143624.917000', '143624.919000', '143624.922000', '143624.924000', '143624.927000', '143624.929000', '143624.932000', '143624.935000', '143624.937000', '143624.940000', '143624.942000', '143624.945000', '143624.947000', '143624.950000', '143624.952000', '143624.955000', '143644.760000', '143644.762000', '143644.765000', '143644.768000', '143644.770000', '143644.773000', '143644.775000', '143644.778000', '143644.781000', '143644.783000', '143644.786000', '143644.788000', '143644.791000', '143644.793000', '143644.796000', '143644.799000', '143644.801000', '143644.804000', '143644.806000', '143644.809000', '143644.812000', '143644.814000', '143644.889000', '143644.892000', '143644.894000', '143644.897000', '143644.899000', '143644.902000', '143644.904000', '143644.907000', '143644.910000', '143644.912000', '143644.915000', '143644.918000', '143644.920000', '143644.923000', '143644.925000', '143644.928000', '143644.930000', '143644.933000', '143644.935000', '143644.938000', '143644.941000', '143704.759000', '143704.762000', '143704.765000', '143704.767000', '143704.770000', '143704.772000', '143704.775000', '143704.778000', '143704.780000', '143704.783000', '143704.785000', '143704.788000', '143704.790000', '143704.793000', '143704.795000', '143704.798000', '143704.800000', '143704.803000', '143704.806000', '143704.808000', '143704.811000', '143704.813000', '143704.858000', '143704.861000', '143704.863000', '143704.866000', '143704.868000', '143704.871000', '143704.874000', '143704.876000', '143704.879000', '143704.881000', '143704.884000', '143704.886000', '143704.889000', '143704.892000', '143704.894000', '143704.897000', '143704.899000', '143704.902000', '143704.904000', '143704.907000', '143704.910000', '143704.912000', '143724.760000', '143724.762000', '143724.765000', '143724.767000', '143724.770000', '143724.773000', '143724.775000', '143724.778000', '143724.780000', '143724.783000', '143724.785000', '143724.788000', '143724.790000', '143724.793000', '143724.796000', '143724.798000', '143724.801000', '143724.803000', '143724.806000', '143724.808000', '143724.811000', '143724.814000', '143724.916000', '143724.918000', '143724.921000', '143724.923000', '143724.926000', '143724.928000', '143724.931000', '143724.934000', '143724.936000', '143724.939000', '143724.941000', '143724.944000', '143724.946000', '143724.949000', '143724.952000', '143724.954000', '143724.957000', '143724.959000', '143724.962000', '143724.964000', '143724.967000', '143744.759000', '143744.761000', '143744.764000', '143744.767000', '143744.769000', '143744.772000', '143744.774000', '143744.777000', '143744.779000', '143744.782000', '143744.784000', '143744.787000', '143744.790000', '143744.792000', '143744.795000', '143744.797000', '143744.800000', '143744.802000', '143744.805000', '143744.808000', '143744.810000', '143744.813000', '143744.816000', '143744.909000', '143744.911000', '143744.914000', '143744.916000', '143744.919000', '143744.921000', '143744.924000', '143744.927000', '143744.929000', '143744.932000', '143744.935000', '143744.937000', '143744.940000', '143744.942000', '143744.945000', '143744.947000', '143744.950000', '143744.952000', '143744.955000', '143744.958000', '143804.758000', '143804.761000', '143804.764000', '143804.766000', '143804.769000', '143804.772000', '143804.774000', '143804.777000', '143804.779000', '143804.782000', '143804.784000', '143804.787000', '143804.789000', '143804.792000', '143804.794000', '143804.797000', '143804.800000', '143804.802000', '143804.805000', '143804.807000', '143804.810000', '143804.813000', '143804.893000', '143804.896000', '143804.898000', '143804.901000', '143804.903000', '143804.906000', '143804.908000', '143804.911000', '143804.914000', '143804.916000', '143804.919000', '143804.921000', '143804.924000', '143804.927000', '143804.929000', '143804.932000', '143804.934000', '143804.937000', '143804.940000', '143804.942000', '143804.945000', '143804.947000', '143824.760000', '143824.763000', '143824.765000', '143824.768000', '143824.770000', '143824.773000', '143824.775000', '143824.778000', '143824.781000', '143824.783000', '143824.786000', '143824.788000', '143824.791000', '143824.793000', '143824.796000', '143824.799000', '143824.801000', '143824.804000', '143824.806000', '143824.809000', '143824.811000', '143824.814000', '143824.883000', '143824.885000', '143824.888000', '143824.891000', '143824.893000', '143824.896000', '143824.898000', '143824.901000', '143824.904000', '143824.906000', '143824.909000', '143824.911000', '143824.914000', '143824.917000', '143824.919000', '143824.922000', '143824.924000', '143824.927000', '143824.930000', '143824.932000', '143824.935000', '143824.938000', '143844.760000', '143844.762000', '143844.765000', '143844.768000', '143844.770000', '143844.773000', '143844.775000', '143844.778000', '143844.780000', '143844.783000', '143844.786000', '143844.788000', '143844.791000', '143844.793000', '143844.796000', '143844.798000', '143844.801000', '143844.804000', '143844.806000', '143844.809000', '143844.811000', '143844.814000', '143844.867000', '143844.870000', '143844.872000', '143844.875000', '143844.877000', '143844.880000', '143844.883000', '143844.885000', '143844.888000', '143844.890000', '143844.893000', '143844.895000', '143844.898000', '143844.900000', '143844.903000', '143844.906000', '143844.909000', '143844.912000', '143844.914000', '143844.917000', '143844.920000', '143904.760000', '143904.762000', '143904.765000', '143904.767000', '143904.770000', '143904.773000', '143904.775000', '143904.778000', '143904.780000', '143904.783000', '143904.785000', '143904.788000', '143904.791000', '143904.793000', '143904.796000', '143904.798000', '143904.801000', '143904.803000', '143904.806000', '143904.808000', '143904.811000', '143904.814000', '143904.816000', '143904.889000', '143904.892000', '143904.894000', '143904.897000', '143904.907000', '143904.910000', '143904.913000', '143904.915000', '143904.918000', '143904.920000', '143904.923000', '143904.925000', '143904.928000', '143904.931000', '143904.933000', '143904.936000', '143904.938000', '143904.941000', '143904.944000', '143904.946000', '143904.949000', '143924.760000', '143924.763000', '143924.766000', '143924.768000', '143924.771000', '143924.773000', '143924.776000', '143924.779000', '143924.781000', '143924.784000', '143924.786000', '143924.789000', '143924.792000', '143924.794000', '143924.797000', '143924.799000', '143924.802000', '143924.804000', '143924.807000', '143924.810000', '143924.812000', '143924.815000', '143924.901000', '143924.904000', '143924.907000', '143924.909000', '143924.912000', '143924.915000', '143924.917000', '143924.920000', '143924.922000', '143924.925000', '143924.927000', '143924.930000', '143924.932000', '143924.935000', '143924.937000', '143924.940000', '143924.943000', '143924.945000', '143924.948000', '143924.950000', '143924.953000', '143944.759000', '143944.762000', '143944.764000', '143944.767000', '143944.769000', '143944.772000', '143944.775000', '143944.777000', '143944.780000', '143944.782000', '143944.785000', '143944.788000', '143944.790000', '143944.793000', '143944.796000', '143944.798000', '143944.801000', '143944.803000', '143944.806000', '143944.808000', '143944.811000', '143944.817000', '143944.915000', '143944.918000', '143944.921000', '143944.923000', '143944.926000', '143944.928000', '143944.931000', '143944.933000', '143944.936000', '143944.938000', '143944.941000', '143944.944000', '143944.946000', '143944.949000', '143944.951000', '143944.954000', '143944.956000', '143944.959000', '143944.961000', '143944.964000', '143944.967000', '143944.969000', '144004.758000', '144004.761000', '144004.764000', '144004.766000', '144004.769000', '144004.771000', '144004.774000', '144004.777000', '144004.779000', '144004.782000', '144004.784000', '144004.787000', '144004.789000', '144004.792000', '144004.794000', '144004.797000', '144004.800000', '144004.802000', '144004.805000', '144004.807000', '144004.810000', '144004.812000', '144004.815000', '144004.818000', '144004.820000', '144004.823000', '144004.825000', '144004.828000', '144004.831000', '144004.833000', '144004.836000', '144004.838000', '144004.841000', '144004.844000', '144004.846000', '144004.849000', '144004.851000', '144004.854000', '144004.856000', '144004.859000', '144004.862000', '144004.864000', '144004.867000', '144024.758000', '144024.761000', '144024.764000', '144024.766000', '144024.769000', '144024.771000', '144024.774000', '144024.777000', '144024.779000', '144024.823000', '144024.903000', '144024.905000', '144024.908000', '144024.911000', '144024.913000', '144024.916000', '144024.918000', '144024.921000', '144024.924000', '144024.926000', '144024.929000', '144024.931000', '144024.934000', '144024.936000', '144024.939000', '144024.941000', '144024.944000', '144024.947000', '144024.949000', '144024.952000', '144024.954000', '144024.957000', '144024.959000', '144024.962000', '144024.965000', '144024.967000', '144024.970000', '144024.972000', '144024.975000', '144024.978000', '144024.980000', '144024.983000', '144024.985000', '144024.988000', '144044.760000', '144044.762000', '144044.765000', '144044.768000', '144044.770000', '144044.773000', '144044.775000', '144044.778000', '144044.780000', '144044.783000', '144044.786000', '144044.788000', '144044.791000', '144044.793000', '144044.796000', '144044.799000', '144044.801000', '144044.804000', '144044.806000', '144044.809000', '144044.812000', '144044.814000', '144044.905000', '144044.907000', '144044.910000', '144044.912000', '144044.915000', '144044.917000', '144044.920000', '144044.922000', '144044.925000', '144044.928000', '144044.930000', '144044.933000', '144044.935000', '144044.938000', '144044.941000', '144044.944000', '144044.946000', '144044.949000', '144044.951000', '144044.954000', '144044.957000', '144104.760000', '144104.762000', '144104.765000', '144104.768000', '144104.770000', '144104.773000', '144104.775000', '144104.778000', '144104.780000', '144104.783000', '144104.786000', '144104.788000', '144104.791000', '144104.793000', '144104.796000', '144104.798000', '144104.801000', '144104.804000', '144104.806000', '144104.809000', '144104.812000', '144104.814000', '144104.890000', '144104.893000', '144104.895000', '144104.898000', '144104.900000', '144104.903000', '144104.905000', '144104.908000', '144104.911000', '144104.913000', '144104.916000', '144104.918000', '144104.921000', '144104.923000', '144104.926000', '144104.929000', '144104.931000', '144104.934000', '144104.936000', '144104.939000', '144104.941000', '144104.944000', '144117.563000', '144117.566000', '144117.569000', '144117.571000', '144117.574000', '144117.576000', '144117.579000', '144117.582000', '144117.584000', '144117.587000', '144117.589000', '144117.592000', '144117.594000', '144117.597000', '144117.599000', '144117.602000', '144117.604000', '144117.607000', '144117.610000', '144117.612000', '144117.615000', '144117.618000', '144117.620000', '144117.623000', '144117.626000', '144117.628000', '144117.631000', '144117.633000'], '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': [8929, 8273, 14256, 7745, 10126, 7721, 8059, 7589, 8085, 7472, 7429, 7462, 7686, 7686, 8282, 8629, 8069, 12719, 7664, 9762, 7259, 8166, 7263, 7897, 9425, 7476, 9077, 7278, 8752, 7381, 7896, 8138, 7964, 9604, 7600, 8786, 7561, 7994, 7398, 7962, 8164, 8499, 7234, 8342, 7723, 8171, 9107, 8065, 10685, 8072, 8107, 7772, 7977, 7462, 7918, 11300, 7411, 8699, 7766, 7335, 7687, 7481, 7787, 7641, 7752, 9322, 7968, 8183, 7558, 8091, 8026, 7880, 10530, 7717, 8447, 8280, 7863, 7506, 7850, 7149, 8332, 9175, 8038, 9384, 7648, 8275, 7736, 6943, 7834, 6993, 8276, 9390, 7465, 8781, 7928, 8058, 7234, 7875, 9995, 7647, 8273, 7393, 7864, 7512, 8034, 7536, 7506, 7911, 7804, 8141, 8280, 7767, 10139, 7795, 8660, 7607, 8073, 9710, 7696, 9113, 8153, 7842, 7680, 8003, 7667, 7839, 10305, 7970, 7933, 7500, 7807, 10121, 7706, 8568, 7535, 7924, 7706, 7770, 10163, 7770, 8240, 7505, 8048, 7732, 7761, 9055, 7734, 8118, 7553, 7925, 7661, 7749, 8957, 7382, 8086, 9327, 7781, 10768, 7680, 8821, 7588, 7961, 7257, 7123, 8145, 8226, 8542, 12737, 8197, 8310, 9388, 7893, 8744, 7911, 8202, 7585, 8250, 7362, 7729, 11800, 7502, 9307, 8317, 7486, 7782, 7218, 8388, 11193, 9319, 9722, 7718, 7706, 7343, 7736, 7333, 7972, 9332, 7544, 8676, 7621, 8303, 8664, 7706, 9986, 7987, 8330, 7702, 7657, 7943, 8276, 6996, 7984, 10605, 7862, 9108, 7682, 7777, 11157, 7753, 9855, 8187, 8310, 7818, 7814, 9958, 7886, 8814, 8071, 7725, 11695, 7846, 10020, 7512, 8371, 7878, 8121, 7876, 7969, 9198, 7601, 8300, 7561, 8229, 7934, 8438, 8888, 7904, 9149, 7908, 7941, 7250, 7717, 10181, 8000, 8074, 7732, 7840, 7129, 7865, 9241, 7991, 8119, 7526, 7857, 10551, 7922, 8626, 8225, 8318, 8738, 7984, 9706, 8354, 8266, 7722, 8185, 9295, 8032, 8683, 8312, 8233, 7172, 7999, 9648, 8170, 8243, 7897, 7909, 7711, 8289, 7615, 8066, 7870, 8288, 9315, 8436, 8075, 10631, 7887, 9626, 7799, 8316, 7683, 8030, 12242, 7909, 9555, 8352, 8135, 7273, 8025, 8749, 7946, 8055, 7277, 8000, 11600, 7559, 9386, 7730, 8037, 9428, 7692, 9172, 7869, 8292, 7980, 8149, 8221, 7787, 8340, 7978, 8184, 7606, 7856, 10701, 7852, 8630, 7908, 7852, 9335, 8192, 8802, 7806, 7050, 7887, 8188, 8320, 8105, 10179, 8071, 9110, 8088, 8139, 9981, 7770, 9271, 8018, 8034, 10410, 7570, 9606, 7732, 8345, 7990, 7951, 10001, 8364, 8222, 7975, 8063, 7050, 8057, 8663, 8184, 8022, 8140, 7976, 7696, 8020, 9917, 8097, 9472, 8484, 8249, 10439, 7725, 10576, 8177, 8863, 7756, 8112, 11298, 7623, 9382, 8152, 7956, 11567, 7667, 7430, 7724, 7089, 7707, 7025, 7973, 8741, 8299, 7863, 8314, 8088, 11371, 7771, 9485, 7658, 7957, 10188, 7832, 9121, 7833, 8205, 7777, 7822, 10161, 7769, 8884, 7336, 7977, 10264, 7602, 9440, 7918, 7923, 7214, 7676, 10443, 7871, 9011, 8032, 8204, 9022, 7771, 9447, 8067, 8026, 8373, 8281, 7567, 8224, 8291, 10510, 8247, 10099, 8359, 9016, 8754, 7980, 12255, 8582, 8615, 8278, 8277, 7055, 7945, 10393, 8035, 8702, 7956, 8053, 9377, 7889, 10571, 8361, 8755, 8386, 8439, 7807, 9383, 7887, 7528, 7472, 7268, 8031, 10801, 7851, 8392, 12509, 7847, 10457, 7726, 7926, 11346, 7725, 9881, 7588, 7937, 13502, 7695, 10129, 7737, 7763, 9424, 7755, 9393, 7806, 8584, 7906, 7857, 7533, 8057, 7755, 7809, 9090, 7798, 8060, 7918, 8194, 9354, 7947, 11384, 7736, 9019, 7816, 8190, 7896, 8141, 10099, 7642, 7346, 7971, 10335, 7750, 8115, 8353, 7894, 9563, 7470, 8016, 7409, 7783, 11193, 7721, 8327, 7479, 7875, 11357, 7716, 9135, 7805, 7837, 7632, 7828, 7602, 7633, 7658, 7822, 10449, 7917, 9700, 7549, 8205, 7391, 7812, 11602, 7760, 8972, 7607, 7916, 7422, 7912, 11828, 7578, 7852, 7495, 7805, 11164, 7807, 9364, 7428, 7869, 7933, 7775, 9302, 7902, 7699, 7821, 7351, 7720, 7908, 7750, 7975, 9136, 7584, 9351, 7942, 8089, 7628, 8013, 10876, 7634, 8831, 7729, 8232, 7840, 8026, 7477, 7846, 9901, 7517, 7957, 7762, 8013, 7382, 7802, 10069, 7739, 8899, 7672, 7651, 10622, 7643, 9408, 7510, 7881, 7685, 7924, 8899, 7657, 9137, 8055, 7947, 7645, 7826, 7823, 8424, 9281, 7790, 9551, 7698, 8196, 7736, 8221, 7990, 7842, 9069, 7642, 7848, 7443, 7792, 10553, 7759, 8608, 7538, 7850, 7547, 7850, 10440, 7540, 9162, 7664, 8060, 7688, 8093, 7994, 7855, 8780, 7768, 7998, 7376, 7985, 10006, 7595, 9651, 7709, 7783, 7475, 8225, 9643, 7516, 9281, 7739, 8377, 7629, 7696, 7335, 7801, 9483, 7583, 8636, 7635, 7808, 8133, 8121, 10830, 7881, 9622, 8098, 8356, 7722, 7981, 9814, 7838, 8974, 7656, 7295, 8083, 7713, 7764, 9602, 7739, 9298, 7773, 10112, 8097, 8427, 7883, 7631, 7820, 7877, 7747, 7809, 7381, 7902, 9637, 7759, 8063, 7719, 7680, 7459, 7960, 7394, 7661, 9344, 7705, 8339, 7823, 7920, 7955, 7980, 7857, 7685, 8015, 8017, 8770, 7936, 11756, 7965, 10637, 8591, 7991, 12214, 7710, 9423, 7783, 7872, 9742, 8078, 10832, 7884, 13838, 7684, 8158, 7851, 8093, 10092, 7566, 8808, 7868, 7884, 7481, 7904, 10452, 7709, 9236, 7755, 7581, 7857, 7982, 10338, 8339, 9322, 7632, 8814, 8133, 7747, 7936, 7809, 7795, 7825, 7811, 7762, 9881, 7654, 8231, 7857, 7829, 7622, 7863, 8284, 7564, 8186, 7905, 7991, 7728, 7765, 7928, 7924, 7659, 7922, 9354, 8015, 12524, 7814, 8460, 7904, 7791, 7692, 7594, 7902, 7613, 8087, 7661, 8036, 7950, 7907, 7495, 7633, 7908, 10368, 7535, 9731, 7814, 7916, 7700, 8202, 7571, 8261, 8112, 8205, 8100, 7800, 7815, 7831, 7857, 7797, 7995, 8280, 9602, 7807, 10164, 7525, 8605, 7442, 7521, 7913, 7741, 8316, 8077, 9944, 8298, 12227, 10154, 12736, 8076, 8171, 8082, 7760, 7728, 8078, 7535, 7809, 7370, 8195, 7913, 7850, 9721, 7804, 8546, 8160, 7577, 7769, 7400, 7855, 8120, 8072, 9306, 7840, 7971, 8596, 8298, 7219, 8112, 7319, 8136, 9735, 7667, 8792, 7913, 8352, 7992, 8031, 7793, 7938, 7455, 8076, 7361, 8281, 8246, 8193, 7250, 7835, 9075, 7565, 8618, 8302, 7876, 8020, 8089, 9160, 7878, 8774, 7811, 8311, 7879, 7898, 7423, 7779, 8679, 7694, 8113, 8099, 7739, 8184, 7773, 7946, 7091, 7835, 8227, 7749, 7848, 10626, 8022, 8507, 7912, 8101, 10469, 7737, 9040, 7929, 8025, 10096, 8100, 10420, 7721, 8142, 7922, 7857, 7932, 7956, 9335, 8061, 7678, 7786, 8130, 7669, 7780, 8695, 7945, 8574, 7678, 8256, 7704, 7916, 11742, 7978, 8241, 7563, 7817, 7707, 7838, 9110, 7916, 8169, 7635, 8017, 7404, 7579, 7996, 7719, 7748, 8674, 7849, 8785, 7890, 8208, 8244, 7694, 9249, 7963, 7851, 7461, 7802, 8598, 7556, 8183, 7857, 8096, 7784, 7865, 7759, 7856, 7511, 8150, 8841, 8044, 8700, 7879, 8053, 10001, 7852, 12393, 7768, 8333, 7619, 7903, 9701, 7667, 9088, 8030, 7807, 7451, 7881, 7576, 8036, 9158, 7808, 8304, 7935, 8055, 7594, 7901, 7406, 8188, 9569, 8023, 9146, 7632, 8192, 7424, 7914, 8599, 7821, 9266, 7947, 8238, 7859, 7230, 7732, 9180, 7568, 8102, 7527, 7922, 10082, 7773, 8842, 7592, 7922, 8752, 7938, 12150, 7746, 8179, 7400, 8155, 9666, 7945, 9013, 7909, 8348, 7734, 8066, 7747, 7792, 7865, 7942, 7871, 7848, 7485, 7880, 11400, 7889, 9750, 7682, 7903, 7386, 7892, 12890, 7823, 8682, 7532, 7789, 11099, 7833, 9243, 7758, 7896, 7396, 7859, 7827, 7997, 8844, 8033, 8118, 7718, 7838, 7463, 7848, 8513, 7686, 10205, 7953, 8076, 7797, 7739, 7393, 8028, 9107, 8324, 7724, 8145, 7425, 8128, 7437, 8116, 10981, 7967, 9078, 7765, 8209, 10514, 7894, 11156, 8051, 8072, 11107, 8204, 10331, 7876, 7873, 8007, 7990, 7954, 7833, 7998, 7479, 7907, 7731, 8053, 7788, 7952, 8096, 12669, 7895, 10729, 7840, 8050, 7786, 7861, 7636, 7933, 7549, 7785, 8849, 7927, 8223, 8192, 8329, 7548, 7839, 7568, 7803, 9034, 7724, 8600, 7658, 7380, 7999, 7970, 8711, 7895, 9492, 8488, 7881, 13238, 7776, 9522, 7567, 7606, 7774, 7840, 7879, 7905, 8294, 8773, 8153, 7141, 7837, 7769, 7667, 8261, 8796, 8132, 10742, 7814, 8357, 8076, 7782, 7521, 7918, 7456, 8051, 9004, 7771, 7909, 7780, 8086, 7718, 7615, 7554, 7887, 7706, 8173, 9106, 7688, 9041, 7772, 8119, 8086, 7830, 7893, 7951, 7391, 8449, 11395, 7836, 10775, 8029, 8532, 7907, 7415, 7336, 7636, 7387, 7877, 8405, 7954, 10647, 8442, 8186, 7686, 7659, 7423, 7915, 12673, 8067, 8294, 8046, 8245, 7686, 7838, 9573, 7864, 8038, 7819, 7747, 9459, 7648, 8556, 7947, 7642, 7588, 7889, 9630, 7796, 7974, 7744, 8070, 9190, 7746, 8387, 7913, 8047, 8846, 7962, 9769, 7691, 8271, 7624, 7854, 10543, 7922, 9003, 8082, 8117, 7766, 7887, 7721, 8200, 7806, 8022, 9565, 7716, 8129, 12242, 7978, 10921, 7668, 7978, 8415, 7785, 10829, 7614, 8025, 8058, 7994, 10849, 7684, 7816, 7676, 7842, 9575, 7952, 8139, 7962, 7938, 7703, 8033, 8436, 7922, 9922, 7959, 8121, 7893, 7689, 7627, 7899, 10161, 7897, 8073, 7588, 7881, 11022, 7940, 9281, 7905, 7833, 8595, 7887, 9641, 7723, 9122, 7889, 7693, 7609, 7931, 7387, 7768, 9249, 7889, 8379, 7639, 7631, 7505, 7883, 10763, 7931, 8738, 7795, 7890, 7591, 7811, 7367, 7858, 9615, 7874, 7945, 7573, 7509, 7463, 7940, 11747, 7658, 9854, 7601, 8043, 7491, 7992, 7075, 7732, 9251, 7380, 8007, 7353, 7895, 8669, 7677, 9122, 7727, 8096, 7546, 7809, 9281, 7649, 9249, 7918, 7887, 7504, 7991, 7421, 7701, 8986, 7905, 7914, 7488, 7666, 9843, 7503, 7887, 7920, 7857, 10029, 7675, 8169, 7360, 8278, 9476, 8275, 8981, 7974, 7850, 7388, 7991, 9110, 7645, 8350, 7942, 8036, 7463, 7897, 8381, 7711, 8074, 7561, 7848, 9918, 7925, 7843, 8032, 7183, 7976, 7969, 7630, 8108, 7603, 8317, 8364, 8370, 8617, 7618, 8980, 7975, 7880, 7760, 7877, 14395, 8681, 9293, 7246, 7831, 10617, 7835, 8149, 7644, 7752, 7278, 7854, 8739, 7662, 7869, 7627, 7702, 7488, 7856, 7183, 8038, 9320, 7550, 10254, 7959, 8014, 11022, 7743, 9300, 7415, 7919, 14557, 7551, 10760, 7290, 7798, 7204, 7730, 11146, 8301, 8755, 8292, 8215, 13330, 7719, 7903, 7407, 7457, 7551, 8554, 9396, 8648, 10076, 7729, 7992, 7199, 8102, 9355, 7597, 9036, 7729, 7981, 7312, 8018, 9430, 7760, 9055, 7944, 7045, 7780, 7202, 7636, 7942, 7743, 8076, 10371, 8415, 9577, 7626, 8398, 9634, 7814, 11743, 8319, 7984, 7158, 7887, 10494, 7759, 7899, 8072, 7977, 11432, 7621, 8216, 7325, 7931, 9120, 7699, 8817, 7563, 7961, 7476, 7800, 9665, 7636, 8248, 10451, 7580, 9467, 7849, 7954, 9890, 7646, 9025, 7793, 8828, 7790, 8303, 8634, 8052, 10368, 8247, 7411, 7803, 7124, 8060, 9377, 7769, 7846, 14215, 7771, 9745, 8095, 8158, 11639, 7609, 9333, 7650, 7725, 7407, 7968, 9551, 7788, 7152, 7814, 7196, 7901, 9568, 7807, 8923, 7819, 8110, 7353, 8044, 8067, 7917, 11970, 7762, 9465, 7973, 7740, 7406, 7558, 7416, 7815], 'WindowCenter': [4287.0, 4263.0, 4300.0, 4238.0, 4254.0, 4234.0, 4232.0, 4235.0, 4235.0, 4224.0, 4222.0, 4225.0, 4233.0, 4235.0, 4244.0, 4233.0, 4235.0, 4262.0, 4222.0, 4241.0, 4222.0, 4232.0, 4221.0, 4234.0, 4240.0, 4223.0, 4230.0, 4224.0, 4243.0, 4236.0, 4246.0, 4234.0, 4234.0, 4242.0, 4223.0, 4231.0, 4223.0, 4232.0, 4222.0, 4233.0, 4231.0, 4232.0, 4210.0, 4230.0, 4222.0, 4233.0, 4232.0, 4222.0, 4251.0, 4221.0, 4220.0, 4209.0, 4220.0, 4209.0, 4221.0, 4252.0, 4220.0, 4229.0, 4219.0, 4209.0, 4220.0, 4208.0, 4222.0, 4219.0, 4221.0, 4230.0, 4222.0, 4220.0, 4219.0, 4220.0, 4218.0, 4220.0, 4240.0, 4222.0, 4218.0, 4220.0, 4218.0, 4208.0, 4218.0, 4198.0, 4220.0, 4228.0, 4218.0, 4230.0, 4211.0, 4220.0, 4220.0, 4210.0, 4220.0, 4212.0, 4233.0, 4242.0, 4222.0, 4232.0, 4233.0, 4231.0, 4211.0, 4232.0, 4239.0, 4221.0, 4230.0, 4220.0, 4233.0, 4222.0, 4232.0, 4232.0, 4224.0, 4232.0, 4232.0, 4231.0, 4231.0, 4222.0, 4252.0, 4223.0, 4231.0, 4220.0, 4233.0, 4241.0, 4221.0, 4231.0, 4221.0, 4219.0, 4220.0, 4231.0, 4221.0, 4223.0, 4241.0, 4222.0, 4221.0, 4211.0, 4222.0, 4241.0, 4220.0, 4231.0, 4209.0, 4220.0, 4208.0, 4220.0, 4240.0, 4219.0, 4219.0, 4211.0, 4220.0, 4209.0, 4220.0, 4229.0, 4220.0, 4221.0, 4210.0, 4220.0, 4219.0, 4221.0, 4240.0, 4222.0, 4221.0, 4229.0, 4220.0, 4251.0, 4220.0, 4230.0, 4221.0, 4220.0, 4221.0, 4211.0, 4231.0, 4232.0, 4245.0, 4274.0, 4231.0, 4220.0, 4228.0, 4220.0, 4229.0, 4220.0, 4219.0, 4210.0, 4220.0, 4211.0, 4221.0, 4260.0, 4221.0, 4241.0, 4230.0, 4209.0, 4222.0, 4221.0, 4233.0, 4263.0, 4241.0, 4230.0, 4207.0, 4207.0, 4206.0, 4208.0, 4208.0, 4233.0, 4242.0, 4233.0, 4243.0, 4221.0, 4232.0, 4231.0, 4221.0, 4242.0, 4222.0, 4230.0, 4220.0, 4221.0, 4221.0, 4231.0, 4210.0, 4232.0, 4251.0, 4221.0, 4231.0, 4220.0, 4223.0, 4251.0, 4221.0, 4241.0, 4231.0, 4231.0, 4219.0, 4221.0, 4239.0, 4220.0, 4230.0, 4220.0, 4222.0, 4261.0, 4220.0, 4239.0, 4221.0, 4219.0, 4221.0, 4219.0, 4218.0, 4220.0, 4229.0, 4219.0, 4220.0, 4222.0, 4230.0, 4221.0, 4232.0, 4229.0, 4220.0, 4228.0, 4221.0, 4220.0, 4208.0, 4221.0, 4239.0, 4221.0, 4220.0, 4218.0, 4220.0, 4209.0, 4220.0, 4230.0, 4221.0, 4231.0, 4220.0, 4231.0, 4250.0, 4221.0, 4230.0, 4220.0, 4230.0, 4218.0, 4219.0, 4228.0, 4219.0, 4218.0, 4207.0, 4230.0, 4230.0, 4220.0, 4229.0, 4231.0, 4230.0, 4208.0, 4231.0, 4239.0, 4228.0, 4231.0, 4219.0, 4221.0, 4219.0, 4230.0, 4221.0, 4232.0, 4220.0, 4230.0, 4240.0, 4231.0, 4232.0, 4251.0, 4232.0, 4241.0, 4221.0, 4232.0, 4220.0, 4233.0, 4260.0, 4231.0, 4241.0, 4230.0, 4219.0, 4220.0, 4231.0, 4229.0, 4229.0, 4230.0, 4219.0, 4231.0, 4261.0, 4221.0, 4241.0, 4219.0, 4221.0, 4229.0, 4219.0, 4228.0, 4219.0, 4216.0, 4217.0, 4220.0, 4219.0, 4218.0, 4230.0, 4219.0, 4219.0, 4219.0, 4231.0, 4250.0, 4220.0, 4229.0, 4218.0, 4230.0, 4239.0, 4231.0, 4229.0, 4219.0, 4209.0, 4230.0, 4230.0, 4229.0, 4219.0, 4238.0, 4221.0, 4240.0, 4221.0, 4231.0, 4239.0, 4219.0, 4228.0, 4217.0, 4217.0, 4237.0, 4207.0, 4226.0, 4207.0, 4228.0, 4217.0, 4218.0, 4237.0, 4217.0, 4217.0, 4218.0, 4219.0, 4197.0, 4217.0, 4216.0, 4218.0, 4219.0, 4220.0, 4220.0, 4219.0, 4234.0, 4251.0, 4232.0, 4251.0, 4241.0, 4241.0, 4250.0, 4221.0, 4251.0, 4232.0, 4241.0, 4218.0, 4231.0, 4249.0, 4220.0, 4229.0, 4219.0, 4230.0, 4250.0, 4208.0, 4207.0, 4208.0, 4208.0, 4221.0, 4209.0, 4231.0, 4241.0, 4242.0, 4232.0, 4230.0, 4232.0, 4260.0, 4220.0, 4240.0, 4220.0, 4233.0, 4252.0, 4230.0, 4240.0, 4231.0, 4231.0, 4220.0, 4233.0, 4251.0, 4220.0, 4240.0, 4208.0, 4231.0, 4238.0, 4219.0, 4240.0, 4220.0, 4219.0, 4209.0, 4220.0, 4251.0, 4233.0, 4242.0, 4230.0, 4230.0, 4229.0, 4219.0, 4240.0, 4221.0, 4230.0, 4229.0, 4232.0, 4220.0, 4231.0, 4244.0, 4263.0, 4233.0, 4250.0, 4232.0, 4244.0, 4229.0, 4220.0, 4261.0, 4230.0, 4229.0, 4219.0, 4230.0, 4209.0, 4218.0, 4238.0, 4230.0, 4230.0, 4230.0, 4230.0, 4240.0, 4231.0, 4250.0, 4230.0, 4241.0, 4231.0, 4231.0, 4220.0, 4241.0, 4233.0, 4221.0, 4221.0, 4222.0, 4245.0, 4274.0, 4233.0, 4232.0, 4271.0, 4230.0, 4251.0, 4231.0, 4231.0, 4250.0, 4219.0, 4239.0, 4218.0, 4218.0, 4258.0, 4217.0, 4238.0, 4207.0, 4217.0, 4225.0, 4217.0, 4227.0, 4205.0, 4217.0, 4214.0, 4216.0, 4206.0, 4218.0, 4206.0, 4218.0, 4229.0, 4221.0, 4231.0, 4231.0, 4232.0, 4240.0, 4231.0, 4260.0, 4230.0, 4241.0, 4232.0, 4242.0, 4232.0, 4243.0, 4251.0, 4232.0, 4222.0, 4232.0, 4251.0, 4231.0, 4233.0, 4232.0, 4233.0, 4254.0, 4234.0, 4233.0, 4221.0, 4243.0, 4262.0, 4231.0, 4231.0, 4220.0, 4231.0, 4262.0, 4233.0, 4251.0, 4231.0, 4220.0, 4232.0, 4218.0, 4230.0, 4230.0, 4219.0, 4233.0, 4252.0, 4233.0, 4242.0, 4222.0, 4232.0, 4220.0, 4232.0, 4261.0, 4221.0, 4240.0, 4221.0, 4231.0, 4220.0, 4231.0, 4260.0, 4231.0, 4230.0, 4221.0, 4233.0, 4260.0, 4231.0, 4239.0, 4220.0, 4231.0, 4229.0, 4231.0, 4241.0, 4231.0, 4220.0, 4232.0, 4220.0, 4231.0, 4233.0, 4232.0, 4233.0, 4241.0, 4220.0, 4239.0, 4232.0, 4232.0, 4231.0, 4232.0, 4249.0, 4220.0, 4230.0, 4220.0, 4230.0, 4230.0, 4229.0, 4219.0, 4230.0, 4240.0, 4219.0, 4230.0, 4231.0, 4229.0, 4220.0, 4221.0, 4240.0, 4231.0, 4241.0, 4219.0, 4232.0, 4260.0, 4220.0, 4239.0, 4222.0, 4230.0, 4231.0, 4232.0, 4242.0, 4232.0, 4240.0, 4232.0, 4230.0, 4232.0, 4232.0, 4232.0, 4243.0, 4241.0, 4231.0, 4241.0, 4222.0, 4231.0, 4231.0, 4242.0, 4231.0, 4230.0, 4241.0, 4231.0, 4231.0, 4221.0, 4234.0, 4251.0, 4232.0, 4241.0, 4219.0, 4230.0, 4219.0, 4231.0, 4262.0, 4232.0, 4241.0, 4231.0, 4231.0, 4231.0, 4244.0, 4231.0, 4231.0, 4241.0, 4231.0, 4232.0, 4222.0, 4245.0, 4253.0, 4233.0, 4252.0, 4232.0, 4232.0, 4220.0, 4242.0, 4240.0, 4221.0, 4240.0, 4220.0, 4229.0, 4220.0, 4221.0, 4219.0, 4233.0, 4251.0, 4232.0, 4241.0, 4233.0, 4231.0, 4233.0, 4244.0, 4263.0, 4231.0, 4240.0, 4231.0, 4231.0, 4220.0, 4232.0, 4249.0, 4231.0, 4240.0, 4220.0, 4220.0, 4232.0, 4218.0, 4218.0, 4238.0, 4219.0, 4240.0, 4221.0, 4240.0, 4220.0, 4228.0, 4230.0, 4219.0, 4219.0, 4232.0, 4220.0, 4220.0, 4219.0, 4230.0, 4240.0, 4220.0, 4230.0, 4232.0, 4231.0, 4221.0, 4230.0, 4219.0, 4231.0, 4240.0, 4231.0, 4240.0, 4231.0, 4231.0, 4231.0, 4230.0, 4231.0, 4232.0, 4243.0, 4244.0, 4244.0, 4244.0, 4272.0, 4244.0, 4266.0, 4243.0, 4233.0, 4272.0, 4231.0, 4241.0, 4221.0, 4232.0, 4250.0, 4231.0, 4250.0, 4230.0, 4269.0, 4219.0, 4218.0, 4229.0, 4230.0, 4249.0, 4220.0, 4240.0, 4231.0, 4231.0, 4220.0, 4232.0, 4261.0, 4232.0, 4240.0, 4231.0, 4232.0, 4231.0, 4232.0, 4252.0, 4242.0, 4240.0, 4221.0, 4229.0, 4230.0, 4221.0, 4219.0, 4219.0, 4218.0, 4219.0, 4220.0, 4232.0, 4250.0, 4232.0, 4231.0, 4230.0, 4221.0, 4219.0, 4231.0, 4230.0, 4232.0, 4230.0, 4231.0, 4230.0, 4221.0, 4221.0, 4230.0, 4231.0, 4220.0, 4231.0, 4240.0, 4218.0, 4260.0, 4218.0, 4228.0, 4219.0, 4218.0, 4219.0, 4219.0, 4229.0, 4219.0, 4231.0, 4231.0, 4233.0, 4231.0, 4231.0, 4220.0, 4219.0, 4230.0, 4250.0, 4220.0, 4239.0, 4221.0, 4218.0, 4221.0, 4228.0, 4219.0, 4218.0, 4229.0, 4228.0, 4219.0, 4219.0, 4219.0, 4219.0, 4232.0, 4230.0, 4230.0, 4241.0, 4240.0, 4220.0, 4249.0, 4220.0, 4229.0, 4221.0, 4229.0, 4231.0, 4221.0, 4230.0, 4231.0, 4253.0, 4232.0, 4263.0, 4252.0, 4258.0, 4219.0, 4218.0, 4220.0, 4218.0, 4208.0, 4219.0, 4218.0, 4219.0, 4219.0, 4230.0, 4221.0, 4231.0, 4240.0, 4220.0, 4230.0, 4231.0, 4220.0, 4223.0, 4221.0, 4234.0, 4232.0, 4231.0, 4241.0, 4231.0, 4221.0, 4218.0, 4219.0, 4207.0, 4219.0, 4207.0, 4221.0, 4238.0, 4220.0, 4229.0, 4220.0, 4219.0, 4218.0, 4218.0, 4218.0, 4229.0, 4217.0, 4230.0, 4219.0, 4231.0, 4230.0, 4230.0, 4219.0, 4231.0, 4240.0, 4231.0, 4242.0, 4232.0, 4233.0, 4230.0, 4232.0, 4241.0, 4231.0, 4229.0, 4232.0, 4230.0, 4219.0, 4221.0, 4219.0, 4231.0, 4231.0, 4231.0, 4231.0, 4232.0, 4220.0, 4231.0, 4220.0, 4231.0, 4209.0, 4233.0, 4242.0, 4220.0, 4231.0, 4251.0, 4232.0, 4240.0, 4230.0, 4231.0, 4251.0, 4220.0, 4240.0, 4230.0, 4231.0, 4238.0, 4219.0, 4238.0, 4220.0, 4218.0, 4229.0, 4219.0, 4220.0, 4232.0, 4229.0, 4219.0, 4208.0, 4219.0, 4218.0, 4219.0, 4233.0, 4231.0, 4231.0, 4229.0, 4220.0, 4231.0, 4218.0, 4230.0, 4260.0, 4219.0, 4230.0, 4218.0, 4220.0, 4219.0, 4220.0, 4240.0, 4231.0, 4230.0, 4219.0, 4230.0, 4209.0, 4219.0, 4228.0, 4232.0, 4231.0, 4241.0, 4231.0, 4242.0, 4231.0, 4241.0, 4231.0, 4233.0, 4241.0, 4231.0, 4230.0, 4219.0, 4231.0, 4230.0, 4220.0, 4229.0, 4230.0, 4230.0, 4219.0, 4219.0, 4219.0, 4231.0, 4220.0, 4233.0, 4242.0, 4230.0, 4229.0, 4230.0, 4231.0, 4241.0, 4220.0, 4259.0, 4219.0, 4219.0, 4217.0, 4217.0, 4228.0, 4220.0, 4228.0, 4218.0, 4219.0, 4209.0, 4228.0, 4218.0, 4230.0, 4238.0, 4220.0, 4228.0, 4230.0, 4219.0, 4220.0, 4231.0, 4219.0, 4243.0, 4241.0, 4231.0, 4240.0, 4231.0, 4231.0, 4220.0, 4232.0, 4242.0, 4232.0, 4241.0, 4233.0, 4231.0, 4232.0, 4221.0, 4232.0, 4241.0, 4222.0, 4231.0, 4220.0, 4232.0, 4249.0, 4232.0, 4242.0, 4230.0, 4231.0, 4229.0, 4230.0, 4259.0, 4220.0, 4229.0, 4217.0, 4230.0, 4238.0, 4230.0, 4239.0, 4230.0, 4230.0, 4219.0, 4229.0, 4229.0, 4230.0, 4231.0, 4231.0, 4232.0, 4231.0, 4222.0, 4243.0, 4272.0, 4231.0, 4250.0, 4231.0, 4232.0, 4220.0, 4232.0, 4273.0, 4220.0, 4230.0, 4219.0, 4220.0, 4259.0, 4229.0, 4241.0, 4232.0, 4230.0, 4220.0, 4232.0, 4219.0, 4231.0, 4239.0, 4231.0, 4230.0, 4221.0, 4220.0, 4220.0, 4232.0, 4229.0, 4232.0, 4250.0, 4230.0, 4231.0, 4231.0, 4231.0, 4221.0, 4243.0, 4242.0, 4243.0, 4231.0, 4232.0, 4221.0, 4230.0, 4219.0, 4233.0, 4261.0, 4231.0, 4240.0, 4220.0, 4231.0, 4250.0, 4230.0, 4249.0, 4220.0, 4220.0, 4248.0, 4218.0, 4237.0, 4218.0, 4217.0, 4229.0, 4229.0, 4231.0, 4220.0, 4231.0, 4219.0, 4231.0, 4219.0, 4230.0, 4219.0, 4230.0, 4230.0, 4259.0, 4219.0, 4248.0, 4229.0, 4228.0, 4219.0, 4230.0, 4219.0, 4230.0, 4218.0, 4230.0, 4239.0, 4231.0, 4229.0, 4230.0, 4230.0, 4220.0, 4220.0, 4218.0, 4231.0, 4240.0, 4231.0, 4229.0, 4230.0, 4220.0, 4230.0, 4231.0, 4241.0, 4231.0, 4241.0, 4228.0, 4220.0, 4257.0, 4208.0, 4228.0, 4219.0, 4218.0, 4218.0, 4219.0, 4231.0, 4228.0, 4230.0, 4230.0, 4231.0, 4209.0, 4221.0, 4219.0, 4220.0, 4232.0, 4229.0, 4220.0, 4248.0, 4218.0, 4228.0, 4220.0, 4220.0, 4218.0, 4217.0, 4206.0, 4231.0, 4227.0, 4218.0, 4218.0, 4217.0, 4217.0, 4219.0, 4221.0, 4219.0, 4230.0, 4230.0, 4242.0, 4240.0, 4230.0, 4240.0, 4230.0, 4229.0, 4231.0, 4233.0, 4231.0, 4230.0, 4219.0, 4229.0, 4259.0, 4219.0, 4249.0, 4231.0, 4229.0, 4219.0, 4221.0, 4220.0, 4219.0, 4221.0, 4242.0, 4242.0, 4245.0, 4262.0, 4232.0, 4231.0, 4219.0, 4219.0, 4208.0, 4230.0, 4270.0, 4220.0, 4229.0, 4230.0, 4230.0, 4219.0, 4231.0, 4241.0, 4219.0, 4230.0, 4218.0, 4231.0, 4239.0, 4231.0, 4239.0, 4231.0, 4220.0, 4219.0, 4230.0, 4239.0, 4218.0, 4229.0, 4206.0, 4230.0, 4239.0, 4220.0, 4229.0, 4231.0, 4232.0, 4240.0, 4231.0, 4239.0, 4221.0, 4230.0, 4219.0, 4231.0, 4250.0, 4231.0, 4240.0, 4231.0, 4231.0, 4232.0, 4244.0, 4231.0, 4242.0, 4232.0, 4233.0, 4251.0, 4231.0, 4232.0, 4271.0, 4231.0, 4261.0, 4221.0, 4231.0, 4229.0, 4220.0, 4251.0, 4219.0, 4229.0, 4219.0, 4230.0, 4248.0, 4219.0, 4219.0, 4219.0, 4230.0, 4239.0, 4230.0, 4229.0, 4230.0, 4230.0, 4231.0, 4242.0, 4241.0, 4243.0, 4251.0, 4233.0, 4230.0, 4231.0, 4220.0, 4219.0, 4243.0, 4252.0, 4231.0, 4229.0, 4218.0, 4230.0, 4248.0, 4218.0, 4239.0, 4229.0, 4220.0, 4227.0, 4219.0, 4239.0, 4218.0, 4238.0, 4229.0, 4221.0, 4219.0, 4230.0, 4219.0, 4231.0, 4241.0, 4230.0, 4230.0, 4230.0, 4220.0, 4218.0, 4232.0, 4260.0, 4232.0, 4241.0, 4220.0, 4230.0, 4220.0, 4231.0, 4219.0, 4231.0, 4252.0, 4232.0, 4220.0, 4221.0, 4223.0, 4220.0, 4231.0, 4259.0, 4219.0, 4239.0, 4219.0, 4220.0, 4217.0, 4230.0, 4209.0, 4229.0, 4240.0, 4219.0, 4230.0, 4221.0, 4233.0, 4243.0, 4231.0, 4240.0, 4220.0, 4229.0, 4219.0, 4221.0, 4241.0, 4220.0, 4229.0, 4219.0, 4217.0, 4208.0, 4218.0, 4217.0, 4230.0, 4240.0, 4230.0, 4219.0, 4208.0, 4220.0, 4239.0, 4222.0, 4230.0, 4220.0, 4231.0, 4239.0, 4221.0, 4230.0, 4220.0, 4242.0, 4240.0, 4230.0, 4229.0, 4221.0, 4219.0, 4208.0, 4221.0, 4228.0, 4219.0, 4219.0, 4219.0, 4219.0, 4208.0, 4230.0, 4217.0, 4219.0, 4218.0, 4218.0, 4219.0, 4238.0, 4219.0, 4217.0, 4218.0, 4208.0, 4230.0, 4218.0, 4220.0, 4229.0, 4219.0, 4231.0, 4231.0, 4230.0, 4229.0, 4219.0, 4229.0, 4218.0, 4219.0, 4218.0, 4220.0, 4269.0, 4218.0, 4228.0, 4195.0, 4207.0, 4236.0, 4218.0, 4217.0, 4206.0, 4207.0, 4207.0, 4217.0, 4226.0, 4219.0, 4229.0, 4231.0, 4219.0, 4221.0, 4231.0, 4222.0, 4243.0, 4242.0, 4232.0, 4263.0, 4233.0, 4232.0, 4262.0, 4233.0, 4242.0, 4221.0, 4234.0, 4281.0, 4219.0, 4249.0, 4218.0, 4221.0, 4219.0, 4232.0, 4261.0, 4231.0, 4231.0, 4229.0, 4230.0, 4259.0, 4219.0, 4229.0, 4220.0, 4218.0, 4232.0, 4245.0, 4253.0, 4242.0, 4240.0, 4219.0, 4218.0, 4208.0, 4220.0, 4239.0, 4220.0, 4229.0, 4218.0, 4230.0, 4209.0, 4231.0, 4240.0, 4221.0, 4240.0, 4231.0, 4210.0, 4231.0, 4221.0, 4232.0, 4233.0, 4232.0, 4232.0, 4252.0, 4231.0, 4241.0, 4220.0, 4232.0, 4240.0, 4221.0, 4260.0, 4219.0, 4218.0, 4197.0, 4217.0, 4238.0, 4219.0, 4220.0, 4218.0, 4219.0, 4247.0, 4207.0, 4216.0, 4220.0, 4230.0, 4228.0, 4219.0, 4228.0, 4219.0, 4231.0, 4220.0, 4233.0, 4251.0, 4221.0, 4232.0, 4250.0, 4220.0, 4240.0, 4231.0, 4232.0, 4240.0, 4232.0, 4230.0, 4221.0, 4241.0, 4231.0, 4243.0, 4241.0, 4232.0, 4251.0, 4231.0, 4220.0, 4220.0, 4221.0, 4233.0, 4243.0, 4223.0, 4231.0, 4271.0, 4221.0, 4241.0, 4220.0, 4220.0, 4249.0, 4219.0, 4239.0, 4219.0, 4220.0, 4209.0, 4220.0, 4239.0, 4219.0, 4209.0, 4221.0, 4210.0, 4232.0, 4241.0, 4221.0, 4230.0, 4220.0, 4219.0, 4208.0, 4220.0, 4218.0, 4220.0, 4259.0, 4219.0, 4237.0, 4219.0, 4207.0, 4207.0, 4208.0, 4208.0, 4209.0], 'WindowWidth': [9487.0, 9444.0, 9484.0, 9395.0, 9409.0, 9385.0, 9380.0, 9387.0, 9387.0, 9370.0, 9363.0, 9370.0, 9379.0, 9384.0, 9398.0, 9380.0, 9384.0, 9416.0, 9361.0, 9384.0, 9362.0, 9375.0, 9359.0, 9381.0, 9384.0, 9365.0, 9370.0, 9368.0, 9393.0, 9388.0, 9402.0, 9381.0, 9380.0, 9388.0, 9364.0, 9373.0, 9363.0, 9375.0, 9363.0, 9380.0, 9374.0, 9373.0, 9343.0, 9371.0, 9364.0, 9381.0, 9374.0, 9363.0, 9399.0, 9357.0, 9352.0, 9339.0, 9356.0, 9337.0, 9358.0, 9402.0, 9356.0, 9365.0, 9352.0, 9337.0, 9356.0, 9336.0, 9361.0, 9353.0, 9359.0, 9370.0, 9361.0, 9356.0, 9353.0, 9356.0, 9351.0, 9357.0, 9381.0, 9359.0, 9350.0, 9355.0, 9350.0, 9335.0, 9351.0, 9323.0, 9355.0, 9362.0, 9351.0, 9366.0, 9343.0, 9355.0, 9355.0, 9340.0, 9356.0, 9348.0, 9380.0, 9388.0, 9364.0, 9376.0, 9377.0, 9372.0, 9346.0, 9375.0, 9382.0, 9359.0, 9371.0, 9357.0, 9378.0, 9363.0, 9376.0, 9376.0, 9369.0, 9377.0, 9377.0, 9373.0, 9373.0, 9362.0, 9401.0, 9364.0, 9374.0, 9356.0, 9379.0, 9386.0, 9358.0, 9371.0, 9358.0, 9351.0, 9354.0, 9373.0, 9359.0, 9366.0, 9386.0, 9361.0, 9359.0, 9343.0, 9362.0, 9384.0, 9356.0, 9372.0, 9340.0, 9354.0, 9336.0, 9355.0, 9380.0, 9353.0, 9354.0, 9342.0, 9356.0, 9338.0, 9357.0, 9366.0, 9356.0, 9359.0, 9341.0, 9355.0, 9352.0, 9359.0, 9384.0, 9361.0, 9358.0, 9366.0, 9357.0, 9397.0, 9358.0, 9370.0, 9359.0, 9354.0, 9358.0, 9346.0, 9373.0, 9375.0, 9399.0, 9436.0, 9374.0, 9356.0, 9362.0, 9354.0, 9367.0, 9355.0, 9352.0, 9341.0, 9355.0, 9343.0, 9357.0, 9407.0, 9360.0, 9386.0, 9369.0, 9339.0, 9361.0, 9357.0, 9379.0, 9421.0, 9387.0, 9367.0, 9332.0, 9329.0, 9331.0, 9338.0, 9338.0, 9378.0, 9389.0, 9381.0, 9392.0, 9360.0, 9377.0, 9371.0, 9360.0, 9388.0, 9360.0, 9369.0, 9355.0, 9360.0, 9358.0, 9373.0, 9343.0, 9376.0, 9400.0, 9360.0, 9372.0, 9356.0, 9363.0, 9399.0, 9358.0, 9385.0, 9373.0, 9372.0, 9354.0, 9359.0, 9380.0, 9355.0, 9368.0, 9355.0, 9360.0, 9410.0, 9356.0, 9381.0, 9359.0, 9353.0, 9357.0, 9354.0, 9350.0, 9356.0, 9367.0, 9355.0, 9355.0, 9362.0, 9371.0, 9358.0, 9376.0, 9367.0, 9356.0, 9366.0, 9358.0, 9355.0, 9338.0, 9360.0, 9382.0, 9359.0, 9358.0, 9351.0, 9356.0, 9339.0, 9356.0, 9369.0, 9359.0, 9373.0, 9357.0, 9373.0, 9397.0, 9359.0, 9370.0, 9355.0, 9368.0, 9349.0, 9352.0, 9364.0, 9352.0, 9350.0, 9335.0, 9371.0, 9368.0, 9357.0, 9368.0, 9371.0, 9368.0, 9338.0, 9373.0, 9380.0, 9366.0, 9372.0, 9354.0, 9360.0, 9354.0, 9370.0, 9358.0, 9376.0, 9358.0, 9373.0, 9385.0, 9375.0, 9378.0, 9401.0, 9376.0, 9387.0, 9362.0, 9376.0, 9357.0, 9378.0, 9411.0, 9375.0, 9388.0, 9370.0, 9354.0, 9357.0, 9377.0, 9369.0, 9368.0, 9374.0, 9354.0, 9375.0, 9413.0, 9361.0, 9387.0, 9353.0, 9359.0, 9366.0, 9353.0, 9364.0, 9352.0, 9346.0, 9348.0, 9357.0, 9354.0, 9353.0, 9369.0, 9355.0, 9352.0, 9354.0, 9374.0, 9399.0, 9356.0, 9369.0, 9352.0, 9372.0, 9382.0, 9373.0, 9367.0, 9356.0, 9340.0, 9371.0, 9371.0, 9366.0, 9355.0, 9379.0, 9359.0, 9385.0, 9360.0, 9373.0, 9380.0, 9355.0, 9365.0, 9347.0, 9350.0, 9373.0, 9335.0, 9359.0, 9336.0, 9365.0, 9347.0, 9351.0, 9376.0, 9348.0, 9347.0, 9347.0, 9352.0, 9321.0, 9349.0, 9344.0, 9351.0, 9355.0, 9358.0, 9357.0, 9357.0, 9383.0, 9402.0, 9378.0, 9402.0, 9389.0, 9390.0, 9397.0, 9361.0, 9403.0, 9377.0, 9388.0, 9353.0, 9375.0, 9397.0, 9357.0, 9368.0, 9353.0, 9372.0, 9395.0, 9336.0, 9333.0, 9335.0, 9336.0, 9359.0, 9341.0, 9376.0, 9391.0, 9393.0, 9378.0, 9371.0, 9378.0, 9412.0, 9358.0, 9385.0, 9359.0, 9381.0, 9405.0, 9374.0, 9385.0, 9374.0, 9375.0, 9358.0, 9380.0, 9402.0, 9360.0, 9384.0, 9338.0, 9373.0, 9379.0, 9354.0, 9383.0, 9358.0, 9356.0, 9341.0, 9359.0, 9402.0, 9379.0, 9391.0, 9370.0, 9372.0, 9366.0, 9357.0, 9385.0, 9360.0, 9371.0, 9368.0, 9377.0, 9357.0, 9375.0, 9396.0, 9421.0, 9379.0, 9398.0, 9378.0, 9396.0, 9366.0, 9356.0, 9412.0, 9369.0, 9367.0, 9352.0, 9369.0, 9338.0, 9354.0, 9377.0, 9372.0, 9371.0, 9370.0, 9373.0, 9383.0, 9374.0, 9397.0, 9372.0, 9388.0, 9374.0, 9374.0, 9357.0, 9387.0, 9380.0, 9359.0, 9359.0, 9363.0, 9402.0, 9441.0, 9382.0, 9377.0, 9428.0, 9370.0, 9400.0, 9375.0, 9376.0, 9398.0, 9356.0, 9381.0, 9350.0, 9352.0, 9404.0, 9347.0, 9376.0, 9333.0, 9349.0, 9355.0, 9346.0, 9361.0, 9329.0, 9344.0, 9340.0, 9346.0, 9330.0, 9350.0, 9331.0, 9352.0, 9369.0, 9360.0, 9373.0, 9375.0, 9379.0, 9384.0, 9376.0, 9413.0, 9371.0, 9387.0, 9377.0, 9393.0, 9378.0, 9394.0, 9402.0, 9376.0, 9363.0, 9378.0, 9403.0, 9374.0, 9381.0, 9377.0, 9381.0, 9410.0, 9382.0, 9380.0, 9361.0, 9397.0, 9420.0, 9376.0, 9375.0, 9357.0, 9376.0, 9417.0, 9381.0, 9403.0, 9375.0, 9358.0, 9376.0, 9354.0, 9372.0, 9373.0, 9356.0, 9379.0, 9403.0, 9379.0, 9389.0, 9363.0, 9377.0, 9357.0, 9378.0, 9415.0, 9361.0, 9385.0, 9361.0, 9373.0, 9357.0, 9375.0, 9412.0, 9375.0, 9372.0, 9361.0, 9381.0, 9411.0, 9374.0, 9382.0, 9356.0, 9374.0, 9367.0, 9374.0, 9385.0, 9372.0, 9359.0, 9377.0, 9358.0, 9375.0, 9381.0, 9376.0, 9380.0, 9386.0, 9359.0, 9383.0, 9375.0, 9378.0, 9374.0, 9376.0, 9396.0, 9357.0, 9370.0, 9358.0, 9372.0, 9373.0, 9370.0, 9354.0, 9371.0, 9384.0, 9356.0, 9373.0, 9374.0, 9371.0, 9357.0, 9362.0, 9385.0, 9376.0, 9388.0, 9357.0, 9378.0, 9414.0, 9359.0, 9383.0, 9363.0, 9372.0, 9373.0, 9379.0, 9391.0, 9379.0, 9386.0, 9378.0, 9373.0, 9378.0, 9377.0, 9380.0, 9396.0, 9390.0, 9377.0, 9389.0, 9363.0, 9375.0, 9376.0, 9391.0, 9374.0, 9372.0, 9388.0, 9373.0, 9375.0, 9364.0, 9385.0, 9402.0, 9377.0, 9388.0, 9355.0, 9371.0, 9355.0, 9375.0, 9417.0, 9376.0, 9387.0, 9376.0, 9374.0, 9376.0, 9399.0, 9377.0, 9377.0, 9389.0, 9378.0, 9379.0, 9364.0, 9400.0, 9411.0, 9383.0, 9404.0, 9377.0, 9377.0, 9359.0, 9390.0, 9384.0, 9360.0, 9385.0, 9359.0, 9367.0, 9359.0, 9361.0, 9357.0, 9382.0, 9402.0, 9378.0, 9389.0, 9381.0, 9378.0, 9380.0, 9399.0, 9420.0, 9375.0, 9385.0, 9375.0, 9374.0, 9359.0, 9379.0, 9396.0, 9373.0, 9384.0, 9360.0, 9358.0, 9375.0, 9353.0, 9353.0, 9380.0, 9356.0, 9384.0, 9362.0, 9383.0, 9356.0, 9366.0, 9371.0, 9354.0, 9356.0, 9376.0, 9360.0, 9360.0, 9354.0, 9372.0, 9386.0, 9357.0, 9371.0, 9380.0, 9377.0, 9360.0, 9374.0, 9355.0, 9374.0, 9385.0, 9377.0, 9388.0, 9375.0, 9373.0, 9374.0, 9372.0, 9377.0, 9381.0, 9396.0, 9399.0, 9397.0, 9401.0, 9436.0, 9400.0, 9432.0, 9392.0, 9381.0, 9431.0, 9376.0, 9389.0, 9362.0, 9378.0, 9399.0, 9375.0, 9397.0, 9371.0, 9422.0, 9354.0, 9353.0, 9369.0, 9373.0, 9396.0, 9358.0, 9386.0, 9376.0, 9377.0, 9360.0, 9379.0, 9417.0, 9377.0, 9385.0, 9375.0, 9378.0, 9374.0, 9379.0, 9404.0, 9392.0, 9387.0, 9362.0, 9370.0, 9372.0, 9362.0, 9354.0, 9356.0, 9352.0, 9356.0, 9357.0, 9378.0, 9400.0, 9376.0, 9375.0, 9373.0, 9359.0, 9357.0, 9376.0, 9374.0, 9380.0, 9373.0, 9374.0, 9370.0, 9360.0, 9360.0, 9371.0, 9375.0, 9358.0, 9376.0, 9384.0, 9353.0, 9409.0, 9353.0, 9366.0, 9355.0, 9353.0, 9353.0, 9353.0, 9369.0, 9355.0, 9374.0, 9376.0, 9381.0, 9374.0, 9374.0, 9358.0, 9355.0, 9372.0, 9396.0, 9358.0, 9380.0, 9359.0, 9352.0, 9360.0, 9364.0, 9354.0, 9351.0, 9368.0, 9366.0, 9353.0, 9353.0, 9355.0, 9354.0, 9376.0, 9373.0, 9372.0, 9389.0, 9386.0, 9357.0, 9394.0, 9358.0, 9369.0, 9362.0, 9370.0, 9377.0, 9362.0, 9373.0, 9375.0, 9405.0, 9376.0, 9419.0, 9402.0, 9405.0, 9351.0, 9349.0, 9354.0, 9351.0, 9334.0, 9351.0, 9349.0, 9352.0, 9355.0, 9371.0, 9357.0, 9373.0, 9384.0, 9357.0, 9368.0, 9372.0, 9355.0, 9364.0, 9362.0, 9382.0, 9377.0, 9373.0, 9387.0, 9372.0, 9358.0, 9350.0, 9351.0, 9332.0, 9352.0, 9332.0, 9358.0, 9378.0, 9356.0, 9368.0, 9355.0, 9352.0, 9352.0, 9350.0, 9351.0, 9368.0, 9349.0, 9371.0, 9355.0, 9373.0, 9369.0, 9371.0, 9355.0, 9374.0, 9383.0, 9374.0, 9390.0, 9377.0, 9378.0, 9371.0, 9376.0, 9386.0, 9373.0, 9370.0, 9376.0, 9370.0, 9355.0, 9358.0, 9355.0, 9374.0, 9372.0, 9374.0, 9374.0, 9379.0, 9358.0, 9372.0, 9357.0, 9372.0, 9344.0, 9381.0, 9391.0, 9358.0, 9374.0, 9400.0, 9375.0, 9386.0, 9373.0, 9375.0, 9400.0, 9359.0, 9383.0, 9369.0, 9373.0, 9377.0, 9352.0, 9375.0, 9355.0, 9352.0, 9368.0, 9354.0, 9355.0, 9375.0, 9365.0, 9353.0, 9337.0, 9355.0, 9353.0, 9355.0, 9380.0, 9373.0, 9374.0, 9369.0, 9356.0, 9374.0, 9352.0, 9372.0, 9412.0, 9354.0, 9367.0, 9351.0, 9357.0, 9352.0, 9357.0, 9385.0, 9374.0, 9370.0, 9352.0, 9370.0, 9339.0, 9356.0, 9367.0, 9377.0, 9376.0, 9387.0, 9375.0, 9389.0, 9373.0, 9389.0, 9374.0, 9382.0, 9388.0, 9373.0, 9369.0, 9356.0, 9375.0, 9370.0, 9357.0, 9369.0, 9371.0, 9369.0, 9353.0, 9354.0, 9354.0, 9371.0, 9358.0, 9381.0, 9390.0, 9371.0, 9368.0, 9371.0, 9375.0, 9386.0, 9357.0, 9409.0, 9356.0, 9352.0, 9347.0, 9350.0, 9362.0, 9355.0, 9362.0, 9351.0, 9351.0, 9339.0, 9364.0, 9351.0, 9370.0, 9378.0, 9358.0, 9364.0, 9370.0, 9353.0, 9357.0, 9374.0, 9356.0, 9394.0, 9388.0, 9375.0, 9385.0, 9375.0, 9375.0, 9358.0, 9379.0, 9391.0, 9380.0, 9390.0, 9381.0, 9374.0, 9378.0, 9361.0, 9379.0, 9388.0, 9362.0, 9374.0, 9357.0, 9378.0, 9397.0, 9377.0, 9390.0, 9373.0, 9375.0, 9368.0, 9370.0, 9408.0, 9358.0, 9369.0, 9350.0, 9372.0, 9380.0, 9373.0, 9383.0, 9374.0, 9371.0, 9357.0, 9369.0, 9371.0, 9371.0, 9375.0, 9374.0, 9379.0, 9378.0, 9365.0, 9395.0, 9433.0, 9377.0, 9400.0, 9376.0, 9380.0, 9359.0, 9379.0, 9434.0, 9359.0, 9372.0, 9355.0, 9359.0, 9407.0, 9369.0, 9388.0, 9377.0, 9372.0, 9356.0, 9376.0, 9356.0, 9374.0, 9382.0, 9375.0, 9371.0, 9361.0, 9358.0, 9358.0, 9378.0, 9369.0, 9377.0, 9398.0, 9373.0, 9374.0, 9374.0, 9375.0, 9360.0, 9395.0, 9391.0, 9396.0, 9373.0, 9376.0, 9361.0, 9374.0, 9357.0, 9381.0, 9416.0, 9374.0, 9385.0, 9359.0, 9376.0, 9396.0, 9371.0, 9396.0, 9355.0, 9358.0, 9389.0, 9350.0, 9373.0, 9351.0, 9348.0, 9369.0, 9368.0, 9376.0, 9358.0, 9373.0, 9353.0, 9373.0, 9356.0, 9373.0, 9359.0, 9372.0, 9373.0, 9409.0, 9353.0, 9392.0, 9368.0, 9365.0, 9356.0, 9372.0, 9354.0, 9372.0, 9352.0, 9373.0, 9381.0, 9375.0, 9370.0, 9373.0, 9371.0, 9357.0, 9357.0, 9352.0, 9373.0, 9386.0, 9375.0, 9369.0, 9373.0, 9358.0, 9371.0, 9374.0, 9388.0, 9376.0, 9388.0, 9364.0, 9355.0, 9401.0, 9335.0, 9361.0, 9354.0, 9350.0, 9352.0, 9353.0, 9374.0, 9367.0, 9369.0, 9370.0, 9373.0, 9342.0, 9360.0, 9355.0, 9358.0, 9375.0, 9368.0, 9356.0, 9392.0, 9353.0, 9365.0, 9357.0, 9357.0, 9350.0, 9348.0, 9330.0, 9374.0, 9363.0, 9351.0, 9351.0, 9349.0, 9348.0, 9355.0, 9359.0, 9355.0, 9373.0, 9372.0, 9390.0, 9384.0, 9373.0, 9385.0, 9372.0, 9370.0, 9375.0, 9380.0, 9374.0, 9372.0, 9355.0, 9370.0, 9409.0, 9356.0, 9395.0, 9375.0, 9367.0, 9355.0, 9359.0, 9359.0, 9358.0, 9360.0, 9395.0, 9391.0, 9399.0, 9419.0, 9376.0, 9373.0, 9355.0, 9354.0, 9336.0, 9372.0, 9424.0, 9358.0, 9366.0, 9370.0, 9373.0, 9354.0, 9376.0, 9386.0, 9354.0, 9369.0, 9351.0, 9374.0, 9382.0, 9374.0, 9382.0, 9372.0, 9358.0, 9354.0, 9371.0, 9382.0, 9353.0, 9369.0, 9334.0, 9370.0, 9380.0, 9358.0, 9369.0, 9374.0, 9379.0, 9384.0, 9374.0, 9383.0, 9360.0, 9372.0, 9356.0, 9375.0, 9398.0, 9372.0, 9384.0, 9375.0, 9375.0, 9377.0, 9398.0, 9375.0, 9391.0, 9377.0, 9381.0, 9405.0, 9376.0, 9380.0, 9429.0, 9374.0, 9414.0, 9361.0, 9374.0, 9366.0, 9358.0, 9398.0, 9356.0, 9367.0, 9353.0, 9369.0, 9391.0, 9355.0, 9353.0, 9354.0, 9373.0, 9381.0, 9369.0, 9368.0, 9371.0, 9372.0, 9375.0, 9394.0, 9390.0, 9394.0, 9402.0, 9381.0, 9372.0, 9374.0, 9360.0, 9357.0, 9394.0, 9404.0, 9374.0, 9369.0, 9351.0, 9371.0, 9394.0, 9352.0, 9380.0, 9368.0, 9358.0, 9363.0, 9353.0, 9380.0, 9352.0, 9378.0, 9370.0, 9362.0, 9354.0, 9372.0, 9354.0, 9374.0, 9389.0, 9374.0, 9373.0, 9373.0, 9359.0, 9353.0, 9377.0, 9412.0, 9378.0, 9389.0, 9358.0, 9372.0, 9356.0, 9376.0, 9355.0, 9375.0, 9404.0, 9376.0, 9357.0, 9360.0, 9368.0, 9357.0, 9373.0, 9407.0, 9353.0, 9380.0, 9354.0, 9356.0, 9349.0, 9371.0, 9341.0, 9370.0, 9384.0, 9356.0, 9372.0, 9361.0, 9381.0, 9394.0, 9374.0, 9384.0, 9358.0, 9368.0, 9355.0, 9360.0, 9386.0, 9357.0, 9367.0, 9352.0, 9347.0, 9336.0, 9353.0, 9351.0, 9374.0, 9385.0, 9371.0, 9355.0, 9339.0, 9359.0, 9381.0, 9364.0, 9374.0, 9357.0, 9373.0, 9382.0, 9360.0, 9371.0, 9358.0, 9391.0, 9384.0, 9371.0, 9367.0, 9358.0, 9353.0, 9336.0, 9357.0, 9364.0, 9354.0, 9352.0, 9353.0, 9352.0, 9338.0, 9370.0, 9349.0, 9354.0, 9352.0, 9352.0, 9355.0, 9376.0, 9352.0, 9345.0, 9350.0, 9336.0, 9372.0, 9353.0, 9359.0, 9369.0, 9354.0, 9375.0, 9373.0, 9371.0, 9367.0, 9356.0, 9368.0, 9352.0, 9355.0, 9349.0, 9356.0, 9421.0, 9350.0, 9363.0, 9313.0, 9333.0, 9371.0, 9349.0, 9349.0, 9332.0, 9333.0, 9333.0, 9350.0, 9360.0, 9355.0, 9369.0, 9375.0, 9356.0, 9361.0, 9374.0, 9365.0, 9395.0, 9389.0, 9380.0, 9422.0, 9379.0, 9377.0, 9417.0, 9379.0, 9391.0, 9361.0, 9383.0, 9442.0, 9357.0, 9394.0, 9353.0, 9359.0, 9354.0, 9377.0, 9415.0, 9373.0, 9374.0, 9367.0, 9370.0, 9406.0, 9354.0, 9367.0, 9356.0, 9353.0, 9378.0, 9401.0, 9409.0, 9391.0, 9384.0, 9355.0, 9350.0, 9337.0, 9358.0, 9381.0, 9356.0, 9366.0, 9354.0, 9371.0, 9341.0, 9374.0, 9385.0, 9360.0, 9384.0, 9373.0, 9342.0, 9374.0, 9361.0, 9381.0, 9383.0, 9377.0, 9380.0, 9404.0, 9374.0, 9387.0, 9358.0, 9375.0, 9383.0, 9360.0, 9409.0, 9353.0, 9352.0, 9319.0, 9348.0, 9377.0, 9355.0, 9357.0, 9349.0, 9352.0, 9389.0, 9335.0, 9347.0, 9357.0, 9371.0, 9365.0, 9353.0, 9365.0, 9356.0, 9373.0, 9357.0, 9381.0, 9402.0, 9360.0, 9377.0, 9397.0, 9357.0, 9385.0, 9372.0, 9377.0, 9384.0, 9375.0, 9370.0, 9360.0, 9387.0, 9374.0, 9393.0, 9388.0, 9378.0, 9401.0, 9373.0, 9356.0, 9359.0, 9360.0, 9382.0, 9393.0, 9364.0, 9375.0, 9427.0, 9360.0, 9388.0, 9355.0, 9357.0, 9393.0, 9355.0, 9381.0, 9355.0, 9356.0, 9340.0, 9357.0, 9379.0, 9353.0, 9338.0, 9360.0, 9344.0, 9378.0, 9389.0, 9361.0, 9369.0, 9355.0, 9352.0, 9336.0, 9355.0, 9349.0, 9356.0, 9407.0, 9353.0, 9374.0, 9351.0, 9333.0, 9333.0, 9336.0, 9335.0, 9338.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.00030057997557997557</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01873794536019536</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.677797635589535</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1965462633964576</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9934858128222347</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4441</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8184.7476</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08153647415999807</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.6715506715506715</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3861228848202347</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3148077629925004</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.630131300929147</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2134295905390564</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00482484</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014695204794406891</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01432474423199892</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1638</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.75961028982312</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>27.3224</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.7286</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.2342</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>311256.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>893.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.647</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1351</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.897</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3515.3519</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3754.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>65288.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1050.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4628.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>998.5001</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.946910079801455</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> |