=== 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-0123 --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-0123",
"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-0123_ses-02_task-faces_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0123_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0123_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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0123_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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0123_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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0123_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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0123_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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0123_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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0123_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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0123/ses-02/func/sub-0123_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>2c38679626d98d0b82c50f31b2cc805e</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>22:00:27.332500</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.999714, -0.0201665, 0.0128163, 0.0211156, 0.996664, -0.0788331]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.093719</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4242, -7752, -7284, 221, -120, 70, -49, 111]</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>227.42</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>69d9c963-f92f-497e-8c1f-f2ed9175f307||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.6821608543395996, 0.05665149912238121, 0.030196068808436394, 106.3797607421875], [0.05410512536764145, 2.6739771366119385, -0.2135193943977356, -89.70507049560547], [0.03438510745763779, 0.2115035504102707, 2.6913747787475586, -77.9762954711914], [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': ['220027.332500', '220027.792500', '220028.252500', '220028.712500', '220029.172500', '220029.632500', '220030.092500', '220030.552500', '220031.012500', '220031.472500', '220031.932500', '220032.392500', '220032.852500', '220033.312500', '220033.772500', '220034.232500', '220034.692500', '220035.152500', '220035.612500', '220036.072500', '220036.532500', '220036.992500', '220037.452500', '220037.912500', '220038.372500', '220038.832500', '220039.292500', '220039.752500', '220040.212500', '220040.672500', '220041.132500', '220041.592500', '220042.052500', '220042.512500', '220042.972500', '220043.432500', '220043.892500', '220044.352500', '220044.812500', '220045.272500', '220045.732500', '220046.192500', '220046.652500', '220047.112500', '220047.572500', '220048.032500', '220048.492500', '220048.952500', '220049.412500', '220049.872500', '220050.332500', '220050.792500', '220051.252500', '220051.712500', '220052.172500', '220052.632500', '220053.092500', '220053.552500', '220054.012500', '220054.472500', '220054.932500', '220055.392500', '220055.852500', '220056.312500', '220056.772500', '220057.232500', '220057.692500', '220058.152500', '220058.612500', '220059.072500', '220059.532500', '220059.992500', '220100.452500', '220100.912500', '220101.372500', '220101.832500', '220102.292500', '220102.752500', '220103.212500', '220103.672500', '220104.132500', '220104.592500', '220105.052500', '220105.512500', '220105.972500', '220106.432500', '220106.892500', '220107.352500', '220107.812500', '220108.272500', '220108.732500', '220109.192500', '220109.652500', '220110.112500', '220110.572500', '220111.032500', '220111.492500', '220111.952500', '220112.412500', '220112.872500', '220113.332500', '220113.792500', '220114.252500', '220114.712500', '220115.172500', '220115.632500', '220116.092500', '220116.552500', '220117.012500', '220117.472500', '220117.932500', '220118.392500', '220118.852500', '220119.312500', '220119.772500', '220120.232500', '220120.692500', '220121.152500', '220121.612500', '220122.072500', '220122.532500', '220122.992500', '220123.452500', '220123.912500', '220124.372500', '220124.832500', '220125.292500', '220125.752500', '220126.212500', '220126.672500', '220127.132500', '220127.592500', '220128.052500', '220128.512500', '220128.972500', '220129.432500', '220129.892500', '220130.352500', '220130.812500', '220131.272500', '220131.732500', '220132.192500', '220132.652500', '220133.112500', '220133.572500', '220134.032500', '220134.492500', '220134.952500', '220135.412500', '220135.872500', '220136.332500', '220136.792500', '220137.252500', '220137.712500', '220138.172500', '220138.632500', '220139.092500', '220139.552500', '220140.012500', '220140.472500', '220140.932500', '220141.392500', '220141.852500', '220142.312500', '220142.772500', '220143.232500', '220143.692500', '220144.152500', '220144.612500', '220145.072500', '220145.532500', '220145.992500', '220146.452500', '220146.912500', '220147.372500', '220147.832500', '220148.292500', '220148.752500', '220149.212500', '220149.672500', '220150.132500', '220150.592500', '220151.052500', '220151.512500', '220151.972500', '220152.432500', '220152.892500', '220153.352500', '220153.812500', '220154.272500', '220154.732500', '220155.192500', '220155.652500', '220156.112500', '220156.572500', '220157.032500', '220157.492500', '220157.952500', '220158.412500', '220158.872500', '220159.332500', '220159.792500', '220200.252500', '220200.712500', '220201.172500', '220201.632500', '220202.092500', '220202.552500', '220203.012500', '220203.472500', '220203.932500', '220204.392500', '220204.852500', '220205.312500', '220205.772500', '220206.232500', '220206.692500', '220207.152500', '220207.612500', '220208.072500', '220208.532500', '220208.992500', '220209.452500', '220209.912500', '220210.372500', '220210.832500', '220211.292500', '220211.752500', '220212.212500', '220212.672500', '220213.132500', '220213.592500', '220214.052500', '220214.512500', '220214.972500', '220215.432500', '220215.892500', '220216.352500', '220216.812500', '220217.272500', '220217.732500', '220218.192500', '220218.652500', '220219.112500', '220219.572500', '220220.032500', '220220.492500', '220220.952500', '220221.412500', '220221.872500', '220222.332500', '220222.792500', '220223.252500', '220223.712500', '220224.172500', '220224.632500', '220225.092500', '220225.552500', '220226.012500', '220226.472500', '220226.932500', '220227.392500', '220227.852500', '220228.312500', '220228.772500', '220229.232500', '220229.692500', '220230.152500', '220230.612500', '220231.072500', '220231.532500', '220231.992500', '220232.452500', '220232.912500', '220233.372500', '220233.832500', '220234.292500', '220234.752500', '220235.212500', '220235.672500', '220236.132500', '220236.592500', '220237.052500', '220237.512500', '220237.972500', '220238.432500', '220238.892500', '220239.352500', '220239.812500', '220240.272500', '220240.732500', '220241.192500', '220241.652500', '220242.112500', '220242.572500', '220243.032500', '220243.492500', '220243.952500', '220244.412500', '220244.872500', '220245.332500', '220245.792500', '220246.252500', '220246.712500', '220247.172500', '220247.632500', '220248.092500', '220248.552500', '220249.012500', '220249.472500', '220249.932500', '220250.392500', '220250.852500', '220251.312500', '220251.772500', '220252.232500', '220252.692500', '220253.152500', '220253.612500', '220254.072500', '220254.532500', '220254.992500', '220255.452500', '220255.912500', '220256.372500', '220256.832500', '220257.292500', '220257.752500', '220258.212500', '220258.672500', '220259.132500', '220259.592500', '220300.052500', '220300.512500', '220300.972500', '220301.432500', '220301.892500', '220302.352500', '220302.812500', '220303.272500', '220303.732500', '220304.192500', '220304.652500', '220305.112500', '220305.572500', '220306.032500', '220306.492500', '220306.952500', '220307.412500', '220307.872500', '220308.332500', '220308.792500', '220309.252500', '220309.712500', '220310.172500', '220310.632500', '220311.092500', '220311.552500', '220312.012500', '220312.472500', '220312.932500', '220313.392500', '220313.852500', '220314.312500', '220314.772500', '220315.232500', '220315.692500', '220316.152500', '220316.612500', '220317.072500', '220317.532500', '220317.992500', '220318.452500', '220318.912500', '220319.372500', '220319.832500', '220320.292500', '220320.752500', '220321.212500', '220321.672500', '220322.132500', '220322.592500', '220323.052500', '220323.512500', '220323.972500', '220324.432500', '220324.892500', '220325.352500', '220325.812500', '220326.272500', '220326.732500', '220327.192500', '220327.652500', '220328.112500', '220328.572500', '220329.032500', '220329.492500', '220329.952500', '220330.412500', '220330.872500', '220331.332500', '220331.792500', '220332.252500', '220332.712500', '220333.172500', '220333.632500', '220334.092500', '220334.552500', '220335.012500', '220335.472500', '220335.932500', '220336.392500', '220336.852500', '220337.312500', '220337.772500', '220338.232500', '220338.692500', '220339.152500', '220339.612500', '220340.072500', '220340.532500', '220340.992500', '220341.452500', '220341.912500', '220342.372500', '220342.832500', '220343.292500', '220343.752500', '220344.212500', '220344.672500', '220345.132500', '220345.592500', '220346.052500', '220346.512500', '220346.972500', '220347.432500', '220347.892500', '220348.352500', '220348.812500', '220349.272500', '220349.732500', '220350.192500', '220350.652500', '220351.112500', '220351.572500', '220352.032500', '220352.492500', '220352.952500', '220353.412500', '220353.872500', '220354.332500', '220354.792500', '220355.252500', '220355.712500', '220356.172500', '220356.632500', '220357.092500', '220357.552500', '220358.012500', '220358.472500', '220358.932500', '220359.392500', '220359.852500', '220400.312500', '220400.772500', '220401.232500', '220401.692500', '220402.152500', '220402.612500', '220403.072500', '220403.532500', '220403.992500', '220404.452500', '220404.912500', '220405.372500', '220405.832500', '220406.292500', '220406.752500', '220407.212500', '220407.672500', '220408.132500', '220408.592500', '220409.052500', '220409.512500', '220409.972500', '220410.432500', '220410.892500', '220411.352500', '220411.812500', '220412.272500', '220412.732500', '220413.192500', '220413.652500', '220414.112500', '220414.572500', '220415.032500', '220415.492500', '220415.952500', '220416.412500', '220416.872500', '220417.332500', '220417.792500', '220418.252500', '220418.712500', '220419.172500', '220419.632500', '220420.092500', '220420.552500', '220421.012500', '220421.472500', '220421.932500', '220422.392500', '220422.852500', '220423.312500', '220423.772500', '220424.232500', '220424.692500', '220425.152500', '220425.612500', '220426.072500', '220426.532500', '220426.992500', '220427.452500', '220427.912500', '220428.372500', '220428.832500', '220429.292500', '220429.752500', '220430.212500', '220430.672500', '220431.132500', '220431.592500', '220432.052500', '220432.512500', '220432.972500', '220433.432500', '220433.892500', '220434.352500', '220434.812500', '220435.272500', '220435.732500', '220436.192500', '220436.652500', '220437.112500', '220437.572500', '220438.032500', '220438.492500', '220438.952500', '220439.412500', '220439.872500', '220440.332500', '220440.792500', '220441.252500', '220441.712500', '220442.172500', '220442.632500', '220443.092500', '220443.552500', '220444.012500', '220444.472500', '220444.932500', '220445.392500', '220445.852500', '220446.312500', '220446.772500', '220447.232500', '220447.692500', '220448.152500', '220448.612500', '220449.072500', '220449.532500', '220449.992500', '220450.452500', '220450.912500', '220451.372500', '220451.832500', '220452.292500', '220452.752500', '220453.212500', '220453.672500', '220454.132500', '220454.592500', '220455.052500', '220455.512500', '220455.972500', '220456.432500', '220456.892500', '220457.352500', '220457.812500', '220458.272500', '220458.732500', '220459.192500', '220459.652500', '220500.112500', '220500.572500', '220501.032500', '220501.492500', '220501.952500', '220502.412500', '220502.872500', '220503.332500', '220503.792500', '220504.252500', '220504.712500', '220505.172500', '220505.632500', '220506.092500', '220506.552500', '220507.012500', '220507.472500', '220507.932500', '220508.392500', '220508.852500', '220509.312500', '220509.772500', '220510.232500', '220510.692500', '220511.152500', '220511.612500', '220512.072500', '220512.532500', '220512.992500', '220513.452500', '220513.912500', '220514.372500', '220514.832500', '220515.292500', '220515.752500', '220516.212500', '220516.672500', '220517.132500', '220517.592500', '220518.052500', '220518.512500', '220518.972500', '220519.432500', '220519.892500', '220520.352500', '220520.812500', '220521.272500', '220521.732500', '220522.192500', '220522.652500', '220523.112500', '220523.572500', '220524.032500', '220524.492500', '220524.952500', '220525.412500', '220525.872500', '220526.332500', '220526.792500', '220527.252500', '220527.712500', '220528.172500', '220528.632500', '220529.092500', '220529.552500', '220530.012500', '220530.472500', '220530.932500', '220531.392500', '220531.852500', '220532.312500', '220532.772500', '220533.232500', '220533.692500', '220534.152500', '220534.612500', '220535.072500', '220535.532500', '220535.992500', '220536.452500', '220536.912500', '220537.372500', '220537.832500', '220538.292500', '220538.752500', '220539.212500', '220539.672500', '220540.132500', '220540.592500', '220541.052500', '220541.512500', '220541.972500', '220542.432500', '220542.892500', '220543.352500', '220543.812500', '220544.272500', '220544.732500', '220545.192500', '220545.652500', '220546.112500', '220546.572500', '220547.032500', '220547.492500', '220547.952500', '220548.412500', '220548.872500', '220549.332500', '220549.792500', '220550.252500', '220550.712500', '220551.172500', '220551.632500', '220552.092500', '220552.552500', '220553.012500', '220553.472500', '220553.932500', '220554.392500', '220554.852500', '220555.312500', '220555.772500', '220556.232500', '220556.692500', '220557.152500', '220557.612500', '220558.072500', '220558.532500', '220558.992500', '220559.452500', '220559.912500', '220600.372500', '220600.832500', '220601.292500', '220601.752500', '220602.212500', '220602.672500', '220603.132500', '220603.592500', '220604.052500', '220604.512500', '220604.972500', '220605.432500', '220605.892500', '220606.352500', '220606.812500', '220607.272500', '220607.732500', '220608.192500', '220608.652500', '220609.112500', '220609.572500', '220610.032500', '220610.492500', '220610.952500', '220611.412500', '220611.872500', '220612.332500', '220612.792500', '220613.252500', '220613.712500', '220614.172500', '220614.632500', '220615.092500', '220615.552500', '220616.012500', '220616.472500', '220616.932500', '220617.392500', '220617.852500', '220618.312500', '220618.772500', '220619.232500', '220619.692500', '220620.152500', '220620.612500', '220621.072500', '220621.532500', '220621.992500', '220622.452500', '220622.912500', '220623.372500', '220623.832500', '220624.292500', '220624.752500', '220625.212500', '220625.672500', '220626.132500', '220626.592500', '220627.052500', '220627.512500', '220627.972500', '220628.432500', '220628.892500', '220629.352500', '220629.812500', '220630.272500', '220630.732500', '220631.192500', '220631.652500', '220632.112500', '220632.572500', '220633.032500', '220633.492500', '220633.952500', '220634.412500', '220634.872500', '220635.332500', '220635.792500', '220636.252500', '220636.712500', '220637.172500', '220637.632500', '220638.092500', '220638.552500', '220639.012500', '220639.472500', '220639.932500', '220640.392500', '220640.852500', '220641.312500', '220641.772500', '220642.232500', '220642.692500', '220643.152500', '220643.612500', '220644.072500', '220644.532500', '220644.992500', '220645.452500', '220645.912500', '220646.372500', '220646.832500', '220647.292500', '220647.752500', '220648.212500', '220648.672500', '220649.132500', '220649.592500', '220650.052500', '220650.512500', '220650.972500', '220651.432500', '220651.892500', '220652.352500', '220652.812500', '220653.272500', '220653.732500', '220654.192500', '220654.652500', '220655.112500', '220655.572500', '220656.032500', '220656.492500', '220656.952500', '220657.412500', '220657.872500', '220658.332500', '220658.792500', '220659.252500', '220659.712500', '220700.172500', '220700.632500', '220701.092500', '220701.552500', '220702.012500', '220702.472500', '220702.932500', '220703.392500', '220703.852500', '220704.312500', '220704.772500', '220705.232500', '220705.692500', '220706.152500', '220706.612500', '220707.072500', '220707.532500', '220707.992500', '220708.452500', '220708.912500', '220709.372500', '220709.832500', '220710.292500', '220710.752500', '220711.212500', '220711.672500', '220712.132500', '220712.592500', '220713.052500', '220713.512500', '220713.972500', '220714.432500', '220714.892500', '220715.352500', '220715.812500', '220716.272500', '220716.732500', '220717.192500', '220717.652500', '220718.112500', '220718.572500', '220719.032500', '220719.492500', '220719.952500', '220720.412500', '220720.872500', '220721.332500', '220721.792500', '220722.252500', '220722.712500', '220723.172500', '220723.632500', '220724.092500', '220724.552500', '220725.012500', '220725.472500', '220725.932500', '220726.392500', '220726.852500', '220727.312500'], 'ContentTime': ['220047.122000', '220047.125000', '220047.128000', '220047.131000', '220047.133000', '220047.136000', '220047.139000', '220047.141000', '220047.144000', '220047.146000', '220047.149000', '220047.151000', '220047.154000', '220047.157000', '220047.159000', '220047.162000', '220047.164000', '220047.167000', '220047.176000', '220047.179000', '220047.181000', '220047.184000', '220047.186000', '220047.189000', '220047.191000', '220047.194000', '220047.196000', '220047.199000', '220047.202000', '220047.204000', '220047.207000', '220047.209000', '220047.212000', '220047.215000', '220047.217000', '220047.220000', '220047.222000', '220047.225000', '220047.227000', '220047.230000', '220107.085000', '220107.088000', '220107.093000', '220107.096000', '220107.098000', '220107.101000', '220107.103000', '220107.106000', '220107.108000', '220107.111000', '220107.114000', '220107.116000', '220107.119000', '220107.121000', '220107.124000', '220107.133000', '220107.136000', '220107.138000', '220107.141000', '220107.144000', '220107.146000', '220107.149000', '220107.151000', '220107.154000', '220107.157000', '220107.159000', '220107.162000', '220107.164000', '220107.167000', '220107.170000', '220107.172000', '220107.175000', '220107.177000', '220107.180000', '220107.183000', '220107.185000', '220107.188000', '220107.190000', '220107.193000', '220107.196000', '220107.198000', '220107.201000', '220107.203000', '220127.086000', '220127.088000', '220127.091000', '220127.094000', '220127.096000', '220127.099000', '220127.101000', '220127.104000', '220127.106000', '220127.114000', '220127.117000', '220127.120000', '220127.122000', '220127.125000', '220127.127000', '220127.130000', '220127.132000', '220127.135000', '220127.137000', '220127.140000', '220127.143000', '220127.145000', '220127.148000', '220127.150000', '220127.153000', '220127.155000', '220127.158000', '220127.160000', '220127.163000', '220127.166000', '220127.168000', '220127.171000', '220127.173000', '220127.176000', '220127.178000', '220127.181000', '220127.183000', '220127.186000', '220127.188000', '220127.191000', '220127.194000', '220127.196000', '220127.199000', '220127.203000', '220147.085000', '220147.088000', '220147.091000', '220147.093000', '220147.096000', '220147.098000', '220147.101000', '220147.104000', '220147.106000', '220147.109000', '220147.111000', '220147.114000', '220147.116000', '220147.119000', '220147.122000', '220147.124000', '220147.127000', '220147.129000', '220147.132000', '220147.134000', '220147.137000', '220147.139000', '220147.142000', '220147.144000', '220147.147000', '220147.149000', '220147.152000', '220147.155000', '220147.157000', '220147.160000', '220147.162000', '220147.165000', '220147.167000', '220147.170000', '220147.172000', '220147.175000', '220147.177000', '220147.180000', '220147.183000', '220147.185000', '220147.188000', '220147.190000', '220147.195000', '220207.085000', '220207.088000', '220207.091000', '220207.094000', '220207.096000', '220207.099000', '220207.101000', '220207.104000', '220207.107000', '220207.109000', '220207.112000', '220207.114000', '220207.117000', '220207.121000', '220207.125000', '220207.127000', '220207.130000', '220207.133000', '220207.135000', '220207.138000', '220207.140000', '220207.143000', '220207.146000', '220207.148000', '220207.151000', '220207.153000', '220207.156000', '220207.159000', '220207.161000', '220207.164000', '220207.166000', '220207.169000', '220207.172000', '220207.175000', '220207.178000', '220207.180000', '220207.183000', '220207.186000', '220207.188000', '220207.191000', '220207.193000', '220207.196000', '220207.199000', '220207.201000', '220227.085000', '220227.088000', '220227.091000', '220227.094000', '220227.096000', '220227.099000', '220227.101000', '220227.104000', '220227.106000', '220227.109000', '220227.112000', '220227.114000', '220227.117000', '220227.120000', '220227.122000', '220227.125000', '220227.127000', '220227.130000', '220227.133000', '220227.135000', '220227.138000', '220227.140000', '220227.143000', '220227.146000', '220227.148000', '220227.151000', '220227.153000', '220227.156000', '220227.159000', '220227.161000', '220227.164000', '220227.166000', '220227.169000', '220227.171000', '220227.174000', '220227.177000', '220227.179000', '220227.182000', '220227.184000', '220227.187000', '220227.189000', '220227.192000', '220227.195000', '220247.085000', '220247.088000', '220247.091000', '220247.093000', '220247.096000', '220247.099000', '220247.101000', '220247.104000', '220247.107000', '220247.109000', '220247.112000', '220247.126000', '220247.128000', '220247.131000', '220247.133000', '220247.136000', '220247.139000', '220247.141000', '220247.144000', '220247.146000', '220247.149000', '220247.151000', '220247.154000', '220247.157000', '220247.159000', '220247.162000', '220247.164000', '220247.167000', '220247.169000', '220247.172000', '220247.175000', '220247.177000', '220247.180000', '220247.182000', '220247.185000', '220247.187000', '220247.190000', '220247.193000', '220247.195000', '220247.198000', '220247.200000', '220247.203000', '220247.205000', '220247.208000', '220307.086000', '220307.088000', '220307.091000', '220307.094000', '220307.096000', '220307.099000', '220307.101000', '220307.104000', '220307.107000', '220307.109000', '220307.112000', '220307.114000', '220307.117000', '220307.120000', '220307.122000', '220307.125000', '220307.127000', '220307.130000', '220307.133000', '220307.135000', '220307.138000', '220307.140000', '220307.143000', '220307.146000', '220307.148000', '220307.151000', '220307.153000', '220307.156000', '220307.159000', '220307.161000', '220307.164000', '220307.166000', '220307.169000', '220307.171000', '220307.174000', '220307.176000', '220307.179000', '220307.182000', '220307.184000', '220307.187000', '220307.189000', '220307.192000', '220307.195000', '220327.085000', '220327.089000', '220327.092000', '220327.095000', '220327.098000', '220327.100000', '220327.103000', '220327.105000', '220327.108000', '220327.111000', '220327.113000', '220327.116000', '220327.118000', '220327.121000', '220327.123000', '220327.126000', '220327.129000', '220327.131000', '220327.134000', '220327.136000', '220327.139000', '220327.142000', '220327.144000', '220327.147000', '220327.150000', '220327.152000', '220327.155000', '220327.157000', '220327.162000', '220327.165000', '220327.167000', '220327.170000', '220327.172000', '220327.175000', '220327.178000', '220327.180000', '220327.183000', '220327.185000', '220327.188000', '220327.191000', '220327.193000', '220327.196000', '220327.198000', '220347.085000', '220347.088000', '220347.091000', '220347.094000', '220347.096000', '220347.099000', '220347.101000', '220347.104000', '220347.107000', '220347.109000', '220347.112000', '220347.114000', '220347.117000', '220347.120000', '220347.122000', '220347.125000', '220347.127000', '220347.130000', '220347.133000', '220347.135000', '220347.138000', '220347.140000', '220347.143000', '220347.146000', '220347.148000', '220347.151000', '220347.153000', '220347.156000', '220347.158000', '220347.161000', '220347.164000', '220347.166000', '220347.169000', '220347.171000', '220347.174000', '220347.176000', '220347.179000', '220347.182000', '220347.184000', '220347.187000', '220347.189000', '220347.192000', '220347.195000', '220347.197000', '220407.085000', '220407.088000', '220407.091000', '220407.093000', '220407.096000', '220407.099000', '220407.101000', '220407.104000', '220407.106000', '220407.109000', '220407.111000', '220407.114000', '220407.117000', '220407.119000', '220407.122000', '220407.124000', '220407.127000', '220407.129000', '220407.132000', '220407.135000', '220407.137000', '220407.140000', '220407.142000', '220407.145000', '220407.148000', '220407.150000', '220407.154000', '220407.157000', '220407.159000', '220407.162000', '220407.165000', '220407.167000', '220407.170000', '220407.172000', '220407.175000', '220407.177000', '220407.191000', '220407.194000', '220407.196000', '220407.199000', '220407.202000', '220407.204000', '220407.207000', '220427.086000', '220427.088000', '220427.091000', '220427.094000', '220427.096000', '220427.099000', '220427.101000', '220427.104000', '220427.107000', '220427.109000', '220427.112000', '220427.114000', '220427.117000', '220427.120000', '220427.122000', '220427.125000', '220427.127000', '220427.130000', '220427.133000', '220427.135000', '220427.138000', '220427.140000', '220427.143000', '220427.146000', '220427.148000', '220427.151000', '220427.153000', '220427.156000', '220427.158000', '220427.161000', '220427.164000', '220427.166000', '220427.169000', '220427.171000', '220427.174000', '220427.176000', '220427.179000', '220427.181000', '220427.184000', '220427.187000', '220427.189000', '220427.192000', '220427.194000', '220427.197000', '220447.086000', '220447.089000', '220447.091000', '220447.094000', '220447.096000', '220447.099000', '220447.102000', '220447.104000', '220447.107000', '220447.110000', '220447.112000', '220447.115000', '220447.117000', '220447.120000', '220447.123000', '220447.125000', '220447.128000', '220447.130000', '220447.133000', '220447.136000', '220447.138000', '220447.141000', '220447.144000', '220447.147000', '220447.150000', '220447.153000', '220447.156000', '220447.158000', '220447.161000', '220447.163000', '220447.166000', '220447.169000', '220447.171000', '220447.174000', '220447.177000', '220447.179000', '220447.182000', '220447.184000', '220447.187000', '220447.190000', '220447.192000', '220447.195000', '220447.197000', '220507.086000', '220507.088000', '220507.091000', '220507.094000', '220507.096000', '220507.099000', '220507.101000', '220507.104000', '220507.106000', '220507.109000', '220507.112000', '220507.114000', '220507.117000', '220507.119000', '220507.122000', '220507.125000', '220507.127000', '220507.130000', '220507.132000', '220507.135000', '220507.138000', '220507.140000', '220507.143000', '220507.145000', '220507.148000', '220507.150000', '220507.153000', '220507.156000', '220507.158000', '220507.161000', '220507.163000', '220507.166000', '220507.169000', '220507.171000', '220507.174000', '220507.177000', '220507.179000', '220507.182000', '220507.185000', '220507.187000', '220507.190000', '220507.192000', '220507.195000', '220507.198000', '220527.085000', '220527.088000', '220527.091000', '220527.093000', '220527.096000', '220527.099000', '220527.101000', '220527.104000', '220527.106000', '220527.109000', '220527.112000', '220527.114000', '220527.117000', '220527.119000', '220527.122000', '220527.125000', '220527.127000', '220527.130000', '220527.132000', '220527.135000', '220527.138000', '220527.140000', '220527.143000', '220527.145000', '220527.148000', '220527.151000', '220527.153000', '220527.156000', '220527.158000', '220527.161000', '220527.163000', '220527.166000', '220527.169000', '220527.171000', '220527.174000', '220527.176000', '220527.179000', '220527.181000', '220527.184000', '220527.187000', '220527.189000', '220527.192000', '220527.194000', '220547.086000', '220547.088000', '220547.091000', '220547.094000', '220547.096000', '220547.099000', '220547.101000', '220547.104000', '220547.107000', '220547.109000', '220547.112000', '220547.114000', '220547.117000', '220547.120000', '220547.122000', '220547.125000', '220547.127000', '220547.130000', '220547.161000', '220547.163000', '220547.166000', '220547.169000', '220547.171000', '220547.174000', '220547.176000', '220547.179000', '220547.182000', '220547.184000', '220547.187000', '220547.189000', '220547.192000', '220547.195000', '220547.197000', '220547.200000', '220547.203000', '220547.205000', '220547.208000', '220547.210000', '220547.213000', '220547.216000', '220547.218000', '220547.221000', '220547.223000', '220547.226000', '220607.085000', '220607.088000', '220607.091000', '220607.093000', '220607.096000', '220607.099000', '220607.101000', '220607.104000', '220607.106000', '220607.109000', '220607.112000', '220607.114000', '220607.117000', '220607.120000', '220607.122000', '220607.125000', '220607.127000', '220607.130000', '220607.132000', '220607.135000', '220607.138000', '220607.140000', '220607.143000', '220607.145000', '220607.148000', '220607.150000', '220607.153000', '220607.156000', '220607.158000', '220607.161000', '220607.163000', '220607.166000', '220607.169000', '220607.171000', '220607.174000', '220607.176000', '220607.179000', '220607.181000', '220607.184000', '220607.186000', '220607.189000', '220607.192000', '220607.194000', '220627.085000', '220627.088000', '220627.091000', '220627.095000', '220627.098000', '220627.100000', '220627.103000', '220627.106000', '220627.108000', '220627.111000', '220627.113000', '220627.116000', '220627.118000', '220627.121000', '220627.124000', '220627.126000', '220627.129000', '220627.131000', '220627.134000', '220627.137000', '220627.139000', '220627.142000', '220627.144000', '220627.147000', '220627.149000', '220627.152000', '220627.155000', '220627.157000', '220627.160000', '220627.162000', '220627.165000', '220627.168000', '220627.170000', '220627.173000', '220627.175000', '220627.178000', '220627.180000', '220627.183000', '220627.186000', '220627.188000', '220627.191000', '220627.193000', '220627.196000', '220627.198000', '220647.086000', '220647.088000', '220647.091000', '220647.094000', '220647.096000', '220647.099000', '220647.101000', '220647.104000', '220647.107000', '220647.109000', '220647.112000', '220647.114000', '220647.117000', '220647.120000', '220647.122000', '220647.125000', '220647.128000', '220647.130000', '220647.133000', '220647.135000', '220647.138000', '220647.140000', '220647.143000', '220647.145000', '220647.148000', '220647.151000', '220647.153000', '220647.156000', '220647.158000', '220647.161000', '220647.164000', '220647.166000', '220647.169000', '220647.171000', '220647.174000', '220647.176000', '220647.179000', '220647.182000', '220647.184000', '220647.187000', '220647.189000', '220647.192000', '220647.194000', '220707.086000', '220707.088000', '220707.091000', '220707.094000', '220707.096000', '220707.099000', '220707.102000', '220707.104000', '220707.107000', '220707.109000', '220707.112000', '220707.115000', '220707.117000', '220707.120000', '220707.122000', '220707.125000', '220707.128000', '220707.130000', '220707.133000', '220707.135000', '220707.138000', '220707.141000', '220707.143000', '220707.146000', '220707.148000', '220707.151000', '220707.154000', '220707.156000', '220707.159000', '220707.182000', '220707.185000', '220707.187000', '220707.190000', '220707.193000', '220707.195000', '220707.198000', '220707.200000', '220707.203000', '220707.206000', '220707.208000', '220707.211000', '220707.213000', '220707.216000', '220707.219000', '220727.085000', '220727.088000', '220727.091000', '220727.093000', '220727.096000', '220727.099000', '220727.101000', '220727.104000', '220727.106000', '220727.109000', '220727.111000', '220727.114000', '220727.117000', '220727.120000', '220727.122000', '220727.125000', '220727.127000', '220727.130000', '220727.133000', '220727.135000', '220727.138000', '220727.140000', '220727.143000', '220727.146000', '220727.148000', '220727.151000', '220727.153000', '220727.156000', '220727.159000', '220727.161000', '220727.164000', '220727.166000', '220727.169000', '220727.172000', '220727.174000', '220727.177000', '220727.179000', '220727.182000', '220727.184000', '220727.187000', '220727.190000', '220727.192000', '220727.195000', '220729.070000', '220729.073000', '220729.076000', '220729.079000', '220729.081000'], 'InstanceCreationTime': ['220047.122000', '220047.125000', '220047.128000', '220047.131000', '220047.133000', '220047.136000', '220047.139000', '220047.141000', '220047.144000', '220047.146000', '220047.149000', '220047.151000', '220047.154000', '220047.157000', '220047.159000', '220047.162000', '220047.164000', '220047.167000', '220047.176000', '220047.179000', '220047.181000', '220047.184000', '220047.186000', '220047.189000', '220047.191000', '220047.194000', '220047.196000', '220047.199000', '220047.202000', '220047.204000', '220047.207000', '220047.209000', '220047.212000', '220047.215000', '220047.217000', '220047.220000', '220047.222000', '220047.225000', '220047.227000', '220047.230000', '220107.085000', '220107.088000', '220107.093000', '220107.096000', '220107.098000', '220107.101000', '220107.103000', '220107.106000', '220107.108000', '220107.111000', '220107.114000', '220107.116000', '220107.119000', '220107.121000', '220107.124000', '220107.133000', '220107.136000', '220107.138000', '220107.141000', '220107.144000', '220107.146000', '220107.149000', '220107.151000', '220107.154000', '220107.157000', '220107.159000', '220107.162000', '220107.164000', '220107.167000', '220107.170000', '220107.172000', '220107.175000', '220107.177000', '220107.180000', '220107.183000', '220107.185000', '220107.188000', '220107.190000', '220107.193000', '220107.196000', '220107.198000', '220107.201000', '220107.203000', '220127.086000', '220127.088000', '220127.091000', '220127.094000', '220127.096000', '220127.099000', '220127.101000', '220127.104000', '220127.106000', '220127.114000', '220127.117000', '220127.120000', '220127.122000', '220127.125000', '220127.127000', '220127.130000', '220127.132000', '220127.135000', '220127.137000', '220127.140000', '220127.143000', '220127.145000', '220127.148000', '220127.150000', '220127.153000', '220127.155000', '220127.158000', '220127.160000', '220127.163000', '220127.166000', '220127.168000', '220127.171000', '220127.173000', '220127.176000', '220127.178000', '220127.181000', '220127.183000', '220127.186000', '220127.188000', '220127.191000', '220127.194000', '220127.196000', '220127.199000', '220127.203000', '220147.085000', '220147.088000', '220147.091000', '220147.093000', '220147.096000', '220147.098000', '220147.101000', '220147.104000', '220147.106000', '220147.109000', '220147.111000', '220147.114000', '220147.116000', '220147.119000', '220147.122000', '220147.124000', '220147.127000', '220147.129000', '220147.132000', '220147.134000', '220147.137000', '220147.139000', '220147.142000', '220147.144000', '220147.147000', '220147.149000', '220147.152000', '220147.155000', '220147.157000', '220147.160000', '220147.162000', '220147.165000', '220147.167000', '220147.170000', '220147.172000', '220147.175000', '220147.177000', '220147.180000', '220147.183000', '220147.185000', '220147.188000', '220147.190000', '220147.195000', '220207.085000', '220207.088000', '220207.091000', '220207.094000', '220207.096000', '220207.099000', '220207.101000', '220207.104000', '220207.107000', '220207.109000', '220207.112000', '220207.114000', '220207.117000', '220207.121000', '220207.125000', '220207.127000', '220207.130000', '220207.133000', '220207.135000', '220207.138000', '220207.140000', '220207.143000', '220207.146000', '220207.148000', '220207.151000', '220207.153000', '220207.156000', '220207.159000', '220207.161000', '220207.164000', '220207.166000', '220207.169000', '220207.172000', '220207.175000', '220207.178000', '220207.180000', '220207.183000', '220207.186000', '220207.188000', '220207.191000', '220207.193000', '220207.196000', '220207.199000', '220207.201000', '220227.085000', '220227.088000', '220227.091000', '220227.094000', '220227.096000', '220227.099000', '220227.101000', '220227.104000', '220227.106000', '220227.109000', '220227.112000', '220227.114000', '220227.117000', '220227.120000', '220227.122000', '220227.125000', '220227.127000', '220227.130000', '220227.133000', '220227.135000', '220227.138000', '220227.140000', '220227.143000', '220227.146000', '220227.148000', '220227.151000', '220227.153000', '220227.156000', '220227.159000', '220227.161000', '220227.164000', '220227.166000', '220227.169000', '220227.171000', '220227.174000', '220227.177000', '220227.179000', '220227.182000', '220227.184000', '220227.187000', '220227.189000', '220227.192000', '220227.195000', '220247.085000', '220247.088000', '220247.091000', '220247.093000', '220247.096000', '220247.099000', '220247.101000', '220247.104000', '220247.107000', '220247.109000', '220247.112000', '220247.126000', '220247.128000', '220247.131000', '220247.133000', '220247.136000', '220247.139000', '220247.141000', '220247.144000', '220247.146000', '220247.149000', '220247.151000', '220247.154000', '220247.157000', '220247.159000', '220247.162000', '220247.164000', '220247.167000', '220247.169000', '220247.172000', '220247.175000', '220247.177000', '220247.180000', '220247.182000', '220247.185000', '220247.187000', '220247.190000', '220247.193000', '220247.195000', '220247.198000', '220247.200000', '220247.203000', '220247.205000', '220247.208000', '220307.086000', '220307.088000', '220307.091000', '220307.094000', '220307.096000', '220307.099000', '220307.101000', '220307.104000', '220307.107000', '220307.109000', '220307.112000', '220307.114000', '220307.117000', '220307.120000', '220307.122000', '220307.125000', '220307.127000', '220307.130000', '220307.133000', '220307.135000', '220307.138000', '220307.140000', '220307.143000', '220307.146000', '220307.148000', '220307.151000', '220307.153000', '220307.156000', '220307.159000', '220307.161000', '220307.164000', '220307.166000', '220307.169000', '220307.171000', '220307.174000', '220307.176000', '220307.179000', '220307.182000', '220307.184000', '220307.187000', '220307.189000', '220307.192000', '220307.195000', '220327.085000', '220327.089000', '220327.092000', '220327.095000', '220327.098000', '220327.100000', '220327.103000', '220327.105000', '220327.108000', '220327.111000', '220327.113000', '220327.116000', '220327.118000', '220327.121000', '220327.123000', '220327.126000', '220327.129000', '220327.131000', '220327.134000', '220327.136000', '220327.139000', '220327.142000', '220327.144000', '220327.147000', '220327.150000', '220327.152000', '220327.155000', '220327.157000', '220327.162000', '220327.165000', '220327.167000', '220327.170000', '220327.172000', '220327.175000', '220327.178000', '220327.180000', '220327.183000', '220327.185000', '220327.188000', '220327.191000', '220327.193000', '220327.196000', '220327.198000', '220347.085000', '220347.088000', '220347.091000', '220347.094000', '220347.096000', '220347.099000', '220347.101000', '220347.104000', '220347.107000', '220347.109000', '220347.112000', '220347.114000', '220347.117000', '220347.120000', '220347.122000', '220347.125000', '220347.127000', '220347.130000', '220347.133000', '220347.135000', '220347.138000', '220347.140000', '220347.143000', '220347.146000', '220347.148000', '220347.151000', '220347.153000', '220347.156000', '220347.158000', '220347.161000', '220347.164000', '220347.166000', '220347.169000', '220347.171000', '220347.174000', '220347.176000', '220347.179000', '220347.182000', '220347.184000', '220347.187000', '220347.189000', '220347.192000', '220347.195000', '220347.197000', '220407.085000', '220407.088000', '220407.091000', '220407.093000', '220407.096000', '220407.099000', '220407.101000', '220407.104000', '220407.106000', '220407.109000', '220407.111000', '220407.114000', '220407.117000', '220407.119000', '220407.122000', '220407.124000', '220407.127000', '220407.129000', '220407.132000', '220407.135000', '220407.137000', '220407.140000', '220407.142000', '220407.145000', '220407.148000', '220407.150000', '220407.154000', '220407.157000', '220407.159000', '220407.162000', '220407.165000', '220407.167000', '220407.170000', '220407.172000', '220407.175000', '220407.177000', '220407.191000', '220407.194000', '220407.196000', '220407.199000', '220407.202000', '220407.204000', '220407.207000', '220427.086000', '220427.088000', '220427.091000', '220427.094000', '220427.096000', '220427.099000', '220427.101000', '220427.104000', '220427.107000', '220427.109000', '220427.112000', '220427.114000', '220427.117000', '220427.120000', '220427.122000', '220427.125000', '220427.127000', '220427.130000', '220427.133000', '220427.135000', '220427.138000', '220427.140000', '220427.143000', '220427.146000', '220427.148000', '220427.151000', '220427.153000', '220427.156000', '220427.158000', '220427.161000', '220427.164000', '220427.166000', '220427.169000', '220427.171000', '220427.174000', '220427.176000', '220427.179000', '220427.181000', '220427.184000', '220427.187000', '220427.189000', '220427.192000', '220427.194000', '220427.197000', '220447.086000', '220447.089000', '220447.091000', '220447.094000', '220447.096000', '220447.099000', '220447.102000', '220447.104000', '220447.107000', '220447.110000', '220447.112000', '220447.115000', '220447.117000', '220447.120000', '220447.123000', '220447.125000', '220447.128000', '220447.130000', '220447.133000', '220447.136000', '220447.138000', '220447.141000', '220447.144000', '220447.147000', '220447.150000', '220447.153000', '220447.156000', '220447.158000', '220447.161000', '220447.163000', '220447.166000', '220447.169000', '220447.171000', '220447.174000', '220447.177000', '220447.179000', '220447.182000', '220447.184000', '220447.187000', '220447.190000', '220447.192000', '220447.195000', '220447.197000', '220507.086000', '220507.088000', '220507.091000', '220507.094000', '220507.096000', '220507.099000', '220507.101000', '220507.104000', '220507.106000', '220507.109000', '220507.112000', '220507.114000', '220507.117000', '220507.119000', '220507.122000', '220507.125000', '220507.127000', '220507.130000', '220507.132000', '220507.135000', '220507.138000', '220507.140000', '220507.143000', '220507.145000', '220507.148000', '220507.150000', '220507.153000', '220507.156000', '220507.158000', '220507.161000', '220507.163000', '220507.166000', '220507.169000', '220507.171000', '220507.174000', '220507.177000', '220507.179000', '220507.182000', '220507.185000', '220507.187000', '220507.190000', '220507.192000', '220507.195000', '220507.198000', '220527.085000', '220527.088000', '220527.091000', '220527.093000', '220527.096000', '220527.099000', '220527.101000', '220527.104000', '220527.106000', '220527.109000', '220527.112000', '220527.114000', '220527.117000', '220527.119000', '220527.122000', '220527.125000', '220527.127000', '220527.130000', '220527.132000', '220527.135000', '220527.138000', '220527.140000', '220527.143000', '220527.145000', '220527.148000', '220527.151000', '220527.153000', '220527.156000', '220527.158000', '220527.161000', '220527.163000', '220527.166000', '220527.169000', '220527.171000', '220527.174000', '220527.176000', '220527.179000', '220527.181000', '220527.184000', '220527.187000', '220527.189000', '220527.192000', '220527.194000', '220547.086000', '220547.088000', '220547.091000', '220547.094000', '220547.096000', '220547.099000', '220547.101000', '220547.104000', '220547.107000', '220547.109000', '220547.112000', '220547.114000', '220547.117000', '220547.120000', '220547.122000', '220547.125000', '220547.127000', '220547.130000', '220547.161000', '220547.163000', '220547.166000', '220547.169000', '220547.171000', '220547.174000', '220547.176000', '220547.179000', '220547.182000', '220547.184000', '220547.187000', '220547.189000', '220547.192000', '220547.195000', '220547.197000', '220547.200000', '220547.203000', '220547.205000', '220547.208000', '220547.210000', '220547.213000', '220547.216000', '220547.218000', '220547.221000', '220547.223000', '220547.226000', '220607.085000', '220607.088000', '220607.091000', '220607.093000', '220607.096000', '220607.099000', '220607.101000', '220607.104000', '220607.106000', '220607.109000', '220607.112000', '220607.114000', '220607.117000', '220607.120000', '220607.122000', '220607.125000', '220607.127000', '220607.130000', '220607.132000', '220607.135000', '220607.138000', '220607.140000', '220607.143000', '220607.145000', '220607.148000', '220607.150000', '220607.153000', '220607.156000', '220607.158000', '220607.161000', '220607.163000', '220607.166000', '220607.169000', '220607.171000', '220607.174000', '220607.176000', '220607.179000', '220607.181000', '220607.184000', '220607.186000', '220607.189000', '220607.192000', '220607.194000', '220627.085000', '220627.088000', '220627.091000', '220627.095000', '220627.098000', '220627.100000', '220627.103000', '220627.106000', '220627.108000', '220627.111000', '220627.113000', '220627.116000', '220627.118000', '220627.121000', '220627.124000', '220627.126000', '220627.129000', '220627.131000', '220627.134000', '220627.137000', '220627.139000', '220627.142000', '220627.144000', '220627.147000', '220627.149000', '220627.152000', '220627.155000', '220627.157000', '220627.160000', '220627.162000', '220627.165000', '220627.168000', '220627.170000', '220627.173000', '220627.175000', '220627.178000', '220627.180000', '220627.183000', '220627.186000', '220627.188000', '220627.191000', '220627.193000', '220627.196000', '220627.198000', '220647.086000', '220647.088000', '220647.091000', '220647.094000', '220647.096000', '220647.099000', '220647.101000', '220647.104000', '220647.107000', '220647.109000', '220647.112000', '220647.114000', '220647.117000', '220647.120000', '220647.122000', '220647.125000', '220647.128000', '220647.130000', '220647.133000', '220647.135000', '220647.138000', '220647.140000', '220647.143000', '220647.145000', '220647.148000', '220647.151000', '220647.153000', '220647.156000', '220647.158000', '220647.161000', '220647.164000', '220647.166000', '220647.169000', '220647.171000', '220647.174000', '220647.176000', '220647.179000', '220647.182000', '220647.184000', '220647.187000', '220647.189000', '220647.192000', '220647.194000', '220707.086000', '220707.088000', '220707.091000', '220707.094000', '220707.096000', '220707.099000', '220707.102000', '220707.104000', '220707.107000', '220707.109000', '220707.112000', '220707.115000', '220707.117000', '220707.120000', '220707.122000', '220707.125000', '220707.128000', '220707.130000', '220707.133000', '220707.135000', '220707.138000', '220707.141000', '220707.143000', '220707.146000', '220707.148000', '220707.151000', '220707.154000', '220707.156000', '220707.159000', '220707.182000', '220707.185000', '220707.187000', '220707.190000', '220707.193000', '220707.195000', '220707.198000', '220707.200000', '220707.203000', '220707.206000', '220707.208000', '220707.211000', '220707.213000', '220707.216000', '220707.219000', '220727.085000', '220727.088000', '220727.091000', '220727.093000', '220727.096000', '220727.099000', '220727.101000', '220727.104000', '220727.106000', '220727.109000', '220727.111000', '220727.114000', '220727.117000', '220727.120000', '220727.122000', '220727.125000', '220727.127000', '220727.130000', '220727.133000', '220727.135000', '220727.138000', '220727.140000', '220727.143000', '220727.146000', '220727.148000', '220727.151000', '220727.153000', '220727.156000', '220727.159000', '220727.161000', '220727.164000', '220727.166000', '220727.169000', '220727.172000', '220727.174000', '220727.177000', '220727.179000', '220727.182000', '220727.184000', '220727.187000', '220727.190000', '220727.192000', '220727.195000', '220729.070000', '220729.073000', '220729.076000', '220729.079000', '220729.081000'], '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': [9510, 13848, 7925, 14465, 8739, 9687, 8721, 14381, 8786, 17708, 9227, 16516, 9876, 15192, 8252, 13762, 8110, 13080, 7884, 12781, 8534, 12231, 7441, 11380, 7301, 10478, 7333, 10408, 7336, 10935, 7313, 10506, 7274, 10767, 7297, 11576, 7306, 11486, 7329, 11659, 7690, 12742, 7587, 12792, 7399, 11856, 8192, 12695, 7625, 12013, 7668, 12111, 8810, 13006, 7998, 13055, 7978, 13418, 9469, 14621, 9623, 11959, 8621, 11878, 9052, 10879, 9182, 7879, 8823, 7785, 10222, 7629, 13531, 7398, 13434, 7397, 13107, 7388, 14887, 8864, 16056, 8104, 14134, 9043, 15511, 10426, 10294, 8634, 9480, 8720, 10855, 11533, 7771, 10235, 7646, 10192, 7712, 14141, 7435, 13060, 7414, 12667, 7819, 14771, 8585, 15204, 7824, 13720, 9134, 14504, 8856, 15378, 8011, 14207, 9349, 14797, 10123, 10430, 8616, 9171, 8677, 10527, 8873, 8000, 8756, 8984, 8739, 12264, 8878, 7897, 8823, 7719, 8770, 7953, 8756, 8035, 11167, 7368, 11050, 7446, 13668, 8635, 15634, 8273, 15836, 8766, 13714, 10189, 9970, 8806, 8276, 8893, 9061, 11397, 8474, 13924, 7458, 11999, 7435, 12807, 7447, 14885, 7591, 14137, 7485, 12307, 7685, 13848, 8790, 15108, 7894, 14032, 8682, 14899, 10288, 15356, 8484, 12761, 8471, 12264, 9874, 9284, 8547, 8182, 8506, 7999, 8600, 7972, 10865, 7746, 10414, 7370, 12197, 7446, 14505, 7366, 13542, 7383, 13469, 8269, 15361, 9039, 15879, 7860, 14824, 9657, 15496, 9763, 11962, 8465, 10184, 8215, 10012, 8943, 7908, 9046, 7681, 10896, 7399, 15171, 7408, 15384, 7347, 15318, 9096, 15838, 8595, 15495, 8079, 14985, 9585, 14516, 9786, 11005, 8382, 11617, 8869, 11170, 9033, 7859, 8603, 7405, 9675, 7857, 13488, 7386, 12459, 7296, 14657, 8099, 15291, 8251, 16392, 9657, 8139, 9050, 7346, 14311, 8748, 7631, 9550, 7308, 13175, 7347, 16857, 9469, 16951, 8922, 15952, 8392, 16302, 11013, 14250, 9245, 10261, 8566, 7859, 8636, 7588, 9951, 7348, 10699, 7360, 13706, 8551, 15499, 8121, 13445, 8536, 11039, 9028, 8872, 8966, 7491, 8943, 7507, 11523, 7306, 15005, 7486, 13995, 8255, 15564, 9782, 15675, 8648, 12394, 8710, 11179, 9216, 7584, 10242, 7304, 11914, 7468, 15520, 8732, 16225, 8224, 16070, 8885, 16795, 11323, 11749, 9517, 8598, 8849, 7776, 9221, 7764, 12052, 7548, 10906, 7286, 13163, 7850, 15514, 7992, 14897, 7928, 14027, 8356, 15323, 10144, 13625, 8514, 10032, 8383, 8535, 8664, 7568, 9277, 7563, 10274, 7556, 14326, 8526, 8651, 8793, 7630, 14208, 9356, 7446, 13282, 7573, 16949, 9936, 17655, 10539, 17116, 9035, 15175, 10636, 16176, 9456, 15100, 8338, 11875, 8453, 8756, 8466, 7870, 9018, 7911, 10030, 7486, 13602, 7344, 12529, 7794, 14940, 8884, 14983, 8436, 13098, 8592, 12264, 9478, 8023, 8698, 7880, 8755, 8356, 12660, 7463, 12332, 7272, 12944, 8796, 14498, 8194, 13776, 8844, 12426, 9866, 8190, 11009, 7573, 12399, 7489, 16340, 7412, 15180, 7908, 15743, 10061, 14896, 8967, 8855, 8597, 7698, 10892, 7435, 12958, 7477, 12804, 7765, 14467, 7908, 15417, 9015, 11218, 9730, 7225, 11489, 7700, 15437, 7947, 7337, 8854, 7343, 11224, 7512, 10256, 9269, 12071, 10916, 13909, 7317, 12260, 7186, 13434, 7223, 16015, 9697, 15963, 7869, 14003, 8505, 11484, 9376, 11286, 9518, 7514, 8783, 7518, 10535, 8194, 14357, 7171, 12512, 7162, 11592, 7189, 13669, 7886, 14117, 7474, 9406, 9240, 7526, 9751, 8093, 8473, 9980, 7214, 12402, 8094, 15240, 9240, 17125, 10946, 16899, 8863, 15184, 9130, 15559, 10525, 8629, 8563, 7704, 8722, 7606, 9193, 7298, 9820, 7244, 9466, 7311, 11922, 7087, 15779, 8279, 12085, 8199, 8345, 8574, 10972, 8787, 12175, 9820, 7509, 9483, 7365, 9914, 7369, 13304, 7375, 14702, 7942, 14464, 8650, 14753, 9423, 15797, 10282, 15264, 8475, 13758, 8024, 13384, 8786, 14359, 9614, 12024, 8482, 10183, 8846, 11651, 9378, 8412, 9381, 7466, 9367, 7425, 10225, 7390, 12906, 7141, 11702, 7808, 8388, 9077, 7028, 11295, 8829, 7237, 11369, 7090, 13678, 8440, 16333, 10312, 16338, 9561, 15953, 9024, 14240, 10205, 10511, 9632, 7549, 9094, 7649, 9537, 7768, 10803, 7107, 10294, 7075, 10379, 7096, 12200, 8077, 12867, 7504, 12578, 8424, 14366, 9729, 10185, 8656, 8969, 8952, 7889, 10286, 7464, 10268, 7144, 10936, 7106, 13540, 8550, 14022, 7884, 12022, 8539, 11116, 9759, 7503, 10416, 7402, 9950, 8074, 12769, 7322, 14660, 7427, 13318, 7873, 13844, 9401, 12219, 8771, 7696, 9569, 7374, 11141, 7289, 13408, 7196, 12693, 7602, 14075, 9606, 14517, 8451, 11648, 8269, 9038, 9294, 7426, 10500, 7456, 11114, 7897, 13184, 9649, 14041, 8597, 10696, 8676, 8134, 10523, 7336, 11723, 6974, 11602, 8084, 13887, 9458, 12774, 8028, 8529, 8675, 7181, 10842, 6908, 12800, 7459, 12611, 8870, 12167, 9958, 7419, 9432, 7458, 10002, 7870, 13411, 7718, 13320, 7460, 12918, 8629, 14050, 9674, 12915, 8685, 9350, 8853, 7880, 9325, 8028, 10731, 7081, 10575, 7074, 10979, 7737, 12911, 9019, 13651, 8259, 13627, 8901, 14187, 10164, 12508, 8715, 10484, 8238, 10003, 9481, 7285, 9822, 7165, 9742, 8231, 12100, 7707, 12943, 7800, 12497, 9013, 12320, 10072, 7588, 10211, 7077, 11607, 8176, 14176, 9383, 15430, 10657, 13735, 8537, 11225, 9035, 9787, 9952, 7182, 10400, 7274, 10731, 7615, 12119, 8787, 13639, 7894, 13465, 8461, 13176, 9136, 13486, 11539, 9134, 12171, 7654, 7234, 9875, 7504, 12145, 7961, 12411, 7871, 12396, 7972, 15459, 9472, 11480, 9540, 7095, 13327, 8724, 16964, 12694, 14804, 9870, 15197, 10198, 15255, 10489, 13901, 10302, 7184, 9435, 7215, 9028, 7385, 8949, 7293, 9464, 7467, 10263, 7357, 10548, 7527, 11201, 8339, 11873, 8913, 12131, 8059, 11736, 8187, 10537, 8793, 8738, 9379, 7283, 9597, 7221, 10558, 7246, 12124, 8564, 13025, 7819, 12040, 8454, 11343, 9324, 8874, 9412, 7107, 9686, 7687, 10627, 7233, 13249, 8094, 12633, 8188, 12595, 9298, 9832, 9206, 7078, 9916, 7110, 12608, 8488, 13854, 8479, 14008, 8211, 11197, 9245, 7045, 10010, 7297, 10464, 7592, 11289, 8753, 12669, 8023, 10163, 8259, 9393, 9470, 7381, 12139, 7879, 11041, 8375, 8674, 8888, 8270, 9223, 7220, 10440, 7407, 10483, 7193, 10933, 7237, 11637, 7242, 11087, 7113, 10578, 7465, 11161, 8264, 11475, 7964, 11610, 8281, 11872, 9315, 8935], 'WindowCenter': [4359.0, 4372.0, 4309.0, 4366.0, 4303.0, 4313.0, 4304.0, 4351.0, 4301.0, 4372.0, 4301.0, 4359.0, 4310.0, 4347.0, 4288.0, 4335.0, 4278.0, 4328.0, 4278.0, 4329.0, 4289.0, 4326.0, 4279.0, 4317.0, 4279.0, 4308.0, 4281.0, 4319.0, 4280.0, 4320.0, 4282.0, 4320.0, 4282.0, 4331.0, 4282.0, 4331.0, 4279.0, 4330.0, 4283.0, 4331.0, 4292.0, 4341.0, 4291.0, 4342.0, 4282.0, 4341.0, 4302.0, 4338.0, 4292.0, 4341.0, 4293.0, 4341.0, 4313.0, 4351.0, 4304.0, 4350.0, 4304.0, 4353.0, 4325.0, 4362.0, 4324.0, 4341.0, 4314.0, 4342.0, 4313.0, 4332.0, 4312.0, 4293.0, 4314.0, 4292.0, 4335.0, 4293.0, 4354.0, 4281.0, 4353.0, 4293.0, 4352.0, 4294.0, 4360.0, 4314.0, 4372.0, 4303.0, 4362.0, 4326.0, 4374.0, 4334.0, 4322.0, 4312.0, 4322.0, 4313.0, 4332.0, 4343.0, 4291.0, 4320.0, 4290.0, 4322.0, 4292.0, 4350.0, 4279.0, 4349.0, 4282.0, 4350.0, 4293.0, 4360.0, 4301.0, 4361.0, 4293.0, 4349.0, 4313.0, 4351.0, 4314.0, 4360.0, 4303.0, 4350.0, 4314.0, 4361.0, 4323.0, 4321.0, 4314.0, 4312.0, 4313.0, 4333.0, 4311.0, 4291.0, 4301.0, 4312.0, 4304.0, 4342.0, 4300.0, 4290.0, 4302.0, 4291.0, 4313.0, 4301.0, 4313.0, 4292.0, 4331.0, 4292.0, 4332.0, 4292.0, 4364.0, 4314.0, 4372.0, 4303.0, 4372.0, 4313.0, 4361.0, 4334.0, 4321.0, 4309.0, 4301.0, 4312.0, 4303.0, 4332.0, 4301.0, 4352.0, 4278.0, 4329.0, 4281.0, 4341.0, 4281.0, 4362.0, 4290.0, 4351.0, 4281.0, 4340.0, 4294.0, 4351.0, 4303.0, 4359.0, 4304.0, 4361.0, 4312.0, 4361.0, 4323.0, 4361.0, 4303.0, 4339.0, 4303.0, 4340.0, 4323.0, 4312.0, 4303.0, 4300.0, 4312.0, 4292.0, 4312.0, 4302.0, 4331.0, 4292.0, 4331.0, 4282.0, 4343.0, 4294.0, 4351.0, 4290.0, 4351.0, 4293.0, 4351.0, 4303.0, 4362.0, 4313.0, 4361.0, 4303.0, 4361.0, 4323.0, 4359.0, 4322.0, 4331.0, 4302.0, 4322.0, 4304.0, 4322.0, 4314.0, 4302.0, 4312.0, 4293.0, 4332.0, 4294.0, 4363.0, 4292.0, 4360.0, 4292.0, 4363.0, 4313.0, 4360.0, 4301.0, 4360.0, 4293.0, 4361.0, 4323.0, 4352.0, 4323.0, 4321.0, 4301.0, 4332.0, 4312.0, 4333.0, 4311.0, 4292.0, 4301.0, 4281.0, 4312.0, 4291.0, 4352.0, 4282.0, 4340.0, 4281.0, 4361.0, 4292.0, 4360.0, 4302.0, 4361.0, 4311.0, 4302.0, 4313.0, 4292.0, 4363.0, 4315.0, 4294.0, 4323.0, 4294.0, 4354.0, 4282.0, 4362.0, 4309.0, 4358.0, 4300.0, 4348.0, 4290.0, 4358.0, 4320.0, 4348.0, 4299.0, 4309.0, 4300.0, 4289.0, 4300.0, 4291.0, 4311.0, 4282.0, 4332.0, 4283.0, 4352.0, 4301.0, 4360.0, 4292.0, 4351.0, 4303.0, 4320.0, 4311.0, 4302.0, 4300.0, 4282.0, 4311.0, 4282.0, 4332.0, 4283.0, 4362.0, 4282.0, 4352.0, 4304.0, 4361.0, 4323.0, 4360.0, 4314.0, 4342.0, 4303.0, 4330.0, 4311.0, 4290.0, 4321.0, 4282.0, 4342.0, 4293.0, 4362.0, 4302.0, 4360.0, 4303.0, 4360.0, 4314.0, 4362.0, 4333.0, 4329.0, 4311.0, 4289.0, 4300.0, 4279.0, 4310.0, 4279.0, 4329.0, 4280.0, 4320.0, 4281.0, 4339.0, 4290.0, 4350.0, 4290.0, 4349.0, 4291.0, 4348.0, 4301.0, 4358.0, 4321.0, 4339.0, 4300.0, 4309.0, 4302.0, 4301.0, 4302.0, 4292.0, 4311.0, 4292.0, 4321.0, 4295.0, 4362.0, 4312.0, 4302.0, 4312.0, 4304.0, 4365.0, 4325.0, 4293.0, 4354.0, 4292.0, 4374.0, 4323.0, 4373.0, 4321.0, 4361.0, 4301.0, 4349.0, 4321.0, 4347.0, 4299.0, 4348.0, 4291.0, 4329.0, 4302.0, 4300.0, 4291.0, 4289.0, 4312.0, 4293.0, 4323.0, 4284.0, 4352.0, 4283.0, 4342.0, 4292.0, 4349.0, 4312.0, 4360.0, 4303.0, 4340.0, 4304.0, 4330.0, 4311.0, 4292.0, 4302.0, 4290.0, 4303.0, 4303.0, 4342.0, 4282.0, 4340.0, 4282.0, 4340.0, 4315.0, 4361.0, 4306.0, 4353.0, 4312.0, 4343.0, 4323.0, 4301.0, 4323.0, 4282.0, 4342.0, 4282.0, 4363.0, 4281.0, 4350.0, 4291.0, 4349.0, 4312.0, 4348.0, 4300.0, 4299.0, 4301.0, 4280.0, 4321.0, 4280.0, 4352.0, 4281.0, 4342.0, 4282.0, 4350.0, 4302.0, 4362.0, 4301.0, 4320.0, 4311.0, 4280.0, 4331.0, 4280.0, 4375.0, 4306.0, 4293.0, 4313.0, 4294.0, 4333.0, 4282.0, 4324.0, 4314.0, 4340.0, 4319.0, 4339.0, 4266.0, 4328.0, 4269.0, 4339.0, 4268.0, 4347.0, 4297.0, 4347.0, 4278.0, 4336.0, 4288.0, 4317.0, 4297.0, 4305.0, 4297.0, 4255.0, 4277.0, 4256.0, 4307.0, 4276.0, 4337.0, 4256.0, 4313.0, 4256.0, 4304.0, 4255.0, 4326.0, 4277.0, 4337.0, 4266.0, 4299.0, 4309.0, 4279.0, 4321.0, 4304.0, 4302.0, 4323.0, 4280.0, 4340.0, 4292.0, 4351.0, 4311.0, 4359.0, 4321.0, 4357.0, 4289.0, 4337.0, 4298.0, 4347.0, 4308.0, 4286.0, 4288.0, 4277.0, 4287.0, 4280.0, 4300.0, 4281.0, 4310.0, 4281.0, 4309.0, 4281.0, 4331.0, 4271.0, 4362.0, 4291.0, 4330.0, 4302.0, 4290.0, 4302.0, 4320.0, 4302.0, 4328.0, 4311.0, 4281.0, 4299.0, 4279.0, 4309.0, 4269.0, 4338.0, 4269.0, 4347.0, 4278.0, 4337.0, 4290.0, 4348.0, 4301.0, 4347.0, 4297.0, 4335.0, 4274.0, 4324.0, 4262.0, 4313.0, 4273.0, 4324.0, 4285.0, 4315.0, 4286.0, 4294.0, 4287.0, 4313.0, 4287.0, 4274.0, 4286.0, 4266.0, 4296.0, 4267.0, 4307.0, 4267.0, 4326.0, 4268.0, 4317.0, 4279.0, 4287.0, 4299.0, 4270.0, 4330.0, 4312.0, 4282.0, 4331.0, 4271.0, 4349.0, 4292.0, 4360.0, 4309.0, 4348.0, 4300.0, 4337.0, 4289.0, 4334.0, 4307.0, 4296.0, 4296.0, 4264.0, 4286.0, 4267.0, 4297.0, 4277.0, 4307.0, 4267.0, 4308.0, 4269.0, 4307.0, 4269.0, 4328.0, 4288.0, 4338.0, 4279.0, 4327.0, 4290.0, 4348.0, 4311.0, 4307.0, 4289.0, 4298.0, 4299.0, 4277.0, 4308.0, 4266.0, 4309.0, 4268.0, 4317.0, 4270.0, 4337.0, 4290.0, 4338.0, 4290.0, 4327.0, 4301.0, 4316.0, 4311.0, 4269.0, 4310.0, 4267.0, 4310.0, 4277.0, 4328.0, 4267.0, 4348.0, 4269.0, 4336.0, 4288.0, 4338.0, 4300.0, 4328.0, 4288.0, 4277.0, 4309.0, 4279.0, 4320.0, 4269.0, 4338.0, 4269.0, 4328.0, 4277.0, 4338.0, 4299.0, 4334.0, 4287.0, 4316.0, 4289.0, 4287.0, 4298.0, 4267.0, 4307.0, 4278.0, 4317.0, 4288.0, 4338.0, 4311.0, 4337.0, 4289.0, 4308.0, 4289.0, 4279.0, 4309.0, 4270.0, 4328.0, 4266.0, 4318.0, 4292.0, 4351.0, 4311.0, 4340.0, 4290.0, 4299.0, 4300.0, 4280.0, 4320.0, 4270.0, 4338.0, 4281.0, 4340.0, 4301.0, 4329.0, 4310.0, 4268.0, 4297.0, 4268.0, 4309.0, 4278.0, 4339.0, 4279.0, 4327.0, 4269.0, 4327.0, 4288.0, 4348.0, 4312.0, 4326.0, 4286.0, 4294.0, 4298.0, 4277.0, 4297.0, 4277.0, 4307.0, 4268.0, 4307.0, 4268.0, 4316.0, 4278.0, 4327.0, 4298.0, 4336.0, 4289.0, 4337.0, 4297.0, 4338.0, 4308.0, 4315.0, 4287.0, 4305.0, 4277.0, 4296.0, 4297.0, 4266.0, 4297.0, 4256.0, 4296.0, 4288.0, 4326.0, 4279.0, 4326.0, 4279.0, 4327.0, 4298.0, 4328.0, 4310.0, 4289.0, 4307.0, 4281.0, 4328.0, 4289.0, 4339.0, 4311.0, 4347.0, 4309.0, 4324.0, 4286.0, 4304.0, 4285.0, 4295.0, 4297.0, 4254.0, 4295.0, 4263.0, 4304.0, 4266.0, 4315.0, 4285.0, 4324.0, 4275.0, 4322.0, 4276.0, 4325.0, 4285.0, 4322.0, 4316.0, 4295.0, 4313.0, 4264.0, 4264.0, 4307.0, 4277.0, 4328.0, 4289.0, 4327.0, 4277.0, 4326.0, 4280.0, 4346.0, 4296.0, 4316.0, 4295.0, 4255.0, 4325.0, 4276.0, 4343.0, 4315.0, 4322.0, 4284.0, 4311.0, 4282.0, 4310.0, 4278.0, 4297.0, 4268.0, 4227.0, 4257.0, 4238.0, 4259.0, 4239.0, 4270.0, 4251.0, 4281.0, 4251.0, 4290.0, 4253.0, 4302.0, 4276.0, 4303.0, 4286.0, 4311.0, 4299.0, 4316.0, 4277.0, 4315.0, 4287.0, 4304.0, 4288.0, 4285.0, 4285.0, 4265.0, 4298.0, 4267.0, 4305.0, 4268.0, 4326.0, 4288.0, 4327.0, 4278.0, 4326.0, 4289.0, 4315.0, 4298.0, 4298.0, 4298.0, 4267.0, 4297.0, 4276.0, 4308.0, 4268.0, 4338.0, 4277.0, 4326.0, 4288.0, 4329.0, 4297.0, 4306.0, 4298.0, 4267.0, 4308.0, 4267.0, 4327.0, 4288.0, 4337.0, 4287.0, 4336.0, 4287.0, 4316.0, 4297.0, 4256.0, 4296.0, 4266.0, 4305.0, 4278.0, 4318.0, 4302.0, 4337.0, 4289.0, 4308.0, 4289.0, 4298.0, 4298.0, 4267.0, 4316.0, 4276.0, 4317.0, 4288.0, 4288.0, 4298.0, 4286.0, 4296.0, 4264.0, 4306.0, 4265.0, 4306.0, 4254.0, 4305.0, 4265.0, 4303.0, 4254.0, 4303.0, 4254.0, 4293.0, 4263.0, 4305.0, 4275.0, 4315.0, 4275.0, 4314.0, 4275.0, 4316.0, 4299.0, 4285.0], 'WindowWidth': [9645.0, 9645.0, 9550.0, 9620.0, 9533.0, 9543.0, 9533.0, 9592.0, 9524.0, 9619.0, 9522.0, 9596.0, 9532.0, 9577.0, 9499.0, 9557.0, 9487.0, 9550.0, 9488.0, 9554.0, 9504.0, 9547.0, 9492.0, 9536.0, 9491.0, 9525.0, 9495.0, 9544.0, 9495.0, 9544.0, 9499.0, 9545.0, 9500.0, 9562.0, 9501.0, 9562.0, 9495.0, 9560.0, 9503.0, 9562.0, 9515.0, 9576.0, 9513.0, 9577.0, 9501.0, 9577.0, 9527.0, 9570.0, 9515.0, 9575.0, 9518.0, 9576.0, 9544.0, 9591.0, 9533.0, 9589.0, 9533.0, 9595.0, 9564.0, 9608.0, 9561.0, 9577.0, 9547.0, 9581.0, 9544.0, 9568.0, 9542.0, 9516.0, 9546.0, 9514.0, 9577.0, 9518.0, 9598.0, 9499.0, 9596.0, 9517.0, 9593.0, 9520.0, 9603.0, 9546.0, 9622.0, 9533.0, 9608.0, 9566.0, 9628.0, 9574.0, 9554.0, 9542.0, 9552.0, 9544.0, 9568.0, 9582.0, 9511.0, 9549.0, 9507.0, 9552.0, 9513.0, 9588.0, 9494.0, 9586.0, 9500.0, 9587.0, 9519.0, 9601.0, 9526.0, 9603.0, 9515.0, 9586.0, 9544.0, 9590.0, 9545.0, 9602.0, 9530.0, 9589.0, 9546.0, 9602.0, 9557.0, 9550.0, 9544.0, 9539.0, 9543.0, 9569.0, 9539.0, 9510.0, 9525.0, 9539.0, 9530.0, 9579.0, 9522.0, 9508.0, 9526.0, 9511.0, 9543.0, 9526.0, 9543.0, 9513.0, 9564.0, 9514.0, 9566.0, 9515.0, 9611.0, 9548.0, 9621.0, 9532.0, 9620.0, 9545.0, 9606.0, 9571.0, 9550.0, 9533.0, 9522.0, 9539.0, 9528.0, 9567.0, 9523.0, 9593.0, 9491.0, 9558.0, 9497.0, 9576.0, 9498.0, 9604.0, 9510.0, 9589.0, 9499.0, 9574.0, 9520.0, 9590.0, 9531.0, 9600.0, 9534.0, 9604.0, 9543.0, 9606.0, 9558.0, 9605.0, 9530.0, 9572.0, 9530.0, 9576.0, 9556.0, 9539.0, 9528.0, 9522.0, 9542.0, 9514.0, 9541.0, 9528.0, 9565.0, 9514.0, 9565.0, 9503.0, 9583.0, 9521.0, 9590.0, 9510.0, 9591.0, 9517.0, 9592.0, 9533.0, 9606.0, 9543.0, 9604.0, 9530.0, 9604.0, 9559.0, 9600.0, 9554.0, 9562.0, 9527.0, 9553.0, 9533.0, 9553.0, 9547.0, 9528.0, 9540.0, 9517.0, 9568.0, 9521.0, 9609.0, 9515.0, 9604.0, 9514.0, 9608.0, 9542.0, 9601.0, 9525.0, 9602.0, 9516.0, 9606.0, 9558.0, 9592.0, 9556.0, 9549.0, 9525.0, 9567.0, 9541.0, 9567.0, 9538.0, 9512.0, 9523.0, 9497.0, 9540.0, 9510.0, 9592.0, 9499.0, 9573.0, 9500.0, 9604.0, 9515.0, 9603.0, 9526.0, 9602.0, 9537.0, 9526.0, 9542.0, 9515.0, 9612.0, 9550.0, 9518.0, 9558.0, 9518.0, 9599.0, 9500.0, 9607.0, 9532.0, 9597.0, 9519.0, 9580.0, 9506.0, 9593.0, 9548.0, 9580.0, 9515.0, 9528.0, 9519.0, 9504.0, 9520.0, 9510.0, 9536.0, 9501.0, 9566.0, 9505.0, 9591.0, 9526.0, 9601.0, 9512.0, 9588.0, 9528.0, 9548.0, 9538.0, 9525.0, 9521.0, 9498.0, 9536.0, 9500.0, 9566.0, 9501.0, 9605.0, 9502.0, 9592.0, 9532.0, 9604.0, 9556.0, 9602.0, 9545.0, 9579.0, 9528.0, 9560.0, 9536.0, 9508.0, 9549.0, 9502.0, 9579.0, 9518.0, 9607.0, 9529.0, 9601.0, 9529.0, 9602.0, 9546.0, 9605.0, 9567.0, 9556.0, 9534.0, 9503.0, 9520.0, 9489.0, 9532.0, 9490.0, 9556.0, 9493.0, 9543.0, 9495.0, 9569.0, 9506.0, 9584.0, 9506.0, 9583.0, 9509.0, 9581.0, 9524.0, 9594.0, 9548.0, 9569.0, 9522.0, 9531.0, 9526.0, 9523.0, 9526.0, 9513.0, 9537.0, 9514.0, 9551.0, 9524.0, 9606.0, 9542.0, 9529.0, 9542.0, 9534.0, 9615.0, 9562.0, 9518.0, 9600.0, 9515.0, 9626.0, 9555.0, 9623.0, 9550.0, 9602.0, 9520.0, 9582.0, 9547.0, 9576.0, 9516.0, 9579.0, 9508.0, 9557.0, 9524.0, 9520.0, 9510.0, 9506.0, 9539.0, 9516.0, 9554.0, 9504.0, 9594.0, 9502.0, 9577.0, 9515.0, 9586.0, 9540.0, 9599.0, 9529.0, 9574.0, 9531.0, 9560.0, 9537.0, 9509.0, 9523.0, 9507.0, 9528.0, 9528.0, 9577.0, 9499.0, 9573.0, 9500.0, 9573.0, 9548.0, 9606.0, 9537.0, 9594.0, 9543.0, 9582.0, 9556.0, 9522.0, 9553.0, 9499.0, 9579.0, 9498.0, 9607.0, 9494.0, 9586.0, 9508.0, 9582.0, 9537.0, 9582.0, 9520.0, 9517.0, 9521.0, 9493.0, 9547.0, 9493.0, 9592.0, 9495.0, 9576.0, 9499.0, 9587.0, 9527.0, 9603.0, 9524.0, 9546.0, 9535.0, 9491.0, 9559.0, 9492.0, 9628.0, 9537.0, 9516.0, 9541.0, 9520.0, 9571.0, 9501.0, 9557.0, 9545.0, 9573.0, 9543.0, 9569.0, 9469.0, 9552.0, 9477.0, 9567.0, 9473.0, 9575.0, 9510.0, 9575.0, 9485.0, 9561.0, 9499.0, 9534.0, 9509.0, 9517.0, 9507.0, 9449.0, 9482.0, 9451.0, 9521.0, 9479.0, 9561.0, 9453.0, 9525.0, 9453.0, 9514.0, 9452.0, 9545.0, 9484.0, 9561.0, 9471.0, 9514.0, 9532.0, 9493.0, 9550.0, 9536.0, 9527.0, 9555.0, 9494.0, 9573.0, 9512.0, 9588.0, 9537.0, 9597.0, 9546.0, 9590.0, 9500.0, 9563.0, 9511.0, 9575.0, 9524.0, 9492.0, 9498.0, 9484.0, 9497.0, 9493.0, 9520.0, 9496.0, 9532.0, 9495.0, 9529.0, 9495.0, 9561.0, 9480.0, 9604.0, 9509.0, 9561.0, 9525.0, 9504.0, 9525.0, 9547.0, 9523.0, 9556.0, 9533.0, 9493.0, 9515.0, 9488.0, 9529.0, 9476.0, 9566.0, 9475.0, 9578.0, 9488.0, 9564.0, 9506.0, 9581.0, 9523.0, 9577.0, 9509.0, 9554.0, 9473.0, 9539.0, 9456.0, 9521.0, 9472.0, 9539.0, 9490.0, 9528.0, 9491.0, 9500.0, 9496.0, 9525.0, 9494.0, 9473.0, 9490.0, 9464.0, 9506.0, 9468.0, 9522.0, 9468.0, 9547.0, 9473.0, 9536.0, 9489.0, 9496.0, 9514.0, 9481.0, 9560.0, 9539.0, 9497.0, 9562.0, 9483.0, 9584.0, 9510.0, 9599.0, 9529.0, 9579.0, 9517.0, 9562.0, 9498.0, 9555.0, 9521.0, 9505.0, 9504.0, 9461.0, 9492.0, 9468.0, 9511.0, 9483.0, 9522.0, 9470.0, 9523.0, 9474.0, 9522.0, 9477.0, 9554.0, 9500.0, 9565.0, 9492.0, 9551.0, 9507.0, 9579.0, 9535.0, 9524.0, 9502.0, 9512.0, 9516.0, 9485.0, 9526.0, 9468.0, 9526.0, 9473.0, 9538.0, 9478.0, 9564.0, 9504.0, 9567.0, 9506.0, 9552.0, 9523.0, 9537.0, 9534.0, 9474.0, 9532.0, 9471.0, 9530.0, 9483.0, 9554.0, 9469.0, 9581.0, 9474.0, 9561.0, 9501.0, 9566.0, 9521.0, 9552.0, 9499.0, 9486.0, 9530.0, 9490.0, 9547.0, 9477.0, 9566.0, 9477.0, 9552.0, 9486.0, 9564.0, 9516.0, 9557.0, 9497.0, 9532.0, 9500.0, 9497.0, 9511.0, 9469.0, 9522.0, 9487.0, 9536.0, 9500.0, 9567.0, 9535.0, 9564.0, 9502.0, 9527.0, 9503.0, 9488.0, 9529.0, 9477.0, 9553.0, 9469.0, 9540.0, 9511.0, 9590.0, 9534.0, 9574.0, 9505.0, 9516.0, 9518.0, 9494.0, 9545.0, 9478.0, 9567.0, 9495.0, 9572.0, 9523.0, 9556.0, 9531.0, 9471.0, 9511.0, 9472.0, 9528.0, 9487.0, 9570.0, 9487.0, 9549.0, 9475.0, 9549.0, 9499.0, 9581.0, 9540.0, 9548.0, 9494.0, 9500.0, 9513.0, 9482.0, 9509.0, 9480.0, 9521.0, 9472.0, 9523.0, 9474.0, 9534.0, 9488.0, 9551.0, 9513.0, 9561.0, 9502.0, 9563.0, 9511.0, 9566.0, 9526.0, 9530.0, 9495.0, 9515.0, 9483.0, 9506.0, 9508.0, 9465.0, 9506.0, 9452.0, 9509.0, 9501.0, 9548.0, 9490.0, 9548.0, 9489.0, 9550.0, 9515.0, 9554.0, 9532.0, 9504.0, 9524.0, 9496.0, 9554.0, 9506.0, 9569.0, 9535.0, 9579.0, 9527.0, 9541.0, 9492.0, 9514.0, 9491.0, 9502.0, 9508.0, 9447.0, 9500.0, 9459.0, 9512.0, 9466.0, 9529.0, 9491.0, 9540.0, 9476.0, 9536.0, 9478.0, 9543.0, 9492.0, 9535.0, 9532.0, 9503.0, 9523.0, 9458.0, 9458.0, 9521.0, 9485.0, 9551.0, 9501.0, 9550.0, 9484.0, 9548.0, 9489.0, 9574.0, 9507.0, 9534.0, 9505.0, 9451.0, 9542.0, 9479.0, 9565.0, 9527.0, 9532.0, 9485.0, 9516.0, 9476.0, 9510.0, 9467.0, 9491.0, 9451.0, 9396.0, 9437.0, 9412.0, 9443.0, 9416.0, 9460.0, 9435.0, 9475.0, 9437.0, 9488.0, 9443.0, 9507.0, 9479.0, 9511.0, 9493.0, 9520.0, 9514.0, 9532.0, 9483.0, 9529.0, 9495.0, 9516.0, 9498.0, 9489.0, 9490.0, 9463.0, 9511.0, 9470.0, 9518.0, 9474.0, 9548.0, 9499.0, 9550.0, 9486.0, 9548.0, 9503.0, 9533.0, 9514.0, 9513.0, 9513.0, 9471.0, 9509.0, 9483.0, 9527.0, 9474.0, 9566.0, 9484.0, 9549.0, 9501.0, 9555.0, 9513.0, 9522.0, 9513.0, 9470.0, 9525.0, 9472.0, 9551.0, 9500.0, 9564.0, 9498.0, 9561.0, 9497.0, 9533.0, 9509.0, 9453.0, 9505.0, 9469.0, 9517.0, 9487.0, 9538.0, 9526.0, 9565.0, 9503.0, 9526.0, 9504.0, 9516.0, 9512.0, 9467.0, 9532.0, 9482.0, 9538.0, 9502.0, 9501.0, 9515.0, 9494.0, 9507.0, 9462.0, 9520.0, 9465.0, 9518.0, 9449.0, 9517.0, 9465.0, 9511.0, 9445.0, 9511.0, 9449.0, 9496.0, 9460.0, 9514.0, 9476.0, 9529.0, 9476.0, 9526.0, 9478.0, 9532.0, 9515.0, 9492.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.003953519736842105</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03933884320175439</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.47638346884742</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1775867116355667</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.978614651262349</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4531</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7882.8164</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0731766011483376</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.7675438596491229</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5479983775165422</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4269315785010788</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.768782115805272</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4482814382432756</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00532757</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02030256763100624</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03215188533067703</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.8456046998010907</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>27.8014</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.6477</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.8769</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307897.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>856.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.9422</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2424</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.2234</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3577.7538</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3789.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68647.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1164.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4704.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>985.2735</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.8282488679979</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> |