=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0107 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0107",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0107_ses-02_task-faces_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0107_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0107_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0107_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0107_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0107_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0107_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0107_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0107_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0107/ses-02/func/sub-0107_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>ae5172191a398ec33b16cd881f221227</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:10:39.890000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995457, 0.0745063, 0.0592865, -0.0718791, 0.996385, -0.045278]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0863689</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4217, -7792, -7257, 412, -137, -131, 44, 40]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>239.551</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3e72a838-3fee-419b-9a06-478ffa42c269||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6707375049591064, -0.19284644722938538, 0.16860337555408478, 117.52903747558594], [-0.19989484548568726, 2.6732285022735596, -0.11018909513950348, -93.06896209716797], [0.15906140208244324, 0.12147743999958038, 2.692476749420166, -89.68680572509766], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['151039.890000', '151040.350000', '151040.810000', '151041.270000', '151041.730000', '151042.190000', '151042.650000', '151043.110000', '151043.570000', '151044.030000', '151044.490000', '151044.950000', '151045.410000', '151045.870000', '151046.330000', '151046.790000', '151047.250000', '151047.710000', '151048.170000', '151048.630000', '151049.090000', '151049.550000', '151050.010000', '151050.470000', '151050.930000', '151051.390000', '151051.850000', '151052.310000', '151052.770000', '151053.230000', '151053.690000', '151054.150000', '151054.610000', '151055.070000', '151055.530000', '151055.990000', '151056.450000', '151056.910000', '151057.370000', '151057.830000', '151058.290000', '151058.750000', '151059.210000', '151059.670000', '151100.130000', '151100.590000', '151101.050000', '151101.510000', '151101.970000', '151102.430000', '151102.890000', '151103.350000', '151103.810000', '151104.270000', '151104.730000', '151105.190000', '151105.650000', '151106.110000', '151106.570000', '151107.030000', '151107.490000', '151107.950000', '151108.410000', '151108.870000', '151109.330000', '151109.790000', '151110.250000', '151110.710000', '151111.170000', '151111.630000', '151112.090000', '151112.550000', '151113.010000', '151113.470000', '151113.930000', '151114.390000', '151114.850000', '151115.310000', '151115.770000', '151116.230000', '151116.690000', '151117.150000', '151117.610000', '151118.070000', '151118.530000', '151118.990000', '151119.450000', '151119.910000', '151120.370000', '151120.830000', '151121.290000', '151121.750000', '151122.210000', '151122.670000', '151123.130000', '151123.590000', '151124.050000', '151124.510000', '151124.970000', '151125.430000', '151125.890000', '151126.350000', '151126.810000', '151127.270000', '151127.730000', '151128.190000', '151128.650000', '151129.110000', '151129.570000', '151130.030000', '151130.490000', '151130.950000', '151131.410000', '151131.870000', '151132.330000', '151132.790000', '151133.250000', '151133.710000', '151134.170000', '151134.630000', '151135.090000', '151135.550000', '151136.010000', '151136.470000', '151136.930000', '151137.390000', '151137.850000', '151138.310000', '151138.770000', '151139.230000', '151139.690000', '151140.150000', '151140.610000', '151141.070000', '151141.530000', '151141.990000', '151142.450000', '151142.910000', '151143.370000', '151143.830000', '151144.290000', '151144.750000', '151145.210000', '151145.670000', '151146.130000', '151146.590000', '151147.050000', '151147.510000', '151147.970000', '151148.430000', '151148.890000', '151149.350000', '151149.810000', '151150.270000', '151150.730000', '151151.190000', '151151.650000', '151152.110000', '151152.570000', '151153.030000', '151153.490000', '151153.950000', '151154.410000', '151154.870000', '151155.330000', '151155.790000', '151156.250000', '151156.710000', '151157.170000', '151157.630000', '151158.090000', '151158.550000', '151159.010000', '151159.470000', '151159.930000', '151200.390000', '151200.850000', '151201.310000', '151201.770000', '151202.230000', '151202.690000', '151203.150000', '151203.610000', '151204.070000', '151204.530000', '151204.990000', '151205.450000', '151205.910000', '151206.370000', '151206.830000', '151207.290000', '151207.750000', '151208.210000', '151208.670000', '151209.130000', '151209.590000', '151210.050000', '151210.510000', '151210.970000', '151211.430000', '151211.890000', '151212.350000', '151212.810000', '151213.270000', '151213.730000', '151214.190000', '151214.650000', '151215.110000', '151215.570000', '151216.030000', '151216.490000', '151216.950000', '151217.410000', '151217.870000', '151218.330000', '151218.790000', '151219.250000', '151219.710000', '151220.170000', '151220.630000', '151221.090000', '151221.550000', '151222.010000', '151222.470000', '151222.930000', '151223.390000', '151223.850000', '151224.310000', '151224.770000', '151225.230000', '151225.690000', '151226.150000', '151226.610000', '151227.070000', '151227.530000', '151227.990000', '151228.450000', '151228.910000', '151229.370000', '151229.830000', '151230.290000', '151230.750000', '151231.210000', '151231.670000', '151232.130000', '151232.590000', '151233.050000', '151233.510000', '151233.970000', '151234.430000', '151234.890000', '151235.350000', '151235.810000', '151236.270000', '151236.730000', '151237.190000', '151237.650000', '151238.110000', '151238.570000', '151239.030000', '151239.490000', '151239.950000', '151240.410000', '151240.870000', '151241.330000', '151241.790000', '151242.250000', '151242.710000', '151243.170000', '151243.630000', '151244.090000', '151244.550000', '151245.010000', '151245.470000', '151245.930000', '151246.390000', '151246.850000', '151247.310000', '151247.770000', '151248.230000', '151248.690000', '151249.150000', '151249.610000', '151250.070000', '151250.530000', '151250.990000', '151251.450000', '151251.910000', '151252.370000', '151252.830000', '151253.290000', '151253.750000', '151254.210000', '151254.670000', '151255.130000', '151255.590000', '151256.050000', '151256.510000', '151256.970000', '151257.430000', '151257.890000', '151258.350000', '151258.810000', '151259.270000', '151259.730000', '151300.190000', '151300.650000', '151301.110000', '151301.570000', '151302.030000', '151302.490000', '151302.950000', '151303.410000', '151303.870000', '151304.330000', '151304.790000', '151305.250000', '151305.710000', '151306.170000', '151306.630000', '151307.090000', '151307.550000', '151308.010000', '151308.470000', '151308.930000', '151309.390000', '151309.850000', '151310.310000', '151310.770000', '151311.230000', '151311.690000', '151312.150000', '151312.610000', '151313.070000', '151313.530000', '151313.990000', '151314.450000', '151314.910000', '151315.370000', '151315.830000', '151316.290000', '151316.750000', '151317.210000', '151317.670000', '151318.130000', '151318.590000', '151319.050000', '151319.510000', '151319.970000', '151320.430000', '151320.890000', '151321.350000', '151321.810000', '151322.270000', '151322.730000', '151323.190000', '151323.650000', '151324.110000', '151324.570000', '151325.030000', '151325.490000', '151325.950000', '151326.410000', '151326.870000', '151327.330000', '151327.790000', '151328.250000', '151328.710000', '151329.170000', '151329.630000', '151330.090000', '151330.550000', '151331.010000', '151331.470000', '151331.930000', '151332.390000', '151332.850000', '151333.310000', '151333.770000', '151334.230000', '151334.690000', '151335.150000', '151335.610000', '151336.070000', '151336.530000', '151336.990000', '151337.450000', '151337.910000', '151338.370000', '151338.830000', '151339.290000', '151339.750000', '151340.210000', '151340.670000', '151341.130000', '151341.590000', '151342.050000', '151342.510000', '151342.970000', '151343.430000', '151343.890000', '151344.350000', '151344.810000', '151345.270000', '151345.730000', '151346.190000', '151346.650000', '151347.110000', '151347.570000', '151348.030000', '151348.490000', '151348.950000', '151349.410000', '151349.870000', '151350.330000', '151350.790000', '151351.250000', '151351.710000', '151352.170000', '151352.630000', '151353.090000', '151353.550000', '151354.010000', '151354.470000', '151354.930000', '151355.390000', '151355.850000', '151356.310000', '151356.770000', '151357.230000', '151357.690000', '151358.150000', '151358.610000', '151359.070000', '151359.530000', '151359.990000', '151400.450000', '151400.910000', '151401.370000', '151401.830000', '151402.290000', '151402.750000', '151403.210000', '151403.670000', '151404.130000', '151404.590000', '151405.050000', '151405.510000', '151405.970000', '151406.430000', '151406.890000', '151407.350000', '151407.810000', '151408.270000', '151408.730000', '151409.190000', '151409.650000', '151410.110000', '151410.570000', '151411.030000', '151411.490000', '151411.950000', '151412.410000', '151412.870000', '151413.330000', '151413.790000', '151414.250000', '151414.710000', '151415.170000', '151415.630000', '151416.090000', '151416.550000', '151417.010000', '151417.470000', '151417.930000', '151418.390000', '151418.850000', '151419.310000', '151419.770000', '151420.230000', '151420.690000', '151421.150000', '151421.610000', '151422.070000', '151422.530000', '151422.990000', '151423.450000', '151423.910000', '151424.370000', '151424.830000', '151425.290000', '151425.750000', '151426.210000', '151426.670000', '151427.130000', '151427.590000', '151428.050000', '151428.510000', '151428.970000', '151429.430000', '151429.890000', '151430.350000', '151430.810000', '151431.270000', '151431.730000', '151432.190000', '151432.650000', '151433.110000', '151433.570000', '151434.030000', '151434.490000', '151434.950000', '151435.410000', '151435.870000', '151436.330000', '151436.790000', '151437.250000', '151437.710000', '151438.170000', '151438.630000', '151439.090000', '151439.550000', '151440.010000', '151440.470000', '151440.930000', '151441.390000', '151441.850000', '151442.310000', '151442.770000', '151443.230000', '151443.690000', '151444.150000', '151444.610000', '151445.070000', '151445.530000', '151445.990000', '151446.450000', '151446.910000', '151447.370000', '151447.830000', '151448.290000', '151448.750000', '151449.210000', '151449.670000', '151450.130000', '151450.590000', '151451.050000', '151451.510000', '151451.970000', '151452.430000', '151452.890000', '151453.350000', '151453.810000', '151454.270000', '151454.730000', '151455.190000', '151455.650000', '151456.110000', '151456.570000', '151457.030000', '151457.490000', '151457.950000', '151458.410000', '151458.870000', '151459.330000', '151459.790000', '151500.250000', '151500.710000', '151501.170000', '151501.630000', '151502.090000', '151502.550000', '151503.010000', '151503.470000', '151503.930000', '151504.390000', '151504.850000', '151505.310000', '151505.770000', '151506.230000', '151506.690000', '151507.150000', '151507.610000', '151508.070000', '151508.530000', '151508.990000', '151509.450000', '151509.910000', '151510.370000', '151510.830000', '151511.290000', '151511.750000', '151512.210000', '151512.670000', '151513.130000', '151513.590000', '151514.050000', '151514.510000', '151514.970000', '151515.430000', '151515.890000', '151516.350000', '151516.810000', '151517.270000', '151517.730000', '151518.190000', '151518.650000', '151519.110000', '151519.570000', '151520.030000', '151520.490000', '151520.950000', '151521.410000', '151521.870000', '151522.330000', '151522.790000', '151523.250000', '151523.710000', '151524.170000', '151524.630000', '151525.090000', '151525.550000', '151526.010000', '151526.470000', '151526.930000', '151527.390000', '151527.850000', '151528.310000', '151528.770000', '151529.230000', '151529.690000', '151530.150000', '151530.610000', '151531.070000', '151531.530000', '151531.990000', '151532.450000', '151532.910000', '151533.370000', '151533.830000', '151534.290000', '151534.750000', '151535.210000', '151535.670000', '151536.130000', '151536.590000', '151537.050000', '151537.510000', '151537.970000', '151538.430000', '151538.890000', '151539.350000', '151539.810000', '151540.270000', '151540.730000', '151541.190000', '151541.650000', '151542.110000', '151542.570000', '151543.030000', '151543.490000', '151543.950000', '151544.410000', '151544.870000', '151545.330000', '151545.790000', '151546.250000', '151546.710000', '151547.170000', '151547.630000', '151548.090000', '151548.550000', '151549.010000', '151549.470000', '151549.930000', '151550.390000', '151550.850000', '151551.310000', '151551.770000', '151552.230000', '151552.690000', '151553.150000', '151553.610000', '151554.070000', '151554.530000', '151554.990000', '151555.450000', '151555.910000', '151556.370000', '151556.830000', '151557.290000', '151557.750000', '151558.210000', '151558.670000', '151559.130000', '151559.590000', '151600.050000', '151600.510000', '151600.970000', '151601.430000', '151601.890000', '151602.350000', '151602.810000', '151603.270000', '151603.730000', '151604.190000', '151604.650000', '151605.110000', '151605.570000', '151606.030000', '151606.490000', '151606.950000', '151607.410000', '151607.870000', '151608.330000', '151608.790000', '151609.250000', '151609.710000', '151610.170000', '151610.630000', '151611.090000', '151611.550000', '151612.010000', '151612.470000', '151612.930000', '151613.390000', '151613.850000', '151614.310000', '151614.770000', '151615.230000', '151615.690000', '151616.150000', '151616.610000', '151617.070000', '151617.530000', '151617.990000', '151618.450000', '151618.910000', '151619.370000', '151619.830000', '151620.290000', '151620.750000', '151621.210000', '151621.670000', '151622.130000', '151622.590000', '151623.050000', '151623.510000', '151623.970000', '151624.430000', '151624.890000', '151625.350000', '151625.810000', '151626.270000', '151626.730000', '151627.190000', '151627.650000', '151628.110000', '151628.570000', '151629.030000', '151629.490000', '151629.950000', '151630.410000', '151630.870000', '151631.330000', '151631.790000', '151632.250000', '151632.710000', '151633.170000', '151633.630000', '151634.090000', '151634.550000', '151635.010000', '151635.470000', '151635.930000', '151636.390000', '151636.850000', '151637.310000', '151637.770000', '151638.230000', '151638.690000', '151639.150000', '151639.610000', '151640.070000', '151640.530000', '151640.990000', '151641.450000', '151641.910000', '151642.370000', '151642.830000', '151643.290000', '151643.750000', '151644.210000', '151644.670000', '151645.130000', '151645.590000', '151646.050000', '151646.510000', '151646.970000', '151647.430000', '151647.890000', '151648.350000', '151648.810000', '151649.270000', '151649.730000', '151650.190000', '151650.650000', '151651.110000', '151651.570000', '151652.030000', '151652.490000', '151652.950000', '151653.410000', '151653.870000', '151654.330000', '151654.790000', '151655.250000', '151655.710000', '151656.170000', '151656.630000', '151657.090000', '151657.550000', '151658.010000', '151658.470000', '151658.930000', '151659.390000', '151659.850000', '151700.310000', '151700.770000', '151701.230000', '151701.690000', '151702.150000', '151702.610000', '151703.070000', '151703.530000', '151703.990000', '151704.450000', '151704.910000', '151705.370000', '151705.830000', '151706.290000', '151706.750000', '151707.210000', '151707.670000', '151708.130000', '151708.590000', '151709.050000', '151709.510000', '151709.970000', '151710.430000', '151710.890000', '151711.350000', '151711.810000', '151712.270000', '151712.730000', '151713.190000', '151713.650000', '151714.110000', '151714.570000', '151715.030000', '151715.490000', '151715.950000', '151716.410000', '151716.870000', '151717.330000', '151717.790000', '151718.250000', '151718.710000', '151719.170000', '151719.630000', '151720.090000', '151720.550000', '151721.010000', '151721.470000', '151721.930000', '151722.390000', '151722.850000', '151723.310000', '151723.770000', '151724.230000', '151724.690000', '151725.150000', '151725.610000', '151726.070000', '151726.530000', '151726.990000', '151727.450000', '151727.910000', '151728.370000', '151728.830000', '151729.290000', '151729.750000', '151730.210000', '151730.670000', '151731.130000', '151731.590000', '151732.050000', '151732.510000', '151732.970000', '151733.430000', '151733.890000', '151734.350000', '151734.810000', '151735.270000', '151735.730000', '151736.190000', '151736.650000', '151737.110000', '151737.570000', '151738.030000', '151738.490000', '151738.950000', '151739.410000', '151739.870000'], 'ContentTime': ['151051.879000', '151051.882000', '151051.885000', '151051.888000', '151051.891000', '151051.893000', '151051.896000', '151051.898000', '151051.901000', '151051.904000', '151051.906000', '151051.909000', '151051.911000', '151051.914000', '151051.917000', '151051.919000', '151051.922000', '151051.924000', '151051.927000', '151051.930000', '151051.932000', '151051.935000', '151051.937000', '151111.850000', '151111.853000', '151111.856000', '151111.858000', '151111.861000', '151111.863000', '151111.866000', '151111.868000', '151111.871000', '151111.874000', '151111.876000', '151111.879000', '151111.882000', '151111.884000', '151111.887000', '151111.889000', '151111.892000', '151111.895000', '151111.898000', '151111.900000', '151111.903000', '151111.905000', '151111.908000', '151111.910000', '151111.913000', '151111.916000', '151111.918000', '151111.921000', '151111.924000', '151111.927000', '151111.929000', '151111.932000', '151111.943000', '151111.946000', '151111.948000', '151111.951000', '151111.953000', '151111.956000', '151111.959000', '151111.961000', '151111.964000', '151111.966000', '151111.969000', '151131.851000', '151131.854000', '151131.857000', '151131.860000', '151131.862000', '151131.865000', '151131.867000', '151131.870000', '151131.873000', '151131.875000', '151131.878000', '151131.880000', '151131.883000', '151131.885000', '151131.888000', '151131.891000', '151131.893000', '151131.896000', '151131.898000', '151131.901000', '151131.904000', '151131.906000', '151131.909000', '151131.912000', '151131.914000', '151131.917000', '151131.920000', '151131.922000', '151131.925000', '151131.936000', '151131.938000', '151131.941000', '151131.943000', '151131.946000', '151131.949000', '151131.951000', '151131.954000', '151131.957000', '151131.959000', '151131.962000', '151131.964000', '151131.967000', '151131.970000', '151131.972000', '151151.852000', '151151.854000', '151151.857000', '151151.860000', '151151.862000', '151151.865000', '151151.867000', '151151.870000', '151151.873000', '151151.875000', '151151.878000', '151151.880000', '151151.883000', '151151.885000', '151151.888000', '151151.891000', '151151.893000', '151151.896000', '151151.898000', '151151.901000', '151151.904000', '151151.906000', '151151.909000', '151151.912000', '151151.914000', '151151.917000', '151151.920000', '151151.922000', '151151.925000', '151151.928000', '151151.930000', '151151.933000', '151151.935000', '151151.938000', '151151.941000', '151151.943000', '151151.946000', '151151.948000', '151151.951000', '151151.954000', '151151.956000', '151151.959000', '151151.961000', '151211.851000', '151211.854000', '151211.857000', '151211.860000', '151211.863000', '151211.865000', '151211.868000', '151211.871000', '151211.874000', '151211.876000', '151211.879000', '151211.881000', '151211.884000', '151211.887000', '151211.889000', '151211.892000', '151211.895000', '151211.898000', '151211.900000', '151211.903000', '151211.906000', '151211.908000', '151211.911000', '151211.913000', '151211.916000', '151211.919000', '151211.921000', '151211.924000', '151211.927000', '151211.938000', '151211.940000', '151211.943000', '151211.946000', '151211.948000', '151211.951000', '151211.953000', '151211.956000', '151211.959000', '151211.961000', '151211.964000', '151211.967000', '151211.969000', '151211.972000', '151211.974000', '151231.852000', '151231.854000', '151231.857000', '151231.860000', '151231.863000', '151231.865000', '151231.868000', '151231.876000', '151231.878000', '151231.881000', '151231.884000', '151231.886000', '151231.889000', '151231.892000', '151231.900000', '151231.902000', '151231.905000', '151231.907000', '151231.910000', '151231.913000', '151231.915000', '151231.918000', '151231.921000', '151231.923000', '151231.926000', '151231.928000', '151231.931000', '151231.934000', '151231.936000', '151231.939000', '151231.942000', '151231.944000', '151231.947000', '151231.950000', '151231.952000', '151231.955000', '151231.958000', '151231.960000', '151231.963000', '151231.965000', '151231.968000', '151231.971000', '151231.973000', '151251.851000', '151251.854000', '151251.857000', '151251.860000', '151251.862000', '151251.865000', '151251.867000', '151251.870000', '151251.873000', '151251.875000', '151251.878000', '151251.881000', '151251.883000', '151251.886000', '151251.889000', '151251.891000', '151251.894000', '151251.897000', '151251.899000', '151251.902000', '151251.905000', '151251.907000', '151251.910000', '151251.913000', '151251.915000', '151251.918000', '151251.920000', '151251.923000', '151251.926000', '151251.929000', '151251.931000', '151251.934000', '151251.937000', '151251.939000', '151251.942000', '151251.945000', '151251.947000', '151251.950000', '151251.952000', '151251.955000', '151251.958000', '151251.960000', '151251.963000', '151251.966000', '151311.850000', '151311.853000', '151311.856000', '151311.859000', '151311.861000', '151311.864000', '151311.866000', '151311.869000', '151311.872000', '151311.874000', '151311.877000', '151311.880000', '151311.882000', '151311.885000', '151311.888000', '151311.890000', '151311.893000', '151311.895000', '151311.898000', '151311.901000', '151311.903000', '151311.906000', '151311.909000', '151311.911000', '151311.914000', '151311.916000', '151311.919000', '151311.922000', '151311.924000', '151311.927000', '151311.930000', '151311.932000', '151311.935000', '151311.938000', '151311.940000', '151311.943000', '151311.945000', '151311.948000', '151311.951000', '151311.953000', '151311.956000', '151311.959000', '151311.962000', '151331.851000', '151331.853000', '151331.856000', '151331.859000', '151331.861000', '151331.864000', '151331.867000', '151331.869000', '151331.872000', '151331.875000', '151331.877000', '151331.880000', '151331.883000', '151331.885000', '151331.888000', '151331.891000', '151331.894000', '151331.896000', '151331.899000', '151331.902000', '151331.904000', '151331.907000', '151331.910000', '151331.912000', '151331.915000', '151331.918000', '151331.920000', '151331.923000', '151331.926000', '151331.928000', '151331.931000', '151331.934000', '151331.936000', '151331.939000', '151331.941000', '151331.944000', '151331.947000', '151331.949000', '151331.952000', '151331.955000', '151331.957000', '151331.960000', '151331.963000', '151331.965000', '151351.851000', '151351.858000', '151351.860000', '151351.863000', '151351.866000', '151351.868000', '151351.871000', '151351.874000', '151351.876000', '151351.879000', '151351.881000', '151351.884000', '151351.887000', '151351.889000', '151351.892000', '151351.895000', '151351.897000', '151351.900000', '151351.902000', '151351.905000', '151351.908000', '151351.910000', '151351.913000', '151351.915000', '151351.918000', '151351.921000', '151351.923000', '151351.926000', '151351.929000', '151351.931000', '151351.934000', '151351.936000', '151351.939000', '151351.941000', '151351.944000', '151351.947000', '151351.954000', '151351.956000', '151351.959000', '151351.972000', '151351.975000', '151351.978000', '151351.981000', '151411.851000', '151411.854000', '151411.857000', '151411.860000', '151411.862000', '151411.865000', '151411.868000', '151411.871000', '151411.873000', '151411.876000', '151411.879000', '151411.881000', '151411.884000', '151411.887000', '151411.889000', '151411.892000', '151411.894000', '151411.897000', '151411.900000', '151411.902000', '151411.905000', '151411.908000', '151411.910000', '151411.913000', '151411.915000', '151411.918000', '151411.921000', '151411.923000', '151411.926000', '151411.929000', '151411.931000', '151411.934000', '151411.936000', '151411.939000', '151411.942000', '151411.944000', '151411.947000', '151411.950000', '151411.952000', '151411.955000', '151411.958000', '151411.960000', '151411.963000', '151411.965000', '151431.851000', '151431.855000', '151431.858000', '151431.860000', '151431.863000', '151431.865000', '151431.868000', '151431.871000', '151431.873000', '151431.876000', '151431.879000', '151431.881000', '151431.884000', '151431.887000', '151431.889000', '151431.892000', '151431.895000', '151431.897000', '151431.900000', '151431.903000', '151431.906000', '151431.908000', '151431.911000', '151431.914000', '151431.916000', '151431.919000', '151431.921000', '151431.924000', '151431.927000', '151431.929000', '151431.932000', '151431.935000', '151431.937000', '151431.940000', '151431.942000', '151431.945000', '151431.948000', '151431.950000', '151431.953000', '151431.956000', '151431.958000', '151431.961000', '151431.963000', '151451.852000', '151451.854000', '151451.857000', '151451.860000', '151451.862000', '151451.865000', '151451.867000', '151451.870000', '151451.873000', '151451.875000', '151451.878000', '151451.881000', '151451.884000', '151451.886000', '151451.889000', '151451.891000', '151451.894000', '151451.897000', '151451.899000', '151451.902000', '151451.905000', '151451.907000', '151451.910000', '151451.913000', '151451.915000', '151451.918000', '151451.921000', '151451.923000', '151451.926000', '151451.929000', '151451.931000', '151451.934000', '151451.941000', '151451.944000', '151451.947000', '151451.949000', '151451.952000', '151451.955000', '151451.957000', '151451.960000', '151451.963000', '151451.965000', '151451.968000', '151451.970000', '151511.851000', '151511.860000', '151511.863000', '151511.866000', '151511.869000', '151511.871000', '151511.874000', '151511.877000', '151511.879000', '151511.882000', '151511.885000', '151511.887000', '151511.890000', '151511.893000', '151511.896000', '151511.898000', '151511.901000', '151511.903000', '151511.906000', '151511.909000', '151511.911000', '151511.914000', '151511.917000', '151511.919000', '151511.922000', '151511.925000', '151511.927000', '151511.930000', '151511.933000', '151511.935000', '151511.938000', '151511.941000', '151511.943000', '151511.946000', '151511.949000', '151511.951000', '151511.954000', '151511.956000', '151511.959000', '151511.962000', '151511.964000', '151511.967000', '151511.970000', '151531.850000', '151531.854000', '151531.857000', '151531.859000', '151531.862000', '151531.864000', '151531.867000', '151531.870000', '151531.873000', '151531.875000', '151531.878000', '151531.881000', '151531.883000', '151531.886000', '151531.888000', '151531.891000', '151531.894000', '151531.897000', '151531.900000', '151531.903000', '151531.905000', '151531.918000', '151531.920000', '151531.929000', '151531.932000', '151531.935000', '151531.937000', '151531.940000', '151531.943000', '151531.945000', '151531.948000', '151531.951000', '151531.953000', '151531.956000', '151531.958000', '151531.961000', '151531.964000', '151531.966000', '151531.969000', '151531.972000', '151531.974000', '151531.977000', '151531.980000', '151531.982000', '151551.851000', '151551.887000', '151551.890000', '151551.893000', '151551.895000', '151551.898000', '151551.901000', '151551.903000', '151551.906000', '151551.909000', '151551.911000', '151551.914000', '151551.916000', '151551.919000', '151551.922000', '151551.924000', '151551.927000', '151551.930000', '151551.932000', '151551.935000', '151551.938000', '151551.940000', '151551.943000', '151551.946000', '151551.948000', '151551.951000', '151551.953000', '151551.956000', '151551.959000', '151551.961000', '151551.964000', '151551.967000', '151551.969000', '151551.972000', '151551.974000', '151551.977000', '151551.980000', '151551.982000', '151551.985000', '151551.988000', '151551.990000', '151551.993000', '151551.995000', '151611.851000', '151611.882000', '151611.885000', '151611.888000', '151611.890000', '151611.893000', '151611.896000', '151611.898000', '151611.901000', '151611.904000', '151611.906000', '151611.909000', '151611.912000', '151611.914000', '151611.917000', '151611.920000', '151611.922000', '151611.925000', '151611.928000', '151611.930000', '151611.933000', '151611.936000', '151611.938000', '151611.941000', '151611.943000', '151611.946000', '151611.949000', '151611.951000', '151611.954000', '151611.957000', '151611.959000', '151611.962000', '151611.965000', '151611.967000', '151611.970000', '151611.973000', '151611.975000', '151611.978000', '151611.981000', '151611.983000', '151611.986000', '151611.989000', '151611.991000', '151611.994000', '151631.851000', '151631.877000', '151631.880000', '151631.883000', '151631.886000', '151631.888000', '151631.891000', '151631.893000', '151631.896000', '151631.899000', '151631.901000', '151631.904000', '151631.907000', '151631.909000', '151631.912000', '151631.914000', '151631.917000', '151631.920000', '151631.923000', '151631.925000', '151631.928000', '151631.931000', '151631.933000', '151631.938000', '151631.941000', '151631.944000', '151631.946000', '151631.949000', '151631.952000', '151631.954000', '151631.957000', '151631.960000', '151631.962000', '151631.965000', '151631.968000', '151631.970000', '151631.973000', '151631.975000', '151631.978000', '151631.981000', '151631.983000', '151631.986000', '151631.988000', '151651.852000', '151651.855000', '151651.857000', '151651.860000', '151651.862000', '151651.865000', '151651.868000', '151651.870000', '151651.873000', '151651.876000', '151651.879000', '151651.882000', '151651.885000', '151651.888000', '151651.890000', '151651.893000', '151651.896000', '151651.898000', '151651.901000', '151651.904000', '151651.906000', '151651.909000', '151651.911000', '151651.914000', '151651.917000', '151651.919000', '151651.922000', '151651.925000', '151651.927000', '151651.930000', '151651.933000', '151651.935000', '151651.946000', '151651.949000', '151651.952000', '151651.955000', '151651.957000', '151651.960000', '151651.963000', '151651.965000', '151651.968000', '151651.970000', '151651.973000', '151711.851000', '151711.884000', '151711.887000', '151711.890000', '151711.892000', '151711.895000', '151711.898000', '151711.900000', '151711.903000', '151711.906000', '151711.908000', '151711.911000', '151711.913000', '151711.916000', '151711.919000', '151711.921000', '151711.924000', '151711.927000', '151711.929000', '151711.932000', '151711.935000', '151711.937000', '151711.940000', '151711.942000', '151711.945000', '151711.948000', '151711.950000', '151711.953000', '151711.955000', '151711.958000', '151711.961000', '151711.963000', '151711.966000', '151711.969000', '151711.971000', '151711.974000', '151711.976000', '151711.979000', '151711.982000', '151711.984000', '151711.987000', '151711.989000', '151711.992000', '151711.995000', '151731.851000', '151731.872000', '151731.875000', '151731.877000', '151731.880000', '151731.883000', '151731.885000', '151731.888000', '151731.891000', '151731.893000', '151731.896000', '151731.899000', '151731.901000', '151731.904000', '151731.907000', '151731.909000', '151731.912000', '151731.915000', '151731.917000', '151731.920000', '151731.923000', '151731.925000', '151731.928000', '151731.931000', '151731.933000', '151731.936000', '151731.938000', '151731.941000', '151731.944000', '151731.946000', '151731.949000', '151731.952000', '151731.954000', '151731.957000', '151731.960000', '151731.962000', '151731.965000', '151731.968000', '151731.970000', '151731.973000', '151731.976000', '151731.978000', '151731.981000', '151741.514000', '151741.517000', '151741.520000', '151741.523000', '151741.526000', '151741.529000', '151741.532000', '151741.535000', '151741.538000', '151741.541000', '151741.544000', '151741.547000', '151741.550000', '151741.553000', '151741.556000', '151741.559000', '151741.562000', '151741.565000', '151741.568000', '151741.571000', '151741.574000', '151741.577000'], 'InstanceCreationTime': ['151051.879000', '151051.882000', '151051.885000', '151051.888000', '151051.891000', '151051.893000', '151051.896000', '151051.898000', '151051.901000', '151051.904000', '151051.906000', '151051.909000', '151051.911000', '151051.914000', '151051.917000', '151051.919000', '151051.922000', '151051.924000', '151051.927000', '151051.930000', '151051.932000', '151051.935000', '151051.937000', '151111.850000', '151111.853000', '151111.856000', '151111.858000', '151111.861000', '151111.863000', '151111.866000', '151111.868000', '151111.871000', '151111.874000', '151111.876000', '151111.879000', '151111.882000', '151111.884000', '151111.887000', '151111.889000', '151111.892000', '151111.895000', '151111.898000', '151111.900000', '151111.903000', '151111.905000', '151111.908000', '151111.910000', '151111.913000', '151111.916000', '151111.918000', '151111.921000', '151111.924000', '151111.927000', '151111.929000', '151111.932000', '151111.943000', '151111.946000', '151111.948000', '151111.951000', '151111.953000', '151111.956000', '151111.959000', '151111.961000', '151111.964000', '151111.966000', '151111.969000', '151131.851000', '151131.854000', '151131.857000', '151131.860000', '151131.862000', '151131.865000', '151131.867000', '151131.870000', '151131.873000', '151131.875000', '151131.878000', '151131.880000', '151131.883000', '151131.885000', '151131.888000', '151131.891000', '151131.893000', '151131.896000', '151131.898000', '151131.901000', '151131.904000', '151131.906000', '151131.909000', '151131.912000', '151131.914000', '151131.917000', '151131.920000', '151131.922000', '151131.925000', '151131.936000', '151131.938000', '151131.941000', '151131.943000', '151131.946000', '151131.949000', '151131.951000', '151131.954000', '151131.957000', '151131.959000', '151131.962000', '151131.964000', '151131.967000', '151131.970000', '151131.972000', '151151.852000', '151151.854000', '151151.857000', '151151.860000', '151151.862000', '151151.865000', '151151.867000', '151151.870000', '151151.873000', '151151.875000', '151151.878000', '151151.880000', '151151.883000', '151151.885000', '151151.888000', '151151.891000', '151151.893000', '151151.896000', '151151.898000', '151151.901000', '151151.904000', '151151.906000', '151151.909000', '151151.912000', '151151.914000', '151151.917000', '151151.920000', '151151.922000', '151151.925000', '151151.928000', '151151.930000', '151151.933000', '151151.935000', '151151.938000', '151151.941000', '151151.943000', '151151.946000', '151151.948000', '151151.951000', '151151.954000', '151151.956000', '151151.959000', '151151.961000', '151211.851000', '151211.854000', '151211.857000', '151211.860000', '151211.863000', '151211.865000', '151211.868000', '151211.871000', '151211.874000', '151211.876000', '151211.879000', '151211.881000', '151211.884000', '151211.887000', '151211.889000', '151211.892000', '151211.895000', '151211.898000', '151211.900000', '151211.903000', '151211.906000', '151211.908000', '151211.911000', '151211.913000', '151211.916000', '151211.919000', '151211.921000', '151211.924000', '151211.927000', '151211.938000', '151211.940000', '151211.943000', '151211.946000', '151211.948000', '151211.951000', '151211.953000', '151211.956000', '151211.959000', '151211.961000', '151211.964000', '151211.967000', '151211.969000', '151211.972000', '151211.974000', '151231.852000', '151231.854000', '151231.857000', '151231.860000', '151231.863000', '151231.865000', '151231.868000', '151231.876000', '151231.878000', '151231.881000', '151231.884000', '151231.886000', '151231.889000', '151231.892000', '151231.900000', '151231.902000', '151231.905000', '151231.907000', '151231.910000', '151231.913000', '151231.915000', '151231.918000', '151231.921000', '151231.923000', '151231.926000', '151231.928000', '151231.931000', '151231.934000', '151231.936000', '151231.939000', '151231.942000', '151231.944000', '151231.947000', '151231.950000', '151231.952000', '151231.955000', '151231.958000', '151231.960000', '151231.963000', '151231.965000', '151231.968000', '151231.971000', '151231.973000', '151251.851000', '151251.854000', '151251.857000', '151251.860000', '151251.862000', '151251.865000', '151251.867000', '151251.870000', '151251.873000', '151251.875000', '151251.878000', '151251.881000', '151251.883000', '151251.886000', '151251.889000', '151251.891000', '151251.894000', '151251.897000', '151251.899000', '151251.902000', '151251.905000', '151251.907000', '151251.910000', '151251.913000', '151251.915000', '151251.918000', '151251.920000', '151251.923000', '151251.926000', '151251.929000', '151251.931000', '151251.934000', '151251.937000', '151251.939000', '151251.942000', '151251.945000', '151251.947000', '151251.950000', '151251.952000', '151251.955000', '151251.958000', '151251.960000', '151251.963000', '151251.966000', '151311.850000', '151311.853000', '151311.856000', '151311.859000', '151311.861000', '151311.864000', '151311.866000', '151311.869000', '151311.872000', '151311.874000', '151311.877000', '151311.880000', '151311.882000', '151311.885000', '151311.888000', '151311.890000', '151311.893000', '151311.895000', '151311.898000', '151311.901000', '151311.903000', '151311.906000', '151311.909000', '151311.911000', '151311.914000', '151311.916000', '151311.919000', '151311.922000', '151311.924000', '151311.927000', '151311.930000', '151311.932000', '151311.935000', '151311.938000', '151311.940000', '151311.943000', '151311.945000', '151311.948000', '151311.951000', '151311.953000', '151311.956000', '151311.959000', '151311.962000', '151331.851000', '151331.853000', '151331.856000', '151331.859000', '151331.861000', '151331.864000', '151331.867000', '151331.869000', '151331.872000', '151331.875000', '151331.877000', '151331.880000', '151331.883000', '151331.885000', '151331.888000', '151331.891000', '151331.894000', '151331.896000', '151331.899000', '151331.902000', '151331.904000', '151331.907000', '151331.910000', '151331.912000', '151331.915000', '151331.918000', '151331.920000', '151331.923000', '151331.926000', '151331.928000', '151331.931000', '151331.934000', '151331.936000', '151331.939000', '151331.941000', '151331.944000', '151331.947000', '151331.949000', '151331.952000', '151331.955000', '151331.957000', '151331.960000', '151331.963000', '151331.965000', '151351.851000', '151351.858000', '151351.860000', '151351.863000', '151351.866000', '151351.868000', '151351.871000', '151351.874000', '151351.876000', '151351.879000', '151351.881000', '151351.884000', '151351.887000', '151351.889000', '151351.892000', '151351.895000', '151351.897000', '151351.900000', '151351.902000', '151351.905000', '151351.908000', '151351.910000', '151351.913000', '151351.915000', '151351.918000', '151351.921000', '151351.923000', '151351.926000', '151351.929000', '151351.931000', '151351.934000', '151351.936000', '151351.939000', '151351.941000', '151351.944000', '151351.947000', '151351.954000', '151351.956000', '151351.959000', '151351.972000', '151351.975000', '151351.978000', '151351.981000', '151411.851000', '151411.854000', '151411.857000', '151411.860000', '151411.862000', '151411.865000', '151411.868000', '151411.871000', '151411.873000', '151411.876000', '151411.879000', '151411.881000', '151411.884000', '151411.887000', '151411.889000', '151411.892000', '151411.894000', '151411.897000', '151411.900000', '151411.902000', '151411.905000', '151411.908000', '151411.910000', '151411.913000', '151411.915000', '151411.918000', '151411.921000', '151411.923000', '151411.926000', '151411.929000', '151411.931000', '151411.934000', '151411.936000', '151411.939000', '151411.942000', '151411.944000', '151411.947000', '151411.950000', '151411.952000', '151411.955000', '151411.958000', '151411.960000', '151411.963000', '151411.965000', '151431.851000', '151431.855000', '151431.858000', '151431.860000', '151431.863000', '151431.865000', '151431.868000', '151431.871000', '151431.873000', '151431.876000', '151431.879000', '151431.881000', '151431.884000', '151431.887000', '151431.889000', '151431.892000', '151431.895000', '151431.897000', '151431.900000', '151431.903000', '151431.906000', '151431.908000', '151431.911000', '151431.914000', '151431.916000', '151431.919000', '151431.921000', '151431.924000', '151431.927000', '151431.929000', '151431.932000', '151431.935000', '151431.937000', '151431.940000', '151431.942000', '151431.945000', '151431.948000', '151431.950000', '151431.953000', '151431.956000', '151431.958000', '151431.961000', '151431.963000', '151451.852000', '151451.854000', '151451.857000', '151451.860000', '151451.862000', '151451.865000', '151451.867000', '151451.870000', '151451.873000', '151451.875000', '151451.878000', '151451.881000', '151451.884000', '151451.886000', '151451.889000', '151451.891000', '151451.894000', '151451.897000', '151451.899000', '151451.902000', '151451.905000', '151451.907000', '151451.910000', '151451.913000', '151451.915000', '151451.918000', '151451.921000', '151451.923000', '151451.926000', '151451.929000', '151451.931000', '151451.934000', '151451.941000', '151451.944000', '151451.947000', '151451.949000', '151451.952000', '151451.955000', '151451.957000', '151451.960000', '151451.963000', '151451.965000', '151451.968000', '151451.970000', '151511.851000', '151511.860000', '151511.863000', '151511.866000', '151511.869000', '151511.871000', '151511.874000', '151511.877000', '151511.879000', '151511.882000', '151511.885000', '151511.887000', '151511.890000', '151511.893000', '151511.896000', '151511.898000', '151511.901000', '151511.903000', '151511.906000', '151511.909000', '151511.911000', '151511.914000', '151511.917000', '151511.919000', '151511.922000', '151511.925000', '151511.927000', '151511.930000', '151511.933000', '151511.935000', '151511.938000', '151511.941000', '151511.943000', '151511.946000', '151511.949000', '151511.951000', '151511.954000', '151511.956000', '151511.959000', '151511.962000', '151511.964000', '151511.967000', '151511.970000', '151531.850000', '151531.854000', '151531.857000', '151531.859000', '151531.862000', '151531.864000', '151531.867000', '151531.870000', '151531.873000', '151531.875000', '151531.878000', '151531.881000', '151531.883000', '151531.886000', '151531.888000', '151531.891000', '151531.894000', '151531.897000', '151531.900000', '151531.903000', '151531.905000', '151531.918000', '151531.920000', '151531.929000', '151531.932000', '151531.935000', '151531.937000', '151531.940000', '151531.943000', '151531.945000', '151531.948000', '151531.951000', '151531.953000', '151531.956000', '151531.958000', '151531.961000', '151531.964000', '151531.966000', '151531.969000', '151531.972000', '151531.974000', '151531.977000', '151531.980000', '151531.982000', '151551.851000', '151551.887000', '151551.890000', '151551.893000', '151551.895000', '151551.898000', '151551.901000', '151551.903000', '151551.906000', '151551.909000', '151551.911000', '151551.914000', '151551.916000', '151551.919000', '151551.922000', '151551.924000', '151551.927000', '151551.930000', '151551.932000', '151551.935000', '151551.938000', '151551.940000', '151551.943000', '151551.946000', '151551.948000', '151551.951000', '151551.953000', '151551.956000', '151551.959000', '151551.961000', '151551.964000', '151551.967000', '151551.969000', '151551.972000', '151551.974000', '151551.977000', '151551.980000', '151551.982000', '151551.985000', '151551.988000', '151551.990000', '151551.993000', '151551.995000', '151611.851000', '151611.882000', '151611.885000', '151611.888000', '151611.890000', '151611.893000', '151611.896000', '151611.898000', '151611.901000', '151611.904000', '151611.906000', '151611.909000', '151611.912000', '151611.914000', '151611.917000', '151611.920000', '151611.922000', '151611.925000', '151611.928000', '151611.930000', '151611.933000', '151611.936000', '151611.938000', '151611.941000', '151611.943000', '151611.946000', '151611.949000', '151611.951000', '151611.954000', '151611.957000', '151611.959000', '151611.962000', '151611.965000', '151611.967000', '151611.970000', '151611.973000', '151611.975000', '151611.978000', '151611.981000', '151611.983000', '151611.986000', '151611.989000', '151611.991000', '151611.994000', '151631.851000', '151631.877000', '151631.880000', '151631.883000', '151631.886000', '151631.888000', '151631.891000', '151631.893000', '151631.896000', '151631.899000', '151631.901000', '151631.904000', '151631.907000', '151631.909000', '151631.912000', '151631.914000', '151631.917000', '151631.920000', '151631.923000', '151631.925000', '151631.928000', '151631.931000', '151631.933000', '151631.938000', '151631.941000', '151631.944000', '151631.946000', '151631.949000', '151631.952000', '151631.954000', '151631.957000', '151631.960000', '151631.962000', '151631.965000', '151631.968000', '151631.970000', '151631.973000', '151631.975000', '151631.978000', '151631.981000', '151631.983000', '151631.986000', '151631.988000', '151651.852000', '151651.855000', '151651.857000', '151651.860000', '151651.862000', '151651.865000', '151651.868000', '151651.870000', '151651.873000', '151651.876000', '151651.879000', '151651.882000', '151651.885000', '151651.888000', '151651.890000', '151651.893000', '151651.896000', '151651.898000', '151651.901000', '151651.904000', '151651.906000', '151651.909000', '151651.911000', '151651.914000', '151651.917000', '151651.919000', '151651.922000', '151651.925000', '151651.927000', '151651.930000', '151651.933000', '151651.935000', '151651.946000', '151651.949000', '151651.952000', '151651.955000', '151651.957000', '151651.960000', '151651.963000', '151651.965000', '151651.968000', '151651.970000', '151651.973000', '151711.851000', '151711.884000', '151711.887000', '151711.890000', '151711.892000', '151711.895000', '151711.898000', '151711.900000', '151711.903000', '151711.906000', '151711.908000', '151711.911000', '151711.913000', '151711.916000', '151711.919000', '151711.921000', '151711.924000', '151711.927000', '151711.929000', '151711.932000', '151711.935000', '151711.937000', '151711.940000', '151711.942000', '151711.945000', '151711.948000', '151711.950000', '151711.953000', '151711.955000', '151711.958000', '151711.961000', '151711.963000', '151711.966000', '151711.969000', '151711.971000', '151711.974000', '151711.976000', '151711.979000', '151711.982000', '151711.984000', '151711.987000', '151711.989000', '151711.992000', '151711.995000', '151731.851000', '151731.872000', '151731.875000', '151731.877000', '151731.880000', '151731.883000', '151731.885000', '151731.888000', '151731.891000', '151731.893000', '151731.896000', '151731.899000', '151731.901000', '151731.904000', '151731.907000', '151731.909000', '151731.912000', '151731.915000', '151731.917000', '151731.920000', '151731.923000', '151731.925000', '151731.928000', '151731.931000', '151731.933000', '151731.936000', '151731.938000', '151731.941000', '151731.944000', '151731.946000', '151731.949000', '151731.952000', '151731.954000', '151731.957000', '151731.960000', '151731.962000', '151731.965000', '151731.968000', '151731.970000', '151731.973000', '151731.976000', '151731.978000', '151731.981000', '151741.514000', '151741.517000', '151741.520000', '151741.523000', '151741.526000', '151741.529000', '151741.532000', '151741.535000', '151741.538000', '151741.541000', '151741.544000', '151741.547000', '151741.550000', '151741.553000', '151741.556000', '151741.559000', '151741.562000', '151741.565000', '151741.568000', '151741.571000', '151741.574000', '151741.577000'], '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': [7745, 11986, 9453, 14700, 10899, 15200, 11212, 7661, 11229, 8127, 12821, 9656, 15154, 10820, 14745, 10298, 13904, 9244, 13995, 9148, 10869, 10515, 7788, 12323, 7754, 12866, 8584, 15248, 11626, 15088, 10056, 14242, 9316, 10936, 10588, 7532, 13015, 7761, 12725, 9144, 14901, 10519, 14736, 9755, 10054, 11199, 7830, 14552, 8411, 13365, 9325, 15135, 10983, 13205, 10246, 7703, 12637, 8945, 15909, 11043, 15130, 10188, 14931, 10763, 15350, 9990, 7623, 10700, 7733, 14348, 9117, 14926, 9220, 13581, 9346, 14933, 10325, 9025, 9540, 7593, 11449, 7913, 14778, 9838, 14126, 9384, 13890, 10231, 12183, 9665, 7383, 11437, 8388, 14796, 9005, 14822, 9750, 15099, 11684, 15922, 11056, 10094, 9935, 7572, 13892, 8961, 14417, 9167, 14084, 9355, 14395, 10220, 12405, 8996, 7837, 10114, 7551, 13791, 8389, 14432, 8518, 13315, 9453, 14944, 11112, 16885, 9924, 9691, 9694, 8215, 14662, 8130, 13808, 8558, 13626, 9914, 15302, 11045, 15532, 9636, 9943, 9963, 7810, 14497, 8400, 13509, 8502, 15127, 10771, 15053, 10159, 13760, 8960, 12663, 9722, 8157, 11289, 7314, 12731, 8895, 15691, 11154, 15052, 9971, 10235, 10665, 7516, 14216, 8024, 13455, 9081, 14961, 11053, 16354, 11102, 15510, 10610, 9544, 13658, 8324, 13869, 8230, 13694, 9580, 14933, 10790, 13473, 9715, 10412, 10505, 8368, 14593, 8592, 13491, 8853, 14493, 10880, 14873, 10215, 12116, 9276, 8649, 13825, 7794, 12431, 7889, 13221, 9439, 15298, 9941, 14204, 9097, 12962, 9569, 8553, 12219, 7569, 12145, 8660, 15358, 10532, 14657, 9540, 13963, 9948, 14491, 10937, 7668, 10614, 7371, 13055, 9447, 15305, 9380, 13219, 9302, 13090, 10446, 7875, 12451, 8262, 12714, 9324, 15278, 10684, 14757, 9570, 11367, 8986, 8902, 13483, 7911, 12868, 7857, 14106, 9898, 15280, 11029, 15721, 9951, 10317, 10890, 7913, 14312, 8162, 13265, 8987, 14130, 10420, 14876, 9489, 8661, 10047, 7305, 12016, 8472, 15238, 9977, 14348, 9708, 15186, 10770, 9874, 12854, 7761, 12779, 8607, 15311, 11622, 15413, 9720, 11034, 9132, 8231, 13605, 7619, 12598, 8424, 13348, 9528, 13642, 9630, 8763, 10794, 7651, 14806, 9920, 15228, 10076, 13841, 9420, 13769, 11163, 7833, 12451, 7539, 12561, 9154, 14507, 10189, 8803, 9555, 7230, 11779, 8968, 15384, 10444, 16494, 9595, 10343, 12006, 7510, 13766, 8331, 13170, 9099, 15165, 10809, 9635, 10346, 7594, 12473, 8227, 15212, 10396, 14322, 9296, 12649, 9647, 8021, 13416, 7453, 11761, 8644, 8721, 9387, 7539, 13509, 9200, 14800, 11091, 15757, 9916, 13716, 11463, 9463, 14358, 8590, 13368, 8776, 13794, 9523, 14277, 9388, 13949, 9303, 10127, 9955, 7666, 12802, 7837, 12113, 8540, 12815, 8949, 11364, 8976, 7335, 10980, 7635, 13062, 9847, 15052, 9803, 11702, 9809, 7384, 12807, 8167, 14569, 9351, 13388, 9344, 13245, 10352, 8070, 10943, 7602, 13174, 9678, 16057, 10989, 8824, 10680, 7466, 13008, 9531, 15226, 11679, 16373, 10099, 7899, 10975, 7491, 13347, 9954, 15000, 10418, 9051, 10925, 7527, 13979, 9838, 10610, 10413, 7287, 11666, 8513, 14183, 9772, 15540, 9652, 12711, 8931, 10547, 10723, 7637, 11869, 8317, 13213, 9512, 14747, 10285, 7927, 10675, 7715, 13171, 9388, 16044, 10063, 9106, 10716, 7395, 13680, 9465, 14204, 10005, 14369, 9799, 15000, 10922, 15257, 9319, 9543, 10163, 7532, 12471, 7756, 12280, 9214, 12739, 9294, 13776, 9499, 10583, 14805, 8375, 9576, 9581, 7697, 11601, 8030, 13322, 10687, 9370, 11921, 8760, 12615, 11043, 14040, 10373, 12849, 9322, 12820, 9373, 13613, 8667, 13037, 8455, 12623, 8217, 12387, 8980, 12224, 9040, 11378, 9281, 12608, 8966, 9544, 10984, 7883, 12426, 8079, 12392, 9215, 14322, 10223, 13670, 10338, 14070, 9779, 12749, 9209, 12545, 9410, 12214, 8825, 8639, 9742, 7616, 11824, 8800, 12222, 9128, 11160, 11277, 8082, 12950, 8302, 13688, 9007, 14153, 8540, 12291, 8761, 12845, 9295, 13574, 9409, 12653, 9687, 8102, 11733, 7708, 12463, 8987, 11676, 9286, 12953, 9386, 13598, 10408, 15457, 10588, 15277, 10184, 8093, 11328, 7564, 13630, 9844, 16278, 9930, 12064, 10261, 8286, 13878, 8873, 13270, 9573, 13402, 9489, 13466, 9691, 13905, 9289, 10549, 9442, 7723, 11935, 8087, 12377, 8670, 12356, 8087, 13352, 7917, 11714, 8798, 11769, 8801, 13769, 9937, 13007, 9402, 10718, 11458, 8071, 12524, 8832, 13108, 9686, 14421, 10065, 7798, 11615, 7724, 12848, 8466, 13985, 9333, 12274, 10381, 13390, 11178, 8124, 12317, 9126, 12650, 9544, 13888, 9892, 11015, 10417, 7790, 12295, 8012, 13288, 9182, 13226, 9572, 13042, 9402, 10992, 9907, 7392, 12035, 8588, 12611, 9655, 13911, 9355, 8834, 11728, 7976, 12531, 9581, 14967, 9522, 11063, 11120, 7986, 12694, 9560, 13962, 10253, 10314, 10831, 7802, 11594, 8662, 14577, 10547, 14902, 9962, 8413, 12487, 8883, 14345, 9575, 12620, 9748, 13393, 10924, 7927, 12290, 8602, 12864, 9744, 15908, 10127, 8010, 11266, 8115, 12966, 9416, 14021, 10053, 9226, 11103, 7807, 12713, 9817, 13568, 9754, 13901, 10232, 12472, 9875, 7642, 11989, 8842, 13332, 9899, 12513, 9820, 12638, 11224, 8147, 12105, 8892, 12422, 9423, 16212, 9929, 11722, 10526, 8172, 12246, 7962, 13243, 9865, 13325, 9826, 13656, 9605, 9046, 11210, 7506, 12278, 9194, 12887, 9692, 13022, 10152, 8235, 14304, 9921, 10058, 9654, 7614, 11757, 9507, 12082, 8210, 13438, 10256, 13226, 10540, 12979, 10247, 15947, 9920, 13374, 10535, 8608, 12323, 7893, 12568, 9022, 12784, 9519, 14024, 10484, 14348, 9986, 7822, 11718, 7440, 12522, 8637, 12398, 9331, 11992, 8940, 12799, 9542, 7607, 11302, 7785, 13065, 9402, 12574, 9807, 14837, 9557, 8445, 11714, 7361, 12789, 9961, 13815, 9781, 12927, 9720, 12150, 9318, 15145, 9228, 7688, 10788, 7288, 13152, 10989, 14872, 10367, 7932, 11239, 8388, 13974, 10180, 7868, 14119, 10771, 11683, 12802, 9076, 14180, 10463, 14097, 11357, 14179, 11949, 12705, 11633, 8237, 13060, 9495, 12236, 9695, 13467, 10181, 7748, 11970, 7854, 12258, 9710, 13222, 9764, 11935, 9431, 11057, 10489, 7731, 12549, 7874, 12884, 9260, 12282, 9273, 12589, 9704, 13987, 8968, 11810, 10356, 7706, 12970, 9461, 16480, 10631, 9080, 12508, 8398, 12966, 9792, 13158, 9865, 12239, 9774, 9662, 9407, 7378, 12238, 9471, 15858, 10176, 12494, 10839, 8158, 13110, 10953, 10384, 10119, 7578, 10286, 9899, 7935, 11243, 7678, 14393, 11648, 10568], 'WindowCenter': [3934.0, 3963.0, 3940.0, 3981.0, 3951.0, 3978.0, 3950.0, 3917.0, 3949.0, 3929.0, 3969.0, 3951.0, 3981.0, 3963.0, 3983.0, 3952.0, 3972.0, 3941.0, 3969.0, 3940.0, 3948.0, 3947.0, 3920.0, 3958.0, 3917.0, 3968.0, 3927.0, 3992.0, 3960.0, 3981.0, 3950.0, 3967.0, 3926.0, 3948.0, 3947.0, 3915.0, 3958.0, 3916.0, 3959.0, 3937.0, 3979.0, 3948.0, 3977.0, 3938.0, 3948.0, 3958.0, 3920.0, 3980.0, 3926.0, 3968.0, 3939.0, 3982.0, 3962.0, 3968.0, 3949.0, 3916.0, 3959.0, 3939.0, 3990.0, 3947.0, 3968.0, 3937.0, 3967.0, 3948.0, 3976.0, 3936.0, 3902.0, 3934.0, 3914.0, 3967.0, 3929.0, 3977.0, 3924.0, 3957.0, 3937.0, 3977.0, 3947.0, 3923.0, 3936.0, 3916.0, 3948.0, 3916.0, 3978.0, 3937.0, 3967.0, 3936.0, 3966.0, 3948.0, 3957.0, 3936.0, 3904.0, 3959.0, 3928.0, 3980.0, 3926.0, 3980.0, 3936.0, 3966.0, 3946.0, 3977.0, 3946.0, 3933.0, 3933.0, 3912.0, 3967.0, 3924.0, 3967.0, 3924.0, 3967.0, 3924.0, 3964.0, 3935.0, 3955.0, 3927.0, 3916.0, 3936.0, 3914.0, 3967.0, 3928.0, 3967.0, 3924.0, 3957.0, 3936.0, 3979.0, 3947.0, 3977.0, 3937.0, 3925.0, 3934.0, 3916.0, 3967.0, 3913.0, 3967.0, 3924.0, 3967.0, 3937.0, 3978.0, 3946.0, 3975.0, 3937.0, 3933.0, 3936.0, 3904.0, 3968.0, 3912.0, 3955.0, 3914.0, 3965.0, 3946.0, 3967.0, 3936.0, 3954.0, 3925.0, 3953.0, 3934.0, 3912.0, 3946.0, 3902.0, 3956.0, 3926.0, 3992.0, 3947.0, 3978.0, 3939.0, 3935.0, 3936.0, 3917.0, 3968.0, 3916.0, 3966.0, 3923.0, 3977.0, 3946.0, 3975.0, 3946.0, 3966.0, 3935.0, 3923.0, 3956.0, 3913.0, 3954.0, 3912.0, 3953.0, 3925.0, 3964.0, 3945.0, 3953.0, 3925.0, 3933.0, 3935.0, 3913.0, 3967.0, 3912.0, 3955.0, 3924.0, 3965.0, 3945.0, 3964.0, 3935.0, 3943.0, 3923.0, 3913.0, 3956.0, 3902.0, 3954.0, 3903.0, 3954.0, 3924.0, 3965.0, 3935.0, 3964.0, 3924.0, 3966.0, 3925.0, 3913.0, 3957.0, 3902.0, 3942.0, 3914.0, 3977.0, 3934.0, 3965.0, 3925.0, 3966.0, 3935.0, 3965.0, 3947.0, 3905.0, 3934.0, 3901.0, 3954.0, 3935.0, 3977.0, 3923.0, 3965.0, 3936.0, 3955.0, 3951.0, 3931.0, 3971.0, 3916.0, 3957.0, 3926.0, 3978.0, 3952.0, 3969.0, 3938.0, 3958.0, 3940.0, 3925.0, 3968.0, 3915.0, 3956.0, 3903.0, 3964.0, 3934.0, 3967.0, 3947.0, 3966.0, 3934.0, 3933.0, 3933.0, 3903.0, 3964.0, 3912.0, 3955.0, 3911.0, 3952.0, 3934.0, 3964.0, 3934.0, 3912.0, 3935.0, 3903.0, 3957.0, 3916.0, 3980.0, 3936.0, 3969.0, 3937.0, 3968.0, 3946.0, 3936.0, 3956.0, 3903.0, 3954.0, 3926.0, 3967.0, 3947.0, 3966.0, 3925.0, 3935.0, 3923.0, 3913.0, 3967.0, 3903.0, 3955.0, 3915.0, 3968.0, 3937.0, 3966.0, 3937.0, 3927.0, 3945.0, 3915.0, 3979.0, 3937.0, 3977.0, 3937.0, 3955.0, 3925.0, 3968.0, 3948.0, 3904.0, 3955.0, 3903.0, 3955.0, 3925.0, 3966.0, 3946.0, 3924.0, 3935.0, 3904.0, 3960.0, 3937.0, 3982.0, 3947.0, 3989.0, 3938.0, 3938.0, 3958.0, 3906.0, 3981.0, 3925.0, 3956.0, 3927.0, 3977.0, 3948.0, 3935.0, 3936.0, 3904.0, 3956.0, 3915.0, 3977.0, 3938.0, 3965.0, 3924.0, 3954.0, 3934.0, 3915.0, 3967.0, 3904.0, 3955.0, 3928.0, 3939.0, 3939.0, 3928.0, 3982.0, 3955.0, 3999.0, 3977.0, 3995.0, 3950.0, 3981.0, 3962.0, 3937.0, 3970.0, 3914.0, 3959.0, 3914.0, 3955.0, 3925.0, 3953.0, 3924.0, 3954.0, 3924.0, 3933.0, 3935.0, 3902.0, 3957.0, 3902.0, 3945.0, 3913.0, 3956.0, 3926.0, 3946.0, 3926.0, 3905.0, 3948.0, 3916.0, 3969.0, 3936.0, 3979.0, 3938.0, 3958.0, 3938.0, 3904.0, 3958.0, 3928.0, 3978.0, 3926.0, 3967.0, 3939.0, 3969.0, 3937.0, 3916.0, 3949.0, 3916.0, 3969.0, 3938.0, 3980.0, 3949.0, 3927.0, 3946.0, 3917.0, 3970.0, 3937.0, 3980.0, 3948.0, 3977.0, 3934.0, 3914.0, 3935.0, 3904.0, 3968.0, 3936.0, 3981.0, 3948.0, 3926.0, 3945.0, 3916.0, 3969.0, 3937.0, 3934.0, 3936.0, 3905.0, 3958.0, 3929.0, 3967.0, 3939.0, 3978.0, 3936.0, 3956.0, 3927.0, 3945.0, 3947.0, 3903.0, 3947.0, 3914.0, 3969.0, 3937.0, 3967.0, 3937.0, 3916.0, 3934.0, 3916.0, 3969.0, 3937.0, 3979.0, 3949.0, 3925.0, 3935.0, 3906.0, 3968.0, 3937.0, 3967.0, 3936.0, 3966.0, 3937.0, 3967.0, 3935.0, 3966.0, 3926.0, 3923.0, 3935.0, 3903.0, 3957.0, 3903.0, 3956.0, 3925.0, 3957.0, 3937.0, 3982.0, 3939.0, 3948.0, 3983.0, 3928.0, 3936.0, 3949.0, 3930.0, 3973.0, 3932.0, 3983.0, 3964.0, 3954.0, 3987.0, 3958.0, 3988.0, 3963.0, 3985.0, 3936.0, 3946.0, 3912.0, 3945.0, 3912.0, 3956.0, 3901.0, 3943.0, 3900.0, 3942.0, 3896.0, 3929.0, 3908.0, 3930.0, 3912.0, 3932.0, 3924.0, 3952.0, 3925.0, 3925.0, 3945.0, 3915.0, 3958.0, 3914.0, 3958.0, 3938.0, 3966.0, 3937.0, 3968.0, 3936.0, 3966.0, 3933.0, 3956.0, 3925.0, 3945.0, 3936.0, 3943.0, 3925.0, 3924.0, 3938.0, 3918.0, 3969.0, 3940.0, 3972.0, 3951.0, 3961.0, 3962.0, 3928.0, 3970.0, 3928.0, 3970.0, 3926.0, 3971.0, 3915.0, 3945.0, 3914.0, 3957.0, 3938.0, 3967.0, 3925.0, 3956.0, 3937.0, 3928.0, 3958.0, 3918.0, 3958.0, 3938.0, 3960.0, 3951.0, 3969.0, 3940.0, 3970.0, 3951.0, 3991.0, 3964.0, 3992.0, 3947.0, 3917.0, 3947.0, 3917.0, 3981.0, 3951.0, 3989.0, 3952.0, 3969.0, 3949.0, 3928.0, 3971.0, 3927.0, 3968.0, 3936.0, 3969.0, 3939.0, 3969.0, 3936.0, 3966.0, 3924.0, 3947.0, 3937.0, 3916.0, 3960.0, 3916.0, 3957.0, 3927.0, 3958.0, 3916.0, 3968.0, 3916.0, 3959.0, 3927.0, 3958.0, 3938.0, 3979.0, 3949.0, 3968.0, 3938.0, 3948.0, 3959.0, 3929.0, 3969.0, 3927.0, 3965.0, 3936.0, 3968.0, 3938.0, 3917.0, 3957.0, 3916.0, 3970.0, 3928.0, 3980.0, 3937.0, 3959.0, 3949.0, 3966.0, 3947.0, 3928.0, 3972.0, 3938.0, 3969.0, 3938.0, 3967.0, 3936.0, 3935.0, 3935.0, 3901.0, 3958.0, 3914.0, 3958.0, 3926.0, 3956.0, 3936.0, 3955.0, 3926.0, 3946.0, 3936.0, 3904.0, 3957.0, 3926.0, 3971.0, 3937.0, 3968.0, 3939.0, 3939.0, 3960.0, 3929.0, 3969.0, 3939.0, 3979.0, 3952.0, 3960.0, 3959.0, 3931.0, 3972.0, 3938.0, 3970.0, 3949.0, 3949.0, 3961.0, 3930.0, 3973.0, 3939.0, 3981.0, 3951.0, 3979.0, 3938.0, 3927.0, 3969.0, 3927.0, 3967.0, 3926.0, 3955.0, 3937.0, 3967.0, 3935.0, 3914.0, 3953.0, 3926.0, 3968.0, 3937.0, 3978.0, 3936.0, 3914.0, 3943.0, 3916.0, 3957.0, 3924.0, 3966.0, 3937.0, 3923.0, 3945.0, 3903.0, 3956.0, 3935.0, 3956.0, 3937.0, 3969.0, 3935.0, 3954.0, 3934.0, 3916.0, 3957.0, 3925.0, 3970.0, 3937.0, 3958.0, 3950.0, 3958.0, 3948.0, 3914.0, 3956.0, 3926.0, 3957.0, 3938.0, 3978.0, 3938.0, 3946.0, 3934.0, 3915.0, 3957.0, 3917.0, 3967.0, 3951.0, 3968.0, 3937.0, 3966.0, 3936.0, 3937.0, 3948.0, 3906.0, 3958.0, 3939.0, 3972.0, 3950.0, 3982.0, 3950.0, 3928.0, 3985.0, 3939.0, 3937.0, 3937.0, 3917.0, 3960.0, 3936.0, 3958.0, 3925.0, 3971.0, 3948.0, 3971.0, 3946.0, 3956.0, 3933.0, 3965.0, 3924.0, 3951.0, 3920.0, 3910.0, 3942.0, 3901.0, 3943.0, 3923.0, 3955.0, 3923.0, 3951.0, 3932.0, 3951.0, 3921.0, 3889.0, 3932.0, 3889.0, 3942.0, 3899.0, 3941.0, 3924.0, 3943.0, 3923.0, 3954.0, 3936.0, 3914.0, 3957.0, 3917.0, 3969.0, 3938.0, 3969.0, 3949.0, 3977.0, 3949.0, 3927.0, 3959.0, 3917.0, 3972.0, 3950.0, 3969.0, 3937.0, 3956.0, 3937.0, 3954.0, 3927.0, 3980.0, 3936.0, 3915.0, 3945.0, 3918.0, 3982.0, 3961.0, 3994.0, 3951.0, 3931.0, 3958.0, 3930.0, 3980.0, 3951.0, 3931.0, 3983.0, 3963.0, 3973.0, 3985.0, 3940.0, 3971.0, 3936.0, 3957.0, 3947.0, 3970.0, 3947.0, 3955.0, 3934.0, 3900.0, 3941.0, 3922.0, 3942.0, 3920.0, 3952.0, 3922.0, 3889.0, 3930.0, 3901.0, 3944.0, 3924.0, 3953.0, 3923.0, 3942.0, 3924.0, 3945.0, 3934.0, 3904.0, 3957.0, 3914.0, 3956.0, 3937.0, 3959.0, 3941.0, 3969.0, 3939.0, 3979.0, 3939.0, 3971.0, 3962.0, 3929.0, 3981.0, 3949.0, 3992.0, 3949.0, 3939.0, 3969.0, 3930.0, 3970.0, 3949.0, 3969.0, 3938.0, 3957.0, 3938.0, 3937.0, 3936.0, 3919.0, 3971.0, 3950.0, 3991.0, 3950.0, 3972.0, 3962.0, 3919.0, 3970.0, 3962.0, 3938.0, 3935.0, 3916.0, 3949.0, 3951.0, 3928.0, 3961.0, 3919.0, 3984.0, 3973.0, 3951.0], 'WindowWidth': [8815.0, 8846.0, 8813.0, 8866.0, 8825.0, 8861.0, 8822.0, 8776.0, 8820.0, 8795.0, 8849.0, 8828.0, 8870.0, 8845.0, 8875.0, 8832.0, 8858.0, 8812.0, 8849.0, 8810.0, 8817.0, 8817.0, 8782.0, 8834.0, 8777.0, 8847.0, 8791.0, 8885.0, 8837.0, 8869.0, 8823.0, 8845.0, 8787.0, 8820.0, 8817.0, 8771.0, 8831.0, 8774.0, 8834.0, 8800.0, 8861.0, 8818.0, 8859.0, 8806.0, 8819.0, 8833.0, 8785.0, 8866.0, 8787.0, 8847.0, 8808.0, 8870.0, 8842.0, 8846.0, 8820.0, 8775.0, 8835.0, 8808.0, 8883.0, 8816.0, 8849.0, 8802.0, 8845.0, 8819.0, 8853.0, 8797.0, 8749.0, 8794.0, 8769.0, 8843.0, 8792.0, 8857.0, 8781.0, 8826.0, 8802.0, 8858.0, 8816.0, 8780.0, 8799.0, 8775.0, 8818.0, 8775.0, 8859.0, 8803.0, 8844.0, 8802.0, 8843.0, 8821.0, 8831.0, 8802.0, 8757.0, 8835.0, 8795.0, 8866.0, 8786.0, 8866.0, 8799.0, 8841.0, 8813.0, 8859.0, 8813.0, 8791.0, 8791.0, 8764.0, 8843.0, 8779.0, 8841.0, 8782.0, 8843.0, 8782.0, 8836.0, 8798.0, 8823.0, 8787.0, 8771.0, 8800.0, 8768.0, 8843.0, 8792.0, 8844.0, 8782.0, 8828.0, 8799.0, 8862.0, 8815.0, 8857.0, 8800.0, 8782.0, 8795.0, 8773.0, 8844.0, 8766.0, 8843.0, 8781.0, 8843.0, 8803.0, 8857.0, 8813.0, 8853.0, 8800.0, 8791.0, 8798.0, 8754.0, 8844.0, 8763.0, 8824.0, 8766.0, 8840.0, 8812.0, 8844.0, 8796.0, 8819.0, 8782.0, 8820.0, 8794.0, 8763.0, 8811.0, 8749.0, 8825.0, 8786.0, 8885.0, 8816.0, 8859.0, 8806.0, 8796.0, 8797.0, 8778.0, 8847.0, 8773.0, 8840.0, 8780.0, 8856.0, 8813.0, 8854.0, 8814.0, 8838.0, 8796.0, 8776.0, 8824.0, 8763.0, 8821.0, 8761.0, 8819.0, 8782.0, 8835.0, 8810.0, 8820.0, 8783.0, 8789.0, 8796.0, 8765.0, 8841.0, 8762.0, 8823.0, 8779.0, 8836.0, 8809.0, 8836.0, 8796.0, 8803.0, 8778.0, 8764.0, 8823.0, 8746.0, 8821.0, 8749.0, 8820.0, 8780.0, 8836.0, 8796.0, 8835.0, 8781.0, 8841.0, 8783.0, 8764.0, 8826.0, 8748.0, 8803.0, 8765.0, 8855.0, 8793.0, 8838.0, 8781.0, 8841.0, 8799.0, 8837.0, 8815.0, 8754.0, 8793.0, 8745.0, 8821.0, 8797.0, 8855.0, 8779.0, 8840.0, 8801.0, 8824.0, 8826.0, 8801.0, 8852.0, 8772.0, 8827.0, 8785.0, 8859.0, 8828.0, 8848.0, 8805.0, 8832.0, 8810.0, 8784.0, 8845.0, 8770.0, 8824.0, 8749.0, 8835.0, 8795.0, 8840.0, 8815.0, 8839.0, 8792.0, 8789.0, 8789.0, 8749.0, 8833.0, 8760.0, 8822.0, 8760.0, 8816.0, 8792.0, 8836.0, 8794.0, 8763.0, 8798.0, 8752.0, 8829.0, 8773.0, 8864.0, 8801.0, 8848.0, 8801.0, 8843.0, 8811.0, 8797.0, 8826.0, 8753.0, 8821.0, 8784.0, 8843.0, 8814.0, 8841.0, 8782.0, 8794.0, 8780.0, 8766.0, 8843.0, 8750.0, 8821.0, 8770.0, 8846.0, 8803.0, 8841.0, 8802.0, 8788.0, 8809.0, 8771.0, 8861.0, 8800.0, 8857.0, 8801.0, 8825.0, 8783.0, 8844.0, 8815.0, 8752.0, 8821.0, 8750.0, 8824.0, 8784.0, 8842.0, 8813.0, 8780.0, 8797.0, 8756.0, 8838.0, 8803.0, 8870.0, 8817.0, 8877.0, 8804.0, 8803.0, 8830.0, 8759.0, 8867.0, 8784.0, 8827.0, 8788.0, 8857.0, 8819.0, 8796.0, 8800.0, 8754.0, 8825.0, 8771.0, 8856.0, 8802.0, 8837.0, 8778.0, 8819.0, 8793.0, 8769.0, 8840.0, 8754.0, 8825.0, 8793.0, 8809.0, 8810.0, 8795.0, 8871.0, 8839.0, 8905.0, 8873.0, 8895.0, 8825.0, 8867.0, 8843.0, 8800.0, 8852.0, 8766.0, 8832.0, 8766.0, 8823.0, 8780.0, 8819.0, 8777.0, 8819.0, 8778.0, 8789.0, 8793.0, 8746.0, 8828.0, 8747.0, 8807.0, 8763.0, 8825.0, 8785.0, 8811.0, 8784.0, 8756.0, 8818.0, 8771.0, 8846.0, 8797.0, 8860.0, 8803.0, 8829.0, 8803.0, 8757.0, 8831.0, 8790.0, 8859.0, 8785.0, 8845.0, 8807.0, 8845.0, 8802.0, 8772.0, 8821.0, 8774.0, 8847.0, 8805.0, 8866.0, 8823.0, 8787.0, 8814.0, 8774.0, 8850.0, 8800.0, 8863.0, 8817.0, 8857.0, 8794.0, 8766.0, 8795.0, 8752.0, 8843.0, 8798.0, 8867.0, 8817.0, 8785.0, 8810.0, 8774.0, 8848.0, 8802.0, 8793.0, 8797.0, 8755.0, 8830.0, 8793.0, 8844.0, 8807.0, 8861.0, 8800.0, 8825.0, 8786.0, 8810.0, 8814.0, 8752.0, 8814.0, 8768.0, 8848.0, 8801.0, 8842.0, 8802.0, 8771.0, 8795.0, 8772.0, 8848.0, 8802.0, 8863.0, 8820.0, 8782.0, 8795.0, 8758.0, 8843.0, 8800.0, 8843.0, 8798.0, 8839.0, 8801.0, 8843.0, 8796.0, 8838.0, 8782.0, 8775.0, 8794.0, 8751.0, 8824.0, 8750.0, 8824.0, 8782.0, 8825.0, 8802.0, 8870.0, 8806.0, 8817.0, 8874.0, 8793.0, 8800.0, 8823.0, 8799.0, 8860.0, 8803.0, 8876.0, 8851.0, 8836.0, 8884.0, 8851.0, 8891.0, 8846.0, 8881.0, 8797.0, 8811.0, 8757.0, 8806.0, 8756.0, 8823.0, 8740.0, 8801.0, 8738.0, 8796.0, 8727.0, 8776.0, 8746.0, 8780.0, 8757.0, 8786.0, 8776.0, 8816.0, 8782.0, 8780.0, 8809.0, 8770.0, 8830.0, 8766.0, 8831.0, 8801.0, 8842.0, 8800.0, 8845.0, 8797.0, 8840.0, 8790.0, 8825.0, 8781.0, 8808.0, 8801.0, 8804.0, 8782.0, 8782.0, 8805.0, 8781.0, 8849.0, 8810.0, 8858.0, 8830.0, 8840.0, 8843.0, 8792.0, 8850.0, 8789.0, 8852.0, 8784.0, 8853.0, 8767.0, 8811.0, 8767.0, 8829.0, 8803.0, 8844.0, 8783.0, 8825.0, 8802.0, 8790.0, 8830.0, 8778.0, 8831.0, 8803.0, 8839.0, 8827.0, 8849.0, 8811.0, 8850.0, 8824.0, 8885.0, 8848.0, 8884.0, 8818.0, 8776.0, 8814.0, 8776.0, 8866.0, 8825.0, 8877.0, 8829.0, 8848.0, 8821.0, 8793.0, 8853.0, 8788.0, 8846.0, 8798.0, 8849.0, 8807.0, 8848.0, 8797.0, 8838.0, 8780.0, 8816.0, 8801.0, 8771.0, 8837.0, 8772.0, 8829.0, 8787.0, 8832.0, 8771.0, 8847.0, 8771.0, 8833.0, 8789.0, 8833.0, 8808.0, 8865.0, 8822.0, 8847.0, 8804.0, 8818.0, 8834.0, 8795.0, 8848.0, 8787.0, 8839.0, 8801.0, 8845.0, 8804.0, 8775.0, 8828.0, 8773.0, 8854.0, 8791.0, 8866.0, 8801.0, 8834.0, 8820.0, 8837.0, 8814.0, 8792.0, 8856.0, 8803.0, 8848.0, 8805.0, 8844.0, 8799.0, 8792.0, 8793.0, 8744.0, 8829.0, 8765.0, 8829.0, 8784.0, 8826.0, 8798.0, 8823.0, 8784.0, 8810.0, 8799.0, 8755.0, 8828.0, 8786.0, 8854.0, 8803.0, 8845.0, 8806.0, 8806.0, 8836.0, 8793.0, 8848.0, 8809.0, 8863.0, 8831.0, 8838.0, 8835.0, 8801.0, 8856.0, 8806.0, 8851.0, 8821.0, 8821.0, 8839.0, 8800.0, 8861.0, 8809.0, 8868.0, 8825.0, 8862.0, 8805.0, 8790.0, 8850.0, 8785.0, 8846.0, 8783.0, 8825.0, 8800.0, 8840.0, 8794.0, 8765.0, 8818.0, 8785.0, 8845.0, 8804.0, 8857.0, 8799.0, 8764.0, 8804.0, 8772.0, 8828.0, 8780.0, 8839.0, 8800.0, 8777.0, 8809.0, 8748.0, 8825.0, 8795.0, 8827.0, 8803.0, 8848.0, 8797.0, 8817.0, 8791.0, 8772.0, 8826.0, 8782.0, 8850.0, 8801.0, 8832.0, 8822.0, 8828.0, 8816.0, 8765.0, 8823.0, 8784.0, 8828.0, 8803.0, 8858.0, 8802.0, 8811.0, 8794.0, 8768.0, 8828.0, 8774.0, 8842.0, 8825.0, 8846.0, 8801.0, 8838.0, 8799.0, 8801.0, 8817.0, 8758.0, 8830.0, 8806.0, 8855.0, 8824.0, 8870.0, 8824.0, 8789.0, 8880.0, 8807.0, 8799.0, 8802.0, 8774.0, 8837.0, 8800.0, 8832.0, 8784.0, 8855.0, 8817.0, 8854.0, 8813.0, 8826.0, 8788.0, 8833.0, 8778.0, 8810.0, 8768.0, 8754.0, 8800.0, 8743.0, 8802.0, 8776.0, 8822.0, 8777.0, 8813.0, 8785.0, 8808.0, 8767.0, 8723.0, 8782.0, 8725.0, 8797.0, 8738.0, 8796.0, 8778.0, 8802.0, 8777.0, 8819.0, 8798.0, 8768.0, 8829.0, 8778.0, 8847.0, 8803.0, 8847.0, 8821.0, 8857.0, 8821.0, 8789.0, 8832.0, 8778.0, 8856.0, 8822.0, 8850.0, 8801.0, 8828.0, 8800.0, 8824.0, 8787.0, 8864.0, 8799.0, 8768.0, 8810.0, 8779.0, 8870.0, 8843.0, 8892.0, 8826.0, 8800.0, 8834.0, 8798.0, 8865.0, 8825.0, 8799.0, 8873.0, 8848.0, 8861.0, 8882.0, 8811.0, 8856.0, 8797.0, 8830.0, 8812.0, 8853.0, 8816.0, 8820.0, 8790.0, 8739.0, 8794.0, 8769.0, 8801.0, 8767.0, 8810.0, 8769.0, 8722.0, 8780.0, 8744.0, 8805.0, 8776.0, 8814.0, 8774.0, 8800.0, 8779.0, 8805.0, 8792.0, 8751.0, 8825.0, 8766.0, 8825.0, 8802.0, 8835.0, 8811.0, 8847.0, 8807.0, 8860.0, 8808.0, 8853.0, 8843.0, 8796.0, 8868.0, 8821.0, 8883.0, 8822.0, 8807.0, 8848.0, 8799.0, 8850.0, 8820.0, 8849.0, 8803.0, 8830.0, 8804.0, 8801.0, 8800.0, 8781.0, 8854.0, 8825.0, 8883.0, 8825.0, 8855.0, 8840.0, 8779.0, 8850.0, 8842.0, 8802.0, 8792.0, 8773.0, 8821.0, 8827.0, 8793.0, 8840.0, 8781.0, 8876.0, 8859.0, 8825.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.000328368017524644</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02636418630887185</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.15959850533993</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2058789035087711</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9726420388815791</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3946.2246</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10534934590021182</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>61</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.681270536692224</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.563990516119219</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4869071225256953</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.846820023035612</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3582444027963496</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00800347</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012623872607946396</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03223145008087158</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7862797225480316</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.3297</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.4641</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.6998</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297276.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>1013.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.3554</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1507</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.066</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3091.7014</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3286.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79268.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>953.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4073.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.8649</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.15653335954994</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> |