=== 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-0092 --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-0092",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0092_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-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0092/figures/sub-0092_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092/ses-02/func/sub-0092_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>149e2604faef6220df32e385869957b9</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>09:32:33.747500</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.999222, -0.0076647, -0.0386751, 0.00837125, 0.9998, 0.01814]</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.0809677</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>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4134, -7727, -7282, 667, -49, -70, 73, 104]</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>229.706</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c9509226-8d2b-4d36-b556-c685d1867649||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.6808407306671143, 0.022459447383880615, -0.10402648895978928, 110.41986846923828], [0.020563840866088867, 2.682391405105591, 0.04981398209929466, -102.35472869873047], [-0.1037624254822731, -0.048668209463357925, 2.697535514831543, -64.79426574707031], [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': ['093233.747500', '093234.207500', '093234.667500', '093235.127500', '093235.587500', '093236.047500', '093236.507500', '093236.967500', '093237.427500', '093237.887500', '093238.347500', '093238.807500', '093239.267500', '093239.727500', '093240.187500', '093240.647500', '093241.107500', '093241.567500', '093242.027500', '093242.487500', '093242.947500', '093243.407500', '093243.867500', '093244.327500', '093244.787500', '093245.247500', '093245.707500', '093246.167500', '093246.627500', '093247.087500', '093247.547500', '093248.007500', '093248.467500', '093248.927500', '093249.387500', '093249.847500', '093250.307500', '093250.767500', '093251.227500', '093251.687500', '093252.147500', '093252.607500', '093253.067500', '093253.527500', '093253.987500', '093254.447500', '093254.907500', '093255.367500', '093255.827500', '093256.287500', '093256.747500', '093257.207500', '093257.667500', '093258.127500', '093258.587500', '093259.047500', '093259.507500', '093259.967500', '093300.427500', '093300.887500', '093301.347500', '093301.807500', '093302.267500', '093302.727500', '093303.187500', '093303.647500', '093304.107500', '093304.567500', '093305.027500', '093305.487500', '093305.947500', '093306.407500', '093306.867500', '093307.327500', '093307.787500', '093308.247500', '093308.707500', '093309.167500', '093309.627500', '093310.087500', '093310.547500', '093311.007500', '093311.467500', '093311.927500', '093312.387500', '093312.847500', '093313.307500', '093313.767500', '093314.227500', '093314.687500', '093315.147500', '093315.607500', '093316.067500', '093316.527500', '093316.987500', '093317.447500', '093317.907500', '093318.367500', '093318.827500', '093319.287500', '093319.747500', '093320.207500', '093320.667500', '093321.127500', '093321.587500', '093322.047500', '093322.507500', '093322.967500', '093323.427500', '093323.887500', '093324.347500', '093324.807500', '093325.267500', '093325.727500', '093326.187500', '093326.647500', '093327.107500', '093327.567500', '093328.027500', '093328.487500', '093328.947500', '093329.407500', '093329.867500', '093330.327500', '093330.787500', '093331.247500', '093331.707500', '093332.167500', '093332.627500', '093333.087500', '093333.547500', '093334.007500', '093334.467500', '093334.927500', '093335.387500', '093335.847500', '093336.307500', '093336.767500', '093337.227500', '093337.687500', '093338.147500', '093338.607500', '093339.067500', '093339.527500', '093339.987500', '093340.447500', '093340.907500', '093341.367500', '093341.827500', '093342.287500', '093342.747500', '093343.207500', '093343.667500', '093344.127500', '093344.587500', '093345.047500', '093345.507500', '093345.967500', '093346.427500', '093346.887500', '093347.347500', '093347.807500', '093348.267500', '093348.727500', '093349.187500', '093349.647500', '093350.107500', '093350.567500', '093351.027500', '093351.487500', '093351.947500', '093352.407500', '093352.867500', '093353.327500', '093353.787500', '093354.247500', '093354.707500', '093355.167500', '093355.627500', '093356.087500', '093356.547500', '093357.007500', '093357.467500', '093357.927500', '093358.387500', '093358.847500', '093359.307500', '093359.767500', '093400.227500', '093400.687500', '093401.147500', '093401.607500', '093402.067500', '093402.527500', '093402.987500', '093403.447500', '093403.907500', '093404.367500', '093404.827500', '093405.287500', '093405.747500', '093406.207500', '093406.667500', '093407.127500', '093407.587500', '093408.047500', '093408.507500', '093408.967500', '093409.427500', '093409.887500', '093410.347500', '093410.807500', '093411.267500', '093411.727500', '093412.187500', '093412.647500', '093413.107500', '093413.567500', '093414.027500', '093414.487500', '093414.947500', '093415.407500', '093415.867500', '093416.327500', '093416.787500', '093417.247500', '093417.707500', '093418.167500', '093418.627500', '093419.087500', '093419.547500', '093420.007500', '093420.467500', '093420.927500', '093421.387500', '093421.847500', '093422.307500', '093422.767500', '093423.227500', '093423.687500', '093424.147500', '093424.607500', '093425.067500', '093425.527500', '093425.987500', '093426.447500', '093426.907500', '093427.367500', '093427.827500', '093428.287500', '093428.747500', '093429.207500', '093429.667500', '093430.127500', '093430.587500', '093431.047500', '093431.507500', '093431.967500', '093432.427500', '093432.887500', '093433.347500', '093433.807500', '093434.267500', '093434.727500', '093435.187500', '093435.647500', '093436.107500', '093436.567500', '093437.027500', '093437.487500', '093437.947500', '093438.407500', '093438.867500', '093439.327500', '093439.787500', '093440.247500', '093440.707500', '093441.167500', '093441.627500', '093442.087500', '093442.547500', '093443.007500', '093443.467500', '093443.927500', '093444.387500', '093444.847500', '093445.307500', '093445.767500', '093446.227500', '093446.687500', '093447.147500', '093447.607500', '093448.067500', '093448.527500', '093448.987500', '093449.447500', '093449.907500', '093450.367500', '093450.827500', '093451.287500', '093451.747500', '093452.207500', '093452.667500', '093453.127500', '093453.587500', '093454.047500', '093454.507500', '093454.967500', '093455.427500', '093455.887500', '093456.347500', '093456.807500', '093457.267500', '093457.727500', '093458.187500', '093458.647500', '093459.107500', '093459.567500', '093500.027500', '093500.487500', '093500.947500', '093501.407500', '093501.867500', '093502.327500', '093502.787500', '093503.247500', '093503.707500', '093504.167500', '093504.627500', '093505.087500', '093505.547500', '093506.007500', '093506.467500', '093506.927500', '093507.387500', '093507.847500', '093508.307500', '093508.767500', '093509.227500', '093509.687500', '093510.147500', '093510.607500', '093511.067500', '093511.527500', '093511.987500', '093512.447500', '093512.907500', '093513.367500', '093513.827500', '093514.287500', '093514.747500', '093515.207500', '093515.667500', '093516.127500', '093516.587500', '093517.047500', '093517.507500', '093517.967500', '093518.427500', '093518.887500', '093519.347500', '093519.807500', '093520.267500', '093520.727500', '093521.187500', '093521.647500', '093522.107500', '093522.567500', '093523.027500', '093523.487500', '093523.947500', '093524.407500', '093524.867500', '093525.327500', '093525.787500', '093526.247500', '093526.707500', '093527.167500', '093527.627500', '093528.087500', '093528.547500', '093529.007500', '093529.467500', '093529.927500', '093530.387500', '093530.847500', '093531.307500', '093531.767500', '093532.227500', '093532.687500', '093533.147500', '093533.607500', '093534.067500', '093534.527500', '093534.987500', '093535.447500', '093535.907500', '093536.367500', '093536.827500', '093537.287500', '093537.747500', '093538.207500', '093538.667500', '093539.127500', '093539.587500', '093540.047500', '093540.507500', '093540.967500', '093541.427500', '093541.887500', '093542.347500', '093542.807500', '093543.267500', '093543.727500', '093544.187500', '093544.647500', '093545.107500', '093545.567500', '093546.027500', '093546.487500', '093546.947500', '093547.407500', '093547.867500', '093548.327500', '093548.787500', '093549.247500', '093549.707500', '093550.167500', '093550.627500', '093551.087500', '093551.547500', '093552.007500', '093552.467500', '093552.927500', '093553.387500', '093553.847500', '093554.307500', '093554.767500', '093555.227500', '093555.687500', '093556.147500', '093556.607500', '093557.067500', '093557.527500', '093557.987500', '093558.447500', '093558.907500', '093559.367500', '093559.827500', '093600.287500', '093600.747500', '093601.207500', '093601.667500', '093602.127500', '093602.587500', '093603.047500', '093603.507500', '093603.967500', '093604.427500', '093604.887500', '093605.347500', '093605.807500', '093606.267500', '093606.727500', '093607.187500', '093607.647500', '093608.107500', '093608.567500', '093609.027500', '093609.487500', '093609.947500', '093610.407500', '093610.867500', '093611.327500', '093611.787500', '093612.247500', '093612.707500', '093613.167500', '093613.627500', '093614.087500', '093614.547500', '093615.007500', '093615.467500', '093615.927500', '093616.387500', '093616.847500', '093617.307500', '093617.767500', '093618.227500', '093618.687500', '093619.147500', '093619.607500', '093620.067500', '093620.527500', '093620.987500', '093621.447500', '093621.907500', '093622.367500', '093622.827500', '093623.287500', '093623.747500', '093624.207500', '093624.667500', '093625.127500', '093625.587500', '093626.047500', '093626.507500', '093626.967500', '093627.427500', '093627.887500', '093628.347500', '093628.807500', '093629.267500', '093629.727500', '093630.187500', '093630.647500', '093631.107500', '093631.567500', '093632.027500', '093632.487500', '093632.947500', '093633.407500', '093633.867500', '093634.327500', '093634.787500', '093635.247500', '093635.707500', '093636.167500', '093636.627500', '093637.087500', '093637.547500', '093638.007500', '093638.467500', '093638.927500', '093639.387500', '093639.847500', '093640.307500', '093640.767500', '093641.227500', '093641.687500', '093642.147500', '093642.607500', '093643.067500', '093643.527500', '093643.987500', '093644.447500', '093644.907500', '093645.367500', '093645.827500', '093646.287500', '093646.747500', '093647.207500', '093647.667500', '093648.127500', '093648.587500', '093649.047500', '093649.507500', '093649.967500', '093650.427500', '093650.887500', '093651.347500', '093651.807500', '093652.267500', '093652.727500', '093653.187500', '093653.647500', '093654.107500', '093654.567500', '093655.027500', '093655.487500', '093655.947500', '093656.407500', '093656.867500', '093657.327500', '093657.787500', '093658.247500', '093658.707500', '093659.167500', '093659.627500', '093700.087500', '093700.547500', '093701.007500', '093701.467500', '093701.927500', '093702.387500', '093702.847500', '093703.307500', '093703.767500', '093704.227500', '093704.687500', '093705.147500', '093705.607500', '093706.067500', '093706.527500', '093706.987500', '093707.447500', '093707.907500', '093708.367500', '093708.827500', '093709.287500', '093709.747500', '093710.207500', '093710.667500', '093711.127500', '093711.587500', '093712.047500', '093712.507500', '093712.967500', '093713.427500', '093713.887500', '093714.347500', '093714.807500', '093715.267500', '093715.727500', '093716.187500', '093716.647500', '093717.107500', '093717.567500', '093718.027500', '093718.487500', '093718.947500', '093719.407500', '093719.867500', '093720.327500', '093720.787500', '093721.247500', '093721.707500', '093722.167500', '093722.627500', '093723.087500', '093723.547500', '093724.007500', '093724.467500', '093724.927500', '093725.387500', '093725.847500', '093726.307500', '093726.767500', '093727.227500', '093727.687500', '093728.147500', '093728.607500', '093729.067500', '093729.527500', '093729.987500', '093730.447500', '093730.907500', '093731.367500', '093731.827500', '093732.287500', '093732.747500', '093733.207500', '093733.667500', '093734.127500', '093734.587500', '093735.047500', '093735.507500', '093735.967500', '093736.427500', '093736.887500', '093737.347500', '093737.807500', '093738.267500', '093738.727500', '093739.187500', '093739.647500', '093740.107500', '093740.567500', '093741.027500', '093741.487500', '093741.947500', '093742.407500', '093742.867500', '093743.327500', '093743.787500', '093744.247500', '093744.707500', '093745.167500', '093745.627500', '093746.087500', '093746.547500', '093747.007500', '093747.467500', '093747.927500', '093748.387500', '093748.847500', '093749.307500', '093749.767500', '093750.227500', '093750.687500', '093751.147500', '093751.607500', '093752.067500', '093752.527500', '093752.987500', '093753.447500', '093753.907500', '093754.367500', '093754.827500', '093755.287500', '093755.747500', '093756.207500', '093756.667500', '093757.127500', '093757.587500', '093758.047500', '093758.507500', '093758.967500', '093759.427500', '093759.887500', '093800.347500', '093800.807500', '093801.267500', '093801.727500', '093802.187500', '093802.647500', '093803.107500', '093803.567500', '093804.027500', '093804.487500', '093804.947500', '093805.407500', '093805.867500', '093806.327500', '093806.787500', '093807.247500', '093807.707500', '093808.167500', '093808.627500', '093809.087500', '093809.547500', '093810.007500', '093810.467500', '093810.927500', '093811.387500', '093811.847500', '093812.307500', '093812.767500', '093813.227500', '093813.687500', '093814.147500', '093814.607500', '093815.067500', '093815.527500', '093815.987500', '093816.447500', '093816.907500', '093817.367500', '093817.827500', '093818.287500', '093818.747500', '093819.207500', '093819.667500', '093820.127500', '093820.587500', '093821.047500', '093821.507500', '093821.967500', '093822.427500', '093822.887500', '093823.347500', '093823.807500', '093824.267500', '093824.727500', '093825.187500', '093825.647500', '093826.107500', '093826.567500', '093827.027500', '093827.487500', '093827.947500', '093828.407500', '093828.867500', '093829.327500', '093829.787500', '093830.247500', '093830.707500', '093831.167500', '093831.627500', '093832.087500', '093832.547500', '093833.007500', '093833.467500', '093833.927500', '093834.387500', '093834.847500', '093835.307500', '093835.767500', '093836.227500', '093836.687500', '093837.147500', '093837.607500', '093838.067500', '093838.527500', '093838.987500', '093839.447500', '093839.907500', '093840.367500', '093840.827500', '093841.287500', '093841.747500', '093842.207500', '093842.667500', '093843.127500', '093843.587500', '093844.047500', '093844.507500', '093844.967500', '093845.427500', '093845.887500', '093846.347500', '093846.807500', '093847.267500', '093847.727500', '093848.187500', '093848.647500', '093849.107500', '093849.567500', '093850.027500', '093850.487500', '093850.947500', '093851.407500', '093851.867500', '093852.327500', '093852.787500', '093853.247500', '093853.707500', '093854.167500', '093854.627500', '093855.087500', '093855.547500', '093856.007500', '093856.467500', '093856.927500', '093857.387500', '093857.847500', '093858.307500', '093858.767500', '093859.227500', '093859.687500', '093900.147500', '093900.607500', '093901.067500', '093901.527500', '093901.987500', '093902.447500', '093902.907500', '093903.367500', '093903.827500', '093904.287500', '093904.747500', '093905.207500', '093905.667500', '093906.127500', '093906.587500', '093907.047500', '093907.507500', '093907.967500', '093908.427500', '093908.887500', '093909.347500', '093909.807500', '093910.267500', '093910.727500', '093911.187500', '093911.647500', '093912.107500', '093912.567500', '093913.027500', '093913.487500', '093913.947500', '093914.407500', '093914.867500', '093915.327500', '093915.787500', '093916.247500', '093916.707500', '093917.167500', '093917.627500', '093918.087500', '093918.547500', '093919.007500', '093919.467500', '093919.927500', '093920.387500', '093920.847500', '093921.307500', '093921.767500', '093922.227500', '093922.687500', '093923.147500', '093923.607500', '093924.067500', '093924.527500', '093924.987500', '093925.447500', '093925.907500', '093926.367500', '093926.827500', '093927.287500', '093927.747500', '093928.207500', '093928.667500', '093929.127500', '093929.587500', '093930.047500', '093930.507500', '093930.967500', '093931.427500', '093931.887500', '093932.347500', '093932.807500', '093933.267500', '093933.727500'], 'ContentTime': ['093250.712000', '093250.715000', '093250.718000', '093250.721000', '093250.727000', '093250.730000', '093250.732000', '093250.735000', '093250.738000', '093250.740000', '093250.743000', '093250.746000', '093250.748000', '093250.751000', '093250.753000', '093250.756000', '093250.758000', '093250.761000', '093250.763000', '093250.766000', '093250.769000', '093250.771000', '093250.774000', '093250.777000', '093250.779000', '093250.782000', '093250.784000', '093250.787000', '093250.789000', '093250.792000', '093250.800000', '093250.803000', '093250.805000', '093250.808000', '093250.810000', '093310.672000', '093310.675000', '093310.678000', '093310.681000', '093310.683000', '093310.686000', '093310.689000', '093310.691000', '093310.694000', '093310.696000', '093310.699000', '093310.702000', '093310.704000', '093310.707000', '093310.709000', '093310.712000', '093310.715000', '093310.717000', '093310.720000', '093310.722000', '093310.725000', '093310.728000', '093310.730000', '093310.733000', '093310.736000', '093310.738000', '093310.741000', '093310.743000', '093310.746000', '093310.748000', '093310.751000', '093310.754000', '093310.756000', '093310.759000', '093310.761000', '093310.764000', '093310.767000', '093310.769000', '093310.772000', '093310.774000', '093310.777000', '093310.780000', '093310.782000', '093310.785000', '093330.673000', '093330.676000', '093330.678000', '093330.681000', '093330.683000', '093330.686000', '093330.689000', '093330.691000', '093330.694000', '093330.696000', '093330.699000', '093330.702000', '093330.704000', '093330.707000', '093330.709000', '093330.712000', '093330.715000', '093330.717000', '093330.720000', '093330.722000', '093330.725000', '093330.728000', '093330.730000', '093330.733000', '093330.736000', '093330.738000', '093330.741000', '093330.743000', '093330.746000', '093330.749000', '093330.751000', '093330.754000', '093330.756000', '093330.759000', '093330.773000', '093330.775000', '093330.778000', '093330.780000', '093330.783000', '093330.786000', '093330.788000', '093330.791000', '093330.793000', '093350.674000', '093350.676000', '093350.679000', '093350.682000', '093350.706000', '093350.708000', '093350.711000', '093350.714000', '093350.716000', '093350.719000', '093350.721000', '093350.724000', '093350.727000', '093350.730000', '093350.732000', '093350.735000', '093350.737000', '093350.740000', '093350.743000', '093350.745000', '093350.748000', '093350.750000', '093350.753000', '093350.756000', '093350.758000', '093350.761000', '093350.764000', '093350.766000', '093350.769000', '093350.771000', '093350.774000', '093350.777000', '093350.779000', '093350.782000', '093350.784000', '093350.787000', '093350.790000', '093350.792000', '093350.795000', '093350.798000', '093350.800000', '093350.826000', '093350.828000', '093350.831000', '093410.672000', '093410.674000', '093410.677000', '093410.680000', '093410.682000', '093410.685000', '093410.688000', '093410.690000', '093410.693000', '093410.696000', '093410.698000', '093410.701000', '093410.703000', '093410.706000', '093410.708000', '093410.711000', '093410.714000', '093410.716000', '093410.719000', '093410.722000', '093410.724000', '093410.727000', '093410.729000', '093410.732000', '093410.735000', '093410.737000', '093410.740000', '093410.742000', '093410.745000', '093410.748000', '093410.750000', '093410.753000', '093410.756000', '093410.758000', '093410.761000', '093410.763000', '093410.766000', '093410.769000', '093410.771000', '093410.774000', '093410.776000', '093410.779000', '093410.782000', '093430.673000', '093430.675000', '093430.678000', '093430.681000', '093430.684000', '093430.687000', '093430.689000', '093430.692000', '093430.695000', '093430.698000', '093430.701000', '093430.704000', '093430.706000', '093430.709000', '093430.714000', '093430.716000', '093430.719000', '093430.722000', '093430.724000', '093430.727000', '093430.729000', '093430.732000', '093430.735000', '093430.737000', '093430.740000', '093430.743000', '093430.745000', '093430.748000', '093430.750000', '093430.753000', '093430.756000', '093430.758000', '093430.761000', '093430.764000', '093430.766000', '093430.769000', '093430.771000', '093430.774000', '093430.777000', '093430.779000', '093430.782000', '093430.785000', '093430.787000', '093450.673000', '093450.675000', '093450.678000', '093450.680000', '093450.684000', '093450.686000', '093450.689000', '093450.691000', '093450.694000', '093450.696000', '093450.699000', '093450.702000', '093450.704000', '093450.707000', '093450.710000', '093450.712000', '093450.715000', '093450.718000', '093450.720000', '093450.723000', '093450.726000', '093450.728000', '093450.731000', '093450.733000', '093450.736000', '093450.738000', '093450.741000', '093450.744000', '093450.746000', '093450.749000', '093450.752000', '093450.754000', '093450.757000', '093450.759000', '093450.762000', '093450.765000', '093450.767000', '093450.770000', '093450.772000', '093450.775000', '093450.778000', '093450.780000', '093450.783000', '093450.785000', '093510.673000', '093510.675000', '093510.678000', '093510.681000', '093510.684000', '093510.686000', '093510.689000', '093510.691000', '093510.694000', '093510.697000', '093510.699000', '093510.702000', '093510.705000', '093510.708000', '093510.711000', '093510.714000', '093510.717000', '093510.720000', '093510.722000', '093510.725000', '093510.727000', '093510.730000', '093510.733000', '093510.735000', '093510.738000', '093510.741000', '093510.743000', '093510.746000', '093510.749000', '093510.751000', '093510.754000', '093510.756000', '093510.759000', '093510.762000', '093510.764000', '093510.767000', '093510.770000', '093510.773000', '093510.775000', '093510.778000', '093510.780000', '093510.783000', '093510.786000', '093510.821000', '093530.672000', '093530.675000', '093530.678000', '093530.680000', '093530.683000', '093530.686000', '093530.688000', '093530.691000', '093530.694000', '093530.696000', '093530.699000', '093530.701000', '093530.704000', '093530.707000', '093530.709000', '093530.712000', '093530.714000', '093530.717000', '093530.720000', '093530.723000', '093530.725000', '093530.728000', '093530.730000', '093530.733000', '093530.736000', '093530.738000', '093530.741000', '093530.743000', '093530.746000', '093530.749000', '093530.752000', '093530.754000', '093530.757000', '093530.759000', '093530.762000', '093530.765000', '093530.767000', '093530.770000', '093530.772000', '093530.775000', '093530.778000', '093530.780000', '093530.783000', '093550.673000', '093550.676000', '093550.679000', '093550.681000', '093550.684000', '093550.686000', '093550.689000', '093550.692000', '093550.694000', '093550.697000', '093550.699000', '093550.702000', '093550.705000', '093550.707000', '093550.710000', '093550.713000', '093550.715000', '093550.718000', '093550.721000', '093550.723000', '093550.726000', '093550.728000', '093550.731000', '093550.734000', '093550.736000', '093550.739000', '093550.742000', '093550.744000', '093550.747000', '093550.750000', '093550.752000', '093550.755000', '093550.757000', '093550.760000', '093550.762000', '093550.765000', '093550.768000', '093550.770000', '093550.773000', '093550.776000', '093550.778000', '093550.781000', '093550.784000', '093610.672000', '093610.675000', '093610.678000', '093610.681000', '093610.683000', '093610.686000', '093610.689000', '093610.691000', '093610.694000', '093610.696000', '093610.699000', '093610.702000', '093610.704000', '093610.707000', '093610.718000', '093610.721000', '093610.723000', '093610.726000', '093610.729000', '093610.731000', '093610.734000', '093610.737000', '093610.739000', '093610.742000', '093610.744000', '093610.747000', '093610.750000', '093610.752000', '093610.755000', '093610.757000', '093610.760000', '093610.763000', '093610.766000', '093610.769000', '093610.771000', '093610.774000', '093610.776000', '093610.779000', '093610.782000', '093610.784000', '093610.787000', '093610.790000', '093610.792000', '093610.795000', '093630.671000', '093630.674000', '093630.677000', '093630.679000', '093630.688000', '093630.691000', '093630.693000', '093630.696000', '093630.699000', '093630.701000', '093630.704000', '093630.709000', '093630.712000', '093630.714000', '093630.717000', '093630.720000', '093630.722000', '093630.725000', '093630.727000', '093630.730000', '093630.733000', '093630.735000', '093630.738000', '093630.741000', '093630.743000', '093630.746000', '093630.749000', '093630.752000', '093630.755000', '093630.758000', '093630.760000', '093630.763000', '093630.766000', '093630.768000', '093630.771000', '093630.774000', '093630.776000', '093630.779000', '093630.781000', '093630.784000', '093630.787000', '093630.790000', '093630.792000', '093650.673000', '093650.675000', '093650.678000', '093650.681000', '093650.683000', '093650.686000', '093650.689000', '093650.691000', '093650.694000', '093650.696000', '093650.699000', '093650.702000', '093650.704000', '093650.707000', '093650.709000', '093650.712000', '093650.715000', '093650.717000', '093650.720000', '093650.723000', '093650.725000', '093650.728000', '093650.731000', '093650.733000', '093650.736000', '093650.749000', '093650.752000', '093650.754000', '093650.757000', '093650.759000', '093650.762000', '093650.765000', '093650.767000', '093650.770000', '093650.772000', '093650.775000', '093650.778000', '093650.780000', '093650.783000', '093650.786000', '093650.788000', '093650.791000', '093650.794000', '093650.796000', '093710.672000', '093710.675000', '093710.678000', '093710.681000', '093710.683000', '093710.686000', '093710.688000', '093710.691000', '093710.694000', '093710.697000', '093710.699000', '093710.702000', '093710.707000', '093710.710000', '093710.712000', '093710.715000', '093710.718000', '093710.721000', '093710.724000', '093710.728000', '093710.730000', '093710.733000', '093710.736000', '093710.738000', '093710.741000', '093710.744000', '093710.746000', '093710.749000', '093710.751000', '093710.754000', '093710.757000', '093710.759000', '093710.762000', '093710.764000', '093710.767000', '093710.770000', '093710.772000', '093710.775000', '093710.778000', '093710.780000', '093710.783000', '093710.785000', '093710.788000', '093730.673000', '093730.675000', '093730.678000', '093730.681000', '093730.684000', '093730.686000', '093730.689000', '093730.691000', '093730.694000', '093730.697000', '093730.700000', '093730.702000', '093730.705000', '093730.707000', '093730.710000', '093730.713000', '093730.715000', '093730.718000', '093730.720000', '093730.723000', '093730.726000', '093730.728000', '093730.731000', '093730.734000', '093730.736000', '093730.739000', '093730.742000', '093730.744000', '093730.747000', '093730.749000', '093730.752000', '093730.755000', '093730.757000', '093730.760000', '093730.762000', '093730.765000', '093730.768000', '093730.770000', '093730.773000', '093730.776000', '093730.778000', '093730.781000', '093730.784000', '093730.786000', '093750.673000', '093750.675000', '093750.678000', '093750.681000', '093750.683000', '093750.686000', '093750.689000', '093750.691000', '093750.694000', '093750.696000', '093750.699000', '093750.702000', '093750.704000', '093750.707000', '093750.710000', '093750.712000', '093750.715000', '093750.718000', '093750.720000', '093750.723000', '093750.725000', '093750.728000', '093750.731000', '093750.733000', '093750.736000', '093750.739000', '093750.742000', '093750.745000', '093750.747000', '093750.750000', '093750.753000', '093750.755000', '093750.758000', '093750.761000', '093750.763000', '093750.766000', '093750.769000', '093750.772000', '093750.774000', '093750.777000', '093750.779000', '093750.782000', '093750.785000', '093810.673000', '093810.675000', '093810.678000', '093810.681000', '093810.684000', '093810.686000', '093810.689000', '093810.692000', '093810.695000', '093810.697000', '093810.700000', '093810.706000', '093810.709000', '093810.711000', '093810.714000', '093810.723000', '093810.726000', '093810.729000', '093810.731000', '093810.734000', '093810.737000', '093810.739000', '093810.742000', '093810.752000', '093810.754000', '093810.757000', '093810.760000', '093810.762000', '093810.765000', '093810.768000', '093810.770000', '093810.773000', '093810.775000', '093810.778000', '093810.781000', '093810.783000', '093810.786000', '093810.789000', '093810.791000', '093810.794000', '093810.797000', '093810.799000', '093810.855000', '093810.858000', '093830.672000', '093830.676000', '093830.678000', '093830.681000', '093830.683000', '093830.688000', '093830.691000', '093830.693000', '093830.696000', '093830.699000', '093830.701000', '093830.704000', '093830.706000', '093830.709000', '093830.712000', '093830.714000', '093830.717000', '093830.720000', '093830.722000', '093830.725000', '093830.727000', '093830.730000', '093830.733000', '093830.735000', '093830.738000', '093830.741000', '093830.743000', '093830.746000', '093830.748000', '093830.751000', '093830.754000', '093830.756000', '093830.759000', '093830.762000', '093830.764000', '093830.767000', '093830.769000', '093830.772000', '093830.775000', '093830.777000', '093830.780000', '093830.782000', '093830.785000', '093850.672000', '093850.674000', '093850.677000', '093850.680000', '093850.682000', '093850.685000', '093850.688000', '093850.690000', '093850.693000', '093850.695000', '093850.698000', '093850.701000', '093850.703000', '093850.706000', '093850.708000', '093850.711000', '093850.714000', '093850.716000', '093850.719000', '093850.721000', '093850.724000', '093850.727000', '093850.729000', '093850.732000', '093850.734000', '093850.737000', '093850.740000', '093850.742000', '093850.745000', '093850.748000', '093850.750000', '093850.753000', '093850.755000', '093850.758000', '093850.761000', '093850.763000', '093850.766000', '093850.768000', '093850.771000', '093850.774000', '093850.776000', '093850.779000', '093850.782000', '093850.784000', '093910.672000', '093910.675000', '093910.678000', '093910.680000', '093910.683000', '093910.686000', '093910.688000', '093910.691000', '093910.694000', '093910.696000', '093910.699000', '093910.701000', '093910.704000', '093910.707000', '093910.709000', '093910.712000', '093910.715000', '093910.717000', '093910.720000', '093910.722000', '093910.725000', '093910.728000', '093910.730000', '093910.733000', '093910.735000', '093910.738000', '093910.741000', '093910.743000', '093910.746000', '093910.749000', '093910.751000', '093910.754000', '093910.757000', '093910.759000', '093910.762000', '093910.765000', '093910.767000', '093910.770000', '093910.773000', '093910.776000', '093910.779000', '093910.782000', '093910.785000', '093930.673000', '093930.677000', '093930.680000', '093930.682000', '093930.685000', '093930.688000', '093930.691000', '093930.693000', '093930.696000', '093930.699000', '093930.701000', '093930.704000', '093930.706000', '093930.709000', '093930.712000', '093930.714000', '093930.717000', '093930.720000', '093930.722000', '093930.725000', '093930.727000', '093930.730000', '093930.733000', '093930.735000', '093930.738000', '093930.741000', '093930.743000', '093930.746000', '093930.749000', '093930.752000', '093930.754000', '093930.757000', '093930.759000', '093930.762000', '093930.765000', '093930.767000', '093930.770000', '093930.772000', '093930.775000', '093930.778000', '093930.780000', '093930.783000', '093930.786000', '093934.712000', '093934.715000', '093934.718000', '093934.721000', '093934.725000', '093934.727000', '093934.730000', '093934.733000', '093934.736000', '093934.739000'], 'InstanceCreationTime': ['093250.712000', '093250.715000', '093250.718000', '093250.721000', '093250.727000', '093250.730000', '093250.732000', '093250.735000', '093250.738000', '093250.740000', '093250.743000', '093250.746000', '093250.748000', '093250.751000', '093250.753000', '093250.756000', '093250.758000', '093250.761000', '093250.763000', '093250.766000', '093250.769000', '093250.771000', '093250.774000', '093250.777000', '093250.779000', '093250.782000', '093250.784000', '093250.787000', '093250.789000', '093250.792000', '093250.800000', '093250.803000', '093250.805000', '093250.808000', '093250.810000', '093310.672000', '093310.675000', '093310.678000', '093310.681000', '093310.683000', '093310.686000', '093310.689000', '093310.691000', '093310.694000', '093310.696000', '093310.699000', '093310.702000', '093310.704000', '093310.707000', '093310.709000', '093310.712000', '093310.715000', '093310.717000', '093310.720000', '093310.722000', '093310.725000', '093310.728000', '093310.730000', '093310.733000', '093310.736000', '093310.738000', '093310.741000', '093310.743000', '093310.746000', '093310.748000', '093310.751000', '093310.754000', '093310.756000', '093310.759000', '093310.761000', '093310.764000', '093310.767000', '093310.769000', '093310.772000', '093310.774000', '093310.777000', '093310.780000', '093310.782000', '093310.785000', '093330.673000', '093330.676000', '093330.678000', '093330.681000', '093330.683000', '093330.686000', '093330.689000', '093330.691000', '093330.694000', '093330.696000', '093330.699000', '093330.702000', '093330.704000', '093330.707000', '093330.709000', '093330.712000', '093330.715000', '093330.717000', '093330.720000', '093330.722000', '093330.725000', '093330.728000', '093330.730000', '093330.733000', '093330.736000', '093330.738000', '093330.741000', '093330.743000', '093330.746000', '093330.749000', '093330.751000', '093330.754000', '093330.756000', '093330.759000', '093330.773000', '093330.775000', '093330.778000', '093330.780000', '093330.783000', '093330.786000', '093330.788000', '093330.791000', '093330.793000', '093350.674000', '093350.676000', '093350.679000', '093350.682000', '093350.706000', '093350.708000', '093350.711000', '093350.714000', '093350.716000', '093350.719000', '093350.721000', '093350.724000', '093350.727000', '093350.730000', '093350.732000', '093350.735000', '093350.737000', '093350.740000', '093350.743000', '093350.745000', '093350.748000', '093350.750000', '093350.753000', '093350.756000', '093350.758000', '093350.761000', '093350.764000', '093350.766000', '093350.769000', '093350.771000', '093350.774000', '093350.777000', '093350.779000', '093350.782000', '093350.784000', '093350.787000', '093350.790000', '093350.792000', '093350.795000', '093350.798000', '093350.800000', '093350.826000', '093350.828000', '093350.831000', '093410.672000', '093410.674000', '093410.677000', '093410.680000', '093410.682000', '093410.685000', '093410.688000', '093410.690000', '093410.693000', '093410.696000', '093410.698000', '093410.701000', '093410.703000', '093410.706000', '093410.708000', '093410.711000', '093410.714000', '093410.716000', '093410.719000', '093410.722000', '093410.724000', '093410.727000', '093410.729000', '093410.732000', '093410.735000', '093410.737000', '093410.740000', '093410.742000', '093410.745000', '093410.748000', '093410.750000', '093410.753000', '093410.756000', '093410.758000', '093410.761000', '093410.763000', '093410.766000', '093410.769000', '093410.771000', '093410.774000', '093410.776000', '093410.779000', '093410.782000', '093430.673000', '093430.675000', '093430.678000', '093430.681000', '093430.684000', '093430.687000', '093430.689000', '093430.692000', '093430.695000', '093430.698000', '093430.701000', '093430.704000', '093430.706000', '093430.709000', '093430.714000', '093430.716000', '093430.719000', '093430.722000', '093430.724000', '093430.727000', '093430.729000', '093430.732000', '093430.735000', '093430.737000', '093430.740000', '093430.743000', '093430.745000', '093430.748000', '093430.750000', '093430.753000', '093430.756000', '093430.758000', '093430.761000', '093430.764000', '093430.766000', '093430.769000', '093430.771000', '093430.774000', '093430.777000', '093430.779000', '093430.782000', '093430.785000', '093430.787000', '093450.673000', '093450.675000', '093450.678000', '093450.680000', '093450.684000', '093450.686000', '093450.689000', '093450.691000', '093450.694000', '093450.696000', '093450.699000', '093450.702000', '093450.704000', '093450.707000', '093450.710000', '093450.712000', '093450.715000', '093450.718000', '093450.720000', '093450.723000', '093450.726000', '093450.728000', '093450.731000', '093450.733000', '093450.736000', '093450.738000', '093450.741000', '093450.744000', '093450.746000', '093450.749000', '093450.752000', '093450.754000', '093450.757000', '093450.759000', '093450.762000', '093450.765000', '093450.767000', '093450.770000', '093450.772000', '093450.775000', '093450.778000', '093450.780000', '093450.783000', '093450.785000', '093510.673000', '093510.675000', '093510.678000', '093510.681000', '093510.684000', '093510.686000', '093510.689000', '093510.691000', '093510.694000', '093510.697000', '093510.699000', '093510.702000', '093510.705000', '093510.708000', '093510.711000', '093510.714000', '093510.717000', '093510.720000', '093510.722000', '093510.725000', '093510.727000', '093510.730000', '093510.733000', '093510.735000', '093510.738000', '093510.741000', '093510.743000', '093510.746000', '093510.749000', '093510.751000', '093510.754000', '093510.756000', '093510.759000', '093510.762000', '093510.764000', '093510.767000', '093510.770000', '093510.773000', '093510.775000', '093510.778000', '093510.780000', '093510.783000', '093510.786000', '093510.821000', '093530.672000', '093530.675000', '093530.678000', '093530.680000', '093530.683000', '093530.686000', '093530.688000', '093530.691000', '093530.694000', '093530.696000', '093530.699000', '093530.701000', '093530.704000', '093530.707000', '093530.709000', '093530.712000', '093530.714000', '093530.717000', '093530.720000', '093530.723000', '093530.725000', '093530.728000', '093530.730000', '093530.733000', '093530.736000', '093530.738000', '093530.741000', '093530.743000', '093530.746000', '093530.749000', '093530.752000', '093530.754000', '093530.757000', '093530.759000', '093530.762000', '093530.765000', '093530.767000', '093530.770000', '093530.772000', '093530.775000', '093530.778000', '093530.780000', '093530.783000', '093550.673000', '093550.676000', '093550.679000', '093550.681000', '093550.684000', '093550.686000', '093550.689000', '093550.692000', '093550.694000', '093550.697000', '093550.699000', '093550.702000', '093550.705000', '093550.707000', '093550.710000', '093550.713000', '093550.715000', '093550.718000', '093550.721000', '093550.723000', '093550.726000', '093550.728000', '093550.731000', '093550.734000', '093550.736000', '093550.739000', '093550.742000', '093550.744000', '093550.747000', '093550.750000', '093550.752000', '093550.755000', '093550.757000', '093550.760000', '093550.762000', '093550.765000', '093550.768000', '093550.770000', '093550.773000', '093550.776000', '093550.778000', '093550.781000', '093550.784000', '093610.672000', '093610.675000', '093610.678000', '093610.681000', '093610.683000', '093610.686000', '093610.689000', '093610.691000', '093610.694000', '093610.696000', '093610.699000', '093610.702000', '093610.704000', '093610.707000', '093610.718000', '093610.721000', '093610.723000', '093610.726000', '093610.729000', '093610.731000', '093610.734000', '093610.737000', '093610.739000', '093610.742000', '093610.744000', '093610.747000', '093610.750000', '093610.752000', '093610.755000', '093610.757000', '093610.760000', '093610.763000', '093610.766000', '093610.769000', '093610.771000', '093610.774000', '093610.776000', '093610.779000', '093610.782000', '093610.784000', '093610.787000', '093610.790000', '093610.792000', '093610.795000', '093630.671000', '093630.674000', '093630.677000', '093630.679000', '093630.688000', '093630.691000', '093630.693000', '093630.696000', '093630.699000', '093630.701000', '093630.704000', '093630.709000', '093630.712000', '093630.714000', '093630.717000', '093630.720000', '093630.722000', '093630.725000', '093630.727000', '093630.730000', '093630.733000', '093630.735000', '093630.738000', '093630.741000', '093630.743000', '093630.746000', '093630.749000', '093630.752000', '093630.755000', '093630.758000', '093630.760000', '093630.763000', '093630.766000', '093630.768000', '093630.771000', '093630.774000', '093630.776000', '093630.779000', '093630.781000', '093630.784000', '093630.787000', '093630.790000', '093630.792000', '093650.673000', '093650.675000', '093650.678000', '093650.681000', '093650.683000', '093650.686000', '093650.689000', '093650.691000', '093650.694000', '093650.696000', '093650.699000', '093650.702000', '093650.704000', '093650.707000', '093650.709000', '093650.712000', '093650.715000', '093650.717000', '093650.720000', '093650.723000', '093650.725000', '093650.728000', '093650.731000', '093650.733000', '093650.736000', '093650.749000', '093650.752000', '093650.754000', '093650.757000', '093650.759000', '093650.762000', '093650.765000', '093650.767000', '093650.770000', '093650.772000', '093650.775000', '093650.778000', '093650.780000', '093650.783000', '093650.786000', '093650.788000', '093650.791000', '093650.794000', '093650.796000', '093710.672000', '093710.675000', '093710.678000', '093710.681000', '093710.683000', '093710.686000', '093710.688000', '093710.691000', '093710.694000', '093710.697000', '093710.699000', '093710.702000', '093710.707000', '093710.710000', '093710.712000', '093710.715000', '093710.718000', '093710.721000', '093710.724000', '093710.728000', '093710.730000', '093710.733000', '093710.736000', '093710.738000', '093710.741000', '093710.744000', '093710.746000', '093710.749000', '093710.751000', '093710.754000', '093710.757000', '093710.759000', '093710.762000', '093710.764000', '093710.767000', '093710.770000', '093710.772000', '093710.775000', '093710.778000', '093710.780000', '093710.783000', '093710.785000', '093710.788000', '093730.673000', '093730.675000', '093730.678000', '093730.681000', '093730.684000', '093730.686000', '093730.689000', '093730.691000', '093730.694000', '093730.697000', '093730.700000', '093730.702000', '093730.705000', '093730.707000', '093730.710000', '093730.713000', '093730.715000', '093730.718000', '093730.720000', '093730.723000', '093730.726000', '093730.728000', '093730.731000', '093730.734000', '093730.736000', '093730.739000', '093730.742000', '093730.744000', '093730.747000', '093730.749000', '093730.752000', '093730.755000', '093730.757000', '093730.760000', '093730.762000', '093730.765000', '093730.768000', '093730.770000', '093730.773000', '093730.776000', '093730.778000', '093730.781000', '093730.784000', '093730.786000', '093750.673000', '093750.675000', '093750.678000', '093750.681000', '093750.683000', '093750.686000', '093750.689000', '093750.691000', '093750.694000', '093750.696000', '093750.699000', '093750.702000', '093750.704000', '093750.707000', '093750.710000', '093750.712000', '093750.715000', '093750.718000', '093750.720000', '093750.723000', '093750.725000', '093750.728000', '093750.731000', '093750.733000', '093750.736000', '093750.739000', '093750.742000', '093750.745000', '093750.747000', '093750.750000', '093750.753000', '093750.755000', '093750.758000', '093750.761000', '093750.763000', '093750.766000', '093750.769000', '093750.772000', '093750.774000', '093750.777000', '093750.779000', '093750.782000', '093750.785000', '093810.673000', '093810.675000', '093810.678000', '093810.681000', '093810.684000', '093810.686000', '093810.689000', '093810.692000', '093810.695000', '093810.697000', '093810.700000', '093810.706000', '093810.709000', '093810.711000', '093810.714000', '093810.723000', '093810.726000', '093810.729000', '093810.731000', '093810.734000', '093810.737000', '093810.739000', '093810.742000', '093810.752000', '093810.754000', '093810.757000', '093810.760000', '093810.762000', '093810.765000', '093810.768000', '093810.770000', '093810.773000', '093810.775000', '093810.778000', '093810.781000', '093810.783000', '093810.786000', '093810.789000', '093810.791000', '093810.794000', '093810.797000', '093810.799000', '093810.855000', '093810.858000', '093830.672000', '093830.676000', '093830.678000', '093830.681000', '093830.683000', '093830.688000', '093830.691000', '093830.693000', '093830.696000', '093830.699000', '093830.701000', '093830.704000', '093830.706000', '093830.709000', '093830.712000', '093830.714000', '093830.717000', '093830.720000', '093830.722000', '093830.725000', '093830.727000', '093830.730000', '093830.733000', '093830.735000', '093830.738000', '093830.741000', '093830.743000', '093830.746000', '093830.748000', '093830.751000', '093830.754000', '093830.756000', '093830.759000', '093830.762000', '093830.764000', '093830.767000', '093830.769000', '093830.772000', '093830.775000', '093830.777000', '093830.780000', '093830.782000', '093830.785000', '093850.672000', '093850.674000', '093850.677000', '093850.680000', '093850.682000', '093850.685000', '093850.688000', '093850.690000', '093850.693000', '093850.695000', '093850.698000', '093850.701000', '093850.703000', '093850.706000', '093850.708000', '093850.711000', '093850.714000', '093850.716000', '093850.719000', '093850.721000', '093850.724000', '093850.727000', '093850.729000', '093850.732000', '093850.734000', '093850.737000', '093850.740000', '093850.742000', '093850.745000', '093850.748000', '093850.750000', '093850.753000', '093850.755000', '093850.758000', '093850.761000', '093850.763000', '093850.766000', '093850.768000', '093850.771000', '093850.774000', '093850.776000', '093850.779000', '093850.782000', '093850.784000', '093910.672000', '093910.675000', '093910.678000', '093910.680000', '093910.683000', '093910.686000', '093910.688000', '093910.691000', '093910.694000', '093910.696000', '093910.699000', '093910.701000', '093910.704000', '093910.707000', '093910.709000', '093910.712000', '093910.715000', '093910.717000', '093910.720000', '093910.722000', '093910.725000', '093910.728000', '093910.730000', '093910.733000', '093910.735000', '093910.738000', '093910.741000', '093910.743000', '093910.746000', '093910.749000', '093910.751000', '093910.754000', '093910.757000', '093910.759000', '093910.762000', '093910.765000', '093910.767000', '093910.770000', '093910.773000', '093910.776000', '093910.779000', '093910.782000', '093910.785000', '093930.673000', '093930.677000', '093930.680000', '093930.682000', '093930.685000', '093930.688000', '093930.691000', '093930.693000', '093930.696000', '093930.699000', '093930.701000', '093930.704000', '093930.706000', '093930.709000', '093930.712000', '093930.714000', '093930.717000', '093930.720000', '093930.722000', '093930.725000', '093930.727000', '093930.730000', '093930.733000', '093930.735000', '093930.738000', '093930.741000', '093930.743000', '093930.746000', '093930.749000', '093930.752000', '093930.754000', '093930.757000', '093930.759000', '093930.762000', '093930.765000', '093930.767000', '093930.770000', '093930.772000', '093930.775000', '093930.778000', '093930.780000', '093930.783000', '093930.786000', '093934.712000', '093934.715000', '093934.718000', '093934.721000', '093934.725000', '093934.727000', '093934.730000', '093934.733000', '093934.736000', '093934.739000'], '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': [11496, 16287, 14923, 14766, 8954, 8872, 18177, 10736, 14897, 12355, 11422, 7217, 9534, 7279, 8660, 8177, 8052, 7264, 8075, 7541, 7030, 13574, 9241, 8911, 7577, 7522, 9217, 7437, 8796, 7377, 7058, 7207, 7146, 7343, 10359, 16891, 12254, 15490, 11671, 12595, 9010, 10694, 18347, 14170, 16168, 10487, 10756, 7407, 6970, 7636, 7620, 7943, 7094, 7546, 7581, 17797, 9043, 13015, 10776, 14373, 7830, 9409, 7523, 8036, 17839, 13547, 13234, 9412, 9456, 7737, 8046, 7296, 8888, 9360, 8299, 7109, 8064, 8781, 7595, 12945, 8207, 13647, 9079, 11580, 7493, 8835, 7350, 9964, 7616, 13397, 8659, 8764, 15692, 7850, 10802, 7667, 9268, 7993, 7032, 7806, 13665, 7177, 7589, 7885, 7256, 7939, 6957, 6740, 7020, 7264, 7983, 7513, 8680, 7825, 16789, 13572, 15383, 11405, 14881, 10467, 15507, 18763, 14496, 16790, 13356, 11618, 7734, 7617, 7462, 7899, 6977, 8947, 7165, 7358, 7465, 7498, 7623, 10979, 7303, 12029, 15961, 11386, 8932, 8059, 8549, 7635, 13799, 11151, 14351, 7364, 7812, 7123, 6804, 7052, 7177, 7189, 9818, 7107, 9189, 8791, 8347, 14043, 7891, 13949, 10189, 15638, 8890, 10984, 7446, 8324, 7156, 8207, 13874, 11132, 8604, 8072, 6949, 8191, 7145, 8177, 7528, 7433, 15360, 9261, 8422, 7364, 8448, 7203, 8047, 7151, 10654, 8852, 12967, 7222, 8518, 7237, 8981, 18082, 14897, 15945, 10207, 12588, 7195, 10295, 7400, 10664, 8113, 9150, 7864, 6870, 7519, 7520, 7882, 17206, 13317, 15242, 9974, 9738, 7564, 7283, 7497, 7368, 7216, 8010, 7125, 6884, 7344, 7988, 7161, 11977, 15778, 11605, 16069, 9130, 11917, 7399, 8143, 7155, 8930, 7513, 7734, 7992, 9788, 7753, 14543, 14704, 14446, 13297, 9948, 7308, 8087, 6991, 7613, 7218, 7127, 6873, 6920, 7012, 8109, 9470, 11760, 16357, 12657, 14022, 8939, 8190, 8119, 7271, 8148, 12919, 7553, 11325, 7561, 7269, 7003, 7533, 7626, 14992, 9896, 13184, 7811, 8910, 7534, 7214, 7800, 7737, 7730, 7092, 7000, 7350, 8087, 7701, 7807, 9084, 8337, 15919, 12454, 8538, 7457, 7133, 7111, 7788, 9135, 9459, 13123, 10029, 8455, 7177, 8360, 7315, 8000, 7178, 9802, 7318, 8438, 7110, 6995, 7408, 10231, 7409, 13148, 7337, 9341, 7174, 7374, 7003, 7378, 7066, 9034, 7131, 7279, 7127, 6787, 7537, 9577, 6995, 13358, 7997, 12840, 7255, 10777, 10968, 11064, 14194, 9525, 8776, 7603, 7530, 7159, 7176, 7606, 7257, 7423, 9599, 7746, 7299, 7700, 7513, 7012, 7282, 9485, 7131, 10391, 7239, 9616, 7556, 10446, 17085, 12531, 17539, 13552, 10095, 8023, 7422, 7997, 6966, 9162, 7193, 8099, 7003, 8563, 7199, 7421, 9652, 7372, 15194, 17726, 16057, 10670, 12750, 8195, 8538, 18168, 7803, 13810, 10001, 11518, 8003, 7177, 7844, 7450, 7457, 10763, 7465, 11308, 7958, 10422, 7666, 9591, 7752, 9345, 7950, 12466, 8372, 10068, 7456, 9667, 7623, 9278, 8186, 12986, 8879, 15630, 11376, 13407, 7817, 9434, 7310, 8855, 11155, 8288, 7430, 6832, 7111, 7089, 7536, 7834, 7354, 7963, 8958, 11049, 8340, 8011, 17462, 10964, 11009, 8250, 8389, 8165, 6852, 7237, 6939, 7243, 6914, 7284, 9728, 7440, 11071, 7415, 10057, 7229, 8417, 12588, 7704, 13111, 11927, 7294, 7119, 7396, 7329, 7161, 11159, 11669, 14741, 7095, 10657, 7240, 9516, 7674, 14145, 11024, 14974, 8008, 11881, 7333, 12839, 9108, 16537, 10570, 13542, 8307, 13683, 7724, 15246, 10627, 14134, 8945, 8362, 7733, 8010, 7536, 8706, 7463, 8882, 7299, 8606, 7530, 8010, 7331, 7639, 7399, 8635, 7854, 12932, 8663, 15056, 13179, 14545, 8273, 9694, 7385, 9277, 7646, 12672, 8438, 7925, 8015, 8365, 7639, 13631, 8908, 17148, 12774, 14160, 7774, 10523, 7845, 10361, 7927, 10478, 7811, 8664, 7074, 7052, 7255, 6857, 7256, 8453, 8735, 7351, 7501, 7069, 6965, 6954, 7123, 7238, 8085, 8328, 11388, 12776, 7535, 8839, 14011, 8382, 17453, 13041, 16963, 13278, 9331, 7727, 7418, 7977, 10963, 7857, 17655, 11519, 7434, 7988, 7584, 7686, 7387, 9388, 7547, 10870, 7513, 12184, 10136, 13727, 11543, 10486, 7898, 7568, 9769, 7693, 16417, 8254, 11122, 7491, 8984, 9104, 8426, 8559, 7703, 7484, 6741, 7151, 6997, 7339, 7850, 7410, 9979, 11039, 8339, 8044, 7963, 7601, 7430, 13650, 7836, 11331, 7734, 7248, 7904, 10964, 8134, 12450, 12485, 13249, 8477, 17170, 7593, 6970, 7315, 6758, 7423, 12918, 7183, 11205, 8588, 8530, 7891, 8617, 7850, 17880, 12805, 13006, 11494, 11272, 7778, 7459, 7196, 6901, 7486, 7888, 7288, 8081, 6805, 9475, 7535, 11209, 7802, 7710, 8421, 7216, 12774, 7790, 7103, 7392, 7600, 7760, 11052, 15895, 14033, 17726, 14439, 10837, 11044, 7559, 7793, 6768, 6700, 7602, 7289, 9982, 7956, 12609, 8072, 17178, 10956, 17373, 11165, 15992, 10033, 16215, 9890, 15354, 8839, 13299, 8445, 8657, 9695, 8599, 6897, 8260, 6746, 8055, 6701, 8074, 8728, 7711, 10666, 8040, 8123, 8076, 6951, 8021, 7023, 7644, 9863, 7550, 12681, 7243, 8349, 6735, 8051, 7207, 7465, 6846, 7166, 6641, 8032, 12478, 7114, 10547, 7600, 9876, 7085, 9672, 7064, 9472, 7602, 11522, 9344, 12557, 7774, 11544, 7338, 13051, 11370, 15359, 15878, 16348, 9662, 13167, 7172, 8737, 7140, 10550, 18180, 13830, 16743, 10842, 7258, 7686, 7473, 7185, 6476, 7941, 7211, 7503, 6953, 7222, 15027, 15508, 12800, 14885, 9156, 15331, 9388, 16568, 12504, 8320, 7973, 15098, 7623, 10348, 7348, 10069, 7657, 10802, 7445, 7425, 7510, 7691, 7490, 8836, 7662, 7304, 7297, 7238, 7937, 7494, 7911, 16920, 11099, 15326, 11516, 9671, 7886, 7137, 7748, 12442, 7069, 7592, 6876, 6929, 6927, 7237, 7131, 8262, 7212, 11879, 7986, 6976, 7871, 14470, 9658, 18128, 13718, 16861, 12723, 10166, 9073, 6742, 7455, 14134, 8877, 11477, 9616, 13818, 7764, 8576, 7164, 7925, 7316, 8588, 7001, 9987, 7101, 8577, 7339, 8631, 7545, 8277, 7718, 8740, 8366, 13275, 10573, 7145, 6744, 7373, 7558, 7502, 10160, 7332, 7295, 9411, 7010, 9953, 7222, 11973, 9176, 17281, 12391, 13259, 7593, 6901, 7644, 14434, 8512, 13425, 9759, 10914, 8109, 6763, 7310, 7183, 7352, 14054, 8908, 12136, 7725, 7935, 7245, 7041, 6882, 7035, 6918, 6876, 10234, 7038, 8723, 6913, 8637, 7313, 9486, 11485, 15902, 9718, 13292, 7005, 9839, 7147], 'WindowCenter': [4268.0, 4283.0, 4271.0, 4259.0, 4205.0, 4205.0, 4264.0, 4225.0, 4245.0, 4234.0, 4222.0, 4183.0, 4212.0, 4196.0, 4205.0, 4203.0, 4196.0, 4182.0, 4194.0, 4194.0, 4198.0, 4248.0, 4214.0, 4204.0, 4193.0, 4193.0, 4212.0, 4195.0, 4215.0, 4195.0, 4185.0, 4196.0, 4196.0, 4196.0, 4241.0, 4279.0, 4250.0, 4258.0, 4236.0, 4235.0, 4215.0, 4227.0, 4269.0, 4246.0, 4241.0, 4211.0, 4222.0, 4182.0, 4170.0, 4193.0, 4193.0, 4204.0, 4182.0, 4193.0, 4194.0, 4264.0, 4203.0, 4235.0, 4223.0, 4244.0, 4181.0, 4202.0, 4179.0, 4191.0, 4252.0, 4232.0, 4231.0, 4201.0, 4200.0, 4180.0, 4190.0, 4182.0, 4203.0, 4214.0, 4204.0, 4171.0, 4193.0, 4190.0, 4182.0, 4233.0, 4193.0, 4244.0, 4203.0, 4221.0, 4181.0, 4197.0, 4180.0, 4213.0, 4194.0, 4247.0, 4191.0, 4192.0, 4241.0, 4191.0, 4210.0, 4182.0, 4201.0, 4193.0, 4182.0, 4193.0, 4242.0, 4171.0, 4181.0, 4193.0, 4182.0, 4193.0, 4184.0, 4172.0, 4183.0, 4195.0, 4207.0, 4197.0, 4217.0, 4207.0, 4270.0, 4249.0, 4257.0, 4235.0, 4243.0, 4213.0, 4245.0, 4253.0, 4232.0, 4242.0, 4221.0, 4208.0, 4167.0, 4167.0, 4169.0, 4179.0, 4170.0, 4203.0, 4182.0, 4181.0, 4181.0, 4181.0, 4193.0, 4223.0, 4194.0, 4235.0, 4255.0, 4222.0, 4190.0, 4180.0, 4188.0, 4179.0, 4232.0, 4222.0, 4242.0, 4181.0, 4179.0, 4170.0, 4170.0, 4181.0, 4183.0, 4184.0, 4226.0, 4185.0, 4215.0, 4202.0, 4194.0, 4244.0, 4192.0, 4243.0, 4213.0, 4254.0, 4203.0, 4211.0, 4182.0, 4192.0, 4171.0, 4192.0, 4233.0, 4225.0, 4192.0, 4193.0, 4182.0, 4203.0, 4193.0, 4203.0, 4203.0, 4195.0, 4255.0, 4216.0, 4192.0, 4182.0, 4191.0, 4181.0, 4193.0, 4184.0, 4225.0, 4217.0, 4234.0, 4184.0, 4193.0, 4181.0, 4203.0, 4253.0, 4244.0, 4243.0, 4212.0, 4220.0, 4170.0, 4210.0, 4182.0, 4212.0, 4194.0, 4202.0, 4193.0, 4172.0, 4183.0, 4183.0, 4193.0, 4255.0, 4234.0, 4242.0, 4213.0, 4211.0, 4190.0, 4180.0, 4192.0, 4182.0, 4182.0, 4191.0, 4195.0, 4183.0, 4194.0, 4205.0, 4193.0, 4237.0, 4256.0, 4236.0, 4253.0, 4202.0, 4222.0, 4182.0, 4191.0, 4182.0, 4201.0, 4184.0, 4194.0, 4206.0, 4212.0, 4194.0, 4246.0, 4244.0, 4244.0, 4232.0, 4212.0, 4180.0, 4190.0, 4181.0, 4193.0, 4193.0, 4196.0, 4186.0, 4195.0, 4195.0, 4206.0, 4215.0, 4238.0, 4257.0, 4235.0, 4243.0, 4201.0, 4191.0, 4180.0, 4179.0, 4192.0, 4232.0, 4181.0, 4221.0, 4181.0, 4180.0, 4182.0, 4192.0, 4193.0, 4243.0, 4213.0, 4232.0, 4181.0, 4201.0, 4192.0, 4182.0, 4192.0, 4193.0, 4193.0, 4183.0, 4183.0, 4195.0, 4194.0, 4193.0, 4194.0, 4204.0, 4204.0, 4254.0, 4246.0, 4203.0, 4183.0, 4182.0, 4181.0, 4193.0, 4213.0, 4214.0, 4247.0, 4214.0, 4193.0, 4181.0, 4191.0, 4180.0, 4191.0, 4182.0, 4214.0, 4194.0, 4201.0, 4181.0, 4185.0, 4194.0, 4223.0, 4195.0, 4248.0, 4184.0, 4201.0, 4180.0, 4181.0, 4181.0, 4182.0, 4185.0, 4216.0, 4186.0, 4196.0, 4184.0, 4186.0, 4194.0, 4214.0, 4184.0, 4247.0, 4197.0, 4245.0, 4195.0, 4226.0, 4224.0, 4224.0, 4233.0, 4203.0, 4192.0, 4182.0, 4181.0, 4181.0, 4183.0, 4194.0, 4184.0, 4184.0, 4216.0, 4196.0, 4183.0, 4194.0, 4184.0, 4185.0, 4194.0, 4215.0, 4184.0, 4226.0, 4193.0, 4214.0, 4193.0, 4225.0, 4255.0, 4234.0, 4256.0, 4233.0, 4213.0, 4208.0, 4194.0, 4205.0, 4196.0, 4231.0, 4186.0, 4206.0, 4185.0, 4205.0, 4184.0, 4195.0, 4218.0, 4196.0, 4259.0, 4257.0, 4247.0, 4213.0, 4224.0, 4180.0, 4190.0, 4239.0, 4169.0, 4221.0, 4201.0, 4209.0, 4180.0, 4169.0, 4192.0, 4182.0, 4197.0, 4225.0, 4196.0, 4237.0, 4195.0, 4212.0, 4183.0, 4202.0, 4193.0, 4203.0, 4196.0, 4236.0, 4208.0, 4215.0, 4184.0, 4202.0, 4196.0, 4204.0, 4194.0, 4235.0, 4207.0, 4246.0, 4225.0, 4235.0, 4183.0, 4215.0, 4185.0, 4204.0, 4225.0, 4194.0, 4184.0, 4174.0, 4181.0, 4185.0, 4194.0, 4198.0, 4198.0, 4209.0, 4219.0, 4240.0, 4206.0, 4208.0, 4257.0, 4225.0, 4224.0, 4194.0, 4194.0, 4194.0, 4174.0, 4185.0, 4183.0, 4195.0, 4187.0, 4198.0, 4216.0, 4197.0, 4238.0, 4197.0, 4215.0, 4184.0, 4206.0, 4236.0, 4196.0, 4247.0, 4237.0, 4184.0, 4185.0, 4196.0, 4195.0, 4187.0, 4240.0, 4239.0, 4257.0, 4199.0, 4237.0, 4196.0, 4215.0, 4196.0, 4247.0, 4240.0, 4245.0, 4193.0, 4222.0, 4183.0, 4233.0, 4203.0, 4254.0, 4224.0, 4243.0, 4207.0, 4245.0, 4194.0, 4242.0, 4210.0, 4230.0, 4204.0, 4191.0, 4181.0, 4180.0, 4183.0, 4202.0, 4185.0, 4204.0, 4194.0, 4205.0, 4195.0, 4195.0, 4195.0, 4196.0, 4196.0, 4205.0, 4207.0, 4247.0, 4218.0, 4260.0, 4246.0, 4260.0, 4217.0, 4214.0, 4196.0, 4202.0, 4194.0, 4249.0, 4206.0, 4194.0, 4194.0, 4202.0, 4195.0, 4245.0, 4204.0, 4254.0, 4235.0, 4243.0, 4191.0, 4211.0, 4193.0, 4221.0, 4203.0, 4223.0, 4193.0, 4192.0, 4184.0, 4171.0, 4181.0, 4171.0, 4183.0, 4205.0, 4206.0, 4196.0, 4197.0, 4186.0, 4183.0, 4186.0, 4184.0, 4196.0, 4206.0, 4208.0, 4239.0, 4252.0, 4197.0, 4208.0, 4245.0, 4192.0, 4253.0, 4235.0, 4245.0, 4236.0, 4201.0, 4183.0, 4172.0, 4179.0, 4212.0, 4193.0, 4256.0, 4223.0, 4183.0, 4196.0, 4186.0, 4183.0, 4182.0, 4204.0, 4184.0, 4222.0, 4198.0, 4236.0, 4218.0, 4248.0, 4238.0, 4227.0, 4183.0, 4170.0, 4201.0, 4182.0, 4244.0, 4193.0, 4236.0, 4185.0, 4203.0, 4201.0, 4193.0, 4191.0, 4182.0, 4181.0, 4169.0, 4171.0, 4171.0, 4185.0, 4194.0, 4198.0, 4228.0, 4225.0, 4194.0, 4194.0, 4194.0, 4183.0, 4185.0, 4246.0, 4196.0, 4225.0, 4209.0, 4199.0, 4209.0, 4225.0, 4194.0, 4224.0, 4224.0, 4233.0, 4193.0, 4253.0, 4183.0, 4184.0, 4182.0, 4172.0, 4193.0, 4235.0, 4188.0, 4237.0, 4218.0, 4206.0, 4208.0, 4204.0, 4196.0, 4256.0, 4232.0, 4233.0, 4222.0, 4222.0, 4182.0, 4171.0, 4172.0, 4171.0, 4183.0, 4193.0, 4194.0, 4194.0, 4187.0, 4214.0, 4194.0, 4225.0, 4195.0, 4196.0, 4206.0, 4196.0, 4237.0, 4194.0, 4184.0, 4185.0, 4196.0, 4195.0, 4237.0, 4269.0, 4249.0, 4269.0, 4260.0, 4226.0, 4225.0, 4184.0, 4196.0, 4174.0, 4185.0, 4193.0, 4183.0, 4214.0, 4194.0, 4234.0, 4194.0, 4268.0, 4224.0, 4255.0, 4211.0, 4240.0, 4198.0, 4239.0, 4196.0, 4228.0, 4176.0, 4216.0, 4164.0, 4174.0, 4184.0, 4175.0, 4153.0, 4164.0, 4143.0, 4164.0, 4155.0, 4177.0, 4177.0, 4179.0, 4208.0, 4180.0, 4178.0, 4178.0, 4169.0, 4179.0, 4169.0, 4193.0, 4213.0, 4183.0, 4233.0, 4182.0, 4204.0, 4185.0, 4195.0, 4195.0, 4194.0, 4186.0, 4196.0, 4188.0, 4217.0, 4247.0, 4199.0, 4238.0, 4209.0, 4225.0, 4196.0, 4227.0, 4200.0, 4230.0, 4221.0, 4249.0, 4244.0, 4250.0, 4207.0, 4237.0, 4196.0, 4249.0, 4237.0, 4258.0, 4256.0, 4259.0, 4213.0, 4233.0, 4171.0, 4191.0, 4181.0, 4223.0, 4265.0, 4243.0, 4253.0, 4222.0, 4179.0, 4179.0, 4169.0, 4168.0, 4160.0, 4192.0, 4194.0, 4193.0, 4197.0, 4196.0, 4260.0, 4255.0, 4233.0, 4242.0, 4191.0, 4229.0, 4189.0, 4241.0, 4221.0, 4179.0, 4180.0, 4230.0, 4179.0, 4197.0, 4168.0, 4198.0, 4179.0, 4209.0, 4179.0, 4182.0, 4194.0, 4193.0, 4195.0, 4202.0, 4193.0, 4196.0, 4194.0, 4183.0, 4195.0, 4182.0, 4192.0, 4253.0, 4222.0, 4242.0, 4223.0, 4199.0, 4182.0, 4170.0, 4183.0, 4245.0, 4195.0, 4194.0, 4183.0, 4184.0, 4195.0, 4192.0, 4197.0, 4204.0, 4196.0, 4247.0, 4206.0, 4185.0, 4207.0, 4246.0, 4215.0, 4267.0, 4246.0, 4253.0, 4234.0, 4210.0, 4201.0, 4170.0, 4182.0, 4231.0, 4202.0, 4221.0, 4202.0, 4232.0, 4181.0, 4191.0, 4170.0, 4192.0, 4197.0, 4203.0, 4183.0, 4212.0, 4197.0, 4203.0, 4182.0, 4191.0, 4182.0, 4191.0, 4193.0, 4203.0, 4203.0, 4233.0, 4214.0, 4172.0, 4170.0, 4181.0, 4182.0, 4182.0, 4224.0, 4195.0, 4182.0, 4203.0, 4184.0, 4213.0, 4183.0, 4223.0, 4203.0, 4255.0, 4235.0, 4232.0, 4181.0, 4172.0, 4182.0, 4243.0, 4203.0, 4245.0, 4203.0, 4210.0, 4179.0, 4169.0, 4182.0, 4182.0, 4185.0, 4244.0, 4202.0, 4233.0, 4193.0, 4193.0, 4180.0, 4182.0, 4183.0, 4183.0, 4183.0, 4183.0, 4226.0, 4184.0, 4203.0, 4197.0, 4217.0, 4196.0, 4228.0, 4234.0, 4255.0, 4215.0, 4243.0, 4172.0, 4200.0, 4170.0], 'WindowWidth': [9448.0, 9462.0, 9438.0, 9416.0, 9336.0, 9336.0, 9418.0, 9366.0, 9392.0, 9374.0, 9353.0, 9304.0, 9342.0, 9326.0, 9338.0, 9335.0, 9326.0, 9304.0, 9321.0, 9322.0, 9333.0, 9403.0, 9350.0, 9333.0, 9318.0, 9318.0, 9344.0, 9325.0, 9354.0, 9326.0, 9312.0, 9328.0, 9328.0, 9331.0, 9396.0, 9448.0, 9406.0, 9416.0, 9382.0, 9379.0, 9351.0, 9372.0, 9433.0, 9392.0, 9381.0, 9337.0, 9355.0, 9301.0, 9284.0, 9317.0, 9318.0, 9335.0, 9304.0, 9320.0, 9324.0, 9416.0, 9331.0, 9377.0, 9359.0, 9389.0, 9300.0, 9327.0, 9293.0, 9310.0, 9400.0, 9368.0, 9364.0, 9324.0, 9321.0, 9297.0, 9310.0, 9304.0, 9332.0, 9347.0, 9335.0, 9286.0, 9316.0, 9310.0, 9301.0, 9372.0, 9318.0, 9389.0, 9333.0, 9351.0, 9299.0, 9316.0, 9296.0, 9343.0, 9322.0, 9397.0, 9311.0, 9312.0, 9380.0, 9309.0, 9336.0, 9300.0, 9324.0, 9318.0, 9300.0, 9318.0, 9381.0, 9286.0, 9299.0, 9317.0, 9303.0, 9321.0, 9306.0, 9289.0, 9306.0, 9328.0, 9343.0, 9332.0, 9359.0, 9346.0, 9433.0, 9402.0, 9410.0, 9377.0, 9384.0, 9343.0, 9392.0, 9404.0, 9366.0, 9380.0, 9350.0, 9328.0, 9272.0, 9272.0, 9279.0, 9293.0, 9284.0, 9329.0, 9301.0, 9298.0, 9300.0, 9300.0, 9319.0, 9358.0, 9322.0, 9376.0, 9402.0, 9352.0, 9307.0, 9294.0, 9303.0, 9292.0, 9367.0, 9354.0, 9381.0, 9297.0, 9292.0, 9283.0, 9282.0, 9298.0, 9303.0, 9307.0, 9366.0, 9310.0, 9348.0, 9329.0, 9320.0, 9387.0, 9315.0, 9384.0, 9344.0, 9400.0, 9329.0, 9337.0, 9301.0, 9312.0, 9285.0, 9313.0, 9370.0, 9362.0, 9313.0, 9319.0, 9304.0, 9332.0, 9321.0, 9334.0, 9336.0, 9326.0, 9404.0, 9355.0, 9314.0, 9301.0, 9311.0, 9300.0, 9317.0, 9308.0, 9362.0, 9355.0, 9374.0, 9307.0, 9317.0, 9298.0, 9330.0, 9401.0, 9385.0, 9385.0, 9338.0, 9349.0, 9283.0, 9335.0, 9302.0, 9342.0, 9322.0, 9328.0, 9317.0, 9289.0, 9303.0, 9302.0, 9318.0, 9408.0, 9373.0, 9381.0, 9342.0, 9339.0, 9313.0, 9299.0, 9315.0, 9302.0, 9304.0, 9314.0, 9327.0, 9307.0, 9324.0, 9339.0, 9323.0, 9384.0, 9409.0, 9379.0, 9400.0, 9326.0, 9353.0, 9301.0, 9311.0, 9303.0, 9327.0, 9309.0, 9322.0, 9339.0, 9343.0, 9321.0, 9396.0, 9387.0, 9388.0, 9368.0, 9340.0, 9298.0, 9311.0, 9299.0, 9318.0, 9319.0, 9329.0, 9314.0, 9326.0, 9326.0, 9341.0, 9352.0, 9386.0, 9414.0, 9376.0, 9382.0, 9324.0, 9310.0, 9293.0, 9293.0, 9311.0, 9367.0, 9297.0, 9352.0, 9297.0, 9297.0, 9302.0, 9314.0, 9318.0, 9386.0, 9343.0, 9368.0, 9299.0, 9326.0, 9313.0, 9301.0, 9315.0, 9318.0, 9320.0, 9306.0, 9306.0, 9322.0, 9320.0, 9318.0, 9319.0, 9334.0, 9334.0, 9402.0, 9395.0, 9330.0, 9304.0, 9302.0, 9299.0, 9317.0, 9344.0, 9346.0, 9394.0, 9345.0, 9316.0, 9300.0, 9312.0, 9296.0, 9311.0, 9300.0, 9346.0, 9321.0, 9327.0, 9301.0, 9310.0, 9322.0, 9360.0, 9325.0, 9400.0, 9306.0, 9324.0, 9297.0, 9296.0, 9299.0, 9301.0, 9309.0, 9353.0, 9312.0, 9326.0, 9310.0, 9312.0, 9321.0, 9348.0, 9308.0, 9395.0, 9327.0, 9391.0, 9323.0, 9365.0, 9358.0, 9359.0, 9368.0, 9327.0, 9312.0, 9299.0, 9298.0, 9298.0, 9304.0, 9319.0, 9305.0, 9305.0, 9349.0, 9326.0, 9305.0, 9320.0, 9307.0, 9307.0, 9321.0, 9348.0, 9309.0, 9365.0, 9320.0, 9346.0, 9318.0, 9363.0, 9405.0, 9373.0, 9408.0, 9369.0, 9342.0, 9348.0, 9324.0, 9338.0, 9328.0, 9381.0, 9313.0, 9338.0, 9307.0, 9334.0, 9308.0, 9323.0, 9356.0, 9326.0, 9416.0, 9410.0, 9393.0, 9340.0, 9354.0, 9290.0, 9304.0, 9373.0, 9274.0, 9348.0, 9319.0, 9329.0, 9293.0, 9278.0, 9311.0, 9302.0, 9329.0, 9361.0, 9325.0, 9383.0, 9322.0, 9339.0, 9303.0, 9326.0, 9316.0, 9328.0, 9324.0, 9375.0, 9346.0, 9347.0, 9306.0, 9325.0, 9321.0, 9329.0, 9320.0, 9376.0, 9339.0, 9393.0, 9360.0, 9372.0, 9303.0, 9347.0, 9310.0, 9332.0, 9362.0, 9318.0, 9305.0, 9293.0, 9301.0, 9308.0, 9320.0, 9328.0, 9329.0, 9346.0, 9358.0, 9391.0, 9339.0, 9343.0, 9410.0, 9361.0, 9358.0, 9318.0, 9316.0, 9318.0, 9291.0, 9308.0, 9303.0, 9323.0, 9313.0, 9330.0, 9354.0, 9330.0, 9384.0, 9327.0, 9349.0, 9308.0, 9335.0, 9378.0, 9322.0, 9392.0, 9381.0, 9305.0, 9309.0, 9328.0, 9323.0, 9315.0, 9393.0, 9387.0, 9407.0, 9335.0, 9383.0, 9326.0, 9348.0, 9327.0, 9394.0, 9390.0, 9387.0, 9317.0, 9353.0, 9303.0, 9370.0, 9331.0, 9400.0, 9359.0, 9386.0, 9343.0, 9390.0, 9318.0, 9383.0, 9333.0, 9359.0, 9333.0, 9308.0, 9296.0, 9292.0, 9301.0, 9326.0, 9306.0, 9332.0, 9322.0, 9335.0, 9324.0, 9320.0, 9321.0, 9323.0, 9324.0, 9334.0, 9341.0, 9396.0, 9358.0, 9419.0, 9392.0, 9419.0, 9359.0, 9347.0, 9328.0, 9326.0, 9318.0, 9402.0, 9343.0, 9320.0, 9320.0, 9328.0, 9322.0, 9390.0, 9332.0, 9402.0, 9374.0, 9382.0, 9311.0, 9337.0, 9315.0, 9354.0, 9332.0, 9358.0, 9316.0, 9311.0, 9304.0, 9281.0, 9297.0, 9285.0, 9304.0, 9337.0, 9337.0, 9329.0, 9327.0, 9310.0, 9305.0, 9312.0, 9308.0, 9324.0, 9338.0, 9343.0, 9386.0, 9411.0, 9328.0, 9341.0, 9389.0, 9313.0, 9399.0, 9372.0, 9388.0, 9377.0, 9321.0, 9299.0, 9284.0, 9292.0, 9338.0, 9315.0, 9406.0, 9356.0, 9303.0, 9326.0, 9308.0, 9302.0, 9296.0, 9331.0, 9302.0, 9352.0, 9330.0, 9375.0, 9353.0, 9396.0, 9383.0, 9367.0, 9300.0, 9278.0, 9319.0, 9296.0, 9382.0, 9314.0, 9380.0, 9309.0, 9329.0, 9323.0, 9314.0, 9308.0, 9299.0, 9295.0, 9278.0, 9284.0, 9284.0, 9308.0, 9320.0, 9331.0, 9369.0, 9363.0, 9318.0, 9316.0, 9317.0, 9302.0, 9308.0, 9390.0, 9324.0, 9362.0, 9350.0, 9336.0, 9348.0, 9363.0, 9321.0, 9355.0, 9357.0, 9368.0, 9316.0, 9399.0, 9302.0, 9307.0, 9301.0, 9289.0, 9318.0, 9375.0, 9316.0, 9381.0, 9360.0, 9340.0, 9343.0, 9333.0, 9322.0, 9410.0, 9366.0, 9365.0, 9351.0, 9352.0, 9300.0, 9283.0, 9287.0, 9283.0, 9304.0, 9317.0, 9321.0, 9317.0, 9311.0, 9344.0, 9321.0, 9363.0, 9323.0, 9325.0, 9339.0, 9326.0, 9381.0, 9320.0, 9306.0, 9307.0, 9323.0, 9324.0, 9386.0, 9432.0, 9400.0, 9431.0, 9417.0, 9364.0, 9362.0, 9306.0, 9325.0, 9293.0, 9310.0, 9317.0, 9306.0, 9349.0, 9323.0, 9374.0, 9319.0, 9428.0, 9360.0, 9405.0, 9335.0, 9376.0, 9312.0, 9372.0, 9309.0, 9356.0, 9280.0, 9334.0, 9263.0, 9275.0, 9287.0, 9277.0, 9246.0, 9261.0, 9232.0, 9262.0, 9252.0, 9285.0, 9283.0, 9290.0, 9328.0, 9293.0, 9289.0, 9289.0, 9277.0, 9292.0, 9278.0, 9317.0, 9342.0, 9303.0, 9368.0, 9299.0, 9332.0, 9312.0, 9323.0, 9322.0, 9320.0, 9315.0, 9327.0, 9319.0, 9359.0, 9397.0, 9335.0, 9385.0, 9350.0, 9367.0, 9329.0, 9371.0, 9338.0, 9379.0, 9370.0, 9406.0, 9405.0, 9404.0, 9343.0, 9382.0, 9328.0, 9402.0, 9384.0, 9417.0, 9408.0, 9417.0, 9343.0, 9371.0, 9284.0, 9310.0, 9301.0, 9361.0, 9424.0, 9388.0, 9400.0, 9354.0, 9294.0, 9294.0, 9278.0, 9275.0, 9268.0, 9314.0, 9322.0, 9321.0, 9329.0, 9330.0, 9419.0, 9406.0, 9371.0, 9378.0, 9307.0, 9356.0, 9303.0, 9376.0, 9349.0, 9290.0, 9293.0, 9360.0, 9289.0, 9310.0, 9275.0, 9314.0, 9291.0, 9330.0, 9292.0, 9302.0, 9323.0, 9319.0, 9324.0, 9328.0, 9318.0, 9329.0, 9320.0, 9303.0, 9321.0, 9300.0, 9314.0, 9398.0, 9353.0, 9383.0, 9356.0, 9320.0, 9298.0, 9281.0, 9302.0, 9393.0, 9326.0, 9320.0, 9305.0, 9308.0, 9328.0, 9316.0, 9331.0, 9336.0, 9328.0, 9396.0, 9342.0, 9310.0, 9341.0, 9393.0, 9348.0, 9425.0, 9390.0, 9400.0, 9372.0, 9334.0, 9324.0, 9282.0, 9299.0, 9365.0, 9324.0, 9352.0, 9328.0, 9366.0, 9297.0, 9309.0, 9283.0, 9317.0, 9332.0, 9333.0, 9303.0, 9340.0, 9330.0, 9329.0, 9301.0, 9311.0, 9300.0, 9312.0, 9316.0, 9330.0, 9332.0, 9370.0, 9344.0, 9286.0, 9282.0, 9296.0, 9300.0, 9301.0, 9361.0, 9324.0, 9303.0, 9329.0, 9305.0, 9343.0, 9301.0, 9354.0, 9328.0, 9404.0, 9373.0, 9367.0, 9297.0, 9285.0, 9300.0, 9385.0, 9330.0, 9388.0, 9330.0, 9333.0, 9293.0, 9280.0, 9300.0, 9299.0, 9307.0, 9387.0, 9328.0, 9370.0, 9316.0, 9315.0, 9298.0, 9300.0, 9303.0, 9304.0, 9304.0, 9308.0, 9366.0, 9307.0, 9330.0, 9330.0, 9362.0, 9330.0, 9373.0, 9373.0, 9404.0, 9347.0, 9386.0, 9286.0, 9321.0, 9281.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.0019940131578947366</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03036415855263158</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.47271074441273</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1965902975192093</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0129641488583965</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4685</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6357.8857</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10866957847237345</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>61</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.68859649122807</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5093574982828533</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4677303048010883</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7308459348915592</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.329496255155912</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00818699</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015581252053380013</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02771298587322235</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.8720628664105936</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>21.9359</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.1252</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.6305</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300891.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>776.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.5362</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4684</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.6307</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3412.5497</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3632.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75653.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1070.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4442.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>937.9951</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.663826446048915</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> |