=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0032 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0032",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
108 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
108 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0032_ses-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-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0032/figures/sub-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032/ses-02/func/sub-0032_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>082b722f60e8c81fc0326b5064b3685d</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>14:11:9.702500</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.999182, -0.0374765, 0.0151811, 0.0383847, 0.997162, -0.0647674]</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.103515</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>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4142, -7770, -7224, 623, -74, -158, -36, 64]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>255.583</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5f1d5955-3081-4917-b3a4-e806b26f394a||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.6807327270507812, 0.10298342257738113, 0.034319039434194565, 106.30611419677734], [0.10054660588502884, 2.6753125190734863, -0.17630219459533691, -97.97314453125], [0.04072976112365723, 0.17376607656478882, 2.694019317626953, -82.89295196533203], [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': ['141109.702500', '141110.162500', '141110.622500', '141111.082500', '141111.542500', '141112.002500', '141112.462500', '141112.922500', '141113.382500', '141113.842500', '141114.302500', '141114.762500', '141115.222500', '141115.682500', '141116.142500', '141116.602500', '141117.062500', '141117.522500', '141117.982500', '141118.442500', '141118.902500', '141119.362500', '141119.822500', '141120.282500', '141120.742500', '141121.202500', '141121.662500', '141122.122500', '141122.582500', '141123.042500', '141123.502500', '141123.962500', '141124.422500', '141124.882500', '141125.342500', '141125.802500', '141126.262500', '141126.722500', '141127.182500', '141127.642500', '141128.102500', '141128.562500', '141129.022500', '141129.482500', '141129.942500', '141130.402500', '141130.862500', '141131.322500', '141131.782500', '141132.242500', '141132.702500', '141133.162500', '141133.622500', '141134.082500', '141134.542500', '141135.002500', '141135.462500', '141135.922500', '141136.382500', '141136.842500', '141137.302500', '141137.762500', '141138.222500', '141138.682500', '141139.142500', '141139.602500', '141140.062500', '141140.522500', '141140.982500', '141141.442500', '141141.902500', '141142.362500', '141142.822500', '141143.282500', '141143.742500', '141144.202500', '141144.662500', '141145.122500', '141145.582500', '141146.042500', '141146.502500', '141146.962500', '141147.422500', '141147.882500', '141148.342500', '141148.802500', '141149.262500', '141149.722500', '141150.182500', '141150.642500', '141151.102500', '141151.562500', '141152.022500', '141152.482500', '141152.942500', '141153.402500', '141153.862500', '141154.322500', '141154.782500', '141155.242500', '141155.702500', '141156.162500', '141156.622500', '141157.082500', '141157.542500', '141158.002500', '141158.462500', '141158.922500', '141159.382500', '141159.842500', '141200.302500', '141200.762500', '141201.222500', '141201.682500', '141202.142500', '141202.602500', '141203.062500', '141203.522500', '141203.982500', '141204.442500', '141204.902500', '141205.362500', '141205.822500', '141206.282500', '141206.742500', '141207.202500', '141207.662500', '141208.122500', '141208.582500', '141209.042500', '141209.502500', '141209.962500', '141210.422500', '141210.882500', '141211.342500', '141211.802500', '141212.262500', '141212.722500', '141213.182500', '141213.642500', '141214.102500', '141214.562500', '141215.022500', '141215.482500', '141215.942500', '141216.402500', '141216.862500', '141217.322500', '141217.782500', '141218.242500', '141218.702500', '141219.162500', '141219.622500', '141220.082500', '141220.542500', '141221.002500', '141221.462500', '141221.922500', '141222.382500', '141222.842500', '141223.302500', '141223.762500', '141224.222500', '141224.682500', '141225.142500', '141225.602500', '141226.062500', '141226.522500', '141226.982500', '141227.442500', '141227.902500', '141228.362500', '141228.822500', '141229.282500', '141229.742500', '141230.202500', '141230.662500', '141231.122500', '141231.582500', '141232.042500', '141232.502500', '141232.962500', '141233.422500', '141233.882500', '141234.342500', '141234.802500', '141235.262500', '141235.722500', '141236.182500', '141236.642500', '141237.102500', '141237.562500', '141238.022500', '141238.482500', '141238.942500', '141239.402500', '141239.862500', '141240.322500', '141240.782500', '141241.242500', '141241.702500', '141242.162500', '141242.622500', '141243.082500', '141243.542500', '141244.002500', '141244.462500', '141244.922500', '141245.382500', '141245.842500', '141246.302500', '141246.762500', '141247.222500', '141247.682500', '141248.142500', '141248.602500', '141249.062500', '141249.522500', '141249.982500', '141250.442500', '141250.902500', '141251.362500', '141251.822500', '141252.282500', '141252.742500', '141253.202500', '141253.662500', '141254.122500', '141254.582500', '141255.042500', '141255.502500', '141255.962500', '141256.422500', '141256.882500', '141257.342500', '141257.802500', '141258.262500', '141258.722500', '141259.182500', '141259.642500', '141300.102500', '141300.562500', '141301.022500', '141301.482500', '141301.942500', '141302.402500', '141302.862500', '141303.322500', '141303.782500', '141304.242500', '141304.702500', '141305.162500', '141305.622500', '141306.082500', '141306.542500', '141307.002500', '141307.462500', '141307.922500', '141308.382500', '141308.842500', '141309.302500', '141309.762500', '141310.222500', '141310.682500', '141311.142500', '141311.602500', '141312.062500', '141312.522500', '141312.982500', '141313.442500', '141313.902500', '141314.362500', '141314.822500', '141315.282500', '141315.742500', '141316.202500', '141316.662500', '141317.122500', '141317.582500', '141318.042500', '141318.502500', '141318.962500', '141319.422500', '141319.882500', '141320.342500', '141320.802500', '141321.262500', '141321.722500', '141322.182500', '141322.642500', '141323.102500', '141323.562500', '141324.022500', '141324.482500', '141324.942500', '141325.402500', '141325.862500', '141326.322500', '141326.782500', '141327.242500', '141327.702500', '141328.162500', '141328.622500', '141329.082500', '141329.542500', '141330.002500', '141330.462500', '141330.922500', '141331.382500', '141331.842500', '141332.302500', '141332.762500', '141333.222500', '141333.682500', '141334.142500', '141334.602500', '141335.062500', '141335.522500', '141335.982500', '141336.442500', '141336.902500', '141337.362500', '141337.822500', '141338.282500', '141338.742500', '141339.202500', '141339.662500', '141340.122500', '141340.582500', '141341.042500', '141341.502500', '141341.962500', '141342.422500', '141342.882500', '141343.342500', '141343.802500', '141344.262500', '141344.722500', '141345.182500', '141345.642500', '141346.102500', '141346.562500', '141347.022500', '141347.482500', '141347.942500', '141348.402500', '141348.862500', '141349.322500', '141349.782500', '141350.242500', '141350.702500', '141351.162500', '141351.622500', '141352.082500', '141352.542500', '141353.002500', '141353.462500', '141353.922500', '141354.382500', '141354.842500', '141355.302500', '141355.762500', '141356.222500', '141356.682500', '141357.142500', '141357.602500', '141358.062500', '141358.522500', '141358.982500', '141359.442500', '141359.902500', '141400.362500', '141400.822500', '141401.282500', '141401.742500', '141402.202500', '141402.662500', '141403.122500', '141403.582500', '141404.042500', '141404.502500', '141404.962500', '141405.422500', '141405.882500', '141406.342500', '141406.802500', '141407.262500', '141407.722500', '141408.182500', '141408.642500', '141409.102500', '141409.562500', '141410.022500', '141410.482500', '141410.942500', '141411.402500', '141411.862500', '141412.322500', '141412.782500', '141413.242500', '141413.702500', '141414.162500', '141414.622500', '141415.082500', '141415.542500', '141416.002500', '141416.462500', '141416.922500', '141417.382500', '141417.842500', '141418.302500', '141418.762500', '141419.222500', '141419.682500', '141420.142500', '141420.602500', '141421.062500', '141421.522500', '141421.982500', '141422.442500', '141422.902500', '141423.362500', '141423.822500', '141424.282500', '141424.742500', '141425.202500', '141425.662500', '141426.122500', '141426.582500', '141427.042500', '141427.502500', '141427.962500', '141428.422500', '141428.882500', '141429.342500', '141429.802500', '141430.262500', '141430.722500', '141431.182500', '141431.642500', '141432.102500', '141432.562500', '141433.022500', '141433.482500', '141433.942500', '141434.402500', '141434.862500', '141435.322500', '141435.782500', '141436.242500', '141436.702500', '141437.162500', '141437.622500', '141438.082500', '141438.542500', '141439.002500', '141439.462500', '141439.922500', '141440.382500', '141440.842500', '141441.302500', '141441.762500', '141442.222500', '141442.682500', '141443.142500', '141443.602500', '141444.062500', '141444.522500', '141444.982500', '141445.442500', '141445.902500', '141446.362500', '141446.822500', '141447.282500', '141447.742500', '141448.202500', '141448.662500', '141449.122500', '141449.582500', '141450.042500', '141450.502500', '141450.962500', '141451.422500', '141451.882500', '141452.342500', '141452.802500', '141453.262500', '141453.722500', '141454.182500', '141454.642500', '141455.102500', '141455.562500', '141456.022500', '141456.482500', '141456.942500', '141457.402500', '141457.862500', '141458.322500', '141458.782500', '141459.242500', '141459.702500', '141500.162500', '141500.622500', '141501.082500', '141501.542500', '141502.002500', '141502.462500', '141502.922500', '141503.382500', '141503.842500', '141504.302500', '141504.762500', '141505.222500', '141505.682500', '141506.142500', '141506.602500', '141507.062500', '141507.522500', '141507.982500', '141508.442500', '141508.902500', '141509.362500', '141509.822500', '141510.282500', '141510.742500', '141511.202500', '141511.662500', '141512.122500', '141512.582500', '141513.042500', '141513.502500', '141513.962500', '141514.422500', '141514.882500', '141515.342500', '141515.802500', '141516.262500', '141516.722500', '141517.182500', '141517.642500', '141518.102500', '141518.562500', '141519.022500', '141519.482500', '141519.942500', '141520.402500', '141520.862500', '141521.322500', '141521.782500', '141522.242500', '141522.702500', '141523.162500', '141523.622500', '141524.082500', '141524.542500', '141525.002500', '141525.462500', '141525.922500', '141526.382500', '141526.842500', '141527.302500', '141527.762500', '141528.222500', '141528.682500', '141529.142500', '141529.602500', '141530.062500', '141530.522500', '141530.982500', '141531.442500', '141531.902500', '141532.362500', '141532.822500', '141533.282500', '141533.742500', '141534.202500', '141534.662500', '141535.122500', '141535.582500', '141536.042500', '141536.502500', '141536.962500', '141537.422500', '141537.882500', '141538.342500', '141538.802500', '141539.262500', '141539.722500', '141540.182500', '141540.642500', '141541.102500', '141541.562500', '141542.022500', '141542.482500', '141542.942500', '141543.402500', '141543.862500', '141544.322500', '141544.782500', '141545.242500', '141545.702500', '141546.162500', '141546.622500', '141547.082500', '141547.542500', '141548.002500', '141548.462500', '141548.922500', '141549.382500', '141549.842500', '141550.302500', '141550.762500', '141551.222500', '141551.682500', '141552.142500', '141552.602500', '141553.062500', '141553.522500', '141553.982500', '141554.442500', '141554.902500', '141555.362500', '141555.822500', '141556.282500', '141556.742500', '141557.202500', '141557.662500', '141558.122500', '141558.582500', '141559.042500', '141559.502500', '141559.962500', '141600.422500', '141600.882500', '141601.342500', '141601.802500', '141602.262500', '141602.722500', '141603.182500', '141603.642500', '141604.102500', '141604.562500', '141605.022500', '141605.482500', '141605.942500', '141606.402500', '141606.862500', '141607.322500', '141607.782500', '141608.242500', '141608.702500', '141609.162500', '141609.622500', '141610.082500', '141610.542500', '141611.002500', '141611.462500', '141611.922500', '141612.382500', '141612.842500', '141613.302500', '141613.762500', '141614.222500', '141614.682500', '141615.142500', '141615.602500', '141616.062500', '141616.522500', '141616.982500', '141617.442500', '141617.902500', '141618.362500', '141618.822500', '141619.282500', '141619.742500', '141620.202500', '141620.662500', '141621.122500', '141621.582500', '141622.042500', '141622.502500', '141622.962500', '141623.422500', '141623.882500', '141624.342500', '141624.802500', '141625.262500', '141625.722500', '141626.182500', '141626.642500', '141627.102500', '141627.562500', '141628.022500', '141628.482500', '141628.942500', '141629.402500', '141629.862500', '141630.322500', '141630.782500', '141631.242500', '141631.702500', '141632.162500', '141632.622500', '141633.082500', '141633.542500', '141634.002500', '141634.462500', '141634.922500', '141635.382500', '141635.842500', '141636.302500', '141636.762500', '141637.222500', '141637.682500', '141638.142500', '141638.602500', '141639.062500', '141639.522500', '141639.982500', '141640.442500', '141640.902500', '141641.362500', '141641.822500', '141642.282500', '141642.742500', '141643.202500', '141643.662500', '141644.122500', '141644.582500', '141645.042500', '141645.502500', '141645.962500', '141646.422500', '141646.882500', '141647.342500', '141647.802500', '141648.262500', '141648.722500', '141649.182500', '141649.642500', '141650.102500', '141650.562500', '141651.022500', '141651.482500', '141651.942500', '141652.402500', '141652.862500', '141653.322500', '141653.782500', '141654.242500', '141654.702500', '141655.162500', '141655.622500', '141656.082500', '141656.542500', '141657.002500', '141657.462500', '141657.922500', '141658.382500', '141658.842500', '141659.302500', '141659.762500', '141700.222500', '141700.682500', '141701.142500', '141701.602500', '141702.062500', '141702.522500', '141702.982500', '141703.442500', '141703.902500', '141704.362500', '141704.822500', '141705.282500', '141705.742500', '141706.202500', '141706.662500', '141707.122500', '141707.582500', '141708.042500', '141708.502500', '141708.962500', '141709.422500', '141709.882500', '141710.342500', '141710.802500', '141711.262500', '141711.722500', '141712.182500', '141712.642500', '141713.102500', '141713.562500', '141714.022500', '141714.482500', '141714.942500', '141715.402500', '141715.862500', '141716.322500', '141716.782500', '141717.242500', '141717.702500', '141718.162500', '141718.622500', '141719.082500', '141719.542500', '141720.002500', '141720.462500', '141720.922500', '141721.382500', '141721.842500', '141722.302500', '141722.762500', '141723.222500', '141723.682500', '141724.142500', '141724.602500', '141725.062500', '141725.522500', '141725.982500', '141726.442500', '141726.902500', '141727.362500', '141727.822500', '141728.282500', '141728.742500', '141729.202500', '141729.662500', '141730.122500', '141730.582500', '141731.042500', '141731.502500', '141731.962500', '141732.422500', '141732.882500', '141733.342500', '141733.802500', '141734.262500', '141734.722500', '141735.182500', '141735.642500', '141736.102500', '141736.562500', '141737.022500', '141737.482500', '141737.942500', '141738.402500', '141738.862500', '141739.322500', '141739.782500', '141740.242500', '141740.702500', '141741.162500', '141741.622500', '141742.082500', '141742.542500', '141743.002500', '141743.462500', '141743.922500', '141744.382500', '141744.842500', '141745.302500', '141745.762500', '141746.222500', '141746.682500', '141747.142500', '141747.602500', '141748.062500', '141748.522500', '141748.982500', '141749.442500', '141749.902500', '141750.362500', '141750.822500', '141751.282500', '141751.742500', '141752.202500', '141752.662500', '141753.122500', '141753.582500', '141754.042500', '141754.502500', '141754.962500', '141755.422500', '141755.882500', '141756.342500', '141756.802500', '141757.262500', '141757.722500', '141758.182500', '141758.642500', '141759.102500', '141759.562500', '141800.022500', '141800.482500', '141800.942500', '141801.402500', '141801.862500', '141802.322500', '141802.782500', '141803.242500', '141803.702500', '141804.162500', '141804.622500', '141805.082500', '141805.542500', '141806.002500', '141806.462500', '141806.922500', '141807.382500', '141807.842500', '141808.302500', '141808.762500', '141809.222500', '141809.682500'], 'ContentTime': ['141121.358000', '141121.362000', '141121.365000', '141121.368000', '141121.372000', '141121.375000', '141121.378000', '141121.381000', '141121.384000', '141121.387000', '141121.390000', '141121.392000', '141121.395000', '141121.398000', '141121.401000', '141121.404000', '141121.407000', '141121.410000', '141121.413000', '141121.419000', '141121.422000', '141121.425000', '141121.428000', '141141.328000', '141141.331000', '141141.334000', '141141.337000', '141141.340000', '141141.343000', '141141.345000', '141141.348000', '141141.351000', '141141.354000', '141141.357000', '141141.366000', '141141.369000', '141141.371000', '141141.374000', '141141.377000', '141141.380000', '141141.383000', '141141.386000', '141141.389000', '141141.392000', '141141.396000', '141141.399000', '141141.402000', '141141.405000', '141141.408000', '141141.411000', '141141.414000', '141141.417000', '141141.419000', '141141.422000', '141141.425000', '141141.428000', '141141.431000', '141141.434000', '141141.437000', '141141.440000', '141141.443000', '141141.446000', '141141.449000', '141141.452000', '141141.455000', '141141.458000', '141201.327000', '141201.330000', '141201.333000', '141201.336000', '141201.339000', '141201.342000', '141201.345000', '141201.348000', '141201.351000', '141201.354000', '141201.357000', '141201.360000', '141201.362000', '141201.365000', '141201.368000', '141201.371000', '141201.374000', '141201.377000', '141201.391000', '141201.393000', '141201.396000', '141201.399000', '141201.402000', '141201.405000', '141201.408000', '141201.411000', '141201.414000', '141201.417000', '141201.419000', '141201.422000', '141201.425000', '141201.428000', '141201.431000', '141201.434000', '141201.437000', '141201.440000', '141201.443000', '141201.446000', '141201.453000', '141201.456000', '141201.459000', '141201.462000', '141201.465000', '141201.468000', '141221.327000', '141221.330000', '141221.333000', '141221.336000', '141221.339000', '141221.342000', '141221.345000', '141221.356000', '141221.359000', '141221.362000', '141221.364000', '141221.367000', '141221.370000', '141221.373000', '141221.378000', '141221.381000', '141221.384000', '141221.387000', '141221.390000', '141221.399000', '141221.402000', '141221.405000', '141221.408000', '141221.411000', '141221.414000', '141221.417000', '141221.420000', '141221.423000', '141221.426000', '141221.429000', '141221.432000', '141221.435000', '141221.437000', '141221.440000', '141221.443000', '141221.446000', '141221.449000', '141221.452000', '141221.455000', '141221.458000', '141221.461000', '141221.463000', '141221.466000', '141241.327000', '141241.330000', '141241.333000', '141241.336000', '141241.339000', '141241.342000', '141241.345000', '141241.348000', '141241.359000', '141241.362000', '141241.365000', '141241.368000', '141241.371000', '141241.374000', '141241.377000', '141241.379000', '141241.383000', '141241.385000', '141241.388000', '141241.391000', '141241.394000', '141241.397000', '141241.400000', '141241.403000', '141241.406000', '141241.409000', '141241.412000', '141241.414000', '141241.417000', '141241.420000', '141241.423000', '141241.426000', '141241.429000', '141241.432000', '141241.435000', '141241.438000', '141241.441000', '141241.444000', '141241.447000', '141241.450000', '141241.453000', '141241.455000', '141241.458000', '141241.461000', '141301.328000', '141301.331000', '141301.334000', '141301.337000', '141301.340000', '141301.352000', '141301.355000', '141301.358000', '141301.361000', '141301.366000', '141301.369000', '141301.372000', '141301.375000', '141301.378000', '141301.381000', '141301.384000', '141301.387000', '141301.390000', '141301.393000', '141301.396000', '141301.399000', '141301.401000', '141301.404000', '141301.407000', '141301.410000', '141301.413000', '141301.416000', '141301.419000', '141301.422000', '141301.425000', '141301.428000', '141301.432000', '141301.435000', '141301.438000', '141301.441000', '141301.444000', '141301.447000', '141301.449000', '141301.452000', '141301.455000', '141301.458000', '141301.461000', '141301.464000', '141321.328000', '141321.331000', '141321.334000', '141321.342000', '141321.345000', '141321.348000', '141321.351000', '141321.354000', '141321.357000', '141321.360000', '141321.363000', '141321.366000', '141321.369000', '141321.372000', '141321.374000', '141321.377000', '141321.380000', '141321.383000', '141321.386000', '141321.389000', '141321.392000', '141321.395000', '141321.398000', '141321.401000', '141321.404000', '141321.407000', '141321.410000', '141321.413000', '141321.416000', '141321.419000', '141321.422000', '141321.425000', '141321.428000', '141321.430000', '141321.433000', '141321.436000', '141321.439000', '141321.442000', '141321.445000', '141321.448000', '141321.451000', '141321.454000', '141321.457000', '141321.460000', '141341.328000', '141341.331000', '141341.334000', '141341.337000', '141341.340000', '141341.343000', '141341.346000', '141341.349000', '141341.352000', '141341.355000', '141341.358000', '141341.360000', '141341.363000', '141341.366000', '141341.369000', '141341.372000', '141341.375000', '141341.378000', '141341.381000', '141341.384000', '141341.387000', '141341.390000', '141341.393000', '141341.396000', '141341.398000', '141341.401000', '141341.404000', '141341.407000', '141341.410000', '141341.413000', '141341.416000', '141341.419000', '141341.422000', '141341.425000', '141341.428000', '141341.431000', '141341.434000', '141341.437000', '141341.439000', '141341.442000', '141341.445000', '141341.448000', '141341.451000', '141401.328000', '141401.331000', '141401.334000', '141401.337000', '141401.340000', '141401.343000', '141401.353000', '141401.356000', '141401.359000', '141401.362000', '141401.365000', '141401.368000', '141401.371000', '141401.374000', '141401.377000', '141401.380000', '141401.383000', '141401.385000', '141401.388000', '141401.391000', '141401.394000', '141401.397000', '141401.400000', '141401.403000', '141401.406000', '141401.409000', '141401.412000', '141401.415000', '141401.418000', '141401.420000', '141401.423000', '141401.426000', '141401.429000', '141401.432000', '141401.435000', '141401.438000', '141401.441000', '141401.444000', '141401.447000', '141401.450000', '141401.453000', '141401.456000', '141401.459000', '141401.461000', '141421.327000', '141421.330000', '141421.333000', '141421.336000', '141421.339000', '141421.342000', '141421.345000', '141421.347000', '141421.351000', '141421.354000', '141421.356000', '141421.359000', '141421.363000', '141421.365000', '141421.368000', '141421.371000', '141421.374000', '141421.377000', '141421.380000', '141421.383000', '141421.386000', '141421.389000', '141421.392000', '141421.395000', '141421.398000', '141421.412000', '141421.414000', '141421.417000', '141421.420000', '141421.423000', '141421.426000', '141421.429000', '141421.432000', '141421.435000', '141421.438000', '141421.441000', '141421.444000', '141421.447000', '141421.450000', '141421.453000', '141421.456000', '141421.459000', '141421.461000', '141441.327000', '141441.330000', '141441.345000', '141441.348000', '141441.351000', '141441.354000', '141441.357000', '141441.360000', '141441.363000', '141441.366000', '141441.369000', '141441.372000', '141441.374000', '141441.378000', '141441.380000', '141441.383000', '141441.386000', '141441.389000', '141441.392000', '141441.395000', '141441.398000', '141441.401000', '141441.404000', '141441.407000', '141441.410000', '141441.413000', '141441.416000', '141441.419000', '141441.421000', '141441.424000', '141441.427000', '141441.430000', '141441.433000', '141441.436000', '141441.439000', '141441.442000', '141441.445000', '141441.448000', '141441.451000', '141441.454000', '141441.457000', '141441.460000', '141441.463000', '141441.466000', '141501.327000', '141501.330000', '141501.333000', '141501.336000', '141501.339000', '141501.342000', '141501.345000', '141501.348000', '141501.351000', '141501.354000', '141501.357000', '141501.360000', '141501.363000', '141501.366000', '141501.368000', '141501.372000', '141501.374000', '141501.377000', '141501.380000', '141501.383000', '141501.386000', '141501.389000', '141501.392000', '141501.395000', '141501.398000', '141501.401000', '141501.404000', '141501.407000', '141501.410000', '141501.413000', '141501.416000', '141501.419000', '141501.422000', '141501.424000', '141501.427000', '141501.430000', '141501.433000', '141501.436000', '141501.439000', '141501.442000', '141501.445000', '141501.448000', '141501.451000', '141521.328000', '141521.331000', '141521.334000', '141521.337000', '141521.340000', '141521.343000', '141521.346000', '141521.349000', '141521.353000', '141521.356000', '141521.358000', '141521.361000', '141521.364000', '141521.367000', '141521.370000', '141521.373000', '141521.376000', '141521.379000', '141521.382000', '141521.385000', '141521.388000', '141521.391000', '141521.394000', '141521.397000', '141521.400000', '141521.403000', '141521.406000', '141521.409000', '141521.412000', '141521.415000', '141521.417000', '141521.420000', '141521.423000', '141521.426000', '141521.429000', '141521.432000', '141521.435000', '141521.438000', '141521.441000', '141521.444000', '141521.447000', '141521.450000', '141521.453000', '141541.328000', '141541.331000', '141541.334000', '141541.337000', '141541.340000', '141541.343000', '141541.346000', '141541.349000', '141541.352000', '141541.355000', '141541.358000', '141541.361000', '141541.364000', '141541.366000', '141541.369000', '141541.372000', '141541.375000', '141541.378000', '141541.381000', '141541.384000', '141541.387000', '141541.390000', '141541.393000', '141541.396000', '141541.399000', '141541.402000', '141541.404000', '141541.408000', '141541.410000', '141541.413000', '141541.416000', '141541.419000', '141541.422000', '141541.425000', '141541.428000', '141541.431000', '141541.434000', '141541.437000', '141541.440000', '141541.443000', '141541.446000', '141541.448000', '141541.451000', '141541.454000', '141601.328000', '141601.331000', '141601.334000', '141601.337000', '141601.340000', '141601.343000', '141601.346000', '141601.362000', '141601.365000', '141601.368000', '141601.371000', '141601.374000', '141601.377000', '141601.380000', '141601.383000', '141601.386000', '141601.389000', '141601.392000', '141601.394000', '141601.398000', '141601.400000', '141601.403000', '141601.406000', '141601.409000', '141601.412000', '141601.415000', '141601.418000', '141601.421000', '141601.424000', '141601.427000', '141601.430000', '141601.433000', '141601.436000', '141601.439000', '141601.441000', '141601.445000', '141601.447000', '141601.450000', '141601.453000', '141601.456000', '141601.459000', '141601.462000', '141601.465000', '141621.328000', '141621.331000', '141621.334000', '141621.337000', '141621.340000', '141621.343000', '141621.346000', '141621.349000', '141621.352000', '141621.355000', '141621.358000', '141621.361000', '141621.364000', '141621.366000', '141621.369000', '141621.372000', '141621.375000', '141621.378000', '141621.381000', '141621.384000', '141621.387000', '141621.390000', '141621.393000', '141621.396000', '141621.399000', '141621.402000', '141621.405000', '141621.408000', '141621.411000', '141621.414000', '141621.417000', '141621.419000', '141621.422000', '141621.425000', '141621.428000', '141621.431000', '141621.434000', '141621.437000', '141621.440000', '141621.443000', '141621.446000', '141621.449000', '141621.452000', '141621.455000', '141641.327000', '141641.330000', '141641.333000', '141641.336000', '141641.339000', '141641.342000', '141641.345000', '141641.348000', '141641.351000', '141641.354000', '141641.357000', '141641.361000', '141641.364000', '141641.367000', '141641.370000', '141641.373000', '141641.376000', '141641.379000', '141641.382000', '141641.385000', '141641.388000', '141641.391000', '141641.394000', '141641.397000', '141641.400000', '141641.403000', '141641.406000', '141641.408000', '141641.411000', '141641.414000', '141641.417000', '141641.420000', '141641.423000', '141641.426000', '141641.429000', '141641.432000', '141641.435000', '141641.438000', '141641.441000', '141641.444000', '141641.447000', '141641.450000', '141641.453000', '141701.327000', '141701.330000', '141701.333000', '141701.336000', '141701.339000', '141701.342000', '141701.345000', '141701.348000', '141701.351000', '141701.361000', '141701.364000', '141701.367000', '141701.370000', '141701.373000', '141701.376000', '141701.379000', '141701.381000', '141701.384000', '141701.387000', '141701.390000', '141701.393000', '141701.396000', '141701.399000', '141701.402000', '141701.405000', '141701.408000', '141701.411000', '141701.414000', '141701.416000', '141701.419000', '141701.422000', '141701.425000', '141701.428000', '141701.431000', '141701.434000', '141701.437000', '141701.440000', '141701.443000', '141701.446000', '141701.448000', '141701.451000', '141701.454000', '141701.457000', '141701.460000', '141721.327000', '141721.330000', '141721.333000', '141721.337000', '141721.340000', '141721.342000', '141721.345000', '141721.349000', '141721.351000', '141721.354000', '141721.357000', '141721.360000', '141721.363000', '141721.366000', '141721.369000', '141721.373000', '141721.376000', '141721.378000', '141721.399000', '141721.402000', '141721.405000', '141721.408000', '141721.412000', '141721.415000', '141721.418000', '141721.421000', '141721.452000', '141721.455000', '141721.458000', '141721.461000', '141721.464000', '141721.467000', '141721.470000', '141721.473000', '141721.476000', '141721.479000', '141721.482000', '141721.486000', '141721.489000', '141721.491000', '141721.494000', '141721.497000', '141721.500000', '141741.328000', '141741.331000', '141741.334000', '141741.337000', '141741.340000', '141741.343000', '141741.346000', '141741.349000', '141741.352000', '141741.355000', '141741.358000', '141741.360000', '141741.370000', '141741.373000', '141741.376000', '141741.378000', '141741.381000', '141741.384000', '141741.387000', '141741.390000', '141741.393000', '141741.396000', '141741.399000', '141741.402000', '141741.405000', '141741.408000', '141741.411000', '141741.413000', '141741.417000', '141741.420000', '141741.422000', '141741.425000', '141741.428000', '141741.431000', '141741.434000', '141741.437000', '141741.440000', '141741.443000', '141741.446000', '141741.449000', '141741.452000', '141741.455000', '141741.457000', '141741.460000', '141801.328000', '141801.331000', '141801.334000', '141801.337000', '141801.340000', '141801.343000', '141801.347000', '141801.350000', '141801.352000', '141801.355000', '141801.358000', '141801.361000', '141801.364000', '141801.367000', '141801.370000', '141801.373000', '141801.376000', '141801.379000', '141801.386000', '141801.389000', '141801.392000', '141801.395000', '141801.398000', '141801.401000', '141801.404000', '141801.407000', '141801.410000', '141801.413000', '141801.417000', '141801.419000', '141801.422000', '141801.425000', '141801.428000', '141801.431000', '141801.434000', '141801.437000', '141801.440000', '141801.443000', '141801.446000', '141801.449000', '141801.452000', '141801.455000', '141801.458000', '141811.140000', '141811.144000', '141811.147000', '141811.152000', '141811.156000', '141811.159000', '141811.163000', '141811.167000', '141811.170000', '141811.176000', '141811.181000', '141811.185000', '141811.188000', '141811.191000', '141811.195000', '141811.198000', '141811.201000', '141811.204000', '141811.207000', '141811.210000', '141811.213000', '141811.216000'], 'InstanceCreationTime': ['141121.358000', '141121.362000', '141121.365000', '141121.368000', '141121.372000', '141121.375000', '141121.378000', '141121.381000', '141121.384000', '141121.387000', '141121.390000', '141121.392000', '141121.395000', '141121.398000', '141121.401000', '141121.404000', '141121.407000', '141121.410000', '141121.413000', '141121.419000', '141121.422000', '141121.425000', '141121.428000', '141141.328000', '141141.331000', '141141.334000', '141141.337000', '141141.340000', '141141.343000', '141141.345000', '141141.348000', '141141.351000', '141141.354000', '141141.357000', '141141.366000', '141141.369000', '141141.371000', '141141.374000', '141141.377000', '141141.380000', '141141.383000', '141141.386000', '141141.389000', '141141.392000', '141141.396000', '141141.399000', '141141.402000', '141141.405000', '141141.408000', '141141.411000', '141141.414000', '141141.417000', '141141.419000', '141141.422000', '141141.425000', '141141.428000', '141141.431000', '141141.434000', '141141.437000', '141141.440000', '141141.443000', '141141.446000', '141141.449000', '141141.452000', '141141.455000', '141141.458000', '141201.327000', '141201.330000', '141201.333000', '141201.336000', '141201.339000', '141201.342000', '141201.345000', '141201.348000', '141201.351000', '141201.354000', '141201.357000', '141201.360000', '141201.362000', '141201.365000', '141201.368000', '141201.371000', '141201.374000', '141201.377000', '141201.391000', '141201.393000', '141201.396000', '141201.399000', '141201.402000', '141201.405000', '141201.408000', '141201.411000', '141201.414000', '141201.417000', '141201.419000', '141201.422000', '141201.425000', '141201.428000', '141201.431000', '141201.434000', '141201.437000', '141201.440000', '141201.443000', '141201.446000', '141201.453000', '141201.456000', '141201.459000', '141201.462000', '141201.465000', '141201.468000', '141221.327000', '141221.330000', '141221.333000', '141221.336000', '141221.339000', '141221.342000', '141221.345000', '141221.356000', '141221.359000', '141221.362000', '141221.364000', '141221.367000', '141221.370000', '141221.373000', '141221.378000', '141221.381000', '141221.384000', '141221.387000', '141221.390000', '141221.399000', '141221.402000', '141221.405000', '141221.408000', '141221.411000', '141221.414000', '141221.417000', '141221.420000', '141221.423000', '141221.426000', '141221.429000', '141221.432000', '141221.435000', '141221.437000', '141221.440000', '141221.443000', '141221.446000', '141221.449000', '141221.452000', '141221.455000', '141221.458000', '141221.461000', '141221.463000', '141221.466000', '141241.327000', '141241.330000', '141241.333000', '141241.336000', '141241.339000', '141241.342000', '141241.345000', '141241.348000', '141241.359000', '141241.362000', '141241.365000', '141241.368000', '141241.371000', '141241.374000', '141241.377000', '141241.379000', '141241.383000', '141241.385000', '141241.388000', '141241.391000', '141241.394000', '141241.397000', '141241.400000', '141241.403000', '141241.406000', '141241.409000', '141241.412000', '141241.414000', '141241.417000', '141241.420000', '141241.423000', '141241.426000', '141241.429000', '141241.432000', '141241.435000', '141241.438000', '141241.441000', '141241.444000', '141241.447000', '141241.450000', '141241.453000', '141241.455000', '141241.458000', '141241.461000', '141301.328000', '141301.331000', '141301.334000', '141301.337000', '141301.340000', '141301.352000', '141301.355000', '141301.358000', '141301.361000', '141301.366000', '141301.369000', '141301.372000', '141301.375000', '141301.378000', '141301.381000', '141301.384000', '141301.387000', '141301.390000', '141301.393000', '141301.396000', '141301.399000', '141301.401000', '141301.404000', '141301.407000', '141301.410000', '141301.413000', '141301.416000', '141301.419000', '141301.422000', '141301.425000', '141301.428000', '141301.432000', '141301.435000', '141301.438000', '141301.441000', '141301.444000', '141301.447000', '141301.449000', '141301.452000', '141301.455000', '141301.458000', '141301.461000', '141301.464000', '141321.328000', '141321.331000', '141321.334000', '141321.342000', '141321.345000', '141321.348000', '141321.351000', '141321.354000', '141321.357000', '141321.360000', '141321.363000', '141321.366000', '141321.369000', '141321.372000', '141321.374000', '141321.377000', '141321.380000', '141321.383000', '141321.386000', '141321.389000', '141321.392000', '141321.395000', '141321.398000', '141321.401000', '141321.404000', '141321.407000', '141321.410000', '141321.413000', '141321.416000', '141321.419000', '141321.422000', '141321.425000', '141321.428000', '141321.430000', '141321.433000', '141321.436000', '141321.439000', '141321.442000', '141321.445000', '141321.448000', '141321.451000', '141321.454000', '141321.457000', '141321.460000', '141341.328000', '141341.331000', '141341.334000', '141341.337000', '141341.340000', '141341.343000', '141341.346000', '141341.349000', '141341.352000', '141341.355000', '141341.358000', '141341.360000', '141341.363000', '141341.366000', '141341.369000', '141341.372000', '141341.375000', '141341.378000', '141341.381000', '141341.384000', '141341.387000', '141341.390000', '141341.393000', '141341.396000', '141341.398000', '141341.401000', '141341.404000', '141341.407000', '141341.410000', '141341.413000', '141341.416000', '141341.419000', '141341.422000', '141341.425000', '141341.428000', '141341.431000', '141341.434000', '141341.437000', '141341.439000', '141341.442000', '141341.445000', '141341.448000', '141341.451000', '141401.328000', '141401.331000', '141401.334000', '141401.337000', '141401.340000', '141401.343000', '141401.353000', '141401.356000', '141401.359000', '141401.362000', '141401.365000', '141401.368000', '141401.371000', '141401.374000', '141401.377000', '141401.380000', '141401.383000', '141401.385000', '141401.388000', '141401.391000', '141401.394000', '141401.397000', '141401.400000', '141401.403000', '141401.406000', '141401.409000', '141401.412000', '141401.415000', '141401.418000', '141401.420000', '141401.423000', '141401.426000', '141401.429000', '141401.432000', '141401.435000', '141401.438000', '141401.441000', '141401.444000', '141401.447000', '141401.450000', '141401.453000', '141401.456000', '141401.459000', '141401.461000', '141421.327000', '141421.330000', '141421.333000', '141421.336000', '141421.339000', '141421.342000', '141421.345000', '141421.347000', '141421.351000', '141421.354000', '141421.356000', '141421.359000', '141421.363000', '141421.365000', '141421.368000', '141421.371000', '141421.374000', '141421.377000', '141421.380000', '141421.383000', '141421.386000', '141421.389000', '141421.392000', '141421.395000', '141421.398000', '141421.412000', '141421.414000', '141421.417000', '141421.420000', '141421.423000', '141421.426000', '141421.429000', '141421.432000', '141421.435000', '141421.438000', '141421.441000', '141421.444000', '141421.447000', '141421.450000', '141421.453000', '141421.456000', '141421.459000', '141421.461000', '141441.327000', '141441.330000', '141441.345000', '141441.348000', '141441.351000', '141441.354000', '141441.357000', '141441.360000', '141441.363000', '141441.366000', '141441.369000', '141441.372000', '141441.374000', '141441.378000', '141441.380000', '141441.383000', '141441.386000', '141441.389000', '141441.392000', '141441.395000', '141441.398000', '141441.401000', '141441.404000', '141441.407000', '141441.410000', '141441.413000', '141441.416000', '141441.419000', '141441.421000', '141441.424000', '141441.427000', '141441.430000', '141441.433000', '141441.436000', '141441.439000', '141441.442000', '141441.445000', '141441.448000', '141441.451000', '141441.454000', '141441.457000', '141441.460000', '141441.463000', '141441.466000', '141501.327000', '141501.330000', '141501.333000', '141501.336000', '141501.339000', '141501.342000', '141501.345000', '141501.348000', '141501.351000', '141501.354000', '141501.357000', '141501.360000', '141501.363000', '141501.366000', '141501.368000', '141501.372000', '141501.374000', '141501.377000', '141501.380000', '141501.383000', '141501.386000', '141501.389000', '141501.392000', '141501.395000', '141501.398000', '141501.401000', '141501.404000', '141501.407000', '141501.410000', '141501.413000', '141501.416000', '141501.419000', '141501.422000', '141501.424000', '141501.427000', '141501.430000', '141501.433000', '141501.436000', '141501.439000', '141501.442000', '141501.445000', '141501.448000', '141501.451000', '141521.328000', '141521.331000', '141521.334000', '141521.337000', '141521.340000', '141521.343000', '141521.346000', '141521.349000', '141521.353000', '141521.356000', '141521.358000', '141521.361000', '141521.364000', '141521.367000', '141521.370000', '141521.373000', '141521.376000', '141521.379000', '141521.382000', '141521.385000', '141521.388000', '141521.391000', '141521.394000', '141521.397000', '141521.400000', '141521.403000', '141521.406000', '141521.409000', '141521.412000', '141521.415000', '141521.417000', '141521.420000', '141521.423000', '141521.426000', '141521.429000', '141521.432000', '141521.435000', '141521.438000', '141521.441000', '141521.444000', '141521.447000', '141521.450000', '141521.453000', '141541.328000', '141541.331000', '141541.334000', '141541.337000', '141541.340000', '141541.343000', '141541.346000', '141541.349000', '141541.352000', '141541.355000', '141541.358000', '141541.361000', '141541.364000', '141541.366000', '141541.369000', '141541.372000', '141541.375000', '141541.378000', '141541.381000', '141541.384000', '141541.387000', '141541.390000', '141541.393000', '141541.396000', '141541.399000', '141541.402000', '141541.404000', '141541.408000', '141541.410000', '141541.413000', '141541.416000', '141541.419000', '141541.422000', '141541.425000', '141541.428000', '141541.431000', '141541.434000', '141541.437000', '141541.440000', '141541.443000', '141541.446000', '141541.448000', '141541.451000', '141541.454000', '141601.328000', '141601.331000', '141601.334000', '141601.337000', '141601.340000', '141601.343000', '141601.346000', '141601.362000', '141601.365000', '141601.368000', '141601.371000', '141601.374000', '141601.377000', '141601.380000', '141601.383000', '141601.386000', '141601.389000', '141601.392000', '141601.394000', '141601.398000', '141601.400000', '141601.403000', '141601.406000', '141601.409000', '141601.412000', '141601.415000', '141601.418000', '141601.421000', '141601.424000', '141601.427000', '141601.430000', '141601.433000', '141601.436000', '141601.439000', '141601.441000', '141601.445000', '141601.447000', '141601.450000', '141601.453000', '141601.456000', '141601.459000', '141601.462000', '141601.465000', '141621.328000', '141621.331000', '141621.334000', '141621.337000', '141621.340000', '141621.343000', '141621.346000', '141621.349000', '141621.352000', '141621.355000', '141621.358000', '141621.361000', '141621.364000', '141621.366000', '141621.369000', '141621.372000', '141621.375000', '141621.378000', '141621.381000', '141621.384000', '141621.387000', '141621.390000', '141621.393000', '141621.396000', '141621.399000', '141621.402000', '141621.405000', '141621.408000', '141621.411000', '141621.414000', '141621.417000', '141621.419000', '141621.422000', '141621.425000', '141621.428000', '141621.431000', '141621.434000', '141621.437000', '141621.440000', '141621.443000', '141621.446000', '141621.449000', '141621.452000', '141621.455000', '141641.327000', '141641.330000', '141641.333000', '141641.336000', '141641.339000', '141641.342000', '141641.345000', '141641.348000', '141641.351000', '141641.354000', '141641.357000', '141641.361000', '141641.364000', '141641.367000', '141641.370000', '141641.373000', '141641.376000', '141641.379000', '141641.382000', '141641.385000', '141641.388000', '141641.391000', '141641.394000', '141641.397000', '141641.400000', '141641.403000', '141641.406000', '141641.408000', '141641.411000', '141641.414000', '141641.417000', '141641.420000', '141641.423000', '141641.426000', '141641.429000', '141641.432000', '141641.435000', '141641.438000', '141641.441000', '141641.444000', '141641.447000', '141641.450000', '141641.453000', '141701.327000', '141701.330000', '141701.333000', '141701.336000', '141701.339000', '141701.342000', '141701.345000', '141701.348000', '141701.351000', '141701.361000', '141701.364000', '141701.367000', '141701.370000', '141701.373000', '141701.376000', '141701.379000', '141701.381000', '141701.384000', '141701.387000', '141701.390000', '141701.393000', '141701.396000', '141701.399000', '141701.402000', '141701.405000', '141701.408000', '141701.411000', '141701.414000', '141701.416000', '141701.419000', '141701.422000', '141701.425000', '141701.428000', '141701.431000', '141701.434000', '141701.437000', '141701.440000', '141701.443000', '141701.446000', '141701.448000', '141701.451000', '141701.454000', '141701.457000', '141701.460000', '141721.327000', '141721.330000', '141721.333000', '141721.337000', '141721.340000', '141721.342000', '141721.345000', '141721.349000', '141721.351000', '141721.354000', '141721.357000', '141721.360000', '141721.363000', '141721.366000', '141721.369000', '141721.373000', '141721.376000', '141721.378000', '141721.399000', '141721.402000', '141721.405000', '141721.408000', '141721.412000', '141721.415000', '141721.418000', '141721.421000', '141721.452000', '141721.455000', '141721.458000', '141721.461000', '141721.464000', '141721.467000', '141721.470000', '141721.473000', '141721.476000', '141721.479000', '141721.482000', '141721.486000', '141721.489000', '141721.491000', '141721.494000', '141721.497000', '141721.500000', '141741.328000', '141741.331000', '141741.334000', '141741.337000', '141741.340000', '141741.343000', '141741.346000', '141741.349000', '141741.352000', '141741.355000', '141741.358000', '141741.360000', '141741.370000', '141741.373000', '141741.376000', '141741.378000', '141741.381000', '141741.384000', '141741.387000', '141741.390000', '141741.393000', '141741.396000', '141741.399000', '141741.402000', '141741.405000', '141741.408000', '141741.411000', '141741.413000', '141741.417000', '141741.420000', '141741.422000', '141741.425000', '141741.428000', '141741.431000', '141741.434000', '141741.437000', '141741.440000', '141741.443000', '141741.446000', '141741.449000', '141741.452000', '141741.455000', '141741.457000', '141741.460000', '141801.328000', '141801.331000', '141801.334000', '141801.337000', '141801.340000', '141801.343000', '141801.347000', '141801.350000', '141801.352000', '141801.355000', '141801.358000', '141801.361000', '141801.364000', '141801.367000', '141801.370000', '141801.373000', '141801.376000', '141801.379000', '141801.386000', '141801.389000', '141801.392000', '141801.395000', '141801.398000', '141801.401000', '141801.404000', '141801.407000', '141801.410000', '141801.413000', '141801.417000', '141801.419000', '141801.422000', '141801.425000', '141801.428000', '141801.431000', '141801.434000', '141801.437000', '141801.440000', '141801.443000', '141801.446000', '141801.449000', '141801.452000', '141801.455000', '141801.458000', '141811.140000', '141811.144000', '141811.147000', '141811.152000', '141811.156000', '141811.159000', '141811.163000', '141811.167000', '141811.170000', '141811.176000', '141811.181000', '141811.185000', '141811.188000', '141811.191000', '141811.195000', '141811.198000', '141811.201000', '141811.204000', '141811.207000', '141811.210000', '141811.213000', '141811.216000'], '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': [8200, 12809, 7981, 10453, 6949, 9140, 6870, 7926, 6977, 6298, 9355, 6583, 9556, 6314, 6722, 6319, 8441, 6363, 6650, 6433, 6559, 6672, 6410, 6767, 6595, 6723, 6420, 6717, 6345, 6663, 6173, 7296, 6393, 9036, 6299, 8130, 6362, 10325, 6376, 7652, 6348, 7288, 6368, 7764, 6191, 8133, 6252, 7746, 6335, 7151, 6578, 6640, 6549, 6183, 6602, 6429, 6465, 6491, 6554, 8202, 6603, 6935, 6445, 6664, 6632, 6096, 6402, 5835, 5772, 6006, 5982, 6626, 6100, 5759, 6145, 6436, 7813, 7127, 8769, 7601, 5960, 6896, 6101, 7209, 5908, 8542, 10872, 8752, 9220, 6682, 6011, 6466, 6097, 6528, 6256, 8865, 6123, 7332, 6332, 7050, 6576, 7396, 6599, 7610, 6762, 7632, 6681, 8052, 6191, 6153, 8062, 6548, 8809, 6633, 9224, 6608, 7847, 6580, 8085, 6598, 5887, 7201, 6523, 6896, 6533, 7166, 6450, 6166, 7886, 6377, 9488, 6498, 11351, 6641, 10042, 6829, 6908, 6608, 6359, 6870, 6351, 6778, 6153, 6493, 6256, 8207, 6311, 6637, 6528, 7304, 6477, 7341, 6586, 6282, 6303, 6632, 6561, 6260, 6421, 7327, 6421, 7805, 6784, 6959, 6344, 6393, 6037, 6388, 6225, 6518, 7834, 6633, 8238, 8066, 6571, 6299, 6344, 6700, 6416, 6663, 6502, 8252, 6297, 6616, 6234, 6641, 6096, 6532, 7531, 6436, 6441, 5984, 6413, 6068, 6135, 6255, 6283, 8082, 6227, 7559, 10546, 6505, 6990, 10453, 6925, 11491, 7408, 11600, 8052, 6799, 6751, 6317, 6387, 6734, 6252, 6508, 6170, 7226, 6006, 5818, 6450, 6449, 6397, 6646, 6489, 6415, 6537, 6319, 7143, 6642, 7471, 7032, 9230, 6645, 7793, 6664, 6481, 5933, 6164, 6193, 6457, 5951, 6689, 7188, 6665, 8821, 7743, 9093, 6269, 8291, 6248, 7258, 6367, 6630, 6190, 7286, 6394, 6118, 6601, 6146, 6819, 6093, 8246, 6178, 6181, 6466, 6670, 6711, 8376, 6623, 10735, 7169, 9567, 6582, 8191, 6566, 6976, 6818, 6760, 7738, 6048, 7570, 6044, 7533, 6013, 7810, 6674, 7759, 6279, 7064, 6033, 6271, 5745, 6041, 5654, 6061, 5939, 5648, 5959, 6316, 7033, 8010, 7517, 7869, 6129, 5851, 8015, 8543, 6046, 9232, 8361, 10457, 9151, 9087, 6775, 10138, 7167, 11916, 8060, 10750, 11092, 7123, 7637, 6320, 7305, 6353, 7712, 6506, 7949, 6523, 8630, 6923, 5679, 6497, 5923, 7585, 6386, 8170, 6239, 6447, 6465, 6009, 6470, 6229, 7280, 6520, 8207, 6626, 9121, 6558, 8604, 6626, 8268, 6781, 9748, 7420, 8488, 7779, 6077, 7420, 6143, 7441, 6309, 7488, 6490, 7188, 6536, 7554, 6875, 8382, 6393, 8350, 6430, 7816, 6262, 5669, 6842, 5922, 6885, 5982, 7056, 6113, 8872, 6682, 5698, 7036, 6103, 8407, 6627, 9555, 6914, 9167, 6627, 9454, 6559, 9295, 6248, 6797, 6443, 6987, 6583, 7613, 7134, 8408, 7324, 7840, 7250, 5729, 7122, 6142, 7272, 6150, 7360, 6463, 7818, 7205, 6038, 7926, 6120, 9275, 6459, 10328, 6898, 8866, 6595, 8081, 6731, 7864, 7938, 7304, 6740, 7231, 6221, 6605, 6112, 6349, 6828, 7535, 6450, 8759, 6196, 9587, 6473, 7714, 6516, 7187, 6537, 6975, 7324, 7513, 5925, 7883, 6256, 6564, 5905, 5991, 5921, 7575, 6565, 10008, 7878, 6972, 10575, 7384, 9246, 8578, 10143, 12814, 8676, 11188, 7734, 5979, 7173, 6341, 6211, 6652, 5700, 5863, 6454, 6402, 5865, 6264, 6468, 7022, 8765, 6350, 6485, 7193, 8974, 7284, 6986, 11434, 10141, 8486, 8285, 8969, 6951, 7141, 7710, 8469, 7289, 6312, 9156, 6577, 5962, 6034, 5834, 5913, 5676, 5944, 5917, 5964, 7207, 6938, 5989, 8185, 6030, 6027, 7455, 5941, 10343, 6604, 9243, 6800, 6941, 6657, 6362, 6590, 5778, 6402, 6012, 7009, 5833, 5992, 5765, 6006, 6412, 5921, 5840, 5693, 6603, 6044, 6189, 6246, 6666, 6671, 6117, 6610, 6450, 6598, 6569, 7530, 6589, 5852, 6246, 6255, 6466, 6536, 6236, 7151, 6389, 6214, 6314, 6913, 6552, 6054, 6345, 6193, 7147, 6312, 8431, 6457, 10219, 6465, 6408, 6411, 6030, 6254, 6140, 6878, 5950, 5924, 5915, 5854, 6336, 6260, 5739, 5796, 5891, 7405, 6124, 6005, 6216, 6057, 6498, 6840, 5908, 5886, 6782, 7334, 5732, 5972, 6258, 5863, 6377, 7385, 7527, 6257, 6093, 7805, 6295, 11743, 9996, 10327, 10283, 6300, 11090, 7178, 9047, 7494, 6879, 10035, 6974, 9412, 6230, 8699, 6175, 7523, 5884, 6830, 6280, 7236, 6237, 7909, 6290, 6961, 6283, 7053, 6418, 7141, 6299, 7742, 6192, 7956, 6355, 7926, 5959, 6432, 6125, 6158, 5791, 6109, 5961, 5991, 6864, 6053, 6561, 6505, 9607, 7311, 10853, 7146, 11056, 7467, 10679, 7323, 11287, 7766, 12130, 6708, 10600, 6587, 9539, 6188, 8048, 6340, 7424, 6374, 5867, 6399, 6156, 6215, 6246, 6788, 6259, 6892, 6656, 7182, 6089, 7445, 6112, 8274, 6106, 8205, 6224, 12004, 7241, 8806, 6933, 5919, 6954, 6091, 7866, 6462, 7014, 6801, 6196, 6340, 6208, 6673, 7506, 7127, 11134, 6269, 11447, 6680, 11478, 6857, 12491, 7137, 8418, 7299, 6080, 8145, 6244, 7418, 6384, 6705, 6324, 6049, 7077, 5887, 7602, 6240, 8092, 6043, 7698, 6150, 6968, 6250, 6347, 6322, 6210, 5879, 6221, 5803, 6222, 6094, 5995, 7752, 8005, 6104, 7858, 7092, 7895, 10372, 8729, 11301, 10088, 12101, 7725, 10533, 6613, 9432, 6370, 10428, 6359, 9352, 6192, 11183, 6222, 6111, 6124, 6226, 6719, 5981, 6446, 5973, 7849, 6003, 5906, 7127, 6418, 6156, 9036, 6122, 10752, 7519, 10656, 8843, 7228, 11256, 7874, 10455, 6170, 6967, 6055, 6877, 5928, 6509, 6114, 6415, 6063, 6557, 6177, 6381, 6202, 6781, 6627, 5989, 6230, 6172, 7029, 6234, 9244, 6257, 10543, 7636, 11103, 9318, 11172, 7749, 8001, 7328, 9540, 7399, 11558, 6765, 8840, 6287, 5891, 6104, 6113, 6780, 6002, 6393, 6111, 7799, 6274, 9010, 6505, 10441, 6086, 7814, 6135, 6223, 6226, 6063, 6447, 7901, 8689, 7165, 10410, 6209, 9425, 6363, 9093, 6363, 8434, 6178, 7399, 6308, 5912, 6356, 6255, 5803, 6094, 6075, 7776, 7674, 8491, 6576, 10057, 6308, 9145, 7381, 11421, 7901, 12819, 9403, 13702, 11128, 13074, 7582, 11398, 7121, 11658, 6677, 8642, 6291, 7814, 6501, 6858, 6111, 6381, 5980, 6107, 6367, 6153, 7078, 6240, 7922, 7093, 6695, 7904, 7139, 7655, 6404, 7547, 7911, 7936, 11448, 7723, 6976], 'WindowCenter': [3856.0, 3880.0, 3799.0, 3815.0, 3761.0, 3788.0, 3744.0, 3764.0, 3743.0, 3732.0, 3772.0, 3731.0, 3785.0, 3721.0, 3731.0, 3720.0, 3764.0, 3734.0, 3741.0, 3732.0, 3731.0, 3731.0, 3730.0, 3745.0, 3743.0, 3757.0, 3746.0, 3758.0, 3746.0, 3757.0, 3735.0, 3766.0, 3744.0, 3786.0, 3734.0, 3777.0, 3747.0, 3810.0, 3747.0, 3765.0, 3733.0, 3752.0, 3731.0, 3763.0, 3722.0, 3764.0, 3733.0, 3765.0, 3744.0, 3755.0, 3745.0, 3744.0, 3758.0, 3734.0, 3756.0, 3747.0, 3760.0, 3759.0, 3758.0, 3789.0, 3758.0, 3769.0, 3759.0, 3770.0, 3769.0, 3735.0, 3745.0, 3737.0, 3739.0, 3749.0, 3750.0, 3747.0, 3733.0, 3722.0, 3734.0, 3747.0, 3769.0, 3759.0, 3780.0, 3769.0, 3737.0, 3745.0, 3721.0, 3754.0, 3698.0, 3765.0, 3793.0, 3762.0, 3772.0, 3731.0, 3707.0, 3718.0, 3707.0, 3717.0, 3717.0, 3760.0, 3721.0, 3742.0, 3732.0, 3728.0, 3731.0, 3750.0, 3732.0, 3750.0, 3732.0, 3751.0, 3731.0, 3751.0, 3720.0, 3719.0, 3749.0, 3719.0, 3772.0, 3730.0, 3788.0, 3748.0, 3752.0, 3729.0, 3749.0, 3729.0, 3711.0, 3740.0, 3734.0, 3739.0, 3732.0, 3742.0, 3733.0, 3721.0, 3763.0, 3732.0, 3785.0, 3733.0, 3796.0, 3732.0, 3782.0, 3730.0, 3727.0, 3729.0, 3720.0, 3731.0, 3720.0, 3729.0, 3707.0, 3716.0, 3717.0, 3748.0, 3716.0, 3716.0, 3718.0, 3739.0, 3719.0, 3739.0, 3729.0, 3717.0, 3719.0, 3741.0, 3743.0, 3729.0, 3730.0, 3751.0, 3746.0, 3766.0, 3744.0, 3753.0, 3744.0, 3745.0, 3732.0, 3733.0, 3732.0, 3734.0, 3765.0, 3746.0, 3777.0, 3766.0, 3756.0, 3733.0, 3733.0, 3742.0, 3731.0, 3742.0, 3733.0, 3775.0, 3744.0, 3743.0, 3733.0, 3743.0, 3721.0, 3732.0, 3763.0, 3733.0, 3746.0, 3748.0, 3747.0, 3735.0, 3732.0, 3733.0, 3733.0, 3777.0, 3735.0, 3754.0, 3795.0, 3732.0, 3745.0, 3795.0, 3741.0, 3793.0, 3741.0, 3794.0, 3750.0, 3728.0, 3717.0, 3717.0, 3716.0, 3717.0, 3717.0, 3730.0, 3720.0, 3751.0, 3720.0, 3710.0, 3732.0, 3731.0, 3732.0, 3742.0, 3732.0, 3732.0, 3731.0, 3733.0, 3741.0, 3743.0, 3755.0, 3742.0, 3771.0, 3730.0, 3750.0, 3730.0, 3732.0, 3720.0, 3733.0, 3733.0, 3744.0, 3721.0, 3744.0, 3744.0, 3745.0, 3788.0, 3767.0, 3774.0, 3731.0, 3763.0, 3719.0, 3739.0, 3719.0, 3727.0, 3707.0, 3739.0, 3730.0, 3718.0, 3729.0, 3719.0, 3741.0, 3719.0, 3763.0, 3720.0, 3720.0, 3730.0, 3729.0, 3743.0, 3763.0, 3743.0, 3782.0, 3740.0, 3769.0, 3727.0, 3747.0, 3715.0, 3726.0, 3727.0, 3727.0, 3738.0, 3720.0, 3752.0, 3718.0, 3737.0, 3706.0, 3738.0, 3730.0, 3749.0, 3717.0, 3738.0, 3706.0, 3730.0, 3710.0, 3719.0, 3719.0, 3731.0, 3733.0, 3722.0, 3734.0, 3746.0, 3767.0, 3779.0, 3782.0, 3792.0, 3747.0, 3737.0, 3778.0, 3776.0, 3734.0, 3786.0, 3765.0, 3795.0, 3775.0, 3774.0, 3732.0, 3783.0, 3741.0, 3793.0, 3751.0, 3781.0, 3779.0, 3726.0, 3737.0, 3704.0, 3724.0, 3716.0, 3736.0, 3716.0, 3735.0, 3716.0, 3748.0, 3727.0, 3697.0, 3733.0, 3737.0, 3754.0, 3717.0, 3746.0, 3706.0, 3717.0, 3731.0, 3721.0, 3717.0, 3708.0, 3739.0, 3730.0, 3760.0, 3730.0, 3772.0, 3732.0, 3759.0, 3728.0, 3748.0, 3729.0, 3770.0, 3739.0, 3759.0, 3738.0, 3706.0, 3726.0, 3707.0, 3739.0, 3731.0, 3740.0, 3731.0, 3742.0, 3730.0, 3738.0, 3729.0, 3750.0, 3730.0, 3748.0, 3718.0, 3749.0, 3731.0, 3710.0, 3741.0, 3719.0, 3752.0, 3721.0, 3753.0, 3734.0, 3785.0, 3757.0, 3727.0, 3754.0, 3722.0, 3763.0, 3742.0, 3783.0, 3742.0, 3772.0, 3731.0, 3772.0, 3730.0, 3772.0, 3731.0, 3729.0, 3732.0, 3741.0, 3741.0, 3752.0, 3742.0, 3762.0, 3752.0, 3751.0, 3752.0, 3711.0, 3741.0, 3720.0, 3753.0, 3734.0, 3766.0, 3746.0, 3767.0, 3756.0, 3733.0, 3763.0, 3735.0, 3786.0, 3733.0, 3799.0, 3756.0, 3773.0, 3729.0, 3750.0, 3729.0, 3750.0, 3762.0, 3749.0, 3729.0, 3740.0, 3732.0, 3741.0, 3736.0, 3744.0, 3757.0, 3767.0, 3748.0, 3789.0, 3738.0, 3785.0, 3745.0, 3765.0, 3731.0, 3741.0, 3731.0, 3743.0, 3755.0, 3767.0, 3751.0, 3789.0, 3746.0, 3746.0, 3725.0, 3734.0, 3734.0, 3765.0, 3756.0, 3786.0, 3764.0, 3754.0, 3794.0, 3752.0, 3773.0, 3762.0, 3783.0, 3805.0, 3775.0, 3795.0, 3753.0, 3707.0, 3726.0, 3715.0, 3704.0, 3728.0, 3710.0, 3709.0, 3729.0, 3729.0, 3708.0, 3731.0, 3732.0, 3741.0, 3773.0, 3732.0, 3731.0, 3752.0, 3773.0, 3753.0, 3743.0, 3809.0, 3798.0, 3775.0, 3776.0, 3772.0, 3741.0, 3727.0, 3740.0, 3747.0, 3725.0, 3704.0, 3759.0, 3718.0, 3707.0, 3693.0, 3694.0, 3695.0, 3695.0, 3694.0, 3684.0, 3707.0, 3728.0, 3716.0, 3694.0, 3724.0, 3682.0, 3681.0, 3713.0, 3682.0, 3743.0, 3690.0, 3730.0, 3688.0, 3698.0, 3688.0, 3677.0, 3688.0, 3667.0, 3688.0, 3678.0, 3713.0, 3682.0, 3691.0, 3681.0, 3693.0, 3704.0, 3706.0, 3709.0, 3712.0, 3745.0, 3719.0, 3720.0, 3733.0, 3731.0, 3742.0, 3720.0, 3731.0, 3721.0, 3732.0, 3745.0, 3753.0, 3744.0, 3712.0, 3732.0, 3731.0, 3720.0, 3732.0, 3723.0, 3755.0, 3747.0, 3735.0, 3745.0, 3744.0, 3733.0, 3722.0, 3732.0, 3722.0, 3743.0, 3733.0, 3764.0, 3746.0, 3784.0, 3733.0, 3731.0, 3731.0, 3733.0, 3733.0, 3733.0, 3742.0, 3734.0, 3735.0, 3723.0, 3722.0, 3744.0, 3758.0, 3737.0, 3736.0, 3740.0, 3780.0, 3751.0, 3762.0, 3747.0, 3748.0, 3746.0, 3771.0, 3738.0, 3738.0, 3759.0, 3766.0, 3737.0, 3736.0, 3747.0, 3752.0, 3774.0, 3782.0, 3792.0, 3760.0, 3749.0, 3768.0, 3746.0, 3822.0, 3800.0, 3799.0, 3811.0, 3744.0, 3796.0, 3742.0, 3773.0, 3742.0, 3732.0, 3783.0, 3743.0, 3772.0, 3721.0, 3771.0, 3721.0, 3749.0, 3709.0, 3729.0, 3731.0, 3753.0, 3733.0, 3764.0, 3733.0, 3743.0, 3733.0, 3741.0, 3731.0, 3741.0, 3732.0, 3751.0, 3722.0, 3765.0, 3745.0, 3764.0, 3721.0, 3730.0, 3733.0, 3733.0, 3735.0, 3735.0, 3747.0, 3748.0, 3758.0, 3748.0, 3757.0, 3760.0, 3800.0, 3769.0, 3810.0, 3757.0, 3809.0, 3768.0, 3795.0, 3753.0, 3793.0, 3753.0, 3803.0, 3731.0, 3780.0, 3729.0, 3769.0, 3720.0, 3763.0, 3730.0, 3750.0, 3730.0, 3709.0, 3744.0, 3733.0, 3733.0, 3744.0, 3754.0, 3744.0, 3756.0, 3744.0, 3767.0, 3735.0, 3765.0, 3732.0, 3772.0, 3733.0, 3773.0, 3733.0, 3817.0, 3767.0, 3788.0, 3755.0, 3722.0, 3769.0, 3735.0, 3764.0, 3717.0, 3738.0, 3739.0, 3732.0, 3742.0, 3734.0, 3741.0, 3750.0, 3741.0, 3792.0, 3731.0, 3792.0, 3729.0, 3789.0, 3730.0, 3800.0, 3738.0, 3759.0, 3738.0, 3706.0, 3747.0, 3717.0, 3725.0, 3713.0, 3726.0, 3716.0, 3719.0, 3739.0, 3706.0, 3750.0, 3729.0, 3747.0, 3706.0, 3747.0, 3717.0, 3739.0, 3729.0, 3718.0, 3728.0, 3717.0, 3720.0, 3731.0, 3720.0, 3745.0, 3733.0, 3746.0, 3777.0, 3778.0, 3747.0, 3780.0, 3756.0, 3776.0, 3795.0, 3773.0, 3795.0, 3797.0, 3805.0, 3753.0, 3782.0, 3729.0, 3769.0, 3718.0, 3780.0, 3719.0, 3772.0, 3719.0, 3790.0, 3719.0, 3719.0, 3720.0, 3718.0, 3743.0, 3733.0, 3745.0, 3734.0, 3763.0, 3733.0, 3736.0, 3767.0, 3746.0, 3733.0, 3785.0, 3733.0, 3806.0, 3754.0, 3795.0, 3775.0, 3753.0, 3807.0, 3764.0, 3794.0, 3718.0, 3727.0, 3705.0, 3727.0, 3704.0, 3728.0, 3719.0, 3727.0, 3720.0, 3729.0, 3733.0, 3730.0, 3732.0, 3741.0, 3756.0, 3735.0, 3736.0, 3746.0, 3768.0, 3735.0, 3787.0, 3747.0, 3797.0, 3766.0, 3796.0, 3786.0, 3806.0, 3753.0, 3751.0, 3753.0, 3772.0, 3740.0, 3792.0, 3728.0, 3772.0, 3731.0, 3709.0, 3718.0, 3721.0, 3739.0, 3732.0, 3731.0, 3721.0, 3765.0, 3746.0, 3774.0, 3732.0, 3796.0, 3733.0, 3765.0, 3732.0, 3721.0, 3720.0, 3719.0, 3732.0, 3763.0, 3774.0, 3743.0, 3795.0, 3721.0, 3772.0, 3730.0, 3759.0, 3731.0, 3760.0, 3732.0, 3754.0, 3746.0, 3723.0, 3730.0, 3731.0, 3720.0, 3729.0, 3734.0, 3767.0, 3763.0, 3775.0, 3744.0, 3796.0, 3746.0, 3786.0, 3754.0, 3794.0, 3761.0, 3802.0, 3771.0, 3803.0, 3793.0, 3802.0, 3749.0, 3778.0, 3725.0, 3778.0, 3715.0, 3744.0, 3703.0, 3735.0, 3717.0, 3727.0, 3716.0, 3716.0, 3717.0, 3719.0, 3730.0, 3721.0, 3743.0, 3732.0, 3765.0, 3754.0, 3743.0, 3765.0, 3741.0, 3752.0, 3719.0, 3752.0, 3751.0, 3750.0, 3791.0, 3751.0, 3738.0], 'WindowWidth': [8680.0, 8692.0, 8563.0, 8572.0, 8495.0, 8520.0, 8458.0, 8481.0, 8452.0, 8434.0, 8488.0, 8432.0, 8507.0, 8420.0, 8432.0, 8417.0, 8479.0, 8443.0, 8447.0, 8437.0, 8432.0, 8432.0, 8431.0, 8459.0, 8454.0, 8477.0, 8462.0, 8480.0, 8463.0, 8478.0, 8446.0, 8488.0, 8456.0, 8514.0, 8441.0, 8502.0, 8464.0, 8549.0, 8463.0, 8484.0, 8439.0, 8463.0, 8433.0, 8478.0, 8422.0, 8481.0, 8439.0, 8484.0, 8457.0, 8470.0, 8459.0, 8454.0, 8484.0, 8446.0, 8475.0, 8466.0, 8488.0, 8486.0, 8483.0, 8523.0, 8481.0, 8497.0, 8485.0, 8503.0, 8499.0, 8447.0, 8459.0, 8453.0, 8458.0, 8470.0, 8471.0, 8461.0, 8438.0, 8424.0, 8442.0, 8463.0, 8492.0, 8480.0, 8507.0, 8493.0, 8450.0, 8457.0, 8417.0, 8465.0, 8385.0, 8478.0, 8515.0, 8473.0, 8486.0, 8431.0, 8393.0, 8408.0, 8395.0, 8407.0, 8407.0, 8468.0, 8417.0, 8446.0, 8434.0, 8423.0, 8433.0, 8457.0, 8436.0, 8455.0, 8433.0, 8457.0, 8433.0, 8456.0, 8416.0, 8413.0, 8452.0, 8411.0, 8485.0, 8432.0, 8519.0, 8466.0, 8457.0, 8425.0, 8452.0, 8428.0, 8406.0, 8441.0, 8441.0, 8441.0, 8436.0, 8450.0, 8438.0, 8421.0, 8477.0, 8433.0, 8507.0, 8439.0, 8522.0, 8435.0, 8499.0, 8428.0, 8420.0, 8425.0, 8415.0, 8433.0, 8417.0, 8428.0, 8394.0, 8405.0, 8406.0, 8448.0, 8403.0, 8404.0, 8411.0, 8438.0, 8414.0, 8439.0, 8428.0, 8409.0, 8413.0, 8446.0, 8454.0, 8430.0, 8432.0, 8458.0, 8460.0, 8489.0, 8457.0, 8466.0, 8456.0, 8457.0, 8437.0, 8440.0, 8438.0, 8443.0, 8485.0, 8461.0, 8502.0, 8487.0, 8477.0, 8440.0, 8439.0, 8451.0, 8433.0, 8449.0, 8439.0, 8498.0, 8457.0, 8454.0, 8439.0, 8452.0, 8421.0, 8439.0, 8479.0, 8440.0, 8465.0, 8469.0, 8464.0, 8445.0, 8438.0, 8439.0, 8441.0, 8502.0, 8445.0, 8467.0, 8521.0, 8435.0, 8456.0, 8522.0, 8443.0, 8515.0, 8443.0, 8517.0, 8455.0, 8423.0, 8406.0, 8406.0, 8403.0, 8406.0, 8406.0, 8431.0, 8418.0, 8458.0, 8416.0, 8405.0, 8435.0, 8432.0, 8436.0, 8447.0, 8434.0, 8433.0, 8433.0, 8437.0, 8446.0, 8452.0, 8470.0, 8447.0, 8483.0, 8428.0, 8454.0, 8430.0, 8436.0, 8417.0, 8442.0, 8440.0, 8455.0, 8421.0, 8457.0, 8454.0, 8457.0, 8517.0, 8489.0, 8492.0, 8433.0, 8474.0, 8413.0, 8439.0, 8413.0, 8419.0, 8394.0, 8436.0, 8430.0, 8412.0, 8428.0, 8413.0, 8445.0, 8415.0, 8476.0, 8419.0, 8416.0, 8431.0, 8427.0, 8451.0, 8478.0, 8452.0, 8500.0, 8443.0, 8479.0, 8420.0, 8446.0, 8402.0, 8419.0, 8420.0, 8420.0, 8435.0, 8420.0, 8461.0, 8411.0, 8430.0, 8390.0, 8433.0, 8429.0, 8450.0, 8408.0, 8436.0, 8394.0, 8433.0, 8406.0, 8418.0, 8418.0, 8435.0, 8442.0, 8426.0, 8446.0, 8462.0, 8492.0, 8511.0, 8521.0, 8532.0, 8466.0, 8453.0, 8505.0, 8499.0, 8442.0, 8511.0, 8481.0, 8521.0, 8495.0, 8492.0, 8434.0, 8500.0, 8445.0, 8515.0, 8459.0, 8494.0, 8490.0, 8416.0, 8429.0, 8385.0, 8410.0, 8403.0, 8428.0, 8403.0, 8427.0, 8405.0, 8447.0, 8420.0, 8381.0, 8440.0, 8453.0, 8467.0, 8404.0, 8438.0, 8391.0, 8408.0, 8434.0, 8421.0, 8406.0, 8396.0, 8436.0, 8432.0, 8468.0, 8429.0, 8486.0, 8435.0, 8465.0, 8423.0, 8448.0, 8424.0, 8479.0, 8438.0, 8464.0, 8436.0, 8389.0, 8416.0, 8396.0, 8440.0, 8433.0, 8442.0, 8434.0, 8449.0, 8430.0, 8435.0, 8424.0, 8454.0, 8432.0, 8448.0, 8410.0, 8452.0, 8435.0, 8407.0, 8445.0, 8416.0, 8462.0, 8422.0, 8464.0, 8442.0, 8512.0, 8478.0, 8438.0, 8468.0, 8423.0, 8477.0, 8448.0, 8504.0, 8447.0, 8487.0, 8433.0, 8485.0, 8432.0, 8488.0, 8434.0, 8429.0, 8437.0, 8447.0, 8446.0, 8460.0, 8449.0, 8474.0, 8461.0, 8459.0, 8462.0, 8407.0, 8448.0, 8419.0, 8465.0, 8444.0, 8488.0, 8461.0, 8489.0, 8475.0, 8440.0, 8478.0, 8448.0, 8512.0, 8438.0, 8534.0, 8472.0, 8489.0, 8426.0, 8453.0, 8423.0, 8453.0, 8475.0, 8455.0, 8425.0, 8443.0, 8438.0, 8448.0, 8451.0, 8457.0, 8476.0, 8490.0, 8468.0, 8524.0, 8454.0, 8510.0, 8458.0, 8481.0, 8434.0, 8447.0, 8434.0, 8451.0, 8471.0, 8490.0, 8479.0, 8523.0, 8462.0, 8461.0, 8433.0, 8444.0, 8443.0, 8484.0, 8475.0, 8511.0, 8479.0, 8468.0, 8518.0, 8460.0, 8488.0, 8473.0, 8500.0, 8532.0, 8495.0, 8521.0, 8465.0, 8393.0, 8416.0, 8401.0, 8386.0, 8424.0, 8404.0, 8400.0, 8426.0, 8428.0, 8398.0, 8434.0, 8436.0, 8446.0, 8489.0, 8436.0, 8435.0, 8465.0, 8491.0, 8467.0, 8452.0, 8547.0, 8533.0, 8500.0, 8503.0, 8491.0, 8448.0, 8418.0, 8438.0, 8442.0, 8409.0, 8381.0, 8462.0, 8408.0, 8392.0, 8367.0, 8370.0, 8373.0, 8372.0, 8371.0, 8355.0, 8392.0, 8419.0, 8401.0, 8369.0, 8405.0, 8348.0, 8346.0, 8391.0, 8349.0, 8428.0, 8354.0, 8405.0, 8348.0, 8361.0, 8349.0, 8333.0, 8349.0, 8322.0, 8349.0, 8340.0, 8394.0, 8352.0, 8362.0, 8348.0, 8370.0, 8384.0, 8390.0, 8400.0, 8412.0, 8459.0, 8414.0, 8416.0, 8439.0, 8432.0, 8447.0, 8416.0, 8430.0, 8418.0, 8435.0, 8457.0, 8465.0, 8453.0, 8411.0, 8436.0, 8432.0, 8414.0, 8434.0, 8425.0, 8471.0, 8464.0, 8445.0, 8457.0, 8453.0, 8438.0, 8422.0, 8435.0, 8422.0, 8450.0, 8440.0, 8479.0, 8461.0, 8505.0, 8436.0, 8432.0, 8434.0, 8439.0, 8441.0, 8441.0, 8449.0, 8445.0, 8445.0, 8426.0, 8425.0, 8457.0, 8483.0, 8453.0, 8450.0, 8463.0, 8513.0, 8479.0, 8496.0, 8468.0, 8472.0, 8465.0, 8503.0, 8457.0, 8458.0, 8483.0, 8490.0, 8453.0, 8450.0, 8466.0, 8483.0, 8514.0, 8518.0, 8533.0, 8488.0, 8471.0, 8492.0, 8463.0, 8569.0, 8538.0, 8534.0, 8553.0, 8457.0, 8525.0, 8449.0, 8489.0, 8447.0, 8433.0, 8503.0, 8450.0, 8488.0, 8418.0, 8485.0, 8419.0, 8451.0, 8401.0, 8427.0, 8433.0, 8466.0, 8441.0, 8481.0, 8438.0, 8451.0, 8440.0, 8448.0, 8432.0, 8447.0, 8437.0, 8461.0, 8423.0, 8482.0, 8459.0, 8480.0, 8421.0, 8433.0, 8442.0, 8442.0, 8448.0, 8450.0, 8468.0, 8473.0, 8483.0, 8470.0, 8480.0, 8488.0, 8539.0, 8499.0, 8551.0, 8480.0, 8546.0, 8492.0, 8523.0, 8465.0, 8518.0, 8466.0, 8531.0, 8432.0, 8495.0, 8428.0, 8480.0, 8416.0, 8479.0, 8433.0, 8458.0, 8431.0, 8405.0, 8457.0, 8440.0, 8440.0, 8457.0, 8471.0, 8459.0, 8475.0, 8457.0, 8494.0, 8449.0, 8485.0, 8439.0, 8490.0, 8441.0, 8494.0, 8442.0, 8556.0, 8492.0, 8521.0, 8473.0, 8429.0, 8500.0, 8449.0, 8483.0, 8409.0, 8439.0, 8442.0, 8438.0, 8453.0, 8447.0, 8448.0, 8459.0, 8446.0, 8516.0, 8435.0, 8515.0, 8429.0, 8507.0, 8433.0, 8523.0, 8439.0, 8466.0, 8436.0, 8394.0, 8450.0, 8408.0, 8416.0, 8399.0, 8418.0, 8405.0, 8415.0, 8442.0, 8396.0, 8459.0, 8429.0, 8449.0, 8391.0, 8448.0, 8411.0, 8439.0, 8430.0, 8411.0, 8425.0, 8410.0, 8421.0, 8436.0, 8421.0, 8463.0, 8444.0, 8467.0, 8506.0, 8509.0, 8468.0, 8512.0, 8476.0, 8502.0, 8524.0, 8493.0, 8522.0, 8527.0, 8537.0, 8465.0, 8502.0, 8428.0, 8479.0, 8411.0, 8494.0, 8413.0, 8486.0, 8416.0, 8510.0, 8415.0, 8419.0, 8420.0, 8416.0, 8453.0, 8445.0, 8461.0, 8445.0, 8481.0, 8442.0, 8451.0, 8494.0, 8463.0, 8442.0, 8512.0, 8441.0, 8541.0, 8467.0, 8524.0, 8496.0, 8464.0, 8542.0, 8480.0, 8518.0, 8410.0, 8419.0, 8389.0, 8419.0, 8388.0, 8425.0, 8413.0, 8424.0, 8417.0, 8430.0, 8440.0, 8433.0, 8439.0, 8451.0, 8474.0, 8446.0, 8451.0, 8466.0, 8494.0, 8450.0, 8516.0, 8466.0, 8528.0, 8487.0, 8525.0, 8514.0, 8540.0, 8465.0, 8458.0, 8463.0, 8487.0, 8442.0, 8511.0, 8424.0, 8489.0, 8433.0, 8403.0, 8413.0, 8420.0, 8444.0, 8440.0, 8434.0, 8423.0, 8485.0, 8461.0, 8494.0, 8438.0, 8523.0, 8442.0, 8486.0, 8439.0, 8421.0, 8418.0, 8417.0, 8438.0, 8478.0, 8495.0, 8453.0, 8524.0, 8422.0, 8489.0, 8431.0, 8465.0, 8436.0, 8469.0, 8441.0, 8470.0, 8463.0, 8432.0, 8433.0, 8435.0, 8419.0, 8432.0, 8445.0, 8491.0, 8481.0, 8498.0, 8457.0, 8528.0, 8464.0, 8515.0, 8468.0, 8521.0, 8474.0, 8528.0, 8485.0, 8530.0, 8516.0, 8527.0, 8453.0, 8489.0, 8416.0, 8488.0, 8399.0, 8437.0, 8384.0, 8427.0, 8412.0, 8421.0, 8408.0, 8409.0, 8412.0, 8418.0, 8431.0, 8421.0, 8452.0, 8440.0, 8483.0, 8470.0, 8455.0, 8484.0, 8446.0, 8461.0, 8413.0, 8462.0, 8458.0, 8456.0, 8511.0, 8457.0, 8439.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.005199473106476399</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06368362996706915</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.38832475423074</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1612247068901098</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0371630641318685</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4854</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3402.1377</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15153890423263405</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>151</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>16.575192096597146</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.695547347526174</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.646419482358988</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7669855703935595</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.673236989825973</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0100913</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0024039132986217737</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.010489246807992458</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>911</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.933907251096718</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>35.3174</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.2669</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.1297</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300798.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>783.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.9455</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4631</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>484.3375</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2970.353</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3107.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75746.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1064.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3946.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>789.7948</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>24.01541210990399</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> |