=== 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-0026 --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-0026",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
110 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-0026_ses-04_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0026/ses-04/func/sub-0026_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>c1d96f17eee47e6bd33266735d24b6f8</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>10:39:41.915000</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_VE11C_LATEST_20160120</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.97508, 0.00239905, 0.221841, -0.0194035, 0.997032, 0.0745037]</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-02_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.0946289</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4176, -7758, -7283, 661, 43, -157, 50, 56]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>260.362</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3b56a3a7-7491-46ae-ba26-542527049027||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.616067886352539, -0.05205811187624931, 0.5967115759849548, 99.40826416015625], [-0.006436479277908802, 2.6749637126922607, 0.20776917040348053, -97.99113464355469], [0.5951844453811646, -0.1998879611492157, 2.6250269412994385, -80.4995346069336], [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, 926]</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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['103941.915000', '103942.375000', '103942.835000', '103943.295000', '103943.755000', '103944.215000', '103944.675000', '103945.135000', '103945.595000', '103946.055000', '103946.515000', '103946.975000', '103947.435000', '103947.895000', '103948.355000', '103948.815000', '103949.275000', '103949.735000', '103950.195000', '103950.655000', '103951.115000', '103951.575000', '103952.035000', '103952.495000', '103952.955000', '103953.415000', '103953.875000', '103954.335000', '103954.795000', '103955.255000', '103955.715000', '103956.175000', '103956.635000', '103957.095000', '103957.555000', '103958.015000', '103958.475000', '103958.935000', '103959.395000', '103959.855000', '104000.315000', '104000.775000', '104001.235000', '104001.695000', '104002.155000', '104002.615000', '104003.075000', '104003.535000', '104003.995000', '104004.455000', '104004.915000', '104005.375000', '104005.835000', '104006.295000', '104006.755000', '104007.215000', '104007.675000', '104008.135000', '104008.595000', '104009.055000', '104009.515000', '104009.975000', '104010.435000', '104010.895000', '104011.355000', '104011.815000', '104012.275000', '104012.735000', '104013.195000', '104013.655000', '104014.115000', '104014.575000', '104015.035000', '104015.495000', '104015.955000', '104016.415000', '104016.875000', '104017.335000', '104017.795000', '104018.255000', '104018.715000', '104019.175000', '104019.635000', '104020.095000', '104020.555000', '104021.015000', '104021.475000', '104021.935000', '104022.395000', '104022.855000', '104023.315000', '104023.775000', '104024.235000', '104024.695000', '104025.155000', '104025.615000', '104026.075000', '104026.535000', '104026.995000', '104027.455000', '104027.915000', '104028.375000', '104028.835000', '104029.295000', '104029.755000', '104030.215000', '104030.675000', '104031.135000', '104031.595000', '104032.055000', '104032.515000', '104032.975000', '104033.435000', '104033.895000', '104034.355000', '104034.815000', '104035.275000', '104035.735000', '104036.195000', '104036.655000', '104037.115000', '104037.575000', '104038.035000', '104038.495000', '104038.955000', '104039.415000', '104039.875000', '104040.335000', '104040.795000', '104041.255000', '104041.715000', '104042.175000', '104042.635000', '104043.095000', '104043.555000', '104044.015000', '104044.475000', '104044.935000', '104045.395000', '104045.855000', '104046.315000', '104046.775000', '104047.235000', '104047.695000', '104048.155000', '104048.615000', '104049.075000', '104049.535000', '104049.995000', '104050.455000', '104050.915000', '104051.375000', '104051.835000', '104052.295000', '104052.755000', '104053.215000', '104053.675000', '104054.135000', '104054.595000', '104055.055000', '104055.515000', '104055.975000', '104056.435000', '104056.895000', '104057.355000', '104057.815000', '104058.275000', '104058.735000', '104059.195000', '104059.655000', '104100.115000', '104100.575000', '104101.035000', '104101.495000', '104101.955000', '104102.415000', '104102.875000', '104103.335000', '104103.795000', '104104.255000', '104104.715000', '104105.175000', '104105.635000', '104106.095000', '104106.555000', '104107.015000', '104107.475000', '104107.935000', '104108.395000', '104108.855000', '104109.315000', '104109.775000', '104110.235000', '104110.695000', '104111.155000', '104111.615000', '104112.075000', '104112.535000', '104112.995000', '104113.455000', '104113.915000', '104114.375000', '104114.835000', '104115.295000', '104115.755000', '104116.215000', '104116.675000', '104117.135000', '104117.595000', '104118.055000', '104118.515000', '104118.975000', '104119.435000', '104119.895000', '104120.355000', '104120.815000', '104121.275000', '104121.735000', '104122.195000', '104122.655000', '104123.115000', '104123.575000', '104124.035000', '104124.495000', '104124.955000', '104125.415000', '104125.875000', '104126.335000', '104126.795000', '104127.255000', '104127.715000', '104128.175000', '104128.635000', '104129.095000', '104129.555000', '104130.015000', '104130.475000', '104130.935000', '104131.395000', '104131.855000', '104132.315000', '104132.775000', '104133.235000', '104133.695000', '104134.155000', '104134.615000', '104135.075000', '104135.535000', '104135.995000', '104136.455000', '104136.915000', '104137.375000', '104137.835000', '104138.295000', '104138.755000', '104139.215000', '104139.675000', '104140.135000', '104140.595000', '104141.055000', '104141.515000', '104141.975000', '104142.435000', '104142.895000', '104143.355000', '104143.815000', '104144.275000', '104144.735000', '104145.195000', '104145.655000', '104146.115000', '104146.575000', '104147.035000', '104147.495000', '104147.955000', '104148.415000', '104148.875000', '104149.335000', '104149.795000', '104150.255000', '104150.715000', '104151.175000', '104151.635000', '104152.095000', '104152.555000', '104153.015000', '104153.475000', '104153.935000', '104154.395000', '104154.855000', '104155.315000', '104155.775000', '104156.235000', '104156.695000', '104157.155000', '104157.615000', '104158.075000', '104158.535000', '104158.995000', '104159.455000', '104159.915000', '104200.375000', '104200.835000', '104201.295000', '104201.755000', '104202.215000', '104202.675000', '104203.135000', '104203.595000', '104204.055000', '104204.515000', '104204.975000', '104205.435000', '104205.895000', '104206.355000', '104206.815000', '104207.275000', '104207.735000', '104208.195000', '104208.655000', '104209.115000', '104209.575000', '104210.035000', '104210.495000', '104210.955000', '104211.415000', '104211.875000', '104212.335000', '104212.795000', '104213.255000', '104213.715000', '104214.175000', '104214.635000', '104215.095000', '104215.555000', '104216.015000', '104216.475000', '104216.935000', '104217.395000', '104217.855000', '104218.315000', '104218.775000', '104219.235000', '104219.695000', '104220.155000', '104220.615000', '104221.075000', '104221.535000', '104221.995000', '104222.455000', '104222.915000', '104223.375000', '104223.835000', '104224.295000', '104224.755000', '104225.215000', '104225.675000', '104226.135000', '104226.595000', '104227.055000', '104227.515000', '104227.975000', '104228.435000', '104228.895000', '104229.355000', '104229.815000', '104230.275000', '104230.735000', '104231.195000', '104231.655000', '104232.115000', '104232.575000', '104233.035000', '104233.495000', '104233.955000', '104234.415000', '104234.875000', '104235.335000', '104235.795000', '104236.255000', '104236.715000', '104237.175000', '104237.635000', '104238.095000', '104238.555000', '104239.015000', '104239.475000', '104239.935000', '104240.395000', '104240.855000', '104241.315000', '104241.775000', '104242.235000', '104242.695000', '104243.155000', '104243.615000', '104244.075000', '104244.535000', '104244.995000', '104245.455000', '104245.915000', '104246.375000', '104246.835000', '104247.295000', '104247.755000', '104248.215000', '104248.675000', '104249.135000', '104249.595000', '104250.055000', '104250.515000', '104250.975000', '104251.435000', '104251.895000', '104252.355000', '104252.815000', '104253.275000', '104253.735000', '104254.195000', '104254.655000', '104255.115000', '104255.575000', '104256.035000', '104256.495000', '104256.955000', '104257.415000', '104257.875000', '104258.335000', '104258.795000', '104259.255000', '104259.715000', '104300.175000', '104300.635000', '104301.095000', '104301.555000', '104302.015000', '104302.475000', '104302.935000', '104303.395000', '104303.855000', '104304.315000', '104304.775000', '104305.235000', '104305.695000', '104306.155000', '104306.615000', '104307.075000', '104307.535000', '104307.995000', '104308.455000', '104308.915000', '104309.375000', '104309.835000', '104310.295000', '104310.755000', '104311.215000', '104311.675000', '104312.135000', '104312.595000', '104313.055000', '104313.515000', '104313.975000', '104314.435000', '104314.895000', '104315.355000', '104315.815000', '104316.275000', '104316.735000', '104317.195000', '104317.655000', '104318.115000', '104318.575000', '104319.035000', '104319.495000', '104319.955000', '104320.415000', '104320.875000', '104321.335000', '104321.795000', '104322.255000', '104322.715000', '104323.175000', '104323.635000', '104324.095000', '104324.555000', '104325.015000', '104325.475000', '104325.935000', '104326.395000', '104326.855000', '104327.315000', '104327.775000', '104328.235000', '104328.695000', '104329.155000', '104329.615000', '104330.075000', '104330.535000', '104330.995000', '104331.455000', '104331.915000', '104332.375000', '104332.835000', '104333.295000', '104333.755000', '104334.215000', '104334.675000', '104335.135000', '104335.595000', '104336.055000', '104336.515000', '104336.975000', '104337.435000', '104337.895000', '104338.355000', '104338.815000', '104339.275000', '104339.735000', '104340.195000', '104340.655000', '104341.115000', '104341.575000', '104342.035000', '104342.495000', '104342.955000', '104343.415000', '104343.875000', '104344.335000', '104344.795000', '104345.255000', '104345.715000', '104346.175000', '104346.635000', '104347.095000', '104347.555000', '104348.015000', '104348.475000', '104348.935000', '104349.395000', '104349.855000', '104350.315000', '104350.775000', '104351.235000', '104351.695000', '104352.155000', '104352.615000', '104353.075000', '104353.535000', '104353.995000', '104354.455000', '104354.915000', '104355.375000', '104355.835000', '104356.295000', '104356.755000', '104357.215000', '104357.675000', '104358.135000', '104358.595000', '104359.055000', '104359.515000', '104359.975000', '104400.435000', '104400.895000', '104401.355000', '104401.815000', '104402.275000', '104402.735000', '104403.195000', '104403.655000', '104404.115000', '104404.575000', '104405.035000', '104405.495000', '104405.955000', '104406.415000', '104406.875000', '104407.335000', '104407.795000', '104408.255000', '104408.715000', '104409.175000', '104409.635000', '104410.095000', '104410.555000', '104411.015000', '104411.475000', '104411.935000', '104412.395000', '104412.855000', '104413.315000', '104413.775000', '104414.235000', '104414.695000', '104415.155000', '104415.615000', '104416.075000', '104416.535000', '104416.995000', '104417.455000', '104417.915000', '104418.375000', '104418.835000', '104419.295000', '104419.755000', '104420.215000', '104420.675000', '104421.135000', '104421.595000', '104422.055000', '104422.515000', '104422.975000', '104423.435000', '104423.895000', '104424.355000', '104424.815000', '104425.275000', '104425.735000', '104426.195000', '104426.655000', '104427.115000', '104427.575000', '104428.035000', '104428.495000', '104428.955000', '104429.415000', '104429.875000', '104430.335000', '104430.795000', '104431.255000', '104431.715000', '104432.175000', '104432.635000', '104433.095000', '104433.555000', '104434.015000', '104434.475000', '104434.935000', '104435.395000', '104435.855000', '104436.315000', '104436.775000', '104437.235000', '104437.695000', '104438.155000', '104438.615000', '104439.075000', '104439.535000', '104439.995000', '104440.455000', '104440.915000', '104441.375000', '104441.835000', '104442.295000', '104442.755000', '104443.215000', '104443.675000', '104444.135000', '104444.595000', '104445.055000', '104445.515000', '104445.975000', '104446.435000', '104446.895000', '104447.355000', '104447.815000', '104448.275000', '104448.735000', '104449.195000', '104449.655000', '104450.115000', '104450.575000', '104451.035000', '104451.495000', '104451.955000', '104452.415000', '104452.875000', '104453.335000', '104453.795000', '104454.255000', '104454.715000', '104455.175000', '104455.635000', '104456.095000', '104456.555000', '104457.015000', '104457.475000', '104457.935000', '104458.395000', '104458.855000', '104459.315000', '104459.775000', '104500.235000', '104500.695000', '104501.155000', '104501.615000', '104502.075000', '104502.535000', '104502.995000', '104503.455000', '104503.915000', '104504.375000', '104504.835000', '104505.295000', '104505.755000', '104506.215000', '104506.675000', '104507.135000', '104507.595000', '104508.055000', '104508.515000', '104508.975000', '104509.435000', '104509.895000', '104510.355000', '104510.815000', '104511.275000', '104511.735000', '104512.195000', '104512.655000', '104513.115000', '104513.575000', '104514.035000', '104514.495000', '104514.955000', '104515.415000', '104515.875000', '104516.335000', '104516.795000', '104517.255000', '104517.715000', '104518.175000', '104518.635000', '104519.095000', '104519.555000', '104520.015000', '104520.475000', '104520.935000', '104521.395000', '104521.855000', '104522.315000', '104522.775000', '104523.235000', '104523.695000', '104524.155000', '104524.615000', '104525.075000', '104525.535000', '104525.995000', '104526.455000', '104526.915000', '104527.375000', '104527.835000', '104528.295000', '104528.755000', '104529.215000', '104529.675000', '104530.135000', '104530.595000', '104531.055000', '104531.515000', '104531.975000', '104532.435000', '104532.895000', '104533.355000', '104533.815000', '104534.275000', '104534.735000', '104535.195000', '104535.655000', '104536.115000', '104536.575000', '104537.035000', '104537.495000', '104537.955000', '104538.415000', '104538.875000', '104539.335000', '104539.795000', '104540.255000', '104540.715000', '104541.175000', '104541.635000', '104542.095000', '104542.555000', '104543.015000', '104543.475000', '104543.935000', '104544.395000', '104544.855000', '104545.315000', '104545.775000', '104546.235000', '104546.695000', '104547.155000', '104547.615000', '104548.075000', '104548.535000', '104548.995000', '104549.455000', '104549.915000', '104550.375000', '104550.835000', '104551.295000', '104551.755000', '104552.215000', '104552.675000', '104553.135000', '104553.595000', '104554.055000', '104554.515000', '104554.975000', '104555.435000', '104555.895000', '104556.355000', '104556.815000', '104557.275000', '104557.735000', '104558.195000', '104558.655000', '104559.115000', '104559.575000', '104600.035000', '104600.495000', '104600.955000', '104601.415000', '104601.875000', '104602.335000', '104602.795000', '104603.255000', '104603.715000', '104604.175000', '104604.635000', '104605.095000', '104605.555000', '104606.015000', '104606.475000', '104606.935000', '104607.395000', '104607.855000', '104608.315000', '104608.775000', '104609.235000', '104609.695000', '104610.155000', '104610.615000', '104611.075000', '104611.535000', '104611.995000', '104612.455000', '104612.915000', '104613.375000', '104613.835000', '104614.295000', '104614.755000', '104615.215000', '104615.675000', '104616.135000', '104616.595000', '104617.055000', '104617.515000', '104617.975000', '104618.435000', '104618.895000', '104619.355000', '104619.815000', '104620.275000', '104620.735000', '104621.195000', '104621.655000', '104622.115000', '104622.575000', '104623.035000', '104623.495000', '104623.955000', '104624.415000', '104624.875000', '104625.335000', '104625.795000', '104626.255000', '104626.715000', '104627.175000', '104627.635000', '104628.095000', '104628.555000', '104629.015000', '104629.475000', '104629.935000', '104630.395000', '104630.855000', '104631.315000', '104631.775000', '104632.235000', '104632.695000', '104633.155000', '104633.615000', '104634.075000', '104634.535000', '104634.995000', '104635.455000', '104635.915000', '104636.375000', '104636.835000', '104637.295000', '104637.755000', '104638.215000', '104638.675000', '104639.135000', '104639.595000', '104640.055000', '104640.515000', '104640.975000', '104641.435000', '104641.895000', '104642.355000', '104642.815000', '104643.275000', '104643.735000', '104644.195000', '104644.655000', '104645.115000', '104645.575000', '104646.035000', '104646.495000', '104646.955000', '104647.415000'], 'ContentTime': ['104010.039000', '104010.043000', '104010.046000', '104010.049000', '104010.052000', '104010.055000', '104010.058000', '104010.060000', '104010.064000', '104010.067000', '104010.069000', '104010.073000', '104010.076000', '104010.079000', '104010.082000', '104010.085000', '104010.089000', '104010.091000', '104010.094000', '104010.097000', '104010.100000', '104010.103000', '104010.106000', '104010.109000', '104010.112000', '104010.115000', '104010.118000', '104010.121000', '104010.124000', '104010.127000', '104010.138000', '104010.141000', '104010.144000', '104010.147000', '104010.150000', '104010.153000', '104010.156000', '104010.159000', '104010.162000', '104010.165000', '104010.168000', '104010.171000', '104010.173000', '104010.176000', '104010.179000', '104010.182000', '104010.185000', '104010.188000', '104010.191000', '104010.194000', '104010.197000', '104010.200000', '104010.203000', '104010.206000', '104010.209000', '104010.212000', '104010.215000', '104010.218000', '104010.221000', '104010.224000', '104029.976000', '104029.979000', '104029.982000', '104029.985000', '104029.988000', '104029.997000', '104030.001000', '104030.004000', '104030.006000', '104030.010000', '104030.012000', '104030.015000', '104030.018000', '104030.021000', '104030.024000', '104030.027000', '104030.030000', '104030.033000', '104030.036000', '104030.039000', '104030.041000', '104030.044000', '104030.047000', '104030.050000', '104030.053000', '104030.056000', '104030.059000', '104030.062000', '104030.065000', '104030.068000', '104030.071000', '104030.074000', '104030.076000', '104030.079000', '104030.082000', '104030.085000', '104030.088000', '104030.091000', '104030.094000', '104030.097000', '104030.100000', '104030.112000', '104030.115000', '104049.976000', '104049.979000', '104049.996000', '104050.000000', '104050.003000', '104050.006000', '104050.009000', '104050.012000', '104050.015000', '104050.018000', '104050.021000', '104050.024000', '104050.027000', '104050.029000', '104050.032000', '104050.035000', '104050.038000', '104050.041000', '104050.044000', '104050.047000', '104050.050000', '104050.053000', '104050.056000', '104050.059000', '104050.061000', '104050.064000', '104050.067000', '104050.070000', '104050.073000', '104050.076000', '104050.079000', '104050.082000', '104050.085000', '104050.088000', '104050.091000', '104050.093000', '104050.096000', '104050.099000', '104050.102000', '104050.105000', '104050.108000', '104050.111000', '104050.114000', '104050.117000', '104109.976000', '104109.979000', '104109.989000', '104109.992000', '104109.995000', '104109.998000', '104110.002000', '104110.005000', '104110.008000', '104110.011000', '104110.014000', '104110.017000', '104110.020000', '104110.023000', '104110.026000', '104110.028000', '104110.031000', '104110.034000', '104110.037000', '104110.040000', '104110.043000', '104110.046000', '104110.049000', '104110.052000', '104110.055000', '104110.058000', '104110.061000', '104110.063000', '104110.066000', '104110.069000', '104110.072000', '104110.075000', '104110.078000', '104110.081000', '104110.084000', '104110.087000', '104110.090000', '104110.093000', '104110.096000', '104110.100000', '104110.103000', '104110.106000', '104110.109000', '104129.976000', '104129.979000', '104129.982000', '104129.985000', '104129.988000', '104129.991000', '104129.994000', '104129.997000', '104130.001000', '104130.004000', '104130.007000', '104130.009000', '104130.012000', '104130.025000', '104130.028000', '104130.030000', '104130.033000', '104130.036000', '104130.039000', '104130.042000', '104130.045000', '104130.048000', '104130.051000', '104130.054000', '104130.057000', '104130.060000', '104130.063000', '104130.066000', '104130.068000', '104130.071000', '104130.074000', '104130.077000', '104130.080000', '104130.083000', '104130.086000', '104130.089000', '104130.103000', '104130.117000', '104130.120000', '104130.123000', '104130.126000', '104130.129000', '104130.132000', '104130.134000', '104149.977000', '104149.980000', '104149.983000', '104149.986000', '104149.989000', '104149.992000', '104149.995000', '104149.998000', '104150.000000', '104150.003000', '104150.006000', '104150.009000', '104150.012000', '104150.015000', '104150.018000', '104150.021000', '104150.024000', '104150.027000', '104150.030000', '104150.033000', '104150.036000', '104150.039000', '104150.042000', '104150.045000', '104150.047000', '104150.050000', '104150.053000', '104150.056000', '104150.059000', '104150.062000', '104150.065000', '104150.068000', '104150.071000', '104150.074000', '104150.077000', '104150.080000', '104150.083000', '104150.086000', '104150.088000', '104150.092000', '104150.095000', '104150.097000', '104150.100000', '104209.976000', '104209.979000', '104209.982000', '104209.985000', '104209.988000', '104209.991000', '104209.995000', '104209.998000', '104210.002000', '104210.005000', '104210.008000', '104210.010000', '104210.014000', '104210.017000', '104210.019000', '104210.022000', '104210.025000', '104210.028000', '104210.031000', '104210.034000', '104210.037000', '104210.040000', '104210.043000', '104210.046000', '104210.049000', '104210.052000', '104210.055000', '104210.058000', '104210.061000', '104210.064000', '104210.066000', '104210.069000', '104210.072000', '104210.075000', '104210.078000', '104210.081000', '104210.084000', '104210.087000', '104210.090000', '104210.093000', '104210.096000', '104210.098000', '104210.101000', '104229.976000', '104229.979000', '104229.982000', '104229.985000', '104229.988000', '104229.991000', '104229.994000', '104229.997000', '104230.001000', '104230.004000', '104230.007000', '104230.010000', '104230.013000', '104230.015000', '104230.018000', '104230.021000', '104230.024000', '104230.027000', '104230.030000', '104230.033000', '104230.036000', '104230.039000', '104230.042000', '104230.045000', '104230.048000', '104230.051000', '104230.053000', '104230.056000', '104230.059000', '104230.062000', '104230.065000', '104230.068000', '104230.071000', '104230.074000', '104230.077000', '104230.080000', '104230.083000', '104230.086000', '104230.089000', '104230.092000', '104230.095000', '104230.097000', '104230.100000', '104230.103000', '104249.976000', '104249.979000', '104249.982000', '104249.985000', '104249.988000', '104249.991000', '104249.994000', '104249.998000', '104250.001000', '104250.004000', '104250.007000', '104250.010000', '104250.013000', '104250.016000', '104250.019000', '104250.022000', '104250.025000', '104250.028000', '104250.031000', '104250.034000', '104250.037000', '104250.040000', '104250.043000', '104250.046000', '104250.049000', '104250.051000', '104250.054000', '104250.057000', '104250.060000', '104250.063000', '104250.066000', '104250.069000', '104250.072000', '104250.075000', '104250.078000', '104250.081000', '104250.084000', '104250.087000', '104250.098000', '104250.101000', '104250.104000', '104250.107000', '104250.110000', '104309.976000', '104309.979000', '104309.982000', '104309.985000', '104309.988000', '104309.991000', '104309.994000', '104310.002000', '104310.005000', '104310.008000', '104310.011000', '104310.014000', '104310.017000', '104310.019000', '104310.022000', '104310.025000', '104310.028000', '104310.031000', '104310.044000', '104310.046000', '104310.049000', '104310.059000', '104310.062000', '104310.065000', '104310.068000', '104310.071000', '104310.074000', '104310.077000', '104310.079000', '104310.082000', '104310.085000', '104310.088000', '104310.091000', '104310.094000', '104310.097000', '104310.100000', '104310.103000', '104310.106000', '104310.109000', '104310.112000', '104310.115000', '104310.117000', '104310.121000', '104310.123000', '104329.976000', '104329.979000', '104329.982000', '104329.985000', '104329.988000', '104329.991000', '104329.994000', '104329.997000', '104330.001000', '104330.004000', '104330.008000', '104330.013000', '104330.016000', '104330.019000', '104330.022000', '104330.025000', '104330.028000', '104330.031000', '104330.034000', '104330.037000', '104330.040000', '104330.049000', '104330.052000', '104330.055000', '104330.058000', '104330.061000', '104330.064000', '104330.067000', '104330.070000', '104330.072000', '104330.076000', '104330.078000', '104330.081000', '104330.084000', '104330.087000', '104330.090000', '104330.093000', '104330.096000', '104330.099000', '104330.102000', '104330.105000', '104330.107000', '104330.110000', '104349.976000', '104349.979000', '104349.990000', '104349.993000', '104349.996000', '104350.000000', '104350.003000', '104350.006000', '104350.009000', '104350.012000', '104350.015000', '104350.018000', '104350.020000', '104350.024000', '104350.026000', '104350.029000', '104350.032000', '104350.035000', '104350.038000', '104350.041000', '104350.044000', '104350.047000', '104350.050000', '104350.053000', '104350.056000', '104350.059000', '104350.062000', '104350.065000', '104350.067000', '104350.071000', '104350.082000', '104350.085000', '104350.088000', '104350.091000', '104350.094000', '104350.097000', '104350.100000', '104350.109000', '104350.112000', '104350.115000', '104350.118000', '104350.121000', '104350.124000', '104350.126000', '104409.977000', '104409.980000', '104409.983000', '104409.986000', '104409.989000', '104409.992000', '104409.995000', '104409.998000', '104410.001000', '104410.004000', '104410.006000', '104410.010000', '104410.012000', '104410.015000', '104410.018000', '104410.021000', '104410.025000', '104410.028000', '104410.031000', '104410.034000', '104410.037000', '104410.040000', '104410.043000', '104410.046000', '104410.049000', '104410.052000', '104410.055000', '104410.058000', '104410.060000', '104410.064000', '104410.066000', '104410.069000', '104410.072000', '104410.075000', '104410.078000', '104410.081000', '104410.084000', '104410.087000', '104410.090000', '104410.093000', '104410.096000', '104410.099000', '104410.102000', '104429.976000', '104429.979000', '104429.982000', '104429.985000', '104429.988000', '104429.991000', '104429.994000', '104429.997000', '104430.001000', '104430.004000', '104430.006000', '104430.009000', '104430.012000', '104430.015000', '104430.018000', '104430.021000', '104430.024000', '104430.027000', '104430.030000', '104430.033000', '104430.036000', '104430.039000', '104430.042000', '104430.045000', '104430.048000', '104430.050000', '104430.053000', '104430.056000', '104430.059000', '104430.062000', '104430.065000', '104430.068000', '104430.071000', '104430.074000', '104430.077000', '104430.080000', '104430.083000', '104430.085000', '104430.088000', '104430.091000', '104430.094000', '104430.097000', '104430.112000', '104430.115000', '104449.976000', '104449.979000', '104449.982000', '104449.985000', '104449.988000', '104449.991000', '104449.994000', '104449.997000', '104450.001000', '104450.004000', '104450.007000', '104450.010000', '104450.012000', '104450.015000', '104450.018000', '104450.021000', '104450.024000', '104450.027000', '104450.030000', '104450.033000', '104450.036000', '104450.039000', '104450.042000', '104450.045000', '104450.048000', '104450.051000', '104450.081000', '104450.084000', '104450.087000', '104450.090000', '104450.093000', '104450.096000', '104450.099000', '104450.102000', '104450.105000', '104450.107000', '104450.110000', '104450.113000', '104450.116000', '104450.119000', '104450.122000', '104450.125000', '104450.128000', '104509.976000', '104509.979000', '104509.982000', '104509.985000', '104509.988000', '104509.991000', '104509.994000', '104509.997000', '104510.000000', '104510.003000', '104510.006000', '104510.010000', '104510.013000', '104510.015000', '104510.018000', '104510.021000', '104510.027000', '104510.029000', '104510.032000', '104510.035000', '104510.038000', '104510.041000', '104510.044000', '104510.047000', '104510.050000', '104510.053000', '104510.056000', '104510.059000', '104510.062000', '104510.065000', '104510.068000', '104510.071000', '104510.074000', '104510.076000', '104510.079000', '104510.082000', '104510.085000', '104510.088000', '104510.091000', '104510.094000', '104510.097000', '104510.100000', '104510.103000', '104510.106000', '104529.976000', '104529.979000', '104529.982000', '104529.985000', '104529.988000', '104529.991000', '104529.994000', '104529.997000', '104530.001000', '104530.004000', '104530.007000', '104530.009000', '104530.012000', '104530.015000', '104530.018000', '104530.021000', '104530.024000', '104530.027000', '104530.030000', '104530.033000', '104530.036000', '104530.039000', '104530.042000', '104530.045000', '104530.047000', '104530.051000', '104530.053000', '104530.056000', '104530.059000', '104530.062000', '104530.065000', '104530.069000', '104530.072000', '104530.074000', '104530.077000', '104530.080000', '104530.083000', '104530.086000', '104530.089000', '104530.092000', '104530.095000', '104530.098000', '104530.101000', '104549.976000', '104549.979000', '104549.982000', '104549.985000', '104549.988000', '104549.991000', '104549.994000', '104549.996000', '104550.000000', '104550.003000', '104550.006000', '104550.009000', '104550.012000', '104550.015000', '104550.018000', '104550.021000', '104550.024000', '104550.027000', '104550.030000', '104550.032000', '104550.035000', '104550.038000', '104550.041000', '104550.044000', '104550.047000', '104550.050000', '104550.053000', '104550.056000', '104550.059000', '104550.062000', '104550.065000', '104550.068000', '104550.071000', '104550.073000', '104550.076000', '104550.079000', '104550.082000', '104550.085000', '104550.088000', '104550.091000', '104550.094000', '104550.097000', '104550.100000', '104550.103000', '104609.976000', '104609.979000', '104609.982000', '104609.985000', '104609.988000', '104609.991000', '104609.994000', '104609.996000', '104610.001000', '104610.017000', '104610.020000', '104610.023000', '104610.026000', '104610.029000', '104610.031000', '104610.034000', '104610.037000', '104610.040000', '104610.043000', '104610.046000', '104610.049000', '104610.052000', '104610.055000', '104610.058000', '104610.061000', '104610.064000', '104610.067000', '104610.070000', '104610.074000', '104610.077000', '104610.079000', '104610.082000', '104610.085000', '104610.088000', '104610.091000', '104610.094000', '104610.097000', '104610.100000', '104610.103000', '104610.106000', '104610.109000', '104610.112000', '104610.115000', '104629.977000', '104629.980000', '104629.983000', '104629.986000', '104629.989000', '104629.992000', '104629.995000', '104629.998000', '104630.001000', '104630.004000', '104630.007000', '104630.010000', '104630.013000', '104630.016000', '104630.018000', '104630.021000', '104630.024000', '104630.027000', '104630.030000', '104630.033000', '104630.036000', '104630.039000', '104630.042000', '104630.045000', '104630.048000', '104630.051000', '104630.054000', '104630.065000', '104630.068000', '104630.071000', '104630.074000', '104630.077000', '104630.080000', '104630.083000', '104630.086000', '104630.089000', '104630.091000', '104630.095000', '104630.097000', '104630.100000', '104630.103000', '104630.106000', '104630.109000', '104630.112000', '104648.300000', '104648.303000', '104648.306000', '104648.309000', '104648.312000', '104648.315000', '104648.318000', '104648.321000', '104648.324000', '104648.327000', '104648.330000', '104648.333000', '104648.336000', '104648.339000', '104648.342000', '104648.344000', '104648.347000', '104648.354000', '104648.357000', '104648.360000', '104648.363000', '104648.366000', '104648.369000', '104648.375000', '104648.378000', '104648.382000', '104648.384000', '104648.387000', '104648.390000', '104648.393000', '104648.396000', '104648.399000', '104648.402000', '104648.405000', '104648.408000', '104648.410000', '104648.413000', '104648.416000', '104648.419000', '104648.422000'], 'InstanceCreationTime': ['104010.039000', '104010.043000', '104010.046000', '104010.049000', '104010.052000', '104010.055000', '104010.058000', '104010.060000', '104010.064000', '104010.067000', '104010.069000', '104010.073000', '104010.076000', '104010.079000', '104010.082000', '104010.085000', '104010.089000', '104010.091000', '104010.094000', '104010.097000', '104010.100000', '104010.103000', '104010.106000', '104010.109000', '104010.112000', '104010.115000', '104010.118000', '104010.121000', '104010.124000', '104010.127000', '104010.138000', '104010.141000', '104010.144000', '104010.147000', '104010.150000', '104010.153000', '104010.156000', '104010.159000', '104010.162000', '104010.165000', '104010.168000', '104010.171000', '104010.173000', '104010.176000', '104010.179000', '104010.182000', '104010.185000', '104010.188000', '104010.191000', '104010.194000', '104010.197000', '104010.200000', '104010.203000', '104010.206000', '104010.209000', '104010.212000', '104010.215000', '104010.218000', '104010.221000', '104010.224000', '104029.976000', '104029.979000', '104029.982000', '104029.985000', '104029.988000', '104029.997000', '104030.001000', '104030.004000', '104030.006000', '104030.010000', '104030.012000', '104030.015000', '104030.018000', '104030.021000', '104030.024000', '104030.027000', '104030.030000', '104030.033000', '104030.036000', '104030.039000', '104030.041000', '104030.044000', '104030.047000', '104030.050000', '104030.053000', '104030.056000', '104030.059000', '104030.062000', '104030.065000', '104030.068000', '104030.071000', '104030.074000', '104030.076000', '104030.079000', '104030.082000', '104030.085000', '104030.088000', '104030.091000', '104030.094000', '104030.097000', '104030.100000', '104030.112000', '104030.115000', '104049.976000', '104049.979000', '104049.996000', '104050.000000', '104050.003000', '104050.006000', '104050.009000', '104050.012000', '104050.015000', '104050.018000', '104050.021000', '104050.024000', '104050.027000', '104050.029000', '104050.032000', '104050.035000', '104050.038000', '104050.041000', '104050.044000', '104050.047000', '104050.050000', '104050.053000', '104050.056000', '104050.059000', '104050.061000', '104050.064000', '104050.067000', '104050.070000', '104050.073000', '104050.076000', '104050.079000', '104050.082000', '104050.085000', '104050.088000', '104050.091000', '104050.093000', '104050.096000', '104050.099000', '104050.102000', '104050.105000', '104050.108000', '104050.111000', '104050.114000', '104050.117000', '104109.976000', '104109.979000', '104109.989000', '104109.992000', '104109.995000', '104109.998000', '104110.002000', '104110.005000', '104110.008000', '104110.011000', '104110.014000', '104110.017000', '104110.020000', '104110.023000', '104110.026000', '104110.028000', '104110.031000', '104110.034000', '104110.037000', '104110.040000', '104110.043000', '104110.046000', '104110.049000', '104110.052000', '104110.055000', '104110.058000', '104110.061000', '104110.063000', '104110.066000', '104110.069000', '104110.072000', '104110.075000', '104110.078000', '104110.081000', '104110.084000', '104110.087000', '104110.090000', '104110.093000', '104110.096000', '104110.100000', '104110.103000', '104110.106000', '104110.109000', '104129.976000', '104129.979000', '104129.982000', '104129.985000', '104129.988000', '104129.991000', '104129.994000', '104129.997000', '104130.001000', '104130.004000', '104130.007000', '104130.009000', '104130.012000', '104130.025000', '104130.028000', '104130.030000', '104130.033000', '104130.036000', '104130.039000', '104130.042000', '104130.045000', '104130.048000', '104130.051000', '104130.054000', '104130.057000', '104130.060000', '104130.063000', '104130.066000', '104130.068000', '104130.071000', '104130.074000', '104130.077000', '104130.080000', '104130.083000', '104130.086000', '104130.089000', '104130.103000', '104130.117000', '104130.120000', '104130.123000', '104130.126000', '104130.129000', '104130.132000', '104130.134000', '104149.977000', '104149.980000', '104149.983000', '104149.986000', '104149.989000', '104149.992000', '104149.995000', '104149.998000', '104150.000000', '104150.003000', '104150.006000', '104150.009000', '104150.012000', '104150.015000', '104150.018000', '104150.021000', '104150.024000', '104150.027000', '104150.030000', '104150.033000', '104150.036000', '104150.039000', '104150.042000', '104150.045000', '104150.047000', '104150.050000', '104150.053000', '104150.056000', '104150.059000', '104150.062000', '104150.065000', '104150.068000', '104150.071000', '104150.074000', '104150.077000', '104150.080000', '104150.083000', '104150.086000', '104150.088000', '104150.092000', '104150.095000', '104150.097000', '104150.100000', '104209.976000', '104209.979000', '104209.982000', '104209.985000', '104209.988000', '104209.991000', '104209.995000', '104209.998000', '104210.002000', '104210.005000', '104210.008000', '104210.010000', '104210.014000', '104210.017000', '104210.019000', '104210.022000', '104210.025000', '104210.028000', '104210.031000', '104210.034000', '104210.037000', '104210.040000', '104210.043000', '104210.046000', '104210.049000', '104210.052000', '104210.055000', '104210.058000', '104210.061000', '104210.064000', '104210.066000', '104210.069000', '104210.072000', '104210.075000', '104210.078000', '104210.081000', '104210.084000', '104210.087000', '104210.090000', '104210.093000', '104210.096000', '104210.098000', '104210.101000', '104229.976000', '104229.979000', '104229.982000', '104229.985000', '104229.988000', '104229.991000', '104229.994000', '104229.997000', '104230.001000', '104230.004000', '104230.007000', '104230.010000', '104230.013000', '104230.015000', '104230.018000', '104230.021000', '104230.024000', '104230.027000', '104230.030000', '104230.033000', '104230.036000', '104230.039000', '104230.042000', '104230.045000', '104230.048000', '104230.051000', '104230.053000', '104230.056000', '104230.059000', '104230.062000', '104230.065000', '104230.068000', '104230.071000', '104230.074000', '104230.077000', '104230.080000', '104230.083000', '104230.086000', '104230.089000', '104230.092000', '104230.095000', '104230.097000', '104230.100000', '104230.103000', '104249.976000', '104249.979000', '104249.982000', '104249.985000', '104249.988000', '104249.991000', '104249.994000', '104249.998000', '104250.001000', '104250.004000', '104250.007000', '104250.010000', '104250.013000', '104250.016000', '104250.019000', '104250.022000', '104250.025000', '104250.028000', '104250.031000', '104250.034000', '104250.037000', '104250.040000', '104250.043000', '104250.046000', '104250.049000', '104250.051000', '104250.054000', '104250.057000', '104250.060000', '104250.063000', '104250.066000', '104250.069000', '104250.072000', '104250.075000', '104250.078000', '104250.081000', '104250.084000', '104250.087000', '104250.098000', '104250.101000', '104250.104000', '104250.107000', '104250.110000', '104309.976000', '104309.979000', '104309.982000', '104309.985000', '104309.988000', '104309.991000', '104309.994000', '104310.002000', '104310.005000', '104310.008000', '104310.011000', '104310.014000', '104310.017000', '104310.019000', '104310.022000', '104310.025000', '104310.028000', '104310.031000', '104310.044000', '104310.046000', '104310.049000', '104310.059000', '104310.062000', '104310.065000', '104310.068000', '104310.071000', '104310.074000', '104310.077000', '104310.079000', '104310.082000', '104310.085000', '104310.088000', '104310.091000', '104310.094000', '104310.097000', '104310.100000', '104310.103000', '104310.106000', '104310.109000', '104310.112000', '104310.115000', '104310.117000', '104310.121000', '104310.123000', '104329.976000', '104329.979000', '104329.982000', '104329.985000', '104329.988000', '104329.991000', '104329.994000', '104329.997000', '104330.001000', '104330.004000', '104330.008000', '104330.013000', '104330.016000', '104330.019000', '104330.022000', '104330.025000', '104330.028000', '104330.031000', '104330.034000', '104330.037000', '104330.040000', '104330.049000', '104330.052000', '104330.055000', '104330.058000', '104330.061000', '104330.064000', '104330.067000', '104330.070000', '104330.072000', '104330.076000', '104330.078000', '104330.081000', '104330.084000', '104330.087000', '104330.090000', '104330.093000', '104330.096000', '104330.099000', '104330.102000', '104330.105000', '104330.107000', '104330.110000', '104349.976000', '104349.979000', '104349.990000', '104349.993000', '104349.996000', '104350.000000', '104350.003000', '104350.006000', '104350.009000', '104350.012000', '104350.015000', '104350.018000', '104350.020000', '104350.024000', '104350.026000', '104350.029000', '104350.032000', '104350.035000', '104350.038000', '104350.041000', '104350.044000', '104350.047000', '104350.050000', '104350.053000', '104350.056000', '104350.059000', '104350.062000', '104350.065000', '104350.067000', '104350.071000', '104350.082000', '104350.085000', '104350.088000', '104350.091000', '104350.094000', '104350.097000', '104350.100000', '104350.109000', '104350.112000', '104350.115000', '104350.118000', '104350.121000', '104350.124000', '104350.126000', '104409.977000', '104409.980000', '104409.983000', '104409.986000', '104409.989000', '104409.992000', '104409.995000', '104409.998000', '104410.001000', '104410.004000', '104410.006000', '104410.010000', '104410.012000', '104410.015000', '104410.018000', '104410.021000', '104410.025000', '104410.028000', '104410.031000', '104410.034000', '104410.037000', '104410.040000', '104410.043000', '104410.046000', '104410.049000', '104410.052000', '104410.055000', '104410.058000', '104410.060000', '104410.064000', '104410.066000', '104410.069000', '104410.072000', '104410.075000', '104410.078000', '104410.081000', '104410.084000', '104410.087000', '104410.090000', '104410.093000', '104410.096000', '104410.099000', '104410.102000', '104429.976000', '104429.979000', '104429.982000', '104429.985000', '104429.988000', '104429.991000', '104429.994000', '104429.997000', '104430.001000', '104430.004000', '104430.006000', '104430.009000', '104430.012000', '104430.015000', '104430.018000', '104430.021000', '104430.024000', '104430.027000', '104430.030000', '104430.033000', '104430.036000', '104430.039000', '104430.042000', '104430.045000', '104430.048000', '104430.050000', '104430.053000', '104430.056000', '104430.059000', '104430.062000', '104430.065000', '104430.068000', '104430.071000', '104430.074000', '104430.077000', '104430.080000', '104430.083000', '104430.085000', '104430.088000', '104430.091000', '104430.094000', '104430.097000', '104430.112000', '104430.115000', '104449.976000', '104449.979000', '104449.982000', '104449.985000', '104449.988000', '104449.991000', '104449.994000', '104449.997000', '104450.001000', '104450.004000', '104450.007000', '104450.010000', '104450.012000', '104450.015000', '104450.018000', '104450.021000', '104450.024000', '104450.027000', '104450.030000', '104450.033000', '104450.036000', '104450.039000', '104450.042000', '104450.045000', '104450.048000', '104450.051000', '104450.081000', '104450.084000', '104450.087000', '104450.090000', '104450.093000', '104450.096000', '104450.099000', '104450.102000', '104450.105000', '104450.107000', '104450.110000', '104450.113000', '104450.116000', '104450.119000', '104450.122000', '104450.125000', '104450.128000', '104509.976000', '104509.979000', '104509.982000', '104509.985000', '104509.988000', '104509.991000', '104509.994000', '104509.997000', '104510.000000', '104510.003000', '104510.006000', '104510.010000', '104510.013000', '104510.015000', '104510.018000', '104510.021000', '104510.027000', '104510.029000', '104510.032000', '104510.035000', '104510.038000', '104510.041000', '104510.044000', '104510.047000', '104510.050000', '104510.053000', '104510.056000', '104510.059000', '104510.062000', '104510.065000', '104510.068000', '104510.071000', '104510.074000', '104510.076000', '104510.079000', '104510.082000', '104510.085000', '104510.088000', '104510.091000', '104510.094000', '104510.097000', '104510.100000', '104510.103000', '104510.106000', '104529.976000', '104529.979000', '104529.982000', '104529.985000', '104529.988000', '104529.991000', '104529.994000', '104529.997000', '104530.001000', '104530.004000', '104530.007000', '104530.009000', '104530.012000', '104530.015000', '104530.018000', '104530.021000', '104530.024000', '104530.027000', '104530.030000', '104530.033000', '104530.036000', '104530.039000', '104530.042000', '104530.045000', '104530.047000', '104530.051000', '104530.053000', '104530.056000', '104530.059000', '104530.062000', '104530.065000', '104530.069000', '104530.072000', '104530.074000', '104530.077000', '104530.080000', '104530.083000', '104530.086000', '104530.089000', '104530.092000', '104530.095000', '104530.098000', '104530.101000', '104549.976000', '104549.979000', '104549.982000', '104549.985000', '104549.988000', '104549.991000', '104549.994000', '104549.996000', '104550.000000', '104550.003000', '104550.006000', '104550.009000', '104550.012000', '104550.015000', '104550.018000', '104550.021000', '104550.024000', '104550.027000', '104550.030000', '104550.032000', '104550.035000', '104550.038000', '104550.041000', '104550.044000', '104550.047000', '104550.050000', '104550.053000', '104550.056000', '104550.059000', '104550.062000', '104550.065000', '104550.068000', '104550.071000', '104550.073000', '104550.076000', '104550.079000', '104550.082000', '104550.085000', '104550.088000', '104550.091000', '104550.094000', '104550.097000', '104550.100000', '104550.103000', '104609.976000', '104609.979000', '104609.982000', '104609.985000', '104609.988000', '104609.991000', '104609.994000', '104609.996000', '104610.001000', '104610.017000', '104610.020000', '104610.023000', '104610.026000', '104610.029000', '104610.031000', '104610.034000', '104610.037000', '104610.040000', '104610.043000', '104610.046000', '104610.049000', '104610.052000', '104610.055000', '104610.058000', '104610.061000', '104610.064000', '104610.067000', '104610.070000', '104610.074000', '104610.077000', '104610.079000', '104610.082000', '104610.085000', '104610.088000', '104610.091000', '104610.094000', '104610.097000', '104610.100000', '104610.103000', '104610.106000', '104610.109000', '104610.112000', '104610.115000', '104629.977000', '104629.980000', '104629.983000', '104629.986000', '104629.989000', '104629.992000', '104629.995000', '104629.998000', '104630.001000', '104630.004000', '104630.007000', '104630.010000', '104630.013000', '104630.016000', '104630.018000', '104630.021000', '104630.024000', '104630.027000', '104630.030000', '104630.033000', '104630.036000', '104630.039000', '104630.042000', '104630.045000', '104630.048000', '104630.051000', '104630.054000', '104630.065000', '104630.068000', '104630.071000', '104630.074000', '104630.077000', '104630.080000', '104630.083000', '104630.086000', '104630.089000', '104630.091000', '104630.095000', '104630.097000', '104630.100000', '104630.103000', '104630.106000', '104630.109000', '104630.112000', '104648.300000', '104648.303000', '104648.306000', '104648.309000', '104648.312000', '104648.315000', '104648.318000', '104648.321000', '104648.324000', '104648.327000', '104648.330000', '104648.333000', '104648.336000', '104648.339000', '104648.342000', '104648.344000', '104648.347000', '104648.354000', '104648.357000', '104648.360000', '104648.363000', '104648.366000', '104648.369000', '104648.375000', '104648.378000', '104648.382000', '104648.384000', '104648.387000', '104648.390000', '104648.393000', '104648.396000', '104648.399000', '104648.402000', '104648.405000', '104648.408000', '104648.410000', '104648.413000', '104648.416000', '104648.419000', '104648.422000'], '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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [10905, 8510, 8479, 14269, 9653, 8082, 13562, 10411, 8576, 13434, 9641, 8317, 13391, 11049, 9191, 8527, 7295, 10168, 8209, 9551, 13651, 10410, 12145, 14084, 10136, 11693, 10984, 9204, 11860, 7358, 7826, 8695, 7159, 9040, 9340, 7150, 9347, 7650, 7457, 10381, 7468, 7444, 7705, 7247, 7602, 7595, 7320, 7664, 7740, 7358, 7395, 7241, 8007, 7473, 7606, 7132, 7539, 8132, 7354, 9644, 12656, 8230, 9648, 7185, 7393, 10249, 7543, 7483, 11133, 7786, 7976, 7614, 7372, 8962, 7488, 7321, 9473, 7820, 7360, 7436, 7430, 8267, 7614, 7744, 7542, 7450, 9567, 7759, 8192, 9898, 7650, 10821, 9404, 7764, 11864, 8646, 8535, 11400, 7362, 9625, 7876, 9238, 7425, 7495, 8704, 7492, 9030, 7711, 7773, 9912, 7582, 9289, 15986, 12506, 10132, 11404, 7668, 7783, 10180, 7542, 10376, 7733, 7656, 7358, 7461, 8198, 7505, 10944, 8035, 9032, 13822, 10097, 9315, 12353, 9664, 9591, 7463, 7562, 10578, 10066, 7759, 12582, 8867, 7586, 7553, 7490, 7730, 7931, 7756, 7443, 7372, 10546, 7599, 7785, 12159, 8439, 8440, 7712, 7383, 9200, 7410, 7588, 11104, 7529, 7712, 12089, 8487, 7718, 7878, 7369, 8456, 7443, 7336, 9667, 7417, 7516, 10195, 10517, 7881, 11302, 12089, 9656, 9963, 7573, 7276, 7261, 7306, 7826, 7321, 7543, 10120, 13757, 8253, 7514, 11127, 11341, 8690, 8786, 7794, 7456, 9057, 7702, 7517, 8557, 7266, 7346, 8983, 7971, 7353, 8303, 7815, 7494, 10034, 7776, 7710, 8682, 7630, 7981, 7357, 7615, 9346, 7430, 7551, 10334, 14082, 10634, 9257, 12545, 8957, 7930, 10650, 8985, 7583, 7666, 7940, 7589, 9929, 7678, 7843, 10396, 8505, 7342, 8571, 10823, 7840, 8135, 7353, 7477, 9025, 7286, 7324, 9247, 7813, 7312, 8786, 9483, 7471, 8281, 9391, 7416, 7976, 11029, 7447, 7590, 8973, 7388, 7842, 8574, 7439, 7768, 7383, 7449, 8894, 11461, 7391, 7774, 11907, 8017, 7319, 10003, 7770, 7617, 9118, 7274, 7365, 7968, 7283, 7314, 8507, 7222, 7476, 8512, 8581, 7340, 8118, 8817, 7650, 8154, 8358, 7432, 8186, 7888, 7736, 9129, 7839, 7691, 7372, 7677, 8842, 13495, 8536, 7795, 11476, 11816, 9433, 9301, 7420, 7494, 9325, 11003, 7690, 7915, 7651, 7623, 8489, 10853, 7572, 7722, 10067, 7454, 8800, 12010, 8952, 11418, 8248, 7655, 12672, 9192, 9043, 7238, 7691, 10830, 7455, 9665, 9750, 8564, 13873, 10669, 8929, 13046, 12521, 11739, 10638, 7693, 8446, 7663, 7616, 7289, 7502, 11144, 8558, 8062, 12489, 10049, 9378, 11756, 9052, 9944, 7332, 7371, 9676, 7709, 7708, 8575, 7486, 7739, 7816, 7611, 8314, 7309, 8610, 7453, 7481, 10308, 7944, 13972, 14890, 12467, 8485, 7689, 8083, 7365, 7467, 11119, 7803, 7522, 11411, 8231, 7694, 10925, 8395, 7752, 7250, 7406, 8479, 7711, 8333, 7802, 7610, 12666, 10105, 10562, 13315, 10588, 11261, 12216, 10037, 11261, 7231, 7323, 7309, 7523, 8186, 7239, 7599, 10226, 7643, 7311, 10572, 7713, 7428, 8173, 7451, 7487, 7777, 7328, 7467, 7471, 7301, 8548, 7225, 7391, 9591, 7786, 7450, 9087, 7243, 7945, 12084, 8600, 8184, 7792, 7562, 7923, 7939, 7606, 8517, 8391, 7448, 8855, 7470, 7488, 10647, 7593, 7544, 12168, 8305, 7574, 8078, 7594, 7963, 7462, 7381, 8152, 7371, 7427, 9816, 7930, 7733, 8955, 7825, 7724, 10659, 7870, 7800, 9261, 7783, 7976, 7618, 7177, 7398, 7289, 9282, 7667, 7457, 9964, 13264, 9041, 8213, 12140, 8716, 7684, 10788, 7789, 7825, 7530, 7301, 9218, 7900, 7328, 7733, 7429, 9448, 8135, 7451, 11509, 11372, 8643, 12159, 13125, 9599, 11269, 9107, 7375, 8589, 7555, 7375, 8037, 7648, 8432, 8535, 7264, 8490, 12616, 7604, 7571, 11548, 7661, 7364, 9907, 10403, 7838, 7887, 7438, 7477, 9087, 7539, 7434, 9741, 7603, 7764, 8544, 7313, 8200, 13524, 10922, 8072, 11420, 9043, 7248, 8276, 9602, 7219, 8053, 7774, 7250, 8356, 9152, 7155, 8001, 7353, 7418, 8707, 7386, 8056, 7321, 7540, 7471, 7457, 8117, 7263, 7172, 10025, 10305, 7295, 10961, 14309, 10188, 9356, 13362, 9161, 9196, 12913, 9122, 8070, 7470, 7211, 7799, 7252, 7296, 8234, 7323, 7483, 10494, 7784, 7471, 9816, 7443, 7418, 10719, 9887, 7638, 10061, 7453, 7455, 10417, 7693, 7472, 9067, 7682, 7591, 10682, 7561, 7644, 12184, 8192, 7463, 10864, 8355, 7549, 10754, 7740, 7312, 9743, 7457, 7218, 8441, 8394, 7342, 7849, 9267, 7482, 8046, 11256, 7580, 7718, 9737, 7828, 7664, 10513, 7670, 7572, 8777, 7664, 7757, 7462, 7363, 8883, 7421, 7660, 8854, 7716, 7911, 7347, 7552, 9771, 8535, 7543, 11857, 11486, 9095, 12520, 9438, 7859, 13167, 10633, 9310, 7898, 7482, 9169, 7713, 7920, 12145, 8916, 11686, 11234, 8309, 13272, 13582, 10065, 10950, 12463, 8309, 9302, 9559, 7438, 8209, 7455, 7325, 7887, 7610, 7992, 7260, 7263, 11154, 7712, 8193, 11498, 7841, 9111, 13105, 9824, 9673, 12661, 8641, 8331, 7274, 7522, 8814, 7337, 7330, 7255, 7310, 8305, 7593, 7584, 7442, 7278, 9466, 7267, 7267, 11215, 8583, 8629, 10121, 7284, 8379, 7155, 7319, 10092, 7692, 8546, 7421, 7248, 10805, 8316, 10401, 7567, 7820, 8187, 7442, 12007, 11605, 12661, 11201, 8567, 8427, 7327, 8225, 7510, 8040, 9905, 7569, 10299, 12928, 10419, 11026, 7255, 7371, 9670, 7441, 7557, 7622, 7464, 8711, 7423, 7463, 8964, 7381, 9757, 8154, 7881, 9699, 7506, 8555, 7212, 7757, 12800, 12439, 12192, 12999, 10014, 8174, 7442, 7200, 8284, 7405, 7321, 8789, 8498, 7235, 8915, 8058, 7512, 8227, 7248, 7204, 7987, 7276, 7559, 8204, 7430, 7392, 7502, 7492, 9567, 10229, 7465, 7704, 12085, 8890, 7430, 10459, 9791, 7726, 7987, 9700, 7234, 7365, 8584, 7440, 7594, 9560, 7861, 7668, 9553, 7775, 7614, 11107, 7960, 7820, 10768, 7994, 7755, 10071, 8049, 7497, 9231, 8995, 7493, 8201, 7493, 7623, 8451, 7628, 7959, 7334, 7404, 10064, 12367, 9151, 11822, 9437, 7586, 9023, 7615, 7668, 10852, 7718, 7411, 11434, 11471, 8587, 9021, 7359, 7484, 8541, 7485, 7836, 7490, 7479, 9237, 7733, 7805, 12037, 8303, 10960, 8915, 7801, 12059, 9056, 9047, 7897, 7963, 9520, 8117, 13433, 12406, 9914, 12438, 13724, 11297, 9868, 14268, 10249, 8977, 7472, 7412, 7721, 7331, 7529, 7389, 7508, 8862, 7514, 7477, 7959, 7362, 8935, 7405, 7524, 11067, 8748, 8156, 12102, 9738], 'WindowCenter': [4306.0, 4261.0, 4248.0, 4317.0, 4252.0, 4220.0, 4289.0, 4247.0, 4216.0, 4276.0, 4235.0, 4203.0, 4275.0, 4244.0, 4223.0, 4212.0, 4182.0, 4232.0, 4201.0, 4222.0, 4261.0, 4221.0, 4251.0, 4260.0, 4218.0, 4238.0, 4217.0, 4196.0, 4226.0, 4165.0, 4164.0, 4184.0, 4154.0, 4185.0, 4194.0, 4155.0, 4184.0, 4164.0, 4154.0, 4205.0, 4154.0, 4154.0, 4163.0, 4165.0, 4165.0, 4166.0, 4167.0, 4177.0, 4178.0, 4168.0, 4169.0, 4181.0, 4189.0, 4182.0, 4205.0, 4186.0, 4208.0, 4218.0, 4209.0, 4250.0, 4278.0, 4206.0, 4225.0, 4184.0, 4197.0, 4235.0, 4194.0, 4195.0, 4255.0, 4195.0, 4206.0, 4195.0, 4196.0, 4225.0, 4183.0, 4195.0, 4224.0, 4195.0, 4195.0, 4195.0, 4197.0, 4217.0, 4209.0, 4210.0, 4210.0, 4212.0, 4251.0, 4221.0, 4232.0, 4263.0, 4223.0, 4273.0, 4241.0, 4210.0, 4271.0, 4230.0, 4229.0, 4269.0, 4198.0, 4239.0, 4220.0, 4239.0, 4209.0, 4209.0, 4229.0, 4210.0, 4240.0, 4220.0, 4221.0, 4250.0, 4210.0, 4242.0, 4313.0, 4280.0, 4248.0, 4256.0, 4196.0, 4196.0, 4247.0, 4207.0, 4246.0, 4206.0, 4206.0, 4196.0, 4197.0, 4217.0, 4198.0, 4258.0, 4208.0, 4228.0, 4278.0, 4235.0, 4226.0, 4266.0, 4225.0, 4224.0, 4182.0, 4194.0, 4235.0, 4223.0, 4193.0, 4254.0, 4213.0, 4182.0, 4181.0, 4181.0, 4191.0, 4204.0, 4194.0, 4194.0, 4196.0, 4248.0, 4196.0, 4196.0, 4255.0, 4204.0, 4203.0, 4192.0, 4183.0, 4212.0, 4182.0, 4193.0, 4244.0, 4193.0, 4194.0, 4255.0, 4203.0, 4194.0, 4194.0, 4184.0, 4203.0, 4181.0, 4183.0, 4223.0, 4183.0, 4184.0, 4234.0, 4234.0, 4194.0, 4245.0, 4252.0, 4212.0, 4221.0, 4180.0, 4180.0, 4181.0, 4183.0, 4192.0, 4184.0, 4195.0, 4247.0, 4276.0, 4204.0, 4184.0, 4244.0, 4242.0, 4202.0, 4200.0, 4181.0, 4181.0, 4211.0, 4182.0, 4183.0, 4203.0, 4181.0, 4182.0, 4214.0, 4193.0, 4183.0, 4203.0, 4193.0, 4183.0, 4223.0, 4194.0, 4195.0, 4215.0, 4195.0, 4204.0, 4184.0, 4194.0, 4225.0, 4183.0, 4195.0, 4248.0, 4276.0, 4234.0, 4213.0, 4254.0, 4212.0, 4192.0, 4232.0, 4201.0, 4181.0, 4180.0, 4192.0, 4191.0, 4222.0, 4193.0, 4204.0, 4235.0, 4203.0, 4183.0, 4213.0, 4233.0, 4192.0, 4190.0, 4182.0, 4182.0, 4212.0, 4181.0, 4183.0, 4223.0, 4194.0, 4195.0, 4215.0, 4224.0, 4195.0, 4204.0, 4214.0, 4183.0, 4204.0, 4244.0, 4184.0, 4194.0, 4214.0, 4195.0, 4206.0, 4215.0, 4185.0, 4206.0, 4195.0, 4196.0, 4227.0, 4256.0, 4185.0, 4194.0, 4256.0, 4205.0, 4185.0, 4235.0, 4194.0, 4194.0, 4214.0, 4184.0, 4195.0, 4204.0, 4194.0, 4195.0, 4216.0, 4196.0, 4196.0, 4227.0, 4217.0, 4198.0, 4219.0, 4228.0, 4208.0, 4207.0, 4217.0, 4198.0, 4219.0, 4209.0, 4210.0, 4240.0, 4210.0, 4219.0, 4210.0, 4221.0, 4241.0, 4291.0, 4229.0, 4210.0, 4270.0, 4270.0, 4241.0, 4238.0, 4199.0, 4209.0, 4238.0, 4257.0, 4207.0, 4218.0, 4208.0, 4210.0, 4241.0, 4271.0, 4221.0, 4209.0, 4250.0, 4209.0, 4228.0, 4279.0, 4229.0, 4269.0, 4219.0, 4208.0, 4279.0, 4238.0, 4228.0, 4198.0, 4196.0, 4257.0, 4197.0, 4238.0, 4237.0, 4216.0, 4277.0, 4245.0, 4215.0, 4265.0, 4254.0, 4254.0, 4220.0, 4180.0, 4190.0, 4181.0, 4181.0, 4181.0, 4182.0, 4244.0, 4203.0, 4193.0, 4252.0, 4221.0, 4212.0, 4241.0, 4200.0, 4221.0, 4170.0, 4181.0, 4211.0, 4181.0, 4181.0, 4201.0, 4181.0, 4182.0, 4193.0, 4194.0, 4203.0, 4184.0, 4204.0, 4183.0, 4183.0, 4246.0, 4206.0, 4289.0, 4289.0, 4255.0, 4201.0, 4180.0, 4190.0, 4180.0, 4183.0, 4256.0, 4194.0, 4195.0, 4254.0, 4204.0, 4195.0, 4244.0, 4204.0, 4181.0, 4170.0, 4181.0, 4191.0, 4192.0, 4203.0, 4183.0, 4193.0, 4264.0, 4223.0, 4233.0, 4252.0, 4220.0, 4229.0, 4240.0, 4209.0, 4217.0, 4156.0, 4168.0, 4167.0, 4179.0, 4187.0, 4178.0, 4180.0, 4220.0, 4181.0, 4182.0, 4231.0, 4179.0, 4169.0, 4188.0, 4167.0, 4169.0, 4178.0, 4170.0, 4181.0, 4181.0, 4183.0, 4213.0, 4183.0, 4185.0, 4223.0, 4195.0, 4197.0, 4215.0, 4185.0, 4205.0, 4255.0, 4205.0, 4205.0, 4183.0, 4193.0, 4193.0, 4193.0, 4195.0, 4216.0, 4206.0, 4185.0, 4215.0, 4184.0, 4185.0, 4234.0, 4194.0, 4194.0, 4255.0, 4205.0, 4194.0, 4195.0, 4195.0, 4206.0, 4185.0, 4185.0, 4206.0, 4185.0, 4197.0, 4237.0, 4207.0, 4197.0, 4217.0, 4196.0, 4197.0, 4248.0, 4208.0, 4196.0, 4227.0, 4197.0, 4195.0, 4197.0, 4187.0, 4197.0, 4199.0, 4240.0, 4210.0, 4211.0, 4252.0, 4282.0, 4230.0, 4219.0, 4268.0, 4217.0, 4197.0, 4246.0, 4196.0, 4196.0, 4196.0, 4197.0, 4227.0, 4208.0, 4198.0, 4198.0, 4199.0, 4239.0, 4206.0, 4197.0, 4259.0, 4258.0, 4216.0, 4258.0, 4267.0, 4225.0, 4244.0, 4202.0, 4171.0, 4190.0, 4181.0, 4182.0, 4192.0, 4194.0, 4217.0, 4215.0, 4196.0, 4217.0, 4266.0, 4194.0, 4194.0, 4244.0, 4193.0, 4184.0, 4223.0, 4234.0, 4194.0, 4192.0, 4183.0, 4185.0, 4213.0, 4194.0, 4194.0, 4235.0, 4208.0, 4207.0, 4216.0, 4197.0, 4219.0, 4290.0, 4247.0, 4205.0, 4255.0, 4213.0, 4183.0, 4204.0, 4223.0, 4184.0, 4204.0, 4194.0, 4197.0, 4215.0, 4225.0, 4184.0, 4205.0, 4194.0, 4196.0, 4216.0, 4197.0, 4207.0, 4197.0, 4209.0, 4196.0, 4198.0, 4206.0, 4196.0, 4197.0, 4238.0, 4247.0, 4197.0, 4257.0, 4288.0, 4236.0, 4226.0, 4275.0, 4224.0, 4224.0, 4264.0, 4213.0, 4192.0, 4182.0, 4193.0, 4194.0, 4195.0, 4197.0, 4217.0, 4197.0, 4198.0, 4248.0, 4207.0, 4197.0, 4236.0, 4184.0, 4196.0, 4246.0, 4235.0, 4195.0, 4235.0, 4194.0, 4197.0, 4246.0, 4196.0, 4197.0, 4225.0, 4206.0, 4208.0, 4246.0, 4207.0, 4208.0, 4268.0, 4217.0, 4197.0, 4246.0, 4216.0, 4195.0, 4246.0, 4195.0, 4195.0, 4235.0, 4196.0, 4196.0, 4215.0, 4216.0, 4197.0, 4207.0, 4227.0, 4197.0, 4206.0, 4257.0, 4207.0, 4208.0, 4238.0, 4209.0, 4209.0, 4259.0, 4208.0, 4220.0, 4229.0, 4210.0, 4210.0, 4198.0, 4211.0, 4241.0, 4211.0, 4222.0, 4241.0, 4222.0, 4220.0, 4210.0, 4221.0, 4251.0, 4230.0, 4220.0, 4282.0, 4271.0, 4241.0, 4281.0, 4239.0, 4219.0, 4303.0, 4260.0, 4238.0, 4205.0, 4195.0, 4225.0, 4196.0, 4218.0, 4280.0, 4228.0, 4269.0, 4257.0, 4216.0, 4276.0, 4276.0, 4223.0, 4244.0, 4253.0, 4202.0, 4212.0, 4211.0, 4180.0, 4190.0, 4180.0, 4182.0, 4191.0, 4192.0, 4191.0, 4180.0, 4182.0, 4242.0, 4180.0, 4200.0, 4241.0, 4190.0, 4200.0, 4249.0, 4219.0, 4209.0, 4249.0, 4199.0, 4188.0, 4168.0, 4191.0, 4199.0, 4180.0, 4180.0, 4181.0, 4183.0, 4213.0, 4206.0, 4206.0, 4195.0, 4197.0, 4237.0, 4195.0, 4195.0, 4256.0, 4216.0, 4216.0, 4247.0, 4196.0, 4205.0, 4184.0, 4195.0, 4245.0, 4194.0, 4215.0, 4195.0, 4197.0, 4257.0, 4218.0, 4248.0, 4207.0, 4206.0, 4205.0, 4196.0, 4267.0, 4257.0, 4266.0, 4246.0, 4215.0, 4204.0, 4183.0, 4203.0, 4194.0, 4205.0, 4236.0, 4196.0, 4247.0, 4277.0, 4245.0, 4244.0, 4182.0, 4182.0, 4221.0, 4181.0, 4192.0, 4193.0, 4194.0, 4215.0, 4195.0, 4195.0, 4226.0, 4196.0, 4236.0, 4205.0, 4206.0, 4224.0, 4184.0, 4215.0, 4195.0, 4195.0, 4267.0, 4266.0, 4255.0, 4263.0, 4221.0, 4190.0, 4169.0, 4180.0, 4201.0, 4181.0, 4182.0, 4203.0, 4203.0, 4184.0, 4214.0, 4192.0, 4182.0, 4191.0, 4169.0, 4182.0, 4192.0, 4182.0, 4194.0, 4204.0, 4184.0, 4184.0, 4195.0, 4195.0, 4225.0, 4233.0, 4183.0, 4194.0, 4255.0, 4213.0, 4184.0, 4235.0, 4223.0, 4192.0, 4192.0, 4222.0, 4182.0, 4182.0, 4213.0, 4194.0, 4195.0, 4224.0, 4205.0, 4196.0, 4225.0, 4196.0, 4207.0, 4256.0, 4205.0, 4195.0, 4244.0, 4204.0, 4195.0, 4234.0, 4192.0, 4183.0, 4223.0, 4213.0, 4194.0, 4204.0, 4195.0, 4205.0, 4215.0, 4206.0, 4206.0, 4197.0, 4208.0, 4249.0, 4279.0, 4227.0, 4267.0, 4225.0, 4206.0, 4224.0, 4194.0, 4205.0, 4244.0, 4195.0, 4197.0, 4257.0, 4257.0, 4227.0, 4226.0, 4194.0, 4195.0, 4215.0, 4196.0, 4207.0, 4207.0, 4209.0, 4239.0, 4209.0, 4221.0, 4280.0, 4218.0, 4259.0, 4227.0, 4195.0, 4266.0, 4227.0, 4228.0, 4207.0, 4207.0, 4239.0, 4219.0, 4289.0, 4267.0, 4235.0, 4264.0, 4263.0, 4230.0, 4221.0, 4261.0, 4220.0, 4200.0, 4168.0, 4169.0, 4179.0, 4180.0, 4191.0, 4179.0, 4182.0, 4212.0, 4182.0, 4182.0, 4192.0, 4184.0, 4215.0, 4184.0, 4194.0, 4244.0, 4203.0, 4192.0, 4251.0, 4211.0], 'WindowWidth': [9530.0, 9461.0, 9438.0, 9527.0, 9428.0, 9383.0, 9474.0, 9412.0, 9369.0, 9450.0, 9390.0, 9348.0, 9448.0, 9402.0, 9372.0, 9356.0, 9317.0, 9381.0, 9338.0, 9366.0, 9422.0, 9364.0, 9404.0, 9416.0, 9354.0, 9382.0, 9353.0, 9323.0, 9361.0, 9279.0, 9278.0, 9303.0, 9263.0, 9305.0, 9316.0, 9265.0, 9304.0, 9276.0, 9264.0, 9331.0, 9262.0, 9264.0, 9274.0, 9280.0, 9281.0, 9282.0, 9285.0, 9298.0, 9304.0, 9290.0, 9292.0, 9312.0, 9319.0, 9314.0, 9351.0, 9328.0, 9361.0, 9373.0, 9363.0, 9419.0, 9453.0, 9352.0, 9376.0, 9320.0, 9344.0, 9390.0, 9334.0, 9336.0, 9416.0, 9335.0, 9352.0, 9337.0, 9339.0, 9375.0, 9318.0, 9336.0, 9373.0, 9336.0, 9337.0, 9339.0, 9345.0, 9371.0, 9364.0, 9366.0, 9366.0, 9372.0, 9422.0, 9384.0, 9398.0, 9442.0, 9388.0, 9455.0, 9406.0, 9365.0, 9448.0, 9391.0, 9390.0, 9441.0, 9347.0, 9401.0, 9379.0, 9404.0, 9362.0, 9364.0, 9389.0, 9366.0, 9406.0, 9381.0, 9384.0, 9421.0, 9366.0, 9410.0, 9511.0, 9459.0, 9411.0, 9418.0, 9338.0, 9339.0, 9407.0, 9354.0, 9406.0, 9354.0, 9353.0, 9341.0, 9344.0, 9369.0, 9347.0, 9426.0, 9358.0, 9387.0, 9452.0, 9388.0, 9379.0, 9432.0, 9374.0, 9373.0, 9314.0, 9333.0, 9388.0, 9368.0, 9329.0, 9413.0, 9355.0, 9312.0, 9309.0, 9312.0, 9325.0, 9346.0, 9335.0, 9334.0, 9341.0, 9412.0, 9340.0, 9336.0, 9417.0, 9345.0, 9342.0, 9327.0, 9317.0, 9354.0, 9314.0, 9331.0, 9398.0, 9330.0, 9334.0, 9414.0, 9343.0, 9333.0, 9334.0, 9319.0, 9342.0, 9313.0, 9317.0, 9371.0, 9318.0, 9321.0, 9388.0, 9386.0, 9332.0, 9402.0, 9408.0, 9352.0, 9362.0, 9308.0, 9308.0, 9310.0, 9317.0, 9327.0, 9320.0, 9339.0, 9410.0, 9449.0, 9348.0, 9321.0, 9399.0, 9395.0, 9340.0, 9333.0, 9309.0, 9311.0, 9349.0, 9313.0, 9316.0, 9343.0, 9313.0, 9317.0, 9358.0, 9331.0, 9318.0, 9342.0, 9332.0, 9320.0, 9370.0, 9334.0, 9335.0, 9362.0, 9335.0, 9346.0, 9319.0, 9336.0, 9375.0, 9318.0, 9337.0, 9412.0, 9449.0, 9384.0, 9357.0, 9415.0, 9354.0, 9329.0, 9382.0, 9336.0, 9311.0, 9308.0, 9327.0, 9327.0, 9367.0, 9329.0, 9347.0, 9391.0, 9343.0, 9317.0, 9358.0, 9383.0, 9327.0, 9322.0, 9313.0, 9316.0, 9355.0, 9313.0, 9319.0, 9372.0, 9334.0, 9338.0, 9362.0, 9374.0, 9336.0, 9346.0, 9359.0, 9318.0, 9346.0, 9400.0, 9320.0, 9335.0, 9360.0, 9337.0, 9353.0, 9364.0, 9324.0, 9353.0, 9336.0, 9340.0, 9381.0, 9418.0, 9323.0, 9337.0, 9419.0, 9349.0, 9323.0, 9389.0, 9335.0, 9335.0, 9360.0, 9321.0, 9337.0, 9348.0, 9334.0, 9339.0, 9367.0, 9341.0, 9344.0, 9385.0, 9372.0, 9347.0, 9375.0, 9388.0, 9360.0, 9358.0, 9371.0, 9348.0, 9375.0, 9364.0, 9367.0, 9405.0, 9368.0, 9379.0, 9367.0, 9383.0, 9411.0, 9478.0, 9390.0, 9366.0, 9447.0, 9447.0, 9408.0, 9401.0, 9349.0, 9364.0, 9400.0, 9424.0, 9357.0, 9374.0, 9363.0, 9368.0, 9411.0, 9450.0, 9382.0, 9365.0, 9419.0, 9363.0, 9388.0, 9456.0, 9389.0, 9442.0, 9376.0, 9361.0, 9458.0, 9399.0, 9388.0, 9349.0, 9340.0, 9424.0, 9346.0, 9400.0, 9395.0, 9367.0, 9451.0, 9402.0, 9362.0, 9432.0, 9412.0, 9412.0, 9359.0, 9305.0, 9321.0, 9312.0, 9312.0, 9313.0, 9317.0, 9400.0, 9344.0, 9330.0, 9409.0, 9364.0, 9354.0, 9392.0, 9333.0, 9362.0, 9294.0, 9312.0, 9349.0, 9311.0, 9312.0, 9338.0, 9312.0, 9313.0, 9330.0, 9334.0, 9343.0, 9318.0, 9346.0, 9318.0, 9319.0, 9409.0, 9356.0, 9473.0, 9473.0, 9417.0, 9337.0, 9308.0, 9320.0, 9309.0, 9317.0, 9419.0, 9335.0, 9337.0, 9415.0, 9349.0, 9337.0, 9399.0, 9346.0, 9312.0, 9294.0, 9311.0, 9323.0, 9327.0, 9344.0, 9316.0, 9331.0, 9428.0, 9368.0, 9380.0, 9406.0, 9359.0, 9370.0, 9384.0, 9343.0, 9350.0, 9266.0, 9287.0, 9285.0, 9305.0, 9314.0, 9304.0, 9308.0, 9360.0, 9310.0, 9312.0, 9376.0, 9305.0, 9291.0, 9313.0, 9284.0, 9289.0, 9301.0, 9294.0, 9309.0, 9310.0, 9315.0, 9356.0, 9318.0, 9323.0, 9372.0, 9337.0, 9342.0, 9364.0, 9324.0, 9349.0, 9416.0, 9346.0, 9346.0, 9313.0, 9328.0, 9328.0, 9329.0, 9333.0, 9363.0, 9351.0, 9323.0, 9362.0, 9319.0, 9321.0, 9385.0, 9330.0, 9331.0, 9412.0, 9346.0, 9333.0, 9333.0, 9335.0, 9350.0, 9321.0, 9322.0, 9351.0, 9323.0, 9340.0, 9393.0, 9353.0, 9341.0, 9368.0, 9340.0, 9342.0, 9412.0, 9356.0, 9340.0, 9379.0, 9341.0, 9336.0, 9343.0, 9329.0, 9341.0, 9348.0, 9405.0, 9363.0, 9367.0, 9423.0, 9464.0, 9389.0, 9374.0, 9437.0, 9367.0, 9340.0, 9404.0, 9338.0, 9338.0, 9337.0, 9343.0, 9382.0, 9359.0, 9346.0, 9344.0, 9347.0, 9399.0, 9354.0, 9342.0, 9429.0, 9422.0, 9365.0, 9424.0, 9435.0, 9373.0, 9396.0, 9339.0, 9297.0, 9320.0, 9308.0, 9314.0, 9325.0, 9333.0, 9368.0, 9364.0, 9340.0, 9371.0, 9433.0, 9334.0, 9333.0, 9399.0, 9330.0, 9318.0, 9369.0, 9383.0, 9331.0, 9326.0, 9318.0, 9323.0, 9357.0, 9334.0, 9335.0, 9391.0, 9359.0, 9356.0, 9367.0, 9344.0, 9376.0, 9471.0, 9408.0, 9349.0, 9416.0, 9357.0, 9318.0, 9347.0, 9370.0, 9321.0, 9348.0, 9333.0, 9342.0, 9363.0, 9376.0, 9322.0, 9348.0, 9333.0, 9340.0, 9368.0, 9344.0, 9357.0, 9343.0, 9361.0, 9343.0, 9347.0, 9353.0, 9339.0, 9343.0, 9398.0, 9409.0, 9343.0, 9425.0, 9465.0, 9391.0, 9378.0, 9443.0, 9373.0, 9374.0, 9426.0, 9356.0, 9328.0, 9316.0, 9333.0, 9336.0, 9338.0, 9343.0, 9369.0, 9344.0, 9348.0, 9413.0, 9357.0, 9343.0, 9394.0, 9322.0, 9340.0, 9407.0, 9390.0, 9337.0, 9390.0, 9337.0, 9343.0, 9407.0, 9340.0, 9343.0, 9378.0, 9355.0, 9360.0, 9410.0, 9356.0, 9360.0, 9440.0, 9370.0, 9343.0, 9408.0, 9366.0, 9338.0, 9405.0, 9339.0, 9339.0, 9391.0, 9339.0, 9342.0, 9365.0, 9367.0, 9344.0, 9357.0, 9383.0, 9344.0, 9356.0, 9424.0, 9358.0, 9359.0, 9399.0, 9363.0, 9364.0, 9428.0, 9363.0, 9379.0, 9391.0, 9367.0, 9367.0, 9350.0, 9371.0, 9411.0, 9372.0, 9385.0, 9411.0, 9384.0, 9381.0, 9367.0, 9384.0, 9423.0, 9392.0, 9381.0, 9467.0, 9450.0, 9409.0, 9463.0, 9402.0, 9379.0, 9498.0, 9433.0, 9400.0, 9350.0, 9337.0, 9379.0, 9340.0, 9372.0, 9458.0, 9387.0, 9444.0, 9423.0, 9367.0, 9450.0, 9447.0, 9371.0, 9398.0, 9411.0, 9341.0, 9355.0, 9351.0, 9310.0, 9323.0, 9309.0, 9314.0, 9326.0, 9327.0, 9326.0, 9310.0, 9313.0, 9394.0, 9310.0, 9336.0, 9389.0, 9321.0, 9336.0, 9398.0, 9357.0, 9345.0, 9396.0, 9329.0, 9316.0, 9289.0, 9324.0, 9333.0, 9310.0, 9312.0, 9313.0, 9319.0, 9363.0, 9357.0, 9355.0, 9340.0, 9346.0, 9398.0, 9340.0, 9341.0, 9423.0, 9367.0, 9366.0, 9407.0, 9340.0, 9350.0, 9321.0, 9339.0, 9404.0, 9335.0, 9365.0, 9337.0, 9345.0, 9425.0, 9372.0, 9412.0, 9355.0, 9353.0, 9349.0, 9340.0, 9439.0, 9422.0, 9434.0, 9405.0, 9363.0, 9346.0, 9318.0, 9343.0, 9334.0, 9352.0, 9394.0, 9340.0, 9411.0, 9453.0, 9402.0, 9399.0, 9313.0, 9314.0, 9364.0, 9313.0, 9328.0, 9330.0, 9336.0, 9364.0, 9336.0, 9338.0, 9379.0, 9343.0, 9392.0, 9350.0, 9351.0, 9372.0, 9320.0, 9363.0, 9335.0, 9336.0, 9435.0, 9431.0, 9413.0, 9422.0, 9363.0, 9320.0, 9292.0, 9309.0, 9338.0, 9311.0, 9316.0, 9344.0, 9343.0, 9320.0, 9360.0, 9329.0, 9315.0, 9323.0, 9293.0, 9314.0, 9327.0, 9315.0, 9333.0, 9346.0, 9323.0, 9322.0, 9337.0, 9338.0, 9377.0, 9384.0, 9316.0, 9333.0, 9416.0, 9358.0, 9322.0, 9388.0, 9371.0, 9328.0, 9329.0, 9367.0, 9314.0, 9317.0, 9358.0, 9334.0, 9338.0, 9374.0, 9351.0, 9341.0, 9378.0, 9340.0, 9356.0, 9418.0, 9350.0, 9339.0, 9401.0, 9349.0, 9338.0, 9389.0, 9330.0, 9319.0, 9371.0, 9358.0, 9337.0, 9347.0, 9338.0, 9352.0, 9363.0, 9354.0, 9356.0, 9344.0, 9363.0, 9418.0, 9456.0, 9383.0, 9433.0, 9375.0, 9354.0, 9375.0, 9335.0, 9351.0, 9403.0, 9336.0, 9343.0, 9423.0, 9422.0, 9384.0, 9379.0, 9335.0, 9338.0, 9364.0, 9344.0, 9358.0, 9359.0, 9366.0, 9404.0, 9364.0, 9382.0, 9462.0, 9375.0, 9429.0, 9383.0, 9337.0, 9433.0, 9382.0, 9387.0, 9356.0, 9358.0, 9402.0, 9376.0, 9472.0, 9436.0, 9390.0, 9428.0, 9423.0, 9373.0, 9362.0, 9417.0, 9358.0, 9331.0, 9287.0, 9292.0, 9308.0, 9310.0, 9324.0, 9308.0, 9315.0, 9353.0, 9313.0, 9315.0, 9328.0, 9319.0, 9362.0, 9319.0, 9335.0, 9400.0, 9343.0, 9328.0, 9406.0, 9350.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.00033299783549783555</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017347531385281386</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.41896710950161</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.168087758743229</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9924634066522228</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.508</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3240.4792</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07050021765191102</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.5411255411255411</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3728041546186724</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2438591283204112</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6025793015860375</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.271974033949569</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0118904</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.023862481117248535</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.05319387465715408</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>924</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7579530161390395</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>15.3043</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.654</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.2118</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295558.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1020.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.7767</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.745</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>629.4665</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3394.7054</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3567.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80986.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1169.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4583.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>949.1811</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.30890204338357</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> |