=== 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-0062 --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-0062",
"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-0062_ses-02_task-faces_acq-mb8_run-01_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-0062_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0062_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-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0062_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-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0062_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-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0062_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-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0062_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-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0062_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-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0062_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-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_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-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-faces_acq-mb8_run-01_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-0062/ses-02/func/sub-0062_ses-02_task-faces_acq-mb8_run-01_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>abca4fd425f226575f5378cc68778acd</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>11:36:53.012500</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.999683, -0.0220464, 0.0121714, 0.0225114, 0.998966, -0.0394924]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.10782</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-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4143, -7719, -7296, 480, -76, -132, -33, 72]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>273.474</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>82a7f867-7018-46d9-a3d8-852f4f97eccc||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.6820759773254395, 0.060396526008844376, 0.030478093773126602, 105.29087829589844], [0.059148889034986496, 2.6801533699035645, -0.10733535140752792, -92.33726501464844], [0.032655056565999985, 0.10595512390136719, 2.6976935863494873, -64.97203063964844], [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': ['113653.012500', '113653.472500', '113653.932500', '113654.392500', '113654.852500', '113655.312500', '113655.772500', '113656.232500', '113656.692500', '113657.152500', '113657.612500', '113658.072500', '113658.532500', '113658.992500', '113659.452500', '113659.912500', '113700.372500', '113700.832500', '113701.292500', '113701.752500', '113702.212500', '113702.672500', '113703.132500', '113703.592500', '113704.052500', '113704.512500', '113704.972500', '113705.432500', '113705.892500', '113706.352500', '113706.812500', '113707.272500', '113707.732500', '113708.192500', '113708.652500', '113709.112500', '113709.572500', '113710.032500', '113710.492500', '113710.952500', '113711.412500', '113711.872500', '113712.332500', '113712.792500', '113713.252500', '113713.712500', '113714.172500', '113714.632500', '113715.092500', '113715.552500', '113716.012500', '113716.472500', '113716.932500', '113717.392500', '113717.852500', '113718.312500', '113718.772500', '113719.232500', '113719.692500', '113720.152500', '113720.612500', '113721.072500', '113721.532500', '113721.992500', '113722.452500', '113722.912500', '113723.372500', '113723.832500', '113724.292500', '113724.752500', '113725.212500', '113725.672500', '113726.132500', '113726.592500', '113727.052500', '113727.512500', '113727.972500', '113728.432500', '113728.892500', '113729.352500', '113729.812500', '113730.272500', '113730.732500', '113731.192500', '113731.652500', '113732.112500', '113732.572500', '113733.032500', '113733.492500', '113733.952500', '113734.412500', '113734.872500', '113735.332500', '113735.792500', '113736.252500', '113736.712500', '113737.172500', '113737.632500', '113738.092500', '113738.552500', '113739.012500', '113739.472500', '113739.932500', '113740.392500', '113740.852500', '113741.312500', '113741.772500', '113742.232500', '113742.692500', '113743.152500', '113743.612500', '113744.072500', '113744.532500', '113744.992500', '113745.452500', '113745.912500', '113746.372500', '113746.832500', '113747.292500', '113747.752500', '113748.212500', '113748.672500', '113749.132500', '113749.592500', '113750.052500', '113750.512500', '113750.972500', '113751.432500', '113751.892500', '113752.352500', '113752.812500', '113753.272500', '113753.732500', '113754.192500', '113754.652500', '113755.112500', '113755.572500', '113756.032500', '113756.492500', '113756.952500', '113757.412500', '113757.872500', '113758.332500', '113758.792500', '113759.252500', '113759.712500', '113800.172500', '113800.632500', '113801.092500', '113801.552500', '113802.012500', '113802.472500', '113802.932500', '113803.392500', '113803.852500', '113804.312500', '113804.772500', '113805.232500', '113805.692500', '113806.152500', '113806.612500', '113807.072500', '113807.532500', '113807.992500', '113808.452500', '113808.912500', '113809.372500', '113809.832500', '113810.292500', '113810.752500', '113811.212500', '113811.672500', '113812.132500', '113812.592500', '113813.052500', '113813.512500', '113813.972500', '113814.432500', '113814.892500', '113815.352500', '113815.812500', '113816.272500', '113816.732500', '113817.192500', '113817.652500', '113818.112500', '113818.572500', '113819.032500', '113819.492500', '113819.952500', '113820.412500', '113820.872500', '113821.332500', '113821.792500', '113822.252500', '113822.712500', '113823.172500', '113823.632500', '113824.092500', '113824.552500', '113825.012500', '113825.472500', '113825.932500', '113826.392500', '113826.852500', '113827.312500', '113827.772500', '113828.232500', '113828.692500', '113829.152500', '113829.612500', '113830.072500', '113830.532500', '113830.992500', '113831.452500', '113831.912500', '113832.372500', '113832.832500', '113833.292500', '113833.752500', '113834.212500', '113834.672500', '113835.132500', '113835.592500', '113836.052500', '113836.512500', '113836.972500', '113837.432500', '113837.892500', '113838.352500', '113838.812500', '113839.272500', '113839.732500', '113840.192500', '113840.652500', '113841.112500', '113841.572500', '113842.032500', '113842.492500', '113842.952500', '113843.412500', '113843.872500', '113844.332500', '113844.792500', '113845.252500', '113845.712500', '113846.172500', '113846.632500', '113847.092500', '113847.552500', '113848.012500', '113848.472500', '113848.932500', '113849.392500', '113849.852500', '113850.312500', '113850.772500', '113851.232500', '113851.692500', '113852.152500', '113852.612500', '113853.072500', '113853.532500', '113853.992500', '113854.452500', '113854.912500', '113855.372500', '113855.832500', '113856.292500', '113856.752500', '113857.212500', '113857.672500', '113858.132500', '113858.592500', '113859.052500', '113859.512500', '113859.972500', '113900.432500', '113900.892500', '113901.352500', '113901.812500', '113902.272500', '113902.732500', '113903.192500', '113903.652500', '113904.112500', '113904.572500', '113905.032500', '113905.492500', '113905.952500', '113906.412500', '113906.872500', '113907.332500', '113907.792500', '113908.252500', '113908.712500', '113909.172500', '113909.632500', '113910.092500', '113910.552500', '113911.012500', '113911.472500', '113911.932500', '113912.392500', '113912.852500', '113913.312500', '113913.772500', '113914.232500', '113914.692500', '113915.152500', '113915.612500', '113916.072500', '113916.532500', '113916.992500', '113917.452500', '113917.912500', '113918.372500', '113918.832500', '113919.292500', '113919.752500', '113920.212500', '113920.672500', '113921.132500', '113921.592500', '113922.052500', '113922.512500', '113922.972500', '113923.432500', '113923.892500', '113924.352500', '113924.812500', '113925.272500', '113925.732500', '113926.192500', '113926.652500', '113927.112500', '113927.572500', '113928.032500', '113928.492500', '113928.952500', '113929.412500', '113929.872500', '113930.332500', '113930.792500', '113931.252500', '113931.712500', '113932.172500', '113932.632500', '113933.092500', '113933.552500', '113934.012500', '113934.472500', '113934.932500', '113935.392500', '113935.852500', '113936.312500', '113936.772500', '113937.232500', '113937.692500', '113938.152500', '113938.612500', '113939.072500', '113939.532500', '113939.992500', '113940.452500', '113940.912500', '113941.372500', '113941.832500', '113942.292500', '113942.752500', '113943.212500', '113943.672500', '113944.132500', '113944.592500', '113945.052500', '113945.512500', '113945.972500', '113946.432500', '113946.892500', '113947.352500', '113947.812500', '113948.272500', '113948.732500', '113949.192500', '113949.652500', '113950.112500', '113950.572500', '113951.032500', '113951.492500', '113951.952500', '113952.412500', '113952.872500', '113953.332500', '113953.792500', '113954.252500', '113954.712500', '113955.172500', '113955.632500', '113956.092500', '113956.552500', '113957.012500', '113957.472500', '113957.932500', '113958.392500', '113958.852500', '113959.312500', '113959.772500', '114000.232500', '114000.692500', '114001.152500', '114001.612500', '114002.072500', '114002.532500', '114002.992500', '114003.452500', '114003.912500', '114004.372500', '114004.832500', '114005.292500', '114005.752500', '114006.212500', '114006.672500', '114007.132500', '114007.592500', '114008.052500', '114008.512500', '114008.972500', '114009.432500', '114009.892500', '114010.352500', '114010.812500', '114011.272500', '114011.732500', '114012.192500', '114012.652500', '114013.112500', '114013.572500', '114014.032500', '114014.492500', '114014.952500', '114015.412500', '114015.872500', '114016.332500', '114016.792500', '114017.252500', '114017.712500', '114018.172500', '114018.632500', '114019.092500', '114019.552500', '114020.012500', '114020.472500', '114020.932500', '114021.392500', '114021.852500', '114022.312500', '114022.772500', '114023.232500', '114023.692500', '114024.152500', '114024.612500', '114025.072500', '114025.532500', '114025.992500', '114026.452500', '114026.912500', '114027.372500', '114027.832500', '114028.292500', '114028.752500', '114029.212500', '114029.672500', '114030.132500', '114030.592500', '114031.052500', '114031.512500', '114031.972500', '114032.432500', '114032.892500', '114033.352500', '114033.812500', '114034.272500', '114034.732500', '114035.192500', '114035.652500', '114036.112500', '114036.572500', '114037.032500', '114037.492500', '114037.952500', '114038.412500', '114038.872500', '114039.332500', '114039.792500', '114040.252500', '114040.712500', '114041.172500', '114041.632500', '114042.092500', '114042.552500', '114043.012500', '114043.472500', '114043.932500', '114044.392500', '114044.852500', '114045.312500', '114045.772500', '114046.232500', '114046.692500', '114047.152500', '114047.612500', '114048.072500', '114048.532500', '114048.992500', '114049.452500', '114049.912500', '114050.372500', '114050.832500', '114051.292500', '114051.752500', '114052.212500', '114052.672500', '114053.132500', '114053.592500', '114054.052500', '114054.512500', '114054.972500', '114055.432500', '114055.892500', '114056.352500', '114056.812500', '114057.272500', '114057.732500', '114058.192500', '114058.652500', '114059.112500', '114059.572500', '114100.032500', '114100.492500', '114100.952500', '114101.412500', '114101.872500', '114102.332500', '114102.792500', '114103.252500', '114103.712500', '114104.172500', '114104.632500', '114105.092500', '114105.552500', '114106.012500', '114106.472500', '114106.932500', '114107.392500', '114107.852500', '114108.312500', '114108.772500', '114109.232500', '114109.692500', '114110.152500', '114110.612500', '114111.072500', '114111.532500', '114111.992500', '114112.452500', '114112.912500', '114113.372500', '114113.832500', '114114.292500', '114114.752500', '114115.212500', '114115.672500', '114116.132500', '114116.592500', '114117.052500', '114117.512500', '114117.972500', '114118.432500', '114118.892500', '114119.352500', '114119.812500', '114120.272500', '114120.732500', '114121.192500', '114121.652500', '114122.112500', '114122.572500', '114123.032500', '114123.492500', '114123.952500', '114124.412500', '114124.872500', '114125.332500', '114125.792500', '114126.252500', '114126.712500', '114127.172500', '114127.632500', '114128.092500', '114128.552500', '114129.012500', '114129.472500', '114129.932500', '114130.392500', '114130.852500', '114131.312500', '114131.772500', '114132.232500', '114132.692500', '114133.152500', '114133.612500', '114134.072500', '114134.532500', '114134.992500', '114135.452500', '114135.912500', '114136.372500', '114136.832500', '114137.292500', '114137.752500', '114138.212500', '114138.672500', '114139.132500', '114139.592500', '114140.052500', '114140.512500', '114140.972500', '114141.432500', '114141.892500', '114142.352500', '114142.812500', '114143.272500', '114143.732500', '114144.192500', '114144.652500', '114145.112500', '114145.572500', '114146.032500', '114146.492500', '114146.952500', '114147.412500', '114147.872500', '114148.332500', '114148.792500', '114149.252500', '114149.712500', '114150.172500', '114150.632500', '114151.092500', '114151.552500', '114152.012500', '114152.472500', '114152.932500', '114153.392500', '114153.852500', '114154.312500', '114154.772500', '114155.232500', '114155.692500', '114156.152500', '114156.612500', '114157.072500', '114157.532500', '114157.992500', '114158.452500', '114158.912500', '114159.372500', '114159.832500', '114200.292500', '114200.752500', '114201.212500', '114201.672500', '114202.132500', '114202.592500', '114203.052500', '114203.512500', '114203.972500', '114204.432500', '114204.892500', '114205.352500', '114205.812500', '114206.272500', '114206.732500', '114207.192500', '114207.652500', '114208.112500', '114208.572500', '114209.032500', '114209.492500', '114209.952500', '114210.412500', '114210.872500', '114211.332500', '114211.792500', '114212.252500', '114212.712500', '114213.172500', '114213.632500', '114214.092500', '114214.552500', '114215.012500', '114215.472500', '114215.932500', '114216.392500', '114216.852500', '114217.312500', '114217.772500', '114218.232500', '114218.692500', '114219.152500', '114219.612500', '114220.072500', '114220.532500', '114220.992500', '114221.452500', '114221.912500', '114222.372500', '114222.832500', '114223.292500', '114223.752500', '114224.212500', '114224.672500', '114225.132500', '114225.592500', '114226.052500', '114226.512500', '114226.972500', '114227.432500', '114227.892500', '114228.352500', '114228.812500', '114229.272500', '114229.732500', '114230.192500', '114230.652500', '114231.112500', '114231.572500', '114232.032500', '114232.492500', '114232.952500', '114233.412500', '114233.872500', '114234.332500', '114234.792500', '114235.252500', '114235.712500', '114236.172500', '114236.632500', '114237.092500', '114237.552500', '114238.012500', '114238.472500', '114238.932500', '114239.392500', '114239.852500', '114240.312500', '114240.772500', '114241.232500', '114241.692500', '114242.152500', '114242.612500', '114243.072500', '114243.532500', '114243.992500', '114244.452500', '114244.912500', '114245.372500', '114245.832500', '114246.292500', '114246.752500', '114247.212500', '114247.672500', '114248.132500', '114248.592500', '114249.052500', '114249.512500', '114249.972500', '114250.432500', '114250.892500', '114251.352500', '114251.812500', '114252.272500', '114252.732500', '114253.192500', '114253.652500', '114254.112500', '114254.572500', '114255.032500', '114255.492500', '114255.952500', '114256.412500', '114256.872500', '114257.332500', '114257.792500', '114258.252500', '114258.712500', '114259.172500', '114259.632500', '114300.092500', '114300.552500', '114301.012500', '114301.472500', '114301.932500', '114302.392500', '114302.852500', '114303.312500', '114303.772500', '114304.232500', '114304.692500', '114305.152500', '114305.612500', '114306.072500', '114306.532500', '114306.992500', '114307.452500', '114307.912500', '114308.372500', '114308.832500', '114309.292500', '114309.752500', '114310.212500', '114310.672500', '114311.132500', '114311.592500', '114312.052500', '114312.512500', '114312.972500', '114313.432500', '114313.892500', '114314.352500', '114314.812500', '114315.272500', '114315.732500', '114316.192500', '114316.652500', '114317.112500', '114317.572500', '114318.032500', '114318.492500', '114318.952500', '114319.412500', '114319.872500', '114320.332500', '114320.792500', '114321.252500', '114321.712500', '114322.172500', '114322.632500', '114323.092500', '114323.552500', '114324.012500', '114324.472500', '114324.932500', '114325.392500', '114325.852500', '114326.312500', '114326.772500', '114327.232500', '114327.692500', '114328.152500', '114328.612500', '114329.072500', '114329.532500', '114329.992500', '114330.452500', '114330.912500', '114331.372500', '114331.832500', '114332.292500', '114332.752500', '114333.212500', '114333.672500', '114334.132500', '114334.592500', '114335.052500', '114335.512500', '114335.972500', '114336.432500', '114336.892500', '114337.352500', '114337.812500', '114338.272500', '114338.732500', '114339.192500', '114339.652500', '114340.112500', '114340.572500', '114341.032500', '114341.492500', '114341.952500', '114342.412500', '114342.872500', '114343.332500', '114343.792500', '114344.252500', '114344.712500', '114345.172500', '114345.632500', '114346.092500', '114346.552500', '114347.012500', '114347.472500', '114347.932500', '114348.392500', '114348.852500', '114349.312500', '114349.772500', '114350.232500', '114350.692500', '114351.152500', '114351.612500', '114352.072500', '114352.532500', '114352.992500'], 'ContentTime': ['113703.762000', '113703.765000', '113703.768000', '113703.770000', '113703.773000', '113703.784000', '113703.787000', '113703.789000', '113703.792000', '113703.794000', '113703.797000', '113703.809000', '113703.818000', '113703.821000', '113703.824000', '113703.826000', '113703.829000', '113703.831000', '113703.834000', '113703.837000', '113723.714000', '113723.717000', '113723.720000', '113723.722000', '113723.725000', '113723.727000', '113723.730000', '113723.733000', '113723.735000', '113723.738000', '113723.740000', '113723.743000', '113723.746000', '113723.748000', '113723.751000', '113723.753000', '113723.756000', '113723.759000', '113723.766000', '113723.768000', '113723.771000', '113723.774000', '113723.777000', '113723.780000', '113723.783000', '113723.785000', '113723.788000', '113723.790000', '113723.793000', '113723.796000', '113723.798000', '113723.801000', '113723.803000', '113723.806000', '113723.809000', '113723.813000', '113723.822000', '113723.825000', '113723.828000', '113723.830000', '113723.833000', '113723.835000', '113723.838000', '113743.714000', '113743.717000', '113743.719000', '113743.722000', '113743.724000', '113743.727000', '113743.730000', '113743.732000', '113743.735000', '113743.737000', '113743.740000', '113743.743000', '113743.745000', '113743.748000', '113743.750000', '113743.753000', '113743.756000', '113743.758000', '113743.761000', '113743.763000', '113743.766000', '113743.769000', '113743.771000', '113743.774000', '113743.776000', '113743.779000', '113743.782000', '113743.784000', '113743.787000', '113743.789000', '113743.792000', '113743.794000', '113743.797000', '113743.800000', '113743.826000', '113743.828000', '113743.831000', '113743.834000', '113743.836000', '113743.839000', '113743.841000', '113743.844000', '113743.846000', '113743.849000', '113803.713000', '113803.716000', '113803.719000', '113803.721000', '113803.724000', '113803.727000', '113803.729000', '113803.732000', '113803.734000', '113803.737000', '113803.740000', '113803.742000', '113803.745000', '113803.747000', '113803.750000', '113803.752000', '113803.755000', '113803.758000', '113803.760000', '113803.763000', '113803.766000', '113803.768000', '113803.771000', '113803.773000', '113803.776000', '113803.779000', '113803.781000', '113803.784000', '113803.787000', '113803.789000', '113803.792000', '113803.794000', '113803.797000', '113803.839000', '113803.842000', '113803.844000', '113803.847000', '113803.849000', '113803.852000', '113803.854000', '113803.857000', '113803.860000', '113803.862000', '113823.714000', '113823.717000', '113823.719000', '113823.722000', '113823.724000', '113823.727000', '113823.730000', '113823.732000', '113823.735000', '113823.737000', '113823.740000', '113823.743000', '113823.745000', '113823.748000', '113823.750000', '113823.753000', '113823.756000', '113823.758000', '113823.761000', '113823.764000', '113823.766000', '113823.769000', '113823.771000', '113823.774000', '113823.777000', '113823.779000', '113823.782000', '113823.784000', '113823.787000', '113823.790000', '113823.792000', '113823.795000', '113823.797000', '113823.800000', '113823.802000', '113823.805000', '113823.808000', '113823.810000', '113823.813000', '113823.823000', '113823.825000', '113823.828000', '113823.830000', '113823.833000', '113843.713000', '113843.716000', '113843.719000', '113843.722000', '113843.724000', '113843.727000', '113843.730000', '113843.732000', '113843.735000', '113843.737000', '113843.740000', '113843.743000', '113843.752000', '113843.755000', '113843.757000', '113843.760000', '113843.763000', '113843.765000', '113843.768000', '113843.771000', '113843.773000', '113843.776000', '113843.778000', '113843.781000', '113843.784000', '113843.786000', '113843.789000', '113843.791000', '113843.794000', '113843.797000', '113843.799000', '113843.802000', '113843.805000', '113843.807000', '113843.810000', '113843.812000', '113843.815000', '113843.818000', '113843.820000', '113843.823000', '113843.826000', '113843.828000', '113843.831000', '113903.714000', '113903.716000', '113903.719000', '113903.722000', '113903.724000', '113903.727000', '113903.730000', '113903.732000', '113903.735000', '113903.737000', '113903.740000', '113903.743000', '113903.745000', '113903.748000', '113903.750000', '113903.753000', '113903.755000', '113903.758000', '113903.761000', '113903.763000', '113903.766000', '113903.769000', '113903.771000', '113903.774000', '113903.776000', '113903.779000', '113903.782000', '113903.784000', '113903.787000', '113903.789000', '113903.792000', '113903.795000', '113903.797000', '113903.800000', '113903.802000', '113903.805000', '113903.808000', '113903.810000', '113903.813000', '113903.815000', '113903.818000', '113903.821000', '113903.823000', '113903.826000', '113923.713000', '113923.746000', '113923.749000', '113923.752000', '113923.754000', '113923.757000', '113923.759000', '113923.762000', '113923.765000', '113923.767000', '113923.770000', '113923.772000', '113923.775000', '113923.778000', '113923.780000', '113923.783000', '113923.786000', '113923.788000', '113923.791000', '113923.793000', '113923.796000', '113923.799000', '113923.842000', '113923.845000', '113923.848000', '113923.850000', '113923.853000', '113923.855000', '113923.858000', '113923.861000', '113923.863000', '113923.866000', '113923.869000', '113923.871000', '113923.874000', '113923.876000', '113923.879000', '113923.882000', '113923.885000', '113923.887000', '113923.890000', '113923.892000', '113923.895000', '113943.714000', '113943.717000', '113943.720000', '113943.723000', '113943.725000', '113943.728000', '113943.730000', '113943.733000', '113943.736000', '113943.738000', '113943.741000', '113943.743000', '113943.746000', '113943.749000', '113943.751000', '113943.754000', '113943.757000', '113943.759000', '113943.762000', '113943.764000', '113943.767000', '113943.770000', '113943.772000', '113943.775000', '113943.777000', '113943.780000', '113943.783000', '113943.785000', '113943.788000', '113943.791000', '113943.793000', '113943.796000', '113943.799000', '113943.866000', '113943.868000', '113943.871000', '113943.873000', '113943.876000', '113943.878000', '113943.881000', '113943.884000', '113943.886000', '113943.889000', '113943.891000', '114003.714000', '114003.717000', '114003.719000', '114003.722000', '114003.724000', '114003.727000', '114003.730000', '114003.732000', '114003.735000', '114003.737000', '114003.740000', '114003.743000', '114003.745000', '114003.748000', '114003.750000', '114003.753000', '114003.756000', '114003.758000', '114003.761000', '114003.763000', '114003.766000', '114003.769000', '114003.771000', '114003.774000', '114003.776000', '114003.779000', '114003.782000', '114003.784000', '114003.787000', '114003.790000', '114003.792000', '114003.795000', '114003.797000', '114003.847000', '114003.850000', '114003.852000', '114003.855000', '114003.857000', '114003.860000', '114003.863000', '114003.865000', '114003.868000', '114003.870000', '114023.713000', '114023.716000', '114023.719000', '114023.721000', '114023.724000', '114023.727000', '114023.729000', '114023.738000', '114023.741000', '114023.743000', '114023.746000', '114023.748000', '114023.751000', '114023.754000', '114023.757000', '114023.759000', '114023.762000', '114023.765000', '114023.767000', '114023.770000', '114023.772000', '114023.775000', '114023.778000', '114023.780000', '114023.783000', '114023.786000', '114023.788000', '114023.791000', '114023.793000', '114023.796000', '114023.799000', '114023.841000', '114023.844000', '114023.847000', '114023.849000', '114023.852000', '114023.854000', '114023.857000', '114023.860000', '114023.862000', '114023.865000', '114023.867000', '114023.870000', '114023.873000', '114043.713000', '114043.716000', '114043.719000', '114043.722000', '114043.724000', '114043.727000', '114043.729000', '114043.732000', '114043.735000', '114043.737000', '114043.740000', '114043.742000', '114043.745000', '114043.748000', '114043.750000', '114043.753000', '114043.756000', '114043.758000', '114043.761000', '114043.763000', '114043.766000', '114043.768000', '114043.771000', '114043.774000', '114043.776000', '114043.779000', '114043.792000', '114043.795000', '114043.798000', '114043.800000', '114043.803000', '114043.805000', '114043.808000', '114043.811000', '114043.813000', '114043.816000', '114043.819000', '114043.821000', '114043.824000', '114043.826000', '114043.829000', '114043.832000', '114043.834000', '114103.713000', '114103.716000', '114103.719000', '114103.722000', '114103.724000', '114103.727000', '114103.729000', '114103.732000', '114103.735000', '114103.737000', '114103.740000', '114103.742000', '114103.745000', '114103.748000', '114103.751000', '114103.753000', '114103.756000', '114103.758000', '114103.761000', '114103.764000', '114103.766000', '114103.769000', '114103.772000', '114103.774000', '114103.777000', '114103.779000', '114103.782000', '114103.785000', '114103.787000', '114103.790000', '114103.792000', '114103.795000', '114103.798000', '114103.857000', '114103.859000', '114103.865000', '114103.867000', '114103.870000', '114103.872000', '114103.875000', '114103.877000', '114103.880000', '114103.883000', '114103.885000', '114123.714000', '114123.717000', '114123.719000', '114123.722000', '114123.724000', '114123.727000', '114123.730000', '114123.732000', '114123.735000', '114123.737000', '114123.740000', '114123.743000', '114123.745000', '114123.748000', '114123.750000', '114123.753000', '114123.756000', '114123.758000', '114123.761000', '114123.764000', '114123.766000', '114123.769000', '114123.771000', '114123.774000', '114123.777000', '114123.779000', '114123.782000', '114123.785000', '114123.787000', '114123.790000', '114123.793000', '114123.795000', '114123.798000', '114123.879000', '114123.881000', '114123.884000', '114123.887000', '114123.889000', '114123.892000', '114123.894000', '114123.898000', '114123.901000', '114123.904000', '114143.713000', '114143.716000', '114143.719000', '114143.722000', '114143.724000', '114143.727000', '114143.729000', '114143.732000', '114143.735000', '114143.737000', '114143.740000', '114143.743000', '114143.745000', '114143.748000', '114143.750000', '114143.753000', '114143.756000', '114143.758000', '114143.761000', '114143.763000', '114143.766000', '114143.769000', '114143.771000', '114143.774000', '114143.777000', '114143.779000', '114143.782000', '114143.784000', '114143.787000', '114143.790000', '114143.792000', '114143.795000', '114143.797000', '114143.860000', '114143.863000', '114143.865000', '114143.868000', '114143.870000', '114143.873000', '114143.876000', '114143.878000', '114143.881000', '114143.884000', '114203.715000', '114203.717000', '114203.720000', '114203.723000', '114203.725000', '114203.728000', '114203.730000', '114203.733000', '114203.736000', '114203.738000', '114203.741000', '114203.744000', '114203.746000', '114203.749000', '114203.752000', '114203.754000', '114203.757000', '114203.759000', '114203.762000', '114203.765000', '114203.767000', '114203.770000', '114203.772000', '114203.775000', '114203.778000', '114203.780000', '114203.783000', '114203.786000', '114203.788000', '114203.791000', '114203.793000', '114203.796000', '114203.799000', '114203.874000', '114203.877000', '114203.879000', '114203.882000', '114203.884000', '114203.887000', '114203.890000', '114203.893000', '114203.896000', '114203.899000', '114203.902000', '114223.713000', '114223.716000', '114223.719000', '114223.722000', '114223.724000', '114223.727000', '114223.731000', '114223.734000', '114223.737000', '114223.739000', '114223.742000', '114223.745000', '114223.747000', '114223.750000', '114223.752000', '114223.755000', '114223.758000', '114223.760000', '114223.763000', '114223.766000', '114223.768000', '114223.771000', '114223.774000', '114223.776000', '114223.779000', '114223.782000', '114223.784000', '114223.787000', '114223.790000', '114223.792000', '114223.795000', '114223.797000', '114223.846000', '114223.849000', '114223.852000', '114223.854000', '114223.857000', '114223.859000', '114223.862000', '114223.865000', '114223.867000', '114223.870000', '114223.872000', '114223.875000', '114243.714000', '114243.716000', '114243.719000', '114243.722000', '114243.724000', '114243.727000', '114243.730000', '114243.732000', '114243.735000', '114243.738000', '114243.740000', '114243.743000', '114243.746000', '114243.748000', '114243.751000', '114243.753000', '114243.756000', '114243.759000', '114243.761000', '114243.764000', '114243.766000', '114243.769000', '114243.773000', '114243.776000', '114243.779000', '114243.781000', '114243.784000', '114243.787000', '114243.789000', '114243.792000', '114243.795000', '114243.797000', '114243.853000', '114243.856000', '114243.859000', '114243.861000', '114243.864000', '114243.867000', '114243.869000', '114243.872000', '114243.874000', '114243.877000', '114243.880000', '114303.714000', '114303.716000', '114303.719000', '114303.722000', '114303.724000', '114303.727000', '114303.730000', '114303.732000', '114303.735000', '114303.738000', '114303.740000', '114303.743000', '114303.746000', '114303.748000', '114303.751000', '114303.754000', '114303.756000', '114303.759000', '114303.761000', '114303.764000', '114303.767000', '114303.769000', '114303.772000', '114303.775000', '114303.778000', '114303.780000', '114303.783000', '114303.785000', '114303.788000', '114303.791000', '114303.793000', '114303.796000', '114303.798000', '114303.840000', '114303.843000', '114303.846000', '114303.848000', '114303.851000', '114303.853000', '114303.856000', '114303.858000', '114303.861000', '114303.864000', '114323.714000', '114323.717000', '114323.719000', '114323.722000', '114323.725000', '114323.727000', '114323.730000', '114323.732000', '114323.735000', '114323.738000', '114323.740000', '114323.743000', '114323.746000', '114323.748000', '114323.751000', '114323.753000', '114323.756000', '114323.758000', '114323.761000', '114323.764000', '114323.766000', '114323.769000', '114323.772000', '114323.774000', '114323.777000', '114323.780000', '114323.782000', '114323.785000', '114323.787000', '114323.790000', '114323.793000', '114323.795000', '114323.798000', '114323.852000', '114323.854000', '114323.857000', '114323.860000', '114323.862000', '114323.865000', '114323.867000', '114323.870000', '114323.873000', '114323.875000', '114323.878000', '114343.714000', '114343.717000', '114343.719000', '114343.722000', '114343.724000', '114343.745000', '114343.748000', '114343.751000', '114343.753000', '114343.756000', '114343.759000', '114343.761000', '114343.764000', '114343.767000', '114343.772000', '114343.774000', '114343.777000', '114343.780000', '114343.782000', '114343.785000', '114343.788000', '114343.790000', '114343.793000', '114343.795000', '114343.798000', '114343.844000', '114343.846000', '114343.849000', '114343.852000', '114343.854000', '114343.857000', '114343.859000', '114343.862000', '114343.865000', '114343.867000', '114343.870000', '114343.873000', '114343.875000', '114343.878000', '114343.880000', '114343.883000', '114343.886000', '114343.888000', '114354.758000', '114354.761000', '114354.764000', '114354.767000', '114354.770000', '114354.773000', '114354.776000', '114354.779000', '114354.782000', '114354.784000', '114354.787000', '114354.790000', '114354.793000', '114354.796000', '114354.799000', '114354.801000', '114354.804000', '114354.807000', '114354.810000', '114354.812000', '114354.815000', '114354.818000', '114354.820000', '114354.823000', '114354.826000'], 'InstanceCreationTime': ['113703.762000', '113703.765000', '113703.768000', '113703.770000', '113703.773000', '113703.784000', '113703.787000', '113703.789000', '113703.792000', '113703.794000', '113703.797000', '113703.809000', '113703.818000', '113703.821000', '113703.824000', '113703.826000', '113703.829000', '113703.831000', '113703.834000', '113703.837000', '113723.714000', '113723.717000', '113723.720000', '113723.722000', '113723.725000', '113723.727000', '113723.730000', '113723.733000', '113723.735000', '113723.738000', '113723.740000', '113723.743000', '113723.746000', '113723.748000', '113723.751000', '113723.753000', '113723.756000', '113723.759000', '113723.766000', '113723.768000', '113723.771000', '113723.774000', '113723.777000', '113723.780000', '113723.783000', '113723.785000', '113723.788000', '113723.790000', '113723.793000', '113723.796000', '113723.798000', '113723.801000', '113723.803000', '113723.806000', '113723.809000', '113723.813000', '113723.822000', '113723.825000', '113723.828000', '113723.830000', '113723.833000', '113723.835000', '113723.838000', '113743.714000', '113743.717000', '113743.719000', '113743.722000', '113743.724000', '113743.727000', '113743.730000', '113743.732000', '113743.735000', '113743.737000', '113743.740000', '113743.743000', '113743.745000', '113743.748000', '113743.750000', '113743.753000', '113743.756000', '113743.758000', '113743.761000', '113743.763000', '113743.766000', '113743.769000', '113743.771000', '113743.774000', '113743.776000', '113743.779000', '113743.782000', '113743.784000', '113743.787000', '113743.789000', '113743.792000', '113743.794000', '113743.797000', '113743.800000', '113743.826000', '113743.828000', '113743.831000', '113743.834000', '113743.836000', '113743.839000', '113743.841000', '113743.844000', '113743.846000', '113743.849000', '113803.713000', '113803.716000', '113803.719000', '113803.721000', '113803.724000', '113803.727000', '113803.729000', '113803.732000', '113803.734000', '113803.737000', '113803.740000', '113803.742000', '113803.745000', '113803.747000', '113803.750000', '113803.752000', '113803.755000', '113803.758000', '113803.760000', '113803.763000', '113803.766000', '113803.768000', '113803.771000', '113803.773000', '113803.776000', '113803.779000', '113803.781000', '113803.784000', '113803.787000', '113803.789000', '113803.792000', '113803.794000', '113803.797000', '113803.839000', '113803.842000', '113803.844000', '113803.847000', '113803.849000', '113803.852000', '113803.854000', '113803.857000', '113803.860000', '113803.862000', '113823.714000', '113823.717000', '113823.719000', '113823.722000', '113823.724000', '113823.727000', '113823.730000', '113823.732000', '113823.735000', '113823.737000', '113823.740000', '113823.743000', '113823.745000', '113823.748000', '113823.750000', '113823.753000', '113823.756000', '113823.758000', '113823.761000', '113823.764000', '113823.766000', '113823.769000', '113823.771000', '113823.774000', '113823.777000', '113823.779000', '113823.782000', '113823.784000', '113823.787000', '113823.790000', '113823.792000', '113823.795000', '113823.797000', '113823.800000', '113823.802000', '113823.805000', '113823.808000', '113823.810000', '113823.813000', '113823.823000', '113823.825000', '113823.828000', '113823.830000', '113823.833000', '113843.713000', '113843.716000', '113843.719000', '113843.722000', '113843.724000', '113843.727000', '113843.730000', '113843.732000', '113843.735000', '113843.737000', '113843.740000', '113843.743000', '113843.752000', '113843.755000', '113843.757000', '113843.760000', '113843.763000', '113843.765000', '113843.768000', '113843.771000', '113843.773000', '113843.776000', '113843.778000', '113843.781000', '113843.784000', '113843.786000', '113843.789000', '113843.791000', '113843.794000', '113843.797000', '113843.799000', '113843.802000', '113843.805000', '113843.807000', '113843.810000', '113843.812000', '113843.815000', '113843.818000', '113843.820000', '113843.823000', '113843.826000', '113843.828000', '113843.831000', '113903.714000', '113903.716000', '113903.719000', '113903.722000', '113903.724000', '113903.727000', '113903.730000', '113903.732000', '113903.735000', '113903.737000', '113903.740000', '113903.743000', '113903.745000', '113903.748000', '113903.750000', '113903.753000', '113903.755000', '113903.758000', '113903.761000', '113903.763000', '113903.766000', '113903.769000', '113903.771000', '113903.774000', '113903.776000', '113903.779000', '113903.782000', '113903.784000', '113903.787000', '113903.789000', '113903.792000', '113903.795000', '113903.797000', '113903.800000', '113903.802000', '113903.805000', '113903.808000', '113903.810000', '113903.813000', '113903.815000', '113903.818000', '113903.821000', '113903.823000', '113903.826000', '113923.713000', '113923.746000', '113923.749000', '113923.752000', '113923.754000', '113923.757000', '113923.759000', '113923.762000', '113923.765000', '113923.767000', '113923.770000', '113923.772000', '113923.775000', '113923.778000', '113923.780000', '113923.783000', '113923.786000', '113923.788000', '113923.791000', '113923.793000', '113923.796000', '113923.799000', '113923.842000', '113923.845000', '113923.848000', '113923.850000', '113923.853000', '113923.855000', '113923.858000', '113923.861000', '113923.863000', '113923.866000', '113923.869000', '113923.871000', '113923.874000', '113923.876000', '113923.879000', '113923.882000', '113923.885000', '113923.887000', '113923.890000', '113923.892000', '113923.895000', '113943.714000', '113943.717000', '113943.720000', '113943.723000', '113943.725000', '113943.728000', '113943.730000', '113943.733000', '113943.736000', '113943.738000', '113943.741000', '113943.743000', '113943.746000', '113943.749000', '113943.751000', '113943.754000', '113943.757000', '113943.759000', '113943.762000', '113943.764000', '113943.767000', '113943.770000', '113943.772000', '113943.775000', '113943.777000', '113943.780000', '113943.783000', '113943.785000', '113943.788000', '113943.791000', '113943.793000', '113943.796000', '113943.799000', '113943.866000', '113943.868000', '113943.871000', '113943.873000', '113943.876000', '113943.878000', '113943.881000', '113943.884000', '113943.886000', '113943.889000', '113943.891000', '114003.714000', '114003.717000', '114003.719000', '114003.722000', '114003.724000', '114003.727000', '114003.730000', '114003.732000', '114003.735000', '114003.737000', '114003.740000', '114003.743000', '114003.745000', '114003.748000', '114003.750000', '114003.753000', '114003.756000', '114003.758000', '114003.761000', '114003.763000', '114003.766000', '114003.769000', '114003.771000', '114003.774000', '114003.776000', '114003.779000', '114003.782000', '114003.784000', '114003.787000', '114003.790000', '114003.792000', '114003.795000', '114003.797000', '114003.847000', '114003.850000', '114003.852000', '114003.855000', '114003.857000', '114003.860000', '114003.863000', '114003.865000', '114003.868000', '114003.870000', '114023.713000', '114023.716000', '114023.719000', '114023.721000', '114023.724000', '114023.727000', '114023.729000', '114023.738000', '114023.741000', '114023.743000', '114023.746000', '114023.748000', '114023.751000', '114023.754000', '114023.757000', '114023.759000', '114023.762000', '114023.765000', '114023.767000', '114023.770000', '114023.772000', '114023.775000', '114023.778000', '114023.780000', '114023.783000', '114023.786000', '114023.788000', '114023.791000', '114023.793000', '114023.796000', '114023.799000', '114023.841000', '114023.844000', '114023.847000', '114023.849000', '114023.852000', '114023.854000', '114023.857000', '114023.860000', '114023.862000', '114023.865000', '114023.867000', '114023.870000', '114023.873000', '114043.713000', '114043.716000', '114043.719000', '114043.722000', '114043.724000', '114043.727000', '114043.729000', '114043.732000', '114043.735000', '114043.737000', '114043.740000', '114043.742000', '114043.745000', '114043.748000', '114043.750000', '114043.753000', '114043.756000', '114043.758000', '114043.761000', '114043.763000', '114043.766000', '114043.768000', '114043.771000', '114043.774000', '114043.776000', '114043.779000', '114043.792000', '114043.795000', '114043.798000', '114043.800000', '114043.803000', '114043.805000', '114043.808000', '114043.811000', '114043.813000', '114043.816000', '114043.819000', '114043.821000', '114043.824000', '114043.826000', '114043.829000', '114043.832000', '114043.834000', '114103.713000', '114103.716000', '114103.719000', '114103.722000', '114103.724000', '114103.727000', '114103.729000', '114103.732000', '114103.735000', '114103.737000', '114103.740000', '114103.742000', '114103.745000', '114103.748000', '114103.751000', '114103.753000', '114103.756000', '114103.758000', '114103.761000', '114103.764000', '114103.766000', '114103.769000', '114103.772000', '114103.774000', '114103.777000', '114103.779000', '114103.782000', '114103.785000', '114103.787000', '114103.790000', '114103.792000', '114103.795000', '114103.798000', '114103.857000', '114103.859000', '114103.865000', '114103.867000', '114103.870000', '114103.872000', '114103.875000', '114103.877000', '114103.880000', '114103.883000', '114103.885000', '114123.714000', '114123.717000', '114123.719000', '114123.722000', '114123.724000', '114123.727000', '114123.730000', '114123.732000', '114123.735000', '114123.737000', '114123.740000', '114123.743000', '114123.745000', '114123.748000', '114123.750000', '114123.753000', '114123.756000', '114123.758000', '114123.761000', '114123.764000', '114123.766000', '114123.769000', '114123.771000', '114123.774000', '114123.777000', '114123.779000', '114123.782000', '114123.785000', '114123.787000', '114123.790000', '114123.793000', '114123.795000', '114123.798000', '114123.879000', '114123.881000', '114123.884000', '114123.887000', '114123.889000', '114123.892000', '114123.894000', '114123.898000', '114123.901000', '114123.904000', '114143.713000', '114143.716000', '114143.719000', '114143.722000', '114143.724000', '114143.727000', '114143.729000', '114143.732000', '114143.735000', '114143.737000', '114143.740000', '114143.743000', '114143.745000', '114143.748000', '114143.750000', '114143.753000', '114143.756000', '114143.758000', '114143.761000', '114143.763000', '114143.766000', '114143.769000', '114143.771000', '114143.774000', '114143.777000', '114143.779000', '114143.782000', '114143.784000', '114143.787000', '114143.790000', '114143.792000', '114143.795000', '114143.797000', '114143.860000', '114143.863000', '114143.865000', '114143.868000', '114143.870000', '114143.873000', '114143.876000', '114143.878000', '114143.881000', '114143.884000', '114203.715000', '114203.717000', '114203.720000', '114203.723000', '114203.725000', '114203.728000', '114203.730000', '114203.733000', '114203.736000', '114203.738000', '114203.741000', '114203.744000', '114203.746000', '114203.749000', '114203.752000', '114203.754000', '114203.757000', '114203.759000', '114203.762000', '114203.765000', '114203.767000', '114203.770000', '114203.772000', '114203.775000', '114203.778000', '114203.780000', '114203.783000', '114203.786000', '114203.788000', '114203.791000', '114203.793000', '114203.796000', '114203.799000', '114203.874000', '114203.877000', '114203.879000', '114203.882000', '114203.884000', '114203.887000', '114203.890000', '114203.893000', '114203.896000', '114203.899000', '114203.902000', '114223.713000', '114223.716000', '114223.719000', '114223.722000', '114223.724000', '114223.727000', '114223.731000', '114223.734000', '114223.737000', '114223.739000', '114223.742000', '114223.745000', '114223.747000', '114223.750000', '114223.752000', '114223.755000', '114223.758000', '114223.760000', '114223.763000', '114223.766000', '114223.768000', '114223.771000', '114223.774000', '114223.776000', '114223.779000', '114223.782000', '114223.784000', '114223.787000', '114223.790000', '114223.792000', '114223.795000', '114223.797000', '114223.846000', '114223.849000', '114223.852000', '114223.854000', '114223.857000', '114223.859000', '114223.862000', '114223.865000', '114223.867000', '114223.870000', '114223.872000', '114223.875000', '114243.714000', '114243.716000', '114243.719000', '114243.722000', '114243.724000', '114243.727000', '114243.730000', '114243.732000', '114243.735000', '114243.738000', '114243.740000', '114243.743000', '114243.746000', '114243.748000', '114243.751000', '114243.753000', '114243.756000', '114243.759000', '114243.761000', '114243.764000', '114243.766000', '114243.769000', '114243.773000', '114243.776000', '114243.779000', '114243.781000', '114243.784000', '114243.787000', '114243.789000', '114243.792000', '114243.795000', '114243.797000', '114243.853000', '114243.856000', '114243.859000', '114243.861000', '114243.864000', '114243.867000', '114243.869000', '114243.872000', '114243.874000', '114243.877000', '114243.880000', '114303.714000', '114303.716000', '114303.719000', '114303.722000', '114303.724000', '114303.727000', '114303.730000', '114303.732000', '114303.735000', '114303.738000', '114303.740000', '114303.743000', '114303.746000', '114303.748000', '114303.751000', '114303.754000', '114303.756000', '114303.759000', '114303.761000', '114303.764000', '114303.767000', '114303.769000', '114303.772000', '114303.775000', '114303.778000', '114303.780000', '114303.783000', '114303.785000', '114303.788000', '114303.791000', '114303.793000', '114303.796000', '114303.798000', '114303.840000', '114303.843000', '114303.846000', '114303.848000', '114303.851000', '114303.853000', '114303.856000', '114303.858000', '114303.861000', '114303.864000', '114323.714000', '114323.717000', '114323.719000', '114323.722000', '114323.725000', '114323.727000', '114323.730000', '114323.732000', '114323.735000', '114323.738000', '114323.740000', '114323.743000', '114323.746000', '114323.748000', '114323.751000', '114323.753000', '114323.756000', '114323.758000', '114323.761000', '114323.764000', '114323.766000', '114323.769000', '114323.772000', '114323.774000', '114323.777000', '114323.780000', '114323.782000', '114323.785000', '114323.787000', '114323.790000', '114323.793000', '114323.795000', '114323.798000', '114323.852000', '114323.854000', '114323.857000', '114323.860000', '114323.862000', '114323.865000', '114323.867000', '114323.870000', '114323.873000', '114323.875000', '114323.878000', '114343.714000', '114343.717000', '114343.719000', '114343.722000', '114343.724000', '114343.745000', '114343.748000', '114343.751000', '114343.753000', '114343.756000', '114343.759000', '114343.761000', '114343.764000', '114343.767000', '114343.772000', '114343.774000', '114343.777000', '114343.780000', '114343.782000', '114343.785000', '114343.788000', '114343.790000', '114343.793000', '114343.795000', '114343.798000', '114343.844000', '114343.846000', '114343.849000', '114343.852000', '114343.854000', '114343.857000', '114343.859000', '114343.862000', '114343.865000', '114343.867000', '114343.870000', '114343.873000', '114343.875000', '114343.878000', '114343.880000', '114343.883000', '114343.886000', '114343.888000', '114354.758000', '114354.761000', '114354.764000', '114354.767000', '114354.770000', '114354.773000', '114354.776000', '114354.779000', '114354.782000', '114354.784000', '114354.787000', '114354.790000', '114354.793000', '114354.796000', '114354.799000', '114354.801000', '114354.804000', '114354.807000', '114354.810000', '114354.812000', '114354.815000', '114354.818000', '114354.820000', '114354.823000', '114354.826000'], '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': [10930, 9445, 15003, 11713, 8847, 8561, 7077, 9884, 7210, 8466, 8511, 7480, 9016, 6944, 9761, 7011, 9409, 7038, 9050, 6989, 8687, 7109, 8865, 6875, 9427, 6813, 9866, 7558, 9107, 7826, 7599, 8070, 6978, 9824, 7196, 12786, 8705, 11287, 7907, 6626, 9420, 7154, 11491, 10321, 13647, 8173, 12567, 8407, 7770, 9459, 6789, 10414, 7309, 10453, 8234, 7095, 9901, 6994, 11639, 9270, 11675, 8258, 7292, 9587, 6849, 12763, 9835, 9753, 7990, 6855, 9296, 7172, 10630, 8759, 13858, 9388, 7368, 9122, 7352, 10266, 8248, 10254, 9114, 7152, 10368, 7539, 7833, 8155, 6881, 9076, 9250, 9350, 7322, 12332, 7428, 7065, 8318, 6852, 9841, 7332, 11965, 9805, 10860, 7731, 6924, 8903, 7033, 10028, 7459, 12403, 8152, 13265, 7888, 7434, 8800, 7087, 10350, 8920, 10529, 8140, 7306, 9503, 7108, 10493, 7269, 14495, 10295, 8263, 8232, 6951, 10146, 7564, 10665, 8745, 14079, 8221, 6668, 8409, 7113, 9838, 7265, 10588, 8973, 10292, 8395, 7170, 9950, 6989, 11598, 8216, 12985, 8908, 8260, 9353, 7176, 8597, 8470, 9444, 9466, 7593, 9434, 7035, 9949, 7570, 8827, 8516, 7175, 9989, 7112, 10461, 7320, 8084, 8254, 7064, 9904, 7363, 10861, 7885, 7090, 9141, 7112, 10441, 7941, 12818, 9667, 8208, 8347, 6952, 10223, 7278, 10593, 9305, 10767, 8370, 7111, 9886, 7354, 12802, 8474, 10179, 9090, 8325, 9462, 6996, 8982, 8235, 8880, 9686, 7335, 12234, 7575, 12123, 8098, 7009, 9799, 7108, 13032, 10745, 8015, 9080, 6889, 10372, 7072, 10254, 8187, 11132, 8840, 7599, 9512, 7198, 8404, 8135, 6827, 10286, 7378, 12323, 7910, 12118, 8359, 10606, 9289, 7094, 10308, 7084, 10290, 7894, 8911, 8171, 6926, 9539, 7047, 11589, 7730, 7041, 8343, 6860, 9861, 7100, 10573, 9179, 11030, 8235, 7268, 9721, 7759, 9979, 9343, 6849, 10766, 7277, 12363, 7947, 11073, 8606, 9378, 9747, 6753, 10310, 7706, 7201, 8678, 6862, 10670, 8015, 10087, 8466, 7094, 10204, 7057, 10567, 8269, 9615, 9416, 7216, 10174, 7695, 9037, 8043, 9608, 8907, 7351, 10247, 6875, 10104, 7374, 8794, 8083, 8213, 9057, 7667, 10007, 7228, 9231, 7873, 7198, 9159, 6915, 11737, 10449, 7359, 8695, 7370, 10185, 7642, 11803, 9573, 8244, 9757, 6881, 9010, 8077, 7951, 9664, 7840, 13993, 8365, 6926, 9565, 7211, 12218, 8110, 10615, 9375, 7202, 11992, 7236, 7142, 8405, 6784, 10633, 8603, 9894, 9277, 6834, 9227, 7978, 7439, 9359, 7131, 13673, 8070, 7054, 9184, 7235, 10271, 7076, 10406, 8850, 8821, 9133, 7349, 8699, 8033, 8301, 8704, 7569, 10357, 7718, 12688, 8115, 7176, 9839, 7153, 9295, 9155, 7173, 11803, 7331, 8239, 8244, 7164, 9785, 7294, 12155, 8813, 7036, 8717, 7823, 6882, 9183, 7079, 13131, 9008, 7091, 9254, 7268, 10052, 7724, 9151, 8939, 7146, 10417, 7405, 7169, 8634, 7160, 11405, 8246, 9498, 9200, 7029, 9523, 7276, 10382, 7140, 9972, 7081, 10448, 7362, 6987, 9977, 7995, 8071, 8534, 7014, 10047, 7438, 12126, 9337, 12721, 10801, 6939, 9618, 7081, 10202, 7096, 11850, 7765, 7063, 8142, 7267, 9440, 6744, 10264, 7576, 11046, 7904, 7077, 8319, 6818, 9607, 7138, 10971, 9859, 11723, 7769, 7113, 9039, 7107, 10456, 8729, 13253, 7995, 6927, 8589, 6938, 10192, 6957, 13298, 10587, 8859, 8034, 6939, 9789, 6918, 9324, 9435, 7488, 9966, 7269, 9848, 7237, 8593, 8368, 7345, 10422, 7119, 12212, 7613, 6830, 8342, 6759, 10096, 7910, 13705, 7759, 7023, 8285, 7185, 8915, 7139, 9903, 7200, 13734, 7621, 6930, 7992, 7084, 9965, 7421, 9235, 8160, 7025, 9394, 7073, 12156, 7913, 9888, 9645, 7206, 10819, 6971, 9315, 7507, 6849, 9569, 6981, 12105, 10170, 8090, 8801, 7151, 9695, 7484, 8133, 8698, 7084, 13038, 7745, 7213, 8533, 7029, 8814, 7916, 7920, 10318, 7203, 13064, 7384, 7152, 8794, 7161, 12515, 10447, 8466, 8399, 7028, 9522, 6991, 7809, 8541, 6921, 12224, 7434, 7168, 8832, 6898, 9121, 7437, 8588, 9590, 7163, 9529, 6890, 8689, 7328, 8647, 7968, 9236, 8439, 7347, 8837, 7114, 9858, 7114, 8320, 9130, 6949, 10202, 7135, 9202, 7846, 9950, 8052, 7234, 9709, 7139, 12588, 7550, 7017, 7824, 6924, 9444, 7012, 12171, 9261, 7124, 8085, 6906, 9669, 7314, 8917, 9683, 7064, 10006, 6892, 8627, 7861, 6826, 8466, 6867, 10892, 9850, 8091, 9472, 7149, 8467, 7811, 7820, 10147, 7216, 13815, 7559, 6971, 8231, 6832, 9963, 7369, 12454, 7915, 7044, 9404, 7198, 10089, 7516, 9329, 8615, 7461, 9498, 7432, 7010, 7947, 6762, 9937, 7832, 6713, 7972, 6851, 9448, 7408, 10364, 7105, 11083, 9587, 13345, 7639, 7019, 8727, 6972, 9667, 7773, 9739, 8272, 7221, 8658, 6944, 9234, 6837, 9693, 9456, 7558, 9150, 7379, 8760, 7441, 7227, 9505, 7173, 13415, 7812, 11687, 7939, 7054, 9710, 7124, 13609, 11373, 8478, 9625, 7312, 8718, 7660, 7024, 9795, 7349, 7784, 7778, 6923, 9332, 7380, 7886, 9028, 7162, 15058, 7357, 7381, 8803, 6997, 10039, 7216, 9554, 8481, 7363, 9443, 7013, 7258, 8002, 7065, 6995, 9138, 7482, 9596, 7257, 7042, 9319, 7160, 10565, 10113, 8059, 9414, 7006, 7879, 7807, 7082, 10858, 8811, 7200, 9462, 7087, 7239, 8512, 6692, 12894, 11440, 9261, 7670, 7065, 8677, 7662, 7076, 9578, 7253, 14177, 7545, 8328, 8049, 6763, 9983, 7599, 11098, 7771, 7235, 9732, 7212, 7502, 8097, 6956, 10125, 8170, 7068, 8309, 6872, 9173, 6998, 9922, 7236, 10565, 8556, 7749, 9233, 7204, 7513, 7774, 7198, 10134, 8342, 10006, 8079, 7009, 9889, 7124, 7748, 7990, 7246, 10027, 7461, 6832, 8583, 6795, 7667, 7690, 7006, 10612, 7305, 10937, 7347, 6695, 8612, 6985, 12323, 7013, 7083, 7486, 7156, 9297, 7561, 7278, 9521, 6822, 9080, 7378, 7232, 8404, 6753, 10507, 8620, 7815, 7674, 6913, 9338, 7169, 7164, 7894, 6951, 8941, 7230, 8576, 7429, 7093, 8120, 7156, 10055, 7614, 14039, 6994, 9630, 7319, 6836, 10274, 8404, 6981, 8212, 6987, 9615, 7037, 7338, 8393, 7015, 12477, 8263, 6959, 9506, 7255, 12670, 7447, 10277, 9462, 7512, 11981, 7135, 9257, 6926, 6778, 8049, 6916, 9399, 7262, 7136, 8375, 7132, 7214, 7868, 7045, 11952, 6980, 7053, 7425, 6836, 9477, 6931, 12104, 11112, 7887, 7721], 'WindowCenter': [4362.0, 4337.0, 4375.0, 4343.0, 4312.0, 4300.0, 4280.0, 4320.0, 4291.0, 4300.0, 4311.0, 4290.0, 4310.0, 4281.0, 4320.0, 4280.0, 4310.0, 4279.0, 4310.0, 4277.0, 4299.0, 4278.0, 4309.0, 4281.0, 4320.0, 4281.0, 4321.0, 4303.0, 4322.0, 4303.0, 4304.0, 4303.0, 4294.0, 4334.0, 4295.0, 4365.0, 4325.0, 4356.0, 4314.0, 4284.0, 4324.0, 4294.0, 4344.0, 4335.0, 4365.0, 4314.0, 4352.0, 4302.0, 4302.0, 4322.0, 4282.0, 4344.0, 4303.0, 4344.0, 4313.0, 4282.0, 4332.0, 4281.0, 4341.0, 4323.0, 4343.0, 4302.0, 4293.0, 4322.0, 4282.0, 4353.0, 4334.0, 4333.0, 4303.0, 4283.0, 4322.0, 4281.0, 4332.0, 4315.0, 4362.0, 4322.0, 4292.0, 4322.0, 4292.0, 4321.0, 4313.0, 4333.0, 4312.0, 4282.0, 4332.0, 4302.0, 4302.0, 4301.0, 4280.0, 4312.0, 4311.0, 4311.0, 4290.0, 4350.0, 4291.0, 4292.0, 4301.0, 4282.0, 4322.0, 4293.0, 4354.0, 4334.0, 4344.0, 4302.0, 4293.0, 4312.0, 4282.0, 4333.0, 4292.0, 4353.0, 4303.0, 4362.0, 4302.0, 4291.0, 4311.0, 4292.0, 4333.0, 4323.0, 4344.0, 4303.0, 4293.0, 4323.0, 4282.0, 4333.0, 4292.0, 4362.0, 4332.0, 4312.0, 4313.0, 4293.0, 4330.0, 4302.0, 4332.0, 4313.0, 4361.0, 4301.0, 4282.0, 4301.0, 4281.0, 4321.0, 4292.0, 4331.0, 4312.0, 4333.0, 4301.0, 4282.0, 4321.0, 4281.0, 4340.0, 4302.0, 4352.0, 4311.0, 4313.0, 4322.0, 4281.0, 4300.0, 4301.0, 4321.0, 4322.0, 4291.0, 4311.0, 4281.0, 4321.0, 4291.0, 4310.0, 4310.0, 4280.0, 4322.0, 4282.0, 4331.0, 4292.0, 4301.0, 4302.0, 4282.0, 4332.0, 4291.0, 4344.0, 4301.0, 4291.0, 4322.0, 4292.0, 4332.0, 4304.0, 4351.0, 4323.0, 4314.0, 4312.0, 4293.0, 4332.0, 4294.0, 4333.0, 4322.0, 4344.0, 4313.0, 4293.0, 4333.0, 4294.0, 4353.0, 4315.0, 4333.0, 4324.0, 4315.0, 4334.0, 4293.0, 4312.0, 4311.0, 4322.0, 4324.0, 4292.0, 4354.0, 4302.0, 4354.0, 4302.0, 4282.0, 4331.0, 4292.0, 4353.0, 4331.0, 4303.0, 4312.0, 4293.0, 4332.0, 4280.0, 4321.0, 4301.0, 4341.0, 4312.0, 4304.0, 4323.0, 4293.0, 4301.0, 4303.0, 4282.0, 4334.0, 4294.0, 4354.0, 4304.0, 4353.0, 4300.0, 4332.0, 4311.0, 4281.0, 4333.0, 4282.0, 4332.0, 4303.0, 4312.0, 4302.0, 4280.0, 4323.0, 4291.0, 4343.0, 4302.0, 4295.0, 4313.0, 4283.0, 4334.0, 4294.0, 4333.0, 4324.0, 4345.0, 4311.0, 4294.0, 4323.0, 4304.0, 4334.0, 4323.0, 4283.0, 4343.0, 4294.0, 4351.0, 4303.0, 4332.0, 4311.0, 4323.0, 4323.0, 4283.0, 4333.0, 4293.0, 4293.0, 4312.0, 4282.0, 4333.0, 4303.0, 4334.0, 4312.0, 4294.0, 4333.0, 4283.0, 4332.0, 4314.0, 4322.0, 4323.0, 4293.0, 4331.0, 4304.0, 4313.0, 4302.0, 4323.0, 4312.0, 4292.0, 4333.0, 4282.0, 4333.0, 4293.0, 4312.0, 4303.0, 4313.0, 4324.0, 4292.0, 4334.0, 4305.0, 4325.0, 4304.0, 4293.0, 4323.0, 4295.0, 4355.0, 4344.0, 4306.0, 4315.0, 4295.0, 4334.0, 4304.0, 4353.0, 4324.0, 4304.0, 4334.0, 4294.0, 4313.0, 4303.0, 4303.0, 4323.0, 4302.0, 4364.0, 4314.0, 4295.0, 4323.0, 4293.0, 4341.0, 4303.0, 4333.0, 4320.0, 4292.0, 4343.0, 4293.0, 4294.0, 4302.0, 4283.0, 4346.0, 4317.0, 4325.0, 4314.0, 4273.0, 4312.0, 4302.0, 4292.0, 4312.0, 4283.0, 4364.0, 4304.0, 4284.0, 4324.0, 4293.0, 4322.0, 4284.0, 4333.0, 4314.0, 4314.0, 4313.0, 4294.0, 4314.0, 4304.0, 4301.0, 4312.0, 4293.0, 4334.0, 4292.0, 4354.0, 4303.0, 4284.0, 4323.0, 4283.0, 4313.0, 4324.0, 4293.0, 4368.0, 4307.0, 4314.0, 4302.0, 4281.0, 4320.0, 4291.0, 4342.0, 4310.0, 4293.0, 4313.0, 4303.0, 4293.0, 4323.0, 4293.0, 4353.0, 4313.0, 4293.0, 4323.0, 4293.0, 4322.0, 4303.0, 4323.0, 4313.0, 4281.0, 4333.0, 4293.0, 4294.0, 4313.0, 4293.0, 4344.0, 4316.0, 4335.0, 4325.0, 4295.0, 4335.0, 4293.0, 4333.0, 4282.0, 4320.0, 4280.0, 4331.0, 4290.0, 4280.0, 4333.0, 4303.0, 4313.0, 4325.0, 4294.0, 4323.0, 4293.0, 4351.0, 4324.0, 4353.0, 4333.0, 4283.0, 4320.0, 4281.0, 4321.0, 4281.0, 4341.0, 4291.0, 4282.0, 4301.0, 4292.0, 4322.0, 4282.0, 4332.0, 4303.0, 4343.0, 4303.0, 4292.0, 4302.0, 4282.0, 4322.0, 4283.0, 4333.0, 4323.0, 4354.0, 4291.0, 4283.0, 4311.0, 4282.0, 4333.0, 4314.0, 4352.0, 4303.0, 4293.0, 4312.0, 4282.0, 4322.0, 4282.0, 4352.0, 4333.0, 4324.0, 4302.0, 4281.0, 4321.0, 4282.0, 4312.0, 4323.0, 4293.0, 4334.0, 4293.0, 4321.0, 4292.0, 4301.0, 4313.0, 4292.0, 4333.0, 4282.0, 4352.0, 4292.0, 4281.0, 4301.0, 4270.0, 4333.0, 4302.0, 4363.0, 4291.0, 4282.0, 4301.0, 4280.0, 4311.0, 4280.0, 4322.0, 4281.0, 4363.0, 4292.0, 4282.0, 4289.0, 4280.0, 4322.0, 4293.0, 4323.0, 4303.0, 4294.0, 4322.0, 4283.0, 4341.0, 4303.0, 4323.0, 4323.0, 4291.0, 4333.0, 4292.0, 4322.0, 4292.0, 4282.0, 4323.0, 4292.0, 4354.0, 4334.0, 4303.0, 4312.0, 4283.0, 4322.0, 4292.0, 4301.0, 4313.0, 4283.0, 4354.0, 4293.0, 4294.0, 4313.0, 4283.0, 4312.0, 4304.0, 4302.0, 4335.0, 4293.0, 4364.0, 4293.0, 4283.0, 4311.0, 4282.0, 4353.0, 4333.0, 4312.0, 4302.0, 4282.0, 4321.0, 4281.0, 4292.0, 4311.0, 4282.0, 4343.0, 4305.0, 4295.0, 4313.0, 4284.0, 4323.0, 4295.0, 4326.0, 4336.0, 4297.0, 4335.0, 4296.0, 4314.0, 4294.0, 4311.0, 4304.0, 4324.0, 4315.0, 4294.0, 4314.0, 4294.0, 4323.0, 4283.0, 4303.0, 4324.0, 4283.0, 4335.0, 4284.0, 4314.0, 4303.0, 4323.0, 4302.0, 4292.0, 4323.0, 4281.0, 4343.0, 4292.0, 4283.0, 4292.0, 4282.0, 4323.0, 4283.0, 4343.0, 4311.0, 4283.0, 4303.0, 4284.0, 4323.0, 4294.0, 4313.0, 4324.0, 4283.0, 4324.0, 4284.0, 4313.0, 4303.0, 4283.0, 4303.0, 4284.0, 4334.0, 4324.0, 4306.0, 4324.0, 4296.0, 4303.0, 4303.0, 4302.0, 4335.0, 4294.0, 4364.0, 4294.0, 4283.0, 4302.0, 4272.0, 4323.0, 4292.0, 4343.0, 4303.0, 4284.0, 4312.0, 4282.0, 4321.0, 4294.0, 4312.0, 4303.0, 4294.0, 4324.0, 4293.0, 4281.0, 4303.0, 4284.0, 4335.0, 4305.0, 4286.0, 4304.0, 4286.0, 4326.0, 4294.0, 4333.0, 4285.0, 4345.0, 4326.0, 4366.0, 4302.0, 4295.0, 4314.0, 4284.0, 4324.0, 4305.0, 4325.0, 4316.0, 4306.0, 4315.0, 4295.0, 4312.0, 4284.0, 4323.0, 4324.0, 4304.0, 4324.0, 4295.0, 4314.0, 4293.0, 4295.0, 4325.0, 4284.0, 4365.0, 4292.0, 4345.0, 4302.0, 4282.0, 4323.0, 4284.0, 4354.0, 4343.0, 4303.0, 4323.0, 4293.0, 4313.0, 4291.0, 4282.0, 4322.0, 4294.0, 4293.0, 4292.0, 4294.0, 4312.0, 4293.0, 4302.0, 4314.0, 4283.0, 4373.0, 4293.0, 4294.0, 4313.0, 4282.0, 4320.0, 4282.0, 4312.0, 4301.0, 4282.0, 4322.0, 4283.0, 4292.0, 4302.0, 4293.0, 4284.0, 4325.0, 4296.0, 4336.0, 4295.0, 4296.0, 4325.0, 4283.0, 4333.0, 4335.0, 4305.0, 4324.0, 4285.0, 4302.0, 4293.0, 4283.0, 4344.0, 4315.0, 4295.0, 4325.0, 4294.0, 4295.0, 4314.0, 4283.0, 4355.0, 4343.0, 4326.0, 4305.0, 4296.0, 4313.0, 4293.0, 4282.0, 4322.0, 4293.0, 4363.0, 4292.0, 4301.0, 4290.0, 4269.0, 4322.0, 4292.0, 4332.0, 4291.0, 4281.0, 4311.0, 4281.0, 4281.0, 4290.0, 4281.0, 4322.0, 4302.0, 4284.0, 4302.0, 4281.0, 4312.0, 4280.0, 4320.0, 4281.0, 4331.0, 4300.0, 4290.0, 4321.0, 4293.0, 4292.0, 4292.0, 4282.0, 4334.0, 4303.0, 4324.0, 4302.0, 4282.0, 4322.0, 4281.0, 4290.0, 4301.0, 4291.0, 4323.0, 4293.0, 4283.0, 4312.0, 4283.0, 4292.0, 4294.0, 4283.0, 4334.0, 4293.0, 4331.0, 4282.0, 4271.0, 4313.0, 4281.0, 4353.0, 4284.0, 4292.0, 4292.0, 4281.0, 4323.0, 4293.0, 4294.0, 4325.0, 4284.0, 4313.0, 4293.0, 4293.0, 4302.0, 4283.0, 4332.0, 4314.0, 4305.0, 4294.0, 4295.0, 4324.0, 4284.0, 4283.0, 4304.0, 4283.0, 4325.0, 4307.0, 4327.0, 4306.0, 4294.0, 4306.0, 4293.0, 4337.0, 4304.0, 4366.0, 4294.0, 4325.0, 4293.0, 4272.0, 4333.0, 4303.0, 4295.0, 4313.0, 4284.0, 4323.0, 4282.0, 4292.0, 4303.0, 4283.0, 4354.0, 4302.0, 4284.0, 4322.0, 4293.0, 4341.0, 4282.0, 4320.0, 4312.0, 4281.0, 4342.0, 4282.0, 4312.0, 4281.0, 4270.0, 4290.0, 4282.0, 4312.0, 4292.0, 4295.0, 4313.0, 4295.0, 4293.0, 4305.0, 4295.0, 4356.0, 4297.0, 4294.0, 4295.0, 4283.0, 4324.0, 4295.0, 4356.0, 4346.0, 4304.0, 4292.0], 'WindowWidth': [9630.0, 9588.0, 9632.0, 9585.0, 9542.0, 9523.0, 9497.0, 9548.0, 9511.0, 9523.0, 9539.0, 9510.0, 9537.0, 9500.0, 9549.0, 9496.0, 9534.0, 9491.0, 9534.0, 9488.0, 9518.0, 9490.0, 9533.0, 9500.0, 9549.0, 9500.0, 9553.0, 9531.0, 9558.0, 9534.0, 9536.0, 9533.0, 9523.0, 9576.0, 9525.0, 9617.0, 9565.0, 9606.0, 9548.0, 9509.0, 9561.0, 9521.0, 9590.0, 9576.0, 9617.0, 9547.0, 9596.0, 9529.0, 9528.0, 9555.0, 9502.0, 9587.0, 9533.0, 9588.0, 9544.0, 9501.0, 9571.0, 9499.0, 9582.0, 9558.0, 9585.0, 9527.0, 9518.0, 9554.0, 9503.0, 9597.0, 9574.0, 9573.0, 9532.0, 9506.0, 9554.0, 9500.0, 9570.0, 9551.0, 9609.0, 9556.0, 9516.0, 9555.0, 9516.0, 9551.0, 9547.0, 9572.0, 9543.0, 9501.0, 9570.0, 9530.0, 9530.0, 9526.0, 9496.0, 9541.0, 9537.0, 9538.0, 9509.0, 9592.0, 9514.0, 9517.0, 9526.0, 9503.0, 9554.0, 9520.0, 9600.0, 9574.0, 9589.0, 9530.0, 9520.0, 9542.0, 9502.0, 9571.0, 9515.0, 9597.0, 9531.0, 9611.0, 9528.0, 9513.0, 9539.0, 9516.0, 9571.0, 9557.0, 9587.0, 9531.0, 9518.0, 9556.0, 9502.0, 9570.0, 9515.0, 9608.0, 9567.0, 9543.0, 9543.0, 9518.0, 9564.0, 9530.0, 9569.0, 9544.0, 9605.0, 9525.0, 9502.0, 9524.0, 9500.0, 9551.0, 9515.0, 9566.0, 9540.0, 9570.0, 9525.0, 9502.0, 9552.0, 9499.0, 9576.0, 9529.0, 9593.0, 9538.0, 9543.0, 9553.0, 9499.0, 9522.0, 9525.0, 9552.0, 9556.0, 9512.0, 9539.0, 9500.0, 9550.0, 9511.0, 9535.0, 9538.0, 9497.0, 9554.0, 9501.0, 9567.0, 9515.0, 9525.0, 9527.0, 9500.0, 9569.0, 9515.0, 9586.0, 9527.0, 9514.0, 9554.0, 9515.0, 9568.0, 9534.0, 9594.0, 9557.0, 9546.0, 9543.0, 9518.0, 9567.0, 9520.0, 9571.0, 9556.0, 9586.0, 9544.0, 9520.0, 9572.0, 9520.0, 9598.0, 9551.0, 9572.0, 9562.0, 9551.0, 9573.0, 9519.0, 9541.0, 9539.0, 9556.0, 9559.0, 9515.0, 9601.0, 9530.0, 9599.0, 9527.0, 9501.0, 9567.0, 9515.0, 9597.0, 9567.0, 9532.0, 9542.0, 9517.0, 9568.0, 9497.0, 9550.0, 9527.0, 9578.0, 9540.0, 9533.0, 9557.0, 9517.0, 9525.0, 9530.0, 9503.0, 9574.0, 9520.0, 9601.0, 9533.0, 9595.0, 9523.0, 9565.0, 9538.0, 9498.0, 9569.0, 9502.0, 9569.0, 9529.0, 9541.0, 9526.0, 9497.0, 9557.0, 9513.0, 9586.0, 9531.0, 9524.0, 9546.0, 9504.0, 9572.0, 9520.0, 9572.0, 9561.0, 9591.0, 9540.0, 9521.0, 9556.0, 9536.0, 9574.0, 9559.0, 9506.0, 9585.0, 9519.0, 9593.0, 9530.0, 9565.0, 9540.0, 9555.0, 9556.0, 9503.0, 9569.0, 9516.0, 9518.0, 9540.0, 9501.0, 9571.0, 9531.0, 9573.0, 9543.0, 9521.0, 9569.0, 9505.0, 9567.0, 9546.0, 9555.0, 9556.0, 9519.0, 9568.0, 9533.0, 9544.0, 9529.0, 9555.0, 9543.0, 9514.0, 9570.0, 9501.0, 9571.0, 9519.0, 9541.0, 9529.0, 9543.0, 9559.0, 9515.0, 9573.0, 9537.0, 9564.0, 9536.0, 9519.0, 9559.0, 9522.0, 9604.0, 9588.0, 9541.0, 9548.0, 9522.0, 9571.0, 9534.0, 9599.0, 9561.0, 9532.0, 9575.0, 9521.0, 9544.0, 9531.0, 9531.0, 9558.0, 9528.0, 9615.0, 9546.0, 9523.0, 9557.0, 9516.0, 9578.0, 9530.0, 9569.0, 9551.0, 9513.0, 9584.0, 9517.0, 9521.0, 9527.0, 9504.0, 9591.0, 9554.0, 9562.0, 9543.0, 9487.0, 9539.0, 9526.0, 9512.0, 9539.0, 9501.0, 9611.0, 9530.0, 9505.0, 9557.0, 9517.0, 9552.0, 9504.0, 9569.0, 9545.0, 9543.0, 9543.0, 9520.0, 9545.0, 9531.0, 9524.0, 9540.0, 9514.0, 9571.0, 9513.0, 9599.0, 9528.0, 9505.0, 9554.0, 9502.0, 9540.0, 9558.0, 9517.0, 9627.0, 9544.0, 9549.0, 9526.0, 9499.0, 9547.0, 9512.0, 9579.0, 9536.0, 9517.0, 9546.0, 9532.0, 9519.0, 9557.0, 9517.0, 9596.0, 9542.0, 9519.0, 9557.0, 9519.0, 9554.0, 9532.0, 9555.0, 9544.0, 9500.0, 9572.0, 9519.0, 9521.0, 9544.0, 9519.0, 9588.0, 9555.0, 9578.0, 9562.0, 9526.0, 9577.0, 9518.0, 9570.0, 9500.0, 9548.0, 9496.0, 9565.0, 9510.0, 9498.0, 9572.0, 9533.0, 9547.0, 9564.0, 9520.0, 9556.0, 9516.0, 9592.0, 9561.0, 9595.0, 9569.0, 9503.0, 9548.0, 9496.0, 9549.0, 9497.0, 9575.0, 9511.0, 9500.0, 9524.0, 9515.0, 9552.0, 9501.0, 9568.0, 9531.0, 9582.0, 9528.0, 9515.0, 9526.0, 9501.0, 9556.0, 9504.0, 9570.0, 9557.0, 9600.0, 9513.0, 9502.0, 9537.0, 9500.0, 9570.0, 9547.0, 9594.0, 9529.0, 9518.0, 9539.0, 9501.0, 9552.0, 9501.0, 9594.0, 9568.0, 9558.0, 9527.0, 9500.0, 9550.0, 9500.0, 9539.0, 9557.0, 9517.0, 9572.0, 9518.0, 9553.0, 9514.0, 9525.0, 9544.0, 9513.0, 9571.0, 9501.0, 9594.0, 9515.0, 9497.0, 9522.0, 9482.0, 9569.0, 9527.0, 9609.0, 9511.0, 9500.0, 9524.0, 9495.0, 9535.0, 9495.0, 9553.0, 9497.0, 9609.0, 9513.0, 9502.0, 9507.0, 9497.0, 9554.0, 9517.0, 9558.0, 9530.0, 9521.0, 9555.0, 9503.0, 9578.0, 9530.0, 9556.0, 9556.0, 9511.0, 9570.0, 9516.0, 9555.0, 9512.0, 9500.0, 9557.0, 9516.0, 9598.0, 9571.0, 9534.0, 9542.0, 9504.0, 9553.0, 9512.0, 9524.0, 9544.0, 9503.0, 9600.0, 9518.0, 9521.0, 9544.0, 9505.0, 9540.0, 9533.0, 9528.0, 9576.0, 9518.0, 9614.0, 9517.0, 9502.0, 9538.0, 9501.0, 9596.0, 9568.0, 9541.0, 9528.0, 9501.0, 9551.0, 9498.0, 9512.0, 9538.0, 9500.0, 9582.0, 9537.0, 9524.0, 9543.0, 9504.0, 9556.0, 9521.0, 9565.0, 9582.0, 9527.0, 9575.0, 9526.0, 9545.0, 9519.0, 9537.0, 9532.0, 9557.0, 9547.0, 9519.0, 9546.0, 9519.0, 9555.0, 9503.0, 9528.0, 9558.0, 9503.0, 9573.0, 9506.0, 9544.0, 9529.0, 9555.0, 9526.0, 9512.0, 9555.0, 9497.0, 9580.0, 9513.0, 9502.0, 9511.0, 9498.0, 9553.0, 9501.0, 9580.0, 9537.0, 9503.0, 9528.0, 9505.0, 9554.0, 9517.0, 9541.0, 9558.0, 9502.0, 9559.0, 9504.0, 9542.0, 9529.0, 9502.0, 9528.0, 9504.0, 9571.0, 9559.0, 9537.0, 9560.0, 9524.0, 9530.0, 9531.0, 9527.0, 9574.0, 9519.0, 9612.0, 9516.0, 9502.0, 9524.0, 9486.0, 9555.0, 9514.0, 9581.0, 9527.0, 9504.0, 9538.0, 9499.0, 9549.0, 9518.0, 9539.0, 9527.0, 9519.0, 9557.0, 9516.0, 9498.0, 9527.0, 9506.0, 9575.0, 9536.0, 9511.0, 9534.0, 9512.0, 9563.0, 9520.0, 9569.0, 9507.0, 9587.0, 9562.0, 9616.0, 9529.0, 9523.0, 9545.0, 9506.0, 9559.0, 9536.0, 9562.0, 9550.0, 9539.0, 9548.0, 9521.0, 9540.0, 9506.0, 9555.0, 9559.0, 9532.0, 9559.0, 9522.0, 9545.0, 9516.0, 9520.0, 9562.0, 9506.0, 9616.0, 9515.0, 9585.0, 9527.0, 9499.0, 9555.0, 9503.0, 9596.0, 9581.0, 9528.0, 9555.0, 9516.0, 9541.0, 9510.0, 9499.0, 9554.0, 9517.0, 9515.0, 9515.0, 9519.0, 9539.0, 9515.0, 9526.0, 9544.0, 9502.0, 9625.0, 9516.0, 9516.0, 9540.0, 9498.0, 9546.0, 9499.0, 9539.0, 9522.0, 9498.0, 9554.0, 9502.0, 9514.0, 9526.0, 9517.0, 9504.0, 9560.0, 9524.0, 9578.0, 9522.0, 9524.0, 9559.0, 9505.0, 9571.0, 9573.0, 9534.0, 9558.0, 9507.0, 9528.0, 9516.0, 9503.0, 9585.0, 9548.0, 9522.0, 9564.0, 9522.0, 9521.0, 9545.0, 9502.0, 9600.0, 9583.0, 9564.0, 9534.0, 9526.0, 9543.0, 9515.0, 9500.0, 9552.0, 9513.0, 9608.0, 9512.0, 9524.0, 9507.0, 9479.0, 9553.0, 9512.0, 9565.0, 9508.0, 9496.0, 9535.0, 9497.0, 9495.0, 9507.0, 9497.0, 9552.0, 9526.0, 9505.0, 9526.0, 9497.0, 9539.0, 9494.0, 9546.0, 9497.0, 9563.0, 9522.0, 9509.0, 9552.0, 9516.0, 9514.0, 9512.0, 9500.0, 9571.0, 9529.0, 9558.0, 9525.0, 9502.0, 9551.0, 9497.0, 9507.0, 9524.0, 9509.0, 9554.0, 9515.0, 9503.0, 9540.0, 9503.0, 9512.0, 9517.0, 9502.0, 9571.0, 9516.0, 9564.0, 9499.0, 9483.0, 9541.0, 9498.0, 9596.0, 9505.0, 9514.0, 9513.0, 9498.0, 9556.0, 9517.0, 9518.0, 9561.0, 9506.0, 9543.0, 9515.0, 9512.0, 9526.0, 9502.0, 9568.0, 9542.0, 9534.0, 9518.0, 9521.0, 9557.0, 9504.0, 9504.0, 9532.0, 9504.0, 9562.0, 9541.0, 9569.0, 9539.0, 9519.0, 9539.0, 9518.0, 9580.0, 9533.0, 9618.0, 9520.0, 9560.0, 9514.0, 9486.0, 9570.0, 9528.0, 9521.0, 9543.0, 9505.0, 9555.0, 9499.0, 9513.0, 9529.0, 9502.0, 9598.0, 9526.0, 9506.0, 9553.0, 9515.0, 9576.0, 9497.0, 9547.0, 9539.0, 9495.0, 9579.0, 9499.0, 9539.0, 9496.0, 9481.0, 9507.0, 9498.0, 9540.0, 9513.0, 9523.0, 9545.0, 9520.0, 9517.0, 9536.0, 9523.0, 9606.0, 9527.0, 9522.0, 9521.0, 9504.0, 9560.0, 9522.0, 9604.0, 9589.0, 9533.0, 9514.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.0003852625820568928</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019732275711159736</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.38252352715226</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1574909362322021</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9931401051150043</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4986</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4708.561</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0774964058942968</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.7658643326039387</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.640983266472391</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.566115393364496</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.889515931108572</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4673184749441064</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00266219</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006577642634510994</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03197505697607994</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.595356965917185</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>15.1499</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.9284</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.7093</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295032.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1019.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>387.7419</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6597</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.5783</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3442.6875</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3722.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81512.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>916.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4567.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1035.2177</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.702833655057475</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> |