=== 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-0107 --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-0107",
"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-0107_ses-02_task-faces_acq-mb8_run-03_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-0107_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0107_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-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0107_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-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0107_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-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0107_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-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0107_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-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0107_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-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0107_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-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_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-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-03_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-0107/ses-02/func/sub-0107_ses-02_task-faces_acq-mb8_run-03_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>26e1b2e475bd6a1a7792b477bce71354</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>15:30:41.992500</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.995457, 0.0745063, 0.0592865, -0.0718791, 0.996385, -0.045278]</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-03_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.0863689</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-03_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4217, -7792, -7257, 412, -137, -131, 44, 40]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>239.551</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8d6080bc-a6a7-4800-a704-d3650a292368||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.6707375049591064, -0.19284644722938538, 0.16860337555408478, 117.52903747558594], [-0.19989484548568726, 2.6732285022735596, -0.11018909513950348, -93.06896209716797], [0.15906140208244324, 0.12147743999958038, 2.692476749420166, -89.68680572509766], [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': ['153041.992500', '153042.452500', '153042.912500', '153043.372500', '153043.832500', '153044.292500', '153044.752500', '153045.212500', '153045.672500', '153046.132500', '153046.592500', '153047.052500', '153047.512500', '153047.972500', '153048.432500', '153048.892500', '153049.352500', '153049.812500', '153050.272500', '153050.732500', '153051.192500', '153051.652500', '153052.112500', '153052.572500', '153053.032500', '153053.492500', '153053.952500', '153054.412500', '153054.872500', '153055.332500', '153055.792500', '153056.252500', '153056.712500', '153057.172500', '153057.632500', '153058.092500', '153058.552500', '153059.012500', '153059.472500', '153059.932500', '153100.392500', '153100.852500', '153101.312500', '153101.772500', '153102.232500', '153102.692500', '153103.152500', '153103.612500', '153104.072500', '153104.532500', '153104.992500', '153105.452500', '153105.912500', '153106.372500', '153106.832500', '153107.292500', '153107.752500', '153108.212500', '153108.672500', '153109.132500', '153109.592500', '153110.052500', '153110.512500', '153110.972500', '153111.432500', '153111.892500', '153112.352500', '153112.812500', '153113.272500', '153113.732500', '153114.192500', '153114.652500', '153115.112500', '153115.572500', '153116.032500', '153116.492500', '153116.952500', '153117.412500', '153117.872500', '153118.332500', '153118.792500', '153119.252500', '153119.712500', '153120.172500', '153120.632500', '153121.092500', '153121.552500', '153122.012500', '153122.472500', '153122.932500', '153123.392500', '153123.852500', '153124.312500', '153124.772500', '153125.232500', '153125.692500', '153126.152500', '153126.612500', '153127.072500', '153127.532500', '153127.992500', '153128.452500', '153128.912500', '153129.372500', '153129.832500', '153130.292500', '153130.752500', '153131.212500', '153131.672500', '153132.132500', '153132.592500', '153133.052500', '153133.512500', '153133.972500', '153134.432500', '153134.892500', '153135.352500', '153135.812500', '153136.272500', '153136.732500', '153137.192500', '153137.652500', '153138.112500', '153138.572500', '153139.032500', '153139.492500', '153139.952500', '153140.412500', '153140.872500', '153141.332500', '153141.792500', '153142.252500', '153142.712500', '153143.172500', '153143.632500', '153144.092500', '153144.552500', '153145.012500', '153145.472500', '153145.932500', '153146.392500', '153146.852500', '153147.312500', '153147.772500', '153148.232500', '153148.692500', '153149.152500', '153149.612500', '153150.072500', '153150.532500', '153150.992500', '153151.452500', '153151.912500', '153152.372500', '153152.832500', '153153.292500', '153153.752500', '153154.212500', '153154.672500', '153155.132500', '153155.592500', '153156.052500', '153156.512500', '153156.972500', '153157.432500', '153157.892500', '153158.352500', '153158.812500', '153159.272500', '153159.732500', '153200.192500', '153200.652500', '153201.112500', '153201.572500', '153202.032500', '153202.492500', '153202.952500', '153203.412500', '153203.872500', '153204.332500', '153204.792500', '153205.252500', '153205.712500', '153206.172500', '153206.632500', '153207.092500', '153207.552500', '153208.012500', '153208.472500', '153208.932500', '153209.392500', '153209.852500', '153210.312500', '153210.772500', '153211.232500', '153211.692500', '153212.152500', '153212.612500', '153213.072500', '153213.532500', '153213.992500', '153214.452500', '153214.912500', '153215.372500', '153215.832500', '153216.292500', '153216.752500', '153217.212500', '153217.672500', '153218.132500', '153218.592500', '153219.052500', '153219.512500', '153219.972500', '153220.432500', '153220.892500', '153221.352500', '153221.812500', '153222.272500', '153222.732500', '153223.192500', '153223.652500', '153224.112500', '153224.572500', '153225.032500', '153225.492500', '153225.952500', '153226.412500', '153226.872500', '153227.332500', '153227.792500', '153228.252500', '153228.712500', '153229.172500', '153229.632500', '153230.092500', '153230.552500', '153231.012500', '153231.472500', '153231.932500', '153232.392500', '153232.852500', '153233.312500', '153233.772500', '153234.232500', '153234.692500', '153235.152500', '153235.612500', '153236.072500', '153236.532500', '153236.992500', '153237.452500', '153237.912500', '153238.372500', '153238.832500', '153239.292500', '153239.752500', '153240.212500', '153240.672500', '153241.132500', '153241.592500', '153242.052500', '153242.512500', '153242.972500', '153243.432500', '153243.892500', '153244.352500', '153244.812500', '153245.272500', '153245.732500', '153246.192500', '153246.652500', '153247.112500', '153247.572500', '153248.032500', '153248.492500', '153248.952500', '153249.412500', '153249.872500', '153250.332500', '153250.792500', '153251.252500', '153251.712500', '153252.172500', '153252.632500', '153253.092500', '153253.552500', '153254.012500', '153254.472500', '153254.932500', '153255.392500', '153255.852500', '153256.312500', '153256.772500', '153257.232500', '153257.692500', '153258.152500', '153258.612500', '153259.072500', '153259.532500', '153259.992500', '153300.452500', '153300.912500', '153301.372500', '153301.832500', '153302.292500', '153302.752500', '153303.212500', '153303.672500', '153304.132500', '153304.592500', '153305.052500', '153305.512500', '153305.972500', '153306.432500', '153306.892500', '153307.352500', '153307.812500', '153308.272500', '153308.732500', '153309.192500', '153309.652500', '153310.112500', '153310.572500', '153311.032500', '153311.492500', '153311.952500', '153312.412500', '153312.872500', '153313.332500', '153313.792500', '153314.252500', '153314.712500', '153315.172500', '153315.632500', '153316.092500', '153316.552500', '153317.012500', '153317.472500', '153317.932500', '153318.392500', '153318.852500', '153319.312500', '153319.772500', '153320.232500', '153320.692500', '153321.152500', '153321.612500', '153322.072500', '153322.532500', '153322.992500', '153323.452500', '153323.912500', '153324.372500', '153324.832500', '153325.292500', '153325.752500', '153326.212500', '153326.672500', '153327.132500', '153327.592500', '153328.052500', '153328.512500', '153328.972500', '153329.432500', '153329.892500', '153330.352500', '153330.812500', '153331.272500', '153331.732500', '153332.192500', '153332.652500', '153333.112500', '153333.572500', '153334.032500', '153334.492500', '153334.952500', '153335.412500', '153335.872500', '153336.332500', '153336.792500', '153337.252500', '153337.712500', '153338.172500', '153338.632500', '153339.092500', '153339.552500', '153340.012500', '153340.472500', '153340.932500', '153341.392500', '153341.852500', '153342.312500', '153342.772500', '153343.232500', '153343.692500', '153344.152500', '153344.612500', '153345.072500', '153345.532500', '153345.992500', '153346.452500', '153346.912500', '153347.372500', '153347.832500', '153348.292500', '153348.752500', '153349.212500', '153349.672500', '153350.132500', '153350.592500', '153351.052500', '153351.512500', '153351.972500', '153352.432500', '153352.892500', '153353.352500', '153353.812500', '153354.272500', '153354.732500', '153355.192500', '153355.652500', '153356.112500', '153356.572500', '153357.032500', '153357.492500', '153357.952500', '153358.412500', '153358.872500', '153359.332500', '153359.792500', '153400.252500', '153400.712500', '153401.172500', '153401.632500', '153402.092500', '153402.552500', '153403.012500', '153403.472500', '153403.932500', '153404.392500', '153404.852500', '153405.312500', '153405.772500', '153406.232500', '153406.692500', '153407.152500', '153407.612500', '153408.072500', '153408.532500', '153408.992500', '153409.452500', '153409.912500', '153410.372500', '153410.832500', '153411.292500', '153411.752500', '153412.212500', '153412.672500', '153413.132500', '153413.592500', '153414.052500', '153414.512500', '153414.972500', '153415.432500', '153415.892500', '153416.352500', '153416.812500', '153417.272500', '153417.732500', '153418.192500', '153418.652500', '153419.112500', '153419.572500', '153420.032500', '153420.492500', '153420.952500', '153421.412500', '153421.872500', '153422.332500', '153422.792500', '153423.252500', '153423.712500', '153424.172500', '153424.632500', '153425.092500', '153425.552500', '153426.012500', '153426.472500', '153426.932500', '153427.392500', '153427.852500', '153428.312500', '153428.772500', '153429.232500', '153429.692500', '153430.152500', '153430.612500', '153431.072500', '153431.532500', '153431.992500', '153432.452500', '153432.912500', '153433.372500', '153433.832500', '153434.292500', '153434.752500', '153435.212500', '153435.672500', '153436.132500', '153436.592500', '153437.052500', '153437.512500', '153437.972500', '153438.432500', '153438.892500', '153439.352500', '153439.812500', '153440.272500', '153440.732500', '153441.192500', '153441.652500', '153442.112500', '153442.572500', '153443.032500', '153443.492500', '153443.952500', '153444.412500', '153444.872500', '153445.332500', '153445.792500', '153446.252500', '153446.712500', '153447.172500', '153447.632500', '153448.092500', '153448.552500', '153449.012500', '153449.472500', '153449.932500', '153450.392500', '153450.852500', '153451.312500', '153451.772500', '153452.232500', '153452.692500', '153453.152500', '153453.612500', '153454.072500', '153454.532500', '153454.992500', '153455.452500', '153455.912500', '153456.372500', '153456.832500', '153457.292500', '153457.752500', '153458.212500', '153458.672500', '153459.132500', '153459.592500', '153500.052500', '153500.512500', '153500.972500', '153501.432500', '153501.892500', '153502.352500', '153502.812500', '153503.272500', '153503.732500', '153504.192500', '153504.652500', '153505.112500', '153505.572500', '153506.032500', '153506.492500', '153506.952500', '153507.412500', '153507.872500', '153508.332500', '153508.792500', '153509.252500', '153509.712500', '153510.172500', '153510.632500', '153511.092500', '153511.552500', '153512.012500', '153512.472500', '153512.932500', '153513.392500', '153513.852500', '153514.312500', '153514.772500', '153515.232500', '153515.692500', '153516.152500', '153516.612500', '153517.072500', '153517.532500', '153517.992500', '153518.452500', '153518.912500', '153519.372500', '153519.832500', '153520.292500', '153520.752500', '153521.212500', '153521.672500', '153522.132500', '153522.592500', '153523.052500', '153523.512500', '153523.972500', '153524.432500', '153524.892500', '153525.352500', '153525.812500', '153526.272500', '153526.732500', '153527.192500', '153527.652500', '153528.112500', '153528.572500', '153529.032500', '153529.492500', '153529.952500', '153530.412500', '153530.872500', '153531.332500', '153531.792500', '153532.252500', '153532.712500', '153533.172500', '153533.632500', '153534.092500', '153534.552500', '153535.012500', '153535.472500', '153535.932500', '153536.392500', '153536.852500', '153537.312500', '153537.772500', '153538.232500', '153538.692500', '153539.152500', '153539.612500', '153540.072500', '153540.532500', '153540.992500', '153541.452500', '153541.912500', '153542.372500', '153542.832500', '153543.292500', '153543.752500', '153544.212500', '153544.672500', '153545.132500', '153545.592500', '153546.052500', '153546.512500', '153546.972500', '153547.432500', '153547.892500', '153548.352500', '153548.812500', '153549.272500', '153549.732500', '153550.192500', '153550.652500', '153551.112500', '153551.572500', '153552.032500', '153552.492500', '153552.952500', '153553.412500', '153553.872500', '153554.332500', '153554.792500', '153555.252500', '153555.712500', '153556.172500', '153556.632500', '153557.092500', '153557.552500', '153558.012500', '153558.472500', '153558.932500', '153559.392500', '153559.852500', '153600.312500', '153600.772500', '153601.232500', '153601.692500', '153602.152500', '153602.612500', '153603.072500', '153603.532500', '153603.992500', '153604.452500', '153604.912500', '153605.372500', '153605.832500', '153606.292500', '153606.752500', '153607.212500', '153607.672500', '153608.132500', '153608.592500', '153609.052500', '153609.512500', '153609.972500', '153610.432500', '153610.892500', '153611.352500', '153611.812500', '153612.272500', '153612.732500', '153613.192500', '153613.652500', '153614.112500', '153614.572500', '153615.032500', '153615.492500', '153615.952500', '153616.412500', '153616.872500', '153617.332500', '153617.792500', '153618.252500', '153618.712500', '153619.172500', '153619.632500', '153620.092500', '153620.552500', '153621.012500', '153621.472500', '153621.932500', '153622.392500', '153622.852500', '153623.312500', '153623.772500', '153624.232500', '153624.692500', '153625.152500', '153625.612500', '153626.072500', '153626.532500', '153626.992500', '153627.452500', '153627.912500', '153628.372500', '153628.832500', '153629.292500', '153629.752500', '153630.212500', '153630.672500', '153631.132500', '153631.592500', '153632.052500', '153632.512500', '153632.972500', '153633.432500', '153633.892500', '153634.352500', '153634.812500', '153635.272500', '153635.732500', '153636.192500', '153636.652500', '153637.112500', '153637.572500', '153638.032500', '153638.492500', '153638.952500', '153639.412500', '153639.872500', '153640.332500', '153640.792500', '153641.252500', '153641.712500', '153642.172500', '153642.632500', '153643.092500', '153643.552500', '153644.012500', '153644.472500', '153644.932500', '153645.392500', '153645.852500', '153646.312500', '153646.772500', '153647.232500', '153647.692500', '153648.152500', '153648.612500', '153649.072500', '153649.532500', '153649.992500', '153650.452500', '153650.912500', '153651.372500', '153651.832500', '153652.292500', '153652.752500', '153653.212500', '153653.672500', '153654.132500', '153654.592500', '153655.052500', '153655.512500', '153655.972500', '153656.432500', '153656.892500', '153657.352500', '153657.812500', '153658.272500', '153658.732500', '153659.192500', '153659.652500', '153700.112500', '153700.572500', '153701.032500', '153701.492500', '153701.952500', '153702.412500', '153702.872500', '153703.332500', '153703.792500', '153704.252500', '153704.712500', '153705.172500', '153705.632500', '153706.092500', '153706.552500', '153707.012500', '153707.472500', '153707.932500', '153708.392500', '153708.852500', '153709.312500', '153709.772500', '153710.232500', '153710.692500', '153711.152500', '153711.612500', '153712.072500', '153712.532500', '153712.992500', '153713.452500', '153713.912500', '153714.372500', '153714.832500', '153715.292500', '153715.752500', '153716.212500', '153716.672500', '153717.132500', '153717.592500', '153718.052500', '153718.512500', '153718.972500', '153719.432500', '153719.892500', '153720.352500', '153720.812500', '153721.272500', '153721.732500', '153722.192500', '153722.652500', '153723.112500', '153723.572500', '153724.032500', '153724.492500', '153724.952500', '153725.412500', '153725.872500', '153726.332500', '153726.792500', '153727.252500', '153727.712500', '153728.172500', '153728.632500', '153729.092500', '153729.552500', '153730.012500', '153730.472500', '153730.932500', '153731.392500', '153731.852500', '153732.312500', '153732.772500', '153733.232500', '153733.692500', '153734.152500', '153734.612500', '153735.072500', '153735.532500', '153735.992500', '153736.452500', '153736.912500', '153737.372500', '153737.832500', '153738.292500', '153738.752500', '153739.212500', '153739.672500', '153740.132500', '153740.592500', '153741.052500', '153741.512500', '153741.972500'], 'ContentTime': ['153052.101000', '153052.111000', '153052.114000', '153052.117000', '153052.119000', '153052.122000', '153052.124000', '153052.127000', '153052.130000', '153052.132000', '153052.135000', '153052.152000', '153052.155000', '153052.157000', '153052.171000', '153052.174000', '153052.176000', '153052.179000', '153052.181000', '153052.184000', '153112.035000', '153112.038000', '153112.041000', '153112.043000', '153112.046000', '153112.049000', '153112.051000', '153112.054000', '153112.057000', '153112.059000', '153112.062000', '153112.064000', '153112.067000', '153112.070000', '153112.072000', '153112.075000', '153112.077000', '153112.080000', '153112.082000', '153112.085000', '153112.088000', '153112.090000', '153112.093000', '153112.095000', '153112.098000', '153112.100000', '153112.103000', '153112.105000', '153112.108000', '153112.111000', '153112.113000', '153112.116000', '153112.118000', '153112.121000', '153112.123000', '153112.126000', '153112.135000', '153112.138000', '153112.140000', '153112.143000', '153112.149000', '153112.152000', '153112.155000', '153112.157000', '153132.034000', '153132.037000', '153132.040000', '153132.042000', '153132.045000', '153132.047000', '153132.050000', '153132.053000', '153132.055000', '153132.058000', '153132.060000', '153132.063000', '153132.066000', '153132.068000', '153132.071000', '153132.073000', '153132.076000', '153132.079000', '153132.081000', '153132.084000', '153132.087000', '153132.089000', '153132.092000', '153132.094000', '153132.097000', '153132.099000', '153132.102000', '153132.105000', '153132.107000', '153132.110000', '153132.112000', '153132.115000', '153132.117000', '153132.121000', '153132.124000', '153132.135000', '153132.138000', '153132.141000', '153132.143000', '153132.146000', '153132.148000', '153132.152000', '153132.155000', '153152.034000', '153152.037000', '153152.040000', '153152.042000', '153152.045000', '153152.048000', '153152.050000', '153152.053000', '153152.055000', '153152.058000', '153152.060000', '153152.064000', '153152.067000', '153152.069000', '153152.072000', '153152.074000', '153152.077000', '153152.080000', '153152.082000', '153152.085000', '153152.087000', '153152.090000', '153152.093000', '153152.095000', '153152.098000', '153152.100000', '153152.103000', '153152.106000', '153152.108000', '153152.111000', '153152.113000', '153152.116000', '153152.119000', '153152.121000', '153152.124000', '153152.127000', '153152.149000', '153152.152000', '153152.155000', '153152.157000', '153152.160000', '153152.162000', '153152.165000', '153152.168000', '153212.034000', '153212.037000', '153212.040000', '153212.042000', '153212.045000', '153212.047000', '153212.050000', '153212.053000', '153212.055000', '153212.058000', '153212.060000', '153212.063000', '153212.065000', '153212.069000', '153212.071000', '153212.074000', '153212.077000', '153212.079000', '153212.082000', '153212.084000', '153212.087000', '153212.090000', '153212.092000', '153212.095000', '153212.098000', '153212.100000', '153212.103000', '153212.105000', '153212.108000', '153212.111000', '153212.113000', '153212.116000', '153212.133000', '153212.136000', '153212.138000', '153212.141000', '153212.144000', '153212.146000', '153212.149000', '153212.152000', '153212.154000', '153212.157000', '153212.159000', '153232.035000', '153232.038000', '153232.041000', '153232.044000', '153232.046000', '153232.049000', '153232.051000', '153232.054000', '153232.056000', '153232.059000', '153232.062000', '153232.064000', '153232.067000', '153232.069000', '153232.072000', '153232.074000', '153232.077000', '153232.080000', '153232.082000', '153232.085000', '153232.087000', '153232.090000', '153232.093000', '153232.095000', '153232.098000', '153232.100000', '153232.103000', '153232.106000', '153232.108000', '153232.111000', '153232.113000', '153232.116000', '153232.119000', '153232.121000', '153232.124000', '153232.139000', '153232.142000', '153232.145000', '153232.147000', '153232.150000', '153232.152000', '153232.155000', '153232.158000', '153232.160000', '153252.036000', '153252.039000', '153252.041000', '153252.044000', '153252.046000', '153252.049000', '153252.052000', '153252.054000', '153252.057000', '153252.059000', '153252.062000', '153252.065000', '153252.067000', '153252.070000', '153252.072000', '153252.075000', '153252.078000', '153252.080000', '153252.083000', '153252.085000', '153252.088000', '153252.091000', '153252.093000', '153252.096000', '153252.099000', '153252.101000', '153252.104000', '153252.107000', '153252.109000', '153252.112000', '153252.114000', '153252.117000', '153252.120000', '153252.122000', '153252.125000', '153252.128000', '153252.130000', '153252.133000', '153252.135000', '153252.138000', '153252.141000', '153252.143000', '153252.146000', '153312.035000', '153312.038000', '153312.041000', '153312.043000', '153312.046000', '153312.054000', '153312.056000', '153312.059000', '153312.061000', '153312.064000', '153312.067000', '153312.069000', '153312.072000', '153312.075000', '153312.077000', '153312.080000', '153312.083000', '153312.085000', '153312.088000', '153312.090000', '153312.093000', '153312.096000', '153312.098000', '153312.101000', '153312.104000', '153312.106000', '153312.109000', '153312.111000', '153312.114000', '153312.117000', '153312.119000', '153312.122000', '153312.124000', '153312.127000', '153312.130000', '153312.132000', '153312.135000', '153312.137000', '153312.140000', '153312.143000', '153312.145000', '153312.148000', '153312.151000', '153312.153000', '153332.035000', '153332.038000', '153332.041000', '153332.043000', '153332.046000', '153332.049000', '153332.051000', '153332.054000', '153332.056000', '153332.059000', '153332.061000', '153332.064000', '153332.066000', '153332.069000', '153332.072000', '153332.074000', '153332.077000', '153332.079000', '153332.082000', '153332.085000', '153332.087000', '153332.090000', '153332.092000', '153332.095000', '153332.098000', '153332.100000', '153332.103000', '153332.105000', '153332.108000', '153332.111000', '153332.113000', '153332.116000', '153332.118000', '153332.121000', '153332.124000', '153332.126000', '153332.129000', '153332.131000', '153332.134000', '153332.136000', '153332.139000', '153332.142000', '153332.144000', '153352.034000', '153352.037000', '153352.040000', '153352.042000', '153352.045000', '153352.048000', '153352.050000', '153352.053000', '153352.056000', '153352.058000', '153352.061000', '153352.064000', '153352.066000', '153352.069000', '153352.071000', '153352.074000', '153352.077000', '153352.079000', '153352.082000', '153352.085000', '153352.087000', '153352.090000', '153352.093000', '153352.095000', '153352.098000', '153352.100000', '153352.103000', '153352.106000', '153352.125000', '153352.127000', '153352.130000', '153352.132000', '153352.135000', '153352.138000', '153352.140000', '153352.143000', '153352.146000', '153352.148000', '153352.151000', '153352.153000', '153352.156000', '153352.159000', '153352.162000', '153352.164000', '153412.034000', '153412.037000', '153412.040000', '153412.042000', '153412.045000', '153412.047000', '153412.050000', '153412.053000', '153412.055000', '153412.058000', '153412.060000', '153412.063000', '153412.066000', '153412.068000', '153412.071000', '153412.073000', '153412.076000', '153412.079000', '153412.081000', '153412.084000', '153412.086000', '153412.089000', '153412.091000', '153412.094000', '153412.097000', '153412.099000', '153412.102000', '153412.105000', '153412.107000', '153412.110000', '153412.112000', '153412.115000', '153412.117000', '153412.120000', '153412.123000', '153412.132000', '153412.134000', '153412.137000', '153412.139000', '153412.142000', '153412.144000', '153412.147000', '153412.150000', '153432.034000', '153432.037000', '153432.040000', '153432.042000', '153432.045000', '153432.047000', '153432.050000', '153432.053000', '153432.055000', '153432.058000', '153432.060000', '153432.063000', '153432.066000', '153432.068000', '153432.071000', '153432.073000', '153432.076000', '153432.079000', '153432.081000', '153432.084000', '153432.086000', '153432.089000', '153432.092000', '153432.094000', '153432.097000', '153432.099000', '153432.102000', '153432.105000', '153432.107000', '153432.110000', '153432.113000', '153432.115000', '153432.118000', '153432.120000', '153432.123000', '153432.126000', '153432.128000', '153432.131000', '153432.133000', '153432.136000', '153432.139000', '153432.141000', '153432.144000', '153432.147000', '153452.035000', '153452.038000', '153452.041000', '153452.044000', '153452.046000', '153452.049000', '153452.051000', '153452.054000', '153452.057000', '153452.060000', '153452.062000', '153452.065000', '153452.067000', '153452.070000', '153452.073000', '153452.075000', '153452.078000', '153452.081000', '153452.083000', '153452.086000', '153452.089000', '153452.091000', '153452.094000', '153452.097000', '153452.099000', '153452.102000', '153452.105000', '153452.107000', '153452.110000', '153452.112000', '153452.115000', '153452.118000', '153452.120000', '153452.123000', '153452.126000', '153452.128000', '153452.131000', '153452.133000', '153452.136000', '153452.139000', '153452.141000', '153452.144000', '153452.147000', '153512.036000', '153512.038000', '153512.041000', '153512.044000', '153512.046000', '153512.054000', '153512.057000', '153512.060000', '153512.062000', '153512.065000', '153512.068000', '153512.070000', '153512.073000', '153512.075000', '153512.078000', '153512.081000', '153512.083000', '153512.086000', '153512.089000', '153512.092000', '153512.094000', '153512.097000', '153512.099000', '153512.102000', '153512.105000', '153512.107000', '153512.110000', '153512.113000', '153512.115000', '153512.118000', '153512.120000', '153512.123000', '153512.126000', '153512.128000', '153512.131000', '153512.133000', '153512.136000', '153512.139000', '153512.141000', '153512.144000', '153512.147000', '153512.149000', '153512.152000', '153512.155000', '153532.036000', '153532.038000', '153532.041000', '153532.044000', '153532.047000', '153532.049000', '153532.052000', '153532.054000', '153532.057000', '153532.060000', '153532.063000', '153532.065000', '153532.068000', '153532.070000', '153532.073000', '153532.076000', '153532.078000', '153532.081000', '153532.083000', '153532.086000', '153532.089000', '153532.091000', '153532.094000', '153532.097000', '153532.099000', '153532.102000', '153532.105000', '153532.107000', '153532.110000', '153532.113000', '153532.115000', '153532.118000', '153532.121000', '153532.123000', '153532.126000', '153532.128000', '153532.131000', '153532.134000', '153532.136000', '153532.139000', '153532.141000', '153532.144000', '153532.147000', '153552.036000', '153552.039000', '153552.041000', '153552.044000', '153552.046000', '153552.049000', '153552.052000', '153552.055000', '153552.057000', '153552.064000', '153552.067000', '153552.069000', '153552.072000', '153552.075000', '153552.078000', '153552.080000', '153552.083000', '153552.086000', '153552.088000', '153552.091000', '153552.093000', '153552.096000', '153552.099000', '153552.101000', '153552.104000', '153552.107000', '153552.109000', '153552.112000', '153552.115000', '153552.118000', '153552.120000', '153552.123000', '153552.125000', '153552.128000', '153552.130000', '153552.133000', '153552.136000', '153552.138000', '153552.141000', '153552.144000', '153552.146000', '153552.149000', '153552.151000', '153552.154000', '153612.034000', '153612.037000', '153612.040000', '153612.043000', '153612.045000', '153612.048000', '153612.050000', '153612.053000', '153612.056000', '153612.058000', '153612.061000', '153612.063000', '153612.066000', '153612.069000', '153612.071000', '153612.074000', '153612.077000', '153612.079000', '153612.082000', '153612.084000', '153612.087000', '153612.090000', '153612.092000', '153612.095000', '153612.098000', '153612.100000', '153612.103000', '153612.105000', '153612.108000', '153612.111000', '153612.113000', '153612.116000', '153612.119000', '153612.121000', '153612.124000', '153612.126000', '153612.129000', '153612.132000', '153612.134000', '153612.137000', '153612.139000', '153612.142000', '153612.145000', '153632.037000', '153632.040000', '153632.043000', '153632.045000', '153632.048000', '153632.051000', '153632.053000', '153632.056000', '153632.059000', '153632.061000', '153632.064000', '153632.066000', '153632.069000', '153632.073000', '153632.076000', '153632.078000', '153632.081000', '153632.084000', '153632.086000', '153632.089000', '153632.092000', '153632.094000', '153632.097000', '153632.099000', '153632.102000', '153632.105000', '153632.107000', '153632.110000', '153632.112000', '153632.115000', '153632.118000', '153632.120000', '153632.123000', '153632.126000', '153632.128000', '153632.131000', '153632.134000', '153632.136000', '153632.139000', '153632.142000', '153632.144000', '153632.147000', '153632.149000', '153652.035000', '153652.038000', '153652.040000', '153652.044000', '153652.046000', '153652.049000', '153652.051000', '153652.054000', '153652.057000', '153652.059000', '153652.062000', '153652.065000', '153652.067000', '153652.070000', '153652.072000', '153652.075000', '153652.078000', '153652.080000', '153652.083000', '153652.086000', '153652.088000', '153652.119000', '153652.121000', '153652.124000', '153652.127000', '153652.129000', '153652.132000', '153652.135000', '153652.137000', '153652.140000', '153652.142000', '153652.145000', '153652.148000', '153652.150000', '153652.153000', '153652.156000', '153652.158000', '153652.161000', '153652.163000', '153652.166000', '153652.169000', '153652.171000', '153652.174000', '153652.176000', '153712.036000', '153712.039000', '153712.042000', '153712.045000', '153712.047000', '153712.050000', '153712.053000', '153712.055000', '153712.058000', '153712.061000', '153712.063000', '153712.066000', '153712.068000', '153712.071000', '153712.074000', '153712.076000', '153712.079000', '153712.081000', '153712.084000', '153712.087000', '153712.089000', '153712.092000', '153712.094000', '153712.097000', '153712.100000', '153712.102000', '153712.105000', '153712.108000', '153712.110000', '153712.113000', '153712.115000', '153712.118000', '153712.121000', '153712.123000', '153712.126000', '153712.129000', '153712.131000', '153712.134000', '153712.136000', '153712.139000', '153712.142000', '153712.144000', '153712.147000', '153732.035000', '153732.038000', '153732.041000', '153732.044000', '153732.046000', '153732.049000', '153732.052000', '153732.054000', '153732.057000', '153732.060000', '153732.062000', '153732.065000', '153732.067000', '153732.070000', '153732.073000', '153732.075000', '153732.078000', '153732.080000', '153732.083000', '153732.086000', '153732.088000', '153732.091000', '153732.093000', '153732.096000', '153732.099000', '153732.101000', '153732.104000', '153732.117000', '153732.119000', '153732.122000', '153732.125000', '153732.127000', '153732.130000', '153732.133000', '153732.135000', '153732.138000', '153732.140000', '153732.143000', '153732.146000', '153732.148000', '153732.151000', '153732.153000', '153732.156000', '153732.159000', '153742.891000', '153742.893000', '153742.896000', '153742.899000', '153742.901000', '153742.904000', '153742.907000', '153742.909000', '153742.912000', '153742.914000', '153742.917000', '153742.920000', '153742.922000', '153742.925000', '153742.928000', '153742.930000', '153742.933000', '153742.935000', '153742.938000', '153742.941000', '153742.950000', '153742.953000', '153742.956000', '153742.958000'], 'InstanceCreationTime': ['153052.101000', '153052.111000', '153052.114000', '153052.117000', '153052.119000', '153052.122000', '153052.124000', '153052.127000', '153052.130000', '153052.132000', '153052.135000', '153052.152000', '153052.155000', '153052.157000', '153052.171000', '153052.174000', '153052.176000', '153052.179000', '153052.181000', '153052.184000', '153112.035000', '153112.038000', '153112.041000', '153112.043000', '153112.046000', '153112.049000', '153112.051000', '153112.054000', '153112.057000', '153112.059000', '153112.062000', '153112.064000', '153112.067000', '153112.070000', '153112.072000', '153112.075000', '153112.077000', '153112.080000', '153112.082000', '153112.085000', '153112.088000', '153112.090000', '153112.093000', '153112.095000', '153112.098000', '153112.100000', '153112.103000', '153112.105000', '153112.108000', '153112.111000', '153112.113000', '153112.116000', '153112.118000', '153112.121000', '153112.123000', '153112.126000', '153112.135000', '153112.138000', '153112.140000', '153112.143000', '153112.149000', '153112.152000', '153112.155000', '153112.157000', '153132.034000', '153132.037000', '153132.040000', '153132.042000', '153132.045000', '153132.047000', '153132.050000', '153132.053000', '153132.055000', '153132.058000', '153132.060000', '153132.063000', '153132.066000', '153132.068000', '153132.071000', '153132.073000', '153132.076000', '153132.079000', '153132.081000', '153132.084000', '153132.087000', '153132.089000', '153132.092000', '153132.094000', '153132.097000', '153132.099000', '153132.102000', '153132.105000', '153132.107000', '153132.110000', '153132.112000', '153132.115000', '153132.117000', '153132.121000', '153132.124000', '153132.135000', '153132.138000', '153132.141000', '153132.143000', '153132.146000', '153132.148000', '153132.152000', '153132.155000', '153152.034000', '153152.037000', '153152.040000', '153152.042000', '153152.045000', '153152.048000', '153152.050000', '153152.053000', '153152.055000', '153152.058000', '153152.060000', '153152.064000', '153152.067000', '153152.069000', '153152.072000', '153152.074000', '153152.077000', '153152.080000', '153152.082000', '153152.085000', '153152.087000', '153152.090000', '153152.093000', '153152.095000', '153152.098000', '153152.100000', '153152.103000', '153152.106000', '153152.108000', '153152.111000', '153152.113000', '153152.116000', '153152.119000', '153152.121000', '153152.124000', '153152.127000', '153152.149000', '153152.152000', '153152.155000', '153152.157000', '153152.160000', '153152.162000', '153152.165000', '153152.168000', '153212.034000', '153212.037000', '153212.040000', '153212.042000', '153212.045000', '153212.047000', '153212.050000', '153212.053000', '153212.055000', '153212.058000', '153212.060000', '153212.063000', '153212.065000', '153212.069000', '153212.071000', '153212.074000', '153212.077000', '153212.079000', '153212.082000', '153212.084000', '153212.087000', '153212.090000', '153212.092000', '153212.095000', '153212.098000', '153212.100000', '153212.103000', '153212.105000', '153212.108000', '153212.111000', '153212.113000', '153212.116000', '153212.133000', '153212.136000', '153212.138000', '153212.141000', '153212.144000', '153212.146000', '153212.149000', '153212.152000', '153212.154000', '153212.157000', '153212.159000', '153232.035000', '153232.038000', '153232.041000', '153232.044000', '153232.046000', '153232.049000', '153232.051000', '153232.054000', '153232.056000', '153232.059000', '153232.062000', '153232.064000', '153232.067000', '153232.069000', '153232.072000', '153232.074000', '153232.077000', '153232.080000', '153232.082000', '153232.085000', '153232.087000', '153232.090000', '153232.093000', '153232.095000', '153232.098000', '153232.100000', '153232.103000', '153232.106000', '153232.108000', '153232.111000', '153232.113000', '153232.116000', '153232.119000', '153232.121000', '153232.124000', '153232.139000', '153232.142000', '153232.145000', '153232.147000', '153232.150000', '153232.152000', '153232.155000', '153232.158000', '153232.160000', '153252.036000', '153252.039000', '153252.041000', '153252.044000', '153252.046000', '153252.049000', '153252.052000', '153252.054000', '153252.057000', '153252.059000', '153252.062000', '153252.065000', '153252.067000', '153252.070000', '153252.072000', '153252.075000', '153252.078000', '153252.080000', '153252.083000', '153252.085000', '153252.088000', '153252.091000', '153252.093000', '153252.096000', '153252.099000', '153252.101000', '153252.104000', '153252.107000', '153252.109000', '153252.112000', '153252.114000', '153252.117000', '153252.120000', '153252.122000', '153252.125000', '153252.128000', '153252.130000', '153252.133000', '153252.135000', '153252.138000', '153252.141000', '153252.143000', '153252.146000', '153312.035000', '153312.038000', '153312.041000', '153312.043000', '153312.046000', '153312.054000', '153312.056000', '153312.059000', '153312.061000', '153312.064000', '153312.067000', '153312.069000', '153312.072000', '153312.075000', '153312.077000', '153312.080000', '153312.083000', '153312.085000', '153312.088000', '153312.090000', '153312.093000', '153312.096000', '153312.098000', '153312.101000', '153312.104000', '153312.106000', '153312.109000', '153312.111000', '153312.114000', '153312.117000', '153312.119000', '153312.122000', '153312.124000', '153312.127000', '153312.130000', '153312.132000', '153312.135000', '153312.137000', '153312.140000', '153312.143000', '153312.145000', '153312.148000', '153312.151000', '153312.153000', '153332.035000', '153332.038000', '153332.041000', '153332.043000', '153332.046000', '153332.049000', '153332.051000', '153332.054000', '153332.056000', '153332.059000', '153332.061000', '153332.064000', '153332.066000', '153332.069000', '153332.072000', '153332.074000', '153332.077000', '153332.079000', '153332.082000', '153332.085000', '153332.087000', '153332.090000', '153332.092000', '153332.095000', '153332.098000', '153332.100000', '153332.103000', '153332.105000', '153332.108000', '153332.111000', '153332.113000', '153332.116000', '153332.118000', '153332.121000', '153332.124000', '153332.126000', '153332.129000', '153332.131000', '153332.134000', '153332.136000', '153332.139000', '153332.142000', '153332.144000', '153352.034000', '153352.037000', '153352.040000', '153352.042000', '153352.045000', '153352.048000', '153352.050000', '153352.053000', '153352.056000', '153352.058000', '153352.061000', '153352.064000', '153352.066000', '153352.069000', '153352.071000', '153352.074000', '153352.077000', '153352.079000', '153352.082000', '153352.085000', '153352.087000', '153352.090000', '153352.093000', '153352.095000', '153352.098000', '153352.100000', '153352.103000', '153352.106000', '153352.125000', '153352.127000', '153352.130000', '153352.132000', '153352.135000', '153352.138000', '153352.140000', '153352.143000', '153352.146000', '153352.148000', '153352.151000', '153352.153000', '153352.156000', '153352.159000', '153352.162000', '153352.164000', '153412.034000', '153412.037000', '153412.040000', '153412.042000', '153412.045000', '153412.047000', '153412.050000', '153412.053000', '153412.055000', '153412.058000', '153412.060000', '153412.063000', '153412.066000', '153412.068000', '153412.071000', '153412.073000', '153412.076000', '153412.079000', '153412.081000', '153412.084000', '153412.086000', '153412.089000', '153412.091000', '153412.094000', '153412.097000', '153412.099000', '153412.102000', '153412.105000', '153412.107000', '153412.110000', '153412.112000', '153412.115000', '153412.117000', '153412.120000', '153412.123000', '153412.132000', '153412.134000', '153412.137000', '153412.139000', '153412.142000', '153412.144000', '153412.147000', '153412.150000', '153432.034000', '153432.037000', '153432.040000', '153432.042000', '153432.045000', '153432.047000', '153432.050000', '153432.053000', '153432.055000', '153432.058000', '153432.060000', '153432.063000', '153432.066000', '153432.068000', '153432.071000', '153432.073000', '153432.076000', '153432.079000', '153432.081000', '153432.084000', '153432.086000', '153432.089000', '153432.092000', '153432.094000', '153432.097000', '153432.099000', '153432.102000', '153432.105000', '153432.107000', '153432.110000', '153432.113000', '153432.115000', '153432.118000', '153432.120000', '153432.123000', '153432.126000', '153432.128000', '153432.131000', '153432.133000', '153432.136000', '153432.139000', '153432.141000', '153432.144000', '153432.147000', '153452.035000', '153452.038000', '153452.041000', '153452.044000', '153452.046000', '153452.049000', '153452.051000', '153452.054000', '153452.057000', '153452.060000', '153452.062000', '153452.065000', '153452.067000', '153452.070000', '153452.073000', '153452.075000', '153452.078000', '153452.081000', '153452.083000', '153452.086000', '153452.089000', '153452.091000', '153452.094000', '153452.097000', '153452.099000', '153452.102000', '153452.105000', '153452.107000', '153452.110000', '153452.112000', '153452.115000', '153452.118000', '153452.120000', '153452.123000', '153452.126000', '153452.128000', '153452.131000', '153452.133000', '153452.136000', '153452.139000', '153452.141000', '153452.144000', '153452.147000', '153512.036000', '153512.038000', '153512.041000', '153512.044000', '153512.046000', '153512.054000', '153512.057000', '153512.060000', '153512.062000', '153512.065000', '153512.068000', '153512.070000', '153512.073000', '153512.075000', '153512.078000', '153512.081000', '153512.083000', '153512.086000', '153512.089000', '153512.092000', '153512.094000', '153512.097000', '153512.099000', '153512.102000', '153512.105000', '153512.107000', '153512.110000', '153512.113000', '153512.115000', '153512.118000', '153512.120000', '153512.123000', '153512.126000', '153512.128000', '153512.131000', '153512.133000', '153512.136000', '153512.139000', '153512.141000', '153512.144000', '153512.147000', '153512.149000', '153512.152000', '153512.155000', '153532.036000', '153532.038000', '153532.041000', '153532.044000', '153532.047000', '153532.049000', '153532.052000', '153532.054000', '153532.057000', '153532.060000', '153532.063000', '153532.065000', '153532.068000', '153532.070000', '153532.073000', '153532.076000', '153532.078000', '153532.081000', '153532.083000', '153532.086000', '153532.089000', '153532.091000', '153532.094000', '153532.097000', '153532.099000', '153532.102000', '153532.105000', '153532.107000', '153532.110000', '153532.113000', '153532.115000', '153532.118000', '153532.121000', '153532.123000', '153532.126000', '153532.128000', '153532.131000', '153532.134000', '153532.136000', '153532.139000', '153532.141000', '153532.144000', '153532.147000', '153552.036000', '153552.039000', '153552.041000', '153552.044000', '153552.046000', '153552.049000', '153552.052000', '153552.055000', '153552.057000', '153552.064000', '153552.067000', '153552.069000', '153552.072000', '153552.075000', '153552.078000', '153552.080000', '153552.083000', '153552.086000', '153552.088000', '153552.091000', '153552.093000', '153552.096000', '153552.099000', '153552.101000', '153552.104000', '153552.107000', '153552.109000', '153552.112000', '153552.115000', '153552.118000', '153552.120000', '153552.123000', '153552.125000', '153552.128000', '153552.130000', '153552.133000', '153552.136000', '153552.138000', '153552.141000', '153552.144000', '153552.146000', '153552.149000', '153552.151000', '153552.154000', '153612.034000', '153612.037000', '153612.040000', '153612.043000', '153612.045000', '153612.048000', '153612.050000', '153612.053000', '153612.056000', '153612.058000', '153612.061000', '153612.063000', '153612.066000', '153612.069000', '153612.071000', '153612.074000', '153612.077000', '153612.079000', '153612.082000', '153612.084000', '153612.087000', '153612.090000', '153612.092000', '153612.095000', '153612.098000', '153612.100000', '153612.103000', '153612.105000', '153612.108000', '153612.111000', '153612.113000', '153612.116000', '153612.119000', '153612.121000', '153612.124000', '153612.126000', '153612.129000', '153612.132000', '153612.134000', '153612.137000', '153612.139000', '153612.142000', '153612.145000', '153632.037000', '153632.040000', '153632.043000', '153632.045000', '153632.048000', '153632.051000', '153632.053000', '153632.056000', '153632.059000', '153632.061000', '153632.064000', '153632.066000', '153632.069000', '153632.073000', '153632.076000', '153632.078000', '153632.081000', '153632.084000', '153632.086000', '153632.089000', '153632.092000', '153632.094000', '153632.097000', '153632.099000', '153632.102000', '153632.105000', '153632.107000', '153632.110000', '153632.112000', '153632.115000', '153632.118000', '153632.120000', '153632.123000', '153632.126000', '153632.128000', '153632.131000', '153632.134000', '153632.136000', '153632.139000', '153632.142000', '153632.144000', '153632.147000', '153632.149000', '153652.035000', '153652.038000', '153652.040000', '153652.044000', '153652.046000', '153652.049000', '153652.051000', '153652.054000', '153652.057000', '153652.059000', '153652.062000', '153652.065000', '153652.067000', '153652.070000', '153652.072000', '153652.075000', '153652.078000', '153652.080000', '153652.083000', '153652.086000', '153652.088000', '153652.119000', '153652.121000', '153652.124000', '153652.127000', '153652.129000', '153652.132000', '153652.135000', '153652.137000', '153652.140000', '153652.142000', '153652.145000', '153652.148000', '153652.150000', '153652.153000', '153652.156000', '153652.158000', '153652.161000', '153652.163000', '153652.166000', '153652.169000', '153652.171000', '153652.174000', '153652.176000', '153712.036000', '153712.039000', '153712.042000', '153712.045000', '153712.047000', '153712.050000', '153712.053000', '153712.055000', '153712.058000', '153712.061000', '153712.063000', '153712.066000', '153712.068000', '153712.071000', '153712.074000', '153712.076000', '153712.079000', '153712.081000', '153712.084000', '153712.087000', '153712.089000', '153712.092000', '153712.094000', '153712.097000', '153712.100000', '153712.102000', '153712.105000', '153712.108000', '153712.110000', '153712.113000', '153712.115000', '153712.118000', '153712.121000', '153712.123000', '153712.126000', '153712.129000', '153712.131000', '153712.134000', '153712.136000', '153712.139000', '153712.142000', '153712.144000', '153712.147000', '153732.035000', '153732.038000', '153732.041000', '153732.044000', '153732.046000', '153732.049000', '153732.052000', '153732.054000', '153732.057000', '153732.060000', '153732.062000', '153732.065000', '153732.067000', '153732.070000', '153732.073000', '153732.075000', '153732.078000', '153732.080000', '153732.083000', '153732.086000', '153732.088000', '153732.091000', '153732.093000', '153732.096000', '153732.099000', '153732.101000', '153732.104000', '153732.117000', '153732.119000', '153732.122000', '153732.125000', '153732.127000', '153732.130000', '153732.133000', '153732.135000', '153732.138000', '153732.140000', '153732.143000', '153732.146000', '153732.148000', '153732.151000', '153732.153000', '153732.156000', '153732.159000', '153742.891000', '153742.893000', '153742.896000', '153742.899000', '153742.901000', '153742.904000', '153742.907000', '153742.909000', '153742.912000', '153742.914000', '153742.917000', '153742.920000', '153742.922000', '153742.925000', '153742.928000', '153742.930000', '153742.933000', '153742.935000', '153742.938000', '153742.941000', '153742.950000', '153742.953000', '153742.956000', '153742.958000'], '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': [12945, 8740, 12298, 9627, 12354, 9705, 12402, 9962, 14756, 10152, 8709, 11661, 8312, 12260, 9582, 12006, 10097, 9903, 9797, 7650, 11264, 8170, 12759, 9428, 12074, 9411, 12345, 8959, 8182, 11205, 7435, 11663, 8774, 12457, 10043, 12182, 9404, 8037, 11087, 8383, 12323, 9477, 12455, 9345, 12051, 10084, 11538, 10661, 7823, 11732, 7956, 12209, 9670, 12064, 9581, 11798, 9165, 8388, 11614, 8293, 12122, 9078, 11765, 9655, 12069, 9400, 10970, 9590, 7806, 11807, 8397, 12201, 9204, 11937, 9534, 11922, 9973, 11841, 9903, 7628, 11254, 8140, 12296, 8267, 12198, 9347, 11817, 9397, 12914, 9617, 8646, 10630, 7616, 11658, 8578, 12432, 9853, 11991, 9071, 8041, 10479, 7797, 12261, 9115, 12003, 9359, 11611, 9515, 12572, 9655, 14484, 9907, 13291, 9771, 8710, 11711, 8083, 11463, 7750, 11554, 8968, 11522, 9344, 8749, 9034, 7176, 11319, 7925, 12326, 10003, 11902, 9991, 13130, 9476, 14346, 9791, 8647, 11187, 7411, 11908, 8345, 12050, 9167, 12022, 9713, 10999, 8853, 13052, 10633, 7394, 11435, 7758, 12103, 9061, 11903, 9873, 9935, 9450, 7212, 11226, 8163, 11823, 9054, 11925, 9006, 11669, 10484, 7562, 11926, 8950, 12176, 9854, 13812, 9511, 10545, 10298, 7523, 11784, 8777, 12613, 10122, 15283, 9570, 10922, 9831, 7545, 11562, 8139, 12013, 8927, 11498, 9413, 14050, 9798, 7383, 10232, 7270, 11669, 9044, 11981, 9189, 11234, 9428, 7401, 11097, 8209, 12203, 9418, 12035, 9211, 12441, 10399, 7465, 11791, 8579, 11619, 9676, 15715, 9942, 8623, 9689, 7400, 11579, 9247, 12455, 9438, 12065, 9154, 9468, 11623, 7755, 12009, 8722, 12039, 9390, 12700, 9394, 12739, 9311, 7638, 11164, 8022, 12058, 8625, 11673, 8824, 11380, 9097, 10730, 10199, 7404, 11903, 8334, 11433, 9560, 12744, 9269, 7943, 10378, 7613, 12192, 9058, 12183, 9439, 15143, 9145, 10681, 10898, 8518, 11646, 7849, 11622, 8933, 12858, 9218, 11222, 8840, 7426, 11233, 8020, 12216, 9458, 12828, 9158, 9179, 10661, 7469, 11740, 8606, 11870, 9264, 12385, 9649, 10052, 9802, 7492, 11335, 7961, 12822, 9219, 11777, 9536, 11629, 8726, 8137, 11263, 7636, 11370, 8576, 11791, 9451, 13741, 9400, 8117, 10845, 7519, 12519, 9077, 12780, 8679, 11479, 9048, 12818, 9474, 13754, 8753, 9192, 7988, 7854, 11285, 8690, 7811, 9939, 8106, 12809, 9693, 7674, 11832, 9111, 15931, 9783, 10676, 12056, 8133, 11698, 8688, 12757, 9869, 9615, 9934, 7494, 11411, 8312, 14538, 9601, 7979, 9716, 7361, 11695, 8730, 11161, 9949, 7820, 11839, 8854, 12683, 9494, 15639, 9687, 9494, 10756, 7314, 12362, 9557, 14364, 8908, 7140, 10659, 7713, 11882, 9151, 12156, 8632, 12718, 8939, 15503, 9954, 8387, 11710, 7847, 11083, 8060, 11735, 8878, 12171, 8930, 7012, 11186, 7492, 11892, 8761, 12765, 9079, 12696, 8918, 8354, 10747, 7071, 11418, 8122, 11255, 8764, 13475, 9046, 7143, 10931, 7486, 11757, 9147, 12816, 9473, 12126, 9380, 7344, 11620, 8321, 11811, 9223, 12598, 8781, 8077, 10399, 7437, 11731, 9345, 12054, 8860, 10785, 10207, 6986, 11520, 8526, 12655, 9304, 14736, 8814, 7444, 10454, 7588, 12264, 9466, 14671, 9107, 9764, 10619, 7122, 11221, 7767, 12192, 9204, 13435, 10114, 6939, 11029, 8351, 9114, 8978, 7142, 12558, 8800, 14269, 9491, 7427, 10347, 7295, 13496, 10087, 15899, 9344, 7363, 10276, 8461, 9358, 10072, 7950, 13283, 9119, 10149, 12097, 8816, 12539, 11424, 11563, 7733, 11769, 8828, 13008, 9064, 9581, 8688, 7358, 11442, 8065, 11653, 8593, 12591, 8553, 10143, 9975, 7488, 11317, 8614, 11877, 8712, 10550, 9580, 7610, 10452, 7552, 12125, 9594, 11733, 8489, 7269, 10228, 7575, 12238, 9716, 11332, 8516, 13889, 8582, 7585, 10432, 7125, 10814, 7710, 12087, 9133, 14801, 9137, 8064, 10534, 7056, 10882, 7799, 12940, 8639, 12354, 8428, 13159, 8949, 10007, 9508, 7226, 11137, 7059, 10853, 8142, 12900, 9317, 13006, 9172, 8465, 10386, 7073, 13129, 8653, 11774, 8724, 13664, 8992, 8792, 10872, 7265, 11188, 8323, 12485, 9503, 16991, 8771, 10204, 9153, 7515, 11861, 7479, 11315, 8518, 11530, 8441, 11363, 8780, 7487, 12694, 9516, 7257, 10258, 8078, 9038, 9444, 13277, 12006, 10760, 11243, 7657, 12011, 8620, 13055, 9234, 9671, 9349, 7482, 10382, 7985, 13023, 8743, 12055, 9163, 13348, 8955, 10033, 12055, 7323, 11101, 8319, 11540, 8610, 10918, 9854, 7236, 11219, 7805, 12649, 9146, 16096, 9079, 8731, 9385, 7310, 12397, 8222, 12508, 8757, 8985, 9256, 7640, 12309, 9266, 7111, 9536, 7610, 12319, 9532, 12958, 8582, 15600, 8659, 15229, 9441, 8868, 11682, 8007, 11077, 8255, 14494, 8854, 8280, 10115, 7504, 11432, 8903, 14379, 9041, 8427, 11461, 8289, 11999, 8306, 13355, 8996, 7898, 11026, 7847, 11389, 8760, 10740, 10178, 7398, 12982, 8898, 13026, 8883, 7107, 11510, 8546, 12433, 8486, 7491, 9551, 7917, 12615, 9480, 12575, 9309, 7363, 11950, 8422, 14739, 9504, 7999, 9878, 7863, 11398, 8720, 7356, 11473, 8445, 11390, 8828, 7064, 12506, 8374, 15220, 9079, 11872, 10626, 7367, 11926, 8371, 8993, 9145, 7262, 12469, 8643, 13932, 9341, 7729, 10004, 7873, 12708, 9420, 8998, 9267, 7260, 11527, 9033, 13399, 8723, 7868, 10198, 7740, 13652, 8693, 7359, 10599, 8126, 12511, 9107, 16736, 9555, 6981, 10581, 8145, 12706, 9645, 10200, 10004, 7587, 11245, 8636, 15094, 9628, 7250, 10894, 8394, 11327, 8873, 11089, 10909, 7771, 11102, 8449, 7179, 9989, 8004, 13235, 9549, 9693, 10415, 8086, 12636, 9432, 14645, 8954, 6966, 11289, 7875, 12470, 9232, 8090, 12897, 10765, 7673, 8412, 7367, 7796, 8563, 7382, 11005, 8445, 12308, 9779, 14731, 10788, 11393, 10853, 8824, 11664, 8444, 13361, 9412, 16076, 8811, 7746, 9898, 7705, 11085, 8677, 13203, 8640, 7274, 9770, 7569, 12183, 8796, 11504, 8813, 7886, 9603, 7121, 11114, 8290, 12170, 8377, 7949, 10119, 7611, 11577, 8769, 12093, 8632, 7876, 10469, 7683, 11480, 8716, 13237, 9340, 7133, 10867, 8040, 12498, 8413, 7942, 10655, 7874, 11306, 8404, 14081, 8715, 8366, 11682, 7961, 11406, 8590, 16430, 9535, 9236, 10373, 7826, 11435, 8514, 15455, 9084, 8535, 9698, 6957, 11511, 7983, 11998, 8414, 10226, 8545, 7227, 10899, 8012, 11817, 8753, 14972, 8691, 9760, 10707, 7159, 11629, 8136, 12297, 8206, 7792, 9983, 7639, 12355, 8904, 12813, 10814], 'WindowCenter': [4001.0, 3956.0, 3976.0, 3941.0, 3959.0, 3937.0, 3958.0, 3938.0, 3968.0, 3937.0, 3914.0, 3945.0, 3914.0, 3944.0, 3924.0, 3944.0, 3937.0, 3933.0, 3934.0, 3902.0, 3945.0, 3925.0, 3969.0, 3925.0, 3954.0, 3923.0, 3955.0, 3924.0, 3925.0, 3957.0, 3905.0, 3945.0, 3925.0, 3956.0, 3937.0, 3954.0, 3925.0, 3914.0, 3959.0, 3927.0, 3958.0, 3935.0, 3957.0, 3937.0, 3957.0, 3948.0, 3947.0, 3947.0, 3903.0, 3945.0, 3915.0, 3956.0, 3936.0, 3956.0, 3934.0, 3944.0, 3936.0, 3913.0, 3945.0, 3913.0, 3955.0, 3924.0, 3957.0, 3937.0, 3945.0, 3925.0, 3944.0, 3935.0, 3903.0, 3958.0, 3915.0, 3956.0, 3924.0, 3955.0, 3935.0, 3944.0, 3935.0, 3958.0, 3934.0, 3902.0, 3944.0, 3913.0, 3955.0, 3915.0, 3954.0, 3923.0, 3944.0, 3924.0, 3955.0, 3936.0, 3926.0, 3945.0, 3903.0, 3945.0, 3912.0, 3956.0, 3934.0, 3944.0, 3925.0, 3914.0, 3946.0, 3917.0, 3959.0, 3925.0, 3956.0, 3927.0, 3946.0, 3936.0, 3956.0, 3936.0, 3964.0, 3936.0, 3953.0, 3922.0, 3911.0, 3943.0, 3899.0, 3931.0, 3899.0, 3944.0, 3923.0, 3943.0, 3923.0, 3926.0, 3924.0, 3904.0, 3947.0, 3917.0, 3958.0, 3937.0, 3957.0, 3936.0, 3968.0, 3938.0, 3966.0, 3935.0, 3912.0, 3934.0, 3903.0, 3944.0, 3913.0, 3945.0, 3925.0, 3955.0, 3924.0, 3944.0, 3925.0, 3967.0, 3947.0, 3903.0, 3944.0, 3902.0, 3954.0, 3925.0, 3956.0, 3938.0, 3935.0, 3937.0, 3916.0, 3957.0, 3927.0, 3970.0, 3951.0, 3959.0, 3938.0, 3956.0, 3947.0, 3914.0, 3957.0, 3925.0, 3956.0, 3937.0, 3964.0, 3935.0, 3934.0, 3934.0, 3902.0, 3944.0, 3913.0, 3945.0, 3933.0, 3964.0, 3923.0, 3933.0, 3922.0, 3900.0, 3942.0, 3900.0, 3941.0, 3909.0, 3943.0, 3923.0, 3953.0, 3922.0, 3890.0, 3932.0, 3900.0, 3942.0, 3922.0, 3943.0, 3924.0, 3944.0, 3934.0, 3903.0, 3945.0, 3914.0, 3955.0, 3924.0, 3954.0, 3937.0, 3955.0, 3935.0, 3903.0, 3944.0, 3913.0, 3945.0, 3924.0, 3975.0, 3934.0, 3925.0, 3934.0, 3903.0, 3945.0, 3923.0, 3955.0, 3925.0, 3956.0, 3936.0, 3935.0, 3947.0, 3901.0, 3943.0, 3912.0, 3944.0, 3923.0, 3954.0, 3923.0, 3953.0, 3924.0, 3901.0, 3932.0, 3901.0, 3944.0, 3911.0, 3944.0, 3924.0, 3943.0, 3923.0, 3933.0, 3933.0, 3902.0, 3957.0, 3914.0, 3944.0, 3936.0, 3955.0, 3926.0, 3915.0, 3948.0, 3904.0, 3957.0, 3925.0, 3956.0, 3925.0, 3977.0, 3923.0, 3934.0, 3934.0, 3925.0, 3943.0, 3900.0, 3930.0, 3911.0, 3943.0, 3922.0, 3942.0, 3911.0, 3901.0, 3944.0, 3914.0, 3968.0, 3936.0, 3954.0, 3934.0, 3936.0, 3945.0, 3918.0, 3959.0, 3939.0, 3956.0, 3934.0, 3953.0, 3924.0, 3922.0, 3934.0, 3904.0, 3946.0, 3913.0, 3956.0, 3921.0, 3943.0, 3923.0, 3944.0, 3926.0, 3915.0, 3945.0, 3902.0, 3957.0, 3925.0, 3955.0, 3936.0, 3966.0, 3937.0, 3912.0, 3945.0, 3902.0, 3955.0, 3922.0, 3954.0, 3912.0, 3943.0, 3925.0, 3955.0, 3936.0, 3964.0, 3926.0, 3921.0, 3914.0, 3913.0, 3944.0, 3924.0, 3913.0, 3935.0, 3927.0, 3968.0, 3936.0, 3917.0, 3956.0, 3937.0, 3978.0, 3938.0, 3951.0, 3959.0, 3915.0, 3944.0, 3912.0, 3943.0, 3921.0, 3920.0, 3920.0, 3901.0, 3942.0, 3912.0, 3976.0, 3939.0, 3916.0, 3933.0, 3902.0, 3945.0, 3926.0, 3945.0, 3934.0, 3916.0, 3956.0, 3925.0, 3956.0, 3926.0, 3977.0, 3939.0, 3925.0, 3934.0, 3890.0, 3944.0, 3922.0, 3953.0, 3912.0, 3892.0, 3933.0, 3914.0, 3958.0, 3952.0, 3958.0, 3926.0, 3957.0, 3926.0, 3975.0, 3936.0, 3914.0, 3958.0, 3914.0, 3933.0, 3900.0, 3943.0, 3925.0, 3941.0, 3923.0, 3905.0, 3946.0, 3902.0, 3943.0, 3912.0, 3943.0, 3912.0, 3953.0, 3924.0, 3914.0, 3947.0, 3892.0, 3944.0, 3914.0, 3943.0, 3928.0, 3966.0, 3924.0, 3903.0, 3944.0, 3902.0, 3945.0, 3925.0, 3955.0, 3935.0, 3956.0, 3936.0, 3904.0, 3945.0, 3911.0, 3944.0, 3923.0, 3942.0, 3923.0, 3912.0, 3945.0, 3904.0, 3955.0, 3951.0, 3957.0, 3927.0, 3946.0, 3935.0, 3893.0, 3944.0, 3926.0, 3957.0, 3925.0, 3964.0, 3912.0, 3890.0, 3932.0, 3902.0, 3944.0, 3923.0, 3965.0, 3924.0, 3936.0, 3936.0, 3891.0, 3944.0, 3902.0, 3954.0, 3936.0, 3966.0, 3935.0, 3891.0, 3945.0, 3927.0, 3922.0, 3925.0, 3905.0, 3970.0, 3938.0, 3979.0, 3938.0, 3917.0, 3948.0, 3906.0, 3982.0, 3937.0, 3978.0, 3938.0, 3915.0, 3947.0, 3925.0, 3936.0, 3935.0, 3916.0, 3966.0, 3925.0, 3935.0, 3958.0, 3924.0, 3972.0, 3945.0, 3944.0, 3890.0, 3942.0, 3910.0, 3941.0, 3910.0, 3920.0, 3909.0, 3901.0, 3943.0, 3900.0, 3941.0, 3910.0, 3941.0, 3912.0, 3947.0, 3934.0, 3902.0, 3941.0, 3911.0, 3943.0, 3912.0, 3932.0, 3923.0, 3915.0, 3931.0, 3900.0, 3941.0, 3922.0, 3940.0, 3910.0, 3900.0, 3932.0, 3901.0, 3957.0, 3936.0, 3945.0, 3924.0, 3952.0, 3912.0, 3915.0, 3946.0, 3904.0, 3944.0, 3914.0, 3954.0, 3924.0, 3977.0, 3923.0, 3913.0, 3933.0, 3890.0, 3932.0, 3901.0, 3955.0, 3928.0, 3954.0, 3914.0, 3942.0, 3923.0, 3922.0, 3923.0, 3905.0, 3945.0, 3891.0, 3944.0, 3914.0, 3954.0, 3936.0, 3955.0, 3925.0, 3928.0, 3935.0, 3893.0, 3967.0, 3914.0, 3945.0, 3925.0, 3967.0, 3925.0, 3925.0, 3960.0, 3905.0, 3947.0, 3913.0, 3956.0, 3936.0, 3976.0, 3912.0, 3933.0, 3924.0, 3915.0, 3958.0, 3914.0, 3946.0, 3925.0, 3955.0, 3925.0, 3959.0, 3927.0, 3917.0, 3968.0, 3952.0, 3919.0, 3949.0, 3929.0, 3937.0, 3950.0, 3969.0, 3973.0, 3949.0, 3947.0, 3902.0, 3955.0, 3914.0, 3953.0, 3922.0, 3922.0, 3925.0, 3902.0, 3933.0, 3915.0, 3956.0, 3925.0, 3955.0, 3925.0, 3954.0, 3927.0, 3936.0, 3943.0, 3891.0, 3933.0, 3911.0, 3956.0, 3926.0, 3944.0, 3934.0, 3904.0, 3961.0, 3914.0, 3967.0, 3924.0, 3975.0, 3913.0, 3912.0, 3924.0, 3904.0, 3956.0, 3912.0, 3943.0, 3912.0, 3911.0, 3922.0, 3903.0, 3955.0, 3935.0, 3904.0, 3935.0, 3929.0, 3971.0, 3940.0, 3957.0, 3926.0, 3976.0, 3925.0, 3977.0, 3924.0, 3926.0, 3958.0, 3913.0, 3944.0, 3912.0, 3965.0, 3923.0, 3913.0, 3934.0, 3903.0, 3956.0, 3937.0, 3965.0, 3938.0, 3927.0, 3945.0, 3927.0, 3957.0, 3925.0, 3966.0, 3924.0, 3914.0, 3944.0, 3913.0, 3956.0, 3925.0, 3932.0, 3934.0, 3891.0, 3955.0, 3922.0, 3953.0, 3923.0, 3903.0, 3956.0, 3924.0, 3954.0, 3913.0, 3890.0, 3921.0, 3913.0, 3944.0, 3935.0, 3953.0, 3922.0, 3903.0, 3945.0, 3913.0, 3963.0, 3922.0, 3900.0, 3920.0, 3912.0, 3943.0, 3912.0, 3916.0, 3956.0, 3913.0, 3942.0, 3923.0, 3892.0, 3956.0, 3913.0, 3976.0, 3927.0, 3945.0, 3933.0, 3890.0, 3942.0, 3911.0, 3911.0, 3923.0, 3902.0, 3954.0, 3912.0, 3964.0, 3938.0, 3914.0, 3933.0, 3902.0, 3954.0, 3923.0, 3912.0, 3923.0, 3904.0, 3955.0, 3924.0, 3954.0, 3925.0, 3913.0, 3934.0, 3914.0, 3965.0, 3923.0, 3904.0, 3948.0, 3916.0, 3968.0, 3927.0, 3977.0, 3925.0, 3893.0, 3932.0, 3914.0, 3956.0, 3937.0, 3947.0, 3934.0, 3901.0, 3945.0, 3913.0, 3965.0, 3924.0, 3902.0, 3944.0, 3912.0, 3958.0, 3927.0, 3945.0, 3933.0, 3901.0, 3944.0, 3913.0, 3903.0, 3935.0, 3915.0, 3966.0, 3937.0, 3937.0, 3934.0, 3902.0, 3954.0, 3922.0, 3963.0, 3911.0, 3891.0, 3946.0, 3902.0, 3943.0, 3924.0, 3901.0, 3957.0, 3949.0, 3915.0, 3925.0, 3904.0, 3912.0, 3925.0, 3916.0, 3959.0, 3928.0, 3970.0, 3950.0, 3980.0, 3951.0, 3945.0, 3933.0, 3910.0, 3930.0, 3887.0, 3940.0, 3908.0, 3959.0, 3910.0, 3899.0, 3917.0, 3887.0, 3918.0, 3896.0, 3937.0, 3895.0, 3875.0, 3918.0, 3903.0, 3942.0, 3910.0, 3931.0, 3908.0, 3899.0, 3920.0, 3889.0, 3931.0, 3909.0, 3939.0, 3912.0, 3912.0, 3934.0, 3917.0, 3946.0, 3912.0, 3955.0, 3924.0, 3914.0, 3950.0, 3916.0, 3945.0, 3925.0, 3954.0, 3925.0, 3903.0, 3944.0, 3915.0, 3968.0, 3927.0, 3916.0, 3961.0, 3930.0, 3946.0, 3915.0, 3968.0, 3928.0, 3916.0, 3956.0, 3915.0, 3946.0, 3939.0, 3989.0, 3936.0, 3924.0, 3934.0, 3901.0, 3943.0, 3913.0, 3974.0, 3922.0, 3912.0, 3923.0, 3903.0, 3945.0, 3914.0, 3944.0, 3914.0, 3933.0, 3924.0, 3904.0, 3947.0, 3915.0, 3955.0, 3929.0, 3978.0, 3925.0, 3935.0, 3935.0, 3891.0, 3946.0, 3927.0, 3957.0, 3926.0, 3916.0, 3948.0, 3930.0, 3983.0, 3956.0, 3982.0, 3962.0], 'WindowWidth': [8916.0, 8845.0, 8871.0, 8812.0, 8835.0, 8799.0, 8830.0, 8803.0, 8844.0, 8800.0, 8765.0, 8806.0, 8764.0, 8807.0, 8779.0, 8806.0, 8801.0, 8789.0, 8792.0, 8749.0, 8809.0, 8783.0, 8849.0, 8781.0, 8820.0, 8778.0, 8822.0, 8779.0, 8783.0, 8829.0, 8756.0, 8809.0, 8782.0, 8826.0, 8800.0, 8821.0, 8784.0, 8767.0, 8834.0, 8787.0, 8830.0, 8797.0, 8828.0, 8800.0, 8828.0, 8818.0, 8815.0, 8815.0, 8751.0, 8809.0, 8769.0, 8827.0, 8797.0, 8825.0, 8794.0, 8808.0, 8798.0, 8765.0, 8810.0, 8764.0, 8821.0, 8779.0, 8828.0, 8801.0, 8809.0, 8782.0, 8807.0, 8796.0, 8752.0, 8832.0, 8770.0, 8827.0, 8779.0, 8823.0, 8796.0, 8808.0, 8796.0, 8831.0, 8793.0, 8747.0, 8806.0, 8762.0, 8823.0, 8769.0, 8820.0, 8777.0, 8807.0, 8780.0, 8823.0, 8799.0, 8787.0, 8810.0, 8751.0, 8810.0, 8763.0, 8826.0, 8793.0, 8809.0, 8783.0, 8769.0, 8813.0, 8775.0, 8835.0, 8783.0, 8826.0, 8786.0, 8814.0, 8798.0, 8827.0, 8797.0, 8833.0, 8797.0, 8816.0, 8772.0, 8756.0, 8802.0, 8737.0, 8784.0, 8739.0, 8804.0, 8776.0, 8802.0, 8777.0, 8787.0, 8781.0, 8755.0, 8815.0, 8774.0, 8832.0, 8800.0, 8830.0, 8800.0, 8846.0, 8805.0, 8841.0, 8795.0, 8761.0, 8790.0, 8749.0, 8806.0, 8763.0, 8809.0, 8781.0, 8824.0, 8779.0, 8808.0, 8781.0, 8842.0, 8816.0, 8750.0, 8804.0, 8746.0, 8821.0, 8782.0, 8826.0, 8803.0, 8798.0, 8802.0, 8774.0, 8830.0, 8789.0, 8852.0, 8829.0, 8836.0, 8807.0, 8826.0, 8816.0, 8768.0, 8828.0, 8782.0, 8828.0, 8802.0, 8836.0, 8796.0, 8792.0, 8792.0, 8748.0, 8807.0, 8764.0, 8809.0, 8791.0, 8834.0, 8776.0, 8791.0, 8774.0, 8740.0, 8801.0, 8739.0, 8797.0, 8753.0, 8803.0, 8778.0, 8816.0, 8773.0, 8729.0, 8787.0, 8743.0, 8801.0, 8774.0, 8805.0, 8781.0, 8807.0, 8795.0, 8750.0, 8809.0, 8765.0, 8824.0, 8781.0, 8820.0, 8804.0, 8821.0, 8796.0, 8751.0, 8807.0, 8762.0, 8809.0, 8780.0, 8851.0, 8796.0, 8782.0, 8794.0, 8751.0, 8809.0, 8779.0, 8824.0, 8783.0, 8825.0, 8800.0, 8795.0, 8814.0, 8745.0, 8803.0, 8758.0, 8806.0, 8776.0, 8820.0, 8775.0, 8815.0, 8780.0, 8747.0, 8787.0, 8743.0, 8806.0, 8758.0, 8807.0, 8778.0, 8803.0, 8778.0, 8790.0, 8790.0, 8750.0, 8828.0, 8765.0, 8807.0, 8798.0, 8823.0, 8785.0, 8769.0, 8819.0, 8754.0, 8828.0, 8782.0, 8828.0, 8782.0, 8856.0, 8780.0, 8792.0, 8795.0, 8782.0, 8803.0, 8742.0, 8784.0, 8756.0, 8805.0, 8772.0, 8801.0, 8756.0, 8746.0, 8807.0, 8767.0, 8847.0, 8801.0, 8821.0, 8794.0, 8799.0, 8811.0, 8783.0, 8834.0, 8809.0, 8828.0, 8794.0, 8817.0, 8779.0, 8774.0, 8793.0, 8755.0, 8813.0, 8762.0, 8825.0, 8772.0, 8806.0, 8777.0, 8809.0, 8788.0, 8772.0, 8812.0, 8750.0, 8829.0, 8785.0, 8824.0, 8799.0, 8839.0, 8803.0, 8763.0, 8809.0, 8750.0, 8824.0, 8775.0, 8821.0, 8761.0, 8803.0, 8786.0, 8826.0, 8798.0, 8833.0, 8786.0, 8776.0, 8770.0, 8764.0, 8808.0, 8781.0, 8765.0, 8797.0, 8790.0, 8846.0, 8801.0, 8777.0, 8829.0, 8804.0, 8858.0, 8806.0, 8828.0, 8837.0, 8769.0, 8806.0, 8756.0, 8804.0, 8771.0, 8766.0, 8767.0, 8745.0, 8799.0, 8760.0, 8856.0, 8807.0, 8772.0, 8790.0, 8749.0, 8808.0, 8785.0, 8810.0, 8794.0, 8773.0, 8827.0, 8784.0, 8825.0, 8784.0, 8855.0, 8809.0, 8780.0, 8791.0, 8727.0, 8803.0, 8772.0, 8817.0, 8758.0, 8734.0, 8789.0, 8769.0, 8834.0, 8831.0, 8834.0, 8787.0, 8828.0, 8784.0, 8851.0, 8797.0, 8767.0, 8832.0, 8765.0, 8788.0, 8743.0, 8802.0, 8781.0, 8798.0, 8777.0, 8758.0, 8812.0, 8745.0, 8803.0, 8759.0, 8803.0, 8759.0, 8815.0, 8778.0, 8767.0, 8816.0, 8733.0, 8805.0, 8767.0, 8804.0, 8792.0, 8840.0, 8780.0, 8752.0, 8807.0, 8748.0, 8808.0, 8781.0, 8823.0, 8795.0, 8823.0, 8800.0, 8752.0, 8810.0, 8758.0, 8805.0, 8776.0, 8801.0, 8776.0, 8764.0, 8811.0, 8753.0, 8824.0, 8831.0, 8831.0, 8788.0, 8810.0, 8796.0, 8737.0, 8807.0, 8784.0, 8829.0, 8781.0, 8831.0, 8761.0, 8729.0, 8786.0, 8748.0, 8808.0, 8776.0, 8835.0, 8780.0, 8801.0, 8799.0, 8732.0, 8807.0, 8748.0, 8821.0, 8799.0, 8839.0, 8795.0, 8735.0, 8811.0, 8791.0, 8777.0, 8783.0, 8758.0, 8850.0, 8807.0, 8864.0, 8804.0, 8778.0, 8820.0, 8760.0, 8871.0, 8800.0, 8860.0, 8807.0, 8773.0, 8815.0, 8784.0, 8798.0, 8798.0, 8773.0, 8839.0, 8784.0, 8796.0, 8831.0, 8781.0, 8861.0, 8806.0, 8807.0, 8727.0, 8799.0, 8754.0, 8797.0, 8752.0, 8767.0, 8751.0, 8747.0, 8806.0, 8741.0, 8798.0, 8756.0, 8798.0, 8762.0, 8815.0, 8793.0, 8748.0, 8800.0, 8759.0, 8804.0, 8762.0, 8788.0, 8777.0, 8769.0, 8783.0, 8741.0, 8799.0, 8775.0, 8797.0, 8756.0, 8744.0, 8789.0, 8747.0, 8832.0, 8799.0, 8811.0, 8778.0, 8816.0, 8760.0, 8772.0, 8813.0, 8753.0, 8808.0, 8768.0, 8820.0, 8781.0, 8854.0, 8779.0, 8763.0, 8790.0, 8728.0, 8786.0, 8745.0, 8821.0, 8793.0, 8821.0, 8764.0, 8799.0, 8775.0, 8773.0, 8775.0, 8756.0, 8810.0, 8732.0, 8807.0, 8768.0, 8820.0, 8798.0, 8822.0, 8782.0, 8794.0, 8796.0, 8737.0, 8843.0, 8767.0, 8811.0, 8783.0, 8841.0, 8783.0, 8783.0, 8839.0, 8758.0, 8813.0, 8763.0, 8825.0, 8797.0, 8852.0, 8761.0, 8789.0, 8779.0, 8773.0, 8832.0, 8770.0, 8812.0, 8786.0, 8825.0, 8785.0, 8835.0, 8788.0, 8777.0, 8844.0, 8832.0, 8785.0, 8824.0, 8795.0, 8802.0, 8823.0, 8846.0, 8862.0, 8820.0, 8813.0, 8748.0, 8822.0, 8766.0, 8818.0, 8774.0, 8774.0, 8783.0, 8747.0, 8791.0, 8771.0, 8826.0, 8783.0, 8823.0, 8781.0, 8820.0, 8789.0, 8798.0, 8803.0, 8729.0, 8788.0, 8759.0, 8826.0, 8784.0, 8805.0, 8794.0, 8755.0, 8842.0, 8767.0, 8843.0, 8781.0, 8848.0, 8762.0, 8762.0, 8779.0, 8755.0, 8824.0, 8759.0, 8803.0, 8760.0, 8756.0, 8774.0, 8751.0, 8823.0, 8796.0, 8757.0, 8799.0, 8799.0, 8855.0, 8810.0, 8831.0, 8784.0, 8852.0, 8783.0, 8855.0, 8781.0, 8786.0, 8832.0, 8764.0, 8806.0, 8761.0, 8836.0, 8777.0, 8763.0, 8793.0, 8753.0, 8829.0, 8804.0, 8835.0, 8807.0, 8788.0, 8809.0, 8787.0, 8828.0, 8785.0, 8841.0, 8780.0, 8765.0, 8805.0, 8765.0, 8827.0, 8782.0, 8787.0, 8791.0, 8731.0, 8822.0, 8776.0, 8817.0, 8777.0, 8753.0, 8829.0, 8780.0, 8821.0, 8764.0, 8730.0, 8772.0, 8764.0, 8807.0, 8794.0, 8816.0, 8773.0, 8750.0, 8808.0, 8762.0, 8830.0, 8774.0, 8741.0, 8768.0, 8762.0, 8806.0, 8761.0, 8773.0, 8828.0, 8765.0, 8801.0, 8777.0, 8735.0, 8825.0, 8764.0, 8853.0, 8788.0, 8808.0, 8789.0, 8729.0, 8800.0, 8758.0, 8758.0, 8776.0, 8749.0, 8820.0, 8764.0, 8833.0, 8805.0, 8765.0, 8791.0, 8745.0, 8818.0, 8776.0, 8759.0, 8775.0, 8753.0, 8824.0, 8779.0, 8820.0, 8781.0, 8765.0, 8795.0, 8769.0, 8838.0, 8781.0, 8755.0, 8817.0, 8773.0, 8847.0, 8787.0, 8856.0, 8780.0, 8737.0, 8789.0, 8768.0, 8827.0, 8802.0, 8815.0, 8791.0, 8747.0, 8807.0, 8764.0, 8834.0, 8779.0, 8747.0, 8807.0, 8764.0, 8832.0, 8789.0, 8809.0, 8790.0, 8745.0, 8806.0, 8764.0, 8753.0, 8797.0, 8772.0, 8841.0, 8802.0, 8803.0, 8793.0, 8747.0, 8821.0, 8776.0, 8828.0, 8757.0, 8731.0, 8812.0, 8747.0, 8805.0, 8780.0, 8744.0, 8832.0, 8823.0, 8773.0, 8786.0, 8755.0, 8767.0, 8786.0, 8775.0, 8836.0, 8796.0, 8854.0, 8826.0, 8866.0, 8829.0, 8810.0, 8790.0, 8752.0, 8782.0, 8717.0, 8797.0, 8748.0, 8821.0, 8755.0, 8739.0, 8759.0, 8718.0, 8761.0, 8729.0, 8786.0, 8728.0, 8701.0, 8761.0, 8750.0, 8800.0, 8753.0, 8784.0, 8749.0, 8739.0, 8769.0, 8725.0, 8784.0, 8753.0, 8793.0, 8760.0, 8762.0, 8793.0, 8779.0, 8812.0, 8763.0, 8822.0, 8780.0, 8766.0, 8824.0, 8773.0, 8808.0, 8781.0, 8820.0, 8783.0, 8752.0, 8807.0, 8769.0, 8848.0, 8791.0, 8773.0, 8841.0, 8797.0, 8814.0, 8771.0, 8844.0, 8790.0, 8772.0, 8826.0, 8771.0, 8813.0, 8811.0, 8875.0, 8797.0, 8778.0, 8792.0, 8746.0, 8805.0, 8763.0, 8848.0, 8775.0, 8762.0, 8776.0, 8751.0, 8808.0, 8765.0, 8806.0, 8767.0, 8791.0, 8781.0, 8755.0, 8816.0, 8768.0, 8825.0, 8795.0, 8859.0, 8783.0, 8794.0, 8796.0, 8733.0, 8811.0, 8791.0, 8830.0, 8787.0, 8775.0, 8821.0, 8800.0, 8874.0, 8845.0, 8872.0, 8845.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.00023218441273326014</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01882909714599341</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.137452144274675</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2291116579450547</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0003111103406594</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4993</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4037.2134</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10846731541298224</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>78</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.562019758507136</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.552906224546968</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4674097593541853</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8474126593851192</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.343896254901599</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00840086</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011475466191768646</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.031332969665527344</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7467660865774364</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>17.9044</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.1608</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.3587</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297175.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>1011.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>382.3538</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1009</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>523.8534</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3083.4992</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3279.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79369.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>945.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4081.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>875.1492</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.34685241151601</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> |