=== 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-0103 --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-0103",
"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-0103_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-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0103/figures/sub-0103_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-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103/ses-02/func/sub-0103_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>a293ba77c2da84458ab1384d473288c8</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>21:28:54.670000</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.999172, -0.00408363, 0.0404816, 0.00994044, 0.9893, -0.145554]</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.0816062</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>[4229, -7749, -7234, 226, -153, -253, -87, 49]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.744</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1c28fc50-e333-4c49-8ae9-ccc623b8382a||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.6807053089141846, 0.026669465005397797, 0.1065259724855423, 102.82587432861328], [0.010956082493066788, 2.6542205810546875, -0.39375755190849304, -90.80953216552734], [0.1086091622710228, 0.3905114233493805, 2.669008493423462, -97.28569030761719], [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': ['212854.670000', '212855.130000', '212855.590000', '212856.050000', '212856.510000', '212856.970000', '212857.430000', '212857.890000', '212858.350000', '212858.810000', '212859.270000', '212859.730000', '212900.190000', '212900.650000', '212901.110000', '212901.570000', '212902.030000', '212902.490000', '212902.950000', '212903.410000', '212903.870000', '212904.330000', '212904.790000', '212905.250000', '212905.710000', '212906.170000', '212906.630000', '212907.090000', '212907.550000', '212908.010000', '212908.470000', '212908.930000', '212909.390000', '212909.850000', '212910.310000', '212910.770000', '212911.230000', '212911.690000', '212912.150000', '212912.610000', '212913.070000', '212913.530000', '212913.990000', '212914.450000', '212914.910000', '212915.370000', '212915.830000', '212916.290000', '212916.750000', '212917.210000', '212917.670000', '212918.130000', '212918.590000', '212919.050000', '212919.510000', '212919.970000', '212920.430000', '212920.890000', '212921.350000', '212921.810000', '212922.270000', '212922.730000', '212923.190000', '212923.650000', '212924.110000', '212924.570000', '212925.030000', '212925.490000', '212925.950000', '212926.410000', '212926.870000', '212927.330000', '212927.790000', '212928.250000', '212928.710000', '212929.170000', '212929.630000', '212930.090000', '212930.550000', '212931.010000', '212931.470000', '212931.930000', '212932.390000', '212932.850000', '212933.310000', '212933.770000', '212934.230000', '212934.690000', '212935.150000', '212935.610000', '212936.070000', '212936.530000', '212936.990000', '212937.450000', '212937.910000', '212938.370000', '212938.830000', '212939.290000', '212939.750000', '212940.210000', '212940.670000', '212941.130000', '212941.590000', '212942.050000', '212942.510000', '212942.970000', '212943.430000', '212943.890000', '212944.350000', '212944.810000', '212945.270000', '212945.730000', '212946.190000', '212946.650000', '212947.110000', '212947.570000', '212948.030000', '212948.490000', '212948.950000', '212949.410000', '212949.870000', '212950.330000', '212950.790000', '212951.250000', '212951.710000', '212952.170000', '212952.630000', '212953.090000', '212953.550000', '212954.010000', '212954.470000', '212954.930000', '212955.390000', '212955.850000', '212956.310000', '212956.770000', '212957.230000', '212957.690000', '212958.150000', '212958.610000', '212959.070000', '212959.530000', '212959.990000', '213000.450000', '213000.910000', '213001.370000', '213001.830000', '213002.290000', '213002.750000', '213003.210000', '213003.670000', '213004.130000', '213004.590000', '213005.050000', '213005.510000', '213005.970000', '213006.430000', '213006.890000', '213007.350000', '213007.810000', '213008.270000', '213008.730000', '213009.190000', '213009.650000', '213010.110000', '213010.570000', '213011.030000', '213011.490000', '213011.950000', '213012.410000', '213012.870000', '213013.330000', '213013.790000', '213014.250000', '213014.710000', '213015.170000', '213015.630000', '213016.090000', '213016.550000', '213017.010000', '213017.470000', '213017.930000', '213018.390000', '213018.850000', '213019.310000', '213019.770000', '213020.230000', '213020.690000', '213021.150000', '213021.610000', '213022.070000', '213022.530000', '213022.990000', '213023.450000', '213023.910000', '213024.370000', '213024.830000', '213025.290000', '213025.750000', '213026.210000', '213026.670000', '213027.130000', '213027.590000', '213028.050000', '213028.510000', '213028.970000', '213029.430000', '213029.890000', '213030.350000', '213030.810000', '213031.270000', '213031.730000', '213032.190000', '213032.650000', '213033.110000', '213033.570000', '213034.030000', '213034.490000', '213034.950000', '213035.410000', '213035.870000', '213036.330000', '213036.790000', '213037.250000', '213037.710000', '213038.170000', '213038.630000', '213039.090000', '213039.550000', '213040.010000', '213040.470000', '213040.930000', '213041.390000', '213041.850000', '213042.310000', '213042.770000', '213043.230000', '213043.690000', '213044.150000', '213044.610000', '213045.070000', '213045.530000', '213045.990000', '213046.450000', '213046.910000', '213047.370000', '213047.830000', '213048.290000', '213048.750000', '213049.210000', '213049.670000', '213050.130000', '213050.590000', '213051.050000', '213051.510000', '213051.970000', '213052.430000', '213052.890000', '213053.350000', '213053.810000', '213054.270000', '213054.730000', '213055.190000', '213055.650000', '213056.110000', '213056.570000', '213057.030000', '213057.490000', '213057.950000', '213058.410000', '213058.870000', '213059.330000', '213059.790000', '213100.250000', '213100.710000', '213101.170000', '213101.630000', '213102.090000', '213102.550000', '213103.010000', '213103.470000', '213103.930000', '213104.390000', '213104.850000', '213105.310000', '213105.770000', '213106.230000', '213106.690000', '213107.150000', '213107.610000', '213108.070000', '213108.530000', '213108.990000', '213109.450000', '213109.910000', '213110.370000', '213110.830000', '213111.290000', '213111.750000', '213112.210000', '213112.670000', '213113.130000', '213113.590000', '213114.050000', '213114.510000', '213114.970000', '213115.430000', '213115.890000', '213116.350000', '213116.810000', '213117.270000', '213117.730000', '213118.190000', '213118.650000', '213119.110000', '213119.570000', '213120.030000', '213120.490000', '213120.950000', '213121.410000', '213121.870000', '213122.330000', '213122.790000', '213123.250000', '213123.710000', '213124.170000', '213124.630000', '213125.090000', '213125.550000', '213126.010000', '213126.470000', '213126.930000', '213127.390000', '213127.850000', '213128.310000', '213128.770000', '213129.230000', '213129.690000', '213130.150000', '213130.610000', '213131.070000', '213131.530000', '213131.990000', '213132.450000', '213132.910000', '213133.370000', '213133.830000', '213134.290000', '213134.750000', '213135.210000', '213135.670000', '213136.130000', '213136.590000', '213137.050000', '213137.510000', '213137.970000', '213138.430000', '213138.890000', '213139.350000', '213139.810000', '213140.270000', '213140.730000', '213141.190000', '213141.650000', '213142.110000', '213142.570000', '213143.030000', '213143.490000', '213143.950000', '213144.410000', '213144.870000', '213145.330000', '213145.790000', '213146.250000', '213146.710000', '213147.170000', '213147.630000', '213148.090000', '213148.550000', '213149.010000', '213149.470000', '213149.930000', '213150.390000', '213150.850000', '213151.310000', '213151.770000', '213152.230000', '213152.690000', '213153.150000', '213153.610000', '213154.070000', '213154.530000', '213154.990000', '213155.450000', '213155.910000', '213156.370000', '213156.830000', '213157.290000', '213157.750000', '213158.210000', '213158.670000', '213159.130000', '213159.590000', '213200.050000', '213200.510000', '213200.970000', '213201.430000', '213201.890000', '213202.350000', '213202.810000', '213203.270000', '213203.730000', '213204.190000', '213204.650000', '213205.110000', '213205.570000', '213206.030000', '213206.490000', '213206.950000', '213207.410000', '213207.870000', '213208.330000', '213208.790000', '213209.250000', '213209.710000', '213210.170000', '213210.630000', '213211.090000', '213211.550000', '213212.010000', '213212.470000', '213212.930000', '213213.390000', '213213.850000', '213214.310000', '213214.770000', '213215.230000', '213215.690000', '213216.150000', '213216.610000', '213217.070000', '213217.530000', '213217.990000', '213218.450000', '213218.910000', '213219.370000', '213219.830000', '213220.290000', '213220.750000', '213221.210000', '213221.670000', '213222.130000', '213222.590000', '213223.050000', '213223.510000', '213223.970000', '213224.430000', '213224.890000', '213225.350000', '213225.810000', '213226.270000', '213226.730000', '213227.190000', '213227.650000', '213228.110000', '213228.570000', '213229.030000', '213229.490000', '213229.950000', '213230.410000', '213230.870000', '213231.330000', '213231.790000', '213232.250000', '213232.710000', '213233.170000', '213233.630000', '213234.090000', '213234.550000', '213235.010000', '213235.470000', '213235.930000', '213236.390000', '213236.850000', '213237.310000', '213237.770000', '213238.230000', '213238.690000', '213239.150000', '213239.610000', '213240.070000', '213240.530000', '213240.990000', '213241.450000', '213241.910000', '213242.370000', '213242.830000', '213243.290000', '213243.750000', '213244.210000', '213244.670000', '213245.130000', '213245.590000', '213246.050000', '213246.510000', '213246.970000', '213247.430000', '213247.890000', '213248.350000', '213248.810000', '213249.270000', '213249.730000', '213250.190000', '213250.650000', '213251.110000', '213251.570000', '213252.030000', '213252.490000', '213252.950000', '213253.410000', '213253.870000', '213254.330000', '213254.790000', '213255.250000', '213255.710000', '213256.170000', '213256.630000', '213257.090000', '213257.550000', '213258.010000', '213258.470000', '213258.930000', '213259.390000', '213259.850000', '213300.310000', '213300.770000', '213301.230000', '213301.690000', '213302.150000', '213302.610000', '213303.070000', '213303.530000', '213303.990000', '213304.450000', '213304.910000', '213305.370000', '213305.830000', '213306.290000', '213306.750000', '213307.210000', '213307.670000', '213308.130000', '213308.590000', '213309.050000', '213309.510000', '213309.970000', '213310.430000', '213310.890000', '213311.350000', '213311.810000', '213312.270000', '213312.730000', '213313.190000', '213313.650000', '213314.110000', '213314.570000', '213315.030000', '213315.490000', '213315.950000', '213316.410000', '213316.870000', '213317.330000', '213317.790000', '213318.250000', '213318.710000', '213319.170000', '213319.630000', '213320.090000', '213320.550000', '213321.010000', '213321.470000', '213321.930000', '213322.390000', '213322.850000', '213323.310000', '213323.770000', '213324.230000', '213324.690000', '213325.150000', '213325.610000', '213326.070000', '213326.530000', '213326.990000', '213327.450000', '213327.910000', '213328.370000', '213328.830000', '213329.290000', '213329.750000', '213330.210000', '213330.670000', '213331.130000', '213331.590000', '213332.050000', '213332.510000', '213332.970000', '213333.430000', '213333.890000', '213334.350000', '213334.810000', '213335.270000', '213335.730000', '213336.190000', '213336.650000', '213337.110000', '213337.570000', '213338.030000', '213338.490000', '213338.950000', '213339.410000', '213339.870000', '213340.330000', '213340.790000', '213341.250000', '213341.710000', '213342.170000', '213342.630000', '213343.090000', '213343.550000', '213344.010000', '213344.470000', '213344.930000', '213345.390000', '213345.850000', '213346.310000', '213346.770000', '213347.230000', '213347.690000', '213348.150000', '213348.610000', '213349.070000', '213349.530000', '213349.990000', '213350.450000', '213350.910000', '213351.370000', '213351.830000', '213352.290000', '213352.750000', '213353.210000', '213353.670000', '213354.130000', '213354.590000', '213355.050000', '213355.510000', '213355.970000', '213356.430000', '213356.890000', '213357.350000', '213357.810000', '213358.270000', '213358.730000', '213359.190000', '213359.650000', '213400.110000', '213400.570000', '213401.030000', '213401.490000', '213401.950000', '213402.410000', '213402.870000', '213403.330000', '213403.790000', '213404.250000', '213404.710000', '213405.170000', '213405.630000', '213406.090000', '213406.550000', '213407.010000', '213407.470000', '213407.930000', '213408.390000', '213408.850000', '213409.310000', '213409.770000', '213410.230000', '213410.690000', '213411.150000', '213411.610000', '213412.070000', '213412.530000', '213412.990000', '213413.450000', '213413.910000', '213414.370000', '213414.830000', '213415.290000', '213415.750000', '213416.210000', '213416.670000', '213417.130000', '213417.590000', '213418.050000', '213418.510000', '213418.970000', '213419.430000', '213419.890000', '213420.350000', '213420.810000', '213421.270000', '213421.730000', '213422.190000', '213422.650000', '213423.110000', '213423.570000', '213424.030000', '213424.490000', '213424.950000', '213425.410000', '213425.870000', '213426.330000', '213426.790000', '213427.250000', '213427.710000', '213428.170000', '213428.630000', '213429.090000', '213429.550000', '213430.010000', '213430.470000', '213430.930000', '213431.390000', '213431.850000', '213432.310000', '213432.770000', '213433.230000', '213433.690000', '213434.150000', '213434.610000', '213435.070000', '213435.530000', '213435.990000', '213436.450000', '213436.910000', '213437.370000', '213437.830000', '213438.290000', '213438.750000', '213439.210000', '213439.670000', '213440.130000', '213440.590000', '213441.050000', '213441.510000', '213441.970000', '213442.430000', '213442.890000', '213443.350000', '213443.810000', '213444.270000', '213444.730000', '213445.190000', '213445.650000', '213446.110000', '213446.570000', '213447.030000', '213447.490000', '213447.950000', '213448.410000', '213448.870000', '213449.330000', '213449.790000', '213450.250000', '213450.710000', '213451.170000', '213451.630000', '213452.090000', '213452.550000', '213453.010000', '213453.470000', '213453.930000', '213454.390000', '213454.850000', '213455.310000', '213455.770000', '213456.230000', '213456.690000', '213457.150000', '213457.610000', '213458.070000', '213458.530000', '213458.990000', '213459.450000', '213459.910000', '213500.370000', '213500.830000', '213501.290000', '213501.750000', '213502.210000', '213502.670000', '213503.130000', '213503.590000', '213504.050000', '213504.510000', '213504.970000', '213505.430000', '213505.890000', '213506.350000', '213506.810000', '213507.270000', '213507.730000', '213508.190000', '213508.650000', '213509.110000', '213509.570000', '213510.030000', '213510.490000', '213510.950000', '213511.410000', '213511.870000', '213512.330000', '213512.790000', '213513.250000', '213513.710000', '213514.170000', '213514.630000', '213515.090000', '213515.550000', '213516.010000', '213516.470000', '213516.930000', '213517.390000', '213517.850000', '213518.310000', '213518.770000', '213519.230000', '213519.690000', '213520.150000', '213520.610000', '213521.070000', '213521.530000', '213521.990000', '213522.450000', '213522.910000', '213523.370000', '213523.830000', '213524.290000', '213524.750000', '213525.210000', '213525.670000', '213526.130000', '213526.590000', '213527.050000', '213527.510000', '213527.970000', '213528.430000', '213528.890000', '213529.350000', '213529.810000', '213530.270000', '213530.730000', '213531.190000', '213531.650000', '213532.110000', '213532.570000', '213533.030000', '213533.490000', '213533.950000', '213534.410000', '213534.870000', '213535.330000', '213535.790000', '213536.250000', '213536.710000', '213537.170000', '213537.630000', '213538.090000', '213538.550000', '213539.010000', '213539.470000', '213539.930000', '213540.390000', '213540.850000', '213541.310000', '213541.770000', '213542.230000', '213542.690000', '213543.150000', '213543.610000', '213544.070000', '213544.530000', '213544.990000', '213545.450000', '213545.910000', '213546.370000', '213546.830000', '213547.290000', '213547.750000', '213548.210000', '213548.670000', '213549.130000', '213549.590000', '213550.050000', '213550.510000', '213550.970000', '213551.430000', '213551.890000', '213552.350000', '213552.810000', '213553.270000', '213553.730000', '213554.190000', '213554.650000'], 'ContentTime': ['212913.140000', '212913.143000', '212913.146000', '212913.149000', '212913.152000', '212913.155000', '212913.157000', '212913.160000', '212913.168000', '212913.170000', '212913.173000', '212913.175000', '212913.178000', '212913.181000', '212913.183000', '212913.186000', '212913.188000', '212913.191000', '212913.194000', '212913.196000', '212913.199000', '212913.201000', '212913.204000', '212913.206000', '212913.209000', '212913.215000', '212913.218000', '212913.220000', '212913.223000', '212913.226000', '212913.228000', '212913.231000', '212913.233000', '212913.236000', '212913.239000', '212913.241000', '212913.244000', '212913.246000', '212913.249000', '212933.115000', '212933.118000', '212933.120000', '212933.124000', '212933.127000', '212933.130000', '212933.132000', '212933.135000', '212933.138000', '212933.140000', '212933.143000', '212933.146000', '212933.148000', '212933.151000', '212933.154000', '212933.156000', '212933.159000', '212933.161000', '212933.164000', '212933.167000', '212933.169000', '212933.172000', '212933.174000', '212933.177000', '212933.180000', '212933.182000', '212933.185000', '212933.188000', '212933.190000', '212933.193000', '212933.196000', '212933.198000', '212933.201000', '212933.203000', '212933.206000', '212933.208000', '212933.230000', '212933.233000', '212933.236000', '212933.238000', '212933.241000', '212933.243000', '212933.246000', '212953.114000', '212953.117000', '212953.124000', '212953.127000', '212953.130000', '212953.132000', '212953.135000', '212953.137000', '212953.140000', '212953.143000', '212953.145000', '212953.148000', '212953.150000', '212953.153000', '212953.155000', '212953.158000', '212953.161000', '212953.163000', '212953.166000', '212953.169000', '212953.171000', '212953.174000', '212953.176000', '212953.179000', '212953.182000', '212953.184000', '212953.187000', '212953.190000', '212953.192000', '212953.195000', '212953.197000', '212953.200000', '212953.203000', '212953.205000', '212953.208000', '212953.210000', '212953.213000', '212953.216000', '212953.218000', '212953.221000', '212953.223000', '212953.226000', '212953.229000', '212953.231000', '213013.113000', '213013.116000', '213013.119000', '213013.122000', '213013.124000', '213013.127000', '213013.129000', '213013.132000', '213013.135000', '213013.137000', '213013.140000', '213013.142000', '213013.145000', '213013.148000', '213013.162000', '213013.164000', '213013.167000', '213013.170000', '213013.172000', '213013.175000', '213013.177000', '213013.180000', '213013.182000', '213013.185000', '213013.188000', '213013.190000', '213013.193000', '213013.196000', '213013.198000', '213013.201000', '213013.204000', '213013.206000', '213013.209000', '213013.211000', '213013.214000', '213013.217000', '213013.219000', '213013.222000', '213013.224000', '213013.227000', '213013.229000', '213013.232000', '213013.235000', '213033.114000', '213033.117000', '213033.120000', '213033.123000', '213033.125000', '213033.128000', '213033.131000', '213033.133000', '213033.136000', '213033.138000', '213033.141000', '213033.144000', '213033.146000', '213033.149000', '213033.151000', '213033.154000', '213033.157000', '213033.159000', '213033.162000', '213033.165000', '213033.167000', '213033.170000', '213033.173000', '213033.175000', '213033.178000', '213033.180000', '213033.183000', '213033.186000', '213033.188000', '213033.191000', '213033.194000', '213033.196000', '213033.199000', '213033.201000', '213033.204000', '213033.207000', '213033.209000', '213033.221000', '213033.224000', '213033.227000', '213033.229000', '213033.232000', '213033.235000', '213033.237000', '213053.114000', '213053.117000', '213053.120000', '213053.122000', '213053.125000', '213053.128000', '213053.130000', '213053.133000', '213053.136000', '213053.138000', '213053.141000', '213053.144000', '213053.146000', '213053.149000', '213053.151000', '213053.154000', '213053.157000', '213053.159000', '213053.162000', '213053.164000', '213053.167000', '213053.170000', '213053.172000', '213053.175000', '213053.177000', '213053.180000', '213053.183000', '213053.185000', '213053.188000', '213053.191000', '213053.193000', '213053.196000', '213053.198000', '213053.201000', '213053.203000', '213053.206000', '213053.209000', '213053.211000', '213053.214000', '213053.216000', '213053.219000', '213053.222000', '213053.224000', '213113.114000', '213113.117000', '213113.120000', '213113.123000', '213113.125000', '213113.128000', '213113.131000', '213113.133000', '213113.136000', '213113.138000', '213113.141000', '213113.144000', '213113.146000', '213113.149000', '213113.152000', '213113.155000', '213113.158000', '213113.161000', '213113.163000', '213113.166000', '213113.169000', '213113.171000', '213113.174000', '213113.176000', '213113.179000', '213113.182000', '213113.184000', '213113.187000', '213113.189000', '213113.192000', '213113.195000', '213113.197000', '213113.200000', '213113.203000', '213113.205000', '213113.208000', '213113.211000', '213113.213000', '213113.216000', '213113.219000', '213113.221000', '213113.224000', '213113.227000', '213113.229000', '213133.114000', '213133.117000', '213133.120000', '213133.123000', '213133.125000', '213133.128000', '213133.130000', '213133.133000', '213133.136000', '213133.138000', '213133.141000', '213133.144000', '213133.146000', '213133.149000', '213133.151000', '213133.154000', '213133.157000', '213133.159000', '213133.162000', '213133.165000', '213133.167000', '213133.170000', '213133.172000', '213133.175000', '213133.178000', '213133.180000', '213133.183000', '213133.186000', '213133.189000', '213133.191000', '213133.194000', '213133.196000', '213133.199000', '213133.202000', '213133.204000', '213133.207000', '213133.210000', '213133.212000', '213133.215000', '213133.238000', '213133.241000', '213133.243000', '213133.246000', '213153.115000', '213153.117000', '213153.120000', '213153.123000', '213153.126000', '213153.128000', '213153.131000', '213153.133000', '213153.137000', '213153.140000', '213153.143000', '213153.146000', '213153.148000', '213153.151000', '213153.153000', '213153.156000', '213153.159000', '213153.161000', '213153.164000', '213153.166000', '213153.169000', '213153.172000', '213153.174000', '213153.177000', '213153.180000', '213153.182000', '213153.185000', '213153.187000', '213153.190000', '213153.193000', '213153.195000', '213153.198000', '213153.201000', '213153.203000', '213153.206000', '213153.208000', '213153.211000', '213153.214000', '213153.216000', '213153.219000', '213153.222000', '213153.224000', '213153.227000', '213213.114000', '213213.117000', '213213.120000', '213213.123000', '213213.125000', '213213.128000', '213213.130000', '213213.133000', '213213.136000', '213213.138000', '213213.141000', '213213.143000', '213213.146000', '213213.149000', '213213.151000', '213213.154000', '213213.157000', '213213.159000', '213213.162000', '213213.165000', '213213.167000', '213213.170000', '213213.172000', '213213.175000', '213213.178000', '213213.180000', '213213.183000', '213213.185000', '213213.188000', '213213.191000', '213213.193000', '213213.196000', '213213.199000', '213213.201000', '213213.204000', '213213.207000', '213213.209000', '213213.212000', '213213.214000', '213213.217000', '213213.220000', '213213.223000', '213213.225000', '213213.228000', '213233.114000', '213233.117000', '213233.120000', '213233.122000', '213233.125000', '213233.128000', '213233.130000', '213233.133000', '213233.135000', '213233.139000', '213233.141000', '213233.144000', '213233.147000', '213233.150000', '213233.153000', '213233.158000', '213233.161000', '213233.163000', '213233.166000', '213233.169000', '213233.171000', '213233.174000', '213233.176000', '213233.179000', '213233.182000', '213233.184000', '213233.187000', '213233.191000', '213233.194000', '213233.196000', '213233.199000', '213233.202000', '213233.204000', '213233.207000', '213233.209000', '213233.212000', '213233.215000', '213233.217000', '213233.220000', '213233.223000', '213233.225000', '213233.228000', '213233.230000', '213253.114000', '213253.117000', '213253.120000', '213253.123000', '213253.125000', '213253.128000', '213253.131000', '213253.133000', '213253.136000', '213253.138000', '213253.141000', '213253.144000', '213253.146000', '213253.149000', '213253.151000', '213253.154000', '213253.157000', '213253.159000', '213253.162000', '213253.164000', '213253.167000', '213253.170000', '213253.172000', '213253.175000', '213253.177000', '213253.180000', '213253.183000', '213253.185000', '213253.188000', '213253.191000', '213253.193000', '213253.196000', '213253.198000', '213253.201000', '213253.204000', '213253.206000', '213253.209000', '213253.212000', '213253.214000', '213253.217000', '213253.219000', '213253.222000', '213253.225000', '213253.227000', '213313.114000', '213313.117000', '213313.120000', '213313.122000', '213313.125000', '213313.128000', '213313.130000', '213313.133000', '213313.136000', '213313.138000', '213313.141000', '213313.144000', '213313.146000', '213313.149000', '213313.151000', '213313.154000', '213313.157000', '213313.160000', '213313.162000', '213313.165000', '213313.167000', '213313.181000', '213313.184000', '213313.186000', '213313.189000', '213313.191000', '213313.194000', '213313.197000', '213313.199000', '213313.202000', '213313.205000', '213313.207000', '213313.210000', '213313.213000', '213313.215000', '213313.218000', '213313.220000', '213313.223000', '213313.226000', '213313.228000', '213313.231000', '213313.233000', '213313.236000', '213333.114000', '213333.118000', '213333.120000', '213333.123000', '213333.125000', '213333.128000', '213333.131000', '213333.133000', '213333.136000', '213333.139000', '213333.141000', '213333.144000', '213333.146000', '213333.149000', '213333.152000', '213333.154000', '213333.157000', '213333.160000', '213333.162000', '213333.165000', '213333.167000', '213333.170000', '213333.173000', '213333.175000', '213333.178000', '213333.181000', '213333.183000', '213333.186000', '213333.188000', '213333.191000', '213333.194000', '213333.196000', '213333.199000', '213333.202000', '213333.204000', '213333.207000', '213333.209000', '213333.212000', '213333.215000', '213333.217000', '213333.220000', '213333.223000', '213333.225000', '213333.228000', '213353.115000', '213353.117000', '213353.120000', '213353.123000', '213353.125000', '213353.128000', '213353.131000', '213353.133000', '213353.136000', '213353.139000', '213353.141000', '213353.144000', '213353.147000', '213353.149000', '213353.152000', '213353.154000', '213353.157000', '213353.160000', '213353.162000', '213353.165000', '213353.168000', '213353.170000', '213353.173000', '213353.176000', '213353.178000', '213353.181000', '213353.183000', '213353.186000', '213353.189000', '213353.191000', '213353.194000', '213353.196000', '213353.199000', '213353.202000', '213353.204000', '213353.207000', '213353.210000', '213353.212000', '213353.215000', '213353.218000', '213353.220000', '213353.224000', '213353.227000', '213413.114000', '213413.117000', '213413.120000', '213413.122000', '213413.125000', '213413.128000', '213413.131000', '213413.133000', '213413.136000', '213413.139000', '213413.141000', '213413.144000', '213413.146000', '213413.149000', '213413.152000', '213413.154000', '213413.157000', '213413.160000', '213413.162000', '213413.165000', '213413.168000', '213413.170000', '213413.173000', '213413.176000', '213413.178000', '213413.181000', '213413.183000', '213413.186000', '213413.189000', '213413.191000', '213413.194000', '213413.197000', '213413.199000', '213413.202000', '213413.205000', '213413.207000', '213413.210000', '213413.212000', '213413.215000', '213413.217000', '213413.220000', '213413.223000', '213413.225000', '213413.228000', '213433.115000', '213433.117000', '213433.120000', '213433.123000', '213433.125000', '213433.128000', '213433.131000', '213433.133000', '213433.136000', '213433.139000', '213433.141000', '213433.144000', '213433.146000', '213433.149000', '213433.152000', '213433.154000', '213433.157000', '213433.159000', '213433.162000', '213433.165000', '213433.168000', '213433.170000', '213433.173000', '213433.175000', '213433.178000', '213433.181000', '213433.183000', '213433.186000', '213433.189000', '213433.191000', '213433.194000', '213433.197000', '213433.199000', '213433.202000', '213433.204000', '213433.207000', '213433.210000', '213433.213000', '213433.216000', '213433.219000', '213433.221000', '213433.224000', '213433.227000', '213453.114000', '213453.116000', '213453.119000', '213453.122000', '213453.126000', '213453.129000', '213453.132000', '213453.134000', '213453.137000', '213453.140000', '213453.142000', '213453.145000', '213453.148000', '213453.150000', '213453.153000', '213453.156000', '213453.158000', '213453.161000', '213453.164000', '213453.166000', '213453.169000', '213453.171000', '213453.174000', '213453.177000', '213453.179000', '213453.182000', '213453.184000', '213453.187000', '213453.190000', '213453.193000', '213453.195000', '213453.198000', '213453.200000', '213453.203000', '213453.206000', '213453.208000', '213453.211000', '213453.213000', '213453.216000', '213453.219000', '213453.221000', '213453.224000', '213453.226000', '213453.229000', '213513.114000', '213513.117000', '213513.120000', '213513.123000', '213513.125000', '213513.128000', '213513.131000', '213513.133000', '213513.136000', '213513.139000', '213513.141000', '213513.144000', '213513.147000', '213513.149000', '213513.152000', '213513.155000', '213513.157000', '213513.160000', '213513.162000', '213513.165000', '213513.168000', '213513.170000', '213513.173000', '213513.176000', '213513.178000', '213513.181000', '213513.183000', '213513.186000', '213513.189000', '213513.191000', '213513.194000', '213513.197000', '213513.199000', '213513.202000', '213513.205000', '213513.207000', '213513.210000', '213513.213000', '213513.216000', '213513.219000', '213513.222000', '213513.225000', '213513.228000', '213533.115000', '213533.118000', '213533.121000', '213533.123000', '213533.126000', '213533.128000', '213533.131000', '213533.134000', '213533.136000', '213533.139000', '213533.142000', '213533.144000', '213533.147000', '213533.149000', '213533.152000', '213533.155000', '213533.157000', '213533.160000', '213533.162000', '213533.165000', '213533.168000', '213533.170000', '213533.173000', '213533.176000', '213533.178000', '213533.181000', '213533.183000', '213533.186000', '213533.189000', '213533.191000', '213533.194000', '213533.197000', '213533.199000', '213533.202000', '213533.205000', '213533.207000', '213533.210000', '213533.213000', '213533.215000', '213533.218000', '213533.220000', '213533.223000', '213533.226000', '213533.228000', '213553.114000', '213553.117000', '213553.120000', '213553.122000', '213553.125000', '213553.128000', '213553.130000', '213553.133000', '213553.136000', '213553.138000', '213553.141000', '213553.144000', '213553.146000', '213553.149000', '213553.152000', '213553.154000', '213553.157000', '213553.159000', '213553.162000', '213553.165000', '213553.167000', '213553.170000', '213553.173000', '213553.175000', '213553.178000', '213553.181000', '213553.183000', '213553.186000', '213553.189000', '213553.191000', '213553.194000', '213553.196000', '213553.199000', '213553.202000', '213553.204000', '213553.207000', '213553.210000', '213553.212000', '213553.215000', '213553.217000', '213553.220000', '213553.223000', '213553.226000', '213555.551000', '213555.555000', '213555.557000', '213555.560000', '213555.563000', '213555.566000'], 'InstanceCreationTime': ['212913.140000', '212913.143000', '212913.146000', '212913.149000', '212913.152000', '212913.155000', '212913.157000', '212913.160000', '212913.168000', '212913.170000', '212913.173000', '212913.175000', '212913.178000', '212913.181000', '212913.183000', '212913.186000', '212913.188000', '212913.191000', '212913.194000', '212913.196000', '212913.199000', '212913.201000', '212913.204000', '212913.206000', '212913.209000', '212913.215000', '212913.218000', '212913.220000', '212913.223000', '212913.226000', '212913.228000', '212913.231000', '212913.233000', '212913.236000', '212913.239000', '212913.241000', '212913.244000', '212913.246000', '212913.249000', '212933.115000', '212933.118000', '212933.120000', '212933.124000', '212933.127000', '212933.130000', '212933.132000', '212933.135000', '212933.138000', '212933.140000', '212933.143000', '212933.146000', '212933.148000', '212933.151000', '212933.154000', '212933.156000', '212933.159000', '212933.161000', '212933.164000', '212933.167000', '212933.169000', '212933.172000', '212933.174000', '212933.177000', '212933.180000', '212933.182000', '212933.185000', '212933.188000', '212933.190000', '212933.193000', '212933.196000', '212933.198000', '212933.201000', '212933.203000', '212933.206000', '212933.208000', '212933.230000', '212933.233000', '212933.236000', '212933.238000', '212933.241000', '212933.243000', '212933.246000', '212953.114000', '212953.117000', '212953.124000', '212953.127000', '212953.130000', '212953.132000', '212953.135000', '212953.137000', '212953.140000', '212953.143000', '212953.145000', '212953.148000', '212953.150000', '212953.153000', '212953.155000', '212953.158000', '212953.161000', '212953.163000', '212953.166000', '212953.169000', '212953.171000', '212953.174000', '212953.176000', '212953.179000', '212953.182000', '212953.184000', '212953.187000', '212953.190000', '212953.192000', '212953.195000', '212953.197000', '212953.200000', '212953.203000', '212953.205000', '212953.208000', '212953.210000', '212953.213000', '212953.216000', '212953.218000', '212953.221000', '212953.223000', '212953.226000', '212953.229000', '212953.231000', '213013.113000', '213013.116000', '213013.119000', '213013.122000', '213013.124000', '213013.127000', '213013.129000', '213013.132000', '213013.135000', '213013.137000', '213013.140000', '213013.142000', '213013.145000', '213013.148000', '213013.162000', '213013.164000', '213013.167000', '213013.170000', '213013.172000', '213013.175000', '213013.177000', '213013.180000', '213013.182000', '213013.185000', '213013.188000', '213013.190000', '213013.193000', '213013.196000', '213013.198000', '213013.201000', '213013.204000', '213013.206000', '213013.209000', '213013.211000', '213013.214000', '213013.217000', '213013.219000', '213013.222000', '213013.224000', '213013.227000', '213013.229000', '213013.232000', '213013.235000', '213033.114000', '213033.117000', '213033.120000', '213033.123000', '213033.125000', '213033.128000', '213033.131000', '213033.133000', '213033.136000', '213033.138000', '213033.141000', '213033.144000', '213033.146000', '213033.149000', '213033.151000', '213033.154000', '213033.157000', '213033.159000', '213033.162000', '213033.165000', '213033.167000', '213033.170000', '213033.173000', '213033.175000', '213033.178000', '213033.180000', '213033.183000', '213033.186000', '213033.188000', '213033.191000', '213033.194000', '213033.196000', '213033.199000', '213033.201000', '213033.204000', '213033.207000', '213033.209000', '213033.221000', '213033.224000', '213033.227000', '213033.229000', '213033.232000', '213033.235000', '213033.237000', '213053.114000', '213053.117000', '213053.120000', '213053.122000', '213053.125000', '213053.128000', '213053.130000', '213053.133000', '213053.136000', '213053.138000', '213053.141000', '213053.144000', '213053.146000', '213053.149000', '213053.151000', '213053.154000', '213053.157000', '213053.159000', '213053.162000', '213053.164000', '213053.167000', '213053.170000', '213053.172000', '213053.175000', '213053.177000', '213053.180000', '213053.183000', '213053.185000', '213053.188000', '213053.191000', '213053.193000', '213053.196000', '213053.198000', '213053.201000', '213053.203000', '213053.206000', '213053.209000', '213053.211000', '213053.214000', '213053.216000', '213053.219000', '213053.222000', '213053.224000', '213113.114000', '213113.117000', '213113.120000', '213113.123000', '213113.125000', '213113.128000', '213113.131000', '213113.133000', '213113.136000', '213113.138000', '213113.141000', '213113.144000', '213113.146000', '213113.149000', '213113.152000', '213113.155000', '213113.158000', '213113.161000', '213113.163000', '213113.166000', '213113.169000', '213113.171000', '213113.174000', '213113.176000', '213113.179000', '213113.182000', '213113.184000', '213113.187000', '213113.189000', '213113.192000', '213113.195000', '213113.197000', '213113.200000', '213113.203000', '213113.205000', '213113.208000', '213113.211000', '213113.213000', '213113.216000', '213113.219000', '213113.221000', '213113.224000', '213113.227000', '213113.229000', '213133.114000', '213133.117000', '213133.120000', '213133.123000', '213133.125000', '213133.128000', '213133.130000', '213133.133000', '213133.136000', '213133.138000', '213133.141000', '213133.144000', '213133.146000', '213133.149000', '213133.151000', '213133.154000', '213133.157000', '213133.159000', '213133.162000', '213133.165000', '213133.167000', '213133.170000', '213133.172000', '213133.175000', '213133.178000', '213133.180000', '213133.183000', '213133.186000', '213133.189000', '213133.191000', '213133.194000', '213133.196000', '213133.199000', '213133.202000', '213133.204000', '213133.207000', '213133.210000', '213133.212000', '213133.215000', '213133.238000', '213133.241000', '213133.243000', '213133.246000', '213153.115000', '213153.117000', '213153.120000', '213153.123000', '213153.126000', '213153.128000', '213153.131000', '213153.133000', '213153.137000', '213153.140000', '213153.143000', '213153.146000', '213153.148000', '213153.151000', '213153.153000', '213153.156000', '213153.159000', '213153.161000', '213153.164000', '213153.166000', '213153.169000', '213153.172000', '213153.174000', '213153.177000', '213153.180000', '213153.182000', '213153.185000', '213153.187000', '213153.190000', '213153.193000', '213153.195000', '213153.198000', '213153.201000', '213153.203000', '213153.206000', '213153.208000', '213153.211000', '213153.214000', '213153.216000', '213153.219000', '213153.222000', '213153.224000', '213153.227000', '213213.114000', '213213.117000', '213213.120000', '213213.123000', '213213.125000', '213213.128000', '213213.130000', '213213.133000', '213213.136000', '213213.138000', '213213.141000', '213213.143000', '213213.146000', '213213.149000', '213213.151000', '213213.154000', '213213.157000', '213213.159000', '213213.162000', '213213.165000', '213213.167000', '213213.170000', '213213.172000', '213213.175000', '213213.178000', '213213.180000', '213213.183000', '213213.185000', '213213.188000', '213213.191000', '213213.193000', '213213.196000', '213213.199000', '213213.201000', '213213.204000', '213213.207000', '213213.209000', '213213.212000', '213213.214000', '213213.217000', '213213.220000', '213213.223000', '213213.225000', '213213.228000', '213233.114000', '213233.117000', '213233.120000', '213233.122000', '213233.125000', '213233.128000', '213233.130000', '213233.133000', '213233.135000', '213233.139000', '213233.141000', '213233.144000', '213233.147000', '213233.150000', '213233.153000', '213233.158000', '213233.161000', '213233.163000', '213233.166000', '213233.169000', '213233.171000', '213233.174000', '213233.176000', '213233.179000', '213233.182000', '213233.184000', '213233.187000', '213233.191000', '213233.194000', '213233.196000', '213233.199000', '213233.202000', '213233.204000', '213233.207000', '213233.209000', '213233.212000', '213233.215000', '213233.217000', '213233.220000', '213233.223000', '213233.225000', '213233.228000', '213233.230000', '213253.114000', '213253.117000', '213253.120000', '213253.123000', '213253.125000', '213253.128000', '213253.131000', '213253.133000', '213253.136000', '213253.138000', '213253.141000', '213253.144000', '213253.146000', '213253.149000', '213253.151000', '213253.154000', '213253.157000', '213253.159000', '213253.162000', '213253.164000', '213253.167000', '213253.170000', '213253.172000', '213253.175000', '213253.177000', '213253.180000', '213253.183000', '213253.185000', '213253.188000', '213253.191000', '213253.193000', '213253.196000', '213253.198000', '213253.201000', '213253.204000', '213253.206000', '213253.209000', '213253.212000', '213253.214000', '213253.217000', '213253.219000', '213253.222000', '213253.225000', '213253.227000', '213313.114000', '213313.117000', '213313.120000', '213313.122000', '213313.125000', '213313.128000', '213313.130000', '213313.133000', '213313.136000', '213313.138000', '213313.141000', '213313.144000', '213313.146000', '213313.149000', '213313.151000', '213313.154000', '213313.157000', '213313.160000', '213313.162000', '213313.165000', '213313.167000', '213313.181000', '213313.184000', '213313.186000', '213313.189000', '213313.191000', '213313.194000', '213313.197000', '213313.199000', '213313.202000', '213313.205000', '213313.207000', '213313.210000', '213313.213000', '213313.215000', '213313.218000', '213313.220000', '213313.223000', '213313.226000', '213313.228000', '213313.231000', '213313.233000', '213313.236000', '213333.114000', '213333.118000', '213333.120000', '213333.123000', '213333.125000', '213333.128000', '213333.131000', '213333.133000', '213333.136000', '213333.139000', '213333.141000', '213333.144000', '213333.146000', '213333.149000', '213333.152000', '213333.154000', '213333.157000', '213333.160000', '213333.162000', '213333.165000', '213333.167000', '213333.170000', '213333.173000', '213333.175000', '213333.178000', '213333.181000', '213333.183000', '213333.186000', '213333.188000', '213333.191000', '213333.194000', '213333.196000', '213333.199000', '213333.202000', '213333.204000', '213333.207000', '213333.209000', '213333.212000', '213333.215000', '213333.217000', '213333.220000', '213333.223000', '213333.225000', '213333.228000', '213353.115000', '213353.117000', '213353.120000', '213353.123000', '213353.125000', '213353.128000', '213353.131000', '213353.133000', '213353.136000', '213353.139000', '213353.141000', '213353.144000', '213353.147000', '213353.149000', '213353.152000', '213353.154000', '213353.157000', '213353.160000', '213353.162000', '213353.165000', '213353.168000', '213353.170000', '213353.173000', '213353.176000', '213353.178000', '213353.181000', '213353.183000', '213353.186000', '213353.189000', '213353.191000', '213353.194000', '213353.196000', '213353.199000', '213353.202000', '213353.204000', '213353.207000', '213353.210000', '213353.212000', '213353.215000', '213353.218000', '213353.220000', '213353.224000', '213353.227000', '213413.114000', '213413.117000', '213413.120000', '213413.122000', '213413.125000', '213413.128000', '213413.131000', '213413.133000', '213413.136000', '213413.139000', '213413.141000', '213413.144000', '213413.146000', '213413.149000', '213413.152000', '213413.154000', '213413.157000', '213413.160000', '213413.162000', '213413.165000', '213413.168000', '213413.170000', '213413.173000', '213413.176000', '213413.178000', '213413.181000', '213413.183000', '213413.186000', '213413.189000', '213413.191000', '213413.194000', '213413.197000', '213413.199000', '213413.202000', '213413.205000', '213413.207000', '213413.210000', '213413.212000', '213413.215000', '213413.217000', '213413.220000', '213413.223000', '213413.225000', '213413.228000', '213433.115000', '213433.117000', '213433.120000', '213433.123000', '213433.125000', '213433.128000', '213433.131000', '213433.133000', '213433.136000', '213433.139000', '213433.141000', '213433.144000', '213433.146000', '213433.149000', '213433.152000', '213433.154000', '213433.157000', '213433.159000', '213433.162000', '213433.165000', '213433.168000', '213433.170000', '213433.173000', '213433.175000', '213433.178000', '213433.181000', '213433.183000', '213433.186000', '213433.189000', '213433.191000', '213433.194000', '213433.197000', '213433.199000', '213433.202000', '213433.204000', '213433.207000', '213433.210000', '213433.213000', '213433.216000', '213433.219000', '213433.221000', '213433.224000', '213433.227000', '213453.114000', '213453.116000', '213453.119000', '213453.122000', '213453.126000', '213453.129000', '213453.132000', '213453.134000', '213453.137000', '213453.140000', '213453.142000', '213453.145000', '213453.148000', '213453.150000', '213453.153000', '213453.156000', '213453.158000', '213453.161000', '213453.164000', '213453.166000', '213453.169000', '213453.171000', '213453.174000', '213453.177000', '213453.179000', '213453.182000', '213453.184000', '213453.187000', '213453.190000', '213453.193000', '213453.195000', '213453.198000', '213453.200000', '213453.203000', '213453.206000', '213453.208000', '213453.211000', '213453.213000', '213453.216000', '213453.219000', '213453.221000', '213453.224000', '213453.226000', '213453.229000', '213513.114000', '213513.117000', '213513.120000', '213513.123000', '213513.125000', '213513.128000', '213513.131000', '213513.133000', '213513.136000', '213513.139000', '213513.141000', '213513.144000', '213513.147000', '213513.149000', '213513.152000', '213513.155000', '213513.157000', '213513.160000', '213513.162000', '213513.165000', '213513.168000', '213513.170000', '213513.173000', '213513.176000', '213513.178000', '213513.181000', '213513.183000', '213513.186000', '213513.189000', '213513.191000', '213513.194000', '213513.197000', '213513.199000', '213513.202000', '213513.205000', '213513.207000', '213513.210000', '213513.213000', '213513.216000', '213513.219000', '213513.222000', '213513.225000', '213513.228000', '213533.115000', '213533.118000', '213533.121000', '213533.123000', '213533.126000', '213533.128000', '213533.131000', '213533.134000', '213533.136000', '213533.139000', '213533.142000', '213533.144000', '213533.147000', '213533.149000', '213533.152000', '213533.155000', '213533.157000', '213533.160000', '213533.162000', '213533.165000', '213533.168000', '213533.170000', '213533.173000', '213533.176000', '213533.178000', '213533.181000', '213533.183000', '213533.186000', '213533.189000', '213533.191000', '213533.194000', '213533.197000', '213533.199000', '213533.202000', '213533.205000', '213533.207000', '213533.210000', '213533.213000', '213533.215000', '213533.218000', '213533.220000', '213533.223000', '213533.226000', '213533.228000', '213553.114000', '213553.117000', '213553.120000', '213553.122000', '213553.125000', '213553.128000', '213553.130000', '213553.133000', '213553.136000', '213553.138000', '213553.141000', '213553.144000', '213553.146000', '213553.149000', '213553.152000', '213553.154000', '213553.157000', '213553.159000', '213553.162000', '213553.165000', '213553.167000', '213553.170000', '213553.173000', '213553.175000', '213553.178000', '213553.181000', '213553.183000', '213553.186000', '213553.189000', '213553.191000', '213553.194000', '213553.196000', '213553.199000', '213553.202000', '213553.204000', '213553.207000', '213553.210000', '213553.212000', '213553.215000', '213553.217000', '213553.220000', '213553.223000', '213553.226000', '213555.551000', '213555.555000', '213555.557000', '213555.560000', '213555.563000', '213555.566000'], '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': [10808, 13757, 9400, 9902, 13070, 10244, 9007, 8129, 8340, 12586, 7813, 8098, 13235, 12973, 9583, 9918, 8062, 8266, 12493, 7293, 8145, 12433, 7273, 8182, 12420, 8370, 9398, 12684, 8252, 8459, 12480, 8059, 9686, 6625, 7941, 12479, 13948, 8886, 10267, 12545, 9015, 10436, 7439, 7909, 12209, 7340, 8397, 13078, 7831, 8976, 9180, 8300, 12273, 13516, 9009, 12358, 12999, 9691, 11336, 7960, 8811, 12538, 8288, 8680, 12869, 8095, 8771, 8417, 8177, 11692, 12037, 8508, 12093, 11179, 8668, 11296, 8316, 9140, 12469, 8275, 9650, 12609, 9027, 10481, 7038, 7962, 12568, 7639, 10016, 13099, 8042, 9933, 7059, 8086, 12735, 7727, 8819, 13094, 8470, 8694, 12202, 8303, 11505, 12874, 8675, 9236, 12318, 8516, 11171, 8390, 10432, 12351, 8366, 8356, 12377, 8018, 9197, 7295, 7824, 12546, 10541, 8219, 12499, 8642, 8650, 12262, 8345, 10602, 11527, 8345, 12201, 7367, 8879, 12753, 8248, 11166, 11698, 9028, 12021, 7746, 8985, 12667, 8354, 10979, 12716, 9370, 11806, 8369, 10570, 7676, 9283, 12413, 8077, 10022, 12485, 9584, 10991, 7967, 8342, 12607, 7903, 9631, 12555, 9211, 11001, 7801, 9293, 12375, 8203, 8736, 12530, 8010, 9812, 7576, 7941, 12084, 8768, 11801, 12140, 8614, 11966, 8304, 11183, 7229, 9066, 12824, 7674, 8953, 12063, 8290, 11651, 8233, 11693, 12976, 9377, 11626, 8520, 11113, 13924, 8902, 11149, 13328, 9461, 11043, 8407, 9522, 12193, 8146, 9099, 12013, 9030, 9961, 8299, 9457, 12053, 8341, 10720, 12386, 8946, 11248, 8223, 10691, 12608, 8450, 11692, 13053, 8750, 11342, 8344, 10161, 6984, 8007, 12713, 7891, 9003, 11181, 8367, 12064, 14177, 9317, 9639, 11975, 8538, 11314, 7959, 10708, 11142, 7959, 11619, 9410, 8415, 12181, 8125, 10975, 12907, 8495, 11509, 11742, 8951, 11868, 8265, 10585, 12745, 8866, 11250, 12366, 8805, 11413, 8061, 10657, 7410, 9476, 12569, 8092, 9901, 6924, 8599, 11665, 8113, 12108, 13785, 9243, 10727, 9816, 8811, 9329, 8019, 11844, 8138, 11324, 13003, 9481, 11039, 7850, 10595, 7332, 9037, 12758, 9200, 8627, 12588, 8093, 10836, 7092, 8032, 12224, 7826, 11388, 12601, 9566, 11372, 7870, 10480, 8580, 8409, 12916, 7794, 9399, 10952, 8228, 12044, 8497, 12125, 13644, 8238, 10374, 13215, 9805, 11015, 8263, 9530, 7176, 9338, 12867, 10691, 11458, 8090, 10578, 13744, 8654, 8706, 12442, 8199, 9285, 11684, 8003, 11103, 11956, 8857, 11333, 7435, 8641, 6914, 7778, 12392, 11844, 8358, 11667, 7345, 10265, 7752, 6815, 8306, 7507, 11045, 14436, 14342, 10481, 9145, 10773, 8173, 8427, 11690, 7523, 8409, 11965, 15940, 9344, 10131, 14021, 8873, 9887, 7832, 7997, 11935, 8114, 10261, 8721, 7671, 12297, 7069, 8254, 12419, 7904, 10491, 6779, 8052, 12778, 7909, 9522, 6666, 8329, 12457, 8034, 11427, 13295, 8913, 10327, 7216, 8496, 12429, 7651, 9410, 12594, 8867, 11073, 8304, 10143, 8712, 8176, 13075, 8557, 9939, 7144, 8619, 12906, 8400, 11946, 10514, 8923, 12467, 8027, 10771, 7659, 8426, 6866, 9007, 13161, 10600, 11595, 8100, 10069, 9176, 8483, 12784, 7655, 8872, 9927, 8718, 12369, 8074, 11446, 13198, 8551, 9215, 12386, 8150, 10970, 7140, 8090, 12232, 7319, 8470, 6860, 7990, 6856, 8346, 10882, 7991, 13134, 13987, 11014, 10471, 7623, 8441, 12106, 8160, 9040, 12459, 8883, 9667, 8094, 8684, 6754, 8165, 12905, 8166, 9584, 6867, 8954, 12693, 8262, 11763, 7560, 9793, 7172, 8800, 6845, 8404, 13065, 14414, 11168, 10231, 7604, 8675, 12097, 8033, 8580, 12047, 7907, 9084, 7002, 8184, 12316, 7301, 8211, 12444, 8430, 10167, 8101, 8676, 9136, 7861, 12830, 12272, 8465, 12509, 7809, 10274, 12933, 8879, 11364, 13417, 9428, 10081, 8022, 8281, 7590, 7993, 12204, 7247, 8064, 12645, 7535, 9979, 7051, 7978, 12311, 7271, 8887, 8016, 7579, 12506, 8327, 10903, 13031, 8411, 11006, 7040, 8274, 12751, 8643, 11848, 14235, 11228, 10942, 7221, 8814, 12450, 7631, 8604, 12611, 8334, 9153, 6748, 8292, 12735, 7280, 9110, 12863, 8756, 10441, 7180, 8349, 12783, 8614, 8336, 12442, 7750, 8758, 6662, 8058, 12537, 7317, 8460, 12963, 7952, 9919, 7033, 8319, 12696, 8087, 11245, 13225, 9331, 10603, 8008, 9822, 7040, 8166, 12850, 8994, 11198, 7028, 8581, 12596, 8053, 8849, 12773, 9541, 10829, 7178, 8264, 12241, 8287, 11831, 12515, 8658, 11340, 7808, 10128, 6961, 8210, 12757, 7821, 10153, 10183, 8993, 12692, 8072, 11558, 8034, 12226, 13943, 9870, 11287, 7997, 10416, 7349, 10143, 13205, 9861, 11700, 8040, 10466, 7120, 9049, 10735, 9194, 12754, 8385, 11303, 7735, 11461, 13966, 10323, 10080, 7546, 9143, 12300, 9030, 10047, 13390, 8892, 11265, 7680, 10440, 7333, 8742, 12550, 8176, 9869, 7126, 8501, 12279, 7068, 8949, 12279, 7456, 8988, 6895, 7912, 12283, 7804, 11881, 7600, 8942, 8261, 8477, 12832, 7933, 12032, 13839, 10378, 10409, 7921, 9510, 12248, 8513, 11139, 7796, 8490, 9788, 7741, 12259, 14217, 8485, 11320, 11324, 9051, 11787, 7605, 10172, 7447, 8154, 12464, 7992, 10208, 7025, 8281, 7001, 8036, 12745, 10532, 8948, 12620, 8105, 10600, 7954, 11468, 13046, 8985, 9447, 7212, 8586, 7027, 8070, 12584, 13087, 9043, 11899, 9436, 8690, 11387, 7983, 12044, 7777, 11257, 12676, 10013, 10804, 7573, 10169, 7765, 11657, 12524, 8707, 10316, 13480, 8898, 11706, 7734, 10954, 12183, 8334, 11359, 7184, 8545, 6873, 7774, 12283, 7387, 9373, 12463, 7725, 11052, 7163, 8268, 6689, 7977, 12612, 7880, 10712, 12589, 8177, 10105, 8230, 8479, 11744, 7792, 11884, 8112, 11896, 13282, 9660, 11855, 7919, 9912, 7089, 8362, 13042, 13434, 9507, 13907, 8178, 7383, 8575, 12555, 14797, 11580, 11150, 7056, 8572, 11726, 7660, 8502, 12326, 9010, 10232, 7223, 7925, 12288, 7548, 9369, 12169, 9361, 11568, 7831, 10674, 12775, 8650, 10221, 11046, 8399, 10823, 7509, 11585, 7125, 9065, 12602, 8779, 11018, 7654, 9332, 7457, 10157, 12766, 8354, 9469, 6689, 8312, 12444, 7538, 11265, 12379, 9458, 11424, 7658, 10599, 7073, 7933, 12463, 7588, 9246, 12472, 7829, 11118, 8000, 9607, 8100, 7889, 12733, 8133, 9719, 9652, 8540, 12790, 8104, 12353, 9859, 9213, 12397, 8088, 11997, 8158, 11979, 13856, 10627, 10876, 7440, 8437, 12302, 7677, 9632, 12613, 9718, 10518, 7610, 9013, 12161, 7857, 10627, 11738, 8978], 'WindowCenter': [4302.0, 4305.0, 4263.0, 4274.0, 4279.0, 4248.0, 4223.0, 4212.0, 4225.0, 4253.0, 4202.0, 4213.0, 4265.0, 4253.0, 4233.0, 4218.0, 4210.0, 4211.0, 4251.0, 4200.0, 4224.0, 4263.0, 4211.0, 4224.0, 4250.0, 4223.0, 4233.0, 4253.0, 4223.0, 4236.0, 4265.0, 4223.0, 4244.0, 4191.0, 4223.0, 4266.0, 4264.0, 4235.0, 4246.0, 4251.0, 4223.0, 4230.0, 4200.0, 4213.0, 4254.0, 4200.0, 4224.0, 4264.0, 4212.0, 4236.0, 4231.0, 4223.0, 4263.0, 4262.0, 4234.0, 4266.0, 4253.0, 4234.0, 4239.0, 4211.0, 4221.0, 4250.0, 4208.0, 4224.0, 4250.0, 4211.0, 4222.0, 4209.0, 4220.0, 4252.0, 4250.0, 4223.0, 4266.0, 4242.0, 4235.0, 4241.0, 4222.0, 4233.0, 4251.0, 4235.0, 4247.0, 4262.0, 4233.0, 4242.0, 4202.0, 4213.0, 4252.0, 4213.0, 4246.0, 4263.0, 4213.0, 4233.0, 4202.0, 4212.0, 4261.0, 4213.0, 4236.0, 4264.0, 4212.0, 4224.0, 4251.0, 4223.0, 4253.0, 4250.0, 4223.0, 4233.0, 4240.0, 4222.0, 4240.0, 4222.0, 4242.0, 4253.0, 4211.0, 4226.0, 4254.0, 4211.0, 4232.0, 4200.0, 4212.0, 4253.0, 4241.0, 4223.0, 4264.0, 4222.0, 4223.0, 4238.0, 4211.0, 4241.0, 4254.0, 4226.0, 4253.0, 4213.0, 4222.0, 4251.0, 4211.0, 4243.0, 4254.0, 4233.0, 4254.0, 4212.0, 4223.0, 4249.0, 4209.0, 4244.0, 4265.0, 4233.0, 4241.0, 4221.0, 4240.0, 4211.0, 4234.0, 4254.0, 4226.0, 4245.0, 4253.0, 4233.0, 4240.0, 4210.0, 4211.0, 4240.0, 4212.0, 4235.0, 4251.0, 4222.0, 4229.0, 4201.0, 4232.0, 4251.0, 4212.0, 4224.0, 4253.0, 4200.0, 4229.0, 4200.0, 4211.0, 4251.0, 4234.0, 4268.0, 4265.0, 4224.0, 4253.0, 4224.0, 4253.0, 4203.0, 4233.0, 4267.0, 4215.0, 4225.0, 4253.0, 4223.0, 4242.0, 4223.0, 4267.0, 4266.0, 4235.0, 4254.0, 4222.0, 4255.0, 4262.0, 4235.0, 4256.0, 4253.0, 4233.0, 4229.0, 4210.0, 4232.0, 4240.0, 4213.0, 4223.0, 4240.0, 4222.0, 4230.0, 4213.0, 4232.0, 4239.0, 4223.0, 4255.0, 4253.0, 4225.0, 4241.0, 4211.0, 4243.0, 4252.0, 4223.0, 4255.0, 4252.0, 4222.0, 4242.0, 4212.0, 4232.0, 4191.0, 4225.0, 4266.0, 4211.0, 4222.0, 4241.0, 4212.0, 4253.0, 4251.0, 4222.0, 4232.0, 4239.0, 4222.0, 4240.0, 4211.0, 4242.0, 4240.0, 4224.0, 4255.0, 4232.0, 4213.0, 4251.0, 4213.0, 4242.0, 4252.0, 4224.0, 4255.0, 4240.0, 4223.0, 4241.0, 4210.0, 4231.0, 4240.0, 4223.0, 4254.0, 4239.0, 4221.0, 4240.0, 4211.0, 4229.0, 4200.0, 4246.0, 4266.0, 4214.0, 4232.0, 4202.0, 4222.0, 4242.0, 4213.0, 4255.0, 4264.0, 4236.0, 4243.0, 4220.0, 4220.0, 4218.0, 4210.0, 4241.0, 4211.0, 4257.0, 4264.0, 4232.0, 4242.0, 4211.0, 4243.0, 4203.0, 4223.0, 4265.0, 4235.0, 4223.0, 4240.0, 4210.0, 4242.0, 4190.0, 4213.0, 4251.0, 4226.0, 4256.0, 4252.0, 4231.0, 4256.0, 4226.0, 4254.0, 4224.0, 4223.0, 4265.0, 4213.0, 4234.0, 4243.0, 4224.0, 4252.0, 4223.0, 4266.0, 4265.0, 4227.0, 4247.0, 4252.0, 4234.0, 4230.0, 4211.0, 4220.0, 4204.0, 4247.0, 4265.0, 4245.0, 4254.0, 4214.0, 4244.0, 4263.0, 4225.0, 4225.0, 4251.0, 4212.0, 4222.0, 4240.0, 4211.0, 4242.0, 4253.0, 4222.0, 4243.0, 4200.0, 4221.0, 4200.0, 4213.0, 4266.0, 4255.0, 4225.0, 4254.0, 4213.0, 4243.0, 4215.0, 4203.0, 4235.0, 4215.0, 4270.0, 4291.0, 4268.0, 4232.0, 4236.0, 4244.0, 4211.0, 4210.0, 4238.0, 4187.0, 4198.0, 4228.0, 4246.0, 4206.0, 4217.0, 4248.0, 4208.0, 4216.0, 4184.0, 4197.0, 4225.0, 4196.0, 4216.0, 4208.0, 4199.0, 4239.0, 4189.0, 4209.0, 4239.0, 4199.0, 4229.0, 4189.0, 4224.0, 4252.0, 4213.0, 4231.0, 4191.0, 4222.0, 4251.0, 4226.0, 4267.0, 4263.0, 4234.0, 4233.0, 4200.0, 4223.0, 4251.0, 4215.0, 4235.0, 4251.0, 4224.0, 4239.0, 4223.0, 4244.0, 4224.0, 4238.0, 4265.0, 4223.0, 4244.0, 4202.0, 4223.0, 4251.0, 4223.0, 4255.0, 4246.0, 4235.0, 4254.0, 4213.0, 4243.0, 4212.0, 4223.0, 4203.0, 4248.0, 4276.0, 4258.0, 4256.0, 4225.0, 4246.0, 4233.0, 4225.0, 4266.0, 4215.0, 4221.0, 4232.0, 4223.0, 4253.0, 4223.0, 4257.0, 4266.0, 4236.0, 4235.0, 4253.0, 4212.0, 4242.0, 4190.0, 4212.0, 4252.0, 4215.0, 4224.0, 4192.0, 4225.0, 4203.0, 4235.0, 4255.0, 4240.0, 4280.0, 4267.0, 4257.0, 4244.0, 4212.0, 4223.0, 4241.0, 4223.0, 4236.0, 4253.0, 4224.0, 4230.0, 4215.0, 4223.0, 4192.0, 4236.0, 4266.0, 4224.0, 4246.0, 4193.0, 4233.0, 4253.0, 4226.0, 4267.0, 4225.0, 4245.0, 4205.0, 4235.0, 4204.0, 4237.0, 4279.0, 4276.0, 4243.0, 4243.0, 4201.0, 4222.0, 4240.0, 4211.0, 4224.0, 4242.0, 4210.0, 4221.0, 4190.0, 4223.0, 4251.0, 4214.0, 4224.0, 4250.0, 4212.0, 4230.0, 4212.0, 4222.0, 4220.0, 4225.0, 4267.0, 4252.0, 4224.0, 4253.0, 4212.0, 4234.0, 4241.0, 4224.0, 4256.0, 4251.0, 4209.0, 4215.0, 4199.0, 4209.0, 4212.0, 4223.0, 4252.0, 4201.0, 4213.0, 4251.0, 4214.0, 4243.0, 4204.0, 4237.0, 4267.0, 4217.0, 4246.0, 4226.0, 4226.0, 4278.0, 4237.0, 4271.0, 4280.0, 4250.0, 4268.0, 4219.0, 4238.0, 4266.0, 4237.0, 4268.0, 4267.0, 4244.0, 4245.0, 4201.0, 4222.0, 4251.0, 4202.0, 4223.0, 4240.0, 4210.0, 4221.0, 4178.0, 4211.0, 4251.0, 4203.0, 4223.0, 4249.0, 4222.0, 4231.0, 4189.0, 4212.0, 4252.0, 4223.0, 4211.0, 4239.0, 4199.0, 4210.0, 4178.0, 4211.0, 4250.0, 4202.0, 4225.0, 4252.0, 4210.0, 4233.0, 4200.0, 4223.0, 4251.0, 4214.0, 4257.0, 4263.0, 4232.0, 4243.0, 4212.0, 4232.0, 4203.0, 4236.0, 4264.0, 4234.0, 4244.0, 4202.0, 4224.0, 4253.0, 4211.0, 4236.0, 4254.0, 4232.0, 4243.0, 4201.0, 4223.0, 4252.0, 4225.0, 4267.0, 4265.0, 4224.0, 4254.0, 4213.0, 4244.0, 4204.0, 4225.0, 4268.0, 4227.0, 4256.0, 4244.0, 4237.0, 4266.0, 4225.0, 4254.0, 4226.0, 4279.0, 4277.0, 4246.0, 4257.0, 4225.0, 4244.0, 4204.0, 4258.0, 4267.0, 4246.0, 4255.0, 4226.0, 4243.0, 4204.0, 4238.0, 4256.0, 4235.0, 4266.0, 4226.0, 4243.0, 4215.0, 4268.0, 4278.0, 4245.0, 4245.0, 4213.0, 4234.0, 4251.0, 4223.0, 4246.0, 4262.0, 4223.0, 4243.0, 4212.0, 4242.0, 4202.0, 4237.0, 4263.0, 4223.0, 4234.0, 4191.0, 4221.0, 4241.0, 4189.0, 4235.0, 4252.0, 4200.0, 4222.0, 4190.0, 4211.0, 4251.0, 4215.0, 4268.0, 4214.0, 4233.0, 4224.0, 4224.0, 4266.0, 4225.0, 4280.0, 4266.0, 4244.0, 4243.0, 4212.0, 4234.0, 4253.0, 4234.0, 4255.0, 4212.0, 4224.0, 4233.0, 4213.0, 4254.0, 4262.0, 4224.0, 4255.0, 4240.0, 4223.0, 4241.0, 4212.0, 4231.0, 4202.0, 4226.0, 4263.0, 4225.0, 4244.0, 4205.0, 4223.0, 4204.0, 4237.0, 4280.0, 4255.0, 4236.0, 4266.0, 4239.0, 4245.0, 4227.0, 4257.0, 4253.0, 4221.0, 4235.0, 4214.0, 4224.0, 4203.0, 4225.0, 4267.0, 4265.0, 4237.0, 4255.0, 4221.0, 4223.0, 4240.0, 4211.0, 4240.0, 4210.0, 4255.0, 4253.0, 4246.0, 4243.0, 4212.0, 4232.0, 4214.0, 4256.0, 4254.0, 4237.0, 4245.0, 4253.0, 4225.0, 4240.0, 4213.0, 4244.0, 4252.0, 4234.0, 4253.0, 4190.0, 4224.0, 4191.0, 4213.0, 4253.0, 4201.0, 4247.0, 4268.0, 4227.0, 4255.0, 4206.0, 4225.0, 4206.0, 4227.0, 4266.0, 4227.0, 4258.0, 4279.0, 4252.0, 4259.0, 4225.0, 4238.0, 4267.0, 4239.0, 4268.0, 4238.0, 4282.0, 4292.0, 4250.0, 4269.0, 4228.0, 4247.0, 4206.0, 4227.0, 4280.0, 4265.0, 4236.0, 4264.0, 4213.0, 4203.0, 4227.0, 4270.0, 4263.0, 4243.0, 4232.0, 4189.0, 4208.0, 4227.0, 4200.0, 4211.0, 4238.0, 4220.0, 4229.0, 4189.0, 4200.0, 4240.0, 4213.0, 4222.0, 4241.0, 4221.0, 4228.0, 4200.0, 4231.0, 4248.0, 4222.0, 4232.0, 4241.0, 4212.0, 4228.0, 4198.0, 4240.0, 4201.0, 4235.0, 4252.0, 4223.0, 4241.0, 4210.0, 4221.0, 4201.0, 4257.0, 4266.0, 4213.0, 4234.0, 4191.0, 4212.0, 4241.0, 4213.0, 4256.0, 4253.0, 4234.0, 4241.0, 4212.0, 4242.0, 4190.0, 4214.0, 4253.0, 4226.0, 4247.0, 4253.0, 4214.0, 4253.0, 4224.0, 4244.0, 4225.0, 4238.0, 4278.0, 4225.0, 4248.0, 4244.0, 4225.0, 4252.0, 4227.0, 4266.0, 4244.0, 4235.0, 4255.0, 4212.0, 4240.0, 4211.0, 4268.0, 4265.0, 4244.0, 4242.0, 4189.0, 4211.0, 4238.0, 4203.0, 4235.0, 4239.0, 4232.0, 4229.0, 4201.0, 4222.0, 4239.0, 4224.0, 4243.0, 4252.0, 4222.0], 'WindowWidth': [9511.0, 9501.0, 9441.0, 9454.0, 9452.0, 9407.0, 9363.0, 9349.0, 9367.0, 9403.0, 9333.0, 9350.0, 9424.0, 9403.0, 9375.0, 9348.0, 9341.0, 9343.0, 9395.0, 9328.0, 9367.0, 9417.0, 9347.0, 9365.0, 9394.0, 9363.0, 9377.0, 9404.0, 9364.0, 9387.0, 9422.0, 9365.0, 9392.0, 9319.0, 9365.0, 9425.0, 9420.0, 9385.0, 9399.0, 9398.0, 9363.0, 9367.0, 9328.0, 9351.0, 9405.0, 9330.0, 9369.0, 9423.0, 9350.0, 9385.0, 9373.0, 9365.0, 9419.0, 9417.0, 9381.0, 9427.0, 9402.0, 9378.0, 9378.0, 9343.0, 9358.0, 9396.0, 9337.0, 9367.0, 9399.0, 9344.0, 9361.0, 9338.0, 9356.0, 9400.0, 9395.0, 9365.0, 9425.0, 9387.0, 9384.0, 9383.0, 9361.0, 9376.0, 9398.0, 9384.0, 9401.0, 9417.0, 9378.0, 9385.0, 9332.0, 9348.0, 9400.0, 9352.0, 9400.0, 9418.0, 9349.0, 9376.0, 9333.0, 9348.0, 9414.0, 9351.0, 9386.0, 9421.0, 9347.0, 9364.0, 9397.0, 9361.0, 9402.0, 9396.0, 9365.0, 9378.0, 9383.0, 9362.0, 9380.0, 9360.0, 9387.0, 9404.0, 9345.0, 9371.0, 9405.0, 9345.0, 9373.0, 9329.0, 9348.0, 9403.0, 9385.0, 9364.0, 9420.0, 9361.0, 9361.0, 9374.0, 9344.0, 9384.0, 9407.0, 9374.0, 9404.0, 9352.0, 9361.0, 9397.0, 9345.0, 9389.0, 9409.0, 9380.0, 9407.0, 9347.0, 9361.0, 9392.0, 9339.0, 9393.0, 9423.0, 9376.0, 9382.0, 9359.0, 9383.0, 9346.0, 9380.0, 9406.0, 9374.0, 9396.0, 9402.0, 9375.0, 9380.0, 9339.0, 9342.0, 9380.0, 9349.0, 9380.0, 9396.0, 9360.0, 9365.0, 9328.0, 9373.0, 9398.0, 9345.0, 9365.0, 9401.0, 9327.0, 9366.0, 9327.0, 9344.0, 9395.0, 9380.0, 9431.0, 9424.0, 9366.0, 9402.0, 9366.0, 9402.0, 9335.0, 9378.0, 9432.0, 9357.0, 9368.0, 9405.0, 9363.0, 9386.0, 9365.0, 9430.0, 9428.0, 9383.0, 9405.0, 9362.0, 9409.0, 9413.0, 9383.0, 9412.0, 9402.0, 9376.0, 9365.0, 9340.0, 9371.0, 9379.0, 9349.0, 9362.0, 9380.0, 9360.0, 9366.0, 9348.0, 9373.0, 9377.0, 9365.0, 9410.0, 9403.0, 9368.0, 9384.0, 9346.0, 9389.0, 9399.0, 9365.0, 9410.0, 9400.0, 9360.0, 9386.0, 9345.0, 9370.0, 9316.0, 9370.0, 9426.0, 9343.0, 9360.0, 9381.0, 9345.0, 9401.0, 9397.0, 9361.0, 9373.0, 9376.0, 9358.0, 9379.0, 9344.0, 9386.0, 9381.0, 9368.0, 9409.0, 9371.0, 9350.0, 9396.0, 9347.0, 9387.0, 9399.0, 9368.0, 9409.0, 9380.0, 9362.0, 9381.0, 9341.0, 9369.0, 9380.0, 9362.0, 9406.0, 9379.0, 9355.0, 9379.0, 9342.0, 9364.0, 9328.0, 9397.0, 9427.0, 9353.0, 9373.0, 9333.0, 9359.0, 9385.0, 9350.0, 9408.0, 9421.0, 9384.0, 9387.0, 9350.0, 9353.0, 9347.0, 9339.0, 9382.0, 9342.0, 9414.0, 9419.0, 9374.0, 9383.0, 9344.0, 9388.0, 9333.0, 9362.0, 9423.0, 9382.0, 9362.0, 9380.0, 9340.0, 9383.0, 9314.0, 9347.0, 9396.0, 9373.0, 9411.0, 9401.0, 9370.0, 9412.0, 9374.0, 9407.0, 9365.0, 9363.0, 9423.0, 9350.0, 9379.0, 9390.0, 9365.0, 9399.0, 9365.0, 9424.0, 9422.0, 9375.0, 9400.0, 9400.0, 9376.0, 9364.0, 9343.0, 9355.0, 9340.0, 9402.0, 9421.0, 9396.0, 9404.0, 9352.0, 9393.0, 9419.0, 9370.0, 9368.0, 9398.0, 9345.0, 9359.0, 9379.0, 9341.0, 9386.0, 9403.0, 9362.0, 9388.0, 9328.0, 9358.0, 9327.0, 9348.0, 9424.0, 9412.0, 9371.0, 9408.0, 9350.0, 9388.0, 9356.0, 9339.0, 9383.0, 9358.0, 9440.0, 9473.0, 9438.0, 9373.0, 9383.0, 9391.0, 9341.0, 9341.0, 9374.0, 9304.0, 9317.0, 9358.0, 9381.0, 9325.0, 9342.0, 9387.0, 9333.0, 9339.0, 9295.0, 9315.0, 9349.0, 9313.0, 9341.0, 9332.0, 9325.0, 9377.0, 9309.0, 9335.0, 9375.0, 9324.0, 9364.0, 9315.0, 9366.0, 9399.0, 9349.0, 9371.0, 9316.0, 9359.0, 9396.0, 9372.0, 9429.0, 9418.0, 9380.0, 9376.0, 9327.0, 9361.0, 9398.0, 9358.0, 9383.0, 9397.0, 9364.0, 9378.0, 9362.0, 9392.0, 9366.0, 9393.0, 9426.0, 9365.0, 9392.0, 9333.0, 9363.0, 9400.0, 9363.0, 9408.0, 9398.0, 9383.0, 9405.0, 9351.0, 9388.0, 9347.0, 9362.0, 9337.0, 9405.0, 9443.0, 9417.0, 9411.0, 9369.0, 9397.0, 9377.0, 9369.0, 9428.0, 9358.0, 9360.0, 9375.0, 9364.0, 9402.0, 9365.0, 9413.0, 9429.0, 9386.0, 9379.0, 9403.0, 9347.0, 9386.0, 9314.0, 9347.0, 9403.0, 9359.0, 9367.0, 9321.0, 9370.0, 9339.0, 9384.0, 9411.0, 9399.0, 9453.0, 9431.0, 9415.0, 9393.0, 9345.0, 9361.0, 9383.0, 9364.0, 9385.0, 9404.0, 9364.0, 9369.0, 9354.0, 9362.0, 9320.0, 9388.0, 9427.0, 9367.0, 9398.0, 9324.0, 9377.0, 9403.0, 9371.0, 9428.0, 9371.0, 9396.0, 9344.0, 9383.0, 9339.0, 9388.0, 9451.0, 9442.0, 9391.0, 9390.0, 9330.0, 9361.0, 9381.0, 9344.0, 9365.0, 9385.0, 9340.0, 9357.0, 9315.0, 9363.0, 9398.0, 9353.0, 9368.0, 9395.0, 9346.0, 9367.0, 9345.0, 9360.0, 9355.0, 9370.0, 9428.0, 9401.0, 9364.0, 9401.0, 9346.0, 9377.0, 9383.0, 9366.0, 9410.0, 9397.0, 9335.0, 9339.0, 9323.0, 9337.0, 9348.0, 9364.0, 9399.0, 9329.0, 9348.0, 9397.0, 9352.0, 9389.0, 9340.0, 9393.0, 9431.0, 9363.0, 9400.0, 9373.0, 9376.0, 9444.0, 9392.0, 9443.0, 9454.0, 9413.0, 9435.0, 9369.0, 9392.0, 9426.0, 9388.0, 9434.0, 9430.0, 9393.0, 9393.0, 9328.0, 9357.0, 9396.0, 9333.0, 9361.0, 9382.0, 9339.0, 9355.0, 9294.0, 9342.0, 9395.0, 9337.0, 9364.0, 9392.0, 9360.0, 9368.0, 9310.0, 9345.0, 9399.0, 9362.0, 9344.0, 9378.0, 9323.0, 9339.0, 9294.0, 9342.0, 9393.0, 9336.0, 9369.0, 9400.0, 9342.0, 9376.0, 9328.0, 9361.0, 9396.0, 9352.0, 9415.0, 9419.0, 9372.0, 9387.0, 9347.0, 9372.0, 9335.0, 9387.0, 9421.0, 9378.0, 9392.0, 9334.0, 9366.0, 9403.0, 9347.0, 9387.0, 9405.0, 9373.0, 9389.0, 9331.0, 9363.0, 9399.0, 9370.0, 9430.0, 9423.0, 9367.0, 9404.0, 9350.0, 9391.0, 9339.0, 9369.0, 9431.0, 9379.0, 9413.0, 9394.0, 9389.0, 9423.0, 9369.0, 9404.0, 9373.0, 9449.0, 9443.0, 9400.0, 9413.0, 9370.0, 9391.0, 9339.0, 9420.0, 9431.0, 9397.0, 9411.0, 9372.0, 9389.0, 9340.0, 9391.0, 9414.0, 9384.0, 9426.0, 9372.0, 9391.0, 9356.0, 9432.0, 9446.0, 9395.0, 9395.0, 9349.0, 9379.0, 9397.0, 9364.0, 9401.0, 9416.0, 9364.0, 9389.0, 9347.0, 9385.0, 9333.0, 9388.0, 9420.0, 9362.0, 9379.0, 9317.0, 9357.0, 9382.0, 9310.0, 9380.0, 9400.0, 9326.0, 9361.0, 9314.0, 9343.0, 9396.0, 9357.0, 9432.0, 9356.0, 9378.0, 9366.0, 9368.0, 9423.0, 9371.0, 9452.0, 9430.0, 9394.0, 9388.0, 9347.0, 9378.0, 9402.0, 9381.0, 9409.0, 9345.0, 9364.0, 9374.0, 9349.0, 9405.0, 9414.0, 9368.0, 9407.0, 9380.0, 9364.0, 9383.0, 9344.0, 9369.0, 9333.0, 9374.0, 9420.0, 9369.0, 9393.0, 9342.0, 9364.0, 9340.0, 9391.0, 9452.0, 9412.0, 9386.0, 9427.0, 9396.0, 9397.0, 9377.0, 9414.0, 9404.0, 9356.0, 9381.0, 9353.0, 9366.0, 9338.0, 9369.0, 9426.0, 9424.0, 9389.0, 9409.0, 9355.0, 9361.0, 9378.0, 9342.0, 9377.0, 9342.0, 9409.0, 9402.0, 9397.0, 9388.0, 9347.0, 9370.0, 9352.0, 9410.0, 9407.0, 9390.0, 9397.0, 9402.0, 9366.0, 9379.0, 9347.0, 9389.0, 9402.0, 9382.0, 9405.0, 9315.0, 9364.0, 9317.0, 9348.0, 9402.0, 9332.0, 9401.0, 9431.0, 9376.0, 9409.0, 9346.0, 9370.0, 9344.0, 9374.0, 9425.0, 9374.0, 9417.0, 9450.0, 9419.0, 9422.0, 9371.0, 9391.0, 9431.0, 9397.0, 9434.0, 9395.0, 9459.0, 9471.0, 9412.0, 9436.0, 9380.0, 9401.0, 9346.0, 9377.0, 9453.0, 9423.0, 9384.0, 9419.0, 9348.0, 9335.0, 9372.0, 9439.0, 9422.0, 9389.0, 9370.0, 9307.0, 9332.0, 9357.0, 9326.0, 9341.0, 9372.0, 9352.0, 9362.0, 9310.0, 9326.0, 9379.0, 9350.0, 9359.0, 9383.0, 9356.0, 9359.0, 9326.0, 9368.0, 9391.0, 9360.0, 9371.0, 9380.0, 9345.0, 9361.0, 9323.0, 9380.0, 9332.0, 9382.0, 9400.0, 9363.0, 9384.0, 9342.0, 9357.0, 9331.0, 9416.0, 9430.0, 9350.0, 9379.0, 9317.0, 9344.0, 9381.0, 9350.0, 9413.0, 9405.0, 9377.0, 9382.0, 9346.0, 9385.0, 9314.0, 9350.0, 9401.0, 9373.0, 9402.0, 9403.0, 9353.0, 9401.0, 9366.0, 9394.0, 9368.0, 9392.0, 9447.0, 9370.0, 9407.0, 9394.0, 9368.0, 9400.0, 9374.0, 9430.0, 9394.0, 9384.0, 9408.0, 9347.0, 9382.0, 9344.0, 9430.0, 9425.0, 9392.0, 9387.0, 9310.0, 9343.0, 9376.0, 9335.0, 9381.0, 9377.0, 9371.0, 9362.0, 9330.0, 9360.0, 9378.0, 9366.0, 9391.0, 9400.0, 9360.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.0002530439560439561</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02037291846153846</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.24258793006601</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2551872355995584</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9966099036853681</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4567</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6458.8047</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1015957070563661</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.153846153846154</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.499375666453713</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.490861758795046</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5874428474014644</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4198223931646274</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0144951</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010234643705189228</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01774170994758606</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.05857464068157</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.5984</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.852</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.9945</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305384.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>766.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.2232</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9345</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.872</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3497.5436</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3700.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71160.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1254.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4497.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>911.6437</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.08465434284881</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> |