=== 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-0102 --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-0102",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0102_ses-02_task-faces_acq-mb8_run-02_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-0102_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-02_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-0102/ses-02/func/sub-0102_ses-02_task-faces_acq-mb8_run-02_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>0e8d5ac2e84f70288ed6d6172892f4fd</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>10:33:25.627500</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.99593, -0.022364, -0.0873077, 0.0140805, 0.995438, -0.0943647]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.097724</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-02_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4218, -7791, -7296, 210, -124, -132, -114, 96]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>256.126</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>74002447-37f2-4c88-b77a-3d6d4df916a8||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.6720082759857178, 0.037777043879032135, -0.2403535544872284, 116.93028259277344], [0.06000104546546936, 2.670687675476074, -0.2504286766052246, -95.27086639404297], [-0.23424029350280762, 0.25317367911338806, 2.6775951385498047, -82.20867156982422], [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': ['103325.627500', '103326.087500', '103326.547500', '103327.007500', '103327.467500', '103327.927500', '103328.387500', '103328.847500', '103329.307500', '103329.767500', '103330.227500', '103330.687500', '103331.147500', '103331.607500', '103332.067500', '103332.527500', '103332.987500', '103333.447500', '103333.907500', '103334.367500', '103334.827500', '103335.287500', '103335.747500', '103336.207500', '103336.667500', '103337.127500', '103337.587500', '103338.047500', '103338.507500', '103338.967500', '103339.427500', '103339.887500', '103340.347500', '103340.807500', '103341.267500', '103341.727500', '103342.187500', '103342.647500', '103343.107500', '103343.567500', '103344.027500', '103344.487500', '103344.947500', '103345.407500', '103345.867500', '103346.327500', '103346.787500', '103347.247500', '103347.707500', '103348.167500', '103348.627500', '103349.087500', '103349.547500', '103350.007500', '103350.467500', '103350.927500', '103351.387500', '103351.847500', '103352.307500', '103352.767500', '103353.227500', '103353.687500', '103354.147500', '103354.607500', '103355.067500', '103355.527500', '103355.987500', '103356.447500', '103356.907500', '103357.367500', '103357.827500', '103358.287500', '103358.747500', '103359.207500', '103359.667500', '103400.127500', '103400.587500', '103401.047500', '103401.507500', '103401.967500', '103402.427500', '103402.887500', '103403.347500', '103403.807500', '103404.267500', '103404.727500', '103405.187500', '103405.647500', '103406.107500', '103406.567500', '103407.027500', '103407.487500', '103407.947500', '103408.407500', '103408.867500', '103409.327500', '103409.787500', '103410.247500', '103410.707500', '103411.167500', '103411.627500', '103412.087500', '103412.547500', '103413.007500', '103413.467500', '103413.927500', '103414.387500', '103414.847500', '103415.307500', '103415.767500', '103416.227500', '103416.687500', '103417.147500', '103417.607500', '103418.067500', '103418.527500', '103418.987500', '103419.447500', '103419.907500', '103420.367500', '103420.827500', '103421.287500', '103421.747500', '103422.207500', '103422.667500', '103423.127500', '103423.587500', '103424.047500', '103424.507500', '103424.967500', '103425.427500', '103425.887500', '103426.347500', '103426.807500', '103427.267500', '103427.727500', '103428.187500', '103428.647500', '103429.107500', '103429.567500', '103430.027500', '103430.487500', '103430.947500', '103431.407500', '103431.867500', '103432.327500', '103432.787500', '103433.247500', '103433.707500', '103434.167500', '103434.627500', '103435.087500', '103435.547500', '103436.007500', '103436.467500', '103436.927500', '103437.387500', '103437.847500', '103438.307500', '103438.767500', '103439.227500', '103439.687500', '103440.147500', '103440.607500', '103441.067500', '103441.527500', '103441.987500', '103442.447500', '103442.907500', '103443.367500', '103443.827500', '103444.287500', '103444.747500', '103445.207500', '103445.667500', '103446.127500', '103446.587500', '103447.047500', '103447.507500', '103447.967500', '103448.427500', '103448.887500', '103449.347500', '103449.807500', '103450.267500', '103450.727500', '103451.187500', '103451.647500', '103452.107500', '103452.567500', '103453.027500', '103453.487500', '103453.947500', '103454.407500', '103454.867500', '103455.327500', '103455.787500', '103456.247500', '103456.707500', '103457.167500', '103457.627500', '103458.087500', '103458.547500', '103459.007500', '103459.467500', '103459.927500', '103500.387500', '103500.847500', '103501.307500', '103501.767500', '103502.227500', '103502.687500', '103503.147500', '103503.607500', '103504.067500', '103504.527500', '103504.987500', '103505.447500', '103505.907500', '103506.367500', '103506.827500', '103507.287500', '103507.747500', '103508.207500', '103508.667500', '103509.127500', '103509.587500', '103510.047500', '103510.507500', '103510.967500', '103511.427500', '103511.887500', '103512.347500', '103512.807500', '103513.267500', '103513.727500', '103514.187500', '103514.647500', '103515.107500', '103515.567500', '103516.027500', '103516.487500', '103516.947500', '103517.407500', '103517.867500', '103518.327500', '103518.787500', '103519.247500', '103519.707500', '103520.167500', '103520.627500', '103521.087500', '103521.547500', '103522.007500', '103522.467500', '103522.927500', '103523.387500', '103523.847500', '103524.307500', '103524.767500', '103525.227500', '103525.687500', '103526.147500', '103526.607500', '103527.067500', '103527.527500', '103527.987500', '103528.447500', '103528.907500', '103529.367500', '103529.827500', '103530.287500', '103530.747500', '103531.207500', '103531.667500', '103532.127500', '103532.587500', '103533.047500', '103533.507500', '103533.967500', '103534.427500', '103534.887500', '103535.347500', '103535.807500', '103536.267500', '103536.727500', '103537.187500', '103537.647500', '103538.107500', '103538.567500', '103539.027500', '103539.487500', '103539.947500', '103540.407500', '103540.867500', '103541.327500', '103541.787500', '103542.247500', '103542.707500', '103543.167500', '103543.627500', '103544.087500', '103544.547500', '103545.007500', '103545.467500', '103545.927500', '103546.387500', '103546.847500', '103547.307500', '103547.767500', '103548.227500', '103548.687500', '103549.147500', '103549.607500', '103550.067500', '103550.527500', '103550.987500', '103551.447500', '103551.907500', '103552.367500', '103552.827500', '103553.287500', '103553.747500', '103554.207500', '103554.667500', '103555.127500', '103555.587500', '103556.047500', '103556.507500', '103556.967500', '103557.427500', '103557.887500', '103558.347500', '103558.807500', '103559.267500', '103559.727500', '103600.187500', '103600.647500', '103601.107500', '103601.567500', '103602.027500', '103602.487500', '103602.947500', '103603.407500', '103603.867500', '103604.327500', '103604.787500', '103605.247500', '103605.707500', '103606.167500', '103606.627500', '103607.087500', '103607.547500', '103608.007500', '103608.467500', '103608.927500', '103609.387500', '103609.847500', '103610.307500', '103610.767500', '103611.227500', '103611.687500', '103612.147500', '103612.607500', '103613.067500', '103613.527500', '103613.987500', '103614.447500', '103614.907500', '103615.367500', '103615.827500', '103616.287500', '103616.747500', '103617.207500', '103617.667500', '103618.127500', '103618.587500', '103619.047500', '103619.507500', '103619.967500', '103620.427500', '103620.887500', '103621.347500', '103621.807500', '103622.267500', '103622.727500', '103623.187500', '103623.647500', '103624.107500', '103624.567500', '103625.027500', '103625.487500', '103625.947500', '103626.407500', '103626.867500', '103627.327500', '103627.787500', '103628.247500', '103628.707500', '103629.167500', '103629.627500', '103630.087500', '103630.547500', '103631.007500', '103631.467500', '103631.927500', '103632.387500', '103632.847500', '103633.307500', '103633.767500', '103634.227500', '103634.687500', '103635.147500', '103635.607500', '103636.067500', '103636.527500', '103636.987500', '103637.447500', '103637.907500', '103638.367500', '103638.827500', '103639.287500', '103639.747500', '103640.207500', '103640.667500', '103641.127500', '103641.587500', '103642.047500', '103642.507500', '103642.967500', '103643.427500', '103643.887500', '103644.347500', '103644.807500', '103645.267500', '103645.727500', '103646.187500', '103646.647500', '103647.107500', '103647.567500', '103648.027500', '103648.487500', '103648.947500', '103649.407500', '103649.867500', '103650.327500', '103650.787500', '103651.247500', '103651.707500', '103652.167500', '103652.627500', '103653.087500', '103653.547500', '103654.007500', '103654.467500', '103654.927500', '103655.387500', '103655.847500', '103656.307500', '103656.767500', '103657.227500', '103657.687500', '103658.147500', '103658.607500', '103659.067500', '103659.527500', '103659.987500', '103700.447500', '103700.907500', '103701.367500', '103701.827500', '103702.287500', '103702.747500', '103703.207500', '103703.667500', '103704.127500', '103704.587500', '103705.047500', '103705.507500', '103705.967500', '103706.427500', '103706.887500', '103707.347500', '103707.807500', '103708.267500', '103708.727500', '103709.187500', '103709.647500', '103710.107500', '103710.567500', '103711.027500', '103711.487500', '103711.947500', '103712.407500', '103712.867500', '103713.327500', '103713.787500', '103714.247500', '103714.707500', '103715.167500', '103715.627500', '103716.087500', '103716.547500', '103717.007500', '103717.467500', '103717.927500', '103718.387500', '103718.847500', '103719.307500', '103719.767500', '103720.227500', '103720.687500', '103721.147500', '103721.607500', '103722.067500', '103722.527500', '103722.987500', '103723.447500', '103723.907500', '103724.367500', '103724.827500', '103725.287500', '103725.747500', '103726.207500', '103726.667500', '103727.127500', '103727.587500', '103728.047500', '103728.507500', '103728.967500', '103729.427500', '103729.887500', '103730.347500', '103730.807500', '103731.267500', '103731.727500', '103732.187500', '103732.647500', '103733.107500', '103733.567500', '103734.027500', '103734.487500', '103734.947500', '103735.407500', '103735.867500', '103736.327500', '103736.787500', '103737.247500', '103737.707500', '103738.167500', '103738.627500', '103739.087500', '103739.547500', '103740.007500', '103740.467500', '103740.927500', '103741.387500', '103741.847500', '103742.307500', '103742.767500', '103743.227500', '103743.687500', '103744.147500', '103744.607500', '103745.067500', '103745.527500', '103745.987500', '103746.447500', '103746.907500', '103747.367500', '103747.827500', '103748.287500', '103748.747500', '103749.207500', '103749.667500', '103750.127500', '103750.587500', '103751.047500', '103751.507500', '103751.967500', '103752.427500', '103752.887500', '103753.347500', '103753.807500', '103754.267500', '103754.727500', '103755.187500', '103755.647500', '103756.107500', '103756.567500', '103757.027500', '103757.487500', '103757.947500', '103758.407500', '103758.867500', '103759.327500', '103759.787500', '103800.247500', '103800.707500', '103801.167500', '103801.627500', '103802.087500', '103802.547500', '103803.007500', '103803.467500', '103803.927500', '103804.387500', '103804.847500', '103805.307500', '103805.767500', '103806.227500', '103806.687500', '103807.147500', '103807.607500', '103808.067500', '103808.527500', '103808.987500', '103809.447500', '103809.907500', '103810.367500', '103810.827500', '103811.287500', '103811.747500', '103812.207500', '103812.667500', '103813.127500', '103813.587500', '103814.047500', '103814.507500', '103814.967500', '103815.427500', '103815.887500', '103816.347500', '103816.807500', '103817.267500', '103817.727500', '103818.187500', '103818.647500', '103819.107500', '103819.567500', '103820.027500', '103820.487500', '103820.947500', '103821.407500', '103821.867500', '103822.327500', '103822.787500', '103823.247500', '103823.707500', '103824.167500', '103824.627500', '103825.087500', '103825.547500', '103826.007500', '103826.467500', '103826.927500', '103827.387500', '103827.847500', '103828.307500', '103828.767500', '103829.227500', '103829.687500', '103830.147500', '103830.607500', '103831.067500', '103831.527500', '103831.987500', '103832.447500', '103832.907500', '103833.367500', '103833.827500', '103834.287500', '103834.747500', '103835.207500', '103835.667500', '103836.127500', '103836.587500', '103837.047500', '103837.507500', '103837.967500', '103838.427500', '103838.887500', '103839.347500', '103839.807500', '103840.267500', '103840.727500', '103841.187500', '103841.647500', '103842.107500', '103842.567500', '103843.027500', '103843.487500', '103843.947500', '103844.407500', '103844.867500', '103845.327500', '103845.787500', '103846.247500', '103846.707500', '103847.167500', '103847.627500', '103848.087500', '103848.547500', '103849.007500', '103849.467500', '103849.927500', '103850.387500', '103850.847500', '103851.307500', '103851.767500', '103852.227500', '103852.687500', '103853.147500', '103853.607500', '103854.067500', '103854.527500', '103854.987500', '103855.447500', '103855.907500', '103856.367500', '103856.827500', '103857.287500', '103857.747500', '103858.207500', '103858.667500', '103859.127500', '103859.587500', '103900.047500', '103900.507500', '103900.967500', '103901.427500', '103901.887500', '103902.347500', '103902.807500', '103903.267500', '103903.727500', '103904.187500', '103904.647500', '103905.107500', '103905.567500', '103906.027500', '103906.487500', '103906.947500', '103907.407500', '103907.867500', '103908.327500', '103908.787500', '103909.247500', '103909.707500', '103910.167500', '103910.627500', '103911.087500', '103911.547500', '103912.007500', '103912.467500', '103912.927500', '103913.387500', '103913.847500', '103914.307500', '103914.767500', '103915.227500', '103915.687500', '103916.147500', '103916.607500', '103917.067500', '103917.527500', '103917.987500', '103918.447500', '103918.907500', '103919.367500', '103919.827500', '103920.287500', '103920.747500', '103921.207500', '103921.667500', '103922.127500', '103922.587500', '103923.047500', '103923.507500', '103923.967500', '103924.427500', '103924.887500', '103925.347500', '103925.807500', '103926.267500', '103926.727500', '103927.187500', '103927.647500', '103928.107500', '103928.567500', '103929.027500', '103929.487500', '103929.947500', '103930.407500', '103930.867500', '103931.327500', '103931.787500', '103932.247500', '103932.707500', '103933.167500', '103933.627500', '103934.087500', '103934.547500', '103935.007500', '103935.467500', '103935.927500', '103936.387500', '103936.847500', '103937.307500', '103937.767500', '103938.227500', '103938.687500', '103939.147500', '103939.607500', '103940.067500', '103940.527500', '103940.987500', '103941.447500', '103941.907500', '103942.367500', '103942.827500', '103943.287500', '103943.747500', '103944.207500', '103944.667500', '103945.127500', '103945.587500', '103946.047500', '103946.507500', '103946.967500', '103947.427500', '103947.887500', '103948.347500', '103948.807500', '103949.267500', '103949.727500', '103950.187500', '103950.647500', '103951.107500', '103951.567500', '103952.027500', '103952.487500', '103952.947500', '103953.407500', '103953.867500', '103954.327500', '103954.787500', '103955.247500', '103955.707500', '103956.167500', '103956.627500', '103957.087500', '103957.547500', '103958.007500', '103958.467500', '103958.927500', '103959.387500', '103959.847500', '104000.307500', '104000.767500', '104001.227500', '104001.687500', '104002.147500', '104002.607500', '104003.067500', '104003.527500', '104003.987500', '104004.447500', '104004.907500', '104005.367500', '104005.827500', '104006.287500', '104006.747500', '104007.207500', '104007.667500', '104008.127500', '104008.587500', '104009.047500', '104009.507500', '104009.967500', '104010.427500', '104010.887500', '104011.347500', '104011.807500', '104012.267500', '104012.727500', '104013.187500', '104013.647500', '104014.107500', '104014.567500', '104015.027500', '104015.487500', '104015.947500', '104016.407500', '104016.867500', '104017.327500', '104017.787500', '104018.247500', '104018.707500', '104019.167500', '104019.627500', '104020.087500', '104020.547500', '104021.007500', '104021.467500', '104021.927500', '104022.387500', '104022.847500', '104023.307500', '104023.767500', '104024.227500', '104024.687500', '104025.147500', '104025.607500'], 'ContentTime': ['103347.188000', '103347.191000', '103347.193000', '103347.196000', '103347.198000', '103347.201000', '103347.204000', '103347.206000', '103347.210000', '103347.212000', '103347.215000', '103347.217000', '103347.220000', '103347.232000', '103347.234000', '103347.237000', '103347.239000', '103347.242000', '103347.244000', '103347.247000', '103347.249000', '103347.252000', '103347.255000', '103347.257000', '103347.260000', '103347.262000', '103347.265000', '103347.267000', '103347.270000', '103347.273000', '103347.275000', '103347.278000', '103347.280000', '103347.283000', '103347.285000', '103347.288000', '103347.290000', '103347.293000', '103347.295000', '103347.298000', '103347.300000', '103347.303000', '103347.305000', '103347.308000', '103407.160000', '103407.163000', '103407.166000', '103407.168000', '103407.171000', '103407.174000', '103407.176000', '103407.179000', '103407.181000', '103407.184000', '103407.186000', '103407.189000', '103407.192000', '103407.194000', '103407.197000', '103407.199000', '103407.202000', '103407.204000', '103407.207000', '103407.209000', '103407.212000', '103407.215000', '103407.217000', '103407.220000', '103407.222000', '103407.225000', '103407.227000', '103407.230000', '103407.232000', '103407.235000', '103407.238000', '103407.240000', '103407.243000', '103407.245000', '103407.248000', '103407.250000', '103407.253000', '103407.255000', '103407.258000', '103407.260000', '103407.263000', '103407.266000', '103407.268000', '103427.160000', '103427.163000', '103427.166000', '103427.168000', '103427.171000', '103427.173000', '103427.176000', '103427.179000', '103427.181000', '103427.184000', '103427.186000', '103427.189000', '103427.191000', '103427.194000', '103427.196000', '103427.199000', '103427.202000', '103427.205000', '103427.208000', '103427.211000', '103427.213000', '103427.216000', '103427.219000', '103427.221000', '103427.224000', '103427.226000', '103427.229000', '103427.231000', '103427.234000', '103427.236000', '103427.239000', '103427.241000', '103427.244000', '103427.247000', '103427.249000', '103427.252000', '103427.254000', '103427.257000', '103427.259000', '103427.262000', '103427.264000', '103427.267000', '103427.270000', '103447.161000', '103447.164000', '103447.167000', '103447.169000', '103447.172000', '103447.174000', '103447.177000', '103447.180000', '103447.182000', '103447.185000', '103447.187000', '103447.190000', '103447.192000', '103447.195000', '103447.198000', '103447.200000', '103447.203000', '103447.205000', '103447.208000', '103447.210000', '103447.213000', '103447.216000', '103447.218000', '103447.221000', '103447.223000', '103447.226000', '103447.228000', '103447.240000', '103447.243000', '103447.245000', '103447.248000', '103447.250000', '103447.253000', '103447.255000', '103447.258000', '103447.261000', '103447.263000', '103447.266000', '103447.268000', '103447.271000', '103447.273000', '103447.276000', '103447.278000', '103447.281000', '103507.161000', '103507.164000', '103507.167000', '103507.169000', '103507.172000', '103507.174000', '103507.177000', '103507.180000', '103507.182000', '103507.185000', '103507.188000', '103507.190000', '103507.193000', '103507.195000', '103507.198000', '103507.200000', '103507.203000', '103507.205000', '103507.208000', '103507.211000', '103507.213000', '103507.216000', '103507.218000', '103507.232000', '103507.235000', '103507.237000', '103507.240000', '103507.242000', '103507.245000', '103507.248000', '103507.251000', '103507.254000', '103507.257000', '103507.271000', '103507.273000', '103507.276000', '103507.278000', '103507.281000', '103507.283000', '103507.286000', '103507.289000', '103507.291000', '103507.294000', '103527.162000', '103527.164000', '103527.173000', '103527.176000', '103527.178000', '103527.181000', '103527.183000', '103527.186000', '103527.189000', '103527.191000', '103527.194000', '103527.196000', '103527.199000', '103527.201000', '103527.204000', '103527.207000', '103527.209000', '103527.212000', '103527.214000', '103527.217000', '103527.219000', '103527.222000', '103527.225000', '103527.227000', '103527.230000', '103527.232000', '103527.235000', '103527.238000', '103527.240000', '103527.243000', '103527.245000', '103527.248000', '103527.250000', '103527.253000', '103527.255000', '103527.258000', '103527.261000', '103527.263000', '103527.266000', '103527.268000', '103527.271000', '103527.273000', '103527.276000', '103527.278000', '103547.161000', '103547.163000', '103547.166000', '103547.168000', '103547.171000', '103547.173000', '103547.176000', '103547.179000', '103547.181000', '103547.184000', '103547.186000', '103547.189000', '103547.192000', '103547.194000', '103547.197000', '103547.200000', '103547.202000', '103547.205000', '103547.208000', '103547.210000', '103547.213000', '103547.215000', '103547.218000', '103547.220000', '103547.223000', '103547.226000', '103547.228000', '103547.231000', '103547.233000', '103547.236000', '103547.238000', '103547.241000', '103547.244000', '103547.246000', '103547.249000', '103547.251000', '103547.254000', '103547.256000', '103547.259000', '103547.262000', '103547.264000', '103547.267000', '103547.269000', '103607.161000', '103607.163000', '103607.166000', '103607.169000', '103607.171000', '103607.174000', '103607.176000', '103607.179000', '103607.182000', '103607.184000', '103607.187000', '103607.189000', '103607.192000', '103607.194000', '103607.197000', '103607.199000', '103607.202000', '103607.204000', '103607.207000', '103607.210000', '103607.212000', '103607.215000', '103607.217000', '103607.220000', '103607.222000', '103607.225000', '103607.228000', '103607.230000', '103607.233000', '103607.235000', '103607.238000', '103607.240000', '103607.243000', '103607.245000', '103607.248000', '103607.251000', '103607.253000', '103607.256000', '103607.258000', '103607.261000', '103607.263000', '103607.266000', '103607.268000', '103607.271000', '103627.161000', '103627.163000', '103627.166000', '103627.169000', '103627.171000', '103627.174000', '103627.176000', '103627.179000', '103627.182000', '103627.184000', '103627.187000', '103627.189000', '103627.192000', '103627.194000', '103627.197000', '103627.200000', '103627.202000', '103627.205000', '103627.207000', '103627.210000', '103627.212000', '103627.215000', '103627.218000', '103627.220000', '103627.223000', '103627.225000', '103627.228000', '103627.230000', '103627.233000', '103627.236000', '103627.245000', '103627.248000', '103627.250000', '103627.253000', '103627.256000', '103627.258000', '103627.261000', '103627.263000', '103627.266000', '103627.268000', '103627.271000', '103627.273000', '103627.276000', '103647.161000', '103647.163000', '103647.166000', '103647.169000', '103647.171000', '103647.217000', '103647.220000', '103647.222000', '103647.225000', '103647.227000', '103647.230000', '103647.232000', '103647.235000', '103647.237000', '103647.240000', '103647.243000', '103647.245000', '103647.248000', '103647.250000', '103647.253000', '103647.255000', '103647.258000', '103647.261000', '103647.263000', '103647.266000', '103647.268000', '103647.271000', '103647.273000', '103647.276000', '103647.278000', '103647.281000', '103647.284000', '103647.286000', '103647.289000', '103647.291000', '103647.294000', '103647.296000', '103647.299000', '103647.302000', '103647.304000', '103647.307000', '103647.309000', '103647.312000', '103647.314000', '103707.161000', '103707.164000', '103707.167000', '103707.169000', '103707.172000', '103707.175000', '103707.177000', '103707.180000', '103707.182000', '103707.185000', '103707.188000', '103707.190000', '103707.193000', '103707.195000', '103707.198000', '103707.201000', '103707.203000', '103707.206000', '103707.208000', '103707.211000', '103707.213000', '103707.216000', '103707.219000', '103707.221000', '103707.224000', '103707.226000', '103707.229000', '103707.231000', '103707.234000', '103707.236000', '103707.239000', '103707.242000', '103707.244000', '103707.247000', '103707.249000', '103707.252000', '103707.254000', '103707.257000', '103707.260000', '103707.262000', '103707.265000', '103707.267000', '103707.270000', '103727.161000', '103727.166000', '103727.169000', '103727.171000', '103727.174000', '103727.176000', '103727.179000', '103727.182000', '103727.184000', '103727.187000', '103727.189000', '103727.192000', '103727.194000', '103727.197000', '103727.200000', '103727.202000', '103727.205000', '103727.207000', '103727.210000', '103727.213000', '103727.215000', '103727.218000', '103727.220000', '103727.223000', '103727.225000', '103727.228000', '103727.231000', '103727.233000', '103727.236000', '103727.238000', '103727.241000', '103727.243000', '103727.246000', '103727.248000', '103727.251000', '103727.254000', '103727.256000', '103727.259000', '103727.261000', '103727.264000', '103727.266000', '103727.269000', '103727.272000', '103747.161000', '103747.164000', '103747.167000', '103747.170000', '103747.172000', '103747.175000', '103747.177000', '103747.180000', '103747.183000', '103747.185000', '103747.188000', '103747.190000', '103747.193000', '103747.196000', '103747.198000', '103747.201000', '103747.203000', '103747.206000', '103747.209000', '103747.211000', '103747.214000', '103747.216000', '103747.219000', '103747.221000', '103747.224000', '103747.227000', '103747.229000', '103747.232000', '103747.234000', '103747.237000', '103747.239000', '103747.242000', '103747.245000', '103747.247000', '103747.250000', '103747.254000', '103747.256000', '103747.259000', '103747.262000', '103747.264000', '103747.267000', '103747.269000', '103747.272000', '103747.274000', '103807.160000', '103807.163000', '103807.166000', '103807.168000', '103807.171000', '103807.174000', '103807.176000', '103807.179000', '103807.181000', '103807.184000', '103807.187000', '103807.189000', '103807.192000', '103807.194000', '103807.197000', '103807.199000', '103807.202000', '103807.205000', '103807.207000', '103807.210000', '103807.212000', '103807.215000', '103807.218000', '103807.220000', '103807.223000', '103807.225000', '103807.228000', '103807.230000', '103807.233000', '103807.236000', '103807.245000', '103807.247000', '103807.250000', '103807.252000', '103807.255000', '103807.258000', '103807.260000', '103807.263000', '103807.265000', '103807.268000', '103807.270000', '103807.273000', '103807.276000', '103807.278000', '103827.161000', '103827.163000', '103827.166000', '103827.169000', '103827.171000', '103827.174000', '103827.176000', '103827.179000', '103827.182000', '103827.184000', '103827.187000', '103827.189000', '103827.192000', '103827.194000', '103827.197000', '103827.200000', '103827.202000', '103827.205000', '103827.207000', '103827.210000', '103827.213000', '103827.215000', '103827.218000', '103827.220000', '103827.223000', '103827.225000', '103827.228000', '103827.230000', '103827.233000', '103827.236000', '103827.238000', '103827.241000', '103827.244000', '103827.246000', '103827.249000', '103827.251000', '103827.254000', '103827.257000', '103827.259000', '103827.262000', '103827.264000', '103827.267000', '103827.269000', '103847.161000', '103847.164000', '103847.166000', '103847.169000', '103847.171000', '103847.174000', '103847.177000', '103847.179000', '103847.182000', '103847.184000', '103847.187000', '103847.190000', '103847.192000', '103847.195000', '103847.197000', '103847.200000', '103847.203000', '103847.205000', '103847.208000', '103847.210000', '103847.213000', '103847.215000', '103847.218000', '103847.220000', '103847.223000', '103847.226000', '103847.228000', '103847.231000', '103847.233000', '103847.236000', '103847.238000', '103847.241000', '103847.244000', '103847.246000', '103847.249000', '103847.251000', '103847.254000', '103847.256000', '103847.259000', '103847.262000', '103847.264000', '103847.267000', '103847.269000', '103847.272000', '103907.161000', '103907.163000', '103907.166000', '103907.169000', '103907.171000', '103907.174000', '103907.176000', '103907.179000', '103907.181000', '103907.184000', '103907.187000', '103907.189000', '103907.192000', '103907.194000', '103907.197000', '103907.199000', '103907.213000', '103907.215000', '103907.218000', '103907.220000', '103907.223000', '103907.225000', '103907.228000', '103907.231000', '103907.233000', '103907.236000', '103907.238000', '103907.241000', '103907.244000', '103907.246000', '103907.249000', '103907.252000', '103907.254000', '103907.257000', '103907.259000', '103907.262000', '103907.264000', '103907.269000', '103907.271000', '103907.274000', '103907.276000', '103907.279000', '103907.281000', '103927.162000', '103927.164000', '103927.167000', '103927.170000', '103927.172000', '103927.175000', '103927.177000', '103927.180000', '103927.182000', '103927.185000', '103927.188000', '103927.190000', '103927.193000', '103927.195000', '103927.198000', '103927.200000', '103927.203000', '103927.205000', '103927.208000', '103927.211000', '103927.213000', '103927.216000', '103927.218000', '103927.221000', '103927.223000', '103927.226000', '103927.228000', '103927.231000', '103927.234000', '103927.236000', '103927.239000', '103927.241000', '103927.244000', '103927.246000', '103927.249000', '103927.252000', '103927.254000', '103927.257000', '103927.259000', '103927.262000', '103927.264000', '103927.267000', '103927.269000', '103927.272000', '103947.161000', '103947.164000', '103947.167000', '103947.169000', '103947.172000', '103947.174000', '103947.177000', '103947.180000', '103947.182000', '103947.185000', '103947.187000', '103947.190000', '103947.193000', '103947.195000', '103947.198000', '103947.200000', '103947.203000', '103947.205000', '103947.208000', '103947.210000', '103947.213000', '103947.215000', '103947.218000', '103947.221000', '103947.223000', '103947.226000', '103947.228000', '103947.231000', '103947.233000', '103947.236000', '103947.239000', '103947.241000', '103947.244000', '103947.246000', '103947.249000', '103947.251000', '103947.254000', '103947.257000', '103947.259000', '103947.262000', '103947.264000', '103947.267000', '103947.269000', '104007.162000', '104007.164000', '104007.167000', '104007.171000', '104007.173000', '104007.176000', '104007.178000', '104007.181000', '104007.184000', '104007.186000', '104007.189000', '104007.191000', '104007.194000', '104007.197000', '104007.199000', '104007.202000', '104007.204000', '104007.207000', '104007.210000', '104007.212000', '104007.215000', '104007.217000', '104007.220000', '104007.223000', '104007.226000', '104007.229000', '104007.231000', '104007.234000', '104007.236000', '104007.239000', '104007.242000', '104007.244000', '104007.247000', '104007.249000', '104007.252000', '104007.255000', '104007.257000', '104007.260000', '104007.262000', '104007.265000', '104007.267000', '104007.270000', '104007.273000', '104007.275000', '104027.161000', '104027.163000', '104027.166000', '104027.169000', '104027.171000', '104027.174000', '104027.176000', '104027.179000', '104027.182000', '104027.184000', '104027.187000', '104027.189000', '104027.192000', '104027.194000', '104027.197000', '104027.200000', '104027.202000', '104027.205000', '104027.207000', '104027.210000', '104027.212000', '104027.215000', '104027.217000', '104027.220000', '104027.223000', '104027.225000', '104027.228000', '104027.230000', '104027.233000', '104027.235000', '104027.238000', '104027.241000', '104027.243000', '104027.246000', '104027.248000', '104027.251000', '104027.253000', '104027.256000', '104027.259000', '104027.261000', '104027.264000', '104027.266000', '104027.269000', '104027.397000'], 'InstanceCreationTime': ['103347.188000', '103347.191000', '103347.193000', '103347.196000', '103347.198000', '103347.201000', '103347.204000', '103347.206000', '103347.210000', '103347.212000', '103347.215000', '103347.217000', '103347.220000', '103347.232000', '103347.234000', '103347.237000', '103347.239000', '103347.242000', '103347.244000', '103347.247000', '103347.249000', '103347.252000', '103347.255000', '103347.257000', '103347.260000', '103347.262000', '103347.265000', '103347.267000', '103347.270000', '103347.273000', '103347.275000', '103347.278000', '103347.280000', '103347.283000', '103347.285000', '103347.288000', '103347.290000', '103347.293000', '103347.295000', '103347.298000', '103347.300000', '103347.303000', '103347.305000', '103347.308000', '103407.160000', '103407.163000', '103407.166000', '103407.168000', '103407.171000', '103407.174000', '103407.176000', '103407.179000', '103407.181000', '103407.184000', '103407.186000', '103407.189000', '103407.192000', '103407.194000', '103407.197000', '103407.199000', '103407.202000', '103407.204000', '103407.207000', '103407.209000', '103407.212000', '103407.215000', '103407.217000', '103407.220000', '103407.222000', '103407.225000', '103407.227000', '103407.230000', '103407.232000', '103407.235000', '103407.238000', '103407.240000', '103407.243000', '103407.245000', '103407.248000', '103407.250000', '103407.253000', '103407.255000', '103407.258000', '103407.260000', '103407.263000', '103407.266000', '103407.268000', '103427.160000', '103427.163000', '103427.166000', '103427.168000', '103427.171000', '103427.173000', '103427.176000', '103427.179000', '103427.181000', '103427.184000', '103427.186000', '103427.189000', '103427.191000', '103427.194000', '103427.196000', '103427.199000', '103427.202000', '103427.205000', '103427.208000', '103427.211000', '103427.213000', '103427.216000', '103427.219000', '103427.221000', '103427.224000', '103427.226000', '103427.229000', '103427.231000', '103427.234000', '103427.236000', '103427.239000', '103427.241000', '103427.244000', '103427.247000', '103427.249000', '103427.252000', '103427.254000', '103427.257000', '103427.259000', '103427.262000', '103427.264000', '103427.267000', '103427.270000', '103447.161000', '103447.164000', '103447.167000', '103447.169000', '103447.172000', '103447.174000', '103447.177000', '103447.180000', '103447.182000', '103447.185000', '103447.187000', '103447.190000', '103447.192000', '103447.195000', '103447.198000', '103447.200000', '103447.203000', '103447.205000', '103447.208000', '103447.210000', '103447.213000', '103447.216000', '103447.218000', '103447.221000', '103447.223000', '103447.226000', '103447.228000', '103447.240000', '103447.243000', '103447.245000', '103447.248000', '103447.250000', '103447.253000', '103447.255000', '103447.258000', '103447.261000', '103447.263000', '103447.266000', '103447.268000', '103447.271000', '103447.273000', '103447.276000', '103447.278000', '103447.281000', '103507.161000', '103507.164000', '103507.167000', '103507.169000', '103507.172000', '103507.174000', '103507.177000', '103507.180000', '103507.182000', '103507.185000', '103507.188000', '103507.190000', '103507.193000', '103507.195000', '103507.198000', '103507.200000', '103507.203000', '103507.205000', '103507.208000', '103507.211000', '103507.213000', '103507.216000', '103507.218000', '103507.232000', '103507.235000', '103507.237000', '103507.240000', '103507.242000', '103507.245000', '103507.248000', '103507.251000', '103507.254000', '103507.257000', '103507.271000', '103507.273000', '103507.276000', '103507.278000', '103507.281000', '103507.283000', '103507.286000', '103507.289000', '103507.291000', '103507.294000', '103527.162000', '103527.164000', '103527.173000', '103527.176000', '103527.178000', '103527.181000', '103527.183000', '103527.186000', '103527.189000', '103527.191000', '103527.194000', '103527.196000', '103527.199000', '103527.201000', '103527.204000', '103527.207000', '103527.209000', '103527.212000', '103527.214000', '103527.217000', '103527.219000', '103527.222000', '103527.225000', '103527.227000', '103527.230000', '103527.232000', '103527.235000', '103527.238000', '103527.240000', '103527.243000', '103527.245000', '103527.248000', '103527.250000', '103527.253000', '103527.255000', '103527.258000', '103527.261000', '103527.263000', '103527.266000', '103527.268000', '103527.271000', '103527.273000', '103527.276000', '103527.278000', '103547.161000', '103547.163000', '103547.166000', '103547.168000', '103547.171000', '103547.173000', '103547.176000', '103547.179000', '103547.181000', '103547.184000', '103547.186000', '103547.189000', '103547.192000', '103547.194000', '103547.197000', '103547.200000', '103547.202000', '103547.205000', '103547.208000', '103547.210000', '103547.213000', '103547.215000', '103547.218000', '103547.220000', '103547.223000', '103547.226000', '103547.228000', '103547.231000', '103547.233000', '103547.236000', '103547.238000', '103547.241000', '103547.244000', '103547.246000', '103547.249000', '103547.251000', '103547.254000', '103547.256000', '103547.259000', '103547.262000', '103547.264000', '103547.267000', '103547.269000', '103607.161000', '103607.163000', '103607.166000', '103607.169000', '103607.171000', '103607.174000', '103607.176000', '103607.179000', '103607.182000', '103607.184000', '103607.187000', '103607.189000', '103607.192000', '103607.194000', '103607.197000', '103607.199000', '103607.202000', '103607.204000', '103607.207000', '103607.210000', '103607.212000', '103607.215000', '103607.217000', '103607.220000', '103607.222000', '103607.225000', '103607.228000', '103607.230000', '103607.233000', '103607.235000', '103607.238000', '103607.240000', '103607.243000', '103607.245000', '103607.248000', '103607.251000', '103607.253000', '103607.256000', '103607.258000', '103607.261000', '103607.263000', '103607.266000', '103607.268000', '103607.271000', '103627.161000', '103627.163000', '103627.166000', '103627.169000', '103627.171000', '103627.174000', '103627.176000', '103627.179000', '103627.182000', '103627.184000', '103627.187000', '103627.189000', '103627.192000', '103627.194000', '103627.197000', '103627.200000', '103627.202000', '103627.205000', '103627.207000', '103627.210000', '103627.212000', '103627.215000', '103627.218000', '103627.220000', '103627.223000', '103627.225000', '103627.228000', '103627.230000', '103627.233000', '103627.236000', '103627.245000', '103627.248000', '103627.250000', '103627.253000', '103627.256000', '103627.258000', '103627.261000', '103627.263000', '103627.266000', '103627.268000', '103627.271000', '103627.273000', '103627.276000', '103647.161000', '103647.163000', '103647.166000', '103647.169000', '103647.171000', '103647.217000', '103647.220000', '103647.222000', '103647.225000', '103647.227000', '103647.230000', '103647.232000', '103647.235000', '103647.237000', '103647.240000', '103647.243000', '103647.245000', '103647.248000', '103647.250000', '103647.253000', '103647.255000', '103647.258000', '103647.261000', '103647.263000', '103647.266000', '103647.268000', '103647.271000', '103647.273000', '103647.276000', '103647.278000', '103647.281000', '103647.284000', '103647.286000', '103647.289000', '103647.291000', '103647.294000', '103647.296000', '103647.299000', '103647.302000', '103647.304000', '103647.307000', '103647.309000', '103647.312000', '103647.314000', '103707.161000', '103707.164000', '103707.167000', '103707.169000', '103707.172000', '103707.175000', '103707.177000', '103707.180000', '103707.182000', '103707.185000', '103707.188000', '103707.190000', '103707.193000', '103707.195000', '103707.198000', '103707.201000', '103707.203000', '103707.206000', '103707.208000', '103707.211000', '103707.213000', '103707.216000', '103707.219000', '103707.221000', '103707.224000', '103707.226000', '103707.229000', '103707.231000', '103707.234000', '103707.236000', '103707.239000', '103707.242000', '103707.244000', '103707.247000', '103707.249000', '103707.252000', '103707.254000', '103707.257000', '103707.260000', '103707.262000', '103707.265000', '103707.267000', '103707.270000', '103727.161000', '103727.166000', '103727.169000', '103727.171000', '103727.174000', '103727.176000', '103727.179000', '103727.182000', '103727.184000', '103727.187000', '103727.189000', '103727.192000', '103727.194000', '103727.197000', '103727.200000', '103727.202000', '103727.205000', '103727.207000', '103727.210000', '103727.213000', '103727.215000', '103727.218000', '103727.220000', '103727.223000', '103727.225000', '103727.228000', '103727.231000', '103727.233000', '103727.236000', '103727.238000', '103727.241000', '103727.243000', '103727.246000', '103727.248000', '103727.251000', '103727.254000', '103727.256000', '103727.259000', '103727.261000', '103727.264000', '103727.266000', '103727.269000', '103727.272000', '103747.161000', '103747.164000', '103747.167000', '103747.170000', '103747.172000', '103747.175000', '103747.177000', '103747.180000', '103747.183000', '103747.185000', '103747.188000', '103747.190000', '103747.193000', '103747.196000', '103747.198000', '103747.201000', '103747.203000', '103747.206000', '103747.209000', '103747.211000', '103747.214000', '103747.216000', '103747.219000', '103747.221000', '103747.224000', '103747.227000', '103747.229000', '103747.232000', '103747.234000', '103747.237000', '103747.239000', '103747.242000', '103747.245000', '103747.247000', '103747.250000', '103747.254000', '103747.256000', '103747.259000', '103747.262000', '103747.264000', '103747.267000', '103747.269000', '103747.272000', '103747.274000', '103807.160000', '103807.163000', '103807.166000', '103807.168000', '103807.171000', '103807.174000', '103807.176000', '103807.179000', '103807.181000', '103807.184000', '103807.187000', '103807.189000', '103807.192000', '103807.194000', '103807.197000', '103807.199000', '103807.202000', '103807.205000', '103807.207000', '103807.210000', '103807.212000', '103807.215000', '103807.218000', '103807.220000', '103807.223000', '103807.225000', '103807.228000', '103807.230000', '103807.233000', '103807.236000', '103807.245000', '103807.247000', '103807.250000', '103807.252000', '103807.255000', '103807.258000', '103807.260000', '103807.263000', '103807.265000', '103807.268000', '103807.270000', '103807.273000', '103807.276000', '103807.278000', '103827.161000', '103827.163000', '103827.166000', '103827.169000', '103827.171000', '103827.174000', '103827.176000', '103827.179000', '103827.182000', '103827.184000', '103827.187000', '103827.189000', '103827.192000', '103827.194000', '103827.197000', '103827.200000', '103827.202000', '103827.205000', '103827.207000', '103827.210000', '103827.213000', '103827.215000', '103827.218000', '103827.220000', '103827.223000', '103827.225000', '103827.228000', '103827.230000', '103827.233000', '103827.236000', '103827.238000', '103827.241000', '103827.244000', '103827.246000', '103827.249000', '103827.251000', '103827.254000', '103827.257000', '103827.259000', '103827.262000', '103827.264000', '103827.267000', '103827.269000', '103847.161000', '103847.164000', '103847.166000', '103847.169000', '103847.171000', '103847.174000', '103847.177000', '103847.179000', '103847.182000', '103847.184000', '103847.187000', '103847.190000', '103847.192000', '103847.195000', '103847.197000', '103847.200000', '103847.203000', '103847.205000', '103847.208000', '103847.210000', '103847.213000', '103847.215000', '103847.218000', '103847.220000', '103847.223000', '103847.226000', '103847.228000', '103847.231000', '103847.233000', '103847.236000', '103847.238000', '103847.241000', '103847.244000', '103847.246000', '103847.249000', '103847.251000', '103847.254000', '103847.256000', '103847.259000', '103847.262000', '103847.264000', '103847.267000', '103847.269000', '103847.272000', '103907.161000', '103907.163000', '103907.166000', '103907.169000', '103907.171000', '103907.174000', '103907.176000', '103907.179000', '103907.181000', '103907.184000', '103907.187000', '103907.189000', '103907.192000', '103907.194000', '103907.197000', '103907.199000', '103907.213000', '103907.215000', '103907.218000', '103907.220000', '103907.223000', '103907.225000', '103907.228000', '103907.231000', '103907.233000', '103907.236000', '103907.238000', '103907.241000', '103907.244000', '103907.246000', '103907.249000', '103907.252000', '103907.254000', '103907.257000', '103907.259000', '103907.262000', '103907.264000', '103907.269000', '103907.271000', '103907.274000', '103907.276000', '103907.279000', '103907.281000', '103927.162000', '103927.164000', '103927.167000', '103927.170000', '103927.172000', '103927.175000', '103927.177000', '103927.180000', '103927.182000', '103927.185000', '103927.188000', '103927.190000', '103927.193000', '103927.195000', '103927.198000', '103927.200000', '103927.203000', '103927.205000', '103927.208000', '103927.211000', '103927.213000', '103927.216000', '103927.218000', '103927.221000', '103927.223000', '103927.226000', '103927.228000', '103927.231000', '103927.234000', '103927.236000', '103927.239000', '103927.241000', '103927.244000', '103927.246000', '103927.249000', '103927.252000', '103927.254000', '103927.257000', '103927.259000', '103927.262000', '103927.264000', '103927.267000', '103927.269000', '103927.272000', '103947.161000', '103947.164000', '103947.167000', '103947.169000', '103947.172000', '103947.174000', '103947.177000', '103947.180000', '103947.182000', '103947.185000', '103947.187000', '103947.190000', '103947.193000', '103947.195000', '103947.198000', '103947.200000', '103947.203000', '103947.205000', '103947.208000', '103947.210000', '103947.213000', '103947.215000', '103947.218000', '103947.221000', '103947.223000', '103947.226000', '103947.228000', '103947.231000', '103947.233000', '103947.236000', '103947.239000', '103947.241000', '103947.244000', '103947.246000', '103947.249000', '103947.251000', '103947.254000', '103947.257000', '103947.259000', '103947.262000', '103947.264000', '103947.267000', '103947.269000', '104007.162000', '104007.164000', '104007.167000', '104007.171000', '104007.173000', '104007.176000', '104007.178000', '104007.181000', '104007.184000', '104007.186000', '104007.189000', '104007.191000', '104007.194000', '104007.197000', '104007.199000', '104007.202000', '104007.204000', '104007.207000', '104007.210000', '104007.212000', '104007.215000', '104007.217000', '104007.220000', '104007.223000', '104007.226000', '104007.229000', '104007.231000', '104007.234000', '104007.236000', '104007.239000', '104007.242000', '104007.244000', '104007.247000', '104007.249000', '104007.252000', '104007.255000', '104007.257000', '104007.260000', '104007.262000', '104007.265000', '104007.267000', '104007.270000', '104007.273000', '104007.275000', '104027.161000', '104027.163000', '104027.166000', '104027.169000', '104027.171000', '104027.174000', '104027.176000', '104027.179000', '104027.182000', '104027.184000', '104027.187000', '104027.189000', '104027.192000', '104027.194000', '104027.197000', '104027.200000', '104027.202000', '104027.205000', '104027.207000', '104027.210000', '104027.212000', '104027.215000', '104027.217000', '104027.220000', '104027.223000', '104027.225000', '104027.228000', '104027.230000', '104027.233000', '104027.235000', '104027.238000', '104027.241000', '104027.243000', '104027.246000', '104027.248000', '104027.251000', '104027.253000', '104027.256000', '104027.259000', '104027.261000', '104027.264000', '104027.266000', '104027.269000', '104027.397000'], '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': [11233, 9273, 8424, 9513, 8471, 7754, 8360, 8351, 7455, 8487, 7974, 8568, 8291, 8543, 7481, 10018, 8542, 8265, 9476, 8903, 12153, 10260, 13042, 9513, 10537, 9475, 8896, 10227, 8378, 9639, 9266, 9289, 8299, 8577, 7845, 8758, 8234, 8669, 7781, 9434, 7389, 7186, 6837, 6821, 9489, 8227, 8137, 10685, 8833, 10700, 9083, 11410, 9064, 12315, 9175, 13061, 10523, 9593, 10342, 9513, 10140, 8575, 11577, 9265, 11248, 10131, 12622, 9537, 12306, 8949, 12656, 9899, 9313, 10712, 10441, 9951, 11692, 9994, 10573, 10436, 9749, 10562, 9771, 10263, 9761, 10747, 9435, 10887, 10075, 10211, 9471, 10030, 9603, 12024, 9775, 10751, 9725, 10073, 10165, 10862, 9728, 12343, 9560, 10510, 9331, 10441, 8415, 9640, 8672, 10573, 9189, 12148, 9849, 9534, 9817, 9035, 11121, 10277, 13233, 10396, 13924, 10099, 11008, 9357, 12145, 11445, 14984, 9629, 11166, 9398, 9965, 9022, 10217, 9508, 10936, 9823, 8805, 8688, 8175, 8526, 9724, 9187, 8445, 9370, 9150, 9681, 9169, 9494, 9439, 9641, 9797, 10897, 9130, 10499, 9612, 10222, 9078, 11015, 9726, 10994, 9385, 11608, 9270, 10191, 8753, 9809, 9663, 9844, 11087, 9319, 10344, 9288, 9897, 8968, 11914, 9857, 9074, 9906, 8742, 9586, 9139, 11975, 9515, 12170, 9615, 11920, 8839, 13363, 10443, 10032, 10601, 10269, 9794, 9588, 10029, 9357, 13055, 9534, 11089, 9016, 10342, 8223, 12403, 9404, 9185, 8812, 9205, 8856, 10505, 10159, 9705, 11339, 8769, 9709, 8408, 9558, 7950, 8984, 8051, 10557, 8180, 9903, 8266, 10049, 7525, 11091, 8289, 11908, 10061, 10962, 10147, 9964, 9815, 9068, 9036, 9303, 12230, 9003, 10432, 8307, 10823, 10007, 9633, 14736, 9435, 10837, 8970, 10361, 8523, 11547, 9839, 11726, 8816, 11597, 9220, 11000, 9308, 11019, 9999, 11912, 8579, 11718, 7738, 11154, 7939, 11003, 9583, 10435, 7989, 10675, 8003, 10799, 8031, 10412, 7958, 11120, 8706, 7856, 8803, 7798, 8590, 7960, 11422, 9148, 12027, 8405, 11997, 8498, 11181, 8415, 10806, 8805, 9979, 7995, 9299, 7595, 9074, 8304, 10723, 8021, 11132, 7102, 6994, 7485, 6979, 9383, 6969, 7515, 8415, 6959, 10045, 7773, 7639, 10461, 10025, 15574, 11806, 9333, 9731, 8041, 9007, 9446, 8738, 12896, 9387, 9370, 11881, 13257, 17420, 12076, 11118, 9583, 10319, 10310, 10057, 16617, 10460, 13845, 9470, 12705, 9455, 10936, 9399, 11782, 9765, 8726, 8740, 7234, 8641, 7578, 10919, 8775, 13351, 8673, 10474, 8817, 9524, 9744, 10054, 13815, 9761, 13503, 8928, 8854, 8843, 9437, 12737, 9395, 12465, 9326, 10779, 9099, 13414, 10335, 9611, 10545, 10248, 9527, 12582, 9727, 14132, 11144, 11540, 9119, 11301, 8153, 12543, 8707, 11044, 9228, 10164, 9221, 9233, 8667, 11251, 9581, 9057, 9667, 9903, 9563, 9302, 9728, 9571, 12583, 9128, 12248, 8684, 12172, 9505, 9878, 9761, 9670, 9569, 9136, 10727, 9471, 13686, 9237, 12813, 9047, 12545, 10268, 9492, 10575, 8718, 8674, 7212, 11852, 9248, 9013, 10145, 9025, 9976, 9422, 14055, 10207, 12075, 10141, 9740, 11295, 11638, 17308, 13077, 9898, 11727, 9405, 8091, 13368, 16022, 9041, 12062, 8368, 7965, 8272, 7208, 9909, 7036, 8864, 9391, 10025, 15140, 12679, 16326, 14905, 15543, 18890, 16131, 16797, 16931, 13447, 13947, 11222, 9624, 9748, 10749, 9455, 9658, 9779, 8451, 12080, 9435, 8430, 9281, 9941, 8728, 9167, 8875, 9373, 11798, 10194, 10028, 9838, 8401, 7695, 8601, 8299, 9776, 8644, 11118, 9042, 11182, 8938, 11920, 9114, 12144, 8893, 12519, 8804, 8116, 8045, 7908, 8108, 7544, 8513, 7418, 10262, 7670, 12098, 9532, 14299, 7937, 12332, 8633, 11380, 8348, 10927, 8411, 11428, 9223, 11399, 7854, 9598, 7663, 7949, 7813, 7730, 7568, 7689, 10660, 7414, 10696, 7584, 10681, 7893, 9715, 9185, 8989, 10990, 9023, 9254, 9151, 8893, 7739, 7256, 10406, 7824, 13381, 7878, 9120, 7666, 7240, 10990, 8022, 12530, 8627, 8953, 13367, 17554, 16865, 12387, 9394, 9939, 9188, 11096, 8877, 13578, 11451, 16278, 8858, 12860, 9084, 11494, 8391, 13246, 10968, 10439, 9152, 10677, 9581, 9422, 10502, 8977, 10826, 8777, 9760, 7683, 9263, 7667, 8764, 7836, 8247, 8013, 8191, 8499, 9000, 11388, 8637, 11740, 8741, 12681, 9759, 13071, 8825, 12024, 8593, 10187, 7735, 9403, 7418, 9730, 8487, 10743, 7410, 11741, 7371, 8830, 8672, 8957, 13494, 8822, 10790, 7341, 12216, 7750, 13353, 9873, 12993, 9289, 12500, 14653, 17537, 15096, 11549, 9739, 10059, 8221, 13262, 9997, 9028, 10929, 8767, 11831, 8834, 13174, 9153, 10664, 12061, 10132, 12081, 10025, 13427, 10726, 13176, 11632, 13934, 8791, 9722, 7730, 9208, 7332, 11675, 7760, 7254, 7322, 7318, 11003, 8901, 12449, 8145, 12305, 8199, 12840, 8593, 12755, 10111, 9225, 8932, 9890, 8920, 10225, 9154, 9148, 9173, 8803, 7661, 8891, 7722, 9556, 7540, 9800, 7098, 8427, 7575, 7333, 7241, 7297, 7436, 7152, 11013, 10048, 11180, 10186, 8982, 11549, 8076, 8747, 8369, 8552, 9822, 9176, 12917, 9720, 14809, 11660, 12777, 13923, 11212, 17255, 14050, 16573, 15730, 15665, 17908, 16110, 17562, 12688, 15751, 10240, 13422, 9489, 11331, 10279, 10114, 10710, 9257, 11466, 8164, 9865, 8404, 8894, 8909, 7544, 8714, 7670, 8169, 7602, 9625, 7376, 10007, 7615, 8545, 7811, 7525, 9789, 7803, 10571, 8558, 9739, 9518, 8810, 9087, 8795, 8588, 9126, 8846, 11469, 8365, 11911, 8106, 10444, 8523, 8445, 10446, 7658, 9945, 7027, 7194, 12797, 8742, 7632, 10623, 7859, 7186, 11068, 11391, 14079, 15096, 15572, 10014, 14263, 11027, 8561, 12356, 10372, 8277, 13010, 14236, 10415, 12582, 15421, 13338, 17073, 14180, 16040, 18421, 14918, 18678, 13565, 12987, 14203, 11199, 11839, 10373, 9602, 11103, 10132, 12350, 10637, 12053, 10466, 10611, 9786, 11561, 9221, 10087, 7760, 8404, 7026, 7524, 6976, 6837, 6684, 7779, 6868, 7067, 6989, 6733, 9619, 6920, 11093, 8318, 11918, 9450, 11347, 9656, 9066, 9812, 9099, 12888, 10974, 12910, 9687, 11923, 7830, 14804, 9133, 15600, 11809, 15377, 11974, 13760, 11684, 11203, 15934, 11564, 14336, 11626, 9692, 15114, 10401, 11350, 11640, 9306, 13243, 8628, 7007, 7799, 7809, 7697, 9433, 7315, 11438, 7554, 8576, 9618, 9983, 15900, 12838, 15737, 13284, 13213, 18066, 12632, 17571, 13380, 13116, 9895, 8386, 9493, 8591, 15930, 9102, 8516, 9833], 'WindowCenter': [4378.0, 4327.0, 4300.0, 4307.0, 4296.0, 4287.0, 4283.0, 4282.0, 4272.0, 4292.0, 4283.0, 4295.0, 4296.0, 4294.0, 4286.0, 4304.0, 4294.0, 4298.0, 4307.0, 4307.0, 4326.0, 4316.0, 4337.0, 4307.0, 4316.0, 4305.0, 4308.0, 4317.0, 4298.0, 4306.0, 4307.0, 4310.0, 4297.0, 4309.0, 4312.0, 4321.0, 4313.0, 4311.0, 4311.0, 4334.0, 4317.0, 4316.0, 4304.0, 4306.0, 4345.0, 4338.0, 4326.0, 4348.0, 4337.0, 4346.0, 4337.0, 4355.0, 4336.0, 4367.0, 4347.0, 4366.0, 4347.0, 4335.0, 4345.0, 4334.0, 4334.0, 4325.0, 4354.0, 4334.0, 4355.0, 4345.0, 4366.0, 4345.0, 4365.0, 4336.0, 4365.0, 4346.0, 4334.0, 4345.0, 4343.0, 4333.0, 4354.0, 4346.0, 4344.0, 4346.0, 4332.0, 4334.0, 4331.0, 4333.0, 4331.0, 4342.0, 4320.0, 4342.0, 4330.0, 4331.0, 4323.0, 4333.0, 4321.0, 4343.0, 4319.0, 4331.0, 4318.0, 4320.0, 4320.0, 4329.0, 4319.0, 4341.0, 4319.0, 4317.0, 4310.0, 4329.0, 4312.0, 4320.0, 4309.0, 4318.0, 4309.0, 4340.0, 4318.0, 4319.0, 4319.0, 4320.0, 4334.0, 4332.0, 4351.0, 4319.0, 4348.0, 4319.0, 4316.0, 4311.0, 4331.0, 4327.0, 4348.0, 4306.0, 4314.0, 4295.0, 4305.0, 4295.0, 4306.0, 4304.0, 4314.0, 4308.0, 4307.0, 4298.0, 4298.0, 4312.0, 4321.0, 4320.0, 4311.0, 4320.0, 4323.0, 4318.0, 4312.0, 4318.0, 4308.0, 4320.0, 4322.0, 4331.0, 4308.0, 4319.0, 4323.0, 4320.0, 4311.0, 4329.0, 4323.0, 4330.0, 4321.0, 4343.0, 4326.0, 4331.0, 4315.0, 4325.0, 4321.0, 4324.0, 4332.0, 4311.0, 4322.0, 4319.0, 4323.0, 4325.0, 4341.0, 4332.0, 4325.0, 4333.0, 4311.0, 4324.0, 4324.0, 4342.0, 4334.0, 4342.0, 4324.0, 4341.0, 4324.0, 4351.0, 4333.0, 4323.0, 4320.0, 4320.0, 4319.0, 4309.0, 4321.0, 4311.0, 4340.0, 4308.0, 4316.0, 4309.0, 4316.0, 4313.0, 4338.0, 4323.0, 4310.0, 4310.0, 4309.0, 4309.0, 4319.0, 4318.0, 4310.0, 4331.0, 4297.0, 4308.0, 4298.0, 4309.0, 4299.0, 4309.0, 4301.0, 4331.0, 4310.0, 4321.0, 4310.0, 4322.0, 4305.0, 4343.0, 4313.0, 4343.0, 4324.0, 4331.0, 4319.0, 4319.0, 4319.0, 4323.0, 4313.0, 4322.0, 4342.0, 4311.0, 4321.0, 4311.0, 4331.0, 4320.0, 4321.0, 4351.0, 4309.0, 4330.0, 4310.0, 4319.0, 4309.0, 4331.0, 4321.0, 4329.0, 4298.0, 4329.0, 4307.0, 4316.0, 4307.0, 4317.0, 4307.0, 4317.0, 4296.0, 4326.0, 4286.0, 4319.0, 4299.0, 4318.0, 4308.0, 4318.0, 4287.0, 4318.0, 4288.0, 4318.0, 4300.0, 4318.0, 4299.0, 4330.0, 4311.0, 4300.0, 4310.0, 4301.0, 4312.0, 4313.0, 4343.0, 4324.0, 4344.0, 4314.0, 4343.0, 4313.0, 4331.0, 4311.0, 4332.0, 4311.0, 4320.0, 4301.0, 4310.0, 4301.0, 4311.0, 4310.0, 4334.0, 4314.0, 4341.0, 4306.0, 4318.0, 4314.0, 4319.0, 4337.0, 4317.0, 4316.0, 4326.0, 4319.0, 4351.0, 4329.0, 4344.0, 4360.0, 4346.0, 4390.0, 4355.0, 4334.0, 4333.0, 4326.0, 4339.0, 4349.0, 4337.0, 4367.0, 4338.0, 4338.0, 4356.0, 4364.0, 4386.0, 4345.0, 4331.0, 4321.0, 4333.0, 4332.0, 4323.0, 4374.0, 4331.0, 4353.0, 4311.0, 4340.0, 4308.0, 4318.0, 4312.0, 4328.0, 4319.0, 4300.0, 4298.0, 4291.0, 4311.0, 4304.0, 4343.0, 4315.0, 4355.0, 4314.0, 4334.0, 4323.0, 4324.0, 4322.0, 4322.0, 4355.0, 4335.0, 4368.0, 4327.0, 4322.0, 4322.0, 4324.0, 4355.0, 4323.0, 4343.0, 4322.0, 4331.0, 4324.0, 4354.0, 4334.0, 4325.0, 4332.0, 4322.0, 4310.0, 4342.0, 4310.0, 4352.0, 4331.0, 4330.0, 4310.0, 4319.0, 4298.0, 4338.0, 4312.0, 4330.0, 4310.0, 4319.0, 4309.0, 4310.0, 4312.0, 4331.0, 4323.0, 4311.0, 4322.0, 4333.0, 4322.0, 4322.0, 4323.0, 4324.0, 4344.0, 4323.0, 4343.0, 4314.0, 4344.0, 4326.0, 4325.0, 4323.0, 4324.0, 4323.0, 4325.0, 4345.0, 4337.0, 4365.0, 4324.0, 4354.0, 4325.0, 4369.0, 4347.0, 4324.0, 4346.0, 4327.0, 4325.0, 4300.0, 4326.0, 4321.0, 4310.0, 4318.0, 4308.0, 4319.0, 4322.0, 4364.0, 4347.0, 4354.0, 4332.0, 4336.0, 4344.0, 4346.0, 4386.0, 4354.0, 4323.0, 4371.0, 4323.0, 4295.0, 4340.0, 4359.0, 4309.0, 4338.0, 4298.0, 4296.0, 4307.0, 4298.0, 4305.0, 4272.0, 4302.0, 4306.0, 4316.0, 4346.0, 4337.0, 4357.0, 4345.0, 4344.0, 4342.0, 4331.0, 4330.0, 4321.0, 4284.0, 4282.0, 4263.0, 4248.0, 4249.0, 4260.0, 4250.0, 4263.0, 4264.0, 4253.0, 4283.0, 4267.0, 4254.0, 4264.0, 4278.0, 4266.0, 4267.0, 4267.0, 4279.0, 4301.0, 4292.0, 4281.0, 4281.0, 4270.0, 4275.0, 4297.0, 4297.0, 4308.0, 4299.0, 4317.0, 4300.0, 4318.0, 4299.0, 4319.0, 4297.0, 4329.0, 4298.0, 4329.0, 4300.0, 4289.0, 4300.0, 4301.0, 4302.0, 4314.0, 4324.0, 4316.0, 4336.0, 4317.0, 4357.0, 4336.0, 4366.0, 4316.0, 4353.0, 4315.0, 4343.0, 4316.0, 4334.0, 4313.0, 4345.0, 4324.0, 4343.0, 4315.0, 4325.0, 4302.0, 4315.0, 4313.0, 4313.0, 4316.0, 4319.0, 4349.0, 4319.0, 4350.0, 4320.0, 4348.0, 4319.0, 4338.0, 4337.0, 4340.0, 4359.0, 4337.0, 4339.0, 4336.0, 4340.0, 4329.0, 4318.0, 4362.0, 4331.0, 4381.0, 4330.0, 4353.0, 4330.0, 4322.0, 4372.0, 4344.0, 4370.0, 4350.0, 4354.0, 4395.0, 4414.0, 4389.0, 4357.0, 4326.0, 4335.0, 4336.0, 4347.0, 4325.0, 4367.0, 4347.0, 4376.0, 4327.0, 4356.0, 4324.0, 4344.0, 4302.0, 4344.0, 4333.0, 4320.0, 4310.0, 4321.0, 4309.0, 4311.0, 4320.0, 4300.0, 4318.0, 4298.0, 4310.0, 4301.0, 4322.0, 4304.0, 4312.0, 4316.0, 4314.0, 4316.0, 4315.0, 4327.0, 4326.0, 4345.0, 4314.0, 4344.0, 4315.0, 4354.0, 4324.0, 4343.0, 4314.0, 4343.0, 4312.0, 4320.0, 4303.0, 4322.0, 4304.0, 4322.0, 4327.0, 4345.0, 4305.0, 4345.0, 4305.0, 4339.0, 4327.0, 4326.0, 4367.0, 4340.0, 4406.0, 4348.0, 4386.0, 4335.0, 4367.0, 4312.0, 4340.0, 4278.0, 4315.0, 4350.0, 4371.0, 4364.0, 4331.0, 4307.0, 4305.0, 4299.0, 4340.0, 4321.0, 4313.0, 4335.0, 4314.0, 4343.0, 4313.0, 4353.0, 4313.0, 4321.0, 4343.0, 4319.0, 4330.0, 4309.0, 4341.0, 4320.0, 4328.0, 4317.0, 4327.0, 4285.0, 4282.0, 4274.0, 4284.0, 4277.0, 4329.0, 4288.0, 4277.0, 4289.0, 4291.0, 4333.0, 4312.0, 4332.0, 4289.0, 4328.0, 4288.0, 4331.0, 4299.0, 4340.0, 4322.0, 4299.0, 4300.0, 4308.0, 4298.0, 4308.0, 4308.0, 4298.0, 4308.0, 4298.0, 4288.0, 4310.0, 4291.0, 4311.0, 4300.0, 4321.0, 4300.0, 4312.0, 4302.0, 4302.0, 4304.0, 4329.0, 4341.0, 4333.0, 4373.0, 4361.0, 4363.0, 4346.0, 4328.0, 4346.0, 4306.0, 4314.0, 4325.0, 4328.0, 4350.0, 4338.0, 4370.0, 4338.0, 4379.0, 4346.0, 4357.0, 4380.0, 4347.0, 4378.0, 4356.0, 4366.0, 4353.0, 4352.0, 4350.0, 4326.0, 4334.0, 4290.0, 4308.0, 4266.0, 4285.0, 4255.0, 4277.0, 4265.0, 4265.0, 4264.0, 4254.0, 4274.0, 4244.0, 4264.0, 4245.0, 4256.0, 4267.0, 4259.0, 4281.0, 4274.0, 4285.0, 4277.0, 4296.0, 4277.0, 4308.0, 4289.0, 4301.0, 4291.0, 4292.0, 4320.0, 4304.0, 4335.0, 4313.0, 4323.0, 4324.0, 4313.0, 4313.0, 4313.0, 4314.0, 4326.0, 4326.0, 4345.0, 4316.0, 4344.0, 4329.0, 4359.0, 4340.0, 4342.0, 4362.0, 4334.0, 4378.0, 4350.0, 4348.0, 4397.0, 4353.0, 4318.0, 4335.0, 4302.0, 4276.0, 4318.0, 4334.0, 4368.0, 4378.0, 4391.0, 4348.0, 4378.0, 4355.0, 4322.0, 4351.0, 4318.0, 4296.0, 4337.0, 4324.0, 4289.0, 4308.0, 4318.0, 4308.0, 4329.0, 4308.0, 4318.0, 4327.0, 4295.0, 4314.0, 4281.0, 4281.0, 4279.0, 4271.0, 4256.0, 4248.0, 4238.0, 4257.0, 4249.0, 4271.0, 4261.0, 4271.0, 4263.0, 4262.0, 4252.0, 4274.0, 4255.0, 4264.0, 4234.0, 4244.0, 4237.0, 4258.0, 4262.0, 4266.0, 4278.0, 4289.0, 4281.0, 4295.0, 4306.0, 4296.0, 4336.0, 4318.0, 4371.0, 4340.0, 4357.0, 4337.0, 4345.0, 4324.0, 4322.0, 4323.0, 4313.0, 4357.0, 4344.0, 4356.0, 4324.0, 4370.0, 4315.0, 4362.0, 4323.0, 4374.0, 4355.0, 4378.0, 4342.0, 4351.0, 4339.0, 4331.0, 4347.0, 4314.0, 4335.0, 4319.0, 4292.0, 4344.0, 4315.0, 4326.0, 4327.0, 4318.0, 4347.0, 4309.0, 4284.0, 4292.0, 4281.0, 4281.0, 4300.0, 4272.0, 4309.0, 4270.0, 4280.0, 4279.0, 4278.0, 4333.0, 4311.0, 4331.0, 4322.0, 4310.0, 4342.0, 4302.0, 4328.0, 4297.0, 4294.0, 4263.0, 4255.0, 4276.0, 4268.0, 4319.0, 4269.0, 4267.0, 4277.0], 'WindowWidth': [9666.0, 9571.0, 9524.0, 9529.0, 9513.0, 9501.0, 9490.0, 9485.0, 9474.0, 9501.0, 9489.0, 9509.0, 9510.0, 9503.0, 9495.0, 9519.0, 9505.0, 9518.0, 9526.0, 9523.0, 9552.0, 9538.0, 9567.0, 9525.0, 9536.0, 9519.0, 9529.0, 9540.0, 9515.0, 9523.0, 9525.0, 9533.0, 9516.0, 9532.0, 9540.0, 9552.0, 9545.0, 9537.0, 9543.0, 9580.0, 9558.0, 9554.0, 9537.0, 9541.0, 9594.0, 9586.0, 9570.0, 9601.0, 9582.0, 9595.0, 9584.0, 9607.0, 9583.0, 9626.0, 9599.0, 9625.0, 9598.0, 9578.0, 9590.0, 9574.0, 9573.0, 9566.0, 9604.0, 9578.0, 9607.0, 9593.0, 9622.0, 9593.0, 9621.0, 9583.0, 9622.0, 9596.0, 9578.0, 9593.0, 9587.0, 9574.0, 9605.0, 9593.0, 9589.0, 9593.0, 9570.0, 9573.0, 9567.0, 9571.0, 9569.0, 9583.0, 9552.0, 9583.0, 9564.0, 9565.0, 9557.0, 9570.0, 9552.0, 9586.0, 9548.0, 9564.0, 9545.0, 9547.0, 9551.0, 9562.0, 9546.0, 9580.0, 9545.0, 9541.0, 9533.0, 9561.0, 9540.0, 9548.0, 9534.0, 9543.0, 9532.0, 9577.0, 9545.0, 9545.0, 9545.0, 9548.0, 9571.0, 9567.0, 9594.0, 9547.0, 9587.0, 9544.0, 9538.0, 9533.0, 9562.0, 9554.0, 9583.0, 9522.0, 9530.0, 9504.0, 9517.0, 9506.0, 9520.0, 9518.0, 9531.0, 9526.0, 9523.0, 9513.0, 9516.0, 9537.0, 9549.0, 9549.0, 9537.0, 9548.0, 9553.0, 9544.0, 9538.0, 9544.0, 9532.0, 9548.0, 9552.0, 9565.0, 9529.0, 9545.0, 9553.0, 9547.0, 9538.0, 9560.0, 9556.0, 9562.0, 9550.0, 9585.0, 9561.0, 9565.0, 9544.0, 9558.0, 9553.0, 9558.0, 9567.0, 9533.0, 9550.0, 9545.0, 9556.0, 9560.0, 9581.0, 9568.0, 9559.0, 9568.0, 9540.0, 9559.0, 9560.0, 9585.0, 9574.0, 9584.0, 9557.0, 9578.0, 9558.0, 9595.0, 9570.0, 9554.0, 9547.0, 9547.0, 9543.0, 9531.0, 9549.0, 9536.0, 9577.0, 9529.0, 9539.0, 9530.0, 9539.0, 9540.0, 9570.0, 9553.0, 9534.0, 9532.0, 9531.0, 9530.0, 9544.0, 9543.0, 9531.0, 9563.0, 9513.0, 9525.0, 9515.0, 9529.0, 9517.0, 9532.0, 9524.0, 9562.0, 9536.0, 9551.0, 9537.0, 9553.0, 9533.0, 9584.0, 9544.0, 9583.0, 9559.0, 9564.0, 9545.0, 9544.0, 9543.0, 9555.0, 9541.0, 9554.0, 9579.0, 9537.0, 9549.0, 9537.0, 9562.0, 9547.0, 9548.0, 9595.0, 9532.0, 9560.0, 9531.0, 9544.0, 9532.0, 9562.0, 9549.0, 9557.0, 9515.0, 9556.0, 9525.0, 9534.0, 9525.0, 9538.0, 9523.0, 9537.0, 9508.0, 9547.0, 9496.0, 9542.0, 9517.0, 9541.0, 9527.0, 9539.0, 9499.0, 9538.0, 9501.0, 9541.0, 9517.0, 9540.0, 9516.0, 9559.0, 9536.0, 9520.0, 9533.0, 9524.0, 9537.0, 9541.0, 9582.0, 9558.0, 9585.0, 9542.0, 9580.0, 9542.0, 9563.0, 9537.0, 9564.0, 9535.0, 9547.0, 9523.0, 9533.0, 9524.0, 9536.0, 9537.0, 9571.0, 9543.0, 9579.0, 9540.0, 9558.0, 9548.0, 9560.0, 9578.0, 9557.0, 9552.0, 9570.0, 9562.0, 9607.0, 9575.0, 9604.0, 9622.0, 9598.0, 9660.0, 9607.0, 9576.0, 9574.0, 9566.0, 9584.0, 9599.0, 9583.0, 9623.0, 9584.0, 9582.0, 9608.0, 9615.0, 9650.0, 9586.0, 9565.0, 9550.0, 9567.0, 9567.0, 9555.0, 9629.0, 9563.0, 9596.0, 9535.0, 9573.0, 9526.0, 9539.0, 9534.0, 9555.0, 9543.0, 9519.0, 9515.0, 9509.0, 9536.0, 9531.0, 9581.0, 9546.0, 9599.0, 9543.0, 9569.0, 9555.0, 9555.0, 9553.0, 9553.0, 9602.0, 9575.0, 9625.0, 9567.0, 9556.0, 9555.0, 9556.0, 9601.0, 9555.0, 9582.0, 9551.0, 9565.0, 9558.0, 9600.0, 9572.0, 9558.0, 9565.0, 9551.0, 9533.0, 9577.0, 9533.0, 9594.0, 9563.0, 9560.0, 9531.0, 9544.0, 9514.0, 9569.0, 9536.0, 9561.0, 9533.0, 9544.0, 9530.0, 9532.0, 9536.0, 9563.0, 9554.0, 9537.0, 9550.0, 9568.0, 9552.0, 9552.0, 9555.0, 9557.0, 9584.0, 9556.0, 9582.0, 9543.0, 9587.0, 9561.0, 9560.0, 9556.0, 9557.0, 9554.0, 9559.0, 9589.0, 9577.0, 9614.0, 9558.0, 9598.0, 9559.0, 9628.0, 9594.0, 9558.0, 9597.0, 9570.0, 9563.0, 9525.0, 9551.0, 9553.0, 9533.0, 9544.0, 9531.0, 9547.0, 9552.0, 9614.0, 9596.0, 9600.0, 9567.0, 9579.0, 9587.0, 9591.0, 9656.0, 9602.0, 9555.0, 9637.0, 9559.0, 9507.0, 9573.0, 9601.0, 9529.0, 9573.0, 9516.0, 9513.0, 9528.0, 9518.0, 9521.0, 9476.0, 9516.0, 9528.0, 9538.0, 9584.0, 9570.0, 9601.0, 9577.0, 9570.0, 9574.0, 9554.0, 9549.0, 9539.0, 9474.0, 9467.0, 9436.0, 9409.0, 9418.0, 9432.0, 9419.0, 9442.0, 9443.0, 9431.0, 9474.0, 9450.0, 9430.0, 9443.0, 9467.0, 9451.0, 9452.0, 9452.0, 9471.0, 9504.0, 9492.0, 9476.0, 9475.0, 9463.0, 9475.0, 9508.0, 9509.0, 9526.0, 9514.0, 9538.0, 9516.0, 9537.0, 9513.0, 9541.0, 9510.0, 9552.0, 9511.0, 9553.0, 9514.0, 9500.0, 9517.0, 9521.0, 9524.0, 9545.0, 9557.0, 9551.0, 9576.0, 9555.0, 9608.0, 9579.0, 9618.0, 9550.0, 9599.0, 9546.0, 9583.0, 9547.0, 9569.0, 9541.0, 9587.0, 9560.0, 9582.0, 9545.0, 9557.0, 9527.0, 9546.0, 9544.0, 9545.0, 9552.0, 9560.0, 9601.0, 9560.0, 9601.0, 9561.0, 9597.0, 9558.0, 9584.0, 9582.0, 9586.0, 9614.0, 9582.0, 9587.0, 9580.0, 9588.0, 9573.0, 9560.0, 9622.0, 9580.0, 9645.0, 9577.0, 9610.0, 9580.0, 9566.0, 9637.0, 9604.0, 9633.0, 9608.0, 9619.0, 9678.0, 9706.0, 9659.0, 9608.0, 9563.0, 9574.0, 9579.0, 9595.0, 9562.0, 9625.0, 9595.0, 9633.0, 9567.0, 9605.0, 9558.0, 9584.0, 9524.0, 9585.0, 9566.0, 9547.0, 9531.0, 9547.0, 9529.0, 9536.0, 9546.0, 9517.0, 9541.0, 9513.0, 9530.0, 9521.0, 9551.0, 9533.0, 9541.0, 9551.0, 9547.0, 9549.0, 9548.0, 9567.0, 9565.0, 9589.0, 9544.0, 9585.0, 9546.0, 9600.0, 9558.0, 9582.0, 9542.0, 9583.0, 9540.0, 9547.0, 9527.0, 9552.0, 9533.0, 9554.0, 9566.0, 9587.0, 9534.0, 9589.0, 9537.0, 9589.0, 9570.0, 9567.0, 9623.0, 9592.0, 9712.0, 9618.0, 9661.0, 9585.0, 9618.0, 9531.0, 9574.0, 9470.0, 9530.0, 9591.0, 9622.0, 9615.0, 9560.0, 9524.0, 9518.0, 9514.0, 9576.0, 9551.0, 9542.0, 9573.0, 9543.0, 9581.0, 9541.0, 9594.0, 9540.0, 9551.0, 9581.0, 9542.0, 9561.0, 9528.0, 9573.0, 9542.0, 9553.0, 9537.0, 9548.0, 9487.0, 9481.0, 9471.0, 9486.0, 9481.0, 9554.0, 9499.0, 9484.0, 9501.0, 9510.0, 9566.0, 9537.0, 9562.0, 9503.0, 9555.0, 9500.0, 9560.0, 9516.0, 9575.0, 9549.0, 9514.0, 9516.0, 9525.0, 9511.0, 9526.0, 9526.0, 9512.0, 9525.0, 9512.0, 9500.0, 9531.0, 9506.0, 9534.0, 9520.0, 9551.0, 9524.0, 9541.0, 9527.0, 9529.0, 9534.0, 9577.0, 9599.0, 9592.0, 9642.0, 9621.0, 9624.0, 9594.0, 9568.0, 9589.0, 9536.0, 9546.0, 9565.0, 9574.0, 9606.0, 9585.0, 9629.0, 9586.0, 9644.0, 9594.0, 9608.0, 9645.0, 9591.0, 9641.0, 9605.0, 9622.0, 9597.0, 9590.0, 9589.0, 9544.0, 9555.0, 9483.0, 9506.0, 9444.0, 9471.0, 9429.0, 9462.0, 9441.0, 9441.0, 9439.0, 9425.0, 9452.0, 9412.0, 9440.0, 9416.0, 9433.0, 9451.0, 9445.0, 9478.0, 9474.0, 9488.0, 9482.0, 9505.0, 9482.0, 9523.0, 9500.0, 9518.0, 9507.0, 9509.0, 9546.0, 9528.0, 9571.0, 9540.0, 9558.0, 9555.0, 9538.0, 9538.0, 9538.0, 9543.0, 9560.0, 9563.0, 9586.0, 9547.0, 9585.0, 9576.0, 9615.0, 9591.0, 9597.0, 9625.0, 9590.0, 9659.0, 9625.0, 9617.0, 9679.0, 9613.0, 9552.0, 9573.0, 9522.0, 9478.0, 9536.0, 9567.0, 9625.0, 9636.0, 9663.0, 9599.0, 9642.0, 9611.0, 9562.0, 9600.0, 9548.0, 9517.0, 9570.0, 9546.0, 9489.0, 9513.0, 9529.0, 9514.0, 9552.0, 9516.0, 9527.0, 9542.0, 9489.0, 9519.0, 9462.0, 9460.0, 9459.0, 9448.0, 9421.0, 9409.0, 9394.0, 9424.0, 9411.0, 9445.0, 9431.0, 9445.0, 9438.0, 9433.0, 9421.0, 9453.0, 9428.0, 9439.0, 9398.0, 9412.0, 9409.0, 9439.0, 9455.0, 9468.0, 9489.0, 9502.0, 9495.0, 9517.0, 9534.0, 9522.0, 9577.0, 9561.0, 9635.0, 9592.0, 9609.0, 9580.0, 9588.0, 9559.0, 9555.0, 9555.0, 9542.0, 9607.0, 9588.0, 9606.0, 9560.0, 9633.0, 9551.0, 9611.0, 9558.0, 9631.0, 9607.0, 9642.0, 9585.0, 9595.0, 9574.0, 9563.0, 9583.0, 9531.0, 9563.0, 9543.0, 9500.0, 9575.0, 9535.0, 9552.0, 9560.0, 9549.0, 9591.0, 9539.0, 9501.0, 9510.0, 9491.0, 9490.0, 9512.0, 9472.0, 9516.0, 9467.0, 9478.0, 9470.0, 9469.0, 9556.0, 9522.0, 9546.0, 9538.0, 9516.0, 9566.0, 9505.0, 9538.0, 9489.0, 9482.0, 9439.0, 9430.0, 9464.0, 9454.0, 9525.0, 9456.0, 9452.0, 9465.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.01029645125958379</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.07161863756845566</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.45450722115132</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2309161958114034</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1187956220942976</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5124</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3674.7122</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1726678515116472</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>217</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>23.767798466593646</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.535929977102624</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4936721223644054</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.679547481569155</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.434570327374311</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0176721</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.005485471338033676</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02839125320315361</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.42990382370118</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>13.3398</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.8488</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>230.8706</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293757.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1133.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>420.5774</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1978</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.0063</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3516.4964</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3656.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82787.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1597.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4507.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>825.2951</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.916245499509387</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> |