=== 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-0123 --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-0123",
"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-0123_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-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0123/figures/sub-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123/ses-02/func/sub-0123_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>31ccaa8e3b45e9b85c68ecbd243da226</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>22:56:39.637500</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.999613, -0.0220111, 0.0170236, 0.0228589, 0.99842, -0.0513254]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.093719</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>[4241, -7753, -7286, 210, -121, 59, -41, 110]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>227.42</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6ebf8c1e-711b-4017-b523-40e0d1422d22||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.6818881034851074, 0.06132880598306656, 0.04284090921282768, 105.66836547851562], [0.05905415117740631, 2.6786887645721436, -0.13957571983337402, -92.69190216064453], [0.04567313939332962, 0.13770240545272827, 2.696049690246582, -77.05892181396484], [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': ['225639.637500', '225640.097500', '225640.557500', '225641.017500', '225641.477500', '225641.937500', '225642.397500', '225642.857500', '225643.317500', '225643.777500', '225644.237500', '225644.697500', '225645.157500', '225645.617500', '225646.077500', '225646.537500', '225646.997500', '225647.457500', '225647.917500', '225648.377500', '225648.837500', '225649.297500', '225649.757500', '225650.217500', '225650.677500', '225651.137500', '225651.597500', '225652.057500', '225652.517500', '225652.977500', '225653.437500', '225653.897500', '225654.357500', '225654.817500', '225655.277500', '225655.737500', '225656.197500', '225656.657500', '225657.117500', '225657.577500', '225658.037500', '225658.497500', '225658.957500', '225659.417500', '225659.877500', '225700.337500', '225700.797500', '225701.257500', '225701.717500', '225702.177500', '225702.637500', '225703.097500', '225703.557500', '225704.017500', '225704.477500', '225704.937500', '225705.397500', '225705.857500', '225706.317500', '225706.777500', '225707.237500', '225707.697500', '225708.157500', '225708.617500', '225709.077500', '225709.537500', '225709.997500', '225710.457500', '225710.917500', '225711.377500', '225711.837500', '225712.297500', '225712.757500', '225713.217500', '225713.677500', '225714.137500', '225714.597500', '225715.057500', '225715.517500', '225715.977500', '225716.437500', '225716.897500', '225717.357500', '225717.817500', '225718.277500', '225718.737500', '225719.197500', '225719.657500', '225720.117500', '225720.577500', '225721.037500', '225721.497500', '225721.957500', '225722.417500', '225722.877500', '225723.337500', '225723.797500', '225724.257500', '225724.717500', '225725.177500', '225725.637500', '225726.097500', '225726.557500', '225727.017500', '225727.477500', '225727.937500', '225728.397500', '225728.857500', '225729.317500', '225729.777500', '225730.237500', '225730.697500', '225731.157500', '225731.617500', '225732.077500', '225732.537500', '225732.997500', '225733.457500', '225733.917500', '225734.377500', '225734.837500', '225735.297500', '225735.757500', '225736.217500', '225736.677500', '225737.137500', '225737.597500', '225738.057500', '225738.517500', '225738.977500', '225739.437500', '225739.897500', '225740.357500', '225740.817500', '225741.277500', '225741.737500', '225742.197500', '225742.657500', '225743.117500', '225743.577500', '225744.037500', '225744.497500', '225744.957500', '225745.417500', '225745.877500', '225746.337500', '225746.797500', '225747.257500', '225747.717500', '225748.177500', '225748.637500', '225749.097500', '225749.557500', '225750.017500', '225750.477500', '225750.937500', '225751.397500', '225751.857500', '225752.317500', '225752.777500', '225753.237500', '225753.697500', '225754.157500', '225754.617500', '225755.077500', '225755.537500', '225755.997500', '225756.457500', '225756.917500', '225757.377500', '225757.837500', '225758.297500', '225758.757500', '225759.217500', '225759.677500', '225800.137500', '225800.597500', '225801.057500', '225801.517500', '225801.977500', '225802.437500', '225802.897500', '225803.357500', '225803.817500', '225804.277500', '225804.737500', '225805.197500', '225805.657500', '225806.117500', '225806.577500', '225807.037500', '225807.497500', '225807.957500', '225808.417500', '225808.877500', '225809.337500', '225809.797500', '225810.257500', '225810.717500', '225811.177500', '225811.637500', '225812.097500', '225812.557500', '225813.017500', '225813.477500', '225813.937500', '225814.397500', '225814.857500', '225815.317500', '225815.777500', '225816.237500', '225816.697500', '225817.157500', '225817.617500', '225818.077500', '225818.537500', '225818.997500', '225819.457500', '225819.917500', '225820.377500', '225820.837500', '225821.297500', '225821.757500', '225822.217500', '225822.677500', '225823.137500', '225823.597500', '225824.057500', '225824.517500', '225824.977500', '225825.437500', '225825.897500', '225826.357500', '225826.817500', '225827.277500', '225827.737500', '225828.197500', '225828.657500', '225829.117500', '225829.577500', '225830.037500', '225830.497500', '225830.957500', '225831.417500', '225831.877500', '225832.337500', '225832.797500', '225833.257500', '225833.717500', '225834.177500', '225834.637500', '225835.097500', '225835.557500', '225836.017500', '225836.477500', '225836.937500', '225837.397500', '225837.857500', '225838.317500', '225838.777500', '225839.237500', '225839.697500', '225840.157500', '225840.617500', '225841.077500', '225841.537500', '225841.997500', '225842.457500', '225842.917500', '225843.377500', '225843.837500', '225844.297500', '225844.757500', '225845.217500', '225845.677500', '225846.137500', '225846.597500', '225847.057500', '225847.517500', '225847.977500', '225848.437500', '225848.897500', '225849.357500', '225849.817500', '225850.277500', '225850.737500', '225851.197500', '225851.657500', '225852.117500', '225852.577500', '225853.037500', '225853.497500', '225853.957500', '225854.417500', '225854.877500', '225855.337500', '225855.797500', '225856.257500', '225856.717500', '225857.177500', '225857.637500', '225858.097500', '225858.557500', '225859.017500', '225859.477500', '225859.937500', '225900.397500', '225900.857500', '225901.317500', '225901.777500', '225902.237500', '225902.697500', '225903.157500', '225903.617500', '225904.077500', '225904.537500', '225904.997500', '225905.457500', '225905.917500', '225906.377500', '225906.837500', '225907.297500', '225907.757500', '225908.217500', '225908.677500', '225909.137500', '225909.597500', '225910.057500', '225910.517500', '225910.977500', '225911.437500', '225911.897500', '225912.357500', '225912.817500', '225913.277500', '225913.737500', '225914.197500', '225914.657500', '225915.117500', '225915.577500', '225916.037500', '225916.497500', '225916.957500', '225917.417500', '225917.877500', '225918.337500', '225918.797500', '225919.257500', '225919.717500', '225920.177500', '225920.637500', '225921.097500', '225921.557500', '225922.017500', '225922.477500', '225922.937500', '225923.397500', '225923.857500', '225924.317500', '225924.777500', '225925.237500', '225925.697500', '225926.157500', '225926.617500', '225927.077500', '225927.537500', '225927.997500', '225928.457500', '225928.917500', '225929.377500', '225929.837500', '225930.297500', '225930.757500', '225931.217500', '225931.677500', '225932.137500', '225932.597500', '225933.057500', '225933.517500', '225933.977500', '225934.437500', '225934.897500', '225935.357500', '225935.817500', '225936.277500', '225936.737500', '225937.197500', '225937.657500', '225938.117500', '225938.577500', '225939.037500', '225939.497500', '225939.957500', '225940.417500', '225940.877500', '225941.337500', '225941.797500', '225942.257500', '225942.717500', '225943.177500', '225943.637500', '225944.097500', '225944.557500', '225945.017500', '225945.477500', '225945.937500', '225946.397500', '225946.857500', '225947.317500', '225947.777500', '225948.237500', '225948.697500', '225949.157500', '225949.617500', '225950.077500', '225950.537500', '225950.997500', '225951.457500', '225951.917500', '225952.377500', '225952.837500', '225953.297500', '225953.757500', '225954.217500', '225954.677500', '225955.137500', '225955.597500', '225956.057500', '225956.517500', '225956.977500', '225957.437500', '225957.897500', '225958.357500', '225958.817500', '225959.277500', '225959.737500', '230000.197500', '230000.657500', '230001.117500', '230001.577500', '230002.037500', '230002.497500', '230002.957500', '230003.417500', '230003.877500', '230004.337500', '230004.797500', '230005.257500', '230005.717500', '230006.177500', '230006.637500', '230007.097500', '230007.557500', '230008.017500', '230008.477500', '230008.937500', '230009.397500', '230009.857500', '230010.317500', '230010.777500', '230011.237500', '230011.697500', '230012.157500', '230012.617500', '230013.077500', '230013.537500', '230013.997500', '230014.457500', '230014.917500', '230015.377500', '230015.837500', '230016.297500', '230016.757500', '230017.217500', '230017.677500', '230018.137500', '230018.597500', '230019.057500', '230019.517500', '230019.977500', '230020.437500', '230020.897500', '230021.357500', '230021.817500', '230022.277500', '230022.737500', '230023.197500', '230023.657500', '230024.117500', '230024.577500', '230025.037500', '230025.497500', '230025.957500', '230026.417500', '230026.877500', '230027.337500', '230027.797500', '230028.257500', '230028.717500', '230029.177500', '230029.637500', '230030.097500', '230030.557500', '230031.017500', '230031.477500', '230031.937500', '230032.397500', '230032.857500', '230033.317500', '230033.777500', '230034.237500', '230034.697500', '230035.157500', '230035.617500', '230036.077500', '230036.537500', '230036.997500', '230037.457500', '230037.917500', '230038.377500', '230038.837500', '230039.297500', '230039.757500', '230040.217500', '230040.677500', '230041.137500', '230041.597500', '230042.057500', '230042.517500', '230042.977500', '230043.437500', '230043.897500', '230044.357500', '230044.817500', '230045.277500', '230045.737500', '230046.197500', '230046.657500', '230047.117500', '230047.577500', '230048.037500', '230048.497500', '230048.957500', '230049.417500', '230049.877500', '230050.337500', '230050.797500', '230051.257500', '230051.717500', '230052.177500', '230052.637500', '230053.097500', '230053.557500', '230054.017500', '230054.477500', '230054.937500', '230055.397500', '230055.857500', '230056.317500', '230056.777500', '230057.237500', '230057.697500', '230058.157500', '230058.617500', '230059.077500', '230059.537500', '230059.997500', '230100.457500', '230100.917500', '230101.377500', '230101.837500', '230102.297500', '230102.757500', '230103.217500', '230103.677500', '230104.137500', '230104.597500', '230105.057500', '230105.517500', '230105.977500', '230106.437500', '230106.897500', '230107.357500', '230107.817500', '230108.277500', '230108.737500', '230109.197500', '230109.657500', '230110.117500', '230110.577500', '230111.037500', '230111.497500', '230111.957500', '230112.417500', '230112.877500', '230113.337500', '230113.797500', '230114.257500', '230114.717500', '230115.177500', '230115.637500', '230116.097500', '230116.557500', '230117.017500', '230117.477500', '230117.937500', '230118.397500', '230118.857500', '230119.317500', '230119.777500', '230120.237500', '230120.697500', '230121.157500', '230121.617500', '230122.077500', '230122.537500', '230122.997500', '230123.457500', '230123.917500', '230124.377500', '230124.837500', '230125.297500', '230125.757500', '230126.217500', '230126.677500', '230127.137500', '230127.597500', '230128.057500', '230128.517500', '230128.977500', '230129.437500', '230129.897500', '230130.357500', '230130.817500', '230131.277500', '230131.737500', '230132.197500', '230132.657500', '230133.117500', '230133.577500', '230134.037500', '230134.497500', '230134.957500', '230135.417500', '230135.877500', '230136.337500', '230136.797500', '230137.257500', '230137.717500', '230138.177500', '230138.637500', '230139.097500', '230139.557500', '230140.017500', '230140.477500', '230140.937500', '230141.397500', '230141.857500', '230142.317500', '230142.777500', '230143.237500', '230143.697500', '230144.157500', '230144.617500', '230145.077500', '230145.537500', '230145.997500', '230146.457500', '230146.917500', '230147.377500', '230147.837500', '230148.297500', '230148.757500', '230149.217500', '230149.677500', '230150.137500', '230150.597500', '230151.057500', '230151.517500', '230151.977500', '230152.437500', '230152.897500', '230153.357500', '230153.817500', '230154.277500', '230154.737500', '230155.197500', '230155.657500', '230156.117500', '230156.577500', '230157.037500', '230157.497500', '230157.957500', '230158.417500', '230158.877500', '230159.337500', '230159.797500', '230200.257500', '230200.717500', '230201.177500', '230201.637500', '230202.097500', '230202.557500', '230203.017500', '230203.477500', '230203.937500', '230204.397500', '230204.857500', '230205.317500', '230205.777500', '230206.237500', '230206.697500', '230207.157500', '230207.617500', '230208.077500', '230208.537500', '230208.997500', '230209.457500', '230209.917500', '230210.377500', '230210.837500', '230211.297500', '230211.757500', '230212.217500', '230212.677500', '230213.137500', '230213.597500', '230214.057500', '230214.517500', '230214.977500', '230215.437500', '230215.897500', '230216.357500', '230216.817500', '230217.277500', '230217.737500', '230218.197500', '230218.657500', '230219.117500', '230219.577500', '230220.037500', '230220.497500', '230220.957500', '230221.417500', '230221.877500', '230222.337500', '230222.797500', '230223.257500', '230223.717500', '230224.177500', '230224.637500', '230225.097500', '230225.557500', '230226.017500', '230226.477500', '230226.937500', '230227.397500', '230227.857500', '230228.317500', '230228.777500', '230229.237500', '230229.697500', '230230.157500', '230230.617500', '230231.077500', '230231.537500', '230231.997500', '230232.457500', '230232.917500', '230233.377500', '230233.837500', '230234.297500', '230234.757500', '230235.217500', '230235.677500', '230236.137500', '230236.597500', '230237.057500', '230237.517500', '230237.977500', '230238.437500', '230238.897500', '230239.357500', '230239.817500', '230240.277500', '230240.737500', '230241.197500', '230241.657500', '230242.117500', '230242.577500', '230243.037500', '230243.497500', '230243.957500', '230244.417500', '230244.877500', '230245.337500', '230245.797500', '230246.257500', '230246.717500', '230247.177500', '230247.637500', '230248.097500', '230248.557500', '230249.017500', '230249.477500', '230249.937500', '230250.397500', '230250.857500', '230251.317500', '230251.777500', '230252.237500', '230252.697500', '230253.157500', '230253.617500', '230254.077500', '230254.537500', '230254.997500', '230255.457500', '230255.917500', '230256.377500', '230256.837500', '230257.297500', '230257.757500', '230258.217500', '230258.677500', '230259.137500', '230259.597500', '230300.057500', '230300.517500', '230300.977500', '230301.437500', '230301.897500', '230302.357500', '230302.817500', '230303.277500', '230303.737500', '230304.197500', '230304.657500', '230305.117500', '230305.577500', '230306.037500', '230306.497500', '230306.957500', '230307.417500', '230307.877500', '230308.337500', '230308.797500', '230309.257500', '230309.717500', '230310.177500', '230310.637500', '230311.097500', '230311.557500', '230312.017500', '230312.477500', '230312.937500', '230313.397500', '230313.857500', '230314.317500', '230314.777500', '230315.237500', '230315.697500', '230316.157500', '230316.617500', '230317.077500', '230317.537500', '230317.997500', '230318.457500', '230318.917500', '230319.377500', '230319.837500', '230320.297500', '230320.757500', '230321.217500', '230321.677500', '230322.137500', '230322.597500', '230323.057500', '230323.517500', '230323.977500', '230324.437500', '230324.897500', '230325.357500', '230325.817500', '230326.277500', '230326.737500', '230327.197500', '230327.657500', '230328.117500', '230328.577500', '230329.037500', '230329.497500', '230329.957500', '230330.417500', '230330.877500', '230331.337500', '230331.797500', '230332.257500', '230332.717500', '230333.177500', '230333.637500', '230334.097500', '230334.557500', '230335.017500', '230335.477500', '230335.937500', '230336.397500', '230336.857500', '230337.317500', '230337.777500', '230338.237500', '230338.697500', '230339.157500', '230339.617500'], 'ContentTime': ['225707.119000', '225707.122000', '225707.125000', '225707.128000', '225707.130000', '225707.133000', '225707.135000', '225707.138000', '225707.141000', '225707.143000', '225707.146000', '225707.148000', '225707.151000', '225707.153000', '225707.156000', '225707.159000', '225707.161000', '225707.164000', '225707.166000', '225707.175000', '225707.177000', '225707.180000', '225707.183000', '225707.185000', '225707.188000', '225707.190000', '225707.193000', '225707.195000', '225707.198000', '225707.201000', '225707.203000', '225707.206000', '225707.208000', '225707.211000', '225707.213000', '225707.216000', '225707.219000', '225707.221000', '225707.224000', '225707.226000', '225707.229000', '225707.231000', '225707.234000', '225707.237000', '225707.239000', '225707.242000', '225707.244000', '225707.247000', '225707.249000', '225707.252000', '225707.255000', '225707.257000', '225707.260000', '225707.264000', '225707.266000', '225707.269000', '225707.271000', '225707.274000', '225727.086000', '225727.089000', '225727.092000', '225727.095000', '225727.100000', '225727.103000', '225727.105000', '225727.108000', '225727.110000', '225727.113000', '225727.116000', '225727.118000', '225727.121000', '225727.123000', '225727.126000', '225727.129000', '225727.131000', '225727.134000', '225727.136000', '225727.139000', '225727.141000', '225727.144000', '225727.147000', '225727.149000', '225727.152000', '225727.154000', '225727.167000', '225727.169000', '225727.172000', '225727.174000', '225727.177000', '225727.179000', '225727.182000', '225727.185000', '225727.187000', '225727.190000', '225727.192000', '225727.195000', '225727.197000', '225727.200000', '225727.203000', '225727.205000', '225727.208000', '225727.210000', '225747.086000', '225747.088000', '225747.091000', '225747.094000', '225747.096000', '225747.099000', '225747.101000', '225747.104000', '225747.106000', '225747.109000', '225747.112000', '225747.114000', '225747.117000', '225747.120000', '225747.122000', '225747.125000', '225747.127000', '225747.130000', '225747.133000', '225747.135000', '225747.138000', '225747.140000', '225747.143000', '225747.145000', '225747.148000', '225747.151000', '225747.153000', '225747.156000', '225747.158000', '225747.161000', '225747.163000', '225747.166000', '225747.169000', '225747.171000', '225747.174000', '225747.176000', '225747.179000', '225747.182000', '225747.184000', '225747.187000', '225747.189000', '225747.192000', '225747.194000', '225807.085000', '225807.088000', '225807.091000', '225807.093000', '225807.096000', '225807.099000', '225807.101000', '225807.104000', '225807.106000', '225807.109000', '225807.112000', '225807.114000', '225807.117000', '225807.119000', '225807.122000', '225807.125000', '225807.127000', '225807.130000', '225807.132000', '225807.135000', '225807.138000', '225807.140000', '225807.143000', '225807.145000', '225807.148000', '225807.151000', '225807.153000', '225807.156000', '225807.158000', '225807.161000', '225807.163000', '225807.166000', '225807.169000', '225807.171000', '225807.174000', '225807.176000', '225807.179000', '225807.181000', '225807.184000', '225807.187000', '225807.189000', '225807.192000', '225807.194000', '225807.197000', '225827.085000', '225827.088000', '225827.091000', '225827.093000', '225827.096000', '225827.099000', '225827.101000', '225827.104000', '225827.106000', '225827.109000', '225827.112000', '225827.114000', '225827.117000', '225827.120000', '225827.122000', '225827.125000', '225827.127000', '225827.130000', '225827.133000', '225827.135000', '225827.138000', '225827.140000', '225827.143000', '225827.146000', '225827.148000', '225827.151000', '225827.153000', '225827.156000', '225827.158000', '225827.161000', '225827.163000', '225827.166000', '225827.169000', '225827.171000', '225827.174000', '225827.176000', '225827.179000', '225827.181000', '225827.184000', '225827.187000', '225827.189000', '225827.192000', '225827.194000', '225847.085000', '225847.088000', '225847.091000', '225847.093000', '225847.096000', '225847.098000', '225847.101000', '225847.104000', '225847.107000', '225847.110000', '225847.113000', '225847.115000', '225847.118000', '225847.121000', '225847.123000', '225847.126000', '225847.129000', '225847.132000', '225847.135000', '225847.137000', '225847.140000', '225847.142000', '225847.145000', '225847.148000', '225847.150000', '225847.153000', '225847.155000', '225847.158000', '225847.161000', '225847.163000', '225847.166000', '225847.169000', '225847.171000', '225847.174000', '225847.176000', '225847.179000', '225847.182000', '225847.184000', '225847.187000', '225847.189000', '225847.192000', '225847.195000', '225847.197000', '225907.086000', '225907.088000', '225907.091000', '225907.094000', '225907.096000', '225907.099000', '225907.101000', '225907.104000', '225907.107000', '225907.109000', '225907.112000', '225907.114000', '225907.117000', '225907.120000', '225907.122000', '225907.125000', '225907.127000', '225907.130000', '225907.132000', '225907.135000', '225907.138000', '225907.140000', '225907.152000', '225907.155000', '225907.157000', '225907.160000', '225907.162000', '225907.165000', '225907.168000', '225907.170000', '225907.173000', '225907.175000', '225907.178000', '225907.181000', '225907.183000', '225907.186000', '225907.188000', '225907.191000', '225907.194000', '225907.196000', '225907.199000', '225907.201000', '225907.204000', '225907.206000', '225927.085000', '225927.088000', '225927.091000', '225927.093000', '225927.096000', '225927.098000', '225927.101000', '225927.104000', '225927.106000', '225927.109000', '225927.112000', '225927.114000', '225927.117000', '225927.119000', '225927.122000', '225927.124000', '225927.127000', '225927.130000', '225927.132000', '225927.135000', '225927.137000', '225927.140000', '225927.143000', '225927.145000', '225927.148000', '225927.150000', '225927.153000', '225927.155000', '225927.158000', '225927.161000', '225927.163000', '225927.166000', '225927.168000', '225927.171000', '225927.173000', '225927.176000', '225927.179000', '225927.181000', '225927.184000', '225927.186000', '225927.189000', '225927.192000', '225927.194000', '225947.085000', '225947.088000', '225947.091000', '225947.093000', '225947.096000', '225947.099000', '225947.101000', '225947.104000', '225947.107000', '225947.109000', '225947.112000', '225947.115000', '225947.117000', '225947.120000', '225947.122000', '225947.125000', '225947.127000', '225947.130000', '225947.133000', '225947.135000', '225947.138000', '225947.141000', '225947.143000', '225947.146000', '225947.148000', '225947.151000', '225947.154000', '225947.156000', '225947.159000', '225947.161000', '225947.164000', '225947.167000', '225947.169000', '225947.172000', '225947.174000', '225947.177000', '225947.180000', '225947.182000', '225947.185000', '225947.187000', '225947.190000', '225947.193000', '225947.195000', '225947.198000', '230007.085000', '230007.088000', '230007.099000', '230007.102000', '230007.105000', '230007.117000', '230007.119000', '230007.122000', '230007.124000', '230007.127000', '230007.130000', '230007.132000', '230007.135000', '230007.137000', '230007.140000', '230007.143000', '230007.146000', '230007.149000', '230007.151000', '230007.154000', '230007.156000', '230007.159000', '230007.162000', '230007.164000', '230007.168000', '230007.171000', '230007.174000', '230007.177000', '230007.179000', '230007.182000', '230007.184000', '230007.187000', '230007.190000', '230007.192000', '230007.195000', '230007.198000', '230007.200000', '230007.203000', '230007.205000', '230007.208000', '230007.211000', '230007.213000', '230007.216000', '230027.085000', '230027.088000', '230027.091000', '230027.094000', '230027.096000', '230027.099000', '230027.101000', '230027.104000', '230027.107000', '230027.109000', '230027.112000', '230027.114000', '230027.117000', '230027.119000', '230027.122000', '230027.125000', '230027.127000', '230027.130000', '230027.133000', '230027.135000', '230027.138000', '230027.140000', '230027.143000', '230027.146000', '230027.148000', '230027.151000', '230027.153000', '230027.156000', '230027.159000', '230027.161000', '230027.164000', '230027.166000', '230027.169000', '230027.172000', '230027.174000', '230027.177000', '230027.179000', '230027.182000', '230027.184000', '230027.187000', '230027.190000', '230027.192000', '230027.195000', '230027.197000', '230047.086000', '230047.088000', '230047.091000', '230047.117000', '230047.119000', '230047.122000', '230047.124000', '230047.127000', '230047.129000', '230047.132000', '230047.135000', '230047.137000', '230047.140000', '230047.142000', '230047.145000', '230047.147000', '230047.150000', '230047.153000', '230047.155000', '230047.158000', '230047.160000', '230047.163000', '230047.166000', '230047.168000', '230047.171000', '230047.173000', '230047.176000', '230047.179000', '230047.181000', '230047.184000', '230047.186000', '230047.189000', '230047.191000', '230047.194000', '230047.197000', '230047.199000', '230047.202000', '230047.205000', '230047.207000', '230047.210000', '230047.212000', '230047.215000', '230047.218000', '230107.086000', '230107.088000', '230107.091000', '230107.094000', '230107.096000', '230107.099000', '230107.101000', '230107.104000', '230107.107000', '230107.109000', '230107.112000', '230107.115000', '230107.117000', '230107.120000', '230107.122000', '230107.125000', '230107.128000', '230107.130000', '230107.133000', '230107.136000', '230107.138000', '230107.141000', '230107.143000', '230107.146000', '230107.149000', '230107.151000', '230107.154000', '230107.157000', '230107.159000', '230107.162000', '230107.164000', '230107.167000', '230107.170000', '230107.172000', '230107.175000', '230107.177000', '230107.180000', '230107.183000', '230107.185000', '230107.188000', '230107.190000', '230107.193000', '230107.195000', '230107.198000', '230127.085000', '230127.088000', '230127.091000', '230127.094000', '230127.096000', '230127.099000', '230127.101000', '230127.104000', '230127.107000', '230127.109000', '230127.112000', '230127.114000', '230127.117000', '230127.120000', '230127.122000', '230127.125000', '230127.128000', '230127.130000', '230127.133000', '230127.135000', '230127.138000', '230127.141000', '230127.143000', '230127.146000', '230127.148000', '230127.151000', '230127.153000', '230127.156000', '230127.159000', '230127.161000', '230127.164000', '230127.166000', '230127.169000', '230127.171000', '230127.174000', '230127.177000', '230127.179000', '230127.182000', '230127.184000', '230127.187000', '230127.190000', '230127.193000', '230127.196000', '230147.085000', '230147.088000', '230147.091000', '230147.094000', '230147.096000', '230147.099000', '230147.101000', '230147.104000', '230147.107000', '230147.109000', '230147.112000', '230147.114000', '230147.117000', '230147.119000', '230147.122000', '230147.125000', '230147.127000', '230147.130000', '230147.132000', '230147.135000', '230147.138000', '230147.140000', '230147.143000', '230147.145000', '230147.148000', '230147.150000', '230147.153000', '230147.156000', '230147.158000', '230147.161000', '230147.163000', '230147.166000', '230147.169000', '230147.171000', '230147.174000', '230147.176000', '230147.179000', '230147.182000', '230147.184000', '230147.187000', '230147.189000', '230147.192000', '230147.197000', '230147.199000', '230207.085000', '230207.088000', '230207.091000', '230207.093000', '230207.096000', '230207.099000', '230207.101000', '230207.104000', '230207.106000', '230207.109000', '230207.112000', '230207.114000', '230207.117000', '230207.119000', '230207.122000', '230207.124000', '230207.127000', '230207.130000', '230207.132000', '230207.135000', '230207.137000', '230207.140000', '230207.143000', '230207.145000', '230207.148000', '230207.150000', '230207.153000', '230207.155000', '230207.176000', '230207.185000', '230207.188000', '230207.190000', '230207.193000', '230207.195000', '230207.198000', '230207.201000', '230207.203000', '230207.206000', '230207.208000', '230207.211000', '230207.214000', '230207.216000', '230207.219000', '230227.085000', '230227.088000', '230227.091000', '230227.094000', '230227.096000', '230227.099000', '230227.101000', '230227.104000', '230227.106000', '230227.109000', '230227.111000', '230227.114000', '230227.117000', '230227.119000', '230227.122000', '230227.124000', '230227.127000', '230227.130000', '230227.132000', '230227.135000', '230227.137000', '230227.140000', '230227.142000', '230227.145000', '230227.148000', '230227.150000', '230227.153000', '230227.155000', '230227.158000', '230227.161000', '230227.163000', '230227.166000', '230227.168000', '230227.171000', '230227.173000', '230227.176000', '230227.178000', '230227.181000', '230227.184000', '230227.186000', '230227.189000', '230227.191000', '230227.194000', '230227.197000', '230247.085000', '230247.089000', '230247.091000', '230247.094000', '230247.097000', '230247.099000', '230247.102000', '230247.104000', '230247.107000', '230247.110000', '230247.112000', '230247.115000', '230247.118000', '230247.120000', '230247.123000', '230247.126000', '230247.128000', '230247.131000', '230247.134000', '230247.136000', '230247.139000', '230247.141000', '230247.144000', '230247.147000', '230247.149000', '230247.152000', '230247.155000', '230247.157000', '230247.160000', '230247.162000', '230247.165000', '230247.168000', '230247.170000', '230247.173000', '230247.176000', '230247.178000', '230247.181000', '230247.184000', '230247.186000', '230247.189000', '230247.192000', '230247.194000', '230247.197000', '230307.085000', '230307.088000', '230307.091000', '230307.093000', '230307.096000', '230307.099000', '230307.101000', '230307.104000', '230307.106000', '230307.109000', '230307.112000', '230307.115000', '230307.117000', '230307.120000', '230307.122000', '230307.125000', '230307.127000', '230307.130000', '230307.133000', '230307.135000', '230307.138000', '230307.141000', '230307.143000', '230307.146000', '230307.148000', '230307.151000', '230307.154000', '230307.156000', '230307.159000', '230307.161000', '230307.164000', '230307.167000', '230307.169000', '230307.172000', '230307.174000', '230307.177000', '230307.180000', '230307.182000', '230307.185000', '230307.188000', '230307.190000', '230307.193000', '230307.195000', '230307.198000', '230327.085000', '230327.090000', '230327.093000', '230327.096000', '230327.098000', '230327.101000', '230327.103000', '230327.106000', '230327.109000', '230327.111000', '230327.114000', '230327.116000', '230327.119000', '230327.122000', '230327.124000', '230327.127000', '230327.129000', '230327.132000', '230327.135000', '230327.138000', '230327.140000', '230327.143000', '230327.145000', '230327.148000', '230327.151000', '230327.153000', '230327.156000', '230327.158000', '230327.161000', '230327.164000', '230327.166000', '230327.169000', '230327.171000', '230327.174000', '230327.176000', '230327.179000', '230327.181000', '230327.184000', '230327.200000', '230327.203000', '230327.205000', '230327.208000', '230327.211000', '230340.564000', '230340.567000', '230340.570000', '230340.572000', '230340.575000', '230340.578000', '230340.580000', '230340.583000', '230340.585000', '230340.588000', '230340.591000', '230340.593000', '230340.596000', '230340.598000', '230340.601000', '230340.604000', '230340.606000', '230340.609000', '230340.611000', '230340.614000', '230340.616000', '230340.619000', '230340.622000', '230340.624000', '230340.627000', '230340.629000', '230340.632000', '230340.635000', '230340.637000', '230340.640000'], 'InstanceCreationTime': ['225707.119000', '225707.122000', '225707.125000', '225707.128000', '225707.130000', '225707.133000', '225707.135000', '225707.138000', '225707.141000', '225707.143000', '225707.146000', '225707.148000', '225707.151000', '225707.153000', '225707.156000', '225707.159000', '225707.161000', '225707.164000', '225707.166000', '225707.175000', '225707.177000', '225707.180000', '225707.183000', '225707.185000', '225707.188000', '225707.190000', '225707.193000', '225707.195000', '225707.198000', '225707.201000', '225707.203000', '225707.206000', '225707.208000', '225707.211000', '225707.213000', '225707.216000', '225707.219000', '225707.221000', '225707.224000', '225707.226000', '225707.229000', '225707.231000', '225707.234000', '225707.237000', '225707.239000', '225707.242000', '225707.244000', '225707.247000', '225707.249000', '225707.252000', '225707.255000', '225707.257000', '225707.260000', '225707.264000', '225707.266000', '225707.269000', '225707.271000', '225707.274000', '225727.086000', '225727.089000', '225727.092000', '225727.095000', '225727.100000', '225727.103000', '225727.105000', '225727.108000', '225727.110000', '225727.113000', '225727.116000', '225727.118000', '225727.121000', '225727.123000', '225727.126000', '225727.129000', '225727.131000', '225727.134000', '225727.136000', '225727.139000', '225727.141000', '225727.144000', '225727.147000', '225727.149000', '225727.152000', '225727.154000', '225727.167000', '225727.169000', '225727.172000', '225727.174000', '225727.177000', '225727.179000', '225727.182000', '225727.185000', '225727.187000', '225727.190000', '225727.192000', '225727.195000', '225727.197000', '225727.200000', '225727.203000', '225727.205000', '225727.208000', '225727.210000', '225747.086000', '225747.088000', '225747.091000', '225747.094000', '225747.096000', '225747.099000', '225747.101000', '225747.104000', '225747.106000', '225747.109000', '225747.112000', '225747.114000', '225747.117000', '225747.120000', '225747.122000', '225747.125000', '225747.127000', '225747.130000', '225747.133000', '225747.135000', '225747.138000', '225747.140000', '225747.143000', '225747.145000', '225747.148000', '225747.151000', '225747.153000', '225747.156000', '225747.158000', '225747.161000', '225747.163000', '225747.166000', '225747.169000', '225747.171000', '225747.174000', '225747.176000', '225747.179000', '225747.182000', '225747.184000', '225747.187000', '225747.189000', '225747.192000', '225747.194000', '225807.085000', '225807.088000', '225807.091000', '225807.093000', '225807.096000', '225807.099000', '225807.101000', '225807.104000', '225807.106000', '225807.109000', '225807.112000', '225807.114000', '225807.117000', '225807.119000', '225807.122000', '225807.125000', '225807.127000', '225807.130000', '225807.132000', '225807.135000', '225807.138000', '225807.140000', '225807.143000', '225807.145000', '225807.148000', '225807.151000', '225807.153000', '225807.156000', '225807.158000', '225807.161000', '225807.163000', '225807.166000', '225807.169000', '225807.171000', '225807.174000', '225807.176000', '225807.179000', '225807.181000', '225807.184000', '225807.187000', '225807.189000', '225807.192000', '225807.194000', '225807.197000', '225827.085000', '225827.088000', '225827.091000', '225827.093000', '225827.096000', '225827.099000', '225827.101000', '225827.104000', '225827.106000', '225827.109000', '225827.112000', '225827.114000', '225827.117000', '225827.120000', '225827.122000', '225827.125000', '225827.127000', '225827.130000', '225827.133000', '225827.135000', '225827.138000', '225827.140000', '225827.143000', '225827.146000', '225827.148000', '225827.151000', '225827.153000', '225827.156000', '225827.158000', '225827.161000', '225827.163000', '225827.166000', '225827.169000', '225827.171000', '225827.174000', '225827.176000', '225827.179000', '225827.181000', '225827.184000', '225827.187000', '225827.189000', '225827.192000', '225827.194000', '225847.085000', '225847.088000', '225847.091000', '225847.093000', '225847.096000', '225847.098000', '225847.101000', '225847.104000', '225847.107000', '225847.110000', '225847.113000', '225847.115000', '225847.118000', '225847.121000', '225847.123000', '225847.126000', '225847.129000', '225847.132000', '225847.135000', '225847.137000', '225847.140000', '225847.142000', '225847.145000', '225847.148000', '225847.150000', '225847.153000', '225847.155000', '225847.158000', '225847.161000', '225847.163000', '225847.166000', '225847.169000', '225847.171000', '225847.174000', '225847.176000', '225847.179000', '225847.182000', '225847.184000', '225847.187000', '225847.189000', '225847.192000', '225847.195000', '225847.197000', '225907.086000', '225907.088000', '225907.091000', '225907.094000', '225907.096000', '225907.099000', '225907.101000', '225907.104000', '225907.107000', '225907.109000', '225907.112000', '225907.114000', '225907.117000', '225907.120000', '225907.122000', '225907.125000', '225907.127000', '225907.130000', '225907.132000', '225907.135000', '225907.138000', '225907.140000', '225907.152000', '225907.155000', '225907.157000', '225907.160000', '225907.162000', '225907.165000', '225907.168000', '225907.170000', '225907.173000', '225907.175000', '225907.178000', '225907.181000', '225907.183000', '225907.186000', '225907.188000', '225907.191000', '225907.194000', '225907.196000', '225907.199000', '225907.201000', '225907.204000', '225907.206000', '225927.085000', '225927.088000', '225927.091000', '225927.093000', '225927.096000', '225927.098000', '225927.101000', '225927.104000', '225927.106000', '225927.109000', '225927.112000', '225927.114000', '225927.117000', '225927.119000', '225927.122000', '225927.124000', '225927.127000', '225927.130000', '225927.132000', '225927.135000', '225927.137000', '225927.140000', '225927.143000', '225927.145000', '225927.148000', '225927.150000', '225927.153000', '225927.155000', '225927.158000', '225927.161000', '225927.163000', '225927.166000', '225927.168000', '225927.171000', '225927.173000', '225927.176000', '225927.179000', '225927.181000', '225927.184000', '225927.186000', '225927.189000', '225927.192000', '225927.194000', '225947.085000', '225947.088000', '225947.091000', '225947.093000', '225947.096000', '225947.099000', '225947.101000', '225947.104000', '225947.107000', '225947.109000', '225947.112000', '225947.115000', '225947.117000', '225947.120000', '225947.122000', '225947.125000', '225947.127000', '225947.130000', '225947.133000', '225947.135000', '225947.138000', '225947.141000', '225947.143000', '225947.146000', '225947.148000', '225947.151000', '225947.154000', '225947.156000', '225947.159000', '225947.161000', '225947.164000', '225947.167000', '225947.169000', '225947.172000', '225947.174000', '225947.177000', '225947.180000', '225947.182000', '225947.185000', '225947.187000', '225947.190000', '225947.193000', '225947.195000', '225947.198000', '230007.085000', '230007.088000', '230007.099000', '230007.102000', '230007.105000', '230007.117000', '230007.119000', '230007.122000', '230007.124000', '230007.127000', '230007.130000', '230007.132000', '230007.135000', '230007.137000', '230007.140000', '230007.143000', '230007.146000', '230007.149000', '230007.151000', '230007.154000', '230007.156000', '230007.159000', '230007.162000', '230007.164000', '230007.168000', '230007.171000', '230007.174000', '230007.177000', '230007.179000', '230007.182000', '230007.184000', '230007.187000', '230007.190000', '230007.192000', '230007.195000', '230007.198000', '230007.200000', '230007.203000', '230007.205000', '230007.208000', '230007.211000', '230007.213000', '230007.216000', '230027.085000', '230027.088000', '230027.091000', '230027.094000', '230027.096000', '230027.099000', '230027.101000', '230027.104000', '230027.107000', '230027.109000', '230027.112000', '230027.114000', '230027.117000', '230027.119000', '230027.122000', '230027.125000', '230027.127000', '230027.130000', '230027.133000', '230027.135000', '230027.138000', '230027.140000', '230027.143000', '230027.146000', '230027.148000', '230027.151000', '230027.153000', '230027.156000', '230027.159000', '230027.161000', '230027.164000', '230027.166000', '230027.169000', '230027.172000', '230027.174000', '230027.177000', '230027.179000', '230027.182000', '230027.184000', '230027.187000', '230027.190000', '230027.192000', '230027.195000', '230027.197000', '230047.086000', '230047.088000', '230047.091000', '230047.117000', '230047.119000', '230047.122000', '230047.124000', '230047.127000', '230047.129000', '230047.132000', '230047.135000', '230047.137000', '230047.140000', '230047.142000', '230047.145000', '230047.147000', '230047.150000', '230047.153000', '230047.155000', '230047.158000', '230047.160000', '230047.163000', '230047.166000', '230047.168000', '230047.171000', '230047.173000', '230047.176000', '230047.179000', '230047.181000', '230047.184000', '230047.186000', '230047.189000', '230047.191000', '230047.194000', '230047.197000', '230047.199000', '230047.202000', '230047.205000', '230047.207000', '230047.210000', '230047.212000', '230047.215000', '230047.218000', '230107.086000', '230107.088000', '230107.091000', '230107.094000', '230107.096000', '230107.099000', '230107.101000', '230107.104000', '230107.107000', '230107.109000', '230107.112000', '230107.115000', '230107.117000', '230107.120000', '230107.122000', '230107.125000', '230107.128000', '230107.130000', '230107.133000', '230107.136000', '230107.138000', '230107.141000', '230107.143000', '230107.146000', '230107.149000', '230107.151000', '230107.154000', '230107.157000', '230107.159000', '230107.162000', '230107.164000', '230107.167000', '230107.170000', '230107.172000', '230107.175000', '230107.177000', '230107.180000', '230107.183000', '230107.185000', '230107.188000', '230107.190000', '230107.193000', '230107.195000', '230107.198000', '230127.085000', '230127.088000', '230127.091000', '230127.094000', '230127.096000', '230127.099000', '230127.101000', '230127.104000', '230127.107000', '230127.109000', '230127.112000', '230127.114000', '230127.117000', '230127.120000', '230127.122000', '230127.125000', '230127.128000', '230127.130000', '230127.133000', '230127.135000', '230127.138000', '230127.141000', '230127.143000', '230127.146000', '230127.148000', '230127.151000', '230127.153000', '230127.156000', '230127.159000', '230127.161000', '230127.164000', '230127.166000', '230127.169000', '230127.171000', '230127.174000', '230127.177000', '230127.179000', '230127.182000', '230127.184000', '230127.187000', '230127.190000', '230127.193000', '230127.196000', '230147.085000', '230147.088000', '230147.091000', '230147.094000', '230147.096000', '230147.099000', '230147.101000', '230147.104000', '230147.107000', '230147.109000', '230147.112000', '230147.114000', '230147.117000', '230147.119000', '230147.122000', '230147.125000', '230147.127000', '230147.130000', '230147.132000', '230147.135000', '230147.138000', '230147.140000', '230147.143000', '230147.145000', '230147.148000', '230147.150000', '230147.153000', '230147.156000', '230147.158000', '230147.161000', '230147.163000', '230147.166000', '230147.169000', '230147.171000', '230147.174000', '230147.176000', '230147.179000', '230147.182000', '230147.184000', '230147.187000', '230147.189000', '230147.192000', '230147.197000', '230147.199000', '230207.085000', '230207.088000', '230207.091000', '230207.093000', '230207.096000', '230207.099000', '230207.101000', '230207.104000', '230207.106000', '230207.109000', '230207.112000', '230207.114000', '230207.117000', '230207.119000', '230207.122000', '230207.124000', '230207.127000', '230207.130000', '230207.132000', '230207.135000', '230207.137000', '230207.140000', '230207.143000', '230207.145000', '230207.148000', '230207.150000', '230207.153000', '230207.155000', '230207.176000', '230207.185000', '230207.188000', '230207.190000', '230207.193000', '230207.195000', '230207.198000', '230207.201000', '230207.203000', '230207.206000', '230207.208000', '230207.211000', '230207.214000', '230207.216000', '230207.219000', '230227.085000', '230227.088000', '230227.091000', '230227.094000', '230227.096000', '230227.099000', '230227.101000', '230227.104000', '230227.106000', '230227.109000', '230227.111000', '230227.114000', '230227.117000', '230227.119000', '230227.122000', '230227.124000', '230227.127000', '230227.130000', '230227.132000', '230227.135000', '230227.137000', '230227.140000', '230227.142000', '230227.145000', '230227.148000', '230227.150000', '230227.153000', '230227.155000', '230227.158000', '230227.161000', '230227.163000', '230227.166000', '230227.168000', '230227.171000', '230227.173000', '230227.176000', '230227.178000', '230227.181000', '230227.184000', '230227.186000', '230227.189000', '230227.191000', '230227.194000', '230227.197000', '230247.085000', '230247.089000', '230247.091000', '230247.094000', '230247.097000', '230247.099000', '230247.102000', '230247.104000', '230247.107000', '230247.110000', '230247.112000', '230247.115000', '230247.118000', '230247.120000', '230247.123000', '230247.126000', '230247.128000', '230247.131000', '230247.134000', '230247.136000', '230247.139000', '230247.141000', '230247.144000', '230247.147000', '230247.149000', '230247.152000', '230247.155000', '230247.157000', '230247.160000', '230247.162000', '230247.165000', '230247.168000', '230247.170000', '230247.173000', '230247.176000', '230247.178000', '230247.181000', '230247.184000', '230247.186000', '230247.189000', '230247.192000', '230247.194000', '230247.197000', '230307.085000', '230307.088000', '230307.091000', '230307.093000', '230307.096000', '230307.099000', '230307.101000', '230307.104000', '230307.106000', '230307.109000', '230307.112000', '230307.115000', '230307.117000', '230307.120000', '230307.122000', '230307.125000', '230307.127000', '230307.130000', '230307.133000', '230307.135000', '230307.138000', '230307.141000', '230307.143000', '230307.146000', '230307.148000', '230307.151000', '230307.154000', '230307.156000', '230307.159000', '230307.161000', '230307.164000', '230307.167000', '230307.169000', '230307.172000', '230307.174000', '230307.177000', '230307.180000', '230307.182000', '230307.185000', '230307.188000', '230307.190000', '230307.193000', '230307.195000', '230307.198000', '230327.085000', '230327.090000', '230327.093000', '230327.096000', '230327.098000', '230327.101000', '230327.103000', '230327.106000', '230327.109000', '230327.111000', '230327.114000', '230327.116000', '230327.119000', '230327.122000', '230327.124000', '230327.127000', '230327.129000', '230327.132000', '230327.135000', '230327.138000', '230327.140000', '230327.143000', '230327.145000', '230327.148000', '230327.151000', '230327.153000', '230327.156000', '230327.158000', '230327.161000', '230327.164000', '230327.166000', '230327.169000', '230327.171000', '230327.174000', '230327.176000', '230327.179000', '230327.181000', '230327.184000', '230327.200000', '230327.203000', '230327.205000', '230327.208000', '230327.211000', '230340.564000', '230340.567000', '230340.570000', '230340.572000', '230340.575000', '230340.578000', '230340.580000', '230340.583000', '230340.585000', '230340.588000', '230340.591000', '230340.593000', '230340.596000', '230340.598000', '230340.601000', '230340.604000', '230340.606000', '230340.609000', '230340.611000', '230340.614000', '230340.616000', '230340.619000', '230340.622000', '230340.624000', '230340.627000', '230340.629000', '230340.632000', '230340.635000', '230340.637000', '230340.640000'], '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': [13622, 8538, 12761, 8055, 11619, 8858, 12241, 10105, 12284, 8101, 11580, 8308, 10989, 9728, 10361, 8262, 9236, 7924, 9417, 8561, 7510, 9243, 7159, 9984, 7385, 10569, 7292, 11083, 7473, 11220, 7967, 11198, 8630, 11866, 8325, 11375, 8139, 10889, 9031, 10821, 9150, 8732, 8644, 10466, 8685, 10782, 9249, 8800, 9415, 10037, 9500, 11671, 9719, 7759, 9775, 7660, 10473, 8129, 10726, 7750, 11284, 7371, 10834, 7258, 11079, 7711, 12723, 7733, 11146, 7675, 11301, 8112, 12834, 8601, 12259, 7899, 11961, 9676, 12442, 9961, 12463, 8869, 12286, 9738, 12502, 10382, 7406, 8823, 7436, 9436, 7860, 10426, 7703, 11164, 7605, 10961, 8041, 12994, 8526, 13002, 8108, 11446, 9666, 9155, 9165, 7315, 10511, 7385, 11525, 8484, 13068, 8948, 11013, 8839, 9817, 9124, 7294, 10702, 7226, 10443, 7597, 11935, 7575, 11682, 8127, 10892, 8268, 11122, 9396, 8445, 8442, 7571, 9666, 7493, 10554, 7624, 11184, 8061, 10868, 8112, 12322, 8190, 12623, 8319, 9518, 9508, 7163, 10754, 7180, 10750, 7267, 11259, 8600, 12171, 8082, 11572, 8539, 10967, 9881, 7644, 9369, 7399, 10818, 7720, 12431, 8633, 12177, 8900, 13148, 10170, 11420, 9090, 8338, 9356, 7390, 10485, 7433, 12720, 7947, 12003, 8368, 13176, 10048, 8354, 8887, 7738, 9546, 7691, 11510, 7342, 11970, 7392, 11049, 7309, 13177, 8495, 12286, 7951, 11318, 8644, 10224, 8651, 8012, 8737, 7360, 9771, 7433, 10565, 7570, 10625, 7340, 11054, 7475, 11046, 7943, 10829, 8208, 10970, 8089, 10703, 8238, 10748, 8152, 10981, 8083, 10740, 8401, 11311, 9279, 11297, 8653, 10283, 9160, 12176, 9201, 12849, 8971, 13513, 10445, 14160, 11364, 13279, 10065, 12452, 10178, 12507, 11092, 11956, 9125, 11544, 8855, 10992, 10024, 11528, 10288, 11953, 7959, 10978, 8300, 10372, 8251, 11576, 7910, 10345, 7477, 10034, 7261, 10032, 7541, 10404, 7718, 10368, 8105, 10371, 7998, 10857, 7875, 10981, 8237, 10013, 8905, 7291, 10402, 7541, 10986, 9040, 8007, 11714, 7832, 12896, 8637, 13720, 9661, 14162, 11251, 13744, 9269, 12523, 11012, 13177, 10539, 10079, 8616, 8104, 9578, 7242, 10887, 7446, 10562, 8456, 10542, 7729, 11104, 8842, 8643, 9374, 7630, 9828, 7666, 10148, 7400, 10737, 7283, 10739, 7687, 11323, 8189, 12876, 8041, 12202, 8852, 13640, 10162, 8995, 9195, 7328, 10445, 7252, 12619, 7957, 12168, 8292, 12868, 9867, 13524, 8983, 12997, 9790, 12029, 10547, 8684, 9484, 7413, 10243, 7610, 10823, 7647, 11476, 7731, 10789, 7650, 11402, 8412, 11396, 7754, 10625, 8081, 10587, 8585, 9573, 8105, 7700, 9125, 7409, 10678, 7386, 10969, 7852, 10774, 8061, 12393, 8558, 11969, 8218, 11683, 8444, 12477, 8170, 11989, 8193, 11421, 9612, 12499, 9163, 8484, 8472, 8348, 9222, 9878, 9579, 9464, 9795, 11316, 9436, 14073, 10599, 13087, 10385, 12995, 8886, 13728, 9989, 12491, 10559, 11159, 8416, 11767, 8550, 11476, 9938, 10478, 8359, 12171, 8135, 12098, 9560, 12027, 8596, 11576, 7802, 10595, 8817, 10551, 9400, 10563, 7988, 10575, 8312, 10385, 8487, 10457, 8137, 10429, 7384, 10171, 7561, 10648, 7317, 10783, 7190, 10707, 7285, 10718, 7109, 10830, 7725, 11024, 7186, 10590, 14179, 14615, 11198, 12979, 9502, 8450, 9451, 7115, 10247, 7735, 10403, 7306, 10767, 7345, 10824, 8002, 10432, 9806, 10238, 12293, 9493, 15289, 11610, 14080, 12116, 13513, 8925, 11900, 8703, 12045, 8343, 12580, 8061, 11491, 7658, 10653, 7578, 10270, 7863, 10212, 7626, 10216, 7579, 10448, 7903, 11240, 8074, 10548, 8051, 10605, 8106, 11504, 8067, 11713, 7667, 10554, 7607, 10402, 7522, 11930, 7627, 10822, 7630, 10705, 7459, 10753, 7614, 10675, 7264, 10587, 7366, 10274, 7138, 10377, 7165, 10691, 7504, 10781, 7211, 11164, 7853, 11272, 7980, 10964, 8215, 11093, 8586, 11042, 7880, 11505, 8703, 10681, 8770, 8196, 9753, 7519, 10621, 7209, 11264, 7916, 11799, 7703, 11643, 7778, 12600, 7993, 13598, 8111, 12339, 8156, 11987, 8258, 13197, 8510, 12912, 8311, 11957, 9467, 13089, 9807, 8036, 9222, 7317, 10762, 7279, 12438, 8887, 12583, 8322, 12170, 10029, 9501, 9812, 7513, 12522, 9039, 9332, 10716, 7698, 13770, 9705, 9122, 9796, 7327, 12380, 7622, 14135, 10496, 13768, 10624, 12833, 11454, 8949, 9607, 7326, 10612, 7577, 10785, 8402, 11213, 8308, 11214, 8035, 10663, 9398, 7928, 9241, 7267, 10208, 7586, 10861, 8499, 11534, 8137, 11183, 8439, 10398, 9320, 8302, 9241, 8694, 9745, 9715, 10411, 7255, 10646, 7255, 11217, 7569, 12840, 8081, 12049, 8274, 11762, 8813, 12604, 9342, 7429, 9381, 7391, 10793, 8068, 11757, 8583, 10867, 8266, 7490, 10156, 7195, 13227, 8119, 12868, 9609, 14584, 10726, 7779, 9470, 7530, 10985, 7829, 14107, 9917, 13502, 8961, 13422, 11879, 13164, 10548, 8010, 9233, 7571, 10836, 7583, 11459, 7858, 8850, 9027, 7646, 12444, 9844, 7286, 10234, 7766, 9041, 9316, 12404, 8847, 14068, 9637, 13267, 10375, 12651, 10277, 12490, 12225, 7522, 14039, 11478, 10201, 9801, 8009, 12688, 9607, 10289, 12887, 7758, 13222, 10149, 14432, 11235, 11875, 10133, 7336, 9670, 7311, 9964, 7638, 10061, 8308, 7775, 9565, 7246, 10626, 7745, 11034, 8747, 7763, 9485, 7541, 10572, 8030, 12574, 7812, 10872, 8334, 7524, 10409, 7253, 11152, 7672, 9768, 8971, 7633, 10587, 7720, 11702, 7911, 9379, 9248, 7602, 11442, 7563, 12284, 7868, 12219, 9413, 8211, 9518, 7226, 10378, 7785, 11670, 8085, 10985, 8689, 7580, 9012, 7639, 10097, 7725, 11236, 8141, 10780, 8185, 10946, 8638, 9666, 8691, 7301, 8633, 7571, 9345, 7732, 10431, 7773, 10632, 8337, 10870, 8257, 12547, 8501, 9518, 8319, 7583, 9749, 7652, 11069, 8179, 11384, 8410, 12396, 8711, 13823, 8125, 11409, 9416, 9073, 9167, 7390, 10203, 7904, 11076, 8452, 13806, 8411, 8426, 8912, 7184, 10861, 8570, 12576, 8429, 12031, 8862, 13453, 9800, 7270, 8822, 7500, 10229, 7669, 12120, 8322, 11562, 8249, 12193, 9597, 8487, 8816, 7393, 9526, 7550, 12142, 8333, 13171, 8422, 12046, 8280, 13217, 9807, 7568, 9044, 7496, 9892, 7431, 12718, 8481, 13077, 8157, 12829, 9524, 14028, 10020, 8432, 9075, 7581, 10616, 7966, 11575, 8213, 7508, 9830, 7452, 11234, 8368, 11879, 9077, 7672, 11925, 8526, 7449, 13062, 8044, 14867, 10737, 10697, 11629, 7938, 15338, 13174, 8243, 7352, 9940, 12557, 8659], 'WindowCenter': [4378.0, 4316.0, 4340.0, 4289.0, 4315.0, 4296.0, 4325.0, 4307.0, 4312.0, 4273.0, 4311.0, 4284.0, 4302.0, 4294.0, 4290.0, 4272.0, 4291.0, 4273.0, 4293.0, 4285.0, 4262.0, 4293.0, 4262.0, 4305.0, 4275.0, 4314.0, 4274.0, 4315.0, 4274.0, 4313.0, 4287.0, 4313.0, 4295.0, 4313.0, 4282.0, 4313.0, 4285.0, 4314.0, 4295.0, 4313.0, 4295.0, 4283.0, 4295.0, 4315.0, 4295.0, 4313.0, 4294.0, 4291.0, 4296.0, 4303.0, 4307.0, 4323.0, 4304.0, 4273.0, 4303.0, 4273.0, 4315.0, 4284.0, 4315.0, 4272.0, 4314.0, 4263.0, 4314.0, 4263.0, 4312.0, 4272.0, 4323.0, 4272.0, 4311.0, 4272.0, 4301.0, 4273.0, 4320.0, 4280.0, 4309.0, 4272.0, 4311.0, 4294.0, 4310.0, 4302.0, 4309.0, 4283.0, 4308.0, 4292.0, 4311.0, 4292.0, 4248.0, 4279.0, 4249.0, 4290.0, 4270.0, 4301.0, 4260.0, 4300.0, 4271.0, 4299.0, 4271.0, 4320.0, 4281.0, 4320.0, 4270.0, 4301.0, 4290.0, 4279.0, 4279.0, 4261.0, 4301.0, 4259.0, 4309.0, 4281.0, 4320.0, 4284.0, 4301.0, 4282.0, 4290.0, 4291.0, 4262.0, 4314.0, 4260.0, 4302.0, 4261.0, 4310.0, 4260.0, 4310.0, 4273.0, 4311.0, 4283.0, 4311.0, 4291.0, 4279.0, 4281.0, 4272.0, 4301.0, 4273.0, 4312.0, 4273.0, 4312.0, 4282.0, 4312.0, 4282.0, 4322.0, 4281.0, 4319.0, 4282.0, 4290.0, 4292.0, 4249.0, 4300.0, 4262.0, 4311.0, 4271.0, 4312.0, 4283.0, 4320.0, 4283.0, 4311.0, 4294.0, 4313.0, 4302.0, 4273.0, 4293.0, 4272.0, 4313.0, 4274.0, 4322.0, 4293.0, 4322.0, 4293.0, 4332.0, 4314.0, 4312.0, 4292.0, 4282.0, 4292.0, 4262.0, 4302.0, 4261.0, 4321.0, 4282.0, 4323.0, 4284.0, 4333.0, 4304.0, 4282.0, 4293.0, 4271.0, 4303.0, 4272.0, 4312.0, 4261.0, 4311.0, 4260.0, 4311.0, 4262.0, 4322.0, 4282.0, 4310.0, 4273.0, 4312.0, 4283.0, 4301.0, 4285.0, 4272.0, 4283.0, 4262.0, 4307.0, 4265.0, 4304.0, 4275.0, 4307.0, 4265.0, 4313.0, 4276.0, 4314.0, 4277.0, 4304.0, 4283.0, 4302.0, 4274.0, 4303.0, 4286.0, 4302.0, 4277.0, 4303.0, 4275.0, 4314.0, 4286.0, 4316.0, 4296.0, 4312.0, 4284.0, 4304.0, 4295.0, 4313.0, 4294.0, 4322.0, 4283.0, 4321.0, 4303.0, 4323.0, 4303.0, 4310.0, 4292.0, 4309.0, 4293.0, 4310.0, 4302.0, 4300.0, 4280.0, 4299.0, 4282.0, 4299.0, 4291.0, 4299.0, 4291.0, 4299.0, 4271.0, 4298.0, 4271.0, 4289.0, 4271.0, 4299.0, 4259.0, 4288.0, 4252.0, 4289.0, 4262.0, 4293.0, 4262.0, 4300.0, 4273.0, 4302.0, 4285.0, 4303.0, 4274.0, 4313.0, 4277.0, 4303.0, 4286.0, 4304.0, 4294.0, 4264.0, 4315.0, 4285.0, 4315.0, 4306.0, 4286.0, 4327.0, 4274.0, 4324.0, 4285.0, 4333.0, 4294.0, 4332.0, 4302.0, 4320.0, 4281.0, 4309.0, 4302.0, 4309.0, 4301.0, 4288.0, 4281.0, 4271.0, 4290.0, 4261.0, 4300.0, 4272.0, 4302.0, 4283.0, 4302.0, 4274.0, 4314.0, 4311.0, 4285.0, 4285.0, 4262.0, 4304.0, 4286.0, 4316.0, 4275.0, 4312.0, 4276.0, 4314.0, 4287.0, 4314.0, 4283.0, 4323.0, 4272.0, 4322.0, 4295.0, 4331.0, 4304.0, 4280.0, 4292.0, 4260.0, 4302.0, 4262.0, 4322.0, 4273.0, 4312.0, 4282.0, 4323.0, 4303.0, 4322.0, 4292.0, 4319.0, 4292.0, 4310.0, 4303.0, 4269.0, 4291.0, 4259.0, 4290.0, 4259.0, 4302.0, 4263.0, 4311.0, 4271.0, 4300.0, 4260.0, 4311.0, 4283.0, 4310.0, 4262.0, 4300.0, 4272.0, 4301.0, 4282.0, 4291.0, 4284.0, 4275.0, 4304.0, 4273.0, 4312.0, 4274.0, 4313.0, 4282.0, 4312.0, 4283.0, 4323.0, 4283.0, 4312.0, 4282.0, 4312.0, 4282.0, 4310.0, 4282.0, 4312.0, 4282.0, 4312.0, 4294.0, 4320.0, 4294.0, 4282.0, 4285.0, 4282.0, 4304.0, 4303.0, 4304.0, 4291.0, 4305.0, 4312.0, 4292.0, 4333.0, 4302.0, 4320.0, 4293.0, 4320.0, 4281.0, 4320.0, 4294.0, 4311.0, 4301.0, 4300.0, 4271.0, 4310.0, 4281.0, 4310.0, 4292.0, 4302.0, 4271.0, 4310.0, 4271.0, 4310.0, 4292.0, 4308.0, 4281.0, 4298.0, 4260.0, 4302.0, 4282.0, 4298.0, 4293.0, 4299.0, 4272.0, 4299.0, 4282.0, 4300.0, 4282.0, 4301.0, 4270.0, 4301.0, 4261.0, 4288.0, 4271.0, 4300.0, 4261.0, 4302.0, 4250.0, 4300.0, 4260.0, 4302.0, 4262.0, 4312.0, 4273.0, 4313.0, 4263.0, 4314.0, 4336.0, 4309.0, 4286.0, 4294.0, 4275.0, 4266.0, 4291.0, 4261.0, 4314.0, 4283.0, 4315.0, 4275.0, 4326.0, 4275.0, 4328.0, 4296.0, 4328.0, 4317.0, 4317.0, 4323.0, 4304.0, 4344.0, 4314.0, 4333.0, 4311.0, 4321.0, 4282.0, 4309.0, 4281.0, 4310.0, 4271.0, 4310.0, 4271.0, 4299.0, 4259.0, 4299.0, 4270.0, 4300.0, 4270.0, 4301.0, 4271.0, 4301.0, 4271.0, 4302.0, 4272.0, 4311.0, 4271.0, 4301.0, 4272.0, 4301.0, 4271.0, 4311.0, 4271.0, 4310.0, 4272.0, 4302.0, 4283.0, 4313.0, 4272.0, 4310.0, 4269.0, 4301.0, 4272.0, 4300.0, 4261.0, 4301.0, 4272.0, 4300.0, 4262.0, 4303.0, 4263.0, 4301.0, 4261.0, 4302.0, 4262.0, 4301.0, 4271.0, 4312.0, 4273.0, 4313.0, 4283.0, 4313.0, 4283.0, 4313.0, 4294.0, 4314.0, 4295.0, 4314.0, 4285.0, 4322.0, 4297.0, 4315.0, 4297.0, 4283.0, 4307.0, 4275.0, 4317.0, 4286.0, 4328.0, 4286.0, 4325.0, 4285.0, 4325.0, 4274.0, 4325.0, 4283.0, 4334.0, 4273.0, 4323.0, 4272.0, 4313.0, 4284.0, 4322.0, 4295.0, 4324.0, 4296.0, 4324.0, 4305.0, 4332.0, 4304.0, 4284.0, 4305.0, 4288.0, 4326.0, 4275.0, 4338.0, 4307.0, 4334.0, 4297.0, 4334.0, 4319.0, 4306.0, 4317.0, 4263.0, 4323.0, 4297.0, 4306.0, 4315.0, 4288.0, 4349.0, 4319.0, 4306.0, 4303.0, 4277.0, 4325.0, 4273.0, 4322.0, 4301.0, 4320.0, 4300.0, 4310.0, 4310.0, 4278.0, 4289.0, 4261.0, 4300.0, 4270.0, 4300.0, 4281.0, 4301.0, 4282.0, 4312.0, 4272.0, 4301.0, 4292.0, 4271.0, 4291.0, 4262.0, 4303.0, 4286.0, 4314.0, 4293.0, 4312.0, 4283.0, 4313.0, 4284.0, 4302.0, 4294.0, 4282.0, 4293.0, 4282.0, 4303.0, 4292.0, 4302.0, 4262.0, 4303.0, 4262.0, 4326.0, 4299.0, 4351.0, 4302.0, 4338.0, 4297.0, 4324.0, 4294.0, 4310.0, 4292.0, 4271.0, 4290.0, 4260.0, 4311.0, 4284.0, 4324.0, 4295.0, 4313.0, 4284.0, 4272.0, 4313.0, 4264.0, 4333.0, 4285.0, 4333.0, 4306.0, 4343.0, 4313.0, 4273.0, 4304.0, 4273.0, 4313.0, 4274.0, 4334.0, 4303.0, 4321.0, 4293.0, 4319.0, 4313.0, 4319.0, 4301.0, 4269.0, 4291.0, 4271.0, 4300.0, 4272.0, 4311.0, 4282.0, 4291.0, 4292.0, 4274.0, 4323.0, 4314.0, 4273.0, 4314.0, 4285.0, 4293.0, 4306.0, 4333.0, 4296.0, 4334.0, 4304.0, 4321.0, 4301.0, 4319.0, 4299.0, 4308.0, 4308.0, 4259.0, 4321.0, 4300.0, 4288.0, 4288.0, 4259.0, 4307.0, 4279.0, 4288.0, 4307.0, 4261.0, 4310.0, 4290.0, 4307.0, 4298.0, 4296.0, 4277.0, 4233.0, 4265.0, 4247.0, 4287.0, 4271.0, 4288.0, 4268.0, 4257.0, 4287.0, 4248.0, 4297.0, 4271.0, 4300.0, 4293.0, 4260.0, 4290.0, 4259.0, 4300.0, 4270.0, 4309.0, 4260.0, 4298.0, 4269.0, 4260.0, 4302.0, 4261.0, 4299.0, 4274.0, 4301.0, 4281.0, 4271.0, 4313.0, 4284.0, 4324.0, 4297.0, 4305.0, 4295.0, 4273.0, 4309.0, 4259.0, 4320.0, 4282.0, 4321.0, 4291.0, 4268.0, 4277.0, 4260.0, 4302.0, 4272.0, 4323.0, 4285.0, 4311.0, 4284.0, 4271.0, 4294.0, 4274.0, 4303.0, 4284.0, 4313.0, 4283.0, 4310.0, 4283.0, 4312.0, 4294.0, 4290.0, 4283.0, 4261.0, 4284.0, 4271.0, 4292.0, 4273.0, 4313.0, 4283.0, 4300.0, 4281.0, 4313.0, 4295.0, 4335.0, 4296.0, 4304.0, 4283.0, 4284.0, 4304.0, 4274.0, 4312.0, 4283.0, 4322.0, 4295.0, 4324.0, 4294.0, 4333.0, 4272.0, 4310.0, 4293.0, 4292.0, 4292.0, 4271.0, 4313.0, 4296.0, 4337.0, 4298.0, 4347.0, 4295.0, 4284.0, 4294.0, 4276.0, 4325.0, 4307.0, 4336.0, 4295.0, 4334.0, 4306.0, 4333.0, 4305.0, 4272.0, 4293.0, 4271.0, 4304.0, 4273.0, 4321.0, 4281.0, 4311.0, 4283.0, 4322.0, 4303.0, 4282.0, 4293.0, 4272.0, 4302.0, 4272.0, 4322.0, 4285.0, 4336.0, 4282.0, 4325.0, 4295.0, 4332.0, 4301.0, 4272.0, 4290.0, 4273.0, 4301.0, 4262.0, 4321.0, 4282.0, 4321.0, 4281.0, 4320.0, 4302.0, 4334.0, 4301.0, 4280.0, 4291.0, 4272.0, 4301.0, 4282.0, 4312.0, 4284.0, 4274.0, 4315.0, 4273.0, 4326.0, 4284.0, 4325.0, 4294.0, 4284.0, 4325.0, 4295.0, 4273.0, 4336.0, 4286.0, 4341.0, 4313.0, 4302.0, 4324.0, 4283.0, 4331.0, 4321.0, 4281.0, 4262.0, 4315.0, 4320.0, 4283.0], 'WindowWidth': [9656.0, 9562.0, 9583.0, 9512.0, 9538.0, 9514.0, 9547.0, 9526.0, 9525.0, 9476.0, 9522.0, 9492.0, 9511.0, 9505.0, 9493.0, 9472.0, 9494.0, 9474.0, 9501.0, 9493.0, 9459.0, 9503.0, 9462.0, 9520.0, 9484.0, 9533.0, 9480.0, 9535.0, 9480.0, 9530.0, 9500.0, 9530.0, 9508.0, 9529.0, 9488.0, 9529.0, 9495.0, 9532.0, 9511.0, 9528.0, 9507.0, 9489.0, 9508.0, 9535.0, 9509.0, 9530.0, 9506.0, 9498.0, 9509.0, 9515.0, 9525.0, 9543.0, 9518.0, 9473.0, 9515.0, 9475.0, 9534.0, 9492.0, 9533.0, 9473.0, 9532.0, 9461.0, 9531.0, 9461.0, 9527.0, 9472.0, 9540.0, 9473.0, 9524.0, 9471.0, 9508.0, 9474.0, 9533.0, 9480.0, 9517.0, 9472.0, 9522.0, 9504.0, 9521.0, 9514.0, 9518.0, 9487.0, 9514.0, 9500.0, 9521.0, 9497.0, 9433.0, 9474.0, 9436.0, 9492.0, 9468.0, 9510.0, 9453.0, 9505.0, 9470.0, 9506.0, 9471.0, 9534.0, 9482.0, 9532.0, 9466.0, 9506.0, 9493.0, 9478.0, 9478.0, 9455.0, 9508.0, 9453.0, 9518.0, 9483.0, 9534.0, 9489.0, 9511.0, 9486.0, 9493.0, 9497.0, 9460.0, 9535.0, 9456.0, 9511.0, 9457.0, 9520.0, 9454.0, 9520.0, 9476.0, 9524.0, 9490.0, 9523.0, 9497.0, 9479.0, 9485.0, 9472.0, 9511.0, 9477.0, 9526.0, 9477.0, 9527.0, 9489.0, 9527.0, 9488.0, 9537.0, 9483.0, 9532.0, 9486.0, 9494.0, 9498.0, 9439.0, 9507.0, 9459.0, 9522.0, 9472.0, 9526.0, 9487.0, 9536.0, 9490.0, 9524.0, 9508.0, 9529.0, 9515.0, 9475.0, 9501.0, 9474.0, 9530.0, 9478.0, 9542.0, 9503.0, 9541.0, 9505.0, 9555.0, 9533.0, 9527.0, 9500.0, 9485.0, 9500.0, 9460.0, 9512.0, 9458.0, 9539.0, 9488.0, 9542.0, 9495.0, 9558.0, 9519.0, 9488.0, 9502.0, 9472.0, 9516.0, 9474.0, 9528.0, 9456.0, 9523.0, 9455.0, 9522.0, 9460.0, 9537.0, 9485.0, 9519.0, 9475.0, 9524.0, 9490.0, 9509.0, 9490.0, 9470.0, 9487.0, 9459.0, 9523.0, 9465.0, 9516.0, 9479.0, 9522.0, 9465.0, 9527.0, 9482.0, 9529.0, 9483.0, 9514.0, 9487.0, 9509.0, 9477.0, 9513.0, 9495.0, 9511.0, 9485.0, 9513.0, 9479.0, 9531.0, 9498.0, 9533.0, 9510.0, 9525.0, 9491.0, 9515.0, 9507.0, 9526.0, 9502.0, 9536.0, 9486.0, 9535.0, 9513.0, 9538.0, 9511.0, 9517.0, 9495.0, 9514.0, 9499.0, 9517.0, 9509.0, 9502.0, 9478.0, 9500.0, 9482.0, 9502.0, 9496.0, 9502.0, 9495.0, 9501.0, 9468.0, 9497.0, 9468.0, 9487.0, 9467.0, 9501.0, 9449.0, 9485.0, 9442.0, 9487.0, 9457.0, 9497.0, 9458.0, 9505.0, 9474.0, 9511.0, 9493.0, 9514.0, 9479.0, 9527.0, 9486.0, 9513.0, 9498.0, 9518.0, 9506.0, 9465.0, 9534.0, 9496.0, 9535.0, 9525.0, 9497.0, 9553.0, 9480.0, 9546.0, 9493.0, 9556.0, 9505.0, 9553.0, 9511.0, 9533.0, 9481.0, 9518.0, 9511.0, 9516.0, 9507.0, 9487.0, 9480.0, 9467.0, 9493.0, 9455.0, 9507.0, 9475.0, 9513.0, 9488.0, 9512.0, 9479.0, 9531.0, 9537.0, 9490.0, 9491.0, 9456.0, 9515.0, 9498.0, 9538.0, 9480.0, 9525.0, 9482.0, 9532.0, 9501.0, 9533.0, 9488.0, 9540.0, 9474.0, 9539.0, 9507.0, 9551.0, 9516.0, 9479.0, 9497.0, 9452.0, 9509.0, 9456.0, 9537.0, 9474.0, 9523.0, 9487.0, 9542.0, 9516.0, 9537.0, 9500.0, 9531.0, 9499.0, 9520.0, 9513.0, 9462.0, 9494.0, 9450.0, 9493.0, 9450.0, 9510.0, 9460.0, 9521.0, 9470.0, 9505.0, 9455.0, 9521.0, 9489.0, 9519.0, 9458.0, 9505.0, 9474.0, 9509.0, 9486.0, 9496.0, 9493.0, 9482.0, 9520.0, 9479.0, 9528.0, 9479.0, 9530.0, 9488.0, 9527.0, 9489.0, 9543.0, 9488.0, 9525.0, 9486.0, 9524.0, 9486.0, 9519.0, 9485.0, 9523.0, 9487.0, 9526.0, 9506.0, 9533.0, 9504.0, 9485.0, 9493.0, 9487.0, 9519.0, 9516.0, 9519.0, 9497.0, 9518.0, 9524.0, 9500.0, 9555.0, 9513.0, 9533.0, 9500.0, 9532.0, 9482.0, 9534.0, 9502.0, 9519.0, 9508.0, 9504.0, 9468.0, 9517.0, 9482.0, 9518.0, 9498.0, 9508.0, 9470.0, 9517.0, 9470.0, 9519.0, 9498.0, 9514.0, 9483.0, 9501.0, 9455.0, 9509.0, 9486.0, 9501.0, 9502.0, 9504.0, 9473.0, 9504.0, 9486.0, 9505.0, 9486.0, 9506.0, 9466.0, 9506.0, 9455.0, 9488.0, 9470.0, 9507.0, 9457.0, 9509.0, 9440.0, 9507.0, 9455.0, 9512.0, 9459.0, 9526.0, 9474.0, 9529.0, 9462.0, 9532.0, 9567.0, 9519.0, 9476.0, 9484.0, 9463.0, 9455.0, 9495.0, 9458.0, 9533.0, 9493.0, 9536.0, 9484.0, 9554.0, 9485.0, 9558.0, 9515.0, 9559.0, 9541.0, 9542.0, 9545.0, 9520.0, 9577.0, 9532.0, 9557.0, 9523.0, 9536.0, 9484.0, 9517.0, 9483.0, 9518.0, 9470.0, 9517.0, 9466.0, 9502.0, 9451.0, 9503.0, 9468.0, 9506.0, 9468.0, 9508.0, 9470.0, 9509.0, 9472.0, 9511.0, 9472.0, 9523.0, 9469.0, 9508.0, 9473.0, 9510.0, 9472.0, 9523.0, 9468.0, 9520.0, 9471.0, 9512.0, 9493.0, 9528.0, 9474.0, 9520.0, 9465.0, 9508.0, 9472.0, 9506.0, 9456.0, 9509.0, 9471.0, 9508.0, 9460.0, 9514.0, 9463.0, 9509.0, 9456.0, 9512.0, 9458.0, 9511.0, 9472.0, 9527.0, 9477.0, 9530.0, 9489.0, 9529.0, 9491.0, 9530.0, 9508.0, 9532.0, 9508.0, 9532.0, 9495.0, 9540.0, 9515.0, 9535.0, 9514.0, 9491.0, 9526.0, 9482.0, 9540.0, 9500.0, 9557.0, 9500.0, 9552.0, 9497.0, 9550.0, 9481.0, 9549.0, 9489.0, 9558.0, 9476.0, 9542.0, 9474.0, 9528.0, 9493.0, 9540.0, 9509.0, 9545.0, 9515.0, 9545.0, 9523.0, 9555.0, 9518.0, 9494.0, 9523.0, 9508.0, 9553.0, 9483.0, 9571.0, 9530.0, 9561.0, 9516.0, 9561.0, 9548.0, 9527.0, 9541.0, 9463.0, 9543.0, 9515.0, 9525.0, 9534.0, 9504.0, 9590.0, 9550.0, 9525.0, 9517.0, 9489.0, 9548.0, 9475.0, 9539.0, 9508.0, 9532.0, 9504.0, 9519.0, 9519.0, 9474.0, 9489.0, 9454.0, 9505.0, 9467.0, 9505.0, 9483.0, 9509.0, 9485.0, 9523.0, 9471.0, 9510.0, 9500.0, 9468.0, 9497.0, 9458.0, 9515.0, 9499.0, 9530.0, 9504.0, 9526.0, 9491.0, 9528.0, 9494.0, 9514.0, 9505.0, 9486.0, 9502.0, 9487.0, 9516.0, 9498.0, 9514.0, 9458.0, 9514.0, 9460.0, 9551.0, 9522.0, 9597.0, 9530.0, 9572.0, 9514.0, 9545.0, 9503.0, 9517.0, 9495.0, 9468.0, 9491.0, 9454.0, 9522.0, 9494.0, 9545.0, 9508.0, 9528.0, 9490.0, 9475.0, 9530.0, 9467.0, 9558.0, 9495.0, 9557.0, 9525.0, 9572.0, 9531.0, 9475.0, 9518.0, 9478.0, 9531.0, 9479.0, 9559.0, 9514.0, 9537.0, 9502.0, 9532.0, 9527.0, 9530.0, 9508.0, 9464.0, 9496.0, 9471.0, 9509.0, 9474.0, 9526.0, 9488.0, 9500.0, 9500.0, 9479.0, 9543.0, 9534.0, 9475.0, 9533.0, 9497.0, 9505.0, 9527.0, 9557.0, 9510.0, 9558.0, 9519.0, 9537.0, 9510.0, 9532.0, 9506.0, 9512.0, 9513.0, 9447.0, 9535.0, 9504.0, 9485.0, 9484.0, 9448.0, 9510.0, 9475.0, 9484.0, 9510.0, 9455.0, 9520.0, 9489.0, 9508.0, 9497.0, 9492.0, 9465.0, 9404.0, 9447.0, 9427.0, 9484.0, 9469.0, 9488.0, 9460.0, 9443.0, 9483.0, 9434.0, 9500.0, 9471.0, 9507.0, 9502.0, 9453.0, 9492.0, 9451.0, 9506.0, 9466.0, 9516.0, 9453.0, 9500.0, 9464.0, 9453.0, 9512.0, 9456.0, 9505.0, 9477.0, 9510.0, 9485.0, 9470.0, 9529.0, 9496.0, 9548.0, 9516.0, 9524.0, 9507.0, 9473.0, 9517.0, 9451.0, 9534.0, 9487.0, 9537.0, 9494.0, 9461.0, 9470.0, 9456.0, 9514.0, 9475.0, 9543.0, 9497.0, 9524.0, 9492.0, 9473.0, 9507.0, 9480.0, 9518.0, 9493.0, 9530.0, 9490.0, 9523.0, 9489.0, 9526.0, 9506.0, 9494.0, 9488.0, 9459.0, 9491.0, 9471.0, 9501.0, 9477.0, 9530.0, 9490.0, 9506.0, 9485.0, 9531.0, 9511.0, 9563.0, 9513.0, 9521.0, 9491.0, 9494.0, 9522.0, 9479.0, 9529.0, 9492.0, 9542.0, 9510.0, 9547.0, 9508.0, 9555.0, 9474.0, 9522.0, 9504.0, 9502.0, 9502.0, 9472.0, 9532.0, 9517.0, 9574.0, 9522.0, 9583.0, 9512.0, 9495.0, 9508.0, 9485.0, 9552.0, 9531.0, 9568.0, 9510.0, 9562.0, 9528.0, 9556.0, 9521.0, 9475.0, 9502.0, 9472.0, 9519.0, 9479.0, 9539.0, 9487.0, 9526.0, 9492.0, 9542.0, 9519.0, 9487.0, 9504.0, 9473.0, 9514.0, 9476.0, 9541.0, 9496.0, 9567.0, 9489.0, 9550.0, 9511.0, 9554.0, 9511.0, 9475.0, 9497.0, 9476.0, 9514.0, 9461.0, 9539.0, 9485.0, 9538.0, 9486.0, 9535.0, 9516.0, 9559.0, 9510.0, 9482.0, 9498.0, 9475.0, 9512.0, 9488.0, 9527.0, 9493.0, 9479.0, 9537.0, 9478.0, 9552.0, 9495.0, 9548.0, 9505.0, 9495.0, 9551.0, 9509.0, 9478.0, 9568.0, 9501.0, 9568.0, 9529.0, 9514.0, 9547.0, 9491.0, 9553.0, 9535.0, 9482.0, 9459.0, 9538.0, 9536.0, 9489.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.002175714285714286</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025362873846153846</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.42680022333334</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2361238686138611</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0294007736523647</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.451</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8350.1904</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0744880590755196</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.7582417582417582</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5123221717200077</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3958013974250982</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.75965775238645</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3815073653484737</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0076706</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018328266218304634</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03299085795879364</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8241295885653</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>24.0237</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.3044</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.7993</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308069.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>841.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.4308</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2453</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.4895</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3570.0454</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3782.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68475.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1142.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4700.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>988.976</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.985344221582636</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> |