=== 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-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0077_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-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-03_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-03_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-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-03_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-03_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-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-03_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-03_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-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-03_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-03_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-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-03_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-03_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-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-03_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-03_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-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-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0077/ses-03/func/sub-0077_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>c5977b98a1d14c6926ac9c984cc348cb</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:14:43.880000</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</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.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>5cd3b41a-175b-415e-8b99-869ca94eb83c||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': ['191443.880000', '191444.340000', '191444.800000', '191445.260000', '191445.720000', '191446.180000', '191446.640000', '191447.100000', '191447.560000', '191448.020000', '191448.480000', '191448.940000', '191449.400000', '191449.860000', '191450.320000', '191450.780000', '191451.240000', '191451.700000', '191452.160000', '191452.620000', '191453.080000', '191453.540000', '191454.000000', '191454.460000', '191454.920000', '191455.380000', '191455.840000', '191456.300000', '191456.760000', '191457.220000', '191457.680000', '191458.140000', '191458.600000', '191459.060000', '191459.520000', '191459.980000', '191500.440000', '191500.900000', '191501.360000', '191501.820000', '191502.280000', '191502.740000', '191503.200000', '191503.660000', '191504.120000', '191504.580000', '191505.040000', '191505.500000', '191505.960000', '191506.420000', '191506.880000', '191507.340000', '191507.800000', '191508.260000', '191508.720000', '191509.180000', '191509.640000', '191510.100000', '191510.560000', '191511.020000', '191511.480000', '191511.940000', '191512.400000', '191512.860000', '191513.320000', '191513.780000', '191514.240000', '191514.700000', '191515.160000', '191515.620000', '191516.080000', '191516.540000', '191517.000000', '191517.460000', '191517.920000', '191518.380000', '191518.840000', '191519.300000', '191519.760000', '191520.220000', '191520.680000', '191521.140000', '191521.600000', '191522.060000', '191522.520000', '191522.980000', '191523.440000', '191523.900000', '191524.360000', '191524.820000', '191525.280000', '191525.740000', '191526.200000', '191526.660000', '191527.120000', '191527.580000', '191528.040000', '191528.500000', '191528.960000', '191529.420000', '191529.880000', '191530.340000', '191530.800000', '191531.260000', '191531.720000', '191532.180000', '191532.640000', '191533.100000', '191533.560000', '191534.020000', '191534.480000', '191534.940000', '191535.400000', '191535.860000', '191536.320000', '191536.780000', '191537.240000', '191537.700000', '191538.160000', '191538.620000', '191539.080000', '191539.540000', '191540.000000', '191540.460000', '191540.920000', '191541.380000', '191541.840000', '191542.300000', '191542.760000', '191543.220000', '191543.680000', '191544.140000', '191544.600000', '191545.060000', '191545.520000', '191545.980000', '191546.440000', '191546.900000', '191547.360000', '191547.820000', '191548.280000', '191548.740000', '191549.200000', '191549.660000', '191550.120000', '191550.580000', '191551.040000', '191551.500000', '191551.960000', '191552.420000', '191552.880000', '191553.340000', '191553.800000', '191554.260000', '191554.720000', '191555.180000', '191555.640000', '191556.100000', '191556.560000', '191557.020000', '191557.480000', '191557.940000', '191558.400000', '191558.860000', '191559.320000', '191559.780000', '191600.240000', '191600.700000', '191601.160000', '191601.620000', '191602.080000', '191602.540000', '191603.000000', '191603.460000', '191603.920000', '191604.380000', '191604.840000', '191605.300000', '191605.760000', '191606.220000', '191606.680000', '191607.140000', '191607.600000', '191608.060000', '191608.520000', '191608.980000', '191609.440000', '191609.900000', '191610.360000', '191610.820000', '191611.280000', '191611.740000', '191612.200000', '191612.660000', '191613.120000', '191613.580000', '191614.040000', '191614.500000', '191614.960000', '191615.420000', '191615.880000', '191616.340000', '191616.800000', '191617.260000', '191617.720000', '191618.180000', '191618.640000', '191619.100000', '191619.560000', '191620.020000', '191620.480000', '191620.940000', '191621.400000', '191621.860000', '191622.320000', '191622.780000', '191623.240000', '191623.700000', '191624.160000', '191624.620000', '191625.080000', '191625.540000', '191626.000000', '191626.460000', '191626.920000', '191627.380000', '191627.840000', '191628.300000', '191628.760000', '191629.220000', '191629.680000', '191630.140000', '191630.600000', '191631.060000', '191631.520000', '191631.980000', '191632.440000', '191632.900000', '191633.360000', '191633.820000', '191634.280000', '191634.740000', '191635.200000', '191635.660000', '191636.120000', '191636.580000', '191637.040000', '191637.500000', '191637.960000', '191638.420000', '191638.880000', '191639.340000', '191639.800000', '191640.260000', '191640.720000', '191641.180000', '191641.640000', '191642.100000', '191642.560000', '191643.020000', '191643.480000', '191643.940000', '191644.400000', '191644.860000', '191645.320000', '191645.780000', '191646.240000', '191646.700000', '191647.160000', '191647.620000', '191648.080000', '191648.540000', '191649.000000', '191649.460000', '191649.920000', '191650.380000', '191650.840000', '191651.300000', '191651.760000', '191652.220000', '191652.680000', '191653.140000', '191653.600000', '191654.060000', '191654.520000', '191654.980000', '191655.440000', '191655.900000', '191656.360000', '191656.820000', '191657.280000', '191657.740000', '191658.200000', '191658.660000', '191659.120000', '191659.580000', '191700.040000', '191700.500000', '191700.960000', '191701.420000', '191701.880000', '191702.340000', '191702.800000', '191703.260000', '191703.720000', '191704.180000', '191704.640000', '191705.100000', '191705.560000', '191706.020000', '191706.480000', '191706.940000', '191707.400000', '191707.860000', '191708.320000', '191708.780000', '191709.240000', '191709.700000', '191710.160000', '191710.620000', '191711.080000', '191711.540000', '191712.000000', '191712.460000', '191712.920000', '191713.380000', '191713.840000', '191714.300000', '191714.760000', '191715.220000', '191715.680000', '191716.140000', '191716.600000', '191717.060000', '191717.520000', '191717.980000', '191718.440000', '191718.900000', '191719.360000', '191719.820000', '191720.280000', '191720.740000', '191721.200000', '191721.660000', '191722.120000', '191722.580000', '191723.040000', '191723.500000', '191723.960000', '191724.420000', '191724.880000', '191725.340000', '191725.800000', '191726.260000', '191726.720000', '191727.180000', '191727.640000', '191728.100000', '191728.560000', '191729.020000', '191729.480000', '191729.940000', '191730.400000', '191730.860000', '191731.320000', '191731.780000', '191732.240000', '191732.700000', '191733.160000', '191733.620000', '191734.080000', '191734.540000', '191735.000000', '191735.460000', '191735.920000', '191736.380000', '191736.840000', '191737.300000', '191737.760000', '191738.220000', '191738.680000', '191739.140000', '191739.600000', '191740.060000', '191740.520000', '191740.980000', '191741.440000', '191741.900000', '191742.360000', '191742.820000', '191743.280000', '191743.740000', '191744.200000', '191744.660000', '191745.120000', '191745.580000', '191746.040000', '191746.500000', '191746.960000', '191747.420000', '191747.880000', '191748.340000', '191748.800000', '191749.260000', '191749.720000', '191750.180000', '191750.640000', '191751.100000', '191751.560000', '191752.020000', '191752.480000', '191752.940000', '191753.400000', '191753.860000', '191754.320000', '191754.780000', '191755.240000', '191755.700000', '191756.160000', '191756.620000', '191757.080000', '191757.540000', '191758.000000', '191758.460000', '191758.920000', '191759.380000', '191759.840000', '191800.300000', '191800.760000', '191801.220000', '191801.680000', '191802.140000', '191802.600000', '191803.060000', '191803.520000', '191803.980000', '191804.440000', '191804.900000', '191805.360000', '191805.820000', '191806.280000', '191806.740000', '191807.200000', '191807.660000', '191808.120000', '191808.580000', '191809.040000', '191809.500000', '191809.960000', '191810.420000', '191810.880000', '191811.340000', '191811.800000', '191812.260000', '191812.720000', '191813.180000', '191813.640000', '191814.100000', '191814.560000', '191815.020000', '191815.480000', '191815.940000', '191816.400000', '191816.860000', '191817.320000', '191817.780000', '191818.240000', '191818.700000', '191819.160000', '191819.620000', '191820.080000', '191820.540000', '191821.000000', '191821.460000', '191821.920000', '191822.380000', '191822.840000', '191823.300000', '191823.760000', '191824.220000', '191824.680000', '191825.140000', '191825.600000', '191826.060000', '191826.520000', '191826.980000', '191827.440000', '191827.900000', '191828.360000', '191828.820000', '191829.280000', '191829.740000', '191830.200000', '191830.660000', '191831.120000', '191831.580000', '191832.040000', '191832.500000', '191832.960000', '191833.420000', '191833.880000', '191834.340000', '191834.800000', '191835.260000', '191835.720000', '191836.180000', '191836.640000', '191837.100000', '191837.560000', '191838.020000', '191838.480000', '191838.940000', '191839.400000', '191839.860000', '191840.320000', '191840.780000', '191841.240000', '191841.700000', '191842.160000', '191842.620000', '191843.080000', '191843.540000', '191844.000000', '191844.460000', '191844.920000', '191845.380000', '191845.840000', '191846.300000', '191846.760000', '191847.220000', '191847.680000', '191848.140000', '191848.600000', '191849.060000', '191849.520000', '191849.980000', '191850.440000', '191850.900000', '191851.360000', '191851.820000', '191852.280000', '191852.740000', '191853.200000', '191853.660000', '191854.120000', '191854.580000', '191855.040000', '191855.500000', '191855.960000', '191856.420000', '191856.880000', '191857.340000', '191857.800000', '191858.260000', '191858.720000', '191859.180000', '191859.640000', '191900.100000', '191900.560000', '191901.020000', '191901.480000', '191901.940000', '191902.400000', '191902.860000', '191903.320000', '191903.780000', '191904.240000', '191904.700000', '191905.160000', '191905.620000', '191906.080000', '191906.540000', '191907.000000', '191907.460000', '191907.920000', '191908.380000', '191908.840000', '191909.300000', '191909.760000', '191910.220000', '191910.680000', '191911.140000', '191911.600000', '191912.060000', '191912.520000', '191912.980000', '191913.440000', '191913.900000', '191914.360000', '191914.820000', '191915.280000', '191915.740000', '191916.200000', '191916.660000', '191917.120000', '191917.580000', '191918.040000', '191918.500000', '191918.960000', '191919.420000', '191919.880000', '191920.340000', '191920.800000', '191921.260000', '191921.720000', '191922.180000', '191922.640000', '191923.100000', '191923.560000', '191924.020000', '191924.480000', '191924.940000', '191925.400000', '191925.860000', '191926.320000', '191926.780000', '191927.240000', '191927.700000', '191928.160000', '191928.620000', '191929.080000', '191929.540000', '191930.000000', '191930.460000', '191930.920000', '191931.380000', '191931.840000', '191932.300000', '191932.760000', '191933.220000', '191933.680000', '191934.140000', '191934.600000', '191935.060000', '191935.520000', '191935.980000', '191936.440000', '191936.900000', '191937.360000', '191937.820000', '191938.280000', '191938.740000', '191939.200000', '191939.660000', '191940.120000', '191940.580000', '191941.040000', '191941.500000', '191941.960000', '191942.420000', '191942.880000', '191943.340000', '191943.800000', '191944.260000', '191944.720000', '191945.180000', '191945.640000', '191946.100000', '191946.560000', '191947.020000', '191947.480000', '191947.940000', '191948.400000', '191948.860000', '191949.320000', '191949.780000', '191950.240000', '191950.700000', '191951.160000', '191951.620000', '191952.080000', '191952.540000', '191953.000000', '191953.460000', '191953.920000', '191954.380000', '191954.840000', '191955.300000', '191955.760000', '191956.220000', '191956.680000', '191957.140000', '191957.600000', '191958.060000', '191958.520000', '191958.980000', '191959.440000', '191959.900000', '192000.360000', '192000.820000', '192001.280000', '192001.740000', '192002.200000', '192002.660000', '192003.120000', '192003.580000', '192004.040000', '192004.500000', '192004.960000', '192005.420000', '192005.880000', '192006.340000', '192006.800000', '192007.260000', '192007.720000', '192008.180000', '192008.640000', '192009.100000', '192009.560000', '192010.020000', '192010.480000', '192010.940000', '192011.400000', '192011.860000', '192012.320000', '192012.780000', '192013.240000', '192013.700000', '192014.160000', '192014.620000', '192015.080000', '192015.540000', '192016.000000', '192016.460000', '192016.920000', '192017.380000', '192017.840000', '192018.300000', '192018.760000', '192019.220000', '192019.680000', '192020.140000', '192020.600000', '192021.060000', '192021.520000', '192021.980000', '192022.440000', '192022.900000', '192023.360000', '192023.820000', '192024.280000', '192024.740000', '192025.200000', '192025.660000', '192026.120000', '192026.580000', '192027.040000', '192027.500000', '192027.960000', '192028.420000', '192028.880000', '192029.340000', '192029.800000', '192030.260000', '192030.720000', '192031.180000', '192031.640000', '192032.100000', '192032.560000', '192033.020000', '192033.480000', '192033.940000', '192034.400000', '192034.860000', '192035.320000', '192035.780000', '192036.240000', '192036.700000', '192037.160000', '192037.620000', '192038.080000', '192038.540000', '192039.000000', '192039.460000', '192039.920000', '192040.380000', '192040.840000', '192041.300000', '192041.760000', '192042.220000', '192042.680000', '192043.140000', '192043.600000', '192044.060000', '192044.520000', '192044.980000', '192045.440000', '192045.900000', '192046.360000', '192046.820000', '192047.280000', '192047.740000', '192048.200000', '192048.660000', '192049.120000', '192049.580000', '192050.040000', '192050.500000', '192050.960000', '192051.420000', '192051.880000', '192052.340000', '192052.800000', '192053.260000', '192053.720000', '192054.180000', '192054.640000', '192055.100000', '192055.560000', '192056.020000', '192056.480000', '192056.940000', '192057.400000', '192057.860000', '192058.320000', '192058.780000', '192059.240000', '192059.700000', '192100.160000', '192100.620000', '192101.080000', '192101.540000', '192102.000000', '192102.460000', '192102.920000', '192103.380000', '192103.840000', '192104.300000', '192104.760000', '192105.220000', '192105.680000', '192106.140000', '192106.600000', '192107.060000', '192107.520000', '192107.980000', '192108.440000', '192108.900000', '192109.360000', '192109.820000', '192110.280000', '192110.740000', '192111.200000', '192111.660000', '192112.120000', '192112.580000', '192113.040000', '192113.500000', '192113.960000', '192114.420000', '192114.880000', '192115.340000', '192115.800000', '192116.260000', '192116.720000', '192117.180000', '192117.640000', '192118.100000', '192118.560000', '192119.020000', '192119.480000', '192119.940000', '192120.400000', '192120.860000', '192121.320000', '192121.780000', '192122.240000', '192122.700000', '192123.160000', '192123.620000', '192124.080000', '192124.540000'], 'ContentTime': ['191506.574000', '191506.577000', '191506.582000', '191506.585000', '191506.587000', '191506.590000', '191506.593000', '191506.595000', '191506.598000', '191506.600000', '191506.603000', '191506.605000', '191506.608000', '191506.611000', '191506.613000', '191506.616000', '191506.618000', '191506.621000', '191506.624000', '191506.626000', '191506.629000', '191506.631000', '191506.634000', '191506.636000', '191506.639000', '191506.641000', '191506.644000', '191506.647000', '191506.649000', '191506.652000', '191506.654000', '191506.657000', '191506.660000', '191506.662000', '191506.665000', '191506.667000', '191506.670000', '191506.672000', '191506.675000', '191506.677000', '191506.680000', '191506.689000', '191506.691000', '191506.698000', '191506.700000', '191506.703000', '191526.549000', '191526.551000', '191526.554000', '191526.557000', '191526.559000', '191526.562000', '191526.564000', '191526.567000', '191526.569000', '191526.572000', '191526.575000', '191526.577000', '191526.580000', '191526.582000', '191526.585000', '191526.588000', '191526.590000', '191526.593000', '191526.595000', '191526.598000', '191526.601000', '191526.603000', '191526.606000', '191526.608000', '191526.611000', '191526.614000', '191526.616000', '191526.619000', '191526.621000', '191526.624000', '191526.627000', '191526.640000', '191526.642000', '191526.645000', '191526.647000', '191526.650000', '191526.653000', '191526.655000', '191526.658000', '191526.660000', '191526.663000', '191526.666000', '191526.668000', '191546.547000', '191546.550000', '191546.553000', '191546.555000', '191546.558000', '191546.560000', '191546.563000', '191546.566000', '191546.568000', '191546.571000', '191546.573000', '191546.576000', '191546.578000', '191546.581000', '191546.584000', '191546.586000', '191546.589000', '191546.591000', '191546.594000', '191546.596000', '191546.599000', '191546.602000', '191546.604000', '191546.607000', '191546.609000', '191546.612000', '191546.615000', '191546.617000', '191546.620000', '191546.622000', '191546.625000', '191546.627000', '191546.630000', '191546.633000', '191546.635000', '191546.638000', '191546.640000', '191546.643000', '191546.645000', '191546.648000', '191546.651000', '191546.653000', '191546.656000', '191606.548000', '191606.551000', '191606.554000', '191606.557000', '191606.559000', '191606.562000', '191606.565000', '191606.567000', '191606.570000', '191606.572000', '191606.575000', '191606.577000', '191606.580000', '191606.583000', '191606.585000', '191606.588000', '191606.590000', '191606.593000', '191606.596000', '191606.598000', '191606.601000', '191606.604000', '191606.606000', '191606.609000', '191606.611000', '191606.614000', '191606.617000', '191606.619000', '191606.622000', '191606.624000', '191606.627000', '191606.629000', '191606.632000', '191606.635000', '191606.637000', '191606.640000', '191606.642000', '191606.645000', '191606.648000', '191606.650000', '191606.653000', '191606.655000', '191606.662000', '191606.665000', '191626.549000', '191626.551000', '191626.554000', '191626.556000', '191626.559000', '191626.562000', '191626.564000', '191626.567000', '191626.570000', '191626.572000', '191626.575000', '191626.578000', '191626.580000', '191626.583000', '191626.585000', '191626.588000', '191626.591000', '191626.593000', '191626.596000', '191626.598000', '191626.601000', '191626.604000', '191626.606000', '191626.609000', '191626.611000', '191626.614000', '191626.616000', '191626.619000', '191626.622000', '191626.624000', '191626.627000', '191626.629000', '191626.632000', '191626.634000', '191626.637000', '191626.640000', '191626.642000', '191626.647000', '191626.650000', '191626.652000', '191626.655000', '191626.657000', '191626.660000', '191626.663000', '191646.548000', '191646.551000', '191646.554000', '191646.556000', '191646.559000', '191646.562000', '191646.564000', '191646.567000', '191646.570000', '191646.572000', '191646.575000', '191646.577000', '191646.580000', '191646.582000', '191646.585000', '191646.588000', '191646.590000', '191646.593000', '191646.595000', '191646.598000', '191646.601000', '191646.603000', '191646.606000', '191646.608000', '191646.611000', '191646.614000', '191646.616000', '191646.619000', '191646.622000', '191646.624000', '191646.627000', '191646.629000', '191646.632000', '191646.654000', '191646.676000', '191646.679000', '191646.681000', '191646.684000', '191646.686000', '191646.689000', '191646.692000', '191646.694000', '191646.697000', '191706.548000', '191706.551000', '191706.554000', '191706.556000', '191706.559000', '191706.562000', '191706.564000', '191706.567000', '191706.569000', '191706.572000', '191706.575000', '191706.577000', '191706.580000', '191706.582000', '191706.585000', '191706.588000', '191706.590000', '191706.593000', '191706.595000', '191706.598000', '191706.601000', '191706.603000', '191706.606000', '191706.609000', '191706.611000', '191706.614000', '191706.617000', '191706.619000', '191706.622000', '191706.624000', '191706.627000', '191706.630000', '191706.632000', '191706.635000', '191706.637000', '191706.640000', '191706.643000', '191706.645000', '191706.648000', '191706.650000', '191706.653000', '191706.655000', '191706.658000', '191706.661000', '191726.549000', '191726.551000', '191726.554000', '191726.557000', '191726.559000', '191726.562000', '191726.564000', '191726.567000', '191726.570000', '191726.572000', '191726.575000', '191726.577000', '191726.580000', '191726.583000', '191726.585000', '191726.588000', '191726.590000', '191726.593000', '191726.596000', '191726.598000', '191726.601000', '191726.603000', '191726.606000', '191726.609000', '191726.611000', '191726.623000', '191726.625000', '191726.628000', '191726.630000', '191726.633000', '191726.636000', '191726.638000', '191726.641000', '191726.643000', '191726.646000', '191726.649000', '191726.651000', '191726.654000', '191726.657000', '191726.659000', '191726.662000', '191726.664000', '191726.667000', '191746.548000', '191746.552000', '191746.555000', '191746.558000', '191746.560000', '191746.563000', '191746.566000', '191746.568000', '191746.571000', '191746.573000', '191746.576000', '191746.579000', '191746.581000', '191746.584000', '191746.586000', '191746.589000', '191746.591000', '191746.594000', '191746.597000', '191746.599000', '191746.602000', '191746.605000', '191746.607000', '191746.610000', '191746.612000', '191746.615000', '191746.618000', '191746.620000', '191746.623000', '191746.625000', '191746.628000', '191746.631000', '191746.633000', '191746.636000', '191746.638000', '191746.641000', '191746.644000', '191746.646000', '191746.649000', '191746.651000', '191746.654000', '191746.656000', '191746.659000', '191746.662000', '191806.547000', '191806.550000', '191806.553000', '191806.556000', '191806.558000', '191806.561000', '191806.564000', '191806.566000', '191806.569000', '191806.571000', '191806.574000', '191806.577000', '191806.579000', '191806.582000', '191806.585000', '191806.587000', '191806.590000', '191806.592000', '191806.595000', '191806.598000', '191806.600000', '191806.603000', '191806.605000', '191806.608000', '191806.611000', '191806.613000', '191806.616000', '191806.619000', '191806.621000', '191806.624000', '191806.627000', '191806.629000', '191806.632000', '191806.634000', '191806.637000', '191806.640000', '191806.642000', '191806.645000', '191806.647000', '191806.650000', '191806.653000', '191806.655000', '191806.658000', '191826.549000', '191826.551000', '191826.554000', '191826.557000', '191826.559000', '191826.562000', '191826.564000', '191826.567000', '191826.570000', '191826.572000', '191826.575000', '191826.577000', '191826.580000', '191826.582000', '191826.585000', '191826.588000', '191826.599000', '191826.601000', '191826.604000', '191826.606000', '191826.609000', '191826.612000', '191826.614000', '191826.617000', '191826.620000', '191826.622000', '191826.625000', '191826.627000', '191826.630000', '191826.633000', '191826.636000', '191826.639000', '191826.642000', '191826.645000', '191826.647000', '191826.650000', '191826.652000', '191826.655000', '191826.658000', '191826.660000', '191826.663000', '191826.665000', '191826.668000', '191846.548000', '191846.551000', '191846.554000', '191846.557000', '191846.559000', '191846.562000', '191846.564000', '191846.567000', '191846.569000', '191846.572000', '191846.575000', '191846.577000', '191846.580000', '191846.582000', '191846.585000', '191846.587000', '191846.590000', '191846.593000', '191846.595000', '191846.598000', '191846.600000', '191846.603000', '191846.606000', '191846.608000', '191846.611000', '191846.613000', '191846.616000', '191846.619000', '191846.621000', '191846.624000', '191846.627000', '191846.629000', '191846.632000', '191846.634000', '191846.637000', '191846.640000', '191846.642000', '191846.645000', '191846.647000', '191846.650000', '191846.653000', '191846.655000', '191846.658000', '191846.660000', '191906.549000', '191906.551000', '191906.554000', '191906.557000', '191906.559000', '191906.563000', '191906.566000', '191906.568000', '191906.571000', '191906.574000', '191906.576000', '191906.579000', '191906.582000', '191906.584000', '191906.587000', '191906.589000', '191906.594000', '191906.597000', '191906.599000', '191906.602000', '191906.605000', '191906.607000', '191906.610000', '191906.613000', '191906.615000', '191906.618000', '191906.621000', '191906.623000', '191906.626000', '191906.628000', '191906.631000', '191906.634000', '191906.636000', '191906.639000', '191906.642000', '191906.644000', '191906.647000', '191906.649000', '191906.652000', '191906.655000', '191906.657000', '191906.660000', '191906.662000', '191926.548000', '191926.551000', '191926.554000', '191926.557000', '191926.559000', '191926.562000', '191926.565000', '191926.567000', '191926.570000', '191926.572000', '191926.575000', '191926.578000', '191926.580000', '191926.583000', '191926.585000', '191926.588000', '191926.591000', '191926.593000', '191926.596000', '191926.598000', '191926.601000', '191926.604000', '191926.606000', '191926.609000', '191926.611000', '191926.614000', '191926.616000', '191926.619000', '191926.622000', '191926.624000', '191926.627000', '191926.629000', '191926.632000', '191926.635000', '191926.637000', '191926.640000', '191926.642000', '191926.645000', '191926.648000', '191926.650000', '191926.653000', '191926.655000', '191926.658000', '191926.661000', '191946.548000', '191946.551000', '191946.554000', '191946.556000', '191946.559000', '191946.562000', '191946.564000', '191946.567000', '191946.570000', '191946.572000', '191946.575000', '191946.578000', '191946.580000', '191946.583000', '191946.585000', '191946.588000', '191946.591000', '191946.593000', '191946.596000', '191946.598000', '191946.601000', '191946.603000', '191946.606000', '191946.609000', '191946.611000', '191946.614000', '191946.616000', '191946.619000', '191946.622000', '191946.624000', '191946.627000', '191946.630000', '191946.632000', '191946.635000', '191946.637000', '191946.640000', '191946.643000', '191946.645000', '191946.648000', '191946.651000', '191946.653000', '191946.664000', '191946.667000', '192006.549000', '192006.551000', '192006.554000', '192006.557000', '192006.559000', '192006.562000', '192006.565000', '192006.567000', '192006.570000', '192006.572000', '192006.575000', '192006.578000', '192006.580000', '192006.583000', '192006.586000', '192006.588000', '192006.591000', '192006.594000', '192006.596000', '192006.599000', '192006.601000', '192006.604000', '192006.607000', '192006.609000', '192006.612000', '192006.615000', '192006.617000', '192006.620000', '192006.622000', '192006.625000', '192006.628000', '192006.630000', '192006.633000', '192006.635000', '192006.638000', '192006.641000', '192006.643000', '192006.646000', '192006.648000', '192006.651000', '192006.654000', '192006.656000', '192006.659000', '192006.661000', '192026.548000', '192026.550000', '192026.553000', '192026.556000', '192026.558000', '192026.561000', '192026.563000', '192026.566000', '192026.569000', '192026.571000', '192026.574000', '192026.577000', '192026.579000', '192026.582000', '192026.584000', '192026.587000', '192026.589000', '192026.592000', '192026.595000', '192026.597000', '192026.600000', '192026.603000', '192026.606000', '192026.609000', '192026.612000', '192026.614000', '192026.617000', '192026.620000', '192026.622000', '192026.625000', '192026.628000', '192026.631000', '192026.634000', '192026.637000', '192026.640000', '192026.642000', '192026.645000', '192026.648000', '192026.650000', '192026.653000', '192026.655000', '192026.658000', '192026.661000', '192046.548000', '192046.551000', '192046.554000', '192046.557000', '192046.559000', '192046.562000', '192046.564000', '192046.567000', '192046.570000', '192046.572000', '192046.575000', '192046.577000', '192046.580000', '192046.583000', '192046.585000', '192046.588000', '192046.591000', '192046.593000', '192046.596000', '192046.598000', '192046.601000', '192046.603000', '192046.606000', '192046.609000', '192046.611000', '192046.614000', '192046.618000', '192046.621000', '192046.623000', '192046.626000', '192046.629000', '192046.631000', '192046.634000', '192046.636000', '192046.639000', '192046.642000', '192046.644000', '192046.647000', '192046.650000', '192046.652000', '192046.655000', '192046.658000', '192046.660000', '192046.663000', '192106.549000', '192106.551000', '192106.554000', '192106.557000', '192106.559000', '192106.562000', '192106.564000', '192106.567000', '192106.570000', '192106.572000', '192106.575000', '192106.578000', '192106.580000', '192106.583000', '192106.585000', '192106.588000', '192106.591000', '192106.593000', '192106.596000', '192106.598000', '192106.601000', '192106.604000', '192106.606000', '192106.609000', '192106.611000', '192106.614000', '192106.617000', '192106.619000', '192106.622000', '192106.624000', '192106.627000', '192106.630000', '192106.632000', '192106.635000', '192106.637000', '192106.640000', '192106.643000', '192106.645000', '192106.648000', '192106.650000', '192106.653000', '192106.656000', '192106.658000', '192126.391000', '192126.394000', '192126.397000', '192126.400000', '192126.403000', '192126.405000', '192126.408000', '192126.411000', '192126.413000', '192126.443000', '192126.446000', '192126.449000', '192126.451000', '192126.454000', '192126.457000', '192126.460000', '192126.467000', '192126.469000', '192126.472000', '192126.475000', '192126.478000', '192126.481000', '192126.483000', '192126.487000', '192126.491000', '192126.493000', '192126.497000', '192126.503000', '192126.506000', '192126.509000', '192126.512000', '192126.516000', '192126.520000', '192126.524000', '192126.528000', '192126.535000', '192126.539000', '192126.542000', '192126.545000', '192126.549000', '192126.552000', '192126.554000', '192126.557000', '192126.560000'], 'InstanceCreationTime': ['191506.574000', '191506.577000', '191506.582000', '191506.585000', '191506.587000', '191506.590000', '191506.593000', '191506.595000', '191506.598000', '191506.600000', '191506.603000', '191506.605000', '191506.608000', '191506.611000', '191506.613000', '191506.616000', '191506.618000', '191506.621000', '191506.624000', '191506.626000', '191506.629000', '191506.631000', '191506.634000', '191506.636000', '191506.639000', '191506.641000', '191506.644000', '191506.647000', '191506.649000', '191506.652000', '191506.654000', '191506.657000', '191506.660000', '191506.662000', '191506.665000', '191506.667000', '191506.670000', '191506.672000', '191506.675000', '191506.677000', '191506.680000', '191506.689000', '191506.691000', '191506.698000', '191506.700000', '191506.703000', '191526.549000', '191526.551000', '191526.554000', '191526.557000', '191526.559000', '191526.562000', '191526.564000', '191526.567000', '191526.569000', '191526.572000', '191526.575000', '191526.577000', '191526.580000', '191526.582000', '191526.585000', '191526.588000', '191526.590000', '191526.593000', '191526.595000', '191526.598000', '191526.601000', '191526.603000', '191526.606000', '191526.608000', '191526.611000', '191526.614000', '191526.616000', '191526.619000', '191526.621000', '191526.624000', '191526.627000', '191526.640000', '191526.642000', '191526.645000', '191526.647000', '191526.650000', '191526.653000', '191526.655000', '191526.658000', '191526.660000', '191526.663000', '191526.666000', '191526.668000', '191546.547000', '191546.550000', '191546.553000', '191546.555000', '191546.558000', '191546.560000', '191546.563000', '191546.566000', '191546.568000', '191546.571000', '191546.573000', '191546.576000', '191546.578000', '191546.581000', '191546.584000', '191546.586000', '191546.589000', '191546.591000', '191546.594000', '191546.596000', '191546.599000', '191546.602000', '191546.604000', '191546.607000', '191546.609000', '191546.612000', '191546.615000', '191546.617000', '191546.620000', '191546.622000', '191546.625000', '191546.627000', '191546.630000', '191546.633000', '191546.635000', '191546.638000', '191546.640000', '191546.643000', '191546.645000', '191546.648000', '191546.651000', '191546.653000', '191546.656000', '191606.548000', '191606.551000', '191606.554000', '191606.557000', '191606.559000', '191606.562000', '191606.565000', '191606.567000', '191606.570000', '191606.572000', '191606.575000', '191606.577000', '191606.580000', '191606.583000', '191606.585000', '191606.588000', '191606.590000', '191606.593000', '191606.596000', '191606.598000', '191606.601000', '191606.604000', '191606.606000', '191606.609000', '191606.611000', '191606.614000', '191606.617000', '191606.619000', '191606.622000', '191606.624000', '191606.627000', '191606.629000', '191606.632000', '191606.635000', '191606.637000', '191606.640000', '191606.642000', '191606.645000', '191606.648000', '191606.650000', '191606.653000', '191606.655000', '191606.662000', '191606.665000', '191626.549000', '191626.551000', '191626.554000', '191626.556000', '191626.559000', '191626.562000', '191626.564000', '191626.567000', '191626.570000', '191626.572000', '191626.575000', '191626.578000', '191626.580000', '191626.583000', '191626.585000', '191626.588000', '191626.591000', '191626.593000', '191626.596000', '191626.598000', '191626.601000', '191626.604000', '191626.606000', '191626.609000', '191626.611000', '191626.614000', '191626.616000', '191626.619000', '191626.622000', '191626.624000', '191626.627000', '191626.629000', '191626.632000', '191626.634000', '191626.637000', '191626.640000', '191626.642000', '191626.647000', '191626.650000', '191626.652000', '191626.655000', '191626.657000', '191626.660000', '191626.663000', '191646.548000', '191646.551000', '191646.554000', '191646.556000', '191646.559000', '191646.562000', '191646.564000', '191646.567000', '191646.570000', '191646.572000', '191646.575000', '191646.577000', '191646.580000', '191646.582000', '191646.585000', '191646.588000', '191646.590000', '191646.593000', '191646.595000', '191646.598000', '191646.601000', '191646.603000', '191646.606000', '191646.608000', '191646.611000', '191646.614000', '191646.616000', '191646.619000', '191646.622000', '191646.624000', '191646.627000', '191646.629000', '191646.632000', '191646.654000', '191646.676000', '191646.679000', '191646.681000', '191646.684000', '191646.686000', '191646.689000', '191646.692000', '191646.694000', '191646.697000', '191706.548000', '191706.551000', '191706.554000', '191706.556000', '191706.559000', '191706.562000', '191706.564000', '191706.567000', '191706.569000', '191706.572000', '191706.575000', '191706.577000', '191706.580000', '191706.582000', '191706.585000', '191706.588000', '191706.590000', '191706.593000', '191706.595000', '191706.598000', '191706.601000', '191706.603000', '191706.606000', '191706.609000', '191706.611000', '191706.614000', '191706.617000', '191706.619000', '191706.622000', '191706.624000', '191706.627000', '191706.630000', '191706.632000', '191706.635000', '191706.637000', '191706.640000', '191706.643000', '191706.645000', '191706.648000', '191706.650000', '191706.653000', '191706.655000', '191706.658000', '191706.661000', '191726.549000', '191726.551000', '191726.554000', '191726.557000', '191726.559000', '191726.562000', '191726.564000', '191726.567000', '191726.570000', '191726.572000', '191726.575000', '191726.577000', '191726.580000', '191726.583000', '191726.585000', '191726.588000', '191726.590000', '191726.593000', '191726.596000', '191726.598000', '191726.601000', '191726.603000', '191726.606000', '191726.609000', '191726.611000', '191726.623000', '191726.625000', '191726.628000', '191726.630000', '191726.633000', '191726.636000', '191726.638000', '191726.641000', '191726.643000', '191726.646000', '191726.649000', '191726.651000', '191726.654000', '191726.657000', '191726.659000', '191726.662000', '191726.664000', '191726.667000', '191746.548000', '191746.552000', '191746.555000', '191746.558000', '191746.560000', '191746.563000', '191746.566000', '191746.568000', '191746.571000', '191746.573000', '191746.576000', '191746.579000', '191746.581000', '191746.584000', '191746.586000', '191746.589000', '191746.591000', '191746.594000', '191746.597000', '191746.599000', '191746.602000', '191746.605000', '191746.607000', '191746.610000', '191746.612000', '191746.615000', '191746.618000', '191746.620000', '191746.623000', '191746.625000', '191746.628000', '191746.631000', '191746.633000', '191746.636000', '191746.638000', '191746.641000', '191746.644000', '191746.646000', '191746.649000', '191746.651000', '191746.654000', '191746.656000', '191746.659000', '191746.662000', '191806.547000', '191806.550000', '191806.553000', '191806.556000', '191806.558000', '191806.561000', '191806.564000', '191806.566000', '191806.569000', '191806.571000', '191806.574000', '191806.577000', '191806.579000', '191806.582000', '191806.585000', '191806.587000', '191806.590000', '191806.592000', '191806.595000', '191806.598000', '191806.600000', '191806.603000', '191806.605000', '191806.608000', '191806.611000', '191806.613000', '191806.616000', '191806.619000', '191806.621000', '191806.624000', '191806.627000', '191806.629000', '191806.632000', '191806.634000', '191806.637000', '191806.640000', '191806.642000', '191806.645000', '191806.647000', '191806.650000', '191806.653000', '191806.655000', '191806.658000', '191826.549000', '191826.551000', '191826.554000', '191826.557000', '191826.559000', '191826.562000', '191826.564000', '191826.567000', '191826.570000', '191826.572000', '191826.575000', '191826.577000', '191826.580000', '191826.582000', '191826.585000', '191826.588000', '191826.599000', '191826.601000', '191826.604000', '191826.606000', '191826.609000', '191826.612000', '191826.614000', '191826.617000', '191826.620000', '191826.622000', '191826.625000', '191826.627000', '191826.630000', '191826.633000', '191826.636000', '191826.639000', '191826.642000', '191826.645000', '191826.647000', '191826.650000', '191826.652000', '191826.655000', '191826.658000', '191826.660000', '191826.663000', '191826.665000', '191826.668000', '191846.548000', '191846.551000', '191846.554000', '191846.557000', '191846.559000', '191846.562000', '191846.564000', '191846.567000', '191846.569000', '191846.572000', '191846.575000', '191846.577000', '191846.580000', '191846.582000', '191846.585000', '191846.587000', '191846.590000', '191846.593000', '191846.595000', '191846.598000', '191846.600000', '191846.603000', '191846.606000', '191846.608000', '191846.611000', '191846.613000', '191846.616000', '191846.619000', '191846.621000', '191846.624000', '191846.627000', '191846.629000', '191846.632000', '191846.634000', '191846.637000', '191846.640000', '191846.642000', '191846.645000', '191846.647000', '191846.650000', '191846.653000', '191846.655000', '191846.658000', '191846.660000', '191906.549000', '191906.551000', '191906.554000', '191906.557000', '191906.559000', '191906.563000', '191906.566000', '191906.568000', '191906.571000', '191906.574000', '191906.576000', '191906.579000', '191906.582000', '191906.584000', '191906.587000', '191906.589000', '191906.594000', '191906.597000', '191906.599000', '191906.602000', '191906.605000', '191906.607000', '191906.610000', '191906.613000', '191906.615000', '191906.618000', '191906.621000', '191906.623000', '191906.626000', '191906.628000', '191906.631000', '191906.634000', '191906.636000', '191906.639000', '191906.642000', '191906.644000', '191906.647000', '191906.649000', '191906.652000', '191906.655000', '191906.657000', '191906.660000', '191906.662000', '191926.548000', '191926.551000', '191926.554000', '191926.557000', '191926.559000', '191926.562000', '191926.565000', '191926.567000', '191926.570000', '191926.572000', '191926.575000', '191926.578000', '191926.580000', '191926.583000', '191926.585000', '191926.588000', '191926.591000', '191926.593000', '191926.596000', '191926.598000', '191926.601000', '191926.604000', '191926.606000', '191926.609000', '191926.611000', '191926.614000', '191926.616000', '191926.619000', '191926.622000', '191926.624000', '191926.627000', '191926.629000', '191926.632000', '191926.635000', '191926.637000', '191926.640000', '191926.642000', '191926.645000', '191926.648000', '191926.650000', '191926.653000', '191926.655000', '191926.658000', '191926.661000', '191946.548000', '191946.551000', '191946.554000', '191946.556000', '191946.559000', '191946.562000', '191946.564000', '191946.567000', '191946.570000', '191946.572000', '191946.575000', '191946.578000', '191946.580000', '191946.583000', '191946.585000', '191946.588000', '191946.591000', '191946.593000', '191946.596000', '191946.598000', '191946.601000', '191946.603000', '191946.606000', '191946.609000', '191946.611000', '191946.614000', '191946.616000', '191946.619000', '191946.622000', '191946.624000', '191946.627000', '191946.630000', '191946.632000', '191946.635000', '191946.637000', '191946.640000', '191946.643000', '191946.645000', '191946.648000', '191946.651000', '191946.653000', '191946.664000', '191946.667000', '192006.549000', '192006.551000', '192006.554000', '192006.557000', '192006.559000', '192006.562000', '192006.565000', '192006.567000', '192006.570000', '192006.572000', '192006.575000', '192006.578000', '192006.580000', '192006.583000', '192006.586000', '192006.588000', '192006.591000', '192006.594000', '192006.596000', '192006.599000', '192006.601000', '192006.604000', '192006.607000', '192006.609000', '192006.612000', '192006.615000', '192006.617000', '192006.620000', '192006.622000', '192006.625000', '192006.628000', '192006.630000', '192006.633000', '192006.635000', '192006.638000', '192006.641000', '192006.643000', '192006.646000', '192006.648000', '192006.651000', '192006.654000', '192006.656000', '192006.659000', '192006.661000', '192026.548000', '192026.550000', '192026.553000', '192026.556000', '192026.558000', '192026.561000', '192026.563000', '192026.566000', '192026.569000', '192026.571000', '192026.574000', '192026.577000', '192026.579000', '192026.582000', '192026.584000', '192026.587000', '192026.589000', '192026.592000', '192026.595000', '192026.597000', '192026.600000', '192026.603000', '192026.606000', '192026.609000', '192026.612000', '192026.614000', '192026.617000', '192026.620000', '192026.622000', '192026.625000', '192026.628000', '192026.631000', '192026.634000', '192026.637000', '192026.640000', '192026.642000', '192026.645000', '192026.648000', '192026.650000', '192026.653000', '192026.655000', '192026.658000', '192026.661000', '192046.548000', '192046.551000', '192046.554000', '192046.557000', '192046.559000', '192046.562000', '192046.564000', '192046.567000', '192046.570000', '192046.572000', '192046.575000', '192046.577000', '192046.580000', '192046.583000', '192046.585000', '192046.588000', '192046.591000', '192046.593000', '192046.596000', '192046.598000', '192046.601000', '192046.603000', '192046.606000', '192046.609000', '192046.611000', '192046.614000', '192046.618000', '192046.621000', '192046.623000', '192046.626000', '192046.629000', '192046.631000', '192046.634000', '192046.636000', '192046.639000', '192046.642000', '192046.644000', '192046.647000', '192046.650000', '192046.652000', '192046.655000', '192046.658000', '192046.660000', '192046.663000', '192106.549000', '192106.551000', '192106.554000', '192106.557000', '192106.559000', '192106.562000', '192106.564000', '192106.567000', '192106.570000', '192106.572000', '192106.575000', '192106.578000', '192106.580000', '192106.583000', '192106.585000', '192106.588000', '192106.591000', '192106.593000', '192106.596000', '192106.598000', '192106.601000', '192106.604000', '192106.606000', '192106.609000', '192106.611000', '192106.614000', '192106.617000', '192106.619000', '192106.622000', '192106.624000', '192106.627000', '192106.630000', '192106.632000', '192106.635000', '192106.637000', '192106.640000', '192106.643000', '192106.645000', '192106.648000', '192106.650000', '192106.653000', '192106.656000', '192106.658000', '192126.391000', '192126.394000', '192126.397000', '192126.400000', '192126.403000', '192126.405000', '192126.408000', '192126.411000', '192126.413000', '192126.443000', '192126.446000', '192126.449000', '192126.451000', '192126.454000', '192126.457000', '192126.460000', '192126.467000', '192126.469000', '192126.472000', '192126.475000', '192126.478000', '192126.481000', '192126.483000', '192126.487000', '192126.491000', '192126.493000', '192126.497000', '192126.503000', '192126.506000', '192126.509000', '192126.512000', '192126.516000', '192126.520000', '192126.524000', '192126.528000', '192126.535000', '192126.539000', '192126.542000', '192126.545000', '192126.549000', '192126.552000', '192126.554000', '192126.557000', '192126.560000'], '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': [18106, 13066, 17042, 16124, 9135, 16564, 10592, 18602, 15547, 18481, 13198, 17067, 13140, 17988, 12851, 17234, 11153, 15199, 11784, 17650, 13387, 17755, 13278, 12540, 9522, 12688, 12727, 14778, 17088, 9805, 16065, 8942, 17463, 11265, 18093, 11068, 16913, 9864, 16875, 10604, 17984, 14577, 17942, 12195, 16435, 13131, 17077, 14275, 14089, 13582, 12337, 13219, 16401, 15512, 13195, 17509, 9233, 17145, 10076, 17854, 11508, 17583, 10575, 15924, 9608, 16951, 11536, 17597, 10987, 16163, 8987, 15410, 11668, 17682, 10983, 17832, 11685, 17789, 13491, 18238, 14932, 16434, 12503, 15903, 12887, 18529, 14595, 15912, 12567, 16928, 13286, 18323, 14285, 17234, 13393, 13993, 10443, 12655, 12176, 14210, 17318, 9671, 16297, 10497, 17807, 12723, 18014, 14235, 16972, 13039, 17752, 14012, 17896, 14488, 17210, 11722, 16130, 12206, 17636, 12680, 16692, 10579, 14097, 8851, 16382, 10661, 17193, 9868, 15525, 10097, 17180, 11814, 17676, 14587, 15760, 11647, 14407, 11476, 18272, 14375, 16398, 12617, 9743, 11896, 13749, 17341, 11402, 17948, 11539, 17107, 12215, 17773, 14272, 17387, 11526, 16401, 12348, 18191, 15215, 17785, 13699, 14629, 10764, 17592, 13433, 15661, 12088, 10864, 11297, 17236, 13873, 17317, 14020, 9811, 10122, 14063, 14205, 16827, 15723, 9532, 12986, 9584, 16017, 15508, 16866, 10140, 15734, 8499, 16400, 10511, 17932, 12856, 17863, 13256, 17154, 12733, 17598, 14255, 16144, 12271, 10351, 10799, 12152, 17286, 12275, 17918, 11096, 16819, 12573, 17783, 12630, 17874, 12829, 17228, 11389, 14649, 11272, 17447, 13023, 17578, 12736, 16257, 11622, 15230, 12350, 16371, 15403, 9732, 16065, 10582, 18087, 14735, 17860, 15018, 12952, 11884, 13763, 17636, 12029, 17939, 13373, 18164, 13775, 18468, 14569, 16971, 12744, 10100, 10366, 12337, 16551, 12513, 17058, 8697, 15688, 9761, 17726, 11281, 17688, 12318, 15825, 11999, 17108, 13410, 17918, 14371, 14526, 10824, 11496, 10330, 17068, 14879, 10148, 15384, 8618, 17616, 12777, 17981, 14465, 16998, 11768, 17579, 12198, 17740, 14138, 15286, 10617, 8198, 13687, 9956, 17673, 14416, 13452, 10064, 12876, 14423, 17065, 16290, 10621, 14394, 8386, 16265, 11233, 17734, 14250, 16847, 8966, 13741, 8543, 17245, 11962, 17799, 10446, 15482, 8819, 15432, 9288, 17355, 11524, 17343, 11528, 16599, 12488, 18038, 14166, 17857, 14160, 17297, 12752, 18070, 14105, 17905, 12917, 17171, 10290, 14363, 9199, 17106, 11257, 17698, 10202, 16969, 11866, 18058, 14578, 18114, 15018, 14841, 11971, 18495, 14241, 19084, 14307, 12283, 10865, 11192, 15708, 14682, 17847, 11152, 17159, 9839, 16994, 10410, 17728, 12122, 17545, 11550, 16519, 12277, 17791, 14559, 18578, 13549, 15210, 11955, 17234, 13454, 17881, 14409, 11131, 10176, 13215, 12461, 17116, 14310, 10578, 16756, 8702, 15756, 10535, 17846, 14711, 16857, 12750, 16457, 12918, 17270, 15333, 10228, 15018, 9587, 16688, 15501, 16977, 10917, 13873, 13270, 13542, 17553, 14693, 13919, 11162, 12345, 11509, 17369, 14713, 12687, 16036, 8741, 16456, 10040, 18110, 14866, 18643, 12637, 15333, 12073, 19233, 14419, 16541, 12683, 10785, 10548, 15015, 15955, 14892, 17444, 9177, 14258, 8065, 14133, 14704, 18393, 14484, 10913, 17393, 10175, 16084, 11670, 14190, 18880, 16806, 18440, 9538, 14540, 9733, 18117, 12235, 19027, 12411, 17359, 10278, 14687, 11066, 17210, 14089, 18127, 14205, 15437, 10231, 14171, 8710, 17501, 11144, 17728, 10595, 16564, 11889, 17982, 13259, 18349, 14870, 17809, 11428, 15659, 12021, 17301, 14066, 17178, 14299, 9966, 14811, 9400, 17922, 11629, 18561, 12181, 17818, 11511, 17154, 12782, 18639, 14891, 17788, 14167, 11854, 11087, 12926, 16299, 12216, 18475, 11451, 17519, 13186, 18814, 14533, 16674, 13062, 11585, 13455, 15877, 16748, 17348, 15920, 9930, 13448, 9359, 17596, 14710, 18734, 11247, 11297, 11610, 13398, 11422, 14344, 14542, 10000, 16484, 11074, 16998, 13016, 18286, 15056, 17434, 12339, 17358, 12470, 17975, 14053, 17923, 12828, 14901, 11012, 15954, 11540, 17637, 14452, 10162, 12114, 8983, 15489, 11379, 17815, 11243, 17990, 10353, 15764, 15160, 15615, 17945, 14820, 12521, 10520, 16706, 13197, 18857, 15385, 13109, 10662, 14163, 10574, 17523, 15011, 14701, 12861, 10746, 13762, 16455, 16937, 16553, 15996, 9546, 14135, 10676, 17562, 16708, 17896, 10741, 15704, 10555, 15995, 15975, 17194, 10991, 15704, 10166, 15527, 14460, 18028, 11507, 18099, 9951, 16777, 10098, 18508, 12886, 18795, 14471, 17266, 13582, 18112, 14431, 18344, 14824, 15692, 11393, 15798, 12076, 18566, 14530, 16566, 12490, 13565, 10652, 16609, 13774, 15040, 15540, 9152, 16249, 10145, 18393, 12385, 18486, 11823, 17208, 12898, 18213, 14631, 19249, 15250, 14369, 11392, 15879, 12929, 17895, 14469, 11269, 12642, 9772, 15207, 16022, 15671, 16936, 14941, 9114, 14130, 8763, 18018, 11439, 16978, 14268, 15371, 10986, 8653, 16856, 13668, 18654, 15593, 13652, 11909, 15970, 16837, 17016, 17255, 10160, 15545, 9157, 18072, 11128, 18266, 14241, 16447, 12084, 17174, 12604, 18700, 14299, 10834, 11451, 9976, 16359, 13921, 17409, 13863, 15649, 8412, 13460, 8095, 17515, 11017, 17740, 13930, 15514, 9606, 13477, 14370, 10435, 18849, 14819, 15023, 14443, 9452, 17607, 11780, 18311, 12629, 17878, 12807, 15454, 12242, 16710, 13029, 17826, 14298, 15886, 11003, 15224, 11367, 17858, 13738, 17731, 12661, 11458, 9259, 12164, 12725, 16255, 16532, 11068, 15995, 9094, 16809, 10527, 17731, 13702, 18181, 13566, 18308, 14551, 18040, 14130, 14310, 10016, 15538, 11721, 11156, 17446, 12795, 18548, 14240, 14813, 11976, 16968, 13811, 17770, 14774, 10553, 11114, 11142, 12178, 16664, 14409, 13840, 14158, 8578, 15284, 8546, 17953, 14868, 18274, 13435, 12302, 11140, 14266, 16569, 16729, 16827, 9896, 14293, 8323, 16197, 9945, 18058, 11025, 17972, 12538, 16116, 11616, 17165, 13142, 18677, 14285, 12301, 10057, 14523, 15257, 11250, 18077, 11799, 17364, 13550, 18614, 14665, 12051, 12449, 10296, 17022, 11932, 18020, 11620, 17353, 11463, 16644, 12198, 17722, 14110, 17678, 12868, 14417, 11244, 15666, 12660, 11251, 10305, 9663, 13828, 10261, 12156, 12189, 13403, 19353, 12235, 13056, 12370, 17726, 16701, 17178, 14511, 11210, 12900, 8523, 13677, 8593, 15588, 12312, 16177, 9943, 12181, 10027], 'WindowCenter': [4022.0, 3988.0, 3995.0, 3984.0, 3941.0, 3982.0, 3950.0, 3980.0, 3970.0, 3979.0, 3958.0, 3967.0, 3946.0, 3967.0, 3945.0, 3956.0, 3935.0, 3944.0, 3934.0, 3954.0, 3945.0, 3955.0, 3945.0, 3943.0, 3924.0, 3944.0, 3946.0, 3955.0, 3967.0, 3936.0, 3957.0, 3925.0, 3967.0, 3935.0, 3967.0, 3936.0, 3967.0, 3937.0, 3956.0, 3935.0, 3968.0, 3958.0, 3967.0, 3947.0, 3966.0, 3958.0, 3967.0, 3959.0, 3957.0, 3947.0, 3945.0, 3946.0, 3955.0, 3957.0, 3946.0, 3968.0, 3925.0, 3967.0, 3925.0, 3967.0, 3935.0, 3966.0, 3936.0, 3956.0, 3925.0, 3957.0, 3935.0, 3957.0, 3935.0, 3958.0, 3925.0, 3956.0, 3935.0, 3967.0, 3935.0, 3967.0, 3947.0, 3967.0, 3958.0, 3980.0, 3971.0, 3969.0, 3960.0, 3968.0, 3959.0, 3979.0, 3959.0, 3968.0, 3948.0, 3966.0, 3958.0, 3967.0, 3957.0, 3956.0, 3946.0, 3955.0, 3937.0, 3946.0, 3947.0, 3958.0, 3971.0, 3938.0, 3968.0, 3948.0, 3980.0, 3959.0, 3970.0, 3959.0, 3968.0, 3958.0, 3968.0, 3958.0, 3969.0, 3957.0, 3956.0, 3946.0, 3957.0, 3946.0, 3968.0, 3946.0, 3956.0, 3934.0, 3946.0, 3914.0, 3956.0, 3936.0, 3967.0, 3925.0, 3968.0, 3936.0, 3967.0, 3946.0, 3967.0, 3956.0, 3967.0, 3948.0, 3957.0, 3948.0, 3968.0, 3959.0, 3967.0, 3947.0, 3926.0, 3947.0, 3958.0, 3970.0, 3948.0, 3970.0, 3948.0, 3969.0, 3948.0, 3970.0, 3958.0, 3968.0, 3948.0, 3968.0, 3959.0, 3968.0, 3983.0, 3981.0, 3971.0, 3968.0, 3948.0, 3968.0, 3959.0, 3957.0, 3948.0, 3936.0, 3947.0, 3967.0, 3958.0, 3966.0, 3958.0, 3924.0, 3935.0, 3955.0, 3958.0, 3956.0, 3956.0, 3925.0, 3946.0, 3925.0, 3957.0, 3955.0, 3956.0, 3924.0, 3956.0, 3914.0, 3956.0, 3924.0, 3958.0, 3946.0, 3967.0, 3947.0, 3955.0, 3946.0, 3957.0, 3957.0, 3956.0, 3947.0, 3936.0, 3936.0, 3946.0, 3969.0, 3945.0, 3967.0, 3936.0, 3967.0, 3945.0, 3965.0, 3945.0, 3956.0, 3946.0, 3955.0, 3935.0, 3955.0, 3935.0, 3956.0, 3946.0, 3956.0, 3946.0, 3956.0, 3947.0, 3956.0, 3958.0, 3968.0, 3958.0, 3937.0, 3969.0, 3948.0, 3980.0, 3972.0, 3982.0, 3972.0, 3958.0, 3948.0, 3958.0, 3970.0, 3948.0, 3970.0, 3959.0, 3968.0, 3958.0, 3968.0, 3958.0, 3958.0, 3946.0, 3925.0, 3936.0, 3946.0, 3968.0, 3946.0, 3957.0, 3915.0, 3957.0, 3925.0, 3967.0, 3935.0, 3967.0, 3946.0, 3956.0, 3946.0, 3955.0, 3946.0, 3966.0, 3957.0, 3956.0, 3938.0, 3945.0, 3938.0, 3967.0, 3957.0, 3936.0, 3957.0, 3916.0, 3967.0, 3947.0, 3967.0, 3946.0, 3956.0, 3947.0, 3956.0, 3946.0, 3968.0, 3946.0, 3956.0, 3936.0, 3915.0, 3958.0, 3937.0, 3968.0, 3959.0, 3958.0, 3938.0, 3958.0, 3959.0, 3969.0, 3969.0, 3937.0, 3958.0, 3916.0, 3969.0, 3936.0, 3969.0, 3957.0, 3959.0, 3925.0, 3946.0, 3915.0, 3968.0, 3935.0, 3958.0, 3926.0, 3956.0, 3915.0, 3956.0, 3925.0, 3956.0, 3935.0, 3956.0, 3947.0, 3956.0, 3947.0, 3967.0, 3958.0, 3967.0, 3958.0, 3967.0, 3947.0, 3967.0, 3958.0, 3968.0, 3946.0, 3955.0, 3925.0, 3944.0, 3923.0, 3957.0, 3935.0, 3967.0, 3936.0, 3967.0, 3946.0, 3967.0, 3958.0, 3967.0, 3958.0, 3957.0, 3948.0, 3967.0, 3959.0, 3968.0, 3959.0, 3946.0, 3936.0, 3936.0, 3959.0, 3957.0, 3969.0, 3936.0, 3967.0, 3926.0, 3967.0, 3936.0, 3968.0, 3946.0, 3967.0, 3947.0, 3967.0, 3947.0, 3968.0, 3958.0, 3968.0, 3959.0, 3957.0, 3946.0, 3966.0, 3947.0, 3967.0, 3957.0, 3936.0, 3936.0, 3946.0, 3947.0, 3967.0, 3957.0, 3937.0, 3969.0, 3928.0, 3970.0, 3948.0, 3979.0, 3971.0, 3980.0, 3961.0, 3970.0, 3960.0, 3970.0, 3970.0, 3938.0, 3970.0, 3937.0, 3970.0, 3969.0, 3969.0, 3937.0, 3957.0, 3957.0, 3958.0, 3968.0, 3959.0, 3957.0, 3937.0, 3946.0, 3948.0, 3967.0, 3957.0, 3946.0, 3958.0, 3926.0, 3967.0, 3936.0, 3969.0, 3959.0, 3968.0, 3948.0, 3957.0, 3948.0, 3978.0, 3958.0, 3967.0, 3947.0, 3936.0, 3937.0, 3956.0, 3968.0, 3957.0, 3968.0, 3926.0, 3958.0, 3930.0, 3959.0, 3968.0, 3981.0, 3971.0, 3949.0, 3970.0, 3939.0, 3981.0, 3961.0, 3971.0, 3983.0, 3970.0, 3970.0, 3926.0, 3958.0, 3926.0, 3968.0, 3946.0, 3968.0, 3947.0, 3957.0, 3935.0, 3955.0, 3936.0, 3966.0, 3947.0, 3955.0, 3945.0, 3944.0, 3924.0, 3945.0, 3915.0, 3966.0, 3935.0, 3956.0, 3935.0, 3956.0, 3935.0, 3955.0, 3945.0, 3955.0, 3946.0, 3955.0, 3936.0, 3955.0, 3946.0, 3966.0, 3947.0, 3956.0, 3957.0, 3925.0, 3957.0, 3925.0, 3968.0, 3936.0, 3969.0, 3947.0, 3967.0, 3947.0, 3967.0, 3947.0, 3968.0, 3959.0, 3968.0, 3958.0, 3947.0, 3948.0, 3958.0, 3969.0, 3948.0, 3980.0, 3949.0, 3979.0, 3959.0, 3980.0, 3971.0, 3970.0, 3960.0, 3948.0, 3959.0, 3968.0, 3969.0, 3969.0, 3969.0, 3937.0, 3959.0, 3926.0, 3983.0, 3982.0, 3998.0, 3961.0, 3948.0, 3949.0, 3957.0, 3947.0, 3957.0, 3958.0, 3937.0, 3969.0, 3948.0, 3968.0, 3958.0, 3968.0, 3958.0, 3956.0, 3936.0, 3955.0, 3935.0, 3955.0, 3944.0, 3954.0, 3933.0, 3943.0, 3934.0, 3953.0, 3934.0, 3954.0, 3945.0, 3924.0, 3946.0, 3914.0, 3955.0, 3935.0, 3968.0, 3936.0, 3967.0, 3937.0, 3958.0, 3955.0, 3957.0, 3965.0, 3957.0, 3944.0, 3935.0, 3955.0, 3946.0, 3966.0, 3957.0, 3944.0, 3935.0, 3944.0, 3936.0, 3955.0, 3956.0, 3955.0, 3946.0, 3935.0, 3957.0, 3965.0, 3968.0, 3967.0, 3957.0, 3925.0, 3956.0, 3935.0, 3968.0, 3967.0, 3967.0, 3935.0, 3956.0, 3924.0, 3957.0, 3955.0, 3967.0, 3935.0, 3956.0, 3924.0, 3957.0, 3956.0, 3967.0, 3935.0, 3967.0, 3925.0, 3968.0, 3935.0, 3968.0, 3946.0, 3967.0, 3957.0, 3966.0, 3946.0, 3966.0, 3957.0, 3966.0, 3957.0, 3955.0, 3935.0, 3955.0, 3946.0, 3966.0, 3956.0, 3955.0, 3945.0, 3945.0, 3935.0, 3966.0, 3956.0, 3956.0, 3957.0, 3925.0, 3968.0, 3935.0, 3968.0, 3946.0, 3967.0, 3947.0, 3966.0, 3947.0, 3967.0, 3958.0, 3968.0, 3958.0, 3957.0, 3937.0, 3956.0, 3946.0, 3967.0, 3957.0, 3935.0, 3946.0, 3936.0, 3957.0, 3956.0, 3957.0, 3956.0, 3956.0, 3925.0, 3957.0, 3915.0, 3968.0, 3947.0, 3968.0, 3957.0, 3957.0, 3948.0, 3927.0, 3980.0, 3970.0, 3980.0, 3971.0, 3959.0, 3950.0, 3968.0, 3970.0, 3968.0, 3969.0, 3925.0, 3957.0, 3925.0, 3967.0, 3935.0, 3957.0, 3946.0, 3955.0, 3935.0, 3955.0, 3946.0, 3966.0, 3946.0, 3934.0, 3935.0, 3924.0, 3957.0, 3944.0, 3956.0, 3944.0, 3956.0, 3913.0, 3946.0, 3903.0, 3967.0, 3936.0, 3957.0, 3946.0, 3968.0, 3937.0, 3957.0, 3958.0, 3937.0, 3968.0, 3959.0, 3958.0, 3957.0, 3927.0, 3970.0, 3947.0, 3970.0, 3946.0, 3966.0, 3947.0, 3956.0, 3945.0, 3955.0, 3946.0, 3955.0, 3956.0, 3955.0, 3935.0, 3955.0, 3936.0, 3967.0, 3945.0, 3956.0, 3947.0, 3947.0, 3926.0, 3945.0, 3946.0, 3957.0, 3968.0, 3936.0, 3957.0, 3925.0, 3967.0, 3937.0, 3968.0, 3957.0, 3967.0, 3947.0, 3968.0, 3957.0, 3956.0, 3948.0, 3956.0, 3925.0, 3955.0, 3934.0, 3935.0, 3967.0, 3947.0, 3968.0, 3958.0, 3956.0, 3947.0, 3954.0, 3948.0, 3966.0, 3947.0, 3924.0, 3935.0, 3934.0, 3935.0, 3955.0, 3945.0, 3945.0, 3946.0, 3913.0, 3955.0, 3914.0, 3966.0, 3957.0, 3967.0, 3947.0, 3946.0, 3936.0, 3946.0, 3957.0, 3956.0, 3958.0, 3924.0, 3947.0, 3915.0, 3956.0, 3924.0, 3967.0, 3936.0, 3967.0, 3947.0, 3957.0, 3947.0, 3967.0, 3958.0, 3979.0, 3959.0, 3947.0, 3938.0, 3959.0, 3970.0, 3948.0, 3981.0, 3949.0, 3970.0, 3960.0, 3979.0, 3960.0, 3949.0, 3949.0, 3937.0, 3970.0, 3947.0, 3968.0, 3936.0, 3967.0, 3947.0, 3957.0, 3946.0, 3968.0, 3947.0, 3956.0, 3947.0, 3944.0, 3935.0, 3955.0, 3946.0, 3935.0, 3936.0, 3924.0, 3944.0, 3935.0, 3946.0, 3946.0, 3958.0, 3969.0, 3948.0, 3957.0, 3948.0, 3967.0, 3958.0, 3956.0, 3946.0, 3935.0, 3945.0, 3914.0, 3945.0, 3914.0, 3956.0, 3935.0, 3955.0, 3925.0, 3944.0, 3936.0], 'WindowWidth': [8940.0, 8883.0, 8888.0, 8872.0, 8809.0, 8861.0, 8814.0, 8859.0, 8841.0, 8853.0, 8822.0, 8831.0, 8803.0, 8832.0, 8797.0, 8815.0, 8784.0, 8795.0, 8783.0, 8810.0, 8799.0, 8814.0, 8798.0, 8794.0, 8768.0, 8794.0, 8802.0, 8814.0, 8832.0, 8788.0, 8819.0, 8772.0, 8833.0, 8785.0, 8834.0, 8787.0, 8832.0, 8791.0, 8815.0, 8786.0, 8834.0, 8820.0, 8833.0, 8806.0, 8831.0, 8822.0, 8833.0, 8824.0, 8817.0, 8804.0, 8799.0, 8801.0, 8813.0, 8818.0, 8800.0, 8834.0, 8772.0, 8831.0, 8771.0, 8834.0, 8785.0, 8829.0, 8788.0, 8817.0, 8771.0, 8819.0, 8785.0, 8819.0, 8784.0, 8820.0, 8773.0, 8816.0, 8785.0, 8833.0, 8786.0, 8833.0, 8804.0, 8833.0, 8822.0, 8855.0, 8843.0, 8839.0, 8827.0, 8837.0, 8826.0, 8854.0, 8826.0, 8834.0, 8807.0, 8831.0, 8819.0, 8833.0, 8817.0, 8814.0, 8802.0, 8813.0, 8791.0, 8803.0, 8806.0, 8822.0, 8843.0, 8796.0, 8837.0, 8810.0, 8858.0, 8824.0, 8841.0, 8825.0, 8836.0, 8821.0, 8834.0, 8822.0, 8836.0, 8820.0, 8816.0, 8803.0, 8816.0, 8803.0, 8835.0, 8801.0, 8815.0, 8784.0, 8801.0, 8756.0, 8818.0, 8787.0, 8831.0, 8773.0, 8832.0, 8788.0, 8832.0, 8802.0, 8831.0, 8818.0, 8833.0, 8808.0, 8819.0, 8808.0, 8838.0, 8824.0, 8833.0, 8806.0, 8776.0, 8806.0, 8820.0, 8843.0, 8807.0, 8840.0, 8808.0, 8838.0, 8808.0, 8840.0, 8823.0, 8836.0, 8809.0, 8835.0, 8824.0, 8837.0, 8865.0, 8858.0, 8844.0, 8835.0, 8809.0, 8836.0, 8824.0, 8819.0, 8809.0, 8790.0, 8806.0, 8831.0, 8820.0, 8831.0, 8820.0, 8771.0, 8786.0, 8812.0, 8820.0, 8816.0, 8817.0, 8772.0, 8800.0, 8771.0, 8819.0, 8813.0, 8817.0, 8769.0, 8815.0, 8757.0, 8815.0, 8770.0, 8821.0, 8801.0, 8831.0, 8804.0, 8814.0, 8801.0, 8817.0, 8817.0, 8815.0, 8804.0, 8788.0, 8789.0, 8800.0, 8838.0, 8799.0, 8834.0, 8788.0, 8830.0, 8801.0, 8828.0, 8799.0, 8816.0, 8799.0, 8813.0, 8786.0, 8811.0, 8786.0, 8815.0, 8800.0, 8814.0, 8803.0, 8817.0, 8805.0, 8816.0, 8821.0, 8837.0, 8823.0, 8792.0, 8837.0, 8809.0, 8854.0, 8847.0, 8864.0, 8846.0, 8821.0, 8809.0, 8822.0, 8844.0, 8808.0, 8842.0, 8824.0, 8836.0, 8821.0, 8837.0, 8822.0, 8820.0, 8802.0, 8771.0, 8787.0, 8800.0, 8835.0, 8802.0, 8818.0, 8760.0, 8817.0, 8772.0, 8835.0, 8785.0, 8830.0, 8802.0, 8814.0, 8801.0, 8813.0, 8803.0, 8829.0, 8818.0, 8816.0, 8795.0, 8799.0, 8793.0, 8832.0, 8819.0, 8788.0, 8818.0, 8760.0, 8832.0, 8803.0, 8832.0, 8802.0, 8817.0, 8803.0, 8816.0, 8802.0, 8835.0, 8803.0, 8814.0, 8790.0, 8762.0, 8822.0, 8792.0, 8836.0, 8825.0, 8821.0, 8795.0, 8821.0, 8825.0, 8836.0, 8838.0, 8790.0, 8822.0, 8763.0, 8836.0, 8788.0, 8837.0, 8816.0, 8822.0, 8773.0, 8801.0, 8757.0, 8834.0, 8784.0, 8820.0, 8772.0, 8814.0, 8757.0, 8814.0, 8770.0, 8815.0, 8785.0, 8815.0, 8803.0, 8816.0, 8804.0, 8834.0, 8819.0, 8830.0, 8819.0, 8832.0, 8805.0, 8832.0, 8820.0, 8835.0, 8800.0, 8812.0, 8770.0, 8796.0, 8767.0, 8818.0, 8785.0, 8830.0, 8788.0, 8831.0, 8802.0, 8833.0, 8821.0, 8832.0, 8821.0, 8817.0, 8807.0, 8834.0, 8823.0, 8837.0, 8822.0, 8802.0, 8789.0, 8787.0, 8823.0, 8818.0, 8838.0, 8789.0, 8832.0, 8774.0, 8832.0, 8788.0, 8836.0, 8802.0, 8833.0, 8804.0, 8831.0, 8805.0, 8836.0, 8823.0, 8836.0, 8824.0, 8817.0, 8803.0, 8830.0, 8806.0, 8832.0, 8818.0, 8787.0, 8789.0, 8800.0, 8804.0, 8831.0, 8817.0, 8792.0, 8841.0, 8783.0, 8840.0, 8808.0, 8853.0, 8844.0, 8855.0, 8830.0, 8843.0, 8829.0, 8841.0, 8841.0, 8796.0, 8840.0, 8793.0, 8842.0, 8837.0, 8839.0, 8792.0, 8819.0, 8818.0, 8822.0, 8835.0, 8823.0, 8817.0, 8790.0, 8802.0, 8805.0, 8832.0, 8817.0, 8802.0, 8821.0, 8775.0, 8832.0, 8790.0, 8838.0, 8825.0, 8837.0, 8808.0, 8818.0, 8807.0, 8851.0, 8823.0, 8832.0, 8806.0, 8789.0, 8791.0, 8817.0, 8835.0, 8818.0, 8836.0, 8775.0, 8822.0, 8789.0, 8825.0, 8838.0, 8860.0, 8848.0, 8811.0, 8844.0, 8798.0, 8858.0, 8833.0, 8843.0, 8865.0, 8842.0, 8842.0, 8775.0, 8820.0, 8775.0, 8834.0, 8800.0, 8836.0, 8801.0, 8817.0, 8785.0, 8811.0, 8787.0, 8828.0, 8804.0, 8813.0, 8799.0, 8795.0, 8768.0, 8796.0, 8756.0, 8830.0, 8783.0, 8813.0, 8783.0, 8815.0, 8784.0, 8813.0, 8798.0, 8812.0, 8799.0, 8813.0, 8786.0, 8813.0, 8801.0, 8828.0, 8803.0, 8815.0, 8817.0, 8772.0, 8817.0, 8772.0, 8835.0, 8787.0, 8838.0, 8804.0, 8832.0, 8805.0, 8832.0, 8806.0, 8834.0, 8824.0, 8835.0, 8822.0, 8804.0, 8808.0, 8821.0, 8840.0, 8808.0, 8854.0, 8810.0, 8851.0, 8827.0, 8855.0, 8844.0, 8841.0, 8828.0, 8809.0, 8824.0, 8836.0, 8840.0, 8839.0, 8837.0, 8791.0, 8822.0, 8774.0, 8863.0, 8863.0, 8909.0, 8833.0, 8808.0, 8812.0, 8818.0, 8805.0, 8820.0, 8824.0, 8792.0, 8837.0, 8808.0, 8834.0, 8822.0, 8835.0, 8822.0, 8816.0, 8786.0, 8812.0, 8784.0, 8810.0, 8795.0, 8808.0, 8778.0, 8792.0, 8780.0, 8805.0, 8782.0, 8810.0, 8798.0, 8769.0, 8800.0, 8755.0, 8814.0, 8784.0, 8836.0, 8788.0, 8835.0, 8791.0, 8821.0, 8813.0, 8817.0, 8827.0, 8815.0, 8796.0, 8786.0, 8812.0, 8801.0, 8830.0, 8818.0, 8794.0, 8784.0, 8796.0, 8788.0, 8813.0, 8816.0, 8813.0, 8803.0, 8787.0, 8818.0, 8826.0, 8836.0, 8832.0, 8818.0, 8774.0, 8815.0, 8786.0, 8835.0, 8831.0, 8832.0, 8783.0, 8814.0, 8768.0, 8817.0, 8812.0, 8830.0, 8784.0, 8815.0, 8770.0, 8818.0, 8813.0, 8834.0, 8786.0, 8833.0, 8773.0, 8832.0, 8786.0, 8837.0, 8802.0, 8832.0, 8817.0, 8829.0, 8802.0, 8829.0, 8818.0, 8829.0, 8817.0, 8813.0, 8786.0, 8814.0, 8803.0, 8830.0, 8816.0, 8812.0, 8800.0, 8797.0, 8786.0, 8828.0, 8816.0, 8815.0, 8819.0, 8774.0, 8835.0, 8787.0, 8837.0, 8801.0, 8833.0, 8804.0, 8829.0, 8804.0, 8833.0, 8821.0, 8835.0, 8821.0, 8817.0, 8790.0, 8815.0, 8802.0, 8830.0, 8817.0, 8786.0, 8802.0, 8787.0, 8819.0, 8814.0, 8818.0, 8814.0, 8815.0, 8771.0, 8819.0, 8758.0, 8837.0, 8803.0, 8834.0, 8819.0, 8818.0, 8808.0, 8782.0, 8858.0, 8843.0, 8856.0, 8843.0, 8823.0, 8812.0, 8834.0, 8840.0, 8835.0, 8837.0, 8771.0, 8817.0, 8771.0, 8834.0, 8785.0, 8819.0, 8800.0, 8812.0, 8784.0, 8812.0, 8801.0, 8829.0, 8801.0, 8783.0, 8785.0, 8767.0, 8816.0, 8796.0, 8815.0, 8795.0, 8813.0, 8753.0, 8800.0, 8742.0, 8833.0, 8787.0, 8818.0, 8802.0, 8835.0, 8793.0, 8819.0, 8821.0, 8791.0, 8838.0, 8824.0, 8823.0, 8821.0, 8778.0, 8840.0, 8802.0, 8841.0, 8801.0, 8830.0, 8803.0, 8814.0, 8799.0, 8813.0, 8801.0, 8813.0, 8814.0, 8811.0, 8784.0, 8811.0, 8787.0, 8830.0, 8800.0, 8817.0, 8803.0, 8803.0, 8774.0, 8799.0, 8803.0, 8817.0, 8834.0, 8786.0, 8819.0, 8772.0, 8833.0, 8791.0, 8833.0, 8818.0, 8831.0, 8803.0, 8833.0, 8818.0, 8816.0, 8806.0, 8814.0, 8772.0, 8813.0, 8784.0, 8785.0, 8834.0, 8803.0, 8836.0, 8820.0, 8817.0, 8804.0, 8813.0, 8807.0, 8830.0, 8803.0, 8768.0, 8784.0, 8780.0, 8784.0, 8811.0, 8797.0, 8796.0, 8798.0, 8753.0, 8811.0, 8755.0, 8830.0, 8817.0, 8833.0, 8802.0, 8799.0, 8787.0, 8800.0, 8820.0, 8814.0, 8819.0, 8769.0, 8803.0, 8757.0, 8817.0, 8769.0, 8834.0, 8786.0, 8831.0, 8803.0, 8816.0, 8803.0, 8833.0, 8823.0, 8854.0, 8825.0, 8807.0, 8796.0, 8823.0, 8842.0, 8808.0, 8859.0, 8812.0, 8841.0, 8826.0, 8854.0, 8828.0, 8809.0, 8809.0, 8791.0, 8840.0, 8803.0, 8837.0, 8788.0, 8833.0, 8804.0, 8818.0, 8802.0, 8833.0, 8805.0, 8814.0, 8802.0, 8796.0, 8785.0, 8812.0, 8801.0, 8784.0, 8789.0, 8770.0, 8795.0, 8786.0, 8802.0, 8802.0, 8821.0, 8841.0, 8808.0, 8818.0, 8808.0, 8835.0, 8824.0, 8819.0, 8803.0, 8783.0, 8799.0, 8755.0, 8797.0, 8753.0, 8813.0, 8783.0, 8812.0, 8771.0, 8796.0, 8787.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.00048415224913494814</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020289999423298736</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.23005129177825</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.193340881108546</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9977588583371826</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4455</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7203.3506</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07795626570069482</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.1914648212226067</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.533279416853469</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.411694487955268</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.883380840345753</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.304762922259385</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00542394</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02099931426346302</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021019533276557922</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</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.8459005233955392</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>60.6816</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.1941</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.0519</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308668.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>690.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.5621</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4036</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>462.4743</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3174.3587</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3399.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67876.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>977.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4111.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>883.7917</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.52451938728336</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> |