=== 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-0084 --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-0084",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
108 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
108 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0084_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-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0084/figures/sub-0084_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-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084/ses-02/func/sub-0084_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>c53e8bf2591f881a6ba1d6f2165f1d85</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:27:20.792500</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.999204, 0.0349761, -0.019198, -0.03402, 0.998265, 0.0480522]</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.112628</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4143, -7770, -7267, 511, -29, -354, 53, 56]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>289.863</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>021fcc64-834a-4b9c-baa4-cbe617f46f6c||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.680790662765503, -0.09127312153577805, -0.05628253147006035, 121.1372299194336], [-0.09383823722600937, 2.6782729625701904, 0.12787416577339172, -90.65597534179688], [-0.051506850868463516, -0.12892049551010132, 2.696382999420166, -81.29553985595703], [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': ['112720.792500', '112721.252500', '112721.712500', '112722.172500', '112722.632500', '112723.092500', '112723.552500', '112724.012500', '112724.472500', '112724.932500', '112725.392500', '112725.852500', '112726.312500', '112726.772500', '112727.232500', '112727.692500', '112728.152500', '112728.612500', '112729.072500', '112729.532500', '112729.992500', '112730.452500', '112730.912500', '112731.372500', '112731.832500', '112732.292500', '112732.752500', '112733.212500', '112733.672500', '112734.132500', '112734.592500', '112735.052500', '112735.512500', '112735.972500', '112736.432500', '112736.892500', '112737.352500', '112737.812500', '112738.272500', '112738.732500', '112739.192500', '112739.652500', '112740.112500', '112740.572500', '112741.032500', '112741.492500', '112741.952500', '112742.412500', '112742.872500', '112743.332500', '112743.792500', '112744.252500', '112744.712500', '112745.172500', '112745.632500', '112746.092500', '112746.552500', '112747.012500', '112747.472500', '112747.932500', '112748.392500', '112748.852500', '112749.312500', '112749.772500', '112750.232500', '112750.692500', '112751.152500', '112751.612500', '112752.072500', '112752.532500', '112752.992500', '112753.452500', '112753.912500', '112754.372500', '112754.832500', '112755.292500', '112755.752500', '112756.212500', '112756.672500', '112757.132500', '112757.592500', '112758.052500', '112758.512500', '112758.972500', '112759.432500', '112759.892500', '112800.352500', '112800.812500', '112801.272500', '112801.732500', '112802.192500', '112802.652500', '112803.112500', '112803.572500', '112804.032500', '112804.492500', '112804.952500', '112805.412500', '112805.872500', '112806.332500', '112806.792500', '112807.252500', '112807.712500', '112808.172500', '112808.632500', '112809.092500', '112809.552500', '112810.012500', '112810.472500', '112810.932500', '112811.392500', '112811.852500', '112812.312500', '112812.772500', '112813.232500', '112813.692500', '112814.152500', '112814.612500', '112815.072500', '112815.532500', '112815.992500', '112816.452500', '112816.912500', '112817.372500', '112817.832500', '112818.292500', '112818.752500', '112819.212500', '112819.672500', '112820.132500', '112820.592500', '112821.052500', '112821.512500', '112821.972500', '112822.432500', '112822.892500', '112823.352500', '112823.812500', '112824.272500', '112824.732500', '112825.192500', '112825.652500', '112826.112500', '112826.572500', '112827.032500', '112827.492500', '112827.952500', '112828.412500', '112828.872500', '112829.332500', '112829.792500', '112830.252500', '112830.712500', '112831.172500', '112831.632500', '112832.092500', '112832.552500', '112833.012500', '112833.472500', '112833.932500', '112834.392500', '112834.852500', '112835.312500', '112835.772500', '112836.232500', '112836.692500', '112837.152500', '112837.612500', '112838.072500', '112838.532500', '112838.992500', '112839.452500', '112839.912500', '112840.372500', '112840.832500', '112841.292500', '112841.752500', '112842.212500', '112842.672500', '112843.132500', '112843.592500', '112844.052500', '112844.512500', '112844.972500', '112845.432500', '112845.892500', '112846.352500', '112846.812500', '112847.272500', '112847.732500', '112848.192500', '112848.652500', '112849.112500', '112849.572500', '112850.032500', '112850.492500', '112850.952500', '112851.412500', '112851.872500', '112852.332500', '112852.792500', '112853.252500', '112853.712500', '112854.172500', '112854.632500', '112855.092500', '112855.552500', '112856.012500', '112856.472500', '112856.932500', '112857.392500', '112857.852500', '112858.312500', '112858.772500', '112859.232500', '112859.692500', '112900.152500', '112900.612500', '112901.072500', '112901.532500', '112901.992500', '112902.452500', '112902.912500', '112903.372500', '112903.832500', '112904.292500', '112904.752500', '112905.212500', '112905.672500', '112906.132500', '112906.592500', '112907.052500', '112907.512500', '112907.972500', '112908.432500', '112908.892500', '112909.352500', '112909.812500', '112910.272500', '112910.732500', '112911.192500', '112911.652500', '112912.112500', '112912.572500', '112913.032500', '112913.492500', '112913.952500', '112914.412500', '112914.872500', '112915.332500', '112915.792500', '112916.252500', '112916.712500', '112917.172500', '112917.632500', '112918.092500', '112918.552500', '112919.012500', '112919.472500', '112919.932500', '112920.392500', '112920.852500', '112921.312500', '112921.772500', '112922.232500', '112922.692500', '112923.152500', '112923.612500', '112924.072500', '112924.532500', '112924.992500', '112925.452500', '112925.912500', '112926.372500', '112926.832500', '112927.292500', '112927.752500', '112928.212500', '112928.672500', '112929.132500', '112929.592500', '112930.052500', '112930.512500', '112930.972500', '112931.432500', '112931.892500', '112932.352500', '112932.812500', '112933.272500', '112933.732500', '112934.192500', '112934.652500', '112935.112500', '112935.572500', '112936.032500', '112936.492500', '112936.952500', '112937.412500', '112937.872500', '112938.332500', '112938.792500', '112939.252500', '112939.712500', '112940.172500', '112940.632500', '112941.092500', '112941.552500', '112942.012500', '112942.472500', '112942.932500', '112943.392500', '112943.852500', '112944.312500', '112944.772500', '112945.232500', '112945.692500', '112946.152500', '112946.612500', '112947.072500', '112947.532500', '112947.992500', '112948.452500', '112948.912500', '112949.372500', '112949.832500', '112950.292500', '112950.752500', '112951.212500', '112951.672500', '112952.132500', '112952.592500', '112953.052500', '112953.512500', '112953.972500', '112954.432500', '112954.892500', '112955.352500', '112955.812500', '112956.272500', '112956.732500', '112957.192500', '112957.652500', '112958.112500', '112958.572500', '112959.032500', '112959.492500', '112959.952500', '113000.412500', '113000.872500', '113001.332500', '113001.792500', '113002.252500', '113002.712500', '113003.172500', '113003.632500', '113004.092500', '113004.552500', '113005.012500', '113005.472500', '113005.932500', '113006.392500', '113006.852500', '113007.312500', '113007.772500', '113008.232500', '113008.692500', '113009.152500', '113009.612500', '113010.072500', '113010.532500', '113010.992500', '113011.452500', '113011.912500', '113012.372500', '113012.832500', '113013.292500', '113013.752500', '113014.212500', '113014.672500', '113015.132500', '113015.592500', '113016.052500', '113016.512500', '113016.972500', '113017.432500', '113017.892500', '113018.352500', '113018.812500', '113019.272500', '113019.732500', '113020.192500', '113020.652500', '113021.112500', '113021.572500', '113022.032500', '113022.492500', '113022.952500', '113023.412500', '113023.872500', '113024.332500', '113024.792500', '113025.252500', '113025.712500', '113026.172500', '113026.632500', '113027.092500', '113027.552500', '113028.012500', '113028.472500', '113028.932500', '113029.392500', '113029.852500', '113030.312500', '113030.772500', '113031.232500', '113031.692500', '113032.152500', '113032.612500', '113033.072500', '113033.532500', '113033.992500', '113034.452500', '113034.912500', '113035.372500', '113035.832500', '113036.292500', '113036.752500', '113037.212500', '113037.672500', '113038.132500', '113038.592500', '113039.052500', '113039.512500', '113039.972500', '113040.432500', '113040.892500', '113041.352500', '113041.812500', '113042.272500', '113042.732500', '113043.192500', '113043.652500', '113044.112500', '113044.572500', '113045.032500', '113045.492500', '113045.952500', '113046.412500', '113046.872500', '113047.332500', '113047.792500', '113048.252500', '113048.712500', '113049.172500', '113049.632500', '113050.092500', '113050.552500', '113051.012500', '113051.472500', '113051.932500', '113052.392500', '113052.852500', '113053.312500', '113053.772500', '113054.232500', '113054.692500', '113055.152500', '113055.612500', '113056.072500', '113056.532500', '113056.992500', '113057.452500', '113057.912500', '113058.372500', '113058.832500', '113059.292500', '113059.752500', '113100.212500', '113100.672500', '113101.132500', '113101.592500', '113102.052500', '113102.512500', '113102.972500', '113103.432500', '113103.892500', '113104.352500', '113104.812500', '113105.272500', '113105.732500', '113106.192500', '113106.652500', '113107.112500', '113107.572500', '113108.032500', '113108.492500', '113108.952500', '113109.412500', '113109.872500', '113110.332500', '113110.792500', '113111.252500', '113111.712500', '113112.172500', '113112.632500', '113113.092500', '113113.552500', '113114.012500', '113114.472500', '113114.932500', '113115.392500', '113115.852500', '113116.312500', '113116.772500', '113117.232500', '113117.692500', '113118.152500', '113118.612500', '113119.072500', '113119.532500', '113119.992500', '113120.452500', '113120.912500', '113121.372500', '113121.832500', '113122.292500', '113122.752500', '113123.212500', '113123.672500', '113124.132500', '113124.592500', '113125.052500', '113125.512500', '113125.972500', '113126.432500', '113126.892500', '113127.352500', '113127.812500', '113128.272500', '113128.732500', '113129.192500', '113129.652500', '113130.112500', '113130.572500', '113131.032500', '113131.492500', '113131.952500', '113132.412500', '113132.872500', '113133.332500', '113133.792500', '113134.252500', '113134.712500', '113135.172500', '113135.632500', '113136.092500', '113136.552500', '113137.012500', '113137.472500', '113137.932500', '113138.392500', '113138.852500', '113139.312500', '113139.772500', '113140.232500', '113140.692500', '113141.152500', '113141.612500', '113142.072500', '113142.532500', '113142.992500', '113143.452500', '113143.912500', '113144.372500', '113144.832500', '113145.292500', '113145.752500', '113146.212500', '113146.672500', '113147.132500', '113147.592500', '113148.052500', '113148.512500', '113148.972500', '113149.432500', '113149.892500', '113150.352500', '113150.812500', '113151.272500', '113151.732500', '113152.192500', '113152.652500', '113153.112500', '113153.572500', '113154.032500', '113154.492500', '113154.952500', '113155.412500', '113155.872500', '113156.332500', '113156.792500', '113157.252500', '113157.712500', '113158.172500', '113158.632500', '113159.092500', '113159.552500', '113200.012500', '113200.472500', '113200.932500', '113201.392500', '113201.852500', '113202.312500', '113202.772500', '113203.232500', '113203.692500', '113204.152500', '113204.612500', '113205.072500', '113205.532500', '113205.992500', '113206.452500', '113206.912500', '113207.372500', '113207.832500', '113208.292500', '113208.752500', '113209.212500', '113209.672500', '113210.132500', '113210.592500', '113211.052500', '113211.512500', '113211.972500', '113212.432500', '113212.892500', '113213.352500', '113213.812500', '113214.272500', '113214.732500', '113215.192500', '113215.652500', '113216.112500', '113216.572500', '113217.032500', '113217.492500', '113217.952500', '113218.412500', '113218.872500', '113219.332500', '113219.792500', '113220.252500', '113220.712500', '113221.172500', '113221.632500', '113222.092500', '113222.552500', '113223.012500', '113223.472500', '113223.932500', '113224.392500', '113224.852500', '113225.312500', '113225.772500', '113226.232500', '113226.692500', '113227.152500', '113227.612500', '113228.072500', '113228.532500', '113228.992500', '113229.452500', '113229.912500', '113230.372500', '113230.832500', '113231.292500', '113231.752500', '113232.212500', '113232.672500', '113233.132500', '113233.592500', '113234.052500', '113234.512500', '113234.972500', '113235.432500', '113235.892500', '113236.352500', '113236.812500', '113237.272500', '113237.732500', '113238.192500', '113238.652500', '113239.112500', '113239.572500', '113240.032500', '113240.492500', '113240.952500', '113241.412500', '113241.872500', '113242.332500', '113242.792500', '113243.252500', '113243.712500', '113244.172500', '113244.632500', '113245.092500', '113245.552500', '113246.012500', '113246.472500', '113246.932500', '113247.392500', '113247.852500', '113248.312500', '113248.772500', '113249.232500', '113249.692500', '113250.152500', '113250.612500', '113251.072500', '113251.532500', '113251.992500', '113252.452500', '113252.912500', '113253.372500', '113253.832500', '113254.292500', '113254.752500', '113255.212500', '113255.672500', '113256.132500', '113256.592500', '113257.052500', '113257.512500', '113257.972500', '113258.432500', '113258.892500', '113259.352500', '113259.812500', '113300.272500', '113300.732500', '113301.192500', '113301.652500', '113302.112500', '113302.572500', '113303.032500', '113303.492500', '113303.952500', '113304.412500', '113304.872500', '113305.332500', '113305.792500', '113306.252500', '113306.712500', '113307.172500', '113307.632500', '113308.092500', '113308.552500', '113309.012500', '113309.472500', '113309.932500', '113310.392500', '113310.852500', '113311.312500', '113311.772500', '113312.232500', '113312.692500', '113313.152500', '113313.612500', '113314.072500', '113314.532500', '113314.992500', '113315.452500', '113315.912500', '113316.372500', '113316.832500', '113317.292500', '113317.752500', '113318.212500', '113318.672500', '113319.132500', '113319.592500', '113320.052500', '113320.512500', '113320.972500', '113321.432500', '113321.892500', '113322.352500', '113322.812500', '113323.272500', '113323.732500', '113324.192500', '113324.652500', '113325.112500', '113325.572500', '113326.032500', '113326.492500', '113326.952500', '113327.412500', '113327.872500', '113328.332500', '113328.792500', '113329.252500', '113329.712500', '113330.172500', '113330.632500', '113331.092500', '113331.552500', '113332.012500', '113332.472500', '113332.932500', '113333.392500', '113333.852500', '113334.312500', '113334.772500', '113335.232500', '113335.692500', '113336.152500', '113336.612500', '113337.072500', '113337.532500', '113337.992500', '113338.452500', '113338.912500', '113339.372500', '113339.832500', '113340.292500', '113340.752500', '113341.212500', '113341.672500', '113342.132500', '113342.592500', '113343.052500', '113343.512500', '113343.972500', '113344.432500', '113344.892500', '113345.352500', '113345.812500', '113346.272500', '113346.732500', '113347.192500', '113347.652500', '113348.112500', '113348.572500', '113349.032500', '113349.492500', '113349.952500', '113350.412500', '113350.872500', '113351.332500', '113351.792500', '113352.252500', '113352.712500', '113353.172500', '113353.632500', '113354.092500', '113354.552500', '113355.012500', '113355.472500', '113355.932500', '113356.392500', '113356.852500', '113357.312500', '113357.772500', '113358.232500', '113358.692500', '113359.152500', '113359.612500', '113400.072500', '113400.532500', '113400.992500', '113401.452500', '113401.912500', '113402.372500', '113402.832500', '113403.292500', '113403.752500', '113404.212500', '113404.672500', '113405.132500', '113405.592500', '113406.052500', '113406.512500', '113406.972500', '113407.432500', '113407.892500', '113408.352500', '113408.812500', '113409.272500', '113409.732500', '113410.192500', '113410.652500', '113411.112500', '113411.572500', '113412.032500', '113412.492500', '113412.952500', '113413.412500', '113413.872500', '113414.332500', '113414.792500', '113415.252500', '113415.712500', '113416.172500', '113416.632500', '113417.092500', '113417.552500', '113418.012500', '113418.472500', '113418.932500', '113419.392500', '113419.852500', '113420.312500', '113420.772500'], 'ContentTime': ['112745.464000', '112745.475000', '112745.478000', '112745.480000', '112745.483000', '112745.485000', '112745.488000', '112745.491000', '112745.493000', '112745.496000', '112745.498000', '112745.501000', '112745.504000', '112745.506000', '112745.509000', '112745.511000', '112745.514000', '112745.517000', '112745.519000', '112745.522000', '112745.524000', '112745.527000', '112745.529000', '112745.532000', '112745.535000', '112745.537000', '112745.540000', '112745.542000', '112745.545000', '112745.548000', '112745.550000', '112745.553000', '112745.555000', '112745.558000', '112745.560000', '112745.563000', '112745.565000', '112745.568000', '112745.571000', '112745.573000', '112745.576000', '112745.584000', '112745.586000', '112745.589000', '112745.591000', '112745.594000', '112745.596000', '112745.599000', '112745.606000', '112745.609000', '112805.416000', '112805.419000', '112805.422000', '112805.424000', '112805.427000', '112805.430000', '112805.432000', '112805.435000', '112805.437000', '112805.440000', '112805.442000', '112805.445000', '112805.448000', '112805.450000', '112805.453000', '112805.455000', '112805.460000', '112805.462000', '112805.465000', '112805.468000', '112805.470000', '112805.473000', '112805.476000', '112805.478000', '112805.481000', '112805.483000', '112805.486000', '112805.488000', '112805.491000', '112805.493000', '112805.496000', '112805.499000', '112805.501000', '112805.504000', '112805.507000', '112805.509000', '112805.512000', '112805.514000', '112805.517000', '112805.520000', '112805.522000', '112805.529000', '112805.531000', '112805.534000', '112825.417000', '112825.420000', '112825.423000', '112825.425000', '112825.428000', '112825.431000', '112825.433000', '112825.436000', '112825.438000', '112825.441000', '112825.444000', '112825.446000', '112825.449000', '112825.451000', '112825.454000', '112825.456000', '112825.465000', '112825.467000', '112825.470000', '112825.472000', '112825.475000', '112825.477000', '112825.480000', '112825.483000', '112825.486000', '112825.488000', '112825.491000', '112825.493000', '112825.496000', '112825.498000', '112825.501000', '112825.504000', '112825.506000', '112825.509000', '112825.511000', '112825.514000', '112825.517000', '112825.519000', '112825.522000', '112825.524000', '112825.527000', '112825.530000', '112825.532000', '112845.417000', '112845.420000', '112845.423000', '112845.426000', '112845.428000', '112845.431000', '112845.433000', '112845.436000', '112845.439000', '112845.441000', '112845.444000', '112845.447000', '112845.450000', '112845.453000', '112845.456000', '112845.459000', '112845.462000', '112845.464000', '112845.467000', '112845.469000', '112845.472000', '112845.475000', '112845.477000', '112845.480000', '112845.482000', '112845.485000', '112845.488000', '112845.490000', '112845.493000', '112845.496000', '112845.498000', '112845.501000', '112845.504000', '112845.506000', '112845.509000', '112845.512000', '112845.514000', '112845.517000', '112845.519000', '112845.522000', '112845.532000', '112845.535000', '112845.537000', '112905.417000', '112905.420000', '112905.423000', '112905.425000', '112905.428000', '112905.431000', '112905.433000', '112905.436000', '112905.439000', '112905.441000', '112905.444000', '112905.446000', '112905.449000', '112905.452000', '112905.454000', '112905.457000', '112905.460000', '112905.462000', '112905.465000', '112905.477000', '112905.479000', '112905.482000', '112905.484000', '112905.487000', '112905.490000', '112905.492000', '112905.495000', '112905.497000', '112905.500000', '112905.503000', '112905.505000', '112905.508000', '112905.511000', '112905.513000', '112905.516000', '112905.518000', '112905.521000', '112905.524000', '112905.526000', '112905.529000', '112905.531000', '112905.534000', '112905.537000', '112905.539000', '112925.418000', '112925.420000', '112925.423000', '112925.426000', '112925.428000', '112925.431000', '112925.434000', '112925.436000', '112925.440000', '112925.443000', '112925.446000', '112925.448000', '112925.451000', '112925.454000', '112925.456000', '112925.459000', '112925.462000', '112925.464000', '112925.467000', '112925.469000', '112925.472000', '112925.475000', '112925.477000', '112925.480000', '112925.482000', '112925.485000', '112925.488000', '112925.490000', '112925.493000', '112925.496000', '112925.507000', '112925.510000', '112925.519000', '112925.521000', '112925.524000', '112925.526000', '112925.529000', '112925.532000', '112925.534000', '112925.537000', '112925.540000', '112925.542000', '112925.545000', '112945.417000', '112945.420000', '112945.423000', '112945.426000', '112945.429000', '112945.431000', '112945.434000', '112945.436000', '112945.439000', '112945.442000', '112945.444000', '112945.447000', '112945.450000', '112945.452000', '112945.455000', '112945.457000', '112945.460000', '112945.462000', '112945.465000', '112945.468000', '112945.470000', '112945.473000', '112945.475000', '112945.478000', '112945.481000', '112945.483000', '112945.486000', '112945.489000', '112945.491000', '112945.494000', '112945.496000', '112945.499000', '112945.502000', '112945.504000', '112945.507000', '112945.510000', '112945.512000', '112945.515000', '112945.517000', '112945.520000', '112945.523000', '112945.525000', '112945.528000', '112945.530000', '113005.417000', '113005.420000', '113005.422000', '113005.425000', '113005.427000', '113005.430000', '113005.433000', '113005.435000', '113005.438000', '113005.441000', '113005.443000', '113005.446000', '113005.448000', '113005.451000', '113005.454000', '113005.457000', '113005.460000', '113005.462000', '113005.465000', '113005.468000', '113005.470000', '113005.473000', '113005.475000', '113005.478000', '113005.481000', '113005.483000', '113005.486000', '113005.498000', '113005.501000', '113005.503000', '113005.506000', '113005.509000', '113005.511000', '113005.514000', '113005.516000', '113005.519000', '113005.522000', '113005.524000', '113005.527000', '113005.530000', '113005.532000', '113005.535000', '113005.537000', '113025.417000', '113025.419000', '113025.422000', '113025.425000', '113025.428000', '113025.430000', '113025.433000', '113025.435000', '113025.438000', '113025.441000', '113025.443000', '113025.446000', '113025.449000', '113025.451000', '113025.454000', '113025.456000', '113025.459000', '113025.462000', '113025.464000', '113025.467000', '113025.469000', '113025.472000', '113025.475000', '113025.477000', '113025.480000', '113025.482000', '113025.485000', '113025.488000', '113025.490000', '113025.493000', '113025.496000', '113025.498000', '113025.501000', '113025.504000', '113025.506000', '113025.509000', '113025.512000', '113025.514000', '113025.517000', '113025.519000', '113025.522000', '113025.525000', '113025.528000', '113025.530000', '113045.417000', '113045.420000', '113045.423000', '113045.426000', '113045.428000', '113045.431000', '113045.433000', '113045.436000', '113045.439000', '113045.441000', '113045.444000', '113045.446000', '113045.449000', '113045.452000', '113045.454000', '113045.457000', '113045.459000', '113045.462000', '113045.465000', '113045.467000', '113045.470000', '113045.472000', '113045.475000', '113045.477000', '113045.480000', '113045.483000', '113045.485000', '113045.488000', '113045.491000', '113045.493000', '113045.496000', '113045.498000', '113045.501000', '113045.504000', '113045.506000', '113045.509000', '113045.512000', '113045.514000', '113045.517000', '113045.519000', '113045.522000', '113045.525000', '113045.527000', '113105.417000', '113105.421000', '113105.423000', '113105.426000', '113105.428000', '113105.431000', '113105.434000', '113105.436000', '113105.439000', '113105.442000', '113105.444000', '113105.447000', '113105.459000', '113105.462000', '113105.464000', '113105.467000', '113105.470000', '113105.472000', '113105.475000', '113105.477000', '113105.480000', '113105.483000', '113105.485000', '113105.488000', '113105.490000', '113105.493000', '113105.496000', '113105.498000', '113105.501000', '113105.503000', '113105.506000', '113105.509000', '113105.511000', '113105.514000', '113105.517000', '113105.519000', '113105.522000', '113105.525000', '113105.527000', '113105.530000', '113105.532000', '113105.535000', '113105.538000', '113105.540000', '113125.418000', '113125.420000', '113125.423000', '113125.426000', '113125.428000', '113125.431000', '113125.433000', '113125.436000', '113125.439000', '113125.441000', '113125.444000', '113125.447000', '113125.449000', '113125.452000', '113125.455000', '113125.457000', '113125.460000', '113125.462000', '113125.465000', '113125.468000', '113125.470000', '113125.473000', '113125.475000', '113125.478000', '113125.481000', '113125.484000', '113125.486000', '113125.489000', '113125.501000', '113125.504000', '113125.507000', '113125.509000', '113125.512000', '113125.515000', '113125.517000', '113125.520000', '113125.522000', '113125.525000', '113125.528000', '113125.530000', '113125.533000', '113125.536000', '113125.538000', '113145.418000', '113145.420000', '113145.423000', '113145.426000', '113145.428000', '113145.431000', '113145.433000', '113145.436000', '113145.439000', '113145.441000', '113145.444000', '113145.446000', '113145.449000', '113145.452000', '113145.454000', '113145.457000', '113145.460000', '113145.462000', '113145.465000', '113145.467000', '113145.470000', '113145.473000', '113145.475000', '113145.478000', '113145.481000', '113145.483000', '113145.486000', '113145.488000', '113145.491000', '113145.494000', '113145.496000', '113145.499000', '113145.501000', '113145.504000', '113145.507000', '113145.509000', '113145.512000', '113145.514000', '113145.517000', '113145.519000', '113145.522000', '113145.525000', '113145.527000', '113145.530000', '113205.417000', '113205.419000', '113205.422000', '113205.425000', '113205.427000', '113205.430000', '113205.433000', '113205.435000', '113205.438000', '113205.440000', '113205.443000', '113205.446000', '113205.448000', '113205.451000', '113205.454000', '113205.456000', '113205.459000', '113205.461000', '113205.464000', '113205.467000', '113205.469000', '113205.472000', '113205.474000', '113205.477000', '113205.480000', '113205.482000', '113205.485000', '113205.488000', '113205.490000', '113205.493000', '113205.495000', '113205.498000', '113205.501000', '113205.503000', '113205.506000', '113205.509000', '113205.511000', '113205.514000', '113205.517000', '113205.519000', '113205.522000', '113205.525000', '113205.527000', '113225.417000', '113225.420000', '113225.422000', '113225.425000', '113225.428000', '113225.430000', '113225.433000', '113225.436000', '113225.438000', '113225.441000', '113225.443000', '113225.446000', '113225.449000', '113225.451000', '113225.454000', '113225.456000', '113225.459000', '113225.462000', '113225.464000', '113225.467000', '113225.469000', '113225.472000', '113225.475000', '113225.477000', '113225.480000', '113225.483000', '113225.485000', '113225.488000', '113225.490000', '113225.493000', '113225.496000', '113225.498000', '113225.501000', '113225.504000', '113225.506000', '113225.509000', '113225.511000', '113225.525000', '113225.528000', '113225.530000', '113225.533000', '113225.536000', '113225.538000', '113225.541000', '113245.416000', '113245.420000', '113245.422000', '113245.425000', '113245.427000', '113245.430000', '113245.433000', '113245.435000', '113245.438000', '113245.441000', '113245.443000', '113245.446000', '113245.448000', '113245.451000', '113245.454000', '113245.456000', '113245.459000', '113245.462000', '113245.464000', '113245.467000', '113245.469000', '113245.472000', '113245.475000', '113245.477000', '113245.480000', '113245.483000', '113245.485000', '113245.488000', '113245.490000', '113245.493000', '113245.496000', '113245.498000', '113245.501000', '113245.503000', '113245.506000', '113245.509000', '113245.511000', '113245.514000', '113245.517000', '113245.519000', '113245.522000', '113245.525000', '113245.527000', '113305.417000', '113305.420000', '113305.423000', '113305.426000', '113305.428000', '113305.431000', '113305.434000', '113305.436000', '113305.439000', '113305.442000', '113305.444000', '113305.447000', '113305.450000', '113305.452000', '113305.455000', '113305.462000', '113305.464000', '113305.467000', '113305.470000', '113305.472000', '113305.475000', '113305.477000', '113305.480000', '113305.483000', '113305.485000', '113305.488000', '113305.490000', '113305.493000', '113305.496000', '113305.498000', '113305.501000', '113305.504000', '113305.506000', '113305.509000', '113305.511000', '113305.514000', '113305.517000', '113305.519000', '113305.522000', '113305.524000', '113305.527000', '113305.530000', '113305.532000', '113305.535000', '113325.417000', '113325.420000', '113325.423000', '113325.425000', '113325.428000', '113325.431000', '113325.434000', '113325.436000', '113325.439000', '113325.442000', '113325.444000', '113325.447000', '113325.449000', '113325.452000', '113325.455000', '113325.457000', '113325.460000', '113325.462000', '113325.465000', '113325.468000', '113325.470000', '113325.473000', '113325.476000', '113325.478000', '113325.481000', '113325.483000', '113325.486000', '113325.489000', '113325.491000', '113325.494000', '113325.496000', '113325.499000', '113325.502000', '113325.504000', '113325.507000', '113325.509000', '113325.512000', '113325.515000', '113325.517000', '113325.520000', '113325.522000', '113325.525000', '113325.527000', '113345.417000', '113345.420000', '113345.423000', '113345.426000', '113345.428000', '113345.431000', '113345.434000', '113345.436000', '113345.439000', '113345.442000', '113345.444000', '113345.447000', '113345.449000', '113345.452000', '113345.455000', '113345.457000', '113345.460000', '113345.463000', '113345.465000', '113345.468000', '113345.470000', '113345.473000', '113345.476000', '113345.478000', '113345.481000', '113345.483000', '113345.486000', '113345.489000', '113345.491000', '113345.494000', '113345.496000', '113345.499000', '113345.502000', '113345.504000', '113345.507000', '113345.510000', '113345.512000', '113345.515000', '113345.517000', '113345.520000', '113345.522000', '113345.525000', '113345.528000', '113345.531000', '113405.417000', '113405.420000', '113405.423000', '113405.426000', '113405.428000', '113405.431000', '113405.434000', '113405.436000', '113405.439000', '113405.441000', '113405.444000', '113405.447000', '113405.449000', '113405.452000', '113405.454000', '113405.457000', '113405.459000', '113405.462000', '113405.465000', '113405.467000', '113405.470000', '113405.472000', '113405.475000', '113405.478000', '113405.480000', '113405.483000', '113405.485000', '113405.488000', '113405.491000', '113405.493000', '113405.496000', '113405.498000', '113405.501000', '113405.504000', '113405.506000', '113405.509000', '113405.511000', '113405.514000', '113405.517000', '113405.525000', '113405.528000', '113405.530000', '113405.533000', '113422.600000', '113422.603000', '113422.606000', '113422.609000', '113422.611000', '113422.614000', '113422.617000', '113422.619000', '113422.622000', '113422.625000', '113422.628000', '113422.630000', '113422.633000', '113422.636000', '113422.639000', '113422.642000', '113422.645000', '113422.648000', '113422.650000', '113422.653000', '113422.656000', '113422.658000', '113422.661000', '113422.664000', '113422.668000', '113422.670000', '113422.677000', '113422.680000', '113422.683000', '113422.686000', '113422.689000', '113422.691000', '113422.700000', '113422.703000', '113422.705000', '113422.708000', '113422.711000', '113422.713000'], 'InstanceCreationTime': ['112745.464000', '112745.475000', '112745.478000', '112745.480000', '112745.483000', '112745.485000', '112745.488000', '112745.491000', '112745.493000', '112745.496000', '112745.498000', '112745.501000', '112745.504000', '112745.506000', '112745.509000', '112745.511000', '112745.514000', '112745.517000', '112745.519000', '112745.522000', '112745.524000', '112745.527000', '112745.529000', '112745.532000', '112745.535000', '112745.537000', '112745.540000', '112745.542000', '112745.545000', '112745.548000', '112745.550000', '112745.553000', '112745.555000', '112745.558000', '112745.560000', '112745.563000', '112745.565000', '112745.568000', '112745.571000', '112745.573000', '112745.576000', '112745.584000', '112745.586000', '112745.589000', '112745.591000', '112745.594000', '112745.596000', '112745.599000', '112745.606000', '112745.609000', '112805.416000', '112805.419000', '112805.422000', '112805.424000', '112805.427000', '112805.430000', '112805.432000', '112805.435000', '112805.437000', '112805.440000', '112805.442000', '112805.445000', '112805.448000', '112805.450000', '112805.453000', '112805.455000', '112805.460000', '112805.462000', '112805.465000', '112805.468000', '112805.470000', '112805.473000', '112805.476000', '112805.478000', '112805.481000', '112805.483000', '112805.486000', '112805.488000', '112805.491000', '112805.493000', '112805.496000', '112805.499000', '112805.501000', '112805.504000', '112805.507000', '112805.509000', '112805.512000', '112805.514000', '112805.517000', '112805.520000', '112805.522000', '112805.529000', '112805.531000', '112805.534000', '112825.417000', '112825.420000', '112825.423000', '112825.425000', '112825.428000', '112825.431000', '112825.433000', '112825.436000', '112825.438000', '112825.441000', '112825.444000', '112825.446000', '112825.449000', '112825.451000', '112825.454000', '112825.456000', '112825.465000', '112825.467000', '112825.470000', '112825.472000', '112825.475000', '112825.477000', '112825.480000', '112825.483000', '112825.486000', '112825.488000', '112825.491000', '112825.493000', '112825.496000', '112825.498000', '112825.501000', '112825.504000', '112825.506000', '112825.509000', '112825.511000', '112825.514000', '112825.517000', '112825.519000', '112825.522000', '112825.524000', '112825.527000', '112825.530000', '112825.532000', '112845.417000', '112845.420000', '112845.423000', '112845.426000', '112845.428000', '112845.431000', '112845.433000', '112845.436000', '112845.439000', '112845.441000', '112845.444000', '112845.447000', '112845.450000', '112845.453000', '112845.456000', '112845.459000', '112845.462000', '112845.464000', '112845.467000', '112845.469000', '112845.472000', '112845.475000', '112845.477000', '112845.480000', '112845.482000', '112845.485000', '112845.488000', '112845.490000', '112845.493000', '112845.496000', '112845.498000', '112845.501000', '112845.504000', '112845.506000', '112845.509000', '112845.512000', '112845.514000', '112845.517000', '112845.519000', '112845.522000', '112845.532000', '112845.535000', '112845.537000', '112905.417000', '112905.420000', '112905.423000', '112905.425000', '112905.428000', '112905.431000', '112905.433000', '112905.436000', '112905.439000', '112905.441000', '112905.444000', '112905.446000', '112905.449000', '112905.452000', '112905.454000', '112905.457000', '112905.460000', '112905.462000', '112905.465000', '112905.477000', '112905.479000', '112905.482000', '112905.484000', '112905.487000', '112905.490000', '112905.492000', '112905.495000', '112905.497000', '112905.500000', '112905.503000', '112905.505000', '112905.508000', '112905.511000', '112905.513000', '112905.516000', '112905.518000', '112905.521000', '112905.524000', '112905.526000', '112905.529000', '112905.531000', '112905.534000', '112905.537000', '112905.539000', '112925.418000', '112925.420000', '112925.423000', '112925.426000', '112925.428000', '112925.431000', '112925.434000', '112925.436000', '112925.440000', '112925.443000', '112925.446000', '112925.448000', '112925.451000', '112925.454000', '112925.456000', '112925.459000', '112925.462000', '112925.464000', '112925.467000', '112925.469000', '112925.472000', '112925.475000', '112925.477000', '112925.480000', '112925.482000', '112925.485000', '112925.488000', '112925.490000', '112925.493000', '112925.496000', '112925.507000', '112925.510000', '112925.519000', '112925.521000', '112925.524000', '112925.526000', '112925.529000', '112925.532000', '112925.534000', '112925.537000', '112925.540000', '112925.542000', '112925.545000', '112945.417000', '112945.420000', '112945.423000', '112945.426000', '112945.429000', '112945.431000', '112945.434000', '112945.436000', '112945.439000', '112945.442000', '112945.444000', '112945.447000', '112945.450000', '112945.452000', '112945.455000', '112945.457000', '112945.460000', '112945.462000', '112945.465000', '112945.468000', '112945.470000', '112945.473000', '112945.475000', '112945.478000', '112945.481000', '112945.483000', '112945.486000', '112945.489000', '112945.491000', '112945.494000', '112945.496000', '112945.499000', '112945.502000', '112945.504000', '112945.507000', '112945.510000', '112945.512000', '112945.515000', '112945.517000', '112945.520000', '112945.523000', '112945.525000', '112945.528000', '112945.530000', '113005.417000', '113005.420000', '113005.422000', '113005.425000', '113005.427000', '113005.430000', '113005.433000', '113005.435000', '113005.438000', '113005.441000', '113005.443000', '113005.446000', '113005.448000', '113005.451000', '113005.454000', '113005.457000', '113005.460000', '113005.462000', '113005.465000', '113005.468000', '113005.470000', '113005.473000', '113005.475000', '113005.478000', '113005.481000', '113005.483000', '113005.486000', '113005.498000', '113005.501000', '113005.503000', '113005.506000', '113005.509000', '113005.511000', '113005.514000', '113005.516000', '113005.519000', '113005.522000', '113005.524000', '113005.527000', '113005.530000', '113005.532000', '113005.535000', '113005.537000', '113025.417000', '113025.419000', '113025.422000', '113025.425000', '113025.428000', '113025.430000', '113025.433000', '113025.435000', '113025.438000', '113025.441000', '113025.443000', '113025.446000', '113025.449000', '113025.451000', '113025.454000', '113025.456000', '113025.459000', '113025.462000', '113025.464000', '113025.467000', '113025.469000', '113025.472000', '113025.475000', '113025.477000', '113025.480000', '113025.482000', '113025.485000', '113025.488000', '113025.490000', '113025.493000', '113025.496000', '113025.498000', '113025.501000', '113025.504000', '113025.506000', '113025.509000', '113025.512000', '113025.514000', '113025.517000', '113025.519000', '113025.522000', '113025.525000', '113025.528000', '113025.530000', '113045.417000', '113045.420000', '113045.423000', '113045.426000', '113045.428000', '113045.431000', '113045.433000', '113045.436000', '113045.439000', '113045.441000', '113045.444000', '113045.446000', '113045.449000', '113045.452000', '113045.454000', '113045.457000', '113045.459000', '113045.462000', '113045.465000', '113045.467000', '113045.470000', '113045.472000', '113045.475000', '113045.477000', '113045.480000', '113045.483000', '113045.485000', '113045.488000', '113045.491000', '113045.493000', '113045.496000', '113045.498000', '113045.501000', '113045.504000', '113045.506000', '113045.509000', '113045.512000', '113045.514000', '113045.517000', '113045.519000', '113045.522000', '113045.525000', '113045.527000', '113105.417000', '113105.421000', '113105.423000', '113105.426000', '113105.428000', '113105.431000', '113105.434000', '113105.436000', '113105.439000', '113105.442000', '113105.444000', '113105.447000', '113105.459000', '113105.462000', '113105.464000', '113105.467000', '113105.470000', '113105.472000', '113105.475000', '113105.477000', '113105.480000', '113105.483000', '113105.485000', '113105.488000', '113105.490000', '113105.493000', '113105.496000', '113105.498000', '113105.501000', '113105.503000', '113105.506000', '113105.509000', '113105.511000', '113105.514000', '113105.517000', '113105.519000', '113105.522000', '113105.525000', '113105.527000', '113105.530000', '113105.532000', '113105.535000', '113105.538000', '113105.540000', '113125.418000', '113125.420000', '113125.423000', '113125.426000', '113125.428000', '113125.431000', '113125.433000', '113125.436000', '113125.439000', '113125.441000', '113125.444000', '113125.447000', '113125.449000', '113125.452000', '113125.455000', '113125.457000', '113125.460000', '113125.462000', '113125.465000', '113125.468000', '113125.470000', '113125.473000', '113125.475000', '113125.478000', '113125.481000', '113125.484000', '113125.486000', '113125.489000', '113125.501000', '113125.504000', '113125.507000', '113125.509000', '113125.512000', '113125.515000', '113125.517000', '113125.520000', '113125.522000', '113125.525000', '113125.528000', '113125.530000', '113125.533000', '113125.536000', '113125.538000', '113145.418000', '113145.420000', '113145.423000', '113145.426000', '113145.428000', '113145.431000', '113145.433000', '113145.436000', '113145.439000', '113145.441000', '113145.444000', '113145.446000', '113145.449000', '113145.452000', '113145.454000', '113145.457000', '113145.460000', '113145.462000', '113145.465000', '113145.467000', '113145.470000', '113145.473000', '113145.475000', '113145.478000', '113145.481000', '113145.483000', '113145.486000', '113145.488000', '113145.491000', '113145.494000', '113145.496000', '113145.499000', '113145.501000', '113145.504000', '113145.507000', '113145.509000', '113145.512000', '113145.514000', '113145.517000', '113145.519000', '113145.522000', '113145.525000', '113145.527000', '113145.530000', '113205.417000', '113205.419000', '113205.422000', '113205.425000', '113205.427000', '113205.430000', '113205.433000', '113205.435000', '113205.438000', '113205.440000', '113205.443000', '113205.446000', '113205.448000', '113205.451000', '113205.454000', '113205.456000', '113205.459000', '113205.461000', '113205.464000', '113205.467000', '113205.469000', '113205.472000', '113205.474000', '113205.477000', '113205.480000', '113205.482000', '113205.485000', '113205.488000', '113205.490000', '113205.493000', '113205.495000', '113205.498000', '113205.501000', '113205.503000', '113205.506000', '113205.509000', '113205.511000', '113205.514000', '113205.517000', '113205.519000', '113205.522000', '113205.525000', '113205.527000', '113225.417000', '113225.420000', '113225.422000', '113225.425000', '113225.428000', '113225.430000', '113225.433000', '113225.436000', '113225.438000', '113225.441000', '113225.443000', '113225.446000', '113225.449000', '113225.451000', '113225.454000', '113225.456000', '113225.459000', '113225.462000', '113225.464000', '113225.467000', '113225.469000', '113225.472000', '113225.475000', '113225.477000', '113225.480000', '113225.483000', '113225.485000', '113225.488000', '113225.490000', '113225.493000', '113225.496000', '113225.498000', '113225.501000', '113225.504000', '113225.506000', '113225.509000', '113225.511000', '113225.525000', '113225.528000', '113225.530000', '113225.533000', '113225.536000', '113225.538000', '113225.541000', '113245.416000', '113245.420000', '113245.422000', '113245.425000', '113245.427000', '113245.430000', '113245.433000', '113245.435000', '113245.438000', '113245.441000', '113245.443000', '113245.446000', '113245.448000', '113245.451000', '113245.454000', '113245.456000', '113245.459000', '113245.462000', '113245.464000', '113245.467000', '113245.469000', '113245.472000', '113245.475000', '113245.477000', '113245.480000', '113245.483000', '113245.485000', '113245.488000', '113245.490000', '113245.493000', '113245.496000', '113245.498000', '113245.501000', '113245.503000', '113245.506000', '113245.509000', '113245.511000', '113245.514000', '113245.517000', '113245.519000', '113245.522000', '113245.525000', '113245.527000', '113305.417000', '113305.420000', '113305.423000', '113305.426000', '113305.428000', '113305.431000', '113305.434000', '113305.436000', '113305.439000', '113305.442000', '113305.444000', '113305.447000', '113305.450000', '113305.452000', '113305.455000', '113305.462000', '113305.464000', '113305.467000', '113305.470000', '113305.472000', '113305.475000', '113305.477000', '113305.480000', '113305.483000', '113305.485000', '113305.488000', '113305.490000', '113305.493000', '113305.496000', '113305.498000', '113305.501000', '113305.504000', '113305.506000', '113305.509000', '113305.511000', '113305.514000', '113305.517000', '113305.519000', '113305.522000', '113305.524000', '113305.527000', '113305.530000', '113305.532000', '113305.535000', '113325.417000', '113325.420000', '113325.423000', '113325.425000', '113325.428000', '113325.431000', '113325.434000', '113325.436000', '113325.439000', '113325.442000', '113325.444000', '113325.447000', '113325.449000', '113325.452000', '113325.455000', '113325.457000', '113325.460000', '113325.462000', '113325.465000', '113325.468000', '113325.470000', '113325.473000', '113325.476000', '113325.478000', '113325.481000', '113325.483000', '113325.486000', '113325.489000', '113325.491000', '113325.494000', '113325.496000', '113325.499000', '113325.502000', '113325.504000', '113325.507000', '113325.509000', '113325.512000', '113325.515000', '113325.517000', '113325.520000', '113325.522000', '113325.525000', '113325.527000', '113345.417000', '113345.420000', '113345.423000', '113345.426000', '113345.428000', '113345.431000', '113345.434000', '113345.436000', '113345.439000', '113345.442000', '113345.444000', '113345.447000', '113345.449000', '113345.452000', '113345.455000', '113345.457000', '113345.460000', '113345.463000', '113345.465000', '113345.468000', '113345.470000', '113345.473000', '113345.476000', '113345.478000', '113345.481000', '113345.483000', '113345.486000', '113345.489000', '113345.491000', '113345.494000', '113345.496000', '113345.499000', '113345.502000', '113345.504000', '113345.507000', '113345.510000', '113345.512000', '113345.515000', '113345.517000', '113345.520000', '113345.522000', '113345.525000', '113345.528000', '113345.531000', '113405.417000', '113405.420000', '113405.423000', '113405.426000', '113405.428000', '113405.431000', '113405.434000', '113405.436000', '113405.439000', '113405.441000', '113405.444000', '113405.447000', '113405.449000', '113405.452000', '113405.454000', '113405.457000', '113405.459000', '113405.462000', '113405.465000', '113405.467000', '113405.470000', '113405.472000', '113405.475000', '113405.478000', '113405.480000', '113405.483000', '113405.485000', '113405.488000', '113405.491000', '113405.493000', '113405.496000', '113405.498000', '113405.501000', '113405.504000', '113405.506000', '113405.509000', '113405.511000', '113405.514000', '113405.517000', '113405.525000', '113405.528000', '113405.530000', '113405.533000', '113422.600000', '113422.603000', '113422.606000', '113422.609000', '113422.611000', '113422.614000', '113422.617000', '113422.619000', '113422.622000', '113422.625000', '113422.628000', '113422.630000', '113422.633000', '113422.636000', '113422.639000', '113422.642000', '113422.645000', '113422.648000', '113422.650000', '113422.653000', '113422.656000', '113422.658000', '113422.661000', '113422.664000', '113422.668000', '113422.670000', '113422.677000', '113422.680000', '113422.683000', '113422.686000', '113422.689000', '113422.691000', '113422.700000', '113422.703000', '113422.705000', '113422.708000', '113422.711000', '113422.713000'], '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': [7202, 9235, 7663, 11026, 7418, 7173, 6636, 7762, 7217, 8244, 7550, 6999, 7721, 10580, 8724, 7355, 6856, 7680, 7324, 9039, 7512, 7925, 7324, 7529, 6418, 7390, 6983, 7637, 7965, 7704, 7245, 6878, 7482, 7440, 8855, 7327, 7722, 7351, 7466, 6401, 7540, 7212, 7581, 8752, 7888, 7730, 7569, 7759, 7362, 6916, 8267, 10947, 8088, 7815, 7371, 8076, 8747, 7755, 7439, 7909, 7588, 7219, 7506, 7572, 7246, 7537, 9402, 7241, 7646, 7343, 7425, 8120, 7615, 8009, 7641, 7565, 7597, 7381, 6788, 6507, 6921, 7772, 7565, 7131, 7255, 9292, 8117, 10105, 7618, 6842, 7008, 6996, 7044, 9359, 7957, 7368, 7364, 7207, 6704, 7674, 6843, 8540, 10313, 6783, 8782, 6970, 6711, 7471, 6993, 9258, 7870, 6816, 7863, 7034, 7496, 7401, 7182, 9143, 6883, 8918, 7138, 6637, 7741, 7138, 9921, 7829, 6677, 7609, 7013, 7077, 8464, 6824, 9823, 7394, 7193, 7278, 6962, 9131, 7805, 9873, 7965, 6952, 7555, 7327, 8979, 7365, 6556, 7984, 7335, 7856, 7725, 6571, 8736, 7474, 7973, 7750, 6746, 8055, 7130, 9127, 7692, 6869, 7708, 7358, 9004, 8102, 7087, 7963, 7417, 7627, 7468, 8671, 7773, 8027, 7998, 7294, 7257, 7751, 7344, 9035, 7628, 9221, 7671, 7106, 7701, 7069, 8269, 8217, 7582, 8315, 8540, 8432, 7913, 7404, 7639, 6660, 7421, 7486, 7984, 7057, 9802, 7056, 7596, 6980, 7269, 7913, 6879, 8156, 9423, 7044, 7167, 6625, 6712, 7011, 7100, 9195, 6887, 7537, 6753, 6704, 8093, 6724, 8850, 7363, 6318, 7153, 6491, 8807, 6961, 8876, 6964, 6262, 6838, 6703, 8201, 6785, 9685, 8467, 6546, 7369, 6603, 7044, 6850, 7055, 8042, 9917, 7069, 9046, 7113, 7752, 9039, 7186, 9730, 9827, 7482, 8083, 7215, 7645, 7007, 7152, 8247, 7816, 10294, 7929, 7191, 6979, 7047, 8739, 6937, 9273, 7080, 6922, 6866, 7016, 7382, 7050, 7941, 6819, 7137, 6819, 6347, 6813, 6132, 8194, 6937, 7921, 7265, 6633, 7297, 6775, 9228, 8690, 6481, 8387, 7010, 7351, 7564, 8351, 9991, 9728, 6850, 7561, 6796, 7171, 9626, 8704, 10275, 9974, 7020, 7387, 7017, 7109, 9392, 6658, 9137, 7124, 6896, 7319, 6826, 7209, 9110, 6961, 9714, 7771, 7221, 7000, 6974, 8210, 8467, 6831, 7520, 7024, 6967, 7286, 6776, 9531, 7310, 6677, 7350, 6887, 8895, 7494, 7627, 7455, 7057, 7711, 7274, 9057, 7459, 6837, 7791, 7204, 9215, 7821, 6698, 7448, 6478, 7372, 7272, 6633, 9930, 9979, 7297, 8816, 6964, 7507, 7342, 6925, 9856, 9595, 8055, 9037, 6580, 7017, 6768, 6641, 8428, 8322, 8375, 8696, 6316, 8115, 6715, 6829, 7473, 7131, 10220, 7722, 6719, 7148, 6862, 7109, 7033, 6874, 9087, 6932, 6560, 7018, 6863, 8325, 8056, 9413, 7150, 6887, 6927, 6277, 7759, 6678, 8855, 6807, 8594, 6797, 6433, 7525, 7048, 9216, 8307, 6495, 9090, 6677, 6662, 8947, 9976, 9581, 9080, 6655, 7370, 6820, 8780, 8900, 8791, 10507, 7072, 8714, 7034, 6453, 9185, 7502, 10316, 7381, 6262, 6821, 6818, 9196, 8734, 10296, 7611, 6813, 7229, 6808, 9315, 8477, 8552, 7932, 7173, 8814, 7070, 6645, 9105, 8864, 9603, 7867, 7283, 8733, 7262, 6619, 9296, 7223, 10340, 7664, 6441, 6954, 6866, 9343, 7660, 7777, 10480, 8264, 8133, 7990, 7175, 7326, 7964, 7285, 7449, 8095, 8021, 7477, 7926, 7979, 7985, 8770, 7913, 8407, 9239, 9535, 9380, 10326, 9525, 8193, 6752, 7505, 7196, 7941, 7417, 8150, 7743, 7899, 7826, 8834, 7897, 8013, 7781, 7861, 9905, 7569, 10655, 7401, 9475, 7294, 7823, 7264, 7642, 7061, 7357, 7128, 7247, 7444, 9000, 7034, 8405, 7226, 6667, 6891, 7462, 6632, 9342, 7311, 6318, 7000, 6949, 7397, 9320, 9059, 6887, 9146, 7317, 10686, 8782, 11010, 8835, 10018, 8967, 7511, 6913, 6564, 10515, 7342, 10803, 7081, 6517, 6852, 6335, 8998, 10395, 7473, 9982, 7782, 6692, 8318, 6864, 7352, 6815, 7246, 11764, 9595, 8955, 10484, 8716, 8815, 12716, 9703, 9132, 13957, 8746, 11430, 8060, 10403, 13845, 11395, 7092, 6517, 7253, 6782, 8267, 7063, 6205, 9323, 7509, 10396, 9178, 8961, 10470, 8217, 7277, 9472, 7196, 6273, 6287, 8722, 8271, 9868, 9753, 6457, 8294, 8440, 7005, 10489, 7788, 9737, 7606, 10510, 10425, 9884, 11713, 8557, 9673, 7737, 6597, 8405, 6983, 8648, 7136, 6477, 9932, 8021, 9134, 7193, 6280, 7386, 6797, 9335, 8974, 8038, 8071, 6592, 8562, 7011, 7693, 10863, 7743, 8549, 7330, 8602, 8558, 7253, 10672, 7638, 7650, 7275, 6525, 8336, 8588, 9144, 8709, 6879, 6726, 6723, 6206, 11163, 10182, 9230, 10411, 7305, 5678, 8044, 6849, 10110, 7416, 9867, 7856, 7881, 12150, 11153, 9982, 7860, 7086, 9029, 7792, 6227, 8578, 7239, 8965, 7793, 8764, 11001, 7229, 8571, 7564, 6620, 7867, 7336, 10451, 9880, 9284, 11205, 8862, 9611, 7515, 7297, 6596, 8473, 9342, 9737, 9558, 6981, 9022, 8843, 6898, 11174, 8133, 8662, 12082, 10828, 10962, 9157, 6836, 7722, 6889, 8146, 7240, 8511, 7596, 6352, 7640, 6762, 7837, 7366, 9812, 7996, 8583, 9224, 7362, 6687, 7476, 6099, 9730, 7433, 11140, 8121, 5885, 7935, 7155, 7979, 9966, 8366, 9348, 8928, 6539, 5881, 8725, 7819, 9764, 10280, 6967, 10856, 7906, 10970, 9282, 9704, 9622, 6551, 9378, 6497, 9116, 6475, 6096, 6753, 6608, 8202, 9492, 6423, 6908, 6402, 8260, 6778, 6395, 5757, 6680, 8114, 9730, 6959, 6750, 10968, 7911, 10164, 7651, 8464, 11701, 9099, 6989, 8208, 7987, 7920, 10501, 8707, 6276, 9836, 8345, 6515, 7196, 8385, 6781, 5515, 6598, 5978, 5336, 8448, 9220, 10655, 10141, 6662, 7593, 6474, 5597, 7542, 6329, 5984, 7750, 8342, 10244, 10668, 9928, 7515, 7203, 6837, 6330, 7548, 7167, 5809, 8387, 6729, 8245, 8420, 5978, 9090, 6750, 9676, 10905, 7312, 11785, 9104, 6481, 8084, 7184, 5917, 8458, 5709, 8067, 10336, 7464, 10814, 7249, 9217, 7686, 8997, 8648, 7323, 10456, 6525, 10252, 6171, 9906, 6749, 8697, 6804, 7133, 8207, 7235, 7628, 7761, 7981, 6787, 7870, 7030, 5661, 9831, 7859, 6193, 9471, 7461, 7275, 8310, 5809, 10185, 8372, 6393, 6979, 6268, 8583, 6508, 6424, 7157, 6204, 8702, 7293, 6978, 9204, 6788, 6065, 5456, 6776, 6322, 6331], 'WindowCenter': [3581.0, 3611.0, 3578.0, 3618.0, 3565.0, 3564.0, 3553.0, 3573.0, 3550.0, 3570.0, 3559.0, 3536.0, 3561.0, 3591.0, 3571.0, 3549.0, 3537.0, 3547.0, 3535.0, 3567.0, 3534.0, 3547.0, 3549.0, 3548.0, 3527.0, 3549.0, 3535.0, 3559.0, 3557.0, 3559.0, 3548.0, 3538.0, 3562.0, 3548.0, 3581.0, 3549.0, 3560.0, 3550.0, 3549.0, 3528.0, 3561.0, 3549.0, 3561.0, 3570.0, 3560.0, 3561.0, 3559.0, 3559.0, 3547.0, 3537.0, 3558.0, 3591.0, 3559.0, 3549.0, 3547.0, 3557.0, 3554.0, 3545.0, 3534.0, 3545.0, 3535.0, 3535.0, 3534.0, 3533.0, 3535.0, 3547.0, 3566.0, 3536.0, 3546.0, 3547.0, 3548.0, 3558.0, 3559.0, 3558.0, 3548.0, 3559.0, 3560.0, 3562.0, 3551.0, 3539.0, 3550.0, 3547.0, 3547.0, 3536.0, 3547.0, 3580.0, 3559.0, 3591.0, 3560.0, 3552.0, 3551.0, 3550.0, 3549.0, 3569.0, 3560.0, 3549.0, 3549.0, 3562.0, 3550.0, 3558.0, 3538.0, 3569.0, 3580.0, 3537.0, 3570.0, 3538.0, 3537.0, 3546.0, 3536.0, 3567.0, 3557.0, 3525.0, 3557.0, 3538.0, 3546.0, 3546.0, 3535.0, 3568.0, 3537.0, 3568.0, 3536.0, 3536.0, 3546.0, 3537.0, 3578.0, 3549.0, 3536.0, 3559.0, 3548.0, 3536.0, 3558.0, 3525.0, 3579.0, 3546.0, 3535.0, 3548.0, 3547.0, 3568.0, 3546.0, 3578.0, 3557.0, 3535.0, 3545.0, 3534.0, 3554.0, 3535.0, 3514.0, 3556.0, 3546.0, 3556.0, 3547.0, 3536.0, 3568.0, 3548.0, 3557.0, 3558.0, 3535.0, 3557.0, 3536.0, 3568.0, 3559.0, 3538.0, 3560.0, 3560.0, 3570.0, 3560.0, 3549.0, 3558.0, 3547.0, 3546.0, 3535.0, 3556.0, 3546.0, 3545.0, 3545.0, 3535.0, 3534.0, 3544.0, 3533.0, 3554.0, 3544.0, 3567.0, 3547.0, 3549.0, 3547.0, 3536.0, 3555.0, 3558.0, 3558.0, 3557.0, 3568.0, 3570.0, 3559.0, 3561.0, 3571.0, 3549.0, 3561.0, 3548.0, 3558.0, 3548.0, 3581.0, 3550.0, 3560.0, 3550.0, 3560.0, 3557.0, 3536.0, 3545.0, 3567.0, 3534.0, 3535.0, 3536.0, 3524.0, 3536.0, 3534.0, 3566.0, 3535.0, 3545.0, 3524.0, 3524.0, 3544.0, 3524.0, 3556.0, 3547.0, 3525.0, 3537.0, 3527.0, 3568.0, 3536.0, 3567.0, 3536.0, 3526.0, 3536.0, 3536.0, 3557.0, 3537.0, 3580.0, 3572.0, 3539.0, 3560.0, 3552.0, 3562.0, 3552.0, 3563.0, 3572.0, 3605.0, 3564.0, 3597.0, 3565.0, 3577.0, 3585.0, 3537.0, 3567.0, 3579.0, 3547.0, 3557.0, 3548.0, 3558.0, 3536.0, 3536.0, 3557.0, 3547.0, 3577.0, 3547.0, 3535.0, 3535.0, 3524.0, 3555.0, 3522.0, 3553.0, 3523.0, 3519.0, 3511.0, 3521.0, 3521.0, 3521.0, 3543.0, 3523.0, 3522.0, 3536.0, 3525.0, 3524.0, 3515.0, 3557.0, 3548.0, 3559.0, 3560.0, 3539.0, 3559.0, 3550.0, 3580.0, 3582.0, 3539.0, 3584.0, 3563.0, 3562.0, 3571.0, 3572.0, 3592.0, 3582.0, 3550.0, 3561.0, 3539.0, 3537.0, 3579.0, 3569.0, 3578.0, 3579.0, 3535.0, 3546.0, 3534.0, 3532.0, 3565.0, 3524.0, 3567.0, 3535.0, 3535.0, 3545.0, 3536.0, 3533.0, 3555.0, 3536.0, 3567.0, 3547.0, 3546.0, 3535.0, 3534.0, 3554.0, 3555.0, 3525.0, 3546.0, 3536.0, 3536.0, 3546.0, 3525.0, 3565.0, 3535.0, 3524.0, 3535.0, 3536.0, 3567.0, 3536.0, 3546.0, 3547.0, 3536.0, 3556.0, 3547.0, 3567.0, 3547.0, 3535.0, 3548.0, 3547.0, 3581.0, 3561.0, 3550.0, 3562.0, 3540.0, 3560.0, 3560.0, 3550.0, 3592.0, 3593.0, 3561.0, 3584.0, 3563.0, 3562.0, 3548.0, 3548.0, 3578.0, 3579.0, 3557.0, 3568.0, 3538.0, 3547.0, 3535.0, 3525.0, 3555.0, 3554.0, 3545.0, 3555.0, 3523.0, 3544.0, 3523.0, 3523.0, 3545.0, 3535.0, 3576.0, 3546.0, 3525.0, 3535.0, 3535.0, 3533.0, 3534.0, 3535.0, 3568.0, 3537.0, 3537.0, 3537.0, 3537.0, 3558.0, 3558.0, 3568.0, 3549.0, 3536.0, 3537.0, 3525.0, 3548.0, 3537.0, 3568.0, 3537.0, 3568.0, 3537.0, 3537.0, 3560.0, 3551.0, 3592.0, 3583.0, 3553.0, 3595.0, 3564.0, 3551.0, 3594.0, 3594.0, 3594.0, 3585.0, 3550.0, 3561.0, 3551.0, 3568.0, 3568.0, 3556.0, 3579.0, 3535.0, 3570.0, 3548.0, 3525.0, 3566.0, 3533.0, 3577.0, 3534.0, 3512.0, 3522.0, 3523.0, 3563.0, 3555.0, 3564.0, 3544.0, 3522.0, 3533.0, 3523.0, 3552.0, 3554.0, 3554.0, 3544.0, 3536.0, 3566.0, 3535.0, 3535.0, 3567.0, 3568.0, 3579.0, 3559.0, 3560.0, 3570.0, 3548.0, 3537.0, 3567.0, 3546.0, 3578.0, 3547.0, 3527.0, 3548.0, 3539.0, 3568.0, 3548.0, 3546.0, 3579.0, 3558.0, 3558.0, 3560.0, 3537.0, 3549.0, 3557.0, 3545.0, 3548.0, 3558.0, 3560.0, 3561.0, 3559.0, 3556.0, 3572.0, 3570.0, 3561.0, 3560.0, 3582.0, 3580.0, 3570.0, 3582.0, 3582.0, 3559.0, 3538.0, 3560.0, 3536.0, 3555.0, 3561.0, 3572.0, 3562.0, 3574.0, 3574.0, 3595.0, 3587.0, 3575.0, 3563.0, 3560.0, 3565.0, 3533.0, 3562.0, 3534.0, 3552.0, 3522.0, 3531.0, 3532.0, 3532.0, 3521.0, 3533.0, 3521.0, 3533.0, 3533.0, 3582.0, 3551.0, 3584.0, 3559.0, 3550.0, 3559.0, 3557.0, 3547.0, 3579.0, 3562.0, 3567.0, 3578.0, 3578.0, 3590.0, 3608.0, 3597.0, 3565.0, 3584.0, 3550.0, 3580.0, 3558.0, 3577.0, 3555.0, 3552.0, 3542.0, 3519.0, 3521.0, 3510.0, 3562.0, 3531.0, 3574.0, 3532.0, 3523.0, 3522.0, 3526.0, 3566.0, 3591.0, 3559.0, 3592.0, 3573.0, 3551.0, 3582.0, 3551.0, 3561.0, 3551.0, 3564.0, 3634.0, 3642.0, 3629.0, 3618.0, 3582.0, 3568.0, 3586.0, 3566.0, 3564.0, 3587.0, 3526.0, 3498.0, 3497.0, 3545.0, 3569.0, 3571.0, 3517.0, 3509.0, 3532.0, 3522.0, 3553.0, 3534.0, 3513.0, 3579.0, 3559.0, 3591.0, 3591.0, 3580.0, 3602.0, 3582.0, 3560.0, 3580.0, 3548.0, 3537.0, 3537.0, 3582.0, 3582.0, 3605.0, 3607.0, 3566.0, 3598.0, 3597.0, 3564.0, 3604.0, 3560.0, 3580.0, 3560.0, 3591.0, 3592.0, 3580.0, 3601.0, 3568.0, 3564.0, 3531.0, 3508.0, 3539.0, 3519.0, 3540.0, 3533.0, 3522.0, 3576.0, 3556.0, 3565.0, 3533.0, 3521.0, 3531.0, 3519.0, 3563.0, 3565.0, 3556.0, 3557.0, 3538.0, 3580.0, 3548.0, 3557.0, 3589.0, 3557.0, 3567.0, 3546.0, 3566.0, 3569.0, 3547.0, 3590.0, 3559.0, 3558.0, 3558.0, 3524.0, 3555.0, 3581.0, 3580.0, 3582.0, 3563.0, 3551.0, 3550.0, 3540.0, 3602.0, 3592.0, 3592.0, 3603.0, 3560.0, 3515.0, 3557.0, 3534.0, 3576.0, 3534.0, 3576.0, 3557.0, 3556.0, 3587.0, 3588.0, 3564.0, 3553.0, 3533.0, 3551.0, 3541.0, 3498.0, 3552.0, 3532.0, 3563.0, 3556.0, 3565.0, 3587.0, 3543.0, 3554.0, 3543.0, 3521.0, 3543.0, 3543.0, 3586.0, 3578.0, 3580.0, 3603.0, 3583.0, 3593.0, 3560.0, 3560.0, 3547.0, 3568.0, 3592.0, 3605.0, 3593.0, 3562.0, 3582.0, 3582.0, 3550.0, 3602.0, 3571.0, 3569.0, 3602.0, 3590.0, 3576.0, 3565.0, 3520.0, 3530.0, 3519.0, 3528.0, 3530.0, 3539.0, 3531.0, 3508.0, 3541.0, 3520.0, 3542.0, 3544.0, 3576.0, 3544.0, 3554.0, 3565.0, 3546.0, 3534.0, 3546.0, 3513.0, 3579.0, 3559.0, 3589.0, 3571.0, 3529.0, 3571.0, 3561.0, 3571.0, 3593.0, 3571.0, 3595.0, 3595.0, 3543.0, 3531.0, 3583.0, 3562.0, 3580.0, 3592.0, 3536.0, 3579.0, 3546.0, 3565.0, 3554.0, 3539.0, 3539.0, 3483.0, 3525.0, 3482.0, 3524.0, 3482.0, 3472.0, 3494.0, 3495.0, 3553.0, 3564.0, 3511.0, 3534.0, 3521.0, 3553.0, 3534.0, 3525.0, 3516.0, 3539.0, 3572.0, 3579.0, 3536.0, 3525.0, 3605.0, 3571.0, 3593.0, 3561.0, 3556.0, 3604.0, 3615.0, 3551.0, 3558.0, 3560.0, 3557.0, 3563.0, 3478.0, 3463.0, 3559.0, 3552.0, 3522.0, 3544.0, 3567.0, 3547.0, 3505.0, 3536.0, 3525.0, 3502.0, 3566.0, 3579.0, 3589.0, 3589.0, 3535.0, 3557.0, 3536.0, 3504.0, 3556.0, 3537.0, 3525.0, 3557.0, 3568.0, 3602.0, 3602.0, 3592.0, 3561.0, 3561.0, 3536.0, 3526.0, 3544.0, 3534.0, 3501.0, 3555.0, 3536.0, 3567.0, 3569.0, 3526.0, 3567.0, 3536.0, 3576.0, 3587.0, 3532.0, 3585.0, 3568.0, 3537.0, 3568.0, 3547.0, 3514.0, 3569.0, 3517.0, 3569.0, 3603.0, 3560.0, 3615.0, 3575.0, 3593.0, 3560.0, 3565.0, 3552.0, 3519.0, 3561.0, 3496.0, 3549.0, 3496.0, 3549.0, 3507.0, 3550.0, 3519.0, 3505.0, 3526.0, 3504.0, 3544.0, 3547.0, 3557.0, 3538.0, 3544.0, 3506.0, 3471.0, 3550.0, 3543.0, 3500.0, 3564.0, 3546.0, 3533.0, 3543.0, 3488.0, 3551.0, 3529.0, 3496.0, 3506.0, 3496.0, 3539.0, 3497.0, 3497.0, 3518.0, 3500.0, 3594.0, 3572.0, 3558.0, 3575.0, 3519.0, 3513.0, 3504.0, 3550.0, 3566.0, 3565.0], 'WindowWidth': [8124.0, 8160.0, 8112.0, 8163.0, 8090.0, 8086.0, 8069.0, 8095.0, 8059.0, 8085.0, 8069.0, 8036.0, 8075.0, 8114.0, 8087.0, 8057.0, 8038.0, 8050.0, 8029.0, 8074.0, 8029.0, 8050.0, 8054.0, 8052.0, 8025.0, 8056.0, 8032.0, 8068.0, 8062.0, 8070.0, 8055.0, 8042.0, 8076.0, 8055.0, 8100.0, 8056.0, 8072.0, 8060.0, 8057.0, 8029.0, 8074.0, 8056.0, 8076.0, 8084.0, 8071.0, 8075.0, 8069.0, 8070.0, 8049.0, 8037.0, 8067.0, 8112.0, 8068.0, 8053.0, 8047.0, 8062.0, 8052.0, 8043.0, 8025.0, 8043.0, 8029.0, 8028.0, 8027.0, 8024.0, 8029.0, 8049.0, 8073.0, 8034.0, 8046.0, 8048.0, 8053.0, 8066.0, 8068.0, 8065.0, 8052.0, 8069.0, 8073.0, 8083.0, 8066.0, 8045.0, 8061.0, 8051.0, 8050.0, 8035.0, 8051.0, 8099.0, 8070.0, 8116.0, 8074.0, 8068.0, 8067.0, 8061.0, 8059.0, 8083.0, 8074.0, 8058.0, 8060.0, 8079.0, 8062.0, 8068.0, 8043.0, 8081.0, 8098.0, 8039.0, 8084.0, 8040.0, 8038.0, 8048.0, 8035.0, 8076.0, 8062.0, 8018.0, 8063.0, 8039.0, 8048.0, 8048.0, 8031.0, 8080.0, 8037.0, 8079.0, 8036.0, 8037.0, 8049.0, 8039.0, 8092.0, 8056.0, 8036.0, 8069.0, 8055.0, 8037.0, 8067.0, 8018.0, 8093.0, 8048.0, 8031.0, 8055.0, 8052.0, 8078.0, 8049.0, 8092.0, 8065.0, 8032.0, 8043.0, 8029.0, 8055.0, 8030.0, 8002.0, 8060.0, 8047.0, 8061.0, 8050.0, 8037.0, 8080.0, 8052.0, 8066.0, 8067.0, 8035.0, 8065.0, 8037.0, 8081.0, 8072.0, 8044.0, 8076.0, 8076.0, 8085.0, 8072.0, 8056.0, 8067.0, 8051.0, 8046.0, 8033.0, 8060.0, 8047.0, 8043.0, 8044.0, 8030.0, 8027.0, 8040.0, 8024.0, 8053.0, 8042.0, 8075.0, 8053.0, 8059.0, 8051.0, 8035.0, 8056.0, 8067.0, 8067.0, 8063.0, 8081.0, 8085.0, 8072.0, 8078.0, 8093.0, 8062.0, 8077.0, 8056.0, 8067.0, 8054.0, 8103.0, 8061.0, 8075.0, 8061.0, 8075.0, 8066.0, 8037.0, 8043.0, 8075.0, 8028.0, 8031.0, 8037.0, 8018.0, 8036.0, 8029.0, 8074.0, 8032.0, 8045.0, 8016.0, 8014.0, 8040.0, 8016.0, 8059.0, 8048.0, 8017.0, 8037.0, 8022.0, 8080.0, 8035.0, 8076.0, 8033.0, 8022.0, 8035.0, 8035.0, 8065.0, 8041.0, 8099.0, 8093.0, 8048.0, 8077.0, 8070.0, 8083.0, 8070.0, 8084.0, 8093.0, 8144.0, 8089.0, 8135.0, 8093.0, 8110.0, 8115.0, 8037.0, 8074.0, 8094.0, 8049.0, 8065.0, 8055.0, 8068.0, 8037.0, 8036.0, 8064.0, 8050.0, 8091.0, 8050.0, 8031.0, 8030.0, 8013.0, 8056.0, 8007.0, 8048.0, 8009.0, 7998.0, 7990.0, 8002.0, 8004.0, 8003.0, 8035.0, 8011.0, 8009.0, 8035.0, 8020.0, 8017.0, 8008.0, 8065.0, 8057.0, 8072.0, 8074.0, 8046.0, 8072.0, 8061.0, 8102.0, 8106.0, 8047.0, 8111.0, 8084.0, 8082.0, 8093.0, 8094.0, 8118.0, 8106.0, 8061.0, 8077.0, 8046.0, 8038.0, 8097.0, 8084.0, 8095.0, 8094.0, 8033.0, 8048.0, 8029.0, 8024.0, 8071.0, 8018.0, 8077.0, 8034.0, 8034.0, 8048.0, 8037.0, 8026.0, 8059.0, 8034.0, 8077.0, 8052.0, 8050.0, 8033.0, 8031.0, 8055.0, 8057.0, 8017.0, 8049.0, 8037.0, 8035.0, 8050.0, 8019.0, 8071.0, 8032.0, 8016.0, 8030.0, 8032.0, 8074.0, 8034.0, 8048.0, 8050.0, 8036.0, 8065.0, 8052.0, 8075.0, 8050.0, 8033.0, 8053.0, 8053.0, 8103.0, 8079.0, 8064.0, 8082.0, 8051.0, 8075.0, 8075.0, 8063.0, 8119.0, 8123.0, 8079.0, 8112.0, 8084.0, 8080.0, 8057.0, 8055.0, 8092.0, 8095.0, 8064.0, 8080.0, 8042.0, 8053.0, 8035.0, 8020.0, 8060.0, 8056.0, 8042.0, 8056.0, 8013.0, 8042.0, 8014.0, 8012.0, 8045.0, 8031.0, 8085.0, 8047.0, 8019.0, 8033.0, 8034.0, 8027.0, 8031.0, 8032.0, 8078.0, 8038.0, 8038.0, 8040.0, 8038.0, 8068.0, 8067.0, 8078.0, 8057.0, 8035.0, 8037.0, 8019.0, 8053.0, 8038.0, 8078.0, 8039.0, 8080.0, 8040.0, 8040.0, 8076.0, 8065.0, 8121.0, 8112.0, 8074.0, 8132.0, 8089.0, 8068.0, 8127.0, 8125.0, 8125.0, 8115.0, 8064.0, 8079.0, 8066.0, 8082.0, 8079.0, 8061.0, 8095.0, 8034.0, 8084.0, 8055.0, 8022.0, 8076.0, 8026.0, 8090.0, 8029.0, 7998.0, 8011.0, 8015.0, 8065.0, 8056.0, 8068.0, 8042.0, 8010.0, 8024.0, 8013.0, 8049.0, 8054.0, 8055.0, 8042.0, 8036.0, 8075.0, 8033.0, 8033.0, 8078.0, 8082.0, 8096.0, 8070.0, 8074.0, 8087.0, 8057.0, 8039.0, 8078.0, 8047.0, 8093.0, 8051.0, 8024.0, 8054.0, 8044.0, 8079.0, 8054.0, 8048.0, 8094.0, 8064.0, 8065.0, 8071.0, 8038.0, 8056.0, 8066.0, 8046.0, 8054.0, 8070.0, 8073.0, 8077.0, 8070.0, 8062.0, 8092.0, 8086.0, 8073.0, 8071.0, 8106.0, 8099.0, 8085.0, 8105.0, 8104.0, 8072.0, 8044.0, 8073.0, 8033.0, 8058.0, 8077.0, 8093.0, 8079.0, 8099.0, 8098.0, 8131.0, 8120.0, 8102.0, 8079.0, 8070.0, 8070.0, 8023.0, 8059.0, 8025.0, 8045.0, 8006.0, 8017.0, 8018.0, 8020.0, 8004.0, 8023.0, 8003.0, 8023.0, 8025.0, 8107.0, 8066.0, 8115.0, 8075.0, 8067.0, 8077.0, 8070.0, 8057.0, 8100.0, 8083.0, 8101.0, 8116.0, 8116.0, 8133.0, 8154.0, 8136.0, 8088.0, 8113.0, 8061.0, 8097.0, 8066.0, 8086.0, 8054.0, 8047.0, 8032.0, 8001.0, 8009.0, 7991.0, 8062.0, 8021.0, 8079.0, 8025.0, 8016.0, 8012.0, 8025.0, 8078.0, 8119.0, 8074.0, 8123.0, 8098.0, 8068.0, 8111.0, 8068.0, 8081.0, 8066.0, 8087.0, 8197.0, 8223.0, 8202.0, 8165.0, 8106.0, 8080.0, 8101.0, 8074.0, 8068.0, 8100.0, 8001.0, 7927.0, 7947.0, 8025.0, 8067.0, 8070.0, 7998.0, 7989.0, 8025.0, 8011.0, 8052.0, 8031.0, 8003.0, 8095.0, 8074.0, 8118.0, 8119.0, 8102.0, 8136.0, 8108.0, 8075.0, 8102.0, 8056.0, 8044.0, 8042.0, 8110.0, 8111.0, 8146.0, 8151.0, 8098.0, 8142.0, 8139.0, 8088.0, 8141.0, 8075.0, 8102.0, 8077.0, 8118.0, 8122.0, 8102.0, 8129.0, 8081.0, 8069.0, 8020.0, 7983.0, 8026.0, 8000.0, 8030.0, 8026.0, 8013.0, 8088.0, 8061.0, 8074.0, 8028.0, 8010.0, 8020.0, 8004.0, 8067.0, 8073.0, 8064.0, 8068.0, 8044.0, 8103.0, 8060.0, 8068.0, 8112.0, 8067.0, 8079.0, 8051.0, 8077.0, 8085.0, 8053.0, 8116.0, 8073.0, 8069.0, 8069.0, 8020.0, 8061.0, 8105.0, 8101.0, 8109.0, 8089.0, 8069.0, 8066.0, 8055.0, 8134.0, 8122.0, 8122.0, 8139.0, 8077.0, 8010.0, 8066.0, 8032.0, 8086.0, 8030.0, 8087.0, 8066.0, 8063.0, 8107.0, 8107.0, 8070.0, 8055.0, 8028.0, 8049.0, 8035.0, 7976.0, 8050.0, 8024.0, 8066.0, 8065.0, 8073.0, 8104.0, 8043.0, 8058.0, 8043.0, 8010.0, 8040.0, 8043.0, 8102.0, 8096.0, 8102.0, 8140.0, 8111.0, 8124.0, 8076.0, 8078.0, 8055.0, 8084.0, 8122.0, 8144.0, 8125.0, 8083.0, 8108.0, 8110.0, 8064.0, 8134.0, 8093.0, 8085.0, 8134.0, 8113.0, 8089.0, 8071.0, 8006.0, 8017.0, 8000.0, 8012.0, 8017.0, 8028.0, 8020.0, 7988.0, 8035.0, 8005.0, 8035.0, 8043.0, 8090.0, 8044.0, 8055.0, 8072.0, 8049.0, 8033.0, 8051.0, 8004.0, 8099.0, 8073.0, 8113.0, 8092.0, 8037.0, 8093.0, 8081.0, 8093.0, 8125.0, 8093.0, 8131.0, 8131.0, 8057.0, 8040.0, 8110.0, 8078.0, 8098.0, 8116.0, 8034.0, 8093.0, 8045.0, 8066.0, 8050.0, 8022.0, 8022.0, 7938.0, 7995.0, 7935.0, 7993.0, 7937.0, 7923.0, 7956.0, 7961.0, 8053.0, 8072.0, 7996.0, 8032.0, 8010.0, 8052.0, 8032.0, 8024.0, 8013.0, 8046.0, 8093.0, 8096.0, 8036.0, 8018.0, 8144.0, 8094.0, 8124.0, 8078.0, 8061.0, 8140.0, 8176.0, 8064.0, 8067.0, 8073.0, 8062.0, 8063.0, 7902.0, 7896.0, 8054.0, 8052.0, 8015.0, 8049.0, 8083.0, 8057.0, 7999.0, 8041.0, 8026.0, 7992.0, 8079.0, 8100.0, 8116.0, 8113.0, 8038.0, 8068.0, 8042.0, 7995.0, 8065.0, 8043.0, 8027.0, 8066.0, 8086.0, 8135.0, 8134.0, 8122.0, 8080.0, 8079.0, 8040.0, 8024.0, 8041.0, 8030.0, 7985.0, 8062.0, 8037.0, 8080.0, 8084.0, 8024.0, 8079.0, 8041.0, 8091.0, 8105.0, 8025.0, 8097.0, 8081.0, 8042.0, 8084.0, 8057.0, 8011.0, 8087.0, 8016.0, 8085.0, 8139.0, 8079.0, 8160.0, 8106.0, 8126.0, 8076.0, 8072.0, 8050.0, 7999.0, 8058.0, 7965.0, 8038.0, 7967.0, 8037.0, 7981.0, 8044.0, 8002.0, 7975.0, 8002.0, 7969.0, 8042.0, 8050.0, 8063.0, 8040.0, 8040.0, 7974.0, 7922.0, 8038.0, 8035.0, 7977.0, 8067.0, 8049.0, 8026.0, 8037.0, 7957.0, 8041.0, 8011.0, 7962.0, 7976.0, 7963.0, 8021.0, 7967.0, 7968.0, 7997.0, 7979.0, 8130.0, 8100.0, 8074.0, 8087.0, 8003.0, 8004.0, 7998.0, 8067.0, 8101.0, 8099.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.003884753018660812</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.056553005927552136</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.241299388186846</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1750166073516484</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0427631684945076</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.476</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4165.5278</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.23057782796726137</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>333</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>36.55323819978046</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5894253934064664</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4192161241395747</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.880100840423954</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4689592156558704</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0123686</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018297288566827774</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030966855585575104</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9405032066520502</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.9177</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.857</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.8191</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>302826.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>615.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>264.5047</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2728</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>434.9443</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2787.9221</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2949.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73718.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>952.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3648.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>748.3765</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>24.978190057328902</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> |