=== 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-0053 --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-0053",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
108 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
108 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0053_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-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0053/figures/sub-0053_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-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053/ses-02/func/sub-0053_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>31a2bf4db010bd9e839a8e986025616b</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:26:1.052500</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.997101, -0.00636226, -0.0758181, 0.00435068, 0.999635, -0.0266673]</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.0852519</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>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4133, -7721, -7266, 545, -60, -39, -100, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.339</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d2efcbdd-3c29-4695-9432-b0106fe30c83||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.675150156021118, 0.011672562919557095, -0.205092191696167, 113.85657501220703], [0.017069470137357712, 2.6819472312927246, -0.07090232521295547, -87.59136199951172], [-0.20341439545154572, 0.07154636085033417, 2.69126558303833, -66.59545135498047], [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': ['112601.052500', '112601.512500', '112601.972500', '112602.432500', '112602.892500', '112603.352500', '112603.812500', '112604.272500', '112604.732500', '112605.192500', '112605.652500', '112606.112500', '112606.572500', '112607.032500', '112607.492500', '112607.952500', '112608.412500', '112608.872500', '112609.332500', '112609.792500', '112610.252500', '112610.712500', '112611.172500', '112611.632500', '112612.092500', '112612.552500', '112613.012500', '112613.472500', '112613.932500', '112614.392500', '112614.852500', '112615.312500', '112615.772500', '112616.232500', '112616.692500', '112617.152500', '112617.612500', '112618.072500', '112618.532500', '112618.992500', '112619.452500', '112619.912500', '112620.372500', '112620.832500', '112621.292500', '112621.752500', '112622.212500', '112622.672500', '112623.132500', '112623.592500', '112624.052500', '112624.512500', '112624.972500', '112625.432500', '112625.892500', '112626.352500', '112626.812500', '112627.272500', '112627.732500', '112628.192500', '112628.652500', '112629.112500', '112629.572500', '112630.032500', '112630.492500', '112630.952500', '112631.412500', '112631.872500', '112632.332500', '112632.792500', '112633.252500', '112633.712500', '112634.172500', '112634.632500', '112635.092500', '112635.552500', '112636.012500', '112636.472500', '112636.932500', '112637.392500', '112637.852500', '112638.312500', '112638.772500', '112639.232500', '112639.692500', '112640.152500', '112640.612500', '112641.072500', '112641.532500', '112641.992500', '112642.452500', '112642.912500', '112643.372500', '112643.832500', '112644.292500', '112644.752500', '112645.212500', '112645.672500', '112646.132500', '112646.592500', '112647.052500', '112647.512500', '112647.972500', '112648.432500', '112648.892500', '112649.352500', '112649.812500', '112650.272500', '112650.732500', '112651.192500', '112651.652500', '112652.112500', '112652.572500', '112653.032500', '112653.492500', '112653.952500', '112654.412500', '112654.872500', '112655.332500', '112655.792500', '112656.252500', '112656.712500', '112657.172500', '112657.632500', '112658.092500', '112658.552500', '112659.012500', '112659.472500', '112659.932500', '112700.392500', '112700.852500', '112701.312500', '112701.772500', '112702.232500', '112702.692500', '112703.152500', '112703.612500', '112704.072500', '112704.532500', '112704.992500', '112705.452500', '112705.912500', '112706.372500', '112706.832500', '112707.292500', '112707.752500', '112708.212500', '112708.672500', '112709.132500', '112709.592500', '112710.052500', '112710.512500', '112710.972500', '112711.432500', '112711.892500', '112712.352500', '112712.812500', '112713.272500', '112713.732500', '112714.192500', '112714.652500', '112715.112500', '112715.572500', '112716.032500', '112716.492500', '112716.952500', '112717.412500', '112717.872500', '112718.332500', '112718.792500', '112719.252500', '112719.712500', '112720.172500', '112720.632500', '112721.092500', '112721.552500', '112722.012500', '112722.472500', '112722.932500', '112723.392500', '112723.852500', '112724.312500', '112724.772500', '112725.232500', '112725.692500', '112726.152500', '112726.612500', '112727.072500', '112727.532500', '112727.992500', '112728.452500', '112728.912500', '112729.372500', '112729.832500', '112730.292500', '112730.752500', '112731.212500', '112731.672500', '112732.132500', '112732.592500', '112733.052500', '112733.512500', '112733.972500', '112734.432500', '112734.892500', '112735.352500', '112735.812500', '112736.272500', '112736.732500', '112737.192500', '112737.652500', '112738.112500', '112738.572500', '112739.032500', '112739.492500', '112739.952500', '112740.412500', '112740.872500', '112741.332500', '112741.792500', '112742.252500', '112742.712500', '112743.172500', '112743.632500', '112744.092500', '112744.552500', '112745.012500', '112745.472500', '112745.932500', '112746.392500', '112746.852500', '112747.312500', '112747.772500', '112748.232500', '112748.692500', '112749.152500', '112749.612500', '112750.072500', '112750.532500', '112750.992500', '112751.452500', '112751.912500', '112752.372500', '112752.832500', '112753.292500', '112753.752500', '112754.212500', '112754.672500', '112755.132500', '112755.592500', '112756.052500', '112756.512500', '112756.972500', '112757.432500', '112757.892500', '112758.352500', '112758.812500', '112759.272500', '112759.732500', '112800.192500', '112800.652500', '112801.112500', '112801.572500', '112802.032500', '112802.492500', '112802.952500', '112803.412500', '112803.872500', '112804.332500', '112804.792500', '112805.252500', '112805.712500', '112806.172500', '112806.632500', '112807.092500', '112807.552500', '112808.012500', '112808.472500', '112808.932500', '112809.392500', '112809.852500', '112810.312500', '112810.772500', '112811.232500', '112811.692500', '112812.152500', '112812.612500', '112813.072500', '112813.532500', '112813.992500', '112814.452500', '112814.912500', '112815.372500', '112815.832500', '112816.292500', '112816.752500', '112817.212500', '112817.672500', '112818.132500', '112818.592500', '112819.052500', '112819.512500', '112819.972500', '112820.432500', '112820.892500', '112821.352500', '112821.812500', '112822.272500', '112822.732500', '112823.192500', '112823.652500', '112824.112500', '112824.572500', '112825.032500', '112825.492500', '112825.952500', '112826.412500', '112826.872500', '112827.332500', '112827.792500', '112828.252500', '112828.712500', '112829.172500', '112829.632500', '112830.092500', '112830.552500', '112831.012500', '112831.472500', '112831.932500', '112832.392500', '112832.852500', '112833.312500', '112833.772500', '112834.232500', '112834.692500', '112835.152500', '112835.612500', '112836.072500', '112836.532500', '112836.992500', '112837.452500', '112837.912500', '112838.372500', '112838.832500', '112839.292500', '112839.752500', '112840.212500', '112840.672500', '112841.132500', '112841.592500', '112842.052500', '112842.512500', '112842.972500', '112843.432500', '112843.892500', '112844.352500', '112844.812500', '112845.272500', '112845.732500', '112846.192500', '112846.652500', '112847.112500', '112847.572500', '112848.032500', '112848.492500', '112848.952500', '112849.412500', '112849.872500', '112850.332500', '112850.792500', '112851.252500', '112851.712500', '112852.172500', '112852.632500', '112853.092500', '112853.552500', '112854.012500', '112854.472500', '112854.932500', '112855.392500', '112855.852500', '112856.312500', '112856.772500', '112857.232500', '112857.692500', '112858.152500', '112858.612500', '112859.072500', '112859.532500', '112859.992500', '112900.452500', '112900.912500', '112901.372500', '112901.832500', '112902.292500', '112902.752500', '112903.212500', '112903.672500', '112904.132500', '112904.592500', '112905.052500', '112905.512500', '112905.972500', '112906.432500', '112906.892500', '112907.352500', '112907.812500', '112908.272500', '112908.732500', '112909.192500', '112909.652500', '112910.112500', '112910.572500', '112911.032500', '112911.492500', '112911.952500', '112912.412500', '112912.872500', '112913.332500', '112913.792500', '112914.252500', '112914.712500', '112915.172500', '112915.632500', '112916.092500', '112916.552500', '112917.012500', '112917.472500', '112917.932500', '112918.392500', '112918.852500', '112919.312500', '112919.772500', '112920.232500', '112920.692500', '112921.152500', '112921.612500', '112922.072500', '112922.532500', '112922.992500', '112923.452500', '112923.912500', '112924.372500', '112924.832500', '112925.292500', '112925.752500', '112926.212500', '112926.672500', '112927.132500', '112927.592500', '112928.052500', '112928.512500', '112928.972500', '112929.432500', '112929.892500', '112930.352500', '112930.812500', '112931.272500', '112931.732500', '112932.192500', '112932.652500', '112933.112500', '112933.572500', '112934.032500', '112934.492500', '112934.952500', '112935.412500', '112935.872500', '112936.332500', '112936.792500', '112937.252500', '112937.712500', '112938.172500', '112938.632500', '112939.092500', '112939.552500', '112940.012500', '112940.472500', '112940.932500', '112941.392500', '112941.852500', '112942.312500', '112942.772500', '112943.232500', '112943.692500', '112944.152500', '112944.612500', '112945.072500', '112945.532500', '112945.992500', '112946.452500', '112946.912500', '112947.372500', '112947.832500', '112948.292500', '112948.752500', '112949.212500', '112949.672500', '112950.132500', '112950.592500', '112951.052500', '112951.512500', '112951.972500', '112952.432500', '112952.892500', '112953.352500', '112953.812500', '112954.272500', '112954.732500', '112955.192500', '112955.652500', '112956.112500', '112956.572500', '112957.032500', '112957.492500', '112957.952500', '112958.412500', '112958.872500', '112959.332500', '112959.792500', '113000.252500', '113000.712500', '113001.172500', '113001.632500', '113002.092500', '113002.552500', '113003.012500', '113003.472500', '113003.932500', '113004.392500', '113004.852500', '113005.312500', '113005.772500', '113006.232500', '113006.692500', '113007.152500', '113007.612500', '113008.072500', '113008.532500', '113008.992500', '113009.452500', '113009.912500', '113010.372500', '113010.832500', '113011.292500', '113011.752500', '113012.212500', '113012.672500', '113013.132500', '113013.592500', '113014.052500', '113014.512500', '113014.972500', '113015.432500', '113015.892500', '113016.352500', '113016.812500', '113017.272500', '113017.732500', '113018.192500', '113018.652500', '113019.112500', '113019.572500', '113020.032500', '113020.492500', '113020.952500', '113021.412500', '113021.872500', '113022.332500', '113022.792500', '113023.252500', '113023.712500', '113024.172500', '113024.632500', '113025.092500', '113025.552500', '113026.012500', '113026.472500', '113026.932500', '113027.392500', '113027.852500', '113028.312500', '113028.772500', '113029.232500', '113029.692500', '113030.152500', '113030.612500', '113031.072500', '113031.532500', '113031.992500', '113032.452500', '113032.912500', '113033.372500', '113033.832500', '113034.292500', '113034.752500', '113035.212500', '113035.672500', '113036.132500', '113036.592500', '113037.052500', '113037.512500', '113037.972500', '113038.432500', '113038.892500', '113039.352500', '113039.812500', '113040.272500', '113040.732500', '113041.192500', '113041.652500', '113042.112500', '113042.572500', '113043.032500', '113043.492500', '113043.952500', '113044.412500', '113044.872500', '113045.332500', '113045.792500', '113046.252500', '113046.712500', '113047.172500', '113047.632500', '113048.092500', '113048.552500', '113049.012500', '113049.472500', '113049.932500', '113050.392500', '113050.852500', '113051.312500', '113051.772500', '113052.232500', '113052.692500', '113053.152500', '113053.612500', '113054.072500', '113054.532500', '113054.992500', '113055.452500', '113055.912500', '113056.372500', '113056.832500', '113057.292500', '113057.752500', '113058.212500', '113058.672500', '113059.132500', '113059.592500', '113100.052500', '113100.512500', '113100.972500', '113101.432500', '113101.892500', '113102.352500', '113102.812500', '113103.272500', '113103.732500', '113104.192500', '113104.652500', '113105.112500', '113105.572500', '113106.032500', '113106.492500', '113106.952500', '113107.412500', '113107.872500', '113108.332500', '113108.792500', '113109.252500', '113109.712500', '113110.172500', '113110.632500', '113111.092500', '113111.552500', '113112.012500', '113112.472500', '113112.932500', '113113.392500', '113113.852500', '113114.312500', '113114.772500', '113115.232500', '113115.692500', '113116.152500', '113116.612500', '113117.072500', '113117.532500', '113117.992500', '113118.452500', '113118.912500', '113119.372500', '113119.832500', '113120.292500', '113120.752500', '113121.212500', '113121.672500', '113122.132500', '113122.592500', '113123.052500', '113123.512500', '113123.972500', '113124.432500', '113124.892500', '113125.352500', '113125.812500', '113126.272500', '113126.732500', '113127.192500', '113127.652500', '113128.112500', '113128.572500', '113129.032500', '113129.492500', '113129.952500', '113130.412500', '113130.872500', '113131.332500', '113131.792500', '113132.252500', '113132.712500', '113133.172500', '113133.632500', '113134.092500', '113134.552500', '113135.012500', '113135.472500', '113135.932500', '113136.392500', '113136.852500', '113137.312500', '113137.772500', '113138.232500', '113138.692500', '113139.152500', '113139.612500', '113140.072500', '113140.532500', '113140.992500', '113141.452500', '113141.912500', '113142.372500', '113142.832500', '113143.292500', '113143.752500', '113144.212500', '113144.672500', '113145.132500', '113145.592500', '113146.052500', '113146.512500', '113146.972500', '113147.432500', '113147.892500', '113148.352500', '113148.812500', '113149.272500', '113149.732500', '113150.192500', '113150.652500', '113151.112500', '113151.572500', '113152.032500', '113152.492500', '113152.952500', '113153.412500', '113153.872500', '113154.332500', '113154.792500', '113155.252500', '113155.712500', '113156.172500', '113156.632500', '113157.092500', '113157.552500', '113158.012500', '113158.472500', '113158.932500', '113159.392500', '113159.852500', '113200.312500', '113200.772500', '113201.232500', '113201.692500', '113202.152500', '113202.612500', '113203.072500', '113203.532500', '113203.992500', '113204.452500', '113204.912500', '113205.372500', '113205.832500', '113206.292500', '113206.752500', '113207.212500', '113207.672500', '113208.132500', '113208.592500', '113209.052500', '113209.512500', '113209.972500', '113210.432500', '113210.892500', '113211.352500', '113211.812500', '113212.272500', '113212.732500', '113213.192500', '113213.652500', '113214.112500', '113214.572500', '113215.032500', '113215.492500', '113215.952500', '113216.412500', '113216.872500', '113217.332500', '113217.792500', '113218.252500', '113218.712500', '113219.172500', '113219.632500', '113220.092500', '113220.552500', '113221.012500', '113221.472500', '113221.932500', '113222.392500', '113222.852500', '113223.312500', '113223.772500', '113224.232500', '113224.692500', '113225.152500', '113225.612500', '113226.072500', '113226.532500', '113226.992500', '113227.452500', '113227.912500', '113228.372500', '113228.832500', '113229.292500', '113229.752500', '113230.212500', '113230.672500', '113231.132500', '113231.592500', '113232.052500', '113232.512500', '113232.972500', '113233.432500', '113233.892500', '113234.352500', '113234.812500', '113235.272500', '113235.732500', '113236.192500', '113236.652500', '113237.112500', '113237.572500', '113238.032500', '113238.492500', '113238.952500', '113239.412500', '113239.872500', '113240.332500', '113240.792500', '113241.252500', '113241.712500', '113242.172500', '113242.632500', '113243.092500', '113243.552500', '113244.012500', '113244.472500', '113244.932500', '113245.392500', '113245.852500', '113246.312500', '113246.772500', '113247.232500', '113247.692500', '113248.152500', '113248.612500', '113249.072500', '113249.532500', '113249.992500', '113250.452500', '113250.912500', '113251.372500', '113251.832500', '113252.292500', '113252.752500', '113253.212500', '113253.672500', '113254.132500', '113254.592500', '113255.052500', '113255.512500', '113255.972500', '113256.432500', '113256.892500', '113257.352500', '113257.812500', '113258.272500', '113258.732500', '113259.192500', '113259.652500', '113300.112500', '113300.572500', '113301.032500'], 'ContentTime': ['112613.751000', '112613.754000', '112613.756000', '112613.759000', '112613.762000', '112613.764000', '112613.767000', '112613.770000', '112613.772000', '112613.775000', '112613.777000', '112613.780000', '112613.783000', '112613.785000', '112613.788000', '112613.790000', '112613.793000', '112613.803000', '112613.805000', '112613.813000', '112613.816000', '112613.819000', '112613.821000', '112613.824000', '112633.720000', '112633.724000', '112633.726000', '112633.729000', '112633.731000', '112633.734000', '112633.737000', '112633.739000', '112633.742000', '112633.744000', '112633.752000', '112633.755000', '112633.757000', '112633.760000', '112633.763000', '112633.765000', '112633.768000', '112633.771000', '112633.773000', '112633.776000', '112633.778000', '112633.781000', '112633.784000', '112633.786000', '112633.789000', '112633.791000', '112633.794000', '112633.796000', '112633.799000', '112633.802000', '112633.804000', '112633.807000', '112633.809000', '112633.812000', '112633.815000', '112633.817000', '112633.820000', '112633.822000', '112633.825000', '112633.829000', '112633.832000', '112633.835000', '112633.837000', '112633.840000', '112653.721000', '112653.738000', '112653.740000', '112653.743000', '112653.746000', '112653.748000', '112653.751000', '112653.753000', '112653.756000', '112653.759000', '112653.761000', '112653.764000', '112653.767000', '112653.769000', '112653.772000', '112653.775000', '112653.778000', '112653.781000', '112653.784000', '112653.786000', '112653.789000', '112653.792000', '112653.795000', '112653.803000', '112653.805000', '112653.808000', '112653.811000', '112653.813000', '112653.816000', '112653.818000', '112653.821000', '112653.824000', '112653.826000', '112653.829000', '112653.832000', '112653.834000', '112653.837000', '112653.839000', '112653.842000', '112653.844000', '112653.847000', '112653.850000', '112653.852000', '112713.721000', '112713.723000', '112713.726000', '112713.729000', '112713.732000', '112713.734000', '112713.737000', '112713.739000', '112713.742000', '112713.745000', '112713.747000', '112713.750000', '112713.752000', '112713.755000', '112713.757000', '112713.760000', '112713.763000', '112713.765000', '112713.768000', '112713.770000', '112713.773000', '112713.776000', '112713.778000', '112713.781000', '112713.783000', '112713.786000', '112713.789000', '112713.791000', '112713.794000', '112713.797000', '112713.799000', '112713.802000', '112713.804000', '112713.807000', '112713.809000', '112713.812000', '112713.815000', '112713.817000', '112713.820000', '112713.822000', '112713.825000', '112713.827000', '112713.830000', '112713.833000', '112733.720000', '112733.723000', '112733.726000', '112733.729000', '112733.731000', '112733.734000', '112733.736000', '112733.739000', '112733.741000', '112733.744000', '112733.747000', '112733.749000', '112733.752000', '112733.754000', '112733.757000', '112733.759000', '112733.762000', '112733.765000', '112733.767000', '112733.770000', '112733.772000', '112733.775000', '112733.778000', '112733.780000', '112733.783000', '112733.786000', '112733.788000', '112733.791000', '112733.794000', '112733.796000', '112733.799000', '112733.801000', '112733.804000', '112733.807000', '112733.809000', '112733.812000', '112733.814000', '112733.817000', '112733.819000', '112733.822000', '112733.825000', '112733.827000', '112733.830000', '112753.722000', '112753.724000', '112753.727000', '112753.730000', '112753.733000', '112753.735000', '112753.738000', '112753.740000', '112753.743000', '112753.745000', '112753.748000', '112753.751000', '112753.753000', '112753.756000', '112753.758000', '112753.761000', '112753.764000', '112753.766000', '112753.769000', '112753.772000', '112753.774000', '112753.777000', '112753.779000', '112753.782000', '112753.785000', '112753.787000', '112753.790000', '112753.792000', '112753.795000', '112753.798000', '112753.800000', '112753.803000', '112753.806000', '112753.808000', '112753.811000', '112753.813000', '112753.816000', '112753.818000', '112753.821000', '112753.824000', '112753.826000', '112753.829000', '112753.832000', '112753.834000', '112813.721000', '112813.724000', '112813.726000', '112813.729000', '112813.731000', '112813.734000', '112813.737000', '112813.739000', '112813.742000', '112813.745000', '112813.747000', '112813.750000', '112813.752000', '112813.755000', '112813.758000', '112813.760000', '112813.763000', '112813.765000', '112813.768000', '112813.771000', '112813.773000', '112813.776000', '112813.778000', '112813.781000', '112813.783000', '112813.786000', '112813.789000', '112813.791000', '112813.794000', '112813.797000', '112813.799000', '112813.802000', '112813.804000', '112813.807000', '112813.810000', '112813.812000', '112813.815000', '112813.819000', '112813.822000', '112813.824000', '112813.827000', '112813.830000', '112813.832000', '112833.721000', '112833.723000', '112833.727000', '112833.729000', '112833.732000', '112833.734000', '112833.737000', '112833.740000', '112833.742000', '112833.745000', '112833.747000', '112833.750000', '112833.753000', '112833.755000', '112833.758000', '112833.761000', '112833.763000', '112833.766000', '112833.768000', '112833.771000', '112833.774000', '112833.776000', '112833.779000', '112833.781000', '112833.784000', '112833.787000', '112833.790000', '112833.792000', '112833.795000', '112833.797000', '112833.800000', '112833.803000', '112833.805000', '112833.808000', '112833.810000', '112833.813000', '112833.816000', '112833.818000', '112833.821000', '112833.823000', '112833.826000', '112833.829000', '112833.831000', '112833.834000', '112853.720000', '112853.723000', '112853.726000', '112853.729000', '112853.731000', '112853.734000', '112853.736000', '112853.739000', '112853.742000', '112853.744000', '112853.747000', '112853.750000', '112853.752000', '112853.755000', '112853.758000', '112853.760000', '112853.763000', '112853.766000', '112853.768000', '112853.771000', '112853.773000', '112853.776000', '112853.779000', '112853.781000', '112853.784000', '112853.787000', '112853.789000', '112853.792000', '112853.794000', '112853.797000', '112853.799000', '112853.802000', '112853.805000', '112853.807000', '112853.810000', '112853.813000', '112853.816000', '112853.818000', '112853.821000', '112853.825000', '112853.828000', '112853.831000', '112853.834000', '112913.720000', '112913.723000', '112913.726000', '112913.729000', '112913.731000', '112913.734000', '112913.737000', '112913.739000', '112913.742000', '112913.744000', '112913.747000', '112913.750000', '112913.752000', '112913.755000', '112913.757000', '112913.760000', '112913.763000', '112913.766000', '112913.768000', '112913.771000', '112913.773000', '112913.776000', '112913.779000', '112913.781000', '112913.784000', '112913.786000', '112913.789000', '112913.792000', '112913.794000', '112913.797000', '112913.799000', '112913.802000', '112913.804000', '112913.807000', '112913.810000', '112913.812000', '112913.815000', '112913.818000', '112913.820000', '112913.823000', '112913.825000', '112913.828000', '112913.831000', '112913.833000', '112933.720000', '112933.723000', '112933.726000', '112933.729000', '112933.731000', '112933.734000', '112933.736000', '112933.739000', '112933.742000', '112933.744000', '112933.747000', '112933.750000', '112933.752000', '112933.755000', '112933.757000', '112933.760000', '112933.763000', '112933.765000', '112933.768000', '112933.770000', '112933.773000', '112933.776000', '112933.778000', '112933.781000', '112933.784000', '112933.786000', '112933.789000', '112933.791000', '112933.794000', '112933.797000', '112933.799000', '112933.802000', '112933.805000', '112933.807000', '112933.810000', '112933.813000', '112933.815000', '112933.818000', '112933.820000', '112933.823000', '112933.826000', '112933.828000', '112933.831000', '112953.721000', '112953.723000', '112953.726000', '112953.729000', '112953.731000', '112953.734000', '112953.737000', '112953.739000', '112953.742000', '112953.744000', '112953.747000', '112953.750000', '112953.752000', '112953.755000', '112953.757000', '112953.760000', '112953.763000', '112953.765000', '112953.768000', '112953.771000', '112953.780000', '112953.783000', '112953.785000', '112953.788000', '112953.791000', '112953.793000', '112953.796000', '112953.798000', '112953.801000', '112953.804000', '112953.806000', '112953.809000', '112953.811000', '112953.814000', '112953.816000', '112953.819000', '112953.822000', '112953.832000', '112953.835000', '112953.837000', '112953.840000', '112953.843000', '112953.845000', '112953.848000', '113013.722000', '113013.724000', '113013.727000', '113013.730000', '113013.732000', '113013.735000', '113013.738000', '113013.740000', '113013.743000', '113013.745000', '113013.748000', '113013.751000', '113013.753000', '113013.756000', '113013.758000', '113013.761000', '113013.764000', '113013.766000', '113013.769000', '113013.772000', '113013.774000', '113013.777000', '113013.779000', '113013.782000', '113013.784000', '113013.787000', '113013.790000', '113013.792000', '113013.795000', '113013.798000', '113013.800000', '113013.803000', '113013.806000', '113013.808000', '113013.811000', '113013.813000', '113013.816000', '113013.819000', '113013.821000', '113013.824000', '113013.826000', '113013.829000', '113013.832000', '113033.720000', '113033.723000', '113033.726000', '113033.729000', '113033.731000', '113033.734000', '113033.736000', '113033.739000', '113033.742000', '113033.744000', '113033.747000', '113033.750000', '113033.752000', '113033.755000', '113033.757000', '113033.760000', '113033.763000', '113033.766000', '113033.768000', '113033.771000', '113033.773000', '113033.776000', '113033.779000', '113033.781000', '113033.784000', '113033.787000', '113033.789000', '113033.792000', '113033.795000', '113033.797000', '113033.800000', '113033.803000', '113033.805000', '113033.808000', '113033.810000', '113033.813000', '113033.816000', '113033.818000', '113033.821000', '113033.823000', '113033.826000', '113033.829000', '113033.831000', '113033.834000', '113053.721000', '113053.724000', '113053.726000', '113053.729000', '113053.731000', '113053.734000', '113053.737000', '113053.739000', '113053.742000', '113053.745000', '113053.747000', '113053.750000', '113053.752000', '113053.755000', '113053.758000', '113053.760000', '113053.763000', '113053.766000', '113053.768000', '113053.771000', '113053.773000', '113053.776000', '113053.779000', '113053.781000', '113053.784000', '113053.787000', '113053.789000', '113053.792000', '113053.794000', '113053.797000', '113053.800000', '113053.802000', '113053.805000', '113053.808000', '113053.810000', '113053.813000', '113053.816000', '113053.818000', '113053.821000', '113053.824000', '113053.826000', '113053.829000', '113053.831000', '113113.721000', '113113.723000', '113113.726000', '113113.729000', '113113.731000', '113113.734000', '113113.737000', '113113.739000', '113113.742000', '113113.744000', '113113.747000', '113113.750000', '113113.752000', '113113.755000', '113113.758000', '113113.760000', '113113.763000', '113113.765000', '113113.768000', '113113.771000', '113113.773000', '113113.776000', '113113.779000', '113113.781000', '113113.784000', '113113.787000', '113113.789000', '113113.792000', '113113.794000', '113113.797000', '113113.800000', '113113.802000', '113113.805000', '113113.807000', '113113.810000', '113113.813000', '113113.815000', '113113.818000', '113113.820000', '113113.823000', '113113.826000', '113113.828000', '113113.831000', '113113.833000', '113133.721000', '113133.723000', '113133.726000', '113133.758000', '113133.760000', '113133.763000', '113133.766000', '113133.768000', '113133.771000', '113133.774000', '113133.776000', '113133.779000', '113133.781000', '113133.784000', '113133.787000', '113133.789000', '113133.792000', '113133.795000', '113133.797000', '113133.800000', '113133.803000', '113133.805000', '113133.808000', '113133.810000', '113133.813000', '113133.816000', '113133.818000', '113133.821000', '113133.823000', '113133.826000', '113133.829000', '113133.831000', '113133.834000', '113133.837000', '113133.839000', '113133.842000', '113133.845000', '113133.847000', '113133.850000', '113133.852000', '113133.855000', '113133.858000', '113133.860000', '113153.721000', '113153.724000', '113153.726000', '113153.729000', '113153.732000', '113153.734000', '113153.737000', '113153.739000', '113153.742000', '113153.745000', '113153.747000', '113153.750000', '113153.753000', '113153.755000', '113153.758000', '113153.761000', '113153.763000', '113153.766000', '113153.769000', '113153.771000', '113153.774000', '113153.778000', '113153.781000', '113153.783000', '113153.786000', '113153.789000', '113153.791000', '113153.794000', '113153.796000', '113153.799000', '113153.802000', '113153.804000', '113153.807000', '113153.810000', '113153.812000', '113153.815000', '113153.817000', '113153.820000', '113153.823000', '113153.825000', '113153.828000', '113153.830000', '113153.833000', '113153.836000', '113213.720000', '113213.723000', '113213.726000', '113213.729000', '113213.731000', '113213.734000', '113213.736000', '113213.740000', '113213.742000', '113213.745000', '113213.747000', '113213.750000', '113213.752000', '113213.755000', '113213.758000', '113213.760000', '113213.763000', '113213.766000', '113213.768000', '113213.771000', '113213.773000', '113213.776000', '113213.779000', '113213.781000', '113213.784000', '113213.787000', '113213.789000', '113213.792000', '113213.794000', '113213.797000', '113213.800000', '113213.802000', '113213.805000', '113213.808000', '113213.810000', '113213.813000', '113213.815000', '113213.818000', '113213.820000', '113213.824000', '113213.826000', '113213.829000', '113213.831000', '113233.722000', '113233.725000', '113233.727000', '113233.730000', '113233.733000', '113233.735000', '113233.738000', '113233.741000', '113233.743000', '113233.746000', '113233.748000', '113233.751000', '113233.754000', '113233.756000', '113233.759000', '113233.762000', '113233.764000', '113233.767000', '113233.770000', '113233.772000', '113233.775000', '113233.777000', '113233.780000', '113233.782000', '113233.785000', '113233.788000', '113233.791000', '113233.793000', '113233.796000', '113233.799000', '113233.801000', '113233.804000', '113233.807000', '113233.809000', '113233.812000', '113233.814000', '113233.817000', '113233.820000', '113233.822000', '113233.825000', '113233.827000', '113233.830000', '113233.832000', '113253.721000', '113253.724000', '113253.726000', '113253.729000', '113253.732000', '113253.734000', '113253.737000', '113253.740000', '113253.742000', '113253.745000', '113253.747000', '113253.750000', '113253.753000', '113253.755000', '113253.758000', '113253.769000', '113253.772000', '113253.774000', '113253.777000', '113253.780000', '113253.782000', '113253.785000', '113253.787000', '113253.790000', '113253.793000', '113253.795000', '113253.798000', '113253.801000', '113253.803000', '113253.806000', '113253.808000', '113253.811000', '113253.814000', '113253.816000', '113253.819000', '113253.822000', '113253.824000', '113253.827000', '113253.829000', '113253.832000', '113253.835000', '113253.837000', '113253.840000', '113253.843000', '113302.651000', '113302.655000', '113302.658000', '113302.661000', '113302.664000', '113302.667000', '113302.669000', '113302.673000', '113302.676000', '113302.678000', '113302.681000', '113302.684000', '113302.688000', '113302.691000', '113302.693000', '113302.697000', '113302.699000', '113302.702000', '113302.705000', '113302.708000'], 'InstanceCreationTime': ['112613.751000', '112613.754000', '112613.756000', '112613.759000', '112613.762000', '112613.764000', '112613.767000', '112613.770000', '112613.772000', '112613.775000', '112613.777000', '112613.780000', '112613.783000', '112613.785000', '112613.788000', '112613.790000', '112613.793000', '112613.803000', '112613.805000', '112613.813000', '112613.816000', '112613.819000', '112613.821000', '112613.824000', '112633.720000', '112633.724000', '112633.726000', '112633.729000', '112633.731000', '112633.734000', '112633.737000', '112633.739000', '112633.742000', '112633.744000', '112633.752000', '112633.755000', '112633.757000', '112633.760000', '112633.763000', '112633.765000', '112633.768000', '112633.771000', '112633.773000', '112633.776000', '112633.778000', '112633.781000', '112633.784000', '112633.786000', '112633.789000', '112633.791000', '112633.794000', '112633.796000', '112633.799000', '112633.802000', '112633.804000', '112633.807000', '112633.809000', '112633.812000', '112633.815000', '112633.817000', '112633.820000', '112633.822000', '112633.825000', '112633.829000', '112633.832000', '112633.835000', '112633.837000', '112633.840000', '112653.721000', '112653.738000', '112653.740000', '112653.743000', '112653.746000', '112653.748000', '112653.751000', '112653.753000', '112653.756000', '112653.759000', '112653.761000', '112653.764000', '112653.767000', '112653.769000', '112653.772000', '112653.775000', '112653.778000', '112653.781000', '112653.784000', '112653.786000', '112653.789000', '112653.792000', '112653.795000', '112653.803000', '112653.805000', '112653.808000', '112653.811000', '112653.813000', '112653.816000', '112653.818000', '112653.821000', '112653.824000', '112653.826000', '112653.829000', '112653.832000', '112653.834000', '112653.837000', '112653.839000', '112653.842000', '112653.844000', '112653.847000', '112653.850000', '112653.852000', '112713.721000', '112713.723000', '112713.726000', '112713.729000', '112713.732000', '112713.734000', '112713.737000', '112713.739000', '112713.742000', '112713.745000', '112713.747000', '112713.750000', '112713.752000', '112713.755000', '112713.757000', '112713.760000', '112713.763000', '112713.765000', '112713.768000', '112713.770000', '112713.773000', '112713.776000', '112713.778000', '112713.781000', '112713.783000', '112713.786000', '112713.789000', '112713.791000', '112713.794000', '112713.797000', '112713.799000', '112713.802000', '112713.804000', '112713.807000', '112713.809000', '112713.812000', '112713.815000', '112713.817000', '112713.820000', '112713.822000', '112713.825000', '112713.827000', '112713.830000', '112713.833000', '112733.720000', '112733.723000', '112733.726000', '112733.729000', '112733.731000', '112733.734000', '112733.736000', '112733.739000', '112733.741000', '112733.744000', '112733.747000', '112733.749000', '112733.752000', '112733.754000', '112733.757000', '112733.759000', '112733.762000', '112733.765000', '112733.767000', '112733.770000', '112733.772000', '112733.775000', '112733.778000', '112733.780000', '112733.783000', '112733.786000', '112733.788000', '112733.791000', '112733.794000', '112733.796000', '112733.799000', '112733.801000', '112733.804000', '112733.807000', '112733.809000', '112733.812000', '112733.814000', '112733.817000', '112733.819000', '112733.822000', '112733.825000', '112733.827000', '112733.830000', '112753.722000', '112753.724000', '112753.727000', '112753.730000', '112753.733000', '112753.735000', '112753.738000', '112753.740000', '112753.743000', '112753.745000', '112753.748000', '112753.751000', '112753.753000', '112753.756000', '112753.758000', '112753.761000', '112753.764000', '112753.766000', '112753.769000', '112753.772000', '112753.774000', '112753.777000', '112753.779000', '112753.782000', '112753.785000', '112753.787000', '112753.790000', '112753.792000', '112753.795000', '112753.798000', '112753.800000', '112753.803000', '112753.806000', '112753.808000', '112753.811000', '112753.813000', '112753.816000', '112753.818000', '112753.821000', '112753.824000', '112753.826000', '112753.829000', '112753.832000', '112753.834000', '112813.721000', '112813.724000', '112813.726000', '112813.729000', '112813.731000', '112813.734000', '112813.737000', '112813.739000', '112813.742000', '112813.745000', '112813.747000', '112813.750000', '112813.752000', '112813.755000', '112813.758000', '112813.760000', '112813.763000', '112813.765000', '112813.768000', '112813.771000', '112813.773000', '112813.776000', '112813.778000', '112813.781000', '112813.783000', '112813.786000', '112813.789000', '112813.791000', '112813.794000', '112813.797000', '112813.799000', '112813.802000', '112813.804000', '112813.807000', '112813.810000', '112813.812000', '112813.815000', '112813.819000', '112813.822000', '112813.824000', '112813.827000', '112813.830000', '112813.832000', '112833.721000', '112833.723000', '112833.727000', '112833.729000', '112833.732000', '112833.734000', '112833.737000', '112833.740000', '112833.742000', '112833.745000', '112833.747000', '112833.750000', '112833.753000', '112833.755000', '112833.758000', '112833.761000', '112833.763000', '112833.766000', '112833.768000', '112833.771000', '112833.774000', '112833.776000', '112833.779000', '112833.781000', '112833.784000', '112833.787000', '112833.790000', '112833.792000', '112833.795000', '112833.797000', '112833.800000', '112833.803000', '112833.805000', '112833.808000', '112833.810000', '112833.813000', '112833.816000', '112833.818000', '112833.821000', '112833.823000', '112833.826000', '112833.829000', '112833.831000', '112833.834000', '112853.720000', '112853.723000', '112853.726000', '112853.729000', '112853.731000', '112853.734000', '112853.736000', '112853.739000', '112853.742000', '112853.744000', '112853.747000', '112853.750000', '112853.752000', '112853.755000', '112853.758000', '112853.760000', '112853.763000', '112853.766000', '112853.768000', '112853.771000', '112853.773000', '112853.776000', '112853.779000', '112853.781000', '112853.784000', '112853.787000', '112853.789000', '112853.792000', '112853.794000', '112853.797000', '112853.799000', '112853.802000', '112853.805000', '112853.807000', '112853.810000', '112853.813000', '112853.816000', '112853.818000', '112853.821000', '112853.825000', '112853.828000', '112853.831000', '112853.834000', '112913.720000', '112913.723000', '112913.726000', '112913.729000', '112913.731000', '112913.734000', '112913.737000', '112913.739000', '112913.742000', '112913.744000', '112913.747000', '112913.750000', '112913.752000', '112913.755000', '112913.757000', '112913.760000', '112913.763000', '112913.766000', '112913.768000', '112913.771000', '112913.773000', '112913.776000', '112913.779000', '112913.781000', '112913.784000', '112913.786000', '112913.789000', '112913.792000', '112913.794000', '112913.797000', '112913.799000', '112913.802000', '112913.804000', '112913.807000', '112913.810000', '112913.812000', '112913.815000', '112913.818000', '112913.820000', '112913.823000', '112913.825000', '112913.828000', '112913.831000', '112913.833000', '112933.720000', '112933.723000', '112933.726000', '112933.729000', '112933.731000', '112933.734000', '112933.736000', '112933.739000', '112933.742000', '112933.744000', '112933.747000', '112933.750000', '112933.752000', '112933.755000', '112933.757000', '112933.760000', '112933.763000', '112933.765000', '112933.768000', '112933.770000', '112933.773000', '112933.776000', '112933.778000', '112933.781000', '112933.784000', '112933.786000', '112933.789000', '112933.791000', '112933.794000', '112933.797000', '112933.799000', '112933.802000', '112933.805000', '112933.807000', '112933.810000', '112933.813000', '112933.815000', '112933.818000', '112933.820000', '112933.823000', '112933.826000', '112933.828000', '112933.831000', '112953.721000', '112953.723000', '112953.726000', '112953.729000', '112953.731000', '112953.734000', '112953.737000', '112953.739000', '112953.742000', '112953.744000', '112953.747000', '112953.750000', '112953.752000', '112953.755000', '112953.757000', '112953.760000', '112953.763000', '112953.765000', '112953.768000', '112953.771000', '112953.780000', '112953.783000', '112953.785000', '112953.788000', '112953.791000', '112953.793000', '112953.796000', '112953.798000', '112953.801000', '112953.804000', '112953.806000', '112953.809000', '112953.811000', '112953.814000', '112953.816000', '112953.819000', '112953.822000', '112953.832000', '112953.835000', '112953.837000', '112953.840000', '112953.843000', '112953.845000', '112953.848000', '113013.722000', '113013.724000', '113013.727000', '113013.730000', '113013.732000', '113013.735000', '113013.738000', '113013.740000', '113013.743000', '113013.745000', '113013.748000', '113013.751000', '113013.753000', '113013.756000', '113013.758000', '113013.761000', '113013.764000', '113013.766000', '113013.769000', '113013.772000', '113013.774000', '113013.777000', '113013.779000', '113013.782000', '113013.784000', '113013.787000', '113013.790000', '113013.792000', '113013.795000', '113013.798000', '113013.800000', '113013.803000', '113013.806000', '113013.808000', '113013.811000', '113013.813000', '113013.816000', '113013.819000', '113013.821000', '113013.824000', '113013.826000', '113013.829000', '113013.832000', '113033.720000', '113033.723000', '113033.726000', '113033.729000', '113033.731000', '113033.734000', '113033.736000', '113033.739000', '113033.742000', '113033.744000', '113033.747000', '113033.750000', '113033.752000', '113033.755000', '113033.757000', '113033.760000', '113033.763000', '113033.766000', '113033.768000', '113033.771000', '113033.773000', '113033.776000', '113033.779000', '113033.781000', '113033.784000', '113033.787000', '113033.789000', '113033.792000', '113033.795000', '113033.797000', '113033.800000', '113033.803000', '113033.805000', '113033.808000', '113033.810000', '113033.813000', '113033.816000', '113033.818000', '113033.821000', '113033.823000', '113033.826000', '113033.829000', '113033.831000', '113033.834000', '113053.721000', '113053.724000', '113053.726000', '113053.729000', '113053.731000', '113053.734000', '113053.737000', '113053.739000', '113053.742000', '113053.745000', '113053.747000', '113053.750000', '113053.752000', '113053.755000', '113053.758000', '113053.760000', '113053.763000', '113053.766000', '113053.768000', '113053.771000', '113053.773000', '113053.776000', '113053.779000', '113053.781000', '113053.784000', '113053.787000', '113053.789000', '113053.792000', '113053.794000', '113053.797000', '113053.800000', '113053.802000', '113053.805000', '113053.808000', '113053.810000', '113053.813000', '113053.816000', '113053.818000', '113053.821000', '113053.824000', '113053.826000', '113053.829000', '113053.831000', '113113.721000', '113113.723000', '113113.726000', '113113.729000', '113113.731000', '113113.734000', '113113.737000', '113113.739000', '113113.742000', '113113.744000', '113113.747000', '113113.750000', '113113.752000', '113113.755000', '113113.758000', '113113.760000', '113113.763000', '113113.765000', '113113.768000', '113113.771000', '113113.773000', '113113.776000', '113113.779000', '113113.781000', '113113.784000', '113113.787000', '113113.789000', '113113.792000', '113113.794000', '113113.797000', '113113.800000', '113113.802000', '113113.805000', '113113.807000', '113113.810000', '113113.813000', '113113.815000', '113113.818000', '113113.820000', '113113.823000', '113113.826000', '113113.828000', '113113.831000', '113113.833000', '113133.721000', '113133.723000', '113133.726000', '113133.758000', '113133.760000', '113133.763000', '113133.766000', '113133.768000', '113133.771000', '113133.774000', '113133.776000', '113133.779000', '113133.781000', '113133.784000', '113133.787000', '113133.789000', '113133.792000', '113133.795000', '113133.797000', '113133.800000', '113133.803000', '113133.805000', '113133.808000', '113133.810000', '113133.813000', '113133.816000', '113133.818000', '113133.821000', '113133.823000', '113133.826000', '113133.829000', '113133.831000', '113133.834000', '113133.837000', '113133.839000', '113133.842000', '113133.845000', '113133.847000', '113133.850000', '113133.852000', '113133.855000', '113133.858000', '113133.860000', '113153.721000', '113153.724000', '113153.726000', '113153.729000', '113153.732000', '113153.734000', '113153.737000', '113153.739000', '113153.742000', '113153.745000', '113153.747000', '113153.750000', '113153.753000', '113153.755000', '113153.758000', '113153.761000', '113153.763000', '113153.766000', '113153.769000', '113153.771000', '113153.774000', '113153.778000', '113153.781000', '113153.783000', '113153.786000', '113153.789000', '113153.791000', '113153.794000', '113153.796000', '113153.799000', '113153.802000', '113153.804000', '113153.807000', '113153.810000', '113153.812000', '113153.815000', '113153.817000', '113153.820000', '113153.823000', '113153.825000', '113153.828000', '113153.830000', '113153.833000', '113153.836000', '113213.720000', '113213.723000', '113213.726000', '113213.729000', '113213.731000', '113213.734000', '113213.736000', '113213.740000', '113213.742000', '113213.745000', '113213.747000', '113213.750000', '113213.752000', '113213.755000', '113213.758000', '113213.760000', '113213.763000', '113213.766000', '113213.768000', '113213.771000', '113213.773000', '113213.776000', '113213.779000', '113213.781000', '113213.784000', '113213.787000', '113213.789000', '113213.792000', '113213.794000', '113213.797000', '113213.800000', '113213.802000', '113213.805000', '113213.808000', '113213.810000', '113213.813000', '113213.815000', '113213.818000', '113213.820000', '113213.824000', '113213.826000', '113213.829000', '113213.831000', '113233.722000', '113233.725000', '113233.727000', '113233.730000', '113233.733000', '113233.735000', '113233.738000', '113233.741000', '113233.743000', '113233.746000', '113233.748000', '113233.751000', '113233.754000', '113233.756000', '113233.759000', '113233.762000', '113233.764000', '113233.767000', '113233.770000', '113233.772000', '113233.775000', '113233.777000', '113233.780000', '113233.782000', '113233.785000', '113233.788000', '113233.791000', '113233.793000', '113233.796000', '113233.799000', '113233.801000', '113233.804000', '113233.807000', '113233.809000', '113233.812000', '113233.814000', '113233.817000', '113233.820000', '113233.822000', '113233.825000', '113233.827000', '113233.830000', '113233.832000', '113253.721000', '113253.724000', '113253.726000', '113253.729000', '113253.732000', '113253.734000', '113253.737000', '113253.740000', '113253.742000', '113253.745000', '113253.747000', '113253.750000', '113253.753000', '113253.755000', '113253.758000', '113253.769000', '113253.772000', '113253.774000', '113253.777000', '113253.780000', '113253.782000', '113253.785000', '113253.787000', '113253.790000', '113253.793000', '113253.795000', '113253.798000', '113253.801000', '113253.803000', '113253.806000', '113253.808000', '113253.811000', '113253.814000', '113253.816000', '113253.819000', '113253.822000', '113253.824000', '113253.827000', '113253.829000', '113253.832000', '113253.835000', '113253.837000', '113253.840000', '113253.843000', '113302.651000', '113302.655000', '113302.658000', '113302.661000', '113302.664000', '113302.667000', '113302.669000', '113302.673000', '113302.676000', '113302.678000', '113302.681000', '113302.684000', '113302.688000', '113302.691000', '113302.693000', '113302.697000', '113302.699000', '113302.702000', '113302.705000', '113302.708000'], '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': [7281, 7275, 8248, 7509, 8743, 7632, 7490, 7331, 7236, 6949, 7590, 7894, 7532, 7066, 7384, 7471, 6802, 7147, 6481, 7634, 7228, 7176, 6255, 6247, 7492, 7507, 7281, 7145, 7325, 7498, 5934, 7478, 7762, 7404, 7573, 6272, 7638, 8683, 7350, 7564, 6891, 7403, 8124, 7646, 7384, 6982, 7372, 6410, 7481, 7728, 7295, 7466, 6314, 7146, 8128, 7265, 8556, 7105, 7596, 8575, 7376, 8420, 7420, 7665, 7858, 7100, 8553, 7544, 6896, 6763, 7364, 8129, 7501, 7606, 7126, 7325, 7278, 7494, 8362, 7395, 7547, 6808, 7123, 8624, 7098, 8236, 6974, 7197, 7770, 7282, 7965, 7128, 7449, 6094, 7182, 8163, 7230, 7626, 6921, 7239, 8904, 7056, 8153, 7149, 7380, 8847, 7255, 8363, 7074, 7080, 6568, 7033, 7761, 7278, 6948, 6819, 7223, 7481, 7160, 7205, 7395, 7195, 6500, 7301, 8355, 7270, 7665, 7076, 6941, 8675, 6996, 8388, 7191, 7683, 6308, 7130, 8737, 7166, 7132, 7310, 6835, 6339, 7224, 8457, 7093, 7633, 7324, 6686, 7025, 7051, 8173, 7409, 7661, 7535, 7330, 7440, 7036, 7717, 6931, 7801, 7324, 7199, 7270, 6701, 8296, 7086, 7928, 6993, 6622, 7088, 6981, 6559, 7235, 8065, 7104, 7586, 7575, 6934, 6477, 7182, 8234, 7308, 7672, 7124, 7373, 6465, 7003, 9133, 6816, 7666, 7276, 6988, 6692, 7131, 8547, 7060, 7877, 7298, 6955, 6851, 6735, 8542, 7006, 7448, 7251, 7221, 6229, 6800, 8629, 7017, 6949, 7278, 6844, 6364, 7101, 8330, 7372, 7676, 7053, 6625, 6682, 6971, 7933, 7346, 7695, 7048, 7332, 7335, 6789, 7482, 7033, 7660, 7146, 7522, 7116, 7330, 8167, 6968, 7831, 7175, 6757, 7147, 7062, 8354, 7204, 8262, 7072, 7777, 7368, 6667, 6417, 7000, 8377, 7268, 7571, 7105, 6949, 7767, 7069, 8007, 6921, 6800, 6806, 6724, 8155, 7350, 8226, 7054, 7801, 7066, 6996, 6614, 6905, 8167, 7072, 6542, 6815, 6568, 6477, 7015, 6032, 6998, 7560, 7021, 7226, 7015, 7672, 6740, 7168, 8343, 6969, 8349, 6676, 7863, 6842, 7398, 5977, 6770, 8777, 6941, 7151, 6908, 6520, 6683, 6966, 6123, 6781, 6919, 6931, 8105, 6967, 7541, 6969, 7654, 6382, 6987, 8377, 6922, 8394, 6740, 7688, 6858, 6918, 6094, 6898, 8150, 6945, 8432, 6829, 7572, 7064, 6948, 6306, 6697, 7768, 6724, 8412, 6967, 7766, 6907, 7655, 6366, 6879, 8867, 6899, 8622, 6732, 8110, 7009, 6873, 6194, 6710, 8693, 6765, 8268, 7021, 7067, 6876, 6635, 7017, 7054, 7903, 6838, 7831, 7117, 6754, 6181, 6810, 8437, 6842, 7874, 7022, 7283, 6395, 6803, 8831, 6685, 7041, 6755, 6612, 6236, 6899, 8422, 6950, 7917, 7013, 7081, 6676, 6762, 6208, 6720, 8208, 6951, 7791, 6993, 6766, 6579, 6548, 7547, 6814, 8450, 6842, 8231, 6977, 7461, 6711, 6638, 8902, 6630, 8105, 6511, 7453, 7151, 6862, 6414, 6641, 8841, 6766, 8318, 6888, 7756, 6731, 6820, 7372, 6675, 8353, 6903, 7296, 6893, 6682, 6268, 6861, 8796, 6654, 8286, 6998, 7287, 7038, 7126, 6719, 6744, 8124, 6521, 8853, 6851, 7647, 6871, 7372, 7222, 7089, 8201, 6706, 8790, 6864, 7514, 6861, 6340, 6613, 6761, 7739, 6842, 8177, 6809, 7489, 6777, 6916, 6458, 6666, 8620, 6919, 8246, 6729, 7791, 7171, 7025, 6869, 6543, 8975, 6897, 8423, 6647, 7246, 7018, 6642, 6240, 6689, 7555, 6897, 7864, 6955, 7424, 7014, 6781, 6151, 6462, 8396, 6756, 7809, 7032, 7033, 6768, 6550, 8410, 6803, 7477, 6793, 6658, 6860, 6647, 6179, 6653, 7840, 6954, 7334, 6881, 7223, 6672, 6467, 8058, 6871, 7844, 6648, 7194, 6655, 6959, 6399, 6652, 8892, 6735, 7761, 6892, 7519, 6657, 6656, 8588, 6661, 8128, 6783, 6888, 6627, 6342, 6609, 6885, 7912, 6650, 7540, 6880, 6684, 6257, 6522, 8221, 6654, 6993, 6864, 6642, 5999, 6863, 8800, 6617, 7404, 6684, 6391, 6443, 6494, 8373, 6767, 8178, 6698, 7009, 6645, 6472, 6055, 6525, 8690, 6848, 7499, 6960, 7474, 6872, 6699, 6495, 6576, 7796, 6755, 8158, 6553, 7664, 6756, 6790, 6401, 6648, 8293, 6721, 7707, 6583, 6939, 6483, 6637, 6371, 6662, 8453, 6703, 7368, 6544, 7094, 6350, 6704, 7844, 6550, 8669, 6521, 7336, 6820, 7165, 6217, 6534, 9188, 6517, 8182, 6439, 6273, 6741, 6847, 6394, 6600, 8456, 6489, 8180, 6457, 6390, 6605, 6230, 8491, 6751, 8147, 6876, 7638, 6639, 6257, 7398, 6466, 7765, 6660, 6887, 6360, 6351, 7497, 6728, 7532, 6621, 6421, 6419, 6729, 6241, 6603, 8688, 6710, 7662, 6517, 7072, 6453, 6507, 8966, 6819, 8352, 6517, 7328, 6453, 6569, 8828, 6486, 7822, 6786, 7059, 6376, 6588, 7617, 6666, 7463, 6558, 7209, 6280, 6463, 9255, 6667, 8277, 6758, 6848, 6417, 6384, 8640, 6824, 7981, 6678, 7402, 6938, 6304, 6414, 6456, 6804, 6988, 6862, 6054, 7252, 6020, 7239, 9124, 7094, 8599, 7272, 7790, 6411, 6373, 8798, 6505, 8006, 6257, 7332, 6748, 6396, 6553, 6969, 7277, 6033, 6717, 7700, 6982, 6513, 6353, 6919, 7589, 6969, 8693, 8513, 7330, 9630, 6978, 8355, 7078, 7221, 7066, 6853, 6199, 6804, 6658, 6509, 7180, 6540, 7126, 6479, 7257, 7427, 7254, 6731, 8638, 6838, 8046, 6944, 7156, 6328, 6639, 8455, 6667, 7669, 6893, 6657, 7031, 6628, 6826, 6640, 6456, 6945, 8092, 7030, 7086, 7092, 6655, 8656, 6864, 8571, 6850, 7016, 6909, 6535, 8832, 6752, 8014, 7188, 6797, 6860, 6750, 6472, 6808, 7844, 6921, 7107, 7032, 6633, 7010, 6765, 6247, 6952, 8079, 7204, 7341, 7026, 6761, 6990, 6980, 8332, 6819, 6858, 6910, 6814, 7883, 7007, 7510, 7046, 6449, 6940, 6838, 7847, 6980, 7181, 6870, 7049, 6309, 6825, 8523, 7149, 7442, 7211, 6793, 6150, 6691, 8306, 6828, 7975, 6946, 7067, 6867, 6623, 6250, 6991, 8397, 6720, 7916, 6743, 6873, 6185, 6525, 8285, 6676, 7363, 6594, 6642, 7828, 6732, 8295, 6877, 6799, 6921, 6772, 7565, 6773, 8103, 6849, 7439, 6693, 6319, 6267, 6450, 8198, 6842, 7576, 7073, 6890, 6428, 6674, 8255, 6972, 8003, 7025, 7927, 6884, 7396, 6980, 7182, 6705, 6918, 6180, 7070, 8632, 7144, 8146, 6871, 6801, 6970, 6718, 6139, 6830, 8126, 6914, 7322, 6722, 6572, 7279, 7239, 7136, 7094, 6617, 7048, 6397, 6921], 'WindowCenter': [3608.0, 3595.0, 3602.0, 3579.0, 3587.0, 3564.0, 3563.0, 3562.0, 3551.0, 3549.0, 3560.0, 3559.0, 3561.0, 3549.0, 3550.0, 3550.0, 3539.0, 3551.0, 3539.0, 3562.0, 3562.0, 3551.0, 3541.0, 3540.0, 3565.0, 3563.0, 3575.0, 3565.0, 3576.0, 3577.0, 3543.0, 3565.0, 3564.0, 3565.0, 3575.0, 3543.0, 3577.0, 3587.0, 3565.0, 3575.0, 3565.0, 3565.0, 3574.0, 3574.0, 3564.0, 3565.0, 3565.0, 3554.0, 3576.0, 3577.0, 3576.0, 3577.0, 3555.0, 3566.0, 3577.0, 3577.0, 3588.0, 3567.0, 3578.0, 3586.0, 3565.0, 3575.0, 3562.0, 3563.0, 3561.0, 3552.0, 3573.0, 3564.0, 3553.0, 3552.0, 3563.0, 3573.0, 3562.0, 3562.0, 3553.0, 3565.0, 3564.0, 3565.0, 3576.0, 3565.0, 3575.0, 3553.0, 3564.0, 3583.0, 3552.0, 3574.0, 3553.0, 3565.0, 3563.0, 3563.0, 3560.0, 3551.0, 3563.0, 3529.0, 3552.0, 3573.0, 3563.0, 3563.0, 3553.0, 3563.0, 3583.0, 3553.0, 3573.0, 3551.0, 3562.0, 3572.0, 3551.0, 3572.0, 3550.0, 3550.0, 3538.0, 3549.0, 3559.0, 3549.0, 3551.0, 3539.0, 3562.0, 3550.0, 3551.0, 3561.0, 3561.0, 3552.0, 3539.0, 3562.0, 3572.0, 3562.0, 3563.0, 3551.0, 3552.0, 3571.0, 3550.0, 3571.0, 3549.0, 3561.0, 3539.0, 3552.0, 3570.0, 3550.0, 3550.0, 3550.0, 3539.0, 3527.0, 3550.0, 3570.0, 3550.0, 3561.0, 3561.0, 3551.0, 3550.0, 3551.0, 3571.0, 3561.0, 3562.0, 3562.0, 3562.0, 3550.0, 3551.0, 3561.0, 3550.0, 3560.0, 3550.0, 3549.0, 3549.0, 3540.0, 3571.0, 3551.0, 3561.0, 3551.0, 3540.0, 3550.0, 3551.0, 3539.0, 3562.0, 3563.0, 3552.0, 3563.0, 3563.0, 3553.0, 3541.0, 3552.0, 3572.0, 3552.0, 3562.0, 3552.0, 3563.0, 3541.0, 3551.0, 3582.0, 3540.0, 3561.0, 3550.0, 3549.0, 3538.0, 3551.0, 3571.0, 3551.0, 3562.0, 3563.0, 3551.0, 3539.0, 3542.0, 3572.0, 3550.0, 3550.0, 3550.0, 3561.0, 3530.0, 3542.0, 3571.0, 3550.0, 3551.0, 3550.0, 3540.0, 3539.0, 3551.0, 3572.0, 3562.0, 3562.0, 3551.0, 3552.0, 3552.0, 3552.0, 3572.0, 3562.0, 3562.0, 3552.0, 3564.0, 3562.0, 3553.0, 3562.0, 3552.0, 3562.0, 3552.0, 3562.0, 3551.0, 3563.0, 3573.0, 3552.0, 3563.0, 3552.0, 3552.0, 3551.0, 3552.0, 3572.0, 3563.0, 3574.0, 3553.0, 3563.0, 3562.0, 3552.0, 3541.0, 3551.0, 3571.0, 3550.0, 3561.0, 3550.0, 3552.0, 3561.0, 3551.0, 3572.0, 3551.0, 3542.0, 3539.0, 3541.0, 3561.0, 3562.0, 3572.0, 3552.0, 3562.0, 3551.0, 3554.0, 3541.0, 3552.0, 3572.0, 3567.0, 3543.0, 3553.0, 3553.0, 3554.0, 3565.0, 3544.0, 3566.0, 3576.0, 3565.0, 3577.0, 3566.0, 3577.0, 3554.0, 3568.0, 3586.0, 3565.0, 3575.0, 3553.0, 3573.0, 3540.0, 3563.0, 3530.0, 3543.0, 3571.0, 3551.0, 3551.0, 3552.0, 3541.0, 3552.0, 3552.0, 3541.0, 3554.0, 3564.0, 3564.0, 3575.0, 3564.0, 3575.0, 3564.0, 3576.0, 3542.0, 3565.0, 3575.0, 3564.0, 3575.0, 3554.0, 3574.0, 3553.0, 3564.0, 3542.0, 3565.0, 3574.0, 3565.0, 3575.0, 3555.0, 3574.0, 3553.0, 3564.0, 3542.0, 3555.0, 3574.0, 3555.0, 3586.0, 3565.0, 3576.0, 3565.0, 3576.0, 3542.0, 3555.0, 3585.0, 3566.0, 3586.0, 3554.0, 3575.0, 3564.0, 3553.0, 3532.0, 3552.0, 3573.0, 3553.0, 3575.0, 3564.0, 3553.0, 3554.0, 3554.0, 3563.0, 3563.0, 3573.0, 3553.0, 3563.0, 3565.0, 3554.0, 3532.0, 3552.0, 3572.0, 3541.0, 3572.0, 3551.0, 3562.0, 3541.0, 3553.0, 3583.0, 3552.0, 3551.0, 3540.0, 3551.0, 3529.0, 3553.0, 3573.0, 3563.0, 3574.0, 3553.0, 3563.0, 3552.0, 3553.0, 3531.0, 3554.0, 3574.0, 3553.0, 3574.0, 3553.0, 3553.0, 3553.0, 3543.0, 3562.0, 3553.0, 3575.0, 3553.0, 3575.0, 3553.0, 3565.0, 3553.0, 3553.0, 3583.0, 3541.0, 3572.0, 3541.0, 3564.0, 3552.0, 3554.0, 3542.0, 3553.0, 3583.0, 3552.0, 3573.0, 3551.0, 3563.0, 3541.0, 3552.0, 3562.0, 3552.0, 3573.0, 3551.0, 3563.0, 3550.0, 3540.0, 3540.0, 3552.0, 3572.0, 3553.0, 3574.0, 3551.0, 3562.0, 3551.0, 3551.0, 3540.0, 3552.0, 3573.0, 3542.0, 3583.0, 3552.0, 3561.0, 3552.0, 3562.0, 3551.0, 3552.0, 3573.0, 3552.0, 3572.0, 3541.0, 3551.0, 3540.0, 3540.0, 3540.0, 3552.0, 3562.0, 3552.0, 3573.0, 3553.0, 3562.0, 3540.0, 3551.0, 3540.0, 3552.0, 3572.0, 3552.0, 3572.0, 3552.0, 3563.0, 3552.0, 3552.0, 3540.0, 3540.0, 3571.0, 3551.0, 3572.0, 3540.0, 3550.0, 3551.0, 3540.0, 3539.0, 3552.0, 3562.0, 3552.0, 3573.0, 3563.0, 3564.0, 3564.0, 3553.0, 3531.0, 3542.0, 3572.0, 3552.0, 3564.0, 3552.0, 3552.0, 3541.0, 3541.0, 3571.0, 3540.0, 3551.0, 3541.0, 3541.0, 3540.0, 3552.0, 3530.0, 3552.0, 3572.0, 3552.0, 3562.0, 3552.0, 3563.0, 3541.0, 3542.0, 3573.0, 3542.0, 3562.0, 3540.0, 3551.0, 3551.0, 3552.0, 3541.0, 3552.0, 3583.0, 3541.0, 3561.0, 3550.0, 3551.0, 3539.0, 3551.0, 3572.0, 3540.0, 3561.0, 3540.0, 3551.0, 3540.0, 3541.0, 3539.0, 3551.0, 3561.0, 3551.0, 3562.0, 3551.0, 3554.0, 3541.0, 3541.0, 3572.0, 3540.0, 3550.0, 3539.0, 3552.0, 3531.0, 3553.0, 3584.0, 3552.0, 3563.0, 3553.0, 3541.0, 3541.0, 3542.0, 3573.0, 3553.0, 3574.0, 3554.0, 3564.0, 3553.0, 3542.0, 3530.0, 3555.0, 3598.0, 3555.0, 3563.0, 3553.0, 3563.0, 3552.0, 3553.0, 3542.0, 3554.0, 3562.0, 3552.0, 3573.0, 3542.0, 3563.0, 3552.0, 3553.0, 3541.0, 3553.0, 3573.0, 3552.0, 3562.0, 3552.0, 3552.0, 3542.0, 3553.0, 3542.0, 3553.0, 3573.0, 3554.0, 3563.0, 3542.0, 3552.0, 3541.0, 3554.0, 3575.0, 3543.0, 3585.0, 3542.0, 3563.0, 3552.0, 3552.0, 3530.0, 3542.0, 3583.0, 3541.0, 3573.0, 3540.0, 3540.0, 3539.0, 3540.0, 3540.0, 3552.0, 3573.0, 3542.0, 3573.0, 3542.0, 3542.0, 3552.0, 3541.0, 3572.0, 3551.0, 3562.0, 3541.0, 3563.0, 3540.0, 3541.0, 3550.0, 3539.0, 3560.0, 3539.0, 3550.0, 3528.0, 3540.0, 3550.0, 3540.0, 3561.0, 3540.0, 3539.0, 3540.0, 3552.0, 3541.0, 3553.0, 3584.0, 3553.0, 3574.0, 3542.0, 3552.0, 3540.0, 3541.0, 3583.0, 3551.0, 3573.0, 3541.0, 3563.0, 3541.0, 3553.0, 3582.0, 3540.0, 3560.0, 3551.0, 3551.0, 3540.0, 3553.0, 3562.0, 3552.0, 3562.0, 3542.0, 3564.0, 3541.0, 3554.0, 3584.0, 3552.0, 3574.0, 3552.0, 3553.0, 3539.0, 3540.0, 3571.0, 3551.0, 3563.0, 3551.0, 3562.0, 3553.0, 3544.0, 3542.0, 3543.0, 3554.0, 3565.0, 3566.0, 3557.0, 3578.0, 3544.0, 3577.0, 3597.0, 3566.0, 3584.0, 3564.0, 3576.0, 3542.0, 3542.0, 3572.0, 3541.0, 3562.0, 3543.0, 3552.0, 3552.0, 3542.0, 3556.0, 3578.0, 3576.0, 3545.0, 3554.0, 3562.0, 3566.0, 3555.0, 3556.0, 3566.0, 3565.0, 3553.0, 3574.0, 3573.0, 3550.0, 3570.0, 3538.0, 3547.0, 3524.0, 3535.0, 3523.0, 3525.0, 3514.0, 3525.0, 3525.0, 3526.0, 3537.0, 3526.0, 3539.0, 3539.0, 3552.0, 3551.0, 3551.0, 3541.0, 3571.0, 3539.0, 3548.0, 3537.0, 3537.0, 3526.0, 3540.0, 3558.0, 3538.0, 3548.0, 3538.0, 3537.0, 3549.0, 3539.0, 3539.0, 3540.0, 3540.0, 3551.0, 3561.0, 3550.0, 3550.0, 3550.0, 3553.0, 3572.0, 3540.0, 3572.0, 3540.0, 3539.0, 3537.0, 3528.0, 3568.0, 3538.0, 3559.0, 3550.0, 3539.0, 3538.0, 3539.0, 3527.0, 3538.0, 3559.0, 3550.0, 3550.0, 3552.0, 3541.0, 3551.0, 3551.0, 3540.0, 3551.0, 3561.0, 3550.0, 3551.0, 3551.0, 3541.0, 3551.0, 3551.0, 3561.0, 3539.0, 3540.0, 3550.0, 3539.0, 3559.0, 3550.0, 3550.0, 3551.0, 3540.0, 3551.0, 3552.0, 3572.0, 3552.0, 3552.0, 3552.0, 3563.0, 3543.0, 3553.0, 3584.0, 3553.0, 3563.0, 3563.0, 3553.0, 3542.0, 3567.0, 3576.0, 3555.0, 3574.0, 3553.0, 3552.0, 3551.0, 3553.0, 3542.0, 3565.0, 3575.0, 3554.0, 3575.0, 3553.0, 3554.0, 3531.0, 3542.0, 3573.0, 3552.0, 3563.0, 3552.0, 3552.0, 3563.0, 3552.0, 3574.0, 3552.0, 3552.0, 3551.0, 3552.0, 3562.0, 3552.0, 3573.0, 3552.0, 3552.0, 3541.0, 3541.0, 3541.0, 3541.0, 3571.0, 3541.0, 3562.0, 3552.0, 3552.0, 3542.0, 3553.0, 3572.0, 3551.0, 3560.0, 3551.0, 3562.0, 3551.0, 3550.0, 3551.0, 3551.0, 3541.0, 3551.0, 3528.0, 3551.0, 3571.0, 3550.0, 3561.0, 3540.0, 3540.0, 3551.0, 3540.0, 3528.0, 3538.0, 3560.0, 3551.0, 3564.0, 3540.0, 3552.0, 3564.0, 3578.0, 3563.0, 3552.0, 3540.0, 3552.0, 3540.0, 3551.0], 'WindowWidth': [8180.0, 8154.0, 8154.0, 8118.0, 8125.0, 8087.0, 8086.0, 8081.0, 8064.0, 8058.0, 8074.0, 8072.0, 8075.0, 8059.0, 8062.0, 8063.0, 8046.0, 8065.0, 8047.0, 8080.0, 8080.0, 8064.0, 8053.0, 8051.0, 8091.0, 8086.0, 8105.0, 8091.0, 8107.0, 8109.0, 8061.0, 8090.0, 8088.0, 8089.0, 8104.0, 8059.0, 8107.0, 8119.0, 8089.0, 8104.0, 8089.0, 8089.0, 8099.0, 8099.0, 8086.0, 8089.0, 8090.0, 8076.0, 8108.0, 8108.0, 8109.0, 8110.0, 8077.0, 8095.0, 8109.0, 8109.0, 8125.0, 8095.0, 8112.0, 8118.0, 8090.0, 8102.0, 8081.0, 8083.0, 8079.0, 8067.0, 8095.0, 8085.0, 8070.0, 8067.0, 8086.0, 8096.0, 8082.0, 8082.0, 8072.0, 8089.0, 8087.0, 8090.0, 8106.0, 8090.0, 8104.0, 8071.0, 8087.0, 8111.0, 8069.0, 8100.0, 8070.0, 8089.0, 8083.0, 8083.0, 8077.0, 8064.0, 8083.0, 8035.0, 8069.0, 8096.0, 8086.0, 8084.0, 8072.0, 8086.0, 8109.0, 8070.0, 8096.0, 8064.0, 8082.0, 8094.0, 8064.0, 8093.0, 8062.0, 8063.0, 8044.0, 8060.0, 8071.0, 8059.0, 8064.0, 8045.0, 8081.0, 8062.0, 8066.0, 8079.0, 8079.0, 8068.0, 8048.0, 8082.0, 8095.0, 8083.0, 8084.0, 8066.0, 8068.0, 8092.0, 8062.0, 8090.0, 8060.0, 8078.0, 8047.0, 8068.0, 8088.0, 8061.0, 8062.0, 8061.0, 8046.0, 8029.0, 8062.0, 8089.0, 8064.0, 8077.0, 8079.0, 8066.0, 8063.0, 8067.0, 8091.0, 8079.0, 8081.0, 8082.0, 8080.0, 8063.0, 8066.0, 8078.0, 8062.0, 8075.0, 8061.0, 8059.0, 8059.0, 8049.0, 8090.0, 8063.0, 8077.0, 8064.0, 8049.0, 8062.0, 8064.0, 8045.0, 8080.0, 8082.0, 8068.0, 8083.0, 8083.0, 8072.0, 8053.0, 8069.0, 8095.0, 8066.0, 8080.0, 8066.0, 8083.0, 8052.0, 8066.0, 8106.0, 8049.0, 8078.0, 8062.0, 8060.0, 8043.0, 8064.0, 8091.0, 8066.0, 8080.0, 8082.0, 8065.0, 8047.0, 8053.0, 8092.0, 8061.0, 8062.0, 8062.0, 8078.0, 8036.0, 8053.0, 8091.0, 8062.0, 8063.0, 8062.0, 8049.0, 8047.0, 8067.0, 8093.0, 8081.0, 8081.0, 8066.0, 8070.0, 8068.0, 8069.0, 8093.0, 8082.0, 8082.0, 8069.0, 8087.0, 8081.0, 8070.0, 8082.0, 8068.0, 8081.0, 8066.0, 8082.0, 8065.0, 8084.0, 8096.0, 8069.0, 8085.0, 8070.0, 8068.0, 8066.0, 8069.0, 8096.0, 8084.0, 8101.0, 8072.0, 8086.0, 8081.0, 8070.0, 8052.0, 8066.0, 8091.0, 8063.0, 8079.0, 8063.0, 8068.0, 8078.0, 8065.0, 8094.0, 8064.0, 8053.0, 8047.0, 8053.0, 8078.0, 8080.0, 8094.0, 8067.0, 8081.0, 8066.0, 8072.0, 8050.0, 8067.0, 8094.0, 8098.0, 8060.0, 8072.0, 8073.0, 8074.0, 8092.0, 8065.0, 8096.0, 8107.0, 8091.0, 8109.0, 8095.0, 8111.0, 8076.0, 8098.0, 8118.0, 8091.0, 8103.0, 8071.0, 8097.0, 8050.0, 8084.0, 8036.0, 8056.0, 8091.0, 8065.0, 8065.0, 8069.0, 8052.0, 8069.0, 8069.0, 8055.0, 8075.0, 8088.0, 8089.0, 8104.0, 8089.0, 8102.0, 8088.0, 8104.0, 8055.0, 8091.0, 8103.0, 8089.0, 8103.0, 8074.0, 8102.0, 8072.0, 8086.0, 8056.0, 8090.0, 8100.0, 8090.0, 8102.0, 8078.0, 8102.0, 8071.0, 8086.0, 8056.0, 8078.0, 8101.0, 8078.0, 8118.0, 8092.0, 8107.0, 8090.0, 8105.0, 8058.0, 8078.0, 8117.0, 8091.0, 8119.0, 8075.0, 8103.0, 8088.0, 8073.0, 8043.0, 8070.0, 8097.0, 8071.0, 8102.0, 8086.0, 8071.0, 8073.0, 8075.0, 8085.0, 8086.0, 8098.0, 8071.0, 8086.0, 8088.0, 8075.0, 8043.0, 8069.0, 8093.0, 8051.0, 8094.0, 8066.0, 8082.0, 8053.0, 8071.0, 8111.0, 8069.0, 8066.0, 8050.0, 8067.0, 8035.0, 8071.0, 8098.0, 8086.0, 8101.0, 8071.0, 8085.0, 8070.0, 8070.0, 8040.0, 8074.0, 8101.0, 8073.0, 8101.0, 8071.0, 8073.0, 8071.0, 8058.0, 8082.0, 8072.0, 8101.0, 8073.0, 8102.0, 8071.0, 8089.0, 8071.0, 8071.0, 8109.0, 8052.0, 8095.0, 8054.0, 8085.0, 8069.0, 8073.0, 8056.0, 8073.0, 8110.0, 8069.0, 8096.0, 8065.0, 8083.0, 8051.0, 8069.0, 8081.0, 8068.0, 8097.0, 8065.0, 8081.0, 8062.0, 8051.0, 8051.0, 8071.0, 8095.0, 8069.0, 8098.0, 8067.0, 8081.0, 8064.0, 8064.0, 8049.0, 8070.0, 8096.0, 8057.0, 8110.0, 8069.0, 8081.0, 8068.0, 8081.0, 8063.0, 8070.0, 8097.0, 8069.0, 8094.0, 8051.0, 8064.0, 8048.0, 8049.0, 8048.0, 8067.0, 8079.0, 8069.0, 8096.0, 8071.0, 8081.0, 8050.0, 8065.0, 8048.0, 8068.0, 8095.0, 8069.0, 8094.0, 8068.0, 8084.0, 8069.0, 8068.0, 8048.0, 8051.0, 8090.0, 8064.0, 8092.0, 8048.0, 8062.0, 8064.0, 8047.0, 8048.0, 8069.0, 8080.0, 8069.0, 8098.0, 8086.0, 8086.0, 8087.0, 8073.0, 8039.0, 8055.0, 8094.0, 8069.0, 8087.0, 8069.0, 8069.0, 8052.0, 8053.0, 8090.0, 8048.0, 8064.0, 8051.0, 8051.0, 8050.0, 8069.0, 8038.0, 8068.0, 8095.0, 8068.0, 8082.0, 8067.0, 8082.0, 8052.0, 8054.0, 8096.0, 8053.0, 8081.0, 8049.0, 8065.0, 8066.0, 8070.0, 8051.0, 8068.0, 8110.0, 8052.0, 8079.0, 8063.0, 8064.0, 8046.0, 8066.0, 8093.0, 8051.0, 8079.0, 8051.0, 8066.0, 8050.0, 8052.0, 8048.0, 8064.0, 8078.0, 8066.0, 8082.0, 8066.0, 8072.0, 8052.0, 8052.0, 8092.0, 8049.0, 8062.0, 8048.0, 8068.0, 8039.0, 8071.0, 8112.0, 8069.0, 8085.0, 8072.0, 8054.0, 8053.0, 8056.0, 8097.0, 8070.0, 8100.0, 8073.0, 8086.0, 8071.0, 8057.0, 8038.0, 8077.0, 8139.0, 8078.0, 8084.0, 8070.0, 8085.0, 8068.0, 8072.0, 8057.0, 8074.0, 8082.0, 8070.0, 8098.0, 8056.0, 8085.0, 8068.0, 8072.0, 8053.0, 8072.0, 8097.0, 8068.0, 8080.0, 8066.0, 8069.0, 8056.0, 8072.0, 8057.0, 8072.0, 8099.0, 8077.0, 8085.0, 8055.0, 8069.0, 8054.0, 8074.0, 8103.0, 8058.0, 8115.0, 8056.0, 8083.0, 8067.0, 8068.0, 8038.0, 8055.0, 8110.0, 8053.0, 8097.0, 8051.0, 8049.0, 8047.0, 8050.0, 8050.0, 8068.0, 8097.0, 8055.0, 8096.0, 8056.0, 8055.0, 8067.0, 8053.0, 8092.0, 8066.0, 8080.0, 8051.0, 8083.0, 8047.0, 8052.0, 8063.0, 8047.0, 8073.0, 8044.0, 8062.0, 8029.0, 8050.0, 8062.0, 8049.0, 8078.0, 8048.0, 8047.0, 8048.0, 8067.0, 8052.0, 8073.0, 8114.0, 8072.0, 8102.0, 8056.0, 8069.0, 8049.0, 8054.0, 8109.0, 8065.0, 8097.0, 8052.0, 8084.0, 8051.0, 8069.0, 8107.0, 8049.0, 8076.0, 8065.0, 8066.0, 8050.0, 8072.0, 8082.0, 8069.0, 8082.0, 8055.0, 8087.0, 8053.0, 8076.0, 8113.0, 8069.0, 8101.0, 8069.0, 8069.0, 8047.0, 8050.0, 8090.0, 8066.0, 8082.0, 8067.0, 8081.0, 8069.0, 8061.0, 8056.0, 8059.0, 8075.0, 8093.0, 8096.0, 8089.0, 8115.0, 8062.0, 8109.0, 8133.0, 8092.0, 8113.0, 8086.0, 8106.0, 8055.0, 8057.0, 8093.0, 8050.0, 8077.0, 8056.0, 8066.0, 8068.0, 8056.0, 8085.0, 8113.0, 8108.0, 8066.0, 8073.0, 8079.0, 8092.0, 8080.0, 8079.0, 8092.0, 8088.0, 8070.0, 8099.0, 8093.0, 8059.0, 8083.0, 8038.0, 8049.0, 8014.0, 8030.0, 8013.0, 8020.0, 8003.0, 8019.0, 8018.0, 8023.0, 8040.0, 8022.0, 8043.0, 8046.0, 8066.0, 8064.0, 8062.0, 8052.0, 8089.0, 8042.0, 8054.0, 8037.0, 8038.0, 8022.0, 8046.0, 8067.0, 8040.0, 8055.0, 8042.0, 8040.0, 8059.0, 8047.0, 8045.0, 8050.0, 8050.0, 8065.0, 8079.0, 8061.0, 8061.0, 8059.0, 8069.0, 8092.0, 8047.0, 8093.0, 8048.0, 8045.0, 8039.0, 8029.0, 8080.0, 8041.0, 8070.0, 8060.0, 8044.0, 8041.0, 8045.0, 8026.0, 8044.0, 8072.0, 8060.0, 8062.0, 8067.0, 8052.0, 8065.0, 8066.0, 8051.0, 8065.0, 8077.0, 8063.0, 8063.0, 8062.0, 8051.0, 8063.0, 8064.0, 8076.0, 8045.0, 8047.0, 8060.0, 8045.0, 8072.0, 8062.0, 8061.0, 8065.0, 8049.0, 8065.0, 8068.0, 8094.0, 8067.0, 8067.0, 8069.0, 8086.0, 8057.0, 8072.0, 8113.0, 8071.0, 8082.0, 8084.0, 8071.0, 8056.0, 8097.0, 8105.0, 8078.0, 8101.0, 8073.0, 8069.0, 8066.0, 8071.0, 8055.0, 8092.0, 8103.0, 8074.0, 8102.0, 8072.0, 8074.0, 8040.0, 8055.0, 8097.0, 8068.0, 8085.0, 8067.0, 8069.0, 8083.0, 8068.0, 8099.0, 8068.0, 8067.0, 8066.0, 8068.0, 8080.0, 8067.0, 8097.0, 8068.0, 8067.0, 8050.0, 8052.0, 8052.0, 8051.0, 8091.0, 8052.0, 8080.0, 8066.0, 8068.0, 8056.0, 8070.0, 8094.0, 8064.0, 8076.0, 8064.0, 8079.0, 8065.0, 8062.0, 8064.0, 8065.0, 8051.0, 8065.0, 8030.0, 8064.0, 8091.0, 8063.0, 8076.0, 8049.0, 8048.0, 8064.0, 8047.0, 8030.0, 8045.0, 8075.0, 8064.0, 8086.0, 8048.0, 8069.0, 8090.0, 8114.0, 8085.0, 8069.0, 8048.0, 8068.0, 8048.0, 8064.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.0005888267543859649</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01821249714912281</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.922062908452205</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1723288044456672</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0042875558068058</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4758</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3929.4346</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07596244951603283</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.6315789473684212</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5548299484691426</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.522882758031606</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.767466388563914</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3741406988119076</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00722391</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0024467643816024065</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0272202305495739</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.566234894869297</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>25.1753</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.5259</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.5985</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299953.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>625.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>261.9065</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.84</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.2072</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2750.9533</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2926.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76591.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>731.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3688.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>820.4678</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.40416985657066</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> |