=== 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-0102 --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-0102",
"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-0102_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0102_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0102/ses-02/func/sub-0102_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5ccb3124bcf1022e04a36d351794138a</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>10:43:17.420000</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.99593, -0.022364, -0.0873077, 0.0140805, 0.995438, -0.0943647]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.097724</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4218, -7791, -7296, 210, -124, -132, -114, 96]</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>256.126</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ea2bce50-4ae9-4542-aef5-b97597bed378||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.6720082759857178, 0.037777043879032135, -0.2403535544872284, 116.93028259277344], [0.06000104546546936, 2.670687675476074, -0.2504286766052246, -95.27086639404297], [-0.23424029350280762, 0.25317367911338806, 2.6775951385498047, -82.20867156982422], [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': ['104317.420000', '104317.880000', '104318.340000', '104318.800000', '104319.260000', '104319.720000', '104320.180000', '104320.640000', '104321.100000', '104321.560000', '104322.020000', '104322.480000', '104322.940000', '104323.400000', '104323.860000', '104324.320000', '104324.780000', '104325.240000', '104325.700000', '104326.160000', '104326.620000', '104327.080000', '104327.540000', '104328.000000', '104328.460000', '104328.920000', '104329.380000', '104329.840000', '104330.300000', '104330.760000', '104331.220000', '104331.680000', '104332.140000', '104332.600000', '104333.060000', '104333.520000', '104333.980000', '104334.440000', '104334.900000', '104335.360000', '104335.820000', '104336.280000', '104336.740000', '104337.200000', '104337.660000', '104338.120000', '104338.580000', '104339.040000', '104339.500000', '104339.960000', '104340.420000', '104340.880000', '104341.340000', '104341.800000', '104342.260000', '104342.720000', '104343.180000', '104343.640000', '104344.100000', '104344.560000', '104345.020000', '104345.480000', '104345.940000', '104346.400000', '104346.860000', '104347.320000', '104347.780000', '104348.240000', '104348.700000', '104349.160000', '104349.620000', '104350.080000', '104350.540000', '104351.000000', '104351.460000', '104351.920000', '104352.380000', '104352.840000', '104353.300000', '104353.760000', '104354.220000', '104354.680000', '104355.140000', '104355.600000', '104356.060000', '104356.520000', '104356.980000', '104357.440000', '104357.900000', '104358.360000', '104358.820000', '104359.280000', '104359.740000', '104400.200000', '104400.660000', '104401.120000', '104401.580000', '104402.040000', '104402.500000', '104402.960000', '104403.420000', '104403.880000', '104404.340000', '104404.800000', '104405.260000', '104405.720000', '104406.180000', '104406.640000', '104407.100000', '104407.560000', '104408.020000', '104408.480000', '104408.940000', '104409.400000', '104409.860000', '104410.320000', '104410.780000', '104411.240000', '104411.700000', '104412.160000', '104412.620000', '104413.080000', '104413.540000', '104414.000000', '104414.460000', '104414.920000', '104415.380000', '104415.840000', '104416.300000', '104416.760000', '104417.220000', '104417.680000', '104418.140000', '104418.600000', '104419.060000', '104419.520000', '104419.980000', '104420.440000', '104420.900000', '104421.360000', '104421.820000', '104422.280000', '104422.740000', '104423.200000', '104423.660000', '104424.120000', '104424.580000', '104425.040000', '104425.500000', '104425.960000', '104426.420000', '104426.880000', '104427.340000', '104427.800000', '104428.260000', '104428.720000', '104429.180000', '104429.640000', '104430.100000', '104430.560000', '104431.020000', '104431.480000', '104431.940000', '104432.400000', '104432.860000', '104433.320000', '104433.780000', '104434.240000', '104434.700000', '104435.160000', '104435.620000', '104436.080000', '104436.540000', '104437.000000', '104437.460000', '104437.920000', '104438.380000', '104438.840000', '104439.300000', '104439.760000', '104440.220000', '104440.680000', '104441.140000', '104441.600000', '104442.060000', '104442.520000', '104442.980000', '104443.440000', '104443.900000', '104444.360000', '104444.820000', '104445.280000', '104445.740000', '104446.200000', '104446.660000', '104447.120000', '104447.580000', '104448.040000', '104448.500000', '104448.960000', '104449.420000', '104449.880000', '104450.340000', '104450.800000', '104451.260000', '104451.720000', '104452.180000', '104452.640000', '104453.100000', '104453.560000', '104454.020000', '104454.480000', '104454.940000', '104455.400000', '104455.860000', '104456.320000', '104456.780000', '104457.240000', '104457.700000', '104458.160000', '104458.620000', '104459.080000', '104459.540000', '104500.000000', '104500.460000', '104500.920000', '104501.380000', '104501.840000', '104502.300000', '104502.760000', '104503.220000', '104503.680000', '104504.140000', '104504.600000', '104505.060000', '104505.520000', '104505.980000', '104506.440000', '104506.900000', '104507.360000', '104507.820000', '104508.280000', '104508.740000', '104509.200000', '104509.660000', '104510.120000', '104510.580000', '104511.040000', '104511.500000', '104511.960000', '104512.420000', '104512.880000', '104513.340000', '104513.800000', '104514.260000', '104514.720000', '104515.180000', '104515.640000', '104516.100000', '104516.560000', '104517.020000', '104517.480000', '104517.940000', '104518.400000', '104518.860000', '104519.320000', '104519.780000', '104520.240000', '104520.700000', '104521.160000', '104521.620000', '104522.080000', '104522.540000', '104523.000000', '104523.460000', '104523.920000', '104524.380000', '104524.840000', '104525.300000', '104525.760000', '104526.220000', '104526.680000', '104527.140000', '104527.600000', '104528.060000', '104528.520000', '104528.980000', '104529.440000', '104529.900000', '104530.360000', '104530.820000', '104531.280000', '104531.740000', '104532.200000', '104532.660000', '104533.120000', '104533.580000', '104534.040000', '104534.500000', '104534.960000', '104535.420000', '104535.880000', '104536.340000', '104536.800000', '104537.260000', '104537.720000', '104538.180000', '104538.640000', '104539.100000', '104539.560000', '104540.020000', '104540.480000', '104540.940000', '104541.400000', '104541.860000', '104542.320000', '104542.780000', '104543.240000', '104543.700000', '104544.160000', '104544.620000', '104545.080000', '104545.540000', '104546.000000', '104546.460000', '104546.920000', '104547.380000', '104547.840000', '104548.300000', '104548.760000', '104549.220000', '104549.680000', '104550.140000', '104550.600000', '104551.060000', '104551.520000', '104551.980000', '104552.440000', '104552.900000', '104553.360000', '104553.820000', '104554.280000', '104554.740000', '104555.200000', '104555.660000', '104556.120000', '104556.580000', '104557.040000', '104557.500000', '104557.960000', '104558.420000', '104558.880000', '104559.340000', '104559.800000', '104600.260000', '104600.720000', '104601.180000', '104601.640000', '104602.100000', '104602.560000', '104603.020000', '104603.480000', '104603.940000', '104604.400000', '104604.860000', '104605.320000', '104605.780000', '104606.240000', '104606.700000', '104607.160000', '104607.620000', '104608.080000', '104608.540000', '104609.000000', '104609.460000', '104609.920000', '104610.380000', '104610.840000', '104611.300000', '104611.760000', '104612.220000', '104612.680000', '104613.140000', '104613.600000', '104614.060000', '104614.520000', '104614.980000', '104615.440000', '104615.900000', '104616.360000', '104616.820000', '104617.280000', '104617.740000', '104618.200000', '104618.660000', '104619.120000', '104619.580000', '104620.040000', '104620.500000', '104620.960000', '104621.420000', '104621.880000', '104622.340000', '104622.800000', '104623.260000', '104623.720000', '104624.180000', '104624.640000', '104625.100000', '104625.560000', '104626.020000', '104626.480000', '104626.940000', '104627.400000', '104627.860000', '104628.320000', '104628.780000', '104629.240000', '104629.700000', '104630.160000', '104630.620000', '104631.080000', '104631.540000', '104632.000000', '104632.460000', '104632.920000', '104633.380000', '104633.840000', '104634.300000', '104634.760000', '104635.220000', '104635.680000', '104636.140000', '104636.600000', '104637.060000', '104637.520000', '104637.980000', '104638.440000', '104638.900000', '104639.360000', '104639.820000', '104640.280000', '104640.740000', '104641.200000', '104641.660000', '104642.120000', '104642.580000', '104643.040000', '104643.500000', '104643.960000', '104644.420000', '104644.880000', '104645.340000', '104645.800000', '104646.260000', '104646.720000', '104647.180000', '104647.640000', '104648.100000', '104648.560000', '104649.020000', '104649.480000', '104649.940000', '104650.400000', '104650.860000', '104651.320000', '104651.780000', '104652.240000', '104652.700000', '104653.160000', '104653.620000', '104654.080000', '104654.540000', '104655.000000', '104655.460000', '104655.920000', '104656.380000', '104656.840000', '104657.300000', '104657.760000', '104658.220000', '104658.680000', '104659.140000', '104659.600000', '104700.060000', '104700.520000', '104700.980000', '104701.440000', '104701.900000', '104702.360000', '104702.820000', '104703.280000', '104703.740000', '104704.200000', '104704.660000', '104705.120000', '104705.580000', '104706.040000', '104706.500000', '104706.960000', '104707.420000', '104707.880000', '104708.340000', '104708.800000', '104709.260000', '104709.720000', '104710.180000', '104710.640000', '104711.100000', '104711.560000', '104712.020000', '104712.480000', '104712.940000', '104713.400000', '104713.860000', '104714.320000', '104714.780000', '104715.240000', '104715.700000', '104716.160000', '104716.620000', '104717.080000', '104717.540000', '104718.000000', '104718.460000', '104718.920000', '104719.380000', '104719.840000', '104720.300000', '104720.760000', '104721.220000', '104721.680000', '104722.140000', '104722.600000', '104723.060000', '104723.520000', '104723.980000', '104724.440000', '104724.900000', '104725.360000', '104725.820000', '104726.280000', '104726.740000', '104727.200000', '104727.660000', '104728.120000', '104728.580000', '104729.040000', '104729.500000', '104729.960000', '104730.420000', '104730.880000', '104731.340000', '104731.800000', '104732.260000', '104732.720000', '104733.180000', '104733.640000', '104734.100000', '104734.560000', '104735.020000', '104735.480000', '104735.940000', '104736.400000', '104736.860000', '104737.320000', '104737.780000', '104738.240000', '104738.700000', '104739.160000', '104739.620000', '104740.080000', '104740.540000', '104741.000000', '104741.460000', '104741.920000', '104742.380000', '104742.840000', '104743.300000', '104743.760000', '104744.220000', '104744.680000', '104745.140000', '104745.600000', '104746.060000', '104746.520000', '104746.980000', '104747.440000', '104747.900000', '104748.360000', '104748.820000', '104749.280000', '104749.740000', '104750.200000', '104750.660000', '104751.120000', '104751.580000', '104752.040000', '104752.500000', '104752.960000', '104753.420000', '104753.880000', '104754.340000', '104754.800000', '104755.260000', '104755.720000', '104756.180000', '104756.640000', '104757.100000', '104757.560000', '104758.020000', '104758.480000', '104758.940000', '104759.400000', '104759.860000', '104800.320000', '104800.780000', '104801.240000', '104801.700000', '104802.160000', '104802.620000', '104803.080000', '104803.540000', '104804.000000', '104804.460000', '104804.920000', '104805.380000', '104805.840000', '104806.300000', '104806.760000', '104807.220000', '104807.680000', '104808.140000', '104808.600000', '104809.060000', '104809.520000', '104809.980000', '104810.440000', '104810.900000', '104811.360000', '104811.820000', '104812.280000', '104812.740000', '104813.200000', '104813.660000', '104814.120000', '104814.580000', '104815.040000', '104815.500000', '104815.960000', '104816.420000', '104816.880000', '104817.340000', '104817.800000', '104818.260000', '104818.720000', '104819.180000', '104819.640000', '104820.100000', '104820.560000', '104821.020000', '104821.480000', '104821.940000', '104822.400000', '104822.860000', '104823.320000', '104823.780000', '104824.240000', '104824.700000', '104825.160000', '104825.620000', '104826.080000', '104826.540000', '104827.000000', '104827.460000', '104827.920000', '104828.380000', '104828.840000', '104829.300000', '104829.760000', '104830.220000', '104830.680000', '104831.140000', '104831.600000', '104832.060000', '104832.520000', '104832.980000', '104833.440000', '104833.900000', '104834.360000', '104834.820000', '104835.280000', '104835.740000', '104836.200000', '104836.660000', '104837.120000', '104837.580000', '104838.040000', '104838.500000', '104838.960000', '104839.420000', '104839.880000', '104840.340000', '104840.800000', '104841.260000', '104841.720000', '104842.180000', '104842.640000', '104843.100000', '104843.560000', '104844.020000', '104844.480000', '104844.940000', '104845.400000', '104845.860000', '104846.320000', '104846.780000', '104847.240000', '104847.700000', '104848.160000', '104848.620000', '104849.080000', '104849.540000', '104850.000000', '104850.460000', '104850.920000', '104851.380000', '104851.840000', '104852.300000', '104852.760000', '104853.220000', '104853.680000', '104854.140000', '104854.600000', '104855.060000', '104855.520000', '104855.980000', '104856.440000', '104856.900000', '104857.360000', '104857.820000', '104858.280000', '104858.740000', '104859.200000', '104859.660000', '104900.120000', '104900.580000', '104901.040000', '104901.500000', '104901.960000', '104902.420000', '104902.880000', '104903.340000', '104903.800000', '104904.260000', '104904.720000', '104905.180000', '104905.640000', '104906.100000', '104906.560000', '104907.020000', '104907.480000', '104907.940000', '104908.400000', '104908.860000', '104909.320000', '104909.780000', '104910.240000', '104910.700000', '104911.160000', '104911.620000', '104912.080000', '104912.540000', '104913.000000', '104913.460000', '104913.920000', '104914.380000', '104914.840000', '104915.300000', '104915.760000', '104916.220000', '104916.680000', '104917.140000', '104917.600000', '104918.060000', '104918.520000', '104918.980000', '104919.440000', '104919.900000', '104920.360000', '104920.820000', '104921.280000', '104921.740000', '104922.200000', '104922.660000', '104923.120000', '104923.580000', '104924.040000', '104924.500000', '104924.960000', '104925.420000', '104925.880000', '104926.340000', '104926.800000', '104927.260000', '104927.720000', '104928.180000', '104928.640000', '104929.100000', '104929.560000', '104930.020000', '104930.480000', '104930.940000', '104931.400000', '104931.860000', '104932.320000', '104932.780000', '104933.240000', '104933.700000', '104934.160000', '104934.620000', '104935.080000', '104935.540000', '104936.000000', '104936.460000', '104936.920000', '104937.380000', '104937.840000', '104938.300000', '104938.760000', '104939.220000', '104939.680000', '104940.140000', '104940.600000', '104941.060000', '104941.520000', '104941.980000', '104942.440000', '104942.900000', '104943.360000', '104943.820000', '104944.280000', '104944.740000', '104945.200000', '104945.660000', '104946.120000', '104946.580000', '104947.040000', '104947.500000', '104947.960000', '104948.420000', '104948.880000', '104949.340000', '104949.800000', '104950.260000', '104950.720000', '104951.180000', '104951.640000', '104952.100000', '104952.560000', '104953.020000', '104953.480000', '104953.940000', '104954.400000', '104954.860000', '104955.320000', '104955.780000', '104956.240000', '104956.700000', '104957.160000', '104957.620000', '104958.080000', '104958.540000', '104959.000000', '104959.460000', '104959.920000', '105000.380000', '105000.840000', '105001.300000', '105001.760000', '105002.220000', '105002.680000', '105003.140000', '105003.600000', '105004.060000', '105004.520000', '105004.980000', '105005.440000', '105005.900000', '105006.360000', '105006.820000', '105007.280000', '105007.740000', '105008.200000', '105008.660000', '105009.120000', '105009.580000', '105010.040000', '105010.500000', '105010.960000', '105011.420000', '105011.880000', '105012.340000', '105012.800000', '105013.260000', '105013.720000', '105014.180000', '105014.640000', '105015.100000', '105015.560000', '105016.020000', '105016.480000', '105016.940000', '105017.400000'], 'ContentTime': ['104327.283000', '104327.286000', '104327.289000', '104327.291000', '104327.294000', '104327.296000', '104327.299000', '104327.307000', '104327.309000', '104327.315000', '104327.317000', '104327.320000', '104327.322000', '104327.325000', '104327.328000', '104327.330000', '104327.333000', '104327.335000', '104327.340000', '104327.343000', '104347.256000', '104347.259000', '104347.262000', '104347.264000', '104347.267000', '104347.270000', '104347.272000', '104347.275000', '104347.277000', '104347.280000', '104347.282000', '104347.285000', '104347.288000', '104347.295000', '104347.298000', '104347.301000', '104347.303000', '104347.306000', '104347.308000', '104347.311000', '104347.313000', '104347.316000', '104347.319000', '104347.321000', '104347.324000', '104347.326000', '104347.329000', '104347.331000', '104347.334000', '104347.336000', '104347.339000', '104347.341000', '104347.344000', '104347.347000', '104347.349000', '104347.352000', '104347.354000', '104347.357000', '104347.359000', '104347.362000', '104347.364000', '104347.367000', '104347.370000', '104407.256000', '104407.259000', '104407.262000', '104407.264000', '104407.267000', '104407.270000', '104407.272000', '104407.275000', '104407.277000', '104407.280000', '104407.283000', '104407.285000', '104407.288000', '104407.291000', '104407.293000', '104407.296000', '104407.298000', '104407.301000', '104407.303000', '104407.306000', '104407.309000', '104407.311000', '104407.314000', '104407.316000', '104407.319000', '104407.321000', '104407.324000', '104407.326000', '104407.329000', '104407.332000', '104407.334000', '104407.337000', '104407.339000', '104407.342000', '104407.344000', '104407.347000', '104407.350000', '104407.352000', '104407.355000', '104407.357000', '104407.360000', '104407.362000', '104407.365000', '104427.256000', '104427.259000', '104427.262000', '104427.264000', '104427.267000', '104427.270000', '104427.277000', '104427.280000', '104427.282000', '104427.285000', '104427.288000', '104427.290000', '104427.293000', '104427.295000', '104427.298000', '104427.300000', '104427.308000', '104427.311000', '104427.313000', '104427.316000', '104427.318000', '104427.321000', '104427.324000', '104427.326000', '104427.329000', '104427.331000', '104427.334000', '104427.336000', '104427.339000', '104427.342000', '104427.344000', '104427.347000', '104427.349000', '104427.352000', '104427.355000', '104427.357000', '104427.360000', '104427.362000', '104427.365000', '104427.367000', '104427.370000', '104427.373000', '104427.375000', '104427.378000', '104447.257000', '104447.260000', '104447.262000', '104447.265000', '104447.267000', '104447.270000', '104447.273000', '104447.275000', '104447.278000', '104447.280000', '104447.283000', '104447.286000', '104447.288000', '104447.291000', '104447.293000', '104447.296000', '104447.298000', '104447.301000', '104447.304000', '104447.306000', '104447.309000', '104447.311000', '104447.314000', '104447.317000', '104447.319000', '104447.322000', '104447.324000', '104447.327000', '104447.329000', '104447.332000', '104447.335000', '104447.337000', '104447.340000', '104447.355000', '104447.358000', '104447.360000', '104447.363000', '104447.365000', '104447.368000', '104447.370000', '104447.373000', '104447.376000', '104447.378000', '104447.381000', '104507.255000', '104507.258000', '104507.261000', '104507.263000', '104507.266000', '104507.269000', '104507.271000', '104507.274000', '104507.276000', '104507.279000', '104507.281000', '104507.284000', '104507.286000', '104507.289000', '104507.292000', '104507.294000', '104507.297000', '104507.299000', '104507.302000', '104507.305000', '104507.307000', '104507.310000', '104507.312000', '104507.315000', '104507.317000', '104507.320000', '104507.323000', '104507.325000', '104507.328000', '104507.330000', '104507.333000', '104507.335000', '104507.338000', '104507.341000', '104507.343000', '104507.346000', '104507.348000', '104507.351000', '104507.353000', '104507.356000', '104507.358000', '104507.361000', '104507.364000', '104527.255000', '104527.258000', '104527.261000', '104527.263000', '104527.266000', '104527.269000', '104527.271000', '104527.274000', '104527.276000', '104527.279000', '104527.282000', '104527.284000', '104527.287000', '104527.289000', '104527.292000', '104527.295000', '104527.297000', '104527.300000', '104527.302000', '104527.305000', '104527.308000', '104527.310000', '104527.313000', '104527.315000', '104527.318000', '104527.321000', '104527.323000', '104527.326000', '104527.328000', '104527.331000', '104527.333000', '104527.336000', '104527.339000', '104527.341000', '104527.344000', '104527.346000', '104527.349000', '104527.351000', '104527.354000', '104527.357000', '104527.359000', '104527.362000', '104527.364000', '104547.256000', '104547.258000', '104547.261000', '104547.264000', '104547.266000', '104547.269000', '104547.271000', '104547.274000', '104547.276000', '104547.279000', '104547.282000', '104547.284000', '104547.287000', '104547.289000', '104547.292000', '104547.295000', '104547.297000', '104547.300000', '104547.303000', '104547.305000', '104547.308000', '104547.310000', '104547.313000', '104547.315000', '104547.318000', '104547.321000', '104547.323000', '104547.326000', '104547.328000', '104547.331000', '104547.333000', '104547.336000', '104547.339000', '104547.341000', '104547.344000', '104547.346000', '104547.349000', '104547.351000', '104547.354000', '104547.356000', '104547.359000', '104547.362000', '104547.364000', '104547.367000', '104607.256000', '104607.259000', '104607.262000', '104607.270000', '104607.273000', '104607.275000', '104607.278000', '104607.281000', '104607.283000', '104607.286000', '104607.288000', '104607.291000', '104607.295000', '104607.297000', '104607.300000', '104607.302000', '104607.305000', '104607.308000', '104607.310000', '104607.313000', '104607.315000', '104607.318000', '104607.320000', '104607.323000', '104607.326000', '104607.328000', '104607.331000', '104607.333000', '104607.336000', '104607.338000', '104607.341000', '104607.344000', '104607.346000', '104607.349000', '104607.351000', '104607.354000', '104607.357000', '104607.359000', '104607.362000', '104607.364000', '104607.367000', '104607.369000', '104607.372000', '104607.374000', '104627.257000', '104627.259000', '104627.262000', '104627.265000', '104627.267000', '104627.270000', '104627.272000', '104627.275000', '104627.278000', '104627.280000', '104627.283000', '104627.285000', '104627.288000', '104627.290000', '104627.301000', '104627.304000', '104627.306000', '104627.309000', '104627.312000', '104627.314000', '104627.317000', '104627.319000', '104627.322000', '104627.324000', '104627.327000', '104627.330000', '104627.332000', '104627.335000', '104627.337000', '104627.340000', '104627.343000', '104627.353000', '104627.356000', '104627.359000', '104627.361000', '104627.364000', '104627.366000', '104627.369000', '104627.371000', '104627.374000', '104627.377000', '104627.379000', '104627.382000', '104647.256000', '104647.259000', '104647.262000', '104647.265000', '104647.267000', '104647.270000', '104647.272000', '104647.275000', '104647.277000', '104647.280000', '104647.282000', '104647.285000', '104647.288000', '104647.290000', '104647.293000', '104647.295000', '104647.298000', '104647.300000', '104647.303000', '104647.306000', '104647.308000', '104647.311000', '104647.313000', '104647.316000', '104647.318000', '104647.321000', '104647.323000', '104647.326000', '104647.328000', '104647.331000', '104647.334000', '104647.336000', '104647.339000', '104647.341000', '104647.344000', '104647.346000', '104647.349000', '104647.351000', '104647.354000', '104647.357000', '104647.359000', '104647.362000', '104647.364000', '104707.257000', '104707.259000', '104707.262000', '104707.265000', '104707.267000', '104707.270000', '104707.272000', '104707.275000', '104707.277000', '104707.280000', '104707.283000', '104707.285000', '104707.288000', '104707.290000', '104707.293000', '104707.296000', '104707.298000', '104707.301000', '104707.303000', '104707.306000', '104707.308000', '104707.311000', '104707.314000', '104707.316000', '104707.319000', '104707.321000', '104707.324000', '104707.326000', '104707.338000', '104707.341000', '104707.344000', '104707.346000', '104707.349000', '104707.351000', '104707.354000', '104707.356000', '104707.359000', '104707.361000', '104707.364000', '104707.367000', '104707.369000', '104707.372000', '104707.374000', '104707.377000', '104727.255000', '104727.258000', '104727.261000', '104727.272000', '104727.274000', '104727.277000', '104727.279000', '104727.282000', '104727.285000', '104727.287000', '104727.290000', '104727.293000', '104727.295000', '104727.298000', '104727.300000', '104727.303000', '104727.306000', '104727.309000', '104727.311000', '104727.314000', '104727.316000', '104727.319000', '104727.322000', '104727.324000', '104727.327000', '104727.329000', '104727.332000', '104727.335000', '104727.337000', '104727.340000', '104727.343000', '104727.346000', '104727.349000', '104727.351000', '104727.354000', '104727.356000', '104727.359000', '104727.362000', '104727.364000', '104727.367000', '104727.369000', '104727.372000', '104727.375000', '104747.255000', '104747.258000', '104747.261000', '104747.264000', '104747.266000', '104747.269000', '104747.271000', '104747.274000', '104747.276000', '104747.279000', '104747.281000', '104747.284000', '104747.287000', '104747.289000', '104747.292000', '104747.294000', '104747.297000', '104747.300000', '104747.302000', '104747.305000', '104747.307000', '104747.310000', '104747.313000', '104747.323000', '104747.326000', '104747.328000', '104747.331000', '104747.334000', '104747.336000', '104747.339000', '104747.341000', '104747.344000', '104747.347000', '104747.349000', '104747.352000', '104747.354000', '104747.357000', '104747.360000', '104747.362000', '104747.365000', '104747.379000', '104747.381000', '104747.384000', '104747.386000', '104807.256000', '104807.258000', '104807.261000', '104807.264000', '104807.266000', '104807.269000', '104807.271000', '104807.274000', '104807.277000', '104807.280000', '104807.283000', '104807.286000', '104807.288000', '104807.291000', '104807.294000', '104807.296000', '104807.299000', '104807.302000', '104807.304000', '104807.307000', '104807.309000', '104807.312000', '104807.315000', '104807.317000', '104807.320000', '104807.322000', '104807.325000', '104807.328000', '104807.330000', '104807.333000', '104807.335000', '104807.338000', '104807.340000', '104807.343000', '104807.346000', '104807.348000', '104807.351000', '104807.353000', '104807.356000', '104807.359000', '104807.361000', '104807.364000', '104807.366000', '104827.257000', '104827.260000', '104827.262000', '104827.265000', '104827.268000', '104827.270000', '104827.273000', '104827.275000', '104827.278000', '104827.281000', '104827.283000', '104827.286000', '104827.288000', '104827.291000', '104827.294000', '104827.296000', '104827.299000', '104827.301000', '104827.304000', '104827.307000', '104827.309000', '104827.312000', '104827.314000', '104827.317000', '104827.319000', '104827.322000', '104827.325000', '104827.327000', '104827.330000', '104827.332000', '104827.335000', '104827.337000', '104827.340000', '104827.342000', '104827.345000', '104827.348000', '104827.350000', '104827.353000', '104827.355000', '104827.358000', '104827.361000', '104827.363000', '104827.366000', '104827.368000', '104847.256000', '104847.259000', '104847.262000', '104847.265000', '104847.267000', '104847.270000', '104847.272000', '104847.275000', '104847.277000', '104847.280000', '104847.283000', '104847.285000', '104847.288000', '104847.290000', '104847.293000', '104847.296000', '104847.298000', '104847.301000', '104847.303000', '104847.306000', '104847.308000', '104847.311000', '104847.314000', '104847.316000', '104847.319000', '104847.321000', '104847.324000', '104847.327000', '104847.329000', '104847.332000', '104847.334000', '104847.337000', '104847.339000', '104847.342000', '104847.344000', '104847.347000', '104847.350000', '104847.352000', '104847.355000', '104847.358000', '104847.361000', '104847.364000', '104847.366000', '104907.256000', '104907.261000', '104907.264000', '104907.266000', '104907.269000', '104907.272000', '104907.274000', '104907.277000', '104907.279000', '104907.282000', '104907.285000', '104907.287000', '104907.290000', '104907.292000', '104907.295000', '104907.298000', '104907.300000', '104907.303000', '104907.306000', '104907.308000', '104907.311000', '104907.313000', '104907.316000', '104907.318000', '104907.321000', '104907.324000', '104907.326000', '104907.329000', '104907.331000', '104907.334000', '104907.336000', '104907.339000', '104907.342000', '104907.344000', '104907.347000', '104907.349000', '104907.352000', '104907.355000', '104907.357000', '104907.360000', '104907.362000', '104907.365000', '104907.368000', '104907.370000', '104927.256000', '104927.259000', '104927.262000', '104927.264000', '104927.267000', '104927.270000', '104927.279000', '104927.282000', '104927.284000', '104927.287000', '104927.289000', '104927.292000', '104927.294000', '104927.297000', '104927.300000', '104927.302000', '104927.305000', '104927.307000', '104927.310000', '104927.312000', '104927.315000', '104927.318000', '104927.320000', '104927.323000', '104927.325000', '104927.328000', '104927.331000', '104927.333000', '104927.336000', '104927.339000', '104927.342000', '104927.345000', '104927.348000', '104927.350000', '104927.353000', '104927.356000', '104927.358000', '104927.361000', '104927.364000', '104927.366000', '104927.369000', '104927.371000', '104927.374000', '104947.255000', '104947.258000', '104947.261000', '104947.264000', '104947.266000', '104947.269000', '104947.271000', '104947.274000', '104947.277000', '104947.279000', '104947.282000', '104947.284000', '104947.287000', '104947.289000', '104947.292000', '104947.295000', '104947.297000', '104947.300000', '104947.302000', '104947.305000', '104947.307000', '104947.310000', '104947.313000', '104947.315000', '104947.318000', '104947.320000', '104947.323000', '104947.325000', '104947.328000', '104947.330000', '104947.333000', '104947.336000', '104947.338000', '104947.341000', '104947.343000', '104947.346000', '104947.348000', '104947.351000', '104947.354000', '104947.356000', '104947.359000', '104947.361000', '104947.364000', '104947.366000', '105007.255000', '105007.258000', '105007.261000', '105007.264000', '105007.266000', '105007.269000', '105007.271000', '105007.274000', '105007.277000', '105007.279000', '105007.282000', '105007.284000', '105007.287000', '105007.290000', '105007.292000', '105007.295000', '105007.297000', '105007.300000', '105007.303000', '105007.305000', '105007.308000', '105007.310000', '105007.313000', '105007.316000', '105007.318000', '105007.321000', '105007.324000', '105007.326000', '105007.329000', '105007.331000', '105007.334000', '105007.336000', '105007.339000', '105007.342000', '105007.344000', '105007.347000', '105007.349000', '105007.352000', '105007.355000', '105007.357000', '105007.360000', '105007.362000', '105007.365000', '105018.396000', '105018.399000', '105018.401000', '105018.404000', '105018.406000', '105018.409000', '105018.412000', '105018.414000', '105018.417000', '105018.419000', '105018.422000', '105018.424000', '105018.427000', '105018.429000', '105018.432000', '105018.435000', '105018.437000', '105018.440000', '105018.443000', '105018.445000', '105018.448000', '105018.450000', '105018.453000', '105018.455000', '105018.458000'], 'InstanceCreationTime': ['104327.283000', '104327.286000', '104327.289000', '104327.291000', '104327.294000', '104327.296000', '104327.299000', '104327.307000', '104327.309000', '104327.315000', '104327.317000', '104327.320000', '104327.322000', '104327.325000', '104327.328000', '104327.330000', '104327.333000', '104327.335000', '104327.340000', '104327.343000', '104347.256000', '104347.259000', '104347.262000', '104347.264000', '104347.267000', '104347.270000', '104347.272000', '104347.275000', '104347.277000', '104347.280000', '104347.282000', '104347.285000', '104347.288000', '104347.295000', '104347.298000', '104347.301000', '104347.303000', '104347.306000', '104347.308000', '104347.311000', '104347.313000', '104347.316000', '104347.319000', '104347.321000', '104347.324000', '104347.326000', '104347.329000', '104347.331000', '104347.334000', '104347.336000', '104347.339000', '104347.341000', '104347.344000', '104347.347000', '104347.349000', '104347.352000', '104347.354000', '104347.357000', '104347.359000', '104347.362000', '104347.364000', '104347.367000', '104347.370000', '104407.256000', '104407.259000', '104407.262000', '104407.264000', '104407.267000', '104407.270000', '104407.272000', '104407.275000', '104407.277000', '104407.280000', '104407.283000', '104407.285000', '104407.288000', '104407.291000', '104407.293000', '104407.296000', '104407.298000', '104407.301000', '104407.303000', '104407.306000', '104407.309000', '104407.311000', '104407.314000', '104407.316000', '104407.319000', '104407.321000', '104407.324000', '104407.326000', '104407.329000', '104407.332000', '104407.334000', '104407.337000', '104407.339000', '104407.342000', '104407.344000', '104407.347000', '104407.350000', '104407.352000', '104407.355000', '104407.357000', '104407.360000', '104407.362000', '104407.365000', '104427.256000', '104427.259000', '104427.262000', '104427.264000', '104427.267000', '104427.270000', '104427.277000', '104427.280000', '104427.282000', '104427.285000', '104427.288000', '104427.290000', '104427.293000', '104427.295000', '104427.298000', '104427.300000', '104427.308000', '104427.311000', '104427.313000', '104427.316000', '104427.318000', '104427.321000', '104427.324000', '104427.326000', '104427.329000', '104427.331000', '104427.334000', '104427.336000', '104427.339000', '104427.342000', '104427.344000', '104427.347000', '104427.349000', '104427.352000', '104427.355000', '104427.357000', '104427.360000', '104427.362000', '104427.365000', '104427.367000', '104427.370000', '104427.373000', '104427.375000', '104427.378000', '104447.257000', '104447.260000', '104447.262000', '104447.265000', '104447.267000', '104447.270000', '104447.273000', '104447.275000', '104447.278000', '104447.280000', '104447.283000', '104447.286000', '104447.288000', '104447.291000', '104447.293000', '104447.296000', '104447.298000', '104447.301000', '104447.304000', '104447.306000', '104447.309000', '104447.311000', '104447.314000', '104447.317000', '104447.319000', '104447.322000', '104447.324000', '104447.327000', '104447.329000', '104447.332000', '104447.335000', '104447.337000', '104447.340000', '104447.355000', '104447.358000', '104447.360000', '104447.363000', '104447.365000', '104447.368000', '104447.370000', '104447.373000', '104447.376000', '104447.378000', '104447.381000', '104507.255000', '104507.258000', '104507.261000', '104507.263000', '104507.266000', '104507.269000', '104507.271000', '104507.274000', '104507.276000', '104507.279000', '104507.281000', '104507.284000', '104507.286000', '104507.289000', '104507.292000', '104507.294000', '104507.297000', '104507.299000', '104507.302000', '104507.305000', '104507.307000', '104507.310000', '104507.312000', '104507.315000', '104507.317000', '104507.320000', '104507.323000', '104507.325000', '104507.328000', '104507.330000', '104507.333000', '104507.335000', '104507.338000', '104507.341000', '104507.343000', '104507.346000', '104507.348000', '104507.351000', '104507.353000', '104507.356000', '104507.358000', '104507.361000', '104507.364000', '104527.255000', '104527.258000', '104527.261000', '104527.263000', '104527.266000', '104527.269000', '104527.271000', '104527.274000', '104527.276000', '104527.279000', '104527.282000', '104527.284000', '104527.287000', '104527.289000', '104527.292000', '104527.295000', '104527.297000', '104527.300000', '104527.302000', '104527.305000', '104527.308000', '104527.310000', '104527.313000', '104527.315000', '104527.318000', '104527.321000', '104527.323000', '104527.326000', '104527.328000', '104527.331000', '104527.333000', '104527.336000', '104527.339000', '104527.341000', '104527.344000', '104527.346000', '104527.349000', '104527.351000', '104527.354000', '104527.357000', '104527.359000', '104527.362000', '104527.364000', '104547.256000', '104547.258000', '104547.261000', '104547.264000', '104547.266000', '104547.269000', '104547.271000', '104547.274000', '104547.276000', '104547.279000', '104547.282000', '104547.284000', '104547.287000', '104547.289000', '104547.292000', '104547.295000', '104547.297000', '104547.300000', '104547.303000', '104547.305000', '104547.308000', '104547.310000', '104547.313000', '104547.315000', '104547.318000', '104547.321000', '104547.323000', '104547.326000', '104547.328000', '104547.331000', '104547.333000', '104547.336000', '104547.339000', '104547.341000', '104547.344000', '104547.346000', '104547.349000', '104547.351000', '104547.354000', '104547.356000', '104547.359000', '104547.362000', '104547.364000', '104547.367000', '104607.256000', '104607.259000', '104607.262000', '104607.270000', '104607.273000', '104607.275000', '104607.278000', '104607.281000', '104607.283000', '104607.286000', '104607.288000', '104607.291000', '104607.295000', '104607.297000', '104607.300000', '104607.302000', '104607.305000', '104607.308000', '104607.310000', '104607.313000', '104607.315000', '104607.318000', '104607.320000', '104607.323000', '104607.326000', '104607.328000', '104607.331000', '104607.333000', '104607.336000', '104607.338000', '104607.341000', '104607.344000', '104607.346000', '104607.349000', '104607.351000', '104607.354000', '104607.357000', '104607.359000', '104607.362000', '104607.364000', '104607.367000', '104607.369000', '104607.372000', '104607.374000', '104627.257000', '104627.259000', '104627.262000', '104627.265000', '104627.267000', '104627.270000', '104627.272000', '104627.275000', '104627.278000', '104627.280000', '104627.283000', '104627.285000', '104627.288000', '104627.290000', '104627.301000', '104627.304000', '104627.306000', '104627.309000', '104627.312000', '104627.314000', '104627.317000', '104627.319000', '104627.322000', '104627.324000', '104627.327000', '104627.330000', '104627.332000', '104627.335000', '104627.337000', '104627.340000', '104627.343000', '104627.353000', '104627.356000', '104627.359000', '104627.361000', '104627.364000', '104627.366000', '104627.369000', '104627.371000', '104627.374000', '104627.377000', '104627.379000', '104627.382000', '104647.256000', '104647.259000', '104647.262000', '104647.265000', '104647.267000', '104647.270000', '104647.272000', '104647.275000', '104647.277000', '104647.280000', '104647.282000', '104647.285000', '104647.288000', '104647.290000', '104647.293000', '104647.295000', '104647.298000', '104647.300000', '104647.303000', '104647.306000', '104647.308000', '104647.311000', '104647.313000', '104647.316000', '104647.318000', '104647.321000', '104647.323000', '104647.326000', '104647.328000', '104647.331000', '104647.334000', '104647.336000', '104647.339000', '104647.341000', '104647.344000', '104647.346000', '104647.349000', '104647.351000', '104647.354000', '104647.357000', '104647.359000', '104647.362000', '104647.364000', '104707.257000', '104707.259000', '104707.262000', '104707.265000', '104707.267000', '104707.270000', '104707.272000', '104707.275000', '104707.277000', '104707.280000', '104707.283000', '104707.285000', '104707.288000', '104707.290000', '104707.293000', '104707.296000', '104707.298000', '104707.301000', '104707.303000', '104707.306000', '104707.308000', '104707.311000', '104707.314000', '104707.316000', '104707.319000', '104707.321000', '104707.324000', '104707.326000', '104707.338000', '104707.341000', '104707.344000', '104707.346000', '104707.349000', '104707.351000', '104707.354000', '104707.356000', '104707.359000', '104707.361000', '104707.364000', '104707.367000', '104707.369000', '104707.372000', '104707.374000', '104707.377000', '104727.255000', '104727.258000', '104727.261000', '104727.272000', '104727.274000', '104727.277000', '104727.279000', '104727.282000', '104727.285000', '104727.287000', '104727.290000', '104727.293000', '104727.295000', '104727.298000', '104727.300000', '104727.303000', '104727.306000', '104727.309000', '104727.311000', '104727.314000', '104727.316000', '104727.319000', '104727.322000', '104727.324000', '104727.327000', '104727.329000', '104727.332000', '104727.335000', '104727.337000', '104727.340000', '104727.343000', '104727.346000', '104727.349000', '104727.351000', '104727.354000', '104727.356000', '104727.359000', '104727.362000', '104727.364000', '104727.367000', '104727.369000', '104727.372000', '104727.375000', '104747.255000', '104747.258000', '104747.261000', '104747.264000', '104747.266000', '104747.269000', '104747.271000', '104747.274000', '104747.276000', '104747.279000', '104747.281000', '104747.284000', '104747.287000', '104747.289000', '104747.292000', '104747.294000', '104747.297000', '104747.300000', '104747.302000', '104747.305000', '104747.307000', '104747.310000', '104747.313000', '104747.323000', '104747.326000', '104747.328000', '104747.331000', '104747.334000', '104747.336000', '104747.339000', '104747.341000', '104747.344000', '104747.347000', '104747.349000', '104747.352000', '104747.354000', '104747.357000', '104747.360000', '104747.362000', '104747.365000', '104747.379000', '104747.381000', '104747.384000', '104747.386000', '104807.256000', '104807.258000', '104807.261000', '104807.264000', '104807.266000', '104807.269000', '104807.271000', '104807.274000', '104807.277000', '104807.280000', '104807.283000', '104807.286000', '104807.288000', '104807.291000', '104807.294000', '104807.296000', '104807.299000', '104807.302000', '104807.304000', '104807.307000', '104807.309000', '104807.312000', '104807.315000', '104807.317000', '104807.320000', '104807.322000', '104807.325000', '104807.328000', '104807.330000', '104807.333000', '104807.335000', '104807.338000', '104807.340000', '104807.343000', '104807.346000', '104807.348000', '104807.351000', '104807.353000', '104807.356000', '104807.359000', '104807.361000', '104807.364000', '104807.366000', '104827.257000', '104827.260000', '104827.262000', '104827.265000', '104827.268000', '104827.270000', '104827.273000', '104827.275000', '104827.278000', '104827.281000', '104827.283000', '104827.286000', '104827.288000', '104827.291000', '104827.294000', '104827.296000', '104827.299000', '104827.301000', '104827.304000', '104827.307000', '104827.309000', '104827.312000', '104827.314000', '104827.317000', '104827.319000', '104827.322000', '104827.325000', '104827.327000', '104827.330000', '104827.332000', '104827.335000', '104827.337000', '104827.340000', '104827.342000', '104827.345000', '104827.348000', '104827.350000', '104827.353000', '104827.355000', '104827.358000', '104827.361000', '104827.363000', '104827.366000', '104827.368000', '104847.256000', '104847.259000', '104847.262000', '104847.265000', '104847.267000', '104847.270000', '104847.272000', '104847.275000', '104847.277000', '104847.280000', '104847.283000', '104847.285000', '104847.288000', '104847.290000', '104847.293000', '104847.296000', '104847.298000', '104847.301000', '104847.303000', '104847.306000', '104847.308000', '104847.311000', '104847.314000', '104847.316000', '104847.319000', '104847.321000', '104847.324000', '104847.327000', '104847.329000', '104847.332000', '104847.334000', '104847.337000', '104847.339000', '104847.342000', '104847.344000', '104847.347000', '104847.350000', '104847.352000', '104847.355000', '104847.358000', '104847.361000', '104847.364000', '104847.366000', '104907.256000', '104907.261000', '104907.264000', '104907.266000', '104907.269000', '104907.272000', '104907.274000', '104907.277000', '104907.279000', '104907.282000', '104907.285000', '104907.287000', '104907.290000', '104907.292000', '104907.295000', '104907.298000', '104907.300000', '104907.303000', '104907.306000', '104907.308000', '104907.311000', '104907.313000', '104907.316000', '104907.318000', '104907.321000', '104907.324000', '104907.326000', '104907.329000', '104907.331000', '104907.334000', '104907.336000', '104907.339000', '104907.342000', '104907.344000', '104907.347000', '104907.349000', '104907.352000', '104907.355000', '104907.357000', '104907.360000', '104907.362000', '104907.365000', '104907.368000', '104907.370000', '104927.256000', '104927.259000', '104927.262000', '104927.264000', '104927.267000', '104927.270000', '104927.279000', '104927.282000', '104927.284000', '104927.287000', '104927.289000', '104927.292000', '104927.294000', '104927.297000', '104927.300000', '104927.302000', '104927.305000', '104927.307000', '104927.310000', '104927.312000', '104927.315000', '104927.318000', '104927.320000', '104927.323000', '104927.325000', '104927.328000', '104927.331000', '104927.333000', '104927.336000', '104927.339000', '104927.342000', '104927.345000', '104927.348000', '104927.350000', '104927.353000', '104927.356000', '104927.358000', '104927.361000', '104927.364000', '104927.366000', '104927.369000', '104927.371000', '104927.374000', '104947.255000', '104947.258000', '104947.261000', '104947.264000', '104947.266000', '104947.269000', '104947.271000', '104947.274000', '104947.277000', '104947.279000', '104947.282000', '104947.284000', '104947.287000', '104947.289000', '104947.292000', '104947.295000', '104947.297000', '104947.300000', '104947.302000', '104947.305000', '104947.307000', '104947.310000', '104947.313000', '104947.315000', '104947.318000', '104947.320000', '104947.323000', '104947.325000', '104947.328000', '104947.330000', '104947.333000', '104947.336000', '104947.338000', '104947.341000', '104947.343000', '104947.346000', '104947.348000', '104947.351000', '104947.354000', '104947.356000', '104947.359000', '104947.361000', '104947.364000', '104947.366000', '105007.255000', '105007.258000', '105007.261000', '105007.264000', '105007.266000', '105007.269000', '105007.271000', '105007.274000', '105007.277000', '105007.279000', '105007.282000', '105007.284000', '105007.287000', '105007.290000', '105007.292000', '105007.295000', '105007.297000', '105007.300000', '105007.303000', '105007.305000', '105007.308000', '105007.310000', '105007.313000', '105007.316000', '105007.318000', '105007.321000', '105007.324000', '105007.326000', '105007.329000', '105007.331000', '105007.334000', '105007.336000', '105007.339000', '105007.342000', '105007.344000', '105007.347000', '105007.349000', '105007.352000', '105007.355000', '105007.357000', '105007.360000', '105007.362000', '105007.365000', '105018.396000', '105018.399000', '105018.401000', '105018.404000', '105018.406000', '105018.409000', '105018.412000', '105018.414000', '105018.417000', '105018.419000', '105018.422000', '105018.424000', '105018.427000', '105018.429000', '105018.432000', '105018.435000', '105018.437000', '105018.440000', '105018.443000', '105018.445000', '105018.448000', '105018.450000', '105018.453000', '105018.455000', '105018.458000'], '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': [10498, 11429, 10691, 11119, 13703, 10711, 13322, 10587, 10828, 11008, 10334, 11423, 10598, 10650, 10492, 9986, 12522, 9394, 13441, 11124, 14215, 9397, 11621, 9859, 14489, 9766, 14945, 10164, 11996, 9217, 9517, 8995, 9522, 9081, 9585, 9942, 8889, 10111, 8705, 12186, 9360, 13642, 11682, 13154, 9162, 11926, 8690, 12453, 11374, 16924, 14428, 8766, 9312, 7399, 11037, 7625, 9498, 10241, 9012, 13007, 9622, 13410, 9763, 10605, 10562, 18233, 14649, 15883, 11155, 12102, 8635, 9187, 8212, 8946, 10997, 8387, 11658, 8174, 12323, 8019, 13283, 9197, 11419, 7947, 14852, 8071, 12644, 8698, 11644, 8922, 12789, 7947, 12868, 8211, 12566, 8458, 10491, 8007, 9123, 8531, 8433, 8353, 8074, 8747, 8093, 9171, 8128, 9106, 8171, 9189, 8172, 8677, 8035, 8304, 8186, 8166, 8569, 8030, 10629, 9379, 13705, 9524, 10906, 11826, 9344, 16482, 10077, 13216, 9621, 13199, 9026, 10428, 8853, 9793, 9373, 10229, 8795, 9921, 8417, 9620, 8503, 11442, 8579, 8907, 9069, 12670, 8632, 16741, 11620, 15363, 11597, 16975, 11460, 12523, 9289, 10366, 12211, 10737, 10369, 8908, 11696, 8563, 14774, 8496, 12637, 9595, 11719, 8649, 11169, 8455, 8729, 8261, 8522, 10312, 8325, 12372, 8638, 12720, 10507, 12493, 15209, 13307, 15386, 11098, 14876, 10780, 14668, 10847, 11897, 9081, 14649, 8842, 15064, 10407, 10264, 9765, 10370, 8951, 12369, 9177, 16300, 11553, 13340, 8374, 13014, 8822, 10923, 8144, 9813, 8958, 9138, 8967, 8543, 9712, 8722, 9818, 8961, 9180, 8333, 8629, 8131, 8344, 8040, 8531, 8670, 8558, 12186, 8274, 14547, 9762, 14777, 11210, 13178, 11573, 13058, 9778, 12117, 9908, 11520, 10439, 13318, 8907, 13027, 8588, 13109, 10758, 13267, 9476, 15641, 9053, 15570, 10721, 11885, 9709, 11995, 8846, 16175, 9203, 13773, 10126, 11592, 8570, 10873, 9217, 9568, 9838, 9007, 9827, 9161, 9566, 9476, 8808, 8650, 8817, 10041, 8168, 13173, 10268, 13464, 9992, 12053, 10704, 9239, 13492, 9000, 14092, 10606, 11094, 8674, 10784, 8326, 10522, 8381, 10295, 8301, 10225, 8317, 9978, 8256, 9852, 8317, 10887, 8468, 9399, 8576, 14996, 8593, 13449, 9010, 10930, 10928, 10744, 10447, 8874, 11934, 8676, 15564, 8707, 12161, 9518, 11162, 8830, 10314, 8735, 10266, 8354, 8753, 8391, 8839, 8273, 9447, 8287, 15276, 11163, 12130, 10113, 14940, 10549, 15804, 12513, 15881, 11420, 15526, 10835, 13702, 10255, 13505, 13422, 12826, 10229, 8621, 14410, 8377, 13243, 10290, 9897, 8343, 10312, 8536, 8654, 9134, 8741, 9230, 8847, 8642, 8376, 8847, 8241, 9297, 8302, 9974, 8977, 10174, 8736, 14221, 8737, 14513, 9205, 11915, 9894, 10323, 8985, 8946, 9318, 8585, 9540, 8706, 9830, 8686, 9695, 8424, 9863, 8440, 9455, 8403, 9246, 9635, 8323, 12963, 8810, 13222, 11318, 13494, 14122, 12880, 13645, 10891, 16808, 13343, 15250, 14579, 11018, 9604, 8326, 11675, 8654, 14549, 9208, 11270, 10739, 10053, 8754, 11965, 8643, 11477, 8490, 11302, 10611, 12059, 9255, 13951, 8917, 14254, 10084, 12197, 11139, 11788, 9799, 9110, 12911, 8813, 13906, 9466, 11095, 9264, 10221, 8924, 9429, 8588, 9492, 9081, 9760, 8671, 12520, 9987, 13439, 9102, 15125, 8687, 14724, 10506, 10333, 10620, 9300, 10573, 8331, 13008, 11290, 13952, 10516, 14728, 10245, 10276, 15856, 9629, 13569, 10163, 10284, 8278, 9409, 9156, 8522, 11449, 8930, 11114, 9139, 9497, 9087, 9051, 8572, 8869, 8799, 9701, 8662, 12018, 8517, 11056, 9075, 8894, 9784, 8927, 12444, 8636, 14889, 8973, 12007, 8719, 10224, 8590, 9390, 8823, 11758, 8704, 14213, 9683, 14535, 10352, 14537, 10778, 10815, 12342, 8789, 15864, 11450, 14174, 8802, 12371, 8872, 10646, 8251, 10577, 8710, 9978, 8439, 8907, 8681, 8493, 9804, 9374, 9619, 8732, 9799, 8716, 10163, 9350, 10456, 9492, 10623, 8972, 12167, 9212, 10151, 9281, 10182, 9281, 10378, 9116, 9696, 9346, 10131, 10567, 10147, 14568, 9446, 15747, 10554, 15903, 11724, 11457, 10424, 10329, 10475, 16101, 13105, 10978, 11251, 9728, 11072, 9987, 13655, 12997, 15266, 10153, 11462, 12200, 9394, 16881, 12037, 13821, 12190, 12260, 8913, 11006, 10126, 8969, 14086, 9559, 11309, 8826, 10817, 9255, 10485, 9659, 9110, 9877, 9634, 8979, 9080, 9453, 8784, 10161, 8909, 10284, 9627, 9577, 9027, 9390, 9131, 10094, 9583, 10070, 9914, 9295, 9499, 9178, 11304, 9028, 14397, 10612, 10286, 10707, 10021, 12590, 15329, 14215, 14584, 12707, 15999, 11466, 16633, 12053, 12722, 10799, 11466, 9672, 9616, 10647, 8821, 12848, 8770, 13046, 8567, 11327, 8694, 12753, 8916, 10059, 9111, 10220, 8332, 9876, 8180, 12257, 8462, 13213, 8855, 10573, 10309, 10029, 9942, 10928, 8937, 11047, 8606, 11912, 10190, 12589, 9919, 10461, 14637, 8774, 14346, 9075, 11471, 9163, 11046, 8547, 8860, 9406, 8370, 10111, 9238, 10284, 9304, 10287, 9231, 11155, 9185, 10861, 9173, 9550, 8679, 9869, 8876, 9719, 9226, 9647, 9328, 10386, 8646, 9997, 8578, 9700, 8933, 9307, 11079, 8763, 15151, 9856, 13386, 14600, 10708, 15851, 11214, 16883, 10850, 12005, 9181, 9317, 14027, 10206, 10811, 8460, 13246, 8519, 13589, 8593, 11646, 9091, 10860, 8397, 12516, 8573, 10543, 8892, 10963, 8799, 10106, 9298, 9711, 9160, 8948, 8794, 8573, 9452, 8873, 8856, 10269, 15664, 11716, 15630, 12467, 15325, 11423, 15843, 11992, 14049, 14378, 13630, 12214, 9085, 15823, 8767, 12620, 8883, 9645, 10234, 10486, 10396, 9029, 14432, 8787, 11282, 9394, 10034, 9964, 10114, 9472, 9470, 9971, 9474, 10168, 9354, 10220, 9689, 9486, 9217, 9336, 9947, 9467, 11275, 9432, 12821, 9273, 11027, 9498, 11537, 9781, 11524, 10220, 10834, 10145, 10219, 10236, 10512, 10545, 10664, 11856, 10151, 14546, 9492, 10442, 9041, 9765, 11572, 10042, 10051, 10158, 9125, 10108, 8766, 10976, 15121, 10854, 14659, 10304, 11458, 10578, 13486, 14785, 9514, 13493, 8882, 13773, 15085, 12810, 13179, 13552, 8806, 10880, 8776, 10538, 10093, 12026, 10769, 12883, 9150, 11451, 8868, 11399, 11696, 10339, 11699, 9741, 11356, 9560, 12396, 11891, 12633, 11079, 10038, 10328, 9867, 12485, 10934, 13296, 10456, 10278, 11088, 9640, 13766, 12261, 9367, 12622, 9945, 10989, 10285, 10026, 14329, 10638, 11142, 11065, 10065, 14667, 11004, 10197, 12774, 10197, 11064, 9510, 10078, 11736, 10031, 9900, 12934, 13826, 10137, 12382, 10293, 9876, 11784, 9794, 11033, 10519], 'WindowCenter': [4381.0, 4365.0, 4352.0, 4350.0, 4367.0, 4322.0, 4353.0, 4322.0, 4347.0, 4334.0, 4332.0, 4343.0, 4321.0, 4332.0, 4332.0, 4335.0, 4355.0, 4337.0, 4355.0, 4346.0, 4354.0, 4310.0, 4332.0, 4323.0, 4351.0, 4322.0, 4365.0, 4319.0, 4330.0, 4309.0, 4308.0, 4310.0, 4322.0, 4323.0, 4333.0, 4333.0, 4324.0, 4334.0, 4325.0, 4357.0, 4339.0, 4367.0, 4357.0, 4356.0, 4324.0, 4344.0, 4313.0, 4358.0, 4347.0, 4377.0, 4365.0, 4328.0, 4335.0, 4303.0, 4331.0, 4301.0, 4322.0, 4334.0, 4325.0, 4366.0, 4337.0, 4364.0, 4322.0, 4330.0, 4330.0, 4372.0, 4354.0, 4363.0, 4333.0, 4330.0, 4298.0, 4295.0, 4283.0, 4297.0, 4316.0, 4298.0, 4329.0, 4301.0, 4342.0, 4298.0, 4339.0, 4310.0, 4329.0, 4300.0, 4350.0, 4288.0, 4339.0, 4311.0, 4330.0, 4312.0, 4340.0, 4302.0, 4342.0, 4302.0, 4341.0, 4301.0, 4321.0, 4302.0, 4310.0, 4310.0, 4301.0, 4301.0, 4300.0, 4312.0, 4301.0, 4323.0, 4313.0, 4324.0, 4315.0, 4325.0, 4327.0, 4339.0, 4331.0, 4330.0, 4340.0, 4342.0, 4344.0, 4344.0, 4376.0, 4367.0, 4383.0, 4366.0, 4363.0, 4362.0, 4340.0, 4395.0, 4351.0, 4370.0, 4340.0, 4368.0, 4328.0, 4346.0, 4339.0, 4348.0, 4339.0, 4347.0, 4328.0, 4337.0, 4329.0, 4352.0, 4354.0, 4386.0, 4354.0, 4354.0, 4356.0, 4382.0, 4355.0, 4416.0, 4387.0, 4406.0, 4375.0, 4402.0, 4361.0, 4359.0, 4338.0, 4349.0, 4357.0, 4345.0, 4336.0, 4325.0, 4346.0, 4315.0, 4367.0, 4327.0, 4357.0, 4335.0, 4346.0, 4327.0, 4346.0, 4328.0, 4339.0, 4341.0, 4340.0, 4362.0, 4342.0, 4372.0, 4340.0, 4371.0, 4363.0, 4373.0, 4382.0, 4370.0, 4378.0, 4345.0, 4368.0, 4336.0, 4367.0, 4334.0, 4332.0, 4311.0, 4353.0, 4312.0, 4353.0, 4322.0, 4320.0, 4309.0, 4310.0, 4300.0, 4331.0, 4311.0, 4361.0, 4319.0, 4329.0, 4287.0, 4327.0, 4297.0, 4306.0, 4289.0, 4308.0, 4298.0, 4297.0, 4296.0, 4297.0, 4308.0, 4299.0, 4321.0, 4313.0, 4324.0, 4315.0, 4325.0, 4316.0, 4329.0, 4328.0, 4342.0, 4343.0, 4341.0, 4372.0, 4343.0, 4381.0, 4352.0, 4381.0, 4362.0, 4370.0, 4350.0, 4357.0, 4338.0, 4346.0, 4337.0, 4345.0, 4336.0, 4355.0, 4313.0, 4344.0, 4315.0, 4355.0, 4335.0, 4355.0, 4325.0, 4363.0, 4314.0, 4363.0, 4335.0, 4333.0, 4312.0, 4332.0, 4311.0, 4364.0, 4311.0, 4342.0, 4322.0, 4331.0, 4301.0, 4318.0, 4299.0, 4309.0, 4307.0, 4299.0, 4321.0, 4309.0, 4323.0, 4320.0, 4324.0, 4314.0, 4326.0, 4336.0, 4329.0, 4371.0, 4350.0, 4369.0, 4339.0, 4360.0, 4337.0, 4327.0, 4357.0, 4327.0, 4358.0, 4336.0, 4335.0, 4314.0, 4332.0, 4315.0, 4336.0, 4316.0, 4336.0, 4316.0, 4335.0, 4316.0, 4335.0, 4329.0, 4349.0, 4330.0, 4359.0, 4331.0, 4340.0, 4342.0, 4393.0, 4341.0, 4370.0, 4342.0, 4350.0, 4362.0, 4349.0, 4349.0, 4327.0, 4347.0, 4326.0, 4380.0, 4329.0, 4361.0, 4338.0, 4346.0, 4327.0, 4336.0, 4342.0, 4350.0, 4341.0, 4341.0, 4341.0, 4352.0, 4343.0, 4353.0, 4354.0, 4405.0, 4374.0, 4375.0, 4367.0, 4394.0, 4363.0, 4393.0, 4371.0, 4379.0, 4347.0, 4368.0, 4336.0, 4358.0, 4335.0, 4355.0, 4342.0, 4341.0, 4312.0, 4300.0, 4351.0, 4301.0, 4341.0, 4310.0, 4309.0, 4287.0, 4309.0, 4300.0, 4299.0, 4312.0, 4313.0, 4324.0, 4313.0, 4314.0, 4314.0, 4326.0, 4316.0, 4329.0, 4330.0, 4341.0, 4329.0, 4340.0, 4327.0, 4370.0, 4329.0, 4368.0, 4329.0, 4349.0, 4339.0, 4337.0, 4327.0, 4328.0, 4328.0, 4342.0, 4344.0, 4343.0, 4350.0, 4330.0, 4340.0, 4329.0, 4350.0, 4332.0, 4353.0, 4345.0, 4365.0, 4367.0, 4358.0, 4398.0, 4354.0, 4386.0, 4376.0, 4386.0, 4383.0, 4376.0, 4370.0, 4350.0, 4382.0, 4358.0, 4368.0, 4356.0, 4323.0, 4313.0, 4302.0, 4333.0, 4302.0, 4353.0, 4314.0, 4334.0, 4334.0, 4311.0, 4312.0, 4333.0, 4302.0, 4330.0, 4312.0, 4333.0, 4334.0, 4344.0, 4312.0, 4354.0, 4312.0, 4352.0, 4322.0, 4332.0, 4319.0, 4319.0, 4296.0, 4298.0, 4328.0, 4287.0, 4327.0, 4296.0, 4305.0, 4298.0, 4306.0, 4298.0, 4296.0, 4298.0, 4308.0, 4312.0, 4323.0, 4326.0, 4354.0, 4325.0, 4353.0, 4325.0, 4367.0, 4330.0, 4368.0, 4334.0, 4325.0, 4322.0, 4312.0, 4323.0, 4315.0, 4357.0, 4346.0, 4355.0, 4322.0, 4352.0, 4310.0, 4310.0, 4350.0, 4298.0, 4329.0, 4307.0, 4295.0, 4285.0, 4286.0, 4294.0, 4286.0, 4316.0, 4296.0, 4306.0, 4298.0, 4310.0, 4312.0, 4311.0, 4312.0, 4312.0, 4314.0, 4324.0, 4327.0, 4358.0, 4328.0, 4347.0, 4329.0, 4329.0, 4338.0, 4326.0, 4347.0, 4327.0, 4367.0, 4314.0, 4345.0, 4327.0, 4337.0, 4327.0, 4325.0, 4327.0, 4358.0, 4341.0, 4381.0, 4352.0, 4381.0, 4352.0, 4383.0, 4350.0, 4337.0, 4358.0, 4327.0, 4379.0, 4336.0, 4355.0, 4316.0, 4346.0, 4314.0, 4335.0, 4317.0, 4336.0, 4315.0, 4324.0, 4315.0, 4314.0, 4316.0, 4318.0, 4337.0, 4326.0, 4327.0, 4315.0, 4336.0, 4329.0, 4350.0, 4341.0, 4350.0, 4341.0, 4350.0, 4341.0, 4361.0, 4343.0, 4352.0, 4353.0, 4352.0, 4352.0, 4353.0, 4354.0, 4366.0, 4370.0, 4379.0, 4376.0, 4376.0, 4406.0, 4369.0, 4407.0, 4381.0, 4409.0, 4377.0, 4376.0, 4365.0, 4352.0, 4365.0, 4396.0, 4373.0, 4352.0, 4360.0, 4339.0, 4348.0, 4351.0, 4371.0, 4358.0, 4368.0, 4335.0, 4346.0, 4345.0, 4315.0, 4378.0, 4346.0, 4354.0, 4334.0, 4330.0, 4300.0, 4319.0, 4308.0, 4300.0, 4342.0, 4310.0, 4319.0, 4299.0, 4308.0, 4300.0, 4309.0, 4313.0, 4310.0, 4324.0, 4310.0, 4314.0, 4313.0, 4326.0, 4315.0, 4337.0, 4329.0, 4340.0, 4336.0, 4339.0, 4328.0, 4330.0, 4330.0, 4349.0, 4341.0, 4342.0, 4340.0, 4342.0, 4341.0, 4352.0, 4364.0, 4354.0, 4395.0, 4366.0, 4365.0, 4362.0, 4354.0, 4375.0, 4393.0, 4382.0, 4370.0, 4363.0, 4369.0, 4336.0, 4368.0, 4335.0, 4345.0, 4324.0, 4322.0, 4300.0, 4311.0, 4311.0, 4300.0, 4331.0, 4302.0, 4343.0, 4303.0, 4322.0, 4302.0, 4343.0, 4313.0, 4323.0, 4326.0, 4337.0, 4317.0, 4327.0, 4317.0, 4357.0, 4319.0, 4370.0, 4342.0, 4338.0, 4339.0, 4325.0, 4337.0, 4348.0, 4327.0, 4335.0, 4326.0, 4347.0, 4338.0, 4346.0, 4323.0, 4335.0, 4355.0, 4303.0, 4354.0, 4314.0, 4334.0, 4310.0, 4320.0, 4300.0, 4298.0, 4311.0, 4318.0, 4323.0, 4325.0, 4324.0, 4323.0, 4334.0, 4327.0, 4346.0, 4339.0, 4349.0, 4339.0, 4339.0, 4330.0, 4341.0, 4343.0, 4340.0, 4339.0, 4340.0, 4341.0, 4352.0, 4342.0, 4349.0, 4345.0, 4365.0, 4355.0, 4368.0, 4377.0, 4357.0, 4409.0, 4366.0, 4387.0, 4397.0, 4363.0, 4394.0, 4351.0, 4392.0, 4348.0, 4351.0, 4329.0, 4330.0, 4370.0, 4327.0, 4336.0, 4315.0, 4347.0, 4316.0, 4357.0, 4329.0, 4349.0, 4329.0, 4337.0, 4318.0, 4372.0, 4327.0, 4350.0, 4344.0, 4366.0, 4332.0, 4351.0, 4340.0, 4341.0, 4342.0, 4354.0, 4345.0, 4357.0, 4364.0, 4356.0, 4358.0, 4368.0, 4407.0, 4376.0, 4406.0, 4372.0, 4382.0, 4361.0, 4381.0, 4348.0, 4369.0, 4357.0, 4345.0, 4332.0, 4303.0, 4354.0, 4301.0, 4331.0, 4301.0, 4310.0, 4311.0, 4307.0, 4309.0, 4299.0, 4340.0, 4301.0, 4319.0, 4312.0, 4310.0, 4310.0, 4311.0, 4310.0, 4309.0, 4312.0, 4311.0, 4324.0, 4325.0, 4336.0, 4325.0, 4327.0, 4327.0, 4329.0, 4339.0, 4341.0, 4361.0, 4343.0, 4370.0, 4342.0, 4351.0, 4342.0, 4362.0, 4353.0, 4363.0, 4352.0, 4350.0, 4352.0, 4351.0, 4351.0, 4363.0, 4363.0, 4364.0, 4374.0, 4351.0, 4382.0, 4352.0, 4361.0, 4341.0, 4364.0, 4374.0, 4362.0, 4366.0, 4365.0, 4357.0, 4376.0, 4369.0, 4377.0, 4408.0, 4377.0, 4396.0, 4365.0, 4373.0, 4365.0, 4386.0, 4395.0, 4342.0, 4373.0, 4341.0, 4373.0, 4380.0, 4359.0, 4358.0, 4355.0, 4314.0, 4334.0, 4303.0, 4323.0, 4324.0, 4345.0, 4334.0, 4344.0, 4314.0, 4334.0, 4315.0, 4335.0, 4344.0, 4322.0, 4332.0, 4313.0, 4323.0, 4326.0, 4344.0, 4336.0, 4334.0, 4321.0, 4311.0, 4310.0, 4313.0, 4332.0, 4323.0, 4343.0, 4324.0, 4311.0, 4320.0, 4314.0, 4344.0, 4332.0, 4302.0, 4332.0, 4311.0, 4322.0, 4312.0, 4313.0, 4345.0, 4322.0, 4323.0, 4321.0, 4314.0, 4355.0, 4322.0, 4313.0, 4333.0, 4313.0, 4323.0, 4314.0, 4315.0, 4333.0, 4312.0, 4326.0, 4346.0, 4356.0, 4325.0, 4334.0, 4310.0, 4312.0, 4324.0, 4315.0, 4323.0, 4313.0], 'WindowWidth': [9671.0, 9639.0, 9614.0, 9603.0, 9625.0, 9554.0, 9596.0, 9552.0, 9595.0, 9573.0, 9567.0, 9582.0, 9551.0, 9565.0, 9567.0, 9575.0, 9604.0, 9582.0, 9605.0, 9591.0, 9599.0, 9534.0, 9565.0, 9553.0, 9592.0, 9553.0, 9615.0, 9546.0, 9559.0, 9528.0, 9527.0, 9531.0, 9555.0, 9558.0, 9569.0, 9572.0, 9561.0, 9574.0, 9564.0, 9608.0, 9588.0, 9625.0, 9610.0, 9607.0, 9560.0, 9585.0, 9544.0, 9616.0, 9596.0, 9639.0, 9617.0, 9573.0, 9579.0, 9534.0, 9565.0, 9526.0, 9554.0, 9573.0, 9565.0, 9625.0, 9586.0, 9617.0, 9554.0, 9562.0, 9564.0, 9633.0, 9601.0, 9615.0, 9569.0, 9558.0, 9511.0, 9506.0, 9488.0, 9512.0, 9538.0, 9514.0, 9556.0, 9523.0, 9581.0, 9517.0, 9570.0, 9533.0, 9558.0, 9517.0, 9584.0, 9500.0, 9569.0, 9534.0, 9559.0, 9539.0, 9575.0, 9524.0, 9578.0, 9522.0, 9574.0, 9521.0, 9546.0, 9522.0, 9533.0, 9533.0, 9520.0, 9521.0, 9519.0, 9535.0, 9522.0, 9553.0, 9540.0, 9557.0, 9547.0, 9561.0, 9569.0, 9588.0, 9579.0, 9576.0, 9590.0, 9595.0, 9600.0, 9603.0, 9648.0, 9639.0, 9655.0, 9634.0, 9626.0, 9621.0, 9590.0, 9674.0, 9606.0, 9631.0, 9587.0, 9625.0, 9567.0, 9590.0, 9584.0, 9596.0, 9588.0, 9595.0, 9569.0, 9581.0, 9574.0, 9610.0, 9619.0, 9662.0, 9617.0, 9618.0, 9622.0, 9655.0, 9620.0, 9710.0, 9665.0, 9691.0, 9645.0, 9684.0, 9618.0, 9616.0, 9584.0, 9599.0, 9611.0, 9590.0, 9576.0, 9559.0, 9590.0, 9546.0, 9621.0, 9566.0, 9608.0, 9576.0, 9590.0, 9565.0, 9590.0, 9569.0, 9589.0, 9593.0, 9593.0, 9624.0, 9597.0, 9638.0, 9593.0, 9634.0, 9625.0, 9639.0, 9652.0, 9630.0, 9638.0, 9588.0, 9624.0, 9575.0, 9623.0, 9573.0, 9565.0, 9536.0, 9598.0, 9536.0, 9597.0, 9551.0, 9545.0, 9529.0, 9530.0, 9517.0, 9560.0, 9534.0, 9608.0, 9542.0, 9554.0, 9495.0, 9548.0, 9507.0, 9519.0, 9500.0, 9524.0, 9510.0, 9507.0, 9505.0, 9508.0, 9524.0, 9515.0, 9548.0, 9540.0, 9556.0, 9547.0, 9562.0, 9551.0, 9571.0, 9571.0, 9596.0, 9596.0, 9596.0, 9635.0, 9598.0, 9648.0, 9609.0, 9650.0, 9622.0, 9632.0, 9601.0, 9613.0, 9581.0, 9593.0, 9581.0, 9590.0, 9576.0, 9603.0, 9543.0, 9584.0, 9546.0, 9602.0, 9575.0, 9601.0, 9560.0, 9611.0, 9542.0, 9613.0, 9572.0, 9567.0, 9538.0, 9563.0, 9533.0, 9611.0, 9531.0, 9578.0, 9551.0, 9560.0, 9520.0, 9540.0, 9512.0, 9526.0, 9523.0, 9514.0, 9547.0, 9531.0, 9555.0, 9549.0, 9557.0, 9545.0, 9564.0, 9579.0, 9575.0, 9630.0, 9601.0, 9627.0, 9585.0, 9613.0, 9577.0, 9562.0, 9608.0, 9565.0, 9611.0, 9575.0, 9572.0, 9543.0, 9564.0, 9545.0, 9575.0, 9547.0, 9573.0, 9548.0, 9573.0, 9548.0, 9574.0, 9573.0, 9598.0, 9577.0, 9612.0, 9578.0, 9591.0, 9595.0, 9662.0, 9592.0, 9631.0, 9595.0, 9604.0, 9620.0, 9598.0, 9596.0, 9566.0, 9595.0, 9562.0, 9642.0, 9569.0, 9618.0, 9582.0, 9588.0, 9563.0, 9576.0, 9592.0, 9604.0, 9594.0, 9593.0, 9594.0, 9610.0, 9600.0, 9614.0, 9617.0, 9688.0, 9643.0, 9646.0, 9637.0, 9672.0, 9625.0, 9672.0, 9633.0, 9643.0, 9595.0, 9628.0, 9573.0, 9610.0, 9575.0, 9603.0, 9580.0, 9577.0, 9534.0, 9516.0, 9593.0, 9520.0, 9575.0, 9532.0, 9525.0, 9497.0, 9527.0, 9516.0, 9515.0, 9538.0, 9540.0, 9554.0, 9538.0, 9542.0, 9543.0, 9560.0, 9549.0, 9568.0, 9574.0, 9589.0, 9570.0, 9585.0, 9565.0, 9625.0, 9568.0, 9622.0, 9570.0, 9597.0, 9580.0, 9576.0, 9563.0, 9569.0, 9565.0, 9594.0, 9595.0, 9594.0, 9600.0, 9572.0, 9585.0, 9572.0, 9601.0, 9581.0, 9613.0, 9605.0, 9632.0, 9638.0, 9626.0, 9679.0, 9616.0, 9663.0, 9650.0, 9665.0, 9654.0, 9647.0, 9631.0, 9602.0, 9655.0, 9611.0, 9625.0, 9605.0, 9552.0, 9537.0, 9522.0, 9565.0, 9521.0, 9596.0, 9542.0, 9569.0, 9569.0, 9534.0, 9537.0, 9563.0, 9522.0, 9558.0, 9540.0, 9568.0, 9572.0, 9582.0, 9538.0, 9595.0, 9536.0, 9590.0, 9551.0, 9564.0, 9541.0, 9541.0, 9505.0, 9508.0, 9554.0, 9492.0, 9549.0, 9504.0, 9516.0, 9510.0, 9519.0, 9510.0, 9506.0, 9511.0, 9526.0, 9535.0, 9553.0, 9562.0, 9598.0, 9561.0, 9597.0, 9561.0, 9620.0, 9575.0, 9621.0, 9570.0, 9560.0, 9550.0, 9535.0, 9550.0, 9545.0, 9605.0, 9591.0, 9601.0, 9551.0, 9593.0, 9529.0, 9530.0, 9587.0, 9510.0, 9558.0, 9521.0, 9502.0, 9488.0, 9489.0, 9498.0, 9490.0, 9532.0, 9504.0, 9518.0, 9510.0, 9530.0, 9536.0, 9534.0, 9536.0, 9537.0, 9544.0, 9558.0, 9565.0, 9606.0, 9567.0, 9592.0, 9571.0, 9569.0, 9579.0, 9561.0, 9591.0, 9564.0, 9619.0, 9544.0, 9586.0, 9565.0, 9577.0, 9566.0, 9562.0, 9567.0, 9610.0, 9593.0, 9646.0, 9606.0, 9645.0, 9605.0, 9653.0, 9598.0, 9580.0, 9610.0, 9565.0, 9641.0, 9573.0, 9602.0, 9545.0, 9586.0, 9541.0, 9571.0, 9550.0, 9573.0, 9545.0, 9555.0, 9543.0, 9543.0, 9547.0, 9552.0, 9577.0, 9562.0, 9563.0, 9547.0, 9575.0, 9570.0, 9600.0, 9589.0, 9599.0, 9587.0, 9600.0, 9589.0, 9617.0, 9596.0, 9607.0, 9608.0, 9606.0, 9606.0, 9609.0, 9613.0, 9635.0, 9645.0, 9654.0, 9648.0, 9650.0, 9689.0, 9640.0, 9693.0, 9659.0, 9701.0, 9650.0, 9646.0, 9630.0, 9609.0, 9630.0, 9680.0, 9640.0, 9606.0, 9618.0, 9583.0, 9596.0, 9606.0, 9635.0, 9610.0, 9627.0, 9574.0, 9590.0, 9585.0, 9542.0, 9644.0, 9589.0, 9601.0, 9569.0, 9559.0, 9514.0, 9540.0, 9522.0, 9514.0, 9579.0, 9529.0, 9540.0, 9512.0, 9523.0, 9514.0, 9526.0, 9536.0, 9530.0, 9552.0, 9530.0, 9538.0, 9537.0, 9558.0, 9543.0, 9576.0, 9568.0, 9583.0, 9575.0, 9581.0, 9566.0, 9570.0, 9571.0, 9597.0, 9589.0, 9590.0, 9586.0, 9591.0, 9590.0, 9607.0, 9625.0, 9616.0, 9672.0, 9631.0, 9629.0, 9625.0, 9611.0, 9645.0, 9670.0, 9652.0, 9628.0, 9620.0, 9628.0, 9574.0, 9626.0, 9570.0, 9586.0, 9554.0, 9548.0, 9515.0, 9529.0, 9529.0, 9514.0, 9560.0, 9520.0, 9578.0, 9523.0, 9548.0, 9520.0, 9577.0, 9537.0, 9552.0, 9562.0, 9577.0, 9550.0, 9563.0, 9551.0, 9605.0, 9556.0, 9630.0, 9593.0, 9582.0, 9581.0, 9561.0, 9576.0, 9595.0, 9563.0, 9573.0, 9563.0, 9594.0, 9580.0, 9591.0, 9554.0, 9571.0, 9600.0, 9523.0, 9599.0, 9540.0, 9569.0, 9534.0, 9543.0, 9516.0, 9512.0, 9530.0, 9553.0, 9553.0, 9555.0, 9554.0, 9551.0, 9568.0, 9562.0, 9588.0, 9584.0, 9597.0, 9583.0, 9583.0, 9573.0, 9589.0, 9594.0, 9588.0, 9586.0, 9589.0, 9593.0, 9606.0, 9595.0, 9601.0, 9603.0, 9632.0, 9619.0, 9638.0, 9650.0, 9624.0, 9697.0, 9632.0, 9664.0, 9680.0, 9627.0, 9674.0, 9605.0, 9665.0, 9595.0, 9602.0, 9568.0, 9570.0, 9628.0, 9562.0, 9573.0, 9543.0, 9590.0, 9545.0, 9604.0, 9568.0, 9594.0, 9570.0, 9577.0, 9555.0, 9631.0, 9566.0, 9599.0, 9596.0, 9631.0, 9579.0, 9602.0, 9588.0, 9589.0, 9592.0, 9617.0, 9604.0, 9624.0, 9629.0, 9623.0, 9624.0, 9641.0, 9695.0, 9649.0, 9694.0, 9639.0, 9653.0, 9618.0, 9650.0, 9593.0, 9627.0, 9607.0, 9586.0, 9563.0, 9522.0, 9602.0, 9517.0, 9561.0, 9519.0, 9531.0, 9531.0, 9522.0, 9524.0, 9511.0, 9572.0, 9514.0, 9540.0, 9532.0, 9529.0, 9529.0, 9531.0, 9527.0, 9526.0, 9533.0, 9531.0, 9553.0, 9557.0, 9571.0, 9558.0, 9563.0, 9562.0, 9568.0, 9581.0, 9590.0, 9616.0, 9593.0, 9627.0, 9589.0, 9601.0, 9589.0, 9617.0, 9607.0, 9621.0, 9604.0, 9600.0, 9606.0, 9602.0, 9604.0, 9623.0, 9623.0, 9625.0, 9639.0, 9605.0, 9649.0, 9607.0, 9618.0, 9593.0, 9628.0, 9642.0, 9625.0, 9634.0, 9632.0, 9623.0, 9648.0, 9643.0, 9654.0, 9698.0, 9652.0, 9678.0, 9631.0, 9642.0, 9631.0, 9661.0, 9675.0, 9595.0, 9639.0, 9591.0, 9642.0, 9646.0, 9613.0, 9608.0, 9603.0, 9542.0, 9568.0, 9524.0, 9552.0, 9556.0, 9587.0, 9572.0, 9586.0, 9540.0, 9570.0, 9547.0, 9574.0, 9585.0, 9550.0, 9566.0, 9537.0, 9551.0, 9560.0, 9583.0, 9573.0, 9572.0, 9547.0, 9531.0, 9528.0, 9536.0, 9562.0, 9551.0, 9580.0, 9553.0, 9530.0, 9543.0, 9542.0, 9581.0, 9563.0, 9519.0, 9561.0, 9530.0, 9545.0, 9534.0, 9536.0, 9583.0, 9547.0, 9547.0, 9541.0, 9537.0, 9595.0, 9549.0, 9533.0, 9564.0, 9535.0, 9545.0, 9534.0, 9537.0, 9563.0, 9534.0, 9557.0, 9586.0, 9599.0, 9553.0, 9565.0, 9528.0, 9530.0, 9548.0, 9539.0, 9547.0, 9533.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.0035782803943044915</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02055179726177437</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.01913845749999</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.245677145427633</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.054978021820175</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5111</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3762.0481</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08974353479588229</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.6144578313253013</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3684428482533253</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3706795798422307</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4976304859063942</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2370184790113505</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0285706</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0033787903375923634</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027865059673786163</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.2828547922361135</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>15.7648</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.5711</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>232.2551</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293725.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>1158.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>430.9495</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.18</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.8149</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3527.6809</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3670.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82819.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1530.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4560.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>856.8999</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.41666128416546</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> |