=== 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-0104 --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-0104",
"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-0104_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0104_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0104/ses-02/func/sub-0104_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>b067e31f3f67ad07326ba8fbc7721c9d</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:05:22.292500</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.99878, -0.0442532, -0.0219296, 0.0436076, 0.998625, -0.0290892]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.100372</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4212, -7760, -7242, 339, -143, -174, -47, 88]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>252.419</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0a66637b-721f-4f1d-aa3f-5805725e7b7d||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.679652690887451, 0.11699603497982025, -0.06260424107313156, 106.34266662597656], [0.11872796714305878, 2.6792383193969727, -0.07586295902729034, -105.38307189941406], [-0.05883555859327316, 0.07804416865110397, 2.6982078552246094, -77.63072967529297], [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': ['150522.292500', '150522.752500', '150523.212500', '150523.672500', '150524.132500', '150524.592500', '150525.052500', '150525.512500', '150525.972500', '150526.432500', '150526.892500', '150527.352500', '150527.812500', '150528.272500', '150528.732500', '150529.192500', '150529.652500', '150530.112500', '150530.572500', '150531.032500', '150531.492500', '150531.952500', '150532.412500', '150532.872500', '150533.332500', '150533.792500', '150534.252500', '150534.712500', '150535.172500', '150535.632500', '150536.092500', '150536.552500', '150537.012500', '150537.472500', '150537.932500', '150538.392500', '150538.852500', '150539.312500', '150539.772500', '150540.232500', '150540.692500', '150541.152500', '150541.612500', '150542.072500', '150542.532500', '150542.992500', '150543.452500', '150543.912500', '150544.372500', '150544.832500', '150545.292500', '150545.752500', '150546.212500', '150546.672500', '150547.132500', '150547.592500', '150548.052500', '150548.512500', '150548.972500', '150549.432500', '150549.892500', '150550.352500', '150550.812500', '150551.272500', '150551.732500', '150552.192500', '150552.652500', '150553.112500', '150553.572500', '150554.032500', '150554.492500', '150554.952500', '150555.412500', '150555.872500', '150556.332500', '150556.792500', '150557.252500', '150557.712500', '150558.172500', '150558.632500', '150559.092500', '150559.552500', '150600.012500', '150600.472500', '150600.932500', '150601.392500', '150601.852500', '150602.312500', '150602.772500', '150603.232500', '150603.692500', '150604.152500', '150604.612500', '150605.072500', '150605.532500', '150605.992500', '150606.452500', '150606.912500', '150607.372500', '150607.832500', '150608.292500', '150608.752500', '150609.212500', '150609.672500', '150610.132500', '150610.592500', '150611.052500', '150611.512500', '150611.972500', '150612.432500', '150612.892500', '150613.352500', '150613.812500', '150614.272500', '150614.732500', '150615.192500', '150615.652500', '150616.112500', '150616.572500', '150617.032500', '150617.492500', '150617.952500', '150618.412500', '150618.872500', '150619.332500', '150619.792500', '150620.252500', '150620.712500', '150621.172500', '150621.632500', '150622.092500', '150622.552500', '150623.012500', '150623.472500', '150623.932500', '150624.392500', '150624.852500', '150625.312500', '150625.772500', '150626.232500', '150626.692500', '150627.152500', '150627.612500', '150628.072500', '150628.532500', '150628.992500', '150629.452500', '150629.912500', '150630.372500', '150630.832500', '150631.292500', '150631.752500', '150632.212500', '150632.672500', '150633.132500', '150633.592500', '150634.052500', '150634.512500', '150634.972500', '150635.432500', '150635.892500', '150636.352500', '150636.812500', '150637.272500', '150637.732500', '150638.192500', '150638.652500', '150639.112500', '150639.572500', '150640.032500', '150640.492500', '150640.952500', '150641.412500', '150641.872500', '150642.332500', '150642.792500', '150643.252500', '150643.712500', '150644.172500', '150644.632500', '150645.092500', '150645.552500', '150646.012500', '150646.472500', '150646.932500', '150647.392500', '150647.852500', '150648.312500', '150648.772500', '150649.232500', '150649.692500', '150650.152500', '150650.612500', '150651.072500', '150651.532500', '150651.992500', '150652.452500', '150652.912500', '150653.372500', '150653.832500', '150654.292500', '150654.752500', '150655.212500', '150655.672500', '150656.132500', '150656.592500', '150657.052500', '150657.512500', '150657.972500', '150658.432500', '150658.892500', '150659.352500', '150659.812500', '150700.272500', '150700.732500', '150701.192500', '150701.652500', '150702.112500', '150702.572500', '150703.032500', '150703.492500', '150703.952500', '150704.412500', '150704.872500', '150705.332500', '150705.792500', '150706.252500', '150706.712500', '150707.172500', '150707.632500', '150708.092500', '150708.552500', '150709.012500', '150709.472500', '150709.932500', '150710.392500', '150710.852500', '150711.312500', '150711.772500', '150712.232500', '150712.692500', '150713.152500', '150713.612500', '150714.072500', '150714.532500', '150714.992500', '150715.452500', '150715.912500', '150716.372500', '150716.832500', '150717.292500', '150717.752500', '150718.212500', '150718.672500', '150719.132500', '150719.592500', '150720.052500', '150720.512500', '150720.972500', '150721.432500', '150721.892500', '150722.352500', '150722.812500', '150723.272500', '150723.732500', '150724.192500', '150724.652500', '150725.112500', '150725.572500', '150726.032500', '150726.492500', '150726.952500', '150727.412500', '150727.872500', '150728.332500', '150728.792500', '150729.252500', '150729.712500', '150730.172500', '150730.632500', '150731.092500', '150731.552500', '150732.012500', '150732.472500', '150732.932500', '150733.392500', '150733.852500', '150734.312500', '150734.772500', '150735.232500', '150735.692500', '150736.152500', '150736.612500', '150737.072500', '150737.532500', '150737.992500', '150738.452500', '150738.912500', '150739.372500', '150739.832500', '150740.292500', '150740.752500', '150741.212500', '150741.672500', '150742.132500', '150742.592500', '150743.052500', '150743.512500', '150743.972500', '150744.432500', '150744.892500', '150745.352500', '150745.812500', '150746.272500', '150746.732500', '150747.192500', '150747.652500', '150748.112500', '150748.572500', '150749.032500', '150749.492500', '150749.952500', '150750.412500', '150750.872500', '150751.332500', '150751.792500', '150752.252500', '150752.712500', '150753.172500', '150753.632500', '150754.092500', '150754.552500', '150755.012500', '150755.472500', '150755.932500', '150756.392500', '150756.852500', '150757.312500', '150757.772500', '150758.232500', '150758.692500', '150759.152500', '150759.612500', '150800.072500', '150800.532500', '150800.992500', '150801.452500', '150801.912500', '150802.372500', '150802.832500', '150803.292500', '150803.752500', '150804.212500', '150804.672500', '150805.132500', '150805.592500', '150806.052500', '150806.512500', '150806.972500', '150807.432500', '150807.892500', '150808.352500', '150808.812500', '150809.272500', '150809.732500', '150810.192500', '150810.652500', '150811.112500', '150811.572500', '150812.032500', '150812.492500', '150812.952500', '150813.412500', '150813.872500', '150814.332500', '150814.792500', '150815.252500', '150815.712500', '150816.172500', '150816.632500', '150817.092500', '150817.552500', '150818.012500', '150818.472500', '150818.932500', '150819.392500', '150819.852500', '150820.312500', '150820.772500', '150821.232500', '150821.692500', '150822.152500', '150822.612500', '150823.072500', '150823.532500', '150823.992500', '150824.452500', '150824.912500', '150825.372500', '150825.832500', '150826.292500', '150826.752500', '150827.212500', '150827.672500', '150828.132500', '150828.592500', '150829.052500', '150829.512500', '150829.972500', '150830.432500', '150830.892500', '150831.352500', '150831.812500', '150832.272500', '150832.732500', '150833.192500', '150833.652500', '150834.112500', '150834.572500', '150835.032500', '150835.492500', '150835.952500', '150836.412500', '150836.872500', '150837.332500', '150837.792500', '150838.252500', '150838.712500', '150839.172500', '150839.632500', '150840.092500', '150840.552500', '150841.012500', '150841.472500', '150841.932500', '150842.392500', '150842.852500', '150843.312500', '150843.772500', '150844.232500', '150844.692500', '150845.152500', '150845.612500', '150846.072500', '150846.532500', '150846.992500', '150847.452500', '150847.912500', '150848.372500', '150848.832500', '150849.292500', '150849.752500', '150850.212500', '150850.672500', '150851.132500', '150851.592500', '150852.052500', '150852.512500', '150852.972500', '150853.432500', '150853.892500', '150854.352500', '150854.812500', '150855.272500', '150855.732500', '150856.192500', '150856.652500', '150857.112500', '150857.572500', '150858.032500', '150858.492500', '150858.952500', '150859.412500', '150859.872500', '150900.332500', '150900.792500', '150901.252500', '150901.712500', '150902.172500', '150902.632500', '150903.092500', '150903.552500', '150904.012500', '150904.472500', '150904.932500', '150905.392500', '150905.852500', '150906.312500', '150906.772500', '150907.232500', '150907.692500', '150908.152500', '150908.612500', '150909.072500', '150909.532500', '150909.992500', '150910.452500', '150910.912500', '150911.372500', '150911.832500', '150912.292500', '150912.752500', '150913.212500', '150913.672500', '150914.132500', '150914.592500', '150915.052500', '150915.512500', '150915.972500', '150916.432500', '150916.892500', '150917.352500', '150917.812500', '150918.272500', '150918.732500', '150919.192500', '150919.652500', '150920.112500', '150920.572500', '150921.032500', '150921.492500', '150921.952500', '150922.412500', '150922.872500', '150923.332500', '150923.792500', '150924.252500', '150924.712500', '150925.172500', '150925.632500', '150926.092500', '150926.552500', '150927.012500', '150927.472500', '150927.932500', '150928.392500', '150928.852500', '150929.312500', '150929.772500', '150930.232500', '150930.692500', '150931.152500', '150931.612500', '150932.072500', '150932.532500', '150932.992500', '150933.452500', '150933.912500', '150934.372500', '150934.832500', '150935.292500', '150935.752500', '150936.212500', '150936.672500', '150937.132500', '150937.592500', '150938.052500', '150938.512500', '150938.972500', '150939.432500', '150939.892500', '150940.352500', '150940.812500', '150941.272500', '150941.732500', '150942.192500', '150942.652500', '150943.112500', '150943.572500', '150944.032500', '150944.492500', '150944.952500', '150945.412500', '150945.872500', '150946.332500', '150946.792500', '150947.252500', '150947.712500', '150948.172500', '150948.632500', '150949.092500', '150949.552500', '150950.012500', '150950.472500', '150950.932500', '150951.392500', '150951.852500', '150952.312500', '150952.772500', '150953.232500', '150953.692500', '150954.152500', '150954.612500', '150955.072500', '150955.532500', '150955.992500', '150956.452500', '150956.912500', '150957.372500', '150957.832500', '150958.292500', '150958.752500', '150959.212500', '150959.672500', '151000.132500', '151000.592500', '151001.052500', '151001.512500', '151001.972500', '151002.432500', '151002.892500', '151003.352500', '151003.812500', '151004.272500', '151004.732500', '151005.192500', '151005.652500', '151006.112500', '151006.572500', '151007.032500', '151007.492500', '151007.952500', '151008.412500', '151008.872500', '151009.332500', '151009.792500', '151010.252500', '151010.712500', '151011.172500', '151011.632500', '151012.092500', '151012.552500', '151013.012500', '151013.472500', '151013.932500', '151014.392500', '151014.852500', '151015.312500', '151015.772500', '151016.232500', '151016.692500', '151017.152500', '151017.612500', '151018.072500', '151018.532500', '151018.992500', '151019.452500', '151019.912500', '151020.372500', '151020.832500', '151021.292500', '151021.752500', '151022.212500', '151022.672500', '151023.132500', '151023.592500', '151024.052500', '151024.512500', '151024.972500', '151025.432500', '151025.892500', '151026.352500', '151026.812500', '151027.272500', '151027.732500', '151028.192500', '151028.652500', '151029.112500', '151029.572500', '151030.032500', '151030.492500', '151030.952500', '151031.412500', '151031.872500', '151032.332500', '151032.792500', '151033.252500', '151033.712500', '151034.172500', '151034.632500', '151035.092500', '151035.552500', '151036.012500', '151036.472500', '151036.932500', '151037.392500', '151037.852500', '151038.312500', '151038.772500', '151039.232500', '151039.692500', '151040.152500', '151040.612500', '151041.072500', '151041.532500', '151041.992500', '151042.452500', '151042.912500', '151043.372500', '151043.832500', '151044.292500', '151044.752500', '151045.212500', '151045.672500', '151046.132500', '151046.592500', '151047.052500', '151047.512500', '151047.972500', '151048.432500', '151048.892500', '151049.352500', '151049.812500', '151050.272500', '151050.732500', '151051.192500', '151051.652500', '151052.112500', '151052.572500', '151053.032500', '151053.492500', '151053.952500', '151054.412500', '151054.872500', '151055.332500', '151055.792500', '151056.252500', '151056.712500', '151057.172500', '151057.632500', '151058.092500', '151058.552500', '151059.012500', '151059.472500', '151059.932500', '151100.392500', '151100.852500', '151101.312500', '151101.772500', '151102.232500', '151102.692500', '151103.152500', '151103.612500', '151104.072500', '151104.532500', '151104.992500', '151105.452500', '151105.912500', '151106.372500', '151106.832500', '151107.292500', '151107.752500', '151108.212500', '151108.672500', '151109.132500', '151109.592500', '151110.052500', '151110.512500', '151110.972500', '151111.432500', '151111.892500', '151112.352500', '151112.812500', '151113.272500', '151113.732500', '151114.192500', '151114.652500', '151115.112500', '151115.572500', '151116.032500', '151116.492500', '151116.952500', '151117.412500', '151117.872500', '151118.332500', '151118.792500', '151119.252500', '151119.712500', '151120.172500', '151120.632500', '151121.092500', '151121.552500', '151122.012500', '151122.472500', '151122.932500', '151123.392500', '151123.852500', '151124.312500', '151124.772500', '151125.232500', '151125.692500', '151126.152500', '151126.612500', '151127.072500', '151127.532500', '151127.992500', '151128.452500', '151128.912500', '151129.372500', '151129.832500', '151130.292500', '151130.752500', '151131.212500', '151131.672500', '151132.132500', '151132.592500', '151133.052500', '151133.512500', '151133.972500', '151134.432500', '151134.892500', '151135.352500', '151135.812500', '151136.272500', '151136.732500', '151137.192500', '151137.652500', '151138.112500', '151138.572500', '151139.032500', '151139.492500', '151139.952500', '151140.412500', '151140.872500', '151141.332500', '151141.792500', '151142.252500', '151142.712500', '151143.172500', '151143.632500', '151144.092500', '151144.552500', '151145.012500', '151145.472500', '151145.932500', '151146.392500', '151146.852500', '151147.312500', '151147.772500', '151148.232500', '151148.692500', '151149.152500', '151149.612500', '151150.072500', '151150.532500', '151150.992500', '151151.452500', '151151.912500', '151152.372500', '151152.832500', '151153.292500', '151153.752500', '151154.212500', '151154.672500', '151155.132500', '151155.592500', '151156.052500', '151156.512500', '151156.972500', '151157.432500', '151157.892500', '151158.352500', '151158.812500', '151159.272500', '151159.732500', '151200.192500', '151200.652500', '151201.112500', '151201.572500', '151202.032500', '151202.492500', '151202.952500', '151203.412500', '151203.872500', '151204.332500', '151204.792500', '151205.252500', '151205.712500', '151206.172500', '151206.632500', '151207.092500', '151207.552500', '151208.012500', '151208.472500', '151208.932500', '151209.392500', '151209.852500', '151210.312500', '151210.772500', '151211.232500', '151211.692500', '151212.152500', '151212.612500', '151213.072500', '151213.532500', '151213.992500', '151214.452500', '151214.912500', '151215.372500', '151215.832500', '151216.292500', '151216.752500', '151217.212500', '151217.672500', '151218.132500', '151218.592500', '151219.052500', '151219.512500', '151219.972500', '151220.432500', '151220.892500', '151221.352500', '151221.812500', '151222.272500'], 'ContentTime': ['150543.773000', '150543.779000', '150543.781000', '150543.793000', '150543.796000', '150543.798000', '150543.801000', '150543.804000', '150543.806000', '150543.809000', '150543.812000', '150543.814000', '150543.817000', '150543.820000', '150543.822000', '150543.832000', '150543.835000', '150543.837000', '150543.840000', '150543.843000', '150543.845000', '150543.848000', '150543.850000', '150543.853000', '150543.855000', '150543.858000', '150543.861000', '150543.863000', '150543.866000', '150543.869000', '150543.871000', '150543.874000', '150543.877000', '150543.880000', '150543.882000', '150543.885000', '150543.887000', '150543.890000', '150543.893000', '150543.895000', '150543.898000', '150543.900000', '150543.903000', '150543.906000', '150603.737000', '150603.739000', '150603.742000', '150603.744000', '150603.747000', '150603.750000', '150603.752000', '150603.755000', '150603.767000', '150603.770000', '150603.772000', '150603.775000', '150603.778000', '150603.780000', '150603.783000', '150603.785000', '150603.788000', '150603.791000', '150603.793000', '150603.796000', '150603.799000', '150603.801000', '150603.804000', '150603.806000', '150603.809000', '150603.812000', '150603.814000', '150603.817000', '150603.819000', '150603.822000', '150603.825000', '150603.827000', '150603.830000', '150603.832000', '150603.835000', '150603.838000', '150603.840000', '150603.843000', '150603.845000', '150603.858000', '150603.860000', '150603.863000', '150603.865000', '150603.868000', '150623.736000', '150623.750000', '150623.753000', '150623.755000', '150623.758000', '150623.760000', '150623.763000', '150623.766000', '150623.768000', '150623.771000', '150623.773000', '150623.776000', '150623.778000', '150623.781000', '150623.784000', '150623.786000', '150623.789000', '150623.792000', '150623.794000', '150623.797000', '150623.799000', '150623.802000', '150623.811000', '150623.813000', '150623.816000', '150623.819000', '150623.821000', '150623.824000', '150623.826000', '150623.829000', '150623.831000', '150623.834000', '150623.837000', '150623.839000', '150623.842000', '150623.844000', '150623.847000', '150623.849000', '150623.852000', '150623.855000', '150623.857000', '150623.860000', '150623.862000', '150643.737000', '150643.740000', '150643.743000', '150643.745000', '150643.748000', '150643.751000', '150643.753000', '150643.756000', '150643.758000', '150643.761000', '150643.764000', '150643.766000', '150643.769000', '150643.771000', '150643.774000', '150643.776000', '150643.779000', '150643.782000', '150643.784000', '150643.787000', '150643.790000', '150643.792000', '150643.795000', '150643.797000', '150643.800000', '150643.803000', '150643.805000', '150643.808000', '150643.811000', '150643.813000', '150643.816000', '150643.819000', '150643.821000', '150643.824000', '150643.826000', '150643.829000', '150643.832000', '150643.834000', '150643.837000', '150643.840000', '150643.842000', '150643.849000', '150643.852000', '150643.854000', '150703.738000', '150703.741000', '150703.743000', '150703.746000', '150703.748000', '150703.751000', '150703.754000', '150703.756000', '150703.759000', '150703.762000', '150703.764000', '150703.767000', '150703.770000', '150703.772000', '150703.775000', '150703.778000', '150703.780000', '150703.787000', '150703.789000', '150703.792000', '150703.795000', '150703.798000', '150703.800000', '150703.803000', '150703.805000', '150703.808000', '150703.811000', '150703.820000', '150703.822000', '150703.825000', '150703.827000', '150703.830000', '150703.832000', '150703.835000', '150703.838000', '150703.840000', '150703.858000', '150703.861000', '150703.863000', '150703.866000', '150703.869000', '150703.871000', '150703.874000', '150723.737000', '150723.741000', '150723.744000', '150723.747000', '150723.749000', '150723.752000', '150723.755000', '150723.757000', '150723.760000', '150723.763000', '150723.765000', '150723.768000', '150723.771000', '150723.773000', '150723.776000', '150723.778000', '150723.781000', '150723.784000', '150723.786000', '150723.789000', '150723.791000', '150723.794000', '150723.797000', '150723.799000', '150723.802000', '150723.804000', '150723.807000', '150723.809000', '150723.812000', '150723.815000', '150723.817000', '150723.820000', '150723.822000', '150723.825000', '150723.828000', '150723.830000', '150723.833000', '150723.836000', '150723.838000', '150723.841000', '150723.844000', '150723.846000', '150723.849000', '150723.851000', '150743.737000', '150743.740000', '150743.743000', '150743.746000', '150743.748000', '150743.751000', '150743.753000', '150743.756000', '150743.759000', '150743.761000', '150743.764000', '150743.773000', '150743.776000', '150743.779000', '150743.781000', '150743.784000', '150743.786000', '150743.789000', '150743.792000', '150743.794000', '150743.797000', '150743.800000', '150743.802000', '150743.805000', '150743.807000', '150743.810000', '150743.813000', '150743.815000', '150743.818000', '150743.821000', '150743.823000', '150743.826000', '150743.828000', '150743.831000', '150743.833000', '150743.836000', '150743.839000', '150743.841000', '150743.844000', '150743.846000', '150743.849000', '150743.852000', '150743.854000', '150803.736000', '150803.739000', '150803.742000', '150803.744000', '150803.747000', '150803.750000', '150803.753000', '150803.755000', '150803.758000', '150803.769000', '150803.771000', '150803.774000', '150803.776000', '150803.779000', '150803.782000', '150803.784000', '150803.787000', '150803.790000', '150803.792000', '150803.795000', '150803.797000', '150803.800000', '150803.803000', '150803.805000', '150803.808000', '150803.811000', '150803.813000', '150803.816000', '150803.818000', '150803.821000', '150803.824000', '150803.826000', '150803.829000', '150803.838000', '150803.841000', '150803.843000', '150803.846000', '150803.848000', '150803.851000', '150803.853000', '150803.856000', '150803.859000', '150803.861000', '150803.864000', '150823.736000', '150823.739000', '150823.742000', '150823.744000', '150823.747000', '150823.750000', '150823.752000', '150823.755000', '150823.757000', '150823.760000', '150823.762000', '150823.765000', '150823.768000', '150823.770000', '150823.773000', '150823.775000', '150823.778000', '150823.780000', '150823.783000', '150823.786000', '150823.788000', '150823.791000', '150823.793000', '150823.796000', '150823.799000', '150823.801000', '150823.804000', '150823.806000', '150823.809000', '150823.811000', '150823.814000', '150823.817000', '150823.819000', '150823.822000', '150823.825000', '150823.827000', '150823.830000', '150823.832000', '150823.835000', '150823.838000', '150823.840000', '150823.843000', '150823.846000', '150843.736000', '150843.739000', '150843.742000', '150843.745000', '150843.747000', '150843.750000', '150843.752000', '150843.755000', '150843.758000', '150843.760000', '150843.763000', '150843.765000', '150843.768000', '150843.770000', '150843.773000', '150843.776000', '150843.779000', '150843.782000', '150843.784000', '150843.787000', '150843.790000', '150843.792000', '150843.804000', '150843.807000', '150843.809000', '150843.812000', '150843.815000', '150843.817000', '150843.820000', '150843.823000', '150843.825000', '150843.828000', '150843.830000', '150843.846000', '150843.849000', '150843.852000', '150843.854000', '150843.857000', '150843.860000', '150843.862000', '150843.865000', '150843.867000', '150843.870000', '150843.872000', '150903.738000', '150903.741000', '150903.743000', '150903.746000', '150903.756000', '150903.758000', '150903.761000', '150903.763000', '150903.766000', '150903.769000', '150903.771000', '150903.774000', '150903.776000', '150903.779000', '150903.782000', '150903.784000', '150903.787000', '150903.789000', '150903.792000', '150903.795000', '150903.797000', '150903.800000', '150903.802000', '150903.805000', '150903.808000', '150903.810000', '150903.813000', '150903.815000', '150903.818000', '150903.821000', '150903.823000', '150903.826000', '150903.829000', '150903.831000', '150903.834000', '150903.836000', '150903.839000', '150903.842000', '150903.844000', '150903.847000', '150903.849000', '150903.852000', '150903.855000', '150923.738000', '150923.741000', '150923.743000', '150923.746000', '150923.759000', '150923.761000', '150923.764000', '150923.767000', '150923.769000', '150923.772000', '150923.775000', '150923.777000', '150923.780000', '150923.782000', '150923.785000', '150923.793000', '150923.795000', '150923.798000', '150923.800000', '150923.803000', '150923.806000', '150923.808000', '150923.811000', '150923.813000', '150923.816000', '150923.819000', '150923.821000', '150923.824000', '150923.827000', '150923.829000', '150923.832000', '150923.835000', '150923.837000', '150923.840000', '150923.843000', '150923.845000', '150923.848000', '150923.850000', '150923.853000', '150923.856000', '150923.858000', '150923.861000', '150923.863000', '150943.737000', '150943.740000', '150943.743000', '150943.746000', '150943.748000', '150943.751000', '150943.754000', '150943.756000', '150943.759000', '150943.761000', '150943.764000', '150943.767000', '150943.769000', '150943.772000', '150943.774000', '150943.777000', '150943.780000', '150943.782000', '150943.785000', '150943.788000', '150943.790000', '150943.793000', '150943.795000', '150943.798000', '150943.801000', '150943.803000', '150943.806000', '150943.808000', '150943.811000', '150943.814000', '150943.816000', '150943.819000', '150943.821000', '150943.824000', '150943.827000', '150943.829000', '150943.832000', '150943.834000', '150943.837000', '150943.839000', '150943.842000', '150943.845000', '150943.847000', '150943.850000', '151003.737000', '151003.740000', '151003.743000', '151003.746000', '151003.753000', '151003.755000', '151003.758000', '151003.761000', '151003.763000', '151003.766000', '151003.768000', '151003.771000', '151003.774000', '151003.776000', '151003.779000', '151003.782000', '151003.784000', '151003.787000', '151003.790000', '151003.792000', '151003.795000', '151003.797000', '151003.800000', '151003.803000', '151003.805000', '151003.808000', '151003.811000', '151003.813000', '151003.816000', '151003.839000', '151003.842000', '151003.844000', '151003.847000', '151003.849000', '151003.852000', '151003.855000', '151003.857000', '151003.860000', '151003.862000', '151003.865000', '151003.868000', '151003.870000', '151003.873000', '151023.760000', '151023.763000', '151023.765000', '151023.768000', '151023.771000', '151023.773000', '151023.776000', '151023.778000', '151023.781000', '151023.784000', '151023.786000', '151023.789000', '151023.792000', '151023.794000', '151023.797000', '151023.799000', '151023.802000', '151023.805000', '151023.807000', '151023.810000', '151023.813000', '151023.815000', '151023.818000', '151023.820000', '151023.823000', '151023.826000', '151023.828000', '151023.831000', '151023.833000', '151023.836000', '151023.839000', '151023.841000', '151023.844000', '151023.847000', '151023.849000', '151023.852000', '151023.854000', '151023.857000', '151023.860000', '151023.862000', '151023.865000', '151023.867000', '151023.870000', '151023.900000', '151043.737000', '151043.739000', '151043.742000', '151043.745000', '151043.747000', '151043.750000', '151043.752000', '151043.755000', '151043.758000', '151043.760000', '151043.763000', '151043.765000', '151043.768000', '151043.771000', '151043.773000', '151043.776000', '151043.778000', '151043.781000', '151043.784000', '151043.787000', '151043.789000', '151043.792000', '151043.795000', '151043.797000', '151043.800000', '151043.802000', '151043.805000', '151043.808000', '151043.810000', '151043.813000', '151043.816000', '151043.818000', '151043.821000', '151043.823000', '151043.826000', '151043.829000', '151043.831000', '151043.834000', '151043.836000', '151043.839000', '151043.841000', '151043.844000', '151043.847000', '151103.737000', '151103.740000', '151103.742000', '151103.745000', '151103.747000', '151103.750000', '151103.753000', '151103.755000', '151103.758000', '151103.760000', '151103.763000', '151103.766000', '151103.768000', '151103.771000', '151103.773000', '151103.776000', '151103.778000', '151103.781000', '151103.784000', '151103.786000', '151103.789000', '151103.791000', '151103.794000', '151103.797000', '151103.799000', '151103.804000', '151103.806000', '151103.809000', '151103.812000', '151103.818000', '151103.820000', '151103.823000', '151103.826000', '151103.828000', '151103.831000', '151103.833000', '151103.836000', '151103.838000', '151103.841000', '151103.844000', '151103.846000', '151103.849000', '151103.852000', '151103.854000', '151123.738000', '151123.741000', '151123.743000', '151123.746000', '151123.748000', '151123.751000', '151123.754000', '151123.756000', '151123.759000', '151123.761000', '151123.764000', '151123.767000', '151123.769000', '151123.772000', '151123.774000', '151123.777000', '151123.780000', '151123.782000', '151123.785000', '151123.787000', '151123.790000', '151123.793000', '151123.795000', '151123.798000', '151123.800000', '151123.803000', '151123.806000', '151123.808000', '151123.811000', '151123.822000', '151123.824000', '151123.827000', '151123.829000', '151123.832000', '151123.835000', '151123.838000', '151123.840000', '151123.843000', '151123.845000', '151123.848000', '151123.851000', '151123.853000', '151123.856000', '151143.738000', '151143.741000', '151143.743000', '151143.746000', '151143.748000', '151143.751000', '151143.753000', '151143.756000', '151143.759000', '151143.761000', '151143.764000', '151143.766000', '151143.769000', '151143.772000', '151143.774000', '151143.777000', '151143.779000', '151143.782000', '151143.784000', '151143.787000', '151143.790000', '151143.792000', '151143.795000', '151143.797000', '151143.800000', '151143.850000', '151143.853000', '151143.856000', '151143.859000', '151143.861000', '151143.864000', '151143.866000', '151143.869000', '151143.871000', '151143.874000', '151143.877000', '151143.879000', '151143.882000', '151143.884000', '151143.887000', '151143.890000', '151143.892000', '151143.895000', '151143.898000', '151203.738000', '151203.741000', '151203.743000', '151203.746000', '151203.748000', '151203.751000', '151203.754000', '151203.756000', '151203.759000', '151203.761000', '151203.764000', '151203.767000', '151203.769000', '151203.772000', '151203.774000', '151203.777000', '151203.780000', '151203.782000', '151203.785000', '151203.787000', '151203.790000', '151203.792000', '151203.795000', '151203.798000', '151203.800000', '151203.803000', '151203.805000', '151203.808000', '151203.811000', '151203.813000', '151203.816000', '151203.819000', '151203.825000', '151203.828000', '151203.831000', '151203.833000', '151203.836000', '151203.839000', '151203.841000', '151203.844000', '151203.846000', '151203.849000', '151203.851000', '151223.631000', '151223.634000', '151223.636000', '151223.639000', '151223.642000', '151223.644000', '151223.647000', '151223.650000', '151223.656000', '151223.658000', '151223.661000', '151223.663000', '151223.666000', '151223.669000', '151223.671000', '151223.674000', '151223.677000', '151223.679000', '151223.682000', '151223.684000', '151223.687000', '151223.690000', '151223.692000', '151223.695000', '151223.698000', '151223.701000', '151223.703000', '151223.706000', '151223.709000', '151223.711000', '151223.714000', '151223.716000', '151223.719000', '151223.722000', '151223.724000', '151223.727000', '151223.730000', '151223.732000', '151223.735000', '151223.738000', '151223.741000', '151223.743000', '151223.746000', '151223.749000'], 'InstanceCreationTime': ['150543.773000', '150543.779000', '150543.781000', '150543.793000', '150543.796000', '150543.798000', '150543.801000', '150543.804000', '150543.806000', '150543.809000', '150543.812000', '150543.814000', '150543.817000', '150543.820000', '150543.822000', '150543.832000', '150543.835000', '150543.837000', '150543.840000', '150543.843000', '150543.845000', '150543.848000', '150543.850000', '150543.853000', '150543.855000', '150543.858000', '150543.861000', '150543.863000', '150543.866000', '150543.869000', '150543.871000', '150543.874000', '150543.877000', '150543.880000', '150543.882000', '150543.885000', '150543.887000', '150543.890000', '150543.893000', '150543.895000', '150543.898000', '150543.900000', '150543.903000', '150543.906000', '150603.737000', '150603.739000', '150603.742000', '150603.744000', '150603.747000', '150603.750000', '150603.752000', '150603.755000', '150603.767000', '150603.770000', '150603.772000', '150603.775000', '150603.778000', '150603.780000', '150603.783000', '150603.785000', '150603.788000', '150603.791000', '150603.793000', '150603.796000', '150603.799000', '150603.801000', '150603.804000', '150603.806000', '150603.809000', '150603.812000', '150603.814000', '150603.817000', '150603.819000', '150603.822000', '150603.825000', '150603.827000', '150603.830000', '150603.832000', '150603.835000', '150603.838000', '150603.840000', '150603.843000', '150603.845000', '150603.858000', '150603.860000', '150603.863000', '150603.865000', '150603.868000', '150623.736000', '150623.750000', '150623.753000', '150623.755000', '150623.758000', '150623.760000', '150623.763000', '150623.766000', '150623.768000', '150623.771000', '150623.773000', '150623.776000', '150623.778000', '150623.781000', '150623.784000', '150623.786000', '150623.789000', '150623.792000', '150623.794000', '150623.797000', '150623.799000', '150623.802000', '150623.811000', '150623.813000', '150623.816000', '150623.819000', '150623.821000', '150623.824000', '150623.826000', '150623.829000', '150623.831000', '150623.834000', '150623.837000', '150623.839000', '150623.842000', '150623.844000', '150623.847000', '150623.849000', '150623.852000', '150623.855000', '150623.857000', '150623.860000', '150623.862000', '150643.737000', '150643.740000', '150643.743000', '150643.745000', '150643.748000', '150643.751000', '150643.753000', '150643.756000', '150643.758000', '150643.761000', '150643.764000', '150643.766000', '150643.769000', '150643.771000', '150643.774000', '150643.776000', '150643.779000', '150643.782000', '150643.784000', '150643.787000', '150643.790000', '150643.792000', '150643.795000', '150643.797000', '150643.800000', '150643.803000', '150643.805000', '150643.808000', '150643.811000', '150643.813000', '150643.816000', '150643.819000', '150643.821000', '150643.824000', '150643.826000', '150643.829000', '150643.832000', '150643.834000', '150643.837000', '150643.840000', '150643.842000', '150643.849000', '150643.852000', '150643.854000', '150703.738000', '150703.741000', '150703.743000', '150703.746000', '150703.748000', '150703.751000', '150703.754000', '150703.756000', '150703.759000', '150703.762000', '150703.764000', '150703.767000', '150703.770000', '150703.772000', '150703.775000', '150703.778000', '150703.780000', '150703.787000', '150703.789000', '150703.792000', '150703.795000', '150703.798000', '150703.800000', '150703.803000', '150703.805000', '150703.808000', '150703.811000', '150703.820000', '150703.822000', '150703.825000', '150703.827000', '150703.830000', '150703.832000', '150703.835000', '150703.838000', '150703.840000', '150703.858000', '150703.861000', '150703.863000', '150703.866000', '150703.869000', '150703.871000', '150703.874000', '150723.737000', '150723.741000', '150723.744000', '150723.747000', '150723.749000', '150723.752000', '150723.755000', '150723.757000', '150723.760000', '150723.763000', '150723.765000', '150723.768000', '150723.771000', '150723.773000', '150723.776000', '150723.778000', '150723.781000', '150723.784000', '150723.786000', '150723.789000', '150723.791000', '150723.794000', '150723.797000', '150723.799000', '150723.802000', '150723.804000', '150723.807000', '150723.809000', '150723.812000', '150723.815000', '150723.817000', '150723.820000', '150723.822000', '150723.825000', '150723.828000', '150723.830000', '150723.833000', '150723.836000', '150723.838000', '150723.841000', '150723.844000', '150723.846000', '150723.849000', '150723.851000', '150743.737000', '150743.740000', '150743.743000', '150743.746000', '150743.748000', '150743.751000', '150743.753000', '150743.756000', '150743.759000', '150743.761000', '150743.764000', '150743.773000', '150743.776000', '150743.779000', '150743.781000', '150743.784000', '150743.786000', '150743.789000', '150743.792000', '150743.794000', '150743.797000', '150743.800000', '150743.802000', '150743.805000', '150743.807000', '150743.810000', '150743.813000', '150743.815000', '150743.818000', '150743.821000', '150743.823000', '150743.826000', '150743.828000', '150743.831000', '150743.833000', '150743.836000', '150743.839000', '150743.841000', '150743.844000', '150743.846000', '150743.849000', '150743.852000', '150743.854000', '150803.736000', '150803.739000', '150803.742000', '150803.744000', '150803.747000', '150803.750000', '150803.753000', '150803.755000', '150803.758000', '150803.769000', '150803.771000', '150803.774000', '150803.776000', '150803.779000', '150803.782000', '150803.784000', '150803.787000', '150803.790000', '150803.792000', '150803.795000', '150803.797000', '150803.800000', '150803.803000', '150803.805000', '150803.808000', '150803.811000', '150803.813000', '150803.816000', '150803.818000', '150803.821000', '150803.824000', '150803.826000', '150803.829000', '150803.838000', '150803.841000', '150803.843000', '150803.846000', '150803.848000', '150803.851000', '150803.853000', '150803.856000', '150803.859000', '150803.861000', '150803.864000', '150823.736000', '150823.739000', '150823.742000', '150823.744000', '150823.747000', '150823.750000', '150823.752000', '150823.755000', '150823.757000', '150823.760000', '150823.762000', '150823.765000', '150823.768000', '150823.770000', '150823.773000', '150823.775000', '150823.778000', '150823.780000', '150823.783000', '150823.786000', '150823.788000', '150823.791000', '150823.793000', '150823.796000', '150823.799000', '150823.801000', '150823.804000', '150823.806000', '150823.809000', '150823.811000', '150823.814000', '150823.817000', '150823.819000', '150823.822000', '150823.825000', '150823.827000', '150823.830000', '150823.832000', '150823.835000', '150823.838000', '150823.840000', '150823.843000', '150823.846000', '150843.736000', '150843.739000', '150843.742000', '150843.745000', '150843.747000', '150843.750000', '150843.752000', '150843.755000', '150843.758000', '150843.760000', '150843.763000', '150843.765000', '150843.768000', '150843.770000', '150843.773000', '150843.776000', '150843.779000', '150843.782000', '150843.784000', '150843.787000', '150843.790000', '150843.792000', '150843.804000', '150843.807000', '150843.809000', '150843.812000', '150843.815000', '150843.817000', '150843.820000', '150843.823000', '150843.825000', '150843.828000', '150843.830000', '150843.846000', '150843.849000', '150843.852000', '150843.854000', '150843.857000', '150843.860000', '150843.862000', '150843.865000', '150843.867000', '150843.870000', '150843.872000', '150903.738000', '150903.741000', '150903.743000', '150903.746000', '150903.756000', '150903.758000', '150903.761000', '150903.763000', '150903.766000', '150903.769000', '150903.771000', '150903.774000', '150903.776000', '150903.779000', '150903.782000', '150903.784000', '150903.787000', '150903.789000', '150903.792000', '150903.795000', '150903.797000', '150903.800000', '150903.802000', '150903.805000', '150903.808000', '150903.810000', '150903.813000', '150903.815000', '150903.818000', '150903.821000', '150903.823000', '150903.826000', '150903.829000', '150903.831000', '150903.834000', '150903.836000', '150903.839000', '150903.842000', '150903.844000', '150903.847000', '150903.849000', '150903.852000', '150903.855000', '150923.738000', '150923.741000', '150923.743000', '150923.746000', '150923.759000', '150923.761000', '150923.764000', '150923.767000', '150923.769000', '150923.772000', '150923.775000', '150923.777000', '150923.780000', '150923.782000', '150923.785000', '150923.793000', '150923.795000', '150923.798000', '150923.800000', '150923.803000', '150923.806000', '150923.808000', '150923.811000', '150923.813000', '150923.816000', '150923.819000', '150923.821000', '150923.824000', '150923.827000', '150923.829000', '150923.832000', '150923.835000', '150923.837000', '150923.840000', '150923.843000', '150923.845000', '150923.848000', '150923.850000', '150923.853000', '150923.856000', '150923.858000', '150923.861000', '150923.863000', '150943.737000', '150943.740000', '150943.743000', '150943.746000', '150943.748000', '150943.751000', '150943.754000', '150943.756000', '150943.759000', '150943.761000', '150943.764000', '150943.767000', '150943.769000', '150943.772000', '150943.774000', '150943.777000', '150943.780000', '150943.782000', '150943.785000', '150943.788000', '150943.790000', '150943.793000', '150943.795000', '150943.798000', '150943.801000', '150943.803000', '150943.806000', '150943.808000', '150943.811000', '150943.814000', '150943.816000', '150943.819000', '150943.821000', '150943.824000', '150943.827000', '150943.829000', '150943.832000', '150943.834000', '150943.837000', '150943.839000', '150943.842000', '150943.845000', '150943.847000', '150943.850000', '151003.737000', '151003.740000', '151003.743000', '151003.746000', '151003.753000', '151003.755000', '151003.758000', '151003.761000', '151003.763000', '151003.766000', '151003.768000', '151003.771000', '151003.774000', '151003.776000', '151003.779000', '151003.782000', '151003.784000', '151003.787000', '151003.790000', '151003.792000', '151003.795000', '151003.797000', '151003.800000', '151003.803000', '151003.805000', '151003.808000', '151003.811000', '151003.813000', '151003.816000', '151003.839000', '151003.842000', '151003.844000', '151003.847000', '151003.849000', '151003.852000', '151003.855000', '151003.857000', '151003.860000', '151003.862000', '151003.865000', '151003.868000', '151003.870000', '151003.873000', '151023.760000', '151023.763000', '151023.765000', '151023.768000', '151023.771000', '151023.773000', '151023.776000', '151023.778000', '151023.781000', '151023.784000', '151023.786000', '151023.789000', '151023.792000', '151023.794000', '151023.797000', '151023.799000', '151023.802000', '151023.805000', '151023.807000', '151023.810000', '151023.813000', '151023.815000', '151023.818000', '151023.820000', '151023.823000', '151023.826000', '151023.828000', '151023.831000', '151023.833000', '151023.836000', '151023.839000', '151023.841000', '151023.844000', '151023.847000', '151023.849000', '151023.852000', '151023.854000', '151023.857000', '151023.860000', '151023.862000', '151023.865000', '151023.867000', '151023.870000', '151023.900000', '151043.737000', '151043.739000', '151043.742000', '151043.745000', '151043.747000', '151043.750000', '151043.752000', '151043.755000', '151043.758000', '151043.760000', '151043.763000', '151043.765000', '151043.768000', '151043.771000', '151043.773000', '151043.776000', '151043.778000', '151043.781000', '151043.784000', '151043.787000', '151043.789000', '151043.792000', '151043.795000', '151043.797000', '151043.800000', '151043.802000', '151043.805000', '151043.808000', '151043.810000', '151043.813000', '151043.816000', '151043.818000', '151043.821000', '151043.823000', '151043.826000', '151043.829000', '151043.831000', '151043.834000', '151043.836000', '151043.839000', '151043.841000', '151043.844000', '151043.847000', '151103.737000', '151103.740000', '151103.742000', '151103.745000', '151103.747000', '151103.750000', '151103.753000', '151103.755000', '151103.758000', '151103.760000', '151103.763000', '151103.766000', '151103.768000', '151103.771000', '151103.773000', '151103.776000', '151103.778000', '151103.781000', '151103.784000', '151103.786000', '151103.789000', '151103.791000', '151103.794000', '151103.797000', '151103.799000', '151103.804000', '151103.806000', '151103.809000', '151103.812000', '151103.818000', '151103.820000', '151103.823000', '151103.826000', '151103.828000', '151103.831000', '151103.833000', '151103.836000', '151103.838000', '151103.841000', '151103.844000', '151103.846000', '151103.849000', '151103.852000', '151103.854000', '151123.738000', '151123.741000', '151123.743000', '151123.746000', '151123.748000', '151123.751000', '151123.754000', '151123.756000', '151123.759000', '151123.761000', '151123.764000', '151123.767000', '151123.769000', '151123.772000', '151123.774000', '151123.777000', '151123.780000', '151123.782000', '151123.785000', '151123.787000', '151123.790000', '151123.793000', '151123.795000', '151123.798000', '151123.800000', '151123.803000', '151123.806000', '151123.808000', '151123.811000', '151123.822000', '151123.824000', '151123.827000', '151123.829000', '151123.832000', '151123.835000', '151123.838000', '151123.840000', '151123.843000', '151123.845000', '151123.848000', '151123.851000', '151123.853000', '151123.856000', '151143.738000', '151143.741000', '151143.743000', '151143.746000', '151143.748000', '151143.751000', '151143.753000', '151143.756000', '151143.759000', '151143.761000', '151143.764000', '151143.766000', '151143.769000', '151143.772000', '151143.774000', '151143.777000', '151143.779000', '151143.782000', '151143.784000', '151143.787000', '151143.790000', '151143.792000', '151143.795000', '151143.797000', '151143.800000', '151143.850000', '151143.853000', '151143.856000', '151143.859000', '151143.861000', '151143.864000', '151143.866000', '151143.869000', '151143.871000', '151143.874000', '151143.877000', '151143.879000', '151143.882000', '151143.884000', '151143.887000', '151143.890000', '151143.892000', '151143.895000', '151143.898000', '151203.738000', '151203.741000', '151203.743000', '151203.746000', '151203.748000', '151203.751000', '151203.754000', '151203.756000', '151203.759000', '151203.761000', '151203.764000', '151203.767000', '151203.769000', '151203.772000', '151203.774000', '151203.777000', '151203.780000', '151203.782000', '151203.785000', '151203.787000', '151203.790000', '151203.792000', '151203.795000', '151203.798000', '151203.800000', '151203.803000', '151203.805000', '151203.808000', '151203.811000', '151203.813000', '151203.816000', '151203.819000', '151203.825000', '151203.828000', '151203.831000', '151203.833000', '151203.836000', '151203.839000', '151203.841000', '151203.844000', '151203.846000', '151203.849000', '151203.851000', '151223.631000', '151223.634000', '151223.636000', '151223.639000', '151223.642000', '151223.644000', '151223.647000', '151223.650000', '151223.656000', '151223.658000', '151223.661000', '151223.663000', '151223.666000', '151223.669000', '151223.671000', '151223.674000', '151223.677000', '151223.679000', '151223.682000', '151223.684000', '151223.687000', '151223.690000', '151223.692000', '151223.695000', '151223.698000', '151223.701000', '151223.703000', '151223.706000', '151223.709000', '151223.711000', '151223.714000', '151223.716000', '151223.719000', '151223.722000', '151223.724000', '151223.727000', '151223.730000', '151223.732000', '151223.735000', '151223.738000', '151223.741000', '151223.743000', '151223.746000', '151223.749000'], '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': [12675, 7867, 11783, 9022, 10903, 8206, 11357, 8065, 9046, 8208, 7853, 12454, 9209, 14098, 11755, 10716, 8133, 8228, 8180, 7857, 13230, 9289, 8823, 7891, 8503, 8198, 8089, 8089, 8136, 8515, 7954, 11738, 7858, 10201, 8522, 9466, 8601, 8040, 12966, 7777, 12655, 10600, 12451, 10442, 8278, 8574, 8120, 10542, 8061, 10676, 8133, 8835, 7824, 11771, 8258, 10261, 10850, 10233, 8410, 7850, 13287, 7998, 11832, 10582, 9630, 8530, 8145, 12346, 9480, 10078, 12214, 10014, 9239, 7989, 10612, 8580, 10510, 9707, 10303, 8619, 8074, 12245, 9987, 12805, 9599, 10150, 8375, 7839, 12131, 7771, 12814, 11170, 9723, 8070, 8000, 9245, 8852, 8299, 11841, 9824, 12518, 8492, 11751, 8150, 11892, 7846, 12356, 10929, 14583, 14361, 13297, 9234, 10126, 8045, 7853, 11364, 10200, 8216, 7719, 8515, 7537, 12036, 7733, 12410, 10618, 10377, 7570, 10990, 8451, 12355, 11405, 12801, 9968, 11063, 8305, 7843, 11101, 7491, 13252, 10734, 9229, 7626, 8822, 7655, 8775, 8178, 7973, 8293, 7404, 8587, 7479, 9877, 7304, 12966, 10480, 10178, 8231, 10597, 8350, 7508, 8476, 10148, 7989, 9230, 8254, 7652, 8328, 7545, 13939, 11430, 10914, 9458, 10356, 8160, 7647, 10084, 9480, 13707, 10799, 12113, 9394, 9497, 8128, 11529, 8439, 9522, 8907, 7625, 13332, 10192, 13495, 11128, 9949, 8128, 7782, 8283, 7424, 13202, 8856, 11234, 7284, 11598, 7360, 11390, 9181, 12845, 12134, 10749, 9772, 8051, 11492, 9126, 11061, 7947, 10329, 8116, 11994, 9233, 9846, 7266, 11118, 11774, 14387, 10894, 9054, 8652, 7445, 12828, 7291, 12375, 10906, 11355, 7826, 9056, 8338, 8566, 9326, 9562, 8737, 7536, 8629, 7491, 8143, 7192, 10708, 7463, 12218, 7734, 13469, 11419, 14941, 10984, 12600, 8639, 7482, 14605, 10098, 13732, 11631, 10521, 8248, 8226, 8703, 7422, 14302, 11323, 11067, 7991, 10721, 8342, 9515, 11998, 12279, 8812, 7923, 11537, 7684, 12925, 11321, 12171, 8673, 8184, 14762, 7877, 12079, 10207, 9557, 15247, 12960, 11459, 7945, 8926, 8626, 7660, 14207, 12375, 11636, 7920, 9953, 8572, 9431, 11694, 7862, 12173, 7885, 10318, 8607, 7720, 15004, 12792, 11326, 9136, 10070, 9809, 8290, 15214, 12701, 10631, 7680, 8670, 8423, 7498, 11913, 7366, 9972, 7869, 9799, 8229, 7384, 14285, 11675, 12599, 9773, 9080, 11401, 7767, 10335, 8700, 11504, 8384, 7705, 8745, 7400, 11137, 7532, 11162, 10836, 9102, 8296, 8843, 14380, 9963, 13031, 10799, 9814, 8678, 7456, 13958, 11413, 12751, 10507, 10358, 10037, 7504, 11487, 8491, 13152, 10002, 11090, 8413, 7786, 13450, 10581, 12983, 9786, 9872, 8380, 7423, 12082, 8414, 11789, 9342, 10070, 8492, 7428, 9555, 7384, 11837, 9514, 13108, 10647, 12690, 8242, 8204, 7967, 7267, 13141, 9986, 13160, 10602, 10640, 8177, 7393, 12104, 7235, 11847, 10717, 9647, 8134, 7759, 8398, 7481, 12900, 10684, 11915, 7476, 12035, 9054, 10050, 11547, 8296, 12397, 7629, 12808, 10754, 10897, 10183, 12377, 8292, 8274, 11081, 7563, 13984, 7971, 14488, 11802, 12268, 8699, 7858, 8624, 7627, 11854, 7784, 12856, 10908, 8298, 7927, 8709, 8519, 8420, 12680, 14243, 14009, 14420, 9454, 9473, 10227, 7681, 11054, 9220, 14464, 9757, 11544, 8221, 7936, 9110, 7649, 13102, 11862, 10380, 8234, 8052, 8490, 7705, 8179, 7600, 8068, 7593, 8536, 7476, 13204, 11216, 13739, 11708, 11448, 8459, 7706, 12511, 8539, 9009, 13180, 8795, 9278, 7909, 8954, 8247, 7713, 8238, 7588, 9129, 7576, 11406, 7784, 11369, 8813, 13480, 11792, 13550, 9093, 7741, 13822, 8056, 14526, 12470, 11021, 8172, 8238, 8508, 7937, 13699, 11707, 11131, 7983, 10150, 7948, 9647, 10976, 11840, 11815, 8512, 13196, 7873, 8909, 8429, 9388, 14785, 12635, 11260, 7756, 9708, 8342, 8324, 13782, 11756, 10430, 7937, 8048, 8265, 7760, 14335, 11817, 10545, 8036, 8068, 10331, 7538, 13593, 11230, 10134, 8517, 8104, 11673, 7738, 12518, 11287, 11296, 8121, 8071, 8520, 7588, 13600, 10045, 10006, 10997, 7569, 8622, 7936, 8959, 8393, 7797, 13901, 11994, 10500, 7972, 8892, 8528, 7644, 8467, 7786, 12225, 10038, 12121, 9529, 9801, 15020, 12399, 11309, 8351, 7952, 14048, 8793, 13199, 10382, 10001, 8425, 7820, 10229, 8028, 8975, 10201, 7964, 9967, 7591, 8465, 7799, 11150, 9709, 12665, 8547, 10915, 10640, 8379, 7572, 11520, 14645, 10270, 9907, 10859, 7403, 10938, 8057, 8714, 10790, 11306, 14167, 11406, 13827, 9494, 13789, 13650, 12425, 15548, 12846, 11178, 7565, 8917, 7982, 7584, 10976, 8273, 9549, 7823, 8940, 8236, 9063, 8030, 8084, 8122, 7894, 12865, 11086, 10412, 8056, 10277, 7737, 8961, 8016, 9570, 8010, 7359, 8285, 7314, 8333, 7311, 13421, 11193, 11270, 8678, 11579, 8714, 10399, 8230, 10365, 10630, 7900, 10259, 7523, 10238, 7396, 10826, 8662, 8754, 8193, 7565, 8685, 7372, 11175, 7404, 9484, 7745, 9428, 8196, 12819, 9725, 12191, 9450, 9629, 8952, 7526, 14208, 11673, 13518, 10870, 10960, 8463, 8240, 10739, 7504, 14194, 12133, 10445, 8718, 8153, 12998, 7576, 12868, 10776, 9328, 8368, 7490, 12223, 7220, 12450, 10417, 9014, 8546, 7393, 10450, 7460, 13317, 11263, 9832, 8229, 9498, 14543, 11092, 13541, 11013, 9256, 10828, 7581, 8624, 8281, 11546, 9231, 9670, 8661, 7648, 11629, 7287, 12249, 10555, 13026, 10517, 11864, 8478, 7518, 14213, 11513, 11411, 13474, 9604, 11521, 7254, 10650, 7997, 7705, 8511, 7504, 9670, 7440, 8970, 8302, 7370, 8892, 7687, 8796, 7883, 8757, 8263, 9450, 8969, 8496, 8466, 10696, 8649, 13325, 12141, 10858, 8777, 8933, 14465, 11941, 12766, 13469, 11691, 12515, 8390, 10963, 8421, 11131, 9680, 11033, 7789, 7341, 10486, 7310, 14045, 12035, 13007, 10142, 11258, 7410, 7666, 7748, 7991, 14762, 13236, 11800, 8179, 12307, 7975, 11017, 8334, 12787, 7359, 8660, 7647, 7704, 8106, 8761, 15104, 12941, 12617, 9535, 10952, 7332, 11006, 7736, 11590, 11111, 10379, 9075, 7496, 14041, 11399, 14082, 10352, 11270, 7802, 7586, 12236, 7336, 14427, 12187, 11362, 8833, 10373, 7827, 7376, 12094, 7036, 12966, 9027, 9784, 7207, 9113, 7388, 9379, 7588, 10010, 9283, 10783, 7988, 7153, 13645, 7134, 12388, 9034, 10610, 7904, 7406, 11738, 7184, 10171, 7455, 11545, 9461, 9328, 7352, 10177, 7519, 11208, 9623, 12294, 8071, 10893, 13196, 10508, 13580, 12221, 10345, 8095, 9096], 'WindowCenter': [4372.0, 4287.0, 4332.0, 4287.0, 4307.0, 4278.0, 4306.0, 4265.0, 4275.0, 4264.0, 4266.0, 4314.0, 4286.0, 4335.0, 4315.0, 4293.0, 4251.0, 4253.0, 4260.0, 4264.0, 4322.0, 4285.0, 4272.0, 4263.0, 4273.0, 4264.0, 4265.0, 4265.0, 4267.0, 4275.0, 4263.0, 4315.0, 4266.0, 4308.0, 4287.0, 4298.0, 4287.0, 4278.0, 4327.0, 4266.0, 4326.0, 4306.0, 4327.0, 4307.0, 4276.0, 4273.0, 4267.0, 4304.0, 4276.0, 4307.0, 4280.0, 4299.0, 4280.0, 4332.0, 4276.0, 4295.0, 4305.0, 4294.0, 4261.0, 4253.0, 4323.0, 4264.0, 4317.0, 4302.0, 4287.0, 4272.0, 4264.0, 4312.0, 4282.0, 4296.0, 4313.0, 4283.0, 4269.0, 4251.0, 4290.0, 4262.0, 4292.0, 4282.0, 4283.0, 4261.0, 4251.0, 4300.0, 4283.0, 4312.0, 4272.0, 4281.0, 4250.0, 4240.0, 4298.0, 4240.0, 4310.0, 4290.0, 4269.0, 4251.0, 4252.0, 4298.0, 4290.0, 4272.0, 4327.0, 4294.0, 4328.0, 4290.0, 4329.0, 4268.0, 4317.0, 4278.0, 4325.0, 4320.0, 4347.0, 4338.0, 4323.0, 4272.0, 4282.0, 4241.0, 4252.0, 4301.0, 4282.0, 4248.0, 4242.0, 4248.0, 4239.0, 4299.0, 4254.0, 4313.0, 4295.0, 4279.0, 4251.0, 4290.0, 4264.0, 4314.0, 4304.0, 4312.0, 4284.0, 4293.0, 4251.0, 4253.0, 4289.0, 4241.0, 4312.0, 4292.0, 4271.0, 4253.0, 4259.0, 4253.0, 4264.0, 4263.0, 4265.0, 4264.0, 4245.0, 4273.0, 4256.0, 4294.0, 4258.0, 4335.0, 4307.0, 4295.0, 4267.0, 4295.0, 4266.0, 4256.0, 4276.0, 4294.0, 4251.0, 4274.0, 4263.0, 4265.0, 4264.0, 4255.0, 4333.0, 4319.0, 4292.0, 4258.0, 4267.0, 4249.0, 4241.0, 4281.0, 4284.0, 4320.0, 4306.0, 4302.0, 4272.0, 4272.0, 4251.0, 4305.0, 4252.0, 4273.0, 4258.0, 4242.0, 4310.0, 4283.0, 4324.0, 4293.0, 4281.0, 4252.0, 4267.0, 4265.0, 4244.0, 4324.0, 4273.0, 4303.0, 4240.0, 4302.0, 4241.0, 4303.0, 4273.0, 4326.0, 4302.0, 4291.0, 4270.0, 4252.0, 4289.0, 4271.0, 4319.0, 4295.0, 4312.0, 4308.0, 4403.0, 4356.0, 4343.0, 4277.0, 4308.0, 4333.0, 4322.0, 4236.0, 4174.0, 4176.0, 4197.0, 4282.0, 4226.0, 4296.0, 4279.0, 4276.0, 4238.0, 4259.0, 4251.0, 4263.0, 4269.0, 4284.0, 4262.0, 4252.0, 4258.0, 4241.0, 4252.0, 4243.0, 4302.0, 4256.0, 4311.0, 4255.0, 4324.0, 4316.0, 4335.0, 4305.0, 4313.0, 4262.0, 4243.0, 4319.0, 4283.0, 4322.0, 4305.0, 4290.0, 4262.0, 4262.0, 4260.0, 4243.0, 4321.0, 4304.0, 4300.0, 4251.0, 4291.0, 4261.0, 4284.0, 4329.0, 4327.0, 4283.0, 4267.0, 4312.0, 4253.0, 4323.0, 4304.0, 4315.0, 4275.0, 4265.0, 4333.0, 4262.0, 4313.0, 4293.0, 4285.0, 4331.0, 4323.0, 4301.0, 4253.0, 4271.0, 4261.0, 4254.0, 4321.0, 4314.0, 4300.0, 4253.0, 4282.0, 4261.0, 4274.0, 4300.0, 4251.0, 4312.0, 4264.0, 4294.0, 4271.0, 4255.0, 4331.0, 4326.0, 4301.0, 4272.0, 4283.0, 4280.0, 4262.0, 4331.0, 4313.0, 4291.0, 4251.0, 4262.0, 4262.0, 4243.0, 4311.0, 4244.0, 4292.0, 4264.0, 4293.0, 4265.0, 4254.0, 4333.0, 4305.0, 4315.0, 4284.0, 4274.0, 4300.0, 4251.0, 4281.0, 4261.0, 4304.0, 4263.0, 4254.0, 4260.0, 4252.0, 4302.0, 4264.0, 4316.0, 4304.0, 4273.0, 4263.0, 4275.0, 4332.0, 4294.0, 4323.0, 4293.0, 4282.0, 4259.0, 4243.0, 4321.0, 4301.0, 4312.0, 4292.0, 4282.0, 4278.0, 4229.0, 4286.0, 4261.0, 4310.0, 4280.0, 4291.0, 4249.0, 4241.0, 4308.0, 4279.0, 4311.0, 4270.0, 4270.0, 4248.0, 4230.0, 4297.0, 4248.0, 4300.0, 4270.0, 4279.0, 4246.0, 4229.0, 4268.0, 4229.0, 4297.0, 4270.0, 4310.0, 4290.0, 4311.0, 4249.0, 4251.0, 4236.0, 4241.0, 4308.0, 4281.0, 4311.0, 4292.0, 4291.0, 4249.0, 4240.0, 4298.0, 4241.0, 4300.0, 4292.0, 4271.0, 4251.0, 4242.0, 4261.0, 4242.0, 4311.0, 4294.0, 4312.0, 4243.0, 4313.0, 4273.0, 4283.0, 4303.0, 4263.0, 4310.0, 4253.0, 4313.0, 4302.0, 4304.0, 4293.0, 4314.0, 4262.0, 4264.0, 4302.0, 4252.0, 4321.0, 4253.0, 4334.0, 4316.0, 4314.0, 4262.0, 4264.0, 4260.0, 4253.0, 4312.0, 4265.0, 4337.0, 4318.0, 4263.0, 4265.0, 4285.0, 4275.0, 4275.0, 4339.0, 4336.0, 4334.0, 4326.0, 4273.0, 4273.0, 4280.0, 4241.0, 4288.0, 4271.0, 4322.0, 4270.0, 4288.0, 4238.0, 4239.0, 4256.0, 4239.0, 4309.0, 4301.0, 4280.0, 4249.0, 4251.0, 4247.0, 4241.0, 4251.0, 4254.0, 4250.0, 4253.0, 4260.0, 4244.0, 4312.0, 4303.0, 4325.0, 4304.0, 4304.0, 4250.0, 4239.0, 4312.0, 4260.0, 4273.0, 4310.0, 4273.0, 4272.0, 4266.0, 4274.0, 4262.0, 4255.0, 4262.0, 4255.0, 4285.0, 4255.0, 4303.0, 4254.0, 4302.0, 4285.0, 4326.0, 4315.0, 4326.0, 4261.0, 4241.0, 4322.0, 4252.0, 4321.0, 4313.0, 4291.0, 4263.0, 4278.0, 4286.0, 4279.0, 4334.0, 4316.0, 4301.0, 4263.0, 4291.0, 4252.0, 4282.0, 4304.0, 4315.0, 4313.0, 4274.0, 4312.0, 4251.0, 4262.0, 4249.0, 4273.0, 4320.0, 4313.0, 4291.0, 4239.0, 4271.0, 4249.0, 4261.0, 4319.0, 4303.0, 4279.0, 4250.0, 4251.0, 4248.0, 4253.0, 4321.0, 4302.0, 4292.0, 4252.0, 4252.0, 4280.0, 4242.0, 4320.0, 4302.0, 4281.0, 4262.0, 4252.0, 4299.0, 4254.0, 4312.0, 4305.0, 4303.0, 4253.0, 4253.0, 4262.0, 4253.0, 4322.0, 4281.0, 4283.0, 4289.0, 4253.0, 4259.0, 4251.0, 4272.0, 4262.0, 4254.0, 4322.0, 4315.0, 4293.0, 4254.0, 4273.0, 4262.0, 4255.0, 4263.0, 4254.0, 4314.0, 4294.0, 4314.0, 4284.0, 4295.0, 4337.0, 4314.0, 4304.0, 4263.0, 4252.0, 4322.0, 4273.0, 4313.0, 4283.0, 4282.0, 4249.0, 4239.0, 4281.0, 4250.0, 4262.0, 4282.0, 4251.0, 4279.0, 4252.0, 4259.0, 4253.0, 4305.0, 4299.0, 4336.0, 4278.0, 4304.0, 4296.0, 4259.0, 4242.0, 4291.0, 4320.0, 4281.0, 4270.0, 4278.0, 4229.0, 4279.0, 4251.0, 4262.0, 4289.0, 4290.0, 4309.0, 4289.0, 4298.0, 4257.0, 4300.0, 4296.0, 4282.0, 4305.0, 4287.0, 4264.0, 4213.0, 4245.0, 4210.0, 4213.0, 4261.0, 4234.0, 4255.0, 4238.0, 4245.0, 4248.0, 4255.0, 4250.0, 4250.0, 4251.0, 4251.0, 4300.0, 4290.0, 4279.0, 4238.0, 4265.0, 4238.0, 4259.0, 4239.0, 4272.0, 4251.0, 4238.0, 4248.0, 4241.0, 4250.0, 4244.0, 4323.0, 4301.0, 4289.0, 4262.0, 4301.0, 4264.0, 4283.0, 4263.0, 4296.0, 4292.0, 4250.0, 4281.0, 4242.0, 4280.0, 4244.0, 4304.0, 4272.0, 4274.0, 4264.0, 4256.0, 4275.0, 4268.0, 4315.0, 4258.0, 4297.0, 4268.0, 4285.0, 4290.0, 4340.0, 4308.0, 4328.0, 4298.0, 4298.0, 4274.0, 4256.0, 4334.0, 4316.0, 4326.0, 4306.0, 4306.0, 4264.0, 4266.0, 4302.0, 4257.0, 4336.0, 4315.0, 4293.0, 4262.0, 4253.0, 4309.0, 4253.0, 4314.0, 4294.0, 4273.0, 4263.0, 4244.0, 4313.0, 4244.0, 4314.0, 4305.0, 4275.0, 4276.0, 4256.0, 4303.0, 4257.0, 4336.0, 4318.0, 4296.0, 4267.0, 4287.0, 4334.0, 4304.0, 4327.0, 4304.0, 4274.0, 4290.0, 4243.0, 4261.0, 4249.0, 4303.0, 4274.0, 4285.0, 4272.0, 4252.0, 4302.0, 4243.0, 4313.0, 4307.0, 4326.0, 4294.0, 4304.0, 4249.0, 4242.0, 4312.0, 4303.0, 4304.0, 4311.0, 4270.0, 4290.0, 4229.0, 4279.0, 4250.0, 4252.0, 4258.0, 4243.0, 4272.0, 4242.0, 4261.0, 4258.0, 4243.0, 4270.0, 4251.0, 4284.0, 4276.0, 4287.0, 4275.0, 4299.0, 4287.0, 4288.0, 4289.0, 4322.0, 4301.0, 4355.0, 4342.0, 4323.0, 4277.0, 4275.0, 4324.0, 4303.0, 4315.0, 4314.0, 4303.0, 4302.0, 4252.0, 4281.0, 4254.0, 4303.0, 4281.0, 4293.0, 4239.0, 4230.0, 4280.0, 4231.0, 4311.0, 4303.0, 4302.0, 4279.0, 4292.0, 4243.0, 4242.0, 4240.0, 4251.0, 4319.0, 4311.0, 4302.0, 4252.0, 4304.0, 4253.0, 4305.0, 4278.0, 4312.0, 4226.0, 4248.0, 4239.0, 4241.0, 4250.0, 4264.0, 4348.0, 4356.0, 4341.0, 4301.0, 4318.0, 4255.0, 4304.0, 4254.0, 4304.0, 4303.0, 4293.0, 4271.0, 4244.0, 4324.0, 4304.0, 4324.0, 4284.0, 4293.0, 4241.0, 4239.0, 4299.0, 4230.0, 4323.0, 4301.0, 4291.0, 4259.0, 4281.0, 4229.0, 4230.0, 4299.0, 4233.0, 4312.0, 4287.0, 4297.0, 4254.0, 4272.0, 4243.0, 4273.0, 4252.0, 4296.0, 4283.0, 4305.0, 4252.0, 4244.0, 4322.0, 4244.0, 4312.0, 4286.0, 4295.0, 4264.0, 4243.0, 4301.0, 4232.0, 4290.0, 4256.0, 4316.0, 4294.0, 4285.0, 4258.0, 4295.0, 4257.0, 4317.0, 4297.0, 4330.0, 4267.0, 4318.0, 4325.0, 4305.0, 4336.0, 4316.0, 4295.0, 4253.0, 4275.0], 'WindowWidth': [9636.0, 9510.0, 9557.0, 9491.0, 9513.0, 9475.0, 9509.0, 9453.0, 9465.0, 9449.0, 9453.0, 9515.0, 9482.0, 9545.0, 9518.0, 9483.0, 9424.0, 9429.0, 9437.0, 9448.0, 9524.0, 9476.0, 9455.0, 9446.0, 9459.0, 9449.0, 9453.0, 9452.0, 9457.0, 9466.0, 9450.0, 9517.0, 9457.0, 9514.0, 9487.0, 9500.0, 9485.0, 9473.0, 9537.0, 9456.0, 9535.0, 9511.0, 9538.0, 9510.0, 9469.0, 9460.0, 9457.0, 9503.0, 9472.0, 9514.0, 9482.0, 9504.0, 9485.0, 9554.0, 9467.0, 9491.0, 9503.0, 9485.0, 9439.0, 9431.0, 9524.0, 9447.0, 9523.0, 9499.0, 9482.0, 9456.0, 9448.0, 9508.0, 9469.0, 9493.0, 9512.0, 9472.0, 9448.0, 9426.0, 9475.0, 9441.0, 9482.0, 9467.0, 9470.0, 9438.0, 9425.0, 9488.0, 9469.0, 9508.0, 9453.0, 9465.0, 9420.0, 9408.0, 9483.0, 9409.0, 9503.0, 9476.0, 9446.0, 9425.0, 9429.0, 9502.0, 9493.0, 9462.0, 9540.0, 9490.0, 9543.0, 9494.0, 9545.0, 9460.0, 9525.0, 9476.0, 9533.0, 9535.0, 9566.0, 9554.0, 9523.0, 9453.0, 9464.0, 9409.0, 9428.0, 9493.0, 9465.0, 9416.0, 9411.0, 9416.0, 9407.0, 9486.0, 9433.0, 9508.0, 9488.0, 9459.0, 9427.0, 9474.0, 9445.0, 9511.0, 9502.0, 9508.0, 9472.0, 9481.0, 9424.0, 9428.0, 9471.0, 9413.0, 9507.0, 9481.0, 9450.0, 9429.0, 9433.0, 9429.0, 9444.0, 9444.0, 9450.0, 9447.0, 9423.0, 9460.0, 9439.0, 9488.0, 9448.0, 9548.0, 9509.0, 9490.0, 9455.0, 9490.0, 9452.0, 9443.0, 9468.0, 9488.0, 9425.0, 9458.0, 9443.0, 9452.0, 9449.0, 9439.0, 9542.0, 9528.0, 9481.0, 9425.0, 9437.0, 9417.0, 9410.0, 9465.0, 9472.0, 9518.0, 9505.0, 9492.0, 9454.0, 9453.0, 9426.0, 9501.0, 9426.0, 9455.0, 9430.0, 9413.0, 9502.0, 9469.0, 9527.0, 9481.0, 9465.0, 9427.0, 9459.0, 9452.0, 9423.0, 9527.0, 9458.0, 9496.0, 9412.0, 9494.0, 9414.0, 9498.0, 9459.0, 9533.0, 9495.0, 9481.0, 9447.0, 9426.0, 9472.0, 9450.0, 9531.0, 9511.0, 9526.0, 9537.0, 9693.0, 9617.0, 9588.0, 9488.0, 9510.0, 9550.0, 9517.0, 9373.0, 9265.0, 9274.0, 9324.0, 9449.0, 9384.0, 9473.0, 9456.0, 9450.0, 9403.0, 9433.0, 9424.0, 9444.0, 9451.0, 9472.0, 9443.0, 9428.0, 9434.0, 9413.0, 9430.0, 9421.0, 9499.0, 9441.0, 9511.0, 9440.0, 9530.0, 9522.0, 9545.0, 9503.0, 9511.0, 9442.0, 9418.0, 9516.0, 9471.0, 9521.0, 9503.0, 9475.0, 9443.0, 9443.0, 9438.0, 9421.0, 9521.0, 9501.0, 9491.0, 9429.0, 9480.0, 9441.0, 9476.0, 9545.0, 9538.0, 9476.0, 9459.0, 9513.0, 9436.0, 9528.0, 9503.0, 9518.0, 9464.0, 9450.0, 9540.0, 9445.0, 9512.0, 9485.0, 9476.0, 9533.0, 9526.0, 9491.0, 9431.0, 9453.0, 9440.0, 9437.0, 9521.0, 9514.0, 9492.0, 9432.0, 9469.0, 9442.0, 9460.0, 9493.0, 9430.0, 9508.0, 9449.0, 9488.0, 9456.0, 9438.0, 9536.0, 9532.0, 9494.0, 9456.0, 9471.0, 9464.0, 9443.0, 9535.0, 9512.0, 9478.0, 9429.0, 9442.0, 9443.0, 9420.0, 9507.0, 9422.0, 9483.0, 9449.0, 9487.0, 9452.0, 9438.0, 9541.0, 9505.0, 9518.0, 9476.0, 9459.0, 9490.0, 9428.0, 9464.0, 9440.0, 9501.0, 9444.0, 9434.0, 9440.0, 9433.0, 9498.0, 9454.0, 9523.0, 9505.0, 9460.0, 9446.0, 9466.0, 9538.0, 9488.0, 9527.0, 9485.0, 9469.0, 9436.0, 9418.0, 9520.0, 9494.0, 9509.0, 9480.0, 9468.0, 9458.0, 9395.0, 9466.0, 9440.0, 9504.0, 9463.0, 9479.0, 9421.0, 9412.0, 9498.0, 9462.0, 9505.0, 9448.0, 9448.0, 9417.0, 9395.0, 9481.0, 9419.0, 9489.0, 9447.0, 9460.0, 9412.0, 9393.0, 9444.0, 9393.0, 9482.0, 9449.0, 9503.0, 9476.0, 9505.0, 9421.0, 9426.0, 9400.0, 9411.0, 9498.0, 9465.0, 9505.0, 9482.0, 9477.0, 9421.0, 9411.0, 9486.0, 9412.0, 9490.0, 9481.0, 9452.0, 9426.0, 9415.0, 9439.0, 9416.0, 9508.0, 9487.0, 9509.0, 9420.0, 9511.0, 9458.0, 9472.0, 9498.0, 9444.0, 9504.0, 9431.0, 9510.0, 9497.0, 9499.0, 9485.0, 9514.0, 9442.0, 9449.0, 9494.0, 9431.0, 9520.0, 9434.0, 9543.0, 9520.0, 9514.0, 9444.0, 9449.0, 9439.0, 9432.0, 9511.0, 9455.0, 9555.0, 9527.0, 9447.0, 9454.0, 9482.0, 9468.0, 9470.0, 9558.0, 9551.0, 9546.0, 9531.0, 9457.0, 9457.0, 9460.0, 9411.0, 9469.0, 9452.0, 9519.0, 9446.0, 9469.0, 9400.0, 9404.0, 9424.0, 9406.0, 9498.0, 9490.0, 9462.0, 9418.0, 9423.0, 9416.0, 9410.0, 9426.0, 9435.0, 9426.0, 9433.0, 9439.0, 9421.0, 9509.0, 9499.0, 9530.0, 9500.0, 9501.0, 9424.0, 9408.0, 9507.0, 9437.0, 9458.0, 9502.0, 9459.0, 9454.0, 9457.0, 9462.0, 9443.0, 9440.0, 9447.0, 9438.0, 9480.0, 9440.0, 9500.0, 9438.0, 9497.0, 9480.0, 9534.0, 9517.0, 9533.0, 9439.0, 9413.0, 9519.0, 9429.0, 9520.0, 9511.0, 9479.0, 9444.0, 9474.0, 9483.0, 9478.0, 9548.0, 9521.0, 9494.0, 9447.0, 9479.0, 9430.0, 9471.0, 9500.0, 9516.0, 9513.0, 9461.0, 9508.0, 9426.0, 9441.0, 9420.0, 9457.0, 9517.0, 9510.0, 9477.0, 9409.0, 9452.0, 9421.0, 9440.0, 9515.0, 9495.0, 9459.0, 9423.0, 9425.0, 9417.0, 9431.0, 9520.0, 9494.0, 9481.0, 9429.0, 9430.0, 9462.0, 9416.0, 9518.0, 9494.0, 9466.0, 9440.0, 9430.0, 9486.0, 9433.0, 9508.0, 9501.0, 9496.0, 9432.0, 9432.0, 9441.0, 9431.0, 9521.0, 9465.0, 9470.0, 9476.0, 9432.0, 9434.0, 9428.0, 9456.0, 9443.0, 9437.0, 9523.0, 9515.0, 9483.0, 9434.0, 9458.0, 9442.0, 9442.0, 9448.0, 9436.0, 9516.0, 9491.0, 9515.0, 9477.0, 9495.0, 9551.0, 9517.0, 9502.0, 9443.0, 9429.0, 9521.0, 9458.0, 9511.0, 9468.0, 9468.0, 9418.0, 9406.0, 9462.0, 9424.0, 9440.0, 9466.0, 9425.0, 9459.0, 9428.0, 9435.0, 9433.0, 9506.0, 9505.0, 9549.0, 9474.0, 9502.0, 9493.0, 9435.0, 9416.0, 9478.0, 9514.0, 9465.0, 9447.0, 9456.0, 9394.0, 9458.0, 9424.0, 9440.0, 9474.0, 9476.0, 9498.0, 9471.0, 9481.0, 9423.0, 9483.0, 9473.0, 9454.0, 9485.0, 9462.0, 9426.0, 9356.0, 9403.0, 9350.0, 9358.0, 9419.0, 9388.0, 9418.0, 9403.0, 9406.0, 9414.0, 9423.0, 9423.0, 9422.0, 9429.0, 9427.0, 9488.0, 9474.0, 9456.0, 9403.0, 9435.0, 9403.0, 9431.0, 9406.0, 9452.0, 9423.0, 9406.0, 9419.0, 9415.0, 9426.0, 9423.0, 9527.0, 9495.0, 9473.0, 9442.0, 9492.0, 9446.0, 9470.0, 9446.0, 9492.0, 9481.0, 9424.0, 9463.0, 9415.0, 9463.0, 9422.0, 9501.0, 9458.0, 9461.0, 9448.0, 9440.0, 9465.0, 9463.0, 9523.0, 9448.0, 9501.0, 9466.0, 9484.0, 9495.0, 9562.0, 9517.0, 9544.0, 9501.0, 9500.0, 9463.0, 9442.0, 9543.0, 9520.0, 9535.0, 9508.0, 9507.0, 9449.0, 9453.0, 9497.0, 9444.0, 9547.0, 9516.0, 9483.0, 9440.0, 9430.0, 9501.0, 9433.0, 9514.0, 9487.0, 9458.0, 9444.0, 9421.0, 9510.0, 9424.0, 9517.0, 9505.0, 9464.0, 9467.0, 9442.0, 9500.0, 9447.0, 9549.0, 9526.0, 9495.0, 9456.0, 9482.0, 9542.0, 9502.0, 9537.0, 9503.0, 9461.0, 9477.0, 9416.0, 9437.0, 9421.0, 9497.0, 9462.0, 9477.0, 9457.0, 9432.0, 9497.0, 9421.0, 9512.0, 9510.0, 9536.0, 9487.0, 9503.0, 9423.0, 9415.0, 9507.0, 9497.0, 9499.0, 9505.0, 9448.0, 9473.0, 9394.0, 9459.0, 9424.0, 9430.0, 9436.0, 9421.0, 9452.0, 9415.0, 9438.0, 9434.0, 9419.0, 9451.0, 9432.0, 9480.0, 9473.0, 9486.0, 9467.0, 9505.0, 9487.0, 9490.0, 9495.0, 9542.0, 9516.0, 9590.0, 9566.0, 9540.0, 9470.0, 9465.0, 9527.0, 9497.0, 9515.0, 9511.0, 9495.0, 9490.0, 9427.0, 9463.0, 9431.0, 9499.0, 9466.0, 9481.0, 9405.0, 9394.0, 9457.0, 9395.0, 9502.0, 9496.0, 9491.0, 9459.0, 9480.0, 9419.0, 9414.0, 9408.0, 9425.0, 9513.0, 9503.0, 9494.0, 9427.0, 9497.0, 9431.0, 9505.0, 9474.0, 9509.0, 9382.0, 9413.0, 9406.0, 9409.0, 9421.0, 9447.0, 9567.0, 9593.0, 9563.0, 9509.0, 9528.0, 9439.0, 9500.0, 9434.0, 9502.0, 9500.0, 9488.0, 9452.0, 9420.0, 9526.0, 9499.0, 9527.0, 9471.0, 9483.0, 9409.0, 9408.0, 9485.0, 9397.0, 9521.0, 9492.0, 9475.0, 9432.0, 9462.0, 9391.0, 9395.0, 9486.0, 9403.0, 9507.0, 9485.0, 9498.0, 9437.0, 9454.0, 9417.0, 9456.0, 9432.0, 9496.0, 9473.0, 9505.0, 9432.0, 9423.0, 9523.0, 9422.0, 9510.0, 9482.0, 9492.0, 9448.0, 9417.0, 9491.0, 9403.0, 9479.0, 9445.0, 9522.0, 9492.0, 9480.0, 9447.0, 9491.0, 9446.0, 9526.0, 9500.0, 9547.0, 9458.0, 9527.0, 9533.0, 9506.0, 9549.0, 9522.0, 9489.0, 9432.0, 9463.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.0016195065789473685</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017921977960526317</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.35195662390779</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.175891337376507</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0227664396377618</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4785</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4600.1855</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09268029517289829</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.482456140350878</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4642764779195416</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.365569489054974</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7529822070910623</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2742777376125876</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.020063</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017107520252466202</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023447569459676743</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>912</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.584040458160275</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>22.9471</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.0007</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.4902</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301668.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>922.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.9297</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7313</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>635.7299</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3444.1843</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3667.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74876.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>960.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4622.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1023.1401</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.99954489571974</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> |