=== 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-0101 --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-0101",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0101_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-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0101/figures/sub-0101_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-0101/figures/sub-0101_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101/ses-02/func/sub-0101_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>39cf7c1a8258b5eaaaecd62d2a9b1133</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>20:19:25.615000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998787, 0.0370888, 0.0323768, -0.0322607, 0.989814, -0.138664]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.136488</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>[4238, -7767, -7218, 39, -158, -51, -123, 44]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>322.566</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>767c9249-fbb0-4cdf-803c-e79fa4dde7a7||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679673433303833, -0.08655299246311188, 0.1004127711057663, 113.66648864746094], [-0.09950666129589081, 2.6555981636047363, -0.3711199462413788, -72.20682525634766], [0.08686459809541702, 0.3720266819000244, 2.6724870204925537, -88.46077728271484], [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': ['201925.615000', '201926.075000', '201926.535000', '201926.995000', '201927.455000', '201927.915000', '201928.375000', '201928.835000', '201929.295000', '201929.755000', '201930.215000', '201930.675000', '201931.135000', '201931.595000', '201932.055000', '201932.515000', '201932.975000', '201933.435000', '201933.895000', '201934.355000', '201934.815000', '201935.275000', '201935.735000', '201936.195000', '201936.655000', '201937.115000', '201937.575000', '201938.035000', '201938.495000', '201938.955000', '201939.415000', '201939.875000', '201940.335000', '201940.795000', '201941.255000', '201941.715000', '201942.175000', '201942.635000', '201943.095000', '201943.555000', '201944.015000', '201944.475000', '201944.935000', '201945.395000', '201945.855000', '201946.315000', '201946.775000', '201947.235000', '201947.695000', '201948.155000', '201948.615000', '201949.075000', '201949.535000', '201949.995000', '201950.455000', '201950.915000', '201951.375000', '201951.835000', '201952.295000', '201952.755000', '201953.215000', '201953.675000', '201954.135000', '201954.595000', '201955.055000', '201955.515000', '201955.975000', '201956.435000', '201956.895000', '201957.355000', '201957.815000', '201958.275000', '201958.735000', '201959.195000', '201959.655000', '202000.115000', '202000.575000', '202001.035000', '202001.495000', '202001.955000', '202002.415000', '202002.875000', '202003.335000', '202003.795000', '202004.255000', '202004.715000', '202005.175000', '202005.635000', '202006.095000', '202006.555000', '202007.015000', '202007.475000', '202007.935000', '202008.395000', '202008.855000', '202009.315000', '202009.775000', '202010.235000', '202010.695000', '202011.155000', '202011.615000', '202012.075000', '202012.535000', '202012.995000', '202013.455000', '202013.915000', '202014.375000', '202014.835000', '202015.295000', '202015.755000', '202016.215000', '202016.675000', '202017.135000', '202017.595000', '202018.055000', '202018.515000', '202018.975000', '202019.435000', '202019.895000', '202020.355000', '202020.815000', '202021.275000', '202021.735000', '202022.195000', '202022.655000', '202023.115000', '202023.575000', '202024.035000', '202024.495000', '202024.955000', '202025.415000', '202025.875000', '202026.335000', '202026.795000', '202027.255000', '202027.715000', '202028.175000', '202028.635000', '202029.095000', '202029.555000', '202030.015000', '202030.475000', '202030.935000', '202031.395000', '202031.855000', '202032.315000', '202032.775000', '202033.235000', '202033.695000', '202034.155000', '202034.615000', '202035.075000', '202035.535000', '202035.995000', '202036.455000', '202036.915000', '202037.375000', '202037.835000', '202038.295000', '202038.755000', '202039.215000', '202039.675000', '202040.135000', '202040.595000', '202041.055000', '202041.515000', '202041.975000', '202042.435000', '202042.895000', '202043.355000', '202043.815000', '202044.275000', '202044.735000', '202045.195000', '202045.655000', '202046.115000', '202046.575000', '202047.035000', '202047.495000', '202047.955000', '202048.415000', '202048.875000', '202049.335000', '202049.795000', '202050.255000', '202050.715000', '202051.175000', '202051.635000', '202052.095000', '202052.555000', '202053.015000', '202053.475000', '202053.935000', '202054.395000', '202054.855000', '202055.315000', '202055.775000', '202056.235000', '202056.695000', '202057.155000', '202057.615000', '202058.075000', '202058.535000', '202058.995000', '202059.455000', '202059.915000', '202100.375000', '202100.835000', '202101.295000', '202101.755000', '202102.215000', '202102.675000', '202103.135000', '202103.595000', '202104.055000', '202104.515000', '202104.975000', '202105.435000', '202105.895000', '202106.355000', '202106.815000', '202107.275000', '202107.735000', '202108.195000', '202108.655000', '202109.115000', '202109.575000', '202110.035000', '202110.495000', '202110.955000', '202111.415000', '202111.875000', '202112.335000', '202112.795000', '202113.255000', '202113.715000', '202114.175000', '202114.635000', '202115.095000', '202115.555000', '202116.015000', '202116.475000', '202116.935000', '202117.395000', '202117.855000', '202118.315000', '202118.775000', '202119.235000', '202119.695000', '202120.155000', '202120.615000', '202121.075000', '202121.535000', '202121.995000', '202122.455000', '202122.915000', '202123.375000', '202123.835000', '202124.295000', '202124.755000', '202125.215000', '202125.675000', '202126.135000', '202126.595000', '202127.055000', '202127.515000', '202127.975000', '202128.435000', '202128.895000', '202129.355000', '202129.815000', '202130.275000', '202130.735000', '202131.195000', '202131.655000', '202132.115000', '202132.575000', '202133.035000', '202133.495000', '202133.955000', '202134.415000', '202134.875000', '202135.335000', '202135.795000', '202136.255000', '202136.715000', '202137.175000', '202137.635000', '202138.095000', '202138.555000', '202139.015000', '202139.475000', '202139.935000', '202140.395000', '202140.855000', '202141.315000', '202141.775000', '202142.235000', '202142.695000', '202143.155000', '202143.615000', '202144.075000', '202144.535000', '202144.995000', '202145.455000', '202145.915000', '202146.375000', '202146.835000', '202147.295000', '202147.755000', '202148.215000', '202148.675000', '202149.135000', '202149.595000', '202150.055000', '202150.515000', '202150.975000', '202151.435000', '202151.895000', '202152.355000', '202152.815000', '202153.275000', '202153.735000', '202154.195000', '202154.655000', '202155.115000', '202155.575000', '202156.035000', '202156.495000', '202156.955000', '202157.415000', '202157.875000', '202158.335000', '202158.795000', '202159.255000', '202159.715000', '202200.175000', '202200.635000', '202201.095000', '202201.555000', '202202.015000', '202202.475000', '202202.935000', '202203.395000', '202203.855000', '202204.315000', '202204.775000', '202205.235000', '202205.695000', '202206.155000', '202206.615000', '202207.075000', '202207.535000', '202207.995000', '202208.455000', '202208.915000', '202209.375000', '202209.835000', '202210.295000', '202210.755000', '202211.215000', '202211.675000', '202212.135000', '202212.595000', '202213.055000', '202213.515000', '202213.975000', '202214.435000', '202214.895000', '202215.355000', '202215.815000', '202216.275000', '202216.735000', '202217.195000', '202217.655000', '202218.115000', '202218.575000', '202219.035000', '202219.495000', '202219.955000', '202220.415000', '202220.875000', '202221.335000', '202221.795000', '202222.255000', '202222.715000', '202223.175000', '202223.635000', '202224.095000', '202224.555000', '202225.015000', '202225.475000', '202225.935000', '202226.395000', '202226.855000', '202227.315000', '202227.775000', '202228.235000', '202228.695000', '202229.155000', '202229.615000', '202230.075000', '202230.535000', '202230.995000', '202231.455000', '202231.915000', '202232.375000', '202232.835000', '202233.295000', '202233.755000', '202234.215000', '202234.675000', '202235.135000', '202235.595000', '202236.055000', '202236.515000', '202236.975000', '202237.435000', '202237.895000', '202238.355000', '202238.815000', '202239.275000', '202239.735000', '202240.195000', '202240.655000', '202241.115000', '202241.575000', '202242.035000', '202242.495000', '202242.955000', '202243.415000', '202243.875000', '202244.335000', '202244.795000', '202245.255000', '202245.715000', '202246.175000', '202246.635000', '202247.095000', '202247.555000', '202248.015000', '202248.475000', '202248.935000', '202249.395000', '202249.855000', '202250.315000', '202250.775000', '202251.235000', '202251.695000', '202252.155000', '202252.615000', '202253.075000', '202253.535000', '202253.995000', '202254.455000', '202254.915000', '202255.375000', '202255.835000', '202256.295000', '202256.755000', '202257.215000', '202257.675000', '202258.135000', '202258.595000', '202259.055000', '202259.515000', '202259.975000', '202300.435000', '202300.895000', '202301.355000', '202301.815000', '202302.275000', '202302.735000', '202303.195000', '202303.655000', '202304.115000', '202304.575000', '202305.035000', '202305.495000', '202305.955000', '202306.415000', '202306.875000', '202307.335000', '202307.795000', '202308.255000', '202308.715000', '202309.175000', '202309.635000', '202310.095000', '202310.555000', '202311.015000', '202311.475000', '202311.935000', '202312.395000', '202312.855000', '202313.315000', '202313.775000', '202314.235000', '202314.695000', '202315.155000', '202315.615000', '202316.075000', '202316.535000', '202316.995000', '202317.455000', '202317.915000', '202318.375000', '202318.835000', '202319.295000', '202319.755000', '202320.215000', '202320.675000', '202321.135000', '202321.595000', '202322.055000', '202322.515000', '202322.975000', '202323.435000', '202323.895000', '202324.355000', '202324.815000', '202325.275000', '202325.735000', '202326.195000', '202326.655000', '202327.115000', '202327.575000', '202328.035000', '202328.495000', '202328.955000', '202329.415000', '202329.875000', '202330.335000', '202330.795000', '202331.255000', '202331.715000', '202332.175000', '202332.635000', '202333.095000', '202333.555000', '202334.015000', '202334.475000', '202334.935000', '202335.395000', '202335.855000', '202336.315000', '202336.775000', '202337.235000', '202337.695000', '202338.155000', '202338.615000', '202339.075000', '202339.535000', '202339.995000', '202340.455000', '202340.915000', '202341.375000', '202341.835000', '202342.295000', '202342.755000', '202343.215000', '202343.675000', '202344.135000', '202344.595000', '202345.055000', '202345.515000', '202345.975000', '202346.435000', '202346.895000', '202347.355000', '202347.815000', '202348.275000', '202348.735000', '202349.195000', '202349.655000', '202350.115000', '202350.575000', '202351.035000', '202351.495000', '202351.955000', '202352.415000', '202352.875000', '202353.335000', '202353.795000', '202354.255000', '202354.715000', '202355.175000', '202355.635000', '202356.095000', '202356.555000', '202357.015000', '202357.475000', '202357.935000', '202358.395000', '202358.855000', '202359.315000', '202359.775000', '202400.235000', '202400.695000', '202401.155000', '202401.615000', '202402.075000', '202402.535000', '202402.995000', '202403.455000', '202403.915000', '202404.375000', '202404.835000', '202405.295000', '202405.755000', '202406.215000', '202406.675000', '202407.135000', '202407.595000', '202408.055000', '202408.515000', '202408.975000', '202409.435000', '202409.895000', '202410.355000', '202410.815000', '202411.275000', '202411.735000', '202412.195000', '202412.655000', '202413.115000', '202413.575000', '202414.035000', '202414.495000', '202414.955000', '202415.415000', '202415.875000', '202416.335000', '202416.795000', '202417.255000', '202417.715000', '202418.175000', '202418.635000', '202419.095000', '202419.555000', '202420.015000', '202420.475000', '202420.935000', '202421.395000', '202421.855000', '202422.315000', '202422.775000', '202423.235000', '202423.695000', '202424.155000', '202424.615000', '202425.075000', '202425.535000', '202425.995000', '202426.455000', '202426.915000', '202427.375000', '202427.835000', '202428.295000', '202428.755000', '202429.215000', '202429.675000', '202430.135000', '202430.595000', '202431.055000', '202431.515000', '202431.975000', '202432.435000', '202432.895000', '202433.355000', '202433.815000', '202434.275000', '202434.735000', '202435.195000', '202435.655000', '202436.115000', '202436.575000', '202437.035000', '202437.495000', '202437.955000', '202438.415000', '202438.875000', '202439.335000', '202439.795000', '202440.255000', '202440.715000', '202441.175000', '202441.635000', '202442.095000', '202442.555000', '202443.015000', '202443.475000', '202443.935000', '202444.395000', '202444.855000', '202445.315000', '202445.775000', '202446.235000', '202446.695000', '202447.155000', '202447.615000', '202448.075000', '202448.535000', '202448.995000', '202449.455000', '202449.915000', '202450.375000', '202450.835000', '202451.295000', '202451.755000', '202452.215000', '202452.675000', '202453.135000', '202453.595000', '202454.055000', '202454.515000', '202454.975000', '202455.435000', '202455.895000', '202456.355000', '202456.815000', '202457.275000', '202457.735000', '202458.195000', '202458.655000', '202459.115000', '202459.575000', '202500.035000', '202500.495000', '202500.955000', '202501.415000', '202501.875000', '202502.335000', '202502.795000', '202503.255000', '202503.715000', '202504.175000', '202504.635000', '202505.095000', '202505.555000', '202506.015000', '202506.475000', '202506.935000', '202507.395000', '202507.855000', '202508.315000', '202508.775000', '202509.235000', '202509.695000', '202510.155000', '202510.615000', '202511.075000', '202511.535000', '202511.995000', '202512.455000', '202512.915000', '202513.375000', '202513.835000', '202514.295000', '202514.755000', '202515.215000', '202515.675000', '202516.135000', '202516.595000', '202517.055000', '202517.515000', '202517.975000', '202518.435000', '202518.895000', '202519.355000', '202519.815000', '202520.275000', '202520.735000', '202521.195000', '202521.655000', '202522.115000', '202522.575000', '202523.035000', '202523.495000', '202523.955000', '202524.415000', '202524.875000', '202525.335000', '202525.795000', '202526.255000', '202526.715000', '202527.175000', '202527.635000', '202528.095000', '202528.555000', '202529.015000', '202529.475000', '202529.935000', '202530.395000', '202530.855000', '202531.315000', '202531.775000', '202532.235000', '202532.695000', '202533.155000', '202533.615000', '202534.075000', '202534.535000', '202534.995000', '202535.455000', '202535.915000', '202536.375000', '202536.835000', '202537.295000', '202537.755000', '202538.215000', '202538.675000', '202539.135000', '202539.595000', '202540.055000', '202540.515000', '202540.975000', '202541.435000', '202541.895000', '202542.355000', '202542.815000', '202543.275000', '202543.735000', '202544.195000', '202544.655000', '202545.115000', '202545.575000', '202546.035000', '202546.495000', '202546.955000', '202547.415000', '202547.875000', '202548.335000', '202548.795000', '202549.255000', '202549.715000', '202550.175000', '202550.635000', '202551.095000', '202551.555000', '202552.015000', '202552.475000', '202552.935000', '202553.395000', '202553.855000', '202554.315000', '202554.775000', '202555.235000', '202555.695000', '202556.155000', '202556.615000', '202557.075000', '202557.535000', '202557.995000', '202558.455000', '202558.915000', '202559.375000', '202559.835000', '202600.295000', '202600.755000', '202601.215000', '202601.675000', '202602.135000', '202602.595000', '202603.055000', '202603.515000', '202603.975000', '202604.435000', '202604.895000', '202605.355000', '202605.815000', '202606.275000', '202606.735000', '202607.195000', '202607.655000', '202608.115000', '202608.575000', '202609.035000', '202609.495000', '202609.955000', '202610.415000', '202610.875000', '202611.335000', '202611.795000', '202612.255000', '202612.715000', '202613.175000', '202613.635000', '202614.095000', '202614.555000', '202615.015000', '202615.475000', '202615.935000', '202616.395000', '202616.855000', '202617.315000', '202617.775000', '202618.235000', '202618.695000', '202619.155000', '202619.615000', '202620.075000', '202620.535000', '202620.995000', '202621.455000', '202621.915000', '202622.375000', '202622.835000', '202623.295000', '202623.755000', '202624.215000', '202624.675000', '202625.135000', '202625.595000'], 'ContentTime': ['201948.590000', '201948.594000', '201948.596000', '201948.599000', '201948.602000', '201948.604000', '201948.607000', '201948.610000', '201948.612000', '201948.615000', '201948.618000', '201948.620000', '201948.623000', '201948.626000', '201948.628000', '201948.631000', '201948.633000', '201948.636000', '201948.639000', '201948.641000', '201948.644000', '201948.647000', '201948.649000', '201948.652000', '201948.655000', '201948.657000', '201948.660000', '201948.663000', '201948.667000', '201948.670000', '201948.673000', '201948.675000', '201948.678000', '201948.680000', '201948.683000', '201948.686000', '201948.688000', '201948.691000', '201948.693000', '201948.696000', '201948.698000', '201948.701000', '201948.704000', '201948.706000', '201948.709000', '201948.711000', '201948.714000', '201948.716000', '201948.719000', '202008.560000', '202008.564000', '202008.566000', '202008.569000', '202008.571000', '202008.575000', '202008.577000', '202008.580000', '202008.583000', '202008.585000', '202008.588000', '202008.590000', '202008.593000', '202008.596000', '202008.598000', '202008.601000', '202008.604000', '202008.606000', '202008.609000', '202008.612000', '202008.614000', '202008.617000', '202008.620000', '202008.622000', '202008.625000', '202008.627000', '202008.630000', '202008.633000', '202008.635000', '202008.638000', '202008.640000', '202008.643000', '202008.646000', '202008.648000', '202008.651000', '202008.653000', '202008.663000', '202008.666000', '202008.668000', '202008.671000', '202008.673000', '202008.676000', '202008.678000', '202028.561000', '202028.563000', '202028.566000', '202028.568000', '202028.572000', '202028.574000', '202028.577000', '202028.580000', '202028.582000', '202028.585000', '202028.588000', '202028.590000', '202028.593000', '202028.596000', '202028.598000', '202028.601000', '202028.604000', '202028.606000', '202028.609000', '202028.612000', '202028.615000', '202028.617000', '202028.620000', '202028.622000', '202028.627000', '202028.629000', '202028.632000', '202028.635000', '202028.637000', '202028.640000', '202028.643000', '202028.645000', '202028.648000', '202028.650000', '202028.660000', '202028.662000', '202028.665000', '202028.668000', '202028.670000', '202028.673000', '202028.676000', '202028.678000', '202028.681000', '202048.560000', '202048.564000', '202048.566000', '202048.569000', '202048.571000', '202048.574000', '202048.577000', '202048.580000', '202048.582000', '202048.585000', '202048.588000', '202048.590000', '202048.593000', '202048.596000', '202048.598000', '202048.601000', '202048.604000', '202048.606000', '202048.609000', '202048.612000', '202048.615000', '202048.618000', '202048.620000', '202048.623000', '202048.625000', '202048.628000', '202048.631000', '202048.639000', '202048.641000', '202048.644000', '202048.647000', '202048.649000', '202048.652000', '202048.655000', '202048.657000', '202048.660000', '202048.663000', '202048.665000', '202048.668000', '202048.670000', '202048.673000', '202048.675000', '202048.678000', '202048.681000', '202108.561000', '202108.564000', '202108.567000', '202108.576000', '202108.578000', '202108.581000', '202108.584000', '202108.586000', '202108.589000', '202108.592000', '202108.595000', '202108.597000', '202108.600000', '202108.603000', '202108.606000', '202108.608000', '202108.611000', '202108.614000', '202108.616000', '202108.619000', '202108.622000', '202108.624000', '202108.627000', '202108.630000', '202108.632000', '202108.635000', '202108.637000', '202108.640000', '202108.643000', '202108.645000', '202108.652000', '202108.655000', '202108.657000', '202108.660000', '202108.663000', '202108.666000', '202108.668000', '202108.671000', '202108.681000', '202108.683000', '202108.686000', '202108.689000', '202108.691000', '202128.561000', '202128.564000', '202128.567000', '202128.570000', '202128.573000', '202128.576000', '202128.578000', '202128.581000', '202128.584000', '202128.587000', '202128.589000', '202128.592000', '202128.595000', '202128.597000', '202128.600000', '202128.603000', '202128.606000', '202128.608000', '202128.611000', '202128.613000', '202128.616000', '202128.619000', '202128.622000', '202128.624000', '202128.627000', '202128.629000', '202128.632000', '202128.635000', '202128.638000', '202128.645000', '202128.648000', '202128.651000', '202128.653000', '202128.656000', '202128.659000', '202128.661000', '202128.664000', '202128.667000', '202128.669000', '202128.672000', '202128.675000', '202128.677000', '202128.680000', '202128.683000', '202148.560000', '202148.564000', '202148.567000', '202148.569000', '202148.572000', '202148.575000', '202148.578000', '202148.580000', '202148.583000', '202148.586000', '202148.589000', '202148.591000', '202148.594000', '202148.597000', '202148.600000', '202148.602000', '202148.605000', '202148.608000', '202148.611000', '202148.613000', '202148.616000', '202148.619000', '202148.621000', '202148.624000', '202148.627000', '202148.629000', '202148.632000', '202148.634000', '202148.637000', '202148.640000', '202148.642000', '202148.645000', '202148.648000', '202148.650000', '202148.653000', '202148.655000', '202148.658000', '202148.660000', '202148.663000', '202148.667000', '202148.670000', '202148.673000', '202148.675000', '202208.560000', '202208.563000', '202208.566000', '202208.569000', '202208.572000', '202208.574000', '202208.577000', '202208.580000', '202208.583000', '202208.585000', '202208.588000', '202208.590000', '202208.593000', '202208.596000', '202208.599000', '202208.601000', '202208.604000', '202208.607000', '202208.609000', '202208.612000', '202208.615000', '202208.617000', '202208.620000', '202208.623000', '202208.625000', '202208.628000', '202208.631000', '202208.633000', '202208.636000', '202208.638000', '202208.641000', '202208.644000', '202208.646000', '202208.649000', '202208.651000', '202208.654000', '202208.666000', '202208.668000', '202208.671000', '202208.673000', '202208.676000', '202208.679000', '202208.681000', '202208.684000', '202228.561000', '202228.564000', '202228.566000', '202228.569000', '202228.572000', '202228.574000', '202228.577000', '202228.580000', '202228.583000', '202228.586000', '202228.588000', '202228.591000', '202228.595000', '202228.598000', '202228.601000', '202228.603000', '202228.606000', '202228.609000', '202228.611000', '202228.614000', '202228.617000', '202228.619000', '202228.622000', '202228.625000', '202228.627000', '202228.630000', '202228.633000', '202228.635000', '202228.638000', '202228.640000', '202228.643000', '202228.646000', '202228.648000', '202228.651000', '202228.653000', '202228.656000', '202228.659000', '202228.661000', '202228.664000', '202228.666000', '202228.669000', '202228.672000', '202228.674000', '202248.561000', '202248.563000', '202248.566000', '202248.569000', '202248.571000', '202248.574000', '202248.577000', '202248.579000', '202248.582000', '202248.585000', '202248.587000', '202248.590000', '202248.593000', '202248.596000', '202248.599000', '202248.601000', '202248.604000', '202248.607000', '202248.610000', '202248.612000', '202248.615000', '202248.618000', '202248.620000', '202248.623000', '202248.625000', '202248.628000', '202248.631000', '202248.633000', '202248.636000', '202248.639000', '202248.641000', '202248.644000', '202248.646000', '202248.649000', '202248.652000', '202248.654000', '202248.657000', '202248.660000', '202248.662000', '202248.665000', '202248.667000', '202248.670000', '202248.673000', '202248.675000', '202308.560000', '202308.563000', '202308.566000', '202308.569000', '202308.572000', '202308.574000', '202308.577000', '202308.580000', '202308.582000', '202308.585000', '202308.588000', '202308.590000', '202308.593000', '202308.596000', '202308.599000', '202308.601000', '202308.604000', '202308.606000', '202308.609000', '202308.612000', '202308.614000', '202308.617000', '202308.619000', '202308.622000', '202308.625000', '202308.627000', '202308.630000', '202308.633000', '202308.635000', '202308.638000', '202308.641000', '202308.643000', '202308.646000', '202308.649000', '202308.651000', '202308.654000', '202308.656000', '202308.659000', '202308.662000', '202308.664000', '202308.667000', '202308.670000', '202308.673000', '202328.562000', '202328.564000', '202328.567000', '202328.570000', '202328.572000', '202328.582000', '202328.584000', '202328.587000', '202328.590000', '202328.592000', '202328.595000', '202328.597000', '202328.600000', '202328.603000', '202328.605000', '202328.608000', '202328.611000', '202328.613000', '202328.616000', '202328.619000', '202328.621000', '202328.624000', '202328.627000', '202328.629000', '202328.632000', '202328.634000', '202328.637000', '202328.640000', '202328.642000', '202328.653000', '202328.655000', '202328.658000', '202328.661000', '202328.663000', '202328.666000', '202328.668000', '202328.671000', '202328.674000', '202328.676000', '202328.679000', '202328.682000', '202328.684000', '202328.687000', '202328.690000', '202348.562000', '202348.564000', '202348.567000', '202348.570000', '202348.573000', '202348.575000', '202348.578000', '202348.581000', '202348.583000', '202348.586000', '202348.589000', '202348.609000', '202348.611000', '202348.614000', '202348.617000', '202348.620000', '202348.623000', '202348.626000', '202348.628000', '202348.631000', '202348.634000', '202348.636000', '202348.639000', '202348.642000', '202348.645000', '202348.647000', '202348.650000', '202348.652000', '202348.655000', '202348.658000', '202348.660000', '202348.663000', '202348.665000', '202348.668000', '202348.671000', '202348.673000', '202348.676000', '202348.678000', '202348.681000', '202348.683000', '202348.686000', '202348.689000', '202348.692000', '202408.561000', '202408.564000', '202408.566000', '202408.569000', '202408.572000', '202408.575000', '202408.577000', '202408.580000', '202408.583000', '202408.585000', '202408.588000', '202408.590000', '202408.593000', '202408.596000', '202408.598000', '202408.601000', '202408.604000', '202408.606000', '202408.609000', '202408.612000', '202408.614000', '202408.617000', '202408.619000', '202408.622000', '202408.624000', '202408.627000', '202408.630000', '202408.632000', '202408.635000', '202408.638000', '202408.640000', '202408.643000', '202408.645000', '202408.648000', '202408.650000', '202408.653000', '202408.656000', '202408.658000', '202408.661000', '202408.663000', '202408.666000', '202408.669000', '202408.671000', '202408.674000', '202428.560000', '202428.563000', '202428.566000', '202428.569000', '202428.571000', '202428.574000', '202428.577000', '202428.580000', '202428.582000', '202428.585000', '202428.588000', '202428.590000', '202428.593000', '202428.596000', '202428.599000', '202428.601000', '202428.604000', '202428.606000', '202428.609000', '202428.612000', '202428.614000', '202428.617000', '202428.620000', '202428.622000', '202428.625000', '202428.628000', '202428.630000', '202428.633000', '202428.636000', '202428.638000', '202428.641000', '202428.643000', '202428.646000', '202428.649000', '202428.651000', '202428.654000', '202428.656000', '202428.659000', '202428.662000', '202428.665000', '202428.667000', '202428.670000', '202428.672000', '202448.560000', '202448.563000', '202448.566000', '202448.569000', '202448.571000', '202448.591000', '202448.593000', '202448.596000', '202448.599000', '202448.601000', '202448.604000', '202448.607000', '202448.609000', '202448.612000', '202448.615000', '202448.617000', '202448.620000', '202448.623000', '202448.625000', '202448.628000', '202448.630000', '202448.633000', '202448.636000', '202448.639000', '202448.641000', '202448.644000', '202448.647000', '202448.650000', '202448.652000', '202448.655000', '202448.658000', '202448.660000', '202448.663000', '202448.665000', '202448.680000', '202448.683000', '202448.686000', '202448.689000', '202448.691000', '202448.694000', '202448.696000', '202448.704000', '202448.707000', '202448.709000', '202508.561000', '202508.563000', '202508.566000', '202508.569000', '202508.571000', '202508.574000', '202508.577000', '202508.579000', '202508.582000', '202508.585000', '202508.588000', '202508.590000', '202508.593000', '202508.596000', '202508.598000', '202508.601000', '202508.604000', '202508.606000', '202508.609000', '202508.613000', '202508.616000', '202508.619000', '202508.634000', '202508.637000', '202508.639000', '202508.642000', '202508.645000', '202508.647000', '202508.650000', '202508.652000', '202508.655000', '202508.658000', '202508.660000', '202508.663000', '202508.665000', '202508.668000', '202508.671000', '202508.674000', '202508.676000', '202508.679000', '202508.681000', '202508.684000', '202508.687000', '202528.561000', '202528.563000', '202528.566000', '202528.569000', '202528.571000', '202528.574000', '202528.577000', '202528.580000', '202528.582000', '202528.585000', '202528.588000', '202528.590000', '202528.593000', '202528.595000', '202528.598000', '202528.601000', '202528.604000', '202528.606000', '202528.609000', '202528.612000', '202528.614000', '202528.617000', '202528.620000', '202528.622000', '202528.625000', '202528.627000', '202528.630000', '202528.633000', '202528.635000', '202528.638000', '202528.641000', '202528.643000', '202528.646000', '202528.648000', '202528.651000', '202528.654000', '202528.656000', '202528.659000', '202528.661000', '202528.664000', '202528.666000', '202528.669000', '202528.672000', '202528.674000', '202548.562000', '202548.564000', '202548.567000', '202548.570000', '202548.572000', '202548.575000', '202548.578000', '202548.581000', '202548.583000', '202548.586000', '202548.589000', '202548.591000', '202548.594000', '202548.597000', '202548.600000', '202548.602000', '202548.605000', '202548.607000', '202548.610000', '202548.613000', '202548.616000', '202548.618000', '202548.621000', '202548.623000', '202548.626000', '202548.629000', '202548.631000', '202548.634000', '202548.637000', '202548.639000', '202548.642000', '202548.645000', '202548.647000', '202548.650000', '202548.653000', '202548.655000', '202548.658000', '202548.661000', '202548.663000', '202548.666000', '202548.669000', '202548.671000', '202548.674000', '202608.562000', '202608.565000', '202608.567000', '202608.570000', '202608.572000', '202608.575000', '202608.578000', '202608.580000', '202608.583000', '202608.586000', '202608.589000', '202608.591000', '202608.594000', '202608.597000', '202608.599000', '202608.602000', '202608.605000', '202608.607000', '202608.610000', '202608.613000', '202608.615000', '202608.618000', '202608.621000', '202608.623000', '202608.626000', '202608.629000', '202608.631000', '202608.634000', '202608.637000', '202608.639000', '202608.642000', '202608.644000', '202608.647000', '202608.650000', '202608.652000', '202608.655000', '202608.657000', '202608.660000', '202608.663000', '202608.665000', '202608.668000', '202608.670000', '202608.673000', '202608.676000', '202626.481000', '202626.484000', '202626.486000', '202626.489000', '202626.492000', '202626.494000', '202626.497000', '202626.500000', '202626.502000', '202626.505000', '202626.508000', '202626.511000', '202626.514000', '202626.517000', '202626.520000', '202626.523000', '202626.526000', '202626.528000', '202626.531000', '202626.534000', '202626.537000', '202626.539000', '202626.542000', '202626.544000', '202626.547000', '202626.550000', '202626.552000', '202626.555000', '202626.557000', '202626.560000', '202626.563000', '202626.565000', '202626.568000', '202626.571000', '202626.573000', '202626.576000', '202626.579000', '202626.582000', '202626.584000'], 'InstanceCreationTime': ['201948.590000', '201948.594000', '201948.596000', '201948.599000', '201948.602000', '201948.604000', '201948.607000', '201948.610000', '201948.612000', '201948.615000', '201948.618000', '201948.620000', '201948.623000', '201948.626000', '201948.628000', '201948.631000', '201948.633000', '201948.636000', '201948.639000', '201948.641000', '201948.644000', '201948.647000', '201948.649000', '201948.652000', '201948.655000', '201948.657000', '201948.660000', '201948.663000', '201948.667000', '201948.670000', '201948.673000', '201948.675000', '201948.678000', '201948.680000', '201948.683000', '201948.686000', '201948.688000', '201948.691000', '201948.693000', '201948.696000', '201948.698000', '201948.701000', '201948.704000', '201948.706000', '201948.709000', '201948.711000', '201948.714000', '201948.716000', '201948.719000', '202008.560000', '202008.564000', '202008.566000', '202008.569000', '202008.571000', '202008.575000', '202008.577000', '202008.580000', '202008.583000', '202008.585000', '202008.588000', '202008.590000', '202008.593000', '202008.596000', '202008.598000', '202008.601000', '202008.604000', '202008.606000', '202008.609000', '202008.612000', '202008.614000', '202008.617000', '202008.620000', '202008.622000', '202008.625000', '202008.627000', '202008.630000', '202008.633000', '202008.635000', '202008.638000', '202008.640000', '202008.643000', '202008.646000', '202008.648000', '202008.651000', '202008.653000', '202008.663000', '202008.666000', '202008.668000', '202008.671000', '202008.673000', '202008.676000', '202008.678000', '202028.561000', '202028.563000', '202028.566000', '202028.568000', '202028.572000', '202028.574000', '202028.577000', '202028.580000', '202028.582000', '202028.585000', '202028.588000', '202028.590000', '202028.593000', '202028.596000', '202028.598000', '202028.601000', '202028.604000', '202028.606000', '202028.609000', '202028.612000', '202028.615000', '202028.617000', '202028.620000', '202028.622000', '202028.627000', '202028.629000', '202028.632000', '202028.635000', '202028.637000', '202028.640000', '202028.643000', '202028.645000', '202028.648000', '202028.650000', '202028.660000', '202028.662000', '202028.665000', '202028.668000', '202028.670000', '202028.673000', '202028.676000', '202028.678000', '202028.681000', '202048.560000', '202048.564000', '202048.566000', '202048.569000', '202048.571000', '202048.574000', '202048.577000', '202048.580000', '202048.582000', '202048.585000', '202048.588000', '202048.590000', '202048.593000', '202048.596000', '202048.598000', '202048.601000', '202048.604000', '202048.606000', '202048.609000', '202048.612000', '202048.615000', '202048.618000', '202048.620000', '202048.623000', '202048.625000', '202048.628000', '202048.631000', '202048.639000', '202048.641000', '202048.644000', '202048.647000', '202048.649000', '202048.652000', '202048.655000', '202048.657000', '202048.660000', '202048.663000', '202048.665000', '202048.668000', '202048.670000', '202048.673000', '202048.675000', '202048.678000', '202048.681000', '202108.561000', '202108.564000', '202108.567000', '202108.576000', '202108.578000', '202108.581000', '202108.584000', '202108.586000', '202108.589000', '202108.592000', '202108.595000', '202108.597000', '202108.600000', '202108.603000', '202108.606000', '202108.608000', '202108.611000', '202108.614000', '202108.616000', '202108.619000', '202108.622000', '202108.624000', '202108.627000', '202108.630000', '202108.632000', '202108.635000', '202108.637000', '202108.640000', '202108.643000', '202108.645000', '202108.652000', '202108.655000', '202108.657000', '202108.660000', '202108.663000', '202108.666000', '202108.668000', '202108.671000', '202108.681000', '202108.683000', '202108.686000', '202108.689000', '202108.691000', '202128.561000', '202128.564000', '202128.567000', '202128.570000', '202128.573000', '202128.576000', '202128.578000', '202128.581000', '202128.584000', '202128.587000', '202128.589000', '202128.592000', '202128.595000', '202128.597000', '202128.600000', '202128.603000', '202128.606000', '202128.608000', '202128.611000', '202128.613000', '202128.616000', '202128.619000', '202128.622000', '202128.624000', '202128.627000', '202128.629000', '202128.632000', '202128.635000', '202128.638000', '202128.645000', '202128.648000', '202128.651000', '202128.653000', '202128.656000', '202128.659000', '202128.661000', '202128.664000', '202128.667000', '202128.669000', '202128.672000', '202128.675000', '202128.677000', '202128.680000', '202128.683000', '202148.560000', '202148.564000', '202148.567000', '202148.569000', '202148.572000', '202148.575000', '202148.578000', '202148.580000', '202148.583000', '202148.586000', '202148.589000', '202148.591000', '202148.594000', '202148.597000', '202148.600000', '202148.602000', '202148.605000', '202148.608000', '202148.611000', '202148.613000', '202148.616000', '202148.619000', '202148.621000', '202148.624000', '202148.627000', '202148.629000', '202148.632000', '202148.634000', '202148.637000', '202148.640000', '202148.642000', '202148.645000', '202148.648000', '202148.650000', '202148.653000', '202148.655000', '202148.658000', '202148.660000', '202148.663000', '202148.667000', '202148.670000', '202148.673000', '202148.675000', '202208.560000', '202208.563000', '202208.566000', '202208.569000', '202208.572000', '202208.574000', '202208.577000', '202208.580000', '202208.583000', '202208.585000', '202208.588000', '202208.590000', '202208.593000', '202208.596000', '202208.599000', '202208.601000', '202208.604000', '202208.607000', '202208.609000', '202208.612000', '202208.615000', '202208.617000', '202208.620000', '202208.623000', '202208.625000', '202208.628000', '202208.631000', '202208.633000', '202208.636000', '202208.638000', '202208.641000', '202208.644000', '202208.646000', '202208.649000', '202208.651000', '202208.654000', '202208.666000', '202208.668000', '202208.671000', '202208.673000', '202208.676000', '202208.679000', '202208.681000', '202208.684000', '202228.561000', '202228.564000', '202228.566000', '202228.569000', '202228.572000', '202228.574000', '202228.577000', '202228.580000', '202228.583000', '202228.586000', '202228.588000', '202228.591000', '202228.595000', '202228.598000', '202228.601000', '202228.603000', '202228.606000', '202228.609000', '202228.611000', '202228.614000', '202228.617000', '202228.619000', '202228.622000', '202228.625000', '202228.627000', '202228.630000', '202228.633000', '202228.635000', '202228.638000', '202228.640000', '202228.643000', '202228.646000', '202228.648000', '202228.651000', '202228.653000', '202228.656000', '202228.659000', '202228.661000', '202228.664000', '202228.666000', '202228.669000', '202228.672000', '202228.674000', '202248.561000', '202248.563000', '202248.566000', '202248.569000', '202248.571000', '202248.574000', '202248.577000', '202248.579000', '202248.582000', '202248.585000', '202248.587000', '202248.590000', '202248.593000', '202248.596000', '202248.599000', '202248.601000', '202248.604000', '202248.607000', '202248.610000', '202248.612000', '202248.615000', '202248.618000', '202248.620000', '202248.623000', '202248.625000', '202248.628000', '202248.631000', '202248.633000', '202248.636000', '202248.639000', '202248.641000', '202248.644000', '202248.646000', '202248.649000', '202248.652000', '202248.654000', '202248.657000', '202248.660000', '202248.662000', '202248.665000', '202248.667000', '202248.670000', '202248.673000', '202248.675000', '202308.560000', '202308.563000', '202308.566000', '202308.569000', '202308.572000', '202308.574000', '202308.577000', '202308.580000', '202308.582000', '202308.585000', '202308.588000', '202308.590000', '202308.593000', '202308.596000', '202308.599000', '202308.601000', '202308.604000', '202308.606000', '202308.609000', '202308.612000', '202308.614000', '202308.617000', '202308.619000', '202308.622000', '202308.625000', '202308.627000', '202308.630000', '202308.633000', '202308.635000', '202308.638000', '202308.641000', '202308.643000', '202308.646000', '202308.649000', '202308.651000', '202308.654000', '202308.656000', '202308.659000', '202308.662000', '202308.664000', '202308.667000', '202308.670000', '202308.673000', '202328.562000', '202328.564000', '202328.567000', '202328.570000', '202328.572000', '202328.582000', '202328.584000', '202328.587000', '202328.590000', '202328.592000', '202328.595000', '202328.597000', '202328.600000', '202328.603000', '202328.605000', '202328.608000', '202328.611000', '202328.613000', '202328.616000', '202328.619000', '202328.621000', '202328.624000', '202328.627000', '202328.629000', '202328.632000', '202328.634000', '202328.637000', '202328.640000', '202328.642000', '202328.653000', '202328.655000', '202328.658000', '202328.661000', '202328.663000', '202328.666000', '202328.668000', '202328.671000', '202328.674000', '202328.676000', '202328.679000', '202328.682000', '202328.684000', '202328.687000', '202328.690000', '202348.562000', '202348.564000', '202348.567000', '202348.570000', '202348.573000', '202348.575000', '202348.578000', '202348.581000', '202348.583000', '202348.586000', '202348.589000', '202348.609000', '202348.611000', '202348.614000', '202348.617000', '202348.620000', '202348.623000', '202348.626000', '202348.628000', '202348.631000', '202348.634000', '202348.636000', '202348.639000', '202348.642000', '202348.645000', '202348.647000', '202348.650000', '202348.652000', '202348.655000', '202348.658000', '202348.660000', '202348.663000', '202348.665000', '202348.668000', '202348.671000', '202348.673000', '202348.676000', '202348.678000', '202348.681000', '202348.683000', '202348.686000', '202348.689000', '202348.692000', '202408.561000', '202408.564000', '202408.566000', '202408.569000', '202408.572000', '202408.575000', '202408.577000', '202408.580000', '202408.583000', '202408.585000', '202408.588000', '202408.590000', '202408.593000', '202408.596000', '202408.598000', '202408.601000', '202408.604000', '202408.606000', '202408.609000', '202408.612000', '202408.614000', '202408.617000', '202408.619000', '202408.622000', '202408.624000', '202408.627000', '202408.630000', '202408.632000', '202408.635000', '202408.638000', '202408.640000', '202408.643000', '202408.645000', '202408.648000', '202408.650000', '202408.653000', '202408.656000', '202408.658000', '202408.661000', '202408.663000', '202408.666000', '202408.669000', '202408.671000', '202408.674000', '202428.560000', '202428.563000', '202428.566000', '202428.569000', '202428.571000', '202428.574000', '202428.577000', '202428.580000', '202428.582000', '202428.585000', '202428.588000', '202428.590000', '202428.593000', '202428.596000', '202428.599000', '202428.601000', '202428.604000', '202428.606000', '202428.609000', '202428.612000', '202428.614000', '202428.617000', '202428.620000', '202428.622000', '202428.625000', '202428.628000', '202428.630000', '202428.633000', '202428.636000', '202428.638000', '202428.641000', '202428.643000', '202428.646000', '202428.649000', '202428.651000', '202428.654000', '202428.656000', '202428.659000', '202428.662000', '202428.665000', '202428.667000', '202428.670000', '202428.672000', '202448.560000', '202448.563000', '202448.566000', '202448.569000', '202448.571000', '202448.591000', '202448.593000', '202448.596000', '202448.599000', '202448.601000', '202448.604000', '202448.607000', '202448.609000', '202448.612000', '202448.615000', '202448.617000', '202448.620000', '202448.623000', '202448.625000', '202448.628000', '202448.630000', '202448.633000', '202448.636000', '202448.639000', '202448.641000', '202448.644000', '202448.647000', '202448.650000', '202448.652000', '202448.655000', '202448.658000', '202448.660000', '202448.663000', '202448.665000', '202448.680000', '202448.683000', '202448.686000', '202448.689000', '202448.691000', '202448.694000', '202448.696000', '202448.704000', '202448.707000', '202448.709000', '202508.561000', '202508.563000', '202508.566000', '202508.569000', '202508.571000', '202508.574000', '202508.577000', '202508.579000', '202508.582000', '202508.585000', '202508.588000', '202508.590000', '202508.593000', '202508.596000', '202508.598000', '202508.601000', '202508.604000', '202508.606000', '202508.609000', '202508.613000', '202508.616000', '202508.619000', '202508.634000', '202508.637000', '202508.639000', '202508.642000', '202508.645000', '202508.647000', '202508.650000', '202508.652000', '202508.655000', '202508.658000', '202508.660000', '202508.663000', '202508.665000', '202508.668000', '202508.671000', '202508.674000', '202508.676000', '202508.679000', '202508.681000', '202508.684000', '202508.687000', '202528.561000', '202528.563000', '202528.566000', '202528.569000', '202528.571000', '202528.574000', '202528.577000', '202528.580000', '202528.582000', '202528.585000', '202528.588000', '202528.590000', '202528.593000', '202528.595000', '202528.598000', '202528.601000', '202528.604000', '202528.606000', '202528.609000', '202528.612000', '202528.614000', '202528.617000', '202528.620000', '202528.622000', '202528.625000', '202528.627000', '202528.630000', '202528.633000', '202528.635000', '202528.638000', '202528.641000', '202528.643000', '202528.646000', '202528.648000', '202528.651000', '202528.654000', '202528.656000', '202528.659000', '202528.661000', '202528.664000', '202528.666000', '202528.669000', '202528.672000', '202528.674000', '202548.562000', '202548.564000', '202548.567000', '202548.570000', '202548.572000', '202548.575000', '202548.578000', '202548.581000', '202548.583000', '202548.586000', '202548.589000', '202548.591000', '202548.594000', '202548.597000', '202548.600000', '202548.602000', '202548.605000', '202548.607000', '202548.610000', '202548.613000', '202548.616000', '202548.618000', '202548.621000', '202548.623000', '202548.626000', '202548.629000', '202548.631000', '202548.634000', '202548.637000', '202548.639000', '202548.642000', '202548.645000', '202548.647000', '202548.650000', '202548.653000', '202548.655000', '202548.658000', '202548.661000', '202548.663000', '202548.666000', '202548.669000', '202548.671000', '202548.674000', '202608.562000', '202608.565000', '202608.567000', '202608.570000', '202608.572000', '202608.575000', '202608.578000', '202608.580000', '202608.583000', '202608.586000', '202608.589000', '202608.591000', '202608.594000', '202608.597000', '202608.599000', '202608.602000', '202608.605000', '202608.607000', '202608.610000', '202608.613000', '202608.615000', '202608.618000', '202608.621000', '202608.623000', '202608.626000', '202608.629000', '202608.631000', '202608.634000', '202608.637000', '202608.639000', '202608.642000', '202608.644000', '202608.647000', '202608.650000', '202608.652000', '202608.655000', '202608.657000', '202608.660000', '202608.663000', '202608.665000', '202608.668000', '202608.670000', '202608.673000', '202608.676000', '202626.481000', '202626.484000', '202626.486000', '202626.489000', '202626.492000', '202626.494000', '202626.497000', '202626.500000', '202626.502000', '202626.505000', '202626.508000', '202626.511000', '202626.514000', '202626.517000', '202626.520000', '202626.523000', '202626.526000', '202626.528000', '202626.531000', '202626.534000', '202626.537000', '202626.539000', '202626.542000', '202626.544000', '202626.547000', '202626.550000', '202626.552000', '202626.555000', '202626.557000', '202626.560000', '202626.563000', '202626.565000', '202626.568000', '202626.571000', '202626.573000', '202626.576000', '202626.579000', '202626.582000', '202626.584000'], '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': [9701, 7800, 10022, 8657, 8188, 10563, 11319, 8518, 8411, 8354, 9148, 9260, 9503, 17073, 12777, 10550, 9161, 10407, 8627, 8879, 12510, 9183, 9579, 6908, 9162, 8992, 8469, 13150, 14299, 10804, 9228, 11866, 9553, 9380, 7705, 8797, 9343, 8860, 7098, 10448, 8927, 8983, 7462, 10609, 10705, 11797, 15498, 14061, 11107, 8873, 14170, 9942, 9712, 8331, 10588, 9698, 9188, 10151, 9711, 9793, 7932, 10299, 9572, 8813, 6915, 10504, 9413, 8848, 7114, 9198, 9019, 8122, 6921, 9444, 8373, 7914, 6761, 8979, 8847, 6945, 9377, 8966, 6928, 10055, 8561, 8262, 6827, 10302, 8824, 9285, 10662, 10673, 9459, 8854, 7315, 10926, 9389, 9567, 11986, 12674, 9452, 8779, 11974, 9823, 9475, 7819, 10698, 9287, 10119, 7334, 10445, 9217, 8417, 8838, 9149, 9224, 11031, 14142, 9872, 9014, 9254, 6945, 9958, 9493, 9095, 6935, 9412, 8937, 9362, 11696, 10979, 9275, 8991, 12070, 12039, 9833, 9865, 8664, 11109, 9852, 10324, 6885, 11089, 9789, 8839, 11310, 13501, 9971, 9092, 7312, 10786, 9359, 8960, 8848, 11870, 9206, 8417, 7894, 10035, 9249, 9185, 7739, 9805, 9656, 9606, 7212, 10819, 9660, 8308, 9258, 9214, 8653, 9077, 11195, 9093, 8925, 6889, 9099, 8938, 8181, 6915, 10111, 8985, 9636, 6985, 9196, 8955, 8056, 11398, 9588, 9085, 7830, 11767, 9135, 9426, 6924, 9842, 8840, 8140, 6658, 9574, 9625, 7825, 10364, 9788, 9957, 7535, 8691, 9297, 9133, 8880, 10444, 9541, 9267, 8724, 6824, 9272, 9004, 8316, 9113, 9309, 8768, 8272, 7350, 9518, 9437, 9052, 13172, 10398, 9611, 8085, 8759, 9923, 9942, 7596, 8591, 9643, 9209, 7142, 9277, 9345, 8472, 13538, 14241, 12328, 11921, 13443, 10364, 9075, 11866, 9940, 9093, 9581, 9123, 9458, 8760, 8312, 6778, 10196, 9524, 10086, 9220, 10916, 10356, 9988, 8054, 12735, 10706, 9835, 9558, 9691, 10313, 10239, 10157, 6963, 10041, 10291, 9175, 6833, 10378, 10305, 8848, 9079, 10045, 10073, 8334, 10091, 10033, 9968, 7947, 7853, 9819, 9141, 7177, 10004, 9551, 8387, 7304, 9908, 9301, 8622, 6797, 10168, 9297, 9035, 8727, 10775, 8977, 8675, 10672, 9534, 9638, 7642, 11801, 9819, 9028, 7914, 11234, 10804, 10950, 13261, 12681, 10573, 10154, 13665, 10897, 9785, 11948, 9827, 10508, 10579, 6986, 10341, 9568, 6822, 10875, 10301, 9368, 7167, 10481, 10398, 10047, 8814, 11003, 10471, 10895, 9898, 11077, 10699, 9487, 12408, 10563, 10458, 9176, 13566, 10319, 9634, 11951, 9745, 9950, 7478, 10704, 9958, 9805, 6927, 10176, 9930, 8488, 7662, 10560, 9647, 7972, 8305, 9627, 9096, 9972, 11481, 9495, 8787, 9758, 10223, 10154, 7088, 10516, 9775, 8394, 8987, 9252, 8675, 6795, 10870, 9034, 9101, 8542, 9907, 9784, 9221, 10660, 9973, 9834, 8341, 8712, 9578, 9031, 6972, 10733, 9555, 8787, 10425, 9639, 9211, 8210, 12798, 9728, 10246, 9795, 13447, 9678, 9067, 9518, 9760, 10378, 7733, 9717, 9639, 8872, 7427, 10932, 9696, 8463, 7206, 9911, 9690, 8606, 10167, 11605, 9500, 8749, 13353, 9654, 8779, 8270, 9822, 9907, 7508, 10672, 9540, 10161, 6942, 10029, 9991, 8006, 8393, 10060, 9848, 7733, 8858, 9823, 9011, 7511, 10179, 9277, 8936, 12807, 11006, 9337, 7924, 13190, 9629, 8928, 6935, 10142, 9471, 7762, 7221, 8726, 8365, 7021, 8028, 9289, 8791, 7143, 9288, 8934, 9009, 8912, 12032, 9181, 9199, 7090, 9827, 9439, 8732, 7062, 10112, 9056, 9366, 11154, 10707, 9209, 10109, 7379, 9570, 9980, 9464, 13460, 9617, 9362, 7404, 10884, 9310, 9139, 7317, 9928, 9295, 8746, 6887, 9598, 9231, 8432, 6737, 10076, 8941, 8803, 7641, 9712, 9260, 9245, 9386, 11056, 9440, 8462, 7871, 6858, 10250, 8715, 8800, 7030, 9215, 8751, 7363, 7619, 9161, 9740, 9055, 9996, 10676, 10086, 9984, 13763, 11237, 9729, 7576, 10021, 9777, 8753, 7316, 10174, 9737, 7952, 14545, 10176, 9090, 9784, 11389, 10081, 9543, 10060, 10226, 10003, 7638, 9645, 9290, 8436, 10677, 12073, 9437, 9061, 8416, 10807, 9143, 8141, 6871, 10821, 10315, 9411, 7434, 9860, 10277, 9428, 9778, 13214, 10492, 10383, 9567, 7923, 10912, 10598, 9054, 7987, 10606, 10253, 9198, 7499, 8020, 9607, 9454, 7464, 8109, 9486, 9117, 7825, 10357, 9526, 9339, 7627, 10388, 9076, 8559, 8392, 9349, 9151, 6965, 8637, 9175, 8995, 7675, 10345, 9444, 8460, 8189, 11380, 8925, 8886, 7508, 10123, 9194, 10110, 12820, 12063, 9683, 8910, 8340, 9830, 9954, 7507, 8291, 9462, 8778, 7990, 11278, 9128, 8577, 6922, 8931, 9430, 8901, 7743, 8921, 9762, 8527, 8113, 12257, 9120, 9110, 7463, 8399, 9405, 8309, 11844, 14681, 10294, 8633, 8146, 10584, 9408, 9225, 7711, 10355, 10161, 8029, 8168, 9301, 9249, 7664, 8844, 10162, 10146, 8600, 7481, 9943, 10124, 8978, 10254, 12102, 9042, 8278, 7640, 6901, 9550, 9301, 7891, 8189, 9312, 8577, 7101, 10019, 9046, 8363, 8155, 10290, 9892, 9109, 8627, 10928, 10166, 9014, 7937, 10590, 9686, 8835, 8179, 10006, 9689, 8586, 13681, 10017, 9082, 7920, 9135, 9216, 8119, 10445, 10076, 9341, 8167, 7690, 9980, 8848, 7956, 7261, 9514, 9184, 8321, 7537, 11181, 9294, 9150, 7646, 10440, 9760, 9108, 7718, 11400, 9133, 8602, 12265, 12276, 9263, 8631, 7047, 10338, 9668, 8623, 11640, 10609, 9318, 9227, 11688, 9912, 9765, 7853, 7626, 10068, 9329, 8088, 10597, 9973, 9459, 7432, 8201, 10193, 10188, 8981, 13146, 11361, 9649, 8152, 11966, 10206, 9639, 7859, 7937, 9748, 9185, 7653, 10371, 9478, 8199, 7594, 10006, 8992, 8406, 7438, 8780, 9587, 8814, 7926, 8312, 9803, 8960, 7531, 10826, 10167, 9268, 6820, 10209, 10116, 9550, 13424, 10440, 9950, 9270, 7566, 10050, 9355, 8427, 6958, 10232, 8811, 8290, 7817, 9599, 8512, 8200, 7412, 7611, 8705, 8756, 8201, 8940, 9828, 9834, 8542, 10124, 11162, 9786, 9076, 8389, 13180, 10301, 9550, 9827, 12658, 10143, 9988, 9333, 6843, 10024, 10251, 8387, 7008, 9908, 10021, 8336, 7422, 9721, 9769, 8758, 8898, 10078, 9819, 8755, 7862, 10168, 9362, 8302, 7994, 9873, 9126, 8579, 8037, 9138, 9291, 8567, 9352, 12384, 9658, 9222, 7589, 8236, 10029, 9054, 8207, 13546, 9365, 9049, 7695, 9008, 9909, 9762, 8545, 10746, 9853, 9444, 8263, 10046, 10057, 9806, 8016, 7791, 10152, 10038, 7823], 'WindowCenter': [4462.0, 4401.0, 4421.0, 4385.0, 4373.0, 4400.0, 4397.0, 4366.0, 4354.0, 4342.0, 4362.0, 4363.0, 4361.0, 4436.0, 4402.0, 4384.0, 4362.0, 4370.0, 4336.0, 4336.0, 4390.0, 4347.0, 4346.0, 4306.0, 4360.0, 4351.0, 4340.0, 4400.0, 4398.0, 4367.0, 4347.0, 4378.0, 4345.0, 4332.0, 4313.0, 4323.0, 4344.0, 4334.0, 4304.0, 4368.0, 4349.0, 4347.0, 4316.0, 4367.0, 4355.0, 4365.0, 4396.0, 4385.0, 4351.0, 4317.0, 4383.0, 4329.0, 4329.0, 4310.0, 4342.0, 4330.0, 4331.0, 4339.0, 4330.0, 4340.0, 4309.0, 4340.0, 4330.0, 4331.0, 4292.0, 4353.0, 4342.0, 4331.0, 4303.0, 4334.0, 4334.0, 4313.0, 4306.0, 4345.0, 4322.0, 4311.0, 4294.0, 4345.0, 4345.0, 4304.0, 4343.0, 4334.0, 4304.0, 4356.0, 4335.0, 4338.0, 4309.0, 4371.0, 4347.0, 4345.0, 4367.0, 4355.0, 4343.0, 4334.0, 4301.0, 4364.0, 4341.0, 4343.0, 4376.0, 4387.0, 4344.0, 4322.0, 4365.0, 4343.0, 4344.0, 4312.0, 4353.0, 4332.0, 4353.0, 4300.0, 4353.0, 4332.0, 4322.0, 4333.0, 4344.0, 4345.0, 4364.0, 4395.0, 4354.0, 4345.0, 4341.0, 4290.0, 4341.0, 4343.0, 4333.0, 4303.0, 4345.0, 4346.0, 4358.0, 4390.0, 4365.0, 4344.0, 4319.0, 4374.0, 4371.0, 4342.0, 4342.0, 4321.0, 4361.0, 4343.0, 4353.0, 4305.0, 4362.0, 4355.0, 4331.0, 4361.0, 4383.0, 4344.0, 4330.0, 4301.0, 4348.0, 4329.0, 4330.0, 4330.0, 4373.0, 4345.0, 4323.0, 4321.0, 4340.0, 4328.0, 4328.0, 4299.0, 4343.0, 4344.0, 4342.0, 4303.0, 4362.0, 4343.0, 4323.0, 4331.0, 4330.0, 4320.0, 4331.0, 4362.0, 4330.0, 4330.0, 4288.0, 4332.0, 4332.0, 4322.0, 4300.0, 4354.0, 4332.0, 4343.0, 4303.0, 4342.0, 4333.0, 4322.0, 4377.0, 4342.0, 4333.0, 4310.0, 4363.0, 4330.0, 4331.0, 4307.0, 4342.0, 4344.0, 4336.0, 4292.0, 4341.0, 4342.0, 4310.0, 4337.0, 4340.0, 4341.0, 4309.0, 4322.0, 4331.0, 4345.0, 4343.0, 4368.0, 4344.0, 4342.0, 4319.0, 4290.0, 4331.0, 4334.0, 4336.0, 4358.0, 4359.0, 4347.0, 4336.0, 4313.0, 4344.0, 4343.0, 4331.0, 4385.0, 4352.0, 4356.0, 4324.0, 4334.0, 4352.0, 4352.0, 4313.0, 4320.0, 4341.0, 4343.0, 4301.0, 4342.0, 4343.0, 4324.0, 4386.0, 4396.0, 4372.0, 4372.0, 4383.0, 4339.0, 4318.0, 4349.0, 4327.0, 4318.0, 4328.0, 4330.0, 4329.0, 4321.0, 4322.0, 4292.0, 4349.0, 4356.0, 4351.0, 4331.0, 4350.0, 4342.0, 4340.0, 4307.0, 4372.0, 4339.0, 4339.0, 4339.0, 4340.0, 4335.0, 4338.0, 4335.0, 4288.0, 4328.0, 4339.0, 4328.0, 4289.0, 4350.0, 4352.0, 4329.0, 4330.0, 4341.0, 4340.0, 4319.0, 4339.0, 4342.0, 4352.0, 4310.0, 4311.0, 4342.0, 4341.0, 4299.0, 4353.0, 4352.0, 4337.0, 4317.0, 4356.0, 4348.0, 4346.0, 4294.0, 4353.0, 4342.0, 4333.0, 4333.0, 4365.0, 4344.0, 4337.0, 4367.0, 4345.0, 4343.0, 4314.0, 4372.0, 4342.0, 4331.0, 4321.0, 4363.0, 4362.0, 4365.0, 4383.0, 4376.0, 4350.0, 4340.0, 4381.0, 4350.0, 4338.0, 4359.0, 4327.0, 4334.0, 4336.0, 4274.0, 4337.0, 4326.0, 4277.0, 4348.0, 4339.0, 4316.0, 4288.0, 4334.0, 4338.0, 4328.0, 4317.0, 4335.0, 4340.0, 4348.0, 4340.0, 4350.0, 4339.0, 4326.0, 4359.0, 4336.0, 4335.0, 4315.0, 4358.0, 4327.0, 4327.0, 4357.0, 4326.0, 4339.0, 4297.0, 4338.0, 4335.0, 4338.0, 4288.0, 4337.0, 4340.0, 4318.0, 4298.0, 4350.0, 4330.0, 4310.0, 4319.0, 4339.0, 4328.0, 4338.0, 4362.0, 4339.0, 4319.0, 4329.0, 4339.0, 4352.0, 4302.0, 4349.0, 4342.0, 4319.0, 4330.0, 4341.0, 4330.0, 4291.0, 4364.0, 4346.0, 4344.0, 4335.0, 4343.0, 4343.0, 4341.0, 4352.0, 4343.0, 4356.0, 4321.0, 4332.0, 4341.0, 4333.0, 4302.0, 4360.0, 4354.0, 4334.0, 4364.0, 4353.0, 4344.0, 4323.0, 4383.0, 4328.0, 4340.0, 4337.0, 4371.0, 4332.0, 4330.0, 4345.0, 4342.0, 4353.0, 4311.0, 4340.0, 4341.0, 4333.0, 4297.0, 4351.0, 4342.0, 4321.0, 4301.0, 4349.0, 4341.0, 4332.0, 4352.0, 4362.0, 4331.0, 4318.0, 4381.0, 4341.0, 4335.0, 4322.0, 4340.0, 4342.0, 4302.0, 4351.0, 4342.0, 4351.0, 4303.0, 4340.0, 4350.0, 4319.0, 4321.0, 4340.0, 4340.0, 4309.0, 4329.0, 4340.0, 4331.0, 4301.0, 4354.0, 4344.0, 4335.0, 4385.0, 4362.0, 4333.0, 4307.0, 4382.0, 4344.0, 4329.0, 4302.0, 4340.0, 4339.0, 4311.0, 4311.0, 4330.0, 4332.0, 4301.0, 4323.0, 4344.0, 4334.0, 4301.0, 4344.0, 4342.0, 4332.0, 4342.0, 4374.0, 4343.0, 4356.0, 4315.0, 4355.0, 4331.0, 4321.0, 4300.0, 4351.0, 4333.0, 4343.0, 4377.0, 4363.0, 4343.0, 4351.0, 4314.0, 4341.0, 4340.0, 4341.0, 4383.0, 4340.0, 4342.0, 4310.0, 4363.0, 4330.0, 4329.0, 4297.0, 4340.0, 4328.0, 4322.0, 4302.0, 4340.0, 4333.0, 4321.0, 4289.0, 4353.0, 4331.0, 4332.0, 4314.0, 4342.0, 4341.0, 4334.0, 4340.0, 4364.0, 4341.0, 4321.0, 4310.0, 4289.0, 4339.0, 4332.0, 4345.0, 4315.0, 4345.0, 4346.0, 4328.0, 4338.0, 4356.0, 4356.0, 4347.0, 4353.0, 4353.0, 4355.0, 4357.0, 4398.0, 4362.0, 4344.0, 4313.0, 4339.0, 4340.0, 4320.0, 4300.0, 4349.0, 4340.0, 4321.0, 4394.0, 4350.0, 4333.0, 4341.0, 4351.0, 4350.0, 4341.0, 4341.0, 4338.0, 4339.0, 4310.0, 4341.0, 4340.0, 4332.0, 4366.0, 4373.0, 4330.0, 4329.0, 4307.0, 4349.0, 4327.0, 4308.0, 4293.0, 4363.0, 4353.0, 4343.0, 4299.0, 4353.0, 4339.0, 4328.0, 4340.0, 4370.0, 4351.0, 4350.0, 4329.0, 4308.0, 4351.0, 4347.0, 4331.0, 4310.0, 4351.0, 4350.0, 4331.0, 4312.0, 4322.0, 4353.0, 4355.0, 4310.0, 4324.0, 4341.0, 4332.0, 4312.0, 4356.0, 4343.0, 4341.0, 4313.0, 4350.0, 4331.0, 4333.0, 4335.0, 4341.0, 4343.0, 4302.0, 4335.0, 4341.0, 4330.0, 4311.0, 4354.0, 4341.0, 4332.0, 4334.0, 4375.0, 4346.0, 4346.0, 4313.0, 4352.0, 4331.0, 4350.0, 4374.0, 4361.0, 4343.0, 4346.0, 4323.0, 4340.0, 4343.0, 4300.0, 4320.0, 4340.0, 4330.0, 4321.0, 4363.0, 4343.0, 4337.0, 4301.0, 4330.0, 4328.0, 4328.0, 4310.0, 4331.0, 4351.0, 4330.0, 4322.0, 4387.0, 4355.0, 4343.0, 4301.0, 4321.0, 4329.0, 4322.0, 4373.0, 4393.0, 4350.0, 4331.0, 4309.0, 4351.0, 4328.0, 4329.0, 4298.0, 4336.0, 4339.0, 4309.0, 4310.0, 4327.0, 4330.0, 4311.0, 4335.0, 4351.0, 4350.0, 4319.0, 4297.0, 4340.0, 4349.0, 4332.0, 4354.0, 4373.0, 4343.0, 4333.0, 4310.0, 4288.0, 4338.0, 4329.0, 4309.0, 4322.0, 4342.0, 4333.0, 4317.0, 4367.0, 4348.0, 4335.0, 4325.0, 4353.0, 4343.0, 4329.0, 4320.0, 4350.0, 4344.0, 4332.0, 4325.0, 4362.0, 4353.0, 4345.0, 4321.0, 4351.0, 4340.0, 4333.0, 4395.0, 4340.0, 4331.0, 4322.0, 4344.0, 4344.0, 4325.0, 4366.0, 4355.0, 4345.0, 4333.0, 4311.0, 4353.0, 4333.0, 4326.0, 4315.0, 4356.0, 4356.0, 4350.0, 4325.0, 4379.0, 4358.0, 4357.0, 4311.0, 4352.0, 4351.0, 4331.0, 4312.0, 4373.0, 4345.0, 4331.0, 4375.0, 4372.0, 4343.0, 4330.0, 4287.0, 4338.0, 4339.0, 4322.0, 4363.0, 4350.0, 4344.0, 4344.0, 4371.0, 4350.0, 4341.0, 4308.0, 4297.0, 4340.0, 4340.0, 4323.0, 4365.0, 4353.0, 4356.0, 4313.0, 4322.0, 4348.0, 4348.0, 4329.0, 4383.0, 4360.0, 4340.0, 4324.0, 4372.0, 4354.0, 4342.0, 4320.0, 4309.0, 4329.0, 4329.0, 4309.0, 4351.0, 4343.0, 4336.0, 4325.0, 4357.0, 4329.0, 4322.0, 4300.0, 4319.0, 4327.0, 4331.0, 4308.0, 4320.0, 4340.0, 4332.0, 4310.0, 4361.0, 4353.0, 4342.0, 4292.0, 4353.0, 4349.0, 4341.0, 4386.0, 4353.0, 4354.0, 4344.0, 4311.0, 4354.0, 4343.0, 4331.0, 4304.0, 4353.0, 4343.0, 4335.0, 4325.0, 4356.0, 4348.0, 4334.0, 4311.0, 4312.0, 4319.0, 4332.0, 4332.0, 4345.0, 4354.0, 4352.0, 4330.0, 4353.0, 4362.0, 4356.0, 4343.0, 4323.0, 4384.0, 4351.0, 4342.0, 4339.0, 4373.0, 4349.0, 4351.0, 4342.0, 4290.0, 4343.0, 4353.0, 4323.0, 4299.0, 4339.0, 4355.0, 4335.0, 4314.0, 4342.0, 4355.0, 4333.0, 4334.0, 4353.0, 4341.0, 4318.0, 4310.0, 4354.0, 4344.0, 4333.0, 4326.0, 4355.0, 4346.0, 4332.0, 4320.0, 4339.0, 4343.0, 4330.0, 4344.0, 4385.0, 4353.0, 4356.0, 4323.0, 4333.0, 4352.0, 4329.0, 4324.0, 4384.0, 4342.0, 4340.0, 4322.0, 4345.0, 4351.0, 4352.0, 4329.0, 4362.0, 4352.0, 4343.0, 4318.0, 4343.0, 4339.0, 4340.0, 4318.0, 4312.0, 4349.0, 4352.0, 4309.0], 'WindowWidth': [9865.0, 9755.0, 9760.0, 9701.0, 9675.0, 9703.0, 9693.0, 9647.0, 9627.0, 9608.0, 9634.0, 9636.0, 9633.0, 9739.0, 9688.0, 9664.0, 9633.0, 9638.0, 9589.0, 9588.0, 9665.0, 9605.0, 9603.0, 9549.0, 9628.0, 9617.0, 9602.0, 9682.0, 9675.0, 9631.0, 9606.0, 9646.0, 9597.0, 9578.0, 9554.0, 9568.0, 9597.0, 9583.0, 9544.0, 9633.0, 9611.0, 9606.0, 9563.0, 9635.0, 9612.0, 9624.0, 9667.0, 9652.0, 9602.0, 9552.0, 9643.0, 9567.0, 9567.0, 9542.0, 9586.0, 9569.0, 9571.0, 9582.0, 9570.0, 9584.0, 9541.0, 9582.0, 9571.0, 9576.0, 9525.0, 9605.0, 9592.0, 9576.0, 9541.0, 9582.0, 9581.0, 9554.0, 9549.0, 9599.0, 9564.0, 9547.0, 9529.0, 9605.0, 9603.0, 9546.0, 9596.0, 9584.0, 9547.0, 9617.0, 9590.0, 9597.0, 9560.0, 9646.0, 9606.0, 9603.0, 9632.0, 9614.0, 9594.0, 9582.0, 9538.0, 9627.0, 9592.0, 9596.0, 9642.0, 9658.0, 9596.0, 9563.0, 9624.0, 9596.0, 9597.0, 9551.0, 9606.0, 9577.0, 9607.0, 9535.0, 9605.0, 9579.0, 9566.0, 9582.0, 9600.0, 9597.0, 9623.0, 9670.0, 9613.0, 9600.0, 9591.0, 9520.0, 9589.0, 9597.0, 9583.0, 9545.0, 9602.0, 9605.0, 9625.0, 9666.0, 9629.0, 9595.0, 9557.0, 9634.0, 9633.0, 9592.0, 9592.0, 9563.0, 9615.0, 9593.0, 9608.0, 9546.0, 9618.0, 9617.0, 9578.0, 9619.0, 9653.0, 9596.0, 9576.0, 9535.0, 9595.0, 9573.0, 9575.0, 9575.0, 9636.0, 9600.0, 9571.0, 9564.0, 9587.0, 9568.0, 9567.0, 9532.0, 9593.0, 9598.0, 9592.0, 9541.0, 9620.0, 9596.0, 9568.0, 9577.0, 9574.0, 9559.0, 9576.0, 9620.0, 9574.0, 9573.0, 9516.0, 9577.0, 9578.0, 9567.0, 9538.0, 9612.0, 9579.0, 9595.0, 9544.0, 9595.0, 9581.0, 9567.0, 9646.0, 9596.0, 9580.0, 9547.0, 9618.0, 9573.0, 9577.0, 9553.0, 9593.0, 9600.0, 9594.0, 9523.0, 9589.0, 9592.0, 9548.0, 9581.0, 9586.0, 9587.0, 9546.0, 9565.0, 9577.0, 9598.0, 9598.0, 9633.0, 9599.0, 9595.0, 9558.0, 9521.0, 9577.0, 9583.0, 9588.0, 9626.0, 9627.0, 9607.0, 9591.0, 9556.0, 9596.0, 9596.0, 9579.0, 9653.0, 9609.0, 9615.0, 9573.0, 9586.0, 9607.0, 9606.0, 9555.0, 9563.0, 9590.0, 9594.0, 9540.0, 9596.0, 9596.0, 9571.0, 9654.0, 9672.0, 9632.0, 9633.0, 9649.0, 9585.0, 9554.0, 9593.0, 9563.0, 9552.0, 9567.0, 9570.0, 9569.0, 9564.0, 9567.0, 9525.0, 9601.0, 9618.0, 9606.0, 9575.0, 9599.0, 9588.0, 9584.0, 9540.0, 9630.0, 9584.0, 9585.0, 9585.0, 9586.0, 9575.0, 9578.0, 9572.0, 9512.0, 9566.0, 9582.0, 9566.0, 9519.0, 9600.0, 9607.0, 9573.0, 9573.0, 9587.0, 9587.0, 9559.0, 9585.0, 9590.0, 9606.0, 9549.0, 9550.0, 9591.0, 9591.0, 9536.0, 9609.0, 9610.0, 9593.0, 9568.0, 9620.0, 9609.0, 9606.0, 9532.0, 9608.0, 9594.0, 9584.0, 9585.0, 9628.0, 9598.0, 9592.0, 9634.0, 9601.0, 9594.0, 9557.0, 9634.0, 9592.0, 9577.0, 9566.0, 9623.0, 9619.0, 9628.0, 9650.0, 9639.0, 9602.0, 9586.0, 9641.0, 9599.0, 9580.0, 9610.0, 9563.0, 9569.0, 9573.0, 9491.0, 9576.0, 9563.0, 9501.0, 9594.0, 9581.0, 9547.0, 9512.0, 9570.0, 9578.0, 9565.0, 9550.0, 9574.0, 9584.0, 9596.0, 9587.0, 9599.0, 9582.0, 9564.0, 9610.0, 9574.0, 9570.0, 9543.0, 9603.0, 9561.0, 9562.0, 9605.0, 9562.0, 9582.0, 9525.0, 9578.0, 9574.0, 9580.0, 9515.0, 9579.0, 9586.0, 9555.0, 9530.0, 9599.0, 9573.0, 9545.0, 9557.0, 9584.0, 9569.0, 9581.0, 9618.0, 9585.0, 9557.0, 9567.0, 9581.0, 9608.0, 9543.0, 9597.0, 9589.0, 9558.0, 9572.0, 9589.0, 9575.0, 9524.0, 9625.0, 9604.0, 9601.0, 9588.0, 9596.0, 9594.0, 9590.0, 9605.0, 9592.0, 9615.0, 9565.0, 9579.0, 9591.0, 9580.0, 9540.0, 9614.0, 9612.0, 9587.0, 9625.0, 9612.0, 9599.0, 9570.0, 9648.0, 9568.0, 9582.0, 9579.0, 9628.0, 9574.0, 9575.0, 9600.0, 9591.0, 9608.0, 9552.0, 9587.0, 9588.0, 9579.0, 9528.0, 9601.0, 9590.0, 9566.0, 9538.0, 9602.0, 9591.0, 9580.0, 9607.0, 9621.0, 9572.0, 9553.0, 9642.0, 9590.0, 9590.0, 9565.0, 9587.0, 9591.0, 9537.0, 9604.0, 9591.0, 9606.0, 9545.0, 9589.0, 9603.0, 9560.0, 9563.0, 9587.0, 9586.0, 9545.0, 9571.0, 9588.0, 9579.0, 9539.0, 9611.0, 9600.0, 9587.0, 9655.0, 9620.0, 9579.0, 9541.0, 9650.0, 9599.0, 9573.0, 9538.0, 9587.0, 9586.0, 9550.0, 9553.0, 9578.0, 9581.0, 9542.0, 9570.0, 9600.0, 9585.0, 9541.0, 9600.0, 9594.0, 9580.0, 9593.0, 9640.0, 9599.0, 9619.0, 9564.0, 9612.0, 9576.0, 9564.0, 9539.0, 9607.0, 9583.0, 9597.0, 9646.0, 9627.0, 9599.0, 9606.0, 9561.0, 9592.0, 9588.0, 9591.0, 9650.0, 9588.0, 9593.0, 9550.0, 9622.0, 9573.0, 9570.0, 9527.0, 9587.0, 9570.0, 9565.0, 9541.0, 9589.0, 9580.0, 9565.0, 9518.0, 9610.0, 9579.0, 9581.0, 9557.0, 9595.0, 9590.0, 9581.0, 9588.0, 9621.0, 9587.0, 9561.0, 9547.0, 9516.0, 9584.0, 9578.0, 9599.0, 9562.0, 9602.0, 9606.0, 9587.0, 9601.0, 9622.0, 9620.0, 9604.0, 9611.0, 9611.0, 9613.0, 9619.0, 9679.0, 9623.0, 9598.0, 9553.0, 9585.0, 9583.0, 9558.0, 9533.0, 9599.0, 9587.0, 9563.0, 9666.0, 9604.0, 9582.0, 9589.0, 9599.0, 9598.0, 9589.0, 9586.0, 9582.0, 9585.0, 9549.0, 9592.0, 9589.0, 9582.0, 9629.0, 9635.0, 9573.0, 9571.0, 9539.0, 9597.0, 9565.0, 9541.0, 9528.0, 9621.0, 9609.0, 9597.0, 9532.0, 9609.0, 9584.0, 9568.0, 9584.0, 9627.0, 9600.0, 9599.0, 9569.0, 9541.0, 9600.0, 9594.0, 9573.0, 9545.0, 9601.0, 9600.0, 9578.0, 9556.0, 9569.0, 9612.0, 9616.0, 9550.0, 9573.0, 9591.0, 9580.0, 9554.0, 9616.0, 9595.0, 9592.0, 9556.0, 9602.0, 9580.0, 9585.0, 9587.0, 9593.0, 9597.0, 9543.0, 9589.0, 9594.0, 9577.0, 9551.0, 9610.0, 9593.0, 9581.0, 9585.0, 9643.0, 9604.0, 9606.0, 9560.0, 9607.0, 9576.0, 9600.0, 9637.0, 9616.0, 9595.0, 9601.0, 9569.0, 9589.0, 9593.0, 9533.0, 9560.0, 9588.0, 9576.0, 9565.0, 9623.0, 9597.0, 9592.0, 9542.0, 9575.0, 9568.0, 9570.0, 9548.0, 9577.0, 9604.0, 9576.0, 9568.0, 9663.0, 9618.0, 9598.0, 9538.0, 9563.0, 9572.0, 9565.0, 9634.0, 9664.0, 9603.0, 9579.0, 9547.0, 9601.0, 9565.0, 9566.0, 9525.0, 9576.0, 9584.0, 9542.0, 9545.0, 9564.0, 9573.0, 9547.0, 9585.0, 9602.0, 9603.0, 9557.0, 9526.0, 9586.0, 9598.0, 9577.0, 9609.0, 9635.0, 9598.0, 9583.0, 9551.0, 9518.0, 9581.0, 9572.0, 9546.0, 9566.0, 9594.0, 9584.0, 9567.0, 9636.0, 9613.0, 9592.0, 9577.0, 9611.0, 9594.0, 9571.0, 9561.0, 9603.0, 9594.0, 9579.0, 9574.0, 9622.0, 9611.0, 9603.0, 9567.0, 9605.0, 9590.0, 9583.0, 9667.0, 9588.0, 9577.0, 9566.0, 9598.0, 9596.0, 9575.0, 9632.0, 9619.0, 9603.0, 9584.0, 9553.0, 9608.0, 9583.0, 9578.0, 9564.0, 9619.0, 9622.0, 9619.0, 9580.0, 9655.0, 9628.0, 9622.0, 9553.0, 9608.0, 9606.0, 9579.0, 9554.0, 9638.0, 9601.0, 9581.0, 9641.0, 9634.0, 9595.0, 9576.0, 9514.0, 9581.0, 9585.0, 9565.0, 9621.0, 9603.0, 9598.0, 9600.0, 9635.0, 9603.0, 9587.0, 9541.0, 9528.0, 9586.0, 9590.0, 9570.0, 9627.0, 9611.0, 9619.0, 9559.0, 9567.0, 9597.0, 9598.0, 9574.0, 9650.0, 9615.0, 9589.0, 9570.0, 9634.0, 9610.0, 9589.0, 9563.0, 9542.0, 9569.0, 9571.0, 9546.0, 9602.0, 9595.0, 9590.0, 9577.0, 9621.0, 9575.0, 9566.0, 9532.0, 9556.0, 9566.0, 9574.0, 9543.0, 9560.0, 9585.0, 9577.0, 9547.0, 9616.0, 9609.0, 9593.0, 9526.0, 9605.0, 9600.0, 9590.0, 9657.0, 9610.0, 9612.0, 9600.0, 9554.0, 9611.0, 9595.0, 9581.0, 9544.0, 9610.0, 9599.0, 9588.0, 9576.0, 9621.0, 9612.0, 9586.0, 9553.0, 9553.0, 9557.0, 9581.0, 9584.0, 9604.0, 9613.0, 9607.0, 9577.0, 9611.0, 9623.0, 9615.0, 9596.0, 9570.0, 9650.0, 9603.0, 9591.0, 9588.0, 9634.0, 9599.0, 9606.0, 9592.0, 9523.0, 9594.0, 9606.0, 9567.0, 9535.0, 9587.0, 9613.0, 9587.0, 9563.0, 9595.0, 9613.0, 9586.0, 9587.0, 9607.0, 9589.0, 9556.0, 9550.0, 9611.0, 9596.0, 9584.0, 9577.0, 9617.0, 9605.0, 9583.0, 9562.0, 9588.0, 9596.0, 9578.0, 9599.0, 9656.0, 9614.0, 9619.0, 9571.0, 9584.0, 9606.0, 9574.0, 9571.0, 9652.0, 9591.0, 9590.0, 9570.0, 9602.0, 9608.0, 9608.0, 9574.0, 9621.0, 9610.0, 9595.0, 9558.0, 9592.0, 9586.0, 9587.0, 9559.0, 9551.0, 9599.0, 9607.0, 9548.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.0005784961580680571</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022061948847420416</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.194714108230805</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1411360547032965</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.004425499318683</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5377</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2634.5056</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10599365254152826</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.586169045005488</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4849903708680365</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.396319488321837</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7340625711785047</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3245890531037685</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00797644</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0077591813169419765</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.07099658995866776</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>4.2550635085678525</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>20.5025</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>73.5963</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>260.6904</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>286515.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1194.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>453.5522</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8841</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.6041</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3491.8539</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3590.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>90029.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1634.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4583.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>843.696</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.60813787672669</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> |