=== 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-0106 --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-0106",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0106_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0106_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0106/ses-01/func/sub-0106_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>4436db764b2c8b2e33e0d20e53734864</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>16:07:52.832500</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.99781, -0.0183687, 0.0635386, 0.0104494, 0.992377, 0.122793]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0809873</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4252, -7776, -7264, 283, -57, 3, -123, 74]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>227.379</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e04f23be-913c-4a3e-b40f-84bf3451c8b8||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.6770522594451904, 0.02803502231836319, 0.17633646726608276, 105.57341766357422], [0.04928182065486908, 2.6624755859375, 0.32902365922927856, -96.3207015991211], [0.17046938836574554, -0.32944580912590027, 2.674069881439209, -66.86050415039062], [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': ['160752.832500', '160753.292500', '160753.752500', '160754.212500', '160754.672500', '160755.132500', '160755.592500', '160756.052500', '160756.512500', '160756.972500', '160757.432500', '160757.892500', '160758.352500', '160758.812500', '160759.272500', '160759.732500', '160800.192500', '160800.652500', '160801.112500', '160801.572500', '160802.032500', '160802.492500', '160802.952500', '160803.412500', '160803.872500', '160804.332500', '160804.792500', '160805.252500', '160805.712500', '160806.172500', '160806.632500', '160807.092500', '160807.552500', '160808.012500', '160808.472500', '160808.932500', '160809.392500', '160809.852500', '160810.312500', '160810.772500', '160811.232500', '160811.692500', '160812.152500', '160812.612500', '160813.072500', '160813.532500', '160813.992500', '160814.452500', '160814.912500', '160815.372500', '160815.832500', '160816.292500', '160816.752500', '160817.212500', '160817.672500', '160818.132500', '160818.592500', '160819.052500', '160819.512500', '160819.972500', '160820.432500', '160820.892500', '160821.352500', '160821.812500', '160822.272500', '160822.732500', '160823.192500', '160823.652500', '160824.112500', '160824.572500', '160825.032500', '160825.492500', '160825.952500', '160826.412500', '160826.872500', '160827.332500', '160827.792500', '160828.252500', '160828.712500', '160829.172500', '160829.632500', '160830.092500', '160830.552500', '160831.012500', '160831.472500', '160831.932500', '160832.392500', '160832.852500', '160833.312500', '160833.772500', '160834.232500', '160834.692500', '160835.152500', '160835.612500', '160836.072500', '160836.532500', '160836.992500', '160837.452500', '160837.912500', '160838.372500', '160838.832500', '160839.292500', '160839.752500', '160840.212500', '160840.672500', '160841.132500', '160841.592500', '160842.052500', '160842.512500', '160842.972500', '160843.432500', '160843.892500', '160844.352500', '160844.812500', '160845.272500', '160845.732500', '160846.192500', '160846.652500', '160847.112500', '160847.572500', '160848.032500', '160848.492500', '160848.952500', '160849.412500', '160849.872500', '160850.332500', '160850.792500', '160851.252500', '160851.712500', '160852.172500', '160852.632500', '160853.092500', '160853.552500', '160854.012500', '160854.472500', '160854.932500', '160855.392500', '160855.852500', '160856.312500', '160856.772500', '160857.232500', '160857.692500', '160858.152500', '160858.612500', '160859.072500', '160859.532500', '160859.992500', '160900.452500', '160900.912500', '160901.372500', '160901.832500', '160902.292500', '160902.752500', '160903.212500', '160903.672500', '160904.132500', '160904.592500', '160905.052500', '160905.512500', '160905.972500', '160906.432500', '160906.892500', '160907.352500', '160907.812500', '160908.272500', '160908.732500', '160909.192500', '160909.652500', '160910.112500', '160910.572500', '160911.032500', '160911.492500', '160911.952500', '160912.412500', '160912.872500', '160913.332500', '160913.792500', '160914.252500', '160914.712500', '160915.172500', '160915.632500', '160916.092500', '160916.552500', '160917.012500', '160917.472500', '160917.932500', '160918.392500', '160918.852500', '160919.312500', '160919.772500', '160920.232500', '160920.692500', '160921.152500', '160921.612500', '160922.072500', '160922.532500', '160922.992500', '160923.452500', '160923.912500', '160924.372500', '160924.832500', '160925.292500', '160925.752500', '160926.212500', '160926.672500', '160927.132500', '160927.592500', '160928.052500', '160928.512500', '160928.972500', '160929.432500', '160929.892500', '160930.352500', '160930.812500', '160931.272500', '160931.732500', '160932.192500', '160932.652500', '160933.112500', '160933.572500', '160934.032500', '160934.492500', '160934.952500', '160935.412500', '160935.872500', '160936.332500', '160936.792500', '160937.252500', '160937.712500', '160938.172500', '160938.632500', '160939.092500', '160939.552500', '160940.012500', '160940.472500', '160940.932500', '160941.392500', '160941.852500', '160942.312500', '160942.772500', '160943.232500', '160943.692500', '160944.152500', '160944.612500', '160945.072500', '160945.532500', '160945.992500', '160946.452500', '160946.912500', '160947.372500', '160947.832500', '160948.292500', '160948.752500', '160949.212500', '160949.672500', '160950.132500', '160950.592500', '160951.052500', '160951.512500', '160951.972500', '160952.432500', '160952.892500', '160953.352500', '160953.812500', '160954.272500', '160954.732500', '160955.192500', '160955.652500', '160956.112500', '160956.572500', '160957.032500', '160957.492500', '160957.952500', '160958.412500', '160958.872500', '160959.332500', '160959.792500', '161000.252500', '161000.712500', '161001.172500', '161001.632500', '161002.092500', '161002.552500', '161003.012500', '161003.472500', '161003.932500', '161004.392500', '161004.852500', '161005.312500', '161005.772500', '161006.232500', '161006.692500', '161007.152500', '161007.612500', '161008.072500', '161008.532500', '161008.992500', '161009.452500', '161009.912500', '161010.372500', '161010.832500', '161011.292500', '161011.752500', '161012.212500', '161012.672500', '161013.132500', '161013.592500', '161014.052500', '161014.512500', '161014.972500', '161015.432500', '161015.892500', '161016.352500', '161016.812500', '161017.272500', '161017.732500', '161018.192500', '161018.652500', '161019.112500', '161019.572500', '161020.032500', '161020.492500', '161020.952500', '161021.412500', '161021.872500', '161022.332500', '161022.792500', '161023.252500', '161023.712500', '161024.172500', '161024.632500', '161025.092500', '161025.552500', '161026.012500', '161026.472500', '161026.932500', '161027.392500', '161027.852500', '161028.312500', '161028.772500', '161029.232500', '161029.692500', '161030.152500', '161030.612500', '161031.072500', '161031.532500', '161031.992500', '161032.452500', '161032.912500', '161033.372500', '161033.832500', '161034.292500', '161034.752500', '161035.212500', '161035.672500', '161036.132500', '161036.592500', '161037.052500', '161037.512500', '161037.972500', '161038.432500', '161038.892500', '161039.352500', '161039.812500', '161040.272500', '161040.732500', '161041.192500', '161041.652500', '161042.112500', '161042.572500', '161043.032500', '161043.492500', '161043.952500', '161044.412500', '161044.872500', '161045.332500', '161045.792500', '161046.252500', '161046.712500', '161047.172500', '161047.632500', '161048.092500', '161048.552500', '161049.012500', '161049.472500', '161049.932500', '161050.392500', '161050.852500', '161051.312500', '161051.772500', '161052.232500', '161052.692500', '161053.152500', '161053.612500', '161054.072500', '161054.532500', '161054.992500', '161055.452500', '161055.912500', '161056.372500', '161056.832500', '161057.292500', '161057.752500', '161058.212500', '161058.672500', '161059.132500', '161059.592500', '161100.052500', '161100.512500', '161100.972500', '161101.432500', '161101.892500', '161102.352500', '161102.812500', '161103.272500', '161103.732500', '161104.192500', '161104.652500', '161105.112500', '161105.572500', '161106.032500', '161106.492500', '161106.952500', '161107.412500', '161107.872500', '161108.332500', '161108.792500', '161109.252500', '161109.712500', '161110.172500', '161110.632500', '161111.092500', '161111.552500', '161112.012500', '161112.472500', '161112.932500', '161113.392500', '161113.852500', '161114.312500', '161114.772500', '161115.232500', '161115.692500', '161116.152500', '161116.612500', '161117.072500', '161117.532500', '161117.992500', '161118.452500', '161118.912500', '161119.372500', '161119.832500', '161120.292500', '161120.752500', '161121.212500', '161121.672500', '161122.132500', '161122.592500', '161123.052500', '161123.512500', '161123.972500', '161124.432500', '161124.892500', '161125.352500', '161125.812500', '161126.272500', '161126.732500', '161127.192500', '161127.652500', '161128.112500', '161128.572500', '161129.032500', '161129.492500', '161129.952500', '161130.412500', '161130.872500', '161131.332500', '161131.792500', '161132.252500', '161132.712500', '161133.172500', '161133.632500', '161134.092500', '161134.552500', '161135.012500', '161135.472500', '161135.932500', '161136.392500', '161136.852500', '161137.312500', '161137.772500', '161138.232500', '161138.692500', '161139.152500', '161139.612500', '161140.072500', '161140.532500', '161140.992500', '161141.452500', '161141.912500', '161142.372500', '161142.832500', '161143.292500', '161143.752500', '161144.212500', '161144.672500', '161145.132500', '161145.592500', '161146.052500', '161146.512500', '161146.972500', '161147.432500', '161147.892500', '161148.352500', '161148.812500', '161149.272500', '161149.732500', '161150.192500', '161150.652500', '161151.112500', '161151.572500', '161152.032500', '161152.492500', '161152.952500', '161153.412500', '161153.872500', '161154.332500', '161154.792500', '161155.252500', '161155.712500', '161156.172500', '161156.632500', '161157.092500', '161157.552500', '161158.012500', '161158.472500', '161158.932500', '161159.392500', '161159.852500', '161200.312500', '161200.772500', '161201.232500', '161201.692500', '161202.152500', '161202.612500', '161203.072500', '161203.532500', '161203.992500', '161204.452500', '161204.912500', '161205.372500', '161205.832500', '161206.292500', '161206.752500', '161207.212500', '161207.672500', '161208.132500', '161208.592500', '161209.052500', '161209.512500', '161209.972500', '161210.432500', '161210.892500', '161211.352500', '161211.812500', '161212.272500', '161212.732500', '161213.192500', '161213.652500', '161214.112500', '161214.572500', '161215.032500', '161215.492500', '161215.952500', '161216.412500', '161216.872500', '161217.332500', '161217.792500', '161218.252500', '161218.712500', '161219.172500', '161219.632500', '161220.092500', '161220.552500', '161221.012500', '161221.472500', '161221.932500', '161222.392500', '161222.852500', '161223.312500', '161223.772500', '161224.232500', '161224.692500', '161225.152500', '161225.612500', '161226.072500', '161226.532500', '161226.992500', '161227.452500', '161227.912500', '161228.372500', '161228.832500', '161229.292500', '161229.752500', '161230.212500', '161230.672500', '161231.132500', '161231.592500', '161232.052500', '161232.512500', '161232.972500', '161233.432500', '161233.892500', '161234.352500', '161234.812500', '161235.272500', '161235.732500', '161236.192500', '161236.652500', '161237.112500', '161237.572500', '161238.032500', '161238.492500', '161238.952500', '161239.412500', '161239.872500', '161240.332500', '161240.792500', '161241.252500', '161241.712500', '161242.172500', '161242.632500', '161243.092500', '161243.552500', '161244.012500', '161244.472500', '161244.932500', '161245.392500', '161245.852500', '161246.312500', '161246.772500', '161247.232500', '161247.692500', '161248.152500', '161248.612500', '161249.072500', '161249.532500', '161249.992500', '161250.452500', '161250.912500', '161251.372500', '161251.832500', '161252.292500', '161252.752500', '161253.212500', '161253.672500', '161254.132500', '161254.592500', '161255.052500', '161255.512500', '161255.972500', '161256.432500', '161256.892500', '161257.352500', '161257.812500', '161258.272500', '161258.732500', '161259.192500', '161259.652500', '161300.112500', '161300.572500', '161301.032500', '161301.492500', '161301.952500', '161302.412500', '161302.872500', '161303.332500', '161303.792500', '161304.252500', '161304.712500', '161305.172500', '161305.632500', '161306.092500', '161306.552500', '161307.012500', '161307.472500', '161307.932500', '161308.392500', '161308.852500', '161309.312500', '161309.772500', '161310.232500', '161310.692500', '161311.152500', '161311.612500', '161312.072500', '161312.532500', '161312.992500', '161313.452500', '161313.912500', '161314.372500', '161314.832500', '161315.292500', '161315.752500', '161316.212500', '161316.672500', '161317.132500', '161317.592500', '161318.052500', '161318.512500', '161318.972500', '161319.432500', '161319.892500', '161320.352500', '161320.812500', '161321.272500', '161321.732500', '161322.192500', '161322.652500', '161323.112500', '161323.572500', '161324.032500', '161324.492500', '161324.952500', '161325.412500', '161325.872500', '161326.332500', '161326.792500', '161327.252500', '161327.712500', '161328.172500', '161328.632500', '161329.092500', '161329.552500', '161330.012500', '161330.472500', '161330.932500', '161331.392500', '161331.852500', '161332.312500', '161332.772500', '161333.232500', '161333.692500', '161334.152500', '161334.612500', '161335.072500', '161335.532500', '161335.992500', '161336.452500', '161336.912500', '161337.372500', '161337.832500', '161338.292500', '161338.752500', '161339.212500', '161339.672500', '161340.132500', '161340.592500', '161341.052500', '161341.512500', '161341.972500', '161342.432500', '161342.892500', '161343.352500', '161343.812500', '161344.272500', '161344.732500', '161345.192500', '161345.652500', '161346.112500', '161346.572500', '161347.032500', '161347.492500', '161347.952500', '161348.412500', '161348.872500', '161349.332500', '161349.792500', '161350.252500', '161350.712500', '161351.172500', '161351.632500', '161352.092500', '161352.552500', '161353.012500', '161353.472500', '161353.932500', '161354.392500', '161354.852500', '161355.312500', '161355.772500', '161356.232500', '161356.692500', '161357.152500', '161357.612500', '161358.072500', '161358.532500', '161358.992500', '161359.452500', '161359.912500', '161400.372500', '161400.832500', '161401.292500', '161401.752500', '161402.212500', '161402.672500', '161403.132500', '161403.592500', '161404.052500', '161404.512500', '161404.972500', '161405.432500', '161405.892500', '161406.352500', '161406.812500', '161407.272500', '161407.732500', '161408.192500', '161408.652500', '161409.112500', '161409.572500', '161410.032500', '161410.492500', '161410.952500', '161411.412500', '161411.872500', '161412.332500', '161412.792500', '161413.252500', '161413.712500', '161414.172500', '161414.632500', '161415.092500', '161415.552500', '161416.012500', '161416.472500', '161416.932500', '161417.392500', '161417.852500', '161418.312500', '161418.772500', '161419.232500', '161419.692500', '161420.152500', '161420.612500', '161421.072500', '161421.532500', '161421.992500', '161422.452500', '161422.912500', '161423.372500', '161423.832500', '161424.292500', '161424.752500', '161425.212500', '161425.672500', '161426.132500', '161426.592500', '161427.052500', '161427.512500', '161427.972500', '161428.432500', '161428.892500', '161429.352500', '161429.812500', '161430.272500', '161430.732500', '161431.192500', '161431.652500', '161432.112500', '161432.572500', '161433.032500', '161433.492500'], 'ContentTime': ['160818.161000', '160818.164000', '160818.167000', '160818.170000', '160818.173000', '160818.176000', '160818.178000', '160818.181000', '160818.183000', '160818.186000', '160818.188000', '160818.191000', '160818.194000', '160818.197000', '160818.200000', '160818.202000', '160818.205000', '160818.208000', '160818.210000', '160818.213000', '160818.215000', '160818.218000', '160818.220000', '160818.223000', '160818.225000', '160818.228000', '160818.231000', '160818.233000', '160818.236000', '160818.238000', '160818.241000', '160818.243000', '160818.251000', '160818.254000', '160818.257000', '160818.259000', '160818.262000', '160818.264000', '160818.267000', '160818.269000', '160818.272000', '160818.275000', '160818.277000', '160818.280000', '160818.282000', '160818.285000', '160818.287000', '160818.290000', '160818.292000', '160818.295000', '160818.298000', '160818.300000', '160818.303000', '160838.129000', '160838.131000', '160838.134000', '160838.137000', '160838.139000', '160838.145000', '160838.148000', '160838.150000', '160838.153000', '160838.156000', '160838.158000', '160838.161000', '160838.163000', '160838.166000', '160838.168000', '160838.171000', '160838.174000', '160838.176000', '160838.179000', '160838.181000', '160838.184000', '160838.186000', '160838.189000', '160838.192000', '160838.194000', '160838.197000', '160838.199000', '160838.202000', '160838.204000', '160838.207000', '160838.209000', '160838.212000', '160838.215000', '160838.217000', '160838.220000', '160838.222000', '160838.225000', '160838.227000', '160838.230000', '160838.233000', '160838.235000', '160838.238000', '160838.240000', '160838.243000', '160858.129000', '160858.132000', '160858.135000', '160858.138000', '160858.140000', '160858.143000', '160858.145000', '160858.148000', '160858.150000', '160858.153000', '160858.169000', '160858.172000', '160858.174000', '160858.177000', '160858.179000', '160858.182000', '160858.185000', '160858.187000', '160858.190000', '160858.192000', '160858.195000', '160858.197000', '160858.200000', '160858.202000', '160858.205000', '160858.207000', '160858.210000', '160858.213000', '160858.215000', '160858.218000', '160858.220000', '160858.223000', '160858.225000', '160858.228000', '160858.231000', '160858.233000', '160858.236000', '160858.238000', '160858.241000', '160858.243000', '160858.246000', '160858.248000', '160858.251000', '160918.129000', '160918.131000', '160918.134000', '160918.137000', '160918.139000', '160918.142000', '160918.144000', '160918.147000', '160918.149000', '160918.152000', '160918.155000', '160918.157000', '160918.160000', '160918.162000', '160918.175000', '160918.178000', '160918.181000', '160918.183000', '160918.186000', '160918.188000', '160918.191000', '160918.194000', '160918.196000', '160918.199000', '160918.201000', '160918.204000', '160918.207000', '160918.209000', '160918.212000', '160918.214000', '160918.217000', '160918.219000', '160918.222000', '160918.225000', '160918.227000', '160918.230000', '160918.232000', '160918.235000', '160918.237000', '160918.240000', '160918.243000', '160918.245000', '160918.248000', '160918.279000', '160938.128000', '160938.131000', '160938.138000', '160938.140000', '160938.143000', '160938.145000', '160938.148000', '160938.151000', '160938.153000', '160938.156000', '160938.158000', '160938.161000', '160938.163000', '160938.166000', '160938.169000', '160938.171000', '160938.174000', '160938.176000', '160938.179000', '160938.181000', '160938.184000', '160938.187000', '160938.189000', '160938.192000', '160938.194000', '160938.197000', '160938.199000', '160938.202000', '160938.205000', '160938.207000', '160938.210000', '160938.212000', '160938.215000', '160938.232000', '160938.235000', '160938.238000', '160938.241000', '160938.243000', '160938.246000', '160938.248000', '160938.251000', '160938.254000', '160938.256000', '160958.128000', '160958.131000', '160958.134000', '160958.136000', '160958.139000', '160958.142000', '160958.144000', '160958.147000', '160958.149000', '160958.152000', '160958.154000', '160958.157000', '160958.160000', '160958.162000', '160958.165000', '160958.168000', '160958.170000', '160958.173000', '160958.175000', '160958.178000', '160958.180000', '160958.183000', '160958.185000', '160958.188000', '160958.191000', '160958.193000', '160958.196000', '160958.199000', '160958.201000', '160958.204000', '160958.206000', '160958.209000', '160958.211000', '160958.214000', '160958.217000', '160958.219000', '160958.222000', '160958.224000', '160958.227000', '160958.229000', '160958.232000', '160958.235000', '160958.237000', '160958.240000', '161018.128000', '161018.131000', '161018.134000', '161018.136000', '161018.139000', '161018.142000', '161018.144000', '161018.147000', '161018.149000', '161018.152000', '161018.154000', '161018.157000', '161018.160000', '161018.162000', '161018.165000', '161018.167000', '161018.170000', '161018.172000', '161018.175000', '161018.178000', '161018.180000', '161018.183000', '161018.185000', '161018.188000', '161018.191000', '161018.193000', '161018.196000', '161018.198000', '161018.201000', '161018.204000', '161018.206000', '161018.209000', '161018.211000', '161018.214000', '161018.216000', '161018.219000', '161018.222000', '161018.224000', '161018.227000', '161018.230000', '161018.232000', '161018.235000', '161018.237000', '161038.129000', '161038.132000', '161038.134000', '161038.137000', '161038.139000', '161038.142000', '161038.145000', '161038.147000', '161038.150000', '161038.152000', '161038.155000', '161038.158000', '161038.160000', '161038.163000', '161038.165000', '161038.168000', '161038.171000', '161038.173000', '161038.176000', '161038.178000', '161038.181000', '161038.183000', '161038.186000', '161038.189000', '161038.191000', '161038.194000', '161038.197000', '161038.199000', '161038.202000', '161038.204000', '161038.207000', '161038.209000', '161038.212000', '161038.215000', '161038.217000', '161038.220000', '161038.222000', '161038.225000', '161038.227000', '161038.230000', '161038.233000', '161038.235000', '161038.238000', '161038.240000', '161058.129000', '161058.131000', '161058.134000', '161058.137000', '161058.139000', '161058.142000', '161058.144000', '161058.147000', '161058.149000', '161058.152000', '161058.155000', '161058.157000', '161058.160000', '161058.163000', '161058.165000', '161058.168000', '161058.170000', '161058.173000', '161058.175000', '161058.178000', '161058.181000', '161058.183000', '161058.186000', '161058.188000', '161058.203000', '161058.206000', '161058.208000', '161058.211000', '161058.213000', '161058.216000', '161058.219000', '161058.221000', '161058.224000', '161058.226000', '161058.229000', '161058.232000', '161058.234000', '161058.237000', '161058.239000', '161058.242000', '161058.245000', '161058.247000', '161058.250000', '161118.129000', '161118.131000', '161118.134000', '161118.137000', '161118.139000', '161118.142000', '161118.144000', '161118.147000', '161118.150000', '161118.152000', '161118.155000', '161118.158000', '161118.160000', '161118.163000', '161118.165000', '161118.173000', '161118.176000', '161118.179000', '161118.181000', '161118.184000', '161118.186000', '161118.189000', '161118.192000', '161118.194000', '161118.197000', '161118.200000', '161118.202000', '161118.205000', '161118.207000', '161118.210000', '161118.213000', '161118.215000', '161118.218000', '161118.220000', '161118.223000', '161118.225000', '161118.228000', '161118.231000', '161118.234000', '161118.236000', '161118.239000', '161118.241000', '161118.244000', '161118.246000', '161138.128000', '161138.131000', '161138.134000', '161138.136000', '161138.139000', '161138.142000', '161138.144000', '161138.147000', '161138.149000', '161138.152000', '161138.155000', '161138.157000', '161138.160000', '161138.162000', '161138.165000', '161138.167000', '161138.170000', '161138.173000', '161138.175000', '161138.178000', '161138.181000', '161138.183000', '161138.186000', '161138.188000', '161138.191000', '161138.194000', '161138.196000', '161138.199000', '161138.201000', '161138.204000', '161138.207000', '161138.209000', '161138.212000', '161138.214000', '161138.217000', '161138.220000', '161138.222000', '161138.225000', '161138.227000', '161138.230000', '161138.232000', '161138.235000', '161138.238000', '161158.129000', '161158.132000', '161158.135000', '161158.137000', '161158.140000', '161158.142000', '161158.145000', '161158.148000', '161158.150000', '161158.153000', '161158.156000', '161158.158000', '161158.161000', '161158.163000', '161158.166000', '161158.168000', '161158.171000', '161158.174000', '161158.176000', '161158.179000', '161158.181000', '161158.184000', '161158.187000', '161158.189000', '161158.192000', '161158.195000', '161158.197000', '161158.200000', '161158.202000', '161158.205000', '161158.207000', '161158.210000', '161158.213000', '161158.215000', '161158.218000', '161158.220000', '161158.223000', '161158.226000', '161158.228000', '161158.231000', '161158.233000', '161158.236000', '161158.239000', '161158.241000', '161218.129000', '161218.132000', '161218.134000', '161218.137000', '161218.140000', '161218.142000', '161218.145000', '161218.148000', '161218.150000', '161218.153000', '161218.156000', '161218.158000', '161218.161000', '161218.164000', '161218.166000', '161218.169000', '161218.171000', '161218.174000', '161218.177000', '161218.179000', '161218.182000', '161218.184000', '161218.187000', '161218.190000', '161218.192000', '161218.195000', '161218.197000', '161218.200000', '161218.202000', '161218.205000', '161218.208000', '161218.210000', '161218.213000', '161218.216000', '161218.218000', '161218.221000', '161218.223000', '161218.226000', '161218.229000', '161218.231000', '161218.234000', '161218.236000', '161218.239000', '161238.129000', '161238.132000', '161238.134000', '161238.137000', '161238.139000', '161238.142000', '161238.158000', '161238.161000', '161238.164000', '161238.166000', '161238.169000', '161238.172000', '161238.174000', '161238.177000', '161238.180000', '161238.182000', '161238.185000', '161238.188000', '161238.190000', '161238.193000', '161238.196000', '161238.199000', '161238.201000', '161238.204000', '161238.206000', '161238.209000', '161238.211000', '161238.214000', '161238.217000', '161238.219000', '161238.222000', '161238.224000', '161238.227000', '161238.230000', '161238.232000', '161238.235000', '161238.238000', '161238.240000', '161238.243000', '161238.245000', '161238.248000', '161238.251000', '161238.253000', '161238.256000', '161258.129000', '161258.131000', '161258.134000', '161258.137000', '161258.139000', '161258.142000', '161258.145000', '161258.147000', '161258.150000', '161258.153000', '161258.155000', '161258.158000', '161258.160000', '161258.163000', '161258.166000', '161258.168000', '161258.171000', '161258.174000', '161258.176000', '161258.179000', '161258.181000', '161258.184000', '161258.187000', '161258.189000', '161258.192000', '161258.195000', '161258.197000', '161258.200000', '161258.202000', '161258.205000', '161258.208000', '161258.210000', '161258.213000', '161258.216000', '161258.218000', '161258.221000', '161258.224000', '161258.226000', '161258.229000', '161258.231000', '161258.234000', '161258.236000', '161258.239000', '161318.128000', '161318.131000', '161318.134000', '161318.137000', '161318.139000', '161318.142000', '161318.145000', '161318.147000', '161318.150000', '161318.153000', '161318.155000', '161318.158000', '161318.160000', '161318.163000', '161318.166000', '161318.168000', '161318.171000', '161318.173000', '161318.176000', '161318.179000', '161318.182000', '161318.184000', '161318.187000', '161318.190000', '161318.192000', '161318.202000', '161318.204000', '161318.207000', '161318.210000', '161318.212000', '161318.215000', '161318.218000', '161318.220000', '161318.223000', '161318.225000', '161318.228000', '161318.231000', '161318.233000', '161318.236000', '161318.238000', '161318.241000', '161318.243000', '161318.246000', '161318.249000', '161338.128000', '161338.131000', '161338.134000', '161338.137000', '161338.139000', '161338.142000', '161338.144000', '161338.147000', '161338.150000', '161338.152000', '161338.155000', '161338.157000', '161338.160000', '161338.162000', '161338.165000', '161338.167000', '161338.170000', '161338.173000', '161338.176000', '161338.178000', '161338.181000', '161338.183000', '161338.186000', '161338.189000', '161338.191000', '161338.194000', '161338.197000', '161338.199000', '161338.202000', '161338.204000', '161338.207000', '161338.210000', '161338.212000', '161338.215000', '161338.217000', '161338.220000', '161338.223000', '161338.225000', '161338.228000', '161338.230000', '161338.233000', '161338.235000', '161338.238000', '161358.129000', '161358.131000', '161358.134000', '161358.137000', '161358.139000', '161358.142000', '161358.145000', '161358.147000', '161358.150000', '161358.153000', '161358.155000', '161358.158000', '161358.160000', '161358.163000', '161358.166000', '161358.168000', '161358.171000', '161358.174000', '161358.176000', '161358.179000', '161358.181000', '161358.184000', '161358.187000', '161358.190000', '161358.192000', '161358.195000', '161358.197000', '161358.200000', '161358.203000', '161358.205000', '161358.208000', '161358.221000', '161358.224000', '161358.227000', '161358.229000', '161358.232000', '161358.234000', '161358.237000', '161358.240000', '161358.242000', '161358.245000', '161358.247000', '161358.250000', '161358.252000', '161418.128000', '161418.131000', '161418.134000', '161418.137000', '161418.139000', '161418.142000', '161418.145000', '161418.147000', '161418.150000', '161418.153000', '161418.155000', '161418.158000', '161418.161000', '161418.163000', '161418.166000', '161418.169000', '161418.171000', '161418.174000', '161418.176000', '161418.179000', '161418.182000', '161418.184000', '161418.187000', '161418.190000', '161418.192000', '161418.195000', '161418.197000', '161418.200000', '161418.202000', '161418.205000', '161418.208000', '161418.210000', '161418.213000', '161418.215000', '161418.218000', '161418.220000', '161418.223000', '161418.225000', '161418.228000', '161418.231000', '161418.233000', '161418.236000', '161418.238000', '161434.439000', '161434.443000', '161434.446000', '161434.448000', '161434.451000', '161434.454000', '161434.456000', '161434.459000', '161434.462000', '161434.464000', '161434.467000', '161434.470000', '161434.472000', '161434.475000', '161434.477000', '161434.480000', '161434.483000', '161434.485000', '161434.488000', '161434.491000', '161434.493000', '161434.496000', '161434.499000', '161434.501000', '161434.504000', '161434.507000', '161434.510000', '161434.512000', '161434.515000', '161434.520000', '161434.524000', '161434.526000', '161434.529000', '161434.532000', '161434.534000', '161434.537000'], 'InstanceCreationTime': ['160818.161000', '160818.164000', '160818.167000', '160818.170000', '160818.173000', '160818.176000', '160818.178000', '160818.181000', '160818.183000', '160818.186000', '160818.188000', '160818.191000', '160818.194000', '160818.197000', '160818.200000', '160818.202000', '160818.205000', '160818.208000', '160818.210000', '160818.213000', '160818.215000', '160818.218000', '160818.220000', '160818.223000', '160818.225000', '160818.228000', '160818.231000', '160818.233000', '160818.236000', '160818.238000', '160818.241000', '160818.243000', '160818.251000', '160818.254000', '160818.257000', '160818.259000', '160818.262000', '160818.264000', '160818.267000', '160818.269000', '160818.272000', '160818.275000', '160818.277000', '160818.280000', '160818.282000', '160818.285000', '160818.287000', '160818.290000', '160818.292000', '160818.295000', '160818.298000', '160818.300000', '160818.303000', '160838.129000', '160838.131000', '160838.134000', '160838.137000', '160838.139000', '160838.145000', '160838.148000', '160838.150000', '160838.153000', '160838.156000', '160838.158000', '160838.161000', '160838.163000', '160838.166000', '160838.168000', '160838.171000', '160838.174000', '160838.176000', '160838.179000', '160838.181000', '160838.184000', '160838.186000', '160838.189000', '160838.192000', '160838.194000', '160838.197000', '160838.199000', '160838.202000', '160838.204000', '160838.207000', '160838.209000', '160838.212000', '160838.215000', '160838.217000', '160838.220000', '160838.222000', '160838.225000', '160838.227000', '160838.230000', '160838.233000', '160838.235000', '160838.238000', '160838.240000', '160838.243000', '160858.129000', '160858.132000', '160858.135000', '160858.138000', '160858.140000', '160858.143000', '160858.145000', '160858.148000', '160858.150000', '160858.153000', '160858.169000', '160858.172000', '160858.174000', '160858.177000', '160858.179000', '160858.182000', '160858.185000', '160858.187000', '160858.190000', '160858.192000', '160858.195000', '160858.197000', '160858.200000', '160858.202000', '160858.205000', '160858.207000', '160858.210000', '160858.213000', '160858.215000', '160858.218000', '160858.220000', '160858.223000', '160858.225000', '160858.228000', '160858.231000', '160858.233000', '160858.236000', '160858.238000', '160858.241000', '160858.243000', '160858.246000', '160858.248000', '160858.251000', '160918.129000', '160918.131000', '160918.134000', '160918.137000', '160918.139000', '160918.142000', '160918.144000', '160918.147000', '160918.149000', '160918.152000', '160918.155000', '160918.157000', '160918.160000', '160918.162000', '160918.175000', '160918.178000', '160918.181000', '160918.183000', '160918.186000', '160918.188000', '160918.191000', '160918.194000', '160918.196000', '160918.199000', '160918.201000', '160918.204000', '160918.207000', '160918.209000', '160918.212000', '160918.214000', '160918.217000', '160918.219000', '160918.222000', '160918.225000', '160918.227000', '160918.230000', '160918.232000', '160918.235000', '160918.237000', '160918.240000', '160918.243000', '160918.245000', '160918.248000', '160918.279000', '160938.128000', '160938.131000', '160938.138000', '160938.140000', '160938.143000', '160938.145000', '160938.148000', '160938.151000', '160938.153000', '160938.156000', '160938.158000', '160938.161000', '160938.163000', '160938.166000', '160938.169000', '160938.171000', '160938.174000', '160938.176000', '160938.179000', '160938.181000', '160938.184000', '160938.187000', '160938.189000', '160938.192000', '160938.194000', '160938.197000', '160938.199000', '160938.202000', '160938.205000', '160938.207000', '160938.210000', '160938.212000', '160938.215000', '160938.232000', '160938.235000', '160938.238000', '160938.241000', '160938.243000', '160938.246000', '160938.248000', '160938.251000', '160938.254000', '160938.256000', '160958.128000', '160958.131000', '160958.134000', '160958.136000', '160958.139000', '160958.142000', '160958.144000', '160958.147000', '160958.149000', '160958.152000', '160958.154000', '160958.157000', '160958.160000', '160958.162000', '160958.165000', '160958.168000', '160958.170000', '160958.173000', '160958.175000', '160958.178000', '160958.180000', '160958.183000', '160958.185000', '160958.188000', '160958.191000', '160958.193000', '160958.196000', '160958.199000', '160958.201000', '160958.204000', '160958.206000', '160958.209000', '160958.211000', '160958.214000', '160958.217000', '160958.219000', '160958.222000', '160958.224000', '160958.227000', '160958.229000', '160958.232000', '160958.235000', '160958.237000', '160958.240000', '161018.128000', '161018.131000', '161018.134000', '161018.136000', '161018.139000', '161018.142000', '161018.144000', '161018.147000', '161018.149000', '161018.152000', '161018.154000', '161018.157000', '161018.160000', '161018.162000', '161018.165000', '161018.167000', '161018.170000', '161018.172000', '161018.175000', '161018.178000', '161018.180000', '161018.183000', '161018.185000', '161018.188000', '161018.191000', '161018.193000', '161018.196000', '161018.198000', '161018.201000', '161018.204000', '161018.206000', '161018.209000', '161018.211000', '161018.214000', '161018.216000', '161018.219000', '161018.222000', '161018.224000', '161018.227000', '161018.230000', '161018.232000', '161018.235000', '161018.237000', '161038.129000', '161038.132000', '161038.134000', '161038.137000', '161038.139000', '161038.142000', '161038.145000', '161038.147000', '161038.150000', '161038.152000', '161038.155000', '161038.158000', '161038.160000', '161038.163000', '161038.165000', '161038.168000', '161038.171000', '161038.173000', '161038.176000', '161038.178000', '161038.181000', '161038.183000', '161038.186000', '161038.189000', '161038.191000', '161038.194000', '161038.197000', '161038.199000', '161038.202000', '161038.204000', '161038.207000', '161038.209000', '161038.212000', '161038.215000', '161038.217000', '161038.220000', '161038.222000', '161038.225000', '161038.227000', '161038.230000', '161038.233000', '161038.235000', '161038.238000', '161038.240000', '161058.129000', '161058.131000', '161058.134000', '161058.137000', '161058.139000', '161058.142000', '161058.144000', '161058.147000', '161058.149000', '161058.152000', '161058.155000', '161058.157000', '161058.160000', '161058.163000', '161058.165000', '161058.168000', '161058.170000', '161058.173000', '161058.175000', '161058.178000', '161058.181000', '161058.183000', '161058.186000', '161058.188000', '161058.203000', '161058.206000', '161058.208000', '161058.211000', '161058.213000', '161058.216000', '161058.219000', '161058.221000', '161058.224000', '161058.226000', '161058.229000', '161058.232000', '161058.234000', '161058.237000', '161058.239000', '161058.242000', '161058.245000', '161058.247000', '161058.250000', '161118.129000', '161118.131000', '161118.134000', '161118.137000', '161118.139000', '161118.142000', '161118.144000', '161118.147000', '161118.150000', '161118.152000', '161118.155000', '161118.158000', '161118.160000', '161118.163000', '161118.165000', '161118.173000', '161118.176000', '161118.179000', '161118.181000', '161118.184000', '161118.186000', '161118.189000', '161118.192000', '161118.194000', '161118.197000', '161118.200000', '161118.202000', '161118.205000', '161118.207000', '161118.210000', '161118.213000', '161118.215000', '161118.218000', '161118.220000', '161118.223000', '161118.225000', '161118.228000', '161118.231000', '161118.234000', '161118.236000', '161118.239000', '161118.241000', '161118.244000', '161118.246000', '161138.128000', '161138.131000', '161138.134000', '161138.136000', '161138.139000', '161138.142000', '161138.144000', '161138.147000', '161138.149000', '161138.152000', '161138.155000', '161138.157000', '161138.160000', '161138.162000', '161138.165000', '161138.167000', '161138.170000', '161138.173000', '161138.175000', '161138.178000', '161138.181000', '161138.183000', '161138.186000', '161138.188000', '161138.191000', '161138.194000', '161138.196000', '161138.199000', '161138.201000', '161138.204000', '161138.207000', '161138.209000', '161138.212000', '161138.214000', '161138.217000', '161138.220000', '161138.222000', '161138.225000', '161138.227000', '161138.230000', '161138.232000', '161138.235000', '161138.238000', '161158.129000', '161158.132000', '161158.135000', '161158.137000', '161158.140000', '161158.142000', '161158.145000', '161158.148000', '161158.150000', '161158.153000', '161158.156000', '161158.158000', '161158.161000', '161158.163000', '161158.166000', '161158.168000', '161158.171000', '161158.174000', '161158.176000', '161158.179000', '161158.181000', '161158.184000', '161158.187000', '161158.189000', '161158.192000', '161158.195000', '161158.197000', '161158.200000', '161158.202000', '161158.205000', '161158.207000', '161158.210000', '161158.213000', '161158.215000', '161158.218000', '161158.220000', '161158.223000', '161158.226000', '161158.228000', '161158.231000', '161158.233000', '161158.236000', '161158.239000', '161158.241000', '161218.129000', '161218.132000', '161218.134000', '161218.137000', '161218.140000', '161218.142000', '161218.145000', '161218.148000', '161218.150000', '161218.153000', '161218.156000', '161218.158000', '161218.161000', '161218.164000', '161218.166000', '161218.169000', '161218.171000', '161218.174000', '161218.177000', '161218.179000', '161218.182000', '161218.184000', '161218.187000', '161218.190000', '161218.192000', '161218.195000', '161218.197000', '161218.200000', '161218.202000', '161218.205000', '161218.208000', '161218.210000', '161218.213000', '161218.216000', '161218.218000', '161218.221000', '161218.223000', '161218.226000', '161218.229000', '161218.231000', '161218.234000', '161218.236000', '161218.239000', '161238.129000', '161238.132000', '161238.134000', '161238.137000', '161238.139000', '161238.142000', '161238.158000', '161238.161000', '161238.164000', '161238.166000', '161238.169000', '161238.172000', '161238.174000', '161238.177000', '161238.180000', '161238.182000', '161238.185000', '161238.188000', '161238.190000', '161238.193000', '161238.196000', '161238.199000', '161238.201000', '161238.204000', '161238.206000', '161238.209000', '161238.211000', '161238.214000', '161238.217000', '161238.219000', '161238.222000', '161238.224000', '161238.227000', '161238.230000', '161238.232000', '161238.235000', '161238.238000', '161238.240000', '161238.243000', '161238.245000', '161238.248000', '161238.251000', '161238.253000', '161238.256000', '161258.129000', '161258.131000', '161258.134000', '161258.137000', '161258.139000', '161258.142000', '161258.145000', '161258.147000', '161258.150000', '161258.153000', '161258.155000', '161258.158000', '161258.160000', '161258.163000', '161258.166000', '161258.168000', '161258.171000', '161258.174000', '161258.176000', '161258.179000', '161258.181000', '161258.184000', '161258.187000', '161258.189000', '161258.192000', '161258.195000', '161258.197000', '161258.200000', '161258.202000', '161258.205000', '161258.208000', '161258.210000', '161258.213000', '161258.216000', '161258.218000', '161258.221000', '161258.224000', '161258.226000', '161258.229000', '161258.231000', '161258.234000', '161258.236000', '161258.239000', '161318.128000', '161318.131000', '161318.134000', '161318.137000', '161318.139000', '161318.142000', '161318.145000', '161318.147000', '161318.150000', '161318.153000', '161318.155000', '161318.158000', '161318.160000', '161318.163000', '161318.166000', '161318.168000', '161318.171000', '161318.173000', '161318.176000', '161318.179000', '161318.182000', '161318.184000', '161318.187000', '161318.190000', '161318.192000', '161318.202000', '161318.204000', '161318.207000', '161318.210000', '161318.212000', '161318.215000', '161318.218000', '161318.220000', '161318.223000', '161318.225000', '161318.228000', '161318.231000', '161318.233000', '161318.236000', '161318.238000', '161318.241000', '161318.243000', '161318.246000', '161318.249000', '161338.128000', '161338.131000', '161338.134000', '161338.137000', '161338.139000', '161338.142000', '161338.144000', '161338.147000', '161338.150000', '161338.152000', '161338.155000', '161338.157000', '161338.160000', '161338.162000', '161338.165000', '161338.167000', '161338.170000', '161338.173000', '161338.176000', '161338.178000', '161338.181000', '161338.183000', '161338.186000', '161338.189000', '161338.191000', '161338.194000', '161338.197000', '161338.199000', '161338.202000', '161338.204000', '161338.207000', '161338.210000', '161338.212000', '161338.215000', '161338.217000', '161338.220000', '161338.223000', '161338.225000', '161338.228000', '161338.230000', '161338.233000', '161338.235000', '161338.238000', '161358.129000', '161358.131000', '161358.134000', '161358.137000', '161358.139000', '161358.142000', '161358.145000', '161358.147000', '161358.150000', '161358.153000', '161358.155000', '161358.158000', '161358.160000', '161358.163000', '161358.166000', '161358.168000', '161358.171000', '161358.174000', '161358.176000', '161358.179000', '161358.181000', '161358.184000', '161358.187000', '161358.190000', '161358.192000', '161358.195000', '161358.197000', '161358.200000', '161358.203000', '161358.205000', '161358.208000', '161358.221000', '161358.224000', '161358.227000', '161358.229000', '161358.232000', '161358.234000', '161358.237000', '161358.240000', '161358.242000', '161358.245000', '161358.247000', '161358.250000', '161358.252000', '161418.128000', '161418.131000', '161418.134000', '161418.137000', '161418.139000', '161418.142000', '161418.145000', '161418.147000', '161418.150000', '161418.153000', '161418.155000', '161418.158000', '161418.161000', '161418.163000', '161418.166000', '161418.169000', '161418.171000', '161418.174000', '161418.176000', '161418.179000', '161418.182000', '161418.184000', '161418.187000', '161418.190000', '161418.192000', '161418.195000', '161418.197000', '161418.200000', '161418.202000', '161418.205000', '161418.208000', '161418.210000', '161418.213000', '161418.215000', '161418.218000', '161418.220000', '161418.223000', '161418.225000', '161418.228000', '161418.231000', '161418.233000', '161418.236000', '161418.238000', '161434.439000', '161434.443000', '161434.446000', '161434.448000', '161434.451000', '161434.454000', '161434.456000', '161434.459000', '161434.462000', '161434.464000', '161434.467000', '161434.470000', '161434.472000', '161434.475000', '161434.477000', '161434.480000', '161434.483000', '161434.485000', '161434.488000', '161434.491000', '161434.493000', '161434.496000', '161434.499000', '161434.501000', '161434.504000', '161434.507000', '161434.510000', '161434.512000', '161434.515000', '161434.520000', '161434.524000', '161434.526000', '161434.529000', '161434.532000', '161434.534000', '161434.537000'], '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': [10624, 9770, 10890, 10159, 9783, 8806, 8483, 8962, 9044, 9019, 9268, 9862, 8621, 8727, 8772, 9128, 9680, 9181, 9892, 9202, 9665, 9399, 8831, 9483, 8932, 8936, 8663, 8740, 9218, 8800, 9178, 9070, 9505, 8939, 9946, 9366, 9074, 9692, 9351, 9974, 9135, 10142, 9444, 10280, 10520, 10137, 8860, 8728, 8554, 9431, 9024, 9262, 8847, 9178, 8970, 9819, 9131, 9259, 9151, 9044, 10125, 9371, 9679, 9614, 9730, 9915, 9558, 9171, 9236, 9097, 9449, 9570, 9834, 9376, 10107, 9325, 10045, 9628, 10079, 9433, 9737, 9217, 9104, 9142, 9467, 9433, 9600, 9819, 10422, 9827, 9392, 9659, 9363, 9683, 11159, 9347, 11002, 9298, 10458, 10383, 10527, 9299, 10398, 9075, 9356, 9033, 10075, 9739, 9987, 9165, 9459, 9328, 9732, 10012, 9138, 9185, 8761, 9287, 10117, 9921, 10007, 9340, 9680, 9743, 9226, 8838, 9346, 9237, 9346, 8643, 9198, 9046, 9132, 9404, 9037, 8901, 9257, 9321, 9227, 8983, 9049, 9518, 9203, 8972, 8998, 9874, 9293, 9897, 10030, 9942, 8965, 8791, 9059, 9759, 9678, 10287, 9058, 10064, 9010, 9007, 9090, 9550, 9377, 9519, 9259, 9256, 9190, 9078, 9334, 9052, 9229, 9245, 9534, 8972, 8997, 9225, 8985, 9705, 9630, 8949, 8982, 9122, 9523, 9099, 10100, 9342, 11410, 10568, 10335, 9126, 9740, 9573, 9843, 9517, 9210, 9830, 9429, 9135, 9236, 9529, 9882, 9323, 9439, 10314, 9396, 9408, 8940, 8972, 9387, 9182, 9545, 9164, 9715, 9962, 10243, 9487, 8875, 8934, 9278, 8870, 8998, 9623, 9537, 9366, 9409, 8936, 8662, 9207, 8672, 9218, 9036, 8943, 9336, 9791, 9678, 10341, 9250, 9577, 9139, 9600, 9517, 9117, 9409, 8882, 9641, 9147, 10310, 10301, 10095, 9214, 8822, 8889, 9573, 9378, 9395, 8853, 9468, 8878, 9227, 9297, 9268, 9403, 9622, 9671, 10176, 9850, 9136, 8949, 8938, 9541, 9002, 9179, 9140, 8884, 9483, 9593, 9146, 8991, 9914, 9493, 9761, 9824, 9597, 9966, 9563, 9286, 9016, 9120, 8911, 8997, 10062, 11071, 11739, 9075, 9639, 9245, 9284, 9148, 10757, 9214, 9505, 9473, 9112, 9814, 9346, 10052, 9844, 10037, 9163, 9080, 8886, 10197, 9283, 10117, 9439, 9769, 9661, 10086, 9984, 9584, 9822, 9176, 8946, 9743, 9456, 10305, 9474, 9098, 8822, 8880, 9001, 8975, 9073, 9383, 9212, 9246, 8799, 9141, 9106, 9426, 8815, 9793, 9644, 9082, 9271, 9190, 9142, 9015, 9243, 9359, 9295, 9374, 9461, 9523, 9218, 9673, 10591, 9577, 10025, 9153, 9217, 9660, 9673, 9974, 9297, 10276, 9059, 8943, 8981, 9648, 9591, 9182, 10062, 9903, 8721, 9186, 9535, 9389, 9107, 9851, 9353, 10061, 9352, 9534, 8624, 9246, 9418, 9176, 9765, 9210, 10009, 9405, 9847, 8909, 9208, 9002, 9487, 9678, 9687, 9924, 9235, 9785, 9133, 9821, 9491, 10241, 9555, 10127, 9328, 9390, 9290, 9067, 9072, 9480, 9290, 9602, 9525, 9256, 8891, 9413, 9570, 9110, 10318, 9115, 9713, 9456, 10088, 9633, 8890, 8900, 9206, 9022, 10100, 9596, 9825, 9600, 9375, 10372, 8985, 10104, 9415, 10183, 9425, 9639, 9720, 9600, 9094, 9555, 9384, 9457, 9165, 9505, 9145, 9682, 9088, 9225, 9164, 9207, 9387, 9681, 9510, 9119, 9663, 9152, 9518, 9669, 9226, 9438, 9216, 9457, 9286, 9143, 9749, 9087, 9277, 9380, 9146, 9226, 9006, 9447, 8977, 9301, 9181, 8713, 8914, 9274, 9058, 9183, 9162, 10176, 9623, 8390, 9130, 9270, 9220, 8658, 8951, 9425, 9353, 9172, 8633, 9033, 9571, 9375, 9477, 9788, 9596, 9238, 9325, 9100, 9505, 9742, 9457, 9904, 9675, 9804, 9029, 8991, 8932, 10079, 9326, 8972, 9059, 9169, 9048, 9269, 9595, 9939, 9413, 8937, 9219, 8808, 9162, 10100, 9779, 9716, 10150, 9545, 9297, 9283, 9194, 9985, 9661, 9527, 10032, 9506, 9133, 9326, 9670, 9363, 9646, 9185, 9646, 9259, 8721, 9076, 9248, 8884, 9338, 9410, 9326, 9360, 9382, 9439, 9814, 9551, 9303, 9809, 9885, 9796, 9540, 9960, 9009, 8991, 9184, 8885, 9325, 9131, 9099, 9272, 9632, 9453, 9486, 9555, 10150, 10352, 10199, 9507, 9590, 9023, 9763, 9363, 9949, 9601, 9071, 9423, 9443, 8979, 9278, 10206, 9469, 9188, 9300, 9092, 9355, 9242, 9033, 9272, 9798, 9539, 8881, 8837, 9027, 9256, 9017, 9122, 10405, 9946, 9475, 9148, 9088, 9229, 9394, 9553, 9444, 9961, 9380, 9849, 9016, 8946, 9046, 9386, 9408, 9395, 9217, 9710, 9024, 9027, 9685, 9687, 9103, 8850, 8860, 9410, 9233, 9177, 9280, 9437, 8889, 9090, 9019, 9576, 9128, 9394, 8870, 8996, 8884, 9351, 9173, 9860, 9690, 9869, 9108, 9697, 9266, 9798, 9932, 9791, 9046, 9274, 9334, 9271, 9259, 9553, 9019, 8987, 9033, 8926, 9158, 9080, 9684, 9155, 9609, 9454, 9656, 9222, 9757, 9402, 9982, 9829, 9578, 9730, 9328, 9212, 8996, 9884, 9816, 9980, 9543, 10069, 9930, 9699, 8925, 10203, 9853, 10185, 10197, 9963, 9726, 9207, 9060, 9419, 9139, 9755, 9346, 9672, 9181, 9729, 9841, 9011, 9136, 10110, 9944, 10045, 10076, 9545, 9347, 9394, 8796, 9025, 9884, 9297, 8788, 9195, 9460, 9483, 9509, 9477, 10009, 9683, 9198, 9394, 9340, 9424, 9710, 9294, 10287, 9511, 10207, 9044, 9775, 9235, 10059, 9311, 9753, 9113, 9446, 9245, 9328, 9565, 9327, 9327, 9036, 9907, 9797, 9146, 9050, 9109, 9115, 9823, 9566, 9760, 9266, 9497, 9491, 8943, 9457, 9160, 9548, 8973, 9124, 9108, 9078, 9445, 9042, 9065, 9367, 8888, 9989, 9918, 9712, 9383, 9443, 9298, 9645, 9282, 10117, 9551, 9835, 9991, 9482, 9014, 9334, 8918, 9365, 9392, 9528, 9688, 10193, 9482, 9507, 9324, 9456, 9245, 9237, 9402, 9142, 9259, 9500, 10425, 9874, 9516, 9668, 9165, 9143, 9460, 8951, 9800, 9697, 10078, 9514, 9766, 9306, 9581, 9278, 9735, 9461, 10039, 10217, 9461, 9128, 9619, 8994, 9878, 9239, 9440, 9434, 10078, 9134, 9644, 8767, 9401, 9199, 9809, 9813, 10279, 9631, 9414, 9540, 9419, 9693, 9269, 9815, 9665, 9529, 9052, 9318, 8996, 9195, 9241, 8932, 9153], 'WindowCenter': [4322.0, 4307.0, 4292.0, 4268.0, 4253.0, 4242.0, 4252.0, 4253.0, 4241.0, 4253.0, 4241.0, 4263.0, 4241.0, 4241.0, 4251.0, 4252.0, 4251.0, 4240.0, 4250.0, 4251.0, 4262.0, 4265.0, 4251.0, 4261.0, 4263.0, 4264.0, 4241.0, 4229.0, 4238.0, 4240.0, 4249.0, 4251.0, 4250.0, 4251.0, 4263.0, 4252.0, 4238.0, 4236.0, 4235.0, 4234.0, 4236.0, 4246.0, 4235.0, 4236.0, 4248.0, 4247.0, 4237.0, 4225.0, 4237.0, 4248.0, 4239.0, 4237.0, 4240.0, 4227.0, 4240.0, 4261.0, 4251.0, 4249.0, 4250.0, 4251.0, 4261.0, 4252.0, 4252.0, 4240.0, 4241.0, 4263.0, 4276.0, 4266.0, 4262.0, 4239.0, 4249.0, 4241.0, 4250.0, 4240.0, 4249.0, 4238.0, 4248.0, 4238.0, 4249.0, 4237.0, 4236.0, 4236.0, 4214.0, 4237.0, 4248.0, 4238.0, 4225.0, 4249.0, 4259.0, 4238.0, 4237.0, 4226.0, 4226.0, 4236.0, 4244.0, 4213.0, 4234.0, 4223.0, 4232.0, 4232.0, 4221.0, 4223.0, 4233.0, 4212.0, 4223.0, 4236.0, 4246.0, 4234.0, 4236.0, 4236.0, 4235.0, 4237.0, 4250.0, 4250.0, 4238.0, 4249.0, 4239.0, 4251.0, 4260.0, 4248.0, 4251.0, 4250.0, 4249.0, 4249.0, 4250.0, 4251.0, 4250.0, 4239.0, 4250.0, 4227.0, 4240.0, 4240.0, 4250.0, 4251.0, 4252.0, 4251.0, 4252.0, 4241.0, 4240.0, 4250.0, 4251.0, 4261.0, 4251.0, 4240.0, 4251.0, 4250.0, 4250.0, 4250.0, 4249.0, 4247.0, 4239.0, 4238.0, 4239.0, 4249.0, 4249.0, 4249.0, 4240.0, 4248.0, 4239.0, 4238.0, 4248.0, 4249.0, 4238.0, 4250.0, 4238.0, 4239.0, 4249.0, 4240.0, 4238.0, 4251.0, 4251.0, 4252.0, 4251.0, 4241.0, 4239.0, 4239.0, 4250.0, 4262.0, 4263.0, 4240.0, 4252.0, 4251.0, 4251.0, 4241.0, 4260.0, 4239.0, 4271.0, 4260.0, 4247.0, 4237.0, 4237.0, 4236.0, 4247.0, 4247.0, 4248.0, 4249.0, 4227.0, 4226.0, 4237.0, 4236.0, 4247.0, 4236.0, 4236.0, 4235.0, 4225.0, 4224.0, 4225.0, 4224.0, 4224.0, 4235.0, 4236.0, 4236.0, 4237.0, 4238.0, 4273.0, 4262.0, 4252.0, 4242.0, 4250.0, 4250.0, 4251.0, 4250.0, 4249.0, 4239.0, 4238.0, 4240.0, 4229.0, 4239.0, 4239.0, 4239.0, 4226.0, 4238.0, 4237.0, 4225.0, 4236.0, 4235.0, 4225.0, 4235.0, 4224.0, 4234.0, 4235.0, 4223.0, 4223.0, 4223.0, 4211.0, 4222.0, 4233.0, 4245.0, 4234.0, 4235.0, 4224.0, 4225.0, 4235.0, 4237.0, 4223.0, 4227.0, 4225.0, 4215.0, 4236.0, 4224.0, 4248.0, 4226.0, 4248.0, 4249.0, 4261.0, 4249.0, 4250.0, 4251.0, 4252.0, 4262.0, 4253.0, 4263.0, 4242.0, 4254.0, 4263.0, 4241.0, 4252.0, 4253.0, 4262.0, 4252.0, 4240.0, 4250.0, 4251.0, 4250.0, 4250.0, 4252.0, 4251.0, 4252.0, 4240.0, 4252.0, 4250.0, 4260.0, 4259.0, 4227.0, 4247.0, 4238.0, 4227.0, 4239.0, 4259.0, 4227.0, 4237.0, 4237.0, 4237.0, 4247.0, 4237.0, 4237.0, 4249.0, 4249.0, 4239.0, 4238.0, 4240.0, 4249.0, 4238.0, 4248.0, 4237.0, 4237.0, 4226.0, 4247.0, 4248.0, 4237.0, 4248.0, 4225.0, 4227.0, 4237.0, 4227.0, 4247.0, 4238.0, 4227.0, 4238.0, 4227.0, 4239.0, 4237.0, 4240.0, 4250.0, 4241.0, 4237.0, 4229.0, 4237.0, 4239.0, 4236.0, 4239.0, 4247.0, 4237.0, 4237.0, 4237.0, 4225.0, 4237.0, 4240.0, 4249.0, 4252.0, 4251.0, 4251.0, 4249.0, 4250.0, 4250.0, 4251.0, 4260.0, 4250.0, 4248.0, 4226.0, 4237.0, 4224.0, 4226.0, 4236.0, 4238.0, 4249.0, 4239.0, 4237.0, 4236.0, 4248.0, 4248.0, 4227.0, 4249.0, 4249.0, 4239.0, 4250.0, 4250.0, 4249.0, 4239.0, 4250.0, 4250.0, 4261.0, 4239.0, 4238.0, 4239.0, 4249.0, 4249.0, 4250.0, 4238.0, 4239.0, 4250.0, 4239.0, 4248.0, 4227.0, 4238.0, 4238.0, 4249.0, 4250.0, 4250.0, 4248.0, 4238.0, 4248.0, 4226.0, 4237.0, 4248.0, 4249.0, 4250.0, 4248.0, 4238.0, 4236.0, 4238.0, 4238.0, 4228.0, 4249.0, 4251.0, 4261.0, 4252.0, 4250.0, 4251.0, 4251.0, 4249.0, 4240.0, 4246.0, 4227.0, 4238.0, 4249.0, 4260.0, 4250.0, 4239.0, 4249.0, 4250.0, 4252.0, 4261.0, 4239.0, 4239.0, 4249.0, 4227.0, 4236.0, 4227.0, 4247.0, 4226.0, 4249.0, 4239.0, 4226.0, 4235.0, 4237.0, 4238.0, 4249.0, 4238.0, 4250.0, 4250.0, 4250.0, 4251.0, 4250.0, 4240.0, 4252.0, 4239.0, 4239.0, 4229.0, 4251.0, 4239.0, 4239.0, 4238.0, 4238.0, 4248.0, 4238.0, 4227.0, 4238.0, 4239.0, 4249.0, 4238.0, 4238.0, 4250.0, 4251.0, 4251.0, 4250.0, 4240.0, 4228.0, 4240.0, 4249.0, 4241.0, 4240.0, 4240.0, 4239.0, 4239.0, 4238.0, 4241.0, 4227.0, 4251.0, 4261.0, 4251.0, 4229.0, 4251.0, 4251.0, 4240.0, 4241.0, 4252.0, 4253.0, 4252.0, 4253.0, 4242.0, 4254.0, 4263.0, 4253.0, 4262.0, 4263.0, 4250.0, 4252.0, 4251.0, 4253.0, 4251.0, 4263.0, 4263.0, 4262.0, 4252.0, 4238.0, 4241.0, 4241.0, 4241.0, 4250.0, 4251.0, 4240.0, 4240.0, 4238.0, 4241.0, 4227.0, 4250.0, 4239.0, 4227.0, 4227.0, 4237.0, 4226.0, 4238.0, 4249.0, 4238.0, 4249.0, 4249.0, 4248.0, 4250.0, 4249.0, 4252.0, 4261.0, 4250.0, 4239.0, 4250.0, 4239.0, 4227.0, 4227.0, 4238.0, 4228.0, 4237.0, 4237.0, 4238.0, 4227.0, 4227.0, 4238.0, 4226.0, 4239.0, 4238.0, 4250.0, 4250.0, 4246.0, 4238.0, 4228.0, 4248.0, 4248.0, 4239.0, 4249.0, 4249.0, 4250.0, 4250.0, 4249.0, 4240.0, 4249.0, 4250.0, 4239.0, 4252.0, 4252.0, 4252.0, 4239.0, 4251.0, 4251.0, 4240.0, 4248.0, 4251.0, 4249.0, 4237.0, 4236.0, 4237.0, 4238.0, 4247.0, 4227.0, 4248.0, 4248.0, 4238.0, 4238.0, 4237.0, 4238.0, 4239.0, 4261.0, 4240.0, 4251.0, 4250.0, 4250.0, 4251.0, 4261.0, 4240.0, 4252.0, 4262.0, 4252.0, 4241.0, 4240.0, 4240.0, 4253.0, 4240.0, 4243.0, 4261.0, 4250.0, 4227.0, 4237.0, 4239.0, 4238.0, 4237.0, 4248.0, 4249.0, 4262.0, 4251.0, 4248.0, 4239.0, 4239.0, 4250.0, 4248.0, 4251.0, 4251.0, 4239.0, 4251.0, 4240.0, 4252.0, 4251.0, 4250.0, 4228.0, 4227.0, 4239.0, 4239.0, 4239.0, 4238.0, 4226.0, 4249.0, 4240.0, 4238.0, 4241.0, 4251.0, 4240.0, 4250.0, 4240.0, 4239.0, 4230.0, 4237.0, 4250.0, 4250.0, 4250.0, 4248.0, 4228.0, 4249.0, 4240.0, 4262.0, 4261.0, 4250.0, 4239.0, 4239.0, 4238.0, 4250.0, 4240.0, 4239.0, 4226.0, 4239.0, 4250.0, 4250.0, 4249.0, 4252.0, 4262.0, 4252.0, 4251.0, 4240.0, 4252.0, 4253.0, 4251.0, 4240.0, 4240.0, 4251.0, 4249.0, 4238.0, 4239.0, 4225.0, 4238.0, 4248.0, 4249.0, 4247.0, 4238.0, 4237.0, 4248.0, 4247.0, 4239.0, 4237.0, 4248.0, 4248.0, 4249.0, 4237.0, 4248.0, 4238.0, 4250.0, 4239.0, 4250.0, 4249.0, 4240.0, 4250.0, 4240.0, 4249.0, 4251.0, 4240.0, 4240.0, 4262.0, 4250.0, 4251.0, 4249.0, 4239.0, 4237.0, 4226.0, 4226.0, 4239.0, 4248.0, 4238.0, 4228.0, 4238.0, 4248.0, 4249.0, 4250.0, 4251.0, 4263.0, 4251.0, 4251.0, 4251.0, 4251.0, 4252.0, 4250.0, 4229.0, 4250.0, 4240.0, 4235.0, 4228.0, 4237.0, 4226.0, 4225.0, 4225.0, 4236.0, 4227.0, 4237.0, 4236.0, 4237.0, 4237.0, 4238.0, 4237.0, 4226.0, 4248.0, 4236.0, 4237.0, 4237.0, 4238.0, 4239.0, 4249.0, 4238.0, 4247.0, 4236.0, 4250.0, 4249.0, 4238.0, 4237.0, 4227.0, 4248.0, 4240.0, 4239.0, 4240.0, 4240.0, 4240.0, 4228.0, 4240.0, 4239.0, 4240.0, 4239.0, 4251.0, 4250.0, 4239.0, 4251.0, 4228.0, 4249.0, 4251.0, 4261.0, 4251.0, 4263.0, 4263.0, 4251.0, 4252.0, 4250.0, 4242.0, 4251.0, 4252.0, 4240.0, 4239.0, 4249.0, 4238.0, 4249.0, 4250.0, 4238.0, 4239.0, 4250.0, 4251.0, 4240.0, 4228.0, 4239.0, 4259.0, 4261.0, 4263.0, 4265.0, 4240.0, 4240.0, 4250.0, 4230.0, 4251.0, 4251.0, 4251.0, 4248.0, 4249.0, 4237.0, 4226.0, 4238.0, 4238.0, 4249.0, 4249.0, 4249.0, 4248.0, 4227.0, 4246.0, 4239.0, 4247.0, 4238.0, 4226.0, 4237.0, 4226.0, 4226.0, 4235.0, 4214.0, 4236.0, 4237.0, 4247.0, 4249.0, 4248.0, 4227.0, 4235.0, 4237.0, 4236.0, 4237.0, 4225.0, 4235.0, 4237.0, 4237.0, 4237.0, 4238.0, 4238.0, 4238.0, 4239.0, 4227.0, 4251.0], 'WindowWidth': [9558.0, 9532.0, 9490.0, 9448.0, 9420.0, 9402.0, 9421.0, 9423.0, 9398.0, 9422.0, 9398.0, 9435.0, 9402.0, 9402.0, 9418.0, 9418.0, 9414.0, 9398.0, 9410.0, 9415.0, 9433.0, 9442.0, 9416.0, 9429.0, 9438.0, 9440.0, 9403.0, 9377.0, 9388.0, 9399.0, 9409.0, 9415.0, 9412.0, 9414.0, 9438.0, 9417.0, 9393.0, 9386.0, 9383.0, 9381.0, 9386.0, 9399.0, 9384.0, 9385.0, 9403.0, 9401.0, 9389.0, 9372.0, 9389.0, 9405.0, 9396.0, 9383.0, 9397.0, 9371.0, 9399.0, 9430.0, 9416.0, 9411.0, 9414.0, 9416.0, 9423.0, 9420.0, 9418.0, 9393.0, 9395.0, 9435.0, 9459.0, 9444.0, 9432.0, 9391.0, 9405.0, 9395.0, 9413.0, 9397.0, 9409.0, 9392.0, 9404.0, 9391.0, 9406.0, 9388.0, 9386.0, 9386.0, 9348.0, 9388.0, 9404.0, 9390.0, 9365.0, 9408.0, 9421.0, 9390.0, 9387.0, 9365.0, 9371.0, 9384.0, 9393.0, 9342.0, 9379.0, 9361.0, 9372.0, 9373.0, 9351.0, 9365.0, 9376.0, 9342.0, 9358.0, 9386.0, 9398.0, 9382.0, 9384.0, 9384.0, 9384.0, 9391.0, 9411.0, 9411.0, 9394.0, 9409.0, 9397.0, 9415.0, 9426.0, 9408.0, 9414.0, 9412.0, 9409.0, 9408.0, 9411.0, 9415.0, 9412.0, 9394.0, 9411.0, 9373.0, 9398.0, 9398.0, 9412.0, 9416.0, 9420.0, 9416.0, 9418.0, 9398.0, 9394.0, 9413.0, 9415.0, 9430.0, 9418.0, 9392.0, 9414.0, 9413.0, 9412.0, 9411.0, 9409.0, 9403.0, 9394.0, 9392.0, 9396.0, 9409.0, 9408.0, 9409.0, 9398.0, 9407.0, 9394.0, 9393.0, 9408.0, 9410.0, 9391.0, 9412.0, 9388.0, 9394.0, 9409.0, 9398.0, 9388.0, 9417.0, 9415.0, 9418.0, 9415.0, 9403.0, 9397.0, 9388.0, 9413.0, 9433.0, 9437.0, 9395.0, 9420.0, 9415.0, 9414.0, 9401.0, 9426.0, 9389.0, 9441.0, 9425.0, 9403.0, 9390.0, 9388.0, 9386.0, 9404.0, 9402.0, 9406.0, 9410.0, 9371.0, 9367.0, 9390.0, 9381.0, 9404.0, 9386.0, 9385.0, 9378.0, 9369.0, 9366.0, 9367.0, 9367.0, 9360.0, 9382.0, 9385.0, 9385.0, 9388.0, 9388.0, 9451.0, 9433.0, 9420.0, 9399.0, 9409.0, 9415.0, 9414.0, 9413.0, 9407.0, 9395.0, 9393.0, 9395.0, 9381.0, 9388.0, 9394.0, 9396.0, 9367.0, 9390.0, 9390.0, 9365.0, 9385.0, 9383.0, 9368.0, 9381.0, 9359.0, 9379.0, 9381.0, 9363.0, 9362.0, 9361.0, 9337.0, 9359.0, 9375.0, 9397.0, 9380.0, 9381.0, 9366.0, 9369.0, 9382.0, 9387.0, 9359.0, 9376.0, 9364.0, 9349.0, 9385.0, 9362.0, 9405.0, 9368.0, 9405.0, 9410.0, 9427.0, 9409.0, 9413.0, 9415.0, 9418.0, 9433.0, 9416.0, 9435.0, 9401.0, 9424.0, 9435.0, 9395.0, 9418.0, 9421.0, 9430.0, 9417.0, 9391.0, 9411.0, 9413.0, 9414.0, 9411.0, 9416.0, 9415.0, 9419.0, 9401.0, 9418.0, 9407.0, 9426.0, 9421.0, 9370.0, 9404.0, 9394.0, 9368.0, 9395.0, 9422.0, 9368.0, 9388.0, 9388.0, 9390.0, 9402.0, 9390.0, 9384.0, 9408.0, 9407.0, 9394.0, 9392.0, 9397.0, 9408.0, 9392.0, 9405.0, 9387.0, 9387.0, 9366.0, 9404.0, 9406.0, 9388.0, 9403.0, 9364.0, 9368.0, 9389.0, 9368.0, 9404.0, 9393.0, 9373.0, 9391.0, 9368.0, 9395.0, 9391.0, 9398.0, 9414.0, 9400.0, 9391.0, 9380.0, 9388.0, 9393.0, 9389.0, 9393.0, 9404.0, 9388.0, 9388.0, 9389.0, 9366.0, 9383.0, 9397.0, 9410.0, 9420.0, 9416.0, 9415.0, 9409.0, 9411.0, 9412.0, 9413.0, 9425.0, 9411.0, 9405.0, 9367.0, 9387.0, 9361.0, 9366.0, 9379.0, 9393.0, 9408.0, 9395.0, 9388.0, 9385.0, 9404.0, 9403.0, 9368.0, 9409.0, 9403.0, 9396.0, 9411.0, 9412.0, 9410.0, 9390.0, 9411.0, 9411.0, 9427.0, 9390.0, 9385.0, 9395.0, 9409.0, 9408.0, 9411.0, 9387.0, 9396.0, 9412.0, 9398.0, 9406.0, 9370.0, 9391.0, 9391.0, 9407.0, 9412.0, 9413.0, 9407.0, 9392.0, 9404.0, 9368.0, 9381.0, 9406.0, 9410.0, 9410.0, 9405.0, 9392.0, 9387.0, 9393.0, 9392.0, 9374.0, 9411.0, 9418.0, 9430.0, 9417.0, 9412.0, 9415.0, 9415.0, 9408.0, 9395.0, 9402.0, 9368.0, 9390.0, 9407.0, 9425.0, 9412.0, 9396.0, 9411.0, 9412.0, 9417.0, 9427.0, 9390.0, 9389.0, 9408.0, 9370.0, 9380.0, 9368.0, 9401.0, 9366.0, 9407.0, 9394.0, 9364.0, 9383.0, 9387.0, 9392.0, 9408.0, 9394.0, 9411.0, 9413.0, 9411.0, 9415.0, 9412.0, 9393.0, 9418.0, 9389.0, 9389.0, 9375.0, 9412.0, 9393.0, 9394.0, 9384.0, 9394.0, 9405.0, 9391.0, 9368.0, 9394.0, 9387.0, 9409.0, 9387.0, 9387.0, 9411.0, 9413.0, 9414.0, 9410.0, 9389.0, 9373.0, 9395.0, 9407.0, 9400.0, 9392.0, 9398.0, 9396.0, 9395.0, 9387.0, 9402.0, 9370.0, 9413.0, 9428.0, 9414.0, 9383.0, 9415.0, 9417.0, 9395.0, 9398.0, 9421.0, 9421.0, 9418.0, 9420.0, 9404.0, 9423.0, 9435.0, 9420.0, 9434.0, 9436.0, 9413.0, 9417.0, 9415.0, 9419.0, 9416.0, 9435.0, 9434.0, 9432.0, 9417.0, 9388.0, 9402.0, 9400.0, 9400.0, 9407.0, 9414.0, 9399.0, 9398.0, 9394.0, 9399.0, 9371.0, 9412.0, 9388.0, 9370.0, 9375.0, 9388.0, 9367.0, 9394.0, 9407.0, 9385.0, 9408.0, 9410.0, 9406.0, 9410.0, 9410.0, 9417.0, 9429.0, 9412.0, 9389.0, 9411.0, 9395.0, 9369.0, 9369.0, 9391.0, 9371.0, 9390.0, 9391.0, 9393.0, 9370.0, 9375.0, 9390.0, 9367.0, 9394.0, 9393.0, 9412.0, 9414.0, 9405.0, 9393.0, 9371.0, 9405.0, 9405.0, 9394.0, 9407.0, 9407.0, 9413.0, 9412.0, 9409.0, 9399.0, 9410.0, 9413.0, 9397.0, 9420.0, 9421.0, 9419.0, 9390.0, 9416.0, 9415.0, 9393.0, 9409.0, 9409.0, 9409.0, 9384.0, 9386.0, 9387.0, 9390.0, 9402.0, 9371.0, 9407.0, 9407.0, 9391.0, 9392.0, 9383.0, 9393.0, 9391.0, 9430.0, 9393.0, 9417.0, 9412.0, 9414.0, 9416.0, 9431.0, 9394.0, 9420.0, 9433.0, 9419.0, 9400.0, 9398.0, 9397.0, 9420.0, 9392.0, 9403.0, 9429.0, 9411.0, 9368.0, 9388.0, 9395.0, 9392.0, 9391.0, 9404.0, 9407.0, 9432.0, 9416.0, 9406.0, 9395.0, 9396.0, 9412.0, 9406.0, 9416.0, 9415.0, 9390.0, 9414.0, 9399.0, 9417.0, 9416.0, 9410.0, 9372.0, 9369.0, 9397.0, 9396.0, 9394.0, 9393.0, 9368.0, 9409.0, 9398.0, 9393.0, 9399.0, 9415.0, 9399.0, 9411.0, 9397.0, 9396.0, 9378.0, 9392.0, 9412.0, 9411.0, 9409.0, 9404.0, 9373.0, 9408.0, 9393.0, 9434.0, 9429.0, 9411.0, 9393.0, 9394.0, 9391.0, 9412.0, 9398.0, 9395.0, 9366.0, 9394.0, 9412.0, 9412.0, 9409.0, 9418.0, 9433.0, 9416.0, 9413.0, 9391.0, 9417.0, 9420.0, 9415.0, 9391.0, 9393.0, 9413.0, 9406.0, 9392.0, 9394.0, 9365.0, 9391.0, 9404.0, 9407.0, 9402.0, 9390.0, 9387.0, 9405.0, 9403.0, 9393.0, 9383.0, 9405.0, 9405.0, 9407.0, 9388.0, 9404.0, 9393.0, 9412.0, 9395.0, 9411.0, 9409.0, 9397.0, 9412.0, 9392.0, 9409.0, 9413.0, 9398.0, 9394.0, 9430.0, 9412.0, 9416.0, 9409.0, 9393.0, 9388.0, 9365.0, 9372.0, 9392.0, 9408.0, 9393.0, 9378.0, 9393.0, 9406.0, 9408.0, 9411.0, 9416.0, 9434.0, 9414.0, 9415.0, 9415.0, 9415.0, 9416.0, 9412.0, 9376.0, 9412.0, 9398.0, 9377.0, 9377.0, 9387.0, 9370.0, 9360.0, 9367.0, 9384.0, 9375.0, 9387.0, 9386.0, 9387.0, 9390.0, 9391.0, 9388.0, 9365.0, 9404.0, 9380.0, 9386.0, 9389.0, 9391.0, 9395.0, 9407.0, 9391.0, 9401.0, 9384.0, 9409.0, 9409.0, 9390.0, 9389.0, 9368.0, 9406.0, 9397.0, 9394.0, 9397.0, 9401.0, 9391.0, 9373.0, 9398.0, 9388.0, 9392.0, 9390.0, 9413.0, 9412.0, 9395.0, 9415.0, 9373.0, 9409.0, 9414.0, 9428.0, 9409.0, 9436.0, 9437.0, 9416.0, 9419.0, 9415.0, 9398.0, 9416.0, 9416.0, 9394.0, 9389.0, 9407.0, 9386.0, 9408.0, 9411.0, 9385.0, 9396.0, 9413.0, 9413.0, 9396.0, 9373.0, 9388.0, 9423.0, 9431.0, 9434.0, 9440.0, 9393.0, 9392.0, 9413.0, 9377.0, 9414.0, 9415.0, 9413.0, 9406.0, 9407.0, 9389.0, 9366.0, 9393.0, 9392.0, 9408.0, 9409.0, 9407.0, 9404.0, 9369.0, 9402.0, 9393.0, 9402.0, 9392.0, 9367.0, 9390.0, 9366.0, 9366.0, 9383.0, 9347.0, 9385.0, 9388.0, 9402.0, 9409.0, 9405.0, 9369.0, 9384.0, 9388.0, 9385.0, 9389.0, 9363.0, 9377.0, 9390.0, 9387.0, 9390.0, 9392.0, 9393.0, 9392.0, 9394.0, 9371.0, 9414.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.00042986191024165714</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015348196547756042</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.23625933725804</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1701233221659</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.004849390368663</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.463</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6005.4204</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07693665179942494</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.9205983889528193</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.396961951894484</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.319213399251098</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6618317547188037</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2098407017135497</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00909767</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01595616340637207</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026153218001127243</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.9203317377834113</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>40.243</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.9401</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.4282</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302976.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>751.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.4251</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3653</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>577.9378</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3468.4703</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3642.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73568.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1236.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4571.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.9967</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.83795719547197</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> |