=== 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-0009 --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-0009",
"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-0009_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-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0009/figures/sub-0009_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-0009/figures/sub-0009_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009/ses-03/func/sub-0009_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>f43fbbb56241d80acd1cd28f5bf62e3a</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>13:20:56.055000</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.999328, 0.0168172, 0.0325801, -0.0193626, 0.99665, 0.079455]</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.0950573</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4164, -7727, -7246, 604, -31, -94, 111, 52]</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>242.109</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a710c4d4-76d5-443a-97f1-c3717916287e||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.6811230182647705, -0.05194838345050812, 0.08406386524438858, 115.45146942138672], [-0.04511942341923714, 2.6739401817321777, 0.21608750522136688, -88.6832504272461], [0.08741004765033722, -0.21317194402217865, 2.690025806427002, -35.92355728149414], [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': ['132056.055000', '132056.515000', '132056.975000', '132057.435000', '132057.895000', '132058.355000', '132058.815000', '132059.275000', '132059.735000', '132100.195000', '132100.655000', '132101.115000', '132101.575000', '132102.035000', '132102.495000', '132102.955000', '132103.415000', '132103.875000', '132104.335000', '132104.795000', '132105.255000', '132105.715000', '132106.175000', '132106.635000', '132107.095000', '132107.555000', '132108.015000', '132108.475000', '132108.935000', '132109.395000', '132109.855000', '132110.315000', '132110.775000', '132111.235000', '132111.695000', '132112.155000', '132112.615000', '132113.075000', '132113.535000', '132113.995000', '132114.455000', '132114.915000', '132115.375000', '132115.835000', '132116.295000', '132116.755000', '132117.215000', '132117.675000', '132118.135000', '132118.595000', '132119.055000', '132119.515000', '132119.975000', '132120.435000', '132120.895000', '132121.355000', '132121.815000', '132122.275000', '132122.735000', '132123.195000', '132123.655000', '132124.115000', '132124.575000', '132125.035000', '132125.495000', '132125.955000', '132126.415000', '132126.875000', '132127.335000', '132127.795000', '132128.255000', '132128.715000', '132129.175000', '132129.635000', '132130.095000', '132130.555000', '132131.015000', '132131.475000', '132131.935000', '132132.395000', '132132.855000', '132133.315000', '132133.775000', '132134.235000', '132134.695000', '132135.155000', '132135.615000', '132136.075000', '132136.535000', '132136.995000', '132137.455000', '132137.915000', '132138.375000', '132138.835000', '132139.295000', '132139.755000', '132140.215000', '132140.675000', '132141.135000', '132141.595000', '132142.055000', '132142.515000', '132142.975000', '132143.435000', '132143.895000', '132144.355000', '132144.815000', '132145.275000', '132145.735000', '132146.195000', '132146.655000', '132147.115000', '132147.575000', '132148.035000', '132148.495000', '132148.955000', '132149.415000', '132149.875000', '132150.335000', '132150.795000', '132151.255000', '132151.715000', '132152.175000', '132152.635000', '132153.095000', '132153.555000', '132154.015000', '132154.475000', '132154.935000', '132155.395000', '132155.855000', '132156.315000', '132156.775000', '132157.235000', '132157.695000', '132158.155000', '132158.615000', '132159.075000', '132159.535000', '132159.995000', '132200.455000', '132200.915000', '132201.375000', '132201.835000', '132202.295000', '132202.755000', '132203.215000', '132203.675000', '132204.135000', '132204.595000', '132205.055000', '132205.515000', '132205.975000', '132206.435000', '132206.895000', '132207.355000', '132207.815000', '132208.275000', '132208.735000', '132209.195000', '132209.655000', '132210.115000', '132210.575000', '132211.035000', '132211.495000', '132211.955000', '132212.415000', '132212.875000', '132213.335000', '132213.795000', '132214.255000', '132214.715000', '132215.175000', '132215.635000', '132216.095000', '132216.555000', '132217.015000', '132217.475000', '132217.935000', '132218.395000', '132218.855000', '132219.315000', '132219.775000', '132220.235000', '132220.695000', '132221.155000', '132221.615000', '132222.075000', '132222.535000', '132222.995000', '132223.455000', '132223.915000', '132224.375000', '132224.835000', '132225.295000', '132225.755000', '132226.215000', '132226.675000', '132227.135000', '132227.595000', '132228.055000', '132228.515000', '132228.975000', '132229.435000', '132229.895000', '132230.355000', '132230.815000', '132231.275000', '132231.735000', '132232.195000', '132232.655000', '132233.115000', '132233.575000', '132234.035000', '132234.495000', '132234.955000', '132235.415000', '132235.875000', '132236.335000', '132236.795000', '132237.255000', '132237.715000', '132238.175000', '132238.635000', '132239.095000', '132239.555000', '132240.015000', '132240.475000', '132240.935000', '132241.395000', '132241.855000', '132242.315000', '132242.775000', '132243.235000', '132243.695000', '132244.155000', '132244.615000', '132245.075000', '132245.535000', '132245.995000', '132246.455000', '132246.915000', '132247.375000', '132247.835000', '132248.295000', '132248.755000', '132249.215000', '132249.675000', '132250.135000', '132250.595000', '132251.055000', '132251.515000', '132251.975000', '132252.435000', '132252.895000', '132253.355000', '132253.815000', '132254.275000', '132254.735000', '132255.195000', '132255.655000', '132256.115000', '132256.575000', '132257.035000', '132257.495000', '132257.955000', '132258.415000', '132258.875000', '132259.335000', '132259.795000', '132300.255000', '132300.715000', '132301.175000', '132301.635000', '132302.095000', '132302.555000', '132303.015000', '132303.475000', '132303.935000', '132304.395000', '132304.855000', '132305.315000', '132305.775000', '132306.235000', '132306.695000', '132307.155000', '132307.615000', '132308.075000', '132308.535000', '132308.995000', '132309.455000', '132309.915000', '132310.375000', '132310.835000', '132311.295000', '132311.755000', '132312.215000', '132312.675000', '132313.135000', '132313.595000', '132314.055000', '132314.515000', '132314.975000', '132315.435000', '132315.895000', '132316.355000', '132316.815000', '132317.275000', '132317.735000', '132318.195000', '132318.655000', '132319.115000', '132319.575000', '132320.035000', '132320.495000', '132320.955000', '132321.415000', '132321.875000', '132322.335000', '132322.795000', '132323.255000', '132323.715000', '132324.175000', '132324.635000', '132325.095000', '132325.555000', '132326.015000', '132326.475000', '132326.935000', '132327.395000', '132327.855000', '132328.315000', '132328.775000', '132329.235000', '132329.695000', '132330.155000', '132330.615000', '132331.075000', '132331.535000', '132331.995000', '132332.455000', '132332.915000', '132333.375000', '132333.835000', '132334.295000', '132334.755000', '132335.215000', '132335.675000', '132336.135000', '132336.595000', '132337.055000', '132337.515000', '132337.975000', '132338.435000', '132338.895000', '132339.355000', '132339.815000', '132340.275000', '132340.735000', '132341.195000', '132341.655000', '132342.115000', '132342.575000', '132343.035000', '132343.495000', '132343.955000', '132344.415000', '132344.875000', '132345.335000', '132345.795000', '132346.255000', '132346.715000', '132347.175000', '132347.635000', '132348.095000', '132348.555000', '132349.015000', '132349.475000', '132349.935000', '132350.395000', '132350.855000', '132351.315000', '132351.775000', '132352.235000', '132352.695000', '132353.155000', '132353.615000', '132354.075000', '132354.535000', '132354.995000', '132355.455000', '132355.915000', '132356.375000', '132356.835000', '132357.295000', '132357.755000', '132358.215000', '132358.675000', '132359.135000', '132359.595000', '132400.055000', '132400.515000', '132400.975000', '132401.435000', '132401.895000', '132402.355000', '132402.815000', '132403.275000', '132403.735000', '132404.195000', '132404.655000', '132405.115000', '132405.575000', '132406.035000', '132406.495000', '132406.955000', '132407.415000', '132407.875000', '132408.335000', '132408.795000', '132409.255000', '132409.715000', '132410.175000', '132410.635000', '132411.095000', '132411.555000', '132412.015000', '132412.475000', '132412.935000', '132413.395000', '132413.855000', '132414.315000', '132414.775000', '132415.235000', '132415.695000', '132416.155000', '132416.615000', '132417.075000', '132417.535000', '132417.995000', '132418.455000', '132418.915000', '132419.375000', '132419.835000', '132420.295000', '132420.755000', '132421.215000', '132421.675000', '132422.135000', '132422.595000', '132423.055000', '132423.515000', '132423.975000', '132424.435000', '132424.895000', '132425.355000', '132425.815000', '132426.275000', '132426.735000', '132427.195000', '132427.655000', '132428.115000', '132428.575000', '132429.035000', '132429.495000', '132429.955000', '132430.415000', '132430.875000', '132431.335000', '132431.795000', '132432.255000', '132432.715000', '132433.175000', '132433.635000', '132434.095000', '132434.555000', '132435.015000', '132435.475000', '132435.935000', '132436.395000', '132436.855000', '132437.315000', '132437.775000', '132438.235000', '132438.695000', '132439.155000', '132439.615000', '132440.075000', '132440.535000', '132440.995000', '132441.455000', '132441.915000', '132442.375000', '132442.835000', '132443.295000', '132443.755000', '132444.215000', '132444.675000', '132445.135000', '132445.595000', '132446.055000', '132446.515000', '132446.975000', '132447.435000', '132447.895000', '132448.355000', '132448.815000', '132449.275000', '132449.735000', '132450.195000', '132450.655000', '132451.115000', '132451.575000', '132452.035000', '132452.495000', '132452.955000', '132453.415000', '132453.875000', '132454.335000', '132454.795000', '132455.255000', '132455.715000', '132456.175000', '132456.635000', '132457.095000', '132457.555000', '132458.015000', '132458.475000', '132458.935000', '132459.395000', '132459.855000', '132500.315000', '132500.775000', '132501.235000', '132501.695000', '132502.155000', '132502.615000', '132503.075000', '132503.535000', '132503.995000', '132504.455000', '132504.915000', '132505.375000', '132505.835000', '132506.295000', '132506.755000', '132507.215000', '132507.675000', '132508.135000', '132508.595000', '132509.055000', '132509.515000', '132509.975000', '132510.435000', '132510.895000', '132511.355000', '132511.815000', '132512.275000', '132512.735000', '132513.195000', '132513.655000', '132514.115000', '132514.575000', '132515.035000', '132515.495000', '132515.955000', '132516.415000', '132516.875000', '132517.335000', '132517.795000', '132518.255000', '132518.715000', '132519.175000', '132519.635000', '132520.095000', '132520.555000', '132521.015000', '132521.475000', '132521.935000', '132522.395000', '132522.855000', '132523.315000', '132523.775000', '132524.235000', '132524.695000', '132525.155000', '132525.615000', '132526.075000', '132526.535000', '132526.995000', '132527.455000', '132527.915000', '132528.375000', '132528.835000', '132529.295000', '132529.755000', '132530.215000', '132530.675000', '132531.135000', '132531.595000', '132532.055000', '132532.515000', '132532.975000', '132533.435000', '132533.895000', '132534.355000', '132534.815000', '132535.275000', '132535.735000', '132536.195000', '132536.655000', '132537.115000', '132537.575000', '132538.035000', '132538.495000', '132538.955000', '132539.415000', '132539.875000', '132540.335000', '132540.795000', '132541.255000', '132541.715000', '132542.175000', '132542.635000', '132543.095000', '132543.555000', '132544.015000', '132544.475000', '132544.935000', '132545.395000', '132545.855000', '132546.315000', '132546.775000', '132547.235000', '132547.695000', '132548.155000', '132548.615000', '132549.075000', '132549.535000', '132549.995000', '132550.455000', '132550.915000', '132551.375000', '132551.835000', '132552.295000', '132552.755000', '132553.215000', '132553.675000', '132554.135000', '132554.595000', '132555.055000', '132555.515000', '132555.975000', '132556.435000', '132556.895000', '132557.355000', '132557.815000', '132558.275000', '132558.735000', '132559.195000', '132559.655000', '132600.115000', '132600.575000', '132601.035000', '132601.495000', '132601.955000', '132602.415000', '132602.875000', '132603.335000', '132603.795000', '132604.255000', '132604.715000', '132605.175000', '132605.635000', '132606.095000', '132606.555000', '132607.015000', '132607.475000', '132607.935000', '132608.395000', '132608.855000', '132609.315000', '132609.775000', '132610.235000', '132610.695000', '132611.155000', '132611.615000', '132612.075000', '132612.535000', '132612.995000', '132613.455000', '132613.915000', '132614.375000', '132614.835000', '132615.295000', '132615.755000', '132616.215000', '132616.675000', '132617.135000', '132617.595000', '132618.055000', '132618.515000', '132618.975000', '132619.435000', '132619.895000', '132620.355000', '132620.815000', '132621.275000', '132621.735000', '132622.195000', '132622.655000', '132623.115000', '132623.575000', '132624.035000', '132624.495000', '132624.955000', '132625.415000', '132625.875000', '132626.335000', '132626.795000', '132627.255000', '132627.715000', '132628.175000', '132628.635000', '132629.095000', '132629.555000', '132630.015000', '132630.475000', '132630.935000', '132631.395000', '132631.855000', '132632.315000', '132632.775000', '132633.235000', '132633.695000', '132634.155000', '132634.615000', '132635.075000', '132635.535000', '132635.995000', '132636.455000', '132636.915000', '132637.375000', '132637.835000', '132638.295000', '132638.755000', '132639.215000', '132639.675000', '132640.135000', '132640.595000', '132641.055000', '132641.515000', '132641.975000', '132642.435000', '132642.895000', '132643.355000', '132643.815000', '132644.275000', '132644.735000', '132645.195000', '132645.655000', '132646.115000', '132646.575000', '132647.035000', '132647.495000', '132647.955000', '132648.415000', '132648.875000', '132649.335000', '132649.795000', '132650.255000', '132650.715000', '132651.175000', '132651.635000', '132652.095000', '132652.555000', '132653.015000', '132653.475000', '132653.935000', '132654.395000', '132654.855000', '132655.315000', '132655.775000', '132656.235000', '132656.695000', '132657.155000', '132657.615000', '132658.075000', '132658.535000', '132658.995000', '132659.455000', '132659.915000', '132700.375000', '132700.835000', '132701.295000', '132701.755000', '132702.215000', '132702.675000', '132703.135000', '132703.595000', '132704.055000', '132704.515000', '132704.975000', '132705.435000', '132705.895000', '132706.355000', '132706.815000', '132707.275000', '132707.735000', '132708.195000', '132708.655000', '132709.115000', '132709.575000', '132710.035000', '132710.495000', '132710.955000', '132711.415000', '132711.875000', '132712.335000', '132712.795000', '132713.255000', '132713.715000', '132714.175000', '132714.635000', '132715.095000', '132715.555000', '132716.015000', '132716.475000', '132716.935000', '132717.395000', '132717.855000', '132718.315000', '132718.775000', '132719.235000', '132719.695000', '132720.155000', '132720.615000', '132721.075000', '132721.535000', '132721.995000', '132722.455000', '132722.915000', '132723.375000', '132723.835000', '132724.295000', '132724.755000', '132725.215000', '132725.675000', '132726.135000', '132726.595000', '132727.055000', '132727.515000', '132727.975000', '132728.435000', '132728.895000', '132729.355000', '132729.815000', '132730.275000', '132730.735000', '132731.195000', '132731.655000', '132732.115000', '132732.575000', '132733.035000', '132733.495000', '132733.955000', '132734.415000', '132734.875000', '132735.335000', '132735.795000', '132736.255000', '132736.715000', '132737.175000', '132737.635000', '132738.095000', '132738.555000', '132739.015000', '132739.475000', '132739.935000', '132740.395000', '132740.855000', '132741.315000', '132741.775000', '132742.235000', '132742.695000', '132743.155000', '132743.615000', '132744.075000', '132744.535000', '132744.995000', '132745.455000', '132745.915000', '132746.375000', '132746.835000', '132747.295000', '132747.755000', '132748.215000', '132748.675000', '132749.135000', '132749.595000', '132750.055000', '132750.515000', '132750.975000', '132751.435000', '132751.895000', '132752.355000', '132752.815000', '132753.275000', '132753.735000', '132754.195000', '132754.655000', '132755.115000', '132755.575000', '132756.035000', '132756.495000', '132756.955000', '132757.415000', '132757.875000', '132758.335000', '132758.795000', '132759.255000', '132759.715000', '132800.175000', '132800.635000', '132801.095000', '132801.555000', '132802.015000', '132802.475000', '132802.935000', '132803.395000', '132803.855000', '132804.315000', '132804.775000', '132805.235000', '132805.695000', '132806.155000', '132806.615000', '132807.075000', '132807.535000', '132807.995000', '132808.455000', '132808.915000', '132809.375000', '132809.835000', '132810.295000', '132810.755000', '132811.215000', '132811.675000', '132812.135000', '132812.595000', '132813.055000', '132813.515000', '132813.975000', '132814.435000', '132814.895000', '132815.355000', '132815.815000', '132816.275000', '132816.735000', '132817.195000', '132817.655000', '132818.115000', '132818.575000', '132819.035000', '132819.495000', '132819.955000', '132820.415000', '132820.875000', '132821.335000', '132821.795000', '132822.255000', '132822.715000', '132823.175000', '132823.635000', '132824.095000', '132824.555000', '132825.015000', '132825.475000', '132825.935000', '132826.395000', '132826.855000', '132827.315000', '132827.775000', '132828.235000', '132828.695000', '132829.155000', '132829.615000', '132830.075000', '132830.535000', '132830.995000', '132831.455000', '132831.915000', '132832.375000', '132832.835000', '132833.295000', '132833.755000', '132834.215000', '132834.675000', '132835.135000', '132835.595000', '132836.055000', '132836.515000', '132836.975000', '132837.435000', '132837.895000', '132838.355000', '132838.815000', '132839.275000', '132839.735000', '132840.195000', '132840.655000', '132841.115000', '132841.575000', '132842.035000', '132842.495000', '132842.955000', '132843.415000', '132843.875000', '132844.335000', '132844.795000', '132845.255000', '132845.715000', '132846.175000', '132846.635000', '132847.095000', '132847.555000', '132848.015000', '132848.475000', '132848.935000', '132849.395000', '132849.855000', '132850.315000', '132850.775000', '132851.235000', '132851.695000', '132852.155000', '132852.615000', '132853.075000', '132853.535000', '132853.995000', '132854.455000', '132854.915000', '132855.375000', '132855.835000', '132856.295000', '132856.755000', '132857.215000', '132857.675000', '132858.135000', '132858.595000', '132859.055000', '132859.515000', '132859.975000', '132900.435000', '132900.895000', '132901.355000', '132901.815000', '132902.275000', '132902.735000', '132903.195000', '132903.655000', '132904.115000', '132904.575000', '132905.035000', '132905.495000', '132905.955000', '132906.415000', '132906.875000', '132907.335000', '132907.795000', '132908.255000', '132908.715000', '132909.175000', '132909.635000', '132910.095000', '132910.555000', '132911.015000', '132911.475000', '132911.935000', '132912.395000', '132912.855000', '132913.315000', '132913.775000', '132914.235000', '132914.695000', '132915.155000', '132915.615000', '132916.075000', '132916.535000', '132916.995000', '132917.455000', '132917.915000', '132918.375000', '132918.835000', '132919.295000', '132919.755000', '132920.215000', '132920.675000', '132921.135000', '132921.595000', '132922.055000', '132922.515000', '132922.975000', '132923.435000', '132923.895000', '132924.355000', '132924.815000', '132925.275000', '132925.735000', '132926.195000', '132926.655000', '132927.115000', '132927.575000', '132928.035000', '132928.495000', '132928.955000', '132929.415000', '132929.875000', '132930.335000', '132930.795000', '132931.255000', '132931.715000', '132932.175000', '132932.635000', '132933.095000', '132933.555000', '132934.015000', '132934.475000', '132934.935000', '132935.395000', '132935.855000', '132936.315000', '132936.775000', '132937.235000', '132937.695000', '132938.155000', '132938.615000', '132939.075000', '132939.535000', '132939.995000', '132940.455000', '132940.915000', '132941.375000', '132941.835000', '132942.295000', '132942.755000', '132943.215000', '132943.675000', '132944.135000', '132944.595000', '132945.055000', '132945.515000', '132945.975000', '132946.435000', '132946.895000', '132947.355000', '132947.815000', '132948.275000', '132948.735000', '132949.195000', '132949.655000', '132950.115000', '132950.575000', '132951.035000', '132951.495000', '132951.955000', '132952.415000', '132952.875000', '132953.335000', '132953.795000', '132954.255000', '132954.715000', '132955.175000', '132955.635000', '132956.095000', '132956.555000', '132957.015000', '132957.475000', '132957.935000', '132958.395000', '132958.855000', '132959.315000', '132959.775000', '133000.235000', '133000.695000', '133001.155000', '133001.615000', '133002.075000', '133002.535000', '133002.995000', '133003.455000', '133003.915000', '133004.375000', '133004.835000', '133005.295000', '133005.755000', '133006.215000', '133006.675000', '133007.135000', '133007.595000', '133008.055000', '133008.515000', '133008.975000', '133009.435000', '133009.895000', '133010.355000', '133010.815000', '133011.275000', '133011.735000', '133012.195000', '133012.655000', '133013.115000', '133013.575000', '133014.035000', '133014.495000', '133014.955000', '133015.415000', '133015.875000', '133016.335000', '133016.795000', '133017.255000', '133017.715000', '133018.175000', '133018.635000', '133019.095000', '133019.555000', '133020.015000', '133020.475000', '133020.935000', '133021.395000', '133021.855000', '133022.315000', '133022.775000', '133023.235000', '133023.695000', '133024.155000', '133024.615000', '133025.075000', '133025.535000', '133025.995000', '133026.455000', '133026.915000', '133027.375000', '133027.835000', '133028.295000', '133028.755000', '133029.215000', '133029.675000', '133030.135000', '133030.595000', '133031.055000', '133031.515000', '133031.975000', '133032.435000', '133032.895000', '133033.355000', '133033.815000', '133034.275000', '133034.735000', '133035.195000', '133035.655000', '133036.115000', '133036.575000', '133037.035000', '133037.495000', '133037.955000', '133038.415000', '133038.875000', '133039.335000', '133039.795000', '133040.255000', '133040.715000', '133041.175000', '133041.635000', '133042.095000', '133042.555000', '133043.015000', '133043.475000', '133043.935000', '133044.395000', '133044.855000', '133045.315000', '133045.775000', '133046.235000', '133046.695000', '133047.155000', '133047.615000', '133048.075000', '133048.535000', '133048.995000', '133049.455000', '133049.915000', '133050.375000', '133050.835000', '133051.295000', '133051.755000', '133052.215000', '133052.675000', '133053.135000', '133053.595000', '133054.055000', '133054.515000', '133054.975000', '133055.435000', '133055.895000', '133056.355000', '133056.815000', '133057.275000', '133057.735000', '133058.195000', '133058.655000', '133059.115000', '133059.575000', '133100.035000', '133100.495000', '133100.955000', '133101.415000', '133101.875000', '133102.335000', '133102.795000', '133103.255000', '133103.715000', '133104.175000', '133104.635000', '133105.095000', '133105.555000', '133106.015000', '133106.475000', '133106.935000', '133107.395000', '133107.855000', '133108.315000', '133108.775000', '133109.235000', '133109.695000', '133110.155000', '133110.615000', '133111.075000', '133111.535000', '133111.995000', '133112.455000', '133112.915000', '133113.375000', '133113.835000', '133114.295000', '133114.755000', '133115.215000', '133115.675000', '133116.135000', '133116.595000', '133117.055000', '133117.515000', '133117.975000', '133118.435000', '133118.895000', '133119.355000', '133119.815000', '133120.275000', '133120.735000', '133121.195000', '133121.655000', '133122.115000', '133122.575000', '133123.035000', '133123.495000', '133123.955000', '133124.415000', '133124.875000', '133125.335000', '133125.795000', '133126.255000', '133126.715000', '133127.175000', '133127.635000', '133128.095000', '133128.555000', '133129.015000', '133129.475000', '133129.935000', '133130.395000', '133130.855000', '133131.315000', '133131.775000', '133132.235000', '133132.695000', '133133.155000', '133133.615000', '133134.075000', '133134.535000', '133134.995000', '133135.455000', '133135.915000', '133136.375000', '133136.835000', '133137.295000', '133137.755000', '133138.215000', '133138.675000', '133139.135000', '133139.595000', '133140.055000', '133140.515000', '133140.975000', '133141.435000', '133141.895000', '133142.355000', '133142.815000', '133143.275000', '133143.735000', '133144.195000', '133144.655000', '133145.115000', '133145.575000', '133146.035000', '133146.495000', '133146.955000', '133147.415000', '133147.875000', '133148.335000', '133148.795000', '133149.255000', '133149.715000', '133150.175000', '133150.635000', '133151.095000', '133151.555000', '133152.015000', '133152.475000', '133152.935000', '133153.395000', '133153.855000', '133154.315000', '133154.775000', '133155.235000', '133155.695000', '133156.155000', '133156.615000', '133157.075000', '133157.535000', '133157.995000', '133158.455000', '133158.915000', '133159.375000', '133159.835000', '133200.295000', '133200.755000', '133201.215000', '133201.675000', '133202.135000', '133202.595000', '133203.055000', '133203.515000', '133203.975000', '133204.435000', '133204.895000', '133205.355000', '133205.815000', '133206.275000', '133206.735000', '133207.195000', '133207.655000', '133208.115000', '133208.575000', '133209.035000', '133209.495000', '133209.955000', '133210.415000', '133210.875000', '133211.335000', '133211.795000', '133212.255000', '133212.715000', '133213.175000', '133213.635000', '133214.095000', '133214.555000', '133215.015000', '133215.475000', '133215.935000', '133216.395000', '133216.855000', '133217.315000', '133217.775000', '133218.235000', '133218.695000', '133219.155000', '133219.615000', '133220.075000', '133220.535000', '133220.995000', '133221.455000', '133221.915000', '133222.375000', '133222.835000', '133223.295000', '133223.755000', '133224.215000', '133224.675000', '133225.135000', '133225.595000', '133226.055000', '133226.515000', '133226.975000', '133227.435000', '133227.895000', '133228.355000', '133228.815000', '133229.275000', '133229.735000', '133230.195000', '133230.655000', '133231.115000', '133231.575000', '133232.035000', '133232.495000', '133232.955000', '133233.415000', '133233.875000', '133234.335000', '133234.795000', '133235.255000', '133235.715000', '133236.175000', '133236.635000', '133237.095000', '133237.555000', '133238.015000', '133238.475000', '133238.935000', '133239.395000', '133239.855000', '133240.315000', '133240.775000', '133241.235000', '133241.695000', '133242.155000', '133242.615000', '133243.075000', '133243.535000', '133243.995000', '133244.455000', '133244.915000', '133245.375000', '133245.835000', '133246.295000', '133246.755000', '133247.215000', '133247.675000', '133248.135000', '133248.595000', '133249.055000', '133249.515000', '133249.975000', '133250.435000', '133250.895000', '133251.355000', '133251.815000', '133252.275000', '133252.735000', '133253.195000', '133253.655000', '133254.115000', '133254.575000', '133255.035000', '133255.495000', '133255.955000', '133256.415000', '133256.875000', '133257.335000', '133257.795000', '133258.255000', '133258.715000', '133259.175000', '133259.635000', '133300.095000', '133300.555000', '133301.015000', '133301.475000', '133301.935000', '133302.395000', '133302.855000', '133303.315000', '133303.775000', '133304.235000', '133304.695000', '133305.155000', '133305.615000', '133306.075000', '133306.535000', '133306.995000', '133307.455000', '133307.915000', '133308.375000', '133308.835000', '133309.295000', '133309.755000', '133310.215000', '133310.675000', '133311.135000', '133311.595000', '133312.055000', '133312.515000', '133312.975000', '133313.435000', '133313.895000', '133314.355000', '133314.815000', '133315.275000', '133315.735000', '133316.195000', '133316.655000', '133317.115000', '133317.575000', '133318.035000', '133318.495000', '133318.955000'], 'ContentTime': ['132125.420000', '132125.424000', '132125.427000', '132125.430000', '132125.433000', '132125.436000', '132125.439000', '132125.441000', '132125.448000', '132125.451000', '132125.454000', '132125.457000', '132125.460000', '132125.463000', '132125.465000', '132125.468000', '132125.471000', '132125.474000', '132125.477000', '132125.480000', '132125.482000', '132125.485000', '132125.488000', '132125.491000', '132125.494000', '132125.497000', '132125.499000', '132125.502000', '132125.505000', '132125.508000', '132125.511000', '132125.514000', '132125.517000', '132125.519000', '132125.522000', '132125.525000', '132125.528000', '132125.531000', '132125.534000', '132125.536000', '132125.539000', '132125.542000', '132125.545000', '132125.548000', '132125.551000', '132125.554000', '132125.556000', '132125.559000', '132125.562000', '132125.565000', '132125.568000', '132125.570000', '132125.573000', '132125.576000', '132125.579000', '132125.587000', '132125.590000', '132125.593000', '132125.596000', '132125.598000', '132125.601000', '132145.382000', '132145.385000', '132145.388000', '132145.391000', '132145.394000', '132145.396000', '132145.399000', '132145.402000', '132145.407000', '132145.410000', '132145.412000', '132145.415000', '132145.418000', '132145.421000', '132145.424000', '132145.426000', '132145.429000', '132145.432000', '132145.435000', '132145.438000', '132145.440000', '132145.443000', '132145.446000', '132145.461000', '132145.464000', '132145.474000', '132145.477000', '132145.480000', '132145.482000', '132145.485000', '132145.488000', '132145.491000', '132145.494000', '132145.497000', '132145.500000', '132145.502000', '132145.505000', '132145.508000', '132145.511000', '132145.514000', '132145.517000', '132145.520000', '132145.522000', '132145.525000', '132205.382000', '132205.385000', '132205.388000', '132205.391000', '132205.393000', '132205.398000', '132205.409000', '132205.412000', '132205.414000', '132205.417000', '132205.420000', '132205.423000', '132205.426000', '132205.429000', '132205.431000', '132205.434000', '132205.437000', '132205.440000', '132205.443000', '132205.446000', '132205.448000', '132205.452000', '132205.454000', '132205.457000', '132205.460000', '132205.463000', '132205.466000', '132205.469000', '132205.471000', '132205.474000', '132205.477000', '132205.480000', '132205.483000', '132205.486000', '132205.489000', '132205.491000', '132205.494000', '132205.497000', '132205.500000', '132205.503000', '132205.506000', '132205.509000', '132205.511000', '132225.381000', '132225.384000', '132225.387000', '132225.389000', '132225.392000', '132225.395000', '132225.398000', '132225.401000', '132225.404000', '132225.407000', '132225.410000', '132225.412000', '132225.415000', '132225.418000', '132225.421000', '132225.424000', '132225.427000', '132225.429000', '132225.432000', '132225.435000', '132225.438000', '132225.441000', '132225.444000', '132225.446000', '132225.449000', '132225.452000', '132225.455000', '132225.458000', '132225.461000', '132225.463000', '132225.466000', '132225.469000', '132225.472000', '132225.475000', '132225.478000', '132225.480000', '132225.484000', '132225.486000', '132225.489000', '132225.492000', '132225.495000', '132225.498000', '132225.501000', '132225.503000', '132245.381000', '132245.384000', '132245.387000', '132245.390000', '132245.393000', '132245.396000', '132245.399000', '132245.401000', '132245.404000', '132245.407000', '132245.410000', '132245.413000', '132245.416000', '132245.419000', '132245.422000', '132245.425000', '132245.428000', '132245.431000', '132245.433000', '132245.436000', '132245.439000', '132245.442000', '132245.445000', '132245.448000', '132245.451000', '132245.453000', '132245.456000', '132245.459000', '132245.462000', '132245.465000', '132245.468000', '132245.470000', '132245.473000', '132245.476000', '132245.479000', '132245.482000', '132245.485000', '132245.487000', '132245.490000', '132245.493000', '132245.496000', '132245.499000', '132245.502000', '132305.381000', '132305.384000', '132305.387000', '132305.390000', '132305.392000', '132305.395000', '132305.398000', '132305.401000', '132305.404000', '132305.407000', '132305.409000', '132305.412000', '132305.415000', '132305.418000', '132305.421000', '132305.424000', '132305.427000', '132305.430000', '132305.433000', '132305.436000', '132305.438000', '132305.441000', '132305.444000', '132305.447000', '132305.450000', '132305.453000', '132305.455000', '132305.458000', '132305.461000', '132305.464000', '132305.467000', '132305.470000', '132305.472000', '132305.475000', '132305.478000', '132305.481000', '132305.484000', '132305.487000', '132305.490000', '132305.493000', '132305.495000', '132305.498000', '132305.501000', '132305.504000', '132325.381000', '132325.384000', '132325.387000', '132325.390000', '132325.393000', '132325.396000', '132325.399000', '132325.401000', '132325.404000', '132325.407000', '132325.410000', '132325.413000', '132325.415000', '132325.418000', '132325.421000', '132325.424000', '132325.427000', '132325.430000', '132325.446000', '132325.450000', '132325.454000', '132325.456000', '132325.459000', '132325.462000', '132325.465000', '132325.468000', '132325.471000', '132325.474000', '132325.477000', '132325.479000', '132325.482000', '132325.485000', '132325.488000', '132325.491000', '132325.494000', '132325.497000', '132325.499000', '132325.502000', '132325.505000', '132325.508000', '132325.511000', '132325.514000', '132325.516000', '132345.381000', '132345.384000', '132345.387000', '132345.390000', '132345.393000', '132345.395000', '132345.398000', '132345.401000', '132345.404000', '132345.407000', '132345.410000', '132345.413000', '132345.415000', '132345.418000', '132345.421000', '132345.424000', '132345.427000', '132345.430000', '132345.433000', '132345.435000', '132345.438000', '132345.441000', '132345.444000', '132345.447000', '132345.450000', '132345.452000', '132345.455000', '132345.458000', '132345.461000', '132345.464000', '132345.467000', '132345.470000', '132345.472000', '132345.475000', '132345.478000', '132345.481000', '132345.484000', '132345.487000', '132345.490000', '132345.493000', '132345.495000', '132345.498000', '132345.501000', '132345.504000', '132405.382000', '132405.385000', '132405.388000', '132405.391000', '132405.394000', '132405.397000', '132405.399000', '132405.402000', '132405.405000', '132405.409000', '132405.412000', '132405.415000', '132405.418000', '132405.420000', '132405.423000', '132405.426000', '132405.429000', '132405.432000', '132405.435000', '132405.438000', '132405.441000', '132405.443000', '132405.446000', '132405.449000', '132405.452000', '132405.455000', '132405.458000', '132405.460000', '132405.463000', '132405.466000', '132405.469000', '132405.473000', '132405.477000', '132405.480000', '132405.483000', '132405.486000', '132405.489000', '132405.492000', '132405.495000', '132405.498000', '132405.501000', '132405.503000', '132405.506000', '132425.382000', '132425.385000', '132425.388000', '132425.391000', '132425.394000', '132425.397000', '132425.399000', '132425.402000', '132425.405000', '132425.408000', '132425.411000', '132425.414000', '132425.416000', '132425.419000', '132425.422000', '132425.425000', '132425.428000', '132425.431000', '132425.434000', '132425.437000', '132425.439000', '132425.442000', '132425.445000', '132425.448000', '132425.451000', '132425.454000', '132425.456000', '132425.459000', '132425.462000', '132425.465000', '132425.468000', '132425.471000', '132425.473000', '132425.476000', '132425.479000', '132425.482000', '132425.485000', '132425.488000', '132425.491000', '132425.493000', '132425.496000', '132425.499000', '132425.502000', '132425.505000', '132445.381000', '132445.384000', '132445.387000', '132445.390000', '132445.393000', '132445.396000', '132445.398000', '132445.401000', '132445.404000', '132445.407000', '132445.410000', '132445.413000', '132445.417000', '132445.420000', '132445.423000', '132445.426000', '132445.429000', '132445.432000', '132445.434000', '132445.437000', '132445.440000', '132445.443000', '132445.446000', '132445.449000', '132445.452000', '132445.454000', '132445.457000', '132445.460000', '132445.463000', '132445.466000', '132445.469000', '132445.472000', '132445.475000', '132445.478000', '132445.481000', '132445.484000', '132445.486000', '132445.489000', '132445.492000', '132445.495000', '132445.498000', '132445.501000', '132445.504000', '132505.381000', '132505.384000', '132505.387000', '132505.390000', '132505.393000', '132505.396000', '132505.398000', '132505.401000', '132505.404000', '132505.407000', '132505.410000', '132505.413000', '132505.416000', '132505.418000', '132505.421000', '132505.424000', '132505.427000', '132505.430000', '132505.433000', '132505.436000', '132505.439000', '132505.441000', '132505.444000', '132505.447000', '132505.450000', '132505.453000', '132505.455000', '132505.458000', '132505.461000', '132505.464000', '132505.467000', '132505.470000', '132505.473000', '132505.476000', '132505.478000', '132505.481000', '132505.484000', '132505.487000', '132505.490000', '132505.493000', '132505.496000', '132505.498000', '132505.501000', '132505.504000', '132525.381000', '132525.384000', '132525.387000', '132525.390000', '132525.393000', '132525.396000', '132525.399000', '132525.401000', '132525.404000', '132525.407000', '132525.410000', '132525.413000', '132525.416000', '132525.419000', '132525.422000', '132525.424000', '132525.427000', '132525.430000', '132525.433000', '132525.436000', '132525.439000', '132525.441000', '132525.444000', '132525.447000', '132525.450000', '132525.453000', '132525.456000', '132525.459000', '132525.462000', '132525.464000', '132525.467000', '132525.470000', '132525.473000', '132525.476000', '132525.479000', '132525.482000', '132525.485000', '132525.487000', '132525.490000', '132525.493000', '132525.496000', '132525.499000', '132525.502000', '132545.381000', '132545.384000', '132545.387000', '132545.390000', '132545.393000', '132545.395000', '132545.398000', '132545.401000', '132545.404000', '132545.407000', '132545.410000', '132545.413000', '132545.416000', '132545.419000', '132545.421000', '132545.424000', '132545.427000', '132545.430000', '132545.433000', '132545.436000', '132545.439000', '132545.441000', '132545.444000', '132545.447000', '132545.450000', '132545.453000', '132545.456000', '132545.459000', '132545.462000', '132545.464000', '132545.467000', '132545.470000', '132545.473000', '132545.476000', '132545.479000', '132545.482000', '132545.484000', '132545.487000', '132545.490000', '132545.493000', '132545.496000', '132545.499000', '132545.502000', '132545.505000', '132605.381000', '132605.384000', '132605.387000', '132605.390000', '132605.393000', '132605.396000', '132605.398000', '132605.401000', '132605.404000', '132605.407000', '132605.410000', '132605.413000', '132605.416000', '132605.419000', '132605.421000', '132605.424000', '132605.427000', '132605.430000', '132605.433000', '132605.436000', '132605.438000', '132605.441000', '132605.444000', '132605.447000', '132605.450000', '132605.454000', '132605.457000', '132605.460000', '132605.463000', '132605.466000', '132605.469000', '132605.472000', '132605.474000', '132605.477000', '132605.480000', '132605.483000', '132605.486000', '132605.489000', '132605.492000', '132605.494000', '132605.497000', '132605.500000', '132605.503000', '132625.382000', '132625.385000', '132625.388000', '132625.391000', '132625.394000', '132625.396000', '132625.399000', '132625.402000', '132625.405000', '132625.408000', '132625.411000', '132625.414000', '132625.417000', '132625.420000', '132625.423000', '132625.426000', '132625.428000', '132625.431000', '132625.434000', '132625.437000', '132625.440000', '132625.443000', '132625.446000', '132625.449000', '132625.451000', '132625.462000', '132625.465000', '132625.468000', '132625.470000', '132625.473000', '132625.476000', '132625.479000', '132625.482000', '132625.485000', '132625.487000', '132625.490000', '132625.493000', '132625.496000', '132625.499000', '132625.502000', '132625.505000', '132625.507000', '132625.510000', '132625.513000', '132645.382000', '132645.385000', '132645.388000', '132645.391000', '132645.394000', '132645.397000', '132645.399000', '132645.402000', '132645.405000', '132645.408000', '132645.411000', '132645.414000', '132645.417000', '132645.420000', '132645.423000', '132645.427000', '132645.430000', '132645.433000', '132645.436000', '132645.439000', '132645.442000', '132645.445000', '132645.447000', '132645.450000', '132645.459000', '132645.462000', '132645.465000', '132645.468000', '132645.471000', '132645.474000', '132645.476000', '132645.479000', '132645.482000', '132645.485000', '132645.488000', '132645.491000', '132645.494000', '132645.496000', '132645.499000', '132645.502000', '132645.505000', '132645.508000', '132645.511000', '132705.381000', '132705.384000', '132705.387000', '132705.390000', '132705.393000', '132705.396000', '132705.399000', '132705.401000', '132705.404000', '132705.407000', '132705.410000', '132705.413000', '132705.416000', '132705.419000', '132705.421000', '132705.424000', '132705.427000', '132705.430000', '132705.433000', '132705.436000', '132705.439000', '132705.441000', '132705.444000', '132705.447000', '132705.450000', '132705.453000', '132705.456000', '132705.459000', '132705.461000', '132705.464000', '132705.467000', '132705.470000', '132705.473000', '132705.476000', '132705.479000', '132705.481000', '132705.484000', '132705.487000', '132705.490000', '132705.493000', '132705.496000', '132705.499000', '132705.502000', '132705.504000', '132725.381000', '132725.384000', '132725.387000', '132725.390000', '132725.393000', '132725.396000', '132725.398000', '132725.402000', '132725.404000', '132725.407000', '132725.410000', '132725.413000', '132725.416000', '132725.419000', '132725.421000', '132725.424000', '132725.427000', '132725.430000', '132725.433000', '132725.436000', '132725.439000', '132725.442000', '132725.444000', '132725.447000', '132725.450000', '132725.453000', '132725.456000', '132725.459000', '132725.462000', '132725.465000', '132725.467000', '132725.470000', '132725.473000', '132725.476000', '132725.479000', '132725.482000', '132725.485000', '132725.487000', '132725.490000', '132725.494000', '132725.497000', '132725.500000', '132725.503000', '132745.381000', '132745.384000', '132745.387000', '132745.390000', '132745.393000', '132745.395000', '132745.398000', '132745.401000', '132745.404000', '132745.407000', '132745.410000', '132745.412000', '132745.415000', '132745.418000', '132745.421000', '132745.424000', '132745.426000', '132745.429000', '132745.432000', '132745.435000', '132745.438000', '132745.441000', '132745.444000', '132745.447000', '132745.450000', '132745.459000', '132745.462000', '132745.465000', '132745.468000', '132745.471000', '132745.474000', '132745.476000', '132745.479000', '132745.482000', '132745.485000', '132745.501000', '132745.504000', '132745.507000', '132745.510000', '132745.513000', '132745.516000', '132745.518000', '132745.521000', '132745.524000', '132805.381000', '132805.384000', '132805.387000', '132805.390000', '132805.393000', '132805.396000', '132805.399000', '132805.401000', '132805.404000', '132805.407000', '132805.410000', '132805.413000', '132805.416000', '132805.419000', '132805.422000', '132805.424000', '132805.427000', '132805.430000', '132805.433000', '132805.436000', '132805.439000', '132805.441000', '132805.444000', '132805.447000', '132805.450000', '132805.453000', '132805.456000', '132805.459000', '132805.461000', '132805.464000', '132805.467000', '132805.470000', '132805.473000', '132805.476000', '132805.479000', '132805.482000', '132805.484000', '132805.487000', '132805.490000', '132805.493000', '132805.496000', '132805.499000', '132805.502000', '132825.381000', '132825.384000', '132825.387000', '132825.390000', '132825.393000', '132825.396000', '132825.398000', '132825.401000', '132825.404000', '132825.407000', '132825.410000', '132825.413000', '132825.416000', '132825.418000', '132825.421000', '132825.424000', '132825.427000', '132825.430000', '132825.433000', '132825.436000', '132825.438000', '132825.441000', '132825.444000', '132825.447000', '132825.450000', '132825.453000', '132825.456000', '132825.459000', '132825.462000', '132825.464000', '132825.467000', '132825.470000', '132825.473000', '132825.476000', '132825.479000', '132825.482000', '132825.485000', '132825.487000', '132825.490000', '132825.493000', '132825.496000', '132825.499000', '132825.501000', '132825.504000', '132845.382000', '132845.385000', '132845.388000', '132845.391000', '132845.394000', '132845.397000', '132845.400000', '132845.403000', '132845.406000', '132845.409000', '132845.411000', '132845.414000', '132845.417000', '132845.420000', '132845.423000', '132845.426000', '132845.428000', '132845.431000', '132845.434000', '132845.437000', '132845.440000', '132845.443000', '132845.446000', '132845.448000', '132845.451000', '132845.454000', '132845.457000', '132845.460000', '132845.463000', '132845.466000', '132845.469000', '132845.471000', '132845.474000', '132845.477000', '132845.480000', '132845.483000', '132845.486000', '132845.489000', '132845.492000', '132845.494000', '132845.497000', '132845.500000', '132845.503000', '132905.381000', '132905.384000', '132905.387000', '132905.390000', '132905.393000', '132905.396000', '132905.399000', '132905.402000', '132905.404000', '132905.407000', '132905.410000', '132905.413000', '132905.416000', '132905.419000', '132905.422000', '132905.425000', '132905.427000', '132905.430000', '132905.433000', '132905.436000', '132905.439000', '132905.442000', '132905.445000', '132905.447000', '132905.450000', '132905.453000', '132905.456000', '132905.459000', '132905.462000', '132905.465000', '132905.468000', '132905.470000', '132905.487000', '132905.490000', '132905.498000', '132905.501000', '132905.503000', '132905.506000', '132905.509000', '132905.512000', '132905.515000', '132905.518000', '132905.521000', '132925.381000', '132925.384000', '132925.387000', '132925.390000', '132925.393000', '132925.396000', '132925.399000', '132925.401000', '132925.404000', '132925.407000', '132925.410000', '132925.413000', '132925.415000', '132925.419000', '132925.421000', '132925.424000', '132925.427000', '132925.430000', '132925.433000', '132925.436000', '132925.439000', '132925.441000', '132925.444000', '132925.447000', '132925.450000', '132925.453000', '132925.456000', '132925.459000', '132925.462000', '132925.465000', '132925.467000', '132925.470000', '132925.473000', '132925.476000', '132925.479000', '132925.482000', '132925.485000', '132925.487000', '132925.490000', '132925.493000', '132925.496000', '132925.499000', '132925.502000', '132925.505000', '132945.381000', '132945.384000', '132945.387000', '132945.390000', '132945.393000', '132945.396000', '132945.399000', '132945.402000', '132945.405000', '132945.408000', '132945.410000', '132945.413000', '132945.416000', '132945.419000', '132945.422000', '132945.425000', '132945.428000', '132945.431000', '132945.433000', '132945.436000', '132945.439000', '132945.442000', '132945.445000', '132945.448000', '132945.451000', '132945.453000', '132945.458000', '132945.462000', '132945.465000', '132945.468000', '132945.471000', '132945.474000', '132945.477000', '132945.480000', '132945.482000', '132945.485000', '132945.488000', '132945.491000', '132945.494000', '132945.497000', '132945.499000', '132945.502000', '132945.505000', '133005.381000', '133005.384000', '133005.387000', '133005.390000', '133005.393000', '133005.396000', '133005.398000', '133005.401000', '133005.404000', '133005.407000', '133005.410000', '133005.413000', '133005.416000', '133005.418000', '133005.421000', '133005.424000', '133005.427000', '133005.430000', '133005.433000', '133005.436000', '133005.439000', '133005.441000', '133005.444000', '133005.447000', '133005.450000', '133005.453000', '133005.456000', '133005.458000', '133005.461000', '133005.464000', '133005.467000', '133005.470000', '133005.473000', '133005.476000', '133005.479000', '133005.482000', '133005.484000', '133005.487000', '133005.490000', '133005.493000', '133005.496000', '133005.499000', '133005.502000', '133005.504000', '133025.381000', '133025.384000', '133025.387000', '133025.390000', '133025.393000', '133025.396000', '133025.399000', '133025.402000', '133025.407000', '133025.411000', '133025.414000', '133025.417000', '133025.420000', '133025.423000', '133025.426000', '133025.428000', '133025.431000', '133025.434000', '133025.437000', '133025.440000', '133025.443000', '133025.446000', '133025.448000', '133025.451000', '133025.454000', '133025.457000', '133025.460000', '133025.463000', '133025.477000', '133025.480000', '133025.483000', '133025.486000', '133025.489000', '133025.492000', '133025.495000', '133025.497000', '133025.500000', '133025.503000', '133025.506000', '133025.509000', '133025.512000', '133025.514000', '133025.517000', '133045.381000', '133045.384000', '133045.387000', '133045.390000', '133045.393000', '133045.396000', '133045.398000', '133045.402000', '133045.404000', '133045.407000', '133045.410000', '133045.413000', '133045.416000', '133045.419000', '133045.422000', '133045.425000', '133045.427000', '133045.430000', '133045.433000', '133045.436000', '133045.439000', '133045.442000', '133045.445000', '133045.448000', '133045.450000', '133045.453000', '133045.456000', '133045.459000', '133045.462000', '133045.465000', '133045.468000', '133045.471000', '133045.473000', '133045.476000', '133045.479000', '133045.490000', '133045.493000', '133045.496000', '133045.498000', '133045.501000', '133045.504000', '133045.507000', '133045.510000', '133045.513000', '133105.382000', '133105.385000', '133105.388000', '133105.391000', '133105.394000', '133105.397000', '133105.400000', '133105.403000', '133105.405000', '133105.408000', '133105.411000', '133105.414000', '133105.417000', '133105.420000', '133105.423000', '133105.426000', '133105.429000', '133105.432000', '133105.435000', '133105.438000', '133105.441000', '133105.444000', '133105.447000', '133105.450000', '133105.453000', '133105.456000', '133105.458000', '133105.461000', '133105.464000', '133105.467000', '133105.470000', '133105.473000', '133105.476000', '133105.478000', '133105.481000', '133105.484000', '133105.487000', '133105.490000', '133105.493000', '133105.496000', '133105.498000', '133105.501000', '133105.504000', '133125.381000', '133125.384000', '133125.387000', '133125.390000', '133125.393000', '133125.396000', '133125.399000', '133125.401000', '133125.404000', '133125.407000', '133125.410000', '133125.413000', '133125.416000', '133125.419000', '133125.422000', '133125.424000', '133125.427000', '133125.430000', '133125.433000', '133125.436000', '133125.439000', '133125.441000', '133125.444000', '133125.447000', '133125.450000', '133125.453000', '133125.456000', '133125.459000', '133125.462000', '133125.465000', '133125.468000', '133125.470000', '133125.473000', '133125.476000', '133125.479000', '133125.482000', '133125.485000', '133125.488000', '133125.491000', '133125.493000', '133125.496000', '133125.499000', '133125.502000', '133125.505000', '133145.381000', '133145.384000', '133145.387000', '133145.390000', '133145.393000', '133145.396000', '133145.398000', '133145.401000', '133145.404000', '133145.407000', '133145.410000', '133145.413000', '133145.416000', '133145.419000', '133145.422000', '133145.425000', '133145.428000', '133145.431000', '133145.433000', '133145.436000', '133145.439000', '133145.442000', '133145.445000', '133145.448000', '133145.451000', '133145.454000', '133145.457000', '133145.460000', '133145.462000', '133145.465000', '133145.468000', '133145.471000', '133145.474000', '133145.477000', '133145.479000', '133145.482000', '133145.485000', '133145.488000', '133145.491000', '133145.494000', '133145.497000', '133145.499000', '133145.502000', '133205.381000', '133205.384000', '133205.387000', '133205.390000', '133205.393000', '133205.396000', '133205.398000', '133205.401000', '133205.404000', '133205.407000', '133205.410000', '133205.413000', '133205.416000', '133205.419000', '133205.421000', '133205.424000', '133205.427000', '133205.430000', '133205.433000', '133205.436000', '133205.439000', '133205.442000', '133205.444000', '133205.447000', '133205.450000', '133205.453000', '133205.456000', '133205.459000', '133205.461000', '133205.464000', '133205.467000', '133205.470000', '133205.473000', '133205.476000', '133205.479000', '133205.481000', '133205.484000', '133205.487000', '133205.490000', '133205.493000', '133205.496000', '133205.499000', '133205.501000', '133205.504000', '133225.381000', '133225.384000', '133225.387000', '133225.390000', '133225.393000', '133225.396000', '133225.398000', '133225.401000', '133225.405000', '133225.409000', '133225.412000', '133225.415000', '133225.417000', '133225.420000', '133225.423000', '133225.426000', '133225.429000', '133225.432000', '133225.434000', '133225.437000', '133225.440000', '133225.443000', '133225.446000', '133225.449000', '133225.452000', '133225.455000', '133225.457000', '133225.461000', '133225.467000', '133225.470000', '133225.473000', '133225.476000', '133225.478000', '133225.481000', '133225.484000', '133225.487000', '133225.490000', '133225.493000', '133225.496000', '133225.499000', '133225.502000', '133225.505000', '133225.507000', '133245.381000', '133245.384000', '133245.387000', '133245.390000', '133245.393000', '133245.396000', '133245.398000', '133245.401000', '133245.404000', '133245.407000', '133245.410000', '133245.413000', '133245.416000', '133245.419000', '133245.422000', '133245.424000', '133245.427000', '133245.430000', '133245.433000', '133245.436000', '133245.439000', '133245.442000', '133245.445000', '133245.447000', '133245.450000', '133245.453000', '133245.456000', '133245.459000', '133245.462000', '133245.465000', '133245.467000', '133245.470000', '133245.473000', '133245.476000', '133245.479000', '133245.482000', '133245.485000', '133245.501000', '133245.503000', '133245.506000', '133245.509000', '133245.512000', '133245.515000', '133245.518000', '133305.381000', '133305.384000', '133305.391000', '133305.394000', '133305.397000', '133305.400000', '133305.403000', '133305.406000', '133305.409000', '133305.411000', '133305.414000', '133305.417000', '133305.420000', '133305.423000', '133305.426000', '133305.429000', '133305.431000', '133305.434000', '133305.437000', '133305.440000', '133305.443000', '133305.446000', '133305.449000', '133305.452000', '133305.454000', '133305.457000', '133305.460000', '133305.463000', '133305.466000', '133305.469000', '133305.472000', '133305.475000', '133305.477000', '133305.481000', '133305.485000', '133305.488000', '133305.491000', '133305.494000', '133305.497000', '133305.500000', '133305.503000', '133305.505000', '133305.508000', '133320.280000', '133320.284000', '133320.287000', '133320.290000', '133320.293000', '133320.296000', '133320.299000', '133320.302000', '133320.305000', '133320.308000', '133320.311000', '133320.314000', '133320.317000', '133320.320000', '133320.323000', '133320.326000', '133320.328000', '133320.332000', '133320.335000', '133320.338000', '133320.341000', '133320.344000', '133320.347000', '133320.350000', '133320.352000', '133320.355000', '133320.358000', '133320.361000', '133320.364000', '133320.367000', '133320.370000', '133320.372000', '133320.375000'], 'InstanceCreationTime': ['132125.420000', '132125.424000', '132125.427000', '132125.430000', '132125.433000', '132125.436000', '132125.439000', '132125.441000', '132125.448000', '132125.451000', '132125.454000', '132125.457000', '132125.460000', '132125.463000', '132125.465000', '132125.468000', '132125.471000', '132125.474000', '132125.477000', '132125.480000', '132125.482000', '132125.485000', '132125.488000', '132125.491000', '132125.494000', '132125.497000', '132125.499000', '132125.502000', '132125.505000', '132125.508000', '132125.511000', '132125.514000', '132125.517000', '132125.519000', '132125.522000', '132125.525000', '132125.528000', '132125.531000', '132125.534000', '132125.536000', '132125.539000', '132125.542000', '132125.545000', '132125.548000', '132125.551000', '132125.554000', '132125.556000', '132125.559000', '132125.562000', '132125.565000', '132125.568000', '132125.570000', '132125.573000', '132125.576000', '132125.579000', '132125.587000', '132125.590000', '132125.593000', '132125.596000', '132125.598000', '132125.601000', '132145.382000', '132145.385000', '132145.388000', '132145.391000', '132145.394000', '132145.396000', '132145.399000', '132145.402000', '132145.407000', '132145.410000', '132145.412000', '132145.415000', '132145.418000', '132145.421000', '132145.424000', '132145.426000', '132145.429000', '132145.432000', '132145.435000', '132145.438000', '132145.440000', '132145.443000', '132145.446000', '132145.461000', '132145.464000', '132145.474000', '132145.477000', '132145.480000', '132145.482000', '132145.485000', '132145.488000', '132145.491000', '132145.494000', '132145.497000', '132145.500000', '132145.502000', '132145.505000', '132145.508000', '132145.511000', '132145.514000', '132145.517000', '132145.520000', '132145.522000', '132145.525000', '132205.382000', '132205.385000', '132205.388000', '132205.391000', '132205.393000', '132205.398000', '132205.409000', '132205.412000', '132205.414000', '132205.417000', '132205.420000', '132205.423000', '132205.426000', '132205.429000', '132205.431000', '132205.434000', '132205.437000', '132205.440000', '132205.443000', '132205.446000', '132205.448000', '132205.452000', '132205.454000', '132205.457000', '132205.460000', '132205.463000', '132205.466000', '132205.469000', '132205.471000', '132205.474000', '132205.477000', '132205.480000', '132205.483000', '132205.486000', '132205.489000', '132205.491000', '132205.494000', '132205.497000', '132205.500000', '132205.503000', '132205.506000', '132205.509000', '132205.511000', '132225.381000', '132225.384000', '132225.387000', '132225.389000', '132225.392000', '132225.395000', '132225.398000', '132225.401000', '132225.404000', '132225.407000', '132225.410000', '132225.412000', '132225.415000', '132225.418000', '132225.421000', '132225.424000', '132225.427000', '132225.429000', '132225.432000', '132225.435000', '132225.438000', '132225.441000', '132225.444000', '132225.446000', '132225.449000', '132225.452000', '132225.455000', '132225.458000', '132225.461000', '132225.463000', '132225.466000', '132225.469000', '132225.472000', '132225.475000', '132225.478000', '132225.480000', '132225.484000', '132225.486000', '132225.489000', '132225.492000', '132225.495000', '132225.498000', '132225.501000', '132225.503000', '132245.381000', '132245.384000', '132245.387000', '132245.390000', '132245.393000', '132245.396000', '132245.399000', '132245.401000', '132245.404000', '132245.407000', '132245.410000', '132245.413000', '132245.416000', '132245.419000', '132245.422000', '132245.425000', '132245.428000', '132245.431000', '132245.433000', '132245.436000', '132245.439000', '132245.442000', '132245.445000', '132245.448000', '132245.451000', '132245.453000', '132245.456000', '132245.459000', '132245.462000', '132245.465000', '132245.468000', '132245.470000', '132245.473000', '132245.476000', '132245.479000', '132245.482000', '132245.485000', '132245.487000', '132245.490000', '132245.493000', '132245.496000', '132245.499000', '132245.502000', '132305.381000', '132305.384000', '132305.387000', '132305.390000', '132305.392000', '132305.395000', '132305.398000', '132305.401000', '132305.404000', '132305.407000', '132305.409000', '132305.412000', '132305.415000', '132305.418000', '132305.421000', '132305.424000', '132305.427000', '132305.430000', '132305.433000', '132305.436000', '132305.438000', '132305.441000', '132305.444000', '132305.447000', '132305.450000', '132305.453000', '132305.455000', '132305.458000', '132305.461000', '132305.464000', '132305.467000', '132305.470000', '132305.472000', '132305.475000', '132305.478000', '132305.481000', '132305.484000', '132305.487000', '132305.490000', '132305.493000', '132305.495000', '132305.498000', '132305.501000', '132305.504000', '132325.381000', '132325.384000', '132325.387000', '132325.390000', '132325.393000', '132325.396000', '132325.399000', '132325.401000', '132325.404000', '132325.407000', '132325.410000', '132325.413000', '132325.415000', '132325.418000', '132325.421000', '132325.424000', '132325.427000', '132325.430000', '132325.446000', '132325.450000', '132325.454000', '132325.456000', '132325.459000', '132325.462000', '132325.465000', '132325.468000', '132325.471000', '132325.474000', '132325.477000', '132325.479000', '132325.482000', '132325.485000', '132325.488000', '132325.491000', '132325.494000', '132325.497000', '132325.499000', '132325.502000', '132325.505000', '132325.508000', '132325.511000', '132325.514000', '132325.516000', '132345.381000', '132345.384000', '132345.387000', '132345.390000', '132345.393000', '132345.395000', '132345.398000', '132345.401000', '132345.404000', '132345.407000', '132345.410000', '132345.413000', '132345.415000', '132345.418000', '132345.421000', '132345.424000', '132345.427000', '132345.430000', '132345.433000', '132345.435000', '132345.438000', '132345.441000', '132345.444000', '132345.447000', '132345.450000', '132345.452000', '132345.455000', '132345.458000', '132345.461000', '132345.464000', '132345.467000', '132345.470000', '132345.472000', '132345.475000', '132345.478000', '132345.481000', '132345.484000', '132345.487000', '132345.490000', '132345.493000', '132345.495000', '132345.498000', '132345.501000', '132345.504000', '132405.382000', '132405.385000', '132405.388000', '132405.391000', '132405.394000', '132405.397000', '132405.399000', '132405.402000', '132405.405000', '132405.409000', '132405.412000', '132405.415000', '132405.418000', '132405.420000', '132405.423000', '132405.426000', '132405.429000', '132405.432000', '132405.435000', '132405.438000', '132405.441000', '132405.443000', '132405.446000', '132405.449000', '132405.452000', '132405.455000', '132405.458000', '132405.460000', '132405.463000', '132405.466000', '132405.469000', '132405.473000', '132405.477000', '132405.480000', '132405.483000', '132405.486000', '132405.489000', '132405.492000', '132405.495000', '132405.498000', '132405.501000', '132405.503000', '132405.506000', '132425.382000', '132425.385000', '132425.388000', '132425.391000', '132425.394000', '132425.397000', '132425.399000', '132425.402000', '132425.405000', '132425.408000', '132425.411000', '132425.414000', '132425.416000', '132425.419000', '132425.422000', '132425.425000', '132425.428000', '132425.431000', '132425.434000', '132425.437000', '132425.439000', '132425.442000', '132425.445000', '132425.448000', '132425.451000', '132425.454000', '132425.456000', '132425.459000', '132425.462000', '132425.465000', '132425.468000', '132425.471000', '132425.473000', '132425.476000', '132425.479000', '132425.482000', '132425.485000', '132425.488000', '132425.491000', '132425.493000', '132425.496000', '132425.499000', '132425.502000', '132425.505000', '132445.381000', '132445.384000', '132445.387000', '132445.390000', '132445.393000', '132445.396000', '132445.398000', '132445.401000', '132445.404000', '132445.407000', '132445.410000', '132445.413000', '132445.417000', '132445.420000', '132445.423000', '132445.426000', '132445.429000', '132445.432000', '132445.434000', '132445.437000', '132445.440000', '132445.443000', '132445.446000', '132445.449000', '132445.452000', '132445.454000', '132445.457000', '132445.460000', '132445.463000', '132445.466000', '132445.469000', '132445.472000', '132445.475000', '132445.478000', '132445.481000', '132445.484000', '132445.486000', '132445.489000', '132445.492000', '132445.495000', '132445.498000', '132445.501000', '132445.504000', '132505.381000', '132505.384000', '132505.387000', '132505.390000', '132505.393000', '132505.396000', '132505.398000', '132505.401000', '132505.404000', '132505.407000', '132505.410000', '132505.413000', '132505.416000', '132505.418000', '132505.421000', '132505.424000', '132505.427000', '132505.430000', '132505.433000', '132505.436000', '132505.439000', '132505.441000', '132505.444000', '132505.447000', '132505.450000', '132505.453000', '132505.455000', '132505.458000', '132505.461000', '132505.464000', '132505.467000', '132505.470000', '132505.473000', '132505.476000', '132505.478000', '132505.481000', '132505.484000', '132505.487000', '132505.490000', '132505.493000', '132505.496000', '132505.498000', '132505.501000', '132505.504000', '132525.381000', '132525.384000', '132525.387000', '132525.390000', '132525.393000', '132525.396000', '132525.399000', '132525.401000', '132525.404000', '132525.407000', '132525.410000', '132525.413000', '132525.416000', '132525.419000', '132525.422000', '132525.424000', '132525.427000', '132525.430000', '132525.433000', '132525.436000', '132525.439000', '132525.441000', '132525.444000', '132525.447000', '132525.450000', '132525.453000', '132525.456000', '132525.459000', '132525.462000', '132525.464000', '132525.467000', '132525.470000', '132525.473000', '132525.476000', '132525.479000', '132525.482000', '132525.485000', '132525.487000', '132525.490000', '132525.493000', '132525.496000', '132525.499000', '132525.502000', '132545.381000', '132545.384000', '132545.387000', '132545.390000', '132545.393000', '132545.395000', '132545.398000', '132545.401000', '132545.404000', '132545.407000', '132545.410000', '132545.413000', '132545.416000', '132545.419000', '132545.421000', '132545.424000', '132545.427000', '132545.430000', '132545.433000', '132545.436000', '132545.439000', '132545.441000', '132545.444000', '132545.447000', '132545.450000', '132545.453000', '132545.456000', '132545.459000', '132545.462000', '132545.464000', '132545.467000', '132545.470000', '132545.473000', '132545.476000', '132545.479000', '132545.482000', '132545.484000', '132545.487000', '132545.490000', '132545.493000', '132545.496000', '132545.499000', '132545.502000', '132545.505000', '132605.381000', '132605.384000', '132605.387000', '132605.390000', '132605.393000', '132605.396000', '132605.398000', '132605.401000', '132605.404000', '132605.407000', '132605.410000', '132605.413000', '132605.416000', '132605.419000', '132605.421000', '132605.424000', '132605.427000', '132605.430000', '132605.433000', '132605.436000', '132605.438000', '132605.441000', '132605.444000', '132605.447000', '132605.450000', '132605.454000', '132605.457000', '132605.460000', '132605.463000', '132605.466000', '132605.469000', '132605.472000', '132605.474000', '132605.477000', '132605.480000', '132605.483000', '132605.486000', '132605.489000', '132605.492000', '132605.494000', '132605.497000', '132605.500000', '132605.503000', '132625.382000', '132625.385000', '132625.388000', '132625.391000', '132625.394000', '132625.396000', '132625.399000', '132625.402000', '132625.405000', '132625.408000', '132625.411000', '132625.414000', '132625.417000', '132625.420000', '132625.423000', '132625.426000', '132625.428000', '132625.431000', '132625.434000', '132625.437000', '132625.440000', '132625.443000', '132625.446000', '132625.449000', '132625.451000', '132625.462000', '132625.465000', '132625.468000', '132625.470000', '132625.473000', '132625.476000', '132625.479000', '132625.482000', '132625.485000', '132625.487000', '132625.490000', '132625.493000', '132625.496000', '132625.499000', '132625.502000', '132625.505000', '132625.507000', '132625.510000', '132625.513000', '132645.382000', '132645.385000', '132645.388000', '132645.391000', '132645.394000', '132645.397000', '132645.399000', '132645.402000', '132645.405000', '132645.408000', '132645.411000', '132645.414000', '132645.417000', '132645.420000', '132645.423000', '132645.427000', '132645.430000', '132645.433000', '132645.436000', '132645.439000', '132645.442000', '132645.445000', '132645.447000', '132645.450000', '132645.459000', '132645.462000', '132645.465000', '132645.468000', '132645.471000', '132645.474000', '132645.476000', '132645.479000', '132645.482000', '132645.485000', '132645.488000', '132645.491000', '132645.494000', '132645.496000', '132645.499000', '132645.502000', '132645.505000', '132645.508000', '132645.511000', '132705.381000', '132705.384000', '132705.387000', '132705.390000', '132705.393000', '132705.396000', '132705.399000', '132705.401000', '132705.404000', '132705.407000', '132705.410000', '132705.413000', '132705.416000', '132705.419000', '132705.421000', '132705.424000', '132705.427000', '132705.430000', '132705.433000', '132705.436000', '132705.439000', '132705.441000', '132705.444000', '132705.447000', '132705.450000', '132705.453000', '132705.456000', '132705.459000', '132705.461000', '132705.464000', '132705.467000', '132705.470000', '132705.473000', '132705.476000', '132705.479000', '132705.481000', '132705.484000', '132705.487000', '132705.490000', '132705.493000', '132705.496000', '132705.499000', '132705.502000', '132705.504000', '132725.381000', '132725.384000', '132725.387000', '132725.390000', '132725.393000', '132725.396000', '132725.398000', '132725.402000', '132725.404000', '132725.407000', '132725.410000', '132725.413000', '132725.416000', '132725.419000', '132725.421000', '132725.424000', '132725.427000', '132725.430000', '132725.433000', '132725.436000', '132725.439000', '132725.442000', '132725.444000', '132725.447000', '132725.450000', '132725.453000', '132725.456000', '132725.459000', '132725.462000', '132725.465000', '132725.467000', '132725.470000', '132725.473000', '132725.476000', '132725.479000', '132725.482000', '132725.485000', '132725.487000', '132725.490000', '132725.494000', '132725.497000', '132725.500000', '132725.503000', '132745.381000', '132745.384000', '132745.387000', '132745.390000', '132745.393000', '132745.395000', '132745.398000', '132745.401000', '132745.404000', '132745.407000', '132745.410000', '132745.412000', '132745.415000', '132745.418000', '132745.421000', '132745.424000', '132745.426000', '132745.429000', '132745.432000', '132745.435000', '132745.438000', '132745.441000', '132745.444000', '132745.447000', '132745.450000', '132745.459000', '132745.462000', '132745.465000', '132745.468000', '132745.471000', '132745.474000', '132745.476000', '132745.479000', '132745.482000', '132745.485000', '132745.501000', '132745.504000', '132745.507000', '132745.510000', '132745.513000', '132745.516000', '132745.518000', '132745.521000', '132745.524000', '132805.381000', '132805.384000', '132805.387000', '132805.390000', '132805.393000', '132805.396000', '132805.399000', '132805.401000', '132805.404000', '132805.407000', '132805.410000', '132805.413000', '132805.416000', '132805.419000', '132805.422000', '132805.424000', '132805.427000', '132805.430000', '132805.433000', '132805.436000', '132805.439000', '132805.441000', '132805.444000', '132805.447000', '132805.450000', '132805.453000', '132805.456000', '132805.459000', '132805.461000', '132805.464000', '132805.467000', '132805.470000', '132805.473000', '132805.476000', '132805.479000', '132805.482000', '132805.484000', '132805.487000', '132805.490000', '132805.493000', '132805.496000', '132805.499000', '132805.502000', '132825.381000', '132825.384000', '132825.387000', '132825.390000', '132825.393000', '132825.396000', '132825.398000', '132825.401000', '132825.404000', '132825.407000', '132825.410000', '132825.413000', '132825.416000', '132825.418000', '132825.421000', '132825.424000', '132825.427000', '132825.430000', '132825.433000', '132825.436000', '132825.438000', '132825.441000', '132825.444000', '132825.447000', '132825.450000', '132825.453000', '132825.456000', '132825.459000', '132825.462000', '132825.464000', '132825.467000', '132825.470000', '132825.473000', '132825.476000', '132825.479000', '132825.482000', '132825.485000', '132825.487000', '132825.490000', '132825.493000', '132825.496000', '132825.499000', '132825.501000', '132825.504000', '132845.382000', '132845.385000', '132845.388000', '132845.391000', '132845.394000', '132845.397000', '132845.400000', '132845.403000', '132845.406000', '132845.409000', '132845.411000', '132845.414000', '132845.417000', '132845.420000', '132845.423000', '132845.426000', '132845.428000', '132845.431000', '132845.434000', '132845.437000', '132845.440000', '132845.443000', '132845.446000', '132845.448000', '132845.451000', '132845.454000', '132845.457000', '132845.460000', '132845.463000', '132845.466000', '132845.469000', '132845.471000', '132845.474000', '132845.477000', '132845.480000', '132845.483000', '132845.486000', '132845.489000', '132845.492000', '132845.494000', '132845.497000', '132845.500000', '132845.503000', '132905.381000', '132905.384000', '132905.387000', '132905.390000', '132905.393000', '132905.396000', '132905.399000', '132905.402000', '132905.404000', '132905.407000', '132905.410000', '132905.413000', '132905.416000', '132905.419000', '132905.422000', '132905.425000', '132905.427000', '132905.430000', '132905.433000', '132905.436000', '132905.439000', '132905.442000', '132905.445000', '132905.447000', '132905.450000', '132905.453000', '132905.456000', '132905.459000', '132905.462000', '132905.465000', '132905.468000', '132905.470000', '132905.487000', '132905.490000', '132905.498000', '132905.501000', '132905.503000', '132905.506000', '132905.509000', '132905.512000', '132905.515000', '132905.518000', '132905.521000', '132925.381000', '132925.384000', '132925.387000', '132925.390000', '132925.393000', '132925.396000', '132925.399000', '132925.401000', '132925.404000', '132925.407000', '132925.410000', '132925.413000', '132925.415000', '132925.419000', '132925.421000', '132925.424000', '132925.427000', '132925.430000', '132925.433000', '132925.436000', '132925.439000', '132925.441000', '132925.444000', '132925.447000', '132925.450000', '132925.453000', '132925.456000', '132925.459000', '132925.462000', '132925.465000', '132925.467000', '132925.470000', '132925.473000', '132925.476000', '132925.479000', '132925.482000', '132925.485000', '132925.487000', '132925.490000', '132925.493000', '132925.496000', '132925.499000', '132925.502000', '132925.505000', '132945.381000', '132945.384000', '132945.387000', '132945.390000', '132945.393000', '132945.396000', '132945.399000', '132945.402000', '132945.405000', '132945.408000', '132945.410000', '132945.413000', '132945.416000', '132945.419000', '132945.422000', '132945.425000', '132945.428000', '132945.431000', '132945.433000', '132945.436000', '132945.439000', '132945.442000', '132945.445000', '132945.448000', '132945.451000', '132945.453000', '132945.458000', '132945.462000', '132945.465000', '132945.468000', '132945.471000', '132945.474000', '132945.477000', '132945.480000', '132945.482000', '132945.485000', '132945.488000', '132945.491000', '132945.494000', '132945.497000', '132945.499000', '132945.502000', '132945.505000', '133005.381000', '133005.384000', '133005.387000', '133005.390000', '133005.393000', '133005.396000', '133005.398000', '133005.401000', '133005.404000', '133005.407000', '133005.410000', '133005.413000', '133005.416000', '133005.418000', '133005.421000', '133005.424000', '133005.427000', '133005.430000', '133005.433000', '133005.436000', '133005.439000', '133005.441000', '133005.444000', '133005.447000', '133005.450000', '133005.453000', '133005.456000', '133005.458000', '133005.461000', '133005.464000', '133005.467000', '133005.470000', '133005.473000', '133005.476000', '133005.479000', '133005.482000', '133005.484000', '133005.487000', '133005.490000', '133005.493000', '133005.496000', '133005.499000', '133005.502000', '133005.504000', '133025.381000', '133025.384000', '133025.387000', '133025.390000', '133025.393000', '133025.396000', '133025.399000', '133025.402000', '133025.407000', '133025.411000', '133025.414000', '133025.417000', '133025.420000', '133025.423000', '133025.426000', '133025.428000', '133025.431000', '133025.434000', '133025.437000', '133025.440000', '133025.443000', '133025.446000', '133025.448000', '133025.451000', '133025.454000', '133025.457000', '133025.460000', '133025.463000', '133025.477000', '133025.480000', '133025.483000', '133025.486000', '133025.489000', '133025.492000', '133025.495000', '133025.497000', '133025.500000', '133025.503000', '133025.506000', '133025.509000', '133025.512000', '133025.514000', '133025.517000', '133045.381000', '133045.384000', '133045.387000', '133045.390000', '133045.393000', '133045.396000', '133045.398000', '133045.402000', '133045.404000', '133045.407000', '133045.410000', '133045.413000', '133045.416000', '133045.419000', '133045.422000', '133045.425000', '133045.427000', '133045.430000', '133045.433000', '133045.436000', '133045.439000', '133045.442000', '133045.445000', '133045.448000', '133045.450000', '133045.453000', '133045.456000', '133045.459000', '133045.462000', '133045.465000', '133045.468000', '133045.471000', '133045.473000', '133045.476000', '133045.479000', '133045.490000', '133045.493000', '133045.496000', '133045.498000', '133045.501000', '133045.504000', '133045.507000', '133045.510000', '133045.513000', '133105.382000', '133105.385000', '133105.388000', '133105.391000', '133105.394000', '133105.397000', '133105.400000', '133105.403000', '133105.405000', '133105.408000', '133105.411000', '133105.414000', '133105.417000', '133105.420000', '133105.423000', '133105.426000', '133105.429000', '133105.432000', '133105.435000', '133105.438000', '133105.441000', '133105.444000', '133105.447000', '133105.450000', '133105.453000', '133105.456000', '133105.458000', '133105.461000', '133105.464000', '133105.467000', '133105.470000', '133105.473000', '133105.476000', '133105.478000', '133105.481000', '133105.484000', '133105.487000', '133105.490000', '133105.493000', '133105.496000', '133105.498000', '133105.501000', '133105.504000', '133125.381000', '133125.384000', '133125.387000', '133125.390000', '133125.393000', '133125.396000', '133125.399000', '133125.401000', '133125.404000', '133125.407000', '133125.410000', '133125.413000', '133125.416000', '133125.419000', '133125.422000', '133125.424000', '133125.427000', '133125.430000', '133125.433000', '133125.436000', '133125.439000', '133125.441000', '133125.444000', '133125.447000', '133125.450000', '133125.453000', '133125.456000', '133125.459000', '133125.462000', '133125.465000', '133125.468000', '133125.470000', '133125.473000', '133125.476000', '133125.479000', '133125.482000', '133125.485000', '133125.488000', '133125.491000', '133125.493000', '133125.496000', '133125.499000', '133125.502000', '133125.505000', '133145.381000', '133145.384000', '133145.387000', '133145.390000', '133145.393000', '133145.396000', '133145.398000', '133145.401000', '133145.404000', '133145.407000', '133145.410000', '133145.413000', '133145.416000', '133145.419000', '133145.422000', '133145.425000', '133145.428000', '133145.431000', '133145.433000', '133145.436000', '133145.439000', '133145.442000', '133145.445000', '133145.448000', '133145.451000', '133145.454000', '133145.457000', '133145.460000', '133145.462000', '133145.465000', '133145.468000', '133145.471000', '133145.474000', '133145.477000', '133145.479000', '133145.482000', '133145.485000', '133145.488000', '133145.491000', '133145.494000', '133145.497000', '133145.499000', '133145.502000', '133205.381000', '133205.384000', '133205.387000', '133205.390000', '133205.393000', '133205.396000', '133205.398000', '133205.401000', '133205.404000', '133205.407000', '133205.410000', '133205.413000', '133205.416000', '133205.419000', '133205.421000', '133205.424000', '133205.427000', '133205.430000', '133205.433000', '133205.436000', '133205.439000', '133205.442000', '133205.444000', '133205.447000', '133205.450000', '133205.453000', '133205.456000', '133205.459000', '133205.461000', '133205.464000', '133205.467000', '133205.470000', '133205.473000', '133205.476000', '133205.479000', '133205.481000', '133205.484000', '133205.487000', '133205.490000', '133205.493000', '133205.496000', '133205.499000', '133205.501000', '133205.504000', '133225.381000', '133225.384000', '133225.387000', '133225.390000', '133225.393000', '133225.396000', '133225.398000', '133225.401000', '133225.405000', '133225.409000', '133225.412000', '133225.415000', '133225.417000', '133225.420000', '133225.423000', '133225.426000', '133225.429000', '133225.432000', '133225.434000', '133225.437000', '133225.440000', '133225.443000', '133225.446000', '133225.449000', '133225.452000', '133225.455000', '133225.457000', '133225.461000', '133225.467000', '133225.470000', '133225.473000', '133225.476000', '133225.478000', '133225.481000', '133225.484000', '133225.487000', '133225.490000', '133225.493000', '133225.496000', '133225.499000', '133225.502000', '133225.505000', '133225.507000', '133245.381000', '133245.384000', '133245.387000', '133245.390000', '133245.393000', '133245.396000', '133245.398000', '133245.401000', '133245.404000', '133245.407000', '133245.410000', '133245.413000', '133245.416000', '133245.419000', '133245.422000', '133245.424000', '133245.427000', '133245.430000', '133245.433000', '133245.436000', '133245.439000', '133245.442000', '133245.445000', '133245.447000', '133245.450000', '133245.453000', '133245.456000', '133245.459000', '133245.462000', '133245.465000', '133245.467000', '133245.470000', '133245.473000', '133245.476000', '133245.479000', '133245.482000', '133245.485000', '133245.501000', '133245.503000', '133245.506000', '133245.509000', '133245.512000', '133245.515000', '133245.518000', '133305.381000', '133305.384000', '133305.391000', '133305.394000', '133305.397000', '133305.400000', '133305.403000', '133305.406000', '133305.409000', '133305.411000', '133305.414000', '133305.417000', '133305.420000', '133305.423000', '133305.426000', '133305.429000', '133305.431000', '133305.434000', '133305.437000', '133305.440000', '133305.443000', '133305.446000', '133305.449000', '133305.452000', '133305.454000', '133305.457000', '133305.460000', '133305.463000', '133305.466000', '133305.469000', '133305.472000', '133305.475000', '133305.477000', '133305.481000', '133305.485000', '133305.488000', '133305.491000', '133305.494000', '133305.497000', '133305.500000', '133305.503000', '133305.505000', '133305.508000', '133320.280000', '133320.284000', '133320.287000', '133320.290000', '133320.293000', '133320.296000', '133320.299000', '133320.302000', '133320.305000', '133320.308000', '133320.311000', '133320.314000', '133320.317000', '133320.320000', '133320.323000', '133320.326000', '133320.328000', '133320.332000', '133320.335000', '133320.338000', '133320.341000', '133320.344000', '133320.347000', '133320.350000', '133320.352000', '133320.355000', '133320.358000', '133320.361000', '133320.364000', '133320.367000', '133320.370000', '133320.372000', '133320.375000'], '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': [12674, 9917, 11339, 9034, 11050, 8748, 9683, 8053, 8978, 8635, 9174, 8001, 8673, 10960, 8153, 11593, 8220, 11780, 8167, 12044, 8113, 10065, 7940, 8398, 8064, 8229, 8136, 8492, 14101, 7956, 11820, 7956, 8781, 8380, 8115, 8512, 8019, 8678, 7990, 8676, 8234, 8435, 8191, 8562, 8333, 8340, 8348, 10472, 8027, 14983, 8124, 13852, 9912, 13265, 8339, 10917, 8219, 9971, 8786, 13930, 8782, 12631, 7881, 10993, 8481, 10248, 8635, 10699, 8229, 8085, 15534, 8110, 12800, 8589, 10304, 8635, 8177, 8038, 8560, 7939, 8216, 8357, 8046, 8374, 8049, 8671, 8349, 8789, 12301, 8354, 9761, 17746, 10598, 17469, 13581, 17067, 9785, 12367, 15816, 8284, 20439, 15493, 17827, 12588, 13459, 8518, 8592, 19818, 9785, 17269, 9076, 12690, 8224, 8694, 9297, 8564, 18043, 8327, 13046, 8366, 10472, 8123, 10422, 8232, 8408, 9606, 8458, 15221, 8476, 12248, 7934, 8328, 10437, 8653, 15060, 8769, 13060, 8062, 9834, 8201, 8067, 8409, 8354, 8099, 8000, 8203, 8547, 9219, 8511, 11801, 8377, 17230, 8131, 13268, 9511, 12070, 8186, 12159, 8155, 8531, 8189, 9011, 8776, 12114, 8319, 9451, 8407, 8346, 8819, 8347, 14861, 8277, 18402, 8005, 12474, 8174, 10458, 8269, 8423, 8522, 8538, 8292, 7646, 8980, 8296, 8857, 8422, 13443, 8428, 16387, 8628, 13494, 7757, 10905, 8107, 9411, 8489, 10459, 8453, 8208, 15473, 8076, 13141, 10073, 11996, 8206, 8131, 10678, 8685, 17472, 8532, 12914, 8099, 8069, 8148, 8684, 8024, 8515, 8239, 7844, 8587, 8383, 8487, 8520, 15184, 8559, 14420, 8585, 11124, 8436, 10678, 8703, 16989, 8819, 11837, 8264, 9054, 8425, 16380, 9309, 14935, 8044, 8737, 8796, 9732, 14298, 8462, 19859, 8479, 15576, 11409, 14940, 10113, 10493, 8448, 8744, 14532, 8580, 17053, 8195, 11680, 8293, 8996, 8291, 11593, 8328, 9448, 8214, 8336, 8621, 8311, 8521, 8145, 15308, 8304, 12823, 9091, 10740, 8278, 8211, 8376, 8658, 11561, 8775, 13260, 8496, 16294, 8165, 12224, 8400, 9508, 8318, 8469, 16585, 8114, 11784, 8170, 9120, 8158, 8542, 8303, 8383, 15702, 8217, 12247, 8006, 8956, 8240, 8467, 15529, 10069, 16237, 8066, 11027, 7839, 8555, 7887, 9020, 8357, 8368, 13158, 8595, 14285, 8671, 12722, 8174, 9122, 8410, 8504, 8376, 8689, 14437, 8627, 12630, 8662, 10091, 8814, 11605, 8504, 13137, 8322, 14086, 7780, 10869, 8157, 10233, 8326, 9516, 8104, 8647, 14601, 8301, 13830, 8861, 12447, 7854, 8508, 8423, 8603, 13792, 8127, 14678, 8055, 11136, 8225, 8438, 9845, 8843, 15005, 8387, 13252, 7970, 9170, 8185, 8515, 8776, 8112, 8585, 8065, 13807, 8082, 9706, 8436, 10386, 7935, 8312, 14061, 8842, 16589, 9247, 15755, 11564, 15699, 8570, 12452, 8098, 11313, 9780, 13192, 8205, 8937, 8241, 8648, 12219, 8395, 18120, 8870, 16259, 8345, 8656, 8420, 8267, 11284, 8151, 13878, 8050, 11197, 8339, 8802, 13339, 9853, 18543, 8325, 15859, 9580, 11166, 8497, 9430, 15756, 8546, 17794, 8040, 11553, 8016, 11411, 7713, 8277, 8155, 8532, 8372, 8654, 13795, 8432, 16625, 7934, 11458, 8317, 10745, 7895, 9350, 8150, 8375, 8220, 8570, 12638, 8429, 15566, 8277, 11513, 8492, 11935, 7980, 9683, 8069, 8550, 8100, 8794, 15856, 8992, 15434, 8530, 11634, 8367, 10089, 8567, 10004, 8436, 10710, 8214, 10443, 8345, 10713, 8311, 10209, 15779, 8526, 16372, 8751, 12680, 9858, 16652, 10087, 11712, 7832, 8099, 8397, 8468, 14178, 8223, 12494, 7993, 11146, 9145, 14858, 9534, 15649, 8686, 10347, 10269, 12066, 20290, 12301, 20022, 11963, 15389, 11419, 14844, 9271, 12555, 7913, 8191, 8930, 8530, 14178, 8184, 12908, 8192, 8466, 8239, 8328, 11081, 8398, 15123, 7985, 10533, 8179, 9296, 8038, 10091, 7815, 8093, 9605, 8688, 17097, 11214, 15110, 8671, 11431, 7953, 8567, 8141, 9400, 8138, 8199, 8103, 8608, 8729, 8353, 14809, 8186, 14178, 7835, 10244, 8197, 8050, 13075, 8530, 14114, 8147, 10974, 8101, 10107, 8121, 10521, 7927, 8220, 8081, 8487, 8199, 8327, 9882, 8505, 12795, 8265, 11203, 8213, 11699, 8205, 9859, 8056, 8105, 7944, 9442, 7953, 8206, 8176, 8394, 16075, 8428, 14727, 8124, 12301, 8079, 11255, 8799, 11685, 8119, 9664, 8029, 8262, 7851, 8901, 8546, 8279, 8170, 8044, 8559, 12586, 7955, 13063, 7937, 10292, 8286, 14792, 8009, 12722, 8283, 8407, 9338, 8950, 8575, 8762, 8410, 7871, 8550, 9845, 8393, 12350, 8281, 8292, 8364, 8468, 8797, 13784, 8394, 8461, 10944, 8535, 20437, 12873, 17435, 8402, 13377, 8304, 12171, 8892, 12149, 8980, 11672, 8087, 10577, 8497, 10736, 8756, 13003, 7939, 9043, 8413, 10658, 8267, 17148, 8023, 13292, 7760, 9853, 7924, 10717, 7792, 11250, 7800, 8316, 7862, 8369, 12504, 8201, 16860, 7916, 12488, 8110, 10463, 8072, 12324, 7651, 9380, 8006, 8251, 8083, 11148, 7889, 10263, 8164, 8612, 8294, 12997, 7735, 11741, 8045, 8345, 8316, 8687, 16146, 8291, 18426, 8161, 12843, 8728, 10964, 8169, 8133, 8081, 8602, 8209, 8087, 8826, 8334, 13595, 8430, 11363, 7999, 9939, 7929, 8664, 10251, 8545, 12949, 8391, 11936, 8067, 8102, 8070, 8369, 14465, 8037, 11810, 7954, 8681, 8483, 8255, 8445, 9327, 8197, 8503, 8400, 8573, 13237, 8072, 16406, 8139, 13526, 7987, 8729, 12642, 8856, 19908, 8176, 15832, 8311, 8518, 10576, 9953, 8440, 8169, 8075, 8249, 8232, 9295, 8507, 12070, 8478, 8418, 15018, 8567, 18657, 12611, 16918, 9498, 10075, 13968, 8524, 20197, 14021, 16586, 9584, 8367, 18482, 8231, 13614, 9076, 9193, 7774, 8479, 9267, 8615, 8735, 8282, 9738, 8272, 9504, 8211, 8562, 7807, 8253, 12734, 7949, 13339, 7720, 9984, 7918, 8113, 7933, 8052, 10271, 8681, 9922, 7760, 8448, 8330, 8630, 11482, 8111, 8508, 8089, 10040, 10553, 16584, 9017, 16903, 10334, 11594, 12454, 11567, 14209, 8454, 8428, 8682, 8117, 10976, 7863, 10156, 8215, 9341, 8109, 8977, 9573, 13030, 9432, 8317, 15588, 8830, 18125, 10193, 17542, 8920, 13768, 8304, 11343, 8235, 10468, 8423, 8468, 12100, 8768, 13256, 8938, 11118, 8684, 10376, 8856, 10961, 8149, 9776, 8224, 9669, 8184, 7958, 8292, 7580, 8429, 8159, 8695, 8007, 14856, 7945, 12538, 9562, 11922, 9712, 8892, 16775, 8492, 19041, 13877, 18879, 11587, 15316, 9497, 12471, 10285, 11875, 8889, 9547, 8148, 9298, 8101, 11872, 8168, 9389, 7909, 9719, 8102, 10186, 7922, 8481, 8096, 8578, 15302, 15704, 8725, 9230, 8055, 9495, 8246, 10054, 8136, 13064, 8025, 8883, 7835, 8785, 11190, 8675, 11502, 8620, 9457, 8523, 11051, 9293, 13695, 8674, 14166, 8581, 10928, 8031, 8567, 8130, 8919, 7860, 9128, 8150, 8212, 8268, 8352, 8234, 10568, 8142, 8195, 8336, 8007, 8400, 8232, 8974, 8192, 9416, 8048, 13556, 7947, 14908, 10565, 14862, 8659, 10221, 8067, 9336, 8110, 14008, 8403, 10902, 7879, 8627, 8136, 9679, 7768, 9797, 8109, 8651, 13667, 8588, 15159, 9536, 13882, 7901, 9244, 8553, 12058, 8655, 8156, 7555, 8491, 8523, 8296, 9049, 8220, 13336, 8269, 11048, 8292, 10681, 12371, 14408, 15280, 9155, 18707, 8958, 16771, 12533, 17572, 10613, 11164, 7673, 9004, 16403, 8547, 18366, 7998, 12219, 8051, 9478, 7838, 10650, 7568, 8568, 8097, 8311, 8083, 8573, 10406, 8357, 12975, 8389, 12977, 8167, 12042, 8912, 11130, 7971, 8488, 8186, 8338, 8100, 10991, 8021, 8236, 8001, 8081, 9245, 8179, 9414, 9125, 8282, 8381, 8433, 8466, 13498, 8660, 15991, 8231, 12834, 8572, 13317, 10966, 19924, 13809, 17020, 11135, 13411, 9879, 8078, 8757, 8307, 8679, 8750, 8516, 10777, 12883, 8757, 8742, 12386, 8816, 18478, 10313, 18592, 9110, 14228, 7995, 10822, 7985, 10410, 7980, 9979, 8000, 8297, 8323, 7949, 8174, 10302, 8244, 8284, 8071, 8623, 9308, 8569, 14534, 8870, 16859, 8514, 12478, 7843, 11249, 7828, 8461, 7664, 8687, 8404, 8608, 13046, 8400, 13031, 8118, 9028, 7914, 8313, 9784, 10689, 13739, 8772, 16320, 8660, 12361, 9257, 13897, 9049, 12558, 8023, 10361, 8316, 10266, 8695, 12647, 8604, 8660, 8583, 8881, 13698, 9332, 8731, 14682, 9079, 12137, 12248, 11304, 11788, 15004, 8905, 20324, 15429, 21084, 14917, 16781, 13176, 12848, 9032, 13464, 11192, 8482, 18052, 8348, 9884, 8444, 8708, 8182, 8275, 8029, 8265, 8482, 8606, 9647, 8637, 15208, 8267, 11445, 7980, 8761, 11841, 8501, 16388, 7928, 11045, 8251, 8632, 8100, 8286, 8069, 8531, 8427, 8843, 14460, 8806, 15467, 8377, 11975, 8105, 9405, 8031, 8529, 13239, 8712, 17370, 8597, 12638, 8106, 9457, 13484, 8301, 17502, 8560, 17590, 12269, 16779, 9919, 9321, 8582, 8004, 8525, 9345, 7963, 8302, 8232, 7973, 8400, 8542, 8349, 8325, 8337, 8794, 8920, 16334, 8431, 16900, 8090, 12626, 8296, 10499, 8175, 12212, 8093, 10321, 8280, 8486, 8198, 8851, 8155, 10852, 8295, 8612, 8068, 8899, 8389, 11082, 8116, 9089, 7919, 8463, 8116, 10609, 10971, 11496, 9058, 8535, 10389, 8716, 11311, 17451, 8873, 11324, 8121, 9683, 8425, 14468, 9050, 19416, 9685, 15168, 10369, 13954, 10653, 18200, 10607, 12770, 8099, 10133, 8498, 18694, 11050, 14421, 8442, 10318, 8320, 14595, 8554, 14735, 8158, 8718, 7992, 8360, 8210, 9045, 7990, 8481, 7732, 8988, 8729, 8297, 13331, 8323, 12295, 8266, 10365, 8492, 12124, 8674, 11741, 8156, 9911, 7966, 9516, 7961, 10378, 8065, 8140, 8030, 8728, 8143, 9528, 7946, 8625, 8252, 8800, 8233, 9283, 8327, 11943, 8151, 7946, 8242, 8394, 15961, 13511, 17267, 9364, 19333, 8496, 14815, 12100, 16137, 10076, 10521, 8184, 8507, 7945, 8465, 9998, 8382, 10370, 8532, 10567, 8315, 11400, 8404, 11611, 8316, 13812, 8023, 10929, 8075, 12072, 7895, 8168, 7671, 8437, 8239, 8647, 10901, 8298, 8336, 8208, 7924, 8635, 12420, 8148, 12602, 8235, 11653, 8290, 12232, 9011, 14507, 8596, 9246, 8491, 8159, 8590, 10988, 10000, 7864, 8666, 8136, 9394, 8251, 15372, 8615, 12542, 7888, 8897, 18953, 12611, 20714, 11876, 16982, 12498, 13423, 9569, 16942, 9216, 12305, 8161, 8831, 8261, 8807, 8539, 11373, 8257, 8663, 7900, 8549, 10733, 9633, 15436, 8402, 16562, 8462, 13154, 10146, 17256, 11339, 8537, 8601, 7803, 8293, 7974, 9046, 9146, 8450, 12858, 8316, 19123, 8403, 16323, 11971, 15267, 7976, 8417, 10135, 8680, 20324, 12226, 17445, 10312, 10907, 8131, 8356, 8205, 9006, 7774, 8607, 7949, 8375, 8435, 8521, 8275, 10567, 8145, 8443, 7881, 8663, 10465, 8569, 13542, 8451, 15631, 8176, 13231, 8399, 11658, 9674, 16826, 8996, 12197, 8022, 10812, 8573, 11991, 9720, 10970, 8157, 9146, 8551, 11049, 8405, 13070, 8117, 13853, 8289, 12096, 9685, 12597, 9266, 10357, 8764, 8642, 10371, 8105, 8373, 10265, 8467, 13246, 8910, 8835, 8563, 7829, 14727, 9631, 19450, 11291, 18390, 13030, 19952, 16670, 19107, 13672, 15479, 12977, 11645, 18406, 10184, 16191, 8501, 8127, 9002, 8831, 9104, 8573, 8245, 7718, 9038, 9017, 8605, 8775, 8450, 11486, 8234, 13098, 8705, 10947, 7956, 8692, 8457, 8714, 8262, 8659, 8606, 8086, 7972, 8188, 8142, 8765, 10313, 8363, 11669, 8527, 11273, 8294, 10720, 8027, 9987, 7586, 8426, 7800, 8714, 9622, 8250, 15538, 8618, 11197, 8165, 8197, 7783], 'WindowCenter': [4466.0, 4420.0, 4414.0, 4393.0, 4401.0, 4380.0, 4388.0, 4370.0, 4379.0, 4379.0, 4388.0, 4367.0, 4379.0, 4411.0, 4380.0, 4408.0, 4380.0, 4408.0, 4380.0, 4411.0, 4381.0, 4400.0, 4382.0, 4383.0, 4383.0, 4393.0, 4383.0, 4393.0, 4432.0, 4394.0, 4422.0, 4395.0, 4393.0, 4395.0, 4394.0, 4405.0, 4396.0, 4405.0, 4395.0, 4407.0, 4407.0, 4408.0, 4408.0, 4419.0, 4419.0, 4410.0, 4410.0, 4429.0, 4410.0, 4459.0, 4410.0, 4450.0, 4430.0, 4448.0, 4409.0, 4440.0, 4409.0, 4428.0, 4421.0, 4458.0, 4420.0, 4448.0, 4410.0, 4438.0, 4419.0, 4430.0, 4420.0, 4429.0, 4409.0, 4408.0, 4458.0, 4407.0, 4449.0, 4409.0, 4429.0, 4419.0, 4408.0, 4408.0, 4418.0, 4408.0, 4420.0, 4419.0, 4411.0, 4422.0, 4422.0, 4432.0, 4423.0, 4424.0, 4463.0, 4423.0, 4444.0, 4484.0, 4442.0, 4484.0, 4450.0, 4471.0, 4428.0, 4449.0, 4459.0, 4408.0, 4480.0, 4460.0, 4469.0, 4436.0, 4436.0, 4404.0, 4405.0, 4467.0, 4414.0, 4456.0, 4403.0, 4435.0, 4395.0, 4406.0, 4403.0, 4393.0, 4454.0, 4393.0, 4431.0, 4393.0, 4413.0, 4392.0, 4412.0, 4394.0, 4395.0, 4402.0, 4393.0, 4443.0, 4393.0, 4423.0, 4382.0, 4392.0, 4413.0, 4392.0, 4443.0, 4393.0, 4421.0, 4383.0, 4402.0, 4392.0, 4381.0, 4392.0, 4392.0, 4382.0, 4394.0, 4393.0, 4406.0, 4404.0, 4404.0, 4425.0, 4395.0, 4458.0, 4396.0, 4435.0, 4416.0, 4426.0, 4395.0, 4423.0, 4392.0, 4393.0, 4394.0, 4404.0, 4393.0, 4423.0, 4394.0, 4403.0, 4394.0, 4393.0, 4404.0, 4393.0, 4444.0, 4393.0, 4466.0, 4394.0, 4435.0, 4394.0, 4415.0, 4392.0, 4394.0, 4406.0, 4406.0, 4405.0, 4395.0, 4405.0, 4406.0, 4405.0, 4408.0, 4446.0, 4407.0, 4456.0, 4406.0, 4446.0, 4397.0, 4426.0, 4408.0, 4417.0, 4408.0, 4428.0, 4407.0, 4407.0, 4457.0, 4407.0, 4448.0, 4416.0, 4427.0, 4395.0, 4395.0, 4414.0, 4405.0, 4456.0, 4395.0, 4434.0, 4393.0, 4382.0, 4383.0, 4403.0, 4393.0, 4405.0, 4395.0, 4394.0, 4405.0, 4407.0, 4418.0, 4419.0, 4460.0, 4420.0, 4459.0, 4422.0, 4440.0, 4421.0, 4430.0, 4410.0, 4468.0, 4407.0, 4438.0, 4406.0, 4407.0, 4406.0, 4458.0, 4417.0, 4447.0, 4396.0, 4405.0, 4405.0, 4416.0, 4445.0, 4394.0, 4466.0, 4394.0, 4445.0, 4424.0, 4445.0, 4414.0, 4412.0, 4391.0, 4392.0, 4432.0, 4393.0, 4443.0, 4392.0, 4413.0, 4391.0, 4391.0, 4392.0, 4422.0, 4394.0, 4402.0, 4395.0, 4394.0, 4404.0, 4394.0, 4404.0, 4395.0, 4444.0, 4394.0, 4435.0, 4405.0, 4413.0, 4393.0, 4394.0, 4393.0, 4406.0, 4423.0, 4393.0, 4433.0, 4403.0, 4454.0, 4393.0, 4423.0, 4392.0, 4404.0, 4394.0, 4393.0, 4443.0, 4393.0, 4422.0, 4393.0, 4402.0, 4383.0, 4392.0, 4391.0, 4394.0, 4443.0, 4393.0, 4422.0, 4393.0, 4403.0, 4393.0, 4396.0, 4445.0, 4404.0, 4445.0, 4384.0, 4412.0, 4383.0, 4394.0, 4382.0, 4395.0, 4392.0, 4393.0, 4433.0, 4395.0, 4444.0, 4393.0, 4423.0, 4395.0, 4402.0, 4392.0, 4394.0, 4393.0, 4394.0, 4433.0, 4393.0, 4433.0, 4406.0, 4414.0, 4406.0, 4425.0, 4408.0, 4435.0, 4408.0, 4447.0, 4397.0, 4424.0, 4396.0, 4415.0, 4395.0, 4405.0, 4394.0, 4406.0, 4443.0, 4395.0, 4435.0, 4404.0, 4424.0, 4394.0, 4405.0, 4394.0, 4405.0, 4434.0, 4395.0, 4446.0, 4395.0, 4414.0, 4392.0, 4393.0, 4404.0, 4404.0, 4443.0, 4393.0, 4422.0, 4395.0, 4403.0, 4395.0, 4405.0, 4405.0, 4396.0, 4407.0, 4407.0, 4447.0, 4410.0, 4418.0, 4408.0, 4428.0, 4398.0, 4407.0, 4447.0, 4407.0, 4458.0, 4416.0, 4456.0, 4428.0, 4445.0, 4406.0, 4435.0, 4396.0, 4426.0, 4416.0, 4437.0, 4396.0, 4405.0, 4394.0, 4405.0, 4435.0, 4405.0, 4466.0, 4406.0, 4446.0, 4394.0, 4394.0, 4405.0, 4409.0, 4426.0, 4397.0, 4446.0, 4398.0, 4428.0, 4407.0, 4409.0, 4436.0, 4417.0, 4470.0, 4394.0, 4455.0, 4414.0, 4424.0, 4394.0, 4403.0, 4445.0, 4394.0, 4455.0, 4392.0, 4422.0, 4381.0, 4414.0, 4382.0, 4392.0, 4383.0, 4392.0, 4392.0, 4394.0, 4434.0, 4392.0, 4444.0, 4392.0, 4422.0, 4393.0, 4413.0, 4394.0, 4404.0, 4394.0, 4395.0, 4393.0, 4404.0, 4432.0, 4394.0, 4444.0, 4394.0, 4424.0, 4404.0, 4425.0, 4395.0, 4404.0, 4395.0, 4393.0, 4394.0, 4393.0, 4442.0, 4393.0, 4432.0, 4392.0, 4411.0, 4394.0, 4413.0, 4405.0, 4414.0, 4406.0, 4425.0, 4408.0, 4428.0, 4409.0, 4429.0, 4408.0, 4418.0, 4457.0, 4406.0, 4457.0, 4407.0, 4436.0, 4418.0, 4469.0, 4428.0, 4438.0, 4410.0, 4419.0, 4419.0, 4420.0, 4462.0, 4409.0, 4449.0, 4411.0, 4439.0, 4421.0, 4461.0, 4419.0, 4459.0, 4409.0, 4428.0, 4416.0, 4436.0, 4467.0, 4426.0, 4467.0, 4424.0, 4443.0, 4414.0, 4434.0, 4391.0, 4419.0, 4381.0, 4382.0, 4390.0, 4391.0, 4432.0, 4382.0, 4422.0, 4393.0, 4381.0, 4393.0, 4392.0, 4412.0, 4391.0, 4432.0, 4383.0, 4412.0, 4392.0, 4402.0, 4382.0, 4402.0, 4384.0, 4382.0, 4402.0, 4393.0, 4443.0, 4413.0, 4432.0, 4391.0, 4411.0, 4382.0, 4392.0, 4381.0, 4402.0, 4382.0, 4391.0, 4392.0, 4395.0, 4394.0, 4393.0, 4443.0, 4393.0, 4434.0, 4382.0, 4402.0, 4392.0, 4393.0, 4423.0, 4392.0, 4432.0, 4381.0, 4411.0, 4384.0, 4412.0, 4382.0, 4412.0, 4381.0, 4392.0, 4383.0, 4394.0, 4392.0, 4395.0, 4413.0, 4404.0, 4423.0, 4395.0, 4425.0, 4394.0, 4424.0, 4395.0, 4414.0, 4395.0, 4394.0, 4393.0, 4404.0, 4394.0, 4396.0, 4394.0, 4395.0, 4455.0, 4395.0, 4446.0, 4396.0, 4424.0, 4395.0, 4424.0, 4405.0, 4425.0, 4397.0, 4416.0, 4395.0, 4396.0, 4395.0, 4408.0, 4405.0, 4395.0, 4395.0, 4397.0, 4407.0, 4438.0, 4397.0, 4446.0, 4397.0, 4416.0, 4409.0, 4447.0, 4397.0, 4437.0, 4395.0, 4395.0, 4406.0, 4405.0, 4393.0, 4405.0, 4396.0, 4395.0, 4406.0, 4416.0, 4406.0, 4437.0, 4406.0, 4406.0, 4406.0, 4407.0, 4407.0, 4448.0, 4406.0, 4406.0, 4427.0, 4406.0, 4477.0, 4437.0, 4455.0, 4394.0, 4433.0, 4395.0, 4424.0, 4404.0, 4423.0, 4405.0, 4424.0, 4395.0, 4414.0, 4406.0, 4416.0, 4394.0, 4434.0, 4395.0, 4393.0, 4394.0, 4415.0, 4395.0, 4455.0, 4394.0, 4433.0, 4384.0, 4403.0, 4393.0, 4413.0, 4382.0, 4412.0, 4382.0, 4391.0, 4383.0, 4393.0, 4422.0, 4393.0, 4454.0, 4382.0, 4423.0, 4395.0, 4413.0, 4395.0, 4424.0, 4383.0, 4403.0, 4393.0, 4392.0, 4383.0, 4412.0, 4382.0, 4401.0, 4391.0, 4392.0, 4392.0, 4424.0, 4382.0, 4413.0, 4384.0, 4392.0, 4392.0, 4392.0, 4442.0, 4392.0, 4454.0, 4381.0, 4422.0, 4390.0, 4401.0, 4382.0, 4378.0, 4380.0, 4391.0, 4381.0, 4382.0, 4391.0, 4392.0, 4422.0, 4392.0, 4411.0, 4382.0, 4401.0, 4381.0, 4392.0, 4401.0, 4393.0, 4422.0, 4393.0, 4412.0, 4382.0, 4382.0, 4382.0, 4394.0, 4434.0, 4395.0, 4424.0, 4383.0, 4391.0, 4393.0, 4394.0, 4406.0, 4405.0, 4395.0, 4406.0, 4397.0, 4407.0, 4437.0, 4409.0, 4458.0, 4397.0, 4437.0, 4397.0, 4407.0, 4436.0, 4407.0, 4467.0, 4394.0, 4445.0, 4396.0, 4404.0, 4413.0, 4404.0, 4394.0, 4393.0, 4395.0, 4394.0, 4405.0, 4416.0, 4406.0, 4436.0, 4406.0, 4408.0, 4448.0, 4406.0, 4468.0, 4424.0, 4458.0, 4404.0, 4403.0, 4434.0, 4392.0, 4465.0, 4433.0, 4442.0, 4390.0, 4380.0, 4451.0, 4379.0, 4418.0, 4377.0, 4389.0, 4368.0, 4380.0, 4389.0, 4379.0, 4379.0, 4381.0, 4400.0, 4392.0, 4402.0, 4393.0, 4394.0, 4384.0, 4394.0, 4423.0, 4384.0, 4433.0, 4383.0, 4404.0, 4384.0, 4383.0, 4382.0, 4394.0, 4415.0, 4407.0, 4416.0, 4397.0, 4406.0, 4406.0, 4419.0, 4440.0, 4410.0, 4421.0, 4412.0, 4430.0, 4431.0, 4470.0, 4420.0, 4459.0, 4418.0, 4427.0, 4436.0, 4425.0, 4435.0, 4394.0, 4393.0, 4404.0, 4395.0, 4426.0, 4395.0, 4416.0, 4396.0, 4404.0, 4395.0, 4405.0, 4404.0, 4436.0, 4404.0, 4395.0, 4444.0, 4404.0, 4454.0, 4417.0, 4454.0, 4395.0, 4433.0, 4393.0, 4413.0, 4393.0, 4403.0, 4382.0, 4393.0, 4410.0, 4392.0, 4421.0, 4392.0, 4411.0, 4393.0, 4401.0, 4393.0, 4411.0, 4382.0, 4402.0, 4393.0, 4402.0, 4392.0, 4384.0, 4395.0, 4394.0, 4397.0, 4396.0, 4405.0, 4400.0, 4446.0, 4397.0, 4440.0, 4417.0, 4428.0, 4405.0, 4406.0, 4456.0, 4395.0, 4467.0, 4435.0, 4456.0, 4415.0, 4444.0, 4403.0, 4423.0, 4416.0, 4424.0, 4406.0, 4417.0, 4398.0, 4405.0, 4395.0, 4423.0, 4394.0, 4404.0, 4394.0, 4404.0, 4395.0, 4414.0, 4383.0, 4393.0, 4383.0, 4392.0, 4443.0, 4444.0, 4393.0, 4401.0, 4381.0, 4400.0, 4381.0, 4401.0, 4380.0, 4421.0, 4382.0, 4391.0, 4370.0, 4392.0, 4410.0, 4380.0, 4411.0, 4379.0, 4389.0, 4380.0, 4399.0, 4391.0, 4421.0, 4392.0, 4432.0, 4381.0, 4399.0, 4381.0, 4392.0, 4382.0, 4391.0, 4382.0, 4390.0, 4383.0, 4391.0, 4393.0, 4393.0, 4395.0, 4415.0, 4395.0, 4395.0, 4396.0, 4395.0, 4406.0, 4407.0, 4407.0, 4398.0, 4408.0, 4396.0, 4445.0, 4396.0, 4449.0, 4427.0, 4447.0, 4405.0, 4415.0, 4397.0, 4416.0, 4395.0, 4446.0, 4396.0, 4414.0, 4396.0, 4404.0, 4398.0, 4415.0, 4396.0, 4416.0, 4395.0, 4405.0, 4434.0, 4406.0, 4446.0, 4405.0, 4436.0, 4394.0, 4403.0, 4409.0, 4448.0, 4419.0, 4408.0, 4410.0, 4421.0, 4420.0, 4421.0, 4419.0, 4422.0, 4450.0, 4410.0, 4429.0, 4408.0, 4429.0, 4438.0, 4448.0, 4447.0, 4405.0, 4467.0, 4404.0, 4455.0, 4423.0, 4457.0, 4414.0, 4413.0, 4381.0, 4392.0, 4441.0, 4391.0, 4452.0, 4380.0, 4409.0, 4382.0, 4403.0, 4381.0, 4401.0, 4381.0, 4391.0, 4381.0, 4392.0, 4383.0, 4392.0, 4413.0, 4394.0, 4432.0, 4394.0, 4432.0, 4395.0, 4423.0, 4404.0, 4413.0, 4383.0, 4393.0, 4395.0, 4396.0, 4394.0, 4413.0, 4394.0, 4394.0, 4394.0, 4396.0, 4405.0, 4394.0, 4403.0, 4404.0, 4394.0, 4396.0, 4395.0, 4406.0, 4435.0, 4406.0, 4456.0, 4406.0, 4435.0, 4406.0, 4448.0, 4427.0, 4493.0, 4460.0, 4456.0, 4441.0, 4448.0, 4418.0, 4397.0, 4419.0, 4407.0, 4407.0, 4407.0, 4407.0, 4425.0, 4435.0, 4393.0, 4394.0, 4423.0, 4405.0, 4454.0, 4413.0, 4455.0, 4393.0, 4433.0, 4382.0, 4413.0, 4381.0, 4402.0, 4381.0, 4400.0, 4381.0, 4381.0, 4394.0, 4383.0, 4393.0, 4403.0, 4394.0, 4382.0, 4383.0, 4394.0, 4404.0, 4394.0, 4432.0, 4402.0, 4444.0, 4392.0, 4424.0, 4384.0, 4413.0, 4382.0, 4382.0, 4381.0, 4392.0, 4392.0, 4394.0, 4423.0, 4395.0, 4434.0, 4395.0, 4404.0, 4394.0, 4395.0, 4404.0, 4415.0, 4434.0, 4394.0, 4444.0, 4395.0, 4426.0, 4405.0, 4435.0, 4394.0, 4423.0, 4396.0, 4416.0, 4407.0, 4417.0, 4407.0, 4437.0, 4407.0, 4406.0, 4418.0, 4421.0, 4459.0, 4418.0, 4408.0, 4460.0, 4418.0, 4437.0, 4437.0, 4427.0, 4425.0, 4445.0, 4404.0, 4469.0, 4435.0, 4454.0, 4430.0, 4429.0, 4408.0, 4407.0, 4366.0, 4405.0, 4385.0, 4365.0, 4427.0, 4364.0, 4374.0, 4365.0, 4365.0, 4365.0, 4377.0, 4380.0, 4380.0, 4391.0, 4392.0, 4401.0, 4393.0, 4433.0, 4382.0, 4414.0, 4382.0, 4392.0, 4412.0, 4392.0, 4444.0, 4382.0, 4411.0, 4381.0, 4392.0, 4383.0, 4393.0, 4383.0, 4395.0, 4393.0, 4405.0, 4445.0, 4403.0, 4445.0, 4395.0, 4423.0, 4395.0, 4406.0, 4396.0, 4407.0, 4436.0, 4406.0, 4456.0, 4405.0, 4425.0, 4384.0, 4404.0, 4433.0, 4395.0, 4456.0, 4396.0, 4457.0, 4437.0, 4456.0, 4404.0, 4403.0, 4394.0, 4393.0, 4406.0, 4406.0, 4395.0, 4397.0, 4395.0, 4395.0, 4406.0, 4406.0, 4407.0, 4395.0, 4398.0, 4405.0, 4407.0, 4456.0, 4408.0, 4456.0, 4396.0, 4425.0, 4395.0, 4415.0, 4396.0, 4425.0, 4394.0, 4414.0, 4394.0, 4395.0, 4397.0, 4404.0, 4396.0, 4415.0, 4396.0, 4394.0, 4396.0, 4406.0, 4407.0, 4428.0, 4398.0, 4408.0, 4398.0, 4407.0, 4408.0, 4429.0, 4427.0, 4427.0, 4406.0, 4395.0, 4416.0, 4405.0, 4425.0, 4457.0, 4405.0, 4424.0, 4394.0, 4415.0, 4407.0, 4447.0, 4408.0, 4468.0, 4406.0, 4445.0, 4416.0, 4437.0, 4417.0, 4455.0, 4413.0, 4423.0, 4394.0, 4413.0, 4393.0, 4455.0, 4413.0, 4432.0, 4381.0, 4401.0, 4391.0, 4433.0, 4381.0, 4430.0, 4381.0, 4380.0, 4379.0, 4380.0, 4380.0, 4389.0, 4379.0, 4379.0, 4370.0, 4391.0, 4380.0, 4381.0, 4422.0, 4382.0, 4410.0, 4391.0, 4403.0, 4393.0, 4421.0, 4392.0, 4412.0, 4383.0, 4402.0, 4383.0, 4403.0, 4382.0, 4403.0, 4382.0, 4381.0, 4383.0, 4392.0, 4394.0, 4403.0, 4394.0, 4393.0, 4395.0, 4405.0, 4407.0, 4417.0, 4406.0, 4437.0, 4398.0, 4399.0, 4407.0, 4410.0, 4458.0, 4439.0, 4458.0, 4406.0, 4466.0, 4396.0, 4445.0, 4425.0, 4445.0, 4404.0, 4414.0, 4394.0, 4395.0, 4393.0, 4394.0, 4403.0, 4393.0, 4413.0, 4394.0, 4413.0, 4394.0, 4425.0, 4395.0, 4425.0, 4396.0, 4433.0, 4395.0, 4425.0, 4394.0, 4425.0, 4383.0, 4392.0, 4384.0, 4393.0, 4394.0, 4404.0, 4414.0, 4394.0, 4394.0, 4395.0, 4394.0, 4408.0, 4436.0, 4399.0, 4437.0, 4406.0, 4425.0, 4409.0, 4437.0, 4432.0, 4458.0, 4408.0, 4415.0, 4407.0, 4408.0, 4408.0, 4428.0, 4417.0, 4398.0, 4406.0, 4408.0, 4417.0, 4407.0, 4457.0, 4407.0, 4436.0, 4395.0, 4406.0, 4467.0, 4425.0, 4467.0, 4424.0, 4443.0, 4413.0, 4421.0, 4390.0, 4440.0, 4391.0, 4409.0, 4380.0, 4391.0, 4391.0, 4391.0, 4392.0, 4411.0, 4392.0, 4391.0, 4382.0, 4392.0, 4411.0, 4403.0, 4431.0, 4380.0, 4440.0, 4380.0, 4421.0, 4413.0, 4454.0, 4412.0, 4391.0, 4391.0, 4383.0, 4392.0, 4383.0, 4394.0, 4393.0, 4393.0, 4423.0, 4393.0, 4453.0, 4381.0, 4432.0, 4412.0, 4431.0, 4370.0, 4378.0, 4389.0, 4379.0, 4451.0, 4408.0, 4429.0, 4388.0, 4397.0, 4368.0, 4369.0, 4379.0, 4379.0, 4367.0, 4379.0, 4381.0, 4381.0, 4393.0, 4393.0, 4395.0, 4415.0, 4395.0, 4394.0, 4396.0, 4395.0, 4416.0, 4395.0, 4434.0, 4394.0, 4444.0, 4394.0, 4424.0, 4395.0, 4425.0, 4417.0, 4454.0, 4404.0, 4424.0, 4396.0, 4415.0, 4406.0, 4426.0, 4406.0, 4414.0, 4395.0, 4404.0, 4407.0, 4425.0, 4396.0, 4436.0, 4396.0, 4434.0, 4393.0, 4425.0, 4418.0, 4435.0, 4407.0, 4402.0, 4393.0, 4405.0, 4415.0, 4408.0, 4408.0, 4431.0, 4424.0, 4450.0, 4420.0, 4417.0, 4408.0, 4398.0, 4459.0, 4431.0, 4481.0, 4441.0, 4471.0, 4437.0, 4457.0, 4433.0, 4443.0, 4407.0, 4406.0, 4394.0, 4373.0, 4413.0, 4361.0, 4401.0, 4350.0, 4340.0, 4349.0, 4350.0, 4361.0, 4365.0, 4363.0, 4370.0, 4377.0, 4378.0, 4377.0, 4378.0, 4380.0, 4410.0, 4381.0, 4409.0, 4378.0, 4389.0, 4367.0, 4378.0, 4367.0, 4367.0, 4367.0, 4379.0, 4379.0, 4369.0, 4380.0, 4382.0, 4380.0, 4381.0, 4400.0, 4381.0, 4413.0, 4393.0, 4412.0, 4395.0, 4412.0, 4395.0, 4406.0, 4386.0, 4394.0, 4383.0, 4395.0, 4404.0, 4395.0, 4445.0, 4395.0, 4425.0, 4395.0, 4396.0, 4395.0], 'WindowWidth': [9834.0, 9758.0, 9740.0, 9707.0, 9714.0, 9684.0, 9691.0, 9668.0, 9680.0, 9679.0, 9689.0, 9662.0, 9682.0, 9729.0, 9686.0, 9720.0, 9684.0, 9720.0, 9685.0, 9726.0, 9689.0, 9712.0, 9691.0, 9692.0, 9692.0, 9706.0, 9693.0, 9709.0, 9761.0, 9709.0, 9746.0, 9713.0, 9709.0, 9713.0, 9711.0, 9726.0, 9716.0, 9729.0, 9716.0, 9735.0, 9734.0, 9738.0, 9738.0, 9755.0, 9755.0, 9743.0, 9743.0, 9768.0, 9743.0, 9810.0, 9745.0, 9798.0, 9771.0, 9793.0, 9741.0, 9783.0, 9743.0, 9768.0, 9761.0, 9808.0, 9759.0, 9795.0, 9745.0, 9780.0, 9756.0, 9772.0, 9757.0, 9769.0, 9740.0, 9740.0, 9808.0, 9737.0, 9795.0, 9740.0, 9767.0, 9753.0, 9738.0, 9736.0, 9753.0, 9740.0, 9758.0, 9758.0, 9748.0, 9764.0, 9764.0, 9779.0, 9768.0, 9770.0, 9823.0, 9769.0, 9796.0, 9855.0, 9792.0, 9857.0, 9801.0, 9835.0, 9766.0, 9796.0, 9811.0, 9741.0, 9851.0, 9811.0, 9825.0, 9774.0, 9775.0, 9727.0, 9729.0, 9820.0, 9740.0, 9805.0, 9724.0, 9769.0, 9714.0, 9730.0, 9723.0, 9710.0, 9799.0, 9708.0, 9761.0, 9710.0, 9737.0, 9707.0, 9734.0, 9709.0, 9712.0, 9719.0, 9709.0, 9781.0, 9709.0, 9749.0, 9694.0, 9706.0, 9735.0, 9708.0, 9779.0, 9707.0, 9746.0, 9695.0, 9718.0, 9705.0, 9692.0, 9707.0, 9706.0, 9693.0, 9711.0, 9710.0, 9730.0, 9725.0, 9727.0, 9755.0, 9716.0, 9810.0, 9718.0, 9771.0, 9744.0, 9759.0, 9714.0, 9750.0, 9709.0, 9709.0, 9712.0, 9725.0, 9710.0, 9750.0, 9712.0, 9721.0, 9712.0, 9709.0, 9726.0, 9710.0, 9780.0, 9711.0, 9819.0, 9712.0, 9769.0, 9713.0, 9740.0, 9710.0, 9713.0, 9729.0, 9731.0, 9729.0, 9717.0, 9730.0, 9732.0, 9730.0, 9737.0, 9788.0, 9736.0, 9803.0, 9734.0, 9786.0, 9722.0, 9762.0, 9739.0, 9751.0, 9739.0, 9764.0, 9736.0, 9737.0, 9805.0, 9737.0, 9793.0, 9746.0, 9761.0, 9716.0, 9716.0, 9740.0, 9728.0, 9804.0, 9714.0, 9768.0, 9708.0, 9694.0, 9695.0, 9725.0, 9711.0, 9729.0, 9716.0, 9715.0, 9730.0, 9736.0, 9752.0, 9757.0, 9812.0, 9758.0, 9810.0, 9761.0, 9785.0, 9763.0, 9771.0, 9742.0, 9823.0, 9736.0, 9776.0, 9733.0, 9735.0, 9734.0, 9809.0, 9748.0, 9792.0, 9719.0, 9730.0, 9729.0, 9746.0, 9784.0, 9714.0, 9821.0, 9712.0, 9787.0, 9753.0, 9785.0, 9738.0, 9735.0, 9703.0, 9706.0, 9761.0, 9708.0, 9783.0, 9706.0, 9735.0, 9705.0, 9704.0, 9709.0, 9748.0, 9713.0, 9721.0, 9715.0, 9714.0, 9728.0, 9715.0, 9727.0, 9715.0, 9785.0, 9713.0, 9770.0, 9728.0, 9738.0, 9709.0, 9710.0, 9710.0, 9731.0, 9749.0, 9711.0, 9764.0, 9723.0, 9797.0, 9710.0, 9753.0, 9707.0, 9723.0, 9710.0, 9708.0, 9781.0, 9709.0, 9749.0, 9708.0, 9718.0, 9694.0, 9707.0, 9704.0, 9713.0, 9778.0, 9709.0, 9748.0, 9711.0, 9724.0, 9711.0, 9716.0, 9784.0, 9725.0, 9785.0, 9697.0, 9734.0, 9696.0, 9712.0, 9694.0, 9712.0, 9706.0, 9710.0, 9762.0, 9713.0, 9780.0, 9710.0, 9751.0, 9712.0, 9719.0, 9706.0, 9710.0, 9708.0, 9712.0, 9764.0, 9710.0, 9763.0, 9729.0, 9739.0, 9732.0, 9757.0, 9737.0, 9770.0, 9736.0, 9789.0, 9720.0, 9755.0, 9719.0, 9743.0, 9714.0, 9729.0, 9711.0, 9729.0, 9781.0, 9715.0, 9770.0, 9727.0, 9753.0, 9714.0, 9728.0, 9713.0, 9729.0, 9769.0, 9716.0, 9785.0, 9712.0, 9738.0, 9707.0, 9708.0, 9723.0, 9724.0, 9777.0, 9710.0, 9748.0, 9713.0, 9723.0, 9716.0, 9729.0, 9731.0, 9719.0, 9734.0, 9736.0, 9791.0, 9741.0, 9753.0, 9738.0, 9765.0, 9722.0, 9735.0, 9789.0, 9734.0, 9809.0, 9746.0, 9803.0, 9763.0, 9785.0, 9730.0, 9769.0, 9720.0, 9760.0, 9746.0, 9776.0, 9718.0, 9728.0, 9711.0, 9728.0, 9770.0, 9729.0, 9820.0, 9730.0, 9788.0, 9712.0, 9713.0, 9728.0, 9738.0, 9759.0, 9721.0, 9788.0, 9723.0, 9765.0, 9735.0, 9740.0, 9772.0, 9747.0, 9826.0, 9713.0, 9800.0, 9741.0, 9755.0, 9712.0, 9724.0, 9782.0, 9712.0, 9802.0, 9708.0, 9748.0, 9691.0, 9737.0, 9691.0, 9705.0, 9694.0, 9707.0, 9707.0, 9710.0, 9763.0, 9706.0, 9783.0, 9707.0, 9748.0, 9709.0, 9734.0, 9711.0, 9724.0, 9713.0, 9715.0, 9710.0, 9725.0, 9761.0, 9712.0, 9781.0, 9714.0, 9751.0, 9727.0, 9754.0, 9715.0, 9725.0, 9713.0, 9710.0, 9710.0, 9710.0, 9777.0, 9707.0, 9763.0, 9706.0, 9732.0, 9711.0, 9736.0, 9728.0, 9740.0, 9732.0, 9757.0, 9737.0, 9764.0, 9740.0, 9767.0, 9736.0, 9751.0, 9804.0, 9730.0, 9805.0, 9734.0, 9773.0, 9751.0, 9826.0, 9765.0, 9775.0, 9747.0, 9759.0, 9755.0, 9761.0, 9819.0, 9743.0, 9796.0, 9747.0, 9783.0, 9760.0, 9815.0, 9755.0, 9810.0, 9740.0, 9764.0, 9745.0, 9773.0, 9824.0, 9758.0, 9824.0, 9751.0, 9780.0, 9737.0, 9766.0, 9703.0, 9739.0, 9688.0, 9690.0, 9700.0, 9704.0, 9760.0, 9693.0, 9746.0, 9708.0, 9689.0, 9707.0, 9705.0, 9733.0, 9703.0, 9762.0, 9694.0, 9734.0, 9707.0, 9719.0, 9692.0, 9719.0, 9697.0, 9694.0, 9718.0, 9709.0, 9782.0, 9734.0, 9762.0, 9702.0, 9729.0, 9691.0, 9704.0, 9691.0, 9718.0, 9691.0, 9703.0, 9707.0, 9714.0, 9712.0, 9710.0, 9779.0, 9710.0, 9768.0, 9693.0, 9719.0, 9706.0, 9709.0, 9748.0, 9705.0, 9759.0, 9689.0, 9730.0, 9696.0, 9732.0, 9693.0, 9731.0, 9690.0, 9705.0, 9695.0, 9710.0, 9706.0, 9714.0, 9735.0, 9726.0, 9750.0, 9714.0, 9755.0, 9713.0, 9751.0, 9714.0, 9740.0, 9715.0, 9713.0, 9711.0, 9725.0, 9713.0, 9716.0, 9713.0, 9716.0, 9799.0, 9713.0, 9785.0, 9716.0, 9754.0, 9714.0, 9754.0, 9730.0, 9755.0, 9720.0, 9743.0, 9715.0, 9717.0, 9716.0, 9734.0, 9729.0, 9715.0, 9715.0, 9719.0, 9736.0, 9779.0, 9722.0, 9787.0, 9721.0, 9746.0, 9738.0, 9791.0, 9722.0, 9774.0, 9715.0, 9716.0, 9731.0, 9728.0, 9710.0, 9727.0, 9716.0, 9716.0, 9732.0, 9746.0, 9734.0, 9776.0, 9731.0, 9731.0, 9734.0, 9734.0, 9735.0, 9793.0, 9731.0, 9730.0, 9760.0, 9732.0, 9841.0, 9775.0, 9799.0, 9712.0, 9764.0, 9714.0, 9753.0, 9727.0, 9750.0, 9728.0, 9752.0, 9716.0, 9738.0, 9730.0, 9744.0, 9713.0, 9765.0, 9714.0, 9708.0, 9713.0, 9740.0, 9714.0, 9799.0, 9711.0, 9763.0, 9698.0, 9721.0, 9710.0, 9735.0, 9693.0, 9731.0, 9691.0, 9703.0, 9695.0, 9708.0, 9745.0, 9708.0, 9796.0, 9694.0, 9749.0, 9713.0, 9735.0, 9713.0, 9752.0, 9696.0, 9722.0, 9708.0, 9707.0, 9694.0, 9733.0, 9692.0, 9717.0, 9703.0, 9705.0, 9705.0, 9751.0, 9692.0, 9734.0, 9698.0, 9705.0, 9705.0, 9706.0, 9776.0, 9704.0, 9799.0, 9689.0, 9746.0, 9699.0, 9714.0, 9688.0, 9682.0, 9684.0, 9702.0, 9689.0, 9691.0, 9701.0, 9705.0, 9746.0, 9706.0, 9731.0, 9691.0, 9716.0, 9690.0, 9706.0, 9717.0, 9708.0, 9746.0, 9708.0, 9732.0, 9693.0, 9692.0, 9690.0, 9711.0, 9766.0, 9712.0, 9751.0, 9695.0, 9704.0, 9710.0, 9711.0, 9733.0, 9729.0, 9716.0, 9730.0, 9718.0, 9733.0, 9774.0, 9739.0, 9808.0, 9721.0, 9777.0, 9721.0, 9734.0, 9771.0, 9732.0, 9826.0, 9711.0, 9784.0, 9715.0, 9726.0, 9736.0, 9725.0, 9710.0, 9708.0, 9714.0, 9712.0, 9729.0, 9744.0, 9732.0, 9772.0, 9732.0, 9735.0, 9791.0, 9732.0, 9825.0, 9755.0, 9804.0, 9723.0, 9723.0, 9763.0, 9705.0, 9818.0, 9761.0, 9778.0, 9698.0, 9686.0, 9785.0, 9682.0, 9736.0, 9677.0, 9694.0, 9664.0, 9683.0, 9693.0, 9683.0, 9683.0, 9687.0, 9713.0, 9706.0, 9718.0, 9708.0, 9711.0, 9696.0, 9710.0, 9749.0, 9696.0, 9763.0, 9695.0, 9723.0, 9695.0, 9693.0, 9691.0, 9710.0, 9742.0, 9733.0, 9743.0, 9721.0, 9734.0, 9734.0, 9758.0, 9785.0, 9745.0, 9760.0, 9748.0, 9769.0, 9772.0, 9826.0, 9754.0, 9811.0, 9749.0, 9762.0, 9770.0, 9754.0, 9767.0, 9709.0, 9709.0, 9724.0, 9713.0, 9758.0, 9713.0, 9741.0, 9716.0, 9725.0, 9714.0, 9726.0, 9725.0, 9771.0, 9725.0, 9713.0, 9780.0, 9724.0, 9799.0, 9743.0, 9796.0, 9711.0, 9763.0, 9708.0, 9736.0, 9707.0, 9720.0, 9690.0, 9706.0, 9727.0, 9703.0, 9743.0, 9704.0, 9727.0, 9707.0, 9716.0, 9707.0, 9730.0, 9693.0, 9719.0, 9706.0, 9718.0, 9704.0, 9695.0, 9712.0, 9712.0, 9720.0, 9718.0, 9729.0, 9727.0, 9789.0, 9721.0, 9781.0, 9747.0, 9765.0, 9727.0, 9730.0, 9799.0, 9713.0, 9821.0, 9769.0, 9803.0, 9739.0, 9779.0, 9721.0, 9749.0, 9747.0, 9752.0, 9732.0, 9749.0, 9724.0, 9726.0, 9714.0, 9751.0, 9713.0, 9724.0, 9712.0, 9726.0, 9713.0, 9737.0, 9694.0, 9708.0, 9694.0, 9706.0, 9776.0, 9781.0, 9710.0, 9716.0, 9688.0, 9713.0, 9689.0, 9715.0, 9687.0, 9745.0, 9691.0, 9701.0, 9672.0, 9702.0, 9723.0, 9684.0, 9726.0, 9682.0, 9695.0, 9684.0, 9709.0, 9701.0, 9742.0, 9703.0, 9759.0, 9689.0, 9711.0, 9689.0, 9703.0, 9692.0, 9702.0, 9691.0, 9700.0, 9695.0, 9703.0, 9710.0, 9710.0, 9715.0, 9739.0, 9715.0, 9714.0, 9718.0, 9715.0, 9731.0, 9733.0, 9732.0, 9721.0, 9734.0, 9718.0, 9784.0, 9718.0, 9795.0, 9760.0, 9787.0, 9729.0, 9741.0, 9719.0, 9745.0, 9715.0, 9785.0, 9717.0, 9739.0, 9718.0, 9725.0, 9720.0, 9742.0, 9716.0, 9742.0, 9714.0, 9727.0, 9767.0, 9729.0, 9787.0, 9726.0, 9769.0, 9712.0, 9726.0, 9740.0, 9795.0, 9759.0, 9740.0, 9746.0, 9761.0, 9758.0, 9763.0, 9756.0, 9763.0, 9799.0, 9743.0, 9767.0, 9739.0, 9767.0, 9777.0, 9793.0, 9789.0, 9728.0, 9818.0, 9725.0, 9800.0, 9750.0, 9804.0, 9735.0, 9733.0, 9689.0, 9704.0, 9773.0, 9702.0, 9792.0, 9686.0, 9724.0, 9692.0, 9720.0, 9690.0, 9715.0, 9689.0, 9701.0, 9690.0, 9705.0, 9694.0, 9706.0, 9733.0, 9709.0, 9758.0, 9710.0, 9761.0, 9713.0, 9749.0, 9724.0, 9735.0, 9696.0, 9708.0, 9715.0, 9715.0, 9711.0, 9736.0, 9710.0, 9711.0, 9712.0, 9716.0, 9727.0, 9712.0, 9723.0, 9725.0, 9711.0, 9716.0, 9713.0, 9731.0, 9769.0, 9732.0, 9802.0, 9731.0, 9769.0, 9732.0, 9792.0, 9762.0, 9872.0, 9814.0, 9803.0, 9786.0, 9792.0, 9748.0, 9719.0, 9752.0, 9734.0, 9733.0, 9734.0, 9732.0, 9754.0, 9769.0, 9709.0, 9710.0, 9750.0, 9725.0, 9800.0, 9736.0, 9801.0, 9707.0, 9762.0, 9692.0, 9734.0, 9689.0, 9717.0, 9689.0, 9713.0, 9690.0, 9688.0, 9709.0, 9693.0, 9707.0, 9720.0, 9707.0, 9690.0, 9693.0, 9711.0, 9723.0, 9711.0, 9760.0, 9720.0, 9781.0, 9705.0, 9751.0, 9697.0, 9733.0, 9689.0, 9691.0, 9687.0, 9702.0, 9704.0, 9710.0, 9749.0, 9713.0, 9764.0, 9713.0, 9723.0, 9711.0, 9715.0, 9724.0, 9741.0, 9765.0, 9710.0, 9782.0, 9714.0, 9756.0, 9727.0, 9768.0, 9712.0, 9750.0, 9715.0, 9743.0, 9735.0, 9747.0, 9734.0, 9774.0, 9737.0, 9732.0, 9752.0, 9761.0, 9813.0, 9754.0, 9739.0, 9814.0, 9753.0, 9775.0, 9775.0, 9758.0, 9755.0, 9783.0, 9725.0, 9824.0, 9769.0, 9803.0, 9752.0, 9753.0, 9717.0, 9717.0, 9657.0, 9710.0, 9682.0, 9656.0, 9743.0, 9653.0, 9666.0, 9656.0, 9656.0, 9658.0, 9675.0, 9683.0, 9682.0, 9700.0, 9703.0, 9715.0, 9707.0, 9762.0, 9692.0, 9735.0, 9689.0, 9705.0, 9729.0, 9705.0, 9781.0, 9690.0, 9728.0, 9689.0, 9705.0, 9693.0, 9706.0, 9695.0, 9713.0, 9709.0, 9725.0, 9781.0, 9723.0, 9783.0, 9714.0, 9751.0, 9715.0, 9731.0, 9716.0, 9733.0, 9771.0, 9730.0, 9803.0, 9727.0, 9756.0, 9697.0, 9725.0, 9762.0, 9712.0, 9801.0, 9714.0, 9805.0, 9774.0, 9801.0, 9725.0, 9722.0, 9711.0, 9708.0, 9730.0, 9730.0, 9715.0, 9718.0, 9714.0, 9714.0, 9730.0, 9729.0, 9732.0, 9715.0, 9719.0, 9728.0, 9733.0, 9800.0, 9735.0, 9803.0, 9715.0, 9754.0, 9713.0, 9741.0, 9717.0, 9753.0, 9712.0, 9737.0, 9712.0, 9711.0, 9717.0, 9724.0, 9715.0, 9740.0, 9715.0, 9710.0, 9718.0, 9731.0, 9733.0, 9762.0, 9724.0, 9735.0, 9722.0, 9735.0, 9738.0, 9765.0, 9760.0, 9760.0, 9730.0, 9714.0, 9744.0, 9728.0, 9755.0, 9807.0, 9726.0, 9753.0, 9712.0, 9743.0, 9734.0, 9792.0, 9737.0, 9824.0, 9730.0, 9783.0, 9744.0, 9774.0, 9743.0, 9800.0, 9734.0, 9748.0, 9712.0, 9734.0, 9707.0, 9801.0, 9732.0, 9760.0, 9689.0, 9714.0, 9703.0, 9763.0, 9687.0, 9755.0, 9688.0, 9684.0, 9683.0, 9686.0, 9685.0, 9696.0, 9683.0, 9683.0, 9671.0, 9701.0, 9684.0, 9687.0, 9742.0, 9690.0, 9726.0, 9702.0, 9720.0, 9708.0, 9742.0, 9706.0, 9731.0, 9695.0, 9719.0, 9695.0, 9721.0, 9692.0, 9719.0, 9692.0, 9689.0, 9693.0, 9706.0, 9710.0, 9722.0, 9710.0, 9709.0, 9716.0, 9727.0, 9734.0, 9749.0, 9731.0, 9774.0, 9722.0, 9723.0, 9735.0, 9740.0, 9806.0, 9781.0, 9806.0, 9730.0, 9820.0, 9715.0, 9785.0, 9756.0, 9784.0, 9724.0, 9738.0, 9710.0, 9712.0, 9710.0, 9710.0, 9721.0, 9708.0, 9735.0, 9711.0, 9735.0, 9712.0, 9752.0, 9714.0, 9753.0, 9716.0, 9765.0, 9715.0, 9754.0, 9710.0, 9753.0, 9694.0, 9705.0, 9696.0, 9708.0, 9711.0, 9724.0, 9736.0, 9711.0, 9710.0, 9714.0, 9712.0, 9736.0, 9771.0, 9725.0, 9773.0, 9732.0, 9756.0, 9738.0, 9775.0, 9779.0, 9806.0, 9735.0, 9742.0, 9735.0, 9737.0, 9738.0, 9763.0, 9748.0, 9722.0, 9732.0, 9738.0, 9749.0, 9735.0, 9805.0, 9733.0, 9771.0, 9715.0, 9730.0, 9818.0, 9755.0, 9822.0, 9749.0, 9779.0, 9734.0, 9745.0, 9700.0, 9770.0, 9700.0, 9723.0, 9687.0, 9700.0, 9704.0, 9701.0, 9705.0, 9729.0, 9705.0, 9702.0, 9691.0, 9706.0, 9729.0, 9719.0, 9758.0, 9685.0, 9769.0, 9686.0, 9743.0, 9737.0, 9796.0, 9731.0, 9701.0, 9702.0, 9693.0, 9705.0, 9694.0, 9709.0, 9707.0, 9707.0, 9748.0, 9705.0, 9794.0, 9689.0, 9762.0, 9729.0, 9754.0, 9670.0, 9680.0, 9693.0, 9681.0, 9790.0, 9718.0, 9751.0, 9691.0, 9700.0, 9663.0, 9666.0, 9679.0, 9680.0, 9664.0, 9679.0, 9687.0, 9687.0, 9709.0, 9708.0, 9714.0, 9738.0, 9713.0, 9711.0, 9714.0, 9714.0, 9740.0, 9712.0, 9764.0, 9710.0, 9779.0, 9709.0, 9751.0, 9713.0, 9754.0, 9746.0, 9794.0, 9723.0, 9749.0, 9715.0, 9740.0, 9730.0, 9756.0, 9730.0, 9736.0, 9712.0, 9725.0, 9732.0, 9756.0, 9718.0, 9770.0, 9716.0, 9766.0, 9709.0, 9756.0, 9749.0, 9768.0, 9729.0, 9717.0, 9709.0, 9730.0, 9742.0, 9738.0, 9736.0, 9775.0, 9767.0, 9797.0, 9757.0, 9748.0, 9737.0, 9722.0, 9809.0, 9773.0, 9846.0, 9786.0, 9832.0, 9772.0, 9809.0, 9762.0, 9776.0, 9714.0, 9712.0, 9689.0, 9659.0, 9717.0, 9640.0, 9694.0, 9622.0, 9609.0, 9621.0, 9625.0, 9642.0, 9653.0, 9649.0, 9672.0, 9678.0, 9678.0, 9677.0, 9680.0, 9686.0, 9723.0, 9685.0, 9720.0, 9677.0, 9692.0, 9661.0, 9676.0, 9659.0, 9659.0, 9660.0, 9681.0, 9679.0, 9666.0, 9683.0, 9687.0, 9682.0, 9685.0, 9709.0, 9688.0, 9731.0, 9706.0, 9732.0, 9713.0, 9733.0, 9712.0, 9728.0, 9701.0, 9709.0, 9693.0, 9711.0, 9722.0, 9711.0, 9779.0, 9710.0, 9752.0, 9711.0, 9716.0, 9715.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.001127035891089109</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018062259034653465</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.8405433749102</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3379203440185783</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.022978598049536</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4795</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7669.0684</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07286830204001257</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.2896039603960396</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4807760005882</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.384105215885775</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7576487524343487</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3005740334444744</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0171764</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004092307761311531</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04015388339757919</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1616</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.818805796263584</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>16.1774</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.6183</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.9597</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298648.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1012.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.9247</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3928</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.9589</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3601.2699</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3835.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77896.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1120.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4728.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1004.2342</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.71565866097808</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> |