=== 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-0086 --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-0086",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0086_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-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0086/figures/sub-0086_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086/ses-02/func/sub-0086_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>d93b94c7bbb0f62c307a5a7101121805</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>18:11:57.870000</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.999438, 0.00425022, -0.0332583, -0.0017444, 0.997181, 0.0750134]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.103956</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>[4135, -7764, -7252, 647, -63, -165, 112, 66]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 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>240.828</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>82b3ab45-ecfd-45ea-aca3-d09cd698035e||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.6814184188842773, -0.004680104088038206, -0.09040501713752747, 114.59955596923828], [-0.01140302699059248, 2.675363779067993, 0.2022656500339508, -99.03047943115234], [-0.0892295092344284, -0.2012554556131363, 2.690894842147827, -51.76243591308594], [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': ['181157.870000', '181158.330000', '181158.790000', '181159.250000', '181159.710000', '181200.170000', '181200.630000', '181201.090000', '181201.550000', '181202.010000', '181202.470000', '181202.930000', '181203.390000', '181203.850000', '181204.310000', '181204.770000', '181205.230000', '181205.690000', '181206.150000', '181206.610000', '181207.070000', '181207.530000', '181207.990000', '181208.450000', '181208.910000', '181209.370000', '181209.830000', '181210.290000', '181210.750000', '181211.210000', '181211.670000', '181212.130000', '181212.590000', '181213.050000', '181213.510000', '181213.970000', '181214.430000', '181214.890000', '181215.350000', '181215.810000', '181216.270000', '181216.730000', '181217.190000', '181217.650000', '181218.110000', '181218.570000', '181219.030000', '181219.490000', '181219.950000', '181220.410000', '181220.870000', '181221.330000', '181221.790000', '181222.250000', '181222.710000', '181223.170000', '181223.630000', '181224.090000', '181224.550000', '181225.010000', '181225.470000', '181225.930000', '181226.390000', '181226.850000', '181227.310000', '181227.770000', '181228.230000', '181228.690000', '181229.150000', '181229.610000', '181230.070000', '181230.530000', '181230.990000', '181231.450000', '181231.910000', '181232.370000', '181232.830000', '181233.290000', '181233.750000', '181234.210000', '181234.670000', '181235.130000', '181235.590000', '181236.050000', '181236.510000', '181236.970000', '181237.430000', '181237.890000', '181238.350000', '181238.810000', '181239.270000', '181239.730000', '181240.190000', '181240.650000', '181241.110000', '181241.570000', '181242.030000', '181242.490000', '181242.950000', '181243.410000', '181243.870000', '181244.330000', '181244.790000', '181245.250000', '181245.710000', '181246.170000', '181246.630000', '181247.090000', '181247.550000', '181248.010000', '181248.470000', '181248.930000', '181249.390000', '181249.850000', '181250.310000', '181250.770000', '181251.230000', '181251.690000', '181252.150000', '181252.610000', '181253.070000', '181253.530000', '181253.990000', '181254.450000', '181254.910000', '181255.370000', '181255.830000', '181256.290000', '181256.750000', '181257.210000', '181257.670000', '181258.130000', '181258.590000', '181259.050000', '181259.510000', '181259.970000', '181300.430000', '181300.890000', '181301.350000', '181301.810000', '181302.270000', '181302.730000', '181303.190000', '181303.650000', '181304.110000', '181304.570000', '181305.030000', '181305.490000', '181305.950000', '181306.410000', '181306.870000', '181307.330000', '181307.790000', '181308.250000', '181308.710000', '181309.170000', '181309.630000', '181310.090000', '181310.550000', '181311.010000', '181311.470000', '181311.930000', '181312.390000', '181312.850000', '181313.310000', '181313.770000', '181314.230000', '181314.690000', '181315.150000', '181315.610000', '181316.070000', '181316.530000', '181316.990000', '181317.450000', '181317.910000', '181318.370000', '181318.830000', '181319.290000', '181319.750000', '181320.210000', '181320.670000', '181321.130000', '181321.590000', '181322.050000', '181322.510000', '181322.970000', '181323.430000', '181323.890000', '181324.350000', '181324.810000', '181325.270000', '181325.730000', '181326.190000', '181326.650000', '181327.110000', '181327.570000', '181328.030000', '181328.490000', '181328.950000', '181329.410000', '181329.870000', '181330.330000', '181330.790000', '181331.250000', '181331.710000', '181332.170000', '181332.630000', '181333.090000', '181333.550000', '181334.010000', '181334.470000', '181334.930000', '181335.390000', '181335.850000', '181336.310000', '181336.770000', '181337.230000', '181337.690000', '181338.150000', '181338.610000', '181339.070000', '181339.530000', '181339.990000', '181340.450000', '181340.910000', '181341.370000', '181341.830000', '181342.290000', '181342.750000', '181343.210000', '181343.670000', '181344.130000', '181344.590000', '181345.050000', '181345.510000', '181345.970000', '181346.430000', '181346.890000', '181347.350000', '181347.810000', '181348.270000', '181348.730000', '181349.190000', '181349.650000', '181350.110000', '181350.570000', '181351.030000', '181351.490000', '181351.950000', '181352.410000', '181352.870000', '181353.330000', '181353.790000', '181354.250000', '181354.710000', '181355.170000', '181355.630000', '181356.090000', '181356.550000', '181357.010000', '181357.470000', '181357.930000', '181358.390000', '181358.850000', '181359.310000', '181359.770000', '181400.230000', '181400.690000', '181401.150000', '181401.610000', '181402.070000', '181402.530000', '181402.990000', '181403.450000', '181403.910000', '181404.370000', '181404.830000', '181405.290000', '181405.750000', '181406.210000', '181406.670000', '181407.130000', '181407.590000', '181408.050000', '181408.510000', '181408.970000', '181409.430000', '181409.890000', '181410.350000', '181410.810000', '181411.270000', '181411.730000', '181412.190000', '181412.650000', '181413.110000', '181413.570000', '181414.030000', '181414.490000', '181414.950000', '181415.410000', '181415.870000', '181416.330000', '181416.790000', '181417.250000', '181417.710000', '181418.170000', '181418.630000', '181419.090000', '181419.550000', '181420.010000', '181420.470000', '181420.930000', '181421.390000', '181421.850000', '181422.310000', '181422.770000', '181423.230000', '181423.690000', '181424.150000', '181424.610000', '181425.070000', '181425.530000', '181425.990000', '181426.450000', '181426.910000', '181427.370000', '181427.830000', '181428.290000', '181428.750000', '181429.210000', '181429.670000', '181430.130000', '181430.590000', '181431.050000', '181431.510000', '181431.970000', '181432.430000', '181432.890000', '181433.350000', '181433.810000', '181434.270000', '181434.730000', '181435.190000', '181435.650000', '181436.110000', '181436.570000', '181437.030000', '181437.490000', '181437.950000', '181438.410000', '181438.870000', '181439.330000', '181439.790000', '181440.250000', '181440.710000', '181441.170000', '181441.630000', '181442.090000', '181442.550000', '181443.010000', '181443.470000', '181443.930000', '181444.390000', '181444.850000', '181445.310000', '181445.770000', '181446.230000', '181446.690000', '181447.150000', '181447.610000', '181448.070000', '181448.530000', '181448.990000', '181449.450000', '181449.910000', '181450.370000', '181450.830000', '181451.290000', '181451.750000', '181452.210000', '181452.670000', '181453.130000', '181453.590000', '181454.050000', '181454.510000', '181454.970000', '181455.430000', '181455.890000', '181456.350000', '181456.810000', '181457.270000', '181457.730000', '181458.190000', '181458.650000', '181459.110000', '181459.570000', '181500.030000', '181500.490000', '181500.950000', '181501.410000', '181501.870000', '181502.330000', '181502.790000', '181503.250000', '181503.710000', '181504.170000', '181504.630000', '181505.090000', '181505.550000', '181506.010000', '181506.470000', '181506.930000', '181507.390000', '181507.850000', '181508.310000', '181508.770000', '181509.230000', '181509.690000', '181510.150000', '181510.610000', '181511.070000', '181511.530000', '181511.990000', '181512.450000', '181512.910000', '181513.370000', '181513.830000', '181514.290000', '181514.750000', '181515.210000', '181515.670000', '181516.130000', '181516.590000', '181517.050000', '181517.510000', '181517.970000', '181518.430000', '181518.890000', '181519.350000', '181519.810000', '181520.270000', '181520.730000', '181521.190000', '181521.650000', '181522.110000', '181522.570000', '181523.030000', '181523.490000', '181523.950000', '181524.410000', '181524.870000', '181525.330000', '181525.790000', '181526.250000', '181526.710000', '181527.170000', '181527.630000', '181528.090000', '181528.550000', '181529.010000', '181529.470000', '181529.930000', '181530.390000', '181530.850000', '181531.310000', '181531.770000', '181532.230000', '181532.690000', '181533.150000', '181533.610000', '181534.070000', '181534.530000', '181534.990000', '181535.450000', '181535.910000', '181536.370000', '181536.830000', '181537.290000', '181537.750000', '181538.210000', '181538.670000', '181539.130000', '181539.590000', '181540.050000', '181540.510000', '181540.970000', '181541.430000', '181541.890000', '181542.350000', '181542.810000', '181543.270000', '181543.730000', '181544.190000', '181544.650000', '181545.110000', '181545.570000', '181546.030000', '181546.490000', '181546.950000', '181547.410000', '181547.870000', '181548.330000', '181548.790000', '181549.250000', '181549.710000', '181550.170000', '181550.630000', '181551.090000', '181551.550000', '181552.010000', '181552.470000', '181552.930000', '181553.390000', '181553.850000', '181554.310000', '181554.770000', '181555.230000', '181555.690000', '181556.150000', '181556.610000', '181557.070000', '181557.530000', '181557.990000', '181558.450000', '181558.910000', '181559.370000', '181559.830000', '181600.290000', '181600.750000', '181601.210000', '181601.670000', '181602.130000', '181602.590000', '181603.050000', '181603.510000', '181603.970000', '181604.430000', '181604.890000', '181605.350000', '181605.810000', '181606.270000', '181606.730000', '181607.190000', '181607.650000', '181608.110000', '181608.570000', '181609.030000', '181609.490000', '181609.950000', '181610.410000', '181610.870000', '181611.330000', '181611.790000', '181612.250000', '181612.710000', '181613.170000', '181613.630000', '181614.090000', '181614.550000', '181615.010000', '181615.470000', '181615.930000', '181616.390000', '181616.850000', '181617.310000', '181617.770000', '181618.230000', '181618.690000', '181619.150000', '181619.610000', '181620.070000', '181620.530000', '181620.990000', '181621.450000', '181621.910000', '181622.370000', '181622.830000', '181623.290000', '181623.750000', '181624.210000', '181624.670000', '181625.130000', '181625.590000', '181626.050000', '181626.510000', '181626.970000', '181627.430000', '181627.890000', '181628.350000', '181628.810000', '181629.270000', '181629.730000', '181630.190000', '181630.650000', '181631.110000', '181631.570000', '181632.030000', '181632.490000', '181632.950000', '181633.410000', '181633.870000', '181634.330000', '181634.790000', '181635.250000', '181635.710000', '181636.170000', '181636.630000', '181637.090000', '181637.550000', '181638.010000', '181638.470000', '181638.930000', '181639.390000', '181639.850000', '181640.310000', '181640.770000', '181641.230000', '181641.690000', '181642.150000', '181642.610000', '181643.070000', '181643.530000', '181643.990000', '181644.450000', '181644.910000', '181645.370000', '181645.830000', '181646.290000', '181646.750000', '181647.210000', '181647.670000', '181648.130000', '181648.590000', '181649.050000', '181649.510000', '181649.970000', '181650.430000', '181650.890000', '181651.350000', '181651.810000', '181652.270000', '181652.730000', '181653.190000', '181653.650000', '181654.110000', '181654.570000', '181655.030000', '181655.490000', '181655.950000', '181656.410000', '181656.870000', '181657.330000', '181657.790000', '181658.250000', '181658.710000', '181659.170000', '181659.630000', '181700.090000', '181700.550000', '181701.010000', '181701.470000', '181701.930000', '181702.390000', '181702.850000', '181703.310000', '181703.770000', '181704.230000', '181704.690000', '181705.150000', '181705.610000', '181706.070000', '181706.530000', '181706.990000', '181707.450000', '181707.910000', '181708.370000', '181708.830000', '181709.290000', '181709.750000', '181710.210000', '181710.670000', '181711.130000', '181711.590000', '181712.050000', '181712.510000', '181712.970000', '181713.430000', '181713.890000', '181714.350000', '181714.810000', '181715.270000', '181715.730000', '181716.190000', '181716.650000', '181717.110000', '181717.570000', '181718.030000', '181718.490000', '181718.950000', '181719.410000', '181719.870000', '181720.330000', '181720.790000', '181721.250000', '181721.710000', '181722.170000', '181722.630000', '181723.090000', '181723.550000', '181724.010000', '181724.470000', '181724.930000', '181725.390000', '181725.850000', '181726.310000', '181726.770000', '181727.230000', '181727.690000', '181728.150000', '181728.610000', '181729.070000', '181729.530000', '181729.990000', '181730.450000', '181730.910000', '181731.370000', '181731.830000', '181732.290000', '181732.750000', '181733.210000', '181733.670000', '181734.130000', '181734.590000', '181735.050000', '181735.510000', '181735.970000', '181736.430000', '181736.890000', '181737.350000', '181737.810000', '181738.270000', '181738.730000', '181739.190000', '181739.650000', '181740.110000', '181740.570000', '181741.030000', '181741.490000', '181741.950000', '181742.410000', '181742.870000', '181743.330000', '181743.790000', '181744.250000', '181744.710000', '181745.170000', '181745.630000', '181746.090000', '181746.550000', '181747.010000', '181747.470000', '181747.930000', '181748.390000', '181748.850000', '181749.310000', '181749.770000', '181750.230000', '181750.690000', '181751.150000', '181751.610000', '181752.070000', '181752.530000', '181752.990000', '181753.450000', '181753.910000', '181754.370000', '181754.830000', '181755.290000', '181755.750000', '181756.210000', '181756.670000', '181757.130000', '181757.590000', '181758.050000', '181758.510000', '181758.970000', '181759.430000', '181759.890000', '181800.350000', '181800.810000', '181801.270000', '181801.730000', '181802.190000', '181802.650000', '181803.110000', '181803.570000', '181804.030000', '181804.490000', '181804.950000', '181805.410000', '181805.870000', '181806.330000', '181806.790000', '181807.250000', '181807.710000', '181808.170000', '181808.630000', '181809.090000', '181809.550000', '181810.010000', '181810.470000', '181810.930000', '181811.390000', '181811.850000', '181812.310000', '181812.770000', '181813.230000', '181813.690000', '181814.150000', '181814.610000', '181815.070000', '181815.530000', '181815.990000', '181816.450000', '181816.910000', '181817.370000', '181817.830000', '181818.290000', '181818.750000', '181819.210000', '181819.670000', '181820.130000', '181820.590000', '181821.050000', '181821.510000', '181821.970000', '181822.430000', '181822.890000', '181823.350000', '181823.810000', '181824.270000', '181824.730000', '181825.190000', '181825.650000', '181826.110000', '181826.570000', '181827.030000', '181827.490000', '181827.950000', '181828.410000', '181828.870000', '181829.330000', '181829.790000', '181830.250000', '181830.710000', '181831.170000', '181831.630000', '181832.090000', '181832.550000', '181833.010000', '181833.470000', '181833.930000', '181834.390000', '181834.850000', '181835.310000', '181835.770000', '181836.230000', '181836.690000', '181837.150000', '181837.610000', '181838.070000', '181838.530000', '181838.990000', '181839.450000', '181839.910000', '181840.370000', '181840.830000', '181841.290000', '181841.750000', '181842.210000', '181842.670000', '181843.130000', '181843.590000', '181844.050000', '181844.510000', '181844.970000', '181845.430000', '181845.890000', '181846.350000', '181846.810000', '181847.270000', '181847.730000', '181848.190000', '181848.650000', '181849.110000', '181849.570000', '181850.030000', '181850.490000', '181850.950000', '181851.410000', '181851.870000', '181852.330000', '181852.790000', '181853.250000', '181853.710000', '181854.170000', '181854.630000', '181855.090000', '181855.550000', '181856.010000', '181856.470000', '181856.930000', '181857.390000', '181857.850000'], 'ContentTime': ['181224.691000', '181224.694000', '181224.697000', '181224.700000', '181224.702000', '181224.705000', '181224.708000', '181224.710000', '181224.713000', '181224.715000', '181224.718000', '181224.721000', '181224.723000', '181224.732000', '181224.735000', '181224.737000', '181224.740000', '181224.742000', '181224.745000', '181224.748000', '181224.750000', '181224.753000', '181224.755000', '181224.758000', '181224.760000', '181224.763000', '181224.765000', '181224.776000', '181224.778000', '181224.781000', '181224.783000', '181224.786000', '181224.788000', '181224.791000', '181224.793000', '181224.796000', '181224.799000', '181224.817000', '181224.820000', '181224.823000', '181224.825000', '181224.828000', '181224.830000', '181224.833000', '181224.836000', '181224.838000', '181224.841000', '181224.844000', '181224.846000', '181224.849000', '181224.852000', '181224.854000', '181224.857000', '181224.859000', '181224.862000', '181224.864000', '181224.867000', '181244.658000', '181244.660000', '181244.663000', '181244.666000', '181244.668000', '181244.671000', '181244.673000', '181244.676000', '181244.678000', '181244.681000', '181244.684000', '181244.686000', '181244.689000', '181244.694000', '181244.697000', '181244.699000', '181244.702000', '181244.705000', '181244.707000', '181244.710000', '181244.712000', '181244.715000', '181244.717000', '181244.720000', '181244.722000', '181244.725000', '181244.728000', '181244.730000', '181244.733000', '181244.735000', '181244.738000', '181244.741000', '181244.743000', '181244.746000', '181244.748000', '181244.751000', '181244.754000', '181244.756000', '181244.759000', '181244.761000', '181244.764000', '181244.767000', '181244.769000', '181304.658000', '181304.661000', '181304.664000', '181304.666000', '181304.669000', '181304.671000', '181304.674000', '181304.677000', '181304.679000', '181304.682000', '181304.684000', '181304.688000', '181304.691000', '181304.693000', '181304.696000', '181304.698000', '181304.701000', '181304.704000', '181304.706000', '181304.709000', '181304.711000', '181304.720000', '181304.722000', '181304.725000', '181304.727000', '181304.730000', '181304.733000', '181304.735000', '181304.738000', '181304.741000', '181304.743000', '181304.746000', '181304.749000', '181304.751000', '181304.754000', '181304.756000', '181304.759000', '181304.762000', '181304.764000', '181304.767000', '181304.769000', '181304.772000', '181304.775000', '181324.658000', '181324.661000', '181324.664000', '181324.666000', '181324.669000', '181324.672000', '181324.674000', '181324.681000', '181324.684000', '181324.686000', '181324.689000', '181324.691000', '181324.694000', '181324.697000', '181324.699000', '181324.702000', '181324.704000', '181324.707000', '181324.710000', '181324.712000', '181324.715000', '181324.717000', '181324.720000', '181324.722000', '181324.725000', '181324.728000', '181324.730000', '181324.733000', '181324.736000', '181324.738000', '181324.741000', '181324.743000', '181324.746000', '181324.749000', '181324.751000', '181324.754000', '181324.756000', '181324.759000', '181324.762000', '181324.764000', '181324.767000', '181324.769000', '181324.772000', '181324.775000', '181344.657000', '181344.660000', '181344.663000', '181344.665000', '181344.668000', '181344.671000', '181344.673000', '181344.678000', '181344.680000', '181344.683000', '181344.686000', '181344.688000', '181344.691000', '181344.693000', '181344.696000', '181344.699000', '181344.701000', '181344.704000', '181344.706000', '181344.709000', '181344.712000', '181344.714000', '181344.717000', '181344.719000', '181344.722000', '181344.725000', '181344.727000', '181344.730000', '181344.732000', '181344.735000', '181344.737000', '181344.740000', '181344.743000', '181344.745000', '181344.748000', '181344.751000', '181344.753000', '181344.756000', '181344.758000', '181344.761000', '181344.764000', '181344.766000', '181344.769000', '181344.771000', '181404.657000', '181404.660000', '181404.663000', '181404.665000', '181404.668000', '181404.671000', '181404.673000', '181404.676000', '181404.678000', '181404.681000', '181404.683000', '181404.686000', '181404.689000', '181404.691000', '181404.694000', '181404.696000', '181404.699000', '181404.701000', '181404.704000', '181404.707000', '181404.709000', '181404.712000', '181404.715000', '181404.743000', '181404.746000', '181404.748000', '181404.751000', '181404.753000', '181404.756000', '181404.759000', '181404.761000', '181404.764000', '181404.766000', '181404.769000', '181404.772000', '181404.778000', '181404.781000', '181404.784000', '181404.786000', '181404.789000', '181404.792000', '181404.794000', '181404.797000', '181424.658000', '181424.660000', '181424.663000', '181424.666000', '181424.668000', '181424.671000', '181424.673000', '181424.676000', '181424.679000', '181424.681000', '181424.684000', '181424.687000', '181424.689000', '181424.692000', '181424.695000', '181424.697000', '181424.700000', '181424.702000', '181424.705000', '181424.707000', '181424.710000', '181424.713000', '181424.715000', '181424.718000', '181424.720000', '181424.723000', '181424.726000', '181424.729000', '181424.732000', '181424.734000', '181424.737000', '181424.740000', '181424.742000', '181424.745000', '181424.747000', '181424.750000', '181424.753000', '181424.755000', '181424.758000', '181424.760000', '181424.763000', '181424.766000', '181424.768000', '181444.658000', '181444.660000', '181444.663000', '181444.666000', '181444.668000', '181444.671000', '181444.673000', '181444.676000', '181444.679000', '181444.681000', '181444.684000', '181444.686000', '181444.689000', '181444.692000', '181444.694000', '181444.697000', '181444.704000', '181444.707000', '181444.709000', '181444.712000', '181444.715000', '181444.717000', '181444.720000', '181444.722000', '181444.725000', '181444.728000', '181444.730000', '181444.733000', '181444.735000', '181444.738000', '181444.740000', '181444.743000', '181444.746000', '181444.748000', '181444.751000', '181444.753000', '181444.756000', '181444.759000', '181444.761000', '181444.764000', '181444.766000', '181444.769000', '181444.772000', '181444.774000', '181504.658000', '181504.660000', '181504.663000', '181504.666000', '181504.668000', '181504.671000', '181504.673000', '181504.676000', '181504.679000', '181504.681000', '181504.684000', '181504.686000', '181504.689000', '181504.692000', '181504.694000', '181504.697000', '181504.699000', '181504.702000', '181504.705000', '181504.707000', '181504.710000', '181504.713000', '181504.715000', '181504.718000', '181504.721000', '181504.723000', '181504.726000', '181504.728000', '181504.731000', '181504.734000', '181504.736000', '181504.739000', '181504.741000', '181504.744000', '181504.747000', '181504.749000', '181504.752000', '181504.755000', '181504.757000', '181504.760000', '181504.762000', '181504.765000', '181504.768000', '181524.658000', '181524.661000', '181524.664000', '181524.667000', '181524.669000', '181524.672000', '181524.674000', '181524.677000', '181524.680000', '181524.682000', '181524.685000', '181524.687000', '181524.690000', '181524.693000', '181524.695000', '181524.698000', '181524.700000', '181524.703000', '181524.706000', '181524.708000', '181524.711000', '181524.713000', '181524.716000', '181524.719000', '181524.721000', '181524.724000', '181524.726000', '181524.729000', '181524.731000', '181524.734000', '181524.737000', '181524.739000', '181524.742000', '181524.744000', '181524.747000', '181524.750000', '181524.752000', '181524.755000', '181524.757000', '181524.760000', '181524.763000', '181524.765000', '181524.768000', '181524.774000', '181544.658000', '181544.661000', '181544.664000', '181544.666000', '181544.669000', '181544.685000', '181544.688000', '181544.691000', '181544.693000', '181544.696000', '181544.698000', '181544.701000', '181544.703000', '181544.706000', '181544.709000', '181544.712000', '181544.714000', '181544.717000', '181544.719000', '181544.722000', '181544.725000', '181544.727000', '181544.730000', '181544.733000', '181544.735000', '181544.738000', '181544.740000', '181544.743000', '181544.745000', '181544.748000', '181544.751000', '181544.753000', '181544.756000', '181544.758000', '181544.761000', '181544.764000', '181544.767000', '181544.770000', '181544.772000', '181544.775000', '181544.778000', '181544.780000', '181544.783000', '181604.657000', '181604.660000', '181604.663000', '181604.665000', '181604.668000', '181604.671000', '181604.673000', '181604.676000', '181604.678000', '181604.681000', '181604.684000', '181604.686000', '181604.689000', '181604.691000', '181604.694000', '181604.697000', '181604.705000', '181604.707000', '181604.710000', '181604.713000', '181604.715000', '181604.718000', '181604.720000', '181604.723000', '181604.726000', '181604.728000', '181604.731000', '181604.733000', '181604.736000', '181604.739000', '181604.741000', '181604.744000', '181604.746000', '181604.749000', '181604.752000', '181604.754000', '181604.757000', '181604.760000', '181604.762000', '181604.765000', '181604.767000', '181604.770000', '181604.773000', '181604.775000', '181624.658000', '181624.660000', '181624.663000', '181624.666000', '181624.668000', '181624.671000', '181624.673000', '181624.676000', '181624.679000', '181624.681000', '181624.684000', '181624.686000', '181624.689000', '181624.692000', '181624.694000', '181624.697000', '181624.700000', '181624.702000', '181624.705000', '181624.707000', '181624.710000', '181624.713000', '181624.715000', '181624.718000', '181624.720000', '181624.723000', '181624.725000', '181624.728000', '181624.731000', '181624.733000', '181624.736000', '181624.738000', '181624.741000', '181624.744000', '181624.746000', '181624.749000', '181624.752000', '181624.755000', '181624.757000', '181624.760000', '181624.762000', '181624.765000', '181624.768000', '181644.658000', '181644.661000', '181644.663000', '181644.666000', '181644.669000', '181644.671000', '181644.674000', '181644.676000', '181644.679000', '181644.682000', '181644.684000', '181644.687000', '181644.689000', '181644.692000', '181644.695000', '181644.697000', '181644.700000', '181644.703000', '181644.705000', '181644.708000', '181644.710000', '181644.713000', '181644.716000', '181644.718000', '181644.721000', '181644.724000', '181644.726000', '181644.729000', '181644.731000', '181644.734000', '181644.737000', '181644.739000', '181644.742000', '181644.744000', '181644.747000', '181644.750000', '181644.752000', '181644.755000', '181644.757000', '181644.760000', '181644.763000', '181644.765000', '181644.768000', '181644.770000', '181704.657000', '181704.660000', '181704.663000', '181704.666000', '181704.668000', '181704.671000', '181704.673000', '181704.676000', '181704.679000', '181704.681000', '181704.684000', '181704.686000', '181704.689000', '181704.692000', '181704.694000', '181704.697000', '181704.700000', '181704.702000', '181704.705000', '181704.707000', '181704.710000', '181704.713000', '181704.715000', '181704.718000', '181704.721000', '181704.723000', '181704.726000', '181704.728000', '181704.731000', '181704.734000', '181704.760000', '181704.763000', '181704.766000', '181704.768000', '181704.771000', '181704.774000', '181704.777000', '181704.779000', '181704.782000', '181704.784000', '181704.787000', '181704.790000', '181704.792000', '181724.657000', '181724.660000', '181724.663000', '181724.665000', '181724.668000', '181724.671000', '181724.673000', '181724.676000', '181724.678000', '181724.681000', '181724.684000', '181724.686000', '181724.689000', '181724.691000', '181724.694000', '181724.697000', '181724.699000', '181724.702000', '181724.704000', '181724.707000', '181724.710000', '181724.712000', '181724.715000', '181724.717000', '181724.720000', '181724.722000', '181724.725000', '181724.728000', '181724.730000', '181724.733000', '181724.735000', '181724.738000', '181724.741000', '181724.743000', '181724.746000', '181724.748000', '181724.751000', '181724.753000', '181724.756000', '181724.759000', '181724.761000', '181724.764000', '181724.766000', '181724.769000', '181744.659000', '181744.662000', '181744.664000', '181744.667000', '181744.669000', '181744.672000', '181744.675000', '181744.677000', '181744.680000', '181744.682000', '181744.685000', '181744.687000', '181744.690000', '181744.693000', '181744.695000', '181744.698000', '181744.700000', '181744.703000', '181744.706000', '181744.708000', '181744.711000', '181744.714000', '181744.716000', '181744.719000', '181744.721000', '181744.724000', '181744.726000', '181744.729000', '181744.732000', '181744.734000', '181744.737000', '181744.740000', '181744.742000', '181744.745000', '181744.747000', '181744.750000', '181744.753000', '181744.755000', '181744.758000', '181744.760000', '181744.763000', '181744.766000', '181744.769000', '181804.658000', '181804.661000', '181804.664000', '181804.667000', '181804.669000', '181804.672000', '181804.674000', '181804.677000', '181804.680000', '181804.682000', '181804.685000', '181804.687000', '181804.690000', '181804.693000', '181804.695000', '181804.698000', '181804.701000', '181804.703000', '181804.706000', '181804.708000', '181804.711000', '181804.713000', '181804.716000', '181804.719000', '181804.721000', '181804.724000', '181804.726000', '181804.729000', '181804.732000', '181804.734000', '181804.737000', '181804.740000', '181804.742000', '181804.745000', '181804.747000', '181804.750000', '181804.752000', '181804.755000', '181804.758000', '181804.760000', '181804.763000', '181804.765000', '181804.768000', '181804.771000', '181824.658000', '181824.660000', '181824.663000', '181824.666000', '181824.668000', '181824.671000', '181824.673000', '181824.676000', '181824.679000', '181824.681000', '181824.684000', '181824.686000', '181824.689000', '181824.692000', '181824.694000', '181824.697000', '181824.699000', '181824.702000', '181824.705000', '181824.707000', '181824.710000', '181824.713000', '181824.715000', '181824.718000', '181824.721000', '181824.723000', '181824.726000', '181824.729000', '181824.731000', '181824.734000', '181824.736000', '181824.739000', '181824.742000', '181824.744000', '181824.747000', '181824.749000', '181824.752000', '181824.754000', '181824.757000', '181824.760000', '181824.762000', '181824.773000', '181824.776000', '181844.658000', '181844.660000', '181844.663000', '181844.666000', '181844.668000', '181844.671000', '181844.673000', '181844.676000', '181844.679000', '181844.681000', '181844.684000', '181844.686000', '181844.689000', '181844.692000', '181844.694000', '181844.697000', '181844.700000', '181844.702000', '181844.705000', '181844.707000', '181844.710000', '181844.712000', '181844.715000', '181844.718000', '181844.720000', '181844.723000', '181844.725000', '181844.728000', '181844.731000', '181844.733000', '181844.736000', '181844.738000', '181844.741000', '181844.743000', '181844.746000', '181844.749000', '181844.751000', '181844.754000', '181844.756000', '181844.759000', '181844.762000', '181844.764000', '181844.767000', '181844.769000', '181858.860000', '181858.863000', '181858.865000', '181858.868000', '181858.870000', '181858.873000', '181858.875000', '181858.878000', '181858.881000', '181858.883000', '181858.886000', '181858.889000', '181858.891000', '181858.894000', '181858.896000', '181858.899000', '181858.902000', '181858.904000', '181858.907000', '181858.910000', '181858.912000', '181858.915000', '181858.917000', '181858.920000', '181858.922000', '181858.925000', '181858.928000', '181858.930000', '181858.933000', '181858.935000', '181858.938000'], 'InstanceCreationTime': ['181224.691000', '181224.694000', '181224.697000', '181224.700000', '181224.702000', '181224.705000', '181224.708000', '181224.710000', '181224.713000', '181224.715000', '181224.718000', '181224.721000', '181224.723000', '181224.732000', '181224.735000', '181224.737000', '181224.740000', '181224.742000', '181224.745000', '181224.748000', '181224.750000', '181224.753000', '181224.755000', '181224.758000', '181224.760000', '181224.763000', '181224.765000', '181224.776000', '181224.778000', '181224.781000', '181224.783000', '181224.786000', '181224.788000', '181224.791000', '181224.793000', '181224.796000', '181224.799000', '181224.817000', '181224.820000', '181224.823000', '181224.825000', '181224.828000', '181224.830000', '181224.833000', '181224.836000', '181224.838000', '181224.841000', '181224.844000', '181224.846000', '181224.849000', '181224.852000', '181224.854000', '181224.857000', '181224.859000', '181224.862000', '181224.864000', '181224.867000', '181244.658000', '181244.660000', '181244.663000', '181244.666000', '181244.668000', '181244.671000', '181244.673000', '181244.676000', '181244.678000', '181244.681000', '181244.684000', '181244.686000', '181244.689000', '181244.694000', '181244.697000', '181244.699000', '181244.702000', '181244.705000', '181244.707000', '181244.710000', '181244.712000', '181244.715000', '181244.717000', '181244.720000', '181244.722000', '181244.725000', '181244.728000', '181244.730000', '181244.733000', '181244.735000', '181244.738000', '181244.741000', '181244.743000', '181244.746000', '181244.748000', '181244.751000', '181244.754000', '181244.756000', '181244.759000', '181244.761000', '181244.764000', '181244.767000', '181244.769000', '181304.658000', '181304.661000', '181304.664000', '181304.666000', '181304.669000', '181304.671000', '181304.674000', '181304.677000', '181304.679000', '181304.682000', '181304.684000', '181304.688000', '181304.691000', '181304.693000', '181304.696000', '181304.698000', '181304.701000', '181304.704000', '181304.706000', '181304.709000', '181304.711000', '181304.720000', '181304.722000', '181304.725000', '181304.727000', '181304.730000', '181304.733000', '181304.735000', '181304.738000', '181304.741000', '181304.743000', '181304.746000', '181304.749000', '181304.751000', '181304.754000', '181304.756000', '181304.759000', '181304.762000', '181304.764000', '181304.767000', '181304.769000', '181304.772000', '181304.775000', '181324.658000', '181324.661000', '181324.664000', '181324.666000', '181324.669000', '181324.672000', '181324.674000', '181324.681000', '181324.684000', '181324.686000', '181324.689000', '181324.691000', '181324.694000', '181324.697000', '181324.699000', '181324.702000', '181324.704000', '181324.707000', '181324.710000', '181324.712000', '181324.715000', '181324.717000', '181324.720000', '181324.722000', '181324.725000', '181324.728000', '181324.730000', '181324.733000', '181324.736000', '181324.738000', '181324.741000', '181324.743000', '181324.746000', '181324.749000', '181324.751000', '181324.754000', '181324.756000', '181324.759000', '181324.762000', '181324.764000', '181324.767000', '181324.769000', '181324.772000', '181324.775000', '181344.657000', '181344.660000', '181344.663000', '181344.665000', '181344.668000', '181344.671000', '181344.673000', '181344.678000', '181344.680000', '181344.683000', '181344.686000', '181344.688000', '181344.691000', '181344.693000', '181344.696000', '181344.699000', '181344.701000', '181344.704000', '181344.706000', '181344.709000', '181344.712000', '181344.714000', '181344.717000', '181344.719000', '181344.722000', '181344.725000', '181344.727000', '181344.730000', '181344.732000', '181344.735000', '181344.737000', '181344.740000', '181344.743000', '181344.745000', '181344.748000', '181344.751000', '181344.753000', '181344.756000', '181344.758000', '181344.761000', '181344.764000', '181344.766000', '181344.769000', '181344.771000', '181404.657000', '181404.660000', '181404.663000', '181404.665000', '181404.668000', '181404.671000', '181404.673000', '181404.676000', '181404.678000', '181404.681000', '181404.683000', '181404.686000', '181404.689000', '181404.691000', '181404.694000', '181404.696000', '181404.699000', '181404.701000', '181404.704000', '181404.707000', '181404.709000', '181404.712000', '181404.715000', '181404.743000', '181404.746000', '181404.748000', '181404.751000', '181404.753000', '181404.756000', '181404.759000', '181404.761000', '181404.764000', '181404.766000', '181404.769000', '181404.772000', '181404.778000', '181404.781000', '181404.784000', '181404.786000', '181404.789000', '181404.792000', '181404.794000', '181404.797000', '181424.658000', '181424.660000', '181424.663000', '181424.666000', '181424.668000', '181424.671000', '181424.673000', '181424.676000', '181424.679000', '181424.681000', '181424.684000', '181424.687000', '181424.689000', '181424.692000', '181424.695000', '181424.697000', '181424.700000', '181424.702000', '181424.705000', '181424.707000', '181424.710000', '181424.713000', '181424.715000', '181424.718000', '181424.720000', '181424.723000', '181424.726000', '181424.729000', '181424.732000', '181424.734000', '181424.737000', '181424.740000', '181424.742000', '181424.745000', '181424.747000', '181424.750000', '181424.753000', '181424.755000', '181424.758000', '181424.760000', '181424.763000', '181424.766000', '181424.768000', '181444.658000', '181444.660000', '181444.663000', '181444.666000', '181444.668000', '181444.671000', '181444.673000', '181444.676000', '181444.679000', '181444.681000', '181444.684000', '181444.686000', '181444.689000', '181444.692000', '181444.694000', '181444.697000', '181444.704000', '181444.707000', '181444.709000', '181444.712000', '181444.715000', '181444.717000', '181444.720000', '181444.722000', '181444.725000', '181444.728000', '181444.730000', '181444.733000', '181444.735000', '181444.738000', '181444.740000', '181444.743000', '181444.746000', '181444.748000', '181444.751000', '181444.753000', '181444.756000', '181444.759000', '181444.761000', '181444.764000', '181444.766000', '181444.769000', '181444.772000', '181444.774000', '181504.658000', '181504.660000', '181504.663000', '181504.666000', '181504.668000', '181504.671000', '181504.673000', '181504.676000', '181504.679000', '181504.681000', '181504.684000', '181504.686000', '181504.689000', '181504.692000', '181504.694000', '181504.697000', '181504.699000', '181504.702000', '181504.705000', '181504.707000', '181504.710000', '181504.713000', '181504.715000', '181504.718000', '181504.721000', '181504.723000', '181504.726000', '181504.728000', '181504.731000', '181504.734000', '181504.736000', '181504.739000', '181504.741000', '181504.744000', '181504.747000', '181504.749000', '181504.752000', '181504.755000', '181504.757000', '181504.760000', '181504.762000', '181504.765000', '181504.768000', '181524.658000', '181524.661000', '181524.664000', '181524.667000', '181524.669000', '181524.672000', '181524.674000', '181524.677000', '181524.680000', '181524.682000', '181524.685000', '181524.687000', '181524.690000', '181524.693000', '181524.695000', '181524.698000', '181524.700000', '181524.703000', '181524.706000', '181524.708000', '181524.711000', '181524.713000', '181524.716000', '181524.719000', '181524.721000', '181524.724000', '181524.726000', '181524.729000', '181524.731000', '181524.734000', '181524.737000', '181524.739000', '181524.742000', '181524.744000', '181524.747000', '181524.750000', '181524.752000', '181524.755000', '181524.757000', '181524.760000', '181524.763000', '181524.765000', '181524.768000', '181524.774000', '181544.658000', '181544.661000', '181544.664000', '181544.666000', '181544.669000', '181544.685000', '181544.688000', '181544.691000', '181544.693000', '181544.696000', '181544.698000', '181544.701000', '181544.703000', '181544.706000', '181544.709000', '181544.712000', '181544.714000', '181544.717000', '181544.719000', '181544.722000', '181544.725000', '181544.727000', '181544.730000', '181544.733000', '181544.735000', '181544.738000', '181544.740000', '181544.743000', '181544.745000', '181544.748000', '181544.751000', '181544.753000', '181544.756000', '181544.758000', '181544.761000', '181544.764000', '181544.767000', '181544.770000', '181544.772000', '181544.775000', '181544.778000', '181544.780000', '181544.783000', '181604.657000', '181604.660000', '181604.663000', '181604.665000', '181604.668000', '181604.671000', '181604.673000', '181604.676000', '181604.678000', '181604.681000', '181604.684000', '181604.686000', '181604.689000', '181604.691000', '181604.694000', '181604.697000', '181604.705000', '181604.707000', '181604.710000', '181604.713000', '181604.715000', '181604.718000', '181604.720000', '181604.723000', '181604.726000', '181604.728000', '181604.731000', '181604.733000', '181604.736000', '181604.739000', '181604.741000', '181604.744000', '181604.746000', '181604.749000', '181604.752000', '181604.754000', '181604.757000', '181604.760000', '181604.762000', '181604.765000', '181604.767000', '181604.770000', '181604.773000', '181604.775000', '181624.658000', '181624.660000', '181624.663000', '181624.666000', '181624.668000', '181624.671000', '181624.673000', '181624.676000', '181624.679000', '181624.681000', '181624.684000', '181624.686000', '181624.689000', '181624.692000', '181624.694000', '181624.697000', '181624.700000', '181624.702000', '181624.705000', '181624.707000', '181624.710000', '181624.713000', '181624.715000', '181624.718000', '181624.720000', '181624.723000', '181624.725000', '181624.728000', '181624.731000', '181624.733000', '181624.736000', '181624.738000', '181624.741000', '181624.744000', '181624.746000', '181624.749000', '181624.752000', '181624.755000', '181624.757000', '181624.760000', '181624.762000', '181624.765000', '181624.768000', '181644.658000', '181644.661000', '181644.663000', '181644.666000', '181644.669000', '181644.671000', '181644.674000', '181644.676000', '181644.679000', '181644.682000', '181644.684000', '181644.687000', '181644.689000', '181644.692000', '181644.695000', '181644.697000', '181644.700000', '181644.703000', '181644.705000', '181644.708000', '181644.710000', '181644.713000', '181644.716000', '181644.718000', '181644.721000', '181644.724000', '181644.726000', '181644.729000', '181644.731000', '181644.734000', '181644.737000', '181644.739000', '181644.742000', '181644.744000', '181644.747000', '181644.750000', '181644.752000', '181644.755000', '181644.757000', '181644.760000', '181644.763000', '181644.765000', '181644.768000', '181644.770000', '181704.657000', '181704.660000', '181704.663000', '181704.666000', '181704.668000', '181704.671000', '181704.673000', '181704.676000', '181704.679000', '181704.681000', '181704.684000', '181704.686000', '181704.689000', '181704.692000', '181704.694000', '181704.697000', '181704.700000', '181704.702000', '181704.705000', '181704.707000', '181704.710000', '181704.713000', '181704.715000', '181704.718000', '181704.721000', '181704.723000', '181704.726000', '181704.728000', '181704.731000', '181704.734000', '181704.760000', '181704.763000', '181704.766000', '181704.768000', '181704.771000', '181704.774000', '181704.777000', '181704.779000', '181704.782000', '181704.784000', '181704.787000', '181704.790000', '181704.792000', '181724.657000', '181724.660000', '181724.663000', '181724.665000', '181724.668000', '181724.671000', '181724.673000', '181724.676000', '181724.678000', '181724.681000', '181724.684000', '181724.686000', '181724.689000', '181724.691000', '181724.694000', '181724.697000', '181724.699000', '181724.702000', '181724.704000', '181724.707000', '181724.710000', '181724.712000', '181724.715000', '181724.717000', '181724.720000', '181724.722000', '181724.725000', '181724.728000', '181724.730000', '181724.733000', '181724.735000', '181724.738000', '181724.741000', '181724.743000', '181724.746000', '181724.748000', '181724.751000', '181724.753000', '181724.756000', '181724.759000', '181724.761000', '181724.764000', '181724.766000', '181724.769000', '181744.659000', '181744.662000', '181744.664000', '181744.667000', '181744.669000', '181744.672000', '181744.675000', '181744.677000', '181744.680000', '181744.682000', '181744.685000', '181744.687000', '181744.690000', '181744.693000', '181744.695000', '181744.698000', '181744.700000', '181744.703000', '181744.706000', '181744.708000', '181744.711000', '181744.714000', '181744.716000', '181744.719000', '181744.721000', '181744.724000', '181744.726000', '181744.729000', '181744.732000', '181744.734000', '181744.737000', '181744.740000', '181744.742000', '181744.745000', '181744.747000', '181744.750000', '181744.753000', '181744.755000', '181744.758000', '181744.760000', '181744.763000', '181744.766000', '181744.769000', '181804.658000', '181804.661000', '181804.664000', '181804.667000', '181804.669000', '181804.672000', '181804.674000', '181804.677000', '181804.680000', '181804.682000', '181804.685000', '181804.687000', '181804.690000', '181804.693000', '181804.695000', '181804.698000', '181804.701000', '181804.703000', '181804.706000', '181804.708000', '181804.711000', '181804.713000', '181804.716000', '181804.719000', '181804.721000', '181804.724000', '181804.726000', '181804.729000', '181804.732000', '181804.734000', '181804.737000', '181804.740000', '181804.742000', '181804.745000', '181804.747000', '181804.750000', '181804.752000', '181804.755000', '181804.758000', '181804.760000', '181804.763000', '181804.765000', '181804.768000', '181804.771000', '181824.658000', '181824.660000', '181824.663000', '181824.666000', '181824.668000', '181824.671000', '181824.673000', '181824.676000', '181824.679000', '181824.681000', '181824.684000', '181824.686000', '181824.689000', '181824.692000', '181824.694000', '181824.697000', '181824.699000', '181824.702000', '181824.705000', '181824.707000', '181824.710000', '181824.713000', '181824.715000', '181824.718000', '181824.721000', '181824.723000', '181824.726000', '181824.729000', '181824.731000', '181824.734000', '181824.736000', '181824.739000', '181824.742000', '181824.744000', '181824.747000', '181824.749000', '181824.752000', '181824.754000', '181824.757000', '181824.760000', '181824.762000', '181824.773000', '181824.776000', '181844.658000', '181844.660000', '181844.663000', '181844.666000', '181844.668000', '181844.671000', '181844.673000', '181844.676000', '181844.679000', '181844.681000', '181844.684000', '181844.686000', '181844.689000', '181844.692000', '181844.694000', '181844.697000', '181844.700000', '181844.702000', '181844.705000', '181844.707000', '181844.710000', '181844.712000', '181844.715000', '181844.718000', '181844.720000', '181844.723000', '181844.725000', '181844.728000', '181844.731000', '181844.733000', '181844.736000', '181844.738000', '181844.741000', '181844.743000', '181844.746000', '181844.749000', '181844.751000', '181844.754000', '181844.756000', '181844.759000', '181844.762000', '181844.764000', '181844.767000', '181844.769000', '181858.860000', '181858.863000', '181858.865000', '181858.868000', '181858.870000', '181858.873000', '181858.875000', '181858.878000', '181858.881000', '181858.883000', '181858.886000', '181858.889000', '181858.891000', '181858.894000', '181858.896000', '181858.899000', '181858.902000', '181858.904000', '181858.907000', '181858.910000', '181858.912000', '181858.915000', '181858.917000', '181858.920000', '181858.922000', '181858.925000', '181858.928000', '181858.930000', '181858.933000', '181858.935000', '181858.938000'], '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': [11251, 8315, 11551, 8457, 11437, 8144, 11379, 8155, 10912, 8815, 10288, 12767, 9274, 14092, 7865, 11367, 8103, 10910, 8096, 10214, 10674, 8994, 11363, 8427, 10990, 8263, 10964, 8313, 11416, 8225, 10886, 8785, 9810, 11909, 8980, 11392, 8063, 10879, 8000, 11025, 8100, 10788, 8103, 9710, 9601, 8603, 11459, 8430, 11621, 8127, 10840, 7960, 10113, 11694, 8954, 11507, 7879, 10937, 7763, 11262, 8343, 10339, 8777, 9727, 11587, 8554, 11365, 7739, 11068, 11018, 10499, 8321, 9884, 8349, 10260, 11490, 8550, 12074, 8471, 12798, 7992, 10538, 8461, 8394, 11844, 8358, 11293, 7800, 9902, 10504, 8080, 11523, 7998, 10571, 7979, 9273, 10979, 8444, 10867, 7497, 10183, 8630, 9415, 11779, 8007, 10894, 7778, 10413, 7975, 9256, 11031, 8009, 10808, 7984, 10763, 7670, 9070, 8270, 9376, 8111, 10712, 7864, 11395, 8795, 13491, 8713, 10969, 9056, 11575, 8839, 13346, 8202, 15290, 10649, 16727, 8898, 9744, 8498, 8549, 9773, 9381, 9300, 9851, 13111, 9760, 10584, 8886, 11061, 8442, 15610, 9541, 9308, 8390, 11505, 8242, 10973, 8235, 12107, 8499, 11341, 8086, 10570, 8440, 11079, 8138, 11373, 8574, 13098, 8054, 11697, 8308, 11388, 8374, 11304, 8078, 9860, 14510, 9593, 12331, 8352, 11701, 8167, 11463, 8038, 11990, 8509, 11570, 8332, 11466, 8151, 11468, 8416, 11833, 8207, 10766, 8447, 9417, 12614, 9171, 12682, 8035, 11509, 7994, 10252, 12685, 8711, 11601, 7924, 10138, 10668, 8122, 11510, 7921, 10364, 8403, 7839, 11567, 7856, 11675, 8059, 10037, 9798, 8930, 11981, 7840, 11735, 9460, 10289, 10288, 8097, 12199, 8134, 11616, 8664, 10137, 11705, 7710, 11008, 7435, 10369, 12771, 8588, 11045, 7634, 10112, 10810, 8505, 12573, 7931, 10911, 7819, 9850, 11436, 8604, 11704, 8675, 11403, 7912, 10762, 7293, 10422, 12028, 9207, 11232, 8017, 11266, 7679, 9922, 13568, 8833, 11925, 7549, 11059, 8689, 10465, 8354, 9608, 12388, 8320, 11434, 7874, 11995, 7903, 10678, 8634, 9559, 13264, 9321, 11804, 7807, 11247, 7676, 11436, 7734, 11036, 7750, 9527, 7742, 11231, 8016, 11929, 9513, 8169, 10424, 8323, 12273, 7989, 11120, 9528, 11230, 9514, 13024, 12459, 9272, 10658, 8156, 10741, 8027, 11014, 8010, 10860, 8136, 11452, 7980, 11468, 8053, 11907, 8331, 13045, 9761, 13096, 12507, 11625, 14135, 9463, 14271, 8765, 12173, 7831, 10607, 7928, 10844, 7799, 10779, 7499, 9849, 9947, 8141, 10666, 8024, 10019, 7672, 10341, 7673, 10675, 8027, 10774, 8052, 11110, 7799, 10511, 7244, 10375, 8288, 8867, 13511, 8961, 11602, 7853, 10707, 7608, 10638, 7634, 10333, 8245, 9311, 7820, 8846, 11358, 7954, 10825, 8139, 11007, 7513, 9852, 8574, 8243, 10849, 7691, 11104, 7562, 9667, 9813, 8030, 11676, 7363, 10247, 7473, 8976, 10605, 8872, 9210, 8178, 9327, 8162, 9508, 8007, 8862, 10840, 8512, 9959, 8113, 9869, 7906, 8648, 11607, 8358, 10412, 7985, 9358, 7579, 8553, 10188, 8196, 10357, 7883, 9314, 7543, 8499, 11261, 7862, 11193, 8103, 9358, 9380, 8552, 10634, 8450, 9983, 7219, 8554, 10360, 7917, 11065, 8046, 9781, 7224, 8414, 11107, 8005, 11456, 7809, 9852, 7219, 8359, 11485, 8152, 10049, 8301, 9444, 7863, 8854, 12058, 8341, 10936, 7591, 9858, 7711, 9903, 7570, 8604, 11878, 8058, 10749, 7876, 10521, 7370, 8780, 10020, 8436, 11806, 7730, 10094, 8009, 9377, 7693, 8559, 10700, 8502, 10408, 7958, 9640, 7817, 9392, 7829, 8532, 11016, 8202, 10603, 8548, 9537, 7425, 8527, 10822, 8263, 11302, 8390, 9565, 7626, 8583, 11756, 8244, 10009, 8635, 9036, 7678, 8580, 10621, 8179, 9544, 8663, 9019, 7926, 8566, 10255, 8515, 10438, 8067, 10406, 7781, 10042, 7633, 8569, 11025, 8537, 10874, 8085, 9833, 7791, 8863, 10982, 8516, 11282, 8116, 9843, 8293, 9574, 7629, 9337, 7554, 8578, 11340, 8551, 10632, 7861, 10985, 7971, 9652, 7462, 8535, 12036, 8518, 10834, 7866, 10099, 7996, 10508, 8252, 8504, 11165, 8301, 10507, 8253, 11007, 7642, 9807, 7897, 8435, 11837, 8375, 10808, 7961, 10078, 7688, 10924, 7468, 9112, 8547, 8586, 12280, 8185, 11642, 7931, 9929, 7752, 9597, 8439, 8736, 11241, 8720, 10094, 8434, 11211, 7806, 9439, 7862, 8544, 11482, 8071, 11215, 8607, 9845, 7377, 8777, 11871, 8451, 10318, 8166, 9779, 8247, 10787, 7583, 9168, 7750, 8461, 11529, 8040, 11744, 8224, 9719, 7916, 9610, 8299, 8931, 7896, 8396, 11362, 8183, 11824, 7950, 10189, 8032, 9285, 7672, 8942, 10650, 8652, 10565, 8243, 10649, 7706, 9732, 7342, 8934, 11277, 8368, 12295, 7986, 10123, 7984, 9573, 7722, 9110, 10896, 8630, 11139, 8237, 10835, 8359, 11427, 8006, 9513, 8138, 8724, 13229, 8748, 10645, 8928, 10202, 8205, 11273, 8419, 9879, 8239, 9172, 10533, 8933, 7591, 8837, 7515, 8789, 7527, 9113, 8474, 10153, 8278, 9596, 9095, 13387, 8613, 14588, 8391, 12484, 7975, 11248, 8020, 12609, 9314, 12214, 8848, 10903, 7679, 9726, 7988, 11811, 9527, 13141, 8258, 10575, 8387, 10476, 8164, 8997, 11665, 8558, 10535, 8615, 12376, 8296, 9780, 8225, 9469, 8276, 9347, 8473, 8995, 8213, 9635, 8559, 11048, 8379, 9634, 8199, 10038, 8245, 8930, 11587, 8874, 8194, 8302, 9854, 8458, 10773, 8896, 10377, 8605, 9527, 8435, 9099, 12758, 8747, 10584, 8046, 9836, 8326, 9728, 10449, 8953, 10141, 8875, 9347, 8228, 9701, 8552, 9098, 9919, 8557, 11161, 8692, 9732, 8239, 9106, 11236, 9119, 10359, 8701, 9453, 8707, 9877, 8322, 8954, 10100, 8824, 9809, 9013, 10394, 7991, 9011, 10262, 8901, 10590, 8790, 10536, 8273, 9095, 7618, 8975, 12239, 8587, 9627, 8871, 9152, 8251, 8896, 12110, 9006, 10268, 8788, 9758, 8300, 8699, 10318, 9150, 9750, 9028, 10660, 8455, 9319, 8193, 8941, 12020, 8778, 9561, 8038, 9298, 8004, 9245, 8545, 8975, 8316, 8819, 10199, 8474, 11657, 8491, 9882, 8112, 9023, 11959, 9080, 11749, 8554, 8931, 7956, 9259, 11896, 8982, 10844, 8592, 9311, 8243, 9579, 8209, 9041, 9834, 8919, 9279, 8305, 11266, 8246, 10099, 8231, 9239, 8429, 9166, 13592, 8700, 10602, 8759, 9332, 8732, 8999, 8664, 9350, 9702, 8467, 9243, 8610, 8368, 9006, 12499, 8875, 11447, 8741, 9756, 8805, 10181, 8085, 9403, 8537, 8830, 10590, 8641, 11785, 8625, 9983, 8138, 9400, 8227, 9252, 8262, 8817, 8038, 8752], 'WindowCenter': [4571.0, 4516.0, 4545.0, 4501.0, 4529.0, 4475.0, 4512.0, 4459.0, 4499.0, 4468.0, 4488.0, 4505.0, 4464.0, 4506.0, 4445.0, 4484.0, 4445.0, 4483.0, 4444.0, 4476.0, 4474.0, 4454.0, 4483.0, 4444.0, 4473.0, 4455.0, 4485.0, 4444.0, 4484.0, 4443.0, 4484.0, 4453.0, 4476.0, 4496.0, 4453.0, 4483.0, 4437.0, 4471.0, 4443.0, 4474.0, 4442.0, 4474.0, 4442.0, 4463.0, 4460.0, 4453.0, 4495.0, 4455.0, 4484.0, 4444.0, 4484.0, 4442.0, 4486.0, 4495.0, 4453.0, 4476.0, 4443.0, 4472.0, 4431.0, 4478.0, 4443.0, 4473.0, 4451.0, 4462.0, 4482.0, 4452.0, 4482.0, 4431.0, 4498.0, 4474.0, 4472.0, 4440.0, 4462.0, 4440.0, 4471.0, 4481.0, 4452.0, 4483.0, 4442.0, 4491.0, 4431.0, 4472.0, 4429.0, 4435.0, 4482.0, 4439.0, 4471.0, 4428.0, 4462.0, 4464.0, 4443.0, 4482.0, 4431.0, 4471.0, 4430.0, 4451.0, 4464.0, 4442.0, 4470.0, 4432.0, 4470.0, 4452.0, 4463.0, 4482.0, 4435.0, 4471.0, 4429.0, 4473.0, 4443.0, 4462.0, 4471.0, 4442.0, 4471.0, 4445.0, 4498.0, 4459.0, 4466.0, 4453.0, 4476.0, 4458.0, 4486.0, 4458.0, 4509.0, 4482.0, 4518.0, 4468.0, 4479.0, 4464.0, 4484.0, 4460.0, 4507.0, 4471.0, 4530.0, 4476.0, 4525.0, 4480.0, 4478.0, 4466.0, 4465.0, 4476.0, 4463.0, 4466.0, 4476.0, 4496.0, 4478.0, 4477.0, 4456.0, 4472.0, 4441.0, 4501.0, 4450.0, 4439.0, 4429.0, 4458.0, 4430.0, 4472.0, 4457.0, 4484.0, 4442.0, 4470.0, 4432.0, 4461.0, 4443.0, 4472.0, 4458.0, 4498.0, 4456.0, 4494.0, 4458.0, 4485.0, 4445.0, 4485.0, 4441.0, 4485.0, 4455.0, 4480.0, 4505.0, 4464.0, 4482.0, 4443.0, 4482.0, 4457.0, 4496.0, 4444.0, 4484.0, 4448.0, 4486.0, 4444.0, 4482.0, 4446.0, 4498.0, 4453.0, 4486.0, 4443.0, 4486.0, 4443.0, 4459.0, 4506.0, 4465.0, 4494.0, 4444.0, 4483.0, 4431.0, 4476.0, 4506.0, 4453.0, 4483.0, 4431.0, 4461.0, 4469.0, 4443.0, 4485.0, 4431.0, 4461.0, 4429.0, 4428.0, 4483.0, 4445.0, 4482.0, 4442.0, 4471.0, 4462.0, 4453.0, 4483.0, 4445.0, 4509.0, 4465.0, 4463.0, 4461.0, 4442.0, 4482.0, 4442.0, 4494.0, 4452.0, 4473.0, 4481.0, 4431.0, 4469.0, 4429.0, 4474.0, 4491.0, 4441.0, 4470.0, 4429.0, 4459.0, 4472.0, 4446.0, 4492.0, 4438.0, 4470.0, 4428.0, 4461.0, 4480.0, 4450.0, 4492.0, 4452.0, 4480.0, 4442.0, 4483.0, 4425.0, 4486.0, 4487.0, 4464.0, 4482.0, 4441.0, 4483.0, 4433.0, 4476.0, 4503.0, 4450.0, 4479.0, 4431.0, 4483.0, 4443.0, 4474.0, 4434.0, 4462.0, 4480.0, 4441.0, 4481.0, 4432.0, 4483.0, 4442.0, 4466.0, 4441.0, 4476.0, 4504.0, 4465.0, 4497.0, 4446.0, 4482.0, 4447.0, 4495.0, 4433.0, 4473.0, 4433.0, 4476.0, 4444.0, 4483.0, 4468.0, 4507.0, 4477.0, 4467.0, 4487.0, 4456.0, 4494.0, 4446.0, 4497.0, 4476.0, 4498.0, 4488.0, 4517.0, 4506.0, 4466.0, 4475.0, 4446.0, 4472.0, 4431.0, 4458.0, 4431.0, 4471.0, 4430.0, 4470.0, 4444.0, 4472.0, 4431.0, 4469.0, 4426.0, 4467.0, 4435.0, 4467.0, 4455.0, 4443.0, 4463.0, 4420.0, 4463.0, 4412.0, 4440.0, 4389.0, 4428.0, 4400.0, 4428.0, 4391.0, 4442.0, 4390.0, 4433.0, 4432.0, 4410.0, 4457.0, 4415.0, 4434.0, 4409.0, 4445.0, 4416.0, 4457.0, 4442.0, 4473.0, 4429.0, 4471.0, 4430.0, 4462.0, 4417.0, 4459.0, 4440.0, 4441.0, 4504.0, 4453.0, 4471.0, 4431.0, 4460.0, 4428.0, 4471.0, 4432.0, 4462.0, 4439.0, 4444.0, 4430.0, 4451.0, 4471.0, 4439.0, 4481.0, 4440.0, 4461.0, 4432.0, 4463.0, 4434.0, 4442.0, 4473.0, 4432.0, 4483.0, 4431.0, 4462.0, 4462.0, 4443.0, 4481.0, 4419.0, 4461.0, 4421.0, 4468.0, 4487.0, 4464.0, 4464.0, 4443.0, 4451.0, 4442.0, 4474.0, 4442.0, 4453.0, 4472.0, 4453.0, 4462.0, 4445.0, 4476.0, 4444.0, 4453.0, 4481.0, 4443.0, 4486.0, 4443.0, 4463.0, 4431.0, 4450.0, 4473.0, 4455.0, 4473.0, 4431.0, 4451.0, 4430.0, 4441.0, 4482.0, 4444.0, 4482.0, 4431.0, 4452.0, 4449.0, 4453.0, 4473.0, 4442.0, 4455.0, 4420.0, 4451.0, 4471.0, 4443.0, 4480.0, 4430.0, 4459.0, 4418.0, 4441.0, 4480.0, 4454.0, 4482.0, 4431.0, 4462.0, 4420.0, 4454.0, 4493.0, 4442.0, 4461.0, 4441.0, 4459.0, 4455.0, 4479.0, 4494.0, 4457.0, 4484.0, 4443.0, 4473.0, 4438.0, 4475.0, 4445.0, 4454.0, 4482.0, 4444.0, 4485.0, 4444.0, 4473.0, 4431.0, 4446.0, 4473.0, 4454.0, 4493.0, 4433.0, 4459.0, 4431.0, 4463.0, 4444.0, 4453.0, 4470.0, 4453.0, 4471.0, 4442.0, 4474.0, 4431.0, 4462.0, 4432.0, 4453.0, 4481.0, 4454.0, 4485.0, 4453.0, 4462.0, 4421.0, 4452.0, 4484.0, 4448.0, 4481.0, 4440.0, 4461.0, 4430.0, 4452.0, 4482.0, 4440.0, 4457.0, 4450.0, 4450.0, 4431.0, 4451.0, 4471.0, 4443.0, 4458.0, 4451.0, 4462.0, 4442.0, 4454.0, 4473.0, 4452.0, 4472.0, 4442.0, 4473.0, 4443.0, 4463.0, 4431.0, 4451.0, 4482.0, 4454.0, 4483.0, 4436.0, 4473.0, 4432.0, 4462.0, 4484.0, 4464.0, 4483.0, 4441.0, 4473.0, 4442.0, 4476.0, 4457.0, 4474.0, 4444.0, 4451.0, 4481.0, 4448.0, 4484.0, 4454.0, 4485.0, 4453.0, 4474.0, 4446.0, 4467.0, 4506.0, 4467.0, 4485.0, 4453.0, 4486.0, 4457.0, 4485.0, 4449.0, 4453.0, 4483.0, 4455.0, 4486.0, 4455.0, 4486.0, 4445.0, 4476.0, 4458.0, 4468.0, 4496.0, 4456.0, 4485.0, 4455.0, 4477.0, 4445.0, 4486.0, 4435.0, 4466.0, 4454.0, 4466.0, 4496.0, 4455.0, 4483.0, 4444.0, 4474.0, 4443.0, 4474.0, 4454.0, 4454.0, 4483.0, 4453.0, 4474.0, 4456.0, 4484.0, 4431.0, 4463.0, 4442.0, 4453.0, 4495.0, 4444.0, 4482.0, 4452.0, 4463.0, 4432.0, 4454.0, 4483.0, 4454.0, 4472.0, 4443.0, 4474.0, 4454.0, 4476.0, 4432.0, 4464.0, 4432.0, 4454.0, 4495.0, 4444.0, 4483.0, 4443.0, 4463.0, 4443.0, 4475.0, 4444.0, 4465.0, 4436.0, 4452.0, 4493.0, 4456.0, 4494.0, 4444.0, 4475.0, 4443.0, 4471.0, 4444.0, 4465.0, 4474.0, 4453.0, 4472.0, 4455.0, 4486.0, 4443.0, 4465.0, 4433.0, 4454.0, 4485.0, 4461.0, 4495.0, 4444.0, 4473.0, 4443.0, 4475.0, 4445.0, 4465.0, 4484.0, 4466.0, 4484.0, 4458.0, 4487.0, 4455.0, 4485.0, 4444.0, 4464.0, 4455.0, 4467.0, 4504.0, 4455.0, 4474.0, 4454.0, 4486.0, 4455.0, 4486.0, 4454.0, 4475.0, 4444.0, 4478.0, 4487.0, 4481.0, 4448.0, 4467.0, 4435.0, 4465.0, 4446.0, 4479.0, 4471.0, 4501.0, 4471.0, 4477.0, 4478.0, 4529.0, 4470.0, 4511.0, 4455.0, 4494.0, 4444.0, 4485.0, 4459.0, 4495.0, 4464.0, 4487.0, 4454.0, 4487.0, 4433.0, 4449.0, 4429.0, 4496.0, 4464.0, 4491.0, 4442.0, 4459.0, 4430.0, 4460.0, 4429.0, 4440.0, 4455.0, 4422.0, 4456.0, 4440.0, 4479.0, 4428.0, 4447.0, 4429.0, 4447.0, 4426.0, 4451.0, 4423.0, 4433.0, 4429.0, 4450.0, 4442.0, 4483.0, 4429.0, 4449.0, 4429.0, 4446.0, 4440.0, 4452.0, 4469.0, 4440.0, 4440.0, 4440.0, 4461.0, 4448.0, 4483.0, 4453.0, 4462.0, 4439.0, 4447.0, 4438.0, 4464.0, 4492.0, 4435.0, 4462.0, 4430.0, 4450.0, 4443.0, 4464.0, 4471.0, 4453.0, 4458.0, 4450.0, 4465.0, 4443.0, 4463.0, 4438.0, 4448.0, 4461.0, 4453.0, 4471.0, 4440.0, 4451.0, 4429.0, 4449.0, 4483.0, 4441.0, 4460.0, 4438.0, 4449.0, 4440.0, 4462.0, 4433.0, 4437.0, 4458.0, 4439.0, 4446.0, 4448.0, 4457.0, 4430.0, 4436.0, 4447.0, 4439.0, 4469.0, 4440.0, 4460.0, 4421.0, 4438.0, 4415.0, 4439.0, 4479.0, 4439.0, 4448.0, 4438.0, 4449.0, 4441.0, 4440.0, 4468.0, 4438.0, 4447.0, 4439.0, 4450.0, 4426.0, 4439.0, 4446.0, 4449.0, 4462.0, 4439.0, 4459.0, 4440.0, 4450.0, 4423.0, 4463.0, 4494.0, 4453.0, 4449.0, 4430.0, 4448.0, 4435.0, 4452.0, 4441.0, 4450.0, 4428.0, 4439.0, 4463.0, 4451.0, 4470.0, 4440.0, 4449.0, 4428.0, 4451.0, 4481.0, 4440.0, 4468.0, 4436.0, 4438.0, 4427.0, 4451.0, 4468.0, 4438.0, 4456.0, 4426.0, 4449.0, 4434.0, 4448.0, 4421.0, 4438.0, 4447.0, 4438.0, 4449.0, 4443.0, 4470.0, 4438.0, 4459.0, 4419.0, 4447.0, 4440.0, 4444.0, 4479.0, 4428.0, 4452.0, 4418.0, 4437.0, 4439.0, 4439.0, 4439.0, 4459.0, 4448.0, 4429.0, 4448.0, 4440.0, 4440.0, 4453.0, 4493.0, 4454.0, 4468.0, 4438.0, 4446.0, 4451.0, 4460.0, 4428.0, 4449.0, 4425.0, 4439.0, 4472.0, 4443.0, 4481.0, 4440.0, 4447.0, 4428.0, 4446.0, 4439.0, 4462.0, 4439.0, 4451.0, 4430.0, 4441.0], 'WindowWidth': [10058.0, 9968.0, 9992.0, 9925.0, 9955.0, 9875.0, 9918.0, 9841.0, 9894.0, 9851.0, 9876.0, 9898.0, 9842.0, 9897.0, 9816.0, 9865.0, 9814.0, 9864.0, 9815.0, 9858.0, 9852.0, 9825.0, 9861.0, 9810.0, 9847.0, 9827.0, 9867.0, 9811.0, 9863.0, 9808.0, 9865.0, 9820.0, 9856.0, 9884.0, 9822.0, 9861.0, 9797.0, 9843.0, 9807.0, 9850.0, 9807.0, 9849.0, 9806.0, 9834.0, 9828.0, 9822.0, 9883.0, 9830.0, 9864.0, 9812.0, 9863.0, 9806.0, 9870.0, 9882.0, 9823.0, 9848.0, 9808.0, 9846.0, 9791.0, 9855.0, 9807.0, 9848.0, 9816.0, 9833.0, 9857.0, 9820.0, 9857.0, 9790.0, 9890.0, 9851.0, 9843.0, 9800.0, 9832.0, 9803.0, 9845.0, 9857.0, 9821.0, 9863.0, 9804.0, 9870.0, 9788.0, 9843.0, 9783.0, 9793.0, 9859.0, 9800.0, 9844.0, 9783.0, 9832.0, 9830.0, 9808.0, 9859.0, 9789.0, 9842.0, 9787.0, 9817.0, 9830.0, 9805.0, 9841.0, 9793.0, 9842.0, 9819.0, 9837.0, 9859.0, 9794.0, 9843.0, 9786.0, 9849.0, 9811.0, 9834.0, 9843.0, 9806.0, 9844.0, 9815.0, 9890.0, 9842.0, 9844.0, 9822.0, 9858.0, 9838.0, 9873.0, 9839.0, 9912.0, 9878.0, 9918.0, 9854.0, 9859.0, 9840.0, 9865.0, 9831.0, 9901.0, 9865.0, 9940.0, 9858.0, 9925.0, 9872.0, 9867.0, 9850.0, 9844.0, 9854.0, 9836.0, 9841.0, 9854.0, 9880.0, 9861.0, 9858.0, 9828.0, 9843.0, 9801.0, 9879.0, 9808.0, 9791.0, 9779.0, 9816.0, 9781.0, 9842.0, 9831.0, 9861.0, 9801.0, 9835.0, 9788.0, 9825.0, 9805.0, 9842.0, 9836.0, 9890.0, 9828.0, 9875.0, 9835.0, 9865.0, 9811.0, 9863.0, 9802.0, 9865.0, 9830.0, 9866.0, 9893.0, 9833.0, 9856.0, 9805.0, 9856.0, 9831.0, 9883.0, 9810.0, 9861.0, 9812.0, 9866.0, 9810.0, 9858.0, 9817.0, 9888.0, 9824.0, 9866.0, 9808.0, 9866.0, 9806.0, 9829.0, 9899.0, 9842.0, 9878.0, 9809.0, 9861.0, 9788.0, 9855.0, 9899.0, 9821.0, 9860.0, 9787.0, 9829.0, 9838.0, 9809.0, 9865.0, 9789.0, 9828.0, 9783.0, 9783.0, 9864.0, 9814.0, 9858.0, 9805.0, 9846.0, 9831.0, 9823.0, 9862.0, 9814.0, 9907.0, 9842.0, 9834.0, 9828.0, 9804.0, 9857.0, 9804.0, 9881.0, 9820.0, 9849.0, 9856.0, 9788.0, 9839.0, 9787.0, 9851.0, 9870.0, 9802.0, 9838.0, 9784.0, 9825.0, 9846.0, 9811.0, 9873.0, 9798.0, 9841.0, 9781.0, 9830.0, 9854.0, 9816.0, 9876.0, 9821.0, 9854.0, 9805.0, 9861.0, 9781.0, 9872.0, 9870.0, 9839.0, 9861.0, 9805.0, 9862.0, 9796.0, 9858.0, 9890.0, 9815.0, 9853.0, 9788.0, 9862.0, 9807.0, 9851.0, 9790.0, 9833.0, 9854.0, 9803.0, 9860.0, 9792.0, 9863.0, 9806.0, 9836.0, 9804.0, 9860.0, 9894.0, 9844.0, 9887.0, 9819.0, 9860.0, 9822.0, 9884.0, 9794.0, 9849.0, 9795.0, 9858.0, 9814.0, 9864.0, 9853.0, 9907.0, 9864.0, 9848.0, 9874.0, 9832.0, 9880.0, 9819.0, 9889.0, 9861.0, 9897.0, 9881.0, 9923.0, 9903.0, 9847.0, 9852.0, 9816.0, 9844.0, 9786.0, 9817.0, 9784.0, 9839.0, 9783.0, 9835.0, 9806.0, 9842.0, 9787.0, 9836.0, 9773.0, 9828.0, 9780.0, 9826.0, 9805.0, 9788.0, 9812.0, 9755.0, 9814.0, 9745.0, 9778.0, 9710.0, 9762.0, 9727.0, 9762.0, 9717.0, 9785.0, 9716.0, 9775.0, 9773.0, 9750.0, 9815.0, 9756.0, 9779.0, 9746.0, 9795.0, 9760.0, 9816.0, 9804.0, 9849.0, 9784.0, 9841.0, 9784.0, 9828.0, 9765.0, 9822.0, 9800.0, 9798.0, 9892.0, 9819.0, 9842.0, 9787.0, 9824.0, 9781.0, 9841.0, 9791.0, 9832.0, 9799.0, 9803.0, 9786.0, 9816.0, 9841.0, 9800.0, 9858.0, 9803.0, 9827.0, 9790.0, 9834.0, 9790.0, 9805.0, 9847.0, 9793.0, 9861.0, 9789.0, 9832.0, 9833.0, 9807.0, 9859.0, 9773.0, 9829.0, 9776.0, 9851.0, 9875.0, 9840.0, 9838.0, 9809.0, 9816.0, 9807.0, 9853.0, 9807.0, 9820.0, 9845.0, 9820.0, 9833.0, 9816.0, 9858.0, 9811.0, 9820.0, 9857.0, 9811.0, 9871.0, 9809.0, 9839.0, 9790.0, 9814.0, 9849.0, 9830.0, 9848.0, 9789.0, 9817.0, 9787.0, 9804.0, 9861.0, 9813.0, 9859.0, 9789.0, 9818.0, 9811.0, 9822.0, 9849.0, 9806.0, 9818.0, 9774.0, 9818.0, 9844.0, 9810.0, 9856.0, 9788.0, 9827.0, 9770.0, 9802.0, 9856.0, 9828.0, 9860.0, 9789.0, 9834.0, 9774.0, 9825.0, 9878.0, 9806.0, 9829.0, 9804.0, 9828.0, 9830.0, 9868.0, 9882.0, 9835.0, 9865.0, 9810.0, 9853.0, 9802.0, 9854.0, 9816.0, 9825.0, 9859.0, 9812.0, 9871.0, 9813.0, 9849.0, 9791.0, 9810.0, 9850.0, 9827.0, 9877.0, 9796.0, 9828.0, 9789.0, 9836.0, 9813.0, 9824.0, 9843.0, 9822.0, 9846.0, 9807.0, 9853.0, 9793.0, 9835.0, 9792.0, 9822.0, 9860.0, 9826.0, 9870.0, 9823.0, 9834.0, 9775.0, 9818.0, 9868.0, 9815.0, 9858.0, 9800.0, 9828.0, 9786.0, 9819.0, 9859.0, 9800.0, 9822.0, 9814.0, 9813.0, 9790.0, 9817.0, 9843.0, 9807.0, 9825.0, 9817.0, 9835.0, 9811.0, 9824.0, 9848.0, 9821.0, 9846.0, 9807.0, 9851.0, 9810.0, 9835.0, 9791.0, 9820.0, 9862.0, 9827.0, 9863.0, 9797.0, 9851.0, 9793.0, 9835.0, 9868.0, 9841.0, 9864.0, 9806.0, 9849.0, 9807.0, 9859.0, 9838.0, 9858.0, 9812.0, 9820.0, 9860.0, 9814.0, 9867.0, 9830.0, 9868.0, 9825.0, 9855.0, 9820.0, 9850.0, 9901.0, 9847.0, 9870.0, 9826.0, 9872.0, 9837.0, 9870.0, 9818.0, 9825.0, 9864.0, 9831.0, 9873.0, 9829.0, 9872.0, 9815.0, 9857.0, 9839.0, 9853.0, 9887.0, 9832.0, 9871.0, 9829.0, 9862.0, 9818.0, 9871.0, 9804.0, 9845.0, 9827.0, 9844.0, 9884.0, 9830.0, 9866.0, 9814.0, 9853.0, 9811.0, 9853.0, 9826.0, 9826.0, 9864.0, 9823.0, 9853.0, 9830.0, 9866.0, 9792.0, 9836.0, 9806.0, 9823.0, 9882.0, 9812.0, 9861.0, 9820.0, 9835.0, 9795.0, 9827.0, 9863.0, 9826.0, 9847.0, 9808.0, 9854.0, 9827.0, 9851.0, 9794.0, 9838.0, 9793.0, 9825.0, 9883.0, 9814.0, 9861.0, 9808.0, 9837.0, 9810.0, 9856.0, 9811.0, 9842.0, 9796.0, 9822.0, 9880.0, 9832.0, 9879.0, 9813.0, 9855.0, 9809.0, 9852.0, 9817.0, 9842.0, 9852.0, 9824.0, 9848.0, 9831.0, 9872.0, 9810.0, 9841.0, 9796.0, 9826.0, 9870.0, 9839.0, 9881.0, 9813.0, 9850.0, 9807.0, 9856.0, 9816.0, 9842.0, 9866.0, 9845.0, 9867.0, 9836.0, 9875.0, 9827.0, 9869.0, 9810.0, 9840.0, 9830.0, 9847.0, 9893.0, 9826.0, 9851.0, 9825.0, 9871.0, 9831.0, 9868.0, 9826.0, 9855.0, 9811.0, 9863.0, 9874.0, 9873.0, 9821.0, 9848.0, 9802.0, 9845.0, 9820.0, 9868.0, 9860.0, 9903.0, 9861.0, 9862.0, 9865.0, 9939.0, 9856.0, 9904.0, 9828.0, 9878.0, 9810.0, 9868.0, 9841.0, 9883.0, 9840.0, 9866.0, 9825.0, 9873.0, 9794.0, 9813.0, 9784.0, 9883.0, 9836.0, 9869.0, 9804.0, 9825.0, 9784.0, 9825.0, 9781.0, 9795.0, 9812.0, 9765.0, 9815.0, 9797.0, 9849.0, 9777.0, 9804.0, 9783.0, 9803.0, 9773.0, 9812.0, 9770.0, 9786.0, 9781.0, 9812.0, 9805.0, 9861.0, 9783.0, 9807.0, 9783.0, 9803.0, 9798.0, 9818.0, 9836.0, 9799.0, 9800.0, 9802.0, 9828.0, 9816.0, 9865.0, 9821.0, 9831.0, 9796.0, 9806.0, 9797.0, 9839.0, 9872.0, 9792.0, 9830.0, 9785.0, 9811.0, 9810.0, 9838.0, 9843.0, 9821.0, 9821.0, 9812.0, 9841.0, 9808.0, 9834.0, 9795.0, 9808.0, 9831.0, 9823.0, 9843.0, 9799.0, 9814.0, 9782.0, 9813.0, 9862.0, 9802.0, 9825.0, 9795.0, 9809.0, 9801.0, 9832.0, 9786.0, 9793.0, 9819.0, 9794.0, 9803.0, 9809.0, 9820.0, 9783.0, 9790.0, 9804.0, 9796.0, 9840.0, 9800.0, 9827.0, 9764.0, 9794.0, 9759.0, 9797.0, 9849.0, 9795.0, 9805.0, 9792.0, 9808.0, 9803.0, 9799.0, 9834.0, 9794.0, 9804.0, 9794.0, 9813.0, 9774.0, 9796.0, 9800.0, 9809.0, 9832.0, 9796.0, 9823.0, 9800.0, 9814.0, 9770.0, 9839.0, 9880.0, 9825.0, 9811.0, 9788.0, 9812.0, 9797.0, 9821.0, 9803.0, 9813.0, 9779.0, 9796.0, 9829.0, 9819.0, 9841.0, 9798.0, 9810.0, 9780.0, 9815.0, 9858.0, 9798.0, 9834.0, 9789.0, 9794.0, 9779.0, 9817.0, 9835.0, 9791.0, 9812.0, 9773.0, 9811.0, 9788.0, 9808.0, 9767.0, 9793.0, 9803.0, 9792.0, 9811.0, 9810.0, 9840.0, 9796.0, 9823.0, 9763.0, 9805.0, 9801.0, 9804.0, 9849.0, 9780.0, 9806.0, 9758.0, 9790.0, 9798.0, 9796.0, 9797.0, 9828.0, 9807.0, 9783.0, 9808.0, 9799.0, 9800.0, 9823.0, 9876.0, 9826.0, 9834.0, 9793.0, 9801.0, 9817.0, 9826.0, 9778.0, 9808.0, 9774.0, 9795.0, 9845.0, 9808.0, 9857.0, 9800.0, 9803.0, 9780.0, 9803.0, 9795.0, 9833.0, 9802.0, 9817.0, 9787.0, 9802.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.0024733627342888643</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03337657045203969</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.88852067242829</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1587595445143475</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9927424902317884</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5023</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4830.1055</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10708021279493846</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>70</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.717750826901875</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4435314268763464</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.390147124832634</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6226879374702468</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3177592183261586</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00751025</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013868981041014194</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.039068784564733505</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>907</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.152337529153563</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>20.082</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.2483</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.9657</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291708.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>953.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.5896</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8429</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.1506</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3632.5646</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3763.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84836.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1528.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4790.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.2312</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.256949089700356</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> |