=== 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-0024 --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-0024",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
168 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
168 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-0024_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-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0024/figures/sub-0024_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-0024/figures/sub-0024_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024/ses-03/func/sub-0024_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>aec4e3f89504f29ff551acd2c846a1d9</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>12:20:37.847500</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.99762, -0.0630611, 0.0278853, 0.0597938, 0.992613, 0.105568]</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.0844334</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>[4146, -7792, -7252, 591, -71, -291, 73, 96]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.281</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>32dd2e2d-a0b4-4f25-bc15-7b32a4c1ba9a||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.676541566848755, 0.16042236983776093, 0.09270868450403214, 101.87405395507812], [0.16918842494487762, 2.663107395172119, 0.279854416847229, -104.54061889648438], [0.07481417804956436, -0.28323230147361755, 2.683856725692749, -58.34901428222656], [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': ['122037.847500', '122038.307500', '122038.767500', '122039.227500', '122039.687500', '122040.147500', '122040.607500', '122041.067500', '122041.527500', '122041.987500', '122042.447500', '122042.907500', '122043.367500', '122043.827500', '122044.287500', '122044.747500', '122045.207500', '122045.667500', '122046.127500', '122046.587500', '122047.047500', '122047.507500', '122047.967500', '122048.427500', '122048.887500', '122049.347500', '122049.807500', '122050.267500', '122050.727500', '122051.187500', '122051.647500', '122052.107500', '122052.567500', '122053.027500', '122053.487500', '122053.947500', '122054.407500', '122054.867500', '122055.327500', '122055.787500', '122056.247500', '122056.707500', '122057.167500', '122057.627500', '122058.087500', '122058.547500', '122059.007500', '122059.467500', '122059.927500', '122100.387500', '122100.847500', '122101.307500', '122101.767500', '122102.227500', '122102.687500', '122103.147500', '122103.607500', '122104.067500', '122104.527500', '122104.987500', '122105.447500', '122105.907500', '122106.367500', '122106.827500', '122107.287500', '122107.747500', '122108.207500', '122108.667500', '122109.127500', '122109.587500', '122110.047500', '122110.507500', '122110.967500', '122111.427500', '122111.887500', '122112.347500', '122112.807500', '122113.267500', '122113.727500', '122114.187500', '122114.647500', '122115.107500', '122115.567500', '122116.027500', '122116.487500', '122116.947500', '122117.407500', '122117.867500', '122118.327500', '122118.787500', '122119.247500', '122119.707500', '122120.167500', '122120.627500', '122121.087500', '122121.547500', '122122.007500', '122122.467500', '122122.927500', '122123.387500', '122123.847500', '122124.307500', '122124.767500', '122125.227500', '122125.687500', '122126.147500', '122126.607500', '122127.067500', '122127.527500', '122127.987500', '122128.447500', '122128.907500', '122129.367500', '122129.827500', '122130.287500', '122130.747500', '122131.207500', '122131.667500', '122132.127500', '122132.587500', '122133.047500', '122133.507500', '122133.967500', '122134.427500', '122134.887500', '122135.347500', '122135.807500', '122136.267500', '122136.727500', '122137.187500', '122137.647500', '122138.107500', '122138.567500', '122139.027500', '122139.487500', '122139.947500', '122140.407500', '122140.867500', '122141.327500', '122141.787500', '122142.247500', '122142.707500', '122143.167500', '122143.627500', '122144.087500', '122144.547500', '122145.007500', '122145.467500', '122145.927500', '122146.387500', '122146.847500', '122147.307500', '122147.767500', '122148.227500', '122148.687500', '122149.147500', '122149.607500', '122150.067500', '122150.527500', '122150.987500', '122151.447500', '122151.907500', '122152.367500', '122152.827500', '122153.287500', '122153.747500', '122154.207500', '122154.667500', '122155.127500', '122155.587500', '122156.047500', '122156.507500', '122156.967500', '122157.427500', '122157.887500', '122158.347500', '122158.807500', '122159.267500', '122159.727500', '122200.187500', '122200.647500', '122201.107500', '122201.567500', '122202.027500', '122202.487500', '122202.947500', '122203.407500', '122203.867500', '122204.327500', '122204.787500', '122205.247500', '122205.707500', '122206.167500', '122206.627500', '122207.087500', '122207.547500', '122208.007500', '122208.467500', '122208.927500', '122209.387500', '122209.847500', '122210.307500', '122210.767500', '122211.227500', '122211.687500', '122212.147500', '122212.607500', '122213.067500', '122213.527500', '122213.987500', '122214.447500', '122214.907500', '122215.367500', '122215.827500', '122216.287500', '122216.747500', '122217.207500', '122217.667500', '122218.127500', '122218.587500', '122219.047500', '122219.507500', '122219.967500', '122220.427500', '122220.887500', '122221.347500', '122221.807500', '122222.267500', '122222.727500', '122223.187500', '122223.647500', '122224.107500', '122224.567500', '122225.027500', '122225.487500', '122225.947500', '122226.407500', '122226.867500', '122227.327500', '122227.787500', '122228.247500', '122228.707500', '122229.167500', '122229.627500', '122230.087500', '122230.547500', '122231.007500', '122231.467500', '122231.927500', '122232.387500', '122232.847500', '122233.307500', '122233.767500', '122234.227500', '122234.687500', '122235.147500', '122235.607500', '122236.067500', '122236.527500', '122236.987500', '122237.447500', '122237.907500', '122238.367500', '122238.827500', '122239.287500', '122239.747500', '122240.207500', '122240.667500', '122241.127500', '122241.587500', '122242.047500', '122242.507500', '122242.967500', '122243.427500', '122243.887500', '122244.347500', '122244.807500', '122245.267500', '122245.727500', '122246.187500', '122246.647500', '122247.107500', '122247.567500', '122248.027500', '122248.487500', '122248.947500', '122249.407500', '122249.867500', '122250.327500', '122250.787500', '122251.247500', '122251.707500', '122252.167500', '122252.627500', '122253.087500', '122253.547500', '122254.007500', '122254.467500', '122254.927500', '122255.387500', '122255.847500', '122256.307500', '122256.767500', '122257.227500', '122257.687500', '122258.147500', '122258.607500', '122259.067500', '122259.527500', '122259.987500', '122300.447500', '122300.907500', '122301.367500', '122301.827500', '122302.287500', '122302.747500', '122303.207500', '122303.667500', '122304.127500', '122304.587500', '122305.047500', '122305.507500', '122305.967500', '122306.427500', '122306.887500', '122307.347500', '122307.807500', '122308.267500', '122308.727500', '122309.187500', '122309.647500', '122310.107500', '122310.567500', '122311.027500', '122311.487500', '122311.947500', '122312.407500', '122312.867500', '122313.327500', '122313.787500', '122314.247500', '122314.707500', '122315.167500', '122315.627500', '122316.087500', '122316.547500', '122317.007500', '122317.467500', '122317.927500', '122318.387500', '122318.847500', '122319.307500', '122319.767500', '122320.227500', '122320.687500', '122321.147500', '122321.607500', '122322.067500', '122322.527500', '122322.987500', '122323.447500', '122323.907500', '122324.367500', '122324.827500', '122325.287500', '122325.747500', '122326.207500', '122326.667500', '122327.127500', '122327.587500', '122328.047500', '122328.507500', '122328.967500', '122329.427500', '122329.887500', '122330.347500', '122330.807500', '122331.267500', '122331.727500', '122332.187500', '122332.647500', '122333.107500', '122333.567500', '122334.027500', '122334.487500', '122334.947500', '122335.407500', '122335.867500', '122336.327500', '122336.787500', '122337.247500', '122337.707500', '122338.167500', '122338.627500', '122339.087500', '122339.547500', '122340.007500', '122340.467500', '122340.927500', '122341.387500', '122341.847500', '122342.307500', '122342.767500', '122343.227500', '122343.687500', '122344.147500', '122344.607500', '122345.067500', '122345.527500', '122345.987500', '122346.447500', '122346.907500', '122347.367500', '122347.827500', '122348.287500', '122348.747500', '122349.207500', '122349.667500', '122350.127500', '122350.587500', '122351.047500', '122351.507500', '122351.967500', '122352.427500', '122352.887500', '122353.347500', '122353.807500', '122354.267500', '122354.727500', '122355.187500', '122355.647500', '122356.107500', '122356.567500', '122357.027500', '122357.487500', '122357.947500', '122358.407500', '122358.867500', '122359.327500', '122359.787500', '122400.247500', '122400.707500', '122401.167500', '122401.627500', '122402.087500', '122402.547500', '122403.007500', '122403.467500', '122403.927500', '122404.387500', '122404.847500', '122405.307500', '122405.767500', '122406.227500', '122406.687500', '122407.147500', '122407.607500', '122408.067500', '122408.527500', '122408.987500', '122409.447500', '122409.907500', '122410.367500', '122410.827500', '122411.287500', '122411.747500', '122412.207500', '122412.667500', '122413.127500', '122413.587500', '122414.047500', '122414.507500', '122414.967500', '122415.427500', '122415.887500', '122416.347500', '122416.807500', '122417.267500', '122417.727500', '122418.187500', '122418.647500', '122419.107500', '122419.567500', '122420.027500', '122420.487500', '122420.947500', '122421.407500', '122421.867500', '122422.327500', '122422.787500', '122423.247500', '122423.707500', '122424.167500', '122424.627500', '122425.087500', '122425.547500', '122426.007500', '122426.467500', '122426.927500', '122427.387500', '122427.847500', '122428.307500', '122428.767500', '122429.227500', '122429.687500', '122430.147500', '122430.607500', '122431.067500', '122431.527500', '122431.987500', '122432.447500', '122432.907500', '122433.367500', '122433.827500', '122434.287500', '122434.747500', '122435.207500', '122435.667500', '122436.127500', '122436.587500', '122437.047500', '122437.507500', '122437.967500', '122438.427500', '122438.887500', '122439.347500', '122439.807500', '122440.267500', '122440.727500', '122441.187500', '122441.647500', '122442.107500', '122442.567500', '122443.027500', '122443.487500', '122443.947500', '122444.407500', '122444.867500', '122445.327500', '122445.787500', '122446.247500', '122446.707500', '122447.167500', '122447.627500', '122448.087500', '122448.547500', '122449.007500', '122449.467500', '122449.927500', '122450.387500', '122450.847500', '122451.307500', '122451.767500', '122452.227500', '122452.687500', '122453.147500', '122453.607500', '122454.067500', '122454.527500', '122454.987500', '122455.447500', '122455.907500', '122456.367500', '122456.827500', '122457.287500', '122457.747500', '122458.207500', '122458.667500', '122459.127500', '122459.587500', '122500.047500', '122500.507500', '122500.967500', '122501.427500', '122501.887500', '122502.347500', '122502.807500', '122503.267500', '122503.727500', '122504.187500', '122504.647500', '122505.107500', '122505.567500', '122506.027500', '122506.487500', '122506.947500', '122507.407500', '122507.867500', '122508.327500', '122508.787500', '122509.247500', '122509.707500', '122510.167500', '122510.627500', '122511.087500', '122511.547500', '122512.007500', '122512.467500', '122512.927500', '122513.387500', '122513.847500', '122514.307500', '122514.767500', '122515.227500', '122515.687500', '122516.147500', '122516.607500', '122517.067500', '122517.527500', '122517.987500', '122518.447500', '122518.907500', '122519.367500', '122519.827500', '122520.287500', '122520.747500', '122521.207500', '122521.667500', '122522.127500', '122522.587500', '122523.047500', '122523.507500', '122523.967500', '122524.427500', '122524.887500', '122525.347500', '122525.807500', '122526.267500', '122526.727500', '122527.187500', '122527.647500', '122528.107500', '122528.567500', '122529.027500', '122529.487500', '122529.947500', '122530.407500', '122530.867500', '122531.327500', '122531.787500', '122532.247500', '122532.707500', '122533.167500', '122533.627500', '122534.087500', '122534.547500', '122535.007500', '122535.467500', '122535.927500', '122536.387500', '122536.847500', '122537.307500', '122537.767500', '122538.227500', '122538.687500', '122539.147500', '122539.607500', '122540.067500', '122540.527500', '122540.987500', '122541.447500', '122541.907500', '122542.367500', '122542.827500', '122543.287500', '122543.747500', '122544.207500', '122544.667500', '122545.127500', '122545.587500', '122546.047500', '122546.507500', '122546.967500', '122547.427500', '122547.887500', '122548.347500', '122548.807500', '122549.267500', '122549.727500', '122550.187500', '122550.647500', '122551.107500', '122551.567500', '122552.027500', '122552.487500', '122552.947500', '122553.407500', '122553.867500', '122554.327500', '122554.787500', '122555.247500', '122555.707500', '122556.167500', '122556.627500', '122557.087500', '122557.547500', '122558.007500', '122558.467500', '122558.927500', '122559.387500', '122559.847500', '122600.307500', '122600.767500', '122601.227500', '122601.687500', '122602.147500', '122602.607500', '122603.067500', '122603.527500', '122603.987500', '122604.447500', '122604.907500', '122605.367500', '122605.827500', '122606.287500', '122606.747500', '122607.207500', '122607.667500', '122608.127500', '122608.587500', '122609.047500', '122609.507500', '122609.967500', '122610.427500', '122610.887500', '122611.347500', '122611.807500', '122612.267500', '122612.727500', '122613.187500', '122613.647500', '122614.107500', '122614.567500', '122615.027500', '122615.487500', '122615.947500', '122616.407500', '122616.867500', '122617.327500', '122617.787500', '122618.247500', '122618.707500', '122619.167500', '122619.627500', '122620.087500', '122620.547500', '122621.007500', '122621.467500', '122621.927500', '122622.387500', '122622.847500', '122623.307500', '122623.767500', '122624.227500', '122624.687500', '122625.147500', '122625.607500', '122626.067500', '122626.527500', '122626.987500', '122627.447500', '122627.907500', '122628.367500', '122628.827500', '122629.287500', '122629.747500', '122630.207500', '122630.667500', '122631.127500', '122631.587500', '122632.047500', '122632.507500', '122632.967500', '122633.427500', '122633.887500', '122634.347500', '122634.807500', '122635.267500', '122635.727500', '122636.187500', '122636.647500', '122637.107500', '122637.567500', '122638.027500', '122638.487500', '122638.947500', '122639.407500', '122639.867500', '122640.327500', '122640.787500', '122641.247500', '122641.707500', '122642.167500', '122642.627500', '122643.087500', '122643.547500', '122644.007500', '122644.467500', '122644.927500', '122645.387500', '122645.847500', '122646.307500', '122646.767500', '122647.227500', '122647.687500', '122648.147500', '122648.607500', '122649.067500', '122649.527500', '122649.987500', '122650.447500', '122650.907500', '122651.367500', '122651.827500', '122652.287500', '122652.747500', '122653.207500', '122653.667500', '122654.127500', '122654.587500', '122655.047500', '122655.507500', '122655.967500', '122656.427500', '122656.887500', '122657.347500', '122657.807500', '122658.267500', '122658.727500', '122659.187500', '122659.647500', '122700.107500', '122700.567500', '122701.027500', '122701.487500', '122701.947500', '122702.407500', '122702.867500', '122703.327500', '122703.787500', '122704.247500', '122704.707500', '122705.167500', '122705.627500', '122706.087500', '122706.547500', '122707.007500', '122707.467500', '122707.927500', '122708.387500', '122708.847500', '122709.307500', '122709.767500', '122710.227500', '122710.687500', '122711.147500', '122711.607500', '122712.067500', '122712.527500', '122712.987500', '122713.447500', '122713.907500', '122714.367500', '122714.827500', '122715.287500', '122715.747500', '122716.207500', '122716.667500', '122717.127500', '122717.587500', '122718.047500', '122718.507500', '122718.967500', '122719.427500', '122719.887500', '122720.347500', '122720.807500', '122721.267500', '122721.727500', '122722.187500', '122722.647500', '122723.107500', '122723.567500', '122724.027500', '122724.487500', '122724.947500', '122725.407500', '122725.867500', '122726.327500', '122726.787500', '122727.247500', '122727.707500', '122728.167500', '122728.627500', '122729.087500', '122729.547500', '122730.007500', '122730.467500', '122730.927500', '122731.387500', '122731.847500', '122732.307500', '122732.767500', '122733.227500', '122733.687500', '122734.147500', '122734.607500', '122735.067500', '122735.527500', '122735.987500', '122736.447500', '122736.907500', '122737.367500', '122737.827500', '122738.287500', '122738.747500', '122739.207500', '122739.667500', '122740.127500', '122740.587500', '122741.047500', '122741.507500', '122741.967500', '122742.427500', '122742.887500', '122743.347500', '122743.807500', '122744.267500', '122744.727500', '122745.187500', '122745.647500', '122746.107500', '122746.567500', '122747.027500', '122747.487500', '122747.947500', '122748.407500', '122748.867500', '122749.327500', '122749.787500', '122750.247500', '122750.707500', '122751.167500', '122751.627500', '122752.087500', '122752.547500', '122753.007500', '122753.467500', '122753.927500', '122754.387500', '122754.847500', '122755.307500', '122755.767500', '122756.227500', '122756.687500', '122757.147500', '122757.607500', '122758.067500', '122758.527500', '122758.987500', '122759.447500', '122759.907500', '122800.367500', '122800.827500', '122801.287500', '122801.747500', '122802.207500', '122802.667500', '122803.127500', '122803.587500', '122804.047500', '122804.507500', '122804.967500', '122805.427500', '122805.887500', '122806.347500', '122806.807500', '122807.267500', '122807.727500', '122808.187500', '122808.647500', '122809.107500', '122809.567500', '122810.027500', '122810.487500', '122810.947500', '122811.407500', '122811.867500', '122812.327500', '122812.787500', '122813.247500', '122813.707500', '122814.167500', '122814.627500', '122815.087500', '122815.547500', '122816.007500', '122816.467500', '122816.927500', '122817.387500', '122817.847500', '122818.307500', '122818.767500', '122819.227500', '122819.687500', '122820.147500', '122820.607500', '122821.067500', '122821.527500', '122821.987500', '122822.447500', '122822.907500', '122823.367500', '122823.827500', '122824.287500', '122824.747500', '122825.207500', '122825.667500', '122826.127500', '122826.587500', '122827.047500', '122827.507500', '122827.967500', '122828.427500', '122828.887500', '122829.347500', '122829.807500', '122830.267500', '122830.727500', '122831.187500', '122831.647500', '122832.107500', '122832.567500', '122833.027500', '122833.487500', '122833.947500', '122834.407500', '122834.867500', '122835.327500', '122835.787500', '122836.247500', '122836.707500', '122837.167500', '122837.627500', '122838.087500', '122838.547500', '122839.007500', '122839.467500', '122839.927500', '122840.387500', '122840.847500', '122841.307500', '122841.767500', '122842.227500', '122842.687500', '122843.147500', '122843.607500', '122844.067500', '122844.527500', '122844.987500', '122845.447500', '122845.907500', '122846.367500', '122846.827500', '122847.287500', '122847.747500', '122848.207500', '122848.667500', '122849.127500', '122849.587500', '122850.047500', '122850.507500', '122850.967500', '122851.427500', '122851.887500', '122852.347500', '122852.807500', '122853.267500', '122853.727500', '122854.187500', '122854.647500', '122855.107500', '122855.567500', '122856.027500', '122856.487500', '122856.947500', '122857.407500', '122857.867500', '122858.327500', '122858.787500', '122859.247500', '122859.707500', '122900.167500', '122900.627500', '122901.087500', '122901.547500', '122902.007500', '122902.467500', '122902.927500', '122903.387500', '122903.847500', '122904.307500', '122904.767500', '122905.227500', '122905.687500', '122906.147500', '122906.607500', '122907.067500', '122907.527500', '122907.987500', '122908.447500', '122908.907500', '122909.367500', '122909.827500', '122910.287500', '122910.747500', '122911.207500', '122911.667500', '122912.127500', '122912.587500', '122913.047500', '122913.507500', '122913.967500', '122914.427500', '122914.887500', '122915.347500', '122915.807500', '122916.267500', '122916.727500', '122917.187500', '122917.647500', '122918.107500', '122918.567500', '122919.027500', '122919.487500', '122919.947500', '122920.407500', '122920.867500', '122921.327500', '122921.787500', '122922.247500', '122922.707500', '122923.167500', '122923.627500', '122924.087500', '122924.547500', '122925.007500', '122925.467500', '122925.927500', '122926.387500', '122926.847500', '122927.307500', '122927.767500', '122928.227500', '122928.687500', '122929.147500', '122929.607500', '122930.067500', '122930.527500', '122930.987500', '122931.447500', '122931.907500', '122932.367500', '122932.827500', '122933.287500', '122933.747500', '122934.207500', '122934.667500', '122935.127500', '122935.587500', '122936.047500', '122936.507500', '122936.967500', '122937.427500', '122937.887500', '122938.347500', '122938.807500', '122939.267500', '122939.727500', '122940.187500', '122940.647500', '122941.107500', '122941.567500', '122942.027500', '122942.487500', '122942.947500', '122943.407500', '122943.867500', '122944.327500', '122944.787500', '122945.247500', '122945.707500', '122946.167500', '122946.627500', '122947.087500', '122947.547500', '122948.007500', '122948.467500', '122948.927500', '122949.387500', '122949.847500', '122950.307500', '122950.767500', '122951.227500', '122951.687500', '122952.147500', '122952.607500', '122953.067500', '122953.527500', '122953.987500', '122954.447500', '122954.907500', '122955.367500', '122955.827500', '122956.287500', '122956.747500', '122957.207500', '122957.667500', '122958.127500', '122958.587500', '122959.047500', '122959.507500', '122959.967500', '123000.427500', '123000.887500', '123001.347500', '123001.807500', '123002.267500', '123002.727500', '123003.187500', '123003.647500', '123004.107500', '123004.567500', '123005.027500', '123005.487500', '123005.947500', '123006.407500', '123006.867500', '123007.327500', '123007.787500', '123008.247500', '123008.707500', '123009.167500', '123009.627500', '123010.087500', '123010.547500', '123011.007500', '123011.467500', '123011.927500', '123012.387500', '123012.847500', '123013.307500', '123013.767500', '123014.227500', '123014.687500', '123015.147500', '123015.607500', '123016.067500', '123016.527500', '123016.987500', '123017.447500', '123017.907500', '123018.367500', '123018.827500', '123019.287500', '123019.747500', '123020.207500', '123020.667500', '123021.127500', '123021.587500', '123022.047500', '123022.507500', '123022.967500', '123023.427500', '123023.887500', '123024.347500', '123024.807500', '123025.267500', '123025.727500', '123026.187500', '123026.647500', '123027.107500', '123027.567500', '123028.027500', '123028.487500', '123028.947500', '123029.407500', '123029.867500', '123030.327500', '123030.787500', '123031.247500', '123031.707500', '123032.167500', '123032.627500', '123033.087500', '123033.547500', '123034.007500', '123034.467500', '123034.927500', '123035.387500', '123035.847500', '123036.307500', '123036.767500', '123037.227500', '123037.687500', '123038.147500', '123038.607500', '123039.067500', '123039.527500', '123039.987500', '123040.447500', '123040.907500', '123041.367500', '123041.827500', '123042.287500', '123042.747500', '123043.207500', '123043.667500', '123044.127500', '123044.587500', '123045.047500', '123045.507500', '123045.967500', '123046.427500', '123046.887500', '123047.347500', '123047.807500', '123048.267500', '123048.727500', '123049.187500', '123049.647500', '123050.107500', '123050.567500', '123051.027500', '123051.487500', '123051.947500', '123052.407500', '123052.867500', '123053.327500', '123053.787500', '123054.247500', '123054.707500', '123055.167500', '123055.627500', '123056.087500', '123056.547500', '123057.007500', '123057.467500', '123057.927500', '123058.387500', '123058.847500', '123059.307500', '123059.767500', '123100.227500', '123100.687500', '123101.147500', '123101.607500', '123102.067500', '123102.527500', '123102.987500', '123103.447500', '123103.907500', '123104.367500', '123104.827500', '123105.287500', '123105.747500', '123106.207500', '123106.667500', '123107.127500', '123107.587500', '123108.047500', '123108.507500', '123108.967500', '123109.427500', '123109.887500', '123110.347500', '123110.807500', '123111.267500', '123111.727500', '123112.187500', '123112.647500', '123113.107500', '123113.567500', '123114.027500', '123114.487500', '123114.947500', '123115.407500', '123115.867500', '123116.327500', '123116.787500', '123117.247500', '123117.707500', '123118.167500', '123118.627500', '123119.087500', '123119.547500', '123120.007500', '123120.467500', '123120.927500', '123121.387500', '123121.847500', '123122.307500', '123122.767500', '123123.227500', '123123.687500', '123124.147500', '123124.607500', '123125.067500', '123125.527500', '123125.987500', '123126.447500', '123126.907500', '123127.367500', '123127.827500', '123128.287500', '123128.747500', '123129.207500', '123129.667500', '123130.127500', '123130.587500', '123131.047500', '123131.507500', '123131.967500', '123132.427500', '123132.887500', '123133.347500', '123133.807500', '123134.267500', '123134.727500', '123135.187500', '123135.647500', '123136.107500', '123136.567500', '123137.027500', '123137.487500', '123137.947500', '123138.407500', '123138.867500', '123139.327500', '123139.787500', '123140.247500', '123140.707500', '123141.167500', '123141.627500', '123142.087500', '123142.547500', '123143.007500', '123143.467500', '123143.927500', '123144.387500', '123144.847500', '123145.307500', '123145.767500', '123146.227500', '123146.687500', '123147.147500', '123147.607500', '123148.067500', '123148.527500', '123148.987500', '123149.447500', '123149.907500', '123150.367500', '123150.827500', '123151.287500', '123151.747500', '123152.207500', '123152.667500', '123153.127500', '123153.587500', '123154.047500', '123154.507500', '123154.967500', '123155.427500', '123155.887500', '123156.347500', '123156.807500', '123157.267500', '123157.727500', '123158.187500', '123158.647500', '123159.107500', '123159.567500', '123200.027500', '123200.487500', '123200.947500', '123201.407500', '123201.867500', '123202.327500', '123202.787500', '123203.247500', '123203.707500', '123204.167500', '123204.627500', '123205.087500', '123205.547500', '123206.007500', '123206.467500', '123206.927500', '123207.387500', '123207.847500', '123208.307500', '123208.767500', '123209.227500', '123209.687500', '123210.147500', '123210.607500', '123211.067500', '123211.527500', '123211.987500', '123212.447500', '123212.907500', '123213.367500', '123213.827500', '123214.287500', '123214.747500', '123215.207500', '123215.667500', '123216.127500', '123216.587500', '123217.047500', '123217.507500', '123217.967500', '123218.427500', '123218.887500', '123219.347500', '123219.807500', '123220.267500', '123220.727500', '123221.187500', '123221.647500', '123222.107500', '123222.567500', '123223.027500', '123223.487500', '123223.947500', '123224.407500', '123224.867500', '123225.327500', '123225.787500', '123226.247500', '123226.707500', '123227.167500', '123227.627500', '123228.087500', '123228.547500', '123229.007500', '123229.467500', '123229.927500', '123230.387500', '123230.847500', '123231.307500', '123231.767500', '123232.227500', '123232.687500', '123233.147500', '123233.607500', '123234.067500', '123234.527500', '123234.987500', '123235.447500', '123235.907500', '123236.367500', '123236.827500', '123237.287500', '123237.747500', '123238.207500', '123238.667500', '123239.127500', '123239.587500', '123240.047500', '123240.507500', '123240.967500', '123241.427500', '123241.887500', '123242.347500', '123242.807500', '123243.267500', '123243.727500', '123244.187500', '123244.647500', '123245.107500', '123245.567500', '123246.027500', '123246.487500', '123246.947500', '123247.407500', '123247.867500', '123248.327500', '123248.787500', '123249.247500', '123249.707500', '123250.167500', '123250.627500', '123251.087500', '123251.547500', '123252.007500', '123252.467500', '123252.927500', '123253.387500', '123253.847500', '123254.307500', '123254.767500', '123255.227500', '123255.687500', '123256.147500', '123256.607500', '123257.067500', '123257.527500', '123257.987500', '123258.447500', '123258.907500', '123259.367500', '123259.827500', '123300.287500', '123300.747500'], 'ContentTime': ['122103.351000', '122103.355000', '122103.357000', '122103.360000', '122103.363000', '122103.366000', '122103.369000', '122103.377000', '122103.380000', '122103.383000', '122103.386000', '122103.388000', '122103.391000', '122103.394000', '122103.397000', '122103.400000', '122103.403000', '122103.406000', '122103.409000', '122103.411000', '122103.414000', '122103.423000', '122103.426000', '122103.429000', '122103.431000', '122103.434000', '122103.437000', '122103.440000', '122103.443000', '122103.446000', '122103.449000', '122103.452000', '122103.454000', '122103.457000', '122103.460000', '122103.463000', '122103.466000', '122103.468000', '122103.471000', '122103.474000', '122103.477000', '122103.480000', '122103.482000', '122103.492000', '122103.495000', '122103.498000', '122103.501000', '122103.504000', '122103.507000', '122103.509000', '122103.512000', '122103.515000', '122103.518000', '122123.317000', '122123.320000', '122123.323000', '122123.326000', '122123.328000', '122123.331000', '122123.334000', '122123.337000', '122123.340000', '122123.343000', '122123.353000', '122123.356000', '122123.359000', '122123.362000', '122123.365000', '122123.368000', '122123.370000', '122123.373000', '122123.376000', '122123.379000', '122123.382000', '122123.384000', '122123.387000', '122123.390000', '122123.393000', '122123.396000', '122123.399000', '122123.402000', '122123.404000', '122123.407000', '122123.410000', '122123.413000', '122123.416000', '122123.418000', '122123.421000', '122123.424000', '122123.427000', '122123.430000', '122123.432000', '122123.435000', '122123.438000', '122123.441000', '122123.458000', '122123.461000', '122143.317000', '122143.335000', '122143.338000', '122143.341000', '122143.344000', '122143.347000', '122143.350000', '122143.353000', '122143.356000', '122143.359000', '122143.362000', '122143.365000', '122143.368000', '122143.371000', '122143.374000', '122143.376000', '122143.379000', '122143.382000', '122143.385000', '122143.388000', '122143.390000', '122143.393000', '122143.396000', '122143.399000', '122143.402000', '122143.404000', '122143.407000', '122143.410000', '122143.413000', '122143.416000', '122143.419000', '122143.422000', '122143.424000', '122143.427000', '122143.430000', '122143.433000', '122143.436000', '122143.438000', '122143.441000', '122143.444000', '122143.447000', '122143.450000', '122143.453000', '122203.317000', '122203.320000', '122203.323000', '122203.325000', '122203.337000', '122203.340000', '122203.343000', '122203.346000', '122203.349000', '122203.351000', '122203.354000', '122203.357000', '122203.360000', '122203.363000', '122203.366000', '122203.368000', '122203.371000', '122203.374000', '122203.377000', '122203.380000', '122203.382000', '122203.385000', '122203.388000', '122203.391000', '122203.394000', '122203.396000', '122203.399000', '122203.402000', '122203.405000', '122203.408000', '122203.411000', '122203.414000', '122203.416000', '122203.419000', '122203.422000', '122203.425000', '122203.428000', '122203.430000', '122203.433000', '122203.436000', '122203.439000', '122203.442000', '122203.445000', '122203.447000', '122223.317000', '122223.320000', '122223.323000', '122223.326000', '122223.329000', '122223.332000', '122223.334000', '122223.337000', '122223.340000', '122223.343000', '122223.346000', '122223.349000', '122223.351000', '122223.354000', '122223.357000', '122223.360000', '122223.363000', '122223.365000', '122223.369000', '122223.374000', '122223.378000', '122223.380000', '122223.383000', '122223.386000', '122223.389000', '122223.392000', '122223.394000', '122223.397000', '122223.400000', '122223.403000', '122223.406000', '122223.409000', '122223.412000', '122223.414000', '122223.417000', '122223.425000', '122223.428000', '122223.431000', '122223.434000', '122223.436000', '122223.439000', '122223.442000', '122223.445000', '122243.317000', '122243.320000', '122243.323000', '122243.326000', '122243.328000', '122243.331000', '122243.334000', '122243.337000', '122243.340000', '122243.343000', '122243.345000', '122243.348000', '122243.351000', '122243.354000', '122243.357000', '122243.360000', '122243.362000', '122243.365000', '122243.368000', '122243.371000', '122243.374000', '122243.376000', '122243.379000', '122243.382000', '122243.385000', '122243.394000', '122243.397000', '122243.399000', '122243.402000', '122243.405000', '122243.408000', '122243.411000', '122243.414000', '122243.416000', '122243.419000', '122243.422000', '122243.425000', '122243.428000', '122243.431000', '122243.434000', '122243.436000', '122243.446000', '122243.449000', '122243.452000', '122303.319000', '122303.322000', '122303.325000', '122303.328000', '122303.330000', '122303.334000', '122303.336000', '122303.339000', '122303.342000', '122303.345000', '122303.348000', '122303.351000', '122303.353000', '122303.356000', '122303.359000', '122303.362000', '122303.365000', '122303.368000', '122303.371000', '122303.374000', '122303.377000', '122303.380000', '122303.383000', '122303.386000', '122303.388000', '122303.391000', '122303.394000', '122303.397000', '122303.400000', '122303.403000', '122303.406000', '122303.419000', '122303.421000', '122303.424000', '122303.427000', '122303.430000', '122303.433000', '122303.436000', '122303.438000', '122303.441000', '122303.444000', '122303.447000', '122303.449000', '122323.318000', '122323.321000', '122323.324000', '122323.327000', '122323.329000', '122323.332000', '122323.335000', '122323.338000', '122323.341000', '122323.344000', '122323.347000', '122323.349000', '122323.352000', '122323.355000', '122323.361000', '122323.364000', '122323.367000', '122323.370000', '122323.373000', '122323.375000', '122323.378000', '122323.381000', '122323.384000', '122323.387000', '122323.389000', '122323.392000', '122323.395000', '122323.398000', '122323.401000', '122323.403000', '122323.406000', '122323.409000', '122323.412000', '122323.415000', '122323.418000', '122323.420000', '122323.423000', '122323.426000', '122323.429000', '122323.432000', '122323.435000', '122323.437000', '122323.440000', '122323.443000', '122343.317000', '122343.320000', '122343.323000', '122343.326000', '122343.328000', '122343.331000', '122343.334000', '122343.337000', '122343.340000', '122343.343000', '122343.346000', '122343.349000', '122343.351000', '122343.354000', '122343.357000', '122343.360000', '122343.373000', '122343.375000', '122343.378000', '122343.381000', '122343.384000', '122343.387000', '122343.390000', '122343.393000', '122343.395000', '122343.398000', '122343.401000', '122343.404000', '122343.407000', '122343.410000', '122343.413000', '122343.415000', '122343.418000', '122343.421000', '122343.424000', '122343.427000', '122343.430000', '122343.433000', '122343.436000', '122343.438000', '122343.441000', '122343.444000', '122343.447000', '122403.317000', '122403.320000', '122403.323000', '122403.326000', '122403.329000', '122403.331000', '122403.334000', '122403.337000', '122403.340000', '122403.343000', '122403.346000', '122403.349000', '122403.351000', '122403.354000', '122403.357000', '122403.360000', '122403.363000', '122403.366000', '122403.368000', '122403.371000', '122403.374000', '122403.377000', '122403.380000', '122403.383000', '122403.386000', '122403.388000', '122403.391000', '122403.394000', '122403.397000', '122403.400000', '122403.403000', '122403.406000', '122403.409000', '122403.411000', '122403.414000', '122403.417000', '122403.420000', '122403.423000', '122403.426000', '122403.429000', '122403.431000', '122403.434000', '122403.437000', '122403.440000', '122423.317000', '122423.320000', '122423.323000', '122423.326000', '122423.329000', '122423.332000', '122423.334000', '122423.337000', '122423.340000', '122423.343000', '122423.346000', '122423.349000', '122423.352000', '122423.356000', '122423.359000', '122423.362000', '122423.365000', '122423.368000', '122423.371000', '122423.373000', '122423.376000', '122423.379000', '122423.382000', '122423.385000', '122423.388000', '122423.391000', '122423.394000', '122423.396000', '122423.399000', '122423.402000', '122423.405000', '122423.408000', '122423.411000', '122423.414000', '122423.417000', '122423.420000', '122423.423000', '122423.426000', '122423.429000', '122423.432000', '122423.435000', '122423.438000', '122423.440000', '122443.317000', '122443.324000', '122443.327000', '122443.330000', '122443.333000', '122443.336000', '122443.339000', '122443.341000', '122443.358000', '122443.361000', '122443.364000', '122443.367000', '122443.369000', '122443.372000', '122443.375000', '122443.378000', '122443.381000', '122443.384000', '122443.387000', '122443.390000', '122443.392000', '122443.395000', '122443.398000', '122443.401000', '122443.404000', '122443.407000', '122443.410000', '122443.412000', '122443.415000', '122443.418000', '122443.421000', '122443.424000', '122443.427000', '122443.430000', '122443.432000', '122443.435000', '122443.438000', '122443.441000', '122443.444000', '122443.447000', '122443.450000', '122443.453000', '122443.455000', '122443.458000', '122503.317000', '122503.320000', '122503.323000', '122503.326000', '122503.328000', '122503.331000', '122503.334000', '122503.337000', '122503.340000', '122503.343000', '122503.346000', '122503.349000', '122503.351000', '122503.354000', '122503.357000', '122503.360000', '122503.363000', '122503.366000', '122503.369000', '122503.372000', '122503.374000', '122503.377000', '122503.380000', '122503.383000', '122503.386000', '122503.389000', '122503.392000', '122503.394000', '122503.397000', '122503.400000', '122503.403000', '122503.406000', '122503.409000', '122503.412000', '122503.415000', '122503.418000', '122503.420000', '122503.423000', '122503.426000', '122503.429000', '122503.432000', '122503.435000', '122503.437000', '122523.317000', '122523.320000', '122523.323000', '122523.335000', '122523.337000', '122523.340000', '122523.343000', '122523.346000', '122523.349000', '122523.352000', '122523.355000', '122523.358000', '122523.361000', '122523.363000', '122523.366000', '122523.369000', '122523.372000', '122523.375000', '122523.378000', '122523.381000', '122523.384000', '122523.386000', '122523.389000', '122523.392000', '122523.395000', '122523.398000', '122523.401000', '122523.404000', '122523.406000', '122523.409000', '122523.412000', '122523.415000', '122523.418000', '122523.421000', '122523.424000', '122523.427000', '122523.429000', '122523.432000', '122523.435000', '122523.438000', '122523.441000', '122523.444000', '122523.446000', '122523.449000', '122543.318000', '122543.321000', '122543.324000', '122543.327000', '122543.330000', '122543.333000', '122543.336000', '122543.338000', '122543.341000', '122543.344000', '122543.347000', '122543.350000', '122543.353000', '122543.356000', '122543.358000', '122543.361000', '122543.364000', '122543.367000', '122543.370000', '122543.373000', '122543.376000', '122543.379000', '122543.381000', '122543.384000', '122543.387000', '122543.390000', '122543.394000', '122543.397000', '122543.401000', '122543.403000', '122543.406000', '122543.409000', '122543.412000', '122543.415000', '122543.418000', '122543.421000', '122543.424000', '122543.426000', '122543.429000', '122543.432000', '122543.435000', '122543.438000', '122543.441000', '122603.317000', '122603.320000', '122603.323000', '122603.326000', '122603.329000', '122603.332000', '122603.338000', '122603.341000', '122603.344000', '122603.347000', '122603.350000', '122603.353000', '122603.355000', '122603.358000', '122603.361000', '122603.364000', '122603.367000', '122603.370000', '122603.373000', '122603.375000', '122603.378000', '122603.381000', '122603.384000', '122603.387000', '122603.390000', '122603.393000', '122603.396000', '122603.398000', '122603.415000', '122603.418000', '122603.420000', '122603.423000', '122603.426000', '122603.429000', '122603.432000', '122603.435000', '122603.437000', '122603.440000', '122603.443000', '122603.446000', '122603.449000', '122603.452000', '122603.455000', '122603.458000', '122623.317000', '122623.320000', '122623.329000', '122623.331000', '122623.334000', '122623.337000', '122623.340000', '122623.343000', '122623.346000', '122623.349000', '122623.351000', '122623.356000', '122623.359000', '122623.362000', '122623.365000', '122623.368000', '122623.371000', '122623.373000', '122623.376000', '122623.379000', '122623.382000', '122623.385000', '122623.388000', '122623.391000', '122623.393000', '122623.396000', '122623.399000', '122623.402000', '122623.405000', '122623.408000', '122623.411000', '122623.414000', '122623.416000', '122623.419000', '122623.422000', '122623.425000', '122623.428000', '122623.431000', '122623.434000', '122623.437000', '122623.439000', '122623.442000', '122623.445000', '122643.317000', '122643.320000', '122643.328000', '122643.331000', '122643.334000', '122643.337000', '122643.340000', '122643.342000', '122643.345000', '122643.348000', '122643.351000', '122643.354000', '122643.357000', '122643.359000', '122643.362000', '122643.365000', '122643.368000', '122643.371000', '122643.374000', '122643.377000', '122643.379000', '122643.382000', '122643.385000', '122643.388000', '122643.391000', '122643.394000', '122643.397000', '122643.399000', '122643.402000', '122643.405000', '122643.408000', '122643.411000', '122643.414000', '122643.416000', '122643.419000', '122643.422000', '122643.425000', '122643.428000', '122643.431000', '122643.434000', '122643.436000', '122643.439000', '122643.442000', '122643.445000', '122703.317000', '122703.320000', '122703.323000', '122703.326000', '122703.329000', '122703.332000', '122703.334000', '122703.337000', '122703.345000', '122703.347000', '122703.350000', '122703.353000', '122703.356000', '122703.359000', '122703.362000', '122703.365000', '122703.368000', '122703.370000', '122703.373000', '122703.376000', '122703.379000', '122703.382000', '122703.385000', '122703.387000', '122703.390000', '122703.393000', '122703.396000', '122703.399000', '122703.402000', '122703.404000', '122703.407000', '122703.410000', '122703.413000', '122703.416000', '122703.419000', '122703.422000', '122703.424000', '122703.427000', '122703.431000', '122703.434000', '122703.437000', '122703.440000', '122703.443000', '122723.317000', '122723.320000', '122723.323000', '122723.326000', '122723.329000', '122723.332000', '122723.334000', '122723.337000', '122723.340000', '122723.343000', '122723.346000', '122723.349000', '122723.352000', '122723.354000', '122723.357000', '122723.360000', '122723.363000', '122723.366000', '122723.369000', '122723.372000', '122723.375000', '122723.377000', '122723.380000', '122723.383000', '122723.386000', '122723.389000', '122723.391000', '122723.394000', '122723.397000', '122723.400000', '122723.403000', '122723.406000', '122723.409000', '122723.420000', '122723.423000', '122723.426000', '122723.429000', '122723.431000', '122723.434000', '122723.437000', '122723.440000', '122723.443000', '122723.446000', '122723.448000', '122743.317000', '122743.320000', '122743.323000', '122743.326000', '122743.329000', '122743.332000', '122743.334000', '122743.337000', '122743.340000', '122743.343000', '122743.346000', '122743.349000', '122743.352000', '122743.355000', '122743.357000', '122743.360000', '122743.363000', '122743.366000', '122743.369000', '122743.372000', '122743.375000', '122743.378000', '122743.380000', '122743.383000', '122743.386000', '122743.389000', '122743.392000', '122743.395000', '122743.397000', '122743.400000', '122743.403000', '122743.406000', '122743.409000', '122743.412000', '122743.415000', '122743.418000', '122743.420000', '122743.423000', '122743.426000', '122743.429000', '122743.432000', '122743.435000', '122743.438000', '122803.318000', '122803.321000', '122803.324000', '122803.327000', '122803.330000', '122803.333000', '122803.335000', '122803.338000', '122803.341000', '122803.344000', '122803.347000', '122803.350000', '122803.353000', '122803.356000', '122803.358000', '122803.361000', '122803.364000', '122803.367000', '122803.370000', '122803.373000', '122803.376000', '122803.379000', '122803.381000', '122803.384000', '122803.387000', '122803.390000', '122803.393000', '122803.396000', '122803.398000', '122803.402000', '122803.404000', '122803.407000', '122803.410000', '122803.413000', '122803.416000', '122803.419000', '122803.422000', '122803.425000', '122803.427000', '122803.430000', '122803.433000', '122803.436000', '122803.439000', '122803.442000', '122823.317000', '122823.320000', '122823.323000', '122823.326000', '122823.329000', '122823.332000', '122823.335000', '122823.338000', '122823.341000', '122823.344000', '122823.347000', '122823.349000', '122823.352000', '122823.355000', '122823.358000', '122823.361000', '122823.364000', '122823.367000', '122823.370000', '122823.373000', '122823.375000', '122823.378000', '122823.381000', '122823.384000', '122823.387000', '122823.390000', '122823.392000', '122823.396000', '122823.398000', '122823.401000', '122823.404000', '122823.407000', '122823.410000', '122823.413000', '122823.415000', '122823.418000', '122823.421000', '122823.424000', '122823.427000', '122823.435000', '122823.438000', '122823.441000', '122823.443000', '122843.317000', '122843.322000', '122843.324000', '122843.327000', '122843.344000', '122843.347000', '122843.350000', '122843.353000', '122843.355000', '122843.358000', '122843.361000', '122843.364000', '122843.367000', '122843.370000', '122843.373000', '122843.376000', '122843.379000', '122843.381000', '122843.384000', '122843.387000', '122843.390000', '122843.393000', '122843.396000', '122843.399000', '122843.402000', '122843.423000', '122843.426000', '122843.429000', '122843.431000', '122843.435000', '122843.437000', '122843.440000', '122843.443000', '122843.446000', '122843.449000', '122843.452000', '122843.455000', '122843.457000', '122843.460000', '122843.463000', '122843.466000', '122843.469000', '122843.472000', '122903.317000', '122903.320000', '122903.323000', '122903.326000', '122903.337000', '122903.340000', '122903.343000', '122903.346000', '122903.349000', '122903.351000', '122903.354000', '122903.357000', '122903.360000', '122903.363000', '122903.366000', '122903.369000', '122903.372000', '122903.374000', '122903.377000', '122903.380000', '122903.383000', '122903.386000', '122903.389000', '122903.391000', '122903.395000', '122903.397000', '122903.400000', '122903.403000', '122903.406000', '122903.409000', '122903.412000', '122903.414000', '122903.417000', '122903.420000', '122903.423000', '122903.426000', '122903.429000', '122903.432000', '122903.434000', '122903.437000', '122903.440000', '122903.443000', '122903.446000', '122903.449000', '122923.317000', '122923.320000', '122923.323000', '122923.326000', '122923.336000', '122923.339000', '122923.341000', '122923.344000', '122923.347000', '122923.350000', '122923.353000', '122923.356000', '122923.359000', '122923.362000', '122923.365000', '122923.368000', '122923.371000', '122923.373000', '122923.376000', '122923.379000', '122923.382000', '122923.385000', '122923.388000', '122923.391000', '122923.393000', '122923.396000', '122923.399000', '122923.402000', '122923.405000', '122923.408000', '122923.411000', '122923.414000', '122923.416000', '122923.419000', '122923.422000', '122923.425000', '122923.428000', '122923.431000', '122923.434000', '122923.436000', '122923.439000', '122923.442000', '122923.445000', '122943.317000', '122943.320000', '122943.323000', '122943.326000', '122943.329000', '122943.332000', '122943.335000', '122943.337000', '122943.340000', '122943.343000', '122943.346000', '122943.349000', '122943.352000', '122943.355000', '122943.358000', '122943.361000', '122943.364000', '122943.367000', '122943.369000', '122943.372000', '122943.375000', '122943.378000', '122943.381000', '122943.384000', '122943.386000', '122943.389000', '122943.392000', '122943.395000', '122943.398000', '122943.401000', '122943.404000', '122943.406000', '122943.409000', '122943.412000', '122943.415000', '122943.418000', '122943.421000', '122943.424000', '122943.426000', '122943.429000', '122943.432000', '122943.435000', '122943.438000', '122943.441000', '123003.317000', '123003.320000', '123003.323000', '123003.339000', '123003.342000', '123003.346000', '123003.349000', '123003.352000', '123003.355000', '123003.358000', '123003.361000', '123003.364000', '123003.367000', '123003.370000', '123003.373000', '123003.376000', '123003.379000', '123003.382000', '123003.385000', '123003.388000', '123003.391000', '123003.393000', '123003.396000', '123003.399000', '123003.402000', '123003.405000', '123003.408000', '123003.411000', '123003.414000', '123003.417000', '123003.420000', '123003.423000', '123003.426000', '123003.429000', '123003.432000', '123003.434000', '123003.437000', '123003.440000', '123003.443000', '123003.446000', '123003.449000', '123003.452000', '123003.455000', '123023.318000', '123023.321000', '123023.324000', '123023.327000', '123023.330000', '123023.332000', '123023.335000', '123023.338000', '123023.341000', '123023.344000', '123023.346000', '123023.349000', '123023.352000', '123023.355000', '123023.358000', '123023.360000', '123023.363000', '123023.366000', '123023.369000', '123023.372000', '123023.375000', '123023.378000', '123023.381000', '123023.383000', '123023.386000', '123023.389000', '123023.392000', '123023.395000', '123023.398000', '123023.401000', '123023.403000', '123023.406000', '123023.409000', '123023.412000', '123023.415000', '123023.418000', '123023.420000', '123023.423000', '123023.426000', '123023.429000', '123023.432000', '123023.435000', '123023.437000', '123023.440000', '123043.317000', '123043.320000', '123043.323000', '123043.326000', '123043.329000', '123043.331000', '123043.334000', '123043.337000', '123043.340000', '123043.343000', '123043.346000', '123043.348000', '123043.351000', '123043.354000', '123043.357000', '123043.360000', '123043.363000', '123043.366000', '123043.369000', '123043.372000', '123043.375000', '123043.377000', '123043.380000', '123043.383000', '123043.386000', '123043.389000', '123043.392000', '123043.395000', '123043.397000', '123043.400000', '123043.403000', '123043.406000', '123043.409000', '123043.411000', '123043.414000', '123043.417000', '123043.420000', '123043.423000', '123043.426000', '123043.428000', '123043.431000', '123043.434000', '123043.437000', '123103.317000', '123103.320000', '123103.323000', '123103.326000', '123103.329000', '123103.332000', '123103.334000', '123103.337000', '123103.340000', '123103.343000', '123103.346000', '123103.349000', '123103.351000', '123103.354000', '123103.357000', '123103.360000', '123103.363000', '123103.365000', '123103.368000', '123103.371000', '123103.374000', '123103.377000', '123103.380000', '123103.382000', '123103.385000', '123103.388000', '123103.391000', '123103.394000', '123103.397000', '123103.399000', '123103.402000', '123103.405000', '123103.408000', '123103.411000', '123103.413000', '123103.416000', '123103.419000', '123103.422000', '123103.425000', '123103.427000', '123103.430000', '123103.433000', '123103.436000', '123103.439000', '123123.317000', '123123.320000', '123123.323000', '123123.326000', '123123.329000', '123123.331000', '123123.334000', '123123.337000', '123123.340000', '123123.343000', '123123.346000', '123123.348000', '123123.351000', '123123.354000', '123123.357000', '123123.360000', '123123.362000', '123123.365000', '123123.368000', '123123.371000', '123123.374000', '123123.377000', '123123.379000', '123123.382000', '123123.385000', '123123.388000', '123123.391000', '123123.395000', '123123.400000', '123123.404000', '123123.406000', '123123.409000', '123123.412000', '123123.415000', '123123.418000', '123123.421000', '123123.424000', '123123.427000', '123123.429000', '123123.432000', '123123.438000', '123123.441000', '123123.444000', '123143.317000', '123143.320000', '123143.323000', '123143.326000', '123143.328000', '123143.331000', '123143.334000', '123143.337000', '123143.340000', '123143.343000', '123143.346000', '123143.348000', '123143.351000', '123143.354000', '123143.357000', '123143.360000', '123143.362000', '123143.365000', '123143.368000', '123143.371000', '123143.374000', '123143.377000', '123143.379000', '123143.382000', '123143.385000', '123143.388000', '123143.391000', '123143.394000', '123143.396000', '123143.399000', '123143.402000', '123143.405000', '123143.408000', '123143.411000', '123143.413000', '123143.416000', '123143.419000', '123143.422000', '123143.425000', '123143.428000', '123143.430000', '123143.433000', '123143.436000', '123143.439000', '123203.317000', '123203.320000', '123203.323000', '123203.326000', '123203.329000', '123203.332000', '123203.335000', '123203.338000', '123203.341000', '123203.344000', '123203.348000', '123203.350000', '123203.353000', '123203.356000', '123203.359000', '123203.362000', '123203.364000', '123203.367000', '123203.370000', '123203.373000', '123203.376000', '123203.379000', '123203.381000', '123203.384000', '123203.387000', '123203.390000', '123203.393000', '123203.395000', '123203.398000', '123203.401000', '123203.404000', '123203.407000', '123203.410000', '123203.415000', '123203.419000', '123203.422000', '123203.425000', '123203.428000', '123203.431000', '123203.433000', '123203.436000', '123203.439000', '123203.442000', '123223.317000', '123223.320000', '123223.323000', '123223.326000', '123223.329000', '123223.332000', '123223.334000', '123223.337000', '123223.340000', '123223.343000', '123223.346000', '123223.349000', '123223.351000', '123223.354000', '123223.357000', '123223.360000', '123223.363000', '123223.373000', '123223.376000', '123223.379000', '123223.382000', '123223.385000', '123223.388000', '123223.390000', '123223.393000', '123223.396000', '123223.399000', '123223.402000', '123223.404000', '123223.407000', '123223.410000', '123223.413000', '123223.416000', '123223.419000', '123223.422000', '123223.425000', '123223.428000', '123223.430000', '123223.433000', '123223.436000', '123223.439000', '123223.442000', '123223.444000', '123223.447000', '123243.318000', '123243.321000', '123243.324000', '123243.327000', '123243.330000', '123243.332000', '123243.335000', '123243.338000', '123243.341000', '123243.344000', '123243.347000', '123243.349000', '123243.352000', '123243.355000', '123243.358000', '123243.361000', '123243.364000', '123243.366000', '123243.369000', '123243.372000', '123243.375000', '123243.378000', '123243.381000', '123243.383000', '123243.386000', '123243.389000', '123243.392000', '123243.395000', '123243.398000', '123243.401000', '123243.403000', '123243.406000', '123243.409000', '123243.412000', '123243.415000', '123243.418000', '123243.421000', '123243.423000', '123243.427000', '123243.429000', '123243.432000', '123243.435000', '123243.438000', '123301.891000', '123301.894000', '123301.898000', '123301.901000', '123301.905000', '123301.908000', '123301.911000', '123301.914000', '123301.917000', '123301.920000', '123301.923000', '123301.926000', '123301.929000', '123301.932000', '123301.934000', '123301.937000', '123301.940000', '123301.943000', '123301.946000', '123301.949000', '123301.952000', '123301.955000', '123301.958000', '123301.961000', '123301.964000', '123301.966000', '123301.969000', '123301.972000', '123301.975000', '123301.978000', '123301.981000', '123301.984000', '123301.987000', '123301.989000', '123301.992000', '123301.995000', '123301.998000', '123302.002000', '123302.005000', '123302.008000', '123302.011000'], 'InstanceCreationTime': ['122103.351000', '122103.355000', '122103.357000', '122103.360000', '122103.363000', '122103.366000', '122103.369000', '122103.377000', '122103.380000', '122103.383000', '122103.386000', '122103.388000', '122103.391000', '122103.394000', '122103.397000', '122103.400000', '122103.403000', '122103.406000', '122103.409000', '122103.411000', '122103.414000', '122103.423000', '122103.426000', '122103.429000', '122103.431000', '122103.434000', '122103.437000', '122103.440000', '122103.443000', '122103.446000', '122103.449000', '122103.452000', '122103.454000', '122103.457000', '122103.460000', '122103.463000', '122103.466000', '122103.468000', '122103.471000', '122103.474000', '122103.477000', '122103.480000', '122103.482000', '122103.492000', '122103.495000', '122103.498000', '122103.501000', '122103.504000', '122103.507000', '122103.509000', '122103.512000', '122103.515000', '122103.518000', '122123.317000', '122123.320000', '122123.323000', '122123.326000', '122123.328000', '122123.331000', '122123.334000', '122123.337000', '122123.340000', '122123.343000', '122123.353000', '122123.356000', '122123.359000', '122123.362000', '122123.365000', '122123.368000', '122123.370000', '122123.373000', '122123.376000', '122123.379000', '122123.382000', '122123.384000', '122123.387000', '122123.390000', '122123.393000', '122123.396000', '122123.399000', '122123.402000', '122123.404000', '122123.407000', '122123.410000', '122123.413000', '122123.416000', '122123.418000', '122123.421000', '122123.424000', '122123.427000', '122123.430000', '122123.432000', '122123.435000', '122123.438000', '122123.441000', '122123.458000', '122123.461000', '122143.317000', '122143.335000', '122143.338000', '122143.341000', '122143.344000', '122143.347000', '122143.350000', '122143.353000', '122143.356000', '122143.359000', '122143.362000', '122143.365000', '122143.368000', '122143.371000', '122143.374000', '122143.376000', '122143.379000', '122143.382000', '122143.385000', '122143.388000', '122143.390000', '122143.393000', '122143.396000', '122143.399000', '122143.402000', '122143.404000', '122143.407000', '122143.410000', '122143.413000', '122143.416000', '122143.419000', '122143.422000', '122143.424000', '122143.427000', '122143.430000', '122143.433000', '122143.436000', '122143.438000', '122143.441000', '122143.444000', '122143.447000', '122143.450000', '122143.453000', '122203.317000', '122203.320000', '122203.323000', '122203.325000', '122203.337000', '122203.340000', '122203.343000', '122203.346000', '122203.349000', '122203.351000', '122203.354000', '122203.357000', '122203.360000', '122203.363000', '122203.366000', '122203.368000', '122203.371000', '122203.374000', '122203.377000', '122203.380000', '122203.382000', '122203.385000', '122203.388000', '122203.391000', '122203.394000', '122203.396000', '122203.399000', '122203.402000', '122203.405000', '122203.408000', '122203.411000', '122203.414000', '122203.416000', '122203.419000', '122203.422000', '122203.425000', '122203.428000', '122203.430000', '122203.433000', '122203.436000', '122203.439000', '122203.442000', '122203.445000', '122203.447000', '122223.317000', '122223.320000', '122223.323000', '122223.326000', '122223.329000', '122223.332000', '122223.334000', '122223.337000', '122223.340000', '122223.343000', '122223.346000', '122223.349000', '122223.351000', '122223.354000', '122223.357000', '122223.360000', '122223.363000', '122223.365000', '122223.369000', '122223.374000', '122223.378000', '122223.380000', '122223.383000', '122223.386000', '122223.389000', '122223.392000', '122223.394000', '122223.397000', '122223.400000', '122223.403000', '122223.406000', '122223.409000', '122223.412000', '122223.414000', '122223.417000', '122223.425000', '122223.428000', '122223.431000', '122223.434000', '122223.436000', '122223.439000', '122223.442000', '122223.445000', '122243.317000', '122243.320000', '122243.323000', '122243.326000', '122243.328000', '122243.331000', '122243.334000', '122243.337000', '122243.340000', '122243.343000', '122243.345000', '122243.348000', '122243.351000', '122243.354000', '122243.357000', '122243.360000', '122243.362000', '122243.365000', '122243.368000', '122243.371000', '122243.374000', '122243.376000', '122243.379000', '122243.382000', '122243.385000', '122243.394000', '122243.397000', '122243.399000', '122243.402000', '122243.405000', '122243.408000', '122243.411000', '122243.414000', '122243.416000', '122243.419000', '122243.422000', '122243.425000', '122243.428000', '122243.431000', '122243.434000', '122243.436000', '122243.446000', '122243.449000', '122243.452000', '122303.319000', '122303.322000', '122303.325000', '122303.328000', '122303.330000', '122303.334000', '122303.336000', '122303.339000', '122303.342000', '122303.345000', '122303.348000', '122303.351000', '122303.353000', '122303.356000', '122303.359000', '122303.362000', '122303.365000', '122303.368000', '122303.371000', '122303.374000', '122303.377000', '122303.380000', '122303.383000', '122303.386000', '122303.388000', '122303.391000', '122303.394000', '122303.397000', '122303.400000', '122303.403000', '122303.406000', '122303.419000', '122303.421000', '122303.424000', '122303.427000', '122303.430000', '122303.433000', '122303.436000', '122303.438000', '122303.441000', '122303.444000', '122303.447000', '122303.449000', '122323.318000', '122323.321000', '122323.324000', '122323.327000', '122323.329000', '122323.332000', '122323.335000', '122323.338000', '122323.341000', '122323.344000', '122323.347000', '122323.349000', '122323.352000', '122323.355000', '122323.361000', '122323.364000', '122323.367000', '122323.370000', '122323.373000', '122323.375000', '122323.378000', '122323.381000', '122323.384000', '122323.387000', '122323.389000', '122323.392000', '122323.395000', '122323.398000', '122323.401000', '122323.403000', '122323.406000', '122323.409000', '122323.412000', '122323.415000', '122323.418000', '122323.420000', '122323.423000', '122323.426000', '122323.429000', '122323.432000', '122323.435000', '122323.437000', '122323.440000', '122323.443000', '122343.317000', '122343.320000', '122343.323000', '122343.326000', '122343.328000', '122343.331000', '122343.334000', '122343.337000', '122343.340000', '122343.343000', '122343.346000', '122343.349000', '122343.351000', '122343.354000', '122343.357000', '122343.360000', '122343.373000', '122343.375000', '122343.378000', '122343.381000', '122343.384000', '122343.387000', '122343.390000', '122343.393000', '122343.395000', '122343.398000', '122343.401000', '122343.404000', '122343.407000', '122343.410000', '122343.413000', '122343.415000', '122343.418000', '122343.421000', '122343.424000', '122343.427000', '122343.430000', '122343.433000', '122343.436000', '122343.438000', '122343.441000', '122343.444000', '122343.447000', '122403.317000', '122403.320000', '122403.323000', '122403.326000', '122403.329000', '122403.331000', '122403.334000', '122403.337000', '122403.340000', '122403.343000', '122403.346000', '122403.349000', '122403.351000', '122403.354000', '122403.357000', '122403.360000', '122403.363000', '122403.366000', '122403.368000', '122403.371000', '122403.374000', '122403.377000', '122403.380000', '122403.383000', '122403.386000', '122403.388000', '122403.391000', '122403.394000', '122403.397000', '122403.400000', '122403.403000', '122403.406000', '122403.409000', '122403.411000', '122403.414000', '122403.417000', '122403.420000', '122403.423000', '122403.426000', '122403.429000', '122403.431000', '122403.434000', '122403.437000', '122403.440000', '122423.317000', '122423.320000', '122423.323000', '122423.326000', '122423.329000', '122423.332000', '122423.334000', '122423.337000', '122423.340000', '122423.343000', '122423.346000', '122423.349000', '122423.352000', '122423.356000', '122423.359000', '122423.362000', '122423.365000', '122423.368000', '122423.371000', '122423.373000', '122423.376000', '122423.379000', '122423.382000', '122423.385000', '122423.388000', '122423.391000', '122423.394000', '122423.396000', '122423.399000', '122423.402000', '122423.405000', '122423.408000', '122423.411000', '122423.414000', '122423.417000', '122423.420000', '122423.423000', '122423.426000', '122423.429000', '122423.432000', '122423.435000', '122423.438000', '122423.440000', '122443.317000', '122443.324000', '122443.327000', '122443.330000', '122443.333000', '122443.336000', '122443.339000', '122443.341000', '122443.358000', '122443.361000', '122443.364000', '122443.367000', '122443.369000', '122443.372000', '122443.375000', '122443.378000', '122443.381000', '122443.384000', '122443.387000', '122443.390000', '122443.392000', '122443.395000', '122443.398000', '122443.401000', '122443.404000', '122443.407000', '122443.410000', '122443.412000', '122443.415000', '122443.418000', '122443.421000', '122443.424000', '122443.427000', '122443.430000', '122443.432000', '122443.435000', '122443.438000', '122443.441000', '122443.444000', '122443.447000', '122443.450000', '122443.453000', '122443.455000', '122443.458000', '122503.317000', '122503.320000', '122503.323000', '122503.326000', '122503.328000', '122503.331000', '122503.334000', '122503.337000', '122503.340000', '122503.343000', '122503.346000', '122503.349000', '122503.351000', '122503.354000', '122503.357000', '122503.360000', '122503.363000', '122503.366000', '122503.369000', '122503.372000', '122503.374000', '122503.377000', '122503.380000', '122503.383000', '122503.386000', '122503.389000', '122503.392000', '122503.394000', '122503.397000', '122503.400000', '122503.403000', '122503.406000', '122503.409000', '122503.412000', '122503.415000', '122503.418000', '122503.420000', '122503.423000', '122503.426000', '122503.429000', '122503.432000', '122503.435000', '122503.437000', '122523.317000', '122523.320000', '122523.323000', '122523.335000', '122523.337000', '122523.340000', '122523.343000', '122523.346000', '122523.349000', '122523.352000', '122523.355000', '122523.358000', '122523.361000', '122523.363000', '122523.366000', '122523.369000', '122523.372000', '122523.375000', '122523.378000', '122523.381000', '122523.384000', '122523.386000', '122523.389000', '122523.392000', '122523.395000', '122523.398000', '122523.401000', '122523.404000', '122523.406000', '122523.409000', '122523.412000', '122523.415000', '122523.418000', '122523.421000', '122523.424000', '122523.427000', '122523.429000', '122523.432000', '122523.435000', '122523.438000', '122523.441000', '122523.444000', '122523.446000', '122523.449000', '122543.318000', '122543.321000', '122543.324000', '122543.327000', '122543.330000', '122543.333000', '122543.336000', '122543.338000', '122543.341000', '122543.344000', '122543.347000', '122543.350000', '122543.353000', '122543.356000', '122543.358000', '122543.361000', '122543.364000', '122543.367000', '122543.370000', '122543.373000', '122543.376000', '122543.379000', '122543.381000', '122543.384000', '122543.387000', '122543.390000', '122543.394000', '122543.397000', '122543.401000', '122543.403000', '122543.406000', '122543.409000', '122543.412000', '122543.415000', '122543.418000', '122543.421000', '122543.424000', '122543.426000', '122543.429000', '122543.432000', '122543.435000', '122543.438000', '122543.441000', '122603.317000', '122603.320000', '122603.323000', '122603.326000', '122603.329000', '122603.332000', '122603.338000', '122603.341000', '122603.344000', '122603.347000', '122603.350000', '122603.353000', '122603.355000', '122603.358000', '122603.361000', '122603.364000', '122603.367000', '122603.370000', '122603.373000', '122603.375000', '122603.378000', '122603.381000', '122603.384000', '122603.387000', '122603.390000', '122603.393000', '122603.396000', '122603.398000', '122603.415000', '122603.418000', '122603.420000', '122603.423000', '122603.426000', '122603.429000', '122603.432000', '122603.435000', '122603.437000', '122603.440000', '122603.443000', '122603.446000', '122603.449000', '122603.452000', '122603.455000', '122603.458000', '122623.317000', '122623.320000', '122623.329000', '122623.331000', '122623.334000', '122623.337000', '122623.340000', '122623.343000', '122623.346000', '122623.349000', '122623.351000', '122623.356000', '122623.359000', '122623.362000', '122623.365000', '122623.368000', '122623.371000', '122623.373000', '122623.376000', '122623.379000', '122623.382000', '122623.385000', '122623.388000', '122623.391000', '122623.393000', '122623.396000', '122623.399000', '122623.402000', '122623.405000', '122623.408000', '122623.411000', '122623.414000', '122623.416000', '122623.419000', '122623.422000', '122623.425000', '122623.428000', '122623.431000', '122623.434000', '122623.437000', '122623.439000', '122623.442000', '122623.445000', '122643.317000', '122643.320000', '122643.328000', '122643.331000', '122643.334000', '122643.337000', '122643.340000', '122643.342000', '122643.345000', '122643.348000', '122643.351000', '122643.354000', '122643.357000', '122643.359000', '122643.362000', '122643.365000', '122643.368000', '122643.371000', '122643.374000', '122643.377000', '122643.379000', '122643.382000', '122643.385000', '122643.388000', '122643.391000', '122643.394000', '122643.397000', '122643.399000', '122643.402000', '122643.405000', '122643.408000', '122643.411000', '122643.414000', '122643.416000', '122643.419000', '122643.422000', '122643.425000', '122643.428000', '122643.431000', '122643.434000', '122643.436000', '122643.439000', '122643.442000', '122643.445000', '122703.317000', '122703.320000', '122703.323000', '122703.326000', '122703.329000', '122703.332000', '122703.334000', '122703.337000', '122703.345000', '122703.347000', '122703.350000', '122703.353000', '122703.356000', '122703.359000', '122703.362000', '122703.365000', '122703.368000', '122703.370000', '122703.373000', '122703.376000', '122703.379000', '122703.382000', '122703.385000', '122703.387000', '122703.390000', '122703.393000', '122703.396000', '122703.399000', '122703.402000', '122703.404000', '122703.407000', '122703.410000', '122703.413000', '122703.416000', '122703.419000', '122703.422000', '122703.424000', '122703.427000', '122703.431000', '122703.434000', '122703.437000', '122703.440000', '122703.443000', '122723.317000', '122723.320000', '122723.323000', '122723.326000', '122723.329000', '122723.332000', '122723.334000', '122723.337000', '122723.340000', '122723.343000', '122723.346000', '122723.349000', '122723.352000', '122723.354000', '122723.357000', '122723.360000', '122723.363000', '122723.366000', '122723.369000', '122723.372000', '122723.375000', '122723.377000', '122723.380000', '122723.383000', '122723.386000', '122723.389000', '122723.391000', '122723.394000', '122723.397000', '122723.400000', '122723.403000', '122723.406000', '122723.409000', '122723.420000', '122723.423000', '122723.426000', '122723.429000', '122723.431000', '122723.434000', '122723.437000', '122723.440000', '122723.443000', '122723.446000', '122723.448000', '122743.317000', '122743.320000', '122743.323000', '122743.326000', '122743.329000', '122743.332000', '122743.334000', '122743.337000', '122743.340000', '122743.343000', '122743.346000', '122743.349000', '122743.352000', '122743.355000', '122743.357000', '122743.360000', '122743.363000', '122743.366000', '122743.369000', '122743.372000', '122743.375000', '122743.378000', '122743.380000', '122743.383000', '122743.386000', '122743.389000', '122743.392000', '122743.395000', '122743.397000', '122743.400000', '122743.403000', '122743.406000', '122743.409000', '122743.412000', '122743.415000', '122743.418000', '122743.420000', '122743.423000', '122743.426000', '122743.429000', '122743.432000', '122743.435000', '122743.438000', '122803.318000', '122803.321000', '122803.324000', '122803.327000', '122803.330000', '122803.333000', '122803.335000', '122803.338000', '122803.341000', '122803.344000', '122803.347000', '122803.350000', '122803.353000', '122803.356000', '122803.358000', '122803.361000', '122803.364000', '122803.367000', '122803.370000', '122803.373000', '122803.376000', '122803.379000', '122803.381000', '122803.384000', '122803.387000', '122803.390000', '122803.393000', '122803.396000', '122803.398000', '122803.402000', '122803.404000', '122803.407000', '122803.410000', '122803.413000', '122803.416000', '122803.419000', '122803.422000', '122803.425000', '122803.427000', '122803.430000', '122803.433000', '122803.436000', '122803.439000', '122803.442000', '122823.317000', '122823.320000', '122823.323000', '122823.326000', '122823.329000', '122823.332000', '122823.335000', '122823.338000', '122823.341000', '122823.344000', '122823.347000', '122823.349000', '122823.352000', '122823.355000', '122823.358000', '122823.361000', '122823.364000', '122823.367000', '122823.370000', '122823.373000', '122823.375000', '122823.378000', '122823.381000', '122823.384000', '122823.387000', '122823.390000', '122823.392000', '122823.396000', '122823.398000', '122823.401000', '122823.404000', '122823.407000', '122823.410000', '122823.413000', '122823.415000', '122823.418000', '122823.421000', '122823.424000', '122823.427000', '122823.435000', '122823.438000', '122823.441000', '122823.443000', '122843.317000', '122843.322000', '122843.324000', '122843.327000', '122843.344000', '122843.347000', '122843.350000', '122843.353000', '122843.355000', '122843.358000', '122843.361000', '122843.364000', '122843.367000', '122843.370000', '122843.373000', '122843.376000', '122843.379000', '122843.381000', '122843.384000', '122843.387000', '122843.390000', '122843.393000', '122843.396000', '122843.399000', '122843.402000', '122843.423000', '122843.426000', '122843.429000', '122843.431000', '122843.435000', '122843.437000', '122843.440000', '122843.443000', '122843.446000', '122843.449000', '122843.452000', '122843.455000', '122843.457000', '122843.460000', '122843.463000', '122843.466000', '122843.469000', '122843.472000', '122903.317000', '122903.320000', '122903.323000', '122903.326000', '122903.337000', '122903.340000', '122903.343000', '122903.346000', '122903.349000', '122903.351000', '122903.354000', '122903.357000', '122903.360000', '122903.363000', '122903.366000', '122903.369000', '122903.372000', '122903.374000', '122903.377000', '122903.380000', '122903.383000', '122903.386000', '122903.389000', '122903.391000', '122903.395000', '122903.397000', '122903.400000', '122903.403000', '122903.406000', '122903.409000', '122903.412000', '122903.414000', '122903.417000', '122903.420000', '122903.423000', '122903.426000', '122903.429000', '122903.432000', '122903.434000', '122903.437000', '122903.440000', '122903.443000', '122903.446000', '122903.449000', '122923.317000', '122923.320000', '122923.323000', '122923.326000', '122923.336000', '122923.339000', '122923.341000', '122923.344000', '122923.347000', '122923.350000', '122923.353000', '122923.356000', '122923.359000', '122923.362000', '122923.365000', '122923.368000', '122923.371000', '122923.373000', '122923.376000', '122923.379000', '122923.382000', '122923.385000', '122923.388000', '122923.391000', '122923.393000', '122923.396000', '122923.399000', '122923.402000', '122923.405000', '122923.408000', '122923.411000', '122923.414000', '122923.416000', '122923.419000', '122923.422000', '122923.425000', '122923.428000', '122923.431000', '122923.434000', '122923.436000', '122923.439000', '122923.442000', '122923.445000', '122943.317000', '122943.320000', '122943.323000', '122943.326000', '122943.329000', '122943.332000', '122943.335000', '122943.337000', '122943.340000', '122943.343000', '122943.346000', '122943.349000', '122943.352000', '122943.355000', '122943.358000', '122943.361000', '122943.364000', '122943.367000', '122943.369000', '122943.372000', '122943.375000', '122943.378000', '122943.381000', '122943.384000', '122943.386000', '122943.389000', '122943.392000', '122943.395000', '122943.398000', '122943.401000', '122943.404000', '122943.406000', '122943.409000', '122943.412000', '122943.415000', '122943.418000', '122943.421000', '122943.424000', '122943.426000', '122943.429000', '122943.432000', '122943.435000', '122943.438000', '122943.441000', '123003.317000', '123003.320000', '123003.323000', '123003.339000', '123003.342000', '123003.346000', '123003.349000', '123003.352000', '123003.355000', '123003.358000', '123003.361000', '123003.364000', '123003.367000', '123003.370000', '123003.373000', '123003.376000', '123003.379000', '123003.382000', '123003.385000', '123003.388000', '123003.391000', '123003.393000', '123003.396000', '123003.399000', '123003.402000', '123003.405000', '123003.408000', '123003.411000', '123003.414000', '123003.417000', '123003.420000', '123003.423000', '123003.426000', '123003.429000', '123003.432000', '123003.434000', '123003.437000', '123003.440000', '123003.443000', '123003.446000', '123003.449000', '123003.452000', '123003.455000', '123023.318000', '123023.321000', '123023.324000', '123023.327000', '123023.330000', '123023.332000', '123023.335000', '123023.338000', '123023.341000', '123023.344000', '123023.346000', '123023.349000', '123023.352000', '123023.355000', '123023.358000', '123023.360000', '123023.363000', '123023.366000', '123023.369000', '123023.372000', '123023.375000', '123023.378000', '123023.381000', '123023.383000', '123023.386000', '123023.389000', '123023.392000', '123023.395000', '123023.398000', '123023.401000', '123023.403000', '123023.406000', '123023.409000', '123023.412000', '123023.415000', '123023.418000', '123023.420000', '123023.423000', '123023.426000', '123023.429000', '123023.432000', '123023.435000', '123023.437000', '123023.440000', '123043.317000', '123043.320000', '123043.323000', '123043.326000', '123043.329000', '123043.331000', '123043.334000', '123043.337000', '123043.340000', '123043.343000', '123043.346000', '123043.348000', '123043.351000', '123043.354000', '123043.357000', '123043.360000', '123043.363000', '123043.366000', '123043.369000', '123043.372000', '123043.375000', '123043.377000', '123043.380000', '123043.383000', '123043.386000', '123043.389000', '123043.392000', '123043.395000', '123043.397000', '123043.400000', '123043.403000', '123043.406000', '123043.409000', '123043.411000', '123043.414000', '123043.417000', '123043.420000', '123043.423000', '123043.426000', '123043.428000', '123043.431000', '123043.434000', '123043.437000', '123103.317000', '123103.320000', '123103.323000', '123103.326000', '123103.329000', '123103.332000', '123103.334000', '123103.337000', '123103.340000', '123103.343000', '123103.346000', '123103.349000', '123103.351000', '123103.354000', '123103.357000', '123103.360000', '123103.363000', '123103.365000', '123103.368000', '123103.371000', '123103.374000', '123103.377000', '123103.380000', '123103.382000', '123103.385000', '123103.388000', '123103.391000', '123103.394000', '123103.397000', '123103.399000', '123103.402000', '123103.405000', '123103.408000', '123103.411000', '123103.413000', '123103.416000', '123103.419000', '123103.422000', '123103.425000', '123103.427000', '123103.430000', '123103.433000', '123103.436000', '123103.439000', '123123.317000', '123123.320000', '123123.323000', '123123.326000', '123123.329000', '123123.331000', '123123.334000', '123123.337000', '123123.340000', '123123.343000', '123123.346000', '123123.348000', '123123.351000', '123123.354000', '123123.357000', '123123.360000', '123123.362000', '123123.365000', '123123.368000', '123123.371000', '123123.374000', '123123.377000', '123123.379000', '123123.382000', '123123.385000', '123123.388000', '123123.391000', '123123.395000', '123123.400000', '123123.404000', '123123.406000', '123123.409000', '123123.412000', '123123.415000', '123123.418000', '123123.421000', '123123.424000', '123123.427000', '123123.429000', '123123.432000', '123123.438000', '123123.441000', '123123.444000', '123143.317000', '123143.320000', '123143.323000', '123143.326000', '123143.328000', '123143.331000', '123143.334000', '123143.337000', '123143.340000', '123143.343000', '123143.346000', '123143.348000', '123143.351000', '123143.354000', '123143.357000', '123143.360000', '123143.362000', '123143.365000', '123143.368000', '123143.371000', '123143.374000', '123143.377000', '123143.379000', '123143.382000', '123143.385000', '123143.388000', '123143.391000', '123143.394000', '123143.396000', '123143.399000', '123143.402000', '123143.405000', '123143.408000', '123143.411000', '123143.413000', '123143.416000', '123143.419000', '123143.422000', '123143.425000', '123143.428000', '123143.430000', '123143.433000', '123143.436000', '123143.439000', '123203.317000', '123203.320000', '123203.323000', '123203.326000', '123203.329000', '123203.332000', '123203.335000', '123203.338000', '123203.341000', '123203.344000', '123203.348000', '123203.350000', '123203.353000', '123203.356000', '123203.359000', '123203.362000', '123203.364000', '123203.367000', '123203.370000', '123203.373000', '123203.376000', '123203.379000', '123203.381000', '123203.384000', '123203.387000', '123203.390000', '123203.393000', '123203.395000', '123203.398000', '123203.401000', '123203.404000', '123203.407000', '123203.410000', '123203.415000', '123203.419000', '123203.422000', '123203.425000', '123203.428000', '123203.431000', '123203.433000', '123203.436000', '123203.439000', '123203.442000', '123223.317000', '123223.320000', '123223.323000', '123223.326000', '123223.329000', '123223.332000', '123223.334000', '123223.337000', '123223.340000', '123223.343000', '123223.346000', '123223.349000', '123223.351000', '123223.354000', '123223.357000', '123223.360000', '123223.363000', '123223.373000', '123223.376000', '123223.379000', '123223.382000', '123223.385000', '123223.388000', '123223.390000', '123223.393000', '123223.396000', '123223.399000', '123223.402000', '123223.404000', '123223.407000', '123223.410000', '123223.413000', '123223.416000', '123223.419000', '123223.422000', '123223.425000', '123223.428000', '123223.430000', '123223.433000', '123223.436000', '123223.439000', '123223.442000', '123223.444000', '123223.447000', '123243.318000', '123243.321000', '123243.324000', '123243.327000', '123243.330000', '123243.332000', '123243.335000', '123243.338000', '123243.341000', '123243.344000', '123243.347000', '123243.349000', '123243.352000', '123243.355000', '123243.358000', '123243.361000', '123243.364000', '123243.366000', '123243.369000', '123243.372000', '123243.375000', '123243.378000', '123243.381000', '123243.383000', '123243.386000', '123243.389000', '123243.392000', '123243.395000', '123243.398000', '123243.401000', '123243.403000', '123243.406000', '123243.409000', '123243.412000', '123243.415000', '123243.418000', '123243.421000', '123243.423000', '123243.427000', '123243.429000', '123243.432000', '123243.435000', '123243.438000', '123301.891000', '123301.894000', '123301.898000', '123301.901000', '123301.905000', '123301.908000', '123301.911000', '123301.914000', '123301.917000', '123301.920000', '123301.923000', '123301.926000', '123301.929000', '123301.932000', '123301.934000', '123301.937000', '123301.940000', '123301.943000', '123301.946000', '123301.949000', '123301.952000', '123301.955000', '123301.958000', '123301.961000', '123301.964000', '123301.966000', '123301.969000', '123301.972000', '123301.975000', '123301.978000', '123301.981000', '123301.984000', '123301.987000', '123301.989000', '123301.992000', '123301.995000', '123301.998000', '123302.002000', '123302.005000', '123302.008000', '123302.011000'], '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': [12391, 15106, 11634, 14372, 10577, 12994, 8866, 10909, 13275, 9841, 14243, 10406, 11948, 8257, 10840, 8467, 9454, 8802, 9413, 10525, 8441, 14180, 9293, 12704, 8792, 12515, 8702, 11952, 8941, 10074, 10734, 9095, 15113, 11063, 12552, 8794, 11307, 9157, 9377, 14885, 11575, 12852, 10471, 11693, 8896, 9591, 13945, 10692, 13277, 10970, 12029, 8820, 9850, 9346, 9208, 14926, 11583, 12830, 10242, 11670, 8402, 11080, 9040, 11521, 10432, 9451, 13089, 9280, 13720, 9845, 12117, 8561, 10773, 8308, 9436, 14311, 9976, 13284, 9569, 10921, 10175, 9569, 13613, 9179, 12713, 9130, 11111, 8854, 10207, 12208, 9011, 13466, 9484, 11456, 8451, 10351, 8444, 9216, 14273, 9178, 12780, 10047, 10779, 8580, 10608, 8495, 9764, 8756, 10540, 11836, 9593, 13876, 8977, 12581, 9528, 12080, 8621, 10420, 9021, 8945, 11157, 8637, 14533, 10315, 12583, 9344, 11688, 8305, 11032, 8976, 10994, 9198, 9356, 13563, 9039, 13764, 10357, 11397, 9131, 11006, 8761, 9972, 10114, 9954, 12219, 8863, 13897, 9534, 12528, 8706, 10652, 8754, 9489, 10500, 9163, 14819, 11219, 12855, 10036, 11669, 8972, 9562, 10049, 9581, 14797, 11391, 11749, 9662, 13576, 9949, 13014, 9567, 12776, 8849, 10923, 9033, 8945, 13051, 8729, 13437, 10099, 10611, 9062, 9004, 14290, 9089, 12652, 9112, 10082, 8895, 8882, 14062, 8922, 12332, 8959, 11616, 8572, 10882, 8631, 8999, 13107, 8716, 13760, 10235, 12205, 9191, 11894, 9193, 12659, 9047, 11589, 8737, 10857, 12854, 9241, 14117, 11382, 10973, 8601, 9778, 8975, 9249, 14960, 12247, 11559, 9931, 10774, 8768, 9368, 12300, 9787, 12785, 10072, 11373, 8637, 9381, 13407, 9932, 12272, 10044, 11085, 8569, 9456, 13320, 9573, 12511, 10319, 10178, 8586, 9850, 8864, 10306, 8773, 9744, 8620, 8788, 13333, 8575, 12859, 10742, 10603, 8482, 10175, 8511, 9235, 14184, 10126, 12236, 10140, 10807, 8636, 9493, 13737, 10031, 12261, 10488, 10131, 8647, 9424, 8751, 8823, 13932, 10356, 11852, 9135, 10720, 8690, 10221, 8660, 10217, 9528, 8470, 14254, 8904, 11944, 8487, 10724, 8738, 11207, 8765, 9360, 11270, 8617, 14410, 10975, 10908, 8542, 9671, 9031, 8797, 14321, 10429, 11130, 8742, 10020, 8801, 8485, 14198, 10439, 12031, 8593, 10579, 8524, 9184, 13159, 8848, 12993, 10177, 11224, 8810, 9721, 8527, 9013, 14355, 9706, 12136, 9772, 10309, 8492, 9615, 8569, 9089, 14313, 10834, 11704, 10138, 10731, 8677, 9504, 9023, 9062, 14551, 10063, 11407, 9441, 10895, 8744, 9291, 14748, 10254, 11560, 10080, 10495, 8589, 9872, 8669, 9440, 14473, 10962, 11199, 10073, 10294, 8435, 9756, 13635, 9868, 11748, 9449, 10754, 8239, 9863, 9254, 8805, 14477, 10747, 11142, 8512, 9447, 8422, 8742, 13733, 9794, 11444, 9145, 10714, 8303, 9920, 8681, 8720, 13499, 9601, 11831, 9232, 10814, 8895, 9231, 14459, 11268, 11886, 10277, 10543, 8532, 9666, 8492, 9995, 9412, 8741, 13306, 8635, 12213, 9275, 11050, 8709, 9386, 8963, 9380, 8752, 10374, 9310, 9440, 14038, 8856, 13135, 10333, 11757, 8748, 11673, 8244, 10111, 10135, 9494, 14353, 11892, 11621, 10175, 10378, 8919, 13165, 9572, 12381, 9055, 11313, 8429, 11207, 8417, 9231, 13917, 9647, 12333, 10469, 10916, 9112, 10303, 8574, 10176, 9448, 10124, 11017, 8606, 12788, 8880, 11674, 8492, 10667, 8745, 9515, 8664, 8629, 13428, 9089, 12448, 8855, 11405, 8522, 10571, 8693, 9296, 12601, 8898, 12732, 10127, 10748, 8842, 9800, 8361, 8852, 14184, 10710, 11217, 9239, 9992, 8340, 9312, 12068, 9134, 12277, 9301, 10481, 8159, 9358, 10013, 8657, 12703, 8973, 10688, 9236, 9448, 8389, 8816, 10776, 8728, 13321, 8804, 10985, 9109, 10551, 9016, 10598, 8874, 9926, 8138, 9565, 9787, 10010, 13905, 11132, 12468, 9247, 11985, 9660, 11667, 8784, 10310, 8924, 8733, 13548, 9755, 11872, 9171, 10716, 8709, 9380, 12026, 8983, 14264, 10185, 11583, 8800, 10820, 8844, 10871, 9009, 11967, 8765, 9188, 8648, 8814, 13074, 10655, 12600, 9423, 12039, 9319, 11468, 8593, 11229, 8829, 9497, 10131, 8628, 13764, 10385, 11556, 9089, 11230, 8453, 9276, 13747, 8741, 11952, 10592, 10585, 9008, 9642, 8556, 9575, 8869, 9832, 11105, 9382, 11014, 8755, 12676, 8904, 11605, 9009, 11583, 8767, 11327, 8352, 9787, 9036, 9048, 13754, 10598, 12283, 8869, 10935, 8880, 10249, 8501, 10364, 8756, 9037, 8344, 8774, 13513, 9254, 11148, 9439, 10102, 8958, 9567, 8381, 9975, 8673, 10610, 9168, 12503, 8404, 10145, 8329, 9576, 14206, 9934, 11664, 9463, 10282, 8671, 9011, 13751, 9317, 11247, 8547, 9989, 8397, 9100, 13418, 8759, 10651, 8331, 9377, 8264, 8588, 12920, 8637, 9873, 8429, 9711, 8747, 8737, 12638, 8963, 10084, 8620, 9070, 10068, 8331, 11256, 9047, 10232, 8510, 9535, 9504, 8802, 14328, 9151, 11575, 8358, 10602, 10073, 9504, 15118, 9460, 12377, 9227, 10619, 11731, 10477, 13739, 9248, 11909, 8902, 10686, 8415, 11138, 8788, 10527, 8506, 9192, 8379, 9520, 13989, 11784, 13391, 10136, 11762, 9665, 10498, 8593, 10876, 8698, 9565, 11956, 8724, 12732, 9613, 11223, 8543, 10342, 8719, 9275, 12780, 8742, 11686, 9718, 10674, 8887, 9667, 8730, 9494, 8584, 8941, 9140, 9701, 9654, 8437, 14379, 8984, 12280, 9416, 11058, 8448, 9056, 9108, 8660, 13513, 10692, 11738, 9758, 10304, 8745, 13087, 9157, 11035, 8408, 10460, 8217, 8943, 14792, 8905, 12114, 8852, 10480, 8813, 8549, 14312, 8586, 11330, 8562, 10288, 8449, 9218, 8824, 8607, 14753, 8993, 12087, 10769, 11510, 9298, 11661, 8659, 10619, 8332, 10635, 9065, 11525, 8766, 8939, 14760, 9680, 12612, 9083, 10618, 9456, 10517, 9589, 8591, 14355, 9415, 11639, 8223, 9997, 10522, 8962, 14149, 8594, 11052, 8626, 9476, 11661, 9199, 13113, 9080, 11143, 8399, 9455, 9466, 9605, 13758, 8733, 11963, 8416, 10082, 8765, 10139, 8843, 9049, 9043, 8614, 13876, 8980, 11864, 9280, 11005, 8281, 9604, 8640, 8817, 14736, 9730, 12004, 9651, 10675, 8356, 9392, 8676, 9004, 12703, 9402, 13134, 10091, 12234, 9175, 11440, 9396, 10809, 8724, 10454, 8654, 9407, 9004, 8460, 13607, 9617, 10905, 8561, 9751, 11176, 8605, 12559, 8865, 10020, 8723, 9559, 8865, 9286, 8616, 9835, 8928, 10711, 9207, 8836, 13371, 8767, 12528, 9369, 11539, 8688, 11100, 8522, 9270, 11820, 8845, 14688, 11050, 11812, 9288, 11605, 8418, 10532, 9539, 9424, 15396, 11330, 11634, 10039, 8834, 10972, 8842, 11514, 9919, 12888, 9277, 12356, 11340, 11350, 13581, 11779, 10729, 9000, 11770, 9122, 14815, 10392, 12269, 8904, 11864, 8285, 9695, 8391, 8791, 13467, 8755, 12490, 10509, 11028, 9098, 10064, 8685, 9784, 8542, 9244, 10689, 9424, 10136, 8752, 14806, 8928, 12534, 9020, 11510, 9801, 11925, 8424, 8791, 10632, 8608, 14643, 11067, 12539, 9583, 11931, 8565, 9839, 8272, 9024, 12886, 10614, 13945, 10210, 12567, 9564, 11092, 8314, 10687, 9332, 10603, 11002, 8639, 13489, 8943, 11141, 8609, 11123, 8345, 9228, 11583, 8561, 12770, 9561, 10973, 8148, 10430, 8276, 9203, 8476, 8743, 15129, 9468, 12303, 9779, 11996, 8457, 11144, 8168, 9598, 10065, 8975, 14877, 12126, 11814, 8820, 10176, 9342, 8731, 13820, 10225, 10956, 8185, 9835, 8663, 8825, 14040, 9161, 11623, 9705, 10117, 8716, 9824, 8358, 9689, 8889, 9186, 13335, 10083, 10016, 8990, 11741, 9075, 13889, 10767, 12852, 10766, 12718, 9441, 11993, 8300, 11733, 9776, 9663, 14930, 12404, 11826, 10556, 10762, 8383, 10031, 9362, 9466, 14909, 12193, 12356, 10049, 10521, 8412, 9911, 8852, 10535, 10311, 9365, 13139, 9002, 12019, 9661, 11882, 10041, 11411, 8757, 11751, 8776, 12490, 9148, 12400, 9072, 12432, 8236, 9859, 8638, 10108, 8095, 10426, 15476, 11020, 12644, 10956, 10783, 9036, 9888, 8073, 9965, 13704, 9184, 12693, 10267, 10912, 8592, 10034, 8215, 9887, 8684, 10007, 12129, 8998, 12232, 8900, 10066, 8369, 9763, 12745, 9608, 13654, 8905, 11503, 9229, 10740, 8443, 11250, 8333, 11760, 8603, 10036, 8458, 9839, 15021, 10781, 13025, 11364, 11688, 9401, 9916, 8075, 9930, 12747, 10555, 12473, 9462, 13353, 9192, 11546, 9134, 11610, 8657, 12792, 8405, 11132, 8137, 9183, 14297, 10425, 12093, 9873, 10763, 8206, 9719, 9065, 10073, 8721, 9316, 13663, 9280, 12659, 10118, 11562, 8674, 11156, 8679, 9033, 13424, 9097, 12847, 10837, 11010, 9041, 9843, 8207, 9750, 10723, 10096, 11748, 9246, 14266, 9356, 11905, 9491, 11804, 8591, 11932, 8108, 9753, 11247, 9556, 14406, 11135, 11965, 8953, 11420, 8227, 9562, 8916, 9457, 14356, 11799, 11886, 9871, 10688, 8398, 9638, 8687, 9556, 14216, 11215, 12637, 9581, 12195, 9117, 11600, 8795, 11460, 9692, 12018, 8691, 8559, 13389, 8888, 11456, 8533, 10494, 9642, 9373, 12154, 8653, 11339, 8512, 10603, 8799, 10808, 8265, 9217, 8852, 9200, 12738, 9042, 12941, 9156, 11754, 8618, 10814, 8624, 8851, 12203, 8978, 12978, 9347, 12333, 8749, 11388, 8351, 9597, 8180, 9838, 9308, 9327, 14521, 11286, 11591, 9427, 10523, 8418, 9306, 11607, 8999, 13379, 10158, 11819, 8608, 11451, 8403, 9979, 8892, 9355, 9349, 9488, 14137, 11050, 12501, 9366, 10685, 8717, 9084, 12878, 9125, 13576, 10322, 12073, 8671, 10607, 8268, 9550, 9251, 9138, 13176, 9629, 11478, 8963, 8580, 8838, 8014, 11141, 8017, 13294, 8839, 12535, 13354, 10475, 13752, 10790, 12858, 9636, 11981, 9463, 10435, 10600, 9112, 14343, 10965, 11601, 8994, 10791, 8432, 9538, 8511, 9271, 13927, 9902, 12201, 8994, 11098, 8596, 10720, 8455, 10561, 8841, 11157, 8537, 9756, 8658, 9785, 14674, 9837, 13373, 10362, 11728, 8536, 9318, 14243, 9554, 12961, 8666, 10547, 10706, 10148, 11276, 8687, 12977, 9043, 11659, 8429, 10577, 13816, 10753, 12536, 9948, 11077, 8782, 10794, 8816, 11445, 8464, 9568, 8944, 9362, 11361, 9140, 14570, 9656, 12637, 8814, 10020, 11988, 8744, 13032, 8868, 11198, 8755, 10521, 8911, 9181, 9785, 8903, 13865, 8943, 11340, 8564, 10952, 9552, 10066, 9511, 9861, 9946, 9848, 14695, 9849, 14014, 10580, 12166, 8682, 9644, 14281, 10553, 13483, 10853, 12106, 9198, 10991, 8474, 11043, 8228, 11752, 8382, 11878, 8565, 11808, 8999, 13262, 8802, 12738, 9736, 11199, 8825, 9997, 15367, 10772, 13585, 9356, 11454, 10821, 11144, 8851, 9343, 12920, 9437, 13713, 9474, 13218, 8498, 11177, 8188, 9531, 9073, 9393, 13399, 10050, 12128, 9104, 13077, 9290, 11985, 8942, 11850, 8484, 12597, 8546, 10711, 8245, 10658, 8194, 12533, 8207, 13129, 9276, 15695, 11545, 8673, 10159, 8575, 13496, 13329, 11016, 15728, 9080, 12950, 9606, 11610, 9340, 13268, 9917, 15579, 10342, 15273, 14633, 12042, 15363, 12589, 14493, 12470, 14379, 10693, 12454, 9964, 10654, 8571, 10290, 9617, 9939, 10777, 9958, 11912, 9316, 8102, 9976, 8578, 9165, 8427, 10184, 8569, 10457, 8264, 9838, 9443, 8744, 13714, 9087, 10525, 8388, 10214, 8400, 9999, 8521, 10440, 8231, 10352, 8382, 9467, 8513, 8905, 9601, 8704, 12278, 9567, 11085, 8820, 10223, 8608, 10262, 8937, 9821, 8732, 9636, 8856, 9521, 9011, 9521, 9008, 9220, 13882, 10134, 12439, 10524, 10370, 9202, 8903, 10622, 8529, 13425, 9103, 13629, 13266, 10733, 13819, 12003, 12777, 10309, 12856, 10035, 13140, 9570, 11937, 12096, 10131, 12778, 10211, 9427, 8943, 10182], 'WindowCenter': [4626.0, 4619.0, 4586.0, 4592.0, 4561.0, 4579.0, 4539.0, 4558.0, 4566.0, 4536.0, 4577.0, 4548.0, 4557.0, 4525.0, 4546.0, 4525.0, 4535.0, 4524.0, 4536.0, 4545.0, 4527.0, 4577.0, 4549.0, 4567.0, 4539.0, 4568.0, 4538.0, 4569.0, 4538.0, 4549.0, 4557.0, 4538.0, 4587.0, 4558.0, 4568.0, 4538.0, 4559.0, 4536.0, 4537.0, 4576.0, 4557.0, 4566.0, 4546.0, 4556.0, 4526.0, 4536.0, 4565.0, 4546.0, 4565.0, 4547.0, 4555.0, 4525.0, 4535.0, 4534.0, 4536.0, 4576.0, 4556.0, 4565.0, 4546.0, 4555.0, 4525.0, 4556.0, 4525.0, 4556.0, 4544.0, 4536.0, 4565.0, 4536.0, 4565.0, 4534.0, 4555.0, 4524.0, 4545.0, 4514.0, 4536.0, 4564.0, 4534.0, 4564.0, 4524.0, 4544.0, 4532.0, 4524.0, 4553.0, 4523.0, 4553.0, 4523.0, 4544.0, 4513.0, 4533.0, 4541.0, 4523.0, 4553.0, 4522.0, 4542.0, 4511.0, 4534.0, 4512.0, 4523.0, 4561.0, 4522.0, 4551.0, 4532.0, 4532.0, 4514.0, 4533.0, 4523.0, 4534.0, 4523.0, 4545.0, 4543.0, 4535.0, 4563.0, 4524.0, 4554.0, 4534.0, 4555.0, 4524.0, 4545.0, 4524.0, 4525.0, 4544.0, 4525.0, 4564.0, 4546.0, 4556.0, 4535.0, 4555.0, 4525.0, 4546.0, 4525.0, 4545.0, 4535.0, 4536.0, 4564.0, 4536.0, 4565.0, 4545.0, 4555.0, 4536.0, 4546.0, 4526.0, 4547.0, 4546.0, 4547.0, 4556.0, 4537.0, 4565.0, 4536.0, 4567.0, 4536.0, 4546.0, 4525.0, 4537.0, 4545.0, 4537.0, 4576.0, 4557.0, 4566.0, 4547.0, 4556.0, 4536.0, 4547.0, 4546.0, 4548.0, 4576.0, 4557.0, 4556.0, 4547.0, 4566.0, 4536.0, 4567.0, 4535.0, 4556.0, 4524.0, 4546.0, 4523.0, 4525.0, 4564.0, 4525.0, 4564.0, 4534.0, 4545.0, 4524.0, 4525.0, 4564.0, 4524.0, 4565.0, 4524.0, 4536.0, 4524.0, 4527.0, 4564.0, 4524.0, 4553.0, 4525.0, 4557.0, 4524.0, 4546.0, 4525.0, 4526.0, 4564.0, 4527.0, 4565.0, 4547.0, 4555.0, 4538.0, 4556.0, 4537.0, 4567.0, 4538.0, 4557.0, 4526.0, 4557.0, 4566.0, 4536.0, 4565.0, 4544.0, 4544.0, 4524.0, 4536.0, 4524.0, 4535.0, 4563.0, 4543.0, 4542.0, 4522.0, 4532.0, 4511.0, 4524.0, 4542.0, 4523.0, 4541.0, 4522.0, 4542.0, 4511.0, 4523.0, 4551.0, 4522.0, 4541.0, 4522.0, 4532.0, 4510.0, 4522.0, 4551.0, 4521.0, 4540.0, 4531.0, 4519.0, 4510.0, 4520.0, 4510.0, 4531.0, 4510.0, 4521.0, 4511.0, 4513.0, 4551.0, 4523.0, 4553.0, 4533.0, 4532.0, 4512.0, 4533.0, 4511.0, 4523.0, 4552.0, 4533.0, 4542.0, 4532.0, 4534.0, 4511.0, 4522.0, 4551.0, 4522.0, 4540.0, 4531.0, 4519.0, 4511.0, 4521.0, 4510.0, 4512.0, 4551.0, 4532.0, 4540.0, 4522.0, 4531.0, 4512.0, 4533.0, 4511.0, 4533.0, 4521.0, 4513.0, 4562.0, 4523.0, 4542.0, 4512.0, 4533.0, 4512.0, 4543.0, 4512.0, 4525.0, 4541.0, 4512.0, 4561.0, 4532.0, 4531.0, 4511.0, 4522.0, 4510.0, 4512.0, 4561.0, 4532.0, 4531.0, 4511.0, 4522.0, 4510.0, 4512.0, 4551.0, 4533.0, 4542.0, 4511.0, 4531.0, 4511.0, 4522.0, 4550.0, 4511.0, 4541.0, 4520.0, 4531.0, 4509.0, 4520.0, 4499.0, 4510.0, 4550.0, 4521.0, 4540.0, 4520.0, 4520.0, 4510.0, 4520.0, 4499.0, 4511.0, 4551.0, 4531.0, 4530.0, 4521.0, 4532.0, 4510.0, 4521.0, 4510.0, 4511.0, 4550.0, 4521.0, 4530.0, 4521.0, 4531.0, 4499.0, 4511.0, 4550.0, 4520.0, 4529.0, 4521.0, 4530.0, 4511.0, 4522.0, 4510.0, 4522.0, 4551.0, 4530.0, 4529.0, 4520.0, 4520.0, 4499.0, 4521.0, 4549.0, 4520.0, 4530.0, 4509.0, 4528.0, 4499.0, 4522.0, 4508.0, 4510.0, 4549.0, 4529.0, 4519.0, 4500.0, 4509.0, 4498.0, 4510.0, 4552.0, 4522.0, 4529.0, 4523.0, 4530.0, 4511.0, 4521.0, 4511.0, 4513.0, 4550.0, 4521.0, 4540.0, 4521.0, 4532.0, 4510.0, 4522.0, 4551.0, 4531.0, 4529.0, 4519.0, 4519.0, 4500.0, 4520.0, 4511.0, 4521.0, 4520.0, 4512.0, 4550.0, 4512.0, 4541.0, 4522.0, 4542.0, 4524.0, 4548.0, 4537.0, 4536.0, 4513.0, 4534.0, 4523.0, 4536.0, 4564.0, 4526.0, 4565.0, 4545.0, 4553.0, 4524.0, 4543.0, 4514.0, 4535.0, 4533.0, 4535.0, 4564.0, 4569.0, 4544.0, 4534.0, 4533.0, 4526.0, 4565.0, 4535.0, 4554.0, 4525.0, 4542.0, 4512.0, 4543.0, 4501.0, 4523.0, 4552.0, 4523.0, 4542.0, 4532.0, 4532.0, 4512.0, 4532.0, 4511.0, 4534.0, 4521.0, 4532.0, 4531.0, 4512.0, 4541.0, 4522.0, 4542.0, 4512.0, 4533.0, 4511.0, 4522.0, 4510.0, 4512.0, 4552.0, 4522.0, 4542.0, 4511.0, 4532.0, 4511.0, 4532.0, 4510.0, 4522.0, 4541.0, 4512.0, 4540.0, 4521.0, 4530.0, 4511.0, 4522.0, 4501.0, 4512.0, 4550.0, 4534.0, 4543.0, 4536.0, 4532.0, 4501.0, 4522.0, 4541.0, 4511.0, 4541.0, 4511.0, 4520.0, 4499.0, 4510.0, 4519.0, 4511.0, 4539.0, 4511.0, 4531.0, 4521.0, 4522.0, 4513.0, 4524.0, 4531.0, 4513.0, 4551.0, 4523.0, 4532.0, 4522.0, 4546.0, 4524.0, 4534.0, 4535.0, 4535.0, 4514.0, 4535.0, 4534.0, 4535.0, 4552.0, 4544.0, 4552.0, 4523.0, 4543.0, 4535.0, 4544.0, 4513.0, 4535.0, 4523.0, 4515.0, 4551.0, 4524.0, 4542.0, 4512.0, 4533.0, 4512.0, 4524.0, 4542.0, 4513.0, 4550.0, 4522.0, 4531.0, 4512.0, 4531.0, 4512.0, 4532.0, 4510.0, 4543.0, 4500.0, 4511.0, 4511.0, 4512.0, 4551.0, 4531.0, 4541.0, 4520.0, 4541.0, 4511.0, 4531.0, 4512.0, 4531.0, 4512.0, 4521.0, 4519.0, 4500.0, 4551.0, 4520.0, 4529.0, 4509.0, 4530.0, 4498.0, 4509.0, 4538.0, 4499.0, 4528.0, 4518.0, 4517.0, 4498.0, 4508.0, 4498.0, 4509.0, 4498.0, 4520.0, 4529.0, 4510.0, 4518.0, 4511.0, 4539.0, 4510.0, 4529.0, 4509.0, 4529.0, 4500.0, 4529.0, 4500.0, 4520.0, 4510.0, 4511.0, 4539.0, 4521.0, 4528.0, 4510.0, 4529.0, 4510.0, 4520.0, 4499.0, 4520.0, 4499.0, 4510.0, 4499.0, 4510.0, 4550.0, 4521.0, 4530.0, 4510.0, 4520.0, 4511.0, 4521.0, 4512.0, 4532.0, 4511.0, 4532.0, 4509.0, 4542.0, 4501.0, 4521.0, 4500.0, 4520.0, 4549.0, 4520.0, 4529.0, 4509.0, 4521.0, 4498.0, 4509.0, 4538.0, 4508.0, 4519.0, 4497.0, 4508.0, 4487.0, 4499.0, 4539.0, 4499.0, 4519.0, 4498.0, 4508.0, 4487.0, 4499.0, 4538.0, 4499.0, 4519.0, 4498.0, 4510.0, 4498.0, 4510.0, 4539.0, 4510.0, 4521.0, 4499.0, 4522.0, 4519.0, 4511.0, 4531.0, 4511.0, 4532.0, 4511.0, 4522.0, 4520.0, 4512.0, 4551.0, 4521.0, 4542.0, 4501.0, 4533.0, 4520.0, 4522.0, 4560.0, 4521.0, 4541.0, 4511.0, 4532.0, 4530.0, 4521.0, 4551.0, 4511.0, 4530.0, 4510.0, 4532.0, 4500.0, 4532.0, 4500.0, 4531.0, 4510.0, 4522.0, 4500.0, 4522.0, 4550.0, 4531.0, 4540.0, 4520.0, 4529.0, 4509.0, 4520.0, 4499.0, 4520.0, 4498.0, 4510.0, 4528.0, 4499.0, 4538.0, 4508.0, 4518.0, 4499.0, 4518.0, 4497.0, 4511.0, 4538.0, 4499.0, 4529.0, 4510.0, 4518.0, 4509.0, 4509.0, 4510.0, 4520.0, 4511.0, 4522.0, 4511.0, 4522.0, 4521.0, 4512.0, 4561.0, 4523.0, 4542.0, 4511.0, 4532.0, 4501.0, 4512.0, 4511.0, 4513.0, 4552.0, 4532.0, 4540.0, 4522.0, 4521.0, 4512.0, 4551.0, 4522.0, 4532.0, 4500.0, 4532.0, 4500.0, 4522.0, 4560.0, 4511.0, 4542.0, 4510.0, 4532.0, 4510.0, 4511.0, 4550.0, 4511.0, 4531.0, 4511.0, 4521.0, 4500.0, 4522.0, 4510.0, 4512.0, 4561.0, 4512.0, 4541.0, 4531.0, 4530.0, 4522.0, 4541.0, 4512.0, 4531.0, 4513.0, 4533.0, 4511.0, 4542.0, 4511.0, 4512.0, 4551.0, 4510.0, 4541.0, 4510.0, 4534.0, 4509.0, 4520.0, 4509.0, 4499.0, 4549.0, 4510.0, 4530.0, 4499.0, 4519.0, 4517.0, 4498.0, 4537.0, 4499.0, 4528.0, 4499.0, 4520.0, 4528.0, 4508.0, 4538.0, 4498.0, 4518.0, 4498.0, 4509.0, 4507.0, 4509.0, 4538.0, 4499.0, 4528.0, 4498.0, 4521.0, 4499.0, 4519.0, 4497.0, 4509.0, 4509.0, 4511.0, 4549.0, 4511.0, 4540.0, 4510.0, 4530.0, 4500.0, 4520.0, 4499.0, 4511.0, 4550.0, 4520.0, 4540.0, 4509.0, 4519.0, 4499.0, 4510.0, 4500.0, 4511.0, 4540.0, 4511.0, 4540.0, 4522.0, 4529.0, 4511.0, 4529.0, 4510.0, 4519.0, 4499.0, 4520.0, 4499.0, 4511.0, 4509.0, 4500.0, 4549.0, 4509.0, 4519.0, 4498.0, 4510.0, 4518.0, 4498.0, 4539.0, 4523.0, 4520.0, 4512.0, 4521.0, 4513.0, 4511.0, 4514.0, 4534.0, 4512.0, 4532.0, 4522.0, 4523.0, 4551.0, 4512.0, 4552.0, 4523.0, 4543.0, 4512.0, 4532.0, 4512.0, 4535.0, 4542.0, 4523.0, 4562.0, 4543.0, 4541.0, 4512.0, 4541.0, 4513.0, 4546.0, 4522.0, 4523.0, 4561.0, 4531.0, 4531.0, 4534.0, 4512.0, 4533.0, 4513.0, 4544.0, 4536.0, 4556.0, 4525.0, 4556.0, 4534.0, 4545.0, 4554.0, 4543.0, 4531.0, 4512.0, 4530.0, 4511.0, 4551.0, 4522.0, 4542.0, 4500.0, 4530.0, 4489.0, 4509.0, 4489.0, 4501.0, 4539.0, 4500.0, 4530.0, 4520.0, 4519.0, 4512.0, 4520.0, 4512.0, 4522.0, 4511.0, 4523.0, 4521.0, 4523.0, 4521.0, 4513.0, 4552.0, 4513.0, 4542.0, 4513.0, 4533.0, 4521.0, 4532.0, 4500.0, 4512.0, 4521.0, 4512.0, 4562.0, 4533.0, 4542.0, 4512.0, 4531.0, 4501.0, 4521.0, 4500.0, 4512.0, 4541.0, 4521.0, 4540.0, 4521.0, 4540.0, 4510.0, 4520.0, 4500.0, 4520.0, 4498.0, 4520.0, 4518.0, 4500.0, 4538.0, 4510.0, 4519.0, 4498.0, 4518.0, 4489.0, 4510.0, 4518.0, 4499.0, 4539.0, 4526.0, 4531.0, 4490.0, 4519.0, 4489.0, 4511.0, 4499.0, 4501.0, 4550.0, 4521.0, 4540.0, 4520.0, 4529.0, 4489.0, 4529.0, 4498.0, 4510.0, 4508.0, 4510.0, 4549.0, 4529.0, 4528.0, 4498.0, 4519.0, 4497.0, 4499.0, 4538.0, 4508.0, 4517.0, 4488.0, 4509.0, 4498.0, 4510.0, 4549.0, 4511.0, 4529.0, 4510.0, 4519.0, 4511.0, 4522.0, 4502.0, 4523.0, 4513.0, 4523.0, 4551.0, 4522.0, 4521.0, 4513.0, 4542.0, 4513.0, 4552.0, 4544.0, 4555.0, 4546.0, 4553.0, 4522.0, 4544.0, 4514.0, 4544.0, 4521.0, 4523.0, 4551.0, 4541.0, 4529.0, 4520.0, 4530.0, 4500.0, 4521.0, 4511.0, 4521.0, 4549.0, 4530.0, 4529.0, 4509.0, 4518.0, 4500.0, 4520.0, 4499.0, 4521.0, 4520.0, 4510.0, 4539.0, 4510.0, 4540.0, 4522.0, 4544.0, 4522.0, 4531.0, 4513.0, 4542.0, 4513.0, 4542.0, 4511.0, 4555.0, 4513.0, 4543.0, 4515.0, 4524.0, 4512.0, 4531.0, 4500.0, 4532.0, 4560.0, 4521.0, 4539.0, 4520.0, 4518.0, 4499.0, 4509.0, 4488.0, 4521.0, 4540.0, 4512.0, 4541.0, 4520.0, 4518.0, 4500.0, 4508.0, 4499.0, 4521.0, 4499.0, 4521.0, 4529.0, 4510.0, 4531.0, 4499.0, 4520.0, 4500.0, 4521.0, 4539.0, 4521.0, 4551.0, 4512.0, 4531.0, 4511.0, 4532.0, 4512.0, 4532.0, 4501.0, 4543.0, 4511.0, 4522.0, 4501.0, 4533.0, 4562.0, 4533.0, 4552.0, 4543.0, 4541.0, 4522.0, 4521.0, 4501.0, 4522.0, 4552.0, 4533.0, 4540.0, 4511.0, 4540.0, 4510.0, 4531.0, 4511.0, 4532.0, 4500.0, 4540.0, 4500.0, 4530.0, 4488.0, 4510.0, 4549.0, 4519.0, 4528.0, 4519.0, 4529.0, 4500.0, 4510.0, 4499.0, 4520.0, 4498.0, 4522.0, 4550.0, 4511.0, 4541.0, 4532.0, 4531.0, 4500.0, 4531.0, 4499.0, 4511.0, 4549.0, 4512.0, 4540.0, 4531.0, 4530.0, 4511.0, 4521.0, 4500.0, 4522.0, 4531.0, 4522.0, 4540.0, 4522.0, 4551.0, 4511.0, 4541.0, 4522.0, 4542.0, 4501.0, 4531.0, 4500.0, 4521.0, 4530.0, 4520.0, 4550.0, 4531.0, 4529.0, 4500.0, 4530.0, 4499.0, 4510.0, 4509.0, 4520.0, 4550.0, 4530.0, 4530.0, 4520.0, 4521.0, 4499.0, 4510.0, 4499.0, 4520.0, 4551.0, 4529.0, 4538.0, 4509.0, 4529.0, 4510.0, 4529.0, 4499.0, 4529.0, 4507.0, 4528.0, 4496.0, 4498.0, 4537.0, 4497.0, 4518.0, 4498.0, 4519.0, 4505.0, 4508.0, 4526.0, 4498.0, 4517.0, 4497.0, 4519.0, 4498.0, 4518.0, 4487.0, 4509.0, 4508.0, 4510.0, 4539.0, 4510.0, 4540.0, 4511.0, 4530.0, 4498.0, 4519.0, 4498.0, 4511.0, 4528.0, 4510.0, 4540.0, 4510.0, 4540.0, 4499.0, 4543.0, 4501.0, 4520.0, 4500.0, 4521.0, 4510.0, 4522.0, 4550.0, 4531.0, 4529.0, 4511.0, 4520.0, 4500.0, 4511.0, 4530.0, 4511.0, 4551.0, 4521.0, 4541.0, 4510.0, 4530.0, 4499.0, 4520.0, 4510.0, 4511.0, 4510.0, 4522.0, 4551.0, 4531.0, 4541.0, 4512.0, 4521.0, 4499.0, 4511.0, 4539.0, 4512.0, 4541.0, 4521.0, 4529.0, 4499.0, 4520.0, 4499.0, 4522.0, 4510.0, 4523.0, 4564.0, 4535.0, 4542.0, 4512.0, 4512.0, 4523.0, 4503.0, 4543.0, 4515.0, 4565.0, 4527.0, 4556.0, 4555.0, 4534.0, 4552.0, 4532.0, 4539.0, 4521.0, 4530.0, 4510.0, 4521.0, 4519.0, 4500.0, 4539.0, 4518.0, 4517.0, 4498.0, 4518.0, 4498.0, 4508.0, 4498.0, 4510.0, 4538.0, 4520.0, 4528.0, 4511.0, 4530.0, 4511.0, 4531.0, 4512.0, 4534.0, 4511.0, 4533.0, 4510.0, 4522.0, 4510.0, 4533.0, 4563.0, 4523.0, 4552.0, 4522.0, 4542.0, 4511.0, 4523.0, 4551.0, 4521.0, 4541.0, 4511.0, 4532.0, 4520.0, 4522.0, 4529.0, 4511.0, 4540.0, 4511.0, 4542.0, 4501.0, 4531.0, 4541.0, 4531.0, 4540.0, 4520.0, 4529.0, 4499.0, 4530.0, 4509.0, 4530.0, 4499.0, 4510.0, 4509.0, 4522.0, 4540.0, 4522.0, 4562.0, 4522.0, 4541.0, 4510.0, 4521.0, 4530.0, 4500.0, 4539.0, 4510.0, 4531.0, 4499.0, 4533.0, 4510.0, 4522.0, 4520.0, 4512.0, 4550.0, 4511.0, 4543.0, 4512.0, 4545.0, 4510.0, 4520.0, 4523.0, 4534.0, 4532.0, 4534.0, 4563.0, 4533.0, 4563.0, 4533.0, 4544.0, 4511.0, 4523.0, 4551.0, 4532.0, 4540.0, 4520.0, 4527.0, 4511.0, 4529.0, 4500.0, 4544.0, 4525.0, 4543.0, 4512.0, 4542.0, 4513.0, 4542.0, 4524.0, 4554.0, 4523.0, 4554.0, 4523.0, 4543.0, 4512.0, 4533.0, 4574.0, 4533.0, 4551.0, 4523.0, 4543.0, 4530.0, 4531.0, 4509.0, 4510.0, 4540.0, 4512.0, 4550.0, 4519.0, 4540.0, 4499.0, 4529.0, 4500.0, 4520.0, 4509.0, 4521.0, 4551.0, 4521.0, 4540.0, 4512.0, 4551.0, 4510.0, 4539.0, 4521.0, 4542.0, 4511.0, 4542.0, 4501.0, 4530.0, 4500.0, 4532.0, 4512.0, 4553.0, 4513.0, 4551.0, 4535.0, 4574.0, 4545.0, 4526.0, 4534.0, 4529.0, 4569.0, 4541.0, 4521.0, 4551.0, 4501.0, 4529.0, 4511.0, 4543.0, 4511.0, 4540.0, 4509.0, 4552.0, 4510.0, 4551.0, 4526.0, 4517.0, 4524.0, 4502.0, 4510.0, 4489.0, 4497.0, 4467.0, 4474.0, 4455.0, 4466.0, 4445.0, 4465.0, 4455.0, 4466.0, 4475.0, 4479.0, 4489.0, 4469.0, 4460.0, 4490.0, 4470.0, 4482.0, 4473.0, 4504.0, 4486.0, 4506.0, 4475.0, 4507.0, 4495.0, 4487.0, 4537.0, 4498.0, 4519.0, 4487.0, 4507.0, 4489.0, 4508.0, 4488.0, 4508.0, 4489.0, 4509.0, 4488.0, 4509.0, 4499.0, 4511.0, 4510.0, 4501.0, 4541.0, 4511.0, 4520.0, 4512.0, 4520.0, 4513.0, 4522.0, 4513.0, 4535.0, 4525.0, 4525.0, 4513.0, 4524.0, 4514.0, 4536.0, 4525.0, 4538.0, 4578.0, 4549.0, 4569.0, 4548.0, 4536.0, 4537.0, 4526.0, 4548.0, 4528.0, 4580.0, 4539.0, 4581.0, 4568.0, 4549.0, 4568.0, 4557.0, 4554.0, 4535.0, 4554.0, 4535.0, 4555.0, 4524.0, 4545.0, 4544.0, 4535.0, 4554.0, 4535.0, 4512.0, 4513.0, 4522.0], 'WindowWidth': [10136.0, 10116.0, 10059.0, 10061.0, 10014.0, 10036.0, 9979.0, 10005.0, 10014.0, 9971.0, 10030.0, 9991.0, 10002.0, 9955.0, 9983.0, 9954.0, 9969.0, 9950.0, 9971.0, 9981.0, 9960.0, 10030.0, 9994.0, 10016.0, 9981.0, 10017.0, 9978.0, 10021.0, 9977.0, 9994.0, 10001.0, 9977.0, 10045.0, 10006.0, 10018.0, 9978.0, 10008.0, 9971.0, 9974.0, 10029.0, 10003.0, 10013.0, 9985.0, 9999.0, 9957.0, 9972.0, 10013.0, 9985.0, 10009.0, 9986.0, 9995.0, 9955.0, 9970.0, 9965.0, 9971.0, 10027.0, 9998.0, 10009.0, 9985.0, 9996.0, 9954.0, 10000.0, 9955.0, 9998.0, 9979.0, 9972.0, 10011.0, 9973.0, 10009.0, 9965.0, 9997.0, 9952.0, 9982.0, 9939.0, 9970.0, 10010.0, 9964.0, 10006.0, 9951.0, 9979.0, 9959.0, 9952.0, 9990.0, 9949.0, 9987.0, 9949.0, 9977.0, 9932.0, 9959.0, 9970.0, 9946.0, 9987.0, 9944.0, 9974.0, 9929.0, 9961.0, 9930.0, 9947.0, 9998.0, 9944.0, 9983.0, 9959.0, 9957.0, 9938.0, 9962.0, 9950.0, 9966.0, 9949.0, 9980.0, 9975.0, 9967.0, 10005.0, 9952.0, 9990.0, 9967.0, 9996.0, 9953.0, 9983.0, 9950.0, 9954.0, 9979.0, 9956.0, 10009.0, 9984.0, 9997.0, 9970.0, 9994.0, 9955.0, 9987.0, 9955.0, 9983.0, 9967.0, 9971.0, 10009.0, 9971.0, 10010.0, 9982.0, 9994.0, 9970.0, 9986.0, 9958.0, 9989.0, 9986.0, 9989.0, 9999.0, 9974.0, 10011.0, 9971.0, 10016.0, 9973.0, 9986.0, 9956.0, 9973.0, 9983.0, 9974.0, 10030.0, 10001.0, 10011.0, 9987.0, 10000.0, 9972.0, 9989.0, 9985.0, 9990.0, 10029.0, 10002.0, 10000.0, 9988.0, 10015.0, 9970.0, 10016.0, 9970.0, 10001.0, 9950.0, 9984.0, 9950.0, 9956.0, 10006.0, 9955.0, 10008.0, 9966.0, 9982.0, 9951.0, 9956.0, 10008.0, 9952.0, 10009.0, 9953.0, 9969.0, 9953.0, 9957.0, 10007.0, 9953.0, 9991.0, 9956.0, 10000.0, 9952.0, 9984.0, 9954.0, 9957.0, 10006.0, 9959.0, 10011.0, 9988.0, 9998.0, 9978.0, 10000.0, 9976.0, 10016.0, 9978.0, 10004.0, 9957.0, 10003.0, 10013.0, 9970.0, 10009.0, 9978.0, 9977.0, 9952.0, 9969.0, 9951.0, 9969.0, 10005.0, 9975.0, 9970.0, 9946.0, 9960.0, 9929.0, 9950.0, 9972.0, 9946.0, 9971.0, 9944.0, 9971.0, 9927.0, 9948.0, 9983.0, 9942.0, 9967.0, 9943.0, 9955.0, 9924.0, 9944.0, 9984.0, 9943.0, 9964.0, 9954.0, 9936.0, 9927.0, 9939.0, 9927.0, 9956.0, 9925.0, 9943.0, 9930.0, 9935.0, 9985.0, 9949.0, 9988.0, 9960.0, 9959.0, 9933.0, 9962.0, 9928.0, 9948.0, 9989.0, 9961.0, 9971.0, 9957.0, 9963.0, 9928.0, 9943.0, 9986.0, 9943.0, 9966.0, 9953.0, 9936.0, 9927.0, 9942.0, 9925.0, 9930.0, 9984.0, 9956.0, 9966.0, 9944.0, 9957.0, 9930.0, 9961.0, 9930.0, 9960.0, 9941.0, 9934.0, 10001.0, 9947.0, 9973.0, 9933.0, 9962.0, 9930.0, 9975.0, 9931.0, 9952.0, 9969.0, 9932.0, 9999.0, 9958.0, 9956.0, 9927.0, 9945.0, 9925.0, 9932.0, 9999.0, 9957.0, 9956.0, 9927.0, 9944.0, 9926.0, 9933.0, 9984.0, 9960.0, 9971.0, 9927.0, 9955.0, 9927.0, 9944.0, 9980.0, 9929.0, 9968.0, 9938.0, 9955.0, 9921.0, 9939.0, 9909.0, 9924.0, 9979.0, 9941.0, 9964.0, 9938.0, 9937.0, 9924.0, 9940.0, 9909.0, 9929.0, 9984.0, 9954.0, 9953.0, 9941.0, 9955.0, 9925.0, 9940.0, 9925.0, 9928.0, 9981.0, 9941.0, 9951.0, 9941.0, 9956.0, 9907.0, 9926.0, 9980.0, 9936.0, 9948.0, 9940.0, 9950.0, 9928.0, 9945.0, 9924.0, 9944.0, 9983.0, 9952.0, 9949.0, 9938.0, 9939.0, 9908.0, 9942.0, 9978.0, 9935.0, 9949.0, 9922.0, 9945.0, 9909.0, 9941.0, 9919.0, 9924.0, 9976.0, 9949.0, 9932.0, 9909.0, 9921.0, 9907.0, 9924.0, 9987.0, 9943.0, 9948.0, 9945.0, 9953.0, 9930.0, 9943.0, 9929.0, 9933.0, 9982.0, 9942.0, 9966.0, 9939.0, 9957.0, 9924.0, 9945.0, 9984.0, 9954.0, 9947.0, 9936.0, 9933.0, 9911.0, 9939.0, 9926.0, 9941.0, 9938.0, 9932.0, 9982.0, 9932.0, 9971.0, 9945.0, 9972.0, 9954.0, 9994.0, 9974.0, 9970.0, 9934.0, 9964.0, 9946.0, 9967.0, 10006.0, 9957.0, 10009.0, 9983.0, 9989.0, 9951.0, 9977.0, 9937.0, 9966.0, 9962.0, 9967.0, 10008.0, 10023.0, 9980.0, 9964.0, 9960.0, 9957.0, 10009.0, 9966.0, 9991.0, 9952.0, 9972.0, 9932.0, 9976.0, 9914.0, 9946.0, 9989.0, 9948.0, 9970.0, 9956.0, 9956.0, 9931.0, 9956.0, 9929.0, 9963.0, 9941.0, 9956.0, 9954.0, 9930.0, 9968.0, 9945.0, 9971.0, 9933.0, 9960.0, 9926.0, 9944.0, 9926.0, 9931.0, 9985.0, 9945.0, 9972.0, 9928.0, 9957.0, 9928.0, 9957.0, 9926.0, 9943.0, 9971.0, 9930.0, 9966.0, 9941.0, 9951.0, 9927.0, 9944.0, 9914.0, 9931.0, 9982.0, 9966.0, 9974.0, 9971.0, 9958.0, 9914.0, 9944.0, 9967.0, 9927.0, 9966.0, 9926.0, 9938.0, 9908.0, 9924.0, 9935.0, 9927.0, 9964.0, 9929.0, 9953.0, 9942.0, 9945.0, 9935.0, 9950.0, 9956.0, 9934.0, 9984.0, 9946.0, 9958.0, 9947.0, 9982.0, 9950.0, 9964.0, 9968.0, 9968.0, 9939.0, 9968.0, 9964.0, 9966.0, 9988.0, 9978.0, 9987.0, 9949.0, 9976.0, 9967.0, 9980.0, 9933.0, 9965.0, 9946.0, 9937.0, 9982.0, 9949.0, 9970.0, 9928.0, 9959.0, 9929.0, 9950.0, 9971.0, 9933.0, 9980.0, 9941.0, 9954.0, 9929.0, 9954.0, 9930.0, 9958.0, 9925.0, 9973.0, 9910.0, 9928.0, 9925.0, 9931.0, 9984.0, 9955.0, 9968.0, 9940.0, 9966.0, 9926.0, 9956.0, 9928.0, 9955.0, 9927.0, 9940.0, 9934.0, 9909.0, 9981.0, 9938.0, 9949.0, 9921.0, 9950.0, 9905.0, 9920.0, 9958.0, 9906.0, 9944.0, 9931.0, 9926.0, 9905.0, 9917.0, 9905.0, 9921.0, 9904.0, 9937.0, 9946.0, 9923.0, 9930.0, 9927.0, 9963.0, 9924.0, 9948.0, 9921.0, 9948.0, 9909.0, 9949.0, 9910.0, 9936.0, 9923.0, 9927.0, 9963.0, 9938.0, 9947.0, 9924.0, 9947.0, 9924.0, 9937.0, 9909.0, 9939.0, 9906.0, 9925.0, 9907.0, 9925.0, 9978.0, 9941.0, 9951.0, 9926.0, 9937.0, 9928.0, 9939.0, 9931.0, 9959.0, 9929.0, 9956.0, 9922.0, 9970.0, 9912.0, 9940.0, 9909.0, 9938.0, 9978.0, 9938.0, 9948.0, 9921.0, 9940.0, 9905.0, 9920.0, 9959.0, 9918.0, 9935.0, 9901.0, 9918.0, 9887.0, 9905.0, 9960.0, 9906.0, 9935.0, 9904.0, 9917.0, 9887.0, 9907.0, 9958.0, 9906.0, 9936.0, 9903.0, 9923.0, 9905.0, 9924.0, 9961.0, 9923.0, 9940.0, 9906.0, 9945.0, 9935.0, 9928.0, 9953.0, 9929.0, 9959.0, 9929.0, 9944.0, 9937.0, 9929.0, 9982.0, 9941.0, 9972.0, 9915.0, 9958.0, 9938.0, 9942.0, 9995.0, 9940.0, 9969.0, 9927.0, 9956.0, 9951.0, 9939.0, 9981.0, 9926.0, 9950.0, 9925.0, 9956.0, 9912.0, 9955.0, 9910.0, 9953.0, 9924.0, 9943.0, 9910.0, 9942.0, 9982.0, 9953.0, 9964.0, 9937.0, 9947.0, 9922.0, 9939.0, 9908.0, 9937.0, 9904.0, 9922.0, 9944.0, 9906.0, 9960.0, 9919.0, 9932.0, 9904.0, 9930.0, 9901.0, 9924.0, 9958.0, 9909.0, 9947.0, 9923.0, 9930.0, 9921.0, 9920.0, 9924.0, 9938.0, 9928.0, 9945.0, 9927.0, 9943.0, 9940.0, 9930.0, 9997.0, 9946.0, 9971.0, 9926.0, 9957.0, 9913.0, 9931.0, 9926.0, 9933.0, 9986.0, 9957.0, 9967.0, 9944.0, 9940.0, 9931.0, 9982.0, 9944.0, 9958.0, 9911.0, 9957.0, 9912.0, 9944.0, 9995.0, 9927.0, 9971.0, 9922.0, 9955.0, 9923.0, 9928.0, 9981.0, 9927.0, 9955.0, 9927.0, 9940.0, 9911.0, 9943.0, 9924.0, 9929.0, 9996.0, 9929.0, 9967.0, 9955.0, 9950.0, 9944.0, 9967.0, 9931.0, 9955.0, 9934.0, 9961.0, 9927.0, 9970.0, 9926.0, 9930.0, 9983.0, 9924.0, 9968.0, 9922.0, 9963.0, 9920.0, 9936.0, 9919.0, 9908.0, 9977.0, 9922.0, 9951.0, 9906.0, 9935.0, 9927.0, 9903.0, 9958.0, 9906.0, 9944.0, 9908.0, 9938.0, 9944.0, 9918.0, 9957.0, 9904.0, 9931.0, 9903.0, 9919.0, 9915.0, 9920.0, 9959.0, 9907.0, 9944.0, 9905.0, 9940.0, 9908.0, 9935.0, 9902.0, 9922.0, 9921.0, 9928.0, 9977.0, 9926.0, 9965.0, 9923.0, 9952.0, 9909.0, 9939.0, 9908.0, 9926.0, 9980.0, 9938.0, 9964.0, 9922.0, 9934.0, 9907.0, 9925.0, 9909.0, 9928.0, 9967.0, 9926.0, 9965.0, 9942.0, 9948.0, 9926.0, 9949.0, 9923.0, 9936.0, 9906.0, 9936.0, 9906.0, 9926.0, 9919.0, 9910.0, 9977.0, 9922.0, 9934.0, 9903.0, 9922.0, 9930.0, 9904.0, 9962.0, 9948.0, 9937.0, 9928.0, 9939.0, 9932.0, 9926.0, 9936.0, 9965.0, 9931.0, 9956.0, 9942.0, 9946.0, 9983.0, 9931.0, 9983.0, 9948.0, 9974.0, 9930.0, 9958.0, 9928.0, 9966.0, 9970.0, 9946.0, 10000.0, 9973.0, 9969.0, 9928.0, 9969.0, 9932.0, 9983.0, 9946.0, 9946.0, 9997.0, 9954.0, 9953.0, 9963.0, 9930.0, 9958.0, 9932.0, 9976.0, 9967.0, 9996.0, 9950.0, 9994.0, 9959.0, 9979.0, 9989.0, 9971.0, 9952.0, 9928.0, 9949.0, 9924.0, 9980.0, 9942.0, 9969.0, 9906.0, 9949.0, 9890.0, 9919.0, 9890.0, 9910.0, 9959.0, 9909.0, 9948.0, 9934.0, 9932.0, 9925.0, 9936.0, 9927.0, 9942.0, 9925.0, 9945.0, 9938.0, 9943.0, 9938.0, 9930.0, 9984.0, 9932.0, 9971.0, 9931.0, 9960.0, 9937.0, 9954.0, 9909.0, 9928.0, 9937.0, 9928.0, 9996.0, 9957.0, 9971.0, 9927.0, 9952.0, 9911.0, 9939.0, 9908.0, 9928.0, 9966.0, 9939.0, 9965.0, 9937.0, 9962.0, 9921.0, 9934.0, 9910.0, 9937.0, 9903.0, 9935.0, 9929.0, 9907.0, 9956.0, 9921.0, 9934.0, 9903.0, 9930.0, 9890.0, 9922.0, 9929.0, 9905.0, 9961.0, 9955.0, 9951.0, 9895.0, 9931.0, 9892.0, 9923.0, 9905.0, 9910.0, 9978.0, 9939.0, 9964.0, 9935.0, 9945.0, 9892.0, 9945.0, 9904.0, 9921.0, 9916.0, 9923.0, 9974.0, 9945.0, 9942.0, 9902.0, 9931.0, 9898.0, 9905.0, 9960.0, 9917.0, 9926.0, 9888.0, 9918.0, 9901.0, 9921.0, 9977.0, 9926.0, 9947.0, 9924.0, 9933.0, 9926.0, 9940.0, 9915.0, 9947.0, 9931.0, 9945.0, 9982.0, 9943.0, 9940.0, 9933.0, 9969.0, 9933.0, 9984.0, 9977.0, 9992.0, 9982.0, 9986.0, 9942.0, 9975.0, 9934.0, 9975.0, 9938.0, 9945.0, 9983.0, 9966.0, 9945.0, 9936.0, 9948.0, 9911.0, 9938.0, 9925.0, 9940.0, 9976.0, 9948.0, 9946.0, 9919.0, 9931.0, 9906.0, 9936.0, 9906.0, 9939.0, 9933.0, 9922.0, 9960.0, 9921.0, 9963.0, 9942.0, 9975.0, 9943.0, 9954.0, 9931.0, 9972.0, 9933.0, 9971.0, 9927.0, 9993.0, 9932.0, 9973.0, 9941.0, 9947.0, 9928.0, 9954.0, 9910.0, 9956.0, 9994.0, 9938.0, 9959.0, 9934.0, 9930.0, 9905.0, 9920.0, 9890.0, 9939.0, 9963.0, 9928.0, 9968.0, 9937.0, 9930.0, 9908.0, 9918.0, 9907.0, 9941.0, 9907.0, 9940.0, 9946.0, 9923.0, 9951.0, 9906.0, 9936.0, 9909.0, 9941.0, 9960.0, 9939.0, 9982.0, 9929.0, 9951.0, 9926.0, 9956.0, 9931.0, 9957.0, 9911.0, 9972.0, 9926.0, 9945.0, 9912.0, 9959.0, 10001.0, 9959.0, 9984.0, 9974.0, 9967.0, 9942.0, 9941.0, 9913.0, 9944.0, 9985.0, 9957.0, 9964.0, 9924.0, 9965.0, 9923.0, 9950.0, 9926.0, 9954.0, 9909.0, 9964.0, 9908.0, 9949.0, 9890.0, 9923.0, 9976.0, 9934.0, 9944.0, 9933.0, 9948.0, 9909.0, 9925.0, 9905.0, 9935.0, 9904.0, 9942.0, 9976.0, 9926.0, 9967.0, 9956.0, 9952.0, 9910.0, 9953.0, 9908.0, 9925.0, 9976.0, 9929.0, 9965.0, 9952.0, 9949.0, 9926.0, 9940.0, 9910.0, 9945.0, 9953.0, 9942.0, 9965.0, 9942.0, 9981.0, 9927.0, 9967.0, 9942.0, 9970.0, 9911.0, 9954.0, 9909.0, 9941.0, 9949.0, 9937.0, 9980.0, 9954.0, 9949.0, 9909.0, 9950.0, 9906.0, 9924.0, 9919.0, 9937.0, 9980.0, 9950.0, 9951.0, 9936.0, 9938.0, 9905.0, 9922.0, 9907.0, 9938.0, 9981.0, 9948.0, 9958.0, 9921.0, 9946.0, 9923.0, 9947.0, 9907.0, 9949.0, 9914.0, 9942.0, 9897.0, 9902.0, 9955.0, 9901.0, 9930.0, 9905.0, 9932.0, 9909.0, 9917.0, 9939.0, 9903.0, 9928.0, 9903.0, 9934.0, 9904.0, 9932.0, 9888.0, 9919.0, 9918.0, 9925.0, 9961.0, 9924.0, 9964.0, 9926.0, 9951.0, 9904.0, 9933.0, 9903.0, 9925.0, 9944.0, 9921.0, 9964.0, 9924.0, 9965.0, 9906.0, 9974.0, 9912.0, 9938.0, 9911.0, 9940.0, 9923.0, 9943.0, 9980.0, 9951.0, 9948.0, 9924.0, 9938.0, 9909.0, 9928.0, 9949.0, 9925.0, 9981.0, 9938.0, 9967.0, 9925.0, 9951.0, 9906.0, 9937.0, 9922.0, 9926.0, 9923.0, 9942.0, 9982.0, 9954.0, 9967.0, 9927.0, 9938.0, 9907.0, 9926.0, 9962.0, 9928.0, 9968.0, 9939.0, 9947.0, 9906.0, 9936.0, 9908.0, 9940.0, 9922.0, 9947.0, 10008.0, 9967.0, 9972.0, 9930.0, 9930.0, 9946.0, 9919.0, 9974.0, 9939.0, 10008.0, 9958.0, 9999.0, 9994.0, 9964.0, 9987.0, 9957.0, 9964.0, 9939.0, 9949.0, 9921.0, 9938.0, 9934.0, 9909.0, 9961.0, 9930.0, 9927.0, 9905.0, 9929.0, 9903.0, 9919.0, 9904.0, 9924.0, 9960.0, 9935.0, 9945.0, 9925.0, 9951.0, 9928.0, 9955.0, 9930.0, 9960.0, 9927.0, 9957.0, 9923.0, 9945.0, 9926.0, 9961.0, 10002.0, 9947.0, 9984.0, 9943.0, 9969.0, 9925.0, 9944.0, 9984.0, 9940.0, 9968.0, 9925.0, 9956.0, 9937.0, 9941.0, 9947.0, 9925.0, 9963.0, 9926.0, 9970.0, 9914.0, 9955.0, 9968.0, 9952.0, 9964.0, 9936.0, 9948.0, 9907.0, 9951.0, 9921.0, 9950.0, 9906.0, 9922.0, 9922.0, 9943.0, 9965.0, 9942.0, 9999.0, 9944.0, 9968.0, 9924.0, 9941.0, 9950.0, 9911.0, 9962.0, 9925.0, 9952.0, 9906.0, 9960.0, 9922.0, 9944.0, 9937.0, 9929.0, 9980.0, 9929.0, 9973.0, 9930.0, 9980.0, 9922.0, 9936.0, 9944.0, 9963.0, 9957.0, 9963.0, 10002.0, 9961.0, 10001.0, 9961.0, 9976.0, 9928.0, 9945.0, 9984.0, 9957.0, 9962.0, 9933.0, 9942.0, 9925.0, 9948.0, 9909.0, 9979.0, 9955.0, 9974.0, 9931.0, 9970.0, 9933.0, 9971.0, 9950.0, 9991.0, 9948.0, 9991.0, 9945.0, 9974.0, 9930.0, 9960.0, 10019.0, 9959.0, 9984.0, 9945.0, 9972.0, 9951.0, 9954.0, 9922.0, 9924.0, 9965.0, 9927.0, 9977.0, 9936.0, 9967.0, 9907.0, 9948.0, 9908.0, 9938.0, 9921.0, 9942.0, 9983.0, 9941.0, 9965.0, 9930.0, 9981.0, 9926.0, 9963.0, 9942.0, 9972.0, 9929.0, 9970.0, 9911.0, 9951.0, 9912.0, 9958.0, 9931.0, 9990.0, 9936.0, 9985.0, 9968.0, 10020.0, 9980.0, 9956.0, 9965.0, 9964.0, 10020.0, 9966.0, 9938.0, 9978.0, 9906.0, 9945.0, 9924.0, 9972.0, 9925.0, 9962.0, 9919.0, 9985.0, 9920.0, 9983.0, 9938.0, 9923.0, 9930.0, 9895.0, 9903.0, 9873.0, 9879.0, 9837.0, 9844.0, 9819.0, 9833.0, 9804.0, 9834.0, 9817.0, 9836.0, 9848.0, 9859.0, 9875.0, 9847.0, 9837.0, 9878.0, 9850.0, 9869.0, 9861.0, 9901.0, 9883.0, 9908.0, 9865.0, 9912.0, 9892.0, 9885.0, 9951.0, 9904.0, 9933.0, 9887.0, 9911.0, 9892.0, 9913.0, 9886.0, 9914.0, 9889.0, 9915.0, 9886.0, 9917.0, 9902.0, 9922.0, 9918.0, 9910.0, 9963.0, 9924.0, 9932.0, 9925.0, 9934.0, 9929.0, 9940.0, 9929.0, 9964.0, 9952.0, 9950.0, 9931.0, 9947.0, 9933.0, 9966.0, 9951.0, 9972.0, 10030.0, 9991.0, 10017.0, 9988.0, 9966.0, 9971.0, 9955.0, 9986.0, 9960.0, 10035.0, 9976.0, 10041.0, 10016.0, 9991.0, 10016.0, 9996.0, 9989.0, 9964.0, 9987.0, 9964.0, 9993.0, 9948.0, 9978.0, 9974.0, 9963.0, 9988.0, 9963.0, 9927.0, 9931.0, 9942.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.001600663360198388</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023387168257904527</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.64789419666258</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.331128807016126</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.008567242003725</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4798</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6027.6187</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08257372743151019</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.3019218846869187</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4226488661598293</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3946198519987227</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.578460120342902</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2948666261378636</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0127788</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014913519844412804</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02404545247554779</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1613</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.1829265550220205</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>26.2738</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.1122</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.6751</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297463.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>878.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.5706</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2195</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>575.7571</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3742.3187</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3914.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79081.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1508.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4832.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>935.7026</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.07258641626686</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> |