=== 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-0079 --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-0079",
"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-0079_ses-02_task-faces_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0079_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0079/ses-02/func/sub-0079_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>3405993e7540dbf158d8fb05115ee411</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>13:09:48.582500</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.999458, 0.00320625, 0.0327591, -0.00418649, 0.999544, 0.0298981]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0984047</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4175, -7742, -7278, 530, 41, -47, 112, 55]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.486</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>20b0f767-6352-49fc-823f-9209758a9074||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.6814730167388916, -0.011232059448957443, 0.08815042674541473, 110.06917572021484], [-0.008602144196629524, 2.681704044342041, 0.08105132728815079, -95.18183135986328], [0.08789026737213135, -0.08021432161331177, 2.697343111038208, -58.18257522583008], [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': ['130948.582500', '130949.042500', '130949.502500', '130949.962500', '130950.422500', '130950.882500', '130951.342500', '130951.802500', '130952.262500', '130952.722500', '130953.182500', '130953.642500', '130954.102500', '130954.562500', '130955.022500', '130955.482500', '130955.942500', '130956.402500', '130956.862500', '130957.322500', '130957.782500', '130958.242500', '130958.702500', '130959.162500', '130959.622500', '131000.082500', '131000.542500', '131001.002500', '131001.462500', '131001.922500', '131002.382500', '131002.842500', '131003.302500', '131003.762500', '131004.222500', '131004.682500', '131005.142500', '131005.602500', '131006.062500', '131006.522500', '131006.982500', '131007.442500', '131007.902500', '131008.362500', '131008.822500', '131009.282500', '131009.742500', '131010.202500', '131010.662500', '131011.122500', '131011.582500', '131012.042500', '131012.502500', '131012.962500', '131013.422500', '131013.882500', '131014.342500', '131014.802500', '131015.262500', '131015.722500', '131016.182500', '131016.642500', '131017.102500', '131017.562500', '131018.022500', '131018.482500', '131018.942500', '131019.402500', '131019.862500', '131020.322500', '131020.782500', '131021.242500', '131021.702500', '131022.162500', '131022.622500', '131023.082500', '131023.542500', '131024.002500', '131024.462500', '131024.922500', '131025.382500', '131025.842500', '131026.302500', '131026.762500', '131027.222500', '131027.682500', '131028.142500', '131028.602500', '131029.062500', '131029.522500', '131029.982500', '131030.442500', '131030.902500', '131031.362500', '131031.822500', '131032.282500', '131032.742500', '131033.202500', '131033.662500', '131034.122500', '131034.582500', '131035.042500', '131035.502500', '131035.962500', '131036.422500', '131036.882500', '131037.342500', '131037.802500', '131038.262500', '131038.722500', '131039.182500', '131039.642500', '131040.102500', '131040.562500', '131041.022500', '131041.482500', '131041.942500', '131042.402500', '131042.862500', '131043.322500', '131043.782500', '131044.242500', '131044.702500', '131045.162500', '131045.622500', '131046.082500', '131046.542500', '131047.002500', '131047.462500', '131047.922500', '131048.382500', '131048.842500', '131049.302500', '131049.762500', '131050.222500', '131050.682500', '131051.142500', '131051.602500', '131052.062500', '131052.522500', '131052.982500', '131053.442500', '131053.902500', '131054.362500', '131054.822500', '131055.282500', '131055.742500', '131056.202500', '131056.662500', '131057.122500', '131057.582500', '131058.042500', '131058.502500', '131058.962500', '131059.422500', '131059.882500', '131100.342500', '131100.802500', '131101.262500', '131101.722500', '131102.182500', '131102.642500', '131103.102500', '131103.562500', '131104.022500', '131104.482500', '131104.942500', '131105.402500', '131105.862500', '131106.322500', '131106.782500', '131107.242500', '131107.702500', '131108.162500', '131108.622500', '131109.082500', '131109.542500', '131110.002500', '131110.462500', '131110.922500', '131111.382500', '131111.842500', '131112.302500', '131112.762500', '131113.222500', '131113.682500', '131114.142500', '131114.602500', '131115.062500', '131115.522500', '131115.982500', '131116.442500', '131116.902500', '131117.362500', '131117.822500', '131118.282500', '131118.742500', '131119.202500', '131119.662500', '131120.122500', '131120.582500', '131121.042500', '131121.502500', '131121.962500', '131122.422500', '131122.882500', '131123.342500', '131123.802500', '131124.262500', '131124.722500', '131125.182500', '131125.642500', '131126.102500', '131126.562500', '131127.022500', '131127.482500', '131127.942500', '131128.402500', '131128.862500', '131129.322500', '131129.782500', '131130.242500', '131130.702500', '131131.162500', '131131.622500', '131132.082500', '131132.542500', '131133.002500', '131133.462500', '131133.922500', '131134.382500', '131134.842500', '131135.302500', '131135.762500', '131136.222500', '131136.682500', '131137.142500', '131137.602500', '131138.062500', '131138.522500', '131138.982500', '131139.442500', '131139.902500', '131140.362500', '131140.822500', '131141.282500', '131141.742500', '131142.202500', '131142.662500', '131143.122500', '131143.582500', '131144.042500', '131144.502500', '131144.962500', '131145.422500', '131145.882500', '131146.342500', '131146.802500', '131147.262500', '131147.722500', '131148.182500', '131148.642500', '131149.102500', '131149.562500', '131150.022500', '131150.482500', '131150.942500', '131151.402500', '131151.862500', '131152.322500', '131152.782500', '131153.242500', '131153.702500', '131154.162500', '131154.622500', '131155.082500', '131155.542500', '131156.002500', '131156.462500', '131156.922500', '131157.382500', '131157.842500', '131158.302500', '131158.762500', '131159.222500', '131159.682500', '131200.142500', '131200.602500', '131201.062500', '131201.522500', '131201.982500', '131202.442500', '131202.902500', '131203.362500', '131203.822500', '131204.282500', '131204.742500', '131205.202500', '131205.662500', '131206.122500', '131206.582500', '131207.042500', '131207.502500', '131207.962500', '131208.422500', '131208.882500', '131209.342500', '131209.802500', '131210.262500', '131210.722500', '131211.182500', '131211.642500', '131212.102500', '131212.562500', '131213.022500', '131213.482500', '131213.942500', '131214.402500', '131214.862500', '131215.322500', '131215.782500', '131216.242500', '131216.702500', '131217.162500', '131217.622500', '131218.082500', '131218.542500', '131219.002500', '131219.462500', '131219.922500', '131220.382500', '131220.842500', '131221.302500', '131221.762500', '131222.222500', '131222.682500', '131223.142500', '131223.602500', '131224.062500', '131224.522500', '131224.982500', '131225.442500', '131225.902500', '131226.362500', '131226.822500', '131227.282500', '131227.742500', '131228.202500', '131228.662500', '131229.122500', '131229.582500', '131230.042500', '131230.502500', '131230.962500', '131231.422500', '131231.882500', '131232.342500', '131232.802500', '131233.262500', '131233.722500', '131234.182500', '131234.642500', '131235.102500', '131235.562500', '131236.022500', '131236.482500', '131236.942500', '131237.402500', '131237.862500', '131238.322500', '131238.782500', '131239.242500', '131239.702500', '131240.162500', '131240.622500', '131241.082500', '131241.542500', '131242.002500', '131242.462500', '131242.922500', '131243.382500', '131243.842500', '131244.302500', '131244.762500', '131245.222500', '131245.682500', '131246.142500', '131246.602500', '131247.062500', '131247.522500', '131247.982500', '131248.442500', '131248.902500', '131249.362500', '131249.822500', '131250.282500', '131250.742500', '131251.202500', '131251.662500', '131252.122500', '131252.582500', '131253.042500', '131253.502500', '131253.962500', '131254.422500', '131254.882500', '131255.342500', '131255.802500', '131256.262500', '131256.722500', '131257.182500', '131257.642500', '131258.102500', '131258.562500', '131259.022500', '131259.482500', '131259.942500', '131300.402500', '131300.862500', '131301.322500', '131301.782500', '131302.242500', '131302.702500', '131303.162500', '131303.622500', '131304.082500', '131304.542500', '131305.002500', '131305.462500', '131305.922500', '131306.382500', '131306.842500', '131307.302500', '131307.762500', '131308.222500', '131308.682500', '131309.142500', '131309.602500', '131310.062500', '131310.522500', '131310.982500', '131311.442500', '131311.902500', '131312.362500', '131312.822500', '131313.282500', '131313.742500', '131314.202500', '131314.662500', '131315.122500', '131315.582500', '131316.042500', '131316.502500', '131316.962500', '131317.422500', '131317.882500', '131318.342500', '131318.802500', '131319.262500', '131319.722500', '131320.182500', '131320.642500', '131321.102500', '131321.562500', '131322.022500', '131322.482500', '131322.942500', '131323.402500', '131323.862500', '131324.322500', '131324.782500', '131325.242500', '131325.702500', '131326.162500', '131326.622500', '131327.082500', '131327.542500', '131328.002500', '131328.462500', '131328.922500', '131329.382500', '131329.842500', '131330.302500', '131330.762500', '131331.222500', '131331.682500', '131332.142500', '131332.602500', '131333.062500', '131333.522500', '131333.982500', '131334.442500', '131334.902500', '131335.362500', '131335.822500', '131336.282500', '131336.742500', '131337.202500', '131337.662500', '131338.122500', '131338.582500', '131339.042500', '131339.502500', '131339.962500', '131340.422500', '131340.882500', '131341.342500', '131341.802500', '131342.262500', '131342.722500', '131343.182500', '131343.642500', '131344.102500', '131344.562500', '131345.022500', '131345.482500', '131345.942500', '131346.402500', '131346.862500', '131347.322500', '131347.782500', '131348.242500', '131348.702500', '131349.162500', '131349.622500', '131350.082500', '131350.542500', '131351.002500', '131351.462500', '131351.922500', '131352.382500', '131352.842500', '131353.302500', '131353.762500', '131354.222500', '131354.682500', '131355.142500', '131355.602500', '131356.062500', '131356.522500', '131356.982500', '131357.442500', '131357.902500', '131358.362500', '131358.822500', '131359.282500', '131359.742500', '131400.202500', '131400.662500', '131401.122500', '131401.582500', '131402.042500', '131402.502500', '131402.962500', '131403.422500', '131403.882500', '131404.342500', '131404.802500', '131405.262500', '131405.722500', '131406.182500', '131406.642500', '131407.102500', '131407.562500', '131408.022500', '131408.482500', '131408.942500', '131409.402500', '131409.862500', '131410.322500', '131410.782500', '131411.242500', '131411.702500', '131412.162500', '131412.622500', '131413.082500', '131413.542500', '131414.002500', '131414.462500', '131414.922500', '131415.382500', '131415.842500', '131416.302500', '131416.762500', '131417.222500', '131417.682500', '131418.142500', '131418.602500', '131419.062500', '131419.522500', '131419.982500', '131420.442500', '131420.902500', '131421.362500', '131421.822500', '131422.282500', '131422.742500', '131423.202500', '131423.662500', '131424.122500', '131424.582500', '131425.042500', '131425.502500', '131425.962500', '131426.422500', '131426.882500', '131427.342500', '131427.802500', '131428.262500', '131428.722500', '131429.182500', '131429.642500', '131430.102500', '131430.562500', '131431.022500', '131431.482500', '131431.942500', '131432.402500', '131432.862500', '131433.322500', '131433.782500', '131434.242500', '131434.702500', '131435.162500', '131435.622500', '131436.082500', '131436.542500', '131437.002500', '131437.462500', '131437.922500', '131438.382500', '131438.842500', '131439.302500', '131439.762500', '131440.222500', '131440.682500', '131441.142500', '131441.602500', '131442.062500', '131442.522500', '131442.982500', '131443.442500', '131443.902500', '131444.362500', '131444.822500', '131445.282500', '131445.742500', '131446.202500', '131446.662500', '131447.122500', '131447.582500', '131448.042500', '131448.502500', '131448.962500', '131449.422500', '131449.882500', '131450.342500', '131450.802500', '131451.262500', '131451.722500', '131452.182500', '131452.642500', '131453.102500', '131453.562500', '131454.022500', '131454.482500', '131454.942500', '131455.402500', '131455.862500', '131456.322500', '131456.782500', '131457.242500', '131457.702500', '131458.162500', '131458.622500', '131459.082500', '131459.542500', '131500.002500', '131500.462500', '131500.922500', '131501.382500', '131501.842500', '131502.302500', '131502.762500', '131503.222500', '131503.682500', '131504.142500', '131504.602500', '131505.062500', '131505.522500', '131505.982500', '131506.442500', '131506.902500', '131507.362500', '131507.822500', '131508.282500', '131508.742500', '131509.202500', '131509.662500', '131510.122500', '131510.582500', '131511.042500', '131511.502500', '131511.962500', '131512.422500', '131512.882500', '131513.342500', '131513.802500', '131514.262500', '131514.722500', '131515.182500', '131515.642500', '131516.102500', '131516.562500', '131517.022500', '131517.482500', '131517.942500', '131518.402500', '131518.862500', '131519.322500', '131519.782500', '131520.242500', '131520.702500', '131521.162500', '131521.622500', '131522.082500', '131522.542500', '131523.002500', '131523.462500', '131523.922500', '131524.382500', '131524.842500', '131525.302500', '131525.762500', '131526.222500', '131526.682500', '131527.142500', '131527.602500', '131528.062500', '131528.522500', '131528.982500', '131529.442500', '131529.902500', '131530.362500', '131530.822500', '131531.282500', '131531.742500', '131532.202500', '131532.662500', '131533.122500', '131533.582500', '131534.042500', '131534.502500', '131534.962500', '131535.422500', '131535.882500', '131536.342500', '131536.802500', '131537.262500', '131537.722500', '131538.182500', '131538.642500', '131539.102500', '131539.562500', '131540.022500', '131540.482500', '131540.942500', '131541.402500', '131541.862500', '131542.322500', '131542.782500', '131543.242500', '131543.702500', '131544.162500', '131544.622500', '131545.082500', '131545.542500', '131546.002500', '131546.462500', '131546.922500', '131547.382500', '131547.842500', '131548.302500', '131548.762500', '131549.222500', '131549.682500', '131550.142500', '131550.602500', '131551.062500', '131551.522500', '131551.982500', '131552.442500', '131552.902500', '131553.362500', '131553.822500', '131554.282500', '131554.742500', '131555.202500', '131555.662500', '131556.122500', '131556.582500', '131557.042500', '131557.502500', '131557.962500', '131558.422500', '131558.882500', '131559.342500', '131559.802500', '131600.262500', '131600.722500', '131601.182500', '131601.642500', '131602.102500', '131602.562500', '131603.022500', '131603.482500', '131603.942500', '131604.402500', '131604.862500', '131605.322500', '131605.782500', '131606.242500', '131606.702500', '131607.162500', '131607.622500', '131608.082500', '131608.542500', '131609.002500', '131609.462500', '131609.922500', '131610.382500', '131610.842500', '131611.302500', '131611.762500', '131612.222500', '131612.682500', '131613.142500', '131613.602500', '131614.062500', '131614.522500', '131614.982500', '131615.442500', '131615.902500', '131616.362500', '131616.822500', '131617.282500', '131617.742500', '131618.202500', '131618.662500', '131619.122500', '131619.582500', '131620.042500', '131620.502500', '131620.962500', '131621.422500', '131621.882500', '131622.342500', '131622.802500', '131623.262500', '131623.722500', '131624.182500', '131624.642500', '131625.102500', '131625.562500', '131626.022500', '131626.482500', '131626.942500', '131627.402500', '131627.862500', '131628.322500', '131628.782500', '131629.242500', '131629.702500', '131630.162500', '131630.622500', '131631.082500', '131631.542500', '131632.002500', '131632.462500', '131632.922500', '131633.382500', '131633.842500', '131634.302500', '131634.762500', '131635.222500', '131635.682500', '131636.142500', '131636.602500', '131637.062500', '131637.522500', '131637.982500', '131638.442500', '131638.902500', '131639.362500', '131639.822500', '131640.282500', '131640.742500', '131641.202500', '131641.662500', '131642.122500', '131642.582500', '131643.042500', '131643.502500', '131643.962500', '131644.422500', '131644.882500', '131645.342500', '131645.802500', '131646.262500', '131646.722500', '131647.182500', '131647.642500', '131648.102500', '131648.562500'], 'ContentTime': ['131016.618000', '131016.622000', '131016.625000', '131016.627000', '131016.630000', '131016.633000', '131016.635000', '131016.638000', '131016.641000', '131016.643000', '131016.646000', '131016.649000', '131016.651000', '131016.654000', '131016.656000', '131016.659000', '131016.662000', '131016.664000', '131016.667000', '131016.676000', '131016.679000', '131016.681000', '131016.684000', '131016.686000', '131016.689000', '131016.692000', '131016.694000', '131016.697000', '131016.700000', '131016.702000', '131016.705000', '131016.707000', '131016.710000', '131016.713000', '131016.715000', '131016.718000', '131016.721000', '131016.723000', '131016.726000', '131016.728000', '131016.731000', '131016.734000', '131016.744000', '131016.746000', '131016.749000', '131016.751000', '131016.754000', '131016.757000', '131016.759000', '131016.762000', '131016.765000', '131016.767000', '131016.770000', '131016.773000', '131016.775000', '131016.778000', '131016.780000', '131016.783000', '131036.562000', '131036.565000', '131036.568000', '131036.571000', '131036.574000', '131036.578000', '131036.581000', '131036.583000', '131036.586000', '131036.589000', '131036.591000', '131036.594000', '131036.597000', '131036.599000', '131036.602000', '131036.605000', '131036.607000', '131036.610000', '131036.613000', '131036.615000', '131036.618000', '131036.620000', '131036.623000', '131036.626000', '131036.628000', '131036.631000', '131036.634000', '131036.636000', '131036.639000', '131036.641000', '131036.644000', '131036.647000', '131036.649000', '131036.652000', '131036.654000', '131036.657000', '131036.660000', '131036.662000', '131036.665000', '131036.668000', '131036.678000', '131036.681000', '131036.684000', '131036.687000', '131056.562000', '131056.565000', '131056.568000', '131056.570000', '131056.592000', '131056.595000', '131056.597000', '131056.600000', '131056.602000', '131056.605000', '131056.608000', '131056.610000', '131056.613000', '131056.616000', '131056.618000', '131056.621000', '131056.623000', '131056.626000', '131056.629000', '131056.631000', '131056.634000', '131056.637000', '131056.640000', '131056.643000', '131056.646000', '131056.648000', '131056.651000', '131056.654000', '131056.656000', '131056.659000', '131056.662000', '131056.664000', '131056.667000', '131056.669000', '131056.672000', '131056.675000', '131056.677000', '131056.680000', '131056.683000', '131056.685000', '131056.688000', '131056.690000', '131056.693000', '131116.562000', '131116.566000', '131116.568000', '131116.571000', '131116.573000', '131116.576000', '131116.579000', '131116.581000', '131116.584000', '131116.587000', '131116.590000', '131116.592000', '131116.595000', '131116.598000', '131116.600000', '131116.603000', '131116.605000', '131116.608000', '131116.611000', '131116.613000', '131116.616000', '131116.619000', '131116.621000', '131116.624000', '131116.626000', '131116.629000', '131116.632000', '131116.634000', '131116.637000', '131116.640000', '131116.642000', '131116.645000', '131116.648000', '131116.650000', '131116.653000', '131116.656000', '131116.658000', '131116.661000', '131116.664000', '131116.666000', '131116.669000', '131116.672000', '131116.674000', '131116.677000', '131136.562000', '131136.565000', '131136.568000', '131136.571000', '131136.573000', '131136.576000', '131136.578000', '131136.581000', '131136.584000', '131136.586000', '131136.589000', '131136.592000', '131136.594000', '131136.597000', '131136.600000', '131136.603000', '131136.605000', '131136.608000', '131136.610000', '131136.613000', '131136.616000', '131136.618000', '131136.621000', '131136.624000', '131136.626000', '131136.629000', '131136.631000', '131136.634000', '131136.637000', '131136.639000', '131136.642000', '131136.645000', '131136.647000', '131136.650000', '131136.652000', '131136.655000', '131136.658000', '131136.660000', '131136.663000', '131136.666000', '131136.669000', '131136.672000', '131136.674000', '131156.561000', '131156.564000', '131156.567000', '131156.570000', '131156.573000', '131156.575000', '131156.578000', '131156.585000', '131156.588000', '131156.591000', '131156.593000', '131156.596000', '131156.606000', '131156.609000', '131156.611000', '131156.614000', '131156.617000', '131156.619000', '131156.622000', '131156.624000', '131156.627000', '131156.630000', '131156.632000', '131156.635000', '131156.638000', '131156.640000', '131156.643000', '131156.645000', '131156.648000', '131156.651000', '131156.653000', '131156.656000', '131156.658000', '131156.661000', '131156.664000', '131156.666000', '131156.669000', '131156.672000', '131156.674000', '131156.677000', '131156.679000', '131156.682000', '131156.685000', '131156.687000', '131216.563000', '131216.565000', '131216.568000', '131216.571000', '131216.573000', '131216.576000', '131216.579000', '131216.582000', '131216.584000', '131216.587000', '131216.590000', '131216.592000', '131216.595000', '131216.597000', '131216.600000', '131216.603000', '131216.605000', '131216.608000', '131216.611000', '131216.613000', '131216.616000', '131216.618000', '131216.621000', '131216.624000', '131216.626000', '131216.629000', '131216.632000', '131216.634000', '131216.637000', '131216.639000', '131216.642000', '131216.645000', '131216.647000', '131216.650000', '131216.652000', '131216.664000', '131216.667000', '131216.669000', '131216.672000', '131216.675000', '131216.677000', '131216.680000', '131216.683000', '131236.562000', '131236.569000', '131236.571000', '131236.574000', '131236.577000', '131236.579000', '131236.582000', '131236.585000', '131236.587000', '131236.590000', '131236.593000', '131236.595000', '131236.598000', '131236.601000', '131236.603000', '131236.606000', '131236.609000', '131236.611000', '131236.614000', '131236.616000', '131236.619000', '131236.622000', '131236.625000', '131236.627000', '131236.630000', '131236.633000', '131236.635000', '131236.638000', '131236.641000', '131236.643000', '131236.646000', '131236.649000', '131236.651000', '131236.654000', '131236.657000', '131236.659000', '131236.662000', '131236.665000', '131236.667000', '131236.670000', '131236.673000', '131236.675000', '131236.678000', '131236.681000', '131256.562000', '131256.565000', '131256.568000', '131256.571000', '131256.573000', '131256.576000', '131256.578000', '131256.581000', '131256.584000', '131256.586000', '131256.589000', '131256.591000', '131256.594000', '131256.597000', '131256.599000', '131256.602000', '131256.605000', '131256.607000', '131256.610000', '131256.612000', '131256.615000', '131256.618000', '131256.620000', '131256.623000', '131256.626000', '131256.628000', '131256.631000', '131256.633000', '131256.636000', '131256.639000', '131256.641000', '131256.644000', '131256.647000', '131256.650000', '131256.652000', '131256.655000', '131256.657000', '131256.660000', '131256.663000', '131256.665000', '131256.668000', '131256.671000', '131256.673000', '131316.562000', '131316.565000', '131316.568000', '131316.571000', '131316.573000', '131316.576000', '131316.579000', '131316.581000', '131316.584000', '131316.587000', '131316.589000', '131316.592000', '131316.595000', '131316.597000', '131316.600000', '131316.603000', '131316.605000', '131316.608000', '131316.611000', '131316.613000', '131316.616000', '131316.618000', '131316.621000', '131316.624000', '131316.626000', '131316.629000', '131316.632000', '131316.634000', '131316.637000', '131316.639000', '131316.642000', '131316.645000', '131316.647000', '131316.650000', '131316.653000', '131316.655000', '131316.658000', '131316.660000', '131316.663000', '131316.666000', '131316.669000', '131316.671000', '131316.674000', '131316.677000', '131336.562000', '131336.565000', '131336.568000', '131336.571000', '131336.573000', '131336.576000', '131336.578000', '131336.581000', '131336.584000', '131336.586000', '131336.589000', '131336.592000', '131336.594000', '131336.597000', '131336.600000', '131336.602000', '131336.605000', '131336.608000', '131336.610000', '131336.613000', '131336.616000', '131336.618000', '131336.621000', '131336.623000', '131336.626000', '131336.629000', '131336.631000', '131336.634000', '131336.637000', '131336.639000', '131336.642000', '131336.645000', '131336.653000', '131336.656000', '131336.658000', '131336.661000', '131336.664000', '131336.666000', '131336.669000', '131336.671000', '131336.674000', '131336.677000', '131336.679000', '131356.563000', '131356.565000', '131356.568000', '131356.571000', '131356.573000', '131356.576000', '131356.579000', '131356.581000', '131356.584000', '131356.587000', '131356.590000', '131356.592000', '131356.595000', '131356.598000', '131356.600000', '131356.603000', '131356.605000', '131356.616000', '131356.618000', '131356.621000', '131356.623000', '131356.626000', '131356.629000', '131356.631000', '131356.634000', '131356.637000', '131356.639000', '131356.642000', '131356.644000', '131356.647000', '131356.650000', '131356.652000', '131356.655000', '131356.658000', '131356.661000', '131356.663000', '131356.666000', '131356.669000', '131356.671000', '131356.674000', '131356.677000', '131356.679000', '131356.682000', '131356.685000', '131416.562000', '131416.564000', '131416.567000', '131416.570000', '131416.572000', '131416.575000', '131416.578000', '131416.580000', '131416.583000', '131416.586000', '131416.588000', '131416.591000', '131416.594000', '131416.596000', '131416.599000', '131416.602000', '131416.604000', '131416.607000', '131416.609000', '131416.612000', '131416.615000', '131416.617000', '131416.620000', '131416.623000', '131416.625000', '131416.628000', '131416.630000', '131416.633000', '131416.636000', '131416.638000', '131416.641000', '131416.644000', '131416.646000', '131416.649000', '131416.652000', '131416.654000', '131416.657000', '131416.660000', '131416.662000', '131416.665000', '131416.668000', '131416.670000', '131416.673000', '131436.563000', '131436.566000', '131436.569000', '131436.572000', '131436.575000', '131436.577000', '131436.580000', '131436.582000', '131436.593000', '131436.595000', '131436.598000', '131436.601000', '131436.603000', '131436.606000', '131436.609000', '131436.611000', '131436.614000', '131436.617000', '131436.619000', '131436.622000', '131436.625000', '131436.627000', '131436.630000', '131436.632000', '131436.635000', '131436.638000', '131436.640000', '131436.643000', '131436.645000', '131436.648000', '131436.651000', '131436.653000', '131436.656000', '131436.659000', '131436.661000', '131436.664000', '131436.667000', '131436.669000', '131436.672000', '131436.675000', '131436.677000', '131436.680000', '131436.682000', '131436.685000', '131456.562000', '131456.565000', '131456.568000', '131456.571000', '131456.573000', '131456.576000', '131456.579000', '131456.581000', '131456.584000', '131456.586000', '131456.589000', '131456.592000', '131456.594000', '131456.597000', '131456.600000', '131456.602000', '131456.605000', '131456.608000', '131456.610000', '131456.613000', '131456.616000', '131456.618000', '131456.621000', '131456.624000', '131456.626000', '131456.629000', '131456.631000', '131456.634000', '131456.637000', '131456.639000', '131456.642000', '131456.645000', '131456.647000', '131456.650000', '131456.653000', '131456.655000', '131456.658000', '131456.661000', '131456.663000', '131456.666000', '131456.668000', '131456.671000', '131456.674000', '131516.562000', '131516.565000', '131516.568000', '131516.570000', '131516.573000', '131516.576000', '131516.578000', '131516.581000', '131516.584000', '131516.586000', '131516.589000', '131516.592000', '131516.594000', '131516.597000', '131516.600000', '131516.602000', '131516.605000', '131516.608000', '131516.610000', '131516.613000', '131516.616000', '131516.618000', '131516.621000', '131516.624000', '131516.626000', '131516.629000', '131516.631000', '131516.634000', '131516.637000', '131516.639000', '131516.642000', '131516.645000', '131516.648000', '131516.650000', '131516.653000', '131516.655000', '131516.658000', '131516.661000', '131516.663000', '131516.666000', '131516.669000', '131516.671000', '131516.682000', '131516.685000', '131536.562000', '131536.566000', '131536.568000', '131536.571000', '131536.573000', '131536.576000', '131536.579000', '131536.582000', '131536.584000', '131536.587000', '131536.590000', '131536.592000', '131536.595000', '131536.598000', '131536.600000', '131536.603000', '131536.605000', '131536.608000', '131536.611000', '131536.613000', '131536.616000', '131536.619000', '131536.621000', '131536.624000', '131536.626000', '131536.629000', '131536.632000', '131536.635000', '131536.637000', '131536.640000', '131536.643000', '131536.645000', '131536.648000', '131536.652000', '131536.655000', '131536.657000', '131536.660000', '131536.663000', '131536.665000', '131536.668000', '131536.671000', '131536.673000', '131536.676000', '131556.563000', '131556.565000', '131556.568000', '131556.572000', '131556.574000', '131556.577000', '131556.579000', '131556.582000', '131556.585000', '131556.587000', '131556.590000', '131556.593000', '131556.595000', '131556.598000', '131556.601000', '131556.603000', '131556.606000', '131556.609000', '131556.612000', '131556.615000', '131556.617000', '131556.620000', '131556.623000', '131556.626000', '131556.628000', '131556.631000', '131556.634000', '131556.636000', '131556.639000', '131556.642000', '131556.644000', '131556.647000', '131556.649000', '131556.652000', '131556.655000', '131556.657000', '131556.660000', '131556.663000', '131556.666000', '131556.668000', '131556.671000', '131556.673000', '131556.676000', '131616.563000', '131616.566000', '131616.569000', '131616.571000', '131616.574000', '131616.577000', '131616.579000', '131616.582000', '131616.585000', '131616.587000', '131616.590000', '131616.593000', '131616.595000', '131616.598000', '131616.601000', '131616.603000', '131616.606000', '131616.609000', '131616.611000', '131616.614000', '131616.617000', '131616.619000', '131616.622000', '131616.624000', '131616.627000', '131616.630000', '131616.633000', '131616.635000', '131616.638000', '131616.641000', '131616.643000', '131616.646000', '131616.648000', '131616.651000', '131616.654000', '131616.656000', '131616.659000', '131616.662000', '131616.664000', '131616.667000', '131616.670000', '131616.672000', '131616.675000', '131616.678000', '131636.562000', '131636.564000', '131636.567000', '131636.570000', '131636.572000', '131636.575000', '131636.578000', '131636.580000', '131636.583000', '131636.586000', '131636.588000', '131636.591000', '131636.594000', '131636.596000', '131636.599000', '131636.602000', '131636.604000', '131636.608000', '131636.610000', '131636.613000', '131636.615000', '131636.618000', '131636.621000', '131636.623000', '131636.626000', '131636.629000', '131636.631000', '131636.634000', '131636.636000', '131636.639000', '131636.642000', '131636.644000', '131636.647000', '131636.650000', '131636.652000', '131636.655000', '131636.657000', '131636.660000', '131636.663000', '131636.665000', '131636.668000', '131636.671000', '131636.673000', '131649.914000', '131649.917000', '131649.920000', '131649.923000', '131649.926000', '131649.929000', '131649.932000', '131649.935000', '131649.938000', '131649.941000', '131649.944000', '131649.946000', '131649.950000', '131649.952000', '131649.955000', '131649.958000', '131649.962000', '131649.965000', '131649.968000', '131649.971000', '131649.974000', '131649.977000', '131649.980000', '131649.983000', '131649.986000', '131649.989000', '131649.991000', '131649.994000', '131649.997000', '131650.001000'], 'InstanceCreationTime': ['131016.618000', '131016.622000', '131016.625000', '131016.627000', '131016.630000', '131016.633000', '131016.635000', '131016.638000', '131016.641000', '131016.643000', '131016.646000', '131016.649000', '131016.651000', '131016.654000', '131016.656000', '131016.659000', '131016.662000', '131016.664000', '131016.667000', '131016.676000', '131016.679000', '131016.681000', '131016.684000', '131016.686000', '131016.689000', '131016.692000', '131016.694000', '131016.697000', '131016.700000', '131016.702000', '131016.705000', '131016.707000', '131016.710000', '131016.713000', '131016.715000', '131016.718000', '131016.721000', '131016.723000', '131016.726000', '131016.728000', '131016.731000', '131016.734000', '131016.744000', '131016.746000', '131016.749000', '131016.751000', '131016.754000', '131016.757000', '131016.759000', '131016.762000', '131016.765000', '131016.767000', '131016.770000', '131016.773000', '131016.775000', '131016.778000', '131016.780000', '131016.783000', '131036.562000', '131036.565000', '131036.568000', '131036.571000', '131036.574000', '131036.578000', '131036.581000', '131036.583000', '131036.586000', '131036.589000', '131036.591000', '131036.594000', '131036.597000', '131036.599000', '131036.602000', '131036.605000', '131036.607000', '131036.610000', '131036.613000', '131036.615000', '131036.618000', '131036.620000', '131036.623000', '131036.626000', '131036.628000', '131036.631000', '131036.634000', '131036.636000', '131036.639000', '131036.641000', '131036.644000', '131036.647000', '131036.649000', '131036.652000', '131036.654000', '131036.657000', '131036.660000', '131036.662000', '131036.665000', '131036.668000', '131036.678000', '131036.681000', '131036.684000', '131036.687000', '131056.562000', '131056.565000', '131056.568000', '131056.570000', '131056.592000', '131056.595000', '131056.597000', '131056.600000', '131056.602000', '131056.605000', '131056.608000', '131056.610000', '131056.613000', '131056.616000', '131056.618000', '131056.621000', '131056.623000', '131056.626000', '131056.629000', '131056.631000', '131056.634000', '131056.637000', '131056.640000', '131056.643000', '131056.646000', '131056.648000', '131056.651000', '131056.654000', '131056.656000', '131056.659000', '131056.662000', '131056.664000', '131056.667000', '131056.669000', '131056.672000', '131056.675000', '131056.677000', '131056.680000', '131056.683000', '131056.685000', '131056.688000', '131056.690000', '131056.693000', '131116.562000', '131116.566000', '131116.568000', '131116.571000', '131116.573000', '131116.576000', '131116.579000', '131116.581000', '131116.584000', '131116.587000', '131116.590000', '131116.592000', '131116.595000', '131116.598000', '131116.600000', '131116.603000', '131116.605000', '131116.608000', '131116.611000', '131116.613000', '131116.616000', '131116.619000', '131116.621000', '131116.624000', '131116.626000', '131116.629000', '131116.632000', '131116.634000', '131116.637000', '131116.640000', '131116.642000', '131116.645000', '131116.648000', '131116.650000', '131116.653000', '131116.656000', '131116.658000', '131116.661000', '131116.664000', '131116.666000', '131116.669000', '131116.672000', '131116.674000', '131116.677000', '131136.562000', '131136.565000', '131136.568000', '131136.571000', '131136.573000', '131136.576000', '131136.578000', '131136.581000', '131136.584000', '131136.586000', '131136.589000', '131136.592000', '131136.594000', '131136.597000', '131136.600000', '131136.603000', '131136.605000', '131136.608000', '131136.610000', '131136.613000', '131136.616000', '131136.618000', '131136.621000', '131136.624000', '131136.626000', '131136.629000', '131136.631000', '131136.634000', '131136.637000', '131136.639000', '131136.642000', '131136.645000', '131136.647000', '131136.650000', '131136.652000', '131136.655000', '131136.658000', '131136.660000', '131136.663000', '131136.666000', '131136.669000', '131136.672000', '131136.674000', '131156.561000', '131156.564000', '131156.567000', '131156.570000', '131156.573000', '131156.575000', '131156.578000', '131156.585000', '131156.588000', '131156.591000', '131156.593000', '131156.596000', '131156.606000', '131156.609000', '131156.611000', '131156.614000', '131156.617000', '131156.619000', '131156.622000', '131156.624000', '131156.627000', '131156.630000', '131156.632000', '131156.635000', '131156.638000', '131156.640000', '131156.643000', '131156.645000', '131156.648000', '131156.651000', '131156.653000', '131156.656000', '131156.658000', '131156.661000', '131156.664000', '131156.666000', '131156.669000', '131156.672000', '131156.674000', '131156.677000', '131156.679000', '131156.682000', '131156.685000', '131156.687000', '131216.563000', '131216.565000', '131216.568000', '131216.571000', '131216.573000', '131216.576000', '131216.579000', '131216.582000', '131216.584000', '131216.587000', '131216.590000', '131216.592000', '131216.595000', '131216.597000', '131216.600000', '131216.603000', '131216.605000', '131216.608000', '131216.611000', '131216.613000', '131216.616000', '131216.618000', '131216.621000', '131216.624000', '131216.626000', '131216.629000', '131216.632000', '131216.634000', '131216.637000', '131216.639000', '131216.642000', '131216.645000', '131216.647000', '131216.650000', '131216.652000', '131216.664000', '131216.667000', '131216.669000', '131216.672000', '131216.675000', '131216.677000', '131216.680000', '131216.683000', '131236.562000', '131236.569000', '131236.571000', '131236.574000', '131236.577000', '131236.579000', '131236.582000', '131236.585000', '131236.587000', '131236.590000', '131236.593000', '131236.595000', '131236.598000', '131236.601000', '131236.603000', '131236.606000', '131236.609000', '131236.611000', '131236.614000', '131236.616000', '131236.619000', '131236.622000', '131236.625000', '131236.627000', '131236.630000', '131236.633000', '131236.635000', '131236.638000', '131236.641000', '131236.643000', '131236.646000', '131236.649000', '131236.651000', '131236.654000', '131236.657000', '131236.659000', '131236.662000', '131236.665000', '131236.667000', '131236.670000', '131236.673000', '131236.675000', '131236.678000', '131236.681000', '131256.562000', '131256.565000', '131256.568000', '131256.571000', '131256.573000', '131256.576000', '131256.578000', '131256.581000', '131256.584000', '131256.586000', '131256.589000', '131256.591000', '131256.594000', '131256.597000', '131256.599000', '131256.602000', '131256.605000', '131256.607000', '131256.610000', '131256.612000', '131256.615000', '131256.618000', '131256.620000', '131256.623000', '131256.626000', '131256.628000', '131256.631000', '131256.633000', '131256.636000', '131256.639000', '131256.641000', '131256.644000', '131256.647000', '131256.650000', '131256.652000', '131256.655000', '131256.657000', '131256.660000', '131256.663000', '131256.665000', '131256.668000', '131256.671000', '131256.673000', '131316.562000', '131316.565000', '131316.568000', '131316.571000', '131316.573000', '131316.576000', '131316.579000', '131316.581000', '131316.584000', '131316.587000', '131316.589000', '131316.592000', '131316.595000', '131316.597000', '131316.600000', '131316.603000', '131316.605000', '131316.608000', '131316.611000', '131316.613000', '131316.616000', '131316.618000', '131316.621000', '131316.624000', '131316.626000', '131316.629000', '131316.632000', '131316.634000', '131316.637000', '131316.639000', '131316.642000', '131316.645000', '131316.647000', '131316.650000', '131316.653000', '131316.655000', '131316.658000', '131316.660000', '131316.663000', '131316.666000', '131316.669000', '131316.671000', '131316.674000', '131316.677000', '131336.562000', '131336.565000', '131336.568000', '131336.571000', '131336.573000', '131336.576000', '131336.578000', '131336.581000', '131336.584000', '131336.586000', '131336.589000', '131336.592000', '131336.594000', '131336.597000', '131336.600000', '131336.602000', '131336.605000', '131336.608000', '131336.610000', '131336.613000', '131336.616000', '131336.618000', '131336.621000', '131336.623000', '131336.626000', '131336.629000', '131336.631000', '131336.634000', '131336.637000', '131336.639000', '131336.642000', '131336.645000', '131336.653000', '131336.656000', '131336.658000', '131336.661000', '131336.664000', '131336.666000', '131336.669000', '131336.671000', '131336.674000', '131336.677000', '131336.679000', '131356.563000', '131356.565000', '131356.568000', '131356.571000', '131356.573000', '131356.576000', '131356.579000', '131356.581000', '131356.584000', '131356.587000', '131356.590000', '131356.592000', '131356.595000', '131356.598000', '131356.600000', '131356.603000', '131356.605000', '131356.616000', '131356.618000', '131356.621000', '131356.623000', '131356.626000', '131356.629000', '131356.631000', '131356.634000', '131356.637000', '131356.639000', '131356.642000', '131356.644000', '131356.647000', '131356.650000', '131356.652000', '131356.655000', '131356.658000', '131356.661000', '131356.663000', '131356.666000', '131356.669000', '131356.671000', '131356.674000', '131356.677000', '131356.679000', '131356.682000', '131356.685000', '131416.562000', '131416.564000', '131416.567000', '131416.570000', '131416.572000', '131416.575000', '131416.578000', '131416.580000', '131416.583000', '131416.586000', '131416.588000', '131416.591000', '131416.594000', '131416.596000', '131416.599000', '131416.602000', '131416.604000', '131416.607000', '131416.609000', '131416.612000', '131416.615000', '131416.617000', '131416.620000', '131416.623000', '131416.625000', '131416.628000', '131416.630000', '131416.633000', '131416.636000', '131416.638000', '131416.641000', '131416.644000', '131416.646000', '131416.649000', '131416.652000', '131416.654000', '131416.657000', '131416.660000', '131416.662000', '131416.665000', '131416.668000', '131416.670000', '131416.673000', '131436.563000', '131436.566000', '131436.569000', '131436.572000', '131436.575000', '131436.577000', '131436.580000', '131436.582000', '131436.593000', '131436.595000', '131436.598000', '131436.601000', '131436.603000', '131436.606000', '131436.609000', '131436.611000', '131436.614000', '131436.617000', '131436.619000', '131436.622000', '131436.625000', '131436.627000', '131436.630000', '131436.632000', '131436.635000', '131436.638000', '131436.640000', '131436.643000', '131436.645000', '131436.648000', '131436.651000', '131436.653000', '131436.656000', '131436.659000', '131436.661000', '131436.664000', '131436.667000', '131436.669000', '131436.672000', '131436.675000', '131436.677000', '131436.680000', '131436.682000', '131436.685000', '131456.562000', '131456.565000', '131456.568000', '131456.571000', '131456.573000', '131456.576000', '131456.579000', '131456.581000', '131456.584000', '131456.586000', '131456.589000', '131456.592000', '131456.594000', '131456.597000', '131456.600000', '131456.602000', '131456.605000', '131456.608000', '131456.610000', '131456.613000', '131456.616000', '131456.618000', '131456.621000', '131456.624000', '131456.626000', '131456.629000', '131456.631000', '131456.634000', '131456.637000', '131456.639000', '131456.642000', '131456.645000', '131456.647000', '131456.650000', '131456.653000', '131456.655000', '131456.658000', '131456.661000', '131456.663000', '131456.666000', '131456.668000', '131456.671000', '131456.674000', '131516.562000', '131516.565000', '131516.568000', '131516.570000', '131516.573000', '131516.576000', '131516.578000', '131516.581000', '131516.584000', '131516.586000', '131516.589000', '131516.592000', '131516.594000', '131516.597000', '131516.600000', '131516.602000', '131516.605000', '131516.608000', '131516.610000', '131516.613000', '131516.616000', '131516.618000', '131516.621000', '131516.624000', '131516.626000', '131516.629000', '131516.631000', '131516.634000', '131516.637000', '131516.639000', '131516.642000', '131516.645000', '131516.648000', '131516.650000', '131516.653000', '131516.655000', '131516.658000', '131516.661000', '131516.663000', '131516.666000', '131516.669000', '131516.671000', '131516.682000', '131516.685000', '131536.562000', '131536.566000', '131536.568000', '131536.571000', '131536.573000', '131536.576000', '131536.579000', '131536.582000', '131536.584000', '131536.587000', '131536.590000', '131536.592000', '131536.595000', '131536.598000', '131536.600000', '131536.603000', '131536.605000', '131536.608000', '131536.611000', '131536.613000', '131536.616000', '131536.619000', '131536.621000', '131536.624000', '131536.626000', '131536.629000', '131536.632000', '131536.635000', '131536.637000', '131536.640000', '131536.643000', '131536.645000', '131536.648000', '131536.652000', '131536.655000', '131536.657000', '131536.660000', '131536.663000', '131536.665000', '131536.668000', '131536.671000', '131536.673000', '131536.676000', '131556.563000', '131556.565000', '131556.568000', '131556.572000', '131556.574000', '131556.577000', '131556.579000', '131556.582000', '131556.585000', '131556.587000', '131556.590000', '131556.593000', '131556.595000', '131556.598000', '131556.601000', '131556.603000', '131556.606000', '131556.609000', '131556.612000', '131556.615000', '131556.617000', '131556.620000', '131556.623000', '131556.626000', '131556.628000', '131556.631000', '131556.634000', '131556.636000', '131556.639000', '131556.642000', '131556.644000', '131556.647000', '131556.649000', '131556.652000', '131556.655000', '131556.657000', '131556.660000', '131556.663000', '131556.666000', '131556.668000', '131556.671000', '131556.673000', '131556.676000', '131616.563000', '131616.566000', '131616.569000', '131616.571000', '131616.574000', '131616.577000', '131616.579000', '131616.582000', '131616.585000', '131616.587000', '131616.590000', '131616.593000', '131616.595000', '131616.598000', '131616.601000', '131616.603000', '131616.606000', '131616.609000', '131616.611000', '131616.614000', '131616.617000', '131616.619000', '131616.622000', '131616.624000', '131616.627000', '131616.630000', '131616.633000', '131616.635000', '131616.638000', '131616.641000', '131616.643000', '131616.646000', '131616.648000', '131616.651000', '131616.654000', '131616.656000', '131616.659000', '131616.662000', '131616.664000', '131616.667000', '131616.670000', '131616.672000', '131616.675000', '131616.678000', '131636.562000', '131636.564000', '131636.567000', '131636.570000', '131636.572000', '131636.575000', '131636.578000', '131636.580000', '131636.583000', '131636.586000', '131636.588000', '131636.591000', '131636.594000', '131636.596000', '131636.599000', '131636.602000', '131636.604000', '131636.608000', '131636.610000', '131636.613000', '131636.615000', '131636.618000', '131636.621000', '131636.623000', '131636.626000', '131636.629000', '131636.631000', '131636.634000', '131636.636000', '131636.639000', '131636.642000', '131636.644000', '131636.647000', '131636.650000', '131636.652000', '131636.655000', '131636.657000', '131636.660000', '131636.663000', '131636.665000', '131636.668000', '131636.671000', '131636.673000', '131649.914000', '131649.917000', '131649.920000', '131649.923000', '131649.926000', '131649.929000', '131649.932000', '131649.935000', '131649.938000', '131649.941000', '131649.944000', '131649.946000', '131649.950000', '131649.952000', '131649.955000', '131649.958000', '131649.962000', '131649.965000', '131649.968000', '131649.971000', '131649.974000', '131649.977000', '131649.980000', '131649.983000', '131649.986000', '131649.989000', '131649.991000', '131649.994000', '131649.997000', '131650.001000'], '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': [17866, 13689, 16103, 14305, 16875, 13204, 14167, 10013, 12586, 9372, 13474, 8863, 14524, 15992, 15957, 7459, 9112, 7725, 11690, 7951, 10902, 8878, 7493, 8107, 7603, 10611, 7716, 13782, 8874, 12474, 7435, 8452, 7857, 13764, 9178, 12943, 9299, 13579, 9318, 9128, 7515, 8313, 8371, 14909, 10701, 14194, 8842, 8938, 7988, 9155, 10097, 8431, 12275, 7485, 10995, 7548, 11020, 8327, 13771, 9528, 15893, 11959, 8976, 8123, 7390, 10176, 10345, 15835, 13406, 14254, 7823, 8834, 8638, 16628, 17742, 13660, 10860, 7362, 11850, 9629, 15101, 12190, 7987, 9344, 7805, 12152, 8126, 13648, 9167, 15215, 10878, 7931, 8944, 7659, 10932, 8222, 12888, 8967, 14684, 14213, 15628, 9450, 10942, 7586, 11700, 8447, 12494, 8604, 8806, 17960, 12977, 10798, 7957, 8318, 9813, 7862, 8702, 8754, 8017, 12482, 9135, 12530, 15624, 7606, 7924, 8651, 10559, 11185, 12610, 14570, 11495, 13040, 8517, 12163, 8630, 8484, 9597, 8060, 10851, 16999, 11694, 15851, 11417, 14077, 8738, 10571, 8108, 10830, 9926, 10629, 8124, 10062, 8757, 10238, 8341, 10690, 8368, 11381, 8185, 10420, 8367, 9649, 8463, 9455, 8575, 8988, 8392, 9596, 8906, 9330, 8583, 9793, 8778, 9657, 8735, 10153, 8363, 11329, 8206, 10211, 7665, 11705, 9435, 15478, 7927, 10462, 8294, 11234, 10300, 15688, 8780, 11420, 8117, 9922, 7760, 11682, 8577, 15273, 10576, 16491, 11254, 12585, 10071, 8375, 8518, 8378, 10195, 14156, 12415, 16682, 17226, 10086, 9354, 7958, 11143, 7851, 11592, 8029, 7722, 10244, 8177, 9678, 10118, 8125, 12814, 14211, 18749, 15738, 15233, 9590, 10529, 7871, 10819, 8082, 9952, 10342, 7911, 10109, 8041, 7888, 9244, 8070, 10659, 9025, 12135, 11461, 12049, 8378, 10314, 8080, 11543, 8582, 10948, 8797, 8181, 9820, 8008, 11480, 8758, 10912, 11415, 9405, 8420, 10181, 8401, 11482, 8067, 9012, 7866, 9792, 8492, 12714, 8141, 14138, 9547, 10474, 13781, 9511, 9081, 8328, 15203, 7936, 12167, 8252, 10453, 7877, 9666, 8332, 9735, 8339, 8755, 11726, 8032, 8898, 8387, 8436, 9235, 11479, 8181, 13226, 7980, 12439, 8975, 15427, 8308, 7545, 8235, 11577, 15011, 15485, 9933, 9801, 7941, 12289, 7990, 11915, 8871, 10527, 15566, 18511, 11127, 9040, 8291, 9277, 8307, 8707, 8140, 14326, 8354, 11088, 8105, 9368, 13734, 10399, 12470, 15000, 10773, 12452, 11765, 8287, 11265, 7973, 16786, 15271, 15539, 17310, 11706, 12665, 8546, 10712, 11583, 7780, 9905, 8440, 11306, 8341, 12529, 7799, 10800, 8034, 9703, 8178, 7983, 9946, 8304, 9647, 7923, 8001, 8443, 13723, 9417, 12180, 8740, 9204, 10551, 8150, 9267, 8003, 8031, 9670, 14031, 10319, 16852, 14793, 14147, 10818, 7619, 9655, 18050, 16686, 16878, 19668, 9499, 8371, 9133, 8774, 7655, 9345, 8389, 7417, 11309, 11978, 8417, 14089, 15555, 11283, 7952, 14067, 8925, 9402, 13558, 11780, 17217, 18364, 13995, 10067, 11269, 8672, 11075, 7824, 7616, 7358, 8103, 10446, 8701, 8870, 13169, 9929, 17230, 11761, 8615, 9738, 7613, 7464, 9430, 9232, 9991, 8425, 9461, 8126, 9413, 10365, 7755, 7817, 8886, 7781, 11185, 8822, 12419, 17315, 11597, 13835, 9564, 7776, 9956, 9172, 11403, 8700, 13069, 7838, 8532, 7960, 7854, 9821, 7951, 10912, 8383, 12320, 8501, 15050, 15505, 15866, 10875, 11243, 17444, 12356, 10504, 8222, 12750, 7510, 10454, 7748, 10592, 7747, 9924, 10652, 7851, 10356, 8418, 8158, 13416, 7371, 10173, 8028, 10665, 10139, 7937, 14949, 9488, 17808, 11356, 16544, 10785, 13597, 10604, 18384, 12558, 7888, 7995, 7705, 10962, 8190, 10905, 7658, 10450, 7581, 10812, 7667, 9969, 7616, 10720, 7948, 11385, 8634, 16166, 15624, 13724, 8169, 7953, 8344, 11231, 11667, 11419, 12986, 7760, 9022, 7842, 9233, 9087, 9513, 8505, 9322, 7544, 9696, 7666, 10399, 7740, 11420, 7919, 12109, 8098, 11481, 8334, 12546, 9011, 15381, 8675, 13758, 7542, 10790, 7899, 10930, 8119, 11238, 7873, 10969, 7899, 10828, 7604, 10700, 7751, 8861, 7497, 7751, 8368, 8132, 7884, 11181, 7694, 10177, 8421, 7796, 8917, 7652, 8665, 8078, 8617, 7892, 10895, 7936, 11979, 7736, 10110, 7515, 10068, 8121, 12194, 8694, 7911, 7718, 7791, 8772, 13948, 9126, 12098, 9141, 12780, 8551, 7673, 7930, 7778, 9163, 9668, 8138, 13421, 8725, 13065, 8924, 10480, 7980, 7571, 7897, 10575, 8129, 12806, 10601, 10473, 7686, 7350, 7797, 10825, 7704, 11804, 8539, 11442, 8445, 12588, 7771, 12368, 7629, 10219, 12327, 13783, 10040, 8085, 12033, 8911, 17760, 12488, 17772, 11180, 13967, 10857, 12520, 9324, 13477, 8733, 9893, 7933, 10226, 7907, 7812, 10799, 7726, 9148, 7767, 11879, 8574, 10228, 12068, 11023, 8962, 8930, 7834, 9284, 8094, 8959, 7882, 11110, 7798, 13931, 9020, 14327, 11280, 9252, 7938, 12100, 8648, 12446, 7837, 8162, 9284, 7732, 10380, 8030, 10895, 8565, 14722, 8552, 13408, 15444, 17615, 11947, 9290, 8661, 14746, 9633, 14303, 10149, 7929, 9222, 8078, 10105, 7982, 10987, 8087, 11457, 8634, 8303, 7896, 8103, 9394, 8230, 10532, 8215, 12786, 8054, 11575, 8021, 11432, 15315, 13279, 8564, 9376, 8934, 8545, 11113, 8446, 13916, 8682, 9174, 9580, 7470, 9774, 10957, 12435, 7975, 11071, 7972, 12629, 8875, 7900, 9188, 7816, 8570, 7747, 12127, 8744, 14616, 11669, 10171, 8880, 7749, 10027, 10232, 12235, 8815, 7680, 10306, 8245, 11129, 12835, 15250, 9806, 10801, 9077, 8760, 10298, 8105, 12520, 7622, 10623, 7741, 10726, 7797, 10356, 7607, 10880, 8147, 7947, 7915, 7796, 10383, 9311, 14938, 7646, 8928, 7357, 9356, 8513, 9537, 8916, 7646, 11537, 7577, 9952, 7642, 8591, 8174, 8617, 11081, 7702, 10993, 7757, 10913, 10157, 11931, 9766, 15628, 7603, 11534, 7523, 11095, 8170, 11636, 8733, 7653, 7571, 7874, 9597, 7970, 10135, 8231, 13886, 9288, 11662, 7706, 10593, 7708, 10891, 8215, 14025, 7556, 9737, 7341, 11110, 7582, 10410, 8226, 7874, 7954, 7683, 8131, 10336, 8387, 9281, 9679, 7656, 9900, 7592, 9548, 7810, 9694, 8040, 11304, 7514, 10772, 7513, 10161, 7773, 10844, 8369, 11144, 7818, 8029, 8151, 8582, 8838, 7936, 13324, 7828, 11951, 7408, 11480, 7934, 12389, 9195, 11571, 7885, 7752, 8950, 7680, 10447, 8291, 14565, 10640, 11361, 8123, 17335, 11234, 13254, 11165, 18102, 18078, 12498, 11421, 7867, 10416, 7925, 11608, 8517, 14686, 8047, 8567], 'WindowCenter': [4669.0, 4606.0, 4587.0, 4572.0, 4567.0, 4532.0, 4528.0, 4488.0, 4508.0, 4478.0, 4516.0, 4477.0, 4527.0, 4552.0, 4536.0, 4455.0, 4462.0, 4455.0, 4508.0, 4479.0, 4498.0, 4477.0, 4457.0, 4467.0, 4467.0, 4498.0, 4480.0, 4541.0, 4491.0, 4520.0, 4459.0, 4467.0, 4470.0, 4528.0, 4489.0, 4518.0, 4489.0, 4517.0, 4476.0, 4473.0, 4444.0, 4464.0, 4466.0, 4525.0, 4497.0, 4516.0, 4463.0, 4465.0, 4455.0, 4476.0, 4488.0, 4468.0, 4493.0, 4444.0, 4495.0, 4457.0, 4486.0, 4467.0, 4529.0, 4501.0, 4540.0, 4497.0, 4464.0, 4456.0, 4456.0, 4499.0, 4500.0, 4542.0, 4508.0, 4504.0, 4445.0, 4478.0, 4480.0, 4553.0, 4544.0, 4506.0, 4483.0, 4446.0, 4497.0, 4489.0, 4528.0, 4495.0, 4444.0, 4462.0, 4442.0, 4495.0, 4456.0, 4516.0, 4476.0, 4515.0, 4483.0, 4441.0, 4451.0, 4441.0, 4472.0, 4452.0, 4493.0, 4463.0, 4528.0, 4516.0, 4538.0, 4474.0, 4483.0, 4444.0, 4482.0, 4453.0, 4492.0, 4463.0, 4464.0, 4564.0, 4530.0, 4495.0, 4442.0, 4453.0, 4473.0, 4451.0, 4465.0, 4465.0, 4479.0, 4530.0, 4486.0, 4529.0, 4537.0, 4468.0, 4478.0, 4503.0, 4512.0, 4510.0, 4508.0, 4517.0, 4495.0, 4505.0, 4477.0, 4504.0, 4475.0, 4463.0, 4473.0, 4464.0, 4494.0, 4535.0, 4493.0, 4513.0, 4481.0, 4501.0, 4450.0, 4468.0, 4437.0, 4467.0, 4458.0, 4469.0, 4437.0, 4457.0, 4447.0, 4468.0, 4449.0, 4481.0, 4463.0, 4490.0, 4451.0, 4469.0, 4449.0, 4460.0, 4450.0, 4473.0, 4461.0, 4461.0, 4464.0, 4483.0, 4475.0, 4476.0, 4464.0, 4474.0, 4465.0, 4475.0, 4475.0, 4495.0, 4477.0, 4507.0, 4477.0, 4498.0, 4479.0, 4507.0, 4489.0, 4526.0, 4464.0, 4483.0, 4463.0, 4505.0, 4497.0, 4540.0, 4476.0, 4496.0, 4466.0, 4487.0, 4468.0, 4506.0, 4477.0, 4528.0, 4498.0, 4538.0, 4509.0, 4505.0, 4474.0, 4452.0, 4461.0, 4451.0, 4485.0, 4528.0, 4519.0, 4538.0, 4536.0, 4483.0, 4463.0, 4454.0, 4496.0, 4467.0, 4495.0, 4464.0, 4466.0, 4496.0, 4479.0, 4488.0, 4498.0, 4465.0, 4517.0, 4528.0, 4564.0, 4541.0, 4527.0, 4486.0, 4495.0, 4455.0, 4481.0, 4452.0, 4485.0, 4482.0, 4450.0, 4470.0, 4450.0, 4462.0, 4474.0, 4465.0, 4485.0, 4478.0, 4505.0, 4494.0, 4492.0, 4451.0, 4469.0, 4453.0, 4492.0, 4475.0, 4495.0, 4463.0, 4452.0, 4473.0, 4464.0, 4494.0, 4476.0, 4484.0, 4481.0, 4460.0, 4463.0, 4471.0, 4462.0, 4492.0, 4464.0, 4487.0, 4477.0, 4497.0, 4477.0, 4504.0, 4465.0, 4513.0, 4473.0, 4484.0, 4503.0, 4471.0, 4461.0, 4462.0, 4511.0, 4451.0, 4491.0, 4461.0, 4480.0, 4449.0, 4470.0, 4450.0, 4470.0, 4450.0, 4461.0, 4492.0, 4452.0, 4462.0, 4460.0, 4460.0, 4473.0, 4492.0, 4462.0, 4504.0, 4464.0, 4518.0, 4488.0, 4537.0, 4479.0, 4468.0, 4479.0, 4506.0, 4541.0, 4537.0, 4488.0, 4486.0, 4469.0, 4517.0, 4479.0, 4506.0, 4500.0, 4510.0, 4539.0, 4584.0, 4530.0, 4499.0, 4487.0, 4497.0, 4486.0, 4486.0, 4479.0, 4539.0, 4476.0, 4521.0, 4478.0, 4486.0, 4525.0, 4483.0, 4492.0, 4511.0, 4480.0, 4502.0, 4490.0, 4462.0, 4491.0, 4462.0, 4523.0, 4510.0, 4510.0, 4507.0, 4465.0, 4475.0, 4445.0, 4468.0, 4491.0, 4438.0, 4470.0, 4452.0, 4479.0, 4463.0, 4505.0, 4453.0, 4493.0, 4451.0, 4457.0, 4438.0, 4451.0, 4496.0, 4475.0, 4473.0, 4465.0, 4454.0, 4466.0, 4515.0, 4475.0, 4506.0, 4490.0, 4490.0, 4499.0, 4465.0, 4463.0, 4465.0, 4467.0, 4486.0, 4529.0, 4510.0, 4551.0, 4530.0, 4502.0, 4480.0, 4453.0, 4457.0, 4579.0, 4537.0, 4538.0, 4559.0, 4462.0, 4438.0, 4461.0, 4465.0, 4444.0, 4474.0, 4468.0, 4460.0, 4509.0, 4512.0, 4468.0, 4518.0, 4515.0, 4470.0, 4441.0, 4493.0, 4453.0, 4451.0, 4493.0, 4483.0, 4511.0, 4542.0, 4495.0, 4450.0, 4469.0, 4428.0, 4457.0, 4417.0, 4417.0, 4416.0, 4417.0, 4459.0, 4440.0, 4441.0, 4481.0, 4462.0, 4525.0, 4482.0, 4439.0, 4447.0, 4428.0, 4417.0, 4448.0, 4450.0, 4447.0, 4440.0, 4461.0, 4439.0, 4448.0, 4459.0, 4440.0, 4429.0, 4448.0, 4439.0, 4480.0, 4475.0, 4506.0, 4536.0, 4495.0, 4501.0, 4474.0, 4441.0, 4461.0, 4449.0, 4469.0, 4438.0, 4478.0, 4428.0, 4447.0, 4437.0, 4439.0, 4471.0, 4452.0, 4481.0, 4453.0, 4506.0, 4478.0, 4527.0, 4526.0, 4523.0, 4493.0, 4495.0, 4550.0, 4493.0, 4482.0, 4464.0, 4490.0, 4431.0, 4470.0, 4440.0, 4482.0, 4454.0, 4473.0, 4496.0, 4465.0, 4496.0, 4465.0, 4453.0, 4504.0, 4456.0, 4485.0, 4464.0, 4495.0, 4483.0, 4452.0, 4510.0, 4472.0, 4534.0, 4482.0, 4511.0, 4482.0, 4513.0, 4481.0, 4535.0, 4494.0, 4450.0, 4453.0, 4441.0, 4482.0, 4451.0, 4470.0, 4439.0, 4469.0, 4441.0, 4482.0, 4441.0, 4471.0, 4440.0, 4470.0, 4439.0, 4482.0, 4466.0, 4538.0, 4513.0, 4502.0, 4453.0, 4453.0, 4465.0, 4493.0, 4495.0, 4491.0, 4502.0, 4442.0, 4461.0, 4440.0, 4460.0, 4461.0, 4461.0, 4450.0, 4460.0, 4440.0, 4459.0, 4439.0, 4470.0, 4441.0, 4479.0, 4452.0, 4491.0, 4453.0, 4481.0, 4452.0, 4506.0, 4463.0, 4513.0, 4463.0, 4503.0, 4441.0, 4469.0, 4442.0, 4469.0, 4440.0, 4479.0, 4442.0, 4472.0, 4442.0, 4469.0, 4440.0, 4471.0, 4440.0, 4460.0, 4442.0, 4441.0, 4453.0, 4453.0, 4451.0, 4481.0, 4453.0, 4483.0, 4463.0, 4452.0, 4461.0, 4442.0, 4462.0, 4455.0, 4463.0, 4464.0, 4497.0, 4466.0, 4495.0, 4456.0, 4487.0, 4457.0, 4485.0, 4480.0, 4517.0, 4480.0, 4478.0, 4468.0, 4466.0, 4476.0, 4517.0, 4476.0, 4507.0, 4477.0, 4518.0, 4481.0, 4469.0, 4468.0, 4481.0, 4489.0, 4490.0, 4481.0, 4545.0, 4505.0, 4541.0, 4492.0, 4499.0, 4463.0, 4455.0, 4466.0, 4493.0, 4453.0, 4492.0, 4470.0, 4456.0, 4427.0, 4438.0, 4436.0, 4480.0, 4439.0, 4478.0, 4447.0, 4491.0, 4451.0, 4493.0, 4440.0, 4491.0, 4449.0, 4470.0, 4502.0, 4513.0, 4484.0, 4463.0, 4504.0, 4473.0, 4547.0, 4504.0, 4532.0, 4482.0, 4501.0, 4481.0, 4491.0, 4462.0, 4514.0, 4461.0, 4468.0, 4476.0, 4496.0, 4452.0, 4453.0, 4495.0, 4466.0, 4486.0, 4467.0, 4506.0, 4475.0, 4485.0, 4493.0, 4484.0, 4462.0, 4460.0, 4451.0, 4461.0, 4451.0, 4462.0, 4450.0, 4493.0, 4480.0, 4539.0, 4477.0, 4525.0, 4495.0, 4475.0, 4465.0, 4494.0, 4463.0, 4504.0, 4453.0, 4463.0, 4474.0, 4466.0, 4486.0, 4465.0, 4495.0, 4475.0, 4526.0, 4478.0, 4531.0, 4553.0, 4562.0, 4506.0, 4476.0, 4466.0, 4525.0, 4486.0, 4527.0, 4484.0, 4452.0, 4473.0, 4465.0, 4483.0, 4465.0, 4495.0, 4467.0, 4507.0, 4477.0, 4465.0, 4465.0, 4454.0, 4473.0, 4463.0, 4483.0, 4453.0, 4504.0, 4453.0, 4495.0, 4465.0, 4510.0, 4538.0, 4519.0, 4465.0, 4474.0, 4464.0, 4462.0, 4484.0, 4465.0, 4529.0, 4480.0, 4476.0, 4476.0, 4457.0, 4488.0, 4499.0, 4506.0, 4455.0, 4496.0, 4469.0, 4519.0, 4466.0, 4452.0, 4473.0, 4456.0, 4465.0, 4455.0, 4505.0, 4476.0, 4517.0, 4496.0, 4473.0, 4462.0, 4444.0, 4476.0, 4487.0, 4496.0, 4464.0, 4454.0, 4485.0, 4464.0, 4482.0, 4494.0, 4512.0, 4461.0, 4470.0, 4450.0, 4451.0, 4458.0, 4438.0, 4491.0, 4441.0, 4470.0, 4442.0, 4471.0, 4442.0, 4473.0, 4452.0, 4482.0, 4453.0, 4453.0, 4454.0, 4455.0, 4499.0, 4489.0, 4526.0, 4456.0, 4490.0, 4457.0, 4476.0, 4477.0, 4487.0, 4477.0, 4467.0, 4520.0, 4483.0, 4489.0, 4468.0, 4477.0, 4466.0, 4467.0, 4500.0, 4456.0, 4496.0, 4457.0, 4486.0, 4486.0, 4494.0, 4474.0, 4525.0, 4444.0, 4484.0, 4453.0, 4484.0, 4453.0, 4484.0, 4465.0, 4444.0, 4443.0, 4455.0, 4474.0, 4465.0, 4485.0, 4466.0, 4518.0, 4475.0, 4483.0, 4454.0, 4484.0, 4455.0, 4484.0, 4453.0, 4504.0, 4443.0, 4473.0, 4443.0, 4483.0, 4452.0, 4484.0, 4464.0, 4455.0, 4454.0, 4453.0, 4454.0, 4483.0, 4453.0, 4462.0, 4476.0, 4455.0, 4474.0, 4455.0, 4475.0, 4456.0, 4475.0, 4456.0, 4496.0, 4456.0, 4486.0, 4457.0, 4485.0, 4456.0, 4496.0, 4468.0, 4496.0, 4456.0, 4455.0, 4456.0, 4466.0, 4476.0, 4456.0, 4518.0, 4456.0, 4496.0, 4446.0, 4495.0, 4468.0, 4506.0, 4477.0, 4496.0, 4455.0, 4456.0, 4465.0, 4468.0, 4485.0, 4466.0, 4529.0, 4488.0, 4496.0, 4455.0, 4527.0, 4485.0, 4494.0, 4498.0, 4553.0, 4539.0, 4497.0, 4497.0, 4470.0, 4497.0, 4468.0, 4496.0, 4464.0, 4514.0, 4454.0, 4466.0], 'WindowWidth': [10225.0, 10105.0, 10062.0, 10026.0, 10010.0, 9949.0, 9940.0, 9885.0, 9909.0, 9869.0, 9916.0, 9865.0, 9938.0, 9975.0, 9945.0, 9834.0, 9838.0, 9832.0, 9909.0, 9872.0, 9896.0, 9865.0, 9840.0, 9852.0, 9852.0, 9894.0, 9875.0, 9959.0, 9891.0, 9928.0, 9840.0, 9851.0, 9857.0, 9936.0, 9882.0, 9924.0, 9885.0, 9921.0, 9861.0, 9855.0, 9815.0, 9842.0, 9847.0, 9929.0, 9891.0, 9916.0, 9838.0, 9844.0, 9831.0, 9861.0, 9881.0, 9851.0, 9878.0, 9812.0, 9886.0, 9835.0, 9872.0, 9851.0, 9937.0, 9904.0, 9956.0, 9889.0, 9839.0, 9831.0, 9833.0, 9896.0, 9900.0, 9961.0, 9902.0, 9891.0, 9815.0, 9864.0, 9872.0, 9978.0, 9976.0, 9898.0, 9861.0, 9820.0, 9889.0, 9882.0, 9932.0, 9881.0, 9809.0, 9832.0, 9807.0, 9883.0, 9832.0, 9912.0, 9860.0, 9911.0, 9866.0, 9802.0, 9815.0, 9804.0, 9846.0, 9822.0, 9878.0, 9838.0, 9936.0, 9916.0, 9951.0, 9854.0, 9866.0, 9814.0, 9862.0, 9823.0, 9875.0, 9839.0, 9841.0, 10018.0, 9949.0, 9887.0, 9805.0, 9821.0, 9848.0, 9820.0, 9845.0, 9846.0, 9872.0, 9945.0, 9878.0, 9943.0, 9948.0, 9856.0, 9868.0, 9914.0, 9920.0, 9916.0, 9906.0, 9922.0, 9886.0, 9901.0, 9869.0, 9900.0, 9863.0, 9841.0, 9856.0, 9844.0, 9886.0, 9943.0, 9881.0, 9911.0, 9860.0, 9886.0, 9816.0, 9841.0, 9797.0, 9838.0, 9826.0, 9839.0, 9795.0, 9821.0, 9808.0, 9839.0, 9816.0, 9862.0, 9841.0, 9873.0, 9820.0, 9842.0, 9816.0, 9831.0, 9819.0, 9855.0, 9834.0, 9835.0, 9845.0, 9869.0, 9861.0, 9862.0, 9841.0, 9854.0, 9844.0, 9859.0, 9860.0, 9888.0, 9865.0, 9908.0, 9869.0, 9899.0, 9875.0, 9907.0, 9887.0, 9931.0, 9844.0, 9867.0, 9841.0, 9904.0, 9896.0, 9957.0, 9862.0, 9887.0, 9847.0, 9879.0, 9855.0, 9904.0, 9864.0, 9937.0, 9895.0, 9954.0, 9913.0, 9902.0, 9854.0, 9821.0, 9835.0, 9821.0, 9874.0, 9937.0, 9930.0, 9956.0, 9945.0, 9866.0, 9837.0, 9827.0, 9887.0, 9850.0, 9885.0, 9843.0, 9850.0, 9889.0, 9873.0, 9883.0, 9896.0, 9846.0, 9924.0, 9938.0, 10016.0, 9966.0, 9933.0, 9876.0, 9889.0, 9831.0, 9863.0, 9827.0, 9873.0, 9865.0, 9817.0, 9841.0, 9818.0, 9837.0, 9857.0, 9844.0, 9872.0, 9869.0, 9901.0, 9880.0, 9879.0, 9820.0, 9841.0, 9826.0, 9880.0, 9861.0, 9887.0, 9839.0, 9822.0, 9852.0, 9842.0, 9885.0, 9863.0, 9870.0, 9861.0, 9833.0, 9840.0, 9848.0, 9838.0, 9878.0, 9843.0, 9883.0, 9867.0, 9895.0, 9867.0, 9898.0, 9845.0, 9913.0, 9854.0, 9871.0, 9893.0, 9848.0, 9836.0, 9837.0, 9906.0, 9820.0, 9876.0, 9838.0, 9858.0, 9816.0, 9844.0, 9817.0, 9846.0, 9819.0, 9834.0, 9879.0, 9824.0, 9839.0, 9835.0, 9834.0, 9853.0, 9878.0, 9839.0, 9899.0, 9844.0, 9927.0, 9885.0, 9949.0, 9874.0, 9856.0, 9870.0, 9904.0, 9964.0, 9947.0, 9880.0, 9875.0, 9856.0, 9922.0, 9872.0, 9906.0, 9907.0, 9919.0, 9962.0, 10042.0, 9954.0, 9908.0, 9888.0, 9898.0, 9885.0, 9880.0, 9876.0, 9956.0, 9866.0, 9937.0, 9876.0, 9881.0, 9933.0, 9869.0, 9878.0, 9903.0, 9857.0, 9892.0, 9875.0, 9839.0, 9877.0, 9839.0, 9931.0, 9900.0, 9901.0, 9889.0, 9830.0, 9843.0, 9805.0, 9839.0, 9877.0, 9801.0, 9846.0, 9822.0, 9857.0, 9843.0, 9901.0, 9828.0, 9882.0, 9821.0, 9822.0, 9798.0, 9821.0, 9893.0, 9865.0, 9855.0, 9846.0, 9828.0, 9847.0, 9914.0, 9857.0, 9904.0, 9890.0, 9886.0, 9900.0, 9846.0, 9837.0, 9847.0, 9851.0, 9876.0, 9939.0, 9917.0, 9977.0, 9941.0, 9886.0, 9858.0, 9824.0, 9822.0, 10044.0, 9960.0, 9961.0, 9986.0, 9835.0, 9797.0, 9833.0, 9844.0, 9812.0, 9852.0, 9849.0, 9843.0, 9910.0, 9917.0, 9852.0, 9919.0, 9908.0, 9838.0, 9800.0, 9874.0, 9820.0, 9814.0, 9876.0, 9863.0, 9901.0, 9966.0, 9880.0, 9810.0, 9836.0, 9777.0, 9816.0, 9758.0, 9757.0, 9756.0, 9759.0, 9821.0, 9797.0, 9798.0, 9853.0, 9829.0, 9924.0, 9857.0, 9794.0, 9803.0, 9780.0, 9762.0, 9807.0, 9809.0, 9805.0, 9799.0, 9831.0, 9798.0, 9808.0, 9825.0, 9801.0, 9785.0, 9809.0, 9799.0, 9856.0, 9861.0, 9901.0, 9946.0, 9882.0, 9884.0, 9852.0, 9802.0, 9829.0, 9810.0, 9836.0, 9794.0, 9847.0, 9781.0, 9806.0, 9794.0, 9800.0, 9843.0, 9821.0, 9858.0, 9823.0, 9900.0, 9867.0, 9937.0, 9933.0, 9922.0, 9881.0, 9887.0, 9974.0, 9879.0, 9864.0, 9841.0, 9867.0, 9789.0, 9840.0, 9801.0, 9860.0, 9829.0, 9852.0, 9886.0, 9850.0, 9891.0, 9846.0, 9825.0, 9896.0, 9838.0, 9871.0, 9844.0, 9886.0, 9868.0, 9825.0, 9901.0, 9849.0, 9937.0, 9861.0, 9904.0, 9861.0, 9913.0, 9864.0, 9951.0, 9883.0, 9816.0, 9825.0, 9806.0, 9864.0, 9818.0, 9842.0, 9800.0, 9840.0, 9806.0, 9862.0, 9806.0, 9845.0, 9804.0, 9843.0, 9800.0, 9864.0, 9847.0, 9952.0, 9907.0, 9889.0, 9824.0, 9826.0, 9848.0, 9882.0, 9888.0, 9873.0, 9888.0, 9806.0, 9830.0, 9801.0, 9829.0, 9831.0, 9831.0, 9816.0, 9829.0, 9802.0, 9826.0, 9801.0, 9842.0, 9806.0, 9856.0, 9821.0, 9874.0, 9824.0, 9859.0, 9823.0, 9903.0, 9840.0, 9905.0, 9838.0, 9889.0, 9805.0, 9840.0, 9806.0, 9842.0, 9803.0, 9855.0, 9806.0, 9846.0, 9806.0, 9841.0, 9803.0, 9845.0, 9802.0, 9829.0, 9809.0, 9806.0, 9824.0, 9824.0, 9820.0, 9861.0, 9826.0, 9865.0, 9839.0, 9822.0, 9835.0, 9809.0, 9838.0, 9827.0, 9840.0, 9842.0, 9888.0, 9847.0, 9884.0, 9835.0, 9877.0, 9839.0, 9875.0, 9875.0, 9921.0, 9873.0, 9870.0, 9855.0, 9849.0, 9861.0, 9920.0, 9861.0, 9903.0, 9863.0, 9921.0, 9877.0, 9855.0, 9855.0, 9876.0, 9887.0, 9884.0, 9875.0, 9972.0, 9919.0, 9963.0, 9896.0, 9899.0, 9842.0, 9831.0, 9852.0, 9885.0, 9826.0, 9875.0, 9842.0, 9817.0, 9777.0, 9796.0, 9796.0, 9857.0, 9801.0, 9851.0, 9812.0, 9875.0, 9821.0, 9880.0, 9803.0, 9873.0, 9814.0, 9847.0, 9894.0, 9909.0, 9875.0, 9846.0, 9898.0, 9858.0, 9966.0, 9901.0, 9935.0, 9862.0, 9890.0, 9859.0, 9875.0, 9837.0, 9913.0, 9834.0, 9840.0, 9867.0, 9891.0, 9827.0, 9828.0, 9889.0, 9850.0, 9876.0, 9853.0, 9903.0, 9860.0, 9874.0, 9881.0, 9870.0, 9835.0, 9832.0, 9822.0, 9834.0, 9823.0, 9838.0, 9822.0, 9882.0, 9878.0, 9960.0, 9865.0, 9930.0, 9887.0, 9859.0, 9845.0, 9881.0, 9840.0, 9895.0, 9828.0, 9842.0, 9857.0, 9849.0, 9874.0, 9846.0, 9887.0, 9860.0, 9931.0, 9869.0, 9950.0, 9985.0, 9992.0, 9904.0, 9860.0, 9846.0, 9927.0, 9875.0, 9935.0, 9870.0, 9823.0, 9851.0, 9845.0, 9868.0, 9847.0, 9886.0, 9852.0, 9905.0, 9864.0, 9846.0, 9845.0, 9829.0, 9855.0, 9842.0, 9867.0, 9824.0, 9895.0, 9827.0, 9886.0, 9850.0, 9914.0, 9951.0, 9923.0, 9845.0, 9854.0, 9842.0, 9836.0, 9866.0, 9846.0, 9939.0, 9876.0, 9860.0, 9856.0, 9835.0, 9878.0, 9893.0, 9899.0, 9828.0, 9883.0, 9857.0, 9926.0, 9845.0, 9822.0, 9851.0, 9835.0, 9844.0, 9831.0, 9898.0, 9860.0, 9916.0, 9888.0, 9851.0, 9835.0, 9813.0, 9857.0, 9876.0, 9885.0, 9840.0, 9825.0, 9869.0, 9842.0, 9860.0, 9880.0, 9900.0, 9829.0, 9838.0, 9815.0, 9816.0, 9823.0, 9797.0, 9870.0, 9803.0, 9842.0, 9806.0, 9844.0, 9809.0, 9849.0, 9823.0, 9862.0, 9826.0, 9823.0, 9826.0, 9830.0, 9898.0, 9881.0, 9928.0, 9832.0, 9888.0, 9836.0, 9862.0, 9864.0, 9877.0, 9863.0, 9851.0, 9930.0, 9882.0, 9881.0, 9852.0, 9860.0, 9847.0, 9847.0, 9899.0, 9833.0, 9889.0, 9835.0, 9871.0, 9871.0, 9880.0, 9851.0, 9923.0, 9812.0, 9865.0, 9823.0, 9866.0, 9825.0, 9865.0, 9842.0, 9813.0, 9811.0, 9829.0, 9854.0, 9844.0, 9870.0, 9845.0, 9920.0, 9857.0, 9865.0, 9826.0, 9867.0, 9830.0, 9865.0, 9823.0, 9892.0, 9809.0, 9849.0, 9811.0, 9865.0, 9824.0, 9865.0, 9842.0, 9828.0, 9827.0, 9824.0, 9826.0, 9866.0, 9824.0, 9835.0, 9858.0, 9828.0, 9853.0, 9828.0, 9856.0, 9833.0, 9857.0, 9831.0, 9887.0, 9832.0, 9872.0, 9835.0, 9871.0, 9835.0, 9886.0, 9851.0, 9885.0, 9833.0, 9828.0, 9830.0, 9846.0, 9857.0, 9831.0, 9920.0, 9833.0, 9885.0, 9818.0, 9885.0, 9850.0, 9900.0, 9862.0, 9886.0, 9829.0, 9830.0, 9843.0, 9852.0, 9872.0, 9846.0, 9936.0, 9878.0, 9884.0, 9829.0, 9934.0, 9868.0, 9880.0, 9893.0, 9984.0, 9953.0, 9885.0, 9887.0, 9858.0, 9888.0, 9850.0, 9882.0, 9840.0, 9908.0, 9826.0, 9845.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.004011945054945055</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03017194285714285</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.47541216089112</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1983290538063798</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0452713467216725</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5123</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4718.938</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1551993848153836</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>187</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>20.54945054945055</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.473844727270991</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.328956489927896</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6497404822798094</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.442837209605267</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0107716</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009968193247914314</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.05372793227434158</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.121475388992338</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>15.3094</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.1511</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>250.9283</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293544.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1314.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>476.3467</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.781</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>608.7805</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3669.8504</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3791.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83000.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1555.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4858.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>919.8107</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.389214369934052</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> |