=== 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-0112 --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-0112",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0112_ses-03_task-social_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-0112_ses-03_task-social_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-03_subject-0112_suffix-bold_task-social" 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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0112_suffix-bold_task-social" 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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0112_suffix-bold_task-social" 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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0112_suffix-bold_task-social" 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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_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-03_subject-0112_suffix-bold_task-social" 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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_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-03_subject-0112_suffix-bold_task-social" 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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0112_suffix-bold_task-social" 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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0112/figures/sub-0112_ses-03_task-social_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_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-0112/ses-03/func/sub-0112_ses-03_task-social_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>c8c321fa17bd5c758dfd8a5de61ae20a</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>19:12:19.510000</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.990884, 0.0891463, 0.101006, -0.0851229, 0.995422, -0.0434753]</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-social_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.077383</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-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4240, -7797, -7274, 190, -156, -140, -154, 83]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>227.439</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>993aa1dc-dba1-48ff-a829-07bf6cf50bdc||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.658468723297119, -0.22837845981121063, 0.2819322943687439, 117.1225357055664], [-0.2391730397939682, 2.6706430912017822, -0.09309882670640945, -88.25395965576172], [0.27099213004112244, 0.1166410818696022, 2.6836256980895996, -97.76757049560547], [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, 872]</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], 'AcquisitionTime': ['191219.510000', '191219.970000', '191220.430000', '191220.890000', '191221.350000', '191221.810000', '191222.270000', '191222.730000', '191223.190000', '191223.650000', '191224.110000', '191224.570000', '191225.030000', '191225.490000', '191225.950000', '191226.410000', '191226.870000', '191227.330000', '191227.790000', '191228.250000', '191228.710000', '191229.170000', '191229.630000', '191230.090000', '191230.550000', '191231.010000', '191231.470000', '191231.930000', '191232.390000', '191232.850000', '191233.310000', '191233.770000', '191234.230000', '191234.690000', '191235.150000', '191235.610000', '191236.070000', '191236.530000', '191236.990000', '191237.450000', '191237.910000', '191238.370000', '191238.830000', '191239.290000', '191239.750000', '191240.210000', '191240.670000', '191241.130000', '191241.590000', '191242.050000', '191242.510000', '191242.970000', '191243.430000', '191243.890000', '191244.350000', '191244.810000', '191245.270000', '191245.730000', '191246.190000', '191246.650000', '191247.110000', '191247.570000', '191248.030000', '191248.490000', '191248.950000', '191249.410000', '191249.870000', '191250.330000', '191250.790000', '191251.250000', '191251.710000', '191252.170000', '191252.630000', '191253.090000', '191253.550000', '191254.010000', '191254.470000', '191254.930000', '191255.390000', '191255.850000', '191256.310000', '191256.770000', '191257.230000', '191257.690000', '191258.150000', '191258.610000', '191259.070000', '191259.530000', '191259.990000', '191300.450000', '191300.910000', '191301.370000', '191301.830000', '191302.290000', '191302.750000', '191303.210000', '191303.670000', '191304.130000', '191304.590000', '191305.050000', '191305.510000', '191305.970000', '191306.430000', '191306.890000', '191307.350000', '191307.810000', '191308.270000', '191308.730000', '191309.190000', '191309.650000', '191310.110000', '191310.570000', '191311.030000', '191311.490000', '191311.950000', '191312.410000', '191312.870000', '191313.330000', '191313.790000', '191314.250000', '191314.710000', '191315.170000', '191315.630000', '191316.090000', '191316.550000', '191317.010000', '191317.470000', '191317.930000', '191318.390000', '191318.850000', '191319.310000', '191319.770000', '191320.230000', '191320.690000', '191321.150000', '191321.610000', '191322.070000', '191322.530000', '191322.990000', '191323.450000', '191323.910000', '191324.370000', '191324.830000', '191325.290000', '191325.750000', '191326.210000', '191326.670000', '191327.130000', '191327.590000', '191328.050000', '191328.510000', '191328.970000', '191329.430000', '191329.890000', '191330.350000', '191330.810000', '191331.270000', '191331.730000', '191332.190000', '191332.650000', '191333.110000', '191333.570000', '191334.030000', '191334.490000', '191334.950000', '191335.410000', '191335.870000', '191336.330000', '191336.790000', '191337.250000', '191337.710000', '191338.170000', '191338.630000', '191339.090000', '191339.550000', '191340.010000', '191340.470000', '191340.930000', '191341.390000', '191341.850000', '191342.310000', '191342.770000', '191343.230000', '191343.690000', '191344.150000', '191344.610000', '191345.070000', '191345.530000', '191345.990000', '191346.450000', '191346.910000', '191347.370000', '191347.830000', '191348.290000', '191348.750000', '191349.210000', '191349.670000', '191350.130000', '191350.590000', '191351.050000', '191351.510000', '191351.970000', '191352.430000', '191352.890000', '191353.350000', '191353.810000', '191354.270000', '191354.730000', '191355.190000', '191355.650000', '191356.110000', '191356.570000', '191357.030000', '191357.490000', '191357.950000', '191358.410000', '191358.870000', '191359.330000', '191359.790000', '191400.250000', '191400.710000', '191401.170000', '191401.630000', '191402.090000', '191402.550000', '191403.010000', '191403.470000', '191403.930000', '191404.390000', '191404.850000', '191405.310000', '191405.770000', '191406.230000', '191406.690000', '191407.150000', '191407.610000', '191408.070000', '191408.530000', '191408.990000', '191409.450000', '191409.910000', '191410.370000', '191410.830000', '191411.290000', '191411.750000', '191412.210000', '191412.670000', '191413.130000', '191413.590000', '191414.050000', '191414.510000', '191414.970000', '191415.430000', '191415.890000', '191416.350000', '191416.810000', '191417.270000', '191417.730000', '191418.190000', '191418.650000', '191419.110000', '191419.570000', '191420.030000', '191420.490000', '191420.950000', '191421.410000', '191421.870000', '191422.330000', '191422.790000', '191423.250000', '191423.710000', '191424.170000', '191424.630000', '191425.090000', '191425.550000', '191426.010000', '191426.470000', '191426.930000', '191427.390000', '191427.850000', '191428.310000', '191428.770000', '191429.230000', '191429.690000', '191430.150000', '191430.610000', '191431.070000', '191431.530000', '191431.990000', '191432.450000', '191432.910000', '191433.370000', '191433.830000', '191434.290000', '191434.750000', '191435.210000', '191435.670000', '191436.130000', '191436.590000', '191437.050000', '191437.510000', '191437.970000', '191438.430000', '191438.890000', '191439.350000', '191439.810000', '191440.270000', '191440.730000', '191441.190000', '191441.650000', '191442.110000', '191442.570000', '191443.030000', '191443.490000', '191443.950000', '191444.410000', '191444.870000', '191445.330000', '191445.790000', '191446.250000', '191446.710000', '191447.170000', '191447.630000', '191448.090000', '191448.550000', '191449.010000', '191449.470000', '191449.930000', '191450.390000', '191450.850000', '191451.310000', '191451.770000', '191452.230000', '191452.690000', '191453.150000', '191453.610000', '191454.070000', '191454.530000', '191454.990000', '191455.450000', '191455.910000', '191456.370000', '191456.830000', '191457.290000', '191457.750000', '191458.210000', '191458.670000', '191459.130000', '191459.590000', '191500.050000', '191500.510000', '191500.970000', '191501.430000', '191501.890000', '191502.350000', '191502.810000', '191503.270000', '191503.730000', '191504.190000', '191504.650000', '191505.110000', '191505.570000', '191506.030000', '191506.490000', '191506.950000', '191507.410000', '191507.870000', '191508.330000', '191508.790000', '191509.250000', '191509.710000', '191510.170000', '191510.630000', '191511.090000', '191511.550000', '191512.010000', '191512.470000', '191512.930000', '191513.390000', '191513.850000', '191514.310000', '191514.770000', '191515.230000', '191515.690000', '191516.150000', '191516.610000', '191517.070000', '191517.530000', '191517.990000', '191518.450000', '191518.910000', '191519.370000', '191519.830000', '191520.290000', '191520.750000', '191521.210000', '191521.670000', '191522.130000', '191522.590000', '191523.050000', '191523.510000', '191523.970000', '191524.430000', '191524.890000', '191525.350000', '191525.810000', '191526.270000', '191526.730000', '191527.190000', '191527.650000', '191528.110000', '191528.570000', '191529.030000', '191529.490000', '191529.950000', '191530.410000', '191530.870000', '191531.330000', '191531.790000', '191532.250000', '191532.710000', '191533.170000', '191533.630000', '191534.090000', '191534.550000', '191535.010000', '191535.470000', '191535.930000', '191536.390000', '191536.850000', '191537.310000', '191537.770000', '191538.230000', '191538.690000', '191539.150000', '191539.610000', '191540.070000', '191540.530000', '191540.990000', '191541.450000', '191541.910000', '191542.370000', '191542.830000', '191543.290000', '191543.750000', '191544.210000', '191544.670000', '191545.130000', '191545.590000', '191546.050000', '191546.510000', '191546.970000', '191547.430000', '191547.890000', '191548.350000', '191548.810000', '191549.270000', '191549.730000', '191550.190000', '191550.650000', '191551.110000', '191551.570000', '191552.030000', '191552.490000', '191552.950000', '191553.410000', '191553.870000', '191554.330000', '191554.790000', '191555.250000', '191555.710000', '191556.170000', '191556.630000', '191557.090000', '191557.550000', '191558.010000', '191558.470000', '191558.930000', '191559.390000', '191559.850000', '191600.310000', '191600.770000', '191601.230000', '191601.690000', '191602.150000', '191602.610000', '191603.070000', '191603.530000', '191603.990000', '191604.450000', '191604.910000', '191605.370000', '191605.830000', '191606.290000', '191606.750000', '191607.210000', '191607.670000', '191608.130000', '191608.590000', '191609.050000', '191609.510000', '191609.970000', '191610.430000', '191610.890000', '191611.350000', '191611.810000', '191612.270000', '191612.730000', '191613.190000', '191613.650000', '191614.110000', '191614.570000', '191615.030000', '191615.490000', '191615.950000', '191616.410000', '191616.870000', '191617.330000', '191617.790000', '191618.250000', '191618.710000', '191619.170000', '191619.630000', '191620.090000', '191620.550000', '191621.010000', '191621.470000', '191621.930000', '191622.390000', '191622.850000', '191623.310000', '191623.770000', '191624.230000', '191624.690000', '191625.150000', '191625.610000', '191626.070000', '191626.530000', '191626.990000', '191627.450000', '191627.910000', '191628.370000', '191628.830000', '191629.290000', '191629.750000', '191630.210000', '191630.670000', '191631.130000', '191631.590000', '191632.050000', '191632.510000', '191632.970000', '191633.430000', '191633.890000', '191634.350000', '191634.810000', '191635.270000', '191635.730000', '191636.190000', '191636.650000', '191637.110000', '191637.570000', '191638.030000', '191638.490000', '191638.950000', '191639.410000', '191639.870000', '191640.330000', '191640.790000', '191641.250000', '191641.710000', '191642.170000', '191642.630000', '191643.090000', '191643.550000', '191644.010000', '191644.470000', '191644.930000', '191645.390000', '191645.850000', '191646.310000', '191646.770000', '191647.230000', '191647.690000', '191648.150000', '191648.610000', '191649.070000', '191649.530000', '191649.990000', '191650.450000', '191650.910000', '191651.370000', '191651.830000', '191652.290000', '191652.750000', '191653.210000', '191653.670000', '191654.130000', '191654.590000', '191655.050000', '191655.510000', '191655.970000', '191656.430000', '191656.890000', '191657.350000', '191657.810000', '191658.270000', '191658.730000', '191659.190000', '191659.650000', '191700.110000', '191700.570000', '191701.030000', '191701.490000', '191701.950000', '191702.410000', '191702.870000', '191703.330000', '191703.790000', '191704.250000', '191704.710000', '191705.170000', '191705.630000', '191706.090000', '191706.550000', '191707.010000', '191707.470000', '191707.930000', '191708.390000', '191708.850000', '191709.310000', '191709.770000', '191710.230000', '191710.690000', '191711.150000', '191711.610000', '191712.070000', '191712.530000', '191712.990000', '191713.450000', '191713.910000', '191714.370000', '191714.830000', '191715.290000', '191715.750000', '191716.210000', '191716.670000', '191717.130000', '191717.590000', '191718.050000', '191718.510000', '191718.970000', '191719.430000', '191719.890000', '191720.350000', '191720.810000', '191721.270000', '191721.730000', '191722.190000', '191722.650000', '191723.110000', '191723.570000', '191724.030000', '191724.490000', '191724.950000', '191725.410000', '191725.870000', '191726.330000', '191726.790000', '191727.250000', '191727.710000', '191728.170000', '191728.630000', '191729.090000', '191729.550000', '191730.010000', '191730.470000', '191730.930000', '191731.390000', '191731.850000', '191732.310000', '191732.770000', '191733.230000', '191733.690000', '191734.150000', '191734.610000', '191735.070000', '191735.530000', '191735.990000', '191736.450000', '191736.910000', '191737.370000', '191737.830000', '191738.290000', '191738.750000', '191739.210000', '191739.670000', '191740.130000', '191740.590000', '191741.050000', '191741.510000', '191741.970000', '191742.430000', '191742.890000', '191743.350000', '191743.810000', '191744.270000', '191744.730000', '191745.190000', '191745.650000', '191746.110000', '191746.570000', '191747.030000', '191747.490000', '191747.950000', '191748.410000', '191748.870000', '191749.330000', '191749.790000', '191750.250000', '191750.710000', '191751.170000', '191751.630000', '191752.090000', '191752.550000', '191753.010000', '191753.470000', '191753.930000', '191754.390000', '191754.850000', '191755.310000', '191755.770000', '191756.230000', '191756.690000', '191757.150000', '191757.610000', '191758.070000', '191758.530000', '191758.990000', '191759.450000', '191759.910000', '191800.370000', '191800.830000', '191801.290000', '191801.750000', '191802.210000', '191802.670000', '191803.130000', '191803.590000', '191804.050000', '191804.510000', '191804.970000', '191805.430000', '191805.890000', '191806.350000', '191806.810000', '191807.270000', '191807.730000', '191808.190000', '191808.650000', '191809.110000', '191809.570000', '191810.030000', '191810.490000', '191810.950000', '191811.410000', '191811.870000', '191812.330000', '191812.790000', '191813.250000', '191813.710000', '191814.170000', '191814.630000', '191815.090000', '191815.550000', '191816.010000', '191816.470000', '191816.930000', '191817.390000', '191817.850000', '191818.310000', '191818.770000', '191819.230000', '191819.690000', '191820.150000', '191820.610000', '191821.070000', '191821.530000', '191821.990000', '191822.450000', '191822.910000', '191823.370000', '191823.830000', '191824.290000', '191824.750000', '191825.210000', '191825.670000', '191826.130000', '191826.590000', '191827.050000', '191827.510000', '191827.970000', '191828.430000', '191828.890000', '191829.350000', '191829.810000', '191830.270000', '191830.730000', '191831.190000', '191831.650000', '191832.110000', '191832.570000', '191833.030000', '191833.490000', '191833.950000', '191834.410000', '191834.870000', '191835.330000', '191835.790000', '191836.250000', '191836.710000', '191837.170000', '191837.630000', '191838.090000', '191838.550000', '191839.010000', '191839.470000', '191839.930000', '191840.390000', '191840.850000', '191841.310000', '191841.770000', '191842.230000', '191842.690000', '191843.150000', '191843.610000', '191844.070000', '191844.530000', '191844.990000', '191845.450000', '191845.910000', '191846.370000', '191846.830000', '191847.290000', '191847.750000', '191848.210000', '191848.670000', '191849.130000', '191849.590000', '191850.050000', '191850.510000', '191850.970000', '191851.430000', '191851.890000', '191852.350000', '191852.810000', '191853.270000', '191853.730000', '191854.190000', '191854.650000', '191855.110000', '191855.570000', '191856.030000', '191856.490000', '191856.950000', '191857.410000', '191857.870000', '191858.330000', '191858.790000', '191859.250000', '191859.710000', '191900.170000'], 'ContentTime': ['191246.366000', '191246.369000', '191246.371000', '191246.374000', '191246.376000', '191246.379000', '191246.382000', '191246.384000', '191246.387000', '191246.389000', '191246.392000', '191246.394000', '191246.397000', '191246.399000', '191246.402000', '191246.409000', '191246.412000', '191246.414000', '191246.417000', '191246.419000', '191246.422000', '191246.425000', '191246.427000', '191246.430000', '191246.432000', '191246.435000', '191246.437000', '191246.440000', '191246.442000', '191246.445000', '191246.448000', '191246.450000', '191246.453000', '191246.455000', '191246.458000', '191246.460000', '191246.463000', '191246.465000', '191246.468000', '191246.470000', '191246.473000', '191246.476000', '191246.478000', '191246.481000', '191246.483000', '191246.486000', '191246.488000', '191246.491000', '191246.493000', '191246.496000', '191246.499000', '191246.501000', '191246.504000', '191246.506000', '191246.509000', '191246.512000', '191306.340000', '191306.343000', '191306.346000', '191306.349000', '191306.351000', '191306.354000', '191306.356000', '191306.359000', '191306.361000', '191306.364000', '191306.367000', '191306.369000', '191306.372000', '191306.374000', '191306.377000', '191306.379000', '191306.382000', '191306.385000', '191306.387000', '191306.390000', '191306.392000', '191306.395000', '191306.397000', '191306.400000', '191306.402000', '191306.405000', '191306.408000', '191306.410000', '191306.413000', '191306.415000', '191306.418000', '191306.420000', '191306.423000', '191306.426000', '191306.428000', '191306.431000', '191306.434000', '191306.437000', '191306.440000', '191306.443000', '191306.445000', '191306.448000', '191306.450000', '191326.340000', '191326.343000', '191326.346000', '191326.348000', '191326.351000', '191326.353000', '191326.356000', '191326.359000', '191326.361000', '191326.364000', '191326.366000', '191326.369000', '191326.371000', '191326.378000', '191326.381000', '191326.383000', '191326.386000', '191326.388000', '191326.391000', '191326.393000', '191326.396000', '191326.399000', '191326.401000', '191326.404000', '191326.406000', '191326.409000', '191326.411000', '191326.414000', '191326.416000', '191326.419000', '191326.422000', '191326.424000', '191326.427000', '191326.429000', '191326.432000', '191326.434000', '191326.437000', '191326.439000', '191326.442000', '191326.451000', '191326.454000', '191326.457000', '191326.459000', '191326.462000', '191346.340000', '191346.343000', '191346.346000', '191346.348000', '191346.351000', '191346.353000', '191346.356000', '191346.358000', '191346.361000', '191346.364000', '191346.366000', '191346.369000', '191346.371000', '191346.374000', '191346.376000', '191346.379000', '191346.382000', '191346.384000', '191346.387000', '191346.389000', '191346.392000', '191346.395000', '191346.397000', '191346.400000', '191346.402000', '191346.405000', '191346.415000', '191346.418000', '191346.421000', '191346.423000', '191346.426000', '191346.428000', '191346.431000', '191346.433000', '191346.436000', '191346.438000', '191346.441000', '191346.444000', '191346.447000', '191346.450000', '191346.453000', '191346.456000', '191346.458000', '191406.340000', '191406.343000', '191406.346000', '191406.348000', '191406.351000', '191406.353000', '191406.356000', '191406.359000', '191406.361000', '191406.364000', '191406.366000', '191406.369000', '191406.378000', '191406.380000', '191406.383000', '191406.385000', '191406.388000', '191406.391000', '191406.393000', '191406.396000', '191406.399000', '191406.401000', '191406.404000', '191406.406000', '191406.409000', '191406.411000', '191406.414000', '191406.417000', '191406.419000', '191406.422000', '191406.424000', '191406.427000', '191406.430000', '191406.432000', '191406.435000', '191406.437000', '191406.440000', '191406.443000', '191406.445000', '191406.448000', '191406.450000', '191406.453000', '191406.455000', '191406.458000', '191426.340000', '191426.343000', '191426.346000', '191426.348000', '191426.351000', '191426.353000', '191426.356000', '191426.359000', '191426.361000', '191426.364000', '191426.366000', '191426.369000', '191426.371000', '191426.374000', '191426.377000', '191426.379000', '191426.382000', '191426.384000', '191426.387000', '191426.390000', '191426.392000', '191426.395000', '191426.397000', '191426.400000', '191426.403000', '191426.405000', '191426.408000', '191426.410000', '191426.413000', '191426.415000', '191426.418000', '191426.421000', '191426.423000', '191426.426000', '191426.428000', '191426.431000', '191426.433000', '191426.436000', '191426.439000', '191426.448000', '191426.451000', '191426.454000', '191426.456000', '191446.339000', '191446.342000', '191446.345000', '191446.347000', '191446.350000', '191446.353000', '191446.355000', '191446.358000', '191446.360000', '191446.363000', '191446.365000', '191446.368000', '191446.371000', '191446.373000', '191446.376000', '191446.378000', '191446.381000', '191446.384000', '191446.386000', '191446.389000', '191446.392000', '191446.394000', '191446.397000', '191446.399000', '191446.402000', '191446.404000', '191446.407000', '191446.410000', '191446.412000', '191446.416000', '191446.418000', '191446.421000', '191446.423000', '191446.426000', '191446.429000', '191446.431000', '191446.434000', '191446.436000', '191446.439000', '191446.442000', '191446.444000', '191446.447000', '191446.449000', '191446.452000', '191506.340000', '191506.343000', '191506.346000', '191506.348000', '191506.351000', '191506.353000', '191506.356000', '191506.359000', '191506.361000', '191506.364000', '191506.366000', '191506.369000', '191506.372000', '191506.374000', '191506.377000', '191506.379000', '191506.382000', '191506.384000', '191506.387000', '191506.389000', '191506.392000', '191506.395000', '191506.397000', '191506.400000', '191506.403000', '191506.405000', '191506.408000', '191506.410000', '191506.413000', '191506.415000', '191506.418000', '191506.420000', '191506.430000', '191506.433000', '191506.435000', '191506.438000', '191506.440000', '191506.443000', '191506.446000', '191506.448000', '191506.451000', '191506.453000', '191506.456000', '191526.340000', '191526.343000', '191526.346000', '191526.349000', '191526.351000', '191526.354000', '191526.356000', '191526.359000', '191526.362000', '191526.364000', '191526.367000', '191526.369000', '191526.372000', '191526.374000', '191526.377000', '191526.380000', '191526.382000', '191526.385000', '191526.387000', '191526.390000', '191526.393000', '191526.395000', '191526.432000', '191526.434000', '191526.437000', '191526.439000', '191526.442000', '191526.444000', '191526.447000', '191526.450000', '191526.452000', '191526.455000', '191526.457000', '191526.460000', '191526.462000', '191526.465000', '191526.468000', '191526.470000', '191526.473000', '191526.475000', '191526.478000', '191526.480000', '191526.483000', '191526.486000', '191546.340000', '191546.343000', '191546.352000', '191546.354000', '191546.357000', '191546.360000', '191546.362000', '191546.365000', '191546.367000', '191546.370000', '191546.373000', '191546.375000', '191546.378000', '191546.380000', '191546.383000', '191546.386000', '191546.388000', '191546.391000', '191546.394000', '191546.396000', '191546.399000', '191546.401000', '191546.404000', '191546.407000', '191546.409000', '191546.412000', '191546.414000', '191546.417000', '191546.419000', '191546.422000', '191546.425000', '191546.427000', '191546.430000', '191546.432000', '191546.435000', '191546.437000', '191546.440000', '191546.443000', '191546.445000', '191546.448000', '191546.450000', '191546.453000', '191546.455000', '191606.341000', '191606.343000', '191606.346000', '191606.349000', '191606.351000', '191606.354000', '191606.356000', '191606.359000', '191606.362000', '191606.364000', '191606.367000', '191606.369000', '191606.372000', '191606.374000', '191606.377000', '191606.380000', '191606.382000', '191606.385000', '191606.387000', '191606.390000', '191606.393000', '191606.395000', '191606.398000', '191606.400000', '191606.403000', '191606.406000', '191606.408000', '191606.411000', '191606.413000', '191606.416000', '191606.418000', '191606.421000', '191606.423000', '191606.426000', '191606.429000', '191606.431000', '191606.434000', '191606.436000', '191606.439000', '191606.441000', '191606.444000', '191606.447000', '191606.449000', '191606.452000', '191626.341000', '191626.343000', '191626.346000', '191626.349000', '191626.351000', '191626.354000', '191626.356000', '191626.359000', '191626.362000', '191626.364000', '191626.367000', '191626.369000', '191626.372000', '191626.375000', '191626.377000', '191626.380000', '191626.382000', '191626.385000', '191626.387000', '191626.390000', '191626.393000', '191626.395000', '191626.398000', '191626.400000', '191626.403000', '191626.406000', '191626.408000', '191626.411000', '191626.414000', '191626.416000', '191626.419000', '191626.421000', '191626.424000', '191626.427000', '191626.429000', '191626.432000', '191626.434000', '191626.437000', '191626.440000', '191626.442000', '191626.445000', '191626.447000', '191626.450000', '191646.341000', '191646.343000', '191646.346000', '191646.349000', '191646.351000', '191646.354000', '191646.356000', '191646.359000', '191646.363000', '191646.366000', '191646.368000', '191646.371000', '191646.373000', '191646.376000', '191646.378000', '191646.381000', '191646.384000', '191646.386000', '191646.389000', '191646.392000', '191646.394000', '191646.397000', '191646.399000', '191646.402000', '191646.404000', '191646.407000', '191646.409000', '191646.412000', '191646.415000', '191646.417000', '191646.420000', '191646.422000', '191646.425000', '191646.427000', '191646.430000', '191646.433000', '191646.435000', '191646.438000', '191646.440000', '191646.443000', '191646.445000', '191646.448000', '191646.451000', '191646.453000', '191706.341000', '191706.343000', '191706.346000', '191706.349000', '191706.351000', '191706.354000', '191706.356000', '191706.359000', '191706.361000', '191706.364000', '191706.367000', '191706.369000', '191706.372000', '191706.374000', '191706.377000', '191706.379000', '191706.382000', '191706.385000', '191706.387000', '191706.390000', '191706.392000', '191706.395000', '191706.398000', '191706.400000', '191706.403000', '191706.405000', '191706.408000', '191706.411000', '191706.413000', '191706.416000', '191706.418000', '191706.421000', '191706.424000', '191706.426000', '191706.429000', '191706.431000', '191706.434000', '191706.436000', '191706.439000', '191706.442000', '191706.444000', '191706.447000', '191706.449000', '191726.340000', '191726.343000', '191726.346000', '191726.348000', '191726.351000', '191726.353000', '191726.356000', '191726.359000', '191726.361000', '191726.368000', '191726.371000', '191726.373000', '191726.376000', '191726.379000', '191726.381000', '191726.384000', '191726.386000', '191726.389000', '191726.391000', '191726.394000', '191726.396000', '191726.399000', '191726.402000', '191726.404000', '191726.407000', '191726.409000', '191726.412000', '191726.414000', '191726.417000', '191726.420000', '191726.422000', '191726.425000', '191726.427000', '191726.430000', '191726.432000', '191726.435000', '191726.438000', '191726.440000', '191726.443000', '191726.445000', '191726.448000', '191726.450000', '191726.453000', '191726.456000', '191746.341000', '191746.343000', '191746.346000', '191746.349000', '191746.351000', '191746.354000', '191746.356000', '191746.359000', '191746.361000', '191746.364000', '191746.367000', '191746.369000', '191746.372000', '191746.374000', '191746.377000', '191746.379000', '191746.382000', '191746.385000', '191746.387000', '191746.390000', '191746.392000', '191746.395000', '191746.397000', '191746.400000', '191746.403000', '191746.405000', '191746.408000', '191746.411000', '191746.413000', '191746.416000', '191746.418000', '191746.421000', '191746.424000', '191746.426000', '191746.429000', '191746.431000', '191746.434000', '191746.437000', '191746.439000', '191746.442000', '191746.444000', '191746.447000', '191746.449000', '191806.340000', '191806.343000', '191806.346000', '191806.348000', '191806.351000', '191806.354000', '191806.356000', '191806.359000', '191806.361000', '191806.364000', '191806.366000', '191806.369000', '191806.371000', '191806.374000', '191806.377000', '191806.379000', '191806.382000', '191806.384000', '191806.387000', '191806.390000', '191806.392000', '191806.395000', '191806.397000', '191806.400000', '191806.403000', '191806.406000', '191806.409000', '191806.411000', '191806.414000', '191806.416000', '191806.419000', '191806.422000', '191806.424000', '191806.427000', '191806.429000', '191806.432000', '191806.435000', '191806.437000', '191806.440000', '191806.442000', '191806.445000', '191806.447000', '191806.450000', '191806.453000', '191826.340000', '191826.343000', '191826.346000', '191826.348000', '191826.351000', '191826.354000', '191826.356000', '191826.359000', '191826.361000', '191826.364000', '191826.366000', '191826.369000', '191826.372000', '191826.374000', '191826.388000', '191826.390000', '191826.393000', '191826.396000', '191826.398000', '191826.401000', '191826.403000', '191826.406000', '191826.410000', '191826.412000', '191826.415000', '191826.418000', '191826.420000', '191826.423000', '191826.426000', '191826.428000', '191826.431000', '191826.433000', '191826.436000', '191826.438000', '191826.441000', '191826.444000', '191826.446000', '191826.449000', '191826.451000', '191826.454000', '191826.456000', '191826.459000', '191826.462000', '191846.340000', '191846.343000', '191846.346000', '191846.348000', '191846.351000', '191846.354000', '191846.356000', '191846.360000', '191846.363000', '191846.366000', '191846.368000', '191846.371000', '191846.373000', '191846.376000', '191846.379000', '191846.381000', '191846.384000', '191846.386000', '191846.389000', '191846.391000', '191846.394000', '191846.397000', '191846.399000', '191846.402000', '191846.404000', '191846.407000', '191846.409000', '191846.412000', '191846.415000', '191846.417000', '191846.420000', '191846.422000', '191846.425000', '191846.427000', '191846.430000', '191846.433000', '191846.435000', '191846.438000', '191846.440000', '191846.443000', '191846.446000', '191846.448000', '191846.451000', '191901.559000', '191901.562000', '191901.565000', '191901.568000', '191901.571000', '191901.573000', '191901.576000', '191901.579000', '191901.582000', '191901.584000', '191901.588000', '191901.591000', '191901.594000', '191901.597000', '191901.600000', '191901.604000', '191901.607000', '191901.610000', '191901.613000', '191901.616000', '191901.619000', '191901.621000', '191901.624000', '191901.627000', '191901.629000', '191901.632000', '191901.634000', '191901.637000', '191901.640000', '191901.643000', '191901.645000', '191901.648000', '191901.653000', '191901.656000'], 'InstanceCreationTime': ['191246.366000', '191246.369000', '191246.371000', '191246.374000', '191246.376000', '191246.379000', '191246.382000', '191246.384000', '191246.387000', '191246.389000', '191246.392000', '191246.394000', '191246.397000', '191246.399000', '191246.402000', '191246.409000', '191246.412000', '191246.414000', '191246.417000', '191246.419000', '191246.422000', '191246.425000', '191246.427000', '191246.430000', '191246.432000', '191246.435000', '191246.437000', '191246.440000', '191246.442000', '191246.445000', '191246.448000', '191246.450000', '191246.453000', '191246.455000', '191246.458000', '191246.460000', '191246.463000', '191246.465000', '191246.468000', '191246.470000', '191246.473000', '191246.476000', '191246.478000', '191246.481000', '191246.483000', '191246.486000', '191246.488000', '191246.491000', '191246.493000', '191246.496000', '191246.499000', '191246.501000', '191246.504000', '191246.506000', '191246.509000', '191246.512000', '191306.340000', '191306.343000', '191306.346000', '191306.349000', '191306.351000', '191306.354000', '191306.356000', '191306.359000', '191306.361000', '191306.364000', '191306.367000', '191306.369000', '191306.372000', '191306.374000', '191306.377000', '191306.379000', '191306.382000', '191306.385000', '191306.387000', '191306.390000', '191306.392000', '191306.395000', '191306.397000', '191306.400000', '191306.402000', '191306.405000', '191306.408000', '191306.410000', '191306.413000', '191306.415000', '191306.418000', '191306.420000', '191306.423000', '191306.426000', '191306.428000', '191306.431000', '191306.434000', '191306.437000', '191306.440000', '191306.443000', '191306.445000', '191306.448000', '191306.450000', '191326.340000', '191326.343000', '191326.346000', '191326.348000', '191326.351000', '191326.353000', '191326.356000', '191326.359000', '191326.361000', '191326.364000', '191326.366000', '191326.369000', '191326.371000', '191326.378000', '191326.381000', '191326.383000', '191326.386000', '191326.388000', '191326.391000', '191326.393000', '191326.396000', '191326.399000', '191326.401000', '191326.404000', '191326.406000', '191326.409000', '191326.411000', '191326.414000', '191326.416000', '191326.419000', '191326.422000', '191326.424000', '191326.427000', '191326.429000', '191326.432000', '191326.434000', '191326.437000', '191326.439000', '191326.442000', '191326.451000', '191326.454000', '191326.457000', '191326.459000', '191326.462000', '191346.340000', '191346.343000', '191346.346000', '191346.348000', '191346.351000', '191346.353000', '191346.356000', '191346.358000', '191346.361000', '191346.364000', '191346.366000', '191346.369000', '191346.371000', '191346.374000', '191346.376000', '191346.379000', '191346.382000', '191346.384000', '191346.387000', '191346.389000', '191346.392000', '191346.395000', '191346.397000', '191346.400000', '191346.402000', '191346.405000', '191346.415000', '191346.418000', '191346.421000', '191346.423000', '191346.426000', '191346.428000', '191346.431000', '191346.433000', '191346.436000', '191346.438000', '191346.441000', '191346.444000', '191346.447000', '191346.450000', '191346.453000', '191346.456000', '191346.458000', '191406.340000', '191406.343000', '191406.346000', '191406.348000', '191406.351000', '191406.353000', '191406.356000', '191406.359000', '191406.361000', '191406.364000', '191406.366000', '191406.369000', '191406.378000', '191406.380000', '191406.383000', '191406.385000', '191406.388000', '191406.391000', '191406.393000', '191406.396000', '191406.399000', '191406.401000', '191406.404000', '191406.406000', '191406.409000', '191406.411000', '191406.414000', '191406.417000', '191406.419000', '191406.422000', '191406.424000', '191406.427000', '191406.430000', '191406.432000', '191406.435000', '191406.437000', '191406.440000', '191406.443000', '191406.445000', '191406.448000', '191406.450000', '191406.453000', '191406.455000', '191406.458000', '191426.340000', '191426.343000', '191426.346000', '191426.348000', '191426.351000', '191426.353000', '191426.356000', '191426.359000', '191426.361000', '191426.364000', '191426.366000', '191426.369000', '191426.371000', '191426.374000', '191426.377000', '191426.379000', '191426.382000', '191426.384000', '191426.387000', '191426.390000', '191426.392000', '191426.395000', '191426.397000', '191426.400000', '191426.403000', '191426.405000', '191426.408000', '191426.410000', '191426.413000', '191426.415000', '191426.418000', '191426.421000', '191426.423000', '191426.426000', '191426.428000', '191426.431000', '191426.433000', '191426.436000', '191426.439000', '191426.448000', '191426.451000', '191426.454000', '191426.456000', '191446.339000', '191446.342000', '191446.345000', '191446.347000', '191446.350000', '191446.353000', '191446.355000', '191446.358000', '191446.360000', '191446.363000', '191446.365000', '191446.368000', '191446.371000', '191446.373000', '191446.376000', '191446.378000', '191446.381000', '191446.384000', '191446.386000', '191446.389000', '191446.392000', '191446.394000', '191446.397000', '191446.399000', '191446.402000', '191446.404000', '191446.407000', '191446.410000', '191446.412000', '191446.416000', '191446.418000', '191446.421000', '191446.423000', '191446.426000', '191446.429000', '191446.431000', '191446.434000', '191446.436000', '191446.439000', '191446.442000', '191446.444000', '191446.447000', '191446.449000', '191446.452000', '191506.340000', '191506.343000', '191506.346000', '191506.348000', '191506.351000', '191506.353000', '191506.356000', '191506.359000', '191506.361000', '191506.364000', '191506.366000', '191506.369000', '191506.372000', '191506.374000', '191506.377000', '191506.379000', '191506.382000', '191506.384000', '191506.387000', '191506.389000', '191506.392000', '191506.395000', '191506.397000', '191506.400000', '191506.403000', '191506.405000', '191506.408000', '191506.410000', '191506.413000', '191506.415000', '191506.418000', '191506.420000', '191506.430000', '191506.433000', '191506.435000', '191506.438000', '191506.440000', '191506.443000', '191506.446000', '191506.448000', '191506.451000', '191506.453000', '191506.456000', '191526.340000', '191526.343000', '191526.346000', '191526.349000', '191526.351000', '191526.354000', '191526.356000', '191526.359000', '191526.362000', '191526.364000', '191526.367000', '191526.369000', '191526.372000', '191526.374000', '191526.377000', '191526.380000', '191526.382000', '191526.385000', '191526.387000', '191526.390000', '191526.393000', '191526.395000', '191526.432000', '191526.434000', '191526.437000', '191526.439000', '191526.442000', '191526.444000', '191526.447000', '191526.450000', '191526.452000', '191526.455000', '191526.457000', '191526.460000', '191526.462000', '191526.465000', '191526.468000', '191526.470000', '191526.473000', '191526.475000', '191526.478000', '191526.480000', '191526.483000', '191526.486000', '191546.340000', '191546.343000', '191546.352000', '191546.354000', '191546.357000', '191546.360000', '191546.362000', '191546.365000', '191546.367000', '191546.370000', '191546.373000', '191546.375000', '191546.378000', '191546.380000', '191546.383000', '191546.386000', '191546.388000', '191546.391000', '191546.394000', '191546.396000', '191546.399000', '191546.401000', '191546.404000', '191546.407000', '191546.409000', '191546.412000', '191546.414000', '191546.417000', '191546.419000', '191546.422000', '191546.425000', '191546.427000', '191546.430000', '191546.432000', '191546.435000', '191546.437000', '191546.440000', '191546.443000', '191546.445000', '191546.448000', '191546.450000', '191546.453000', '191546.455000', '191606.341000', '191606.343000', '191606.346000', '191606.349000', '191606.351000', '191606.354000', '191606.356000', '191606.359000', '191606.362000', '191606.364000', '191606.367000', '191606.369000', '191606.372000', '191606.374000', '191606.377000', '191606.380000', '191606.382000', '191606.385000', '191606.387000', '191606.390000', '191606.393000', '191606.395000', '191606.398000', '191606.400000', '191606.403000', '191606.406000', '191606.408000', '191606.411000', '191606.413000', '191606.416000', '191606.418000', '191606.421000', '191606.423000', '191606.426000', '191606.429000', '191606.431000', '191606.434000', '191606.436000', '191606.439000', '191606.441000', '191606.444000', '191606.447000', '191606.449000', '191606.452000', '191626.341000', '191626.343000', '191626.346000', '191626.349000', '191626.351000', '191626.354000', '191626.356000', '191626.359000', '191626.362000', '191626.364000', '191626.367000', '191626.369000', '191626.372000', '191626.375000', '191626.377000', '191626.380000', '191626.382000', '191626.385000', '191626.387000', '191626.390000', '191626.393000', '191626.395000', '191626.398000', '191626.400000', '191626.403000', '191626.406000', '191626.408000', '191626.411000', '191626.414000', '191626.416000', '191626.419000', '191626.421000', '191626.424000', '191626.427000', '191626.429000', '191626.432000', '191626.434000', '191626.437000', '191626.440000', '191626.442000', '191626.445000', '191626.447000', '191626.450000', '191646.341000', '191646.343000', '191646.346000', '191646.349000', '191646.351000', '191646.354000', '191646.356000', '191646.359000', '191646.363000', '191646.366000', '191646.368000', '191646.371000', '191646.373000', '191646.376000', '191646.378000', '191646.381000', '191646.384000', '191646.386000', '191646.389000', '191646.392000', '191646.394000', '191646.397000', '191646.399000', '191646.402000', '191646.404000', '191646.407000', '191646.409000', '191646.412000', '191646.415000', '191646.417000', '191646.420000', '191646.422000', '191646.425000', '191646.427000', '191646.430000', '191646.433000', '191646.435000', '191646.438000', '191646.440000', '191646.443000', '191646.445000', '191646.448000', '191646.451000', '191646.453000', '191706.341000', '191706.343000', '191706.346000', '191706.349000', '191706.351000', '191706.354000', '191706.356000', '191706.359000', '191706.361000', '191706.364000', '191706.367000', '191706.369000', '191706.372000', '191706.374000', '191706.377000', '191706.379000', '191706.382000', '191706.385000', '191706.387000', '191706.390000', '191706.392000', '191706.395000', '191706.398000', '191706.400000', '191706.403000', '191706.405000', '191706.408000', '191706.411000', '191706.413000', '191706.416000', '191706.418000', '191706.421000', '191706.424000', '191706.426000', '191706.429000', '191706.431000', '191706.434000', '191706.436000', '191706.439000', '191706.442000', '191706.444000', '191706.447000', '191706.449000', '191726.340000', '191726.343000', '191726.346000', '191726.348000', '191726.351000', '191726.353000', '191726.356000', '191726.359000', '191726.361000', '191726.368000', '191726.371000', '191726.373000', '191726.376000', '191726.379000', '191726.381000', '191726.384000', '191726.386000', '191726.389000', '191726.391000', '191726.394000', '191726.396000', '191726.399000', '191726.402000', '191726.404000', '191726.407000', '191726.409000', '191726.412000', '191726.414000', '191726.417000', '191726.420000', '191726.422000', '191726.425000', '191726.427000', '191726.430000', '191726.432000', '191726.435000', '191726.438000', '191726.440000', '191726.443000', '191726.445000', '191726.448000', '191726.450000', '191726.453000', '191726.456000', '191746.341000', '191746.343000', '191746.346000', '191746.349000', '191746.351000', '191746.354000', '191746.356000', '191746.359000', '191746.361000', '191746.364000', '191746.367000', '191746.369000', '191746.372000', '191746.374000', '191746.377000', '191746.379000', '191746.382000', '191746.385000', '191746.387000', '191746.390000', '191746.392000', '191746.395000', '191746.397000', '191746.400000', '191746.403000', '191746.405000', '191746.408000', '191746.411000', '191746.413000', '191746.416000', '191746.418000', '191746.421000', '191746.424000', '191746.426000', '191746.429000', '191746.431000', '191746.434000', '191746.437000', '191746.439000', '191746.442000', '191746.444000', '191746.447000', '191746.449000', '191806.340000', '191806.343000', '191806.346000', '191806.348000', '191806.351000', '191806.354000', '191806.356000', '191806.359000', '191806.361000', '191806.364000', '191806.366000', '191806.369000', '191806.371000', '191806.374000', '191806.377000', '191806.379000', '191806.382000', '191806.384000', '191806.387000', '191806.390000', '191806.392000', '191806.395000', '191806.397000', '191806.400000', '191806.403000', '191806.406000', '191806.409000', '191806.411000', '191806.414000', '191806.416000', '191806.419000', '191806.422000', '191806.424000', '191806.427000', '191806.429000', '191806.432000', '191806.435000', '191806.437000', '191806.440000', '191806.442000', '191806.445000', '191806.447000', '191806.450000', '191806.453000', '191826.340000', '191826.343000', '191826.346000', '191826.348000', '191826.351000', '191826.354000', '191826.356000', '191826.359000', '191826.361000', '191826.364000', '191826.366000', '191826.369000', '191826.372000', '191826.374000', '191826.388000', '191826.390000', '191826.393000', '191826.396000', '191826.398000', '191826.401000', '191826.403000', '191826.406000', '191826.410000', '191826.412000', '191826.415000', '191826.418000', '191826.420000', '191826.423000', '191826.426000', '191826.428000', '191826.431000', '191826.433000', '191826.436000', '191826.438000', '191826.441000', '191826.444000', '191826.446000', '191826.449000', '191826.451000', '191826.454000', '191826.456000', '191826.459000', '191826.462000', '191846.340000', '191846.343000', '191846.346000', '191846.348000', '191846.351000', '191846.354000', '191846.356000', '191846.360000', '191846.363000', '191846.366000', '191846.368000', '191846.371000', '191846.373000', '191846.376000', '191846.379000', '191846.381000', '191846.384000', '191846.386000', '191846.389000', '191846.391000', '191846.394000', '191846.397000', '191846.399000', '191846.402000', '191846.404000', '191846.407000', '191846.409000', '191846.412000', '191846.415000', '191846.417000', '191846.420000', '191846.422000', '191846.425000', '191846.427000', '191846.430000', '191846.433000', '191846.435000', '191846.438000', '191846.440000', '191846.443000', '191846.446000', '191846.448000', '191846.451000', '191901.559000', '191901.562000', '191901.565000', '191901.568000', '191901.571000', '191901.573000', '191901.576000', '191901.579000', '191901.582000', '191901.584000', '191901.588000', '191901.591000', '191901.594000', '191901.597000', '191901.600000', '191901.604000', '191901.607000', '191901.610000', '191901.613000', '191901.616000', '191901.619000', '191901.621000', '191901.624000', '191901.627000', '191901.629000', '191901.632000', '191901.634000', '191901.637000', '191901.640000', '191901.643000', '191901.645000', '191901.648000', '191901.653000', '191901.656000'], '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], 'LargestImagePixelValue': [10440, 9831, 10233, 7557, 9790, 7748, 12080, 8748, 8699, 12044, 8398, 11415, 7920, 13326, 9972, 13939, 10381, 8592, 11132, 7263, 9729, 8252, 12372, 9305, 13324, 10795, 7572, 9347, 7804, 7516, 8413, 9972, 7922, 11567, 7713, 7962, 7403, 8070, 9385, 8079, 12492, 10255, 7859, 7498, 8419, 9599, 8364, 13778, 10461, 9505, 9387, 7655, 9974, 7524, 7584, 10608, 8465, 13102, 11372, 12349, 7932, 7545, 9997, 7848, 12530, 10330, 7798, 9503, 7380, 10426, 8029, 12294, 8204, 7499, 9574, 8313, 9381, 7963, 7549, 7410, 7963, 9744, 7690, 8287, 7558, 7854, 7304, 8081, 9614, 7756, 7489, 7157, 7380, 7999, 8029, 11442, 7923, 7551, 7834, 8177, 8497, 7816, 10838, 7714, 7648, 7368, 8048, 7888, 7787, 10404, 7435, 7876, 9931, 7532, 10562, 7910, 11607, 7725, 13247, 9848, 8901, 12177, 8117, 10589, 7926, 12083, 9689, 12920, 10688, 13208, 8697, 7623, 8450, 7212, 8730, 7919, 11822, 8259, 12998, 9297, 8137, 7413, 7984, 9109, 7565, 10375, 8392, 12606, 9091, 7470, 7519, 7109, 8811, 8358, 11944, 8927, 12204, 9027, 7508, 7602, 8069, 11106, 8373, 13295, 10974, 7727, 8981, 7758, 10478, 7344, 12463, 8911, 13625, 8947, 7427, 7346, 7627, 7899, 7373, 13064, 9148, 7724, 8168, 7526, 9466, 7805, 12111, 9494, 14322, 7934, 7648, 8398, 7419, 8779, 7892, 12607, 9198, 8319, 7229, 7834, 8216, 8051, 12427, 8877, 13373, 8394, 11549, 7834, 11017, 7839, 12746, 10269, 13436, 7571, 7517, 7377, 7575, 9116, 7475, 10562, 7655, 7739, 7042, 7429, 11213, 7262, 7114, 6735, 7128, 6842, 7097, 6995, 11813, 8971, 6816, 15306, 10496, 8631, 12988, 10464, 10826, 13085, 8106, 11199, 7724, 6823, 10606, 7409, 14191, 8907, 6849, 8562, 6659, 10220, 7485, 7081, 11304, 7114, 12447, 7187, 12903, 7389, 9311, 7898, 7266, 12075, 7021, 13962, 11081, 8662, 8376, 6963, 7279, 7465, 9105, 7928, 15459, 11513, 15527, 10948, 15869, 10962, 13871, 10493, 12534, 13399, 11066, 14327, 8139, 13570, 8656, 12964, 9282, 11204, 8444, 7860, 13120, 7783, 10865, 8212, 7333, 7521, 7404, 8745, 7991, 7762, 8113, 7204, 7808, 7176, 9327, 7553, 12974, 7972, 7035, 7077, 7022, 7385, 7370, 9931, 8002, 7373, 8016, 7235, 7853, 7389, 12396, 7901, 10139, 8998, 6973, 11874, 6988, 11612, 7541, 8894, 8037, 7927, 11879, 6975, 10892, 7126, 9745, 7517, 12652, 7799, 11551, 8091, 7161, 8214, 7258, 8112, 7167, 9323, 7669, 12301, 7326, 12427, 7328, 8403, 7772, 7755, 8734, 7262, 8898, 7050, 8655, 7185, 9695, 7282, 6951, 8273, 7184, 8382, 7132, 11855, 8664, 12978, 10540, 15288, 7812, 13656, 8280, 15299, 9715, 11449, 8068, 8676, 7944, 7005, 8433, 6925, 11176, 6976, 10501, 7386, 11000, 8279, 14065, 9169, 9838, 9323, 7068, 9445, 7582, 6993, 10957, 7137, 10888, 7471, 12880, 9642, 6952, 12756, 7579, 11135, 7817, 12576, 9510, 12054, 9420, 7272, 8796, 7187, 11493, 7264, 13392, 9949, 8874, 8139, 6925, 7744, 7341, 8156, 7150, 13544, 7988, 8384, 7140, 7053, 8228, 6802, 11247, 7399, 12491, 7493, 8603, 8228, 6968, 11368, 7465, 11564, 7423, 11593, 7295, 10524, 8221, 6917, 10849, 7013, 11720, 7224, 12684, 9152, 13224, 9093, 7087, 7555, 7281, 7923, 7000, 10669, 8212, 8971, 7153, 6871, 7340, 7036, 8356, 7308, 11240, 8073, 7022, 8472, 7069, 12806, 10273, 14826, 10538, 8516, 9826, 6891, 11429, 7904, 13309, 10386, 14905, 10701, 9027, 7935, 7195, 8339, 6790, 11985, 8531, 11918, 6940, 11690, 7027, 10322, 8009, 7162, 8345, 7393, 8041, 7145, 9326, 7210, 12530, 7880, 7258, 6870, 7153, 7671, 7132, 12702, 8116, 7060, 7513, 7214, 8735, 7267, 13629, 9896, 12067, 8319, 7489, 8669, 7014, 12817, 8399, 14001, 8644, 13092, 7430, 11683, 7650, 8390, 8153, 7861, 12956, 6886, 11437, 7190, 9343, 7197, 10489, 7794, 11047, 7412, 7148, 7116, 6956, 8788, 7275, 11579, 8174, 7033, 6832, 7222, 8099, 6950, 11764, 8861, 14668, 8486, 9274, 7969, 6834, 10651, 7177, 13299, 9856, 12338, 7412, 9951, 8069, 8903, 11377, 8002, 13314, 9126, 12686, 9328, 13015, 8992, 10754, 14096, 7953, 12482, 7462, 12388, 8512, 8705, 12561, 6947, 13307, 7590, 12515, 8338, 8010, 10712, 6766, 13025, 7601, 8228, 7926, 6895, 11939, 8461, 10521, 9690, 7060, 9384, 7873, 7100, 9483, 7462, 13240, 7313, 6997, 8359, 6909, 12468, 7626, 6950, 7636, 7235, 8563, 7557, 7125, 8802, 6974, 9535, 7308, 7908, 7350, 6874, 11117, 7401, 12111, 7265, 11841, 7372, 9776, 7878, 7330, 11213, 7102, 8191, 7199, 8933, 7611, 10041, 7406, 7139, 8229, 7268, 10428, 7637, 13466, 9528, 13160, 9815, 12271, 7650, 9564, 7969, 7008, 8113, 7187, 12322, 7442, 10124, 7936, 7050, 8925, 7068, 14054, 10883, 14647, 8037, 11541, 8223, 9117, 9131, 8798, 13856, 7462, 12314, 9596, 13203, 9157, 14244, 10673, 13898, 8068, 7110, 7091, 6999, 8203, 6990, 12904, 9165, 15005, 8094, 10004, 8411, 13640, 8842, 14085, 10934, 7486, 8315, 7214, 7706, 7173, 8477, 6936, 11519, 7496, 11621, 7256, 8890, 7507, 9495, 7632, 7934, 8209, 7214, 7592, 7003, 8091, 7174, 14161, 8846, 7078, 7837, 7045, 11236, 8087, 14009, 10954, 13182, 8456, 12227, 7891, 14113, 9279, 7299, 8367, 7015, 7917, 7108, 11439, 9147, 14918, 9953, 10455, 8259, 7400, 8330, 10213, 13543, 7082, 12233, 7307, 10705, 6971, 12728, 7529, 14034, 10136, 11307, 7463, 10498, 7895, 11387, 8076, 13408, 8426, 6866, 8265, 6895, 7290, 6873, 8611, 6872, 12504, 7003, 9535, 7107, 8268, 7290, 9433, 8185, 9677, 7284, 6987, 7055, 7181, 8466, 7654, 10728, 7388, 8517, 7249, 7126, 8056, 7866, 12847, 7050, 9945, 7490, 8812, 7250, 10449, 7952, 8056, 7139, 7022, 7328, 6916, 9791, 8505, 15313, 10554, 8604, 7830, 6724, 10861, 7219, 14088, 10370, 12648, 7535, 12550, 8038, 13665, 9101, 11912, 10495, 6965, 8416, 6801, 7738, 7327, 9045, 7573, 11822, 7684, 7070, 6811, 6884, 7834, 6732, 11226, 7924, 12522, 7865, 6852, 8383], 'WindowCenter': [4449.0, 4423.0, 4410.0, 4379.0, 4398.0, 4378.0, 4425.0, 4387.0, 4387.0, 4417.0, 4377.0, 4405.0, 4376.0, 4413.0, 4394.0, 4424.0, 4393.0, 4372.0, 4393.0, 4352.0, 4382.0, 4373.0, 4412.0, 4384.0, 4412.0, 4394.0, 4361.0, 4383.0, 4362.0, 4365.0, 4373.0, 4393.0, 4374.0, 4403.0, 4364.0, 4364.0, 4352.0, 4374.0, 4384.0, 4389.0, 4428.0, 4409.0, 4375.0, 4366.0, 4386.0, 4395.0, 4387.0, 4425.0, 4408.0, 4394.0, 4384.0, 4365.0, 4393.0, 4366.0, 4365.0, 4407.0, 4376.0, 4412.0, 4406.0, 4403.0, 4363.0, 4352.0, 4384.0, 4375.0, 4414.0, 4394.0, 4352.0, 4383.0, 4354.0, 4393.0, 4362.0, 4402.0, 4375.0, 4351.0, 4382.0, 4363.0, 4382.0, 4363.0, 4364.0, 4363.0, 4363.0, 4385.0, 4364.0, 4374.0, 4364.0, 4375.0, 4367.0, 4376.0, 4396.0, 4379.0, 4366.0, 4367.0, 4368.0, 4376.0, 4389.0, 4417.0, 4378.0, 4379.0, 4378.0, 4386.0, 4385.0, 4378.0, 4418.0, 4380.0, 4377.0, 4370.0, 4388.0, 4377.0, 4380.0, 4418.0, 4379.0, 4388.0, 4409.0, 4378.0, 4407.0, 4378.0, 4417.0, 4378.0, 4428.0, 4408.0, 4387.0, 4418.0, 4377.0, 4407.0, 4376.0, 4416.0, 4396.0, 4414.0, 4406.0, 4415.0, 4375.0, 4364.0, 4386.0, 4365.0, 4386.0, 4376.0, 4416.0, 4375.0, 4415.0, 4386.0, 4374.0, 4367.0, 4364.0, 4386.0, 4364.0, 4395.0, 4376.0, 4415.0, 4386.0, 4365.0, 4366.0, 4368.0, 4397.0, 4388.0, 4417.0, 4388.0, 4417.0, 4387.0, 4366.0, 4376.0, 4377.0, 4417.0, 4388.0, 4426.0, 4406.0, 4364.0, 4386.0, 4364.0, 4396.0, 4364.0, 4415.0, 4385.0, 4423.0, 4385.0, 4364.0, 4365.0, 4377.0, 4376.0, 4368.0, 4426.0, 4398.0, 4375.0, 4376.0, 4377.0, 4396.0, 4377.0, 4416.0, 4397.0, 4423.0, 4375.0, 4364.0, 4375.0, 4365.0, 4385.0, 4375.0, 4415.0, 4386.0, 4375.0, 4366.0, 4364.0, 4375.0, 4374.0, 4416.0, 4383.0, 4414.0, 4373.0, 4402.0, 4363.0, 4391.0, 4365.0, 4414.0, 4394.0, 4411.0, 4353.0, 4352.0, 4355.0, 4363.0, 4386.0, 4366.0, 4395.0, 4364.0, 4376.0, 4383.0, 4371.0, 4406.0, 4351.0, 4297.0, 4314.0, 4391.0, 4366.0, 4363.0, 4363.0, 4411.0, 4366.0, 4338.0, 4422.0, 4399.0, 4380.0, 4425.0, 4414.0, 4404.0, 4410.0, 4361.0, 4386.0, 4346.0, 4340.0, 4390.0, 4353.0, 4423.0, 4378.0, 4343.0, 4372.0, 4354.0, 4389.0, 4349.0, 4351.0, 4398.0, 4337.0, 4399.0, 4337.0, 4411.0, 4349.0, 4379.0, 4369.0, 4351.0, 4408.0, 4353.0, 4424.0, 4401.0, 4371.0, 4360.0, 4351.0, 4360.0, 4362.0, 4383.0, 4371.0, 4434.0, 4415.0, 4431.0, 4417.0, 4435.0, 4389.0, 4418.0, 4390.0, 4401.0, 4408.0, 4377.0, 4394.0, 4347.0, 4393.0, 4356.0, 4381.0, 4349.0, 4372.0, 4340.0, 4332.0, 4380.0, 4333.0, 4372.0, 4344.0, 4335.0, 4348.0, 4348.0, 4368.0, 4359.0, 4347.0, 4359.0, 4348.0, 4346.0, 4339.0, 4378.0, 4361.0, 4409.0, 4356.0, 4349.0, 4347.0, 4352.0, 4361.0, 4362.0, 4392.0, 4373.0, 4362.0, 4369.0, 4362.0, 4373.0, 4364.0, 4412.0, 4371.0, 4402.0, 4380.0, 4349.0, 4409.0, 4348.0, 4400.0, 4375.0, 4378.0, 4368.0, 4371.0, 4407.0, 4352.0, 4402.0, 4351.0, 4387.0, 4360.0, 4409.0, 4362.0, 4402.0, 4369.0, 4350.0, 4369.0, 4360.0, 4367.0, 4363.0, 4388.0, 4359.0, 4411.0, 4362.0, 4410.0, 4362.0, 4371.0, 4371.0, 4374.0, 4380.0, 4361.0, 4383.0, 4363.0, 4384.0, 4377.0, 4405.0, 4371.0, 4363.0, 4379.0, 4364.0, 4384.0, 4365.0, 4415.0, 4380.0, 4421.0, 4400.0, 4419.0, 4360.0, 4421.0, 4370.0, 4421.0, 4389.0, 4401.0, 4368.0, 4368.0, 4371.0, 4350.0, 4379.0, 4350.0, 4400.0, 4352.0, 4402.0, 4359.0, 4401.0, 4368.0, 4422.0, 4397.0, 4390.0, 4384.0, 4364.0, 4394.0, 4361.0, 4353.0, 4413.0, 4365.0, 4414.0, 4363.0, 4418.0, 4387.0, 4349.0, 4407.0, 4360.0, 4408.0, 4357.0, 4421.0, 4389.0, 4410.0, 4392.0, 4359.0, 4380.0, 4352.0, 4401.0, 4360.0, 4410.0, 4401.0, 4383.0, 4373.0, 4351.0, 4359.0, 4363.0, 4371.0, 4364.0, 4424.0, 4369.0, 4371.0, 4346.0, 4351.0, 4367.0, 4341.0, 4387.0, 4346.0, 4394.0, 4347.0, 4375.0, 4381.0, 4364.0, 4411.0, 4364.0, 4400.0, 4351.0, 4407.0, 4363.0, 4400.0, 4373.0, 4349.0, 4401.0, 4350.0, 4412.0, 4360.0, 4425.0, 4401.0, 4422.0, 4377.0, 4351.0, 4355.0, 4348.0, 4366.0, 4352.0, 4399.0, 4368.0, 4380.0, 4347.0, 4351.0, 4361.0, 4364.0, 4380.0, 4370.0, 4412.0, 4370.0, 4358.0, 4378.0, 4365.0, 4435.0, 4407.0, 4431.0, 4400.0, 4380.0, 4400.0, 4364.0, 4412.0, 4375.0, 4431.0, 4402.0, 4432.0, 4399.0, 4393.0, 4368.0, 4350.0, 4368.0, 4352.0, 4413.0, 4382.0, 4413.0, 4353.0, 4408.0, 4349.0, 4403.0, 4371.0, 4349.0, 4369.0, 4361.0, 4369.0, 4376.0, 4392.0, 4363.0, 4420.0, 4369.0, 4372.0, 4349.0, 4363.0, 4372.0, 4352.0, 4409.0, 4358.0, 4351.0, 4347.0, 4360.0, 4383.0, 4359.0, 4418.0, 4387.0, 4407.0, 4368.0, 4348.0, 4369.0, 4350.0, 4408.0, 4368.0, 4406.0, 4365.0, 4408.0, 4346.0, 4399.0, 4361.0, 4368.0, 4356.0, 4359.0, 4407.0, 4348.0, 4399.0, 4350.0, 4378.0, 4347.0, 4390.0, 4361.0, 4397.0, 4346.0, 4350.0, 4347.0, 4351.0, 4381.0, 4359.0, 4410.0, 4370.0, 4352.0, 4350.0, 4363.0, 4370.0, 4361.0, 4409.0, 4380.0, 4418.0, 4378.0, 4378.0, 4357.0, 4341.0, 4388.0, 4349.0, 4409.0, 4391.0, 4405.0, 4359.0, 4389.0, 4369.0, 4387.0, 4410.0, 4372.0, 4419.0, 4389.0, 4408.0, 4378.0, 4409.0, 4378.0, 4398.0, 4407.0, 4356.0, 4397.0, 4347.0, 4396.0, 4367.0, 4372.0, 4407.0, 4341.0, 4409.0, 4360.0, 4396.0, 4366.0, 4360.0, 4388.0, 4338.0, 4410.0, 4357.0, 4367.0, 4357.0, 4346.0, 4411.0, 4374.0, 4390.0, 4389.0, 4352.0, 4380.0, 4372.0, 4353.0, 4389.0, 4359.0, 4421.0, 4358.0, 4351.0, 4369.0, 4362.0, 4412.0, 4360.0, 4352.0, 4370.0, 4363.0, 4383.0, 4372.0, 4361.0, 4384.0, 4365.0, 4390.0, 4363.0, 4370.0, 4362.0, 4353.0, 4412.0, 4360.0, 4412.0, 4361.0, 4411.0, 4363.0, 4402.0, 4396.0, 4377.0, 4411.0, 4365.0, 4370.0, 4354.0, 4379.0, 4364.0, 4390.0, 4360.0, 4347.0, 4381.0, 4373.0, 4411.0, 4373.0, 4420.0, 4392.0, 4410.0, 4388.0, 4401.0, 4358.0, 4389.0, 4371.0, 4364.0, 4370.0, 4365.0, 4419.0, 4360.0, 4400.0, 4370.0, 4349.0, 4380.0, 4354.0, 4421.0, 4403.0, 4418.0, 4369.0, 4398.0, 4369.0, 4381.0, 4379.0, 4371.0, 4409.0, 4352.0, 4402.0, 4378.0, 4405.0, 4381.0, 4420.0, 4389.0, 4418.0, 4357.0, 4339.0, 4350.0, 4351.0, 4367.0, 4352.0, 4406.0, 4377.0, 4420.0, 4357.0, 4388.0, 4369.0, 4406.0, 4377.0, 4407.0, 4386.0, 4345.0, 4355.0, 4348.0, 4355.0, 4335.0, 4366.0, 4350.0, 4397.0, 4349.0, 4398.0, 4350.0, 4379.0, 4351.0, 4388.0, 4358.0, 4368.0, 4369.0, 4365.0, 4363.0, 4353.0, 4373.0, 4354.0, 4424.0, 4381.0, 4353.0, 4359.0, 4350.0, 4399.0, 4361.0, 4412.0, 4403.0, 4410.0, 4358.0, 4400.0, 4370.0, 4418.0, 4378.0, 4350.0, 4371.0, 4341.0, 4361.0, 4348.0, 4401.0, 4378.0, 4420.0, 4378.0, 4389.0, 4360.0, 4347.0, 4367.0, 4379.0, 4406.0, 4335.0, 4395.0, 4340.0, 4375.0, 4338.0, 4406.0, 4348.0, 4405.0, 4378.0, 4387.0, 4332.0, 4386.0, 4358.0, 4398.0, 4360.0, 4408.0, 4359.0, 4327.0, 4358.0, 4338.0, 4345.0, 4338.0, 4367.0, 4339.0, 4398.0, 4339.0, 4378.0, 4340.0, 4368.0, 4364.0, 4393.0, 4373.0, 4389.0, 4358.0, 4360.0, 4361.0, 4363.0, 4373.0, 4376.0, 4415.0, 4361.0, 4378.0, 4361.0, 4354.0, 4370.0, 4360.0, 4409.0, 4365.0, 4404.0, 4362.0, 4382.0, 4362.0, 4414.0, 4370.0, 4361.0, 4337.0, 4337.0, 4346.0, 4351.0, 4392.0, 4382.0, 4420.0, 4387.0, 4370.0, 4356.0, 4335.0, 4398.0, 4349.0, 4405.0, 4390.0, 4395.0, 4344.0, 4398.0, 4358.0, 4405.0, 4369.0, 4393.0, 4386.0, 4338.0, 4354.0, 4338.0, 4345.0, 4349.0, 4366.0, 4359.0, 4399.0, 4356.0, 4348.0, 4336.0, 4350.0, 4357.0, 4351.0, 4402.0, 4371.0, 4409.0, 4370.0, 4349.0, 4379.0], 'WindowWidth': [9784.0, 9735.0, 9711.0, 9667.0, 9689.0, 9664.0, 9725.0, 9677.0, 9674.0, 9713.0, 9660.0, 9695.0, 9657.0, 9704.0, 9678.0, 9718.0, 9675.0, 9646.0, 9673.0, 9619.0, 9659.0, 9647.0, 9699.0, 9663.0, 9699.0, 9675.0, 9630.0, 9662.0, 9634.0, 9639.0, 9650.0, 9675.0, 9653.0, 9689.0, 9638.0, 9636.0, 9620.0, 9652.0, 9666.0, 9681.0, 9732.0, 9704.0, 9655.0, 9644.0, 9672.0, 9683.0, 9674.0, 9726.0, 9703.0, 9679.0, 9665.0, 9642.0, 9678.0, 9646.0, 9643.0, 9699.0, 9655.0, 9700.0, 9694.0, 9687.0, 9634.0, 9618.0, 9663.0, 9654.0, 9704.0, 9678.0, 9618.0, 9661.0, 9622.0, 9675.0, 9633.0, 9687.0, 9652.0, 9616.0, 9658.0, 9635.0, 9657.0, 9635.0, 9638.0, 9636.0, 9636.0, 9665.0, 9639.0, 9651.0, 9640.0, 9654.0, 9646.0, 9660.0, 9685.0, 9666.0, 9645.0, 9647.0, 9649.0, 9659.0, 9682.0, 9715.0, 9665.0, 9665.0, 9662.0, 9674.0, 9671.0, 9664.0, 9717.0, 9668.0, 9663.0, 9654.0, 9678.0, 9664.0, 9669.0, 9720.0, 9670.0, 9680.0, 9708.0, 9664.0, 9701.0, 9664.0, 9714.0, 9665.0, 9730.0, 9704.0, 9674.0, 9717.0, 9662.0, 9699.0, 9660.0, 9711.0, 9686.0, 9707.0, 9697.0, 9707.0, 9655.0, 9640.0, 9671.0, 9643.0, 9671.0, 9660.0, 9712.0, 9656.0, 9707.0, 9670.0, 9654.0, 9646.0, 9638.0, 9671.0, 9638.0, 9680.0, 9657.0, 9707.0, 9671.0, 9641.0, 9644.0, 9651.0, 9687.0, 9678.0, 9714.0, 9677.0, 9713.0, 9674.0, 9646.0, 9659.0, 9662.0, 9715.0, 9678.0, 9725.0, 9696.0, 9640.0, 9670.0, 9639.0, 9682.0, 9639.0, 9707.0, 9668.0, 9717.0, 9669.0, 9640.0, 9642.0, 9661.0, 9658.0, 9651.0, 9725.0, 9689.0, 9657.0, 9658.0, 9660.0, 9684.0, 9662.0, 9711.0, 9686.0, 9718.0, 9654.0, 9639.0, 9656.0, 9641.0, 9670.0, 9656.0, 9707.0, 9671.0, 9655.0, 9643.0, 9640.0, 9656.0, 9654.0, 9711.0, 9663.0, 9703.0, 9648.0, 9686.0, 9636.0, 9671.0, 9641.0, 9703.0, 9677.0, 9696.0, 9620.0, 9619.0, 9626.0, 9635.0, 9669.0, 9644.0, 9679.0, 9640.0, 9658.0, 9681.0, 9658.0, 9694.0, 9618.0, 9515.0, 9554.0, 9697.0, 9655.0, 9645.0, 9638.0, 9698.0, 9632.0, 9597.0, 9713.0, 9682.0, 9658.0, 9725.0, 9709.0, 9694.0, 9696.0, 9630.0, 9659.0, 9604.0, 9598.0, 9667.0, 9621.0, 9714.0, 9652.0, 9609.0, 9646.0, 9625.0, 9666.0, 9614.0, 9618.0, 9676.0, 9594.0, 9678.0, 9596.0, 9695.0, 9612.0, 9653.0, 9641.0, 9618.0, 9693.0, 9621.0, 9718.0, 9685.0, 9643.0, 9625.0, 9619.0, 9629.0, 9634.0, 9664.0, 9646.0, 9735.0, 9713.0, 9729.0, 9716.0, 9737.0, 9667.0, 9707.0, 9670.0, 9681.0, 9691.0, 9641.0, 9661.0, 9602.0, 9663.0, 9612.0, 9638.0, 9595.0, 9628.0, 9585.0, 9574.0, 9639.0, 9579.0, 9629.0, 9595.0, 9587.0, 9607.0, 9612.0, 9636.0, 9623.0, 9606.0, 9623.0, 9608.0, 9605.0, 9598.0, 9650.0, 9631.0, 9691.0, 9619.0, 9612.0, 9612.0, 9622.0, 9632.0, 9636.0, 9677.0, 9652.0, 9635.0, 9641.0, 9637.0, 9650.0, 9641.0, 9702.0, 9649.0, 9690.0, 9661.0, 9617.0, 9694.0, 9614.0, 9684.0, 9655.0, 9653.0, 9641.0, 9645.0, 9691.0, 9620.0, 9687.0, 9621.0, 9664.0, 9632.0, 9696.0, 9636.0, 9687.0, 9642.0, 9618.0, 9641.0, 9631.0, 9638.0, 9640.0, 9669.0, 9631.0, 9699.0, 9634.0, 9696.0, 9635.0, 9648.0, 9648.0, 9654.0, 9660.0, 9635.0, 9666.0, 9644.0, 9670.0, 9669.0, 9702.0, 9652.0, 9640.0, 9659.0, 9643.0, 9668.0, 9645.0, 9709.0, 9661.0, 9714.0, 9686.0, 9710.0, 9632.0, 9714.0, 9645.0, 9714.0, 9671.0, 9685.0, 9640.0, 9639.0, 9646.0, 9617.0, 9658.0, 9620.0, 9687.0, 9623.0, 9689.0, 9631.0, 9686.0, 9640.0, 9718.0, 9691.0, 9671.0, 9665.0, 9641.0, 9680.0, 9633.0, 9624.0, 9709.0, 9646.0, 9712.0, 9639.0, 9707.0, 9666.0, 9615.0, 9689.0, 9629.0, 9693.0, 9625.0, 9715.0, 9671.0, 9696.0, 9678.0, 9629.0, 9659.0, 9621.0, 9684.0, 9630.0, 9694.0, 9692.0, 9664.0, 9650.0, 9620.0, 9629.0, 9637.0, 9646.0, 9642.0, 9721.0, 9646.0, 9646.0, 9606.0, 9620.0, 9638.0, 9606.0, 9660.0, 9606.0, 9669.0, 9609.0, 9646.0, 9664.0, 9643.0, 9705.0, 9642.0, 9683.0, 9619.0, 9692.0, 9640.0, 9685.0, 9651.0, 9615.0, 9689.0, 9621.0, 9702.0, 9635.0, 9725.0, 9694.0, 9716.0, 9649.0, 9618.0, 9618.0, 9611.0, 9634.0, 9625.0, 9682.0, 9641.0, 9659.0, 9612.0, 9622.0, 9636.0, 9645.0, 9662.0, 9651.0, 9705.0, 9647.0, 9632.0, 9658.0, 9647.0, 9744.0, 9705.0, 9730.0, 9688.0, 9660.0, 9687.0, 9642.0, 9703.0, 9659.0, 9731.0, 9695.0, 9734.0, 9684.0, 9681.0, 9641.0, 9617.0, 9638.0, 9626.0, 9704.0, 9662.0, 9708.0, 9626.0, 9693.0, 9616.0, 9695.0, 9647.0, 9616.0, 9644.0, 9634.0, 9645.0, 9665.0, 9678.0, 9641.0, 9713.0, 9644.0, 9656.0, 9621.0, 9639.0, 9650.0, 9625.0, 9696.0, 9626.0, 9619.0, 9610.0, 9631.0, 9663.0, 9631.0, 9706.0, 9666.0, 9690.0, 9640.0, 9613.0, 9640.0, 9615.0, 9695.0, 9639.0, 9689.0, 9631.0, 9689.0, 9606.0, 9679.0, 9633.0, 9638.0, 9621.0, 9627.0, 9690.0, 9610.0, 9680.0, 9617.0, 9651.0, 9610.0, 9670.0, 9634.0, 9678.0, 9608.0, 9616.0, 9611.0, 9623.0, 9662.0, 9633.0, 9700.0, 9645.0, 9624.0, 9621.0, 9640.0, 9645.0, 9637.0, 9697.0, 9661.0, 9707.0, 9653.0, 9653.0, 9624.0, 9606.0, 9667.0, 9616.0, 9694.0, 9673.0, 9686.0, 9628.0, 9668.0, 9645.0, 9668.0, 9704.0, 9652.0, 9713.0, 9671.0, 9692.0, 9653.0, 9695.0, 9653.0, 9678.0, 9692.0, 9619.0, 9675.0, 9608.0, 9673.0, 9636.0, 9646.0, 9690.0, 9603.0, 9692.0, 9628.0, 9672.0, 9635.0, 9629.0, 9667.0, 9598.0, 9696.0, 9623.0, 9637.0, 9623.0, 9609.0, 9699.0, 9652.0, 9669.0, 9667.0, 9620.0, 9655.0, 9648.0, 9624.0, 9668.0, 9630.0, 9712.0, 9625.0, 9619.0, 9643.0, 9638.0, 9703.0, 9630.0, 9624.0, 9646.0, 9639.0, 9667.0, 9653.0, 9636.0, 9669.0, 9643.0, 9672.0, 9640.0, 9647.0, 9638.0, 9628.0, 9703.0, 9634.0, 9703.0, 9636.0, 9702.0, 9639.0, 9692.0, 9692.0, 9664.0, 9703.0, 9645.0, 9645.0, 9627.0, 9655.0, 9641.0, 9670.0, 9631.0, 9611.0, 9663.0, 9657.0, 9705.0, 9654.0, 9713.0, 9675.0, 9695.0, 9665.0, 9685.0, 9627.0, 9667.0, 9650.0, 9642.0, 9648.0, 9646.0, 9712.0, 9634.0, 9686.0, 9645.0, 9616.0, 9659.0, 9629.0, 9714.0, 9691.0, 9707.0, 9641.0, 9679.0, 9641.0, 9660.0, 9656.0, 9645.0, 9694.0, 9620.0, 9687.0, 9653.0, 9685.0, 9657.0, 9708.0, 9669.0, 9707.0, 9623.0, 9601.0, 9615.0, 9618.0, 9638.0, 9622.0, 9688.0, 9650.0, 9709.0, 9623.0, 9664.0, 9640.0, 9688.0, 9651.0, 9689.0, 9661.0, 9603.0, 9618.0, 9611.0, 9618.0, 9591.0, 9634.0, 9616.0, 9675.0, 9613.0, 9677.0, 9616.0, 9653.0, 9619.0, 9665.0, 9628.0, 9639.0, 9641.0, 9645.0, 9638.0, 9626.0, 9652.0, 9628.0, 9719.0, 9660.0, 9624.0, 9628.0, 9617.0, 9682.0, 9632.0, 9701.0, 9689.0, 9694.0, 9624.0, 9681.0, 9644.0, 9707.0, 9652.0, 9614.0, 9643.0, 9604.0, 9630.0, 9613.0, 9684.0, 9652.0, 9709.0, 9651.0, 9665.0, 9627.0, 9608.0, 9636.0, 9651.0, 9687.0, 9589.0, 9668.0, 9598.0, 9642.0, 9596.0, 9686.0, 9608.0, 9681.0, 9648.0, 9656.0, 9583.0, 9657.0, 9622.0, 9675.0, 9628.0, 9690.0, 9623.0, 9580.0, 9621.0, 9595.0, 9602.0, 9597.0, 9634.0, 9600.0, 9676.0, 9598.0, 9649.0, 9602.0, 9638.0, 9641.0, 9679.0, 9651.0, 9670.0, 9627.0, 9634.0, 9639.0, 9642.0, 9651.0, 9659.0, 9713.0, 9637.0, 9654.0, 9637.0, 9628.0, 9644.0, 9630.0, 9695.0, 9646.0, 9694.0, 9636.0, 9661.0, 9639.0, 9710.0, 9646.0, 9629.0, 9595.0, 9594.0, 9606.0, 9620.0, 9675.0, 9662.0, 9711.0, 9663.0, 9642.0, 9621.0, 9591.0, 9678.0, 9614.0, 9686.0, 9667.0, 9668.0, 9601.0, 9675.0, 9624.0, 9684.0, 9639.0, 9665.0, 9659.0, 9594.0, 9614.0, 9595.0, 9603.0, 9612.0, 9634.0, 9627.0, 9678.0, 9620.0, 9610.0, 9596.0, 9618.0, 9626.0, 9620.0, 9687.0, 9646.0, 9696.0, 9643.0, 9617.0, 9657.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.043236183908045976</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.11550349183908047</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.80789452788261</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0043923513003452</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.8869908862140382</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4615</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5022.5762</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11823258992056804</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>81</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.310344827586206</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.826534972171832</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.745609661812292</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.87453974964745</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.859455505055754</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0045423</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.004846404306590557</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021897494792938232</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.181203820380012</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>19.5834</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.5673</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.1807</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306003.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>792.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.8969</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4503</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.2764</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3635.4269</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3870.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70541.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1371.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4628.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.5642</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>22.501898452755995</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> |