=== 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-0090 --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-0090",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
111 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
111 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-0090_ses-04_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0090_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-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0090_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-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0090_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-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0090_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-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0090_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-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0090_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-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0090_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-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0090/ses-04/func/sub-0090_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>7f7609cab4d9959e4d4dd12ecb9fd358</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>19:07:1.800000</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.998828, 0.027643, 0.0397363, -0.02947, 0.9985, 0.0461526]</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-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.108098</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4255, -7771, -7255, 234, -21, -62, -175, 12]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>256.653</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5508b80f-e48e-42fc-9652-b2c7195a1e7a||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.679781913757324, -0.07906591147184372, 0.10368246585130692, 111.23351287841797], [-0.07416418939828873, 2.678901433944702, 0.12762761116027832, -89.1068344116211], [0.10660967230796814, -0.12382393330335617, 2.694988250732422, -87.30452728271484], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 926]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['190701.800000', '190702.260000', '190702.720000', '190703.180000', '190703.640000', '190704.100000', '190704.560000', '190705.020000', '190705.480000', '190705.940000', '190706.400000', '190706.860000', '190707.320000', '190707.780000', '190708.240000', '190708.700000', '190709.160000', '190709.620000', '190710.080000', '190710.540000', '190711.000000', '190711.460000', '190711.920000', '190712.380000', '190712.840000', '190713.300000', '190713.760000', '190714.220000', '190714.680000', '190715.140000', '190715.600000', '190716.060000', '190716.520000', '190716.980000', '190717.440000', '190717.900000', '190718.360000', '190718.820000', '190719.280000', '190719.740000', '190720.200000', '190720.660000', '190721.120000', '190721.580000', '190722.040000', '190722.500000', '190722.960000', '190723.420000', '190723.880000', '190724.340000', '190724.800000', '190725.260000', '190725.720000', '190726.180000', '190726.640000', '190727.100000', '190727.560000', '190728.020000', '190728.480000', '190728.940000', '190729.400000', '190729.860000', '190730.320000', '190730.780000', '190731.240000', '190731.700000', '190732.160000', '190732.620000', '190733.080000', '190733.540000', '190734.000000', '190734.460000', '190734.920000', '190735.380000', '190735.840000', '190736.300000', '190736.760000', '190737.220000', '190737.680000', '190738.140000', '190738.600000', '190739.060000', '190739.520000', '190739.980000', '190740.440000', '190740.900000', '190741.360000', '190741.820000', '190742.280000', '190742.740000', '190743.200000', '190743.660000', '190744.120000', '190744.580000', '190745.040000', '190745.500000', '190745.960000', '190746.420000', '190746.880000', '190747.340000', '190747.800000', '190748.260000', '190748.720000', '190749.180000', '190749.640000', '190750.100000', '190750.560000', '190751.020000', '190751.480000', '190751.940000', '190752.400000', '190752.860000', '190753.320000', '190753.780000', '190754.240000', '190754.700000', '190755.160000', '190755.620000', '190756.080000', '190756.540000', '190757.000000', '190757.460000', '190757.920000', '190758.380000', '190758.840000', '190759.300000', '190759.760000', '190800.220000', '190800.680000', '190801.140000', '190801.600000', '190802.060000', '190802.520000', '190802.980000', '190803.440000', '190803.900000', '190804.360000', '190804.820000', '190805.280000', '190805.740000', '190806.200000', '190806.660000', '190807.120000', '190807.580000', '190808.040000', '190808.500000', '190808.960000', '190809.420000', '190809.880000', '190810.340000', '190810.800000', '190811.260000', '190811.720000', '190812.180000', '190812.640000', '190813.100000', '190813.560000', '190814.020000', '190814.480000', '190814.940000', '190815.400000', '190815.860000', '190816.320000', '190816.780000', '190817.240000', '190817.700000', '190818.160000', '190818.620000', '190819.080000', '190819.540000', '190820.000000', '190820.460000', '190820.920000', '190821.380000', '190821.840000', '190822.300000', '190822.760000', '190823.220000', '190823.680000', '190824.140000', '190824.600000', '190825.060000', '190825.520000', '190825.980000', '190826.440000', '190826.900000', '190827.360000', '190827.820000', '190828.280000', '190828.740000', '190829.200000', '190829.660000', '190830.120000', '190830.580000', '190831.040000', '190831.500000', '190831.960000', '190832.420000', '190832.880000', '190833.340000', '190833.800000', '190834.260000', '190834.720000', '190835.180000', '190835.640000', '190836.100000', '190836.560000', '190837.020000', '190837.480000', '190837.940000', '190838.400000', '190838.860000', '190839.320000', '190839.780000', '190840.240000', '190840.700000', '190841.160000', '190841.620000', '190842.080000', '190842.540000', '190843.000000', '190843.460000', '190843.920000', '190844.380000', '190844.840000', '190845.300000', '190845.760000', '190846.220000', '190846.680000', '190847.140000', '190847.600000', '190848.060000', '190848.520000', '190848.980000', '190849.440000', '190849.900000', '190850.360000', '190850.820000', '190851.280000', '190851.740000', '190852.200000', '190852.660000', '190853.120000', '190853.580000', '190854.040000', '190854.500000', '190854.960000', '190855.420000', '190855.880000', '190856.340000', '190856.800000', '190857.260000', '190857.720000', '190858.180000', '190858.640000', '190859.100000', '190859.560000', '190900.020000', '190900.480000', '190900.940000', '190901.400000', '190901.860000', '190902.320000', '190902.780000', '190903.240000', '190903.700000', '190904.160000', '190904.620000', '190905.080000', '190905.540000', '190906.000000', '190906.460000', '190906.920000', '190907.380000', '190907.840000', '190908.300000', '190908.760000', '190909.220000', '190909.680000', '190910.140000', '190910.600000', '190911.060000', '190911.520000', '190911.980000', '190912.440000', '190912.900000', '190913.360000', '190913.820000', '190914.280000', '190914.740000', '190915.200000', '190915.660000', '190916.120000', '190916.580000', '190917.040000', '190917.500000', '190917.960000', '190918.420000', '190918.880000', '190919.340000', '190919.800000', '190920.260000', '190920.720000', '190921.180000', '190921.640000', '190922.100000', '190922.560000', '190923.020000', '190923.480000', '190923.940000', '190924.400000', '190924.860000', '190925.320000', '190925.780000', '190926.240000', '190926.700000', '190927.160000', '190927.620000', '190928.080000', '190928.540000', '190929.000000', '190929.460000', '190929.920000', '190930.380000', '190930.840000', '190931.300000', '190931.760000', '190932.220000', '190932.680000', '190933.140000', '190933.600000', '190934.060000', '190934.520000', '190934.980000', '190935.440000', '190935.900000', '190936.360000', '190936.820000', '190937.280000', '190937.740000', '190938.200000', '190938.660000', '190939.120000', '190939.580000', '190940.040000', '190940.500000', '190940.960000', '190941.420000', '190941.880000', '190942.340000', '190942.800000', '190943.260000', '190943.720000', '190944.180000', '190944.640000', '190945.100000', '190945.560000', '190946.020000', '190946.480000', '190946.940000', '190947.400000', '190947.860000', '190948.320000', '190948.780000', '190949.240000', '190949.700000', '190950.160000', '190950.620000', '190951.080000', '190951.540000', '190952.000000', '190952.460000', '190952.920000', '190953.380000', '190953.840000', '190954.300000', '190954.760000', '190955.220000', '190955.680000', '190956.140000', '190956.600000', '190957.060000', '190957.520000', '190957.980000', '190958.440000', '190958.900000', '190959.360000', '190959.820000', '191000.280000', '191000.740000', '191001.200000', '191001.660000', '191002.120000', '191002.580000', '191003.040000', '191003.500000', '191003.960000', '191004.420000', '191004.880000', '191005.340000', '191005.800000', '191006.260000', '191006.720000', '191007.180000', '191007.640000', '191008.100000', '191008.560000', '191009.020000', '191009.480000', '191009.940000', '191010.400000', '191010.860000', '191011.320000', '191011.780000', '191012.240000', '191012.700000', '191013.160000', '191013.620000', '191014.080000', '191014.540000', '191015.000000', '191015.460000', '191015.920000', '191016.380000', '191016.840000', '191017.300000', '191017.760000', '191018.220000', '191018.680000', '191019.140000', '191019.600000', '191020.060000', '191020.520000', '191020.980000', '191021.440000', '191021.900000', '191022.360000', '191022.820000', '191023.280000', '191023.740000', '191024.200000', '191024.660000', '191025.120000', '191025.580000', '191026.040000', '191026.500000', '191026.960000', '191027.420000', '191027.880000', '191028.340000', '191028.800000', '191029.260000', '191029.720000', '191030.180000', '191030.640000', '191031.100000', '191031.560000', '191032.020000', '191032.480000', '191032.940000', '191033.400000', '191033.860000', '191034.320000', '191034.780000', '191035.240000', '191035.700000', '191036.160000', '191036.620000', '191037.080000', '191037.540000', '191038.000000', '191038.460000', '191038.920000', '191039.380000', '191039.840000', '191040.300000', '191040.760000', '191041.220000', '191041.680000', '191042.140000', '191042.600000', '191043.060000', '191043.520000', '191043.980000', '191044.440000', '191044.900000', '191045.360000', '191045.820000', '191046.280000', '191046.740000', '191047.200000', '191047.660000', '191048.120000', '191048.580000', '191049.040000', '191049.500000', '191049.960000', '191050.420000', '191050.880000', '191051.340000', '191051.800000', '191052.260000', '191052.720000', '191053.180000', '191053.640000', '191054.100000', '191054.560000', '191055.020000', '191055.480000', '191055.940000', '191056.400000', '191056.860000', '191057.320000', '191057.780000', '191058.240000', '191058.700000', '191059.160000', '191059.620000', '191100.080000', '191100.540000', '191101.000000', '191101.460000', '191101.920000', '191102.380000', '191102.840000', '191103.300000', '191103.760000', '191104.220000', '191104.680000', '191105.140000', '191105.600000', '191106.060000', '191106.520000', '191106.980000', '191107.440000', '191107.900000', '191108.360000', '191108.820000', '191109.280000', '191109.740000', '191110.200000', '191110.660000', '191111.120000', '191111.580000', '191112.040000', '191112.500000', '191112.960000', '191113.420000', '191113.880000', '191114.340000', '191114.800000', '191115.260000', '191115.720000', '191116.180000', '191116.640000', '191117.100000', '191117.560000', '191118.020000', '191118.480000', '191118.940000', '191119.400000', '191119.860000', '191120.320000', '191120.780000', '191121.240000', '191121.700000', '191122.160000', '191122.620000', '191123.080000', '191123.540000', '191124.000000', '191124.460000', '191124.920000', '191125.380000', '191125.840000', '191126.300000', '191126.760000', '191127.220000', '191127.680000', '191128.140000', '191128.600000', '191129.060000', '191129.520000', '191129.980000', '191130.440000', '191130.900000', '191131.360000', '191131.820000', '191132.280000', '191132.740000', '191133.200000', '191133.660000', '191134.120000', '191134.580000', '191135.040000', '191135.500000', '191135.960000', '191136.420000', '191136.880000', '191137.340000', '191137.800000', '191138.260000', '191138.720000', '191139.180000', '191139.640000', '191140.100000', '191140.560000', '191141.020000', '191141.480000', '191141.940000', '191142.400000', '191142.860000', '191143.320000', '191143.780000', '191144.240000', '191144.700000', '191145.160000', '191145.620000', '191146.080000', '191146.540000', '191147.000000', '191147.460000', '191147.920000', '191148.380000', '191148.840000', '191149.300000', '191149.760000', '191150.220000', '191150.680000', '191151.140000', '191151.600000', '191152.060000', '191152.520000', '191152.980000', '191153.440000', '191153.900000', '191154.360000', '191154.820000', '191155.280000', '191155.740000', '191156.200000', '191156.660000', '191157.120000', '191157.580000', '191158.040000', '191158.500000', '191158.960000', '191159.420000', '191159.880000', '191200.340000', '191200.800000', '191201.260000', '191201.720000', '191202.180000', '191202.640000', '191203.100000', '191203.560000', '191204.020000', '191204.480000', '191204.940000', '191205.400000', '191205.860000', '191206.320000', '191206.780000', '191207.240000', '191207.700000', '191208.160000', '191208.620000', '191209.080000', '191209.540000', '191210.000000', '191210.460000', '191210.920000', '191211.380000', '191211.840000', '191212.300000', '191212.760000', '191213.220000', '191213.680000', '191214.140000', '191214.600000', '191215.060000', '191215.520000', '191215.980000', '191216.440000', '191216.900000', '191217.360000', '191217.820000', '191218.280000', '191218.740000', '191219.200000', '191219.660000', '191220.120000', '191220.580000', '191221.040000', '191221.500000', '191221.960000', '191222.420000', '191222.880000', '191223.340000', '191223.800000', '191224.260000', '191224.720000', '191225.180000', '191225.640000', '191226.100000', '191226.560000', '191227.020000', '191227.480000', '191227.940000', '191228.400000', '191228.860000', '191229.320000', '191229.780000', '191230.240000', '191230.700000', '191231.160000', '191231.620000', '191232.080000', '191232.540000', '191233.000000', '191233.460000', '191233.920000', '191234.380000', '191234.840000', '191235.300000', '191235.760000', '191236.220000', '191236.680000', '191237.140000', '191237.600000', '191238.060000', '191238.520000', '191238.980000', '191239.440000', '191239.900000', '191240.360000', '191240.820000', '191241.280000', '191241.740000', '191242.200000', '191242.660000', '191243.120000', '191243.580000', '191244.040000', '191244.500000', '191244.960000', '191245.420000', '191245.880000', '191246.340000', '191246.800000', '191247.260000', '191247.720000', '191248.180000', '191248.640000', '191249.100000', '191249.560000', '191250.020000', '191250.480000', '191250.940000', '191251.400000', '191251.860000', '191252.320000', '191252.780000', '191253.240000', '191253.700000', '191254.160000', '191254.620000', '191255.080000', '191255.540000', '191256.000000', '191256.460000', '191256.920000', '191257.380000', '191257.840000', '191258.300000', '191258.760000', '191259.220000', '191259.680000', '191300.140000', '191300.600000', '191301.060000', '191301.520000', '191301.980000', '191302.440000', '191302.900000', '191303.360000', '191303.820000', '191304.280000', '191304.740000', '191305.200000', '191305.660000', '191306.120000', '191306.580000', '191307.040000', '191307.500000', '191307.960000', '191308.420000', '191308.880000', '191309.340000', '191309.800000', '191310.260000', '191310.720000', '191311.180000', '191311.640000', '191312.100000', '191312.560000', '191313.020000', '191313.480000', '191313.940000', '191314.400000', '191314.860000', '191315.320000', '191315.780000', '191316.240000', '191316.700000', '191317.160000', '191317.620000', '191318.080000', '191318.540000', '191319.000000', '191319.460000', '191319.920000', '191320.380000', '191320.840000', '191321.300000', '191321.760000', '191322.220000', '191322.680000', '191323.140000', '191323.600000', '191324.060000', '191324.520000', '191324.980000', '191325.440000', '191325.900000', '191326.360000', '191326.820000', '191327.280000', '191327.740000', '191328.200000', '191328.660000', '191329.120000', '191329.580000', '191330.040000', '191330.500000', '191330.960000', '191331.420000', '191331.880000', '191332.340000', '191332.800000', '191333.260000', '191333.720000', '191334.180000', '191334.640000', '191335.100000', '191335.560000', '191336.020000', '191336.480000', '191336.940000', '191337.400000', '191337.860000', '191338.320000', '191338.780000', '191339.240000', '191339.700000', '191340.160000', '191340.620000', '191341.080000', '191341.540000', '191342.000000', '191342.460000', '191342.920000', '191343.380000', '191343.840000', '191344.300000', '191344.760000', '191345.220000', '191345.680000', '191346.140000', '191346.600000', '191347.060000', '191347.520000', '191347.980000', '191348.440000', '191348.900000', '191349.360000', '191349.820000', '191350.280000', '191350.740000', '191351.200000', '191351.660000', '191352.120000', '191352.580000', '191353.040000', '191353.500000', '191353.960000', '191354.420000', '191354.880000', '191355.340000', '191355.800000', '191356.260000', '191356.720000', '191357.180000', '191357.640000', '191358.100000', '191358.560000', '191359.020000', '191359.480000', '191359.940000', '191400.400000', '191400.860000', '191401.320000', '191401.780000', '191402.240000', '191402.700000', '191403.160000', '191403.620000', '191404.080000', '191404.540000', '191405.000000', '191405.460000', '191405.920000', '191406.380000', '191406.840000', '191407.300000'], 'ContentTime': ['190718.153000', '190718.156000', '190718.159000', '190718.162000', '190718.164000', '190718.167000', '190718.170000', '190718.172000', '190718.175000', '190718.178000', '190718.180000', '190718.183000', '190718.185000', '190718.188000', '190718.198000', '190718.201000', '190718.203000', '190718.206000', '190718.209000', '190718.211000', '190718.214000', '190718.216000', '190718.219000', '190718.221000', '190718.224000', '190718.227000', '190718.229000', '190718.239000', '190718.242000', '190718.245000', '190718.248000', '190718.250000', '190718.253000', '190738.125000', '190738.127000', '190738.130000', '190738.133000', '190738.135000', '190738.138000', '190738.140000', '190738.143000', '190738.146000', '190738.148000', '190738.151000', '190738.153000', '190738.156000', '190738.159000', '190738.161000', '190738.164000', '190738.183000', '190738.185000', '190738.188000', '190738.191000', '190738.193000', '190738.196000', '190738.198000', '190738.201000', '190738.203000', '190738.206000', '190738.209000', '190738.211000', '190738.214000', '190738.216000', '190738.219000', '190738.222000', '190738.225000', '190738.228000', '190738.230000', '190738.233000', '190738.236000', '190738.238000', '190738.241000', '190738.243000', '190738.246000', '190738.248000', '190738.251000', '190758.125000', '190758.127000', '190758.130000', '190758.133000', '190758.135000', '190758.138000', '190758.142000', '190758.145000', '190758.147000', '190758.150000', '190758.153000', '190758.155000', '190758.158000', '190758.160000', '190758.163000', '190758.166000', '190758.168000', '190758.171000', '190758.174000', '190758.176000', '190758.179000', '190758.181000', '190758.184000', '190758.186000', '190758.189000', '190758.192000', '190758.194000', '190758.197000', '190758.199000', '190758.202000', '190758.205000', '190758.207000', '190758.210000', '190758.212000', '190758.215000', '190758.218000', '190758.220000', '190758.223000', '190758.225000', '190758.228000', '190758.231000', '190758.233000', '190758.236000', '190758.238000', '190818.125000', '190818.127000', '190818.130000', '190818.133000', '190818.135000', '190818.147000', '190818.149000', '190818.152000', '190818.155000', '190818.157000', '190818.160000', '190818.162000', '190818.165000', '190818.167000', '190818.170000', '190818.173000', '190818.175000', '190818.178000', '190818.180000', '190818.183000', '190818.186000', '190818.188000', '190818.191000', '190818.193000', '190818.196000', '190818.198000', '190818.201000', '190818.203000', '190818.206000', '190818.209000', '190818.211000', '190818.214000', '190818.217000', '190818.219000', '190818.222000', '190818.224000', '190818.227000', '190818.230000', '190818.232000', '190818.235000', '190818.237000', '190818.240000', '190818.255000', '190838.125000', '190838.127000', '190838.130000', '190838.133000', '190838.135000', '190838.138000', '190838.140000', '190838.143000', '190838.146000', '190838.148000', '190838.151000', '190838.153000', '190838.156000', '190838.159000', '190838.161000', '190838.164000', '190838.166000', '190838.169000', '190838.171000', '190838.174000', '190838.177000', '190838.179000', '190838.182000', '190838.184000', '190838.187000', '190838.189000', '190838.192000', '190838.198000', '190838.201000', '190838.203000', '190838.206000', '190838.209000', '190838.211000', '190838.214000', '190838.217000', '190838.219000', '190838.222000', '190838.225000', '190838.227000', '190838.230000', '190838.232000', '190838.235000', '190838.238000', '190838.240000', '190858.124000', '190858.127000', '190858.130000', '190858.132000', '190858.135000', '190858.138000', '190858.140000', '190858.143000', '190858.145000', '190858.148000', '190858.151000', '190858.153000', '190858.156000', '190858.159000', '190858.161000', '190858.164000', '190858.166000', '190858.169000', '190858.171000', '190858.186000', '190858.189000', '190858.191000', '190858.194000', '190858.197000', '190858.199000', '190858.202000', '190858.204000', '190858.207000', '190858.210000', '190858.212000', '190858.215000', '190858.217000', '190858.220000', '190858.223000', '190858.225000', '190858.228000', '190858.230000', '190858.233000', '190858.235000', '190858.238000', '190858.241000', '190858.243000', '190858.246000', '190918.123000', '190918.126000', '190918.129000', '190918.131000', '190918.135000', '190918.138000', '190918.141000', '190918.143000', '190918.146000', '190918.148000', '190918.151000', '190918.154000', '190918.156000', '190918.159000', '190918.162000', '190918.164000', '190918.167000', '190918.169000', '190918.172000', '190918.175000', '190918.178000', '190918.180000', '190918.183000', '190918.185000', '190918.188000', '190918.190000', '190918.193000', '190918.196000', '190918.198000', '190918.201000', '190918.203000', '190918.206000', '190918.209000', '190918.211000', '190918.214000', '190918.216000', '190918.219000', '190918.222000', '190918.224000', '190918.227000', '190918.230000', '190918.232000', '190918.235000', '190918.238000', '190938.125000', '190938.128000', '190938.130000', '190938.133000', '190938.136000', '190938.138000', '190938.141000', '190938.143000', '190938.146000', '190938.148000', '190938.151000', '190938.154000', '190938.156000', '190938.159000', '190938.161000', '190938.164000', '190938.166000', '190938.169000', '190938.172000', '190938.174000', '190938.177000', '190938.180000', '190938.182000', '190938.185000', '190938.187000', '190938.190000', '190938.192000', '190938.195000', '190938.198000', '190938.200000', '190938.203000', '190938.205000', '190938.208000', '190938.211000', '190938.213000', '190938.216000', '190938.218000', '190938.221000', '190938.224000', '190938.226000', '190938.229000', '190938.231000', '190938.234000', '190958.124000', '190958.127000', '190958.130000', '190958.133000', '190958.135000', '190958.138000', '190958.141000', '190958.143000', '190958.146000', '190958.148000', '190958.151000', '190958.154000', '190958.156000', '190958.159000', '190958.162000', '190958.164000', '190958.167000', '190958.170000', '190958.172000', '190958.175000', '190958.178000', '190958.180000', '190958.183000', '190958.186000', '190958.188000', '190958.191000', '190958.194000', '190958.196000', '190958.199000', '190958.201000', '190958.204000', '190958.207000', '190958.210000', '190958.212000', '190958.215000', '190958.218000', '190958.221000', '190958.223000', '190958.226000', '190958.229000', '190958.231000', '190958.234000', '190958.237000', '191018.125000', '191018.128000', '191018.130000', '191018.133000', '191018.136000', '191018.139000', '191018.141000', '191018.144000', '191018.146000', '191018.149000', '191018.152000', '191018.154000', '191018.157000', '191018.160000', '191018.162000', '191018.165000', '191018.167000', '191018.170000', '191018.173000', '191018.175000', '191018.178000', '191018.181000', '191018.183000', '191018.186000', '191018.188000', '191018.191000', '191018.193000', '191018.196000', '191018.199000', '191018.201000', '191018.204000', '191018.206000', '191018.209000', '191018.212000', '191018.214000', '191018.217000', '191018.220000', '191018.222000', '191018.225000', '191018.227000', '191018.230000', '191018.233000', '191018.235000', '191018.238000', '191038.158000', '191038.161000', '191038.164000', '191038.166000', '191038.171000', '191038.173000', '191038.177000', '191038.179000', '191038.182000', '191038.185000', '191038.187000', '191038.190000', '191038.192000', '191038.195000', '191038.198000', '191038.201000', '191038.203000', '191038.206000', '191038.209000', '191038.211000', '191038.214000', '191038.216000', '191038.219000', '191038.222000', '191038.224000', '191038.227000', '191038.230000', '191038.232000', '191038.235000', '191038.237000', '191038.240000', '191038.243000', '191038.245000', '191038.248000', '191038.250000', '191038.253000', '191038.256000', '191038.258000', '191038.261000', '191038.263000', '191038.266000', '191038.268000', '191038.271000', '191058.125000', '191058.128000', '191058.130000', '191058.133000', '191058.135000', '191058.138000', '191058.141000', '191058.143000', '191058.146000', '191058.148000', '191058.151000', '191058.154000', '191058.156000', '191058.159000', '191058.161000', '191058.164000', '191058.167000', '191058.169000', '191058.172000', '191058.174000', '191058.177000', '191058.179000', '191058.182000', '191058.185000', '191058.187000', '191058.190000', '191058.192000', '191058.195000', '191058.197000', '191058.200000', '191058.203000', '191058.205000', '191058.208000', '191058.211000', '191058.213000', '191058.216000', '191058.218000', '191058.221000', '191058.224000', '191058.226000', '191058.229000', '191058.232000', '191058.234000', '191058.237000', '191118.124000', '191118.128000', '191118.130000', '191118.133000', '191118.136000', '191118.138000', '191118.141000', '191118.144000', '191118.146000', '191118.149000', '191118.151000', '191118.154000', '191118.156000', '191118.159000', '191118.162000', '191118.164000', '191118.167000', '191118.170000', '191118.172000', '191118.175000', '191118.177000', '191118.180000', '191118.182000', '191118.185000', '191118.188000', '191118.190000', '191118.193000', '191118.195000', '191118.198000', '191118.201000', '191118.203000', '191118.206000', '191118.208000', '191118.211000', '191118.214000', '191118.216000', '191118.219000', '191118.221000', '191118.224000', '191118.233000', '191118.235000', '191118.238000', '191118.241000', '191138.123000', '191138.126000', '191138.129000', '191138.132000', '191138.134000', '191138.137000', '191138.139000', '191138.142000', '191138.145000', '191138.147000', '191138.150000', '191138.152000', '191138.155000', '191138.158000', '191138.160000', '191138.163000', '191138.165000', '191138.168000', '191138.171000', '191138.173000', '191138.176000', '191138.178000', '191138.181000', '191138.184000', '191138.186000', '191138.189000', '191138.191000', '191138.194000', '191138.197000', '191138.199000', '191138.202000', '191138.204000', '191138.207000', '191138.209000', '191138.212000', '191138.215000', '191138.217000', '191138.220000', '191138.222000', '191138.225000', '191138.228000', '191138.230000', '191138.233000', '191138.235000', '191158.125000', '191158.127000', '191158.130000', '191158.132000', '191158.135000', '191158.138000', '191158.140000', '191158.143000', '191158.146000', '191158.149000', '191158.151000', '191158.154000', '191158.157000', '191158.159000', '191158.162000', '191158.164000', '191158.167000', '191158.170000', '191158.172000', '191158.175000', '191158.177000', '191158.180000', '191158.183000', '191158.185000', '191158.188000', '191158.205000', '191158.207000', '191158.210000', '191158.213000', '191158.216000', '191158.219000', '191158.222000', '191158.224000', '191158.227000', '191158.229000', '191158.232000', '191158.235000', '191158.237000', '191158.240000', '191158.243000', '191158.246000', '191158.248000', '191158.251000', '191218.124000', '191218.127000', '191218.130000', '191218.133000', '191218.135000', '191218.138000', '191218.141000', '191218.143000', '191218.146000', '191218.148000', '191218.151000', '191218.154000', '191218.156000', '191218.159000', '191218.162000', '191218.164000', '191218.167000', '191218.169000', '191218.172000', '191218.175000', '191218.178000', '191218.180000', '191218.183000', '191218.186000', '191218.188000', '191218.191000', '191218.194000', '191218.196000', '191218.199000', '191218.202000', '191218.204000', '191218.207000', '191218.209000', '191218.212000', '191218.215000', '191218.217000', '191218.220000', '191218.223000', '191218.225000', '191218.228000', '191218.231000', '191218.233000', '191218.236000', '191218.239000', '191238.124000', '191238.127000', '191238.130000', '191238.133000', '191238.135000', '191238.138000', '191238.140000', '191238.143000', '191238.146000', '191238.156000', '191238.159000', '191238.162000', '191238.164000', '191238.167000', '191238.170000', '191238.172000', '191238.175000', '191238.178000', '191238.180000', '191238.184000', '191238.187000', '191238.190000', '191238.193000', '191238.195000', '191238.198000', '191238.201000', '191238.203000', '191238.206000', '191238.209000', '191238.211000', '191238.214000', '191238.217000', '191238.219000', '191238.222000', '191238.225000', '191238.227000', '191238.230000', '191238.233000', '191238.235000', '191238.238000', '191238.241000', '191238.243000', '191238.246000', '191258.125000', '191258.128000', '191258.131000', '191258.134000', '191258.136000', '191258.139000', '191258.142000', '191258.144000', '191258.147000', '191258.150000', '191258.152000', '191258.155000', '191258.158000', '191258.160000', '191258.163000', '191258.166000', '191258.168000', '191258.171000', '191258.173000', '191258.176000', '191258.179000', '191258.182000', '191258.184000', '191258.187000', '191258.190000', '191258.192000', '191258.195000', '191258.197000', '191258.200000', '191258.203000', '191258.205000', '191258.208000', '191258.211000', '191258.213000', '191258.216000', '191258.219000', '191258.221000', '191258.224000', '191258.227000', '191258.229000', '191258.232000', '191258.234000', '191258.237000', '191258.240000', '191318.125000', '191318.127000', '191318.130000', '191318.133000', '191318.136000', '191318.138000', '191318.141000', '191318.143000', '191318.146000', '191318.149000', '191318.151000', '191318.154000', '191318.157000', '191318.159000', '191318.162000', '191318.165000', '191318.167000', '191318.170000', '191318.173000', '191318.175000', '191318.178000', '191318.180000', '191318.183000', '191318.187000', '191318.189000', '191318.192000', '191318.197000', '191318.199000', '191318.202000', '191318.205000', '191318.207000', '191318.210000', '191318.212000', '191318.215000', '191318.218000', '191318.220000', '191318.246000', '191318.249000', '191318.252000', '191318.255000', '191318.258000', '191318.260000', '191318.263000', '191338.124000', '191338.127000', '191338.130000', '191338.133000', '191338.136000', '191338.138000', '191338.141000', '191338.144000', '191338.146000', '191338.149000', '191338.152000', '191338.154000', '191338.157000', '191338.160000', '191338.163000', '191338.165000', '191338.168000', '191338.171000', '191338.173000', '191338.176000', '191338.178000', '191338.181000', '191338.184000', '191338.186000', '191338.189000', '191338.191000', '191338.194000', '191338.197000', '191338.199000', '191338.202000', '191338.205000', '191338.207000', '191338.210000', '191338.213000', '191338.215000', '191338.218000', '191338.221000', '191338.223000', '191338.226000', '191338.229000', '191338.231000', '191338.234000', '191338.237000', '191338.239000', '191358.123000', '191358.126000', '191358.129000', '191358.132000', '191358.134000', '191358.137000', '191358.140000', '191358.142000', '191358.145000', '191358.148000', '191358.150000', '191358.153000', '191358.156000', '191358.158000', '191358.161000', '191358.164000', '191358.166000', '191358.169000', '191358.171000', '191358.174000', '191358.177000', '191358.179000', '191358.182000', '191358.185000', '191358.187000', '191358.190000', '191358.192000', '191358.195000', '191358.198000', '191358.200000', '191358.203000', '191358.206000', '191358.208000', '191358.211000', '191358.214000', '191358.216000', '191358.219000', '191358.221000', '191358.224000', '191358.227000', '191358.229000', '191358.232000', '191358.234000', '191408.797000', '191408.800000', '191408.803000', '191408.806000', '191408.808000', '191408.811000', '191408.813000', '191408.871000', '191408.874000', '191408.876000', '191408.879000', '191408.882000', '191408.884000', '191408.887000', '191408.890000', '191408.892000', '191408.895000', '191408.898000', '191408.900000', '191408.903000', '191408.906000', '191408.908000', '191408.914000', '191408.917000'], 'InstanceCreationTime': ['190718.153000', '190718.156000', '190718.159000', '190718.162000', '190718.164000', '190718.167000', '190718.170000', '190718.172000', '190718.175000', '190718.178000', '190718.180000', '190718.183000', '190718.185000', '190718.188000', '190718.198000', '190718.201000', '190718.203000', '190718.206000', '190718.209000', '190718.211000', '190718.214000', '190718.216000', '190718.219000', '190718.221000', '190718.224000', '190718.227000', '190718.229000', '190718.239000', '190718.242000', '190718.245000', '190718.248000', '190718.250000', '190718.253000', '190738.125000', '190738.127000', '190738.130000', '190738.133000', '190738.135000', '190738.138000', '190738.140000', '190738.143000', '190738.146000', '190738.148000', '190738.151000', '190738.153000', '190738.156000', '190738.159000', '190738.161000', '190738.164000', '190738.183000', '190738.185000', '190738.188000', '190738.191000', '190738.193000', '190738.196000', '190738.198000', '190738.201000', '190738.203000', '190738.206000', '190738.209000', '190738.211000', '190738.214000', '190738.216000', '190738.219000', '190738.222000', '190738.225000', '190738.228000', '190738.230000', '190738.233000', '190738.236000', '190738.238000', '190738.241000', '190738.243000', '190738.246000', '190738.248000', '190738.251000', '190758.125000', '190758.127000', '190758.130000', '190758.133000', '190758.135000', '190758.138000', '190758.142000', '190758.145000', '190758.147000', '190758.150000', '190758.153000', '190758.155000', '190758.158000', '190758.160000', '190758.163000', '190758.166000', '190758.168000', '190758.171000', '190758.174000', '190758.176000', '190758.179000', '190758.181000', '190758.184000', '190758.186000', '190758.189000', '190758.192000', '190758.194000', '190758.197000', '190758.199000', '190758.202000', '190758.205000', '190758.207000', '190758.210000', '190758.212000', '190758.215000', '190758.218000', '190758.220000', '190758.223000', '190758.225000', '190758.228000', '190758.231000', '190758.233000', '190758.236000', '190758.238000', '190818.125000', '190818.127000', '190818.130000', '190818.133000', '190818.135000', '190818.147000', '190818.149000', '190818.152000', '190818.155000', '190818.157000', '190818.160000', '190818.162000', '190818.165000', '190818.167000', '190818.170000', '190818.173000', '190818.175000', '190818.178000', '190818.180000', '190818.183000', '190818.186000', '190818.188000', '190818.191000', '190818.193000', '190818.196000', '190818.198000', '190818.201000', '190818.203000', '190818.206000', '190818.209000', '190818.211000', '190818.214000', '190818.217000', '190818.219000', '190818.222000', '190818.224000', '190818.227000', '190818.230000', '190818.232000', '190818.235000', '190818.237000', '190818.240000', '190818.255000', '190838.125000', '190838.127000', '190838.130000', '190838.133000', '190838.135000', '190838.138000', '190838.140000', '190838.143000', '190838.146000', '190838.148000', '190838.151000', '190838.153000', '190838.156000', '190838.159000', '190838.161000', '190838.164000', '190838.166000', '190838.169000', '190838.171000', '190838.174000', '190838.177000', '190838.179000', '190838.182000', '190838.184000', '190838.187000', '190838.189000', '190838.192000', '190838.198000', '190838.201000', '190838.203000', '190838.206000', '190838.209000', '190838.211000', '190838.214000', '190838.217000', '190838.219000', '190838.222000', '190838.225000', '190838.227000', '190838.230000', '190838.232000', '190838.235000', '190838.238000', '190838.240000', '190858.124000', '190858.127000', '190858.130000', '190858.132000', '190858.135000', '190858.138000', '190858.140000', '190858.143000', '190858.145000', '190858.148000', '190858.151000', '190858.153000', '190858.156000', '190858.159000', '190858.161000', '190858.164000', '190858.166000', '190858.169000', '190858.171000', '190858.186000', '190858.189000', '190858.191000', '190858.194000', '190858.197000', '190858.199000', '190858.202000', '190858.204000', '190858.207000', '190858.210000', '190858.212000', '190858.215000', '190858.217000', '190858.220000', '190858.223000', '190858.225000', '190858.228000', '190858.230000', '190858.233000', '190858.235000', '190858.238000', '190858.241000', '190858.243000', '190858.246000', '190918.123000', '190918.126000', '190918.129000', '190918.131000', '190918.135000', '190918.138000', '190918.141000', '190918.143000', '190918.146000', '190918.148000', '190918.151000', '190918.154000', '190918.156000', '190918.159000', '190918.162000', '190918.164000', '190918.167000', '190918.169000', '190918.172000', '190918.175000', '190918.178000', '190918.180000', '190918.183000', '190918.185000', '190918.188000', '190918.190000', '190918.193000', '190918.196000', '190918.198000', '190918.201000', '190918.203000', '190918.206000', '190918.209000', '190918.211000', '190918.214000', '190918.216000', '190918.219000', '190918.222000', '190918.224000', '190918.227000', '190918.230000', '190918.232000', '190918.235000', '190918.238000', '190938.125000', '190938.128000', '190938.130000', '190938.133000', '190938.136000', '190938.138000', '190938.141000', '190938.143000', '190938.146000', '190938.148000', '190938.151000', '190938.154000', '190938.156000', '190938.159000', '190938.161000', '190938.164000', '190938.166000', '190938.169000', '190938.172000', '190938.174000', '190938.177000', '190938.180000', '190938.182000', '190938.185000', '190938.187000', '190938.190000', '190938.192000', '190938.195000', '190938.198000', '190938.200000', '190938.203000', '190938.205000', '190938.208000', '190938.211000', '190938.213000', '190938.216000', '190938.218000', '190938.221000', '190938.224000', '190938.226000', '190938.229000', '190938.231000', '190938.234000', '190958.124000', '190958.127000', '190958.130000', '190958.133000', '190958.135000', '190958.138000', '190958.141000', '190958.143000', '190958.146000', '190958.148000', '190958.151000', '190958.154000', '190958.156000', '190958.159000', '190958.162000', '190958.164000', '190958.167000', '190958.170000', '190958.172000', '190958.175000', '190958.178000', '190958.180000', '190958.183000', '190958.186000', '190958.188000', '190958.191000', '190958.194000', '190958.196000', '190958.199000', '190958.201000', '190958.204000', '190958.207000', '190958.210000', '190958.212000', '190958.215000', '190958.218000', '190958.221000', '190958.223000', '190958.226000', '190958.229000', '190958.231000', '190958.234000', '190958.237000', '191018.125000', '191018.128000', '191018.130000', '191018.133000', '191018.136000', '191018.139000', '191018.141000', '191018.144000', '191018.146000', '191018.149000', '191018.152000', '191018.154000', '191018.157000', '191018.160000', '191018.162000', '191018.165000', '191018.167000', '191018.170000', '191018.173000', '191018.175000', '191018.178000', '191018.181000', '191018.183000', '191018.186000', '191018.188000', '191018.191000', '191018.193000', '191018.196000', '191018.199000', '191018.201000', '191018.204000', '191018.206000', '191018.209000', '191018.212000', '191018.214000', '191018.217000', '191018.220000', '191018.222000', '191018.225000', '191018.227000', '191018.230000', '191018.233000', '191018.235000', '191018.238000', '191038.158000', '191038.161000', '191038.164000', '191038.166000', '191038.171000', '191038.173000', '191038.177000', '191038.179000', '191038.182000', '191038.185000', '191038.187000', '191038.190000', '191038.192000', '191038.195000', '191038.198000', '191038.201000', '191038.203000', '191038.206000', '191038.209000', '191038.211000', '191038.214000', '191038.216000', '191038.219000', '191038.222000', '191038.224000', '191038.227000', '191038.230000', '191038.232000', '191038.235000', '191038.237000', '191038.240000', '191038.243000', '191038.245000', '191038.248000', '191038.250000', '191038.253000', '191038.256000', '191038.258000', '191038.261000', '191038.263000', '191038.266000', '191038.268000', '191038.271000', '191058.125000', '191058.128000', '191058.130000', '191058.133000', '191058.135000', '191058.138000', '191058.141000', '191058.143000', '191058.146000', '191058.148000', '191058.151000', '191058.154000', '191058.156000', '191058.159000', '191058.161000', '191058.164000', '191058.167000', '191058.169000', '191058.172000', '191058.174000', '191058.177000', '191058.179000', '191058.182000', '191058.185000', '191058.187000', '191058.190000', '191058.192000', '191058.195000', '191058.197000', '191058.200000', '191058.203000', '191058.205000', '191058.208000', '191058.211000', '191058.213000', '191058.216000', '191058.218000', '191058.221000', '191058.224000', '191058.226000', '191058.229000', '191058.232000', '191058.234000', '191058.237000', '191118.124000', '191118.128000', '191118.130000', '191118.133000', '191118.136000', '191118.138000', '191118.141000', '191118.144000', '191118.146000', '191118.149000', '191118.151000', '191118.154000', '191118.156000', '191118.159000', '191118.162000', '191118.164000', '191118.167000', '191118.170000', '191118.172000', '191118.175000', '191118.177000', '191118.180000', '191118.182000', '191118.185000', '191118.188000', '191118.190000', '191118.193000', '191118.195000', '191118.198000', '191118.201000', '191118.203000', '191118.206000', '191118.208000', '191118.211000', '191118.214000', '191118.216000', '191118.219000', '191118.221000', '191118.224000', '191118.233000', '191118.235000', '191118.238000', '191118.241000', '191138.123000', '191138.126000', '191138.129000', '191138.132000', '191138.134000', '191138.137000', '191138.139000', '191138.142000', '191138.145000', '191138.147000', '191138.150000', '191138.152000', '191138.155000', '191138.158000', '191138.160000', '191138.163000', '191138.165000', '191138.168000', '191138.171000', '191138.173000', '191138.176000', '191138.178000', '191138.181000', '191138.184000', '191138.186000', '191138.189000', '191138.191000', '191138.194000', '191138.197000', '191138.199000', '191138.202000', '191138.204000', '191138.207000', '191138.209000', '191138.212000', '191138.215000', '191138.217000', '191138.220000', '191138.222000', '191138.225000', '191138.228000', '191138.230000', '191138.233000', '191138.235000', '191158.125000', '191158.127000', '191158.130000', '191158.132000', '191158.135000', '191158.138000', '191158.140000', '191158.143000', '191158.146000', '191158.149000', '191158.151000', '191158.154000', '191158.157000', '191158.159000', '191158.162000', '191158.164000', '191158.167000', '191158.170000', '191158.172000', '191158.175000', '191158.177000', '191158.180000', '191158.183000', '191158.185000', '191158.188000', '191158.205000', '191158.207000', '191158.210000', '191158.213000', '191158.216000', '191158.219000', '191158.222000', '191158.224000', '191158.227000', '191158.229000', '191158.232000', '191158.235000', '191158.237000', '191158.240000', '191158.243000', '191158.246000', '191158.248000', '191158.251000', '191218.124000', '191218.127000', '191218.130000', '191218.133000', '191218.135000', '191218.138000', '191218.141000', '191218.143000', '191218.146000', '191218.148000', '191218.151000', '191218.154000', '191218.156000', '191218.159000', '191218.162000', '191218.164000', '191218.167000', '191218.169000', '191218.172000', '191218.175000', '191218.178000', '191218.180000', '191218.183000', '191218.186000', '191218.188000', '191218.191000', '191218.194000', '191218.196000', '191218.199000', '191218.202000', '191218.204000', '191218.207000', '191218.209000', '191218.212000', '191218.215000', '191218.217000', '191218.220000', '191218.223000', '191218.225000', '191218.228000', '191218.231000', '191218.233000', '191218.236000', '191218.239000', '191238.124000', '191238.127000', '191238.130000', '191238.133000', '191238.135000', '191238.138000', '191238.140000', '191238.143000', '191238.146000', '191238.156000', '191238.159000', '191238.162000', '191238.164000', '191238.167000', '191238.170000', '191238.172000', '191238.175000', '191238.178000', '191238.180000', '191238.184000', '191238.187000', '191238.190000', '191238.193000', '191238.195000', '191238.198000', '191238.201000', '191238.203000', '191238.206000', '191238.209000', '191238.211000', '191238.214000', '191238.217000', '191238.219000', '191238.222000', '191238.225000', '191238.227000', '191238.230000', '191238.233000', '191238.235000', '191238.238000', '191238.241000', '191238.243000', '191238.246000', '191258.125000', '191258.128000', '191258.131000', '191258.134000', '191258.136000', '191258.139000', '191258.142000', '191258.144000', '191258.147000', '191258.150000', '191258.152000', '191258.155000', '191258.158000', '191258.160000', '191258.163000', '191258.166000', '191258.168000', '191258.171000', '191258.173000', '191258.176000', '191258.179000', '191258.182000', '191258.184000', '191258.187000', '191258.190000', '191258.192000', '191258.195000', '191258.197000', '191258.200000', '191258.203000', '191258.205000', '191258.208000', '191258.211000', '191258.213000', '191258.216000', '191258.219000', '191258.221000', '191258.224000', '191258.227000', '191258.229000', '191258.232000', '191258.234000', '191258.237000', '191258.240000', '191318.125000', '191318.127000', '191318.130000', '191318.133000', '191318.136000', '191318.138000', '191318.141000', '191318.143000', '191318.146000', '191318.149000', '191318.151000', '191318.154000', '191318.157000', '191318.159000', '191318.162000', '191318.165000', '191318.167000', '191318.170000', '191318.173000', '191318.175000', '191318.178000', '191318.180000', '191318.183000', '191318.187000', '191318.189000', '191318.192000', '191318.197000', '191318.199000', '191318.202000', '191318.205000', '191318.207000', '191318.210000', '191318.212000', '191318.215000', '191318.218000', '191318.220000', '191318.246000', '191318.249000', '191318.252000', '191318.255000', '191318.258000', '191318.260000', '191318.263000', '191338.124000', '191338.127000', '191338.130000', '191338.133000', '191338.136000', '191338.138000', '191338.141000', '191338.144000', '191338.146000', '191338.149000', '191338.152000', '191338.154000', '191338.157000', '191338.160000', '191338.163000', '191338.165000', '191338.168000', '191338.171000', '191338.173000', '191338.176000', '191338.178000', '191338.181000', '191338.184000', '191338.186000', '191338.189000', '191338.191000', '191338.194000', '191338.197000', '191338.199000', '191338.202000', '191338.205000', '191338.207000', '191338.210000', '191338.213000', '191338.215000', '191338.218000', '191338.221000', '191338.223000', '191338.226000', '191338.229000', '191338.231000', '191338.234000', '191338.237000', '191338.239000', '191358.123000', '191358.126000', '191358.129000', '191358.132000', '191358.134000', '191358.137000', '191358.140000', '191358.142000', '191358.145000', '191358.148000', '191358.150000', '191358.153000', '191358.156000', '191358.158000', '191358.161000', '191358.164000', '191358.166000', '191358.169000', '191358.171000', '191358.174000', '191358.177000', '191358.179000', '191358.182000', '191358.185000', '191358.187000', '191358.190000', '191358.192000', '191358.195000', '191358.198000', '191358.200000', '191358.203000', '191358.206000', '191358.208000', '191358.211000', '191358.214000', '191358.216000', '191358.219000', '191358.221000', '191358.224000', '191358.227000', '191358.229000', '191358.232000', '191358.234000', '191408.797000', '191408.800000', '191408.803000', '191408.806000', '191408.808000', '191408.811000', '191408.813000', '191408.871000', '191408.874000', '191408.876000', '191408.879000', '191408.882000', '191408.884000', '191408.887000', '191408.890000', '191408.892000', '191408.895000', '191408.898000', '191408.900000', '191408.903000', '191408.906000', '191408.908000', '191408.914000', '191408.917000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [13013, 11774, 10386, 12339, 10371, 8905, 12782, 11447, 11598, 11962, 10403, 9523, 12104, 10687, 8876, 10977, 10036, 11137, 11074, 9002, 8292, 11436, 10560, 9011, 11232, 9857, 8420, 12052, 10232, 10605, 10827, 9168, 12688, 11955, 9959, 11293, 10881, 9270, 11774, 10313, 8450, 10365, 11583, 9733, 10799, 10691, 8522, 12771, 10301, 8518, 11876, 10661, 9809, 10466, 8059, 12759, 10954, 8491, 11716, 10307, 8327, 12227, 9978, 8097, 13219, 10982, 8164, 11700, 10705, 8569, 11770, 9953, 8181, 13306, 10885, 7968, 11908, 11143, 9116, 11632, 10711, 9107, 11311, 11592, 10076, 8465, 12399, 11047, 9567, 11624, 11375, 9366, 10329, 10823, 9448, 8525, 12177, 11108, 8701, 11003, 9636, 8161, 12581, 10855, 8301, 11936, 10458, 8165, 11962, 10061, 8234, 11793, 10574, 8428, 11926, 8945, 9449, 8841, 12098, 10407, 8098, 11665, 10334, 8262, 12429, 10438, 8120, 12288, 10953, 9819, 11234, 9260, 8499, 11766, 9452, 12120, 9775, 7992, 11510, 10392, 8069, 12433, 10434, 8181, 11466, 9176, 7894, 11986, 9837, 10092, 11467, 8012, 14229, 10768, 8661, 12302, 10963, 9886, 10387, 14918, 13455, 13209, 12905, 14035, 13814, 16439, 15059, 13582, 12446, 12215, 11443, 14784, 12225, 10567, 11663, 10504, 10130, 11450, 8503, 11602, 10125, 8602, 11619, 10686, 10701, 10957, 8463, 11132, 10492, 8134, 13765, 10616, 8386, 11449, 10469, 8875, 12289, 10296, 8556, 11171, 9241, 13087, 10982, 8562, 12182, 10385, 8062, 12738, 10543, 8066, 11479, 10716, 8869, 11275, 9907, 9787, 11977, 9917, 13237, 10555, 8348, 12316, 10738, 11032, 11500, 9392, 10218, 10531, 8769, 12730, 10974, 8089, 12457, 10093, 7987, 11926, 10414, 7987, 13007, 10919, 9730, 12114, 9506, 8214, 11955, 10516, 9277, 12328, 11535, 11770, 11079, 9476, 9061, 11982, 10525, 8692, 11586, 10172, 8028, 12561, 11051, 8247, 13675, 10464, 7856, 13395, 10741, 9622, 11326, 10133, 7896, 11944, 9892, 8167, 11701, 10550, 8666, 11046, 9812, 8358, 13501, 10191, 8249, 13036, 10786, 8402, 12963, 10261, 7963, 14074, 10675, 8668, 10412, 11762, 10175, 8680, 10934, 10120, 8129, 12798, 10376, 8489, 11543, 10538, 8182, 12618, 10436, 8119, 11501, 10738, 8224, 12199, 10796, 9277, 8051, 11612, 10282, 8692, 12050, 10577, 8135, 11718, 10647, 8452, 12995, 10111, 8192, 12746, 11315, 8613, 9990, 11227, 10061, 10240, 11229, 10065, 9605, 12117, 10771, 8588, 11248, 10282, 8329, 13024, 10396, 8101, 10958, 10222, 8368, 12225, 10644, 9406, 8093, 12637, 9952, 8144, 12973, 10775, 8970, 10767, 10741, 8341, 12979, 10660, 8657, 11326, 10385, 9626, 11211, 9231, 8375, 10868, 10275, 9115, 10971, 9772, 9371, 11188, 9458, 12934, 10621, 8488, 11676, 11054, 9274, 12490, 10279, 8428, 12191, 10735, 9240, 11122, 10030, 8662, 11941, 10238, 10677, 10734, 8154, 12175, 10593, 8643, 10881, 10148, 7893, 12625, 10538, 8033, 11189, 10194, 7915, 12853, 10223, 8301, 11521, 10309, 10155, 10799, 9071, 10255, 10807, 8515, 14177, 10343, 8143, 11198, 10422, 8466, 11634, 9880, 7829, 12339, 10564, 7876, 12833, 10291, 8145, 14297, 10659, 8752, 9881, 12658, 10886, 10659, 11865, 9877, 10078, 13997, 11654, 9685, 11419, 11293, 10435, 10318, 11248, 9889, 12265, 11621, 10176, 10934, 11474, 9939, 9792, 10791, 9508, 12597, 10895, 8494, 12736, 10622, 8438, 13186, 10498, 8146, 11649, 10650, 8756, 11868, 10073, 8574, 11523, 9222, 12559, 10921, 7833, 12292, 10689, 8333, 11908, 9213, 12713, 11018, 7920, 11394, 9916, 7862, 12375, 10051, 8006, 11778, 10341, 8296, 11834, 9936, 7966, 13974, 10690, 8666, 12028, 10328, 8350, 12640, 10395, 9229, 11204, 10008, 14355, 11171, 9779, 11741, 10519, 10201, 11407, 9966, 12251, 10507, 8841, 11950, 10003, 8267, 11383, 10238, 9990, 11006, 9038, 11078, 11235, 8772, 10393, 11508, 9651, 10675, 12121, 10213, 8342, 12058, 10521, 8667, 10388, 11217, 9477, 10124, 12697, 11164, 9309, 12614, 10418, 11610, 12677, 10646, 9887, 12392, 10911, 11177, 10678, 9300, 14235, 10452, 8019, 11702, 10595, 8674, 11260, 9461, 11288, 10888, 8254, 12525, 10418, 7769, 14188, 10933, 8009, 12198, 10185, 8319, 13272, 10761, 8525, 12262, 10624, 9292, 11316, 8228, 12240, 11065, 8542, 11399, 8457, 12573, 10822, 8299, 11357, 8191, 12723, 10902, 8255, 11138, 7994, 12357, 10559, 8199, 11026, 8554, 13239, 10803, 8633, 12101, 10363, 9480, 11747, 9098, 11890, 10819, 8877, 11534, 10846, 12194, 10380, 11446, 10281, 9210, 11240, 8332, 11913, 9657, 12017, 10796, 8002, 11631, 9433, 10293, 10935, 8056, 12169, 10024, 7943, 13574, 10237, 11208, 10916, 8217, 13370, 10602, 12513, 10398, 9407, 12559, 10303, 12102, 10682, 9123, 11984, 10361, 10752, 11418, 8946, 12128, 10519, 8656, 11622, 8990, 12494, 10264, 8336, 11678, 10911, 8810, 10957, 8966, 12639, 10971, 8497, 12487, 10162, 7587, 11806, 9899, 8508, 11501, 9726, 7309, 13174, 10791, 9187, 13782, 11016, 9789, 13248, 13371, 14140, 13614, 11804, 11394, 11343, 12105, 13251, 10967, 9209, 11338, 9866, 13832, 10592, 8220, 11869, 11219, 10352, 12343, 9817, 7985, 11468, 10031, 10360, 11939, 9753, 12481, 10348, 8563, 11814, 11222, 11152, 12352, 11769, 13032, 10918, 11232, 12290, 10005, 8841, 11726, 10668, 8775, 11237, 10030, 8457, 11504, 10547, 8933, 11336, 9755, 9817, 11363, 10315, 12391, 10675, 8315, 12609, 10867, 8647, 13430, 10462, 8271, 12658, 10996, 9210, 10205, 11314, 10239, 10699, 11946, 9988, 8872, 12321, 10236, 8926, 11628, 9592, 8471, 13142, 10614, 8508, 13291, 10443, 9101, 11238, 11770, 9714, 8210, 13164, 10017, 9330, 8366, 13648, 10420, 8406, 12536, 10454, 8277, 13886, 11165, 11017, 12601, 9714, 7740, 12777, 10661, 8902, 10654, 9611, 8358, 12212, 10468, 9143, 11121, 9657, 8462, 12178, 10062, 9315, 11235, 9500, 8258, 11240, 10159, 10892, 12042, 9428, 12668, 10434, 8119, 12969, 10214, 9274, 11473, 10292, 10032, 12165, 9853, 10357, 11234, 9144, 13267, 11082, 9909, 12163, 10293, 11905, 10666, 11059, 10424, 8029, 12042, 10142, 8143, 11525, 10308, 8228, 12039, 10700, 8852, 11564, 9548, 10234, 11817, 9420, 14151, 10752, 8529, 11744, 10605, 9994, 12479, 9970, 8515, 12595, 10721, 9264, 12645, 11068, 9351, 13343, 11387, 11412, 12612, 10475, 8418, 13290, 10917, 8464, 12063, 10965, 8560, 13560, 10907, 8994, 10578, 11159, 10559, 9877, 11798, 9785, 8548, 12183, 10314, 10219, 11660, 9686, 9397, 11861, 10365, 12879, 10574, 8292, 13461, 10550, 8411, 12031, 10069, 8605, 10734, 11778, 9505, 8663, 12269, 9930, 13124], 'WindowCenter': [4633.0, 4607.0, 4581.0, 4588.0, 4567.0, 4557.0, 4584.0, 4577.0, 4574.0, 4570.0, 4563.0, 4551.0, 4572.0, 4562.0, 4541.0, 4560.0, 4551.0, 4562.0, 4563.0, 4542.0, 4530.0, 4572.0, 4565.0, 4555.0, 4572.0, 4563.0, 4544.0, 4584.0, 4563.0, 4562.0, 4562.0, 4553.0, 4581.0, 4571.0, 4551.0, 4561.0, 4560.0, 4542.0, 4572.0, 4551.0, 4530.0, 4561.0, 4571.0, 4552.0, 4559.0, 4550.0, 4541.0, 4571.0, 4550.0, 4530.0, 4571.0, 4551.0, 4550.0, 4550.0, 4530.0, 4571.0, 4559.0, 4540.0, 4571.0, 4561.0, 4541.0, 4572.0, 4552.0, 4531.0, 4581.0, 4561.0, 4543.0, 4572.0, 4561.0, 4542.0, 4573.0, 4552.0, 4545.0, 4583.0, 4560.0, 4532.0, 4573.0, 4573.0, 4554.0, 4572.0, 4562.0, 4542.0, 4562.0, 4573.0, 4551.0, 4530.0, 4570.0, 4562.0, 4551.0, 4559.0, 4561.0, 4541.0, 4552.0, 4560.0, 4541.0, 4530.0, 4571.0, 4561.0, 4541.0, 4561.0, 4551.0, 4532.0, 4583.0, 4563.0, 4543.0, 4571.0, 4550.0, 4531.0, 4572.0, 4551.0, 4531.0, 4560.0, 4550.0, 4531.0, 4571.0, 4528.0, 4552.0, 4542.0, 4573.0, 4563.0, 4534.0, 4574.0, 4564.0, 4544.0, 4585.0, 4576.0, 4544.0, 4572.0, 4563.0, 4551.0, 4561.0, 4541.0, 4532.0, 4572.0, 4552.0, 4573.0, 4552.0, 4532.0, 4572.0, 4563.0, 4532.0, 4585.0, 4563.0, 4543.0, 4574.0, 4555.0, 4546.0, 4585.0, 4567.0, 4566.0, 4576.0, 4546.0, 4597.0, 4571.0, 4557.0, 4585.0, 4564.0, 4553.0, 4563.0, 4593.0, 4583.0, 4583.0, 4572.0, 4581.0, 4582.0, 4591.0, 4579.0, 4568.0, 4555.0, 4556.0, 4547.0, 4566.0, 4558.0, 4545.0, 4546.0, 4547.0, 4546.0, 4557.0, 4528.0, 4558.0, 4546.0, 4527.0, 4559.0, 4549.0, 4547.0, 4549.0, 4529.0, 4559.0, 4549.0, 4531.0, 4582.0, 4563.0, 4532.0, 4572.0, 4574.0, 4554.0, 4585.0, 4565.0, 4541.0, 4573.0, 4554.0, 4583.0, 4563.0, 4541.0, 4571.0, 4551.0, 4533.0, 4583.0, 4561.0, 4534.0, 4573.0, 4564.0, 4542.0, 4563.0, 4551.0, 4551.0, 4571.0, 4552.0, 4581.0, 4551.0, 4530.0, 4569.0, 4563.0, 4561.0, 4560.0, 4541.0, 4549.0, 4559.0, 4541.0, 4584.0, 4574.0, 4544.0, 4584.0, 4563.0, 4533.0, 4575.0, 4562.0, 4543.0, 4595.0, 4576.0, 4554.0, 4575.0, 4553.0, 4543.0, 4574.0, 4564.0, 4552.0, 4573.0, 4573.0, 4572.0, 4562.0, 4551.0, 4543.0, 4572.0, 4563.0, 4541.0, 4574.0, 4564.0, 4533.0, 4584.0, 4572.0, 4543.0, 4582.0, 4561.0, 4534.0, 4582.0, 4564.0, 4550.0, 4562.0, 4550.0, 4532.0, 4572.0, 4552.0, 4529.0, 4572.0, 4564.0, 4541.0, 4561.0, 4551.0, 4542.0, 4593.0, 4563.0, 4540.0, 4595.0, 4574.0, 4544.0, 4585.0, 4562.0, 4532.0, 4594.0, 4563.0, 4542.0, 4563.0, 4574.0, 4563.0, 4541.0, 4565.0, 4565.0, 4540.0, 4584.0, 4563.0, 4543.0, 4571.0, 4563.0, 4542.0, 4584.0, 4563.0, 4532.0, 4573.0, 4562.0, 4542.0, 4583.0, 4573.0, 4554.0, 4533.0, 4572.0, 4566.0, 4554.0, 4586.0, 4564.0, 4532.0, 4575.0, 4564.0, 4545.0, 4582.0, 4552.0, 4544.0, 4584.0, 4572.0, 4540.0, 4551.0, 4572.0, 4553.0, 4562.0, 4559.0, 4553.0, 4553.0, 4573.0, 4563.0, 4541.0, 4570.0, 4564.0, 4544.0, 4585.0, 4563.0, 4532.0, 4561.0, 4551.0, 4544.0, 4587.0, 4574.0, 4554.0, 4546.0, 4586.0, 4565.0, 4548.0, 4597.0, 4576.0, 4554.0, 4564.0, 4564.0, 4546.0, 4586.0, 4563.0, 4539.0, 4562.0, 4551.0, 4553.0, 4563.0, 4542.0, 4532.0, 4573.0, 4564.0, 4543.0, 4563.0, 4564.0, 4553.0, 4572.0, 4554.0, 4585.0, 4563.0, 4544.0, 4574.0, 4563.0, 4551.0, 4573.0, 4552.0, 4534.0, 4574.0, 4562.0, 4542.0, 4562.0, 4551.0, 4542.0, 4571.0, 4552.0, 4551.0, 4562.0, 4530.0, 4571.0, 4562.0, 4533.0, 4562.0, 4552.0, 4531.0, 4573.0, 4562.0, 4532.0, 4564.0, 4564.0, 4544.0, 4586.0, 4565.0, 4542.0, 4575.0, 4566.0, 4566.0, 4564.0, 4543.0, 4554.0, 4563.0, 4544.0, 4594.0, 4552.0, 4534.0, 4565.0, 4564.0, 4545.0, 4573.0, 4553.0, 4535.0, 4585.0, 4566.0, 4536.0, 4584.0, 4565.0, 4544.0, 4594.0, 4565.0, 4544.0, 4566.0, 4586.0, 4563.0, 4564.0, 4572.0, 4553.0, 4554.0, 4596.0, 4573.0, 4553.0, 4572.0, 4560.0, 4562.0, 4549.0, 4563.0, 4553.0, 4571.0, 4562.0, 4551.0, 4559.0, 4561.0, 4541.0, 4550.0, 4549.0, 4541.0, 4570.0, 4549.0, 4531.0, 4569.0, 4550.0, 4530.0, 4572.0, 4550.0, 4518.0, 4560.0, 4552.0, 4530.0, 4571.0, 4551.0, 4541.0, 4561.0, 4542.0, 4570.0, 4561.0, 4520.0, 4569.0, 4551.0, 4531.0, 4561.0, 4540.0, 4570.0, 4552.0, 4530.0, 4560.0, 4551.0, 4531.0, 4571.0, 4552.0, 4532.0, 4573.0, 4565.0, 4546.0, 4576.0, 4563.0, 4535.0, 4595.0, 4567.0, 4546.0, 4584.0, 4567.0, 4546.0, 4586.0, 4565.0, 4555.0, 4562.0, 4555.0, 4592.0, 4564.0, 4554.0, 4573.0, 4562.0, 4553.0, 4562.0, 4551.0, 4562.0, 4551.0, 4541.0, 4561.0, 4551.0, 4531.0, 4562.0, 4550.0, 4551.0, 4561.0, 4541.0, 4562.0, 4563.0, 4544.0, 4563.0, 4571.0, 4553.0, 4564.0, 4575.0, 4565.0, 4545.0, 4586.0, 4565.0, 4545.0, 4562.0, 4576.0, 4554.0, 4565.0, 4587.0, 4576.0, 4555.0, 4584.0, 4564.0, 4572.0, 4572.0, 4562.0, 4553.0, 4572.0, 4560.0, 4560.0, 4551.0, 4539.0, 4583.0, 4549.0, 4531.0, 4561.0, 4550.0, 4532.0, 4561.0, 4540.0, 4562.0, 4561.0, 4532.0, 4572.0, 4551.0, 4522.0, 4581.0, 4561.0, 4533.0, 4572.0, 4562.0, 4543.0, 4584.0, 4565.0, 4543.0, 4573.0, 4563.0, 4554.0, 4562.0, 4534.0, 4573.0, 4564.0, 4532.0, 4561.0, 4531.0, 4572.0, 4560.0, 4529.0, 4560.0, 4532.0, 4570.0, 4559.0, 4529.0, 4561.0, 4529.0, 4572.0, 4559.0, 4531.0, 4560.0, 4541.0, 4582.0, 4563.0, 4542.0, 4571.0, 4561.0, 4553.0, 4575.0, 4542.0, 4573.0, 4560.0, 4542.0, 4564.0, 4560.0, 4562.0, 4549.0, 4561.0, 4550.0, 4540.0, 4559.0, 4527.0, 4559.0, 4541.0, 4569.0, 4561.0, 4529.0, 4560.0, 4539.0, 4560.0, 4563.0, 4532.0, 4572.0, 4564.0, 4542.0, 4595.0, 4565.0, 4575.0, 4575.0, 4545.0, 4595.0, 4567.0, 4584.0, 4553.0, 4549.0, 4574.0, 4562.0, 4571.0, 4563.0, 4553.0, 4573.0, 4563.0, 4561.0, 4562.0, 4543.0, 4572.0, 4561.0, 4542.0, 4562.0, 4540.0, 4583.0, 4553.0, 4532.0, 4574.0, 4563.0, 4544.0, 4563.0, 4542.0, 4582.0, 4563.0, 4544.0, 4584.0, 4564.0, 4546.0, 4586.0, 4566.0, 4557.0, 4589.0, 4579.0, 4549.0, 4611.0, 4590.0, 4571.0, 4609.0, 4578.0, 4578.0, 4598.0, 4598.0, 4596.0, 4596.0, 4575.0, 4573.0, 4573.0, 4573.0, 4583.0, 4564.0, 4543.0, 4562.0, 4552.0, 4582.0, 4552.0, 4529.0, 4571.0, 4561.0, 4561.0, 4569.0, 4551.0, 4531.0, 4572.0, 4553.0, 4563.0, 4572.0, 4554.0, 4571.0, 4551.0, 4542.0, 4571.0, 4561.0, 4560.0, 4571.0, 4561.0, 4570.0, 4550.0, 4548.0, 4558.0, 4537.0, 4528.0, 4560.0, 4547.0, 4530.0, 4560.0, 4548.0, 4528.0, 4559.0, 4549.0, 4539.0, 4560.0, 4539.0, 4549.0, 4572.0, 4561.0, 4581.0, 4553.0, 4530.0, 4572.0, 4562.0, 4541.0, 4581.0, 4562.0, 4541.0, 4583.0, 4561.0, 4553.0, 4563.0, 4562.0, 4563.0, 4565.0, 4572.0, 4552.0, 4552.0, 4583.0, 4564.0, 4543.0, 4575.0, 4549.0, 4543.0, 4583.0, 4565.0, 4554.0, 4594.0, 4564.0, 4555.0, 4573.0, 4585.0, 4551.0, 4545.0, 4595.0, 4565.0, 4554.0, 4544.0, 4595.0, 4576.0, 4545.0, 4585.0, 4563.0, 4545.0, 4594.0, 4573.0, 4562.0, 4570.0, 4551.0, 4532.0, 4571.0, 4562.0, 4542.0, 4561.0, 4552.0, 4528.0, 4570.0, 4563.0, 4554.0, 4572.0, 4553.0, 4542.0, 4587.0, 4566.0, 4554.0, 4576.0, 4564.0, 4545.0, 4576.0, 4578.0, 4578.0, 4586.0, 4557.0, 4585.0, 4565.0, 4545.0, 4584.0, 4565.0, 4554.0, 4574.0, 4565.0, 4564.0, 4582.0, 4563.0, 4564.0, 4573.0, 4553.0, 4584.0, 4575.0, 4552.0, 4573.0, 4553.0, 4572.0, 4553.0, 4560.0, 4548.0, 4530.0, 4571.0, 4553.0, 4531.0, 4572.0, 4561.0, 4541.0, 4573.0, 4565.0, 4554.0, 4572.0, 4553.0, 4564.0, 4574.0, 4553.0, 4594.0, 4563.0, 4542.0, 4571.0, 4562.0, 4552.0, 4572.0, 4550.0, 4533.0, 4571.0, 4562.0, 4554.0, 4582.0, 4562.0, 4543.0, 4583.0, 4563.0, 4562.0, 4569.0, 4550.0, 4531.0, 4579.0, 4559.0, 4530.0, 4569.0, 4549.0, 4542.0, 4581.0, 4551.0, 4530.0, 4551.0, 4559.0, 4561.0, 4550.0, 4571.0, 4549.0, 4539.0, 4570.0, 4552.0, 4551.0, 4562.0, 4539.0, 4542.0, 4572.0, 4553.0, 4570.0, 4551.0, 4531.0, 4581.0, 4550.0, 4531.0, 4570.0, 4551.0, 4543.0, 4573.0, 4574.0, 4565.0, 4557.0, 4586.0, 4567.0, 4596.0], 'WindowWidth': [10159.0, 10110.0, 10064.0, 10068.0, 10034.0, 10016.0, 10054.0, 10043.0, 10035.0, 10028.0, 10018.0, 10003.0, 10031.0, 10015.0, 9987.0, 10012.0, 10003.0, 10015.0, 10019.0, 9989.0, 9972.0, 10034.0, 10026.0, 10011.0, 10033.0, 10020.0, 9997.0, 10051.0, 10021.0, 10017.0, 10016.0, 10004.0, 10044.0, 10027.0, 9999.0, 10014.0, 10013.0, 9989.0, 10032.0, 10001.0, 9971.0, 10016.0, 10029.0, 10003.0, 10011.0, 9998.0, 9986.0, 10030.0, 9998.0, 9970.0, 10026.0, 9999.0, 9998.0, 9997.0, 9971.0, 10029.0, 10010.0, 9984.0, 10028.0, 10015.0, 9989.0, 10033.0, 10002.0, 9976.0, 10045.0, 10017.0, 9993.0, 10033.0, 10016.0, 9990.0, 10034.0, 10004.0, 9997.0, 10049.0, 10016.0, 9977.0, 10033.0, 10034.0, 10008.0, 10031.0, 10017.0, 9991.0, 10019.0, 10032.0, 10001.0, 9974.0, 10028.0, 10017.0, 9999.0, 10011.0, 10014.0, 9988.0, 10002.0, 10010.0, 9985.0, 9972.0, 10026.0, 10014.0, 9987.0, 10015.0, 10001.0, 9975.0, 10047.0, 10021.0, 9991.0, 10028.0, 9997.0, 9973.0, 10031.0, 10000.0, 9973.0, 10012.0, 9998.0, 9973.0, 10029.0, 9966.0, 10002.0, 9989.0, 10033.0, 10020.0, 9982.0, 10036.0, 10024.0, 9996.0, 10055.0, 10042.0, 9996.0, 10030.0, 10016.0, 9999.0, 10013.0, 9983.0, 9973.0, 10029.0, 10003.0, 10032.0, 10001.0, 9976.0, 10033.0, 10019.0, 9977.0, 10051.0, 10019.0, 9993.0, 10037.0, 10012.0, 10002.0, 10053.0, 10030.0, 10028.0, 10041.0, 9999.0, 10070.0, 10030.0, 10017.0, 10054.0, 10023.0, 10006.0, 10019.0, 10064.0, 10044.0, 10044.0, 10027.0, 10040.0, 10043.0, 10055.0, 10036.0, 10016.0, 9998.0, 9999.0, 9987.0, 10016.0, 10006.0, 9983.0, 9986.0, 9986.0, 9989.0, 10002.0, 9964.0, 10005.0, 9986.0, 9962.0, 10007.0, 9995.0, 9992.0, 9995.0, 9969.0, 10009.0, 9997.0, 9975.0, 10047.0, 10019.0, 9978.0, 10031.0, 10038.0, 10011.0, 10052.0, 10025.0, 9990.0, 10033.0, 10010.0, 10050.0, 10020.0, 9989.0, 10027.0, 10002.0, 9980.0, 10049.0, 10016.0, 9979.0, 10034.0, 10022.0, 9990.0, 10020.0, 10001.0, 10003.0, 10030.0, 10003.0, 10042.0, 9999.0, 9972.0, 10026.0, 10020.0, 10016.0, 10013.0, 9988.0, 9998.0, 10010.0, 9988.0, 10051.0, 10037.0, 9997.0, 10051.0, 10021.0, 9981.0, 10038.0, 10018.0, 9995.0, 10070.0, 10042.0, 10011.0, 10042.0, 10010.0, 9994.0, 10037.0, 10023.0, 10006.0, 10035.0, 10033.0, 10031.0, 10017.0, 10002.0, 9992.0, 10032.0, 10020.0, 9989.0, 10037.0, 10021.0, 9979.0, 10051.0, 10033.0, 9993.0, 10046.0, 10015.0, 9981.0, 10048.0, 10023.0, 9998.0, 10015.0, 9998.0, 9976.0, 10031.0, 10001.0, 9968.0, 10030.0, 10020.0, 9987.0, 10014.0, 10001.0, 9991.0, 10063.0, 10020.0, 9989.0, 10067.0, 10039.0, 9996.0, 10052.0, 10018.0, 9980.0, 10065.0, 10021.0, 9991.0, 10020.0, 10037.0, 10021.0, 9991.0, 10024.0, 10024.0, 9990.0, 10051.0, 10024.0, 9992.0, 10030.0, 10019.0, 9993.0, 10051.0, 10020.0, 9977.0, 10035.0, 10019.0, 9992.0, 10048.0, 10035.0, 10009.0, 9980.0, 10034.0, 10028.0, 10012.0, 10057.0, 10024.0, 9979.0, 10040.0, 10023.0, 9997.0, 10046.0, 10003.0, 9996.0, 10050.0, 10032.0, 9986.0, 10001.0, 10032.0, 10007.0, 10018.0, 10011.0, 10005.0, 10007.0, 10034.0, 10020.0, 9990.0, 10029.0, 10023.0, 9996.0, 10052.0, 10020.0, 9978.0, 10016.0, 10000.0, 9996.0, 10058.0, 10039.0, 10012.0, 10002.0, 10057.0, 10026.0, 10007.0, 10073.0, 10044.0, 10011.0, 10024.0, 10022.0, 10000.0, 10055.0, 10019.0, 9982.0, 10015.0, 10001.0, 10003.0, 10019.0, 9989.0, 9975.0, 10035.0, 10024.0, 9994.0, 10022.0, 10021.0, 10008.0, 10033.0, 10008.0, 10052.0, 10018.0, 9992.0, 10036.0, 10019.0, 10002.0, 10033.0, 10003.0, 9979.0, 10037.0, 10018.0, 9990.0, 10018.0, 10001.0, 9991.0, 10029.0, 10003.0, 10000.0, 10014.0, 9971.0, 10029.0, 10017.0, 9976.0, 10015.0, 10000.0, 9973.0, 10032.0, 10017.0, 9978.0, 10022.0, 10022.0, 9997.0, 10054.0, 10024.0, 9990.0, 10037.0, 10027.0, 10025.0, 10022.0, 9991.0, 10006.0, 10020.0, 9996.0, 10063.0, 10003.0, 9981.0, 10025.0, 10022.0, 9996.0, 10033.0, 10005.0, 9982.0, 10052.0, 10029.0, 9986.0, 10049.0, 10025.0, 9998.0, 10068.0, 10027.0, 9996.0, 10026.0, 10054.0, 10022.0, 10021.0, 10032.0, 10005.0, 10007.0, 10070.0, 10032.0, 10004.0, 10032.0, 10015.0, 10018.0, 9996.0, 10020.0, 10005.0, 10027.0, 10014.0, 9999.0, 10008.0, 10013.0, 9986.0, 9995.0, 9995.0, 9986.0, 10024.0, 9996.0, 9971.0, 10021.0, 9995.0, 9969.0, 10029.0, 9995.0, 9952.0, 10011.0, 10001.0, 9970.0, 10026.0, 10000.0, 9987.0, 10015.0, 9989.0, 10025.0, 10012.0, 9957.0, 10023.0, 10000.0, 9972.0, 10009.0, 9983.0, 10024.0, 10002.0, 9970.0, 10010.0, 10000.0, 9974.0, 10029.0, 10003.0, 9976.0, 10033.0, 10024.0, 9999.0, 10040.0, 10021.0, 9984.0, 10067.0, 10031.0, 9999.0, 10051.0, 10029.0, 10000.0, 10054.0, 10025.0, 10010.0, 10018.0, 10010.0, 10060.0, 10021.0, 10005.0, 10031.0, 10017.0, 10004.0, 10016.0, 9997.0, 10014.0, 10000.0, 9984.0, 10015.0, 9998.0, 9973.0, 10014.0, 9999.0, 10000.0, 10012.0, 9987.0, 10017.0, 10019.0, 9993.0, 10018.0, 10028.0, 10006.0, 10022.0, 10038.0, 10025.0, 10000.0, 10057.0, 10027.0, 10000.0, 10022.0, 10040.0, 10010.0, 10025.0, 10059.0, 10041.0, 10010.0, 10051.0, 10023.0, 10030.0, 10031.0, 10017.0, 10004.0, 10031.0, 10012.0, 10010.0, 9998.0, 9983.0, 10044.0, 9996.0, 9972.0, 10013.0, 9998.0, 9973.0, 10010.0, 9984.0, 10014.0, 10015.0, 9974.0, 10029.0, 9998.0, 9963.0, 10043.0, 10016.0, 9978.0, 10030.0, 10018.0, 9994.0, 10050.0, 10023.0, 9992.0, 10032.0, 10020.0, 10006.0, 10015.0, 9979.0, 10030.0, 10019.0, 9974.0, 10011.0, 9972.0, 10028.0, 10011.0, 9968.0, 10007.0, 9974.0, 10023.0, 10009.0, 9967.0, 10010.0, 9968.0, 10027.0, 10011.0, 9972.0, 10010.0, 9987.0, 10044.0, 10018.0, 9989.0, 10029.0, 10016.0, 10006.0, 10037.0, 9990.0, 10032.0, 10012.0, 9988.0, 10020.0, 10010.0, 10014.0, 9995.0, 10011.0, 9996.0, 9982.0, 10009.0, 9962.0, 10008.0, 9986.0, 10022.0, 10013.0, 9968.0, 10011.0, 9982.0, 10014.0, 10020.0, 9978.0, 10033.0, 10023.0, 9992.0, 10068.0, 10027.0, 10040.0, 10039.0, 9998.0, 10066.0, 10028.0, 10048.0, 10005.0, 9998.0, 10037.0, 10017.0, 10029.0, 10017.0, 10004.0, 10034.0, 10018.0, 10014.0, 10017.0, 9991.0, 10033.0, 10015.0, 9987.0, 10017.0, 9988.0, 10049.0, 10004.0, 9975.0, 10033.0, 10020.0, 9995.0, 10019.0, 9990.0, 10046.0, 10021.0, 9996.0, 10049.0, 10023.0, 10001.0, 10057.0, 10027.0, 10020.0, 10067.0, 10052.0, 10012.0, 10098.0, 10071.0, 10044.0, 10094.0, 10050.0, 10048.0, 10079.0, 10076.0, 10070.0, 10068.0, 10037.0, 10035.0, 10035.0, 10032.0, 10048.0, 10021.0, 9990.0, 10016.0, 10003.0, 10046.0, 10002.0, 9969.0, 10028.0, 10016.0, 10017.0, 10026.0, 10002.0, 9975.0, 10030.0, 10006.0, 10019.0, 10031.0, 10007.0, 10029.0, 10001.0, 9989.0, 10030.0, 10015.0, 10011.0, 10027.0, 10011.0, 10025.0, 9996.0, 9990.0, 10005.0, 9977.0, 9964.0, 10011.0, 9993.0, 9970.0, 10010.0, 9992.0, 9965.0, 10010.0, 9997.0, 9983.0, 10012.0, 9983.0, 9997.0, 10029.0, 10016.0, 10043.0, 10003.0, 9971.0, 10030.0, 10017.0, 9988.0, 10042.0, 10016.0, 9989.0, 10048.0, 10017.0, 10008.0, 10020.0, 10019.0, 10023.0, 10025.0, 10033.0, 10005.0, 10005.0, 10050.0, 10025.0, 9994.0, 10040.0, 10001.0, 9994.0, 10050.0, 10028.0, 10010.0, 10065.0, 10024.0, 10013.0, 10037.0, 10054.0, 10003.0, 9999.0, 10068.0, 10026.0, 10011.0, 10000.0, 10071.0, 10044.0, 10000.0, 10054.0, 10021.0, 10000.0, 10066.0, 10037.0, 10018.0, 10028.0, 10001.0, 9977.0, 10029.0, 10019.0, 9989.0, 10014.0, 10003.0, 9970.0, 10030.0, 10022.0, 10010.0, 10033.0, 10008.0, 9993.0, 10059.0, 10031.0, 10013.0, 10042.0, 10024.0, 9999.0, 10043.0, 10049.0, 10048.0, 10060.0, 10018.0, 10053.0, 10025.0, 10001.0, 10051.0, 10027.0, 10008.0, 10036.0, 10024.0, 10023.0, 10048.0, 10023.0, 10023.0, 10034.0, 10009.0, 10051.0, 10040.0, 10004.0, 10033.0, 10006.0, 10032.0, 10005.0, 10010.0, 9993.0, 9969.0, 10030.0, 10006.0, 9975.0, 10032.0, 10016.0, 9989.0, 10036.0, 10026.0, 10009.0, 10032.0, 10008.0, 10023.0, 10036.0, 10008.0, 10063.0, 10019.0, 9989.0, 10029.0, 10016.0, 10002.0, 10032.0, 9998.0, 9976.0, 10029.0, 10018.0, 10008.0, 10045.0, 10017.0, 9992.0, 10047.0, 10019.0, 10015.0, 10023.0, 9997.0, 9974.0, 10038.0, 10010.0, 9970.0, 10022.0, 9995.0, 9988.0, 10041.0, 9998.0, 9968.0, 9997.0, 10010.0, 10014.0, 9998.0, 10028.0, 9996.0, 9983.0, 10028.0, 10003.0, 10000.0, 10017.0, 9984.0, 9989.0, 10030.0, 10003.0, 10026.0, 10000.0, 9973.0, 10042.0, 9999.0, 9971.0, 10025.0, 9999.0, 9993.0, 10034.0, 10038.0, 10026.0, 10016.0, 10054.0, 10029.0, 10068.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.00016158523344191096</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018120820412595006</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.41415536718476</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2221069290217406</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9979298253369561</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5153</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5085.7988</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09248533116905472</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.49728555917481</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3087998361172266</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.137438039948597</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.595665210841792</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1932962575612907</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00650984</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019862130284309387</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0464722104370594</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>921</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.269868697638959</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>13.1328</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.9851</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>223.1815</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>288460.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>1078.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>399.277</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1581</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>533.6505</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3724.4482</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3875.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88084.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1571.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4814.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.5169</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.51944017782807</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> |