=== 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-0055 --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-0055",
"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-0055_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-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0055/figures/sub-0055_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-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055/ses-02/func/sub-0055_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>bb7f64988d36a7ed87bbc9ecd9b192c0</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:00:18.287500</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.999782, -0.0118807, 0.0171575, 0.0137859, 0.993203, -0.115574]</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.109396</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>[4169, -7698, -7286, 578, 34, -204, -108, 49]</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>267.983</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>720f2284-dd17-449b-bc33-dad08c542765||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.682342529296875, 0.03698668256402016, 0.042303018271923065, 108.90526580810547], [0.031875111162662506, 2.66469144821167, -0.3126218020915985, -77.8720703125], [0.04603234678506851, 0.3100779056549072, 2.681506633758545, -98.45697021484375], [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': ['150018.287500', '150018.747500', '150019.207500', '150019.667500', '150020.127500', '150020.587500', '150021.047500', '150021.507500', '150021.967500', '150022.427500', '150022.887500', '150023.347500', '150023.807500', '150024.267500', '150024.727500', '150025.187500', '150025.647500', '150026.107500', '150026.567500', '150027.027500', '150027.487500', '150027.947500', '150028.407500', '150028.867500', '150029.327500', '150029.787500', '150030.247500', '150030.707500', '150031.167500', '150031.627500', '150032.087500', '150032.547500', '150033.007500', '150033.467500', '150033.927500', '150034.387500', '150034.847500', '150035.307500', '150035.767500', '150036.227500', '150036.687500', '150037.147500', '150037.607500', '150038.067500', '150038.527500', '150038.987500', '150039.447500', '150039.907500', '150040.367500', '150040.827500', '150041.287500', '150041.747500', '150042.207500', '150042.667500', '150043.127500', '150043.587500', '150044.047500', '150044.507500', '150044.967500', '150045.427500', '150045.887500', '150046.347500', '150046.807500', '150047.267500', '150047.727500', '150048.187500', '150048.647500', '150049.107500', '150049.567500', '150050.027500', '150050.487500', '150050.947500', '150051.407500', '150051.867500', '150052.327500', '150052.787500', '150053.247500', '150053.707500', '150054.167500', '150054.627500', '150055.087500', '150055.547500', '150056.007500', '150056.467500', '150056.927500', '150057.387500', '150057.847500', '150058.307500', '150058.767500', '150059.227500', '150059.687500', '150100.147500', '150100.607500', '150101.067500', '150101.527500', '150101.987500', '150102.447500', '150102.907500', '150103.367500', '150103.827500', '150104.287500', '150104.747500', '150105.207500', '150105.667500', '150106.127500', '150106.587500', '150107.047500', '150107.507500', '150107.967500', '150108.427500', '150108.887500', '150109.347500', '150109.807500', '150110.267500', '150110.727500', '150111.187500', '150111.647500', '150112.107500', '150112.567500', '150113.027500', '150113.487500', '150113.947500', '150114.407500', '150114.867500', '150115.327500', '150115.787500', '150116.247500', '150116.707500', '150117.167500', '150117.627500', '150118.087500', '150118.547500', '150119.007500', '150119.467500', '150119.927500', '150120.387500', '150120.847500', '150121.307500', '150121.767500', '150122.227500', '150122.687500', '150123.147500', '150123.607500', '150124.067500', '150124.527500', '150124.987500', '150125.447500', '150125.907500', '150126.367500', '150126.827500', '150127.287500', '150127.747500', '150128.207500', '150128.667500', '150129.127500', '150129.587500', '150130.047500', '150130.507500', '150130.967500', '150131.427500', '150131.887500', '150132.347500', '150132.807500', '150133.267500', '150133.727500', '150134.187500', '150134.647500', '150135.107500', '150135.567500', '150136.027500', '150136.487500', '150136.947500', '150137.407500', '150137.867500', '150138.327500', '150138.787500', '150139.247500', '150139.707500', '150140.167500', '150140.627500', '150141.087500', '150141.547500', '150142.007500', '150142.467500', '150142.927500', '150143.387500', '150143.847500', '150144.307500', '150144.767500', '150145.227500', '150145.687500', '150146.147500', '150146.607500', '150147.067500', '150147.527500', '150147.987500', '150148.447500', '150148.907500', '150149.367500', '150149.827500', '150150.287500', '150150.747500', '150151.207500', '150151.667500', '150152.127500', '150152.587500', '150153.047500', '150153.507500', '150153.967500', '150154.427500', '150154.887500', '150155.347500', '150155.807500', '150156.267500', '150156.727500', '150157.187500', '150157.647500', '150158.107500', '150158.567500', '150159.027500', '150159.487500', '150159.947500', '150200.407500', '150200.867500', '150201.327500', '150201.787500', '150202.247500', '150202.707500', '150203.167500', '150203.627500', '150204.087500', '150204.547500', '150205.007500', '150205.467500', '150205.927500', '150206.387500', '150206.847500', '150207.307500', '150207.767500', '150208.227500', '150208.687500', '150209.147500', '150209.607500', '150210.067500', '150210.527500', '150210.987500', '150211.447500', '150211.907500', '150212.367500', '150212.827500', '150213.287500', '150213.747500', '150214.207500', '150214.667500', '150215.127500', '150215.587500', '150216.047500', '150216.507500', '150216.967500', '150217.427500', '150217.887500', '150218.347500', '150218.807500', '150219.267500', '150219.727500', '150220.187500', '150220.647500', '150221.107500', '150221.567500', '150222.027500', '150222.487500', '150222.947500', '150223.407500', '150223.867500', '150224.327500', '150224.787500', '150225.247500', '150225.707500', '150226.167500', '150226.627500', '150227.087500', '150227.547500', '150228.007500', '150228.467500', '150228.927500', '150229.387500', '150229.847500', '150230.307500', '150230.767500', '150231.227500', '150231.687500', '150232.147500', '150232.607500', '150233.067500', '150233.527500', '150233.987500', '150234.447500', '150234.907500', '150235.367500', '150235.827500', '150236.287500', '150236.747500', '150237.207500', '150237.667500', '150238.127500', '150238.587500', '150239.047500', '150239.507500', '150239.967500', '150240.427500', '150240.887500', '150241.347500', '150241.807500', '150242.267500', '150242.727500', '150243.187500', '150243.647500', '150244.107500', '150244.567500', '150245.027500', '150245.487500', '150245.947500', '150246.407500', '150246.867500', '150247.327500', '150247.787500', '150248.247500', '150248.707500', '150249.167500', '150249.627500', '150250.087500', '150250.547500', '150251.007500', '150251.467500', '150251.927500', '150252.387500', '150252.847500', '150253.307500', '150253.767500', '150254.227500', '150254.687500', '150255.147500', '150255.607500', '150256.067500', '150256.527500', '150256.987500', '150257.447500', '150257.907500', '150258.367500', '150258.827500', '150259.287500', '150259.747500', '150300.207500', '150300.667500', '150301.127500', '150301.587500', '150302.047500', '150302.507500', '150302.967500', '150303.427500', '150303.887500', '150304.347500', '150304.807500', '150305.267500', '150305.727500', '150306.187500', '150306.647500', '150307.107500', '150307.567500', '150308.027500', '150308.487500', '150308.947500', '150309.407500', '150309.867500', '150310.327500', '150310.787500', '150311.247500', '150311.707500', '150312.167500', '150312.627500', '150313.087500', '150313.547500', '150314.007500', '150314.467500', '150314.927500', '150315.387500', '150315.847500', '150316.307500', '150316.767500', '150317.227500', '150317.687500', '150318.147500', '150318.607500', '150319.067500', '150319.527500', '150319.987500', '150320.447500', '150320.907500', '150321.367500', '150321.827500', '150322.287500', '150322.747500', '150323.207500', '150323.667500', '150324.127500', '150324.587500', '150325.047500', '150325.507500', '150325.967500', '150326.427500', '150326.887500', '150327.347500', '150327.807500', '150328.267500', '150328.727500', '150329.187500', '150329.647500', '150330.107500', '150330.567500', '150331.027500', '150331.487500', '150331.947500', '150332.407500', '150332.867500', '150333.327500', '150333.787500', '150334.247500', '150334.707500', '150335.167500', '150335.627500', '150336.087500', '150336.547500', '150337.007500', '150337.467500', '150337.927500', '150338.387500', '150338.847500', '150339.307500', '150339.767500', '150340.227500', '150340.687500', '150341.147500', '150341.607500', '150342.067500', '150342.527500', '150342.987500', '150343.447500', '150343.907500', '150344.367500', '150344.827500', '150345.287500', '150345.747500', '150346.207500', '150346.667500', '150347.127500', '150347.587500', '150348.047500', '150348.507500', '150348.967500', '150349.427500', '150349.887500', '150350.347500', '150350.807500', '150351.267500', '150351.727500', '150352.187500', '150352.647500', '150353.107500', '150353.567500', '150354.027500', '150354.487500', '150354.947500', '150355.407500', '150355.867500', '150356.327500', '150356.787500', '150357.247500', '150357.707500', '150358.167500', '150358.627500', '150359.087500', '150359.547500', '150400.007500', '150400.467500', '150400.927500', '150401.387500', '150401.847500', '150402.307500', '150402.767500', '150403.227500', '150403.687500', '150404.147500', '150404.607500', '150405.067500', '150405.527500', '150405.987500', '150406.447500', '150406.907500', '150407.367500', '150407.827500', '150408.287500', '150408.747500', '150409.207500', '150409.667500', '150410.127500', '150410.587500', '150411.047500', '150411.507500', '150411.967500', '150412.427500', '150412.887500', '150413.347500', '150413.807500', '150414.267500', '150414.727500', '150415.187500', '150415.647500', '150416.107500', '150416.567500', '150417.027500', '150417.487500', '150417.947500', '150418.407500', '150418.867500', '150419.327500', '150419.787500', '150420.247500', '150420.707500', '150421.167500', '150421.627500', '150422.087500', '150422.547500', '150423.007500', '150423.467500', '150423.927500', '150424.387500', '150424.847500', '150425.307500', '150425.767500', '150426.227500', '150426.687500', '150427.147500', '150427.607500', '150428.067500', '150428.527500', '150428.987500', '150429.447500', '150429.907500', '150430.367500', '150430.827500', '150431.287500', '150431.747500', '150432.207500', '150432.667500', '150433.127500', '150433.587500', '150434.047500', '150434.507500', '150434.967500', '150435.427500', '150435.887500', '150436.347500', '150436.807500', '150437.267500', '150437.727500', '150438.187500', '150438.647500', '150439.107500', '150439.567500', '150440.027500', '150440.487500', '150440.947500', '150441.407500', '150441.867500', '150442.327500', '150442.787500', '150443.247500', '150443.707500', '150444.167500', '150444.627500', '150445.087500', '150445.547500', '150446.007500', '150446.467500', '150446.927500', '150447.387500', '150447.847500', '150448.307500', '150448.767500', '150449.227500', '150449.687500', '150450.147500', '150450.607500', '150451.067500', '150451.527500', '150451.987500', '150452.447500', '150452.907500', '150453.367500', '150453.827500', '150454.287500', '150454.747500', '150455.207500', '150455.667500', '150456.127500', '150456.587500', '150457.047500', '150457.507500', '150457.967500', '150458.427500', '150458.887500', '150459.347500', '150459.807500', '150500.267500', '150500.727500', '150501.187500', '150501.647500', '150502.107500', '150502.567500', '150503.027500', '150503.487500', '150503.947500', '150504.407500', '150504.867500', '150505.327500', '150505.787500', '150506.247500', '150506.707500', '150507.167500', '150507.627500', '150508.087500', '150508.547500', '150509.007500', '150509.467500', '150509.927500', '150510.387500', '150510.847500', '150511.307500', '150511.767500', '150512.227500', '150512.687500', '150513.147500', '150513.607500', '150514.067500', '150514.527500', '150514.987500', '150515.447500', '150515.907500', '150516.367500', '150516.827500', '150517.287500', '150517.747500', '150518.207500', '150518.667500', '150519.127500', '150519.587500', '150520.047500', '150520.507500', '150520.967500', '150521.427500', '150521.887500', '150522.347500', '150522.807500', '150523.267500', '150523.727500', '150524.187500', '150524.647500', '150525.107500', '150525.567500', '150526.027500', '150526.487500', '150526.947500', '150527.407500', '150527.867500', '150528.327500', '150528.787500', '150529.247500', '150529.707500', '150530.167500', '150530.627500', '150531.087500', '150531.547500', '150532.007500', '150532.467500', '150532.927500', '150533.387500', '150533.847500', '150534.307500', '150534.767500', '150535.227500', '150535.687500', '150536.147500', '150536.607500', '150537.067500', '150537.527500', '150537.987500', '150538.447500', '150538.907500', '150539.367500', '150539.827500', '150540.287500', '150540.747500', '150541.207500', '150541.667500', '150542.127500', '150542.587500', '150543.047500', '150543.507500', '150543.967500', '150544.427500', '150544.887500', '150545.347500', '150545.807500', '150546.267500', '150546.727500', '150547.187500', '150547.647500', '150548.107500', '150548.567500', '150549.027500', '150549.487500', '150549.947500', '150550.407500', '150550.867500', '150551.327500', '150551.787500', '150552.247500', '150552.707500', '150553.167500', '150553.627500', '150554.087500', '150554.547500', '150555.007500', '150555.467500', '150555.927500', '150556.387500', '150556.847500', '150557.307500', '150557.767500', '150558.227500', '150558.687500', '150559.147500', '150559.607500', '150600.067500', '150600.527500', '150600.987500', '150601.447500', '150601.907500', '150602.367500', '150602.827500', '150603.287500', '150603.747500', '150604.207500', '150604.667500', '150605.127500', '150605.587500', '150606.047500', '150606.507500', '150606.967500', '150607.427500', '150607.887500', '150608.347500', '150608.807500', '150609.267500', '150609.727500', '150610.187500', '150610.647500', '150611.107500', '150611.567500', '150612.027500', '150612.487500', '150612.947500', '150613.407500', '150613.867500', '150614.327500', '150614.787500', '150615.247500', '150615.707500', '150616.167500', '150616.627500', '150617.087500', '150617.547500', '150618.007500', '150618.467500', '150618.927500', '150619.387500', '150619.847500', '150620.307500', '150620.767500', '150621.227500', '150621.687500', '150622.147500', '150622.607500', '150623.067500', '150623.527500', '150623.987500', '150624.447500', '150624.907500', '150625.367500', '150625.827500', '150626.287500', '150626.747500', '150627.207500', '150627.667500', '150628.127500', '150628.587500', '150629.047500', '150629.507500', '150629.967500', '150630.427500', '150630.887500', '150631.347500', '150631.807500', '150632.267500', '150632.727500', '150633.187500', '150633.647500', '150634.107500', '150634.567500', '150635.027500', '150635.487500', '150635.947500', '150636.407500', '150636.867500', '150637.327500', '150637.787500', '150638.247500', '150638.707500', '150639.167500', '150639.627500', '150640.087500', '150640.547500', '150641.007500', '150641.467500', '150641.927500', '150642.387500', '150642.847500', '150643.307500', '150643.767500', '150644.227500', '150644.687500', '150645.147500', '150645.607500', '150646.067500', '150646.527500', '150646.987500', '150647.447500', '150647.907500', '150648.367500', '150648.827500', '150649.287500', '150649.747500', '150650.207500', '150650.667500', '150651.127500', '150651.587500', '150652.047500', '150652.507500', '150652.967500', '150653.427500', '150653.887500', '150654.347500', '150654.807500', '150655.267500', '150655.727500', '150656.187500', '150656.647500', '150657.107500', '150657.567500', '150658.027500', '150658.487500', '150658.947500', '150659.407500', '150659.867500', '150700.327500', '150700.787500', '150701.247500', '150701.707500', '150702.167500', '150702.627500', '150703.087500', '150703.547500', '150704.007500', '150704.467500', '150704.927500', '150705.387500', '150705.847500', '150706.307500', '150706.767500', '150707.227500', '150707.687500', '150708.147500', '150708.607500', '150709.067500', '150709.527500', '150709.987500', '150710.447500', '150710.907500', '150711.367500', '150711.827500', '150712.287500', '150712.747500', '150713.207500', '150713.667500', '150714.127500', '150714.587500', '150715.047500', '150715.507500', '150715.967500', '150716.427500', '150716.887500', '150717.347500', '150717.807500', '150718.267500'], 'ContentTime': ['150034.801000', '150034.804000', '150034.807000', '150034.810000', '150034.812000', '150034.815000', '150034.817000', '150034.820000', '150034.822000', '150034.825000', '150034.827000', '150034.830000', '150034.832000', '150034.839000', '150034.841000', '150034.844000', '150034.846000', '150034.849000', '150034.852000', '150034.854000', '150034.857000', '150034.859000', '150034.862000', '150034.864000', '150034.867000', '150034.869000', '150034.872000', '150034.874000', '150034.877000', '150034.880000', '150034.882000', '150034.885000', '150054.772000', '150054.775000', '150054.778000', '150054.780000', '150054.783000', '150054.785000', '150054.788000', '150054.790000', '150054.793000', '150054.796000', '150054.798000', '150054.801000', '150054.803000', '150054.806000', '150054.808000', '150054.811000', '150054.813000', '150054.822000', '150054.824000', '150054.827000', '150054.829000', '150054.832000', '150054.835000', '150054.837000', '150054.840000', '150054.842000', '150054.845000', '150054.847000', '150054.850000', '150054.852000', '150054.855000', '150054.858000', '150054.860000', '150054.863000', '150054.865000', '150054.868000', '150054.870000', '150054.873000', '150054.876000', '150054.878000', '150054.881000', '150054.883000', '150054.886000', '150054.889000', '150114.772000', '150114.774000', '150114.777000', '150114.780000', '150114.782000', '150114.785000', '150114.787000', '150114.799000', '150114.801000', '150114.804000', '150114.806000', '150114.809000', '150114.811000', '150114.814000', '150114.817000', '150114.819000', '150114.822000', '150114.824000', '150114.827000', '150114.829000', '150114.832000', '150114.835000', '150114.837000', '150114.840000', '150114.844000', '150114.846000', '150114.849000', '150114.852000', '150114.854000', '150114.857000', '150114.860000', '150114.863000', '150114.866000', '150114.868000', '150114.871000', '150114.873000', '150114.876000', '150114.878000', '150114.881000', '150114.884000', '150114.886000', '150114.889000', '150114.891000', '150134.771000', '150134.774000', '150134.777000', '150134.779000', '150134.782000', '150134.785000', '150134.787000', '150134.790000', '150134.792000', '150134.795000', '150134.798000', '150134.800000', '150134.803000', '150134.805000', '150134.808000', '150134.810000', '150134.813000', '150134.816000', '150134.818000', '150134.821000', '150134.823000', '150134.826000', '150134.828000', '150134.831000', '150134.834000', '150134.836000', '150134.839000', '150134.841000', '150134.844000', '150134.847000', '150134.849000', '150134.852000', '150134.854000', '150134.857000', '150134.859000', '150134.862000', '150134.865000', '150134.867000', '150134.870000', '150134.872000', '150134.875000', '150134.877000', '150134.880000', '150134.882000', '150154.771000', '150154.774000', '150154.777000', '150154.779000', '150154.782000', '150154.784000', '150154.787000', '150154.790000', '150154.792000', '150154.795000', '150154.797000', '150154.800000', '150154.802000', '150154.805000', '150154.808000', '150154.810000', '150154.813000', '150154.816000', '150154.818000', '150154.821000', '150154.824000', '150154.826000', '150154.829000', '150154.831000', '150154.834000', '150154.836000', '150154.839000', '150154.842000', '150154.844000', '150154.847000', '150154.849000', '150154.852000', '150154.854000', '150154.857000', '150154.901000', '150154.903000', '150154.906000', '150154.909000', '150154.911000', '150154.914000', '150154.916000', '150154.919000', '150154.921000', '150214.772000', '150214.775000', '150214.784000', '150214.787000', '150214.789000', '150214.792000', '150214.794000', '150214.797000', '150214.800000', '150214.802000', '150214.805000', '150214.807000', '150214.810000', '150214.812000', '150214.815000', '150214.818000', '150214.820000', '150214.823000', '150214.825000', '150214.828000', '150214.831000', '150214.833000', '150214.836000', '150214.838000', '150214.841000', '150214.844000', '150214.846000', '150214.849000', '150214.851000', '150214.854000', '150214.857000', '150214.859000', '150214.862000', '150214.864000', '150214.867000', '150214.870000', '150214.872000', '150214.875000', '150214.877000', '150214.880000', '150214.883000', '150214.885000', '150214.888000', '150214.891000', '150234.772000', '150234.775000', '150234.778000', '150234.780000', '150234.783000', '150234.786000', '150234.788000', '150234.791000', '150234.794000', '150234.796000', '150234.799000', '150234.801000', '150234.804000', '150234.806000', '150234.809000', '150234.812000', '150234.814000', '150234.817000', '150234.819000', '150234.822000', '150234.825000', '150234.827000', '150234.830000', '150234.832000', '150234.835000', '150234.838000', '150234.840000', '150234.843000', '150234.845000', '150234.848000', '150234.850000', '150234.853000', '150234.856000', '150234.859000', '150234.862000', '150234.865000', '150234.867000', '150234.870000', '150234.872000', '150234.875000', '150234.878000', '150234.880000', '150234.883000', '150254.772000', '150254.775000', '150254.778000', '150254.781000', '150254.784000', '150254.786000', '150254.789000', '150254.791000', '150254.794000', '150254.796000', '150254.799000', '150254.802000', '150254.804000', '150254.807000', '150254.810000', '150254.812000', '150254.815000', '150254.817000', '150254.820000', '150254.823000', '150254.826000', '150254.828000', '150254.831000', '150254.834000', '150254.836000', '150254.839000', '150254.842000', '150254.844000', '150254.847000', '150254.849000', '150254.852000', '150254.855000', '150254.857000', '150254.860000', '150254.863000', '150254.865000', '150254.868000', '150254.870000', '150254.873000', '150254.876000', '150254.878000', '150254.881000', '150254.883000', '150254.886000', '150314.772000', '150314.775000', '150314.778000', '150314.780000', '150314.783000', '150314.786000', '150314.789000', '150314.791000', '150314.794000', '150314.796000', '150314.799000', '150314.802000', '150314.804000', '150314.807000', '150314.810000', '150314.812000', '150314.815000', '150314.818000', '150314.821000', '150314.824000', '150314.827000', '150314.830000', '150314.832000', '150314.835000', '150314.837000', '150314.840000', '150314.842000', '150314.845000', '150314.848000', '150314.850000', '150314.853000', '150314.856000', '150314.858000', '150314.861000', '150314.864000', '150314.866000', '150314.869000', '150314.871000', '150314.874000', '150314.877000', '150314.879000', '150314.882000', '150314.885000', '150334.772000', '150334.774000', '150334.777000', '150334.780000', '150334.782000', '150334.785000', '150334.787000', '150334.790000', '150334.792000', '150334.795000', '150334.798000', '150334.800000', '150334.803000', '150334.805000', '150334.808000', '150334.811000', '150334.813000', '150334.816000', '150334.818000', '150334.821000', '150334.824000', '150334.826000', '150334.829000', '150334.831000', '150334.834000', '150334.836000', '150334.839000', '150334.841000', '150334.844000', '150334.848000', '150334.859000', '150334.862000', '150334.864000', '150334.867000', '150334.870000', '150334.872000', '150334.875000', '150334.877000', '150334.880000', '150334.883000', '150334.885000', '150334.888000', '150334.891000', '150334.893000', '150354.771000', '150354.774000', '150354.777000', '150354.779000', '150354.782000', '150354.785000', '150354.787000', '150354.790000', '150354.792000', '150354.795000', '150354.798000', '150354.800000', '150354.803000', '150354.805000', '150354.808000', '150354.811000', '150354.813000', '150354.816000', '150354.819000', '150354.821000', '150354.824000', '150354.826000', '150354.829000', '150354.832000', '150354.834000', '150354.837000', '150354.840000', '150354.842000', '150354.845000', '150354.847000', '150354.850000', '150354.853000', '150354.855000', '150354.858000', '150354.860000', '150354.863000', '150354.865000', '150354.868000', '150354.871000', '150354.873000', '150354.876000', '150354.878000', '150354.881000', '150414.772000', '150414.774000', '150414.777000', '150414.780000', '150414.782000', '150414.785000', '150414.787000', '150414.790000', '150414.793000', '150414.795000', '150414.798000', '150414.800000', '150414.803000', '150414.806000', '150414.808000', '150414.811000', '150414.814000', '150414.816000', '150414.819000', '150414.821000', '150414.824000', '150414.827000', '150414.829000', '150414.832000', '150414.834000', '150414.837000', '150414.840000', '150414.842000', '150414.845000', '150414.848000', '150414.850000', '150414.853000', '150414.855000', '150414.858000', '150414.860000', '150414.863000', '150414.866000', '150414.868000', '150414.871000', '150414.874000', '150414.876000', '150414.879000', '150414.881000', '150414.884000', '150434.773000', '150434.775000', '150434.778000', '150434.781000', '150434.783000', '150434.786000', '150434.788000', '150434.791000', '150434.794000', '150434.796000', '150434.799000', '150434.801000', '150434.804000', '150434.807000', '150434.809000', '150434.812000', '150434.815000', '150434.817000', '150434.820000', '150434.822000', '150434.825000', '150434.828000', '150434.830000', '150434.833000', '150434.835000', '150434.838000', '150434.841000', '150434.843000', '150434.846000', '150434.848000', '150434.851000', '150434.854000', '150434.857000', '150434.859000', '150434.862000', '150434.864000', '150434.867000', '150434.870000', '150434.872000', '150434.875000', '150434.877000', '150434.880000', '150434.883000', '150454.772000', '150454.775000', '150454.778000', '150454.781000', '150454.783000', '150454.786000', '150454.788000', '150454.791000', '150454.794000', '150454.796000', '150454.799000', '150454.801000', '150454.804000', '150454.807000', '150454.810000', '150454.812000', '150454.815000', '150454.817000', '150454.820000', '150454.822000', '150454.825000', '150454.828000', '150454.830000', '150454.833000', '150454.835000', '150454.838000', '150454.840000', '150454.843000', '150454.846000', '150454.848000', '150454.851000', '150454.853000', '150454.856000', '150454.859000', '150454.861000', '150454.864000', '150454.866000', '150454.869000', '150454.871000', '150454.874000', '150454.876000', '150454.879000', '150454.882000', '150454.884000', '150514.772000', '150514.775000', '150514.778000', '150514.781000', '150514.783000', '150514.786000', '150514.788000', '150514.791000', '150514.793000', '150514.796000', '150514.799000', '150514.801000', '150514.804000', '150514.806000', '150514.809000', '150514.811000', '150514.814000', '150514.817000', '150514.819000', '150514.822000', '150514.824000', '150514.827000', '150514.830000', '150514.832000', '150514.835000', '150514.837000', '150514.840000', '150514.842000', '150514.845000', '150514.848000', '150514.850000', '150514.853000', '150514.855000', '150514.858000', '150514.861000', '150514.863000', '150514.866000', '150514.868000', '150514.871000', '150514.873000', '150514.876000', '150514.879000', '150514.881000', '150534.773000', '150534.775000', '150534.778000', '150534.781000', '150534.783000', '150534.786000', '150534.788000', '150534.791000', '150534.794000', '150534.796000', '150534.799000', '150534.801000', '150534.804000', '150534.807000', '150534.809000', '150534.812000', '150534.814000', '150534.817000', '150534.820000', '150534.822000', '150534.825000', '150534.827000', '150534.830000', '150534.832000', '150534.835000', '150534.838000', '150534.840000', '150534.843000', '150534.845000', '150534.848000', '150534.851000', '150534.853000', '150534.856000', '150534.858000', '150534.861000', '150534.864000', '150534.866000', '150534.869000', '150534.871000', '150534.874000', '150534.877000', '150534.879000', '150534.882000', '150534.884000', '150554.771000', '150554.774000', '150554.777000', '150554.779000', '150554.782000', '150554.785000', '150554.787000', '150554.790000', '150554.792000', '150554.795000', '150554.798000', '150554.800000', '150554.803000', '150554.805000', '150554.808000', '150554.810000', '150554.813000', '150554.816000', '150554.818000', '150554.821000', '150554.823000', '150554.826000', '150554.829000', '150554.831000', '150554.834000', '150554.836000', '150554.839000', '150554.842000', '150554.844000', '150554.847000', '150554.849000', '150554.852000', '150554.854000', '150554.857000', '150554.860000', '150554.862000', '150554.865000', '150554.867000', '150554.870000', '150554.873000', '150554.875000', '150554.878000', '150554.880000', '150614.772000', '150614.774000', '150614.778000', '150614.781000', '150614.784000', '150614.786000', '150614.789000', '150614.791000', '150614.794000', '150614.797000', '150614.799000', '150614.802000', '150614.806000', '150614.809000', '150614.811000', '150614.814000', '150614.817000', '150614.819000', '150614.822000', '150614.824000', '150614.827000', '150614.830000', '150614.832000', '150614.835000', '150614.838000', '150614.840000', '150614.843000', '150614.845000', '150614.848000', '150614.851000', '150614.853000', '150614.856000', '150614.858000', '150614.861000', '150614.864000', '150614.866000', '150614.869000', '150614.871000', '150614.874000', '150614.877000', '150614.879000', '150614.882000', '150614.884000', '150634.771000', '150634.774000', '150634.777000', '150634.779000', '150634.782000', '150634.785000', '150634.787000', '150634.790000', '150634.792000', '150634.795000', '150634.797000', '150634.800000', '150634.803000', '150634.805000', '150634.808000', '150634.810000', '150634.813000', '150634.815000', '150634.818000', '150634.821000', '150634.823000', '150634.826000', '150634.828000', '150634.837000', '150634.840000', '150634.842000', '150634.845000', '150634.848000', '150634.850000', '150634.853000', '150634.855000', '150634.858000', '150634.861000', '150634.863000', '150634.866000', '150634.868000', '150634.871000', '150634.874000', '150634.876000', '150634.879000', '150634.882000', '150634.884000', '150634.887000', '150634.889000', '150654.773000', '150654.775000', '150654.778000', '150654.781000', '150654.783000', '150654.786000', '150654.788000', '150654.791000', '150654.794000', '150654.796000', '150654.799000', '150654.801000', '150654.804000', '150654.807000', '150654.809000', '150654.812000', '150654.814000', '150654.817000', '150654.819000', '150654.822000', '150654.825000', '150654.827000', '150654.830000', '150654.832000', '150654.835000', '150654.838000', '150654.840000', '150654.843000', '150654.846000', '150654.848000', '150654.851000', '150654.853000', '150654.856000', '150654.858000', '150654.861000', '150654.864000', '150654.866000', '150654.869000', '150654.871000', '150654.874000', '150654.876000', '150654.879000', '150654.882000', '150714.773000', '150714.775000', '150714.778000', '150714.781000', '150714.783000', '150714.786000', '150714.788000', '150714.791000', '150714.794000', '150714.796000', '150714.799000', '150714.801000', '150714.804000', '150714.807000', '150714.809000', '150714.812000', '150714.814000', '150714.817000', '150714.819000', '150714.822000', '150714.825000', '150714.827000', '150714.830000', '150714.832000', '150714.835000', '150714.838000', '150714.840000', '150714.843000', '150714.846000', '150714.848000', '150714.851000', '150714.853000', '150714.856000', '150714.859000', '150714.861000', '150714.864000', '150714.867000', '150714.869000', '150714.872000', '150714.874000', '150714.877000', '150714.879000', '150714.882000', '150714.885000', '150720.052000', '150720.055000', '150720.058000', '150720.061000', '150720.068000', '150720.071000', '150720.074000', '150720.076000', '150720.079000', '150720.082000', '150720.084000', '150720.087000'], 'InstanceCreationTime': ['150034.801000', '150034.804000', '150034.807000', '150034.810000', '150034.812000', '150034.815000', '150034.817000', '150034.820000', '150034.822000', '150034.825000', '150034.827000', '150034.830000', '150034.832000', '150034.839000', '150034.841000', '150034.844000', '150034.846000', '150034.849000', '150034.852000', '150034.854000', '150034.857000', '150034.859000', '150034.862000', '150034.864000', '150034.867000', '150034.869000', '150034.872000', '150034.874000', '150034.877000', '150034.880000', '150034.882000', '150034.885000', '150054.772000', '150054.775000', '150054.778000', '150054.780000', '150054.783000', '150054.785000', '150054.788000', '150054.790000', '150054.793000', '150054.796000', '150054.798000', '150054.801000', '150054.803000', '150054.806000', '150054.808000', '150054.811000', '150054.813000', '150054.822000', '150054.824000', '150054.827000', '150054.829000', '150054.832000', '150054.835000', '150054.837000', '150054.840000', '150054.842000', '150054.845000', '150054.847000', '150054.850000', '150054.852000', '150054.855000', '150054.858000', '150054.860000', '150054.863000', '150054.865000', '150054.868000', '150054.870000', '150054.873000', '150054.876000', '150054.878000', '150054.881000', '150054.883000', '150054.886000', '150054.889000', '150114.772000', '150114.774000', '150114.777000', '150114.780000', '150114.782000', '150114.785000', '150114.787000', '150114.799000', '150114.801000', '150114.804000', '150114.806000', '150114.809000', '150114.811000', '150114.814000', '150114.817000', '150114.819000', '150114.822000', '150114.824000', '150114.827000', '150114.829000', '150114.832000', '150114.835000', '150114.837000', '150114.840000', '150114.844000', '150114.846000', '150114.849000', '150114.852000', '150114.854000', '150114.857000', '150114.860000', '150114.863000', '150114.866000', '150114.868000', '150114.871000', '150114.873000', '150114.876000', '150114.878000', '150114.881000', '150114.884000', '150114.886000', '150114.889000', '150114.891000', '150134.771000', '150134.774000', '150134.777000', '150134.779000', '150134.782000', '150134.785000', '150134.787000', '150134.790000', '150134.792000', '150134.795000', '150134.798000', '150134.800000', '150134.803000', '150134.805000', '150134.808000', '150134.810000', '150134.813000', '150134.816000', '150134.818000', '150134.821000', '150134.823000', '150134.826000', '150134.828000', '150134.831000', '150134.834000', '150134.836000', '150134.839000', '150134.841000', '150134.844000', '150134.847000', '150134.849000', '150134.852000', '150134.854000', '150134.857000', '150134.859000', '150134.862000', '150134.865000', '150134.867000', '150134.870000', '150134.872000', '150134.875000', '150134.877000', '150134.880000', '150134.882000', '150154.771000', '150154.774000', '150154.777000', '150154.779000', '150154.782000', '150154.784000', '150154.787000', '150154.790000', '150154.792000', '150154.795000', '150154.797000', '150154.800000', '150154.802000', '150154.805000', '150154.808000', '150154.810000', '150154.813000', '150154.816000', '150154.818000', '150154.821000', '150154.824000', '150154.826000', '150154.829000', '150154.831000', '150154.834000', '150154.836000', '150154.839000', '150154.842000', '150154.844000', '150154.847000', '150154.849000', '150154.852000', '150154.854000', '150154.857000', '150154.901000', '150154.903000', '150154.906000', '150154.909000', '150154.911000', '150154.914000', '150154.916000', '150154.919000', '150154.921000', '150214.772000', '150214.775000', '150214.784000', '150214.787000', '150214.789000', '150214.792000', '150214.794000', '150214.797000', '150214.800000', '150214.802000', '150214.805000', '150214.807000', '150214.810000', '150214.812000', '150214.815000', '150214.818000', '150214.820000', '150214.823000', '150214.825000', '150214.828000', '150214.831000', '150214.833000', '150214.836000', '150214.838000', '150214.841000', '150214.844000', '150214.846000', '150214.849000', '150214.851000', '150214.854000', '150214.857000', '150214.859000', '150214.862000', '150214.864000', '150214.867000', '150214.870000', '150214.872000', '150214.875000', '150214.877000', '150214.880000', '150214.883000', '150214.885000', '150214.888000', '150214.891000', '150234.772000', '150234.775000', '150234.778000', '150234.780000', '150234.783000', '150234.786000', '150234.788000', '150234.791000', '150234.794000', '150234.796000', '150234.799000', '150234.801000', '150234.804000', '150234.806000', '150234.809000', '150234.812000', '150234.814000', '150234.817000', '150234.819000', '150234.822000', '150234.825000', '150234.827000', '150234.830000', '150234.832000', '150234.835000', '150234.838000', '150234.840000', '150234.843000', '150234.845000', '150234.848000', '150234.850000', '150234.853000', '150234.856000', '150234.859000', '150234.862000', '150234.865000', '150234.867000', '150234.870000', '150234.872000', '150234.875000', '150234.878000', '150234.880000', '150234.883000', '150254.772000', '150254.775000', '150254.778000', '150254.781000', '150254.784000', '150254.786000', '150254.789000', '150254.791000', '150254.794000', '150254.796000', '150254.799000', '150254.802000', '150254.804000', '150254.807000', '150254.810000', '150254.812000', '150254.815000', '150254.817000', '150254.820000', '150254.823000', '150254.826000', '150254.828000', '150254.831000', '150254.834000', '150254.836000', '150254.839000', '150254.842000', '150254.844000', '150254.847000', '150254.849000', '150254.852000', '150254.855000', '150254.857000', '150254.860000', '150254.863000', '150254.865000', '150254.868000', '150254.870000', '150254.873000', '150254.876000', '150254.878000', '150254.881000', '150254.883000', '150254.886000', '150314.772000', '150314.775000', '150314.778000', '150314.780000', '150314.783000', '150314.786000', '150314.789000', '150314.791000', '150314.794000', '150314.796000', '150314.799000', '150314.802000', '150314.804000', '150314.807000', '150314.810000', '150314.812000', '150314.815000', '150314.818000', '150314.821000', '150314.824000', '150314.827000', '150314.830000', '150314.832000', '150314.835000', '150314.837000', '150314.840000', '150314.842000', '150314.845000', '150314.848000', '150314.850000', '150314.853000', '150314.856000', '150314.858000', '150314.861000', '150314.864000', '150314.866000', '150314.869000', '150314.871000', '150314.874000', '150314.877000', '150314.879000', '150314.882000', '150314.885000', '150334.772000', '150334.774000', '150334.777000', '150334.780000', '150334.782000', '150334.785000', '150334.787000', '150334.790000', '150334.792000', '150334.795000', '150334.798000', '150334.800000', '150334.803000', '150334.805000', '150334.808000', '150334.811000', '150334.813000', '150334.816000', '150334.818000', '150334.821000', '150334.824000', '150334.826000', '150334.829000', '150334.831000', '150334.834000', '150334.836000', '150334.839000', '150334.841000', '150334.844000', '150334.848000', '150334.859000', '150334.862000', '150334.864000', '150334.867000', '150334.870000', '150334.872000', '150334.875000', '150334.877000', '150334.880000', '150334.883000', '150334.885000', '150334.888000', '150334.891000', '150334.893000', '150354.771000', '150354.774000', '150354.777000', '150354.779000', '150354.782000', '150354.785000', '150354.787000', '150354.790000', '150354.792000', '150354.795000', '150354.798000', '150354.800000', '150354.803000', '150354.805000', '150354.808000', '150354.811000', '150354.813000', '150354.816000', '150354.819000', '150354.821000', '150354.824000', '150354.826000', '150354.829000', '150354.832000', '150354.834000', '150354.837000', '150354.840000', '150354.842000', '150354.845000', '150354.847000', '150354.850000', '150354.853000', '150354.855000', '150354.858000', '150354.860000', '150354.863000', '150354.865000', '150354.868000', '150354.871000', '150354.873000', '150354.876000', '150354.878000', '150354.881000', '150414.772000', '150414.774000', '150414.777000', '150414.780000', '150414.782000', '150414.785000', '150414.787000', '150414.790000', '150414.793000', '150414.795000', '150414.798000', '150414.800000', '150414.803000', '150414.806000', '150414.808000', '150414.811000', '150414.814000', '150414.816000', '150414.819000', '150414.821000', '150414.824000', '150414.827000', '150414.829000', '150414.832000', '150414.834000', '150414.837000', '150414.840000', '150414.842000', '150414.845000', '150414.848000', '150414.850000', '150414.853000', '150414.855000', '150414.858000', '150414.860000', '150414.863000', '150414.866000', '150414.868000', '150414.871000', '150414.874000', '150414.876000', '150414.879000', '150414.881000', '150414.884000', '150434.773000', '150434.775000', '150434.778000', '150434.781000', '150434.783000', '150434.786000', '150434.788000', '150434.791000', '150434.794000', '150434.796000', '150434.799000', '150434.801000', '150434.804000', '150434.807000', '150434.809000', '150434.812000', '150434.815000', '150434.817000', '150434.820000', '150434.822000', '150434.825000', '150434.828000', '150434.830000', '150434.833000', '150434.835000', '150434.838000', '150434.841000', '150434.843000', '150434.846000', '150434.848000', '150434.851000', '150434.854000', '150434.857000', '150434.859000', '150434.862000', '150434.864000', '150434.867000', '150434.870000', '150434.872000', '150434.875000', '150434.877000', '150434.880000', '150434.883000', '150454.772000', '150454.775000', '150454.778000', '150454.781000', '150454.783000', '150454.786000', '150454.788000', '150454.791000', '150454.794000', '150454.796000', '150454.799000', '150454.801000', '150454.804000', '150454.807000', '150454.810000', '150454.812000', '150454.815000', '150454.817000', '150454.820000', '150454.822000', '150454.825000', '150454.828000', '150454.830000', '150454.833000', '150454.835000', '150454.838000', '150454.840000', '150454.843000', '150454.846000', '150454.848000', '150454.851000', '150454.853000', '150454.856000', '150454.859000', '150454.861000', '150454.864000', '150454.866000', '150454.869000', '150454.871000', '150454.874000', '150454.876000', '150454.879000', '150454.882000', '150454.884000', '150514.772000', '150514.775000', '150514.778000', '150514.781000', '150514.783000', '150514.786000', '150514.788000', '150514.791000', '150514.793000', '150514.796000', '150514.799000', '150514.801000', '150514.804000', '150514.806000', '150514.809000', '150514.811000', '150514.814000', '150514.817000', '150514.819000', '150514.822000', '150514.824000', '150514.827000', '150514.830000', '150514.832000', '150514.835000', '150514.837000', '150514.840000', '150514.842000', '150514.845000', '150514.848000', '150514.850000', '150514.853000', '150514.855000', '150514.858000', '150514.861000', '150514.863000', '150514.866000', '150514.868000', '150514.871000', '150514.873000', '150514.876000', '150514.879000', '150514.881000', '150534.773000', '150534.775000', '150534.778000', '150534.781000', '150534.783000', '150534.786000', '150534.788000', '150534.791000', '150534.794000', '150534.796000', '150534.799000', '150534.801000', '150534.804000', '150534.807000', '150534.809000', '150534.812000', '150534.814000', '150534.817000', '150534.820000', '150534.822000', '150534.825000', '150534.827000', '150534.830000', '150534.832000', '150534.835000', '150534.838000', '150534.840000', '150534.843000', '150534.845000', '150534.848000', '150534.851000', '150534.853000', '150534.856000', '150534.858000', '150534.861000', '150534.864000', '150534.866000', '150534.869000', '150534.871000', '150534.874000', '150534.877000', '150534.879000', '150534.882000', '150534.884000', '150554.771000', '150554.774000', '150554.777000', '150554.779000', '150554.782000', '150554.785000', '150554.787000', '150554.790000', '150554.792000', '150554.795000', '150554.798000', '150554.800000', '150554.803000', '150554.805000', '150554.808000', '150554.810000', '150554.813000', '150554.816000', '150554.818000', '150554.821000', '150554.823000', '150554.826000', '150554.829000', '150554.831000', '150554.834000', '150554.836000', '150554.839000', '150554.842000', '150554.844000', '150554.847000', '150554.849000', '150554.852000', '150554.854000', '150554.857000', '150554.860000', '150554.862000', '150554.865000', '150554.867000', '150554.870000', '150554.873000', '150554.875000', '150554.878000', '150554.880000', '150614.772000', '150614.774000', '150614.778000', '150614.781000', '150614.784000', '150614.786000', '150614.789000', '150614.791000', '150614.794000', '150614.797000', '150614.799000', '150614.802000', '150614.806000', '150614.809000', '150614.811000', '150614.814000', '150614.817000', '150614.819000', '150614.822000', '150614.824000', '150614.827000', '150614.830000', '150614.832000', '150614.835000', '150614.838000', '150614.840000', '150614.843000', '150614.845000', '150614.848000', '150614.851000', '150614.853000', '150614.856000', '150614.858000', '150614.861000', '150614.864000', '150614.866000', '150614.869000', '150614.871000', '150614.874000', '150614.877000', '150614.879000', '150614.882000', '150614.884000', '150634.771000', '150634.774000', '150634.777000', '150634.779000', '150634.782000', '150634.785000', '150634.787000', '150634.790000', '150634.792000', '150634.795000', '150634.797000', '150634.800000', '150634.803000', '150634.805000', '150634.808000', '150634.810000', '150634.813000', '150634.815000', '150634.818000', '150634.821000', '150634.823000', '150634.826000', '150634.828000', '150634.837000', '150634.840000', '150634.842000', '150634.845000', '150634.848000', '150634.850000', '150634.853000', '150634.855000', '150634.858000', '150634.861000', '150634.863000', '150634.866000', '150634.868000', '150634.871000', '150634.874000', '150634.876000', '150634.879000', '150634.882000', '150634.884000', '150634.887000', '150634.889000', '150654.773000', '150654.775000', '150654.778000', '150654.781000', '150654.783000', '150654.786000', '150654.788000', '150654.791000', '150654.794000', '150654.796000', '150654.799000', '150654.801000', '150654.804000', '150654.807000', '150654.809000', '150654.812000', '150654.814000', '150654.817000', '150654.819000', '150654.822000', '150654.825000', '150654.827000', '150654.830000', '150654.832000', '150654.835000', '150654.838000', '150654.840000', '150654.843000', '150654.846000', '150654.848000', '150654.851000', '150654.853000', '150654.856000', '150654.858000', '150654.861000', '150654.864000', '150654.866000', '150654.869000', '150654.871000', '150654.874000', '150654.876000', '150654.879000', '150654.882000', '150714.773000', '150714.775000', '150714.778000', '150714.781000', '150714.783000', '150714.786000', '150714.788000', '150714.791000', '150714.794000', '150714.796000', '150714.799000', '150714.801000', '150714.804000', '150714.807000', '150714.809000', '150714.812000', '150714.814000', '150714.817000', '150714.819000', '150714.822000', '150714.825000', '150714.827000', '150714.830000', '150714.832000', '150714.835000', '150714.838000', '150714.840000', '150714.843000', '150714.846000', '150714.848000', '150714.851000', '150714.853000', '150714.856000', '150714.859000', '150714.861000', '150714.864000', '150714.867000', '150714.869000', '150714.872000', '150714.874000', '150714.877000', '150714.879000', '150714.882000', '150714.885000', '150720.052000', '150720.055000', '150720.058000', '150720.061000', '150720.068000', '150720.071000', '150720.074000', '150720.076000', '150720.079000', '150720.082000', '150720.084000', '150720.087000'], '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': [13708, 9282, 11483, 9856, 8015, 8865, 7181, 10030, 10362, 8112, 9256, 9926, 15496, 13946, 14907, 9489, 10577, 8612, 8230, 14212, 8582, 12971, 8275, 9771, 8255, 8289, 8260, 8087, 12029, 8249, 10473, 8130, 8612, 7910, 8389, 8199, 8259, 7478, 8428, 10143, 8294, 11505, 8308, 11695, 8401, 11438, 8060, 10771, 7781, 8651, 8276, 8131, 7890, 8473, 7570, 8537, 11108, 7817, 13620, 8961, 12215, 7969, 10666, 7891, 8642, 8243, 8128, 9444, 7989, 12248, 7995, 10854, 7763, 9152, 7632, 8279, 7176, 8307, 10912, 8127, 12791, 8274, 10880, 7973, 10296, 7905, 8992, 7880, 8351, 8172, 8579, 7870, 8405, 7635, 8223, 11049, 8132, 10497, 8119, 11143, 8268, 12451, 8201, 11196, 8072, 12206, 8029, 12170, 8051, 11433, 8261, 11074, 7857, 10831, 8037, 8902, 7673, 8210, 11958, 8133, 12344, 8069, 11632, 7787, 11050, 7700, 10628, 7568, 9477, 7883, 8942, 8020, 9337, 8046, 8705, 7761, 8617, 9475, 8753, 10473, 8023, 12804, 8086, 12024, 8161, 11255, 8018, 9630, 7874, 8650, 8210, 8731, 8117, 8116, 7894, 8081, 8431, 8109, 8545, 8235, 10405, 8067, 13486, 8317, 11787, 8076, 10428, 8298, 8893, 8172, 8500, 7932, 8493, 8031, 8511, 9098, 8146, 7938, 8091, 12401, 8167, 11899, 7988, 10623, 7996, 9572, 8210, 8926, 8297, 8685, 7826, 8323, 8851, 8353, 11062, 8060, 9917, 8365, 9438, 8269, 11893, 8157, 12123, 8227, 10966, 8222, 9003, 8444, 8518, 9852, 8107, 13030, 8065, 11418, 8341, 10864, 7852, 8859, 7915, 8642, 8113, 8642, 8040, 8375, 7781, 8296, 9700, 7953, 10269, 7984, 11416, 8031, 12590, 8009, 11105, 7825, 8412, 8104, 8656, 7512, 6560, 11815, 8069, 10753, 8365, 8203, 9152, 13813, 9664, 11508, 8450, 9824, 8339, 8594, 7595, 8458, 7767, 8572, 7763, 8449, 7386, 7959, 7221, 8345, 7242, 8147, 9363, 8026, 11714, 8165, 11975, 7999, 11265, 7648, 10489, 8006, 9264, 8037, 8719, 10008, 8091, 14016, 7972, 13182, 7769, 10772, 7848, 10417, 8063, 8742, 7607, 8135, 10276, 8085, 10424, 8213, 10797, 7453, 9747, 8040, 9026, 7953, 8727, 7791, 8618, 9378, 8621, 9118, 8113, 11608, 8058, 11752, 7993, 10380, 7472, 9548, 8326, 8990, 7667, 8547, 8368, 7819, 12566, 8025, 10111, 7459, 8993, 7713, 8793, 7143, 7837, 11580, 7458, 11625, 7400, 10158, 7269, 8327, 7429, 8067, 11108, 8093, 11876, 7446, 11071, 7681, 10448, 7499, 8823, 7303, 8172, 11579, 8098, 11983, 7834, 11293, 7290, 10053, 9884, 10879, 7848, 8164, 8352, 7998, 11622, 16618, 12969, 13733, 9510, 9916, 7891, 8216, 9207, 8446, 13602, 8048, 10925, 7622, 9027, 7742, 9063, 7473, 8221, 10105, 8006, 11833, 7923, 10161, 7645, 9450, 7999, 9401, 7731, 9008, 7423, 8379, 8080, 8224, 11736, 8496, 10020, 8145, 11976, 7731, 9887, 8348, 9277, 7981, 9314, 8359, 8340, 12365, 8107, 11392, 7864, 10636, 7417, 10215, 7393, 9515, 8394, 9619, 7549, 6497, 7874, 11949, 7447, 9486, 7367, 8505, 8920, 8354, 13480, 8162, 11986, 8525, 11532, 7987, 9627, 7939, 8684, 14537, 8964, 15408, 8316, 12243, 8030, 10574, 7837, 10061, 7736, 8571, 7512, 8347, 13091, 8251, 10523, 7564, 9567, 7243, 8887, 7274, 9105, 7191, 8872, 6560, 9070, 6869, 9075, 6659, 9059, 7170, 7641, 9482, 9937, 7035, 9718, 7262, 10543, 8101, 12687, 8395, 10191, 8029, 8252, 7584, 7590, 13057, 7312, 11093, 7497, 9294, 6675, 8847, 6863, 9157, 7169, 11447, 7118, 8829, 8400, 6739, 8565, 7246, 8566, 8068, 13326, 8499, 9768, 8402, 8724, 6690, 7949, 13687, 7540, 11600, 7758, 9944, 6547, 9135, 7069, 8602, 6830, 8521, 6467, 7984, 6345, 7435, 12480, 7559, 11289, 7355, 9523, 6645, 8991, 6508, 8126, 6675, 8148, 6577, 8375, 8828, 8139, 12494, 9010, 11329, 7860, 9949, 7468, 7806, 8288, 6983, 12978, 8293, 11393, 8078, 9933, 8116, 14881, 10315, 11655, 12953, 8672, 12043, 7639, 12650, 7125, 9816, 6880, 9500, 7287, 8867, 7059, 9975, 7252, 7241, 9854, 6994, 8890, 8298, 7874, 9989, 12803, 9873, 11316, 7777, 9037, 7331, 8457, 7533, 7809, 11039, 15893, 10990, 8441, 7850, 8102, 8142, 7749, 8732, 7210, 6543, 7487, 7331, 9754, 8701, 8934, 9842, 7665, 13110, 9987, 13292, 10104, 13500, 10394, 12302, 8560, 9038, 7437, 8812, 12889, 8807, 6807, 8170, 6812, 8498, 8290, 7773, 6464, 7970, 6345, 7906, 7805, 7691, 11476, 7752, 11470, 7186, 10907, 6899, 9394, 7496, 9119, 7278, 8553, 6964, 8573, 6646, 8080, 12629, 7512, 10211, 6822, 9199, 6384, 8036, 6663, 7623, 8262, 7217, 10148, 7186, 11525, 6877, 10636, 7089, 9920, 7083, 9166, 6737, 8705, 6981, 8445, 7141, 8625, 8221, 7946, 13318, 8466, 10273, 7287, 8826, 6550, 8333, 10815, 7999, 6860, 8222, 6516, 8680, 8950, 9153, 6786, 9127, 9620, 7825, 14671, 8794, 13628, 7900, 11375, 8033, 10781, 8107, 11372, 8124, 9184, 7137, 9070, 12898, 8871, 13511, 8017, 11561, 7753, 10602, 7697, 9488, 7590, 8813, 7897, 8807, 7220, 8298, 7023, 8170, 8554, 8165, 11542, 7628, 10537, 7657, 9526, 7450, 8222, 6719, 7947, 7322, 7983, 10853, 7293, 10667, 7249, 9854, 6960, 8685, 6850, 8205, 7753, 12466, 7806, 9882, 7472, 7220, 8715, 7416, 11466, 15173, 11362, 13478, 10454, 11415, 7158, 9959, 7992, 9472, 10430, 8861, 11955, 7840, 13999, 8005, 11017, 7568, 9485, 7847, 8457, 7295, 7996, 12757, 7933, 10344, 7255, 8770, 7332, 8012, 6625, 7816, 7093, 7867, 10969, 7672, 10160, 7264, 9394, 7395, 8584, 9104, 7926, 11953, 7194, 9448, 6859, 8528, 6540, 7550, 10996, 7266, 9869, 6796, 8452, 6577, 7494, 11376, 7398, 10199, 6514, 8195, 6727, 7244, 9937, 6706, 10070, 6700, 8499, 6664, 7673, 7383, 6838, 10512, 7118, 8977, 6642, 8079, 8893, 6951, 11355, 7107, 10168, 6874, 8622, 6738, 8016, 6257, 7422, 6408, 9340, 11703, 7430, 12078, 6810, 11526, 11962, 8504, 13014, 8182, 10735, 14432, 10351, 15172, 9555, 12073, 13532, 8745, 15740, 8490, 12261, 8365, 8416, 15034, 10574, 12181, 8489, 9759, 14126, 7833, 13660, 8469, 9419, 10984, 7685, 12719, 7329, 8794, 10606, 7509, 11601, 7071, 8304, 8675, 7904, 10999, 7486, 10036, 6942, 8516, 6701, 8058, 10654, 7609, 12014, 7797, 10424, 7750, 8676, 8574, 8634, 10601, 8304, 11940, 8363, 13966, 8937, 7437], 'WindowCenter': [3958.0, 3908.0, 3900.0, 3874.0, 3849.0, 3845.0, 3809.0, 3855.0, 3856.0, 3833.0, 3843.0, 3857.0, 3891.0, 3864.0, 3850.0, 3816.0, 3824.0, 3801.0, 3802.0, 3843.0, 3801.0, 3832.0, 3800.0, 3809.0, 3801.0, 3801.0, 3800.0, 3800.0, 3820.0, 3800.0, 3820.0, 3802.0, 3812.0, 3803.0, 3813.0, 3814.0, 3814.0, 3818.0, 3828.0, 3839.0, 3830.0, 3849.0, 3830.0, 3861.0, 3832.0, 3851.0, 3832.0, 3851.0, 3820.0, 3830.0, 3833.0, 3831.0, 3832.0, 3833.0, 3832.0, 3832.0, 3864.0, 3833.0, 3875.0, 3844.0, 3863.0, 3831.0, 3840.0, 3833.0, 3830.0, 3831.0, 3819.0, 3839.0, 3820.0, 3863.0, 3832.0, 3852.0, 3832.0, 3840.0, 3821.0, 3831.0, 3820.0, 3831.0, 3854.0, 3831.0, 3862.0, 3831.0, 3853.0, 3834.0, 3854.0, 3833.0, 3843.0, 3846.0, 3844.0, 3844.0, 3845.0, 3833.0, 3833.0, 3834.0, 3844.0, 3865.0, 3835.0, 3854.0, 3834.0, 3866.0, 3844.0, 3866.0, 3846.0, 3854.0, 3833.0, 3876.0, 3834.0, 3865.0, 3835.0, 3864.0, 3845.0, 3865.0, 3833.0, 3866.0, 3834.0, 3843.0, 3821.0, 3832.0, 3862.0, 3832.0, 3862.0, 3831.0, 3851.0, 3832.0, 3852.0, 3832.0, 3852.0, 3832.0, 3841.0, 3845.0, 3843.0, 3834.0, 3855.0, 3834.0, 3844.0, 3833.0, 3845.0, 3844.0, 3844.0, 3853.0, 3831.0, 3864.0, 3833.0, 3863.0, 3831.0, 3852.0, 3820.0, 3839.0, 3831.0, 3830.0, 3830.0, 3832.0, 3820.0, 3830.0, 3830.0, 3833.0, 3831.0, 3835.0, 3844.0, 3832.0, 3854.0, 3845.0, 3874.0, 3844.0, 3862.0, 3831.0, 3852.0, 3833.0, 3830.0, 3831.0, 3831.0, 3820.0, 3830.0, 3832.0, 3843.0, 3842.0, 3832.0, 3831.0, 3833.0, 3864.0, 3844.0, 3864.0, 3832.0, 3852.0, 3832.0, 3841.0, 3844.0, 3843.0, 3832.0, 3844.0, 3820.0, 3830.0, 3830.0, 3832.0, 3852.0, 3831.0, 3842.0, 3833.0, 3843.0, 3845.0, 3876.0, 3846.0, 3877.0, 3845.0, 3856.0, 3846.0, 3845.0, 3833.0, 3845.0, 3842.0, 3831.0, 3863.0, 3833.0, 3852.0, 3833.0, 3852.0, 3831.0, 3829.0, 3834.0, 3842.0, 3831.0, 3832.0, 3831.0, 3830.0, 3819.0, 3832.0, 3842.0, 3831.0, 3852.0, 3833.0, 3864.0, 3834.0, 3863.0, 3844.0, 3866.0, 3847.0, 3832.0, 3832.0, 3832.0, 3821.0, 3809.0, 3865.0, 3846.0, 3866.0, 3846.0, 3846.0, 3857.0, 3877.0, 3855.0, 3852.0, 3830.0, 3839.0, 3818.0, 3827.0, 3819.0, 3829.0, 3819.0, 3830.0, 3819.0, 3829.0, 3820.0, 3831.0, 3820.0, 3844.0, 3821.0, 3832.0, 3855.0, 3845.0, 3865.0, 3846.0, 3865.0, 3834.0, 3867.0, 3835.0, 3854.0, 3833.0, 3841.0, 3819.0, 3831.0, 3841.0, 3830.0, 3874.0, 3819.0, 3860.0, 3831.0, 3851.0, 3831.0, 3851.0, 3818.0, 3828.0, 3830.0, 3829.0, 3840.0, 3832.0, 3850.0, 3829.0, 3851.0, 3833.0, 3841.0, 3832.0, 3842.0, 3831.0, 3830.0, 3834.0, 3845.0, 3843.0, 3844.0, 3844.0, 3832.0, 3853.0, 3834.0, 3864.0, 3834.0, 3853.0, 3822.0, 3842.0, 3846.0, 3844.0, 3832.0, 3844.0, 3831.0, 3832.0, 3865.0, 3834.0, 3854.0, 3822.0, 3843.0, 3832.0, 3843.0, 3821.0, 3835.0, 3866.0, 3834.0, 3866.0, 3848.0, 3867.0, 3848.0, 3847.0, 3836.0, 3847.0, 3884.0, 3833.0, 3848.0, 3821.0, 3851.0, 3833.0, 3855.0, 3835.0, 3844.0, 3834.0, 3845.0, 3865.0, 3847.0, 3878.0, 3848.0, 3864.0, 3821.0, 3854.0, 3856.0, 3867.0, 3845.0, 3844.0, 3833.0, 3833.0, 3865.0, 3875.0, 3864.0, 3861.0, 3827.0, 3825.0, 3803.0, 3814.0, 3825.0, 3815.0, 3847.0, 3815.0, 3835.0, 3804.0, 3827.0, 3816.0, 3827.0, 3804.0, 3815.0, 3837.0, 3818.0, 3848.0, 3818.0, 3837.0, 3817.0, 3827.0, 3818.0, 3839.0, 3818.0, 3841.0, 3818.0, 3829.0, 3831.0, 3833.0, 3851.0, 3844.0, 3842.0, 3832.0, 3864.0, 3835.0, 3853.0, 3831.0, 3842.0, 3831.0, 3843.0, 3831.0, 3833.0, 3863.0, 3833.0, 3863.0, 3832.0, 3852.0, 3834.0, 3855.0, 3834.0, 3854.0, 3832.0, 3843.0, 3846.0, 3840.0, 3861.0, 3878.0, 3822.0, 3842.0, 3821.0, 3846.0, 3844.0, 3844.0, 3875.0, 3843.0, 3863.0, 3832.0, 3852.0, 3820.0, 3840.0, 3819.0, 3830.0, 3860.0, 3830.0, 3871.0, 3817.0, 3847.0, 3818.0, 3839.0, 3816.0, 3837.0, 3804.0, 3817.0, 3805.0, 3828.0, 3858.0, 3816.0, 3836.0, 3817.0, 3825.0, 3817.0, 3840.0, 3820.0, 3839.0, 3821.0, 3841.0, 3810.0, 3841.0, 3821.0, 3843.0, 3811.0, 3843.0, 3822.0, 3834.0, 3843.0, 3856.0, 3837.0, 3858.0, 3837.0, 3868.0, 3846.0, 3879.0, 3846.0, 3855.0, 3832.0, 3832.0, 3821.0, 3832.0, 3876.0, 3833.0, 3864.0, 3834.0, 3842.0, 3822.0, 3843.0, 3824.0, 3855.0, 3836.0, 3866.0, 3837.0, 3857.0, 3859.0, 3839.0, 3859.0, 3838.0, 3860.0, 3850.0, 3892.0, 3847.0, 3856.0, 3833.0, 3845.0, 3812.0, 3833.0, 3876.0, 3835.0, 3863.0, 3834.0, 3853.0, 3812.0, 3842.0, 3836.0, 3845.0, 3825.0, 3846.0, 3825.0, 3846.0, 3825.0, 3848.0, 3879.0, 3835.0, 3866.0, 3837.0, 3857.0, 3826.0, 3857.0, 3839.0, 3848.0, 3839.0, 3850.0, 3839.0, 3849.0, 3858.0, 3848.0, 3881.0, 3858.0, 3869.0, 3848.0, 3857.0, 3852.0, 3848.0, 3847.0, 3822.0, 3880.0, 3851.0, 3881.0, 3850.0, 3858.0, 3847.0, 3889.0, 3856.0, 3865.0, 3863.0, 3831.0, 3851.0, 3819.0, 3861.0, 3809.0, 3839.0, 3809.0, 3840.0, 3819.0, 3829.0, 3809.0, 3842.0, 3822.0, 3833.0, 3857.0, 3838.0, 3859.0, 3848.0, 3850.0, 3871.0, 3880.0, 3859.0, 3856.0, 3823.0, 3845.0, 3822.0, 3832.0, 3833.0, 3837.0, 3853.0, 3923.0, 3852.0, 3817.0, 3818.0, 3831.0, 3831.0, 3832.0, 3857.0, 3848.0, 3827.0, 3849.0, 3849.0, 3869.0, 3862.0, 3862.0, 3871.0, 3851.0, 3881.0, 3859.0, 3879.0, 3856.0, 3866.0, 3855.0, 3853.0, 3831.0, 3830.0, 3819.0, 3829.0, 3860.0, 3830.0, 3808.0, 3829.0, 3809.0, 3843.0, 3831.0, 3834.0, 3812.0, 3832.0, 3811.0, 3833.0, 3835.0, 3834.0, 3878.0, 3835.0, 3865.0, 3823.0, 3854.0, 3822.0, 3845.0, 3823.0, 3843.0, 3835.0, 3846.0, 3836.0, 3859.0, 3825.0, 3846.0, 3877.0, 3836.0, 3856.0, 3823.0, 3856.0, 3825.0, 3836.0, 3826.0, 3849.0, 3847.0, 3838.0, 3871.0, 3839.0, 3880.0, 3840.0, 3870.0, 3839.0, 3872.0, 3839.0, 3859.0, 3838.0, 3860.0, 3837.0, 3848.0, 3837.0, 3847.0, 3846.0, 3848.0, 3879.0, 3846.0, 3868.0, 3836.0, 3846.0, 3813.0, 3845.0, 3867.0, 3846.0, 3838.0, 3860.0, 3827.0, 3846.0, 3845.0, 3859.0, 3825.0, 3857.0, 3857.0, 3836.0, 3887.0, 3846.0, 3876.0, 3833.0, 3864.0, 3835.0, 3853.0, 3833.0, 3864.0, 3820.0, 3830.0, 3821.0, 3830.0, 3863.0, 3831.0, 3861.0, 3819.0, 3862.0, 3820.0, 3840.0, 3821.0, 3829.0, 3819.0, 3829.0, 3833.0, 3831.0, 3821.0, 3832.0, 3810.0, 3831.0, 3843.0, 3845.0, 3864.0, 3836.0, 3866.0, 3835.0, 3854.0, 3835.0, 3846.0, 3825.0, 3845.0, 3836.0, 3847.0, 3866.0, 3836.0, 3866.0, 3835.0, 3869.0, 3838.0, 3847.0, 3827.0, 3848.0, 3836.0, 3881.0, 3851.0, 3871.0, 3850.0, 3838.0, 3848.0, 3838.0, 3880.0, 3889.0, 3866.0, 3865.0, 3870.0, 3865.0, 3823.0, 3843.0, 3835.0, 3844.0, 3854.0, 3843.0, 3852.0, 3820.0, 3873.0, 3833.0, 3852.0, 3821.0, 3841.0, 3819.0, 3819.0, 3808.0, 3832.0, 3862.0, 3820.0, 3839.0, 3808.0, 3828.0, 3819.0, 3831.0, 3810.0, 3821.0, 3822.0, 3833.0, 3853.0, 3847.0, 3867.0, 3835.0, 3858.0, 3835.0, 3846.0, 3845.0, 3836.0, 3866.0, 3823.0, 3844.0, 3824.0, 3845.0, 3814.0, 3847.0, 3867.0, 3835.0, 3857.0, 3826.0, 3847.0, 3825.0, 3850.0, 3880.0, 3838.0, 3870.0, 3827.0, 3847.0, 3826.0, 3837.0, 3871.0, 3839.0, 3870.0, 3840.0, 3859.0, 3839.0, 3863.0, 3853.0, 3841.0, 3882.0, 3853.0, 3862.0, 3841.0, 3863.0, 3874.0, 3854.0, 3883.0, 3853.0, 3872.0, 3840.0, 3863.0, 3841.0, 3862.0, 3843.0, 3864.0, 3868.0, 3901.0, 3910.0, 3870.0, 3911.0, 3858.0, 3910.0, 3898.0, 3877.0, 3907.0, 3865.0, 3887.0, 3905.0, 3872.0, 3904.0, 3860.0, 3882.0, 3879.0, 3847.0, 3891.0, 3847.0, 3868.0, 3847.0, 3847.0, 3888.0, 3856.0, 3865.0, 3844.0, 3844.0, 3875.0, 3821.0, 3874.0, 3832.0, 3842.0, 3851.0, 3821.0, 3862.0, 3819.0, 3832.0, 3851.0, 3820.0, 3851.0, 3820.0, 3830.0, 3831.0, 3832.0, 3853.0, 3834.0, 3854.0, 3823.0, 3846.0, 3824.0, 3834.0, 3855.0, 3833.0, 3865.0, 3834.0, 3853.0, 3822.0, 3831.0, 3830.0, 3831.0, 3841.0, 3818.0, 3851.0, 3818.0, 3859.0, 3829.0, 3806.0], 'WindowWidth': [8854.0, 8758.0, 8735.0, 8686.0, 8645.0, 8631.0, 8576.0, 8648.0, 8649.0, 8616.0, 8629.0, 8650.0, 8715.0, 8658.0, 8636.0, 8579.0, 8584.0, 8551.0, 8554.0, 8612.0, 8551.0, 8594.0, 8547.0, 8559.0, 8554.0, 8550.0, 8548.0, 8548.0, 8576.0, 8548.0, 8576.0, 8556.0, 8568.0, 8558.0, 8570.0, 8574.0, 8575.0, 8585.0, 8599.0, 8615.0, 8604.0, 8630.0, 8605.0, 8649.0, 8611.0, 8635.0, 8612.0, 8634.0, 8593.0, 8605.0, 8614.0, 8609.0, 8611.0, 8614.0, 8610.0, 8610.0, 8656.0, 8614.0, 8674.0, 8630.0, 8653.0, 8607.0, 8619.0, 8613.0, 8605.0, 8607.0, 8589.0, 8615.0, 8590.0, 8653.0, 8609.0, 8638.0, 8611.0, 8618.0, 8593.0, 8609.0, 8592.0, 8610.0, 8643.0, 8609.0, 8650.0, 8610.0, 8641.0, 8616.0, 8644.0, 8614.0, 8625.0, 8636.0, 8630.0, 8630.0, 8634.0, 8614.0, 8614.0, 8619.0, 8631.0, 8660.0, 8620.0, 8644.0, 8616.0, 8664.0, 8630.0, 8661.0, 8637.0, 8643.0, 8614.0, 8678.0, 8618.0, 8661.0, 8620.0, 8656.0, 8633.0, 8660.0, 8617.0, 8663.0, 8614.0, 8626.0, 8596.0, 8612.0, 8652.0, 8612.0, 8649.0, 8607.0, 8635.0, 8611.0, 8638.0, 8612.0, 8639.0, 8611.0, 8620.0, 8635.0, 8629.0, 8618.0, 8648.0, 8615.0, 8629.0, 8615.0, 8633.0, 8630.0, 8630.0, 8641.0, 8608.0, 8657.0, 8614.0, 8654.0, 8610.0, 8637.0, 8592.0, 8617.0, 8608.0, 8605.0, 8606.0, 8612.0, 8592.0, 8604.0, 8607.0, 8615.0, 8610.0, 8620.0, 8629.0, 8611.0, 8645.0, 8633.0, 8673.0, 8632.0, 8652.0, 8610.0, 8637.0, 8615.0, 8607.0, 8609.0, 8609.0, 8591.0, 8604.0, 8613.0, 8627.0, 8623.0, 8612.0, 8609.0, 8613.0, 8658.0, 8631.0, 8656.0, 8612.0, 8638.0, 8610.0, 8620.0, 8630.0, 8629.0, 8613.0, 8632.0, 8592.0, 8606.0, 8606.0, 8610.0, 8638.0, 8607.0, 8623.0, 8614.0, 8626.0, 8635.0, 8679.0, 8637.0, 8678.0, 8634.0, 8648.0, 8636.0, 8633.0, 8614.0, 8632.0, 8624.0, 8608.0, 8655.0, 8615.0, 8638.0, 8613.0, 8636.0, 8607.0, 8602.0, 8618.0, 8625.0, 8609.0, 8612.0, 8607.0, 8606.0, 8591.0, 8612.0, 8625.0, 8607.0, 8637.0, 8616.0, 8656.0, 8617.0, 8656.0, 8633.0, 8664.0, 8643.0, 8612.0, 8611.0, 8610.0, 8593.0, 8572.0, 8663.0, 8637.0, 8666.0, 8636.0, 8637.0, 8653.0, 8685.0, 8647.0, 8639.0, 8605.0, 8615.0, 8584.0, 8597.0, 8589.0, 8601.0, 8588.0, 8607.0, 8588.0, 8601.0, 8593.0, 8608.0, 8594.0, 8630.0, 8596.0, 8613.0, 8649.0, 8634.0, 8662.0, 8638.0, 8660.0, 8617.0, 8666.0, 8619.0, 8645.0, 8614.0, 8622.0, 8590.0, 8608.0, 8622.0, 8606.0, 8671.0, 8589.0, 8647.0, 8610.0, 8635.0, 8608.0, 8634.0, 8587.0, 8599.0, 8607.0, 8603.0, 8619.0, 8611.0, 8633.0, 8604.0, 8635.0, 8616.0, 8622.0, 8612.0, 8625.0, 8610.0, 8606.0, 8619.0, 8633.0, 8629.0, 8632.0, 8628.0, 8611.0, 8641.0, 8618.0, 8657.0, 8618.0, 8642.0, 8598.0, 8623.0, 8638.0, 8630.0, 8612.0, 8631.0, 8609.0, 8610.0, 8659.0, 8618.0, 8643.0, 8599.0, 8628.0, 8613.0, 8627.0, 8596.0, 8620.0, 8664.0, 8617.0, 8664.0, 8643.0, 8666.0, 8642.0, 8641.0, 8624.0, 8639.0, 8701.0, 8613.0, 8624.0, 8591.0, 8635.0, 8615.0, 8646.0, 8619.0, 8631.0, 8617.0, 8634.0, 8661.0, 8640.0, 8683.0, 8643.0, 8658.0, 8596.0, 8644.0, 8649.0, 8665.0, 8635.0, 8632.0, 8615.0, 8615.0, 8659.0, 8682.0, 8659.0, 8650.0, 8596.0, 8591.0, 8559.0, 8574.0, 8590.0, 8577.0, 8622.0, 8578.0, 8604.0, 8563.0, 8600.0, 8582.0, 8597.0, 8563.0, 8579.0, 8612.0, 8587.0, 8627.0, 8588.0, 8612.0, 8584.0, 8597.0, 8590.0, 8615.0, 8588.0, 8622.0, 8588.0, 8604.0, 8610.0, 8614.0, 8637.0, 8631.0, 8625.0, 8612.0, 8658.0, 8623.0, 8641.0, 8610.0, 8623.0, 8611.0, 8628.0, 8611.0, 8612.0, 8655.0, 8615.0, 8655.0, 8612.0, 8640.0, 8618.0, 8648.0, 8619.0, 8647.0, 8614.0, 8628.0, 8641.0, 8642.0, 8668.0, 8684.0, 8600.0, 8624.0, 8596.0, 8638.0, 8631.0, 8630.0, 8676.0, 8629.0, 8656.0, 8612.0, 8638.0, 8592.0, 8618.0, 8589.0, 8606.0, 8648.0, 8608.0, 8664.0, 8583.0, 8625.0, 8589.0, 8617.0, 8583.0, 8611.0, 8564.0, 8582.0, 8564.0, 8601.0, 8642.0, 8583.0, 8610.0, 8583.0, 8593.0, 8585.0, 8621.0, 8595.0, 8618.0, 8598.0, 8622.0, 8583.0, 8623.0, 8599.0, 8629.0, 8584.0, 8628.0, 8599.0, 8617.0, 8628.0, 8652.0, 8630.0, 8656.0, 8627.0, 8669.0, 8639.0, 8689.0, 8636.0, 8647.0, 8613.0, 8612.0, 8596.0, 8613.0, 8678.0, 8615.0, 8657.0, 8618.0, 8626.0, 8599.0, 8627.0, 8606.0, 8648.0, 8624.0, 8663.0, 8628.0, 8652.0, 8660.0, 8633.0, 8660.0, 8632.0, 8662.0, 8648.0, 8710.0, 8641.0, 8650.0, 8615.0, 8633.0, 8586.0, 8614.0, 8676.0, 8622.0, 8656.0, 8618.0, 8642.0, 8586.0, 8627.0, 8625.0, 8635.0, 8609.0, 8639.0, 8608.0, 8637.0, 8608.0, 8643.0, 8686.0, 8622.0, 8664.0, 8627.0, 8655.0, 8612.0, 8655.0, 8637.0, 8643.0, 8636.0, 8650.0, 8633.0, 8646.0, 8656.0, 8642.0, 8691.0, 8657.0, 8675.0, 8642.0, 8655.0, 8657.0, 8643.0, 8638.0, 8594.0, 8690.0, 8650.0, 8693.0, 8647.0, 8658.0, 8638.0, 8703.0, 8647.0, 8660.0, 8654.0, 8609.0, 8633.0, 8590.0, 8647.0, 8576.0, 8617.0, 8576.0, 8619.0, 8591.0, 8603.0, 8579.0, 8624.0, 8597.0, 8613.0, 8654.0, 8630.0, 8661.0, 8644.0, 8649.0, 8680.0, 8691.0, 8658.0, 8649.0, 8602.0, 8632.0, 8597.0, 8610.0, 8614.0, 8628.0, 8642.0, 8782.0, 8637.0, 8583.0, 8585.0, 8609.0, 8611.0, 8613.0, 8656.0, 8645.0, 8616.0, 8646.0, 8646.0, 8670.0, 8669.0, 8668.0, 8677.0, 8652.0, 8694.0, 8659.0, 8687.0, 8650.0, 8665.0, 8646.0, 8641.0, 8607.0, 8603.0, 8588.0, 8600.0, 8644.0, 8605.0, 8574.0, 8602.0, 8579.0, 8628.0, 8610.0, 8618.0, 8586.0, 8611.0, 8582.0, 8616.0, 8620.0, 8616.0, 8683.0, 8621.0, 8660.0, 8602.0, 8644.0, 8600.0, 8633.0, 8603.0, 8627.0, 8620.0, 8636.0, 8625.0, 8660.0, 8609.0, 8637.0, 8682.0, 8624.0, 8650.0, 8603.0, 8648.0, 8606.0, 8623.0, 8609.0, 8645.0, 8641.0, 8630.0, 8678.0, 8633.0, 8688.0, 8637.0, 8677.0, 8632.0, 8680.0, 8634.0, 8657.0, 8630.0, 8661.0, 8628.0, 8640.0, 8627.0, 8641.0, 8638.0, 8643.0, 8686.0, 8636.0, 8669.0, 8624.0, 8636.0, 8590.0, 8633.0, 8665.0, 8638.0, 8630.0, 8663.0, 8616.0, 8636.0, 8635.0, 8656.0, 8609.0, 8651.0, 8652.0, 8623.0, 8696.0, 8637.0, 8680.0, 8616.0, 8658.0, 8620.0, 8640.0, 8615.0, 8658.0, 8593.0, 8605.0, 8598.0, 8604.0, 8654.0, 8608.0, 8650.0, 8589.0, 8653.0, 8592.0, 8619.0, 8597.0, 8603.0, 8590.0, 8604.0, 8617.0, 8608.0, 8595.0, 8614.0, 8580.0, 8609.0, 8631.0, 8635.0, 8660.0, 8625.0, 8663.0, 8621.0, 8646.0, 8623.0, 8638.0, 8608.0, 8635.0, 8625.0, 8638.0, 8665.0, 8626.0, 8664.0, 8622.0, 8672.0, 8630.0, 8641.0, 8616.0, 8641.0, 8620.0, 8692.0, 8651.0, 8681.0, 8648.0, 8629.0, 8643.0, 8628.0, 8690.0, 8704.0, 8661.0, 8664.0, 8673.0, 8661.0, 8603.0, 8628.0, 8620.0, 8630.0, 8642.0, 8628.0, 8638.0, 8592.0, 8668.0, 8615.0, 8638.0, 8596.0, 8623.0, 8589.0, 8589.0, 8574.0, 8612.0, 8652.0, 8591.0, 8617.0, 8574.0, 8600.0, 8590.0, 8609.0, 8581.0, 8597.0, 8599.0, 8616.0, 8644.0, 8640.0, 8666.0, 8621.0, 8656.0, 8621.0, 8635.0, 8633.0, 8622.0, 8666.0, 8603.0, 8632.0, 8604.0, 8633.0, 8591.0, 8641.0, 8667.0, 8622.0, 8654.0, 8612.0, 8641.0, 8609.0, 8649.0, 8690.0, 8629.0, 8676.0, 8613.0, 8640.0, 8610.0, 8627.0, 8679.0, 8632.0, 8675.0, 8635.0, 8659.0, 8634.0, 8670.0, 8658.0, 8641.0, 8694.0, 8659.0, 8669.0, 8638.0, 8669.0, 8689.0, 8661.0, 8697.0, 8656.0, 8681.0, 8637.0, 8671.0, 8639.0, 8669.0, 8646.0, 8677.0, 8690.0, 8736.0, 8747.0, 8693.0, 8748.0, 8674.0, 8746.0, 8729.0, 8696.0, 8739.0, 8676.0, 8708.0, 8731.0, 8682.0, 8732.0, 8662.0, 8695.0, 8687.0, 8640.0, 8709.0, 8638.0, 8671.0, 8640.0, 8638.0, 8699.0, 8648.0, 8663.0, 8630.0, 8631.0, 8675.0, 8596.0, 8672.0, 8611.0, 8626.0, 8635.0, 8596.0, 8654.0, 8591.0, 8611.0, 8636.0, 8594.0, 8637.0, 8594.0, 8605.0, 8611.0, 8612.0, 8643.0, 8618.0, 8645.0, 8602.0, 8639.0, 8603.0, 8618.0, 8650.0, 8615.0, 8661.0, 8617.0, 8640.0, 8598.0, 8609.0, 8606.0, 8609.0, 8621.0, 8587.0, 8635.0, 8585.0, 8644.0, 8603.0, 8567.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.0008700000000000001</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03263705290251916</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.50111673600882</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2114002385416682</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.969054363684211</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5219</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4716.1313</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11700028935127424</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>102</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.171960569550931</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.45543864327438</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3276183990507073</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6862975723173115</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3523999584551216</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0165882</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012028208933770657</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03990340977907181</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.368526538073998</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.3773</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.8666</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.9842</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>284701.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>857.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.4408</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4614</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>439.7707</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3002.411</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3105.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>91843.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1354.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3882.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>710.7621</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.172812167787924</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> |