=== 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-0032 --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-0032",
"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-0032_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-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0032/figures/sub-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032/ses-01/func/sub-0032_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>6501b37b91fbbf30b05dabad0dd3087d</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>16:00:20.105000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998736, -0.050059, -0.00459425, 0.0498947, 0.99828, -0.0307665]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.101155</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>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4129, -7784, -7242, 588, -63, -230, 58, 91]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>251.699</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>11cc6f49-c85d-43af-9624-ebf9aa987007||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679534912109375, 0.13386385142803192, -0.01654152013361454, 105.60542297363281], [0.13430476188659668, 2.6783134937286377, -0.08234554529190063, -102.08648681640625], [-0.012326032854616642, 0.08254420757293701, 2.69869327545166, -73.22676849365234], [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': ['160020.105000', '160020.565000', '160021.025000', '160021.485000', '160021.945000', '160022.405000', '160022.865000', '160023.325000', '160023.785000', '160024.245000', '160024.705000', '160025.165000', '160025.625000', '160026.085000', '160026.545000', '160027.005000', '160027.465000', '160027.925000', '160028.385000', '160028.845000', '160029.305000', '160029.765000', '160030.225000', '160030.685000', '160031.145000', '160031.605000', '160032.065000', '160032.525000', '160032.985000', '160033.445000', '160033.905000', '160034.365000', '160034.825000', '160035.285000', '160035.745000', '160036.205000', '160036.665000', '160037.125000', '160037.585000', '160038.045000', '160038.505000', '160038.965000', '160039.425000', '160039.885000', '160040.345000', '160040.805000', '160041.265000', '160041.725000', '160042.185000', '160042.645000', '160043.105000', '160043.565000', '160044.025000', '160044.485000', '160044.945000', '160045.405000', '160045.865000', '160046.325000', '160046.785000', '160047.245000', '160047.705000', '160048.165000', '160048.625000', '160049.085000', '160049.545000', '160050.005000', '160050.465000', '160050.925000', '160051.385000', '160051.845000', '160052.305000', '160052.765000', '160053.225000', '160053.685000', '160054.145000', '160054.605000', '160055.065000', '160055.525000', '160055.985000', '160056.445000', '160056.905000', '160057.365000', '160057.825000', '160058.285000', '160058.745000', '160059.205000', '160059.665000', '160100.125000', '160100.585000', '160101.045000', '160101.505000', '160101.965000', '160102.425000', '160102.885000', '160103.345000', '160103.805000', '160104.265000', '160104.725000', '160105.185000', '160105.645000', '160106.105000', '160106.565000', '160107.025000', '160107.485000', '160107.945000', '160108.405000', '160108.865000', '160109.325000', '160109.785000', '160110.245000', '160110.705000', '160111.165000', '160111.625000', '160112.085000', '160112.545000', '160113.005000', '160113.465000', '160113.925000', '160114.385000', '160114.845000', '160115.305000', '160115.765000', '160116.225000', '160116.685000', '160117.145000', '160117.605000', '160118.065000', '160118.525000', '160118.985000', '160119.445000', '160119.905000', '160120.365000', '160120.825000', '160121.285000', '160121.745000', '160122.205000', '160122.665000', '160123.125000', '160123.585000', '160124.045000', '160124.505000', '160124.965000', '160125.425000', '160125.885000', '160126.345000', '160126.805000', '160127.265000', '160127.725000', '160128.185000', '160128.645000', '160129.105000', '160129.565000', '160130.025000', '160130.485000', '160130.945000', '160131.405000', '160131.865000', '160132.325000', '160132.785000', '160133.245000', '160133.705000', '160134.165000', '160134.625000', '160135.085000', '160135.545000', '160136.005000', '160136.465000', '160136.925000', '160137.385000', '160137.845000', '160138.305000', '160138.765000', '160139.225000', '160139.685000', '160140.145000', '160140.605000', '160141.065000', '160141.525000', '160141.985000', '160142.445000', '160142.905000', '160143.365000', '160143.825000', '160144.285000', '160144.745000', '160145.205000', '160145.665000', '160146.125000', '160146.585000', '160147.045000', '160147.505000', '160147.965000', '160148.425000', '160148.885000', '160149.345000', '160149.805000', '160150.265000', '160150.725000', '160151.185000', '160151.645000', '160152.105000', '160152.565000', '160153.025000', '160153.485000', '160153.945000', '160154.405000', '160154.865000', '160155.325000', '160155.785000', '160156.245000', '160156.705000', '160157.165000', '160157.625000', '160158.085000', '160158.545000', '160159.005000', '160159.465000', '160159.925000', '160200.385000', '160200.845000', '160201.305000', '160201.765000', '160202.225000', '160202.685000', '160203.145000', '160203.605000', '160204.065000', '160204.525000', '160204.985000', '160205.445000', '160205.905000', '160206.365000', '160206.825000', '160207.285000', '160207.745000', '160208.205000', '160208.665000', '160209.125000', '160209.585000', '160210.045000', '160210.505000', '160210.965000', '160211.425000', '160211.885000', '160212.345000', '160212.805000', '160213.265000', '160213.725000', '160214.185000', '160214.645000', '160215.105000', '160215.565000', '160216.025000', '160216.485000', '160216.945000', '160217.405000', '160217.865000', '160218.325000', '160218.785000', '160219.245000', '160219.705000', '160220.165000', '160220.625000', '160221.085000', '160221.545000', '160222.005000', '160222.465000', '160222.925000', '160223.385000', '160223.845000', '160224.305000', '160224.765000', '160225.225000', '160225.685000', '160226.145000', '160226.605000', '160227.065000', '160227.525000', '160227.985000', '160228.445000', '160228.905000', '160229.365000', '160229.825000', '160230.285000', '160230.745000', '160231.205000', '160231.665000', '160232.125000', '160232.585000', '160233.045000', '160233.505000', '160233.965000', '160234.425000', '160234.885000', '160235.345000', '160235.805000', '160236.265000', '160236.725000', '160237.185000', '160237.645000', '160238.105000', '160238.565000', '160239.025000', '160239.485000', '160239.945000', '160240.405000', '160240.865000', '160241.325000', '160241.785000', '160242.245000', '160242.705000', '160243.165000', '160243.625000', '160244.085000', '160244.545000', '160245.005000', '160245.465000', '160245.925000', '160246.385000', '160246.845000', '160247.305000', '160247.765000', '160248.225000', '160248.685000', '160249.145000', '160249.605000', '160250.065000', '160250.525000', '160250.985000', '160251.445000', '160251.905000', '160252.365000', '160252.825000', '160253.285000', '160253.745000', '160254.205000', '160254.665000', '160255.125000', '160255.585000', '160256.045000', '160256.505000', '160256.965000', '160257.425000', '160257.885000', '160258.345000', '160258.805000', '160259.265000', '160259.725000', '160300.185000', '160300.645000', '160301.105000', '160301.565000', '160302.025000', '160302.485000', '160302.945000', '160303.405000', '160303.865000', '160304.325000', '160304.785000', '160305.245000', '160305.705000', '160306.165000', '160306.625000', '160307.085000', '160307.545000', '160308.005000', '160308.465000', '160308.925000', '160309.385000', '160309.845000', '160310.305000', '160310.765000', '160311.225000', '160311.685000', '160312.145000', '160312.605000', '160313.065000', '160313.525000', '160313.985000', '160314.445000', '160314.905000', '160315.365000', '160315.825000', '160316.285000', '160316.745000', '160317.205000', '160317.665000', '160318.125000', '160318.585000', '160319.045000', '160319.505000', '160319.965000', '160320.425000', '160320.885000', '160321.345000', '160321.805000', '160322.265000', '160322.725000', '160323.185000', '160323.645000', '160324.105000', '160324.565000', '160325.025000', '160325.485000', '160325.945000', '160326.405000', '160326.865000', '160327.325000', '160327.785000', '160328.245000', '160328.705000', '160329.165000', '160329.625000', '160330.085000', '160330.545000', '160331.005000', '160331.465000', '160331.925000', '160332.385000', '160332.845000', '160333.305000', '160333.765000', '160334.225000', '160334.685000', '160335.145000', '160335.605000', '160336.065000', '160336.525000', '160336.985000', '160337.445000', '160337.905000', '160338.365000', '160338.825000', '160339.285000', '160339.745000', '160340.205000', '160340.665000', '160341.125000', '160341.585000', '160342.045000', '160342.505000', '160342.965000', '160343.425000', '160343.885000', '160344.345000', '160344.805000', '160345.265000', '160345.725000', '160346.185000', '160346.645000', '160347.105000', '160347.565000', '160348.025000', '160348.485000', '160348.945000', '160349.405000', '160349.865000', '160350.325000', '160350.785000', '160351.245000', '160351.705000', '160352.165000', '160352.625000', '160353.085000', '160353.545000', '160354.005000', '160354.465000', '160354.925000', '160355.385000', '160355.845000', '160356.305000', '160356.765000', '160357.225000', '160357.685000', '160358.145000', '160358.605000', '160359.065000', '160359.525000', '160359.985000', '160400.445000', '160400.905000', '160401.365000', '160401.825000', '160402.285000', '160402.745000', '160403.205000', '160403.665000', '160404.125000', '160404.585000', '160405.045000', '160405.505000', '160405.965000', '160406.425000', '160406.885000', '160407.345000', '160407.805000', '160408.265000', '160408.725000', '160409.185000', '160409.645000', '160410.105000', '160410.565000', '160411.025000', '160411.485000', '160411.945000', '160412.405000', '160412.865000', '160413.325000', '160413.785000', '160414.245000', '160414.705000', '160415.165000', '160415.625000', '160416.085000', '160416.545000', '160417.005000', '160417.465000', '160417.925000', '160418.385000', '160418.845000', '160419.305000', '160419.765000', '160420.225000', '160420.685000', '160421.145000', '160421.605000', '160422.065000', '160422.525000', '160422.985000', '160423.445000', '160423.905000', '160424.365000', '160424.825000', '160425.285000', '160425.745000', '160426.205000', '160426.665000', '160427.125000', '160427.585000', '160428.045000', '160428.505000', '160428.965000', '160429.425000', '160429.885000', '160430.345000', '160430.805000', '160431.265000', '160431.725000', '160432.185000', '160432.645000', '160433.105000', '160433.565000', '160434.025000', '160434.485000', '160434.945000', '160435.405000', '160435.865000', '160436.325000', '160436.785000', '160437.245000', '160437.705000', '160438.165000', '160438.625000', '160439.085000', '160439.545000', '160440.005000', '160440.465000', '160440.925000', '160441.385000', '160441.845000', '160442.305000', '160442.765000', '160443.225000', '160443.685000', '160444.145000', '160444.605000', '160445.065000', '160445.525000', '160445.985000', '160446.445000', '160446.905000', '160447.365000', '160447.825000', '160448.285000', '160448.745000', '160449.205000', '160449.665000', '160450.125000', '160450.585000', '160451.045000', '160451.505000', '160451.965000', '160452.425000', '160452.885000', '160453.345000', '160453.805000', '160454.265000', '160454.725000', '160455.185000', '160455.645000', '160456.105000', '160456.565000', '160457.025000', '160457.485000', '160457.945000', '160458.405000', '160458.865000', '160459.325000', '160459.785000', '160500.245000', '160500.705000', '160501.165000', '160501.625000', '160502.085000', '160502.545000', '160503.005000', '160503.465000', '160503.925000', '160504.385000', '160504.845000', '160505.305000', '160505.765000', '160506.225000', '160506.685000', '160507.145000', '160507.605000', '160508.065000', '160508.525000', '160508.985000', '160509.445000', '160509.905000', '160510.365000', '160510.825000', '160511.285000', '160511.745000', '160512.205000', '160512.665000', '160513.125000', '160513.585000', '160514.045000', '160514.505000', '160514.965000', '160515.425000', '160515.885000', '160516.345000', '160516.805000', '160517.265000', '160517.725000', '160518.185000', '160518.645000', '160519.105000', '160519.565000', '160520.025000', '160520.485000', '160520.945000', '160521.405000', '160521.865000', '160522.325000', '160522.785000', '160523.245000', '160523.705000', '160524.165000', '160524.625000', '160525.085000', '160525.545000', '160526.005000', '160526.465000', '160526.925000', '160527.385000', '160527.845000', '160528.305000', '160528.765000', '160529.225000', '160529.685000', '160530.145000', '160530.605000', '160531.065000', '160531.525000', '160531.985000', '160532.445000', '160532.905000', '160533.365000', '160533.825000', '160534.285000', '160534.745000', '160535.205000', '160535.665000', '160536.125000', '160536.585000', '160537.045000', '160537.505000', '160537.965000', '160538.425000', '160538.885000', '160539.345000', '160539.805000', '160540.265000', '160540.725000', '160541.185000', '160541.645000', '160542.105000', '160542.565000', '160543.025000', '160543.485000', '160543.945000', '160544.405000', '160544.865000', '160545.325000', '160545.785000', '160546.245000', '160546.705000', '160547.165000', '160547.625000', '160548.085000', '160548.545000', '160549.005000', '160549.465000', '160549.925000', '160550.385000', '160550.845000', '160551.305000', '160551.765000', '160552.225000', '160552.685000', '160553.145000', '160553.605000', '160554.065000', '160554.525000', '160554.985000', '160555.445000', '160555.905000', '160556.365000', '160556.825000', '160557.285000', '160557.745000', '160558.205000', '160558.665000', '160559.125000', '160559.585000', '160600.045000', '160600.505000', '160600.965000', '160601.425000', '160601.885000', '160602.345000', '160602.805000', '160603.265000', '160603.725000', '160604.185000', '160604.645000', '160605.105000', '160605.565000', '160606.025000', '160606.485000', '160606.945000', '160607.405000', '160607.865000', '160608.325000', '160608.785000', '160609.245000', '160609.705000', '160610.165000', '160610.625000', '160611.085000', '160611.545000', '160612.005000', '160612.465000', '160612.925000', '160613.385000', '160613.845000', '160614.305000', '160614.765000', '160615.225000', '160615.685000', '160616.145000', '160616.605000', '160617.065000', '160617.525000', '160617.985000', '160618.445000', '160618.905000', '160619.365000', '160619.825000', '160620.285000', '160620.745000', '160621.205000', '160621.665000', '160622.125000', '160622.585000', '160623.045000', '160623.505000', '160623.965000', '160624.425000', '160624.885000', '160625.345000', '160625.805000', '160626.265000', '160626.725000', '160627.185000', '160627.645000', '160628.105000', '160628.565000', '160629.025000', '160629.485000', '160629.945000', '160630.405000', '160630.865000', '160631.325000', '160631.785000', '160632.245000', '160632.705000', '160633.165000', '160633.625000', '160634.085000', '160634.545000', '160635.005000', '160635.465000', '160635.925000', '160636.385000', '160636.845000', '160637.305000', '160637.765000', '160638.225000', '160638.685000', '160639.145000', '160639.605000', '160640.065000', '160640.525000', '160640.985000', '160641.445000', '160641.905000', '160642.365000', '160642.825000', '160643.285000', '160643.745000', '160644.205000', '160644.665000', '160645.125000', '160645.585000', '160646.045000', '160646.505000', '160646.965000', '160647.425000', '160647.885000', '160648.345000', '160648.805000', '160649.265000', '160649.725000', '160650.185000', '160650.645000', '160651.105000', '160651.565000', '160652.025000', '160652.485000', '160652.945000', '160653.405000', '160653.865000', '160654.325000', '160654.785000', '160655.245000', '160655.705000', '160656.165000', '160656.625000', '160657.085000', '160657.545000', '160658.005000', '160658.465000', '160658.925000', '160659.385000', '160659.845000', '160700.305000', '160700.765000', '160701.225000', '160701.685000', '160702.145000', '160702.605000', '160703.065000', '160703.525000', '160703.985000', '160704.445000', '160704.905000', '160705.365000', '160705.825000', '160706.285000', '160706.745000', '160707.205000', '160707.665000', '160708.125000', '160708.585000', '160709.045000', '160709.505000', '160709.965000', '160710.425000', '160710.885000', '160711.345000', '160711.805000', '160712.265000', '160712.725000', '160713.185000', '160713.645000', '160714.105000', '160714.565000', '160715.025000', '160715.485000', '160715.945000', '160716.405000', '160716.865000', '160717.325000', '160717.785000', '160718.245000', '160718.705000', '160719.165000', '160719.625000', '160720.085000', '160720.545000', '160721.005000', '160721.465000', '160721.925000', '160722.385000', '160722.845000', '160723.305000', '160723.765000', '160724.225000', '160724.685000', '160725.145000', '160725.605000', '160726.065000', '160726.525000', '160726.985000', '160727.445000', '160727.905000', '160728.365000', '160728.825000', '160729.285000', '160729.745000', '160730.205000', '160730.665000', '160731.125000', '160731.585000', '160732.045000', '160732.505000', '160732.965000', '160733.425000', '160733.885000', '160734.345000', '160734.805000', '160735.265000', '160735.725000', '160736.185000', '160736.645000', '160737.105000', '160737.565000', '160738.025000', '160738.485000', '160738.945000', '160739.405000', '160739.865000', '160740.325000', '160740.785000', '160741.245000', '160741.705000', '160742.165000', '160742.625000', '160743.085000', '160743.545000', '160744.005000', '160744.465000', '160744.925000', '160745.385000', '160745.845000', '160746.305000', '160746.765000', '160747.225000', '160747.685000', '160748.145000', '160748.605000', '160749.065000', '160749.525000', '160749.985000', '160750.445000', '160750.905000', '160751.365000', '160751.825000', '160752.285000', '160752.745000', '160753.205000', '160753.665000', '160754.125000', '160754.585000', '160755.045000', '160755.505000', '160755.965000', '160756.425000', '160756.885000', '160757.345000', '160757.805000', '160758.265000', '160758.725000', '160759.185000', '160759.645000', '160800.105000', '160800.565000', '160801.025000', '160801.485000', '160801.945000', '160802.405000', '160802.865000', '160803.325000', '160803.785000', '160804.245000', '160804.705000', '160805.165000', '160805.625000', '160806.085000', '160806.545000', '160807.005000', '160807.465000', '160807.925000', '160808.385000', '160808.845000', '160809.305000', '160809.765000', '160810.225000', '160810.685000', '160811.145000', '160811.605000', '160812.065000', '160812.525000', '160812.985000', '160813.445000', '160813.905000', '160814.365000', '160814.825000', '160815.285000', '160815.745000', '160816.205000', '160816.665000', '160817.125000', '160817.585000', '160818.045000', '160818.505000', '160818.965000', '160819.425000', '160819.885000', '160820.345000', '160820.805000', '160821.265000', '160821.725000', '160822.185000', '160822.645000', '160823.105000', '160823.565000', '160824.025000', '160824.485000', '160824.945000', '160825.405000', '160825.865000', '160826.325000', '160826.785000', '160827.245000', '160827.705000', '160828.165000', '160828.625000', '160829.085000', '160829.545000', '160830.005000', '160830.465000', '160830.925000', '160831.385000', '160831.845000', '160832.305000', '160832.765000', '160833.225000', '160833.685000', '160834.145000', '160834.605000', '160835.065000', '160835.525000', '160835.985000', '160836.445000', '160836.905000', '160837.365000', '160837.825000', '160838.285000', '160838.745000', '160839.205000', '160839.665000', '160840.125000', '160840.585000', '160841.045000', '160841.505000', '160841.965000', '160842.425000', '160842.885000', '160843.345000', '160843.805000', '160844.265000', '160844.725000', '160845.185000', '160845.645000', '160846.105000', '160846.565000', '160847.025000', '160847.485000', '160847.945000', '160848.405000', '160848.865000', '160849.325000', '160849.785000', '160850.245000', '160850.705000', '160851.165000', '160851.625000', '160852.085000', '160852.545000', '160853.005000', '160853.465000', '160853.925000', '160854.385000', '160854.845000', '160855.305000', '160855.765000', '160856.225000', '160856.685000', '160857.145000', '160857.605000', '160858.065000', '160858.525000', '160858.985000', '160859.445000', '160859.905000', '160900.365000', '160900.825000', '160901.285000', '160901.745000', '160902.205000', '160902.665000', '160903.125000', '160903.585000', '160904.045000', '160904.505000', '160904.965000', '160905.425000', '160905.885000', '160906.345000', '160906.805000', '160907.265000', '160907.725000', '160908.185000', '160908.645000', '160909.105000', '160909.565000', '160910.025000', '160910.485000', '160910.945000', '160911.405000', '160911.865000', '160912.325000', '160912.785000', '160913.245000', '160913.705000', '160914.165000', '160914.625000', '160915.085000', '160915.545000', '160916.005000', '160916.465000', '160916.925000', '160917.385000', '160917.845000', '160918.305000', '160918.765000', '160919.225000', '160919.685000', '160920.145000', '160920.605000', '160921.065000', '160921.525000', '160921.985000', '160922.445000', '160922.905000', '160923.365000', '160923.825000', '160924.285000', '160924.745000', '160925.205000', '160925.665000', '160926.125000', '160926.585000', '160927.045000', '160927.505000', '160927.965000', '160928.425000', '160928.885000', '160929.345000', '160929.805000', '160930.265000', '160930.725000', '160931.185000', '160931.645000', '160932.105000', '160932.565000', '160933.025000', '160933.485000', '160933.945000', '160934.405000', '160934.865000', '160935.325000', '160935.785000', '160936.245000', '160936.705000', '160937.165000', '160937.625000', '160938.085000', '160938.545000', '160939.005000', '160939.465000', '160939.925000', '160940.385000', '160940.845000', '160941.305000', '160941.765000', '160942.225000', '160942.685000', '160943.145000', '160943.605000', '160944.065000', '160944.525000', '160944.985000', '160945.445000', '160945.905000', '160946.365000', '160946.825000', '160947.285000', '160947.745000', '160948.205000', '160948.665000', '160949.125000', '160949.585000', '160950.045000', '160950.505000', '160950.965000', '160951.425000', '160951.885000', '160952.345000', '160952.805000', '160953.265000', '160953.725000', '160954.185000', '160954.645000', '160955.105000', '160955.565000', '160956.025000', '160956.485000', '160956.945000', '160957.405000', '160957.865000', '160958.325000', '160958.785000', '160959.245000', '160959.705000', '161000.165000', '161000.625000', '161001.085000', '161001.545000', '161002.005000', '161002.465000', '161002.925000', '161003.385000', '161003.845000', '161004.305000', '161004.765000', '161005.225000', '161005.685000', '161006.145000', '161006.605000', '161007.065000', '161007.525000', '161007.985000', '161008.445000', '161008.905000', '161009.365000', '161009.825000', '161010.285000', '161010.745000', '161011.205000', '161011.665000', '161012.125000', '161012.585000', '161013.045000', '161013.505000', '161013.965000', '161014.425000', '161014.885000', '161015.345000', '161015.805000', '161016.265000', '161016.725000', '161017.185000', '161017.645000', '161018.105000', '161018.565000', '161019.025000', '161019.485000', '161019.945000', '161020.405000', '161020.865000', '161021.325000', '161021.785000', '161022.245000', '161022.705000', '161023.165000', '161023.625000', '161024.085000', '161024.545000', '161025.005000', '161025.465000', '161025.925000', '161026.385000', '161026.845000', '161027.305000', '161027.765000', '161028.225000', '161028.685000', '161029.145000', '161029.605000', '161030.065000', '161030.525000', '161030.985000', '161031.445000', '161031.905000', '161032.365000', '161032.825000', '161033.285000', '161033.745000', '161034.205000', '161034.665000', '161035.125000', '161035.585000', '161036.045000', '161036.505000', '161036.965000', '161037.425000', '161037.885000', '161038.345000', '161038.805000', '161039.265000', '161039.725000', '161040.185000', '161040.645000', '161041.105000', '161041.565000', '161042.025000', '161042.485000', '161042.945000', '161043.405000', '161043.865000', '161044.325000', '161044.785000', '161045.245000', '161045.705000', '161046.165000', '161046.625000', '161047.085000', '161047.545000', '161048.005000', '161048.465000', '161048.925000', '161049.385000', '161049.845000', '161050.305000', '161050.765000', '161051.225000', '161051.685000', '161052.145000', '161052.605000'], 'ContentTime': ['160046.073000', '160046.077000', '160046.080000', '160046.083000', '160046.085000', '160046.088000', '160046.091000', '160046.094000', '160046.097000', '160046.100000', '160046.102000', '160046.105000', '160046.108000', '160046.111000', '160046.114000', '160046.117000', '160046.120000', '160046.122000', '160046.125000', '160046.128000', '160046.138000', '160046.141000', '160046.144000', '160046.147000', '160046.149000', '160046.152000', '160046.155000', '160046.158000', '160046.161000', '160046.164000', '160046.166000', '160046.169000', '160046.172000', '160046.175000', '160046.178000', '160046.181000', '160046.184000', '160046.187000', '160046.189000', '160046.192000', '160046.195000', '160046.198000', '160046.201000', '160046.204000', '160046.207000', '160046.209000', '160046.212000', '160046.215000', '160046.218000', '160046.221000', '160046.224000', '160046.227000', '160046.229000', '160046.232000', '160046.235000', '160106.030000', '160106.033000', '160106.036000', '160106.039000', '160106.042000', '160106.044000', '160106.047000', '160106.050000', '160106.053000', '160106.056000', '160106.059000', '160106.062000', '160106.064000', '160106.067000', '160106.070000', '160106.073000', '160106.076000', '160106.079000', '160106.082000', '160106.085000', '160106.088000', '160106.091000', '160106.094000', '160106.097000', '160106.099000', '160106.102000', '160106.105000', '160106.108000', '160106.111000', '160106.114000', '160106.124000', '160106.127000', '160106.130000', '160106.133000', '160106.136000', '160106.139000', '160106.142000', '160106.144000', '160106.147000', '160106.150000', '160106.153000', '160106.156000', '160106.159000', '160126.030000', '160126.033000', '160126.036000', '160126.039000', '160126.042000', '160126.044000', '160126.053000', '160126.056000', '160126.059000', '160126.062000', '160126.065000', '160126.068000', '160126.071000', '160126.074000', '160126.077000', '160126.079000', '160126.082000', '160126.085000', '160126.088000', '160126.091000', '160126.094000', '160126.097000', '160126.099000', '160126.102000', '160126.105000', '160126.108000', '160126.111000', '160126.114000', '160126.117000', '160126.119000', '160126.122000', '160126.125000', '160126.128000', '160126.131000', '160126.134000', '160126.137000', '160126.140000', '160126.142000', '160126.145000', '160126.148000', '160126.151000', '160126.154000', '160126.157000', '160126.160000', '160146.030000', '160146.033000', '160146.036000', '160146.039000', '160146.042000', '160146.044000', '160146.047000', '160146.050000', '160146.053000', '160146.056000', '160146.059000', '160146.062000', '160146.065000', '160146.068000', '160146.070000', '160146.073000', '160146.076000', '160146.079000', '160146.082000', '160146.085000', '160146.088000', '160146.091000', '160146.093000', '160146.096000', '160146.099000', '160146.102000', '160146.105000', '160146.108000', '160146.111000', '160146.114000', '160146.116000', '160146.119000', '160146.122000', '160146.125000', '160146.128000', '160146.131000', '160146.134000', '160146.136000', '160146.139000', '160146.142000', '160146.146000', '160146.150000', '160146.153000', '160206.030000', '160206.033000', '160206.036000', '160206.039000', '160206.045000', '160206.048000', '160206.051000', '160206.054000', '160206.057000', '160206.060000', '160206.063000', '160206.066000', '160206.069000', '160206.072000', '160206.075000', '160206.077000', '160206.080000', '160206.083000', '160206.086000', '160206.089000', '160206.092000', '160206.095000', '160206.097000', '160206.100000', '160206.103000', '160206.106000', '160206.120000', '160206.123000', '160206.126000', '160206.129000', '160206.132000', '160206.135000', '160206.138000', '160206.140000', '160206.143000', '160206.146000', '160206.149000', '160206.152000', '160206.155000', '160206.158000', '160206.161000', '160206.164000', '160206.167000', '160206.169000', '160226.030000', '160226.033000', '160226.036000', '160226.039000', '160226.042000', '160226.045000', '160226.048000', '160226.050000', '160226.053000', '160226.057000', '160226.061000', '160226.064000', '160226.067000', '160226.070000', '160226.073000', '160226.076000', '160226.078000', '160226.081000', '160226.084000', '160226.087000', '160226.090000', '160226.093000', '160226.096000', '160226.099000', '160226.101000', '160226.104000', '160226.107000', '160226.110000', '160226.113000', '160226.117000', '160226.120000', '160226.122000', '160226.125000', '160226.128000', '160226.131000', '160226.134000', '160226.137000', '160226.140000', '160226.143000', '160226.146000', '160226.148000', '160226.151000', '160226.154000', '160246.030000', '160246.033000', '160246.036000', '160246.039000', '160246.042000', '160246.045000', '160246.047000', '160246.050000', '160246.053000', '160246.056000', '160246.059000', '160246.062000', '160246.065000', '160246.068000', '160246.071000', '160246.073000', '160246.076000', '160246.079000', '160246.082000', '160246.085000', '160246.088000', '160246.091000', '160246.094000', '160246.096000', '160246.099000', '160246.102000', '160246.105000', '160246.108000', '160246.111000', '160246.114000', '160246.117000', '160246.120000', '160246.123000', '160246.125000', '160246.128000', '160246.131000', '160246.134000', '160246.137000', '160246.140000', '160246.143000', '160246.146000', '160246.148000', '160246.151000', '160246.154000', '160306.030000', '160306.033000', '160306.036000', '160306.039000', '160306.042000', '160306.045000', '160306.047000', '160306.050000', '160306.053000', '160306.056000', '160306.059000', '160306.062000', '160306.065000', '160306.068000', '160306.070000', '160306.073000', '160306.076000', '160306.079000', '160306.082000', '160306.085000', '160306.088000', '160306.091000', '160306.094000', '160306.097000', '160306.100000', '160306.112000', '160306.115000', '160306.118000', '160306.121000', '160306.124000', '160306.127000', '160306.130000', '160306.133000', '160306.138000', '160306.141000', '160306.144000', '160306.147000', '160306.150000', '160306.153000', '160306.156000', '160306.159000', '160306.162000', '160306.164000', '160326.030000', '160326.033000', '160326.036000', '160326.039000', '160326.042000', '160326.044000', '160326.047000', '160326.050000', '160326.053000', '160326.056000', '160326.059000', '160326.062000', '160326.065000', '160326.068000', '160326.071000', '160326.074000', '160326.076000', '160326.079000', '160326.082000', '160326.085000', '160326.088000', '160326.091000', '160326.094000', '160326.097000', '160326.100000', '160326.103000', '160326.106000', '160326.108000', '160326.111000', '160326.114000', '160326.117000', '160326.120000', '160326.123000', '160326.126000', '160326.128000', '160326.131000', '160326.134000', '160326.137000', '160326.140000', '160326.143000', '160326.146000', '160326.149000', '160326.152000', '160326.154000', '160346.030000', '160346.033000', '160346.036000', '160346.049000', '160346.052000', '160346.055000', '160346.058000', '160346.061000', '160346.064000', '160346.067000', '160346.070000', '160346.073000', '160346.075000', '160346.078000', '160346.081000', '160346.084000', '160346.087000', '160346.090000', '160346.093000', '160346.097000', '160346.101000', '160346.104000', '160346.113000', '160346.116000', '160346.119000', '160346.122000', '160346.125000', '160346.128000', '160346.131000', '160346.134000', '160346.136000', '160346.139000', '160346.142000', '160346.145000', '160346.148000', '160346.151000', '160346.154000', '160346.157000', '160346.160000', '160346.163000', '160346.166000', '160346.168000', '160346.171000', '160406.030000', '160406.033000', '160406.036000', '160406.039000', '160406.042000', '160406.045000', '160406.047000', '160406.050000', '160406.053000', '160406.056000', '160406.059000', '160406.063000', '160406.066000', '160406.069000', '160406.072000', '160406.074000', '160406.077000', '160406.080000', '160406.083000', '160406.086000', '160406.089000', '160406.092000', '160406.095000', '160406.098000', '160406.101000', '160406.104000', '160406.107000', '160406.109000', '160406.112000', '160406.115000', '160406.118000', '160406.121000', '160406.124000', '160406.127000', '160406.130000', '160406.133000', '160406.136000', '160406.138000', '160406.141000', '160406.144000', '160406.147000', '160406.150000', '160406.153000', '160406.156000', '160426.030000', '160426.033000', '160426.036000', '160426.039000', '160426.042000', '160426.045000', '160426.048000', '160426.050000', '160426.053000', '160426.056000', '160426.059000', '160426.062000', '160426.065000', '160426.068000', '160426.071000', '160426.074000', '160426.076000', '160426.079000', '160426.082000', '160426.085000', '160426.088000', '160426.091000', '160426.094000', '160426.097000', '160426.100000', '160426.102000', '160426.108000', '160426.111000', '160426.113000', '160426.116000', '160426.119000', '160426.122000', '160426.125000', '160426.128000', '160426.131000', '160426.134000', '160426.137000', '160426.139000', '160426.142000', '160426.145000', '160426.148000', '160426.151000', '160426.154000', '160446.030000', '160446.033000', '160446.036000', '160446.039000', '160446.042000', '160446.045000', '160446.048000', '160446.051000', '160446.053000', '160446.056000', '160446.059000', '160446.062000', '160446.065000', '160446.068000', '160446.071000', '160446.074000', '160446.076000', '160446.079000', '160446.082000', '160446.085000', '160446.088000', '160446.091000', '160446.094000', '160446.097000', '160446.100000', '160446.103000', '160446.106000', '160446.109000', '160446.112000', '160446.114000', '160446.117000', '160446.120000', '160446.123000', '160446.126000', '160446.130000', '160446.133000', '160446.135000', '160446.138000', '160446.141000', '160446.144000', '160446.147000', '160446.150000', '160446.153000', '160446.155000', '160506.030000', '160506.033000', '160506.036000', '160506.039000', '160506.042000', '160506.045000', '160506.048000', '160506.050000', '160506.053000', '160506.056000', '160506.059000', '160506.062000', '160506.065000', '160506.068000', '160506.071000', '160506.073000', '160506.076000', '160506.079000', '160506.082000', '160506.085000', '160506.088000', '160506.091000', '160506.094000', '160506.097000', '160506.099000', '160506.102000', '160506.105000', '160506.108000', '160506.111000', '160506.114000', '160506.117000', '160506.120000', '160506.123000', '160506.126000', '160506.129000', '160506.131000', '160506.136000', '160506.139000', '160506.142000', '160506.145000', '160506.148000', '160506.151000', '160506.154000', '160526.030000', '160526.033000', '160526.036000', '160526.039000', '160526.042000', '160526.045000', '160526.048000', '160526.050000', '160526.053000', '160526.056000', '160526.059000', '160526.062000', '160526.065000', '160526.068000', '160526.070000', '160526.073000', '160526.076000', '160526.079000', '160526.082000', '160526.085000', '160526.088000', '160526.091000', '160526.094000', '160526.096000', '160526.099000', '160526.102000', '160526.105000', '160526.108000', '160526.111000', '160526.114000', '160526.117000', '160526.120000', '160526.123000', '160526.125000', '160526.128000', '160526.131000', '160526.134000', '160526.137000', '160526.140000', '160526.143000', '160526.146000', '160526.148000', '160526.151000', '160526.154000', '160546.030000', '160546.033000', '160546.036000', '160546.039000', '160546.042000', '160546.045000', '160546.047000', '160546.050000', '160546.053000', '160546.056000', '160546.059000', '160546.062000', '160546.065000', '160546.068000', '160546.071000', '160546.073000', '160546.076000', '160546.079000', '160546.082000', '160546.085000', '160546.088000', '160546.091000', '160546.094000', '160546.097000', '160546.099000', '160546.102000', '160546.113000', '160546.116000', '160546.119000', '160546.122000', '160546.125000', '160546.128000', '160546.131000', '160546.134000', '160546.137000', '160546.139000', '160546.142000', '160546.145000', '160546.148000', '160546.151000', '160546.154000', '160546.157000', '160546.160000', '160606.030000', '160606.033000', '160606.038000', '160606.041000', '160606.044000', '160606.047000', '160606.050000', '160606.052000', '160606.055000', '160606.058000', '160606.061000', '160606.064000', '160606.067000', '160606.070000', '160606.073000', '160606.075000', '160606.078000', '160606.081000', '160606.084000', '160606.087000', '160606.090000', '160606.093000', '160606.096000', '160606.099000', '160606.101000', '160606.104000', '160606.107000', '160606.110000', '160606.113000', '160606.116000', '160606.119000', '160606.122000', '160606.125000', '160606.128000', '160606.131000', '160606.133000', '160606.136000', '160606.139000', '160606.142000', '160606.145000', '160606.148000', '160606.151000', '160606.154000', '160606.157000', '160626.030000', '160626.033000', '160626.036000', '160626.039000', '160626.042000', '160626.045000', '160626.048000', '160626.050000', '160626.053000', '160626.056000', '160626.059000', '160626.062000', '160626.065000', '160626.068000', '160626.071000', '160626.074000', '160626.076000', '160626.079000', '160626.082000', '160626.085000', '160626.088000', '160626.091000', '160626.094000', '160626.096000', '160626.099000', '160626.102000', '160626.105000', '160626.108000', '160626.111000', '160626.114000', '160626.117000', '160626.120000', '160626.123000', '160626.125000', '160626.128000', '160626.131000', '160626.134000', '160626.137000', '160626.140000', '160626.143000', '160626.145000', '160626.148000', '160626.151000', '160646.047000', '160646.050000', '160646.053000', '160646.056000', '160646.058000', '160646.061000', '160646.064000', '160646.067000', '160646.070000', '160646.073000', '160646.076000', '160646.079000', '160646.082000', '160646.084000', '160646.087000', '160646.090000', '160646.093000', '160646.096000', '160646.099000', '160646.102000', '160646.105000', '160646.108000', '160646.110000', '160646.113000', '160646.116000', '160646.119000', '160646.122000', '160646.125000', '160646.128000', '160646.131000', '160646.134000', '160646.137000', '160646.139000', '160646.142000', '160646.145000', '160646.148000', '160646.151000', '160646.154000', '160646.157000', '160646.160000', '160646.163000', '160646.166000', '160646.169000', '160706.030000', '160706.033000', '160706.036000', '160706.039000', '160706.042000', '160706.045000', '160706.048000', '160706.051000', '160706.054000', '160706.057000', '160706.060000', '160706.063000', '160706.066000', '160706.068000', '160706.071000', '160706.074000', '160706.077000', '160706.080000', '160706.083000', '160706.086000', '160706.089000', '160706.091000', '160706.094000', '160706.097000', '160706.100000', '160706.103000', '160706.106000', '160706.109000', '160706.112000', '160706.115000', '160706.117000', '160706.120000', '160706.123000', '160706.126000', '160706.129000', '160706.132000', '160706.135000', '160706.137000', '160706.140000', '160706.143000', '160706.146000', '160706.150000', '160706.152000', '160706.155000', '160726.031000', '160726.034000', '160726.037000', '160726.040000', '160726.043000', '160726.046000', '160726.049000', '160726.052000', '160726.055000', '160726.058000', '160726.060000', '160726.063000', '160726.066000', '160726.069000', '160726.072000', '160726.075000', '160726.078000', '160726.081000', '160726.084000', '160726.087000', '160726.089000', '160726.092000', '160726.095000', '160726.098000', '160726.101000', '160726.104000', '160726.107000', '160726.110000', '160726.113000', '160726.116000', '160726.118000', '160726.121000', '160726.124000', '160726.127000', '160726.130000', '160726.133000', '160726.136000', '160726.139000', '160726.142000', '160726.144000', '160726.147000', '160726.150000', '160726.153000', '160746.030000', '160746.033000', '160746.036000', '160746.039000', '160746.042000', '160746.045000', '160746.048000', '160746.051000', '160746.053000', '160746.056000', '160746.059000', '160746.062000', '160746.065000', '160746.068000', '160746.071000', '160746.074000', '160746.077000', '160746.080000', '160746.082000', '160746.085000', '160746.088000', '160746.091000', '160746.094000', '160746.097000', '160746.100000', '160746.103000', '160746.106000', '160746.108000', '160746.111000', '160746.114000', '160746.117000', '160746.120000', '160746.123000', '160746.126000', '160746.129000', '160746.131000', '160746.134000', '160746.137000', '160746.140000', '160746.143000', '160746.146000', '160746.149000', '160746.152000', '160746.155000', '160806.030000', '160806.033000', '160806.036000', '160806.039000', '160806.042000', '160806.045000', '160806.048000', '160806.051000', '160806.054000', '160806.057000', '160806.060000', '160806.073000', '160806.076000', '160806.079000', '160806.081000', '160806.084000', '160806.087000', '160806.090000', '160806.093000', '160806.096000', '160806.099000', '160806.102000', '160806.105000', '160806.108000', '160806.111000', '160806.113000', '160806.116000', '160806.119000', '160806.122000', '160806.125000', '160806.128000', '160806.131000', '160806.134000', '160806.137000', '160806.140000', '160806.142000', '160806.145000', '160806.148000', '160806.151000', '160806.154000', '160806.157000', '160806.160000', '160806.163000', '160826.030000', '160826.033000', '160826.036000', '160826.039000', '160826.042000', '160826.045000', '160826.048000', '160826.051000', '160826.054000', '160826.056000', '160826.059000', '160826.062000', '160826.065000', '160826.068000', '160826.071000', '160826.074000', '160826.077000', '160826.080000', '160826.083000', '160826.085000', '160826.088000', '160826.091000', '160826.094000', '160826.097000', '160826.100000', '160826.103000', '160826.106000', '160826.109000', '160826.112000', '160826.115000', '160826.118000', '160826.121000', '160826.124000', '160826.126000', '160826.129000', '160826.132000', '160826.135000', '160826.138000', '160826.141000', '160826.144000', '160826.147000', '160826.150000', '160826.152000', '160826.155000', '160846.030000', '160846.033000', '160846.036000', '160846.039000', '160846.042000', '160846.045000', '160846.048000', '160846.051000', '160846.054000', '160846.056000', '160846.059000', '160846.062000', '160846.065000', '160846.068000', '160846.071000', '160846.074000', '160846.078000', '160846.081000', '160846.084000', '160846.087000', '160846.090000', '160846.093000', '160846.096000', '160846.099000', '160846.102000', '160846.105000', '160846.108000', '160846.111000', '160846.114000', '160846.117000', '160846.120000', '160846.123000', '160846.125000', '160846.128000', '160846.131000', '160846.134000', '160846.137000', '160846.140000', '160846.143000', '160846.146000', '160846.149000', '160846.152000', '160846.154000', '160906.030000', '160906.033000', '160906.036000', '160906.039000', '160906.042000', '160906.045000', '160906.048000', '160906.051000', '160906.053000', '160906.056000', '160906.059000', '160906.062000', '160906.065000', '160906.068000', '160906.071000', '160906.074000', '160906.077000', '160906.080000', '160906.082000', '160906.085000', '160906.088000', '160906.091000', '160906.094000', '160906.097000', '160906.100000', '160906.103000', '160906.106000', '160906.109000', '160906.112000', '160906.115000', '160906.118000', '160906.121000', '160906.123000', '160906.126000', '160906.129000', '160906.132000', '160906.135000', '160906.138000', '160906.141000', '160906.144000', '160906.147000', '160906.150000', '160906.152000', '160906.155000', '160926.030000', '160926.033000', '160926.036000', '160926.039000', '160926.042000', '160926.045000', '160926.048000', '160926.068000', '160926.071000', '160926.074000', '160926.077000', '160926.080000', '160926.083000', '160926.086000', '160926.089000', '160926.092000', '160926.097000', '160926.100000', '160926.103000', '160926.106000', '160926.109000', '160926.112000', '160926.115000', '160926.118000', '160926.121000', '160926.124000', '160926.126000', '160926.129000', '160926.132000', '160926.135000', '160926.138000', '160926.141000', '160926.144000', '160926.147000', '160926.150000', '160926.153000', '160926.156000', '160926.159000', '160926.162000', '160926.164000', '160926.167000', '160926.170000', '160926.173000', '160946.030000', '160946.033000', '160946.036000', '160946.039000', '160946.042000', '160946.045000', '160946.048000', '160946.051000', '160946.054000', '160946.057000', '160946.059000', '160946.062000', '160946.065000', '160946.068000', '160946.071000', '160946.074000', '160946.077000', '160946.080000', '160946.083000', '160946.085000', '160946.088000', '160946.091000', '160946.094000', '160946.097000', '160946.100000', '160946.103000', '160946.106000', '160946.109000', '160946.112000', '160946.115000', '160946.117000', '160946.120000', '160946.123000', '160946.126000', '160946.129000', '160946.132000', '160946.135000', '160946.138000', '160946.145000', '160946.148000', '160946.151000', '160946.153000', '160946.156000', '160946.159000', '161006.030000', '161006.033000', '161006.036000', '161006.039000', '161006.042000', '161006.047000', '161006.050000', '161006.053000', '161006.056000', '161006.059000', '161006.061000', '161006.064000', '161006.067000', '161006.070000', '161006.073000', '161006.076000', '161006.079000', '161006.082000', '161006.085000', '161006.088000', '161006.091000', '161006.093000', '161006.096000', '161006.099000', '161006.103000', '161006.106000', '161006.109000', '161006.112000', '161006.115000', '161006.118000', '161006.121000', '161006.124000', '161006.127000', '161006.130000', '161006.133000', '161006.136000', '161006.139000', '161006.142000', '161006.144000', '161006.147000', '161006.150000', '161006.153000', '161006.156000', '161026.030000', '161026.033000', '161026.036000', '161026.039000', '161026.042000', '161026.045000', '161026.048000', '161026.051000', '161026.054000', '161026.056000', '161026.059000', '161026.062000', '161026.065000', '161026.068000', '161026.071000', '161026.074000', '161026.077000', '161026.080000', '161026.083000', '161026.086000', '161026.089000', '161026.091000', '161026.094000', '161026.097000', '161026.100000', '161026.103000', '161026.106000', '161026.109000', '161026.112000', '161026.115000', '161026.118000', '161026.120000', '161026.123000', '161026.126000', '161026.129000', '161026.132000', '161026.135000', '161026.138000', '161026.141000', '161026.144000', '161026.147000', '161026.149000', '161026.152000', '161026.155000', '161046.030000', '161046.033000', '161046.036000', '161046.039000', '161046.042000', '161046.045000', '161046.048000', '161046.051000', '161046.054000', '161046.057000', '161046.060000', '161046.063000', '161046.065000', '161046.068000', '161046.071000', '161046.074000', '161046.077000', '161046.080000', '161046.083000', '161046.086000', '161046.089000', '161046.091000', '161046.094000', '161046.097000', '161046.100000', '161046.103000', '161046.106000', '161046.109000', '161046.112000', '161046.115000', '161046.118000', '161046.120000', '161046.123000', '161046.126000', '161046.129000', '161046.132000', '161046.135000', '161046.138000', '161046.141000', '161046.144000', '161046.147000', '161046.150000', '161046.153000', '161053.563000', '161053.567000', '161053.571000', '161053.574000', '161053.578000', '161053.582000', '161053.585000', '161053.588000', '161053.591000', '161053.594000', '161053.597000', '161053.600000', '161053.603000', '161053.606000', '161053.609000', '161053.612000', '161053.616000'], 'InstanceCreationTime': ['160046.073000', '160046.077000', '160046.080000', '160046.083000', '160046.085000', '160046.088000', '160046.091000', '160046.094000', '160046.097000', '160046.100000', '160046.102000', '160046.105000', '160046.108000', '160046.111000', '160046.114000', '160046.117000', '160046.120000', '160046.122000', '160046.125000', '160046.128000', '160046.138000', '160046.141000', '160046.144000', '160046.147000', '160046.149000', '160046.152000', '160046.155000', '160046.158000', '160046.161000', '160046.164000', '160046.166000', '160046.169000', '160046.172000', '160046.175000', '160046.178000', '160046.181000', '160046.184000', '160046.187000', '160046.189000', '160046.192000', '160046.195000', '160046.198000', '160046.201000', '160046.204000', '160046.207000', '160046.209000', '160046.212000', '160046.215000', '160046.218000', '160046.221000', '160046.224000', '160046.227000', '160046.229000', '160046.232000', '160046.235000', '160106.030000', '160106.033000', '160106.036000', '160106.039000', '160106.042000', '160106.044000', '160106.047000', '160106.050000', '160106.053000', '160106.056000', '160106.059000', '160106.062000', '160106.064000', '160106.067000', '160106.070000', '160106.073000', '160106.076000', '160106.079000', '160106.082000', '160106.085000', '160106.088000', '160106.091000', '160106.094000', '160106.097000', '160106.099000', '160106.102000', '160106.105000', '160106.108000', '160106.111000', '160106.114000', '160106.124000', '160106.127000', '160106.130000', '160106.133000', '160106.136000', '160106.139000', '160106.142000', '160106.144000', '160106.147000', '160106.150000', '160106.153000', '160106.156000', '160106.159000', '160126.030000', '160126.033000', '160126.036000', '160126.039000', '160126.042000', '160126.044000', '160126.053000', '160126.056000', '160126.059000', '160126.062000', '160126.065000', '160126.068000', '160126.071000', '160126.074000', '160126.077000', '160126.079000', '160126.082000', '160126.085000', '160126.088000', '160126.091000', '160126.094000', '160126.097000', '160126.099000', '160126.102000', '160126.105000', '160126.108000', '160126.111000', '160126.114000', '160126.117000', '160126.119000', '160126.122000', '160126.125000', '160126.128000', '160126.131000', '160126.134000', '160126.137000', '160126.140000', '160126.142000', '160126.145000', '160126.148000', '160126.151000', '160126.154000', '160126.157000', '160126.160000', '160146.030000', '160146.033000', '160146.036000', '160146.039000', '160146.042000', '160146.044000', '160146.047000', '160146.050000', '160146.053000', '160146.056000', '160146.059000', '160146.062000', '160146.065000', '160146.068000', '160146.070000', '160146.073000', '160146.076000', '160146.079000', '160146.082000', '160146.085000', '160146.088000', '160146.091000', '160146.093000', '160146.096000', '160146.099000', '160146.102000', '160146.105000', '160146.108000', '160146.111000', '160146.114000', '160146.116000', '160146.119000', '160146.122000', '160146.125000', '160146.128000', '160146.131000', '160146.134000', '160146.136000', '160146.139000', '160146.142000', '160146.146000', '160146.150000', '160146.153000', '160206.030000', '160206.033000', '160206.036000', '160206.039000', '160206.045000', '160206.048000', '160206.051000', '160206.054000', '160206.057000', '160206.060000', '160206.063000', '160206.066000', '160206.069000', '160206.072000', '160206.075000', '160206.077000', '160206.080000', '160206.083000', '160206.086000', '160206.089000', '160206.092000', '160206.095000', '160206.097000', '160206.100000', '160206.103000', '160206.106000', '160206.120000', '160206.123000', '160206.126000', '160206.129000', '160206.132000', '160206.135000', '160206.138000', '160206.140000', '160206.143000', '160206.146000', '160206.149000', '160206.152000', '160206.155000', '160206.158000', '160206.161000', '160206.164000', '160206.167000', '160206.169000', '160226.030000', '160226.033000', '160226.036000', '160226.039000', '160226.042000', '160226.045000', '160226.048000', '160226.050000', '160226.053000', '160226.057000', '160226.061000', '160226.064000', '160226.067000', '160226.070000', '160226.073000', '160226.076000', '160226.078000', '160226.081000', '160226.084000', '160226.087000', '160226.090000', '160226.093000', '160226.096000', '160226.099000', '160226.101000', '160226.104000', '160226.107000', '160226.110000', '160226.113000', '160226.117000', '160226.120000', '160226.122000', '160226.125000', '160226.128000', '160226.131000', '160226.134000', '160226.137000', '160226.140000', '160226.143000', '160226.146000', '160226.148000', '160226.151000', '160226.154000', '160246.030000', '160246.033000', '160246.036000', '160246.039000', '160246.042000', '160246.045000', '160246.047000', '160246.050000', '160246.053000', '160246.056000', '160246.059000', '160246.062000', '160246.065000', '160246.068000', '160246.071000', '160246.073000', '160246.076000', '160246.079000', '160246.082000', '160246.085000', '160246.088000', '160246.091000', '160246.094000', '160246.096000', '160246.099000', '160246.102000', '160246.105000', '160246.108000', '160246.111000', '160246.114000', '160246.117000', '160246.120000', '160246.123000', '160246.125000', '160246.128000', '160246.131000', '160246.134000', '160246.137000', '160246.140000', '160246.143000', '160246.146000', '160246.148000', '160246.151000', '160246.154000', '160306.030000', '160306.033000', '160306.036000', '160306.039000', '160306.042000', '160306.045000', '160306.047000', '160306.050000', '160306.053000', '160306.056000', '160306.059000', '160306.062000', '160306.065000', '160306.068000', '160306.070000', '160306.073000', '160306.076000', '160306.079000', '160306.082000', '160306.085000', '160306.088000', '160306.091000', '160306.094000', '160306.097000', '160306.100000', '160306.112000', '160306.115000', '160306.118000', '160306.121000', '160306.124000', '160306.127000', '160306.130000', '160306.133000', '160306.138000', '160306.141000', '160306.144000', '160306.147000', '160306.150000', '160306.153000', '160306.156000', '160306.159000', '160306.162000', '160306.164000', '160326.030000', '160326.033000', '160326.036000', '160326.039000', '160326.042000', '160326.044000', '160326.047000', '160326.050000', '160326.053000', '160326.056000', '160326.059000', '160326.062000', '160326.065000', '160326.068000', '160326.071000', '160326.074000', '160326.076000', '160326.079000', '160326.082000', '160326.085000', '160326.088000', '160326.091000', '160326.094000', '160326.097000', '160326.100000', '160326.103000', '160326.106000', '160326.108000', '160326.111000', '160326.114000', '160326.117000', '160326.120000', '160326.123000', '160326.126000', '160326.128000', '160326.131000', '160326.134000', '160326.137000', '160326.140000', '160326.143000', '160326.146000', '160326.149000', '160326.152000', '160326.154000', '160346.030000', '160346.033000', '160346.036000', '160346.049000', '160346.052000', '160346.055000', '160346.058000', '160346.061000', '160346.064000', '160346.067000', '160346.070000', '160346.073000', '160346.075000', '160346.078000', '160346.081000', '160346.084000', '160346.087000', '160346.090000', '160346.093000', '160346.097000', '160346.101000', '160346.104000', '160346.113000', '160346.116000', '160346.119000', '160346.122000', '160346.125000', '160346.128000', '160346.131000', '160346.134000', '160346.136000', '160346.139000', '160346.142000', '160346.145000', '160346.148000', '160346.151000', '160346.154000', '160346.157000', '160346.160000', '160346.163000', '160346.166000', '160346.168000', '160346.171000', '160406.030000', '160406.033000', '160406.036000', '160406.039000', '160406.042000', '160406.045000', '160406.047000', '160406.050000', '160406.053000', '160406.056000', '160406.059000', '160406.063000', '160406.066000', '160406.069000', '160406.072000', '160406.074000', '160406.077000', '160406.080000', '160406.083000', '160406.086000', '160406.089000', '160406.092000', '160406.095000', '160406.098000', '160406.101000', '160406.104000', '160406.107000', '160406.109000', '160406.112000', '160406.115000', '160406.118000', '160406.121000', '160406.124000', '160406.127000', '160406.130000', '160406.133000', '160406.136000', '160406.138000', '160406.141000', '160406.144000', '160406.147000', '160406.150000', '160406.153000', '160406.156000', '160426.030000', '160426.033000', '160426.036000', '160426.039000', '160426.042000', '160426.045000', '160426.048000', '160426.050000', '160426.053000', '160426.056000', '160426.059000', '160426.062000', '160426.065000', '160426.068000', '160426.071000', '160426.074000', '160426.076000', '160426.079000', '160426.082000', '160426.085000', '160426.088000', '160426.091000', '160426.094000', '160426.097000', '160426.100000', '160426.102000', '160426.108000', '160426.111000', '160426.113000', '160426.116000', '160426.119000', '160426.122000', '160426.125000', '160426.128000', '160426.131000', '160426.134000', '160426.137000', '160426.139000', '160426.142000', '160426.145000', '160426.148000', '160426.151000', '160426.154000', '160446.030000', '160446.033000', '160446.036000', '160446.039000', '160446.042000', '160446.045000', '160446.048000', '160446.051000', '160446.053000', '160446.056000', '160446.059000', '160446.062000', '160446.065000', '160446.068000', '160446.071000', '160446.074000', '160446.076000', '160446.079000', '160446.082000', '160446.085000', '160446.088000', '160446.091000', '160446.094000', '160446.097000', '160446.100000', '160446.103000', '160446.106000', '160446.109000', '160446.112000', '160446.114000', '160446.117000', '160446.120000', '160446.123000', '160446.126000', '160446.130000', '160446.133000', '160446.135000', '160446.138000', '160446.141000', '160446.144000', '160446.147000', '160446.150000', '160446.153000', '160446.155000', '160506.030000', '160506.033000', '160506.036000', '160506.039000', '160506.042000', '160506.045000', '160506.048000', '160506.050000', '160506.053000', '160506.056000', '160506.059000', '160506.062000', '160506.065000', '160506.068000', '160506.071000', '160506.073000', '160506.076000', '160506.079000', '160506.082000', '160506.085000', '160506.088000', '160506.091000', '160506.094000', '160506.097000', '160506.099000', '160506.102000', '160506.105000', '160506.108000', '160506.111000', '160506.114000', '160506.117000', '160506.120000', '160506.123000', '160506.126000', '160506.129000', '160506.131000', '160506.136000', '160506.139000', '160506.142000', '160506.145000', '160506.148000', '160506.151000', '160506.154000', '160526.030000', '160526.033000', '160526.036000', '160526.039000', '160526.042000', '160526.045000', '160526.048000', '160526.050000', '160526.053000', '160526.056000', '160526.059000', '160526.062000', '160526.065000', '160526.068000', '160526.070000', '160526.073000', '160526.076000', '160526.079000', '160526.082000', '160526.085000', '160526.088000', '160526.091000', '160526.094000', '160526.096000', '160526.099000', '160526.102000', '160526.105000', '160526.108000', '160526.111000', '160526.114000', '160526.117000', '160526.120000', '160526.123000', '160526.125000', '160526.128000', '160526.131000', '160526.134000', '160526.137000', '160526.140000', '160526.143000', '160526.146000', '160526.148000', '160526.151000', '160526.154000', '160546.030000', '160546.033000', '160546.036000', '160546.039000', '160546.042000', '160546.045000', '160546.047000', '160546.050000', '160546.053000', '160546.056000', '160546.059000', '160546.062000', '160546.065000', '160546.068000', '160546.071000', '160546.073000', '160546.076000', '160546.079000', '160546.082000', '160546.085000', '160546.088000', '160546.091000', '160546.094000', '160546.097000', '160546.099000', '160546.102000', '160546.113000', '160546.116000', '160546.119000', '160546.122000', '160546.125000', '160546.128000', '160546.131000', '160546.134000', '160546.137000', '160546.139000', '160546.142000', '160546.145000', '160546.148000', '160546.151000', '160546.154000', '160546.157000', '160546.160000', '160606.030000', '160606.033000', '160606.038000', '160606.041000', '160606.044000', '160606.047000', '160606.050000', '160606.052000', '160606.055000', '160606.058000', '160606.061000', '160606.064000', '160606.067000', '160606.070000', '160606.073000', '160606.075000', '160606.078000', '160606.081000', '160606.084000', '160606.087000', '160606.090000', '160606.093000', '160606.096000', '160606.099000', '160606.101000', '160606.104000', '160606.107000', '160606.110000', '160606.113000', '160606.116000', '160606.119000', '160606.122000', '160606.125000', '160606.128000', '160606.131000', '160606.133000', '160606.136000', '160606.139000', '160606.142000', '160606.145000', '160606.148000', '160606.151000', '160606.154000', '160606.157000', '160626.030000', '160626.033000', '160626.036000', '160626.039000', '160626.042000', '160626.045000', '160626.048000', '160626.050000', '160626.053000', '160626.056000', '160626.059000', '160626.062000', '160626.065000', '160626.068000', '160626.071000', '160626.074000', '160626.076000', '160626.079000', '160626.082000', '160626.085000', '160626.088000', '160626.091000', '160626.094000', '160626.096000', '160626.099000', '160626.102000', '160626.105000', '160626.108000', '160626.111000', '160626.114000', '160626.117000', '160626.120000', '160626.123000', '160626.125000', '160626.128000', '160626.131000', '160626.134000', '160626.137000', '160626.140000', '160626.143000', '160626.145000', '160626.148000', '160626.151000', '160646.047000', '160646.050000', '160646.053000', '160646.056000', '160646.058000', '160646.061000', '160646.064000', '160646.067000', '160646.070000', '160646.073000', '160646.076000', '160646.079000', '160646.082000', '160646.084000', '160646.087000', '160646.090000', '160646.093000', '160646.096000', '160646.099000', '160646.102000', '160646.105000', '160646.108000', '160646.110000', '160646.113000', '160646.116000', '160646.119000', '160646.122000', '160646.125000', '160646.128000', '160646.131000', '160646.134000', '160646.137000', '160646.139000', '160646.142000', '160646.145000', '160646.148000', '160646.151000', '160646.154000', '160646.157000', '160646.160000', '160646.163000', '160646.166000', '160646.169000', '160706.030000', '160706.033000', '160706.036000', '160706.039000', '160706.042000', '160706.045000', '160706.048000', '160706.051000', '160706.054000', '160706.057000', '160706.060000', '160706.063000', '160706.066000', '160706.068000', '160706.071000', '160706.074000', '160706.077000', '160706.080000', '160706.083000', '160706.086000', '160706.089000', '160706.091000', '160706.094000', '160706.097000', '160706.100000', '160706.103000', '160706.106000', '160706.109000', '160706.112000', '160706.115000', '160706.117000', '160706.120000', '160706.123000', '160706.126000', '160706.129000', '160706.132000', '160706.135000', '160706.137000', '160706.140000', '160706.143000', '160706.146000', '160706.150000', '160706.152000', '160706.155000', '160726.031000', '160726.034000', '160726.037000', '160726.040000', '160726.043000', '160726.046000', '160726.049000', '160726.052000', '160726.055000', '160726.058000', '160726.060000', '160726.063000', '160726.066000', '160726.069000', '160726.072000', '160726.075000', '160726.078000', '160726.081000', '160726.084000', '160726.087000', '160726.089000', '160726.092000', '160726.095000', '160726.098000', '160726.101000', '160726.104000', '160726.107000', '160726.110000', '160726.113000', '160726.116000', '160726.118000', '160726.121000', '160726.124000', '160726.127000', '160726.130000', '160726.133000', '160726.136000', '160726.139000', '160726.142000', '160726.144000', '160726.147000', '160726.150000', '160726.153000', '160746.030000', '160746.033000', '160746.036000', '160746.039000', '160746.042000', '160746.045000', '160746.048000', '160746.051000', '160746.053000', '160746.056000', '160746.059000', '160746.062000', '160746.065000', '160746.068000', '160746.071000', '160746.074000', '160746.077000', '160746.080000', '160746.082000', '160746.085000', '160746.088000', '160746.091000', '160746.094000', '160746.097000', '160746.100000', '160746.103000', '160746.106000', '160746.108000', '160746.111000', '160746.114000', '160746.117000', '160746.120000', '160746.123000', '160746.126000', '160746.129000', '160746.131000', '160746.134000', '160746.137000', '160746.140000', '160746.143000', '160746.146000', '160746.149000', '160746.152000', '160746.155000', '160806.030000', '160806.033000', '160806.036000', '160806.039000', '160806.042000', '160806.045000', '160806.048000', '160806.051000', '160806.054000', '160806.057000', '160806.060000', '160806.073000', '160806.076000', '160806.079000', '160806.081000', '160806.084000', '160806.087000', '160806.090000', '160806.093000', '160806.096000', '160806.099000', '160806.102000', '160806.105000', '160806.108000', '160806.111000', '160806.113000', '160806.116000', '160806.119000', '160806.122000', '160806.125000', '160806.128000', '160806.131000', '160806.134000', '160806.137000', '160806.140000', '160806.142000', '160806.145000', '160806.148000', '160806.151000', '160806.154000', '160806.157000', '160806.160000', '160806.163000', '160826.030000', '160826.033000', '160826.036000', '160826.039000', '160826.042000', '160826.045000', '160826.048000', '160826.051000', '160826.054000', '160826.056000', '160826.059000', '160826.062000', '160826.065000', '160826.068000', '160826.071000', '160826.074000', '160826.077000', '160826.080000', '160826.083000', '160826.085000', '160826.088000', '160826.091000', '160826.094000', '160826.097000', '160826.100000', '160826.103000', '160826.106000', '160826.109000', '160826.112000', '160826.115000', '160826.118000', '160826.121000', '160826.124000', '160826.126000', '160826.129000', '160826.132000', '160826.135000', '160826.138000', '160826.141000', '160826.144000', '160826.147000', '160826.150000', '160826.152000', '160826.155000', '160846.030000', '160846.033000', '160846.036000', '160846.039000', '160846.042000', '160846.045000', '160846.048000', '160846.051000', '160846.054000', '160846.056000', '160846.059000', '160846.062000', '160846.065000', '160846.068000', '160846.071000', '160846.074000', '160846.078000', '160846.081000', '160846.084000', '160846.087000', '160846.090000', '160846.093000', '160846.096000', '160846.099000', '160846.102000', '160846.105000', '160846.108000', '160846.111000', '160846.114000', '160846.117000', '160846.120000', '160846.123000', '160846.125000', '160846.128000', '160846.131000', '160846.134000', '160846.137000', '160846.140000', '160846.143000', '160846.146000', '160846.149000', '160846.152000', '160846.154000', '160906.030000', '160906.033000', '160906.036000', '160906.039000', '160906.042000', '160906.045000', '160906.048000', '160906.051000', '160906.053000', '160906.056000', '160906.059000', '160906.062000', '160906.065000', '160906.068000', '160906.071000', '160906.074000', '160906.077000', '160906.080000', '160906.082000', '160906.085000', '160906.088000', '160906.091000', '160906.094000', '160906.097000', '160906.100000', '160906.103000', '160906.106000', '160906.109000', '160906.112000', '160906.115000', '160906.118000', '160906.121000', '160906.123000', '160906.126000', '160906.129000', '160906.132000', '160906.135000', '160906.138000', '160906.141000', '160906.144000', '160906.147000', '160906.150000', '160906.152000', '160906.155000', '160926.030000', '160926.033000', '160926.036000', '160926.039000', '160926.042000', '160926.045000', '160926.048000', '160926.068000', '160926.071000', '160926.074000', '160926.077000', '160926.080000', '160926.083000', '160926.086000', '160926.089000', '160926.092000', '160926.097000', '160926.100000', '160926.103000', '160926.106000', '160926.109000', '160926.112000', '160926.115000', '160926.118000', '160926.121000', '160926.124000', '160926.126000', '160926.129000', '160926.132000', '160926.135000', '160926.138000', '160926.141000', '160926.144000', '160926.147000', '160926.150000', '160926.153000', '160926.156000', '160926.159000', '160926.162000', '160926.164000', '160926.167000', '160926.170000', '160926.173000', '160946.030000', '160946.033000', '160946.036000', '160946.039000', '160946.042000', '160946.045000', '160946.048000', '160946.051000', '160946.054000', '160946.057000', '160946.059000', '160946.062000', '160946.065000', '160946.068000', '160946.071000', '160946.074000', '160946.077000', '160946.080000', '160946.083000', '160946.085000', '160946.088000', '160946.091000', '160946.094000', '160946.097000', '160946.100000', '160946.103000', '160946.106000', '160946.109000', '160946.112000', '160946.115000', '160946.117000', '160946.120000', '160946.123000', '160946.126000', '160946.129000', '160946.132000', '160946.135000', '160946.138000', '160946.145000', '160946.148000', '160946.151000', '160946.153000', '160946.156000', '160946.159000', '161006.030000', '161006.033000', '161006.036000', '161006.039000', '161006.042000', '161006.047000', '161006.050000', '161006.053000', '161006.056000', '161006.059000', '161006.061000', '161006.064000', '161006.067000', '161006.070000', '161006.073000', '161006.076000', '161006.079000', '161006.082000', '161006.085000', '161006.088000', '161006.091000', '161006.093000', '161006.096000', '161006.099000', '161006.103000', '161006.106000', '161006.109000', '161006.112000', '161006.115000', '161006.118000', '161006.121000', '161006.124000', '161006.127000', '161006.130000', '161006.133000', '161006.136000', '161006.139000', '161006.142000', '161006.144000', '161006.147000', '161006.150000', '161006.153000', '161006.156000', '161026.030000', '161026.033000', '161026.036000', '161026.039000', '161026.042000', '161026.045000', '161026.048000', '161026.051000', '161026.054000', '161026.056000', '161026.059000', '161026.062000', '161026.065000', '161026.068000', '161026.071000', '161026.074000', '161026.077000', '161026.080000', '161026.083000', '161026.086000', '161026.089000', '161026.091000', '161026.094000', '161026.097000', '161026.100000', '161026.103000', '161026.106000', '161026.109000', '161026.112000', '161026.115000', '161026.118000', '161026.120000', '161026.123000', '161026.126000', '161026.129000', '161026.132000', '161026.135000', '161026.138000', '161026.141000', '161026.144000', '161026.147000', '161026.149000', '161026.152000', '161026.155000', '161046.030000', '161046.033000', '161046.036000', '161046.039000', '161046.042000', '161046.045000', '161046.048000', '161046.051000', '161046.054000', '161046.057000', '161046.060000', '161046.063000', '161046.065000', '161046.068000', '161046.071000', '161046.074000', '161046.077000', '161046.080000', '161046.083000', '161046.086000', '161046.089000', '161046.091000', '161046.094000', '161046.097000', '161046.100000', '161046.103000', '161046.106000', '161046.109000', '161046.112000', '161046.115000', '161046.118000', '161046.120000', '161046.123000', '161046.126000', '161046.129000', '161046.132000', '161046.135000', '161046.138000', '161046.141000', '161046.144000', '161046.147000', '161046.150000', '161046.153000', '161053.563000', '161053.567000', '161053.571000', '161053.574000', '161053.578000', '161053.582000', '161053.585000', '161053.588000', '161053.591000', '161053.594000', '161053.597000', '161053.600000', '161053.603000', '161053.606000', '161053.609000', '161053.612000', '161053.616000'], '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': [12622, 8673, 14543, 9073, 13157, 8868, 11188, 9126, 7949, 11405, 8320, 12473, 7641, 11407, 7506, 11473, 7871, 12362, 8516, 8033, 8751, 7089, 9963, 7367, 12449, 8163, 12920, 8593, 13040, 8529, 11841, 9664, 8833, 10235, 7963, 10680, 7521, 11070, 7348, 12536, 8125, 10706, 8145, 8261, 8470, 7240, 8984, 7569, 11504, 7563, 11703, 7369, 11899, 7535, 11586, 7681, 12717, 8325, 12517, 7977, 11121, 7525, 10425, 7305, 10842, 7477, 12428, 8111, 10548, 8034, 7259, 8404, 6923, 10406, 7585, 11781, 8852, 9157, 9526, 8783, 10979, 9642, 12656, 9127, 12580, 8100, 12074, 8056, 12439, 8151, 11320, 9220, 8319, 10345, 7957, 10880, 7509, 10771, 8092, 11723, 8165, 11908, 7657, 11147, 7797, 11103, 7736, 11088, 8620, 7587, 9251, 7435, 9938, 7078, 11562, 7698, 11943, 8234, 10929, 8095, 13035, 8662, 12856, 8276, 12167, 9241, 12977, 8829, 10989, 7681, 10069, 7544, 6975, 8414, 7190, 10600, 7796, 11643, 8321, 10169, 9215, 8406, 11871, 8701, 12946, 8773, 11218, 9083, 9726, 10144, 9538, 11989, 8589, 12687, 8230, 12226, 8249, 12909, 9002, 8950, 9899, 7946, 10813, 7295, 11031, 7346, 12405, 7869, 11926, 7794, 12050, 8027, 12164, 8609, 7544, 9681, 7143, 10568, 7452, 10108, 7685, 12111, 8404, 9746, 8656, 9930, 8870, 12870, 9332, 10004, 9868, 7662, 10961, 7788, 10324, 8027, 12013, 8642, 11388, 9150, 7981, 9723, 8552, 10087, 14977, 9270, 13750, 10220, 14375, 9657, 11625, 7913, 10048, 7572, 9457, 6959, 9686, 7655, 11235, 8014, 11002, 7984, 11814, 7951, 11880, 8893, 9115, 9474, 7937, 9774, 7675, 9861, 8373, 11456, 7929, 11883, 7722, 11100, 7600, 12781, 8847, 11949, 8367, 11512, 8338, 11857, 9141, 10115, 10032, 7986, 10143, 7947, 10758, 8092, 10702, 9145, 11160, 8646, 10336, 7325, 9612, 6837, 9982, 7533, 11296, 7741, 12142, 7713, 11188, 7630, 11756, 8257, 13782, 9013, 12364, 8037, 11512, 7663, 11039, 7383, 12144, 8123, 12392, 7840, 11189, 7958, 11888, 7792, 11409, 9072, 8456, 10124, 7917, 10688, 7808, 11214, 8476, 12057, 9469, 11580, 8157, 10037, 7098, 10648, 8063, 11606, 7922, 10808, 7120, 10270, 6846, 11149, 7579, 12073, 7755, 10952, 7324, 10594, 7443, 12767, 8396, 12371, 8199, 11680, 7911, 11411, 9161, 8471, 10398, 7463, 10085, 7517, 10492, 7914, 11814, 8847, 12133, 8025, 11372, 7553, 10743, 7521, 11832, 8046, 11543, 8799, 8718, 8918, 7392, 9269, 7401, 11369, 8153, 8441, 8784, 6772, 8780, 8511, 6876, 10921, 8180, 6553, 10841, 8333, 7276, 9129, 11327, 9694, 11420, 13855, 9833, 9855, 11940, 8861, 15512, 11654, 9137, 12561, 8984, 13657, 9666, 11918, 10044, 7828, 13072, 9446, 7819, 10439, 8212, 11362, 8893, 9125, 10142, 7939, 12809, 8801, 11403, 9070, 10838, 9718, 8175, 12026, 8708, 13232, 8899, 11372, 8529, 8476, 10252, 7757, 11542, 8323, 9678, 8900, 7087, 10337, 8838, 12681, 9674, 7830, 10841, 8223, 12388, 9597, 13448, 11101, 8803, 11805, 8419, 12253, 9163, 11147, 11128, 8662, 12110, 8596, 12450, 9376, 9835, 10649, 7926, 11356, 7777, 11303, 7772, 12624, 9046, 7342, 9921, 7236, 10419, 8101, 11056, 8594, 7892, 10949, 8105, 11583, 8802, 10794, 10216, 8612, 13000, 8643, 13148, 8914, 11330, 9456, 7914, 11394, 7861, 11584, 8600, 11984, 8915, 7783, 10974, 7718, 12084, 8257, 11487, 8716, 8999, 10086, 7384, 11382, 7546, 10885, 7910, 11519, 8026, 10861, 8737, 7483, 9665, 7263, 10417, 7357, 11268, 7965, 12906, 8463, 12302, 8323, 8733, 8551, 7042, 10005, 7752, 11956, 8503, 12205, 8543, 13000, 8719, 14412, 9455, 12222, 8674, 11818, 8733, 11931, 9232, 7605, 10958, 7478, 10162, 7388, 9870, 7419, 11754, 8546, 10218, 9853, 7954, 10397, 7756, 10645, 8327, 10582, 10907, 10844, 7876, 10806, 7505, 10859, 7231, 11081, 7778, 12139, 8348, 9507, 8637, 7278, 8828, 7343, 9534, 7383, 11894, 8628, 11569, 8951, 10967, 9155, 8368, 10494, 7979, 12695, 8753, 12796, 8699, 12392, 8375, 11890, 8036, 12297, 8387, 12003, 8216, 7247, 8247, 7101, 9405, 7316, 10312, 8507, 10433, 9235, 11452, 10168, 9523, 11975, 8323, 12630, 8390, 12435, 8595, 12211, 9491, 8737, 11297, 7703, 12104, 8182, 12323, 8705, 10474, 10876, 7473, 11738, 8404, 12090, 8883, 9758, 11331, 8075, 12650, 8432, 12583, 8684, 13600, 9011, 11260, 9252, 7397, 10031, 7367, 9783, 7603, 11223, 8845, 7515, 9872, 7577, 11045, 7712, 12755, 8396, 14644, 9835, 11542, 9520, 8144, 10851, 7952, 11977, 8147, 10418, 8952, 7559, 10091, 7443, 10657, 7975, 9795, 9382, 7347, 11396, 7814, 11749, 8207, 12300, 8197, 13211, 8827, 7277, 10110, 7297, 10496, 7671, 10707, 8406, 7201, 10322, 7568, 11351, 7886, 12555, 9289, 8868, 10685, 8042, 11708, 8205, 12417, 8719, 11332, 9942, 7705, 10955, 7530, 11855, 7869, 12398, 8202, 13137, 8201, 11132, 8332, 7391, 8838, 6999, 10607, 7402, 11453, 7788, 11598, 7918, 12536, 8296, 12019, 8748, 7598, 8866, 7157, 9189, 7071, 10753, 7548, 10714, 7800, 11256, 8100, 12445, 8520, 11333, 9732, 7690, 11402, 7503, 11179, 7972, 10596, 8348, 7212, 10508, 7480, 11522, 7902, 12000, 8122, 12669, 8806, 11091, 9155, 7383, 10488, 7212, 11037, 7627, 12558, 8965, 10875, 8763, 7557, 10074, 7231, 11321, 7710, 12702, 8082, 10750, 8482, 7087, 9164, 7177, 11067, 7532, 11653, 8017, 11938, 8610, 7589, 10917, 7601, 11744, 7918, 11611, 8149, 12697, 8114, 12103, 8936, 7040, 10660, 7366, 11379, 7478, 11680, 7559, 12154, 8158, 12136, 8273, 9367, 8771, 7781, 10694, 7551, 12468, 8203, 12081, 8447, 11845, 8804, 8616, 11585, 7504, 12181, 8083, 12415, 8372, 11373, 10621, 8394, 12568, 8252, 12713, 8088, 12630, 8531, 11030, 9882, 7330, 11798, 7620, 12001, 8298, 12174, 8069, 11541, 7642, 10956, 7449, 12876, 7524, 8945, 8287, 6946, 9945, 6900, 9681, 7467, 12280, 7891, 11012, 8909, 7368, 10029, 7020, 10810, 7057, 11933, 7828, 11829, 8415, 7967, 9024, 7543, 11794, 7585, 12548, 8171, 12159, 8572, 8719, 10890, 7319, 12519, 7907, 12723, 8056, 13230, 8361, 10481, 8051, 6885, 9820, 6741, 11888, 7178, 10739, 8295, 7501, 11043, 7119, 12116, 7888, 12865, 8960, 13808, 9014, 8540, 9058, 7917, 9834, 7524, 11329, 7639, 8341, 7651, 7022, 9453, 7344, 10269, 7857, 12230, 8395, 10324, 8567, 10067, 8413, 13679, 9715, 15249, 9235, 13468, 7995, 13066, 8221, 13029, 8553, 7987, 7850, 6942, 8832, 7226, 11042, 8101, 8618, 8670, 7913, 9413, 11470, 8777, 13801, 9364, 13205, 9440, 11633, 8319, 9689, 7590, 9321, 7503, 9375, 7368, 10366, 7357, 7080, 6922, 7313, 7868, 7656, 9216, 8061, 12014, 9741, 10815, 8288, 11039, 9516, 14658, 11369, 16016, 10502, 13668, 8542, 13164, 7585, 12412, 8965, 11013, 9485, 9051, 9121, 9421, 9097, 7722, 9086, 7364, 7763, 7239, 7923, 7496, 8557, 7321, 8111, 7317, 10361, 7706, 8768, 7605, 7949, 10859, 7490, 10663, 7651, 11649, 8631, 13673, 9050, 11486, 8592, 9163, 8634, 8259, 11731, 7979, 12187, 8371, 11873, 7812, 11497, 8169, 12156, 8259, 8008, 7296, 7571, 7736, 7603, 9848, 8925, 12087, 9065, 11814, 8451, 11309, 8387, 11266, 8118, 11010, 7760, 10274, 7484, 11014, 8532, 12930, 9135, 7830, 8926, 7676, 10648, 7828, 13535, 9532, 12790, 9227, 13022, 8258, 13020, 9305, 10036, 9298, 7345, 9158, 7450, 9979, 7697, 9852, 7565, 8786, 7473, 10730, 8399, 10229, 7849, 7690, 8624, 7493, 9530, 7779, 9042, 10629, 10557, 12438, 8428, 11715, 7929, 11493, 8304, 12414, 8281, 11157, 7896, 12294, 8312, 10464, 9139, 7403, 10640, 7728, 9984, 7509, 10763, 7963, 10836, 9028, 7324, 9790, 7360, 9844, 7064, 10223, 7494, 11281, 8215, 9261, 8309, 7241, 8789, 8942, 11070, 10517, 11845, 8253, 12137, 8753, 12738, 10604, 12466, 9553, 12484, 8522, 12531, 8018, 11140, 9177, 7421, 10999, 7647, 10659, 7703, 11386, 8669, 12891, 8144, 7373, 7738, 7498, 8951, 7929, 11479, 7582, 9987, 7502, 7724, 7509, 7052, 9170, 7360, 10814, 7676, 10271, 8007, 11032, 9437, 6928, 8818, 7178, 9927, 8650, 7246, 8812, 10513, 12676, 9705, 14712, 9504, 14676, 10322, 15619, 10610, 8661, 11836, 8482, 12038, 9384, 17279, 10648, 9833, 11977, 8145, 11876, 8180, 11574, 8325, 12991, 8110, 11804, 7108, 8088, 7391, 11683, 7354, 7247, 8709, 7363, 11649, 7190, 7240, 7257, 7280, 12610, 9003, 10272, 8409, 7136, 9409, 8345, 12187, 9363, 14153, 9305, 9029, 9321, 9077, 12730, 9383, 15237, 8397, 8037, 9926, 8326, 14509, 8503, 7984, 9037, 7182, 10543, 8827, 14138, 8902, 7239, 9277, 7161, 9758, 8909, 13342, 9711, 7801, 10031, 7291, 10590, 8786, 12457, 9360, 8668, 11335, 7573, 10882, 8537, 12292, 9058, 10071, 8718, 7089, 10552, 7824, 11712, 8385, 11459, 7674, 8419, 9458, 7133, 9386, 7368, 9020, 8541, 11413, 7871, 7089, 9249, 7717, 9828, 9081, 11476, 9712, 10335, 8300, 7052, 8787, 7046, 9730, 7741, 11093, 9323, 8531, 8097, 7160, 7885, 7364, 10232, 7982, 10574, 8757, 11473, 8901, 7471, 9163, 7591, 8031, 7946, 6969, 9281, 8200, 12116, 9834, 10956, 9251, 7419, 11254, 8735, 16304, 10578, 9428, 10197, 8298, 11208, 10428, 10892, 8236, 10006, 7144, 8935, 7291, 8268, 7302, 9401, 7855, 6772, 7315, 7012, 8773, 8834, 13997, 10650, 10319, 9779, 7622, 10096, 8558, 11125, 8564, 12167, 9049, 11533, 8488, 10640, 8007, 11667, 9230, 6914, 8132, 6938, 8903, 7930, 12866, 9067, 8771, 10574, 7809, 10904, 7843, 13434, 9100, 12196, 8472, 8109, 8550, 7524, 10119, 7406, 10215], 'WindowCenter': [4338.0, 4258.0, 4302.0, 4238.0, 4263.0, 4212.0, 4229.0, 4218.0, 4187.0, 4228.0, 4186.0, 4236.0, 4173.0, 4213.0, 4175.0, 4222.0, 4184.0, 4234.0, 4196.0, 4184.0, 4196.0, 4176.0, 4216.0, 4177.0, 4236.0, 4186.0, 4235.0, 4195.0, 4234.0, 4196.0, 4225.0, 4194.0, 4183.0, 4203.0, 4170.0, 4200.0, 4172.0, 4214.0, 4164.0, 4222.0, 4173.0, 4202.0, 4173.0, 4182.0, 4182.0, 4174.0, 4195.0, 4174.0, 4226.0, 4175.0, 4225.0, 4164.0, 4223.0, 4173.0, 4224.0, 4174.0, 4234.0, 4184.0, 4223.0, 4173.0, 4213.0, 4173.0, 4201.0, 4163.0, 4213.0, 4174.0, 4235.0, 4186.0, 4214.0, 4186.0, 4176.0, 4196.0, 4177.0, 4229.0, 4188.0, 4240.0, 4209.0, 4208.0, 4206.0, 4197.0, 4227.0, 4205.0, 4236.0, 4195.0, 4224.0, 4173.0, 4223.0, 4185.0, 4224.0, 4185.0, 4214.0, 4204.0, 4183.0, 4204.0, 4173.0, 4213.0, 4162.0, 4213.0, 4173.0, 4223.0, 4185.0, 4223.0, 4174.0, 4213.0, 4174.0, 4214.0, 4174.0, 4225.0, 4195.0, 4174.0, 4205.0, 4176.0, 4217.0, 4166.0, 4227.0, 4187.0, 4226.0, 4197.0, 4216.0, 4187.0, 4235.0, 4196.0, 4225.0, 4186.0, 4224.0, 4194.0, 4222.0, 4194.0, 4212.0, 4173.0, 4203.0, 4175.0, 4175.0, 4198.0, 4179.0, 4230.0, 4201.0, 4240.0, 4200.0, 4229.0, 4208.0, 4198.0, 4240.0, 4199.0, 4238.0, 4198.0, 4227.0, 4207.0, 4207.0, 4217.0, 4206.0, 4226.0, 4196.0, 4235.0, 4185.0, 4223.0, 4184.0, 4234.0, 4196.0, 4194.0, 4205.0, 4173.0, 4213.0, 4163.0, 4213.0, 4163.0, 4223.0, 4174.0, 4223.0, 4174.0, 4224.0, 4186.0, 4226.0, 4195.0, 4174.0, 4206.0, 4167.0, 4216.0, 4188.0, 4219.0, 4188.0, 4239.0, 4199.0, 4218.0, 4199.0, 4218.0, 4210.0, 4238.0, 4207.0, 4206.0, 4216.0, 4176.0, 4214.0, 4186.0, 4215.0, 4189.0, 4238.0, 4198.0, 4239.0, 4209.0, 4187.0, 4206.0, 4184.0, 4215.0, 4244.0, 4194.0, 4234.0, 4203.0, 4232.0, 4192.0, 4211.0, 4161.0, 4189.0, 4161.0, 4190.0, 4152.0, 4193.0, 4174.0, 4213.0, 4186.0, 4213.0, 4185.0, 4237.0, 4199.0, 4226.0, 4196.0, 4195.0, 4206.0, 4185.0, 4206.0, 4176.0, 4206.0, 4185.0, 4225.0, 4185.0, 4225.0, 4186.0, 4226.0, 4186.0, 4237.0, 4207.0, 4237.0, 4197.0, 4227.0, 4198.0, 4237.0, 4207.0, 4216.0, 4217.0, 4186.0, 4216.0, 4185.0, 4226.0, 4174.0, 4214.0, 4195.0, 4215.0, 4194.0, 4214.0, 4163.0, 4202.0, 4152.0, 4214.0, 4187.0, 4226.0, 4187.0, 4235.0, 4186.0, 4225.0, 4187.0, 4224.0, 4198.0, 4248.0, 4208.0, 4237.0, 4186.0, 4225.0, 4175.0, 4213.0, 4163.0, 4234.0, 4186.0, 4234.0, 4188.0, 4225.0, 4187.0, 4238.0, 4187.0, 4237.0, 4209.0, 4197.0, 4228.0, 4186.0, 4218.0, 4186.0, 4226.0, 4184.0, 4238.0, 4207.0, 4227.0, 4184.0, 4201.0, 4150.0, 4215.0, 4175.0, 4224.0, 4186.0, 4215.0, 4163.0, 4214.0, 4152.0, 4226.0, 4185.0, 4236.0, 4174.0, 4215.0, 4177.0, 4216.0, 4175.0, 4237.0, 4196.0, 4233.0, 4195.0, 4226.0, 4187.0, 4226.0, 4207.0, 4196.0, 4231.0, 4177.0, 4217.0, 4174.0, 4215.0, 4185.0, 4227.0, 4194.0, 4237.0, 4185.0, 4222.0, 4175.0, 4213.0, 4184.0, 4225.0, 4186.0, 4227.0, 4197.0, 4197.0, 4211.0, 4179.0, 4221.0, 4188.0, 4239.0, 4198.0, 4208.0, 4210.0, 4193.0, 4210.0, 4223.0, 4205.0, 4256.0, 4213.0, 4185.0, 4254.0, 4213.0, 4191.0, 4248.0, 4268.0, 4234.0, 4241.0, 4261.0, 4218.0, 4206.0, 4238.0, 4209.0, 4247.0, 4227.0, 4196.0, 4226.0, 4184.0, 4234.0, 4193.0, 4212.0, 4192.0, 4161.0, 4223.0, 4205.0, 4174.0, 4215.0, 4184.0, 4213.0, 4194.0, 4194.0, 4204.0, 4175.0, 4233.0, 4195.0, 4214.0, 4194.0, 4211.0, 4205.0, 4184.0, 4225.0, 4184.0, 4234.0, 4195.0, 4226.0, 4196.0, 4187.0, 4215.0, 4176.0, 4226.0, 4197.0, 4206.0, 4196.0, 4167.0, 4218.0, 4209.0, 4249.0, 4218.0, 4175.0, 4227.0, 4188.0, 4239.0, 4207.0, 4248.0, 4228.0, 4196.0, 4236.0, 4196.0, 4236.0, 4208.0, 4227.0, 4226.0, 4197.0, 4235.0, 4196.0, 4237.0, 4207.0, 4205.0, 4227.0, 4185.0, 4213.0, 4172.0, 4212.0, 4174.0, 4224.0, 4193.0, 4165.0, 4204.0, 4174.0, 4213.0, 4185.0, 4227.0, 4197.0, 4187.0, 4227.0, 4186.0, 4226.0, 4196.0, 4226.0, 4217.0, 4183.0, 4236.0, 4185.0, 4224.0, 4194.0, 4215.0, 4203.0, 4172.0, 4212.0, 4173.0, 4213.0, 4183.0, 4224.0, 4195.0, 4162.0, 4213.0, 4163.0, 4223.0, 4172.0, 4211.0, 4184.0, 4182.0, 4203.0, 4162.0, 4212.0, 4173.0, 4213.0, 4175.0, 4215.0, 4174.0, 4213.0, 4184.0, 4164.0, 4203.0, 4162.0, 4214.0, 4176.0, 4216.0, 4186.0, 4225.0, 4184.0, 4224.0, 4184.0, 4184.0, 4183.0, 4166.0, 4205.0, 4177.0, 4226.0, 4197.0, 4225.0, 4196.0, 4236.0, 4186.0, 4233.0, 4193.0, 4213.0, 4183.0, 4212.0, 4182.0, 4212.0, 4192.0, 4162.0, 4213.0, 4163.0, 4204.0, 4164.0, 4203.0, 4175.0, 4226.0, 4196.0, 4216.0, 4205.0, 4174.0, 4216.0, 4174.0, 4214.0, 4183.0, 4204.0, 4202.0, 4202.0, 4173.0, 4213.0, 4160.0, 4200.0, 4160.0, 4212.0, 4161.0, 4213.0, 4181.0, 4192.0, 4183.0, 4162.0, 4194.0, 4163.0, 4205.0, 4164.0, 4225.0, 4198.0, 4225.0, 4196.0, 4214.0, 4193.0, 4184.0, 4215.0, 4174.0, 4235.0, 4195.0, 4234.0, 4193.0, 4223.0, 4173.0, 4212.0, 4172.0, 4222.0, 4184.0, 4222.0, 4183.0, 4173.0, 4196.0, 4175.0, 4205.0, 4177.0, 4217.0, 4209.0, 4227.0, 4209.0, 4227.0, 4219.0, 4206.0, 4227.0, 4184.0, 4237.0, 4186.0, 4224.0, 4197.0, 4226.0, 4206.0, 4196.0, 4225.0, 4174.0, 4224.0, 4187.0, 4236.0, 4196.0, 4215.0, 4216.0, 4174.0, 4224.0, 4185.0, 4236.0, 4208.0, 4205.0, 4225.0, 4184.0, 4222.0, 4185.0, 4223.0, 4195.0, 4235.0, 4194.0, 4213.0, 4192.0, 4162.0, 4202.0, 4164.0, 4205.0, 4176.0, 4226.0, 4206.0, 4176.0, 4217.0, 4176.0, 4228.0, 4177.0, 4235.0, 4185.0, 4244.0, 4206.0, 4214.0, 4193.0, 4172.0, 4202.0, 4172.0, 4223.0, 4174.0, 4202.0, 4194.0, 4173.0, 4203.0, 4164.0, 4214.0, 4185.0, 4205.0, 4196.0, 4175.0, 4225.0, 4175.0, 4224.0, 4183.0, 4223.0, 4184.0, 4224.0, 4192.0, 4163.0, 4203.0, 4163.0, 4212.0, 4175.0, 4212.0, 4184.0, 4174.0, 4215.0, 4187.0, 4225.0, 4186.0, 4236.0, 4204.0, 4195.0, 4215.0, 4175.0, 4223.0, 4185.0, 4223.0, 4194.0, 4214.0, 4204.0, 4172.0, 4212.0, 4161.0, 4210.0, 4170.0, 4223.0, 4171.0, 4221.0, 4171.0, 4211.0, 4171.0, 4160.0, 4193.0, 4153.0, 4203.0, 4162.0, 4212.0, 4173.0, 4211.0, 4173.0, 4222.0, 4172.0, 4211.0, 4181.0, 4160.0, 4181.0, 4149.0, 4193.0, 4163.0, 4213.0, 4174.0, 4203.0, 4174.0, 4213.0, 4174.0, 4222.0, 4183.0, 4214.0, 4195.0, 4173.0, 4224.0, 4164.0, 4213.0, 4184.0, 4215.0, 4185.0, 4175.0, 4216.0, 4176.0, 4225.0, 4184.0, 4224.0, 4184.0, 4235.0, 4195.0, 4215.0, 4193.0, 4163.0, 4214.0, 4163.0, 4214.0, 4175.0, 4224.0, 4195.0, 4215.0, 4194.0, 4173.0, 4204.0, 4163.0, 4214.0, 4172.0, 4222.0, 4184.0, 4214.0, 4194.0, 4165.0, 4204.0, 4165.0, 4225.0, 4186.0, 4226.0, 4185.0, 4237.0, 4197.0, 4186.0, 4227.0, 4187.0, 4236.0, 4187.0, 4226.0, 4187.0, 4235.0, 4188.0, 4237.0, 4196.0, 4166.0, 4227.0, 4176.0, 4238.0, 4177.0, 4236.0, 4188.0, 4236.0, 4186.0, 4238.0, 4197.0, 4207.0, 4197.0, 4187.0, 4227.0, 4187.0, 4236.0, 4198.0, 4237.0, 4187.0, 4237.0, 4198.0, 4197.0, 4226.0, 4176.0, 4235.0, 4186.0, 4236.0, 4197.0, 4227.0, 4218.0, 4186.0, 4236.0, 4184.0, 4224.0, 4176.0, 4225.0, 4184.0, 4215.0, 4203.0, 4163.0, 4224.0, 4162.0, 4223.0, 4171.0, 4212.0, 4171.0, 4198.0, 4156.0, 4198.0, 4159.0, 4220.0, 4161.0, 4182.0, 4181.0, 4162.0, 4204.0, 4164.0, 4203.0, 4174.0, 4226.0, 4185.0, 4215.0, 4194.0, 4163.0, 4202.0, 4164.0, 4215.0, 4164.0, 4224.0, 4174.0, 4224.0, 4195.0, 4187.0, 4196.0, 4177.0, 4225.0, 4175.0, 4235.0, 4186.0, 4226.0, 4195.0, 4185.0, 4217.0, 4177.0, 4235.0, 4188.0, 4237.0, 4187.0, 4236.0, 4184.0, 4215.0, 4174.0, 4165.0, 4203.0, 4154.0, 4236.0, 4179.0, 4228.0, 4197.0, 4178.0, 4228.0, 4180.0, 4240.0, 4190.0, 4236.0, 4198.0, 4247.0, 4196.0, 4184.0, 4195.0, 4174.0, 4206.0, 4175.0, 4213.0, 4176.0, 4185.0, 4176.0, 4164.0, 4206.0, 4177.0, 4218.0, 4185.0, 4226.0, 4188.0, 4216.0, 4197.0, 4207.0, 4184.0, 4236.0, 4194.0, 4244.0, 4193.0, 4221.0, 4160.0, 4220.0, 4173.0, 4221.0, 4179.0, 4158.0, 4170.0, 4162.0, 4193.0, 4175.0, 4227.0, 4188.0, 4198.0, 4198.0, 4188.0, 4208.0, 4227.0, 4196.0, 4237.0, 4195.0, 4224.0, 4207.0, 4224.0, 4183.0, 4189.0, 4161.0, 4178.0, 4163.0, 4193.0, 4174.0, 4214.0, 4175.0, 4165.0, 4165.0, 4177.0, 4196.0, 4190.0, 4220.0, 4201.0, 4250.0, 4221.0, 4230.0, 4200.0, 4218.0, 4207.0, 4243.0, 4225.0, 4245.0, 4203.0, 4220.0, 4170.0, 4221.0, 4159.0, 4207.0, 4180.0, 4211.0, 4190.0, 4165.0, 4178.0, 4190.0, 4178.0, 4159.0, 4176.0, 4146.0, 4159.0, 4149.0, 4170.0, 4172.0, 4181.0, 4161.0, 4172.0, 4173.0, 4214.0, 4187.0, 4207.0, 4188.0, 4200.0, 4242.0, 4177.0, 4217.0, 4190.0, 4240.0, 4198.0, 4246.0, 4197.0, 4226.0, 4197.0, 4205.0, 4196.0, 4187.0, 4236.0, 4182.0, 4251.0, 4198.0, 4226.0, 4174.0, 4213.0, 4183.0, 4224.0, 4183.0, 4183.0, 4174.0, 4186.0, 4188.0, 4200.0, 4217.0, 4210.0, 4252.0, 4221.0, 4238.0, 4199.0, 4227.0, 4186.0, 4215.0, 4174.0, 4212.0, 4172.0, 4201.0, 4162.0, 4213.0, 4196.0, 4234.0, 4205.0, 4172.0, 4192.0, 4173.0, 4201.0, 4173.0, 4233.0, 4193.0, 4222.0, 4194.0, 4232.0, 4171.0, 4219.0, 4180.0, 4188.0, 4179.0, 4147.0, 4190.0, 4161.0, 4189.0, 4162.0, 4187.0, 4159.0, 4167.0, 4161.0, 4211.0, 4183.0, 4214.0, 4184.0, 4186.0, 4207.0, 4189.0, 4233.0, 4201.0, 4211.0, 4229.0, 4231.0, 4250.0, 4198.0, 4226.0, 4188.0, 4227.0, 4186.0, 4234.0, 4186.0, 4224.0, 4185.0, 4224.0, 4185.0, 4215.0, 4205.0, 4176.0, 4227.0, 4189.0, 4216.0, 4177.0, 4239.0, 4201.0, 4229.0, 4208.0, 4178.0, 4229.0, 4187.0, 4218.0, 4177.0, 4228.0, 4189.0, 4239.0, 4211.0, 4220.0, 4211.0, 4190.0, 4211.0, 4211.0, 4241.0, 4229.0, 4239.0, 4198.0, 4226.0, 4197.0, 4236.0, 4204.0, 4224.0, 4205.0, 4222.0, 4181.0, 4222.0, 4173.0, 4212.0, 4192.0, 4161.0, 4213.0, 4175.0, 4213.0, 4174.0, 4224.0, 4195.0, 4234.0, 4172.0, 4163.0, 4173.0, 4177.0, 4207.0, 4187.0, 4237.0, 4188.0, 4216.0, 4176.0, 4184.0, 4187.0, 4179.0, 4209.0, 4189.0, 4238.0, 4200.0, 4242.0, 4227.0, 4241.0, 4222.0, 4190.0, 4220.0, 4193.0, 4233.0, 4212.0, 4193.0, 4223.0, 4242.0, 4264.0, 4223.0, 4262.0, 4223.0, 4258.0, 4221.0, 4258.0, 4216.0, 4184.0, 4223.0, 4184.0, 4224.0, 4194.0, 4253.0, 4203.0, 4191.0, 4225.0, 4172.0, 4211.0, 4171.0, 4210.0, 4171.0, 4218.0, 4157.0, 4209.0, 4150.0, 4170.0, 4160.0, 4222.0, 4161.0, 4162.0, 4181.0, 4172.0, 4222.0, 4163.0, 4174.0, 4174.0, 4187.0, 4248.0, 4221.0, 4229.0, 4209.0, 4177.0, 4220.0, 4198.0, 4238.0, 4208.0, 4247.0, 4206.0, 4194.0, 4205.0, 4195.0, 4236.0, 4205.0, 4255.0, 4185.0, 4173.0, 4204.0, 4182.0, 4243.0, 4184.0, 4173.0, 4192.0, 4163.0, 4212.0, 4194.0, 4245.0, 4192.0, 4162.0, 4192.0, 4163.0, 4190.0, 4193.0, 4233.0, 4203.0, 4175.0, 4204.0, 4163.0, 4214.0, 4195.0, 4224.0, 4193.0, 4182.0, 4213.0, 4173.0, 4212.0, 4181.0, 4221.0, 4192.0, 4202.0, 4181.0, 4151.0, 4201.0, 4173.0, 4220.0, 4185.0, 4226.0, 4173.0, 4184.0, 4203.0, 4163.0, 4192.0, 4162.0, 4193.0, 4196.0, 4227.0, 4184.0, 4166.0, 4208.0, 4188.0, 4217.0, 4210.0, 4238.0, 4219.0, 4217.0, 4197.0, 4166.0, 4196.0, 4165.0, 4206.0, 4188.0, 4227.0, 4209.0, 4209.0, 4199.0, 4179.0, 4198.0, 4190.0, 4230.0, 4200.0, 4229.0, 4210.0, 4240.0, 4221.0, 4190.0, 4220.0, 4190.0, 4209.0, 4212.0, 4191.0, 4220.0, 4211.0, 4252.0, 4232.0, 4241.0, 4221.0, 4188.0, 4240.0, 4200.0, 4268.0, 4227.0, 4207.0, 4217.0, 4186.0, 4227.0, 4217.0, 4213.0, 4171.0, 4192.0, 4149.0, 4180.0, 4161.0, 4182.0, 4163.0, 4192.0, 4183.0, 4167.0, 4185.0, 4177.0, 4206.0, 4220.0, 4260.0, 4230.0, 4228.0, 4218.0, 4186.0, 4216.0, 4196.0, 4226.0, 4184.0, 4224.0, 4193.0, 4211.0, 4181.0, 4201.0, 4172.0, 4210.0, 4191.0, 4150.0, 4169.0, 4162.0, 4191.0, 4185.0, 4233.0, 4192.0, 4194.0, 4215.0, 4173.0, 4211.0, 4184.0, 4233.0, 4194.0, 4223.0, 4184.0, 4171.0, 4182.0, 4173.0, 4215.0, 4161.0, 4201.0], 'WindowWidth': [9588.0, 9457.0, 9500.0, 9404.0, 9427.0, 9355.0, 9373.0, 9357.0, 9311.0, 9365.0, 9308.0, 9371.0, 9286.0, 9336.0, 9292.0, 9350.0, 9304.0, 9367.0, 9320.0, 9302.0, 9319.0, 9298.0, 9350.0, 9298.0, 9375.0, 9307.0, 9371.0, 9320.0, 9369.0, 9321.0, 9356.0, 9315.0, 9297.0, 9325.0, 9276.0, 9317.0, 9282.0, 9340.0, 9275.0, 9348.0, 9285.0, 9323.0, 9284.0, 9295.0, 9295.0, 9290.0, 9318.0, 9290.0, 9359.0, 9292.0, 9356.0, 9274.0, 9351.0, 9286.0, 9353.0, 9289.0, 9366.0, 9302.0, 9349.0, 9286.0, 9335.0, 9285.0, 9319.0, 9273.0, 9336.0, 9289.0, 9371.0, 9308.0, 9343.0, 9306.0, 9293.0, 9320.0, 9298.0, 9367.0, 9316.0, 9384.0, 9343.0, 9340.0, 9336.0, 9324.0, 9363.0, 9331.0, 9374.0, 9315.0, 9353.0, 9286.0, 9349.0, 9303.0, 9354.0, 9305.0, 9341.0, 9329.0, 9299.0, 9326.0, 9284.0, 9337.0, 9270.0, 9338.0, 9283.0, 9351.0, 9303.0, 9352.0, 9288.0, 9336.0, 9290.0, 9340.0, 9289.0, 9356.0, 9318.0, 9290.0, 9332.0, 9294.0, 9350.0, 9283.0, 9363.0, 9310.0, 9360.0, 9324.0, 9346.0, 9310.0, 9371.0, 9319.0, 9356.0, 9306.0, 9354.0, 9312.0, 9348.0, 9314.0, 9334.0, 9286.0, 9325.0, 9291.0, 9295.0, 9328.0, 9304.0, 9374.0, 9338.0, 9386.0, 9335.0, 9370.0, 9341.0, 9326.0, 9385.0, 9328.0, 9380.0, 9326.0, 9362.0, 9337.0, 9337.0, 9350.0, 9334.0, 9362.0, 9320.0, 9370.0, 9304.0, 9351.0, 9303.0, 9368.0, 9319.0, 9313.0, 9328.0, 9284.0, 9337.0, 9271.0, 9339.0, 9273.0, 9352.0, 9288.0, 9352.0, 9289.0, 9353.0, 9308.0, 9360.0, 9318.0, 9289.0, 9334.0, 9284.0, 9347.0, 9315.0, 9355.0, 9316.0, 9382.0, 9331.0, 9354.0, 9329.0, 9353.0, 9344.0, 9380.0, 9337.0, 9334.0, 9347.0, 9295.0, 9341.0, 9308.0, 9345.0, 9316.0, 9380.0, 9329.0, 9381.0, 9341.0, 9311.0, 9335.0, 9301.0, 9343.0, 9383.0, 9314.0, 9367.0, 9323.0, 9361.0, 9307.0, 9329.0, 9264.0, 9297.0, 9263.0, 9301.0, 9256.0, 9310.0, 9290.0, 9339.0, 9307.0, 9340.0, 9306.0, 9377.0, 9331.0, 9360.0, 9323.0, 9319.0, 9335.0, 9305.0, 9333.0, 9295.0, 9335.0, 9305.0, 9360.0, 9307.0, 9359.0, 9309.0, 9362.0, 9310.0, 9377.0, 9339.0, 9377.0, 9324.0, 9363.0, 9328.0, 9378.0, 9339.0, 9348.0, 9352.0, 9307.0, 9349.0, 9305.0, 9360.0, 9288.0, 9342.0, 9316.0, 9345.0, 9317.0, 9344.0, 9274.0, 9324.0, 9260.0, 9344.0, 9311.0, 9364.0, 9312.0, 9375.0, 9310.0, 9359.0, 9312.0, 9358.0, 9327.0, 9394.0, 9341.0, 9376.0, 9308.0, 9356.0, 9291.0, 9339.0, 9275.0, 9368.0, 9308.0, 9371.0, 9314.0, 9361.0, 9312.0, 9381.0, 9313.0, 9379.0, 9345.0, 9326.0, 9368.0, 9310.0, 9352.0, 9310.0, 9362.0, 9305.0, 9380.0, 9335.0, 9363.0, 9302.0, 9322.0, 9252.0, 9342.0, 9290.0, 9356.0, 9307.0, 9345.0, 9274.0, 9342.0, 9261.0, 9361.0, 9307.0, 9375.0, 9293.0, 9343.0, 9297.0, 9347.0, 9296.0, 9377.0, 9323.0, 9369.0, 9321.0, 9361.0, 9311.0, 9362.0, 9338.0, 9323.0, 9377.0, 9298.0, 9350.0, 9289.0, 9347.0, 9307.0, 9363.0, 9317.0, 9376.0, 9305.0, 9349.0, 9291.0, 9340.0, 9305.0, 9359.0, 9311.0, 9364.0, 9326.0, 9327.0, 9350.0, 9305.0, 9364.0, 9318.0, 9386.0, 9327.0, 9346.0, 9349.0, 9334.0, 9350.0, 9373.0, 9355.0, 9418.0, 9358.0, 9322.0, 9413.0, 9357.0, 9325.0, 9413.0, 9438.0, 9386.0, 9389.0, 9413.0, 9349.0, 9332.0, 9376.0, 9339.0, 9390.0, 9361.0, 9317.0, 9356.0, 9298.0, 9361.0, 9306.0, 9332.0, 9305.0, 9265.0, 9350.0, 9327.0, 9286.0, 9339.0, 9297.0, 9335.0, 9312.0, 9313.0, 9325.0, 9287.0, 9363.0, 9315.0, 9338.0, 9311.0, 9331.0, 9326.0, 9297.0, 9353.0, 9300.0, 9366.0, 9317.0, 9356.0, 9320.0, 9307.0, 9341.0, 9292.0, 9360.0, 9322.0, 9331.0, 9319.0, 9284.0, 9351.0, 9343.0, 9395.0, 9353.0, 9291.0, 9362.0, 9310.0, 9378.0, 9335.0, 9392.0, 9365.0, 9321.0, 9373.0, 9320.0, 9373.0, 9338.0, 9361.0, 9359.0, 9321.0, 9370.0, 9320.0, 9376.0, 9338.0, 9331.0, 9363.0, 9303.0, 9337.0, 9281.0, 9333.0, 9286.0, 9352.0, 9312.0, 9276.0, 9328.0, 9289.0, 9338.0, 9304.0, 9361.0, 9322.0, 9307.0, 9361.0, 9307.0, 9357.0, 9320.0, 9360.0, 9348.0, 9299.0, 9372.0, 9301.0, 9351.0, 9312.0, 9341.0, 9325.0, 9282.0, 9334.0, 9284.0, 9334.0, 9296.0, 9351.0, 9314.0, 9267.0, 9335.0, 9270.0, 9347.0, 9281.0, 9331.0, 9300.0, 9295.0, 9323.0, 9267.0, 9333.0, 9285.0, 9335.0, 9289.0, 9341.0, 9288.0, 9336.0, 9300.0, 9272.0, 9324.0, 9268.0, 9339.0, 9292.0, 9346.0, 9305.0, 9354.0, 9300.0, 9352.0, 9299.0, 9298.0, 9298.0, 9279.0, 9331.0, 9295.0, 9360.0, 9323.0, 9357.0, 9319.0, 9371.0, 9306.0, 9364.0, 9310.0, 9333.0, 9293.0, 9329.0, 9293.0, 9333.0, 9307.0, 9267.0, 9336.0, 9272.0, 9324.0, 9275.0, 9323.0, 9293.0, 9359.0, 9320.0, 9346.0, 9331.0, 9289.0, 9345.0, 9285.0, 9339.0, 9295.0, 9325.0, 9321.0, 9321.0, 9281.0, 9335.0, 9262.0, 9314.0, 9263.0, 9333.0, 9265.0, 9333.0, 9292.0, 9309.0, 9298.0, 9268.0, 9313.0, 9273.0, 9330.0, 9276.0, 9356.0, 9326.0, 9358.0, 9320.0, 9340.0, 9312.0, 9302.0, 9343.0, 9286.0, 9368.0, 9318.0, 9368.0, 9313.0, 9351.0, 9283.0, 9333.0, 9280.0, 9348.0, 9299.0, 9348.0, 9298.0, 9286.0, 9319.0, 9293.0, 9332.0, 9298.0, 9351.0, 9342.0, 9363.0, 9341.0, 9362.0, 9352.0, 9332.0, 9361.0, 9301.0, 9373.0, 9306.0, 9353.0, 9322.0, 9359.0, 9332.0, 9319.0, 9357.0, 9288.0, 9353.0, 9308.0, 9373.0, 9321.0, 9343.0, 9345.0, 9289.0, 9353.0, 9304.0, 9374.0, 9339.0, 9330.0, 9357.0, 9301.0, 9348.0, 9301.0, 9348.0, 9316.0, 9367.0, 9313.0, 9336.0, 9308.0, 9268.0, 9320.0, 9274.0, 9331.0, 9294.0, 9359.0, 9335.0, 9294.0, 9348.0, 9293.0, 9363.0, 9296.0, 9370.0, 9304.0, 9383.0, 9331.0, 9338.0, 9309.0, 9279.0, 9319.0, 9279.0, 9349.0, 9287.0, 9321.0, 9313.0, 9285.0, 9325.0, 9275.0, 9340.0, 9305.0, 9331.0, 9319.0, 9290.0, 9356.0, 9290.0, 9352.0, 9298.0, 9351.0, 9299.0, 9350.0, 9308.0, 9270.0, 9324.0, 9271.0, 9334.0, 9290.0, 9337.0, 9301.0, 9288.0, 9344.0, 9309.0, 9356.0, 9308.0, 9372.0, 9329.0, 9316.0, 9343.0, 9288.0, 9351.0, 9303.0, 9351.0, 9314.0, 9339.0, 9326.0, 9281.0, 9334.0, 9265.0, 9330.0, 9275.0, 9347.0, 9277.0, 9343.0, 9280.0, 9330.0, 9278.0, 9263.0, 9310.0, 9259.0, 9323.0, 9268.0, 9332.0, 9284.0, 9331.0, 9284.0, 9348.0, 9281.0, 9330.0, 9291.0, 9260.0, 9290.0, 9249.0, 9310.0, 9273.0, 9337.0, 9287.0, 9323.0, 9286.0, 9335.0, 9286.0, 9349.0, 9299.0, 9337.0, 9314.0, 9285.0, 9352.0, 9274.0, 9338.0, 9302.0, 9344.0, 9304.0, 9290.0, 9346.0, 9294.0, 9357.0, 9303.0, 9354.0, 9303.0, 9369.0, 9316.0, 9342.0, 9310.0, 9271.0, 9338.0, 9272.0, 9339.0, 9290.0, 9354.0, 9317.0, 9341.0, 9314.0, 9284.0, 9328.0, 9273.0, 9338.0, 9283.0, 9349.0, 9302.0, 9341.0, 9314.0, 9278.0, 9328.0, 9278.0, 9358.0, 9308.0, 9359.0, 9306.0, 9375.0, 9323.0, 9307.0, 9364.0, 9310.0, 9373.0, 9310.0, 9359.0, 9309.0, 9372.0, 9313.0, 9374.0, 9320.0, 9283.0, 9361.0, 9296.0, 9380.0, 9296.0, 9375.0, 9314.0, 9372.0, 9309.0, 9378.0, 9322.0, 9334.0, 9323.0, 9310.0, 9362.0, 9309.0, 9373.0, 9326.0, 9376.0, 9310.0, 9375.0, 9326.0, 9322.0, 9360.0, 9295.0, 9370.0, 9307.0, 9372.0, 9324.0, 9361.0, 9350.0, 9306.0, 9371.0, 9301.0, 9352.0, 9292.0, 9354.0, 9301.0, 9340.0, 9325.0, 9270.0, 9353.0, 9267.0, 9350.0, 9279.0, 9332.0, 9276.0, 9307.0, 9253.0, 9306.0, 9259.0, 9341.0, 9265.0, 9293.0, 9293.0, 9270.0, 9325.0, 9275.0, 9325.0, 9291.0, 9359.0, 9306.0, 9342.0, 9315.0, 9272.0, 9323.0, 9275.0, 9342.0, 9275.0, 9355.0, 9291.0, 9356.0, 9320.0, 9308.0, 9320.0, 9294.0, 9357.0, 9291.0, 9369.0, 9309.0, 9359.0, 9317.0, 9303.0, 9347.0, 9298.0, 9371.0, 9315.0, 9377.0, 9309.0, 9371.0, 9302.0, 9341.0, 9288.0, 9278.0, 9324.0, 9264.0, 9373.0, 9302.0, 9366.0, 9326.0, 9300.0, 9367.0, 9305.0, 9384.0, 9317.0, 9374.0, 9326.0, 9389.0, 9320.0, 9301.0, 9314.0, 9287.0, 9332.0, 9290.0, 9339.0, 9293.0, 9305.0, 9293.0, 9277.0, 9333.0, 9298.0, 9351.0, 9307.0, 9362.0, 9312.0, 9346.0, 9322.0, 9335.0, 9303.0, 9372.0, 9314.0, 9378.0, 9310.0, 9343.0, 9261.0, 9341.0, 9283.0, 9343.0, 9288.0, 9259.0, 9278.0, 9269.0, 9312.0, 9294.0, 9364.0, 9314.0, 9326.0, 9329.0, 9314.0, 9341.0, 9362.0, 9319.0, 9376.0, 9318.0, 9353.0, 9335.0, 9356.0, 9297.0, 9300.0, 9265.0, 9283.0, 9271.0, 9311.0, 9291.0, 9341.0, 9293.0, 9280.0, 9281.0, 9298.0, 9324.0, 9321.0, 9360.0, 9336.0, 9402.0, 9365.0, 9373.0, 9333.0, 9350.0, 9336.0, 9380.0, 9358.0, 9384.0, 9324.0, 9341.0, 9276.0, 9342.0, 9260.0, 9322.0, 9291.0, 9334.0, 9301.0, 9263.0, 9283.0, 9306.0, 9284.0, 9261.0, 9279.0, 9240.0, 9258.0, 9246.0, 9278.0, 9286.0, 9295.0, 9269.0, 9284.0, 9289.0, 9344.0, 9311.0, 9340.0, 9316.0, 9337.0, 9394.0, 9299.0, 9350.0, 9323.0, 9386.0, 9328.0, 9389.0, 9324.0, 9361.0, 9326.0, 9333.0, 9323.0, 9310.0, 9375.0, 9299.0, 9404.0, 9329.0, 9360.0, 9290.0, 9338.0, 9299.0, 9354.0, 9301.0, 9301.0, 9291.0, 9310.0, 9315.0, 9337.0, 9353.0, 9347.0, 9408.0, 9364.0, 9381.0, 9330.0, 9365.0, 9307.0, 9343.0, 9288.0, 9335.0, 9283.0, 9320.0, 9272.0, 9339.0, 9319.0, 9370.0, 9331.0, 9285.0, 9310.0, 9286.0, 9321.0, 9285.0, 9366.0, 9310.0, 9348.0, 9318.0, 9362.0, 9280.0, 9338.0, 9289.0, 9295.0, 9285.0, 9241.0, 9304.0, 9268.0, 9300.0, 9268.0, 9294.0, 9261.0, 9270.0, 9267.0, 9334.0, 9301.0, 9343.0, 9304.0, 9314.0, 9340.0, 9321.0, 9384.0, 9339.0, 9350.0, 9374.0, 9376.0, 9402.0, 9328.0, 9360.0, 9314.0, 9365.0, 9309.0, 9368.0, 9308.0, 9356.0, 9306.0, 9354.0, 9305.0, 9344.0, 9333.0, 9295.0, 9368.0, 9321.0, 9350.0, 9300.0, 9386.0, 9338.0, 9369.0, 9341.0, 9302.0, 9371.0, 9315.0, 9355.0, 9303.0, 9367.0, 9318.0, 9386.0, 9351.0, 9363.0, 9351.0, 9322.0, 9350.0, 9349.0, 9391.0, 9372.0, 9384.0, 9326.0, 9361.0, 9321.0, 9373.0, 9327.0, 9355.0, 9331.0, 9349.0, 9294.0, 9348.0, 9287.0, 9334.0, 9309.0, 9268.0, 9340.0, 9294.0, 9338.0, 9291.0, 9356.0, 9321.0, 9370.0, 9286.0, 9273.0, 9286.0, 9300.0, 9339.0, 9314.0, 9380.0, 9316.0, 9351.0, 9297.0, 9307.0, 9316.0, 9307.0, 9345.0, 9318.0, 9383.0, 9335.0, 9397.0, 9384.0, 9390.0, 9368.0, 9325.0, 9362.0, 9331.0, 9382.0, 9353.0, 9330.0, 9370.0, 9394.0, 9424.0, 9368.0, 9419.0, 9365.0, 9408.0, 9359.0, 9404.0, 9346.0, 9301.0, 9351.0, 9300.0, 9353.0, 9315.0, 9392.0, 9326.0, 9307.0, 9356.0, 9282.0, 9332.0, 9280.0, 9330.0, 9279.0, 9337.0, 9254.0, 9325.0, 9252.0, 9277.0, 9266.0, 9350.0, 9267.0, 9270.0, 9293.0, 9285.0, 9351.0, 9275.0, 9291.0, 9293.0, 9313.0, 9395.0, 9364.0, 9374.0, 9346.0, 9302.0, 9360.0, 9330.0, 9382.0, 9341.0, 9391.0, 9335.0, 9318.0, 9332.0, 9319.0, 9374.0, 9334.0, 9398.0, 9304.0, 9288.0, 9329.0, 9297.0, 9380.0, 9303.0, 9287.0, 9311.0, 9274.0, 9337.0, 9316.0, 9384.0, 9312.0, 9273.0, 9310.0, 9274.0, 9307.0, 9315.0, 9367.0, 9328.0, 9291.0, 9329.0, 9276.0, 9341.0, 9318.0, 9354.0, 9314.0, 9298.0, 9339.0, 9287.0, 9336.0, 9295.0, 9347.0, 9311.0, 9321.0, 9293.0, 9254.0, 9319.0, 9287.0, 9345.0, 9306.0, 9360.0, 9288.0, 9302.0, 9327.0, 9274.0, 9310.0, 9272.0, 9314.0, 9324.0, 9363.0, 9304.0, 9285.0, 9340.0, 9318.0, 9353.0, 9347.0, 9384.0, 9358.0, 9350.0, 9324.0, 9283.0, 9322.0, 9281.0, 9334.0, 9314.0, 9365.0, 9344.0, 9345.0, 9335.0, 9304.0, 9328.0, 9324.0, 9374.0, 9334.0, 9373.0, 9348.0, 9388.0, 9366.0, 9324.0, 9361.0, 9321.0, 9348.0, 9355.0, 9326.0, 9362.0, 9350.0, 9406.0, 9379.0, 9390.0, 9362.0, 9315.0, 9387.0, 9333.0, 9422.0, 9367.0, 9338.0, 9352.0, 9308.0, 9364.0, 9348.0, 9338.0, 9278.0, 9307.0, 9250.0, 9290.0, 9267.0, 9296.0, 9274.0, 9310.0, 9301.0, 9286.0, 9310.0, 9302.0, 9338.0, 9362.0, 9415.0, 9376.0, 9368.0, 9356.0, 9310.0, 9349.0, 9320.0, 9361.0, 9301.0, 9356.0, 9313.0, 9333.0, 9293.0, 9318.0, 9280.0, 9330.0, 9305.0, 9252.0, 9277.0, 9272.0, 9307.0, 9306.0, 9366.0, 9313.0, 9315.0, 9346.0, 9287.0, 9335.0, 9302.0, 9367.0, 9315.0, 9350.0, 9303.0, 9280.0, 9296.0, 9286.0, 9348.0, 9268.0, 9320.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.005766039387308535</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0676152388767323</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.234767493394116</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1887082225328454</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.93862893440876</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4794</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4563.8037</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10237760494348502</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.230488694383662</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7192645287566415</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.744823207285588</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7505333889676282</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6624369900167077</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00457594</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.007526895496994257</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.009537423960864544</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1371</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.9671945993087405</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>34.079</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.4114</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.782</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300825.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>858.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.4297</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6439</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.7973</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3399.3253</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3561.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75719.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1229.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4486.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>897.6057</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.447407410363667</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> |