=== 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-0115 --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-0115",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 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-0115_ses-02_task-alignvideo_acq-mb8_run-04_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-0115_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_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-0115/ses-02/func/sub-0115_ses-02_task-alignvideo_acq-mb8_run-04_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>85061367ba3e04c2779ebe3ba8a9d439</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>20:13:32.370000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999589, -0.0282534, 0.0049166, 0.0286194, 0.993725, -0.108124]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.10506</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-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>52</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4236, -7748, -7277, 201, -77, -90, -38, 55]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.16</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9952e38c-1769-443e-8b2a-db8fc6cd648f||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681823492050171, 0.07678388804197311, 0.004943410400301218, 107.77877044677734], [0.07580168545246124, 2.66609263420105, -0.292193740606308, -104.63568878173828], [0.013190874829888344, 0.29008787870407104, 2.684138298034668, -91.58489227294922], [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, 914]</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], 'AcquisitionTime': ['201332.370000', '201332.830000', '201333.290000', '201333.750000', '201334.210000', '201334.670000', '201335.130000', '201335.590000', '201336.050000', '201336.510000', '201336.970000', '201337.430000', '201337.890000', '201338.350000', '201338.810000', '201339.270000', '201339.730000', '201340.190000', '201340.650000', '201341.110000', '201341.570000', '201342.030000', '201342.490000', '201342.950000', '201343.410000', '201343.870000', '201344.330000', '201344.790000', '201345.250000', '201345.710000', '201346.170000', '201346.630000', '201347.090000', '201347.550000', '201348.010000', '201348.470000', '201348.930000', '201349.390000', '201349.850000', '201350.310000', '201350.770000', '201351.230000', '201351.690000', '201352.150000', '201352.610000', '201353.070000', '201353.530000', '201353.990000', '201354.450000', '201354.910000', '201355.370000', '201355.830000', '201356.290000', '201356.750000', '201357.210000', '201357.670000', '201358.130000', '201358.590000', '201359.050000', '201359.510000', '201359.970000', '201400.430000', '201400.890000', '201401.350000', '201401.810000', '201402.270000', '201402.730000', '201403.190000', '201403.650000', '201404.110000', '201404.570000', '201405.030000', '201405.490000', '201405.950000', '201406.410000', '201406.870000', '201407.330000', '201407.790000', '201408.250000', '201408.710000', '201409.170000', '201409.630000', '201410.090000', '201410.550000', '201411.010000', '201411.470000', '201411.930000', '201412.390000', '201412.850000', '201413.310000', '201413.770000', '201414.230000', '201414.690000', '201415.150000', '201415.610000', '201416.070000', '201416.530000', '201416.990000', '201417.450000', '201417.910000', '201418.370000', '201418.830000', '201419.290000', '201419.750000', '201420.210000', '201420.670000', '201421.130000', '201421.590000', '201422.050000', '201422.510000', '201422.970000', '201423.430000', '201423.890000', '201424.350000', '201424.810000', '201425.270000', '201425.730000', '201426.190000', '201426.650000', '201427.110000', '201427.570000', '201428.030000', '201428.490000', '201428.950000', '201429.410000', '201429.870000', '201430.330000', '201430.790000', '201431.250000', '201431.710000', '201432.170000', '201432.630000', '201433.090000', '201433.550000', '201434.010000', '201434.470000', '201434.930000', '201435.390000', '201435.850000', '201436.310000', '201436.770000', '201437.230000', '201437.690000', '201438.150000', '201438.610000', '201439.070000', '201439.530000', '201439.990000', '201440.450000', '201440.910000', '201441.370000', '201441.830000', '201442.290000', '201442.750000', '201443.210000', '201443.670000', '201444.130000', '201444.590000', '201445.050000', '201445.510000', '201445.970000', '201446.430000', '201446.890000', '201447.350000', '201447.810000', '201448.270000', '201448.730000', '201449.190000', '201449.650000', '201450.110000', '201450.570000', '201451.030000', '201451.490000', '201451.950000', '201452.410000', '201452.870000', '201453.330000', '201453.790000', '201454.250000', '201454.710000', '201455.170000', '201455.630000', '201456.090000', '201456.550000', '201457.010000', '201457.470000', '201457.930000', '201458.390000', '201458.850000', '201459.310000', '201459.770000', '201500.230000', '201500.690000', '201501.150000', '201501.610000', '201502.070000', '201502.530000', '201502.990000', '201503.450000', '201503.910000', '201504.370000', '201504.830000', '201505.290000', '201505.750000', '201506.210000', '201506.670000', '201507.130000', '201507.590000', '201508.050000', '201508.510000', '201508.970000', '201509.430000', '201509.890000', '201510.350000', '201510.810000', '201511.270000', '201511.730000', '201512.190000', '201512.650000', '201513.110000', '201513.570000', '201514.030000', '201514.490000', '201514.950000', '201515.410000', '201515.870000', '201516.330000', '201516.790000', '201517.250000', '201517.710000', '201518.170000', '201518.630000', '201519.090000', '201519.550000', '201520.010000', '201520.470000', '201520.930000', '201521.390000', '201521.850000', '201522.310000', '201522.770000', '201523.230000', '201523.690000', '201524.150000', '201524.610000', '201525.070000', '201525.530000', '201525.990000', '201526.450000', '201526.910000', '201527.370000', '201527.830000', '201528.290000', '201528.750000', '201529.210000', '201529.670000', '201530.130000', '201530.590000', '201531.050000', '201531.510000', '201531.970000', '201532.430000', '201532.890000', '201533.350000', '201533.810000', '201534.270000', '201534.730000', '201535.190000', '201535.650000', '201536.110000', '201536.570000', '201537.030000', '201537.490000', '201537.950000', '201538.410000', '201538.870000', '201539.330000', '201539.790000', '201540.250000', '201540.710000', '201541.170000', '201541.630000', '201542.090000', '201542.550000', '201543.010000', '201543.470000', '201543.930000', '201544.390000', '201544.850000', '201545.310000', '201545.770000', '201546.230000', '201546.690000', '201547.150000', '201547.610000', '201548.070000', '201548.530000', '201548.990000', '201549.450000', '201549.910000', '201550.370000', '201550.830000', '201551.290000', '201551.750000', '201552.210000', '201552.670000', '201553.130000', '201553.590000', '201554.050000', '201554.510000', '201554.970000', '201555.430000', '201555.890000', '201556.350000', '201556.810000', '201557.270000', '201557.730000', '201558.190000', '201558.650000', '201559.110000', '201559.570000', '201600.030000', '201600.490000', '201600.950000', '201601.410000', '201601.870000', '201602.330000', '201602.790000', '201603.250000', '201603.710000', '201604.170000', '201604.630000', '201605.090000', '201605.550000', '201606.010000', '201606.470000', '201606.930000', '201607.390000', '201607.850000', '201608.310000', '201608.770000', '201609.230000', '201609.690000', '201610.150000', '201610.610000', '201611.070000', '201611.530000', '201611.990000', '201612.450000', '201612.910000', '201613.370000', '201613.830000', '201614.290000', '201614.750000', '201615.210000', '201615.670000', '201616.130000', '201616.590000', '201617.050000', '201617.510000', '201617.970000', '201618.430000', '201618.890000', '201619.350000', '201619.810000', '201620.270000', '201620.730000', '201621.190000', '201621.650000', '201622.110000', '201622.570000', '201623.030000', '201623.490000', '201623.950000', '201624.410000', '201624.870000', '201625.330000', '201625.790000', '201626.250000', '201626.710000', '201627.170000', '201627.630000', '201628.090000', '201628.550000', '201629.010000', '201629.470000', '201629.930000', '201630.390000', '201630.850000', '201631.310000', '201631.770000', '201632.230000', '201632.690000', '201633.150000', '201633.610000', '201634.070000', '201634.530000', '201634.990000', '201635.450000', '201635.910000', '201636.370000', '201636.830000', '201637.290000', '201637.750000', '201638.210000', '201638.670000', '201639.130000', '201639.590000', '201640.050000', '201640.510000', '201640.970000', '201641.430000', '201641.890000', '201642.350000', '201642.810000', '201643.270000', '201643.730000', '201644.190000', '201644.650000', '201645.110000', '201645.570000', '201646.030000', '201646.490000', '201646.950000', '201647.410000', '201647.870000', '201648.330000', '201648.790000', '201649.250000', '201649.710000', '201650.170000', '201650.630000', '201651.090000', '201651.550000', '201652.010000', '201652.470000', '201652.930000', '201653.390000', '201653.850000', '201654.310000', '201654.770000', '201655.230000', '201655.690000', '201656.150000', '201656.610000', '201657.070000', '201657.530000', '201657.990000', '201658.450000', '201658.910000', '201659.370000', '201659.830000', '201700.290000', '201700.750000', '201701.210000', '201701.670000', '201702.130000', '201702.590000', '201703.050000', '201703.510000', '201703.970000', '201704.430000', '201704.890000', '201705.350000', '201705.810000', '201706.270000', '201706.730000', '201707.190000', '201707.650000', '201708.110000', '201708.570000', '201709.030000', '201709.490000', '201709.950000', '201710.410000', '201710.870000', '201711.330000', '201711.790000', '201712.250000', '201712.710000', '201713.170000', '201713.630000', '201714.090000', '201714.550000', '201715.010000', '201715.470000', '201715.930000', '201716.390000', '201716.850000', '201717.310000', '201717.770000', '201718.230000', '201718.690000', '201719.150000', '201719.610000', '201720.070000', '201720.530000', '201720.990000', '201721.450000', '201721.910000', '201722.370000', '201722.830000', '201723.290000', '201723.750000', '201724.210000', '201724.670000', '201725.130000', '201725.590000', '201726.050000', '201726.510000', '201726.970000', '201727.430000', '201727.890000', '201728.350000', '201728.810000', '201729.270000', '201729.730000', '201730.190000', '201730.650000', '201731.110000', '201731.570000', '201732.030000', '201732.490000', '201732.950000', '201733.410000', '201733.870000', '201734.330000', '201734.790000', '201735.250000', '201735.710000', '201736.170000', '201736.630000', '201737.090000', '201737.550000', '201738.010000', '201738.470000', '201738.930000', '201739.390000', '201739.850000', '201740.310000', '201740.770000', '201741.230000', '201741.690000', '201742.150000', '201742.610000', '201743.070000', '201743.530000', '201743.990000', '201744.450000', '201744.910000', '201745.370000', '201745.830000', '201746.290000', '201746.750000', '201747.210000', '201747.670000', '201748.130000', '201748.590000', '201749.050000', '201749.510000', '201749.970000', '201750.430000', '201750.890000', '201751.350000', '201751.810000', '201752.270000', '201752.730000', '201753.190000', '201753.650000', '201754.110000', '201754.570000', '201755.030000', '201755.490000', '201755.950000', '201756.410000', '201756.870000', '201757.330000', '201757.790000', '201758.250000', '201758.710000', '201759.170000', '201759.630000', '201800.090000', '201800.550000', '201801.010000', '201801.470000', '201801.930000', '201802.390000', '201802.850000', '201803.310000', '201803.770000', '201804.230000', '201804.690000', '201805.150000', '201805.610000', '201806.070000', '201806.530000', '201806.990000', '201807.450000', '201807.910000', '201808.370000', '201808.830000', '201809.290000', '201809.750000', '201810.210000', '201810.670000', '201811.130000', '201811.590000', '201812.050000', '201812.510000', '201812.970000', '201813.430000', '201813.890000', '201814.350000', '201814.810000', '201815.270000', '201815.730000', '201816.190000', '201816.650000', '201817.110000', '201817.570000', '201818.030000', '201818.490000', '201818.950000', '201819.410000', '201819.870000', '201820.330000', '201820.790000', '201821.250000', '201821.710000', '201822.170000', '201822.630000', '201823.090000', '201823.550000', '201824.010000', '201824.470000', '201824.930000', '201825.390000', '201825.850000', '201826.310000', '201826.770000', '201827.230000', '201827.690000', '201828.150000', '201828.610000', '201829.070000', '201829.530000', '201829.990000', '201830.450000', '201830.910000', '201831.370000', '201831.830000', '201832.290000', '201832.750000', '201833.210000', '201833.670000', '201834.130000', '201834.590000', '201835.050000', '201835.510000', '201835.970000', '201836.430000', '201836.890000', '201837.350000', '201837.810000', '201838.270000', '201838.730000', '201839.190000', '201839.650000', '201840.110000', '201840.570000', '201841.030000', '201841.490000', '201841.950000', '201842.410000', '201842.870000', '201843.330000', '201843.790000', '201844.250000', '201844.710000', '201845.170000', '201845.630000', '201846.090000', '201846.550000', '201847.010000', '201847.470000', '201847.930000', '201848.390000', '201848.850000', '201849.310000', '201849.770000', '201850.230000', '201850.690000', '201851.150000', '201851.610000', '201852.070000', '201852.530000', '201852.990000', '201853.450000', '201853.910000', '201854.370000', '201854.830000', '201855.290000', '201855.750000', '201856.210000', '201856.670000', '201857.130000', '201857.590000', '201858.050000', '201858.510000', '201858.970000', '201859.430000', '201859.890000', '201900.350000', '201900.810000', '201901.270000', '201901.730000', '201902.190000', '201902.650000', '201903.110000', '201903.570000', '201904.030000', '201904.490000', '201904.950000', '201905.410000', '201905.870000', '201906.330000', '201906.790000', '201907.250000', '201907.710000', '201908.170000', '201908.630000', '201909.090000', '201909.550000', '201910.010000', '201910.470000', '201910.930000', '201911.390000', '201911.850000', '201912.310000', '201912.770000', '201913.230000', '201913.690000', '201914.150000', '201914.610000', '201915.070000', '201915.530000', '201915.990000', '201916.450000', '201916.910000', '201917.370000', '201917.830000', '201918.290000', '201918.750000', '201919.210000', '201919.670000', '201920.130000', '201920.590000', '201921.050000', '201921.510000', '201921.970000', '201922.430000', '201922.890000', '201923.350000', '201923.810000', '201924.270000', '201924.730000', '201925.190000', '201925.650000', '201926.110000', '201926.570000', '201927.030000', '201927.490000', '201927.950000', '201928.410000', '201928.870000', '201929.330000', '201929.790000', '201930.250000', '201930.710000', '201931.170000', '201931.630000', '201932.090000', '201932.550000', '201933.010000', '201933.470000', '201933.930000', '201934.390000', '201934.850000', '201935.310000', '201935.770000', '201936.230000', '201936.690000', '201937.150000', '201937.610000', '201938.070000', '201938.530000', '201938.990000', '201939.450000', '201939.910000', '201940.370000', '201940.830000', '201941.290000', '201941.750000', '201942.210000', '201942.670000', '201943.130000', '201943.590000', '201944.050000', '201944.510000', '201944.970000', '201945.430000', '201945.890000', '201946.350000', '201946.810000', '201947.270000', '201947.730000', '201948.190000', '201948.650000', '201949.110000', '201949.570000', '201950.030000', '201950.490000', '201950.950000', '201951.410000', '201951.870000', '201952.330000', '201952.790000', '201953.250000', '201953.710000', '201954.170000', '201954.630000', '201955.090000', '201955.550000', '201956.010000', '201956.470000', '201956.930000', '201957.390000', '201957.850000', '201958.310000', '201958.770000', '201959.230000', '201959.690000', '202000.150000', '202000.610000', '202001.070000', '202001.530000', '202001.990000', '202002.450000', '202002.910000', '202003.370000', '202003.830000', '202004.290000', '202004.750000', '202005.210000', '202005.670000', '202006.130000', '202006.590000', '202007.050000', '202007.510000', '202007.970000', '202008.430000', '202008.890000', '202009.350000', '202009.810000', '202010.270000', '202010.730000', '202011.190000', '202011.650000', '202012.110000', '202012.570000', '202013.030000', '202013.490000', '202013.950000', '202014.410000', '202014.870000', '202015.330000', '202015.790000', '202016.250000', '202016.710000', '202017.170000', '202017.630000', '202018.090000', '202018.550000', '202019.010000', '202019.470000', '202019.930000', '202020.390000', '202020.850000', '202021.310000', '202021.770000', '202022.230000', '202022.690000', '202023.150000', '202023.610000', '202024.070000', '202024.530000', '202024.990000', '202025.450000', '202025.910000', '202026.370000', '202026.830000', '202027.290000', '202027.750000', '202028.210000', '202028.670000', '202029.130000', '202029.590000', '202030.050000', '202030.510000', '202030.970000', '202031.430000', '202031.890000', '202032.350000'], 'ContentTime': ['201352.072000', '201352.076000', '201352.079000', '201352.082000', '201352.084000', '201352.087000', '201352.090000', '201352.092000', '201352.095000', '201352.098000', '201352.100000', '201352.103000', '201352.105000', '201352.108000', '201352.111000', '201352.119000', '201352.122000', '201352.124000', '201352.127000', '201352.130000', '201352.132000', '201352.135000', '201352.137000', '201352.140000', '201352.142000', '201352.145000', '201352.148000', '201352.150000', '201352.153000', '201352.156000', '201352.158000', '201352.161000', '201352.164000', '201352.166000', '201352.169000', '201352.171000', '201352.174000', '201352.177000', '201352.179000', '201352.182000', '201412.034000', '201412.037000', '201412.040000', '201412.042000', '201412.045000', '201412.047000', '201412.050000', '201412.053000', '201412.055000', '201412.058000', '201412.060000', '201412.063000', '201412.065000', '201412.068000', '201412.071000', '201412.073000', '201412.076000', '201412.078000', '201412.081000', '201412.084000', '201412.086000', '201412.089000', '201412.091000', '201412.094000', '201412.096000', '201412.099000', '201412.101000', '201412.104000', '201412.107000', '201412.109000', '201412.112000', '201412.114000', '201412.117000', '201412.119000', '201412.122000', '201412.124000', '201412.127000', '201412.130000', '201412.132000', '201412.135000', '201412.137000', '201412.140000', '201412.142000', '201432.034000', '201432.037000', '201432.040000', '201432.042000', '201432.045000', '201432.047000', '201432.050000', '201432.053000', '201432.055000', '201432.058000', '201432.060000', '201432.063000', '201432.065000', '201432.068000', '201432.070000', '201432.073000', '201432.076000', '201432.078000', '201432.081000', '201432.083000', '201432.086000', '201432.088000', '201432.091000', '201432.094000', '201432.096000', '201432.099000', '201432.101000', '201432.104000', '201432.106000', '201432.109000', '201432.112000', '201432.114000', '201432.117000', '201432.119000', '201432.122000', '201432.124000', '201432.127000', '201432.129000', '201432.132000', '201432.135000', '201432.137000', '201432.140000', '201432.142000', '201432.145000', '201452.036000', '201452.038000', '201452.041000', '201452.043000', '201452.046000', '201452.049000', '201452.051000', '201452.054000', '201452.056000', '201452.059000', '201452.062000', '201452.064000', '201452.067000', '201452.084000', '201452.087000', '201452.089000', '201452.092000', '201452.094000', '201452.097000', '201452.099000', '201452.102000', '201452.105000', '201452.107000', '201452.110000', '201452.112000', '201452.115000', '201452.118000', '201452.120000', '201452.123000', '201452.125000', '201452.128000', '201452.131000', '201452.133000', '201452.136000', '201452.138000', '201452.141000', '201452.143000', '201452.146000', '201452.149000', '201452.151000', '201452.154000', '201452.156000', '201452.159000', '201512.036000', '201512.039000', '201512.041000', '201512.044000', '201512.046000', '201512.049000', '201512.052000', '201512.054000', '201512.057000', '201512.060000', '201512.063000', '201512.065000', '201512.068000', '201512.071000', '201512.073000', '201512.076000', '201512.078000', '201512.081000', '201512.083000', '201512.086000', '201512.089000', '201512.091000', '201512.099000', '201512.101000', '201512.104000', '201512.107000', '201512.109000', '201512.112000', '201512.114000', '201512.117000', '201512.120000', '201512.122000', '201512.125000', '201512.127000', '201512.130000', '201512.132000', '201512.135000', '201512.138000', '201512.140000', '201512.143000', '201512.145000', '201512.148000', '201512.150000', '201512.153000', '201532.035000', '201532.038000', '201532.041000', '201532.043000', '201532.046000', '201532.049000', '201532.051000', '201532.054000', '201532.057000', '201532.059000', '201532.062000', '201532.064000', '201532.067000', '201532.070000', '201532.072000', '201532.075000', '201532.078000', '201532.080000', '201532.083000', '201532.085000', '201532.088000', '201532.090000', '201532.093000', '201532.104000', '201532.107000', '201532.109000', '201532.112000', '201532.115000', '201532.117000', '201532.120000', '201532.122000', '201532.125000', '201532.127000', '201532.130000', '201532.133000', '201532.135000', '201532.138000', '201532.140000', '201532.143000', '201532.145000', '201532.148000', '201532.151000', '201532.153000', '201552.035000', '201552.038000', '201552.041000', '201552.043000', '201552.046000', '201552.049000', '201552.051000', '201552.054000', '201552.056000', '201552.059000', '201552.062000', '201552.064000', '201552.067000', '201552.070000', '201552.072000', '201552.075000', '201552.077000', '201552.080000', '201552.083000', '201552.085000', '201552.088000', '201552.090000', '201552.093000', '201552.096000', '201552.098000', '201552.101000', '201552.103000', '201552.106000', '201552.109000', '201552.111000', '201552.114000', '201552.116000', '201552.119000', '201552.121000', '201552.124000', '201552.127000', '201552.129000', '201552.132000', '201552.134000', '201552.137000', '201552.140000', '201552.142000', '201552.145000', '201552.147000', '201612.036000', '201612.038000', '201612.041000', '201612.044000', '201612.047000', '201612.049000', '201612.052000', '201612.055000', '201612.057000', '201612.060000', '201612.062000', '201612.065000', '201612.068000', '201612.070000', '201612.073000', '201612.076000', '201612.078000', '201612.081000', '201612.083000', '201612.086000', '201612.089000', '201612.091000', '201612.094000', '201612.096000', '201612.099000', '201612.108000', '201612.111000', '201612.114000', '201612.116000', '201612.119000', '201612.122000', '201612.124000', '201612.127000', '201612.129000', '201612.132000', '201612.135000', '201612.137000', '201612.140000', '201612.143000', '201612.145000', '201612.148000', '201612.150000', '201612.153000', '201632.034000', '201632.037000', '201632.040000', '201632.043000', '201632.046000', '201632.049000', '201632.051000', '201632.054000', '201632.057000', '201632.059000', '201632.062000', '201632.064000', '201632.067000', '201632.070000', '201632.072000', '201632.075000', '201632.078000', '201632.080000', '201632.083000', '201632.085000', '201632.088000', '201632.090000', '201632.093000', '201632.096000', '201632.099000', '201632.101000', '201632.104000', '201632.106000', '201632.109000', '201632.112000', '201632.114000', '201632.117000', '201632.120000', '201632.122000', '201632.125000', '201632.127000', '201632.130000', '201632.133000', '201632.135000', '201632.138000', '201632.141000', '201632.143000', '201632.146000', '201632.148000', '201652.035000', '201652.037000', '201652.040000', '201652.043000', '201652.045000', '201652.048000', '201652.050000', '201652.053000', '201652.056000', '201652.058000', '201652.061000', '201652.063000', '201652.066000', '201652.069000', '201652.071000', '201652.074000', '201652.077000', '201652.079000', '201652.082000', '201652.085000', '201652.087000', '201652.090000', '201652.092000', '201652.095000', '201652.098000', '201652.100000', '201652.103000', '201652.106000', '201652.109000', '201652.111000', '201652.114000', '201652.117000', '201652.119000', '201652.122000', '201652.124000', '201652.127000', '201652.130000', '201652.133000', '201652.135000', '201652.138000', '201652.140000', '201652.143000', '201652.146000', '201712.036000', '201712.039000', '201712.041000', '201712.044000', '201712.046000', '201712.049000', '201712.052000', '201712.054000', '201712.057000', '201712.060000', '201712.062000', '201712.065000', '201712.067000', '201712.070000', '201712.073000', '201712.075000', '201712.078000', '201712.081000', '201712.083000', '201712.086000', '201712.088000', '201712.091000', '201712.094000', '201712.096000', '201712.099000', '201712.102000', '201712.104000', '201712.107000', '201712.110000', '201712.112000', '201712.115000', '201712.118000', '201712.120000', '201712.123000', '201712.125000', '201712.128000', '201712.131000', '201712.134000', '201712.136000', '201712.139000', '201712.142000', '201712.144000', '201712.147000', '201732.035000', '201732.038000', '201732.041000', '201732.043000', '201732.046000', '201732.049000', '201732.051000', '201732.054000', '201732.056000', '201732.059000', '201732.062000', '201732.065000', '201732.067000', '201732.070000', '201732.073000', '201732.075000', '201732.078000', '201732.081000', '201732.083000', '201732.086000', '201732.088000', '201732.091000', '201732.094000', '201732.096000', '201732.099000', '201732.102000', '201732.104000', '201732.107000', '201732.109000', '201732.112000', '201732.114000', '201732.117000', '201732.120000', '201732.122000', '201732.125000', '201732.127000', '201732.130000', '201732.133000', '201732.135000', '201732.138000', '201732.140000', '201732.143000', '201732.146000', '201732.148000', '201752.035000', '201752.038000', '201752.041000', '201752.044000', '201752.046000', '201752.049000', '201752.051000', '201752.054000', '201752.057000', '201752.059000', '201752.062000', '201752.066000', '201752.069000', '201752.072000', '201752.074000', '201752.077000', '201752.079000', '201752.083000', '201752.086000', '201752.088000', '201752.106000', '201752.109000', '201752.112000', '201752.114000', '201752.117000', '201752.120000', '201752.122000', '201752.125000', '201752.128000', '201752.130000', '201752.133000', '201752.136000', '201752.139000', '201752.141000', '201752.144000', '201752.147000', '201752.149000', '201752.152000', '201752.155000', '201752.157000', '201752.160000', '201752.163000', '201752.165000', '201812.035000', '201812.038000', '201812.041000', '201812.044000', '201812.046000', '201812.049000', '201812.052000', '201812.054000', '201812.057000', '201812.060000', '201812.062000', '201812.065000', '201812.068000', '201812.070000', '201812.073000', '201812.075000', '201812.078000', '201812.081000', '201812.083000', '201812.086000', '201812.089000', '201812.091000', '201812.094000', '201812.096000', '201812.099000', '201812.102000', '201812.104000', '201812.107000', '201812.109000', '201812.112000', '201812.115000', '201812.117000', '201812.120000', '201812.122000', '201812.125000', '201812.128000', '201812.130000', '201812.133000', '201812.135000', '201812.138000', '201812.141000', '201812.143000', '201812.146000', '201812.148000', '201832.036000', '201832.038000', '201832.041000', '201832.044000', '201832.046000', '201832.049000', '201832.051000', '201832.054000', '201832.057000', '201832.059000', '201832.062000', '201832.065000', '201832.067000', '201832.070000', '201832.072000', '201832.075000', '201832.077000', '201832.080000', '201832.083000', '201832.085000', '201832.088000', '201832.090000', '201832.094000', '201832.097000', '201832.100000', '201832.103000', '201832.106000', '201832.108000', '201832.111000', '201832.113000', '201832.116000', '201832.119000', '201832.121000', '201832.124000', '201832.126000', '201832.129000', '201832.132000', '201832.134000', '201832.137000', '201832.140000', '201832.142000', '201832.145000', '201832.148000', '201852.034000', '201852.037000', '201852.040000', '201852.042000', '201852.046000', '201852.048000', '201852.051000', '201852.053000', '201852.056000', '201852.059000', '201852.061000', '201852.064000', '201852.067000', '201852.069000', '201852.072000', '201852.075000', '201852.077000', '201852.080000', '201852.083000', '201852.085000', '201852.088000', '201852.091000', '201852.093000', '201852.096000', '201852.099000', '201852.101000', '201852.104000', '201852.106000', '201852.109000', '201852.112000', '201852.114000', '201852.117000', '201852.120000', '201852.123000', '201852.125000', '201852.128000', '201852.131000', '201852.133000', '201852.136000', '201852.138000', '201852.141000', '201852.144000', '201852.146000', '201852.149000', '201912.034000', '201912.037000', '201912.040000', '201912.043000', '201912.046000', '201912.048000', '201912.051000', '201912.054000', '201912.056000', '201912.059000', '201912.062000', '201912.064000', '201912.067000', '201912.069000', '201912.072000', '201912.075000', '201912.077000', '201912.080000', '201912.083000', '201912.085000', '201912.088000', '201912.091000', '201912.093000', '201912.096000', '201912.099000', '201912.101000', '201912.104000', '201912.107000', '201912.109000', '201912.112000', '201912.115000', '201912.118000', '201912.121000', '201912.125000', '201912.133000', '201912.136000', '201912.139000', '201912.141000', '201912.144000', '201912.147000', '201912.149000', '201912.152000', '201912.155000', '201932.035000', '201932.038000', '201932.041000', '201932.044000', '201932.046000', '201932.049000', '201932.051000', '201932.054000', '201932.057000', '201932.059000', '201932.062000', '201932.065000', '201932.067000', '201932.070000', '201932.072000', '201932.075000', '201932.078000', '201932.080000', '201932.083000', '201932.086000', '201932.088000', '201932.091000', '201932.094000', '201932.096000', '201932.099000', '201932.101000', '201932.104000', '201932.107000', '201932.109000', '201932.112000', '201932.115000', '201932.117000', '201932.120000', '201932.123000', '201932.125000', '201932.128000', '201932.131000', '201932.133000', '201932.136000', '201932.138000', '201932.141000', '201932.144000', '201932.146000', '201932.149000', '201952.036000', '201952.039000', '201952.042000', '201952.044000', '201952.047000', '201952.050000', '201952.052000', '201952.055000', '201952.058000', '201952.060000', '201952.063000', '201952.065000', '201952.068000', '201952.071000', '201952.073000', '201952.076000', '201952.079000', '201952.081000', '201952.084000', '201952.086000', '201952.089000', '201952.092000', '201952.094000', '201952.097000', '201952.099000', '201952.102000', '201952.105000', '201952.107000', '201952.110000', '201952.113000', '201952.115000', '201952.118000', '201952.120000', '201952.123000', '201952.126000', '201952.128000', '201952.131000', '201952.134000', '201952.136000', '201952.139000', '201952.141000', '201952.144000', '201952.147000', '202012.036000', '202012.038000', '202012.042000', '202012.044000', '202012.047000', '202012.050000', '202012.052000', '202012.055000', '202012.057000', '202012.060000', '202012.063000', '202012.065000', '202012.068000', '202012.070000', '202012.073000', '202012.076000', '202012.078000', '202012.081000', '202012.083000', '202012.086000', '202012.089000', '202012.091000', '202012.094000', '202012.097000', '202012.099000', '202012.102000', '202012.104000', '202012.107000', '202012.110000', '202012.112000', '202012.115000', '202012.118000', '202012.120000', '202012.123000', '202012.125000', '202012.128000', '202012.131000', '202012.133000', '202012.136000', '202012.139000', '202012.141000', '202012.144000', '202012.147000', '202012.149000', '202032.036000', '202032.039000', '202032.041000', '202032.044000', '202032.047000', '202032.049000', '202032.052000', '202032.055000', '202032.057000', '202032.060000', '202032.063000', '202032.065000', '202032.068000', '202032.071000', '202032.073000', '202032.076000', '202032.078000', '202032.081000', '202032.084000', '202032.086000', '202032.089000', '202032.091000', '202032.094000', '202032.097000', '202032.099000', '202032.102000', '202032.105000', '202032.107000', '202032.110000', '202032.113000', '202032.115000', '202032.118000', '202032.121000', '202032.123000', '202032.126000', '202032.128000', '202032.131000', '202032.134000', '202032.136000', '202032.139000', '202032.142000', '202032.145000', '202032.148000', '202033.971000', '202033.974000', '202033.977000', '202033.979000', '202033.982000'], 'InstanceCreationTime': ['201352.072000', '201352.076000', '201352.079000', '201352.082000', '201352.084000', '201352.087000', '201352.090000', '201352.092000', '201352.095000', '201352.098000', '201352.100000', '201352.103000', '201352.105000', '201352.108000', '201352.111000', '201352.119000', '201352.122000', '201352.124000', '201352.127000', '201352.130000', '201352.132000', '201352.135000', '201352.137000', '201352.140000', '201352.142000', '201352.145000', '201352.148000', '201352.150000', '201352.153000', '201352.156000', '201352.158000', '201352.161000', '201352.164000', '201352.166000', '201352.169000', '201352.171000', '201352.174000', '201352.177000', '201352.179000', '201352.182000', '201412.034000', '201412.037000', '201412.040000', '201412.042000', '201412.045000', '201412.047000', '201412.050000', '201412.053000', '201412.055000', '201412.058000', '201412.060000', '201412.063000', '201412.065000', '201412.068000', '201412.071000', '201412.073000', '201412.076000', '201412.078000', '201412.081000', '201412.084000', '201412.086000', '201412.089000', '201412.091000', '201412.094000', '201412.096000', '201412.099000', '201412.101000', '201412.104000', '201412.107000', '201412.109000', '201412.112000', '201412.114000', '201412.117000', '201412.119000', '201412.122000', '201412.124000', '201412.127000', '201412.130000', '201412.132000', '201412.135000', '201412.137000', '201412.140000', '201412.142000', '201432.034000', '201432.037000', '201432.040000', '201432.042000', '201432.045000', '201432.047000', '201432.050000', '201432.053000', '201432.055000', '201432.058000', '201432.060000', '201432.063000', '201432.065000', '201432.068000', '201432.070000', '201432.073000', '201432.076000', '201432.078000', '201432.081000', '201432.083000', '201432.086000', '201432.088000', '201432.091000', '201432.094000', '201432.096000', '201432.099000', '201432.101000', '201432.104000', '201432.106000', '201432.109000', '201432.112000', '201432.114000', '201432.117000', '201432.119000', '201432.122000', '201432.124000', '201432.127000', '201432.129000', '201432.132000', '201432.135000', '201432.137000', '201432.140000', '201432.142000', '201432.145000', '201452.036000', '201452.038000', '201452.041000', '201452.043000', '201452.046000', '201452.049000', '201452.051000', '201452.054000', '201452.056000', '201452.059000', '201452.062000', '201452.064000', '201452.067000', '201452.084000', '201452.087000', '201452.089000', '201452.092000', '201452.094000', '201452.097000', '201452.099000', '201452.102000', '201452.105000', '201452.107000', '201452.110000', '201452.112000', '201452.115000', '201452.118000', '201452.120000', '201452.123000', '201452.125000', '201452.128000', '201452.131000', '201452.133000', '201452.136000', '201452.138000', '201452.141000', '201452.143000', '201452.146000', '201452.149000', '201452.151000', '201452.154000', '201452.156000', '201452.159000', '201512.036000', '201512.039000', '201512.041000', '201512.044000', '201512.046000', '201512.049000', '201512.052000', '201512.054000', '201512.057000', '201512.060000', '201512.063000', '201512.065000', '201512.068000', '201512.071000', '201512.073000', '201512.076000', '201512.078000', '201512.081000', '201512.083000', '201512.086000', '201512.089000', '201512.091000', '201512.099000', '201512.101000', '201512.104000', '201512.107000', '201512.109000', '201512.112000', '201512.114000', '201512.117000', '201512.120000', '201512.122000', '201512.125000', '201512.127000', '201512.130000', '201512.132000', '201512.135000', '201512.138000', '201512.140000', '201512.143000', '201512.145000', '201512.148000', '201512.150000', '201512.153000', '201532.035000', '201532.038000', '201532.041000', '201532.043000', '201532.046000', '201532.049000', '201532.051000', '201532.054000', '201532.057000', '201532.059000', '201532.062000', '201532.064000', '201532.067000', '201532.070000', '201532.072000', '201532.075000', '201532.078000', '201532.080000', '201532.083000', '201532.085000', '201532.088000', '201532.090000', '201532.093000', '201532.104000', '201532.107000', '201532.109000', '201532.112000', '201532.115000', '201532.117000', '201532.120000', '201532.122000', '201532.125000', '201532.127000', '201532.130000', '201532.133000', '201532.135000', '201532.138000', '201532.140000', '201532.143000', '201532.145000', '201532.148000', '201532.151000', '201532.153000', '201552.035000', '201552.038000', '201552.041000', '201552.043000', '201552.046000', '201552.049000', '201552.051000', '201552.054000', '201552.056000', '201552.059000', '201552.062000', '201552.064000', '201552.067000', '201552.070000', '201552.072000', '201552.075000', '201552.077000', '201552.080000', '201552.083000', '201552.085000', '201552.088000', '201552.090000', '201552.093000', '201552.096000', '201552.098000', '201552.101000', '201552.103000', '201552.106000', '201552.109000', '201552.111000', '201552.114000', '201552.116000', '201552.119000', '201552.121000', '201552.124000', '201552.127000', '201552.129000', '201552.132000', '201552.134000', '201552.137000', '201552.140000', '201552.142000', '201552.145000', '201552.147000', '201612.036000', '201612.038000', '201612.041000', '201612.044000', '201612.047000', '201612.049000', '201612.052000', '201612.055000', '201612.057000', '201612.060000', '201612.062000', '201612.065000', '201612.068000', '201612.070000', '201612.073000', '201612.076000', '201612.078000', '201612.081000', '201612.083000', '201612.086000', '201612.089000', '201612.091000', '201612.094000', '201612.096000', '201612.099000', '201612.108000', '201612.111000', '201612.114000', '201612.116000', '201612.119000', '201612.122000', '201612.124000', '201612.127000', '201612.129000', '201612.132000', '201612.135000', '201612.137000', '201612.140000', '201612.143000', '201612.145000', '201612.148000', '201612.150000', '201612.153000', '201632.034000', '201632.037000', '201632.040000', '201632.043000', '201632.046000', '201632.049000', '201632.051000', '201632.054000', '201632.057000', '201632.059000', '201632.062000', '201632.064000', '201632.067000', '201632.070000', '201632.072000', '201632.075000', '201632.078000', '201632.080000', '201632.083000', '201632.085000', '201632.088000', '201632.090000', '201632.093000', '201632.096000', '201632.099000', '201632.101000', '201632.104000', '201632.106000', '201632.109000', '201632.112000', '201632.114000', '201632.117000', '201632.120000', '201632.122000', '201632.125000', '201632.127000', '201632.130000', '201632.133000', '201632.135000', '201632.138000', '201632.141000', '201632.143000', '201632.146000', '201632.148000', '201652.035000', '201652.037000', '201652.040000', '201652.043000', '201652.045000', '201652.048000', '201652.050000', '201652.053000', '201652.056000', '201652.058000', '201652.061000', '201652.063000', '201652.066000', '201652.069000', '201652.071000', '201652.074000', '201652.077000', '201652.079000', '201652.082000', '201652.085000', '201652.087000', '201652.090000', '201652.092000', '201652.095000', '201652.098000', '201652.100000', '201652.103000', '201652.106000', '201652.109000', '201652.111000', '201652.114000', '201652.117000', '201652.119000', '201652.122000', '201652.124000', '201652.127000', '201652.130000', '201652.133000', '201652.135000', '201652.138000', '201652.140000', '201652.143000', '201652.146000', '201712.036000', '201712.039000', '201712.041000', '201712.044000', '201712.046000', '201712.049000', '201712.052000', '201712.054000', '201712.057000', '201712.060000', '201712.062000', '201712.065000', '201712.067000', '201712.070000', '201712.073000', '201712.075000', '201712.078000', '201712.081000', '201712.083000', '201712.086000', '201712.088000', '201712.091000', '201712.094000', '201712.096000', '201712.099000', '201712.102000', '201712.104000', '201712.107000', '201712.110000', '201712.112000', '201712.115000', '201712.118000', '201712.120000', '201712.123000', '201712.125000', '201712.128000', '201712.131000', '201712.134000', '201712.136000', '201712.139000', '201712.142000', '201712.144000', '201712.147000', '201732.035000', '201732.038000', '201732.041000', '201732.043000', '201732.046000', '201732.049000', '201732.051000', '201732.054000', '201732.056000', '201732.059000', '201732.062000', '201732.065000', '201732.067000', '201732.070000', '201732.073000', '201732.075000', '201732.078000', '201732.081000', '201732.083000', '201732.086000', '201732.088000', '201732.091000', '201732.094000', '201732.096000', '201732.099000', '201732.102000', '201732.104000', '201732.107000', '201732.109000', '201732.112000', '201732.114000', '201732.117000', '201732.120000', '201732.122000', '201732.125000', '201732.127000', '201732.130000', '201732.133000', '201732.135000', '201732.138000', '201732.140000', '201732.143000', '201732.146000', '201732.148000', '201752.035000', '201752.038000', '201752.041000', '201752.044000', '201752.046000', '201752.049000', '201752.051000', '201752.054000', '201752.057000', '201752.059000', '201752.062000', '201752.066000', '201752.069000', '201752.072000', '201752.074000', '201752.077000', '201752.079000', '201752.083000', '201752.086000', '201752.088000', '201752.106000', '201752.109000', '201752.112000', '201752.114000', '201752.117000', '201752.120000', '201752.122000', '201752.125000', '201752.128000', '201752.130000', '201752.133000', '201752.136000', '201752.139000', '201752.141000', '201752.144000', '201752.147000', '201752.149000', '201752.152000', '201752.155000', '201752.157000', '201752.160000', '201752.163000', '201752.165000', '201812.035000', '201812.038000', '201812.041000', '201812.044000', '201812.046000', '201812.049000', '201812.052000', '201812.054000', '201812.057000', '201812.060000', '201812.062000', '201812.065000', '201812.068000', '201812.070000', '201812.073000', '201812.075000', '201812.078000', '201812.081000', '201812.083000', '201812.086000', '201812.089000', '201812.091000', '201812.094000', '201812.096000', '201812.099000', '201812.102000', '201812.104000', '201812.107000', '201812.109000', '201812.112000', '201812.115000', '201812.117000', '201812.120000', '201812.122000', '201812.125000', '201812.128000', '201812.130000', '201812.133000', '201812.135000', '201812.138000', '201812.141000', '201812.143000', '201812.146000', '201812.148000', '201832.036000', '201832.038000', '201832.041000', '201832.044000', '201832.046000', '201832.049000', '201832.051000', '201832.054000', '201832.057000', '201832.059000', '201832.062000', '201832.065000', '201832.067000', '201832.070000', '201832.072000', '201832.075000', '201832.077000', '201832.080000', '201832.083000', '201832.085000', '201832.088000', '201832.090000', '201832.094000', '201832.097000', '201832.100000', '201832.103000', '201832.106000', '201832.108000', '201832.111000', '201832.113000', '201832.116000', '201832.119000', '201832.121000', '201832.124000', '201832.126000', '201832.129000', '201832.132000', '201832.134000', '201832.137000', '201832.140000', '201832.142000', '201832.145000', '201832.148000', '201852.034000', '201852.037000', '201852.040000', '201852.042000', '201852.046000', '201852.048000', '201852.051000', '201852.053000', '201852.056000', '201852.059000', '201852.061000', '201852.064000', '201852.067000', '201852.069000', '201852.072000', '201852.075000', '201852.077000', '201852.080000', '201852.083000', '201852.085000', '201852.088000', '201852.091000', '201852.093000', '201852.096000', '201852.099000', '201852.101000', '201852.104000', '201852.106000', '201852.109000', '201852.112000', '201852.114000', '201852.117000', '201852.120000', '201852.123000', '201852.125000', '201852.128000', '201852.131000', '201852.133000', '201852.136000', '201852.138000', '201852.141000', '201852.144000', '201852.146000', '201852.149000', '201912.034000', '201912.037000', '201912.040000', '201912.043000', '201912.046000', '201912.048000', '201912.051000', '201912.054000', '201912.056000', '201912.059000', '201912.062000', '201912.064000', '201912.067000', '201912.069000', '201912.072000', '201912.075000', '201912.077000', '201912.080000', '201912.083000', '201912.085000', '201912.088000', '201912.091000', '201912.093000', '201912.096000', '201912.099000', '201912.101000', '201912.104000', '201912.107000', '201912.109000', '201912.112000', '201912.115000', '201912.118000', '201912.121000', '201912.125000', '201912.133000', '201912.136000', '201912.139000', '201912.141000', '201912.144000', '201912.147000', '201912.149000', '201912.152000', '201912.155000', '201932.035000', '201932.038000', '201932.041000', '201932.044000', '201932.046000', '201932.049000', '201932.051000', '201932.054000', '201932.057000', '201932.059000', '201932.062000', '201932.065000', '201932.067000', '201932.070000', '201932.072000', '201932.075000', '201932.078000', '201932.080000', '201932.083000', '201932.086000', '201932.088000', '201932.091000', '201932.094000', '201932.096000', '201932.099000', '201932.101000', '201932.104000', '201932.107000', '201932.109000', '201932.112000', '201932.115000', '201932.117000', '201932.120000', '201932.123000', '201932.125000', '201932.128000', '201932.131000', '201932.133000', '201932.136000', '201932.138000', '201932.141000', '201932.144000', '201932.146000', '201932.149000', '201952.036000', '201952.039000', '201952.042000', '201952.044000', '201952.047000', '201952.050000', '201952.052000', '201952.055000', '201952.058000', '201952.060000', '201952.063000', '201952.065000', '201952.068000', '201952.071000', '201952.073000', '201952.076000', '201952.079000', '201952.081000', '201952.084000', '201952.086000', '201952.089000', '201952.092000', '201952.094000', '201952.097000', '201952.099000', '201952.102000', '201952.105000', '201952.107000', '201952.110000', '201952.113000', '201952.115000', '201952.118000', '201952.120000', '201952.123000', '201952.126000', '201952.128000', '201952.131000', '201952.134000', '201952.136000', '201952.139000', '201952.141000', '201952.144000', '201952.147000', '202012.036000', '202012.038000', '202012.042000', '202012.044000', '202012.047000', '202012.050000', '202012.052000', '202012.055000', '202012.057000', '202012.060000', '202012.063000', '202012.065000', '202012.068000', '202012.070000', '202012.073000', '202012.076000', '202012.078000', '202012.081000', '202012.083000', '202012.086000', '202012.089000', '202012.091000', '202012.094000', '202012.097000', '202012.099000', '202012.102000', '202012.104000', '202012.107000', '202012.110000', '202012.112000', '202012.115000', '202012.118000', '202012.120000', '202012.123000', '202012.125000', '202012.128000', '202012.131000', '202012.133000', '202012.136000', '202012.139000', '202012.141000', '202012.144000', '202012.147000', '202012.149000', '202032.036000', '202032.039000', '202032.041000', '202032.044000', '202032.047000', '202032.049000', '202032.052000', '202032.055000', '202032.057000', '202032.060000', '202032.063000', '202032.065000', '202032.068000', '202032.071000', '202032.073000', '202032.076000', '202032.078000', '202032.081000', '202032.084000', '202032.086000', '202032.089000', '202032.091000', '202032.094000', '202032.097000', '202032.099000', '202032.102000', '202032.105000', '202032.107000', '202032.110000', '202032.113000', '202032.115000', '202032.118000', '202032.121000', '202032.123000', '202032.126000', '202032.128000', '202032.131000', '202032.134000', '202032.136000', '202032.139000', '202032.142000', '202032.145000', '202032.148000', '202033.971000', '202033.974000', '202033.977000', '202033.979000', '202033.982000'], '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], 'LargestImagePixelValue': [7400, 8391, 9947, 8318, 11401, 8819, 11104, 8086, 8479, 7934, 8091, 12596, 8389, 11613, 7717, 8391, 7432, 8491, 8169, 8758, 12201, 8620, 9293, 7908, 8485, 7540, 8765, 8489, 8528, 13196, 8305, 9116, 7866, 8371, 8200, 9142, 7638, 8398, 7935, 8696, 11181, 8502, 9387, 8067, 8488, 7527, 8402, 7567, 8546, 8885, 8605, 13494, 8253, 9908, 7948, 10205, 8244, 8359, 7556, 8509, 12352, 8593, 11544, 8246, 9546, 7763, 8416, 7416, 8943, 12127, 8096, 13757, 8311, 9377, 8144, 8410, 7119, 8408, 11202, 8215, 8552, 7701, 8333, 7788, 8256, 7545, 8373, 9530, 8548, 9507, 7918, 8225, 7995, 8234, 7329, 8635, 10129, 8457, 9736, 8411, 8613, 8061, 8723, 7909, 8388, 7580, 8472, 12377, 8411, 13965, 8106, 10163, 8073, 8130, 7786, 8306, 8069, 10187, 8479, 8533, 10784, 8198, 8587, 8323, 9026, 8073, 10129, 8319, 14689, 10835, 12934, 7855, 9220, 7614, 8353, 8035, 11933, 9520, 8800, 12356, 8327, 8954, 8125, 9160, 8100, 8404, 7397, 8596, 7764, 8597, 13117, 8475, 15764, 8851, 9086, 8032, 9155, 8141, 9205, 7689, 8776, 8172, 11651, 9106, 8367, 10413, 8347, 12503, 8066, 14643, 11635, 14949, 8170, 8891, 7773, 8508, 15019, 9972, 12532, 7834, 8632, 8321, 7849, 8268, 7911, 8378, 7469, 8428, 7446, 8380, 7790, 8427, 7891, 8495, 8114, 10107, 7910, 9089, 7727, 8447, 7262, 8505, 10413, 8335, 7425, 8343, 8418, 8171, 9220, 8019, 8511, 7440, 7975, 7279, 8277, 11525, 7941, 9409, 7406, 8144, 7180, 8434, 13338, 8659, 15395, 8165, 10405, 7993, 8401, 7428, 8516, 12670, 8606, 9720, 7717, 8425, 7416, 8408, 9334, 8396, 8090, 7730, 8105, 7354, 8587, 8970, 8176, 10817, 8150, 8129, 8126, 8420, 7611, 8566, 7927, 8530, 7212, 8375, 7556, 8533, 14795, 8383, 11653, 7494, 8383, 8110, 8495, 15430, 8273, 10384, 7768, 8231, 8164, 8606, 17515, 12252, 12986, 8012, 9868, 8057, 8358, 7982, 8272, 8108, 9426, 7897, 8491, 7336, 8497, 9184, 8208, 15033, 7887, 10625, 7598, 9939, 8174, 10295, 8364, 10220, 8409, 13368, 11480, 7520, 7986, 7604, 8992, 7397, 12277, 10432, 11636, 9956, 8270, 12953, 8244, 9532, 8052, 8499, 7204, 8403, 12936, 8083, 9276, 8125, 8789, 7488, 8425, 10447, 8421, 10319, 8691, 12432, 7888, 8534, 8047, 8164, 7359, 8420, 9953, 8541, 10283, 8168, 8150, 7831, 8333, 7533, 8980, 12102, 8629, 9282, 8229, 8324, 8437, 9165, 8403, 8842, 8118, 8592, 7750, 8365, 8126, 8185, 9973, 8488, 9265, 8067, 12043, 7872, 8964, 7825, 8464, 7631, 8498, 10515, 8470, 12995, 8032, 9130, 8144, 8678, 7754, 9071, 7946, 8326, 8182, 8179, 8323, 8288, 8180, 8520, 7612, 8299, 7735, 8416, 13359, 8659, 14217, 8186, 11354, 8215, 9356, 8167, 10564, 7898, 9597, 7669, 8433, 7806, 7950, 7348, 8180, 7708, 11382, 9027, 12606, 7943, 8648, 8349, 8486, 7968, 9881, 7924, 9491, 8136, 8240, 7878, 8530, 7594, 8454, 7905, 8253, 8734, 8266, 9322, 8339, 8387, 7564, 8409, 9218, 8089, 8292, 8311, 8844, 7644, 8359, 8552, 7970, 8187, 7602, 8594, 10290, 8041, 8925, 7775, 8018, 7778, 8417, 7668, 8533, 8062, 8034, 7876, 8208, 8389, 7918, 8682, 8114, 8176, 7864, 8546, 8400, 9142, 7911, 8573, 7944, 8474, 7797, 8303, 7478, 8168, 7845, 8548, 12043, 8466, 16116, 8731, 13336, 8077, 9993, 7882, 10644, 8194, 9493, 7650, 8242, 7960, 8304, 7578, 8167, 7840, 8247, 7803, 8218, 10783, 8373, 12167, 7825, 8426, 8064, 8431, 7790, 8657, 7669, 8491, 8364, 8592, 9653, 8303, 10821, 8186, 8569, 7853, 8262, 8009, 8424, 7623, 8493, 8621, 8229, 10319, 8399, 11421, 9156, 14344, 8114, 9090, 7866, 8343, 7826, 8493, 7899, 9186, 11621, 8397, 7751, 7982, 7739, 7905, 7326, 8195, 7622, 9358, 8367, 13774, 7918, 12461, 7804, 10784, 8372, 11069, 8201, 8964, 7777, 8244, 7704, 8482, 7346, 8420, 8338, 8459, 8364, 8252, 8063, 7877, 8027, 7919, 8419, 8454, 8371, 7838, 8321, 7902, 8638, 7318, 8364, 7490, 8387, 7685, 8495, 9432, 8578, 14857, 8570, 14283, 9135, 13591, 8212, 9079, 7906, 8571, 8919, 8390, 14777, 8265, 8389, 8035, 8211, 8109, 8122, 7338, 8308, 7525, 8338, 8147, 8111, 7356, 8064, 7904, 11343, 7693, 9992, 7507, 9644, 8280, 12926, 11360, 16259, 9861, 10059, 8019, 8284, 11754, 8443, 14369, 7974, 9481, 7924, 8215, 8258, 8409, 8666, 8279, 8489, 8240, 7712, 8318, 8073, 8264, 7606, 8190, 7631, 8230, 12338, 8360, 16322, 10818, 13381, 8715, 10396, 7810, 9032, 7965, 8754, 7591, 8015, 9186, 8419, 10144, 8464, 11878, 8511, 9447, 8345, 8973, 8297, 7439, 8356, 7586, 8156, 7802, 8533, 10023, 8739, 7567, 7975, 7546, 8043, 10146, 8252, 10453, 8133, 7298, 8161, 7549, 8442, 7200, 8403, 9901, 8118, 11680, 8430, 10940, 8176, 11808, 8514, 12639, 8713, 13151, 9084, 14810, 10604, 12899, 8345, 7907, 8338, 8291, 8491, 11138, 8413, 11164, 8039, 8389, 7568, 8571, 8236, 8533, 7307, 8342, 8634, 8347, 8598, 8223, 9024, 8086, 9515, 7620, 8203, 7614, 8496, 7665, 8504, 10805, 8358, 10853, 8401, 8511, 8813, 10240, 8559, 11088, 8063, 8169, 7611, 8626, 7847, 8680, 8484, 8858, 8010, 8457, 7949, 7951, 10806, 11774, 13010, 8668, 8297, 8190, 7746, 8292, 7549, 8100, 7888, 8207, 7319, 8179, 7297, 8019, 8730, 8213, 11066, 8309, 10464, 8078, 8475, 7944, 8497, 7291, 8202, 14402, 10752, 15016, 8233, 12422, 8123, 9466, 7786, 8227, 7260, 7964, 7666, 8536, 7885, 8557, 7713, 8247, 10676, 8349, 8867, 8418, 8881, 8384, 9440, 8173, 9914, 7955, 8632, 8574, 8532, 8025, 8609, 7745, 8641, 7644, 8658, 9414, 8766, 10858, 8677, 9068, 8603, 8549, 7900, 8687, 13306, 8670, 13612, 8175, 8354, 7948, 8802, 7472, 8387, 7799, 8238, 8080, 8313, 8165, 10527, 7721, 8296, 7739, 8290, 8024, 8908, 10168, 8414, 11993, 8270, 11095, 8150, 9780, 8700, 10663, 8055, 8292, 7951, 8350, 9850, 8114, 8288, 7923, 9886, 7896, 8128, 8157, 8270, 7858, 8386, 8239, 8433, 13166, 7945, 11841, 8501, 8494, 8145, 8415, 8233, 8853, 7719, 8160, 7350, 8364, 11019, 8652, 10919, 7923, 8409, 8060, 8469, 7887, 8682, 9404, 8259, 10149, 8212, 8391, 8182, 8637, 7763, 8399, 9141, 8148], 'WindowCenter': [3908.0, 3902.0, 3909.0, 3887.0, 3915.0, 3882.0, 3901.0, 3859.0, 3869.0, 3857.0, 3859.0, 3910.0, 3870.0, 3898.0, 3858.0, 3868.0, 3847.0, 3880.0, 3870.0, 3879.0, 3909.0, 3868.0, 3878.0, 3857.0, 3868.0, 3857.0, 3869.0, 3869.0, 3870.0, 3920.0, 3868.0, 3878.0, 3868.0, 3869.0, 3869.0, 3879.0, 3859.0, 3868.0, 3857.0, 3870.0, 3901.0, 3881.0, 3879.0, 3870.0, 3868.0, 3858.0, 3868.0, 3859.0, 3881.0, 3881.0, 3880.0, 3921.0, 3869.0, 3891.0, 3870.0, 3890.0, 3869.0, 3869.0, 3858.0, 3870.0, 3911.0, 3880.0, 3900.0, 3870.0, 3889.0, 3857.0, 3869.0, 3860.0, 3880.0, 3910.0, 3869.0, 3920.0, 3868.0, 3878.0, 3870.0, 3869.0, 3848.0, 3869.0, 3899.0, 3869.0, 3868.0, 3859.0, 3869.0, 3859.0, 3867.0, 3858.0, 3869.0, 3889.0, 3880.0, 3890.0, 3869.0, 3868.0, 3869.0, 3870.0, 3859.0, 3880.0, 3891.0, 3870.0, 3889.0, 3869.0, 3880.0, 3870.0, 3868.0, 3869.0, 3869.0, 3858.0, 3870.0, 3924.0, 3882.0, 3921.0, 3872.0, 3890.0, 3870.0, 3868.0, 3859.0, 3870.0, 3872.0, 3902.0, 3883.0, 3881.0, 3902.0, 3870.0, 3880.0, 3871.0, 3882.0, 3870.0, 3914.0, 3894.0, 3933.0, 3903.0, 3923.0, 3869.0, 3878.0, 3859.0, 3870.0, 3870.0, 3912.0, 3890.0, 3881.0, 3909.0, 3868.0, 3878.0, 3869.0, 3878.0, 3857.0, 3867.0, 3847.0, 3868.0, 3858.0, 3880.0, 3924.0, 3870.0, 3930.0, 3880.0, 3878.0, 3868.0, 3877.0, 3856.0, 3864.0, 3831.0, 3854.0, 3855.0, 3911.0, 3881.0, 3869.0, 3889.0, 3867.0, 3910.0, 3857.0, 3921.0, 3900.0, 3919.0, 3855.0, 3865.0, 3844.0, 3868.0, 3921.0, 3878.0, 3898.0, 3845.0, 3853.0, 3855.0, 3855.0, 3855.0, 3855.0, 3869.0, 3874.0, 3884.0, 3861.0, 3870.0, 3858.0, 3868.0, 3856.0, 3866.0, 3869.0, 3888.0, 3858.0, 3868.0, 3857.0, 3868.0, 3859.0, 3879.0, 3888.0, 3870.0, 3846.0, 3867.0, 3867.0, 3869.0, 3879.0, 3871.0, 3880.0, 3858.0, 3869.0, 3858.0, 3869.0, 3900.0, 3869.0, 3879.0, 3858.0, 3868.0, 3848.0, 3869.0, 3921.0, 3869.0, 3920.0, 3867.0, 3889.0, 3857.0, 3856.0, 3846.0, 3867.0, 3910.0, 3867.0, 3878.0, 3856.0, 3866.0, 3847.0, 3869.0, 3877.0, 3868.0, 3857.0, 3858.0, 3858.0, 3859.0, 3880.0, 3880.0, 3869.0, 3900.0, 3870.0, 3869.0, 3869.0, 3869.0, 3871.0, 3881.0, 3870.0, 3880.0, 3860.0, 3881.0, 3871.0, 3881.0, 3933.0, 3871.0, 3911.0, 3859.0, 3869.0, 3870.0, 3880.0, 3932.0, 3869.0, 3889.0, 3859.0, 3870.0, 3869.0, 3880.0, 3943.0, 3911.0, 3909.0, 3859.0, 3888.0, 3869.0, 3869.0, 3871.0, 3870.0, 3870.0, 3880.0, 3870.0, 3869.0, 3859.0, 3881.0, 3891.0, 3871.0, 3933.0, 3854.0, 3889.0, 3860.0, 3889.0, 3868.0, 3890.0, 3869.0, 3904.0, 3896.0, 3937.0, 3913.0, 3871.0, 3868.0, 3859.0, 3879.0, 3859.0, 3924.0, 3916.0, 3926.0, 3903.0, 3882.0, 3911.0, 3868.0, 3875.0, 3856.0, 3866.0, 3845.0, 3867.0, 3910.0, 3856.0, 3877.0, 3870.0, 3868.0, 3845.0, 3867.0, 3887.0, 3854.0, 3875.0, 3867.0, 3896.0, 3855.0, 3854.0, 3855.0, 3855.0, 3844.0, 3855.0, 3888.0, 3868.0, 3888.0, 3855.0, 3855.0, 3844.0, 3856.0, 3856.0, 3878.0, 3898.0, 3867.0, 3865.0, 3855.0, 3856.0, 3867.0, 3876.0, 3856.0, 3865.0, 3855.0, 3866.0, 3857.0, 3869.0, 3855.0, 3868.0, 3888.0, 3879.0, 3880.0, 3869.0, 3909.0, 3858.0, 3867.0, 3856.0, 3867.0, 3856.0, 3869.0, 3890.0, 3857.0, 3909.0, 3856.0, 3877.0, 3858.0, 3878.0, 3858.0, 3879.0, 3870.0, 3868.0, 3868.0, 3868.0, 3881.0, 3869.0, 3869.0, 3870.0, 3858.0, 3869.0, 3857.0, 3869.0, 3921.0, 3870.0, 3921.0, 3868.0, 3899.0, 3867.0, 3878.0, 3871.0, 3888.0, 3858.0, 3877.0, 3857.0, 3867.0, 3856.0, 3856.0, 3848.0, 3867.0, 3861.0, 3901.0, 3879.0, 3909.0, 3858.0, 3866.0, 3869.0, 3868.0, 3869.0, 3888.0, 3869.0, 3877.0, 3857.0, 3867.0, 3869.0, 3867.0, 3856.0, 3868.0, 3855.0, 3867.0, 3868.0, 3869.0, 3878.0, 3857.0, 3856.0, 3845.0, 3856.0, 3866.0, 3856.0, 3855.0, 3856.0, 3867.0, 3845.0, 3855.0, 3855.0, 3855.0, 3855.0, 3845.0, 3867.0, 3876.0, 3858.0, 3868.0, 3846.0, 3855.0, 3859.0, 3870.0, 3858.0, 3879.0, 3856.0, 3858.0, 3858.0, 3869.0, 3869.0, 3870.0, 3868.0, 3871.0, 3869.0, 3870.0, 3880.0, 3871.0, 3881.0, 3871.0, 3880.0, 3869.0, 3870.0, 3871.0, 3870.0, 3859.0, 3868.0, 3857.0, 3879.0, 3911.0, 3871.0, 3933.0, 3881.0, 3921.0, 3858.0, 3889.0, 3870.0, 3889.0, 3868.0, 3877.0, 3857.0, 3867.0, 3868.0, 3870.0, 3859.0, 3868.0, 3857.0, 3867.0, 3856.0, 3867.0, 3899.0, 3868.0, 3909.0, 3857.0, 3866.0, 3856.0, 3867.0, 3857.0, 3869.0, 3857.0, 3868.0, 3868.0, 3867.0, 3878.0, 3869.0, 3900.0, 3868.0, 3867.0, 3868.0, 3867.0, 3869.0, 3869.0, 3859.0, 3880.0, 3869.0, 3869.0, 3888.0, 3869.0, 3911.0, 3880.0, 3921.0, 3857.0, 3879.0, 3869.0, 3867.0, 3859.0, 3880.0, 3871.0, 3891.0, 3912.0, 3870.0, 3857.0, 3868.0, 3857.0, 3867.0, 3857.0, 3869.0, 3870.0, 3891.0, 3870.0, 3921.0, 3869.0, 3909.0, 3856.0, 3899.0, 3868.0, 3899.0, 3868.0, 3868.0, 3856.0, 3867.0, 3858.0, 3868.0, 3847.0, 3867.0, 3867.0, 3867.0, 3867.0, 3869.0, 3857.0, 3868.0, 3858.0, 3869.0, 3868.0, 3869.0, 3869.0, 3858.0, 3868.0, 3870.0, 3881.0, 3860.0, 3869.0, 3858.0, 3869.0, 3859.0, 3880.0, 3879.0, 3881.0, 3931.0, 3880.0, 3931.0, 3880.0, 3920.0, 3868.0, 3868.0, 3857.0, 3867.0, 3868.0, 3867.0, 3919.0, 3867.0, 3870.0, 3886.0, 3896.0, 3884.0, 3870.0, 3859.0, 3869.0, 3858.0, 3880.0, 3870.0, 3871.0, 3860.0, 3871.0, 3884.0, 3912.0, 3859.0, 3890.0, 3860.0, 3889.0, 3869.0, 3911.0, 3913.0, 3932.0, 3889.0, 3878.0, 3856.0, 3856.0, 3897.0, 3857.0, 3917.0, 3856.0, 3876.0, 3857.0, 3867.0, 3869.0, 3868.0, 3868.0, 3870.0, 3868.0, 3868.0, 3859.0, 3870.0, 3869.0, 3869.0, 3858.0, 3868.0, 3857.0, 3869.0, 3922.0, 3869.0, 3931.0, 3899.0, 3906.0, 3854.0, 3887.0, 3856.0, 3878.0, 3857.0, 3867.0, 3845.0, 3855.0, 3864.0, 3855.0, 3886.0, 3855.0, 3896.0, 3865.0, 3875.0, 3867.0, 3879.0, 3869.0, 3846.0, 3867.0, 3856.0, 3856.0, 3856.0, 3879.0, 3889.0, 3869.0, 3857.0, 3856.0, 3858.0, 3857.0, 3874.0, 3870.0, 3898.0, 3868.0, 3845.0, 3868.0, 3857.0, 3880.0, 3871.0, 3883.0, 3903.0, 3871.0, 3910.0, 3869.0, 3900.0, 3868.0, 3909.0, 3867.0, 3897.0, 3867.0, 3909.0, 3881.0, 3933.0, 3888.0, 3908.0, 3856.0, 3853.0, 3866.0, 3866.0, 3868.0, 3900.0, 3869.0, 3898.0, 3856.0, 3855.0, 3844.0, 3867.0, 3868.0, 3867.0, 3845.0, 3866.0, 3866.0, 3869.0, 3879.0, 3868.0, 3878.0, 3856.0, 3877.0, 3858.0, 3854.0, 3844.0, 3866.0, 3857.0, 3869.0, 3888.0, 3867.0, 3886.0, 3855.0, 3865.0, 3867.0, 3888.0, 3867.0, 3886.0, 3855.0, 3855.0, 3844.0, 3867.0, 3856.0, 3866.0, 3865.0, 3865.0, 3855.0, 3855.0, 3855.0, 3855.0, 3899.0, 3911.0, 3909.0, 3868.0, 3866.0, 3866.0, 3844.0, 3867.0, 3869.0, 3868.0, 3857.0, 3867.0, 3847.0, 3868.0, 3846.0, 3868.0, 3879.0, 3881.0, 3900.0, 3870.0, 3900.0, 3870.0, 3868.0, 3868.0, 3868.0, 3858.0, 3869.0, 3920.0, 3899.0, 3920.0, 3867.0, 3907.0, 3856.0, 3876.0, 3856.0, 3868.0, 3859.0, 3868.0, 3858.0, 3878.0, 3858.0, 3878.0, 3858.0, 3880.0, 3899.0, 3868.0, 3877.0, 3867.0, 3878.0, 3880.0, 3889.0, 3869.0, 3888.0, 3857.0, 3866.0, 3867.0, 3879.0, 3870.0, 3879.0, 3857.0, 3868.0, 3856.0, 3867.0, 3878.0, 3868.0, 3899.0, 3878.0, 3878.0, 3868.0, 3867.0, 3856.0, 3878.0, 3920.0, 3879.0, 3920.0, 3867.0, 3867.0, 3869.0, 3877.0, 3846.0, 3867.0, 3868.0, 3879.0, 3883.0, 3894.0, 3895.0, 3914.0, 3871.0, 3868.0, 3859.0, 3868.0, 3883.0, 3893.0, 3901.0, 3881.0, 3912.0, 3868.0, 3898.0, 3868.0, 3889.0, 3881.0, 3901.0, 3868.0, 3869.0, 3867.0, 3868.0, 3888.0, 3869.0, 3881.0, 3870.0, 3887.0, 3869.0, 3867.0, 3868.0, 3868.0, 3868.0, 3879.0, 3881.0, 3882.0, 3920.0, 3869.0, 3898.0, 3880.0, 3866.0, 3856.0, 3867.0, 3869.0, 3878.0, 3856.0, 3866.0, 3845.0, 3866.0, 3898.0, 3868.0, 3897.0, 3856.0, 3855.0, 3855.0, 3866.0, 3867.0, 3868.0, 3877.0, 3867.0, 3875.0, 3866.0, 3865.0, 3868.0, 3879.0, 3857.0, 3867.0, 3877.0, 3857.0], 'WindowWidth': [8781.0, 8755.0, 8760.0, 8723.0, 8755.0, 8707.0, 8729.0, 8670.0, 8683.0, 8664.0, 8668.0, 8738.0, 8684.0, 8718.0, 8666.0, 8680.0, 8651.0, 8698.0, 8685.0, 8697.0, 8736.0, 8680.0, 8691.0, 8664.0, 8680.0, 8665.0, 8683.0, 8684.0, 8684.0, 8751.0, 8681.0, 8693.0, 8680.0, 8682.0, 8685.0, 8694.0, 8670.0, 8681.0, 8665.0, 8684.0, 8727.0, 8700.0, 8694.0, 8685.0, 8680.0, 8668.0, 8682.0, 8671.0, 8701.0, 8701.0, 8699.0, 8755.0, 8684.0, 8714.0, 8687.0, 8711.0, 8682.0, 8683.0, 8667.0, 8685.0, 8740.0, 8699.0, 8725.0, 8685.0, 8709.0, 8663.0, 8682.0, 8671.0, 8698.0, 8739.0, 8682.0, 8752.0, 8681.0, 8694.0, 8685.0, 8682.0, 8654.0, 8683.0, 8722.0, 8682.0, 8680.0, 8671.0, 8683.0, 8669.0, 8678.0, 8668.0, 8682.0, 8710.0, 8700.0, 8711.0, 8684.0, 8682.0, 8683.0, 8686.0, 8671.0, 8700.0, 8713.0, 8686.0, 8710.0, 8685.0, 8699.0, 8685.0, 8681.0, 8682.0, 8683.0, 8669.0, 8688.0, 8764.0, 8705.0, 8755.0, 8692.0, 8712.0, 8686.0, 8681.0, 8671.0, 8685.0, 8693.0, 8732.0, 8710.0, 8702.0, 8729.0, 8687.0, 8698.0, 8688.0, 8704.0, 8687.0, 8753.0, 8728.0, 8774.0, 8733.0, 8758.0, 8683.0, 8692.0, 8670.0, 8686.0, 8688.0, 8742.0, 8710.0, 8702.0, 8735.0, 8679.0, 8694.0, 8683.0, 8692.0, 8662.0, 8678.0, 8650.0, 8678.0, 8669.0, 8701.0, 8763.0, 8686.0, 8765.0, 8699.0, 8694.0, 8679.0, 8689.0, 8661.0, 8665.0, 8618.0, 8653.0, 8658.0, 8741.0, 8702.0, 8685.0, 8709.0, 8678.0, 8736.0, 8665.0, 8751.0, 8724.0, 8747.0, 8657.0, 8669.0, 8643.0, 8678.0, 8755.0, 8692.0, 8719.0, 8642.0, 8652.0, 8657.0, 8657.0, 8658.0, 8659.0, 8683.0, 8701.0, 8713.0, 8677.0, 8685.0, 8669.0, 8679.0, 8661.0, 8674.0, 8683.0, 8704.0, 8667.0, 8679.0, 8665.0, 8679.0, 8670.0, 8696.0, 8706.0, 8683.0, 8648.0, 8678.0, 8675.0, 8683.0, 8695.0, 8687.0, 8697.0, 8668.0, 8681.0, 8666.0, 8683.0, 8725.0, 8682.0, 8694.0, 8667.0, 8679.0, 8653.0, 8682.0, 8753.0, 8682.0, 8751.0, 8677.0, 8705.0, 8663.0, 8659.0, 8648.0, 8677.0, 8735.0, 8676.0, 8690.0, 8661.0, 8675.0, 8651.0, 8681.0, 8691.0, 8678.0, 8663.0, 8667.0, 8666.0, 8669.0, 8698.0, 8700.0, 8684.0, 8725.0, 8686.0, 8683.0, 8684.0, 8683.0, 8689.0, 8702.0, 8687.0, 8698.0, 8672.0, 8702.0, 8690.0, 8702.0, 8773.0, 8689.0, 8740.0, 8669.0, 8683.0, 8685.0, 8699.0, 8770.0, 8683.0, 8710.0, 8669.0, 8684.0, 8683.0, 8698.0, 8787.0, 8739.0, 8735.0, 8668.0, 8705.0, 8682.0, 8681.0, 8687.0, 8685.0, 8686.0, 8699.0, 8686.0, 8682.0, 8670.0, 8702.0, 8718.0, 8688.0, 8773.0, 8655.0, 8711.0, 8673.0, 8708.0, 8681.0, 8712.0, 8685.0, 8739.0, 8734.0, 8785.0, 8748.0, 8691.0, 8682.0, 8671.0, 8695.0, 8673.0, 8765.0, 8755.0, 8769.0, 8734.0, 8705.0, 8740.0, 8678.0, 8683.0, 8661.0, 8673.0, 8644.0, 8675.0, 8738.0, 8662.0, 8690.0, 8686.0, 8678.0, 8644.0, 8678.0, 8700.0, 8654.0, 8684.0, 8676.0, 8712.0, 8656.0, 8654.0, 8657.0, 8656.0, 8641.0, 8657.0, 8708.0, 8681.0, 8702.0, 8658.0, 8656.0, 8643.0, 8659.0, 8662.0, 8693.0, 8718.0, 8676.0, 8672.0, 8657.0, 8661.0, 8678.0, 8687.0, 8660.0, 8670.0, 8658.0, 8673.0, 8664.0, 8680.0, 8656.0, 8679.0, 8704.0, 8694.0, 8698.0, 8683.0, 8733.0, 8665.0, 8674.0, 8661.0, 8675.0, 8661.0, 8681.0, 8710.0, 8662.0, 8735.0, 8662.0, 8690.0, 8667.0, 8694.0, 8667.0, 8696.0, 8686.0, 8679.0, 8679.0, 8680.0, 8704.0, 8683.0, 8684.0, 8685.0, 8665.0, 8681.0, 8664.0, 8681.0, 8756.0, 8684.0, 8754.0, 8678.0, 8720.0, 8676.0, 8692.0, 8687.0, 8705.0, 8666.0, 8689.0, 8663.0, 8675.0, 8660.0, 8659.0, 8651.0, 8678.0, 8675.0, 8727.0, 8695.0, 8733.0, 8664.0, 8673.0, 8680.0, 8679.0, 8684.0, 8706.0, 8684.0, 8690.0, 8663.0, 8677.0, 8683.0, 8677.0, 8661.0, 8677.0, 8658.0, 8676.0, 8682.0, 8683.0, 8691.0, 8663.0, 8660.0, 8644.0, 8659.0, 8672.0, 8660.0, 8657.0, 8659.0, 8675.0, 8644.0, 8657.0, 8656.0, 8657.0, 8657.0, 8646.0, 8674.0, 8686.0, 8665.0, 8678.0, 8647.0, 8658.0, 8669.0, 8684.0, 8666.0, 8694.0, 8662.0, 8665.0, 8665.0, 8684.0, 8685.0, 8685.0, 8681.0, 8688.0, 8683.0, 8686.0, 8701.0, 8690.0, 8701.0, 8686.0, 8697.0, 8684.0, 8687.0, 8689.0, 8684.0, 8669.0, 8681.0, 8666.0, 8695.0, 8743.0, 8688.0, 8772.0, 8702.0, 8753.0, 8667.0, 8708.0, 8685.0, 8707.0, 8680.0, 8690.0, 8663.0, 8675.0, 8680.0, 8686.0, 8668.0, 8679.0, 8663.0, 8678.0, 8661.0, 8678.0, 8723.0, 8680.0, 8733.0, 8665.0, 8674.0, 8663.0, 8677.0, 8666.0, 8681.0, 8665.0, 8679.0, 8679.0, 8678.0, 8694.0, 8682.0, 8722.0, 8681.0, 8677.0, 8680.0, 8677.0, 8683.0, 8684.0, 8669.0, 8698.0, 8681.0, 8681.0, 8707.0, 8684.0, 8742.0, 8699.0, 8752.0, 8664.0, 8695.0, 8684.0, 8680.0, 8670.0, 8700.0, 8690.0, 8717.0, 8741.0, 8684.0, 8665.0, 8680.0, 8666.0, 8679.0, 8665.0, 8682.0, 8687.0, 8716.0, 8687.0, 8755.0, 8683.0, 8736.0, 8662.0, 8721.0, 8681.0, 8721.0, 8681.0, 8679.0, 8662.0, 8677.0, 8666.0, 8679.0, 8650.0, 8677.0, 8676.0, 8678.0, 8678.0, 8682.0, 8664.0, 8681.0, 8666.0, 8682.0, 8681.0, 8682.0, 8682.0, 8668.0, 8682.0, 8686.0, 8700.0, 8674.0, 8684.0, 8669.0, 8684.0, 8671.0, 8698.0, 8697.0, 8700.0, 8768.0, 8699.0, 8768.0, 8698.0, 8752.0, 8680.0, 8680.0, 8664.0, 8677.0, 8680.0, 8677.0, 8747.0, 8677.0, 8688.0, 8719.0, 8732.0, 8713.0, 8685.0, 8673.0, 8682.0, 8667.0, 8698.0, 8686.0, 8688.0, 8673.0, 8691.0, 8714.0, 8745.0, 8672.0, 8711.0, 8671.0, 8708.0, 8682.0, 8740.0, 8743.0, 8771.0, 8708.0, 8690.0, 8658.0, 8659.0, 8713.0, 8661.0, 8742.0, 8660.0, 8686.0, 8663.0, 8675.0, 8680.0, 8682.0, 8679.0, 8684.0, 8676.0, 8678.0, 8669.0, 8685.0, 8685.0, 8684.0, 8667.0, 8681.0, 8665.0, 8682.0, 8757.0, 8682.0, 8766.0, 8720.0, 8725.0, 8653.0, 8700.0, 8661.0, 8691.0, 8663.0, 8675.0, 8644.0, 8658.0, 8668.0, 8657.0, 8698.0, 8658.0, 8712.0, 8669.0, 8683.0, 8678.0, 8697.0, 8681.0, 8648.0, 8677.0, 8659.0, 8661.0, 8661.0, 8694.0, 8707.0, 8679.0, 8662.0, 8661.0, 8663.0, 8662.0, 8681.0, 8684.0, 8720.0, 8679.0, 8646.0, 8682.0, 8665.0, 8698.0, 8693.0, 8710.0, 8733.0, 8690.0, 8738.0, 8683.0, 8723.0, 8680.0, 8734.0, 8676.0, 8714.0, 8677.0, 8735.0, 8703.0, 8773.0, 8707.0, 8731.0, 8659.0, 8652.0, 8675.0, 8673.0, 8679.0, 8722.0, 8685.0, 8719.0, 8660.0, 8657.0, 8642.0, 8676.0, 8682.0, 8675.0, 8645.0, 8673.0, 8673.0, 8683.0, 8696.0, 8681.0, 8692.0, 8660.0, 8689.0, 8667.0, 8656.0, 8643.0, 8674.0, 8664.0, 8683.0, 8706.0, 8676.0, 8701.0, 8659.0, 8671.0, 8677.0, 8705.0, 8677.0, 8699.0, 8657.0, 8659.0, 8643.0, 8676.0, 8661.0, 8673.0, 8670.0, 8670.0, 8658.0, 8658.0, 8659.0, 8659.0, 8724.0, 8741.0, 8736.0, 8682.0, 8673.0, 8673.0, 8643.0, 8679.0, 8687.0, 8682.0, 8663.0, 8677.0, 8649.0, 8680.0, 8649.0, 8681.0, 8697.0, 8703.0, 8725.0, 8686.0, 8724.0, 8686.0, 8680.0, 8681.0, 8679.0, 8669.0, 8684.0, 8753.0, 8722.0, 8750.0, 8676.0, 8730.0, 8662.0, 8689.0, 8662.0, 8680.0, 8672.0, 8680.0, 8669.0, 8694.0, 8665.0, 8693.0, 8669.0, 8699.0, 8721.0, 8682.0, 8690.0, 8679.0, 8693.0, 8701.0, 8710.0, 8686.0, 8707.0, 8664.0, 8676.0, 8679.0, 8695.0, 8688.0, 8698.0, 8666.0, 8679.0, 8663.0, 8678.0, 8693.0, 8681.0, 8723.0, 8695.0, 8693.0, 8680.0, 8678.0, 8662.0, 8693.0, 8752.0, 8698.0, 8750.0, 8679.0, 8678.0, 8685.0, 8690.0, 8649.0, 8679.0, 8683.0, 8698.0, 8712.0, 8729.0, 8730.0, 8754.0, 8691.0, 8682.0, 8670.0, 8682.0, 8709.0, 8723.0, 8730.0, 8705.0, 8745.0, 8681.0, 8721.0, 8683.0, 8710.0, 8704.0, 8730.0, 8682.0, 8684.0, 8679.0, 8681.0, 8706.0, 8684.0, 8705.0, 8687.0, 8704.0, 8684.0, 8678.0, 8681.0, 8680.0, 8681.0, 8698.0, 8706.0, 8705.0, 8753.0, 8684.0, 8720.0, 8699.0, 8675.0, 8662.0, 8679.0, 8685.0, 8693.0, 8663.0, 8676.0, 8646.0, 8674.0, 8718.0, 8680.0, 8717.0, 8663.0, 8657.0, 8659.0, 8675.0, 8678.0, 8680.0, 8690.0, 8678.0, 8684.0, 8676.0, 8673.0, 8678.0, 8695.0, 8664.0, 8677.0, 8690.0, 8665.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.00031844884488448853</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017207498349834986</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.85143106111229</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1644691426651983</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0020705724008807</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5004</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3014.938</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07652425257714995</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.7601760176017602</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4735631242440945</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5124613037346184</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5944836654154164</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.313744403582248</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00668947</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0031666713766753674</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022396458312869072</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>909</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.8423228156326443</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>23.3207</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.4826</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.5338</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295948.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>860.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.0404</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5208</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.6</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3050.1103</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3195.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80596.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1040.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4045.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>831.5231</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.44501815084368</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> |