=== 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-0124 --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-0124",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
147 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
147 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-0124_ses-01_task-alignvideo_acq-mb8_run-02_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-0124_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0124_suffix-bold_task-alignvideo" 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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0124_suffix-bold_task-alignvideo" 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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0124_suffix-bold_task-alignvideo" 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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0124_suffix-bold_task-alignvideo" 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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0124_suffix-bold_task-alignvideo" 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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0124_suffix-bold_task-alignvideo" 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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0124_suffix-bold_task-alignvideo" 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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_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-0124/ses-01/func/sub-0124_ses-01_task-alignvideo_acq-mb8_run-02_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>5c5667659cadae50519d759079a5217f</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>18:38:39.832500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995947, -0.0742457, 0.0507618, 0.0668491, 0.988661, 0.134464]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_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.083899</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-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>33</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4229, -7768, -7246, 309, -100, -23, -48, 75]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>226.948</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>dfd9cbcc-aa95-436e-831d-de9328c921c5||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.672053575515747, 0.17935122549533844, 0.16245774924755096, 98.93941497802734], [0.19919568300247192, 2.6525051593780518, 0.35241934657096863, -108.1888198852539], [0.13619007170200348, -0.36075711250305176, 2.671967029571533, -66.9495620727539], [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, 1376]</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], 'AcquisitionTime': ['183839.832500', '183840.292500', '183840.752500', '183841.212500', '183841.672500', '183842.132500', '183842.592500', '183843.052500', '183843.512500', '183843.972500', '183844.432500', '183844.892500', '183845.352500', '183845.812500', '183846.272500', '183846.732500', '183847.192500', '183847.652500', '183848.112500', '183848.572500', '183849.032500', '183849.492500', '183849.952500', '183850.412500', '183850.872500', '183851.332500', '183851.792500', '183852.252500', '183852.712500', '183853.172500', '183853.632500', '183854.092500', '183854.552500', '183855.012500', '183855.472500', '183855.932500', '183856.392500', '183856.852500', '183857.312500', '183857.772500', '183858.232500', '183858.692500', '183859.152500', '183859.612500', '183900.072500', '183900.532500', '183900.992500', '183901.452500', '183901.912500', '183902.372500', '183902.832500', '183903.292500', '183903.752500', '183904.212500', '183904.672500', '183905.132500', '183905.592500', '183906.052500', '183906.512500', '183906.972500', '183907.432500', '183907.892500', '183908.352500', '183908.812500', '183909.272500', '183909.732500', '183910.192500', '183910.652500', '183911.112500', '183911.572500', '183912.032500', '183912.492500', '183912.952500', '183913.412500', '183913.872500', '183914.332500', '183914.792500', '183915.252500', '183915.712500', '183916.172500', '183916.632500', '183917.092500', '183917.552500', '183918.012500', '183918.472500', '183918.932500', '183919.392500', '183919.852500', '183920.312500', '183920.772500', '183921.232500', '183921.692500', '183922.152500', '183922.612500', '183923.072500', '183923.532500', '183923.992500', '183924.452500', '183924.912500', '183925.372500', '183925.832500', '183926.292500', '183926.752500', '183927.212500', '183927.672500', '183928.132500', '183928.592500', '183929.052500', '183929.512500', '183929.972500', '183930.432500', '183930.892500', '183931.352500', '183931.812500', '183932.272500', '183932.732500', '183933.192500', '183933.652500', '183934.112500', '183934.572500', '183935.032500', '183935.492500', '183935.952500', '183936.412500', '183936.872500', '183937.332500', '183937.792500', '183938.252500', '183938.712500', '183939.172500', '183939.632500', '183940.092500', '183940.552500', '183941.012500', '183941.472500', '183941.932500', '183942.392500', '183942.852500', '183943.312500', '183943.772500', '183944.232500', '183944.692500', '183945.152500', '183945.612500', '183946.072500', '183946.532500', '183946.992500', '183947.452500', '183947.912500', '183948.372500', '183948.832500', '183949.292500', '183949.752500', '183950.212500', '183950.672500', '183951.132500', '183951.592500', '183952.052500', '183952.512500', '183952.972500', '183953.432500', '183953.892500', '183954.352500', '183954.812500', '183955.272500', '183955.732500', '183956.192500', '183956.652500', '183957.112500', '183957.572500', '183958.032500', '183958.492500', '183958.952500', '183959.412500', '183959.872500', '184000.332500', '184000.792500', '184001.252500', '184001.712500', '184002.172500', '184002.632500', '184003.092500', '184003.552500', '184004.012500', '184004.472500', '184004.932500', '184005.392500', '184005.852500', '184006.312500', '184006.772500', '184007.232500', '184007.692500', '184008.152500', '184008.612500', '184009.072500', '184009.532500', '184009.992500', '184010.452500', '184010.912500', '184011.372500', '184011.832500', '184012.292500', '184012.752500', '184013.212500', '184013.672500', '184014.132500', '184014.592500', '184015.052500', '184015.512500', '184015.972500', '184016.432500', '184016.892500', '184017.352500', '184017.812500', '184018.272500', '184018.732500', '184019.192500', '184019.652500', '184020.112500', '184020.572500', '184021.032500', '184021.492500', '184021.952500', '184022.412500', '184022.872500', '184023.332500', '184023.792500', '184024.252500', '184024.712500', '184025.172500', '184025.632500', '184026.092500', '184026.552500', '184027.012500', '184027.472500', '184027.932500', '184028.392500', '184028.852500', '184029.312500', '184029.772500', '184030.232500', '184030.692500', '184031.152500', '184031.612500', '184032.072500', '184032.532500', '184032.992500', '184033.452500', '184033.912500', '184034.372500', '184034.832500', '184035.292500', '184035.752500', '184036.212500', '184036.672500', '184037.132500', '184037.592500', '184038.052500', '184038.512500', '184038.972500', '184039.432500', '184039.892500', '184040.352500', '184040.812500', '184041.272500', '184041.732500', '184042.192500', '184042.652500', '184043.112500', '184043.572500', '184044.032500', '184044.492500', '184044.952500', '184045.412500', '184045.872500', '184046.332500', '184046.792500', '184047.252500', '184047.712500', '184048.172500', '184048.632500', '184049.092500', '184049.552500', '184050.012500', '184050.472500', '184050.932500', '184051.392500', '184051.852500', '184052.312500', '184052.772500', '184053.232500', '184053.692500', '184054.152500', '184054.612500', '184055.072500', '184055.532500', '184055.992500', '184056.452500', '184056.912500', '184057.372500', '184057.832500', '184058.292500', '184058.752500', '184059.212500', '184059.672500', '184100.132500', '184100.592500', '184101.052500', '184101.512500', '184101.972500', '184102.432500', '184102.892500', '184103.352500', '184103.812500', '184104.272500', '184104.732500', '184105.192500', '184105.652500', '184106.112500', '184106.572500', '184107.032500', '184107.492500', '184107.952500', '184108.412500', '184108.872500', '184109.332500', '184109.792500', '184110.252500', '184110.712500', '184111.172500', '184111.632500', '184112.092500', '184112.552500', '184113.012500', '184113.472500', '184113.932500', '184114.392500', '184114.852500', '184115.312500', '184115.772500', '184116.232500', '184116.692500', '184117.152500', '184117.612500', '184118.072500', '184118.532500', '184118.992500', '184119.452500', '184119.912500', '184120.372500', '184120.832500', '184121.292500', '184121.752500', '184122.212500', '184122.672500', '184123.132500', '184123.592500', '184124.052500', '184124.512500', '184124.972500', '184125.432500', '184125.892500', '184126.352500', '184126.812500', '184127.272500', '184127.732500', '184128.192500', '184128.652500', '184129.112500', '184129.572500', '184130.032500', '184130.492500', '184130.952500', '184131.412500', '184131.872500', '184132.332500', '184132.792500', '184133.252500', '184133.712500', '184134.172500', '184134.632500', '184135.092500', '184135.552500', '184136.012500', '184136.472500', '184136.932500', '184137.392500', '184137.852500', '184138.312500', '184138.772500', '184139.232500', '184139.692500', '184140.152500', '184140.612500', '184141.072500', '184141.532500', '184141.992500', '184142.452500', '184142.912500', '184143.372500', '184143.832500', '184144.292500', '184144.752500', '184145.212500', '184145.672500', '184146.132500', '184146.592500', '184147.052500', '184147.512500', '184147.972500', '184148.432500', '184148.892500', '184149.352500', '184149.812500', '184150.272500', '184150.732500', '184151.192500', '184151.652500', '184152.112500', '184152.572500', '184153.032500', '184153.492500', '184153.952500', '184154.412500', '184154.872500', '184155.332500', '184155.792500', '184156.252500', '184156.712500', '184157.172500', '184157.632500', '184158.092500', '184158.552500', '184159.012500', '184159.472500', '184159.932500', '184200.392500', '184200.852500', '184201.312500', '184201.772500', '184202.232500', '184202.692500', '184203.152500', '184203.612500', '184204.072500', '184204.532500', '184204.992500', '184205.452500', '184205.912500', '184206.372500', '184206.832500', '184207.292500', '184207.752500', '184208.212500', '184208.672500', '184209.132500', '184209.592500', '184210.052500', '184210.512500', '184210.972500', '184211.432500', '184211.892500', '184212.352500', '184212.812500', '184213.272500', '184213.732500', '184214.192500', '184214.652500', '184215.112500', '184215.572500', '184216.032500', '184216.492500', '184216.952500', '184217.412500', '184217.872500', '184218.332500', '184218.792500', '184219.252500', '184219.712500', '184220.172500', '184220.632500', '184221.092500', '184221.552500', '184222.012500', '184222.472500', '184222.932500', '184223.392500', '184223.852500', '184224.312500', '184224.772500', '184225.232500', '184225.692500', '184226.152500', '184226.612500', '184227.072500', '184227.532500', '184227.992500', '184228.452500', '184228.912500', '184229.372500', '184229.832500', '184230.292500', '184230.752500', '184231.212500', '184231.672500', '184232.132500', '184232.592500', '184233.052500', '184233.512500', '184233.972500', '184234.432500', '184234.892500', '184235.352500', '184235.812500', '184236.272500', '184236.732500', '184237.192500', '184237.652500', '184238.112500', '184238.572500', '184239.032500', '184239.492500', '184239.952500', '184240.412500', '184240.872500', '184241.332500', '184241.792500', '184242.252500', '184242.712500', '184243.172500', '184243.632500', '184244.092500', '184244.552500', '184245.012500', '184245.472500', '184245.932500', '184246.392500', '184246.852500', '184247.312500', '184247.772500', '184248.232500', '184248.692500', '184249.152500', '184249.612500', '184250.072500', '184250.532500', '184250.992500', '184251.452500', '184251.912500', '184252.372500', '184252.832500', '184253.292500', '184253.752500', '184254.212500', '184254.672500', '184255.132500', '184255.592500', '184256.052500', '184256.512500', '184256.972500', '184257.432500', '184257.892500', '184258.352500', '184258.812500', '184259.272500', '184259.732500', '184300.192500', '184300.652500', '184301.112500', '184301.572500', '184302.032500', '184302.492500', '184302.952500', '184303.412500', '184303.872500', '184304.332500', '184304.792500', '184305.252500', '184305.712500', '184306.172500', '184306.632500', '184307.092500', '184307.552500', '184308.012500', '184308.472500', '184308.932500', '184309.392500', '184309.852500', '184310.312500', '184310.772500', '184311.232500', '184311.692500', '184312.152500', '184312.612500', '184313.072500', '184313.532500', '184313.992500', '184314.452500', '184314.912500', '184315.372500', '184315.832500', '184316.292500', '184316.752500', '184317.212500', '184317.672500', '184318.132500', '184318.592500', '184319.052500', '184319.512500', '184319.972500', '184320.432500', '184320.892500', '184321.352500', '184321.812500', '184322.272500', '184322.732500', '184323.192500', '184323.652500', '184324.112500', '184324.572500', '184325.032500', '184325.492500', '184325.952500', '184326.412500', '184326.872500', '184327.332500', '184327.792500', '184328.252500', '184328.712500', '184329.172500', '184329.632500', '184330.092500', '184330.552500', '184331.012500', '184331.472500', '184331.932500', '184332.392500', '184332.852500', '184333.312500', '184333.772500', '184334.232500', '184334.692500', '184335.152500', '184335.612500', '184336.072500', '184336.532500', '184336.992500', '184337.452500', '184337.912500', '184338.372500', '184338.832500', '184339.292500', '184339.752500', '184340.212500', '184340.672500', '184341.132500', '184341.592500', '184342.052500', '184342.512500', '184342.972500', '184343.432500', '184343.892500', '184344.352500', '184344.812500', '184345.272500', '184345.732500', '184346.192500', '184346.652500', '184347.112500', '184347.572500', '184348.032500', '184348.492500', '184348.952500', '184349.412500', '184349.872500', '184350.332500', '184350.792500', '184351.252500', '184351.712500', '184352.172500', '184352.632500', '184353.092500', '184353.552500', '184354.012500', '184354.472500', '184354.932500', '184355.392500', '184355.852500', '184356.312500', '184356.772500', '184357.232500', '184357.692500', '184358.152500', '184358.612500', '184359.072500', '184359.532500', '184359.992500', '184400.452500', '184400.912500', '184401.372500', '184401.832500', '184402.292500', '184402.752500', '184403.212500', '184403.672500', '184404.132500', '184404.592500', '184405.052500', '184405.512500', '184405.972500', '184406.432500', '184406.892500', '184407.352500', '184407.812500', '184408.272500', '184408.732500', '184409.192500', '184409.652500', '184410.112500', '184410.572500', '184411.032500', '184411.492500', '184411.952500', '184412.412500', '184412.872500', '184413.332500', '184413.792500', '184414.252500', '184414.712500', '184415.172500', '184415.632500', '184416.092500', '184416.552500', '184417.012500', '184417.472500', '184417.932500', '184418.392500', '184418.852500', '184419.312500', '184419.772500', '184420.232500', '184420.692500', '184421.152500', '184421.612500', '184422.072500', '184422.532500', '184422.992500', '184423.452500', '184423.912500', '184424.372500', '184424.832500', '184425.292500', '184425.752500', '184426.212500', '184426.672500', '184427.132500', '184427.592500', '184428.052500', '184428.512500', '184428.972500', '184429.432500', '184429.892500', '184430.352500', '184430.812500', '184431.272500', '184431.732500', '184432.192500', '184432.652500', '184433.112500', '184433.572500', '184434.032500', '184434.492500', '184434.952500', '184435.412500', '184435.872500', '184436.332500', '184436.792500', '184437.252500', '184437.712500', '184438.172500', '184438.632500', '184439.092500', '184439.552500', '184440.012500', '184440.472500', '184440.932500', '184441.392500', '184441.852500', '184442.312500', '184442.772500', '184443.232500', '184443.692500', '184444.152500', '184444.612500', '184445.072500', '184445.532500', '184445.992500', '184446.452500', '184446.912500', '184447.372500', '184447.832500', '184448.292500', '184448.752500', '184449.212500', '184449.672500', '184450.132500', '184450.592500', '184451.052500', '184451.512500', '184451.972500', '184452.432500', '184452.892500', '184453.352500', '184453.812500', '184454.272500', '184454.732500', '184455.192500', '184455.652500', '184456.112500', '184456.572500', '184457.032500', '184457.492500', '184457.952500', '184458.412500', '184458.872500', '184459.332500', '184459.792500', '184500.252500', '184500.712500', '184501.172500', '184501.632500', '184502.092500', '184502.552500', '184503.012500', '184503.472500', '184503.932500', '184504.392500', '184504.852500', '184505.312500', '184505.772500', '184506.232500', '184506.692500', '184507.152500', '184507.612500', '184508.072500', '184508.532500', '184508.992500', '184509.452500', '184509.912500', '184510.372500', '184510.832500', '184511.292500', '184511.752500', '184512.212500', '184512.672500', '184513.132500', '184513.592500', '184514.052500', '184514.512500', '184514.972500', '184515.432500', '184515.892500', '184516.352500', '184516.812500', '184517.272500', '184517.732500', '184518.192500', '184518.652500', '184519.112500', '184519.572500', '184520.032500', '184520.492500', '184520.952500', '184521.412500', '184521.872500', '184522.332500', '184522.792500', '184523.252500', '184523.712500', '184524.172500', '184524.632500', '184525.092500', '184525.552500', '184526.012500', '184526.472500', '184526.932500', '184527.392500', '184527.852500', '184528.312500', '184528.772500', '184529.232500', '184529.692500', '184530.152500', '184530.612500', '184531.072500', '184531.532500', '184531.992500', '184532.452500', '184532.912500', '184533.372500', '184533.832500', '184534.292500', '184534.752500', '184535.212500', '184535.672500', '184536.132500', '184536.592500', '184537.052500', '184537.512500', '184537.972500', '184538.432500', '184538.892500', '184539.352500', '184539.812500', '184540.272500', '184540.732500', '184541.192500', '184541.652500', '184542.112500', '184542.572500', '184543.032500', '184543.492500', '184543.952500', '184544.412500', '184544.872500', '184545.332500', '184545.792500', '184546.252500', '184546.712500', '184547.172500', '184547.632500', '184548.092500', '184548.552500', '184549.012500', '184549.472500', '184549.932500', '184550.392500', '184550.852500', '184551.312500', '184551.772500', '184552.232500', '184552.692500', '184553.152500', '184553.612500', '184554.072500', '184554.532500', '184554.992500', '184555.452500', '184555.912500', '184556.372500', '184556.832500', '184557.292500', '184557.752500', '184558.212500', '184558.672500', '184559.132500', '184559.592500', '184600.052500', '184600.512500', '184600.972500', '184601.432500', '184601.892500', '184602.352500', '184602.812500', '184603.272500', '184603.732500', '184604.192500', '184604.652500', '184605.112500', '184605.572500', '184606.032500', '184606.492500', '184606.952500', '184607.412500', '184607.872500', '184608.332500', '184608.792500', '184609.252500', '184609.712500', '184610.172500', '184610.632500', '184611.092500', '184611.552500', '184612.012500', '184612.472500', '184612.932500', '184613.392500', '184613.852500', '184614.312500', '184614.772500', '184615.232500', '184615.692500', '184616.152500', '184616.612500', '184617.072500', '184617.532500', '184617.992500', '184618.452500', '184618.912500', '184619.372500', '184619.832500', '184620.292500', '184620.752500', '184621.212500', '184621.672500', '184622.132500', '184622.592500', '184623.052500', '184623.512500', '184623.972500', '184624.432500', '184624.892500', '184625.352500', '184625.812500', '184626.272500', '184626.732500', '184627.192500', '184627.652500', '184628.112500', '184628.572500', '184629.032500', '184629.492500', '184629.952500', '184630.412500', '184630.872500', '184631.332500', '184631.792500', '184632.252500', '184632.712500', '184633.172500', '184633.632500', '184634.092500', '184634.552500', '184635.012500', '184635.472500', '184635.932500', '184636.392500', '184636.852500', '184637.312500', '184637.772500', '184638.232500', '184638.692500', '184639.152500', '184639.612500', '184640.072500', '184640.532500', '184640.992500', '184641.452500', '184641.912500', '184642.372500', '184642.832500', '184643.292500', '184643.752500', '184644.212500', '184644.672500', '184645.132500', '184645.592500', '184646.052500', '184646.512500', '184646.972500', '184647.432500', '184647.892500', '184648.352500', '184648.812500', '184649.272500', '184649.732500', '184650.192500', '184650.652500', '184651.112500', '184651.572500', '184652.032500', '184652.492500', '184652.952500', '184653.412500', '184653.872500', '184654.332500', '184654.792500', '184655.252500', '184655.712500', '184656.172500', '184656.632500', '184657.092500', '184657.552500', '184658.012500', '184658.472500', '184658.932500', '184659.392500', '184659.852500', '184700.312500', '184700.772500', '184701.232500', '184701.692500', '184702.152500', '184702.612500', '184703.072500', '184703.532500', '184703.992500', '184704.452500', '184704.912500', '184705.372500', '184705.832500', '184706.292500', '184706.752500', '184707.212500', '184707.672500', '184708.132500', '184708.592500', '184709.052500', '184709.512500', '184709.972500', '184710.432500', '184710.892500', '184711.352500', '184711.812500', '184712.272500', '184712.732500', '184713.192500', '184713.652500', '184714.112500', '184714.572500', '184715.032500', '184715.492500', '184715.952500', '184716.412500', '184716.872500', '184717.332500', '184717.792500', '184718.252500', '184718.712500', '184719.172500', '184719.632500', '184720.092500', '184720.552500', '184721.012500', '184721.472500', '184721.932500', '184722.392500', '184722.852500', '184723.312500', '184723.772500', '184724.232500', '184724.692500', '184725.152500', '184725.612500', '184726.072500', '184726.532500', '184726.992500', '184727.452500', '184727.912500', '184728.372500', '184728.832500', '184729.292500', '184729.752500', '184730.212500', '184730.672500', '184731.132500', '184731.592500', '184732.052500', '184732.512500', '184732.972500', '184733.432500', '184733.892500', '184734.352500', '184734.812500', '184735.272500', '184735.732500', '184736.192500', '184736.652500', '184737.112500', '184737.572500', '184738.032500', '184738.492500', '184738.952500', '184739.412500', '184739.872500', '184740.332500', '184740.792500', '184741.252500', '184741.712500', '184742.172500', '184742.632500', '184743.092500', '184743.552500', '184744.012500', '184744.472500', '184744.932500', '184745.392500', '184745.852500', '184746.312500', '184746.772500', '184747.232500', '184747.692500', '184748.152500', '184748.612500', '184749.072500', '184749.532500', '184749.992500', '184750.452500', '184750.912500', '184751.372500', '184751.832500', '184752.292500', '184752.752500', '184753.212500', '184753.672500', '184754.132500', '184754.592500', '184755.052500', '184755.512500', '184755.972500', '184756.432500', '184756.892500', '184757.352500', '184757.812500', '184758.272500', '184758.732500', '184759.192500', '184759.652500', '184800.112500', '184800.572500', '184801.032500', '184801.492500', '184801.952500', '184802.412500', '184802.872500', '184803.332500', '184803.792500', '184804.252500', '184804.712500', '184805.172500', '184805.632500', '184806.092500', '184806.552500', '184807.012500', '184807.472500', '184807.932500', '184808.392500', '184808.852500', '184809.312500', '184809.772500', '184810.232500', '184810.692500', '184811.152500', '184811.612500', '184812.072500', '184812.532500', '184812.992500', '184813.452500', '184813.912500', '184814.372500', '184814.832500', '184815.292500', '184815.752500', '184816.212500', '184816.672500', '184817.132500', '184817.592500', '184818.052500', '184818.512500', '184818.972500', '184819.432500', '184819.892500', '184820.352500', '184820.812500', '184821.272500', '184821.732500', '184822.192500', '184822.652500', '184823.112500', '184823.572500', '184824.032500', '184824.492500', '184824.952500', '184825.412500', '184825.872500', '184826.332500', '184826.792500', '184827.252500', '184827.712500', '184828.172500', '184828.632500', '184829.092500', '184829.552500', '184830.012500', '184830.472500', '184830.932500', '184831.392500', '184831.852500', '184832.312500', '184832.772500', '184833.232500', '184833.692500', '184834.152500', '184834.612500', '184835.072500', '184835.532500', '184835.992500', '184836.452500', '184836.912500', '184837.372500', '184837.832500', '184838.292500', '184838.752500', '184839.212500', '184839.672500', '184840.132500', '184840.592500', '184841.052500', '184841.512500', '184841.972500', '184842.432500', '184842.892500', '184843.352500', '184843.812500', '184844.272500', '184844.732500', '184845.192500', '184845.652500', '184846.112500', '184846.572500', '184847.032500', '184847.492500', '184847.952500', '184848.412500', '184848.872500', '184849.332500', '184849.792500', '184850.252500', '184850.712500', '184851.172500', '184851.632500', '184852.092500', '184852.552500', '184853.012500', '184853.472500', '184853.932500', '184854.392500', '184854.852500', '184855.312500', '184855.772500', '184856.232500', '184856.692500', '184857.152500', '184857.612500', '184858.072500', '184858.532500', '184858.992500', '184859.452500', '184859.912500', '184900.372500', '184900.832500', '184901.292500', '184901.752500', '184902.212500', '184902.672500', '184903.132500', '184903.592500', '184904.052500', '184904.512500', '184904.972500', '184905.432500', '184905.892500', '184906.352500', '184906.812500', '184907.272500', '184907.732500', '184908.192500', '184908.652500', '184909.112500', '184909.572500', '184910.032500', '184910.492500', '184910.952500', '184911.412500', '184911.872500', '184912.332500'], 'ContentTime': ['183859.729000', '183859.732000', '183859.735000', '183859.737000', '183859.740000', '183859.742000', '183859.745000', '183859.747000', '183859.750000', '183859.752000', '183859.755000', '183859.758000', '183859.760000', '183859.763000', '183859.765000', '183859.768000', '183859.770000', '183859.773000', '183859.775000', '183859.778000', '183859.780000', '183859.793000', '183859.796000', '183859.799000', '183859.801000', '183859.804000', '183859.806000', '183859.809000', '183859.812000', '183859.814000', '183859.817000', '183859.819000', '183859.822000', '183859.824000', '183859.827000', '183859.829000', '183859.832000', '183859.835000', '183859.837000', '183859.840000', '183859.842000', '183859.845000', '183919.691000', '183919.693000', '183919.696000', '183919.698000', '183919.701000', '183919.704000', '183919.706000', '183919.709000', '183919.711000', '183919.714000', '183919.716000', '183919.719000', '183919.721000', '183919.724000', '183919.726000', '183919.729000', '183919.732000', '183919.734000', '183919.737000', '183919.739000', '183919.742000', '183919.744000', '183919.747000', '183919.749000', '183919.752000', '183919.754000', '183919.757000', '183919.760000', '183919.762000', '183919.765000', '183919.767000', '183919.770000', '183919.773000', '183919.775000', '183919.778000', '183919.780000', '183919.783000', '183919.786000', '183919.789000', '183919.791000', '183919.794000', '183919.796000', '183919.799000', '183939.690000', '183939.693000', '183939.696000', '183939.699000', '183939.701000', '183939.704000', '183939.706000', '183939.709000', '183939.711000', '183939.714000', '183939.717000', '183939.719000', '183939.722000', '183939.725000', '183939.727000', '183939.730000', '183939.732000', '183939.735000', '183939.737000', '183939.740000', '183939.743000', '183939.745000', '183939.748000', '183939.750000', '183939.758000', '183939.760000', '183939.763000', '183939.765000', '183939.768000', '183939.771000', '183939.773000', '183939.776000', '183939.778000', '183939.781000', '183939.783000', '183939.786000', '183939.789000', '183939.791000', '183939.794000', '183939.796000', '183939.799000', '183939.802000', '183939.804000', '183939.807000', '183959.689000', '183959.692000', '183959.695000', '183959.697000', '183959.700000', '183959.703000', '183959.705000', '183959.708000', '183959.710000', '183959.713000', '183959.715000', '183959.718000', '183959.721000', '183959.723000', '183959.726000', '183959.728000', '183959.731000', '183959.733000', '183959.736000', '183959.739000', '183959.741000', '183959.744000', '183959.746000', '183959.759000', '183959.762000', '183959.764000', '183959.775000', '183959.778000', '183959.780000', '183959.783000', '183959.785000', '183959.788000', '183959.790000', '183959.793000', '183959.796000', '183959.798000', '183959.801000', '183959.803000', '183959.806000', '183959.809000', '183959.812000', '183959.814000', '183959.817000', '184019.690000', '184019.692000', '184019.695000', '184019.697000', '184019.700000', '184019.703000', '184019.705000', '184019.708000', '184019.711000', '184019.713000', '184019.716000', '184019.718000', '184019.721000', '184019.723000', '184019.726000', '184019.728000', '184019.731000', '184019.734000', '184019.736000', '184019.739000', '184019.741000', '184019.744000', '184019.747000', '184019.749000', '184019.752000', '184019.754000', '184019.757000', '184019.760000', '184019.763000', '184019.765000', '184019.768000', '184019.771000', '184019.773000', '184019.776000', '184019.778000', '184019.781000', '184019.784000', '184019.786000', '184019.789000', '184019.791000', '184019.794000', '184019.796000', '184019.799000', '184019.839000', '184039.690000', '184039.692000', '184039.695000', '184039.697000', '184039.700000', '184039.703000', '184039.705000', '184039.708000', '184039.710000', '184039.713000', '184039.716000', '184039.718000', '184039.721000', '184039.723000', '184039.726000', '184039.728000', '184039.731000', '184039.734000', '184039.736000', '184039.739000', '184039.741000', '184039.744000', '184039.746000', '184039.749000', '184039.751000', '184039.754000', '184039.757000', '184039.759000', '184039.762000', '184039.764000', '184039.767000', '184039.770000', '184039.772000', '184039.775000', '184039.777000', '184039.780000', '184039.782000', '184039.785000', '184039.788000', '184039.790000', '184039.793000', '184039.795000', '184039.798000', '184059.690000', '184059.692000', '184059.695000', '184059.698000', '184059.700000', '184059.703000', '184059.705000', '184059.708000', '184059.711000', '184059.713000', '184059.716000', '184059.718000', '184059.721000', '184059.724000', '184059.726000', '184059.729000', '184059.731000', '184059.734000', '184059.736000', '184059.739000', '184059.742000', '184059.744000', '184059.747000', '184059.749000', '184059.752000', '184059.755000', '184059.757000', '184059.760000', '184059.762000', '184059.765000', '184059.768000', '184059.770000', '184059.773000', '184059.775000', '184059.778000', '184059.780000', '184059.783000', '184059.786000', '184059.788000', '184059.791000', '184059.793000', '184059.796000', '184059.798000', '184059.849000', '184119.689000', '184119.692000', '184119.695000', '184119.697000', '184119.700000', '184119.702000', '184119.705000', '184119.708000', '184119.710000', '184119.713000', '184119.715000', '184119.718000', '184119.725000', '184119.728000', '184119.730000', '184119.733000', '184119.735000', '184119.738000', '184119.740000', '184119.743000', '184119.745000', '184119.748000', '184119.751000', '184119.753000', '184119.756000', '184119.758000', '184119.761000', '184119.763000', '184119.766000', '184119.769000', '184119.771000', '184119.774000', '184119.776000', '184119.779000', '184119.781000', '184119.784000', '184119.786000', '184119.789000', '184119.792000', '184119.794000', '184119.797000', '184119.799000', '184119.802000', '184139.692000', '184139.695000', '184139.698000', '184139.700000', '184139.703000', '184139.706000', '184139.708000', '184139.729000', '184139.732000', '184139.735000', '184139.737000', '184139.740000', '184139.743000', '184139.745000', '184139.748000', '184139.751000', '184139.753000', '184139.756000', '184139.759000', '184139.761000', '184139.764000', '184139.766000', '184139.769000', '184139.772000', '184139.774000', '184139.777000', '184139.779000', '184139.782000', '184139.785000', '184139.787000', '184139.790000', '184139.792000', '184139.795000', '184139.797000', '184139.800000', '184139.803000', '184139.805000', '184139.808000', '184139.811000', '184139.813000', '184139.816000', '184139.818000', '184139.821000', '184139.824000', '184159.690000', '184159.693000', '184159.696000', '184159.698000', '184159.701000', '184159.704000', '184159.706000', '184159.709000', '184159.712000', '184159.714000', '184159.717000', '184159.719000', '184159.722000', '184159.724000', '184159.727000', '184159.730000', '184159.732000', '184159.735000', '184159.737000', '184159.740000', '184159.743000', '184159.745000', '184159.748000', '184159.750000', '184159.753000', '184159.755000', '184159.758000', '184159.761000', '184159.763000', '184159.766000', '184159.768000', '184159.771000', '184159.773000', '184159.776000', '184159.779000', '184159.781000', '184159.784000', '184159.786000', '184159.789000', '184159.792000', '184159.794000', '184159.797000', '184159.799000', '184219.690000', '184219.692000', '184219.695000', '184219.697000', '184219.700000', '184219.703000', '184219.705000', '184219.708000', '184219.711000', '184219.713000', '184219.716000', '184219.718000', '184219.721000', '184219.723000', '184219.726000', '184219.729000', '184219.731000', '184219.734000', '184219.736000', '184219.739000', '184219.742000', '184219.744000', '184219.747000', '184219.749000', '184219.752000', '184219.754000', '184219.757000', '184219.760000', '184219.762000', '184219.765000', '184219.767000', '184219.771000', '184219.773000', '184219.776000', '184219.779000', '184219.781000', '184219.784000', '184219.786000', '184219.789000', '184219.792000', '184219.794000', '184219.797000', '184219.799000', '184219.802000', '184239.689000', '184239.692000', '184239.695000', '184239.697000', '184239.700000', '184239.703000', '184239.705000', '184239.708000', '184239.710000', '184239.713000', '184239.715000', '184239.718000', '184239.721000', '184239.723000', '184239.726000', '184239.728000', '184239.731000', '184239.734000', '184239.736000', '184239.739000', '184239.741000', '184239.744000', '184239.747000', '184239.749000', '184239.752000', '184239.754000', '184239.757000', '184239.759000', '184239.762000', '184239.765000', '184239.767000', '184239.770000', '184239.772000', '184239.775000', '184239.778000', '184239.780000', '184239.783000', '184239.785000', '184239.788000', '184239.790000', '184239.793000', '184239.795000', '184239.798000', '184259.690000', '184259.693000', '184259.695000', '184259.698000', '184259.701000', '184259.703000', '184259.706000', '184259.708000', '184259.711000', '184259.714000', '184259.716000', '184259.719000', '184259.721000', '184259.724000', '184259.728000', '184259.730000', '184259.733000', '184259.736000', '184259.738000', '184259.741000', '184259.743000', '184259.746000', '184259.749000', '184259.751000', '184259.754000', '184259.756000', '184259.759000', '184259.761000', '184259.764000', '184259.767000', '184259.769000', '184259.772000', '184259.774000', '184259.777000', '184259.779000', '184259.782000', '184259.785000', '184259.787000', '184259.790000', '184259.793000', '184259.795000', '184259.798000', '184259.861000', '184319.690000', '184319.692000', '184319.695000', '184319.698000', '184319.700000', '184319.703000', '184319.705000', '184319.708000', '184319.710000', '184319.713000', '184319.715000', '184319.718000', '184319.721000', '184319.723000', '184319.726000', '184319.728000', '184319.731000', '184319.733000', '184319.736000', '184319.739000', '184319.741000', '184319.744000', '184319.746000', '184319.749000', '184319.751000', '184319.754000', '184319.757000', '184319.759000', '184319.762000', '184319.764000', '184319.767000', '184319.769000', '184319.772000', '184319.775000', '184319.777000', '184319.780000', '184319.782000', '184319.785000', '184319.787000', '184319.790000', '184319.792000', '184319.795000', '184319.798000', '184319.800000', '184339.690000', '184339.692000', '184339.695000', '184339.698000', '184339.701000', '184339.704000', '184339.707000', '184339.710000', '184339.712000', '184339.715000', '184339.717000', '184339.720000', '184339.723000', '184339.725000', '184339.728000', '184339.730000', '184339.733000', '184339.735000', '184339.738000', '184339.741000', '184339.743000', '184339.746000', '184339.748000', '184339.751000', '184339.753000', '184339.756000', '184339.758000', '184339.761000', '184339.764000', '184339.766000', '184339.769000', '184339.772000', '184339.774000', '184339.777000', '184339.779000', '184339.782000', '184339.784000', '184339.787000', '184339.791000', '184339.794000', '184339.796000', '184339.799000', '184339.849000', '184359.690000', '184359.693000', '184359.696000', '184359.699000', '184359.701000', '184359.704000', '184359.706000', '184359.709000', '184359.711000', '184359.714000', '184359.717000', '184359.719000', '184359.722000', '184359.724000', '184359.727000', '184359.730000', '184359.732000', '184359.735000', '184359.738000', '184359.740000', '184359.743000', '184359.745000', '184359.748000', '184359.751000', '184359.753000', '184359.756000', '184359.758000', '184359.761000', '184359.764000', '184359.766000', '184359.769000', '184359.771000', '184359.774000', '184359.777000', '184359.779000', '184359.782000', '184359.785000', '184359.787000', '184359.790000', '184359.792000', '184359.795000', '184359.798000', '184359.878000', '184359.881000', '184419.691000', '184419.693000', '184419.696000', '184419.699000', '184419.701000', '184419.704000', '184419.706000', '184419.709000', '184419.711000', '184419.721000', '184419.724000', '184419.726000', '184419.729000', '184419.733000', '184419.736000', '184419.739000', '184419.741000', '184419.744000', '184419.746000', '184419.749000', '184419.752000', '184419.754000', '184419.757000', '184419.759000', '184419.762000', '184419.764000', '184419.768000', '184419.771000', '184419.774000', '184419.776000', '184419.779000', '184419.782000', '184419.784000', '184419.787000', '184419.789000', '184419.792000', '184419.795000', '184419.797000', '184419.867000', '184419.869000', '184419.872000', '184419.874000', '184419.877000', '184439.690000', '184439.692000', '184439.695000', '184439.698000', '184439.700000', '184439.703000', '184439.705000', '184439.708000', '184439.710000', '184439.713000', '184439.715000', '184439.718000', '184439.721000', '184439.723000', '184439.736000', '184439.739000', '184439.741000', '184439.744000', '184439.746000', '184439.749000', '184439.751000', '184439.754000', '184439.757000', '184439.759000', '184439.762000', '184439.764000', '184439.767000', '184439.770000', '184439.772000', '184439.775000', '184439.777000', '184439.780000', '184439.783000', '184439.785000', '184439.788000', '184439.790000', '184439.793000', '184439.796000', '184439.798000', '184439.849000', '184439.852000', '184439.854000', '184439.857000', '184439.860000', '184459.690000', '184459.692000', '184459.695000', '184459.698000', '184459.700000', '184459.703000', '184459.705000', '184459.708000', '184459.711000', '184459.714000', '184459.717000', '184459.720000', '184459.723000', '184459.726000', '184459.728000', '184459.731000', '184459.734000', '184459.736000', '184459.739000', '184459.742000', '184459.744000', '184459.747000', '184459.749000', '184459.752000', '184459.755000', '184459.757000', '184459.760000', '184459.762000', '184459.765000', '184459.768000', '184459.770000', '184459.773000', '184459.775000', '184459.778000', '184459.781000', '184459.783000', '184459.786000', '184459.788000', '184459.791000', '184459.794000', '184459.796000', '184459.799000', '184459.873000', '184519.689000', '184519.692000', '184519.695000', '184519.697000', '184519.700000', '184519.703000', '184519.705000', '184519.708000', '184519.710000', '184519.713000', '184519.715000', '184519.718000', '184519.721000', '184519.723000', '184519.726000', '184519.728000', '184519.731000', '184519.734000', '184519.736000', '184519.739000', '184519.741000', '184519.744000', '184519.746000', '184519.749000', '184519.752000', '184519.754000', '184519.757000', '184519.759000', '184519.762000', '184519.764000', '184519.767000', '184519.770000', '184519.772000', '184519.775000', '184519.777000', '184519.780000', '184519.782000', '184519.785000', '184519.787000', '184519.790000', '184519.792000', '184519.795000', '184519.798000', '184519.800000', '184539.689000', '184539.692000', '184539.695000', '184539.698000', '184539.700000', '184539.703000', '184539.705000', '184539.708000', '184539.710000', '184539.713000', '184539.715000', '184539.718000', '184539.721000', '184539.723000', '184539.726000', '184539.728000', '184539.731000', '184539.733000', '184539.736000', '184539.739000', '184539.741000', '184539.744000', '184539.746000', '184539.749000', '184539.752000', '184539.755000', '184539.758000', '184539.760000', '184539.763000', '184539.765000', '184539.768000', '184539.771000', '184539.773000', '184539.776000', '184539.778000', '184539.781000', '184539.783000', '184539.786000', '184539.789000', '184539.791000', '184539.794000', '184539.796000', '184539.799000', '184559.691000', '184559.693000', '184559.696000', '184559.698000', '184559.701000', '184559.704000', '184559.706000', '184559.709000', '184559.711000', '184559.714000', '184559.717000', '184559.734000', '184559.737000', '184559.740000', '184559.742000', '184559.745000', '184559.748000', '184559.750000', '184559.753000', '184559.755000', '184559.758000', '184559.760000', '184559.763000', '184559.766000', '184559.768000', '184559.771000', '184559.773000', '184559.776000', '184559.778000', '184559.781000', '184559.784000', '184559.786000', '184559.789000', '184559.791000', '184559.794000', '184559.796000', '184559.799000', '184559.852000', '184559.855000', '184559.858000', '184559.860000', '184559.863000', '184559.865000', '184559.868000', '184619.691000', '184619.693000', '184619.696000', '184619.699000', '184619.701000', '184619.704000', '184619.706000', '184619.709000', '184619.712000', '184619.714000', '184619.717000', '184619.719000', '184619.722000', '184619.724000', '184619.727000', '184619.729000', '184619.732000', '184619.735000', '184619.737000', '184619.740000', '184619.742000', '184619.745000', '184619.747000', '184619.750000', '184619.753000', '184619.755000', '184619.758000', '184619.760000', '184619.763000', '184619.765000', '184619.768000', '184619.770000', '184619.773000', '184619.776000', '184619.778000', '184619.781000', '184619.784000', '184619.786000', '184619.789000', '184619.792000', '184619.794000', '184619.797000', '184619.874000', '184639.689000', '184639.692000', '184639.695000', '184639.698000', '184639.700000', '184639.703000', '184639.705000', '184639.708000', '184639.710000', '184639.713000', '184639.716000', '184639.718000', '184639.721000', '184639.724000', '184639.726000', '184639.729000', '184639.731000', '184639.734000', '184639.736000', '184639.739000', '184639.742000', '184639.744000', '184639.747000', '184639.750000', '184639.752000', '184639.755000', '184639.757000', '184639.760000', '184639.762000', '184639.765000', '184639.767000', '184639.770000', '184639.773000', '184639.775000', '184639.778000', '184639.780000', '184639.783000', '184639.785000', '184639.788000', '184639.791000', '184639.793000', '184639.796000', '184639.798000', '184639.874000', '184659.690000', '184659.692000', '184659.695000', '184659.698000', '184659.700000', '184659.703000', '184659.705000', '184659.708000', '184659.711000', '184659.713000', '184659.716000', '184659.718000', '184659.721000', '184659.723000', '184659.726000', '184659.729000', '184659.731000', '184659.734000', '184659.736000', '184659.739000', '184659.741000', '184659.744000', '184659.747000', '184659.749000', '184659.752000', '184659.754000', '184659.757000', '184659.760000', '184659.762000', '184659.765000', '184659.767000', '184659.770000', '184659.772000', '184659.775000', '184659.778000', '184659.780000', '184659.783000', '184659.785000', '184659.788000', '184659.791000', '184659.794000', '184659.797000', '184659.830000', '184719.689000', '184719.692000', '184719.695000', '184719.698000', '184719.700000', '184719.703000', '184719.706000', '184719.708000', '184719.711000', '184719.713000', '184719.716000', '184719.719000', '184719.721000', '184719.724000', '184719.726000', '184719.729000', '184719.732000', '184719.734000', '184719.737000', '184719.739000', '184719.742000', '184719.744000', '184719.747000', '184719.750000', '184719.753000', '184719.755000', '184719.758000', '184719.760000', '184719.763000', '184719.766000', '184719.768000', '184719.771000', '184719.773000', '184719.776000', '184719.779000', '184719.782000', '184719.784000', '184719.787000', '184719.789000', '184719.792000', '184719.795000', '184719.797000', '184719.885000', '184719.888000', '184739.690000', '184739.692000', '184739.695000', '184739.698000', '184739.700000', '184739.703000', '184739.705000', '184739.708000', '184739.710000', '184739.713000', '184739.716000', '184739.718000', '184739.721000', '184739.723000', '184739.726000', '184739.728000', '184739.731000', '184739.734000', '184739.736000', '184739.739000', '184739.742000', '184739.744000', '184739.747000', '184739.749000', '184739.752000', '184739.755000', '184739.757000', '184739.760000', '184739.762000', '184739.765000', '184739.767000', '184739.770000', '184739.773000', '184739.775000', '184739.778000', '184739.780000', '184739.783000', '184739.786000', '184739.788000', '184739.791000', '184739.793000', '184739.796000', '184739.798000', '184759.690000', '184759.692000', '184759.695000', '184759.697000', '184759.700000', '184759.703000', '184759.706000', '184759.708000', '184759.711000', '184759.713000', '184759.716000', '184759.718000', '184759.721000', '184759.724000', '184759.726000', '184759.729000', '184759.731000', '184759.734000', '184759.736000', '184759.739000', '184759.742000', '184759.744000', '184759.747000', '184759.749000', '184759.752000', '184759.754000', '184759.757000', '184759.760000', '184759.762000', '184759.765000', '184759.767000', '184759.770000', '184759.772000', '184759.775000', '184759.778000', '184759.780000', '184759.783000', '184759.785000', '184759.788000', '184759.790000', '184759.793000', '184759.795000', '184759.798000', '184759.858000', '184819.691000', '184819.693000', '184819.696000', '184819.699000', '184819.701000', '184819.704000', '184819.706000', '184819.709000', '184819.711000', '184819.714000', '184819.717000', '184819.719000', '184819.722000', '184819.724000', '184819.727000', '184819.729000', '184819.732000', '184819.735000', '184819.737000', '184819.740000', '184819.742000', '184819.745000', '184819.747000', '184819.750000', '184819.753000', '184819.755000', '184819.758000', '184819.760000', '184819.763000', '184819.765000', '184819.768000', '184819.775000', '184819.777000', '184819.795000', '184819.798000', '184819.860000', '184819.863000', '184819.865000', '184819.868000', '184819.870000', '184819.873000', '184819.876000', '184819.878000', '184839.691000', '184839.693000', '184839.696000', '184839.698000', '184839.701000', '184839.704000', '184839.706000', '184839.709000', '184839.712000', '184839.714000', '184839.717000', '184839.719000', '184839.722000', '184839.724000', '184839.727000', '184839.730000', '184839.732000', '184839.735000', '184839.737000', '184839.740000', '184839.743000', '184839.745000', '184839.748000', '184839.750000', '184839.753000', '184839.755000', '184839.758000', '184839.761000', '184839.763000', '184839.766000', '184839.768000', '184839.771000', '184839.774000', '184839.776000', '184839.779000', '184839.781000', '184839.784000', '184839.786000', '184839.789000', '184839.791000', '184839.794000', '184839.797000', '184839.799000', '184839.837000', '184859.690000', '184859.693000', '184859.695000', '184859.698000', '184859.700000', '184859.703000', '184859.705000', '184859.708000', '184859.711000', '184859.713000', '184859.716000', '184859.718000', '184859.721000', '184859.724000', '184859.726000', '184859.729000', '184859.731000', '184859.734000', '184859.736000', '184859.739000', '184859.742000', '184859.744000', '184859.747000', '184859.749000', '184859.752000', '184859.754000', '184859.757000', '184859.760000', '184859.762000', '184859.765000', '184859.767000', '184859.770000', '184859.773000', '184859.775000', '184859.778000', '184859.780000', '184859.783000', '184859.785000', '184859.788000', '184859.791000', '184859.793000', '184859.796000', '184859.799000', '184913.196000', '184913.198000', '184913.201000', '184913.204000', '184913.207000', '184913.209000', '184913.212000', '184913.215000', '184913.217000', '184913.220000', '184913.223000', '184913.226000', '184913.229000', '184913.231000', '184913.235000', '184913.238000', '184913.241000', '184913.244000', '184913.248000', '184913.251000', '184913.254000', '184913.256000', '184913.259000', '184913.262000', '184913.264000', '184913.268000', '184913.271000', '184913.274000', '184913.277000', '184913.279000'], 'InstanceCreationTime': ['183859.729000', '183859.732000', '183859.735000', '183859.737000', '183859.740000', '183859.742000', '183859.745000', '183859.747000', '183859.750000', '183859.752000', '183859.755000', '183859.758000', '183859.760000', '183859.763000', '183859.765000', '183859.768000', '183859.770000', '183859.773000', '183859.775000', '183859.778000', '183859.780000', '183859.793000', '183859.796000', '183859.799000', '183859.801000', '183859.804000', '183859.806000', '183859.809000', '183859.812000', '183859.814000', '183859.817000', '183859.819000', '183859.822000', '183859.824000', '183859.827000', '183859.829000', '183859.832000', '183859.835000', '183859.837000', '183859.840000', '183859.842000', '183859.845000', '183919.691000', '183919.693000', '183919.696000', '183919.698000', '183919.701000', '183919.704000', '183919.706000', '183919.709000', '183919.711000', '183919.714000', '183919.716000', '183919.719000', '183919.721000', '183919.724000', '183919.726000', '183919.729000', '183919.732000', '183919.734000', '183919.737000', '183919.739000', '183919.742000', '183919.744000', '183919.747000', '183919.749000', '183919.752000', '183919.754000', '183919.757000', '183919.760000', '183919.762000', '183919.765000', '183919.767000', '183919.770000', '183919.773000', '183919.775000', '183919.778000', '183919.780000', '183919.783000', '183919.786000', '183919.789000', '183919.791000', '183919.794000', '183919.796000', '183919.799000', '183939.690000', '183939.693000', '183939.696000', '183939.699000', '183939.701000', '183939.704000', '183939.706000', '183939.709000', '183939.711000', '183939.714000', '183939.717000', '183939.719000', '183939.722000', '183939.725000', '183939.727000', '183939.730000', '183939.732000', '183939.735000', '183939.737000', '183939.740000', '183939.743000', '183939.745000', '183939.748000', '183939.750000', '183939.758000', '183939.760000', '183939.763000', '183939.765000', '183939.768000', '183939.771000', '183939.773000', '183939.776000', '183939.778000', '183939.781000', '183939.783000', '183939.786000', '183939.789000', '183939.791000', '183939.794000', '183939.796000', '183939.799000', '183939.802000', '183939.804000', '183939.807000', '183959.689000', '183959.692000', '183959.695000', '183959.697000', '183959.700000', '183959.703000', '183959.705000', '183959.708000', '183959.710000', '183959.713000', '183959.715000', '183959.718000', '183959.721000', '183959.723000', '183959.726000', '183959.728000', '183959.731000', '183959.733000', '183959.736000', '183959.739000', '183959.741000', '183959.744000', '183959.746000', '183959.759000', '183959.762000', '183959.764000', '183959.775000', '183959.778000', '183959.780000', '183959.783000', '183959.785000', '183959.788000', '183959.790000', '183959.793000', '183959.796000', '183959.798000', '183959.801000', '183959.803000', '183959.806000', '183959.809000', '183959.812000', '183959.814000', '183959.817000', '184019.690000', '184019.692000', '184019.695000', '184019.697000', '184019.700000', '184019.703000', '184019.705000', '184019.708000', '184019.711000', '184019.713000', '184019.716000', '184019.718000', '184019.721000', '184019.723000', '184019.726000', '184019.728000', '184019.731000', '184019.734000', '184019.736000', '184019.739000', '184019.741000', '184019.744000', '184019.747000', '184019.749000', '184019.752000', '184019.754000', '184019.757000', '184019.760000', '184019.763000', '184019.765000', '184019.768000', '184019.771000', '184019.773000', '184019.776000', '184019.778000', '184019.781000', '184019.784000', '184019.786000', '184019.789000', '184019.791000', '184019.794000', '184019.796000', '184019.799000', '184019.839000', '184039.690000', '184039.692000', '184039.695000', '184039.697000', '184039.700000', '184039.703000', '184039.705000', '184039.708000', '184039.710000', '184039.713000', '184039.716000', '184039.718000', '184039.721000', '184039.723000', '184039.726000', '184039.728000', '184039.731000', '184039.734000', '184039.736000', '184039.739000', '184039.741000', '184039.744000', '184039.746000', '184039.749000', '184039.751000', '184039.754000', '184039.757000', '184039.759000', '184039.762000', '184039.764000', '184039.767000', '184039.770000', '184039.772000', '184039.775000', '184039.777000', '184039.780000', '184039.782000', '184039.785000', '184039.788000', '184039.790000', '184039.793000', '184039.795000', '184039.798000', '184059.690000', '184059.692000', '184059.695000', '184059.698000', '184059.700000', '184059.703000', '184059.705000', '184059.708000', '184059.711000', '184059.713000', '184059.716000', '184059.718000', '184059.721000', '184059.724000', '184059.726000', '184059.729000', '184059.731000', '184059.734000', '184059.736000', '184059.739000', '184059.742000', '184059.744000', '184059.747000', '184059.749000', '184059.752000', '184059.755000', '184059.757000', '184059.760000', '184059.762000', '184059.765000', '184059.768000', '184059.770000', '184059.773000', '184059.775000', '184059.778000', '184059.780000', '184059.783000', '184059.786000', '184059.788000', '184059.791000', '184059.793000', '184059.796000', '184059.798000', '184059.849000', '184119.689000', '184119.692000', '184119.695000', '184119.697000', '184119.700000', '184119.702000', '184119.705000', '184119.708000', '184119.710000', '184119.713000', '184119.715000', '184119.718000', '184119.725000', '184119.728000', '184119.730000', '184119.733000', '184119.735000', '184119.738000', '184119.740000', '184119.743000', '184119.745000', '184119.748000', '184119.751000', '184119.753000', '184119.756000', '184119.758000', '184119.761000', '184119.763000', '184119.766000', '184119.769000', '184119.771000', '184119.774000', '184119.776000', '184119.779000', '184119.781000', '184119.784000', '184119.786000', '184119.789000', '184119.792000', '184119.794000', '184119.797000', '184119.799000', '184119.802000', '184139.692000', '184139.695000', '184139.698000', '184139.700000', '184139.703000', '184139.706000', '184139.708000', '184139.729000', '184139.732000', '184139.735000', '184139.737000', '184139.740000', '184139.743000', '184139.745000', '184139.748000', '184139.751000', '184139.753000', '184139.756000', '184139.759000', '184139.761000', '184139.764000', '184139.766000', '184139.769000', '184139.772000', '184139.774000', '184139.777000', '184139.779000', '184139.782000', '184139.785000', '184139.787000', '184139.790000', '184139.792000', '184139.795000', '184139.797000', '184139.800000', '184139.803000', '184139.805000', '184139.808000', '184139.811000', '184139.813000', '184139.816000', '184139.818000', '184139.821000', '184139.824000', '184159.690000', '184159.693000', '184159.696000', '184159.698000', '184159.701000', '184159.704000', '184159.706000', '184159.709000', '184159.712000', '184159.714000', '184159.717000', '184159.719000', '184159.722000', '184159.724000', '184159.727000', '184159.730000', '184159.732000', '184159.735000', '184159.737000', '184159.740000', '184159.743000', '184159.745000', '184159.748000', '184159.750000', '184159.753000', '184159.755000', '184159.758000', '184159.761000', '184159.763000', '184159.766000', '184159.768000', '184159.771000', '184159.773000', '184159.776000', '184159.779000', '184159.781000', '184159.784000', '184159.786000', '184159.789000', '184159.792000', '184159.794000', '184159.797000', '184159.799000', '184219.690000', '184219.692000', '184219.695000', '184219.697000', '184219.700000', '184219.703000', '184219.705000', '184219.708000', '184219.711000', '184219.713000', '184219.716000', '184219.718000', '184219.721000', '184219.723000', '184219.726000', '184219.729000', '184219.731000', '184219.734000', '184219.736000', '184219.739000', '184219.742000', '184219.744000', '184219.747000', '184219.749000', '184219.752000', '184219.754000', '184219.757000', '184219.760000', '184219.762000', '184219.765000', '184219.767000', '184219.771000', '184219.773000', '184219.776000', '184219.779000', '184219.781000', '184219.784000', '184219.786000', '184219.789000', '184219.792000', '184219.794000', '184219.797000', '184219.799000', '184219.802000', '184239.689000', '184239.692000', '184239.695000', '184239.697000', '184239.700000', '184239.703000', '184239.705000', '184239.708000', '184239.710000', '184239.713000', '184239.715000', '184239.718000', '184239.721000', '184239.723000', '184239.726000', '184239.728000', '184239.731000', '184239.734000', '184239.736000', '184239.739000', '184239.741000', '184239.744000', '184239.747000', '184239.749000', '184239.752000', '184239.754000', '184239.757000', '184239.759000', '184239.762000', '184239.765000', '184239.767000', '184239.770000', '184239.772000', '184239.775000', '184239.778000', '184239.780000', '184239.783000', '184239.785000', '184239.788000', '184239.790000', '184239.793000', '184239.795000', '184239.798000', '184259.690000', '184259.693000', '184259.695000', '184259.698000', '184259.701000', '184259.703000', '184259.706000', '184259.708000', '184259.711000', '184259.714000', '184259.716000', '184259.719000', '184259.721000', '184259.724000', '184259.728000', '184259.730000', '184259.733000', '184259.736000', '184259.738000', '184259.741000', '184259.743000', '184259.746000', '184259.749000', '184259.751000', '184259.754000', '184259.756000', '184259.759000', '184259.761000', '184259.764000', '184259.767000', '184259.769000', '184259.772000', '184259.774000', '184259.777000', '184259.779000', '184259.782000', '184259.785000', '184259.787000', '184259.790000', '184259.793000', '184259.795000', '184259.798000', '184259.861000', '184319.690000', '184319.692000', '184319.695000', '184319.698000', '184319.700000', '184319.703000', '184319.705000', '184319.708000', '184319.710000', '184319.713000', '184319.715000', '184319.718000', '184319.721000', '184319.723000', '184319.726000', '184319.728000', '184319.731000', '184319.733000', '184319.736000', '184319.739000', '184319.741000', '184319.744000', '184319.746000', '184319.749000', '184319.751000', '184319.754000', '184319.757000', '184319.759000', '184319.762000', '184319.764000', '184319.767000', '184319.769000', '184319.772000', '184319.775000', '184319.777000', '184319.780000', '184319.782000', '184319.785000', '184319.787000', '184319.790000', '184319.792000', '184319.795000', '184319.798000', '184319.800000', '184339.690000', '184339.692000', '184339.695000', '184339.698000', '184339.701000', '184339.704000', '184339.707000', '184339.710000', '184339.712000', '184339.715000', '184339.717000', '184339.720000', '184339.723000', '184339.725000', '184339.728000', '184339.730000', '184339.733000', '184339.735000', '184339.738000', '184339.741000', '184339.743000', '184339.746000', '184339.748000', '184339.751000', '184339.753000', '184339.756000', '184339.758000', '184339.761000', '184339.764000', '184339.766000', '184339.769000', '184339.772000', '184339.774000', '184339.777000', '184339.779000', '184339.782000', '184339.784000', '184339.787000', '184339.791000', '184339.794000', '184339.796000', '184339.799000', '184339.849000', '184359.690000', '184359.693000', '184359.696000', '184359.699000', '184359.701000', '184359.704000', '184359.706000', '184359.709000', '184359.711000', '184359.714000', '184359.717000', '184359.719000', '184359.722000', '184359.724000', '184359.727000', '184359.730000', '184359.732000', '184359.735000', '184359.738000', '184359.740000', '184359.743000', '184359.745000', '184359.748000', '184359.751000', '184359.753000', '184359.756000', '184359.758000', '184359.761000', '184359.764000', '184359.766000', '184359.769000', '184359.771000', '184359.774000', '184359.777000', '184359.779000', '184359.782000', '184359.785000', '184359.787000', '184359.790000', '184359.792000', '184359.795000', '184359.798000', '184359.878000', '184359.881000', '184419.691000', '184419.693000', '184419.696000', '184419.699000', '184419.701000', '184419.704000', '184419.706000', '184419.709000', '184419.711000', '184419.721000', '184419.724000', '184419.726000', '184419.729000', '184419.733000', '184419.736000', '184419.739000', '184419.741000', '184419.744000', '184419.746000', '184419.749000', '184419.752000', '184419.754000', '184419.757000', '184419.759000', '184419.762000', '184419.764000', '184419.768000', '184419.771000', '184419.774000', '184419.776000', '184419.779000', '184419.782000', '184419.784000', '184419.787000', '184419.789000', '184419.792000', '184419.795000', '184419.797000', '184419.867000', '184419.869000', '184419.872000', '184419.874000', '184419.877000', '184439.690000', '184439.692000', '184439.695000', '184439.698000', '184439.700000', '184439.703000', '184439.705000', '184439.708000', '184439.710000', '184439.713000', '184439.715000', '184439.718000', '184439.721000', '184439.723000', '184439.736000', '184439.739000', '184439.741000', '184439.744000', '184439.746000', '184439.749000', '184439.751000', '184439.754000', '184439.757000', '184439.759000', '184439.762000', '184439.764000', '184439.767000', '184439.770000', '184439.772000', '184439.775000', '184439.777000', '184439.780000', '184439.783000', '184439.785000', '184439.788000', '184439.790000', '184439.793000', '184439.796000', '184439.798000', '184439.849000', '184439.852000', '184439.854000', '184439.857000', '184439.860000', '184459.690000', '184459.692000', '184459.695000', '184459.698000', '184459.700000', '184459.703000', '184459.705000', '184459.708000', '184459.711000', '184459.714000', '184459.717000', '184459.720000', '184459.723000', '184459.726000', '184459.728000', '184459.731000', '184459.734000', '184459.736000', '184459.739000', '184459.742000', '184459.744000', '184459.747000', '184459.749000', '184459.752000', '184459.755000', '184459.757000', '184459.760000', '184459.762000', '184459.765000', '184459.768000', '184459.770000', '184459.773000', '184459.775000', '184459.778000', '184459.781000', '184459.783000', '184459.786000', '184459.788000', '184459.791000', '184459.794000', '184459.796000', '184459.799000', '184459.873000', '184519.689000', '184519.692000', '184519.695000', '184519.697000', '184519.700000', '184519.703000', '184519.705000', '184519.708000', '184519.710000', '184519.713000', '184519.715000', '184519.718000', '184519.721000', '184519.723000', '184519.726000', '184519.728000', '184519.731000', '184519.734000', '184519.736000', '184519.739000', '184519.741000', '184519.744000', '184519.746000', '184519.749000', '184519.752000', '184519.754000', '184519.757000', '184519.759000', '184519.762000', '184519.764000', '184519.767000', '184519.770000', '184519.772000', '184519.775000', '184519.777000', '184519.780000', '184519.782000', '184519.785000', '184519.787000', '184519.790000', '184519.792000', '184519.795000', '184519.798000', '184519.800000', '184539.689000', '184539.692000', '184539.695000', '184539.698000', '184539.700000', '184539.703000', '184539.705000', '184539.708000', '184539.710000', '184539.713000', '184539.715000', '184539.718000', '184539.721000', '184539.723000', '184539.726000', '184539.728000', '184539.731000', '184539.733000', '184539.736000', '184539.739000', '184539.741000', '184539.744000', '184539.746000', '184539.749000', '184539.752000', '184539.755000', '184539.758000', '184539.760000', '184539.763000', '184539.765000', '184539.768000', '184539.771000', '184539.773000', '184539.776000', '184539.778000', '184539.781000', '184539.783000', '184539.786000', '184539.789000', '184539.791000', '184539.794000', '184539.796000', '184539.799000', '184559.691000', '184559.693000', '184559.696000', '184559.698000', '184559.701000', '184559.704000', '184559.706000', '184559.709000', '184559.711000', '184559.714000', '184559.717000', '184559.734000', '184559.737000', '184559.740000', '184559.742000', '184559.745000', '184559.748000', '184559.750000', '184559.753000', '184559.755000', '184559.758000', '184559.760000', '184559.763000', '184559.766000', '184559.768000', '184559.771000', '184559.773000', '184559.776000', '184559.778000', '184559.781000', '184559.784000', '184559.786000', '184559.789000', '184559.791000', '184559.794000', '184559.796000', '184559.799000', '184559.852000', '184559.855000', '184559.858000', '184559.860000', '184559.863000', '184559.865000', '184559.868000', '184619.691000', '184619.693000', '184619.696000', '184619.699000', '184619.701000', '184619.704000', '184619.706000', '184619.709000', '184619.712000', '184619.714000', '184619.717000', '184619.719000', '184619.722000', '184619.724000', '184619.727000', '184619.729000', '184619.732000', '184619.735000', '184619.737000', '184619.740000', '184619.742000', '184619.745000', '184619.747000', '184619.750000', '184619.753000', '184619.755000', '184619.758000', '184619.760000', '184619.763000', '184619.765000', '184619.768000', '184619.770000', '184619.773000', '184619.776000', '184619.778000', '184619.781000', '184619.784000', '184619.786000', '184619.789000', '184619.792000', '184619.794000', '184619.797000', '184619.874000', '184639.689000', '184639.692000', '184639.695000', '184639.698000', '184639.700000', '184639.703000', '184639.705000', '184639.708000', '184639.710000', '184639.713000', '184639.716000', '184639.718000', '184639.721000', '184639.724000', '184639.726000', '184639.729000', '184639.731000', '184639.734000', '184639.736000', '184639.739000', '184639.742000', '184639.744000', '184639.747000', '184639.750000', '184639.752000', '184639.755000', '184639.757000', '184639.760000', '184639.762000', '184639.765000', '184639.767000', '184639.770000', '184639.773000', '184639.775000', '184639.778000', '184639.780000', '184639.783000', '184639.785000', '184639.788000', '184639.791000', '184639.793000', '184639.796000', '184639.798000', '184639.874000', '184659.690000', '184659.692000', '184659.695000', '184659.698000', '184659.700000', '184659.703000', '184659.705000', '184659.708000', '184659.711000', '184659.713000', '184659.716000', '184659.718000', '184659.721000', '184659.723000', '184659.726000', '184659.729000', '184659.731000', '184659.734000', '184659.736000', '184659.739000', '184659.741000', '184659.744000', '184659.747000', '184659.749000', '184659.752000', '184659.754000', '184659.757000', '184659.760000', '184659.762000', '184659.765000', '184659.767000', '184659.770000', '184659.772000', '184659.775000', '184659.778000', '184659.780000', '184659.783000', '184659.785000', '184659.788000', '184659.791000', '184659.794000', '184659.797000', '184659.830000', '184719.689000', '184719.692000', '184719.695000', '184719.698000', '184719.700000', '184719.703000', '184719.706000', '184719.708000', '184719.711000', '184719.713000', '184719.716000', '184719.719000', '184719.721000', '184719.724000', '184719.726000', '184719.729000', '184719.732000', '184719.734000', '184719.737000', '184719.739000', '184719.742000', '184719.744000', '184719.747000', '184719.750000', '184719.753000', '184719.755000', '184719.758000', '184719.760000', '184719.763000', '184719.766000', '184719.768000', '184719.771000', '184719.773000', '184719.776000', '184719.779000', '184719.782000', '184719.784000', '184719.787000', '184719.789000', '184719.792000', '184719.795000', '184719.797000', '184719.885000', '184719.888000', '184739.690000', '184739.692000', '184739.695000', '184739.698000', '184739.700000', '184739.703000', '184739.705000', '184739.708000', '184739.710000', '184739.713000', '184739.716000', '184739.718000', '184739.721000', '184739.723000', '184739.726000', '184739.728000', '184739.731000', '184739.734000', '184739.736000', '184739.739000', '184739.742000', '184739.744000', '184739.747000', '184739.749000', '184739.752000', '184739.755000', '184739.757000', '184739.760000', '184739.762000', '184739.765000', '184739.767000', '184739.770000', '184739.773000', '184739.775000', '184739.778000', '184739.780000', '184739.783000', '184739.786000', '184739.788000', '184739.791000', '184739.793000', '184739.796000', '184739.798000', '184759.690000', '184759.692000', '184759.695000', '184759.697000', '184759.700000', '184759.703000', '184759.706000', '184759.708000', '184759.711000', '184759.713000', '184759.716000', '184759.718000', '184759.721000', '184759.724000', '184759.726000', '184759.729000', '184759.731000', '184759.734000', '184759.736000', '184759.739000', '184759.742000', '184759.744000', '184759.747000', '184759.749000', '184759.752000', '184759.754000', '184759.757000', '184759.760000', '184759.762000', '184759.765000', '184759.767000', '184759.770000', '184759.772000', '184759.775000', '184759.778000', '184759.780000', '184759.783000', '184759.785000', '184759.788000', '184759.790000', '184759.793000', '184759.795000', '184759.798000', '184759.858000', '184819.691000', '184819.693000', '184819.696000', '184819.699000', '184819.701000', '184819.704000', '184819.706000', '184819.709000', '184819.711000', '184819.714000', '184819.717000', '184819.719000', '184819.722000', '184819.724000', '184819.727000', '184819.729000', '184819.732000', '184819.735000', '184819.737000', '184819.740000', '184819.742000', '184819.745000', '184819.747000', '184819.750000', '184819.753000', '184819.755000', '184819.758000', '184819.760000', '184819.763000', '184819.765000', '184819.768000', '184819.775000', '184819.777000', '184819.795000', '184819.798000', '184819.860000', '184819.863000', '184819.865000', '184819.868000', '184819.870000', '184819.873000', '184819.876000', '184819.878000', '184839.691000', '184839.693000', '184839.696000', '184839.698000', '184839.701000', '184839.704000', '184839.706000', '184839.709000', '184839.712000', '184839.714000', '184839.717000', '184839.719000', '184839.722000', '184839.724000', '184839.727000', '184839.730000', '184839.732000', '184839.735000', '184839.737000', '184839.740000', '184839.743000', '184839.745000', '184839.748000', '184839.750000', '184839.753000', '184839.755000', '184839.758000', '184839.761000', '184839.763000', '184839.766000', '184839.768000', '184839.771000', '184839.774000', '184839.776000', '184839.779000', '184839.781000', '184839.784000', '184839.786000', '184839.789000', '184839.791000', '184839.794000', '184839.797000', '184839.799000', '184839.837000', '184859.690000', '184859.693000', '184859.695000', '184859.698000', '184859.700000', '184859.703000', '184859.705000', '184859.708000', '184859.711000', '184859.713000', '184859.716000', '184859.718000', '184859.721000', '184859.724000', '184859.726000', '184859.729000', '184859.731000', '184859.734000', '184859.736000', '184859.739000', '184859.742000', '184859.744000', '184859.747000', '184859.749000', '184859.752000', '184859.754000', '184859.757000', '184859.760000', '184859.762000', '184859.765000', '184859.767000', '184859.770000', '184859.773000', '184859.775000', '184859.778000', '184859.780000', '184859.783000', '184859.785000', '184859.788000', '184859.791000', '184859.793000', '184859.796000', '184859.799000', '184913.196000', '184913.198000', '184913.201000', '184913.204000', '184913.207000', '184913.209000', '184913.212000', '184913.215000', '184913.217000', '184913.220000', '184913.223000', '184913.226000', '184913.229000', '184913.231000', '184913.235000', '184913.238000', '184913.241000', '184913.244000', '184913.248000', '184913.251000', '184913.254000', '184913.256000', '184913.259000', '184913.262000', '184913.264000', '184913.268000', '184913.271000', '184913.274000', '184913.277000', '184913.279000'], '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], 'LargestImagePixelValue': [10442, 8171, 9725, 7717, 9350, 7163, 9844, 7741, 9700, 6786, 8964, 6648, 9280, 6572, 9962, 6365, 10122, 8352, 8373, 9115, 7048, 9586, 7730, 9928, 7833, 9328, 6337, 9995, 6205, 8672, 6553, 8030, 6956, 7925, 8089, 7084, 8122, 6949, 10099, 7478, 8733, 7089, 10173, 7341, 10362, 8027, 10212, 7204, 9143, 7936, 10082, 7446, 9764, 6411, 9476, 6442, 9492, 6180, 9660, 6261, 9244, 6807, 9954, 6575, 9573, 6328, 10280, 7455, 8906, 6501, 7786, 7643, 8680, 6286, 8142, 6464, 7998, 7701, 8215, 7173, 7515, 8317, 7238, 12127, 8155, 10585, 7116, 9594, 7376, 10149, 8413, 9419, 7097, 8568, 7637, 9353, 7990, 9179, 6956, 8692, 7885, 9609, 7762, 9280, 6702, 9479, 7473, 10533, 7165, 7914, 7170, 7377, 8555, 7673, 8011, 6409, 8816, 6344, 10425, 6288, 9996, 6365, 9348, 6821, 9398, 7232, 9738, 6889, 9337, 6889, 9763, 7705, 9622, 7136, 9040, 8026, 9087, 6921, 9128, 6818, 9608, 7973, 9873, 7167, 9864, 7134, 11431, 7401, 7439, 7435, 8087, 7978, 10606, 7780, 7427, 7218, 10321, 7381, 10937, 7598, 9063, 7169, 9236, 7405, 9784, 7677, 9101, 6650, 8508, 6628, 8748, 6387, 9756, 6565, 8676, 9406, 7527, 11007, 7557, 10020, 6737, 8993, 7854, 9795, 7170, 9207, 6192, 9618, 6658, 10400, 6458, 9288, 6460, 8548, 12309, 7324, 10223, 6749, 8607, 6818, 9322, 6318, 9283, 6085, 9009, 6542, 8539, 8460, 6747, 8900, 6598, 8807, 6980, 9268, 7871, 9028, 6738, 8962, 6206, 8849, 6450, 9919, 6248, 9625, 6755, 9669, 7285, 10220, 7106, 8114, 7614, 11855, 8497, 9926, 7081, 9782, 7515, 10355, 8852, 9884, 7252, 9603, 7113, 9922, 8188, 9728, 6805, 8953, 6906, 8814, 6557, 9349, 6663, 9285, 6650, 8619, 6792, 9145, 6548, 9135, 6527, 8731, 6590, 9353, 6630, 8849, 6553, 9591, 6382, 10256, 6599, 9672, 6240, 9849, 6461, 9092, 6512, 9569, 7041, 9697, 6306, 9645, 6569, 9666, 6999, 8642, 7003, 7690, 8430, 6949, 11206, 8227, 9789, 6970, 9202, 6556, 9530, 6662, 9878, 6274, 9602, 6327, 9604, 6200, 9290, 6323, 9213, 6332, 9492, 6151, 9106, 6330, 9725, 6593, 10001, 6629, 9742, 6465, 10039, 6857, 7821, 6563, 8064, 6954, 8805, 7339, 7413, 6571, 8193, 6991, 8568, 9605, 7416, 9230, 7074, 9691, 7379, 10204, 8373, 9339, 6751, 8868, 7402, 8602, 7485, 9040, 6645, 8483, 7166, 9868, 7539, 6750, 6838, 6072, 8618, 7079, 10417, 8094, 9973, 6878, 10451, 7872, 10936, 8671, 10856, 7532, 9950, 7126, 10075, 6342, 10263, 6311, 9841, 6865, 7695, 6473, 8015, 6685, 8798, 7232, 7440, 6864, 7658, 7234, 8677, 10224, 7948, 9490, 7243, 11011, 7951, 11750, 8297, 11267, 6813, 10054, 7932, 10254, 8083, 9776, 7165, 9083, 8262, 9775, 8010, 9710, 7280, 9034, 7798, 9637, 7800, 9488, 7188, 9254, 6974, 9394, 6783, 9321, 6660, 9026, 6678, 9614, 6535, 8974, 6400, 8897, 6547, 9700, 6247, 9101, 6500, 8843, 6684, 9706, 6209, 9373, 6752, 9289, 6515, 9485, 6391, 9642, 6578, 9661, 6193, 8978, 6608, 9169, 6986, 7790, 6451, 7641, 7197, 7425, 9393, 7250, 7361, 6710, 8253, 7112, 11677, 7704, 10973, 6890, 10119, 7699, 10631, 8826, 9705, 7360, 8977, 7907, 9933, 8717, 9540, 7501, 8876, 7986, 9496, 8231, 9455, 7259, 8577, 7762, 9632, 8139, 9615, 7300, 8596, 7303, 8972, 6739, 9601, 6379, 9268, 6540, 8393, 6676, 9573, 6096, 9319, 6405, 8728, 6426, 9911, 6215, 9804, 6326, 9826, 6640, 8726, 6200, 8691, 6534, 9812, 6939, 8328, 6198, 9107, 6777, 9431, 7109, 8026, 6362, 7838, 7623, 8219, 11740, 7731, 9740, 6777, 10009, 7680, 10611, 8450, 9501, 6699, 8948, 7440, 9780, 8330, 9329, 7430, 8896, 7837, 9386, 7625, 9360, 6760, 8800, 6449, 8646, 6799, 9522, 6044, 8956, 6538, 8485, 7177, 9317, 7115, 8696, 7454, 9986, 7702, 9680, 7399, 9492, 7502, 9931, 7405, 9829, 6588, 9245, 6849, 9109, 6588, 9771, 6801, 9128, 7145, 9201, 7835, 9223, 7571, 8750, 7383, 10046, 8242, 9424, 7665, 9065, 7960, 9856, 8246, 9638, 7468, 9132, 7557, 9113, 7741, 9411, 7141, 9054, 6830, 8686, 6503, 9088, 6387, 9411, 6410, 8946, 6411, 9395, 6324, 9545, 6446, 8915, 6717, 9490, 6666, 9382, 7400, 9950, 8107, 9902, 7606, 9632, 7628, 10443, 7827, 11005, 7649, 9327, 7010, 10276, 7732, 8158, 7211, 7582, 7590, 9215, 8193, 6608, 7668, 6747, 8263, 8134, 8135, 6519, 8269, 6450, 9412, 7207, 10189, 6170, 9871, 6182, 9028, 6601, 9776, 6811, 9973, 6628, 9284, 7022, 9552, 7367, 9842, 6800, 9361, 7766, 9476, 7495, 9727, 7252, 8971, 7972, 9380, 7414, 10086, 7018, 10067, 7673, 9615, 7356, 7936, 7244, 7149, 8375, 7461, 7613, 6059, 8789, 6421, 9535, 6356, 10078, 6403, 9213, 6449, 10169, 6547, 10192, 6344, 9336, 6358, 9093, 6345, 10319, 6088, 9609, 6363, 8562, 6755, 9523, 6746, 8795, 6967, 9254, 8051, 9166, 7028, 9918, 7550, 10776, 8644, 10217, 7056, 9878, 7829, 10816, 8304, 9924, 7044, 9638, 7504, 10140, 7445, 9595, 6796, 9488, 7702, 11899, 8071, 8371, 7440, 8261, 8348, 10252, 8084, 8507, 7384, 7946, 8419, 8755, 7914, 6829, 7552, 7415, 8595, 7509, 8153, 7236, 7473, 8570, 8102, 6517, 7528, 6516, 7947, 8020, 7949, 6366, 7810, 6632, 8373, 7823, 7976, 6491, 8416, 7214, 8987, 9091, 8108, 6326, 8666, 6738, 9387, 7319, 8215, 6211, 8634, 6721, 9612, 6988, 8403, 6425, 9624, 6587, 9267, 6227, 9748, 6106, 9856, 6505, 9362, 6542, 10021, 6920, 9440, 7041, 9379, 6332, 8422, 6458, 7971, 7338, 8477, 6287, 8660, 6603, 9529, 6933, 9691, 6406, 9564, 6784, 10068, 8875, 8680, 8857, 7397, 12013, 8089, 11334, 7835, 10670, 7076, 9441, 7954, 9875, 7962, 9609, 7227, 9055, 8098, 9798, 8058, 9921, 7427, 9245, 7951, 9858, 7722, 9463, 6967, 8996, 7342, 11009, 7317, 7196, 7460, 6945, 9040, 6810, 9188, 6205, 10226, 6241, 9869, 6410, 9646, 6216, 9401, 6566, 9672, 6403, 9432, 6238, 9069, 6512, 9327, 6158, 9191, 6221, 8559, 6322, 9922, 6042, 10040, 6320, 9312, 6507, 9631, 6435, 9515, 6663, 9363, 6263, 9549, 6141, 9015, 6391, 9131, 6228, 8940, 6703, 9138, 6847, 9710, 7463, 9790, 7904, 10750, 8723, 13291, 7266, 6174, 9131, 6785, 6604, 8744, 9519, 8074, 11325, 8419, 11073, 8520, 10538, 7869, 10479, 6701, 10062, 6299, 9639, 6404, 10279, 6095, 10069, 6083, 8669, 6288, 9576, 6041, 9400, 6584, 7390, 7500, 6137, 8983, 7683, 6461, 8638, 6795, 8753, 12860, 8442, 9719, 7498, 12088, 7580, 11265, 8883, 8721, 7333, 6755, 8598, 6916, 8739, 6355, 9399, 6202, 8944, 6450, 9404, 8109, 7695, 10625, 6665, 9380, 7989, 9760, 7685, 9263, 6678, 9084, 7606, 9682, 7333, 8002, 6585, 6996, 8016, 7551, 7684, 6348, 8513, 6765, 9955, 6938, 9899, 6443, 9768, 6616, 9811, 7251, 10200, 7155, 9137, 6666, 8482, 7340, 8332, 9345, 7433, 6477, 6859, 6500, 8242, 8405, 7760, 6905, 7673, 8172, 8299, 11136, 7838, 8996, 7066, 10088, 7424, 10659, 7749, 10811, 8404, 10079, 6951, 9393, 7487, 10512, 7901, 10748, 6816, 11184, 7405, 10717, 7820, 10532, 7049, 10546, 7409, 10740, 9173, 10069, 7429, 9308, 7552, 9758, 8211, 9575, 7249, 8822, 7212, 9310, 7181, 9643, 6808, 8935, 6533, 9051, 6595, 9969, 6027, 9580, 6560, 9810, 7368, 7833, 7139, 6645, 7585, 6762, 10094, 6999, 7844, 6290, 9044, 6560, 10278, 7155, 9464, 6266, 9411, 7478, 10208, 8317, 9705, 7000, 9382, 8058, 10249, 8366, 10389, 7604, 9920, 8012, 10179, 8023, 10500, 7655, 10059, 8017, 10594, 7877, 10854, 6751, 10155, 7539, 9628, 7131, 10257, 6583, 10434, 7470, 10225, 6651, 10491, 7092, 11044, 7581, 10038, 6410, 9670, 7306, 10812, 6894, 8359, 6373, 8434, 7615, 10013, 7256, 7715, 6559, 7145, 7588, 9096, 7274, 6394, 7592, 6658, 9087, 7178, 8075, 6463, 8268, 6836, 9662, 7043, 8568, 6645, 8002, 7736, 8344, 8728, 7714, 8919, 7014, 9983, 7423, 10457, 6886, 9322, 6935, 9030, 7946, 9427, 6882, 9257, 7491, 8707, 7498, 9144, 7025, 8800, 7681, 9418, 7570, 9867, 7509, 9772, 7435, 10062, 7170, 9687, 6478, 9560, 6750, 10155, 6252, 9816, 6563, 9108, 6791, 9952, 6899, 9063, 7702, 9821, 7876, 9971, 7302, 9439, 7410, 9747, 6710, 9637, 6406, 9577, 6690, 9757, 6186, 9970, 6375, 8978, 6690, 9817, 6825, 10207, 6842, 9933, 6819, 9838, 6846, 10114, 6295, 10246, 6255, 9058, 6437, 9667, 7395, 9805, 7471, 9779, 7590, 10304, 8946, 10255, 7896, 10409, 7958, 10866, 8847, 10174, 7493, 9302, 7490, 9701, 7199, 9888, 6257, 9678, 6528, 8830, 6530, 9413, 6064, 9011, 6657, 8738, 6559, 9540, 6336, 9264, 6586, 9522, 6359, 10019, 6478, 10043, 6500, 9744, 6350, 9371, 6489, 9518, 6722, 10153, 6519, 9620, 6479, 9300, 7082, 10009, 7601, 9713, 7481, 9602, 7511, 9763, 7002, 9323, 6716, 9357, 6463, 9787, 6069, 10002, 6503, 9666, 6732, 9858, 6768, 8858, 7755, 7815, 6607, 7146, 7340, 7174, 9512, 6983, 7188, 6486, 7142, 7705, 7816, 7554, 6590, 7801, 7415, 8502, 10458, 8577, 9172, 7960, 8434, 7680, 10149, 7967, 11431, 7555, 11020, 6714, 9677, 7713, 10468, 8339, 9729, 7122, 9497, 6657, 9245, 6605, 9992, 6275, 9981, 6489, 9231, 6167, 9970, 6177, 9454, 6307, 9141, 6313, 10029, 6487, 9502, 6504, 9710, 7222, 9892, 7874], 'WindowCenter': [4014.0, 3978.0, 3973.0, 3950.0, 3958.0, 3925.0, 3966.0, 3937.0, 3954.0, 3912.0, 3945.0, 3926.0, 3956.0, 3913.0, 3953.0, 3901.0, 3965.0, 3933.0, 3932.0, 3930.0, 3911.0, 3942.0, 3922.0, 3942.0, 3922.0, 3939.0, 3901.0, 3951.0, 3890.0, 3943.0, 3900.0, 3933.0, 3922.0, 3933.0, 3933.0, 3922.0, 3931.0, 3923.0, 3953.0, 3923.0, 3943.0, 3923.0, 3953.0, 3934.0, 3954.0, 3934.0, 3953.0, 3923.0, 3941.0, 3933.0, 3952.0, 3923.0, 3940.0, 3899.0, 3940.0, 3899.0, 3941.0, 3890.0, 3942.0, 3900.0, 3944.0, 3911.0, 3943.0, 3909.0, 3942.0, 3899.0, 3953.0, 3922.0, 3930.0, 3900.0, 3922.0, 3922.0, 3932.0, 3899.0, 3932.0, 3899.0, 3933.0, 3922.0, 3934.0, 3921.0, 3921.0, 3931.0, 3923.0, 3963.0, 3933.0, 3952.0, 3910.0, 3939.0, 3920.0, 3950.0, 3932.0, 3941.0, 3911.0, 3931.0, 3932.0, 3940.0, 3933.0, 3942.0, 3921.0, 3930.0, 3933.0, 3952.0, 3931.0, 3941.0, 3912.0, 3942.0, 3923.0, 3952.0, 3922.0, 3930.0, 3922.0, 3922.0, 3943.0, 3934.0, 3932.0, 3901.0, 3941.0, 3912.0, 3964.0, 3914.0, 3952.0, 3911.0, 3953.0, 3926.0, 3955.0, 3922.0, 3953.0, 3923.0, 3941.0, 3922.0, 3953.0, 3922.0, 3942.0, 3921.0, 3941.0, 3932.0, 3943.0, 3924.0, 3953.0, 3924.0, 3954.0, 3934.0, 3953.0, 3923.0, 3953.0, 3924.0, 3964.0, 3924.0, 3922.0, 3923.0, 3933.0, 3933.0, 3953.0, 3932.0, 3921.0, 3922.0, 3951.0, 3921.0, 3952.0, 3922.0, 3941.0, 3909.0, 3940.0, 3922.0, 3952.0, 3920.0, 3941.0, 3911.0, 3942.0, 3912.0, 3944.0, 3900.0, 3943.0, 3899.0, 3931.0, 3940.0, 3920.0, 3951.0, 3919.0, 3940.0, 3898.0, 3929.0, 3930.0, 3939.0, 3908.0, 3941.0, 3887.0, 3940.0, 3910.0, 3952.0, 3899.0, 3942.0, 3898.0, 3929.0, 3960.0, 3920.0, 3939.0, 3908.0, 3930.0, 3898.0, 3942.0, 3899.0, 3939.0, 3887.0, 3942.0, 3898.0, 3942.0, 3931.0, 3912.0, 3940.0, 3911.0, 3941.0, 3922.0, 3941.0, 3933.0, 3942.0, 3912.0, 3942.0, 3902.0, 3942.0, 3902.0, 3952.0, 3902.0, 3952.0, 3913.0, 3953.0, 3922.0, 3955.0, 3923.0, 3933.0, 3935.0, 3977.0, 3945.0, 3953.0, 3923.0, 3951.0, 3934.0, 3954.0, 3943.0, 3942.0, 3921.0, 3941.0, 3912.0, 3953.0, 3931.0, 3942.0, 3910.0, 3941.0, 3911.0, 3941.0, 3900.0, 3940.0, 3911.0, 3940.0, 3911.0, 3945.0, 3913.0, 3955.0, 3912.0, 3942.0, 3913.0, 3946.0, 3915.0, 3953.0, 3914.0, 3944.0, 3914.0, 3954.0, 3915.0, 3955.0, 3912.0, 3944.0, 3903.0, 3956.0, 3902.0, 3943.0, 3901.0, 3953.0, 3922.0, 3955.0, 3913.0, 3967.0, 3913.0, 3958.0, 3923.0, 3945.0, 3923.0, 3934.0, 3931.0, 3912.0, 3954.0, 3933.0, 3942.0, 3910.0, 3942.0, 3900.0, 3941.0, 3900.0, 3940.0, 3900.0, 3943.0, 3901.0, 3952.0, 3901.0, 3954.0, 3913.0, 3955.0, 3914.0, 3956.0, 3904.0, 3944.0, 3914.0, 3957.0, 3914.0, 3955.0, 3912.0, 3943.0, 3901.0, 3953.0, 3911.0, 3932.0, 3910.0, 3932.0, 3921.0, 3944.0, 3922.0, 3922.0, 3911.0, 3944.0, 3921.0, 3946.0, 3954.0, 3923.0, 3941.0, 3922.0, 3941.0, 3921.0, 3952.0, 3933.0, 3941.0, 3910.0, 3941.0, 3921.0, 3941.0, 3924.0, 3943.0, 3925.0, 3944.0, 3925.0, 3954.0, 3947.0, 3926.0, 3925.0, 3917.0, 3959.0, 3951.0, 3979.0, 3962.0, 3966.0, 3927.0, 3967.0, 3948.0, 3968.0, 3946.0, 3965.0, 3921.0, 3953.0, 3911.0, 3954.0, 3901.0, 3954.0, 3900.0, 3955.0, 3911.0, 3934.0, 3900.0, 3932.0, 3911.0, 3947.0, 3923.0, 3925.0, 3912.0, 3934.0, 3923.0, 3947.0, 3955.0, 3935.0, 3943.0, 3924.0, 3953.0, 3936.0, 3964.0, 3933.0, 3952.0, 3909.0, 3940.0, 3932.0, 3952.0, 3933.0, 3941.0, 3910.0, 3930.0, 3933.0, 3952.0, 3934.0, 3939.0, 3922.0, 3931.0, 3921.0, 3940.0, 3921.0, 3941.0, 3910.0, 3941.0, 3909.0, 3941.0, 3910.0, 3939.0, 3899.0, 3929.0, 3897.0, 3939.0, 3900.0, 3929.0, 3898.0, 3940.0, 3899.0, 3940.0, 3899.0, 3939.0, 3899.0, 3941.0, 3910.0, 3942.0, 3891.0, 3940.0, 3910.0, 3940.0, 3898.0, 3939.0, 3899.0, 3940.0, 3899.0, 3939.0, 3888.0, 3930.0, 3898.0, 3940.0, 3909.0, 3919.0, 3898.0, 3921.0, 3908.0, 3920.0, 3941.0, 3921.0, 3908.0, 3911.0, 3918.0, 3911.0, 3951.0, 3923.0, 3951.0, 3911.0, 3940.0, 3921.0, 3951.0, 3932.0, 3940.0, 3908.0, 3929.0, 3921.0, 3941.0, 3931.0, 3939.0, 3908.0, 3930.0, 3931.0, 3941.0, 3929.0, 3939.0, 3920.0, 3931.0, 3921.0, 3941.0, 3931.0, 3939.0, 3921.0, 3930.0, 3921.0, 3943.0, 3909.0, 3939.0, 3900.0, 3939.0, 3901.0, 3931.0, 3911.0, 3940.0, 3901.0, 3942.0, 3901.0, 3942.0, 3898.0, 3954.0, 3890.0, 3950.0, 3900.0, 3952.0, 3910.0, 3930.0, 3888.0, 3931.0, 3899.0, 3952.0, 3911.0, 3931.0, 3888.0, 3943.0, 3910.0, 3942.0, 3911.0, 3932.0, 3898.0, 3930.0, 3921.0, 3942.0, 3962.0, 3923.0, 3940.0, 3911.0, 3940.0, 3921.0, 3951.0, 3933.0, 3940.0, 3910.0, 3939.0, 3922.0, 3951.0, 3931.0, 3941.0, 3921.0, 3942.0, 3922.0, 3941.0, 3920.0, 3940.0, 3909.0, 3940.0, 3903.0, 3945.0, 3911.0, 3951.0, 3901.0, 3941.0, 3913.0, 3944.0, 3924.0, 3954.0, 3921.0, 3943.0, 3934.0, 3953.0, 3933.0, 3951.0, 3923.0, 3940.0, 3924.0, 3952.0, 3922.0, 3940.0, 3910.0, 3939.0, 3912.0, 3942.0, 3900.0, 3939.0, 3910.0, 3938.0, 3922.0, 3942.0, 3931.0, 3940.0, 3920.0, 3930.0, 3920.0, 3952.0, 3931.0, 3940.0, 3922.0, 3930.0, 3931.0, 3951.0, 3933.0, 3939.0, 3910.0, 3928.0, 3922.0, 3940.0, 3919.0, 3939.0, 3909.0, 3928.0, 3909.0, 3930.0, 3900.0, 3940.0, 3897.0, 3939.0, 3897.0, 3941.0, 3900.0, 3941.0, 3899.0, 3951.0, 3902.0, 3942.0, 3913.0, 3952.0, 3913.0, 3941.0, 3923.0, 3952.0, 3935.0, 3952.0, 3934.0, 3943.0, 3920.0, 3954.0, 3932.0, 3954.0, 3923.0, 3940.0, 3912.0, 3952.0, 3922.0, 3920.0, 3920.0, 3920.0, 3923.0, 3942.0, 3932.0, 3910.0, 3932.0, 3910.0, 3945.0, 3930.0, 3931.0, 3900.0, 3930.0, 3898.0, 3942.0, 3922.0, 3955.0, 3902.0, 3951.0, 3900.0, 3943.0, 3911.0, 3953.0, 3911.0, 3940.0, 3911.0, 3940.0, 3923.0, 3940.0, 3909.0, 3939.0, 3899.0, 3939.0, 3922.0, 3940.0, 3920.0, 3942.0, 3922.0, 3942.0, 3934.0, 3941.0, 3921.0, 3951.0, 3920.0, 3953.0, 3933.0, 3942.0, 3923.0, 3920.0, 3920.0, 3911.0, 3932.0, 3921.0, 3920.0, 3889.0, 3932.0, 3901.0, 3955.0, 3902.0, 3953.0, 3900.0, 3941.0, 3900.0, 3955.0, 3900.0, 3954.0, 3899.0, 3939.0, 3899.0, 3941.0, 3900.0, 3950.0, 3886.0, 3938.0, 3900.0, 3930.0, 3897.0, 3940.0, 3909.0, 3929.0, 3923.0, 3943.0, 3934.0, 3943.0, 3923.0, 3953.0, 3934.0, 3963.0, 3945.0, 3951.0, 3910.0, 3940.0, 3921.0, 3952.0, 3931.0, 3940.0, 3910.0, 3940.0, 3922.0, 3952.0, 3923.0, 3941.0, 3911.0, 3941.0, 3932.0, 3964.0, 3934.0, 3931.0, 3921.0, 3931.0, 3933.0, 3952.0, 3921.0, 3930.0, 3909.0, 3919.0, 3930.0, 3930.0, 3919.0, 3898.0, 3920.0, 3920.0, 3930.0, 3910.0, 3921.0, 3908.0, 3922.0, 3930.0, 3931.0, 3898.0, 3919.0, 3898.0, 3931.0, 3919.0, 3931.0, 3899.0, 3921.0, 3909.0, 3943.0, 3922.0, 3934.0, 3899.0, 3933.0, 3921.0, 3942.0, 3942.0, 3932.0, 3899.0, 3929.0, 3899.0, 3941.0, 3910.0, 3930.0, 3887.0, 3929.0, 3910.0, 3952.0, 3910.0, 3933.0, 3901.0, 3941.0, 3912.0, 3953.0, 3900.0, 3952.0, 3901.0, 3951.0, 3900.0, 3944.0, 3900.0, 3941.0, 3907.0, 3939.0, 3909.0, 3939.0, 3898.0, 3929.0, 3887.0, 3930.0, 3911.0, 3930.0, 3900.0, 3932.0, 3899.0, 3954.0, 3911.0, 3942.0, 3900.0, 3943.0, 3910.0, 3953.0, 3932.0, 3931.0, 3930.0, 3910.0, 3960.0, 3919.0, 3951.0, 3920.0, 3939.0, 3908.0, 3939.0, 3921.0, 3940.0, 3918.0, 3940.0, 3908.0, 3930.0, 3932.0, 3939.0, 3919.0, 3939.0, 3910.0, 3941.0, 3919.0, 3939.0, 3921.0, 3938.0, 3909.0, 3930.0, 3922.0, 3953.0, 3923.0, 3910.0, 3920.0, 3910.0, 3942.0, 3911.0, 3942.0, 3890.0, 3953.0, 3901.0, 3952.0, 3899.0, 3941.0, 3889.0, 3940.0, 3909.0, 3941.0, 3900.0, 3939.0, 3888.0, 3942.0, 3900.0, 3940.0, 3888.0, 3940.0, 3889.0, 3929.0, 3899.0, 3941.0, 3888.0, 3941.0, 3901.0, 3941.0, 3898.0, 3941.0, 3898.0, 3941.0, 3911.0, 3941.0, 3899.0, 3940.0, 3890.0, 3941.0, 3902.0, 3942.0, 3902.0, 3942.0, 3912.0, 3953.0, 3912.0, 3953.0, 3921.0, 3953.0, 3932.0, 3954.0, 3947.0, 3974.0, 3923.0, 3889.0, 3942.0, 3922.0, 3913.0, 3955.0, 3954.0, 3946.0, 3964.0, 3945.0, 3963.0, 3933.0, 3951.0, 3918.0, 3938.0, 3895.0, 3926.0, 3883.0, 3927.0, 3886.0, 3935.0, 3872.0, 3936.0, 3876.0, 3927.0, 3886.0, 3938.0, 3887.0, 3942.0, 3909.0, 3919.0, 3920.0, 3915.0, 3956.0, 3936.0, 3915.0, 3956.0, 3912.0, 3945.0, 3975.0, 3935.0, 3941.0, 3921.0, 3951.0, 3920.0, 3952.0, 3930.0, 3929.0, 3908.0, 3898.0, 3931.0, 3911.0, 3941.0, 3902.0, 3942.0, 3902.0, 3943.0, 3903.0, 3954.0, 3932.0, 3921.0, 3938.0, 3899.0, 3930.0, 3932.0, 3940.0, 3921.0, 3928.0, 3898.0, 3941.0, 3933.0, 3942.0, 3923.0, 3930.0, 3912.0, 3911.0, 3934.0, 3934.0, 3935.0, 3901.0, 3942.0, 3911.0, 3953.0, 3912.0, 3953.0, 3901.0, 3952.0, 3910.0, 3951.0, 3922.0, 3953.0, 3910.0, 3941.0, 3898.0, 3932.0, 3909.0, 3932.0, 3940.0, 3921.0, 3899.0, 3912.0, 3899.0, 3944.0, 3933.0, 3935.0, 3911.0, 3932.0, 3933.0, 3946.0, 3964.0, 3933.0, 3931.0, 3911.0, 3952.0, 3921.0, 3953.0, 3933.0, 3952.0, 3932.0, 3941.0, 3911.0, 3939.0, 3923.0, 3953.0, 3931.0, 3952.0, 3911.0, 3951.0, 3921.0, 3954.0, 3921.0, 3951.0, 3910.0, 3951.0, 3921.0, 3951.0, 3941.0, 3938.0, 3908.0, 3939.0, 3920.0, 3942.0, 3930.0, 3940.0, 3918.0, 3930.0, 3922.0, 3941.0, 3910.0, 3940.0, 3909.0, 3930.0, 3910.0, 3942.0, 3910.0, 3941.0, 3890.0, 3940.0, 3909.0, 3951.0, 3909.0, 3922.0, 3909.0, 3899.0, 3919.0, 3913.0, 3951.0, 3923.0, 3931.0, 3912.0, 3943.0, 3925.0, 3953.0, 3924.0, 3954.0, 3913.0, 3953.0, 3934.0, 3965.0, 3944.0, 3953.0, 3922.0, 3942.0, 3935.0, 3953.0, 3932.0, 3952.0, 3922.0, 3953.0, 3934.0, 3952.0, 3932.0, 3950.0, 3921.0, 3940.0, 3932.0, 3949.0, 3931.0, 3949.0, 3900.0, 3950.0, 3920.0, 3939.0, 3908.0, 3938.0, 3912.0, 3950.0, 3920.0, 3939.0, 3900.0, 3951.0, 3910.0, 3951.0, 3921.0, 3939.0, 3901.0, 3940.0, 3922.0, 3952.0, 3913.0, 3930.0, 3901.0, 3931.0, 3934.0, 3953.0, 3923.0, 3921.0, 3899.0, 3911.0, 3934.0, 3943.0, 3923.0, 3901.0, 3934.0, 3912.0, 3944.0, 3925.0, 3934.0, 3901.0, 3934.0, 3912.0, 3953.0, 3922.0, 3942.0, 3909.0, 3931.0, 3933.0, 3945.0, 3941.0, 3922.0, 3930.0, 3911.0, 3942.0, 3921.0, 3951.0, 3911.0, 3941.0, 3911.0, 3942.0, 3932.0, 3942.0, 3911.0, 3941.0, 3923.0, 3942.0, 3923.0, 3942.0, 3922.0, 3942.0, 3933.0, 3955.0, 3931.0, 3952.0, 3923.0, 3953.0, 3921.0, 3944.0, 3910.0, 3941.0, 3900.0, 3942.0, 3910.0, 3950.0, 3900.0, 3949.0, 3911.0, 3942.0, 3912.0, 3952.0, 3922.0, 3942.0, 3935.0, 3953.0, 3934.0, 3952.0, 3923.0, 3943.0, 3921.0, 3952.0, 3910.0, 3941.0, 3900.0, 3943.0, 3911.0, 3941.0, 3889.0, 3951.0, 3901.0, 3945.0, 3910.0, 3952.0, 3909.0, 3952.0, 3912.0, 3954.0, 3911.0, 3952.0, 3911.0, 3955.0, 3902.0, 3953.0, 3903.0, 3942.0, 3913.0, 3953.0, 3924.0, 3953.0, 3923.0, 3953.0, 3931.0, 3956.0, 3944.0, 3954.0, 3931.0, 3951.0, 3933.0, 3952.0, 3943.0, 3939.0, 3911.0, 3939.0, 3919.0, 3940.0, 3909.0, 3939.0, 3899.0, 3940.0, 3901.0, 3941.0, 3900.0, 3939.0, 3901.0, 3943.0, 3913.0, 3943.0, 3912.0, 3952.0, 3911.0, 3942.0, 3914.0, 3953.0, 3901.0, 3952.0, 3900.0, 3952.0, 3903.0, 3952.0, 3900.0, 3941.0, 3901.0, 3953.0, 3912.0, 3952.0, 3902.0, 3952.0, 3900.0, 3942.0, 3922.0, 3952.0, 3920.0, 3941.0, 3922.0, 3952.0, 3922.0, 3951.0, 3913.0, 3941.0, 3912.0, 3942.0, 3902.0, 3952.0, 3890.0, 3952.0, 3901.0, 3952.0, 3910.0, 3941.0, 3910.0, 3942.0, 3920.0, 3920.0, 3897.0, 3910.0, 3920.0, 3923.0, 3942.0, 3923.0, 3910.0, 3912.0, 3922.0, 3935.0, 3933.0, 3932.0, 3912.0, 3935.0, 3921.0, 3944.0, 3954.0, 3944.0, 3943.0, 3931.0, 3931.0, 3920.0, 3951.0, 3932.0, 3952.0, 3922.0, 3950.0, 3910.0, 3942.0, 3933.0, 3951.0, 3931.0, 3940.0, 3912.0, 3939.0, 3911.0, 3944.0, 3911.0, 3952.0, 3898.0, 3951.0, 3900.0, 3953.0, 3900.0, 3955.0, 3902.0, 3954.0, 3915.0, 3955.0, 3914.0, 3954.0, 3914.0, 3953.0, 3915.0, 3954.0, 3934.0, 3955.0, 3936.0], 'WindowWidth': [8961.0, 8898.0, 8880.0, 8843.0, 8848.0, 8803.0, 8854.0, 8816.0, 8833.0, 8779.0, 8823.0, 8800.0, 8839.0, 8778.0, 8831.0, 8759.0, 8849.0, 8804.0, 8802.0, 8796.0, 8772.0, 8812.0, 8789.0, 8813.0, 8786.0, 8806.0, 8758.0, 8826.0, 8744.0, 8816.0, 8756.0, 8803.0, 8789.0, 8806.0, 8804.0, 8789.0, 8799.0, 8791.0, 8832.0, 8793.0, 8818.0, 8792.0, 8830.0, 8809.0, 8833.0, 8808.0, 8829.0, 8791.0, 8811.0, 8804.0, 8827.0, 8789.0, 8809.0, 8754.0, 8811.0, 8756.0, 8813.0, 8743.0, 8813.0, 8757.0, 8819.0, 8771.0, 8816.0, 8766.0, 8813.0, 8754.0, 8829.0, 8785.0, 8794.0, 8754.0, 8786.0, 8787.0, 8800.0, 8754.0, 8801.0, 8754.0, 8804.0, 8788.0, 8806.0, 8786.0, 8786.0, 8798.0, 8791.0, 8845.0, 8804.0, 8826.0, 8769.0, 8806.0, 8782.0, 8823.0, 8800.0, 8810.0, 8770.0, 8796.0, 8802.0, 8809.0, 8805.0, 8812.0, 8787.0, 8797.0, 8805.0, 8828.0, 8801.0, 8813.0, 8776.0, 8815.0, 8794.0, 8829.0, 8790.0, 8798.0, 8789.0, 8790.0, 8820.0, 8807.0, 8802.0, 8759.0, 8812.0, 8778.0, 8848.0, 8780.0, 8830.0, 8774.0, 8832.0, 8800.0, 8837.0, 8791.0, 8830.0, 8791.0, 8814.0, 8790.0, 8830.0, 8788.0, 8813.0, 8786.0, 8814.0, 8804.0, 8817.0, 8794.0, 8831.0, 8796.0, 8834.0, 8808.0, 8831.0, 8791.0, 8831.0, 8796.0, 8847.0, 8794.0, 8788.0, 8791.0, 8805.0, 8807.0, 8832.0, 8803.0, 8784.0, 8787.0, 8825.0, 8786.0, 8826.0, 8787.0, 8810.0, 8769.0, 8811.0, 8789.0, 8828.0, 8785.0, 8810.0, 8772.0, 8814.0, 8775.0, 8820.0, 8757.0, 8816.0, 8752.0, 8797.0, 8807.0, 8782.0, 8824.0, 8778.0, 8807.0, 8751.0, 8793.0, 8796.0, 8807.0, 8766.0, 8809.0, 8736.0, 8810.0, 8768.0, 8826.0, 8753.0, 8812.0, 8750.0, 8794.0, 8837.0, 8781.0, 8805.0, 8763.0, 8793.0, 8752.0, 8813.0, 8753.0, 8807.0, 8734.0, 8812.0, 8752.0, 8814.0, 8798.0, 8775.0, 8809.0, 8772.0, 8811.0, 8788.0, 8814.0, 8803.0, 8813.0, 8773.0, 8812.0, 8762.0, 8816.0, 8761.0, 8829.0, 8762.0, 8828.0, 8779.0, 8831.0, 8792.0, 8836.0, 8793.0, 8806.0, 8812.0, 8870.0, 8824.0, 8830.0, 8790.0, 8826.0, 8808.0, 8833.0, 8817.0, 8813.0, 8784.0, 8810.0, 8774.0, 8830.0, 8799.0, 8812.0, 8769.0, 8810.0, 8772.0, 8813.0, 8756.0, 8809.0, 8772.0, 8807.0, 8774.0, 8823.0, 8780.0, 8835.0, 8777.0, 8815.0, 8781.0, 8828.0, 8784.0, 8831.0, 8782.0, 8821.0, 8782.0, 8836.0, 8782.0, 8834.0, 8774.0, 8818.0, 8765.0, 8837.0, 8762.0, 8818.0, 8758.0, 8833.0, 8791.0, 8837.0, 8779.0, 8857.0, 8780.0, 8843.0, 8793.0, 8823.0, 8790.0, 8806.0, 8798.0, 8775.0, 8834.0, 8803.0, 8812.0, 8770.0, 8811.0, 8756.0, 8812.0, 8755.0, 8808.0, 8754.0, 8816.0, 8760.0, 8828.0, 8761.0, 8834.0, 8778.0, 8837.0, 8782.0, 8841.0, 8769.0, 8821.0, 8782.0, 8841.0, 8781.0, 8834.0, 8773.0, 8816.0, 8760.0, 8830.0, 8773.0, 8801.0, 8771.0, 8802.0, 8788.0, 8821.0, 8791.0, 8790.0, 8773.0, 8820.0, 8788.0, 8827.0, 8833.0, 8793.0, 8813.0, 8789.0, 8813.0, 8788.0, 8829.0, 8803.0, 8811.0, 8771.0, 8811.0, 8787.0, 8814.0, 8793.0, 8819.0, 8800.0, 8821.0, 8796.0, 8834.0, 8832.0, 8802.0, 8801.0, 8793.0, 8850.0, 8847.0, 8878.0, 8857.0, 8855.0, 8804.0, 8858.0, 8836.0, 8859.0, 8826.0, 8848.0, 8787.0, 8833.0, 8775.0, 8833.0, 8759.0, 8831.0, 8758.0, 8837.0, 8774.0, 8807.0, 8757.0, 8801.0, 8774.0, 8828.0, 8793.0, 8795.0, 8774.0, 8807.0, 8791.0, 8829.0, 8838.0, 8810.0, 8816.0, 8793.0, 8829.0, 8811.0, 8846.0, 8802.0, 8827.0, 8767.0, 8807.0, 8801.0, 8825.0, 8801.0, 8809.0, 8769.0, 8795.0, 8804.0, 8828.0, 8804.0, 8805.0, 8785.0, 8797.0, 8786.0, 8809.0, 8783.0, 8808.0, 8768.0, 8810.0, 8770.0, 8812.0, 8768.0, 8804.0, 8753.0, 8793.0, 8749.0, 8805.0, 8753.0, 8792.0, 8752.0, 8809.0, 8753.0, 8808.0, 8753.0, 8807.0, 8755.0, 8813.0, 8769.0, 8812.0, 8743.0, 8807.0, 8770.0, 8809.0, 8749.0, 8805.0, 8752.0, 8810.0, 8752.0, 8805.0, 8735.0, 8794.0, 8749.0, 8810.0, 8766.0, 8779.0, 8748.0, 8782.0, 8762.0, 8784.0, 8810.0, 8785.0, 8763.0, 8770.0, 8777.0, 8771.0, 8825.0, 8791.0, 8822.0, 8771.0, 8807.0, 8783.0, 8824.0, 8799.0, 8807.0, 8763.0, 8791.0, 8784.0, 8811.0, 8796.0, 8805.0, 8763.0, 8793.0, 8798.0, 8810.0, 8794.0, 8803.0, 8781.0, 8796.0, 8786.0, 8811.0, 8798.0, 8806.0, 8783.0, 8794.0, 8785.0, 8816.0, 8769.0, 8805.0, 8755.0, 8805.0, 8759.0, 8799.0, 8773.0, 8809.0, 8758.0, 8812.0, 8760.0, 8814.0, 8754.0, 8831.0, 8743.0, 8822.0, 8759.0, 8828.0, 8770.0, 8795.0, 8737.0, 8797.0, 8753.0, 8827.0, 8773.0, 8798.0, 8739.0, 8815.0, 8770.0, 8816.0, 8773.0, 8802.0, 8753.0, 8798.0, 8784.0, 8815.0, 8842.0, 8790.0, 8809.0, 8772.0, 8809.0, 8787.0, 8824.0, 8803.0, 8808.0, 8769.0, 8807.0, 8789.0, 8826.0, 8799.0, 8810.0, 8785.0, 8812.0, 8789.0, 8811.0, 8784.0, 8808.0, 8767.0, 8808.0, 8764.0, 8823.0, 8774.0, 8826.0, 8760.0, 8813.0, 8781.0, 8821.0, 8796.0, 8832.0, 8787.0, 8819.0, 8809.0, 8833.0, 8805.0, 8827.0, 8791.0, 8809.0, 8793.0, 8828.0, 8789.0, 8810.0, 8768.0, 8805.0, 8774.0, 8814.0, 8755.0, 8805.0, 8770.0, 8804.0, 8788.0, 8814.0, 8799.0, 8808.0, 8783.0, 8795.0, 8784.0, 8827.0, 8799.0, 8808.0, 8786.0, 8794.0, 8799.0, 8826.0, 8804.0, 8804.0, 8767.0, 8788.0, 8786.0, 8809.0, 8781.0, 8804.0, 8767.0, 8791.0, 8769.0, 8796.0, 8757.0, 8809.0, 8749.0, 8806.0, 8750.0, 8814.0, 8758.0, 8812.0, 8754.0, 8826.0, 8762.0, 8817.0, 8779.0, 8829.0, 8778.0, 8814.0, 8792.0, 8830.0, 8810.0, 8830.0, 8806.0, 8815.0, 8784.0, 8832.0, 8803.0, 8832.0, 8790.0, 8808.0, 8774.0, 8828.0, 8787.0, 8782.0, 8782.0, 8782.0, 8791.0, 8814.0, 8801.0, 8768.0, 8803.0, 8770.0, 8825.0, 8795.0, 8798.0, 8756.0, 8796.0, 8751.0, 8816.0, 8789.0, 8835.0, 8761.0, 8825.0, 8757.0, 8815.0, 8775.0, 8830.0, 8774.0, 8809.0, 8772.0, 8808.0, 8791.0, 8809.0, 8767.0, 8803.0, 8752.0, 8804.0, 8789.0, 8810.0, 8784.0, 8811.0, 8787.0, 8815.0, 8806.0, 8812.0, 8786.0, 8825.0, 8784.0, 8830.0, 8805.0, 8815.0, 8791.0, 8783.0, 8783.0, 8774.0, 8803.0, 8785.0, 8782.0, 8740.0, 8800.0, 8760.0, 8836.0, 8762.0, 8832.0, 8757.0, 8813.0, 8756.0, 8835.0, 8756.0, 8831.0, 8752.0, 8806.0, 8753.0, 8811.0, 8755.0, 8821.0, 8733.0, 8803.0, 8756.0, 8795.0, 8750.0, 8807.0, 8766.0, 8794.0, 8791.0, 8818.0, 8807.0, 8816.0, 8791.0, 8829.0, 8809.0, 8845.0, 8822.0, 8825.0, 8771.0, 8808.0, 8786.0, 8825.0, 8799.0, 8807.0, 8768.0, 8807.0, 8788.0, 8826.0, 8790.0, 8811.0, 8773.0, 8812.0, 8803.0, 8846.0, 8807.0, 8797.0, 8785.0, 8796.0, 8805.0, 8827.0, 8784.0, 8792.0, 8765.0, 8779.0, 8795.0, 8794.0, 8780.0, 8749.0, 8780.0, 8781.0, 8796.0, 8769.0, 8784.0, 8763.0, 8787.0, 8795.0, 8798.0, 8751.0, 8780.0, 8751.0, 8799.0, 8781.0, 8798.0, 8754.0, 8786.0, 8769.0, 8818.0, 8788.0, 8806.0, 8753.0, 8802.0, 8785.0, 8816.0, 8813.0, 8801.0, 8751.0, 8793.0, 8752.0, 8812.0, 8768.0, 8795.0, 8735.0, 8794.0, 8769.0, 8828.0, 8770.0, 8802.0, 8757.0, 8811.0, 8776.0, 8831.0, 8759.0, 8829.0, 8759.0, 8826.0, 8758.0, 8819.0, 8756.0, 8810.0, 8761.0, 8806.0, 8767.0, 8806.0, 8750.0, 8792.0, 8734.0, 8797.0, 8771.0, 8797.0, 8755.0, 8800.0, 8754.0, 8831.0, 8771.0, 8814.0, 8755.0, 8816.0, 8769.0, 8830.0, 8801.0, 8798.0, 8794.0, 8768.0, 8835.0, 8781.0, 8824.0, 8780.0, 8804.0, 8763.0, 8805.0, 8785.0, 8807.0, 8778.0, 8806.0, 8763.0, 8794.0, 8800.0, 8806.0, 8779.0, 8804.0, 8767.0, 8809.0, 8781.0, 8805.0, 8783.0, 8803.0, 8766.0, 8796.0, 8789.0, 8829.0, 8789.0, 8769.0, 8783.0, 8769.0, 8815.0, 8773.0, 8814.0, 8742.0, 8828.0, 8759.0, 8827.0, 8753.0, 8811.0, 8740.0, 8810.0, 8768.0, 8812.0, 8754.0, 8806.0, 8738.0, 8813.0, 8755.0, 8809.0, 8738.0, 8808.0, 8742.0, 8794.0, 8753.0, 8809.0, 8737.0, 8809.0, 8758.0, 8811.0, 8752.0, 8809.0, 8750.0, 8810.0, 8771.0, 8811.0, 8754.0, 8810.0, 8743.0, 8812.0, 8763.0, 8815.0, 8762.0, 8815.0, 8776.0, 8831.0, 8778.0, 8831.0, 8786.0, 8829.0, 8802.0, 8833.0, 8831.0, 8861.0, 8791.0, 8742.0, 8813.0, 8792.0, 8779.0, 8839.0, 8834.0, 8825.0, 8849.0, 8823.0, 8844.0, 8802.0, 8823.0, 8776.0, 8801.0, 8740.0, 8782.0, 8722.0, 8785.0, 8728.0, 8793.0, 8708.0, 8796.0, 8717.0, 8788.0, 8730.0, 8802.0, 8733.0, 8809.0, 8766.0, 8780.0, 8783.0, 8786.0, 8840.0, 8814.0, 8784.0, 8840.0, 8777.0, 8823.0, 8862.0, 8808.0, 8811.0, 8784.0, 8822.0, 8782.0, 8826.0, 8794.0, 8789.0, 8762.0, 8748.0, 8797.0, 8773.0, 8813.0, 8760.0, 8814.0, 8762.0, 8817.0, 8765.0, 8834.0, 8800.0, 8784.0, 8803.0, 8753.0, 8793.0, 8799.0, 8808.0, 8784.0, 8789.0, 8751.0, 8809.0, 8804.0, 8814.0, 8791.0, 8796.0, 8776.0, 8773.0, 8808.0, 8806.0, 8809.0, 8758.0, 8814.0, 8771.0, 8831.0, 8776.0, 8831.0, 8758.0, 8827.0, 8769.0, 8824.0, 8789.0, 8829.0, 8771.0, 8811.0, 8751.0, 8798.0, 8766.0, 8802.0, 8808.0, 8783.0, 8752.0, 8774.0, 8754.0, 8821.0, 8804.0, 8809.0, 8773.0, 8802.0, 8804.0, 8824.0, 8845.0, 8804.0, 8798.0, 8773.0, 8824.0, 8784.0, 8829.0, 8806.0, 8826.0, 8800.0, 8809.0, 8770.0, 8807.0, 8792.0, 8829.0, 8801.0, 8828.0, 8773.0, 8824.0, 8786.0, 8832.0, 8786.0, 8822.0, 8769.0, 8823.0, 8784.0, 8823.0, 8812.0, 8802.0, 8765.0, 8805.0, 8782.0, 8813.0, 8795.0, 8808.0, 8779.0, 8794.0, 8788.0, 8813.0, 8770.0, 8809.0, 8768.0, 8794.0, 8771.0, 8815.0, 8771.0, 8812.0, 8743.0, 8810.0, 8767.0, 8826.0, 8767.0, 8786.0, 8764.0, 8752.0, 8779.0, 8777.0, 8826.0, 8791.0, 8799.0, 8777.0, 8818.0, 8799.0, 8833.0, 8796.0, 8835.0, 8779.0, 8832.0, 8809.0, 8849.0, 8822.0, 8831.0, 8789.0, 8815.0, 8810.0, 8830.0, 8802.0, 8828.0, 8787.0, 8829.0, 8807.0, 8826.0, 8801.0, 8821.0, 8785.0, 8808.0, 8801.0, 8820.0, 8796.0, 8816.0, 8754.0, 8823.0, 8784.0, 8806.0, 8765.0, 8803.0, 8773.0, 8823.0, 8784.0, 8806.0, 8756.0, 8823.0, 8771.0, 8825.0, 8786.0, 8805.0, 8759.0, 8810.0, 8788.0, 8828.0, 8777.0, 8795.0, 8760.0, 8799.0, 8808.0, 8831.0, 8791.0, 8785.0, 8756.0, 8771.0, 8808.0, 8817.0, 8793.0, 8760.0, 8807.0, 8776.0, 8822.0, 8798.0, 8809.0, 8761.0, 8805.0, 8776.0, 8832.0, 8790.0, 8815.0, 8768.0, 8799.0, 8805.0, 8821.0, 8812.0, 8787.0, 8795.0, 8771.0, 8813.0, 8786.0, 8825.0, 8771.0, 8811.0, 8772.0, 8814.0, 8801.0, 8812.0, 8772.0, 8812.0, 8791.0, 8815.0, 8791.0, 8815.0, 8789.0, 8816.0, 8806.0, 8835.0, 8802.0, 8827.0, 8790.0, 8830.0, 8787.0, 8818.0, 8770.0, 8812.0, 8758.0, 8814.0, 8771.0, 8822.0, 8755.0, 8820.0, 8775.0, 8816.0, 8777.0, 8826.0, 8789.0, 8815.0, 8811.0, 8832.0, 8807.0, 8828.0, 8791.0, 8817.0, 8786.0, 8828.0, 8771.0, 8812.0, 8758.0, 8816.0, 8773.0, 8810.0, 8740.0, 8825.0, 8762.0, 8822.0, 8771.0, 8828.0, 8768.0, 8828.0, 8776.0, 8832.0, 8773.0, 8829.0, 8774.0, 8837.0, 8762.0, 8832.0, 8763.0, 8816.0, 8778.0, 8833.0, 8793.0, 8830.0, 8790.0, 8829.0, 8802.0, 8838.0, 8819.0, 8830.0, 8799.0, 8825.0, 8803.0, 8828.0, 8814.0, 8805.0, 8769.0, 8804.0, 8783.0, 8810.0, 8768.0, 8805.0, 8752.0, 8808.0, 8759.0, 8812.0, 8756.0, 8807.0, 8759.0, 8815.0, 8780.0, 8819.0, 8776.0, 8829.0, 8773.0, 8815.0, 8782.0, 8833.0, 8759.0, 8829.0, 8757.0, 8827.0, 8764.0, 8830.0, 8757.0, 8814.0, 8759.0, 8831.0, 8776.0, 8830.0, 8763.0, 8827.0, 8758.0, 8816.0, 8790.0, 8829.0, 8785.0, 8811.0, 8790.0, 8829.0, 8789.0, 8826.0, 8777.0, 8812.0, 8778.0, 8816.0, 8763.0, 8828.0, 8743.0, 8828.0, 8760.0, 8828.0, 8769.0, 8811.0, 8768.0, 8816.0, 8783.0, 8783.0, 8749.0, 8770.0, 8780.0, 8791.0, 8813.0, 8790.0, 8771.0, 8777.0, 8788.0, 8810.0, 8804.0, 8803.0, 8774.0, 8809.0, 8787.0, 8822.0, 8834.0, 8820.0, 8815.0, 8798.0, 8796.0, 8783.0, 8824.0, 8802.0, 8825.0, 8787.0, 8822.0, 8770.0, 8815.0, 8805.0, 8825.0, 8799.0, 8809.0, 8773.0, 8808.0, 8774.0, 8819.0, 8770.0, 8829.0, 8752.0, 8826.0, 8758.0, 8832.0, 8757.0, 8835.0, 8761.0, 8833.0, 8783.0, 8837.0, 8781.0, 8835.0, 8781.0, 8832.0, 8785.0, 8836.0, 8809.0, 8835.0, 8812.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.00039115804806991986</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02381520196649672</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.07518517787176</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.181398251275509</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9879737959620979</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4653</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5574.2656</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08703127599595203</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.5491624180626364</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5123063713917904</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3984030337267064</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8075457512447115</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3309703292039528</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00459718</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011401189491152763</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02417636103928089</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1373</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8903041107217096</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>32.9014</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.2757</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.6393</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301992.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>635.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>281.1022</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2128</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.4646</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3146.8518</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3360.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74552.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1029.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4099.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.6799</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.23391252628062</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> |