=== 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-0124 --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-0124",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0124_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-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0124/figures/sub-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124/ses-02/func/sub-0124_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>e4909ff3a5903f05a579e3dd29e3649e</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>21:37:43.660000</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.996875, 0.039184, 0.0685957, -0.0475346, 0.991058, 0.124678]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0970023</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>[4231, -7793, -7204, 392, -93, -81, 6, 31]</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>234.082</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d211ecd0-a031-4e18-be7d-22ca53da0f47||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.67454195022583, -0.12753182649612427, 0.17036160826683044, 114.87745666503906], [-0.10512787848711014, 2.658936023712158, 0.344383180141449, -107.96670532226562], [0.1840371936559677, -0.33450278639793396, 2.672522783279419, -50.282020568847656], [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': ['213743.660000', '213744.120000', '213744.580000', '213745.040000', '213745.500000', '213745.960000', '213746.420000', '213746.880000', '213747.340000', '213747.800000', '213748.260000', '213748.720000', '213749.180000', '213749.640000', '213750.100000', '213750.560000', '213751.020000', '213751.480000', '213751.940000', '213752.400000', '213752.860000', '213753.320000', '213753.780000', '213754.240000', '213754.700000', '213755.160000', '213755.620000', '213756.080000', '213756.540000', '213757.000000', '213757.460000', '213757.920000', '213758.380000', '213758.840000', '213759.300000', '213759.760000', '213800.220000', '213800.680000', '213801.140000', '213801.600000', '213802.060000', '213802.520000', '213802.980000', '213803.440000', '213803.900000', '213804.360000', '213804.820000', '213805.280000', '213805.740000', '213806.200000', '213806.660000', '213807.120000', '213807.580000', '213808.040000', '213808.500000', '213808.960000', '213809.420000', '213809.880000', '213810.340000', '213810.800000', '213811.260000', '213811.720000', '213812.180000', '213812.640000', '213813.100000', '213813.560000', '213814.020000', '213814.480000', '213814.940000', '213815.400000', '213815.860000', '213816.320000', '213816.780000', '213817.240000', '213817.700000', '213818.160000', '213818.620000', '213819.080000', '213819.540000', '213820.000000', '213820.460000', '213820.920000', '213821.380000', '213821.840000', '213822.300000', '213822.760000', '213823.220000', '213823.680000', '213824.140000', '213824.600000', '213825.060000', '213825.520000', '213825.980000', '213826.440000', '213826.900000', '213827.360000', '213827.820000', '213828.280000', '213828.740000', '213829.200000', '213829.660000', '213830.120000', '213830.580000', '213831.040000', '213831.500000', '213831.960000', '213832.420000', '213832.880000', '213833.340000', '213833.800000', '213834.260000', '213834.720000', '213835.180000', '213835.640000', '213836.100000', '213836.560000', '213837.020000', '213837.480000', '213837.940000', '213838.400000', '213838.860000', '213839.320000', '213839.780000', '213840.240000', '213840.700000', '213841.160000', '213841.620000', '213842.080000', '213842.540000', '213843.000000', '213843.460000', '213843.920000', '213844.380000', '213844.840000', '213845.300000', '213845.760000', '213846.220000', '213846.680000', '213847.140000', '213847.600000', '213848.060000', '213848.520000', '213848.980000', '213849.440000', '213849.900000', '213850.360000', '213850.820000', '213851.280000', '213851.740000', '213852.200000', '213852.660000', '213853.120000', '213853.580000', '213854.040000', '213854.500000', '213854.960000', '213855.420000', '213855.880000', '213856.340000', '213856.800000', '213857.260000', '213857.720000', '213858.180000', '213858.640000', '213859.100000', '213859.560000', '213900.020000', '213900.480000', '213900.940000', '213901.400000', '213901.860000', '213902.320000', '213902.780000', '213903.240000', '213903.700000', '213904.160000', '213904.620000', '213905.080000', '213905.540000', '213906.000000', '213906.460000', '213906.920000', '213907.380000', '213907.840000', '213908.300000', '213908.760000', '213909.220000', '213909.680000', '213910.140000', '213910.600000', '213911.060000', '213911.520000', '213911.980000', '213912.440000', '213912.900000', '213913.360000', '213913.820000', '213914.280000', '213914.740000', '213915.200000', '213915.660000', '213916.120000', '213916.580000', '213917.040000', '213917.500000', '213917.960000', '213918.420000', '213918.880000', '213919.340000', '213919.800000', '213920.260000', '213920.720000', '213921.180000', '213921.640000', '213922.100000', '213922.560000', '213923.020000', '213923.480000', '213923.940000', '213924.400000', '213924.860000', '213925.320000', '213925.780000', '213926.240000', '213926.700000', '213927.160000', '213927.620000', '213928.080000', '213928.540000', '213929.000000', '213929.460000', '213929.920000', '213930.380000', '213930.840000', '213931.300000', '213931.760000', '213932.220000', '213932.680000', '213933.140000', '213933.600000', '213934.060000', '213934.520000', '213934.980000', '213935.440000', '213935.900000', '213936.360000', '213936.820000', '213937.280000', '213937.740000', '213938.200000', '213938.660000', '213939.120000', '213939.580000', '213940.040000', '213940.500000', '213940.960000', '213941.420000', '213941.880000', '213942.340000', '213942.800000', '213943.260000', '213943.720000', '213944.180000', '213944.640000', '213945.100000', '213945.560000', '213946.020000', '213946.480000', '213946.940000', '213947.400000', '213947.860000', '213948.320000', '213948.780000', '213949.240000', '213949.700000', '213950.160000', '213950.620000', '213951.080000', '213951.540000', '213952.000000', '213952.460000', '213952.920000', '213953.380000', '213953.840000', '213954.300000', '213954.760000', '213955.220000', '213955.680000', '213956.140000', '213956.600000', '213957.060000', '213957.520000', '213957.980000', '213958.440000', '213958.900000', '213959.360000', '213959.820000', '214000.280000', '214000.740000', '214001.200000', '214001.660000', '214002.120000', '214002.580000', '214003.040000', '214003.500000', '214003.960000', '214004.420000', '214004.880000', '214005.340000', '214005.800000', '214006.260000', '214006.720000', '214007.180000', '214007.640000', '214008.100000', '214008.560000', '214009.020000', '214009.480000', '214009.940000', '214010.400000', '214010.860000', '214011.320000', '214011.780000', '214012.240000', '214012.700000', '214013.160000', '214013.620000', '214014.080000', '214014.540000', '214015.000000', '214015.460000', '214015.920000', '214016.380000', '214016.840000', '214017.300000', '214017.760000', '214018.220000', '214018.680000', '214019.140000', '214019.600000', '214020.060000', '214020.520000', '214020.980000', '214021.440000', '214021.900000', '214022.360000', '214022.820000', '214023.280000', '214023.740000', '214024.200000', '214024.660000', '214025.120000', '214025.580000', '214026.040000', '214026.500000', '214026.960000', '214027.420000', '214027.880000', '214028.340000', '214028.800000', '214029.260000', '214029.720000', '214030.180000', '214030.640000', '214031.100000', '214031.560000', '214032.020000', '214032.480000', '214032.940000', '214033.400000', '214033.860000', '214034.320000', '214034.780000', '214035.240000', '214035.700000', '214036.160000', '214036.620000', '214037.080000', '214037.540000', '214038.000000', '214038.460000', '214038.920000', '214039.380000', '214039.840000', '214040.300000', '214040.760000', '214041.220000', '214041.680000', '214042.140000', '214042.600000', '214043.060000', '214043.520000', '214043.980000', '214044.440000', '214044.900000', '214045.360000', '214045.820000', '214046.280000', '214046.740000', '214047.200000', '214047.660000', '214048.120000', '214048.580000', '214049.040000', '214049.500000', '214049.960000', '214050.420000', '214050.880000', '214051.340000', '214051.800000', '214052.260000', '214052.720000', '214053.180000', '214053.640000', '214054.100000', '214054.560000', '214055.020000', '214055.480000', '214055.940000', '214056.400000', '214056.860000', '214057.320000', '214057.780000', '214058.240000', '214058.700000', '214059.160000', '214059.620000', '214100.080000', '214100.540000', '214101.000000', '214101.460000', '214101.920000', '214102.380000', '214102.840000', '214103.300000', '214103.760000', '214104.220000', '214104.680000', '214105.140000', '214105.600000', '214106.060000', '214106.520000', '214106.980000', '214107.440000', '214107.900000', '214108.360000', '214108.820000', '214109.280000', '214109.740000', '214110.200000', '214110.660000', '214111.120000', '214111.580000', '214112.040000', '214112.500000', '214112.960000', '214113.420000', '214113.880000', '214114.340000', '214114.800000', '214115.260000', '214115.720000', '214116.180000', '214116.640000', '214117.100000', '214117.560000', '214118.020000', '214118.480000', '214118.940000', '214119.400000', '214119.860000', '214120.320000', '214120.780000', '214121.240000', '214121.700000', '214122.160000', '214122.620000', '214123.080000', '214123.540000', '214124.000000', '214124.460000', '214124.920000', '214125.380000', '214125.840000', '214126.300000', '214126.760000', '214127.220000', '214127.680000', '214128.140000', '214128.600000', '214129.060000', '214129.520000', '214129.980000', '214130.440000', '214130.900000', '214131.360000', '214131.820000', '214132.280000', '214132.740000', '214133.200000', '214133.660000', '214134.120000', '214134.580000', '214135.040000', '214135.500000', '214135.960000', '214136.420000', '214136.880000', '214137.340000', '214137.800000', '214138.260000', '214138.720000', '214139.180000', '214139.640000', '214140.100000', '214140.560000', '214141.020000', '214141.480000', '214141.940000', '214142.400000', '214142.860000', '214143.320000', '214143.780000', '214144.240000', '214144.700000', '214145.160000', '214145.620000', '214146.080000', '214146.540000', '214147.000000', '214147.460000', '214147.920000', '214148.380000', '214148.840000', '214149.300000', '214149.760000', '214150.220000', '214150.680000', '214151.140000', '214151.600000', '214152.060000', '214152.520000', '214152.980000', '214153.440000', '214153.900000', '214154.360000', '214154.820000', '214155.280000', '214155.740000', '214156.200000', '214156.660000', '214157.120000', '214157.580000', '214158.040000', '214158.500000', '214158.960000', '214159.420000', '214159.880000', '214200.340000', '214200.800000', '214201.260000', '214201.720000', '214202.180000', '214202.640000', '214203.100000', '214203.560000', '214204.020000', '214204.480000', '214204.940000', '214205.400000', '214205.860000', '214206.320000', '214206.780000', '214207.240000', '214207.700000', '214208.160000', '214208.620000', '214209.080000', '214209.540000', '214210.000000', '214210.460000', '214210.920000', '214211.380000', '214211.840000', '214212.300000', '214212.760000', '214213.220000', '214213.680000', '214214.140000', '214214.600000', '214215.060000', '214215.520000', '214215.980000', '214216.440000', '214216.900000', '214217.360000', '214217.820000', '214218.280000', '214218.740000', '214219.200000', '214219.660000', '214220.120000', '214220.580000', '214221.040000', '214221.500000', '214221.960000', '214222.420000', '214222.880000', '214223.340000', '214223.800000', '214224.260000', '214224.720000', '214225.180000', '214225.640000', '214226.100000', '214226.560000', '214227.020000', '214227.480000', '214227.940000', '214228.400000', '214228.860000', '214229.320000', '214229.780000', '214230.240000', '214230.700000', '214231.160000', '214231.620000', '214232.080000', '214232.540000', '214233.000000', '214233.460000', '214233.920000', '214234.380000', '214234.840000', '214235.300000', '214235.760000', '214236.220000', '214236.680000', '214237.140000', '214237.600000', '214238.060000', '214238.520000', '214238.980000', '214239.440000', '214239.900000', '214240.360000', '214240.820000', '214241.280000', '214241.740000', '214242.200000', '214242.660000', '214243.120000', '214243.580000', '214244.040000', '214244.500000', '214244.960000', '214245.420000', '214245.880000', '214246.340000', '214246.800000', '214247.260000', '214247.720000', '214248.180000', '214248.640000', '214249.100000', '214249.560000', '214250.020000', '214250.480000', '214250.940000', '214251.400000', '214251.860000', '214252.320000', '214252.780000', '214253.240000', '214253.700000', '214254.160000', '214254.620000', '214255.080000', '214255.540000', '214256.000000', '214256.460000', '214256.920000', '214257.380000', '214257.840000', '214258.300000', '214258.760000', '214259.220000', '214259.680000', '214300.140000', '214300.600000', '214301.060000', '214301.520000', '214301.980000', '214302.440000', '214302.900000', '214303.360000', '214303.820000', '214304.280000', '214304.740000', '214305.200000', '214305.660000', '214306.120000', '214306.580000', '214307.040000', '214307.500000', '214307.960000', '214308.420000', '214308.880000', '214309.340000', '214309.800000', '214310.260000', '214310.720000', '214311.180000', '214311.640000', '214312.100000', '214312.560000', '214313.020000', '214313.480000', '214313.940000', '214314.400000', '214314.860000', '214315.320000', '214315.780000', '214316.240000', '214316.700000', '214317.160000', '214317.620000', '214318.080000', '214318.540000', '214319.000000', '214319.460000', '214319.920000', '214320.380000', '214320.840000', '214321.300000', '214321.760000', '214322.220000', '214322.680000', '214323.140000', '214323.600000', '214324.060000', '214324.520000', '214324.980000', '214325.440000', '214325.900000', '214326.360000', '214326.820000', '214327.280000', '214327.740000', '214328.200000', '214328.660000', '214329.120000', '214329.580000', '214330.040000', '214330.500000', '214330.960000', '214331.420000', '214331.880000', '214332.340000', '214332.800000', '214333.260000', '214333.720000', '214334.180000', '214334.640000', '214335.100000', '214335.560000', '214336.020000', '214336.480000', '214336.940000', '214337.400000', '214337.860000', '214338.320000', '214338.780000', '214339.240000', '214339.700000', '214340.160000', '214340.620000', '214341.080000', '214341.540000', '214342.000000', '214342.460000', '214342.920000', '214343.380000', '214343.840000', '214344.300000', '214344.760000', '214345.220000', '214345.680000', '214346.140000', '214346.600000', '214347.060000', '214347.520000', '214347.980000', '214348.440000', '214348.900000', '214349.360000', '214349.820000', '214350.280000', '214350.740000', '214351.200000', '214351.660000', '214352.120000', '214352.580000', '214353.040000', '214353.500000', '214353.960000', '214354.420000', '214354.880000', '214355.340000', '214355.800000', '214356.260000', '214356.720000', '214357.180000', '214357.640000', '214358.100000', '214358.560000', '214359.020000', '214359.480000', '214359.940000', '214400.400000', '214400.860000', '214401.320000', '214401.780000', '214402.240000', '214402.700000', '214403.160000', '214403.620000', '214404.080000', '214404.540000', '214405.000000', '214405.460000', '214405.920000', '214406.380000', '214406.840000', '214407.300000', '214407.760000', '214408.220000', '214408.680000', '214409.140000', '214409.600000', '214410.060000', '214410.520000', '214410.980000', '214411.440000', '214411.900000', '214412.360000', '214412.820000', '214413.280000', '214413.740000', '214414.200000', '214414.660000', '214415.120000', '214415.580000', '214416.040000', '214416.500000', '214416.960000', '214417.420000', '214417.880000', '214418.340000', '214418.800000', '214419.260000', '214419.720000', '214420.180000', '214420.640000', '214421.100000', '214421.560000', '214422.020000', '214422.480000', '214422.940000', '214423.400000', '214423.860000', '214424.320000', '214424.780000', '214425.240000', '214425.700000', '214426.160000', '214426.620000', '214427.080000', '214427.540000', '214428.000000', '214428.460000', '214428.920000', '214429.380000', '214429.840000', '214430.300000', '214430.760000', '214431.220000', '214431.680000', '214432.140000', '214432.600000', '214433.060000', '214433.520000', '214433.980000', '214434.440000', '214434.900000', '214435.360000', '214435.820000', '214436.280000', '214436.740000', '214437.200000', '214437.660000', '214438.120000', '214438.580000', '214439.040000', '214439.500000', '214439.960000', '214440.420000', '214440.880000', '214441.340000', '214441.800000', '214442.260000', '214442.720000', '214443.180000', '214443.640000'], 'ContentTime': ['213808.622000', '213808.625000', '213808.628000', '213808.630000', '213808.633000', '213808.636000', '213808.638000', '213808.641000', '213808.643000', '213808.646000', '213808.648000', '213808.651000', '213808.654000', '213808.656000', '213808.659000', '213808.661000', '213808.664000', '213808.666000', '213808.669000', '213808.672000', '213808.674000', '213808.677000', '213808.679000', '213808.682000', '213808.685000', '213808.687000', '213808.690000', '213808.692000', '213808.696000', '213808.698000', '213808.701000', '213808.708000', '213808.711000', '213808.713000', '213808.716000', '213808.718000', '213808.721000', '213808.724000', '213808.726000', '213808.729000', '213808.731000', '213808.734000', '213808.736000', '213808.739000', '213808.741000', '213808.744000', '213808.747000', '213808.749000', '213808.752000', '213808.754000', '213808.757000', '213808.759000', '213828.578000', '213828.581000', '213828.584000', '213828.603000', '213828.605000', '213828.608000', '213828.611000', '213828.613000', '213828.616000', '213828.618000', '213828.621000', '213828.623000', '213828.626000', '213828.628000', '213828.631000', '213828.634000', '213828.636000', '213828.639000', '213828.642000', '213828.644000', '213828.653000', '213828.656000', '213828.658000', '213828.661000', '213828.663000', '213828.666000', '213828.668000', '213828.671000', '213828.674000', '213828.676000', '213828.679000', '213828.681000', '213828.684000', '213828.686000', '213828.689000', '213828.691000', '213828.694000', '213828.697000', '213828.699000', '213828.702000', '213828.704000', '213828.707000', '213828.709000', '213828.712000', '213848.579000', '213848.581000', '213848.584000', '213848.587000', '213848.589000', '213848.592000', '213848.594000', '213848.597000', '213848.599000', '213848.602000', '213848.605000', '213848.607000', '213848.610000', '213848.612000', '213848.615000', '213848.617000', '213848.620000', '213848.623000', '213848.626000', '213848.629000', '213848.633000', '213848.636000', '213848.638000', '213848.641000', '213848.644000', '213848.646000', '213848.649000', '213848.652000', '213848.654000', '213848.657000', '213848.663000', '213848.665000', '213848.668000', '213848.670000', '213848.673000', '213848.675000', '213848.678000', '213848.681000', '213848.683000', '213848.686000', '213848.689000', '213848.691000', '213848.694000', '213908.578000', '213908.581000', '213908.584000', '213908.586000', '213908.589000', '213908.592000', '213908.605000', '213908.607000', '213908.610000', '213908.612000', '213908.615000', '213908.617000', '213908.620000', '213908.623000', '213908.625000', '213908.628000', '213908.630000', '213908.633000', '213908.636000', '213908.638000', '213908.641000', '213908.643000', '213908.646000', '213908.648000', '213908.661000', '213908.664000', '213908.666000', '213908.669000', '213908.672000', '213908.674000', '213908.677000', '213908.680000', '213908.682000', '213908.685000', '213908.688000', '213908.690000', '213908.693000', '213908.695000', '213908.698000', '213908.701000', '213908.703000', '213908.706000', '213908.708000', '213908.711000', '213928.578000', '213928.581000', '213928.584000', '213928.586000', '213928.589000', '213928.591000', '213928.594000', '213928.597000', '213928.599000', '213928.602000', '213928.604000', '213928.607000', '213928.610000', '213928.613000', '213928.616000', '213928.619000', '213928.622000', '213928.624000', '213928.627000', '213928.630000', '213928.632000', '213928.635000', '213928.637000', '213928.640000', '213928.643000', '213928.645000', '213928.648000', '213928.650000', '213928.653000', '213928.655000', '213928.658000', '213928.661000', '213928.663000', '213928.666000', '213928.669000', '213928.671000', '213928.674000', '213928.676000', '213928.679000', '213928.682000', '213928.684000', '213928.690000', '213928.692000', '213948.578000', '213948.581000', '213948.584000', '213948.587000', '213948.589000', '213948.592000', '213948.594000', '213948.597000', '213948.600000', '213948.602000', '213948.605000', '213948.608000', '213948.610000', '213948.613000', '213948.616000', '213948.618000', '213948.621000', '213948.623000', '213948.626000', '213948.629000', '213948.631000', '213948.634000', '213948.636000', '213948.639000', '213948.642000', '213948.644000', '213948.647000', '213948.649000', '213948.652000', '213948.655000', '213948.657000', '213948.660000', '213948.662000', '213948.665000', '213948.667000', '213948.670000', '213948.673000', '213948.675000', '213948.678000', '213948.680000', '213948.683000', '213948.686000', '213948.701000', '213948.704000', '214008.580000', '214008.582000', '214008.585000', '214008.588000', '214008.590000', '214008.593000', '214008.595000', '214008.598000', '214008.601000', '214008.603000', '214008.606000', '214008.608000', '214008.611000', '214008.614000', '214008.616000', '214008.619000', '214008.622000', '214008.625000', '214008.628000', '214008.631000', '214008.633000', '214008.636000', '214008.639000', '214008.642000', '214008.644000', '214008.647000', '214008.649000', '214008.652000', '214008.655000', '214008.657000', '214008.660000', '214008.662000', '214008.665000', '214008.667000', '214008.671000', '214008.674000', '214008.677000', '214008.679000', '214008.682000', '214008.685000', '214008.687000', '214008.690000', '214008.692000', '214028.579000', '214028.582000', '214028.586000', '214028.588000', '214028.591000', '214028.593000', '214028.596000', '214028.599000', '214028.601000', '214028.604000', '214028.606000', '214028.609000', '214028.612000', '214028.614000', '214028.617000', '214028.619000', '214028.622000', '214028.625000', '214028.627000', '214028.630000', '214028.632000', '214028.635000', '214028.638000', '214028.640000', '214028.643000', '214028.645000', '214028.648000', '214028.651000', '214028.653000', '214028.656000', '214028.659000', '214028.661000', '214028.664000', '214028.666000', '214028.669000', '214028.671000', '214028.674000', '214028.677000', '214028.679000', '214028.682000', '214028.684000', '214028.687000', '214028.690000', '214028.692000', '214048.578000', '214048.581000', '214048.584000', '214048.586000', '214048.589000', '214048.592000', '214048.594000', '214048.597000', '214048.600000', '214048.602000', '214048.605000', '214048.607000', '214048.610000', '214048.613000', '214048.615000', '214048.618000', '214048.621000', '214048.624000', '214048.627000', '214048.631000', '214048.634000', '214048.636000', '214048.639000', '214048.641000', '214048.644000', '214048.647000', '214048.649000', '214048.652000', '214048.655000', '214048.657000', '214048.660000', '214048.662000', '214048.665000', '214048.667000', '214048.670000', '214048.673000', '214048.675000', '214048.678000', '214048.680000', '214048.683000', '214048.685000', '214048.688000', '214048.691000', '214108.578000', '214108.581000', '214108.584000', '214108.586000', '214108.589000', '214108.592000', '214108.594000', '214108.597000', '214108.600000', '214108.602000', '214108.605000', '214108.608000', '214108.610000', '214108.613000', '214108.615000', '214108.618000', '214108.620000', '214108.623000', '214108.626000', '214108.628000', '214108.631000', '214108.633000', '214108.636000', '214108.638000', '214108.641000', '214108.644000', '214108.646000', '214108.649000', '214108.652000', '214108.654000', '214108.657000', '214108.659000', '214108.662000', '214108.664000', '214108.667000', '214108.670000', '214108.672000', '214108.675000', '214108.678000', '214108.680000', '214108.683000', '214108.685000', '214108.688000', '214108.691000', '214128.579000', '214128.581000', '214128.584000', '214128.587000', '214128.589000', '214128.592000', '214128.594000', '214128.597000', '214128.600000', '214128.603000', '214128.605000', '214128.608000', '214128.611000', '214128.613000', '214128.616000', '214128.618000', '214128.621000', '214128.624000', '214128.626000', '214128.629000', '214128.632000', '214128.634000', '214128.637000', '214128.640000', '214128.642000', '214128.645000', '214128.648000', '214128.650000', '214128.653000', '214128.655000', '214128.658000', '214128.661000', '214128.664000', '214128.667000', '214128.670000', '214128.673000', '214128.676000', '214128.690000', '214128.692000', '214128.695000', '214128.697000', '214128.700000', '214128.703000', '214148.578000', '214148.581000', '214148.584000', '214148.586000', '214148.589000', '214148.592000', '214148.595000', '214148.597000', '214148.600000', '214148.603000', '214148.605000', '214148.608000', '214148.610000', '214148.613000', '214148.616000', '214148.618000', '214148.621000', '214148.623000', '214148.626000', '214148.629000', '214148.631000', '214148.634000', '214148.637000', '214148.639000', '214148.642000', '214148.644000', '214148.647000', '214148.650000', '214148.652000', '214148.655000', '214148.657000', '214148.660000', '214148.663000', '214148.665000', '214148.668000', '214148.670000', '214148.673000', '214148.676000', '214148.678000', '214148.681000', '214148.683000', '214148.686000', '214148.689000', '214148.691000', '214208.579000', '214208.581000', '214208.584000', '214208.587000', '214208.589000', '214208.592000', '214208.594000', '214208.597000', '214208.600000', '214208.602000', '214208.605000', '214208.607000', '214208.610000', '214208.613000', '214208.615000', '214208.618000', '214208.620000', '214208.623000', '214208.625000', '214208.628000', '214208.631000', '214208.633000', '214208.636000', '214208.639000', '214208.641000', '214208.644000', '214208.646000', '214208.649000', '214208.652000', '214208.654000', '214208.657000', '214208.659000', '214208.662000', '214208.665000', '214208.667000', '214208.670000', '214208.672000', '214208.675000', '214208.678000', '214208.681000', '214208.684000', '214208.687000', '214208.690000', '214228.579000', '214228.582000', '214228.585000', '214228.587000', '214228.590000', '214228.593000', '214228.595000', '214228.598000', '214228.601000', '214228.603000', '214228.606000', '214228.608000', '214228.611000', '214228.614000', '214228.616000', '214228.619000', '214228.621000', '214228.624000', '214228.627000', '214228.629000', '214228.632000', '214228.634000', '214228.637000', '214228.640000', '214228.642000', '214228.645000', '214228.647000', '214228.650000', '214228.653000', '214228.655000', '214228.658000', '214228.660000', '214228.663000', '214228.666000', '214228.668000', '214228.671000', '214228.673000', '214228.676000', '214228.679000', '214228.681000', '214228.684000', '214228.687000', '214228.689000', '214228.692000', '214248.580000', '214248.582000', '214248.585000', '214248.587000', '214248.590000', '214248.593000', '214248.595000', '214248.598000', '214248.601000', '214248.603000', '214248.606000', '214248.608000', '214248.611000', '214248.613000', '214248.616000', '214248.619000', '214248.621000', '214248.624000', '214248.627000', '214248.629000', '214248.632000', '214248.634000', '214248.637000', '214248.640000', '214248.642000', '214248.645000', '214248.647000', '214248.650000', '214248.653000', '214248.655000', '214248.658000', '214248.660000', '214248.663000', '214248.666000', '214248.668000', '214248.671000', '214248.674000', '214248.676000', '214248.679000', '214248.681000', '214248.684000', '214248.686000', '214248.689000', '214308.578000', '214308.581000', '214308.584000', '214308.586000', '214308.589000', '214308.592000', '214308.594000', '214308.597000', '214308.600000', '214308.602000', '214308.605000', '214308.607000', '214308.610000', '214308.612000', '214308.615000', '214308.618000', '214308.620000', '214308.623000', '214308.625000', '214308.628000', '214308.630000', '214308.633000', '214308.636000', '214308.638000', '214308.641000', '214308.643000', '214308.646000', '214308.648000', '214308.651000', '214308.654000', '214308.656000', '214308.659000', '214308.661000', '214308.664000', '214308.666000', '214308.669000', '214308.672000', '214308.684000', '214308.687000', '214308.689000', '214308.692000', '214308.695000', '214308.697000', '214308.700000', '214328.579000', '214328.581000', '214328.584000', '214328.586000', '214328.589000', '214328.592000', '214328.594000', '214328.597000', '214328.600000', '214328.602000', '214328.605000', '214328.607000', '214328.610000', '214328.612000', '214328.615000', '214328.617000', '214328.620000', '214328.623000', '214328.625000', '214328.628000', '214328.630000', '214328.633000', '214328.636000', '214328.638000', '214328.641000', '214328.643000', '214328.646000', '214328.649000', '214328.651000', '214328.654000', '214328.656000', '214328.659000', '214328.662000', '214328.664000', '214328.667000', '214328.669000', '214328.672000', '214328.674000', '214328.677000', '214328.680000', '214328.682000', '214328.685000', '214328.687000', '214348.578000', '214348.581000', '214348.584000', '214348.586000', '214348.589000', '214348.592000', '214348.594000', '214348.597000', '214348.599000', '214348.602000', '214348.605000', '214348.607000', '214348.610000', '214348.613000', '214348.615000', '214348.618000', '214348.620000', '214348.623000', '214348.626000', '214348.628000', '214348.631000', '214348.633000', '214348.636000', '214348.639000', '214348.641000', '214348.644000', '214348.646000', '214348.649000', '214348.651000', '214348.654000', '214348.657000', '214348.659000', '214348.662000', '214348.664000', '214348.667000', '214348.670000', '214348.672000', '214348.675000', '214348.677000', '214348.680000', '214348.682000', '214348.685000', '214348.688000', '214348.690000', '214408.579000', '214408.581000', '214408.584000', '214408.587000', '214408.589000', '214408.592000', '214408.594000', '214408.597000', '214408.600000', '214408.602000', '214408.605000', '214408.607000', '214408.610000', '214408.613000', '214408.615000', '214408.618000', '214408.620000', '214408.623000', '214408.626000', '214408.628000', '214408.631000', '214408.633000', '214408.636000', '214408.638000', '214408.641000', '214408.644000', '214408.646000', '214408.649000', '214408.652000', '214408.654000', '214408.657000', '214408.660000', '214408.662000', '214408.665000', '214408.667000', '214408.670000', '214408.673000', '214408.675000', '214408.678000', '214408.680000', '214408.683000', '214408.686000', '214408.688000', '214428.578000', '214428.581000', '214428.591000', '214428.594000', '214428.597000', '214428.599000', '214428.602000', '214428.605000', '214428.607000', '214428.610000', '214428.612000', '214428.615000', '214428.618000', '214428.620000', '214428.623000', '214428.625000', '214428.628000', '214428.631000', '214428.633000', '214428.636000', '214428.638000', '214428.641000', '214428.643000', '214428.646000', '214428.649000', '214428.651000', '214428.654000', '214428.656000', '214428.659000', '214428.662000', '214428.664000', '214428.667000', '214428.669000', '214428.672000', '214428.675000', '214428.677000', '214428.680000', '214428.682000', '214428.685000', '214428.688000', '214428.690000', '214428.693000', '214428.695000', '214428.698000', '214444.630000', '214444.633000', '214444.636000', '214444.638000', '214444.641000', '214444.643000', '214444.646000', '214444.649000', '214444.651000', '214444.654000', '214444.656000', '214444.659000', '214444.661000', '214444.664000', '214444.667000', '214444.669000', '214444.672000', '214444.675000', '214444.677000', '214444.680000', '214444.682000', '214444.685000', '214444.688000', '214444.690000', '214444.693000', '214444.695000', '214444.698000', '214444.700000', '214444.703000', '214444.706000', '214444.708000', '214444.711000', '214444.713000', '214444.716000', '214444.719000'], 'InstanceCreationTime': ['213808.622000', '213808.625000', '213808.628000', '213808.630000', '213808.633000', '213808.636000', '213808.638000', '213808.641000', '213808.643000', '213808.646000', '213808.648000', '213808.651000', '213808.654000', '213808.656000', '213808.659000', '213808.661000', '213808.664000', '213808.666000', '213808.669000', '213808.672000', '213808.674000', '213808.677000', '213808.679000', '213808.682000', '213808.685000', '213808.687000', '213808.690000', '213808.692000', '213808.696000', '213808.698000', '213808.701000', '213808.708000', '213808.711000', '213808.713000', '213808.716000', '213808.718000', '213808.721000', '213808.724000', '213808.726000', '213808.729000', '213808.731000', '213808.734000', '213808.736000', '213808.739000', '213808.741000', '213808.744000', '213808.747000', '213808.749000', '213808.752000', '213808.754000', '213808.757000', '213808.759000', '213828.578000', '213828.581000', '213828.584000', '213828.603000', '213828.605000', '213828.608000', '213828.611000', '213828.613000', '213828.616000', '213828.618000', '213828.621000', '213828.623000', '213828.626000', '213828.628000', '213828.631000', '213828.634000', '213828.636000', '213828.639000', '213828.642000', '213828.644000', '213828.653000', '213828.656000', '213828.658000', '213828.661000', '213828.663000', '213828.666000', '213828.668000', '213828.671000', '213828.674000', '213828.676000', '213828.679000', '213828.681000', '213828.684000', '213828.686000', '213828.689000', '213828.691000', '213828.694000', '213828.697000', '213828.699000', '213828.702000', '213828.704000', '213828.707000', '213828.709000', '213828.712000', '213848.579000', '213848.581000', '213848.584000', '213848.587000', '213848.589000', '213848.592000', '213848.594000', '213848.597000', '213848.599000', '213848.602000', '213848.605000', '213848.607000', '213848.610000', '213848.612000', '213848.615000', '213848.617000', '213848.620000', '213848.623000', '213848.626000', '213848.629000', '213848.633000', '213848.636000', '213848.638000', '213848.641000', '213848.644000', '213848.646000', '213848.649000', '213848.652000', '213848.654000', '213848.657000', '213848.663000', '213848.665000', '213848.668000', '213848.670000', '213848.673000', '213848.675000', '213848.678000', '213848.681000', '213848.683000', '213848.686000', '213848.689000', '213848.691000', '213848.694000', '213908.578000', '213908.581000', '213908.584000', '213908.586000', '213908.589000', '213908.592000', '213908.605000', '213908.607000', '213908.610000', '213908.612000', '213908.615000', '213908.617000', '213908.620000', '213908.623000', '213908.625000', '213908.628000', '213908.630000', '213908.633000', '213908.636000', '213908.638000', '213908.641000', '213908.643000', '213908.646000', '213908.648000', '213908.661000', '213908.664000', '213908.666000', '213908.669000', '213908.672000', '213908.674000', '213908.677000', '213908.680000', '213908.682000', '213908.685000', '213908.688000', '213908.690000', '213908.693000', '213908.695000', '213908.698000', '213908.701000', '213908.703000', '213908.706000', '213908.708000', '213908.711000', '213928.578000', '213928.581000', '213928.584000', '213928.586000', '213928.589000', '213928.591000', '213928.594000', '213928.597000', '213928.599000', '213928.602000', '213928.604000', '213928.607000', '213928.610000', '213928.613000', '213928.616000', '213928.619000', '213928.622000', '213928.624000', '213928.627000', '213928.630000', '213928.632000', '213928.635000', '213928.637000', '213928.640000', '213928.643000', '213928.645000', '213928.648000', '213928.650000', '213928.653000', '213928.655000', '213928.658000', '213928.661000', '213928.663000', '213928.666000', '213928.669000', '213928.671000', '213928.674000', '213928.676000', '213928.679000', '213928.682000', '213928.684000', '213928.690000', '213928.692000', '213948.578000', '213948.581000', '213948.584000', '213948.587000', '213948.589000', '213948.592000', '213948.594000', '213948.597000', '213948.600000', '213948.602000', '213948.605000', '213948.608000', '213948.610000', '213948.613000', '213948.616000', '213948.618000', '213948.621000', '213948.623000', '213948.626000', '213948.629000', '213948.631000', '213948.634000', '213948.636000', '213948.639000', '213948.642000', '213948.644000', '213948.647000', '213948.649000', '213948.652000', '213948.655000', '213948.657000', '213948.660000', '213948.662000', '213948.665000', '213948.667000', '213948.670000', '213948.673000', '213948.675000', '213948.678000', '213948.680000', '213948.683000', '213948.686000', '213948.701000', '213948.704000', '214008.580000', '214008.582000', '214008.585000', '214008.588000', '214008.590000', '214008.593000', '214008.595000', '214008.598000', '214008.601000', '214008.603000', '214008.606000', '214008.608000', '214008.611000', '214008.614000', '214008.616000', '214008.619000', '214008.622000', '214008.625000', '214008.628000', '214008.631000', '214008.633000', '214008.636000', '214008.639000', '214008.642000', '214008.644000', '214008.647000', '214008.649000', '214008.652000', '214008.655000', '214008.657000', '214008.660000', '214008.662000', '214008.665000', '214008.667000', '214008.671000', '214008.674000', '214008.677000', '214008.679000', '214008.682000', '214008.685000', '214008.687000', '214008.690000', '214008.692000', '214028.579000', '214028.582000', '214028.586000', '214028.588000', '214028.591000', '214028.593000', '214028.596000', '214028.599000', '214028.601000', '214028.604000', '214028.606000', '214028.609000', '214028.612000', '214028.614000', '214028.617000', '214028.619000', '214028.622000', '214028.625000', '214028.627000', '214028.630000', '214028.632000', '214028.635000', '214028.638000', '214028.640000', '214028.643000', '214028.645000', '214028.648000', '214028.651000', '214028.653000', '214028.656000', '214028.659000', '214028.661000', '214028.664000', '214028.666000', '214028.669000', '214028.671000', '214028.674000', '214028.677000', '214028.679000', '214028.682000', '214028.684000', '214028.687000', '214028.690000', '214028.692000', '214048.578000', '214048.581000', '214048.584000', '214048.586000', '214048.589000', '214048.592000', '214048.594000', '214048.597000', '214048.600000', '214048.602000', '214048.605000', '214048.607000', '214048.610000', '214048.613000', '214048.615000', '214048.618000', '214048.621000', '214048.624000', '214048.627000', '214048.631000', '214048.634000', '214048.636000', '214048.639000', '214048.641000', '214048.644000', '214048.647000', '214048.649000', '214048.652000', '214048.655000', '214048.657000', '214048.660000', '214048.662000', '214048.665000', '214048.667000', '214048.670000', '214048.673000', '214048.675000', '214048.678000', '214048.680000', '214048.683000', '214048.685000', '214048.688000', '214048.691000', '214108.578000', '214108.581000', '214108.584000', '214108.586000', '214108.589000', '214108.592000', '214108.594000', '214108.597000', '214108.600000', '214108.602000', '214108.605000', '214108.608000', '214108.610000', '214108.613000', '214108.615000', '214108.618000', '214108.620000', '214108.623000', '214108.626000', '214108.628000', '214108.631000', '214108.633000', '214108.636000', '214108.638000', '214108.641000', '214108.644000', '214108.646000', '214108.649000', '214108.652000', '214108.654000', '214108.657000', '214108.659000', '214108.662000', '214108.664000', '214108.667000', '214108.670000', '214108.672000', '214108.675000', '214108.678000', '214108.680000', '214108.683000', '214108.685000', '214108.688000', '214108.691000', '214128.579000', '214128.581000', '214128.584000', '214128.587000', '214128.589000', '214128.592000', '214128.594000', '214128.597000', '214128.600000', '214128.603000', '214128.605000', '214128.608000', '214128.611000', '214128.613000', '214128.616000', '214128.618000', '214128.621000', '214128.624000', '214128.626000', '214128.629000', '214128.632000', '214128.634000', '214128.637000', '214128.640000', '214128.642000', '214128.645000', '214128.648000', '214128.650000', '214128.653000', '214128.655000', '214128.658000', '214128.661000', '214128.664000', '214128.667000', '214128.670000', '214128.673000', '214128.676000', '214128.690000', '214128.692000', '214128.695000', '214128.697000', '214128.700000', '214128.703000', '214148.578000', '214148.581000', '214148.584000', '214148.586000', '214148.589000', '214148.592000', '214148.595000', '214148.597000', '214148.600000', '214148.603000', '214148.605000', '214148.608000', '214148.610000', '214148.613000', '214148.616000', '214148.618000', '214148.621000', '214148.623000', '214148.626000', '214148.629000', '214148.631000', '214148.634000', '214148.637000', '214148.639000', '214148.642000', '214148.644000', '214148.647000', '214148.650000', '214148.652000', '214148.655000', '214148.657000', '214148.660000', '214148.663000', '214148.665000', '214148.668000', '214148.670000', '214148.673000', '214148.676000', '214148.678000', '214148.681000', '214148.683000', '214148.686000', '214148.689000', '214148.691000', '214208.579000', '214208.581000', '214208.584000', '214208.587000', '214208.589000', '214208.592000', '214208.594000', '214208.597000', '214208.600000', '214208.602000', '214208.605000', '214208.607000', '214208.610000', '214208.613000', '214208.615000', '214208.618000', '214208.620000', '214208.623000', '214208.625000', '214208.628000', '214208.631000', '214208.633000', '214208.636000', '214208.639000', '214208.641000', '214208.644000', '214208.646000', '214208.649000', '214208.652000', '214208.654000', '214208.657000', '214208.659000', '214208.662000', '214208.665000', '214208.667000', '214208.670000', '214208.672000', '214208.675000', '214208.678000', '214208.681000', '214208.684000', '214208.687000', '214208.690000', '214228.579000', '214228.582000', '214228.585000', '214228.587000', '214228.590000', '214228.593000', '214228.595000', '214228.598000', '214228.601000', '214228.603000', '214228.606000', '214228.608000', '214228.611000', '214228.614000', '214228.616000', '214228.619000', '214228.621000', '214228.624000', '214228.627000', '214228.629000', '214228.632000', '214228.634000', '214228.637000', '214228.640000', '214228.642000', '214228.645000', '214228.647000', '214228.650000', '214228.653000', '214228.655000', '214228.658000', '214228.660000', '214228.663000', '214228.666000', '214228.668000', '214228.671000', '214228.673000', '214228.676000', '214228.679000', '214228.681000', '214228.684000', '214228.687000', '214228.689000', '214228.692000', '214248.580000', '214248.582000', '214248.585000', '214248.587000', '214248.590000', '214248.593000', '214248.595000', '214248.598000', '214248.601000', '214248.603000', '214248.606000', '214248.608000', '214248.611000', '214248.613000', '214248.616000', '214248.619000', '214248.621000', '214248.624000', '214248.627000', '214248.629000', '214248.632000', '214248.634000', '214248.637000', '214248.640000', '214248.642000', '214248.645000', '214248.647000', '214248.650000', '214248.653000', '214248.655000', '214248.658000', '214248.660000', '214248.663000', '214248.666000', '214248.668000', '214248.671000', '214248.674000', '214248.676000', '214248.679000', '214248.681000', '214248.684000', '214248.686000', '214248.689000', '214308.578000', '214308.581000', '214308.584000', '214308.586000', '214308.589000', '214308.592000', '214308.594000', '214308.597000', '214308.600000', '214308.602000', '214308.605000', '214308.607000', '214308.610000', '214308.612000', '214308.615000', '214308.618000', '214308.620000', '214308.623000', '214308.625000', '214308.628000', '214308.630000', '214308.633000', '214308.636000', '214308.638000', '214308.641000', '214308.643000', '214308.646000', '214308.648000', '214308.651000', '214308.654000', '214308.656000', '214308.659000', '214308.661000', '214308.664000', '214308.666000', '214308.669000', '214308.672000', '214308.684000', '214308.687000', '214308.689000', '214308.692000', '214308.695000', '214308.697000', '214308.700000', '214328.579000', '214328.581000', '214328.584000', '214328.586000', '214328.589000', '214328.592000', '214328.594000', '214328.597000', '214328.600000', '214328.602000', '214328.605000', '214328.607000', '214328.610000', '214328.612000', '214328.615000', '214328.617000', '214328.620000', '214328.623000', '214328.625000', '214328.628000', '214328.630000', '214328.633000', '214328.636000', '214328.638000', '214328.641000', '214328.643000', '214328.646000', '214328.649000', '214328.651000', '214328.654000', '214328.656000', '214328.659000', '214328.662000', '214328.664000', '214328.667000', '214328.669000', '214328.672000', '214328.674000', '214328.677000', '214328.680000', '214328.682000', '214328.685000', '214328.687000', '214348.578000', '214348.581000', '214348.584000', '214348.586000', '214348.589000', '214348.592000', '214348.594000', '214348.597000', '214348.599000', '214348.602000', '214348.605000', '214348.607000', '214348.610000', '214348.613000', '214348.615000', '214348.618000', '214348.620000', '214348.623000', '214348.626000', '214348.628000', '214348.631000', '214348.633000', '214348.636000', '214348.639000', '214348.641000', '214348.644000', '214348.646000', '214348.649000', '214348.651000', '214348.654000', '214348.657000', '214348.659000', '214348.662000', '214348.664000', '214348.667000', '214348.670000', '214348.672000', '214348.675000', '214348.677000', '214348.680000', '214348.682000', '214348.685000', '214348.688000', '214348.690000', '214408.579000', '214408.581000', '214408.584000', '214408.587000', '214408.589000', '214408.592000', '214408.594000', '214408.597000', '214408.600000', '214408.602000', '214408.605000', '214408.607000', '214408.610000', '214408.613000', '214408.615000', '214408.618000', '214408.620000', '214408.623000', '214408.626000', '214408.628000', '214408.631000', '214408.633000', '214408.636000', '214408.638000', '214408.641000', '214408.644000', '214408.646000', '214408.649000', '214408.652000', '214408.654000', '214408.657000', '214408.660000', '214408.662000', '214408.665000', '214408.667000', '214408.670000', '214408.673000', '214408.675000', '214408.678000', '214408.680000', '214408.683000', '214408.686000', '214408.688000', '214428.578000', '214428.581000', '214428.591000', '214428.594000', '214428.597000', '214428.599000', '214428.602000', '214428.605000', '214428.607000', '214428.610000', '214428.612000', '214428.615000', '214428.618000', '214428.620000', '214428.623000', '214428.625000', '214428.628000', '214428.631000', '214428.633000', '214428.636000', '214428.638000', '214428.641000', '214428.643000', '214428.646000', '214428.649000', '214428.651000', '214428.654000', '214428.656000', '214428.659000', '214428.662000', '214428.664000', '214428.667000', '214428.669000', '214428.672000', '214428.675000', '214428.677000', '214428.680000', '214428.682000', '214428.685000', '214428.688000', '214428.690000', '214428.693000', '214428.695000', '214428.698000', '214444.630000', '214444.633000', '214444.636000', '214444.638000', '214444.641000', '214444.643000', '214444.646000', '214444.649000', '214444.651000', '214444.654000', '214444.656000', '214444.659000', '214444.661000', '214444.664000', '214444.667000', '214444.669000', '214444.672000', '214444.675000', '214444.677000', '214444.680000', '214444.682000', '214444.685000', '214444.688000', '214444.690000', '214444.693000', '214444.695000', '214444.698000', '214444.700000', '214444.703000', '214444.706000', '214444.708000', '214444.711000', '214444.713000', '214444.716000', '214444.719000'], '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': [9540, 12817, 10594, 15304, 11437, 9476, 10406, 8077, 11660, 8937, 13307, 8927, 12190, 9008, 11318, 9781, 14755, 10239, 8435, 11445, 8284, 11109, 9671, 11406, 9361, 12117, 10146, 14832, 10827, 8907, 10730, 9159, 11717, 8969, 11835, 8599, 11476, 9733, 12870, 10129, 9348, 10009, 8836, 11276, 8885, 11368, 9930, 12130, 10137, 10729, 11032, 8667, 12223, 8772, 11815, 10155, 14552, 11311, 8919, 10904, 8177, 14000, 9265, 12276, 9867, 12772, 10101, 12485, 11216, 8605, 12070, 8848, 11468, 10212, 14198, 10833, 8696, 10182, 7892, 12958, 9167, 11652, 9536, 12020, 9941, 9333, 11321, 8657, 11712, 8916, 11567, 10022, 13973, 10779, 8876, 10081, 7980, 10847, 9664, 13477, 10061, 8484, 11601, 8650, 11691, 9879, 14146, 11156, 8004, 11005, 9704, 12347, 10449, 14911, 11012, 10106, 10716, 10058, 11255, 9655, 11686, 8091, 11334, 9336, 11627, 10261, 11249, 9369, 10675, 9809, 11746, 10335, 8658, 10733, 8071, 11126, 10055, 13151, 9911, 9170, 10425, 9651, 15141, 9092, 12541, 9947, 12960, 10371, 14776, 10805, 10887, 10308, 9037, 11686, 9879, 12525, 9269, 12421, 9826, 10100, 11408, 8756, 11632, 8763, 8677, 10190, 9019, 14226, 9824, 15721, 9648, 14517, 11074, 13776, 8547, 11624, 8862, 14620, 9388, 12250, 8482, 11446, 8471, 12598, 8615, 11794, 8050, 11534, 8372, 12734, 9071, 11541, 8721, 11212, 9632, 14046, 10140, 8512, 11464, 8060, 13962, 9345, 11480, 9128, 11248, 9845, 14086, 10586, 12458, 9217, 11880, 10244, 14338, 10131, 12891, 9278, 12148, 10202, 9732, 9984, 8335, 11012, 8545, 10971, 8704, 11600, 9473, 11850, 10213, 15705, 10567, 8679, 11044, 8115, 15027, 9465, 11982, 8928, 11424, 9818, 13401, 10576, 11454, 9574, 11365, 9864, 13728, 10241, 8037, 10804, 8459, 10820, 9875, 10955, 9272, 10693, 9810, 10213, 10850, 8052, 11009, 9025, 11361, 10030, 12427, 9768, 12068, 9520, 12208, 10705, 8689, 11450, 8571, 11047, 10158, 13591, 10067, 9380, 10516, 8286, 11358, 10130, 9203, 11531, 8324, 11459, 10673, 14206, 10721, 8146, 11437, 9093, 13923, 10597, 12107, 10104, 8547, 11219, 8296, 14041, 9197, 11780, 9351, 8392, 10445, 8344, 13417, 8713, 11120, 9162, 11102, 9729, 14673, 10172, 8364, 10523, 8305, 10340, 9414, 11703, 9712, 11940, 9493, 13177, 9991, 15882, 10451, 15983, 9877, 13383, 10229, 15765, 10503, 8224, 11444, 8046, 11223, 8845, 10995, 8963, 11234, 9622, 12920, 10332, 11468, 9393, 11921, 9797, 14114, 10543, 12781, 9675, 11695, 10020, 13598, 10701, 8178, 10499, 7998, 11173, 8973, 11250, 7800, 11903, 8126, 11393, 8083, 11715, 8242, 11596, 8276, 11529, 8737, 11226, 8987, 11457, 9008, 12848, 10192, 8526, 11192, 7778, 11010, 9412, 12233, 9962, 11827, 9846, 10623, 11729, 8128, 11046, 9797, 12545, 10471, 8200, 10975, 8897, 11756, 10522, 12874, 9945, 10650, 10119, 10353, 11785, 8588, 11112, 9870, 12958, 10470, 11346, 11373, 7494, 10109, 9621, 12432, 9472, 11474, 9259, 13031, 10263, 13543, 10361, 11427, 9991, 11927, 10961, 8239, 11444, 8260, 11534, 8529, 11369, 8719, 11406, 8764, 10928, 8720, 11034, 9078, 11168, 8882, 11284, 9249, 11558, 9810, 11183, 9207, 10980, 9622, 11587, 9762, 11412, 9412, 8482, 10188, 8917, 10926, 8097, 10484, 9166, 10906, 9581, 12372, 9867, 11523, 9337, 11895, 9685, 13760, 9771, 10688, 9685, 10542, 10442, 8468, 10744, 8570, 11165, 8510, 10748, 8674, 10966, 9528, 11369, 9820, 14164, 9926, 8599, 10287, 9569, 11235, 8175, 11442, 8681, 10829, 9340, 11215, 9262, 10999, 9204, 11174, 10002, 12800, 9989, 9819, 9898, 8384, 10379, 8798, 10757, 8390, 10823, 9251, 11506, 9918, 12886, 9813, 12489, 9727, 13182, 10496, 13773, 10654, 8354, 11005, 8286, 11380, 8635, 11145, 9100, 11016, 9790, 12154, 10131, 12822, 9785, 10706, 10124, 9544, 10973, 8130, 11203, 8848, 11203, 9939, 13047, 10107, 11889, 10117, 8446, 10450, 8943, 11172, 8801, 10820, 9223, 10862, 9736, 12972, 10001, 12684, 9609, 11689, 10148, 14483, 10914, 11444, 10557, 9261, 11724, 8266, 11663, 10341, 8382, 11188, 9773, 8022, 11311, 9062, 11163, 9239, 11514, 9988, 13408, 10208, 13158, 10179, 10407, 10513, 9533, 11108, 8685, 10659, 8926, 10688, 9618, 11932, 9539, 11000, 9806, 9037, 10359, 8934, 11206, 8971, 10754, 9708, 13563, 10377, 12565, 9832, 13400, 10210, 13992, 10837, 11595, 10257, 8960, 10298, 9552, 11028, 8131, 10895, 8530, 10251, 9180, 11801, 9845, 11628, 10088, 8950, 10275, 8889, 10882, 8456, 10499, 9646, 13336, 10088, 12045, 9770, 13509, 10424, 15153, 10909, 8659, 10621, 8947, 10932, 8801, 11430, 8962, 10666, 9420, 11545, 9719, 13994, 9989, 8459, 10465, 8522, 12928, 9423, 11055, 9485, 12171, 9955, 14219, 10981, 8938, 10741, 8684, 11050, 8633, 11305, 9437, 10872, 9600, 12349, 10175, 9695, 10453, 8037, 10469, 9304, 12443, 9719, 11246, 9435, 11081, 9831, 13766, 10513, 9230, 10501, 8328, 9946, 8892, 10811, 9614, 10805, 9172, 11796, 9920, 13095, 10262, 11114, 9738, 12106, 10309, 14757, 10373, 8428, 10602, 8679, 10560, 8532, 10834, 8492, 10395, 8927, 12492, 9820, 11207, 9691, 11098, 10187, 13056, 10879, 8677, 10657, 8719, 11838, 9325, 12041, 9649, 11254, 9886, 13647, 10820, 13233, 10695, 8566, 10886, 9202, 11287, 8950, 11572, 8989, 11094, 10160, 11907, 9789, 9427, 9718, 9238, 9151, 10389, 9077, 9110, 10102, 8925, 11566, 10763, 11432, 8890, 10893, 9826, 14213, 10522, 11006, 10353, 8365, 11722, 9656, 10924, 9474, 9265, 10330, 9027, 10761, 8938, 10424, 9691, 13648, 10612, 8575, 10483, 8592, 12390, 9530, 11236, 9801, 11865, 10464, 9899, 10564, 8440, 10750, 9156, 11244, 9753, 14381, 10479, 9983, 10391, 8520, 11803, 9106, 11059, 9647, 11015, 9779, 13553, 10271, 10348, 10355, 8272, 10757, 8411, 11208, 9318, 10926, 9558, 13125, 10180, 13012, 10176, 12318, 10517, 11270, 10430, 8578, 10973, 9408, 10775, 9959, 13953, 10735, 8317, 10009, 9118, 11287, 9598, 13354, 10118, 12486, 10299, 12468, 10870, 13037, 10902, 8380, 10496, 8930, 13046, 9642, 11347, 9696, 11158, 9762, 12901, 10091, 12759, 10259, 8516, 10648, 8872, 11233, 9144, 11321, 9367, 10653, 9871, 13201, 10303, 13234, 10300, 8271, 10386, 9058, 11863, 9936, 11130, 10045, 9532, 10390, 10837, 10958, 8469, 10830, 9506, 10915, 9795, 13660, 10391, 12072, 10316, 8247, 10604, 8471, 11008, 9361, 10627, 9713, 13090, 10224, 11208, 10666, 9114, 10240, 9620], 'WindowCenter': [4704.0, 4717.0, 4686.0, 4710.0, 4679.0, 4646.0, 4655.0, 4614.0, 4652.0, 4635.0, 4675.0, 4622.0, 4650.0, 4633.0, 4650.0, 4644.0, 4683.0, 4642.0, 4622.0, 4652.0, 4624.0, 4663.0, 4645.0, 4655.0, 4634.0, 4663.0, 4655.0, 4683.0, 4652.0, 4623.0, 4652.0, 4633.0, 4664.0, 4632.0, 4652.0, 4622.0, 4649.0, 4635.0, 4661.0, 4642.0, 4631.0, 4642.0, 4632.0, 4652.0, 4635.0, 4661.0, 4643.0, 4660.0, 4643.0, 4651.0, 4653.0, 4622.0, 4661.0, 4621.0, 4661.0, 4652.0, 4671.0, 4653.0, 4632.0, 4653.0, 4611.0, 4674.0, 4631.0, 4662.0, 4642.0, 4659.0, 4640.0, 4658.0, 4652.0, 4620.0, 4658.0, 4630.0, 4649.0, 4643.0, 4668.0, 4651.0, 4621.0, 4640.0, 4610.0, 4659.0, 4632.0, 4649.0, 4630.0, 4659.0, 4640.0, 4631.0, 4654.0, 4624.0, 4652.0, 4632.0, 4648.0, 4643.0, 4670.0, 4651.0, 4622.0, 4642.0, 4611.0, 4652.0, 4641.0, 4671.0, 4645.0, 4623.0, 4663.0, 4621.0, 4660.0, 4643.0, 4671.0, 4652.0, 4614.0, 4651.0, 4642.0, 4673.0, 4653.0, 4683.0, 4653.0, 4643.0, 4640.0, 4632.0, 4651.0, 4633.0, 4650.0, 4611.0, 4647.0, 4630.0, 4650.0, 4642.0, 4649.0, 4631.0, 4639.0, 4644.0, 4664.0, 4655.0, 4636.0, 4664.0, 4627.0, 4665.0, 4658.0, 4684.0, 4656.0, 4649.0, 4666.0, 4655.0, 4696.0, 4648.0, 4677.0, 4646.0, 4673.0, 4656.0, 4684.0, 4654.0, 4650.0, 4641.0, 4633.0, 4664.0, 4641.0, 4664.0, 4644.0, 4661.0, 4655.0, 4656.0, 4676.0, 4647.0, 4679.0, 4663.0, 4663.0, 4681.0, 4673.0, 4711.0, 4671.0, 4707.0, 4659.0, 4698.0, 4667.0, 4674.0, 4624.0, 4653.0, 4631.0, 4684.0, 4634.0, 4653.0, 4622.0, 4648.0, 4619.0, 4662.0, 4622.0, 4648.0, 4610.0, 4649.0, 4622.0, 4661.0, 4621.0, 4648.0, 4619.0, 4647.0, 4641.0, 4669.0, 4643.0, 4622.0, 4662.0, 4625.0, 4682.0, 4634.0, 4653.0, 4633.0, 4649.0, 4641.0, 4672.0, 4641.0, 4659.0, 4630.0, 4648.0, 4644.0, 4672.0, 4639.0, 4658.0, 4630.0, 4647.0, 4643.0, 4630.0, 4641.0, 4621.0, 4650.0, 4622.0, 4655.0, 4634.0, 4661.0, 4644.0, 4663.0, 4653.0, 4681.0, 4651.0, 4620.0, 4652.0, 4621.0, 4683.0, 4633.0, 4650.0, 4622.0, 4650.0, 4641.0, 4659.0, 4639.0, 4640.0, 4630.0, 4649.0, 4642.0, 4667.0, 4639.0, 4609.0, 4651.0, 4620.0, 4653.0, 4642.0, 4650.0, 4632.0, 4642.0, 4652.0, 4642.0, 4653.0, 4612.0, 4653.0, 4633.0, 4664.0, 4642.0, 4661.0, 4643.0, 4661.0, 4641.0, 4661.0, 4651.0, 4623.0, 4652.0, 4620.0, 4652.0, 4643.0, 4673.0, 4643.0, 4632.0, 4650.0, 4622.0, 4663.0, 4655.0, 4633.0, 4662.0, 4635.0, 4663.0, 4654.0, 4683.0, 4652.0, 4625.0, 4664.0, 4633.0, 4684.0, 4652.0, 4662.0, 4644.0, 4623.0, 4649.0, 4619.0, 4670.0, 4631.0, 4652.0, 4633.0, 4622.0, 4654.0, 4623.0, 4674.0, 4631.0, 4650.0, 4631.0, 4652.0, 4645.0, 4681.0, 4654.0, 4624.0, 4651.0, 4635.0, 4655.0, 4648.0, 4676.0, 4658.0, 4675.0, 4658.0, 4687.0, 4656.0, 4696.0, 4655.0, 4682.0, 4642.0, 4673.0, 4644.0, 4679.0, 4645.0, 4622.0, 4653.0, 4622.0, 4662.0, 4633.0, 4651.0, 4636.0, 4661.0, 4655.0, 4672.0, 4655.0, 4662.0, 4644.0, 4662.0, 4644.0, 4672.0, 4655.0, 4661.0, 4631.0, 4651.0, 4642.0, 4672.0, 4642.0, 4609.0, 4641.0, 4611.0, 4653.0, 4633.0, 4652.0, 4612.0, 4662.0, 4611.0, 4660.0, 4613.0, 4661.0, 4622.0, 4650.0, 4621.0, 4653.0, 4623.0, 4653.0, 4632.0, 4651.0, 4633.0, 4674.0, 4652.0, 4635.0, 4663.0, 4614.0, 4665.0, 4647.0, 4677.0, 4654.0, 4666.0, 4657.0, 4655.0, 4666.0, 4624.0, 4654.0, 4646.0, 4673.0, 4655.0, 4634.0, 4656.0, 4645.0, 4676.0, 4658.0, 4674.0, 4658.0, 4657.0, 4656.0, 4652.0, 4663.0, 4621.0, 4653.0, 4645.0, 4662.0, 4643.0, 4650.0, 4652.0, 4613.0, 4649.0, 4646.0, 4672.0, 4655.0, 4666.0, 4645.0, 4675.0, 4654.0, 4673.0, 4655.0, 4652.0, 4644.0, 4662.0, 4652.0, 4611.0, 4651.0, 4611.0, 4652.0, 4620.0, 4650.0, 4619.0, 4650.0, 4620.0, 4640.0, 4623.0, 4641.0, 4622.0, 4650.0, 4623.0, 4639.0, 4632.0, 4651.0, 4630.0, 4641.0, 4631.0, 4638.0, 4632.0, 4648.0, 4631.0, 4647.0, 4630.0, 4619.0, 4652.0, 4631.0, 4654.0, 4624.0, 4653.0, 4644.0, 4666.0, 4644.0, 4673.0, 4656.0, 4662.0, 4645.0, 4665.0, 4645.0, 4682.0, 4643.0, 4653.0, 4646.0, 4653.0, 4653.0, 4624.0, 4664.0, 4632.0, 4665.0, 4634.0, 4667.0, 4635.0, 4654.0, 4644.0, 4664.0, 4645.0, 4680.0, 4644.0, 4631.0, 4653.0, 4641.0, 4662.0, 4624.0, 4662.0, 4634.0, 4653.0, 4647.0, 4665.0, 4632.0, 4651.0, 4631.0, 4649.0, 4639.0, 4662.0, 4641.0, 4641.0, 4643.0, 4623.0, 4654.0, 4634.0, 4662.0, 4634.0, 4663.0, 4646.0, 4665.0, 4656.0, 4674.0, 4654.0, 4664.0, 4644.0, 4672.0, 4655.0, 4672.0, 4652.0, 4621.0, 4654.0, 4625.0, 4664.0, 4622.0, 4653.0, 4632.0, 4652.0, 4643.0, 4662.0, 4654.0, 4673.0, 4643.0, 4650.0, 4654.0, 4643.0, 4654.0, 4624.0, 4653.0, 4634.0, 4654.0, 4645.0, 4674.0, 4645.0, 4660.0, 4643.0, 4621.0, 4652.0, 4633.0, 4665.0, 4636.0, 4664.0, 4646.0, 4665.0, 4645.0, 4674.0, 4655.0, 4674.0, 4644.0, 4662.0, 4655.0, 4684.0, 4655.0, 4653.0, 4651.0, 4632.0, 4664.0, 4622.0, 4663.0, 4655.0, 4637.0, 4664.0, 4656.0, 4639.0, 4680.0, 4650.0, 4667.0, 4644.0, 4664.0, 4645.0, 4673.0, 4644.0, 4662.0, 4640.0, 4642.0, 4644.0, 4630.0, 4651.0, 4625.0, 4640.0, 4631.0, 4652.0, 4646.0, 4663.0, 4643.0, 4652.0, 4653.0, 4634.0, 4655.0, 4636.0, 4665.0, 4634.0, 4651.0, 4643.0, 4672.0, 4644.0, 4661.0, 4640.0, 4660.0, 4646.0, 4670.0, 4652.0, 4650.0, 4641.0, 4619.0, 4643.0, 4631.0, 4641.0, 4609.0, 4650.0, 4620.0, 4643.0, 4634.0, 4662.0, 4644.0, 4652.0, 4654.0, 4634.0, 4654.0, 4636.0, 4653.0, 4625.0, 4651.0, 4647.0, 4673.0, 4656.0, 4664.0, 4645.0, 4673.0, 4656.0, 4682.0, 4652.0, 4621.0, 4653.0, 4630.0, 4651.0, 4635.0, 4661.0, 4633.0, 4642.0, 4633.0, 4652.0, 4643.0, 4670.0, 4644.0, 4624.0, 4652.0, 4635.0, 4676.0, 4645.0, 4653.0, 4644.0, 4663.0, 4645.0, 4674.0, 4652.0, 4624.0, 4652.0, 4621.0, 4652.0, 4621.0, 4652.0, 4631.0, 4650.0, 4644.0, 4661.0, 4643.0, 4643.0, 4654.0, 4622.0, 4654.0, 4643.0, 4675.0, 4643.0, 4651.0, 4632.0, 4649.0, 4642.0, 4669.0, 4656.0, 4631.0, 4653.0, 4622.0, 4643.0, 4636.0, 4664.0, 4645.0, 4654.0, 4645.0, 4663.0, 4643.0, 4671.0, 4655.0, 4651.0, 4642.0, 4660.0, 4654.0, 4680.0, 4642.0, 4622.0, 4651.0, 4633.0, 4655.0, 4635.0, 4651.0, 4635.0, 4654.0, 4636.0, 4674.0, 4645.0, 4652.0, 4644.0, 4662.0, 4656.0, 4671.0, 4653.0, 4635.0, 4656.0, 4636.0, 4665.0, 4644.0, 4673.0, 4646.0, 4663.0, 4644.0, 4673.0, 4665.0, 4673.0, 4653.0, 4624.0, 4650.0, 4631.0, 4650.0, 4622.0, 4651.0, 4618.0, 4649.0, 4644.0, 4665.0, 4642.0, 4629.0, 4641.0, 4644.0, 4644.0, 4655.0, 4647.0, 4648.0, 4669.0, 4648.0, 4677.0, 4655.0, 4665.0, 4634.0, 4650.0, 4644.0, 4671.0, 4642.0, 4639.0, 4639.0, 4621.0, 4650.0, 4631.0, 4651.0, 4641.0, 4631.0, 4653.0, 4634.0, 4652.0, 4633.0, 4651.0, 4642.0, 4671.0, 4652.0, 4621.0, 4650.0, 4623.0, 4662.0, 4631.0, 4651.0, 4644.0, 4661.0, 4652.0, 4641.0, 4652.0, 4622.0, 4651.0, 4642.0, 4653.0, 4643.0, 4682.0, 4653.0, 4642.0, 4641.0, 4622.0, 4661.0, 4620.0, 4651.0, 4632.0, 4638.0, 4642.0, 4657.0, 4640.0, 4628.0, 4641.0, 4609.0, 4651.0, 4619.0, 4650.0, 4631.0, 4648.0, 4641.0, 4660.0, 4643.0, 4659.0, 4640.0, 4647.0, 4640.0, 4649.0, 4639.0, 4619.0, 4641.0, 4632.0, 4640.0, 4641.0, 4670.0, 4652.0, 4621.0, 4640.0, 4634.0, 4663.0, 4642.0, 4672.0, 4644.0, 4660.0, 4641.0, 4661.0, 4652.0, 4661.0, 4641.0, 4609.0, 4641.0, 4621.0, 4660.0, 4629.0, 4649.0, 4630.0, 4648.0, 4641.0, 4660.0, 4641.0, 4660.0, 4642.0, 4619.0, 4641.0, 4621.0, 4652.0, 4631.0, 4641.0, 4631.0, 4639.0, 4640.0, 4658.0, 4640.0, 4659.0, 4640.0, 4620.0, 4642.0, 4633.0, 4663.0, 4643.0, 4651.0, 4645.0, 4641.0, 4653.0, 4655.0, 4655.0, 4624.0, 4654.0, 4642.0, 4652.0, 4643.0, 4672.0, 4643.0, 4660.0, 4641.0, 4622.0, 4652.0, 4622.0, 4653.0, 4632.0, 4640.0, 4642.0, 4670.0, 4653.0, 4664.0, 4653.0, 4635.0, 4652.0, 4643.0], 'WindowWidth': [10310.0, 10309.0, 10262.0, 10284.0, 10238.0, 10185.0, 10195.0, 10136.0, 10186.0, 10164.0, 10220.0, 10144.0, 10179.0, 10158.0, 10179.0, 10178.0, 10226.0, 10171.0, 10144.0, 10185.0, 10151.0, 10203.0, 10179.0, 10190.0, 10163.0, 10200.0, 10195.0, 10229.0, 10185.0, 10144.0, 10184.0, 10157.0, 10204.0, 10157.0, 10182.0, 10143.0, 10174.0, 10163.0, 10194.0, 10171.0, 10155.0, 10171.0, 10156.0, 10186.0, 10163.0, 10197.0, 10174.0, 10194.0, 10173.0, 10183.0, 10190.0, 10145.0, 10195.0, 10143.0, 10194.0, 10185.0, 10211.0, 10189.0, 10157.0, 10185.0, 10127.0, 10215.0, 10154.0, 10196.0, 10170.0, 10188.0, 10165.0, 10187.0, 10184.0, 10138.0, 10187.0, 10152.0, 10177.0, 10174.0, 10203.0, 10182.0, 10141.0, 10165.0, 10124.0, 10192.0, 10156.0, 10177.0, 10153.0, 10190.0, 10166.0, 10154.0, 10189.0, 10148.0, 10182.0, 10157.0, 10174.0, 10173.0, 10206.0, 10182.0, 10143.0, 10170.0, 10127.0, 10184.0, 10170.0, 10211.0, 10178.0, 10147.0, 10199.0, 10141.0, 10192.0, 10176.0, 10209.0, 10185.0, 10134.0, 10182.0, 10173.0, 10215.0, 10190.0, 10229.0, 10187.0, 10171.0, 10166.0, 10154.0, 10182.0, 10157.0, 10178.0, 10128.0, 10172.0, 10155.0, 10179.0, 10170.0, 10176.0, 10155.0, 10164.0, 10177.0, 10203.0, 10193.0, 10168.0, 10205.0, 10160.0, 10210.0, 10205.0, 10234.0, 10199.0, 10191.0, 10212.0, 10196.0, 10254.0, 10189.0, 10225.0, 10183.0, 10214.0, 10196.0, 10232.0, 10189.0, 10180.0, 10170.0, 10159.0, 10204.0, 10170.0, 10203.0, 10175.0, 10196.0, 10195.0, 10196.0, 10225.0, 10190.0, 10234.0, 10219.0, 10219.0, 10245.0, 10236.0, 10284.0, 10229.0, 10272.0, 10207.0, 10259.0, 10211.0, 10218.0, 10150.0, 10185.0, 10156.0, 10230.0, 10160.0, 10185.0, 10141.0, 10171.0, 10137.0, 10197.0, 10141.0, 10172.0, 10124.0, 10174.0, 10142.0, 10194.0, 10140.0, 10173.0, 10136.0, 10172.0, 10170.0, 10206.0, 10173.0, 10144.0, 10199.0, 10154.0, 10229.0, 10164.0, 10187.0, 10162.0, 10178.0, 10171.0, 10211.0, 10169.0, 10190.0, 10152.0, 10174.0, 10176.0, 10210.0, 10164.0, 10185.0, 10150.0, 10171.0, 10171.0, 10151.0, 10168.0, 10142.0, 10180.0, 10143.0, 10192.0, 10165.0, 10197.0, 10176.0, 10200.0, 10189.0, 10225.0, 10184.0, 10140.0, 10184.0, 10143.0, 10229.0, 10160.0, 10178.0, 10144.0, 10178.0, 10169.0, 10190.0, 10163.0, 10162.0, 10150.0, 10173.0, 10169.0, 10199.0, 10163.0, 10123.0, 10180.0, 10142.0, 10187.0, 10173.0, 10180.0, 10160.0, 10170.0, 10188.0, 10172.0, 10188.0, 10132.0, 10185.0, 10161.0, 10204.0, 10174.0, 10196.0, 10174.0, 10194.0, 10171.0, 10197.0, 10183.0, 10145.0, 10184.0, 10141.0, 10184.0, 10175.0, 10215.0, 10174.0, 10158.0, 10181.0, 10148.0, 10202.0, 10194.0, 10162.0, 10201.0, 10167.0, 10204.0, 10192.0, 10228.0, 10188.0, 10151.0, 10202.0, 10164.0, 10231.0, 10186.0, 10196.0, 10174.0, 10144.0, 10177.0, 10136.0, 10209.0, 10155.0, 10183.0, 10159.0, 10143.0, 10188.0, 10148.0, 10219.0, 10156.0, 10179.0, 10156.0, 10184.0, 10179.0, 10223.0, 10189.0, 10149.0, 10185.0, 10168.0, 10196.0, 10190.0, 10226.0, 10205.0, 10222.0, 10202.0, 10240.0, 10199.0, 10250.0, 10193.0, 10225.0, 10172.0, 10212.0, 10177.0, 10218.0, 10176.0, 10142.0, 10186.0, 10146.0, 10201.0, 10162.0, 10184.0, 10170.0, 10197.0, 10196.0, 10214.0, 10195.0, 10199.0, 10178.0, 10199.0, 10179.0, 10213.0, 10192.0, 10195.0, 10156.0, 10179.0, 10171.0, 10211.0, 10170.0, 10123.0, 10168.0, 10126.0, 10188.0, 10160.0, 10186.0, 10130.0, 10198.0, 10127.0, 10193.0, 10133.0, 10197.0, 10143.0, 10179.0, 10142.0, 10186.0, 10146.0, 10186.0, 10159.0, 10182.0, 10162.0, 10217.0, 10190.0, 10168.0, 10203.0, 10139.0, 10209.0, 10187.0, 10227.0, 10194.0, 10207.0, 10200.0, 10195.0, 10210.0, 10150.0, 10190.0, 10182.0, 10216.0, 10196.0, 10166.0, 10196.0, 10182.0, 10225.0, 10202.0, 10218.0, 10200.0, 10196.0, 10195.0, 10185.0, 10202.0, 10143.0, 10186.0, 10178.0, 10198.0, 10173.0, 10178.0, 10184.0, 10134.0, 10180.0, 10183.0, 10216.0, 10196.0, 10209.0, 10181.0, 10222.0, 10195.0, 10216.0, 10194.0, 10186.0, 10175.0, 10198.0, 10185.0, 10126.0, 10182.0, 10126.0, 10183.0, 10138.0, 10179.0, 10136.0, 10178.0, 10139.0, 10164.0, 10145.0, 10167.0, 10142.0, 10177.0, 10144.0, 10161.0, 10158.0, 10180.0, 10152.0, 10165.0, 10153.0, 10159.0, 10157.0, 10173.0, 10154.0, 10172.0, 10152.0, 10138.0, 10186.0, 10157.0, 10191.0, 10151.0, 10190.0, 10181.0, 10210.0, 10179.0, 10218.0, 10197.0, 10200.0, 10181.0, 10206.0, 10181.0, 10227.0, 10176.0, 10189.0, 10183.0, 10191.0, 10190.0, 10152.0, 10205.0, 10161.0, 10208.0, 10163.0, 10213.0, 10167.0, 10189.0, 10178.0, 10204.0, 10180.0, 10223.0, 10177.0, 10157.0, 10189.0, 10171.0, 10201.0, 10149.0, 10199.0, 10163.0, 10188.0, 10186.0, 10206.0, 10158.0, 10181.0, 10156.0, 10177.0, 10165.0, 10196.0, 10170.0, 10167.0, 10174.0, 10146.0, 10190.0, 10164.0, 10201.0, 10166.0, 10203.0, 10185.0, 10208.0, 10197.0, 10220.0, 10192.0, 10203.0, 10178.0, 10212.0, 10193.0, 10214.0, 10187.0, 10144.0, 10191.0, 10151.0, 10204.0, 10145.0, 10187.0, 10159.0, 10184.0, 10175.0, 10200.0, 10190.0, 10214.0, 10176.0, 10181.0, 10190.0, 10174.0, 10190.0, 10149.0, 10187.0, 10163.0, 10188.0, 10180.0, 10215.0, 10178.0, 10193.0, 10173.0, 10144.0, 10187.0, 10163.0, 10208.0, 10168.0, 10205.0, 10183.0, 10207.0, 10183.0, 10220.0, 10195.0, 10218.0, 10178.0, 10200.0, 10194.0, 10230.0, 10193.0, 10186.0, 10183.0, 10160.0, 10204.0, 10144.0, 10202.0, 10196.0, 10172.0, 10206.0, 10200.0, 10179.0, 10237.0, 10192.0, 10214.0, 10179.0, 10204.0, 10181.0, 10215.0, 10177.0, 10196.0, 10167.0, 10169.0, 10173.0, 10151.0, 10180.0, 10150.0, 10165.0, 10157.0, 10185.0, 10181.0, 10200.0, 10175.0, 10186.0, 10188.0, 10164.0, 10194.0, 10169.0, 10205.0, 10164.0, 10184.0, 10177.0, 10212.0, 10177.0, 10194.0, 10168.0, 10192.0, 10179.0, 10207.0, 10184.0, 10178.0, 10167.0, 10135.0, 10173.0, 10155.0, 10169.0, 10123.0, 10179.0, 10141.0, 10172.0, 10162.0, 10197.0, 10177.0, 10184.0, 10190.0, 10164.0, 10193.0, 10168.0, 10188.0, 10151.0, 10183.0, 10186.0, 10216.0, 10196.0, 10203.0, 10180.0, 10213.0, 10194.0, 10225.0, 10185.0, 10140.0, 10187.0, 10154.0, 10183.0, 10163.0, 10194.0, 10158.0, 10169.0, 10159.0, 10183.0, 10173.0, 10207.0, 10176.0, 10149.0, 10186.0, 10164.0, 10222.0, 10180.0, 10188.0, 10177.0, 10199.0, 10179.0, 10216.0, 10187.0, 10147.0, 10184.0, 10141.0, 10184.0, 10139.0, 10183.0, 10155.0, 10179.0, 10174.0, 10194.0, 10174.0, 10175.0, 10191.0, 10146.0, 10189.0, 10174.0, 10220.0, 10173.0, 10180.0, 10156.0, 10176.0, 10172.0, 10204.0, 10192.0, 10153.0, 10185.0, 10144.0, 10173.0, 10168.0, 10203.0, 10181.0, 10191.0, 10180.0, 10202.0, 10177.0, 10210.0, 10193.0, 10184.0, 10173.0, 10195.0, 10191.0, 10222.0, 10172.0, 10144.0, 10184.0, 10162.0, 10194.0, 10166.0, 10186.0, 10167.0, 10191.0, 10169.0, 10218.0, 10180.0, 10186.0, 10177.0, 10200.0, 10195.0, 10212.0, 10190.0, 10166.0, 10195.0, 10169.0, 10207.0, 10177.0, 10218.0, 10183.0, 10202.0, 10179.0, 10216.0, 10207.0, 10216.0, 10187.0, 10146.0, 10178.0, 10154.0, 10178.0, 10143.0, 10180.0, 10133.0, 10175.0, 10174.0, 10204.0, 10170.0, 10149.0, 10168.0, 10179.0, 10180.0, 10196.0, 10188.0, 10192.0, 10220.0, 10191.0, 10228.0, 10195.0, 10207.0, 10162.0, 10181.0, 10177.0, 10209.0, 10171.0, 10163.0, 10164.0, 10141.0, 10180.0, 10154.0, 10180.0, 10169.0, 10157.0, 10190.0, 10163.0, 10184.0, 10160.0, 10183.0, 10174.0, 10211.0, 10186.0, 10142.0, 10179.0, 10145.0, 10200.0, 10154.0, 10181.0, 10175.0, 10193.0, 10184.0, 10168.0, 10185.0, 10144.0, 10182.0, 10172.0, 10188.0, 10176.0, 10227.0, 10188.0, 10171.0, 10169.0, 10144.0, 10197.0, 10137.0, 10179.0, 10153.0, 10159.0, 10170.0, 10185.0, 10166.0, 10146.0, 10166.0, 10121.0, 10181.0, 10137.0, 10179.0, 10154.0, 10174.0, 10169.0, 10192.0, 10172.0, 10190.0, 10166.0, 10169.0, 10163.0, 10174.0, 10162.0, 10135.0, 10165.0, 10156.0, 10165.0, 10170.0, 10206.0, 10184.0, 10142.0, 10166.0, 10162.0, 10200.0, 10175.0, 10211.0, 10175.0, 10193.0, 10168.0, 10194.0, 10185.0, 10193.0, 10168.0, 10121.0, 10166.0, 10138.0, 10192.0, 10149.0, 10176.0, 10151.0, 10174.0, 10167.0, 10191.0, 10169.0, 10191.0, 10169.0, 10135.0, 10168.0, 10140.0, 10183.0, 10152.0, 10165.0, 10152.0, 10160.0, 10167.0, 10187.0, 10165.0, 10189.0, 10165.0, 10139.0, 10172.0, 10162.0, 10202.0, 10174.0, 10184.0, 10179.0, 10169.0, 10189.0, 10193.0, 10192.0, 10148.0, 10189.0, 10172.0, 10185.0, 10174.0, 10210.0, 10176.0, 10192.0, 10168.0, 10141.0, 10184.0, 10143.0, 10188.0, 10157.0, 10166.0, 10172.0, 10209.0, 10189.0, 10205.0, 10189.0, 10164.0, 10185.0, 10176.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.00028391639163916397</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02158721738173817</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.71814208505509</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1830716113215876</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9645825520264321</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4633</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7206.8384</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09005594087310756</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.3003300330033003</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4665947955030663</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3799381250760354</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.736761116568712</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2830851448644505</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00558403</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008317933417856693</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.020803267136216164</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>909</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.865919304236008</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>30.0597</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4527</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.8903</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302292.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>835.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.837</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1312</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.0931</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3861.9075</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4112.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74252.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1268.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5071.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1063.6467</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.58282843558118</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> |