=== 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-0056 --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-0056",
"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-0056_ses-03_task-social_acq-mb8_run-05_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-0056_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0056_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0056_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0056_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0056_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0056_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0056_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0056_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-05_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-0056/ses-03/func/sub-0056_ses-03_task-social_acq-mb8_run-05_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>0a2fc9e5713953c2d5a6d70ed2b135db</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:03:56.582500</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.99926, 0.0375039, 0.00855082, -0.0378638, 0.998189, 0.0467499]</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.252</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-05_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.0842085</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4154, -7760, -7298, 819, -9, -353, 67, 57]</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>226.726</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a839b627-b664-4194-9f5a-cd67d76a3abc||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.680941343307495, -0.10158572345972061, 0.01831146515905857, 115.65644836425781], [-0.10062028467655182, 2.678067445755005, 0.1270054429769516, -95.5753173828125], [0.022941214963793755, -0.1254265308380127, 2.696949005126953, -76.30717468261719], [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': ['190356.582500', '190357.042500', '190357.502500', '190357.962500', '190358.422500', '190358.882500', '190359.342500', '190359.802500', '190400.262500', '190400.722500', '190401.182500', '190401.642500', '190402.102500', '190402.562500', '190403.022500', '190403.482500', '190403.942500', '190404.402500', '190404.862500', '190405.322500', '190405.782500', '190406.242500', '190406.702500', '190407.162500', '190407.622500', '190408.082500', '190408.542500', '190409.002500', '190409.462500', '190409.922500', '190410.382500', '190410.842500', '190411.302500', '190411.762500', '190412.222500', '190412.682500', '190413.142500', '190413.602500', '190414.062500', '190414.522500', '190414.982500', '190415.442500', '190415.902500', '190416.362500', '190416.822500', '190417.282500', '190417.742500', '190418.202500', '190418.662500', '190419.122500', '190419.582500', '190420.042500', '190420.502500', '190420.962500', '190421.422500', '190421.882500', '190422.342500', '190422.802500', '190423.262500', '190423.722500', '190424.182500', '190424.642500', '190425.102500', '190425.562500', '190426.022500', '190426.482500', '190426.942500', '190427.402500', '190427.862500', '190428.322500', '190428.782500', '190429.242500', '190429.702500', '190430.162500', '190430.622500', '190431.082500', '190431.542500', '190432.002500', '190432.462500', '190432.922500', '190433.382500', '190433.842500', '190434.302500', '190434.762500', '190435.222500', '190435.682500', '190436.142500', '190436.602500', '190437.062500', '190437.522500', '190437.982500', '190438.442500', '190438.902500', '190439.362500', '190439.822500', '190440.282500', '190440.742500', '190441.202500', '190441.662500', '190442.122500', '190442.582500', '190443.042500', '190443.502500', '190443.962500', '190444.422500', '190444.882500', '190445.342500', '190445.802500', '190446.262500', '190446.722500', '190447.182500', '190447.642500', '190448.102500', '190448.562500', '190449.022500', '190449.482500', '190449.942500', '190450.402500', '190450.862500', '190451.322500', '190451.782500', '190452.242500', '190452.702500', '190453.162500', '190453.622500', '190454.082500', '190454.542500', '190455.002500', '190455.462500', '190455.922500', '190456.382500', '190456.842500', '190457.302500', '190457.762500', '190458.222500', '190458.682500', '190459.142500', '190459.602500', '190500.062500', '190500.522500', '190500.982500', '190501.442500', '190501.902500', '190502.362500', '190502.822500', '190503.282500', '190503.742500', '190504.202500', '190504.662500', '190505.122500', '190505.582500', '190506.042500', '190506.502500', '190506.962500', '190507.422500', '190507.882500', '190508.342500', '190508.802500', '190509.262500', '190509.722500', '190510.182500', '190510.642500', '190511.102500', '190511.562500', '190512.022500', '190512.482500', '190512.942500', '190513.402500', '190513.862500', '190514.322500', '190514.782500', '190515.242500', '190515.702500', '190516.162500', '190516.622500', '190517.082500', '190517.542500', '190518.002500', '190518.462500', '190518.922500', '190519.382500', '190519.842500', '190520.302500', '190520.762500', '190521.222500', '190521.682500', '190522.142500', '190522.602500', '190523.062500', '190523.522500', '190523.982500', '190524.442500', '190524.902500', '190525.362500', '190525.822500', '190526.282500', '190526.742500', '190527.202500', '190527.662500', '190528.122500', '190528.582500', '190529.042500', '190529.502500', '190529.962500', '190530.422500', '190530.882500', '190531.342500', '190531.802500', '190532.262500', '190532.722500', '190533.182500', '190533.642500', '190534.102500', '190534.562500', '190535.022500', '190535.482500', '190535.942500', '190536.402500', '190536.862500', '190537.322500', '190537.782500', '190538.242500', '190538.702500', '190539.162500', '190539.622500', '190540.082500', '190540.542500', '190541.002500', '190541.462500', '190541.922500', '190542.382500', '190542.842500', '190543.302500', '190543.762500', '190544.222500', '190544.682500', '190545.142500', '190545.602500', '190546.062500', '190546.522500', '190546.982500', '190547.442500', '190547.902500', '190548.362500', '190548.822500', '190549.282500', '190549.742500', '190550.202500', '190550.662500', '190551.122500', '190551.582500', '190552.042500', '190552.502500', '190552.962500', '190553.422500', '190553.882500', '190554.342500', '190554.802500', '190555.262500', '190555.722500', '190556.182500', '190556.642500', '190557.102500', '190557.562500', '190558.022500', '190558.482500', '190558.942500', '190559.402500', '190559.862500', '190600.322500', '190600.782500', '190601.242500', '190601.702500', '190602.162500', '190602.622500', '190603.082500', '190603.542500', '190604.002500', '190604.462500', '190604.922500', '190605.382500', '190605.842500', '190606.302500', '190606.762500', '190607.222500', '190607.682500', '190608.142500', '190608.602500', '190609.062500', '190609.522500', '190609.982500', '190610.442500', '190610.902500', '190611.362500', '190611.822500', '190612.282500', '190612.742500', '190613.202500', '190613.662500', '190614.122500', '190614.582500', '190615.042500', '190615.502500', '190615.962500', '190616.422500', '190616.882500', '190617.342500', '190617.802500', '190618.262500', '190618.722500', '190619.182500', '190619.642500', '190620.102500', '190620.562500', '190621.022500', '190621.482500', '190621.942500', '190622.402500', '190622.862500', '190623.322500', '190623.782500', '190624.242500', '190624.702500', '190625.162500', '190625.622500', '190626.082500', '190626.542500', '190627.002500', '190627.462500', '190627.922500', '190628.382500', '190628.842500', '190629.302500', '190629.762500', '190630.222500', '190630.682500', '190631.142500', '190631.602500', '190632.062500', '190632.522500', '190632.982500', '190633.442500', '190633.902500', '190634.362500', '190634.822500', '190635.282500', '190635.742500', '190636.202500', '190636.662500', '190637.122500', '190637.582500', '190638.042500', '190638.502500', '190638.962500', '190639.422500', '190639.882500', '190640.342500', '190640.802500', '190641.262500', '190641.722500', '190642.182500', '190642.642500', '190643.102500', '190643.562500', '190644.022500', '190644.482500', '190644.942500', '190645.402500', '190645.862500', '190646.322500', '190646.782500', '190647.242500', '190647.702500', '190648.162500', '190648.622500', '190649.082500', '190649.542500', '190650.002500', '190650.462500', '190650.922500', '190651.382500', '190651.842500', '190652.302500', '190652.762500', '190653.222500', '190653.682500', '190654.142500', '190654.602500', '190655.062500', '190655.522500', '190655.982500', '190656.442500', '190656.902500', '190657.362500', '190657.822500', '190658.282500', '190658.742500', '190659.202500', '190659.662500', '190700.122500', '190700.582500', '190701.042500', '190701.502500', '190701.962500', '190702.422500', '190702.882500', '190703.342500', '190703.802500', '190704.262500', '190704.722500', '190705.182500', '190705.642500', '190706.102500', '190706.562500', '190707.022500', '190707.482500', '190707.942500', '190708.402500', '190708.862500', '190709.322500', '190709.782500', '190710.242500', '190710.702500', '190711.162500', '190711.622500', '190712.082500', '190712.542500', '190713.002500', '190713.462500', '190713.922500', '190714.382500', '190714.842500', '190715.302500', '190715.762500', '190716.222500', '190716.682500', '190717.142500', '190717.602500', '190718.062500', '190718.522500', '190718.982500', '190719.442500', '190719.902500', '190720.362500', '190720.822500', '190721.282500', '190721.742500', '190722.202500', '190722.662500', '190723.122500', '190723.582500', '190724.042500', '190724.502500', '190724.962500', '190725.422500', '190725.882500', '190726.342500', '190726.802500', '190727.262500', '190727.722500', '190728.182500', '190728.642500', '190729.102500', '190729.562500', '190730.022500', '190730.482500', '190730.942500', '190731.402500', '190731.862500', '190732.322500', '190732.782500', '190733.242500', '190733.702500', '190734.162500', '190734.622500', '190735.082500', '190735.542500', '190736.002500', '190736.462500', '190736.922500', '190737.382500', '190737.842500', '190738.302500', '190738.762500', '190739.222500', '190739.682500', '190740.142500', '190740.602500', '190741.062500', '190741.522500', '190741.982500', '190742.442500', '190742.902500', '190743.362500', '190743.822500', '190744.282500', '190744.742500', '190745.202500', '190745.662500', '190746.122500', '190746.582500', '190747.042500', '190747.502500', '190747.962500', '190748.422500', '190748.882500', '190749.342500', '190749.802500', '190750.262500', '190750.722500', '190751.182500', '190751.642500', '190752.102500', '190752.562500', '190753.022500', '190753.482500', '190753.942500', '190754.402500', '190754.862500', '190755.322500', '190755.782500', '190756.242500', '190756.702500', '190757.162500', '190757.622500', '190758.082500', '190758.542500', '190759.002500', '190759.462500', '190759.922500', '190800.382500', '190800.842500', '190801.302500', '190801.762500', '190802.222500', '190802.682500', '190803.142500', '190803.602500', '190804.062500', '190804.522500', '190804.982500', '190805.442500', '190805.902500', '190806.362500', '190806.822500', '190807.282500', '190807.742500', '190808.202500', '190808.662500', '190809.122500', '190809.582500', '190810.042500', '190810.502500', '190810.962500', '190811.422500', '190811.882500', '190812.342500', '190812.802500', '190813.262500', '190813.722500', '190814.182500', '190814.642500', '190815.102500', '190815.562500', '190816.022500', '190816.482500', '190816.942500', '190817.402500', '190817.862500', '190818.322500', '190818.782500', '190819.242500', '190819.702500', '190820.162500', '190820.622500', '190821.082500', '190821.542500', '190822.002500', '190822.462500', '190822.922500', '190823.382500', '190823.842500', '190824.302500', '190824.762500', '190825.222500', '190825.682500', '190826.142500', '190826.602500', '190827.062500', '190827.522500', '190827.982500', '190828.442500', '190828.902500', '190829.362500', '190829.822500', '190830.282500', '190830.742500', '190831.202500', '190831.662500', '190832.122500', '190832.582500', '190833.042500', '190833.502500', '190833.962500', '190834.422500', '190834.882500', '190835.342500', '190835.802500', '190836.262500', '190836.722500', '190837.182500', '190837.642500', '190838.102500', '190838.562500', '190839.022500', '190839.482500', '190839.942500', '190840.402500', '190840.862500', '190841.322500', '190841.782500', '190842.242500', '190842.702500', '190843.162500', '190843.622500', '190844.082500', '190844.542500', '190845.002500', '190845.462500', '190845.922500', '190846.382500', '190846.842500', '190847.302500', '190847.762500', '190848.222500', '190848.682500', '190849.142500', '190849.602500', '190850.062500', '190850.522500', '190850.982500', '190851.442500', '190851.902500', '190852.362500', '190852.822500', '190853.282500', '190853.742500', '190854.202500', '190854.662500', '190855.122500', '190855.582500', '190856.042500', '190856.502500', '190856.962500', '190857.422500', '190857.882500', '190858.342500', '190858.802500', '190859.262500', '190859.722500', '190900.182500', '190900.642500', '190901.102500', '190901.562500', '190902.022500', '190902.482500', '190902.942500', '190903.402500', '190903.862500', '190904.322500', '190904.782500', '190905.242500', '190905.702500', '190906.162500', '190906.622500', '190907.082500', '190907.542500', '190908.002500', '190908.462500', '190908.922500', '190909.382500', '190909.842500', '190910.302500', '190910.762500', '190911.222500', '190911.682500', '190912.142500', '190912.602500', '190913.062500', '190913.522500', '190913.982500', '190914.442500', '190914.902500', '190915.362500', '190915.822500', '190916.282500', '190916.742500', '190917.202500', '190917.662500', '190918.122500', '190918.582500', '190919.042500', '190919.502500', '190919.962500', '190920.422500', '190920.882500', '190921.342500', '190921.802500', '190922.262500', '190922.722500', '190923.182500', '190923.642500', '190924.102500', '190924.562500', '190925.022500', '190925.482500', '190925.942500', '190926.402500', '190926.862500', '190927.322500', '190927.782500', '190928.242500', '190928.702500', '190929.162500', '190929.622500', '190930.082500', '190930.542500', '190931.002500', '190931.462500', '190931.922500', '190932.382500', '190932.842500', '190933.302500', '190933.762500', '190934.222500', '190934.682500', '190935.142500', '190935.602500', '190936.062500', '190936.522500', '190936.982500', '190937.442500', '190937.902500', '190938.362500', '190938.822500', '190939.282500', '190939.742500', '190940.202500', '190940.662500', '190941.122500', '190941.582500', '190942.042500', '190942.502500', '190942.962500', '190943.422500', '190943.882500', '190944.342500', '190944.802500', '190945.262500', '190945.722500', '190946.182500', '190946.642500', '190947.102500', '190947.562500', '190948.022500', '190948.482500', '190948.942500', '190949.402500', '190949.862500', '190950.322500', '190950.782500', '190951.242500', '190951.702500', '190952.162500', '190952.622500', '190953.082500', '190953.542500', '190954.002500', '190954.462500', '190954.922500', '190955.382500', '190955.842500', '190956.302500', '190956.762500', '190957.222500', '190957.682500', '190958.142500', '190958.602500', '190959.062500', '190959.522500', '190959.982500', '191000.442500', '191000.902500', '191001.362500', '191001.822500', '191002.282500', '191002.742500', '191003.202500', '191003.662500', '191004.122500', '191004.582500', '191005.042500', '191005.502500', '191005.962500', '191006.422500', '191006.882500', '191007.342500', '191007.802500', '191008.262500', '191008.722500', '191009.182500', '191009.642500', '191010.102500', '191010.562500', '191011.022500', '191011.482500', '191011.942500', '191012.402500', '191012.862500', '191013.322500', '191013.782500', '191014.242500', '191014.702500', '191015.162500', '191015.622500', '191016.082500', '191016.542500', '191017.002500', '191017.462500', '191017.922500', '191018.382500', '191018.842500', '191019.302500', '191019.762500', '191020.222500', '191020.682500', '191021.142500', '191021.602500', '191022.062500', '191022.522500', '191022.982500', '191023.442500', '191023.902500', '191024.362500', '191024.822500', '191025.282500', '191025.742500', '191026.202500', '191026.662500', '191027.122500', '191027.582500', '191028.042500', '191028.502500', '191028.962500', '191029.422500', '191029.882500', '191030.342500', '191030.802500', '191031.262500', '191031.722500', '191032.182500', '191032.642500', '191033.102500', '191033.562500', '191034.022500', '191034.482500', '191034.942500', '191035.402500', '191035.862500', '191036.322500', '191036.782500', '191037.242500'], 'ContentTime': ['190416.802000', '190416.805000', '190416.808000', '190416.810000', '190416.813000', '190416.815000', '190416.818000', '190416.820000', '190416.823000', '190416.825000', '190416.828000', '190416.831000', '190416.833000', '190416.836000', '190416.839000', '190416.841000', '190416.844000', '190416.851000', '190416.853000', '190416.856000', '190416.858000', '190416.861000', '190416.864000', '190416.867000', '190416.870000', '190416.872000', '190416.875000', '190416.878000', '190416.881000', '190416.884000', '190416.886000', '190416.889000', '190416.892000', '190416.894000', '190416.897000', '190416.899000', '190416.902000', '190416.905000', '190416.907000', '190416.910000', '190416.912000', '190436.777000', '190436.779000', '190436.782000', '190436.784000', '190436.787000', '190436.790000', '190436.792000', '190436.795000', '190436.797000', '190436.800000', '190436.803000', '190436.805000', '190436.808000', '190436.810000', '190436.813000', '190436.815000', '190436.818000', '190436.820000', '190436.823000', '190436.826000', '190436.828000', '190436.831000', '190436.833000', '190436.836000', '190436.839000', '190436.841000', '190436.844000', '190436.846000', '190436.849000', '190436.852000', '190436.854000', '190436.857000', '190436.860000', '190436.862000', '190436.865000', '190436.867000', '190436.870000', '190436.872000', '190436.875000', '190436.877000', '190436.880000', '190436.883000', '190436.885000', '190436.888000', '190456.777000', '190456.779000', '190456.782000', '190456.785000', '190456.796000', '190456.798000', '190456.801000', '190456.803000', '190456.806000', '190456.808000', '190456.811000', '190456.814000', '190456.816000', '190456.819000', '190456.827000', '190456.829000', '190456.832000', '190456.835000', '190456.837000', '190456.840000', '190456.843000', '190456.845000', '190456.848000', '190456.850000', '190456.853000', '190456.855000', '190456.858000', '190456.861000', '190456.863000', '190456.866000', '190456.868000', '190456.871000', '190456.873000', '190456.876000', '190456.878000', '190456.881000', '190456.883000', '190456.886000', '190456.889000', '190456.891000', '190456.894000', '190456.897000', '190456.899000', '190516.777000', '190516.779000', '190516.782000', '190516.785000', '190516.787000', '190516.790000', '190516.792000', '190516.795000', '190516.798000', '190516.800000', '190516.803000', '190516.805000', '190516.808000', '190516.810000', '190516.813000', '190516.816000', '190516.818000', '190516.821000', '190516.823000', '190516.826000', '190516.829000', '190516.831000', '190516.834000', '190516.837000', '190516.839000', '190516.842000', '190516.844000', '190516.847000', '190516.850000', '190516.852000', '190516.860000', '190516.863000', '190516.866000', '190516.868000', '190516.871000', '190516.873000', '190516.876000', '190516.879000', '190516.881000', '190516.884000', '190516.886000', '190516.920000', '190516.922000', '190516.925000', '190536.776000', '190536.786000', '190536.788000', '190536.791000', '190536.793000', '190536.796000', '190536.799000', '190536.801000', '190536.804000', '190536.806000', '190536.809000', '190536.812000', '190536.814000', '190536.817000', '190536.819000', '190536.822000', '190536.824000', '190536.827000', '190536.830000', '190536.832000', '190536.835000', '190536.838000', '190536.840000', '190536.843000', '190536.845000', '190536.848000', '190536.851000', '190536.853000', '190536.856000', '190536.858000', '190536.861000', '190536.863000', '190536.866000', '190536.869000', '190536.871000', '190536.874000', '190536.877000', '190536.879000', '190536.882000', '190536.885000', '190536.887000', '190536.890000', '190536.893000', '190556.776000', '190556.779000', '190556.782000', '190556.784000', '190556.787000', '190556.790000', '190556.792000', '190556.795000', '190556.797000', '190556.800000', '190556.803000', '190556.805000', '190556.808000', '190556.810000', '190556.813000', '190556.816000', '190556.818000', '190556.821000', '190556.823000', '190556.826000', '190556.829000', '190556.831000', '190556.834000', '190556.836000', '190556.839000', '190556.842000', '190556.844000', '190556.847000', '190556.849000', '190556.852000', '190556.855000', '190556.858000', '190556.860000', '190556.863000', '190556.865000', '190556.868000', '190556.870000', '190556.873000', '190556.876000', '190556.878000', '190556.881000', '190556.883000', '190556.886000', '190556.893000', '190616.777000', '190616.779000', '190616.782000', '190616.785000', '190616.787000', '190616.790000', '190616.792000', '190616.795000', '190616.798000', '190616.800000', '190616.803000', '190616.805000', '190616.808000', '190616.811000', '190616.813000', '190616.816000', '190616.818000', '190616.821000', '190616.823000', '190616.826000', '190616.829000', '190616.831000', '190616.834000', '190616.838000', '190616.840000', '190616.843000', '190616.846000', '190616.848000', '190616.851000', '190616.853000', '190616.856000', '190616.859000', '190616.861000', '190616.864000', '190616.866000', '190616.869000', '190616.872000', '190616.874000', '190616.877000', '190616.880000', '190616.883000', '190616.885000', '190616.888000', '190636.776000', '190636.779000', '190636.782000', '190636.785000', '190636.787000', '190636.790000', '190636.793000', '190636.795000', '190636.798000', '190636.801000', '190636.803000', '190636.806000', '190636.808000', '190636.811000', '190636.813000', '190636.816000', '190636.819000', '190636.821000', '190636.824000', '190636.827000', '190636.829000', '190636.832000', '190636.834000', '190636.837000', '190636.840000', '190636.842000', '190636.845000', '190636.848000', '190636.850000', '190636.853000', '190636.855000', '190636.865000', '190636.867000', '190636.870000', '190636.873000', '190636.875000', '190636.878000', '190636.881000', '190636.883000', '190636.886000', '190636.888000', '190636.891000', '190636.894000', '190636.896000', '190656.777000', '190656.780000', '190656.782000', '190656.785000', '190656.787000', '190656.790000', '190656.793000', '190656.795000', '190656.798000', '190656.801000', '190656.803000', '190656.806000', '190656.808000', '190656.811000', '190656.813000', '190656.816000', '190656.819000', '190656.821000', '190656.824000', '190656.826000', '190656.829000', '190656.832000', '190656.845000', '190656.848000', '190656.850000', '190656.853000', '190656.855000', '190656.858000', '190656.861000', '190656.863000', '190656.866000', '190656.869000', '190656.871000', '190656.874000', '190656.876000', '190656.879000', '190656.882000', '190656.884000', '190656.887000', '190656.890000', '190656.892000', '190656.895000', '190656.897000', '190716.776000', '190716.779000', '190716.782000', '190716.785000', '190716.788000', '190716.790000', '190716.793000', '190716.796000', '190716.798000', '190716.801000', '190716.804000', '190716.806000', '190716.809000', '190716.811000', '190716.814000', '190716.817000', '190716.819000', '190716.822000', '190716.825000', '190716.827000', '190716.830000', '190716.832000', '190716.835000', '190716.838000', '190716.840000', '190716.843000', '190716.845000', '190716.848000', '190716.851000', '190716.853000', '190716.856000', '190716.859000', '190716.861000', '190716.864000', '190716.866000', '190716.869000', '190716.872000', '190716.874000', '190716.877000', '190716.879000', '190716.882000', '190716.885000', '190716.887000', '190736.776000', '190736.779000', '190736.782000', '190736.785000', '190736.787000', '190736.790000', '190736.793000', '190736.795000', '190736.798000', '190736.800000', '190736.803000', '190736.806000', '190736.808000', '190736.811000', '190736.813000', '190736.816000', '190736.819000', '190736.821000', '190736.824000', '190736.827000', '190736.829000', '190736.832000', '190736.834000', '190736.837000', '190736.840000', '190736.842000', '190736.845000', '190736.848000', '190736.850000', '190736.853000', '190736.855000', '190736.858000', '190736.860000', '190736.863000', '190736.866000', '190736.868000', '190736.871000', '190736.873000', '190736.876000', '190736.879000', '190736.881000', '190736.884000', '190736.886000', '190736.889000', '190756.776000', '190756.779000', '190756.782000', '190756.785000', '190756.787000', '190756.790000', '190756.792000', '190756.795000', '190756.798000', '190756.800000', '190756.803000', '190756.805000', '190756.808000', '190756.811000', '190756.814000', '190756.817000', '190756.819000', '190756.822000', '190756.824000', '190756.827000', '190756.830000', '190756.832000', '190756.835000', '190756.846000', '190756.848000', '190756.851000', '190756.854000', '190756.856000', '190756.859000', '190756.862000', '190756.864000', '190756.867000', '190756.869000', '190756.872000', '190756.875000', '190756.877000', '190756.880000', '190756.882000', '190756.885000', '190756.888000', '190756.890000', '190756.893000', '190756.895000', '190756.898000', '190816.777000', '190816.780000', '190816.782000', '190816.785000', '190816.787000', '190816.790000', '190816.793000', '190816.795000', '190816.798000', '190816.800000', '190816.803000', '190816.805000', '190816.808000', '190816.811000', '190816.813000', '190816.816000', '190816.818000', '190816.821000', '190816.824000', '190816.826000', '190816.829000', '190816.831000', '190816.834000', '190816.837000', '190816.839000', '190816.842000', '190816.844000', '190816.847000', '190816.850000', '190816.853000', '190816.855000', '190816.858000', '190816.860000', '190816.863000', '190816.866000', '190816.868000', '190816.871000', '190816.874000', '190816.876000', '190816.879000', '190816.881000', '190816.884000', '190816.887000', '190836.777000', '190836.779000', '190836.782000', '190836.785000', '190836.799000', '190836.801000', '190836.804000', '190836.806000', '190836.809000', '190836.812000', '190836.814000', '190836.817000', '190836.820000', '190836.822000', '190836.825000', '190836.827000', '190836.830000', '190836.833000', '190836.836000', '190836.838000', '190836.841000', '190836.844000', '190836.846000', '190836.849000', '190836.852000', '190836.854000', '190836.857000', '190836.859000', '190836.862000', '190836.865000', '190836.867000', '190836.870000', '190836.873000', '190836.875000', '190836.878000', '190836.880000', '190836.883000', '190836.886000', '190836.888000', '190836.891000', '190836.894000', '190836.896000', '190836.899000', '190856.776000', '190856.780000', '190856.782000', '190856.785000', '190856.787000', '190856.790000', '190856.793000', '190856.795000', '190856.798000', '190856.801000', '190856.803000', '190856.806000', '190856.808000', '190856.811000', '190856.814000', '190856.816000', '190856.819000', '190856.821000', '190856.824000', '190856.827000', '190856.829000', '190856.832000', '190856.834000', '190856.837000', '190856.840000', '190856.842000', '190856.845000', '190856.847000', '190856.850000', '190856.853000', '190856.855000', '190856.858000', '190856.861000', '190856.863000', '190856.866000', '190856.869000', '190856.871000', '190856.874000', '190856.876000', '190856.879000', '190856.882000', '190856.884000', '190856.887000', '190856.889000', '190916.776000', '190916.779000', '190916.782000', '190916.785000', '190916.787000', '190916.790000', '190916.792000', '190916.796000', '190916.799000', '190916.802000', '190916.804000', '190916.807000', '190916.809000', '190916.812000', '190916.815000', '190916.817000', '190916.820000', '190916.823000', '190916.825000', '190916.828000', '190916.830000', '190916.833000', '190916.836000', '190916.838000', '190916.841000', '190916.843000', '190916.846000', '190916.849000', '190916.852000', '190916.854000', '190916.857000', '190916.859000', '190916.862000', '190916.865000', '190916.867000', '190916.870000', '190916.873000', '190916.875000', '190916.878000', '190916.880000', '190916.883000', '190916.886000', '190916.888000', '190916.891000', '190936.777000', '190936.779000', '190936.782000', '190936.785000', '190936.788000', '190936.790000', '190936.793000', '190936.795000', '190936.798000', '190936.801000', '190936.803000', '190936.806000', '190936.809000', '190936.811000', '190936.814000', '190936.817000', '190936.819000', '190936.822000', '190936.824000', '190936.834000', '190936.837000', '190936.839000', '190936.842000', '190936.845000', '190936.847000', '190936.850000', '190936.852000', '190936.855000', '190936.858000', '190936.860000', '190936.863000', '190936.866000', '190936.868000', '190936.871000', '190936.873000', '190936.876000', '190936.879000', '190936.881000', '190936.884000', '190936.886000', '190936.889000', '190936.892000', '190936.894000', '190956.777000', '190956.779000', '190956.782000', '190956.785000', '190956.787000', '190956.790000', '190956.793000', '190956.795000', '190956.798000', '190956.801000', '190956.803000', '190956.806000', '190956.808000', '190956.811000', '190956.814000', '190956.818000', '190956.821000', '190956.823000', '190956.826000', '190956.828000', '190956.831000', '190956.834000', '190956.836000', '190956.839000', '190956.842000', '190956.844000', '190956.847000', '190956.849000', '190956.852000', '190956.876000', '190956.879000', '190956.881000', '190956.884000', '190956.887000', '190956.889000', '190956.892000', '190956.895000', '190956.897000', '190956.900000', '190956.902000', '190956.905000', '190956.908000', '190956.910000', '190956.913000', '191016.776000', '191016.779000', '191016.782000', '191016.785000', '191016.787000', '191016.790000', '191016.793000', '191016.795000', '191016.798000', '191016.800000', '191016.803000', '191016.805000', '191016.808000', '191016.811000', '191016.813000', '191016.816000', '191016.818000', '191016.821000', '191016.824000', '191016.826000', '191016.829000', '191016.831000', '191016.834000', '191016.837000', '191016.839000', '191016.842000', '191016.844000', '191016.847000', '191016.849000', '191016.852000', '191016.855000', '191016.857000', '191016.860000', '191016.862000', '191016.865000', '191016.868000', '191016.870000', '191016.873000', '191016.876000', '191016.878000', '191016.881000', '191016.883000', '191016.886000', '191036.776000', '191036.779000', '191036.782000', '191036.785000', '191036.787000', '191036.790000', '191036.793000', '191036.795000', '191036.798000', '191036.801000', '191036.803000', '191036.806000', '191036.809000', '191036.811000', '191036.814000', '191036.817000', '191036.819000', '191036.822000', '191036.825000', '191036.827000', '191036.830000', '191036.832000', '191036.835000', '191036.838000', '191036.841000', '191036.844000', '191036.846000', '191036.849000', '191036.852000', '191036.854000', '191036.857000', '191036.860000', '191036.862000', '191036.865000', '191036.867000', '191036.870000', '191036.873000', '191036.876000', '191036.878000', '191036.881000', '191036.884000', '191036.887000', '191036.890000', '191038.608000', '191038.611000', '191038.613000', '191038.616000', '191038.619000'], 'InstanceCreationTime': ['190416.802000', '190416.805000', '190416.808000', '190416.810000', '190416.813000', '190416.815000', '190416.818000', '190416.820000', '190416.823000', '190416.825000', '190416.828000', '190416.831000', '190416.833000', '190416.836000', '190416.839000', '190416.841000', '190416.844000', '190416.851000', '190416.853000', '190416.856000', '190416.858000', '190416.861000', '190416.864000', '190416.867000', '190416.870000', '190416.872000', '190416.875000', '190416.878000', '190416.881000', '190416.884000', '190416.886000', '190416.889000', '190416.892000', '190416.894000', '190416.897000', '190416.899000', '190416.902000', '190416.905000', '190416.907000', '190416.910000', '190416.912000', '190436.777000', '190436.779000', '190436.782000', '190436.784000', '190436.787000', '190436.790000', '190436.792000', '190436.795000', '190436.797000', '190436.800000', '190436.803000', '190436.805000', '190436.808000', '190436.810000', '190436.813000', '190436.815000', '190436.818000', '190436.820000', '190436.823000', '190436.826000', '190436.828000', '190436.831000', '190436.833000', '190436.836000', '190436.839000', '190436.841000', '190436.844000', '190436.846000', '190436.849000', '190436.852000', '190436.854000', '190436.857000', '190436.860000', '190436.862000', '190436.865000', '190436.867000', '190436.870000', '190436.872000', '190436.875000', '190436.877000', '190436.880000', '190436.883000', '190436.885000', '190436.888000', '190456.777000', '190456.779000', '190456.782000', '190456.785000', '190456.796000', '190456.798000', '190456.801000', '190456.803000', '190456.806000', '190456.808000', '190456.811000', '190456.814000', '190456.816000', '190456.819000', '190456.827000', '190456.829000', '190456.832000', '190456.835000', '190456.837000', '190456.840000', '190456.843000', '190456.845000', '190456.848000', '190456.850000', '190456.853000', '190456.855000', '190456.858000', '190456.861000', '190456.863000', '190456.866000', '190456.868000', '190456.871000', '190456.873000', '190456.876000', '190456.878000', '190456.881000', '190456.883000', '190456.886000', '190456.889000', '190456.891000', '190456.894000', '190456.897000', '190456.899000', '190516.777000', '190516.779000', '190516.782000', '190516.785000', '190516.787000', '190516.790000', '190516.792000', '190516.795000', '190516.798000', '190516.800000', '190516.803000', '190516.805000', '190516.808000', '190516.810000', '190516.813000', '190516.816000', '190516.818000', '190516.821000', '190516.823000', '190516.826000', '190516.829000', '190516.831000', '190516.834000', '190516.837000', '190516.839000', '190516.842000', '190516.844000', '190516.847000', '190516.850000', '190516.852000', '190516.860000', '190516.863000', '190516.866000', '190516.868000', '190516.871000', '190516.873000', '190516.876000', '190516.879000', '190516.881000', '190516.884000', '190516.886000', '190516.920000', '190516.922000', '190516.925000', '190536.776000', '190536.786000', '190536.788000', '190536.791000', '190536.793000', '190536.796000', '190536.799000', '190536.801000', '190536.804000', '190536.806000', '190536.809000', '190536.812000', '190536.814000', '190536.817000', '190536.819000', '190536.822000', '190536.824000', '190536.827000', '190536.830000', '190536.832000', '190536.835000', '190536.838000', '190536.840000', '190536.843000', '190536.845000', '190536.848000', '190536.851000', '190536.853000', '190536.856000', '190536.858000', '190536.861000', '190536.863000', '190536.866000', '190536.869000', '190536.871000', '190536.874000', '190536.877000', '190536.879000', '190536.882000', '190536.885000', '190536.887000', '190536.890000', '190536.893000', '190556.776000', '190556.779000', '190556.782000', '190556.784000', '190556.787000', '190556.790000', '190556.792000', '190556.795000', '190556.797000', '190556.800000', '190556.803000', '190556.805000', '190556.808000', '190556.810000', '190556.813000', '190556.816000', '190556.818000', '190556.821000', '190556.823000', '190556.826000', '190556.829000', '190556.831000', '190556.834000', '190556.836000', '190556.839000', '190556.842000', '190556.844000', '190556.847000', '190556.849000', '190556.852000', '190556.855000', '190556.858000', '190556.860000', '190556.863000', '190556.865000', '190556.868000', '190556.870000', '190556.873000', '190556.876000', '190556.878000', '190556.881000', '190556.883000', '190556.886000', '190556.893000', '190616.777000', '190616.779000', '190616.782000', '190616.785000', '190616.787000', '190616.790000', '190616.792000', '190616.795000', '190616.798000', '190616.800000', '190616.803000', '190616.805000', '190616.808000', '190616.811000', '190616.813000', '190616.816000', '190616.818000', '190616.821000', '190616.823000', '190616.826000', '190616.829000', '190616.831000', '190616.834000', '190616.838000', '190616.840000', '190616.843000', '190616.846000', '190616.848000', '190616.851000', '190616.853000', '190616.856000', '190616.859000', '190616.861000', '190616.864000', '190616.866000', '190616.869000', '190616.872000', '190616.874000', '190616.877000', '190616.880000', '190616.883000', '190616.885000', '190616.888000', '190636.776000', '190636.779000', '190636.782000', '190636.785000', '190636.787000', '190636.790000', '190636.793000', '190636.795000', '190636.798000', '190636.801000', '190636.803000', '190636.806000', '190636.808000', '190636.811000', '190636.813000', '190636.816000', '190636.819000', '190636.821000', '190636.824000', '190636.827000', '190636.829000', '190636.832000', '190636.834000', '190636.837000', '190636.840000', '190636.842000', '190636.845000', '190636.848000', '190636.850000', '190636.853000', '190636.855000', '190636.865000', '190636.867000', '190636.870000', '190636.873000', '190636.875000', '190636.878000', '190636.881000', '190636.883000', '190636.886000', '190636.888000', '190636.891000', '190636.894000', '190636.896000', '190656.777000', '190656.780000', '190656.782000', '190656.785000', '190656.787000', '190656.790000', '190656.793000', '190656.795000', '190656.798000', '190656.801000', '190656.803000', '190656.806000', '190656.808000', '190656.811000', '190656.813000', '190656.816000', '190656.819000', '190656.821000', '190656.824000', '190656.826000', '190656.829000', '190656.832000', '190656.845000', '190656.848000', '190656.850000', '190656.853000', '190656.855000', '190656.858000', '190656.861000', '190656.863000', '190656.866000', '190656.869000', '190656.871000', '190656.874000', '190656.876000', '190656.879000', '190656.882000', '190656.884000', '190656.887000', '190656.890000', '190656.892000', '190656.895000', '190656.897000', '190716.776000', '190716.779000', '190716.782000', '190716.785000', '190716.788000', '190716.790000', '190716.793000', '190716.796000', '190716.798000', '190716.801000', '190716.804000', '190716.806000', '190716.809000', '190716.811000', '190716.814000', '190716.817000', '190716.819000', '190716.822000', '190716.825000', '190716.827000', '190716.830000', '190716.832000', '190716.835000', '190716.838000', '190716.840000', '190716.843000', '190716.845000', '190716.848000', '190716.851000', '190716.853000', '190716.856000', '190716.859000', '190716.861000', '190716.864000', '190716.866000', '190716.869000', '190716.872000', '190716.874000', '190716.877000', '190716.879000', '190716.882000', '190716.885000', '190716.887000', '190736.776000', '190736.779000', '190736.782000', '190736.785000', '190736.787000', '190736.790000', '190736.793000', '190736.795000', '190736.798000', '190736.800000', '190736.803000', '190736.806000', '190736.808000', '190736.811000', '190736.813000', '190736.816000', '190736.819000', '190736.821000', '190736.824000', '190736.827000', '190736.829000', '190736.832000', '190736.834000', '190736.837000', '190736.840000', '190736.842000', '190736.845000', '190736.848000', '190736.850000', '190736.853000', '190736.855000', '190736.858000', '190736.860000', '190736.863000', '190736.866000', '190736.868000', '190736.871000', '190736.873000', '190736.876000', '190736.879000', '190736.881000', '190736.884000', '190736.886000', '190736.889000', '190756.776000', '190756.779000', '190756.782000', '190756.785000', '190756.787000', '190756.790000', '190756.792000', '190756.795000', '190756.798000', '190756.800000', '190756.803000', '190756.805000', '190756.808000', '190756.811000', '190756.814000', '190756.817000', '190756.819000', '190756.822000', '190756.824000', '190756.827000', '190756.830000', '190756.832000', '190756.835000', '190756.846000', '190756.848000', '190756.851000', '190756.854000', '190756.856000', '190756.859000', '190756.862000', '190756.864000', '190756.867000', '190756.869000', '190756.872000', '190756.875000', '190756.877000', '190756.880000', '190756.882000', '190756.885000', '190756.888000', '190756.890000', '190756.893000', '190756.895000', '190756.898000', '190816.777000', '190816.780000', '190816.782000', '190816.785000', '190816.787000', '190816.790000', '190816.793000', '190816.795000', '190816.798000', '190816.800000', '190816.803000', '190816.805000', '190816.808000', '190816.811000', '190816.813000', '190816.816000', '190816.818000', '190816.821000', '190816.824000', '190816.826000', '190816.829000', '190816.831000', '190816.834000', '190816.837000', '190816.839000', '190816.842000', '190816.844000', '190816.847000', '190816.850000', '190816.853000', '190816.855000', '190816.858000', '190816.860000', '190816.863000', '190816.866000', '190816.868000', '190816.871000', '190816.874000', '190816.876000', '190816.879000', '190816.881000', '190816.884000', '190816.887000', '190836.777000', '190836.779000', '190836.782000', '190836.785000', '190836.799000', '190836.801000', '190836.804000', '190836.806000', '190836.809000', '190836.812000', '190836.814000', '190836.817000', '190836.820000', '190836.822000', '190836.825000', '190836.827000', '190836.830000', '190836.833000', '190836.836000', '190836.838000', '190836.841000', '190836.844000', '190836.846000', '190836.849000', '190836.852000', '190836.854000', '190836.857000', '190836.859000', '190836.862000', '190836.865000', '190836.867000', '190836.870000', '190836.873000', '190836.875000', '190836.878000', '190836.880000', '190836.883000', '190836.886000', '190836.888000', '190836.891000', '190836.894000', '190836.896000', '190836.899000', '190856.776000', '190856.780000', '190856.782000', '190856.785000', '190856.787000', '190856.790000', '190856.793000', '190856.795000', '190856.798000', '190856.801000', '190856.803000', '190856.806000', '190856.808000', '190856.811000', '190856.814000', '190856.816000', '190856.819000', '190856.821000', '190856.824000', '190856.827000', '190856.829000', '190856.832000', '190856.834000', '190856.837000', '190856.840000', '190856.842000', '190856.845000', '190856.847000', '190856.850000', '190856.853000', '190856.855000', '190856.858000', '190856.861000', '190856.863000', '190856.866000', '190856.869000', '190856.871000', '190856.874000', '190856.876000', '190856.879000', '190856.882000', '190856.884000', '190856.887000', '190856.889000', '190916.776000', '190916.779000', '190916.782000', '190916.785000', '190916.787000', '190916.790000', '190916.792000', '190916.796000', '190916.799000', '190916.802000', '190916.804000', '190916.807000', '190916.809000', '190916.812000', '190916.815000', '190916.817000', '190916.820000', '190916.823000', '190916.825000', '190916.828000', '190916.830000', '190916.833000', '190916.836000', '190916.838000', '190916.841000', '190916.843000', '190916.846000', '190916.849000', '190916.852000', '190916.854000', '190916.857000', '190916.859000', '190916.862000', '190916.865000', '190916.867000', '190916.870000', '190916.873000', '190916.875000', '190916.878000', '190916.880000', '190916.883000', '190916.886000', '190916.888000', '190916.891000', '190936.777000', '190936.779000', '190936.782000', '190936.785000', '190936.788000', '190936.790000', '190936.793000', '190936.795000', '190936.798000', '190936.801000', '190936.803000', '190936.806000', '190936.809000', '190936.811000', '190936.814000', '190936.817000', '190936.819000', '190936.822000', '190936.824000', '190936.834000', '190936.837000', '190936.839000', '190936.842000', '190936.845000', '190936.847000', '190936.850000', '190936.852000', '190936.855000', '190936.858000', '190936.860000', '190936.863000', '190936.866000', '190936.868000', '190936.871000', '190936.873000', '190936.876000', '190936.879000', '190936.881000', '190936.884000', '190936.886000', '190936.889000', '190936.892000', '190936.894000', '190956.777000', '190956.779000', '190956.782000', '190956.785000', '190956.787000', '190956.790000', '190956.793000', '190956.795000', '190956.798000', '190956.801000', '190956.803000', '190956.806000', '190956.808000', '190956.811000', '190956.814000', '190956.818000', '190956.821000', '190956.823000', '190956.826000', '190956.828000', '190956.831000', '190956.834000', '190956.836000', '190956.839000', '190956.842000', '190956.844000', '190956.847000', '190956.849000', '190956.852000', '190956.876000', '190956.879000', '190956.881000', '190956.884000', '190956.887000', '190956.889000', '190956.892000', '190956.895000', '190956.897000', '190956.900000', '190956.902000', '190956.905000', '190956.908000', '190956.910000', '190956.913000', '191016.776000', '191016.779000', '191016.782000', '191016.785000', '191016.787000', '191016.790000', '191016.793000', '191016.795000', '191016.798000', '191016.800000', '191016.803000', '191016.805000', '191016.808000', '191016.811000', '191016.813000', '191016.816000', '191016.818000', '191016.821000', '191016.824000', '191016.826000', '191016.829000', '191016.831000', '191016.834000', '191016.837000', '191016.839000', '191016.842000', '191016.844000', '191016.847000', '191016.849000', '191016.852000', '191016.855000', '191016.857000', '191016.860000', '191016.862000', '191016.865000', '191016.868000', '191016.870000', '191016.873000', '191016.876000', '191016.878000', '191016.881000', '191016.883000', '191016.886000', '191036.776000', '191036.779000', '191036.782000', '191036.785000', '191036.787000', '191036.790000', '191036.793000', '191036.795000', '191036.798000', '191036.801000', '191036.803000', '191036.806000', '191036.809000', '191036.811000', '191036.814000', '191036.817000', '191036.819000', '191036.822000', '191036.825000', '191036.827000', '191036.830000', '191036.832000', '191036.835000', '191036.838000', '191036.841000', '191036.844000', '191036.846000', '191036.849000', '191036.852000', '191036.854000', '191036.857000', '191036.860000', '191036.862000', '191036.865000', '191036.867000', '191036.870000', '191036.873000', '191036.876000', '191036.878000', '191036.881000', '191036.884000', '191036.887000', '191036.890000', '191038.608000', '191038.611000', '191038.613000', '191038.616000', '191038.619000'], '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': [7422, 8113, 7238, 7611, 7493, 6298, 7301, 6268, 6833, 7178, 6606, 7194, 7299, 7265, 6787, 7425, 6324, 7394, 6272, 6583, 6254, 6992, 7428, 6597, 7335, 6527, 7189, 7078, 6993, 7262, 7400, 6740, 7515, 7221, 7431, 7586, 7465, 7735, 7734, 6588, 7661, 7061, 7457, 7221, 7692, 7018, 7475, 6805, 7232, 6598, 7246, 6880, 6612, 7281, 8037, 7126, 7747, 7124, 7774, 7170, 7403, 7370, 6869, 7363, 6294, 7121, 6580, 6937, 7037, 6862, 7032, 6784, 7135, 7350, 7309, 7409, 7275, 6712, 7317, 6590, 7407, 6531, 7202, 6221, 7129, 7269, 6740, 7330, 6603, 7159, 7361, 7517, 7311, 7499, 6719, 7499, 6733, 7584, 6292, 7072, 6351, 7113, 6308, 7078, 7134, 6816, 7343, 8491, 7115, 7813, 7337, 7543, 7542, 6363, 7049, 6156, 6856, 7041, 6980, 7026, 6581, 7103, 6448, 7109, 7072, 7226, 7239, 7407, 7148, 7444, 6281, 7136, 6985, 6864, 6996, 6629, 7218, 6548, 7128, 6498, 7139, 7007, 7102, 7065, 7484, 6427, 7163, 6298, 7319, 6198, 7046, 7046, 6866, 7325, 6342, 7191, 6715, 7193, 6651, 7094, 6819, 7303, 7773, 7267, 7576, 7293, 7836, 7470, 6574, 7045, 6985, 6778, 6999, 6674, 7367, 7079, 7291, 7142, 7374, 6842, 7386, 6563, 7458, 6325, 6934, 6323, 6797, 7180, 6801, 7196, 8232, 7253, 7220, 7393, 6840, 7387, 6175, 7494, 6409, 7301, 6518, 7625, 6399, 7222, 7198, 6929, 7307, 6638, 7122, 8652, 7184, 6903, 7367, 6297, 7642, 6297, 7461, 6375, 7220, 6316, 7337, 6164, 6825, 7288, 8280, 7418, 7838, 7412, 7964, 7424, 6575, 7286, 6690, 7460, 7221, 7543, 6452, 7406, 6583, 7728, 6501, 7001, 7172, 7292, 7154, 7454, 7237, 7656, 7288, 7120, 7465, 6831, 7573, 6623, 7239, 6971, 6769, 7022, 6611, 7173, 6576, 7052, 7464, 7160, 6934, 7323, 7227, 7586, 6603, 7388, 6845, 7298, 7203, 7111, 7419, 8071, 7338, 7522, 7390, 7201, 7735, 6212, 7544, 7039, 6980, 7113, 6985, 6976, 6877, 7299, 7395, 7251, 7209, 7500, 7152, 7366, 6886, 7220, 7167, 7392, 6844, 7410, 6502, 7228, 6227, 6640, 6357, 6897, 6996, 6792, 7303, 7487, 6880, 7084, 7150, 7310, 7213, 6580, 7274, 6608, 6690, 7030, 7443, 6711, 7139, 6658, 7073, 7981, 6929, 8282, 6973, 8560, 7261, 7675, 7050, 7161, 6857, 6813, 6598, 6932, 6475, 6975, 6542, 6845, 6199, 6763, 6291, 6925, 7301, 7149, 7107, 7074, 6790, 7184, 6580, 6620, 7000, 7428, 7052, 8240, 7051, 7464, 7262, 6650, 6955, 6616, 6543, 6884, 6539, 6985, 6509, 6955, 6972, 6990, 7008, 7264, 6780, 7237, 6459, 7090, 6079, 6826, 6829, 6883, 7059, 7106, 7090, 7434, 7200, 7395, 7413, 6512, 7042, 6196, 6957, 6220, 7107, 7199, 6662, 7276, 7082, 7149, 7075, 7054, 7280, 7158, 7256, 7498, 7323, 7342, 6782, 7387, 6201, 6921, 7035, 6892, 7146, 6830, 7173, 6724, 7196, 7181, 7256, 7120, 7270, 6951, 7237, 6816, 7537, 6736, 7576, 6384, 7354, 7130, 6852, 7129, 7003, 7164, 7295, 7302, 6577, 7357, 6532, 7658, 6670, 7227, 6418, 6814, 6508, 7077, 6441, 6977, 7121, 6539, 7059, 7410, 7145, 8206, 7426, 6935, 7615, 6490, 7551, 6508, 7099, 6198, 6868, 7281, 6647, 6961, 6610, 6862, 6804, 6949, 6634, 6726, 6727, 6324, 6850, 7189, 6682, 7242, 8263, 7107, 7839, 7210, 7343, 7262, 7251, 7120, 7187, 7371, 7159, 7461, 6904, 7210, 7004, 7619, 6870, 7355, 6276, 6745, 7030, 6989, 6913, 6928, 7203, 7377, 7170, 7244, 7065, 7117, 7407, 6890, 7417, 6790, 7562, 6783, 7727, 7081, 7674, 6435, 7098, 6433, 7434, 6942, 7143, 7262, 8513, 7096, 7826, 7289, 6974, 7450, 6743, 7275, 6538, 7553, 6353, 7292, 7044, 6763, 7240, 6785, 7387, 6734, 7121, 7447, 7276, 7124, 7272, 6979, 7414, 6922, 7636, 6723, 7393, 6519, 7210, 6453, 6740, 6458, 7103, 6605, 6866, 7097, 6716, 7327, 7174, 7252, 9316, 7278, 8254, 7365, 7059, 7232, 6465, 6813, 7224, 6694, 6914, 6594, 6940, 6685, 7084, 6686, 7139, 7273, 7153, 7430, 6972, 7445, 7364, 7010, 6936, 6997, 8724, 7052, 7021, 7262, 7016, 7352, 6761, 7250, 6832, 7392, 6905, 7685, 6646, 7490, 6833, 7402, 6473, 7215, 7372, 9034, 7194, 8002, 7211, 7645, 7461, 6560, 7340, 6215, 7067, 6536, 7195, 7242, 7642, 7180, 7707, 7316, 7016, 7471, 6173, 6934, 7147, 6723, 7219, 6980, 7050, 7164, 7328, 6911, 7538, 6417, 7447, 6107, 7073, 7179, 7047, 7037, 7764, 7197, 7033, 7443, 6510, 7462, 6479, 7376, 6666, 7198, 6342, 6774, 7177, 6804, 7171, 6437, 7097, 7490, 7320, 7103, 7426, 6651, 7619, 6683, 7448, 6431, 6830, 6946, 7008, 7297, 7497, 7372, 7556, 7537, 6864, 7510, 6537, 7623, 6252, 6923, 6973, 6887, 7189, 6356, 6854, 7413, 7312, 6829, 7492, 6843, 7300, 6854, 6231, 7132, 7383, 7531, 7375, 7868, 7373, 6878, 7510, 7111, 7332, 7866, 7385, 7347, 7423, 7314, 7388, 6876, 7521, 6983, 7506, 7218, 7713, 6967, 7557, 6742, 7608, 6863, 7550, 6216, 7221, 7123, 7290, 7326, 7258, 7414, 6739, 7409, 7413, 7485, 7560, 7354, 7139, 7398, 6922, 7607, 6822, 7391, 6411, 7282, 7197, 8055, 7011, 8018, 7272, 7030, 7418, 6360, 7257, 6265, 7107, 6917, 7010, 7398, 6812, 7220, 7097, 7126, 7062, 7398, 6703, 7721, 6690, 7589, 6637, 7715, 6553, 7506, 6442, 7504, 6497, 7286, 7132, 7036, 7400, 8394, 7125, 8098, 7437, 7444, 7583, 7286, 7574, 7260, 7518, 6676, 7605, 6746, 7583, 6552, 7520, 6316, 7144, 7308, 6815, 7301, 6807, 7357, 7880, 7189, 7064, 7156, 6903, 7314, 6950, 7507, 6312, 7348, 6259, 7030, 6515, 7157, 7219, 6727, 7218, 7025, 7261, 7341, 7175, 7042, 7424, 6893, 7630, 7151, 7647, 7091, 7621, 6465, 7313, 7342, 7020, 7186, 6999, 7346, 7125, 7356, 7129, 7522, 6562, 7690, 6458, 7499, 6322, 6982, 7282, 6994, 7127, 7943, 7189, 6604, 7483, 6529, 7633, 6452, 7598, 6397, 7404, 6591], 'WindowCenter': [3766.0, 3763.0, 3739.0, 3738.0, 3725.0, 3713.0, 3724.0, 3713.0, 3711.0, 3723.0, 3712.0, 3722.0, 3722.0, 3722.0, 3712.0, 3722.0, 3712.0, 3721.0, 3714.0, 3713.0, 3713.0, 3724.0, 3735.0, 3725.0, 3735.0, 3713.0, 3736.0, 3736.0, 3735.0, 3736.0, 3736.0, 3724.0, 3737.0, 3736.0, 3737.0, 3735.0, 3736.0, 3735.0, 3735.0, 3724.0, 3735.0, 3724.0, 3735.0, 3734.0, 3734.0, 3725.0, 3734.0, 3724.0, 3734.0, 3723.0, 3733.0, 3724.0, 3723.0, 3734.0, 3733.0, 3724.0, 3733.0, 3724.0, 3734.0, 3724.0, 3723.0, 3723.0, 3711.0, 3723.0, 3711.0, 3723.0, 3711.0, 3722.0, 3723.0, 3712.0, 3722.0, 3712.0, 3722.0, 3721.0, 3723.0, 3722.0, 3722.0, 3711.0, 3722.0, 3712.0, 3723.0, 3713.0, 3733.0, 3703.0, 3723.0, 3733.0, 3723.0, 3733.0, 3723.0, 3722.0, 3733.0, 3733.0, 3723.0, 3724.0, 3712.0, 3723.0, 3712.0, 3733.0, 3712.0, 3723.0, 3713.0, 3722.0, 3713.0, 3724.0, 3724.0, 3713.0, 3724.0, 3745.0, 3722.0, 3733.0, 3721.0, 3722.0, 3723.0, 3711.0, 3723.0, 3702.0, 3712.0, 3722.0, 3722.0, 3721.0, 3711.0, 3723.0, 3712.0, 3724.0, 3722.0, 3733.0, 3733.0, 3735.0, 3723.0, 3721.0, 3712.0, 3721.0, 3720.0, 3710.0, 3722.0, 3711.0, 3722.0, 3712.0, 3722.0, 3712.0, 3722.0, 3722.0, 3722.0, 3722.0, 3724.0, 3711.0, 3723.0, 3712.0, 3722.0, 3701.0, 3723.0, 3724.0, 3713.0, 3733.0, 3712.0, 3723.0, 3713.0, 3723.0, 3713.0, 3723.0, 3722.0, 3734.0, 3734.0, 3733.0, 3734.0, 3723.0, 3733.0, 3724.0, 3711.0, 3721.0, 3722.0, 3711.0, 3722.0, 3710.0, 3721.0, 3722.0, 3721.0, 3722.0, 3723.0, 3712.0, 3722.0, 3712.0, 3722.0, 3713.0, 3723.0, 3712.0, 3712.0, 3722.0, 3711.0, 3721.0, 3732.0, 3724.0, 3722.0, 3722.0, 3713.0, 3723.0, 3700.0, 3733.0, 3713.0, 3733.0, 3713.0, 3735.0, 3714.0, 3735.0, 3736.0, 3724.0, 3733.0, 3723.0, 3724.0, 3743.0, 3722.0, 3721.0, 3721.0, 3709.0, 3733.0, 3711.0, 3723.0, 3713.0, 3734.0, 3715.0, 3734.0, 3714.0, 3724.0, 3735.0, 3745.0, 3736.0, 3735.0, 3734.0, 3735.0, 3735.0, 3723.0, 3734.0, 3725.0, 3734.0, 3734.0, 3734.0, 3714.0, 3734.0, 3725.0, 3734.0, 3713.0, 3723.0, 3737.0, 3737.0, 3725.0, 3723.0, 3732.0, 3734.0, 3724.0, 3722.0, 3723.0, 3724.0, 3734.0, 3712.0, 3724.0, 3723.0, 3723.0, 3723.0, 3712.0, 3723.0, 3723.0, 3723.0, 3723.0, 3723.0, 3723.0, 3733.0, 3722.0, 3734.0, 3712.0, 3723.0, 3712.0, 3722.0, 3722.0, 3723.0, 3722.0, 3721.0, 3721.0, 3720.0, 3721.0, 3709.0, 3719.0, 3699.0, 3720.0, 3712.0, 3711.0, 3710.0, 3712.0, 3710.0, 3710.0, 3723.0, 3721.0, 3722.0, 3722.0, 3721.0, 3722.0, 3722.0, 3721.0, 3722.0, 3722.0, 3722.0, 3712.0, 3722.0, 3701.0, 3722.0, 3700.0, 3712.0, 3711.0, 3722.0, 3722.0, 3711.0, 3723.0, 3721.0, 3722.0, 3721.0, 3721.0, 3721.0, 3721.0, 3710.0, 3723.0, 3711.0, 3712.0, 3722.0, 3722.0, 3723.0, 3723.0, 3726.0, 3736.0, 3747.0, 3737.0, 3746.0, 3725.0, 3745.0, 3734.0, 3734.0, 3723.0, 3724.0, 3713.0, 3711.0, 3711.0, 3710.0, 3700.0, 3711.0, 3699.0, 3711.0, 3701.0, 3711.0, 3710.0, 3723.0, 3734.0, 3724.0, 3724.0, 3725.0, 3724.0, 3725.0, 3724.0, 3724.0, 3724.0, 3722.0, 3723.0, 3733.0, 3721.0, 3721.0, 3721.0, 3711.0, 3710.0, 3711.0, 3710.0, 3722.0, 3710.0, 3722.0, 3701.0, 3723.0, 3721.0, 3723.0, 3723.0, 3722.0, 3711.0, 3734.0, 3713.0, 3722.0, 3714.0, 3712.0, 3712.0, 3722.0, 3722.0, 3723.0, 3722.0, 3722.0, 3723.0, 3722.0, 3723.0, 3701.0, 3721.0, 3701.0, 3711.0, 3699.0, 3723.0, 3722.0, 3722.0, 3734.0, 3723.0, 3724.0, 3724.0, 3723.0, 3723.0, 3724.0, 3734.0, 3723.0, 3724.0, 3722.0, 3712.0, 3722.0, 3700.0, 3722.0, 3723.0, 3711.0, 3723.0, 3712.0, 3723.0, 3710.0, 3722.0, 3723.0, 3722.0, 3723.0, 3724.0, 3722.0, 3723.0, 3713.0, 3732.0, 3711.0, 3732.0, 3711.0, 3724.0, 3724.0, 3712.0, 3723.0, 3711.0, 3711.0, 3721.0, 3722.0, 3711.0, 3722.0, 3711.0, 3723.0, 3710.0, 3722.0, 3712.0, 3713.0, 3712.0, 3723.0, 3712.0, 3722.0, 3723.0, 3712.0, 3723.0, 3724.0, 3723.0, 3744.0, 3722.0, 3723.0, 3733.0, 3711.0, 3734.0, 3712.0, 3723.0, 3713.0, 3723.0, 3734.0, 3724.0, 3725.0, 3712.0, 3711.0, 3723.0, 3724.0, 3724.0, 3724.0, 3725.0, 3715.0, 3725.0, 3724.0, 3712.0, 3725.0, 3734.0, 3726.0, 3735.0, 3724.0, 3723.0, 3735.0, 3724.0, 3723.0, 3722.0, 3734.0, 3724.0, 3735.0, 3725.0, 3735.0, 3724.0, 3734.0, 3724.0, 3734.0, 3713.0, 3714.0, 3724.0, 3723.0, 3712.0, 3721.0, 3722.0, 3722.0, 3721.0, 3722.0, 3722.0, 3711.0, 3723.0, 3722.0, 3733.0, 3712.0, 3734.0, 3724.0, 3734.0, 3724.0, 3733.0, 3714.0, 3725.0, 3713.0, 3733.0, 3725.0, 3722.0, 3734.0, 3743.0, 3724.0, 3733.0, 3722.0, 3722.0, 3723.0, 3713.0, 3724.0, 3712.0, 3734.0, 3713.0, 3733.0, 3723.0, 3723.0, 3724.0, 3724.0, 3734.0, 3723.0, 3725.0, 3724.0, 3735.0, 3723.0, 3735.0, 3724.0, 3735.0, 3724.0, 3735.0, 3714.0, 3734.0, 3713.0, 3736.0, 3713.0, 3723.0, 3713.0, 3724.0, 3724.0, 3726.0, 3736.0, 3725.0, 3735.0, 3725.0, 3736.0, 3756.0, 3725.0, 3734.0, 3722.0, 3721.0, 3722.0, 3712.0, 3712.0, 3722.0, 3712.0, 3723.0, 3711.0, 3722.0, 3721.0, 3723.0, 3723.0, 3725.0, 3735.0, 3723.0, 3722.0, 3723.0, 3724.0, 3735.0, 3724.0, 3722.0, 3723.0, 3732.0, 3712.0, 3711.0, 3722.0, 3710.0, 3722.0, 3713.0, 3734.0, 3712.0, 3733.0, 3725.0, 3747.0, 3724.0, 3735.0, 3724.0, 3735.0, 3715.0, 3734.0, 3735.0, 3745.0, 3724.0, 3733.0, 3722.0, 3722.0, 3722.0, 3711.0, 3724.0, 3711.0, 3722.0, 3712.0, 3724.0, 3723.0, 3732.0, 3723.0, 3733.0, 3722.0, 3721.0, 3722.0, 3700.0, 3722.0, 3722.0, 3710.0, 3722.0, 3712.0, 3722.0, 3721.0, 3722.0, 3723.0, 3733.0, 3711.0, 3722.0, 3700.0, 3723.0, 3723.0, 3723.0, 3721.0, 3721.0, 3723.0, 3711.0, 3722.0, 3711.0, 3722.0, 3712.0, 3722.0, 3712.0, 3725.0, 3713.0, 3725.0, 3724.0, 3724.0, 3723.0, 3712.0, 3725.0, 3734.0, 3734.0, 3724.0, 3735.0, 3724.0, 3735.0, 3725.0, 3734.0, 3714.0, 3724.0, 3723.0, 3723.0, 3734.0, 3724.0, 3723.0, 3733.0, 3733.0, 3712.0, 3723.0, 3712.0, 3734.0, 3713.0, 3723.0, 3723.0, 3722.0, 3724.0, 3712.0, 3712.0, 3723.0, 3735.0, 3724.0, 3736.0, 3725.0, 3735.0, 3724.0, 3713.0, 3724.0, 3735.0, 3735.0, 3734.0, 3735.0, 3734.0, 3713.0, 3735.0, 3724.0, 3735.0, 3734.0, 3724.0, 3722.0, 3724.0, 3724.0, 3723.0, 3712.0, 3733.0, 3722.0, 3724.0, 3724.0, 3735.0, 3722.0, 3735.0, 3724.0, 3735.0, 3713.0, 3734.0, 3703.0, 3723.0, 3722.0, 3723.0, 3723.0, 3722.0, 3723.0, 3712.0, 3722.0, 3723.0, 3722.0, 3733.0, 3735.0, 3724.0, 3735.0, 3723.0, 3734.0, 3712.0, 3723.0, 3713.0, 3723.0, 3724.0, 3733.0, 3712.0, 3732.0, 3720.0, 3711.0, 3721.0, 3700.0, 3722.0, 3701.0, 3711.0, 3710.0, 3709.0, 3723.0, 3712.0, 3724.0, 3722.0, 3723.0, 3724.0, 3733.0, 3723.0, 3735.0, 3724.0, 3735.0, 3724.0, 3736.0, 3714.0, 3734.0, 3714.0, 3736.0, 3714.0, 3736.0, 3724.0, 3724.0, 3724.0, 3734.0, 3725.0, 3734.0, 3723.0, 3724.0, 3736.0, 3735.0, 3735.0, 3724.0, 3735.0, 3724.0, 3735.0, 3725.0, 3734.0, 3712.0, 3734.0, 3714.0, 3724.0, 3735.0, 3712.0, 3724.0, 3713.0, 3722.0, 3734.0, 3723.0, 3724.0, 3723.0, 3723.0, 3723.0, 3712.0, 3723.0, 3712.0, 3723.0, 3714.0, 3724.0, 3712.0, 3722.0, 3722.0, 3712.0, 3733.0, 3723.0, 3723.0, 3723.0, 3725.0, 3724.0, 3733.0, 3723.0, 3734.0, 3724.0, 3734.0, 3724.0, 3733.0, 3713.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3723.0, 3723.0, 3733.0, 3711.0, 3734.0, 3712.0, 3723.0, 3713.0, 3722.0, 3723.0, 3722.0, 3723.0, 3732.0, 3710.0, 3711.0, 3721.0, 3712.0, 3733.0, 3712.0, 3733.0, 3711.0, 3734.0, 3724.0], 'WindowWidth': [8489.0, 8475.0, 8434.0, 8428.0, 8406.0, 8386.0, 8400.0, 8384.0, 8380.0, 8398.0, 8381.0, 8395.0, 8394.0, 8393.0, 8380.0, 8395.0, 8382.0, 8394.0, 8386.0, 8384.0, 8386.0, 8400.0, 8417.0, 8404.0, 8419.0, 8388.0, 8421.0, 8419.0, 8417.0, 8421.0, 8420.0, 8402.0, 8422.0, 8420.0, 8422.0, 8417.0, 8419.0, 8415.0, 8416.0, 8399.0, 8416.0, 8400.0, 8415.0, 8413.0, 8415.0, 8402.0, 8414.0, 8400.0, 8413.0, 8399.0, 8411.0, 8400.0, 8398.0, 8413.0, 8410.0, 8399.0, 8411.0, 8398.0, 8411.0, 8399.0, 8397.0, 8396.0, 8377.0, 8395.0, 8378.0, 8395.0, 8379.0, 8393.0, 8395.0, 8381.0, 8394.0, 8382.0, 8396.0, 8393.0, 8397.0, 8395.0, 8396.0, 8380.0, 8396.0, 8382.0, 8397.0, 8383.0, 8411.0, 8370.0, 8398.0, 8412.0, 8397.0, 8410.0, 8396.0, 8396.0, 8410.0, 8411.0, 8398.0, 8400.0, 8382.0, 8398.0, 8382.0, 8411.0, 8382.0, 8397.0, 8386.0, 8396.0, 8384.0, 8399.0, 8399.0, 8383.0, 8399.0, 8427.0, 8393.0, 8408.0, 8393.0, 8392.0, 8394.0, 8378.0, 8397.0, 8366.0, 8381.0, 8394.0, 8393.0, 8393.0, 8378.0, 8396.0, 8382.0, 8399.0, 8395.0, 8411.0, 8410.0, 8414.0, 8396.0, 8392.0, 8379.0, 8392.0, 8390.0, 8376.0, 8392.0, 8378.0, 8393.0, 8381.0, 8396.0, 8381.0, 8396.0, 8394.0, 8396.0, 8394.0, 8400.0, 8380.0, 8396.0, 8383.0, 8394.0, 8367.0, 8397.0, 8399.0, 8384.0, 8412.0, 8383.0, 8397.0, 8383.0, 8398.0, 8384.0, 8398.0, 8395.0, 8413.0, 8414.0, 8412.0, 8414.0, 8399.0, 8410.0, 8399.0, 8380.0, 8391.0, 8395.0, 8379.0, 8394.0, 8377.0, 8392.0, 8395.0, 8394.0, 8393.0, 8396.0, 8380.0, 8395.0, 8381.0, 8394.0, 8383.0, 8395.0, 8381.0, 8381.0, 8394.0, 8379.0, 8392.0, 8406.0, 8398.0, 8393.0, 8393.0, 8382.0, 8397.0, 8363.0, 8411.0, 8384.0, 8412.0, 8386.0, 8417.0, 8389.0, 8418.0, 8419.0, 8402.0, 8412.0, 8397.0, 8399.0, 8423.0, 8393.0, 8391.0, 8391.0, 8374.0, 8410.0, 8379.0, 8397.0, 8385.0, 8413.0, 8390.0, 8416.0, 8389.0, 8403.0, 8418.0, 8430.0, 8419.0, 8415.0, 8414.0, 8415.0, 8416.0, 8397.0, 8414.0, 8403.0, 8415.0, 8413.0, 8415.0, 8387.0, 8414.0, 8403.0, 8415.0, 8387.0, 8398.0, 8425.0, 8425.0, 8405.0, 8398.0, 8409.0, 8412.0, 8399.0, 8395.0, 8397.0, 8400.0, 8413.0, 8382.0, 8399.0, 8397.0, 8397.0, 8397.0, 8382.0, 8398.0, 8397.0, 8397.0, 8398.0, 8399.0, 8398.0, 8412.0, 8396.0, 8414.0, 8382.0, 8398.0, 8382.0, 8392.0, 8394.0, 8395.0, 8393.0, 8390.0, 8390.0, 8388.0, 8388.0, 8370.0, 8384.0, 8358.0, 8389.0, 8379.0, 8376.0, 8375.0, 8378.0, 8375.0, 8375.0, 8395.0, 8390.0, 8393.0, 8393.0, 8393.0, 8393.0, 8395.0, 8392.0, 8395.0, 8395.0, 8394.0, 8380.0, 8393.0, 8364.0, 8394.0, 8364.0, 8380.0, 8379.0, 8393.0, 8394.0, 8377.0, 8395.0, 8393.0, 8394.0, 8392.0, 8391.0, 8392.0, 8393.0, 8376.0, 8397.0, 8380.0, 8380.0, 8394.0, 8395.0, 8398.0, 8399.0, 8406.0, 8422.0, 8436.0, 8422.0, 8433.0, 8404.0, 8429.0, 8414.0, 8413.0, 8397.0, 8398.0, 8382.0, 8378.0, 8378.0, 8374.0, 8361.0, 8377.0, 8360.0, 8376.0, 8365.0, 8378.0, 8378.0, 8400.0, 8414.0, 8401.0, 8401.0, 8403.0, 8400.0, 8402.0, 8401.0, 8399.0, 8400.0, 8396.0, 8396.0, 8408.0, 8391.0, 8392.0, 8390.0, 8377.0, 8376.0, 8378.0, 8376.0, 8394.0, 8376.0, 8393.0, 8364.0, 8395.0, 8392.0, 8398.0, 8395.0, 8395.0, 8380.0, 8413.0, 8383.0, 8396.0, 8386.0, 8382.0, 8383.0, 8396.0, 8394.0, 8396.0, 8395.0, 8394.0, 8396.0, 8393.0, 8394.0, 8363.0, 8391.0, 8365.0, 8377.0, 8360.0, 8396.0, 8394.0, 8396.0, 8412.0, 8397.0, 8401.0, 8399.0, 8398.0, 8398.0, 8400.0, 8414.0, 8398.0, 8398.0, 8394.0, 8380.0, 8393.0, 8365.0, 8393.0, 8397.0, 8378.0, 8396.0, 8381.0, 8398.0, 8376.0, 8394.0, 8396.0, 8396.0, 8396.0, 8399.0, 8396.0, 8397.0, 8383.0, 8407.0, 8378.0, 8408.0, 8380.0, 8399.0, 8398.0, 8380.0, 8397.0, 8377.0, 8378.0, 8390.0, 8393.0, 8377.0, 8394.0, 8377.0, 8396.0, 8375.0, 8395.0, 8382.0, 8384.0, 8383.0, 8398.0, 8383.0, 8396.0, 8398.0, 8384.0, 8397.0, 8399.0, 8399.0, 8425.0, 8397.0, 8397.0, 8411.0, 8380.0, 8412.0, 8381.0, 8397.0, 8386.0, 8396.0, 8413.0, 8399.0, 8403.0, 8382.0, 8381.0, 8398.0, 8400.0, 8401.0, 8402.0, 8403.0, 8389.0, 8403.0, 8401.0, 8382.0, 8401.0, 8413.0, 8405.0, 8415.0, 8400.0, 8396.0, 8415.0, 8399.0, 8398.0, 8395.0, 8415.0, 8400.0, 8415.0, 8402.0, 8417.0, 8400.0, 8414.0, 8400.0, 8414.0, 8385.0, 8387.0, 8399.0, 8396.0, 8380.0, 8390.0, 8394.0, 8393.0, 8393.0, 8393.0, 8395.0, 8378.0, 8396.0, 8393.0, 8411.0, 8381.0, 8412.0, 8400.0, 8414.0, 8399.0, 8412.0, 8388.0, 8403.0, 8385.0, 8410.0, 8402.0, 8397.0, 8414.0, 8424.0, 8400.0, 8410.0, 8395.0, 8395.0, 8397.0, 8384.0, 8399.0, 8381.0, 8412.0, 8384.0, 8410.0, 8399.0, 8397.0, 8400.0, 8400.0, 8413.0, 8398.0, 8403.0, 8401.0, 8416.0, 8398.0, 8417.0, 8401.0, 8417.0, 8399.0, 8415.0, 8386.0, 8414.0, 8386.0, 8418.0, 8385.0, 8398.0, 8386.0, 8402.0, 8403.0, 8407.0, 8421.0, 8403.0, 8416.0, 8404.0, 8418.0, 8444.0, 8401.0, 8412.0, 8396.0, 8393.0, 8392.0, 8381.0, 8381.0, 8394.0, 8380.0, 8396.0, 8378.0, 8394.0, 8393.0, 8397.0, 8397.0, 8402.0, 8415.0, 8397.0, 8395.0, 8399.0, 8400.0, 8416.0, 8400.0, 8394.0, 8395.0, 8406.0, 8380.0, 8378.0, 8394.0, 8376.0, 8395.0, 8383.0, 8414.0, 8383.0, 8414.0, 8403.0, 8435.0, 8402.0, 8419.0, 8403.0, 8416.0, 8391.0, 8415.0, 8416.0, 8428.0, 8398.0, 8409.0, 8394.0, 8394.0, 8394.0, 8379.0, 8399.0, 8381.0, 8395.0, 8383.0, 8399.0, 8398.0, 8408.0, 8396.0, 8410.0, 8393.0, 8390.0, 8394.0, 8363.0, 8393.0, 8393.0, 8376.0, 8394.0, 8379.0, 8393.0, 8391.0, 8395.0, 8396.0, 8409.0, 8378.0, 8395.0, 8364.0, 8397.0, 8397.0, 8395.0, 8392.0, 8392.0, 8395.0, 8379.0, 8394.0, 8378.0, 8394.0, 8381.0, 8394.0, 8382.0, 8403.0, 8386.0, 8402.0, 8401.0, 8401.0, 8399.0, 8382.0, 8401.0, 8412.0, 8415.0, 8400.0, 8416.0, 8400.0, 8417.0, 8402.0, 8414.0, 8388.0, 8401.0, 8398.0, 8399.0, 8413.0, 8400.0, 8398.0, 8410.0, 8410.0, 8381.0, 8397.0, 8380.0, 8411.0, 8383.0, 8396.0, 8397.0, 8396.0, 8399.0, 8380.0, 8382.0, 8396.0, 8416.0, 8402.0, 8418.0, 8403.0, 8416.0, 8400.0, 8386.0, 8401.0, 8417.0, 8417.0, 8413.0, 8414.0, 8412.0, 8385.0, 8416.0, 8399.0, 8415.0, 8413.0, 8399.0, 8394.0, 8399.0, 8398.0, 8397.0, 8380.0, 8411.0, 8395.0, 8400.0, 8398.0, 8416.0, 8394.0, 8416.0, 8401.0, 8414.0, 8384.0, 8413.0, 8370.0, 8397.0, 8396.0, 8397.0, 8396.0, 8395.0, 8396.0, 8381.0, 8396.0, 8397.0, 8395.0, 8411.0, 8414.0, 8398.0, 8416.0, 8397.0, 8413.0, 8381.0, 8397.0, 8384.0, 8396.0, 8399.0, 8409.0, 8379.0, 8406.0, 8388.0, 8377.0, 8390.0, 8361.0, 8391.0, 8364.0, 8376.0, 8375.0, 8374.0, 8397.0, 8381.0, 8399.0, 8394.0, 8397.0, 8398.0, 8411.0, 8398.0, 8416.0, 8400.0, 8416.0, 8401.0, 8418.0, 8388.0, 8415.0, 8388.0, 8417.0, 8387.0, 8417.0, 8401.0, 8400.0, 8401.0, 8413.0, 8402.0, 8412.0, 8397.0, 8399.0, 8418.0, 8415.0, 8416.0, 8400.0, 8417.0, 8400.0, 8417.0, 8403.0, 8413.0, 8384.0, 8413.0, 8387.0, 8400.0, 8416.0, 8382.0, 8401.0, 8385.0, 8396.0, 8413.0, 8397.0, 8398.0, 8398.0, 8396.0, 8395.0, 8381.0, 8396.0, 8380.0, 8398.0, 8386.0, 8399.0, 8382.0, 8395.0, 8394.0, 8381.0, 8410.0, 8398.0, 8398.0, 8397.0, 8401.0, 8400.0, 8413.0, 8398.0, 8415.0, 8400.0, 8412.0, 8399.0, 8411.0, 8382.0, 8395.0, 8396.0, 8395.0, 8393.0, 8392.0, 8394.0, 8394.0, 8397.0, 8395.0, 8409.0, 8378.0, 8411.0, 8382.0, 8396.0, 8383.0, 8395.0, 8396.0, 8394.0, 8395.0, 8407.0, 8376.0, 8376.0, 8391.0, 8381.0, 8408.0, 8380.0, 8411.0, 8379.0, 8413.0, 8400.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.00022421839080459768</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.013627269425287357</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.969387416386674</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1696541343153042</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9925987008055255</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4454</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7083.894</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06250378394598247</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.11494252873563218</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.409466882181835</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3435748532157303</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5923665745568005</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2924592187729727</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00366283</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010912482626736164</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023374510928988457</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>3.7157202522155632</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>31.1665</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.1817</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>128.0523</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307084.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>581.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>265.5372</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9139</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.3299</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2970.0361</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3162.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69460.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>900.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3940.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>850.9729</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>47.32758255733643</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> |