=== 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-0007 --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-0007",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
167 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
167 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-0007_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-0007_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-0007_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-0007/figures/sub-0007_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0007/figures/sub-0007_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-0007/figures/sub-0007_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007/ses-03/func/sub-0007_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>a3df41ac84ae60d6adcc05484328aee7</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>16:09:17.187500</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_VE11C_LATEST_20160120</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.998733, -0.00393515, 0.0501701, 0.00156882, 0.998888, 0.0471187]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.082964</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>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4167, -7732, -7228, 686, 25, -207, -5, 45]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>229.334</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d6b5d02c-350a-4935-be66-4e9b30c41eeb||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679527521133423, 0.004209025762975216, 0.13580918312072754, 113.1746826171875], [0.010557732544839382, 2.679943561553955, 0.1268467754125595, -101.2837905883789], [0.1346026211977005, -0.12641602754592896, 2.6935973167419434, -61.25643539428711], [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, 1616]</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], 'AcquisitionTime': ['160917.187500', '160917.647500', '160918.107500', '160918.567500', '160919.027500', '160919.487500', '160919.947500', '160920.407500', '160920.867500', '160921.327500', '160921.787500', '160922.247500', '160922.707500', '160923.167500', '160923.627500', '160924.087500', '160924.547500', '160925.007500', '160925.467500', '160925.927500', '160926.387500', '160926.847500', '160927.307500', '160927.767500', '160928.227500', '160928.687500', '160929.147500', '160929.607500', '160930.067500', '160930.527500', '160930.987500', '160931.447500', '160931.907500', '160932.367500', '160932.827500', '160933.287500', '160933.747500', '160934.207500', '160934.667500', '160935.127500', '160935.587500', '160936.047500', '160936.507500', '160936.967500', '160937.427500', '160937.887500', '160938.347500', '160938.807500', '160939.267500', '160939.727500', '160940.187500', '160940.647500', '160941.107500', '160941.567500', '160942.027500', '160942.487500', '160942.947500', '160943.407500', '160943.867500', '160944.327500', '160944.787500', '160945.247500', '160945.707500', '160946.167500', '160946.627500', '160947.087500', '160947.547500', '160948.007500', '160948.467500', '160948.927500', '160949.387500', '160949.847500', '160950.307500', '160950.767500', '160951.227500', '160951.687500', '160952.147500', '160952.607500', '160953.067500', '160953.527500', '160953.987500', '160954.447500', '160954.907500', '160955.367500', '160955.827500', '160956.287500', '160956.747500', '160957.207500', '160957.667500', '160958.127500', '160958.587500', '160959.047500', '160959.507500', '160959.967500', '161000.427500', '161000.887500', '161001.347500', '161001.807500', '161002.267500', '161002.727500', '161003.187500', '161003.647500', '161004.107500', '161004.567500', '161005.027500', '161005.487500', '161005.947500', '161006.407500', '161006.867500', '161007.327500', '161007.787500', '161008.247500', '161008.707500', '161009.167500', '161009.627500', '161010.087500', '161010.547500', '161011.007500', '161011.467500', '161011.927500', '161012.387500', '161012.847500', '161013.307500', '161013.767500', '161014.227500', '161014.687500', '161015.147500', '161015.607500', '161016.067500', '161016.527500', '161016.987500', '161017.447500', '161017.907500', '161018.367500', '161018.827500', '161019.287500', '161019.747500', '161020.207500', '161020.667500', '161021.127500', '161021.587500', '161022.047500', '161022.507500', '161022.967500', '161023.427500', '161023.887500', '161024.347500', '161024.807500', '161025.267500', '161025.727500', '161026.187500', '161026.647500', '161027.107500', '161027.567500', '161028.027500', '161028.487500', '161028.947500', '161029.407500', '161029.867500', '161030.327500', '161030.787500', '161031.247500', '161031.707500', '161032.167500', '161032.627500', '161033.087500', '161033.547500', '161034.007500', '161034.467500', '161034.927500', '161035.387500', '161035.847500', '161036.307500', '161036.767500', '161037.227500', '161037.687500', '161038.147500', '161038.607500', '161039.067500', '161039.527500', '161039.987500', '161040.447500', '161040.907500', '161041.367500', '161041.827500', '161042.287500', '161042.747500', '161043.207500', '161043.667500', '161044.127500', '161044.587500', '161045.047500', '161045.507500', '161045.967500', '161046.427500', '161046.887500', '161047.347500', '161047.807500', '161048.267500', '161048.727500', '161049.187500', '161049.647500', '161050.107500', '161050.567500', '161051.027500', '161051.487500', '161051.947500', '161052.407500', '161052.867500', '161053.327500', '161053.787500', '161054.247500', '161054.707500', '161055.167500', '161055.627500', '161056.087500', '161056.547500', '161057.007500', '161057.467500', '161057.927500', '161058.387500', '161058.847500', '161059.307500', '161059.767500', '161100.227500', '161100.687500', '161101.147500', '161101.607500', '161102.067500', '161102.527500', '161102.987500', '161103.447500', '161103.907500', '161104.367500', '161104.827500', '161105.287500', '161105.747500', '161106.207500', '161106.667500', '161107.127500', '161107.587500', '161108.047500', '161108.507500', '161108.967500', '161109.427500', '161109.887500', '161110.347500', '161110.807500', '161111.267500', '161111.727500', '161112.187500', '161112.647500', '161113.107500', '161113.567500', '161114.027500', '161114.487500', '161114.947500', '161115.407500', '161115.867500', '161116.327500', '161116.787500', '161117.247500', '161117.707500', '161118.167500', '161118.627500', '161119.087500', '161119.547500', '161120.007500', '161120.467500', '161120.927500', '161121.387500', '161121.847500', '161122.307500', '161122.767500', '161123.227500', '161123.687500', '161124.147500', '161124.607500', '161125.067500', '161125.527500', '161125.987500', '161126.447500', '161126.907500', '161127.367500', '161127.827500', '161128.287500', '161128.747500', '161129.207500', '161129.667500', '161130.127500', '161130.587500', '161131.047500', '161131.507500', '161131.967500', '161132.427500', '161132.887500', '161133.347500', '161133.807500', '161134.267500', '161134.727500', '161135.187500', '161135.647500', '161136.107500', '161136.567500', '161137.027500', '161137.487500', '161137.947500', '161138.407500', '161138.867500', '161139.327500', '161139.787500', '161140.247500', '161140.707500', '161141.167500', '161141.627500', '161142.087500', '161142.547500', '161143.007500', '161143.467500', '161143.927500', '161144.387500', '161144.847500', '161145.307500', '161145.767500', '161146.227500', '161146.687500', '161147.147500', '161147.607500', '161148.067500', '161148.527500', '161148.987500', '161149.447500', '161149.907500', '161150.367500', '161150.827500', '161151.287500', '161151.747500', '161152.207500', '161152.667500', '161153.127500', '161153.587500', '161154.047500', '161154.507500', '161154.967500', '161155.427500', '161155.887500', '161156.347500', '161156.807500', '161157.267500', '161157.727500', '161158.187500', '161158.647500', '161159.107500', '161159.567500', '161200.027500', '161200.487500', '161200.947500', '161201.407500', '161201.867500', '161202.327500', '161202.787500', '161203.247500', '161203.707500', '161204.167500', '161204.627500', '161205.087500', '161205.547500', '161206.007500', '161206.467500', '161206.927500', '161207.387500', '161207.847500', '161208.307500', '161208.767500', '161209.227500', '161209.687500', '161210.147500', '161210.607500', '161211.067500', '161211.527500', '161211.987500', '161212.447500', '161212.907500', '161213.367500', '161213.827500', '161214.287500', '161214.747500', '161215.207500', '161215.667500', '161216.127500', '161216.587500', '161217.047500', '161217.507500', '161217.967500', '161218.427500', '161218.887500', '161219.347500', '161219.807500', '161220.267500', '161220.727500', '161221.187500', '161221.647500', '161222.107500', '161222.567500', '161223.027500', '161223.487500', '161223.947500', '161224.407500', '161224.867500', '161225.327500', '161225.787500', '161226.247500', '161226.707500', '161227.167500', '161227.627500', '161228.087500', '161228.547500', '161229.007500', '161229.467500', '161229.927500', '161230.387500', '161230.847500', '161231.307500', '161231.767500', '161232.227500', '161232.687500', '161233.147500', '161233.607500', '161234.067500', '161234.527500', '161234.987500', '161235.447500', '161235.907500', '161236.367500', '161236.827500', '161237.287500', '161237.747500', '161238.207500', '161238.667500', '161239.127500', '161239.587500', '161240.047500', '161240.507500', '161240.967500', '161241.427500', '161241.887500', '161242.347500', '161242.807500', '161243.267500', '161243.727500', '161244.187500', '161244.647500', '161245.107500', '161245.567500', '161246.027500', '161246.487500', '161246.947500', '161247.407500', '161247.867500', '161248.327500', '161248.787500', '161249.247500', '161249.707500', '161250.167500', '161250.627500', '161251.087500', '161251.547500', '161252.007500', '161252.467500', '161252.927500', '161253.387500', '161253.847500', '161254.307500', '161254.767500', '161255.227500', '161255.687500', '161256.147500', '161256.607500', '161257.067500', '161257.527500', '161257.987500', '161258.447500', '161258.907500', '161259.367500', '161259.827500', '161300.287500', '161300.747500', '161301.207500', '161301.667500', '161302.127500', '161302.587500', '161303.047500', '161303.507500', '161303.967500', '161304.427500', '161304.887500', '161305.347500', '161305.807500', '161306.267500', '161306.727500', '161307.187500', '161307.647500', '161308.107500', '161308.567500', '161309.027500', '161309.487500', '161309.947500', '161310.407500', '161310.867500', '161311.327500', '161311.787500', '161312.247500', '161312.707500', '161313.167500', '161313.627500', '161314.087500', '161314.547500', '161315.007500', '161315.467500', '161315.927500', '161316.387500', '161316.847500', '161317.307500', '161317.767500', '161318.227500', '161318.687500', '161319.147500', '161319.607500', '161320.067500', '161320.527500', '161320.987500', '161321.447500', '161321.907500', '161322.367500', '161322.827500', '161323.287500', '161323.747500', '161324.207500', '161324.667500', '161325.127500', '161325.587500', '161326.047500', '161326.507500', '161326.967500', '161327.427500', '161327.887500', '161328.347500', '161328.807500', '161329.267500', '161329.727500', '161330.187500', '161330.647500', '161331.107500', '161331.567500', '161332.027500', '161332.487500', '161332.947500', '161333.407500', '161333.867500', '161334.327500', '161334.787500', '161335.247500', '161335.707500', '161336.167500', '161336.627500', '161337.087500', '161337.547500', '161338.007500', '161338.467500', '161338.927500', '161339.387500', '161339.847500', '161340.307500', '161340.767500', '161341.227500', '161341.687500', '161342.147500', '161342.607500', '161343.067500', '161343.527500', '161343.987500', '161344.447500', '161344.907500', '161345.367500', '161345.827500', '161346.287500', '161346.747500', '161347.207500', '161347.667500', '161348.127500', '161348.587500', '161349.047500', '161349.507500', '161349.967500', '161350.427500', '161350.887500', '161351.347500', '161351.807500', '161352.267500', '161352.727500', '161353.187500', '161353.647500', '161354.107500', '161354.567500', '161355.027500', '161355.487500', '161355.947500', '161356.407500', '161356.867500', '161357.327500', '161357.787500', '161358.247500', '161358.707500', '161359.167500', '161359.627500', '161400.087500', '161400.547500', '161401.007500', '161401.467500', '161401.927500', '161402.387500', '161402.847500', '161403.307500', '161403.767500', '161404.227500', '161404.687500', '161405.147500', '161405.607500', '161406.067500', '161406.527500', '161406.987500', '161407.447500', '161407.907500', '161408.367500', '161408.827500', '161409.287500', '161409.747500', '161410.207500', '161410.667500', '161411.127500', '161411.587500', '161412.047500', '161412.507500', '161412.967500', '161413.427500', '161413.887500', '161414.347500', '161414.807500', '161415.267500', '161415.727500', '161416.187500', '161416.647500', '161417.107500', '161417.567500', '161418.027500', '161418.487500', '161418.947500', '161419.407500', '161419.867500', '161420.327500', '161420.787500', '161421.247500', '161421.707500', '161422.167500', '161422.627500', '161423.087500', '161423.547500', '161424.007500', '161424.467500', '161424.927500', '161425.387500', '161425.847500', '161426.307500', '161426.767500', '161427.227500', '161427.687500', '161428.147500', '161428.607500', '161429.067500', '161429.527500', '161429.987500', '161430.447500', '161430.907500', '161431.367500', '161431.827500', '161432.287500', '161432.747500', '161433.207500', '161433.667500', '161434.127500', '161434.587500', '161435.047500', '161435.507500', '161435.967500', '161436.427500', '161436.887500', '161437.347500', '161437.807500', '161438.267500', '161438.727500', '161439.187500', '161439.647500', '161440.107500', '161440.567500', '161441.027500', '161441.487500', '161441.947500', '161442.407500', '161442.867500', '161443.327500', '161443.787500', '161444.247500', '161444.707500', '161445.167500', '161445.627500', '161446.087500', '161446.547500', '161447.007500', '161447.467500', '161447.927500', '161448.387500', '161448.847500', '161449.307500', '161449.767500', '161450.227500', '161450.687500', '161451.147500', '161451.607500', '161452.067500', '161452.527500', '161452.987500', '161453.447500', '161453.907500', '161454.367500', '161454.827500', '161455.287500', '161455.747500', '161456.207500', '161456.667500', '161457.127500', '161457.587500', '161458.047500', '161458.507500', '161458.967500', '161459.427500', '161459.887500', '161500.347500', '161500.807500', '161501.267500', '161501.727500', '161502.187500', '161502.647500', '161503.107500', '161503.567500', '161504.027500', '161504.487500', '161504.947500', '161505.407500', '161505.867500', '161506.327500', '161506.787500', '161507.247500', '161507.707500', '161508.167500', '161508.627500', '161509.087500', '161509.547500', '161510.007500', '161510.467500', '161510.927500', '161511.387500', '161511.847500', '161512.307500', '161512.767500', '161513.227500', '161513.687500', '161514.147500', '161514.607500', '161515.067500', '161515.527500', '161515.987500', '161516.447500', '161516.907500', '161517.367500', '161517.827500', '161518.287500', '161518.747500', '161519.207500', '161519.667500', '161520.127500', '161520.587500', '161521.047500', '161521.507500', '161521.967500', '161522.427500', '161522.887500', '161523.347500', '161523.807500', '161524.267500', '161524.727500', '161525.187500', '161525.647500', '161526.107500', '161526.567500', '161527.027500', '161527.487500', '161527.947500', '161528.407500', '161528.867500', '161529.327500', '161529.787500', '161530.247500', '161530.707500', '161531.167500', '161531.627500', '161532.087500', '161532.547500', '161533.007500', '161533.467500', '161533.927500', '161534.387500', '161534.847500', '161535.307500', '161535.767500', '161536.227500', '161536.687500', '161537.147500', '161537.607500', '161538.067500', '161538.527500', '161538.987500', '161539.447500', '161539.907500', '161540.367500', '161540.827500', '161541.287500', '161541.747500', '161542.207500', '161542.667500', '161543.127500', '161543.587500', '161544.047500', '161544.507500', '161544.967500', '161545.427500', '161545.887500', '161546.347500', '161546.807500', '161547.267500', '161547.727500', '161548.187500', '161548.647500', '161549.107500', '161549.567500', '161550.027500', '161550.487500', '161550.947500', '161551.407500', '161551.867500', '161552.327500', '161552.787500', '161553.247500', '161553.707500', '161554.167500', '161554.627500', '161555.087500', '161555.547500', '161556.007500', '161556.467500', '161556.927500', '161557.387500', '161557.847500', '161558.307500', '161558.767500', '161559.227500', '161559.687500', '161600.147500', '161600.607500', '161601.067500', '161601.527500', '161601.987500', '161602.447500', '161602.907500', '161603.367500', '161603.827500', '161604.287500', '161604.747500', '161605.207500', '161605.667500', '161606.127500', '161606.587500', '161607.047500', '161607.507500', '161607.967500', '161608.427500', '161608.887500', '161609.347500', '161609.807500', '161610.267500', '161610.727500', '161611.187500', '161611.647500', '161612.107500', '161612.567500', '161613.027500', '161613.487500', '161613.947500', '161614.407500', '161614.867500', '161615.327500', '161615.787500', '161616.247500', '161616.707500', '161617.167500', '161617.627500', '161618.087500', '161618.547500', '161619.007500', '161619.467500', '161619.927500', '161620.387500', '161620.847500', '161621.307500', '161621.767500', '161622.227500', '161622.687500', '161623.147500', '161623.607500', '161624.067500', '161624.527500', '161624.987500', '161625.447500', '161625.907500', '161626.367500', '161626.827500', '161627.287500', '161627.747500', '161628.207500', '161628.667500', '161629.127500', '161629.587500', '161630.047500', '161630.507500', '161630.967500', '161631.427500', '161631.887500', '161632.347500', '161632.807500', '161633.267500', '161633.727500', '161634.187500', '161634.647500', '161635.107500', '161635.567500', '161636.027500', '161636.487500', '161636.947500', '161637.407500', '161637.867500', '161638.327500', '161638.787500', '161639.247500', '161639.707500', '161640.167500', '161640.627500', '161641.087500', '161641.547500', '161642.007500', '161642.467500', '161642.927500', '161643.387500', '161643.847500', '161644.307500', '161644.767500', '161645.227500', '161645.687500', '161646.147500', '161646.607500', '161647.067500', '161647.527500', '161647.987500', '161648.447500', '161648.907500', '161649.367500', '161649.827500', '161650.287500', '161650.747500', '161651.207500', '161651.667500', '161652.127500', '161652.587500', '161653.047500', '161653.507500', '161653.967500', '161654.427500', '161654.887500', '161655.347500', '161655.807500', '161656.267500', '161656.727500', '161657.187500', '161657.647500', '161658.107500', '161658.567500', '161659.027500', '161659.487500', '161659.947500', '161700.407500', '161700.867500', '161701.327500', '161701.787500', '161702.247500', '161702.707500', '161703.167500', '161703.627500', '161704.087500', '161704.547500', '161705.007500', '161705.467500', '161705.927500', '161706.387500', '161706.847500', '161707.307500', '161707.767500', '161708.227500', '161708.687500', '161709.147500', '161709.607500', '161710.067500', '161710.527500', '161710.987500', '161711.447500', '161711.907500', '161712.367500', '161712.827500', '161713.287500', '161713.747500', '161714.207500', '161714.667500', '161715.127500', '161715.587500', '161716.047500', '161716.507500', '161716.967500', '161717.427500', '161717.887500', '161718.347500', '161718.807500', '161719.267500', '161719.727500', '161720.187500', '161720.647500', '161721.107500', '161721.567500', '161722.027500', '161722.487500', '161722.947500', '161723.407500', '161723.867500', '161724.327500', '161724.787500', '161725.247500', '161725.707500', '161726.167500', '161726.627500', '161727.087500', '161727.547500', '161728.007500', '161728.467500', '161728.927500', '161729.387500', '161729.847500', '161730.307500', '161730.767500', '161731.227500', '161731.687500', '161732.147500', '161732.607500', '161733.067500', '161733.527500', '161733.987500', '161734.447500', '161734.907500', '161735.367500', '161735.827500', '161736.287500', '161736.747500', '161737.207500', '161737.667500', '161738.127500', '161738.587500', '161739.047500', '161739.507500', '161739.967500', '161740.427500', '161740.887500', '161741.347500', '161741.807500', '161742.267500', '161742.727500', '161743.187500', '161743.647500', '161744.107500', '161744.567500', '161745.027500', '161745.487500', '161745.947500', '161746.407500', '161746.867500', '161747.327500', '161747.787500', '161748.247500', '161748.707500', '161749.167500', '161749.627500', '161750.087500', '161750.547500', '161751.007500', '161751.467500', '161751.927500', '161752.387500', '161752.847500', '161753.307500', '161753.767500', '161754.227500', '161754.687500', '161755.147500', '161755.607500', '161756.067500', '161756.527500', '161756.987500', '161757.447500', '161757.907500', '161758.367500', '161758.827500', '161759.287500', '161759.747500', '161800.207500', '161800.667500', '161801.127500', '161801.587500', '161802.047500', '161802.507500', '161802.967500', '161803.427500', '161803.887500', '161804.347500', '161804.807500', '161805.267500', '161805.727500', '161806.187500', '161806.647500', '161807.107500', '161807.567500', '161808.027500', '161808.487500', '161808.947500', '161809.407500', '161809.867500', '161810.327500', '161810.787500', '161811.247500', '161811.707500', '161812.167500', '161812.627500', '161813.087500', '161813.547500', '161814.007500', '161814.467500', '161814.927500', '161815.387500', '161815.847500', '161816.307500', '161816.767500', '161817.227500', '161817.687500', '161818.147500', '161818.607500', '161819.067500', '161819.527500', '161819.987500', '161820.447500', '161820.907500', '161821.367500', '161821.827500', '161822.287500', '161822.747500', '161823.207500', '161823.667500', '161824.127500', '161824.587500', '161825.047500', '161825.507500', '161825.967500', '161826.427500', '161826.887500', '161827.347500', '161827.807500', '161828.267500', '161828.727500', '161829.187500', '161829.647500', '161830.107500', '161830.567500', '161831.027500', '161831.487500', '161831.947500', '161832.407500', '161832.867500', '161833.327500', '161833.787500', '161834.247500', '161834.707500', '161835.167500', '161835.627500', '161836.087500', '161836.547500', '161837.007500', '161837.467500', '161837.927500', '161838.387500', '161838.847500', '161839.307500', '161839.767500', '161840.227500', '161840.687500', '161841.147500', '161841.607500', '161842.067500', '161842.527500', '161842.987500', '161843.447500', '161843.907500', '161844.367500', '161844.827500', '161845.287500', '161845.747500', '161846.207500', '161846.667500', '161847.127500', '161847.587500', '161848.047500', '161848.507500', '161848.967500', '161849.427500', '161849.887500', '161850.347500', '161850.807500', '161851.267500', '161851.727500', '161852.187500', '161852.647500', '161853.107500', '161853.567500', '161854.027500', '161854.487500', '161854.947500', '161855.407500', '161855.867500', '161856.327500', '161856.787500', '161857.247500', '161857.707500', '161858.167500', '161858.627500', '161859.087500', '161859.547500', '161900.007500', '161900.467500', '161900.927500', '161901.387500', '161901.847500', '161902.307500', '161902.767500', '161903.227500', '161903.687500', '161904.147500', '161904.607500', '161905.067500', '161905.527500', '161905.987500', '161906.447500', '161906.907500', '161907.367500', '161907.827500', '161908.287500', '161908.747500', '161909.207500', '161909.667500', '161910.127500', '161910.587500', '161911.047500', '161911.507500', '161911.967500', '161912.427500', '161912.887500', '161913.347500', '161913.807500', '161914.267500', '161914.727500', '161915.187500', '161915.647500', '161916.107500', '161916.567500', '161917.027500', '161917.487500', '161917.947500', '161918.407500', '161918.867500', '161919.327500', '161919.787500', '161920.247500', '161920.707500', '161921.167500', '161921.627500', '161922.087500', '161922.547500', '161923.007500', '161923.467500', '161923.927500', '161924.387500', '161924.847500', '161925.307500', '161925.767500', '161926.227500', '161926.687500', '161927.147500', '161927.607500', '161928.067500', '161928.527500', '161928.987500', '161929.447500', '161929.907500', '161930.367500', '161930.827500', '161931.287500', '161931.747500', '161932.207500', '161932.667500', '161933.127500', '161933.587500', '161934.047500', '161934.507500', '161934.967500', '161935.427500', '161935.887500', '161936.347500', '161936.807500', '161937.267500', '161937.727500', '161938.187500', '161938.647500', '161939.107500', '161939.567500', '161940.027500', '161940.487500', '161940.947500', '161941.407500', '161941.867500', '161942.327500', '161942.787500', '161943.247500', '161943.707500', '161944.167500', '161944.627500', '161945.087500', '161945.547500', '161946.007500', '161946.467500', '161946.927500', '161947.387500', '161947.847500', '161948.307500', '161948.767500', '161949.227500', '161949.687500', '161950.147500', '161950.607500', '161951.067500', '161951.527500', '161951.987500', '161952.447500', '161952.907500', '161953.367500', '161953.827500', '161954.287500', '161954.747500', '161955.207500', '161955.667500', '161956.127500', '161956.587500', '161957.047500', '161957.507500', '161957.967500', '161958.427500', '161958.887500', '161959.347500', '161959.807500', '162000.267500', '162000.727500', '162001.187500', '162001.647500', '162002.107500', '162002.567500', '162003.027500', '162003.487500', '162003.947500', '162004.407500', '162004.867500', '162005.327500', '162005.787500', '162006.247500', '162006.707500', '162007.167500', '162007.627500', '162008.087500', '162008.547500', '162009.007500', '162009.467500', '162009.927500', '162010.387500', '162010.847500', '162011.307500', '162011.767500', '162012.227500', '162012.687500', '162013.147500', '162013.607500', '162014.067500', '162014.527500', '162014.987500', '162015.447500', '162015.907500', '162016.367500', '162016.827500', '162017.287500', '162017.747500', '162018.207500', '162018.667500', '162019.127500', '162019.587500', '162020.047500', '162020.507500', '162020.967500', '162021.427500', '162021.887500', '162022.347500', '162022.807500', '162023.267500', '162023.727500', '162024.187500', '162024.647500', '162025.107500', '162025.567500', '162026.027500', '162026.487500', '162026.947500', '162027.407500', '162027.867500', '162028.327500', '162028.787500', '162029.247500', '162029.707500', '162030.167500', '162030.627500', '162031.087500', '162031.547500', '162032.007500', '162032.467500', '162032.927500', '162033.387500', '162033.847500', '162034.307500', '162034.767500', '162035.227500', '162035.687500', '162036.147500', '162036.607500', '162037.067500', '162037.527500', '162037.987500', '162038.447500', '162038.907500', '162039.367500', '162039.827500', '162040.287500', '162040.747500', '162041.207500', '162041.667500', '162042.127500', '162042.587500', '162043.047500', '162043.507500', '162043.967500', '162044.427500', '162044.887500', '162045.347500', '162045.807500', '162046.267500', '162046.727500', '162047.187500', '162047.647500', '162048.107500', '162048.567500', '162049.027500', '162049.487500', '162049.947500', '162050.407500', '162050.867500', '162051.327500', '162051.787500', '162052.247500', '162052.707500', '162053.167500', '162053.627500', '162054.087500', '162054.547500', '162055.007500', '162055.467500', '162055.927500', '162056.387500', '162056.847500', '162057.307500', '162057.767500', '162058.227500', '162058.687500', '162059.147500', '162059.607500', '162100.067500', '162100.527500', '162100.987500', '162101.447500', '162101.907500', '162102.367500', '162102.827500', '162103.287500', '162103.747500', '162104.207500', '162104.667500', '162105.127500', '162105.587500', '162106.047500', '162106.507500', '162106.967500', '162107.427500', '162107.887500', '162108.347500', '162108.807500', '162109.267500', '162109.727500', '162110.187500', '162110.647500', '162111.107500', '162111.567500', '162112.027500', '162112.487500', '162112.947500', '162113.407500', '162113.867500', '162114.327500', '162114.787500', '162115.247500', '162115.707500', '162116.167500', '162116.627500', '162117.087500', '162117.547500', '162118.007500', '162118.467500', '162118.927500', '162119.387500', '162119.847500', '162120.307500', '162120.767500', '162121.227500', '162121.687500', '162122.147500', '162122.607500', '162123.067500', '162123.527500', '162123.987500', '162124.447500', '162124.907500', '162125.367500', '162125.827500', '162126.287500', '162126.747500', '162127.207500', '162127.667500', '162128.127500', '162128.587500', '162129.047500', '162129.507500', '162129.967500', '162130.427500', '162130.887500', '162131.347500', '162131.807500', '162132.267500', '162132.727500', '162133.187500', '162133.647500', '162134.107500', '162134.567500', '162135.027500', '162135.487500', '162135.947500', '162136.407500', '162136.867500', '162137.327500', '162137.787500', '162138.247500', '162138.707500', '162139.167500', '162139.627500', '162140.087500'], 'ContentTime': ['160944.141000', '160944.144000', '160944.147000', '160944.150000', '160944.153000', '160944.156000', '160944.158000', '160944.161000', '160944.164000', '160944.167000', '160944.170000', '160944.173000', '160944.176000', '160944.179000', '160944.182000', '160944.184000', '160944.187000', '160944.195000', '160944.198000', '160944.200000', '160944.203000', '160944.206000', '160944.209000', '160944.212000', '160944.215000', '160944.218000', '160944.220000', '160944.223000', '160944.226000', '160944.229000', '160944.232000', '160944.235000', '160944.238000', '160944.240000', '160944.243000', '160944.246000', '160944.249000', '160944.252000', '160944.255000', '160944.258000', '160944.260000', '160944.263000', '160944.266000', '160944.269000', '160944.272000', '160944.275000', '160944.278000', '160944.281000', '160944.283000', '160944.286000', '160944.289000', '160944.292000', '160944.295000', '160944.298000', '160944.301000', '160944.303000', '160944.313000', '161004.110000', '161004.113000', '161004.116000', '161004.119000', '161004.122000', '161004.124000', '161004.127000', '161004.130000', '161004.133000', '161004.136000', '161004.139000', '161004.141000', '161004.150000', '161004.153000', '161004.156000', '161004.159000', '161004.162000', '161004.165000', '161004.168000', '161004.170000', '161004.173000', '161004.176000', '161004.179000', '161004.182000', '161004.185000', '161004.188000', '161004.190000', '161004.193000', '161004.196000', '161004.199000', '161004.202000', '161004.205000', '161004.208000', '161004.211000', '161004.214000', '161004.216000', '161004.219000', '161004.222000', '161004.225000', '161004.228000', '161004.231000', '161004.234000', '161004.237000', '161004.239000', '161024.110000', '161024.113000', '161024.116000', '161024.119000', '161024.122000', '161024.125000', '161024.127000', '161024.130000', '161024.133000', '161024.136000', '161024.139000', '161024.142000', '161024.145000', '161024.147000', '161024.150000', '161024.153000', '161024.156000', '161024.159000', '161024.162000', '161024.165000', '161024.168000', '161024.171000', '161024.173000', '161024.176000', '161024.179000', '161024.182000', '161024.185000', '161024.188000', '161024.191000', '161024.194000', '161024.197000', '161024.199000', '161024.202000', '161024.205000', '161024.208000', '161024.211000', '161024.214000', '161024.217000', '161024.219000', '161024.235000', '161024.238000', '161024.241000', '161024.244000', '161044.109000', '161044.112000', '161044.115000', '161044.118000', '161044.121000', '161044.123000', '161044.126000', '161044.129000', '161044.132000', '161044.135000', '161044.138000', '161044.141000', '161044.143000', '161044.146000', '161044.149000', '161044.152000', '161044.155000', '161044.158000', '161044.160000', '161044.163000', '161044.166000', '161044.169000', '161044.172000', '161044.175000', '161044.178000', '161044.181000', '161044.183000', '161044.186000', '161044.189000', '161044.192000', '161044.195000', '161044.198000', '161044.200000', '161044.203000', '161044.206000', '161044.209000', '161044.212000', '161044.215000', '161044.218000', '161044.221000', '161044.223000', '161044.227000', '161044.230000', '161104.109000', '161104.112000', '161104.115000', '161104.118000', '161104.120000', '161104.123000', '161104.126000', '161104.129000', '161104.132000', '161104.135000', '161104.138000', '161104.141000', '161104.143000', '161104.146000', '161104.149000', '161104.152000', '161104.155000', '161104.158000', '161104.161000', '161104.163000', '161104.166000', '161104.169000', '161104.172000', '161104.175000', '161104.186000', '161104.189000', '161104.192000', '161104.201000', '161104.204000', '161104.207000', '161104.210000', '161104.213000', '161104.216000', '161104.219000', '161104.222000', '161104.225000', '161104.228000', '161104.230000', '161104.233000', '161104.236000', '161104.239000', '161104.242000', '161104.245000', '161104.248000', '161124.109000', '161124.112000', '161124.115000', '161124.118000', '161124.121000', '161124.124000', '161124.127000', '161124.130000', '161124.133000', '161124.135000', '161124.138000', '161124.141000', '161124.144000', '161124.147000', '161124.150000', '161124.153000', '161124.156000', '161124.159000', '161124.162000', '161124.165000', '161124.168000', '161124.170000', '161124.173000', '161124.176000', '161124.179000', '161124.182000', '161124.185000', '161124.188000', '161124.191000', '161124.194000', '161124.196000', '161124.199000', '161124.202000', '161124.205000', '161124.208000', '161124.211000', '161124.214000', '161124.217000', '161124.220000', '161124.223000', '161124.226000', '161124.229000', '161124.231000', '161144.110000', '161144.113000', '161144.116000', '161144.119000', '161144.122000', '161144.125000', '161144.128000', '161144.131000', '161144.134000', '161144.136000', '161144.139000', '161144.142000', '161144.145000', '161144.148000', '161144.151000', '161144.154000', '161144.157000', '161144.159000', '161144.162000', '161144.165000', '161144.168000', '161144.171000', '161144.174000', '161144.177000', '161144.180000', '161144.183000', '161144.186000', '161144.189000', '161144.192000', '161144.194000', '161144.197000', '161144.200000', '161144.203000', '161144.206000', '161144.209000', '161144.212000', '161144.215000', '161144.218000', '161144.221000', '161144.224000', '161144.227000', '161144.229000', '161144.232000', '161144.235000', '161204.110000', '161204.113000', '161204.116000', '161204.119000', '161204.122000', '161204.124000', '161204.127000', '161204.130000', '161204.133000', '161204.136000', '161204.139000', '161204.142000', '161204.145000', '161204.147000', '161204.150000', '161204.153000', '161204.156000', '161204.159000', '161204.162000', '161204.165000', '161204.168000', '161204.171000', '161204.174000', '161204.177000', '161204.180000', '161204.183000', '161204.186000', '161204.188000', '161204.191000', '161204.194000', '161204.197000', '161204.200000', '161204.203000', '161204.205000', '161204.208000', '161204.211000', '161204.222000', '161204.225000', '161204.228000', '161204.231000', '161204.234000', '161204.237000', '161204.240000', '161224.110000', '161224.113000', '161224.116000', '161224.119000', '161224.122000', '161224.125000', '161224.128000', '161224.131000', '161224.133000', '161224.136000', '161224.139000', '161224.142000', '161224.145000', '161224.148000', '161224.151000', '161224.154000', '161224.157000', '161224.160000', '161224.163000', '161224.166000', '161224.169000', '161224.172000', '161224.175000', '161224.178000', '161224.181000', '161224.183000', '161224.186000', '161224.189000', '161224.192000', '161224.195000', '161224.198000', '161224.201000', '161224.204000', '161224.207000', '161224.210000', '161224.213000', '161224.215000', '161224.218000', '161224.221000', '161224.224000', '161224.227000', '161224.230000', '161224.233000', '161224.236000', '161244.110000', '161244.113000', '161244.116000', '161244.119000', '161244.122000', '161244.125000', '161244.128000', '161244.131000', '161244.133000', '161244.136000', '161244.139000', '161244.142000', '161244.145000', '161244.148000', '161244.151000', '161244.154000', '161244.157000', '161244.160000', '161244.163000', '161244.166000', '161244.169000', '161244.172000', '161244.175000', '161244.178000', '161244.181000', '161244.184000', '161244.208000', '161244.211000', '161244.214000', '161244.217000', '161244.220000', '161244.223000', '161244.225000', '161244.228000', '161244.231000', '161244.234000', '161244.237000', '161244.240000', '161244.243000', '161244.246000', '161244.249000', '161244.252000', '161244.255000', '161304.109000', '161304.112000', '161304.115000', '161304.118000', '161304.121000', '161304.124000', '161304.127000', '161304.130000', '161304.133000', '161304.136000', '161304.138000', '161304.141000', '161304.144000', '161304.147000', '161304.150000', '161304.153000', '161304.156000', '161304.159000', '161304.162000', '161304.164000', '161304.167000', '161304.170000', '161304.173000', '161304.176000', '161304.179000', '161304.182000', '161304.185000', '161304.188000', '161304.190000', '161304.193000', '161304.196000', '161304.199000', '161304.202000', '161304.205000', '161304.208000', '161304.211000', '161304.213000', '161304.217000', '161304.220000', '161304.223000', '161304.225000', '161304.229000', '161304.231000', '161304.234000', '161324.109000', '161324.112000', '161324.115000', '161324.118000', '161324.121000', '161324.124000', '161324.127000', '161324.130000', '161324.132000', '161324.135000', '161324.138000', '161324.141000', '161324.144000', '161324.147000', '161324.150000', '161324.152000', '161324.155000', '161324.158000', '161324.161000', '161324.164000', '161324.167000', '161324.170000', '161324.173000', '161324.176000', '161324.179000', '161324.182000', '161324.185000', '161324.188000', '161324.190000', '161324.194000', '161324.197000', '161324.200000', '161324.203000', '161324.206000', '161324.209000', '161324.212000', '161324.214000', '161324.217000', '161324.220000', '161324.223000', '161324.226000', '161324.229000', '161324.231000', '161344.109000', '161344.112000', '161344.115000', '161344.118000', '161344.121000', '161344.124000', '161344.127000', '161344.130000', '161344.133000', '161344.136000', '161344.138000', '161344.141000', '161344.144000', '161344.147000', '161344.150000', '161344.153000', '161344.156000', '161344.169000', '161344.172000', '161344.175000', '161344.178000', '161344.181000', '161344.184000', '161344.187000', '161344.190000', '161344.193000', '161344.196000', '161344.198000', '161344.201000', '161344.204000', '161344.207000', '161344.210000', '161344.213000', '161344.216000', '161344.219000', '161344.222000', '161344.225000', '161344.228000', '161344.231000', '161344.233000', '161344.236000', '161344.239000', '161344.242000', '161344.245000', '161404.110000', '161404.113000', '161404.116000', '161404.119000', '161404.122000', '161404.125000', '161404.128000', '161404.131000', '161404.134000', '161404.137000', '161404.140000', '161404.143000', '161404.147000', '161404.150000', '161404.153000', '161404.156000', '161404.159000', '161404.162000', '161404.165000', '161404.168000', '161404.171000', '161404.173000', '161404.176000', '161404.179000', '161404.182000', '161404.185000', '161404.188000', '161404.191000', '161404.194000', '161404.197000', '161404.200000', '161404.203000', '161404.206000', '161404.208000', '161404.211000', '161404.214000', '161404.217000', '161404.220000', '161404.223000', '161404.226000', '161404.232000', '161404.235000', '161404.238000', '161424.110000', '161424.113000', '161424.116000', '161424.119000', '161424.122000', '161424.125000', '161424.128000', '161424.130000', '161424.133000', '161424.136000', '161424.139000', '161424.142000', '161424.145000', '161424.148000', '161424.150000', '161424.161000', '161424.164000', '161424.167000', '161424.170000', '161424.173000', '161424.176000', '161424.179000', '161424.182000', '161424.185000', '161424.188000', '161424.191000', '161424.194000', '161424.197000', '161424.200000', '161424.203000', '161424.206000', '161424.209000', '161424.212000', '161424.214000', '161424.217000', '161424.220000', '161424.223000', '161424.226000', '161424.229000', '161424.232000', '161424.235000', '161424.238000', '161424.240000', '161424.243000', '161444.110000', '161444.113000', '161444.116000', '161444.119000', '161444.122000', '161444.125000', '161444.128000', '161444.131000', '161444.134000', '161444.137000', '161444.139000', '161444.142000', '161444.145000', '161444.148000', '161444.151000', '161444.154000', '161444.157000', '161444.160000', '161444.163000', '161444.166000', '161444.168000', '161444.171000', '161444.174000', '161444.177000', '161444.180000', '161444.183000', '161444.186000', '161444.189000', '161444.192000', '161444.195000', '161444.198000', '161444.200000', '161444.203000', '161444.206000', '161444.209000', '161444.212000', '161444.215000', '161444.218000', '161444.221000', '161444.224000', '161444.226000', '161444.229000', '161444.232000', '161504.110000', '161504.113000', '161504.116000', '161504.119000', '161504.122000', '161504.125000', '161504.128000', '161504.131000', '161504.133000', '161504.136000', '161504.139000', '161504.142000', '161504.145000', '161504.148000', '161504.151000', '161504.154000', '161504.157000', '161504.160000', '161504.163000', '161504.166000', '161504.169000', '161504.171000', '161504.174000', '161504.177000', '161504.180000', '161504.185000', '161504.188000', '161504.191000', '161504.207000', '161504.210000', '161504.218000', '161504.221000', '161504.224000', '161504.227000', '161504.230000', '161504.232000', '161504.235000', '161504.238000', '161504.241000', '161504.244000', '161504.247000', '161504.250000', '161504.253000', '161504.256000', '161524.109000', '161524.112000', '161524.115000', '161524.118000', '161524.121000', '161524.124000', '161524.127000', '161524.129000', '161524.133000', '161524.135000', '161524.138000', '161524.141000', '161524.144000', '161524.147000', '161524.150000', '161524.153000', '161524.156000', '161524.159000', '161524.162000', '161524.164000', '161524.167000', '161524.170000', '161524.173000', '161524.176000', '161524.179000', '161524.183000', '161524.186000', '161524.189000', '161524.192000', '161524.195000', '161524.198000', '161524.201000', '161524.204000', '161524.207000', '161524.210000', '161524.213000', '161524.216000', '161524.219000', '161524.222000', '161524.224000', '161524.227000', '161524.230000', '161524.233000', '161544.109000', '161544.112000', '161544.115000', '161544.118000', '161544.121000', '161544.124000', '161544.127000', '161544.130000', '161544.133000', '161544.136000', '161544.138000', '161544.141000', '161544.144000', '161544.147000', '161544.150000', '161544.153000', '161544.156000', '161544.159000', '161544.162000', '161544.165000', '161544.167000', '161544.171000', '161544.173000', '161544.176000', '161544.179000', '161544.182000', '161544.185000', '161544.188000', '161544.191000', '161544.194000', '161544.197000', '161544.199000', '161544.202000', '161544.205000', '161544.208000', '161544.211000', '161544.214000', '161544.217000', '161544.220000', '161544.222000', '161544.225000', '161544.228000', '161544.231000', '161544.234000', '161604.109000', '161604.112000', '161604.115000', '161604.118000', '161604.121000', '161604.124000', '161604.126000', '161604.130000', '161604.133000', '161604.135000', '161604.138000', '161604.141000', '161604.144000', '161604.147000', '161604.150000', '161604.153000', '161604.156000', '161604.159000', '161604.161000', '161604.164000', '161604.167000', '161604.170000', '161604.173000', '161604.176000', '161604.179000', '161604.182000', '161604.185000', '161604.188000', '161604.191000', '161604.194000', '161604.196000', '161604.199000', '161604.202000', '161604.205000', '161604.208000', '161604.211000', '161604.214000', '161604.217000', '161604.220000', '161604.223000', '161604.226000', '161604.229000', '161604.232000', '161624.110000', '161624.113000', '161624.116000', '161624.119000', '161624.122000', '161624.125000', '161624.128000', '161624.130000', '161624.133000', '161624.136000', '161624.139000', '161624.142000', '161624.145000', '161624.148000', '161624.151000', '161624.154000', '161624.157000', '161624.160000', '161624.162000', '161624.165000', '161624.168000', '161624.171000', '161624.174000', '161624.177000', '161624.180000', '161624.183000', '161624.186000', '161624.189000', '161624.192000', '161624.194000', '161624.197000', '161624.200000', '161624.203000', '161624.206000', '161624.209000', '161624.212000', '161624.215000', '161624.218000', '161624.221000', '161624.232000', '161624.236000', '161624.238000', '161624.241000', '161624.244000', '161644.110000', '161644.113000', '161644.116000', '161644.119000', '161644.122000', '161644.125000', '161644.127000', '161644.130000', '161644.133000', '161644.136000', '161644.139000', '161644.142000', '161644.145000', '161644.148000', '161644.151000', '161644.153000', '161644.156000', '161644.159000', '161644.162000', '161644.165000', '161644.168000', '161644.171000', '161644.173000', '161644.176000', '161644.179000', '161644.182000', '161644.185000', '161644.188000', '161644.191000', '161644.194000', '161644.206000', '161644.209000', '161644.211000', '161644.214000', '161644.217000', '161644.221000', '161644.225000', '161644.228000', '161644.231000', '161644.234000', '161644.237000', '161644.240000', '161644.243000', '161704.110000', '161704.113000', '161704.116000', '161704.125000', '161704.128000', '161704.131000', '161704.134000', '161704.137000', '161704.140000', '161704.143000', '161704.146000', '161704.149000', '161704.151000', '161704.154000', '161704.157000', '161704.160000', '161704.163000', '161704.166000', '161704.169000', '161704.172000', '161704.175000', '161704.178000', '161704.181000', '161704.184000', '161704.188000', '161704.191000', '161704.194000', '161704.197000', '161704.200000', '161704.202000', '161704.205000', '161704.208000', '161704.211000', '161704.214000', '161704.217000', '161704.220000', '161704.223000', '161704.226000', '161704.229000', '161704.232000', '161704.235000', '161704.238000', '161704.240000', '161704.243000', '161724.110000', '161724.113000', '161724.116000', '161724.119000', '161724.122000', '161724.125000', '161724.128000', '161724.131000', '161724.134000', '161724.137000', '161724.140000', '161724.142000', '161724.145000', '161724.148000', '161724.151000', '161724.154000', '161724.157000', '161724.159000', '161724.162000', '161724.165000', '161724.168000', '161724.171000', '161724.174000', '161724.177000', '161724.180000', '161724.183000', '161724.186000', '161724.189000', '161724.192000', '161724.195000', '161724.198000', '161724.200000', '161724.203000', '161724.206000', '161724.209000', '161724.212000', '161724.215000', '161724.218000', '161724.221000', '161724.224000', '161724.227000', '161724.230000', '161724.233000', '161744.109000', '161744.112000', '161744.115000', '161744.118000', '161744.121000', '161744.123000', '161744.127000', '161744.129000', '161744.132000', '161744.135000', '161744.138000', '161744.141000', '161744.144000', '161744.147000', '161744.150000', '161744.153000', '161744.156000', '161744.159000', '161744.162000', '161744.165000', '161744.167000', '161744.170000', '161744.174000', '161744.176000', '161744.179000', '161744.182000', '161744.185000', '161744.188000', '161744.191000', '161744.194000', '161744.197000', '161744.200000', '161744.203000', '161744.206000', '161744.209000', '161744.223000', '161744.226000', '161744.229000', '161744.232000', '161744.234000', '161744.237000', '161744.240000', '161744.243000', '161744.246000', '161804.109000', '161804.112000', '161804.115000', '161804.118000', '161804.121000', '161804.124000', '161804.127000', '161804.130000', '161804.133000', '161804.136000', '161804.139000', '161804.142000', '161804.145000', '161804.148000', '161804.151000', '161804.154000', '161804.157000', '161804.160000', '161804.163000', '161804.166000', '161804.169000', '161804.172000', '161804.175000', '161804.178000', '161804.181000', '161804.184000', '161804.186000', '161804.189000', '161804.193000', '161804.195000', '161804.198000', '161804.201000', '161804.204000', '161804.207000', '161804.210000', '161804.213000', '161804.216000', '161804.219000', '161804.222000', '161804.224000', '161804.228000', '161804.230000', '161804.233000', '161824.109000', '161824.115000', '161824.118000', '161824.121000', '161824.124000', '161824.127000', '161824.130000', '161824.133000', '161824.136000', '161824.139000', '161824.142000', '161824.145000', '161824.147000', '161824.150000', '161824.153000', '161824.156000', '161824.159000', '161824.162000', '161824.165000', '161824.168000', '161824.171000', '161824.173000', '161824.176000', '161824.179000', '161824.182000', '161824.185000', '161824.188000', '161824.191000', '161824.194000', '161824.197000', '161824.199000', '161824.202000', '161824.205000', '161824.208000', '161824.211000', '161824.214000', '161824.217000', '161824.220000', '161824.223000', '161824.225000', '161824.228000', '161824.231000', '161824.234000', '161844.110000', '161844.113000', '161844.116000', '161844.119000', '161844.122000', '161844.125000', '161844.128000', '161844.130000', '161844.133000', '161844.136000', '161844.139000', '161844.142000', '161844.145000', '161844.148000', '161844.151000', '161844.153000', '161844.156000', '161844.159000', '161844.162000', '161844.165000', '161844.168000', '161844.171000', '161844.173000', '161844.176000', '161844.179000', '161844.182000', '161844.185000', '161844.188000', '161844.191000', '161844.194000', '161844.196000', '161844.199000', '161844.202000', '161844.205000', '161844.208000', '161844.211000', '161844.214000', '161844.217000', '161844.220000', '161844.222000', '161844.225000', '161844.228000', '161844.231000', '161844.234000', '161904.110000', '161904.113000', '161904.124000', '161904.127000', '161904.147000', '161904.150000', '161904.153000', '161904.156000', '161904.159000', '161904.162000', '161904.165000', '161904.168000', '161904.170000', '161904.173000', '161904.176000', '161904.179000', '161904.182000', '161904.185000', '161904.188000', '161904.191000', '161904.194000', '161904.196000', '161904.199000', '161904.202000', '161904.205000', '161904.208000', '161904.211000', '161904.214000', '161904.217000', '161904.220000', '161904.222000', '161904.225000', '161904.237000', '161904.240000', '161904.243000', '161904.246000', '161904.249000', '161904.252000', '161904.255000', '161904.258000', '161904.260000', '161904.263000', '161904.266000', '161924.110000', '161924.113000', '161924.116000', '161924.119000', '161924.122000', '161924.125000', '161924.128000', '161924.130000', '161924.133000', '161924.136000', '161924.139000', '161924.142000', '161924.145000', '161924.148000', '161924.151000', '161924.153000', '161924.156000', '161924.159000', '161924.162000', '161924.165000', '161924.168000', '161924.171000', '161924.174000', '161924.177000', '161924.180000', '161924.183000', '161924.185000', '161924.189000', '161924.192000', '161924.194000', '161924.197000', '161924.201000', '161924.203000', '161924.206000', '161924.209000', '161924.212000', '161924.215000', '161924.218000', '161924.221000', '161924.224000', '161924.227000', '161924.230000', '161924.233000', '161924.236000', '161944.110000', '161944.113000', '161944.116000', '161944.119000', '161944.122000', '161944.125000', '161944.128000', '161944.131000', '161944.134000', '161944.137000', '161944.140000', '161944.143000', '161944.146000', '161944.149000', '161944.152000', '161944.155000', '161944.158000', '161944.160000', '161944.163000', '161944.166000', '161944.169000', '161944.172000', '161944.175000', '161944.178000', '161944.181000', '161944.183000', '161944.186000', '161944.189000', '161944.192000', '161944.195000', '161944.198000', '161944.201000', '161944.204000', '161944.207000', '161944.209000', '161944.212000', '161944.215000', '161944.218000', '161944.221000', '161944.224000', '161944.227000', '161944.230000', '161944.232000', '162004.109000', '162004.112000', '162004.115000', '162004.118000', '162004.121000', '162004.124000', '162004.127000', '162004.129000', '162004.132000', '162004.135000', '162004.138000', '162004.141000', '162004.144000', '162004.147000', '162004.150000', '162004.152000', '162004.155000', '162004.158000', '162004.161000', '162004.164000', '162004.167000', '162004.170000', '162004.173000', '162004.176000', '162004.179000', '162004.181000', '162004.184000', '162004.187000', '162004.190000', '162004.193000', '162004.196000', '162004.199000', '162004.202000', '162004.205000', '162004.208000', '162004.211000', '162004.213000', '162004.216000', '162004.219000', '162004.222000', '162004.225000', '162004.228000', '162004.231000', '162004.234000', '162024.109000', '162024.112000', '162024.115000', '162024.118000', '162024.121000', '162024.124000', '162024.127000', '162024.130000', '162024.133000', '162024.138000', '162024.141000', '162024.144000', '162024.147000', '162024.150000', '162024.171000', '162024.174000', '162024.177000', '162024.180000', '162024.183000', '162024.185000', '162024.188000', '162024.191000', '162024.194000', '162024.197000', '162024.200000', '162024.203000', '162024.206000', '162024.209000', '162024.212000', '162024.215000', '162024.218000', '162024.221000', '162024.224000', '162024.227000', '162024.230000', '162024.232000', '162024.235000', '162024.238000', '162024.241000', '162024.244000', '162024.247000', '162024.250000', '162024.253000', '162044.109000', '162044.112000', '162044.115000', '162044.118000', '162044.121000', '162044.124000', '162044.126000', '162044.129000', '162044.132000', '162044.135000', '162044.138000', '162044.141000', '162044.144000', '162044.147000', '162044.150000', '162044.153000', '162044.155000', '162044.158000', '162044.161000', '162044.164000', '162044.167000', '162044.170000', '162044.173000', '162044.176000', '162044.179000', '162044.181000', '162044.184000', '162044.187000', '162044.190000', '162044.193000', '162044.196000', '162044.199000', '162044.202000', '162044.204000', '162044.207000', '162044.210000', '162044.213000', '162044.216000', '162044.219000', '162044.222000', '162044.225000', '162044.227000', '162044.230000', '162044.233000', '162104.110000', '162104.113000', '162104.116000', '162104.119000', '162104.122000', '162104.125000', '162104.128000', '162104.131000', '162104.133000', '162104.136000', '162104.139000', '162104.142000', '162104.145000', '162104.148000', '162104.151000', '162104.154000', '162104.157000', '162104.160000', '162104.162000', '162104.165000', '162104.168000', '162104.171000', '162104.174000', '162104.177000', '162104.180000', '162104.183000', '162104.186000', '162104.189000', '162104.192000', '162104.195000', '162104.197000', '162104.200000', '162104.203000', '162104.206000', '162104.209000', '162104.212000', '162104.215000', '162104.218000', '162104.220000', '162104.223000', '162104.226000', '162104.229000', '162104.232000', '162124.110000', '162124.113000', '162124.116000', '162124.119000', '162124.122000', '162124.125000', '162124.128000', '162124.131000', '162124.133000', '162124.136000', '162124.139000', '162124.142000', '162124.145000', '162124.148000', '162124.151000', '162124.154000', '162124.156000', '162124.159000', '162124.162000', '162124.165000', '162124.168000', '162124.171000', '162124.174000', '162124.177000', '162124.180000', '162124.183000', '162124.186000', '162124.188000', '162124.191000', '162124.194000', '162124.197000', '162124.200000', '162124.203000', '162124.206000', '162124.209000', '162124.211000', '162124.214000', '162124.217000', '162124.220000', '162124.223000', '162124.237000', '162124.240000', '162124.243000', '162124.246000', '162141.035000', '162141.038000', '162141.041000', '162141.044000', '162141.047000', '162141.050000', '162141.054000', '162141.057000', '162141.060000', '162141.063000', '162141.066000', '162141.069000', '162141.072000', '162141.075000', '162141.078000', '162141.081000', '162141.084000', '162141.087000', '162141.090000', '162141.093000', '162141.096000', '162141.099000', '162141.102000', '162141.105000', '162141.108000', '162141.111000', '162141.114000', '162141.117000', '162141.119000', '162141.122000', '162141.125000', '162141.128000', '162141.131000', '162141.134000', '162141.137000', '162141.140000', '162141.142000'], 'InstanceCreationTime': ['160944.141000', '160944.144000', '160944.147000', '160944.150000', '160944.153000', '160944.156000', '160944.158000', '160944.161000', '160944.164000', '160944.167000', '160944.170000', '160944.173000', '160944.176000', '160944.179000', '160944.182000', '160944.184000', '160944.187000', '160944.195000', '160944.198000', '160944.200000', '160944.203000', '160944.206000', '160944.209000', '160944.212000', '160944.215000', '160944.218000', '160944.220000', '160944.223000', '160944.226000', '160944.229000', '160944.232000', '160944.235000', '160944.238000', '160944.240000', '160944.243000', '160944.246000', '160944.249000', '160944.252000', '160944.255000', '160944.258000', '160944.260000', '160944.263000', '160944.266000', '160944.269000', '160944.272000', '160944.275000', '160944.278000', '160944.281000', '160944.283000', '160944.286000', '160944.289000', '160944.292000', '160944.295000', '160944.298000', '160944.301000', '160944.303000', '160944.313000', '161004.110000', '161004.113000', '161004.116000', '161004.119000', '161004.122000', '161004.124000', '161004.127000', '161004.130000', '161004.133000', '161004.136000', '161004.139000', '161004.141000', '161004.150000', '161004.153000', '161004.156000', '161004.159000', '161004.162000', '161004.165000', '161004.168000', '161004.170000', '161004.173000', '161004.176000', '161004.179000', '161004.182000', '161004.185000', '161004.188000', '161004.190000', '161004.193000', '161004.196000', '161004.199000', '161004.202000', '161004.205000', '161004.208000', '161004.211000', '161004.214000', '161004.216000', '161004.219000', '161004.222000', '161004.225000', '161004.228000', '161004.231000', '161004.234000', '161004.237000', '161004.239000', '161024.110000', '161024.113000', '161024.116000', '161024.119000', '161024.122000', '161024.125000', '161024.127000', '161024.130000', '161024.133000', '161024.136000', '161024.139000', '161024.142000', '161024.145000', '161024.147000', '161024.150000', '161024.153000', '161024.156000', '161024.159000', '161024.162000', '161024.165000', '161024.168000', '161024.171000', '161024.173000', '161024.176000', '161024.179000', '161024.182000', '161024.185000', '161024.188000', '161024.191000', '161024.194000', '161024.197000', '161024.199000', '161024.202000', '161024.205000', '161024.208000', '161024.211000', '161024.214000', '161024.217000', '161024.219000', '161024.235000', '161024.238000', '161024.241000', '161024.244000', '161044.109000', '161044.112000', '161044.115000', '161044.118000', '161044.121000', '161044.123000', '161044.126000', '161044.129000', '161044.132000', '161044.135000', '161044.138000', '161044.141000', '161044.143000', '161044.146000', '161044.149000', '161044.152000', '161044.155000', '161044.158000', '161044.160000', '161044.163000', '161044.166000', '161044.169000', '161044.172000', '161044.175000', '161044.178000', '161044.181000', '161044.183000', '161044.186000', '161044.189000', '161044.192000', '161044.195000', '161044.198000', '161044.200000', '161044.203000', '161044.206000', '161044.209000', '161044.212000', '161044.215000', '161044.218000', '161044.221000', '161044.223000', '161044.227000', '161044.230000', '161104.109000', '161104.112000', '161104.115000', '161104.118000', '161104.120000', '161104.123000', '161104.126000', '161104.129000', '161104.132000', '161104.135000', '161104.138000', '161104.141000', '161104.143000', '161104.146000', '161104.149000', '161104.152000', '161104.155000', '161104.158000', '161104.161000', '161104.163000', '161104.166000', '161104.169000', '161104.172000', '161104.175000', '161104.186000', '161104.189000', '161104.192000', '161104.201000', '161104.204000', '161104.207000', '161104.210000', '161104.213000', '161104.216000', '161104.219000', '161104.222000', '161104.225000', '161104.228000', '161104.230000', '161104.233000', '161104.236000', '161104.239000', '161104.242000', '161104.245000', '161104.248000', '161124.109000', '161124.112000', '161124.115000', '161124.118000', '161124.121000', '161124.124000', '161124.127000', '161124.130000', '161124.133000', '161124.135000', '161124.138000', '161124.141000', '161124.144000', '161124.147000', '161124.150000', '161124.153000', '161124.156000', '161124.159000', '161124.162000', '161124.165000', '161124.168000', '161124.170000', '161124.173000', '161124.176000', '161124.179000', '161124.182000', '161124.185000', '161124.188000', '161124.191000', '161124.194000', '161124.196000', '161124.199000', '161124.202000', '161124.205000', '161124.208000', '161124.211000', '161124.214000', '161124.217000', '161124.220000', '161124.223000', '161124.226000', '161124.229000', '161124.231000', '161144.110000', '161144.113000', '161144.116000', '161144.119000', '161144.122000', '161144.125000', '161144.128000', '161144.131000', '161144.134000', '161144.136000', '161144.139000', '161144.142000', '161144.145000', '161144.148000', '161144.151000', '161144.154000', '161144.157000', '161144.159000', '161144.162000', '161144.165000', '161144.168000', '161144.171000', '161144.174000', '161144.177000', '161144.180000', '161144.183000', '161144.186000', '161144.189000', '161144.192000', '161144.194000', '161144.197000', '161144.200000', '161144.203000', '161144.206000', '161144.209000', '161144.212000', '161144.215000', '161144.218000', '161144.221000', '161144.224000', '161144.227000', '161144.229000', '161144.232000', '161144.235000', '161204.110000', '161204.113000', '161204.116000', '161204.119000', '161204.122000', '161204.124000', '161204.127000', '161204.130000', '161204.133000', '161204.136000', '161204.139000', '161204.142000', '161204.145000', '161204.147000', '161204.150000', '161204.153000', '161204.156000', '161204.159000', '161204.162000', '161204.165000', '161204.168000', '161204.171000', '161204.174000', '161204.177000', '161204.180000', '161204.183000', '161204.186000', '161204.188000', '161204.191000', '161204.194000', '161204.197000', '161204.200000', '161204.203000', '161204.205000', '161204.208000', '161204.211000', '161204.222000', '161204.225000', '161204.228000', '161204.231000', '161204.234000', '161204.237000', '161204.240000', '161224.110000', '161224.113000', '161224.116000', '161224.119000', '161224.122000', '161224.125000', '161224.128000', '161224.131000', '161224.133000', '161224.136000', '161224.139000', '161224.142000', '161224.145000', '161224.148000', '161224.151000', '161224.154000', '161224.157000', '161224.160000', '161224.163000', '161224.166000', '161224.169000', '161224.172000', '161224.175000', '161224.178000', '161224.181000', '161224.183000', '161224.186000', '161224.189000', '161224.192000', '161224.195000', '161224.198000', '161224.201000', '161224.204000', '161224.207000', '161224.210000', '161224.213000', '161224.215000', '161224.218000', '161224.221000', '161224.224000', '161224.227000', '161224.230000', '161224.233000', '161224.236000', '161244.110000', '161244.113000', '161244.116000', '161244.119000', '161244.122000', '161244.125000', '161244.128000', '161244.131000', '161244.133000', '161244.136000', '161244.139000', '161244.142000', '161244.145000', '161244.148000', '161244.151000', '161244.154000', '161244.157000', '161244.160000', '161244.163000', '161244.166000', '161244.169000', '161244.172000', '161244.175000', '161244.178000', '161244.181000', '161244.184000', '161244.208000', '161244.211000', '161244.214000', '161244.217000', '161244.220000', '161244.223000', '161244.225000', '161244.228000', '161244.231000', '161244.234000', '161244.237000', '161244.240000', '161244.243000', '161244.246000', '161244.249000', '161244.252000', '161244.255000', '161304.109000', '161304.112000', '161304.115000', '161304.118000', '161304.121000', '161304.124000', '161304.127000', '161304.130000', '161304.133000', '161304.136000', '161304.138000', '161304.141000', '161304.144000', '161304.147000', '161304.150000', '161304.153000', '161304.156000', '161304.159000', '161304.162000', '161304.164000', '161304.167000', '161304.170000', '161304.173000', '161304.176000', '161304.179000', '161304.182000', '161304.185000', '161304.188000', '161304.190000', '161304.193000', '161304.196000', '161304.199000', '161304.202000', '161304.205000', '161304.208000', '161304.211000', '161304.213000', '161304.217000', '161304.220000', '161304.223000', '161304.225000', '161304.229000', '161304.231000', '161304.234000', '161324.109000', '161324.112000', '161324.115000', '161324.118000', '161324.121000', '161324.124000', '161324.127000', '161324.130000', '161324.132000', '161324.135000', '161324.138000', '161324.141000', '161324.144000', '161324.147000', '161324.150000', '161324.152000', '161324.155000', '161324.158000', '161324.161000', '161324.164000', '161324.167000', '161324.170000', '161324.173000', '161324.176000', '161324.179000', '161324.182000', '161324.185000', '161324.188000', '161324.190000', '161324.194000', '161324.197000', '161324.200000', '161324.203000', '161324.206000', '161324.209000', '161324.212000', '161324.214000', '161324.217000', '161324.220000', '161324.223000', '161324.226000', '161324.229000', '161324.231000', '161344.109000', '161344.112000', '161344.115000', '161344.118000', '161344.121000', '161344.124000', '161344.127000', '161344.130000', '161344.133000', '161344.136000', '161344.138000', '161344.141000', '161344.144000', '161344.147000', '161344.150000', '161344.153000', '161344.156000', '161344.169000', '161344.172000', '161344.175000', '161344.178000', '161344.181000', '161344.184000', '161344.187000', '161344.190000', '161344.193000', '161344.196000', '161344.198000', '161344.201000', '161344.204000', '161344.207000', '161344.210000', '161344.213000', '161344.216000', '161344.219000', '161344.222000', '161344.225000', '161344.228000', '161344.231000', '161344.233000', '161344.236000', '161344.239000', '161344.242000', '161344.245000', '161404.110000', '161404.113000', '161404.116000', '161404.119000', '161404.122000', '161404.125000', '161404.128000', '161404.131000', '161404.134000', '161404.137000', '161404.140000', '161404.143000', '161404.147000', '161404.150000', '161404.153000', '161404.156000', '161404.159000', '161404.162000', '161404.165000', '161404.168000', '161404.171000', '161404.173000', '161404.176000', '161404.179000', '161404.182000', '161404.185000', '161404.188000', '161404.191000', '161404.194000', '161404.197000', '161404.200000', '161404.203000', '161404.206000', '161404.208000', '161404.211000', '161404.214000', '161404.217000', '161404.220000', '161404.223000', '161404.226000', '161404.232000', '161404.235000', '161404.238000', '161424.110000', '161424.113000', '161424.116000', '161424.119000', '161424.122000', '161424.125000', '161424.128000', '161424.130000', '161424.133000', '161424.136000', '161424.139000', '161424.142000', '161424.145000', '161424.148000', '161424.150000', '161424.161000', '161424.164000', '161424.167000', '161424.170000', '161424.173000', '161424.176000', '161424.179000', '161424.182000', '161424.185000', '161424.188000', '161424.191000', '161424.194000', '161424.197000', '161424.200000', '161424.203000', '161424.206000', '161424.209000', '161424.212000', '161424.214000', '161424.217000', '161424.220000', '161424.223000', '161424.226000', '161424.229000', '161424.232000', '161424.235000', '161424.238000', '161424.240000', '161424.243000', '161444.110000', '161444.113000', '161444.116000', '161444.119000', '161444.122000', '161444.125000', '161444.128000', '161444.131000', '161444.134000', '161444.137000', '161444.139000', '161444.142000', '161444.145000', '161444.148000', '161444.151000', '161444.154000', '161444.157000', '161444.160000', '161444.163000', '161444.166000', '161444.168000', '161444.171000', '161444.174000', '161444.177000', '161444.180000', '161444.183000', '161444.186000', '161444.189000', '161444.192000', '161444.195000', '161444.198000', '161444.200000', '161444.203000', '161444.206000', '161444.209000', '161444.212000', '161444.215000', '161444.218000', '161444.221000', '161444.224000', '161444.226000', '161444.229000', '161444.232000', '161504.110000', '161504.113000', '161504.116000', '161504.119000', '161504.122000', '161504.125000', '161504.128000', '161504.131000', '161504.133000', '161504.136000', '161504.139000', '161504.142000', '161504.145000', '161504.148000', '161504.151000', '161504.154000', '161504.157000', '161504.160000', '161504.163000', '161504.166000', '161504.169000', '161504.171000', '161504.174000', '161504.177000', '161504.180000', '161504.185000', '161504.188000', '161504.191000', '161504.207000', '161504.210000', '161504.218000', '161504.221000', '161504.224000', '161504.227000', '161504.230000', '161504.232000', '161504.235000', '161504.238000', '161504.241000', '161504.244000', '161504.247000', '161504.250000', '161504.253000', '161504.256000', '161524.109000', '161524.112000', '161524.115000', '161524.118000', '161524.121000', '161524.124000', '161524.127000', '161524.129000', '161524.133000', '161524.135000', '161524.138000', '161524.141000', '161524.144000', '161524.147000', '161524.150000', '161524.153000', '161524.156000', '161524.159000', '161524.162000', '161524.164000', '161524.167000', '161524.170000', '161524.173000', '161524.176000', '161524.179000', '161524.183000', '161524.186000', '161524.189000', '161524.192000', '161524.195000', '161524.198000', '161524.201000', '161524.204000', '161524.207000', '161524.210000', '161524.213000', '161524.216000', '161524.219000', '161524.222000', '161524.224000', '161524.227000', '161524.230000', '161524.233000', '161544.109000', '161544.112000', '161544.115000', '161544.118000', '161544.121000', '161544.124000', '161544.127000', '161544.130000', '161544.133000', '161544.136000', '161544.138000', '161544.141000', '161544.144000', '161544.147000', '161544.150000', '161544.153000', '161544.156000', '161544.159000', '161544.162000', '161544.165000', '161544.167000', '161544.171000', '161544.173000', '161544.176000', '161544.179000', '161544.182000', '161544.185000', '161544.188000', '161544.191000', '161544.194000', '161544.197000', '161544.199000', '161544.202000', '161544.205000', '161544.208000', '161544.211000', '161544.214000', '161544.217000', '161544.220000', '161544.222000', '161544.225000', '161544.228000', '161544.231000', '161544.234000', '161604.109000', '161604.112000', '161604.115000', '161604.118000', '161604.121000', '161604.124000', '161604.126000', '161604.130000', '161604.133000', '161604.135000', '161604.138000', '161604.141000', '161604.144000', '161604.147000', '161604.150000', '161604.153000', '161604.156000', '161604.159000', '161604.161000', '161604.164000', '161604.167000', '161604.170000', '161604.173000', '161604.176000', '161604.179000', '161604.182000', '161604.185000', '161604.188000', '161604.191000', '161604.194000', '161604.196000', '161604.199000', '161604.202000', '161604.205000', '161604.208000', '161604.211000', '161604.214000', '161604.217000', '161604.220000', '161604.223000', '161604.226000', '161604.229000', '161604.232000', '161624.110000', '161624.113000', '161624.116000', '161624.119000', '161624.122000', '161624.125000', '161624.128000', '161624.130000', '161624.133000', '161624.136000', '161624.139000', '161624.142000', '161624.145000', '161624.148000', '161624.151000', '161624.154000', '161624.157000', '161624.160000', '161624.162000', '161624.165000', '161624.168000', '161624.171000', '161624.174000', '161624.177000', '161624.180000', '161624.183000', '161624.186000', '161624.189000', '161624.192000', '161624.194000', '161624.197000', '161624.200000', '161624.203000', '161624.206000', '161624.209000', '161624.212000', '161624.215000', '161624.218000', '161624.221000', '161624.232000', '161624.236000', '161624.238000', '161624.241000', '161624.244000', '161644.110000', '161644.113000', '161644.116000', '161644.119000', '161644.122000', '161644.125000', '161644.127000', '161644.130000', '161644.133000', '161644.136000', '161644.139000', '161644.142000', '161644.145000', '161644.148000', '161644.151000', '161644.153000', '161644.156000', '161644.159000', '161644.162000', '161644.165000', '161644.168000', '161644.171000', '161644.173000', '161644.176000', '161644.179000', '161644.182000', '161644.185000', '161644.188000', '161644.191000', '161644.194000', '161644.206000', '161644.209000', '161644.211000', '161644.214000', '161644.217000', '161644.221000', '161644.225000', '161644.228000', '161644.231000', '161644.234000', '161644.237000', '161644.240000', '161644.243000', '161704.110000', '161704.113000', '161704.116000', '161704.125000', '161704.128000', '161704.131000', '161704.134000', '161704.137000', '161704.140000', '161704.143000', '161704.146000', '161704.149000', '161704.151000', '161704.154000', '161704.157000', '161704.160000', '161704.163000', '161704.166000', '161704.169000', '161704.172000', '161704.175000', '161704.178000', '161704.181000', '161704.184000', '161704.188000', '161704.191000', '161704.194000', '161704.197000', '161704.200000', '161704.202000', '161704.205000', '161704.208000', '161704.211000', '161704.214000', '161704.217000', '161704.220000', '161704.223000', '161704.226000', '161704.229000', '161704.232000', '161704.235000', '161704.238000', '161704.240000', '161704.243000', '161724.110000', '161724.113000', '161724.116000', '161724.119000', '161724.122000', '161724.125000', '161724.128000', '161724.131000', '161724.134000', '161724.137000', '161724.140000', '161724.142000', '161724.145000', '161724.148000', '161724.151000', '161724.154000', '161724.157000', '161724.159000', '161724.162000', '161724.165000', '161724.168000', '161724.171000', '161724.174000', '161724.177000', '161724.180000', '161724.183000', '161724.186000', '161724.189000', '161724.192000', '161724.195000', '161724.198000', '161724.200000', '161724.203000', '161724.206000', '161724.209000', '161724.212000', '161724.215000', '161724.218000', '161724.221000', '161724.224000', '161724.227000', '161724.230000', '161724.233000', '161744.109000', '161744.112000', '161744.115000', '161744.118000', '161744.121000', '161744.123000', '161744.127000', '161744.129000', '161744.132000', '161744.135000', '161744.138000', '161744.141000', '161744.144000', '161744.147000', '161744.150000', '161744.153000', '161744.156000', '161744.159000', '161744.162000', '161744.165000', '161744.167000', '161744.170000', '161744.174000', '161744.176000', '161744.179000', '161744.182000', '161744.185000', '161744.188000', '161744.191000', '161744.194000', '161744.197000', '161744.200000', '161744.203000', '161744.206000', '161744.209000', '161744.223000', '161744.226000', '161744.229000', '161744.232000', '161744.234000', '161744.237000', '161744.240000', '161744.243000', '161744.246000', '161804.109000', '161804.112000', '161804.115000', '161804.118000', '161804.121000', '161804.124000', '161804.127000', '161804.130000', '161804.133000', '161804.136000', '161804.139000', '161804.142000', '161804.145000', '161804.148000', '161804.151000', '161804.154000', '161804.157000', '161804.160000', '161804.163000', '161804.166000', '161804.169000', '161804.172000', '161804.175000', '161804.178000', '161804.181000', '161804.184000', '161804.186000', '161804.189000', '161804.193000', '161804.195000', '161804.198000', '161804.201000', '161804.204000', '161804.207000', '161804.210000', '161804.213000', '161804.216000', '161804.219000', '161804.222000', '161804.224000', '161804.228000', '161804.230000', '161804.233000', '161824.109000', '161824.115000', '161824.118000', '161824.121000', '161824.124000', '161824.127000', '161824.130000', '161824.133000', '161824.136000', '161824.139000', '161824.142000', '161824.145000', '161824.147000', '161824.150000', '161824.153000', '161824.156000', '161824.159000', '161824.162000', '161824.165000', '161824.168000', '161824.171000', '161824.173000', '161824.176000', '161824.179000', '161824.182000', '161824.185000', '161824.188000', '161824.191000', '161824.194000', '161824.197000', '161824.199000', '161824.202000', '161824.205000', '161824.208000', '161824.211000', '161824.214000', '161824.217000', '161824.220000', '161824.223000', '161824.225000', '161824.228000', '161824.231000', '161824.234000', '161844.110000', '161844.113000', '161844.116000', '161844.119000', '161844.122000', '161844.125000', '161844.128000', '161844.130000', '161844.133000', '161844.136000', '161844.139000', '161844.142000', '161844.145000', '161844.148000', '161844.151000', '161844.153000', '161844.156000', '161844.159000', '161844.162000', '161844.165000', '161844.168000', '161844.171000', '161844.173000', '161844.176000', '161844.179000', '161844.182000', '161844.185000', '161844.188000', '161844.191000', '161844.194000', '161844.196000', '161844.199000', '161844.202000', '161844.205000', '161844.208000', '161844.211000', '161844.214000', '161844.217000', '161844.220000', '161844.222000', '161844.225000', '161844.228000', '161844.231000', '161844.234000', '161904.110000', '161904.113000', '161904.124000', '161904.127000', '161904.147000', '161904.150000', '161904.153000', '161904.156000', '161904.159000', '161904.162000', '161904.165000', '161904.168000', '161904.170000', '161904.173000', '161904.176000', '161904.179000', '161904.182000', '161904.185000', '161904.188000', '161904.191000', '161904.194000', '161904.196000', '161904.199000', '161904.202000', '161904.205000', '161904.208000', '161904.211000', '161904.214000', '161904.217000', '161904.220000', '161904.222000', '161904.225000', '161904.237000', '161904.240000', '161904.243000', '161904.246000', '161904.249000', '161904.252000', '161904.255000', '161904.258000', '161904.260000', '161904.263000', '161904.266000', '161924.110000', '161924.113000', '161924.116000', '161924.119000', '161924.122000', '161924.125000', '161924.128000', '161924.130000', '161924.133000', '161924.136000', '161924.139000', '161924.142000', '161924.145000', '161924.148000', '161924.151000', '161924.153000', '161924.156000', '161924.159000', '161924.162000', '161924.165000', '161924.168000', '161924.171000', '161924.174000', '161924.177000', '161924.180000', '161924.183000', '161924.185000', '161924.189000', '161924.192000', '161924.194000', '161924.197000', '161924.201000', '161924.203000', '161924.206000', '161924.209000', '161924.212000', '161924.215000', '161924.218000', '161924.221000', '161924.224000', '161924.227000', '161924.230000', '161924.233000', '161924.236000', '161944.110000', '161944.113000', '161944.116000', '161944.119000', '161944.122000', '161944.125000', '161944.128000', '161944.131000', '161944.134000', '161944.137000', '161944.140000', '161944.143000', '161944.146000', '161944.149000', '161944.152000', '161944.155000', '161944.158000', '161944.160000', '161944.163000', '161944.166000', '161944.169000', '161944.172000', '161944.175000', '161944.178000', '161944.181000', '161944.183000', '161944.186000', '161944.189000', '161944.192000', '161944.195000', '161944.198000', '161944.201000', '161944.204000', '161944.207000', '161944.209000', '161944.212000', '161944.215000', '161944.218000', '161944.221000', '161944.224000', '161944.227000', '161944.230000', '161944.232000', '162004.109000', '162004.112000', '162004.115000', '162004.118000', '162004.121000', '162004.124000', '162004.127000', '162004.129000', '162004.132000', '162004.135000', '162004.138000', '162004.141000', '162004.144000', '162004.147000', '162004.150000', '162004.152000', '162004.155000', '162004.158000', '162004.161000', '162004.164000', '162004.167000', '162004.170000', '162004.173000', '162004.176000', '162004.179000', '162004.181000', '162004.184000', '162004.187000', '162004.190000', '162004.193000', '162004.196000', '162004.199000', '162004.202000', '162004.205000', '162004.208000', '162004.211000', '162004.213000', '162004.216000', '162004.219000', '162004.222000', '162004.225000', '162004.228000', '162004.231000', '162004.234000', '162024.109000', '162024.112000', '162024.115000', '162024.118000', '162024.121000', '162024.124000', '162024.127000', '162024.130000', '162024.133000', '162024.138000', '162024.141000', '162024.144000', '162024.147000', '162024.150000', '162024.171000', '162024.174000', '162024.177000', '162024.180000', '162024.183000', '162024.185000', '162024.188000', '162024.191000', '162024.194000', '162024.197000', '162024.200000', '162024.203000', '162024.206000', '162024.209000', '162024.212000', '162024.215000', '162024.218000', '162024.221000', '162024.224000', '162024.227000', '162024.230000', '162024.232000', '162024.235000', '162024.238000', '162024.241000', '162024.244000', '162024.247000', '162024.250000', '162024.253000', '162044.109000', '162044.112000', '162044.115000', '162044.118000', '162044.121000', '162044.124000', '162044.126000', '162044.129000', '162044.132000', '162044.135000', '162044.138000', '162044.141000', '162044.144000', '162044.147000', '162044.150000', '162044.153000', '162044.155000', '162044.158000', '162044.161000', '162044.164000', '162044.167000', '162044.170000', '162044.173000', '162044.176000', '162044.179000', '162044.181000', '162044.184000', '162044.187000', '162044.190000', '162044.193000', '162044.196000', '162044.199000', '162044.202000', '162044.204000', '162044.207000', '162044.210000', '162044.213000', '162044.216000', '162044.219000', '162044.222000', '162044.225000', '162044.227000', '162044.230000', '162044.233000', '162104.110000', '162104.113000', '162104.116000', '162104.119000', '162104.122000', '162104.125000', '162104.128000', '162104.131000', '162104.133000', '162104.136000', '162104.139000', '162104.142000', '162104.145000', '162104.148000', '162104.151000', '162104.154000', '162104.157000', '162104.160000', '162104.162000', '162104.165000', '162104.168000', '162104.171000', '162104.174000', '162104.177000', '162104.180000', '162104.183000', '162104.186000', '162104.189000', '162104.192000', '162104.195000', '162104.197000', '162104.200000', '162104.203000', '162104.206000', '162104.209000', '162104.212000', '162104.215000', '162104.218000', '162104.220000', '162104.223000', '162104.226000', '162104.229000', '162104.232000', '162124.110000', '162124.113000', '162124.116000', '162124.119000', '162124.122000', '162124.125000', '162124.128000', '162124.131000', '162124.133000', '162124.136000', '162124.139000', '162124.142000', '162124.145000', '162124.148000', '162124.151000', '162124.154000', '162124.156000', '162124.159000', '162124.162000', '162124.165000', '162124.168000', '162124.171000', '162124.174000', '162124.177000', '162124.180000', '162124.183000', '162124.186000', '162124.188000', '162124.191000', '162124.194000', '162124.197000', '162124.200000', '162124.203000', '162124.206000', '162124.209000', '162124.211000', '162124.214000', '162124.217000', '162124.220000', '162124.223000', '162124.237000', '162124.240000', '162124.243000', '162124.246000', '162141.035000', '162141.038000', '162141.041000', '162141.044000', '162141.047000', '162141.050000', '162141.054000', '162141.057000', '162141.060000', '162141.063000', '162141.066000', '162141.069000', '162141.072000', '162141.075000', '162141.078000', '162141.081000', '162141.084000', '162141.087000', '162141.090000', '162141.093000', '162141.096000', '162141.099000', '162141.102000', '162141.105000', '162141.108000', '162141.111000', '162141.114000', '162141.117000', '162141.119000', '162141.122000', '162141.125000', '162141.128000', '162141.131000', '162141.134000', '162141.137000', '162141.140000', '162141.142000'], '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], 'LargestImagePixelValue': [13728, 11175, 14339, 8319, 11849, 8520, 11062, 8332, 12564, 10471, 8227, 8710, 8636, 8500, 8644, 9165, 8797, 12506, 8728, 11407, 8688, 8751, 8406, 9594, 9136, 12231, 8122, 11439, 8335, 9087, 8573, 9233, 8735, 9192, 8509, 9199, 8531, 13450, 9035, 8092, 8553, 8278, 8500, 7949, 10191, 9000, 12558, 8197, 11729, 8171, 9096, 8196, 9427, 8580, 11188, 8423, 9466, 8504, 9303, 8500, 11424, 7816, 8000, 8219, 8276, 8749, 8689, 9890, 8078, 9246, 8115, 8464, 9003, 8210, 13018, 11895, 10221, 8405, 9056, 8148, 11136, 7866, 11101, 9645, 8351, 7827, 8284, 7887, 7929, 8205, 8057, 11907, 9343, 12475, 7747, 11385, 7815, 11310, 9135, 10826, 9089, 13044, 8157, 11708, 8302, 9210, 8251, 8888, 8130, 11433, 7695, 14104, 7925, 8593, 8621, 8324, 9422, 7924, 12234, 10363, 12461, 7557, 11507, 7868, 11276, 9409, 12356, 9459, 13940, 8075, 10966, 8539, 13247, 8634, 12198, 8090, 8302, 7773, 9356, 7557, 11818, 8993, 11214, 8432, 10430, 8020, 8663, 8313, 9050, 8297, 8807, 8423, 8674, 8332, 8518, 8302, 8517, 8366, 11796, 8405, 8550, 8322, 8476, 7931, 8564, 7918, 11029, 9322, 10985, 8996, 8701, 8410, 9237, 8206, 11464, 8829, 12349, 10247, 10552, 8271, 9265, 8370, 9257, 8373, 9152, 8348, 9849, 8899, 10625, 8086, 8124, 8393, 8228, 8224, 10761, 8518, 11948, 10659, 8700, 7949, 9776, 8220, 11435, 8273, 10487, 8663, 10812, 8615, 9571, 8566, 10678, 8215, 9059, 8318, 8525, 8090, 10125, 8625, 8309, 8148, 8683, 8174, 8940, 8124, 11558, 10596, 11345, 8584, 11900, 8406, 11316, 8281, 10014, 8764, 10142, 9266, 8465, 8301, 8524, 8782, 8020, 8755, 9754, 10737, 11974, 8866, 8436, 8491, 8050, 8436, 10997, 10118, 13258, 8643, 8421, 8448, 8348, 8587, 8998, 8442, 11956, 7928, 10838, 7759, 9904, 7856, 11858, 9478, 11688, 8711, 9353, 7986, 8287, 7999, 8247, 8581, 8801, 9850, 8358, 7885, 8635, 8063, 8454, 8951, 8634, 11141, 9001, 9976, 8737, 9853, 8082, 11993, 10682, 13014, 8910, 11051, 8330, 8883, 8355, 11104, 9009, 10416, 7741, 8041, 7804, 8611, 7870, 8248, 10360, 8688, 9110, 8583, 8967, 7984, 8469, 8715, 11056, 12527, 8514, 10048, 8455, 9011, 8395, 9328, 8533, 11308, 8265, 9768, 8621, 8606, 8784, 8994, 8632, 9421, 8626, 11973, 9202, 8255, 8153, 9176, 7797, 8720, 8625, 8532, 11769, 8742, 10455, 8991, 9784, 8666, 11498, 9126, 12174, 9308, 9686, 8231, 8249, 8034, 9501, 12732, 8683, 9842, 8455, 9183, 8221, 11168, 8972, 12120, 10147, 8302, 8084, 8781, 8136, 8798, 10709, 8560, 11446, 8490, 8771, 8606, 10356, 9061, 12296, 8219, 8924, 7872, 8556, 8634, 8145, 11968, 10398, 13356, 12208, 10754, 8208, 10214, 8110, 10342, 8075, 11853, 9683, 8404, 7680, 8766, 7746, 8192, 8329, 8247, 9501, 8103, 10761, 8299, 11761, 9616, 12559, 8011, 8605, 7836, 8791, 8339, 8438, 10112, 8355, 11825, 8351, 8500, 8186, 8745, 8346, 11249, 9350, 10497, 8307, 9439, 8264, 8805, 8150, 8371, 9594, 8834, 8588, 8557, 9353, 8368, 12388, 11102, 11682, 8026, 9484, 8087, 8599, 8091, 9045, 8046, 8370, 8036, 9477, 11845, 8619, 12091, 8542, 9182, 8105, 8367, 7939, 9611, 9043, 9845, 11319, 8747, 7910, 8774, 8000, 8442, 9291, 8539, 12323, 8295, 12373, 8186, 10311, 8322, 10622, 8495, 9014, 8300, 8144, 7960, 8951, 8112, 8464, 7998, 8479, 8134, 8714, 10688, 9125, 8724, 8684, 9435, 8350, 11266, 9906, 8374, 8101, 8911, 8040, 8722, 9105, 8802, 8783, 8740, 12244, 8596, 11421, 8612, 12441, 8156, 8219, 8271, 8551, 8389, 8626, 11351, 10267, 12436, 8483, 11984, 8917, 11210, 8691, 10789, 8686, 11135, 8884, 10391, 8779, 13587, 8594, 8564, 8144, 8850, 8126, 8648, 9656, 8949, 12589, 8590, 11690, 8829, 9245, 8875, 10924, 8729, 12078, 8500, 8573, 8736, 8755, 8757, 9250, 8413, 11315, 8952, 8597, 8089, 8953, 8019, 8674, 10274, 8597, 11950, 9641, 12001, 8463, 10646, 8588, 12035, 10175, 12483, 10337, 8479, 8390, 9209, 8432, 8999, 9191, 8438, 8591, 8577, 13853, 9574, 11835, 8188, 9087, 9713, 8128, 8738, 11912, 8588, 13146, 8411, 12070, 8259, 11920, 9725, 11337, 9579, 8441, 8067, 8530, 9285, 8712, 13177, 8444, 11353, 8572, 8854, 8217, 8299, 8081, 9374, 12585, 8592, 11541, 8517, 8753, 8685, 9055, 8522, 12937, 8107, 9261, 8237, 8285, 8102, 8387, 8540, 8704, 8234, 8380, 8427, 8532, 13540, 11679, 11178, 7939, 9229, 7816, 8621, 8647, 8581, 10601, 8478, 11635, 8458, 9858, 8482, 10501, 8886, 12360, 8398, 9982, 8336, 10639, 9545, 8283, 10162, 8700, 8030, 8415, 9440, 8232, 11382, 9759, 11422, 8452, 9002, 8222, 8606, 8176, 8695, 9605, 8415, 13052, 8549, 12865, 8334, 9778, 8218, 10952, 10859, 9051, 9935, 8672, 8757, 8275, 8382, 8092, 8384, 12511, 8502, 13202, 8444, 11988, 8296, 10162, 8553, 12935, 10487, 11035, 8095, 9421, 8042, 10293, 7894, 8807, 8292, 8124, 7896, 8418, 8175, 8660, 11191, 8384, 7568, 8244, 9261, 8294, 8762, 9062, 8578, 12309, 8734, 11259, 8953, 10557, 8660, 11922, 8669, 11965, 9307, 12094, 8582, 11553, 8487, 10727, 8167, 8915, 8039, 8085, 11879, 8901, 8471, 8949, 8529, 8457, 10934, 8421, 11764, 8575, 9972, 8480, 9409, 8389, 9872, 11200, 9119, 8320, 9215, 8388, 9008, 8977, 8798, 12806, 11974, 9492, 9188, 9359, 8340, 9102, 8754, 8730, 11439, 9896, 12877, 8387, 11388, 8350, 11360, 10446, 12102, 10681, 8530, 8183, 9345, 8304, 8807, 12526, 8582, 11229, 8283, 8284, 8363, 8287, 9801, 8591, 8856, 8995, 8154, 9065, 8444, 8873, 8414, 8934, 11254, 9005, 13143, 8405, 8908, 8504, 8761, 8455, 8662, 13079, 11225, 10499, 7849, 8265, 8104, 8222, 12063, 11184, 13338, 9434, 8854, 9282, 8322, 9074, 8866, 8899, 12434, 8828, 10781, 8378, 9272, 7916, 8589, 8015, 11178, 12282, 10889, 12303, 8615, 8195, 8855, 8193, 8760, 8885, 8246, 12465, 8314, 9095, 8733, 8507, 8436, 8839, 8646, 8836, 8599, 9435, 8372, 10465, 7865, 9009, 7942, 8597, 8252, 8326, 11521, 9212, 12433, 8714, 10378, 8660, 9273, 8541, 11196, 9221, 11961, 8436, 9795, 8550, 9673, 8375, 11218, 9330, 8021, 8162, 8978, 8184, 8781, 8022, 8715, 8511, 8807, 12213, 9409, 11648, 8871, 9255, 8616, 9386, 8615, 10899, 8458, 10429, 9576, 8063, 11460, 9208, 8455, 8937, 8552, 8439, 9467, 10503, 11355, 12836, 8944, 9135, 8846, 8572, 9109, 9469, 8799, 13264, 10833, 10880, 8352, 8052, 8186, 8241, 8218, 8492, 8141, 9650, 11697, 8328, 10462, 8955, 7940, 8955, 9431, 8219, 10945, 9405, 7989, 8292, 8680, 8244, 8456, 8358, 8390, 11045, 9206, 8378, 9179, 8409, 9174, 8521, 8650, 11316, 9077, 9182, 8975, 9265, 8528, 11562, 10918, 8253, 8475, 9510, 8717, 8021, 8723, 10636, 8842, 11148, 8763, 11293, 8801, 8603, 8879, 8665, 9024, 8870, 9183, 9255, 9126, 8506, 9663, 8816, 11773, 11128, 8407, 8811, 9520, 8203, 9116, 9220, 8986, 12794, 8937, 12252, 8936, 9847, 8723, 8600, 8769, 9862, 13313, 8757, 9849, 8668, 9970, 8426, 12627, 8826, 12970, 10800, 8515, 8124, 9068, 8000, 8805, 8604, 8738, 12687, 8571, 11022, 8632, 8979, 8624, 8877, 9538, 8309, 11101, 8802, 8288, 9273, 8931, 8548, 12705, 11338, 13337, 8404, 8411, 8313, 9320, 8640, 9059, 11367, 8703, 12562, 9034, 8872, 8885, 9471, 8657, 10348, 8547, 11980, 8353, 9110, 8308, 9146, 8002, 8746, 11122, 8545, 12107, 11189, 8246, 8422, 8694, 8431, 8553, 9397, 8462, 13195, 8451, 12510, 8576, 10099, 8592, 11146, 8689, 9843, 8485, 8274, 8800, 8478, 8688, 8656, 8529, 9601, 8344, 8975, 8704, 9276, 8503, 9626, 8994, 8855, 10742, 9429, 9275, 8822, 9180, 9033, 9275, 10280, 10045, 12961, 9006, 12376, 8994, 10880, 8851, 11848, 9193, 12762, 11736, 11025, 9795, 8644, 8285, 8985, 8659, 8725, 9339, 9167, 9397, 8582, 8287, 8783, 9807, 8965, 10995, 9782, 8973, 8374, 8521, 9697, 8865, 13208, 10950, 13672, 12631, 8825, 8905, 8825, 8208, 8548, 9115, 8664, 12796, 8700, 11561, 8756, 8591, 8705, 8377, 8385, 8671, 9557, 8380, 10953, 8842, 13875, 8531, 8875, 8276, 8992, 7909, 8718, 10312, 8752, 13640, 8290, 12439, 8817, 11909, 8731, 11661, 8579, 13427, 8329, 10640, 8487, 8312, 8540, 8194, 10805, 9113, 12432, 8146, 8404, 8298, 8866, 9414, 8132, 9907, 12923, 9009, 13128, 8945, 10073, 9011, 10221, 8795, 10855, 8941, 11913, 8884, 9251, 9181, 13726, 8666, 7906, 8462, 8661, 8067, 8691, 8727, 8480, 12444, 10575, 12267, 8760, 10222, 8615, 11481, 8622, 13279, 11127, 11294, 8444, 8551, 8320, 9320, 8226, 9165, 8203, 9128, 8060, 9227, 8358, 8866, 13179, 9319, 10489, 9227, 8678, 8959, 10893, 8823, 11976, 10477, 8493, 8553, 9213, 8161, 8993, 10721, 9010, 11152, 9188, 9511, 9102, 9112, 8994, 14097, 8800, 8174, 8449, 9122, 8111, 8754, 8899, 8768, 11458, 9181, 8193, 9138, 8294, 8751, 8663, 11141, 11243, 8727, 13492, 10972, 9081, 8615, 8253, 9315, 8120, 11242, 8015, 12622, 9503, 13032, 11094, 13624, 12039, 12014, 11937, 9475, 8927, 8196, 9617, 8687, 12284, 7993, 9585, 8173, 8820, 8130, 9021, 7908, 9652, 7804, 7967, 8346, 7697, 8767, 7625, 10337, 8718, 9540, 8539, 8603, 8246, 8419, 8262, 8358, 9535, 8436, 10903, 8153, 10950, 8010, 10435, 8516, 9776, 8418, 8352, 8173, 8699, 8102, 8248, 10710, 8699, 8939, 8533, 8832, 10342, 9797, 12201, 8711, 8686, 8671, 8735, 8310, 11765, 8936, 12044, 11130, 9185, 9338, 9101, 8272, 9044, 9633, 8162, 8460, 11813, 9785, 13812, 8742, 12159, 8422, 10690, 8271, 10775, 8306, 12405, 10833, 9340, 8264, 8897, 7959, 9265, 8079, 9144, 8120, 8892, 11413, 9139, 10058, 8957, 9066, 8481, 8528, 7994, 10463, 9984, 9821, 9357, 9064, 7943, 9039, 8723, 9025, 12687, 8856, 12964, 9025, 9381, 8910, 8302, 9064, 8872, 8427, 12427, 8682, 8721, 8050, 9131, 7921, 8998, 9978, 8792, 11161, 8794, 9044, 8636, 8251, 8819, 9478, 8942, 9949, 8899, 8112, 8880, 8090, 8554, 11271, 8493, 10182, 8031, 8411, 8002, 9351, 7905, 8887, 8755, 8666, 12567, 9870, 10644, 8262, 8811, 8234, 9030, 11503, 8966, 13414, 9006, 11835, 8628, 8073, 8385, 8669, 8315, 9730, 8411, 8545, 8396, 8884, 8406, 8941, 10741, 9240, 12853, 9141, 8371, 8866, 9329, 9631, 9121, 12374, 8850, 11297, 8850, 9747, 9158, 10406, 8847, 12013, 9920, 11020, 8835, 9360, 8461, 10371, 8230, 12015, 9912, 10382, 8209, 8652, 8241, 9253, 8239, 9223, 8232, 9135, 8160, 8877, 8037, 8960, 8241, 9098, 8240, 9043, 12795, 8724, 7817, 8546, 8681, 8035, 8875, 10684, 9001, 12610, 8994, 11170, 8780, 10493, 8717, 10876, 8719, 11891, 10642, 12673, 8520, 10655, 8401, 9513, 8273, 10450, 8399, 11513, 8619, 10611, 8675, 9768, 8822, 9907, 8548, 9535, 8602, 8023, 8603, 9557, 8303, 11422, 9221, 8516, 8306, 9100, 8409, 9491, 8846, 9499, 12435, 9083, 10701, 9097, 9464, 8765, 9659, 9006, 11625, 9987, 12365, 8391, 12415, 8563, 9762, 8239, 11885, 8694, 10167, 8108, 8792, 8209, 8293, 12527, 8909, 9851, 8491, 9715], 'WindowCenter': [4331.0, 4298.0, 4303.0, 4240.0, 4268.0, 4237.0, 4266.0, 4236.0, 4276.0, 4256.0, 4224.0, 4233.0, 4235.0, 4232.0, 4235.0, 4245.0, 4236.0, 4276.0, 4236.0, 4263.0, 4236.0, 4235.0, 4235.0, 4245.0, 4247.0, 4265.0, 4226.0, 4265.0, 4224.0, 4234.0, 4236.0, 4233.0, 4237.0, 4245.0, 4237.0, 4244.0, 4250.0, 4289.0, 4248.0, 4227.0, 4236.0, 4237.0, 4236.0, 4227.0, 4258.0, 4237.0, 4278.0, 4228.0, 4264.0, 4227.0, 4235.0, 4226.0, 4234.0, 4236.0, 4256.0, 4225.0, 4235.0, 4235.0, 4236.0, 4238.0, 4265.0, 4216.0, 4215.0, 4226.0, 4225.0, 4225.0, 4225.0, 4244.0, 4214.0, 4234.0, 4212.0, 4224.0, 4221.0, 4223.0, 4264.0, 4255.0, 4232.0, 4212.0, 4219.0, 4213.0, 4242.0, 4212.0, 4242.0, 4233.0, 4223.0, 4213.0, 4222.0, 4225.0, 4225.0, 4224.0, 4228.0, 4266.0, 4248.0, 4266.0, 4216.0, 4253.0, 4215.0, 4253.0, 4233.0, 4243.0, 4224.0, 4263.0, 4214.0, 4253.0, 4213.0, 4220.0, 4213.0, 4221.0, 4213.0, 4265.0, 4215.0, 4284.0, 4224.0, 4235.0, 4234.0, 4238.0, 4247.0, 4229.0, 4279.0, 4260.0, 4266.0, 4217.0, 4253.0, 4214.0, 4253.0, 4234.0, 4253.0, 4231.0, 4260.0, 4202.0, 4231.0, 4212.0, 4250.0, 4212.0, 4251.0, 4199.0, 4208.0, 4203.0, 4231.0, 4214.0, 4252.0, 4225.0, 4254.0, 4224.0, 4241.0, 4213.0, 4221.0, 4222.0, 4220.0, 4212.0, 4222.0, 4223.0, 4224.0, 4225.0, 4224.0, 4225.0, 4225.0, 4226.0, 4264.0, 4226.0, 4234.0, 4226.0, 4224.0, 4227.0, 4237.0, 4228.0, 4257.0, 4248.0, 4256.0, 4235.0, 4225.0, 4226.0, 4234.0, 4226.0, 4255.0, 4237.0, 4266.0, 4258.0, 4255.0, 4226.0, 4234.0, 4224.0, 4245.0, 4237.0, 4246.0, 4238.0, 4257.0, 4249.0, 4268.0, 4238.0, 4225.0, 4239.0, 4236.0, 4238.0, 4257.0, 4238.0, 4267.0, 4259.0, 4226.0, 4225.0, 4244.0, 4225.0, 4253.0, 4225.0, 4253.0, 4236.0, 4255.0, 4235.0, 4245.0, 4238.0, 4256.0, 4228.0, 4234.0, 4237.0, 4237.0, 4238.0, 4258.0, 4238.0, 4236.0, 4227.0, 4237.0, 4227.0, 4236.0, 4228.0, 4266.0, 4257.0, 4255.0, 4223.0, 4265.0, 4225.0, 4267.0, 4225.0, 4244.0, 4223.0, 4246.0, 4247.0, 4237.0, 4235.0, 4248.0, 4248.0, 4239.0, 4249.0, 4260.0, 4269.0, 4282.0, 4238.0, 4225.0, 4225.0, 4215.0, 4225.0, 4255.0, 4242.0, 4277.0, 4224.0, 4225.0, 4225.0, 4225.0, 4225.0, 4234.0, 4224.0, 4264.0, 4212.0, 4254.0, 4216.0, 4243.0, 4216.0, 4262.0, 4235.0, 4253.0, 4225.0, 4223.0, 4214.0, 4212.0, 4214.0, 4224.0, 4225.0, 4235.0, 4247.0, 4226.0, 4226.0, 4237.0, 4225.0, 4225.0, 4235.0, 4237.0, 4256.0, 4238.0, 4246.0, 4237.0, 4243.0, 4226.0, 4266.0, 4245.0, 4263.0, 4225.0, 4242.0, 4212.0, 4222.0, 4224.0, 4254.0, 4234.0, 4244.0, 4213.0, 4213.0, 4214.0, 4223.0, 4216.0, 4225.0, 4245.0, 4236.0, 4233.0, 4237.0, 4234.0, 4226.0, 4224.0, 4237.0, 4254.0, 4268.0, 4225.0, 4234.0, 4212.0, 4220.0, 4214.0, 4222.0, 4223.0, 4241.0, 4222.0, 4231.0, 4224.0, 4224.0, 4226.0, 4235.0, 4235.0, 4235.0, 4226.0, 4264.0, 4235.0, 4225.0, 4226.0, 4245.0, 4216.0, 4237.0, 4235.0, 4238.0, 4267.0, 4238.0, 4256.0, 4238.0, 4246.0, 4238.0, 4256.0, 4247.0, 4265.0, 4236.0, 4234.0, 4224.0, 4213.0, 4214.0, 4245.0, 4267.0, 4225.0, 4245.0, 4223.0, 4234.0, 4226.0, 4255.0, 4236.0, 4265.0, 4245.0, 4224.0, 4214.0, 4223.0, 4214.0, 4225.0, 4244.0, 4225.0, 4254.0, 4225.0, 4223.0, 4223.0, 4244.0, 4236.0, 4264.0, 4225.0, 4233.0, 4214.0, 4224.0, 4224.0, 4214.0, 4255.0, 4246.0, 4265.0, 4253.0, 4241.0, 4213.0, 4227.0, 4201.0, 4230.0, 4202.0, 4252.0, 4223.0, 4211.0, 4202.0, 4212.0, 4202.0, 4211.0, 4212.0, 4212.0, 4232.0, 4200.0, 4242.0, 4213.0, 4253.0, 4234.0, 4252.0, 4202.0, 4210.0, 4202.0, 4222.0, 4211.0, 4213.0, 4244.0, 4214.0, 4253.0, 4214.0, 4223.0, 4222.0, 4223.0, 4213.0, 4252.0, 4235.0, 4243.0, 4213.0, 4230.0, 4225.0, 4235.0, 4214.0, 4224.0, 4246.0, 4236.0, 4225.0, 4236.0, 4232.0, 4227.0, 4267.0, 4257.0, 4256.0, 4215.0, 4234.0, 4215.0, 4224.0, 4215.0, 4223.0, 4213.0, 4213.0, 4215.0, 4235.0, 4253.0, 4224.0, 4264.0, 4223.0, 4233.0, 4215.0, 4213.0, 4215.0, 4234.0, 4236.0, 4244.0, 4255.0, 4224.0, 4213.0, 4223.0, 4211.0, 4213.0, 4234.0, 4222.0, 4264.0, 4215.0, 4265.0, 4225.0, 4244.0, 4225.0, 4243.0, 4225.0, 4224.0, 4223.0, 4213.0, 4216.0, 4223.0, 4215.0, 4224.0, 4216.0, 4224.0, 4214.0, 4237.0, 4257.0, 4247.0, 4225.0, 4238.0, 4245.0, 4239.0, 4268.0, 4260.0, 4227.0, 4228.0, 4237.0, 4226.0, 4226.0, 4237.0, 4236.0, 4226.0, 4226.0, 4266.0, 4226.0, 4253.0, 4223.0, 4263.0, 4214.0, 4224.0, 4226.0, 4235.0, 4237.0, 4238.0, 4269.0, 4259.0, 4267.0, 4227.0, 4253.0, 4226.0, 4252.0, 4225.0, 4243.0, 4223.0, 4253.0, 4225.0, 4243.0, 4224.0, 4275.0, 4223.0, 4223.0, 4213.0, 4224.0, 4215.0, 4236.0, 4236.0, 4226.0, 4265.0, 4224.0, 4254.0, 4223.0, 4222.0, 4224.0, 4242.0, 4225.0, 4253.0, 4223.0, 4212.0, 4223.0, 4223.0, 4224.0, 4234.0, 4226.0, 4255.0, 4236.0, 4225.0, 4214.0, 4236.0, 4214.0, 4238.0, 4246.0, 4238.0, 4265.0, 4249.0, 4264.0, 4227.0, 4245.0, 4226.0, 4265.0, 4246.0, 4264.0, 4244.0, 4212.0, 4215.0, 4234.0, 4225.0, 4235.0, 4236.0, 4226.0, 4225.0, 4226.0, 4277.0, 4247.0, 4266.0, 4226.0, 4238.0, 4247.0, 4228.0, 4238.0, 4267.0, 4238.0, 4277.0, 4226.0, 4266.0, 4227.0, 4266.0, 4237.0, 4255.0, 4235.0, 4212.0, 4214.0, 4212.0, 4234.0, 4224.0, 4265.0, 4214.0, 4243.0, 4223.0, 4223.0, 4225.0, 4223.0, 4215.0, 4235.0, 4267.0, 4225.0, 4254.0, 4224.0, 4210.0, 4213.0, 4211.0, 4224.0, 4264.0, 4214.0, 4222.0, 4212.0, 4213.0, 4211.0, 4214.0, 4225.0, 4225.0, 4213.0, 4215.0, 4213.0, 4225.0, 4273.0, 4257.0, 4253.0, 4213.0, 4235.0, 4202.0, 4225.0, 4224.0, 4226.0, 4246.0, 4227.0, 4256.0, 4216.0, 4232.0, 4225.0, 4244.0, 4224.0, 4253.0, 4214.0, 4233.0, 4225.0, 4244.0, 4236.0, 4224.0, 4244.0, 4224.0, 4214.0, 4226.0, 4233.0, 4226.0, 4254.0, 4235.0, 4254.0, 4213.0, 4223.0, 4213.0, 4224.0, 4223.0, 4225.0, 4235.0, 4214.0, 4265.0, 4225.0, 4264.0, 4215.0, 4233.0, 4224.0, 4244.0, 4255.0, 4223.0, 4234.0, 4224.0, 4222.0, 4225.0, 4225.0, 4225.0, 4225.0, 4266.0, 4226.0, 4277.0, 4216.0, 4254.0, 4213.0, 4231.0, 4225.0, 4263.0, 4245.0, 4241.0, 4203.0, 4221.0, 4213.0, 4231.0, 4202.0, 4211.0, 4213.0, 4202.0, 4211.0, 4211.0, 4214.0, 4223.0, 4254.0, 4225.0, 4216.0, 4225.0, 4235.0, 4225.0, 4236.0, 4238.0, 4237.0, 4268.0, 4227.0, 4256.0, 4236.0, 4245.0, 4226.0, 4254.0, 4226.0, 4253.0, 4236.0, 4252.0, 4225.0, 4254.0, 4223.0, 4243.0, 4214.0, 4222.0, 4212.0, 4203.0, 4254.0, 4222.0, 4212.0, 4235.0, 4224.0, 4226.0, 4253.0, 4227.0, 4255.0, 4227.0, 4231.0, 4225.0, 4234.0, 4226.0, 4243.0, 4256.0, 4224.0, 4225.0, 4235.0, 4225.0, 4237.0, 4236.0, 4238.0, 4279.0, 4269.0, 4235.0, 4236.0, 4234.0, 4226.0, 4237.0, 4235.0, 4237.0, 4266.0, 4249.0, 4277.0, 4228.0, 4256.0, 4227.0, 4255.0, 4246.0, 4253.0, 4245.0, 4213.0, 4214.0, 4224.0, 4223.0, 4237.0, 4265.0, 4226.0, 4254.0, 4224.0, 4223.0, 4226.0, 4224.0, 4246.0, 4227.0, 4237.0, 4234.0, 4226.0, 4236.0, 4227.0, 4234.0, 4225.0, 4236.0, 4256.0, 4237.0, 4276.0, 4227.0, 4238.0, 4238.0, 4239.0, 4249.0, 4250.0, 4278.0, 4269.0, 4256.0, 4225.0, 4225.0, 4226.0, 4225.0, 4278.0, 4267.0, 4277.0, 4235.0, 4223.0, 4233.0, 4212.0, 4222.0, 4223.0, 4234.0, 4265.0, 4235.0, 4252.0, 4224.0, 4232.0, 4213.0, 4223.0, 4214.0, 4254.0, 4264.0, 4242.0, 4255.0, 4212.0, 4211.0, 4221.0, 4209.0, 4212.0, 4221.0, 4211.0, 4253.0, 4211.0, 4222.0, 4223.0, 4211.0, 4213.0, 4221.0, 4223.0, 4220.0, 4223.0, 4223.0, 4225.0, 4243.0, 4225.0, 4224.0, 4214.0, 4224.0, 4224.0, 4225.0, 4255.0, 4234.0, 4264.0, 4224.0, 4244.0, 4223.0, 4232.0, 4224.0, 4254.0, 4236.0, 4254.0, 4224.0, 4231.0, 4224.0, 4233.0, 4225.0, 4255.0, 4236.0, 4214.0, 4224.0, 4234.0, 4225.0, 4236.0, 4226.0, 4237.0, 4234.0, 4238.0, 4267.0, 4248.0, 4266.0, 4237.0, 4234.0, 4236.0, 4235.0, 4236.0, 4255.0, 4227.0, 4255.0, 4247.0, 4225.0, 4268.0, 4247.0, 4226.0, 4237.0, 4236.0, 4239.0, 4248.0, 4260.0, 4269.0, 4280.0, 4237.0, 4237.0, 4236.0, 4224.0, 4235.0, 4234.0, 4225.0, 4275.0, 4257.0, 4244.0, 4226.0, 4213.0, 4225.0, 4214.0, 4215.0, 4222.0, 4213.0, 4234.0, 4255.0, 4213.0, 4244.0, 4234.0, 4213.0, 4235.0, 4234.0, 4226.0, 4256.0, 4246.0, 4214.0, 4226.0, 4225.0, 4224.0, 4225.0, 4225.0, 4225.0, 4257.0, 4233.0, 4214.0, 4235.0, 4225.0, 4236.0, 4236.0, 4236.0, 4257.0, 4237.0, 4245.0, 4238.0, 4246.0, 4250.0, 4268.0, 4270.0, 4227.0, 4228.0, 4246.0, 4238.0, 4225.0, 4237.0, 4257.0, 4238.0, 4256.0, 4237.0, 4256.0, 4238.0, 4236.0, 4238.0, 4236.0, 4236.0, 4236.0, 4237.0, 4249.0, 4247.0, 4238.0, 4247.0, 4249.0, 4268.0, 4258.0, 4213.0, 4226.0, 4235.0, 4224.0, 4224.0, 4234.0, 4236.0, 4266.0, 4234.0, 4265.0, 4235.0, 4243.0, 4235.0, 4224.0, 4237.0, 4246.0, 4277.0, 4225.0, 4234.0, 4225.0, 4234.0, 4214.0, 4253.0, 4225.0, 4264.0, 4243.0, 4212.0, 4213.0, 4234.0, 4213.0, 4236.0, 4225.0, 4227.0, 4265.0, 4225.0, 4254.0, 4225.0, 4235.0, 4227.0, 4236.0, 4247.0, 4226.0, 4256.0, 4235.0, 4226.0, 4236.0, 4225.0, 4227.0, 4266.0, 4257.0, 4263.0, 4215.0, 4213.0, 4222.0, 4234.0, 4224.0, 4235.0, 4266.0, 4224.0, 4264.0, 4225.0, 4224.0, 4224.0, 4233.0, 4225.0, 4244.0, 4227.0, 4255.0, 4225.0, 4224.0, 4225.0, 4235.0, 4214.0, 4238.0, 4256.0, 4238.0, 4267.0, 4258.0, 4215.0, 4214.0, 4225.0, 4211.0, 4224.0, 4222.0, 4213.0, 4265.0, 4213.0, 4252.0, 4223.0, 4233.0, 4226.0, 4253.0, 4224.0, 4233.0, 4225.0, 4212.0, 4236.0, 4224.0, 4235.0, 4224.0, 4238.0, 4246.0, 4240.0, 4250.0, 4239.0, 4249.0, 4237.0, 4260.0, 4247.0, 4251.0, 4269.0, 4251.0, 4249.0, 4251.0, 4248.0, 4238.0, 4248.0, 4259.0, 4248.0, 4279.0, 4238.0, 4267.0, 4237.0, 4256.0, 4236.0, 4255.0, 4235.0, 4265.0, 4257.0, 4244.0, 4235.0, 4224.0, 4214.0, 4223.0, 4224.0, 4223.0, 4235.0, 4236.0, 4235.0, 4226.0, 4226.0, 4237.0, 4247.0, 4240.0, 4256.0, 4246.0, 4235.0, 4226.0, 4225.0, 4235.0, 4226.0, 4266.0, 4257.0, 4275.0, 4265.0, 4224.0, 4224.0, 4222.0, 4213.0, 4223.0, 4223.0, 4225.0, 4265.0, 4225.0, 4253.0, 4225.0, 4222.0, 4226.0, 4214.0, 4226.0, 4225.0, 4236.0, 4212.0, 4245.0, 4225.0, 4275.0, 4225.0, 4222.0, 4225.0, 4234.0, 4215.0, 4235.0, 4247.0, 4225.0, 4277.0, 4226.0, 4265.0, 4225.0, 4254.0, 4225.0, 4252.0, 4224.0, 4264.0, 4215.0, 4243.0, 4224.0, 4224.0, 4237.0, 4236.0, 4257.0, 4234.0, 4265.0, 4213.0, 4224.0, 4227.0, 4246.0, 4247.0, 4240.0, 4258.0, 4289.0, 4238.0, 4276.0, 4225.0, 4234.0, 4224.0, 4243.0, 4223.0, 4243.0, 4222.0, 4252.0, 4223.0, 4222.0, 4235.0, 4273.0, 4222.0, 4213.0, 4222.0, 4223.0, 4226.0, 4236.0, 4236.0, 4238.0, 4277.0, 4258.0, 4266.0, 4226.0, 4244.0, 4225.0, 4254.0, 4226.0, 4264.0, 4257.0, 4254.0, 4225.0, 4224.0, 4225.0, 4234.0, 4225.0, 4233.0, 4227.0, 4234.0, 4227.0, 4236.0, 4226.0, 4238.0, 4276.0, 4236.0, 4257.0, 4237.0, 4226.0, 4237.0, 4258.0, 4248.0, 4268.0, 4259.0, 4237.0, 4238.0, 4234.0, 4227.0, 4236.0, 4256.0, 4226.0, 4257.0, 4234.0, 4236.0, 4235.0, 4236.0, 4236.0, 4276.0, 4236.0, 4214.0, 4226.0, 4235.0, 4227.0, 4225.0, 4238.0, 4236.0, 4269.0, 4236.0, 4227.0, 4235.0, 4225.0, 4223.0, 4236.0, 4254.0, 4257.0, 4226.0, 4277.0, 4256.0, 4236.0, 4248.0, 4248.0, 4258.0, 4240.0, 4278.0, 4242.0, 4291.0, 4263.0, 4290.0, 4271.0, 4290.0, 4280.0, 4267.0, 4255.0, 4221.0, 4209.0, 4200.0, 4220.0, 4199.0, 4240.0, 4188.0, 4207.0, 4199.0, 4208.0, 4197.0, 4209.0, 4201.0, 4217.0, 4189.0, 4199.0, 4209.0, 4201.0, 4212.0, 4203.0, 4232.0, 4224.0, 4221.0, 4212.0, 4212.0, 4211.0, 4213.0, 4212.0, 4213.0, 4231.0, 4224.0, 4244.0, 4215.0, 4244.0, 4215.0, 4244.0, 4226.0, 4245.0, 4227.0, 4224.0, 4226.0, 4224.0, 4215.0, 4227.0, 4257.0, 4238.0, 4247.0, 4250.0, 4251.0, 4271.0, 4273.0, 4281.0, 4251.0, 4240.0, 4252.0, 4239.0, 4240.0, 4269.0, 4251.0, 4278.0, 4270.0, 4237.0, 4238.0, 4236.0, 4227.0, 4248.0, 4247.0, 4240.0, 4239.0, 4281.0, 4260.0, 4292.0, 4240.0, 4267.0, 4226.0, 4256.0, 4227.0, 4255.0, 4226.0, 4265.0, 4255.0, 4234.0, 4226.0, 4223.0, 4215.0, 4235.0, 4215.0, 4235.0, 4215.0, 4235.0, 4267.0, 4237.0, 4247.0, 4238.0, 4235.0, 4238.0, 4236.0, 4227.0, 4258.0, 4259.0, 4247.0, 4238.0, 4236.0, 4216.0, 4236.0, 4226.0, 4224.0, 4266.0, 4234.0, 4266.0, 4225.0, 4234.0, 4225.0, 4224.0, 4234.0, 4235.0, 4228.0, 4276.0, 4238.0, 4226.0, 4227.0, 4236.0, 4227.0, 4235.0, 4247.0, 4225.0, 4258.0, 4225.0, 4236.0, 4225.0, 4225.0, 4225.0, 4234.0, 4223.0, 4234.0, 4223.0, 4212.0, 4223.0, 4212.0, 4225.0, 4254.0, 4226.0, 4244.0, 4226.0, 4224.0, 4226.0, 4246.0, 4227.0, 4236.0, 4237.0, 4239.0, 4278.0, 4249.0, 4256.0, 4227.0, 4235.0, 4227.0, 4236.0, 4269.0, 4249.0, 4289.0, 4238.0, 4266.0, 4237.0, 4226.0, 4239.0, 4237.0, 4238.0, 4246.0, 4238.0, 4237.0, 4238.0, 4237.0, 4227.0, 4236.0, 4257.0, 4247.0, 4276.0, 4247.0, 4226.0, 4249.0, 4249.0, 4260.0, 4259.0, 4280.0, 4248.0, 4267.0, 4248.0, 4245.0, 4248.0, 4257.0, 4239.0, 4266.0, 4247.0, 4255.0, 4236.0, 4234.0, 4226.0, 4244.0, 4227.0, 4264.0, 4248.0, 4245.0, 4226.0, 4223.0, 4225.0, 4235.0, 4226.0, 4235.0, 4236.0, 4246.0, 4226.0, 4235.0, 4226.0, 4236.0, 4227.0, 4236.0, 4239.0, 4248.0, 4277.0, 4237.0, 4216.0, 4237.0, 4237.0, 4228.0, 4249.0, 4270.0, 4250.0, 4278.0, 4240.0, 4258.0, 4238.0, 4256.0, 4237.0, 4255.0, 4237.0, 4267.0, 4258.0, 4265.0, 4226.0, 4243.0, 4226.0, 4234.0, 4225.0, 4244.0, 4225.0, 4254.0, 4227.0, 4244.0, 4235.0, 4242.0, 4238.0, 4246.0, 4237.0, 4234.0, 4237.0, 4225.0, 4238.0, 4246.0, 4238.0, 4268.0, 4249.0, 4237.0, 4228.0, 4234.0, 4226.0, 4246.0, 4238.0, 4247.0, 4279.0, 4238.0, 4256.0, 4237.0, 4245.0, 4238.0, 4246.0, 4238.0, 4267.0, 4246.0, 4265.0, 4226.0, 4264.0, 4226.0, 4234.0, 4226.0, 4265.0, 4226.0, 4244.0, 4215.0, 4224.0, 4225.0, 4224.0, 4265.0, 4235.0, 4244.0, 4235.0, 4244.0], 'WindowWidth': [9557.0, 9502.0, 9496.0, 9407.0, 9439.0, 9396.0, 9433.0, 9393.0, 9445.0, 9418.0, 9372.0, 9384.0, 9387.0, 9382.0, 9389.0, 9402.0, 9392.0, 9444.0, 9392.0, 9424.0, 9393.0, 9387.0, 9391.0, 9401.0, 9408.0, 9429.0, 9380.0, 9426.0, 9373.0, 9385.0, 9391.0, 9384.0, 9393.0, 9401.0, 9395.0, 9400.0, 9418.0, 9469.0, 9412.0, 9381.0, 9393.0, 9396.0, 9393.0, 9383.0, 9423.0, 9394.0, 9451.0, 9382.0, 9426.0, 9379.0, 9386.0, 9377.0, 9383.0, 9392.0, 9415.0, 9375.0, 9385.0, 9391.0, 9391.0, 9398.0, 9429.0, 9366.0, 9361.0, 9378.0, 9373.0, 9374.0, 9374.0, 9398.0, 9359.0, 9384.0, 9352.0, 9370.0, 9364.0, 9369.0, 9424.0, 9414.0, 9375.0, 9350.0, 9356.0, 9353.0, 9390.0, 9352.0, 9391.0, 9382.0, 9367.0, 9357.0, 9368.0, 9376.0, 9375.0, 9375.0, 9387.0, 9434.0, 9410.0, 9430.0, 9365.0, 9409.0, 9360.0, 9408.0, 9382.0, 9394.0, 9371.0, 9421.0, 9355.0, 9405.0, 9355.0, 9359.0, 9353.0, 9361.0, 9355.0, 9429.0, 9360.0, 9454.0, 9372.0, 9388.0, 9388.0, 9399.0, 9409.0, 9388.0, 9452.0, 9428.0, 9431.0, 9368.0, 9409.0, 9359.0, 9408.0, 9383.0, 9406.0, 9376.0, 9412.0, 9336.0, 9372.0, 9349.0, 9398.0, 9348.0, 9400.0, 9332.0, 9341.0, 9341.0, 9375.0, 9358.0, 9405.0, 9372.0, 9408.0, 9370.0, 9389.0, 9355.0, 9361.0, 9367.0, 9360.0, 9353.0, 9366.0, 9370.0, 9369.0, 9374.0, 9371.0, 9375.0, 9375.0, 9380.0, 9425.0, 9379.0, 9385.0, 9378.0, 9374.0, 9383.0, 9393.0, 9384.0, 9420.0, 9410.0, 9416.0, 9388.0, 9372.0, 9378.0, 9384.0, 9376.0, 9413.0, 9392.0, 9430.0, 9422.0, 9413.0, 9377.0, 9384.0, 9374.0, 9401.0, 9395.0, 9405.0, 9398.0, 9420.0, 9415.0, 9437.0, 9399.0, 9378.0, 9399.0, 9392.0, 9398.0, 9421.0, 9398.0, 9433.0, 9426.0, 9375.0, 9375.0, 9396.0, 9374.0, 9410.0, 9374.0, 9409.0, 9390.0, 9414.0, 9390.0, 9401.0, 9397.0, 9418.0, 9383.0, 9387.0, 9396.0, 9393.0, 9398.0, 9423.0, 9399.0, 9391.0, 9382.0, 9391.0, 9382.0, 9391.0, 9381.0, 9431.0, 9421.0, 9415.0, 9370.0, 9428.0, 9376.0, 9433.0, 9375.0, 9397.0, 9372.0, 9405.0, 9407.0, 9395.0, 9391.0, 9412.0, 9411.0, 9404.0, 9415.0, 9432.0, 9441.0, 9462.0, 9395.0, 9377.0, 9374.0, 9360.0, 9372.0, 9413.0, 9393.0, 9446.0, 9369.0, 9373.0, 9373.0, 9373.0, 9375.0, 9384.0, 9373.0, 9423.0, 9354.0, 9410.0, 9363.0, 9394.0, 9362.0, 9420.0, 9388.0, 9408.0, 9373.0, 9365.0, 9356.0, 9350.0, 9358.0, 9371.0, 9374.0, 9387.0, 9405.0, 9376.0, 9376.0, 9394.0, 9375.0, 9376.0, 9389.0, 9393.0, 9417.0, 9395.0, 9404.0, 9395.0, 9397.0, 9378.0, 9429.0, 9402.0, 9421.0, 9372.0, 9389.0, 9352.0, 9363.0, 9370.0, 9409.0, 9386.0, 9395.0, 9356.0, 9355.0, 9358.0, 9368.0, 9363.0, 9373.0, 9401.0, 9389.0, 9384.0, 9393.0, 9386.0, 9380.0, 9372.0, 9395.0, 9412.0, 9436.0, 9374.0, 9382.0, 9353.0, 9359.0, 9356.0, 9364.0, 9369.0, 9390.0, 9366.0, 9375.0, 9371.0, 9371.0, 9378.0, 9385.0, 9388.0, 9385.0, 9378.0, 9424.0, 9389.0, 9372.0, 9377.0, 9402.0, 9365.0, 9393.0, 9391.0, 9395.0, 9432.0, 9397.0, 9417.0, 9396.0, 9404.0, 9396.0, 9417.0, 9407.0, 9429.0, 9390.0, 9382.0, 9371.0, 9354.0, 9358.0, 9400.0, 9432.0, 9374.0, 9400.0, 9371.0, 9385.0, 9378.0, 9412.0, 9390.0, 9426.0, 9402.0, 9370.0, 9359.0, 9369.0, 9358.0, 9374.0, 9398.0, 9374.0, 9409.0, 9372.0, 9366.0, 9370.0, 9395.0, 9390.0, 9424.0, 9373.0, 9382.0, 9359.0, 9372.0, 9370.0, 9359.0, 9412.0, 9402.0, 9426.0, 9410.0, 9387.0, 9352.0, 9364.0, 9333.0, 9370.0, 9337.0, 9401.0, 9365.0, 9345.0, 9336.0, 9348.0, 9335.0, 9348.0, 9348.0, 9351.0, 9375.0, 9333.0, 9387.0, 9353.0, 9404.0, 9381.0, 9401.0, 9337.0, 9345.0, 9338.0, 9363.0, 9350.0, 9353.0, 9395.0, 9354.0, 9407.0, 9355.0, 9365.0, 9366.0, 9366.0, 9356.0, 9405.0, 9386.0, 9392.0, 9355.0, 9372.0, 9373.0, 9386.0, 9359.0, 9371.0, 9402.0, 9390.0, 9374.0, 9391.0, 9381.0, 9380.0, 9431.0, 9420.0, 9414.0, 9361.0, 9382.0, 9360.0, 9368.0, 9358.0, 9367.0, 9355.0, 9351.0, 9360.0, 9385.0, 9409.0, 9371.0, 9422.0, 9368.0, 9380.0, 9359.0, 9355.0, 9361.0, 9384.0, 9390.0, 9396.0, 9415.0, 9369.0, 9353.0, 9367.0, 9348.0, 9354.0, 9381.0, 9366.0, 9422.0, 9359.0, 9424.0, 9373.0, 9394.0, 9372.0, 9393.0, 9374.0, 9367.0, 9367.0, 9351.0, 9360.0, 9368.0, 9360.0, 9369.0, 9362.0, 9370.0, 9357.0, 9391.0, 9419.0, 9406.0, 9374.0, 9396.0, 9403.0, 9399.0, 9436.0, 9427.0, 9379.0, 9381.0, 9392.0, 9377.0, 9376.0, 9391.0, 9389.0, 9377.0, 9375.0, 9427.0, 9374.0, 9407.0, 9369.0, 9422.0, 9358.0, 9371.0, 9376.0, 9390.0, 9393.0, 9398.0, 9440.0, 9426.0, 9432.0, 9379.0, 9407.0, 9375.0, 9403.0, 9372.0, 9393.0, 9370.0, 9404.0, 9371.0, 9391.0, 9373.0, 9439.0, 9369.0, 9367.0, 9354.0, 9370.0, 9359.0, 9390.0, 9388.0, 9376.0, 9425.0, 9371.0, 9407.0, 9367.0, 9362.0, 9370.0, 9390.0, 9371.0, 9405.0, 9367.0, 9349.0, 9367.0, 9365.0, 9370.0, 9380.0, 9374.0, 9413.0, 9388.0, 9372.0, 9358.0, 9390.0, 9359.0, 9396.0, 9403.0, 9396.0, 9426.0, 9411.0, 9424.0, 9379.0, 9400.0, 9375.0, 9425.0, 9402.0, 9422.0, 9397.0, 9350.0, 9357.0, 9382.0, 9373.0, 9386.0, 9388.0, 9375.0, 9372.0, 9377.0, 9444.0, 9406.0, 9428.0, 9376.0, 9396.0, 9407.0, 9385.0, 9396.0, 9434.0, 9396.0, 9445.0, 9376.0, 9427.0, 9377.0, 9427.0, 9391.0, 9413.0, 9386.0, 9348.0, 9354.0, 9348.0, 9382.0, 9369.0, 9424.0, 9356.0, 9392.0, 9369.0, 9367.0, 9373.0, 9368.0, 9359.0, 9385.0, 9431.0, 9371.0, 9407.0, 9368.0, 9345.0, 9351.0, 9345.0, 9370.0, 9422.0, 9355.0, 9363.0, 9352.0, 9353.0, 9352.0, 9356.0, 9374.0, 9371.0, 9354.0, 9358.0, 9354.0, 9373.0, 9435.0, 9417.0, 9407.0, 9355.0, 9385.0, 9340.0, 9374.0, 9370.0, 9376.0, 9401.0, 9378.0, 9413.0, 9360.0, 9376.0, 9374.0, 9395.0, 9370.0, 9405.0, 9357.0, 9379.0, 9373.0, 9395.0, 9388.0, 9370.0, 9397.0, 9371.0, 9355.0, 9375.0, 9380.0, 9375.0, 9409.0, 9387.0, 9408.0, 9355.0, 9365.0, 9353.0, 9370.0, 9367.0, 9373.0, 9384.0, 9357.0, 9426.0, 9372.0, 9420.0, 9357.0, 9379.0, 9372.0, 9396.0, 9413.0, 9368.0, 9383.0, 9370.0, 9365.0, 9374.0, 9372.0, 9375.0, 9373.0, 9431.0, 9375.0, 9444.0, 9360.0, 9408.0, 9353.0, 9374.0, 9371.0, 9420.0, 9398.0, 9386.0, 9339.0, 9359.0, 9352.0, 9372.0, 9336.0, 9345.0, 9353.0, 9335.0, 9348.0, 9347.0, 9355.0, 9368.0, 9410.0, 9374.0, 9365.0, 9375.0, 9387.0, 9375.0, 9391.0, 9394.0, 9393.0, 9435.0, 9380.0, 9416.0, 9391.0, 9399.0, 9375.0, 9409.0, 9375.0, 9407.0, 9389.0, 9404.0, 9372.0, 9407.0, 9367.0, 9392.0, 9355.0, 9364.0, 9351.0, 9338.0, 9409.0, 9364.0, 9352.0, 9385.0, 9369.0, 9375.0, 9408.0, 9379.0, 9411.0, 9378.0, 9375.0, 9373.0, 9384.0, 9377.0, 9396.0, 9416.0, 9370.0, 9372.0, 9388.0, 9373.0, 9393.0, 9389.0, 9399.0, 9452.0, 9438.0, 9388.0, 9388.0, 9385.0, 9375.0, 9391.0, 9387.0, 9393.0, 9429.0, 9411.0, 9446.0, 9381.0, 9415.0, 9378.0, 9411.0, 9402.0, 9407.0, 9399.0, 9352.0, 9356.0, 9367.0, 9369.0, 9394.0, 9425.0, 9375.0, 9410.0, 9371.0, 9368.0, 9378.0, 9371.0, 9404.0, 9378.0, 9393.0, 9383.0, 9376.0, 9389.0, 9379.0, 9385.0, 9374.0, 9389.0, 9414.0, 9392.0, 9443.0, 9380.0, 9396.0, 9399.0, 9401.0, 9418.0, 9418.0, 9452.0, 9440.0, 9416.0, 9377.0, 9374.0, 9379.0, 9376.0, 9451.0, 9435.0, 9450.0, 9385.0, 9369.0, 9379.0, 9353.0, 9364.0, 9367.0, 9385.0, 9428.0, 9386.0, 9406.0, 9372.0, 9381.0, 9357.0, 9369.0, 9358.0, 9411.0, 9425.0, 9392.0, 9413.0, 9349.0, 9346.0, 9360.0, 9343.0, 9350.0, 9362.0, 9349.0, 9406.0, 9349.0, 9362.0, 9366.0, 9349.0, 9354.0, 9361.0, 9368.0, 9359.0, 9367.0, 9366.0, 9374.0, 9394.0, 9373.0, 9370.0, 9358.0, 9372.0, 9372.0, 9374.0, 9413.0, 9385.0, 9422.0, 9372.0, 9395.0, 9370.0, 9378.0, 9371.0, 9408.0, 9389.0, 9408.0, 9370.0, 9374.0, 9371.0, 9380.0, 9374.0, 9412.0, 9390.0, 9356.0, 9370.0, 9383.0, 9374.0, 9391.0, 9376.0, 9393.0, 9387.0, 9397.0, 9433.0, 9409.0, 9429.0, 9393.0, 9386.0, 9392.0, 9387.0, 9390.0, 9412.0, 9379.0, 9415.0, 9408.0, 9375.0, 9435.0, 9408.0, 9378.0, 9396.0, 9391.0, 9401.0, 9410.0, 9429.0, 9440.0, 9456.0, 9394.0, 9392.0, 9391.0, 9371.0, 9388.0, 9384.0, 9375.0, 9439.0, 9419.0, 9396.0, 9375.0, 9354.0, 9373.0, 9356.0, 9359.0, 9365.0, 9356.0, 9383.0, 9413.0, 9355.0, 9396.0, 9384.0, 9355.0, 9389.0, 9386.0, 9379.0, 9416.0, 9406.0, 9359.0, 9377.0, 9373.0, 9374.0, 9373.0, 9376.0, 9375.0, 9419.0, 9381.0, 9357.0, 9387.0, 9374.0, 9391.0, 9390.0, 9391.0, 9418.0, 9394.0, 9403.0, 9397.0, 9403.0, 9416.0, 9438.0, 9442.0, 9381.0, 9384.0, 9402.0, 9396.0, 9374.0, 9395.0, 9419.0, 9395.0, 9415.0, 9392.0, 9416.0, 9396.0, 9390.0, 9396.0, 9391.0, 9392.0, 9391.0, 9392.0, 9412.0, 9406.0, 9397.0, 9407.0, 9413.0, 9435.0, 9423.0, 9355.0, 9375.0, 9386.0, 9370.0, 9371.0, 9383.0, 9389.0, 9429.0, 9386.0, 9426.0, 9387.0, 9395.0, 9389.0, 9372.0, 9392.0, 9402.0, 9447.0, 9373.0, 9383.0, 9373.0, 9381.0, 9358.0, 9406.0, 9371.0, 9421.0, 9396.0, 9350.0, 9355.0, 9384.0, 9356.0, 9389.0, 9373.0, 9379.0, 9425.0, 9375.0, 9410.0, 9375.0, 9385.0, 9379.0, 9390.0, 9405.0, 9374.0, 9415.0, 9386.0, 9375.0, 9390.0, 9374.0, 9380.0, 9428.0, 9418.0, 9422.0, 9359.0, 9354.0, 9367.0, 9383.0, 9372.0, 9388.0, 9429.0, 9372.0, 9424.0, 9372.0, 9368.0, 9370.0, 9379.0, 9373.0, 9396.0, 9378.0, 9411.0, 9375.0, 9370.0, 9372.0, 9387.0, 9359.0, 9395.0, 9417.0, 9396.0, 9431.0, 9421.0, 9359.0, 9358.0, 9371.0, 9349.0, 9368.0, 9363.0, 9355.0, 9424.0, 9354.0, 9403.0, 9366.0, 9380.0, 9375.0, 9406.0, 9371.0, 9378.0, 9371.0, 9351.0, 9390.0, 9371.0, 9389.0, 9372.0, 9396.0, 9404.0, 9404.0, 9415.0, 9398.0, 9414.0, 9394.0, 9428.0, 9409.0, 9420.0, 9438.0, 9419.0, 9413.0, 9416.0, 9409.0, 9397.0, 9408.0, 9426.0, 9408.0, 9452.0, 9397.0, 9433.0, 9393.0, 9415.0, 9389.0, 9410.0, 9388.0, 9426.0, 9417.0, 9395.0, 9386.0, 9367.0, 9357.0, 9365.0, 9370.0, 9368.0, 9387.0, 9387.0, 9385.0, 9375.0, 9374.0, 9394.0, 9407.0, 9402.0, 9417.0, 9404.0, 9388.0, 9375.0, 9375.0, 9386.0, 9376.0, 9427.0, 9419.0, 9440.0, 9428.0, 9368.0, 9368.0, 9364.0, 9352.0, 9368.0, 9368.0, 9373.0, 9425.0, 9372.0, 9407.0, 9373.0, 9364.0, 9374.0, 9357.0, 9375.0, 9371.0, 9387.0, 9353.0, 9400.0, 9372.0, 9440.0, 9373.0, 9365.0, 9372.0, 9383.0, 9360.0, 9389.0, 9406.0, 9374.0, 9445.0, 9376.0, 9425.0, 9373.0, 9408.0, 9371.0, 9403.0, 9371.0, 9422.0, 9358.0, 9392.0, 9369.0, 9370.0, 9394.0, 9394.0, 9422.0, 9387.0, 9428.0, 9356.0, 9371.0, 9381.0, 9406.0, 9410.0, 9403.0, 9425.0, 9470.0, 9395.0, 9445.0, 9374.0, 9382.0, 9369.0, 9392.0, 9367.0, 9390.0, 9367.0, 9402.0, 9366.0, 9362.0, 9386.0, 9434.0, 9367.0, 9352.0, 9367.0, 9369.0, 9377.0, 9391.0, 9390.0, 9397.0, 9446.0, 9422.0, 9429.0, 9375.0, 9396.0, 9373.0, 9409.0, 9375.0, 9423.0, 9418.0, 9409.0, 9373.0, 9369.0, 9373.0, 9383.0, 9373.0, 9381.0, 9379.0, 9384.0, 9378.0, 9389.0, 9377.0, 9395.0, 9444.0, 9391.0, 9417.0, 9393.0, 9375.0, 9394.0, 9422.0, 9412.0, 9437.0, 9426.0, 9393.0, 9397.0, 9386.0, 9380.0, 9389.0, 9418.0, 9374.0, 9419.0, 9383.0, 9388.0, 9386.0, 9389.0, 9389.0, 9442.0, 9388.0, 9355.0, 9376.0, 9387.0, 9381.0, 9375.0, 9396.0, 9390.0, 9439.0, 9388.0, 9379.0, 9387.0, 9373.0, 9369.0, 9392.0, 9411.0, 9421.0, 9377.0, 9448.0, 9419.0, 9392.0, 9415.0, 9415.0, 9428.0, 9407.0, 9454.0, 9411.0, 9476.0, 9441.0, 9470.0, 9446.0, 9473.0, 9459.0, 9433.0, 9413.0, 9360.0, 9341.0, 9327.0, 9355.0, 9326.0, 9382.0, 9310.0, 9333.0, 9325.0, 9334.0, 9324.0, 9340.0, 9335.0, 9350.0, 9316.0, 9328.0, 9342.0, 9336.0, 9348.0, 9340.0, 9377.0, 9370.0, 9362.0, 9352.0, 9349.0, 9348.0, 9353.0, 9352.0, 9354.0, 9375.0, 9372.0, 9395.0, 9362.0, 9395.0, 9360.0, 9397.0, 9376.0, 9397.0, 9378.0, 9370.0, 9376.0, 9371.0, 9361.0, 9377.0, 9419.0, 9397.0, 9408.0, 9416.0, 9421.0, 9447.0, 9451.0, 9457.0, 9419.0, 9403.0, 9421.0, 9400.0, 9403.0, 9440.0, 9417.0, 9450.0, 9443.0, 9393.0, 9395.0, 9391.0, 9379.0, 9410.0, 9408.0, 9404.0, 9401.0, 9459.0, 9430.0, 9476.0, 9403.0, 9434.0, 9378.0, 9416.0, 9381.0, 9414.0, 9378.0, 9428.0, 9417.0, 9384.0, 9376.0, 9369.0, 9360.0, 9385.0, 9361.0, 9385.0, 9361.0, 9387.0, 9434.0, 9393.0, 9405.0, 9396.0, 9389.0, 9398.0, 9392.0, 9382.0, 9422.0, 9428.0, 9408.0, 9396.0, 9389.0, 9365.0, 9388.0, 9376.0, 9371.0, 9431.0, 9386.0, 9429.0, 9372.0, 9382.0, 9372.0, 9369.0, 9385.0, 9388.0, 9384.0, 9444.0, 9396.0, 9376.0, 9380.0, 9390.0, 9381.0, 9387.0, 9406.0, 9376.0, 9421.0, 9374.0, 9390.0, 9373.0, 9373.0, 9373.0, 9384.0, 9367.0, 9385.0, 9367.0, 9352.0, 9367.0, 9351.0, 9375.0, 9411.0, 9376.0, 9398.0, 9377.0, 9372.0, 9380.0, 9404.0, 9381.0, 9393.0, 9395.0, 9400.0, 9450.0, 9413.0, 9416.0, 9380.0, 9387.0, 9381.0, 9391.0, 9441.0, 9414.0, 9466.0, 9396.0, 9431.0, 9397.0, 9380.0, 9400.0, 9394.0, 9398.0, 9406.0, 9399.0, 9396.0, 9400.0, 9395.0, 9381.0, 9390.0, 9418.0, 9405.0, 9444.0, 9407.0, 9378.0, 9414.0, 9415.0, 9432.0, 9430.0, 9458.0, 9412.0, 9435.0, 9411.0, 9403.0, 9409.0, 9420.0, 9399.0, 9430.0, 9407.0, 9412.0, 9390.0, 9384.0, 9379.0, 9398.0, 9380.0, 9426.0, 9410.0, 9400.0, 9378.0, 9369.0, 9375.0, 9387.0, 9379.0, 9387.0, 9393.0, 9405.0, 9378.0, 9387.0, 9377.0, 9391.0, 9380.0, 9393.0, 9401.0, 9412.0, 9448.0, 9395.0, 9364.0, 9396.0, 9396.0, 9386.0, 9416.0, 9444.0, 9418.0, 9453.0, 9403.0, 9421.0, 9396.0, 9416.0, 9393.0, 9414.0, 9394.0, 9436.0, 9425.0, 9428.0, 9378.0, 9396.0, 9377.0, 9384.0, 9374.0, 9397.0, 9375.0, 9412.0, 9379.0, 9396.0, 9388.0, 9395.0, 9396.0, 9404.0, 9395.0, 9384.0, 9393.0, 9374.0, 9396.0, 9405.0, 9398.0, 9438.0, 9413.0, 9393.0, 9383.0, 9385.0, 9378.0, 9404.0, 9396.0, 9408.0, 9453.0, 9397.0, 9417.0, 9394.0, 9402.0, 9395.0, 9403.0, 9396.0, 9432.0, 9405.0, 9428.0, 9377.0, 9424.0, 9376.0, 9384.0, 9376.0, 9426.0, 9377.0, 9396.0, 9361.0, 9371.0, 9374.0, 9371.0, 9428.0, 9388.0, 9399.0, 9391.0, 9399.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.001386995043370508</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023655196654275092</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.80724754969002</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2741607259330447</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0120162501425907</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4611</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6388.8833</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10049060768910342</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.080545229244114</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4220624306368514</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3621143073191697</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.643758209695165</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2603147748962193</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00570458</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014291353523731232</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028183070942759514</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1614</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.696790436126475</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>26.6493</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8348</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.2364</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303448.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>725.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.5156</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1009</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.7763</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3433.8325</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3649.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73096.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1002.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4554.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>987.0657</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.71207887597848</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> |