=== 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-0016 --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-0016",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0016_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-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0016/figures/sub-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016/ses-02/func/sub-0016_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>12a2befd76d621e5b3ddeb2b69d33d68</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:03:27.807500</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_VE11C_LATEST_20160120</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.997411, 0.0600923, 0.0394888, -0.0601307, 0.99819, -0.000214335]</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.0906783</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>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4155, -7720, -7281, 464, -15, -228, -72, 124]</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>237.02</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8bac390c-de4d-4347-b69a-2cfe5b6f281b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6759819984436035, -0.16132639348506927, 0.10646151751279831, 117.24737548828125], [-0.16122323274612427, 2.678072214126587, 0.005833913572132587, -87.86425018310547], [0.10594548285007477, 0.0005750453565269709, 2.6978938579559326, -87.35539245605469], [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': ['140327.807500', '140328.267500', '140328.727500', '140329.187500', '140329.647500', '140330.107500', '140330.567500', '140331.027500', '140331.487500', '140331.947500', '140332.407500', '140332.867500', '140333.327500', '140333.787500', '140334.247500', '140334.707500', '140335.167500', '140335.627500', '140336.087500', '140336.547500', '140337.007500', '140337.467500', '140337.927500', '140338.387500', '140338.847500', '140339.307500', '140339.767500', '140340.227500', '140340.687500', '140341.147500', '140341.607500', '140342.067500', '140342.527500', '140342.987500', '140343.447500', '140343.907500', '140344.367500', '140344.827500', '140345.287500', '140345.747500', '140346.207500', '140346.667500', '140347.127500', '140347.587500', '140348.047500', '140348.507500', '140348.967500', '140349.427500', '140349.887500', '140350.347500', '140350.807500', '140351.267500', '140351.727500', '140352.187500', '140352.647500', '140353.107500', '140353.567500', '140354.027500', '140354.487500', '140354.947500', '140355.407500', '140355.867500', '140356.327500', '140356.787500', '140357.247500', '140357.707500', '140358.167500', '140358.627500', '140359.087500', '140359.547500', '140400.007500', '140400.467500', '140400.927500', '140401.387500', '140401.847500', '140402.307500', '140402.767500', '140403.227500', '140403.687500', '140404.147500', '140404.607500', '140405.067500', '140405.527500', '140405.987500', '140406.447500', '140406.907500', '140407.367500', '140407.827500', '140408.287500', '140408.747500', '140409.207500', '140409.667500', '140410.127500', '140410.587500', '140411.047500', '140411.507500', '140411.967500', '140412.427500', '140412.887500', '140413.347500', '140413.807500', '140414.267500', '140414.727500', '140415.187500', '140415.647500', '140416.107500', '140416.567500', '140417.027500', '140417.487500', '140417.947500', '140418.407500', '140418.867500', '140419.327500', '140419.787500', '140420.247500', '140420.707500', '140421.167500', '140421.627500', '140422.087500', '140422.547500', '140423.007500', '140423.467500', '140423.927500', '140424.387500', '140424.847500', '140425.307500', '140425.767500', '140426.227500', '140426.687500', '140427.147500', '140427.607500', '140428.067500', '140428.527500', '140428.987500', '140429.447500', '140429.907500', '140430.367500', '140430.827500', '140431.287500', '140431.747500', '140432.207500', '140432.667500', '140433.127500', '140433.587500', '140434.047500', '140434.507500', '140434.967500', '140435.427500', '140435.887500', '140436.347500', '140436.807500', '140437.267500', '140437.727500', '140438.187500', '140438.647500', '140439.107500', '140439.567500', '140440.027500', '140440.487500', '140440.947500', '140441.407500', '140441.867500', '140442.327500', '140442.787500', '140443.247500', '140443.707500', '140444.167500', '140444.627500', '140445.087500', '140445.547500', '140446.007500', '140446.467500', '140446.927500', '140447.387500', '140447.847500', '140448.307500', '140448.767500', '140449.227500', '140449.687500', '140450.147500', '140450.607500', '140451.067500', '140451.527500', '140451.987500', '140452.447500', '140452.907500', '140453.367500', '140453.827500', '140454.287500', '140454.747500', '140455.207500', '140455.667500', '140456.127500', '140456.587500', '140457.047500', '140457.507500', '140457.967500', '140458.427500', '140458.887500', '140459.347500', '140459.807500', '140500.267500', '140500.727500', '140501.187500', '140501.647500', '140502.107500', '140502.567500', '140503.027500', '140503.487500', '140503.947500', '140504.407500', '140504.867500', '140505.327500', '140505.787500', '140506.247500', '140506.707500', '140507.167500', '140507.627500', '140508.087500', '140508.547500', '140509.007500', '140509.467500', '140509.927500', '140510.387500', '140510.847500', '140511.307500', '140511.767500', '140512.227500', '140512.687500', '140513.147500', '140513.607500', '140514.067500', '140514.527500', '140514.987500', '140515.447500', '140515.907500', '140516.367500', '140516.827500', '140517.287500', '140517.747500', '140518.207500', '140518.667500', '140519.127500', '140519.587500', '140520.047500', '140520.507500', '140520.967500', '140521.427500', '140521.887500', '140522.347500', '140522.807500', '140523.267500', '140523.727500', '140524.187500', '140524.647500', '140525.107500', '140525.567500', '140526.027500', '140526.487500', '140526.947500', '140527.407500', '140527.867500', '140528.327500', '140528.787500', '140529.247500', '140529.707500', '140530.167500', '140530.627500', '140531.087500', '140531.547500', '140532.007500', '140532.467500', '140532.927500', '140533.387500', '140533.847500', '140534.307500', '140534.767500', '140535.227500', '140535.687500', '140536.147500', '140536.607500', '140537.067500', '140537.527500', '140537.987500', '140538.447500', '140538.907500', '140539.367500', '140539.827500', '140540.287500', '140540.747500', '140541.207500', '140541.667500', '140542.127500', '140542.587500', '140543.047500', '140543.507500', '140543.967500', '140544.427500', '140544.887500', '140545.347500', '140545.807500', '140546.267500', '140546.727500', '140547.187500', '140547.647500', '140548.107500', '140548.567500', '140549.027500', '140549.487500', '140549.947500', '140550.407500', '140550.867500', '140551.327500', '140551.787500', '140552.247500', '140552.707500', '140553.167500', '140553.627500', '140554.087500', '140554.547500', '140555.007500', '140555.467500', '140555.927500', '140556.387500', '140556.847500', '140557.307500', '140557.767500', '140558.227500', '140558.687500', '140559.147500', '140559.607500', '140600.067500', '140600.527500', '140600.987500', '140601.447500', '140601.907500', '140602.367500', '140602.827500', '140603.287500', '140603.747500', '140604.207500', '140604.667500', '140605.127500', '140605.587500', '140606.047500', '140606.507500', '140606.967500', '140607.427500', '140607.887500', '140608.347500', '140608.807500', '140609.267500', '140609.727500', '140610.187500', '140610.647500', '140611.107500', '140611.567500', '140612.027500', '140612.487500', '140612.947500', '140613.407500', '140613.867500', '140614.327500', '140614.787500', '140615.247500', '140615.707500', '140616.167500', '140616.627500', '140617.087500', '140617.547500', '140618.007500', '140618.467500', '140618.927500', '140619.387500', '140619.847500', '140620.307500', '140620.767500', '140621.227500', '140621.687500', '140622.147500', '140622.607500', '140623.067500', '140623.527500', '140623.987500', '140624.447500', '140624.907500', '140625.367500', '140625.827500', '140626.287500', '140626.747500', '140627.207500', '140627.667500', '140628.127500', '140628.587500', '140629.047500', '140629.507500', '140629.967500', '140630.427500', '140630.887500', '140631.347500', '140631.807500', '140632.267500', '140632.727500', '140633.187500', '140633.647500', '140634.107500', '140634.567500', '140635.027500', '140635.487500', '140635.947500', '140636.407500', '140636.867500', '140637.327500', '140637.787500', '140638.247500', '140638.707500', '140639.167500', '140639.627500', '140640.087500', '140640.547500', '140641.007500', '140641.467500', '140641.927500', '140642.387500', '140642.847500', '140643.307500', '140643.767500', '140644.227500', '140644.687500', '140645.147500', '140645.607500', '140646.067500', '140646.527500', '140646.987500', '140647.447500', '140647.907500', '140648.367500', '140648.827500', '140649.287500', '140649.747500', '140650.207500', '140650.667500', '140651.127500', '140651.587500', '140652.047500', '140652.507500', '140652.967500', '140653.427500', '140653.887500', '140654.347500', '140654.807500', '140655.267500', '140655.727500', '140656.187500', '140656.647500', '140657.107500', '140657.567500', '140658.027500', '140658.487500', '140658.947500', '140659.407500', '140659.867500', '140700.327500', '140700.787500', '140701.247500', '140701.707500', '140702.167500', '140702.627500', '140703.087500', '140703.547500', '140704.007500', '140704.467500', '140704.927500', '140705.387500', '140705.847500', '140706.307500', '140706.767500', '140707.227500', '140707.687500', '140708.147500', '140708.607500', '140709.067500', '140709.527500', '140709.987500', '140710.447500', '140710.907500', '140711.367500', '140711.827500', '140712.287500', '140712.747500', '140713.207500', '140713.667500', '140714.127500', '140714.587500', '140715.047500', '140715.507500', '140715.967500', '140716.427500', '140716.887500', '140717.347500', '140717.807500', '140718.267500', '140718.727500', '140719.187500', '140719.647500', '140720.107500', '140720.567500', '140721.027500', '140721.487500', '140721.947500', '140722.407500', '140722.867500', '140723.327500', '140723.787500', '140724.247500', '140724.707500', '140725.167500', '140725.627500', '140726.087500', '140726.547500', '140727.007500', '140727.467500', '140727.927500', '140728.387500', '140728.847500', '140729.307500', '140729.767500', '140730.227500', '140730.687500', '140731.147500', '140731.607500', '140732.067500', '140732.527500', '140732.987500', '140733.447500', '140733.907500', '140734.367500', '140734.827500', '140735.287500', '140735.747500', '140736.207500', '140736.667500', '140737.127500', '140737.587500', '140738.047500', '140738.507500', '140738.967500', '140739.427500', '140739.887500', '140740.347500', '140740.807500', '140741.267500', '140741.727500', '140742.187500', '140742.647500', '140743.107500', '140743.567500', '140744.027500', '140744.487500', '140744.947500', '140745.407500', '140745.867500', '140746.327500', '140746.787500', '140747.247500', '140747.707500', '140748.167500', '140748.627500', '140749.087500', '140749.547500', '140750.007500', '140750.467500', '140750.927500', '140751.387500', '140751.847500', '140752.307500', '140752.767500', '140753.227500', '140753.687500', '140754.147500', '140754.607500', '140755.067500', '140755.527500', '140755.987500', '140756.447500', '140756.907500', '140757.367500', '140757.827500', '140758.287500', '140758.747500', '140759.207500', '140759.667500', '140800.127500', '140800.587500', '140801.047500', '140801.507500', '140801.967500', '140802.427500', '140802.887500', '140803.347500', '140803.807500', '140804.267500', '140804.727500', '140805.187500', '140805.647500', '140806.107500', '140806.567500', '140807.027500', '140807.487500', '140807.947500', '140808.407500', '140808.867500', '140809.327500', '140809.787500', '140810.247500', '140810.707500', '140811.167500', '140811.627500', '140812.087500', '140812.547500', '140813.007500', '140813.467500', '140813.927500', '140814.387500', '140814.847500', '140815.307500', '140815.767500', '140816.227500', '140816.687500', '140817.147500', '140817.607500', '140818.067500', '140818.527500', '140818.987500', '140819.447500', '140819.907500', '140820.367500', '140820.827500', '140821.287500', '140821.747500', '140822.207500', '140822.667500', '140823.127500', '140823.587500', '140824.047500', '140824.507500', '140824.967500', '140825.427500', '140825.887500', '140826.347500', '140826.807500', '140827.267500', '140827.727500', '140828.187500', '140828.647500', '140829.107500', '140829.567500', '140830.027500', '140830.487500', '140830.947500', '140831.407500', '140831.867500', '140832.327500', '140832.787500', '140833.247500', '140833.707500', '140834.167500', '140834.627500', '140835.087500', '140835.547500', '140836.007500', '140836.467500', '140836.927500', '140837.387500', '140837.847500', '140838.307500', '140838.767500', '140839.227500', '140839.687500', '140840.147500', '140840.607500', '140841.067500', '140841.527500', '140841.987500', '140842.447500', '140842.907500', '140843.367500', '140843.827500', '140844.287500', '140844.747500', '140845.207500', '140845.667500', '140846.127500', '140846.587500', '140847.047500', '140847.507500', '140847.967500', '140848.427500', '140848.887500', '140849.347500', '140849.807500', '140850.267500', '140850.727500', '140851.187500', '140851.647500', '140852.107500', '140852.567500', '140853.027500', '140853.487500', '140853.947500', '140854.407500', '140854.867500', '140855.327500', '140855.787500', '140856.247500', '140856.707500', '140857.167500', '140857.627500', '140858.087500', '140858.547500', '140859.007500', '140859.467500', '140859.927500', '140900.387500', '140900.847500', '140901.307500', '140901.767500', '140902.227500', '140902.687500', '140903.147500', '140903.607500', '140904.067500', '140904.527500', '140904.987500', '140905.447500', '140905.907500', '140906.367500', '140906.827500', '140907.287500', '140907.747500', '140908.207500', '140908.667500', '140909.127500', '140909.587500', '140910.047500', '140910.507500', '140910.967500', '140911.427500', '140911.887500', '140912.347500', '140912.807500', '140913.267500', '140913.727500', '140914.187500', '140914.647500', '140915.107500', '140915.567500', '140916.027500', '140916.487500', '140916.947500', '140917.407500', '140917.867500', '140918.327500', '140918.787500', '140919.247500', '140919.707500', '140920.167500', '140920.627500', '140921.087500', '140921.547500', '140922.007500', '140922.467500', '140922.927500', '140923.387500', '140923.847500', '140924.307500', '140924.767500', '140925.227500', '140925.687500', '140926.147500', '140926.607500', '140927.067500', '140927.527500', '140927.987500', '140928.447500', '140928.907500', '140929.367500', '140929.827500', '140930.287500', '140930.747500', '140931.207500', '140931.667500', '140932.127500', '140932.587500', '140933.047500', '140933.507500', '140933.967500', '140934.427500', '140934.887500', '140935.347500', '140935.807500', '140936.267500', '140936.727500', '140937.187500', '140937.647500', '140938.107500', '140938.567500', '140939.027500', '140939.487500', '140939.947500', '140940.407500', '140940.867500', '140941.327500', '140941.787500', '140942.247500', '140942.707500', '140943.167500', '140943.627500', '140944.087500', '140944.547500', '140945.007500', '140945.467500', '140945.927500', '140946.387500', '140946.847500', '140947.307500', '140947.767500', '140948.227500', '140948.687500', '140949.147500', '140949.607500', '140950.067500', '140950.527500', '140950.987500', '140951.447500', '140951.907500', '140952.367500', '140952.827500', '140953.287500', '140953.747500', '140954.207500', '140954.667500', '140955.127500', '140955.587500', '140956.047500', '140956.507500', '140956.967500', '140957.427500', '140957.887500', '140958.347500', '140958.807500', '140959.267500', '140959.727500', '141000.187500', '141000.647500', '141001.107500', '141001.567500', '141002.027500', '141002.487500', '141002.947500', '141003.407500', '141003.867500', '141004.327500', '141004.787500', '141005.247500', '141005.707500', '141006.167500', '141006.627500', '141007.087500', '141007.547500', '141008.007500', '141008.467500', '141008.927500', '141009.387500', '141009.847500', '141010.307500', '141010.767500', '141011.227500', '141011.687500', '141012.147500', '141012.607500', '141013.067500', '141013.527500', '141013.987500', '141014.447500', '141014.907500', '141015.367500', '141015.827500', '141016.287500', '141016.747500', '141017.207500', '141017.667500', '141018.127500', '141018.587500', '141019.047500', '141019.507500', '141019.967500', '141020.427500', '141020.887500', '141021.347500', '141021.807500', '141022.267500', '141022.727500', '141023.187500', '141023.647500', '141024.107500', '141024.567500', '141025.027500', '141025.487500', '141025.947500', '141026.407500', '141026.867500', '141027.327500', '141027.787500'], 'ContentTime': ['140342.691000', '140342.696000', '140342.699000', '140342.702000', '140342.705000', '140342.708000', '140342.710000', '140342.713000', '140342.716000', '140342.719000', '140342.723000', '140342.726000', '140342.728000', '140342.732000', '140342.735000', '140342.737000', '140342.740000', '140342.743000', '140342.746000', '140342.749000', '140342.759000', '140342.761000', '140342.764000', '140342.767000', '140342.770000', '140342.773000', '140342.776000', '140342.780000', '140342.783000', '140342.786000', '140402.648000', '140402.651000', '140402.654000', '140402.656000', '140402.659000', '140402.662000', '140402.665000', '140402.667000', '140402.670000', '140402.673000', '140402.676000', '140402.678000', '140402.681000', '140402.684000', '140402.687000', '140402.690000', '140402.696000', '140402.699000', '140402.702000', '140402.705000', '140402.708000', '140402.710000', '140402.713000', '140402.716000', '140402.719000', '140402.722000', '140402.725000', '140402.727000', '140402.730000', '140402.733000', '140402.736000', '140402.739000', '140402.741000', '140402.744000', '140402.747000', '140402.750000', '140402.753000', '140402.756000', '140402.759000', '140402.762000', '140402.765000', '140402.767000', '140402.770000', '140402.773000', '140422.648000', '140422.651000', '140422.653000', '140422.656000', '140422.659000', '140422.662000', '140422.665000', '140422.667000', '140422.670000', '140422.676000', '140422.679000', '140422.681000', '140422.684000', '140422.687000', '140422.690000', '140422.693000', '140422.697000', '140422.702000', '140422.704000', '140422.707000', '140422.710000', '140422.713000', '140422.716000', '140422.718000', '140422.721000', '140422.724000', '140422.727000', '140422.730000', '140422.733000', '140422.735000', '140422.738000', '140422.741000', '140422.744000', '140422.746000', '140422.749000', '140422.752000', '140422.755000', '140422.758000', '140422.761000', '140422.763000', '140422.766000', '140422.769000', '140422.772000', '140442.648000', '140442.651000', '140442.654000', '140442.656000', '140442.659000', '140442.662000', '140442.665000', '140442.668000', '140442.670000', '140442.673000', '140442.676000', '140442.679000', '140442.682000', '140442.684000', '140442.687000', '140442.690000', '140442.693000', '140442.696000', '140442.698000', '140442.701000', '140442.704000', '140442.707000', '140442.710000', '140442.713000', '140442.715000', '140442.718000', '140442.721000', '140442.724000', '140442.727000', '140442.730000', '140442.732000', '140442.735000', '140442.738000', '140442.741000', '140442.744000', '140442.746000', '140442.749000', '140442.752000', '140442.755000', '140442.758000', '140442.761000', '140442.763000', '140442.766000', '140442.769000', '140502.647000', '140502.650000', '140502.653000', '140502.656000', '140502.659000', '140502.662000', '140502.665000', '140502.668000', '140502.671000', '140502.674000', '140502.677000', '140502.680000', '140502.682000', '140502.685000', '140502.688000', '140502.691000', '140502.694000', '140502.696000', '140502.699000', '140502.702000', '140502.705000', '140502.708000', '140502.726000', '140502.730000', '140502.733000', '140502.736000', '140502.739000', '140502.742000', '140502.745000', '140502.747000', '140502.750000', '140502.753000', '140502.756000', '140502.759000', '140502.762000', '140502.764000', '140502.767000', '140502.770000', '140502.773000', '140502.776000', '140502.779000', '140502.782000', '140502.785000', '140522.648000', '140522.651000', '140522.654000', '140522.657000', '140522.659000', '140522.662000', '140522.665000', '140522.668000', '140522.671000', '140522.674000', '140522.676000', '140522.679000', '140522.682000', '140522.685000', '140522.688000', '140522.691000', '140522.693000', '140522.696000', '140522.699000', '140522.702000', '140522.705000', '140522.708000', '140522.711000', '140522.713000', '140522.716000', '140522.719000', '140522.722000', '140522.725000', '140522.728000', '140522.730000', '140522.733000', '140522.736000', '140522.739000', '140522.742000', '140522.745000', '140522.747000', '140522.750000', '140522.753000', '140522.756000', '140522.759000', '140522.762000', '140522.764000', '140522.767000', '140522.770000', '140542.648000', '140542.651000', '140542.654000', '140542.656000', '140542.659000', '140542.662000', '140542.665000', '140542.668000', '140542.671000', '140542.673000', '140542.676000', '140542.679000', '140542.682000', '140542.685000', '140542.688000', '140542.690000', '140542.693000', '140542.696000', '140542.699000', '140542.702000', '140542.704000', '140542.707000', '140542.710000', '140542.713000', '140542.716000', '140542.719000', '140542.721000', '140542.724000', '140542.727000', '140542.730000', '140542.734000', '140542.737000', '140542.740000', '140542.743000', '140542.746000', '140542.749000', '140542.752000', '140542.754000', '140542.757000', '140542.760000', '140542.763000', '140542.766000', '140542.768000', '140602.648000', '140602.651000', '140602.654000', '140602.657000', '140602.659000', '140602.662000', '140602.665000', '140602.668000', '140602.671000', '140602.673000', '140602.676000', '140602.679000', '140602.682000', '140602.685000', '140602.688000', '140602.690000', '140602.693000', '140602.696000', '140602.699000', '140602.702000', '140602.705000', '140602.708000', '140602.710000', '140602.713000', '140602.716000', '140602.719000', '140602.722000', '140602.725000', '140602.727000', '140602.730000', '140602.733000', '140602.736000', '140602.739000', '140602.747000', '140602.750000', '140602.753000', '140602.756000', '140602.759000', '140602.762000', '140602.765000', '140602.767000', '140602.770000', '140602.773000', '140602.776000', '140622.648000', '140622.651000', '140622.654000', '140622.656000', '140622.659000', '140622.662000', '140622.665000', '140622.668000', '140622.671000', '140622.673000', '140622.676000', '140622.679000', '140622.682000', '140622.685000', '140622.688000', '140622.690000', '140622.693000', '140622.696000', '140622.700000', '140622.703000', '140622.706000', '140622.709000', '140622.712000', '140622.715000', '140622.717000', '140622.720000', '140622.723000', '140622.726000', '140622.729000', '140622.732000', '140622.734000', '140622.737000', '140622.740000', '140622.743000', '140622.746000', '140622.748000', '140622.751000', '140622.755000', '140622.758000', '140622.760000', '140622.763000', '140622.766000', '140622.769000', '140642.648000', '140642.651000', '140642.654000', '140642.656000', '140642.659000', '140642.662000', '140642.665000', '140642.668000', '140642.670000', '140642.673000', '140642.676000', '140642.679000', '140642.682000', '140642.685000', '140642.687000', '140642.690000', '140642.693000', '140642.696000', '140642.711000', '140642.713000', '140642.716000', '140642.719000', '140642.722000', '140642.725000', '140642.728000', '140642.730000', '140642.733000', '140642.736000', '140642.739000', '140642.741000', '140642.744000', '140642.747000', '140642.750000', '140642.753000', '140642.756000', '140642.758000', '140642.761000', '140642.764000', '140642.767000', '140642.770000', '140642.773000', '140642.775000', '140642.778000', '140642.781000', '140702.648000', '140702.651000', '140702.654000', '140702.657000', '140702.659000', '140702.662000', '140702.665000', '140702.668000', '140702.671000', '140702.673000', '140702.676000', '140702.679000', '140702.682000', '140702.685000', '140702.687000', '140702.690000', '140702.693000', '140702.696000', '140702.699000', '140702.702000', '140702.704000', '140702.707000', '140702.710000', '140702.713000', '140702.716000', '140702.718000', '140702.721000', '140702.724000', '140702.727000', '140702.730000', '140702.732000', '140702.735000', '140702.738000', '140702.741000', '140702.744000', '140702.746000', '140702.749000', '140702.752000', '140702.755000', '140702.758000', '140702.761000', '140702.763000', '140702.766000', '140722.647000', '140722.650000', '140722.653000', '140722.655000', '140722.658000', '140722.661000', '140722.664000', '140722.667000', '140722.670000', '140722.673000', '140722.675000', '140722.678000', '140722.681000', '140722.684000', '140722.687000', '140722.689000', '140722.692000', '140722.695000', '140722.698000', '140722.701000', '140722.704000', '140722.706000', '140722.709000', '140722.712000', '140722.715000', '140722.718000', '140722.721000', '140722.724000', '140722.726000', '140722.729000', '140722.732000', '140722.735000', '140722.738000', '140722.741000', '140722.743000', '140722.746000', '140722.749000', '140722.752000', '140722.755000', '140722.758000', '140722.760000', '140722.763000', '140722.766000', '140722.769000', '140742.648000', '140742.651000', '140742.654000', '140742.657000', '140742.659000', '140742.662000', '140742.665000', '140742.668000', '140742.671000', '140742.674000', '140742.677000', '140742.680000', '140742.682000', '140742.685000', '140742.688000', '140742.691000', '140742.694000', '140742.697000', '140742.700000', '140742.702000', '140742.705000', '140742.708000', '140742.711000', '140742.714000', '140742.717000', '140742.719000', '140742.722000', '140742.725000', '140742.728000', '140742.731000', '140742.734000', '140742.738000', '140742.741000', '140742.744000', '140742.747000', '140742.749000', '140742.752000', '140742.755000', '140742.758000', '140742.761000', '140742.764000', '140742.766000', '140742.769000', '140802.648000', '140802.651000', '140802.654000', '140802.656000', '140802.659000', '140802.662000', '140802.665000', '140802.668000', '140802.671000', '140802.673000', '140802.676000', '140802.679000', '140802.682000', '140802.685000', '140802.688000', '140802.691000', '140802.693000', '140802.696000', '140802.699000', '140802.702000', '140802.705000', '140802.708000', '140802.711000', '140802.714000', '140802.716000', '140802.719000', '140802.722000', '140802.725000', '140802.728000', '140802.731000', '140802.734000', '140802.736000', '140802.739000', '140802.742000', '140802.745000', '140802.748000', '140802.751000', '140802.753000', '140802.756000', '140802.759000', '140802.762000', '140802.765000', '140802.768000', '140802.782000', '140822.648000', '140822.651000', '140822.654000', '140822.657000', '140822.660000', '140822.662000', '140822.665000', '140822.668000', '140822.671000', '140822.674000', '140822.676000', '140822.679000', '140822.682000', '140822.685000', '140822.688000', '140822.691000', '140822.693000', '140822.696000', '140822.699000', '140822.702000', '140822.705000', '140822.708000', '140822.710000', '140822.713000', '140822.716000', '140822.719000', '140822.722000', '140822.725000', '140822.728000', '140822.731000', '140822.733000', '140822.736000', '140822.739000', '140822.742000', '140822.745000', '140822.748000', '140822.751000', '140822.753000', '140822.756000', '140822.759000', '140822.762000', '140822.765000', '140822.768000', '140842.648000', '140842.651000', '140842.654000', '140842.657000', '140842.659000', '140842.662000', '140842.665000', '140842.668000', '140842.671000', '140842.674000', '140842.676000', '140842.679000', '140842.682000', '140842.685000', '140842.688000', '140842.691000', '140842.694000', '140842.696000', '140842.699000', '140842.702000', '140842.705000', '140842.710000', '140842.713000', '140842.716000', '140842.719000', '140842.721000', '140842.724000', '140842.727000', '140842.730000', '140842.733000', '140842.736000', '140842.739000', '140842.741000', '140842.744000', '140842.747000', '140842.750000', '140842.753000', '140842.755000', '140842.758000', '140842.761000', '140842.764000', '140842.767000', '140842.770000', '140842.773000', '140902.648000', '140902.651000', '140902.654000', '140902.656000', '140902.659000', '140902.662000', '140902.665000', '140902.668000', '140902.671000', '140902.674000', '140902.676000', '140902.679000', '140902.682000', '140902.685000', '140902.688000', '140902.691000', '140902.693000', '140902.696000', '140902.699000', '140902.702000', '140902.705000', '140902.707000', '140902.710000', '140902.713000', '140902.716000', '140902.719000', '140902.722000', '140902.724000', '140902.727000', '140902.730000', '140902.733000', '140902.736000', '140902.739000', '140902.741000', '140902.744000', '140902.747000', '140902.750000', '140902.753000', '140902.755000', '140902.758000', '140902.761000', '140902.764000', '140902.767000', '140922.650000', '140922.654000', '140922.657000', '140922.660000', '140922.663000', '140922.666000', '140922.669000', '140922.671000', '140922.674000', '140922.677000', '140922.680000', '140922.683000', '140922.686000', '140922.688000', '140922.691000', '140922.694000', '140922.697000', '140922.700000', '140922.702000', '140922.705000', '140922.708000', '140922.711000', '140922.714000', '140922.717000', '140922.719000', '140922.722000', '140922.725000', '140922.728000', '140922.731000', '140922.734000', '140922.737000', '140922.740000', '140922.743000', '140922.745000', '140922.748000', '140922.751000', '140922.754000', '140922.757000', '140922.760000', '140922.762000', '140922.765000', '140922.768000', '140922.771000', '140942.647000', '140942.650000', '140942.653000', '140942.656000', '140942.659000', '140942.661000', '140942.664000', '140942.667000', '140942.670000', '140942.673000', '140942.676000', '140942.684000', '140942.687000', '140942.690000', '140942.693000', '140942.695000', '140942.698000', '140942.701000', '140942.704000', '140942.707000', '140942.709000', '140942.712000', '140942.715000', '140942.718000', '140942.721000', '140942.724000', '140942.726000', '140942.729000', '140942.732000', '140942.735000', '140942.738000', '140942.741000', '140942.743000', '140942.746000', '140942.749000', '140942.752000', '140942.755000', '140942.757000', '140942.760000', '140942.763000', '140942.766000', '140942.769000', '140942.772000', '140942.774000', '141002.649000', '141002.652000', '141002.655000', '141002.658000', '141002.661000', '141002.663000', '141002.666000', '141002.669000', '141002.672000', '141002.675000', '141002.678000', '141002.681000', '141002.683000', '141002.686000', '141002.689000', '141002.692000', '141002.695000', '141002.698000', '141002.701000', '141002.703000', '141002.706000', '141002.709000', '141002.712000', '141002.715000', '141002.718000', '141002.720000', '141002.723000', '141002.726000', '141002.729000', '141002.732000', '141002.735000', '141002.738000', '141002.740000', '141002.743000', '141002.746000', '141002.749000', '141002.752000', '141002.755000', '141002.758000', '141002.760000', '141002.763000', '141002.766000', '141002.769000', '141022.648000', '141022.651000', '141022.654000', '141022.657000', '141022.659000', '141022.662000', '141022.665000', '141022.668000', '141022.671000', '141022.674000', '141022.676000', '141022.679000', '141022.682000', '141022.685000', '141022.688000', '141022.691000', '141022.693000', '141022.696000', '141022.699000', '141022.702000', '141022.705000', '141022.708000', '141022.711000', '141022.713000', '141022.716000', '141022.719000', '141022.722000', '141022.725000', '141022.728000', '141022.730000', '141022.733000', '141022.736000', '141022.739000', '141022.742000', '141022.744000', '141022.747000', '141022.750000', '141022.753000', '141022.756000', '141022.759000', '141022.762000', '141022.764000', '141022.767000', '141022.770000', '141028.911000', '141028.914000', '141028.917000', '141028.920000', '141028.923000', '141028.926000', '141028.929000', '141028.932000', '141028.935000', '141028.938000', '141028.941000', '141028.944000', '141028.947000', '141028.950000'], 'InstanceCreationTime': ['140342.691000', '140342.696000', '140342.699000', '140342.702000', '140342.705000', '140342.708000', '140342.710000', '140342.713000', '140342.716000', '140342.719000', '140342.723000', '140342.726000', '140342.728000', '140342.732000', '140342.735000', '140342.737000', '140342.740000', '140342.743000', '140342.746000', '140342.749000', '140342.759000', '140342.761000', '140342.764000', '140342.767000', '140342.770000', '140342.773000', '140342.776000', '140342.780000', '140342.783000', '140342.786000', '140402.648000', '140402.651000', '140402.654000', '140402.656000', '140402.659000', '140402.662000', '140402.665000', '140402.667000', '140402.670000', '140402.673000', '140402.676000', '140402.678000', '140402.681000', '140402.684000', '140402.687000', '140402.690000', '140402.696000', '140402.699000', '140402.702000', '140402.705000', '140402.708000', '140402.710000', '140402.713000', '140402.716000', '140402.719000', '140402.722000', '140402.725000', '140402.727000', '140402.730000', '140402.733000', '140402.736000', '140402.739000', '140402.741000', '140402.744000', '140402.747000', '140402.750000', '140402.753000', '140402.756000', '140402.759000', '140402.762000', '140402.765000', '140402.767000', '140402.770000', '140402.773000', '140422.648000', '140422.651000', '140422.653000', '140422.656000', '140422.659000', '140422.662000', '140422.665000', '140422.667000', '140422.670000', '140422.676000', '140422.679000', '140422.681000', '140422.684000', '140422.687000', '140422.690000', '140422.693000', '140422.697000', '140422.702000', '140422.704000', '140422.707000', '140422.710000', '140422.713000', '140422.716000', '140422.718000', '140422.721000', '140422.724000', '140422.727000', '140422.730000', '140422.733000', '140422.735000', '140422.738000', '140422.741000', '140422.744000', '140422.746000', '140422.749000', '140422.752000', '140422.755000', '140422.758000', '140422.761000', '140422.763000', '140422.766000', '140422.769000', '140422.772000', '140442.648000', '140442.651000', '140442.654000', '140442.656000', '140442.659000', '140442.662000', '140442.665000', '140442.668000', '140442.670000', '140442.673000', '140442.676000', '140442.679000', '140442.682000', '140442.684000', '140442.687000', '140442.690000', '140442.693000', '140442.696000', '140442.698000', '140442.701000', '140442.704000', '140442.707000', '140442.710000', '140442.713000', '140442.715000', '140442.718000', '140442.721000', '140442.724000', '140442.727000', '140442.730000', '140442.732000', '140442.735000', '140442.738000', '140442.741000', '140442.744000', '140442.746000', '140442.749000', '140442.752000', '140442.755000', '140442.758000', '140442.761000', '140442.763000', '140442.766000', '140442.769000', '140502.647000', '140502.650000', '140502.653000', '140502.656000', '140502.659000', '140502.662000', '140502.665000', '140502.668000', '140502.671000', '140502.674000', '140502.677000', '140502.680000', '140502.682000', '140502.685000', '140502.688000', '140502.691000', '140502.694000', '140502.696000', '140502.699000', '140502.702000', '140502.705000', '140502.708000', '140502.726000', '140502.730000', '140502.733000', '140502.736000', '140502.739000', '140502.742000', '140502.745000', '140502.747000', '140502.750000', '140502.753000', '140502.756000', '140502.759000', '140502.762000', '140502.764000', '140502.767000', '140502.770000', '140502.773000', '140502.776000', '140502.779000', '140502.782000', '140502.785000', '140522.648000', '140522.651000', '140522.654000', '140522.657000', '140522.659000', '140522.662000', '140522.665000', '140522.668000', '140522.671000', '140522.674000', '140522.676000', '140522.679000', '140522.682000', '140522.685000', '140522.688000', '140522.691000', '140522.693000', '140522.696000', '140522.699000', '140522.702000', '140522.705000', '140522.708000', '140522.711000', '140522.713000', '140522.716000', '140522.719000', '140522.722000', '140522.725000', '140522.728000', '140522.730000', '140522.733000', '140522.736000', '140522.739000', '140522.742000', '140522.745000', '140522.747000', '140522.750000', '140522.753000', '140522.756000', '140522.759000', '140522.762000', '140522.764000', '140522.767000', '140522.770000', '140542.648000', '140542.651000', '140542.654000', '140542.656000', '140542.659000', '140542.662000', '140542.665000', '140542.668000', '140542.671000', '140542.673000', '140542.676000', '140542.679000', '140542.682000', '140542.685000', '140542.688000', '140542.690000', '140542.693000', '140542.696000', '140542.699000', '140542.702000', '140542.704000', '140542.707000', '140542.710000', '140542.713000', '140542.716000', '140542.719000', '140542.721000', '140542.724000', '140542.727000', '140542.730000', '140542.734000', '140542.737000', '140542.740000', '140542.743000', '140542.746000', '140542.749000', '140542.752000', '140542.754000', '140542.757000', '140542.760000', '140542.763000', '140542.766000', '140542.768000', '140602.648000', '140602.651000', '140602.654000', '140602.657000', '140602.659000', '140602.662000', '140602.665000', '140602.668000', '140602.671000', '140602.673000', '140602.676000', '140602.679000', '140602.682000', '140602.685000', '140602.688000', '140602.690000', '140602.693000', '140602.696000', '140602.699000', '140602.702000', '140602.705000', '140602.708000', '140602.710000', '140602.713000', '140602.716000', '140602.719000', '140602.722000', '140602.725000', '140602.727000', '140602.730000', '140602.733000', '140602.736000', '140602.739000', '140602.747000', '140602.750000', '140602.753000', '140602.756000', '140602.759000', '140602.762000', '140602.765000', '140602.767000', '140602.770000', '140602.773000', '140602.776000', '140622.648000', '140622.651000', '140622.654000', '140622.656000', '140622.659000', '140622.662000', '140622.665000', '140622.668000', '140622.671000', '140622.673000', '140622.676000', '140622.679000', '140622.682000', '140622.685000', '140622.688000', '140622.690000', '140622.693000', '140622.696000', '140622.700000', '140622.703000', '140622.706000', '140622.709000', '140622.712000', '140622.715000', '140622.717000', '140622.720000', '140622.723000', '140622.726000', '140622.729000', '140622.732000', '140622.734000', '140622.737000', '140622.740000', '140622.743000', '140622.746000', '140622.748000', '140622.751000', '140622.755000', '140622.758000', '140622.760000', '140622.763000', '140622.766000', '140622.769000', '140642.648000', '140642.651000', '140642.654000', '140642.656000', '140642.659000', '140642.662000', '140642.665000', '140642.668000', '140642.670000', '140642.673000', '140642.676000', '140642.679000', '140642.682000', '140642.685000', '140642.687000', '140642.690000', '140642.693000', '140642.696000', '140642.711000', '140642.713000', '140642.716000', '140642.719000', '140642.722000', '140642.725000', '140642.728000', '140642.730000', '140642.733000', '140642.736000', '140642.739000', '140642.741000', '140642.744000', '140642.747000', '140642.750000', '140642.753000', '140642.756000', '140642.758000', '140642.761000', '140642.764000', '140642.767000', '140642.770000', '140642.773000', '140642.775000', '140642.778000', '140642.781000', '140702.648000', '140702.651000', '140702.654000', '140702.657000', '140702.659000', '140702.662000', '140702.665000', '140702.668000', '140702.671000', '140702.673000', '140702.676000', '140702.679000', '140702.682000', '140702.685000', '140702.687000', '140702.690000', '140702.693000', '140702.696000', '140702.699000', '140702.702000', '140702.704000', '140702.707000', '140702.710000', '140702.713000', '140702.716000', '140702.718000', '140702.721000', '140702.724000', '140702.727000', '140702.730000', '140702.732000', '140702.735000', '140702.738000', '140702.741000', '140702.744000', '140702.746000', '140702.749000', '140702.752000', '140702.755000', '140702.758000', '140702.761000', '140702.763000', '140702.766000', '140722.647000', '140722.650000', '140722.653000', '140722.655000', '140722.658000', '140722.661000', '140722.664000', '140722.667000', '140722.670000', '140722.673000', '140722.675000', '140722.678000', '140722.681000', '140722.684000', '140722.687000', '140722.689000', '140722.692000', '140722.695000', '140722.698000', '140722.701000', '140722.704000', '140722.706000', '140722.709000', '140722.712000', '140722.715000', '140722.718000', '140722.721000', '140722.724000', '140722.726000', '140722.729000', '140722.732000', '140722.735000', '140722.738000', '140722.741000', '140722.743000', '140722.746000', '140722.749000', '140722.752000', '140722.755000', '140722.758000', '140722.760000', '140722.763000', '140722.766000', '140722.769000', '140742.648000', '140742.651000', '140742.654000', '140742.657000', '140742.659000', '140742.662000', '140742.665000', '140742.668000', '140742.671000', '140742.674000', '140742.677000', '140742.680000', '140742.682000', '140742.685000', '140742.688000', '140742.691000', '140742.694000', '140742.697000', '140742.700000', '140742.702000', '140742.705000', '140742.708000', '140742.711000', '140742.714000', '140742.717000', '140742.719000', '140742.722000', '140742.725000', '140742.728000', '140742.731000', '140742.734000', '140742.738000', '140742.741000', '140742.744000', '140742.747000', '140742.749000', '140742.752000', '140742.755000', '140742.758000', '140742.761000', '140742.764000', '140742.766000', '140742.769000', '140802.648000', '140802.651000', '140802.654000', '140802.656000', '140802.659000', '140802.662000', '140802.665000', '140802.668000', '140802.671000', '140802.673000', '140802.676000', '140802.679000', '140802.682000', '140802.685000', '140802.688000', '140802.691000', '140802.693000', '140802.696000', '140802.699000', '140802.702000', '140802.705000', '140802.708000', '140802.711000', '140802.714000', '140802.716000', '140802.719000', '140802.722000', '140802.725000', '140802.728000', '140802.731000', '140802.734000', '140802.736000', '140802.739000', '140802.742000', '140802.745000', '140802.748000', '140802.751000', '140802.753000', '140802.756000', '140802.759000', '140802.762000', '140802.765000', '140802.768000', '140802.782000', '140822.648000', '140822.651000', '140822.654000', '140822.657000', '140822.660000', '140822.662000', '140822.665000', '140822.668000', '140822.671000', '140822.674000', '140822.676000', '140822.679000', '140822.682000', '140822.685000', '140822.688000', '140822.691000', '140822.693000', '140822.696000', '140822.699000', '140822.702000', '140822.705000', '140822.708000', '140822.710000', '140822.713000', '140822.716000', '140822.719000', '140822.722000', '140822.725000', '140822.728000', '140822.731000', '140822.733000', '140822.736000', '140822.739000', '140822.742000', '140822.745000', '140822.748000', '140822.751000', '140822.753000', '140822.756000', '140822.759000', '140822.762000', '140822.765000', '140822.768000', '140842.648000', '140842.651000', '140842.654000', '140842.657000', '140842.659000', '140842.662000', '140842.665000', '140842.668000', '140842.671000', '140842.674000', '140842.676000', '140842.679000', '140842.682000', '140842.685000', '140842.688000', '140842.691000', '140842.694000', '140842.696000', '140842.699000', '140842.702000', '140842.705000', '140842.710000', '140842.713000', '140842.716000', '140842.719000', '140842.721000', '140842.724000', '140842.727000', '140842.730000', '140842.733000', '140842.736000', '140842.739000', '140842.741000', '140842.744000', '140842.747000', '140842.750000', '140842.753000', '140842.755000', '140842.758000', '140842.761000', '140842.764000', '140842.767000', '140842.770000', '140842.773000', '140902.648000', '140902.651000', '140902.654000', '140902.656000', '140902.659000', '140902.662000', '140902.665000', '140902.668000', '140902.671000', '140902.674000', '140902.676000', '140902.679000', '140902.682000', '140902.685000', '140902.688000', '140902.691000', '140902.693000', '140902.696000', '140902.699000', '140902.702000', '140902.705000', '140902.707000', '140902.710000', '140902.713000', '140902.716000', '140902.719000', '140902.722000', '140902.724000', '140902.727000', '140902.730000', '140902.733000', '140902.736000', '140902.739000', '140902.741000', '140902.744000', '140902.747000', '140902.750000', '140902.753000', '140902.755000', '140902.758000', '140902.761000', '140902.764000', '140902.767000', '140922.650000', '140922.654000', '140922.657000', '140922.660000', '140922.663000', '140922.666000', '140922.669000', '140922.671000', '140922.674000', '140922.677000', '140922.680000', '140922.683000', '140922.686000', '140922.688000', '140922.691000', '140922.694000', '140922.697000', '140922.700000', '140922.702000', '140922.705000', '140922.708000', '140922.711000', '140922.714000', '140922.717000', '140922.719000', '140922.722000', '140922.725000', '140922.728000', '140922.731000', '140922.734000', '140922.737000', '140922.740000', '140922.743000', '140922.745000', '140922.748000', '140922.751000', '140922.754000', '140922.757000', '140922.760000', '140922.762000', '140922.765000', '140922.768000', '140922.771000', '140942.647000', '140942.650000', '140942.653000', '140942.656000', '140942.659000', '140942.661000', '140942.664000', '140942.667000', '140942.670000', '140942.673000', '140942.676000', '140942.684000', '140942.687000', '140942.690000', '140942.693000', '140942.695000', '140942.698000', '140942.701000', '140942.704000', '140942.707000', '140942.709000', '140942.712000', '140942.715000', '140942.718000', '140942.721000', '140942.724000', '140942.726000', '140942.729000', '140942.732000', '140942.735000', '140942.738000', '140942.741000', '140942.743000', '140942.746000', '140942.749000', '140942.752000', '140942.755000', '140942.757000', '140942.760000', '140942.763000', '140942.766000', '140942.769000', '140942.772000', '140942.774000', '141002.649000', '141002.652000', '141002.655000', '141002.658000', '141002.661000', '141002.663000', '141002.666000', '141002.669000', '141002.672000', '141002.675000', '141002.678000', '141002.681000', '141002.683000', '141002.686000', '141002.689000', '141002.692000', '141002.695000', '141002.698000', '141002.701000', '141002.703000', '141002.706000', '141002.709000', '141002.712000', '141002.715000', '141002.718000', '141002.720000', '141002.723000', '141002.726000', '141002.729000', '141002.732000', '141002.735000', '141002.738000', '141002.740000', '141002.743000', '141002.746000', '141002.749000', '141002.752000', '141002.755000', '141002.758000', '141002.760000', '141002.763000', '141002.766000', '141002.769000', '141022.648000', '141022.651000', '141022.654000', '141022.657000', '141022.659000', '141022.662000', '141022.665000', '141022.668000', '141022.671000', '141022.674000', '141022.676000', '141022.679000', '141022.682000', '141022.685000', '141022.688000', '141022.691000', '141022.693000', '141022.696000', '141022.699000', '141022.702000', '141022.705000', '141022.708000', '141022.711000', '141022.713000', '141022.716000', '141022.719000', '141022.722000', '141022.725000', '141022.728000', '141022.730000', '141022.733000', '141022.736000', '141022.739000', '141022.742000', '141022.744000', '141022.747000', '141022.750000', '141022.753000', '141022.756000', '141022.759000', '141022.762000', '141022.764000', '141022.767000', '141022.770000', '141028.911000', '141028.914000', '141028.917000', '141028.920000', '141028.923000', '141028.926000', '141028.929000', '141028.932000', '141028.935000', '141028.938000', '141028.941000', '141028.944000', '141028.947000', '141028.950000'], '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': [8683, 9262, 9001, 9467, 8411, 8826, 8239, 9303, 8279, 10700, 8150, 9192, 8037, 8777, 8753, 9274, 9436, 8475, 9072, 8216, 9188, 8272, 10263, 8152, 8936, 8684, 8379, 9135, 7904, 9157, 8465, 10187, 8929, 9109, 8543, 8724, 8506, 8797, 8856, 8766, 9251, 8733, 10251, 9039, 10085, 8693, 8973, 8561, 8835, 8671, 8960, 9221, 8779, 9783, 9083, 9965, 9032, 9623, 8470, 10241, 8453, 10655, 8314, 9389, 8817, 9090, 9515, 9176, 9480, 8737, 9417, 8298, 10345, 8417, 10198, 8395, 9182, 9047, 8521, 9724, 8503, 11086, 8411, 9755, 8463, 9337, 8744, 8808, 9024, 8452, 9589, 8796, 9604, 8650, 9637, 8554, 9277, 9068, 8710, 9600, 8766, 9811, 8920, 9834, 8547, 9319, 8625, 8945, 8447, 8882, 9096, 8977, 9320, 9158, 9166, 8377, 10397, 8354, 9591, 8888, 8866, 9456, 8536, 9229, 8528, 10357, 8192, 8876, 8576, 8666, 9106, 9090, 9315, 9282, 9266, 8205, 9217, 8101, 9949, 8637, 9412, 9175, 8513, 9419, 8143, 9747, 8127, 9267, 8354, 9271, 9076, 8153, 10070, 8147, 9545, 8564, 9170, 8953, 8297, 9275, 8083, 10480, 8096, 9159, 8488, 9024, 9165, 8796, 9066, 8967, 9290, 8728, 9306, 8167, 9770, 8143, 9093, 9060, 8205, 9411, 8744, 9507, 8330, 9327, 8239, 9229, 8511, 9617, 8751, 10288, 8840, 10169, 8609, 9885, 8835, 8916, 8867, 9338, 9388, 8807, 9656, 8476, 9705, 8799, 9169, 8742, 8112, 9539, 8710, 9375, 8649, 8343, 8474, 8677, 8966, 8514, 9304, 8907, 8977, 8598, 8475, 8779, 8170, 9114, 8526, 10589, 8489, 9294, 8521, 8875, 9115, 7838, 11168, 8286, 9767, 8795, 8409, 9369, 7823, 11041, 8314, 9269, 8652, 7862, 9231, 8015, 11011, 8107, 9294, 8520, 8471, 9146, 7896, 9633, 8191, 9300, 8262, 8932, 8595, 8861, 9008, 8001, 9974, 8408, 9308, 8762, 9055, 9214, 7710, 9139, 7921, 10339, 8245, 8623, 8732, 8653, 8919, 8424, 7635, 9115, 8043, 8235, 8655, 7891, 10975, 7709, 9585, 8656, 8206, 8690, 7665, 11097, 7729, 9319, 8649, 8255, 9184, 7911, 12579, 7909, 12336, 8241, 9968, 8138, 9024, 8276, 8774, 8386, 8139, 11331, 8013, 9847, 8190, 9039, 8648, 8036, 8989, 7904, 9865, 7771, 9009, 7895, 8843, 8601, 7982, 8969, 7990, 10281, 7906, 9360, 8080, 8934, 8884, 7760, 10011, 7700, 9080, 8399, 9044, 9234, 7942, 9147, 7886, 8876, 8246, 9495, 8192, 8740, 8285, 8725, 8967, 9268, 9217, 9047, 9030, 8893, 9034, 8071, 9112, 8344, 10410, 8422, 9036, 8829, 9024, 8898, 9069, 9233, 8022, 9240, 7980, 10195, 8168, 9486, 8718, 9013, 8990, 8669, 9247, 8072, 8636, 8037, 10065, 8273, 9446, 8209, 8875, 8557, 8745, 9238, 7681, 9471, 7991, 9366, 8323, 8633, 9013, 8875, 9018, 7736, 8899, 8179, 10656, 8026, 9932, 7965, 8455, 8290, 8765, 8903, 8604, 8930, 7739, 8698, 7984, 10708, 7953, 9991, 8447, 8645, 8834, 8780, 9022, 7710, 8801, 7825, 9887, 8078, 8918, 8893, 7811, 8901, 8111, 9095, 8056, 9019, 8364, 8789, 8967, 8207, 9317, 8069, 8815, 8040, 10292, 8020, 9006, 8771, 8897, 8931, 7996, 8900, 7699, 8930, 8203, 9344, 8218, 8730, 8750, 8775, 9283, 8049, 8818, 8075, 10448, 8081, 9489, 8375, 8992, 8421, 9246, 9000, 8753, 9058, 7631, 9021, 8110, 11079, 7852, 10874, 8054, 8975, 8570, 8828, 9058, 8268, 8824, 7862, 8798, 8059, 8743, 8212, 10703, 8351, 9283, 8630, 9052, 9179, 7735, 8884, 8133, 10485, 8460, 9755, 8343, 9266, 8602, 8304, 9628, 8538, 9200, 7774, 8976, 8169, 10232, 8452, 9155, 8694, 8444, 9299, 7677, 9119, 8113, 9591, 8122, 9212, 8402, 8836, 9302, 8775, 9452, 7867, 9086, 8421, 9620, 8530, 9828, 8216, 9127, 8254, 8801, 9046, 8795, 8980, 8731, 9536, 7751, 8960, 8500, 9192, 8359, 10902, 8214, 10173, 8319, 9321, 8820, 8637, 9095, 7541, 8864, 8229, 10246, 8685, 9843, 8161, 8922, 8424, 8140, 9125, 8757, 8848, 8593, 8930, 8622, 8936, 7675, 8883, 7917, 9925, 8181, 10404, 8112, 9975, 8335, 8965, 8586, 8696, 8958, 7690, 8836, 7860, 10432, 8045, 10774, 8292, 8753, 8582, 8016, 8944, 7837, 8875, 7914, 10436, 8066, 9142, 8314, 8330, 8823, 8711, 9002, 8513, 9406, 7788, 9032, 7835, 9292, 7886, 10254, 8361, 8921, 8124, 9067, 8050, 9109, 8560, 8599, 8954, 7725, 9004, 8127, 8916, 7987, 8979, 8261, 9124, 8111, 9540, 8229, 9047, 8840, 8536, 9034, 7729, 8994, 8390, 9138, 7912, 10242, 8066, 9752, 8636, 8970, 8618, 8361, 8598, 9189, 7737, 10235, 7980, 8483, 8782, 7681, 10318, 7839, 8412, 8885, 7798, 9076, 8051, 10243, 7701, 12369, 7597, 10225, 7650, 9608, 8603, 8521, 12104, 7761, 11393, 7820, 10200, 7876, 8035, 7956, 8277, 8356, 7814, 8434, 7985, 8595, 8675, 9005, 8600, 8229, 8506, 7347, 9100, 7548, 10808, 7677, 9649, 8068, 8875, 8461, 8168, 8662, 8286, 8637, 8196, 8685, 7609, 8866, 8024, 9527, 7867, 10385, 8143, 9958, 8210, 9648, 8326, 8629, 8696, 8575, 9023, 7662, 8933, 7980, 8807, 7863, 8864, 7978, 8773, 8167, 10498, 8059, 9965, 8300, 9190, 8596, 8421, 9134, 8376, 8884, 8488, 9017, 8037, 9189, 8132, 10127, 8257, 10399, 8323, 8743, 8648, 8910, 8487, 9517, 8490, 8720, 8870, 8341, 9208, 8302, 8891, 8261, 9232, 7606, 9194, 8214, 8786, 8412, 9322, 8721, 9495, 8418, 10270, 8365, 9100, 8678, 8811, 8883, 8315, 9180, 8133, 8926, 8533, 9581, 8239, 8886, 8486, 8564, 8816, 8285, 9029, 8323, 9153, 8541, 9094, 7679, 9053, 8246, 9054, 8322, 8838, 8329, 9368, 8293, 10649, 8406, 9585, 8649, 9826, 8549, 9055, 8566, 8835, 8962, 8466, 8888, 8194, 9070, 8152, 8966, 8154, 10136, 8519, 8796, 8685, 8486, 8872, 9103, 8645, 8859, 8973, 8678, 9026, 7951, 8951, 7795, 10136, 8095, 10497, 8275, 10121, 8170, 8984, 8549, 8757, 8810, 8489, 9074, 7930, 9146, 7914, 9082, 8712, 9112, 7944, 9185, 8217, 9401, 8250, 10436, 8630, 9126, 8699, 8931, 8715, 8610, 8780, 8580, 9044, 7965, 9269, 8163, 8978, 8316, 9247, 8729, 9714, 8523, 8905, 8876, 8712, 9176, 8812, 9227, 8235, 8995, 7780, 9317, 8335, 9262, 8568, 9626, 8547, 9526, 8526, 9112, 8583, 8932, 8576, 9302, 8673, 9761, 8877, 9258, 8928, 8629, 9004], 'WindowCenter': [3947.0, 3939.0, 3924.0, 3921.0, 3899.0, 3907.0, 3899.0, 3907.0, 3897.0, 3916.0, 3897.0, 3906.0, 3897.0, 3896.0, 3907.0, 3933.0, 3932.0, 3909.0, 3908.0, 3909.0, 3907.0, 3909.0, 3929.0, 3900.0, 3909.0, 3908.0, 3910.0, 3919.0, 3910.0, 3918.0, 3923.0, 3944.0, 3922.0, 3920.0, 3920.0, 3921.0, 3922.0, 3922.0, 3931.0, 3933.0, 3932.0, 3936.0, 3957.0, 3936.0, 3944.0, 3935.0, 3922.0, 3934.0, 3934.0, 3934.0, 3935.0, 3935.0, 3938.0, 3958.0, 3937.0, 3946.0, 3935.0, 3932.0, 3924.0, 3943.0, 3924.0, 3943.0, 3922.0, 3933.0, 3932.0, 3936.0, 3946.0, 3934.0, 3933.0, 3923.0, 3932.0, 3924.0, 3932.0, 3922.0, 3933.0, 3923.0, 3933.0, 3934.0, 3934.0, 3933.0, 3922.0, 3939.0, 3909.0, 3918.0, 3909.0, 3919.0, 3921.0, 3921.0, 3922.0, 3925.0, 3946.0, 3934.0, 3933.0, 3933.0, 3932.0, 3934.0, 3933.0, 3934.0, 3924.0, 3934.0, 3937.0, 3945.0, 3934.0, 3932.0, 3922.0, 3933.0, 3923.0, 3933.0, 3924.0, 3935.0, 3936.0, 3935.0, 3931.0, 3935.0, 3934.0, 3925.0, 3943.0, 3924.0, 3933.0, 3934.0, 3936.0, 3945.0, 3924.0, 3931.0, 3923.0, 3942.0, 3923.0, 3921.0, 3922.0, 3920.0, 3935.0, 3936.0, 3934.0, 3934.0, 3932.0, 3922.0, 3921.0, 3910.0, 3931.0, 3910.0, 3921.0, 3934.0, 3922.0, 3920.0, 3910.0, 3918.0, 3911.0, 3919.0, 3910.0, 3921.0, 3908.0, 3899.0, 3918.0, 3911.0, 3932.0, 3922.0, 3919.0, 3908.0, 3909.0, 3907.0, 3898.0, 3928.0, 3899.0, 3919.0, 3909.0, 3933.0, 3934.0, 3922.0, 3921.0, 3921.0, 3932.0, 3922.0, 3920.0, 3922.0, 3931.0, 3911.0, 3921.0, 3933.0, 3924.0, 3933.0, 3920.0, 3919.0, 3922.0, 3931.0, 3922.0, 3932.0, 3924.0, 3943.0, 3937.0, 3956.0, 3935.0, 3942.0, 3934.0, 3943.0, 3936.0, 3933.0, 3933.0, 3935.0, 3944.0, 3935.0, 3931.0, 3924.0, 3932.0, 3922.0, 3931.0, 3922.0, 3912.0, 3944.0, 3934.0, 3933.0, 3935.0, 3921.0, 3924.0, 3934.0, 3931.0, 3934.0, 3943.0, 3934.0, 3933.0, 3935.0, 3923.0, 3933.0, 3924.0, 3932.0, 3936.0, 3944.0, 3923.0, 3921.0, 3921.0, 3921.0, 3920.0, 3901.0, 3939.0, 3911.0, 3931.0, 3920.0, 3910.0, 3919.0, 3900.0, 3938.0, 3909.0, 3918.0, 3908.0, 3910.0, 3930.0, 3909.0, 3939.0, 3909.0, 3918.0, 3908.0, 3909.0, 3918.0, 3910.0, 3931.0, 3922.0, 3920.0, 3910.0, 3919.0, 3920.0, 3920.0, 3919.0, 3911.0, 3930.0, 3923.0, 3932.0, 3921.0, 3921.0, 3930.0, 3911.0, 3918.0, 3910.0, 3931.0, 3922.0, 3923.0, 3935.0, 3922.0, 3933.0, 3912.0, 3912.0, 3934.0, 3924.0, 3921.0, 3920.0, 3911.0, 3928.0, 3898.0, 3919.0, 3909.0, 3909.0, 3919.0, 3901.0, 3940.0, 3901.0, 3919.0, 3908.0, 3908.0, 3906.0, 3896.0, 3925.0, 3884.0, 3938.0, 3895.0, 3902.0, 3871.0, 3880.0, 3869.0, 3880.0, 3867.0, 3870.0, 3899.0, 3869.0, 3889.0, 3880.0, 3893.0, 3893.0, 3882.0, 3891.0, 3883.0, 3903.0, 3884.0, 3893.0, 3884.0, 3905.0, 3895.0, 3896.0, 3907.0, 3910.0, 3927.0, 3897.0, 3905.0, 3896.0, 3907.0, 3906.0, 3898.0, 3917.0, 3900.0, 3908.0, 3909.0, 3921.0, 3932.0, 3910.0, 3917.0, 3911.0, 3919.0, 3922.0, 3931.0, 3922.0, 3923.0, 3921.0, 3937.0, 3946.0, 3946.0, 3945.0, 3933.0, 3933.0, 3934.0, 3934.0, 3925.0, 3934.0, 3937.0, 3944.0, 3926.0, 3936.0, 3947.0, 3935.0, 3934.0, 3934.0, 3931.0, 3925.0, 3933.0, 3925.0, 3944.0, 3924.0, 3947.0, 3937.0, 3934.0, 3935.0, 3923.0, 3933.0, 3923.0, 3923.0, 3925.0, 3944.0, 3925.0, 3944.0, 3922.0, 3923.0, 3924.0, 3922.0, 3931.0, 3912.0, 3931.0, 3914.0, 3932.0, 3912.0, 3921.0, 3921.0, 3921.0, 3920.0, 3912.0, 3922.0, 3924.0, 3944.0, 3913.0, 3931.0, 3912.0, 3912.0, 3923.0, 3922.0, 3936.0, 3935.0, 3933.0, 3912.0, 3922.0, 3912.0, 3930.0, 3912.0, 3931.0, 3924.0, 3923.0, 3921.0, 3911.0, 3921.0, 3900.0, 3920.0, 3912.0, 3931.0, 3911.0, 3933.0, 3922.0, 3900.0, 3908.0, 3910.0, 3919.0, 3911.0, 3920.0, 3911.0, 3920.0, 3933.0, 3924.0, 3932.0, 3912.0, 3921.0, 3913.0, 3942.0, 3912.0, 3933.0, 3922.0, 3923.0, 3922.0, 3912.0, 3921.0, 3911.0, 3920.0, 3921.0, 3921.0, 3924.0, 3922.0, 3923.0, 3920.0, 3931.0, 3911.0, 3920.0, 3913.0, 3941.0, 3913.0, 3944.0, 3924.0, 3922.0, 3923.0, 3933.0, 3933.0, 3923.0, 3922.0, 3912.0, 3934.0, 3914.0, 3943.0, 3911.0, 3941.0, 3911.0, 3922.0, 3922.0, 3922.0, 3934.0, 3923.0, 3932.0, 3912.0, 3922.0, 3924.0, 3923.0, 3925.0, 3943.0, 3936.0, 3946.0, 3924.0, 3922.0, 3932.0, 3912.0, 3919.0, 3913.0, 3941.0, 3911.0, 3932.0, 3922.0, 3922.0, 3921.0, 3910.0, 3931.0, 3921.0, 3919.0, 3912.0, 3921.0, 3922.0, 3943.0, 3922.0, 3921.0, 3921.0, 3910.0, 3920.0, 3902.0, 3920.0, 3913.0, 3932.0, 3926.0, 3934.0, 3921.0, 3922.0, 3933.0, 3922.0, 3931.0, 3912.0, 3922.0, 3925.0, 3944.0, 3934.0, 3944.0, 3925.0, 3934.0, 3924.0, 3933.0, 3935.0, 3936.0, 3935.0, 3935.0, 3944.0, 3915.0, 3932.0, 3935.0, 3933.0, 3926.0, 3954.0, 3936.0, 3946.0, 3924.0, 3933.0, 3932.0, 3923.0, 3920.0, 3913.0, 3921.0, 3923.0, 3945.0, 3923.0, 3932.0, 3923.0, 3922.0, 3924.0, 3924.0, 3935.0, 3936.0, 3936.0, 3935.0, 3933.0, 3923.0, 3932.0, 3913.0, 3932.0, 3913.0, 3943.0, 3925.0, 3944.0, 3913.0, 3932.0, 3910.0, 3921.0, 3922.0, 3922.0, 3921.0, 3912.0, 3933.0, 3912.0, 3929.0, 3911.0, 3941.0, 3909.0, 3909.0, 3911.0, 3911.0, 3923.0, 3900.0, 3920.0, 3910.0, 3929.0, 3910.0, 3920.0, 3911.0, 3911.0, 3934.0, 3923.0, 3922.0, 3921.0, 3931.0, 3912.0, 3921.0, 3913.0, 3933.0, 3914.0, 3944.0, 3923.0, 3922.0, 3911.0, 3921.0, 3923.0, 3922.0, 3922.0, 3923.0, 3932.0, 3914.0, 3936.0, 3926.0, 3933.0, 3913.0, 3921.0, 3923.0, 3932.0, 3923.0, 3932.0, 3923.0, 3934.0, 3935.0, 3923.0, 3933.0, 3912.0, 3932.0, 3923.0, 3932.0, 3924.0, 3943.0, 3924.0, 3933.0, 3935.0, 3935.0, 3935.0, 3923.0, 3922.0, 3932.0, 3913.0, 3931.0, 3910.0, 3911.0, 3895.0, 3887.0, 3916.0, 3886.0, 3896.0, 3919.0, 3900.0, 3919.0, 3910.0, 3929.0, 3899.0, 3938.0, 3886.0, 3916.0, 3873.0, 3894.0, 3881.0, 3883.0, 3911.0, 3869.0, 3899.0, 3858.0, 3900.0, 3883.0, 3871.0, 3869.0, 3868.0, 3868.0, 3872.0, 3893.0, 3895.0, 3894.0, 3918.0, 3907.0, 3906.0, 3908.0, 3908.0, 3886.0, 3906.0, 3897.0, 3927.0, 3887.0, 3916.0, 3898.0, 3921.0, 3911.0, 3909.0, 3908.0, 3896.0, 3908.0, 3896.0, 3908.0, 3899.0, 3907.0, 3899.0, 3918.0, 3912.0, 3944.0, 3910.0, 3927.0, 3921.0, 3930.0, 3911.0, 3920.0, 3922.0, 3921.0, 3920.0, 3901.0, 3934.0, 3925.0, 3934.0, 3911.0, 3921.0, 3911.0, 3909.0, 3912.0, 3931.0, 3900.0, 3931.0, 3910.0, 3931.0, 3923.0, 3911.0, 3920.0, 3910.0, 3921.0, 3921.0, 3919.0, 3911.0, 3919.0, 3912.0, 3945.0, 3924.0, 3938.0, 3910.0, 3920.0, 3920.0, 3920.0, 3923.0, 3932.0, 3923.0, 3922.0, 3922.0, 3924.0, 3946.0, 3921.0, 3932.0, 3922.0, 3932.0, 3912.0, 3932.0, 3924.0, 3923.0, 3925.0, 3945.0, 3923.0, 3930.0, 3923.0, 3941.0, 3923.0, 3921.0, 3921.0, 3920.0, 3921.0, 3923.0, 3933.0, 3910.0, 3920.0, 3921.0, 3919.0, 3910.0, 3919.0, 3922.0, 3923.0, 3932.0, 3910.0, 3921.0, 3911.0, 3932.0, 3922.0, 3932.0, 3911.0, 3935.0, 3924.0, 3933.0, 3922.0, 3921.0, 3923.0, 3931.0, 3921.0, 3942.0, 3925.0, 3934.0, 3921.0, 3930.0, 3921.0, 3920.0, 3922.0, 3922.0, 3920.0, 3922.0, 3923.0, 3909.0, 3919.0, 3910.0, 3918.0, 3910.0, 3929.0, 3920.0, 3920.0, 3922.0, 3921.0, 3932.0, 3919.0, 3919.0, 3918.0, 3921.0, 3921.0, 3919.0, 3911.0, 3919.0, 3912.0, 3944.0, 3912.0, 3930.0, 3909.0, 3929.0, 3910.0, 3919.0, 3909.0, 3909.0, 3919.0, 3909.0, 3920.0, 3910.0, 3934.0, 3911.0, 3921.0, 3910.0, 3919.0, 3910.0, 3919.0, 3910.0, 3919.0, 3909.0, 3929.0, 3922.0, 3932.0, 3910.0, 3918.0, 3908.0, 3909.0, 3910.0, 3909.0, 3919.0, 3910.0, 3920.0, 3922.0, 3934.0, 3923.0, 3931.0, 3921.0, 3930.0, 3922.0, 3920.0, 3921.0, 3920.0, 3933.0, 3933.0, 3932.0, 3911.0, 3921.0, 3912.0, 3930.0, 3922.0, 3931.0, 3922.0, 3932.0, 3935.0, 3946.0, 3934.0, 3932.0, 3935.0, 3935.0, 3937.0, 3932.0, 3935.0, 3944.0, 3936.0, 3946.0, 3935.0, 3922.0, 3922.0], 'WindowWidth': [8858.0, 8829.0, 8797.0, 8782.0, 8749.0, 8754.0, 8747.0, 8753.0, 8740.0, 8763.0, 8740.0, 8749.0, 8740.0, 8738.0, 8754.0, 8797.0, 8796.0, 8761.0, 8755.0, 8758.0, 8752.0, 8758.0, 8785.0, 8748.0, 8758.0, 8756.0, 8761.0, 8771.0, 8762.0, 8770.0, 8789.0, 8817.0, 8782.0, 8775.0, 8777.0, 8778.0, 8783.0, 8784.0, 8794.0, 8801.0, 8797.0, 8809.0, 8838.0, 8808.0, 8816.0, 8805.0, 8785.0, 8803.0, 8802.0, 8803.0, 8804.0, 8804.0, 8816.0, 8843.0, 8812.0, 8823.0, 8805.0, 8798.0, 8791.0, 8811.0, 8789.0, 8812.0, 8784.0, 8798.0, 8798.0, 8809.0, 8821.0, 8801.0, 8798.0, 8786.0, 8796.0, 8788.0, 8796.0, 8784.0, 8799.0, 8786.0, 8798.0, 8804.0, 8805.0, 8799.0, 8782.0, 8800.0, 8761.0, 8770.0, 8761.0, 8774.0, 8780.0, 8780.0, 8784.0, 8794.0, 8823.0, 8803.0, 8799.0, 8800.0, 8796.0, 8803.0, 8800.0, 8800.0, 8790.0, 8800.0, 8810.0, 8818.0, 8802.0, 8796.0, 8784.0, 8798.0, 8788.0, 8801.0, 8791.0, 8805.0, 8810.0, 8805.0, 8797.0, 8805.0, 8801.0, 8793.0, 8813.0, 8790.0, 8801.0, 8803.0, 8810.0, 8820.0, 8789.0, 8793.0, 8785.0, 8808.0, 8787.0, 8781.0, 8785.0, 8780.0, 8808.0, 8808.0, 8803.0, 8800.0, 8796.0, 8784.0, 8779.0, 8766.0, 8792.0, 8762.0, 8780.0, 8802.0, 8784.0, 8775.0, 8762.0, 8771.0, 8765.0, 8772.0, 8763.0, 8778.0, 8757.0, 8749.0, 8771.0, 8767.0, 8797.0, 8781.0, 8772.0, 8755.0, 8760.0, 8753.0, 8744.0, 8782.0, 8747.0, 8773.0, 8761.0, 8799.0, 8804.0, 8782.0, 8780.0, 8779.0, 8794.0, 8783.0, 8778.0, 8785.0, 8792.0, 8766.0, 8781.0, 8801.0, 8789.0, 8798.0, 8778.0, 8774.0, 8782.0, 8793.0, 8784.0, 8795.0, 8789.0, 8814.0, 8812.0, 8836.0, 8806.0, 8811.0, 8803.0, 8813.0, 8808.0, 8801.0, 8801.0, 8806.0, 8818.0, 8805.0, 8795.0, 8787.0, 8795.0, 8784.0, 8795.0, 8785.0, 8772.0, 8815.0, 8805.0, 8802.0, 8807.0, 8782.0, 8789.0, 8803.0, 8796.0, 8806.0, 8817.0, 8806.0, 8802.0, 8807.0, 8788.0, 8802.0, 8791.0, 8798.0, 8810.0, 8817.0, 8787.0, 8781.0, 8781.0, 8781.0, 8776.0, 8755.0, 8799.0, 8766.0, 8794.0, 8776.0, 8764.0, 8772.0, 8750.0, 8797.0, 8760.0, 8772.0, 8758.0, 8764.0, 8792.0, 8764.0, 8799.0, 8762.0, 8772.0, 8758.0, 8762.0, 8771.0, 8765.0, 8794.0, 8783.0, 8776.0, 8763.0, 8775.0, 8776.0, 8777.0, 8774.0, 8768.0, 8791.0, 8786.0, 8798.0, 8782.0, 8781.0, 8792.0, 8769.0, 8772.0, 8766.0, 8792.0, 8783.0, 8789.0, 8807.0, 8786.0, 8800.0, 8769.0, 8774.0, 8803.0, 8792.0, 8781.0, 8780.0, 8767.0, 8785.0, 8745.0, 8773.0, 8760.0, 8761.0, 8775.0, 8754.0, 8803.0, 8752.0, 8775.0, 8757.0, 8759.0, 8751.0, 8738.0, 8774.0, 8718.0, 8795.0, 8733.0, 8737.0, 8694.0, 8704.0, 8689.0, 8703.0, 8683.0, 8691.0, 8727.0, 8689.0, 8715.0, 8705.0, 8726.0, 8730.0, 8711.0, 8722.0, 8714.0, 8739.0, 8717.0, 8727.0, 8719.0, 8747.0, 8734.0, 8736.0, 8755.0, 8762.0, 8782.0, 8741.0, 8748.0, 8737.0, 8754.0, 8751.0, 8745.0, 8767.0, 8749.0, 8757.0, 8762.0, 8780.0, 8798.0, 8764.0, 8770.0, 8767.0, 8776.0, 8783.0, 8794.0, 8786.0, 8788.0, 8783.0, 8812.0, 8826.0, 8824.0, 8821.0, 8801.0, 8799.0, 8802.0, 8802.0, 8795.0, 8804.0, 8814.0, 8817.0, 8795.0, 8811.0, 8826.0, 8807.0, 8805.0, 8804.0, 8798.0, 8794.0, 8801.0, 8794.0, 8817.0, 8791.0, 8826.0, 8812.0, 8802.0, 8804.0, 8786.0, 8801.0, 8790.0, 8785.0, 8793.0, 8815.0, 8794.0, 8818.0, 8787.0, 8786.0, 8789.0, 8785.0, 8793.0, 8771.0, 8794.0, 8775.0, 8799.0, 8770.0, 8779.0, 8781.0, 8782.0, 8778.0, 8771.0, 8784.0, 8790.0, 8815.0, 8773.0, 8795.0, 8772.0, 8771.0, 8787.0, 8785.0, 8809.0, 8808.0, 8800.0, 8770.0, 8781.0, 8771.0, 8791.0, 8768.0, 8794.0, 8789.0, 8786.0, 8779.0, 8767.0, 8778.0, 8753.0, 8777.0, 8769.0, 8793.0, 8768.0, 8800.0, 8783.0, 8751.0, 8759.0, 8763.0, 8774.0, 8767.0, 8778.0, 8767.0, 8779.0, 8800.0, 8791.0, 8799.0, 8772.0, 8781.0, 8775.0, 8810.0, 8771.0, 8802.0, 8788.0, 8786.0, 8784.0, 8771.0, 8781.0, 8770.0, 8777.0, 8783.0, 8782.0, 8790.0, 8786.0, 8785.0, 8779.0, 8794.0, 8769.0, 8778.0, 8774.0, 8808.0, 8775.0, 8819.0, 8790.0, 8783.0, 8787.0, 8798.0, 8799.0, 8787.0, 8784.0, 8772.0, 8802.0, 8777.0, 8811.0, 8768.0, 8807.0, 8769.0, 8783.0, 8783.0, 8784.0, 8804.0, 8788.0, 8797.0, 8772.0, 8783.0, 8792.0, 8787.0, 8795.0, 8815.0, 8811.0, 8825.0, 8790.0, 8784.0, 8796.0, 8772.0, 8776.0, 8772.0, 8806.0, 8767.0, 8799.0, 8785.0, 8782.0, 8782.0, 8765.0, 8794.0, 8781.0, 8776.0, 8770.0, 8781.0, 8785.0, 8815.0, 8784.0, 8780.0, 8781.0, 8765.0, 8779.0, 8756.0, 8779.0, 8773.0, 8797.0, 8795.0, 8804.0, 8783.0, 8782.0, 8798.0, 8783.0, 8795.0, 8773.0, 8784.0, 8794.0, 8819.0, 8805.0, 8815.0, 8793.0, 8803.0, 8791.0, 8803.0, 8807.0, 8812.0, 8808.0, 8806.0, 8817.0, 8780.0, 8799.0, 8807.0, 8801.0, 8797.0, 8831.0, 8813.0, 8822.0, 8791.0, 8799.0, 8799.0, 8787.0, 8780.0, 8775.0, 8781.0, 8791.0, 8820.0, 8789.0, 8797.0, 8787.0, 8784.0, 8791.0, 8792.0, 8805.0, 8810.0, 8811.0, 8806.0, 8800.0, 8788.0, 8798.0, 8776.0, 8798.0, 8776.0, 8813.0, 8794.0, 8817.0, 8774.0, 8796.0, 8768.0, 8781.0, 8784.0, 8783.0, 8780.0, 8771.0, 8801.0, 8770.0, 8788.0, 8766.0, 8805.0, 8763.0, 8761.0, 8766.0, 8770.0, 8787.0, 8753.0, 8776.0, 8766.0, 8789.0, 8766.0, 8777.0, 8767.0, 8769.0, 8803.0, 8786.0, 8784.0, 8780.0, 8795.0, 8771.0, 8781.0, 8778.0, 8800.0, 8776.0, 8818.0, 8790.0, 8784.0, 8771.0, 8782.0, 8787.0, 8784.0, 8785.0, 8789.0, 8799.0, 8781.0, 8812.0, 8796.0, 8799.0, 8774.0, 8783.0, 8790.0, 8797.0, 8788.0, 8798.0, 8787.0, 8803.0, 8806.0, 8788.0, 8799.0, 8772.0, 8796.0, 8787.0, 8797.0, 8791.0, 8813.0, 8790.0, 8801.0, 8808.0, 8807.0, 8806.0, 8788.0, 8783.0, 8797.0, 8774.0, 8793.0, 8763.0, 8765.0, 8735.0, 8728.0, 8764.0, 8726.0, 8740.0, 8774.0, 8751.0, 8774.0, 8763.0, 8786.0, 8746.0, 8795.0, 8724.0, 8762.0, 8701.0, 8730.0, 8707.0, 8713.0, 8745.0, 8687.0, 8726.0, 8671.0, 8731.0, 8716.0, 8694.0, 8689.0, 8685.0, 8685.0, 8698.0, 8730.0, 8738.0, 8730.0, 8772.0, 8753.0, 8750.0, 8758.0, 8756.0, 8724.0, 8749.0, 8740.0, 8781.0, 8725.0, 8763.0, 8743.0, 8782.0, 8768.0, 8761.0, 8756.0, 8735.0, 8755.0, 8737.0, 8755.0, 8746.0, 8754.0, 8747.0, 8770.0, 8771.0, 8816.0, 8766.0, 8782.0, 8781.0, 8791.0, 8767.0, 8776.0, 8783.0, 8782.0, 8778.0, 8756.0, 8805.0, 8795.0, 8803.0, 8769.0, 8779.0, 8768.0, 8761.0, 8769.0, 8791.0, 8750.0, 8792.0, 8764.0, 8795.0, 8789.0, 8767.0, 8777.0, 8764.0, 8780.0, 8780.0, 8774.0, 8766.0, 8774.0, 8769.0, 8819.0, 8790.0, 8803.0, 8765.0, 8775.0, 8779.0, 8778.0, 8787.0, 8796.0, 8786.0, 8784.0, 8783.0, 8791.0, 8823.0, 8783.0, 8797.0, 8785.0, 8796.0, 8773.0, 8798.0, 8791.0, 8786.0, 8794.0, 8820.0, 8788.0, 8793.0, 8786.0, 8808.0, 8785.0, 8779.0, 8779.0, 8778.0, 8780.0, 8789.0, 8800.0, 8765.0, 8776.0, 8782.0, 8774.0, 8765.0, 8775.0, 8782.0, 8787.0, 8799.0, 8766.0, 8779.0, 8768.0, 8797.0, 8784.0, 8798.0, 8771.0, 8805.0, 8791.0, 8799.0, 8784.0, 8781.0, 8787.0, 8795.0, 8782.0, 8808.0, 8793.0, 8803.0, 8782.0, 8791.0, 8780.0, 8777.0, 8782.0, 8782.0, 8778.0, 8786.0, 8785.0, 8763.0, 8772.0, 8764.0, 8771.0, 8763.0, 8787.0, 8778.0, 8776.0, 8784.0, 8782.0, 8796.0, 8775.0, 8777.0, 8774.0, 8780.0, 8780.0, 8776.0, 8767.0, 8774.0, 8770.0, 8818.0, 8769.0, 8789.0, 8761.0, 8786.0, 8764.0, 8774.0, 8761.0, 8760.0, 8773.0, 8761.0, 8775.0, 8765.0, 8803.0, 8768.0, 8780.0, 8763.0, 8773.0, 8763.0, 8772.0, 8765.0, 8773.0, 8762.0, 8788.0, 8782.0, 8797.0, 8765.0, 8772.0, 8760.0, 8761.0, 8764.0, 8761.0, 8774.0, 8763.0, 8775.0, 8783.0, 8803.0, 8789.0, 8794.0, 8780.0, 8790.0, 8784.0, 8778.0, 8780.0, 8779.0, 8799.0, 8802.0, 8798.0, 8766.0, 8779.0, 8770.0, 8792.0, 8785.0, 8794.0, 8785.0, 8799.0, 8808.0, 8822.0, 8803.0, 8797.0, 8806.0, 8805.0, 8813.0, 8798.0, 8808.0, 8818.0, 8811.0, 8824.0, 8806.0, 8784.0, 8782.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.0006764512595837896</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019647317196056956</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.188089931282924</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2449417285197362</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9968287314254385</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4563</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5640.5957</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07677579528808465</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.4238773274917853</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6125367324605375</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6142456649442534</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7958458424327497</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.427518690004609</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0166532</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01074551697820425</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.020268242806196213</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6700598694778277</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>36.1659</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.8465</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.9134</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306357.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>697.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.1769</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9874</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.4481</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3150.6478</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3348.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70187.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>916.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4196.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>912.2402</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.57272198796272</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> |