=== 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-0053 --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-0053",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0053/ses-02/func/sub-0053_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>bd76364651db8436dbc9f13492c6e2d0</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>12:25:10.940000</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.995513, -0.00191195, -0.0946104, -0.00399621, 0.998055, -0.0622184]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0852519</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4132, -7721, -7264, 552, -63, -37, -99, 79]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.339</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c56969a0-bc4a-48e2-b400-4e178013e93e||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.6708874702453613, -0.010721537284553051, -0.25527238845825195, 115.69024658203125], [0.005129625089466572, 2.6777074337005615, -0.16825661063194275, -85.06424713134766], [-0.2538328468799591, 0.16692738234996796, 2.682634115219116, -66.99829864501953], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['122510.940000', '122511.400000', '122511.860000', '122512.320000', '122512.780000', '122513.240000', '122513.700000', '122514.160000', '122514.620000', '122515.080000', '122515.540000', '122516.000000', '122516.460000', '122516.920000', '122517.380000', '122517.840000', '122518.300000', '122518.760000', '122519.220000', '122519.680000', '122520.140000', '122520.600000', '122521.060000', '122521.520000', '122521.980000', '122522.440000', '122522.900000', '122523.360000', '122523.820000', '122524.280000', '122524.740000', '122525.200000', '122525.660000', '122526.120000', '122526.580000', '122527.040000', '122527.500000', '122527.960000', '122528.420000', '122528.880000', '122529.340000', '122529.800000', '122530.260000', '122530.720000', '122531.180000', '122531.640000', '122532.100000', '122532.560000', '122533.020000', '122533.480000', '122533.940000', '122534.400000', '122534.860000', '122535.320000', '122535.780000', '122536.240000', '122536.700000', '122537.160000', '122537.620000', '122538.080000', '122538.540000', '122539.000000', '122539.460000', '122539.920000', '122540.380000', '122540.840000', '122541.300000', '122541.760000', '122542.220000', '122542.680000', '122543.140000', '122543.600000', '122544.060000', '122544.520000', '122544.980000', '122545.440000', '122545.900000', '122546.360000', '122546.820000', '122547.280000', '122547.740000', '122548.200000', '122548.660000', '122549.120000', '122549.580000', '122550.040000', '122550.500000', '122550.960000', '122551.420000', '122551.880000', '122552.340000', '122552.800000', '122553.260000', '122553.720000', '122554.180000', '122554.640000', '122555.100000', '122555.560000', '122556.020000', '122556.480000', '122556.940000', '122557.400000', '122557.860000', '122558.320000', '122558.780000', '122559.240000', '122559.700000', '122600.160000', '122600.620000', '122601.080000', '122601.540000', '122602.000000', '122602.460000', '122602.920000', '122603.380000', '122603.840000', '122604.300000', '122604.760000', '122605.220000', '122605.680000', '122606.140000', '122606.600000', '122607.060000', '122607.520000', '122607.980000', '122608.440000', '122608.900000', '122609.360000', '122609.820000', '122610.280000', '122610.740000', '122611.200000', '122611.660000', '122612.120000', '122612.580000', '122613.040000', '122613.500000', '122613.960000', '122614.420000', '122614.880000', '122615.340000', '122615.800000', '122616.260000', '122616.720000', '122617.180000', '122617.640000', '122618.100000', '122618.560000', '122619.020000', '122619.480000', '122619.940000', '122620.400000', '122620.860000', '122621.320000', '122621.780000', '122622.240000', '122622.700000', '122623.160000', '122623.620000', '122624.080000', '122624.540000', '122625.000000', '122625.460000', '122625.920000', '122626.380000', '122626.840000', '122627.300000', '122627.760000', '122628.220000', '122628.680000', '122629.140000', '122629.600000', '122630.060000', '122630.520000', '122630.980000', '122631.440000', '122631.900000', '122632.360000', '122632.820000', '122633.280000', '122633.740000', '122634.200000', '122634.660000', '122635.120000', '122635.580000', '122636.040000', '122636.500000', '122636.960000', '122637.420000', '122637.880000', '122638.340000', '122638.800000', '122639.260000', '122639.720000', '122640.180000', '122640.640000', '122641.100000', '122641.560000', '122642.020000', '122642.480000', '122642.940000', '122643.400000', '122643.860000', '122644.320000', '122644.780000', '122645.240000', '122645.700000', '122646.160000', '122646.620000', '122647.080000', '122647.540000', '122648.000000', '122648.460000', '122648.920000', '122649.380000', '122649.840000', '122650.300000', '122650.760000', '122651.220000', '122651.680000', '122652.140000', '122652.600000', '122653.060000', '122653.520000', '122653.980000', '122654.440000', '122654.900000', '122655.360000', '122655.820000', '122656.280000', '122656.740000', '122657.200000', '122657.660000', '122658.120000', '122658.580000', '122659.040000', '122659.500000', '122659.960000', '122700.420000', '122700.880000', '122701.340000', '122701.800000', '122702.260000', '122702.720000', '122703.180000', '122703.640000', '122704.100000', '122704.560000', '122705.020000', '122705.480000', '122705.940000', '122706.400000', '122706.860000', '122707.320000', '122707.780000', '122708.240000', '122708.700000', '122709.160000', '122709.620000', '122710.080000', '122710.540000', '122711.000000', '122711.460000', '122711.920000', '122712.380000', '122712.840000', '122713.300000', '122713.760000', '122714.220000', '122714.680000', '122715.140000', '122715.600000', '122716.060000', '122716.520000', '122716.980000', '122717.440000', '122717.900000', '122718.360000', '122718.820000', '122719.280000', '122719.740000', '122720.200000', '122720.660000', '122721.120000', '122721.580000', '122722.040000', '122722.500000', '122722.960000', '122723.420000', '122723.880000', '122724.340000', '122724.800000', '122725.260000', '122725.720000', '122726.180000', '122726.640000', '122727.100000', '122727.560000', '122728.020000', '122728.480000', '122728.940000', '122729.400000', '122729.860000', '122730.320000', '122730.780000', '122731.240000', '122731.700000', '122732.160000', '122732.620000', '122733.080000', '122733.540000', '122734.000000', '122734.460000', '122734.920000', '122735.380000', '122735.840000', '122736.300000', '122736.760000', '122737.220000', '122737.680000', '122738.140000', '122738.600000', '122739.060000', '122739.520000', '122739.980000', '122740.440000', '122740.900000', '122741.360000', '122741.820000', '122742.280000', '122742.740000', '122743.200000', '122743.660000', '122744.120000', '122744.580000', '122745.040000', '122745.500000', '122745.960000', '122746.420000', '122746.880000', '122747.340000', '122747.800000', '122748.260000', '122748.720000', '122749.180000', '122749.640000', '122750.100000', '122750.560000', '122751.020000', '122751.480000', '122751.940000', '122752.400000', '122752.860000', '122753.320000', '122753.780000', '122754.240000', '122754.700000', '122755.160000', '122755.620000', '122756.080000', '122756.540000', '122757.000000', '122757.460000', '122757.920000', '122758.380000', '122758.840000', '122759.300000', '122759.760000', '122800.220000', '122800.680000', '122801.140000', '122801.600000', '122802.060000', '122802.520000', '122802.980000', '122803.440000', '122803.900000', '122804.360000', '122804.820000', '122805.280000', '122805.740000', '122806.200000', '122806.660000', '122807.120000', '122807.580000', '122808.040000', '122808.500000', '122808.960000', '122809.420000', '122809.880000', '122810.340000', '122810.800000', '122811.260000', '122811.720000', '122812.180000', '122812.640000', '122813.100000', '122813.560000', '122814.020000', '122814.480000', '122814.940000', '122815.400000', '122815.860000', '122816.320000', '122816.780000', '122817.240000', '122817.700000', '122818.160000', '122818.620000', '122819.080000', '122819.540000', '122820.000000', '122820.460000', '122820.920000', '122821.380000', '122821.840000', '122822.300000', '122822.760000', '122823.220000', '122823.680000', '122824.140000', '122824.600000', '122825.060000', '122825.520000', '122825.980000', '122826.440000', '122826.900000', '122827.360000', '122827.820000', '122828.280000', '122828.740000', '122829.200000', '122829.660000', '122830.120000', '122830.580000', '122831.040000', '122831.500000', '122831.960000', '122832.420000', '122832.880000', '122833.340000', '122833.800000', '122834.260000', '122834.720000', '122835.180000', '122835.640000', '122836.100000', '122836.560000', '122837.020000', '122837.480000', '122837.940000', '122838.400000', '122838.860000', '122839.320000', '122839.780000', '122840.240000', '122840.700000', '122841.160000', '122841.620000', '122842.080000', '122842.540000', '122843.000000', '122843.460000', '122843.920000', '122844.380000', '122844.840000', '122845.300000', '122845.760000', '122846.220000', '122846.680000', '122847.140000', '122847.600000', '122848.060000', '122848.520000', '122848.980000', '122849.440000', '122849.900000', '122850.360000', '122850.820000', '122851.280000', '122851.740000', '122852.200000', '122852.660000', '122853.120000', '122853.580000', '122854.040000', '122854.500000', '122854.960000', '122855.420000', '122855.880000', '122856.340000', '122856.800000', '122857.260000', '122857.720000', '122858.180000', '122858.640000', '122859.100000', '122859.560000', '122900.020000', '122900.480000', '122900.940000', '122901.400000', '122901.860000', '122902.320000', '122902.780000', '122903.240000', '122903.700000', '122904.160000', '122904.620000', '122905.080000', '122905.540000', '122906.000000', '122906.460000', '122906.920000', '122907.380000', '122907.840000', '122908.300000', '122908.760000', '122909.220000', '122909.680000', '122910.140000', '122910.600000', '122911.060000', '122911.520000', '122911.980000', '122912.440000', '122912.900000', '122913.360000', '122913.820000', '122914.280000', '122914.740000', '122915.200000', '122915.660000', '122916.120000', '122916.580000', '122917.040000', '122917.500000', '122917.960000', '122918.420000', '122918.880000', '122919.340000', '122919.800000', '122920.260000', '122920.720000', '122921.180000', '122921.640000', '122922.100000', '122922.560000', '122923.020000', '122923.480000', '122923.940000', '122924.400000', '122924.860000', '122925.320000', '122925.780000', '122926.240000', '122926.700000', '122927.160000', '122927.620000', '122928.080000', '122928.540000', '122929.000000', '122929.460000', '122929.920000', '122930.380000', '122930.840000', '122931.300000', '122931.760000', '122932.220000', '122932.680000', '122933.140000', '122933.600000', '122934.060000', '122934.520000', '122934.980000', '122935.440000', '122935.900000', '122936.360000', '122936.820000', '122937.280000', '122937.740000', '122938.200000', '122938.660000', '122939.120000', '122939.580000', '122940.040000', '122940.500000', '122940.960000', '122941.420000', '122941.880000', '122942.340000', '122942.800000', '122943.260000', '122943.720000', '122944.180000', '122944.640000', '122945.100000', '122945.560000', '122946.020000', '122946.480000', '122946.940000', '122947.400000', '122947.860000', '122948.320000', '122948.780000', '122949.240000', '122949.700000', '122950.160000', '122950.620000', '122951.080000', '122951.540000', '122952.000000', '122952.460000', '122952.920000', '122953.380000', '122953.840000', '122954.300000', '122954.760000', '122955.220000', '122955.680000', '122956.140000', '122956.600000', '122957.060000', '122957.520000', '122957.980000', '122958.440000', '122958.900000', '122959.360000', '122959.820000', '123000.280000', '123000.740000', '123001.200000', '123001.660000', '123002.120000', '123002.580000', '123003.040000', '123003.500000', '123003.960000', '123004.420000', '123004.880000', '123005.340000', '123005.800000', '123006.260000', '123006.720000', '123007.180000', '123007.640000', '123008.100000', '123008.560000', '123009.020000', '123009.480000', '123009.940000', '123010.400000', '123010.860000', '123011.320000', '123011.780000', '123012.240000', '123012.700000', '123013.160000', '123013.620000', '123014.080000', '123014.540000', '123015.000000', '123015.460000', '123015.920000', '123016.380000', '123016.840000', '123017.300000', '123017.760000', '123018.220000', '123018.680000', '123019.140000', '123019.600000', '123020.060000', '123020.520000', '123020.980000', '123021.440000', '123021.900000', '123022.360000', '123022.820000', '123023.280000', '123023.740000', '123024.200000', '123024.660000', '123025.120000', '123025.580000', '123026.040000', '123026.500000', '123026.960000', '123027.420000', '123027.880000', '123028.340000', '123028.800000', '123029.260000', '123029.720000', '123030.180000', '123030.640000', '123031.100000', '123031.560000', '123032.020000', '123032.480000', '123032.940000', '123033.400000', '123033.860000', '123034.320000', '123034.780000', '123035.240000', '123035.700000', '123036.160000', '123036.620000', '123037.080000', '123037.540000', '123038.000000', '123038.460000', '123038.920000', '123039.380000', '123039.840000', '123040.300000', '123040.760000', '123041.220000', '123041.680000', '123042.140000', '123042.600000', '123043.060000', '123043.520000', '123043.980000', '123044.440000', '123044.900000', '123045.360000', '123045.820000', '123046.280000', '123046.740000', '123047.200000', '123047.660000', '123048.120000', '123048.580000', '123049.040000', '123049.500000', '123049.960000', '123050.420000', '123050.880000', '123051.340000', '123051.800000', '123052.260000', '123052.720000', '123053.180000', '123053.640000', '123054.100000', '123054.560000', '123055.020000', '123055.480000', '123055.940000', '123056.400000', '123056.860000', '123057.320000', '123057.780000', '123058.240000', '123058.700000', '123059.160000', '123059.620000', '123100.080000', '123100.540000', '123101.000000', '123101.460000', '123101.920000', '123102.380000', '123102.840000', '123103.300000', '123103.760000', '123104.220000', '123104.680000', '123105.140000', '123105.600000', '123106.060000', '123106.520000', '123106.980000', '123107.440000', '123107.900000', '123108.360000', '123108.820000', '123109.280000', '123109.740000', '123110.200000', '123110.660000', '123111.120000', '123111.580000', '123112.040000', '123112.500000', '123112.960000', '123113.420000', '123113.880000', '123114.340000', '123114.800000', '123115.260000', '123115.720000', '123116.180000', '123116.640000', '123117.100000', '123117.560000', '123118.020000', '123118.480000', '123118.940000', '123119.400000', '123119.860000', '123120.320000', '123120.780000', '123121.240000', '123121.700000', '123122.160000', '123122.620000', '123123.080000', '123123.540000', '123124.000000', '123124.460000', '123124.920000', '123125.380000', '123125.840000', '123126.300000', '123126.760000', '123127.220000', '123127.680000', '123128.140000', '123128.600000', '123129.060000', '123129.520000', '123129.980000', '123130.440000', '123130.900000', '123131.360000', '123131.820000', '123132.280000', '123132.740000', '123133.200000', '123133.660000', '123134.120000', '123134.580000', '123135.040000', '123135.500000', '123135.960000', '123136.420000', '123136.880000', '123137.340000', '123137.800000', '123138.260000', '123138.720000', '123139.180000', '123139.640000', '123140.100000', '123140.560000', '123141.020000', '123141.480000', '123141.940000', '123142.400000', '123142.860000', '123143.320000', '123143.780000', '123144.240000', '123144.700000', '123145.160000', '123145.620000', '123146.080000', '123146.540000', '123147.000000', '123147.460000', '123147.920000', '123148.380000', '123148.840000', '123149.300000', '123149.760000', '123150.220000', '123150.680000', '123151.140000', '123151.600000', '123152.060000', '123152.520000', '123152.980000', '123153.440000', '123153.900000', '123154.360000', '123154.820000', '123155.280000', '123155.740000', '123156.200000', '123156.660000', '123157.120000', '123157.580000', '123158.040000', '123158.500000', '123158.960000', '123159.420000', '123159.880000', '123200.340000', '123200.800000', '123201.260000', '123201.720000', '123202.180000', '123202.640000', '123203.100000', '123203.560000', '123204.020000', '123204.480000', '123204.940000', '123205.400000', '123205.860000', '123206.320000', '123206.780000', '123207.240000', '123207.700000', '123208.160000', '123208.620000', '123209.080000', '123209.540000', '123210.000000', '123210.460000', '123210.920000'], 'ContentTime': ['122533.767000', '122533.785000', '122533.787000', '122533.790000', '122533.793000', '122533.795000', '122533.798000', '122533.800000', '122533.803000', '122533.806000', '122533.808000', '122533.811000', '122533.814000', '122533.817000', '122533.819000', '122533.822000', '122533.824000', '122533.827000', '122533.830000', '122533.832000', '122533.835000', '122533.837000', '122533.840000', '122533.843000', '122533.846000', '122533.848000', '122533.851000', '122533.853000', '122533.856000', '122533.859000', '122533.861000', '122533.864000', '122533.867000', '122533.869000', '122533.872000', '122533.875000', '122533.877000', '122533.880000', '122533.883000', '122533.885000', '122533.891000', '122533.894000', '122533.896000', '122533.899000', '122533.902000', '122533.904000', '122533.907000', '122533.909000', '122553.722000', '122553.724000', '122553.727000', '122553.730000', '122553.732000', '122553.735000', '122553.737000', '122553.740000', '122553.742000', '122553.745000', '122553.748000', '122553.751000', '122553.755000', '122553.758000', '122553.761000', '122553.763000', '122553.766000', '122553.769000', '122553.771000', '122553.774000', '122553.776000', '122553.793000', '122553.801000', '122553.804000', '122553.807000', '122553.810000', '122553.812000', '122553.815000', '122553.817000', '122553.820000', '122553.822000', '122553.825000', '122553.827000', '122553.830000', '122553.832000', '122553.835000', '122553.837000', '122553.840000', '122553.842000', '122553.845000', '122553.848000', '122553.850000', '122553.853000', '122613.720000', '122613.723000', '122613.726000', '122613.728000', '122613.731000', '122613.734000', '122613.736000', '122613.739000', '122613.741000', '122613.744000', '122613.746000', '122613.749000', '122613.752000', '122613.754000', '122613.757000', '122613.759000', '122613.762000', '122613.764000', '122613.767000', '122613.770000', '122613.772000', '122613.775000', '122613.777000', '122613.780000', '122613.782000', '122613.785000', '122613.787000', '122613.790000', '122613.793000', '122613.795000', '122613.798000', '122613.800000', '122613.803000', '122613.805000', '122613.808000', '122613.811000', '122613.813000', '122613.816000', '122613.822000', '122613.825000', '122613.827000', '122613.830000', '122613.832000', '122613.835000', '122633.720000', '122633.723000', '122633.726000', '122633.728000', '122633.731000', '122633.734000', '122633.736000', '122633.739000', '122633.741000', '122633.744000', '122633.747000', '122633.749000', '122633.752000', '122633.754000', '122633.757000', '122633.760000', '122633.762000', '122633.765000', '122633.767000', '122633.770000', '122633.773000', '122633.775000', '122633.778000', '122633.780000', '122633.783000', '122633.786000', '122633.788000', '122633.791000', '122633.793000', '122633.796000', '122633.798000', '122633.801000', '122633.803000', '122633.806000', '122633.809000', '122633.811000', '122633.814000', '122633.816000', '122633.819000', '122633.821000', '122633.824000', '122633.827000', '122633.829000', '122653.720000', '122653.723000', '122653.726000', '122653.729000', '122653.731000', '122653.734000', '122653.736000', '122653.739000', '122653.741000', '122653.744000', '122653.747000', '122653.749000', '122653.752000', '122653.754000', '122653.757000', '122653.759000', '122653.762000', '122653.764000', '122653.767000', '122653.770000', '122653.772000', '122653.775000', '122653.777000', '122653.780000', '122653.782000', '122653.785000', '122653.787000', '122653.790000', '122653.793000', '122653.795000', '122653.798000', '122653.800000', '122653.803000', '122653.805000', '122653.808000', '122653.811000', '122653.813000', '122653.816000', '122653.818000', '122653.821000', '122653.823000', '122653.826000', '122653.828000', '122653.831000', '122713.720000', '122713.723000', '122713.726000', '122713.728000', '122713.731000', '122713.734000', '122713.736000', '122713.739000', '122713.741000', '122713.744000', '122713.747000', '122713.749000', '122713.752000', '122713.754000', '122713.757000', '122713.759000', '122713.762000', '122713.765000', '122713.767000', '122713.770000', '122713.772000', '122713.775000', '122713.778000', '122713.780000', '122713.783000', '122713.785000', '122713.788000', '122713.791000', '122713.794000', '122713.797000', '122713.800000', '122713.802000', '122713.805000', '122713.808000', '122713.810000', '122713.813000', '122713.815000', '122713.818000', '122713.820000', '122713.831000', '122713.833000', '122713.836000', '122713.839000', '122733.721000', '122733.723000', '122733.726000', '122733.729000', '122733.731000', '122733.734000', '122733.736000', '122733.739000', '122733.742000', '122733.744000', '122733.747000', '122733.749000', '122733.752000', '122733.754000', '122733.757000', '122733.760000', '122733.762000', '122733.806000', '122733.809000', '122733.811000', '122733.814000', '122733.816000', '122733.819000', '122733.821000', '122733.824000', '122733.827000', '122733.829000', '122733.832000', '122733.834000', '122733.837000', '122733.839000', '122733.842000', '122733.845000', '122733.847000', '122733.850000', '122733.852000', '122733.855000', '122733.857000', '122733.860000', '122733.862000', '122733.865000', '122733.868000', '122733.870000', '122733.873000', '122753.721000', '122753.723000', '122753.726000', '122753.729000', '122753.731000', '122753.734000', '122753.736000', '122753.739000', '122753.742000', '122753.744000', '122753.747000', '122753.749000', '122753.752000', '122753.754000', '122753.757000', '122753.759000', '122753.762000', '122753.765000', '122753.767000', '122753.770000', '122753.772000', '122753.775000', '122753.778000', '122753.780000', '122753.783000', '122753.785000', '122753.788000', '122753.791000', '122753.793000', '122753.796000', '122753.798000', '122753.801000', '122753.804000', '122753.807000', '122753.810000', '122753.813000', '122753.815000', '122753.818000', '122753.821000', '122753.823000', '122753.826000', '122753.828000', '122753.831000', '122813.721000', '122813.724000', '122813.727000', '122813.729000', '122813.732000', '122813.735000', '122813.737000', '122813.740000', '122813.742000', '122813.745000', '122813.747000', '122813.750000', '122813.752000', '122813.755000', '122813.757000', '122813.760000', '122813.763000', '122813.765000', '122813.768000', '122813.770000', '122813.773000', '122813.776000', '122813.778000', '122813.781000', '122813.783000', '122813.786000', '122813.788000', '122813.791000', '122813.793000', '122813.796000', '122813.799000', '122813.801000', '122813.804000', '122813.807000', '122813.809000', '122813.812000', '122813.814000', '122813.817000', '122813.819000', '122813.822000', '122813.824000', '122813.827000', '122813.830000', '122813.832000', '122833.721000', '122833.723000', '122833.726000', '122833.729000', '122833.731000', '122833.734000', '122833.736000', '122833.739000', '122833.741000', '122833.744000', '122833.746000', '122833.749000', '122833.752000', '122833.754000', '122833.757000', '122833.759000', '122833.762000', '122833.764000', '122833.767000', '122833.770000', '122833.772000', '122833.775000', '122833.777000', '122833.780000', '122833.782000', '122833.785000', '122833.787000', '122833.790000', '122833.793000', '122833.795000', '122833.798000', '122833.800000', '122833.803000', '122833.805000', '122833.808000', '122833.811000', '122833.814000', '122833.817000', '122833.820000', '122833.823000', '122833.825000', '122833.828000', '122833.830000', '122853.720000', '122853.723000', '122853.726000', '122853.728000', '122853.731000', '122853.734000', '122853.736000', '122853.739000', '122853.741000', '122853.744000', '122853.746000', '122853.749000', '122853.752000', '122853.754000', '122853.757000', '122853.759000', '122853.762000', '122853.765000', '122853.767000', '122853.770000', '122853.772000', '122853.775000', '122853.777000', '122853.780000', '122853.782000', '122853.785000', '122853.788000', '122853.790000', '122853.793000', '122853.795000', '122853.798000', '122853.801000', '122853.803000', '122853.806000', '122853.808000', '122853.811000', '122853.814000', '122853.816000', '122853.819000', '122853.821000', '122853.824000', '122853.826000', '122853.833000', '122853.836000', '122913.721000', '122913.724000', '122913.726000', '122913.729000', '122913.731000', '122913.734000', '122913.737000', '122913.739000', '122913.742000', '122913.744000', '122913.747000', '122913.749000', '122913.752000', '122913.755000', '122913.757000', '122913.760000', '122913.762000', '122913.765000', '122913.767000', '122913.770000', '122913.773000', '122913.775000', '122913.778000', '122913.780000', '122913.807000', '122913.809000', '122913.812000', '122913.815000', '122913.817000', '122913.820000', '122913.822000', '122913.825000', '122913.828000', '122913.830000', '122913.833000', '122913.835000', '122913.838000', '122913.840000', '122913.843000', '122913.845000', '122913.848000', '122913.851000', '122913.853000', '122933.720000', '122933.723000', '122933.726000', '122933.728000', '122933.731000', '122933.734000', '122933.736000', '122933.739000', '122933.741000', '122933.744000', '122933.746000', '122933.749000', '122933.752000', '122933.754000', '122933.757000', '122933.759000', '122933.762000', '122933.764000', '122933.767000', '122933.770000', '122933.772000', '122933.775000', '122933.777000', '122933.780000', '122933.782000', '122933.785000', '122933.788000', '122933.790000', '122933.793000', '122933.795000', '122933.798000', '122933.800000', '122933.803000', '122933.806000', '122933.808000', '122933.811000', '122933.813000', '122933.816000', '122933.819000', '122933.821000', '122933.824000', '122933.826000', '122933.829000', '122933.832000', '122953.721000', '122953.724000', '122953.726000', '122953.729000', '122953.731000', '122953.734000', '122953.736000', '122953.739000', '122953.742000', '122953.744000', '122953.747000', '122953.749000', '122953.752000', '122953.755000', '122953.757000', '122953.760000', '122953.762000', '122953.765000', '122953.767000', '122953.770000', '122953.773000', '122953.775000', '122953.778000', '122953.780000', '122953.783000', '122953.786000', '122953.788000', '122953.791000', '122953.793000', '122953.796000', '122953.798000', '122953.801000', '122953.804000', '122953.806000', '122953.809000', '122953.811000', '122953.814000', '122953.816000', '122953.819000', '122953.822000', '122953.824000', '122953.827000', '122953.829000', '123013.720000', '123013.723000', '123013.726000', '123013.728000', '123013.731000', '123013.734000', '123013.736000', '123013.739000', '123013.741000', '123013.744000', '123013.746000', '123013.749000', '123013.752000', '123013.754000', '123013.757000', '123013.759000', '123013.762000', '123013.764000', '123013.767000', '123013.770000', '123013.772000', '123013.775000', '123013.777000', '123013.780000', '123013.782000', '123013.785000', '123013.788000', '123013.790000', '123013.793000', '123013.795000', '123013.798000', '123013.801000', '123013.803000', '123013.806000', '123013.808000', '123013.811000', '123013.813000', '123013.816000', '123013.819000', '123013.821000', '123013.824000', '123013.826000', '123013.829000', '123013.832000', '123033.721000', '123033.727000', '123033.729000', '123033.732000', '123033.735000', '123033.737000', '123033.740000', '123033.742000', '123033.745000', '123033.747000', '123033.750000', '123033.753000', '123033.755000', '123033.758000', '123033.760000', '123033.763000', '123033.765000', '123033.768000', '123033.771000', '123033.773000', '123033.776000', '123033.778000', '123033.781000', '123033.789000', '123033.791000', '123033.794000', '123033.797000', '123033.799000', '123033.802000', '123033.804000', '123033.807000', '123033.810000', '123033.812000', '123033.815000', '123033.817000', '123033.820000', '123033.822000', '123033.825000', '123033.827000', '123033.830000', '123033.833000', '123033.835000', '123033.838000', '123053.721000', '123053.724000', '123053.726000', '123053.729000', '123053.731000', '123053.734000', '123053.737000', '123053.739000', '123053.742000', '123053.745000', '123053.747000', '123053.750000', '123053.752000', '123053.755000', '123053.757000', '123053.760000', '123053.764000', '123053.767000', '123053.769000', '123053.772000', '123053.775000', '123053.777000', '123053.780000', '123053.782000', '123053.785000', '123053.788000', '123053.790000', '123053.793000', '123053.795000', '123053.798000', '123053.800000', '123053.803000', '123053.805000', '123053.808000', '123053.811000', '123053.813000', '123053.816000', '123053.818000', '123053.821000', '123053.823000', '123053.826000', '123053.829000', '123053.831000', '123113.721000', '123113.724000', '123113.726000', '123113.729000', '123113.731000', '123113.734000', '123113.737000', '123113.739000', '123113.742000', '123113.744000', '123113.747000', '123113.749000', '123113.752000', '123113.755000', '123113.757000', '123113.760000', '123113.762000', '123113.765000', '123113.767000', '123113.770000', '123113.772000', '123113.775000', '123113.778000', '123113.780000', '123113.783000', '123113.785000', '123113.788000', '123113.791000', '123113.793000', '123113.796000', '123113.798000', '123113.801000', '123113.804000', '123113.806000', '123113.809000', '123113.811000', '123113.814000', '123113.816000', '123113.819000', '123113.822000', '123113.824000', '123113.827000', '123113.829000', '123113.832000', '123133.721000', '123133.724000', '123133.726000', '123133.729000', '123133.731000', '123133.734000', '123133.736000', '123133.739000', '123133.742000', '123133.744000', '123133.747000', '123133.749000', '123133.752000', '123133.755000', '123133.757000', '123133.760000', '123133.762000', '123133.765000', '123133.768000', '123133.770000', '123133.773000', '123133.775000', '123133.779000', '123133.782000', '123133.785000', '123133.787000', '123133.790000', '123133.793000', '123133.795000', '123133.798000', '123133.800000', '123133.803000', '123133.806000', '123133.808000', '123133.811000', '123133.813000', '123133.816000', '123133.819000', '123133.821000', '123133.824000', '123133.826000', '123133.829000', '123133.831000', '123153.721000', '123153.723000', '123153.726000', '123153.729000', '123153.731000', '123153.734000', '123153.736000', '123153.739000', '123153.742000', '123153.744000', '123153.747000', '123153.749000', '123153.752000', '123153.755000', '123153.757000', '123153.760000', '123153.762000', '123153.765000', '123153.767000', '123153.770000', '123153.773000', '123153.775000', '123153.778000', '123153.781000', '123153.783000', '123153.786000', '123153.788000', '123153.791000', '123153.794000', '123153.796000', '123153.799000', '123153.801000', '123153.804000', '123153.806000', '123153.809000', '123153.823000', '123153.825000', '123153.828000', '123153.830000', '123153.833000', '123153.835000', '123153.838000', '123153.840000', '123153.843000', '123211.808000', '123211.810000', '123211.813000', '123211.816000', '123211.818000', '123211.821000', '123211.823000', '123211.826000', '123211.829000', '123211.831000', '123211.834000', '123211.837000', '123211.839000', '123211.842000', '123211.844000', '123211.847000', '123211.850000', '123211.852000', '123211.855000', '123211.857000', '123211.860000', '123211.863000', '123211.865000', '123211.868000', '123211.870000', '123211.873000', '123211.876000', '123211.878000', '123211.881000', '123211.883000', '123211.886000', '123211.889000', '123211.891000', '123211.894000', '123211.896000', '123211.899000', '123211.902000', '123211.904000', '123211.907000', '123211.909000'], 'InstanceCreationTime': ['122533.767000', '122533.785000', '122533.787000', '122533.790000', '122533.793000', '122533.795000', '122533.798000', '122533.800000', '122533.803000', '122533.806000', '122533.808000', '122533.811000', '122533.814000', '122533.817000', '122533.819000', '122533.822000', '122533.824000', '122533.827000', '122533.830000', '122533.832000', '122533.835000', '122533.837000', '122533.840000', '122533.843000', '122533.846000', '122533.848000', '122533.851000', '122533.853000', '122533.856000', '122533.859000', '122533.861000', '122533.864000', '122533.867000', '122533.869000', '122533.872000', '122533.875000', '122533.877000', '122533.880000', '122533.883000', '122533.885000', '122533.891000', '122533.894000', '122533.896000', '122533.899000', '122533.902000', '122533.904000', '122533.907000', '122533.909000', '122553.722000', '122553.724000', '122553.727000', '122553.730000', '122553.732000', '122553.735000', '122553.737000', '122553.740000', '122553.742000', '122553.745000', '122553.748000', '122553.751000', '122553.755000', '122553.758000', '122553.761000', '122553.763000', '122553.766000', '122553.769000', '122553.771000', '122553.774000', '122553.776000', '122553.793000', '122553.801000', '122553.804000', '122553.807000', '122553.810000', '122553.812000', '122553.815000', '122553.817000', '122553.820000', '122553.822000', '122553.825000', '122553.827000', '122553.830000', '122553.832000', '122553.835000', '122553.837000', '122553.840000', '122553.842000', '122553.845000', '122553.848000', '122553.850000', '122553.853000', '122613.720000', '122613.723000', '122613.726000', '122613.728000', '122613.731000', '122613.734000', '122613.736000', '122613.739000', '122613.741000', '122613.744000', '122613.746000', '122613.749000', '122613.752000', '122613.754000', '122613.757000', '122613.759000', '122613.762000', '122613.764000', '122613.767000', '122613.770000', '122613.772000', '122613.775000', '122613.777000', '122613.780000', '122613.782000', '122613.785000', '122613.787000', '122613.790000', '122613.793000', '122613.795000', '122613.798000', '122613.800000', '122613.803000', '122613.805000', '122613.808000', '122613.811000', '122613.813000', '122613.816000', '122613.822000', '122613.825000', '122613.827000', '122613.830000', '122613.832000', '122613.835000', '122633.720000', '122633.723000', '122633.726000', '122633.728000', '122633.731000', '122633.734000', '122633.736000', '122633.739000', '122633.741000', '122633.744000', '122633.747000', '122633.749000', '122633.752000', '122633.754000', '122633.757000', '122633.760000', '122633.762000', '122633.765000', '122633.767000', '122633.770000', '122633.773000', '122633.775000', '122633.778000', '122633.780000', '122633.783000', '122633.786000', '122633.788000', '122633.791000', '122633.793000', '122633.796000', '122633.798000', '122633.801000', '122633.803000', '122633.806000', '122633.809000', '122633.811000', '122633.814000', '122633.816000', '122633.819000', '122633.821000', '122633.824000', '122633.827000', '122633.829000', '122653.720000', '122653.723000', '122653.726000', '122653.729000', '122653.731000', '122653.734000', '122653.736000', '122653.739000', '122653.741000', '122653.744000', '122653.747000', '122653.749000', '122653.752000', '122653.754000', '122653.757000', '122653.759000', '122653.762000', '122653.764000', '122653.767000', '122653.770000', '122653.772000', '122653.775000', '122653.777000', '122653.780000', '122653.782000', '122653.785000', '122653.787000', '122653.790000', '122653.793000', '122653.795000', '122653.798000', '122653.800000', '122653.803000', '122653.805000', '122653.808000', '122653.811000', '122653.813000', '122653.816000', '122653.818000', '122653.821000', '122653.823000', '122653.826000', '122653.828000', '122653.831000', '122713.720000', '122713.723000', '122713.726000', '122713.728000', '122713.731000', '122713.734000', '122713.736000', '122713.739000', '122713.741000', '122713.744000', '122713.747000', '122713.749000', '122713.752000', '122713.754000', '122713.757000', '122713.759000', '122713.762000', '122713.765000', '122713.767000', '122713.770000', '122713.772000', '122713.775000', '122713.778000', '122713.780000', '122713.783000', '122713.785000', '122713.788000', '122713.791000', '122713.794000', '122713.797000', '122713.800000', '122713.802000', '122713.805000', '122713.808000', '122713.810000', '122713.813000', '122713.815000', '122713.818000', '122713.820000', '122713.831000', '122713.833000', '122713.836000', '122713.839000', '122733.721000', '122733.723000', '122733.726000', '122733.729000', '122733.731000', '122733.734000', '122733.736000', '122733.739000', '122733.742000', '122733.744000', '122733.747000', '122733.749000', '122733.752000', '122733.754000', '122733.757000', '122733.760000', '122733.762000', '122733.806000', '122733.809000', '122733.811000', '122733.814000', '122733.816000', '122733.819000', '122733.821000', '122733.824000', '122733.827000', '122733.829000', '122733.832000', '122733.834000', '122733.837000', '122733.839000', '122733.842000', '122733.845000', '122733.847000', '122733.850000', '122733.852000', '122733.855000', '122733.857000', '122733.860000', '122733.862000', '122733.865000', '122733.868000', '122733.870000', '122733.873000', '122753.721000', '122753.723000', '122753.726000', '122753.729000', '122753.731000', '122753.734000', '122753.736000', '122753.739000', '122753.742000', '122753.744000', '122753.747000', '122753.749000', '122753.752000', '122753.754000', '122753.757000', '122753.759000', '122753.762000', '122753.765000', '122753.767000', '122753.770000', '122753.772000', '122753.775000', '122753.778000', '122753.780000', '122753.783000', '122753.785000', '122753.788000', '122753.791000', '122753.793000', '122753.796000', '122753.798000', '122753.801000', '122753.804000', '122753.807000', '122753.810000', '122753.813000', '122753.815000', '122753.818000', '122753.821000', '122753.823000', '122753.826000', '122753.828000', '122753.831000', '122813.721000', '122813.724000', '122813.727000', '122813.729000', '122813.732000', '122813.735000', '122813.737000', '122813.740000', '122813.742000', '122813.745000', '122813.747000', '122813.750000', '122813.752000', '122813.755000', '122813.757000', '122813.760000', '122813.763000', '122813.765000', '122813.768000', '122813.770000', '122813.773000', '122813.776000', '122813.778000', '122813.781000', '122813.783000', '122813.786000', '122813.788000', '122813.791000', '122813.793000', '122813.796000', '122813.799000', '122813.801000', '122813.804000', '122813.807000', '122813.809000', '122813.812000', '122813.814000', '122813.817000', '122813.819000', '122813.822000', '122813.824000', '122813.827000', '122813.830000', '122813.832000', '122833.721000', '122833.723000', '122833.726000', '122833.729000', '122833.731000', '122833.734000', '122833.736000', '122833.739000', '122833.741000', '122833.744000', '122833.746000', '122833.749000', '122833.752000', '122833.754000', '122833.757000', '122833.759000', '122833.762000', '122833.764000', '122833.767000', '122833.770000', '122833.772000', '122833.775000', '122833.777000', '122833.780000', '122833.782000', '122833.785000', '122833.787000', '122833.790000', '122833.793000', '122833.795000', '122833.798000', '122833.800000', '122833.803000', '122833.805000', '122833.808000', '122833.811000', '122833.814000', '122833.817000', '122833.820000', '122833.823000', '122833.825000', '122833.828000', '122833.830000', '122853.720000', '122853.723000', '122853.726000', '122853.728000', '122853.731000', '122853.734000', '122853.736000', '122853.739000', '122853.741000', '122853.744000', '122853.746000', '122853.749000', '122853.752000', '122853.754000', '122853.757000', '122853.759000', '122853.762000', '122853.765000', '122853.767000', '122853.770000', '122853.772000', '122853.775000', '122853.777000', '122853.780000', '122853.782000', '122853.785000', '122853.788000', '122853.790000', '122853.793000', '122853.795000', '122853.798000', '122853.801000', '122853.803000', '122853.806000', '122853.808000', '122853.811000', '122853.814000', '122853.816000', '122853.819000', '122853.821000', '122853.824000', '122853.826000', '122853.833000', '122853.836000', '122913.721000', '122913.724000', '122913.726000', '122913.729000', '122913.731000', '122913.734000', '122913.737000', '122913.739000', '122913.742000', '122913.744000', '122913.747000', '122913.749000', '122913.752000', '122913.755000', '122913.757000', '122913.760000', '122913.762000', '122913.765000', '122913.767000', '122913.770000', '122913.773000', '122913.775000', '122913.778000', '122913.780000', '122913.807000', '122913.809000', '122913.812000', '122913.815000', '122913.817000', '122913.820000', '122913.822000', '122913.825000', '122913.828000', '122913.830000', '122913.833000', '122913.835000', '122913.838000', '122913.840000', '122913.843000', '122913.845000', '122913.848000', '122913.851000', '122913.853000', '122933.720000', '122933.723000', '122933.726000', '122933.728000', '122933.731000', '122933.734000', '122933.736000', '122933.739000', '122933.741000', '122933.744000', '122933.746000', '122933.749000', '122933.752000', '122933.754000', '122933.757000', '122933.759000', '122933.762000', '122933.764000', '122933.767000', '122933.770000', '122933.772000', '122933.775000', '122933.777000', '122933.780000', '122933.782000', '122933.785000', '122933.788000', '122933.790000', '122933.793000', '122933.795000', '122933.798000', '122933.800000', '122933.803000', '122933.806000', '122933.808000', '122933.811000', '122933.813000', '122933.816000', '122933.819000', '122933.821000', '122933.824000', '122933.826000', '122933.829000', '122933.832000', '122953.721000', '122953.724000', '122953.726000', '122953.729000', '122953.731000', '122953.734000', '122953.736000', '122953.739000', '122953.742000', '122953.744000', '122953.747000', '122953.749000', '122953.752000', '122953.755000', '122953.757000', '122953.760000', '122953.762000', '122953.765000', '122953.767000', '122953.770000', '122953.773000', '122953.775000', '122953.778000', '122953.780000', '122953.783000', '122953.786000', '122953.788000', '122953.791000', '122953.793000', '122953.796000', '122953.798000', '122953.801000', '122953.804000', '122953.806000', '122953.809000', '122953.811000', '122953.814000', '122953.816000', '122953.819000', '122953.822000', '122953.824000', '122953.827000', '122953.829000', '123013.720000', '123013.723000', '123013.726000', '123013.728000', '123013.731000', '123013.734000', '123013.736000', '123013.739000', '123013.741000', '123013.744000', '123013.746000', '123013.749000', '123013.752000', '123013.754000', '123013.757000', '123013.759000', '123013.762000', '123013.764000', '123013.767000', '123013.770000', '123013.772000', '123013.775000', '123013.777000', '123013.780000', '123013.782000', '123013.785000', '123013.788000', '123013.790000', '123013.793000', '123013.795000', '123013.798000', '123013.801000', '123013.803000', '123013.806000', '123013.808000', '123013.811000', '123013.813000', '123013.816000', '123013.819000', '123013.821000', '123013.824000', '123013.826000', '123013.829000', '123013.832000', '123033.721000', '123033.727000', '123033.729000', '123033.732000', '123033.735000', '123033.737000', '123033.740000', '123033.742000', '123033.745000', '123033.747000', '123033.750000', '123033.753000', '123033.755000', '123033.758000', '123033.760000', '123033.763000', '123033.765000', '123033.768000', '123033.771000', '123033.773000', '123033.776000', '123033.778000', '123033.781000', '123033.789000', '123033.791000', '123033.794000', '123033.797000', '123033.799000', '123033.802000', '123033.804000', '123033.807000', '123033.810000', '123033.812000', '123033.815000', '123033.817000', '123033.820000', '123033.822000', '123033.825000', '123033.827000', '123033.830000', '123033.833000', '123033.835000', '123033.838000', '123053.721000', '123053.724000', '123053.726000', '123053.729000', '123053.731000', '123053.734000', '123053.737000', '123053.739000', '123053.742000', '123053.745000', '123053.747000', '123053.750000', '123053.752000', '123053.755000', '123053.757000', '123053.760000', '123053.764000', '123053.767000', '123053.769000', '123053.772000', '123053.775000', '123053.777000', '123053.780000', '123053.782000', '123053.785000', '123053.788000', '123053.790000', '123053.793000', '123053.795000', '123053.798000', '123053.800000', '123053.803000', '123053.805000', '123053.808000', '123053.811000', '123053.813000', '123053.816000', '123053.818000', '123053.821000', '123053.823000', '123053.826000', '123053.829000', '123053.831000', '123113.721000', '123113.724000', '123113.726000', '123113.729000', '123113.731000', '123113.734000', '123113.737000', '123113.739000', '123113.742000', '123113.744000', '123113.747000', '123113.749000', '123113.752000', '123113.755000', '123113.757000', '123113.760000', '123113.762000', '123113.765000', '123113.767000', '123113.770000', '123113.772000', '123113.775000', '123113.778000', '123113.780000', '123113.783000', '123113.785000', '123113.788000', '123113.791000', '123113.793000', '123113.796000', '123113.798000', '123113.801000', '123113.804000', '123113.806000', '123113.809000', '123113.811000', '123113.814000', '123113.816000', '123113.819000', '123113.822000', '123113.824000', '123113.827000', '123113.829000', '123113.832000', '123133.721000', '123133.724000', '123133.726000', '123133.729000', '123133.731000', '123133.734000', '123133.736000', '123133.739000', '123133.742000', '123133.744000', '123133.747000', '123133.749000', '123133.752000', '123133.755000', '123133.757000', '123133.760000', '123133.762000', '123133.765000', '123133.768000', '123133.770000', '123133.773000', '123133.775000', '123133.779000', '123133.782000', '123133.785000', '123133.787000', '123133.790000', '123133.793000', '123133.795000', '123133.798000', '123133.800000', '123133.803000', '123133.806000', '123133.808000', '123133.811000', '123133.813000', '123133.816000', '123133.819000', '123133.821000', '123133.824000', '123133.826000', '123133.829000', '123133.831000', '123153.721000', '123153.723000', '123153.726000', '123153.729000', '123153.731000', '123153.734000', '123153.736000', '123153.739000', '123153.742000', '123153.744000', '123153.747000', '123153.749000', '123153.752000', '123153.755000', '123153.757000', '123153.760000', '123153.762000', '123153.765000', '123153.767000', '123153.770000', '123153.773000', '123153.775000', '123153.778000', '123153.781000', '123153.783000', '123153.786000', '123153.788000', '123153.791000', '123153.794000', '123153.796000', '123153.799000', '123153.801000', '123153.804000', '123153.806000', '123153.809000', '123153.823000', '123153.825000', '123153.828000', '123153.830000', '123153.833000', '123153.835000', '123153.838000', '123153.840000', '123153.843000', '123211.808000', '123211.810000', '123211.813000', '123211.816000', '123211.818000', '123211.821000', '123211.823000', '123211.826000', '123211.829000', '123211.831000', '123211.834000', '123211.837000', '123211.839000', '123211.842000', '123211.844000', '123211.847000', '123211.850000', '123211.852000', '123211.855000', '123211.857000', '123211.860000', '123211.863000', '123211.865000', '123211.868000', '123211.870000', '123211.873000', '123211.876000', '123211.878000', '123211.881000', '123211.883000', '123211.886000', '123211.889000', '123211.891000', '123211.894000', '123211.896000', '123211.899000', '123211.902000', '123211.904000', '123211.907000', '123211.909000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [8233, 7179, 7186, 6193, 7162, 8942, 6793, 8945, 6840, 7063, 9364, 7072, 9900, 6762, 8136, 6795, 7328, 8512, 7072, 9434, 6471, 7523, 6345, 7347, 6154, 6975, 8422, 6434, 7635, 6040, 7278, 8796, 6817, 9339, 7074, 8838, 6151, 7305, 7689, 7230, 10251, 6489, 8572, 6502, 7242, 8268, 7065, 8514, 6393, 7514, 6408, 7080, 8425, 6994, 9189, 6296, 7566, 6369, 7096, 9288, 6994, 9689, 6367, 7345, 6556, 7239, 10045, 6802, 9377, 6582, 7929, 6244, 7359, 8063, 6838, 9467, 6302, 8606, 6755, 7710, 6056, 7247, 9670, 7233, 9774, 6445, 8413, 6775, 7256, 9559, 7167, 9490, 6206, 7381, 6316, 7179, 8125, 7027, 9527, 6865, 8542, 6562, 7420, 6059, 7301, 9482, 7041, 10091, 7023, 9257, 6242, 7336, 6067, 7417, 9335, 7119, 9998, 6772, 9194, 6155, 7198, 6127, 7260, 9468, 6651, 8569, 6329, 7375, 7179, 6945, 9691, 7109, 9121, 6167, 7408, 6163, 7202, 8275, 7089, 9706, 6827, 8932, 6374, 7505, 6130, 7239, 6260, 7894, 7139, 7244, 9783, 7111, 9928, 6339, 8515, 6964, 7524, 9286, 7534, 10657, 6918, 8507, 6416, 7259, 7126, 7153, 10295, 6919, 10180, 6566, 7643, 6173, 7349, 6784, 7069, 9001, 6826, 9825, 6361, 7538, 7763, 7355, 7216, 7061, 9482, 7561, 7314, 7330, 7124, 8515, 6832, 9397, 7049, 9594, 6921, 7380, 9752, 7497, 9913, 6473, 7229, 6143, 7092, 7850, 7037, 8681, 6332, 7380, 5996, 7151, 5652, 7072, 7924, 6439, 7487, 6091, 6922, 6100, 7135, 9749, 6657, 7900, 6133, 7215, 6065, 7042, 9393, 6643, 9756, 6308, 7585, 6225, 7318, 9399, 6757, 9791, 6986, 7766, 6715, 7113, 10307, 6549, 7722, 6604, 7073, 10094, 6650, 8510, 5895, 7062, 8916, 6686, 8374, 6302, 7406, 9109, 6854, 10308, 6604, 7655, 6139, 7119, 9112, 6748, 9099, 6022, 7261, 9784, 7089, 9424, 6296, 7380, 9138, 7109, 9881, 6052, 7349, 6041, 7205, 9541, 6163, 7775, 6513, 7233, 6958, 7109, 9470, 6331, 7502, 6227, 7019, 9031, 6975, 10388, 6295, 7586, 6064, 7296, 9048, 6863, 9880, 6337, 8040, 6193, 7916, 6848, 7550, 8397, 6948, 8656, 6894, 9271, 6791, 8109, 6408, 7546, 7157, 7176, 8871, 6823, 9338, 6720, 9102, 6585, 7731, 6305, 7672, 6489, 6972, 6639, 6485, 8155, 6613, 8897, 6474, 8978, 6458, 8188, 6699, 7172, 7141, 7015, 7847, 6901, 6641, 8003, 6761, 7504, 6663, 9283, 6616, 7499, 8703, 6877, 9740, 6521, 8458, 6460, 6801, 6211, 6819, 6643, 6944, 6270, 6925, 8274, 6748, 8213, 6482, 7473, 6528, 6898, 6616, 6846, 8743, 6558, 8677, 6561, 6942, 6044, 6682, 8883, 6423, 8832, 6452, 7264, 6109, 6672, 8039, 6589, 8660, 6572, 7772, 6364, 6803, 7792, 6795, 8673, 6552, 7576, 6199, 7055, 5952, 6667, 8901, 6652, 7786, 6299, 7339, 6277, 7083, 7935, 6699, 9303, 6744, 7559, 6110, 6981, 8448, 6546, 8978, 6620, 8455, 6408, 6847, 5812, 6782, 8716, 6523, 9220, 6434, 7124, 6285, 6680, 7216, 6381, 9259, 6519, 8259, 6398, 7245, 6483, 6653, 8778, 6499, 7737, 6323, 7146, 7654, 6438, 8202, 6541, 7362, 6440, 6860, 7458, 6473, 9147, 6495, 7881, 6575, 7016, 8861, 6436, 8541, 6563, 6976, 6905, 6491, 8713, 6435, 7701, 6155, 6663, 5694, 6309, 8529, 6325, 8617, 6276, 7274, 5866, 6627, 8927, 6533, 8747, 6390, 7966, 6202, 6866, 6414, 6512, 8841, 6489, 8432, 6534, 7867, 6188, 7028, 5854, 6617, 8897, 6517, 9242, 6729, 8506, 6183, 7129, 6798, 6518, 8826, 6632, 8127, 6420, 7543, 6275, 6871, 6299, 6664, 8522, 6532, 9293, 6651, 8372, 6136, 6937, 6416, 6544, 8934, 6425, 9529, 6539, 8800, 6349, 7286, 6129, 6692, 8518, 6537, 9435, 6566, 8847, 6448, 6920, 6142, 6672, 7497, 6464, 8551, 6384, 9155, 6349, 7659, 6111, 6888, 7095, 6482, 8996, 6560, 9322, 6423, 7444, 6254, 6688, 8925, 6506, 9579, 6837, 8921, 6298, 6789, 5896, 6571, 8278, 6412, 8291, 6618, 8558, 6183, 6835, 6068, 6922, 6467, 7006, 8360, 6754, 8442, 6560, 7821, 6204, 8722, 6337, 8404, 6691, 6013, 7289, 6356, 8596, 6909, 7786, 10736, 7118, 9812, 6550, 7459, 8625, 6943, 10139, 6966, 7917, 6715, 6686, 6489, 7785, 6385, 8451, 6653, 9181, 6238, 7367, 6331, 7274, 9529, 6745, 10128, 6685, 9095, 6387, 7095, 6241, 7186, 9380, 6614, 10433, 6851, 8279, 6521, 7414, 9254, 6699, 8467, 6403, 7143, 7210, 6911, 9355, 6987, 8563, 6425, 8551, 6461, 7884, 6987, 7392, 9547, 6731, 9244, 6369, 7638, 6525, 7315, 6126, 7248, 9108, 7125, 10116, 6873, 8917, 6986, 7444, 9540, 7014, 9930, 6509, 7658, 6383, 7359, 8974, 6600, 9256, 6284, 7216, 6388, 7229, 8509, 7009, 9369, 7256, 9349, 6320, 7447, 6313, 7238, 9596, 6897, 9988, 6659, 8032, 6488, 7152, 6285, 6851, 8792, 7259, 9890, 6650, 8147, 6625, 7328, 8429, 7197, 10085, 6911, 8632, 6404, 7124, 6584, 7284, 6313, 7219, 6224, 7273, 6102, 7199, 10292, 6766, 9472, 7077, 7933, 6464, 7254, 6339, 7575, 9404, 6943, 9528, 6883, 7470, 6785, 7422, 9497, 7121, 9053, 6272, 7569, 6294, 7355, 7298, 7321, 9085, 7132, 9347, 6659, 8415, 6434, 7271, 6853, 7505, 8129, 7850, 9249, 7076, 9116, 6844, 6603, 7201, 6712, 7232, 10733, 7272, 10248, 6925, 7706, 6431, 7521, 9573, 6495, 8116, 6475, 7103, 6218, 7167, 5802, 7212, 7959, 6565, 8228, 6380, 7493, 6515, 7491, 6195, 7307, 9456, 6796, 9362, 6318, 7428, 6448, 7202, 8406, 7052, 9627, 6628, 7900, 6323, 7380, 6219, 7274, 9177, 6755, 9407, 6683, 7668, 6279, 7484, 9029, 6986, 7891, 6323, 7350, 8607, 7318, 9383, 6786, 8107, 6068, 7313, 6343, 7224, 9193, 6480, 9237, 6456, 7723, 6310, 7814, 7509, 7226, 9485, 7032, 9804, 6807, 9668, 6497, 7532, 6169, 7330, 9242, 6916, 10144, 6799, 9252, 6453, 7364, 6201, 7343, 9221, 6781, 8924, 6478, 8882, 6320, 7330, 6200, 7031, 7760, 7242, 10009, 6738, 9881, 7023, 7902, 6880, 7405, 9318, 7283, 9323, 6388, 7761, 6608, 7208, 6513, 7971, 7077, 6394, 7384, 6101, 7556, 10627, 6991, 7512, 9572, 6962, 10912, 6819, 8387, 6301, 7334, 6276, 7205, 7573, 7004, 9500, 7197, 9352, 6714, 8015, 6336, 7316, 6178, 7257, 9099, 7041], 'WindowCenter': [3603.0, 3567.0, 3563.0, 3518.0, 3550.0, 3580.0, 3537.0, 3580.0, 3537.0, 3536.0, 3578.0, 3537.0, 3578.0, 3536.0, 3557.0, 3524.0, 3539.0, 3565.0, 3535.0, 3554.0, 3523.0, 3557.0, 3524.0, 3545.0, 3525.0, 3546.0, 3556.0, 3514.0, 3546.0, 3503.0, 3547.0, 3568.0, 3536.0, 3568.0, 3536.0, 3568.0, 3523.0, 3545.0, 3544.0, 3538.0, 3577.0, 3524.0, 3567.0, 3523.0, 3537.0, 3555.0, 3534.0, 3555.0, 3524.0, 3546.0, 3524.0, 3547.0, 3567.0, 3547.0, 3578.0, 3535.0, 3557.0, 3525.0, 3546.0, 3570.0, 3547.0, 3578.0, 3517.0, 3546.0, 3524.0, 3537.0, 3576.0, 3535.0, 3560.0, 3525.0, 3555.0, 3524.0, 3546.0, 3555.0, 3527.0, 3568.0, 3524.0, 3567.0, 3536.0, 3556.0, 3525.0, 3545.0, 3576.0, 3545.0, 3575.0, 3521.0, 3556.0, 3521.0, 3534.0, 3556.0, 3532.0, 3557.0, 3509.0, 3531.0, 3520.0, 3534.0, 3542.0, 3526.0, 3575.0, 3534.0, 3559.0, 3533.0, 3544.0, 3505.0, 3544.0, 3567.0, 3535.0, 3575.0, 3533.0, 3567.0, 3523.0, 3533.0, 3511.0, 3545.0, 3563.0, 3535.0, 3567.0, 3524.0, 3566.0, 3515.0, 3535.0, 3513.0, 3544.0, 3564.0, 3532.0, 3566.0, 3524.0, 3545.0, 3533.0, 3535.0, 3577.0, 3535.0, 3565.0, 3510.0, 3534.0, 3511.0, 3546.0, 3556.0, 3539.0, 3576.0, 3535.0, 3568.0, 3525.0, 3544.0, 3525.0, 3558.0, 3536.0, 3557.0, 3548.0, 3559.0, 3583.0, 3546.0, 3577.0, 3523.0, 3555.0, 3534.0, 3546.0, 3565.0, 3544.0, 3575.0, 3533.0, 3554.0, 3501.0, 3531.0, 3531.0, 3534.0, 3576.0, 3533.0, 3575.0, 3522.0, 3544.0, 3505.0, 3543.0, 3520.0, 3533.0, 3564.0, 3534.0, 3576.0, 3523.0, 3546.0, 3544.0, 3545.0, 3544.0, 3535.0, 3576.0, 3549.0, 3546.0, 3546.0, 3546.0, 3568.0, 3535.0, 3578.0, 3546.0, 3577.0, 3533.0, 3538.0, 3558.0, 3532.0, 3554.0, 3511.0, 3524.0, 3499.0, 3530.0, 3534.0, 3533.0, 3557.0, 3523.0, 3543.0, 3502.0, 3528.0, 3512.0, 3545.0, 3547.0, 3516.0, 3546.0, 3527.0, 3547.0, 3526.0, 3548.0, 3579.0, 3548.0, 3559.0, 3526.0, 3539.0, 3516.0, 3548.0, 3580.0, 3547.0, 3580.0, 3537.0, 3560.0, 3526.0, 3547.0, 3569.0, 3538.0, 3571.0, 3547.0, 3558.0, 3536.0, 3547.0, 3588.0, 3524.0, 3546.0, 3534.0, 3545.0, 3570.0, 3534.0, 3566.0, 3513.0, 3545.0, 3566.0, 3534.0, 3557.0, 3524.0, 3548.0, 3567.0, 3534.0, 3577.0, 3535.0, 3545.0, 3512.0, 3525.0, 3567.0, 3526.0, 3566.0, 3513.0, 3535.0, 3568.0, 3533.0, 3565.0, 3521.0, 3545.0, 3564.0, 3533.0, 3576.0, 3510.0, 3533.0, 3511.0, 3545.0, 3554.0, 3510.0, 3543.0, 3514.0, 3543.0, 3533.0, 3534.0, 3576.0, 3515.0, 3544.0, 3524.0, 3539.0, 3567.0, 3539.0, 3588.0, 3524.0, 3544.0, 3512.0, 3547.0, 3567.0, 3536.0, 3577.0, 3522.0, 3554.0, 3513.0, 3556.0, 3536.0, 3556.0, 3560.0, 3546.0, 3567.0, 3547.0, 3592.0, 3542.0, 3549.0, 3513.0, 3545.0, 3532.0, 3535.0, 3565.0, 3521.0, 3563.0, 3521.0, 3552.0, 3521.0, 3532.0, 3510.0, 3542.0, 3510.0, 3534.0, 3521.0, 3515.0, 3542.0, 3521.0, 3564.0, 3523.0, 3565.0, 3523.0, 3556.0, 3532.0, 3532.0, 3532.0, 3533.0, 3542.0, 3533.0, 3522.0, 3555.0, 3534.0, 3536.0, 3533.0, 3565.0, 3514.0, 3532.0, 3543.0, 3520.0, 3553.0, 3509.0, 3551.0, 3514.0, 3521.0, 3512.0, 3533.0, 3534.0, 3547.0, 3524.0, 3539.0, 3555.0, 3535.0, 3556.0, 3522.0, 3535.0, 3522.0, 3547.0, 3535.0, 3536.0, 3556.0, 3518.0, 3567.0, 3535.0, 3535.0, 3511.0, 3536.0, 3566.0, 3535.0, 3567.0, 3518.0, 3547.0, 3525.0, 3536.0, 3556.0, 3528.0, 3567.0, 3529.0, 3557.0, 3524.0, 3537.0, 3556.0, 3535.0, 3566.0, 3523.0, 3558.0, 3515.0, 3526.0, 3515.0, 3536.0, 3559.0, 3536.0, 3547.0, 3534.0, 3546.0, 3536.0, 3547.0, 3557.0, 3547.0, 3577.0, 3536.0, 3557.0, 3523.0, 3546.0, 3556.0, 3516.0, 3559.0, 3535.0, 3556.0, 3517.0, 3534.0, 3512.0, 3535.0, 3566.0, 3516.0, 3577.0, 3524.0, 3546.0, 3513.0, 3526.0, 3545.0, 3524.0, 3557.0, 3524.0, 3557.0, 3524.0, 3546.0, 3522.0, 3535.0, 3545.0, 3524.0, 3545.0, 3523.0, 3535.0, 3537.0, 3514.0, 3546.0, 3514.0, 3545.0, 3516.0, 3536.0, 3546.0, 3525.0, 3577.0, 3537.0, 3557.0, 3534.0, 3547.0, 3566.0, 3524.0, 3558.0, 3534.0, 3535.0, 3527.0, 3524.0, 3567.0, 3525.0, 3556.0, 3524.0, 3536.0, 3513.0, 3537.0, 3560.0, 3536.0, 3558.0, 3537.0, 3551.0, 3514.0, 3536.0, 3558.0, 3529.0, 3561.0, 3535.0, 3557.0, 3524.0, 3535.0, 3517.0, 3536.0, 3566.0, 3536.0, 3559.0, 3526.0, 3557.0, 3518.0, 3547.0, 3513.0, 3537.0, 3567.0, 3528.0, 3577.0, 3535.0, 3567.0, 3506.0, 3535.0, 3527.0, 3524.0, 3558.0, 3535.0, 3556.0, 3524.0, 3558.0, 3528.0, 3536.0, 3523.0, 3536.0, 3566.0, 3524.0, 3578.0, 3536.0, 3556.0, 3524.0, 3546.0, 3524.0, 3524.0, 3566.0, 3524.0, 3577.0, 3525.0, 3567.0, 3517.0, 3536.0, 3516.0, 3525.0, 3566.0, 3525.0, 3566.0, 3535.0, 3565.0, 3523.0, 3535.0, 3513.0, 3524.0, 3545.0, 3536.0, 3567.0, 3525.0, 3578.0, 3516.0, 3548.0, 3524.0, 3546.0, 3528.0, 3525.0, 3566.0, 3536.0, 3567.0, 3524.0, 3546.0, 3516.0, 3527.0, 3564.0, 3516.0, 3565.0, 3524.0, 3566.0, 3523.0, 3534.0, 3512.0, 3533.0, 3555.0, 3524.0, 3555.0, 3535.0, 3567.0, 3524.0, 3534.0, 3525.0, 3547.0, 3535.0, 3548.0, 3567.0, 3537.0, 3561.0, 3536.0, 3547.0, 3527.0, 3580.0, 3537.0, 3571.0, 3536.0, 3519.0, 3547.0, 3536.0, 3580.0, 3547.0, 3559.0, 3589.0, 3536.0, 3577.0, 3511.0, 3534.0, 3555.0, 3525.0, 3564.0, 3533.0, 3542.0, 3521.0, 3512.0, 3524.0, 3545.0, 3525.0, 3557.0, 3536.0, 3570.0, 3515.0, 3547.0, 3524.0, 3545.0, 3566.0, 3536.0, 3577.0, 3524.0, 3566.0, 3523.0, 3534.0, 3523.0, 3534.0, 3558.0, 3536.0, 3576.0, 3523.0, 3556.0, 3523.0, 3546.0, 3564.0, 3522.0, 3555.0, 3516.0, 3533.0, 3545.0, 3528.0, 3565.0, 3525.0, 3555.0, 3525.0, 3557.0, 3524.0, 3557.0, 3526.0, 3545.0, 3555.0, 3524.0, 3565.0, 3515.0, 3544.0, 3524.0, 3538.0, 3513.0, 3546.0, 3566.0, 3528.0, 3569.0, 3524.0, 3566.0, 3534.0, 3538.0, 3557.0, 3526.0, 3575.0, 3522.0, 3544.0, 3504.0, 3533.0, 3546.0, 3516.0, 3566.0, 3514.0, 3534.0, 3522.0, 3544.0, 3547.0, 3535.0, 3566.0, 3538.0, 3566.0, 3523.0, 3532.0, 3501.0, 3544.0, 3566.0, 3527.0, 3576.0, 3523.0, 3544.0, 3522.0, 3533.0, 3522.0, 3522.0, 3555.0, 3545.0, 3577.0, 3533.0, 3537.0, 3523.0, 3545.0, 3556.0, 3533.0, 3576.0, 3534.0, 3555.0, 3515.0, 3533.0, 3534.0, 3545.0, 3524.0, 3545.0, 3525.0, 3546.0, 3512.0, 3536.0, 3569.0, 3535.0, 3569.0, 3533.0, 3544.0, 3522.0, 3533.0, 3511.0, 3544.0, 3563.0, 3534.0, 3577.0, 3534.0, 3533.0, 3523.0, 3545.0, 3555.0, 3534.0, 3564.0, 3523.0, 3546.0, 3525.0, 3546.0, 3545.0, 3547.0, 3567.0, 3535.0, 3559.0, 3535.0, 3554.0, 3523.0, 3547.0, 3536.0, 3547.0, 3556.0, 3558.0, 3566.0, 3534.0, 3566.0, 3528.0, 3525.0, 3545.0, 3536.0, 3552.0, 3590.0, 3546.0, 3567.0, 3534.0, 3543.0, 3511.0, 3545.0, 3563.0, 3511.0, 3543.0, 3523.0, 3532.0, 3512.0, 3525.0, 3513.0, 3544.0, 3554.0, 3537.0, 3556.0, 3525.0, 3546.0, 3526.0, 3537.0, 3515.0, 3536.0, 3577.0, 3535.0, 3566.0, 3523.0, 3545.0, 3524.0, 3539.0, 3556.0, 3536.0, 3578.0, 3536.0, 3557.0, 3525.0, 3546.0, 3524.0, 3547.0, 3568.0, 3536.0, 3567.0, 3535.0, 3547.0, 3522.0, 3535.0, 3565.0, 3534.0, 3548.0, 3523.0, 3546.0, 3566.0, 3539.0, 3566.0, 3536.0, 3555.0, 3524.0, 3545.0, 3524.0, 3546.0, 3566.0, 3526.0, 3577.0, 3525.0, 3547.0, 3526.0, 3557.0, 3544.0, 3547.0, 3577.0, 3547.0, 3589.0, 3539.0, 3579.0, 3538.0, 3558.0, 3514.0, 3546.0, 3558.0, 3530.0, 3589.0, 3529.0, 3567.0, 3525.0, 3546.0, 3513.0, 3545.0, 3566.0, 3536.0, 3568.0, 3526.0, 3559.0, 3525.0, 3547.0, 3526.0, 3547.0, 3547.0, 3548.0, 3569.0, 3529.0, 3578.0, 3535.0, 3556.0, 3527.0, 3546.0, 3565.0, 3533.0, 3565.0, 3511.0, 3543.0, 3522.0, 3531.0, 3515.0, 3556.0, 3535.0, 3525.0, 3547.0, 3524.0, 3547.0, 3576.0, 3522.0, 3526.0, 3565.0, 3522.0, 3573.0, 3521.0, 3552.0, 3510.0, 3530.0, 3511.0, 3545.0, 3544.0, 3535.0, 3568.0, 3535.0, 3567.0, 3535.0, 3555.0, 3524.0, 3545.0, 3512.0, 3545.0, 3566.0, 3534.0], 'WindowWidth': [8167.0, 8105.0, 8094.0, 8019.0, 8070.0, 8105.0, 8047.0, 8106.0, 8043.0, 8035.0, 8099.0, 8034.0, 8099.0, 8040.0, 8070.0, 8017.0, 8039.0, 8076.0, 8036.0, 8054.0, 8020.0, 8069.0, 8022.0, 8052.0, 8024.0, 8054.0, 8065.0, 8003.0, 8052.0, 7987.0, 8058.0, 8085.0, 8041.0, 8084.0, 8039.0, 8083.0, 8020.0, 8051.0, 8045.0, 8035.0, 8094.0, 8022.0, 8082.0, 8019.0, 8036.0, 8063.0, 8033.0, 8063.0, 8023.0, 8054.0, 8021.0, 8057.0, 8081.0, 8056.0, 8099.0, 8038.0, 8069.0, 8024.0, 8056.0, 8083.0, 8056.0, 8098.0, 8007.0, 8052.0, 8020.0, 8033.0, 8091.0, 8037.0, 8066.0, 8016.0, 8062.0, 8021.0, 8053.0, 8063.0, 8020.0, 8074.0, 8023.0, 8082.0, 8038.0, 8067.0, 8024.0, 8051.0, 8092.0, 8048.0, 8089.0, 8014.0, 8064.0, 8011.0, 8031.0, 8055.0, 8027.0, 8055.0, 7994.0, 8024.0, 8010.0, 8033.0, 8042.0, 8018.0, 8089.0, 8035.0, 8065.0, 8033.0, 8048.0, 7988.0, 8049.0, 8074.0, 8037.0, 8090.0, 8032.0, 8080.0, 8017.0, 8030.0, 7999.0, 8049.0, 8069.0, 8037.0, 8073.0, 8015.0, 8079.0, 8009.0, 8038.0, 8005.0, 8048.0, 8073.0, 8029.0, 8078.0, 8021.0, 8051.0, 8032.0, 8037.0, 8095.0, 8037.0, 8075.0, 7998.0, 8032.0, 7999.0, 8054.0, 8065.0, 8038.0, 8092.0, 8038.0, 8085.0, 8026.0, 8048.0, 8024.0, 8073.0, 8042.0, 8072.0, 8057.0, 8075.0, 8102.0, 8053.0, 8095.0, 8018.0, 8061.0, 8034.0, 8054.0, 8075.0, 8044.0, 8087.0, 8031.0, 8059.0, 7977.0, 8026.0, 8025.0, 8034.0, 8090.0, 8030.0, 8087.0, 8017.0, 8046.0, 7988.0, 8045.0, 8010.0, 8033.0, 8072.0, 8034.0, 8091.0, 8019.0, 8051.0, 8047.0, 8051.0, 8047.0, 8036.0, 8092.0, 8053.0, 8053.0, 8055.0, 8055.0, 8086.0, 8040.0, 8097.0, 8052.0, 8095.0, 8030.0, 8036.0, 8060.0, 8028.0, 8050.0, 7997.0, 8010.0, 7978.0, 8023.0, 8023.0, 8030.0, 8060.0, 8018.0, 8044.0, 7983.0, 8022.0, 8004.0, 8051.0, 8047.0, 8007.0, 8054.0, 8031.0, 8057.0, 8028.0, 8058.0, 8101.0, 8059.0, 8074.0, 8027.0, 8039.0, 8005.0, 8062.0, 8105.0, 8058.0, 8103.0, 8045.0, 8077.0, 8027.0, 8056.0, 8080.0, 8045.0, 8084.0, 8054.0, 8072.0, 8041.0, 8057.0, 8111.0, 8021.0, 8054.0, 8033.0, 8053.0, 8080.0, 8034.0, 8080.0, 8007.0, 8052.0, 8079.0, 8034.0, 8068.0, 8023.0, 8057.0, 8081.0, 8034.0, 8095.0, 8036.0, 8051.0, 8003.0, 8017.0, 8079.0, 8017.0, 8077.0, 8004.0, 8030.0, 8074.0, 8030.0, 8074.0, 8013.0, 8050.0, 8073.0, 8030.0, 8091.0, 7998.0, 8025.0, 7998.0, 8048.0, 8051.0, 7999.0, 8047.0, 7999.0, 8046.0, 8031.0, 8034.0, 8090.0, 8003.0, 8048.0, 8021.0, 8040.0, 8081.0, 8038.0, 8110.0, 8021.0, 8048.0, 8005.0, 8057.0, 8081.0, 8040.0, 8095.0, 8016.0, 8059.0, 8005.0, 8067.0, 8040.0, 8069.0, 8068.0, 8055.0, 8082.0, 8057.0, 8125.0, 8051.0, 8054.0, 7998.0, 8050.0, 8028.0, 8037.0, 8076.0, 8012.0, 8070.0, 8011.0, 8055.0, 8011.0, 8026.0, 7996.0, 8039.0, 7997.0, 8034.0, 8013.0, 8001.0, 8040.0, 8013.0, 8074.0, 8019.0, 8076.0, 8019.0, 8066.0, 8030.0, 8028.0, 8028.0, 8030.0, 8042.0, 8031.0, 8016.0, 8065.0, 8035.0, 8032.0, 8033.0, 8076.0, 7999.0, 8030.0, 8035.0, 8009.0, 8048.0, 7993.0, 8052.0, 7997.0, 8011.0, 8002.0, 8032.0, 8036.0, 8057.0, 8023.0, 8042.0, 8065.0, 8039.0, 8067.0, 8018.0, 8029.0, 8018.0, 8056.0, 8038.0, 8042.0, 8060.0, 8011.0, 8083.0, 8037.0, 8037.0, 8002.0, 8042.0, 8081.0, 8040.0, 8082.0, 8011.0, 8057.0, 8026.0, 8041.0, 8067.0, 8025.0, 8085.0, 8027.0, 8070.0, 8022.0, 8043.0, 8067.0, 8040.0, 8079.0, 8022.0, 8073.0, 8003.0, 8020.0, 8004.0, 8044.0, 8067.0, 8040.0, 8050.0, 8038.0, 8056.0, 8042.0, 8058.0, 8071.0, 8058.0, 8097.0, 8041.0, 8069.0, 8019.0, 8053.0, 8066.0, 8006.0, 8066.0, 8038.0, 8068.0, 8009.0, 8035.0, 8003.0, 8041.0, 8081.0, 8007.0, 8096.0, 8023.0, 8055.0, 8001.0, 8020.0, 8050.0, 8023.0, 8062.0, 8023.0, 8068.0, 8021.0, 8052.0, 8017.0, 8036.0, 8042.0, 8020.0, 8050.0, 8020.0, 8039.0, 8034.0, 8000.0, 8046.0, 8001.0, 8052.0, 8006.0, 8041.0, 8053.0, 8025.0, 8097.0, 8043.0, 8070.0, 8036.0, 8055.0, 8080.0, 8022.0, 8063.0, 8033.0, 8038.0, 8020.0, 8023.0, 8082.0, 8025.0, 8068.0, 8025.0, 8042.0, 8008.0, 8044.0, 8070.0, 8041.0, 8067.0, 8044.0, 8059.0, 8012.0, 8043.0, 8064.0, 8028.0, 8071.0, 8040.0, 8070.0, 8024.0, 8039.0, 8007.0, 8041.0, 8080.0, 8043.0, 8067.0, 8027.0, 8069.0, 8012.0, 8057.0, 8008.0, 8043.0, 8081.0, 8026.0, 8097.0, 8038.0, 8083.0, 7992.0, 8039.0, 8019.0, 8022.0, 8061.0, 8037.0, 8067.0, 8023.0, 8074.0, 8025.0, 8043.0, 8022.0, 8041.0, 8081.0, 8024.0, 8097.0, 8039.0, 8067.0, 8023.0, 8055.0, 8021.0, 8022.0, 8079.0, 8023.0, 8096.0, 8024.0, 8081.0, 8009.0, 8033.0, 8006.0, 8018.0, 8078.0, 8024.0, 8079.0, 8038.0, 8077.0, 8020.0, 8037.0, 8005.0, 8015.0, 8051.0, 8041.0, 8081.0, 8026.0, 8096.0, 8007.0, 8051.0, 8022.0, 8055.0, 8022.0, 8026.0, 8080.0, 8040.0, 8082.0, 8022.0, 8052.0, 8004.0, 8020.0, 8074.0, 8006.0, 8075.0, 8014.0, 8077.0, 8019.0, 8034.0, 8003.0, 8034.0, 8064.0, 8023.0, 8065.0, 8037.0, 8083.0, 8023.0, 8036.0, 8025.0, 8058.0, 8039.0, 8059.0, 8084.0, 8045.0, 8072.0, 8040.0, 8050.0, 8033.0, 8105.0, 8046.0, 8096.0, 8043.0, 8013.0, 8056.0, 8042.0, 8106.0, 8056.0, 8074.0, 8114.0, 8038.0, 8092.0, 7998.0, 8032.0, 8060.0, 8013.0, 8070.0, 8028.0, 8039.0, 8014.0, 7994.0, 8022.0, 8050.0, 8025.0, 8068.0, 8040.0, 8081.0, 8009.0, 8054.0, 8021.0, 8049.0, 8077.0, 8037.0, 8092.0, 8021.0, 8078.0, 8018.0, 8033.0, 8016.0, 8034.0, 8062.0, 8038.0, 8091.0, 8019.0, 8063.0, 8017.0, 8050.0, 8072.0, 8015.0, 8061.0, 8003.0, 8031.0, 8048.0, 8021.0, 8075.0, 8014.0, 8061.0, 8023.0, 8061.0, 8022.0, 8069.0, 8017.0, 8050.0, 8054.0, 8018.0, 8073.0, 8000.0, 8047.0, 8019.0, 8035.0, 8005.0, 8052.0, 8078.0, 8021.0, 8077.0, 8021.0, 8076.0, 8033.0, 8034.0, 8056.0, 8016.0, 8088.0, 8014.0, 8046.0, 7985.0, 8031.0, 8042.0, 8003.0, 8076.0, 7999.0, 8033.0, 8014.0, 8047.0, 8046.0, 8036.0, 8078.0, 8034.0, 8078.0, 8016.0, 8029.0, 7978.0, 8046.0, 8075.0, 8017.0, 8089.0, 8016.0, 8045.0, 8014.0, 8031.0, 8016.0, 8017.0, 8061.0, 8050.0, 8093.0, 8031.0, 8033.0, 8018.0, 8049.0, 8063.0, 8030.0, 8090.0, 8032.0, 8062.0, 8000.0, 8032.0, 8033.0, 8050.0, 8018.0, 8050.0, 8024.0, 8051.0, 8002.0, 8038.0, 8076.0, 8036.0, 8077.0, 8029.0, 8044.0, 8014.0, 8030.0, 7997.0, 8045.0, 8070.0, 8032.0, 8094.0, 8033.0, 8031.0, 8015.0, 8049.0, 8053.0, 8032.0, 8072.0, 8017.0, 8050.0, 8022.0, 8054.0, 8051.0, 8053.0, 8080.0, 8037.0, 8063.0, 8034.0, 8061.0, 8018.0, 8055.0, 8038.0, 8056.0, 8067.0, 8071.0, 8076.0, 8034.0, 8081.0, 8024.0, 8017.0, 8050.0, 8039.0, 8062.0, 8115.0, 8052.0, 8074.0, 8033.0, 8045.0, 7998.0, 8045.0, 8067.0, 7998.0, 8043.0, 8017.0, 8028.0, 8001.0, 8016.0, 8005.0, 8049.0, 8061.0, 8041.0, 8065.0, 8023.0, 8054.0, 8026.0, 8035.0, 8009.0, 8034.0, 8094.0, 8037.0, 8078.0, 8019.0, 8050.0, 8021.0, 8040.0, 8065.0, 8038.0, 8097.0, 8040.0, 8069.0, 8024.0, 8053.0, 8020.0, 8055.0, 8084.0, 8040.0, 8083.0, 8035.0, 8054.0, 8017.0, 8029.0, 8075.0, 8032.0, 8048.0, 8019.0, 8053.0, 8079.0, 8038.0, 8078.0, 8039.0, 8064.0, 8021.0, 8049.0, 8019.0, 8052.0, 8080.0, 8027.0, 8096.0, 8025.0, 8055.0, 8025.0, 8070.0, 8049.0, 8054.0, 8095.0, 8057.0, 8114.0, 8048.0, 8100.0, 8046.0, 8072.0, 8007.0, 8052.0, 8060.0, 8028.0, 8113.0, 8026.0, 8080.0, 8022.0, 8053.0, 8005.0, 8048.0, 8076.0, 8038.0, 8083.0, 8026.0, 8066.0, 8023.0, 8057.0, 8028.0, 8056.0, 8053.0, 8057.0, 8079.0, 8026.0, 8097.0, 8034.0, 8064.0, 8018.0, 8051.0, 8075.0, 8030.0, 8072.0, 7997.0, 8043.0, 8016.0, 8026.0, 8003.0, 8064.0, 8036.0, 8023.0, 8056.0, 8023.0, 8055.0, 8092.0, 8013.0, 8015.0, 8070.0, 8012.0, 8081.0, 8010.0, 8053.0, 7995.0, 8021.0, 7997.0, 8048.0, 8047.0, 8035.0, 8075.0, 8038.0, 8082.0, 8037.0, 8064.0, 8020.0, 8049.0, 8002.0, 8050.0, 8078.0, 8033.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.00035317582417582416</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022488224615384612</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.04427691831688</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1465089735533573</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9778213146534648</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4834</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3218.0247</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06646435641663896</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.098901098901099</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.50828047358323</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4823896680879454</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7294295712889647</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3130221813727805</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00439252</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005320943892002106</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02478339523077011</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6394707072591164</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>22.4434</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.8046</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.1668</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300128.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>687.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.0258</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9811</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>484.0738</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2750.399</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2915.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76416.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>782.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3669.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>800.9354</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.14874799048994</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> |