=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0007 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0007",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
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-0007_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-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0007/figures/sub-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007/ses-01/func/sub-0007_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>72696bea2ac5cb0a348bdd5d74f5cacc</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>16:09:33.720000</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.997076, 0.00910967, 0.0758703, -0.0102677, 0.999836, 0.014887]</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.0774899</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>[4148, -7735, -7267, 659, -10, -204, 30, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>226.791</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>66502ba9-d6fb-4acb-8f4b-8a7b08272922||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.675082206726074, -0.027547448873519897, 0.2044501006603241, 112.47640991210938], [-0.0244405809789896, 2.682488203048706, 0.042180776596069336, -99.13988494873047], [0.2035544216632843, -0.03994080051779747, 2.691917657852173, -78.34561920166016], [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': ['160933.720000', '160934.180000', '160934.640000', '160935.100000', '160935.560000', '160936.020000', '160936.480000', '160936.940000', '160937.400000', '160937.860000', '160938.320000', '160938.780000', '160939.240000', '160939.700000', '160940.160000', '160940.620000', '160941.080000', '160941.540000', '160942.000000', '160942.460000', '160942.920000', '160943.380000', '160943.840000', '160944.300000', '160944.760000', '160945.220000', '160945.680000', '160946.140000', '160946.600000', '160947.060000', '160947.520000', '160947.980000', '160948.440000', '160948.900000', '160949.360000', '160949.820000', '160950.280000', '160950.740000', '160951.200000', '160951.660000', '160952.120000', '160952.580000', '160953.040000', '160953.500000', '160953.960000', '160954.420000', '160954.880000', '160955.340000', '160955.800000', '160956.260000', '160956.720000', '160957.180000', '160957.640000', '160958.100000', '160958.560000', '160959.020000', '160959.480000', '160959.940000', '161000.400000', '161000.860000', '161001.320000', '161001.780000', '161002.240000', '161002.700000', '161003.160000', '161003.620000', '161004.080000', '161004.540000', '161005.000000', '161005.460000', '161005.920000', '161006.380000', '161006.840000', '161007.300000', '161007.760000', '161008.220000', '161008.680000', '161009.140000', '161009.600000', '161010.060000', '161010.520000', '161010.980000', '161011.440000', '161011.900000', '161012.360000', '161012.820000', '161013.280000', '161013.740000', '161014.200000', '161014.660000', '161015.120000', '161015.580000', '161016.040000', '161016.500000', '161016.960000', '161017.420000', '161017.880000', '161018.340000', '161018.800000', '161019.260000', '161019.720000', '161020.180000', '161020.640000', '161021.100000', '161021.560000', '161022.020000', '161022.480000', '161022.940000', '161023.400000', '161023.860000', '161024.320000', '161024.780000', '161025.240000', '161025.700000', '161026.160000', '161026.620000', '161027.080000', '161027.540000', '161028.000000', '161028.460000', '161028.920000', '161029.380000', '161029.840000', '161030.300000', '161030.760000', '161031.220000', '161031.680000', '161032.140000', '161032.600000', '161033.060000', '161033.520000', '161033.980000', '161034.440000', '161034.900000', '161035.360000', '161035.820000', '161036.280000', '161036.740000', '161037.200000', '161037.660000', '161038.120000', '161038.580000', '161039.040000', '161039.500000', '161039.960000', '161040.420000', '161040.880000', '161041.340000', '161041.800000', '161042.260000', '161042.720000', '161043.180000', '161043.640000', '161044.100000', '161044.560000', '161045.020000', '161045.480000', '161045.940000', '161046.400000', '161046.860000', '161047.320000', '161047.780000', '161048.240000', '161048.700000', '161049.160000', '161049.620000', '161050.080000', '161050.540000', '161051.000000', '161051.460000', '161051.920000', '161052.380000', '161052.840000', '161053.300000', '161053.760000', '161054.220000', '161054.680000', '161055.140000', '161055.600000', '161056.060000', '161056.520000', '161056.980000', '161057.440000', '161057.900000', '161058.360000', '161058.820000', '161059.280000', '161059.740000', '161100.200000', '161100.660000', '161101.120000', '161101.580000', '161102.040000', '161102.500000', '161102.960000', '161103.420000', '161103.880000', '161104.340000', '161104.800000', '161105.260000', '161105.720000', '161106.180000', '161106.640000', '161107.100000', '161107.560000', '161108.020000', '161108.480000', '161108.940000', '161109.400000', '161109.860000', '161110.320000', '161110.780000', '161111.240000', '161111.700000', '161112.160000', '161112.620000', '161113.080000', '161113.540000', '161114.000000', '161114.460000', '161114.920000', '161115.380000', '161115.840000', '161116.300000', '161116.760000', '161117.220000', '161117.680000', '161118.140000', '161118.600000', '161119.060000', '161119.520000', '161119.980000', '161120.440000', '161120.900000', '161121.360000', '161121.820000', '161122.280000', '161122.740000', '161123.200000', '161123.660000', '161124.120000', '161124.580000', '161125.040000', '161125.500000', '161125.960000', '161126.420000', '161126.880000', '161127.340000', '161127.800000', '161128.260000', '161128.720000', '161129.180000', '161129.640000', '161130.100000', '161130.560000', '161131.020000', '161131.480000', '161131.940000', '161132.400000', '161132.860000', '161133.320000', '161133.780000', '161134.240000', '161134.700000', '161135.160000', '161135.620000', '161136.080000', '161136.540000', '161137.000000', '161137.460000', '161137.920000', '161138.380000', '161138.840000', '161139.300000', '161139.760000', '161140.220000', '161140.680000', '161141.140000', '161141.600000', '161142.060000', '161142.520000', '161142.980000', '161143.440000', '161143.900000', '161144.360000', '161144.820000', '161145.280000', '161145.740000', '161146.200000', '161146.660000', '161147.120000', '161147.580000', '161148.040000', '161148.500000', '161148.960000', '161149.420000', '161149.880000', '161150.340000', '161150.800000', '161151.260000', '161151.720000', '161152.180000', '161152.640000', '161153.100000', '161153.560000', '161154.020000', '161154.480000', '161154.940000', '161155.400000', '161155.860000', '161156.320000', '161156.780000', '161157.240000', '161157.700000', '161158.160000', '161158.620000', '161159.080000', '161159.540000', '161200.000000', '161200.460000', '161200.920000', '161201.380000', '161201.840000', '161202.300000', '161202.760000', '161203.220000', '161203.680000', '161204.140000', '161204.600000', '161205.060000', '161205.520000', '161205.980000', '161206.440000', '161206.900000', '161207.360000', '161207.820000', '161208.280000', '161208.740000', '161209.200000', '161209.660000', '161210.120000', '161210.580000', '161211.040000', '161211.500000', '161211.960000', '161212.420000', '161212.880000', '161213.340000', '161213.800000', '161214.260000', '161214.720000', '161215.180000', '161215.640000', '161216.100000', '161216.560000', '161217.020000', '161217.480000', '161217.940000', '161218.400000', '161218.860000', '161219.320000', '161219.780000', '161220.240000', '161220.700000', '161221.160000', '161221.620000', '161222.080000', '161222.540000', '161223.000000', '161223.460000', '161223.920000', '161224.380000', '161224.840000', '161225.300000', '161225.760000', '161226.220000', '161226.680000', '161227.140000', '161227.600000', '161228.060000', '161228.520000', '161228.980000', '161229.440000', '161229.900000', '161230.360000', '161230.820000', '161231.280000', '161231.740000', '161232.200000', '161232.660000', '161233.120000', '161233.580000', '161234.040000', '161234.500000', '161234.960000', '161235.420000', '161235.880000', '161236.340000', '161236.800000', '161237.260000', '161237.720000', '161238.180000', '161238.640000', '161239.100000', '161239.560000', '161240.020000', '161240.480000', '161240.940000', '161241.400000', '161241.860000', '161242.320000', '161242.780000', '161243.240000', '161243.700000', '161244.160000', '161244.620000', '161245.080000', '161245.540000', '161246.000000', '161246.460000', '161246.920000', '161247.380000', '161247.840000', '161248.300000', '161248.760000', '161249.220000', '161249.680000', '161250.140000', '161250.600000', '161251.060000', '161251.520000', '161251.980000', '161252.440000', '161252.900000', '161253.360000', '161253.820000', '161254.280000', '161254.740000', '161255.200000', '161255.660000', '161256.120000', '161256.580000', '161257.040000', '161257.500000', '161257.960000', '161258.420000', '161258.880000', '161259.340000', '161259.800000', '161300.260000', '161300.720000', '161301.180000', '161301.640000', '161302.100000', '161302.560000', '161303.020000', '161303.480000', '161303.940000', '161304.400000', '161304.860000', '161305.320000', '161305.780000', '161306.240000', '161306.700000', '161307.160000', '161307.620000', '161308.080000', '161308.540000', '161309.000000', '161309.460000', '161309.920000', '161310.380000', '161310.840000', '161311.300000', '161311.760000', '161312.220000', '161312.680000', '161313.140000', '161313.600000', '161314.060000', '161314.520000', '161314.980000', '161315.440000', '161315.900000', '161316.360000', '161316.820000', '161317.280000', '161317.740000', '161318.200000', '161318.660000', '161319.120000', '161319.580000', '161320.040000', '161320.500000', '161320.960000', '161321.420000', '161321.880000', '161322.340000', '161322.800000', '161323.260000', '161323.720000', '161324.180000', '161324.640000', '161325.100000', '161325.560000', '161326.020000', '161326.480000', '161326.940000', '161327.400000', '161327.860000', '161328.320000', '161328.780000', '161329.240000', '161329.700000', '161330.160000', '161330.620000', '161331.080000', '161331.540000', '161332.000000', '161332.460000', '161332.920000', '161333.380000', '161333.840000', '161334.300000', '161334.760000', '161335.220000', '161335.680000', '161336.140000', '161336.600000', '161337.060000', '161337.520000', '161337.980000', '161338.440000', '161338.900000', '161339.360000', '161339.820000', '161340.280000', '161340.740000', '161341.200000', '161341.660000', '161342.120000', '161342.580000', '161343.040000', '161343.500000', '161343.960000', '161344.420000', '161344.880000', '161345.340000', '161345.800000', '161346.260000', '161346.720000', '161347.180000', '161347.640000', '161348.100000', '161348.560000', '161349.020000', '161349.480000', '161349.940000', '161350.400000', '161350.860000', '161351.320000', '161351.780000', '161352.240000', '161352.700000', '161353.160000', '161353.620000', '161354.080000', '161354.540000', '161355.000000', '161355.460000', '161355.920000', '161356.380000', '161356.840000', '161357.300000', '161357.760000', '161358.220000', '161358.680000', '161359.140000', '161359.600000', '161400.060000', '161400.520000', '161400.980000', '161401.440000', '161401.900000', '161402.360000', '161402.820000', '161403.280000', '161403.740000', '161404.200000', '161404.660000', '161405.120000', '161405.580000', '161406.040000', '161406.500000', '161406.960000', '161407.420000', '161407.880000', '161408.340000', '161408.800000', '161409.260000', '161409.720000', '161410.180000', '161410.640000', '161411.100000', '161411.560000', '161412.020000', '161412.480000', '161412.940000', '161413.400000', '161413.860000', '161414.320000', '161414.780000', '161415.240000', '161415.700000', '161416.160000', '161416.620000', '161417.080000', '161417.540000', '161418.000000', '161418.460000', '161418.920000', '161419.380000', '161419.840000', '161420.300000', '161420.760000', '161421.220000', '161421.680000', '161422.140000', '161422.600000', '161423.060000', '161423.520000', '161423.980000', '161424.440000', '161424.900000', '161425.360000', '161425.820000', '161426.280000', '161426.740000', '161427.200000', '161427.660000', '161428.120000', '161428.580000', '161429.040000', '161429.500000', '161429.960000', '161430.420000', '161430.880000', '161431.340000', '161431.800000', '161432.260000', '161432.720000', '161433.180000', '161433.640000', '161434.100000', '161434.560000', '161435.020000', '161435.480000', '161435.940000', '161436.400000', '161436.860000', '161437.320000', '161437.780000', '161438.240000', '161438.700000', '161439.160000', '161439.620000', '161440.080000', '161440.540000', '161441.000000', '161441.460000', '161441.920000', '161442.380000', '161442.840000', '161443.300000', '161443.760000', '161444.220000', '161444.680000', '161445.140000', '161445.600000', '161446.060000', '161446.520000', '161446.980000', '161447.440000', '161447.900000', '161448.360000', '161448.820000', '161449.280000', '161449.740000', '161450.200000', '161450.660000', '161451.120000', '161451.580000', '161452.040000', '161452.500000', '161452.960000', '161453.420000', '161453.880000', '161454.340000', '161454.800000', '161455.260000', '161455.720000', '161456.180000', '161456.640000', '161457.100000', '161457.560000', '161458.020000', '161458.480000', '161458.940000', '161459.400000', '161459.860000', '161500.320000', '161500.780000', '161501.240000', '161501.700000', '161502.160000', '161502.620000', '161503.080000', '161503.540000', '161504.000000', '161504.460000', '161504.920000', '161505.380000', '161505.840000', '161506.300000', '161506.760000', '161507.220000', '161507.680000', '161508.140000', '161508.600000', '161509.060000', '161509.520000', '161509.980000', '161510.440000', '161510.900000', '161511.360000', '161511.820000', '161512.280000', '161512.740000', '161513.200000', '161513.660000', '161514.120000', '161514.580000', '161515.040000', '161515.500000', '161515.960000', '161516.420000', '161516.880000', '161517.340000', '161517.800000', '161518.260000', '161518.720000', '161519.180000', '161519.640000', '161520.100000', '161520.560000', '161521.020000', '161521.480000', '161521.940000', '161522.400000', '161522.860000', '161523.320000', '161523.780000', '161524.240000', '161524.700000', '161525.160000', '161525.620000', '161526.080000', '161526.540000', '161527.000000', '161527.460000', '161527.920000', '161528.380000', '161528.840000', '161529.300000', '161529.760000', '161530.220000', '161530.680000', '161531.140000', '161531.600000', '161532.060000', '161532.520000', '161532.980000', '161533.440000', '161533.900000', '161534.360000', '161534.820000', '161535.280000', '161535.740000', '161536.200000', '161536.660000', '161537.120000', '161537.580000', '161538.040000', '161538.500000', '161538.960000', '161539.420000', '161539.880000', '161540.340000', '161540.800000', '161541.260000', '161541.720000', '161542.180000', '161542.640000', '161543.100000', '161543.560000', '161544.020000', '161544.480000', '161544.940000', '161545.400000', '161545.860000', '161546.320000', '161546.780000', '161547.240000', '161547.700000', '161548.160000', '161548.620000', '161549.080000', '161549.540000', '161550.000000', '161550.460000', '161550.920000', '161551.380000', '161551.840000', '161552.300000', '161552.760000', '161553.220000', '161553.680000', '161554.140000', '161554.600000', '161555.060000', '161555.520000', '161555.980000', '161556.440000', '161556.900000', '161557.360000', '161557.820000', '161558.280000', '161558.740000', '161559.200000', '161559.660000', '161600.120000', '161600.580000', '161601.040000', '161601.500000', '161601.960000', '161602.420000', '161602.880000', '161603.340000', '161603.800000', '161604.260000', '161604.720000', '161605.180000', '161605.640000', '161606.100000', '161606.560000', '161607.020000', '161607.480000', '161607.940000', '161608.400000', '161608.860000', '161609.320000', '161609.780000', '161610.240000', '161610.700000', '161611.160000', '161611.620000', '161612.080000', '161612.540000', '161613.000000', '161613.460000', '161613.920000', '161614.380000', '161614.840000', '161615.300000', '161615.760000', '161616.220000', '161616.680000', '161617.140000', '161617.600000', '161618.060000', '161618.520000', '161618.980000', '161619.440000', '161619.900000', '161620.360000', '161620.820000', '161621.280000', '161621.740000', '161622.200000', '161622.660000', '161623.120000', '161623.580000', '161624.040000', '161624.500000', '161624.960000', '161625.420000', '161625.880000', '161626.340000', '161626.800000', '161627.260000', '161627.720000', '161628.180000', '161628.640000', '161629.100000', '161629.560000', '161630.020000', '161630.480000', '161630.940000', '161631.400000', '161631.860000', '161632.320000', '161632.780000', '161633.240000', '161633.700000', '161634.160000', '161634.620000', '161635.080000', '161635.540000', '161636.000000', '161636.460000', '161636.920000', '161637.380000', '161637.840000', '161638.300000', '161638.760000', '161639.220000', '161639.680000', '161640.140000', '161640.600000', '161641.060000', '161641.520000', '161641.980000', '161642.440000', '161642.900000', '161643.360000', '161643.820000', '161644.280000', '161644.740000', '161645.200000', '161645.660000', '161646.120000', '161646.580000', '161647.040000', '161647.500000', '161647.960000', '161648.420000', '161648.880000', '161649.340000', '161649.800000', '161650.260000', '161650.720000', '161651.180000', '161651.640000', '161652.100000', '161652.560000', '161653.020000', '161653.480000', '161653.940000', '161654.400000', '161654.860000', '161655.320000', '161655.780000', '161656.240000', '161656.700000', '161657.160000', '161657.620000', '161658.080000', '161658.540000', '161659.000000', '161659.460000', '161659.920000', '161700.380000', '161700.840000', '161701.300000', '161701.760000', '161702.220000', '161702.680000', '161703.140000', '161703.600000', '161704.060000', '161704.520000', '161704.980000', '161705.440000', '161705.900000', '161706.360000', '161706.820000', '161707.280000', '161707.740000', '161708.200000', '161708.660000', '161709.120000', '161709.580000', '161710.040000', '161710.500000', '161710.960000', '161711.420000', '161711.880000', '161712.340000', '161712.800000', '161713.260000', '161713.720000', '161714.180000', '161714.640000', '161715.100000', '161715.560000', '161716.020000', '161716.480000', '161716.940000', '161717.400000', '161717.860000', '161718.320000', '161718.780000', '161719.240000', '161719.700000', '161720.160000', '161720.620000', '161721.080000', '161721.540000', '161722.000000', '161722.460000', '161722.920000', '161723.380000', '161723.840000', '161724.300000', '161724.760000', '161725.220000', '161725.680000', '161726.140000', '161726.600000', '161727.060000', '161727.520000', '161727.980000', '161728.440000', '161728.900000', '161729.360000', '161729.820000', '161730.280000', '161730.740000', '161731.200000', '161731.660000', '161732.120000', '161732.580000', '161733.040000', '161733.500000', '161733.960000', '161734.420000', '161734.880000', '161735.340000', '161735.800000', '161736.260000', '161736.720000', '161737.180000', '161737.640000', '161738.100000', '161738.560000', '161739.020000', '161739.480000', '161739.940000', '161740.400000', '161740.860000', '161741.320000', '161741.780000', '161742.240000', '161742.700000', '161743.160000', '161743.620000', '161744.080000', '161744.540000', '161745.000000', '161745.460000', '161745.920000', '161746.380000', '161746.840000', '161747.300000', '161747.760000', '161748.220000', '161748.680000', '161749.140000', '161749.600000', '161750.060000', '161750.520000', '161750.980000', '161751.440000', '161751.900000', '161752.360000', '161752.820000', '161753.280000', '161753.740000', '161754.200000', '161754.660000', '161755.120000', '161755.580000', '161756.040000', '161756.500000', '161756.960000', '161757.420000', '161757.880000', '161758.340000', '161758.800000', '161759.260000', '161759.720000', '161800.180000', '161800.640000', '161801.100000', '161801.560000', '161802.020000', '161802.480000', '161802.940000', '161803.400000', '161803.860000', '161804.320000', '161804.780000', '161805.240000', '161805.700000', '161806.160000', '161806.620000', '161807.080000', '161807.540000', '161808.000000', '161808.460000', '161808.920000', '161809.380000', '161809.840000', '161810.300000', '161810.760000', '161811.220000', '161811.680000', '161812.140000', '161812.600000', '161813.060000', '161813.520000', '161813.980000', '161814.440000', '161814.900000', '161815.360000', '161815.820000', '161816.280000', '161816.740000', '161817.200000', '161817.660000', '161818.120000', '161818.580000', '161819.040000', '161819.500000', '161819.960000', '161820.420000', '161820.880000', '161821.340000', '161821.800000', '161822.260000', '161822.720000', '161823.180000', '161823.640000', '161824.100000', '161824.560000', '161825.020000', '161825.480000', '161825.940000', '161826.400000', '161826.860000', '161827.320000', '161827.780000', '161828.240000', '161828.700000', '161829.160000', '161829.620000', '161830.080000', '161830.540000', '161831.000000', '161831.460000', '161831.920000', '161832.380000', '161832.840000', '161833.300000', '161833.760000', '161834.220000', '161834.680000', '161835.140000', '161835.600000', '161836.060000', '161836.520000', '161836.980000', '161837.440000', '161837.900000', '161838.360000', '161838.820000', '161839.280000', '161839.740000', '161840.200000', '161840.660000', '161841.120000', '161841.580000', '161842.040000', '161842.500000', '161842.960000', '161843.420000', '161843.880000', '161844.340000', '161844.800000', '161845.260000', '161845.720000', '161846.180000', '161846.640000', '161847.100000', '161847.560000', '161848.020000', '161848.480000', '161848.940000', '161849.400000', '161849.860000', '161850.320000', '161850.780000', '161851.240000', '161851.700000', '161852.160000', '161852.620000', '161853.080000', '161853.540000', '161854.000000', '161854.460000', '161854.920000', '161855.380000', '161855.840000', '161856.300000', '161856.760000', '161857.220000', '161857.680000', '161858.140000', '161858.600000', '161859.060000', '161859.520000', '161859.980000', '161900.440000', '161900.900000', '161901.360000', '161901.820000', '161902.280000', '161902.740000', '161903.200000', '161903.660000', '161904.120000', '161904.580000', '161905.040000', '161905.500000', '161905.960000', '161906.420000', '161906.880000', '161907.340000', '161907.800000', '161908.260000', '161908.720000', '161909.180000', '161909.640000', '161910.100000', '161910.560000', '161911.020000', '161911.480000', '161911.940000', '161912.400000', '161912.860000', '161913.320000', '161913.780000', '161914.240000', '161914.700000', '161915.160000', '161915.620000', '161916.080000', '161916.540000', '161917.000000', '161917.460000', '161917.920000', '161918.380000', '161918.840000', '161919.300000', '161919.760000', '161920.220000', '161920.680000', '161921.140000', '161921.600000', '161922.060000', '161922.520000', '161922.980000', '161923.440000', '161923.900000', '161924.360000', '161924.820000', '161925.280000', '161925.740000', '161926.200000', '161926.660000', '161927.120000', '161927.580000', '161928.040000', '161928.500000', '161928.960000', '161929.420000', '161929.880000', '161930.340000', '161930.800000', '161931.260000', '161931.720000', '161932.180000', '161932.640000', '161933.100000', '161933.560000', '161934.020000', '161934.480000', '161934.940000', '161935.400000', '161935.860000', '161936.320000', '161936.780000', '161937.240000', '161937.700000', '161938.160000', '161938.620000', '161939.080000', '161939.540000', '161940.000000', '161940.460000', '161940.920000', '161941.380000', '161941.840000', '161942.300000', '161942.760000', '161943.220000', '161943.680000', '161944.140000', '161944.600000', '161945.060000', '161945.520000', '161945.980000', '161946.440000', '161946.900000', '161947.360000', '161947.820000', '161948.280000', '161948.740000', '161949.200000', '161949.660000', '161950.120000', '161950.580000', '161951.040000', '161951.500000', '161951.960000', '161952.420000', '161952.880000', '161953.340000', '161953.800000', '161954.260000', '161954.720000', '161955.180000', '161955.640000', '161956.100000', '161956.560000', '161957.020000', '161957.480000', '161957.940000', '161958.400000', '161958.860000', '161959.320000', '161959.780000', '162000.240000', '162000.700000', '162001.160000', '162001.620000', '162002.080000', '162002.540000', '162003.000000', '162003.460000', '162003.920000', '162004.380000', '162004.840000', '162005.300000', '162005.760000', '162006.220000'], 'ContentTime': ['160949.216000', '160949.220000', '160949.229000', '160949.231000', '160949.234000', '160949.237000', '160949.240000', '160949.243000', '160949.246000', '160949.249000', '160949.252000', '160949.256000', '160949.262000', '160949.265000', '160949.268000', '160949.271000', '160949.274000', '160949.277000', '160949.280000', '160949.283000', '160949.286000', '160949.289000', '160949.292000', '160949.295000', '160949.298000', '160949.306000', '160949.309000', '160949.312000', '160949.315000', '160949.318000', '160949.321000', '161009.176000', '161009.179000', '161009.182000', '161009.184000', '161009.187000', '161009.190000', '161009.193000', '161009.196000', '161009.198000', '161009.201000', '161009.204000', '161009.207000', '161009.210000', '161009.213000', '161009.217000', '161009.219000', '161009.222000', '161009.225000', '161009.228000', '161009.231000', '161009.234000', '161009.236000', '161009.239000', '161009.242000', '161009.245000', '161009.248000', '161009.251000', '161009.254000', '161009.257000', '161009.259000', '161009.262000', '161009.265000', '161009.268000', '161009.271000', '161009.274000', '161009.276000', '161009.279000', '161009.282000', '161009.300000', '161009.303000', '161009.305000', '161009.308000', '161009.311000', '161009.314000', '161029.177000', '161029.181000', '161029.184000', '161029.187000', '161029.190000', '161029.193000', '161029.196000', '161029.198000', '161029.201000', '161029.204000', '161029.207000', '161029.210000', '161029.213000', '161029.215000', '161029.218000', '161029.222000', '161029.226000', '161029.229000', '161029.231000', '161029.240000', '161029.243000', '161029.246000', '161029.249000', '161029.252000', '161029.255000', '161029.258000', '161029.260000', '161029.263000', '161029.266000', '161029.269000', '161029.272000', '161029.275000', '161029.278000', '161029.281000', '161029.283000', '161029.286000', '161029.289000', '161029.292000', '161029.295000', '161029.298000', '161029.301000', '161029.303000', '161029.306000', '161049.177000', '161049.180000', '161049.183000', '161049.185000', '161049.188000', '161049.191000', '161049.194000', '161049.197000', '161049.200000', '161049.203000', '161049.206000', '161049.209000', '161049.211000', '161049.214000', '161049.217000', '161049.220000', '161049.223000', '161049.226000', '161049.228000', '161049.231000', '161049.234000', '161049.237000', '161049.240000', '161049.243000', '161049.245000', '161049.248000', '161049.251000', '161049.254000', '161049.257000', '161049.260000', '161049.262000', '161049.265000', '161049.268000', '161049.271000', '161049.274000', '161049.276000', '161049.279000', '161049.282000', '161049.285000', '161049.288000', '161049.291000', '161049.294000', '161049.296000', '161049.299000', '161109.177000', '161109.180000', '161109.182000', '161109.185000', '161109.188000', '161109.191000', '161109.194000', '161109.197000', '161109.200000', '161109.203000', '161109.205000', '161109.208000', '161109.211000', '161109.214000', '161109.217000', '161109.220000', '161109.222000', '161109.225000', '161109.228000', '161109.231000', '161109.234000', '161109.237000', '161109.240000', '161109.242000', '161109.245000', '161109.248000', '161109.251000', '161109.254000', '161109.257000', '161109.259000', '161109.262000', '161109.265000', '161109.268000', '161109.271000', '161109.273000', '161109.276000', '161109.279000', '161109.282000', '161109.285000', '161109.288000', '161109.290000', '161109.293000', '161109.296000', '161129.177000', '161129.180000', '161129.182000', '161129.185000', '161129.188000', '161129.191000', '161129.194000', '161129.197000', '161129.200000', '161129.203000', '161129.205000', '161129.208000', '161129.211000', '161129.214000', '161129.217000', '161129.219000', '161129.222000', '161129.225000', '161129.228000', '161129.231000', '161129.234000', '161129.237000', '161129.240000', '161129.242000', '161129.245000', '161129.248000', '161129.251000', '161129.254000', '161129.257000', '161129.260000', '161129.262000', '161129.265000', '161129.268000', '161129.271000', '161129.274000', '161129.277000', '161129.280000', '161129.282000', '161129.285000', '161129.288000', '161129.291000', '161129.294000', '161129.296000', '161129.299000', '161149.177000', '161149.180000', '161149.183000', '161149.186000', '161149.188000', '161149.191000', '161149.194000', '161149.197000', '161149.200000', '161149.203000', '161149.206000', '161149.208000', '161149.211000', '161149.214000', '161149.217000', '161149.220000', '161149.222000', '161149.225000', '161149.228000', '161149.231000', '161149.234000', '161149.237000', '161149.240000', '161149.243000', '161149.245000', '161149.248000', '161149.251000', '161149.254000', '161149.257000', '161149.261000', '161149.264000', '161149.267000', '161149.269000', '161149.272000', '161149.275000', '161149.278000', '161149.281000', '161149.284000', '161149.286000', '161149.289000', '161149.292000', '161149.295000', '161149.298000', '161209.176000', '161209.179000', '161209.182000', '161209.185000', '161209.187000', '161209.190000', '161209.193000', '161209.196000', '161209.199000', '161209.202000', '161209.204000', '161209.207000', '161209.210000', '161209.213000', '161209.216000', '161209.219000', '161209.221000', '161209.225000', '161209.227000', '161209.230000', '161209.233000', '161209.236000', '161209.239000', '161209.242000', '161209.245000', '161209.247000', '161209.250000', '161209.253000', '161209.256000', '161209.259000', '161209.261000', '161209.264000', '161209.267000', '161209.270000', '161209.273000', '161209.276000', '161209.279000', '161209.281000', '161209.284000', '161209.287000', '161209.290000', '161209.293000', '161209.295000', '161209.298000', '161229.176000', '161229.179000', '161229.182000', '161229.185000', '161229.187000', '161229.190000', '161229.194000', '161229.197000', '161229.200000', '161229.203000', '161229.206000', '161229.209000', '161229.211000', '161229.214000', '161229.217000', '161229.220000', '161229.223000', '161229.226000', '161229.229000', '161229.231000', '161229.234000', '161229.237000', '161229.240000', '161229.243000', '161229.246000', '161229.249000', '161229.251000', '161229.254000', '161229.257000', '161229.260000', '161229.263000', '161229.266000', '161229.268000', '161229.271000', '161229.274000', '161229.277000', '161229.280000', '161229.283000', '161229.286000', '161229.288000', '161229.291000', '161229.294000', '161229.297000', '161249.177000', '161249.180000', '161249.183000', '161249.186000', '161249.188000', '161249.191000', '161249.194000', '161249.197000', '161249.200000', '161249.203000', '161249.206000', '161249.208000', '161249.211000', '161249.214000', '161249.217000', '161249.220000', '161249.223000', '161249.225000', '161249.228000', '161249.231000', '161249.234000', '161249.237000', '161249.240000', '161249.243000', '161249.245000', '161249.248000', '161249.251000', '161249.254000', '161249.257000', '161249.260000', '161249.263000', '161249.266000', '161249.268000', '161249.271000', '161249.274000', '161249.277000', '161249.280000', '161249.283000', '161249.286000', '161249.288000', '161249.291000', '161249.294000', '161249.297000', '161249.300000', '161309.177000', '161309.180000', '161309.183000', '161309.185000', '161309.188000', '161309.191000', '161309.194000', '161309.197000', '161309.200000', '161309.203000', '161309.206000', '161309.208000', '161309.211000', '161309.214000', '161309.217000', '161309.220000', '161309.223000', '161309.225000', '161309.228000', '161309.231000', '161309.234000', '161309.237000', '161309.240000', '161309.243000', '161309.245000', '161309.248000', '161309.251000', '161309.254000', '161309.257000', '161309.260000', '161309.262000', '161309.265000', '161309.268000', '161309.271000', '161309.274000', '161309.277000', '161309.280000', '161309.282000', '161309.285000', '161309.288000', '161309.291000', '161309.294000', '161309.307000', '161329.177000', '161329.180000', '161329.183000', '161329.185000', '161329.188000', '161329.191000', '161329.194000', '161329.197000', '161329.200000', '161329.203000', '161329.205000', '161329.208000', '161329.211000', '161329.214000', '161329.217000', '161329.220000', '161329.223000', '161329.226000', '161329.228000', '161329.231000', '161329.234000', '161329.237000', '161329.240000', '161329.243000', '161329.245000', '161329.248000', '161329.251000', '161329.254000', '161329.257000', '161329.260000', '161329.272000', '161329.275000', '161329.278000', '161329.281000', '161329.283000', '161329.286000', '161329.289000', '161329.292000', '161329.295000', '161329.298000', '161329.300000', '161329.303000', '161329.306000', '161329.309000', '161349.177000', '161349.180000', '161349.183000', '161349.186000', '161349.188000', '161349.191000', '161349.194000', '161349.197000', '161349.200000', '161349.202000', '161349.205000', '161349.208000', '161349.211000', '161349.214000', '161349.217000', '161349.220000', '161349.222000', '161349.225000', '161349.228000', '161349.231000', '161349.234000', '161349.237000', '161349.239000', '161349.242000', '161349.245000', '161349.248000', '161349.251000', '161349.254000', '161349.256000', '161349.259000', '161349.262000', '161349.265000', '161349.268000', '161349.271000', '161349.273000', '161349.276000', '161349.279000', '161349.282000', '161349.285000', '161349.288000', '161349.290000', '161349.293000', '161349.296000', '161409.177000', '161409.180000', '161409.183000', '161409.186000', '161409.189000', '161409.191000', '161409.194000', '161409.198000', '161409.203000', '161409.206000', '161409.209000', '161409.212000', '161409.215000', '161409.218000', '161409.220000', '161409.223000', '161409.226000', '161409.229000', '161409.232000', '161409.235000', '161409.238000', '161409.241000', '161409.243000', '161409.246000', '161409.249000', '161409.252000', '161409.255000', '161409.258000', '161409.261000', '161409.264000', '161409.266000', '161409.269000', '161409.272000', '161409.275000', '161409.278000', '161409.281000', '161409.284000', '161409.286000', '161409.289000', '161409.292000', '161409.295000', '161409.298000', '161409.301000', '161429.176000', '161429.179000', '161429.182000', '161429.185000', '161429.188000', '161429.190000', '161429.193000', '161429.196000', '161429.199000', '161429.202000', '161429.205000', '161429.208000', '161429.210000', '161429.213000', '161429.216000', '161429.219000', '161429.222000', '161429.225000', '161429.228000', '161429.231000', '161429.234000', '161429.236000', '161429.239000', '161429.242000', '161429.245000', '161429.248000', '161429.251000', '161429.254000', '161429.257000', '161429.260000', '161429.262000', '161429.265000', '161429.268000', '161429.271000', '161429.274000', '161429.277000', '161429.280000', '161429.283000', '161429.285000', '161429.288000', '161429.291000', '161429.294000', '161429.297000', '161429.300000', '161449.177000', '161449.182000', '161449.186000', '161449.189000', '161449.192000', '161449.195000', '161449.197000', '161449.200000', '161449.203000', '161449.206000', '161449.209000', '161449.212000', '161449.215000', '161449.217000', '161449.220000', '161449.227000', '161449.230000', '161449.232000', '161449.235000', '161449.238000', '161449.241000', '161449.244000', '161449.247000', '161449.250000', '161449.252000', '161449.255000', '161449.258000', '161449.261000', '161449.264000', '161449.267000', '161449.270000', '161449.273000', '161449.275000', '161449.278000', '161449.281000', '161449.284000', '161449.287000', '161449.290000', '161449.292000', '161449.295000', '161449.298000', '161449.301000', '161449.304000', '161509.177000', '161509.180000', '161509.183000', '161509.186000', '161509.189000', '161509.191000', '161509.195000', '161509.197000', '161509.200000', '161509.203000', '161509.206000', '161509.209000', '161509.212000', '161509.215000', '161509.218000', '161509.221000', '161509.223000', '161509.226000', '161509.229000', '161509.232000', '161509.235000', '161509.238000', '161509.241000', '161509.243000', '161509.246000', '161509.249000', '161509.252000', '161509.255000', '161509.258000', '161509.261000', '161509.265000', '161509.268000', '161509.271000', '161509.274000', '161509.277000', '161509.280000', '161509.283000', '161509.285000', '161509.288000', '161509.291000', '161509.294000', '161509.297000', '161509.300000', '161509.303000', '161529.177000', '161529.180000', '161529.183000', '161529.186000', '161529.189000', '161529.191000', '161529.194000', '161529.197000', '161529.200000', '161529.205000', '161529.209000', '161529.213000', '161529.216000', '161529.218000', '161529.221000', '161529.224000', '161529.227000', '161529.230000', '161529.233000', '161529.236000', '161529.238000', '161529.241000', '161529.244000', '161529.247000', '161529.250000', '161529.253000', '161529.255000', '161529.258000', '161529.261000', '161529.264000', '161529.267000', '161529.270000', '161529.273000', '161529.275000', '161529.278000', '161529.281000', '161529.284000', '161529.287000', '161529.290000', '161529.293000', '161529.296000', '161529.299000', '161529.301000', '161549.177000', '161549.180000', '161549.183000', '161549.186000', '161549.188000', '161549.191000', '161549.194000', '161549.197000', '161549.200000', '161549.203000', '161549.206000', '161549.208000', '161549.211000', '161549.214000', '161549.217000', '161549.220000', '161549.223000', '161549.226000', '161549.229000', '161549.231000', '161549.234000', '161549.237000', '161549.240000', '161549.243000', '161549.246000', '161549.249000', '161549.251000', '161549.254000', '161549.257000', '161549.260000', '161549.263000', '161549.266000', '161549.269000', '161549.272000', '161549.275000', '161549.277000', '161549.280000', '161549.283000', '161549.286000', '161549.289000', '161549.292000', '161549.295000', '161549.298000', '161549.301000', '161609.177000', '161609.180000', '161609.183000', '161609.186000', '161609.189000', '161609.191000', '161609.194000', '161609.197000', '161609.200000', '161609.203000', '161609.206000', '161609.209000', '161609.212000', '161609.214000', '161609.217000', '161609.220000', '161609.223000', '161609.226000', '161609.229000', '161609.232000', '161609.235000', '161609.237000', '161609.240000', '161609.243000', '161609.246000', '161609.249000', '161609.252000', '161609.255000', '161609.258000', '161609.261000', '161609.263000', '161609.267000', '161609.270000', '161609.273000', '161609.275000', '161609.278000', '161609.281000', '161609.284000', '161609.287000', '161609.290000', '161609.293000', '161609.296000', '161609.298000', '161629.177000', '161629.180000', '161629.183000', '161629.185000', '161629.188000', '161629.191000', '161629.194000', '161629.197000', '161629.200000', '161629.203000', '161629.206000', '161629.209000', '161629.212000', '161629.214000', '161629.217000', '161629.220000', '161629.223000', '161629.226000', '161629.229000', '161629.231000', '161629.234000', '161629.237000', '161629.240000', '161629.243000', '161629.246000', '161629.249000', '161629.251000', '161629.254000', '161629.257000', '161629.260000', '161629.263000', '161629.266000', '161629.268000', '161629.271000', '161629.274000', '161629.277000', '161629.280000', '161629.283000', '161629.285000', '161629.288000', '161629.291000', '161629.294000', '161629.297000', '161629.300000', '161649.176000', '161649.179000', '161649.182000', '161649.185000', '161649.188000', '161649.191000', '161649.194000', '161649.197000', '161649.200000', '161649.202000', '161649.205000', '161649.208000', '161649.211000', '161649.214000', '161649.217000', '161649.220000', '161649.223000', '161649.226000', '161649.229000', '161649.232000', '161649.234000', '161649.237000', '161649.240000', '161649.243000', '161649.246000', '161649.249000', '161649.253000', '161649.258000', '161649.261000', '161649.264000', '161649.267000', '161649.270000', '161649.273000', '161649.276000', '161649.278000', '161649.281000', '161649.284000', '161649.287000', '161649.290000', '161649.293000', '161649.296000', '161649.299000', '161649.301000', '161709.177000', '161709.180000', '161709.183000', '161709.186000', '161709.188000', '161709.191000', '161709.194000', '161709.197000', '161709.200000', '161709.203000', '161709.206000', '161709.209000', '161709.211000', '161709.214000', '161709.217000', '161709.220000', '161709.223000', '161709.226000', '161709.228000', '161709.231000', '161709.234000', '161709.237000', '161709.240000', '161709.243000', '161709.246000', '161709.248000', '161709.251000', '161709.254000', '161709.257000', '161709.260000', '161709.263000', '161709.265000', '161709.268000', '161709.271000', '161709.274000', '161709.277000', '161709.280000', '161709.283000', '161709.285000', '161709.288000', '161709.291000', '161709.294000', '161709.297000', '161709.300000', '161729.177000', '161729.180000', '161729.183000', '161729.186000', '161729.188000', '161729.192000', '161729.194000', '161729.197000', '161729.200000', '161729.203000', '161729.206000', '161729.209000', '161729.211000', '161729.214000', '161729.217000', '161729.220000', '161729.223000', '161729.226000', '161729.229000', '161729.232000', '161729.234000', '161729.238000', '161729.240000', '161729.243000', '161729.246000', '161729.252000', '161729.255000', '161729.258000', '161729.261000', '161729.264000', '161729.267000', '161729.270000', '161729.272000', '161729.275000', '161729.278000', '161729.281000', '161729.284000', '161729.287000', '161729.289000', '161729.292000', '161729.295000', '161729.298000', '161729.301000', '161749.177000', '161749.180000', '161749.183000', '161749.186000', '161749.189000', '161749.191000', '161749.194000', '161749.197000', '161749.200000', '161749.203000', '161749.206000', '161749.209000', '161749.212000', '161749.214000', '161749.217000', '161749.220000', '161749.223000', '161749.226000', '161749.229000', '161749.232000', '161749.234000', '161749.237000', '161749.240000', '161749.243000', '161749.246000', '161749.249000', '161749.252000', '161749.254000', '161749.257000', '161749.260000', '161749.263000', '161749.266000', '161749.269000', '161749.271000', '161749.274000', '161749.277000', '161749.280000', '161749.283000', '161749.286000', '161749.289000', '161749.291000', '161749.294000', '161749.297000', '161749.300000', '161809.177000', '161809.180000', '161809.183000', '161809.186000', '161809.189000', '161809.191000', '161809.194000', '161809.197000', '161809.200000', '161809.203000', '161809.206000', '161809.209000', '161809.213000', '161809.216000', '161809.219000', '161809.222000', '161809.225000', '161809.228000', '161809.230000', '161809.233000', '161809.236000', '161809.239000', '161809.242000', '161809.245000', '161809.248000', '161809.251000', '161809.253000', '161809.256000', '161809.259000', '161809.262000', '161809.265000', '161809.268000', '161809.271000', '161809.274000', '161809.276000', '161809.279000', '161809.282000', '161809.286000', '161809.291000', '161809.294000', '161809.297000', '161809.300000', '161809.303000', '161829.177000', '161829.180000', '161829.183000', '161829.186000', '161829.189000', '161829.192000', '161829.194000', '161829.197000', '161829.200000', '161829.203000', '161829.206000', '161829.209000', '161829.212000', '161829.215000', '161829.217000', '161829.220000', '161829.223000', '161829.226000', '161829.229000', '161829.232000', '161829.235000', '161829.238000', '161829.240000', '161829.243000', '161829.246000', '161829.249000', '161829.252000', '161829.255000', '161829.257000', '161829.260000', '161829.263000', '161829.266000', '161829.269000', '161829.272000', '161829.275000', '161829.277000', '161829.280000', '161829.283000', '161829.286000', '161829.289000', '161829.291000', '161829.294000', '161829.297000', '161829.300000', '161849.177000', '161849.180000', '161849.183000', '161849.186000', '161849.189000', '161849.192000', '161849.194000', '161849.197000', '161849.200000', '161849.203000', '161849.206000', '161849.209000', '161849.212000', '161849.214000', '161849.217000', '161849.220000', '161849.223000', '161849.226000', '161849.229000', '161849.232000', '161849.235000', '161849.238000', '161849.240000', '161849.243000', '161849.246000', '161849.249000', '161849.252000', '161849.255000', '161849.258000', '161849.260000', '161849.263000', '161849.266000', '161849.269000', '161849.272000', '161849.275000', '161849.278000', '161849.281000', '161849.284000', '161849.286000', '161849.289000', '161849.292000', '161849.295000', '161849.299000', '161909.176000', '161909.179000', '161909.182000', '161909.185000', '161909.188000', '161909.191000', '161909.193000', '161909.196000', '161909.199000', '161909.202000', '161909.205000', '161909.208000', '161909.211000', '161909.214000', '161909.216000', '161909.219000', '161909.222000', '161909.225000', '161909.228000', '161909.231000', '161909.234000', '161909.237000', '161909.239000', '161909.242000', '161909.245000', '161909.248000', '161909.251000', '161909.254000', '161909.257000', '161909.259000', '161909.262000', '161909.265000', '161909.268000', '161909.271000', '161909.274000', '161909.276000', '161909.279000', '161909.282000', '161909.285000', '161909.288000', '161909.291000', '161909.294000', '161909.296000', '161909.299000', '161929.177000', '161929.180000', '161929.183000', '161929.186000', '161929.189000', '161929.191000', '161929.194000', '161929.197000', '161929.200000', '161929.203000', '161929.206000', '161929.209000', '161929.211000', '161929.214000', '161929.217000', '161929.220000', '161929.223000', '161929.226000', '161929.229000', '161929.232000', '161929.235000', '161929.237000', '161929.240000', '161929.243000', '161929.246000', '161929.250000', '161929.254000', '161929.256000', '161929.259000', '161929.262000', '161929.265000', '161929.268000', '161929.271000', '161929.274000', '161929.277000', '161929.279000', '161929.282000', '161929.285000', '161929.288000', '161929.291000', '161929.294000', '161929.297000', '161929.300000', '161949.177000', '161949.180000', '161949.183000', '161949.186000', '161949.189000', '161949.191000', '161949.194000', '161949.197000', '161949.200000', '161949.203000', '161949.206000', '161949.209000', '161949.212000', '161949.215000', '161949.219000', '161949.221000', '161949.224000', '161949.227000', '161949.230000', '161949.233000', '161949.236000', '161949.239000', '161949.241000', '161949.244000', '161949.247000', '161949.250000', '161949.253000', '161949.256000', '161949.259000', '161949.261000', '161949.264000', '161949.267000', '161949.270000', '161949.273000', '161949.284000', '161949.287000', '161949.290000', '161949.293000', '161949.295000', '161949.298000', '161949.301000', '161949.304000', '161949.307000', '161949.310000', '162007.550000', '162007.553000', '162007.556000', '162007.567000', '162007.570000', '162007.573000', '162007.577000', '162007.580000', '162007.583000', '162007.585000', '162007.589000', '162007.592000', '162007.595000', '162007.598000', '162007.601000', '162007.604000', '162007.607000', '162007.610000', '162007.613000', '162007.616000', '162007.619000', '162007.622000', '162007.625000', '162007.628000', '162007.631000', '162007.634000', '162007.648000', '162007.659000', '162007.662000', '162007.664000', '162007.668000', '162007.671000', '162007.674000', '162007.677000', '162007.679000', '162007.682000', '162007.685000', '162007.688000', '162007.691000', '162007.694000'], 'InstanceCreationTime': ['160949.216000', '160949.220000', '160949.229000', '160949.231000', '160949.234000', '160949.237000', '160949.240000', '160949.243000', '160949.246000', '160949.249000', '160949.252000', '160949.256000', '160949.262000', '160949.265000', '160949.268000', '160949.271000', '160949.274000', '160949.277000', '160949.280000', '160949.283000', '160949.286000', '160949.289000', '160949.292000', '160949.295000', '160949.298000', '160949.306000', '160949.309000', '160949.312000', '160949.315000', '160949.318000', '160949.321000', '161009.176000', '161009.179000', '161009.182000', '161009.184000', '161009.187000', '161009.190000', '161009.193000', '161009.196000', '161009.198000', '161009.201000', '161009.204000', '161009.207000', '161009.210000', '161009.213000', '161009.217000', '161009.219000', '161009.222000', '161009.225000', '161009.228000', '161009.231000', '161009.234000', '161009.236000', '161009.239000', '161009.242000', '161009.245000', '161009.248000', '161009.251000', '161009.254000', '161009.257000', '161009.259000', '161009.262000', '161009.265000', '161009.268000', '161009.271000', '161009.274000', '161009.276000', '161009.279000', '161009.282000', '161009.300000', '161009.303000', '161009.305000', '161009.308000', '161009.311000', '161009.314000', '161029.177000', '161029.181000', '161029.184000', '161029.187000', '161029.190000', '161029.193000', '161029.196000', '161029.198000', '161029.201000', '161029.204000', '161029.207000', '161029.210000', '161029.213000', '161029.215000', '161029.218000', '161029.222000', '161029.226000', '161029.229000', '161029.231000', '161029.240000', '161029.243000', '161029.246000', '161029.249000', '161029.252000', '161029.255000', '161029.258000', '161029.260000', '161029.263000', '161029.266000', '161029.269000', '161029.272000', '161029.275000', '161029.278000', '161029.281000', '161029.283000', '161029.286000', '161029.289000', '161029.292000', '161029.295000', '161029.298000', '161029.301000', '161029.303000', '161029.306000', '161049.177000', '161049.180000', '161049.183000', '161049.185000', '161049.188000', '161049.191000', '161049.194000', '161049.197000', '161049.200000', '161049.203000', '161049.206000', '161049.209000', '161049.211000', '161049.214000', '161049.217000', '161049.220000', '161049.223000', '161049.226000', '161049.228000', '161049.231000', '161049.234000', '161049.237000', '161049.240000', '161049.243000', '161049.245000', '161049.248000', '161049.251000', '161049.254000', '161049.257000', '161049.260000', '161049.262000', '161049.265000', '161049.268000', '161049.271000', '161049.274000', '161049.276000', '161049.279000', '161049.282000', '161049.285000', '161049.288000', '161049.291000', '161049.294000', '161049.296000', '161049.299000', '161109.177000', '161109.180000', '161109.182000', '161109.185000', '161109.188000', '161109.191000', '161109.194000', '161109.197000', '161109.200000', '161109.203000', '161109.205000', '161109.208000', '161109.211000', '161109.214000', '161109.217000', '161109.220000', '161109.222000', '161109.225000', '161109.228000', '161109.231000', '161109.234000', '161109.237000', '161109.240000', '161109.242000', '161109.245000', '161109.248000', '161109.251000', '161109.254000', '161109.257000', '161109.259000', '161109.262000', '161109.265000', '161109.268000', '161109.271000', '161109.273000', '161109.276000', '161109.279000', '161109.282000', '161109.285000', '161109.288000', '161109.290000', '161109.293000', '161109.296000', '161129.177000', '161129.180000', '161129.182000', '161129.185000', '161129.188000', '161129.191000', '161129.194000', '161129.197000', '161129.200000', '161129.203000', '161129.205000', '161129.208000', '161129.211000', '161129.214000', '161129.217000', '161129.219000', '161129.222000', '161129.225000', '161129.228000', '161129.231000', '161129.234000', '161129.237000', '161129.240000', '161129.242000', '161129.245000', '161129.248000', '161129.251000', '161129.254000', '161129.257000', '161129.260000', '161129.262000', '161129.265000', '161129.268000', '161129.271000', '161129.274000', '161129.277000', '161129.280000', '161129.282000', '161129.285000', '161129.288000', '161129.291000', '161129.294000', '161129.296000', '161129.299000', '161149.177000', '161149.180000', '161149.183000', '161149.186000', '161149.188000', '161149.191000', '161149.194000', '161149.197000', '161149.200000', '161149.203000', '161149.206000', '161149.208000', '161149.211000', '161149.214000', '161149.217000', '161149.220000', '161149.222000', '161149.225000', '161149.228000', '161149.231000', '161149.234000', '161149.237000', '161149.240000', '161149.243000', '161149.245000', '161149.248000', '161149.251000', '161149.254000', '161149.257000', '161149.261000', '161149.264000', '161149.267000', '161149.269000', '161149.272000', '161149.275000', '161149.278000', '161149.281000', '161149.284000', '161149.286000', '161149.289000', '161149.292000', '161149.295000', '161149.298000', '161209.176000', '161209.179000', '161209.182000', '161209.185000', '161209.187000', '161209.190000', '161209.193000', '161209.196000', '161209.199000', '161209.202000', '161209.204000', '161209.207000', '161209.210000', '161209.213000', '161209.216000', '161209.219000', '161209.221000', '161209.225000', '161209.227000', '161209.230000', '161209.233000', '161209.236000', '161209.239000', '161209.242000', '161209.245000', '161209.247000', '161209.250000', '161209.253000', '161209.256000', '161209.259000', '161209.261000', '161209.264000', '161209.267000', '161209.270000', '161209.273000', '161209.276000', '161209.279000', '161209.281000', '161209.284000', '161209.287000', '161209.290000', '161209.293000', '161209.295000', '161209.298000', '161229.176000', '161229.179000', '161229.182000', '161229.185000', '161229.187000', '161229.190000', '161229.194000', '161229.197000', '161229.200000', '161229.203000', '161229.206000', '161229.209000', '161229.211000', '161229.214000', '161229.217000', '161229.220000', '161229.223000', '161229.226000', '161229.229000', '161229.231000', '161229.234000', '161229.237000', '161229.240000', '161229.243000', '161229.246000', '161229.249000', '161229.251000', '161229.254000', '161229.257000', '161229.260000', '161229.263000', '161229.266000', '161229.268000', '161229.271000', '161229.274000', '161229.277000', '161229.280000', '161229.283000', '161229.286000', '161229.288000', '161229.291000', '161229.294000', '161229.297000', '161249.177000', '161249.180000', '161249.183000', '161249.186000', '161249.188000', '161249.191000', '161249.194000', '161249.197000', '161249.200000', '161249.203000', '161249.206000', '161249.208000', '161249.211000', '161249.214000', '161249.217000', '161249.220000', '161249.223000', '161249.225000', '161249.228000', '161249.231000', '161249.234000', '161249.237000', '161249.240000', '161249.243000', '161249.245000', '161249.248000', '161249.251000', '161249.254000', '161249.257000', '161249.260000', '161249.263000', '161249.266000', '161249.268000', '161249.271000', '161249.274000', '161249.277000', '161249.280000', '161249.283000', '161249.286000', '161249.288000', '161249.291000', '161249.294000', '161249.297000', '161249.300000', '161309.177000', '161309.180000', '161309.183000', '161309.185000', '161309.188000', '161309.191000', '161309.194000', '161309.197000', '161309.200000', '161309.203000', '161309.206000', '161309.208000', '161309.211000', '161309.214000', '161309.217000', '161309.220000', '161309.223000', '161309.225000', '161309.228000', '161309.231000', '161309.234000', '161309.237000', '161309.240000', '161309.243000', '161309.245000', '161309.248000', '161309.251000', '161309.254000', '161309.257000', '161309.260000', '161309.262000', '161309.265000', '161309.268000', '161309.271000', '161309.274000', '161309.277000', '161309.280000', '161309.282000', '161309.285000', '161309.288000', '161309.291000', '161309.294000', '161309.307000', '161329.177000', '161329.180000', '161329.183000', '161329.185000', '161329.188000', '161329.191000', '161329.194000', '161329.197000', '161329.200000', '161329.203000', '161329.205000', '161329.208000', '161329.211000', '161329.214000', '161329.217000', '161329.220000', '161329.223000', '161329.226000', '161329.228000', '161329.231000', '161329.234000', '161329.237000', '161329.240000', '161329.243000', '161329.245000', '161329.248000', '161329.251000', '161329.254000', '161329.257000', '161329.260000', '161329.272000', '161329.275000', '161329.278000', '161329.281000', '161329.283000', '161329.286000', '161329.289000', '161329.292000', '161329.295000', '161329.298000', '161329.300000', '161329.303000', '161329.306000', '161329.309000', '161349.177000', '161349.180000', '161349.183000', '161349.186000', '161349.188000', '161349.191000', '161349.194000', '161349.197000', '161349.200000', '161349.202000', '161349.205000', '161349.208000', '161349.211000', '161349.214000', '161349.217000', '161349.220000', '161349.222000', '161349.225000', '161349.228000', '161349.231000', '161349.234000', '161349.237000', '161349.239000', '161349.242000', '161349.245000', '161349.248000', '161349.251000', '161349.254000', '161349.256000', '161349.259000', '161349.262000', '161349.265000', '161349.268000', '161349.271000', '161349.273000', '161349.276000', '161349.279000', '161349.282000', '161349.285000', '161349.288000', '161349.290000', '161349.293000', '161349.296000', '161409.177000', '161409.180000', '161409.183000', '161409.186000', '161409.189000', '161409.191000', '161409.194000', '161409.198000', '161409.203000', '161409.206000', '161409.209000', '161409.212000', '161409.215000', '161409.218000', '161409.220000', '161409.223000', '161409.226000', '161409.229000', '161409.232000', '161409.235000', '161409.238000', '161409.241000', '161409.243000', '161409.246000', '161409.249000', '161409.252000', '161409.255000', '161409.258000', '161409.261000', '161409.264000', '161409.266000', '161409.269000', '161409.272000', '161409.275000', '161409.278000', '161409.281000', '161409.284000', '161409.286000', '161409.289000', '161409.292000', '161409.295000', '161409.298000', '161409.301000', '161429.176000', '161429.179000', '161429.182000', '161429.185000', '161429.188000', '161429.190000', '161429.193000', '161429.196000', '161429.199000', '161429.202000', '161429.205000', '161429.208000', '161429.210000', '161429.213000', '161429.216000', '161429.219000', '161429.222000', '161429.225000', '161429.228000', '161429.231000', '161429.234000', '161429.236000', '161429.239000', '161429.242000', '161429.245000', '161429.248000', '161429.251000', '161429.254000', '161429.257000', '161429.260000', '161429.262000', '161429.265000', '161429.268000', '161429.271000', '161429.274000', '161429.277000', '161429.280000', '161429.283000', '161429.285000', '161429.288000', '161429.291000', '161429.294000', '161429.297000', '161429.300000', '161449.177000', '161449.182000', '161449.186000', '161449.189000', '161449.192000', '161449.195000', '161449.197000', '161449.200000', '161449.203000', '161449.206000', '161449.209000', '161449.212000', '161449.215000', '161449.217000', '161449.220000', '161449.227000', '161449.230000', '161449.232000', '161449.235000', '161449.238000', '161449.241000', '161449.244000', '161449.247000', '161449.250000', '161449.252000', '161449.255000', '161449.258000', '161449.261000', '161449.264000', '161449.267000', '161449.270000', '161449.273000', '161449.275000', '161449.278000', '161449.281000', '161449.284000', '161449.287000', '161449.290000', '161449.292000', '161449.295000', '161449.298000', '161449.301000', '161449.304000', '161509.177000', '161509.180000', '161509.183000', '161509.186000', '161509.189000', '161509.191000', '161509.195000', '161509.197000', '161509.200000', '161509.203000', '161509.206000', '161509.209000', '161509.212000', '161509.215000', '161509.218000', '161509.221000', '161509.223000', '161509.226000', '161509.229000', '161509.232000', '161509.235000', '161509.238000', '161509.241000', '161509.243000', '161509.246000', '161509.249000', '161509.252000', '161509.255000', '161509.258000', '161509.261000', '161509.265000', '161509.268000', '161509.271000', '161509.274000', '161509.277000', '161509.280000', '161509.283000', '161509.285000', '161509.288000', '161509.291000', '161509.294000', '161509.297000', '161509.300000', '161509.303000', '161529.177000', '161529.180000', '161529.183000', '161529.186000', '161529.189000', '161529.191000', '161529.194000', '161529.197000', '161529.200000', '161529.205000', '161529.209000', '161529.213000', '161529.216000', '161529.218000', '161529.221000', '161529.224000', '161529.227000', '161529.230000', '161529.233000', '161529.236000', '161529.238000', '161529.241000', '161529.244000', '161529.247000', '161529.250000', '161529.253000', '161529.255000', '161529.258000', '161529.261000', '161529.264000', '161529.267000', '161529.270000', '161529.273000', '161529.275000', '161529.278000', '161529.281000', '161529.284000', '161529.287000', '161529.290000', '161529.293000', '161529.296000', '161529.299000', '161529.301000', '161549.177000', '161549.180000', '161549.183000', '161549.186000', '161549.188000', '161549.191000', '161549.194000', '161549.197000', '161549.200000', '161549.203000', '161549.206000', '161549.208000', '161549.211000', '161549.214000', '161549.217000', '161549.220000', '161549.223000', '161549.226000', '161549.229000', '161549.231000', '161549.234000', '161549.237000', '161549.240000', '161549.243000', '161549.246000', '161549.249000', '161549.251000', '161549.254000', '161549.257000', '161549.260000', '161549.263000', '161549.266000', '161549.269000', '161549.272000', '161549.275000', '161549.277000', '161549.280000', '161549.283000', '161549.286000', '161549.289000', '161549.292000', '161549.295000', '161549.298000', '161549.301000', '161609.177000', '161609.180000', '161609.183000', '161609.186000', '161609.189000', '161609.191000', '161609.194000', '161609.197000', '161609.200000', '161609.203000', '161609.206000', '161609.209000', '161609.212000', '161609.214000', '161609.217000', '161609.220000', '161609.223000', '161609.226000', '161609.229000', '161609.232000', '161609.235000', '161609.237000', '161609.240000', '161609.243000', '161609.246000', '161609.249000', '161609.252000', '161609.255000', '161609.258000', '161609.261000', '161609.263000', '161609.267000', '161609.270000', '161609.273000', '161609.275000', '161609.278000', '161609.281000', '161609.284000', '161609.287000', '161609.290000', '161609.293000', '161609.296000', '161609.298000', '161629.177000', '161629.180000', '161629.183000', '161629.185000', '161629.188000', '161629.191000', '161629.194000', '161629.197000', '161629.200000', '161629.203000', '161629.206000', '161629.209000', '161629.212000', '161629.214000', '161629.217000', '161629.220000', '161629.223000', '161629.226000', '161629.229000', '161629.231000', '161629.234000', '161629.237000', '161629.240000', '161629.243000', '161629.246000', '161629.249000', '161629.251000', '161629.254000', '161629.257000', '161629.260000', '161629.263000', '161629.266000', '161629.268000', '161629.271000', '161629.274000', '161629.277000', '161629.280000', '161629.283000', '161629.285000', '161629.288000', '161629.291000', '161629.294000', '161629.297000', '161629.300000', '161649.176000', '161649.179000', '161649.182000', '161649.185000', '161649.188000', '161649.191000', '161649.194000', '161649.197000', '161649.200000', '161649.202000', '161649.205000', '161649.208000', '161649.211000', '161649.214000', '161649.217000', '161649.220000', '161649.223000', '161649.226000', '161649.229000', '161649.232000', '161649.234000', '161649.237000', '161649.240000', '161649.243000', '161649.246000', '161649.249000', '161649.253000', '161649.258000', '161649.261000', '161649.264000', '161649.267000', '161649.270000', '161649.273000', '161649.276000', '161649.278000', '161649.281000', '161649.284000', '161649.287000', '161649.290000', '161649.293000', '161649.296000', '161649.299000', '161649.301000', '161709.177000', '161709.180000', '161709.183000', '161709.186000', '161709.188000', '161709.191000', '161709.194000', '161709.197000', '161709.200000', '161709.203000', '161709.206000', '161709.209000', '161709.211000', '161709.214000', '161709.217000', '161709.220000', '161709.223000', '161709.226000', '161709.228000', '161709.231000', '161709.234000', '161709.237000', '161709.240000', '161709.243000', '161709.246000', '161709.248000', '161709.251000', '161709.254000', '161709.257000', '161709.260000', '161709.263000', '161709.265000', '161709.268000', '161709.271000', '161709.274000', '161709.277000', '161709.280000', '161709.283000', '161709.285000', '161709.288000', '161709.291000', '161709.294000', '161709.297000', '161709.300000', '161729.177000', '161729.180000', '161729.183000', '161729.186000', '161729.188000', '161729.192000', '161729.194000', '161729.197000', '161729.200000', '161729.203000', '161729.206000', '161729.209000', '161729.211000', '161729.214000', '161729.217000', '161729.220000', '161729.223000', '161729.226000', '161729.229000', '161729.232000', '161729.234000', '161729.238000', '161729.240000', '161729.243000', '161729.246000', '161729.252000', '161729.255000', '161729.258000', '161729.261000', '161729.264000', '161729.267000', '161729.270000', '161729.272000', '161729.275000', '161729.278000', '161729.281000', '161729.284000', '161729.287000', '161729.289000', '161729.292000', '161729.295000', '161729.298000', '161729.301000', '161749.177000', '161749.180000', '161749.183000', '161749.186000', '161749.189000', '161749.191000', '161749.194000', '161749.197000', '161749.200000', '161749.203000', '161749.206000', '161749.209000', '161749.212000', '161749.214000', '161749.217000', '161749.220000', '161749.223000', '161749.226000', '161749.229000', '161749.232000', '161749.234000', '161749.237000', '161749.240000', '161749.243000', '161749.246000', '161749.249000', '161749.252000', '161749.254000', '161749.257000', '161749.260000', '161749.263000', '161749.266000', '161749.269000', '161749.271000', '161749.274000', '161749.277000', '161749.280000', '161749.283000', '161749.286000', '161749.289000', '161749.291000', '161749.294000', '161749.297000', '161749.300000', '161809.177000', '161809.180000', '161809.183000', '161809.186000', '161809.189000', '161809.191000', '161809.194000', '161809.197000', '161809.200000', '161809.203000', '161809.206000', '161809.209000', '161809.213000', '161809.216000', '161809.219000', '161809.222000', '161809.225000', '161809.228000', '161809.230000', '161809.233000', '161809.236000', '161809.239000', '161809.242000', '161809.245000', '161809.248000', '161809.251000', '161809.253000', '161809.256000', '161809.259000', '161809.262000', '161809.265000', '161809.268000', '161809.271000', '161809.274000', '161809.276000', '161809.279000', '161809.282000', '161809.286000', '161809.291000', '161809.294000', '161809.297000', '161809.300000', '161809.303000', '161829.177000', '161829.180000', '161829.183000', '161829.186000', '161829.189000', '161829.192000', '161829.194000', '161829.197000', '161829.200000', '161829.203000', '161829.206000', '161829.209000', '161829.212000', '161829.215000', '161829.217000', '161829.220000', '161829.223000', '161829.226000', '161829.229000', '161829.232000', '161829.235000', '161829.238000', '161829.240000', '161829.243000', '161829.246000', '161829.249000', '161829.252000', '161829.255000', '161829.257000', '161829.260000', '161829.263000', '161829.266000', '161829.269000', '161829.272000', '161829.275000', '161829.277000', '161829.280000', '161829.283000', '161829.286000', '161829.289000', '161829.291000', '161829.294000', '161829.297000', '161829.300000', '161849.177000', '161849.180000', '161849.183000', '161849.186000', '161849.189000', '161849.192000', '161849.194000', '161849.197000', '161849.200000', '161849.203000', '161849.206000', '161849.209000', '161849.212000', '161849.214000', '161849.217000', '161849.220000', '161849.223000', '161849.226000', '161849.229000', '161849.232000', '161849.235000', '161849.238000', '161849.240000', '161849.243000', '161849.246000', '161849.249000', '161849.252000', '161849.255000', '161849.258000', '161849.260000', '161849.263000', '161849.266000', '161849.269000', '161849.272000', '161849.275000', '161849.278000', '161849.281000', '161849.284000', '161849.286000', '161849.289000', '161849.292000', '161849.295000', '161849.299000', '161909.176000', '161909.179000', '161909.182000', '161909.185000', '161909.188000', '161909.191000', '161909.193000', '161909.196000', '161909.199000', '161909.202000', '161909.205000', '161909.208000', '161909.211000', '161909.214000', '161909.216000', '161909.219000', '161909.222000', '161909.225000', '161909.228000', '161909.231000', '161909.234000', '161909.237000', '161909.239000', '161909.242000', '161909.245000', '161909.248000', '161909.251000', '161909.254000', '161909.257000', '161909.259000', '161909.262000', '161909.265000', '161909.268000', '161909.271000', '161909.274000', '161909.276000', '161909.279000', '161909.282000', '161909.285000', '161909.288000', '161909.291000', '161909.294000', '161909.296000', '161909.299000', '161929.177000', '161929.180000', '161929.183000', '161929.186000', '161929.189000', '161929.191000', '161929.194000', '161929.197000', '161929.200000', '161929.203000', '161929.206000', '161929.209000', '161929.211000', '161929.214000', '161929.217000', '161929.220000', '161929.223000', '161929.226000', '161929.229000', '161929.232000', '161929.235000', '161929.237000', '161929.240000', '161929.243000', '161929.246000', '161929.250000', '161929.254000', '161929.256000', '161929.259000', '161929.262000', '161929.265000', '161929.268000', '161929.271000', '161929.274000', '161929.277000', '161929.279000', '161929.282000', '161929.285000', '161929.288000', '161929.291000', '161929.294000', '161929.297000', '161929.300000', '161949.177000', '161949.180000', '161949.183000', '161949.186000', '161949.189000', '161949.191000', '161949.194000', '161949.197000', '161949.200000', '161949.203000', '161949.206000', '161949.209000', '161949.212000', '161949.215000', '161949.219000', '161949.221000', '161949.224000', '161949.227000', '161949.230000', '161949.233000', '161949.236000', '161949.239000', '161949.241000', '161949.244000', '161949.247000', '161949.250000', '161949.253000', '161949.256000', '161949.259000', '161949.261000', '161949.264000', '161949.267000', '161949.270000', '161949.273000', '161949.284000', '161949.287000', '161949.290000', '161949.293000', '161949.295000', '161949.298000', '161949.301000', '161949.304000', '161949.307000', '161949.310000', '162007.550000', '162007.553000', '162007.556000', '162007.567000', '162007.570000', '162007.573000', '162007.577000', '162007.580000', '162007.583000', '162007.585000', '162007.589000', '162007.592000', '162007.595000', '162007.598000', '162007.601000', '162007.604000', '162007.607000', '162007.610000', '162007.613000', '162007.616000', '162007.619000', '162007.622000', '162007.625000', '162007.628000', '162007.631000', '162007.634000', '162007.648000', '162007.659000', '162007.662000', '162007.664000', '162007.668000', '162007.671000', '162007.674000', '162007.677000', '162007.679000', '162007.682000', '162007.685000', '162007.688000', '162007.691000', '162007.694000'], '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': [10643, 8734, 9459, 9402, 8856, 12045, 9008, 13564, 10580, 14822, 11580, 8548, 8617, 8815, 8287, 8932, 9600, 8706, 13500, 8933, 8234, 8736, 9435, 8780, 8855, 10991, 8735, 13934, 9313, 11847, 9192, 9013, 9156, 8434, 13088, 9192, 9357, 9114, 8817, 9135, 10947, 9018, 14538, 9613, 9901, 9294, 8768, 8633, 8824, 12631, 8985, 10921, 9139, 9348, 8987, 9046, 8423, 8192, 13647, 8733, 12582, 9105, 11183, 8999, 10626, 9283, 11939, 13121, 8888, 8848, 8849, 8715, 9222, 10493, 8804, 11734, 10089, 9595, 8577, 9063, 8583, 9620, 11788, 9076, 13430, 10253, 8315, 8753, 9461, 8563, 8951, 11553, 9296, 12748, 9575, 9446, 9149, 8815, 9977, 8723, 12884, 8896, 9552, 9479, 10267, 8989, 10741, 9085, 9889, 8447, 8910, 9490, 9063, 13713, 9114, 14143, 9353, 9140, 9334, 8915, 8765, 8570, 12716, 9331, 13077, 9573, 11511, 9407, 12048, 9484, 13397, 11818, 8641, 8846, 9072, 8590, 9501, 9561, 8890, 14098, 9308, 9606, 9293, 9380, 9205, 10138, 9401, 9606, 8375, 8752, 9169, 9071, 9634, 12513, 8757, 11881, 9595, 9920, 9314, 8721, 8571, 8606, 14510, 9407, 13679, 9572, 9676, 9431, 8670, 8531, 8608, 13616, 8638, 12363, 9126, 9631, 9394, 11160, 9140, 12784, 10207, 12227, 8904, 8189, 8961, 8291, 8899, 8163, 8547, 8818, 10210, 8809, 9212, 9044, 9537, 9458, 9829, 9523, 11452, 9303, 10300, 9045, 8650, 8850, 9917, 8704, 9373, 11836, 9115, 9093, 9110, 11779, 9764, 13808, 9755, 11057, 9805, 9853, 9563, 9362, 9675, 8628, 9717, 8885, 9033, 9707, 11441, 8997, 8766, 9888, 9437, 9802, 10523, 9714, 13231, 9557, 9056, 10108, 9606, 9881, 9199, 9109, 9072, 12793, 9420, 12492, 9960, 10747, 9990, 10681, 9594, 9841, 9560, 9321, 9437, 9426, 9469, 9787, 11432, 9779, 14082, 10010, 10534, 9949, 8843, 10012, 10092, 9436, 9787, 9345, 9596, 9686, 9601, 12547, 10269, 9871, 10238, 10896, 10231, 10031, 10290, 9282, 10080, 9193, 10131, 9251, 9653, 9702, 10242, 10467, 11903, 10244, 9797, 10176, 9701, 10173, 9340, 9539, 10509, 10100, 10245, 9216, 10062, 10214, 10098, 9374, 9558, 10617, 11850, 10315, 9312, 10490, 9229, 10060, 9846, 12038, 10565, 11364, 10151, 10709, 9348, 9822, 13838, 9903, 12978, 9859, 13600, 11788, 13560, 9987, 11410, 9914, 10926, 9246, 11612, 10929, 9401, 9216, 9885, 8725, 10031, 9054, 10045, 12821, 9775, 11586, 10295, 10864, 10239, 11110, 10432, 10950, 10004, 9011, 9631, 9828, 9298, 9821, 9850, 10561, 10715, 10514, 9643, 10007, 9801, 9694, 9862, 12863, 9800, 14389, 10282, 8884, 9284, 10498, 9351, 10023, 11479, 10079, 10082, 12733, 9955, 10694, 10258, 10910, 10022, 12171, 9594, 9472, 9311, 9703, 13934, 10157, 11765, 10204, 10763, 9415, 11352, 9450, 9803, 8967, 9949, 9507, 10034, 10814, 9885, 13314, 10272, 11511, 10425, 10062, 9965, 9253, 9431, 10621, 9484, 9938, 8969, 9891, 11338, 10413, 12942, 10326, 11741, 10316, 12340, 9618, 13956, 15481, 13530, 15552, 10405, 8288, 9642, 9810, 9401, 9963, 11191, 9636, 11163, 10846, 11850, 10921, 9430, 9851, 10022, 11450, 9322, 12476, 9051, 13658, 9395, 8464, 9560, 8136, 9669, 8513, 9423, 9746, 8594, 11602, 8774, 8661, 8703, 8159, 8705, 8137, 8420, 8973, 10119, 9361, 8728, 9055, 8715, 9306, 8621, 9667, 11101, 9712, 12656, 9914, 11687, 10242, 10223, 10219, 12255, 9972, 13594, 9902, 10282, 9951, 8851, 10054, 9659, 9883, 10381, 9467, 9081, 9576, 10076, 9603, 10793, 9890, 10214, 9210, 9528, 12829, 10151, 8868, 10300, 9873, 10246, 10583, 9540, 9250, 9674, 9540, 9701, 9549, 10674, 11940, 12008, 10064, 13630, 10092, 8919, 9847, 8954, 9658, 8712, 9994, 10489, 9740, 12834, 9969, 8768, 9906, 8541, 9734, 8834, 9398, 9189, 9470, 10102, 9534, 9795, 9667, 10392, 9159, 9639, 9323, 9434, 9645, 9391, 8495, 10124, 9730, 10187, 8534, 10134, 10014, 9982, 9541, 12127, 9872, 12771, 10496, 11873, 10410, 11798, 10675, 11605, 10325, 10307, 9283, 9877, 8930, 10415, 13472, 10164, 10776, 9807, 9172, 9383, 9725, 10363, 9963, 13234, 9685, 8408, 10264, 10264, 9596, 9949, 9368, 10314, 9084, 9668, 10663, 10098, 13989, 9957, 9207, 9587, 10101, 9746, 9905, 13711, 9930, 14296, 9792, 10646, 9277, 9972, 9839, 10364, 12421, 9769, 13740, 9389, 11776, 9241, 9704, 10815, 9717, 14151, 10019, 11861, 10182, 10207, 9568, 9656, 11813, 9704, 8299, 10182, 10092, 9315, 9449, 12932, 9938, 9774, 9991, 9701, 9293, 9823, 13402, 9723, 14676, 9511, 9511, 9278, 9816, 8730, 9690, 13562, 11905, 9841, 8945, 9542, 8828, 9744, 8622, 9447, 13750, 9398, 9532, 9240, 10168, 8809, 9506, 14221, 9421, 9141, 9245, 9350, 9076, 9575, 12803, 9880, 12166, 10174, 8859, 9986, 10843, 10280, 9676, 9281, 9638, 8932, 10099, 8277, 9754, 9899, 9347, 9669, 9005, 9821, 8484, 10208, 10662, 9730, 11019, 9831, 10323, 9117, 9857, 9084, 9964, 12789, 9829, 13673, 9696, 10038, 9466, 9585, 9365, 9662, 12683, 10295, 11752, 9782, 10764, 9389, 9665, 9198, 10205, 14033, 12008, 10713, 9152, 10282, 9095, 10090, 10093, 9910, 13789, 9528, 11436, 9626, 9607, 9525, 9801, 10055, 9907, 12279, 10012, 10371, 9667, 10445, 9778, 11623, 10930, 10061, 8916, 9934, 7986, 10100, 10445, 10536, 10017, 8978, 9612, 9539, 9911, 9532, 11266, 9795, 14735, 10191, 12261, 9550, 10464, 9345, 10032, 11163, 9815, 14046, 11534, 10373, 9073, 10023, 9013, 9986, 11124, 10093, 12001, 10825, 9923, 9028, 9823, 10046, 9350, 10731, 10054, 9595, 13145, 9925, 8416, 9986, 9920, 9921, 9288, 9563, 9634, 9018, 10221, 9721, 10062, 9540, 9556, 9706, 13285, 9958, 9332, 9867, 8803, 10019, 13383, 9830, 9417, 9442, 9707, 9083, 10270, 11547, 9462, 12495, 9276, 9674, 9186, 10452, 9080, 10007, 13866, 9904, 13387, 10085, 9207, 9944, 10269, 9330, 9969, 13525, 9777, 13145, 9813, 9450, 9516, 9398, 9722, 9985, 12988, 9994, 8896, 10272, 8965, 10016, 13570, 9698, 9724, 9653, 10445, 9406, 9780, 10220, 10221, 9322, 9654, 9934, 8150, 10200, 12550, 10865, 11097, 9471, 10513, 9318, 9969, 9377, 10227, 12698, 10480, 14159, 10534, 8689, 10266, 10841, 9553, 10008, 12784, 10199, 10643, 10141, 9431, 9536, 10088, 12590, 9864, 8614, 10408, 10070, 10293, 12125, 10358, 9680, 9624, 9833, 9553, 10301, 10309, 9484, 9082, 9949, 10003, 10357, 12044, 9872, 15232, 10141, 9965, 9544, 10689, 9666, 10116, 14415, 10057, 12592, 9976, 9557, 9631, 10073, 9239, 9989, 13472, 9901, 10765, 10027, 10308, 10149, 9212, 9322, 10014, 13673, 9761, 11462, 10387, 10541, 9949, 10516, 9548, 12103, 12619, 9787, 9980, 10201, 9916, 10124, 9354, 9607, 9703, 14843, 9944, 15144, 12556, 8919, 8678, 9759, 9349, 8356, 9900, 9281, 9964, 9761, 11859, 9485, 14318, 11757, 14696, 12222, 9586, 8682, 9161, 12776, 8886, 13572, 10953, 13627, 8930, 8887, 8175, 8997, 8056, 8934, 7749, 8768, 11221, 8208, 8862, 8406, 7652, 8431, 8607, 8359, 8779, 11984, 9113, 12792, 9189, 9478, 9208, 10946, 9374, 11659, 10124, 11342, 9035, 9973, 9011, 9350, 8931, 9470, 8629, 9637, 13389, 9228, 10758, 9393, 9955, 9260, 10391, 9378, 9989, 12487, 9645, 13932, 10061, 9672, 9961, 8788, 9424, 10120, 12845, 9271, 13799, 9715, 11020, 10000, 9879, 10007, 10091, 9977, 9841, 12912, 9961, 13306, 9515, 9535, 9366, 9801, 11022, 9579, 13403, 10167, 9790, 10144, 9588, 16077, 13774, 9848, 9648, 9896, 10105, 9804, 10118, 12920, 10099, 14222, 9540, 9694, 8552, 9885, 9165, 9354, 9640, 14372, 9919, 8466, 9657, 9499, 9036, 9791, 12851, 10085, 14219, 11336, 10278, 9325, 10009, 8239, 10008, 10395, 10030, 9823, 9772, 10748, 9470, 9772, 9152, 10149, 14197, 9943, 10077, 9919, 9853, 9821, 10105, 9097, 10133, 13264, 9945, 12908, 10027, 10366, 9950, 9095, 10294, 10300, 9525, 10083, 8000, 10528, 11011, 10204, 11099, 9861, 10592, 9618, 9981, 9191, 10176, 11847, 10037, 14555, 11674, 8993, 9944, 9540, 9378, 10310, 10808, 10171, 13389, 11312, 9655, 9204, 9943, 10759, 10165, 12624, 10293, 12845, 9779, 9777, 9118, 9931, 8715, 10053, 12767, 10234, 13171, 11397, 10261, 9089, 10206, 9913, 10148, 9447, 11048, 10307, 12460, 9703, 8837, 9956, 10624, 9882, 14868, 12797, 9733, 9650, 9824, 8051, 10129, 11077, 10230, 12143, 9763, 10058, 9316, 9708, 8637, 10162, 13977, 11402, 10847, 9678, 10650, 9533, 9745, 9203, 9984, 13817, 9931, 12116, 10331, 9110, 9782, 10058, 12665, 9872, 13471, 10067, 9611, 9999, 9547, 9672, 10339, 13537, 9938, 12164, 9853, 10195, 10071, 9942, 9442, 10039, 14040, 10031, 14468, 9888, 8556, 9752, 10472, 9524, 9749, 13310, 10477, 14025, 9914, 10115, 9444, 9976, 9499, 9933, 12852, 11032, 13495, 13704, 9755, 10716, 9995, 8801, 9878, 10108, 9293, 10022, 13235, 9968, 15326, 10976, 13283, 9698, 10349, 9157, 9879, 8603, 10052, 12130, 9858, 13700, 10901, 15069, 9574, 9112, 9676, 10773, 9286, 9864, 9076, 9551, 9099, 9457, 8465, 9750, 13394, 9810, 8603, 9781, 10932, 9818, 9484, 9448, 9586, 11469, 10011, 10732, 10598, 8241, 10488, 11489, 10191, 11567, 10079, 10802, 9799, 10060, 8810, 10745, 11012, 10300, 13251, 10118, 9921, 9744, 9965, 9404, 9873, 14876, 11827, 13044, 9798, 9814, 9514, 9896, 9089, 9866, 14887, 12452, 14127, 9681, 10147, 9649, 10176, 9244, 9818, 11146, 9998, 14669, 9716, 12557, 9882, 9190, 9725, 9310, 9628, 9736, 14282, 9826, 8747, 9793, 10070, 10117, 9250, 10276, 9969, 14345, 9795, 11555, 9808, 10195, 9829, 9429, 10635, 9947, 14913, 9829, 13487], 'WindowCenter': [4245.0, 4212.0, 4218.0, 4208.0, 4193.0, 4222.0, 4184.0, 4220.0, 4204.0, 4232.0, 4213.0, 4170.0, 4168.0, 4181.0, 4168.0, 4182.0, 4193.0, 4182.0, 4232.0, 4195.0, 4181.0, 4182.0, 4192.0, 4183.0, 4191.0, 4212.0, 4195.0, 4233.0, 4193.0, 4212.0, 4191.0, 4181.0, 4192.0, 4171.0, 4236.0, 4194.0, 4194.0, 4194.0, 4182.0, 4191.0, 4211.0, 4192.0, 4232.0, 4194.0, 4191.0, 4190.0, 4179.0, 4180.0, 4180.0, 4224.0, 4180.0, 4212.0, 4204.0, 4189.0, 4192.0, 4193.0, 4183.0, 4183.0, 4234.0, 4193.0, 4222.0, 4194.0, 4211.0, 4191.0, 4203.0, 4192.0, 4211.0, 4223.0, 4193.0, 4190.0, 4191.0, 4180.0, 4190.0, 4199.0, 4192.0, 4221.0, 4203.0, 4191.0, 4183.0, 4191.0, 4180.0, 4202.0, 4224.0, 4192.0, 4221.0, 4201.0, 4172.0, 4180.0, 4186.0, 4171.0, 4180.0, 4209.0, 4190.0, 4220.0, 4191.0, 4189.0, 4192.0, 4180.0, 4204.0, 4181.0, 4221.0, 4191.0, 4189.0, 4191.0, 4203.0, 4193.0, 4212.0, 4193.0, 4202.0, 4182.0, 4181.0, 4193.0, 4192.0, 4232.0, 4182.0, 4232.0, 4194.0, 4190.0, 4190.0, 4191.0, 4184.0, 4193.0, 4233.0, 4205.0, 4234.0, 4204.0, 4212.0, 4193.0, 4212.0, 4193.0, 4221.0, 4211.0, 4167.0, 4182.0, 4178.0, 4171.0, 4188.0, 4192.0, 4180.0, 4223.0, 4180.0, 4189.0, 4195.0, 4190.0, 4193.0, 4201.0, 4192.0, 4202.0, 4182.0, 4193.0, 4192.0, 4195.0, 4203.0, 4235.0, 4194.0, 4223.0, 4203.0, 4203.0, 4193.0, 4181.0, 4184.0, 4182.0, 4233.0, 4193.0, 4232.0, 4191.0, 4189.0, 4190.0, 4179.0, 4180.0, 4180.0, 4224.0, 4181.0, 4210.0, 4190.0, 4189.0, 4190.0, 4199.0, 4191.0, 4208.0, 4201.0, 4209.0, 4180.0, 4167.0, 4180.0, 4168.0, 4180.0, 4169.0, 4181.0, 4180.0, 4203.0, 4193.0, 4190.0, 4193.0, 4191.0, 4192.0, 4190.0, 4192.0, 4212.0, 4193.0, 4201.0, 4182.0, 4181.0, 4181.0, 4191.0, 4184.0, 4192.0, 4210.0, 4180.0, 4179.0, 4180.0, 4211.0, 4205.0, 4231.0, 4202.0, 4211.0, 4201.0, 4202.0, 4203.0, 4191.0, 4203.0, 4183.0, 4203.0, 4194.0, 4194.0, 4204.0, 4224.0, 4193.0, 4193.0, 4216.0, 4204.0, 4216.0, 4214.0, 4208.0, 4245.0, 4217.0, 4205.0, 4215.0, 4214.0, 4218.0, 4204.0, 4205.0, 4206.0, 4237.0, 4207.0, 4236.0, 4217.0, 4225.0, 4217.0, 4215.0, 4206.0, 4205.0, 4205.0, 4202.0, 4203.0, 4204.0, 4204.0, 4216.0, 4225.0, 4217.0, 4245.0, 4216.0, 4215.0, 4204.0, 4191.0, 4204.0, 4213.0, 4204.0, 4204.0, 4203.0, 4204.0, 4203.0, 4204.0, 4232.0, 4214.0, 4204.0, 4215.0, 4224.0, 4215.0, 4214.0, 4216.0, 4205.0, 4227.0, 4217.0, 4226.0, 4207.0, 4216.0, 4218.0, 4228.0, 4229.0, 4237.0, 4227.0, 4217.0, 4227.0, 4218.0, 4226.0, 4216.0, 4217.0, 4227.0, 4227.0, 4228.0, 4216.0, 4230.0, 4230.0, 4227.0, 4217.0, 4217.0, 4241.0, 4249.0, 4242.0, 4220.0, 4240.0, 4220.0, 4229.0, 4232.0, 4250.0, 4242.0, 4241.0, 4228.0, 4229.0, 4218.0, 4218.0, 4249.0, 4217.0, 4236.0, 4206.0, 4235.0, 4223.0, 4233.0, 4203.0, 4210.0, 4201.0, 4199.0, 4191.0, 4211.0, 4213.0, 4189.0, 4191.0, 4202.0, 4180.0, 4202.0, 4192.0, 4203.0, 4221.0, 4203.0, 4211.0, 4204.0, 4212.0, 4203.0, 4210.0, 4214.0, 4212.0, 4203.0, 4193.0, 4204.0, 4217.0, 4206.0, 4218.0, 4216.0, 4227.0, 4228.0, 4228.0, 4217.0, 4218.0, 4219.0, 4218.0, 4216.0, 4237.0, 4217.0, 4245.0, 4216.0, 4195.0, 4205.0, 4227.0, 4207.0, 4217.0, 4237.0, 4218.0, 4227.0, 4247.0, 4216.0, 4214.0, 4214.0, 4212.0, 4205.0, 4223.0, 4204.0, 4203.0, 4193.0, 4203.0, 4233.0, 4212.0, 4222.0, 4202.0, 4211.0, 4193.0, 4213.0, 4203.0, 4202.0, 4193.0, 4204.0, 4203.0, 4204.0, 4213.0, 4204.0, 4233.0, 4203.0, 4214.0, 4214.0, 4202.0, 4215.0, 4203.0, 4205.0, 4215.0, 4204.0, 4214.0, 4194.0, 4216.0, 4225.0, 4215.0, 4235.0, 4215.0, 4223.0, 4214.0, 4222.0, 4205.0, 4245.0, 4247.0, 4247.0, 4257.0, 4215.0, 4183.0, 4201.0, 4203.0, 4193.0, 4214.0, 4213.0, 4205.0, 4214.0, 4215.0, 4222.0, 4203.0, 4178.0, 4178.0, 4176.0, 4186.0, 4164.0, 4195.0, 4153.0, 4195.0, 4162.0, 4143.0, 4174.0, 4141.0, 4174.0, 4153.0, 4165.0, 4175.0, 4166.0, 4184.0, 4166.0, 4165.0, 4166.0, 4155.0, 4167.0, 4156.0, 4168.0, 4178.0, 4189.0, 4177.0, 4167.0, 4178.0, 4167.0, 4179.0, 4167.0, 4191.0, 4210.0, 4191.0, 4221.0, 4201.0, 4210.0, 4201.0, 4189.0, 4201.0, 4210.0, 4201.0, 4221.0, 4192.0, 4189.0, 4190.0, 4178.0, 4191.0, 4187.0, 4191.0, 4200.0, 4192.0, 4180.0, 4189.0, 4201.0, 4201.0, 4211.0, 4202.0, 4203.0, 4203.0, 4204.0, 4235.0, 4215.0, 4193.0, 4214.0, 4203.0, 4215.0, 4213.0, 4205.0, 4194.0, 4204.0, 4192.0, 4204.0, 4192.0, 4202.0, 4212.0, 4223.0, 4190.0, 4223.0, 4189.0, 4179.0, 4187.0, 4178.0, 4190.0, 4178.0, 4202.0, 4201.0, 4203.0, 4220.0, 4202.0, 4180.0, 4202.0, 4180.0, 4202.0, 4191.0, 4193.0, 4192.0, 4204.0, 4203.0, 4203.0, 4203.0, 4202.0, 4213.0, 4194.0, 4203.0, 4193.0, 4192.0, 4202.0, 4205.0, 4194.0, 4217.0, 4215.0, 4227.0, 4195.0, 4226.0, 4217.0, 4218.0, 4218.0, 4237.0, 4217.0, 4236.0, 4227.0, 4224.0, 4226.0, 4225.0, 4215.0, 4224.0, 4205.0, 4203.0, 4193.0, 4204.0, 4193.0, 4215.0, 4234.0, 4215.0, 4213.0, 4202.0, 4190.0, 4192.0, 4192.0, 4203.0, 4203.0, 4232.0, 4203.0, 4181.0, 4213.0, 4203.0, 4203.0, 4203.0, 4193.0, 4203.0, 4192.0, 4203.0, 4214.0, 4214.0, 4233.0, 4203.0, 4190.0, 4202.0, 4200.0, 4203.0, 4203.0, 4245.0, 4216.0, 4244.0, 4202.0, 4213.0, 4203.0, 4215.0, 4203.0, 4214.0, 4223.0, 4204.0, 4233.0, 4193.0, 4210.0, 4189.0, 4190.0, 4200.0, 4190.0, 4220.0, 4190.0, 4209.0, 4200.0, 4199.0, 4190.0, 4191.0, 4221.0, 4191.0, 4170.0, 4202.0, 4201.0, 4192.0, 4202.0, 4232.0, 4202.0, 4201.0, 4202.0, 4191.0, 4191.0, 4191.0, 4222.0, 4190.0, 4232.0, 4191.0, 4189.0, 4179.0, 4190.0, 4179.0, 4192.0, 4220.0, 4212.0, 4190.0, 4180.0, 4179.0, 4178.0, 4178.0, 4167.0, 4189.0, 4218.0, 4178.0, 4177.0, 4179.0, 4199.0, 4180.0, 4191.0, 4220.0, 4180.0, 4178.0, 4180.0, 4178.0, 4178.0, 4188.0, 4221.0, 4191.0, 4210.0, 4189.0, 4178.0, 4190.0, 4199.0, 4201.0, 4190.0, 4177.0, 4189.0, 4179.0, 4201.0, 4169.0, 4192.0, 4190.0, 4192.0, 4191.0, 4181.0, 4202.0, 4181.0, 4202.0, 4200.0, 4204.0, 4213.0, 4204.0, 4203.0, 4182.0, 4203.0, 4182.0, 4203.0, 4221.0, 4192.0, 4219.0, 4192.0, 4190.0, 4191.0, 4188.0, 4190.0, 4191.0, 4223.0, 4203.0, 4222.0, 4203.0, 4213.0, 4203.0, 4205.0, 4204.0, 4216.0, 4235.0, 4226.0, 4214.0, 4194.0, 4202.0, 4181.0, 4201.0, 4191.0, 4192.0, 4221.0, 4192.0, 4210.0, 4191.0, 4191.0, 4192.0, 4203.0, 4203.0, 4203.0, 4223.0, 4203.0, 4202.0, 4193.0, 4202.0, 4204.0, 4212.0, 4202.0, 4191.0, 4180.0, 4201.0, 4169.0, 4202.0, 4215.0, 4216.0, 4215.0, 4194.0, 4205.0, 4203.0, 4216.0, 4202.0, 4225.0, 4205.0, 4244.0, 4216.0, 4223.0, 4204.0, 4213.0, 4192.0, 4203.0, 4213.0, 4204.0, 4234.0, 4225.0, 4213.0, 4192.0, 4203.0, 4192.0, 4203.0, 4212.0, 4204.0, 4222.0, 4212.0, 4191.0, 4181.0, 4191.0, 4190.0, 4191.0, 4199.0, 4190.0, 4190.0, 4221.0, 4191.0, 4169.0, 4191.0, 4188.0, 4191.0, 4191.0, 4192.0, 4202.0, 4193.0, 4213.0, 4203.0, 4214.0, 4203.0, 4204.0, 4193.0, 4233.0, 4201.0, 4191.0, 4192.0, 4180.0, 4203.0, 4232.0, 4203.0, 4192.0, 4192.0, 4192.0, 4181.0, 4202.0, 4212.0, 4203.0, 4223.0, 4193.0, 4191.0, 4191.0, 4200.0, 4179.0, 4190.0, 4221.0, 4190.0, 4221.0, 4191.0, 4180.0, 4201.0, 4201.0, 4192.0, 4202.0, 4233.0, 4203.0, 4221.0, 4203.0, 4191.0, 4192.0, 4191.0, 4193.0, 4202.0, 4223.0, 4203.0, 4181.0, 4203.0, 4181.0, 4204.0, 4232.0, 4193.0, 4192.0, 4205.0, 4212.0, 4192.0, 4202.0, 4202.0, 4214.0, 4203.0, 4204.0, 4216.0, 4185.0, 4227.0, 4237.0, 4228.0, 4226.0, 4206.0, 4215.0, 4194.0, 4204.0, 4193.0, 4203.0, 4222.0, 4214.0, 4234.0, 4213.0, 4182.0, 4213.0, 4215.0, 4205.0, 4215.0, 4236.0, 4216.0, 4215.0, 4215.0, 4195.0, 4205.0, 4205.0, 4235.0, 4204.0, 4184.0, 4216.0, 4203.0, 4216.0, 4225.0, 4216.0, 4205.0, 4204.0, 4216.0, 4204.0, 4217.0, 4216.0, 4207.0, 4196.0, 4217.0, 4218.0, 4228.0, 4239.0, 4218.0, 4259.0, 4217.0, 4206.0, 4205.0, 4214.0, 4194.0, 4204.0, 4233.0, 4205.0, 4223.0, 4204.0, 4192.0, 4191.0, 4201.0, 4193.0, 4202.0, 4233.0, 4203.0, 4211.0, 4204.0, 4203.0, 4214.0, 4203.0, 4206.0, 4214.0, 4246.0, 4216.0, 4225.0, 4216.0, 4214.0, 4205.0, 4214.0, 4206.0, 4224.0, 4225.0, 4202.0, 4203.0, 4204.0, 4202.0, 4204.0, 4193.0, 4205.0, 4217.0, 4260.0, 4231.0, 4258.0, 4237.0, 4206.0, 4205.0, 4204.0, 4204.0, 4183.0, 4216.0, 4204.0, 4215.0, 4204.0, 4225.0, 4204.0, 4233.0, 4213.0, 4222.0, 4199.0, 4165.0, 4156.0, 4165.0, 4194.0, 4165.0, 4193.0, 4185.0, 4204.0, 4153.0, 4152.0, 4141.0, 4151.0, 4143.0, 4163.0, 4142.0, 4166.0, 4185.0, 4155.0, 4165.0, 4167.0, 4157.0, 4170.0, 4178.0, 4169.0, 4182.0, 4211.0, 4193.0, 4221.0, 4192.0, 4190.0, 4191.0, 4200.0, 4190.0, 4211.0, 4202.0, 4211.0, 4180.0, 4189.0, 4193.0, 4191.0, 4191.0, 4201.0, 4182.0, 4204.0, 4233.0, 4203.0, 4215.0, 4204.0, 4202.0, 4202.0, 4201.0, 4194.0, 4204.0, 4234.0, 4204.0, 4234.0, 4204.0, 4192.0, 4203.0, 4193.0, 4204.0, 4214.0, 4236.0, 4205.0, 4235.0, 4204.0, 4213.0, 4204.0, 4204.0, 4219.0, 4231.0, 4205.0, 4204.0, 4238.0, 4205.0, 4234.0, 4206.0, 4204.0, 4218.0, 4229.0, 4226.0, 4206.0, 4236.0, 4216.0, 4205.0, 4214.0, 4217.0, 4243.0, 4233.0, 4191.0, 4189.0, 4190.0, 4189.0, 4190.0, 4201.0, 4223.0, 4203.0, 4232.0, 4190.0, 4191.0, 4179.0, 4202.0, 4192.0, 4204.0, 4204.0, 4234.0, 4204.0, 4183.0, 4206.0, 4203.0, 4193.0, 4203.0, 4223.0, 4204.0, 4233.0, 4213.0, 4200.0, 4190.0, 4201.0, 4181.0, 4203.0, 4203.0, 4205.0, 4202.0, 4206.0, 4212.0, 4203.0, 4203.0, 4204.0, 4215.0, 4245.0, 4204.0, 4203.0, 4203.0, 4204.0, 4214.0, 4215.0, 4205.0, 4217.0, 4236.0, 4216.0, 4234.0, 4215.0, 4204.0, 4205.0, 4195.0, 4216.0, 4203.0, 4203.0, 4214.0, 4183.0, 4215.0, 4214.0, 4217.0, 4226.0, 4217.0, 4214.0, 4204.0, 4203.0, 4203.0, 4215.0, 4224.0, 4217.0, 4246.0, 4226.0, 4193.0, 4203.0, 4203.0, 4193.0, 4215.0, 4215.0, 4216.0, 4234.0, 4225.0, 4204.0, 4192.0, 4202.0, 4212.0, 4214.0, 4224.0, 4218.0, 4234.0, 4204.0, 4203.0, 4192.0, 4205.0, 4182.0, 4204.0, 4222.0, 4214.0, 4234.0, 4224.0, 4201.0, 4191.0, 4213.0, 4202.0, 4214.0, 4202.0, 4226.0, 4204.0, 4226.0, 4202.0, 4184.0, 4203.0, 4201.0, 4204.0, 4232.0, 4223.0, 4191.0, 4190.0, 4204.0, 4171.0, 4214.0, 4214.0, 4214.0, 4222.0, 4204.0, 4202.0, 4192.0, 4205.0, 4182.0, 4215.0, 4245.0, 4225.0, 4213.0, 4192.0, 4201.0, 4190.0, 4202.0, 4192.0, 4202.0, 4233.0, 4203.0, 4222.0, 4203.0, 4191.0, 4204.0, 4215.0, 4236.0, 4203.0, 4233.0, 4203.0, 4190.0, 4202.0, 4191.0, 4205.0, 4203.0, 4234.0, 4202.0, 4222.0, 4202.0, 4201.0, 4202.0, 4202.0, 4203.0, 4214.0, 4237.0, 4203.0, 4231.0, 4202.0, 4181.0, 4203.0, 4212.0, 4203.0, 4204.0, 4233.0, 4214.0, 4243.0, 4203.0, 4213.0, 4203.0, 4202.0, 4201.0, 4204.0, 4234.0, 4226.0, 4234.0, 4236.0, 4203.0, 4202.0, 4202.0, 4181.0, 4202.0, 4200.0, 4192.0, 4202.0, 4221.0, 4203.0, 4243.0, 4213.0, 4221.0, 4190.0, 4199.0, 4189.0, 4190.0, 4178.0, 4200.0, 4220.0, 4202.0, 4232.0, 4212.0, 4231.0, 4190.0, 4167.0, 4180.0, 4197.0, 4180.0, 4188.0, 4178.0, 4189.0, 4182.0, 4191.0, 4181.0, 4203.0, 4231.0, 4200.0, 4192.0, 4202.0, 4211.0, 4202.0, 4202.0, 4204.0, 4206.0, 4225.0, 4215.0, 4214.0, 4214.0, 4182.0, 4214.0, 4223.0, 4215.0, 4224.0, 4205.0, 4215.0, 4206.0, 4214.0, 4194.0, 4225.0, 4224.0, 4217.0, 4235.0, 4215.0, 4205.0, 4203.0, 4205.0, 4204.0, 4216.0, 4245.0, 4225.0, 4233.0, 4203.0, 4201.0, 4192.0, 4201.0, 4192.0, 4202.0, 4242.0, 4224.0, 4231.0, 4191.0, 4199.0, 4191.0, 4200.0, 4190.0, 4201.0, 4211.0, 4202.0, 4232.0, 4194.0, 4220.0, 4201.0, 4190.0, 4191.0, 4190.0, 4193.0, 4191.0, 4232.0, 4201.0, 4180.0, 4202.0, 4202.0, 4213.0, 4191.0, 4214.0, 4203.0, 4244.0, 4203.0, 4211.0, 4204.0, 4200.0, 4204.0, 4191.0, 4202.0, 4201.0, 4245.0, 4202.0, 4220.0], 'WindowWidth': [9406.0, 9354.0, 9351.0, 9335.0, 9309.0, 9344.0, 9294.0, 9337.0, 9319.0, 9354.0, 9329.0, 9266.0, 9261.0, 9282.0, 9264.0, 9288.0, 9303.0, 9292.0, 9356.0, 9310.0, 9286.0, 9290.0, 9303.0, 9291.0, 9302.0, 9330.0, 9312.0, 9361.0, 9307.0, 9328.0, 9302.0, 9287.0, 9303.0, 9273.0, 9365.0, 9306.0, 9304.0, 9305.0, 9287.0, 9301.0, 9325.0, 9303.0, 9355.0, 9305.0, 9297.0, 9297.0, 9279.0, 9283.0, 9282.0, 9346.0, 9283.0, 9328.0, 9326.0, 9298.0, 9305.0, 9306.0, 9294.0, 9293.0, 9363.0, 9309.0, 9345.0, 9309.0, 9326.0, 9300.0, 9317.0, 9304.0, 9326.0, 9347.0, 9306.0, 9297.0, 9300.0, 9283.0, 9297.0, 9307.0, 9302.0, 9341.0, 9319.0, 9300.0, 9290.0, 9301.0, 9284.0, 9316.0, 9345.0, 9305.0, 9341.0, 9314.0, 9274.0, 9284.0, 9287.0, 9271.0, 9284.0, 9319.0, 9298.0, 9336.0, 9298.0, 9294.0, 9301.0, 9284.0, 9321.0, 9286.0, 9340.0, 9300.0, 9295.0, 9301.0, 9318.0, 9307.0, 9329.0, 9306.0, 9314.0, 9288.0, 9287.0, 9302.0, 9302.0, 9355.0, 9289.0, 9355.0, 9306.0, 9297.0, 9298.0, 9299.0, 9295.0, 9306.0, 9359.0, 9325.0, 9362.0, 9322.0, 9330.0, 9306.0, 9328.0, 9304.0, 9339.0, 9327.0, 9261.0, 9286.0, 9275.0, 9270.0, 9290.0, 9299.0, 9282.0, 9342.0, 9282.0, 9293.0, 9310.0, 9295.0, 9306.0, 9313.0, 9304.0, 9316.0, 9288.0, 9309.0, 9305.0, 9313.0, 9322.0, 9368.0, 9311.0, 9347.0, 9321.0, 9318.0, 9307.0, 9288.0, 9293.0, 9288.0, 9358.0, 9304.0, 9355.0, 9300.0, 9293.0, 9296.0, 9279.0, 9283.0, 9282.0, 9347.0, 9285.0, 9322.0, 9296.0, 9291.0, 9296.0, 9305.0, 9298.0, 9318.0, 9311.0, 9319.0, 9281.0, 9261.0, 9281.0, 9264.0, 9283.0, 9267.0, 9286.0, 9284.0, 9318.0, 9304.0, 9297.0, 9304.0, 9299.0, 9302.0, 9296.0, 9303.0, 9327.0, 9306.0, 9314.0, 9290.0, 9286.0, 9287.0, 9297.0, 9291.0, 9301.0, 9324.0, 9284.0, 9279.0, 9284.0, 9326.0, 9322.0, 9352.0, 9317.0, 9327.0, 9315.0, 9314.0, 9319.0, 9301.0, 9322.0, 9293.0, 9321.0, 9309.0, 9312.0, 9322.0, 9349.0, 9309.0, 9307.0, 9341.0, 9322.0, 9342.0, 9335.0, 9333.0, 9380.0, 9346.0, 9326.0, 9340.0, 9338.0, 9345.0, 9324.0, 9325.0, 9330.0, 9371.0, 9331.0, 9368.0, 9344.0, 9352.0, 9345.0, 9339.0, 9328.0, 9325.0, 9326.0, 9319.0, 9320.0, 9325.0, 9324.0, 9345.0, 9352.0, 9344.0, 9381.0, 9344.0, 9337.0, 9322.0, 9302.0, 9323.0, 9334.0, 9326.0, 9324.0, 9321.0, 9324.0, 9320.0, 9323.0, 9358.0, 9337.0, 9322.0, 9339.0, 9349.0, 9341.0, 9339.0, 9342.0, 9327.0, 9360.0, 9347.0, 9358.0, 9334.0, 9344.0, 9352.0, 9363.0, 9366.0, 9374.0, 9361.0, 9346.0, 9361.0, 9348.0, 9359.0, 9345.0, 9348.0, 9361.0, 9362.0, 9365.0, 9346.0, 9369.0, 9367.0, 9362.0, 9349.0, 9349.0, 9386.0, 9392.0, 9389.0, 9357.0, 9382.0, 9358.0, 9367.0, 9375.0, 9395.0, 9388.0, 9384.0, 9364.0, 9364.0, 9349.0, 9347.0, 9391.0, 9344.0, 9369.0, 9328.0, 9366.0, 9348.0, 9358.0, 9318.0, 9324.0, 9313.0, 9307.0, 9301.0, 9325.0, 9331.0, 9293.0, 9299.0, 9315.0, 9284.0, 9317.0, 9301.0, 9320.0, 9340.0, 9319.0, 9325.0, 9320.0, 9327.0, 9320.0, 9326.0, 9336.0, 9330.0, 9320.0, 9306.0, 9323.0, 9344.0, 9329.0, 9349.0, 9343.0, 9360.0, 9362.0, 9364.0, 9346.0, 9349.0, 9350.0, 9348.0, 9343.0, 9373.0, 9345.0, 9380.0, 9342.0, 9310.0, 9326.0, 9357.0, 9333.0, 9348.0, 9375.0, 9350.0, 9360.0, 9386.0, 9342.0, 9335.0, 9336.0, 9330.0, 9325.0, 9345.0, 9321.0, 9317.0, 9307.0, 9318.0, 9360.0, 9332.0, 9343.0, 9315.0, 9327.0, 9307.0, 9331.0, 9319.0, 9317.0, 9304.0, 9322.0, 9318.0, 9322.0, 9332.0, 9323.0, 9358.0, 9320.0, 9334.0, 9334.0, 9315.0, 9338.0, 9321.0, 9327.0, 9338.0, 9322.0, 9336.0, 9308.0, 9341.0, 9351.0, 9340.0, 9364.0, 9338.0, 9345.0, 9334.0, 9343.0, 9325.0, 9380.0, 9390.0, 9389.0, 9404.0, 9341.0, 9294.0, 9316.0, 9322.0, 9306.0, 9338.0, 9334.0, 9327.0, 9335.0, 9338.0, 9343.0, 9319.0, 9278.0, 9275.0, 9267.0, 9282.0, 9248.0, 9292.0, 9232.0, 9290.0, 9243.0, 9219.0, 9262.0, 9215.0, 9262.0, 9233.0, 9253.0, 9265.0, 9258.0, 9277.0, 9256.0, 9252.0, 9257.0, 9242.0, 9260.0, 9244.0, 9263.0, 9275.0, 9292.0, 9273.0, 9261.0, 9278.0, 9260.0, 9279.0, 9261.0, 9299.0, 9323.0, 9299.0, 9338.0, 9313.0, 9322.0, 9313.0, 9293.0, 9311.0, 9323.0, 9313.0, 9338.0, 9300.0, 9292.0, 9297.0, 9277.0, 9298.0, 9288.0, 9298.0, 9310.0, 9301.0, 9282.0, 9296.0, 9314.0, 9313.0, 9327.0, 9316.0, 9318.0, 9319.0, 9321.0, 9365.0, 9336.0, 9305.0, 9337.0, 9318.0, 9337.0, 9333.0, 9325.0, 9307.0, 9322.0, 9303.0, 9319.0, 9302.0, 9316.0, 9328.0, 9345.0, 9297.0, 9343.0, 9293.0, 9278.0, 9288.0, 9275.0, 9295.0, 9277.0, 9314.0, 9312.0, 9318.0, 9338.0, 9315.0, 9282.0, 9314.0, 9283.0, 9316.0, 9301.0, 9305.0, 9303.0, 9321.0, 9319.0, 9320.0, 9318.0, 9317.0, 9332.0, 9310.0, 9319.0, 9304.0, 9304.0, 9316.0, 9327.0, 9311.0, 9345.0, 9340.0, 9358.0, 9313.0, 9357.0, 9344.0, 9347.0, 9349.0, 9372.0, 9345.0, 9369.0, 9357.0, 9349.0, 9355.0, 9351.0, 9340.0, 9348.0, 9323.0, 9318.0, 9304.0, 9320.0, 9307.0, 9339.0, 9360.0, 9338.0, 9330.0, 9317.0, 9298.0, 9302.0, 9302.0, 9320.0, 9316.0, 9356.0, 9317.0, 9287.0, 9333.0, 9318.0, 9321.0, 9320.0, 9307.0, 9317.0, 9302.0, 9320.0, 9334.0, 9336.0, 9358.0, 9318.0, 9298.0, 9316.0, 9310.0, 9319.0, 9321.0, 9382.0, 9343.0, 9376.0, 9319.0, 9334.0, 9319.0, 9337.0, 9320.0, 9336.0, 9345.0, 9323.0, 9358.0, 9304.0, 9324.0, 9295.0, 9295.0, 9309.0, 9295.0, 9337.0, 9295.0, 9319.0, 9308.0, 9307.0, 9298.0, 9298.0, 9340.0, 9299.0, 9271.0, 9315.0, 9313.0, 9305.0, 9316.0, 9358.0, 9315.0, 9313.0, 9317.0, 9298.0, 9300.0, 9297.0, 9343.0, 9299.0, 9355.0, 9299.0, 9294.0, 9280.0, 9296.0, 9281.0, 9302.0, 9338.0, 9330.0, 9295.0, 9281.0, 9279.0, 9274.0, 9276.0, 9260.0, 9292.0, 9329.0, 9276.0, 9274.0, 9278.0, 9305.0, 9282.0, 9298.0, 9336.0, 9283.0, 9277.0, 9281.0, 9276.0, 9278.0, 9291.0, 9340.0, 9297.0, 9322.0, 9293.0, 9275.0, 9296.0, 9306.0, 9312.0, 9294.0, 9275.0, 9294.0, 9279.0, 9311.0, 9266.0, 9301.0, 9297.0, 9303.0, 9299.0, 9286.0, 9315.0, 9285.0, 9315.0, 9311.0, 9320.0, 9330.0, 9323.0, 9316.0, 9288.0, 9317.0, 9286.0, 9318.0, 9339.0, 9301.0, 9335.0, 9300.0, 9293.0, 9298.0, 9290.0, 9297.0, 9302.0, 9344.0, 9318.0, 9343.0, 9318.0, 9331.0, 9319.0, 9323.0, 9322.0, 9343.0, 9365.0, 9354.0, 9333.0, 9306.0, 9315.0, 9286.0, 9310.0, 9296.0, 9300.0, 9337.0, 9300.0, 9321.0, 9299.0, 9296.0, 9300.0, 9318.0, 9317.0, 9319.0, 9342.0, 9317.0, 9313.0, 9303.0, 9315.0, 9321.0, 9326.0, 9314.0, 9298.0, 9282.0, 9312.0, 9268.0, 9316.0, 9335.0, 9342.0, 9340.0, 9309.0, 9325.0, 9319.0, 9341.0, 9319.0, 9352.0, 9325.0, 9378.0, 9340.0, 9347.0, 9321.0, 9330.0, 9303.0, 9319.0, 9331.0, 9321.0, 9360.0, 9352.0, 9332.0, 9302.0, 9319.0, 9302.0, 9318.0, 9329.0, 9321.0, 9342.0, 9328.0, 9298.0, 9284.0, 9298.0, 9293.0, 9298.0, 9306.0, 9296.0, 9294.0, 9338.0, 9297.0, 9267.0, 9299.0, 9292.0, 9298.0, 9298.0, 9302.0, 9316.0, 9306.0, 9332.0, 9318.0, 9336.0, 9319.0, 9323.0, 9304.0, 9360.0, 9313.0, 9299.0, 9301.0, 9283.0, 9318.0, 9354.0, 9319.0, 9300.0, 9301.0, 9301.0, 9285.0, 9315.0, 9329.0, 9319.0, 9344.0, 9303.0, 9298.0, 9299.0, 9308.0, 9279.0, 9295.0, 9336.0, 9297.0, 9336.0, 9298.0, 9281.0, 9312.0, 9312.0, 9302.0, 9314.0, 9357.0, 9317.0, 9339.0, 9316.0, 9297.0, 9302.0, 9298.0, 9303.0, 9314.0, 9343.0, 9316.0, 9286.0, 9316.0, 9285.0, 9320.0, 9355.0, 9305.0, 9303.0, 9324.0, 9329.0, 9301.0, 9317.0, 9316.0, 9335.0, 9319.0, 9322.0, 9343.0, 9300.0, 9359.0, 9370.0, 9360.0, 9354.0, 9328.0, 9336.0, 9309.0, 9320.0, 9303.0, 9319.0, 9343.0, 9335.0, 9360.0, 9332.0, 9290.0, 9332.0, 9336.0, 9324.0, 9339.0, 9368.0, 9342.0, 9337.0, 9338.0, 9310.0, 9324.0, 9322.0, 9364.0, 9322.0, 9294.0, 9339.0, 9320.0, 9342.0, 9351.0, 9342.0, 9323.0, 9322.0, 9339.0, 9322.0, 9344.0, 9341.0, 9331.0, 9315.0, 9344.0, 9349.0, 9362.0, 9377.0, 9348.0, 9404.0, 9343.0, 9327.0, 9325.0, 9332.0, 9308.0, 9320.0, 9360.0, 9322.0, 9344.0, 9319.0, 9302.0, 9298.0, 9310.0, 9304.0, 9316.0, 9357.0, 9316.0, 9326.0, 9321.0, 9317.0, 9336.0, 9321.0, 9329.0, 9337.0, 9382.0, 9340.0, 9352.0, 9341.0, 9335.0, 9325.0, 9334.0, 9328.0, 9348.0, 9352.0, 9316.0, 9317.0, 9319.0, 9315.0, 9320.0, 9305.0, 9326.0, 9346.0, 9410.0, 9373.0, 9407.0, 9375.0, 9332.0, 9330.0, 9324.0, 9323.0, 9294.0, 9341.0, 9323.0, 9340.0, 9322.0, 9351.0, 9321.0, 9361.0, 9332.0, 9340.0, 9304.0, 9253.0, 9240.0, 9251.0, 9288.0, 9251.0, 9288.0, 9279.0, 9302.0, 9234.0, 9230.0, 9213.0, 9227.0, 9218.0, 9248.0, 9219.0, 9257.0, 9280.0, 9243.0, 9254.0, 9260.0, 9246.0, 9269.0, 9277.0, 9267.0, 9289.0, 9326.0, 9305.0, 9340.0, 9303.0, 9297.0, 9300.0, 9309.0, 9297.0, 9323.0, 9315.0, 9327.0, 9285.0, 9295.0, 9303.0, 9300.0, 9300.0, 9315.0, 9290.0, 9324.0, 9360.0, 9322.0, 9337.0, 9321.0, 9317.0, 9317.0, 9314.0, 9308.0, 9321.0, 9364.0, 9322.0, 9362.0, 9321.0, 9304.0, 9320.0, 9306.0, 9322.0, 9335.0, 9369.0, 9325.0, 9365.0, 9323.0, 9333.0, 9322.0, 9322.0, 9352.0, 9374.0, 9324.0, 9319.0, 9375.0, 9325.0, 9360.0, 9328.0, 9321.0, 9348.0, 9364.0, 9355.0, 9329.0, 9367.0, 9341.0, 9323.0, 9335.0, 9346.0, 9375.0, 9360.0, 9299.0, 9292.0, 9295.0, 9291.0, 9297.0, 9312.0, 9345.0, 9319.0, 9354.0, 9297.0, 9300.0, 9281.0, 9315.0, 9302.0, 9321.0, 9322.0, 9361.0, 9323.0, 9294.0, 9326.0, 9320.0, 9304.0, 9320.0, 9344.0, 9320.0, 9357.0, 9330.0, 9309.0, 9296.0, 9314.0, 9287.0, 9320.0, 9319.0, 9324.0, 9317.0, 9325.0, 9330.0, 9318.0, 9320.0, 9322.0, 9340.0, 9378.0, 9323.0, 9319.0, 9319.0, 9321.0, 9336.0, 9340.0, 9326.0, 9346.0, 9367.0, 9342.0, 9362.0, 9339.0, 9322.0, 9326.0, 9313.0, 9342.0, 9318.0, 9319.0, 9335.0, 9292.0, 9340.0, 9336.0, 9345.0, 9356.0, 9344.0, 9334.0, 9323.0, 9321.0, 9320.0, 9339.0, 9348.0, 9344.0, 9381.0, 9354.0, 9305.0, 9318.0, 9320.0, 9306.0, 9337.0, 9337.0, 9342.0, 9365.0, 9352.0, 9322.0, 9305.0, 9317.0, 9329.0, 9335.0, 9347.0, 9345.0, 9362.0, 9321.0, 9318.0, 9302.0, 9323.0, 9289.0, 9321.0, 9344.0, 9338.0, 9362.0, 9348.0, 9313.0, 9299.0, 9332.0, 9316.0, 9335.0, 9317.0, 9354.0, 9321.0, 9353.0, 9316.0, 9292.0, 9318.0, 9312.0, 9322.0, 9356.0, 9347.0, 9298.0, 9297.0, 9319.0, 9274.0, 9335.0, 9335.0, 9338.0, 9344.0, 9321.0, 9317.0, 9303.0, 9323.0, 9291.0, 9340.0, 9378.0, 9353.0, 9330.0, 9304.0, 9313.0, 9298.0, 9316.0, 9301.0, 9318.0, 9357.0, 9318.0, 9341.0, 9318.0, 9301.0, 9321.0, 9338.0, 9368.0, 9320.0, 9357.0, 9317.0, 9297.0, 9316.0, 9300.0, 9324.0, 9318.0, 9363.0, 9317.0, 9343.0, 9317.0, 9313.0, 9316.0, 9315.0, 9321.0, 9336.0, 9370.0, 9321.0, 9353.0, 9315.0, 9286.0, 9320.0, 9329.0, 9318.0, 9323.0, 9361.0, 9338.0, 9373.0, 9321.0, 9332.0, 9318.0, 9319.0, 9314.0, 9323.0, 9361.0, 9356.0, 9364.0, 9368.0, 9320.0, 9315.0, 9318.0, 9286.0, 9315.0, 9312.0, 9303.0, 9316.0, 9341.0, 9320.0, 9372.0, 9334.0, 9338.0, 9297.0, 9307.0, 9293.0, 9296.0, 9279.0, 9312.0, 9335.0, 9316.0, 9354.0, 9331.0, 9351.0, 9296.0, 9260.0, 9280.0, 9299.0, 9281.0, 9289.0, 9278.0, 9293.0, 9286.0, 9300.0, 9286.0, 9319.0, 9354.0, 9312.0, 9303.0, 9317.0, 9324.0, 9315.0, 9317.0, 9321.0, 9328.0, 9351.0, 9339.0, 9334.0, 9338.0, 9291.0, 9335.0, 9346.0, 9340.0, 9350.0, 9326.0, 9336.0, 9326.0, 9337.0, 9309.0, 9353.0, 9350.0, 9346.0, 9366.0, 9339.0, 9323.0, 9320.0, 9323.0, 9323.0, 9342.0, 9379.0, 9353.0, 9357.0, 9318.0, 9313.0, 9302.0, 9313.0, 9303.0, 9319.0, 9372.0, 9349.0, 9353.0, 9301.0, 9306.0, 9297.0, 9308.0, 9297.0, 9313.0, 9327.0, 9317.0, 9354.0, 9306.0, 9337.0, 9313.0, 9295.0, 9299.0, 9296.0, 9305.0, 9299.0, 9356.0, 9313.0, 9285.0, 9315.0, 9314.0, 9331.0, 9301.0, 9336.0, 9320.0, 9376.0, 9317.0, 9326.0, 9320.0, 9310.0, 9319.0, 9298.0, 9316.0, 9313.0, 9377.0, 9315.0, 9337.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.0007353095411507647</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02402660240349599</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.215150424424166</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2470091855976673</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9838953324489791</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4616</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6388.4131</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07995387710607299</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.6751638747268756</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.466177855025197</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.396558033770695</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.705075571869609</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.296899959435287</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00946692</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014296789653599262</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028905199840664864</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1373</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7121619684487968</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>29.4116</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.3572</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.5078</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302940.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>704.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.3661</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.133</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.347</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3389.4545</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3599.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73604.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1004.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4489.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>969.5093</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.283931327052414</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> |