=== 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-0079 --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-0079",
"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-0079_ses-02_task-alignvideo_acq-mb8_run-04_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-0079_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0079_suffix-bold_task-alignvideo" 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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0079_suffix-bold_task-alignvideo" 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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0079_suffix-bold_task-alignvideo" 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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0079_suffix-bold_task-alignvideo" 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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0079_suffix-bold_task-alignvideo" 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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0079_suffix-bold_task-alignvideo" 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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0079_suffix-bold_task-alignvideo" 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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_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-0079/ses-02/func/sub-0079_ses-02_task-alignvideo_acq-mb8_run-04_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>49157b94ed935f262f1bc0d1b072333b</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>14:11:8.977500</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.997754, -0.00660424, 0.0666654, 0.00383113, 0.999125, 0.0416399]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_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.0984047</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-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>40</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4175, -7749, -7280, 499, 46, -97, 117, 45]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.486</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4b292d3d-466c-4bb0-8d68-c2cc9046850f||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.6768996715545654, 0.010278635658323765, 0.18058161437511444, 106.04688262939453], [0.017718689516186714, 2.6805801391601562, 0.11148562282323837, -92.37077331542969], [0.17885836958885193, -0.1117168515920639, 2.6916465759277344, -76.86799621582031], [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': ['141108.977500', '141109.437500', '141109.897500', '141110.357500', '141110.817500', '141111.277500', '141111.737500', '141112.197500', '141112.657500', '141113.117500', '141113.577500', '141114.037500', '141114.497500', '141114.957500', '141115.417500', '141115.877500', '141116.337500', '141116.797500', '141117.257500', '141117.717500', '141118.177500', '141118.637500', '141119.097500', '141119.557500', '141120.017500', '141120.477500', '141120.937500', '141121.397500', '141121.857500', '141122.317500', '141122.777500', '141123.237500', '141123.697500', '141124.157500', '141124.617500', '141125.077500', '141125.537500', '141125.997500', '141126.457500', '141126.917500', '141127.377500', '141127.837500', '141128.297500', '141128.757500', '141129.217500', '141129.677500', '141130.137500', '141130.597500', '141131.057500', '141131.517500', '141131.977500', '141132.437500', '141132.897500', '141133.357500', '141133.817500', '141134.277500', '141134.737500', '141135.197500', '141135.657500', '141136.117500', '141136.577500', '141137.037500', '141137.497500', '141137.957500', '141138.417500', '141138.877500', '141139.337500', '141139.797500', '141140.257500', '141140.717500', '141141.177500', '141141.637500', '141142.097500', '141142.557500', '141143.017500', '141143.477500', '141143.937500', '141144.397500', '141144.857500', '141145.317500', '141145.777500', '141146.237500', '141146.697500', '141147.157500', '141147.617500', '141148.077500', '141148.537500', '141148.997500', '141149.457500', '141149.917500', '141150.377500', '141150.837500', '141151.297500', '141151.757500', '141152.217500', '141152.677500', '141153.137500', '141153.597500', '141154.057500', '141154.517500', '141154.977500', '141155.437500', '141155.897500', '141156.357500', '141156.817500', '141157.277500', '141157.737500', '141158.197500', '141158.657500', '141159.117500', '141159.577500', '141200.037500', '141200.497500', '141200.957500', '141201.417500', '141201.877500', '141202.337500', '141202.797500', '141203.257500', '141203.717500', '141204.177500', '141204.637500', '141205.097500', '141205.557500', '141206.017500', '141206.477500', '141206.937500', '141207.397500', '141207.857500', '141208.317500', '141208.777500', '141209.237500', '141209.697500', '141210.157500', '141210.617500', '141211.077500', '141211.537500', '141211.997500', '141212.457500', '141212.917500', '141213.377500', '141213.837500', '141214.297500', '141214.757500', '141215.217500', '141215.677500', '141216.137500', '141216.597500', '141217.057500', '141217.517500', '141217.977500', '141218.437500', '141218.897500', '141219.357500', '141219.817500', '141220.277500', '141220.737500', '141221.197500', '141221.657500', '141222.117500', '141222.577500', '141223.037500', '141223.497500', '141223.957500', '141224.417500', '141224.877500', '141225.337500', '141225.797500', '141226.257500', '141226.717500', '141227.177500', '141227.637500', '141228.097500', '141228.557500', '141229.017500', '141229.477500', '141229.937500', '141230.397500', '141230.857500', '141231.317500', '141231.777500', '141232.237500', '141232.697500', '141233.157500', '141233.617500', '141234.077500', '141234.537500', '141234.997500', '141235.457500', '141235.917500', '141236.377500', '141236.837500', '141237.297500', '141237.757500', '141238.217500', '141238.677500', '141239.137500', '141239.597500', '141240.057500', '141240.517500', '141240.977500', '141241.437500', '141241.897500', '141242.357500', '141242.817500', '141243.277500', '141243.737500', '141244.197500', '141244.657500', '141245.117500', '141245.577500', '141246.037500', '141246.497500', '141246.957500', '141247.417500', '141247.877500', '141248.337500', '141248.797500', '141249.257500', '141249.717500', '141250.177500', '141250.637500', '141251.097500', '141251.557500', '141252.017500', '141252.477500', '141252.937500', '141253.397500', '141253.857500', '141254.317500', '141254.777500', '141255.237500', '141255.697500', '141256.157500', '141256.617500', '141257.077500', '141257.537500', '141257.997500', '141258.457500', '141258.917500', '141259.377500', '141259.837500', '141300.297500', '141300.757500', '141301.217500', '141301.677500', '141302.137500', '141302.597500', '141303.057500', '141303.517500', '141303.977500', '141304.437500', '141304.897500', '141305.357500', '141305.817500', '141306.277500', '141306.737500', '141307.197500', '141307.657500', '141308.117500', '141308.577500', '141309.037500', '141309.497500', '141309.957500', '141310.417500', '141310.877500', '141311.337500', '141311.797500', '141312.257500', '141312.717500', '141313.177500', '141313.637500', '141314.097500', '141314.557500', '141315.017500', '141315.477500', '141315.937500', '141316.397500', '141316.857500', '141317.317500', '141317.777500', '141318.237500', '141318.697500', '141319.157500', '141319.617500', '141320.077500', '141320.537500', '141320.997500', '141321.457500', '141321.917500', '141322.377500', '141322.837500', '141323.297500', '141323.757500', '141324.217500', '141324.677500', '141325.137500', '141325.597500', '141326.057500', '141326.517500', '141326.977500', '141327.437500', '141327.897500', '141328.357500', '141328.817500', '141329.277500', '141329.737500', '141330.197500', '141330.657500', '141331.117500', '141331.577500', '141332.037500', '141332.497500', '141332.957500', '141333.417500', '141333.877500', '141334.337500', '141334.797500', '141335.257500', '141335.717500', '141336.177500', '141336.637500', '141337.097500', '141337.557500', '141338.017500', '141338.477500', '141338.937500', '141339.397500', '141339.857500', '141340.317500', '141340.777500', '141341.237500', '141341.697500', '141342.157500', '141342.617500', '141343.077500', '141343.537500', '141343.997500', '141344.457500', '141344.917500', '141345.377500', '141345.837500', '141346.297500', '141346.757500', '141347.217500', '141347.677500', '141348.137500', '141348.597500', '141349.057500', '141349.517500', '141349.977500', '141350.437500', '141350.897500', '141351.357500', '141351.817500', '141352.277500', '141352.737500', '141353.197500', '141353.657500', '141354.117500', '141354.577500', '141355.037500', '141355.497500', '141355.957500', '141356.417500', '141356.877500', '141357.337500', '141357.797500', '141358.257500', '141358.717500', '141359.177500', '141359.637500', '141400.097500', '141400.557500', '141401.017500', '141401.477500', '141401.937500', '141402.397500', '141402.857500', '141403.317500', '141403.777500', '141404.237500', '141404.697500', '141405.157500', '141405.617500', '141406.077500', '141406.537500', '141406.997500', '141407.457500', '141407.917500', '141408.377500', '141408.837500', '141409.297500', '141409.757500', '141410.217500', '141410.677500', '141411.137500', '141411.597500', '141412.057500', '141412.517500', '141412.977500', '141413.437500', '141413.897500', '141414.357500', '141414.817500', '141415.277500', '141415.737500', '141416.197500', '141416.657500', '141417.117500', '141417.577500', '141418.037500', '141418.497500', '141418.957500', '141419.417500', '141419.877500', '141420.337500', '141420.797500', '141421.257500', '141421.717500', '141422.177500', '141422.637500', '141423.097500', '141423.557500', '141424.017500', '141424.477500', '141424.937500', '141425.397500', '141425.857500', '141426.317500', '141426.777500', '141427.237500', '141427.697500', '141428.157500', '141428.617500', '141429.077500', '141429.537500', '141429.997500', '141430.457500', '141430.917500', '141431.377500', '141431.837500', '141432.297500', '141432.757500', '141433.217500', '141433.677500', '141434.137500', '141434.597500', '141435.057500', '141435.517500', '141435.977500', '141436.437500', '141436.897500', '141437.357500', '141437.817500', '141438.277500', '141438.737500', '141439.197500', '141439.657500', '141440.117500', '141440.577500', '141441.037500', '141441.497500', '141441.957500', '141442.417500', '141442.877500', '141443.337500', '141443.797500', '141444.257500', '141444.717500', '141445.177500', '141445.637500', '141446.097500', '141446.557500', '141447.017500', '141447.477500', '141447.937500', '141448.397500', '141448.857500', '141449.317500', '141449.777500', '141450.237500', '141450.697500', '141451.157500', '141451.617500', '141452.077500', '141452.537500', '141452.997500', '141453.457500', '141453.917500', '141454.377500', '141454.837500', '141455.297500', '141455.757500', '141456.217500', '141456.677500', '141457.137500', '141457.597500', '141458.057500', '141458.517500', '141458.977500', '141459.437500', '141459.897500', '141500.357500', '141500.817500', '141501.277500', '141501.737500', '141502.197500', '141502.657500', '141503.117500', '141503.577500', '141504.037500', '141504.497500', '141504.957500', '141505.417500', '141505.877500', '141506.337500', '141506.797500', '141507.257500', '141507.717500', '141508.177500', '141508.637500', '141509.097500', '141509.557500', '141510.017500', '141510.477500', '141510.937500', '141511.397500', '141511.857500', '141512.317500', '141512.777500', '141513.237500', '141513.697500', '141514.157500', '141514.617500', '141515.077500', '141515.537500', '141515.997500', '141516.457500', '141516.917500', '141517.377500', '141517.837500', '141518.297500', '141518.757500', '141519.217500', '141519.677500', '141520.137500', '141520.597500', '141521.057500', '141521.517500', '141521.977500', '141522.437500', '141522.897500', '141523.357500', '141523.817500', '141524.277500', '141524.737500', '141525.197500', '141525.657500', '141526.117500', '141526.577500', '141527.037500', '141527.497500', '141527.957500', '141528.417500', '141528.877500', '141529.337500', '141529.797500', '141530.257500', '141530.717500', '141531.177500', '141531.637500', '141532.097500', '141532.557500', '141533.017500', '141533.477500', '141533.937500', '141534.397500', '141534.857500', '141535.317500', '141535.777500', '141536.237500', '141536.697500', '141537.157500', '141537.617500', '141538.077500', '141538.537500', '141538.997500', '141539.457500', '141539.917500', '141540.377500', '141540.837500', '141541.297500', '141541.757500', '141542.217500', '141542.677500', '141543.137500', '141543.597500', '141544.057500', '141544.517500', '141544.977500', '141545.437500', '141545.897500', '141546.357500', '141546.817500', '141547.277500', '141547.737500', '141548.197500', '141548.657500', '141549.117500', '141549.577500', '141550.037500', '141550.497500', '141550.957500', '141551.417500', '141551.877500', '141552.337500', '141552.797500', '141553.257500', '141553.717500', '141554.177500', '141554.637500', '141555.097500', '141555.557500', '141556.017500', '141556.477500', '141556.937500', '141557.397500', '141557.857500', '141558.317500', '141558.777500', '141559.237500', '141559.697500', '141600.157500', '141600.617500', '141601.077500', '141601.537500', '141601.997500', '141602.457500', '141602.917500', '141603.377500', '141603.837500', '141604.297500', '141604.757500', '141605.217500', '141605.677500', '141606.137500', '141606.597500', '141607.057500', '141607.517500', '141607.977500', '141608.437500', '141608.897500', '141609.357500', '141609.817500', '141610.277500', '141610.737500', '141611.197500', '141611.657500', '141612.117500', '141612.577500', '141613.037500', '141613.497500', '141613.957500', '141614.417500', '141614.877500', '141615.337500', '141615.797500', '141616.257500', '141616.717500', '141617.177500', '141617.637500', '141618.097500', '141618.557500', '141619.017500', '141619.477500', '141619.937500', '141620.397500', '141620.857500', '141621.317500', '141621.777500', '141622.237500', '141622.697500', '141623.157500', '141623.617500', '141624.077500', '141624.537500', '141624.997500', '141625.457500', '141625.917500', '141626.377500', '141626.837500', '141627.297500', '141627.757500', '141628.217500', '141628.677500', '141629.137500', '141629.597500', '141630.057500', '141630.517500', '141630.977500', '141631.437500', '141631.897500', '141632.357500', '141632.817500', '141633.277500', '141633.737500', '141634.197500', '141634.657500', '141635.117500', '141635.577500', '141636.037500', '141636.497500', '141636.957500', '141637.417500', '141637.877500', '141638.337500', '141638.797500', '141639.257500', '141639.717500', '141640.177500', '141640.637500', '141641.097500', '141641.557500', '141642.017500', '141642.477500', '141642.937500', '141643.397500', '141643.857500', '141644.317500', '141644.777500', '141645.237500', '141645.697500', '141646.157500', '141646.617500', '141647.077500', '141647.537500', '141647.997500', '141648.457500', '141648.917500', '141649.377500', '141649.837500', '141650.297500', '141650.757500', '141651.217500', '141651.677500', '141652.137500', '141652.597500', '141653.057500', '141653.517500', '141653.977500', '141654.437500', '141654.897500', '141655.357500', '141655.817500', '141656.277500', '141656.737500', '141657.197500', '141657.657500', '141658.117500', '141658.577500', '141659.037500', '141659.497500', '141659.957500', '141700.417500', '141700.877500', '141701.337500', '141701.797500', '141702.257500', '141702.717500', '141703.177500', '141703.637500', '141704.097500', '141704.557500', '141705.017500', '141705.477500', '141705.937500', '141706.397500', '141706.857500', '141707.317500', '141707.777500', '141708.237500', '141708.697500', '141709.157500', '141709.617500', '141710.077500', '141710.537500', '141710.997500', '141711.457500', '141711.917500', '141712.377500', '141712.837500', '141713.297500', '141713.757500', '141714.217500', '141714.677500', '141715.137500', '141715.597500', '141716.057500', '141716.517500', '141716.977500', '141717.437500', '141717.897500', '141718.357500', '141718.817500', '141719.277500', '141719.737500', '141720.197500', '141720.657500', '141721.117500', '141721.577500', '141722.037500', '141722.497500', '141722.957500', '141723.417500', '141723.877500', '141724.337500', '141724.797500', '141725.257500', '141725.717500', '141726.177500', '141726.637500', '141727.097500', '141727.557500', '141728.017500', '141728.477500', '141728.937500', '141729.397500', '141729.857500', '141730.317500', '141730.777500', '141731.237500', '141731.697500', '141732.157500', '141732.617500', '141733.077500', '141733.537500', '141733.997500', '141734.457500', '141734.917500', '141735.377500', '141735.837500', '141736.297500', '141736.757500', '141737.217500', '141737.677500', '141738.137500', '141738.597500', '141739.057500', '141739.517500', '141739.977500', '141740.437500', '141740.897500', '141741.357500', '141741.817500', '141742.277500', '141742.737500', '141743.197500', '141743.657500', '141744.117500', '141744.577500', '141745.037500', '141745.497500', '141745.957500', '141746.417500', '141746.877500', '141747.337500', '141747.797500', '141748.257500', '141748.717500', '141749.177500', '141749.637500', '141750.097500', '141750.557500', '141751.017500', '141751.477500', '141751.937500', '141752.397500', '141752.857500', '141753.317500', '141753.777500', '141754.237500', '141754.697500', '141755.157500', '141755.617500', '141756.077500', '141756.537500', '141756.997500', '141757.457500', '141757.917500', '141758.377500', '141758.837500', '141759.297500', '141759.757500', '141800.217500', '141800.677500', '141801.137500', '141801.597500', '141802.057500', '141802.517500', '141802.977500', '141803.437500', '141803.897500', '141804.357500', '141804.817500', '141805.277500', '141805.737500', '141806.197500', '141806.657500', '141807.117500', '141807.577500', '141808.037500', '141808.497500', '141808.957500'], 'ContentTime': ['141116.451000', '141116.455000', '141116.457000', '141116.460000', '141116.463000', '141116.465000', '141116.474000', '141116.477000', '141116.479000', '141116.482000', '141116.485000', '141116.487000', '141116.492000', '141116.495000', '141136.392000', '141136.395000', '141136.398000', '141136.402000', '141136.405000', '141136.407000', '141136.410000', '141136.413000', '141136.415000', '141136.418000', '141136.420000', '141136.423000', '141136.426000', '141136.429000', '141136.434000', '141136.437000', '141136.440000', '141136.442000', '141136.445000', '141136.447000', '141136.450000', '141136.453000', '141136.455000', '141136.458000', '141136.460000', '141136.463000', '141136.466000', '141136.468000', '141136.471000', '141136.474000', '141136.476000', '141136.479000', '141136.482000', '141136.484000', '141136.487000', '141136.489000', '141136.492000', '141136.495000', '141136.497000', '141136.503000', '141136.506000', '141136.509000', '141136.511000', '141156.391000', '141156.394000', '141156.397000', '141156.400000', '141156.409000', '141156.411000', '141156.414000', '141156.417000', '141156.419000', '141156.422000', '141156.425000', '141156.427000', '141156.448000', '141156.451000', '141156.453000', '141156.456000', '141156.459000', '141156.461000', '141156.464000', '141156.467000', '141156.469000', '141156.472000', '141156.474000', '141156.477000', '141156.480000', '141156.482000', '141156.485000', '141156.488000', '141156.490000', '141156.493000', '141156.496000', '141156.498000', '141156.501000', '141156.503000', '141156.506000', '141156.509000', '141156.511000', '141156.514000', '141156.517000', '141156.519000', '141156.522000', '141156.524000', '141156.527000', '141156.530000', '141216.391000', '141216.393000', '141216.396000', '141216.399000', '141216.401000', '141216.404000', '141216.407000', '141216.409000', '141216.412000', '141216.415000', '141216.417000', '141216.420000', '141216.423000', '141216.425000', '141216.428000', '141216.431000', '141216.433000', '141216.436000', '141216.439000', '141216.441000', '141216.444000', '141216.446000', '141216.449000', '141216.452000', '141216.454000', '141216.457000', '141216.460000', '141216.462000', '141216.465000', '141216.468000', '141216.470000', '141216.473000', '141216.476000', '141216.478000', '141216.481000', '141216.484000', '141216.486000', '141216.489000', '141216.492000', '141216.494000', '141216.497000', '141216.500000', '141216.502000', '141236.392000', '141236.395000', '141236.397000', '141236.400000', '141236.403000', '141236.405000', '141236.408000', '141236.411000', '141236.413000', '141236.416000', '141236.419000', '141236.421000', '141236.424000', '141236.427000', '141236.429000', '141236.432000', '141236.435000', '141236.437000', '141236.440000', '141236.442000', '141236.445000', '141236.448000', '141236.450000', '141236.459000', '141236.461000', '141236.464000', '141236.467000', '141236.469000', '141236.472000', '141236.475000', '141236.477000', '141236.480000', '141236.483000', '141236.485000', '141236.488000', '141236.491000', '141236.493000', '141236.496000', '141236.498000', '141236.501000', '141236.504000', '141236.507000', '141236.509000', '141236.512000', '141256.391000', '141256.394000', '141256.397000', '141256.400000', '141256.402000', '141256.405000', '141256.408000', '141256.410000', '141256.413000', '141256.415000', '141256.418000', '141256.421000', '141256.424000', '141256.427000', '141256.430000', '141256.433000', '141256.436000', '141256.438000', '141256.441000', '141256.444000', '141256.459000', '141256.461000', '141256.464000', '141256.467000', '141256.469000', '141256.473000', '141256.476000', '141256.478000', '141256.481000', '141256.484000', '141256.486000', '141256.489000', '141256.492000', '141256.500000', '141256.503000', '141256.506000', '141256.508000', '141256.511000', '141256.514000', '141256.516000', '141256.519000', '141256.522000', '141256.524000', '141316.391000', '141316.394000', '141316.397000', '141316.400000', '141316.403000', '141316.405000', '141316.408000', '141316.410000', '141316.413000', '141316.416000', '141316.419000', '141316.421000', '141316.424000', '141316.426000', '141316.429000', '141316.432000', '141316.434000', '141316.437000', '141316.440000', '141316.442000', '141316.445000', '141316.448000', '141316.456000', '141316.459000', '141316.462000', '141316.464000', '141316.467000', '141316.470000', '141316.472000', '141316.475000', '141316.478000', '141316.480000', '141316.483000', '141316.486000', '141316.488000', '141316.491000', '141316.494000', '141316.496000', '141316.499000', '141316.502000', '141316.504000', '141316.507000', '141316.510000', '141316.512000', '141336.392000', '141336.394000', '141336.397000', '141336.400000', '141336.402000', '141336.405000', '141336.408000', '141336.436000', '141336.439000', '141336.442000', '141336.444000', '141336.447000', '141336.450000', '141336.452000', '141336.455000', '141336.458000', '141336.460000', '141336.463000', '141336.466000', '141336.468000', '141336.489000', '141336.491000', '141336.494000', '141336.497000', '141336.499000', '141336.502000', '141336.505000', '141336.507000', '141336.510000', '141336.513000', '141336.515000', '141336.518000', '141336.521000', '141336.531000', '141336.533000', '141336.536000', '141336.539000', '141336.541000', '141336.544000', '141336.546000', '141336.549000', '141336.552000', '141336.554000', '141356.391000', '141356.394000', '141356.397000', '141356.400000', '141356.403000', '141356.405000', '141356.408000', '141356.411000', '141356.414000', '141356.417000', '141356.425000', '141356.428000', '141356.431000', '141356.433000', '141356.436000', '141356.439000', '141356.441000', '141356.444000', '141356.446000', '141356.449000', '141356.452000', '141356.455000', '141356.457000', '141356.460000', '141356.463000', '141356.465000', '141356.468000', '141356.471000', '141356.473000', '141356.476000', '141356.479000', '141356.481000', '141356.484000', '141356.487000', '141356.489000', '141356.492000', '141356.495000', '141356.497000', '141356.500000', '141356.503000', '141356.505000', '141356.508000', '141356.510000', '141356.513000', '141416.392000', '141416.395000', '141416.398000', '141416.400000', '141416.403000', '141416.406000', '141416.408000', '141416.411000', '141416.414000', '141416.416000', '141416.419000', '141416.421000', '141416.424000', '141416.427000', '141416.429000', '141416.432000', '141416.435000', '141416.437000', '141416.440000', '141416.443000', '141416.445000', '141416.448000', '141416.451000', '141416.454000', '141416.457000', '141416.459000', '141416.462000', '141416.465000', '141416.467000', '141416.470000', '141416.473000', '141416.475000', '141416.478000', '141416.481000', '141416.483000', '141416.486000', '141416.489000', '141416.491000', '141416.494000', '141416.497000', '141416.499000', '141416.502000', '141416.504000', '141436.390000', '141436.393000', '141436.396000', '141436.399000', '141436.401000', '141436.404000', '141436.407000', '141436.409000', '141436.412000', '141436.415000', '141436.417000', '141436.420000', '141436.423000', '141436.425000', '141436.428000', '141436.431000', '141436.433000', '141436.436000', '141436.439000', '141436.441000', '141436.444000', '141436.447000', '141436.449000', '141436.452000', '141436.455000', '141436.457000', '141436.460000', '141436.463000', '141436.465000', '141436.468000', '141436.471000', '141436.473000', '141436.476000', '141436.478000', '141436.481000', '141436.489000', '141436.491000', '141436.494000', '141436.497000', '141436.499000', '141436.502000', '141436.505000', '141436.507000', '141436.510000', '141456.392000', '141456.394000', '141456.397000', '141456.400000', '141456.403000', '141456.405000', '141456.408000', '141456.410000', '141456.413000', '141456.416000', '141456.419000', '141456.422000', '141456.425000', '141456.428000', '141456.431000', '141456.434000', '141456.436000', '141456.439000', '141456.442000', '141456.444000', '141456.447000', '141456.450000', '141456.452000', '141456.455000', '141456.457000', '141456.460000', '141456.463000', '141456.465000', '141456.468000', '141456.471000', '141456.473000', '141456.476000', '141456.479000', '141456.481000', '141456.484000', '141456.487000', '141456.489000', '141456.492000', '141456.494000', '141456.497000', '141456.500000', '141456.502000', '141456.505000', '141516.392000', '141516.395000', '141516.398000', '141516.400000', '141516.403000', '141516.406000', '141516.408000', '141516.411000', '141516.414000', '141516.417000', '141516.419000', '141516.422000', '141516.424000', '141516.427000', '141516.430000', '141516.432000', '141516.435000', '141516.438000', '141516.440000', '141516.443000', '141516.446000', '141516.448000', '141516.451000', '141516.454000', '141516.456000', '141516.459000', '141516.462000', '141516.464000', '141516.467000', '141516.470000', '141516.472000', '141516.475000', '141516.478000', '141516.480000', '141516.483000', '141516.486000', '141516.488000', '141516.491000', '141516.494000', '141516.496000', '141516.499000', '141516.502000', '141516.504000', '141516.507000', '141536.391000', '141536.394000', '141536.397000', '141536.400000', '141536.403000', '141536.405000', '141536.408000', '141536.410000', '141536.413000', '141536.416000', '141536.418000', '141536.421000', '141536.424000', '141536.426000', '141536.429000', '141536.432000', '141536.435000', '141536.437000', '141536.440000', '141536.442000', '141536.445000', '141536.448000', '141536.450000', '141536.453000', '141536.456000', '141536.458000', '141536.461000', '141536.464000', '141536.466000', '141536.469000', '141536.472000', '141536.474000', '141536.477000', '141536.480000', '141536.483000', '141536.485000', '141536.488000', '141536.490000', '141536.493000', '141536.496000', '141536.498000', '141536.501000', '141536.504000', '141556.392000', '141556.399000', '141556.401000', '141556.404000', '141556.407000', '141556.410000', '141556.412000', '141556.415000', '141556.418000', '141556.420000', '141556.423000', '141556.425000', '141556.428000', '141556.431000', '141556.434000', '141556.436000', '141556.439000', '141556.442000', '141556.444000', '141556.447000', '141556.450000', '141556.452000', '141556.455000', '141556.457000', '141556.460000', '141556.463000', '141556.465000', '141556.468000', '141556.471000', '141556.473000', '141556.476000', '141556.479000', '141556.482000', '141556.484000', '141556.487000', '141556.489000', '141556.492000', '141556.495000', '141556.497000', '141556.500000', '141556.503000', '141556.505000', '141556.508000', '141556.510000', '141616.392000', '141616.395000', '141616.398000', '141616.400000', '141616.403000', '141616.406000', '141616.408000', '141616.411000', '141616.414000', '141616.416000', '141616.419000', '141616.422000', '141616.424000', '141616.427000', '141616.430000', '141616.432000', '141616.435000', '141616.438000', '141616.440000', '141616.443000', '141616.446000', '141616.448000', '141616.451000', '141616.454000', '141616.456000', '141616.459000', '141616.462000', '141616.464000', '141616.467000', '141616.469000', '141616.472000', '141616.475000', '141616.477000', '141616.480000', '141616.483000', '141616.485000', '141616.488000', '141616.491000', '141616.496000', '141616.498000', '141616.501000', '141616.503000', '141616.506000', '141636.391000', '141636.393000', '141636.396000', '141636.399000', '141636.401000', '141636.404000', '141636.407000', '141636.410000', '141636.412000', '141636.415000', '141636.418000', '141636.420000', '141636.423000', '141636.426000', '141636.441000', '141636.444000', '141636.446000', '141636.449000', '141636.452000', '141636.454000', '141636.457000', '141636.460000', '141636.462000', '141636.465000', '141636.468000', '141636.470000', '141636.473000', '141636.476000', '141636.478000', '141636.481000', '141636.484000', '141636.486000', '141636.489000', '141636.491000', '141636.494000', '141636.497000', '141636.499000', '141636.502000', '141636.505000', '141636.507000', '141636.510000', '141636.513000', '141636.515000', '141636.518000', '141656.390000', '141656.394000', '141656.396000', '141656.399000', '141656.401000', '141656.404000', '141656.408000', '141656.410000', '141656.413000', '141656.416000', '141656.418000', '141656.421000', '141656.424000', '141656.426000', '141656.429000', '141656.432000', '141656.434000', '141656.437000', '141656.440000', '141656.442000', '141656.445000', '141656.448000', '141656.450000', '141656.453000', '141656.455000', '141656.458000', '141656.461000', '141656.464000', '141656.466000', '141656.469000', '141656.472000', '141656.474000', '141656.477000', '141656.480000', '141656.482000', '141656.485000', '141656.488000', '141656.490000', '141656.493000', '141656.496000', '141656.498000', '141656.501000', '141656.504000', '141716.392000', '141716.395000', '141716.397000', '141716.400000', '141716.403000', '141716.405000', '141716.408000', '141716.411000', '141716.413000', '141716.416000', '141716.419000', '141716.421000', '141716.424000', '141716.427000', '141716.429000', '141716.432000', '141716.435000', '141716.437000', '141716.440000', '141716.443000', '141716.445000', '141716.448000', '141716.460000', '141716.463000', '141716.465000', '141716.468000', '141716.471000', '141716.474000', '141716.476000', '141716.479000', '141716.482000', '141716.484000', '141716.487000', '141716.489000', '141716.492000', '141716.495000', '141716.497000', '141716.500000', '141716.503000', '141716.505000', '141716.508000', '141716.511000', '141716.513000', '141716.516000', '141736.392000', '141736.394000', '141736.397000', '141736.400000', '141736.403000', '141736.405000', '141736.408000', '141736.410000', '141736.413000', '141736.416000', '141736.418000', '141736.421000', '141736.424000', '141736.427000', '141736.429000', '141736.432000', '141736.439000', '141736.442000', '141736.444000', '141736.447000', '141736.450000', '141736.452000', '141736.455000', '141736.457000', '141736.460000', '141736.463000', '141736.465000', '141736.468000', '141736.471000', '141736.474000', '141736.476000', '141736.479000', '141736.482000', '141736.485000', '141736.487000', '141736.490000', '141736.493000', '141736.495000', '141736.498000', '141736.501000', '141736.504000', '141736.506000', '141736.509000', '141756.393000', '141756.396000', '141756.399000', '141756.402000', '141756.404000', '141756.407000', '141756.410000', '141756.412000', '141756.415000', '141756.418000', '141756.420000', '141756.423000', '141756.426000', '141756.428000', '141756.431000', '141756.434000', '141756.436000', '141756.439000', '141756.442000', '141756.444000', '141756.447000', '141756.450000', '141756.452000', '141756.455000', '141756.458000', '141756.474000', '141756.476000', '141756.479000', '141756.482000', '141756.485000', '141756.487000', '141756.490000', '141756.492000', '141756.495000', '141756.498000', '141756.501000', '141756.503000', '141756.506000', '141756.509000', '141756.511000', '141756.514000', '141756.517000', '141756.519000', '141756.522000', '141810.157000', '141810.160000', '141810.162000', '141810.165000', '141810.168000', '141810.170000', '141810.173000', '141810.176000', '141810.178000', '141810.181000', '141810.184000', '141810.186000', '141810.189000', '141810.192000', '141810.195000', '141810.197000', '141810.200000', '141810.203000', '141810.205000', '141810.208000', '141810.210000', '141810.213000', '141810.216000', '141810.218000', '141810.221000', '141810.224000', '141810.226000', '141810.229000', '141810.232000', '141810.234000'], 'InstanceCreationTime': ['141116.451000', '141116.455000', '141116.457000', '141116.460000', '141116.463000', '141116.465000', '141116.474000', '141116.477000', '141116.479000', '141116.482000', '141116.485000', '141116.487000', '141116.492000', '141116.495000', '141136.392000', '141136.395000', '141136.398000', '141136.402000', '141136.405000', '141136.407000', '141136.410000', '141136.413000', '141136.415000', '141136.418000', '141136.420000', '141136.423000', '141136.426000', '141136.429000', '141136.434000', '141136.437000', '141136.440000', '141136.442000', '141136.445000', '141136.447000', '141136.450000', '141136.453000', '141136.455000', '141136.458000', '141136.460000', '141136.463000', '141136.466000', '141136.468000', '141136.471000', '141136.474000', '141136.476000', '141136.479000', '141136.482000', '141136.484000', '141136.487000', '141136.489000', '141136.492000', '141136.495000', '141136.497000', '141136.503000', '141136.506000', '141136.509000', '141136.511000', '141156.391000', '141156.394000', '141156.397000', '141156.400000', '141156.409000', '141156.411000', '141156.414000', '141156.417000', '141156.419000', '141156.422000', '141156.425000', '141156.427000', '141156.448000', '141156.451000', '141156.453000', '141156.456000', '141156.459000', '141156.461000', '141156.464000', '141156.467000', '141156.469000', '141156.472000', '141156.474000', '141156.477000', '141156.480000', '141156.482000', '141156.485000', '141156.488000', '141156.490000', '141156.493000', '141156.496000', '141156.498000', '141156.501000', '141156.503000', '141156.506000', '141156.509000', '141156.511000', '141156.514000', '141156.517000', '141156.519000', '141156.522000', '141156.524000', '141156.527000', '141156.530000', '141216.391000', '141216.393000', '141216.396000', '141216.399000', '141216.401000', '141216.404000', '141216.407000', '141216.409000', '141216.412000', '141216.415000', '141216.417000', '141216.420000', '141216.423000', '141216.425000', '141216.428000', '141216.431000', '141216.433000', '141216.436000', '141216.439000', '141216.441000', '141216.444000', '141216.446000', '141216.449000', '141216.452000', '141216.454000', '141216.457000', '141216.460000', '141216.462000', '141216.465000', '141216.468000', '141216.470000', '141216.473000', '141216.476000', '141216.478000', '141216.481000', '141216.484000', '141216.486000', '141216.489000', '141216.492000', '141216.494000', '141216.497000', '141216.500000', '141216.502000', '141236.392000', '141236.395000', '141236.397000', '141236.400000', '141236.403000', '141236.405000', '141236.408000', '141236.411000', '141236.413000', '141236.416000', '141236.419000', '141236.421000', '141236.424000', '141236.427000', '141236.429000', '141236.432000', '141236.435000', '141236.437000', '141236.440000', '141236.442000', '141236.445000', '141236.448000', '141236.450000', '141236.459000', '141236.461000', '141236.464000', '141236.467000', '141236.469000', '141236.472000', '141236.475000', '141236.477000', '141236.480000', '141236.483000', '141236.485000', '141236.488000', '141236.491000', '141236.493000', '141236.496000', '141236.498000', '141236.501000', '141236.504000', '141236.507000', '141236.509000', '141236.512000', '141256.391000', '141256.394000', '141256.397000', '141256.400000', '141256.402000', '141256.405000', '141256.408000', '141256.410000', '141256.413000', '141256.415000', '141256.418000', '141256.421000', '141256.424000', '141256.427000', '141256.430000', '141256.433000', '141256.436000', '141256.438000', '141256.441000', '141256.444000', '141256.459000', '141256.461000', '141256.464000', '141256.467000', '141256.469000', '141256.473000', '141256.476000', '141256.478000', '141256.481000', '141256.484000', '141256.486000', '141256.489000', '141256.492000', '141256.500000', '141256.503000', '141256.506000', '141256.508000', '141256.511000', '141256.514000', '141256.516000', '141256.519000', '141256.522000', '141256.524000', '141316.391000', '141316.394000', '141316.397000', '141316.400000', '141316.403000', '141316.405000', '141316.408000', '141316.410000', '141316.413000', '141316.416000', '141316.419000', '141316.421000', '141316.424000', '141316.426000', '141316.429000', '141316.432000', '141316.434000', '141316.437000', '141316.440000', '141316.442000', '141316.445000', '141316.448000', '141316.456000', '141316.459000', '141316.462000', '141316.464000', '141316.467000', '141316.470000', '141316.472000', '141316.475000', '141316.478000', '141316.480000', '141316.483000', '141316.486000', '141316.488000', '141316.491000', '141316.494000', '141316.496000', '141316.499000', '141316.502000', '141316.504000', '141316.507000', '141316.510000', '141316.512000', '141336.392000', '141336.394000', '141336.397000', '141336.400000', '141336.402000', '141336.405000', '141336.408000', '141336.436000', '141336.439000', '141336.442000', '141336.444000', '141336.447000', '141336.450000', '141336.452000', '141336.455000', '141336.458000', '141336.460000', '141336.463000', '141336.466000', '141336.468000', '141336.489000', '141336.491000', '141336.494000', '141336.497000', '141336.499000', '141336.502000', '141336.505000', '141336.507000', '141336.510000', '141336.513000', '141336.515000', '141336.518000', '141336.521000', '141336.531000', '141336.533000', '141336.536000', '141336.539000', '141336.541000', '141336.544000', '141336.546000', '141336.549000', '141336.552000', '141336.554000', '141356.391000', '141356.394000', '141356.397000', '141356.400000', '141356.403000', '141356.405000', '141356.408000', '141356.411000', '141356.414000', '141356.417000', '141356.425000', '141356.428000', '141356.431000', '141356.433000', '141356.436000', '141356.439000', '141356.441000', '141356.444000', '141356.446000', '141356.449000', '141356.452000', '141356.455000', '141356.457000', '141356.460000', '141356.463000', '141356.465000', '141356.468000', '141356.471000', '141356.473000', '141356.476000', '141356.479000', '141356.481000', '141356.484000', '141356.487000', '141356.489000', '141356.492000', '141356.495000', '141356.497000', '141356.500000', '141356.503000', '141356.505000', '141356.508000', '141356.510000', '141356.513000', '141416.392000', '141416.395000', '141416.398000', '141416.400000', '141416.403000', '141416.406000', '141416.408000', '141416.411000', '141416.414000', '141416.416000', '141416.419000', '141416.421000', '141416.424000', '141416.427000', '141416.429000', '141416.432000', '141416.435000', '141416.437000', '141416.440000', '141416.443000', '141416.445000', '141416.448000', '141416.451000', '141416.454000', '141416.457000', '141416.459000', '141416.462000', '141416.465000', '141416.467000', '141416.470000', '141416.473000', '141416.475000', '141416.478000', '141416.481000', '141416.483000', '141416.486000', '141416.489000', '141416.491000', '141416.494000', '141416.497000', '141416.499000', '141416.502000', '141416.504000', '141436.390000', '141436.393000', '141436.396000', '141436.399000', '141436.401000', '141436.404000', '141436.407000', '141436.409000', '141436.412000', '141436.415000', '141436.417000', '141436.420000', '141436.423000', '141436.425000', '141436.428000', '141436.431000', '141436.433000', '141436.436000', '141436.439000', '141436.441000', '141436.444000', '141436.447000', '141436.449000', '141436.452000', '141436.455000', '141436.457000', '141436.460000', '141436.463000', '141436.465000', '141436.468000', '141436.471000', '141436.473000', '141436.476000', '141436.478000', '141436.481000', '141436.489000', '141436.491000', '141436.494000', '141436.497000', '141436.499000', '141436.502000', '141436.505000', '141436.507000', '141436.510000', '141456.392000', '141456.394000', '141456.397000', '141456.400000', '141456.403000', '141456.405000', '141456.408000', '141456.410000', '141456.413000', '141456.416000', '141456.419000', '141456.422000', '141456.425000', '141456.428000', '141456.431000', '141456.434000', '141456.436000', '141456.439000', '141456.442000', '141456.444000', '141456.447000', '141456.450000', '141456.452000', '141456.455000', '141456.457000', '141456.460000', '141456.463000', '141456.465000', '141456.468000', '141456.471000', '141456.473000', '141456.476000', '141456.479000', '141456.481000', '141456.484000', '141456.487000', '141456.489000', '141456.492000', '141456.494000', '141456.497000', '141456.500000', '141456.502000', '141456.505000', '141516.392000', '141516.395000', '141516.398000', '141516.400000', '141516.403000', '141516.406000', '141516.408000', '141516.411000', '141516.414000', '141516.417000', '141516.419000', '141516.422000', '141516.424000', '141516.427000', '141516.430000', '141516.432000', '141516.435000', '141516.438000', '141516.440000', '141516.443000', '141516.446000', '141516.448000', '141516.451000', '141516.454000', '141516.456000', '141516.459000', '141516.462000', '141516.464000', '141516.467000', '141516.470000', '141516.472000', '141516.475000', '141516.478000', '141516.480000', '141516.483000', '141516.486000', '141516.488000', '141516.491000', '141516.494000', '141516.496000', '141516.499000', '141516.502000', '141516.504000', '141516.507000', '141536.391000', '141536.394000', '141536.397000', '141536.400000', '141536.403000', '141536.405000', '141536.408000', '141536.410000', '141536.413000', '141536.416000', '141536.418000', '141536.421000', '141536.424000', '141536.426000', '141536.429000', '141536.432000', '141536.435000', '141536.437000', '141536.440000', '141536.442000', '141536.445000', '141536.448000', '141536.450000', '141536.453000', '141536.456000', '141536.458000', '141536.461000', '141536.464000', '141536.466000', '141536.469000', '141536.472000', '141536.474000', '141536.477000', '141536.480000', '141536.483000', '141536.485000', '141536.488000', '141536.490000', '141536.493000', '141536.496000', '141536.498000', '141536.501000', '141536.504000', '141556.392000', '141556.399000', '141556.401000', '141556.404000', '141556.407000', '141556.410000', '141556.412000', '141556.415000', '141556.418000', '141556.420000', '141556.423000', '141556.425000', '141556.428000', '141556.431000', '141556.434000', '141556.436000', '141556.439000', '141556.442000', '141556.444000', '141556.447000', '141556.450000', '141556.452000', '141556.455000', '141556.457000', '141556.460000', '141556.463000', '141556.465000', '141556.468000', '141556.471000', '141556.473000', '141556.476000', '141556.479000', '141556.482000', '141556.484000', '141556.487000', '141556.489000', '141556.492000', '141556.495000', '141556.497000', '141556.500000', '141556.503000', '141556.505000', '141556.508000', '141556.510000', '141616.392000', '141616.395000', '141616.398000', '141616.400000', '141616.403000', '141616.406000', '141616.408000', '141616.411000', '141616.414000', '141616.416000', '141616.419000', '141616.422000', '141616.424000', '141616.427000', '141616.430000', '141616.432000', '141616.435000', '141616.438000', '141616.440000', '141616.443000', '141616.446000', '141616.448000', '141616.451000', '141616.454000', '141616.456000', '141616.459000', '141616.462000', '141616.464000', '141616.467000', '141616.469000', '141616.472000', '141616.475000', '141616.477000', '141616.480000', '141616.483000', '141616.485000', '141616.488000', '141616.491000', '141616.496000', '141616.498000', '141616.501000', '141616.503000', '141616.506000', '141636.391000', '141636.393000', '141636.396000', '141636.399000', '141636.401000', '141636.404000', '141636.407000', '141636.410000', '141636.412000', '141636.415000', '141636.418000', '141636.420000', '141636.423000', '141636.426000', '141636.441000', '141636.444000', '141636.446000', '141636.449000', '141636.452000', '141636.454000', '141636.457000', '141636.460000', '141636.462000', '141636.465000', '141636.468000', '141636.470000', '141636.473000', '141636.476000', '141636.478000', '141636.481000', '141636.484000', '141636.486000', '141636.489000', '141636.491000', '141636.494000', '141636.497000', '141636.499000', '141636.502000', '141636.505000', '141636.507000', '141636.510000', '141636.513000', '141636.515000', '141636.518000', '141656.390000', '141656.394000', '141656.396000', '141656.399000', '141656.401000', '141656.404000', '141656.408000', '141656.410000', '141656.413000', '141656.416000', '141656.418000', '141656.421000', '141656.424000', '141656.426000', '141656.429000', '141656.432000', '141656.434000', '141656.437000', '141656.440000', '141656.442000', '141656.445000', '141656.448000', '141656.450000', '141656.453000', '141656.455000', '141656.458000', '141656.461000', '141656.464000', '141656.466000', '141656.469000', '141656.472000', '141656.474000', '141656.477000', '141656.480000', '141656.482000', '141656.485000', '141656.488000', '141656.490000', '141656.493000', '141656.496000', '141656.498000', '141656.501000', '141656.504000', '141716.392000', '141716.395000', '141716.397000', '141716.400000', '141716.403000', '141716.405000', '141716.408000', '141716.411000', '141716.413000', '141716.416000', '141716.419000', '141716.421000', '141716.424000', '141716.427000', '141716.429000', '141716.432000', '141716.435000', '141716.437000', '141716.440000', '141716.443000', '141716.445000', '141716.448000', '141716.460000', '141716.463000', '141716.465000', '141716.468000', '141716.471000', '141716.474000', '141716.476000', '141716.479000', '141716.482000', '141716.484000', '141716.487000', '141716.489000', '141716.492000', '141716.495000', '141716.497000', '141716.500000', '141716.503000', '141716.505000', '141716.508000', '141716.511000', '141716.513000', '141716.516000', '141736.392000', '141736.394000', '141736.397000', '141736.400000', '141736.403000', '141736.405000', '141736.408000', '141736.410000', '141736.413000', '141736.416000', '141736.418000', '141736.421000', '141736.424000', '141736.427000', '141736.429000', '141736.432000', '141736.439000', '141736.442000', '141736.444000', '141736.447000', '141736.450000', '141736.452000', '141736.455000', '141736.457000', '141736.460000', '141736.463000', '141736.465000', '141736.468000', '141736.471000', '141736.474000', '141736.476000', '141736.479000', '141736.482000', '141736.485000', '141736.487000', '141736.490000', '141736.493000', '141736.495000', '141736.498000', '141736.501000', '141736.504000', '141736.506000', '141736.509000', '141756.393000', '141756.396000', '141756.399000', '141756.402000', '141756.404000', '141756.407000', '141756.410000', '141756.412000', '141756.415000', '141756.418000', '141756.420000', '141756.423000', '141756.426000', '141756.428000', '141756.431000', '141756.434000', '141756.436000', '141756.439000', '141756.442000', '141756.444000', '141756.447000', '141756.450000', '141756.452000', '141756.455000', '141756.458000', '141756.474000', '141756.476000', '141756.479000', '141756.482000', '141756.485000', '141756.487000', '141756.490000', '141756.492000', '141756.495000', '141756.498000', '141756.501000', '141756.503000', '141756.506000', '141756.509000', '141756.511000', '141756.514000', '141756.517000', '141756.519000', '141756.522000', '141810.157000', '141810.160000', '141810.162000', '141810.165000', '141810.168000', '141810.170000', '141810.173000', '141810.176000', '141810.178000', '141810.181000', '141810.184000', '141810.186000', '141810.189000', '141810.192000', '141810.195000', '141810.197000', '141810.200000', '141810.203000', '141810.205000', '141810.208000', '141810.210000', '141810.213000', '141810.216000', '141810.218000', '141810.221000', '141810.224000', '141810.226000', '141810.229000', '141810.232000', '141810.234000'], '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': [8634, 8207, 8172, 13250, 7954, 10358, 9842, 12001, 10026, 13330, 8203, 9698, 8107, 7806, 11251, 7606, 14231, 8983, 13757, 8056, 8622, 9073, 7785, 16343, 9122, 13207, 9399, 10988, 7504, 8040, 13006, 8011, 11189, 7613, 10197, 7539, 7633, 7262, 7662, 14163, 8060, 9944, 7447, 9510, 7464, 9283, 8018, 8754, 11619, 7853, 15456, 8582, 13557, 8697, 12138, 8198, 9937, 8672, 7732, 16371, 9841, 13548, 8830, 9160, 8042, 12169, 7836, 8049, 12561, 7800, 12875, 7807, 11879, 7865, 11318, 8012, 8148, 9766, 8752, 7646, 7690, 7629, 7727, 15873, 8014, 11489, 8066, 12292, 7847, 9550, 7976, 8377, 10089, 8184, 16497, 9542, 13371, 9271, 7408, 7858, 7505, 7888, 15836, 10798, 14501, 10666, 13931, 7939, 8802, 10926, 7480, 12384, 7905, 10116, 7562, 7373, 7607, 12828, 7450, 9865, 7649, 9814, 7680, 12271, 7381, 11000, 7634, 8705, 14051, 9234, 12652, 7940, 9226, 7424, 14998, 8718, 11421, 7871, 11520, 7489, 10215, 7357, 10960, 9760, 7984, 14950, 9723, 12505, 7367, 13660, 7579, 10133, 7421, 8713, 10912, 9428, 7878, 7886, 11903, 7494, 13595, 8472, 14070, 8412, 10905, 7509, 8153, 11221, 7443, 13580, 8794, 11891, 7434, 8726, 7490, 11189, 7690, 10380, 7855, 13694, 7364, 9496, 7947, 8782, 7741, 8846, 8049, 9500, 7789, 7342, 7877, 8579, 8229, 11569, 10922, 7464, 9355, 7531, 9087, 14232, 8760, 16775, 11110, 13028, 7748, 10141, 7837, 8744, 8512, 7838, 7734, 7790, 7757, 7898, 11858, 7587, 11389, 8236, 11390, 7958, 10590, 7788, 9470, 12517, 8918, 16269, 11020, 15858, 7569, 11512, 7674, 8584, 12112, 8383, 9632, 7594, 13342, 7717, 9815, 7762, 8622, 7816, 8649, 7831, 8362, 11832, 7842, 11276, 8018, 10399, 8635, 12470, 7799, 9068, 10369, 7772, 13375, 8916, 9085, 7613, 12164, 7701, 11485, 7993, 8289, 12641, 8604, 14214, 7490, 13188, 7433, 9600, 8000, 9054, 9147, 12096, 7673, 8644, 7957, 7965, 16413, 9383, 13739, 9928, 15490, 7550, 10489, 7572, 8124, 10718, 7972, 10195, 7694, 8045, 7759, 11191, 7911, 9200, 11743, 7671, 8904, 7414, 7326, 13001, 9737, 14232, 7398, 13852, 13360, 9418, 16273, 10959, 14392, 8403, 11604, 7431, 9796, 7662, 8778, 7732, 10930, 7616, 9381, 7744, 8125, 12100, 7881, 11956, 7605, 7632, 7567, 7555, 8389, 7679, 10580, 8058, 15269, 12079, 14086, 10324, 8414, 15201, 9196, 13400, 9050, 13114, 7404, 9400, 7578, 8588, 9143, 7726, 9392, 8218, 8022, 7721, 8532, 7615, 13064, 7827, 9152, 7872, 7457, 7933, 10426, 7590, 13493, 9926, 14050, 12553, 11872, 8955, 7883, 13415, 7874, 9080, 7822, 9806, 7797, 9300, 7566, 9724, 7847, 11207, 7772, 8947, 7918, 7873, 9925, 7899, 13134, 8710, 12977, 7393, 12115, 7781, 10010, 7586, 8277, 7543, 11052, 7598, 10698, 7890, 10077, 7944, 13481, 10363, 13545, 7758, 8916, 7697, 9243, 7560, 13716, 7674, 15630, 10835, 8252, 9153, 7824, 11596, 14693, 12770, 10308, 7718, 16177, 8840, 11954, 8099, 9833, 7625, 8326, 7850, 8765, 7485, 9253, 7828, 10046, 9271, 8045, 7936, 7920, 10880, 7842, 12115, 7932, 7594, 7512, 8066, 9001, 7702, 10770, 7872, 13218, 11425, 15528, 9816, 9454, 16785, 9932, 12339, 8816, 10116, 7471, 8641, 7674, 8000, 9145, 7837, 9893, 7509, 7846, 8966, 8067, 8121, 10960, 7590, 14608, 8547, 12574, 8440, 9150, 7585, 12816, 7917, 9603, 7812, 10379, 7591, 11540, 7530, 9893, 7518, 8972, 8638, 9067, 11674, 9051, 13909, 7419, 13838, 7803, 9762, 7921, 9836, 7751, 9523, 7427, 10019, 7491, 9168, 7696, 10858, 7919, 14372, 7635, 11464, 7447, 9729, 9484, 11858, 8172, 11077, 7856, 8918, 8238, 9164, 7845, 11447, 9390, 13241, 7600, 10530, 7410, 10355, 8784, 14331, 10355, 12320, 7643, 9429, 12395, 7922, 14661, 8151, 12690, 7981, 10852, 7828, 8979, 7762, 8726, 8107, 10789, 8080, 13454, 7587, 8216, 7845, 7603, 9831, 7973, 14515, 8017, 10477, 7901, 17536, 11032, 14289, 9269, 12036, 9931, 13956, 8517, 11519, 7833, 11481, 7989, 10423, 8659, 13879, 8069, 11900, 7488, 9898, 7834, 8623, 8912, 9628, 8017, 9340, 7880, 9444, 7816, 9797, 7985, 13038, 7601, 12010, 7741, 10976, 8754, 11032, 11663, 12621, 7921, 10908, 7718, 7692, 7810, 10962, 8109, 12747, 10444, 14837, 9013, 16727, 9998, 12239, 8595, 12840, 7612, 10939, 7688, 9810, 7931, 10188, 7984, 14749, 8170, 7856, 7739, 7608, 9301, 7804, 14241, 8647, 14254, 9431, 8246, 7651, 8004, 7890, 10216, 8333, 7778, 14003, 7571, 9697, 7545, 10072, 7634, 11909, 12154, 10203, 14466, 7411, 7714, 8388, 7510, 11300, 7866, 7533, 7984, 8942, 15592, 12439, 14715, 8660, 7694, 11183, 7715, 15060, 9641, 8802, 9947, 9090, 13490, 9055, 7779, 9776, 7423, 7621, 12596, 8942, 7450, 10227, 7915, 15568, 12977, 7692, 8404, 7441, 7788, 8984, 7987, 12546, 10450, 15127, 9936, 7558, 11783, 7531, 8463, 11561, 12618, 15922, 8166, 7466, 10067, 7840, 13594, 8081, 14898, 10527, 9548, 14978, 7415, 7630, 8158, 7878, 8766, 9649, 7645, 15073, 8519, 14302, 12726, 15489, 16869, 9919, 7737, 8657, 7744, 12310, 8858, 14471, 11360, 15554, 9694, 7672, 8353, 7428, 12653, 8506, 14945, 9649, 9852, 8399, 7536, 12668, 7717, 7904, 10475, 7859, 7569, 7904, 7515, 12093, 14769, 11500, 13283, 10013, 7808, 8273, 7653, 7929, 8041, 8736, 7715, 7414, 7772, 7623, 8430, 7604, 9508, 10440, 9949, 10660, 9970, 7795, 8306, 10191, 7622, 12246, 7922, 7887, 9338, 7574, 9250, 7778, 11147, 10934, 11409, 14685, 11038, 9994, 7864, 16390, 8151, 13030, 8051, 10356, 7571, 10786, 7851, 9234, 7650, 8285, 10081, 7932, 8504, 8311, 7834, 7895, 9041, 7646, 16867, 10310, 14631, 8886, 13089, 7420, 10560, 7877, 9937, 7877, 8850, 7678, 7609, 9358, 16541, 10302, 16195, 11295, 15013, 8294, 11540, 7581, 9650, 7601, 9414, 7780, 13208, 7526, 9584, 8070, 8956, 7748, 9627, 7482, 13280, 8880, 12001, 7707, 9397, 12356, 7791, 14769, 8936, 13234, 7557, 11378, 7329, 10957, 7896, 11244, 8065, 12927, 7585, 10532, 7381, 10051, 7480, 9214, 9053, 13785, 8545, 9363, 7755, 7803, 7761, 7763, 10572, 7715, 11846, 7322, 13761, 7435, 14504, 8301, 12127, 8740, 13373, 7310, 10927, 7404, 9353, 7741, 9285, 7490, 10402, 7680, 8905, 8192, 8658, 7795, 7836, 13102, 10379, 12027, 7641, 9799], 'WindowCenter': [4576.0, 4546.0, 4533.0, 4562.0, 4505.0, 4519.0, 4504.0, 4525.0, 4506.0, 4535.0, 4483.0, 4490.0, 4470.0, 4475.0, 4515.0, 4470.0, 4532.0, 4496.0, 4533.0, 4472.0, 4479.0, 4480.0, 4473.0, 4550.0, 4483.0, 4520.0, 4483.0, 4490.0, 4446.0, 4458.0, 4518.0, 4469.0, 4496.0, 4460.0, 4500.0, 4457.0, 4448.0, 4448.0, 4458.0, 4518.0, 4469.0, 4491.0, 4448.0, 4489.0, 4458.0, 4476.0, 4461.0, 4471.0, 4500.0, 4473.0, 4542.0, 4472.0, 4522.0, 4481.0, 4509.0, 4470.0, 4487.0, 4468.0, 4473.0, 4540.0, 4489.0, 4520.0, 4477.0, 4480.0, 4471.0, 4509.0, 4473.0, 4469.0, 4520.0, 4457.0, 4530.0, 4460.0, 4506.0, 4467.0, 4502.0, 4484.0, 4471.0, 4493.0, 4483.0, 4459.0, 4463.0, 4457.0, 4460.0, 4540.0, 4471.0, 4509.0, 4472.0, 4535.0, 4475.0, 4490.0, 4485.0, 4485.0, 4504.0, 4501.0, 4544.0, 4492.0, 4535.0, 4502.0, 4474.0, 4480.0, 4469.0, 4479.0, 4554.0, 4513.0, 4532.0, 4498.0, 4517.0, 4454.0, 4468.0, 4497.0, 4459.0, 4507.0, 4456.0, 4484.0, 4458.0, 4459.0, 4469.0, 4517.0, 4460.0, 4502.0, 4472.0, 4497.0, 4472.0, 4519.0, 4472.0, 4511.0, 4473.0, 4481.0, 4532.0, 4491.0, 4521.0, 4469.0, 4479.0, 4460.0, 4531.0, 4480.0, 4509.0, 4466.0, 4508.0, 4461.0, 4499.0, 4460.0, 4502.0, 4490.0, 4469.0, 4529.0, 4491.0, 4519.0, 4460.0, 4518.0, 4456.0, 4500.0, 4459.0, 4478.0, 4501.0, 4480.0, 4468.0, 4468.0, 4509.0, 4459.0, 4520.0, 4468.0, 4531.0, 4470.0, 4496.0, 4448.0, 4457.0, 4500.0, 4460.0, 4518.0, 4482.0, 4509.0, 4459.0, 4468.0, 4459.0, 4496.0, 4470.0, 4491.0, 4470.0, 4530.0, 4474.0, 4503.0, 4469.0, 4483.0, 4449.0, 4440.0, 4420.0, 4450.0, 4435.0, 4333.0, 4399.0, 4467.0, 4466.0, 4523.0, 4497.0, 4401.0, 4422.0, 4414.0, 4438.0, 4503.0, 4455.0, 4540.0, 4499.0, 4517.0, 4456.0, 4484.0, 4455.0, 4465.0, 4453.0, 4442.0, 4445.0, 4446.0, 4443.0, 4457.0, 4510.0, 4461.0, 4510.0, 4470.0, 4510.0, 4459.0, 4486.0, 4446.0, 4478.0, 4508.0, 4467.0, 4540.0, 4485.0, 4525.0, 4446.0, 4483.0, 4445.0, 4454.0, 4496.0, 4455.0, 4476.0, 4442.0, 4504.0, 4442.0, 4486.0, 4458.0, 4465.0, 4458.0, 4479.0, 4456.0, 4468.0, 4505.0, 4457.0, 4508.0, 4469.0, 4488.0, 4479.0, 4507.0, 4457.0, 4465.0, 4486.0, 4457.0, 4516.0, 4468.0, 4467.0, 4454.0, 4506.0, 4457.0, 4496.0, 4468.0, 4468.0, 4507.0, 4468.0, 4529.0, 4447.0, 4517.0, 4445.0, 4476.0, 4469.0, 4467.0, 4480.0, 4510.0, 4459.0, 4469.0, 4457.0, 4470.0, 4550.0, 4492.0, 4531.0, 4493.0, 4542.0, 4458.0, 4488.0, 4445.0, 4458.0, 4497.0, 4456.0, 4475.0, 4502.0, 4544.0, 4514.0, 4539.0, 4499.0, 4505.0, 4534.0, 4487.0, 4506.0, 4475.0, 4472.0, 4532.0, 4491.0, 4518.0, 4448.0, 4519.0, 4508.0, 4478.0, 4539.0, 4487.0, 4517.0, 4456.0, 4495.0, 4446.0, 4474.0, 4444.0, 4455.0, 4457.0, 4498.0, 4458.0, 4477.0, 4456.0, 4457.0, 4534.0, 4485.0, 4526.0, 4463.0, 4461.0, 4447.0, 4442.0, 4437.0, 4455.0, 4498.0, 4470.0, 4542.0, 4508.0, 4516.0, 4473.0, 4453.0, 4513.0, 4464.0, 4505.0, 4466.0, 4505.0, 4447.0, 4464.0, 4444.0, 4454.0, 4463.0, 4444.0, 4464.0, 4467.0, 4455.0, 4445.0, 4464.0, 4445.0, 4519.0, 4460.0, 4476.0, 4468.0, 4446.0, 4456.0, 4489.0, 4458.0, 4520.0, 4488.0, 4518.0, 4509.0, 4507.0, 4480.0, 4482.0, 4529.0, 4468.0, 4476.0, 4457.0, 4488.0, 4446.0, 4473.0, 4441.0, 4472.0, 4455.0, 4509.0, 4469.0, 4488.0, 4456.0, 4455.0, 4476.0, 4457.0, 4515.0, 4466.0, 4516.0, 4445.0, 4519.0, 4516.0, 4530.0, 4483.0, 4466.0, 4428.0, 4481.0, 4441.0, 4483.0, 4457.0, 4489.0, 4470.0, 4531.0, 4489.0, 4518.0, 4456.0, 4477.0, 4469.0, 4478.0, 4470.0, 4531.0, 4473.0, 4552.0, 4512.0, 4480.0, 4490.0, 4472.0, 4525.0, 4531.0, 4519.0, 4486.0, 4447.0, 4525.0, 4468.0, 4499.0, 4471.0, 4486.0, 4457.0, 4453.0, 4455.0, 4465.0, 4447.0, 4477.0, 4457.0, 4489.0, 4491.0, 4457.0, 4458.0, 4471.0, 4554.0, 4502.0, 4535.0, 4496.0, 4530.0, 4503.0, 4511.0, 4508.0, 4473.0, 4501.0, 4469.0, 4546.0, 4523.0, 4543.0, 4488.0, 4489.0, 4537.0, 4489.0, 4507.0, 4478.0, 4487.0, 4448.0, 4465.0, 4455.0, 4454.0, 4474.0, 4456.0, 4487.0, 4459.0, 4483.0, 4478.0, 4469.0, 4469.0, 4511.0, 4471.0, 4541.0, 4481.0, 4523.0, 4468.0, 4487.0, 4468.0, 4519.0, 4469.0, 4491.0, 4469.0, 4499.0, 4470.0, 4509.0, 4469.0, 4488.0, 4460.0, 4479.0, 4479.0, 4478.0, 4508.0, 4478.0, 4518.0, 4446.0, 4517.0, 4469.0, 4499.0, 4470.0, 4489.0, 4472.0, 4489.0, 4470.0, 4500.0, 4472.0, 4492.0, 4473.0, 4511.0, 4484.0, 4541.0, 4472.0, 4521.0, 4473.0, 4504.0, 4491.0, 4521.0, 4493.0, 4522.0, 4470.0, 4505.0, 4484.0, 4492.0, 4455.0, 4480.0, 4463.0, 4487.0, 4443.0, 4484.0, 4471.0, 4495.0, 4466.0, 4532.0, 4500.0, 4507.0, 4456.0, 4478.0, 4518.0, 4470.0, 4540.0, 4468.0, 4518.0, 4457.0, 4495.0, 4455.0, 4476.0, 4460.0, 4469.0, 4469.0, 4509.0, 4472.0, 4530.0, 4458.0, 4481.0, 4497.0, 4486.0, 4518.0, 4484.0, 4544.0, 4483.0, 4527.0, 4501.0, 4567.0, 4513.0, 4529.0, 4492.0, 4512.0, 4491.0, 4518.0, 4467.0, 4497.0, 4458.0, 4498.0, 4469.0, 4499.0, 4467.0, 4517.0, 4456.0, 4505.0, 4447.0, 4487.0, 4457.0, 4469.0, 4465.0, 4478.0, 4457.0, 4475.0, 4458.0, 4487.0, 4473.0, 4501.0, 4472.0, 4531.0, 4460.0, 4508.0, 4459.0, 4498.0, 4480.0, 4500.0, 4499.0, 4506.0, 4459.0, 4500.0, 4459.0, 4458.0, 4484.0, 4512.0, 4481.0, 4532.0, 4503.0, 4530.0, 4477.0, 4538.0, 4492.0, 4509.0, 4469.0, 4508.0, 4457.0, 4486.0, 4445.0, 4476.0, 4457.0, 4486.0, 4470.0, 4529.0, 4468.0, 4457.0, 4458.0, 4475.0, 4492.0, 4471.0, 4554.0, 4495.0, 4543.0, 4491.0, 4471.0, 4458.0, 4458.0, 4470.0, 4490.0, 4470.0, 4461.0, 4528.0, 4460.0, 4479.0, 4460.0, 4491.0, 4473.0, 4524.0, 4524.0, 4493.0, 4531.0, 4463.0, 4473.0, 4482.0, 4465.0, 4527.0, 4488.0, 4462.0, 4487.0, 4496.0, 4544.0, 4513.0, 4531.0, 4468.0, 4460.0, 4515.0, 4476.0, 4532.0, 4481.0, 4495.0, 4491.0, 4481.0, 4522.0, 4473.0, 4464.0, 4491.0, 4465.0, 4475.0, 4526.0, 4482.0, 4450.0, 4505.0, 4474.0, 4543.0, 4525.0, 4462.0, 4471.0, 4450.0, 4460.0, 4469.0, 4473.0, 4524.0, 4503.0, 4531.0, 4479.0, 4448.0, 4502.0, 4477.0, 4485.0, 4514.0, 4538.0, 4544.0, 4461.0, 4449.0, 4477.0, 4459.0, 4511.0, 4463.0, 4532.0, 4502.0, 4481.0, 4544.0, 4450.0, 4449.0, 4474.0, 4487.0, 4484.0, 4483.0, 4452.0, 4532.0, 4487.0, 4549.0, 4536.0, 4558.0, 4542.0, 4479.0, 4447.0, 4459.0, 4449.0, 4500.0, 4469.0, 4534.0, 4503.0, 4529.0, 4466.0, 4437.0, 4446.0, 4438.0, 4496.0, 4460.0, 4519.0, 4468.0, 4494.0, 4469.0, 4448.0, 4496.0, 4450.0, 4457.0, 4492.0, 4462.0, 4448.0, 4457.0, 4463.0, 4512.0, 4532.0, 4502.0, 4509.0, 4465.0, 4435.0, 4446.0, 4462.0, 4490.0, 4501.0, 4496.0, 4473.0, 4452.0, 4461.0, 4474.0, 4474.0, 4463.0, 4495.0, 4504.0, 4493.0, 4502.0, 4490.0, 4463.0, 4471.0, 4490.0, 4462.0, 4512.0, 4471.0, 4471.0, 4482.0, 4463.0, 4482.0, 4462.0, 4512.0, 4500.0, 4512.0, 4530.0, 4502.0, 4489.0, 4460.0, 4541.0, 4459.0, 4520.0, 4461.0, 4489.0, 4462.0, 4500.0, 4470.0, 4480.0, 4458.0, 4470.0, 4492.0, 4473.0, 4481.0, 4471.0, 4462.0, 4471.0, 4480.0, 4472.0, 4553.0, 4502.0, 4543.0, 4481.0, 4520.0, 4462.0, 4498.0, 4473.0, 4507.0, 4488.0, 4497.0, 4484.0, 4485.0, 4506.0, 4554.0, 4504.0, 4540.0, 4501.0, 4530.0, 4469.0, 4498.0, 4459.0, 4479.0, 4459.0, 4478.0, 4460.0, 4522.0, 4459.0, 4480.0, 4470.0, 4478.0, 4461.0, 4490.0, 4460.0, 4518.0, 4480.0, 4508.0, 4459.0, 4479.0, 4508.0, 4459.0, 4528.0, 4479.0, 4514.0, 4457.0, 4497.0, 4448.0, 4499.0, 4469.0, 4499.0, 4472.0, 4518.0, 4457.0, 4498.0, 4449.0, 4490.0, 4460.0, 4480.0, 4479.0, 4532.0, 4468.0, 4477.0, 4459.0, 4458.0, 4458.0, 4459.0, 4498.0, 4461.0, 4511.0, 4448.0, 4518.0, 4448.0, 4531.0, 4470.0, 4508.0, 4470.0, 4517.0, 4447.0, 4485.0, 4447.0, 4479.0, 4459.0, 4480.0, 4458.0, 4501.0, 4458.0, 4478.0, 4471.0, 4470.0, 4473.0, 4460.0, 4519.0, 4488.0, 4507.0, 4459.0, 4489.0], 'WindowWidth': [10087.0, 10023.0, 9992.0, 10016.0, 9934.0, 9946.0, 9917.0, 9941.0, 9918.0, 9952.0, 9882.0, 9888.0, 9858.0, 9870.0, 9925.0, 9863.0, 9947.0, 9902.0, 9947.0, 9864.0, 9871.0, 9869.0, 9867.0, 9971.0, 9876.0, 9927.0, 9878.0, 9882.0, 9821.0, 9837.0, 9921.0, 9858.0, 9892.0, 9845.0, 9901.0, 9838.0, 9825.0, 9824.0, 9837.0, 9919.0, 9858.0, 9886.0, 9828.0, 9885.0, 9842.0, 9863.0, 9846.0, 9860.0, 9897.0, 9866.0, 9958.0, 9862.0, 9930.0, 9876.0, 9910.0, 9860.0, 9880.0, 9854.0, 9867.0, 9955.0, 9883.0, 9928.0, 9867.0, 9871.0, 9860.0, 9911.0, 9866.0, 9861.0, 9925.0, 9839.0, 9943.0, 9845.0, 9904.0, 9853.0, 9902.0, 9883.0, 9864.0, 9891.0, 9882.0, 9845.0, 9851.0, 9840.0, 9846.0, 9957.0, 9864.0, 9912.0, 9866.0, 9958.0, 9873.0, 9886.0, 9890.0, 9887.0, 9910.0, 9915.0, 9963.0, 9887.0, 9951.0, 9908.0, 9872.0, 9878.0, 9862.0, 9875.0, 9980.0, 9920.0, 9945.0, 9894.0, 9917.0, 9830.0, 9850.0, 9889.0, 9844.0, 9907.0, 9835.0, 9874.0, 9842.0, 9844.0, 9858.0, 9922.0, 9848.0, 9905.0, 9867.0, 9896.0, 9870.0, 9926.0, 9867.0, 9917.0, 9867.0, 9879.0, 9944.0, 9889.0, 9929.0, 9857.0, 9870.0, 9846.0, 9945.0, 9874.0, 9912.0, 9851.0, 9910.0, 9848.0, 9899.0, 9849.0, 9904.0, 9887.0, 9858.0, 9937.0, 9891.0, 9924.0, 9845.0, 9923.0, 9839.0, 9900.0, 9845.0, 9869.0, 9903.0, 9872.0, 9854.0, 9854.0, 9908.0, 9845.0, 9927.0, 9854.0, 9944.0, 9856.0, 9888.0, 9826.0, 9838.0, 9898.0, 9846.0, 9922.0, 9876.0, 9909.0, 9843.0, 9853.0, 9842.0, 9892.0, 9860.0, 9889.0, 9861.0, 9941.0, 9873.0, 9912.0, 9856.0, 9878.0, 9823.0, 9795.0, 9764.0, 9806.0, 9795.0, 9598.0, 9724.0, 9848.0, 9848.0, 9937.0, 9892.0, 9731.0, 9759.0, 9756.0, 9797.0, 9892.0, 9833.0, 9959.0, 9898.0, 9924.0, 9840.0, 9874.0, 9838.0, 9848.0, 9827.0, 9814.0, 9823.0, 9825.0, 9819.0, 9842.0, 9917.0, 9854.0, 9919.0, 9863.0, 9917.0, 9846.0, 9878.0, 9823.0, 9870.0, 9911.0, 9855.0, 9958.0, 9875.0, 9931.0, 9823.0, 9870.0, 9823.0, 9834.0, 9888.0, 9837.0, 9862.0, 9814.0, 9898.0, 9815.0, 9879.0, 9845.0, 9851.0, 9843.0, 9875.0, 9839.0, 9856.0, 9903.0, 9842.0, 9914.0, 9862.0, 9883.0, 9877.0, 9908.0, 9841.0, 9851.0, 9880.0, 9844.0, 9919.0, 9857.0, 9855.0, 9836.0, 9907.0, 9840.0, 9892.0, 9861.0, 9859.0, 9908.0, 9860.0, 9940.0, 9829.0, 9921.0, 9823.0, 9866.0, 9860.0, 9855.0, 9875.0, 9918.0, 9849.0, 9860.0, 9841.0, 9862.0, 9974.0, 9895.0, 9948.0, 9899.0, 9963.0, 9846.0, 9884.0, 9821.0, 9843.0, 9896.0, 9839.0, 9861.0, 9931.0, 10010.0, 9951.0, 9974.0, 9916.0, 9916.0, 9956.0, 9897.0, 9921.0, 9880.0, 9869.0, 9946.0, 9889.0, 9920.0, 9828.0, 9925.0, 9904.0, 9865.0, 9952.0, 9877.0, 9920.0, 9832.0, 9884.0, 9820.0, 9855.0, 9815.0, 9833.0, 9840.0, 9893.0, 9840.0, 9865.0, 9836.0, 9838.0, 9956.0, 9889.0, 9946.0, 9852.0, 9849.0, 9824.0, 9809.0, 9795.0, 9831.0, 9895.0, 9863.0, 9963.0, 9907.0, 9914.0, 9852.0, 9823.0, 9909.0, 9842.0, 9900.0, 9848.0, 9901.0, 9823.0, 9843.0, 9818.0, 9827.0, 9838.0, 9816.0, 9841.0, 9853.0, 9831.0, 9819.0, 9844.0, 9820.0, 9924.0, 9846.0, 9863.0, 9858.0, 9823.0, 9837.0, 9881.0, 9845.0, 9930.0, 9882.0, 9922.0, 9910.0, 9906.0, 9878.0, 9886.0, 9944.0, 9861.0, 9867.0, 9840.0, 9883.0, 9819.0, 9853.0, 9808.0, 9848.0, 9830.0, 9911.0, 9863.0, 9884.0, 9837.0, 9833.0, 9863.0, 9838.0, 9914.0, 9851.0, 9916.0, 9819.0, 9927.0, 9956.0, 9968.0, 9888.0, 9852.0, 9785.0, 9862.0, 9810.0, 9867.0, 9837.0, 9887.0, 9864.0, 9946.0, 9885.0, 9920.0, 9838.0, 9870.0, 9862.0, 9871.0, 9863.0, 9946.0, 9871.0, 9980.0, 9921.0, 9877.0, 9889.0, 9872.0, 9944.0, 9943.0, 9924.0, 9874.0, 9823.0, 9929.0, 9852.0, 9895.0, 9865.0, 9875.0, 9841.0, 9829.0, 9831.0, 9844.0, 9827.0, 9865.0, 9838.0, 9885.0, 9889.0, 9840.0, 9840.0, 9865.0, 9998.0, 9925.0, 9957.0, 9911.0, 9982.0, 9932.0, 9938.0, 9927.0, 9869.0, 9901.0, 9859.0, 9973.0, 9937.0, 9960.0, 9882.0, 9883.0, 9948.0, 9880.0, 9906.0, 9869.0, 9879.0, 9823.0, 9844.0, 9831.0, 9830.0, 9859.0, 9839.0, 9881.0, 9846.0, 9882.0, 9869.0, 9860.0, 9859.0, 9917.0, 9866.0, 9961.0, 9876.0, 9935.0, 9856.0, 9881.0, 9855.0, 9925.0, 9859.0, 9889.0, 9860.0, 9898.0, 9862.0, 9911.0, 9859.0, 9882.0, 9847.0, 9872.0, 9872.0, 9869.0, 9908.0, 9868.0, 9921.0, 9823.0, 9920.0, 9859.0, 9899.0, 9862.0, 9884.0, 9870.0, 9887.0, 9863.0, 9902.0, 9869.0, 9896.0, 9871.0, 9918.0, 9891.0, 9960.0, 9868.0, 9933.0, 9874.0, 9913.0, 9891.0, 9930.0, 9900.0, 9936.0, 9863.0, 9916.0, 9883.0, 9887.0, 9829.0, 9856.0, 9839.0, 9860.0, 9810.0, 9871.0, 9865.0, 9893.0, 9852.0, 9947.0, 9902.0, 9905.0, 9838.0, 9869.0, 9925.0, 9863.0, 9958.0, 9858.0, 9925.0, 9838.0, 9888.0, 9834.0, 9864.0, 9848.0, 9858.0, 9859.0, 9916.0, 9869.0, 9943.0, 9845.0, 9880.0, 9911.0, 9895.0, 9939.0, 9888.0, 9971.0, 9885.0, 9949.0, 9924.0, 10009.0, 9924.0, 9943.0, 9895.0, 9918.0, 9891.0, 9921.0, 9853.0, 9892.0, 9841.0, 9895.0, 9858.0, 9899.0, 9855.0, 9921.0, 9838.0, 9903.0, 9827.0, 9879.0, 9839.0, 9857.0, 9846.0, 9868.0, 9840.0, 9860.0, 9842.0, 9879.0, 9871.0, 9903.0, 9867.0, 9944.0, 9848.0, 9909.0, 9844.0, 9896.0, 9876.0, 9900.0, 9896.0, 9903.0, 9844.0, 9899.0, 9845.0, 9844.0, 9890.0, 9925.0, 9879.0, 9949.0, 9911.0, 9940.0, 9866.0, 9955.0, 9891.0, 9913.0, 9857.0, 9909.0, 9839.0, 9875.0, 9821.0, 9863.0, 9839.0, 9878.0, 9862.0, 9938.0, 9853.0, 9836.0, 9842.0, 9876.0, 9895.0, 9867.0, 9987.0, 9904.0, 9961.0, 9891.0, 9862.0, 9842.0, 9840.0, 9858.0, 9887.0, 9861.0, 9849.0, 9940.0, 9847.0, 9871.0, 9846.0, 9890.0, 9872.0, 9939.0, 9941.0, 9892.0, 9941.0, 9858.0, 9871.0, 9881.0, 9858.0, 9950.0, 9897.0, 9850.0, 9894.0, 9906.0, 9966.0, 9917.0, 9938.0, 9850.0, 9845.0, 9929.0, 9876.0, 9943.0, 9872.0, 9899.0, 9888.0, 9873.0, 9927.0, 9861.0, 9851.0, 9886.0, 9858.0, 9871.0, 9942.0, 9874.0, 9829.0, 9911.0, 9869.0, 9962.0, 9938.0, 9846.0, 9858.0, 9830.0, 9842.0, 9854.0, 9865.0, 9937.0, 9903.0, 9937.0, 9863.0, 9823.0, 9899.0, 9882.0, 9886.0, 9922.0, 9962.0, 9961.0, 9845.0, 9826.0, 9860.0, 9839.0, 9912.0, 9847.0, 9944.0, 9904.0, 9874.0, 9962.0, 9829.0, 9827.0, 9869.0, 9896.0, 9881.0, 9875.0, 9831.0, 9942.0, 9890.0, 9977.0, 9957.0, 9988.0, 9959.0, 9863.0, 9819.0, 9837.0, 9823.0, 9894.0, 9851.0, 9949.0, 9903.0, 9934.0, 9843.0, 9804.0, 9816.0, 9806.0, 9881.0, 9836.0, 9916.0, 9849.0, 9895.0, 9856.0, 9821.0, 9883.0, 9827.0, 9835.0, 9889.0, 9848.0, 9825.0, 9836.0, 9851.0, 9914.0, 9940.0, 9902.0, 9902.0, 9840.0, 9796.0, 9813.0, 9850.0, 9904.0, 9920.0, 9906.0, 9868.0, 9835.0, 9846.0, 9869.0, 9866.0, 9852.0, 9896.0, 9909.0, 9894.0, 9902.0, 9884.0, 9852.0, 9863.0, 9883.0, 9852.0, 9916.0, 9859.0, 9862.0, 9876.0, 9852.0, 9876.0, 9850.0, 9917.0, 9899.0, 9915.0, 9937.0, 9900.0, 9881.0, 9843.0, 9955.0, 9841.0, 9925.0, 9847.0, 9883.0, 9849.0, 9898.0, 9860.0, 9871.0, 9841.0, 9859.0, 9888.0, 9865.0, 9876.0, 9860.0, 9852.0, 9861.0, 9873.0, 9865.0, 9978.0, 9905.0, 9962.0, 9875.0, 9928.0, 9851.0, 9900.0, 9869.0, 9920.0, 9892.0, 9905.0, 9887.0, 9890.0, 9917.0, 9980.0, 9908.0, 9954.0, 9900.0, 9938.0, 9855.0, 9895.0, 9842.0, 9868.0, 9843.0, 9867.0, 9845.0, 9929.0, 9843.0, 9869.0, 9858.0, 9866.0, 9848.0, 9885.0, 9848.0, 9924.0, 9872.0, 9907.0, 9844.0, 9869.0, 9905.0, 9841.0, 9936.0, 9870.0, 9913.0, 9837.0, 9891.0, 9828.0, 9897.0, 9858.0, 9896.0, 9865.0, 9921.0, 9839.0, 9894.0, 9829.0, 9884.0, 9847.0, 9872.0, 9870.0, 9944.0, 9853.0, 9863.0, 9841.0, 9839.0, 9840.0, 9844.0, 9895.0, 9850.0, 9913.0, 9828.0, 9920.0, 9826.0, 9942.0, 9859.0, 9906.0, 9858.0, 9918.0, 9824.0, 9874.0, 9825.0, 9870.0, 9845.0, 9873.0, 9843.0, 9902.0, 9842.0, 9869.0, 9861.0, 9858.0, 9867.0, 9848.0, 9923.0, 9881.0, 9903.0, 9841.0, 9880.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.002878549450549451</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03180228736263736</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.07348707940593</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1696501141254119</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0310941251925199</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5153</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4251.5737</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15489676568845598</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>167</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>18.35164835164835</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.534569503633033</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3795728523574713</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.72981348037072</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4943221781709077</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0129484</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006589480210095644</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.05373501777648926</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>910</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.123910950248398</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>14.8836</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.0078</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>254.5821</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293155.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1274.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>467.9073</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6721</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>600.6935</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3684.2653</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3813.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83389.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1563.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4883.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.6022</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.390054389834404</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> |