=== 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-0076 --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-0076",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0076/ses-02/func/sub-0076_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>46a64e35cbf23c5b8d7139f069581900</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>14:07:35.702500</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.999052, 0.0123631, -0.0417473, -0.0116831, 0.999796, 0.0164922]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0967797</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4145, -7706, -7265, 724, 14, 25, -68, 86]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>241.411</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a5cef1d7-b37b-4f72-9e16-277aa1a95c16||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.68038272857666, -0.031344976276159286, -0.11324530839920044, 119.63668060302734], [-0.033169232308864594, 2.6823787689208984, 0.04316973313689232, -97.70323181152344], [-0.11200506240129471, -0.044247280806303024, 2.6972784996032715, -56.5930061340332], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['140735.702500', '140736.162500', '140736.622500', '140737.082500', '140737.542500', '140738.002500', '140738.462500', '140738.922500', '140739.382500', '140739.842500', '140740.302500', '140740.762500', '140741.222500', '140741.682500', '140742.142500', '140742.602500', '140743.062500', '140743.522500', '140743.982500', '140744.442500', '140744.902500', '140745.362500', '140745.822500', '140746.282500', '140746.742500', '140747.202500', '140747.662500', '140748.122500', '140748.582500', '140749.042500', '140749.502500', '140749.962500', '140750.422500', '140750.882500', '140751.342500', '140751.802500', '140752.262500', '140752.722500', '140753.182500', '140753.642500', '140754.102500', '140754.562500', '140755.022500', '140755.482500', '140755.942500', '140756.402500', '140756.862500', '140757.322500', '140757.782500', '140758.242500', '140758.702500', '140759.162500', '140759.622500', '140800.082500', '140800.542500', '140801.002500', '140801.462500', '140801.922500', '140802.382500', '140802.842500', '140803.302500', '140803.762500', '140804.222500', '140804.682500', '140805.142500', '140805.602500', '140806.062500', '140806.522500', '140806.982500', '140807.442500', '140807.902500', '140808.362500', '140808.822500', '140809.282500', '140809.742500', '140810.202500', '140810.662500', '140811.122500', '140811.582500', '140812.042500', '140812.502500', '140812.962500', '140813.422500', '140813.882500', '140814.342500', '140814.802500', '140815.262500', '140815.722500', '140816.182500', '140816.642500', '140817.102500', '140817.562500', '140818.022500', '140818.482500', '140818.942500', '140819.402500', '140819.862500', '140820.322500', '140820.782500', '140821.242500', '140821.702500', '140822.162500', '140822.622500', '140823.082500', '140823.542500', '140824.002500', '140824.462500', '140824.922500', '140825.382500', '140825.842500', '140826.302500', '140826.762500', '140827.222500', '140827.682500', '140828.142500', '140828.602500', '140829.062500', '140829.522500', '140829.982500', '140830.442500', '140830.902500', '140831.362500', '140831.822500', '140832.282500', '140832.742500', '140833.202500', '140833.662500', '140834.122500', '140834.582500', '140835.042500', '140835.502500', '140835.962500', '140836.422500', '140836.882500', '140837.342500', '140837.802500', '140838.262500', '140838.722500', '140839.182500', '140839.642500', '140840.102500', '140840.562500', '140841.022500', '140841.482500', '140841.942500', '140842.402500', '140842.862500', '140843.322500', '140843.782500', '140844.242500', '140844.702500', '140845.162500', '140845.622500', '140846.082500', '140846.542500', '140847.002500', '140847.462500', '140847.922500', '140848.382500', '140848.842500', '140849.302500', '140849.762500', '140850.222500', '140850.682500', '140851.142500', '140851.602500', '140852.062500', '140852.522500', '140852.982500', '140853.442500', '140853.902500', '140854.362500', '140854.822500', '140855.282500', '140855.742500', '140856.202500', '140856.662500', '140857.122500', '140857.582500', '140858.042500', '140858.502500', '140858.962500', '140859.422500', '140859.882500', '140900.342500', '140900.802500', '140901.262500', '140901.722500', '140902.182500', '140902.642500', '140903.102500', '140903.562500', '140904.022500', '140904.482500', '140904.942500', '140905.402500', '140905.862500', '140906.322500', '140906.782500', '140907.242500', '140907.702500', '140908.162500', '140908.622500', '140909.082500', '140909.542500', '140910.002500', '140910.462500', '140910.922500', '140911.382500', '140911.842500', '140912.302500', '140912.762500', '140913.222500', '140913.682500', '140914.142500', '140914.602500', '140915.062500', '140915.522500', '140915.982500', '140916.442500', '140916.902500', '140917.362500', '140917.822500', '140918.282500', '140918.742500', '140919.202500', '140919.662500', '140920.122500', '140920.582500', '140921.042500', '140921.502500', '140921.962500', '140922.422500', '140922.882500', '140923.342500', '140923.802500', '140924.262500', '140924.722500', '140925.182500', '140925.642500', '140926.102500', '140926.562500', '140927.022500', '140927.482500', '140927.942500', '140928.402500', '140928.862500', '140929.322500', '140929.782500', '140930.242500', '140930.702500', '140931.162500', '140931.622500', '140932.082500', '140932.542500', '140933.002500', '140933.462500', '140933.922500', '140934.382500', '140934.842500', '140935.302500', '140935.762500', '140936.222500', '140936.682500', '140937.142500', '140937.602500', '140938.062500', '140938.522500', '140938.982500', '140939.442500', '140939.902500', '140940.362500', '140940.822500', '140941.282500', '140941.742500', '140942.202500', '140942.662500', '140943.122500', '140943.582500', '140944.042500', '140944.502500', '140944.962500', '140945.422500', '140945.882500', '140946.342500', '140946.802500', '140947.262500', '140947.722500', '140948.182500', '140948.642500', '140949.102500', '140949.562500', '140950.022500', '140950.482500', '140950.942500', '140951.402500', '140951.862500', '140952.322500', '140952.782500', '140953.242500', '140953.702500', '140954.162500', '140954.622500', '140955.082500', '140955.542500', '140956.002500', '140956.462500', '140956.922500', '140957.382500', '140957.842500', '140958.302500', '140958.762500', '140959.222500', '140959.682500', '141000.142500', '141000.602500', '141001.062500', '141001.522500', '141001.982500', '141002.442500', '141002.902500', '141003.362500', '141003.822500', '141004.282500', '141004.742500', '141005.202500', '141005.662500', '141006.122500', '141006.582500', '141007.042500', '141007.502500', '141007.962500', '141008.422500', '141008.882500', '141009.342500', '141009.802500', '141010.262500', '141010.722500', '141011.182500', '141011.642500', '141012.102500', '141012.562500', '141013.022500', '141013.482500', '141013.942500', '141014.402500', '141014.862500', '141015.322500', '141015.782500', '141016.242500', '141016.702500', '141017.162500', '141017.622500', '141018.082500', '141018.542500', '141019.002500', '141019.462500', '141019.922500', '141020.382500', '141020.842500', '141021.302500', '141021.762500', '141022.222500', '141022.682500', '141023.142500', '141023.602500', '141024.062500', '141024.522500', '141024.982500', '141025.442500', '141025.902500', '141026.362500', '141026.822500', '141027.282500', '141027.742500', '141028.202500', '141028.662500', '141029.122500', '141029.582500', '141030.042500', '141030.502500', '141030.962500', '141031.422500', '141031.882500', '141032.342500', '141032.802500', '141033.262500', '141033.722500', '141034.182500', '141034.642500', '141035.102500', '141035.562500', '141036.022500', '141036.482500', '141036.942500', '141037.402500', '141037.862500', '141038.322500', '141038.782500', '141039.242500', '141039.702500', '141040.162500', '141040.622500', '141041.082500', '141041.542500', '141042.002500', '141042.462500', '141042.922500', '141043.382500', '141043.842500', '141044.302500', '141044.762500', '141045.222500', '141045.682500', '141046.142500', '141046.602500', '141047.062500', '141047.522500', '141047.982500', '141048.442500', '141048.902500', '141049.362500', '141049.822500', '141050.282500', '141050.742500', '141051.202500', '141051.662500', '141052.122500', '141052.582500', '141053.042500', '141053.502500', '141053.962500', '141054.422500', '141054.882500', '141055.342500', '141055.802500', '141056.262500', '141056.722500', '141057.182500', '141057.642500', '141058.102500', '141058.562500', '141059.022500', '141059.482500', '141059.942500', '141100.402500', '141100.862500', '141101.322500', '141101.782500', '141102.242500', '141102.702500', '141103.162500', '141103.622500', '141104.082500', '141104.542500', '141105.002500', '141105.462500', '141105.922500', '141106.382500', '141106.842500', '141107.302500', '141107.762500', '141108.222500', '141108.682500', '141109.142500', '141109.602500', '141110.062500', '141110.522500', '141110.982500', '141111.442500', '141111.902500', '141112.362500', '141112.822500', '141113.282500', '141113.742500', '141114.202500', '141114.662500', '141115.122500', '141115.582500', '141116.042500', '141116.502500', '141116.962500', '141117.422500', '141117.882500', '141118.342500', '141118.802500', '141119.262500', '141119.722500', '141120.182500', '141120.642500', '141121.102500', '141121.562500', '141122.022500', '141122.482500', '141122.942500', '141123.402500', '141123.862500', '141124.322500', '141124.782500', '141125.242500', '141125.702500', '141126.162500', '141126.622500', '141127.082500', '141127.542500', '141128.002500', '141128.462500', '141128.922500', '141129.382500', '141129.842500', '141130.302500', '141130.762500', '141131.222500', '141131.682500', '141132.142500', '141132.602500', '141133.062500', '141133.522500', '141133.982500', '141134.442500', '141134.902500', '141135.362500', '141135.822500', '141136.282500', '141136.742500', '141137.202500', '141137.662500', '141138.122500', '141138.582500', '141139.042500', '141139.502500', '141139.962500', '141140.422500', '141140.882500', '141141.342500', '141141.802500', '141142.262500', '141142.722500', '141143.182500', '141143.642500', '141144.102500', '141144.562500', '141145.022500', '141145.482500', '141145.942500', '141146.402500', '141146.862500', '141147.322500', '141147.782500', '141148.242500', '141148.702500', '141149.162500', '141149.622500', '141150.082500', '141150.542500', '141151.002500', '141151.462500', '141151.922500', '141152.382500', '141152.842500', '141153.302500', '141153.762500', '141154.222500', '141154.682500', '141155.142500', '141155.602500', '141156.062500', '141156.522500', '141156.982500', '141157.442500', '141157.902500', '141158.362500', '141158.822500', '141159.282500', '141159.742500', '141200.202500', '141200.662500', '141201.122500', '141201.582500', '141202.042500', '141202.502500', '141202.962500', '141203.422500', '141203.882500', '141204.342500', '141204.802500', '141205.262500', '141205.722500', '141206.182500', '141206.642500', '141207.102500', '141207.562500', '141208.022500', '141208.482500', '141208.942500', '141209.402500', '141209.862500', '141210.322500', '141210.782500', '141211.242500', '141211.702500', '141212.162500', '141212.622500', '141213.082500', '141213.542500', '141214.002500', '141214.462500', '141214.922500', '141215.382500', '141215.842500', '141216.302500', '141216.762500', '141217.222500', '141217.682500', '141218.142500', '141218.602500', '141219.062500', '141219.522500', '141219.982500', '141220.442500', '141220.902500', '141221.362500', '141221.822500', '141222.282500', '141222.742500', '141223.202500', '141223.662500', '141224.122500', '141224.582500', '141225.042500', '141225.502500', '141225.962500', '141226.422500', '141226.882500', '141227.342500', '141227.802500', '141228.262500', '141228.722500', '141229.182500', '141229.642500', '141230.102500', '141230.562500', '141231.022500', '141231.482500', '141231.942500', '141232.402500', '141232.862500', '141233.322500', '141233.782500', '141234.242500', '141234.702500', '141235.162500', '141235.622500', '141236.082500', '141236.542500', '141237.002500', '141237.462500', '141237.922500', '141238.382500', '141238.842500', '141239.302500', '141239.762500', '141240.222500', '141240.682500', '141241.142500', '141241.602500', '141242.062500', '141242.522500', '141242.982500', '141243.442500', '141243.902500', '141244.362500', '141244.822500', '141245.282500', '141245.742500', '141246.202500', '141246.662500', '141247.122500', '141247.582500', '141248.042500', '141248.502500', '141248.962500', '141249.422500', '141249.882500', '141250.342500', '141250.802500', '141251.262500', '141251.722500', '141252.182500', '141252.642500', '141253.102500', '141253.562500', '141254.022500', '141254.482500', '141254.942500', '141255.402500', '141255.862500', '141256.322500', '141256.782500', '141257.242500', '141257.702500', '141258.162500', '141258.622500', '141259.082500', '141259.542500', '141300.002500', '141300.462500', '141300.922500', '141301.382500', '141301.842500', '141302.302500', '141302.762500', '141303.222500', '141303.682500', '141304.142500', '141304.602500', '141305.062500', '141305.522500', '141305.982500', '141306.442500', '141306.902500', '141307.362500', '141307.822500', '141308.282500', '141308.742500', '141309.202500', '141309.662500', '141310.122500', '141310.582500', '141311.042500', '141311.502500', '141311.962500', '141312.422500', '141312.882500', '141313.342500', '141313.802500', '141314.262500', '141314.722500', '141315.182500', '141315.642500', '141316.102500', '141316.562500', '141317.022500', '141317.482500', '141317.942500', '141318.402500', '141318.862500', '141319.322500', '141319.782500', '141320.242500', '141320.702500', '141321.162500', '141321.622500', '141322.082500', '141322.542500', '141323.002500', '141323.462500', '141323.922500', '141324.382500', '141324.842500', '141325.302500', '141325.762500', '141326.222500', '141326.682500', '141327.142500', '141327.602500', '141328.062500', '141328.522500', '141328.982500', '141329.442500', '141329.902500', '141330.362500', '141330.822500', '141331.282500', '141331.742500', '141332.202500', '141332.662500', '141333.122500', '141333.582500', '141334.042500', '141334.502500', '141334.962500', '141335.422500', '141335.882500', '141336.342500', '141336.802500', '141337.262500', '141337.722500', '141338.182500', '141338.642500', '141339.102500', '141339.562500', '141340.022500', '141340.482500', '141340.942500', '141341.402500', '141341.862500', '141342.322500', '141342.782500', '141343.242500', '141343.702500', '141344.162500', '141344.622500', '141345.082500', '141345.542500', '141346.002500', '141346.462500', '141346.922500', '141347.382500', '141347.842500', '141348.302500', '141348.762500', '141349.222500', '141349.682500', '141350.142500', '141350.602500', '141351.062500', '141351.522500', '141351.982500', '141352.442500', '141352.902500', '141353.362500', '141353.822500', '141354.282500', '141354.742500', '141355.202500', '141355.662500', '141356.122500', '141356.582500', '141357.042500', '141357.502500', '141357.962500', '141358.422500', '141358.882500', '141359.342500', '141359.802500', '141400.262500', '141400.722500', '141401.182500', '141401.642500', '141402.102500', '141402.562500', '141403.022500', '141403.482500', '141403.942500', '141404.402500', '141404.862500', '141405.322500', '141405.782500', '141406.242500', '141406.702500', '141407.162500', '141407.622500', '141408.082500', '141408.542500', '141409.002500', '141409.462500', '141409.922500', '141410.382500', '141410.842500', '141411.302500', '141411.762500', '141412.222500', '141412.682500', '141413.142500', '141413.602500', '141414.062500', '141414.522500', '141414.982500', '141415.442500', '141415.902500', '141416.362500', '141416.822500', '141417.282500', '141417.742500', '141418.202500', '141418.662500', '141419.122500', '141419.582500', '141420.042500', '141420.502500', '141420.962500', '141421.422500', '141421.882500', '141422.342500', '141422.802500', '141423.262500', '141423.722500', '141424.182500', '141424.642500', '141425.102500', '141425.562500', '141426.022500', '141426.482500', '141426.942500', '141427.402500', '141427.862500', '141428.322500', '141428.782500', '141429.242500', '141429.702500', '141430.162500', '141430.622500', '141431.082500', '141431.542500', '141432.002500', '141432.462500', '141432.922500', '141433.382500', '141433.842500', '141434.302500', '141434.762500', '141435.222500', '141435.682500'], 'ContentTime': ['140757.882000', '140757.886000', '140757.889000', '140757.892000', '140757.895000', '140757.897000', '140757.900000', '140757.903000', '140757.905000', '140757.908000', '140757.911000', '140757.914000', '140757.916000', '140757.919000', '140757.942000', '140757.945000', '140757.948000', '140757.950000', '140757.953000', '140757.955000', '140757.958000', '140757.961000', '140757.963000', '140757.966000', '140757.968000', '140757.971000', '140757.973000', '140758.009000', '140758.013000', '140758.016000', '140758.018000', '140758.021000', '140758.024000', '140758.026000', '140758.029000', '140758.032000', '140758.034000', '140758.037000', '140758.039000', '140758.042000', '140758.045000', '140758.047000', '140758.050000', '140758.053000', '140758.055000', '140817.816000', '140817.818000', '140817.821000', '140817.824000', '140817.826000', '140817.829000', '140817.831000', '140817.834000', '140817.837000', '140817.839000', '140817.842000', '140817.845000', '140817.847000', '140817.850000', '140817.852000', '140817.855000', '140817.858000', '140817.860000', '140817.863000', '140817.866000', '140817.868000', '140817.871000', '140817.873000', '140817.876000', '140817.879000', '140817.881000', '140817.884000', '140817.887000', '140817.889000', '140817.892000', '140817.895000', '140817.897000', '140817.900000', '140817.906000', '140817.909000', '140817.912000', '140817.914000', '140817.917000', '140817.920000', '140817.922000', '140817.925000', '140817.928000', '140817.930000', '140817.933000', '140837.816000', '140837.819000', '140837.821000', '140837.824000', '140837.826000', '140837.829000', '140837.832000', '140837.834000', '140837.837000', '140837.847000', '140837.850000', '140837.853000', '140837.855000', '140837.858000', '140837.861000', '140837.863000', '140837.866000', '140837.869000', '140837.871000', '140837.874000', '140837.876000', '140837.879000', '140837.882000', '140837.884000', '140837.887000', '140837.890000', '140837.892000', '140837.895000', '140837.897000', '140837.900000', '140837.903000', '140837.906000', '140837.908000', '140837.911000', '140837.913000', '140837.916000', '140837.918000', '140837.921000', '140837.924000', '140837.926000', '140837.929000', '140837.936000', '140837.938000', '140857.816000', '140857.819000', '140857.822000', '140857.824000', '140857.827000', '140857.829000', '140857.832000', '140857.835000', '140857.837000', '140857.840000', '140857.843000', '140857.845000', '140857.848000', '140857.850000', '140857.853000', '140857.856000', '140857.858000', '140857.861000', '140857.864000', '140857.866000', '140857.869000', '140857.872000', '140857.875000', '140857.877000', '140857.880000', '140857.882000', '140857.885000', '140857.888000', '140857.891000', '140857.893000', '140857.896000', '140857.899000', '140857.901000', '140857.904000', '140857.906000', '140857.910000', '140857.913000', '140857.915000', '140857.918000', '140857.921000', '140857.923000', '140857.926000', '140857.928000', '140857.931000', '140917.816000', '140917.819000', '140917.822000', '140917.824000', '140917.827000', '140917.830000', '140917.833000', '140917.835000', '140917.838000', '140917.841000', '140917.843000', '140917.846000', '140917.848000', '140917.851000', '140917.854000', '140917.856000', '140917.859000', '140917.862000', '140917.864000', '140917.867000', '140917.870000', '140917.872000', '140917.875000', '140917.877000', '140917.880000', '140917.883000', '140917.885000', '140917.888000', '140917.891000', '140917.893000', '140917.896000', '140917.898000', '140917.901000', '140917.904000', '140917.906000', '140917.909000', '140917.911000', '140917.914000', '140917.917000', '140917.919000', '140917.922000', '140917.925000', '140917.927000', '140937.816000', '140937.818000', '140937.821000', '140937.824000', '140937.826000', '140937.829000', '140937.832000', '140937.834000', '140937.837000', '140937.840000', '140937.842000', '140937.845000', '140937.848000', '140937.850000', '140937.853000', '140937.855000', '140937.858000', '140937.861000', '140937.863000', '140937.866000', '140937.869000', '140937.892000', '140937.894000', '140937.897000', '140937.900000', '140937.902000', '140937.905000', '140937.907000', '140937.910000', '140937.913000', '140937.915000', '140937.918000', '140937.920000', '140937.923000', '140937.925000', '140937.928000', '140937.931000', '140937.934000', '140937.936000', '140937.939000', '140937.941000', '140937.944000', '140937.947000', '140957.816000', '140957.818000', '140957.821000', '140957.823000', '140957.826000', '140957.829000', '140957.832000', '140957.834000', '140957.837000', '140957.840000', '140957.842000', '140957.845000', '140957.848000', '140957.850000', '140957.853000', '140957.855000', '140957.858000', '140957.861000', '140957.863000', '140957.866000', '140957.869000', '140957.871000', '140957.874000', '140957.877000', '140957.879000', '140957.882000', '140957.884000', '140957.887000', '140957.890000', '140957.892000', '140957.895000', '140957.898000', '140957.900000', '140957.903000', '140957.905000', '140957.908000', '140957.911000', '140957.913000', '140957.916000', '140957.919000', '140957.921000', '140957.924000', '140957.927000', '140957.929000', '141017.816000', '141017.819000', '141017.821000', '141017.824000', '141017.827000', '141017.829000', '141017.832000', '141017.834000', '141017.837000', '141017.840000', '141017.842000', '141017.845000', '141017.848000', '141017.850000', '141017.855000', '141017.858000', '141017.860000', '141017.863000', '141017.866000', '141017.869000', '141017.871000', '141017.874000', '141017.876000', '141017.879000', '141017.881000', '141017.884000', '141017.887000', '141017.889000', '141017.892000', '141017.900000', '141017.902000', '141017.905000', '141017.908000', '141017.910000', '141017.913000', '141017.915000', '141017.918000', '141017.921000', '141017.923000', '141017.926000', '141017.928000', '141017.931000', '141017.934000', '141017.936000', '141037.816000', '141037.818000', '141037.821000', '141037.824000', '141037.826000', '141037.829000', '141037.832000', '141037.834000', '141037.837000', '141037.839000', '141037.842000', '141037.845000', '141037.847000', '141037.850000', '141037.852000', '141037.855000', '141037.858000', '141037.860000', '141037.863000', '141037.866000', '141037.868000', '141037.871000', '141037.874000', '141037.876000', '141037.879000', '141037.882000', '141037.884000', '141037.887000', '141037.890000', '141037.892000', '141037.895000', '141037.897000', '141037.900000', '141037.903000', '141037.906000', '141037.908000', '141037.911000', '141037.913000', '141037.916000', '141037.919000', '141037.921000', '141037.924000', '141037.927000', '141057.815000', '141057.819000', '141057.821000', '141057.824000', '141057.827000', '141057.829000', '141057.832000', '141057.835000', '141057.837000', '141057.840000', '141057.842000', '141057.845000', '141057.848000', '141057.851000', '141057.853000', '141057.856000', '141057.858000', '141057.861000', '141057.864000', '141057.866000', '141057.869000', '141057.872000', '141057.874000', '141057.877000', '141057.880000', '141057.882000', '141057.885000', '141057.887000', '141057.890000', '141057.893000', '141057.895000', '141057.898000', '141057.901000', '141057.903000', '141057.906000', '141057.909000', '141057.911000', '141057.914000', '141057.917000', '141057.922000', '141057.925000', '141057.927000', '141057.930000', '141117.816000', '141117.819000', '141117.822000', '141117.825000', '141117.828000', '141117.830000', '141117.833000', '141117.836000', '141117.838000', '141117.841000', '141117.843000', '141117.846000', '141117.849000', '141117.851000', '141117.854000', '141117.857000', '141117.859000', '141117.887000', '141117.890000', '141117.893000', '141117.895000', '141117.898000', '141117.900000', '141117.903000', '141117.906000', '141117.908000', '141117.911000', '141117.914000', '141117.916000', '141117.919000', '141117.921000', '141117.924000', '141117.927000', '141117.929000', '141117.932000', '141117.935000', '141117.937000', '141117.940000', '141117.943000', '141117.945000', '141117.948000', '141117.950000', '141117.953000', '141117.956000', '141137.817000', '141137.820000', '141137.822000', '141137.825000', '141137.828000', '141137.830000', '141137.833000', '141137.835000', '141137.838000', '141137.841000', '141137.843000', '141137.846000', '141137.849000', '141137.851000', '141137.854000', '141137.857000', '141137.859000', '141137.862000', '141137.865000', '141137.867000', '141137.870000', '141137.873000', '141137.875000', '141137.878000', '141137.881000', '141137.884000', '141137.886000', '141137.889000', '141137.892000', '141137.895000', '141137.898000', '141137.901000', '141137.903000', '141137.906000', '141137.909000', '141137.911000', '141137.914000', '141137.916000', '141137.919000', '141137.922000', '141137.925000', '141137.927000', '141137.930000', '141157.816000', '141157.819000', '141157.821000', '141157.824000', '141157.827000', '141157.829000', '141157.832000', '141157.835000', '141157.837000', '141157.840000', '141157.843000', '141157.845000', '141157.848000', '141157.851000', '141157.853000', '141157.856000', '141157.859000', '141157.861000', '141157.864000', '141157.867000', '141157.869000', '141157.872000', '141157.875000', '141157.877000', '141157.880000', '141157.882000', '141157.885000', '141157.888000', '141157.890000', '141157.893000', '141157.896000', '141157.898000', '141157.901000', '141157.904000', '141157.906000', '141157.909000', '141157.911000', '141157.914000', '141157.917000', '141157.919000', '141157.922000', '141157.925000', '141157.927000', '141157.930000', '141217.816000', '141217.819000', '141217.821000', '141217.824000', '141217.827000', '141217.830000', '141217.832000', '141217.835000', '141217.838000', '141217.840000', '141217.843000', '141217.846000', '141217.849000', '141217.853000', '141217.855000', '141217.858000', '141217.860000', '141217.863000', '141217.866000', '141217.869000', '141217.871000', '141217.874000', '141217.877000', '141217.879000', '141217.882000', '141217.885000', '141217.887000', '141217.890000', '141217.893000', '141217.895000', '141217.898000', '141217.901000', '141217.903000', '141217.906000', '141217.909000', '141217.911000', '141217.914000', '141217.916000', '141217.919000', '141217.922000', '141217.924000', '141217.927000', '141217.929000', '141237.816000', '141237.818000', '141237.821000', '141237.824000', '141237.827000', '141237.830000', '141237.833000', '141237.835000', '141237.838000', '141237.841000', '141237.844000', '141237.846000', '141237.849000', '141237.852000', '141237.854000', '141237.857000', '141237.860000', '141237.862000', '141237.865000', '141237.868000', '141237.870000', '141237.873000', '141237.876000', '141237.878000', '141237.881000', '141237.884000', '141237.886000', '141237.889000', '141237.900000', '141237.903000', '141237.906000', '141237.908000', '141237.911000', '141237.914000', '141237.917000', '141237.919000', '141237.922000', '141237.925000', '141237.927000', '141237.930000', '141237.933000', '141237.935000', '141237.938000', '141237.940000', '141257.816000', '141257.818000', '141257.821000', '141257.824000', '141257.826000', '141257.831000', '141257.834000', '141257.836000', '141257.839000', '141257.842000', '141257.844000', '141257.847000', '141257.850000', '141257.852000', '141257.855000', '141257.858000', '141257.860000', '141257.863000', '141257.866000', '141257.868000', '141257.871000', '141257.873000', '141257.876000', '141257.879000', '141257.881000', '141257.884000', '141257.887000', '141257.889000', '141257.893000', '141257.895000', '141257.898000', '141257.900000', '141257.903000', '141257.906000', '141257.908000', '141257.911000', '141257.914000', '141257.916000', '141257.919000', '141257.922000', '141257.924000', '141257.927000', '141257.930000', '141317.816000', '141317.818000', '141317.821000', '141317.824000', '141317.827000', '141317.829000', '141317.832000', '141317.835000', '141317.837000', '141317.840000', '141317.843000', '141317.845000', '141317.848000', '141317.851000', '141317.853000', '141317.862000', '141317.864000', '141317.867000', '141317.870000', '141317.872000', '141317.875000', '141317.878000', '141317.880000', '141317.883000', '141317.886000', '141317.888000', '141317.891000', '141317.893000', '141317.896000', '141317.899000', '141317.901000', '141317.904000', '141317.907000', '141317.909000', '141317.912000', '141317.915000', '141317.917000', '141317.920000', '141317.923000', '141317.925000', '141317.928000', '141317.931000', '141317.933000', '141317.936000', '141337.817000', '141337.820000', '141337.822000', '141337.825000', '141337.827000', '141337.830000', '141337.833000', '141337.835000', '141337.838000', '141337.841000', '141337.843000', '141337.846000', '141337.849000', '141337.852000', '141337.854000', '141337.857000', '141337.859000', '141337.862000', '141337.865000', '141337.868000', '141337.870000', '141337.873000', '141337.875000', '141337.878000', '141337.881000', '141337.883000', '141337.886000', '141337.889000', '141337.892000', '141337.894000', '141337.897000', '141337.899000', '141337.902000', '141337.905000', '141337.907000', '141337.910000', '141337.913000', '141337.915000', '141337.918000', '141337.921000', '141337.923000', '141337.926000', '141337.929000', '141357.817000', '141357.820000', '141357.824000', '141357.826000', '141357.829000', '141357.831000', '141357.834000', '141357.837000', '141357.839000', '141357.842000', '141357.845000', '141357.847000', '141357.850000', '141357.852000', '141357.855000', '141357.858000', '141357.860000', '141357.863000', '141357.866000', '141357.868000', '141357.871000', '141357.874000', '141357.876000', '141357.879000', '141357.882000', '141357.884000', '141357.887000', '141357.889000', '141357.892000', '141357.895000', '141357.897000', '141357.900000', '141357.903000', '141357.905000', '141357.908000', '141357.911000', '141357.913000', '141357.916000', '141357.919000', '141357.921000', '141357.924000', '141357.927000', '141357.929000', '141357.932000', '141417.816000', '141417.818000', '141417.821000', '141417.824000', '141417.826000', '141417.829000', '141417.832000', '141417.834000', '141417.837000', '141417.840000', '141417.842000', '141417.845000', '141417.848000', '141417.850000', '141417.853000', '141417.856000', '141417.858000', '141417.861000', '141417.864000', '141417.866000', '141417.869000', '141417.871000', '141417.874000', '141417.877000', '141417.880000', '141417.882000', '141417.885000', '141417.887000', '141417.890000', '141417.893000', '141417.895000', '141417.898000', '141417.901000', '141417.903000', '141417.906000', '141417.908000', '141417.911000', '141417.914000', '141417.916000', '141417.919000', '141417.922000', '141417.925000', '141417.927000', '141437.219000', '141437.222000', '141437.225000', '141437.228000', '141437.230000', '141437.233000', '141437.235000', '141437.238000', '141437.241000', '141437.243000', '141437.246000', '141437.249000', '141437.251000', '141437.254000', '141437.257000', '141437.260000', '141437.262000', '141437.265000', '141437.268000', '141437.270000', '141437.273000', '141437.275000', '141437.278000', '141437.281000', '141437.284000', '141437.286000', '141437.289000', '141437.291000', '141437.294000', '141437.297000', '141437.299000', '141437.302000', '141437.305000', '141437.307000', '141437.310000', '141437.313000', '141437.315000', '141437.318000', '141437.321000', '141437.323000', '141437.326000', '141437.328000', '141437.331000'], 'InstanceCreationTime': ['140757.882000', '140757.886000', '140757.889000', '140757.892000', '140757.895000', '140757.897000', '140757.900000', '140757.903000', '140757.905000', '140757.908000', '140757.911000', '140757.914000', '140757.916000', '140757.919000', '140757.942000', '140757.945000', '140757.948000', '140757.950000', '140757.953000', '140757.955000', '140757.958000', '140757.961000', '140757.963000', '140757.966000', '140757.968000', '140757.971000', '140757.973000', '140758.009000', '140758.013000', '140758.016000', '140758.018000', '140758.021000', '140758.024000', '140758.026000', '140758.029000', '140758.032000', '140758.034000', '140758.037000', '140758.039000', '140758.042000', '140758.045000', '140758.047000', '140758.050000', '140758.053000', '140758.055000', '140817.816000', '140817.818000', '140817.821000', '140817.824000', '140817.826000', '140817.829000', '140817.831000', '140817.834000', '140817.837000', '140817.839000', '140817.842000', '140817.845000', '140817.847000', '140817.850000', '140817.852000', '140817.855000', '140817.858000', '140817.860000', '140817.863000', '140817.866000', '140817.868000', '140817.871000', '140817.873000', '140817.876000', '140817.879000', '140817.881000', '140817.884000', '140817.887000', '140817.889000', '140817.892000', '140817.895000', '140817.897000', '140817.900000', '140817.906000', '140817.909000', '140817.912000', '140817.914000', '140817.917000', '140817.920000', '140817.922000', '140817.925000', '140817.928000', '140817.930000', '140817.933000', '140837.816000', '140837.819000', '140837.821000', '140837.824000', '140837.826000', '140837.829000', '140837.832000', '140837.834000', '140837.837000', '140837.847000', '140837.850000', '140837.853000', '140837.855000', '140837.858000', '140837.861000', '140837.863000', '140837.866000', '140837.869000', '140837.871000', '140837.874000', '140837.876000', '140837.879000', '140837.882000', '140837.884000', '140837.887000', '140837.890000', '140837.892000', '140837.895000', '140837.897000', '140837.900000', '140837.903000', '140837.906000', '140837.908000', '140837.911000', '140837.913000', '140837.916000', '140837.918000', '140837.921000', '140837.924000', '140837.926000', '140837.929000', '140837.936000', '140837.938000', '140857.816000', '140857.819000', '140857.822000', '140857.824000', '140857.827000', '140857.829000', '140857.832000', '140857.835000', '140857.837000', '140857.840000', '140857.843000', '140857.845000', '140857.848000', '140857.850000', '140857.853000', '140857.856000', '140857.858000', '140857.861000', '140857.864000', '140857.866000', '140857.869000', '140857.872000', '140857.875000', '140857.877000', '140857.880000', '140857.882000', '140857.885000', '140857.888000', '140857.891000', '140857.893000', '140857.896000', '140857.899000', '140857.901000', '140857.904000', '140857.906000', '140857.910000', '140857.913000', '140857.915000', '140857.918000', '140857.921000', '140857.923000', '140857.926000', '140857.928000', '140857.931000', '140917.816000', '140917.819000', '140917.822000', '140917.824000', '140917.827000', '140917.830000', '140917.833000', '140917.835000', '140917.838000', '140917.841000', '140917.843000', '140917.846000', '140917.848000', '140917.851000', '140917.854000', '140917.856000', '140917.859000', '140917.862000', '140917.864000', '140917.867000', '140917.870000', '140917.872000', '140917.875000', '140917.877000', '140917.880000', '140917.883000', '140917.885000', '140917.888000', '140917.891000', '140917.893000', '140917.896000', '140917.898000', '140917.901000', '140917.904000', '140917.906000', '140917.909000', '140917.911000', '140917.914000', '140917.917000', '140917.919000', '140917.922000', '140917.925000', '140917.927000', '140937.816000', '140937.818000', '140937.821000', '140937.824000', '140937.826000', '140937.829000', '140937.832000', '140937.834000', '140937.837000', '140937.840000', '140937.842000', '140937.845000', '140937.848000', '140937.850000', '140937.853000', '140937.855000', '140937.858000', '140937.861000', '140937.863000', '140937.866000', '140937.869000', '140937.892000', '140937.894000', '140937.897000', '140937.900000', '140937.902000', '140937.905000', '140937.907000', '140937.910000', '140937.913000', '140937.915000', '140937.918000', '140937.920000', '140937.923000', '140937.925000', '140937.928000', '140937.931000', '140937.934000', '140937.936000', '140937.939000', '140937.941000', '140937.944000', '140937.947000', '140957.816000', '140957.818000', '140957.821000', '140957.823000', '140957.826000', '140957.829000', '140957.832000', '140957.834000', '140957.837000', '140957.840000', '140957.842000', '140957.845000', '140957.848000', '140957.850000', '140957.853000', '140957.855000', '140957.858000', '140957.861000', '140957.863000', '140957.866000', '140957.869000', '140957.871000', '140957.874000', '140957.877000', '140957.879000', '140957.882000', '140957.884000', '140957.887000', '140957.890000', '140957.892000', '140957.895000', '140957.898000', '140957.900000', '140957.903000', '140957.905000', '140957.908000', '140957.911000', '140957.913000', '140957.916000', '140957.919000', '140957.921000', '140957.924000', '140957.927000', '140957.929000', '141017.816000', '141017.819000', '141017.821000', '141017.824000', '141017.827000', '141017.829000', '141017.832000', '141017.834000', '141017.837000', '141017.840000', '141017.842000', '141017.845000', '141017.848000', '141017.850000', '141017.855000', '141017.858000', '141017.860000', '141017.863000', '141017.866000', '141017.869000', '141017.871000', '141017.874000', '141017.876000', '141017.879000', '141017.881000', '141017.884000', '141017.887000', '141017.889000', '141017.892000', '141017.900000', '141017.902000', '141017.905000', '141017.908000', '141017.910000', '141017.913000', '141017.915000', '141017.918000', '141017.921000', '141017.923000', '141017.926000', '141017.928000', '141017.931000', '141017.934000', '141017.936000', '141037.816000', '141037.818000', '141037.821000', '141037.824000', '141037.826000', '141037.829000', '141037.832000', '141037.834000', '141037.837000', '141037.839000', '141037.842000', '141037.845000', '141037.847000', '141037.850000', '141037.852000', '141037.855000', '141037.858000', '141037.860000', '141037.863000', '141037.866000', '141037.868000', '141037.871000', '141037.874000', '141037.876000', '141037.879000', '141037.882000', '141037.884000', '141037.887000', '141037.890000', '141037.892000', '141037.895000', '141037.897000', '141037.900000', '141037.903000', '141037.906000', '141037.908000', '141037.911000', '141037.913000', '141037.916000', '141037.919000', '141037.921000', '141037.924000', '141037.927000', '141057.815000', '141057.819000', '141057.821000', '141057.824000', '141057.827000', '141057.829000', '141057.832000', '141057.835000', '141057.837000', '141057.840000', '141057.842000', '141057.845000', '141057.848000', '141057.851000', '141057.853000', '141057.856000', '141057.858000', '141057.861000', '141057.864000', '141057.866000', '141057.869000', '141057.872000', '141057.874000', '141057.877000', '141057.880000', '141057.882000', '141057.885000', '141057.887000', '141057.890000', '141057.893000', '141057.895000', '141057.898000', '141057.901000', '141057.903000', '141057.906000', '141057.909000', '141057.911000', '141057.914000', '141057.917000', '141057.922000', '141057.925000', '141057.927000', '141057.930000', '141117.816000', '141117.819000', '141117.822000', '141117.825000', '141117.828000', '141117.830000', '141117.833000', '141117.836000', '141117.838000', '141117.841000', '141117.843000', '141117.846000', '141117.849000', '141117.851000', '141117.854000', '141117.857000', '141117.859000', '141117.887000', '141117.890000', '141117.893000', '141117.895000', '141117.898000', '141117.900000', '141117.903000', '141117.906000', '141117.908000', '141117.911000', '141117.914000', '141117.916000', '141117.919000', '141117.921000', '141117.924000', '141117.927000', '141117.929000', '141117.932000', '141117.935000', '141117.937000', '141117.940000', '141117.943000', '141117.945000', '141117.948000', '141117.950000', '141117.953000', '141117.956000', '141137.817000', '141137.820000', '141137.822000', '141137.825000', '141137.828000', '141137.830000', '141137.833000', '141137.835000', '141137.838000', '141137.841000', '141137.843000', '141137.846000', '141137.849000', '141137.851000', '141137.854000', '141137.857000', '141137.859000', '141137.862000', '141137.865000', '141137.867000', '141137.870000', '141137.873000', '141137.875000', '141137.878000', '141137.881000', '141137.884000', '141137.886000', '141137.889000', '141137.892000', '141137.895000', '141137.898000', '141137.901000', '141137.903000', '141137.906000', '141137.909000', '141137.911000', '141137.914000', '141137.916000', '141137.919000', '141137.922000', '141137.925000', '141137.927000', '141137.930000', '141157.816000', '141157.819000', '141157.821000', '141157.824000', '141157.827000', '141157.829000', '141157.832000', '141157.835000', '141157.837000', '141157.840000', '141157.843000', '141157.845000', '141157.848000', '141157.851000', '141157.853000', '141157.856000', '141157.859000', '141157.861000', '141157.864000', '141157.867000', '141157.869000', '141157.872000', '141157.875000', '141157.877000', '141157.880000', '141157.882000', '141157.885000', '141157.888000', '141157.890000', '141157.893000', '141157.896000', '141157.898000', '141157.901000', '141157.904000', '141157.906000', '141157.909000', '141157.911000', '141157.914000', '141157.917000', '141157.919000', '141157.922000', '141157.925000', '141157.927000', '141157.930000', '141217.816000', '141217.819000', '141217.821000', '141217.824000', '141217.827000', '141217.830000', '141217.832000', '141217.835000', '141217.838000', '141217.840000', '141217.843000', '141217.846000', '141217.849000', '141217.853000', '141217.855000', '141217.858000', '141217.860000', '141217.863000', '141217.866000', '141217.869000', '141217.871000', '141217.874000', '141217.877000', '141217.879000', '141217.882000', '141217.885000', '141217.887000', '141217.890000', '141217.893000', '141217.895000', '141217.898000', '141217.901000', '141217.903000', '141217.906000', '141217.909000', '141217.911000', '141217.914000', '141217.916000', '141217.919000', '141217.922000', '141217.924000', '141217.927000', '141217.929000', '141237.816000', '141237.818000', '141237.821000', '141237.824000', '141237.827000', '141237.830000', '141237.833000', '141237.835000', '141237.838000', '141237.841000', '141237.844000', '141237.846000', '141237.849000', '141237.852000', '141237.854000', '141237.857000', '141237.860000', '141237.862000', '141237.865000', '141237.868000', '141237.870000', '141237.873000', '141237.876000', '141237.878000', '141237.881000', '141237.884000', '141237.886000', '141237.889000', '141237.900000', '141237.903000', '141237.906000', '141237.908000', '141237.911000', '141237.914000', '141237.917000', '141237.919000', '141237.922000', '141237.925000', '141237.927000', '141237.930000', '141237.933000', '141237.935000', '141237.938000', '141237.940000', '141257.816000', '141257.818000', '141257.821000', '141257.824000', '141257.826000', '141257.831000', '141257.834000', '141257.836000', '141257.839000', '141257.842000', '141257.844000', '141257.847000', '141257.850000', '141257.852000', '141257.855000', '141257.858000', '141257.860000', '141257.863000', '141257.866000', '141257.868000', '141257.871000', '141257.873000', '141257.876000', '141257.879000', '141257.881000', '141257.884000', '141257.887000', '141257.889000', '141257.893000', '141257.895000', '141257.898000', '141257.900000', '141257.903000', '141257.906000', '141257.908000', '141257.911000', '141257.914000', '141257.916000', '141257.919000', '141257.922000', '141257.924000', '141257.927000', '141257.930000', '141317.816000', '141317.818000', '141317.821000', '141317.824000', '141317.827000', '141317.829000', '141317.832000', '141317.835000', '141317.837000', '141317.840000', '141317.843000', '141317.845000', '141317.848000', '141317.851000', '141317.853000', '141317.862000', '141317.864000', '141317.867000', '141317.870000', '141317.872000', '141317.875000', '141317.878000', '141317.880000', '141317.883000', '141317.886000', '141317.888000', '141317.891000', '141317.893000', '141317.896000', '141317.899000', '141317.901000', '141317.904000', '141317.907000', '141317.909000', '141317.912000', '141317.915000', '141317.917000', '141317.920000', '141317.923000', '141317.925000', '141317.928000', '141317.931000', '141317.933000', '141317.936000', '141337.817000', '141337.820000', '141337.822000', '141337.825000', '141337.827000', '141337.830000', '141337.833000', '141337.835000', '141337.838000', '141337.841000', '141337.843000', '141337.846000', '141337.849000', '141337.852000', '141337.854000', '141337.857000', '141337.859000', '141337.862000', '141337.865000', '141337.868000', '141337.870000', '141337.873000', '141337.875000', '141337.878000', '141337.881000', '141337.883000', '141337.886000', '141337.889000', '141337.892000', '141337.894000', '141337.897000', '141337.899000', '141337.902000', '141337.905000', '141337.907000', '141337.910000', '141337.913000', '141337.915000', '141337.918000', '141337.921000', '141337.923000', '141337.926000', '141337.929000', '141357.817000', '141357.820000', '141357.824000', '141357.826000', '141357.829000', '141357.831000', '141357.834000', '141357.837000', '141357.839000', '141357.842000', '141357.845000', '141357.847000', '141357.850000', '141357.852000', '141357.855000', '141357.858000', '141357.860000', '141357.863000', '141357.866000', '141357.868000', '141357.871000', '141357.874000', '141357.876000', '141357.879000', '141357.882000', '141357.884000', '141357.887000', '141357.889000', '141357.892000', '141357.895000', '141357.897000', '141357.900000', '141357.903000', '141357.905000', '141357.908000', '141357.911000', '141357.913000', '141357.916000', '141357.919000', '141357.921000', '141357.924000', '141357.927000', '141357.929000', '141357.932000', '141417.816000', '141417.818000', '141417.821000', '141417.824000', '141417.826000', '141417.829000', '141417.832000', '141417.834000', '141417.837000', '141417.840000', '141417.842000', '141417.845000', '141417.848000', '141417.850000', '141417.853000', '141417.856000', '141417.858000', '141417.861000', '141417.864000', '141417.866000', '141417.869000', '141417.871000', '141417.874000', '141417.877000', '141417.880000', '141417.882000', '141417.885000', '141417.887000', '141417.890000', '141417.893000', '141417.895000', '141417.898000', '141417.901000', '141417.903000', '141417.906000', '141417.908000', '141417.911000', '141417.914000', '141417.916000', '141417.919000', '141417.922000', '141417.925000', '141417.927000', '141437.219000', '141437.222000', '141437.225000', '141437.228000', '141437.230000', '141437.233000', '141437.235000', '141437.238000', '141437.241000', '141437.243000', '141437.246000', '141437.249000', '141437.251000', '141437.254000', '141437.257000', '141437.260000', '141437.262000', '141437.265000', '141437.268000', '141437.270000', '141437.273000', '141437.275000', '141437.278000', '141437.281000', '141437.284000', '141437.286000', '141437.289000', '141437.291000', '141437.294000', '141437.297000', '141437.299000', '141437.302000', '141437.305000', '141437.307000', '141437.310000', '141437.313000', '141437.315000', '141437.318000', '141437.321000', '141437.323000', '141437.326000', '141437.328000', '141437.331000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [14496, 13921, 16291, 14440, 14237, 13599, 14544, 14397, 16395, 14226, 14310, 12193, 14304, 14313, 11530, 14395, 14230, 15103, 13827, 13948, 13956, 14398, 14333, 13995, 14117, 14088, 13189, 13828, 14341, 12516, 13467, 14578, 13584, 13321, 14707, 13679, 12537, 14392, 13602, 13479, 14292, 14025, 14951, 14070, 14355, 13614, 13230, 14344, 13185, 13975, 14349, 13552, 12051, 14652, 14165, 12612, 14556, 14292, 14282, 14158, 14159, 13412, 13181, 14313, 13497, 14073, 14833, 13900, 14163, 14666, 13971, 14483, 14137, 14094, 13758, 13669, 13983, 13904, 13475, 14223, 13345, 13430, 14626, 13525, 13307, 14482, 13674, 14836, 13982, 14022, 12706, 13698, 14419, 13320, 13365, 14408, 13828, 11406, 14114, 14142, 13803, 13401, 14153, 12678, 11613, 14335, 14164, 13231, 14467, 14160, 15366, 13722, 14017, 13272, 12601, 14273, 12809, 13578, 14130, 13541, 12732, 14568, 11137, 13416, 14680, 15107, 13933, 14527, 14774, 12249, 14875, 14768, 12915, 14458, 14260, 13397, 14167, 14055, 15113, 14110, 14526, 11515, 14671, 13961, 12120, 14192, 13632, 13416, 14652, 13934, 13055, 14436, 13604, 12489, 14428, 13631, 13567, 14559, 13688, 13565, 14269, 13849, 12111, 14423, 13233, 13578, 14432, 13488, 14197, 14611, 13264, 13638, 14902, 13337, 14424, 14137, 13255, 12966, 14440, 13464, 13829, 14512, 13775, 12121, 13942, 13098, 13510, 14751, 13513, 14438, 14579, 13550, 12715, 14141, 13945, 11102, 14464, 13934, 13824, 14505, 13820, 14836, 13735, 13937, 12727, 12960, 14243, 13101, 13003, 14486, 13387, 13230, 14481, 13660, 13109, 14860, 14012, 12135, 14381, 14063, 11632, 14450, 14982, 13507, 15130, 14298, 12822, 14715, 14228, 12903, 14773, 14166, 14147, 14647, 14610, 14858, 14564, 14381, 13435, 14032, 14717, 13386, 14316, 14513, 14138, 13618, 14611, 13346, 13281, 14403, 13774, 13188, 14687, 14182, 13327, 14890, 14332, 15615, 14276, 14645, 13848, 13711, 14748, 12867, 12943, 14654, 14172, 13143, 14575, 13809, 13403, 14808, 14276, 13302, 14591, 13935, 13353, 14526, 14058, 13562, 14215, 14228, 15013, 14454, 14270, 14051, 13158, 14314, 13390, 13603, 14119, 13548, 14305, 14251, 14072, 13617, 14463, 13928, 13033, 14296, 14312, 12605, 14568, 14389, 11759, 14036, 14387, 13089, 14473, 14377, 15169, 14652, 14626, 13971, 14210, 14306, 14547, 14235, 14140, 14242, 13722, 14408, 13883, 14518, 14025, 14932, 13889, 13899, 13766, 13844, 14060, 13522, 14070, 13776, 14723, 14304, 13711, 14201, 14438, 13998, 14625, 14439, 13771, 13683, 14525, 14086, 14552, 14384, 13436, 14093, 14334, 13407, 13341, 14450, 14203, 13279, 14130, 13491, 13119, 14327, 13269, 13184, 13942, 13461, 12870, 14460, 12247, 12717, 14184, 13609, 12834, 14260, 13498, 12317, 14340, 13713, 13019, 14557, 13457, 12763, 14288, 12737, 13333, 14208, 14083, 13777, 14050, 14686, 13276, 14201, 13035, 13043, 14284, 14024, 13788, 14580, 13418, 12529, 14699, 13958, 13467, 14345, 14003, 13881, 14415, 13547, 12687, 14289, 13637, 12566, 14417, 14008, 14151, 14512, 13688, 13490, 14254, 13818, 11393, 14361, 14160, 14125, 14038, 14085, 14732, 14007, 14378, 13509, 14099, 13991, 14635, 13363, 14252, 13347, 12855, 14259, 13524, 13360, 14465, 14027, 15783, 13889, 14327, 13011, 13339, 14392, 12106, 12767, 14237, 14272, 12783, 14485, 14013, 12764, 14694, 14452, 13164, 14360, 14456, 12707, 13978, 14314, 13680, 13996, 14503, 14653, 12859, 14474, 14316, 10774, 14247, 14661, 11863, 13568, 14520, 14516, 12672, 14586, 13962, 11540, 14097, 14494, 12740, 14509, 14496, 12741, 14190, 14617, 13028, 13535, 14659, 13851, 13752, 14593, 14450, 12804, 14809, 13766, 12655, 14482, 14352, 13662, 14718, 14310, 13669, 13764, 14511, 14173, 14021, 14474, 14180, 13533, 14542, 13630, 12868, 14760, 11806, 13143, 14462, 13473, 13127, 14677, 12982, 13624, 14651, 13869, 13759, 14566, 13578, 12521, 14614, 12334, 13297, 14393, 14049, 12477, 14047, 13188, 12127, 14312, 12596, 13358, 14345, 14362, 13441, 14333, 13873, 13124, 14190, 13300, 13568, 14309, 14431, 12826, 14199, 12901, 12271, 14026, 12730, 12292, 14160, 13699, 10491, 13936, 12022, 12296, 14205, 13770, 11615, 14248, 12360, 11034, 14108, 13474, 12108, 14343, 14190, 12558, 14432, 14259, 10952, 14202, 14199, 14126, 13809, 14339, 15014, 13256, 14555, 14338, 13755, 14669, 14500, 13559, 14237, 13860, 11924, 14040, 14320, 12150, 14340, 14339, 12992, 14471, 14198, 13703, 14072, 14240, 11571, 13922, 14233, 14899, 14120, 14480, 14181, 12564, 14044, 13101, 12886, 14503, 13831, 13020, 14414, 12981, 12239, 14493, 14211, 12951, 14523, 14291, 14195, 14157, 14461, 14745, 14255, 14520, 13976, 14148, 14582, 14531, 13173, 14229, 13107, 11688, 14375, 13744, 12104, 14213, 14043, 11868, 14370, 14171, 14377, 13103, 14236, 13724, 13648, 14159, 13803, 13562, 14189, 14305, 13334, 14011, 13302, 13371, 14227, 14539, 13003, 13956, 13643, 12635, 14262, 13937, 13594, 14009, 14173, 15141, 13518, 14260, 13603, 12685, 14273, 14063, 12576, 14515, 14401, 10515, 12650, 14243, 11607, 13675, 13221, 11696, 14515, 11053, 14601, 11305, 14324, 15293, 12942, 14822, 14950, 13173, 14503, 14259, 16356, 14502, 14066, 13026, 14369, 13759, 12251, 14385, 14330, 13012, 14573, 14283, 14091, 13892, 13944, 14108, 13966, 11633, 14220, 14029, 11753, 13694, 13654, 13280, 14571, 14545, 12768, 14088, 14210, 12953, 14293, 13430, 14065, 14538, 15007, 14615, 14418, 14165, 14469, 14518, 14408, 14536, 14217, 14465, 14046, 14260, 11373, 14441, 14316, 12158, 14571, 14043, 13203, 14487, 13022, 13256, 14400, 13293, 14201, 14236, 12205, 14389, 14027, 13166, 14136, 14149, 12943, 14679, 14153, 12997, 14662, 14041, 12955, 14512, 13815, 12478, 14812, 13692, 12500, 14502, 13934, 13018, 14508, 13903, 12179, 14636, 13817, 12899, 14377, 14243, 12892, 14602, 14543, 12886, 14768, 14096, 13897, 14713, 14314, 13578, 14848, 14114, 13352, 14659, 13925, 12925, 14660, 14378, 12866, 14275, 14170, 11927, 14215, 10905, 10863, 13616, 14114, 11484, 13848, 13957, 11349, 14155, 14088, 11894, 13974, 14254, 12363, 14591, 13859, 11748, 13925, 13063, 13314, 14162, 15083, 12723, 14369, 13915, 13600, 14220, 12068, 13628, 14317, 12206, 13836, 14164, 12986, 14455, 14098, 14603, 14144, 14149, 12649, 13605, 13587, 12811, 14562, 13916, 14060, 14107, 13656, 12642, 14055, 13944, 13324, 14600, 13556, 13202, 14324, 14097, 12902, 14395, 13761, 14036, 14225, 15053, 13913, 14170, 14032, 13608, 14342, 11397, 14260, 13810, 12853, 14499, 13149, 13512, 14207, 14646, 13973, 14292, 14318, 13983, 14123, 14563, 14607, 13943, 15358, 14426, 13990, 12278, 14513, 13899, 12642, 14341, 13404, 12990], 'WindowCenter': [4478.0, 4462.0, 4459.0, 4435.0, 4423.0, 4409.0, 4420.0, 4420.0, 4417.0, 4417.0, 4417.0, 4396.0, 4417.0, 4418.0, 4396.0, 4419.0, 4417.0, 4416.0, 4408.0, 4417.0, 4405.0, 4418.0, 4418.0, 4415.0, 4418.0, 4418.0, 4406.0, 4417.0, 4418.0, 4408.0, 4407.0, 4418.0, 4410.0, 4406.0, 4417.0, 4407.0, 4396.0, 4416.0, 4418.0, 4405.0, 4416.0, 4417.0, 4416.0, 4405.0, 4415.0, 4404.0, 4393.0, 4417.0, 4406.0, 4403.0, 4405.0, 4405.0, 4393.0, 4413.0, 4414.0, 4395.0, 4416.0, 4416.0, 4414.0, 4405.0, 4416.0, 4404.0, 4404.0, 4415.0, 4405.0, 4405.0, 4417.0, 4405.0, 4404.0, 4416.0, 4416.0, 4405.0, 4416.0, 4417.0, 4404.0, 4405.0, 4415.0, 4406.0, 4405.0, 4415.0, 4405.0, 4405.0, 4415.0, 4406.0, 4405.0, 4416.0, 4416.0, 4415.0, 4416.0, 4416.0, 4405.0, 4418.0, 4418.0, 4417.0, 4406.0, 4416.0, 4418.0, 4394.0, 4419.0, 4418.0, 4406.0, 4405.0, 4417.0, 4406.0, 4397.0, 4428.0, 4419.0, 4407.0, 4419.0, 4429.0, 4419.0, 4418.0, 4419.0, 4407.0, 4406.0, 4427.0, 4419.0, 4433.0, 4432.0, 4418.0, 4421.0, 4442.0, 4412.0, 4434.0, 4446.0, 4433.0, 4432.0, 4431.0, 4430.0, 4410.0, 4430.0, 4430.0, 4408.0, 4420.0, 4420.0, 4406.0, 4416.0, 4418.0, 4415.0, 4405.0, 4417.0, 4395.0, 4416.0, 4416.0, 4393.0, 4417.0, 4406.0, 4405.0, 4416.0, 4418.0, 4405.0, 4404.0, 4405.0, 4392.0, 4402.0, 4402.0, 4403.0, 4415.0, 4406.0, 4392.0, 4401.0, 4402.0, 4380.0, 4403.0, 4393.0, 4401.0, 4403.0, 4405.0, 4401.0, 4402.0, 4392.0, 4389.0, 4402.0, 4392.0, 4399.0, 4403.0, 4392.0, 4393.0, 4402.0, 4392.0, 4391.0, 4403.0, 4403.0, 4381.0, 4402.0, 4392.0, 4391.0, 4413.0, 4404.0, 4404.0, 4403.0, 4404.0, 4392.0, 4403.0, 4404.0, 4382.0, 4415.0, 4416.0, 4403.0, 4415.0, 4404.0, 4414.0, 4403.0, 4414.0, 4393.0, 4402.0, 4414.0, 4404.0, 4405.0, 4414.0, 4405.0, 4405.0, 4415.0, 4417.0, 4404.0, 4416.0, 4416.0, 4393.0, 4416.0, 4415.0, 4394.0, 4417.0, 4426.0, 4417.0, 4428.0, 4417.0, 4406.0, 4416.0, 4416.0, 4393.0, 4414.0, 4416.0, 4405.0, 4414.0, 4414.0, 4404.0, 4416.0, 4415.0, 4403.0, 4415.0, 4415.0, 4406.0, 4414.0, 4416.0, 4415.0, 4406.0, 4414.0, 4404.0, 4405.0, 4414.0, 4404.0, 4401.0, 4416.0, 4416.0, 4404.0, 4415.0, 4416.0, 4414.0, 4416.0, 4414.0, 4405.0, 4404.0, 4416.0, 4403.0, 4405.0, 4426.0, 4417.0, 4405.0, 4427.0, 4417.0, 4406.0, 4415.0, 4415.0, 4405.0, 4415.0, 4414.0, 4401.0, 4416.0, 4416.0, 4404.0, 4405.0, 4415.0, 4404.0, 4403.0, 4413.0, 4402.0, 4391.0, 4404.0, 4403.0, 4401.0, 4402.0, 4402.0, 4400.0, 4401.0, 4402.0, 4399.0, 4404.0, 4403.0, 4403.0, 4415.0, 4415.0, 4395.0, 4417.0, 4416.0, 4394.0, 4416.0, 4416.0, 4404.0, 4414.0, 4415.0, 4414.0, 4402.0, 4414.0, 4402.0, 4403.0, 4403.0, 4403.0, 4404.0, 4403.0, 4401.0, 4403.0, 4403.0, 4401.0, 4411.0, 4404.0, 4402.0, 4391.0, 4402.0, 4389.0, 4402.0, 4402.0, 4391.0, 4403.0, 4403.0, 4403.0, 4401.0, 4402.0, 4400.0, 4400.0, 4402.0, 4400.0, 4400.0, 4402.0, 4391.0, 4402.0, 4401.0, 4402.0, 4402.0, 4402.0, 4403.0, 4403.0, 4400.0, 4389.0, 4414.0, 4404.0, 4391.0, 4400.0, 4391.0, 4391.0, 4402.0, 4391.0, 4391.0, 4401.0, 4402.0, 4391.0, 4403.0, 4391.0, 4391.0, 4403.0, 4403.0, 4393.0, 4415.0, 4403.0, 4394.0, 4415.0, 4415.0, 4405.0, 4414.0, 4406.0, 4404.0, 4415.0, 4404.0, 4404.0, 4415.0, 4406.0, 4405.0, 4405.0, 4404.0, 4404.0, 4405.0, 4404.0, 4404.0, 4415.0, 4415.0, 4404.0, 4413.0, 4403.0, 4393.0, 4413.0, 4403.0, 4391.0, 4404.0, 4404.0, 4404.0, 4405.0, 4402.0, 4394.0, 4414.0, 4404.0, 4393.0, 4415.0, 4415.0, 4404.0, 4404.0, 4403.0, 4402.0, 4415.0, 4406.0, 4382.0, 4405.0, 4415.0, 4403.0, 4405.0, 4405.0, 4404.0, 4402.0, 4415.0, 4405.0, 4405.0, 4414.0, 4411.0, 4402.0, 4414.0, 4402.0, 4391.0, 4414.0, 4405.0, 4402.0, 4403.0, 4403.0, 4413.0, 4402.0, 4402.0, 4391.0, 4402.0, 4414.0, 4393.0, 4395.0, 4414.0, 4414.0, 4405.0, 4417.0, 4405.0, 4394.0, 4416.0, 4417.0, 4406.0, 4417.0, 4417.0, 4395.0, 4417.0, 4418.0, 4406.0, 4416.0, 4418.0, 4417.0, 4406.0, 4415.0, 4415.0, 4382.0, 4416.0, 4417.0, 4396.0, 4416.0, 4428.0, 4417.0, 4407.0, 4417.0, 4406.0, 4395.0, 4415.0, 4418.0, 4407.0, 4426.0, 4417.0, 4407.0, 4419.0, 4428.0, 4407.0, 4418.0, 4429.0, 4419.0, 4418.0, 4429.0, 4417.0, 4407.0, 4418.0, 4417.0, 4406.0, 4418.0, 4417.0, 4417.0, 4417.0, 4418.0, 4416.0, 4417.0, 4428.0, 4417.0, 4415.0, 4418.0, 4417.0, 4406.0, 4416.0, 4404.0, 4404.0, 4415.0, 4396.0, 4406.0, 4416.0, 4406.0, 4405.0, 4416.0, 4407.0, 4417.0, 4418.0, 4417.0, 4417.0, 4418.0, 4406.0, 4405.0, 4417.0, 4406.0, 4407.0, 4418.0, 4417.0, 4406.0, 4418.0, 4404.0, 4407.0, 4428.0, 4407.0, 4419.0, 4429.0, 4418.0, 4419.0, 4417.0, 4406.0, 4407.0, 4418.0, 4417.0, 4417.0, 4419.0, 4416.0, 4406.0, 4418.0, 4404.0, 4397.0, 4418.0, 4404.0, 4407.0, 4418.0, 4417.0, 4387.0, 4418.0, 4407.0, 4407.0, 4429.0, 4419.0, 4398.0, 4429.0, 4407.0, 4397.0, 4429.0, 4420.0, 4408.0, 4431.0, 4419.0, 4407.0, 4427.0, 4429.0, 4395.0, 4420.0, 4419.0, 4418.0, 4419.0, 4418.0, 4417.0, 4407.0, 4417.0, 4417.0, 4416.0, 4430.0, 4417.0, 4407.0, 4418.0, 4406.0, 4396.0, 4417.0, 4416.0, 4395.0, 4417.0, 4417.0, 4407.0, 4417.0, 4417.0, 4404.0, 4406.0, 4416.0, 4396.0, 4416.0, 4418.0, 4416.0, 4406.0, 4416.0, 4403.0, 4394.0, 4404.0, 4405.0, 4405.0, 4416.0, 4406.0, 4406.0, 4416.0, 4405.0, 4395.0, 4416.0, 4417.0, 4405.0, 4418.0, 4417.0, 4405.0, 4405.0, 4416.0, 4403.0, 4414.0, 4416.0, 4405.0, 4406.0, 4417.0, 4415.0, 4404.0, 4416.0, 4405.0, 4395.0, 4416.0, 4417.0, 4395.0, 4418.0, 4418.0, 4396.0, 4416.0, 4416.0, 4415.0, 4407.0, 4417.0, 4404.0, 4405.0, 4416.0, 4405.0, 4405.0, 4415.0, 4413.0, 4406.0, 4417.0, 4405.0, 4405.0, 4416.0, 4417.0, 4404.0, 4416.0, 4405.0, 4394.0, 4415.0, 4416.0, 4404.0, 4405.0, 4416.0, 4415.0, 4404.0, 4404.0, 4403.0, 4392.0, 4403.0, 4403.0, 4393.0, 4414.0, 4416.0, 4385.0, 4396.0, 4417.0, 4397.0, 4421.0, 4419.0, 4407.0, 4419.0, 4408.0, 4431.0, 4411.0, 4432.0, 4433.0, 4412.0, 4419.0, 4419.0, 4395.0, 4404.0, 4406.0, 4415.0, 4404.0, 4404.0, 4393.0, 4403.0, 4403.0, 4383.0, 4403.0, 4402.0, 4391.0, 4403.0, 4402.0, 4404.0, 4402.0, 4391.0, 4403.0, 4403.0, 4380.0, 4403.0, 4404.0, 4381.0, 4393.0, 4401.0, 4392.0, 4403.0, 4403.0, 4392.0, 4403.0, 4392.0, 4389.0, 4402.0, 4391.0, 4401.0, 4404.0, 4402.0, 4402.0, 4405.0, 4391.0, 4401.0, 4403.0, 4402.0, 4402.0, 4403.0, 4401.0, 4401.0, 4403.0, 4380.0, 4404.0, 4405.0, 4383.0, 4404.0, 4403.0, 4391.0, 4403.0, 4393.0, 4394.0, 4416.0, 4405.0, 4406.0, 4417.0, 4396.0, 4418.0, 4417.0, 4405.0, 4404.0, 4404.0, 4394.0, 4416.0, 4416.0, 4393.0, 4415.0, 4403.0, 4393.0, 4414.0, 4404.0, 4394.0, 4414.0, 4403.0, 4394.0, 4416.0, 4415.0, 4403.0, 4415.0, 4406.0, 4392.0, 4414.0, 4405.0, 4392.0, 4415.0, 4415.0, 4404.0, 4415.0, 4416.0, 4393.0, 4415.0, 4417.0, 4406.0, 4417.0, 4418.0, 4406.0, 4429.0, 4418.0, 4407.0, 4428.0, 4418.0, 4407.0, 4428.0, 4419.0, 4406.0, 4415.0, 4416.0, 4395.0, 4417.0, 4398.0, 4397.0, 4430.0, 4420.0, 4409.0, 4419.0, 4419.0, 4397.0, 4429.0, 4418.0, 4407.0, 4429.0, 4420.0, 4407.0, 4419.0, 4417.0, 4396.0, 4418.0, 4405.0, 4419.0, 4429.0, 4429.0, 4407.0, 4417.0, 4407.0, 4417.0, 4419.0, 4408.0, 4418.0, 4419.0, 4406.0, 4419.0, 4418.0, 4407.0, 4417.0, 4418.0, 4416.0, 4406.0, 4406.0, 4394.0, 4404.0, 4405.0, 4394.0, 4415.0, 4406.0, 4405.0, 4404.0, 4404.0, 4392.0, 4402.0, 4402.0, 4390.0, 4413.0, 4403.0, 4404.0, 4414.0, 4403.0, 4392.0, 4404.0, 4403.0, 4404.0, 4405.0, 4413.0, 4404.0, 4403.0, 4401.0, 4402.0, 4404.0, 4383.0, 4414.0, 4404.0, 4392.0, 4416.0, 4404.0, 4403.0, 4416.0, 4413.0, 4404.0, 4414.0, 4401.0, 4404.0, 4405.0, 4402.0, 4404.0, 4403.0, 4402.0, 4404.0, 4403.0, 4380.0, 4402.0, 4403.0, 4392.0, 4405.0, 4403.0, 4391.0], 'WindowWidth': [9848.0, 9815.0, 9802.0, 9756.0, 9738.0, 9713.0, 9725.0, 9727.0, 9721.0, 9716.0, 9718.0, 9689.0, 9717.0, 9721.0, 9689.0, 9721.0, 9722.0, 9718.0, 9705.0, 9720.0, 9700.0, 9718.0, 9722.0, 9715.0, 9718.0, 9721.0, 9703.0, 9717.0, 9723.0, 9708.0, 9704.0, 9721.0, 9714.0, 9700.0, 9717.0, 9708.0, 9689.0, 9715.0, 9723.0, 9702.0, 9714.0, 9719.0, 9719.0, 9698.0, 9713.0, 9697.0, 9679.0, 9715.0, 9704.0, 9693.0, 9698.0, 9700.0, 9681.0, 9707.0, 9712.0, 9685.0, 9714.0, 9717.0, 9711.0, 9698.0, 9714.0, 9698.0, 9694.0, 9713.0, 9700.0, 9698.0, 9718.0, 9703.0, 9696.0, 9714.0, 9718.0, 9703.0, 9714.0, 9718.0, 9698.0, 9698.0, 9716.0, 9706.0, 9697.0, 9713.0, 9701.0, 9696.0, 9713.0, 9704.0, 9698.0, 9715.0, 9718.0, 9716.0, 9715.0, 9717.0, 9701.0, 9719.0, 9723.0, 9723.0, 9701.0, 9716.0, 9722.0, 9685.0, 9721.0, 9722.0, 9703.0, 9701.0, 9720.0, 9705.0, 9691.0, 9735.0, 9726.0, 9705.0, 9724.0, 9741.0, 9725.0, 9721.0, 9724.0, 9706.0, 9701.0, 9735.0, 9726.0, 9749.0, 9748.0, 9723.0, 9730.0, 9762.0, 9720.0, 9752.0, 9772.0, 9752.0, 9747.0, 9747.0, 9744.0, 9714.0, 9742.0, 9744.0, 9707.0, 9725.0, 9730.0, 9705.0, 9715.0, 9724.0, 9715.0, 9697.0, 9719.0, 9686.0, 9716.0, 9718.0, 9683.0, 9717.0, 9704.0, 9697.0, 9715.0, 9724.0, 9699.0, 9694.0, 9699.0, 9679.0, 9691.0, 9693.0, 9693.0, 9712.0, 9706.0, 9680.0, 9689.0, 9692.0, 9660.0, 9692.0, 9680.0, 9687.0, 9694.0, 9701.0, 9689.0, 9689.0, 9677.0, 9668.0, 9688.0, 9677.0, 9683.0, 9690.0, 9679.0, 9678.0, 9689.0, 9676.0, 9673.0, 9693.0, 9695.0, 9661.0, 9689.0, 9677.0, 9674.0, 9706.0, 9697.0, 9694.0, 9693.0, 9698.0, 9679.0, 9693.0, 9697.0, 9665.0, 9712.0, 9716.0, 9697.0, 9711.0, 9699.0, 9710.0, 9693.0, 9711.0, 9681.0, 9691.0, 9711.0, 9698.0, 9697.0, 9712.0, 9700.0, 9698.0, 9714.0, 9720.0, 9695.0, 9715.0, 9718.0, 9683.0, 9715.0, 9715.0, 9683.0, 9717.0, 9731.0, 9718.0, 9734.0, 9722.0, 9703.0, 9715.0, 9717.0, 9683.0, 9710.0, 9716.0, 9700.0, 9709.0, 9713.0, 9699.0, 9713.0, 9713.0, 9695.0, 9712.0, 9715.0, 9703.0, 9711.0, 9719.0, 9717.0, 9700.0, 9713.0, 9699.0, 9697.0, 9712.0, 9699.0, 9689.0, 9715.0, 9716.0, 9696.0, 9712.0, 9717.0, 9715.0, 9714.0, 9712.0, 9700.0, 9699.0, 9717.0, 9697.0, 9700.0, 9732.0, 9721.0, 9699.0, 9733.0, 9722.0, 9701.0, 9715.0, 9716.0, 9699.0, 9713.0, 9712.0, 9690.0, 9714.0, 9719.0, 9700.0, 9699.0, 9715.0, 9701.0, 9694.0, 9710.0, 9694.0, 9676.0, 9698.0, 9696.0, 9689.0, 9692.0, 9696.0, 9686.0, 9689.0, 9691.0, 9683.0, 9695.0, 9695.0, 9694.0, 9716.0, 9719.0, 9687.0, 9718.0, 9719.0, 9685.0, 9715.0, 9719.0, 9699.0, 9710.0, 9716.0, 9713.0, 9691.0, 9710.0, 9692.0, 9693.0, 9695.0, 9695.0, 9694.0, 9695.0, 9691.0, 9692.0, 9694.0, 9691.0, 9704.0, 9699.0, 9694.0, 9673.0, 9691.0, 9670.0, 9689.0, 9692.0, 9677.0, 9693.0, 9695.0, 9695.0, 9687.0, 9691.0, 9687.0, 9685.0, 9693.0, 9688.0, 9685.0, 9691.0, 9673.0, 9688.0, 9690.0, 9689.0, 9692.0, 9693.0, 9694.0, 9693.0, 9688.0, 9671.0, 9709.0, 9698.0, 9673.0, 9687.0, 9676.0, 9671.0, 9689.0, 9677.0, 9673.0, 9688.0, 9692.0, 9672.0, 9692.0, 9675.0, 9674.0, 9694.0, 9696.0, 9678.0, 9712.0, 9697.0, 9681.0, 9713.0, 9716.0, 9699.0, 9712.0, 9704.0, 9696.0, 9713.0, 9697.0, 9696.0, 9715.0, 9706.0, 9699.0, 9700.0, 9698.0, 9695.0, 9699.0, 9697.0, 9696.0, 9714.0, 9718.0, 9696.0, 9708.0, 9696.0, 9677.0, 9706.0, 9695.0, 9675.0, 9696.0, 9697.0, 9694.0, 9697.0, 9692.0, 9681.0, 9710.0, 9698.0, 9680.0, 9713.0, 9716.0, 9696.0, 9695.0, 9695.0, 9690.0, 9713.0, 9703.0, 9666.0, 9697.0, 9714.0, 9697.0, 9698.0, 9699.0, 9697.0, 9691.0, 9713.0, 9699.0, 9698.0, 9713.0, 9707.0, 9691.0, 9709.0, 9692.0, 9675.0, 9710.0, 9700.0, 9689.0, 9693.0, 9696.0, 9709.0, 9691.0, 9693.0, 9676.0, 9691.0, 9711.0, 9683.0, 9683.0, 9711.0, 9714.0, 9698.0, 9716.0, 9700.0, 9682.0, 9716.0, 9719.0, 9699.0, 9717.0, 9718.0, 9687.0, 9716.0, 9722.0, 9703.0, 9715.0, 9722.0, 9722.0, 9701.0, 9713.0, 9715.0, 9666.0, 9714.0, 9720.0, 9689.0, 9717.0, 9736.0, 9721.0, 9702.0, 9718.0, 9704.0, 9685.0, 9715.0, 9722.0, 9704.0, 9732.0, 9723.0, 9704.0, 9723.0, 9736.0, 9706.0, 9721.0, 9739.0, 9725.0, 9722.0, 9738.0, 9722.0, 9703.0, 9721.0, 9720.0, 9701.0, 9720.0, 9721.0, 9716.0, 9718.0, 9722.0, 9717.0, 9717.0, 9736.0, 9720.0, 9713.0, 9721.0, 9720.0, 9701.0, 9716.0, 9700.0, 9697.0, 9714.0, 9689.0, 9702.0, 9717.0, 9703.0, 9698.0, 9716.0, 9704.0, 9717.0, 9722.0, 9719.0, 9718.0, 9721.0, 9704.0, 9698.0, 9718.0, 9704.0, 9704.0, 9721.0, 9720.0, 9702.0, 9721.0, 9700.0, 9706.0, 9737.0, 9707.0, 9723.0, 9739.0, 9723.0, 9722.0, 9722.0, 9705.0, 9704.0, 9723.0, 9720.0, 9719.0, 9724.0, 9718.0, 9701.0, 9721.0, 9700.0, 9690.0, 9723.0, 9701.0, 9704.0, 9723.0, 9721.0, 9677.0, 9722.0, 9705.0, 9706.0, 9739.0, 9727.0, 9694.0, 9737.0, 9707.0, 9692.0, 9739.0, 9729.0, 9707.0, 9741.0, 9728.0, 9704.0, 9734.0, 9740.0, 9688.0, 9725.0, 9727.0, 9722.0, 9723.0, 9723.0, 9721.0, 9705.0, 9721.0, 9720.0, 9716.0, 9739.0, 9719.0, 9703.0, 9720.0, 9705.0, 9687.0, 9718.0, 9718.0, 9686.0, 9718.0, 9720.0, 9702.0, 9716.0, 9720.0, 9699.0, 9701.0, 9716.0, 9687.0, 9715.0, 9723.0, 9718.0, 9701.0, 9716.0, 9696.0, 9682.0, 9697.0, 9699.0, 9698.0, 9715.0, 9704.0, 9699.0, 9715.0, 9700.0, 9686.0, 9716.0, 9719.0, 9698.0, 9718.0, 9721.0, 9703.0, 9698.0, 9715.0, 9696.0, 9709.0, 9716.0, 9700.0, 9700.0, 9718.0, 9715.0, 9696.0, 9714.0, 9700.0, 9685.0, 9716.0, 9719.0, 9685.0, 9720.0, 9722.0, 9689.0, 9714.0, 9717.0, 9716.0, 9702.0, 9718.0, 9699.0, 9698.0, 9716.0, 9701.0, 9700.0, 9716.0, 9709.0, 9699.0, 9717.0, 9699.0, 9698.0, 9718.0, 9721.0, 9697.0, 9716.0, 9703.0, 9682.0, 9712.0, 9717.0, 9697.0, 9698.0, 9717.0, 9715.0, 9694.0, 9695.0, 9695.0, 9676.0, 9693.0, 9694.0, 9678.0, 9711.0, 9716.0, 9670.0, 9685.0, 9718.0, 9692.0, 9731.0, 9726.0, 9705.0, 9725.0, 9710.0, 9744.0, 9716.0, 9748.0, 9755.0, 9717.0, 9725.0, 9730.0, 9686.0, 9696.0, 9703.0, 9715.0, 9693.0, 9695.0, 9676.0, 9690.0, 9696.0, 9663.0, 9691.0, 9689.0, 9670.0, 9693.0, 9689.0, 9691.0, 9692.0, 9674.0, 9691.0, 9692.0, 9658.0, 9690.0, 9694.0, 9662.0, 9678.0, 9689.0, 9674.0, 9691.0, 9696.0, 9674.0, 9691.0, 9676.0, 9668.0, 9689.0, 9674.0, 9687.0, 9696.0, 9691.0, 9688.0, 9697.0, 9675.0, 9686.0, 9694.0, 9689.0, 9687.0, 9692.0, 9686.0, 9687.0, 9693.0, 9660.0, 9695.0, 9699.0, 9667.0, 9694.0, 9693.0, 9672.0, 9691.0, 9681.0, 9680.0, 9713.0, 9698.0, 9699.0, 9717.0, 9686.0, 9718.0, 9720.0, 9700.0, 9697.0, 9698.0, 9681.0, 9713.0, 9716.0, 9680.0, 9711.0, 9696.0, 9678.0, 9710.0, 9698.0, 9680.0, 9710.0, 9694.0, 9680.0, 9713.0, 9713.0, 9693.0, 9713.0, 9703.0, 9677.0, 9710.0, 9700.0, 9678.0, 9712.0, 9714.0, 9696.0, 9711.0, 9716.0, 9680.0, 9713.0, 9718.0, 9700.0, 9720.0, 9722.0, 9702.0, 9736.0, 9722.0, 9704.0, 9735.0, 9723.0, 9704.0, 9734.0, 9727.0, 9703.0, 9714.0, 9717.0, 9684.0, 9719.0, 9695.0, 9693.0, 9741.0, 9729.0, 9709.0, 9724.0, 9725.0, 9692.0, 9739.0, 9723.0, 9704.0, 9737.0, 9729.0, 9706.0, 9723.0, 9720.0, 9689.0, 9721.0, 9702.0, 9722.0, 9739.0, 9742.0, 9703.0, 9719.0, 9706.0, 9717.0, 9725.0, 9708.0, 9721.0, 9725.0, 9705.0, 9721.0, 9723.0, 9704.0, 9717.0, 9724.0, 9717.0, 9699.0, 9701.0, 9683.0, 9695.0, 9698.0, 9682.0, 9712.0, 9706.0, 9697.0, 9694.0, 9696.0, 9677.0, 9690.0, 9690.0, 9671.0, 9706.0, 9695.0, 9693.0, 9709.0, 9694.0, 9677.0, 9697.0, 9694.0, 9695.0, 9699.0, 9709.0, 9694.0, 9694.0, 9689.0, 9688.0, 9696.0, 9667.0, 9707.0, 9696.0, 9677.0, 9714.0, 9695.0, 9693.0, 9715.0, 9712.0, 9693.0, 9710.0, 9689.0, 9694.0, 9698.0, 9692.0, 9693.0, 9696.0, 9693.0, 9692.0, 9693.0, 9659.0, 9689.0, 9692.0, 9676.0, 9696.0, 9695.0, 9674.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.0005161141602634467</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017591801427003294</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.34185181487913</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2397293564615386</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0021536554945063</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5181</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3839.0952</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0813059277089427</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.43907793633369924</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5299491588351066</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.575899484040316</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.690177663133894</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3237703293311096</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00702801</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004797481466084719</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03340404853224754</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>911</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.046269288846772</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>26.0062</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.3331</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.2329</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>288628.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1155.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.1573</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.705</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.9205</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3518.794</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3693.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>87916.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1310.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4600.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>912.6874</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.1077745417133</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> |