=== 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-0126 --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-0126",
"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-0126_ses-02_task-faces_acq-mb8_run-01_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-0126_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0126_suffix-bold_task-faces" 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-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0126_suffix-bold_task-faces" 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-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0126_suffix-bold_task-faces" 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-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0126_suffix-bold_task-faces" 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-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0126_suffix-bold_task-faces" 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-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0126_suffix-bold_task-faces" 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-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0126_suffix-bold_task-faces" 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-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_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-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-01_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-0126/ses-02/func/sub-0126_ses-02_task-faces_acq-mb8_run-01_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>641803488f693ce0679ad56663a175fd</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>19:34:9.017500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999813, 0.0137756, -0.013538, -0.0125647, 0.996234, 0.085785]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_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.131584</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-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4212, -7816, -7193, 32, -110, -149, -8, 103]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>318.233</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4cd5b7d3-b436-45df-ba8f-e666b7b19ef5||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6824264526367188, -0.03371009603142738, -0.03960561752319336, 114.61611938476562], [-0.03695881366729736, 2.6728241443634033, 0.23111708462238312, -86.14006042480469], [-0.03632143512368202, -0.23015493154525757, 2.689798593521118, -52.72270202636719], [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': ['193409.017500', '193409.477500', '193409.937500', '193410.397500', '193410.857500', '193411.317500', '193411.777500', '193412.237500', '193412.697500', '193413.157500', '193413.617500', '193414.077500', '193414.537500', '193414.997500', '193415.457500', '193415.917500', '193416.377500', '193416.837500', '193417.297500', '193417.757500', '193418.217500', '193418.677500', '193419.137500', '193419.597500', '193420.057500', '193420.517500', '193420.977500', '193421.437500', '193421.897500', '193422.357500', '193422.817500', '193423.277500', '193423.737500', '193424.197500', '193424.657500', '193425.117500', '193425.577500', '193426.037500', '193426.497500', '193426.957500', '193427.417500', '193427.877500', '193428.337500', '193428.797500', '193429.257500', '193429.717500', '193430.177500', '193430.637500', '193431.097500', '193431.557500', '193432.017500', '193432.477500', '193432.937500', '193433.397500', '193433.857500', '193434.317500', '193434.777500', '193435.237500', '193435.697500', '193436.157500', '193436.617500', '193437.077500', '193437.537500', '193437.997500', '193438.457500', '193438.917500', '193439.377500', '193439.837500', '193440.297500', '193440.757500', '193441.217500', '193441.677500', '193442.137500', '193442.597500', '193443.057500', '193443.517500', '193443.977500', '193444.437500', '193444.897500', '193445.357500', '193445.817500', '193446.277500', '193446.737500', '193447.197500', '193447.657500', '193448.117500', '193448.577500', '193449.037500', '193449.497500', '193449.957500', '193450.417500', '193450.877500', '193451.337500', '193451.797500', '193452.257500', '193452.717500', '193453.177500', '193453.637500', '193454.097500', '193454.557500', '193455.017500', '193455.477500', '193455.937500', '193456.397500', '193456.857500', '193457.317500', '193457.777500', '193458.237500', '193458.697500', '193459.157500', '193459.617500', '193500.077500', '193500.537500', '193500.997500', '193501.457500', '193501.917500', '193502.377500', '193502.837500', '193503.297500', '193503.757500', '193504.217500', '193504.677500', '193505.137500', '193505.597500', '193506.057500', '193506.517500', '193506.977500', '193507.437500', '193507.897500', '193508.357500', '193508.817500', '193509.277500', '193509.737500', '193510.197500', '193510.657500', '193511.117500', '193511.577500', '193512.037500', '193512.497500', '193512.957500', '193513.417500', '193513.877500', '193514.337500', '193514.797500', '193515.257500', '193515.717500', '193516.177500', '193516.637500', '193517.097500', '193517.557500', '193518.017500', '193518.477500', '193518.937500', '193519.397500', '193519.857500', '193520.317500', '193520.777500', '193521.237500', '193521.697500', '193522.157500', '193522.617500', '193523.077500', '193523.537500', '193523.997500', '193524.457500', '193524.917500', '193525.377500', '193525.837500', '193526.297500', '193526.757500', '193527.217500', '193527.677500', '193528.137500', '193528.597500', '193529.057500', '193529.517500', '193529.977500', '193530.437500', '193530.897500', '193531.357500', '193531.817500', '193532.277500', '193532.737500', '193533.197500', '193533.657500', '193534.117500', '193534.577500', '193535.037500', '193535.497500', '193535.957500', '193536.417500', '193536.877500', '193537.337500', '193537.797500', '193538.257500', '193538.717500', '193539.177500', '193539.637500', '193540.097500', '193540.557500', '193541.017500', '193541.477500', '193541.937500', '193542.397500', '193542.857500', '193543.317500', '193543.777500', '193544.237500', '193544.697500', '193545.157500', '193545.617500', '193546.077500', '193546.537500', '193546.997500', '193547.457500', '193547.917500', '193548.377500', '193548.837500', '193549.297500', '193549.757500', '193550.217500', '193550.677500', '193551.137500', '193551.597500', '193552.057500', '193552.517500', '193552.977500', '193553.437500', '193553.897500', '193554.357500', '193554.817500', '193555.277500', '193555.737500', '193556.197500', '193556.657500', '193557.117500', '193557.577500', '193558.037500', '193558.497500', '193558.957500', '193559.417500', '193559.877500', '193600.337500', '193600.797500', '193601.257500', '193601.717500', '193602.177500', '193602.637500', '193603.097500', '193603.557500', '193604.017500', '193604.477500', '193604.937500', '193605.397500', '193605.857500', '193606.317500', '193606.777500', '193607.237500', '193607.697500', '193608.157500', '193608.617500', '193609.077500', '193609.537500', '193609.997500', '193610.457500', '193610.917500', '193611.377500', '193611.837500', '193612.297500', '193612.757500', '193613.217500', '193613.677500', '193614.137500', '193614.597500', '193615.057500', '193615.517500', '193615.977500', '193616.437500', '193616.897500', '193617.357500', '193617.817500', '193618.277500', '193618.737500', '193619.197500', '193619.657500', '193620.117500', '193620.577500', '193621.037500', '193621.497500', '193621.957500', '193622.417500', '193622.877500', '193623.337500', '193623.797500', '193624.257500', '193624.717500', '193625.177500', '193625.637500', '193626.097500', '193626.557500', '193627.017500', '193627.477500', '193627.937500', '193628.397500', '193628.857500', '193629.317500', '193629.777500', '193630.237500', '193630.697500', '193631.157500', '193631.617500', '193632.077500', '193632.537500', '193632.997500', '193633.457500', '193633.917500', '193634.377500', '193634.837500', '193635.297500', '193635.757500', '193636.217500', '193636.677500', '193637.137500', '193637.597500', '193638.057500', '193638.517500', '193638.977500', '193639.437500', '193639.897500', '193640.357500', '193640.817500', '193641.277500', '193641.737500', '193642.197500', '193642.657500', '193643.117500', '193643.577500', '193644.037500', '193644.497500', '193644.957500', '193645.417500', '193645.877500', '193646.337500', '193646.797500', '193647.257500', '193647.717500', '193648.177500', '193648.637500', '193649.097500', '193649.557500', '193650.017500', '193650.477500', '193650.937500', '193651.397500', '193651.857500', '193652.317500', '193652.777500', '193653.237500', '193653.697500', '193654.157500', '193654.617500', '193655.077500', '193655.537500', '193655.997500', '193656.457500', '193656.917500', '193657.377500', '193657.837500', '193658.297500', '193658.757500', '193659.217500', '193659.677500', '193700.137500', '193700.597500', '193701.057500', '193701.517500', '193701.977500', '193702.437500', '193702.897500', '193703.357500', '193703.817500', '193704.277500', '193704.737500', '193705.197500', '193705.657500', '193706.117500', '193706.577500', '193707.037500', '193707.497500', '193707.957500', '193708.417500', '193708.877500', '193709.337500', '193709.797500', '193710.257500', '193710.717500', '193711.177500', '193711.637500', '193712.097500', '193712.557500', '193713.017500', '193713.477500', '193713.937500', '193714.397500', '193714.857500', '193715.317500', '193715.777500', '193716.237500', '193716.697500', '193717.157500', '193717.617500', '193718.077500', '193718.537500', '193718.997500', '193719.457500', '193719.917500', '193720.377500', '193720.837500', '193721.297500', '193721.757500', '193722.217500', '193722.677500', '193723.137500', '193723.597500', '193724.057500', '193724.517500', '193724.977500', '193725.437500', '193725.897500', '193726.357500', '193726.817500', '193727.277500', '193727.737500', '193728.197500', '193728.657500', '193729.117500', '193729.577500', '193730.037500', '193730.497500', '193730.957500', '193731.417500', '193731.877500', '193732.337500', '193732.797500', '193733.257500', '193733.717500', '193734.177500', '193734.637500', '193735.097500', '193735.557500', '193736.017500', '193736.477500', '193736.937500', '193737.397500', '193737.857500', '193738.317500', '193738.777500', '193739.237500', '193739.697500', '193740.157500', '193740.617500', '193741.077500', '193741.537500', '193741.997500', '193742.457500', '193742.917500', '193743.377500', '193743.837500', '193744.297500', '193744.757500', '193745.217500', '193745.677500', '193746.137500', '193746.597500', '193747.057500', '193747.517500', '193747.977500', '193748.437500', '193748.897500', '193749.357500', '193749.817500', '193750.277500', '193750.737500', '193751.197500', '193751.657500', '193752.117500', '193752.577500', '193753.037500', '193753.497500', '193753.957500', '193754.417500', '193754.877500', '193755.337500', '193755.797500', '193756.257500', '193756.717500', '193757.177500', '193757.637500', '193758.097500', '193758.557500', '193759.017500', '193759.477500', '193759.937500', '193800.397500', '193800.857500', '193801.317500', '193801.777500', '193802.237500', '193802.697500', '193803.157500', '193803.617500', '193804.077500', '193804.537500', '193804.997500', '193805.457500', '193805.917500', '193806.377500', '193806.837500', '193807.297500', '193807.757500', '193808.217500', '193808.677500', '193809.137500', '193809.597500', '193810.057500', '193810.517500', '193810.977500', '193811.437500', '193811.897500', '193812.357500', '193812.817500', '193813.277500', '193813.737500', '193814.197500', '193814.657500', '193815.117500', '193815.577500', '193816.037500', '193816.497500', '193816.957500', '193817.417500', '193817.877500', '193818.337500', '193818.797500', '193819.257500', '193819.717500', '193820.177500', '193820.637500', '193821.097500', '193821.557500', '193822.017500', '193822.477500', '193822.937500', '193823.397500', '193823.857500', '193824.317500', '193824.777500', '193825.237500', '193825.697500', '193826.157500', '193826.617500', '193827.077500', '193827.537500', '193827.997500', '193828.457500', '193828.917500', '193829.377500', '193829.837500', '193830.297500', '193830.757500', '193831.217500', '193831.677500', '193832.137500', '193832.597500', '193833.057500', '193833.517500', '193833.977500', '193834.437500', '193834.897500', '193835.357500', '193835.817500', '193836.277500', '193836.737500', '193837.197500', '193837.657500', '193838.117500', '193838.577500', '193839.037500', '193839.497500', '193839.957500', '193840.417500', '193840.877500', '193841.337500', '193841.797500', '193842.257500', '193842.717500', '193843.177500', '193843.637500', '193844.097500', '193844.557500', '193845.017500', '193845.477500', '193845.937500', '193846.397500', '193846.857500', '193847.317500', '193847.777500', '193848.237500', '193848.697500', '193849.157500', '193849.617500', '193850.077500', '193850.537500', '193850.997500', '193851.457500', '193851.917500', '193852.377500', '193852.837500', '193853.297500', '193853.757500', '193854.217500', '193854.677500', '193855.137500', '193855.597500', '193856.057500', '193856.517500', '193856.977500', '193857.437500', '193857.897500', '193858.357500', '193858.817500', '193859.277500', '193859.737500', '193900.197500', '193900.657500', '193901.117500', '193901.577500', '193902.037500', '193902.497500', '193902.957500', '193903.417500', '193903.877500', '193904.337500', '193904.797500', '193905.257500', '193905.717500', '193906.177500', '193906.637500', '193907.097500', '193907.557500', '193908.017500', '193908.477500', '193908.937500', '193909.397500', '193909.857500', '193910.317500', '193910.777500', '193911.237500', '193911.697500', '193912.157500', '193912.617500', '193913.077500', '193913.537500', '193913.997500', '193914.457500', '193914.917500', '193915.377500', '193915.837500', '193916.297500', '193916.757500', '193917.217500', '193917.677500', '193918.137500', '193918.597500', '193919.057500', '193919.517500', '193919.977500', '193920.437500', '193920.897500', '193921.357500', '193921.817500', '193922.277500', '193922.737500', '193923.197500', '193923.657500', '193924.117500', '193924.577500', '193925.037500', '193925.497500', '193925.957500', '193926.417500', '193926.877500', '193927.337500', '193927.797500', '193928.257500', '193928.717500', '193929.177500', '193929.637500', '193930.097500', '193930.557500', '193931.017500', '193931.477500', '193931.937500', '193932.397500', '193932.857500', '193933.317500', '193933.777500', '193934.237500', '193934.697500', '193935.157500', '193935.617500', '193936.077500', '193936.537500', '193936.997500', '193937.457500', '193937.917500', '193938.377500', '193938.837500', '193939.297500', '193939.757500', '193940.217500', '193940.677500', '193941.137500', '193941.597500', '193942.057500', '193942.517500', '193942.977500', '193943.437500', '193943.897500', '193944.357500', '193944.817500', '193945.277500', '193945.737500', '193946.197500', '193946.657500', '193947.117500', '193947.577500', '193948.037500', '193948.497500', '193948.957500', '193949.417500', '193949.877500', '193950.337500', '193950.797500', '193951.257500', '193951.717500', '193952.177500', '193952.637500', '193953.097500', '193953.557500', '193954.017500', '193954.477500', '193954.937500', '193955.397500', '193955.857500', '193956.317500', '193956.777500', '193957.237500', '193957.697500', '193958.157500', '193958.617500', '193959.077500', '193959.537500', '193959.997500', '194000.457500', '194000.917500', '194001.377500', '194001.837500', '194002.297500', '194002.757500', '194003.217500', '194003.677500', '194004.137500', '194004.597500', '194005.057500', '194005.517500', '194005.977500', '194006.437500', '194006.897500', '194007.357500', '194007.817500', '194008.277500', '194008.737500', '194009.197500', '194009.657500', '194010.117500', '194010.577500', '194011.037500', '194011.497500', '194011.957500', '194012.417500', '194012.877500', '194013.337500', '194013.797500', '194014.257500', '194014.717500', '194015.177500', '194015.637500', '194016.097500', '194016.557500', '194017.017500', '194017.477500', '194017.937500', '194018.397500', '194018.857500', '194019.317500', '194019.777500', '194020.237500', '194020.697500', '194021.157500', '194021.617500', '194022.077500', '194022.537500', '194022.997500', '194023.457500', '194023.917500', '194024.377500', '194024.837500', '194025.297500', '194025.757500', '194026.217500', '194026.677500', '194027.137500', '194027.597500', '194028.057500', '194028.517500', '194028.977500', '194029.437500', '194029.897500', '194030.357500', '194030.817500', '194031.277500', '194031.737500', '194032.197500', '194032.657500', '194033.117500', '194033.577500', '194034.037500', '194034.497500', '194034.957500', '194035.417500', '194035.877500', '194036.337500', '194036.797500', '194037.257500', '194037.717500', '194038.177500', '194038.637500', '194039.097500', '194039.557500', '194040.017500', '194040.477500', '194040.937500', '194041.397500', '194041.857500', '194042.317500', '194042.777500', '194043.237500', '194043.697500', '194044.157500', '194044.617500', '194045.077500', '194045.537500', '194045.997500', '194046.457500', '194046.917500', '194047.377500', '194047.837500', '194048.297500', '194048.757500', '194049.217500', '194049.677500', '194050.137500', '194050.597500', '194051.057500', '194051.517500', '194051.977500', '194052.437500', '194052.897500', '194053.357500', '194053.817500', '194054.277500', '194054.737500', '194055.197500', '194055.657500', '194056.117500', '194056.577500', '194057.037500', '194057.497500', '194057.957500', '194058.417500', '194058.877500', '194059.337500', '194059.797500', '194100.257500', '194100.717500', '194101.177500', '194101.637500', '194102.097500', '194102.557500', '194103.017500', '194103.477500', '194103.937500', '194104.397500', '194104.857500', '194105.317500', '194105.777500', '194106.237500', '194106.697500', '194107.157500', '194107.617500', '194108.077500', '194108.537500', '194108.997500'], 'ContentTime': ['193419.855000', '193419.859000', '193419.862000', '193419.865000', '193419.867000', '193419.877000', '193419.880000', '193419.882000', '193419.885000', '193419.887000', '193419.890000', '193419.892000', '193419.895000', '193419.897000', '193419.900000', '193419.902000', '193419.911000', '193419.914000', '193419.916000', '193419.919000', '193439.818000', '193439.821000', '193439.824000', '193439.830000', '193439.833000', '193439.836000', '193439.839000', '193439.861000', '193439.863000', '193439.866000', '193439.868000', '193439.871000', '193439.873000', '193439.876000', '193439.878000', '193439.881000', '193439.884000', '193439.886000', '193439.889000', '193439.891000', '193439.894000', '193439.896000', '193439.899000', '193439.901000', '193439.904000', '193439.907000', '193439.909000', '193439.912000', '193439.914000', '193439.917000', '193439.919000', '193439.922000', '193439.924000', '193439.927000', '193439.930000', '193439.932000', '193439.935000', '193439.937000', '193439.940000', '193439.942000', '193439.945000', '193439.947000', '193439.950000', '193439.953000', '193459.818000', '193459.821000', '193459.824000', '193459.826000', '193459.829000', '193459.831000', '193459.834000', '193459.837000', '193459.839000', '193459.842000', '193459.844000', '193459.847000', '193459.849000', '193459.852000', '193459.854000', '193459.857000', '193459.860000', '193459.862000', '193459.865000', '193459.867000', '193459.870000', '193459.872000', '193459.875000', '193459.877000', '193459.880000', '193459.882000', '193459.885000', '193459.888000', '193459.890000', '193459.893000', '193459.895000', '193459.898000', '193459.900000', '193459.903000', '193459.905000', '193459.908000', '193459.910000', '193459.913000', '193459.916000', '193459.918000', '193459.926000', '193459.929000', '193459.931000', '193519.819000', '193519.822000', '193519.824000', '193519.827000', '193519.830000', '193519.832000', '193519.835000', '193519.837000', '193519.840000', '193519.842000', '193519.845000', '193519.847000', '193519.850000', '193519.853000', '193519.855000', '193519.858000', '193519.860000', '193519.863000', '193519.865000', '193519.868000', '193519.870000', '193519.873000', '193519.875000', '193519.878000', '193519.881000', '193519.883000', '193519.886000', '193519.888000', '193519.891000', '193519.893000', '193519.896000', '193519.898000', '193519.901000', '193519.904000', '193519.906000', '193519.909000', '193519.911000', '193519.914000', '193519.916000', '193519.919000', '193519.921000', '193519.924000', '193519.927000', '193539.818000', '193539.821000', '193539.824000', '193539.826000', '193539.829000', '193539.832000', '193539.834000', '193539.837000', '193539.839000', '193539.842000', '193539.844000', '193539.847000', '193539.850000', '193539.852000', '193539.855000', '193539.857000', '193539.860000', '193539.862000', '193539.865000', '193539.868000', '193539.870000', '193539.873000', '193539.875000', '193539.878000', '193539.880000', '193539.883000', '193539.886000', '193539.888000', '193539.891000', '193539.893000', '193539.896000', '193539.898000', '193539.901000', '193539.904000', '193539.906000', '193539.909000', '193539.911000', '193539.914000', '193539.916000', '193539.919000', '193539.921000', '193539.924000', '193539.927000', '193539.929000', '193559.818000', '193559.821000', '193559.824000', '193559.827000', '193559.830000', '193559.839000', '193559.848000', '193559.851000', '193559.853000', '193559.856000', '193559.859000', '193559.861000', '193559.864000', '193559.866000', '193559.869000', '193559.871000', '193559.874000', '193559.878000', '193559.881000', '193559.883000', '193559.886000', '193559.888000', '193559.891000', '193559.893000', '193559.896000', '193559.899000', '193559.901000', '193559.904000', '193559.906000', '193559.909000', '193559.911000', '193559.914000', '193559.917000', '193559.919000', '193559.922000', '193559.924000', '193559.927000', '193559.929000', '193559.932000', '193559.935000', '193559.937000', '193559.940000', '193559.942000', '193619.819000', '193619.821000', '193619.824000', '193619.827000', '193619.829000', '193619.832000', '193619.834000', '193619.837000', '193619.839000', '193619.842000', '193619.845000', '193619.847000', '193619.850000', '193619.852000', '193619.855000', '193619.858000', '193619.860000', '193619.863000', '193619.866000', '193619.868000', '193619.871000', '193619.873000', '193619.876000', '193619.879000', '193619.881000', '193619.884000', '193619.886000', '193619.889000', '193619.891000', '193619.894000', '193619.897000', '193619.899000', '193619.902000', '193619.904000', '193619.907000', '193619.909000', '193619.912000', '193619.915000', '193619.917000', '193619.920000', '193619.922000', '193619.925000', '193619.927000', '193619.930000', '193639.818000', '193639.821000', '193639.824000', '193639.827000', '193639.829000', '193639.832000', '193639.834000', '193639.837000', '193639.839000', '193639.842000', '193639.845000', '193639.847000', '193639.850000', '193639.852000', '193639.856000', '193639.859000', '193639.862000', '193639.864000', '193639.867000', '193639.870000', '193639.872000', '193639.875000', '193639.877000', '193639.880000', '193639.882000', '193639.885000', '193639.888000', '193639.890000', '193639.893000', '193639.895000', '193639.898000', '193639.901000', '193639.903000', '193639.906000', '193639.908000', '193639.911000', '193639.913000', '193639.916000', '193639.919000', '193639.921000', '193639.924000', '193639.926000', '193639.929000', '193659.818000', '193659.821000', '193659.824000', '193659.826000', '193659.829000', '193659.831000', '193659.834000', '193659.837000', '193659.839000', '193659.842000', '193659.845000', '193659.847000', '193659.850000', '193659.852000', '193659.855000', '193659.857000', '193659.860000', '193659.863000', '193659.865000', '193659.868000', '193659.870000', '193659.873000', '193659.875000', '193659.878000', '193659.881000', '193659.883000', '193659.886000', '193659.888000', '193659.891000', '193659.894000', '193659.896000', '193659.899000', '193659.901000', '193659.904000', '193659.906000', '193659.909000', '193659.911000', '193659.914000', '193659.917000', '193659.919000', '193659.922000', '193659.924000', '193659.927000', '193659.930000', '193719.819000', '193719.821000', '193719.824000', '193719.827000', '193719.829000', '193719.832000', '193719.834000', '193719.837000', '193719.839000', '193719.842000', '193719.845000', '193719.847000', '193719.850000', '193719.852000', '193719.855000', '193719.858000', '193719.860000', '193719.863000', '193719.865000', '193719.868000', '193719.872000', '193719.875000', '193719.877000', '193719.880000', '193719.883000', '193719.885000', '193719.888000', '193719.891000', '193719.893000', '193719.896000', '193719.898000', '193719.901000', '193719.904000', '193719.906000', '193719.909000', '193719.911000', '193719.914000', '193719.918000', '193719.921000', '193719.923000', '193719.926000', '193719.928000', '193719.931000', '193739.819000', '193739.822000', '193739.824000', '193739.827000', '193739.829000', '193739.832000', '193739.834000', '193739.837000', '193739.840000', '193739.842000', '193739.845000', '193739.847000', '193739.850000', '193739.853000', '193739.855000', '193739.858000', '193739.860000', '193739.863000', '193739.866000', '193739.868000', '193739.871000', '193739.873000', '193739.876000', '193739.878000', '193739.881000', '193739.884000', '193739.886000', '193739.889000', '193739.902000', '193739.905000', '193739.907000', '193739.910000', '193739.912000', '193739.915000', '193739.918000', '193739.920000', '193739.923000', '193739.925000', '193739.928000', '193739.931000', '193739.933000', '193739.936000', '193739.939000', '193739.941000', '193759.819000', '193759.821000', '193759.824000', '193759.827000', '193759.829000', '193759.832000', '193759.834000', '193759.837000', '193759.840000', '193759.842000', '193759.845000', '193759.847000', '193759.850000', '193759.853000', '193759.855000', '193759.858000', '193759.860000', '193759.863000', '193759.866000', '193759.868000', '193759.871000', '193759.873000', '193759.876000', '193759.878000', '193759.881000', '193759.884000', '193759.886000', '193759.889000', '193759.891000', '193759.894000', '193759.897000', '193759.899000', '193759.902000', '193759.904000', '193759.907000', '193759.909000', '193759.912000', '193759.915000', '193759.917000', '193759.920000', '193759.923000', '193759.926000', '193759.929000', '193819.818000', '193819.821000', '193819.824000', '193819.826000', '193819.829000', '193819.832000', '193819.834000', '193819.837000', '193819.839000', '193819.842000', '193819.845000', '193819.847000', '193819.850000', '193819.852000', '193819.855000', '193819.858000', '193819.860000', '193819.863000', '193819.865000', '193819.868000', '193819.871000', '193819.873000', '193819.876000', '193819.878000', '193819.881000', '193819.883000', '193819.886000', '193819.889000', '193819.891000', '193819.894000', '193819.896000', '193819.899000', '193819.902000', '193819.904000', '193819.907000', '193819.909000', '193819.912000', '193819.914000', '193819.917000', '193819.920000', '193819.922000', '193819.925000', '193819.928000', '193819.930000', '193839.819000', '193839.822000', '193839.824000', '193839.827000', '193839.829000', '193839.832000', '193839.834000', '193839.837000', '193839.840000', '193839.842000', '193839.845000', '193839.847000', '193839.850000', '193839.853000', '193839.855000', '193839.858000', '193839.860000', '193839.863000', '193839.865000', '193839.868000', '193839.871000', '193839.873000', '193839.876000', '193839.878000', '193839.881000', '193839.884000', '193839.886000', '193839.889000', '193839.891000', '193839.894000', '193839.897000', '193839.899000', '193839.902000', '193839.904000', '193839.907000', '193839.909000', '193839.912000', '193839.915000', '193839.917000', '193839.920000', '193839.922000', '193839.925000', '193839.928000', '193859.819000', '193859.821000', '193859.824000', '193859.826000', '193859.829000', '193859.832000', '193859.834000', '193859.837000', '193859.840000', '193859.842000', '193859.845000', '193859.847000', '193859.850000', '193859.853000', '193859.855000', '193859.858000', '193859.860000', '193859.863000', '193859.866000', '193859.868000', '193859.871000', '193859.873000', '193859.876000', '193859.878000', '193859.881000', '193859.884000', '193859.886000', '193859.889000', '193859.891000', '193859.894000', '193859.896000', '193859.899000', '193859.902000', '193859.904000', '193859.907000', '193859.909000', '193859.912000', '193859.915000', '193859.917000', '193859.920000', '193859.922000', '193859.925000', '193859.928000', '193859.930000', '193919.819000', '193919.821000', '193919.824000', '193919.827000', '193919.829000', '193919.832000', '193919.834000', '193919.837000', '193919.840000', '193919.842000', '193919.845000', '193919.847000', '193919.850000', '193919.853000', '193919.855000', '193919.858000', '193919.860000', '193919.863000', '193919.866000', '193919.868000', '193919.871000', '193919.874000', '193919.876000', '193919.879000', '193919.881000', '193919.884000', '193919.887000', '193919.889000', '193919.892000', '193919.894000', '193919.897000', '193919.900000', '193919.902000', '193919.905000', '193919.907000', '193919.910000', '193919.913000', '193919.915000', '193919.918000', '193919.921000', '193919.923000', '193919.926000', '193919.929000', '193939.818000', '193939.821000', '193939.824000', '193939.827000', '193939.829000', '193939.832000', '193939.834000', '193939.837000', '193939.840000', '193939.842000', '193939.845000', '193939.848000', '193939.850000', '193939.853000', '193939.855000', '193939.858000', '193939.861000', '193939.863000', '193939.866000', '193939.868000', '193939.871000', '193939.873000', '193939.876000', '193939.879000', '193939.881000', '193939.884000', '193939.887000', '193939.889000', '193939.892000', '193939.895000', '193939.897000', '193939.900000', '193939.902000', '193939.905000', '193939.908000', '193939.910000', '193939.913000', '193939.915000', '193939.918000', '193939.921000', '193939.923000', '193939.926000', '193939.928000', '193939.931000', '193959.819000', '193959.821000', '193959.825000', '193959.828000', '193959.830000', '193959.833000', '193959.835000', '193959.838000', '193959.841000', '193959.843000', '193959.846000', '193959.848000', '193959.851000', '193959.854000', '193959.856000', '193959.859000', '193959.862000', '193959.864000', '193959.867000', '193959.869000', '193959.872000', '193959.875000', '193959.877000', '193959.880000', '193959.882000', '193959.885000', '193959.889000', '193959.892000', '193959.894000', '193959.897000', '193959.900000', '193959.902000', '193959.905000', '193959.908000', '193959.910000', '193959.913000', '193959.915000', '193959.918000', '193959.921000', '193959.923000', '193959.926000', '193959.928000', '193959.931000', '194019.818000', '194019.821000', '194019.824000', '194019.826000', '194019.829000', '194019.832000', '194019.834000', '194019.837000', '194019.839000', '194019.842000', '194019.844000', '194019.847000', '194019.850000', '194019.852000', '194019.855000', '194019.857000', '194019.860000', '194019.863000', '194019.865000', '194019.868000', '194019.870000', '194019.873000', '194019.876000', '194019.878000', '194019.881000', '194019.883000', '194019.886000', '194019.888000', '194019.891000', '194019.894000', '194019.896000', '194019.899000', '194019.901000', '194019.904000', '194019.907000', '194019.909000', '194019.912000', '194019.914000', '194019.917000', '194019.920000', '194019.922000', '194019.925000', '194019.927000', '194019.930000', '194039.818000', '194039.821000', '194039.824000', '194039.826000', '194039.829000', '194039.858000', '194039.861000', '194039.863000', '194039.866000', '194039.869000', '194039.871000', '194039.874000', '194039.876000', '194039.879000', '194039.881000', '194039.884000', '194039.887000', '194039.889000', '194039.892000', '194039.895000', '194039.897000', '194039.900000', '194039.902000', '194039.905000', '194039.908000', '194039.910000', '194039.913000', '194039.915000', '194039.918000', '194039.921000', '194039.923000', '194039.926000', '194039.928000', '194039.931000', '194039.934000', '194039.936000', '194039.939000', '194039.941000', '194039.944000', '194039.947000', '194039.949000', '194039.952000', '194039.954000', '194059.818000', '194059.821000', '194059.824000', '194059.826000', '194059.829000', '194059.832000', '194059.834000', '194059.837000', '194059.840000', '194059.842000', '194059.845000', '194059.847000', '194059.850000', '194059.853000', '194059.855000', '194059.858000', '194059.861000', '194059.863000', '194059.866000', '194059.868000', '194059.871000', '194059.873000', '194059.876000', '194059.879000', '194059.881000', '194059.884000', '194059.886000', '194059.889000', '194059.891000', '194059.894000', '194059.897000', '194059.899000', '194059.902000', '194059.904000', '194059.907000', '194059.910000', '194059.912000', '194059.915000', '194059.917000', '194059.920000', '194059.922000', '194059.925000', '194059.928000', '194059.930000', '194110.786000', '194110.790000', '194110.793000', '194110.796000', '194110.799000', '194110.864000', '194110.867000', '194110.870000', '194110.873000', '194110.875000', '194110.878000', '194110.887000', '194110.889000', '194110.892000', '194110.895000', '194110.897000', '194110.911000', '194110.914000', '194110.917000', '194110.920000', '194110.922000', '194110.925000', '194110.928000', '194110.931000'], 'InstanceCreationTime': ['193419.855000', '193419.859000', '193419.862000', '193419.865000', '193419.867000', '193419.877000', '193419.880000', '193419.882000', '193419.885000', '193419.887000', '193419.890000', '193419.892000', '193419.895000', '193419.897000', '193419.900000', '193419.902000', '193419.911000', '193419.914000', '193419.916000', '193419.919000', '193439.818000', '193439.821000', '193439.824000', '193439.830000', '193439.833000', '193439.836000', '193439.839000', '193439.861000', '193439.863000', '193439.866000', '193439.868000', '193439.871000', '193439.873000', '193439.876000', '193439.878000', '193439.881000', '193439.884000', '193439.886000', '193439.889000', '193439.891000', '193439.894000', '193439.896000', '193439.899000', '193439.901000', '193439.904000', '193439.907000', '193439.909000', '193439.912000', '193439.914000', '193439.917000', '193439.919000', '193439.922000', '193439.924000', '193439.927000', '193439.930000', '193439.932000', '193439.935000', '193439.937000', '193439.940000', '193439.942000', '193439.945000', '193439.947000', '193439.950000', '193439.953000', '193459.818000', '193459.821000', '193459.824000', '193459.826000', '193459.829000', '193459.831000', '193459.834000', '193459.837000', '193459.839000', '193459.842000', '193459.844000', '193459.847000', '193459.849000', '193459.852000', '193459.854000', '193459.857000', '193459.860000', '193459.862000', '193459.865000', '193459.867000', '193459.870000', '193459.872000', '193459.875000', '193459.877000', '193459.880000', '193459.882000', '193459.885000', '193459.888000', '193459.890000', '193459.893000', '193459.895000', '193459.898000', '193459.900000', '193459.903000', '193459.905000', '193459.908000', '193459.910000', '193459.913000', '193459.916000', '193459.918000', '193459.926000', '193459.929000', '193459.931000', '193519.819000', '193519.822000', '193519.824000', '193519.827000', '193519.830000', '193519.832000', '193519.835000', '193519.837000', '193519.840000', '193519.842000', '193519.845000', '193519.847000', '193519.850000', '193519.853000', '193519.855000', '193519.858000', '193519.860000', '193519.863000', '193519.865000', '193519.868000', '193519.870000', '193519.873000', '193519.875000', '193519.878000', '193519.881000', '193519.883000', '193519.886000', '193519.888000', '193519.891000', '193519.893000', '193519.896000', '193519.898000', '193519.901000', '193519.904000', '193519.906000', '193519.909000', '193519.911000', '193519.914000', '193519.916000', '193519.919000', '193519.921000', '193519.924000', '193519.927000', '193539.818000', '193539.821000', '193539.824000', '193539.826000', '193539.829000', '193539.832000', '193539.834000', '193539.837000', '193539.839000', '193539.842000', '193539.844000', '193539.847000', '193539.850000', '193539.852000', '193539.855000', '193539.857000', '193539.860000', '193539.862000', '193539.865000', '193539.868000', '193539.870000', '193539.873000', '193539.875000', '193539.878000', '193539.880000', '193539.883000', '193539.886000', '193539.888000', '193539.891000', '193539.893000', '193539.896000', '193539.898000', '193539.901000', '193539.904000', '193539.906000', '193539.909000', '193539.911000', '193539.914000', '193539.916000', '193539.919000', '193539.921000', '193539.924000', '193539.927000', '193539.929000', '193559.818000', '193559.821000', '193559.824000', '193559.827000', '193559.830000', '193559.839000', '193559.848000', '193559.851000', '193559.853000', '193559.856000', '193559.859000', '193559.861000', '193559.864000', '193559.866000', '193559.869000', '193559.871000', '193559.874000', '193559.878000', '193559.881000', '193559.883000', '193559.886000', '193559.888000', '193559.891000', '193559.893000', '193559.896000', '193559.899000', '193559.901000', '193559.904000', '193559.906000', '193559.909000', '193559.911000', '193559.914000', '193559.917000', '193559.919000', '193559.922000', '193559.924000', '193559.927000', '193559.929000', '193559.932000', '193559.935000', '193559.937000', '193559.940000', '193559.942000', '193619.819000', '193619.821000', '193619.824000', '193619.827000', '193619.829000', '193619.832000', '193619.834000', '193619.837000', '193619.839000', '193619.842000', '193619.845000', '193619.847000', '193619.850000', '193619.852000', '193619.855000', '193619.858000', '193619.860000', '193619.863000', '193619.866000', '193619.868000', '193619.871000', '193619.873000', '193619.876000', '193619.879000', '193619.881000', '193619.884000', '193619.886000', '193619.889000', '193619.891000', '193619.894000', '193619.897000', '193619.899000', '193619.902000', '193619.904000', '193619.907000', '193619.909000', '193619.912000', '193619.915000', '193619.917000', '193619.920000', '193619.922000', '193619.925000', '193619.927000', '193619.930000', '193639.818000', '193639.821000', '193639.824000', '193639.827000', '193639.829000', '193639.832000', '193639.834000', '193639.837000', '193639.839000', '193639.842000', '193639.845000', '193639.847000', '193639.850000', '193639.852000', '193639.856000', '193639.859000', '193639.862000', '193639.864000', '193639.867000', '193639.870000', '193639.872000', '193639.875000', '193639.877000', '193639.880000', '193639.882000', '193639.885000', '193639.888000', '193639.890000', '193639.893000', '193639.895000', '193639.898000', '193639.901000', '193639.903000', '193639.906000', '193639.908000', '193639.911000', '193639.913000', '193639.916000', '193639.919000', '193639.921000', '193639.924000', '193639.926000', '193639.929000', '193659.818000', '193659.821000', '193659.824000', '193659.826000', '193659.829000', '193659.831000', '193659.834000', '193659.837000', '193659.839000', '193659.842000', '193659.845000', '193659.847000', '193659.850000', '193659.852000', '193659.855000', '193659.857000', '193659.860000', '193659.863000', '193659.865000', '193659.868000', '193659.870000', '193659.873000', '193659.875000', '193659.878000', '193659.881000', '193659.883000', '193659.886000', '193659.888000', '193659.891000', '193659.894000', '193659.896000', '193659.899000', '193659.901000', '193659.904000', '193659.906000', '193659.909000', '193659.911000', '193659.914000', '193659.917000', '193659.919000', '193659.922000', '193659.924000', '193659.927000', '193659.930000', '193719.819000', '193719.821000', '193719.824000', '193719.827000', '193719.829000', '193719.832000', '193719.834000', '193719.837000', '193719.839000', '193719.842000', '193719.845000', '193719.847000', '193719.850000', '193719.852000', '193719.855000', '193719.858000', '193719.860000', '193719.863000', '193719.865000', '193719.868000', '193719.872000', '193719.875000', '193719.877000', '193719.880000', '193719.883000', '193719.885000', '193719.888000', '193719.891000', '193719.893000', '193719.896000', '193719.898000', '193719.901000', '193719.904000', '193719.906000', '193719.909000', '193719.911000', '193719.914000', '193719.918000', '193719.921000', '193719.923000', '193719.926000', '193719.928000', '193719.931000', '193739.819000', '193739.822000', '193739.824000', '193739.827000', '193739.829000', '193739.832000', '193739.834000', '193739.837000', '193739.840000', '193739.842000', '193739.845000', '193739.847000', '193739.850000', '193739.853000', '193739.855000', '193739.858000', '193739.860000', '193739.863000', '193739.866000', '193739.868000', '193739.871000', '193739.873000', '193739.876000', '193739.878000', '193739.881000', '193739.884000', '193739.886000', '193739.889000', '193739.902000', '193739.905000', '193739.907000', '193739.910000', '193739.912000', '193739.915000', '193739.918000', '193739.920000', '193739.923000', '193739.925000', '193739.928000', '193739.931000', '193739.933000', '193739.936000', '193739.939000', '193739.941000', '193759.819000', '193759.821000', '193759.824000', '193759.827000', '193759.829000', '193759.832000', '193759.834000', '193759.837000', '193759.840000', '193759.842000', '193759.845000', '193759.847000', '193759.850000', '193759.853000', '193759.855000', '193759.858000', '193759.860000', '193759.863000', '193759.866000', '193759.868000', '193759.871000', '193759.873000', '193759.876000', '193759.878000', '193759.881000', '193759.884000', '193759.886000', '193759.889000', '193759.891000', '193759.894000', '193759.897000', '193759.899000', '193759.902000', '193759.904000', '193759.907000', '193759.909000', '193759.912000', '193759.915000', '193759.917000', '193759.920000', '193759.923000', '193759.926000', '193759.929000', '193819.818000', '193819.821000', '193819.824000', '193819.826000', '193819.829000', '193819.832000', '193819.834000', '193819.837000', '193819.839000', '193819.842000', '193819.845000', '193819.847000', '193819.850000', '193819.852000', '193819.855000', '193819.858000', '193819.860000', '193819.863000', '193819.865000', '193819.868000', '193819.871000', '193819.873000', '193819.876000', '193819.878000', '193819.881000', '193819.883000', '193819.886000', '193819.889000', '193819.891000', '193819.894000', '193819.896000', '193819.899000', '193819.902000', '193819.904000', '193819.907000', '193819.909000', '193819.912000', '193819.914000', '193819.917000', '193819.920000', '193819.922000', '193819.925000', '193819.928000', '193819.930000', '193839.819000', '193839.822000', '193839.824000', '193839.827000', '193839.829000', '193839.832000', '193839.834000', '193839.837000', '193839.840000', '193839.842000', '193839.845000', '193839.847000', '193839.850000', '193839.853000', '193839.855000', '193839.858000', '193839.860000', '193839.863000', '193839.865000', '193839.868000', '193839.871000', '193839.873000', '193839.876000', '193839.878000', '193839.881000', '193839.884000', '193839.886000', '193839.889000', '193839.891000', '193839.894000', '193839.897000', '193839.899000', '193839.902000', '193839.904000', '193839.907000', '193839.909000', '193839.912000', '193839.915000', '193839.917000', '193839.920000', '193839.922000', '193839.925000', '193839.928000', '193859.819000', '193859.821000', '193859.824000', '193859.826000', '193859.829000', '193859.832000', '193859.834000', '193859.837000', '193859.840000', '193859.842000', '193859.845000', '193859.847000', '193859.850000', '193859.853000', '193859.855000', '193859.858000', '193859.860000', '193859.863000', '193859.866000', '193859.868000', '193859.871000', '193859.873000', '193859.876000', '193859.878000', '193859.881000', '193859.884000', '193859.886000', '193859.889000', '193859.891000', '193859.894000', '193859.896000', '193859.899000', '193859.902000', '193859.904000', '193859.907000', '193859.909000', '193859.912000', '193859.915000', '193859.917000', '193859.920000', '193859.922000', '193859.925000', '193859.928000', '193859.930000', '193919.819000', '193919.821000', '193919.824000', '193919.827000', '193919.829000', '193919.832000', '193919.834000', '193919.837000', '193919.840000', '193919.842000', '193919.845000', '193919.847000', '193919.850000', '193919.853000', '193919.855000', '193919.858000', '193919.860000', '193919.863000', '193919.866000', '193919.868000', '193919.871000', '193919.874000', '193919.876000', '193919.879000', '193919.881000', '193919.884000', '193919.887000', '193919.889000', '193919.892000', '193919.894000', '193919.897000', '193919.900000', '193919.902000', '193919.905000', '193919.907000', '193919.910000', '193919.913000', '193919.915000', '193919.918000', '193919.921000', '193919.923000', '193919.926000', '193919.929000', '193939.818000', '193939.821000', '193939.824000', '193939.827000', '193939.829000', '193939.832000', '193939.834000', '193939.837000', '193939.840000', '193939.842000', '193939.845000', '193939.848000', '193939.850000', '193939.853000', '193939.855000', '193939.858000', '193939.861000', '193939.863000', '193939.866000', '193939.868000', '193939.871000', '193939.873000', '193939.876000', '193939.879000', '193939.881000', '193939.884000', '193939.887000', '193939.889000', '193939.892000', '193939.895000', '193939.897000', '193939.900000', '193939.902000', '193939.905000', '193939.908000', '193939.910000', '193939.913000', '193939.915000', '193939.918000', '193939.921000', '193939.923000', '193939.926000', '193939.928000', '193939.931000', '193959.819000', '193959.821000', '193959.825000', '193959.828000', '193959.830000', '193959.833000', '193959.835000', '193959.838000', '193959.841000', '193959.843000', '193959.846000', '193959.848000', '193959.851000', '193959.854000', '193959.856000', '193959.859000', '193959.862000', '193959.864000', '193959.867000', '193959.869000', '193959.872000', '193959.875000', '193959.877000', '193959.880000', '193959.882000', '193959.885000', '193959.889000', '193959.892000', '193959.894000', '193959.897000', '193959.900000', '193959.902000', '193959.905000', '193959.908000', '193959.910000', '193959.913000', '193959.915000', '193959.918000', '193959.921000', '193959.923000', '193959.926000', '193959.928000', '193959.931000', '194019.818000', '194019.821000', '194019.824000', '194019.826000', '194019.829000', '194019.832000', '194019.834000', '194019.837000', '194019.839000', '194019.842000', '194019.844000', '194019.847000', '194019.850000', '194019.852000', '194019.855000', '194019.857000', '194019.860000', '194019.863000', '194019.865000', '194019.868000', '194019.870000', '194019.873000', '194019.876000', '194019.878000', '194019.881000', '194019.883000', '194019.886000', '194019.888000', '194019.891000', '194019.894000', '194019.896000', '194019.899000', '194019.901000', '194019.904000', '194019.907000', '194019.909000', '194019.912000', '194019.914000', '194019.917000', '194019.920000', '194019.922000', '194019.925000', '194019.927000', '194019.930000', '194039.818000', '194039.821000', '194039.824000', '194039.826000', '194039.829000', '194039.858000', '194039.861000', '194039.863000', '194039.866000', '194039.869000', '194039.871000', '194039.874000', '194039.876000', '194039.879000', '194039.881000', '194039.884000', '194039.887000', '194039.889000', '194039.892000', '194039.895000', '194039.897000', '194039.900000', '194039.902000', '194039.905000', '194039.908000', '194039.910000', '194039.913000', '194039.915000', '194039.918000', '194039.921000', '194039.923000', '194039.926000', '194039.928000', '194039.931000', '194039.934000', '194039.936000', '194039.939000', '194039.941000', '194039.944000', '194039.947000', '194039.949000', '194039.952000', '194039.954000', '194059.818000', '194059.821000', '194059.824000', '194059.826000', '194059.829000', '194059.832000', '194059.834000', '194059.837000', '194059.840000', '194059.842000', '194059.845000', '194059.847000', '194059.850000', '194059.853000', '194059.855000', '194059.858000', '194059.861000', '194059.863000', '194059.866000', '194059.868000', '194059.871000', '194059.873000', '194059.876000', '194059.879000', '194059.881000', '194059.884000', '194059.886000', '194059.889000', '194059.891000', '194059.894000', '194059.897000', '194059.899000', '194059.902000', '194059.904000', '194059.907000', '194059.910000', '194059.912000', '194059.915000', '194059.917000', '194059.920000', '194059.922000', '194059.925000', '194059.928000', '194059.930000', '194110.786000', '194110.790000', '194110.793000', '194110.796000', '194110.799000', '194110.864000', '194110.867000', '194110.870000', '194110.873000', '194110.875000', '194110.878000', '194110.887000', '194110.889000', '194110.892000', '194110.895000', '194110.897000', '194110.911000', '194110.914000', '194110.917000', '194110.920000', '194110.922000', '194110.925000', '194110.928000', '194110.931000'], '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': [8187, 7727, 7870, 8413, 8676, 8717, 7790, 10466, 8492, 8039, 7723, 8321, 7780, 12023, 8857, 8508, 8026, 8006, 10323, 8228, 8784, 8317, 8119, 9724, 8082, 8277, 8713, 8122, 8955, 7654, 10265, 7755, 9275, 7874, 7828, 10064, 7832, 11618, 8324, 13419, 9729, 11028, 8746, 7330, 8655, 8299, 11951, 8187, 8733, 8719, 7961, 9857, 8324, 13572, 10130, 7579, 8704, 8378, 12764, 9386, 9739, 9227, 8046, 10354, 8189, 12198, 8862, 7450, 8198, 8426, 10683, 8320, 8874, 8804, 7707, 9457, 8320, 10449, 8588, 7977, 9996, 8382, 7450, 9004, 7648, 10591, 8451, 7752, 8916, 7748, 10740, 8467, 13863, 10418, 7854, 8676, 7970, 11227, 8548, 11952, 8734, 7632, 9389, 8240, 8612, 10092, 8097, 11437, 8587, 8937, 9451, 8779, 13550, 8886, 8306, 9130, 8132, 12159, 8873, 7729, 9068, 7972, 10139, 8232, 9336, 10411, 8094, 10989, 8189, 8750, 8907, 8240, 12177, 8459, 7970, 8692, 7982, 11988, 8387, 7579, 9001, 8263, 10624, 8134, 7745, 10844, 8039, 11255, 8214, 12880, 9690, 9303, 9050, 7914, 10073, 8263, 12157, 9286, 7596, 8885, 8075, 8140, 8460, 7488, 11483, 8868, 7606, 9311, 7890, 12967, 9633, 9293, 9761, 8133, 13143, 9528, 16166, 11964, 7608, 8973, 8228, 10615, 9356, 7752, 11451, 9200, 8108, 10496, 8696, 9700, 9185, 8108, 11093, 8799, 7773, 11436, 9716, 8128, 9235, 8313, 11104, 9279, 8283, 10412, 8865, 8656, 9432, 8111, 8906, 9078, 7907, 8894, 8308, 7946, 9616, 7908, 7750, 9154, 7798, 11697, 8630, 7679, 9134, 8094, 11516, 8319, 9912, 10197, 8088, 10297, 8226, 11888, 8694, 9153, 8926, 8262, 8059, 8047, 8685, 8069, 7806, 10822, 8531, 7938, 8780, 8049, 11823, 8723, 7905, 9159, 7900, 11644, 9432, 12956, 9268, 7461, 11092, 8356, 12051, 9977, 7978, 11464, 8440, 7852, 10462, 8549, 9314, 8897, 8175, 9529, 8977, 7786, 12834, 9185, 8030, 9162, 8551, 7530, 10728, 9130, 7458, 8292, 8275, 9520, 9551, 8572, 13296, 8827, 7700, 9143, 9126, 12691, 10154, 7610, 9323, 8521, 8472, 8957, 7781, 9128, 8671, 8246, 9831, 8461, 10004, 10280, 8195, 12630, 8568, 8484, 8999, 7807, 12473, 8437, 7794, 7976, 8056, 9597, 8416, 12392, 7291, 7199, 7472, 8095, 11607, 8331, 7724, 10826, 8399, 11952, 8713, 10930, 9094, 8816, 11009, 8619, 10534, 9016, 8984, 11116, 8710, 13892, 7952, 7802, 9055, 8536, 12127, 8853, 8513, 9439, 8193, 7619, 8523, 7923, 12502, 8895, 9660, 8119, 8435, 11068, 9262, 10062, 11255, 8603, 8464, 8521, 8359, 12817, 9368, 8956, 10799, 8128, 7762, 8295, 8102, 12389, 9519, 8282, 7209, 8542, 7977, 11026, 8499, 7703, 9381, 8096, 10502, 8591, 8034, 13621, 9591, 7786, 11373, 8451, 15003, 10841, 10783, 9114, 7868, 8921, 8406, 7922, 8449, 7587, 10808, 7555, 7236, 8465, 7849, 10223, 8362, 10680, 8487, 7860, 8444, 7162, 7527, 9892, 8231, 8787, 8591, 7934, 12716, 9874, 9612, 11495, 8617, 9351, 8566, 8658, 18320, 11191, 8047, 9914, 8971, 14217, 9755, 8403, 11438, 8811, 7136, 8438, 8037, 10371, 7654, 7328, 7986, 8367, 6948, 8059, 8507, 12535, 9242, 7452, 9646, 8744, 9580, 8920, 8140, 12484, 8100, 7833, 10790, 8713, 14000, 10118, 7880, 8057, 8350, 11923, 8680, 9190, 11246, 8681, 13059, 8849, 9547, 9384, 7684, 9954, 8276, 8604, 7654, 7577, 10115, 8453, 7896, 8744, 8357, 12703, 9931, 7673, 8590, 8873, 13403, 9613, 8355, 11519, 9020, 8976, 8218, 8549, 13507, 10127, 8410, 10979, 8902, 8472, 9597, 9195, 17798, 9681, 8447, 8574, 8575, 11472, 8882, 8406, 9905, 8902, 7316, 7418, 8476, 9457, 7534, 8690, 12020, 9527, 8127, 9233, 9017, 12383, 9308, 10265, 8754, 8622, 10835, 8935, 12858, 9323, 8304, 9556, 8091, 7417, 7074, 8525, 10143, 8816, 10826, 9756, 7824, 11589, 8744, 14316, 10350, 11486, 9416, 8636, 11403, 7702, 8857, 12894, 9375, 7586, 10628, 8939, 9192, 13840, 11185, 8603, 13690, 10170, 8383, 7800, 8320, 8358, 11001, 9940, 8314, 8821, 8039, 8173, 10859, 8779, 7702, 7478, 7557, 8230, 8119, 7666, 8157, 10340, 8500, 8194, 7653, 7833, 8104, 12106, 8170, 8100, 11114, 8772, 9192, 10337, 8628, 13769, 9719, 11114, 11432, 8601, 12095, 8783, 7462, 7612, 8479, 11671, 8657, 7557, 7554, 7967, 11480, 8287, 12830, 10182, 7961, 7776, 8362, 11287, 8288, 9401, 9788, 8126, 12738, 8841, 13616, 11347, 8693, 12182, 8689, 13114, 9043, 10535, 10587, 7913, 9560, 8367, 8964, 7815, 7982, 9238, 7864, 9802, 7118, 7170, 8299, 8835, 10881, 10389, 8202, 13401, 8688, 10856, 8441, 8875, 16889, 9320, 13947, 9725, 8158, 9938, 8586, 16396, 8546, 7794, 8250, 8639, 11694, 9257, 8568, 12017, 7728, 8399, 10064, 8993, 12009, 10214, 8400, 9732, 8907, 7919, 7425, 8771, 11048, 8351, 7570, 7380, 7806, 8081, 8528, 8732, 7677, 7725, 9132, 8361, 8254, 7254, 8594, 12517, 8983, 10791, 8669, 8090, 11150, 9987, 18277, 11712, 7955, 9647, 8833, 16140, 10703, 8717, 10686, 8722, 8846, 8755, 9139, 19352, 10592, 8523, 9714, 8839, 13623, 10229, 8455, 10972, 8943, 7854, 8312, 8974, 13156, 10007, 8431, 8774, 8545, 7742, 8108, 8698, 12591, 9102, 8456, 7541, 8033, 9586, 8369, 8227, 8942, 8534, 11654, 8126, 8829, 8567, 7570, 7240, 7938, 10541, 7449, 8467, 7853, 7350, 7505, 7543, 11757, 9037, 10871, 10867, 10507, 15903, 8716, 10677, 8104, 8516, 14870, 10602, 18743, 9073, 10810, 9111, 8673, 16588, 11909, 15576, 8729, 8403, 9770, 8909, 14374, 9580, 8424, 7973, 8471, 9393, 7441, 9013, 10555, 8645, 7879, 7531, 8424, 8827, 8574, 8283, 8424, 8525, 7628, 7306, 9303, 11946, 9255, 8651, 10807, 8828, 12593, 8981, 12253, 9540, 8742, 9978, 8953, 7705, 7852, 9075, 14104, 10010, 8874, 8956, 8758, 11958, 9151, 10840, 9395, 8283, 9070, 8640, 7741, 7746, 8910, 12531, 10014, 8468, 11492, 8999, 9445, 9269, 8770, 14053, 8613, 7896, 8477, 8894, 13458, 10112, 8304, 8646, 8743, 8220, 8173, 8682, 8924, 8158, 8444, 8196, 8817, 8708, 11387, 10057, 8696, 9031, 8183, 10035, 14323, 11554, 8617, 12047, 7904, 8486, 11591, 8049, 8034, 7655, 8157, 7329, 7046, 8231, 9939, 8569, 10156, 6667, 7902, 8002, 8119, 7822, 7318, 7957, 10255, 9220, 9886, 9070, 8370, 11818, 8623, 10722, 9059, 9525], 'WindowCenter': [3921.0, 3895.0, 3893.0, 3902.0, 3900.0, 3887.0, 3877.0, 3919.0, 3899.0, 3889.0, 3878.0, 3888.0, 3877.0, 3929.0, 3898.0, 3888.0, 3888.0, 3889.0, 3919.0, 3889.0, 3900.0, 3899.0, 3890.0, 3909.0, 3889.0, 3900.0, 3898.0, 3890.0, 3911.0, 3889.0, 3921.0, 3891.0, 3910.0, 3890.0, 3889.0, 3924.0, 3891.0, 3933.0, 3902.0, 3953.0, 3912.0, 3933.0, 3901.0, 3879.0, 3898.0, 3889.0, 3930.0, 3889.0, 3899.0, 3899.0, 3888.0, 3907.0, 3888.0, 3955.0, 3921.0, 3877.0, 3899.0, 3889.0, 3929.0, 3899.0, 3909.0, 3898.0, 3876.0, 3907.0, 3886.0, 3928.0, 3898.0, 3866.0, 3887.0, 3887.0, 3918.0, 3886.0, 3898.0, 3897.0, 3878.0, 3908.0, 3888.0, 3918.0, 3887.0, 3888.0, 3909.0, 3888.0, 3877.0, 3896.0, 3878.0, 3919.0, 3888.0, 3888.0, 3899.0, 3877.0, 3918.0, 3887.0, 3942.0, 3919.0, 3888.0, 3898.0, 3877.0, 3918.0, 3887.0, 3931.0, 3898.0, 3877.0, 3897.0, 3887.0, 3886.0, 3908.0, 3888.0, 3929.0, 3898.0, 3896.0, 3897.0, 3899.0, 3941.0, 3897.0, 3885.0, 3896.0, 3876.0, 3928.0, 3897.0, 3875.0, 3897.0, 3876.0, 3906.0, 3886.0, 3897.0, 3918.0, 3888.0, 3918.0, 3887.0, 3886.0, 3897.0, 3886.0, 3930.0, 3888.0, 3874.0, 3887.0, 3875.0, 3918.0, 3888.0, 3877.0, 3898.0, 3888.0, 3919.0, 3889.0, 3878.0, 3920.0, 3889.0, 3931.0, 3889.0, 3940.0, 3909.0, 3898.0, 3897.0, 3888.0, 3907.0, 3887.0, 3928.0, 3898.0, 3876.0, 3897.0, 3888.0, 3886.0, 3898.0, 3878.0, 3942.0, 3911.0, 3890.0, 3911.0, 3890.0, 3940.0, 3923.0, 3910.0, 3910.0, 3888.0, 3930.0, 3896.0, 3951.0, 3917.0, 3874.0, 3885.0, 3886.0, 3905.0, 3898.0, 3875.0, 3917.0, 3894.0, 3875.0, 3905.0, 3886.0, 3895.0, 3896.0, 3875.0, 3905.0, 3884.0, 3874.0, 3917.0, 3906.0, 3874.0, 3896.0, 3886.0, 3917.0, 3897.0, 3886.0, 3907.0, 3885.0, 3885.0, 3896.0, 3876.0, 3896.0, 3896.0, 3875.0, 3884.0, 3885.0, 3876.0, 3907.0, 3888.0, 3877.0, 3898.0, 3876.0, 3918.0, 3898.0, 3877.0, 3897.0, 3888.0, 3919.0, 3888.0, 3906.0, 3920.0, 3876.0, 3920.0, 3888.0, 3930.0, 3897.0, 3896.0, 3897.0, 3887.0, 3887.0, 3887.0, 3898.0, 3889.0, 3891.0, 3933.0, 3911.0, 3890.0, 3899.0, 3889.0, 3944.0, 3900.0, 3890.0, 3909.0, 3888.0, 3920.0, 3898.0, 3943.0, 3898.0, 3867.0, 3918.0, 3887.0, 3917.0, 3909.0, 3876.0, 3918.0, 3886.0, 3875.0, 3906.0, 3886.0, 3897.0, 3886.0, 3886.0, 3896.0, 3884.0, 3864.0, 3929.0, 3897.0, 3877.0, 3897.0, 3886.0, 3876.0, 3917.0, 3897.0, 3865.0, 3887.0, 3887.0, 3908.0, 3897.0, 3887.0, 3941.0, 3898.0, 3875.0, 3909.0, 3910.0, 3940.0, 3909.0, 3879.0, 3895.0, 3885.0, 3886.0, 3898.0, 3879.0, 3924.0, 3912.0, 3900.0, 3920.0, 3887.0, 3906.0, 3908.0, 3886.0, 3929.0, 3886.0, 3886.0, 3896.0, 3874.0, 3929.0, 3887.0, 3878.0, 3887.0, 3888.0, 3908.0, 3886.0, 3940.0, 3879.0, 3879.0, 3879.0, 3901.0, 3942.0, 3901.0, 3892.0, 3933.0, 3902.0, 3931.0, 3900.0, 3919.0, 3899.0, 3900.0, 3920.0, 3898.0, 3919.0, 3898.0, 3896.0, 3906.0, 3886.0, 3940.0, 3875.0, 3876.0, 3896.0, 3885.0, 3926.0, 3885.0, 3885.0, 3898.0, 3888.0, 3876.0, 3886.0, 3876.0, 3927.0, 3897.0, 3908.0, 3887.0, 3899.0, 3930.0, 3909.0, 3908.0, 3931.0, 3898.0, 3887.0, 3898.0, 3885.0, 3929.0, 3897.0, 3898.0, 3919.0, 3887.0, 3876.0, 3884.0, 3861.0, 3915.0, 3896.0, 3884.0, 3864.0, 3885.0, 3874.0, 3918.0, 3897.0, 3876.0, 3896.0, 3875.0, 3907.0, 3886.0, 3888.0, 3939.0, 3896.0, 3875.0, 3917.0, 3874.0, 3939.0, 3906.0, 3906.0, 3884.0, 3873.0, 3882.0, 3874.0, 3874.0, 3884.0, 3863.0, 3917.0, 3876.0, 3876.0, 3887.0, 3888.0, 3918.0, 3887.0, 3919.0, 3899.0, 3890.0, 3900.0, 3880.0, 3889.0, 3934.0, 3904.0, 3913.0, 3913.0, 3902.0, 3945.0, 3924.0, 3923.0, 3933.0, 3901.0, 3910.0, 3898.0, 3898.0, 3966.0, 3921.0, 3888.0, 3909.0, 3897.0, 3940.0, 3897.0, 3886.0, 3919.0, 3896.0, 3853.0, 3874.0, 3886.0, 3906.0, 3877.0, 3877.0, 3889.0, 3900.0, 3868.0, 3889.0, 3901.0, 3941.0, 3911.0, 3881.0, 3922.0, 3912.0, 3920.0, 3911.0, 3890.0, 3944.0, 3902.0, 3890.0, 3932.0, 3901.0, 3953.0, 3923.0, 3889.0, 3889.0, 3899.0, 3930.0, 3899.0, 3909.0, 3932.0, 3901.0, 3942.0, 3900.0, 3909.0, 3908.0, 3876.0, 3908.0, 3887.0, 3897.0, 3877.0, 3888.0, 3922.0, 3901.0, 3889.0, 3898.0, 3898.0, 3942.0, 3923.0, 3877.0, 3899.0, 3911.0, 3955.0, 3910.0, 3899.0, 3931.0, 3910.0, 3897.0, 3884.0, 3884.0, 3928.0, 3920.0, 3886.0, 3917.0, 3897.0, 3884.0, 3895.0, 3894.0, 3951.0, 3895.0, 3874.0, 3886.0, 3885.0, 3916.0, 3895.0, 3874.0, 3905.0, 3896.0, 3876.0, 3877.0, 3900.0, 3920.0, 3889.0, 3899.0, 3942.0, 3910.0, 3889.0, 3896.0, 3898.0, 3927.0, 3897.0, 3909.0, 3897.0, 3897.0, 3918.0, 3899.0, 3940.0, 3895.0, 3886.0, 3909.0, 3888.0, 3879.0, 3878.0, 3911.0, 3921.0, 3914.0, 3934.0, 3923.0, 3891.0, 3933.0, 3899.0, 3941.0, 3921.0, 3931.0, 3909.0, 3899.0, 3929.0, 3877.0, 3896.0, 3956.0, 3913.0, 3890.0, 3922.0, 3912.0, 3899.0, 3941.0, 3920.0, 3900.0, 3943.0, 3908.0, 3886.0, 3874.0, 3885.0, 3888.0, 3919.0, 3910.0, 3889.0, 3898.0, 3887.0, 3888.0, 3918.0, 3886.0, 3878.0, 3877.0, 3877.0, 3889.0, 3888.0, 3889.0, 3890.0, 3921.0, 3899.0, 3900.0, 3889.0, 3878.0, 3889.0, 3931.0, 3889.0, 3902.0, 3932.0, 3914.0, 3913.0, 3923.0, 3900.0, 3942.0, 3911.0, 3919.0, 3932.0, 3901.0, 3931.0, 3900.0, 3879.0, 3890.0, 3902.0, 3931.0, 3913.0, 3891.0, 3891.0, 3902.0, 3933.0, 3914.0, 3943.0, 3935.0, 3902.0, 3891.0, 3902.0, 3931.0, 3903.0, 3924.0, 3923.0, 3902.0, 3943.0, 3913.0, 3954.0, 3934.0, 3900.0, 3933.0, 3898.0, 3941.0, 3897.0, 3907.0, 3920.0, 3888.0, 3907.0, 3887.0, 3896.0, 3887.0, 3887.0, 3908.0, 3887.0, 3921.0, 3880.0, 3880.0, 3902.0, 3923.0, 3932.0, 3936.0, 3902.0, 3945.0, 3900.0, 3932.0, 3889.0, 3898.0, 3965.0, 3909.0, 3940.0, 3897.0, 3874.0, 3895.0, 3886.0, 3951.0, 3886.0, 3875.0, 3886.0, 3898.0, 3941.0, 3908.0, 3897.0, 3928.0, 3876.0, 3884.0, 3906.0, 3896.0, 3928.0, 3907.0, 3888.0, 3906.0, 3898.0, 3887.0, 3877.0, 3896.0, 3917.0, 3899.0, 3889.0, 3889.0, 3890.0, 3900.0, 3914.0, 3911.0, 3902.0, 3903.0, 3923.0, 3914.0, 3912.0, 3892.0, 3911.0, 3958.0, 3925.0, 3934.0, 3913.0, 3888.0, 3931.0, 3919.0, 3975.0, 3933.0, 3889.0, 3909.0, 3897.0, 3964.0, 3931.0, 3899.0, 3930.0, 3911.0, 3895.0, 3886.0, 3908.0, 3964.0, 3919.0, 3885.0, 3908.0, 3894.0, 3927.0, 3906.0, 3885.0, 3915.0, 3894.0, 3875.0, 3872.0, 3893.0, 3926.0, 3907.0, 3885.0, 3885.0, 3897.0, 3875.0, 3875.0, 3897.0, 3926.0, 3896.0, 3887.0, 3876.0, 3888.0, 3908.0, 3900.0, 3899.0, 3909.0, 3911.0, 3947.0, 3916.0, 3912.0, 3913.0, 3891.0, 3890.0, 3901.0, 3932.0, 3879.0, 3900.0, 3902.0, 3892.0, 3906.0, 3905.0, 3957.0, 3924.0, 3935.0, 3934.0, 3947.0, 3979.0, 3913.0, 3935.0, 3901.0, 3899.0, 3952.0, 3921.0, 3974.0, 3898.0, 3919.0, 3896.0, 3897.0, 3950.0, 3929.0, 3949.0, 3885.0, 3884.0, 3894.0, 3884.0, 3937.0, 3894.0, 3884.0, 3873.0, 3885.0, 3894.0, 3863.0, 3897.0, 3906.0, 3898.0, 3885.0, 3876.0, 3887.0, 3896.0, 3897.0, 3898.0, 3900.0, 3911.0, 3890.0, 3890.0, 3924.0, 3943.0, 3924.0, 3913.0, 3934.0, 3911.0, 3943.0, 3911.0, 3930.0, 3910.0, 3900.0, 3920.0, 3910.0, 3888.0, 3887.0, 3898.0, 3953.0, 3922.0, 3909.0, 3899.0, 3898.0, 3930.0, 3910.0, 3917.0, 3895.0, 3887.0, 3897.0, 3898.0, 3887.0, 3889.0, 3909.0, 3941.0, 3922.0, 3899.0, 3930.0, 3910.0, 3907.0, 3897.0, 3900.0, 3953.0, 3899.0, 3887.0, 3887.0, 3897.0, 3940.0, 3919.0, 3888.0, 3881.0, 3868.0, 3870.0, 3870.0, 3896.0, 3897.0, 3887.0, 3898.0, 3899.0, 3898.0, 3900.0, 3943.0, 3920.0, 3899.0, 3910.0, 3888.0, 3909.0, 3954.0, 3919.0, 3886.0, 3927.0, 3875.0, 3884.0, 3916.0, 3874.0, 3874.0, 3874.0, 3887.0, 3865.0, 3865.0, 3899.0, 3905.0, 3897.0, 3918.0, 3855.0, 3888.0, 3888.0, 3899.0, 3889.0, 3892.0, 3903.0, 3934.0, 3923.0, 3920.0, 3900.0, 3914.0, 3945.0, 3914.0, 3932.0, 3899.0, 3910.0], 'WindowWidth': [8789.0, 8744.0, 8735.0, 8744.0, 8738.0, 8717.0, 8704.0, 8760.0, 8734.0, 8723.0, 8705.0, 8717.0, 8701.0, 8776.0, 8733.0, 8718.0, 8717.0, 8720.0, 8762.0, 8721.0, 8737.0, 8735.0, 8724.0, 8750.0, 8725.0, 8738.0, 8735.0, 8727.0, 8754.0, 8723.0, 8768.0, 8730.0, 8752.0, 8726.0, 8723.0, 8777.0, 8730.0, 8788.0, 8744.0, 8817.0, 8759.0, 8787.0, 8740.0, 8708.0, 8732.0, 8721.0, 8776.0, 8720.0, 8733.0, 8733.0, 8717.0, 8744.0, 8717.0, 8822.0, 8769.0, 8705.0, 8733.0, 8722.0, 8777.0, 8735.0, 8747.0, 8731.0, 8699.0, 8741.0, 8714.0, 8773.0, 8732.0, 8686.0, 8713.0, 8715.0, 8756.0, 8713.0, 8731.0, 8729.0, 8705.0, 8743.0, 8719.0, 8757.0, 8717.0, 8717.0, 8746.0, 8718.0, 8703.0, 8727.0, 8705.0, 8760.0, 8720.0, 8719.0, 8736.0, 8702.0, 8758.0, 8716.0, 8802.0, 8763.0, 8718.0, 8731.0, 8701.0, 8758.0, 8714.0, 8783.0, 8730.0, 8705.0, 8728.0, 8715.0, 8711.0, 8745.0, 8718.0, 8774.0, 8732.0, 8726.0, 8728.0, 8733.0, 8799.0, 8729.0, 8709.0, 8725.0, 8701.0, 8773.0, 8728.0, 8696.0, 8727.0, 8697.0, 8739.0, 8713.0, 8727.0, 8757.0, 8717.0, 8757.0, 8714.0, 8712.0, 8727.0, 8711.0, 8778.0, 8717.0, 8696.0, 8714.0, 8696.0, 8757.0, 8718.0, 8702.0, 8731.0, 8719.0, 8760.0, 8721.0, 8705.0, 8764.0, 8722.0, 8779.0, 8723.0, 8791.0, 8749.0, 8732.0, 8730.0, 8716.0, 8741.0, 8716.0, 8770.0, 8733.0, 8700.0, 8728.0, 8719.0, 8715.0, 8732.0, 8706.0, 8798.0, 8755.0, 8727.0, 8753.0, 8727.0, 8795.0, 8775.0, 8752.0, 8752.0, 8717.0, 8781.0, 8726.0, 8814.0, 8757.0, 8695.0, 8709.0, 8712.0, 8735.0, 8730.0, 8695.0, 8755.0, 8720.0, 8694.0, 8735.0, 8711.0, 8723.0, 8722.0, 8694.0, 8733.0, 8704.0, 8693.0, 8756.0, 8739.0, 8695.0, 8725.0, 8710.0, 8754.0, 8728.0, 8711.0, 8741.0, 8710.0, 8710.0, 8723.0, 8698.0, 8725.0, 8725.0, 8697.0, 8706.0, 8708.0, 8697.0, 8741.0, 8718.0, 8702.0, 8731.0, 8700.0, 8757.0, 8733.0, 8702.0, 8728.0, 8718.0, 8760.0, 8719.0, 8739.0, 8763.0, 8700.0, 8762.0, 8719.0, 8778.0, 8730.0, 8725.0, 8728.0, 8714.0, 8714.0, 8717.0, 8732.0, 8723.0, 8730.0, 8787.0, 8757.0, 8725.0, 8735.0, 8720.0, 8804.0, 8739.0, 8724.0, 8749.0, 8719.0, 8764.0, 8732.0, 8802.0, 8732.0, 8688.0, 8759.0, 8715.0, 8757.0, 8748.0, 8698.0, 8759.0, 8711.0, 8696.0, 8738.0, 8711.0, 8726.0, 8711.0, 8713.0, 8725.0, 8707.0, 8678.0, 8776.0, 8726.0, 8701.0, 8728.0, 8713.0, 8699.0, 8753.0, 8729.0, 8685.0, 8715.0, 8716.0, 8742.0, 8726.0, 8715.0, 8795.0, 8730.0, 8697.0, 8746.0, 8752.0, 8796.0, 8747.0, 8708.0, 8721.0, 8709.0, 8711.0, 8729.0, 8707.0, 8778.0, 8757.0, 8740.0, 8764.0, 8717.0, 8738.0, 8744.0, 8712.0, 8777.0, 8712.0, 8713.0, 8727.0, 8695.0, 8777.0, 8715.0, 8705.0, 8715.0, 8719.0, 8745.0, 8714.0, 8792.0, 8709.0, 8709.0, 8711.0, 8741.0, 8798.0, 8742.0, 8731.0, 8787.0, 8743.0, 8782.0, 8738.0, 8762.0, 8735.0, 8737.0, 8767.0, 8731.0, 8761.0, 8731.0, 8725.0, 8740.0, 8712.0, 8796.0, 8697.0, 8698.0, 8726.0, 8709.0, 8767.0, 8710.0, 8710.0, 8730.0, 8719.0, 8701.0, 8713.0, 8699.0, 8770.0, 8727.0, 8746.0, 8716.0, 8736.0, 8777.0, 8747.0, 8744.0, 8780.0, 8732.0, 8718.0, 8731.0, 8712.0, 8776.0, 8730.0, 8731.0, 8763.0, 8717.0, 8700.0, 8708.0, 8670.0, 8750.0, 8723.0, 8707.0, 8680.0, 8710.0, 8695.0, 8759.0, 8730.0, 8700.0, 8727.0, 8698.0, 8742.0, 8712.0, 8718.0, 8788.0, 8727.0, 8697.0, 8754.0, 8694.0, 8796.0, 8739.0, 8737.0, 8705.0, 8689.0, 8699.0, 8691.0, 8692.0, 8705.0, 8677.0, 8754.0, 8699.0, 8701.0, 8716.0, 8720.0, 8759.0, 8717.0, 8761.0, 8736.0, 8727.0, 8738.0, 8712.0, 8722.0, 8791.0, 8751.0, 8760.0, 8761.0, 8744.0, 8807.0, 8777.0, 8775.0, 8789.0, 8741.0, 8750.0, 8733.0, 8730.0, 8845.0, 8768.0, 8720.0, 8748.0, 8727.0, 8796.0, 8730.0, 8712.0, 8761.0, 8726.0, 8664.0, 8692.0, 8712.0, 8738.0, 8702.0, 8703.0, 8723.0, 8739.0, 8694.0, 8724.0, 8740.0, 8794.0, 8754.0, 8714.0, 8772.0, 8758.0, 8766.0, 8753.0, 8724.0, 8805.0, 8743.0, 8726.0, 8784.0, 8741.0, 8820.0, 8774.0, 8722.0, 8724.0, 8736.0, 8779.0, 8736.0, 8748.0, 8785.0, 8740.0, 8801.0, 8739.0, 8748.0, 8747.0, 8700.0, 8744.0, 8717.0, 8728.0, 8703.0, 8720.0, 8770.0, 8742.0, 8724.0, 8734.0, 8734.0, 8801.0, 8773.0, 8704.0, 8736.0, 8754.0, 8826.0, 8753.0, 8739.0, 8783.0, 8750.0, 8729.0, 8708.0, 8707.0, 8777.0, 8763.0, 8713.0, 8758.0, 8728.0, 8708.0, 8723.0, 8718.0, 8817.0, 8723.0, 8691.0, 8712.0, 8707.0, 8752.0, 8723.0, 8692.0, 8736.0, 8726.0, 8702.0, 8704.0, 8738.0, 8768.0, 8724.0, 8736.0, 8797.0, 8751.0, 8723.0, 8727.0, 8731.0, 8771.0, 8729.0, 8749.0, 8728.0, 8731.0, 8759.0, 8736.0, 8793.0, 8726.0, 8714.0, 8750.0, 8721.0, 8710.0, 8707.0, 8755.0, 8768.0, 8763.0, 8791.0, 8775.0, 8729.0, 8787.0, 8737.0, 8801.0, 8769.0, 8783.0, 8749.0, 8736.0, 8777.0, 8702.0, 8727.0, 8827.0, 8761.0, 8722.0, 8770.0, 8756.0, 8734.0, 8796.0, 8764.0, 8738.0, 8804.0, 8744.0, 8712.0, 8694.0, 8709.0, 8716.0, 8759.0, 8751.0, 8719.0, 8732.0, 8716.0, 8719.0, 8757.0, 8712.0, 8704.0, 8703.0, 8703.0, 8720.0, 8720.0, 8723.0, 8724.0, 8768.0, 8735.0, 8736.0, 8721.0, 8706.0, 8720.0, 8781.0, 8720.0, 8743.0, 8786.0, 8764.0, 8760.0, 8773.0, 8737.0, 8800.0, 8752.0, 8760.0, 8783.0, 8739.0, 8783.0, 8738.0, 8708.0, 8723.0, 8743.0, 8780.0, 8762.0, 8727.0, 8728.0, 8743.0, 8785.0, 8763.0, 8803.0, 8793.0, 8743.0, 8729.0, 8745.0, 8783.0, 8748.0, 8777.0, 8775.0, 8745.0, 8803.0, 8760.0, 8820.0, 8793.0, 8740.0, 8788.0, 8733.0, 8797.0, 8730.0, 8742.0, 8766.0, 8717.0, 8742.0, 8715.0, 8727.0, 8718.0, 8715.0, 8744.0, 8718.0, 8768.0, 8714.0, 8715.0, 8746.0, 8776.0, 8786.0, 8799.0, 8746.0, 8810.0, 8739.0, 8785.0, 8722.0, 8731.0, 8843.0, 8749.0, 8794.0, 8728.0, 8693.0, 8723.0, 8712.0, 8814.0, 8713.0, 8698.0, 8713.0, 8735.0, 8795.0, 8747.0, 8728.0, 8775.0, 8699.0, 8708.0, 8739.0, 8725.0, 8773.0, 8744.0, 8716.0, 8742.0, 8731.0, 8717.0, 8704.0, 8726.0, 8754.0, 8736.0, 8721.0, 8725.0, 8726.0, 8740.0, 8765.0, 8757.0, 8746.0, 8750.0, 8777.0, 8767.0, 8762.0, 8734.0, 8758.0, 8830.0, 8783.0, 8794.0, 8761.0, 8723.0, 8783.0, 8764.0, 8861.0, 8790.0, 8723.0, 8751.0, 8730.0, 8839.0, 8787.0, 8740.0, 8783.0, 8757.0, 8727.0, 8712.0, 8748.0, 8844.0, 8762.0, 8709.0, 8744.0, 8721.0, 8775.0, 8738.0, 8711.0, 8752.0, 8722.0, 8694.0, 8689.0, 8719.0, 8770.0, 8744.0, 8708.0, 8709.0, 8730.0, 8698.0, 8698.0, 8730.0, 8767.0, 8727.0, 8715.0, 8702.0, 8722.0, 8747.0, 8740.0, 8736.0, 8749.0, 8755.0, 8814.0, 8772.0, 8760.0, 8760.0, 8729.0, 8727.0, 8742.0, 8785.0, 8711.0, 8741.0, 8746.0, 8735.0, 8762.0, 8758.0, 8829.0, 8782.0, 8795.0, 8792.0, 8815.0, 8866.0, 8763.0, 8795.0, 8743.0, 8736.0, 8818.0, 8770.0, 8854.0, 8735.0, 8762.0, 8730.0, 8730.0, 8812.0, 8777.0, 8807.0, 8713.0, 8708.0, 8722.0, 8707.0, 8786.0, 8722.0, 8707.0, 8692.0, 8710.0, 8722.0, 8680.0, 8730.0, 8739.0, 8730.0, 8712.0, 8702.0, 8718.0, 8728.0, 8732.0, 8732.0, 8740.0, 8755.0, 8728.0, 8728.0, 8778.0, 8801.0, 8780.0, 8763.0, 8791.0, 8755.0, 8803.0, 8756.0, 8782.0, 8752.0, 8740.0, 8767.0, 8752.0, 8721.0, 8719.0, 8732.0, 8821.0, 8772.0, 8750.0, 8736.0, 8733.0, 8781.0, 8751.0, 8758.0, 8726.0, 8716.0, 8730.0, 8734.0, 8720.0, 8725.0, 8749.0, 8798.0, 8774.0, 8738.0, 8782.0, 8752.0, 8745.0, 8731.0, 8738.0, 8820.0, 8734.0, 8717.0, 8716.0, 8730.0, 8798.0, 8763.0, 8719.0, 8700.0, 8675.0, 8679.0, 8683.0, 8728.0, 8731.0, 8719.0, 8736.0, 8737.0, 8735.0, 8739.0, 8803.0, 8767.0, 8736.0, 8753.0, 8720.0, 8749.0, 8824.0, 8764.0, 8713.0, 8772.0, 8695.0, 8708.0, 8753.0, 8695.0, 8695.0, 8697.0, 8716.0, 8684.0, 8684.0, 8735.0, 8740.0, 8731.0, 8759.0, 8673.0, 8721.0, 8721.0, 8739.0, 8723.0, 8734.0, 8750.0, 8791.0, 8774.0, 8765.0, 8740.0, 8765.0, 8812.0, 8762.0, 8786.0, 8737.0, 8751.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.0013451150054764511</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04151649277108434</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.05178947187497</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1486905169956143</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9631928993969293</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4927</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3560.3882</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1520740013619191</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>223</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>24.424972617743702</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6020042525595786</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5808343930135678</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.880067294970208</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3451110696949593</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00766389</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0015885360771790147</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021548783406615257</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.7985749642589366</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>20.9386</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.4409</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.999</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299564.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>859.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.9531</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0515</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.5926</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3082.9058</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3280.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76980.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>989.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4064.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.4761</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.404377274680883</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> |