=== 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-0077 --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-0077",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0077_ses-03_task-social_acq-mb8_run-06_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-0077_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_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-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-06_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-0077/ses-03/func/sub-0077_ses-03_task-social_acq-mb8_run-06_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>39e27e60634c5a8802fa1b1fa80b4fe6</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:38:39.020000</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.999879, 0.014073, -0.00656595, -0.0139618, 0.999763, 0.0166756]</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-06_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.0793763</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4147, -7720, -7213, 759, -23, -61, -65, 12]</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>229.877</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ca683a78-d181-4616-890d-9a4868203ac9||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.682603359222412, -0.03745853900909424, -0.018357496708631516, 117.05907440185547], [-0.03775671124458313, 2.6822922229766846, 0.04477105289697647, -89.07964324951172], [-0.017615968361496925, -0.04473929479718208, 2.69956636428833, -56.42960739135742], [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': ['193839.020000', '193839.480000', '193839.940000', '193840.400000', '193840.860000', '193841.320000', '193841.780000', '193842.240000', '193842.700000', '193843.160000', '193843.620000', '193844.080000', '193844.540000', '193845.000000', '193845.460000', '193845.920000', '193846.380000', '193846.840000', '193847.300000', '193847.760000', '193848.220000', '193848.680000', '193849.140000', '193849.600000', '193850.060000', '193850.520000', '193850.980000', '193851.440000', '193851.900000', '193852.360000', '193852.820000', '193853.280000', '193853.740000', '193854.200000', '193854.660000', '193855.120000', '193855.580000', '193856.040000', '193856.500000', '193856.960000', '193857.420000', '193857.880000', '193858.340000', '193858.800000', '193859.260000', '193859.720000', '193900.180000', '193900.640000', '193901.100000', '193901.560000', '193902.020000', '193902.480000', '193902.940000', '193903.400000', '193903.860000', '193904.320000', '193904.780000', '193905.240000', '193905.700000', '193906.160000', '193906.620000', '193907.080000', '193907.540000', '193908.000000', '193908.460000', '193908.920000', '193909.380000', '193909.840000', '193910.300000', '193910.760000', '193911.220000', '193911.680000', '193912.140000', '193912.600000', '193913.060000', '193913.520000', '193913.980000', '193914.440000', '193914.900000', '193915.360000', '193915.820000', '193916.280000', '193916.740000', '193917.200000', '193917.660000', '193918.120000', '193918.580000', '193919.040000', '193919.500000', '193919.960000', '193920.420000', '193920.880000', '193921.340000', '193921.800000', '193922.260000', '193922.720000', '193923.180000', '193923.640000', '193924.100000', '193924.560000', '193925.020000', '193925.480000', '193925.940000', '193926.400000', '193926.860000', '193927.320000', '193927.780000', '193928.240000', '193928.700000', '193929.160000', '193929.620000', '193930.080000', '193930.540000', '193931.000000', '193931.460000', '193931.920000', '193932.380000', '193932.840000', '193933.300000', '193933.760000', '193934.220000', '193934.680000', '193935.140000', '193935.600000', '193936.060000', '193936.520000', '193936.980000', '193937.440000', '193937.900000', '193938.360000', '193938.820000', '193939.280000', '193939.740000', '193940.200000', '193940.660000', '193941.120000', '193941.580000', '193942.040000', '193942.500000', '193942.960000', '193943.420000', '193943.880000', '193944.340000', '193944.800000', '193945.260000', '193945.720000', '193946.180000', '193946.640000', '193947.100000', '193947.560000', '193948.020000', '193948.480000', '193948.940000', '193949.400000', '193949.860000', '193950.320000', '193950.780000', '193951.240000', '193951.700000', '193952.160000', '193952.620000', '193953.080000', '193953.540000', '193954.000000', '193954.460000', '193954.920000', '193955.380000', '193955.840000', '193956.300000', '193956.760000', '193957.220000', '193957.680000', '193958.140000', '193958.600000', '193959.060000', '193959.520000', '193959.980000', '194000.440000', '194000.900000', '194001.360000', '194001.820000', '194002.280000', '194002.740000', '194003.200000', '194003.660000', '194004.120000', '194004.580000', '194005.040000', '194005.500000', '194005.960000', '194006.420000', '194006.880000', '194007.340000', '194007.800000', '194008.260000', '194008.720000', '194009.180000', '194009.640000', '194010.100000', '194010.560000', '194011.020000', '194011.480000', '194011.940000', '194012.400000', '194012.860000', '194013.320000', '194013.780000', '194014.240000', '194014.700000', '194015.160000', '194015.620000', '194016.080000', '194016.540000', '194017.000000', '194017.460000', '194017.920000', '194018.380000', '194018.840000', '194019.300000', '194019.760000', '194020.220000', '194020.680000', '194021.140000', '194021.600000', '194022.060000', '194022.520000', '194022.980000', '194023.440000', '194023.900000', '194024.360000', '194024.820000', '194025.280000', '194025.740000', '194026.200000', '194026.660000', '194027.120000', '194027.580000', '194028.040000', '194028.500000', '194028.960000', '194029.420000', '194029.880000', '194030.340000', '194030.800000', '194031.260000', '194031.720000', '194032.180000', '194032.640000', '194033.100000', '194033.560000', '194034.020000', '194034.480000', '194034.940000', '194035.400000', '194035.860000', '194036.320000', '194036.780000', '194037.240000', '194037.700000', '194038.160000', '194038.620000', '194039.080000', '194039.540000', '194040.000000', '194040.460000', '194040.920000', '194041.380000', '194041.840000', '194042.300000', '194042.760000', '194043.220000', '194043.680000', '194044.140000', '194044.600000', '194045.060000', '194045.520000', '194045.980000', '194046.440000', '194046.900000', '194047.360000', '194047.820000', '194048.280000', '194048.740000', '194049.200000', '194049.660000', '194050.120000', '194050.580000', '194051.040000', '194051.500000', '194051.960000', '194052.420000', '194052.880000', '194053.340000', '194053.800000', '194054.260000', '194054.720000', '194055.180000', '194055.640000', '194056.100000', '194056.560000', '194057.020000', '194057.480000', '194057.940000', '194058.400000', '194058.860000', '194059.320000', '194059.780000', '194100.240000', '194100.700000', '194101.160000', '194101.620000', '194102.080000', '194102.540000', '194103.000000', '194103.460000', '194103.920000', '194104.380000', '194104.840000', '194105.300000', '194105.760000', '194106.220000', '194106.680000', '194107.140000', '194107.600000', '194108.060000', '194108.520000', '194108.980000', '194109.440000', '194109.900000', '194110.360000', '194110.820000', '194111.280000', '194111.740000', '194112.200000', '194112.660000', '194113.120000', '194113.580000', '194114.040000', '194114.500000', '194114.960000', '194115.420000', '194115.880000', '194116.340000', '194116.800000', '194117.260000', '194117.720000', '194118.180000', '194118.640000', '194119.100000', '194119.560000', '194120.020000', '194120.480000', '194120.940000', '194121.400000', '194121.860000', '194122.320000', '194122.780000', '194123.240000', '194123.700000', '194124.160000', '194124.620000', '194125.080000', '194125.540000', '194126.000000', '194126.460000', '194126.920000', '194127.380000', '194127.840000', '194128.300000', '194128.760000', '194129.220000', '194129.680000', '194130.140000', '194130.600000', '194131.060000', '194131.520000', '194131.980000', '194132.440000', '194132.900000', '194133.360000', '194133.820000', '194134.280000', '194134.740000', '194135.200000', '194135.660000', '194136.120000', '194136.580000', '194137.040000', '194137.500000', '194137.960000', '194138.420000', '194138.880000', '194139.340000', '194139.800000', '194140.260000', '194140.720000', '194141.180000', '194141.640000', '194142.100000', '194142.560000', '194143.020000', '194143.480000', '194143.940000', '194144.400000', '194144.860000', '194145.320000', '194145.780000', '194146.240000', '194146.700000', '194147.160000', '194147.620000', '194148.080000', '194148.540000', '194149.000000', '194149.460000', '194149.920000', '194150.380000', '194150.840000', '194151.300000', '194151.760000', '194152.220000', '194152.680000', '194153.140000', '194153.600000', '194154.060000', '194154.520000', '194154.980000', '194155.440000', '194155.900000', '194156.360000', '194156.820000', '194157.280000', '194157.740000', '194158.200000', '194158.660000', '194159.120000', '194159.580000', '194200.040000', '194200.500000', '194200.960000', '194201.420000', '194201.880000', '194202.340000', '194202.800000', '194203.260000', '194203.720000', '194204.180000', '194204.640000', '194205.100000', '194205.560000', '194206.020000', '194206.480000', '194206.940000', '194207.400000', '194207.860000', '194208.320000', '194208.780000', '194209.240000', '194209.700000', '194210.160000', '194210.620000', '194211.080000', '194211.540000', '194212.000000', '194212.460000', '194212.920000', '194213.380000', '194213.840000', '194214.300000', '194214.760000', '194215.220000', '194215.680000', '194216.140000', '194216.600000', '194217.060000', '194217.520000', '194217.980000', '194218.440000', '194218.900000', '194219.360000', '194219.820000', '194220.280000', '194220.740000', '194221.200000', '194221.660000', '194222.120000', '194222.580000', '194223.040000', '194223.500000', '194223.960000', '194224.420000', '194224.880000', '194225.340000', '194225.800000', '194226.260000', '194226.720000', '194227.180000', '194227.640000', '194228.100000', '194228.560000', '194229.020000', '194229.480000', '194229.940000', '194230.400000', '194230.860000', '194231.320000', '194231.780000', '194232.240000', '194232.700000', '194233.160000', '194233.620000', '194234.080000', '194234.540000', '194235.000000', '194235.460000', '194235.920000', '194236.380000', '194236.840000', '194237.300000', '194237.760000', '194238.220000', '194238.680000', '194239.140000', '194239.600000', '194240.060000', '194240.520000', '194240.980000', '194241.440000', '194241.900000', '194242.360000', '194242.820000', '194243.280000', '194243.740000', '194244.200000', '194244.660000', '194245.120000', '194245.580000', '194246.040000', '194246.500000', '194246.960000', '194247.420000', '194247.880000', '194248.340000', '194248.800000', '194249.260000', '194249.720000', '194250.180000', '194250.640000', '194251.100000', '194251.560000', '194252.020000', '194252.480000', '194252.940000', '194253.400000', '194253.860000', '194254.320000', '194254.780000', '194255.240000', '194255.700000', '194256.160000', '194256.620000', '194257.080000', '194257.540000', '194258.000000', '194258.460000', '194258.920000', '194259.380000', '194259.840000', '194300.300000', '194300.760000', '194301.220000', '194301.680000', '194302.140000', '194302.600000', '194303.060000', '194303.520000', '194303.980000', '194304.440000', '194304.900000', '194305.360000', '194305.820000', '194306.280000', '194306.740000', '194307.200000', '194307.660000', '194308.120000', '194308.580000', '194309.040000', '194309.500000', '194309.960000', '194310.420000', '194310.880000', '194311.340000', '194311.800000', '194312.260000', '194312.720000', '194313.180000', '194313.640000', '194314.100000', '194314.560000', '194315.020000', '194315.480000', '194315.940000', '194316.400000', '194316.860000', '194317.320000', '194317.780000', '194318.240000', '194318.700000', '194319.160000', '194319.620000', '194320.080000', '194320.540000', '194321.000000', '194321.460000', '194321.920000', '194322.380000', '194322.840000', '194323.300000', '194323.760000', '194324.220000', '194324.680000', '194325.140000', '194325.600000', '194326.060000', '194326.520000', '194326.980000', '194327.440000', '194327.900000', '194328.360000', '194328.820000', '194329.280000', '194329.740000', '194330.200000', '194330.660000', '194331.120000', '194331.580000', '194332.040000', '194332.500000', '194332.960000', '194333.420000', '194333.880000', '194334.340000', '194334.800000', '194335.260000', '194335.720000', '194336.180000', '194336.640000', '194337.100000', '194337.560000', '194338.020000', '194338.480000', '194338.940000', '194339.400000', '194339.860000', '194340.320000', '194340.780000', '194341.240000', '194341.700000', '194342.160000', '194342.620000', '194343.080000', '194343.540000', '194344.000000', '194344.460000', '194344.920000', '194345.380000', '194345.840000', '194346.300000', '194346.760000', '194347.220000', '194347.680000', '194348.140000', '194348.600000', '194349.060000', '194349.520000', '194349.980000', '194350.440000', '194350.900000', '194351.360000', '194351.820000', '194352.280000', '194352.740000', '194353.200000', '194353.660000', '194354.120000', '194354.580000', '194355.040000', '194355.500000', '194355.960000', '194356.420000', '194356.880000', '194357.340000', '194357.800000', '194358.260000', '194358.720000', '194359.180000', '194359.640000', '194400.100000', '194400.560000', '194401.020000', '194401.480000', '194401.940000', '194402.400000', '194402.860000', '194403.320000', '194403.780000', '194404.240000', '194404.700000', '194405.160000', '194405.620000', '194406.080000', '194406.540000', '194407.000000', '194407.460000', '194407.920000', '194408.380000', '194408.840000', '194409.300000', '194409.760000', '194410.220000', '194410.680000', '194411.140000', '194411.600000', '194412.060000', '194412.520000', '194412.980000', '194413.440000', '194413.900000', '194414.360000', '194414.820000', '194415.280000', '194415.740000', '194416.200000', '194416.660000', '194417.120000', '194417.580000', '194418.040000', '194418.500000', '194418.960000', '194419.420000', '194419.880000', '194420.340000', '194420.800000', '194421.260000', '194421.720000', '194422.180000', '194422.640000', '194423.100000', '194423.560000', '194424.020000', '194424.480000', '194424.940000', '194425.400000', '194425.860000', '194426.320000', '194426.780000', '194427.240000', '194427.700000', '194428.160000', '194428.620000', '194429.080000', '194429.540000', '194430.000000', '194430.460000', '194430.920000', '194431.380000', '194431.840000', '194432.300000', '194432.760000', '194433.220000', '194433.680000', '194434.140000', '194434.600000', '194435.060000', '194435.520000', '194435.980000', '194436.440000', '194436.900000', '194437.360000', '194437.820000', '194438.280000', '194438.740000', '194439.200000', '194439.660000', '194440.120000', '194440.580000', '194441.040000', '194441.500000', '194441.960000', '194442.420000', '194442.880000', '194443.340000', '194443.800000', '194444.260000', '194444.720000', '194445.180000', '194445.640000', '194446.100000', '194446.560000', '194447.020000', '194447.480000', '194447.940000', '194448.400000', '194448.860000', '194449.320000', '194449.780000', '194450.240000', '194450.700000', '194451.160000', '194451.620000', '194452.080000', '194452.540000', '194453.000000', '194453.460000', '194453.920000', '194454.380000', '194454.840000', '194455.300000', '194455.760000', '194456.220000', '194456.680000', '194457.140000', '194457.600000', '194458.060000', '194458.520000', '194458.980000', '194459.440000', '194459.900000', '194500.360000', '194500.820000', '194501.280000', '194501.740000', '194502.200000', '194502.660000', '194503.120000', '194503.580000', '194504.040000', '194504.500000', '194504.960000', '194505.420000', '194505.880000', '194506.340000', '194506.800000', '194507.260000', '194507.720000', '194508.180000', '194508.640000', '194509.100000', '194509.560000', '194510.020000', '194510.480000', '194510.940000', '194511.400000', '194511.860000', '194512.320000', '194512.780000', '194513.240000', '194513.700000', '194514.160000', '194514.620000', '194515.080000', '194515.540000', '194516.000000', '194516.460000', '194516.920000', '194517.380000', '194517.840000', '194518.300000', '194518.760000', '194519.220000', '194519.680000'], 'ContentTime': ['193906.592000', '193906.595000', '193906.597000', '193906.600000', '193906.603000', '193906.605000', '193906.608000', '193906.610000', '193906.613000', '193906.616000', '193906.619000', '193906.621000', '193906.624000', '193906.627000', '193906.629000', '193906.632000', '193906.634000', '193906.637000', '193906.639000', '193906.642000', '193906.645000', '193906.647000', '193906.650000', '193906.652000', '193906.661000', '193906.663000', '193906.666000', '193906.669000', '193906.671000', '193906.674000', '193906.676000', '193906.679000', '193906.682000', '193906.684000', '193906.687000', '193906.689000', '193906.692000', '193906.694000', '193906.697000', '193906.700000', '193906.702000', '193906.705000', '193906.707000', '193906.710000', '193906.713000', '193906.715000', '193906.718000', '193906.720000', '193906.723000', '193906.726000', '193906.735000', '193906.738000', '193906.740000', '193906.743000', '193906.746000', '193906.748000', '193906.751000', '193906.754000', '193926.549000', '193926.551000', '193926.554000', '193926.557000', '193926.559000', '193926.562000', '193926.564000', '193926.567000', '193926.578000', '193926.580000', '193926.583000', '193926.586000', '193926.588000', '193926.591000', '193926.595000', '193926.598000', '193926.600000', '193926.603000', '193926.606000', '193926.609000', '193926.611000', '193926.614000', '193926.616000', '193926.619000', '193926.622000', '193926.624000', '193926.627000', '193926.630000', '193926.632000', '193926.635000', '193926.637000', '193926.640000', '193926.643000', '193926.645000', '193926.648000', '193926.650000', '193926.653000', '193926.656000', '193926.658000', '193926.661000', '193926.663000', '193926.666000', '193926.669000', '193946.549000', '193946.551000', '193946.554000', '193946.557000', '193946.559000', '193946.562000', '193946.565000', '193946.567000', '193946.570000', '193946.573000', '193946.575000', '193946.578000', '193946.587000', '193946.589000', '193946.592000', '193946.595000', '193946.597000', '193946.600000', '193946.602000', '193946.605000', '193946.608000', '193946.610000', '193946.613000', '193946.616000', '193946.618000', '193946.621000', '193946.623000', '193946.626000', '193946.629000', '193946.631000', '193946.634000', '193946.636000', '193946.639000', '193946.642000', '193946.644000', '193946.647000', '193946.649000', '193946.652000', '193946.654000', '193946.657000', '193946.660000', '193946.662000', '193946.665000', '193946.668000', '194006.548000', '194006.551000', '194006.554000', '194006.556000', '194006.559000', '194006.562000', '194006.564000', '194006.567000', '194006.569000', '194006.572000', '194006.575000', '194006.577000', '194006.580000', '194006.583000', '194006.585000', '194006.588000', '194006.591000', '194006.593000', '194006.596000', '194006.598000', '194006.601000', '194006.604000', '194006.606000', '194006.609000', '194006.612000', '194006.614000', '194006.617000', '194006.619000', '194006.622000', '194006.625000', '194006.627000', '194006.630000', '194006.632000', '194006.635000', '194006.638000', '194006.640000', '194006.643000', '194006.645000', '194006.648000', '194006.651000', '194006.653000', '194006.656000', '194006.658000', '194006.661000', '194026.549000', '194026.552000', '194026.554000', '194026.557000', '194026.559000', '194026.562000', '194026.565000', '194026.567000', '194026.570000', '194026.572000', '194026.575000', '194026.578000', '194026.580000', '194026.583000', '194026.586000', '194026.588000', '194026.591000', '194026.594000', '194026.596000', '194026.599000', '194026.602000', '194026.604000', '194026.607000', '194026.609000', '194026.612000', '194026.615000', '194026.617000', '194026.620000', '194026.622000', '194026.625000', '194026.628000', '194026.630000', '194026.633000', '194026.636000', '194026.638000', '194026.641000', '194026.643000', '194026.646000', '194026.649000', '194026.651000', '194026.654000', '194026.656000', '194026.659000', '194046.549000', '194046.551000', '194046.554000', '194046.557000', '194046.559000', '194046.562000', '194046.565000', '194046.567000', '194046.570000', '194046.572000', '194046.575000', '194046.578000', '194046.580000', '194046.583000', '194046.586000', '194046.588000', '194046.591000', '194046.594000', '194046.596000', '194046.599000', '194046.601000', '194046.604000', '194046.607000', '194046.609000', '194046.612000', '194046.615000', '194046.617000', '194046.620000', '194046.623000', '194046.626000', '194046.628000', '194046.633000', '194046.637000', '194046.640000', '194046.643000', '194046.645000', '194046.648000', '194046.651000', '194046.653000', '194046.656000', '194046.658000', '194046.661000', '194046.664000', '194106.547000', '194106.550000', '194106.553000', '194106.556000', '194106.558000', '194106.561000', '194106.563000', '194106.566000', '194106.569000', '194106.571000', '194106.574000', '194106.577000', '194106.579000', '194106.582000', '194106.584000', '194106.587000', '194106.590000', '194106.592000', '194106.595000', '194106.598000', '194106.600000', '194106.603000', '194106.606000', '194106.608000', '194106.611000', '194106.614000', '194106.616000', '194106.619000', '194106.622000', '194106.624000', '194106.627000', '194106.629000', '194106.632000', '194106.634000', '194106.637000', '194106.640000', '194106.642000', '194106.645000', '194106.647000', '194106.650000', '194106.653000', '194106.655000', '194106.658000', '194106.660000', '194126.548000', '194126.550000', '194126.553000', '194126.556000', '194126.558000', '194126.561000', '194126.564000', '194126.566000', '194126.569000', '194126.571000', '194126.574000', '194126.577000', '194126.579000', '194126.582000', '194126.584000', '194126.587000', '194126.590000', '194126.592000', '194126.595000', '194126.598000', '194126.600000', '194126.603000', '194126.614000', '194126.616000', '194126.619000', '194126.622000', '194126.624000', '194126.627000', '194126.629000', '194126.632000', '194126.635000', '194126.637000', '194126.640000', '194126.643000', '194126.645000', '194126.663000', '194126.665000', '194126.668000', '194126.670000', '194126.673000', '194126.676000', '194126.678000', '194126.681000', '194146.548000', '194146.551000', '194146.554000', '194146.556000', '194146.559000', '194146.562000', '194146.564000', '194146.567000', '194146.570000', '194146.572000', '194146.575000', '194146.577000', '194146.580000', '194146.583000', '194146.585000', '194146.588000', '194146.590000', '194146.593000', '194146.596000', '194146.599000', '194146.601000', '194146.604000', '194146.606000', '194146.609000', '194146.612000', '194146.614000', '194146.617000', '194146.620000', '194146.622000', '194146.625000', '194146.627000', '194146.630000', '194146.632000', '194146.635000', '194146.638000', '194146.640000', '194146.643000', '194146.646000', '194146.648000', '194146.651000', '194146.654000', '194146.656000', '194146.659000', '194146.661000', '194206.548000', '194206.551000', '194206.554000', '194206.557000', '194206.559000', '194206.562000', '194206.565000', '194206.567000', '194206.570000', '194206.572000', '194206.575000', '194206.578000', '194206.581000', '194206.583000', '194206.586000', '194206.589000', '194206.591000', '194206.594000', '194206.597000', '194206.599000', '194206.602000', '194206.605000', '194206.607000', '194206.610000', '194206.613000', '194206.615000', '194206.618000', '194206.621000', '194206.623000', '194206.626000', '194206.628000', '194206.631000', '194206.634000', '194206.637000', '194206.640000', '194206.643000', '194206.646000', '194206.648000', '194206.651000', '194206.654000', '194206.656000', '194206.659000', '194206.662000', '194226.549000', '194226.551000', '194226.554000', '194226.557000', '194226.559000', '194226.562000', '194226.565000', '194226.567000', '194226.570000', '194226.572000', '194226.575000', '194226.578000', '194226.580000', '194226.583000', '194226.585000', '194226.588000', '194226.591000', '194226.593000', '194226.596000', '194226.598000', '194226.601000', '194226.604000', '194226.606000', '194226.609000', '194226.612000', '194226.614000', '194226.617000', '194226.619000', '194226.622000', '194226.625000', '194226.627000', '194226.630000', '194226.633000', '194226.635000', '194226.638000', '194226.641000', '194226.643000', '194226.646000', '194226.648000', '194226.651000', '194226.654000', '194226.656000', '194226.659000', '194226.661000', '194246.549000', '194246.552000', '194246.554000', '194246.557000', '194246.559000', '194246.562000', '194246.565000', '194246.567000', '194246.570000', '194246.573000', '194246.575000', '194246.578000', '194246.581000', '194246.583000', '194246.586000', '194246.588000', '194246.591000', '194246.594000', '194246.596000', '194246.599000', '194246.602000', '194246.604000', '194246.607000', '194246.609000', '194246.612000', '194246.615000', '194246.617000', '194246.620000', '194246.623000', '194246.625000', '194246.628000', '194246.631000', '194246.633000', '194246.636000', '194246.639000', '194246.641000', '194246.644000', '194246.646000', '194246.649000', '194246.652000', '194246.654000', '194246.657000', '194246.660000', '194306.548000', '194306.551000', '194306.554000', '194306.556000', '194306.559000', '194306.562000', '194306.564000', '194306.567000', '194306.569000', '194306.572000', '194306.575000', '194306.577000', '194306.580000', '194306.582000', '194306.585000', '194306.588000', '194306.601000', '194306.604000', '194306.606000', '194306.609000', '194306.611000', '194306.614000', '194306.617000', '194306.619000', '194306.622000', '194306.625000', '194306.627000', '194306.630000', '194306.632000', '194306.635000', '194306.638000', '194306.640000', '194306.643000', '194306.645000', '194306.648000', '194306.651000', '194306.653000', '194306.656000', '194306.658000', '194306.661000', '194306.664000', '194306.666000', '194306.669000', '194306.671000', '194326.548000', '194326.551000', '194326.553000', '194326.556000', '194326.558000', '194326.561000', '194326.564000', '194326.566000', '194326.569000', '194326.572000', '194326.574000', '194326.577000', '194326.579000', '194326.582000', '194326.585000', '194326.587000', '194326.590000', '194326.593000', '194326.595000', '194326.598000', '194326.601000', '194326.603000', '194326.606000', '194326.608000', '194326.611000', '194326.614000', '194326.616000', '194326.619000', '194326.622000', '194326.624000', '194326.627000', '194326.630000', '194326.632000', '194326.635000', '194326.638000', '194326.640000', '194326.643000', '194326.646000', '194326.648000', '194326.651000', '194326.654000', '194326.656000', '194326.659000', '194346.547000', '194346.550000', '194346.553000', '194346.555000', '194346.558000', '194346.561000', '194346.563000', '194346.566000', '194346.568000', '194346.571000', '194346.574000', '194346.576000', '194346.579000', '194346.581000', '194346.584000', '194346.587000', '194346.589000', '194346.592000', '194346.595000', '194346.597000', '194346.600000', '194346.602000', '194346.605000', '194346.607000', '194346.610000', '194346.613000', '194346.615000', '194346.618000', '194346.621000', '194346.623000', '194346.626000', '194346.628000', '194346.631000', '194346.634000', '194346.636000', '194346.639000', '194346.641000', '194346.644000', '194346.647000', '194346.649000', '194346.652000', '194346.655000', '194346.657000', '194346.660000', '194406.549000', '194406.551000', '194406.554000', '194406.557000', '194406.568000', '194406.570000', '194406.573000', '194406.575000', '194406.578000', '194406.581000', '194406.583000', '194406.586000', '194406.589000', '194406.591000', '194406.594000', '194406.597000', '194406.599000', '194406.602000', '194406.605000', '194406.607000', '194406.610000', '194406.613000', '194406.615000', '194406.618000', '194406.621000', '194406.623000', '194406.626000', '194406.629000', '194406.631000', '194406.634000', '194406.636000', '194406.639000', '194406.642000', '194406.644000', '194406.647000', '194406.650000', '194406.652000', '194406.655000', '194406.657000', '194406.660000', '194406.663000', '194406.665000', '194406.668000', '194426.549000', '194426.552000', '194426.554000', '194426.557000', '194426.559000', '194426.562000', '194426.565000', '194426.567000', '194426.570000', '194426.573000', '194426.575000', '194426.578000', '194426.580000', '194426.583000', '194426.586000', '194426.588000', '194426.591000', '194426.594000', '194426.596000', '194426.599000', '194426.602000', '194426.604000', '194426.607000', '194426.610000', '194426.612000', '194426.615000', '194426.619000', '194426.622000', '194426.625000', '194426.628000', '194426.630000', '194426.633000', '194426.636000', '194426.638000', '194426.641000', '194426.643000', '194426.646000', '194426.649000', '194426.651000', '194426.654000', '194426.657000', '194426.668000', '194426.671000', '194426.673000', '194446.549000', '194446.552000', '194446.554000', '194446.557000', '194446.560000', '194446.563000', '194446.565000', '194446.568000', '194446.571000', '194446.573000', '194446.576000', '194446.579000', '194446.581000', '194446.584000', '194446.587000', '194446.589000', '194446.592000', '194446.595000', '194446.597000', '194446.600000', '194446.602000', '194446.605000', '194446.608000', '194446.610000', '194446.613000', '194446.615000', '194446.618000', '194446.621000', '194446.623000', '194446.626000', '194446.629000', '194446.631000', '194446.634000', '194446.636000', '194446.639000', '194446.642000', '194446.644000', '194446.647000', '194446.649000', '194446.652000', '194446.655000', '194446.657000', '194446.660000', '194506.548000', '194506.552000', '194506.555000', '194506.557000', '194506.560000', '194506.563000', '194506.565000', '194506.568000', '194506.571000', '194506.573000', '194506.576000', '194506.579000', '194506.581000', '194506.584000', '194506.586000', '194506.589000', '194506.592000', '194506.594000', '194506.597000', '194506.600000', '194506.602000', '194506.605000', '194506.608000', '194506.610000', '194506.613000', '194506.616000', '194506.618000', '194506.621000', '194506.624000', '194506.626000', '194506.629000', '194506.632000', '194506.634000', '194506.637000', '194506.639000', '194506.642000', '194506.645000', '194506.647000', '194506.650000', '194506.652000', '194506.655000', '194506.658000', '194506.660000', '194520.738000', '194520.741000', '194520.744000', '194520.746000', '194520.749000', '194520.751000', '194520.754000', '194520.757000', '194520.759000', '194520.762000', '194520.764000', '194520.767000', '194520.770000', '194520.772000', '194520.775000', '194520.778000', '194520.780000', '194520.783000', '194520.786000', '194520.788000', '194520.791000', '194520.793000', '194520.796000', '194520.799000', '194520.801000', '194520.804000', '194520.807000', '194520.809000', '194520.812000', '194520.814000', '194520.817000', '194520.820000'], 'InstanceCreationTime': ['193906.592000', '193906.595000', '193906.597000', '193906.600000', '193906.603000', '193906.605000', '193906.608000', '193906.610000', '193906.613000', '193906.616000', '193906.619000', '193906.621000', '193906.624000', '193906.627000', '193906.629000', '193906.632000', '193906.634000', '193906.637000', '193906.639000', '193906.642000', '193906.645000', '193906.647000', '193906.650000', '193906.652000', '193906.661000', '193906.663000', '193906.666000', '193906.669000', '193906.671000', '193906.674000', '193906.676000', '193906.679000', '193906.682000', '193906.684000', '193906.687000', '193906.689000', '193906.692000', '193906.694000', '193906.697000', '193906.700000', '193906.702000', '193906.705000', '193906.707000', '193906.710000', '193906.713000', '193906.715000', '193906.718000', '193906.720000', '193906.723000', '193906.726000', '193906.735000', '193906.738000', '193906.740000', '193906.743000', '193906.746000', '193906.748000', '193906.751000', '193906.754000', '193926.549000', '193926.551000', '193926.554000', '193926.557000', '193926.559000', '193926.562000', '193926.564000', '193926.567000', '193926.578000', '193926.580000', '193926.583000', '193926.586000', '193926.588000', '193926.591000', '193926.595000', '193926.598000', '193926.600000', '193926.603000', '193926.606000', '193926.609000', '193926.611000', '193926.614000', '193926.616000', '193926.619000', '193926.622000', '193926.624000', '193926.627000', '193926.630000', '193926.632000', '193926.635000', '193926.637000', '193926.640000', '193926.643000', '193926.645000', '193926.648000', '193926.650000', '193926.653000', '193926.656000', '193926.658000', '193926.661000', '193926.663000', '193926.666000', '193926.669000', '193946.549000', '193946.551000', '193946.554000', '193946.557000', '193946.559000', '193946.562000', '193946.565000', '193946.567000', '193946.570000', '193946.573000', '193946.575000', '193946.578000', '193946.587000', '193946.589000', '193946.592000', '193946.595000', '193946.597000', '193946.600000', '193946.602000', '193946.605000', '193946.608000', '193946.610000', '193946.613000', '193946.616000', '193946.618000', '193946.621000', '193946.623000', '193946.626000', '193946.629000', '193946.631000', '193946.634000', '193946.636000', '193946.639000', '193946.642000', '193946.644000', '193946.647000', '193946.649000', '193946.652000', '193946.654000', '193946.657000', '193946.660000', '193946.662000', '193946.665000', '193946.668000', '194006.548000', '194006.551000', '194006.554000', '194006.556000', '194006.559000', '194006.562000', '194006.564000', '194006.567000', '194006.569000', '194006.572000', '194006.575000', '194006.577000', '194006.580000', '194006.583000', '194006.585000', '194006.588000', '194006.591000', '194006.593000', '194006.596000', '194006.598000', '194006.601000', '194006.604000', '194006.606000', '194006.609000', '194006.612000', '194006.614000', '194006.617000', '194006.619000', '194006.622000', '194006.625000', '194006.627000', '194006.630000', '194006.632000', '194006.635000', '194006.638000', '194006.640000', '194006.643000', '194006.645000', '194006.648000', '194006.651000', '194006.653000', '194006.656000', '194006.658000', '194006.661000', '194026.549000', '194026.552000', '194026.554000', '194026.557000', '194026.559000', '194026.562000', '194026.565000', '194026.567000', '194026.570000', '194026.572000', '194026.575000', '194026.578000', '194026.580000', '194026.583000', '194026.586000', '194026.588000', '194026.591000', '194026.594000', '194026.596000', '194026.599000', '194026.602000', '194026.604000', '194026.607000', '194026.609000', '194026.612000', '194026.615000', '194026.617000', '194026.620000', '194026.622000', '194026.625000', '194026.628000', '194026.630000', '194026.633000', '194026.636000', '194026.638000', '194026.641000', '194026.643000', '194026.646000', '194026.649000', '194026.651000', '194026.654000', '194026.656000', '194026.659000', '194046.549000', '194046.551000', '194046.554000', '194046.557000', '194046.559000', '194046.562000', '194046.565000', '194046.567000', '194046.570000', '194046.572000', '194046.575000', '194046.578000', '194046.580000', '194046.583000', '194046.586000', '194046.588000', '194046.591000', '194046.594000', '194046.596000', '194046.599000', '194046.601000', '194046.604000', '194046.607000', '194046.609000', '194046.612000', '194046.615000', '194046.617000', '194046.620000', '194046.623000', '194046.626000', '194046.628000', '194046.633000', '194046.637000', '194046.640000', '194046.643000', '194046.645000', '194046.648000', '194046.651000', '194046.653000', '194046.656000', '194046.658000', '194046.661000', '194046.664000', '194106.547000', '194106.550000', '194106.553000', '194106.556000', '194106.558000', '194106.561000', '194106.563000', '194106.566000', '194106.569000', '194106.571000', '194106.574000', '194106.577000', '194106.579000', '194106.582000', '194106.584000', '194106.587000', '194106.590000', '194106.592000', '194106.595000', '194106.598000', '194106.600000', '194106.603000', '194106.606000', '194106.608000', '194106.611000', '194106.614000', '194106.616000', '194106.619000', '194106.622000', '194106.624000', '194106.627000', '194106.629000', '194106.632000', '194106.634000', '194106.637000', '194106.640000', '194106.642000', '194106.645000', '194106.647000', '194106.650000', '194106.653000', '194106.655000', '194106.658000', '194106.660000', '194126.548000', '194126.550000', '194126.553000', '194126.556000', '194126.558000', '194126.561000', '194126.564000', '194126.566000', '194126.569000', '194126.571000', '194126.574000', '194126.577000', '194126.579000', '194126.582000', '194126.584000', '194126.587000', '194126.590000', '194126.592000', '194126.595000', '194126.598000', '194126.600000', '194126.603000', '194126.614000', '194126.616000', '194126.619000', '194126.622000', '194126.624000', '194126.627000', '194126.629000', '194126.632000', '194126.635000', '194126.637000', '194126.640000', '194126.643000', '194126.645000', '194126.663000', '194126.665000', '194126.668000', '194126.670000', '194126.673000', '194126.676000', '194126.678000', '194126.681000', '194146.548000', '194146.551000', '194146.554000', '194146.556000', '194146.559000', '194146.562000', '194146.564000', '194146.567000', '194146.570000', '194146.572000', '194146.575000', '194146.577000', '194146.580000', '194146.583000', '194146.585000', '194146.588000', '194146.590000', '194146.593000', '194146.596000', '194146.599000', '194146.601000', '194146.604000', '194146.606000', '194146.609000', '194146.612000', '194146.614000', '194146.617000', '194146.620000', '194146.622000', '194146.625000', '194146.627000', '194146.630000', '194146.632000', '194146.635000', '194146.638000', '194146.640000', '194146.643000', '194146.646000', '194146.648000', '194146.651000', '194146.654000', '194146.656000', '194146.659000', '194146.661000', '194206.548000', '194206.551000', '194206.554000', '194206.557000', '194206.559000', '194206.562000', '194206.565000', '194206.567000', '194206.570000', '194206.572000', '194206.575000', '194206.578000', '194206.581000', '194206.583000', '194206.586000', '194206.589000', '194206.591000', '194206.594000', '194206.597000', '194206.599000', '194206.602000', '194206.605000', '194206.607000', '194206.610000', '194206.613000', '194206.615000', '194206.618000', '194206.621000', '194206.623000', '194206.626000', '194206.628000', '194206.631000', '194206.634000', '194206.637000', '194206.640000', '194206.643000', '194206.646000', '194206.648000', '194206.651000', '194206.654000', '194206.656000', '194206.659000', '194206.662000', '194226.549000', '194226.551000', '194226.554000', '194226.557000', '194226.559000', '194226.562000', '194226.565000', '194226.567000', '194226.570000', '194226.572000', '194226.575000', '194226.578000', '194226.580000', '194226.583000', '194226.585000', '194226.588000', '194226.591000', '194226.593000', '194226.596000', '194226.598000', '194226.601000', '194226.604000', '194226.606000', '194226.609000', '194226.612000', '194226.614000', '194226.617000', '194226.619000', '194226.622000', '194226.625000', '194226.627000', '194226.630000', '194226.633000', '194226.635000', '194226.638000', '194226.641000', '194226.643000', '194226.646000', '194226.648000', '194226.651000', '194226.654000', '194226.656000', '194226.659000', '194226.661000', '194246.549000', '194246.552000', '194246.554000', '194246.557000', '194246.559000', '194246.562000', '194246.565000', '194246.567000', '194246.570000', '194246.573000', '194246.575000', '194246.578000', '194246.581000', '194246.583000', '194246.586000', '194246.588000', '194246.591000', '194246.594000', '194246.596000', '194246.599000', '194246.602000', '194246.604000', '194246.607000', '194246.609000', '194246.612000', '194246.615000', '194246.617000', '194246.620000', '194246.623000', '194246.625000', '194246.628000', '194246.631000', '194246.633000', '194246.636000', '194246.639000', '194246.641000', '194246.644000', '194246.646000', '194246.649000', '194246.652000', '194246.654000', '194246.657000', '194246.660000', '194306.548000', '194306.551000', '194306.554000', '194306.556000', '194306.559000', '194306.562000', '194306.564000', '194306.567000', '194306.569000', '194306.572000', '194306.575000', '194306.577000', '194306.580000', '194306.582000', '194306.585000', '194306.588000', '194306.601000', '194306.604000', '194306.606000', '194306.609000', '194306.611000', '194306.614000', '194306.617000', '194306.619000', '194306.622000', '194306.625000', '194306.627000', '194306.630000', '194306.632000', '194306.635000', '194306.638000', '194306.640000', '194306.643000', '194306.645000', '194306.648000', '194306.651000', '194306.653000', '194306.656000', '194306.658000', '194306.661000', '194306.664000', '194306.666000', '194306.669000', '194306.671000', '194326.548000', '194326.551000', '194326.553000', '194326.556000', '194326.558000', '194326.561000', '194326.564000', '194326.566000', '194326.569000', '194326.572000', '194326.574000', '194326.577000', '194326.579000', '194326.582000', '194326.585000', '194326.587000', '194326.590000', '194326.593000', '194326.595000', '194326.598000', '194326.601000', '194326.603000', '194326.606000', '194326.608000', '194326.611000', '194326.614000', '194326.616000', '194326.619000', '194326.622000', '194326.624000', '194326.627000', '194326.630000', '194326.632000', '194326.635000', '194326.638000', '194326.640000', '194326.643000', '194326.646000', '194326.648000', '194326.651000', '194326.654000', '194326.656000', '194326.659000', '194346.547000', '194346.550000', '194346.553000', '194346.555000', '194346.558000', '194346.561000', '194346.563000', '194346.566000', '194346.568000', '194346.571000', '194346.574000', '194346.576000', '194346.579000', '194346.581000', '194346.584000', '194346.587000', '194346.589000', '194346.592000', '194346.595000', '194346.597000', '194346.600000', '194346.602000', '194346.605000', '194346.607000', '194346.610000', '194346.613000', '194346.615000', '194346.618000', '194346.621000', '194346.623000', '194346.626000', '194346.628000', '194346.631000', '194346.634000', '194346.636000', '194346.639000', '194346.641000', '194346.644000', '194346.647000', '194346.649000', '194346.652000', '194346.655000', '194346.657000', '194346.660000', '194406.549000', '194406.551000', '194406.554000', '194406.557000', '194406.568000', '194406.570000', '194406.573000', '194406.575000', '194406.578000', '194406.581000', '194406.583000', '194406.586000', '194406.589000', '194406.591000', '194406.594000', '194406.597000', '194406.599000', '194406.602000', '194406.605000', '194406.607000', '194406.610000', '194406.613000', '194406.615000', '194406.618000', '194406.621000', '194406.623000', '194406.626000', '194406.629000', '194406.631000', '194406.634000', '194406.636000', '194406.639000', '194406.642000', '194406.644000', '194406.647000', '194406.650000', '194406.652000', '194406.655000', '194406.657000', '194406.660000', '194406.663000', '194406.665000', '194406.668000', '194426.549000', '194426.552000', '194426.554000', '194426.557000', '194426.559000', '194426.562000', '194426.565000', '194426.567000', '194426.570000', '194426.573000', '194426.575000', '194426.578000', '194426.580000', '194426.583000', '194426.586000', '194426.588000', '194426.591000', '194426.594000', '194426.596000', '194426.599000', '194426.602000', '194426.604000', '194426.607000', '194426.610000', '194426.612000', '194426.615000', '194426.619000', '194426.622000', '194426.625000', '194426.628000', '194426.630000', '194426.633000', '194426.636000', '194426.638000', '194426.641000', '194426.643000', '194426.646000', '194426.649000', '194426.651000', '194426.654000', '194426.657000', '194426.668000', '194426.671000', '194426.673000', '194446.549000', '194446.552000', '194446.554000', '194446.557000', '194446.560000', '194446.563000', '194446.565000', '194446.568000', '194446.571000', '194446.573000', '194446.576000', '194446.579000', '194446.581000', '194446.584000', '194446.587000', '194446.589000', '194446.592000', '194446.595000', '194446.597000', '194446.600000', '194446.602000', '194446.605000', '194446.608000', '194446.610000', '194446.613000', '194446.615000', '194446.618000', '194446.621000', '194446.623000', '194446.626000', '194446.629000', '194446.631000', '194446.634000', '194446.636000', '194446.639000', '194446.642000', '194446.644000', '194446.647000', '194446.649000', '194446.652000', '194446.655000', '194446.657000', '194446.660000', '194506.548000', '194506.552000', '194506.555000', '194506.557000', '194506.560000', '194506.563000', '194506.565000', '194506.568000', '194506.571000', '194506.573000', '194506.576000', '194506.579000', '194506.581000', '194506.584000', '194506.586000', '194506.589000', '194506.592000', '194506.594000', '194506.597000', '194506.600000', '194506.602000', '194506.605000', '194506.608000', '194506.610000', '194506.613000', '194506.616000', '194506.618000', '194506.621000', '194506.624000', '194506.626000', '194506.629000', '194506.632000', '194506.634000', '194506.637000', '194506.639000', '194506.642000', '194506.645000', '194506.647000', '194506.650000', '194506.652000', '194506.655000', '194506.658000', '194506.660000', '194520.738000', '194520.741000', '194520.744000', '194520.746000', '194520.749000', '194520.751000', '194520.754000', '194520.757000', '194520.759000', '194520.762000', '194520.764000', '194520.767000', '194520.770000', '194520.772000', '194520.775000', '194520.778000', '194520.780000', '194520.783000', '194520.786000', '194520.788000', '194520.791000', '194520.793000', '194520.796000', '194520.799000', '194520.801000', '194520.804000', '194520.807000', '194520.809000', '194520.812000', '194520.814000', '194520.817000', '194520.820000'], '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': [16593, 10269, 17581, 14203, 17007, 13947, 16175, 13165, 17044, 13762, 16686, 13082, 15213, 10824, 16257, 11253, 16171, 11153, 15746, 11078, 16784, 13167, 16462, 13178, 15097, 11829, 16593, 13357, 16985, 11797, 15464, 10138, 15808, 13179, 17114, 13203, 13485, 7583, 13764, 9139, 16964, 12224, 16446, 10737, 16073, 10993, 16947, 14953, 13008, 16463, 11367, 14903, 10855, 16789, 10857, 14181, 8590, 13582, 15220, 14880, 15504, 12853, 16718, 12818, 16546, 11130, 15904, 8821, 14025, 15438, 14009, 16921, 13499, 16093, 12949, 16123, 12403, 17331, 14381, 16913, 13562, 17043, 12651, 13814, 10876, 16996, 14111, 16361, 12881, 17241, 13366, 10201, 9455, 9664, 14444, 10195, 17172, 14120, 17056, 13741, 13213, 11228, 14958, 12323, 17044, 13738, 13044, 10304, 14355, 11712, 17415, 14393, 15831, 12460, 13123, 11026, 16466, 13276, 17028, 13815, 15148, 10840, 15449, 11734, 16837, 13704, 14473, 11601, 13819, 11967, 15616, 14088, 13644, 13734, 11463, 14378, 15520, 14628, 16214, 14140, 13381, 11337, 15098, 12594, 12638, 13048, 9625, 15283, 9866, 16022, 12091, 16279, 13451, 15948, 12119, 16197, 12940, 14873, 10552, 15215, 12006, 16430, 13426, 15574, 10950, 14692, 11128, 16031, 12936, 15363, 12122, 14236, 11104, 16202, 13157, 14325, 12167, 12919, 11531, 15278, 13635, 12692, 13665, 10092, 14652, 13142, 16243, 15392, 13032, 15765, 11867, 14205, 11370, 16613, 13440, 15263, 10924, 14243, 11445, 15962, 12879, 14608, 11782, 12505, 11328, 15153, 13194, 14768, 13241, 12528, 11493, 15327, 13087, 16180, 13498, 12465, 9771, 8238, 10823, 12672, 13778, 9349, 15950, 13321, 12178, 11996, 8736, 15750, 11904, 15523, 13060, 13134, 9305, 12003, 8347, 15852, 11505, 15578, 9704, 12655, 8902, 15053, 11213, 15798, 10424, 13706, 9259, 14927, 11754, 15516, 14890, 12584, 11940, 9103, 13995, 11958, 15767, 12893, 13841, 9732, 14306, 10978, 15073, 12496, 14780, 9532, 13503, 10618, 15423, 12446, 14632, 10527, 14666, 11342, 15211, 13141, 15390, 11642, 15962, 13026, 16436, 17744, 16439, 12547, 8316, 8660, 8661, 10925, 8294, 14349, 11905, 14828, 12469, 10562, 15297, 9741, 16924, 11040, 15964, 12589, 14318, 9227, 11301, 8746, 15193, 10819, 16060, 12239, 15563, 11107, 14798, 11667, 16036, 10772, 16019, 10181, 14031, 9472, 14449, 11757, 16181, 15482, 13393, 11023, 11290, 12050, 14551, 16314, 15093, 11804, 15440, 8345, 16363, 10023, 15999, 12088, 16546, 12567, 15322, 11978, 16057, 12460, 16876, 13931, 15571, 11997, 15197, 12734, 14637, 14782, 11065, 15060, 10188, 16472, 11934, 16813, 9553, 15634, 9266, 16253, 11425, 16288, 8943, 13465, 8750, 16308, 12771, 16142, 14306, 13286, 10603, 14588, 13693, 9477, 15963, 13424, 15962, 12351, 14347, 11257, 15788, 12614, 16292, 10931, 14271, 7856, 13169, 8947, 15974, 11981, 15664, 12230, 14667, 11689, 15732, 12460, 15971, 12790, 15463, 10653, 15440, 11698, 15989, 13193, 15616, 11913, 14474, 11500, 15747, 13051, 15748, 12993, 15306, 12116, 15673, 12795, 15969, 13519, 16205, 12799, 16012, 12710, 16003, 14171, 14200, 10822, 15609, 12938, 15407, 13457, 11579, 13335, 8359, 15923, 11340, 16346, 11935, 14465, 8416, 15070, 10285, 16246, 11003, 15782, 10216, 14370, 8626, 15745, 10357, 16082, 10759, 15455, 9681, 16093, 12720, 14247, 15342, 11612, 15947, 13671, 13824, 11528, 14831, 14873, 14826, 14248, 11132, 12049, 9215, 15681, 12756, 15846, 10884, 14046, 8416, 14808, 9762, 15941, 11090, 14175, 8897, 14601, 9835, 16162, 11809, 16183, 8988, 14371, 9123, 16080, 11245, 16095, 12446, 14992, 11539, 15934, 12938, 16435, 13543, 14849, 10789, 15539, 11830, 15940, 12679, 14908, 9618, 13097, 10777, 15956, 13157, 15801, 13331, 12873, 11045, 15986, 13487, 15780, 13292, 11640, 9639, 10412, 13945, 12370, 16452, 10375, 15630, 10572, 15678, 12366, 16108, 13128, 15662, 11165, 16262, 12478, 16470, 13149, 16070, 12139, 14594, 11654, 15958, 12657, 16349, 13113, 11130, 9889, 11933, 14647, 13763, 16282, 9885, 15107, 9192, 16036, 12260, 16358, 13276, 15375, 12443, 16048, 12591, 16344, 11207, 15804, 8519, 14156, 8912, 16538, 10709, 16262, 7745, 14649, 9733, 16650, 11447, 16766, 11111, 15602, 11164, 16582, 13122, 15221, 13569, 12128, 14341, 9283, 16615, 11729, 16894, 10943, 16081, 11063, 16448, 13359, 17025, 13670, 12108, 11836, 9106, 16473, 10849, 16806, 13326, 15638, 12516, 14771, 12763, 15238, 13655, 12552, 13381, 9808, 16204, 10959, 16994, 11326, 16238, 11911, 15490, 10568, 16561, 13210, 15677, 13228, 12843, 11375, 14771, 15493, 13158, 15439, 10525, 15467, 14328, 15637, 16482, 14382, 11406, 9986, 12957, 12757, 15304, 15153, 11340, 15028, 8798, 16169, 10121, 17040, 11670, 15912, 12188, 16200, 12357, 17183, 13737, 16498, 13282, 12500, 11039, 14603, 15218, 11680, 15834, 8330, 15983, 10349, 16842, 12347, 16337, 11921, 15085, 11305, 16915, 11871, 16908, 12145, 15276, 10866, 16669, 12547, 17002, 13602, 14458, 11232, 14892, 13132, 15864, 13750, 12561, 12165, 10746, 13197, 15652, 13593, 15008, 13846, 11837, 16713, 12969, 15543, 15876, 10004, 16008, 12374, 16270, 12854, 15989, 12747, 11819, 13185, 8352, 16233, 11658, 16187, 11310, 14608, 10549, 15585, 10581, 16376, 11901, 15638, 8748, 13496, 8221, 15973, 12077, 16638, 13607, 15278, 11565, 13559, 11402, 14940, 14613, 11332, 15570, 9247, 16264, 12197, 16938, 14080, 17485, 13912, 12491, 10150, 13660, 12613, 15872, 14185, 15372, 13481, 13494, 10955, 16268, 13462, 16789, 13570, 12948, 10834, 14009, 13193, 15126, 14297, 11903, 14422, 8918, 16270, 10379, 16540, 11734, 15939, 9848, 14898, 9442, 16392, 11327, 16727, 13257, 15665, 11663, 15978, 12984, 15852, 12866, 14080, 12019, 15623, 14130, 15301, 14212, 11299, 14591, 9796, 16718, 10738, 15817, 10472, 16052, 10518, 16842, 11180, 15945, 8542, 15528, 9744, 16421, 11405, 16674, 12809, 15855, 12179, 15813, 13348, 15216, 13832, 11846, 14550, 9206, 16369, 11312, 17029, 11958, 15904, 12452, 16453, 13355, 16736, 13665, 14985, 12318, 12917, 11588, 14218, 15870, 10840, 15372, 7961, 15620, 11662, 16600, 13848, 16098, 13005, 13977, 11611, 15768, 13607, 12949, 13935, 10747, 15734, 10393, 16867, 11411, 15761, 8855, 14821, 9524, 16798, 11621, 16315, 10090, 14054, 8440, 16538, 11352, 16974, 12096, 16087], 'WindowCenter': [4010.0, 3964.0, 3981.0, 3970.0, 3969.0, 3957.0, 3955.0, 3945.0, 3954.0, 3944.0, 3954.0, 3943.0, 3942.0, 3921.0, 3953.0, 3922.0, 3952.0, 3931.0, 3952.0, 3932.0, 3953.0, 3956.0, 3954.0, 3943.0, 3953.0, 3932.0, 3953.0, 3942.0, 3953.0, 3931.0, 3941.0, 3908.0, 3941.0, 3929.0, 3940.0, 3929.0, 3929.0, 3888.0, 3939.0, 3909.0, 3951.0, 3930.0, 3942.0, 3919.0, 3940.0, 3919.0, 3952.0, 3940.0, 3929.0, 3939.0, 3919.0, 3939.0, 3918.0, 3939.0, 3908.0, 3928.0, 3898.0, 3941.0, 3940.0, 3940.0, 3940.0, 3929.0, 3939.0, 3929.0, 3939.0, 3920.0, 3941.0, 3909.0, 3941.0, 3939.0, 3941.0, 3950.0, 3930.0, 3939.0, 3929.0, 3939.0, 3931.0, 3951.0, 3943.0, 3952.0, 3931.0, 3951.0, 3932.0, 3942.0, 3932.0, 3951.0, 3941.0, 3940.0, 3930.0, 3941.0, 3931.0, 3921.0, 3921.0, 3920.0, 3941.0, 3920.0, 3952.0, 3942.0, 3953.0, 3942.0, 3931.0, 3921.0, 3941.0, 3932.0, 3952.0, 3932.0, 3931.0, 3909.0, 3929.0, 3920.0, 3940.0, 3930.0, 3940.0, 3930.0, 3929.0, 3920.0, 3940.0, 3942.0, 3952.0, 3931.0, 3940.0, 3921.0, 3940.0, 3932.0, 3952.0, 3943.0, 3942.0, 3932.0, 3942.0, 3932.0, 3941.0, 3942.0, 3941.0, 3931.0, 3920.0, 3941.0, 3941.0, 3942.0, 3941.0, 3944.0, 3943.0, 3934.0, 3954.0, 3944.0, 3942.0, 3942.0, 3924.0, 3967.0, 3935.0, 3967.0, 3946.0, 3954.0, 3944.0, 3955.0, 3946.0, 3955.0, 3945.0, 3943.0, 3922.0, 3942.0, 3933.0, 3953.0, 3932.0, 3942.0, 3921.0, 3941.0, 3921.0, 3951.0, 3945.0, 3953.0, 3933.0, 3942.0, 3932.0, 3952.0, 3943.0, 3942.0, 3932.0, 3942.0, 3933.0, 3953.0, 3955.0, 3943.0, 3943.0, 3921.0, 3953.0, 3943.0, 3955.0, 3943.0, 3943.0, 3954.0, 3932.0, 3941.0, 3933.0, 3952.0, 3942.0, 3942.0, 3922.0, 3941.0, 3932.0, 3952.0, 3933.0, 3942.0, 3932.0, 3931.0, 3932.0, 3941.0, 3943.0, 3942.0, 3932.0, 3931.0, 3931.0, 3941.0, 3931.0, 3942.0, 3932.0, 3931.0, 3923.0, 3911.0, 3933.0, 3943.0, 3943.0, 3923.0, 3955.0, 3945.0, 3945.0, 3945.0, 3913.0, 3956.0, 3934.0, 3958.0, 3934.0, 3944.0, 3912.0, 3932.0, 3901.0, 3955.0, 3933.0, 3954.0, 3923.0, 3944.0, 3913.0, 3955.0, 3933.0, 3955.0, 3922.0, 3943.0, 3911.0, 3943.0, 3933.0, 3944.0, 3942.0, 3932.0, 3920.0, 3899.0, 3930.0, 3931.0, 3941.0, 3931.0, 3930.0, 3911.0, 3954.0, 3937.0, 3955.0, 3946.0, 3944.0, 3923.0, 3943.0, 3934.0, 3943.0, 3945.0, 3954.0, 3923.0, 3954.0, 3934.0, 3954.0, 3947.0, 3955.0, 3935.0, 3955.0, 3945.0, 3956.0, 3982.0, 3972.0, 3948.0, 3903.0, 3912.0, 3912.0, 3922.0, 3913.0, 3954.0, 3934.0, 3954.0, 3934.0, 3933.0, 3943.0, 3912.0, 3954.0, 3922.0, 3943.0, 3920.0, 3931.0, 3909.0, 3919.0, 3899.0, 3942.0, 3921.0, 3942.0, 3931.0, 3941.0, 3921.0, 3940.0, 3932.0, 3943.0, 3920.0, 3941.0, 3910.0, 3941.0, 3909.0, 3941.0, 3919.0, 3942.0, 3941.0, 3931.0, 3920.0, 3921.0, 3931.0, 3943.0, 3942.0, 3942.0, 3931.0, 3943.0, 3901.0, 3952.0, 3922.0, 3954.0, 3946.0, 3954.0, 3944.0, 3953.0, 3933.0, 3953.0, 3934.0, 3954.0, 3944.0, 3955.0, 3935.0, 3955.0, 3945.0, 3955.0, 3957.0, 3935.0, 3956.0, 3924.0, 3967.0, 3934.0, 3955.0, 3924.0, 3955.0, 3923.0, 3955.0, 3933.0, 3956.0, 3913.0, 3943.0, 3911.0, 3953.0, 3933.0, 3953.0, 3944.0, 3942.0, 3934.0, 3943.0, 3944.0, 3923.0, 3956.0, 3944.0, 3954.0, 3933.0, 3943.0, 3933.0, 3942.0, 3932.0, 3942.0, 3909.0, 3929.0, 3888.0, 3929.0, 3899.0, 3941.0, 3931.0, 3942.0, 3932.0, 3942.0, 3932.0, 3942.0, 3933.0, 3943.0, 3933.0, 3942.0, 3922.0, 3941.0, 3932.0, 3942.0, 3932.0, 3942.0, 3932.0, 3942.0, 3932.0, 3942.0, 3933.0, 3942.0, 3943.0, 3942.0, 3933.0, 3953.0, 3944.0, 3954.0, 3944.0, 3953.0, 3943.0, 3942.0, 3944.0, 3954.0, 3944.0, 3942.0, 3922.0, 3941.0, 3933.0, 3943.0, 3943.0, 3932.0, 3943.0, 3900.0, 3943.0, 3920.0, 3942.0, 3920.0, 3941.0, 3899.0, 3940.0, 3920.0, 3942.0, 3920.0, 3942.0, 3910.0, 3941.0, 3900.0, 3941.0, 3910.0, 3942.0, 3934.0, 3954.0, 3923.0, 3953.0, 3945.0, 3955.0, 3955.0, 3933.0, 3956.0, 3945.0, 3944.0, 3934.0, 3944.0, 3945.0, 3944.0, 3944.0, 3922.0, 3932.0, 3910.0, 3942.0, 3931.0, 3942.0, 3920.0, 3941.0, 3900.0, 3942.0, 3921.0, 3953.0, 3921.0, 3943.0, 3912.0, 3944.0, 3922.0, 3955.0, 3932.0, 3954.0, 3912.0, 3942.0, 3912.0, 3954.0, 3922.0, 3943.0, 3932.0, 3942.0, 3932.0, 3942.0, 3932.0, 3942.0, 3932.0, 3942.0, 3922.0, 3941.0, 3932.0, 3942.0, 3932.0, 3941.0, 3911.0, 3931.0, 3922.0, 3952.0, 3943.0, 3942.0, 3932.0, 3931.0, 3922.0, 3941.0, 3932.0, 3941.0, 3932.0, 3921.0, 3910.0, 3920.0, 3941.0, 3932.0, 3954.0, 3922.0, 3942.0, 3922.0, 3942.0, 3933.0, 3943.0, 3944.0, 3954.0, 3934.0, 3953.0, 3933.0, 3953.0, 3933.0, 3943.0, 3931.0, 3942.0, 3921.0, 3941.0, 3931.0, 3941.0, 3931.0, 3920.0, 3910.0, 3920.0, 3941.0, 3941.0, 3942.0, 3911.0, 3942.0, 3911.0, 3952.0, 3933.0, 3953.0, 3933.0, 3943.0, 3933.0, 3953.0, 3933.0, 3954.0, 3921.0, 3942.0, 3900.0, 3931.0, 3899.0, 3942.0, 3910.0, 3941.0, 3890.0, 3942.0, 3910.0, 3953.0, 3921.0, 3942.0, 3922.0, 3942.0, 3932.0, 3953.0, 3944.0, 3943.0, 3944.0, 3933.0, 3944.0, 3912.0, 3955.0, 3933.0, 3954.0, 3922.0, 3953.0, 3922.0, 3942.0, 3932.0, 3954.0, 3944.0, 3933.0, 3933.0, 3912.0, 3954.0, 3923.0, 3955.0, 3944.0, 3955.0, 3934.0, 3943.0, 3934.0, 3943.0, 3943.0, 3933.0, 3933.0, 3911.0, 3943.0, 3921.0, 3953.0, 3933.0, 3955.0, 3934.0, 3955.0, 3934.0, 3954.0, 3945.0, 3954.0, 3945.0, 3945.0, 3934.0, 3944.0, 3956.0, 3944.0, 3944.0, 3923.0, 3954.0, 3942.0, 3944.0, 3943.0, 3943.0, 3921.0, 3911.0, 3930.0, 3932.0, 3942.0, 3942.0, 3921.0, 3943.0, 3901.0, 3953.0, 3922.0, 3954.0, 3932.0, 3953.0, 3933.0, 3953.0, 3933.0, 3954.0, 3944.0, 3954.0, 3943.0, 3932.0, 3933.0, 3943.0, 3944.0, 3933.0, 3954.0, 3913.0, 3954.0, 3924.0, 3955.0, 3934.0, 3954.0, 3934.0, 3943.0, 3922.0, 3954.0, 3932.0, 3953.0, 3932.0, 3943.0, 3933.0, 3954.0, 3933.0, 3953.0, 3944.0, 3944.0, 3934.0, 3943.0, 3944.0, 3953.0, 3944.0, 3932.0, 3932.0, 3921.0, 3945.0, 3953.0, 3946.0, 3958.0, 3946.0, 3946.0, 3956.0, 3945.0, 3956.0, 3955.0, 3936.0, 3955.0, 3945.0, 3956.0, 3947.0, 3956.0, 3946.0, 3946.0, 3945.0, 3914.0, 3957.0, 3935.0, 3955.0, 3934.0, 3941.0, 3923.0, 3944.0, 3923.0, 3955.0, 3922.0, 3943.0, 3901.0, 3932.0, 3901.0, 3953.0, 3934.0, 3954.0, 3945.0, 3944.0, 3935.0, 3945.0, 3935.0, 3955.0, 3945.0, 3934.0, 3955.0, 3924.0, 3954.0, 3934.0, 3955.0, 3945.0, 3955.0, 3944.0, 3933.0, 3923.0, 3943.0, 3934.0, 3943.0, 3944.0, 3955.0, 3944.0, 3943.0, 3923.0, 3952.0, 3944.0, 3943.0, 3934.0, 3932.0, 3922.0, 3942.0, 3933.0, 3942.0, 3943.0, 3922.0, 3942.0, 3911.0, 3943.0, 3910.0, 3943.0, 3920.0, 3942.0, 3909.0, 3940.0, 3910.0, 3942.0, 3921.0, 3952.0, 3942.0, 3942.0, 3933.0, 3953.0, 3944.0, 3943.0, 3933.0, 3942.0, 3932.0, 3942.0, 3943.0, 3942.0, 3943.0, 3922.0, 3942.0, 3911.0, 3954.0, 3921.0, 3943.0, 3920.0, 3943.0, 3921.0, 3953.0, 3921.0, 3943.0, 3912.0, 3942.0, 3911.0, 3953.0, 3922.0, 3954.0, 3933.0, 3954.0, 3934.0, 3953.0, 3945.0, 3943.0, 3944.0, 3933.0, 3944.0, 3912.0, 3955.0, 3923.0, 3955.0, 3933.0, 3953.0, 3933.0, 3953.0, 3944.0, 3953.0, 3933.0, 3942.0, 3932.0, 3930.0, 3921.0, 3942.0, 3942.0, 3921.0, 3942.0, 3902.0, 3954.0, 3945.0, 3955.0, 3957.0, 3956.0, 3945.0, 3944.0, 3934.0, 3954.0, 3944.0, 3944.0, 3944.0, 3923.0, 3954.0, 3922.0, 3955.0, 3933.0, 3943.0, 3912.0, 3943.0, 3911.0, 3954.0, 3921.0, 3943.0, 3911.0, 3931.0, 3900.0, 3942.0, 3921.0, 3953.0, 3932.0, 3942.0], 'WindowWidth': [8921.0, 8845.0, 8865.0, 8843.0, 8842.0, 8821.0, 8815.0, 8799.0, 8811.0, 8797.0, 8809.0, 8791.0, 8789.0, 8758.0, 8805.0, 8760.0, 8802.0, 8773.0, 8802.0, 8774.0, 8807.0, 8817.0, 8809.0, 8793.0, 8806.0, 8776.0, 8807.0, 8790.0, 8807.0, 8772.0, 8785.0, 8737.0, 8787.0, 8764.0, 8784.0, 8765.0, 8765.0, 8711.0, 8780.0, 8739.0, 8802.0, 8770.0, 8789.0, 8754.0, 8785.0, 8753.0, 8802.0, 8782.0, 8765.0, 8781.0, 8753.0, 8780.0, 8749.0, 8781.0, 8735.0, 8765.0, 8724.0, 8785.0, 8784.0, 8785.0, 8784.0, 8768.0, 8780.0, 8765.0, 8781.0, 8756.0, 8786.0, 8740.0, 8786.0, 8781.0, 8785.0, 8799.0, 8771.0, 8781.0, 8768.0, 8780.0, 8772.0, 8801.0, 8795.0, 8803.0, 8774.0, 8801.0, 8775.0, 8792.0, 8778.0, 8801.0, 8786.0, 8783.0, 8768.0, 8785.0, 8773.0, 8759.0, 8759.0, 8758.0, 8786.0, 8754.0, 8806.0, 8788.0, 8807.0, 8788.0, 8772.0, 8758.0, 8784.0, 8775.0, 8802.0, 8773.0, 8770.0, 8738.0, 8765.0, 8753.0, 8781.0, 8769.0, 8782.0, 8769.0, 8766.0, 8755.0, 8782.0, 8789.0, 8802.0, 8773.0, 8784.0, 8758.0, 8784.0, 8773.0, 8803.0, 8791.0, 8788.0, 8776.0, 8788.0, 8775.0, 8787.0, 8787.0, 8786.0, 8772.0, 8756.0, 8785.0, 8785.0, 8787.0, 8787.0, 8794.0, 8792.0, 8783.0, 8810.0, 8794.0, 8790.0, 8790.0, 8770.0, 8836.0, 8785.0, 8836.0, 8803.0, 8811.0, 8794.0, 8812.0, 8802.0, 8812.0, 8797.0, 8793.0, 8763.0, 8790.0, 8777.0, 8805.0, 8775.0, 8789.0, 8758.0, 8784.0, 8759.0, 8801.0, 8798.0, 8807.0, 8778.0, 8788.0, 8775.0, 8803.0, 8791.0, 8789.0, 8776.0, 8789.0, 8779.0, 8806.0, 8812.0, 8793.0, 8793.0, 8761.0, 8806.0, 8791.0, 8812.0, 8792.0, 8791.0, 8809.0, 8774.0, 8783.0, 8777.0, 8802.0, 8789.0, 8789.0, 8761.0, 8786.0, 8775.0, 8803.0, 8778.0, 8789.0, 8774.0, 8771.0, 8774.0, 8787.0, 8792.0, 8791.0, 8775.0, 8771.0, 8772.0, 8784.0, 8773.0, 8792.0, 8774.0, 8771.0, 8765.0, 8747.0, 8778.0, 8791.0, 8793.0, 8766.0, 8813.0, 8800.0, 8799.0, 8799.0, 8752.0, 8815.0, 8780.0, 8820.0, 8779.0, 8794.0, 8749.0, 8775.0, 8733.0, 8810.0, 8777.0, 8810.0, 8766.0, 8794.0, 8753.0, 8810.0, 8778.0, 8813.0, 8763.0, 8791.0, 8745.0, 8791.0, 8776.0, 8795.0, 8788.0, 8773.0, 8754.0, 8726.0, 8767.0, 8771.0, 8787.0, 8771.0, 8769.0, 8743.0, 8809.0, 8790.0, 8811.0, 8800.0, 8794.0, 8765.0, 8792.0, 8780.0, 8792.0, 8796.0, 8808.0, 8765.0, 8807.0, 8783.0, 8810.0, 8804.0, 8811.0, 8786.0, 8814.0, 8798.0, 8815.0, 8870.0, 8857.0, 8809.0, 8737.0, 8749.0, 8748.0, 8762.0, 8752.0, 8810.0, 8783.0, 8809.0, 8781.0, 8779.0, 8791.0, 8747.0, 8810.0, 8759.0, 8793.0, 8754.0, 8771.0, 8738.0, 8751.0, 8725.0, 8788.0, 8757.0, 8791.0, 8773.0, 8787.0, 8757.0, 8783.0, 8774.0, 8792.0, 8755.0, 8786.0, 8741.0, 8785.0, 8739.0, 8784.0, 8753.0, 8789.0, 8784.0, 8770.0, 8755.0, 8757.0, 8772.0, 8792.0, 8787.0, 8790.0, 8771.0, 8791.0, 8734.0, 8804.0, 8763.0, 8812.0, 8804.0, 8811.0, 8795.0, 8806.0, 8779.0, 8807.0, 8780.0, 8808.0, 8795.0, 8811.0, 8784.0, 8812.0, 8800.0, 8812.0, 8819.0, 8786.0, 8815.0, 8767.0, 8834.0, 8782.0, 8815.0, 8769.0, 8812.0, 8765.0, 8815.0, 8779.0, 8817.0, 8754.0, 8792.0, 8747.0, 8807.0, 8778.0, 8807.0, 8794.0, 8790.0, 8781.0, 8792.0, 8796.0, 8765.0, 8817.0, 8795.0, 8811.0, 8780.0, 8792.0, 8778.0, 8789.0, 8773.0, 8791.0, 8738.0, 8766.0, 8709.0, 8764.0, 8726.0, 8785.0, 8772.0, 8788.0, 8776.0, 8789.0, 8777.0, 8790.0, 8780.0, 8792.0, 8778.0, 8790.0, 8761.0, 8787.0, 8775.0, 8790.0, 8777.0, 8790.0, 8776.0, 8788.0, 8775.0, 8788.0, 8777.0, 8790.0, 8792.0, 8790.0, 8778.0, 8805.0, 8795.0, 8808.0, 8795.0, 8806.0, 8792.0, 8790.0, 8796.0, 8808.0, 8795.0, 8790.0, 8762.0, 8786.0, 8780.0, 8793.0, 8792.0, 8776.0, 8791.0, 8729.0, 8793.0, 8754.0, 8791.0, 8755.0, 8784.0, 8727.0, 8783.0, 8755.0, 8789.0, 8755.0, 8789.0, 8742.0, 8784.0, 8728.0, 8785.0, 8741.0, 8791.0, 8779.0, 8809.0, 8765.0, 8808.0, 8800.0, 8813.0, 8814.0, 8779.0, 8816.0, 8798.0, 8797.0, 8780.0, 8793.0, 8798.0, 8795.0, 8793.0, 8762.0, 8773.0, 8742.0, 8788.0, 8770.0, 8790.0, 8754.0, 8785.0, 8728.0, 8790.0, 8759.0, 8806.0, 8760.0, 8793.0, 8749.0, 8794.0, 8762.0, 8813.0, 8775.0, 8808.0, 8748.0, 8789.0, 8747.0, 8808.0, 8760.0, 8793.0, 8775.0, 8788.0, 8775.0, 8789.0, 8775.0, 8790.0, 8776.0, 8788.0, 8760.0, 8787.0, 8774.0, 8789.0, 8775.0, 8787.0, 8745.0, 8772.0, 8761.0, 8803.0, 8792.0, 8791.0, 8775.0, 8773.0, 8760.0, 8786.0, 8775.0, 8788.0, 8773.0, 8757.0, 8742.0, 8754.0, 8786.0, 8773.0, 8809.0, 8761.0, 8790.0, 8761.0, 8788.0, 8779.0, 8793.0, 8794.0, 8807.0, 8780.0, 8805.0, 8779.0, 8807.0, 8777.0, 8792.0, 8772.0, 8786.0, 8757.0, 8784.0, 8771.0, 8785.0, 8771.0, 8753.0, 8740.0, 8753.0, 8786.0, 8786.0, 8791.0, 8745.0, 8789.0, 8746.0, 8803.0, 8777.0, 8805.0, 8778.0, 8792.0, 8778.0, 8804.0, 8778.0, 8807.0, 8757.0, 8787.0, 8727.0, 8771.0, 8725.0, 8789.0, 8740.0, 8786.0, 8715.0, 8788.0, 8741.0, 8807.0, 8758.0, 8790.0, 8761.0, 8788.0, 8775.0, 8804.0, 8793.0, 8792.0, 8792.0, 8778.0, 8796.0, 8748.0, 8813.0, 8776.0, 8810.0, 8760.0, 8804.0, 8759.0, 8786.0, 8776.0, 8808.0, 8792.0, 8778.0, 8776.0, 8748.0, 8808.0, 8764.0, 8812.0, 8794.0, 8812.0, 8782.0, 8792.0, 8780.0, 8793.0, 8792.0, 8777.0, 8777.0, 8744.0, 8790.0, 8757.0, 8806.0, 8776.0, 8812.0, 8779.0, 8810.0, 8781.0, 8809.0, 8796.0, 8809.0, 8798.0, 8797.0, 8782.0, 8796.0, 8813.0, 8795.0, 8796.0, 8763.0, 8808.0, 8788.0, 8793.0, 8793.0, 8788.0, 8757.0, 8743.0, 8769.0, 8774.0, 8788.0, 8789.0, 8759.0, 8791.0, 8732.0, 8806.0, 8760.0, 8809.0, 8775.0, 8805.0, 8778.0, 8804.0, 8779.0, 8810.0, 8795.0, 8807.0, 8791.0, 8774.0, 8778.0, 8793.0, 8795.0, 8778.0, 8809.0, 8752.0, 8808.0, 8767.0, 8813.0, 8780.0, 8809.0, 8779.0, 8790.0, 8761.0, 8807.0, 8774.0, 8805.0, 8774.0, 8790.0, 8778.0, 8805.0, 8777.0, 8804.0, 8792.0, 8794.0, 8780.0, 8790.0, 8794.0, 8806.0, 8792.0, 8775.0, 8775.0, 8758.0, 8797.0, 8804.0, 8800.0, 8820.0, 8798.0, 8800.0, 8815.0, 8799.0, 8813.0, 8813.0, 8786.0, 8809.0, 8797.0, 8812.0, 8802.0, 8814.0, 8801.0, 8800.0, 8799.0, 8753.0, 8819.0, 8781.0, 8814.0, 8778.0, 8787.0, 8762.0, 8794.0, 8762.0, 8810.0, 8761.0, 8789.0, 8732.0, 8773.0, 8732.0, 8805.0, 8781.0, 8808.0, 8796.0, 8795.0, 8782.0, 8798.0, 8784.0, 8810.0, 8798.0, 8779.0, 8810.0, 8768.0, 8809.0, 8780.0, 8813.0, 8796.0, 8811.0, 8795.0, 8779.0, 8765.0, 8790.0, 8780.0, 8793.0, 8796.0, 8811.0, 8794.0, 8793.0, 8764.0, 8803.0, 8792.0, 8790.0, 8779.0, 8775.0, 8761.0, 8787.0, 8776.0, 8789.0, 8789.0, 8759.0, 8789.0, 8744.0, 8791.0, 8743.0, 8793.0, 8755.0, 8788.0, 8739.0, 8783.0, 8741.0, 8788.0, 8759.0, 8803.0, 8787.0, 8789.0, 8776.0, 8805.0, 8794.0, 8793.0, 8777.0, 8787.0, 8773.0, 8788.0, 8790.0, 8789.0, 8789.0, 8760.0, 8789.0, 8744.0, 8809.0, 8758.0, 8794.0, 8756.0, 8790.0, 8756.0, 8806.0, 8757.0, 8791.0, 8748.0, 8790.0, 8746.0, 8807.0, 8761.0, 8808.0, 8777.0, 8808.0, 8781.0, 8807.0, 8797.0, 8794.0, 8794.0, 8776.0, 8794.0, 8747.0, 8812.0, 8763.0, 8811.0, 8776.0, 8806.0, 8778.0, 8804.0, 8793.0, 8806.0, 8778.0, 8788.0, 8773.0, 8769.0, 8757.0, 8786.0, 8789.0, 8758.0, 8789.0, 8736.0, 8807.0, 8799.0, 8814.0, 8819.0, 8815.0, 8798.0, 8794.0, 8781.0, 8808.0, 8795.0, 8794.0, 8796.0, 8763.0, 8810.0, 8762.0, 8814.0, 8776.0, 8794.0, 8747.0, 8789.0, 8744.0, 8809.0, 8758.0, 8792.0, 8743.0, 8772.0, 8728.0, 8791.0, 8759.0, 8807.0, 8772.0, 8788.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.0011852183908045977</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02559869068965517</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.38133484257763</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1830340699424624</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0134150250517842</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4468</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6758.1021</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09126852836613097</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.712643678160919</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5475936668069834</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4263463966968484</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9047753852902125</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3116592184338884</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00456517</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02276327647268772</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.020150363445281982</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.8396291331861736</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>68.9097</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.3443</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.5539</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308949.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>705.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>323.2337</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3159</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.2792</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3159.2669</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3384.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67595.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>968.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4095.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>881.3286</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.7619663272053</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> |