=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0056 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0056",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0056_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0056_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0056/ses-04/func/sub-0056_ses-04_task-social_acq-mb8_run-01_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>52016fc360e21900dedf05f912a553fa</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>18:07:56.207500</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.998507, 0.0503019, 0.021298, -0.0523296, 0.992684, 0.108813]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0861828</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4160, -7785, -7284, 828, -17, -386, 100, 35]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>226.916</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e480f964-f7ac-4457-9bf0-257aa351a769||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.6789212226867676, -0.1403963565826416, 0.042305391281843185, 117.38031768798828], [-0.13495641946792603, 2.6632983684539795, 0.2963653802871704, -100.77108764648438], [0.05714092776179314, -0.29193708300590515, 2.683351993560791, -67.05414581298828], [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': ['180756.207500', '180756.667500', '180757.127500', '180757.587500', '180758.047500', '180758.507500', '180758.967500', '180759.427500', '180759.887500', '180800.347500', '180800.807500', '180801.267500', '180801.727500', '180802.187500', '180802.647500', '180803.107500', '180803.567500', '180804.027500', '180804.487500', '180804.947500', '180805.407500', '180805.867500', '180806.327500', '180806.787500', '180807.247500', '180807.707500', '180808.167500', '180808.627500', '180809.087500', '180809.547500', '180810.007500', '180810.467500', '180810.927500', '180811.387500', '180811.847500', '180812.307500', '180812.767500', '180813.227500', '180813.687500', '180814.147500', '180814.607500', '180815.067500', '180815.527500', '180815.987500', '180816.447500', '180816.907500', '180817.367500', '180817.827500', '180818.287500', '180818.747500', '180819.207500', '180819.667500', '180820.127500', '180820.587500', '180821.047500', '180821.507500', '180821.967500', '180822.427500', '180822.887500', '180823.347500', '180823.807500', '180824.267500', '180824.727500', '180825.187500', '180825.647500', '180826.107500', '180826.567500', '180827.027500', '180827.487500', '180827.947500', '180828.407500', '180828.867500', '180829.327500', '180829.787500', '180830.247500', '180830.707500', '180831.167500', '180831.627500', '180832.087500', '180832.547500', '180833.007500', '180833.467500', '180833.927500', '180834.387500', '180834.847500', '180835.307500', '180835.767500', '180836.227500', '180836.687500', '180837.147500', '180837.607500', '180838.067500', '180838.527500', '180838.987500', '180839.447500', '180839.907500', '180840.367500', '180840.827500', '180841.287500', '180841.747500', '180842.207500', '180842.667500', '180843.127500', '180843.587500', '180844.047500', '180844.507500', '180844.967500', '180845.427500', '180845.887500', '180846.347500', '180846.807500', '180847.267500', '180847.727500', '180848.187500', '180848.647500', '180849.107500', '180849.567500', '180850.027500', '180850.487500', '180850.947500', '180851.407500', '180851.867500', '180852.327500', '180852.787500', '180853.247500', '180853.707500', '180854.167500', '180854.627500', '180855.087500', '180855.547500', '180856.007500', '180856.467500', '180856.927500', '180857.387500', '180857.847500', '180858.307500', '180858.767500', '180859.227500', '180859.687500', '180900.147500', '180900.607500', '180901.067500', '180901.527500', '180901.987500', '180902.447500', '180902.907500', '180903.367500', '180903.827500', '180904.287500', '180904.747500', '180905.207500', '180905.667500', '180906.127500', '180906.587500', '180907.047500', '180907.507500', '180907.967500', '180908.427500', '180908.887500', '180909.347500', '180909.807500', '180910.267500', '180910.727500', '180911.187500', '180911.647500', '180912.107500', '180912.567500', '180913.027500', '180913.487500', '180913.947500', '180914.407500', '180914.867500', '180915.327500', '180915.787500', '180916.247500', '180916.707500', '180917.167500', '180917.627500', '180918.087500', '180918.547500', '180919.007500', '180919.467500', '180919.927500', '180920.387500', '180920.847500', '180921.307500', '180921.767500', '180922.227500', '180922.687500', '180923.147500', '180923.607500', '180924.067500', '180924.527500', '180924.987500', '180925.447500', '180925.907500', '180926.367500', '180926.827500', '180927.287500', '180927.747500', '180928.207500', '180928.667500', '180929.127500', '180929.587500', '180930.047500', '180930.507500', '180930.967500', '180931.427500', '180931.887500', '180932.347500', '180932.807500', '180933.267500', '180933.727500', '180934.187500', '180934.647500', '180935.107500', '180935.567500', '180936.027500', '180936.487500', '180936.947500', '180937.407500', '180937.867500', '180938.327500', '180938.787500', '180939.247500', '180939.707500', '180940.167500', '180940.627500', '180941.087500', '180941.547500', '180942.007500', '180942.467500', '180942.927500', '180943.387500', '180943.847500', '180944.307500', '180944.767500', '180945.227500', '180945.687500', '180946.147500', '180946.607500', '180947.067500', '180947.527500', '180947.987500', '180948.447500', '180948.907500', '180949.367500', '180949.827500', '180950.287500', '180950.747500', '180951.207500', '180951.667500', '180952.127500', '180952.587500', '180953.047500', '180953.507500', '180953.967500', '180954.427500', '180954.887500', '180955.347500', '180955.807500', '180956.267500', '180956.727500', '180957.187500', '180957.647500', '180958.107500', '180958.567500', '180959.027500', '180959.487500', '180959.947500', '181000.407500', '181000.867500', '181001.327500', '181001.787500', '181002.247500', '181002.707500', '181003.167500', '181003.627500', '181004.087500', '181004.547500', '181005.007500', '181005.467500', '181005.927500', '181006.387500', '181006.847500', '181007.307500', '181007.767500', '181008.227500', '181008.687500', '181009.147500', '181009.607500', '181010.067500', '181010.527500', '181010.987500', '181011.447500', '181011.907500', '181012.367500', '181012.827500', '181013.287500', '181013.747500', '181014.207500', '181014.667500', '181015.127500', '181015.587500', '181016.047500', '181016.507500', '181016.967500', '181017.427500', '181017.887500', '181018.347500', '181018.807500', '181019.267500', '181019.727500', '181020.187500', '181020.647500', '181021.107500', '181021.567500', '181022.027500', '181022.487500', '181022.947500', '181023.407500', '181023.867500', '181024.327500', '181024.787500', '181025.247500', '181025.707500', '181026.167500', '181026.627500', '181027.087500', '181027.547500', '181028.007500', '181028.467500', '181028.927500', '181029.387500', '181029.847500', '181030.307500', '181030.767500', '181031.227500', '181031.687500', '181032.147500', '181032.607500', '181033.067500', '181033.527500', '181033.987500', '181034.447500', '181034.907500', '181035.367500', '181035.827500', '181036.287500', '181036.747500', '181037.207500', '181037.667500', '181038.127500', '181038.587500', '181039.047500', '181039.507500', '181039.967500', '181040.427500', '181040.887500', '181041.347500', '181041.807500', '181042.267500', '181042.727500', '181043.187500', '181043.647500', '181044.107500', '181044.567500', '181045.027500', '181045.487500', '181045.947500', '181046.407500', '181046.867500', '181047.327500', '181047.787500', '181048.247500', '181048.707500', '181049.167500', '181049.627500', '181050.087500', '181050.547500', '181051.007500', '181051.467500', '181051.927500', '181052.387500', '181052.847500', '181053.307500', '181053.767500', '181054.227500', '181054.687500', '181055.147500', '181055.607500', '181056.067500', '181056.527500', '181056.987500', '181057.447500', '181057.907500', '181058.367500', '181058.827500', '181059.287500', '181059.747500', '181100.207500', '181100.667500', '181101.127500', '181101.587500', '181102.047500', '181102.507500', '181102.967500', '181103.427500', '181103.887500', '181104.347500', '181104.807500', '181105.267500', '181105.727500', '181106.187500', '181106.647500', '181107.107500', '181107.567500', '181108.027500', '181108.487500', '181108.947500', '181109.407500', '181109.867500', '181110.327500', '181110.787500', '181111.247500', '181111.707500', '181112.167500', '181112.627500', '181113.087500', '181113.547500', '181114.007500', '181114.467500', '181114.927500', '181115.387500', '181115.847500', '181116.307500', '181116.767500', '181117.227500', '181117.687500', '181118.147500', '181118.607500', '181119.067500', '181119.527500', '181119.987500', '181120.447500', '181120.907500', '181121.367500', '181121.827500', '181122.287500', '181122.747500', '181123.207500', '181123.667500', '181124.127500', '181124.587500', '181125.047500', '181125.507500', '181125.967500', '181126.427500', '181126.887500', '181127.347500', '181127.807500', '181128.267500', '181128.727500', '181129.187500', '181129.647500', '181130.107500', '181130.567500', '181131.027500', '181131.487500', '181131.947500', '181132.407500', '181132.867500', '181133.327500', '181133.787500', '181134.247500', '181134.707500', '181135.167500', '181135.627500', '181136.087500', '181136.547500', '181137.007500', '181137.467500', '181137.927500', '181138.387500', '181138.847500', '181139.307500', '181139.767500', '181140.227500', '181140.687500', '181141.147500', '181141.607500', '181142.067500', '181142.527500', '181142.987500', '181143.447500', '181143.907500', '181144.367500', '181144.827500', '181145.287500', '181145.747500', '181146.207500', '181146.667500', '181147.127500', '181147.587500', '181148.047500', '181148.507500', '181148.967500', '181149.427500', '181149.887500', '181150.347500', '181150.807500', '181151.267500', '181151.727500', '181152.187500', '181152.647500', '181153.107500', '181153.567500', '181154.027500', '181154.487500', '181154.947500', '181155.407500', '181155.867500', '181156.327500', '181156.787500', '181157.247500', '181157.707500', '181158.167500', '181158.627500', '181159.087500', '181159.547500', '181200.007500', '181200.467500', '181200.927500', '181201.387500', '181201.847500', '181202.307500', '181202.767500', '181203.227500', '181203.687500', '181204.147500', '181204.607500', '181205.067500', '181205.527500', '181205.987500', '181206.447500', '181206.907500', '181207.367500', '181207.827500', '181208.287500', '181208.747500', '181209.207500', '181209.667500', '181210.127500', '181210.587500', '181211.047500', '181211.507500', '181211.967500', '181212.427500', '181212.887500', '181213.347500', '181213.807500', '181214.267500', '181214.727500', '181215.187500', '181215.647500', '181216.107500', '181216.567500', '181217.027500', '181217.487500', '181217.947500', '181218.407500', '181218.867500', '181219.327500', '181219.787500', '181220.247500', '181220.707500', '181221.167500', '181221.627500', '181222.087500', '181222.547500', '181223.007500', '181223.467500', '181223.927500', '181224.387500', '181224.847500', '181225.307500', '181225.767500', '181226.227500', '181226.687500', '181227.147500', '181227.607500', '181228.067500', '181228.527500', '181228.987500', '181229.447500', '181229.907500', '181230.367500', '181230.827500', '181231.287500', '181231.747500', '181232.207500', '181232.667500', '181233.127500', '181233.587500', '181234.047500', '181234.507500', '181234.967500', '181235.427500', '181235.887500', '181236.347500', '181236.807500', '181237.267500', '181237.727500', '181238.187500', '181238.647500', '181239.107500', '181239.567500', '181240.027500', '181240.487500', '181240.947500', '181241.407500', '181241.867500', '181242.327500', '181242.787500', '181243.247500', '181243.707500', '181244.167500', '181244.627500', '181245.087500', '181245.547500', '181246.007500', '181246.467500', '181246.927500', '181247.387500', '181247.847500', '181248.307500', '181248.767500', '181249.227500', '181249.687500', '181250.147500', '181250.607500', '181251.067500', '181251.527500', '181251.987500', '181252.447500', '181252.907500', '181253.367500', '181253.827500', '181254.287500', '181254.747500', '181255.207500', '181255.667500', '181256.127500', '181256.587500', '181257.047500', '181257.507500', '181257.967500', '181258.427500', '181258.887500', '181259.347500', '181259.807500', '181300.267500', '181300.727500', '181301.187500', '181301.647500', '181302.107500', '181302.567500', '181303.027500', '181303.487500', '181303.947500', '181304.407500', '181304.867500', '181305.327500', '181305.787500', '181306.247500', '181306.707500', '181307.167500', '181307.627500', '181308.087500', '181308.547500', '181309.007500', '181309.467500', '181309.927500', '181310.387500', '181310.847500', '181311.307500', '181311.767500', '181312.227500', '181312.687500', '181313.147500', '181313.607500', '181314.067500', '181314.527500', '181314.987500', '181315.447500', '181315.907500', '181316.367500', '181316.827500', '181317.287500', '181317.747500', '181318.207500', '181318.667500', '181319.127500', '181319.587500', '181320.047500', '181320.507500', '181320.967500', '181321.427500', '181321.887500', '181322.347500', '181322.807500', '181323.267500', '181323.727500', '181324.187500', '181324.647500', '181325.107500', '181325.567500', '181326.027500', '181326.487500', '181326.947500', '181327.407500', '181327.867500', '181328.327500', '181328.787500', '181329.247500', '181329.707500', '181330.167500', '181330.627500', '181331.087500', '181331.547500', '181332.007500', '181332.467500', '181332.927500', '181333.387500', '181333.847500', '181334.307500', '181334.767500', '181335.227500', '181335.687500', '181336.147500', '181336.607500', '181337.067500', '181337.527500', '181337.987500', '181338.447500', '181338.907500', '181339.367500', '181339.827500', '181340.287500', '181340.747500', '181341.207500', '181341.667500', '181342.127500', '181342.587500', '181343.047500', '181343.507500', '181343.967500', '181344.427500', '181344.887500', '181345.347500', '181345.807500', '181346.267500', '181346.727500', '181347.187500', '181347.647500', '181348.107500', '181348.567500', '181349.027500', '181349.487500', '181349.947500', '181350.407500', '181350.867500', '181351.327500', '181351.787500', '181352.247500', '181352.707500', '181353.167500', '181353.627500', '181354.087500', '181354.547500', '181355.007500', '181355.467500', '181355.927500', '181356.387500', '181356.847500', '181357.307500', '181357.767500', '181358.227500', '181358.687500', '181359.147500', '181359.607500', '181400.067500', '181400.527500', '181400.987500', '181401.447500', '181401.907500', '181402.367500', '181402.827500', '181403.287500', '181403.747500', '181404.207500', '181404.667500', '181405.127500', '181405.587500', '181406.047500', '181406.507500', '181406.967500', '181407.427500', '181407.887500', '181408.347500', '181408.807500', '181409.267500', '181409.727500', '181410.187500', '181410.647500', '181411.107500', '181411.567500', '181412.027500', '181412.487500', '181412.947500', '181413.407500', '181413.867500', '181414.327500', '181414.787500', '181415.247500', '181415.707500', '181416.167500', '181416.627500', '181417.087500', '181417.547500', '181418.007500', '181418.467500', '181418.927500', '181419.387500', '181419.847500', '181420.307500', '181420.767500', '181421.227500', '181421.687500', '181422.147500', '181422.607500', '181423.067500', '181423.527500', '181423.987500', '181424.447500', '181424.907500', '181425.367500', '181425.827500', '181426.287500', '181426.747500', '181427.207500', '181427.667500', '181428.127500', '181428.587500', '181429.047500', '181429.507500', '181429.967500', '181430.427500', '181430.887500', '181431.347500', '181431.807500', '181432.267500', '181432.727500', '181433.187500', '181433.647500', '181434.107500', '181434.567500', '181435.027500', '181435.487500', '181435.947500', '181436.407500', '181436.867500'], 'ContentTime': ['180818.476000', '180818.479000', '180818.482000', '180818.485000', '180818.487000', '180818.490000', '180818.492000', '180818.503000', '180818.506000', '180818.508000', '180818.511000', '180818.514000', '180818.516000', '180818.519000', '180818.521000', '180818.524000', '180818.526000', '180818.529000', '180818.532000', '180818.534000', '180818.537000', '180818.539000', '180818.542000', '180818.544000', '180818.547000', '180818.549000', '180818.552000', '180818.554000', '180818.557000', '180818.560000', '180818.562000', '180818.565000', '180818.567000', '180818.570000', '180818.572000', '180818.575000', '180818.577000', '180818.580000', '180818.582000', '180818.585000', '180818.588000', '180818.590000', '180818.593000', '180818.595000', '180818.598000', '180818.600000', '180818.603000', '180838.442000', '180838.445000', '180838.448000', '180838.450000', '180838.453000', '180838.456000', '180838.458000', '180838.461000', '180838.463000', '180838.466000', '180838.468000', '180838.471000', '180838.474000', '180838.476000', '180838.479000', '180838.486000', '180838.489000', '180838.491000', '180838.494000', '180838.496000', '180838.499000', '180838.502000', '180838.504000', '180838.507000', '180838.509000', '180838.512000', '180838.515000', '180838.517000', '180838.520000', '180838.522000', '180838.525000', '180838.527000', '180838.530000', '180838.532000', '180838.535000', '180838.538000', '180838.540000', '180838.543000', '180838.545000', '180838.548000', '180838.550000', '180838.553000', '180838.556000', '180858.443000', '180858.445000', '180858.448000', '180858.451000', '180858.453000', '180858.456000', '180858.458000', '180858.461000', '180858.464000', '180858.466000', '180858.469000', '180858.472000', '180858.474000', '180858.477000', '180858.479000', '180858.482000', '180858.485000', '180858.487000', '180858.490000', '180858.492000', '180858.495000', '180858.497000', '180858.500000', '180858.506000', '180858.509000', '180858.511000', '180858.514000', '180858.516000', '180858.519000', '180858.521000', '180858.524000', '180858.527000', '180858.529000', '180858.532000', '180858.534000', '180858.537000', '180858.540000', '180858.542000', '180858.545000', '180858.547000', '180858.550000', '180858.552000', '180858.555000', '180858.558000', '180918.444000', '180918.446000', '180918.449000', '180918.451000', '180918.454000', '180918.457000', '180918.459000', '180918.462000', '180918.465000', '180918.467000', '180918.470000', '180918.472000', '180918.475000', '180918.477000', '180918.480000', '180918.483000', '180918.485000', '180918.488000', '180918.490000', '180918.493000', '180918.496000', '180918.499000', '180918.501000', '180918.504000', '180918.506000', '180918.509000', '180918.511000', '180918.521000', '180918.524000', '180918.526000', '180918.529000', '180918.532000', '180918.534000', '180918.537000', '180918.539000', '180918.542000', '180918.545000', '180918.547000', '180918.550000', '180918.552000', '180918.555000', '180918.558000', '180918.560000', '180938.444000', '180938.447000', '180938.449000', '180938.452000', '180938.454000', '180938.457000', '180938.460000', '180938.462000', '180938.465000', '180938.467000', '180938.470000', '180938.472000', '180938.475000', '180938.478000', '180938.480000', '180938.483000', '180938.485000', '180938.488000', '180938.490000', '180938.493000', '180938.496000', '180938.498000', '180938.501000', '180938.503000', '180938.506000', '180938.508000', '180938.511000', '180938.514000', '180938.516000', '180938.519000', '180938.521000', '180938.524000', '180938.526000', '180938.529000', '180938.544000', '180938.547000', '180938.549000', '180938.552000', '180938.555000', '180938.557000', '180938.560000', '180938.562000', '180938.565000', '180938.567000', '180958.443000', '180958.446000', '180958.449000', '180958.452000', '180958.454000', '180958.457000', '180958.459000', '180958.462000', '180958.464000', '180958.467000', '180958.470000', '180958.472000', '180958.475000', '180958.477000', '180958.480000', '180958.483000', '180958.485000', '180958.488000', '180958.490000', '180958.493000', '180958.496000', '180958.498000', '180958.501000', '180958.504000', '180958.506000', '180958.509000', '180958.512000', '180958.514000', '180958.517000', '180958.519000', '180958.522000', '180958.525000', '180958.527000', '180958.530000', '180958.532000', '180958.535000', '180958.538000', '180958.540000', '180958.543000', '180958.545000', '180958.548000', '180958.550000', '180958.553000', '181018.442000', '181018.445000', '181018.448000', '181018.450000', '181018.453000', '181018.456000', '181018.459000', '181018.462000', '181018.464000', '181018.467000', '181018.470000', '181018.472000', '181018.475000', '181018.477000', '181018.480000', '181018.483000', '181018.485000', '181018.488000', '181018.490000', '181018.493000', '181018.496000', '181018.498000', '181018.501000', '181018.503000', '181018.506000', '181018.509000', '181018.511000', '181018.514000', '181018.517000', '181018.519000', '181018.522000', '181018.524000', '181018.527000', '181018.530000', '181018.532000', '181018.535000', '181018.537000', '181018.540000', '181018.543000', '181018.545000', '181018.548000', '181018.550000', '181018.553000', '181018.555000', '181038.442000', '181038.445000', '181038.448000', '181038.450000', '181038.453000', '181038.456000', '181038.458000', '181038.461000', '181038.463000', '181038.466000', '181038.469000', '181038.471000', '181038.474000', '181038.476000', '181038.479000', '181038.481000', '181038.484000', '181038.487000', '181038.489000', '181038.492000', '181038.494000', '181038.497000', '181038.500000', '181038.511000', '181038.514000', '181038.516000', '181038.519000', '181038.521000', '181038.524000', '181038.526000', '181038.529000', '181038.532000', '181038.534000', '181038.537000', '181038.539000', '181038.542000', '181038.545000', '181038.547000', '181038.550000', '181038.552000', '181038.555000', '181038.557000', '181038.560000', '181058.442000', '181058.445000', '181058.448000', '181058.451000', '181058.453000', '181058.456000', '181058.458000', '181058.461000', '181058.464000', '181058.466000', '181058.469000', '181058.471000', '181058.474000', '181058.477000', '181058.479000', '181058.482000', '181058.484000', '181058.487000', '181058.490000', '181058.492000', '181058.495000', '181058.497000', '181058.500000', '181058.503000', '181058.505000', '181058.508000', '181058.510000', '181058.513000', '181058.515000', '181058.518000', '181058.521000', '181058.523000', '181058.526000', '181058.528000', '181058.531000', '181058.534000', '181058.536000', '181058.539000', '181058.542000', '181058.544000', '181058.547000', '181058.549000', '181058.552000', '181058.554000', '181118.442000', '181118.446000', '181118.448000', '181118.451000', '181118.454000', '181118.456000', '181118.459000', '181118.462000', '181118.464000', '181118.467000', '181118.469000', '181118.480000', '181118.483000', '181118.486000', '181118.488000', '181118.491000', '181118.493000', '181118.496000', '181118.499000', '181118.501000', '181118.504000', '181118.506000', '181118.509000', '181118.511000', '181118.514000', '181118.517000', '181118.519000', '181118.522000', '181118.524000', '181118.527000', '181118.539000', '181118.541000', '181118.544000', '181118.547000', '181118.549000', '181118.552000', '181118.554000', '181118.557000', '181118.559000', '181118.571000', '181118.574000', '181118.576000', '181118.579000', '181138.443000', '181138.446000', '181138.449000', '181138.452000', '181138.454000', '181138.457000', '181138.460000', '181138.463000', '181138.466000', '181138.469000', '181138.472000', '181138.475000', '181138.477000', '181138.480000', '181138.482000', '181138.485000', '181138.488000', '181138.491000', '181138.494000', '181138.496000', '181138.499000', '181138.501000', '181138.504000', '181138.507000', '181138.509000', '181138.512000', '181138.514000', '181138.517000', '181138.520000', '181138.522000', '181138.525000', '181138.527000', '181138.530000', '181138.532000', '181138.535000', '181138.538000', '181138.540000', '181138.543000', '181138.546000', '181138.548000', '181138.551000', '181138.553000', '181138.556000', '181158.443000', '181158.446000', '181158.449000', '181158.452000', '181158.454000', '181158.457000', '181158.459000', '181158.462000', '181158.465000', '181158.467000', '181158.470000', '181158.473000', '181158.475000', '181158.478000', '181158.480000', '181158.483000', '181158.485000', '181158.488000', '181158.491000', '181158.493000', '181158.496000', '181158.498000', '181158.501000', '181158.503000', '181158.506000', '181158.509000', '181158.511000', '181158.514000', '181158.516000', '181158.519000', '181158.522000', '181158.524000', '181158.527000', '181158.529000', '181158.532000', '181158.534000', '181158.537000', '181158.540000', '181158.542000', '181158.545000', '181158.547000', '181158.550000', '181158.553000', '181158.555000', '181218.444000', '181218.446000', '181218.449000', '181218.452000', '181218.454000', '181218.457000', '181218.459000', '181218.462000', '181218.465000', '181218.467000', '181218.470000', '181218.473000', '181218.475000', '181218.478000', '181218.480000', '181218.483000', '181218.486000', '181218.488000', '181218.491000', '181218.493000', '181218.496000', '181218.499000', '181218.501000', '181218.504000', '181218.506000', '181218.509000', '181218.511000', '181218.514000', '181218.517000', '181218.519000', '181218.522000', '181218.524000', '181218.527000', '181218.529000', '181218.532000', '181218.535000', '181218.537000', '181218.540000', '181218.542000', '181218.545000', '181218.547000', '181218.550000', '181218.553000', '181238.442000', '181238.445000', '181238.448000', '181238.450000', '181238.453000', '181238.456000', '181238.458000', '181238.461000', '181238.464000', '181238.467000', '181238.469000', '181238.472000', '181238.474000', '181238.477000', '181238.480000', '181238.482000', '181238.485000', '181238.487000', '181238.490000', '181238.493000', '181238.495000', '181238.498000', '181238.500000', '181238.503000', '181238.512000', '181238.515000', '181238.517000', '181238.520000', '181238.522000', '181238.525000', '181238.528000', '181238.530000', '181238.533000', '181238.535000', '181238.538000', '181238.540000', '181238.543000', '181238.546000', '181238.548000', '181238.551000', '181238.553000', '181238.556000', '181238.559000', '181238.561000', '181258.443000', '181258.445000', '181258.448000', '181258.451000', '181258.453000', '181258.456000', '181258.459000', '181258.461000', '181258.464000', '181258.466000', '181258.469000', '181258.472000', '181258.474000', '181258.477000', '181258.480000', '181258.482000', '181258.485000', '181258.487000', '181258.499000', '181258.502000', '181258.504000', '181258.507000', '181258.510000', '181258.513000', '181258.516000', '181258.518000', '181258.521000', '181258.523000', '181258.526000', '181258.530000', '181258.533000', '181258.536000', '181258.539000', '181258.541000', '181258.544000', '181258.546000', '181258.549000', '181258.552000', '181258.554000', '181258.557000', '181258.559000', '181258.562000', '181258.565000', '181318.442000', '181318.445000', '181318.448000', '181318.451000', '181318.453000', '181318.456000', '181318.458000', '181318.461000', '181318.464000', '181318.466000', '181318.469000', '181318.472000', '181318.474000', '181318.477000', '181318.480000', '181318.482000', '181318.485000', '181318.487000', '181318.490000', '181318.493000', '181318.495000', '181318.498000', '181318.500000', '181318.503000', '181318.506000', '181318.508000', '181318.511000', '181318.513000', '181318.516000', '181318.518000', '181318.521000', '181318.524000', '181318.526000', '181318.529000', '181318.531000', '181318.534000', '181318.536000', '181318.539000', '181318.542000', '181318.544000', '181318.547000', '181318.549000', '181318.552000', '181318.555000', '181338.443000', '181338.446000', '181338.448000', '181338.451000', '181338.453000', '181338.456000', '181338.459000', '181338.461000', '181338.464000', '181338.467000', '181338.469000', '181338.472000', '181338.474000', '181338.477000', '181338.480000', '181338.482000', '181338.485000', '181338.488000', '181338.490000', '181338.493000', '181338.495000', '181338.498000', '181338.500000', '181338.503000', '181338.506000', '181338.509000', '181338.511000', '181338.514000', '181338.517000', '181338.520000', '181338.522000', '181338.525000', '181338.528000', '181338.530000', '181338.533000', '181338.535000', '181338.538000', '181338.540000', '181338.543000', '181338.546000', '181338.548000', '181338.551000', '181338.554000', '181358.444000', '181358.446000', '181358.449000', '181358.452000', '181358.455000', '181358.457000', '181358.460000', '181358.462000', '181358.465000', '181358.467000', '181358.470000', '181358.473000', '181358.475000', '181358.478000', '181358.481000', '181358.483000', '181358.486000', '181358.488000', '181358.491000', '181358.493000', '181358.496000', '181358.500000', '181358.503000', '181358.505000', '181358.508000', '181358.510000', '181358.513000', '181358.516000', '181358.518000', '181358.521000', '181358.524000', '181358.526000', '181358.529000', '181358.531000', '181358.534000', '181358.537000', '181358.539000', '181358.542000', '181358.544000', '181358.547000', '181358.549000', '181358.552000', '181358.555000', '181358.557000', '181418.444000', '181418.446000', '181418.449000', '181418.452000', '181418.454000', '181418.457000', '181418.459000', '181418.462000', '181418.476000', '181418.478000', '181418.481000', '181418.483000', '181418.486000', '181418.489000', '181418.491000', '181418.494000', '181418.496000', '181418.499000', '181418.502000', '181418.504000', '181418.507000', '181418.510000', '181418.512000', '181418.515000', '181418.517000', '181418.520000', '181418.523000', '181418.525000', '181418.528000', '181418.530000', '181418.533000', '181418.536000', '181418.538000', '181418.541000', '181418.544000', '181418.546000', '181418.549000', '181418.551000', '181418.554000', '181418.557000', '181418.559000', '181418.562000', '181418.564000', '181437.833000', '181437.836000', '181437.838000', '181437.842000', '181437.844000', '181437.847000', '181437.850000', '181437.853000', '181437.855000', '181437.858000', '181437.861000', '181437.863000', '181437.866000', '181437.869000', '181437.872000', '181437.876000', '181437.879000', '181437.882000', '181437.885000', '181437.888000', '181437.892000', '181437.894000', '181437.897000', '181437.900000', '181437.902000', '181437.905000', '181437.908000', '181437.911000', '181437.914000', '181437.916000', '181437.919000', '181437.922000', '181437.924000', '181437.927000', '181437.931000', '181437.934000', '181437.937000', '181437.940000', '181437.942000', '181437.945000', '181437.948000', '181437.951000', '181437.954000'], 'InstanceCreationTime': ['180818.476000', '180818.479000', '180818.482000', '180818.485000', '180818.487000', '180818.490000', '180818.492000', '180818.503000', '180818.506000', '180818.508000', '180818.511000', '180818.514000', '180818.516000', '180818.519000', '180818.521000', '180818.524000', '180818.526000', '180818.529000', '180818.532000', '180818.534000', '180818.537000', '180818.539000', '180818.542000', '180818.544000', '180818.547000', '180818.549000', '180818.552000', '180818.554000', '180818.557000', '180818.560000', '180818.562000', '180818.565000', '180818.567000', '180818.570000', '180818.572000', '180818.575000', '180818.577000', '180818.580000', '180818.582000', '180818.585000', '180818.588000', '180818.590000', '180818.593000', '180818.595000', '180818.598000', '180818.600000', '180818.603000', '180838.442000', '180838.445000', '180838.448000', '180838.450000', '180838.453000', '180838.456000', '180838.458000', '180838.461000', '180838.463000', '180838.466000', '180838.468000', '180838.471000', '180838.474000', '180838.476000', '180838.479000', '180838.486000', '180838.489000', '180838.491000', '180838.494000', '180838.496000', '180838.499000', '180838.502000', '180838.504000', '180838.507000', '180838.509000', '180838.512000', '180838.515000', '180838.517000', '180838.520000', '180838.522000', '180838.525000', '180838.527000', '180838.530000', '180838.532000', '180838.535000', '180838.538000', '180838.540000', '180838.543000', '180838.545000', '180838.548000', '180838.550000', '180838.553000', '180838.556000', '180858.443000', '180858.445000', '180858.448000', '180858.451000', '180858.453000', '180858.456000', '180858.458000', '180858.461000', '180858.464000', '180858.466000', '180858.469000', '180858.472000', '180858.474000', '180858.477000', '180858.479000', '180858.482000', '180858.485000', '180858.487000', '180858.490000', '180858.492000', '180858.495000', '180858.497000', '180858.500000', '180858.506000', '180858.509000', '180858.511000', '180858.514000', '180858.516000', '180858.519000', '180858.521000', '180858.524000', '180858.527000', '180858.529000', '180858.532000', '180858.534000', '180858.537000', '180858.540000', '180858.542000', '180858.545000', '180858.547000', '180858.550000', '180858.552000', '180858.555000', '180858.558000', '180918.444000', '180918.446000', '180918.449000', '180918.451000', '180918.454000', '180918.457000', '180918.459000', '180918.462000', '180918.465000', '180918.467000', '180918.470000', '180918.472000', '180918.475000', '180918.477000', '180918.480000', '180918.483000', '180918.485000', '180918.488000', '180918.490000', '180918.493000', '180918.496000', '180918.499000', '180918.501000', '180918.504000', '180918.506000', '180918.509000', '180918.511000', '180918.521000', '180918.524000', '180918.526000', '180918.529000', '180918.532000', '180918.534000', '180918.537000', '180918.539000', '180918.542000', '180918.545000', '180918.547000', '180918.550000', '180918.552000', '180918.555000', '180918.558000', '180918.560000', '180938.444000', '180938.447000', '180938.449000', '180938.452000', '180938.454000', '180938.457000', '180938.460000', '180938.462000', '180938.465000', '180938.467000', '180938.470000', '180938.472000', '180938.475000', '180938.478000', '180938.480000', '180938.483000', '180938.485000', '180938.488000', '180938.490000', '180938.493000', '180938.496000', '180938.498000', '180938.501000', '180938.503000', '180938.506000', '180938.508000', '180938.511000', '180938.514000', '180938.516000', '180938.519000', '180938.521000', '180938.524000', '180938.526000', '180938.529000', '180938.544000', '180938.547000', '180938.549000', '180938.552000', '180938.555000', '180938.557000', '180938.560000', '180938.562000', '180938.565000', '180938.567000', '180958.443000', '180958.446000', '180958.449000', '180958.452000', '180958.454000', '180958.457000', '180958.459000', '180958.462000', '180958.464000', '180958.467000', '180958.470000', '180958.472000', '180958.475000', '180958.477000', '180958.480000', '180958.483000', '180958.485000', '180958.488000', '180958.490000', '180958.493000', '180958.496000', '180958.498000', '180958.501000', '180958.504000', '180958.506000', '180958.509000', '180958.512000', '180958.514000', '180958.517000', '180958.519000', '180958.522000', '180958.525000', '180958.527000', '180958.530000', '180958.532000', '180958.535000', '180958.538000', '180958.540000', '180958.543000', '180958.545000', '180958.548000', '180958.550000', '180958.553000', '181018.442000', '181018.445000', '181018.448000', '181018.450000', '181018.453000', '181018.456000', '181018.459000', '181018.462000', '181018.464000', '181018.467000', '181018.470000', '181018.472000', '181018.475000', '181018.477000', '181018.480000', '181018.483000', '181018.485000', '181018.488000', '181018.490000', '181018.493000', '181018.496000', '181018.498000', '181018.501000', '181018.503000', '181018.506000', '181018.509000', '181018.511000', '181018.514000', '181018.517000', '181018.519000', '181018.522000', '181018.524000', '181018.527000', '181018.530000', '181018.532000', '181018.535000', '181018.537000', '181018.540000', '181018.543000', '181018.545000', '181018.548000', '181018.550000', '181018.553000', '181018.555000', '181038.442000', '181038.445000', '181038.448000', '181038.450000', '181038.453000', '181038.456000', '181038.458000', '181038.461000', '181038.463000', '181038.466000', '181038.469000', '181038.471000', '181038.474000', '181038.476000', '181038.479000', '181038.481000', '181038.484000', '181038.487000', '181038.489000', '181038.492000', '181038.494000', '181038.497000', '181038.500000', '181038.511000', '181038.514000', '181038.516000', '181038.519000', '181038.521000', '181038.524000', '181038.526000', '181038.529000', '181038.532000', '181038.534000', '181038.537000', '181038.539000', '181038.542000', '181038.545000', '181038.547000', '181038.550000', '181038.552000', '181038.555000', '181038.557000', '181038.560000', '181058.442000', '181058.445000', '181058.448000', '181058.451000', '181058.453000', '181058.456000', '181058.458000', '181058.461000', '181058.464000', '181058.466000', '181058.469000', '181058.471000', '181058.474000', '181058.477000', '181058.479000', '181058.482000', '181058.484000', '181058.487000', '181058.490000', '181058.492000', '181058.495000', '181058.497000', '181058.500000', '181058.503000', '181058.505000', '181058.508000', '181058.510000', '181058.513000', '181058.515000', '181058.518000', '181058.521000', '181058.523000', '181058.526000', '181058.528000', '181058.531000', '181058.534000', '181058.536000', '181058.539000', '181058.542000', '181058.544000', '181058.547000', '181058.549000', '181058.552000', '181058.554000', '181118.442000', '181118.446000', '181118.448000', '181118.451000', '181118.454000', '181118.456000', '181118.459000', '181118.462000', '181118.464000', '181118.467000', '181118.469000', '181118.480000', '181118.483000', '181118.486000', '181118.488000', '181118.491000', '181118.493000', '181118.496000', '181118.499000', '181118.501000', '181118.504000', '181118.506000', '181118.509000', '181118.511000', '181118.514000', '181118.517000', '181118.519000', '181118.522000', '181118.524000', '181118.527000', '181118.539000', '181118.541000', '181118.544000', '181118.547000', '181118.549000', '181118.552000', '181118.554000', '181118.557000', '181118.559000', '181118.571000', '181118.574000', '181118.576000', '181118.579000', '181138.443000', '181138.446000', '181138.449000', '181138.452000', '181138.454000', '181138.457000', '181138.460000', '181138.463000', '181138.466000', '181138.469000', '181138.472000', '181138.475000', '181138.477000', '181138.480000', '181138.482000', '181138.485000', '181138.488000', '181138.491000', '181138.494000', '181138.496000', '181138.499000', '181138.501000', '181138.504000', '181138.507000', '181138.509000', '181138.512000', '181138.514000', '181138.517000', '181138.520000', '181138.522000', '181138.525000', '181138.527000', '181138.530000', '181138.532000', '181138.535000', '181138.538000', '181138.540000', '181138.543000', '181138.546000', '181138.548000', '181138.551000', '181138.553000', '181138.556000', '181158.443000', '181158.446000', '181158.449000', '181158.452000', '181158.454000', '181158.457000', '181158.459000', '181158.462000', '181158.465000', '181158.467000', '181158.470000', '181158.473000', '181158.475000', '181158.478000', '181158.480000', '181158.483000', '181158.485000', '181158.488000', '181158.491000', '181158.493000', '181158.496000', '181158.498000', '181158.501000', '181158.503000', '181158.506000', '181158.509000', '181158.511000', '181158.514000', '181158.516000', '181158.519000', '181158.522000', '181158.524000', '181158.527000', '181158.529000', '181158.532000', '181158.534000', '181158.537000', '181158.540000', '181158.542000', '181158.545000', '181158.547000', '181158.550000', '181158.553000', '181158.555000', '181218.444000', '181218.446000', '181218.449000', '181218.452000', '181218.454000', '181218.457000', '181218.459000', '181218.462000', '181218.465000', '181218.467000', '181218.470000', '181218.473000', '181218.475000', '181218.478000', '181218.480000', '181218.483000', '181218.486000', '181218.488000', '181218.491000', '181218.493000', '181218.496000', '181218.499000', '181218.501000', '181218.504000', '181218.506000', '181218.509000', '181218.511000', '181218.514000', '181218.517000', '181218.519000', '181218.522000', '181218.524000', '181218.527000', '181218.529000', '181218.532000', '181218.535000', '181218.537000', '181218.540000', '181218.542000', '181218.545000', '181218.547000', '181218.550000', '181218.553000', '181238.442000', '181238.445000', '181238.448000', '181238.450000', '181238.453000', '181238.456000', '181238.458000', '181238.461000', '181238.464000', '181238.467000', '181238.469000', '181238.472000', '181238.474000', '181238.477000', '181238.480000', '181238.482000', '181238.485000', '181238.487000', '181238.490000', '181238.493000', '181238.495000', '181238.498000', '181238.500000', '181238.503000', '181238.512000', '181238.515000', '181238.517000', '181238.520000', '181238.522000', '181238.525000', '181238.528000', '181238.530000', '181238.533000', '181238.535000', '181238.538000', '181238.540000', '181238.543000', '181238.546000', '181238.548000', '181238.551000', '181238.553000', '181238.556000', '181238.559000', '181238.561000', '181258.443000', '181258.445000', '181258.448000', '181258.451000', '181258.453000', '181258.456000', '181258.459000', '181258.461000', '181258.464000', '181258.466000', '181258.469000', '181258.472000', '181258.474000', '181258.477000', '181258.480000', '181258.482000', '181258.485000', '181258.487000', '181258.499000', '181258.502000', '181258.504000', '181258.507000', '181258.510000', '181258.513000', '181258.516000', '181258.518000', '181258.521000', '181258.523000', '181258.526000', '181258.530000', '181258.533000', '181258.536000', '181258.539000', '181258.541000', '181258.544000', '181258.546000', '181258.549000', '181258.552000', '181258.554000', '181258.557000', '181258.559000', '181258.562000', '181258.565000', '181318.442000', '181318.445000', '181318.448000', '181318.451000', '181318.453000', '181318.456000', '181318.458000', '181318.461000', '181318.464000', '181318.466000', '181318.469000', '181318.472000', '181318.474000', '181318.477000', '181318.480000', '181318.482000', '181318.485000', '181318.487000', '181318.490000', '181318.493000', '181318.495000', '181318.498000', '181318.500000', '181318.503000', '181318.506000', '181318.508000', '181318.511000', '181318.513000', '181318.516000', '181318.518000', '181318.521000', '181318.524000', '181318.526000', '181318.529000', '181318.531000', '181318.534000', '181318.536000', '181318.539000', '181318.542000', '181318.544000', '181318.547000', '181318.549000', '181318.552000', '181318.555000', '181338.443000', '181338.446000', '181338.448000', '181338.451000', '181338.453000', '181338.456000', '181338.459000', '181338.461000', '181338.464000', '181338.467000', '181338.469000', '181338.472000', '181338.474000', '181338.477000', '181338.480000', '181338.482000', '181338.485000', '181338.488000', '181338.490000', '181338.493000', '181338.495000', '181338.498000', '181338.500000', '181338.503000', '181338.506000', '181338.509000', '181338.511000', '181338.514000', '181338.517000', '181338.520000', '181338.522000', '181338.525000', '181338.528000', '181338.530000', '181338.533000', '181338.535000', '181338.538000', '181338.540000', '181338.543000', '181338.546000', '181338.548000', '181338.551000', '181338.554000', '181358.444000', '181358.446000', '181358.449000', '181358.452000', '181358.455000', '181358.457000', '181358.460000', '181358.462000', '181358.465000', '181358.467000', '181358.470000', '181358.473000', '181358.475000', '181358.478000', '181358.481000', '181358.483000', '181358.486000', '181358.488000', '181358.491000', '181358.493000', '181358.496000', '181358.500000', '181358.503000', '181358.505000', '181358.508000', '181358.510000', '181358.513000', '181358.516000', '181358.518000', '181358.521000', '181358.524000', '181358.526000', '181358.529000', '181358.531000', '181358.534000', '181358.537000', '181358.539000', '181358.542000', '181358.544000', '181358.547000', '181358.549000', '181358.552000', '181358.555000', '181358.557000', '181418.444000', '181418.446000', '181418.449000', '181418.452000', '181418.454000', '181418.457000', '181418.459000', '181418.462000', '181418.476000', '181418.478000', '181418.481000', '181418.483000', '181418.486000', '181418.489000', '181418.491000', '181418.494000', '181418.496000', '181418.499000', '181418.502000', '181418.504000', '181418.507000', '181418.510000', '181418.512000', '181418.515000', '181418.517000', '181418.520000', '181418.523000', '181418.525000', '181418.528000', '181418.530000', '181418.533000', '181418.536000', '181418.538000', '181418.541000', '181418.544000', '181418.546000', '181418.549000', '181418.551000', '181418.554000', '181418.557000', '181418.559000', '181418.562000', '181418.564000', '181437.833000', '181437.836000', '181437.838000', '181437.842000', '181437.844000', '181437.847000', '181437.850000', '181437.853000', '181437.855000', '181437.858000', '181437.861000', '181437.863000', '181437.866000', '181437.869000', '181437.872000', '181437.876000', '181437.879000', '181437.882000', '181437.885000', '181437.888000', '181437.892000', '181437.894000', '181437.897000', '181437.900000', '181437.902000', '181437.905000', '181437.908000', '181437.911000', '181437.914000', '181437.916000', '181437.919000', '181437.922000', '181437.924000', '181437.927000', '181437.931000', '181437.934000', '181437.937000', '181437.940000', '181437.942000', '181437.945000', '181437.948000', '181437.951000', '181437.954000'], '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': [7454, 9073, 7431, 9374, 7441, 7989, 7386, 7705, 7273, 7905, 6548, 7821, 7744, 8070, 7876, 8134, 8055, 8141, 8112, 8133, 8367, 7953, 8310, 7782, 8209, 7547, 8202, 7779, 7994, 7507, 7981, 7428, 8012, 7710, 7881, 7412, 8004, 7719, 8149, 8158, 7967, 7936, 7666, 7956, 7753, 8041, 7022, 7962, 6466, 8034, 7427, 8062, 7592, 7968, 7623, 8025, 7564, 8081, 7758, 7961, 7959, 7691, 8192, 7909, 7611, 7572, 7626, 7553, 7885, 7218, 7831, 7113, 8029, 7254, 8020, 7194, 8392, 7498, 8063, 7690, 8005, 8127, 7929, 8069, 7733, 7865, 7473, 7649, 7274, 7112, 6440, 7944, 7218, 7876, 7756, 6483, 7966, 7401, 7869, 7887, 7674, 7955, 7545, 7764, 7306, 7933, 7340, 7985, 7428, 8125, 8039, 7831, 7676, 6369, 7915, 7095, 7860, 6872, 6632, 7961, 8047, 8138, 8263, 7636, 8213, 7296, 8629, 7981, 8244, 8161, 7664, 8043, 7641, 7787, 7530, 8036, 7521, 7928, 7539, 8153, 8019, 7509, 7902, 7224, 7560, 6889, 7639, 8059, 7759, 8128, 7411, 8017, 7993, 8101, 7814, 7489, 7874, 7419, 8093, 7635, 8133, 7982, 7827, 7878, 7604, 7912, 7996, 7737, 6756, 7818, 7350, 8046, 7520, 8194, 7801, 7950, 7839, 7581, 8065, 7704, 7968, 6243, 7964, 6345, 7859, 6844, 7992, 7504, 8120, 7498, 8144, 7694, 8242, 8225, 7390, 7938, 7283, 8102, 7229, 8286, 7534, 8287, 8386, 7987, 8383, 8077, 8138, 7871, 8053, 7815, 8244, 6755, 8074, 7715, 8186, 7722, 8175, 8277, 8038, 8005, 6742, 8009, 7106, 8195, 7295, 8469, 7869, 8244, 8410, 7955, 7882, 7938, 7826, 6663, 8091, 7548, 8188, 7537, 8366, 8177, 7850, 8122, 8014, 8151, 7910, 7825, 7633, 7924, 7695, 8020, 6490, 8184, 7626, 8092, 7872, 8236, 8507, 8129, 8249, 7913, 8210, 8021, 8410, 6884, 8583, 7784, 8547, 7817, 8339, 8552, 8186, 8215, 7686, 8285, 6431, 8216, 7300, 8287, 7646, 8104, 8117, 7978, 8442, 7945, 7867, 7599, 7889, 6687, 8063, 7413, 8387, 7615, 8066, 8148, 8061, 8159, 8338, 8219, 7642, 7968, 7719, 7859, 7625, 7906, 6730, 8168, 7345, 8171, 7412, 8279, 7333, 7760, 7535, 7251, 8133, 8200, 8034, 7773, 7788, 8049, 6242, 8067, 6691, 8102, 7566, 8248, 7821, 7944, 8076, 7990, 8156, 8073, 8140, 7504, 8249, 7219, 8148, 6752, 8346, 7657, 8160, 7677, 8500, 7803, 8646, 8389, 7917, 8261, 7593, 8241, 7936, 7970, 7847, 8142, 7680, 8329, 7783, 8540, 7950, 8023, 8154, 7905, 8213, 7954, 8313, 7844, 7978, 7611, 7901, 7741, 7861, 7735, 8108, 7700, 7924, 6509, 8049, 7107, 8161, 7376, 8371, 7866, 8424, 7635, 8364, 7989, 8174, 8420, 7976, 7994, 7811, 7757, 7718, 7770, 7747, 8115, 6662, 8059, 7507, 8176, 7555, 8307, 7805, 8514, 8289, 8025, 8100, 7548, 8194, 6892, 8056, 7781, 8243, 8303, 8005, 8246, 7598, 8119, 7741, 8308, 8004, 8200, 7965, 8502, 7846, 8207, 8130, 8010, 8137, 8064, 8019, 7617, 8053, 7757, 7838, 6887, 8045, 7788, 8057, 7892, 8070, 7540, 8290, 7701, 8340, 7908, 7812, 8005, 8013, 8263, 7982, 7977, 6901, 8035, 7366, 8136, 7706, 7965, 8098, 7936, 7936, 7716, 7801, 7691, 8019, 6749, 7903, 6764, 8290, 7227, 7409, 9274, 7858, 8015, 7292, 8030, 7987, 7843, 7749, 7656, 7745, 7275, 7817, 7599, 7756, 7621, 7908, 7564, 7888, 7679, 8237, 7885, 7866, 8041, 7785, 7903, 7757, 7721, 7750, 7805, 6422, 8067, 6860, 8135, 7860, 7858, 7788, 7948, 8370, 8023, 8207, 7801, 8150, 7532, 8068, 6473, 8055, 7616, 8233, 7793, 8119, 8320, 7899, 8092, 7549, 7995, 7681, 7864, 6522, 8055, 7586, 8014, 7653, 8089, 8105, 7799, 8246, 7657, 8042, 7751, 7828, 7480, 8031, 7429, 8153, 7952, 8276, 8112, 8035, 8137, 7619, 8024, 6707, 8151, 7837, 8206, 7887, 7943, 7725, 8054, 7962, 7838, 8085, 7596, 7755, 7438, 7924, 6825, 7975, 7447, 7875, 7888, 7786, 7832, 7805, 7840, 7529, 7862, 7526, 7997, 7423, 7614, 6258, 7739, 7475, 8028, 6983, 8014, 7369, 7743, 7490, 8003, 7918, 8059, 7826, 7582, 7699, 7631, 7661, 7580, 7659, 6984, 7898, 7301, 8273, 7534, 7942, 7787, 7529, 7586, 7635, 7930, 7518, 7754, 6708, 7830, 7141, 7742, 7633, 7985, 7297, 7851, 7592, 8141, 7806, 7684, 7812, 7544, 7891, 6692, 8081, 7339, 8013, 7644, 8300, 7931, 8053, 8201, 7543, 8084, 7532, 7937, 7584, 7804, 6753, 7855, 7426, 7990, 7607, 8077, 7729, 7851, 8070, 7983, 7793, 7482, 7789, 6610, 7860, 6750, 8292, 7618, 8108, 7559, 8100, 7672, 7942, 8045, 7672, 7907, 7766, 8101, 6448, 7754, 7248, 8062, 7527, 8111, 7493, 8178, 7630, 8129, 7659, 8039, 7943, 7565, 7860, 7675, 7977, 7566, 7821, 6490, 7745, 6773, 7743, 7468, 7742, 7651, 7750, 7197, 7728, 6430, 7759, 6672, 7717, 7410, 7739, 7467, 8020, 7331, 7793, 7741, 7884, 8103, 7849, 8008, 7579, 7728, 7325, 7827, 7611, 7803, 7454, 7815, 6470, 7737, 7178, 8178, 7639, 8189, 7822, 8008, 7817, 7863, 7827, 6662, 7928, 7742, 7939, 6905, 7976, 7511, 8051, 7419, 8325, 7922, 7824, 8126, 7527, 7916, 6434, 7758, 7356, 7825, 7347, 8043, 7856, 8260, 8233, 7796, 7953, 7529, 7642, 7709, 7759, 7439, 7713, 7074, 7661, 6787, 8011, 7681, 7979, 7698, 8197, 7866, 7978, 8252, 7759, 8033, 7584, 7941, 7805, 7964, 6556, 7898, 7556, 8055, 6612, 8108, 6502, 8099, 7363, 8248, 7686, 8108, 7796, 7880, 7776, 7884, 8192, 7847, 8055, 7846, 7819, 7542, 7838, 7755, 7706, 7489, 7793, 7494, 7976, 6816, 7760, 7278, 7755, 7401, 8129, 8102, 7699, 7973, 7474, 7880, 7611, 7976, 7214, 8343, 7457, 8984, 7267, 7875, 7080, 7705, 7203, 7905, 7240, 7600, 6843, 7747, 7196, 8049, 7388, 8069, 7973, 8074, 8290, 7662, 7916, 7737, 8273, 7365, 7806, 7257, 7778, 7475, 7766, 6309, 7502, 7068, 7829, 7297, 8048, 7336, 8074, 7117, 7962, 7323, 8271, 7751, 7785, 7819], 'WindowCenter': [3858.0, 3855.0, 3829.0, 3834.0, 3816.0, 3824.0, 3810.0, 3809.0, 3811.0, 3821.0, 3803.0, 3822.0, 3824.0, 3837.0, 3837.0, 3833.0, 3834.0, 3835.0, 3837.0, 3838.0, 3837.0, 3838.0, 3834.0, 3827.0, 3835.0, 3836.0, 3834.0, 3836.0, 3834.0, 3824.0, 3835.0, 3825.0, 3849.0, 3849.0, 3847.0, 3838.0, 3848.0, 3848.0, 3853.0, 3852.0, 3863.0, 3850.0, 3850.0, 3850.0, 3852.0, 3850.0, 3843.0, 3849.0, 3830.0, 3849.0, 3840.0, 3849.0, 3839.0, 3849.0, 3841.0, 3848.0, 3838.0, 3850.0, 3840.0, 3849.0, 3839.0, 3838.0, 3847.0, 3849.0, 3837.0, 3838.0, 3840.0, 3849.0, 3849.0, 3839.0, 3850.0, 3841.0, 3849.0, 3839.0, 3850.0, 3839.0, 3862.0, 3840.0, 3849.0, 3850.0, 3853.0, 3850.0, 3848.0, 3850.0, 3850.0, 3848.0, 3838.0, 3850.0, 3839.0, 3840.0, 3829.0, 3849.0, 3853.0, 3862.0, 3851.0, 3834.0, 3863.0, 3854.0, 3863.0, 3861.0, 3851.0, 3865.0, 3852.0, 3851.0, 3851.0, 3850.0, 3842.0, 3851.0, 3840.0, 3853.0, 3849.0, 3838.0, 3841.0, 3820.0, 3852.0, 3838.0, 3862.0, 3841.0, 3840.0, 3850.0, 3862.0, 3875.0, 3873.0, 3864.0, 3875.0, 3854.0, 3864.0, 3853.0, 3861.0, 3850.0, 3851.0, 3848.0, 3839.0, 3838.0, 3839.0, 3839.0, 3836.0, 3836.0, 3838.0, 3836.0, 3835.0, 3825.0, 3839.0, 3825.0, 3837.0, 3828.0, 3838.0, 3837.0, 3838.0, 3848.0, 3842.0, 3850.0, 3852.0, 3851.0, 3840.0, 3839.0, 3848.0, 3837.0, 3849.0, 3839.0, 3838.0, 3838.0, 3839.0, 3849.0, 3839.0, 3848.0, 3848.0, 3839.0, 3826.0, 3836.0, 3837.0, 3837.0, 3836.0, 3848.0, 3839.0, 3849.0, 3837.0, 3837.0, 3836.0, 3837.0, 3836.0, 3817.0, 3848.0, 3820.0, 3848.0, 3828.0, 3848.0, 3837.0, 3849.0, 3837.0, 3848.0, 3837.0, 3848.0, 3848.0, 3839.0, 3848.0, 3840.0, 3860.0, 3850.0, 3861.0, 3851.0, 3861.0, 3864.0, 3853.0, 3861.0, 3854.0, 3853.0, 3850.0, 3850.0, 3851.0, 3850.0, 3831.0, 3847.0, 3838.0, 3848.0, 3841.0, 3852.0, 3848.0, 3849.0, 3850.0, 3829.0, 3850.0, 3838.0, 3859.0, 3839.0, 3864.0, 3850.0, 3860.0, 3849.0, 3850.0, 3852.0, 3848.0, 3849.0, 3828.0, 3849.0, 3839.0, 3849.0, 3837.0, 3851.0, 3848.0, 3837.0, 3837.0, 3836.0, 3840.0, 3837.0, 3840.0, 3836.0, 3836.0, 3837.0, 3840.0, 3816.0, 3848.0, 3837.0, 3838.0, 3838.0, 3849.0, 3847.0, 3849.0, 3849.0, 3850.0, 3851.0, 3848.0, 3850.0, 3842.0, 3863.0, 3852.0, 3863.0, 3848.0, 3849.0, 3859.0, 3852.0, 3848.0, 3851.0, 3849.0, 3828.0, 3849.0, 3840.0, 3848.0, 3837.0, 3847.0, 3837.0, 3838.0, 3847.0, 3848.0, 3836.0, 3837.0, 3836.0, 3819.0, 3836.0, 3838.0, 3848.0, 3838.0, 3847.0, 3837.0, 3849.0, 3848.0, 3848.0, 3846.0, 3841.0, 3837.0, 3835.0, 3836.0, 3837.0, 3836.0, 3826.0, 3846.0, 3826.0, 3846.0, 3839.0, 3849.0, 3840.0, 3836.0, 3837.0, 3839.0, 3849.0, 3860.0, 3865.0, 3851.0, 3851.0, 3850.0, 3829.0, 3849.0, 3829.0, 3848.0, 3839.0, 3849.0, 3838.0, 3840.0, 3836.0, 3837.0, 3836.0, 3840.0, 3836.0, 3827.0, 3846.0, 3826.0, 3847.0, 3827.0, 3848.0, 3848.0, 3849.0, 3849.0, 3860.0, 3838.0, 3863.0, 3852.0, 3851.0, 3850.0, 3841.0, 3849.0, 3849.0, 3849.0, 3850.0, 3850.0, 3839.0, 3852.0, 3838.0, 3860.0, 3848.0, 3852.0, 3848.0, 3851.0, 3848.0, 3849.0, 3847.0, 3850.0, 3847.0, 3838.0, 3836.0, 3837.0, 3840.0, 3836.0, 3836.0, 3837.0, 3836.0, 3816.0, 3836.0, 3826.0, 3848.0, 3838.0, 3849.0, 3849.0, 3862.0, 3849.0, 3860.0, 3849.0, 3860.0, 3849.0, 3849.0, 3848.0, 3838.0, 3838.0, 3839.0, 3837.0, 3838.0, 3847.0, 3826.0, 3851.0, 3841.0, 3848.0, 3836.0, 3851.0, 3839.0, 3859.0, 3852.0, 3849.0, 3848.0, 3849.0, 3848.0, 3839.0, 3848.0, 3840.0, 3848.0, 3847.0, 3850.0, 3859.0, 3849.0, 3849.0, 3853.0, 3861.0, 3854.0, 3860.0, 3851.0, 3861.0, 3849.0, 3848.0, 3837.0, 3837.0, 3848.0, 3837.0, 3837.0, 3837.0, 3836.0, 3835.0, 3836.0, 3827.0, 3838.0, 3835.0, 3837.0, 3835.0, 3835.0, 3835.0, 3847.0, 3835.0, 3835.0, 3836.0, 3836.0, 3836.0, 3847.0, 3846.0, 3847.0, 3849.0, 3827.0, 3847.0, 3837.0, 3849.0, 3850.0, 3853.0, 3852.0, 3849.0, 3850.0, 3850.0, 3851.0, 3853.0, 3849.0, 3828.0, 3848.0, 3827.0, 3848.0, 3838.0, 3839.0, 3858.0, 3849.0, 3847.0, 3838.0, 3849.0, 3852.0, 3850.0, 3838.0, 3838.0, 3837.0, 3836.0, 3838.0, 3838.0, 3827.0, 3826.0, 3836.0, 3824.0, 3838.0, 3824.0, 3834.0, 3838.0, 3836.0, 3836.0, 3836.0, 3835.0, 3840.0, 3838.0, 3837.0, 3837.0, 3819.0, 3847.0, 3828.0, 3838.0, 3836.0, 3849.0, 3838.0, 3847.0, 3849.0, 3848.0, 3848.0, 3838.0, 3849.0, 3848.0, 3849.0, 3832.0, 3851.0, 3839.0, 3848.0, 3837.0, 3849.0, 3848.0, 3848.0, 3849.0, 3850.0, 3848.0, 3850.0, 3852.0, 3817.0, 3848.0, 3837.0, 3851.0, 3837.0, 3848.0, 3849.0, 3837.0, 3846.0, 3838.0, 3847.0, 3841.0, 3837.0, 3836.0, 3836.0, 3829.0, 3847.0, 3849.0, 3849.0, 3848.0, 3848.0, 3852.0, 3839.0, 3848.0, 3831.0, 3850.0, 3839.0, 3849.0, 3841.0, 3839.0, 3835.0, 3838.0, 3836.0, 3838.0, 3837.0, 3836.0, 3837.0, 3836.0, 3836.0, 3830.0, 3850.0, 3838.0, 3847.0, 3847.0, 3838.0, 3838.0, 3840.0, 3840.0, 3840.0, 3850.0, 3839.0, 3839.0, 3838.0, 3840.0, 3816.0, 3839.0, 3825.0, 3837.0, 3826.0, 3836.0, 3825.0, 3835.0, 3828.0, 3836.0, 3836.0, 3836.0, 3836.0, 3837.0, 3837.0, 3837.0, 3840.0, 3849.0, 3838.0, 3838.0, 3848.0, 3838.0, 3849.0, 3838.0, 3849.0, 3838.0, 3850.0, 3849.0, 3851.0, 3849.0, 3839.0, 3840.0, 3828.0, 3837.0, 3831.0, 3837.0, 3839.0, 3836.0, 3826.0, 3836.0, 3836.0, 3836.0, 3836.0, 3839.0, 3836.0, 3839.0, 3848.0, 3827.0, 3847.0, 3837.0, 3847.0, 3837.0, 3848.0, 3851.0, 3847.0, 3847.0, 3838.0, 3847.0, 3840.0, 3837.0, 3837.0, 3837.0, 3827.0, 3838.0, 3828.0, 3836.0, 3840.0, 3837.0, 3836.0, 3836.0, 3835.0, 3836.0, 3836.0, 3837.0, 3838.0, 3826.0, 3847.0, 3827.0, 3849.0, 3838.0, 3850.0, 3837.0, 3849.0, 3837.0, 3837.0, 3839.0, 3836.0, 3840.0, 3837.0, 3848.0, 3816.0, 3836.0, 3838.0, 3850.0, 3837.0, 3850.0, 3838.0, 3848.0, 3837.0, 3837.0, 3839.0, 3848.0, 3837.0, 3837.0, 3847.0, 3838.0, 3849.0, 3850.0, 3849.0, 3829.0, 3839.0, 3829.0, 3838.0, 3838.0, 3842.0, 3837.0, 3837.0, 3826.0, 3837.0, 3815.0, 3837.0, 3817.0, 3835.0, 3825.0, 3835.0, 3828.0, 3836.0, 3825.0, 3836.0, 3836.0, 3836.0, 3836.0, 3847.0, 3836.0, 3839.0, 3837.0, 3837.0, 3837.0, 3837.0, 3837.0, 3837.0, 3838.0, 3817.0, 3840.0, 3827.0, 3848.0, 3841.0, 3848.0, 3837.0, 3853.0, 3849.0, 3851.0, 3853.0, 3840.0, 3850.0, 3855.0, 3851.0, 3844.0, 3850.0, 3839.0, 3850.0, 3839.0, 3852.0, 3848.0, 3837.0, 3851.0, 3837.0, 3848.0, 3828.0, 3850.0, 3839.0, 3838.0, 3838.0, 3849.0, 3850.0, 3853.0, 3849.0, 3838.0, 3836.0, 3837.0, 3837.0, 3837.0, 3836.0, 3837.0, 3836.0, 3825.0, 3840.0, 3829.0, 3835.0, 3837.0, 3835.0, 3835.0, 3836.0, 3835.0, 3838.0, 3839.0, 3837.0, 3835.0, 3836.0, 3837.0, 3837.0, 3836.0, 3820.0, 3838.0, 3838.0, 3848.0, 3827.0, 3848.0, 3817.0, 3848.0, 3837.0, 3848.0, 3837.0, 3847.0, 3837.0, 3847.0, 3836.0, 3847.0, 3847.0, 3848.0, 3838.0, 3849.0, 3838.0, 3839.0, 3837.0, 3838.0, 3837.0, 3837.0, 3838.0, 3837.0, 3837.0, 3827.0, 3838.0, 3837.0, 3849.0, 3842.0, 3852.0, 3848.0, 3851.0, 3849.0, 3839.0, 3849.0, 3840.0, 3848.0, 3838.0, 3848.0, 3827.0, 3847.0, 3824.0, 3834.0, 3814.0, 3823.0, 3824.0, 3836.0, 3824.0, 3835.0, 3814.0, 3835.0, 3825.0, 3848.0, 3838.0, 3848.0, 3847.0, 3850.0, 3849.0, 3838.0, 3847.0, 3838.0, 3847.0, 3827.0, 3836.0, 3829.0, 3835.0, 3827.0, 3825.0, 3807.0, 3826.0, 3826.0, 3836.0, 3829.0, 3837.0, 3825.0, 3849.0, 3838.0, 3849.0, 3838.0, 3849.0, 3837.0, 3838.0, 3838.0], 'WindowWidth': [8671.0, 8654.0, 8612.0, 8608.0, 8584.0, 8591.0, 8568.0, 8565.0, 8569.0, 8583.0, 8563.0, 8585.0, 8591.0, 8611.0, 8611.0, 8606.0, 8606.0, 8609.0, 8613.0, 8615.0, 8612.0, 8614.0, 8606.0, 8601.0, 8607.0, 8611.0, 8607.0, 8612.0, 8607.0, 8595.0, 8609.0, 8597.0, 8634.0, 8637.0, 8631.0, 8618.0, 8632.0, 8634.0, 8645.0, 8644.0, 8660.0, 8639.0, 8641.0, 8639.0, 8644.0, 8638.0, 8633.0, 8637.0, 8612.0, 8636.0, 8624.0, 8636.0, 8621.0, 8636.0, 8626.0, 8633.0, 8619.0, 8636.0, 8624.0, 8635.0, 8620.0, 8618.0, 8630.0, 8635.0, 8616.0, 8620.0, 8624.0, 8635.0, 8635.0, 8624.0, 8640.0, 8628.0, 8638.0, 8624.0, 8639.0, 8625.0, 8657.0, 8628.0, 8638.0, 8637.0, 8645.0, 8637.0, 8635.0, 8639.0, 8640.0, 8633.0, 8620.0, 8638.0, 8623.0, 8626.0, 8611.0, 8636.0, 8646.0, 8657.0, 8645.0, 8624.0, 8663.0, 8652.0, 8663.0, 8658.0, 8644.0, 8664.0, 8645.0, 8642.0, 8642.0, 8639.0, 8630.0, 8640.0, 8623.0, 8644.0, 8633.0, 8621.0, 8627.0, 8597.0, 8641.0, 8621.0, 8658.0, 8629.0, 8625.0, 8640.0, 8660.0, 8683.0, 8677.0, 8668.0, 8680.0, 8651.0, 8663.0, 8647.0, 8654.0, 8638.0, 8639.0, 8633.0, 8623.0, 8618.0, 8620.0, 8619.0, 8614.0, 8613.0, 8615.0, 8611.0, 8609.0, 8598.0, 8620.0, 8597.0, 8616.0, 8604.0, 8617.0, 8615.0, 8619.0, 8634.0, 8630.0, 8639.0, 8643.0, 8643.0, 8625.0, 8622.0, 8632.0, 8618.0, 8633.0, 8620.0, 8618.0, 8618.0, 8622.0, 8635.0, 8621.0, 8631.0, 8632.0, 8619.0, 8602.0, 8614.0, 8616.0, 8615.0, 8613.0, 8632.0, 8620.0, 8633.0, 8616.0, 8616.0, 8612.0, 8616.0, 8614.0, 8590.0, 8632.0, 8598.0, 8632.0, 8606.0, 8630.0, 8617.0, 8635.0, 8617.0, 8632.0, 8617.0, 8633.0, 8634.0, 8621.0, 8634.0, 8626.0, 8653.0, 8640.0, 8656.0, 8642.0, 8655.0, 8661.0, 8646.0, 8654.0, 8648.0, 8645.0, 8639.0, 8637.0, 8639.0, 8636.0, 8611.0, 8630.0, 8619.0, 8632.0, 8626.0, 8643.0, 8632.0, 8635.0, 8638.0, 8610.0, 8639.0, 8622.0, 8650.0, 8622.0, 8661.0, 8639.0, 8651.0, 8636.0, 8639.0, 8642.0, 8634.0, 8636.0, 8608.0, 8634.0, 8621.0, 8634.0, 8616.0, 8639.0, 8631.0, 8616.0, 8615.0, 8614.0, 8621.0, 8616.0, 8620.0, 8614.0, 8613.0, 8615.0, 8622.0, 8587.0, 8631.0, 8615.0, 8619.0, 8617.0, 8634.0, 8630.0, 8636.0, 8635.0, 8637.0, 8640.0, 8635.0, 8638.0, 8630.0, 8657.0, 8644.0, 8659.0, 8633.0, 8637.0, 8648.0, 8641.0, 8634.0, 8639.0, 8636.0, 8606.0, 8635.0, 8623.0, 8632.0, 8618.0, 8630.0, 8615.0, 8618.0, 8629.0, 8631.0, 8614.0, 8615.0, 8613.0, 8594.0, 8614.0, 8617.0, 8633.0, 8618.0, 8630.0, 8617.0, 8634.0, 8631.0, 8631.0, 8626.0, 8624.0, 8615.0, 8612.0, 8613.0, 8615.0, 8614.0, 8599.0, 8625.0, 8599.0, 8626.0, 8620.0, 8633.0, 8623.0, 8614.0, 8617.0, 8623.0, 8637.0, 8653.0, 8665.0, 8642.0, 8642.0, 8639.0, 8612.0, 8636.0, 8609.0, 8634.0, 8621.0, 8633.0, 8618.0, 8622.0, 8612.0, 8615.0, 8612.0, 8623.0, 8611.0, 8602.0, 8626.0, 8601.0, 8629.0, 8604.0, 8633.0, 8634.0, 8636.0, 8635.0, 8651.0, 8619.0, 8658.0, 8643.0, 8640.0, 8639.0, 8627.0, 8635.0, 8635.0, 8634.0, 8636.0, 8636.0, 8622.0, 8642.0, 8620.0, 8652.0, 8634.0, 8643.0, 8633.0, 8640.0, 8632.0, 8634.0, 8631.0, 8636.0, 8630.0, 8619.0, 8614.0, 8616.0, 8621.0, 8615.0, 8613.0, 8615.0, 8612.0, 8588.0, 8614.0, 8600.0, 8632.0, 8620.0, 8635.0, 8636.0, 8657.0, 8637.0, 8652.0, 8638.0, 8652.0, 8636.0, 8637.0, 8633.0, 8621.0, 8619.0, 8621.0, 8617.0, 8619.0, 8630.0, 8602.0, 8639.0, 8625.0, 8632.0, 8615.0, 8640.0, 8621.0, 8648.0, 8642.0, 8635.0, 8634.0, 8635.0, 8633.0, 8622.0, 8633.0, 8625.0, 8633.0, 8632.0, 8639.0, 8651.0, 8638.0, 8638.0, 8646.0, 8655.0, 8647.0, 8653.0, 8642.0, 8653.0, 8634.0, 8633.0, 8616.0, 8617.0, 8632.0, 8617.0, 8614.0, 8615.0, 8612.0, 8610.0, 8613.0, 8601.0, 8616.0, 8611.0, 8615.0, 8610.0, 8612.0, 8609.0, 8630.0, 8611.0, 8610.0, 8611.0, 8615.0, 8613.0, 8630.0, 8627.0, 8630.0, 8634.0, 8603.0, 8631.0, 8617.0, 8635.0, 8638.0, 8645.0, 8643.0, 8637.0, 8639.0, 8640.0, 8640.0, 8647.0, 8636.0, 8608.0, 8633.0, 8605.0, 8633.0, 8620.0, 8620.0, 8643.0, 8633.0, 8631.0, 8619.0, 8637.0, 8642.0, 8639.0, 8619.0, 8619.0, 8617.0, 8614.0, 8618.0, 8618.0, 8600.0, 8598.0, 8611.0, 8593.0, 8616.0, 8594.0, 8607.0, 8615.0, 8611.0, 8611.0, 8612.0, 8612.0, 8623.0, 8618.0, 8615.0, 8615.0, 8595.0, 8630.0, 8607.0, 8619.0, 8614.0, 8634.0, 8618.0, 8630.0, 8634.0, 8632.0, 8631.0, 8620.0, 8635.0, 8634.0, 8637.0, 8615.0, 8639.0, 8621.0, 8634.0, 8618.0, 8636.0, 8632.0, 8634.0, 8635.0, 8637.0, 8634.0, 8637.0, 8642.0, 8592.0, 8632.0, 8616.0, 8639.0, 8616.0, 8632.0, 8634.0, 8618.0, 8627.0, 8618.0, 8630.0, 8626.0, 8616.0, 8615.0, 8613.0, 8605.0, 8628.0, 8634.0, 8637.0, 8634.0, 8634.0, 8642.0, 8624.0, 8634.0, 8613.0, 8637.0, 8621.0, 8635.0, 8626.0, 8619.0, 8612.0, 8617.0, 8612.0, 8617.0, 8615.0, 8613.0, 8615.0, 8612.0, 8614.0, 8609.0, 8636.0, 8619.0, 8630.0, 8629.0, 8620.0, 8620.0, 8624.0, 8623.0, 8624.0, 8635.0, 8620.0, 8621.0, 8619.0, 8620.0, 8587.0, 8619.0, 8597.0, 8614.0, 8600.0, 8613.0, 8596.0, 8609.0, 8603.0, 8613.0, 8613.0, 8612.0, 8614.0, 8617.0, 8616.0, 8617.0, 8624.0, 8634.0, 8619.0, 8620.0, 8633.0, 8619.0, 8637.0, 8621.0, 8635.0, 8621.0, 8639.0, 8636.0, 8641.0, 8636.0, 8622.0, 8622.0, 8606.0, 8617.0, 8612.0, 8615.0, 8619.0, 8613.0, 8598.0, 8614.0, 8612.0, 8613.0, 8612.0, 8619.0, 8613.0, 8620.0, 8632.0, 8602.0, 8630.0, 8616.0, 8630.0, 8615.0, 8633.0, 8639.0, 8630.0, 8629.0, 8620.0, 8630.0, 8623.0, 8616.0, 8616.0, 8615.0, 8602.0, 8616.0, 8603.0, 8614.0, 8620.0, 8614.0, 8612.0, 8612.0, 8610.0, 8615.0, 8612.0, 8616.0, 8618.0, 8601.0, 8631.0, 8604.0, 8633.0, 8619.0, 8636.0, 8616.0, 8635.0, 8617.0, 8617.0, 8621.0, 8614.0, 8620.0, 8616.0, 8632.0, 8588.0, 8612.0, 8618.0, 8637.0, 8618.0, 8638.0, 8619.0, 8633.0, 8617.0, 8617.0, 8620.0, 8633.0, 8616.0, 8618.0, 8630.0, 8619.0, 8636.0, 8638.0, 8637.0, 8609.0, 8622.0, 8610.0, 8619.0, 8620.0, 8627.0, 8618.0, 8614.0, 8601.0, 8615.0, 8583.0, 8614.0, 8587.0, 8609.0, 8597.0, 8609.0, 8602.0, 8613.0, 8596.0, 8612.0, 8612.0, 8613.0, 8613.0, 8631.0, 8613.0, 8619.0, 8615.0, 8616.0, 8616.0, 8617.0, 8616.0, 8617.0, 8618.0, 8589.0, 8623.0, 8605.0, 8632.0, 8625.0, 8633.0, 8618.0, 8645.0, 8637.0, 8641.0, 8645.0, 8627.0, 8641.0, 8652.0, 8641.0, 8634.0, 8638.0, 8623.0, 8637.0, 8621.0, 8643.0, 8632.0, 8616.0, 8639.0, 8618.0, 8633.0, 8607.0, 8637.0, 8621.0, 8621.0, 8620.0, 8636.0, 8637.0, 8643.0, 8634.0, 8620.0, 8614.0, 8617.0, 8616.0, 8618.0, 8614.0, 8615.0, 8613.0, 8598.0, 8622.0, 8606.0, 8609.0, 8614.0, 8610.0, 8608.0, 8611.0, 8610.0, 8617.0, 8617.0, 8615.0, 8610.0, 8612.0, 8615.0, 8616.0, 8613.0, 8595.0, 8618.0, 8618.0, 8632.0, 8606.0, 8632.0, 8590.0, 8633.0, 8616.0, 8633.0, 8617.0, 8630.0, 8617.0, 8630.0, 8614.0, 8631.0, 8631.0, 8632.0, 8617.0, 8635.0, 8618.0, 8622.0, 8616.0, 8620.0, 8616.0, 8617.0, 8618.0, 8617.0, 8616.0, 8604.0, 8620.0, 8618.0, 8635.0, 8628.0, 8643.0, 8633.0, 8642.0, 8636.0, 8624.0, 8636.0, 8625.0, 8632.0, 8621.0, 8630.0, 8602.0, 8627.0, 8596.0, 8607.0, 8580.0, 8589.0, 8592.0, 8611.0, 8593.0, 8609.0, 8583.0, 8611.0, 8599.0, 8632.0, 8618.0, 8634.0, 8630.0, 8637.0, 8635.0, 8621.0, 8632.0, 8620.0, 8629.0, 8602.0, 8611.0, 8606.0, 8610.0, 8602.0, 8596.0, 8575.0, 8599.0, 8597.0, 8612.0, 8607.0, 8615.0, 8598.0, 8635.0, 8621.0, 8636.0, 8620.0, 8635.0, 8616.0, 8618.0, 8619.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.000443302752293578</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01297043887614679</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.086354950849575</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.167686794638347</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0030744170493675</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4487</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6565.0947</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06491669709267685</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.45871559633027525</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4107483232523728</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.325404399103493</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.602903574305579</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3039369963480456</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0080474</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01157747395336628</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022420935332775116</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.746381827917694</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>31.3438</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.7266</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.72</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306566.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>611.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>276.8611</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.967</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>524.3813</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3085.198</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3278.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69978.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>963.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4096.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.9713</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>47.95577425009105</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> |