=== 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-0041 --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-0041",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
110 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-0041_ses-02_task-faces_acq-mb8_run-03_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-0041_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0041_suffix-bold_task-faces" 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-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0041_suffix-bold_task-faces" 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-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0041_suffix-bold_task-faces" 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-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0041_suffix-bold_task-faces" 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-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0041_suffix-bold_task-faces" 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-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0041_suffix-bold_task-faces" 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-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0041_suffix-bold_task-faces" 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-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_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-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-03_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-0041/ses-02/func/sub-0041_ses-02_task-faces_acq-mb8_run-03_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>8a5878dc997030bdeec482545d7269c6</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>18:10:41.425000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997974, -0.0601957, 0.0206163, 0.0580671, 0.994092, 0.0917015]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_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.0945567</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-03_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4147, -7784, -7251, 509, -67, -241, -36, 74]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>243.766</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>aa0e10c2-36ca-41ef-a56f-356409732d61||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677490472793579, 0.15578989684581757, 0.07023927569389343, 105.69416046142578], [0.16150055825710297, 2.667076349258423, 0.2438601404428482, -103.3736801147461], [0.05531206354498863, -0.24602846801280975, 2.688047409057617, -54.154659271240234], [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': ['181041.425000', '181041.885000', '181042.345000', '181042.805000', '181043.265000', '181043.725000', '181044.185000', '181044.645000', '181045.105000', '181045.565000', '181046.025000', '181046.485000', '181046.945000', '181047.405000', '181047.865000', '181048.325000', '181048.785000', '181049.245000', '181049.705000', '181050.165000', '181050.625000', '181051.085000', '181051.545000', '181052.005000', '181052.465000', '181052.925000', '181053.385000', '181053.845000', '181054.305000', '181054.765000', '181055.225000', '181055.685000', '181056.145000', '181056.605000', '181057.065000', '181057.525000', '181057.985000', '181058.445000', '181058.905000', '181059.365000', '181059.825000', '181100.285000', '181100.745000', '181101.205000', '181101.665000', '181102.125000', '181102.585000', '181103.045000', '181103.505000', '181103.965000', '181104.425000', '181104.885000', '181105.345000', '181105.805000', '181106.265000', '181106.725000', '181107.185000', '181107.645000', '181108.105000', '181108.565000', '181109.025000', '181109.485000', '181109.945000', '181110.405000', '181110.865000', '181111.325000', '181111.785000', '181112.245000', '181112.705000', '181113.165000', '181113.625000', '181114.085000', '181114.545000', '181115.005000', '181115.465000', '181115.925000', '181116.385000', '181116.845000', '181117.305000', '181117.765000', '181118.225000', '181118.685000', '181119.145000', '181119.605000', '181120.065000', '181120.525000', '181120.985000', '181121.445000', '181121.905000', '181122.365000', '181122.825000', '181123.285000', '181123.745000', '181124.205000', '181124.665000', '181125.125000', '181125.585000', '181126.045000', '181126.505000', '181126.965000', '181127.425000', '181127.885000', '181128.345000', '181128.805000', '181129.265000', '181129.725000', '181130.185000', '181130.645000', '181131.105000', '181131.565000', '181132.025000', '181132.485000', '181132.945000', '181133.405000', '181133.865000', '181134.325000', '181134.785000', '181135.245000', '181135.705000', '181136.165000', '181136.625000', '181137.085000', '181137.545000', '181138.005000', '181138.465000', '181138.925000', '181139.385000', '181139.845000', '181140.305000', '181140.765000', '181141.225000', '181141.685000', '181142.145000', '181142.605000', '181143.065000', '181143.525000', '181143.985000', '181144.445000', '181144.905000', '181145.365000', '181145.825000', '181146.285000', '181146.745000', '181147.205000', '181147.665000', '181148.125000', '181148.585000', '181149.045000', '181149.505000', '181149.965000', '181150.425000', '181150.885000', '181151.345000', '181151.805000', '181152.265000', '181152.725000', '181153.185000', '181153.645000', '181154.105000', '181154.565000', '181155.025000', '181155.485000', '181155.945000', '181156.405000', '181156.865000', '181157.325000', '181157.785000', '181158.245000', '181158.705000', '181159.165000', '181159.625000', '181200.085000', '181200.545000', '181201.005000', '181201.465000', '181201.925000', '181202.385000', '181202.845000', '181203.305000', '181203.765000', '181204.225000', '181204.685000', '181205.145000', '181205.605000', '181206.065000', '181206.525000', '181206.985000', '181207.445000', '181207.905000', '181208.365000', '181208.825000', '181209.285000', '181209.745000', '181210.205000', '181210.665000', '181211.125000', '181211.585000', '181212.045000', '181212.505000', '181212.965000', '181213.425000', '181213.885000', '181214.345000', '181214.805000', '181215.265000', '181215.725000', '181216.185000', '181216.645000', '181217.105000', '181217.565000', '181218.025000', '181218.485000', '181218.945000', '181219.405000', '181219.865000', '181220.325000', '181220.785000', '181221.245000', '181221.705000', '181222.165000', '181222.625000', '181223.085000', '181223.545000', '181224.005000', '181224.465000', '181224.925000', '181225.385000', '181225.845000', '181226.305000', '181226.765000', '181227.225000', '181227.685000', '181228.145000', '181228.605000', '181229.065000', '181229.525000', '181229.985000', '181230.445000', '181230.905000', '181231.365000', '181231.825000', '181232.285000', '181232.745000', '181233.205000', '181233.665000', '181234.125000', '181234.585000', '181235.045000', '181235.505000', '181235.965000', '181236.425000', '181236.885000', '181237.345000', '181237.805000', '181238.265000', '181238.725000', '181239.185000', '181239.645000', '181240.105000', '181240.565000', '181241.025000', '181241.485000', '181241.945000', '181242.405000', '181242.865000', '181243.325000', '181243.785000', '181244.245000', '181244.705000', '181245.165000', '181245.625000', '181246.085000', '181246.545000', '181247.005000', '181247.465000', '181247.925000', '181248.385000', '181248.845000', '181249.305000', '181249.765000', '181250.225000', '181250.685000', '181251.145000', '181251.605000', '181252.065000', '181252.525000', '181252.985000', '181253.445000', '181253.905000', '181254.365000', '181254.825000', '181255.285000', '181255.745000', '181256.205000', '181256.665000', '181257.125000', '181257.585000', '181258.045000', '181258.505000', '181258.965000', '181259.425000', '181259.885000', '181300.345000', '181300.805000', '181301.265000', '181301.725000', '181302.185000', '181302.645000', '181303.105000', '181303.565000', '181304.025000', '181304.485000', '181304.945000', '181305.405000', '181305.865000', '181306.325000', '181306.785000', '181307.245000', '181307.705000', '181308.165000', '181308.625000', '181309.085000', '181309.545000', '181310.005000', '181310.465000', '181310.925000', '181311.385000', '181311.845000', '181312.305000', '181312.765000', '181313.225000', '181313.685000', '181314.145000', '181314.605000', '181315.065000', '181315.525000', '181315.985000', '181316.445000', '181316.905000', '181317.365000', '181317.825000', '181318.285000', '181318.745000', '181319.205000', '181319.665000', '181320.125000', '181320.585000', '181321.045000', '181321.505000', '181321.965000', '181322.425000', '181322.885000', '181323.345000', '181323.805000', '181324.265000', '181324.725000', '181325.185000', '181325.645000', '181326.105000', '181326.565000', '181327.025000', '181327.485000', '181327.945000', '181328.405000', '181328.865000', '181329.325000', '181329.785000', '181330.245000', '181330.705000', '181331.165000', '181331.625000', '181332.085000', '181332.545000', '181333.005000', '181333.465000', '181333.925000', '181334.385000', '181334.845000', '181335.305000', '181335.765000', '181336.225000', '181336.685000', '181337.145000', '181337.605000', '181338.065000', '181338.525000', '181338.985000', '181339.445000', '181339.905000', '181340.365000', '181340.825000', '181341.285000', '181341.745000', '181342.205000', '181342.665000', '181343.125000', '181343.585000', '181344.045000', '181344.505000', '181344.965000', '181345.425000', '181345.885000', '181346.345000', '181346.805000', '181347.265000', '181347.725000', '181348.185000', '181348.645000', '181349.105000', '181349.565000', '181350.025000', '181350.485000', '181350.945000', '181351.405000', '181351.865000', '181352.325000', '181352.785000', '181353.245000', '181353.705000', '181354.165000', '181354.625000', '181355.085000', '181355.545000', '181356.005000', '181356.465000', '181356.925000', '181357.385000', '181357.845000', '181358.305000', '181358.765000', '181359.225000', '181359.685000', '181400.145000', '181400.605000', '181401.065000', '181401.525000', '181401.985000', '181402.445000', '181402.905000', '181403.365000', '181403.825000', '181404.285000', '181404.745000', '181405.205000', '181405.665000', '181406.125000', '181406.585000', '181407.045000', '181407.505000', '181407.965000', '181408.425000', '181408.885000', '181409.345000', '181409.805000', '181410.265000', '181410.725000', '181411.185000', '181411.645000', '181412.105000', '181412.565000', '181413.025000', '181413.485000', '181413.945000', '181414.405000', '181414.865000', '181415.325000', '181415.785000', '181416.245000', '181416.705000', '181417.165000', '181417.625000', '181418.085000', '181418.545000', '181419.005000', '181419.465000', '181419.925000', '181420.385000', '181420.845000', '181421.305000', '181421.765000', '181422.225000', '181422.685000', '181423.145000', '181423.605000', '181424.065000', '181424.525000', '181424.985000', '181425.445000', '181425.905000', '181426.365000', '181426.825000', '181427.285000', '181427.745000', '181428.205000', '181428.665000', '181429.125000', '181429.585000', '181430.045000', '181430.505000', '181430.965000', '181431.425000', '181431.885000', '181432.345000', '181432.805000', '181433.265000', '181433.725000', '181434.185000', '181434.645000', '181435.105000', '181435.565000', '181436.025000', '181436.485000', '181436.945000', '181437.405000', '181437.865000', '181438.325000', '181438.785000', '181439.245000', '181439.705000', '181440.165000', '181440.625000', '181441.085000', '181441.545000', '181442.005000', '181442.465000', '181442.925000', '181443.385000', '181443.845000', '181444.305000', '181444.765000', '181445.225000', '181445.685000', '181446.145000', '181446.605000', '181447.065000', '181447.525000', '181447.985000', '181448.445000', '181448.905000', '181449.365000', '181449.825000', '181450.285000', '181450.745000', '181451.205000', '181451.665000', '181452.125000', '181452.585000', '181453.045000', '181453.505000', '181453.965000', '181454.425000', '181454.885000', '181455.345000', '181455.805000', '181456.265000', '181456.725000', '181457.185000', '181457.645000', '181458.105000', '181458.565000', '181459.025000', '181459.485000', '181459.945000', '181500.405000', '181500.865000', '181501.325000', '181501.785000', '181502.245000', '181502.705000', '181503.165000', '181503.625000', '181504.085000', '181504.545000', '181505.005000', '181505.465000', '181505.925000', '181506.385000', '181506.845000', '181507.305000', '181507.765000', '181508.225000', '181508.685000', '181509.145000', '181509.605000', '181510.065000', '181510.525000', '181510.985000', '181511.445000', '181511.905000', '181512.365000', '181512.825000', '181513.285000', '181513.745000', '181514.205000', '181514.665000', '181515.125000', '181515.585000', '181516.045000', '181516.505000', '181516.965000', '181517.425000', '181517.885000', '181518.345000', '181518.805000', '181519.265000', '181519.725000', '181520.185000', '181520.645000', '181521.105000', '181521.565000', '181522.025000', '181522.485000', '181522.945000', '181523.405000', '181523.865000', '181524.325000', '181524.785000', '181525.245000', '181525.705000', '181526.165000', '181526.625000', '181527.085000', '181527.545000', '181528.005000', '181528.465000', '181528.925000', '181529.385000', '181529.845000', '181530.305000', '181530.765000', '181531.225000', '181531.685000', '181532.145000', '181532.605000', '181533.065000', '181533.525000', '181533.985000', '181534.445000', '181534.905000', '181535.365000', '181535.825000', '181536.285000', '181536.745000', '181537.205000', '181537.665000', '181538.125000', '181538.585000', '181539.045000', '181539.505000', '181539.965000', '181540.425000', '181540.885000', '181541.345000', '181541.805000', '181542.265000', '181542.725000', '181543.185000', '181543.645000', '181544.105000', '181544.565000', '181545.025000', '181545.485000', '181545.945000', '181546.405000', '181546.865000', '181547.325000', '181547.785000', '181548.245000', '181548.705000', '181549.165000', '181549.625000', '181550.085000', '181550.545000', '181551.005000', '181551.465000', '181551.925000', '181552.385000', '181552.845000', '181553.305000', '181553.765000', '181554.225000', '181554.685000', '181555.145000', '181555.605000', '181556.065000', '181556.525000', '181556.985000', '181557.445000', '181557.905000', '181558.365000', '181558.825000', '181559.285000', '181559.745000', '181600.205000', '181600.665000', '181601.125000', '181601.585000', '181602.045000', '181602.505000', '181602.965000', '181603.425000', '181603.885000', '181604.345000', '181604.805000', '181605.265000', '181605.725000', '181606.185000', '181606.645000', '181607.105000', '181607.565000', '181608.025000', '181608.485000', '181608.945000', '181609.405000', '181609.865000', '181610.325000', '181610.785000', '181611.245000', '181611.705000', '181612.165000', '181612.625000', '181613.085000', '181613.545000', '181614.005000', '181614.465000', '181614.925000', '181615.385000', '181615.845000', '181616.305000', '181616.765000', '181617.225000', '181617.685000', '181618.145000', '181618.605000', '181619.065000', '181619.525000', '181619.985000', '181620.445000', '181620.905000', '181621.365000', '181621.825000', '181622.285000', '181622.745000', '181623.205000', '181623.665000', '181624.125000', '181624.585000', '181625.045000', '181625.505000', '181625.965000', '181626.425000', '181626.885000', '181627.345000', '181627.805000', '181628.265000', '181628.725000', '181629.185000', '181629.645000', '181630.105000', '181630.565000', '181631.025000', '181631.485000', '181631.945000', '181632.405000', '181632.865000', '181633.325000', '181633.785000', '181634.245000', '181634.705000', '181635.165000', '181635.625000', '181636.085000', '181636.545000', '181637.005000', '181637.465000', '181637.925000', '181638.385000', '181638.845000', '181639.305000', '181639.765000', '181640.225000', '181640.685000', '181641.145000', '181641.605000', '181642.065000', '181642.525000', '181642.985000', '181643.445000', '181643.905000', '181644.365000', '181644.825000', '181645.285000', '181645.745000', '181646.205000', '181646.665000', '181647.125000', '181647.585000', '181648.045000', '181648.505000', '181648.965000', '181649.425000', '181649.885000', '181650.345000', '181650.805000', '181651.265000', '181651.725000', '181652.185000', '181652.645000', '181653.105000', '181653.565000', '181654.025000', '181654.485000', '181654.945000', '181655.405000', '181655.865000', '181656.325000', '181656.785000', '181657.245000', '181657.705000', '181658.165000', '181658.625000', '181659.085000', '181659.545000', '181700.005000', '181700.465000', '181700.925000', '181701.385000', '181701.845000', '181702.305000', '181702.765000', '181703.225000', '181703.685000', '181704.145000', '181704.605000', '181705.065000', '181705.525000', '181705.985000', '181706.445000', '181706.905000', '181707.365000', '181707.825000', '181708.285000', '181708.745000', '181709.205000', '181709.665000', '181710.125000', '181710.585000', '181711.045000', '181711.505000', '181711.965000', '181712.425000', '181712.885000', '181713.345000', '181713.805000', '181714.265000', '181714.725000', '181715.185000', '181715.645000', '181716.105000', '181716.565000', '181717.025000', '181717.485000', '181717.945000', '181718.405000', '181718.865000', '181719.325000', '181719.785000', '181720.245000', '181720.705000', '181721.165000', '181721.625000', '181722.085000', '181722.545000', '181723.005000', '181723.465000', '181723.925000', '181724.385000', '181724.845000', '181725.305000', '181725.765000', '181726.225000', '181726.685000', '181727.145000', '181727.605000', '181728.065000', '181728.525000', '181728.985000', '181729.445000', '181729.905000', '181730.365000', '181730.825000', '181731.285000', '181731.745000', '181732.205000', '181732.665000', '181733.125000', '181733.585000', '181734.045000', '181734.505000', '181734.965000', '181735.425000', '181735.885000', '181736.345000', '181736.805000', '181737.265000', '181737.725000', '181738.185000', '181738.645000', '181739.105000', '181739.565000', '181740.025000', '181740.485000', '181740.945000', '181741.405000'], 'ContentTime': ['181101.293000', '181101.297000', '181101.300000', '181101.315000', '181101.318000', '181101.344000', '181101.347000', '181101.350000', '181101.353000', '181101.356000', '181101.359000', '181101.361000', '181101.364000', '181101.367000', '181101.370000', '181101.373000', '181101.376000', '181101.379000', '181101.382000', '181101.385000', '181101.387000', '181101.390000', '181101.393000', '181101.396000', '181101.399000', '181101.402000', '181101.405000', '181101.408000', '181101.410000', '181101.413000', '181101.416000', '181101.419000', '181101.422000', '181101.425000', '181101.427000', '181101.430000', '181101.433000', '181101.436000', '181101.439000', '181101.442000', '181101.445000', '181121.256000', '181121.259000', '181121.262000', '181121.265000', '181121.268000', '181121.271000', '181121.273000', '181121.276000', '181121.279000', '181121.282000', '181121.285000', '181121.288000', '181121.291000', '181121.294000', '181121.297000', '181121.299000', '181121.302000', '181121.305000', '181121.308000', '181121.311000', '181121.314000', '181121.317000', '181121.320000', '181121.322000', '181121.325000', '181121.328000', '181121.331000', '181121.334000', '181121.337000', '181121.340000', '181121.343000', '181121.345000', '181121.348000', '181121.351000', '181121.354000', '181121.357000', '181121.360000', '181121.363000', '181121.366000', '181121.368000', '181121.371000', '181121.374000', '181121.377000', '181121.380000', '181141.258000', '181141.261000', '181141.264000', '181141.267000', '181141.269000', '181141.272000', '181141.275000', '181141.278000', '181141.281000', '181141.284000', '181141.287000', '181141.290000', '181141.292000', '181141.303000', '181141.306000', '181141.309000', '181141.312000', '181141.315000', '181141.318000', '181141.320000', '181141.323000', '181141.326000', '181141.330000', '181141.335000', '181141.338000', '181141.341000', '181141.344000', '181141.347000', '181141.350000', '181141.353000', '181141.355000', '181141.358000', '181141.361000', '181141.364000', '181141.367000', '181141.372000', '181141.375000', '181141.378000', '181141.381000', '181141.384000', '181141.387000', '181141.390000', '181141.393000', '181201.257000', '181201.260000', '181201.263000', '181201.266000', '181201.269000', '181201.271000', '181201.274000', '181201.277000', '181201.280000', '181201.283000', '181201.286000', '181201.289000', '181201.291000', '181201.294000', '181201.297000', '181201.300000', '181201.303000', '181201.306000', '181201.308000', '181201.311000', '181201.314000', '181201.317000', '181201.320000', '181201.323000', '181201.326000', '181201.329000', '181201.331000', '181201.334000', '181201.337000', '181201.340000', '181201.343000', '181201.346000', '181201.349000', '181201.352000', '181201.354000', '181201.357000', '181201.360000', '181201.366000', '181201.369000', '181201.372000', '181201.375000', '181201.378000', '181201.381000', '181201.383000', '181221.257000', '181221.260000', '181221.263000', '181221.266000', '181221.269000', '181221.272000', '181221.275000', '181221.278000', '181221.280000', '181221.283000', '181221.286000', '181221.289000', '181221.292000', '181221.295000', '181221.298000', '181221.300000', '181221.303000', '181221.306000', '181221.309000', '181221.321000', '181221.324000', '181221.327000', '181221.330000', '181221.333000', '181221.336000', '181221.339000', '181221.342000', '181221.345000', '181221.348000', '181221.351000', '181221.354000', '181221.356000', '181221.359000', '181221.362000', '181221.365000', '181221.368000', '181221.371000', '181221.374000', '181221.376000', '181221.379000', '181221.382000', '181221.385000', '181221.388000', '181241.256000', '181241.259000', '181241.262000', '181241.265000', '181241.268000', '181241.271000', '181241.273000', '181241.276000', '181241.279000', '181241.282000', '181241.285000', '181241.288000', '181241.291000', '181241.294000', '181241.296000', '181241.299000', '181241.302000', '181241.305000', '181241.308000', '181241.311000', '181241.314000', '181241.317000', '181241.319000', '181241.322000', '181241.325000', '181241.328000', '181241.331000', '181241.334000', '181241.337000', '181241.340000', '181241.343000', '181241.345000', '181241.348000', '181241.351000', '181241.354000', '181241.357000', '181241.360000', '181241.363000', '181241.366000', '181241.369000', '181241.372000', '181241.374000', '181241.377000', '181241.380000', '181301.256000', '181301.259000', '181301.262000', '181301.265000', '181301.268000', '181301.270000', '181301.273000', '181301.276000', '181301.279000', '181301.282000', '181301.285000', '181301.288000', '181301.291000', '181301.295000', '181301.298000', '181301.300000', '181301.303000', '181301.306000', '181301.309000', '181301.312000', '181301.315000', '181301.318000', '181301.321000', '181301.324000', '181301.326000', '181301.329000', '181301.332000', '181301.335000', '181301.338000', '181301.341000', '181301.344000', '181301.347000', '181301.350000', '181301.353000', '181301.356000', '181301.359000', '181301.363000', '181301.366000', '181301.369000', '181301.372000', '181301.375000', '181301.377000', '181301.380000', '181321.256000', '181321.259000', '181321.262000', '181321.265000', '181321.268000', '181321.271000', '181321.273000', '181321.276000', '181321.279000', '181321.282000', '181321.285000', '181321.288000', '181321.291000', '181321.294000', '181321.296000', '181321.299000', '181321.302000', '181321.305000', '181321.308000', '181321.311000', '181321.314000', '181321.316000', '181321.319000', '181321.322000', '181321.325000', '181321.328000', '181321.331000', '181321.334000', '181321.337000', '181321.340000', '181321.342000', '181321.345000', '181321.348000', '181321.351000', '181321.354000', '181321.357000', '181321.360000', '181321.363000', '181321.365000', '181321.368000', '181321.371000', '181321.374000', '181321.377000', '181321.380000', '181341.256000', '181341.259000', '181341.262000', '181341.265000', '181341.268000', '181341.270000', '181341.273000', '181341.276000', '181341.279000', '181341.282000', '181341.285000', '181341.288000', '181341.291000', '181341.294000', '181341.297000', '181341.300000', '181341.303000', '181341.305000', '181341.308000', '181341.311000', '181341.314000', '181341.317000', '181341.320000', '181341.323000', '181341.326000', '181341.329000', '181341.332000', '181341.334000', '181341.337000', '181341.340000', '181341.343000', '181341.346000', '181341.349000', '181341.352000', '181341.355000', '181341.357000', '181341.360000', '181341.363000', '181341.366000', '181341.369000', '181341.372000', '181341.375000', '181341.378000', '181401.257000', '181401.260000', '181401.263000', '181401.266000', '181401.269000', '181401.272000', '181401.274000', '181401.277000', '181401.280000', '181401.283000', '181401.286000', '181401.289000', '181401.292000', '181401.295000', '181401.298000', '181401.300000', '181401.303000', '181401.306000', '181401.309000', '181401.312000', '181401.315000', '181401.318000', '181401.321000', '181401.324000', '181401.326000', '181401.329000', '181401.332000', '181401.335000', '181401.338000', '181401.341000', '181401.344000', '181401.347000', '181401.349000', '181401.352000', '181401.355000', '181401.358000', '181401.361000', '181401.364000', '181401.367000', '181401.369000', '181401.372000', '181401.375000', '181401.378000', '181401.381000', '181421.257000', '181421.260000', '181421.263000', '181421.266000', '181421.269000', '181421.271000', '181421.274000', '181421.277000', '181421.280000', '181421.283000', '181421.286000', '181421.289000', '181421.292000', '181421.295000', '181421.297000', '181421.300000', '181421.303000', '181421.306000', '181421.309000', '181421.312000', '181421.315000', '181421.318000', '181421.320000', '181421.323000', '181421.326000', '181421.331000', '181421.334000', '181421.337000', '181421.340000', '181421.343000', '181421.346000', '181421.349000', '181421.352000', '181421.355000', '181421.358000', '181421.360000', '181421.363000', '181421.366000', '181421.369000', '181421.372000', '181421.375000', '181421.378000', '181421.381000', '181441.257000', '181441.260000', '181441.263000', '181441.266000', '181441.269000', '181441.272000', '181441.274000', '181441.277000', '181441.280000', '181441.283000', '181441.286000', '181441.289000', '181441.292000', '181441.295000', '181441.298000', '181441.301000', '181441.304000', '181441.306000', '181441.309000', '181441.312000', '181441.315000', '181441.318000', '181441.321000', '181441.324000', '181441.327000', '181441.330000', '181441.333000', '181441.336000', '181441.338000', '181441.341000', '181441.344000', '181441.347000', '181441.350000', '181441.353000', '181441.364000', '181441.367000', '181441.369000', '181441.372000', '181441.375000', '181441.378000', '181441.381000', '181441.384000', '181441.387000', '181441.389000', '181501.256000', '181501.259000', '181501.262000', '181501.265000', '181501.268000', '181501.271000', '181501.274000', '181501.277000', '181501.280000', '181501.282000', '181501.285000', '181501.288000', '181501.291000', '181501.294000', '181501.297000', '181501.300000', '181501.303000', '181501.305000', '181501.308000', '181501.311000', '181501.314000', '181501.317000', '181501.320000', '181501.323000', '181501.326000', '181501.328000', '181501.331000', '181501.334000', '181501.337000', '181501.340000', '181501.343000', '181501.346000', '181501.349000', '181501.352000', '181501.355000', '181501.358000', '181501.361000', '181501.363000', '181501.366000', '181501.369000', '181501.372000', '181501.375000', '181501.378000', '181521.256000', '181521.259000', '181521.262000', '181521.265000', '181521.268000', '181521.271000', '181521.273000', '181521.276000', '181521.279000', '181521.282000', '181521.285000', '181521.288000', '181521.291000', '181521.293000', '181521.296000', '181521.299000', '181521.302000', '181521.305000', '181521.308000', '181521.311000', '181521.314000', '181521.317000', '181521.319000', '181521.322000', '181521.325000', '181521.328000', '181521.331000', '181521.334000', '181521.337000', '181521.340000', '181521.342000', '181521.345000', '181521.348000', '181521.351000', '181521.354000', '181521.357000', '181521.360000', '181521.363000', '181521.366000', '181521.369000', '181521.371000', '181521.374000', '181521.377000', '181521.380000', '181541.256000', '181541.259000', '181541.262000', '181541.265000', '181541.268000', '181541.271000', '181541.274000', '181541.276000', '181541.279000', '181541.282000', '181541.285000', '181541.288000', '181541.291000', '181541.294000', '181541.297000', '181541.299000', '181541.302000', '181541.305000', '181541.308000', '181541.311000', '181541.314000', '181541.317000', '181541.320000', '181541.323000', '181541.326000', '181541.328000', '181541.331000', '181541.334000', '181541.337000', '181541.340000', '181541.343000', '181541.346000', '181541.349000', '181541.352000', '181541.355000', '181541.357000', '181541.360000', '181541.363000', '181541.366000', '181541.370000', '181541.373000', '181541.376000', '181541.379000', '181601.256000', '181601.259000', '181601.262000', '181601.265000', '181601.268000', '181601.271000', '181601.274000', '181601.276000', '181601.279000', '181601.282000', '181601.285000', '181601.288000', '181601.291000', '181601.294000', '181601.297000', '181601.300000', '181601.303000', '181601.305000', '181601.308000', '181601.311000', '181601.314000', '181601.317000', '181601.320000', '181601.323000', '181601.326000', '181601.329000', '181601.332000', '181601.335000', '181601.338000', '181601.341000', '181601.344000', '181601.347000', '181601.349000', '181601.352000', '181601.355000', '181601.358000', '181601.361000', '181601.364000', '181601.367000', '181601.370000', '181601.372000', '181601.375000', '181601.378000', '181601.381000', '181621.268000', '181621.271000', '181621.274000', '181621.277000', '181621.280000', '181621.283000', '181621.286000', '181621.289000', '181621.291000', '181621.294000', '181621.297000', '181621.300000', '181621.303000', '181621.306000', '181621.309000', '181621.312000', '181621.315000', '181621.318000', '181621.320000', '181621.325000', '181621.328000', '181621.331000', '181621.334000', '181621.337000', '181621.340000', '181621.342000', '181621.345000', '181621.348000', '181621.351000', '181621.354000', '181621.357000', '181621.360000', '181621.363000', '181621.366000', '181621.369000', '181621.372000', '181621.374000', '181621.377000', '181621.380000', '181621.383000', '181621.386000', '181621.389000', '181621.392000', '181641.257000', '181641.260000', '181641.263000', '181641.266000', '181641.269000', '181641.272000', '181641.274000', '181641.277000', '181641.280000', '181641.283000', '181641.286000', '181641.289000', '181641.292000', '181641.294000', '181641.297000', '181641.300000', '181641.303000', '181641.306000', '181641.309000', '181641.312000', '181641.315000', '181641.318000', '181641.320000', '181641.323000', '181641.326000', '181641.329000', '181641.332000', '181641.335000', '181641.337000', '181641.340000', '181641.343000', '181641.346000', '181641.349000', '181641.352000', '181641.355000', '181641.358000', '181641.360000', '181641.363000', '181641.366000', '181641.369000', '181641.372000', '181641.375000', '181641.378000', '181641.381000', '181701.257000', '181701.260000', '181701.263000', '181701.266000', '181701.269000', '181701.272000', '181701.275000', '181701.277000', '181701.280000', '181701.283000', '181701.286000', '181701.289000', '181701.292000', '181701.295000', '181701.298000', '181701.301000', '181701.303000', '181701.306000', '181701.309000', '181701.312000', '181701.315000', '181701.318000', '181701.321000', '181701.324000', '181701.326000', '181701.329000', '181701.332000', '181701.335000', '181701.338000', '181701.341000', '181701.344000', '181701.347000', '181701.350000', '181701.353000', '181701.355000', '181701.358000', '181701.361000', '181701.364000', '181701.367000', '181701.370000', '181701.373000', '181701.376000', '181701.379000', '181721.256000', '181721.259000', '181721.262000', '181721.265000', '181721.268000', '181721.270000', '181721.273000', '181721.276000', '181721.279000', '181721.282000', '181721.285000', '181721.288000', '181721.291000', '181721.294000', '181721.297000', '181721.299000', '181721.302000', '181721.305000', '181721.308000', '181721.311000', '181721.314000', '181721.317000', '181721.320000', '181721.323000', '181721.325000', '181721.328000', '181721.331000', '181721.334000', '181721.337000', '181721.340000', '181721.343000', '181721.346000', '181721.349000', '181721.352000', '181721.355000', '181721.357000', '181721.360000', '181721.363000', '181721.366000', '181721.369000', '181721.372000', '181721.375000', '181721.378000', '181721.381000', '181741.256000', '181741.259000', '181741.262000', '181741.265000', '181741.268000', '181741.271000', '181741.274000', '181741.277000', '181741.279000', '181741.282000', '181741.285000', '181741.299000', '181741.302000', '181741.305000', '181741.308000', '181741.311000', '181741.314000', '181741.317000', '181741.319000', '181741.322000', '181741.325000', '181741.328000', '181741.331000', '181741.334000', '181741.337000', '181741.340000', '181741.343000', '181741.346000', '181741.349000', '181741.351000', '181741.354000', '181741.357000', '181741.360000', '181741.363000', '181741.366000', '181741.369000', '181741.372000', '181741.374000', '181741.377000', '181741.380000', '181741.383000', '181741.386000', '181741.389000', '181742.480000', '181742.483000', '181742.486000'], 'InstanceCreationTime': ['181101.293000', '181101.297000', '181101.300000', '181101.315000', '181101.318000', '181101.344000', '181101.347000', '181101.350000', '181101.353000', '181101.356000', '181101.359000', '181101.361000', '181101.364000', '181101.367000', '181101.370000', '181101.373000', '181101.376000', '181101.379000', '181101.382000', '181101.385000', '181101.387000', '181101.390000', '181101.393000', '181101.396000', '181101.399000', '181101.402000', '181101.405000', '181101.408000', '181101.410000', '181101.413000', '181101.416000', '181101.419000', '181101.422000', '181101.425000', '181101.427000', '181101.430000', '181101.433000', '181101.436000', '181101.439000', '181101.442000', '181101.445000', '181121.256000', '181121.259000', '181121.262000', '181121.265000', '181121.268000', '181121.271000', '181121.273000', '181121.276000', '181121.279000', '181121.282000', '181121.285000', '181121.288000', '181121.291000', '181121.294000', '181121.297000', '181121.299000', '181121.302000', '181121.305000', '181121.308000', '181121.311000', '181121.314000', '181121.317000', '181121.320000', '181121.322000', '181121.325000', '181121.328000', '181121.331000', '181121.334000', '181121.337000', '181121.340000', '181121.343000', '181121.345000', '181121.348000', '181121.351000', '181121.354000', '181121.357000', '181121.360000', '181121.363000', '181121.366000', '181121.368000', '181121.371000', '181121.374000', '181121.377000', '181121.380000', '181141.258000', '181141.261000', '181141.264000', '181141.267000', '181141.269000', '181141.272000', '181141.275000', '181141.278000', '181141.281000', '181141.284000', '181141.287000', '181141.290000', '181141.292000', '181141.303000', '181141.306000', '181141.309000', '181141.312000', '181141.315000', '181141.318000', '181141.320000', '181141.323000', '181141.326000', '181141.330000', '181141.335000', '181141.338000', '181141.341000', '181141.344000', '181141.347000', '181141.350000', '181141.353000', '181141.355000', '181141.358000', '181141.361000', '181141.364000', '181141.367000', '181141.372000', '181141.375000', '181141.378000', '181141.381000', '181141.384000', '181141.387000', '181141.390000', '181141.393000', '181201.257000', '181201.260000', '181201.263000', '181201.266000', '181201.269000', '181201.271000', '181201.274000', '181201.277000', '181201.280000', '181201.283000', '181201.286000', '181201.289000', '181201.291000', '181201.294000', '181201.297000', '181201.300000', '181201.303000', '181201.306000', '181201.308000', '181201.311000', '181201.314000', '181201.317000', '181201.320000', '181201.323000', '181201.326000', '181201.329000', '181201.331000', '181201.334000', '181201.337000', '181201.340000', '181201.343000', '181201.346000', '181201.349000', '181201.352000', '181201.354000', '181201.357000', '181201.360000', '181201.366000', '181201.369000', '181201.372000', '181201.375000', '181201.378000', '181201.381000', '181201.383000', '181221.257000', '181221.260000', '181221.263000', '181221.266000', '181221.269000', '181221.272000', '181221.275000', '181221.278000', '181221.280000', '181221.283000', '181221.286000', '181221.289000', '181221.292000', '181221.295000', '181221.298000', '181221.300000', '181221.303000', '181221.306000', '181221.309000', '181221.321000', '181221.324000', '181221.327000', '181221.330000', '181221.333000', '181221.336000', '181221.339000', '181221.342000', '181221.345000', '181221.348000', '181221.351000', '181221.354000', '181221.356000', '181221.359000', '181221.362000', '181221.365000', '181221.368000', '181221.371000', '181221.374000', '181221.376000', '181221.379000', '181221.382000', '181221.385000', '181221.388000', '181241.256000', '181241.259000', '181241.262000', '181241.265000', '181241.268000', '181241.271000', '181241.273000', '181241.276000', '181241.279000', '181241.282000', '181241.285000', '181241.288000', '181241.291000', '181241.294000', '181241.296000', '181241.299000', '181241.302000', '181241.305000', '181241.308000', '181241.311000', '181241.314000', '181241.317000', '181241.319000', '181241.322000', '181241.325000', '181241.328000', '181241.331000', '181241.334000', '181241.337000', '181241.340000', '181241.343000', '181241.345000', '181241.348000', '181241.351000', '181241.354000', '181241.357000', '181241.360000', '181241.363000', '181241.366000', '181241.369000', '181241.372000', '181241.374000', '181241.377000', '181241.380000', '181301.256000', '181301.259000', '181301.262000', '181301.265000', '181301.268000', '181301.270000', '181301.273000', '181301.276000', '181301.279000', '181301.282000', '181301.285000', '181301.288000', '181301.291000', '181301.295000', '181301.298000', '181301.300000', '181301.303000', '181301.306000', '181301.309000', '181301.312000', '181301.315000', '181301.318000', '181301.321000', '181301.324000', '181301.326000', '181301.329000', '181301.332000', '181301.335000', '181301.338000', '181301.341000', '181301.344000', '181301.347000', '181301.350000', '181301.353000', '181301.356000', '181301.359000', '181301.363000', '181301.366000', '181301.369000', '181301.372000', '181301.375000', '181301.377000', '181301.380000', '181321.256000', '181321.259000', '181321.262000', '181321.265000', '181321.268000', '181321.271000', '181321.273000', '181321.276000', '181321.279000', '181321.282000', '181321.285000', '181321.288000', '181321.291000', '181321.294000', '181321.296000', '181321.299000', '181321.302000', '181321.305000', '181321.308000', '181321.311000', '181321.314000', '181321.316000', '181321.319000', '181321.322000', '181321.325000', '181321.328000', '181321.331000', '181321.334000', '181321.337000', '181321.340000', '181321.342000', '181321.345000', '181321.348000', '181321.351000', '181321.354000', '181321.357000', '181321.360000', '181321.363000', '181321.365000', '181321.368000', '181321.371000', '181321.374000', '181321.377000', '181321.380000', '181341.256000', '181341.259000', '181341.262000', '181341.265000', '181341.268000', '181341.270000', '181341.273000', '181341.276000', '181341.279000', '181341.282000', '181341.285000', '181341.288000', '181341.291000', '181341.294000', '181341.297000', '181341.300000', '181341.303000', '181341.305000', '181341.308000', '181341.311000', '181341.314000', '181341.317000', '181341.320000', '181341.323000', '181341.326000', '181341.329000', '181341.332000', '181341.334000', '181341.337000', '181341.340000', '181341.343000', '181341.346000', '181341.349000', '181341.352000', '181341.355000', '181341.357000', '181341.360000', '181341.363000', '181341.366000', '181341.369000', '181341.372000', '181341.375000', '181341.378000', '181401.257000', '181401.260000', '181401.263000', '181401.266000', '181401.269000', '181401.272000', '181401.274000', '181401.277000', '181401.280000', '181401.283000', '181401.286000', '181401.289000', '181401.292000', '181401.295000', '181401.298000', '181401.300000', '181401.303000', '181401.306000', '181401.309000', '181401.312000', '181401.315000', '181401.318000', '181401.321000', '181401.324000', '181401.326000', '181401.329000', '181401.332000', '181401.335000', '181401.338000', '181401.341000', '181401.344000', '181401.347000', '181401.349000', '181401.352000', '181401.355000', '181401.358000', '181401.361000', '181401.364000', '181401.367000', '181401.369000', '181401.372000', '181401.375000', '181401.378000', '181401.381000', '181421.257000', '181421.260000', '181421.263000', '181421.266000', '181421.269000', '181421.271000', '181421.274000', '181421.277000', '181421.280000', '181421.283000', '181421.286000', '181421.289000', '181421.292000', '181421.295000', '181421.297000', '181421.300000', '181421.303000', '181421.306000', '181421.309000', '181421.312000', '181421.315000', '181421.318000', '181421.320000', '181421.323000', '181421.326000', '181421.331000', '181421.334000', '181421.337000', '181421.340000', '181421.343000', '181421.346000', '181421.349000', '181421.352000', '181421.355000', '181421.358000', '181421.360000', '181421.363000', '181421.366000', '181421.369000', '181421.372000', '181421.375000', '181421.378000', '181421.381000', '181441.257000', '181441.260000', '181441.263000', '181441.266000', '181441.269000', '181441.272000', '181441.274000', '181441.277000', '181441.280000', '181441.283000', '181441.286000', '181441.289000', '181441.292000', '181441.295000', '181441.298000', '181441.301000', '181441.304000', '181441.306000', '181441.309000', '181441.312000', '181441.315000', '181441.318000', '181441.321000', '181441.324000', '181441.327000', '181441.330000', '181441.333000', '181441.336000', '181441.338000', '181441.341000', '181441.344000', '181441.347000', '181441.350000', '181441.353000', '181441.364000', '181441.367000', '181441.369000', '181441.372000', '181441.375000', '181441.378000', '181441.381000', '181441.384000', '181441.387000', '181441.389000', '181501.256000', '181501.259000', '181501.262000', '181501.265000', '181501.268000', '181501.271000', '181501.274000', '181501.277000', '181501.280000', '181501.282000', '181501.285000', '181501.288000', '181501.291000', '181501.294000', '181501.297000', '181501.300000', '181501.303000', '181501.305000', '181501.308000', '181501.311000', '181501.314000', '181501.317000', '181501.320000', '181501.323000', '181501.326000', '181501.328000', '181501.331000', '181501.334000', '181501.337000', '181501.340000', '181501.343000', '181501.346000', '181501.349000', '181501.352000', '181501.355000', '181501.358000', '181501.361000', '181501.363000', '181501.366000', '181501.369000', '181501.372000', '181501.375000', '181501.378000', '181521.256000', '181521.259000', '181521.262000', '181521.265000', '181521.268000', '181521.271000', '181521.273000', '181521.276000', '181521.279000', '181521.282000', '181521.285000', '181521.288000', '181521.291000', '181521.293000', '181521.296000', '181521.299000', '181521.302000', '181521.305000', '181521.308000', '181521.311000', '181521.314000', '181521.317000', '181521.319000', '181521.322000', '181521.325000', '181521.328000', '181521.331000', '181521.334000', '181521.337000', '181521.340000', '181521.342000', '181521.345000', '181521.348000', '181521.351000', '181521.354000', '181521.357000', '181521.360000', '181521.363000', '181521.366000', '181521.369000', '181521.371000', '181521.374000', '181521.377000', '181521.380000', '181541.256000', '181541.259000', '181541.262000', '181541.265000', '181541.268000', '181541.271000', '181541.274000', '181541.276000', '181541.279000', '181541.282000', '181541.285000', '181541.288000', '181541.291000', '181541.294000', '181541.297000', '181541.299000', '181541.302000', '181541.305000', '181541.308000', '181541.311000', '181541.314000', '181541.317000', '181541.320000', '181541.323000', '181541.326000', '181541.328000', '181541.331000', '181541.334000', '181541.337000', '181541.340000', '181541.343000', '181541.346000', '181541.349000', '181541.352000', '181541.355000', '181541.357000', '181541.360000', '181541.363000', '181541.366000', '181541.370000', '181541.373000', '181541.376000', '181541.379000', '181601.256000', '181601.259000', '181601.262000', '181601.265000', '181601.268000', '181601.271000', '181601.274000', '181601.276000', '181601.279000', '181601.282000', '181601.285000', '181601.288000', '181601.291000', '181601.294000', '181601.297000', '181601.300000', '181601.303000', '181601.305000', '181601.308000', '181601.311000', '181601.314000', '181601.317000', '181601.320000', '181601.323000', '181601.326000', '181601.329000', '181601.332000', '181601.335000', '181601.338000', '181601.341000', '181601.344000', '181601.347000', '181601.349000', '181601.352000', '181601.355000', '181601.358000', '181601.361000', '181601.364000', '181601.367000', '181601.370000', '181601.372000', '181601.375000', '181601.378000', '181601.381000', '181621.268000', '181621.271000', '181621.274000', '181621.277000', '181621.280000', '181621.283000', '181621.286000', '181621.289000', '181621.291000', '181621.294000', '181621.297000', '181621.300000', '181621.303000', '181621.306000', '181621.309000', '181621.312000', '181621.315000', '181621.318000', '181621.320000', '181621.325000', '181621.328000', '181621.331000', '181621.334000', '181621.337000', '181621.340000', '181621.342000', '181621.345000', '181621.348000', '181621.351000', '181621.354000', '181621.357000', '181621.360000', '181621.363000', '181621.366000', '181621.369000', '181621.372000', '181621.374000', '181621.377000', '181621.380000', '181621.383000', '181621.386000', '181621.389000', '181621.392000', '181641.257000', '181641.260000', '181641.263000', '181641.266000', '181641.269000', '181641.272000', '181641.274000', '181641.277000', '181641.280000', '181641.283000', '181641.286000', '181641.289000', '181641.292000', '181641.294000', '181641.297000', '181641.300000', '181641.303000', '181641.306000', '181641.309000', '181641.312000', '181641.315000', '181641.318000', '181641.320000', '181641.323000', '181641.326000', '181641.329000', '181641.332000', '181641.335000', '181641.337000', '181641.340000', '181641.343000', '181641.346000', '181641.349000', '181641.352000', '181641.355000', '181641.358000', '181641.360000', '181641.363000', '181641.366000', '181641.369000', '181641.372000', '181641.375000', '181641.378000', '181641.381000', '181701.257000', '181701.260000', '181701.263000', '181701.266000', '181701.269000', '181701.272000', '181701.275000', '181701.277000', '181701.280000', '181701.283000', '181701.286000', '181701.289000', '181701.292000', '181701.295000', '181701.298000', '181701.301000', '181701.303000', '181701.306000', '181701.309000', '181701.312000', '181701.315000', '181701.318000', '181701.321000', '181701.324000', '181701.326000', '181701.329000', '181701.332000', '181701.335000', '181701.338000', '181701.341000', '181701.344000', '181701.347000', '181701.350000', '181701.353000', '181701.355000', '181701.358000', '181701.361000', '181701.364000', '181701.367000', '181701.370000', '181701.373000', '181701.376000', '181701.379000', '181721.256000', '181721.259000', '181721.262000', '181721.265000', '181721.268000', '181721.270000', '181721.273000', '181721.276000', '181721.279000', '181721.282000', '181721.285000', '181721.288000', '181721.291000', '181721.294000', '181721.297000', '181721.299000', '181721.302000', '181721.305000', '181721.308000', '181721.311000', '181721.314000', '181721.317000', '181721.320000', '181721.323000', '181721.325000', '181721.328000', '181721.331000', '181721.334000', '181721.337000', '181721.340000', '181721.343000', '181721.346000', '181721.349000', '181721.352000', '181721.355000', '181721.357000', '181721.360000', '181721.363000', '181721.366000', '181721.369000', '181721.372000', '181721.375000', '181721.378000', '181721.381000', '181741.256000', '181741.259000', '181741.262000', '181741.265000', '181741.268000', '181741.271000', '181741.274000', '181741.277000', '181741.279000', '181741.282000', '181741.285000', '181741.299000', '181741.302000', '181741.305000', '181741.308000', '181741.311000', '181741.314000', '181741.317000', '181741.319000', '181741.322000', '181741.325000', '181741.328000', '181741.331000', '181741.334000', '181741.337000', '181741.340000', '181741.343000', '181741.346000', '181741.349000', '181741.351000', '181741.354000', '181741.357000', '181741.360000', '181741.363000', '181741.366000', '181741.369000', '181741.372000', '181741.374000', '181741.377000', '181741.380000', '181741.383000', '181741.386000', '181741.389000', '181742.480000', '181742.483000', '181742.486000'], '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': [11407, 18875, 9706, 13408, 19373, 9363, 14131, 13807, 9981, 10610, 9793, 7755, 13174, 18802, 10313, 13003, 17545, 10132, 8316, 9674, 17535, 10639, 11445, 17837, 8665, 13016, 18595, 11412, 15426, 8630, 9975, 17072, 10404, 13415, 8587, 10578, 17351, 10957, 13694, 15714, 9762, 15087, 8389, 11450, 18003, 10235, 14719, 9332, 10858, 18113, 10336, 14247, 9911, 14462, 19579, 11799, 16437, 12016, 10200, 17095, 8443, 12540, 18350, 9840, 14625, 8960, 10452, 8988, 10187, 17645, 9992, 12078, 18212, 9463, 13430, 13087, 9931, 16681, 8588, 12387, 17161, 10226, 15457, 8629, 11049, 17505, 10426, 13760, 10132, 15749, 9980, 10516, 17500, 9124, 12735, 15345, 10166, 16401, 9005, 11603, 18163, 9242, 14237, 10210, 10852, 17731, 8964, 13137, 14593, 10387, 16732, 8371, 12058, 18554, 10744, 14373, 9209, 13889, 9513, 15580, 11402, 10435, 16809, 7860, 11966, 18600, 10671, 15319, 9214, 9745, 18015, 9800, 12757, 17883, 9028, 15566, 8752, 10871, 17845, 8982, 14516, 9397, 10545, 17361, 9201, 13519, 13151, 10121, 16357, 8426, 13119, 16508, 10552, 16194, 8819, 12474, 17403, 10997, 16342, 8818, 12285, 18694, 10675, 14943, 8559, 10384, 17379, 9914, 14707, 8848, 10794, 17859, 9919, 13983, 11485, 10271, 17320, 9609, 13505, 17077, 11288, 16559, 9209, 11889, 18962, 10274, 14117, 9498, 10334, 17572, 9413, 14192, 9993, 10480, 17718, 9506, 13876, 9758, 14068, 16641, 10656, 16388, 9864, 10301, 17517, 10124, 13916, 9922, 14610, 9749, 14916, 17580, 10150, 14173, 8173, 9743, 16915, 9773, 12784, 17895, 9721, 15406, 8808, 10306, 11243, 9856, 17442, 9745, 11818, 17578, 9041, 13612, 9341, 10050, 17520, 8605, 12648, 18338, 9792, 14302, 9464, 10455, 10388, 9981, 17847, 9115, 12436, 7877, 10988, 7801, 14419, 18865, 12286, 14091, 15418, 8987, 15250, 9223, 10950, 17902, 8995, 13289, 15130, 9392, 15569, 8134, 10749, 17691, 9794, 13842, 8439, 13596, 9583, 9452, 10007, 17529, 10558, 12867, 18852, 10117, 14804, 10513, 10700, 9001, 10550, 7814, 14816, 10023, 17023, 9629, 13150, 11083, 8252, 12415, 9209, 16629, 12384, 19279, 16897, 13461, 17536, 11021, 11496, 18225, 8812, 14426, 9309, 14458, 8428, 14618, 9215, 9699, 15640, 7845, 11759, 9088, 10159, 7854, 10981, 16661, 10246, 14002, 14158, 10174, 16137, 9018, 14356, 16947, 11011, 16422, 8901, 13778, 8634, 14683, 8878, 15068, 18988, 12133, 15199, 14685, 9451, 15664, 8699, 11328, 7852, 11108, 17931, 9388, 13628, 16512, 9379, 14831, 9067, 9994, 16688, 8516, 12765, 17991, 10920, 15560, 8704, 9940, 17023, 9536, 13526, 13994, 9506, 15697, 8301, 13411, 8434, 13766, 17607, 9826, 13846, 14860, 9659, 15525, 8433, 11031, 18369, 9228, 13242, 16483, 10249, 15726, 8637, 10392, 16879, 9412, 12936, 14504, 8819, 15642, 8164, 11037, 16984, 8847, 15109, 10368, 10445, 16742, 9055, 14106, 14845, 10322, 16138, 8144, 11231, 18377, 11189, 14992, 12508, 10268, 17094, 8616, 11876, 17925, 9711, 13868, 9736, 9839, 16499, 9165, 12983, 17910, 10454, 14946, 8534, 10263, 16681, 9567, 13819, 8805, 14129, 17678, 10382, 15413, 8739, 9686, 15980, 9137, 13658, 12592, 9425, 15713, 8073, 12379, 17742, 10204, 13896, 7908, 9748, 16694, 9894, 13727, 14988, 9101, 15714, 8522, 10868, 9464, 9875, 17135, 9264, 12175, 17960, 9128, 15005, 9466, 10335, 16730, 9038, 15660, 13568, 10711, 17111, 7977, 11502, 18126, 11023, 14447, 8436, 9390, 17221, 9778, 14270, 15660, 9390, 15962, 8589, 11761, 18235, 9864, 15725, 8956, 10966, 17577, 8863, 13571, 12872, 9652, 16363, 8461, 11850, 18102, 11006, 14408, 8759, 9820, 16753, 9768, 14397, 11246, 9877, 16589, 9210, 13726, 12131, 9953, 11825, 8860, 16697, 9502, 11050, 17229, 8582, 14160, 9855, 10291, 17538, 9436, 13874, 13119, 9588, 16786, 8775, 12701, 11541, 9228, 11156, 9206, 16686, 8143, 12218, 17975, 11370, 14668, 8343, 12983, 8214, 14861, 9750, 16238, 9898, 16159, 18397, 15235, 14987, 11702, 11162, 17476, 9264, 12555, 7602, 10327, 17740, 11649, 13133, 8689, 7626, 11296, 8085, 15135, 8703, 14724, 18035, 10821, 11895, 16362, 8825, 13552, 14233, 11062, 9134, 8663, 7729, 13750, 9047, 11568, 10002, 8432, 17087, 9455, 18068, 19071, 15377, 15427, 10663, 10951, 17009, 9739, 13398, 12301, 9246, 15530, 7922, 11763, 8234, 12378, 16434, 9196, 14144, 8336, 10556, 8029, 11943, 15876, 11325, 13908, 12529, 9969, 16941, 8720, 13635, 8128, 14311, 19058, 12478, 15490, 11601, 10071, 16688, 8363, 13216, 8048, 12344, 11890, 11500, 18767, 12213, 11918, 17929, 9908, 13804, 17552, 9621, 15159, 8375, 11272, 7990, 11309, 17594, 9195, 13495, 18401, 9629, 14240, 10464, 9795, 17207, 8487, 12093, 17767, 10053, 14368, 9208, 15129, 9631, 15922, 10446, 15169, 17643, 9598, 14646, 12618, 9124, 10791, 8630, 16969, 11246, 9971, 15761, 7937, 12882, 13421, 9670, 16073, 8409, 10568, 7976, 11586, 8146, 14449, 9329, 12782, 18558, 9389, 12511, 18373, 10895, 14331, 8992, 15879, 13929, 11539, 15990, 8112, 11022, 18098, 11002, 14536, 9881, 10526, 8485, 7844, 11261, 14553, 9985, 17042, 15848, 11788, 15288, 9282, 11321, 18106, 10544, 13196, 11251, 8978, 17098, 8932, 11999, 8394, 9123, 16774, 8826, 13313, 8097, 12805, 8574, 15673, 9515, 15736, 10338, 14174, 17348, 9539, 15141, 14956, 10052, 15138, 8102, 12669, 9496, 11116, 9298, 10583, 18582, 9929, 13121, 18631, 10367, 14443, 13603, 9644, 16855, 8601, 11112, 16944, 9164, 13141, 9355, 8585, 9538, 17040, 9653, 11436, 17604, 10010, 12625, 16740, 9295, 14534, 10245, 9199, 16021, 8293, 10882, 17102, 9977, 12948, 11284, 8784, 16548, 8419, 10683, 15826, 8939, 15180, 8955, 14599, 9447, 9487, 16926, 8339, 12374, 8164, 10780, 17521, 10131, 13852, 12599, 9150, 17157, 8661, 13836, 14155, 9662, 17225, 8873, 14162, 15812, 10039, 16668, 8897, 12974, 8565, 12954, 8339, 16009, 19199, 15982, 15789, 10562, 9572, 16524, 9055, 13133, 17187, 9804, 14946, 8229, 10508, 17775, 9687, 13568, 8456, 9736, 16924, 9963, 14047, 8776, 9579, 17369, 9627, 12754, 15688, 9433, 15948, 8905, 10832, 17291, 9025, 14281, 8902, 9766, 16431, 8571, 14602, 10454, 9596, 16396, 8987, 13152, 12253, 9501, 9680, 10457, 7830, 13596, 18567, 11757, 15462, 16616, 10129, 15031, 8487, 11021, 17258, 9819, 14436, 8185, 10661, 17236, 11005, 14145, 8291, 9455, 8101, 10968, 8351, 14754, 8600, 16108, 8833, 12977, 8330, 11914, 18820, 11301, 14270, 16000, 9689], 'WindowCenter': [4729.0, 4753.0, 4669.0, 4709.0, 4738.0, 4654.0, 4693.0, 4692.0, 4652.0, 4661.0, 4662.0, 4633.0, 4696.0, 4736.0, 4663.0, 4681.0, 4700.0, 4650.0, 4641.0, 4664.0, 4713.0, 4661.0, 4671.0, 4710.0, 4630.0, 4680.0, 4708.0, 4660.0, 4689.0, 4618.0, 4639.0, 4697.0, 4648.0, 4678.0, 4629.0, 4650.0, 4699.0, 4648.0, 4690.0, 4687.0, 4639.0, 4688.0, 4629.0, 4659.0, 4697.0, 4650.0, 4689.0, 4640.0, 4660.0, 4709.0, 4649.0, 4688.0, 4651.0, 4692.0, 4710.0, 4659.0, 4699.0, 4657.0, 4648.0, 4686.0, 4617.0, 4680.0, 4708.0, 4647.0, 4688.0, 4627.0, 4649.0, 4640.0, 4662.0, 4711.0, 4639.0, 4671.0, 4709.0, 4638.0, 4679.0, 4678.0, 4649.0, 4698.0, 4630.0, 4670.0, 4697.0, 4650.0, 4699.0, 4641.0, 4672.0, 4698.0, 4660.0, 4690.0, 4663.0, 4713.0, 4651.0, 4662.0, 4710.0, 4641.0, 4681.0, 4689.0, 4652.0, 4702.0, 4641.0, 4671.0, 4710.0, 4641.0, 4690.0, 4649.0, 4659.0, 4709.0, 4640.0, 4681.0, 4688.0, 4650.0, 4699.0, 4632.0, 4670.0, 4709.0, 4660.0, 4689.0, 4651.0, 4691.0, 4664.0, 4716.0, 4673.0, 4674.0, 4712.0, 4633.0, 4672.0, 4721.0, 4663.0, 4701.0, 4640.0, 4651.0, 4709.0, 4650.0, 4683.0, 4709.0, 4629.0, 4689.0, 4628.0, 4659.0, 4708.0, 4628.0, 4688.0, 4639.0, 4660.0, 4698.0, 4638.0, 4679.0, 4667.0, 4649.0, 4699.0, 4630.0, 4682.0, 4697.0, 4659.0, 4699.0, 4628.0, 4671.0, 4698.0, 4660.0, 4697.0, 4627.0, 4669.0, 4708.0, 4648.0, 4689.0, 4628.0, 4649.0, 4698.0, 4650.0, 4690.0, 4628.0, 4663.0, 4709.0, 4649.0, 4679.0, 4658.0, 4649.0, 4698.0, 4649.0, 4681.0, 4697.0, 4659.0, 4699.0, 4628.0, 4658.0, 4707.0, 4638.0, 4678.0, 4638.0, 4648.0, 4697.0, 4638.0, 4690.0, 4649.0, 4660.0, 4697.0, 4638.0, 4678.0, 4651.0, 4692.0, 4700.0, 4651.0, 4700.0, 4650.0, 4649.0, 4697.0, 4649.0, 4677.0, 4650.0, 4701.0, 4652.0, 4717.0, 4712.0, 4661.0, 4690.0, 4629.0, 4650.0, 4699.0, 4650.0, 4681.0, 4708.0, 4639.0, 4690.0, 4629.0, 4651.0, 4658.0, 4651.0, 4711.0, 4649.0, 4671.0, 4700.0, 4639.0, 4689.0, 4641.0, 4651.0, 4699.0, 4629.0, 4682.0, 4710.0, 4650.0, 4679.0, 4638.0, 4649.0, 4649.0, 4663.0, 4710.0, 4629.0, 4668.0, 4630.0, 4660.0, 4633.0, 4706.0, 4723.0, 4682.0, 4691.0, 4688.0, 4640.0, 4690.0, 4638.0, 4660.0, 4697.0, 4639.0, 4693.0, 4689.0, 4640.0, 4688.0, 4619.0, 4660.0, 4708.0, 4651.0, 4678.0, 4631.0, 4690.0, 4664.0, 4665.0, 4678.0, 4725.0, 4664.0, 4695.0, 4724.0, 4662.0, 4690.0, 4649.0, 4650.0, 4640.0, 4660.0, 4622.0, 4702.0, 4676.0, 4724.0, 4666.0, 4693.0, 4673.0, 4645.0, 4696.0, 4656.0, 4713.0, 4685.0, 4728.0, 4702.0, 4670.0, 4689.0, 4636.0, 4648.0, 4697.0, 4615.0, 4664.0, 4627.0, 4677.0, 4630.0, 4689.0, 4626.0, 4652.0, 4689.0, 4619.0, 4657.0, 4628.0, 4651.0, 4631.0, 4673.0, 4702.0, 4651.0, 4691.0, 4691.0, 4651.0, 4688.0, 4641.0, 4691.0, 4700.0, 4660.0, 4699.0, 4629.0, 4677.0, 4631.0, 4691.0, 4643.0, 4703.0, 4713.0, 4670.0, 4690.0, 4691.0, 4650.0, 4688.0, 4629.0, 4659.0, 4631.0, 4672.0, 4710.0, 4641.0, 4691.0, 4699.0, 4641.0, 4690.0, 4629.0, 4651.0, 4700.0, 4641.0, 4681.0, 4709.0, 4661.0, 4701.0, 4630.0, 4650.0, 4699.0, 4639.0, 4681.0, 4690.0, 4651.0, 4689.0, 4630.0, 4680.0, 4643.0, 4705.0, 4712.0, 4651.0, 4692.0, 4691.0, 4652.0, 4700.0, 4630.0, 4662.0, 4712.0, 4652.0, 4693.0, 4698.0, 4650.0, 4690.0, 4629.0, 4649.0, 4698.0, 4641.0, 4681.0, 4690.0, 4640.0, 4699.0, 4630.0, 4661.0, 4710.0, 4642.0, 4704.0, 4662.0, 4661.0, 4710.0, 4641.0, 4691.0, 4691.0, 4650.0, 4701.0, 4630.0, 4661.0, 4709.0, 4659.0, 4691.0, 4668.0, 4649.0, 4687.0, 4617.0, 4669.0, 4697.0, 4639.0, 4678.0, 4637.0, 4649.0, 4698.0, 4641.0, 4679.0, 4697.0, 4649.0, 4689.0, 4627.0, 4650.0, 4697.0, 4639.0, 4678.0, 4641.0, 4692.0, 4710.0, 4651.0, 4702.0, 4631.0, 4652.0, 4701.0, 4641.0, 4692.0, 4681.0, 4654.0, 4699.0, 4631.0, 4684.0, 4711.0, 4663.0, 4693.0, 4633.0, 4653.0, 4712.0, 4653.0, 4693.0, 4701.0, 4643.0, 4700.0, 4641.0, 4662.0, 4653.0, 4664.0, 4713.0, 4653.0, 4684.0, 4722.0, 4653.0, 4704.0, 4652.0, 4663.0, 4712.0, 4654.0, 4712.0, 4681.0, 4663.0, 4712.0, 4633.0, 4671.0, 4710.0, 4661.0, 4691.0, 4631.0, 4641.0, 4710.0, 4651.0, 4692.0, 4699.0, 4641.0, 4699.0, 4628.0, 4670.0, 4709.0, 4650.0, 4689.0, 4628.0, 4661.0, 4709.0, 4640.0, 4679.0, 4666.0, 4640.0, 4698.0, 4630.0, 4669.0, 4708.0, 4659.0, 4689.0, 4629.0, 4649.0, 4699.0, 4648.0, 4690.0, 4658.0, 4649.0, 4698.0, 4628.0, 4679.0, 4668.0, 4649.0, 4669.0, 4641.0, 4700.0, 4650.0, 4661.0, 4710.0, 4632.0, 4690.0, 4649.0, 4661.0, 4710.0, 4642.0, 4691.0, 4679.0, 4650.0, 4699.0, 4632.0, 4681.0, 4658.0, 4640.0, 4670.0, 4653.0, 4713.0, 4632.0, 4671.0, 4710.0, 4659.0, 4690.0, 4632.0, 4681.0, 4643.0, 4702.0, 4666.0, 4725.0, 4666.0, 4716.0, 4715.0, 4704.0, 4693.0, 4658.0, 4659.0, 4697.0, 4639.0, 4669.0, 4619.0, 4651.0, 4709.0, 4670.0, 4679.0, 4631.0, 4632.0, 4674.0, 4648.0, 4717.0, 4658.0, 4720.0, 4726.0, 4663.0, 4673.0, 4702.0, 4654.0, 4696.0, 4691.0, 4661.0, 4641.0, 4642.0, 4635.0, 4704.0, 4655.0, 4685.0, 4666.0, 4647.0, 4727.0, 4669.0, 4729.0, 4713.0, 4691.0, 4690.0, 4648.0, 4648.0, 4686.0, 4626.0, 4667.0, 4655.0, 4627.0, 4675.0, 4606.0, 4655.0, 4618.0, 4670.0, 4688.0, 4639.0, 4679.0, 4620.0, 4660.0, 4632.0, 4673.0, 4701.0, 4662.0, 4694.0, 4672.0, 4652.0, 4700.0, 4631.0, 4692.0, 4633.0, 4704.0, 4711.0, 4672.0, 4703.0, 4660.0, 4652.0, 4700.0, 4630.0, 4680.0, 4633.0, 4683.0, 4684.0, 4674.0, 4727.0, 4672.0, 4673.0, 4700.0, 4649.0, 4681.0, 4711.0, 4641.0, 4690.0, 4621.0, 4660.0, 4631.0, 4674.0, 4712.0, 4641.0, 4682.0, 4711.0, 4652.0, 4690.0, 4649.0, 4652.0, 4702.0, 4631.0, 4672.0, 4699.0, 4640.0, 4689.0, 4653.0, 4701.0, 4654.0, 4712.0, 4676.0, 4717.0, 4713.0, 4642.0, 4691.0, 4669.0, 4642.0, 4659.0, 4642.0, 4713.0, 4662.0, 4652.0, 4689.0, 4620.0, 4681.0, 4680.0, 4653.0, 4701.0, 4631.0, 4660.0, 4632.0, 4683.0, 4645.0, 4704.0, 4656.0, 4697.0, 4726.0, 4643.0, 4683.0, 4712.0, 4662.0, 4701.0, 4653.0, 4714.0, 4693.0, 4673.0, 4701.0, 4621.0, 4674.0, 4723.0, 4662.0, 4691.0, 4665.0, 4675.0, 4656.0, 4647.0, 4686.0, 4705.0, 4664.0, 4715.0, 4701.0, 4671.0, 4689.0, 4637.0, 4661.0, 4699.0, 4649.0, 4668.0, 4646.0, 4628.0, 4686.0, 4616.0, 4656.0, 4617.0, 4638.0, 4697.0, 4628.0, 4676.0, 4630.0, 4692.0, 4656.0, 4714.0, 4665.0, 4714.0, 4676.0, 4708.0, 4714.0, 4653.0, 4703.0, 4691.0, 4654.0, 4701.0, 4620.0, 4680.0, 4650.0, 4671.0, 4653.0, 4672.0, 4712.0, 4639.0, 4680.0, 4711.0, 4648.0, 4678.0, 4666.0, 4638.0, 4687.0, 4629.0, 4658.0, 4686.0, 4628.0, 4667.0, 4641.0, 4642.0, 4665.0, 4713.0, 4651.0, 4671.0, 4700.0, 4650.0, 4670.0, 4699.0, 4639.0, 4691.0, 4648.0, 4640.0, 4699.0, 4630.0, 4660.0, 4698.0, 4649.0, 4680.0, 4659.0, 4641.0, 4710.0, 4631.0, 4663.0, 4701.0, 4652.0, 4702.0, 4656.0, 4716.0, 4666.0, 4664.0, 4714.0, 4643.0, 4694.0, 4644.0, 4675.0, 4714.0, 4664.0, 4694.0, 4683.0, 4653.0, 4712.0, 4643.0, 4704.0, 4703.0, 4665.0, 4713.0, 4644.0, 4706.0, 4715.0, 4664.0, 4713.0, 4642.0, 4682.0, 4643.0, 4693.0, 4645.0, 4718.0, 4726.0, 4702.0, 4702.0, 4662.0, 4650.0, 4697.0, 4629.0, 4680.0, 4699.0, 4649.0, 4688.0, 4620.0, 4661.0, 4709.0, 4650.0, 4680.0, 4631.0, 4651.0, 4711.0, 4651.0, 4691.0, 4630.0, 4651.0, 4701.0, 4640.0, 4680.0, 4689.0, 4639.0, 4688.0, 4630.0, 4658.0, 4700.0, 4629.0, 4690.0, 4628.0, 4649.0, 4698.0, 4640.0, 4690.0, 4649.0, 4651.0, 4700.0, 4640.0, 4680.0, 4667.0, 4640.0, 4650.0, 4661.0, 4633.0, 4694.0, 4723.0, 4672.0, 4702.0, 4699.0, 4649.0, 4688.0, 4628.0, 4659.0, 4698.0, 4651.0, 4689.0, 4630.0, 4660.0, 4699.0, 4661.0, 4692.0, 4630.0, 4650.0, 4631.0, 4672.0, 4644.0, 4704.0, 4656.0, 4716.0, 4656.0, 4695.0, 4646.0, 4686.0, 4723.0, 4673.0, 4693.0, 4701.0, 4652.0], 'WindowWidth': [10344.0, 10373.0, 10241.0, 10295.0, 10338.0, 10210.0, 10262.0, 10258.0, 10204.0, 10214.0, 10218.0, 10180.0, 10272.0, 10333.0, 10220.0, 10242.0, 10270.0, 10198.0, 10188.0, 10223.0, 10293.0, 10214.0, 10228.0, 10282.0, 10168.0, 10239.0, 10279.0, 10210.0, 10251.0, 10148.0, 10179.0, 10259.0, 10191.0, 10234.0, 10166.0, 10196.0, 10264.0, 10190.0, 10252.0, 10246.0, 10179.0, 10247.0, 10167.0, 10209.0, 10260.0, 10199.0, 10252.0, 10183.0, 10210.0, 10277.0, 10192.0, 10248.0, 10200.0, 10260.0, 10285.0, 10206.0, 10265.0, 10202.0, 10191.0, 10242.0, 10147.0, 10239.0, 10279.0, 10190.0, 10247.0, 10162.0, 10194.0, 10185.0, 10218.0, 10286.0, 10182.0, 10225.0, 10280.0, 10180.0, 10237.0, 10233.0, 10194.0, 10261.0, 10171.0, 10223.0, 10261.0, 10197.0, 10267.0, 10188.0, 10230.0, 10263.0, 10211.0, 10253.0, 10221.0, 10292.0, 10201.0, 10216.0, 10283.0, 10187.0, 10242.0, 10252.0, 10203.0, 10274.0, 10186.0, 10229.0, 10284.0, 10186.0, 10253.0, 10196.0, 10209.0, 10281.0, 10184.0, 10241.0, 10249.0, 10199.0, 10267.0, 10174.0, 10225.0, 10279.0, 10210.0, 10251.0, 10203.0, 10257.0, 10227.0, 10301.0, 10236.0, 10236.0, 10287.0, 10177.0, 10232.0, 10301.0, 10219.0, 10272.0, 10183.0, 10201.0, 10282.0, 10195.0, 10245.0, 10284.0, 10168.0, 10250.0, 10163.0, 10207.0, 10276.0, 10165.0, 10247.0, 10181.0, 10210.0, 10262.0, 10178.0, 10235.0, 10217.0, 10195.0, 10261.0, 10169.0, 10242.0, 10260.0, 10209.0, 10262.0, 10165.0, 10226.0, 10263.0, 10210.0, 10260.0, 10161.0, 10222.0, 10278.0, 10191.0, 10251.0, 10163.0, 10195.0, 10264.0, 10198.0, 10253.0, 10164.0, 10219.0, 10281.0, 10196.0, 10236.0, 10203.0, 10193.0, 10263.0, 10195.0, 10240.0, 10260.0, 10206.0, 10264.0, 10163.0, 10203.0, 10273.0, 10176.0, 10232.0, 10177.0, 10192.0, 10258.0, 10177.0, 10255.0, 10193.0, 10210.0, 10259.0, 10178.0, 10231.0, 10201.0, 10261.0, 10269.0, 10200.0, 10268.0, 10196.0, 10193.0, 10258.0, 10191.0, 10231.0, 10199.0, 10268.0, 10205.0, 10302.0, 10290.0, 10215.0, 10253.0, 10166.0, 10199.0, 10266.0, 10197.0, 10241.0, 10278.0, 10182.0, 10252.0, 10169.0, 10199.0, 10206.0, 10199.0, 10287.0, 10194.0, 10226.0, 10267.0, 10182.0, 10251.0, 10187.0, 10199.0, 10265.0, 10168.0, 10246.0, 10284.0, 10197.0, 10235.0, 10176.0, 10192.0, 10195.0, 10219.0, 10283.0, 10167.0, 10220.0, 10171.0, 10214.0, 10181.0, 10286.0, 10311.0, 10246.0, 10256.0, 10247.0, 10183.0, 10253.0, 10178.0, 10210.0, 10261.0, 10180.0, 10262.0, 10253.0, 10185.0, 10247.0, 10152.0, 10210.0, 10277.0, 10201.0, 10233.0, 10173.0, 10254.0, 10224.0, 10231.0, 10250.0, 10314.0, 10222.0, 10270.0, 10309.0, 10217.0, 10254.0, 10193.0, 10196.0, 10184.0, 10212.0, 10164.0, 10275.0, 10246.0, 10308.0, 10231.0, 10262.0, 10233.0, 10201.0, 10272.0, 10216.0, 10294.0, 10255.0, 10328.0, 10274.0, 10221.0, 10254.0, 10169.0, 10188.0, 10260.0, 10139.0, 10203.0, 10158.0, 10228.0, 10170.0, 10249.0, 10159.0, 10201.0, 10249.0, 10152.0, 10201.0, 10162.0, 10198.0, 10172.0, 10234.0, 10273.0, 10200.0, 10256.0, 10255.0, 10200.0, 10247.0, 10186.0, 10256.0, 10268.0, 10210.0, 10262.0, 10166.0, 10231.0, 10172.0, 10254.0, 10193.0, 10277.0, 10294.0, 10224.0, 10254.0, 10254.0, 10198.0, 10248.0, 10164.0, 10207.0, 10173.0, 10230.0, 10284.0, 10185.0, 10254.0, 10266.0, 10187.0, 10251.0, 10165.0, 10200.0, 10269.0, 10188.0, 10241.0, 10280.0, 10213.0, 10269.0, 10171.0, 10197.0, 10265.0, 10180.0, 10240.0, 10251.0, 10199.0, 10248.0, 10169.0, 10239.0, 10193.0, 10283.0, 10290.0, 10200.0, 10260.0, 10256.0, 10203.0, 10269.0, 10169.0, 10218.0, 10291.0, 10203.0, 10261.0, 10264.0, 10197.0, 10253.0, 10168.0, 10195.0, 10262.0, 10186.0, 10240.0, 10253.0, 10185.0, 10263.0, 10170.0, 10214.0, 10284.0, 10190.0, 10279.0, 10216.0, 10215.0, 10284.0, 10187.0, 10256.0, 10255.0, 10197.0, 10271.0, 10171.0, 10212.0, 10279.0, 10208.0, 10255.0, 10220.0, 10192.0, 10246.0, 10146.0, 10222.0, 10262.0, 10179.0, 10231.0, 10173.0, 10194.0, 10261.0, 10184.0, 10235.0, 10261.0, 10194.0, 10251.0, 10164.0, 10196.0, 10260.0, 10179.0, 10233.0, 10189.0, 10260.0, 10284.0, 10200.0, 10273.0, 10172.0, 10202.0, 10269.0, 10187.0, 10259.0, 10242.0, 10208.0, 10267.0, 10175.0, 10251.0, 10288.0, 10220.0, 10262.0, 10180.0, 10208.0, 10288.0, 10206.0, 10262.0, 10271.0, 10192.0, 10268.0, 10187.0, 10218.0, 10208.0, 10224.0, 10292.0, 10206.0, 10252.0, 10305.0, 10206.0, 10277.0, 10203.0, 10220.0, 10290.0, 10209.0, 10289.0, 10242.0, 10219.0, 10289.0, 10179.0, 10229.0, 10285.0, 10214.0, 10257.0, 10174.0, 10188.0, 10282.0, 10199.0, 10258.0, 10267.0, 10187.0, 10263.0, 10166.0, 10225.0, 10283.0, 10199.0, 10251.0, 10165.0, 10215.0, 10281.0, 10183.0, 10235.0, 10216.0, 10184.0, 10263.0, 10170.0, 10222.0, 10278.0, 10207.0, 10250.0, 10168.0, 10194.0, 10262.0, 10191.0, 10254.0, 10206.0, 10195.0, 10261.0, 10163.0, 10235.0, 10217.0, 10193.0, 10221.0, 10186.0, 10269.0, 10198.0, 10213.0, 10283.0, 10176.0, 10252.0, 10195.0, 10214.0, 10284.0, 10190.0, 10257.0, 10236.0, 10198.0, 10265.0, 10175.0, 10240.0, 10206.0, 10185.0, 10225.0, 10206.0, 10291.0, 10176.0, 10228.0, 10281.0, 10209.0, 10253.0, 10177.0, 10241.0, 10195.0, 10274.0, 10232.0, 10311.0, 10232.0, 10303.0, 10302.0, 10277.0, 10263.0, 10205.0, 10208.0, 10262.0, 10178.0, 10220.0, 10153.0, 10199.0, 10281.0, 10225.0, 10236.0, 10173.0, 10178.0, 10238.0, 10208.0, 10301.0, 10225.0, 10312.0, 10318.0, 10219.0, 10232.0, 10277.0, 10209.0, 10272.0, 10256.0, 10213.0, 10189.0, 10192.0, 10184.0, 10278.0, 10213.0, 10256.0, 10231.0, 10207.0, 10317.0, 10238.0, 10327.0, 10299.0, 10253.0, 10255.0, 10190.0, 10187.0, 10238.0, 10157.0, 10215.0, 10195.0, 10158.0, 10219.0, 10127.0, 10193.0, 10150.0, 10223.0, 10246.0, 10180.0, 10233.0, 10157.0, 10210.0, 10177.0, 10235.0, 10272.0, 10215.0, 10261.0, 10228.0, 10201.0, 10267.0, 10170.0, 10255.0, 10180.0, 10277.0, 10288.0, 10228.0, 10275.0, 10212.0, 10201.0, 10267.0, 10170.0, 10240.0, 10178.0, 10249.0, 10249.0, 10237.0, 10321.0, 10231.0, 10231.0, 10268.0, 10194.0, 10242.0, 10286.0, 10186.0, 10251.0, 10156.0, 10209.0, 10172.0, 10236.0, 10290.0, 10187.0, 10243.0, 10286.0, 10201.0, 10252.0, 10193.0, 10202.0, 10274.0, 10174.0, 10229.0, 10265.0, 10182.0, 10248.0, 10206.0, 10270.0, 10210.0, 10287.0, 10243.0, 10305.0, 10296.0, 10188.0, 10256.0, 10223.0, 10188.0, 10209.0, 10191.0, 10293.0, 10216.0, 10204.0, 10250.0, 10155.0, 10240.0, 10239.0, 10206.0, 10270.0, 10172.0, 10211.0, 10178.0, 10248.0, 10200.0, 10281.0, 10216.0, 10275.0, 10318.0, 10192.0, 10246.0, 10291.0, 10216.0, 10272.0, 10208.0, 10294.0, 10264.0, 10233.0, 10272.0, 10158.0, 10239.0, 10309.0, 10217.0, 10256.0, 10227.0, 10243.0, 10218.0, 10209.0, 10259.0, 10283.0, 10225.0, 10300.0, 10272.0, 10226.0, 10251.0, 10176.0, 10215.0, 10269.0, 10194.0, 10219.0, 10186.0, 10163.0, 10241.0, 10143.0, 10198.0, 10146.0, 10176.0, 10260.0, 10163.0, 10228.0, 10171.0, 10261.0, 10218.0, 10292.0, 10229.0, 10293.0, 10246.0, 10292.0, 10297.0, 10205.0, 10276.0, 10256.0, 10208.0, 10270.0, 10158.0, 10240.0, 10199.0, 10230.0, 10210.0, 10232.0, 10291.0, 10181.0, 10239.0, 10288.0, 10191.0, 10234.0, 10212.0, 10177.0, 10245.0, 10165.0, 10204.0, 10241.0, 10163.0, 10217.0, 10187.0, 10193.0, 10225.0, 10294.0, 10201.0, 10227.0, 10268.0, 10195.0, 10223.0, 10266.0, 10181.0, 10253.0, 10193.0, 10183.0, 10264.0, 10170.0, 10211.0, 10262.0, 10196.0, 10240.0, 10211.0, 10187.0, 10284.0, 10176.0, 10219.0, 10271.0, 10205.0, 10273.0, 10217.0, 10301.0, 10228.0, 10224.0, 10293.0, 10193.0, 10266.0, 10197.0, 10241.0, 10298.0, 10224.0, 10266.0, 10248.0, 10207.0, 10289.0, 10194.0, 10280.0, 10281.0, 10228.0, 10292.0, 10196.0, 10286.0, 10300.0, 10224.0, 10289.0, 10189.0, 10245.0, 10194.0, 10263.0, 10200.0, 10305.0, 10323.0, 10275.0, 10277.0, 10216.0, 10197.0, 10260.0, 10168.0, 10239.0, 10268.0, 10194.0, 10248.0, 10155.0, 10215.0, 10282.0, 10198.0, 10238.0, 10171.0, 10203.0, 10285.0, 10202.0, 10257.0, 10170.0, 10200.0, 10270.0, 10183.0, 10238.0, 10252.0, 10180.0, 10249.0, 10167.0, 10204.0, 10267.0, 10166.0, 10252.0, 10163.0, 10194.0, 10264.0, 10186.0, 10252.0, 10194.0, 10200.0, 10267.0, 10184.0, 10238.0, 10217.0, 10183.0, 10197.0, 10215.0, 10181.0, 10267.0, 10310.0, 10229.0, 10273.0, 10266.0, 10194.0, 10247.0, 10163.0, 10208.0, 10264.0, 10199.0, 10250.0, 10170.0, 10212.0, 10266.0, 10215.0, 10257.0, 10172.0, 10196.0, 10175.0, 10232.0, 10199.0, 10281.0, 10219.0, 10300.0, 10217.0, 10269.0, 10203.0, 10256.0, 10311.0, 10233.0, 10262.0, 10273.0, 10202.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.00017435307017543862</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020700536074561404</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.9648518191218</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2526769950713486</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9701660765751918</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4762</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6778.1299</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08025171491320421</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.5482456140350878</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5631499145940375</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.515901576379868</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8026630240883974</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.370885143313847</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00951058</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013745731674134731</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029368732124567032</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>912</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.8006074571912998</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>19.1743</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.7807</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.7809</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299357.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>961.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.097</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3719</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>577.8348</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3861.0855</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4112.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77187.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1197.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5105.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1081.9253</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.474603878334165</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> |