=== 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-0089 --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-0089",
"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-0089_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0089_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0089/ses-02/func/sub-0089_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5622c792b154d8c18f09100696956986</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:16:59.357500</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.998641, -0.0187254, -0.0486261, 0.0338263, 0.942802, 0.331633]</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-03_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.101152</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4131, -7798, -7292, 659, -35, -289, 60, 126]</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>236.2</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0007327f-d662-4d57-8d3c-a0fb6be163a9||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.6792821884155273, 0.09075354039669037, -0.10701389610767365, 110.86265563964844], [0.05023888126015663, 2.529468059539795, 0.898634672164917, -118.21314239501953], [-0.13046018779277802, -0.8897479772567749, 2.5438168048858643, -27.976985931396484], [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': ['151659.357500', '151659.817500', '151700.277500', '151700.737500', '151701.197500', '151701.657500', '151702.117500', '151702.577500', '151703.037500', '151703.497500', '151703.957500', '151704.417500', '151704.877500', '151705.337500', '151705.797500', '151706.257500', '151706.717500', '151707.177500', '151707.637500', '151708.097500', '151708.557500', '151709.017500', '151709.477500', '151709.937500', '151710.397500', '151710.857500', '151711.317500', '151711.777500', '151712.237500', '151712.697500', '151713.157500', '151713.617500', '151714.077500', '151714.537500', '151714.997500', '151715.457500', '151715.917500', '151716.377500', '151716.837500', '151717.297500', '151717.757500', '151718.217500', '151718.677500', '151719.137500', '151719.597500', '151720.057500', '151720.517500', '151720.977500', '151721.437500', '151721.897500', '151722.357500', '151722.817500', '151723.277500', '151723.737500', '151724.197500', '151724.657500', '151725.117500', '151725.577500', '151726.037500', '151726.497500', '151726.957500', '151727.417500', '151727.877500', '151728.337500', '151728.797500', '151729.257500', '151729.717500', '151730.177500', '151730.637500', '151731.097500', '151731.557500', '151732.017500', '151732.477500', '151732.937500', '151733.397500', '151733.857500', '151734.317500', '151734.777500', '151735.237500', '151735.697500', '151736.157500', '151736.617500', '151737.077500', '151737.537500', '151737.997500', '151738.457500', '151738.917500', '151739.377500', '151739.837500', '151740.297500', '151740.757500', '151741.217500', '151741.677500', '151742.137500', '151742.597500', '151743.057500', '151743.517500', '151743.977500', '151744.437500', '151744.897500', '151745.357500', '151745.817500', '151746.277500', '151746.737500', '151747.197500', '151747.657500', '151748.117500', '151748.577500', '151749.037500', '151749.497500', '151749.957500', '151750.417500', '151750.877500', '151751.337500', '151751.797500', '151752.257500', '151752.717500', '151753.177500', '151753.637500', '151754.097500', '151754.557500', '151755.017500', '151755.477500', '151755.937500', '151756.397500', '151756.857500', '151757.317500', '151757.777500', '151758.237500', '151758.697500', '151759.157500', '151759.617500', '151800.077500', '151800.537500', '151800.997500', '151801.457500', '151801.917500', '151802.377500', '151802.837500', '151803.297500', '151803.757500', '151804.217500', '151804.677500', '151805.137500', '151805.597500', '151806.057500', '151806.517500', '151806.977500', '151807.437500', '151807.897500', '151808.357500', '151808.817500', '151809.277500', '151809.737500', '151810.197500', '151810.657500', '151811.117500', '151811.577500', '151812.037500', '151812.497500', '151812.957500', '151813.417500', '151813.877500', '151814.337500', '151814.797500', '151815.257500', '151815.717500', '151816.177500', '151816.637500', '151817.097500', '151817.557500', '151818.017500', '151818.477500', '151818.937500', '151819.397500', '151819.857500', '151820.317500', '151820.777500', '151821.237500', '151821.697500', '151822.157500', '151822.617500', '151823.077500', '151823.537500', '151823.997500', '151824.457500', '151824.917500', '151825.377500', '151825.837500', '151826.297500', '151826.757500', '151827.217500', '151827.677500', '151828.137500', '151828.597500', '151829.057500', '151829.517500', '151829.977500', '151830.437500', '151830.897500', '151831.357500', '151831.817500', '151832.277500', '151832.737500', '151833.197500', '151833.657500', '151834.117500', '151834.577500', '151835.037500', '151835.497500', '151835.957500', '151836.417500', '151836.877500', '151837.337500', '151837.797500', '151838.257500', '151838.717500', '151839.177500', '151839.637500', '151840.097500', '151840.557500', '151841.017500', '151841.477500', '151841.937500', '151842.397500', '151842.857500', '151843.317500', '151843.777500', '151844.237500', '151844.697500', '151845.157500', '151845.617500', '151846.077500', '151846.537500', '151846.997500', '151847.457500', '151847.917500', '151848.377500', '151848.837500', '151849.297500', '151849.757500', '151850.217500', '151850.677500', '151851.137500', '151851.597500', '151852.057500', '151852.517500', '151852.977500', '151853.437500', '151853.897500', '151854.357500', '151854.817500', '151855.277500', '151855.737500', '151856.197500', '151856.657500', '151857.117500', '151857.577500', '151858.037500', '151858.497500', '151858.957500', '151859.417500', '151859.877500', '151900.337500', '151900.797500', '151901.257500', '151901.717500', '151902.177500', '151902.637500', '151903.097500', '151903.557500', '151904.017500', '151904.477500', '151904.937500', '151905.397500', '151905.857500', '151906.317500', '151906.777500', '151907.237500', '151907.697500', '151908.157500', '151908.617500', '151909.077500', '151909.537500', '151909.997500', '151910.457500', '151910.917500', '151911.377500', '151911.837500', '151912.297500', '151912.757500', '151913.217500', '151913.677500', '151914.137500', '151914.597500', '151915.057500', '151915.517500', '151915.977500', '151916.437500', '151916.897500', '151917.357500', '151917.817500', '151918.277500', '151918.737500', '151919.197500', '151919.657500', '151920.117500', '151920.577500', '151921.037500', '151921.497500', '151921.957500', '151922.417500', '151922.877500', '151923.337500', '151923.797500', '151924.257500', '151924.717500', '151925.177500', '151925.637500', '151926.097500', '151926.557500', '151927.017500', '151927.477500', '151927.937500', '151928.397500', '151928.857500', '151929.317500', '151929.777500', '151930.237500', '151930.697500', '151931.157500', '151931.617500', '151932.077500', '151932.537500', '151932.997500', '151933.457500', '151933.917500', '151934.377500', '151934.837500', '151935.297500', '151935.757500', '151936.217500', '151936.677500', '151937.137500', '151937.597500', '151938.057500', '151938.517500', '151938.977500', '151939.437500', '151939.897500', '151940.357500', '151940.817500', '151941.277500', '151941.737500', '151942.197500', '151942.657500', '151943.117500', '151943.577500', '151944.037500', '151944.497500', '151944.957500', '151945.417500', '151945.877500', '151946.337500', '151946.797500', '151947.257500', '151947.717500', '151948.177500', '151948.637500', '151949.097500', '151949.557500', '151950.017500', '151950.477500', '151950.937500', '151951.397500', '151951.857500', '151952.317500', '151952.777500', '151953.237500', '151953.697500', '151954.157500', '151954.617500', '151955.077500', '151955.537500', '151955.997500', '151956.457500', '151956.917500', '151957.377500', '151957.837500', '151958.297500', '151958.757500', '151959.217500', '151959.677500', '152000.137500', '152000.597500', '152001.057500', '152001.517500', '152001.977500', '152002.437500', '152002.897500', '152003.357500', '152003.817500', '152004.277500', '152004.737500', '152005.197500', '152005.657500', '152006.117500', '152006.577500', '152007.037500', '152007.497500', '152007.957500', '152008.417500', '152008.877500', '152009.337500', '152009.797500', '152010.257500', '152010.717500', '152011.177500', '152011.637500', '152012.097500', '152012.557500', '152013.017500', '152013.477500', '152013.937500', '152014.397500', '152014.857500', '152015.317500', '152015.777500', '152016.237500', '152016.697500', '152017.157500', '152017.617500', '152018.077500', '152018.537500', '152018.997500', '152019.457500', '152019.917500', '152020.377500', '152020.837500', '152021.297500', '152021.757500', '152022.217500', '152022.677500', '152023.137500', '152023.597500', '152024.057500', '152024.517500', '152024.977500', '152025.437500', '152025.897500', '152026.357500', '152026.817500', '152027.277500', '152027.737500', '152028.197500', '152028.657500', '152029.117500', '152029.577500', '152030.037500', '152030.497500', '152030.957500', '152031.417500', '152031.877500', '152032.337500', '152032.797500', '152033.257500', '152033.717500', '152034.177500', '152034.637500', '152035.097500', '152035.557500', '152036.017500', '152036.477500', '152036.937500', '152037.397500', '152037.857500', '152038.317500', '152038.777500', '152039.237500', '152039.697500', '152040.157500', '152040.617500', '152041.077500', '152041.537500', '152041.997500', '152042.457500', '152042.917500', '152043.377500', '152043.837500', '152044.297500', '152044.757500', '152045.217500', '152045.677500', '152046.137500', '152046.597500', '152047.057500', '152047.517500', '152047.977500', '152048.437500', '152048.897500', '152049.357500', '152049.817500', '152050.277500', '152050.737500', '152051.197500', '152051.657500', '152052.117500', '152052.577500', '152053.037500', '152053.497500', '152053.957500', '152054.417500', '152054.877500', '152055.337500', '152055.797500', '152056.257500', '152056.717500', '152057.177500', '152057.637500', '152058.097500', '152058.557500', '152059.017500', '152059.477500', '152059.937500', '152100.397500', '152100.857500', '152101.317500', '152101.777500', '152102.237500', '152102.697500', '152103.157500', '152103.617500', '152104.077500', '152104.537500', '152104.997500', '152105.457500', '152105.917500', '152106.377500', '152106.837500', '152107.297500', '152107.757500', '152108.217500', '152108.677500', '152109.137500', '152109.597500', '152110.057500', '152110.517500', '152110.977500', '152111.437500', '152111.897500', '152112.357500', '152112.817500', '152113.277500', '152113.737500', '152114.197500', '152114.657500', '152115.117500', '152115.577500', '152116.037500', '152116.497500', '152116.957500', '152117.417500', '152117.877500', '152118.337500', '152118.797500', '152119.257500', '152119.717500', '152120.177500', '152120.637500', '152121.097500', '152121.557500', '152122.017500', '152122.477500', '152122.937500', '152123.397500', '152123.857500', '152124.317500', '152124.777500', '152125.237500', '152125.697500', '152126.157500', '152126.617500', '152127.077500', '152127.537500', '152127.997500', '152128.457500', '152128.917500', '152129.377500', '152129.837500', '152130.297500', '152130.757500', '152131.217500', '152131.677500', '152132.137500', '152132.597500', '152133.057500', '152133.517500', '152133.977500', '152134.437500', '152134.897500', '152135.357500', '152135.817500', '152136.277500', '152136.737500', '152137.197500', '152137.657500', '152138.117500', '152138.577500', '152139.037500', '152139.497500', '152139.957500', '152140.417500', '152140.877500', '152141.337500', '152141.797500', '152142.257500', '152142.717500', '152143.177500', '152143.637500', '152144.097500', '152144.557500', '152145.017500', '152145.477500', '152145.937500', '152146.397500', '152146.857500', '152147.317500', '152147.777500', '152148.237500', '152148.697500', '152149.157500', '152149.617500', '152150.077500', '152150.537500', '152150.997500', '152151.457500', '152151.917500', '152152.377500', '152152.837500', '152153.297500', '152153.757500', '152154.217500', '152154.677500', '152155.137500', '152155.597500', '152156.057500', '152156.517500', '152156.977500', '152157.437500', '152157.897500', '152158.357500', '152158.817500', '152159.277500', '152159.737500', '152200.197500', '152200.657500', '152201.117500', '152201.577500', '152202.037500', '152202.497500', '152202.957500', '152203.417500', '152203.877500', '152204.337500', '152204.797500', '152205.257500', '152205.717500', '152206.177500', '152206.637500', '152207.097500', '152207.557500', '152208.017500', '152208.477500', '152208.937500', '152209.397500', '152209.857500', '152210.317500', '152210.777500', '152211.237500', '152211.697500', '152212.157500', '152212.617500', '152213.077500', '152213.537500', '152213.997500', '152214.457500', '152214.917500', '152215.377500', '152215.837500', '152216.297500', '152216.757500', '152217.217500', '152217.677500', '152218.137500', '152218.597500', '152219.057500', '152219.517500', '152219.977500', '152220.437500', '152220.897500', '152221.357500', '152221.817500', '152222.277500', '152222.737500', '152223.197500', '152223.657500', '152224.117500', '152224.577500', '152225.037500', '152225.497500', '152225.957500', '152226.417500', '152226.877500', '152227.337500', '152227.797500', '152228.257500', '152228.717500', '152229.177500', '152229.637500', '152230.097500', '152230.557500', '152231.017500', '152231.477500', '152231.937500', '152232.397500', '152232.857500', '152233.317500', '152233.777500', '152234.237500', '152234.697500', '152235.157500', '152235.617500', '152236.077500', '152236.537500', '152236.997500', '152237.457500', '152237.917500', '152238.377500', '152238.837500', '152239.297500', '152239.757500', '152240.217500', '152240.677500', '152241.137500', '152241.597500', '152242.057500', '152242.517500', '152242.977500', '152243.437500', '152243.897500', '152244.357500', '152244.817500', '152245.277500', '152245.737500', '152246.197500', '152246.657500', '152247.117500', '152247.577500', '152248.037500', '152248.497500', '152248.957500', '152249.417500', '152249.877500', '152250.337500', '152250.797500', '152251.257500', '152251.717500', '152252.177500', '152252.637500', '152253.097500', '152253.557500', '152254.017500', '152254.477500', '152254.937500', '152255.397500', '152255.857500', '152256.317500', '152256.777500', '152257.237500', '152257.697500', '152258.157500', '152258.617500', '152259.077500', '152259.537500', '152259.997500', '152300.457500', '152300.917500', '152301.377500', '152301.837500', '152302.297500', '152302.757500', '152303.217500', '152303.677500', '152304.137500', '152304.597500', '152305.057500', '152305.517500', '152305.977500', '152306.437500', '152306.897500', '152307.357500', '152307.817500', '152308.277500', '152308.737500', '152309.197500', '152309.657500', '152310.117500', '152310.577500', '152311.037500', '152311.497500', '152311.957500', '152312.417500', '152312.877500', '152313.337500', '152313.797500', '152314.257500', '152314.717500', '152315.177500', '152315.637500', '152316.097500', '152316.557500', '152317.017500', '152317.477500', '152317.937500', '152318.397500', '152318.857500', '152319.317500', '152319.777500', '152320.237500', '152320.697500', '152321.157500', '152321.617500', '152322.077500', '152322.537500', '152322.997500', '152323.457500', '152323.917500', '152324.377500', '152324.837500', '152325.297500', '152325.757500', '152326.217500', '152326.677500', '152327.137500', '152327.597500', '152328.057500', '152328.517500', '152328.977500', '152329.437500', '152329.897500', '152330.357500', '152330.817500', '152331.277500', '152331.737500', '152332.197500', '152332.657500', '152333.117500', '152333.577500', '152334.037500', '152334.497500', '152334.957500', '152335.417500', '152335.877500', '152336.337500', '152336.797500', '152337.257500', '152337.717500', '152338.177500', '152338.637500', '152339.097500', '152339.557500', '152340.017500', '152340.477500', '152340.937500', '152341.397500', '152341.857500', '152342.317500', '152342.777500', '152343.237500', '152343.697500', '152344.157500', '152344.617500', '152345.077500', '152345.537500', '152345.997500', '152346.457500', '152346.917500', '152347.377500', '152347.837500', '152348.297500', '152348.757500', '152349.217500', '152349.677500', '152350.137500', '152350.597500', '152351.057500', '152351.517500', '152351.977500', '152352.437500', '152352.897500', '152353.357500', '152353.817500', '152354.277500', '152354.737500', '152355.197500', '152355.657500', '152356.117500', '152356.577500', '152357.037500', '152357.497500', '152357.957500', '152358.417500', '152358.877500', '152359.337500'], 'ContentTime': ['151704.689000', '151704.693000', '151704.696000', '151704.699000', '151704.718000', '151704.721000', '151704.723000', '151724.660000', '151724.663000', '151724.666000', '151724.669000', '151724.671000', '151724.683000', '151724.686000', '151724.688000', '151724.691000', '151724.694000', '151724.696000', '151724.699000', '151724.701000', '151724.704000', '151724.706000', '151724.709000', '151724.712000', '151724.720000', '151724.722000', '151724.725000', '151724.727000', '151724.730000', '151724.732000', '151724.735000', '151724.738000', '151724.740000', '151724.743000', '151724.745000', '151724.748000', '151724.750000', '151724.753000', '151724.756000', '151724.758000', '151724.761000', '151724.763000', '151724.766000', '151724.769000', '151724.771000', '151724.774000', '151724.776000', '151724.779000', '151724.782000', '151724.784000', '151724.787000', '151724.789000', '151744.661000', '151744.663000', '151744.666000', '151744.669000', '151744.671000', '151744.674000', '151744.676000', '151744.679000', '151744.681000', '151744.684000', '151744.687000', '151744.689000', '151744.692000', '151744.694000', '151744.697000', '151744.700000', '151744.702000', '151744.705000', '151744.708000', '151744.710000', '151744.713000', '151744.721000', '151744.723000', '151744.726000', '151744.729000', '151744.731000', '151744.734000', '151744.737000', '151744.739000', '151744.742000', '151744.744000', '151744.747000', '151744.750000', '151744.752000', '151744.755000', '151744.757000', '151744.760000', '151744.763000', '151744.765000', '151744.768000', '151744.770000', '151744.773000', '151744.776000', '151804.659000', '151804.662000', '151804.665000', '151804.667000', '151804.670000', '151804.673000', '151804.675000', '151804.678000', '151804.681000', '151804.683000', '151804.686000', '151804.688000', '151804.691000', '151804.694000', '151804.696000', '151804.699000', '151804.702000', '151804.704000', '151804.707000', '151804.710000', '151804.712000', '151804.715000', '151804.717000', '151804.720000', '151804.722000', '151804.725000', '151804.728000', '151804.730000', '151804.733000', '151804.735000', '151804.738000', '151804.741000', '151804.743000', '151804.746000', '151804.748000', '151804.751000', '151804.754000', '151804.756000', '151804.759000', '151804.761000', '151804.764000', '151804.767000', '151804.769000', '151804.772000', '151824.659000', '151824.662000', '151824.665000', '151824.668000', '151824.670000', '151824.673000', '151824.675000', '151824.678000', '151824.687000', '151824.690000', '151824.693000', '151824.695000', '151824.698000', '151824.700000', '151824.703000', '151824.706000', '151824.708000', '151824.711000', '151824.714000', '151824.716000', '151824.719000', '151824.722000', '151824.724000', '151824.727000', '151824.729000', '151824.732000', '151824.735000', '151824.737000', '151824.740000', '151824.742000', '151824.745000', '151824.748000', '151824.750000', '151824.753000', '151824.755000', '151824.758000', '151824.761000', '151824.763000', '151824.766000', '151824.768000', '151824.771000', '151824.774000', '151824.776000', '151844.659000', '151844.662000', '151844.665000', '151844.668000', '151844.670000', '151844.673000', '151844.675000', '151844.678000', '151844.681000', '151844.683000', '151844.686000', '151844.688000', '151844.691000', '151844.694000', '151844.696000', '151844.699000', '151844.702000', '151844.704000', '151844.707000', '151844.716000', '151844.718000', '151844.721000', '151844.724000', '151844.726000', '151844.729000', '151844.731000', '151844.734000', '151844.737000', '151844.739000', '151844.742000', '151844.745000', '151844.747000', '151844.750000', '151844.753000', '151844.755000', '151844.758000', '151844.760000', '151844.763000', '151844.766000', '151844.768000', '151844.771000', '151844.773000', '151844.776000', '151844.778000', '151904.660000', '151904.663000', '151904.666000', '151904.676000', '151904.678000', '151904.681000', '151904.684000', '151904.686000', '151904.689000', '151904.691000', '151904.694000', '151904.697000', '151904.699000', '151904.702000', '151904.705000', '151904.707000', '151904.710000', '151904.712000', '151904.715000', '151904.718000', '151904.720000', '151904.723000', '151904.725000', '151904.728000', '151904.731000', '151904.733000', '151904.736000', '151904.738000', '151904.741000', '151904.743000', '151904.746000', '151904.749000', '151904.751000', '151904.754000', '151904.756000', '151904.759000', '151904.762000', '151904.764000', '151904.767000', '151904.769000', '151904.772000', '151904.774000', '151904.777000', '151924.661000', '151924.663000', '151924.666000', '151924.669000', '151924.671000', '151924.674000', '151924.677000', '151924.679000', '151924.682000', '151924.685000', '151924.687000', '151924.690000', '151924.693000', '151924.695000', '151924.698000', '151924.701000', '151924.703000', '151924.706000', '151924.709000', '151924.711000', '151924.714000', '151924.717000', '151924.719000', '151924.722000', '151924.724000', '151924.727000', '151924.730000', '151924.733000', '151924.735000', '151924.738000', '151924.740000', '151924.743000', '151924.746000', '151924.748000', '151924.751000', '151924.754000', '151924.756000', '151924.759000', '151924.762000', '151924.764000', '151924.767000', '151924.769000', '151924.772000', '151944.661000', '151944.664000', '151944.666000', '151944.669000', '151944.671000', '151944.674000', '151944.676000', '151944.679000', '151944.682000', '151944.684000', '151944.687000', '151944.689000', '151944.692000', '151944.695000', '151944.697000', '151944.700000', '151944.703000', '151944.705000', '151944.708000', '151944.710000', '151944.713000', '151944.716000', '151944.718000', '151944.721000', '151944.724000', '151944.726000', '151944.729000', '151944.731000', '151944.734000', '151944.737000', '151944.739000', '151944.742000', '151944.744000', '151944.747000', '151944.750000', '151944.752000', '151944.755000', '151944.758000', '151944.760000', '151944.763000', '151944.768000', '151944.770000', '151944.773000', '151944.775000', '152004.661000', '152004.663000', '152004.666000', '152004.669000', '152004.671000', '152004.674000', '152004.677000', '152004.679000', '152004.682000', '152004.684000', '152004.687000', '152004.689000', '152004.693000', '152004.696000', '152004.698000', '152004.701000', '152004.704000', '152004.706000', '152004.709000', '152004.711000', '152004.714000', '152004.717000', '152004.719000', '152004.722000', '152004.724000', '152004.727000', '152004.730000', '152004.732000', '152004.735000', '152004.737000', '152004.740000', '152004.743000', '152004.745000', '152004.749000', '152004.751000', '152004.754000', '152004.756000', '152004.759000', '152004.762000', '152004.764000', '152004.767000', '152004.770000', '152004.772000', '152004.775000', '152024.660000', '152024.663000', '152024.665000', '152024.668000', '152024.670000', '152024.673000', '152024.675000', '152024.678000', '152024.681000', '152024.683000', '152024.686000', '152024.688000', '152024.691000', '152024.694000', '152024.696000', '152024.699000', '152024.702000', '152024.704000', '152024.707000', '152024.710000', '152024.712000', '152024.715000', '152024.717000', '152024.720000', '152024.723000', '152024.725000', '152024.728000', '152024.730000', '152024.733000', '152024.736000', '152024.738000', '152024.741000', '152024.743000', '152024.746000', '152024.749000', '152024.751000', '152024.761000', '152024.764000', '152024.767000', '152024.799000', '152024.802000', '152024.804000', '152024.807000', '152044.659000', '152044.662000', '152044.665000', '152044.668000', '152044.670000', '152044.673000', '152044.675000', '152044.678000', '152044.680000', '152044.683000', '152044.686000', '152044.688000', '152044.691000', '152044.693000', '152044.696000', '152044.699000', '152044.701000', '152044.704000', '152044.706000', '152044.709000', '152044.712000', '152044.714000', '152044.717000', '152044.720000', '152044.722000', '152044.725000', '152044.727000', '152044.730000', '152044.733000', '152044.735000', '152044.738000', '152044.741000', '152044.743000', '152044.746000', '152044.748000', '152044.751000', '152044.754000', '152044.756000', '152044.759000', '152044.762000', '152044.764000', '152044.767000', '152044.769000', '152104.660000', '152104.662000', '152104.665000', '152104.668000', '152104.670000', '152104.673000', '152104.676000', '152104.678000', '152104.681000', '152104.683000', '152104.686000', '152104.689000', '152104.691000', '152104.694000', '152104.696000', '152104.699000', '152104.701000', '152104.704000', '152104.707000', '152104.709000', '152104.712000', '152104.715000', '152104.717000', '152104.720000', '152104.723000', '152104.725000', '152104.728000', '152104.730000', '152104.733000', '152104.736000', '152104.738000', '152104.741000', '152104.744000', '152104.746000', '152104.749000', '152104.751000', '152104.754000', '152104.757000', '152104.759000', '152104.762000', '152104.764000', '152104.767000', '152104.769000', '152104.772000', '152124.661000', '152124.664000', '152124.666000', '152124.669000', '152124.671000', '152124.674000', '152124.677000', '152124.679000', '152124.682000', '152124.684000', '152124.687000', '152124.690000', '152124.692000', '152124.695000', '152124.697000', '152124.700000', '152124.703000', '152124.705000', '152124.708000', '152124.710000', '152124.713000', '152124.716000', '152124.718000', '152124.721000', '152124.723000', '152124.726000', '152124.729000', '152124.731000', '152124.734000', '152124.736000', '152124.740000', '152124.743000', '152124.746000', '152124.748000', '152124.751000', '152124.754000', '152124.756000', '152124.759000', '152124.761000', '152124.764000', '152124.767000', '152124.769000', '152124.772000', '152144.661000', '152144.664000', '152144.666000', '152144.669000', '152144.672000', '152144.674000', '152144.677000', '152144.680000', '152144.682000', '152144.685000', '152144.687000', '152144.690000', '152144.693000', '152144.695000', '152144.698000', '152144.701000', '152144.704000', '152144.706000', '152144.709000', '152144.711000', '152144.714000', '152144.717000', '152144.719000', '152144.722000', '152144.725000', '152144.727000', '152144.730000', '152144.732000', '152144.735000', '152144.738000', '152144.740000', '152144.743000', '152144.746000', '152144.748000', '152144.751000', '152144.753000', '152144.756000', '152144.759000', '152144.761000', '152144.764000', '152144.767000', '152144.769000', '152144.772000', '152144.774000', '152204.661000', '152204.663000', '152204.666000', '152204.669000', '152204.671000', '152204.674000', '152204.677000', '152204.679000', '152204.682000', '152204.684000', '152204.687000', '152204.690000', '152204.692000', '152204.695000', '152204.697000', '152204.700000', '152204.703000', '152204.705000', '152204.708000', '152204.711000', '152204.713000', '152204.744000', '152204.746000', '152204.749000', '152204.751000', '152204.754000', '152204.757000', '152204.759000', '152204.762000', '152204.765000', '152204.767000', '152204.770000', '152204.773000', '152204.775000', '152204.778000', '152204.780000', '152204.783000', '152204.786000', '152204.788000', '152204.791000', '152204.794000', '152204.796000', '152204.799000', '152224.661000', '152224.664000', '152224.666000', '152224.669000', '152224.671000', '152224.674000', '152224.677000', '152224.679000', '152224.682000', '152224.684000', '152224.687000', '152224.690000', '152224.692000', '152224.695000', '152224.698000', '152224.700000', '152224.703000', '152224.706000', '152224.708000', '152224.711000', '152224.713000', '152224.716000', '152224.719000', '152224.721000', '152224.724000', '152224.727000', '152224.729000', '152224.732000', '152224.735000', '152224.737000', '152224.740000', '152224.743000', '152224.745000', '152224.748000', '152224.750000', '152224.753000', '152224.756000', '152224.758000', '152224.761000', '152224.763000', '152224.766000', '152224.769000', '152224.771000', '152224.774000', '152244.660000', '152244.662000', '152244.665000', '152244.668000', '152244.670000', '152244.673000', '152244.675000', '152244.678000', '152244.681000', '152244.683000', '152244.686000', '152244.688000', '152244.691000', '152244.694000', '152244.696000', '152244.701000', '152244.703000', '152244.706000', '152244.708000', '152244.711000', '152244.714000', '152244.716000', '152244.719000', '152244.722000', '152244.724000', '152244.727000', '152244.730000', '152244.732000', '152244.735000', '152244.737000', '152244.740000', '152244.743000', '152244.745000', '152244.748000', '152244.750000', '152244.753000', '152244.756000', '152244.758000', '152244.761000', '152244.763000', '152244.766000', '152244.769000', '152244.772000', '152304.659000', '152304.662000', '152304.665000', '152304.668000', '152304.671000', '152304.673000', '152304.676000', '152304.679000', '152304.681000', '152304.684000', '152304.686000', '152304.689000', '152304.692000', '152304.694000', '152304.697000', '152304.700000', '152304.702000', '152304.705000', '152304.707000', '152304.710000', '152304.712000', '152304.715000', '152304.718000', '152304.720000', '152304.723000', '152304.725000', '152304.728000', '152304.731000', '152304.733000', '152304.736000', '152304.738000', '152304.741000', '152304.743000', '152304.746000', '152304.749000', '152304.751000', '152304.754000', '152304.756000', '152304.759000', '152304.762000', '152304.764000', '152304.767000', '152304.770000', '152324.659000', '152324.662000', '152324.665000', '152324.668000', '152324.670000', '152324.673000', '152324.675000', '152324.678000', '152324.681000', '152324.683000', '152324.686000', '152324.688000', '152324.691000', '152324.694000', '152324.696000', '152324.699000', '152324.701000', '152324.704000', '152324.707000', '152324.709000', '152324.712000', '152324.714000', '152324.717000', '152324.720000', '152324.722000', '152324.725000', '152324.728000', '152324.730000', '152324.733000', '152324.735000', '152324.738000', '152324.741000', '152324.759000', '152324.762000', '152324.765000', '152324.767000', '152324.770000', '152324.773000', '152324.775000', '152324.778000', '152324.780000', '152324.783000', '152324.786000', '152324.788000', '152344.661000', '152344.664000', '152344.666000', '152344.669000', '152344.672000', '152344.674000', '152344.677000', '152344.680000', '152344.683000', '152344.685000', '152344.688000', '152344.690000', '152344.693000', '152344.696000', '152344.698000', '152344.701000', '152344.703000', '152344.706000', '152344.709000', '152344.711000', '152344.714000', '152344.717000', '152344.719000', '152344.722000', '152344.724000', '152344.727000', '152344.730000', '152344.732000', '152344.735000', '152344.738000', '152344.740000', '152344.743000', '152344.746000', '152344.748000', '152344.751000', '152344.754000', '152344.756000', '152344.759000', '152344.761000', '152344.764000', '152344.767000', '152344.769000', '152344.772000', '152344.774000', '152401.076000', '152401.079000', '152401.081000', '152401.084000', '152401.087000', '152401.089000', '152401.092000', '152401.094000', '152401.097000', '152401.100000', '152401.102000', '152401.105000', '152401.107000', '152401.110000', '152401.113000', '152401.115000', '152401.118000', '152401.120000', '152401.123000', '152401.126000', '152401.128000', '152401.131000', '152401.133000', '152401.136000', '152401.138000', '152401.141000', '152401.144000', '152401.146000', '152401.149000', '152401.151000', '152401.154000', '152401.157000', '152401.159000', '152401.162000', '152401.164000', '152401.167000'], 'InstanceCreationTime': ['151704.689000', '151704.693000', '151704.696000', '151704.699000', '151704.718000', '151704.721000', '151704.723000', '151724.660000', '151724.663000', '151724.666000', '151724.669000', '151724.671000', '151724.683000', '151724.686000', '151724.688000', '151724.691000', '151724.694000', '151724.696000', '151724.699000', '151724.701000', '151724.704000', '151724.706000', '151724.709000', '151724.712000', '151724.720000', '151724.722000', '151724.725000', '151724.727000', '151724.730000', '151724.732000', '151724.735000', '151724.738000', '151724.740000', '151724.743000', '151724.745000', '151724.748000', '151724.750000', '151724.753000', '151724.756000', '151724.758000', '151724.761000', '151724.763000', '151724.766000', '151724.769000', '151724.771000', '151724.774000', '151724.776000', '151724.779000', '151724.782000', '151724.784000', '151724.787000', '151724.789000', '151744.661000', '151744.663000', '151744.666000', '151744.669000', '151744.671000', '151744.674000', '151744.676000', '151744.679000', '151744.681000', '151744.684000', '151744.687000', '151744.689000', '151744.692000', '151744.694000', '151744.697000', '151744.700000', '151744.702000', '151744.705000', '151744.708000', '151744.710000', '151744.713000', '151744.721000', '151744.723000', '151744.726000', '151744.729000', '151744.731000', '151744.734000', '151744.737000', '151744.739000', '151744.742000', '151744.744000', '151744.747000', '151744.750000', '151744.752000', '151744.755000', '151744.757000', '151744.760000', '151744.763000', '151744.765000', '151744.768000', '151744.770000', '151744.773000', '151744.776000', '151804.659000', '151804.662000', '151804.665000', '151804.667000', '151804.670000', '151804.673000', '151804.675000', '151804.678000', '151804.681000', '151804.683000', '151804.686000', '151804.688000', '151804.691000', '151804.694000', '151804.696000', '151804.699000', '151804.702000', '151804.704000', '151804.707000', '151804.710000', '151804.712000', '151804.715000', '151804.717000', '151804.720000', '151804.722000', '151804.725000', '151804.728000', '151804.730000', '151804.733000', '151804.735000', '151804.738000', '151804.741000', '151804.743000', '151804.746000', '151804.748000', '151804.751000', '151804.754000', '151804.756000', '151804.759000', '151804.761000', '151804.764000', '151804.767000', '151804.769000', '151804.772000', '151824.659000', '151824.662000', '151824.665000', '151824.668000', '151824.670000', '151824.673000', '151824.675000', '151824.678000', '151824.687000', '151824.690000', '151824.693000', '151824.695000', '151824.698000', '151824.700000', '151824.703000', '151824.706000', '151824.708000', '151824.711000', '151824.714000', '151824.716000', '151824.719000', '151824.722000', '151824.724000', '151824.727000', '151824.729000', '151824.732000', '151824.735000', '151824.737000', '151824.740000', '151824.742000', '151824.745000', '151824.748000', '151824.750000', '151824.753000', '151824.755000', '151824.758000', '151824.761000', '151824.763000', '151824.766000', '151824.768000', '151824.771000', '151824.774000', '151824.776000', '151844.659000', '151844.662000', '151844.665000', '151844.668000', '151844.670000', '151844.673000', '151844.675000', '151844.678000', '151844.681000', '151844.683000', '151844.686000', '151844.688000', '151844.691000', '151844.694000', '151844.696000', '151844.699000', '151844.702000', '151844.704000', '151844.707000', '151844.716000', '151844.718000', '151844.721000', '151844.724000', '151844.726000', '151844.729000', '151844.731000', '151844.734000', '151844.737000', '151844.739000', '151844.742000', '151844.745000', '151844.747000', '151844.750000', '151844.753000', '151844.755000', '151844.758000', '151844.760000', '151844.763000', '151844.766000', '151844.768000', '151844.771000', '151844.773000', '151844.776000', '151844.778000', '151904.660000', '151904.663000', '151904.666000', '151904.676000', '151904.678000', '151904.681000', '151904.684000', '151904.686000', '151904.689000', '151904.691000', '151904.694000', '151904.697000', '151904.699000', '151904.702000', '151904.705000', '151904.707000', '151904.710000', '151904.712000', '151904.715000', '151904.718000', '151904.720000', '151904.723000', '151904.725000', '151904.728000', '151904.731000', '151904.733000', '151904.736000', '151904.738000', '151904.741000', '151904.743000', '151904.746000', '151904.749000', '151904.751000', '151904.754000', '151904.756000', '151904.759000', '151904.762000', '151904.764000', '151904.767000', '151904.769000', '151904.772000', '151904.774000', '151904.777000', '151924.661000', '151924.663000', '151924.666000', '151924.669000', '151924.671000', '151924.674000', '151924.677000', '151924.679000', '151924.682000', '151924.685000', '151924.687000', '151924.690000', '151924.693000', '151924.695000', '151924.698000', '151924.701000', '151924.703000', '151924.706000', '151924.709000', '151924.711000', '151924.714000', '151924.717000', '151924.719000', '151924.722000', '151924.724000', '151924.727000', '151924.730000', '151924.733000', '151924.735000', '151924.738000', '151924.740000', '151924.743000', '151924.746000', '151924.748000', '151924.751000', '151924.754000', '151924.756000', '151924.759000', '151924.762000', '151924.764000', '151924.767000', '151924.769000', '151924.772000', '151944.661000', '151944.664000', '151944.666000', '151944.669000', '151944.671000', '151944.674000', '151944.676000', '151944.679000', '151944.682000', '151944.684000', '151944.687000', '151944.689000', '151944.692000', '151944.695000', '151944.697000', '151944.700000', '151944.703000', '151944.705000', '151944.708000', '151944.710000', '151944.713000', '151944.716000', '151944.718000', '151944.721000', '151944.724000', '151944.726000', '151944.729000', '151944.731000', '151944.734000', '151944.737000', '151944.739000', '151944.742000', '151944.744000', '151944.747000', '151944.750000', '151944.752000', '151944.755000', '151944.758000', '151944.760000', '151944.763000', '151944.768000', '151944.770000', '151944.773000', '151944.775000', '152004.661000', '152004.663000', '152004.666000', '152004.669000', '152004.671000', '152004.674000', '152004.677000', '152004.679000', '152004.682000', '152004.684000', '152004.687000', '152004.689000', '152004.693000', '152004.696000', '152004.698000', '152004.701000', '152004.704000', '152004.706000', '152004.709000', '152004.711000', '152004.714000', '152004.717000', '152004.719000', '152004.722000', '152004.724000', '152004.727000', '152004.730000', '152004.732000', '152004.735000', '152004.737000', '152004.740000', '152004.743000', '152004.745000', '152004.749000', '152004.751000', '152004.754000', '152004.756000', '152004.759000', '152004.762000', '152004.764000', '152004.767000', '152004.770000', '152004.772000', '152004.775000', '152024.660000', '152024.663000', '152024.665000', '152024.668000', '152024.670000', '152024.673000', '152024.675000', '152024.678000', '152024.681000', '152024.683000', '152024.686000', '152024.688000', '152024.691000', '152024.694000', '152024.696000', '152024.699000', '152024.702000', '152024.704000', '152024.707000', '152024.710000', '152024.712000', '152024.715000', '152024.717000', '152024.720000', '152024.723000', '152024.725000', '152024.728000', '152024.730000', '152024.733000', '152024.736000', '152024.738000', '152024.741000', '152024.743000', '152024.746000', '152024.749000', '152024.751000', '152024.761000', '152024.764000', '152024.767000', '152024.799000', '152024.802000', '152024.804000', '152024.807000', '152044.659000', '152044.662000', '152044.665000', '152044.668000', '152044.670000', '152044.673000', '152044.675000', '152044.678000', '152044.680000', '152044.683000', '152044.686000', '152044.688000', '152044.691000', '152044.693000', '152044.696000', '152044.699000', '152044.701000', '152044.704000', '152044.706000', '152044.709000', '152044.712000', '152044.714000', '152044.717000', '152044.720000', '152044.722000', '152044.725000', '152044.727000', '152044.730000', '152044.733000', '152044.735000', '152044.738000', '152044.741000', '152044.743000', '152044.746000', '152044.748000', '152044.751000', '152044.754000', '152044.756000', '152044.759000', '152044.762000', '152044.764000', '152044.767000', '152044.769000', '152104.660000', '152104.662000', '152104.665000', '152104.668000', '152104.670000', '152104.673000', '152104.676000', '152104.678000', '152104.681000', '152104.683000', '152104.686000', '152104.689000', '152104.691000', '152104.694000', '152104.696000', '152104.699000', '152104.701000', '152104.704000', '152104.707000', '152104.709000', '152104.712000', '152104.715000', '152104.717000', '152104.720000', '152104.723000', '152104.725000', '152104.728000', '152104.730000', '152104.733000', '152104.736000', '152104.738000', '152104.741000', '152104.744000', '152104.746000', '152104.749000', '152104.751000', '152104.754000', '152104.757000', '152104.759000', '152104.762000', '152104.764000', '152104.767000', '152104.769000', '152104.772000', '152124.661000', '152124.664000', '152124.666000', '152124.669000', '152124.671000', '152124.674000', '152124.677000', '152124.679000', '152124.682000', '152124.684000', '152124.687000', '152124.690000', '152124.692000', '152124.695000', '152124.697000', '152124.700000', '152124.703000', '152124.705000', '152124.708000', '152124.710000', '152124.713000', '152124.716000', '152124.718000', '152124.721000', '152124.723000', '152124.726000', '152124.729000', '152124.731000', '152124.734000', '152124.736000', '152124.740000', '152124.743000', '152124.746000', '152124.748000', '152124.751000', '152124.754000', '152124.756000', '152124.759000', '152124.761000', '152124.764000', '152124.767000', '152124.769000', '152124.772000', '152144.661000', '152144.664000', '152144.666000', '152144.669000', '152144.672000', '152144.674000', '152144.677000', '152144.680000', '152144.682000', '152144.685000', '152144.687000', '152144.690000', '152144.693000', '152144.695000', '152144.698000', '152144.701000', '152144.704000', '152144.706000', '152144.709000', '152144.711000', '152144.714000', '152144.717000', '152144.719000', '152144.722000', '152144.725000', '152144.727000', '152144.730000', '152144.732000', '152144.735000', '152144.738000', '152144.740000', '152144.743000', '152144.746000', '152144.748000', '152144.751000', '152144.753000', '152144.756000', '152144.759000', '152144.761000', '152144.764000', '152144.767000', '152144.769000', '152144.772000', '152144.774000', '152204.661000', '152204.663000', '152204.666000', '152204.669000', '152204.671000', '152204.674000', '152204.677000', '152204.679000', '152204.682000', '152204.684000', '152204.687000', '152204.690000', '152204.692000', '152204.695000', '152204.697000', '152204.700000', '152204.703000', '152204.705000', '152204.708000', '152204.711000', '152204.713000', '152204.744000', '152204.746000', '152204.749000', '152204.751000', '152204.754000', '152204.757000', '152204.759000', '152204.762000', '152204.765000', '152204.767000', '152204.770000', '152204.773000', '152204.775000', '152204.778000', '152204.780000', '152204.783000', '152204.786000', '152204.788000', '152204.791000', '152204.794000', '152204.796000', '152204.799000', '152224.661000', '152224.664000', '152224.666000', '152224.669000', '152224.671000', '152224.674000', '152224.677000', '152224.679000', '152224.682000', '152224.684000', '152224.687000', '152224.690000', '152224.692000', '152224.695000', '152224.698000', '152224.700000', '152224.703000', '152224.706000', '152224.708000', '152224.711000', '152224.713000', '152224.716000', '152224.719000', '152224.721000', '152224.724000', '152224.727000', '152224.729000', '152224.732000', '152224.735000', '152224.737000', '152224.740000', '152224.743000', '152224.745000', '152224.748000', '152224.750000', '152224.753000', '152224.756000', '152224.758000', '152224.761000', '152224.763000', '152224.766000', '152224.769000', '152224.771000', '152224.774000', '152244.660000', '152244.662000', '152244.665000', '152244.668000', '152244.670000', '152244.673000', '152244.675000', '152244.678000', '152244.681000', '152244.683000', '152244.686000', '152244.688000', '152244.691000', '152244.694000', '152244.696000', '152244.701000', '152244.703000', '152244.706000', '152244.708000', '152244.711000', '152244.714000', '152244.716000', '152244.719000', '152244.722000', '152244.724000', '152244.727000', '152244.730000', '152244.732000', '152244.735000', '152244.737000', '152244.740000', '152244.743000', '152244.745000', '152244.748000', '152244.750000', '152244.753000', '152244.756000', '152244.758000', '152244.761000', '152244.763000', '152244.766000', '152244.769000', '152244.772000', '152304.659000', '152304.662000', '152304.665000', '152304.668000', '152304.671000', '152304.673000', '152304.676000', '152304.679000', '152304.681000', '152304.684000', '152304.686000', '152304.689000', '152304.692000', '152304.694000', '152304.697000', '152304.700000', '152304.702000', '152304.705000', '152304.707000', '152304.710000', '152304.712000', '152304.715000', '152304.718000', '152304.720000', '152304.723000', '152304.725000', '152304.728000', '152304.731000', '152304.733000', '152304.736000', '152304.738000', '152304.741000', '152304.743000', '152304.746000', '152304.749000', '152304.751000', '152304.754000', '152304.756000', '152304.759000', '152304.762000', '152304.764000', '152304.767000', '152304.770000', '152324.659000', '152324.662000', '152324.665000', '152324.668000', '152324.670000', '152324.673000', '152324.675000', '152324.678000', '152324.681000', '152324.683000', '152324.686000', '152324.688000', '152324.691000', '152324.694000', '152324.696000', '152324.699000', '152324.701000', '152324.704000', '152324.707000', '152324.709000', '152324.712000', '152324.714000', '152324.717000', '152324.720000', '152324.722000', '152324.725000', '152324.728000', '152324.730000', '152324.733000', '152324.735000', '152324.738000', '152324.741000', '152324.759000', '152324.762000', '152324.765000', '152324.767000', '152324.770000', '152324.773000', '152324.775000', '152324.778000', '152324.780000', '152324.783000', '152324.786000', '152324.788000', '152344.661000', '152344.664000', '152344.666000', '152344.669000', '152344.672000', '152344.674000', '152344.677000', '152344.680000', '152344.683000', '152344.685000', '152344.688000', '152344.690000', '152344.693000', '152344.696000', '152344.698000', '152344.701000', '152344.703000', '152344.706000', '152344.709000', '152344.711000', '152344.714000', '152344.717000', '152344.719000', '152344.722000', '152344.724000', '152344.727000', '152344.730000', '152344.732000', '152344.735000', '152344.738000', '152344.740000', '152344.743000', '152344.746000', '152344.748000', '152344.751000', '152344.754000', '152344.756000', '152344.759000', '152344.761000', '152344.764000', '152344.767000', '152344.769000', '152344.772000', '152344.774000', '152401.076000', '152401.079000', '152401.081000', '152401.084000', '152401.087000', '152401.089000', '152401.092000', '152401.094000', '152401.097000', '152401.100000', '152401.102000', '152401.105000', '152401.107000', '152401.110000', '152401.113000', '152401.115000', '152401.118000', '152401.120000', '152401.123000', '152401.126000', '152401.128000', '152401.131000', '152401.133000', '152401.136000', '152401.138000', '152401.141000', '152401.144000', '152401.146000', '152401.149000', '152401.151000', '152401.154000', '152401.157000', '152401.159000', '152401.162000', '152401.164000', '152401.167000'], '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': [12637, 7737, 12995, 8341, 12822, 8865, 10653, 9367, 9771, 10268, 9129, 12115, 8737, 11641, 7675, 11612, 7175, 12238, 7544, 12446, 7720, 12847, 7963, 12566, 8412, 12739, 9027, 13238, 8722, 12568, 9434, 9477, 10576, 8933, 10452, 8770, 10282, 8765, 11928, 7498, 11797, 7763, 11295, 7291, 12115, 7334, 11670, 7704, 12026, 7769, 11926, 7958, 13018, 8763, 13126, 8929, 9892, 9241, 9360, 13243, 7978, 11739, 7355, 11183, 7268, 10659, 7424, 10683, 7362, 10817, 7390, 12050, 8089, 10345, 8850, 9530, 9736, 9298, 13195, 7209, 11379, 7737, 11713, 8188, 9436, 9449, 9031, 9823, 8586, 9667, 7806, 10627, 7492, 10762, 7208, 11461, 7384, 10915, 7156, 11900, 8217, 10328, 9965, 9573, 11438, 8443, 11234, 7208, 11690, 7527, 12067, 7568, 12490, 7821, 13020, 8888, 12951, 9157, 12476, 8954, 9143, 9904, 8580, 11712, 8166, 11135, 7232, 10943, 7266, 11720, 7375, 11958, 7566, 12101, 7707, 12735, 8180, 11711, 8169, 12019, 7924, 13261, 8657, 12224, 8881, 13072, 8585, 13271, 8760, 12760, 8678, 11812, 8215, 11556, 8111, 12741, 8557, 12431, 8550, 12237, 8248, 12963, 8614, 11385, 8917, 12848, 8362, 11690, 8877, 9301, 9075, 10760, 9056, 9087, 9431, 8885, 11727, 8019, 11565, 7571, 11204, 7219, 11722, 7254, 11267, 7790, 12140, 7774, 11724, 8304, 12287, 8947, 12048, 8932, 9307, 9201, 9188, 12206, 8131, 11576, 7805, 11158, 7318, 11477, 7706, 11455, 7617, 11570, 7549, 10736, 7434, 12265, 7843, 11785, 7865, 11997, 7756, 11741, 7867, 12568, 8457, 12418, 8312, 10903, 8732, 9613, 9867, 9235, 8420, 9678, 8872, 9175, 9369, 8890, 10559, 8508, 10021, 8234, 10896, 7563, 11624, 7615, 11251, 7356, 11514, 7796, 11354, 8007, 10793, 7637, 11392, 7619, 11076, 7916, 10919, 7696, 10676, 7936, 10971, 7935, 11152, 8258, 11558, 7739, 11039, 7647, 11481, 8346, 11061, 7897, 10577, 8082, 11237, 7352, 11120, 7963, 10923, 7510, 10807, 7682, 10753, 7765, 10829, 8020, 10430, 7727, 10449, 7724, 10944, 8030, 10435, 7645, 10496, 7857, 10837, 8144, 10626, 8160, 10818, 8414, 10733, 8612, 10561, 8206, 10154, 8045, 10492, 7992, 10587, 8275, 10729, 8136, 10459, 8000, 10609, 8111, 10988, 8296, 11120, 8451, 10664, 8706, 10260, 8341, 10098, 8087, 10616, 8341, 10486, 8521, 10527, 8095, 10474, 8107, 10684, 8422, 10622, 8040, 11013, 7833, 11430, 7982, 11327, 8311, 11440, 7748, 10427, 8140, 9454, 10971, 9040, 9834, 8446, 9752, 8430, 10192, 8564, 11003, 8295, 10722, 8356, 11242, 8453, 10639, 8562, 10324, 8315, 10176, 8832, 9984, 8831, 9979, 8703, 10662, 8780, 11052, 8849, 10315, 9159, 10858, 9317, 8907, 9586, 8867, 14239, 9405, 12331, 7804, 11466, 7946, 11104, 8040, 10603, 7633, 10313, 7774, 10875, 7873, 10463, 7767, 9321, 9437, 9669, 8416, 9804, 8499, 9970, 8654, 9652, 8498, 9601, 8696, 10259, 8315, 9741, 7974, 10120, 8052, 9558, 7736, 10067, 8312, 10542, 8234, 11631, 8004, 11468, 8550, 10862, 8559, 10558, 8468, 10068, 8939, 9554, 9056, 9823, 8909, 9941, 9114, 11431, 9678, 11123, 9608, 11089, 9628, 8754, 10251, 8603, 10302, 8318, 10105, 8261, 10977, 8049, 10053, 8761, 10045, 8704, 10425, 9001, 11665, 9590, 9398, 9334, 11347, 9638, 10892, 9420, 11616, 9622, 8969, 12637, 9122, 11980, 8056, 11541, 7742, 11999, 8175, 10644, 8088, 10658, 7804, 10837, 7751, 10961, 8201, 10719, 8274, 11353, 7890, 10893, 8093, 10472, 8387, 10507, 8248, 10736, 7914, 10692, 8092, 10539, 8029, 10851, 8088, 10915, 8018, 11051, 7947, 10486, 8411, 10356, 8220, 10654, 8078, 10167, 7956, 10841, 8153, 10699, 8131, 10939, 7769, 10452, 8538, 9774, 8241, 10081, 8311, 10466, 8542, 10239, 8296, 9849, 8430, 9709, 8564, 9688, 9019, 9776, 11622, 9702, 11287, 9032, 9786, 8655, 10715, 8095, 10708, 8409, 10930, 8903, 10898, 8925, 10285, 8967, 11663, 9410, 11292, 9323, 9892, 8814, 10066, 8486, 10007, 8694, 10167, 8240, 10315, 8273, 10505, 8438, 10413, 8385, 10985, 8233, 10202, 8337, 10393, 8441, 10955, 8614, 10243, 9050, 11621, 9648, 10239, 9734, 11230, 9673, 11386, 9714, 8649, 9798, 8614, 9579, 11141, 10037, 8619, 10017, 8593, 10030, 8088, 10048, 8304, 11418, 7903, 11115, 8403, 10299, 8321, 10503, 8253, 10380, 8437, 10193, 8783, 9918, 8211, 10399, 8079, 10242, 8247, 10415, 8350, 11515, 8045, 11105, 7969, 11041, 8464, 10819, 8582, 10955, 8460, 10359, 8833, 9473, 8905, 10352, 8672, 10509, 8719, 10051, 9091, 10065, 8671, 10135, 8510, 10549, 8682, 10007, 8577, 11476, 8422, 10403, 8331, 10478, 8378, 10955, 8249, 9898, 7839, 10206, 8029, 11241, 8320, 11139, 8166, 10357, 7912, 10254, 7908, 9868, 9303, 9778, 11207, 9808, 10452, 9701, 9987, 9205, 10095, 9042, 9634, 8940, 9487, 8973, 10293, 8817, 10132, 8494, 9673, 8380, 10918, 7978, 10008, 7941, 10199, 8083, 9644, 9554, 9097, 10418, 8755, 10247, 8758, 10200, 8736, 12258, 8181, 10824, 8163, 10534, 9701, 9537, 9594, 9202, 9540, 8813, 10162, 8548, 11354, 8141, 9978, 7936, 10199, 9344, 9388, 9830, 8768, 10412, 8703, 10198, 8777, 11401, 8421, 9598, 10352, 9696, 9786, 9110, 10472, 8799, 11567, 8283, 10038, 8074, 10420, 8087, 10169, 9656, 9653, 9466, 9342, 9361, 9019, 10248, 9018, 9460, 8777, 10482, 8619, 10274, 8777, 9739, 8427, 10230, 9865, 9698, 8714, 9651, 10272, 9416, 9563, 8854, 9814, 8865, 10009, 8774, 11311, 8370, 11398, 8113, 11091, 8067, 11766, 8284, 11594, 8149, 10124, 7740, 9849, 7907, 10073, 9626, 9728, 9877, 9252, 9713, 9411, 9688, 9115, 10160, 8825, 9716, 8628, 9903, 9133, 9651, 9101, 9495, 8974, 10641, 9567, 9392, 9573, 10239, 9205, 9650, 9238, 9654, 9335, 9728, 9148, 10298, 8632, 10616, 8725, 10447, 8803, 10747, 8691, 13206, 8449, 11121, 8757, 9701, 8939, 10263, 8745, 10220, 8702, 10187, 8667, 10516, 8514, 10453, 8012, 10217, 8213, 10424, 8202, 11119, 8358, 11823, 8283, 11660, 8608, 10236, 9154, 9536, 9181, 11401, 9882, 8059, 10473, 8004, 10400, 8371, 10142, 9480, 10285, 8296, 10491, 8199, 10428, 9705, 10080, 9157, 9988, 8293, 13025, 8126, 12589, 7779, 11949, 8302, 12439, 8526, 11038, 8817, 11081, 8843, 10738, 8730, 10032, 9261, 9455, 9101, 10212, 8865, 9968, 8930, 10743, 9578, 10840, 9706, 10432, 9437, 10341, 9894, 8675], 'WindowCenter': [4077.0, 4013.0, 4061.0, 3994.0, 4033.0, 3990.0, 4011.0, 3988.0, 4002.0, 3999.0, 4002.0, 4020.0, 3980.0, 4008.0, 3968.0, 4010.0, 3960.0, 4019.0, 3968.0, 4020.0, 3969.0, 4029.0, 3979.0, 4031.0, 3979.0, 4030.0, 3988.0, 4032.0, 3978.0, 4032.0, 3990.0, 4000.0, 4011.0, 3990.0, 4008.0, 3981.0, 4000.0, 3991.0, 4022.0, 3971.0, 4019.0, 3971.0, 4010.0, 3958.0, 4019.0, 3961.0, 4009.0, 3971.0, 4020.0, 3969.0, 4020.0, 3969.0, 4033.0, 3978.0, 4031.0, 3989.0, 4000.0, 3989.0, 3988.0, 4028.0, 3977.0, 4006.0, 3956.0, 4008.0, 3958.0, 3998.0, 3973.0, 4011.0, 3971.0, 4021.0, 3974.0, 4034.0, 3980.0, 4014.0, 3991.0, 4003.0, 3990.0, 3991.0, 4031.0, 3960.0, 4009.0, 3957.0, 4009.0, 3979.0, 3989.0, 4000.0, 3991.0, 3998.0, 3978.0, 3987.0, 3971.0, 3998.0, 3971.0, 4012.0, 3970.0, 4010.0, 3961.0, 4010.0, 3958.0, 4021.0, 3979.0, 4000.0, 3989.0, 3988.0, 4006.0, 3969.0, 3998.0, 3958.0, 4006.0, 3956.0, 4007.0, 3956.0, 4019.0, 3958.0, 4032.0, 3990.0, 4032.0, 3989.0, 4020.0, 3977.0, 3991.0, 3989.0, 3979.0, 4009.0, 3969.0, 3999.0, 3957.0, 3996.0, 3959.0, 4007.0, 3956.0, 4007.0, 3958.0, 4017.0, 3957.0, 4021.0, 3979.0, 4020.0, 3967.0, 4018.0, 3969.0, 4031.0, 3978.0, 4021.0, 3979.0, 4032.0, 3979.0, 4032.0, 3979.0, 4034.0, 3980.0, 4022.0, 3981.0, 4012.0, 3970.0, 4033.0, 3992.0, 4033.0, 3979.0, 4019.0, 3969.0, 4030.0, 3980.0, 4023.0, 3979.0, 4021.0, 3980.0, 4021.0, 3980.0, 3992.0, 3990.0, 4011.0, 3990.0, 3989.0, 3990.0, 3992.0, 4022.0, 3982.0, 4011.0, 3970.0, 4008.0, 3961.0, 4022.0, 3961.0, 4011.0, 3970.0, 4020.0, 3970.0, 4020.0, 3977.0, 4023.0, 3988.0, 4022.0, 3989.0, 3992.0, 3991.0, 3990.0, 4020.0, 3979.0, 4011.0, 3970.0, 4010.0, 3960.0, 4011.0, 3968.0, 4019.0, 3969.0, 4009.0, 3970.0, 4010.0, 3957.0, 4019.0, 3982.0, 4021.0, 3980.0, 4019.0, 3972.0, 4022.0, 3981.0, 4034.0, 3980.0, 4030.0, 3980.0, 4012.0, 3979.0, 3999.0, 3999.0, 3988.0, 3966.0, 3991.0, 3976.0, 3991.0, 3990.0, 3990.0, 3998.0, 3981.0, 3990.0, 3979.0, 4010.0, 3970.0, 4010.0, 3970.0, 4010.0, 3959.0, 4010.0, 3968.0, 4010.0, 3970.0, 4011.0, 3971.0, 4020.0, 3983.0, 4021.0, 3983.0, 4013.0, 3971.0, 4012.0, 3983.0, 4013.0, 3982.0, 4012.0, 3981.0, 4011.0, 3971.0, 4011.0, 3971.0, 4011.0, 3982.0, 4010.0, 3971.0, 4000.0, 3970.0, 4010.0, 3960.0, 4010.0, 3968.0, 4000.0, 3960.0, 4008.0, 3969.0, 4010.0, 3969.0, 4010.0, 3970.0, 4000.0, 3970.0, 4000.0, 3971.0, 4011.0, 3970.0, 4000.0, 3970.0, 4000.0, 3970.0, 4011.0, 3970.0, 4000.0, 3970.0, 4007.0, 3980.0, 4010.0, 3980.0, 4000.0, 3980.0, 3999.0, 3970.0, 4011.0, 3971.0, 4011.0, 3982.0, 4011.0, 3971.0, 4001.0, 3971.0, 4001.0, 3971.0, 4011.0, 3970.0, 4010.0, 3969.0, 3999.0, 3980.0, 4000.0, 3980.0, 4000.0, 3971.0, 4011.0, 3981.0, 4011.0, 3981.0, 4012.0, 3982.0, 4011.0, 3982.0, 4012.0, 3982.0, 4002.0, 3972.0, 4011.0, 3971.0, 4011.0, 3982.0, 4011.0, 3981.0, 4011.0, 3971.0, 4000.0, 3981.0, 4001.0, 4012.0, 3991.0, 4002.0, 3981.0, 4001.0, 3982.0, 4002.0, 3981.0, 4011.0, 3981.0, 4001.0, 3981.0, 4011.0, 3981.0, 4000.0, 3979.0, 3999.0, 3970.0, 3999.0, 3980.0, 4000.0, 3980.0, 4000.0, 3981.0, 4011.0, 3993.0, 4023.0, 4004.0, 4014.0, 4002.0, 4025.0, 3992.0, 3994.0, 4003.0, 3993.0, 4032.0, 3991.0, 4020.0, 3958.0, 4010.0, 3970.0, 4009.0, 3969.0, 3999.0, 3968.0, 3999.0, 3970.0, 4010.0, 3982.0, 4001.0, 3971.0, 3991.0, 3992.0, 4001.0, 3982.0, 4001.0, 3982.0, 3989.0, 3981.0, 3989.0, 3981.0, 3989.0, 3980.0, 4000.0, 3981.0, 3989.0, 3970.0, 3999.0, 3970.0, 3990.0, 3972.0, 4001.0, 3981.0, 3999.0, 3982.0, 4011.0, 3971.0, 4022.0, 3980.0, 4000.0, 3980.0, 3998.0, 3969.0, 3989.0, 3991.0, 3991.0, 3980.0, 4000.0, 3990.0, 4000.0, 3991.0, 4022.0, 4001.0, 4012.0, 3991.0, 4011.0, 3991.0, 3993.0, 4001.0, 3982.0, 4000.0, 3981.0, 4000.0, 3981.0, 4001.0, 3971.0, 4001.0, 3980.0, 4000.0, 3981.0, 4000.0, 3991.0, 4023.0, 4003.0, 4004.0, 3992.0, 4023.0, 4002.0, 4013.0, 3991.0, 4024.0, 4002.0, 3994.0, 4021.0, 3991.0, 4011.0, 3971.0, 4009.0, 3970.0, 4009.0, 3981.0, 4000.0, 3971.0, 4000.0, 3971.0, 4011.0, 3971.0, 4011.0, 3982.0, 4000.0, 3970.0, 3999.0, 3970.0, 3999.0, 3969.0, 3999.0, 3970.0, 4000.0, 3969.0, 3999.0, 3970.0, 3999.0, 3970.0, 4000.0, 3971.0, 4000.0, 3970.0, 3998.0, 3970.0, 4009.0, 3970.0, 4001.0, 3981.0, 4001.0, 3981.0, 4011.0, 3982.0, 4012.0, 3984.0, 4013.0, 3982.0, 4013.0, 3983.0, 4012.0, 3973.0, 4013.0, 3993.0, 4002.0, 3983.0, 4001.0, 3982.0, 4012.0, 3993.0, 4001.0, 3981.0, 4001.0, 3981.0, 4001.0, 3993.0, 4001.0, 3992.0, 4001.0, 4023.0, 4001.0, 4024.0, 3991.0, 4003.0, 3981.0, 4012.0, 3980.0, 4012.0, 3980.0, 4011.0, 3980.0, 4001.0, 3979.0, 3999.0, 3979.0, 4010.0, 3990.0, 4011.0, 3979.0, 3990.0, 3980.0, 3999.0, 3981.0, 4001.0, 3981.0, 4001.0, 3981.0, 4001.0, 3982.0, 4012.0, 3982.0, 4010.0, 3970.0, 3999.0, 3980.0, 4000.0, 3981.0, 4001.0, 3969.0, 4000.0, 3978.0, 3988.0, 3979.0, 4010.0, 3989.0, 4000.0, 3989.0, 4012.0, 3990.0, 4022.0, 3990.0, 3992.0, 4001.0, 3991.0, 3990.0, 4012.0, 4001.0, 3981.0, 4001.0, 3993.0, 4001.0, 3971.0, 4001.0, 3982.0, 4011.0, 3971.0, 4011.0, 3981.0, 3999.0, 3969.0, 3999.0, 3980.0, 4000.0, 3981.0, 4000.0, 3981.0, 3999.0, 3981.0, 4001.0, 3982.0, 4001.0, 3982.0, 4001.0, 3981.0, 4011.0, 3971.0, 4010.0, 3970.0, 4011.0, 3980.0, 3999.0, 3980.0, 3999.0, 3969.0, 3999.0, 3980.0, 3989.0, 3979.0, 3999.0, 3980.0, 4009.0, 3981.0, 4001.0, 3991.0, 4001.0, 3981.0, 4001.0, 3992.0, 4012.0, 3993.0, 4001.0, 3981.0, 4011.0, 3980.0, 4000.0, 3979.0, 4000.0, 3980.0, 4000.0, 3980.0, 3999.0, 3971.0, 4000.0, 3970.0, 4010.0, 3980.0, 4010.0, 3980.0, 4000.0, 3970.0, 4000.0, 3981.0, 4000.0, 3991.0, 4000.0, 4011.0, 4000.0, 4012.0, 3990.0, 4001.0, 3990.0, 4001.0, 3991.0, 3990.0, 3991.0, 3991.0, 3989.0, 4001.0, 3991.0, 4000.0, 3992.0, 3990.0, 3982.0, 4010.0, 3971.0, 4000.0, 3971.0, 4000.0, 3971.0, 3989.0, 3991.0, 3990.0, 4011.0, 3980.0, 4001.0, 3981.0, 4001.0, 3980.0, 4021.0, 3980.0, 3999.0, 3980.0, 3999.0, 3991.0, 3990.0, 3990.0, 3990.0, 3990.0, 3991.0, 4001.0, 3981.0, 4012.0, 3982.0, 4001.0, 3982.0, 4001.0, 3991.0, 3990.0, 4001.0, 3981.0, 4011.0, 3980.0, 4000.0, 3981.0, 4011.0, 3969.0, 3990.0, 4001.0, 3989.0, 4001.0, 3992.0, 4013.0, 3992.0, 4022.0, 3982.0, 4001.0, 3982.0, 4011.0, 3982.0, 4001.0, 3991.0, 3990.0, 3991.0, 3990.0, 3991.0, 3990.0, 4002.0, 3980.0, 3990.0, 3980.0, 3999.0, 3979.0, 4000.0, 3980.0, 3990.0, 3980.0, 4000.0, 4001.0, 3989.0, 3982.0, 3991.0, 4002.0, 3990.0, 3991.0, 3989.0, 4001.0, 3980.0, 4001.0, 3981.0, 4012.0, 3982.0, 4011.0, 3971.0, 4010.0, 3971.0, 4010.0, 3980.0, 4009.0, 3969.0, 3988.0, 3959.0, 3988.0, 3970.0, 3989.0, 3990.0, 3990.0, 4001.0, 3991.0, 4002.0, 4002.0, 4003.0, 3992.0, 4013.0, 3993.0, 4003.0, 3981.0, 4002.0, 3990.0, 3991.0, 3980.0, 3990.0, 3980.0, 4001.0, 3990.0, 3991.0, 3989.0, 4000.0, 3990.0, 3990.0, 3990.0, 3990.0, 3992.0, 4002.0, 4001.0, 4001.0, 3993.0, 4013.0, 3993.0, 4013.0, 3993.0, 4013.0, 3993.0, 4033.0, 3982.0, 4012.0, 3981.0, 3991.0, 3980.0, 4000.0, 3980.0, 4001.0, 3981.0, 4001.0, 3993.0, 4011.0, 3992.0, 4012.0, 3983.0, 4013.0, 3983.0, 4013.0, 3984.0, 4023.0, 3983.0, 4023.0, 3982.0, 4022.0, 3992.0, 4002.0, 3990.0, 3991.0, 3991.0, 4023.0, 4001.0, 3982.0, 4012.0, 3983.0, 4010.0, 3982.0, 4001.0, 4003.0, 4012.0, 3984.0, 4014.0, 3984.0, 4001.0, 4003.0, 4002.0, 4004.0, 4002.0, 3984.0, 4033.0, 3972.0, 4021.0, 3971.0, 4011.0, 3970.0, 4021.0, 3981.0, 4011.0, 3980.0, 4010.0, 3981.0, 4000.0, 3981.0, 4001.0, 3992.0, 3990.0, 3980.0, 4001.0, 3981.0, 4001.0, 3990.0, 4013.0, 4002.0, 4013.0, 3989.0, 4013.0, 3990.0, 4001.0, 3999.0, 3993.0], 'WindowWidth': [9063.0, 8967.0, 9024.0, 8921.0, 8971.0, 8907.0, 8937.0, 8900.0, 8923.0, 8915.0, 8923.0, 8944.0, 8891.0, 8923.0, 8873.0, 8928.0, 8863.0, 8940.0, 8872.0, 8944.0, 8875.0, 8955.0, 8889.0, 8959.0, 8888.0, 8959.0, 8898.0, 8962.0, 8884.0, 8963.0, 8902.0, 8918.0, 8932.0, 8904.0, 8925.0, 8892.0, 8916.0, 8907.0, 8950.0, 8882.0, 8940.0, 8879.0, 8929.0, 8860.0, 8941.0, 8865.0, 8928.0, 8878.0, 8941.0, 8874.0, 8942.0, 8872.0, 8963.0, 8885.0, 8959.0, 8900.0, 8918.0, 8900.0, 8900.0, 8954.0, 8884.0, 8919.0, 8853.0, 8922.0, 8859.0, 8912.0, 8888.0, 8935.0, 8884.0, 8949.0, 8891.0, 8969.0, 8893.0, 8943.0, 8906.0, 8923.0, 8901.0, 8905.0, 8957.0, 8865.0, 8927.0, 8854.0, 8926.0, 8884.0, 8900.0, 8917.0, 8907.0, 8909.0, 8886.0, 8895.0, 8880.0, 8911.0, 8883.0, 8938.0, 8881.0, 8930.0, 8868.0, 8928.0, 8861.0, 8948.0, 8887.0, 8918.0, 8899.0, 8895.0, 8917.0, 8872.0, 8909.0, 8855.0, 8919.0, 8852.0, 8921.0, 8852.0, 8937.0, 8858.0, 8961.0, 8904.0, 8961.0, 8898.0, 8943.0, 8881.0, 8906.0, 8899.0, 8889.0, 8927.0, 8873.0, 8913.0, 8855.0, 8906.0, 8861.0, 8922.0, 8852.0, 8921.0, 8857.0, 8933.0, 8854.0, 8944.0, 8887.0, 8941.0, 8868.0, 8936.0, 8874.0, 8960.0, 8885.0, 8946.0, 8885.0, 8960.0, 8886.0, 8960.0, 8887.0, 8967.0, 8890.0, 8947.0, 8891.0, 8933.0, 8877.0, 8964.0, 8909.0, 8964.0, 8886.0, 8939.0, 8872.0, 8956.0, 8889.0, 8951.0, 8886.0, 8943.0, 8888.0, 8945.0, 8888.0, 8909.0, 8903.0, 8933.0, 8903.0, 8903.0, 8903.0, 8910.0, 8950.0, 8895.0, 8932.0, 8877.0, 8925.0, 8865.0, 8947.0, 8868.0, 8933.0, 8875.0, 8940.0, 8875.0, 8942.0, 8884.0, 8950.0, 8900.0, 8948.0, 8900.0, 8908.0, 8905.0, 8905.0, 8943.0, 8889.0, 8931.0, 8878.0, 8929.0, 8864.0, 8931.0, 8871.0, 8941.0, 8874.0, 8925.0, 8876.0, 8930.0, 8859.0, 8941.0, 8896.0, 8946.0, 8890.0, 8942.0, 8883.0, 8949.0, 8893.0, 8967.0, 8890.0, 8958.0, 8888.0, 8934.0, 8886.0, 8915.0, 8913.0, 8899.0, 8865.0, 8904.0, 8880.0, 8906.0, 8903.0, 8904.0, 8911.0, 8891.0, 8901.0, 8888.0, 8928.0, 8878.0, 8928.0, 8877.0, 8928.0, 8861.0, 8927.0, 8872.0, 8929.0, 8877.0, 8931.0, 8881.0, 8945.0, 8899.0, 8948.0, 8900.0, 8938.0, 8883.0, 8937.0, 8899.0, 8938.0, 8897.0, 8935.0, 8894.0, 8932.0, 8881.0, 8931.0, 8882.0, 8933.0, 8895.0, 8929.0, 8879.0, 8915.0, 8878.0, 8930.0, 8865.0, 8930.0, 8872.0, 8915.0, 8865.0, 8925.0, 8874.0, 8931.0, 8876.0, 8928.0, 8877.0, 8915.0, 8875.0, 8914.0, 8881.0, 8932.0, 8878.0, 8916.0, 8877.0, 8916.0, 8876.0, 8930.0, 8877.0, 8916.0, 8875.0, 8922.0, 8889.0, 8929.0, 8891.0, 8917.0, 8889.0, 8914.0, 8878.0, 8931.0, 8881.0, 8933.0, 8895.0, 8932.0, 8881.0, 8918.0, 8878.0, 8918.0, 8880.0, 8932.0, 8875.0, 8927.0, 8873.0, 8913.0, 8890.0, 8915.0, 8889.0, 8916.0, 8879.0, 8931.0, 8895.0, 8933.0, 8894.0, 8934.0, 8896.0, 8933.0, 8895.0, 8934.0, 8895.0, 8920.0, 8882.0, 8933.0, 8880.0, 8932.0, 8897.0, 8932.0, 8893.0, 8930.0, 8878.0, 8915.0, 8894.0, 8919.0, 8935.0, 8903.0, 8922.0, 8893.0, 8920.0, 8894.0, 8922.0, 8892.0, 8931.0, 8892.0, 8916.0, 8891.0, 8931.0, 8893.0, 8915.0, 8885.0, 8913.0, 8874.0, 8912.0, 8889.0, 8915.0, 8889.0, 8916.0, 8893.0, 8932.0, 8911.0, 8951.0, 8929.0, 8942.0, 8924.0, 8958.0, 8910.0, 8915.0, 8923.0, 8913.0, 8963.0, 8906.0, 8941.0, 8856.0, 8926.0, 8874.0, 8926.0, 8874.0, 8912.0, 8871.0, 8913.0, 8877.0, 8930.0, 8895.0, 8918.0, 8881.0, 8903.0, 8908.0, 8918.0, 8896.0, 8919.0, 8896.0, 8900.0, 8890.0, 8898.0, 8890.0, 8898.0, 8889.0, 8915.0, 8890.0, 8898.0, 8874.0, 8910.0, 8876.0, 8901.0, 8881.0, 8917.0, 8893.0, 8913.0, 8894.0, 8932.0, 8878.0, 8947.0, 8890.0, 8915.0, 8887.0, 8910.0, 8873.0, 8898.0, 8904.0, 8903.0, 8886.0, 8915.0, 8902.0, 8916.0, 8904.0, 8948.0, 8919.0, 8935.0, 8903.0, 8932.0, 8904.0, 8911.0, 8919.0, 8895.0, 8916.0, 8892.0, 8916.0, 8893.0, 8918.0, 8879.0, 8917.0, 8888.0, 8915.0, 8891.0, 8916.0, 8907.0, 8952.0, 8924.0, 8928.0, 8908.0, 8952.0, 8922.0, 8937.0, 8905.0, 8953.0, 8921.0, 8916.0, 8948.0, 8907.0, 8930.0, 8877.0, 8925.0, 8874.0, 8927.0, 8892.0, 8915.0, 8878.0, 8915.0, 8878.0, 8930.0, 8879.0, 8931.0, 8894.0, 8916.0, 8874.0, 8912.0, 8873.0, 8911.0, 8873.0, 8912.0, 8876.0, 8914.0, 8874.0, 8912.0, 8874.0, 8911.0, 8874.0, 8914.0, 8880.0, 8914.0, 8876.0, 8909.0, 8875.0, 8925.0, 8876.0, 8918.0, 8892.0, 8916.0, 8893.0, 8932.0, 8897.0, 8937.0, 8904.0, 8938.0, 8898.0, 8936.0, 8899.0, 8935.0, 8887.0, 8937.0, 8912.0, 8920.0, 8897.0, 8919.0, 8896.0, 8935.0, 8911.0, 8918.0, 8892.0, 8916.0, 8894.0, 8918.0, 8912.0, 8919.0, 8909.0, 8919.0, 8949.0, 8919.0, 8954.0, 8907.0, 8925.0, 8893.0, 8936.0, 8892.0, 8935.0, 8888.0, 8933.0, 8887.0, 8916.0, 8883.0, 8910.0, 8883.0, 8927.0, 8902.0, 8931.0, 8884.0, 8901.0, 8887.0, 8912.0, 8892.0, 8918.0, 8892.0, 8916.0, 8893.0, 8919.0, 8895.0, 8933.0, 8896.0, 8930.0, 8876.0, 8913.0, 8890.0, 8914.0, 8891.0, 8918.0, 8874.0, 8914.0, 8883.0, 8896.0, 8884.0, 8928.0, 8900.0, 8917.0, 8899.0, 8933.0, 8902.0, 8947.0, 8902.0, 8909.0, 8919.0, 8906.0, 8902.0, 8934.0, 8916.0, 8892.0, 8919.0, 8911.0, 8919.0, 8879.0, 8919.0, 8895.0, 8932.0, 8878.0, 8932.0, 8891.0, 8912.0, 8874.0, 8911.0, 8889.0, 8914.0, 8893.0, 8916.0, 8892.0, 8915.0, 8893.0, 8918.0, 8895.0, 8919.0, 8897.0, 8919.0, 8893.0, 8931.0, 8878.0, 8928.0, 8877.0, 8932.0, 8890.0, 8912.0, 8887.0, 8912.0, 8873.0, 8912.0, 8889.0, 8899.0, 8886.0, 8912.0, 8889.0, 8926.0, 8892.0, 8919.0, 8906.0, 8919.0, 8893.0, 8920.0, 8909.0, 8934.0, 8912.0, 8920.0, 8891.0, 8929.0, 8890.0, 8914.0, 8887.0, 8915.0, 8890.0, 8914.0, 8890.0, 8913.0, 8879.0, 8914.0, 8878.0, 8929.0, 8889.0, 8927.0, 8890.0, 8915.0, 8878.0, 8917.0, 8894.0, 8915.0, 8904.0, 8914.0, 8932.0, 8914.0, 8933.0, 8902.0, 8920.0, 8901.0, 8917.0, 8904.0, 8902.0, 8906.0, 8905.0, 8900.0, 8917.0, 8904.0, 8915.0, 8908.0, 8904.0, 8895.0, 8929.0, 8879.0, 8914.0, 8879.0, 8916.0, 8879.0, 8899.0, 8904.0, 8903.0, 8931.0, 8890.0, 8918.0, 8893.0, 8918.0, 8889.0, 8943.0, 8889.0, 8913.0, 8890.0, 8913.0, 8905.0, 8900.0, 8903.0, 8901.0, 8901.0, 8905.0, 8918.0, 8893.0, 8934.0, 8895.0, 8919.0, 8895.0, 8918.0, 8907.0, 8901.0, 8917.0, 8892.0, 8931.0, 8890.0, 8916.0, 8891.0, 8930.0, 8875.0, 8901.0, 8916.0, 8900.0, 8918.0, 8909.0, 8937.0, 8909.0, 8947.0, 8896.0, 8919.0, 8894.0, 8933.0, 8895.0, 8918.0, 8907.0, 8900.0, 8903.0, 8902.0, 8904.0, 8902.0, 8920.0, 8887.0, 8903.0, 8886.0, 8912.0, 8885.0, 8913.0, 8889.0, 8900.0, 8889.0, 8916.0, 8919.0, 8900.0, 8894.0, 8904.0, 8922.0, 8901.0, 8904.0, 8898.0, 8917.0, 8889.0, 8918.0, 8893.0, 8933.0, 8894.0, 8932.0, 8880.0, 8929.0, 8878.0, 8929.0, 8890.0, 8925.0, 8872.0, 8896.0, 8858.0, 8895.0, 8877.0, 8899.0, 8903.0, 8901.0, 8920.0, 8906.0, 8920.0, 8923.0, 8924.0, 8909.0, 8937.0, 8910.0, 8923.0, 8893.0, 8921.0, 8902.0, 8905.0, 8886.0, 8902.0, 8887.0, 8917.0, 8900.0, 8905.0, 8898.0, 8914.0, 8900.0, 8900.0, 8903.0, 8903.0, 8909.0, 8921.0, 8920.0, 8918.0, 8911.0, 8936.0, 8911.0, 8938.0, 8911.0, 8938.0, 8911.0, 8964.0, 8896.0, 8933.0, 8891.0, 8904.0, 8887.0, 8915.0, 8889.0, 8916.0, 8892.0, 8919.0, 8912.0, 8933.0, 8909.0, 8935.0, 8898.0, 8936.0, 8900.0, 8938.0, 8902.0, 8952.0, 8899.0, 8950.0, 8895.0, 8947.0, 8909.0, 8921.0, 8903.0, 8903.0, 8904.0, 8948.0, 8917.0, 8895.0, 8933.0, 8897.0, 8928.0, 8894.0, 8918.0, 8924.0, 8933.0, 8902.0, 8940.0, 8900.0, 8919.0, 8925.0, 8921.0, 8926.0, 8920.0, 8901.0, 8964.0, 8882.0, 8945.0, 8878.0, 8929.0, 8875.0, 8942.0, 8890.0, 8928.0, 8887.0, 8927.0, 8889.0, 8913.0, 8889.0, 8916.0, 8907.0, 8902.0, 8888.0, 8915.0, 8889.0, 8915.0, 8902.0, 8935.0, 8921.0, 8935.0, 8897.0, 8935.0, 8901.0, 8919.0, 8913.0, 8910.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.0008084395604395604</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021189840769230767</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.96169704870191</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2415161996479642</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9886512143784367</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4505</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6229.4473</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07044840373688024</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.10989010989010989</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5094417720389384</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4900380315419577</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7532058434493667</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.285081441125491</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00263541</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020797135308384895</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021201247349381447</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.4316882642855773</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>38.4154</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.0703</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.8064</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310957.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>833.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.3127</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6148</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.902</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3216.3846</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3467.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>65587.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>727.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4345.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1010.2822</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.856869655195624</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> |