=== 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-0073 --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-0073",
"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-0073_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-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0073/figures/sub-0073_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-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073/ses-04/func/sub-0073_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>8d74cf495fb56849e10e001cc73d8969</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>19:16:47.405000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999578, -0.0283509, 0.00626794, 0.0260003, 0.970075, 0.24141]</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.115626</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>[4154, -7793, -7246, 662, -60, -322, 103, 114]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>248.759</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d51b7889-083e-4fc4-9949-8c93c234622b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681795835494995, 0.06975691765546799, 0.034896306693553925, 108.0682373046875], [0.076063372194767, 2.60263991355896, 0.6510920524597168, -110.31459045410156], [0.01681642234325409, -0.6476852893829346, 2.6200881004333496, -28.346847534179688], [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': ['191647.405000', '191647.865000', '191648.325000', '191648.785000', '191649.245000', '191649.705000', '191650.165000', '191650.625000', '191651.085000', '191651.545000', '191652.005000', '191652.465000', '191652.925000', '191653.385000', '191653.845000', '191654.305000', '191654.765000', '191655.225000', '191655.685000', '191656.145000', '191656.605000', '191657.065000', '191657.525000', '191657.985000', '191658.445000', '191658.905000', '191659.365000', '191659.825000', '191700.285000', '191700.745000', '191701.205000', '191701.665000', '191702.125000', '191702.585000', '191703.045000', '191703.505000', '191703.965000', '191704.425000', '191704.885000', '191705.345000', '191705.805000', '191706.265000', '191706.725000', '191707.185000', '191707.645000', '191708.105000', '191708.565000', '191709.025000', '191709.485000', '191709.945000', '191710.405000', '191710.865000', '191711.325000', '191711.785000', '191712.245000', '191712.705000', '191713.165000', '191713.625000', '191714.085000', '191714.545000', '191715.005000', '191715.465000', '191715.925000', '191716.385000', '191716.845000', '191717.305000', '191717.765000', '191718.225000', '191718.685000', '191719.145000', '191719.605000', '191720.065000', '191720.525000', '191720.985000', '191721.445000', '191721.905000', '191722.365000', '191722.825000', '191723.285000', '191723.745000', '191724.205000', '191724.665000', '191725.125000', '191725.585000', '191726.045000', '191726.505000', '191726.965000', '191727.425000', '191727.885000', '191728.345000', '191728.805000', '191729.265000', '191729.725000', '191730.185000', '191730.645000', '191731.105000', '191731.565000', '191732.025000', '191732.485000', '191732.945000', '191733.405000', '191733.865000', '191734.325000', '191734.785000', '191735.245000', '191735.705000', '191736.165000', '191736.625000', '191737.085000', '191737.545000', '191738.005000', '191738.465000', '191738.925000', '191739.385000', '191739.845000', '191740.305000', '191740.765000', '191741.225000', '191741.685000', '191742.145000', '191742.605000', '191743.065000', '191743.525000', '191743.985000', '191744.445000', '191744.905000', '191745.365000', '191745.825000', '191746.285000', '191746.745000', '191747.205000', '191747.665000', '191748.125000', '191748.585000', '191749.045000', '191749.505000', '191749.965000', '191750.425000', '191750.885000', '191751.345000', '191751.805000', '191752.265000', '191752.725000', '191753.185000', '191753.645000', '191754.105000', '191754.565000', '191755.025000', '191755.485000', '191755.945000', '191756.405000', '191756.865000', '191757.325000', '191757.785000', '191758.245000', '191758.705000', '191759.165000', '191759.625000', '191800.085000', '191800.545000', '191801.005000', '191801.465000', '191801.925000', '191802.385000', '191802.845000', '191803.305000', '191803.765000', '191804.225000', '191804.685000', '191805.145000', '191805.605000', '191806.065000', '191806.525000', '191806.985000', '191807.445000', '191807.905000', '191808.365000', '191808.825000', '191809.285000', '191809.745000', '191810.205000', '191810.665000', '191811.125000', '191811.585000', '191812.045000', '191812.505000', '191812.965000', '191813.425000', '191813.885000', '191814.345000', '191814.805000', '191815.265000', '191815.725000', '191816.185000', '191816.645000', '191817.105000', '191817.565000', '191818.025000', '191818.485000', '191818.945000', '191819.405000', '191819.865000', '191820.325000', '191820.785000', '191821.245000', '191821.705000', '191822.165000', '191822.625000', '191823.085000', '191823.545000', '191824.005000', '191824.465000', '191824.925000', '191825.385000', '191825.845000', '191826.305000', '191826.765000', '191827.225000', '191827.685000', '191828.145000', '191828.605000', '191829.065000', '191829.525000', '191829.985000', '191830.445000', '191830.905000', '191831.365000', '191831.825000', '191832.285000', '191832.745000', '191833.205000', '191833.665000', '191834.125000', '191834.585000', '191835.045000', '191835.505000', '191835.965000', '191836.425000', '191836.885000', '191837.345000', '191837.805000', '191838.265000', '191838.725000', '191839.185000', '191839.645000', '191840.105000', '191840.565000', '191841.025000', '191841.485000', '191841.945000', '191842.405000', '191842.865000', '191843.325000', '191843.785000', '191844.245000', '191844.705000', '191845.165000', '191845.625000', '191846.085000', '191846.545000', '191847.005000', '191847.465000', '191847.925000', '191848.385000', '191848.845000', '191849.305000', '191849.765000', '191850.225000', '191850.685000', '191851.145000', '191851.605000', '191852.065000', '191852.525000', '191852.985000', '191853.445000', '191853.905000', '191854.365000', '191854.825000', '191855.285000', '191855.745000', '191856.205000', '191856.665000', '191857.125000', '191857.585000', '191858.045000', '191858.505000', '191858.965000', '191859.425000', '191859.885000', '191900.345000', '191900.805000', '191901.265000', '191901.725000', '191902.185000', '191902.645000', '191903.105000', '191903.565000', '191904.025000', '191904.485000', '191904.945000', '191905.405000', '191905.865000', '191906.325000', '191906.785000', '191907.245000', '191907.705000', '191908.165000', '191908.625000', '191909.085000', '191909.545000', '191910.005000', '191910.465000', '191910.925000', '191911.385000', '191911.845000', '191912.305000', '191912.765000', '191913.225000', '191913.685000', '191914.145000', '191914.605000', '191915.065000', '191915.525000', '191915.985000', '191916.445000', '191916.905000', '191917.365000', '191917.825000', '191918.285000', '191918.745000', '191919.205000', '191919.665000', '191920.125000', '191920.585000', '191921.045000', '191921.505000', '191921.965000', '191922.425000', '191922.885000', '191923.345000', '191923.805000', '191924.265000', '191924.725000', '191925.185000', '191925.645000', '191926.105000', '191926.565000', '191927.025000', '191927.485000', '191927.945000', '191928.405000', '191928.865000', '191929.325000', '191929.785000', '191930.245000', '191930.705000', '191931.165000', '191931.625000', '191932.085000', '191932.545000', '191933.005000', '191933.465000', '191933.925000', '191934.385000', '191934.845000', '191935.305000', '191935.765000', '191936.225000', '191936.685000', '191937.145000', '191937.605000', '191938.065000', '191938.525000', '191938.985000', '191939.445000', '191939.905000', '191940.365000', '191940.825000', '191941.285000', '191941.745000', '191942.205000', '191942.665000', '191943.125000', '191943.585000', '191944.045000', '191944.505000', '191944.965000', '191945.425000', '191945.885000', '191946.345000', '191946.805000', '191947.265000', '191947.725000', '191948.185000', '191948.645000', '191949.105000', '191949.565000', '191950.025000', '191950.485000', '191950.945000', '191951.405000', '191951.865000', '191952.325000', '191952.785000', '191953.245000', '191953.705000', '191954.165000', '191954.625000', '191955.085000', '191955.545000', '191956.005000', '191956.465000', '191956.925000', '191957.385000', '191957.845000', '191958.305000', '191958.765000', '191959.225000', '191959.685000', '192000.145000', '192000.605000', '192001.065000', '192001.525000', '192001.985000', '192002.445000', '192002.905000', '192003.365000', '192003.825000', '192004.285000', '192004.745000', '192005.205000', '192005.665000', '192006.125000', '192006.585000', '192007.045000', '192007.505000', '192007.965000', '192008.425000', '192008.885000', '192009.345000', '192009.805000', '192010.265000', '192010.725000', '192011.185000', '192011.645000', '192012.105000', '192012.565000', '192013.025000', '192013.485000', '192013.945000', '192014.405000', '192014.865000', '192015.325000', '192015.785000', '192016.245000', '192016.705000', '192017.165000', '192017.625000', '192018.085000', '192018.545000', '192019.005000', '192019.465000', '192019.925000', '192020.385000', '192020.845000', '192021.305000', '192021.765000', '192022.225000', '192022.685000', '192023.145000', '192023.605000', '192024.065000', '192024.525000', '192024.985000', '192025.445000', '192025.905000', '192026.365000', '192026.825000', '192027.285000', '192027.745000', '192028.205000', '192028.665000', '192029.125000', '192029.585000', '192030.045000', '192030.505000', '192030.965000', '192031.425000', '192031.885000', '192032.345000', '192032.805000', '192033.265000', '192033.725000', '192034.185000', '192034.645000', '192035.105000', '192035.565000', '192036.025000', '192036.485000', '192036.945000', '192037.405000', '192037.865000', '192038.325000', '192038.785000', '192039.245000', '192039.705000', '192040.165000', '192040.625000', '192041.085000', '192041.545000', '192042.005000', '192042.465000', '192042.925000', '192043.385000', '192043.845000', '192044.305000', '192044.765000', '192045.225000', '192045.685000', '192046.145000', '192046.605000', '192047.065000', '192047.525000', '192047.985000', '192048.445000', '192048.905000', '192049.365000', '192049.825000', '192050.285000', '192050.745000', '192051.205000', '192051.665000', '192052.125000', '192052.585000', '192053.045000', '192053.505000', '192053.965000', '192054.425000', '192054.885000', '192055.345000', '192055.805000', '192056.265000', '192056.725000', '192057.185000', '192057.645000', '192058.105000', '192058.565000', '192059.025000', '192059.485000', '192059.945000', '192100.405000', '192100.865000', '192101.325000', '192101.785000', '192102.245000', '192102.705000', '192103.165000', '192103.625000', '192104.085000', '192104.545000', '192105.005000', '192105.465000', '192105.925000', '192106.385000', '192106.845000', '192107.305000', '192107.765000', '192108.225000', '192108.685000', '192109.145000', '192109.605000', '192110.065000', '192110.525000', '192110.985000', '192111.445000', '192111.905000', '192112.365000', '192112.825000', '192113.285000', '192113.745000', '192114.205000', '192114.665000', '192115.125000', '192115.585000', '192116.045000', '192116.505000', '192116.965000', '192117.425000', '192117.885000', '192118.345000', '192118.805000', '192119.265000', '192119.725000', '192120.185000', '192120.645000', '192121.105000', '192121.565000', '192122.025000', '192122.485000', '192122.945000', '192123.405000', '192123.865000', '192124.325000', '192124.785000', '192125.245000', '192125.705000', '192126.165000', '192126.625000', '192127.085000', '192127.545000', '192128.005000', '192128.465000', '192128.925000', '192129.385000', '192129.845000', '192130.305000', '192130.765000', '192131.225000', '192131.685000', '192132.145000', '192132.605000', '192133.065000', '192133.525000', '192133.985000', '192134.445000', '192134.905000', '192135.365000', '192135.825000', '192136.285000', '192136.745000', '192137.205000', '192137.665000', '192138.125000', '192138.585000', '192139.045000', '192139.505000', '192139.965000', '192140.425000', '192140.885000', '192141.345000', '192141.805000', '192142.265000', '192142.725000', '192143.185000', '192143.645000', '192144.105000', '192144.565000', '192145.025000', '192145.485000', '192145.945000', '192146.405000', '192146.865000', '192147.325000', '192147.785000', '192148.245000', '192148.705000', '192149.165000', '192149.625000', '192150.085000', '192150.545000', '192151.005000', '192151.465000', '192151.925000', '192152.385000', '192152.845000', '192153.305000', '192153.765000', '192154.225000', '192154.685000', '192155.145000', '192155.605000', '192156.065000', '192156.525000', '192156.985000', '192157.445000', '192157.905000', '192158.365000', '192158.825000', '192159.285000', '192159.745000', '192200.205000', '192200.665000', '192201.125000', '192201.585000', '192202.045000', '192202.505000', '192202.965000', '192203.425000', '192203.885000', '192204.345000', '192204.805000', '192205.265000', '192205.725000', '192206.185000', '192206.645000', '192207.105000', '192207.565000', '192208.025000', '192208.485000', '192208.945000', '192209.405000', '192209.865000', '192210.325000', '192210.785000', '192211.245000', '192211.705000', '192212.165000', '192212.625000', '192213.085000', '192213.545000', '192214.005000', '192214.465000', '192214.925000', '192215.385000', '192215.845000', '192216.305000', '192216.765000', '192217.225000', '192217.685000', '192218.145000', '192218.605000', '192219.065000', '192219.525000', '192219.985000', '192220.445000', '192220.905000', '192221.365000', '192221.825000', '192222.285000', '192222.745000', '192223.205000', '192223.665000', '192224.125000', '192224.585000', '192225.045000', '192225.505000', '192225.965000', '192226.425000', '192226.885000', '192227.345000', '192227.805000', '192228.265000', '192228.725000', '192229.185000', '192229.645000', '192230.105000', '192230.565000', '192231.025000', '192231.485000', '192231.945000', '192232.405000', '192232.865000', '192233.325000', '192233.785000', '192234.245000', '192234.705000', '192235.165000', '192235.625000', '192236.085000', '192236.545000', '192237.005000', '192237.465000', '192237.925000', '192238.385000', '192238.845000', '192239.305000', '192239.765000', '192240.225000', '192240.685000', '192241.145000', '192241.605000', '192242.065000', '192242.525000', '192242.985000', '192243.445000', '192243.905000', '192244.365000', '192244.825000', '192245.285000', '192245.745000', '192246.205000', '192246.665000', '192247.125000', '192247.585000', '192248.045000', '192248.505000', '192248.965000', '192249.425000', '192249.885000', '192250.345000', '192250.805000', '192251.265000', '192251.725000', '192252.185000', '192252.645000', '192253.105000', '192253.565000', '192254.025000', '192254.485000', '192254.945000', '192255.405000', '192255.865000', '192256.325000', '192256.785000', '192257.245000', '192257.705000', '192258.165000', '192258.625000', '192259.085000', '192259.545000', '192300.005000', '192300.465000', '192300.925000', '192301.385000', '192301.845000', '192302.305000', '192302.765000', '192303.225000', '192303.685000', '192304.145000', '192304.605000', '192305.065000', '192305.525000', '192305.985000', '192306.445000', '192306.905000', '192307.365000', '192307.825000', '192308.285000', '192308.745000', '192309.205000', '192309.665000', '192310.125000', '192310.585000', '192311.045000', '192311.505000', '192311.965000', '192312.425000', '192312.885000', '192313.345000', '192313.805000', '192314.265000', '192314.725000', '192315.185000', '192315.645000', '192316.105000', '192316.565000', '192317.025000', '192317.485000', '192317.945000', '192318.405000', '192318.865000', '192319.325000', '192319.785000', '192320.245000', '192320.705000', '192321.165000', '192321.625000', '192322.085000', '192322.545000', '192323.005000', '192323.465000', '192323.925000', '192324.385000', '192324.845000', '192325.305000', '192325.765000', '192326.225000', '192326.685000', '192327.145000', '192327.605000', '192328.065000', '192328.525000', '192328.985000', '192329.445000', '192329.905000', '192330.365000', '192330.825000', '192331.285000', '192331.745000', '192332.205000', '192332.665000', '192333.125000', '192333.585000', '192334.045000', '192334.505000', '192334.965000', '192335.425000', '192335.885000', '192336.345000', '192336.805000', '192337.265000', '192337.725000', '192338.185000', '192338.645000', '192339.105000', '192339.565000', '192340.025000', '192340.485000', '192340.945000', '192341.405000', '192341.865000', '192342.325000', '192342.785000', '192343.245000', '192343.705000', '192344.165000', '192344.625000', '192345.085000', '192345.545000', '192346.005000', '192346.465000', '192346.925000', '192347.385000', '192347.845000', '192348.305000', '192348.765000', '192349.225000', '192349.685000', '192350.145000', '192350.605000', '192351.065000', '192351.525000', '192351.985000', '192352.445000', '192352.905000'], 'ContentTime': ['191716.733000', '191716.736000', '191716.739000', '191716.741000', '191716.744000', '191716.746000', '191716.749000', '191716.752000', '191716.754000', '191716.757000', '191716.759000', '191716.762000', '191716.764000', '191716.767000', '191716.769000', '191716.772000', '191716.775000', '191716.777000', '191716.780000', '191716.782000', '191716.785000', '191716.788000', '191716.790000', '191716.793000', '191716.795000', '191716.798000', '191716.800000', '191716.803000', '191716.806000', '191716.808000', '191716.811000', '191716.814000', '191716.817000', '191716.820000', '191716.832000', '191716.835000', '191716.837000', '191716.840000', '191716.842000', '191716.845000', '191716.847000', '191716.850000', '191716.852000', '191716.855000', '191716.858000', '191716.860000', '191716.863000', '191716.865000', '191716.868000', '191716.870000', '191716.873000', '191716.876000', '191716.878000', '191716.881000', '191716.883000', '191716.886000', '191716.888000', '191716.891000', '191716.894000', '191716.896000', '191716.899000', '191716.901000', '191736.704000', '191736.707000', '191736.710000', '191736.712000', '191736.715000', '191736.718000', '191736.720000', '191736.732000', '191736.734000', '191736.737000', '191736.739000', '191736.742000', '191736.745000', '191736.747000', '191736.750000', '191736.752000', '191736.755000', '191736.757000', '191736.760000', '191736.762000', '191736.765000', '191736.767000', '191736.770000', '191736.773000', '191736.775000', '191736.778000', '191736.780000', '191736.783000', '191736.786000', '191736.788000', '191736.791000', '191736.793000', '191736.796000', '191736.798000', '191736.801000', '191736.803000', '191736.806000', '191736.809000', '191736.811000', '191736.814000', '191736.816000', '191736.819000', '191736.822000', '191736.824000', '191756.705000', '191756.707000', '191756.710000', '191756.713000', '191756.715000', '191756.718000', '191756.720000', '191756.723000', '191756.725000', '191756.728000', '191756.730000', '191756.733000', '191756.736000', '191756.738000', '191756.741000', '191756.743000', '191756.746000', '191756.749000', '191756.751000', '191756.754000', '191756.757000', '191756.759000', '191756.762000', '191756.764000', '191756.767000', '191756.769000', '191756.772000', '191756.774000', '191756.777000', '191756.780000', '191756.782000', '191756.785000', '191756.787000', '191756.790000', '191756.793000', '191756.795000', '191756.798000', '191756.800000', '191756.803000', '191756.806000', '191756.808000', '191756.811000', '191756.813000', '191816.704000', '191816.707000', '191816.710000', '191816.712000', '191816.715000', '191816.718000', '191816.720000', '191816.723000', '191816.725000', '191816.728000', '191816.731000', '191816.733000', '191816.736000', '191816.738000', '191816.741000', '191816.743000', '191816.746000', '191816.749000', '191816.751000', '191816.754000', '191816.756000', '191816.759000', '191816.761000', '191816.764000', '191816.767000', '191816.769000', '191816.772000', '191816.774000', '191816.777000', '191816.779000', '191816.782000', '191816.785000', '191816.787000', '191816.790000', '191816.792000', '191816.795000', '191816.798000', '191816.800000', '191816.803000', '191816.805000', '191816.808000', '191816.810000', '191816.813000', '191816.816000', '191836.704000', '191836.707000', '191836.710000', '191836.712000', '191836.715000', '191836.718000', '191836.720000', '191836.723000', '191836.726000', '191836.728000', '191836.766000', '191836.769000', '191836.772000', '191836.774000', '191836.777000', '191836.780000', '191836.783000', '191836.786000', '191836.788000', '191836.791000', '191836.794000', '191836.796000', '191836.799000', '191836.801000', '191836.804000', '191836.806000', '191836.809000', '191836.812000', '191836.814000', '191836.817000', '191836.819000', '191836.822000', '191836.825000', '191836.827000', '191836.830000', '191836.832000', '191836.835000', '191836.838000', '191836.840000', '191836.843000', '191836.845000', '191836.848000', '191836.851000', '191856.705000', '191856.707000', '191856.710000', '191856.713000', '191856.715000', '191856.718000', '191856.721000', '191856.723000', '191856.726000', '191856.728000', '191856.731000', '191856.734000', '191856.736000', '191856.739000', '191856.741000', '191856.744000', '191856.746000', '191856.749000', '191856.752000', '191856.754000', '191856.757000', '191856.760000', '191856.762000', '191856.765000', '191856.767000', '191856.770000', '191856.772000', '191856.775000', '191856.778000', '191856.780000', '191856.783000', '191856.785000', '191856.788000', '191856.790000', '191856.793000', '191856.796000', '191856.798000', '191856.801000', '191856.803000', '191856.806000', '191856.808000', '191856.811000', '191856.814000', '191856.816000', '191916.704000', '191916.706000', '191916.709000', '191916.712000', '191916.714000', '191916.717000', '191916.719000', '191916.722000', '191916.725000', '191916.727000', '191916.730000', '191916.732000', '191916.735000', '191916.737000', '191916.740000', '191916.743000', '191916.745000', '191916.770000', '191916.773000', '191916.775000', '191916.778000', '191916.781000', '191916.783000', '191916.786000', '191916.788000', '191916.791000', '191916.793000', '191916.796000', '191916.799000', '191916.801000', '191916.804000', '191916.807000', '191916.809000', '191916.812000', '191916.814000', '191916.817000', '191916.819000', '191916.822000', '191916.825000', '191916.827000', '191916.830000', '191916.832000', '191916.835000', '191936.704000', '191936.706000', '191936.709000', '191936.712000', '191936.714000', '191936.717000', '191936.719000', '191936.722000', '191936.725000', '191936.727000', '191936.730000', '191936.732000', '191936.735000', '191936.738000', '191936.740000', '191936.743000', '191936.745000', '191936.748000', '191936.751000', '191936.753000', '191936.756000', '191936.758000', '191936.761000', '191936.763000', '191936.766000', '191936.769000', '191936.771000', '191936.774000', '191936.777000', '191936.779000', '191936.782000', '191936.784000', '191936.787000', '191936.790000', '191936.792000', '191936.795000', '191936.797000', '191936.800000', '191936.802000', '191936.805000', '191936.808000', '191936.810000', '191936.813000', '191936.815000', '191956.705000', '191956.708000', '191956.710000', '191956.713000', '191956.715000', '191956.718000', '191956.721000', '191956.723000', '191956.726000', '191956.728000', '191956.731000', '191956.733000', '191956.736000', '191956.739000', '191956.741000', '191956.744000', '191956.747000', '191956.749000', '191956.752000', '191956.754000', '191956.757000', '191956.759000', '191956.762000', '191956.765000', '191956.767000', '191956.770000', '191956.773000', '191956.775000', '191956.778000', '191956.780000', '191956.783000', '191956.786000', '191956.788000', '191956.791000', '191956.793000', '191956.796000', '191956.799000', '191956.801000', '191956.804000', '191956.806000', '191956.809000', '191956.812000', '191956.814000', '192016.706000', '192016.709000', '192016.711000', '192016.714000', '192016.717000', '192016.719000', '192016.722000', '192016.725000', '192016.727000', '192016.730000', '192016.732000', '192016.740000', '192016.743000', '192016.746000', '192016.748000', '192016.751000', '192016.754000', '192016.756000', '192016.759000', '192016.761000', '192016.764000', '192016.767000', '192016.769000', '192016.772000', '192016.774000', '192016.777000', '192016.779000', '192016.782000', '192016.785000', '192016.787000', '192016.790000', '192016.792000', '192016.795000', '192016.798000', '192016.800000', '192016.803000', '192016.805000', '192016.808000', '192016.810000', '192016.813000', '192016.816000', '192016.818000', '192016.821000', '192036.705000', '192036.708000', '192036.710000', '192036.713000', '192036.716000', '192036.718000', '192036.721000', '192036.723000', '192036.726000', '192036.728000', '192036.731000', '192036.734000', '192036.736000', '192036.739000', '192036.741000', '192036.744000', '192036.747000', '192036.749000', '192036.752000', '192036.754000', '192036.757000', '192036.760000', '192036.762000', '192036.765000', '192036.767000', '192036.770000', '192036.773000', '192036.775000', '192036.778000', '192036.780000', '192036.783000', '192036.786000', '192036.788000', '192036.791000', '192036.793000', '192036.796000', '192036.799000', '192036.801000', '192036.804000', '192036.806000', '192036.809000', '192036.812000', '192036.814000', '192036.829000', '192056.705000', '192056.708000', '192056.710000', '192056.713000', '192056.715000', '192056.718000', '192056.721000', '192056.723000', '192056.726000', '192056.728000', '192056.731000', '192056.733000', '192056.736000', '192056.739000', '192056.741000', '192056.744000', '192056.747000', '192056.749000', '192056.752000', '192056.754000', '192056.757000', '192056.760000', '192056.762000', '192056.765000', '192056.767000', '192056.770000', '192056.773000', '192056.775000', '192056.778000', '192056.780000', '192056.783000', '192056.786000', '192056.788000', '192056.791000', '192056.793000', '192056.796000', '192056.799000', '192056.801000', '192056.804000', '192056.807000', '192056.809000', '192056.812000', '192056.814000', '192056.817000', '192116.705000', '192116.707000', '192116.710000', '192116.713000', '192116.715000', '192116.718000', '192116.720000', '192116.723000', '192116.725000', '192116.728000', '192116.730000', '192116.733000', '192116.736000', '192116.738000', '192116.741000', '192116.744000', '192116.746000', '192116.749000', '192116.752000', '192116.754000', '192116.757000', '192116.759000', '192116.762000', '192116.765000', '192116.767000', '192116.770000', '192116.772000', '192116.775000', '192116.778000', '192116.780000', '192116.783000', '192116.786000', '192116.788000', '192116.791000', '192116.793000', '192116.796000', '192116.799000', '192116.801000', '192116.804000', '192116.806000', '192116.809000', '192116.812000', '192116.814000', '192136.704000', '192136.706000', '192136.709000', '192136.712000', '192136.714000', '192136.717000', '192136.719000', '192136.722000', '192136.725000', '192136.727000', '192136.730000', '192136.732000', '192136.735000', '192136.738000', '192136.740000', '192136.744000', '192136.748000', '192136.751000', '192136.753000', '192136.756000', '192136.759000', '192136.761000', '192136.764000', '192136.766000', '192136.769000', '192136.772000', '192136.774000', '192136.777000', '192136.780000', '192136.782000', '192136.785000', '192136.787000', '192136.790000', '192136.793000', '192136.795000', '192136.798000', '192136.801000', '192136.804000', '192136.806000', '192136.809000', '192136.811000', '192136.814000', '192136.817000', '192136.819000', '192156.704000', '192156.707000', '192156.709000', '192156.712000', '192156.714000', '192156.717000', '192156.720000', '192156.722000', '192156.725000', '192156.727000', '192156.730000', '192156.733000', '192156.735000', '192156.738000', '192156.740000', '192156.743000', '192156.746000', '192156.748000', '192156.751000', '192156.754000', '192156.756000', '192156.759000', '192156.761000', '192156.764000', '192156.767000', '192156.769000', '192156.772000', '192156.774000', '192156.777000', '192156.780000', '192156.782000', '192156.785000', '192156.787000', '192156.790000', '192156.792000', '192156.795000', '192156.798000', '192156.800000', '192156.803000', '192156.806000', '192156.808000', '192156.811000', '192156.813000', '192216.705000', '192216.708000', '192216.710000', '192216.713000', '192216.716000', '192216.718000', '192216.721000', '192216.723000', '192216.726000', '192216.776000', '192216.779000', '192216.781000', '192216.786000', '192216.789000', '192216.791000', '192216.794000', '192216.796000', '192216.799000', '192216.802000', '192216.804000', '192216.807000', '192216.810000', '192216.812000', '192216.815000', '192216.817000', '192216.820000', '192216.823000', '192216.825000', '192216.828000', '192216.830000', '192216.833000', '192216.835000', '192216.838000', '192216.841000', '192216.843000', '192216.846000', '192216.849000', '192216.851000', '192216.854000', '192216.856000', '192216.859000', '192216.862000', '192216.864000', '192236.704000', '192236.707000', '192236.710000', '192236.713000', '192236.715000', '192236.718000', '192236.720000', '192236.723000', '192236.726000', '192236.728000', '192236.731000', '192236.734000', '192236.736000', '192236.739000', '192236.741000', '192236.744000', '192236.746000', '192236.749000', '192236.752000', '192236.754000', '192236.757000', '192236.759000', '192236.762000', '192236.765000', '192236.767000', '192236.770000', '192236.772000', '192236.775000', '192236.777000', '192236.780000', '192236.783000', '192236.785000', '192236.788000', '192236.790000', '192236.793000', '192236.796000', '192236.798000', '192236.801000', '192236.803000', '192236.806000', '192236.809000', '192236.811000', '192236.814000', '192236.816000', '192256.705000', '192256.707000', '192256.710000', '192256.713000', '192256.715000', '192256.718000', '192256.721000', '192256.723000', '192256.727000', '192256.730000', '192256.732000', '192256.735000', '192256.738000', '192256.740000', '192256.743000', '192256.746000', '192256.748000', '192256.751000', '192256.753000', '192256.756000', '192256.759000', '192256.761000', '192256.764000', '192256.766000', '192256.769000', '192256.772000', '192256.774000', '192256.777000', '192256.779000', '192256.782000', '192256.786000', '192256.788000', '192256.791000', '192256.794000', '192256.796000', '192256.799000', '192256.802000', '192256.804000', '192256.807000', '192256.809000', '192256.812000', '192256.815000', '192256.817000', '192316.704000', '192316.707000', '192316.710000', '192316.713000', '192316.715000', '192316.718000', '192316.720000', '192316.723000', '192316.726000', '192316.728000', '192316.731000', '192316.733000', '192316.736000', '192316.738000', '192316.741000', '192316.744000', '192316.746000', '192316.749000', '192316.751000', '192316.754000', '192316.757000', '192316.759000', '192316.762000', '192316.764000', '192316.767000', '192316.770000', '192316.772000', '192316.775000', '192316.777000', '192316.780000', '192316.783000', '192316.785000', '192316.788000', '192316.790000', '192316.793000', '192316.796000', '192316.798000', '192316.801000', '192316.803000', '192316.806000', '192316.809000', '192316.811000', '192316.814000', '192316.816000', '192336.703000', '192336.706000', '192336.709000', '192336.712000', '192336.714000', '192336.717000', '192336.719000', '192336.722000', '192336.725000', '192336.727000', '192336.730000', '192336.732000', '192336.735000', '192336.737000', '192336.740000', '192336.743000', '192336.745000', '192336.748000', '192336.750000', '192336.753000', '192336.764000', '192336.767000', '192336.770000', '192336.772000', '192336.775000', '192336.777000', '192336.780000', '192336.783000', '192336.785000', '192336.788000', '192336.790000', '192336.793000', '192336.795000', '192336.798000', '192336.801000', '192336.803000', '192336.806000', '192336.808000', '192336.811000', '192336.814000', '192336.816000', '192336.819000', '192336.821000', '192353.782000', '192353.788000', '192353.791000', '192353.793000', '192353.796000', '192353.799000', '192353.801000', '192353.804000', '192353.806000', '192353.809000', '192353.812000', '192353.814000', '192353.817000', '192353.820000', '192353.822000', '192353.825000', '192353.828000', '192353.830000', '192353.833000', '192353.835000', '192353.838000', '192353.841000', '192353.843000', '192353.846000', '192353.848000', '192353.851000', '192353.853000', '192353.856000', '192353.859000', '192353.861000', '192353.864000', '192353.866000', '192353.869000', '192353.871000', '192353.874000', '192353.877000', '192353.879000', '192353.882000'], 'InstanceCreationTime': ['191716.733000', '191716.736000', '191716.739000', '191716.741000', '191716.744000', '191716.746000', '191716.749000', '191716.752000', '191716.754000', '191716.757000', '191716.759000', '191716.762000', '191716.764000', '191716.767000', '191716.769000', '191716.772000', '191716.775000', '191716.777000', '191716.780000', '191716.782000', '191716.785000', '191716.788000', '191716.790000', '191716.793000', '191716.795000', '191716.798000', '191716.800000', '191716.803000', '191716.806000', '191716.808000', '191716.811000', '191716.814000', '191716.817000', '191716.820000', '191716.832000', '191716.835000', '191716.837000', '191716.840000', '191716.842000', '191716.845000', '191716.847000', '191716.850000', '191716.852000', '191716.855000', '191716.858000', '191716.860000', '191716.863000', '191716.865000', '191716.868000', '191716.870000', '191716.873000', '191716.876000', '191716.878000', '191716.881000', '191716.883000', '191716.886000', '191716.888000', '191716.891000', '191716.894000', '191716.896000', '191716.899000', '191716.901000', '191736.704000', '191736.707000', '191736.710000', '191736.712000', '191736.715000', '191736.718000', '191736.720000', '191736.732000', '191736.734000', '191736.737000', '191736.739000', '191736.742000', '191736.745000', '191736.747000', '191736.750000', '191736.752000', '191736.755000', '191736.757000', '191736.760000', '191736.762000', '191736.765000', '191736.767000', '191736.770000', '191736.773000', '191736.775000', '191736.778000', '191736.780000', '191736.783000', '191736.786000', '191736.788000', '191736.791000', '191736.793000', '191736.796000', '191736.798000', '191736.801000', '191736.803000', '191736.806000', '191736.809000', '191736.811000', '191736.814000', '191736.816000', '191736.819000', '191736.822000', '191736.824000', '191756.705000', '191756.707000', '191756.710000', '191756.713000', '191756.715000', '191756.718000', '191756.720000', '191756.723000', '191756.725000', '191756.728000', '191756.730000', '191756.733000', '191756.736000', '191756.738000', '191756.741000', '191756.743000', '191756.746000', '191756.749000', '191756.751000', '191756.754000', '191756.757000', '191756.759000', '191756.762000', '191756.764000', '191756.767000', '191756.769000', '191756.772000', '191756.774000', '191756.777000', '191756.780000', '191756.782000', '191756.785000', '191756.787000', '191756.790000', '191756.793000', '191756.795000', '191756.798000', '191756.800000', '191756.803000', '191756.806000', '191756.808000', '191756.811000', '191756.813000', '191816.704000', '191816.707000', '191816.710000', '191816.712000', '191816.715000', '191816.718000', '191816.720000', '191816.723000', '191816.725000', '191816.728000', '191816.731000', '191816.733000', '191816.736000', '191816.738000', '191816.741000', '191816.743000', '191816.746000', '191816.749000', '191816.751000', '191816.754000', '191816.756000', '191816.759000', '191816.761000', '191816.764000', '191816.767000', '191816.769000', '191816.772000', '191816.774000', '191816.777000', '191816.779000', '191816.782000', '191816.785000', '191816.787000', '191816.790000', '191816.792000', '191816.795000', '191816.798000', '191816.800000', '191816.803000', '191816.805000', '191816.808000', '191816.810000', '191816.813000', '191816.816000', '191836.704000', '191836.707000', '191836.710000', '191836.712000', '191836.715000', '191836.718000', '191836.720000', '191836.723000', '191836.726000', '191836.728000', '191836.766000', '191836.769000', '191836.772000', '191836.774000', '191836.777000', '191836.780000', '191836.783000', '191836.786000', '191836.788000', '191836.791000', '191836.794000', '191836.796000', '191836.799000', '191836.801000', '191836.804000', '191836.806000', '191836.809000', '191836.812000', '191836.814000', '191836.817000', '191836.819000', '191836.822000', '191836.825000', '191836.827000', '191836.830000', '191836.832000', '191836.835000', '191836.838000', '191836.840000', '191836.843000', '191836.845000', '191836.848000', '191836.851000', '191856.705000', '191856.707000', '191856.710000', '191856.713000', '191856.715000', '191856.718000', '191856.721000', '191856.723000', '191856.726000', '191856.728000', '191856.731000', '191856.734000', '191856.736000', '191856.739000', '191856.741000', '191856.744000', '191856.746000', '191856.749000', '191856.752000', '191856.754000', '191856.757000', '191856.760000', '191856.762000', '191856.765000', '191856.767000', '191856.770000', '191856.772000', '191856.775000', '191856.778000', '191856.780000', '191856.783000', '191856.785000', '191856.788000', '191856.790000', '191856.793000', '191856.796000', '191856.798000', '191856.801000', '191856.803000', '191856.806000', '191856.808000', '191856.811000', '191856.814000', '191856.816000', '191916.704000', '191916.706000', '191916.709000', '191916.712000', '191916.714000', '191916.717000', '191916.719000', '191916.722000', '191916.725000', '191916.727000', '191916.730000', '191916.732000', '191916.735000', '191916.737000', '191916.740000', '191916.743000', '191916.745000', '191916.770000', '191916.773000', '191916.775000', '191916.778000', '191916.781000', '191916.783000', '191916.786000', '191916.788000', '191916.791000', '191916.793000', '191916.796000', '191916.799000', '191916.801000', '191916.804000', '191916.807000', '191916.809000', '191916.812000', '191916.814000', '191916.817000', '191916.819000', '191916.822000', '191916.825000', '191916.827000', '191916.830000', '191916.832000', '191916.835000', '191936.704000', '191936.706000', '191936.709000', '191936.712000', '191936.714000', '191936.717000', '191936.719000', '191936.722000', '191936.725000', '191936.727000', '191936.730000', '191936.732000', '191936.735000', '191936.738000', '191936.740000', '191936.743000', '191936.745000', '191936.748000', '191936.751000', '191936.753000', '191936.756000', '191936.758000', '191936.761000', '191936.763000', '191936.766000', '191936.769000', '191936.771000', '191936.774000', '191936.777000', '191936.779000', '191936.782000', '191936.784000', '191936.787000', '191936.790000', '191936.792000', '191936.795000', '191936.797000', '191936.800000', '191936.802000', '191936.805000', '191936.808000', '191936.810000', '191936.813000', '191936.815000', '191956.705000', '191956.708000', '191956.710000', '191956.713000', '191956.715000', '191956.718000', '191956.721000', '191956.723000', '191956.726000', '191956.728000', '191956.731000', '191956.733000', '191956.736000', '191956.739000', '191956.741000', '191956.744000', '191956.747000', '191956.749000', '191956.752000', '191956.754000', '191956.757000', '191956.759000', '191956.762000', '191956.765000', '191956.767000', '191956.770000', '191956.773000', '191956.775000', '191956.778000', '191956.780000', '191956.783000', '191956.786000', '191956.788000', '191956.791000', '191956.793000', '191956.796000', '191956.799000', '191956.801000', '191956.804000', '191956.806000', '191956.809000', '191956.812000', '191956.814000', '192016.706000', '192016.709000', '192016.711000', '192016.714000', '192016.717000', '192016.719000', '192016.722000', '192016.725000', '192016.727000', '192016.730000', '192016.732000', '192016.740000', '192016.743000', '192016.746000', '192016.748000', '192016.751000', '192016.754000', '192016.756000', '192016.759000', '192016.761000', '192016.764000', '192016.767000', '192016.769000', '192016.772000', '192016.774000', '192016.777000', '192016.779000', '192016.782000', '192016.785000', '192016.787000', '192016.790000', '192016.792000', '192016.795000', '192016.798000', '192016.800000', '192016.803000', '192016.805000', '192016.808000', '192016.810000', '192016.813000', '192016.816000', '192016.818000', '192016.821000', '192036.705000', '192036.708000', '192036.710000', '192036.713000', '192036.716000', '192036.718000', '192036.721000', '192036.723000', '192036.726000', '192036.728000', '192036.731000', '192036.734000', '192036.736000', '192036.739000', '192036.741000', '192036.744000', '192036.747000', '192036.749000', '192036.752000', '192036.754000', '192036.757000', '192036.760000', '192036.762000', '192036.765000', '192036.767000', '192036.770000', '192036.773000', '192036.775000', '192036.778000', '192036.780000', '192036.783000', '192036.786000', '192036.788000', '192036.791000', '192036.793000', '192036.796000', '192036.799000', '192036.801000', '192036.804000', '192036.806000', '192036.809000', '192036.812000', '192036.814000', '192036.829000', '192056.705000', '192056.708000', '192056.710000', '192056.713000', '192056.715000', '192056.718000', '192056.721000', '192056.723000', '192056.726000', '192056.728000', '192056.731000', '192056.733000', '192056.736000', '192056.739000', '192056.741000', '192056.744000', '192056.747000', '192056.749000', '192056.752000', '192056.754000', '192056.757000', '192056.760000', '192056.762000', '192056.765000', '192056.767000', '192056.770000', '192056.773000', '192056.775000', '192056.778000', '192056.780000', '192056.783000', '192056.786000', '192056.788000', '192056.791000', '192056.793000', '192056.796000', '192056.799000', '192056.801000', '192056.804000', '192056.807000', '192056.809000', '192056.812000', '192056.814000', '192056.817000', '192116.705000', '192116.707000', '192116.710000', '192116.713000', '192116.715000', '192116.718000', '192116.720000', '192116.723000', '192116.725000', '192116.728000', '192116.730000', '192116.733000', '192116.736000', '192116.738000', '192116.741000', '192116.744000', '192116.746000', '192116.749000', '192116.752000', '192116.754000', '192116.757000', '192116.759000', '192116.762000', '192116.765000', '192116.767000', '192116.770000', '192116.772000', '192116.775000', '192116.778000', '192116.780000', '192116.783000', '192116.786000', '192116.788000', '192116.791000', '192116.793000', '192116.796000', '192116.799000', '192116.801000', '192116.804000', '192116.806000', '192116.809000', '192116.812000', '192116.814000', '192136.704000', '192136.706000', '192136.709000', '192136.712000', '192136.714000', '192136.717000', '192136.719000', '192136.722000', '192136.725000', '192136.727000', '192136.730000', '192136.732000', '192136.735000', '192136.738000', '192136.740000', '192136.744000', '192136.748000', '192136.751000', '192136.753000', '192136.756000', '192136.759000', '192136.761000', '192136.764000', '192136.766000', '192136.769000', '192136.772000', '192136.774000', '192136.777000', '192136.780000', '192136.782000', '192136.785000', '192136.787000', '192136.790000', '192136.793000', '192136.795000', '192136.798000', '192136.801000', '192136.804000', '192136.806000', '192136.809000', '192136.811000', '192136.814000', '192136.817000', '192136.819000', '192156.704000', '192156.707000', '192156.709000', '192156.712000', '192156.714000', '192156.717000', '192156.720000', '192156.722000', '192156.725000', '192156.727000', '192156.730000', '192156.733000', '192156.735000', '192156.738000', '192156.740000', '192156.743000', '192156.746000', '192156.748000', '192156.751000', '192156.754000', '192156.756000', '192156.759000', '192156.761000', '192156.764000', '192156.767000', '192156.769000', '192156.772000', '192156.774000', '192156.777000', '192156.780000', '192156.782000', '192156.785000', '192156.787000', '192156.790000', '192156.792000', '192156.795000', '192156.798000', '192156.800000', '192156.803000', '192156.806000', '192156.808000', '192156.811000', '192156.813000', '192216.705000', '192216.708000', '192216.710000', '192216.713000', '192216.716000', '192216.718000', '192216.721000', '192216.723000', '192216.726000', '192216.776000', '192216.779000', '192216.781000', '192216.786000', '192216.789000', '192216.791000', '192216.794000', '192216.796000', '192216.799000', '192216.802000', '192216.804000', '192216.807000', '192216.810000', '192216.812000', '192216.815000', '192216.817000', '192216.820000', '192216.823000', '192216.825000', '192216.828000', '192216.830000', '192216.833000', '192216.835000', '192216.838000', '192216.841000', '192216.843000', '192216.846000', '192216.849000', '192216.851000', '192216.854000', '192216.856000', '192216.859000', '192216.862000', '192216.864000', '192236.704000', '192236.707000', '192236.710000', '192236.713000', '192236.715000', '192236.718000', '192236.720000', '192236.723000', '192236.726000', '192236.728000', '192236.731000', '192236.734000', '192236.736000', '192236.739000', '192236.741000', '192236.744000', '192236.746000', '192236.749000', '192236.752000', '192236.754000', '192236.757000', '192236.759000', '192236.762000', '192236.765000', '192236.767000', '192236.770000', '192236.772000', '192236.775000', '192236.777000', '192236.780000', '192236.783000', '192236.785000', '192236.788000', '192236.790000', '192236.793000', '192236.796000', '192236.798000', '192236.801000', '192236.803000', '192236.806000', '192236.809000', '192236.811000', '192236.814000', '192236.816000', '192256.705000', '192256.707000', '192256.710000', '192256.713000', '192256.715000', '192256.718000', '192256.721000', '192256.723000', '192256.727000', '192256.730000', '192256.732000', '192256.735000', '192256.738000', '192256.740000', '192256.743000', '192256.746000', '192256.748000', '192256.751000', '192256.753000', '192256.756000', '192256.759000', '192256.761000', '192256.764000', '192256.766000', '192256.769000', '192256.772000', '192256.774000', '192256.777000', '192256.779000', '192256.782000', '192256.786000', '192256.788000', '192256.791000', '192256.794000', '192256.796000', '192256.799000', '192256.802000', '192256.804000', '192256.807000', '192256.809000', '192256.812000', '192256.815000', '192256.817000', '192316.704000', '192316.707000', '192316.710000', '192316.713000', '192316.715000', '192316.718000', '192316.720000', '192316.723000', '192316.726000', '192316.728000', '192316.731000', '192316.733000', '192316.736000', '192316.738000', '192316.741000', '192316.744000', '192316.746000', '192316.749000', '192316.751000', '192316.754000', '192316.757000', '192316.759000', '192316.762000', '192316.764000', '192316.767000', '192316.770000', '192316.772000', '192316.775000', '192316.777000', '192316.780000', '192316.783000', '192316.785000', '192316.788000', '192316.790000', '192316.793000', '192316.796000', '192316.798000', '192316.801000', '192316.803000', '192316.806000', '192316.809000', '192316.811000', '192316.814000', '192316.816000', '192336.703000', '192336.706000', '192336.709000', '192336.712000', '192336.714000', '192336.717000', '192336.719000', '192336.722000', '192336.725000', '192336.727000', '192336.730000', '192336.732000', '192336.735000', '192336.737000', '192336.740000', '192336.743000', '192336.745000', '192336.748000', '192336.750000', '192336.753000', '192336.764000', '192336.767000', '192336.770000', '192336.772000', '192336.775000', '192336.777000', '192336.780000', '192336.783000', '192336.785000', '192336.788000', '192336.790000', '192336.793000', '192336.795000', '192336.798000', '192336.801000', '192336.803000', '192336.806000', '192336.808000', '192336.811000', '192336.814000', '192336.816000', '192336.819000', '192336.821000', '192353.782000', '192353.788000', '192353.791000', '192353.793000', '192353.796000', '192353.799000', '192353.801000', '192353.804000', '192353.806000', '192353.809000', '192353.812000', '192353.814000', '192353.817000', '192353.820000', '192353.822000', '192353.825000', '192353.828000', '192353.830000', '192353.833000', '192353.835000', '192353.838000', '192353.841000', '192353.843000', '192353.846000', '192353.848000', '192353.851000', '192353.853000', '192353.856000', '192353.859000', '192353.861000', '192353.864000', '192353.866000', '192353.869000', '192353.871000', '192353.874000', '192353.877000', '192353.879000', '192353.882000'], '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': [7950, 7305, 8299, 7647, 9446, 7978, 9578, 8125, 9941, 7755, 10244, 9161, 8480, 14161, 9958, 15018, 8719, 11504, 9598, 8778, 10970, 7577, 6844, 8197, 10201, 8293, 15500, 10916, 8608, 8136, 10356, 7926, 9447, 7994, 8056, 6687, 7729, 13157, 8179, 10720, 8541, 8363, 11319, 7452, 15128, 8212, 13325, 10109, 11193, 7364, 10180, 7703, 9402, 14512, 10234, 12530, 7529, 10589, 7800, 8366, 7730, 8453, 7896, 7764, 7709, 6864, 8184, 14308, 12014, 12684, 11180, 9168, 17140, 11769, 14513, 13031, 12534, 10614, 9176, 8766, 8308, 10280, 8103, 10676, 8953, 9753, 7658, 8911, 7344, 8059, 7048, 7692, 7058, 7209, 8154, 7825, 9579, 8181, 8894, 8539, 7540, 7974, 7567, 9195, 8111, 9172, 8356, 7887, 14136, 11462, 13291, 11493, 13592, 9935, 10936, 15876, 12468, 16073, 13803, 13789, 9767, 9687, 9299, 7736, 10703, 8744, 14017, 13466, 11800, 15035, 8529, 12955, 7894, 9851, 8382, 9072, 8079, 8072, 15455, 8040, 10938, 7798, 8687, 7284, 8177, 6914, 8168, 6984, 7512, 7165, 8051, 7876, 7434, 11420, 9452, 9971, 8017, 8756, 13149, 9543, 16083, 12714, 12004, 9722, 9481, 8163, 8969, 8013, 10496, 8687, 10432, 8456, 10159, 9202, 9403, 8028, 6571, 7297, 7343, 9675, 7402, 7145, 10052, 7939, 15026, 11181, 9765, 8081, 10123, 7777, 11885, 7582, 12008, 7778, 7804, 7342, 8552, 7366, 8659, 7507, 8219, 7549, 8318, 7051, 7455, 9421, 7291, 11540, 9337, 9686, 7944, 8494, 8117, 7292, 15284, 11234, 11860, 7504, 9441, 7463, 7770, 7920, 6932, 9852, 7073, 10074, 7767, 8794, 10466, 8600, 16350, 8758, 12702, 9534, 10412, 15503, 11126, 16214, 7999, 11452, 7799, 8432, 7059, 7020, 6784, 7263, 10507, 7272, 9749, 7925, 8901, 7518, 10051, 7077, 8174, 11297, 8996, 6931, 7587, 10295, 7012, 13915, 8162, 10821, 8915, 11087, 7638, 8010, 8320, 7089, 16474, 9954, 11436, 7675, 8354, 6726, 7014, 13425, 8615, 9847, 7497, 8273, 6975, 7112, 11481, 7126, 8701, 7310, 8742, 7258, 7506, 9520, 7086, 10071, 8180, 10100, 8413, 8624, 8527, 7624, 13671, 8496, 9706, 7206, 9837, 7167, 9874, 7697, 8656, 7468, 8212, 7079, 7738, 14468, 8131, 11083, 12506, 8686, 15271, 9075, 12245, 7675, 7404, 11422, 7242, 11190, 8674, 10093, 7388, 9168, 7856, 9713, 7355, 9439, 7231, 7935, 7222, 7923, 6982, 7730, 8643, 7450, 6771, 7244, 12763, 10071, 9412, 14643, 10608, 11465, 7771, 11771, 8069, 9394, 7994, 8331, 7048, 7444, 6905, 7132, 8587, 7713, 9016, 7182, 13831, 8797, 12049, 10401, 10585, 7308, 7850, 8246, 7298, 16208, 10192, 13589, 8539, 10613, 7964, 8860, 7381, 8539, 7464, 8306, 7566, 8039, 7100, 7894, 6936, 7887, 7003, 7470, 9437, 7824, 14258, 11495, 13598, 10727, 11218, 8347, 9469, 10574, 8540, 8249, 7271, 10647, 7372, 13013, 8314, 10146, 7894, 8488, 7254, 7886, 6696, 7252, 7344, 7186, 7251, 7079, 10055, 7413, 9438, 7907, 8117, 7635, 8698, 7095, 7972, 7557, 7766, 7445, 11629, 9347, 10385, 8478, 9365, 7468, 9677, 14151, 10687, 14421, 9065, 14517, 7265, 9100, 7254, 8373, 7615, 8397, 7067, 7377, 11089, 7634, 9955, 8355, 9531, 7310, 7689, 13104, 8324, 12590, 7366, 10106, 7612, 8382, 9729, 7915, 8622, 7092, 12629, 7240, 10000, 7602, 7800, 7029, 7638, 10125, 7117, 11712, 8933, 8986, 7328, 8071, 7445, 7120, 14470, 7370, 9822, 7385, 8105, 6790, 7013, 11702, 7761, 11001, 7146, 10121, 8172, 8628, 7353, 7297, 7012, 7440, 8799, 7213, 13211, 9577, 10418, 8543, 9354, 7307, 7981, 8288, 7406, 8816, 7084, 14900, 7295, 10859, 9375, 9647, 9460, 7231, 14355, 7039, 11248, 8152, 9435, 7443, 8631, 6867, 7261, 8197, 7242, 13419, 8195, 10376, 7215, 9239, 7289, 8530, 7192, 7633, 6760, 7480, 13446, 7526, 10686, 8419, 8960, 6803, 8262, 11878, 6942, 13038, 7388, 9691, 7658, 8468, 7630, 7896, 8578, 7049, 12732, 8997, 9197, 7089, 8653, 7481, 8342, 6781, 7245, 6640, 7374, 10324, 6661, 11078, 8068, 9828, 7920, 8963, 7328, 9368, 7204, 9298, 8368, 8313, 7911, 8700, 7579, 7941, 8273, 7227, 14577, 11073, 12144, 8820, 10358, 7892, 7455, 15373, 10751, 12074, 7790, 10066, 7146, 7526, 6817, 7108, 6678, 7310, 6772, 7083, 7265, 7126, 7872, 7405, 11197, 7227, 11752, 9234, 10536, 7846, 9214, 14218, 7084, 12193, 9893, 9728, 7246, 8013, 7404, 7058, 11846, 7548, 9795, 7538, 8754, 6994, 7596, 8197, 7090, 9270, 7302, 12472, 7013, 10355, 8450, 9998, 8090, 10299, 7568, 7195, 15784, 8989, 12786, 11037, 9738, 7997, 7893, 6742, 7402, 10718, 7362, 8656, 7012, 9512, 7152, 9822, 8243, 9356, 8287, 8825, 8038, 7032, 15339, 10656, 11392, 7705, 7496, 13741, 7897, 11713, 9912, 9436, 7065, 7294, 14072, 7180, 10823, 8356, 7759, 7138, 7543, 6624, 7192, 10402, 7704, 9937, 8462, 9566, 8022, 8075, 6796, 7500, 6958, 7051, 9550, 6867, 11384, 7989, 9898, 8454, 7916, 7578, 8657, 7637, 9152, 7467, 8361, 7537, 7191, 9169, 7371, 10493, 8931, 12458, 10425, 11860, 7342, 8395, 14638, 9376, 16547, 12581, 12007, 8245, 10062, 7270, 8401, 7302, 6828, 8124, 6653, 8045, 6796, 8565, 8267, 8833, 6664, 8251, 13951, 11124, 13870, 11439, 12048, 8282, 9053, 7164, 7214, 10179, 7501, 7282, 7744, 6995, 7568, 6703, 7456, 8361, 7815, 6739, 7961, 6849, 8768, 9642, 8998, 13894, 10070, 15526, 8471, 11727, 10027, 10983, 9431, 12275, 8540, 10508, 8327, 8306, 14868, 11270, 8675, 7168, 11237, 7072, 9579, 7864, 9733, 8326, 10046, 6900, 8102, 8169, 7274, 12650, 7947, 9387, 7803, 9101, 7137, 7814, 6644, 7006, 11579, 8175, 9538, 7429, 8924, 6803, 7349, 13741, 8042, 10577, 9355, 8488, 6563, 7360, 9784, 7054, 9453, 7756, 7559, 6627, 7080, 10446, 7020, 9654, 8024, 8068, 7431, 7771, 9035, 7106, 10723, 8965, 8937, 7541, 8094, 7028, 7260, 12217, 8286, 7641, 7072, 7354, 7032, 9665, 7490, 8444, 7431, 8111, 6961, 8178, 15981, 13401, 13530, 13126, 11686, 12038, 7979, 16528, 10151, 12366, 10419, 9301, 7269, 9431, 7252, 8681, 7869, 8469, 7631, 8377, 6833, 7390, 13277, 8102, 12299, 10328, 11094, 8811, 8465, 7524, 7888, 6964, 7968, 6788, 7983, 7006, 8201, 6917, 8299, 7558, 9962, 7331, 8808, 15619, 11197, 16055, 11736, 16378, 10936, 12094, 9489, 11301, 9185, 10721, 7268, 7880, 7031, 7879, 7401, 9276, 6705, 7843], 'WindowCenter': [4158.0, 4134.0, 4140.0, 4131.0, 4147.0, 4128.0, 4148.0, 4128.0, 4147.0, 4116.0, 4148.0, 4134.0, 4127.0, 4176.0, 4137.0, 4174.0, 4126.0, 4156.0, 4136.0, 4137.0, 4185.0, 4176.0, 4112.0, 4116.0, 4117.0, 4083.0, 4160.0, 4144.0, 4121.0, 4125.0, 4140.0, 4112.0, 4119.0, 4111.0, 4112.0, 4090.0, 4116.0, 4164.0, 4124.0, 4144.0, 4126.0, 4126.0, 4145.0, 4104.0, 4173.0, 4115.0, 4163.0, 4146.0, 4142.0, 4106.0, 4144.0, 4114.0, 4138.0, 4177.0, 4144.0, 4152.0, 4103.0, 4133.0, 4113.0, 4126.0, 4129.0, 4127.0, 4140.0, 4129.0, 4128.0, 4119.0, 4139.0, 4189.0, 4170.0, 4167.0, 4144.0, 4125.0, 4184.0, 4156.0, 4179.0, 4166.0, 4155.0, 4133.0, 4122.0, 4112.0, 4112.0, 4131.0, 4111.0, 4130.0, 4122.0, 4119.0, 4101.0, 4119.0, 4100.0, 4113.0, 4103.0, 4104.0, 4091.0, 4102.0, 4100.0, 4113.0, 4132.0, 4140.0, 4135.0, 4124.0, 4112.0, 4128.0, 4127.0, 4135.0, 4128.0, 4146.0, 4125.0, 4126.0, 4176.0, 4167.0, 4177.0, 4167.0, 4166.0, 4132.0, 4145.0, 4172.0, 4141.0, 4160.0, 4165.0, 4163.0, 4133.0, 4120.0, 4109.0, 4099.0, 4118.0, 4109.0, 4153.0, 4149.0, 4143.0, 4148.0, 4098.0, 4135.0, 4089.0, 4107.0, 4096.0, 4108.0, 4087.0, 4089.0, 4158.0, 4086.0, 4118.0, 4087.0, 4095.0, 4075.0, 4096.0, 4078.0, 4108.0, 4089.0, 4100.0, 4091.0, 4112.0, 4111.0, 4117.0, 4158.0, 4136.0, 4134.0, 4114.0, 4125.0, 4166.0, 4148.0, 4186.0, 4167.0, 4153.0, 4145.0, 4134.0, 4123.0, 4133.0, 4128.0, 4144.0, 4126.0, 4154.0, 4129.0, 4146.0, 4137.0, 4149.0, 4128.0, 4108.0, 4114.0, 4117.0, 4133.0, 4102.0, 4091.0, 4131.0, 4126.0, 4176.0, 4144.0, 4130.0, 4112.0, 4120.0, 4099.0, 4139.0, 4101.0, 4140.0, 4100.0, 4087.0, 4090.0, 4109.0, 4101.0, 4120.0, 4103.0, 4112.0, 4115.0, 4124.0, 4104.0, 4114.0, 4135.0, 4118.0, 4157.0, 4137.0, 4134.0, 4114.0, 4125.0, 4114.0, 4115.0, 4175.0, 4156.0, 4155.0, 4105.0, 4135.0, 4117.0, 4117.0, 4126.0, 4117.0, 4147.0, 4117.0, 4145.0, 4129.0, 4139.0, 4147.0, 4138.0, 4186.0, 4126.0, 4165.0, 4147.0, 4146.0, 4174.0, 4145.0, 4182.0, 4113.0, 4142.0, 4111.0, 4124.0, 4093.0, 4104.0, 4091.0, 4115.0, 4145.0, 4116.0, 4145.0, 4124.0, 4135.0, 4104.0, 4146.0, 4101.0, 4124.0, 4153.0, 4123.0, 4101.0, 4114.0, 4144.0, 4104.0, 4176.0, 4125.0, 4143.0, 4124.0, 4142.0, 4103.0, 4112.0, 4112.0, 4104.0, 4174.0, 4132.0, 4142.0, 4102.0, 4112.0, 4088.0, 4103.0, 4163.0, 4123.0, 4131.0, 4091.0, 4111.0, 4089.0, 4091.0, 4141.0, 4091.0, 4122.0, 4102.0, 4122.0, 4102.0, 4103.0, 4132.0, 4105.0, 4134.0, 4125.0, 4144.0, 4114.0, 4124.0, 4124.0, 4114.0, 4163.0, 4124.0, 4133.0, 4103.0, 4133.0, 4101.0, 4143.0, 4127.0, 4136.0, 4114.0, 4126.0, 4105.0, 4117.0, 4174.0, 4116.0, 4157.0, 4165.0, 4126.0, 4175.0, 4122.0, 4154.0, 4102.0, 4103.0, 4143.0, 4115.0, 4157.0, 4125.0, 4143.0, 4104.0, 4132.0, 4114.0, 4133.0, 4103.0, 4133.0, 4100.0, 4111.0, 4100.0, 4113.0, 4104.0, 4116.0, 4125.0, 4115.0, 4094.0, 4116.0, 4166.0, 4135.0, 4136.0, 4175.0, 4145.0, 4143.0, 4103.0, 4149.0, 4113.0, 4123.0, 4114.0, 4112.0, 4103.0, 4104.0, 4105.0, 4106.0, 4124.0, 4114.0, 4124.0, 4105.0, 4163.0, 4123.0, 4152.0, 4145.0, 4145.0, 4101.0, 4114.0, 4111.0, 4113.0, 4185.0, 4134.0, 4162.0, 4113.0, 4130.0, 4113.0, 4123.0, 4102.0, 4123.0, 4101.0, 4110.0, 4103.0, 4110.0, 4104.0, 4114.0, 4105.0, 4123.0, 4103.0, 4114.0, 4136.0, 4117.0, 4177.0, 4157.0, 4163.0, 4145.0, 4144.0, 4112.0, 4134.0, 4133.0, 4123.0, 4110.0, 4103.0, 4130.0, 4102.0, 4151.0, 4112.0, 4131.0, 4112.0, 4111.0, 4101.0, 4101.0, 4092.0, 4102.0, 4102.0, 4103.0, 4102.0, 4103.0, 4132.0, 4104.0, 4123.0, 4111.0, 4110.0, 4112.0, 4136.0, 4105.0, 4112.0, 4114.0, 4117.0, 4131.0, 4167.0, 4138.0, 4143.0, 4123.0, 4135.0, 4103.0, 4135.0, 4176.0, 4145.0, 4162.0, 4124.0, 4161.0, 4100.0, 4122.0, 4104.0, 4113.0, 4112.0, 4125.0, 4103.0, 4116.0, 4157.0, 4117.0, 4135.0, 4126.0, 4134.0, 4102.0, 4117.0, 4163.0, 4126.0, 4153.0, 4105.0, 4143.0, 4115.0, 4126.0, 4134.0, 4115.0, 4121.0, 4104.0, 4152.0, 4105.0, 4135.0, 4113.0, 4115.0, 4102.0, 4115.0, 4144.0, 4104.0, 4156.0, 4125.0, 4122.0, 4104.0, 4114.0, 4103.0, 4106.0, 4175.0, 4105.0, 4132.0, 4102.0, 4114.0, 4094.0, 4106.0, 4153.0, 4113.0, 4143.0, 4103.0, 4143.0, 4124.0, 4126.0, 4105.0, 4105.0, 4104.0, 4105.0, 4124.0, 4105.0, 4165.0, 4136.0, 4145.0, 4125.0, 4132.0, 4102.0, 4113.0, 4125.0, 4105.0, 4124.0, 4106.0, 4176.0, 4105.0, 4145.0, 4133.0, 4135.0, 4134.0, 4104.0, 4163.0, 4104.0, 4144.0, 4115.0, 4123.0, 4103.0, 4114.0, 4093.0, 4104.0, 4115.0, 4105.0, 4162.0, 4114.0, 4133.0, 4104.0, 4121.0, 4105.0, 4125.0, 4103.0, 4113.0, 4095.0, 4117.0, 4164.0, 4113.0, 4146.0, 4115.0, 4124.0, 4093.0, 4113.0, 4143.0, 4092.0, 4164.0, 4102.0, 4131.0, 4115.0, 4112.0, 4114.0, 4114.0, 4125.0, 4107.0, 4192.0, 4184.0, 4169.0, 4097.0, 4100.0, 4079.0, 4088.0, 4068.0, 4080.0, 4081.0, 4089.0, 4129.0, 4076.0, 4127.0, 4110.0, 4131.0, 4112.0, 4108.0, 4102.0, 4121.0, 4103.0, 4133.0, 4125.0, 4125.0, 4127.0, 4136.0, 4116.0, 4116.0, 4124.0, 4116.0, 4175.0, 4155.0, 4153.0, 4124.0, 4144.0, 4113.0, 4116.0, 4175.0, 4144.0, 4153.0, 4103.0, 4131.0, 4092.0, 4102.0, 4091.0, 4103.0, 4093.0, 4114.0, 4091.0, 4104.0, 4116.0, 4117.0, 4115.0, 4117.0, 4156.0, 4115.0, 4155.0, 4136.0, 4146.0, 4114.0, 4135.0, 4164.0, 4104.0, 4154.0, 4135.0, 4134.0, 4103.0, 4114.0, 4103.0, 4103.0, 4155.0, 4115.0, 4135.0, 4115.0, 4124.0, 4102.0, 4116.0, 4126.0, 4106.0, 4136.0, 4115.0, 4163.0, 4106.0, 4144.0, 4126.0, 4133.0, 4116.0, 4146.0, 4114.0, 4104.0, 4186.0, 4135.0, 4155.0, 4144.0, 4132.0, 4114.0, 4114.0, 4094.0, 4105.0, 4144.0, 4105.0, 4123.0, 4104.0, 4135.0, 4117.0, 4146.0, 4126.0, 4136.0, 4127.0, 4137.0, 4116.0, 4107.0, 4186.0, 4145.0, 4156.0, 4115.0, 4105.0, 4175.0, 4116.0, 4154.0, 4134.0, 4134.0, 4092.0, 4102.0, 4163.0, 4104.0, 4143.0, 4113.0, 4102.0, 4093.0, 4114.0, 4092.0, 4105.0, 4146.0, 4115.0, 4134.0, 4124.0, 4131.0, 4114.0, 4114.0, 4105.0, 4115.0, 4103.0, 4105.0, 4135.0, 4104.0, 4155.0, 4124.0, 4143.0, 4127.0, 4125.0, 4128.0, 4137.0, 4128.0, 4147.0, 4128.0, 4140.0, 4130.0, 4119.0, 4150.0, 4128.0, 4161.0, 4151.0, 4181.0, 4157.0, 4169.0, 4115.0, 4127.0, 4176.0, 4137.0, 4186.0, 4167.0, 4152.0, 4125.0, 4145.0, 4116.0, 4125.0, 4120.0, 4135.0, 4144.0, 4123.0, 4142.0, 4121.0, 4152.0, 4140.0, 4140.0, 4107.0, 4127.0, 4174.0, 4144.0, 4166.0, 4155.0, 4156.0, 4115.0, 4125.0, 4093.0, 4102.0, 4142.0, 4104.0, 4104.0, 4114.0, 4103.0, 4115.0, 4095.0, 4118.0, 4124.0, 4117.0, 4104.0, 4127.0, 4106.0, 4138.0, 4148.0, 4138.0, 4179.0, 4148.0, 4186.0, 4124.0, 4157.0, 4145.0, 4144.0, 4136.0, 4155.0, 4125.0, 4144.0, 4111.0, 4125.0, 4176.0, 4146.0, 4124.0, 4104.0, 4141.0, 4104.0, 4133.0, 4112.0, 4133.0, 4113.0, 4133.0, 4091.0, 4113.0, 4111.0, 4092.0, 4153.0, 4112.0, 4121.0, 4102.0, 4111.0, 4090.0, 4101.0, 4080.0, 4104.0, 4142.0, 4113.0, 4122.0, 4103.0, 4123.0, 4091.0, 4103.0, 4164.0, 4114.0, 4133.0, 4123.0, 4112.0, 4080.0, 4100.0, 4129.0, 4104.0, 4132.0, 4101.0, 4103.0, 4092.0, 4104.0, 4141.0, 4104.0, 4132.0, 4115.0, 4112.0, 4105.0, 4116.0, 4122.0, 4106.0, 4145.0, 4136.0, 4125.0, 4115.0, 4116.0, 4104.0, 4118.0, 4167.0, 4125.0, 4116.0, 4117.0, 4116.0, 4117.0, 4148.0, 4119.0, 4137.0, 4117.0, 4140.0, 4119.0, 4138.0, 4198.0, 4180.0, 4168.0, 4167.0, 4157.0, 4153.0, 4117.0, 4188.0, 4148.0, 4182.0, 4160.0, 4136.0, 4105.0, 4134.0, 4105.0, 4124.0, 4127.0, 4125.0, 4118.0, 4127.0, 4106.0, 4118.0, 4167.0, 4116.0, 4155.0, 4145.0, 4145.0, 4123.0, 4111.0, 4103.0, 4114.0, 4093.0, 4114.0, 4094.0, 4114.0, 4106.0, 4126.0, 4107.0, 4125.0, 4117.0, 4148.0, 4115.0, 4138.0, 4189.0, 4158.0, 4184.0, 4157.0, 4186.0, 4145.0, 4154.0, 4124.0, 4144.0, 4123.0, 4144.0, 4102.0, 4101.0, 4103.0, 4112.0, 4092.0, 4110.0, 4068.0, 4088.0], 'WindowWidth': [9262.0, 9219.0, 9220.0, 9209.0, 9225.0, 9202.0, 9227.0, 9200.0, 9223.0, 9181.0, 9223.0, 9201.0, 9194.0, 9258.0, 9205.0, 9255.0, 9192.0, 9234.0, 9207.0, 9209.0, 9291.0, 9298.0, 9185.0, 9174.0, 9161.0, 9106.0, 9223.0, 9211.0, 9180.0, 9191.0, 9204.0, 9168.0, 9171.0, 9165.0, 9168.0, 9137.0, 9177.0, 9240.0, 9188.0, 9214.0, 9190.0, 9191.0, 9214.0, 9157.0, 9251.0, 9175.0, 9237.0, 9217.0, 9208.0, 9164.0, 9214.0, 9175.0, 9210.0, 9259.0, 9212.0, 9221.0, 9156.0, 9194.0, 9171.0, 9194.0, 9205.0, 9196.0, 9220.0, 9205.0, 9202.0, 9190.0, 9216.0, 9285.0, 9254.0, 9247.0, 9212.0, 9186.0, 9268.0, 9231.0, 9269.0, 9246.0, 9228.0, 9195.0, 9178.0, 9164.0, 9165.0, 9190.0, 9166.0, 9187.0, 9179.0, 9172.0, 9152.0, 9173.0, 9149.0, 9170.0, 9159.0, 9158.0, 9138.0, 9155.0, 9148.0, 9170.0, 9196.0, 9220.0, 9205.0, 9185.0, 9169.0, 9198.0, 9197.0, 9203.0, 9199.0, 9221.0, 9191.0, 9193.0, 9261.0, 9248.0, 9265.0, 9249.0, 9247.0, 9194.0, 9211.0, 9248.0, 9204.0, 9231.0, 9241.0, 9238.0, 9197.0, 9174.0, 9156.0, 9142.0, 9167.0, 9156.0, 9219.0, 9209.0, 9207.0, 9208.0, 9139.0, 9183.0, 9126.0, 9148.0, 9134.0, 9151.0, 9119.0, 9127.0, 9219.0, 9121.0, 9164.0, 9123.0, 9131.0, 9105.0, 9134.0, 9114.0, 9155.0, 9133.0, 9149.0, 9139.0, 9168.0, 9164.0, 9182.0, 9236.0, 9205.0, 9198.0, 9174.0, 9189.0, 9247.0, 9224.0, 9275.0, 9248.0, 9221.0, 9218.0, 9197.0, 9186.0, 9198.0, 9198.0, 9213.0, 9193.0, 9229.0, 9200.0, 9218.0, 9209.0, 9229.0, 9201.0, 9173.0, 9176.0, 9182.0, 9197.0, 9154.0, 9136.0, 9191.0, 9194.0, 9260.0, 9212.0, 9186.0, 9166.0, 9173.0, 9144.0, 9196.0, 9150.0, 9203.0, 9147.0, 9125.0, 9132.0, 9157.0, 9151.0, 9176.0, 9159.0, 9168.0, 9176.0, 9188.0, 9162.0, 9176.0, 9204.0, 9186.0, 9234.0, 9208.0, 9201.0, 9174.0, 9189.0, 9172.0, 9177.0, 9258.0, 9231.0, 9228.0, 9162.0, 9202.0, 9183.0, 9184.0, 9194.0, 9183.0, 9222.0, 9184.0, 9219.0, 9203.0, 9213.0, 9221.0, 9210.0, 9275.0, 9193.0, 9245.0, 9221.0, 9219.0, 9255.0, 9214.0, 9264.0, 9169.0, 9207.0, 9167.0, 9186.0, 9144.0, 9160.0, 9141.0, 9178.0, 9215.0, 9182.0, 9218.0, 9191.0, 9204.0, 9161.0, 9218.0, 9155.0, 9187.0, 9224.0, 9184.0, 9152.0, 9173.0, 9213.0, 9160.0, 9260.0, 9190.0, 9210.0, 9186.0, 9208.0, 9155.0, 9168.0, 9165.0, 9161.0, 9255.0, 9194.0, 9206.0, 9153.0, 9166.0, 9132.0, 9159.0, 9236.0, 9181.0, 9189.0, 9137.0, 9163.0, 9132.0, 9139.0, 9205.0, 9139.0, 9180.0, 9154.0, 9181.0, 9155.0, 9158.0, 9197.0, 9163.0, 9200.0, 9190.0, 9213.0, 9173.0, 9186.0, 9186.0, 9174.0, 9236.0, 9184.0, 9196.0, 9158.0, 9197.0, 9155.0, 9213.0, 9199.0, 9208.0, 9176.0, 9193.0, 9166.0, 9182.0, 9256.0, 9178.0, 9235.0, 9244.0, 9192.0, 9257.0, 9183.0, 9227.0, 9155.0, 9156.0, 9210.0, 9179.0, 9236.0, 9190.0, 9211.0, 9160.0, 9195.0, 9173.0, 9198.0, 9158.0, 9195.0, 9151.0, 9165.0, 9152.0, 9170.0, 9160.0, 9181.0, 9190.0, 9178.0, 9148.0, 9180.0, 9248.0, 9202.0, 9205.0, 9256.0, 9214.0, 9209.0, 9155.0, 9215.0, 9172.0, 9182.0, 9171.0, 9169.0, 9158.0, 9161.0, 9164.0, 9166.0, 9188.0, 9176.0, 9188.0, 9162.0, 9238.0, 9185.0, 9223.0, 9214.0, 9216.0, 9155.0, 9174.0, 9166.0, 9173.0, 9272.0, 9198.0, 9234.0, 9169.0, 9189.0, 9170.0, 9184.0, 9155.0, 9182.0, 9152.0, 9163.0, 9156.0, 9163.0, 9161.0, 9175.0, 9165.0, 9188.0, 9161.0, 9175.0, 9205.0, 9181.0, 9261.0, 9233.0, 9238.0, 9214.0, 9212.0, 9169.0, 9197.0, 9195.0, 9183.0, 9162.0, 9155.0, 9188.0, 9153.0, 9219.0, 9166.0, 9188.0, 9167.0, 9163.0, 9151.0, 9150.0, 9140.0, 9156.0, 9154.0, 9157.0, 9153.0, 9158.0, 9194.0, 9162.0, 9183.0, 9167.0, 9163.0, 9170.0, 9206.0, 9162.0, 9169.0, 9175.0, 9182.0, 9208.0, 9252.0, 9210.0, 9211.0, 9185.0, 9200.0, 9155.0, 9201.0, 9258.0, 9215.0, 9234.0, 9184.0, 9231.0, 9149.0, 9180.0, 9160.0, 9170.0, 9171.0, 9188.0, 9160.0, 9181.0, 9235.0, 9181.0, 9203.0, 9192.0, 9201.0, 9157.0, 9181.0, 9236.0, 9189.0, 9223.0, 9161.0, 9209.0, 9176.0, 9190.0, 9199.0, 9174.0, 9179.0, 9161.0, 9222.0, 9163.0, 9202.0, 9171.0, 9175.0, 9156.0, 9176.0, 9213.0, 9163.0, 9232.0, 9190.0, 9183.0, 9159.0, 9173.0, 9157.0, 9164.0, 9255.0, 9161.0, 9193.0, 9156.0, 9173.0, 9147.0, 9166.0, 9224.0, 9173.0, 9210.0, 9159.0, 9211.0, 9188.0, 9191.0, 9161.0, 9162.0, 9160.0, 9163.0, 9186.0, 9164.0, 9245.0, 9203.0, 9213.0, 9189.0, 9195.0, 9154.0, 9171.0, 9189.0, 9162.0, 9187.0, 9165.0, 9259.0, 9161.0, 9217.0, 9199.0, 9200.0, 9196.0, 9159.0, 9237.0, 9157.0, 9213.0, 9174.0, 9183.0, 9156.0, 9170.0, 9141.0, 9157.0, 9173.0, 9162.0, 9234.0, 9171.0, 9197.0, 9160.0, 9179.0, 9162.0, 9190.0, 9158.0, 9172.0, 9149.0, 9182.0, 9241.0, 9171.0, 9218.0, 9175.0, 9184.0, 9143.0, 9169.0, 9209.0, 9141.0, 9240.0, 9156.0, 9191.0, 9174.0, 9167.0, 9174.0, 9175.0, 9188.0, 9167.0, 9296.0, 9302.0, 9271.0, 9149.0, 9140.0, 9112.0, 9120.0, 9095.0, 9114.0, 9117.0, 9126.0, 9185.0, 9107.0, 9175.0, 9160.0, 9189.0, 9165.0, 9155.0, 9151.0, 9177.0, 9158.0, 9198.0, 9190.0, 9190.0, 9196.0, 9207.0, 9180.0, 9179.0, 9187.0, 9178.0, 9258.0, 9229.0, 9224.0, 9187.0, 9214.0, 9171.0, 9180.0, 9257.0, 9211.0, 9222.0, 9155.0, 9190.0, 9139.0, 9155.0, 9138.0, 9157.0, 9145.0, 9174.0, 9142.0, 9163.0, 9181.0, 9182.0, 9177.0, 9182.0, 9233.0, 9178.0, 9231.0, 9206.0, 9218.0, 9174.0, 9201.0, 9239.0, 9159.0, 9227.0, 9200.0, 9199.0, 9157.0, 9172.0, 9155.0, 9159.0, 9230.0, 9176.0, 9202.0, 9177.0, 9187.0, 9157.0, 9180.0, 9193.0, 9167.0, 9203.0, 9177.0, 9239.0, 9164.0, 9215.0, 9192.0, 9199.0, 9177.0, 9218.0, 9172.0, 9160.0, 9275.0, 9204.0, 9230.0, 9214.0, 9195.0, 9173.0, 9172.0, 9147.0, 9162.0, 9212.0, 9161.0, 9185.0, 9163.0, 9204.0, 9184.0, 9219.0, 9193.0, 9204.0, 9194.0, 9207.0, 9178.0, 9171.0, 9276.0, 9216.0, 9232.0, 9175.0, 9162.0, 9256.0, 9181.0, 9228.0, 9198.0, 9198.0, 9140.0, 9155.0, 9236.0, 9161.0, 9210.0, 9170.0, 9154.0, 9143.0, 9171.0, 9141.0, 9164.0, 9219.0, 9177.0, 9200.0, 9186.0, 9193.0, 9172.0, 9174.0, 9165.0, 9176.0, 9157.0, 9164.0, 9201.0, 9162.0, 9229.0, 9189.0, 9212.0, 9195.0, 9190.0, 9198.0, 9209.0, 9202.0, 9227.0, 9202.0, 9219.0, 9205.0, 9190.0, 9232.0, 9204.0, 9248.0, 9234.0, 9273.0, 9235.0, 9253.0, 9177.0, 9194.0, 9261.0, 9209.0, 9276.0, 9248.0, 9222.0, 9189.0, 9217.0, 9179.0, 9189.0, 9191.0, 9225.0, 9231.0, 9203.0, 9224.0, 9196.0, 9236.0, 9219.0, 9216.0, 9168.0, 9194.0, 9253.0, 9211.0, 9246.0, 9228.0, 9231.0, 9173.0, 9186.0, 9142.0, 9156.0, 9209.0, 9160.0, 9158.0, 9172.0, 9158.0, 9176.0, 9149.0, 9185.0, 9189.0, 9183.0, 9162.0, 9195.0, 9168.0, 9212.0, 9225.0, 9212.0, 9266.0, 9223.0, 9273.0, 9187.0, 9233.0, 9216.0, 9214.0, 9205.0, 9229.0, 9188.0, 9211.0, 9164.0, 9188.0, 9259.0, 9217.0, 9184.0, 9160.0, 9206.0, 9158.0, 9197.0, 9171.0, 9196.0, 9169.0, 9196.0, 9136.0, 9168.0, 9163.0, 9138.0, 9223.0, 9166.0, 9175.0, 9152.0, 9162.0, 9134.0, 9150.0, 9121.0, 9160.0, 9208.0, 9169.0, 9180.0, 9156.0, 9181.0, 9138.0, 9155.0, 9240.0, 9174.0, 9194.0, 9181.0, 9166.0, 9121.0, 9150.0, 9187.0, 9159.0, 9192.0, 9152.0, 9156.0, 9141.0, 9160.0, 9206.0, 9162.0, 9196.0, 9175.0, 9168.0, 9163.0, 9178.0, 9183.0, 9167.0, 9217.0, 9205.0, 9189.0, 9177.0, 9178.0, 9161.0, 9185.0, 9248.0, 9192.0, 9180.0, 9184.0, 9181.0, 9184.0, 9226.0, 9190.0, 9210.0, 9185.0, 9217.0, 9190.0, 9213.0, 9297.0, 9271.0, 9252.0, 9246.0, 9234.0, 9222.0, 9180.0, 9280.0, 9225.0, 9279.0, 9246.0, 9204.0, 9161.0, 9198.0, 9163.0, 9186.0, 9195.0, 9188.0, 9184.0, 9195.0, 9167.0, 9183.0, 9247.0, 9177.0, 9228.0, 9214.0, 9214.0, 9184.0, 9166.0, 9156.0, 9170.0, 9143.0, 9171.0, 9148.0, 9173.0, 9164.0, 9190.0, 9167.0, 9189.0, 9182.0, 9224.0, 9177.0, 9211.0, 9281.0, 9235.0, 9271.0, 9233.0, 9274.0, 9213.0, 9224.0, 9184.0, 9209.0, 9182.0, 9209.0, 9153.0, 9149.0, 9158.0, 9166.0, 9137.0, 9157.0, 9097.0, 9122.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.009980950323974079</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02084118930885529</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.10415057220541</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2701275105945955</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1542285312216236</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4656</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6704.6396</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09927809901551253</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.263498920086393</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.571269527212806</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5093825765352937</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8249297508302447</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.37949625427288</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0112497</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012241512537002563</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02659585326910019</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>926</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.5515273604306192</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.5105</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.735</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.4995</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301147.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>784.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.6443</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7231</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.6529</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3302.9881</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3520.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75397.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>888.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4475.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.1163</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.978781640995294</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> |