=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0056 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0056",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0056_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0056_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0056/ses-03/func/sub-0056_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>3ed78a9938ab4ec50f417ca9bd15e8d3</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>19:12:11.107500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99926, 0.0375039, 0.00855082, -0.0378638, 0.998189, 0.0467499]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0842085</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4154, -7760, -7298, 819, -9, -353, 67, 57]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>226.726</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>99c5a970-0f75-4773-9f3e-1749e273ac06||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680941343307495, -0.10158572345972061, 0.01831146515905857, 115.65644836425781], [-0.10062028467655182, 2.678067445755005, 0.1270054429769516, -95.5753173828125], [0.022941214963793755, -0.1254265308380127, 2.696949005126953, -76.30717468261719], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['191211.107500', '191211.567500', '191212.027500', '191212.487500', '191212.947500', '191213.407500', '191213.867500', '191214.327500', '191214.787500', '191215.247500', '191215.707500', '191216.167500', '191216.627500', '191217.087500', '191217.547500', '191218.007500', '191218.467500', '191218.927500', '191219.387500', '191219.847500', '191220.307500', '191220.767500', '191221.227500', '191221.687500', '191222.147500', '191222.607500', '191223.067500', '191223.527500', '191223.987500', '191224.447500', '191224.907500', '191225.367500', '191225.827500', '191226.287500', '191226.747500', '191227.207500', '191227.667500', '191228.127500', '191228.587500', '191229.047500', '191229.507500', '191229.967500', '191230.427500', '191230.887500', '191231.347500', '191231.807500', '191232.267500', '191232.727500', '191233.187500', '191233.647500', '191234.107500', '191234.567500', '191235.027500', '191235.487500', '191235.947500', '191236.407500', '191236.867500', '191237.327500', '191237.787500', '191238.247500', '191238.707500', '191239.167500', '191239.627500', '191240.087500', '191240.547500', '191241.007500', '191241.467500', '191241.927500', '191242.387500', '191242.847500', '191243.307500', '191243.767500', '191244.227500', '191244.687500', '191245.147500', '191245.607500', '191246.067500', '191246.527500', '191246.987500', '191247.447500', '191247.907500', '191248.367500', '191248.827500', '191249.287500', '191249.747500', '191250.207500', '191250.667500', '191251.127500', '191251.587500', '191252.047500', '191252.507500', '191252.967500', '191253.427500', '191253.887500', '191254.347500', '191254.807500', '191255.267500', '191255.727500', '191256.187500', '191256.647500', '191257.107500', '191257.567500', '191258.027500', '191258.487500', '191258.947500', '191259.407500', '191259.867500', '191300.327500', '191300.787500', '191301.247500', '191301.707500', '191302.167500', '191302.627500', '191303.087500', '191303.547500', '191304.007500', '191304.467500', '191304.927500', '191305.387500', '191305.847500', '191306.307500', '191306.767500', '191307.227500', '191307.687500', '191308.147500', '191308.607500', '191309.067500', '191309.527500', '191309.987500', '191310.447500', '191310.907500', '191311.367500', '191311.827500', '191312.287500', '191312.747500', '191313.207500', '191313.667500', '191314.127500', '191314.587500', '191315.047500', '191315.507500', '191315.967500', '191316.427500', '191316.887500', '191317.347500', '191317.807500', '191318.267500', '191318.727500', '191319.187500', '191319.647500', '191320.107500', '191320.567500', '191321.027500', '191321.487500', '191321.947500', '191322.407500', '191322.867500', '191323.327500', '191323.787500', '191324.247500', '191324.707500', '191325.167500', '191325.627500', '191326.087500', '191326.547500', '191327.007500', '191327.467500', '191327.927500', '191328.387500', '191328.847500', '191329.307500', '191329.767500', '191330.227500', '191330.687500', '191331.147500', '191331.607500', '191332.067500', '191332.527500', '191332.987500', '191333.447500', '191333.907500', '191334.367500', '191334.827500', '191335.287500', '191335.747500', '191336.207500', '191336.667500', '191337.127500', '191337.587500', '191338.047500', '191338.507500', '191338.967500', '191339.427500', '191339.887500', '191340.347500', '191340.807500', '191341.267500', '191341.727500', '191342.187500', '191342.647500', '191343.107500', '191343.567500', '191344.027500', '191344.487500', '191344.947500', '191345.407500', '191345.867500', '191346.327500', '191346.787500', '191347.247500', '191347.707500', '191348.167500', '191348.627500', '191349.087500', '191349.547500', '191350.007500', '191350.467500', '191350.927500', '191351.387500', '191351.847500', '191352.307500', '191352.767500', '191353.227500', '191353.687500', '191354.147500', '191354.607500', '191355.067500', '191355.527500', '191355.987500', '191356.447500', '191356.907500', '191357.367500', '191357.827500', '191358.287500', '191358.747500', '191359.207500', '191359.667500', '191400.127500', '191400.587500', '191401.047500', '191401.507500', '191401.967500', '191402.427500', '191402.887500', '191403.347500', '191403.807500', '191404.267500', '191404.727500', '191405.187500', '191405.647500', '191406.107500', '191406.567500', '191407.027500', '191407.487500', '191407.947500', '191408.407500', '191408.867500', '191409.327500', '191409.787500', '191410.247500', '191410.707500', '191411.167500', '191411.627500', '191412.087500', '191412.547500', '191413.007500', '191413.467500', '191413.927500', '191414.387500', '191414.847500', '191415.307500', '191415.767500', '191416.227500', '191416.687500', '191417.147500', '191417.607500', '191418.067500', '191418.527500', '191418.987500', '191419.447500', '191419.907500', '191420.367500', '191420.827500', '191421.287500', '191421.747500', '191422.207500', '191422.667500', '191423.127500', '191423.587500', '191424.047500', '191424.507500', '191424.967500', '191425.427500', '191425.887500', '191426.347500', '191426.807500', '191427.267500', '191427.727500', '191428.187500', '191428.647500', '191429.107500', '191429.567500', '191430.027500', '191430.487500', '191430.947500', '191431.407500', '191431.867500', '191432.327500', '191432.787500', '191433.247500', '191433.707500', '191434.167500', '191434.627500', '191435.087500', '191435.547500', '191436.007500', '191436.467500', '191436.927500', '191437.387500', '191437.847500', '191438.307500', '191438.767500', '191439.227500', '191439.687500', '191440.147500', '191440.607500', '191441.067500', '191441.527500', '191441.987500', '191442.447500', '191442.907500', '191443.367500', '191443.827500', '191444.287500', '191444.747500', '191445.207500', '191445.667500', '191446.127500', '191446.587500', '191447.047500', '191447.507500', '191447.967500', '191448.427500', '191448.887500', '191449.347500', '191449.807500', '191450.267500', '191450.727500', '191451.187500', '191451.647500', '191452.107500', '191452.567500', '191453.027500', '191453.487500', '191453.947500', '191454.407500', '191454.867500', '191455.327500', '191455.787500', '191456.247500', '191456.707500', '191457.167500', '191457.627500', '191458.087500', '191458.547500', '191459.007500', '191459.467500', '191459.927500', '191500.387500', '191500.847500', '191501.307500', '191501.767500', '191502.227500', '191502.687500', '191503.147500', '191503.607500', '191504.067500', '191504.527500', '191504.987500', '191505.447500', '191505.907500', '191506.367500', '191506.827500', '191507.287500', '191507.747500', '191508.207500', '191508.667500', '191509.127500', '191509.587500', '191510.047500', '191510.507500', '191510.967500', '191511.427500', '191511.887500', '191512.347500', '191512.807500', '191513.267500', '191513.727500', '191514.187500', '191514.647500', '191515.107500', '191515.567500', '191516.027500', '191516.487500', '191516.947500', '191517.407500', '191517.867500', '191518.327500', '191518.787500', '191519.247500', '191519.707500', '191520.167500', '191520.627500', '191521.087500', '191521.547500', '191522.007500', '191522.467500', '191522.927500', '191523.387500', '191523.847500', '191524.307500', '191524.767500', '191525.227500', '191525.687500', '191526.147500', '191526.607500', '191527.067500', '191527.527500', '191527.987500', '191528.447500', '191528.907500', '191529.367500', '191529.827500', '191530.287500', '191530.747500', '191531.207500', '191531.667500', '191532.127500', '191532.587500', '191533.047500', '191533.507500', '191533.967500', '191534.427500', '191534.887500', '191535.347500', '191535.807500', '191536.267500', '191536.727500', '191537.187500', '191537.647500', '191538.107500', '191538.567500', '191539.027500', '191539.487500', '191539.947500', '191540.407500', '191540.867500', '191541.327500', '191541.787500', '191542.247500', '191542.707500', '191543.167500', '191543.627500', '191544.087500', '191544.547500', '191545.007500', '191545.467500', '191545.927500', '191546.387500', '191546.847500', '191547.307500', '191547.767500', '191548.227500', '191548.687500', '191549.147500', '191549.607500', '191550.067500', '191550.527500', '191550.987500', '191551.447500', '191551.907500', '191552.367500', '191552.827500', '191553.287500', '191553.747500', '191554.207500', '191554.667500', '191555.127500', '191555.587500', '191556.047500', '191556.507500', '191556.967500', '191557.427500', '191557.887500', '191558.347500', '191558.807500', '191559.267500', '191559.727500', '191600.187500', '191600.647500', '191601.107500', '191601.567500', '191602.027500', '191602.487500', '191602.947500', '191603.407500', '191603.867500', '191604.327500', '191604.787500', '191605.247500', '191605.707500', '191606.167500', '191606.627500', '191607.087500', '191607.547500', '191608.007500', '191608.467500', '191608.927500', '191609.387500', '191609.847500', '191610.307500', '191610.767500', '191611.227500', '191611.687500', '191612.147500', '191612.607500', '191613.067500', '191613.527500', '191613.987500', '191614.447500', '191614.907500', '191615.367500', '191615.827500', '191616.287500', '191616.747500', '191617.207500', '191617.667500', '191618.127500', '191618.587500', '191619.047500', '191619.507500', '191619.967500', '191620.427500', '191620.887500', '191621.347500', '191621.807500', '191622.267500', '191622.727500', '191623.187500', '191623.647500', '191624.107500', '191624.567500', '191625.027500', '191625.487500', '191625.947500', '191626.407500', '191626.867500', '191627.327500', '191627.787500', '191628.247500', '191628.707500', '191629.167500', '191629.627500', '191630.087500', '191630.547500', '191631.007500', '191631.467500', '191631.927500', '191632.387500', '191632.847500', '191633.307500', '191633.767500', '191634.227500', '191634.687500', '191635.147500', '191635.607500', '191636.067500', '191636.527500', '191636.987500', '191637.447500', '191637.907500', '191638.367500', '191638.827500', '191639.287500', '191639.747500', '191640.207500', '191640.667500', '191641.127500', '191641.587500', '191642.047500', '191642.507500', '191642.967500', '191643.427500', '191643.887500', '191644.347500', '191644.807500', '191645.267500', '191645.727500', '191646.187500', '191646.647500', '191647.107500', '191647.567500', '191648.027500', '191648.487500', '191648.947500', '191649.407500', '191649.867500', '191650.327500', '191650.787500', '191651.247500', '191651.707500', '191652.167500', '191652.627500', '191653.087500', '191653.547500', '191654.007500', '191654.467500', '191654.927500', '191655.387500', '191655.847500', '191656.307500', '191656.767500', '191657.227500', '191657.687500', '191658.147500', '191658.607500', '191659.067500', '191659.527500', '191659.987500', '191700.447500', '191700.907500', '191701.367500', '191701.827500', '191702.287500', '191702.747500', '191703.207500', '191703.667500', '191704.127500', '191704.587500', '191705.047500', '191705.507500', '191705.967500', '191706.427500', '191706.887500', '191707.347500', '191707.807500', '191708.267500', '191708.727500', '191709.187500', '191709.647500', '191710.107500', '191710.567500', '191711.027500', '191711.487500', '191711.947500', '191712.407500', '191712.867500', '191713.327500', '191713.787500', '191714.247500', '191714.707500', '191715.167500', '191715.627500', '191716.087500', '191716.547500', '191717.007500', '191717.467500', '191717.927500', '191718.387500', '191718.847500', '191719.307500', '191719.767500', '191720.227500', '191720.687500', '191721.147500', '191721.607500', '191722.067500', '191722.527500', '191722.987500', '191723.447500', '191723.907500', '191724.367500', '191724.827500', '191725.287500', '191725.747500', '191726.207500', '191726.667500', '191727.127500', '191727.587500', '191728.047500', '191728.507500', '191728.967500', '191729.427500', '191729.887500', '191730.347500', '191730.807500', '191731.267500', '191731.727500', '191732.187500', '191732.647500', '191733.107500', '191733.567500', '191734.027500', '191734.487500', '191734.947500', '191735.407500', '191735.867500', '191736.327500', '191736.787500', '191737.247500', '191737.707500', '191738.167500', '191738.627500', '191739.087500', '191739.547500', '191740.007500', '191740.467500', '191740.927500', '191741.387500', '191741.847500', '191742.307500', '191742.767500', '191743.227500', '191743.687500', '191744.147500', '191744.607500', '191745.067500', '191745.527500', '191745.987500', '191746.447500', '191746.907500', '191747.367500', '191747.827500', '191748.287500', '191748.747500', '191749.207500', '191749.667500', '191750.127500', '191750.587500', '191751.047500', '191751.507500', '191751.967500', '191752.427500', '191752.887500', '191753.347500', '191753.807500', '191754.267500', '191754.727500', '191755.187500', '191755.647500', '191756.107500', '191756.567500', '191757.027500', '191757.487500', '191757.947500', '191758.407500', '191758.867500', '191759.327500', '191759.787500', '191800.247500', '191800.707500', '191801.167500', '191801.627500', '191802.087500', '191802.547500', '191803.007500', '191803.467500', '191803.927500', '191804.387500', '191804.847500', '191805.307500', '191805.767500', '191806.227500', '191806.687500', '191807.147500', '191807.607500', '191808.067500', '191808.527500', '191808.987500', '191809.447500', '191809.907500', '191810.367500', '191810.827500', '191811.287500', '191811.747500', '191812.207500', '191812.667500', '191813.127500', '191813.587500', '191814.047500', '191814.507500', '191814.967500', '191815.427500', '191815.887500', '191816.347500', '191816.807500', '191817.267500', '191817.727500', '191818.187500', '191818.647500', '191819.107500', '191819.567500', '191820.027500', '191820.487500', '191820.947500', '191821.407500', '191821.867500', '191822.327500', '191822.787500', '191823.247500', '191823.707500', '191824.167500', '191824.627500', '191825.087500', '191825.547500', '191826.007500', '191826.467500', '191826.927500', '191827.387500', '191827.847500', '191828.307500', '191828.767500', '191829.227500', '191829.687500', '191830.147500', '191830.607500', '191831.067500', '191831.527500', '191831.987500', '191832.447500', '191832.907500', '191833.367500', '191833.827500', '191834.287500', '191834.747500', '191835.207500', '191835.667500', '191836.127500', '191836.587500', '191837.047500', '191837.507500', '191837.967500', '191838.427500', '191838.887500', '191839.347500', '191839.807500', '191840.267500', '191840.727500', '191841.187500', '191841.647500', '191842.107500', '191842.567500', '191843.027500', '191843.487500', '191843.947500', '191844.407500', '191844.867500', '191845.327500', '191845.787500', '191846.247500', '191846.707500', '191847.167500', '191847.627500', '191848.087500', '191848.547500', '191849.007500', '191849.467500', '191849.927500', '191850.387500', '191850.847500', '191851.307500', '191851.767500'], 'ContentTime': ['191236.896000', '191236.910000', '191236.913000', '191236.916000', '191236.918000', '191236.921000', '191236.923000', '191236.926000', '191236.929000', '191236.931000', '191236.934000', '191236.937000', '191236.939000', '191236.942000', '191236.945000', '191236.947000', '191236.950000', '191236.952000', '191236.955000', '191236.958000', '191236.960000', '191236.963000', '191236.966000', '191236.968000', '191236.971000', '191236.974000', '191236.977000', '191236.980000', '191236.982000', '191236.985000', '191236.988000', '191236.990000', '191236.993000', '191236.996000', '191236.998000', '191237.002000', '191237.004000', '191237.007000', '191237.010000', '191237.013000', '191237.015000', '191237.018000', '191237.021000', '191237.023000', '191237.026000', '191237.028000', '191237.031000', '191237.034000', '191237.036000', '191237.039000', '191237.042000', '191237.044000', '191237.047000', '191237.049000', '191256.862000', '191256.870000', '191256.872000', '191256.875000', '191256.878000', '191256.880000', '191256.883000', '191256.885000', '191256.888000', '191256.891000', '191256.893000', '191256.896000', '191256.898000', '191256.901000', '191256.904000', '191256.907000', '191256.910000', '191256.913000', '191256.915000', '191256.918000', '191256.921000', '191256.923000', '191256.926000', '191256.929000', '191256.931000', '191256.934000', '191256.936000', '191256.940000', '191256.943000', '191256.946000', '191256.948000', '191256.951000', '191256.954000', '191256.956000', '191256.959000', '191256.962000', '191256.964000', '191256.967000', '191256.969000', '191256.972000', '191256.975000', '191256.977000', '191256.980000', '191316.862000', '191316.865000', '191316.869000', '191316.871000', '191316.874000', '191316.876000', '191316.879000', '191316.882000', '191316.884000', '191316.887000', '191316.889000', '191316.892000', '191316.895000', '191316.897000', '191316.900000', '191316.903000', '191316.905000', '191316.908000', '191316.910000', '191316.913000', '191316.915000', '191316.918000', '191316.921000', '191316.923000', '191316.926000', '191316.928000', '191316.931000', '191316.934000', '191316.936000', '191316.939000', '191316.942000', '191316.944000', '191316.947000', '191316.949000', '191316.952000', '191316.954000', '191316.957000', '191316.960000', '191316.962000', '191316.965000', '191316.967000', '191316.970000', '191316.973000', '191316.975000', '191336.863000', '191336.865000', '191336.868000', '191336.871000', '191336.873000', '191336.876000', '191336.879000', '191336.881000', '191336.884000', '191336.886000', '191336.889000', '191336.892000', '191336.894000', '191336.897000', '191336.900000', '191336.902000', '191336.905000', '191336.908000', '191336.910000', '191336.913000', '191336.916000', '191336.918000', '191336.921000', '191336.923000', '191336.926000', '191336.929000', '191336.936000', '191336.939000', '191336.942000', '191336.944000', '191336.947000', '191336.949000', '191336.952000', '191336.955000', '191336.958000', '191336.960000', '191336.963000', '191336.966000', '191336.968000', '191336.971000', '191336.974000', '191336.976000', '191336.979000', '191356.862000', '191356.866000', '191356.868000', '191356.871000', '191356.873000', '191356.876000', '191356.879000', '191356.881000', '191356.884000', '191356.887000', '191356.889000', '191356.892000', '191356.894000', '191356.908000', '191356.911000', '191356.913000', '191356.916000', '191356.919000', '191356.921000', '191356.924000', '191356.926000', '191356.934000', '191356.937000', '191356.939000', '191356.942000', '191356.945000', '191356.947000', '191356.950000', '191356.952000', '191356.955000', '191356.958000', '191356.960000', '191356.963000', '191356.966000', '191356.968000', '191356.971000', '191356.973000', '191356.976000', '191356.979000', '191356.981000', '191356.984000', '191356.986000', '191356.989000', '191356.992000', '191416.862000', '191416.865000', '191416.868000', '191416.871000', '191416.874000', '191416.876000', '191416.879000', '191416.882000', '191416.884000', '191416.887000', '191416.889000', '191416.892000', '191416.895000', '191416.909000', '191416.911000', '191416.914000', '191416.917000', '191416.919000', '191416.922000', '191416.925000', '191416.927000', '191416.930000', '191416.932000', '191416.935000', '191416.937000', '191416.940000', '191416.943000', '191416.945000', '191416.948000', '191416.951000', '191416.954000', '191416.957000', '191416.960000', '191416.963000', '191416.966000', '191416.968000', '191416.971000', '191416.974000', '191416.977000', '191416.980000', '191416.982000', '191416.992000', '191416.995000', '191436.862000', '191436.865000', '191436.868000', '191436.870000', '191436.873000', '191436.876000', '191436.878000', '191436.881000', '191436.884000', '191436.886000', '191436.889000', '191436.891000', '191436.894000', '191436.897000', '191436.899000', '191436.902000', '191436.905000', '191436.907000', '191436.910000', '191436.912000', '191436.915000', '191436.918000', '191436.920000', '191436.923000', '191436.926000', '191436.928000', '191436.931000', '191436.934000', '191436.936000', '191436.939000', '191436.942000', '191436.944000', '191436.947000', '191436.950000', '191436.952000', '191436.955000', '191436.957000', '191436.960000', '191436.963000', '191436.965000', '191436.968000', '191436.971000', '191436.973000', '191436.976000', '191456.863000', '191456.866000', '191456.868000', '191456.871000', '191456.874000', '191456.876000', '191456.879000', '191456.882000', '191456.884000', '191456.887000', '191456.890000', '191456.892000', '191456.895000', '191456.897000', '191456.900000', '191456.903000', '191456.905000', '191456.908000', '191456.910000', '191456.913000', '191456.916000', '191456.918000', '191456.921000', '191456.924000', '191456.926000', '191456.929000', '191456.932000', '191456.934000', '191456.937000', '191456.939000', '191456.942000', '191456.945000', '191456.947000', '191456.950000', '191456.953000', '191456.955000', '191456.958000', '191456.960000', '191456.963000', '191456.966000', '191456.968000', '191456.971000', '191456.974000', '191516.863000', '191516.865000', '191516.868000', '191516.871000', '191516.874000', '191516.876000', '191516.879000', '191516.882000', '191516.884000', '191516.887000', '191516.889000', '191516.892000', '191516.895000', '191516.897000', '191516.900000', '191516.903000', '191516.905000', '191516.908000', '191516.910000', '191516.913000', '191516.916000', '191516.918000', '191516.921000', '191516.924000', '191516.926000', '191516.929000', '191516.932000', '191516.934000', '191516.937000', '191516.939000', '191516.942000', '191516.945000', '191516.947000', '191516.950000', '191516.953000', '191516.955000', '191516.958000', '191516.961000', '191516.963000', '191516.966000', '191516.968000', '191516.971000', '191516.974000', '191516.976000', '191536.863000', '191536.866000', '191536.868000', '191536.871000', '191536.874000', '191536.876000', '191536.879000', '191536.881000', '191536.884000', '191536.887000', '191536.889000', '191536.892000', '191536.895000', '191536.897000', '191536.900000', '191536.902000', '191536.905000', '191536.908000', '191536.910000', '191536.913000', '191536.915000', '191536.918000', '191536.921000', '191536.924000', '191536.926000', '191536.929000', '191536.931000', '191536.934000', '191536.937000', '191536.939000', '191536.942000', '191536.945000', '191536.947000', '191536.950000', '191536.952000', '191536.955000', '191536.958000', '191536.960000', '191536.963000', '191536.972000', '191536.974000', '191536.977000', '191536.980000', '191556.863000', '191556.865000', '191556.868000', '191556.871000', '191556.873000', '191556.876000', '191556.879000', '191556.881000', '191556.884000', '191556.887000', '191556.889000', '191556.892000', '191556.894000', '191556.897000', '191556.900000', '191556.902000', '191556.905000', '191556.907000', '191556.910000', '191556.913000', '191556.915000', '191556.918000', '191556.921000', '191556.923000', '191556.926000', '191556.929000', '191556.931000', '191556.934000', '191556.937000', '191556.939000', '191556.942000', '191556.945000', '191556.947000', '191556.950000', '191556.953000', '191556.955000', '191556.958000', '191556.961000', '191556.963000', '191556.966000', '191556.969000', '191556.971000', '191556.974000', '191556.976000', '191616.862000', '191616.865000', '191616.868000', '191616.870000', '191616.873000', '191616.876000', '191616.878000', '191616.881000', '191616.884000', '191616.886000', '191616.889000', '191616.892000', '191616.895000', '191616.897000', '191616.900000', '191616.902000', '191616.905000', '191616.908000', '191616.910000', '191616.913000', '191616.916000', '191616.918000', '191616.921000', '191616.924000', '191616.927000', '191616.929000', '191616.932000', '191616.935000', '191616.937000', '191616.940000', '191616.942000', '191616.945000', '191616.948000', '191616.950000', '191616.953000', '191616.956000', '191616.958000', '191616.961000', '191616.964000', '191616.966000', '191616.969000', '191616.972000', '191616.974000', '191636.862000', '191636.865000', '191636.868000', '191636.871000', '191636.873000', '191636.876000', '191636.879000', '191636.881000', '191636.884000', '191636.887000', '191636.889000', '191636.892000', '191636.895000', '191636.897000', '191636.900000', '191636.903000', '191636.905000', '191636.908000', '191636.910000', '191636.913000', '191636.916000', '191636.918000', '191636.921000', '191636.924000', '191636.926000', '191636.929000', '191636.931000', '191636.934000', '191636.937000', '191636.939000', '191636.942000', '191636.945000', '191636.947000', '191636.950000', '191636.953000', '191636.955000', '191636.958000', '191636.961000', '191636.963000', '191636.966000', '191636.968000', '191636.971000', '191636.974000', '191636.976000', '191656.862000', '191656.865000', '191656.868000', '191656.871000', '191656.873000', '191656.876000', '191656.879000', '191656.881000', '191656.884000', '191656.887000', '191656.889000', '191656.892000', '191656.895000', '191656.897000', '191656.900000', '191656.903000', '191656.906000', '191656.908000', '191656.911000', '191656.948000', '191656.950000', '191656.953000', '191656.956000', '191656.958000', '191656.961000', '191656.964000', '191656.966000', '191656.969000', '191656.971000', '191656.974000', '191656.977000', '191656.979000', '191656.982000', '191656.986000', '191656.988000', '191656.991000', '191656.994000', '191656.996000', '191656.999000', '191657.001000', '191657.004000', '191657.007000', '191657.009000', '191716.863000', '191716.865000', '191716.868000', '191716.871000', '191716.873000', '191716.876000', '191716.879000', '191716.881000', '191716.884000', '191716.887000', '191716.889000', '191716.892000', '191716.895000', '191716.897000', '191716.900000', '191716.902000', '191716.905000', '191716.908000', '191716.910000', '191716.913000', '191716.916000', '191716.918000', '191716.921000', '191716.924000', '191716.926000', '191716.929000', '191716.931000', '191716.934000', '191716.937000', '191716.939000', '191716.942000', '191716.944000', '191716.947000', '191716.950000', '191716.952000', '191716.955000', '191716.958000', '191716.960000', '191716.963000', '191716.965000', '191716.968000', '191716.971000', '191716.973000', '191716.976000', '191736.862000', '191736.865000', '191736.868000', '191736.871000', '191736.873000', '191736.876000', '191736.879000', '191736.881000', '191736.884000', '191736.887000', '191736.889000', '191736.892000', '191736.895000', '191736.897000', '191736.900000', '191736.902000', '191736.905000', '191736.908000', '191736.910000', '191736.913000', '191736.915000', '191736.918000', '191736.921000', '191736.923000', '191736.926000', '191736.929000', '191736.932000', '191736.934000', '191736.937000', '191736.940000', '191736.942000', '191736.945000', '191736.948000', '191736.950000', '191736.953000', '191736.955000', '191736.958000', '191736.961000', '191736.963000', '191736.966000', '191736.969000', '191736.971000', '191736.974000', '191756.862000', '191756.865000', '191756.868000', '191756.871000', '191756.874000', '191756.876000', '191756.879000', '191756.881000', '191756.884000', '191756.887000', '191756.889000', '191756.892000', '191756.895000', '191756.897000', '191756.900000', '191756.902000', '191756.905000', '191756.908000', '191756.910000', '191756.913000', '191756.916000', '191756.918000', '191756.921000', '191756.924000', '191756.926000', '191756.929000', '191756.931000', '191756.934000', '191756.937000', '191756.939000', '191756.942000', '191756.945000', '191756.947000', '191756.950000', '191756.953000', '191756.955000', '191756.958000', '191756.960000', '191756.963000', '191756.966000', '191756.968000', '191756.972000', '191756.975000', '191756.978000', '191816.862000', '191816.866000', '191816.868000', '191816.871000', '191816.873000', '191816.876000', '191816.879000', '191816.881000', '191816.884000', '191816.887000', '191816.889000', '191816.892000', '191816.894000', '191816.897000', '191816.900000', '191816.902000', '191816.905000', '191816.908000', '191816.910000', '191816.913000', '191816.915000', '191816.918000', '191816.921000', '191816.924000', '191816.926000', '191816.929000', '191816.931000', '191816.934000', '191816.937000', '191816.939000', '191816.942000', '191816.944000', '191816.947000', '191816.950000', '191816.952000', '191816.955000', '191816.958000', '191816.960000', '191816.963000', '191816.965000', '191816.968000', '191816.971000', '191816.973000', '191836.863000', '191836.865000', '191836.868000', '191836.871000', '191836.873000', '191836.876000', '191836.879000', '191836.881000', '191836.884000', '191836.887000', '191836.889000', '191836.892000', '191836.894000', '191836.897000', '191836.900000', '191836.903000', '191836.905000', '191836.908000', '191836.910000', '191836.913000', '191836.916000', '191836.918000', '191836.921000', '191836.923000', '191836.926000', '191836.929000', '191836.931000', '191836.934000', '191836.937000', '191836.939000', '191836.942000', '191836.945000', '191836.947000', '191836.950000', '191836.952000', '191836.955000', '191836.958000', '191836.960000', '191836.963000', '191836.966000', '191836.968000', '191836.971000', '191836.974000', '191836.976000', '191852.932000', '191852.934000', '191852.937000', '191852.940000', '191852.943000', '191852.945000', '191852.948000', '191852.950000', '191852.953000', '191852.956000', '191852.959000', '191852.961000', '191852.964000', '191852.967000', '191852.969000', '191852.972000', '191852.975000', '191852.977000', '191852.980000', '191852.982000', '191852.985000', '191852.987000', '191852.990000', '191852.993000', '191852.995000', '191852.998000', '191853.002000', '191853.004000', '191853.007000', '191853.010000', '191853.012000', '191853.015000', '191853.023000', '191853.025000', '191853.028000'], 'InstanceCreationTime': ['191236.896000', '191236.910000', '191236.913000', '191236.916000', '191236.918000', '191236.921000', '191236.923000', '191236.926000', '191236.929000', '191236.931000', '191236.934000', '191236.937000', '191236.939000', '191236.942000', '191236.945000', '191236.947000', '191236.950000', '191236.952000', '191236.955000', '191236.958000', '191236.960000', '191236.963000', '191236.966000', '191236.968000', '191236.971000', '191236.974000', '191236.977000', '191236.980000', '191236.982000', '191236.985000', '191236.988000', '191236.990000', '191236.993000', '191236.996000', '191236.998000', '191237.002000', '191237.004000', '191237.007000', '191237.010000', '191237.013000', '191237.015000', '191237.018000', '191237.021000', '191237.023000', '191237.026000', '191237.028000', '191237.031000', '191237.034000', '191237.036000', '191237.039000', '191237.042000', '191237.044000', '191237.047000', '191237.049000', '191256.862000', '191256.870000', '191256.872000', '191256.875000', '191256.878000', '191256.880000', '191256.883000', '191256.885000', '191256.888000', '191256.891000', '191256.893000', '191256.896000', '191256.898000', '191256.901000', '191256.904000', '191256.907000', '191256.910000', '191256.913000', '191256.915000', '191256.918000', '191256.921000', '191256.923000', '191256.926000', '191256.929000', '191256.931000', '191256.934000', '191256.936000', '191256.940000', '191256.943000', '191256.946000', '191256.948000', '191256.951000', '191256.954000', '191256.956000', '191256.959000', '191256.962000', '191256.964000', '191256.967000', '191256.969000', '191256.972000', '191256.975000', '191256.977000', '191256.980000', '191316.862000', '191316.865000', '191316.869000', '191316.871000', '191316.874000', '191316.876000', '191316.879000', '191316.882000', '191316.884000', '191316.887000', '191316.889000', '191316.892000', '191316.895000', '191316.897000', '191316.900000', '191316.903000', '191316.905000', '191316.908000', '191316.910000', '191316.913000', '191316.915000', '191316.918000', '191316.921000', '191316.923000', '191316.926000', '191316.928000', '191316.931000', '191316.934000', '191316.936000', '191316.939000', '191316.942000', '191316.944000', '191316.947000', '191316.949000', '191316.952000', '191316.954000', '191316.957000', '191316.960000', '191316.962000', '191316.965000', '191316.967000', '191316.970000', '191316.973000', '191316.975000', '191336.863000', '191336.865000', '191336.868000', '191336.871000', '191336.873000', '191336.876000', '191336.879000', '191336.881000', '191336.884000', '191336.886000', '191336.889000', '191336.892000', '191336.894000', '191336.897000', '191336.900000', '191336.902000', '191336.905000', '191336.908000', '191336.910000', '191336.913000', '191336.916000', '191336.918000', '191336.921000', '191336.923000', '191336.926000', '191336.929000', '191336.936000', '191336.939000', '191336.942000', '191336.944000', '191336.947000', '191336.949000', '191336.952000', '191336.955000', '191336.958000', '191336.960000', '191336.963000', '191336.966000', '191336.968000', '191336.971000', '191336.974000', '191336.976000', '191336.979000', '191356.862000', '191356.866000', '191356.868000', '191356.871000', '191356.873000', '191356.876000', '191356.879000', '191356.881000', '191356.884000', '191356.887000', '191356.889000', '191356.892000', '191356.894000', '191356.908000', '191356.911000', '191356.913000', '191356.916000', '191356.919000', '191356.921000', '191356.924000', '191356.926000', '191356.934000', '191356.937000', '191356.939000', '191356.942000', '191356.945000', '191356.947000', '191356.950000', '191356.952000', '191356.955000', '191356.958000', '191356.960000', '191356.963000', '191356.966000', '191356.968000', '191356.971000', '191356.973000', '191356.976000', '191356.979000', '191356.981000', '191356.984000', '191356.986000', '191356.989000', '191356.992000', '191416.862000', '191416.865000', '191416.868000', '191416.871000', '191416.874000', '191416.876000', '191416.879000', '191416.882000', '191416.884000', '191416.887000', '191416.889000', '191416.892000', '191416.895000', '191416.909000', '191416.911000', '191416.914000', '191416.917000', '191416.919000', '191416.922000', '191416.925000', '191416.927000', '191416.930000', '191416.932000', '191416.935000', '191416.937000', '191416.940000', '191416.943000', '191416.945000', '191416.948000', '191416.951000', '191416.954000', '191416.957000', '191416.960000', '191416.963000', '191416.966000', '191416.968000', '191416.971000', '191416.974000', '191416.977000', '191416.980000', '191416.982000', '191416.992000', '191416.995000', '191436.862000', '191436.865000', '191436.868000', '191436.870000', '191436.873000', '191436.876000', '191436.878000', '191436.881000', '191436.884000', '191436.886000', '191436.889000', '191436.891000', '191436.894000', '191436.897000', '191436.899000', '191436.902000', '191436.905000', '191436.907000', '191436.910000', '191436.912000', '191436.915000', '191436.918000', '191436.920000', '191436.923000', '191436.926000', '191436.928000', '191436.931000', '191436.934000', '191436.936000', '191436.939000', '191436.942000', '191436.944000', '191436.947000', '191436.950000', '191436.952000', '191436.955000', '191436.957000', '191436.960000', '191436.963000', '191436.965000', '191436.968000', '191436.971000', '191436.973000', '191436.976000', '191456.863000', '191456.866000', '191456.868000', '191456.871000', '191456.874000', '191456.876000', '191456.879000', '191456.882000', '191456.884000', '191456.887000', '191456.890000', '191456.892000', '191456.895000', '191456.897000', '191456.900000', '191456.903000', '191456.905000', '191456.908000', '191456.910000', '191456.913000', '191456.916000', '191456.918000', '191456.921000', '191456.924000', '191456.926000', '191456.929000', '191456.932000', '191456.934000', '191456.937000', '191456.939000', '191456.942000', '191456.945000', '191456.947000', '191456.950000', '191456.953000', '191456.955000', '191456.958000', '191456.960000', '191456.963000', '191456.966000', '191456.968000', '191456.971000', '191456.974000', '191516.863000', '191516.865000', '191516.868000', '191516.871000', '191516.874000', '191516.876000', '191516.879000', '191516.882000', '191516.884000', '191516.887000', '191516.889000', '191516.892000', '191516.895000', '191516.897000', '191516.900000', '191516.903000', '191516.905000', '191516.908000', '191516.910000', '191516.913000', '191516.916000', '191516.918000', '191516.921000', '191516.924000', '191516.926000', '191516.929000', '191516.932000', '191516.934000', '191516.937000', '191516.939000', '191516.942000', '191516.945000', '191516.947000', '191516.950000', '191516.953000', '191516.955000', '191516.958000', '191516.961000', '191516.963000', '191516.966000', '191516.968000', '191516.971000', '191516.974000', '191516.976000', '191536.863000', '191536.866000', '191536.868000', '191536.871000', '191536.874000', '191536.876000', '191536.879000', '191536.881000', '191536.884000', '191536.887000', '191536.889000', '191536.892000', '191536.895000', '191536.897000', '191536.900000', '191536.902000', '191536.905000', '191536.908000', '191536.910000', '191536.913000', '191536.915000', '191536.918000', '191536.921000', '191536.924000', '191536.926000', '191536.929000', '191536.931000', '191536.934000', '191536.937000', '191536.939000', '191536.942000', '191536.945000', '191536.947000', '191536.950000', '191536.952000', '191536.955000', '191536.958000', '191536.960000', '191536.963000', '191536.972000', '191536.974000', '191536.977000', '191536.980000', '191556.863000', '191556.865000', '191556.868000', '191556.871000', '191556.873000', '191556.876000', '191556.879000', '191556.881000', '191556.884000', '191556.887000', '191556.889000', '191556.892000', '191556.894000', '191556.897000', '191556.900000', '191556.902000', '191556.905000', '191556.907000', '191556.910000', '191556.913000', '191556.915000', '191556.918000', '191556.921000', '191556.923000', '191556.926000', '191556.929000', '191556.931000', '191556.934000', '191556.937000', '191556.939000', '191556.942000', '191556.945000', '191556.947000', '191556.950000', '191556.953000', '191556.955000', '191556.958000', '191556.961000', '191556.963000', '191556.966000', '191556.969000', '191556.971000', '191556.974000', '191556.976000', '191616.862000', '191616.865000', '191616.868000', '191616.870000', '191616.873000', '191616.876000', '191616.878000', '191616.881000', '191616.884000', '191616.886000', '191616.889000', '191616.892000', '191616.895000', '191616.897000', '191616.900000', '191616.902000', '191616.905000', '191616.908000', '191616.910000', '191616.913000', '191616.916000', '191616.918000', '191616.921000', '191616.924000', '191616.927000', '191616.929000', '191616.932000', '191616.935000', '191616.937000', '191616.940000', '191616.942000', '191616.945000', '191616.948000', '191616.950000', '191616.953000', '191616.956000', '191616.958000', '191616.961000', '191616.964000', '191616.966000', '191616.969000', '191616.972000', '191616.974000', '191636.862000', '191636.865000', '191636.868000', '191636.871000', '191636.873000', '191636.876000', '191636.879000', '191636.881000', '191636.884000', '191636.887000', '191636.889000', '191636.892000', '191636.895000', '191636.897000', '191636.900000', '191636.903000', '191636.905000', '191636.908000', '191636.910000', '191636.913000', '191636.916000', '191636.918000', '191636.921000', '191636.924000', '191636.926000', '191636.929000', '191636.931000', '191636.934000', '191636.937000', '191636.939000', '191636.942000', '191636.945000', '191636.947000', '191636.950000', '191636.953000', '191636.955000', '191636.958000', '191636.961000', '191636.963000', '191636.966000', '191636.968000', '191636.971000', '191636.974000', '191636.976000', '191656.862000', '191656.865000', '191656.868000', '191656.871000', '191656.873000', '191656.876000', '191656.879000', '191656.881000', '191656.884000', '191656.887000', '191656.889000', '191656.892000', '191656.895000', '191656.897000', '191656.900000', '191656.903000', '191656.906000', '191656.908000', '191656.911000', '191656.948000', '191656.950000', '191656.953000', '191656.956000', '191656.958000', '191656.961000', '191656.964000', '191656.966000', '191656.969000', '191656.971000', '191656.974000', '191656.977000', '191656.979000', '191656.982000', '191656.986000', '191656.988000', '191656.991000', '191656.994000', '191656.996000', '191656.999000', '191657.001000', '191657.004000', '191657.007000', '191657.009000', '191716.863000', '191716.865000', '191716.868000', '191716.871000', '191716.873000', '191716.876000', '191716.879000', '191716.881000', '191716.884000', '191716.887000', '191716.889000', '191716.892000', '191716.895000', '191716.897000', '191716.900000', '191716.902000', '191716.905000', '191716.908000', '191716.910000', '191716.913000', '191716.916000', '191716.918000', '191716.921000', '191716.924000', '191716.926000', '191716.929000', '191716.931000', '191716.934000', '191716.937000', '191716.939000', '191716.942000', '191716.944000', '191716.947000', '191716.950000', '191716.952000', '191716.955000', '191716.958000', '191716.960000', '191716.963000', '191716.965000', '191716.968000', '191716.971000', '191716.973000', '191716.976000', '191736.862000', '191736.865000', '191736.868000', '191736.871000', '191736.873000', '191736.876000', '191736.879000', '191736.881000', '191736.884000', '191736.887000', '191736.889000', '191736.892000', '191736.895000', '191736.897000', '191736.900000', '191736.902000', '191736.905000', '191736.908000', '191736.910000', '191736.913000', '191736.915000', '191736.918000', '191736.921000', '191736.923000', '191736.926000', '191736.929000', '191736.932000', '191736.934000', '191736.937000', '191736.940000', '191736.942000', '191736.945000', '191736.948000', '191736.950000', '191736.953000', '191736.955000', '191736.958000', '191736.961000', '191736.963000', '191736.966000', '191736.969000', '191736.971000', '191736.974000', '191756.862000', '191756.865000', '191756.868000', '191756.871000', '191756.874000', '191756.876000', '191756.879000', '191756.881000', '191756.884000', '191756.887000', '191756.889000', '191756.892000', '191756.895000', '191756.897000', '191756.900000', '191756.902000', '191756.905000', '191756.908000', '191756.910000', '191756.913000', '191756.916000', '191756.918000', '191756.921000', '191756.924000', '191756.926000', '191756.929000', '191756.931000', '191756.934000', '191756.937000', '191756.939000', '191756.942000', '191756.945000', '191756.947000', '191756.950000', '191756.953000', '191756.955000', '191756.958000', '191756.960000', '191756.963000', '191756.966000', '191756.968000', '191756.972000', '191756.975000', '191756.978000', '191816.862000', '191816.866000', '191816.868000', '191816.871000', '191816.873000', '191816.876000', '191816.879000', '191816.881000', '191816.884000', '191816.887000', '191816.889000', '191816.892000', '191816.894000', '191816.897000', '191816.900000', '191816.902000', '191816.905000', '191816.908000', '191816.910000', '191816.913000', '191816.915000', '191816.918000', '191816.921000', '191816.924000', '191816.926000', '191816.929000', '191816.931000', '191816.934000', '191816.937000', '191816.939000', '191816.942000', '191816.944000', '191816.947000', '191816.950000', '191816.952000', '191816.955000', '191816.958000', '191816.960000', '191816.963000', '191816.965000', '191816.968000', '191816.971000', '191816.973000', '191836.863000', '191836.865000', '191836.868000', '191836.871000', '191836.873000', '191836.876000', '191836.879000', '191836.881000', '191836.884000', '191836.887000', '191836.889000', '191836.892000', '191836.894000', '191836.897000', '191836.900000', '191836.903000', '191836.905000', '191836.908000', '191836.910000', '191836.913000', '191836.916000', '191836.918000', '191836.921000', '191836.923000', '191836.926000', '191836.929000', '191836.931000', '191836.934000', '191836.937000', '191836.939000', '191836.942000', '191836.945000', '191836.947000', '191836.950000', '191836.952000', '191836.955000', '191836.958000', '191836.960000', '191836.963000', '191836.966000', '191836.968000', '191836.971000', '191836.974000', '191836.976000', '191852.932000', '191852.934000', '191852.937000', '191852.940000', '191852.943000', '191852.945000', '191852.948000', '191852.950000', '191852.953000', '191852.956000', '191852.959000', '191852.961000', '191852.964000', '191852.967000', '191852.969000', '191852.972000', '191852.975000', '191852.977000', '191852.980000', '191852.982000', '191852.985000', '191852.987000', '191852.990000', '191852.993000', '191852.995000', '191852.998000', '191853.002000', '191853.004000', '191853.007000', '191853.010000', '191853.012000', '191853.015000', '191853.023000', '191853.025000', '191853.028000'], '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': [9566, 7468, 8160, 7363, 6633, 7293, 7114, 7163, 7047, 7103, 6986, 6933, 6853, 7111, 6960, 7440, 7180, 7555, 7136, 7316, 7265, 6598, 7295, 6517, 7153, 6888, 7052, 6833, 7069, 6943, 6830, 6885, 6646, 7119, 6719, 7148, 6611, 7171, 7011, 7172, 7316, 7202, 7275, 7131, 7110, 7240, 7024, 7223, 6848, 7096, 6729, 6992, 7096, 8120, 7015, 7550, 7039, 7600, 7131, 7258, 7201, 7166, 7129, 7366, 7153, 7328, 7185, 7162, 7297, 7270, 7387, 6725, 7071, 6970, 7019, 6956, 7567, 6927, 7444, 7180, 6761, 7286, 6753, 7427, 6752, 7326, 6589, 7129, 6542, 6769, 6218, 7037, 6645, 7116, 6830, 7251, 7367, 7373, 7335, 7416, 7635, 7220, 7177, 7168, 6505, 6985, 6605, 7038, 6970, 7266, 6960, 8004, 7290, 7666, 7301, 7357, 7130, 6596, 7159, 6543, 7133, 7011, 7107, 6949, 6653, 7020, 8433, 7117, 7805, 7362, 6879, 7182, 6781, 7976, 6746, 7801, 7052, 7393, 7007, 7165, 7139, 6987, 6461, 6890, 6601, 7137, 6762, 7156, 6979, 7192, 6882, 7055, 6814, 8627, 7004, 7678, 7027, 7132, 7216, 6595, 7229, 6507, 6856, 6908, 6639, 6793, 7307, 7113, 6728, 7043, 7045, 7181, 6616, 7118, 6651, 7086, 6589, 6757, 6449, 6764, 6853, 6642, 6916, 6468, 6990, 7980, 7127, 7887, 7183, 7133, 7099, 6426, 7009, 6872, 7770, 6875, 8019, 6835, 7725, 7087, 7124, 7202, 6696, 7161, 7045, 7072, 7119, 7202, 6709, 7005, 6602, 7085, 6872, 6940, 6909, 8510, 6941, 7385, 7198, 6440, 7007, 6509, 7154, 6476, 7483, 6918, 7228, 7054, 7004, 6946, 7113, 7238, 7383, 6737, 6992, 6982, 6983, 6903, 7064, 6714, 7118, 6734, 6873, 6763, 7794, 6875, 7540, 6772, 7007, 7141, 6660, 7058, 6578, 6986, 6437, 7105, 6494, 6727, 6274, 6828, 6484, 6615, 6256, 6507, 6786, 6462, 6671, 6497, 6724, 6659, 6833, 6345, 6876, 6316, 6768, 6373, 6687, 6806, 6819, 6989, 6672, 6905, 6652, 6820, 6888, 6695, 9252, 6974, 8376, 7082, 8655, 7211, 7147, 6885, 6580, 6496, 6716, 6579, 6898, 6678, 6865, 6967, 6925, 6608, 7067, 6898, 6981, 6940, 7054, 6423, 6990, 7101, 7322, 7288, 7357, 7443, 7036, 7605, 7180, 7368, 7082, 6446, 6748, 6826, 6583, 7061, 6563, 6642, 8255, 6791, 7388, 6945, 6804, 7034, 6636, 6988, 6844, 6561, 6660, 7319, 6794, 7006, 6682, 7103, 7294, 6470, 7007, 6379, 6864, 6565, 6802, 6285, 6911, 6531, 6827, 6546, 7021, 6889, 6961, 7132, 6797, 7004, 6697, 7743, 6855, 7561, 6911, 7424, 7064, 6989, 6966, 6482, 6761, 6898, 6440, 6838, 7694, 7012, 6606, 6971, 6449, 7160, 6854, 7006, 6459, 6683, 6587, 6340, 6917, 6708, 6842, 6727, 7730, 6718, 7681, 6788, 7500, 6918, 7302, 7232, 6904, 6772, 6943, 6992, 6702, 6920, 6502, 6752, 6548, 6590, 6463, 6640, 6756, 6306, 6765, 6611, 6616, 7596, 6731, 7391, 6903, 6957, 7103, 6423, 6572, 6527, 6726, 6452, 7834, 6584, 7080, 6960, 6464, 6800, 6261, 6701, 6481, 6834, 6490, 6983, 6474, 7208, 6975, 7045, 6751, 6481, 7108, 6656, 7016, 7443, 6999, 8531, 7239, 8333, 7084, 7442, 6745, 6600, 6597, 6546, 6524, 6685, 6645, 6522, 6495, 6494, 6353, 6640, 6497, 6255, 6713, 6555, 6625, 6499, 6946, 6667, 6748, 6214, 6561, 6349, 6597, 6477, 6247, 6598, 6213, 6601, 6403, 6427, 6461, 6640, 6335, 6669, 7393, 6609, 6981, 6526, 6670, 6734, 6392, 6355, 6575, 6394, 6425, 7909, 6566, 6709, 6673, 6249, 6601, 6221, 6301, 6379, 6816, 6253, 6506, 6261, 7016, 6579, 6621, 6539, 6530, 6623, 6411, 6589, 6297, 6661, 6340, 6472, 6390, 6161, 6333, 6409, 6598, 6838, 6404, 8355, 6750, 8368, 6941, 7252, 6485, 7005, 6623, 6225, 6457, 6229, 6257, 6311, 6464, 6392, 6342, 6506, 6495, 6378, 6735, 6453, 6563, 6516, 6336, 6845, 6307, 6619, 6523, 6619, 6468, 6448, 7216, 6943, 6611, 6629, 6523, 6482, 6478, 6659, 8150, 6644, 7543, 6437, 7590, 6644, 7226, 6306, 6194, 6358, 6267, 6336, 6332, 6282, 6318, 6263, 6354, 6324, 6426, 6545, 6502, 6258, 6311, 6571, 6573, 7702, 6445, 8951, 6684, 9021, 6721, 8295, 6462, 6562, 6447, 6360, 6247, 6252, 7017, 6326, 6644, 6607, 6389, 6436, 6337, 6532, 6327, 6407, 6205, 6572, 6470, 6434, 6467, 6439, 6529, 6491, 6481, 6239, 6524, 6541, 6549, 6497, 6675, 6469, 7471, 6674, 6202, 6333, 6389, 6596, 7915, 6329, 7302, 6240, 6704, 6369, 7307, 6356, 7538, 6324, 7693, 6310, 8027, 6388, 7010, 6589, 6755, 6395, 7003, 6453, 7501, 6698, 6674, 6373, 7078, 6221, 7611, 6521, 7386, 6335, 7239, 6713, 7117, 6711, 6309, 6522, 6287, 6390, 6451, 6582, 6413, 6460, 6447, 6357, 6249, 6452, 6448, 6421, 6294, 6493, 6363, 6484, 6280, 6245, 6417, 6354, 6279, 6521, 6440, 6345, 6474, 6655, 6287, 7314, 6446, 7094, 6584, 7085, 6513, 6567, 6616, 6932, 6552, 6642, 6533, 6238, 6641, 6421, 6383, 6285, 6807, 6331, 6690, 6573, 6713, 6338, 6492, 6403, 6421, 6196, 6204, 6897, 6829, 6931, 6893, 7292, 6412, 6155, 6271, 6426, 6346, 6259, 6264, 6232, 6469, 6185, 6327, 6384, 6545, 6074, 6317, 6395, 6419, 6368, 6521, 6477, 6422, 6353, 6431, 6453, 6499, 6413, 6420, 6219, 6692, 6266, 6413, 6417, 6350, 6256, 7901, 6010, 8026, 6096, 7555, 6156, 6945, 6289, 6402, 6502, 6487, 6447, 6360, 6486, 6427, 6413, 6407, 6620, 6286, 6611, 6513, 6522, 6724, 6731, 6806, 6558, 7224, 6389, 7573, 6362, 8095, 6481, 6968, 6460, 6646, 6401, 6314, 6556, 6194, 6285, 6332, 6472, 6369, 6412, 6285, 6232, 6164, 6453, 6298, 6466, 6372, 6316, 6409, 6378, 6168, 6484, 6221, 6366, 6205, 6517, 6349, 6516, 6235, 6916, 6223, 7910, 6305, 7075, 6369, 6879, 6339, 6770, 6277, 6233, 6430, 6278, 6377, 6010, 6430, 6300, 6353, 6328, 6219, 6232, 6424, 6209, 6337, 6190, 6482, 6185, 8155, 6172, 7336, 6440, 6699, 6667, 6475, 6425], 'WindowCenter': [3791.0, 3755.0, 3751.0, 3738.0, 3714.0, 3724.0, 3714.0, 3713.0, 3713.0, 3712.0, 3712.0, 3711.0, 3712.0, 3711.0, 3712.0, 3722.0, 3712.0, 3723.0, 3712.0, 3722.0, 3722.0, 3711.0, 3723.0, 3712.0, 3723.0, 3723.0, 3724.0, 3713.0, 3711.0, 3712.0, 3711.0, 3722.0, 3711.0, 3725.0, 3714.0, 3724.0, 3724.0, 3725.0, 3726.0, 3736.0, 3736.0, 3737.0, 3736.0, 3725.0, 3725.0, 3736.0, 3724.0, 3736.0, 3725.0, 3725.0, 3725.0, 3725.0, 3724.0, 3734.0, 3724.0, 3734.0, 3724.0, 3734.0, 3724.0, 3723.0, 3723.0, 3723.0, 3725.0, 3724.0, 3725.0, 3723.0, 3725.0, 3724.0, 3724.0, 3724.0, 3724.0, 3713.0, 3723.0, 3724.0, 3723.0, 3723.0, 3723.0, 3723.0, 3723.0, 3723.0, 3712.0, 3724.0, 3713.0, 3723.0, 3713.0, 3735.0, 3725.0, 3724.0, 3716.0, 3725.0, 3714.0, 3737.0, 3726.0, 3737.0, 3726.0, 3738.0, 3737.0, 3738.0, 3738.0, 3738.0, 3747.0, 3738.0, 3738.0, 3736.0, 3727.0, 3726.0, 3726.0, 3725.0, 3725.0, 3735.0, 3725.0, 3735.0, 3724.0, 3724.0, 3724.0, 3722.0, 3722.0, 3712.0, 3723.0, 3712.0, 3724.0, 3725.0, 3725.0, 3724.0, 3725.0, 3725.0, 3735.0, 3724.0, 3724.0, 3724.0, 3712.0, 3712.0, 3712.0, 3722.0, 3711.0, 3721.0, 3711.0, 3711.0, 3712.0, 3711.0, 3722.0, 3723.0, 3713.0, 3724.0, 3722.0, 3725.0, 3723.0, 3725.0, 3725.0, 3724.0, 3725.0, 3724.0, 3714.0, 3744.0, 3723.0, 3721.0, 3723.0, 3711.0, 3722.0, 3711.0, 3722.0, 3711.0, 3712.0, 3723.0, 3711.0, 3714.0, 3723.0, 3723.0, 3713.0, 3723.0, 3724.0, 3724.0, 3724.0, 3725.0, 3726.0, 3726.0, 3725.0, 3726.0, 3726.0, 3726.0, 3725.0, 3726.0, 3726.0, 3715.0, 3725.0, 3734.0, 3726.0, 3736.0, 3725.0, 3724.0, 3724.0, 3714.0, 3724.0, 3714.0, 3733.0, 3714.0, 3734.0, 3713.0, 3723.0, 3723.0, 3722.0, 3723.0, 3712.0, 3723.0, 3723.0, 3723.0, 3723.0, 3723.0, 3713.0, 3723.0, 3713.0, 3712.0, 3712.0, 3723.0, 3723.0, 3732.0, 3712.0, 3721.0, 3711.0, 3700.0, 3722.0, 3700.0, 3722.0, 3711.0, 3724.0, 3723.0, 3735.0, 3722.0, 3725.0, 3725.0, 3725.0, 3734.0, 3724.0, 3714.0, 3724.0, 3723.0, 3724.0, 3722.0, 3723.0, 3712.0, 3723.0, 3712.0, 3712.0, 3712.0, 3721.0, 3712.0, 3722.0, 3712.0, 3711.0, 3723.0, 3712.0, 3723.0, 3712.0, 3723.0, 3713.0, 3723.0, 3714.0, 3725.0, 3714.0, 3725.0, 3714.0, 3725.0, 3714.0, 3714.0, 3724.0, 3713.0, 3725.0, 3714.0, 3725.0, 3713.0, 3715.0, 3714.0, 3726.0, 3713.0, 3725.0, 3715.0, 3726.0, 3726.0, 3726.0, 3739.0, 3728.0, 3740.0, 3727.0, 3739.0, 3738.0, 3727.0, 3758.0, 3726.0, 3746.0, 3725.0, 3745.0, 3724.0, 3713.0, 3723.0, 3713.0, 3701.0, 3712.0, 3711.0, 3724.0, 3713.0, 3714.0, 3722.0, 3724.0, 3724.0, 3725.0, 3725.0, 3737.0, 3725.0, 3737.0, 3726.0, 3737.0, 3737.0, 3738.0, 3738.0, 3738.0, 3737.0, 3737.0, 3737.0, 3727.0, 3736.0, 3725.0, 3715.0, 3724.0, 3726.0, 3725.0, 3725.0, 3714.0, 3724.0, 3733.0, 3713.0, 3724.0, 3723.0, 3713.0, 3723.0, 3713.0, 3724.0, 3713.0, 3713.0, 3714.0, 3723.0, 3712.0, 3713.0, 3713.0, 3723.0, 3724.0, 3713.0, 3724.0, 3713.0, 3712.0, 3713.0, 3711.0, 3713.0, 3724.0, 3713.0, 3713.0, 3714.0, 3725.0, 3724.0, 3725.0, 3725.0, 3726.0, 3724.0, 3726.0, 3735.0, 3725.0, 3735.0, 3725.0, 3724.0, 3724.0, 3724.0, 3723.0, 3713.0, 3713.0, 3723.0, 3713.0, 3713.0, 3722.0, 3722.0, 3712.0, 3723.0, 3712.0, 3723.0, 3724.0, 3725.0, 3715.0, 3726.0, 3726.0, 3716.0, 3737.0, 3726.0, 3726.0, 3726.0, 3735.0, 3725.0, 3735.0, 3715.0, 3723.0, 3724.0, 3723.0, 3723.0, 3713.0, 3713.0, 3722.0, 3724.0, 3713.0, 3725.0, 3715.0, 3726.0, 3727.0, 3726.0, 3715.0, 3726.0, 3725.0, 3713.0, 3725.0, 3724.0, 3726.0, 3735.0, 3713.0, 3724.0, 3725.0, 3724.0, 3724.0, 3713.0, 3712.0, 3713.0, 3711.0, 3712.0, 3722.0, 3712.0, 3710.0, 3712.0, 3701.0, 3711.0, 3702.0, 3712.0, 3701.0, 3712.0, 3712.0, 3723.0, 3712.0, 3734.0, 3726.0, 3738.0, 3726.0, 3725.0, 3737.0, 3727.0, 3738.0, 3738.0, 3727.0, 3746.0, 3725.0, 3745.0, 3725.0, 3724.0, 3713.0, 3713.0, 3712.0, 3701.0, 3700.0, 3711.0, 3711.0, 3712.0, 3710.0, 3712.0, 3712.0, 3713.0, 3712.0, 3714.0, 3726.0, 3726.0, 3725.0, 3727.0, 3737.0, 3726.0, 3726.0, 3716.0, 3726.0, 3715.0, 3726.0, 3715.0, 3716.0, 3725.0, 3704.0, 3724.0, 3714.0, 3715.0, 3714.0, 3726.0, 3714.0, 3725.0, 3735.0, 3726.0, 3725.0, 3714.0, 3725.0, 3714.0, 3714.0, 3714.0, 3725.0, 3714.0, 3714.0, 3734.0, 3714.0, 3712.0, 3713.0, 3711.0, 3714.0, 3703.0, 3714.0, 3714.0, 3713.0, 3713.0, 3712.0, 3713.0, 3723.0, 3714.0, 3712.0, 3712.0, 3713.0, 3712.0, 3713.0, 3713.0, 3713.0, 3725.0, 3714.0, 3713.0, 3715.0, 3715.0, 3725.0, 3726.0, 3726.0, 3726.0, 3715.0, 3747.0, 3724.0, 3746.0, 3726.0, 3723.0, 3713.0, 3724.0, 3713.0, 3701.0, 3713.0, 3700.0, 3713.0, 3713.0, 3712.0, 3712.0, 3712.0, 3713.0, 3712.0, 3714.0, 3723.0, 3715.0, 3725.0, 3714.0, 3715.0, 3726.0, 3714.0, 3723.0, 3714.0, 3726.0, 3715.0, 3715.0, 3734.0, 3726.0, 3725.0, 3727.0, 3726.0, 3728.0, 3726.0, 3726.0, 3736.0, 3726.0, 3735.0, 3714.0, 3736.0, 3714.0, 3724.0, 3713.0, 3703.0, 3713.0, 3714.0, 3713.0, 3713.0, 3713.0, 3713.0, 3713.0, 3714.0, 3715.0, 3715.0, 3725.0, 3716.0, 3727.0, 3726.0, 3726.0, 3727.0, 3737.0, 3727.0, 3758.0, 3727.0, 3746.0, 3725.0, 3735.0, 3712.0, 3713.0, 3702.0, 3701.0, 3701.0, 3699.0, 3710.0, 3701.0, 3711.0, 3712.0, 3701.0, 3712.0, 3701.0, 3713.0, 3713.0, 3713.0, 3702.0, 3724.0, 3714.0, 3715.0, 3713.0, 3725.0, 3725.0, 3726.0, 3715.0, 3716.0, 3716.0, 3727.0, 3726.0, 3727.0, 3728.0, 3729.0, 3737.0, 3728.0, 3717.0, 3725.0, 3727.0, 3727.0, 3747.0, 3727.0, 3736.0, 3716.0, 3726.0, 3715.0, 3735.0, 3715.0, 3734.0, 3713.0, 3735.0, 3715.0, 3734.0, 3713.0, 3724.0, 3714.0, 3713.0, 3713.0, 3724.0, 3714.0, 3724.0, 3714.0, 3712.0, 3715.0, 3723.0, 3703.0, 3734.0, 3713.0, 3723.0, 3713.0, 3722.0, 3713.0, 3712.0, 3712.0, 3711.0, 3713.0, 3711.0, 3713.0, 3712.0, 3713.0, 3712.0, 3713.0, 3713.0, 3714.0, 3712.0, 3714.0, 3714.0, 3714.0, 3715.0, 3713.0, 3714.0, 3714.0, 3713.0, 3713.0, 3713.0, 3714.0, 3714.0, 3714.0, 3716.0, 3714.0, 3715.0, 3714.0, 3714.0, 3734.0, 3715.0, 3725.0, 3725.0, 3723.0, 3713.0, 3712.0, 3714.0, 3724.0, 3713.0, 3713.0, 3713.0, 3701.0, 3712.0, 3713.0, 3713.0, 3714.0, 3713.0, 3725.0, 3724.0, 3724.0, 3726.0, 3715.0, 3715.0, 3726.0, 3715.0, 3714.0, 3717.0, 3726.0, 3726.0, 3724.0, 3724.0, 3724.0, 3701.0, 3702.0, 3702.0, 3701.0, 3701.0, 3701.0, 3701.0, 3700.0, 3701.0, 3701.0, 3711.0, 3712.0, 3712.0, 3703.0, 3713.0, 3713.0, 3714.0, 3714.0, 3727.0, 3727.0, 3725.0, 3726.0, 3716.0, 3715.0, 3727.0, 3716.0, 3726.0, 3716.0, 3725.0, 3716.0, 3714.0, 3715.0, 3715.0, 3712.0, 3734.0, 3703.0, 3734.0, 3702.0, 3723.0, 3702.0, 3712.0, 3713.0, 3713.0, 3714.0, 3714.0, 3713.0, 3712.0, 3714.0, 3713.0, 3713.0, 3712.0, 3714.0, 3714.0, 3714.0, 3713.0, 3712.0, 3713.0, 3713.0, 3714.0, 3713.0, 3723.0, 3714.0, 3735.0, 3714.0, 3734.0, 3713.0, 3722.0, 3713.0, 3712.0, 3712.0, 3711.0, 3712.0, 3700.0, 3712.0, 3713.0, 3712.0, 3713.0, 3713.0, 3713.0, 3703.0, 3703.0, 3712.0, 3713.0, 3713.0, 3713.0, 3713.0, 3715.0, 3715.0, 3716.0, 3714.0, 3714.0, 3715.0, 3715.0, 3714.0, 3714.0, 3714.0, 3716.0, 3724.0, 3703.0, 3735.0, 3714.0, 3724.0, 3712.0, 3713.0, 3712.0, 3712.0, 3713.0, 3702.0, 3713.0, 3712.0, 3712.0, 3703.0, 3713.0, 3712.0, 3712.0, 3712.0, 3703.0, 3702.0, 3713.0, 3703.0, 3712.0, 3703.0, 3712.0, 3703.0, 3734.0, 3703.0, 3722.0, 3712.0, 3712.0, 3713.0, 3711.0, 3712.0], 'WindowWidth': [8528.0, 8465.0, 8450.0, 8428.0, 8390.0, 8400.0, 8386.0, 8385.0, 8383.0, 8380.0, 8380.0, 8377.0, 8379.0, 8377.0, 8380.0, 8392.0, 8380.0, 8394.0, 8380.0, 8391.0, 8393.0, 8376.0, 8397.0, 8381.0, 8396.0, 8395.0, 8397.0, 8381.0, 8377.0, 8380.0, 8378.0, 8394.0, 8379.0, 8401.0, 8385.0, 8400.0, 8401.0, 8404.0, 8405.0, 8421.0, 8420.0, 8421.0, 8417.0, 8404.0, 8403.0, 8419.0, 8401.0, 8417.0, 8404.0, 8402.0, 8403.0, 8402.0, 8399.0, 8412.0, 8399.0, 8411.0, 8398.0, 8411.0, 8399.0, 8397.0, 8397.0, 8397.0, 8401.0, 8399.0, 8402.0, 8398.0, 8402.0, 8400.0, 8399.0, 8400.0, 8398.0, 8383.0, 8397.0, 8397.0, 8396.0, 8397.0, 8395.0, 8397.0, 8394.0, 8396.0, 8379.0, 8398.0, 8382.0, 8397.0, 8382.0, 8415.0, 8402.0, 8402.0, 8392.0, 8404.0, 8388.0, 8424.0, 8407.0, 8422.0, 8407.0, 8426.0, 8424.0, 8426.0, 8425.0, 8425.0, 8435.0, 8427.0, 8425.0, 8421.0, 8409.0, 8405.0, 8406.0, 8404.0, 8404.0, 8417.0, 8402.0, 8415.0, 8400.0, 8398.0, 8398.0, 8393.0, 8394.0, 8379.0, 8397.0, 8381.0, 8400.0, 8403.0, 8401.0, 8401.0, 8402.0, 8403.0, 8415.0, 8399.0, 8398.0, 8398.0, 8381.0, 8379.0, 8379.0, 8391.0, 8377.0, 8390.0, 8377.0, 8375.0, 8378.0, 8376.0, 8394.0, 8396.0, 8384.0, 8399.0, 8395.0, 8402.0, 8399.0, 8403.0, 8403.0, 8400.0, 8403.0, 8400.0, 8386.0, 8426.0, 8396.0, 8391.0, 8395.0, 8377.0, 8393.0, 8378.0, 8394.0, 8378.0, 8380.0, 8396.0, 8379.0, 8385.0, 8397.0, 8397.0, 8383.0, 8398.0, 8398.0, 8400.0, 8400.0, 8402.0, 8405.0, 8405.0, 8404.0, 8407.0, 8406.0, 8405.0, 8403.0, 8405.0, 8406.0, 8391.0, 8404.0, 8415.0, 8405.0, 8418.0, 8402.0, 8398.0, 8400.0, 8385.0, 8400.0, 8387.0, 8410.0, 8385.0, 8411.0, 8384.0, 8395.0, 8397.0, 8393.0, 8396.0, 8380.0, 8396.0, 8396.0, 8397.0, 8396.0, 8398.0, 8383.0, 8398.0, 8384.0, 8380.0, 8379.0, 8394.0, 8394.0, 8406.0, 8379.0, 8390.0, 8377.0, 8361.0, 8394.0, 8362.0, 8392.0, 8378.0, 8398.0, 8396.0, 8416.0, 8397.0, 8403.0, 8404.0, 8403.0, 8412.0, 8400.0, 8385.0, 8400.0, 8397.0, 8397.0, 8394.0, 8396.0, 8381.0, 8395.0, 8381.0, 8379.0, 8381.0, 8391.0, 8380.0, 8393.0, 8380.0, 8378.0, 8395.0, 8379.0, 8397.0, 8382.0, 8396.0, 8385.0, 8399.0, 8387.0, 8402.0, 8388.0, 8401.0, 8388.0, 8402.0, 8388.0, 8389.0, 8401.0, 8386.0, 8403.0, 8386.0, 8402.0, 8383.0, 8388.0, 8388.0, 8404.0, 8386.0, 8403.0, 8390.0, 8407.0, 8407.0, 8408.0, 8428.0, 8414.0, 8432.0, 8412.0, 8429.0, 8427.0, 8410.0, 8451.0, 8405.0, 8431.0, 8401.0, 8426.0, 8397.0, 8382.0, 8396.0, 8383.0, 8363.0, 8380.0, 8378.0, 8400.0, 8383.0, 8386.0, 8395.0, 8401.0, 8400.0, 8404.0, 8403.0, 8422.0, 8403.0, 8422.0, 8406.0, 8424.0, 8423.0, 8427.0, 8427.0, 8427.0, 8423.0, 8422.0, 8423.0, 8408.0, 8418.0, 8404.0, 8390.0, 8401.0, 8404.0, 8403.0, 8401.0, 8386.0, 8401.0, 8409.0, 8384.0, 8397.0, 8397.0, 8381.0, 8397.0, 8382.0, 8398.0, 8385.0, 8384.0, 8385.0, 8396.0, 8382.0, 8382.0, 8384.0, 8396.0, 8398.0, 8382.0, 8398.0, 8383.0, 8379.0, 8382.0, 8380.0, 8382.0, 8399.0, 8383.0, 8383.0, 8387.0, 8401.0, 8401.0, 8403.0, 8403.0, 8405.0, 8401.0, 8407.0, 8417.0, 8403.0, 8416.0, 8403.0, 8399.0, 8398.0, 8399.0, 8396.0, 8381.0, 8381.0, 8396.0, 8382.0, 8383.0, 8393.0, 8394.0, 8380.0, 8396.0, 8379.0, 8399.0, 8399.0, 8404.0, 8389.0, 8408.0, 8407.0, 8392.0, 8422.0, 8407.0, 8407.0, 8405.0, 8416.0, 8401.0, 8415.0, 8387.0, 8396.0, 8399.0, 8396.0, 8398.0, 8381.0, 8384.0, 8393.0, 8399.0, 8383.0, 8402.0, 8390.0, 8405.0, 8409.0, 8406.0, 8389.0, 8406.0, 8403.0, 8385.0, 8402.0, 8399.0, 8404.0, 8415.0, 8384.0, 8398.0, 8401.0, 8399.0, 8399.0, 8383.0, 8381.0, 8383.0, 8377.0, 8380.0, 8392.0, 8379.0, 8374.0, 8378.0, 8363.0, 8377.0, 8366.0, 8379.0, 8364.0, 8379.0, 8380.0, 8396.0, 8382.0, 8414.0, 8406.0, 8424.0, 8408.0, 8405.0, 8424.0, 8408.0, 8426.0, 8425.0, 8409.0, 8432.0, 8402.0, 8428.0, 8401.0, 8399.0, 8383.0, 8382.0, 8378.0, 8364.0, 8361.0, 8377.0, 8375.0, 8380.0, 8376.0, 8380.0, 8381.0, 8382.0, 8382.0, 8387.0, 8406.0, 8407.0, 8405.0, 8409.0, 8423.0, 8406.0, 8406.0, 8392.0, 8404.0, 8390.0, 8404.0, 8390.0, 8393.0, 8402.0, 8375.0, 8401.0, 8386.0, 8390.0, 8387.0, 8404.0, 8389.0, 8405.0, 8418.0, 8407.0, 8402.0, 8389.0, 8402.0, 8386.0, 8387.0, 8386.0, 8402.0, 8386.0, 8386.0, 8413.0, 8385.0, 8380.0, 8384.0, 8378.0, 8386.0, 8371.0, 8385.0, 8386.0, 8383.0, 8384.0, 8381.0, 8382.0, 8397.0, 8385.0, 8380.0, 8382.0, 8383.0, 8381.0, 8382.0, 8383.0, 8384.0, 8403.0, 8386.0, 8385.0, 8390.0, 8391.0, 8406.0, 8407.0, 8408.0, 8407.0, 8392.0, 8435.0, 8401.0, 8431.0, 8404.0, 8398.0, 8383.0, 8397.0, 8383.0, 8365.0, 8383.0, 8364.0, 8382.0, 8384.0, 8381.0, 8381.0, 8380.0, 8384.0, 8382.0, 8387.0, 8398.0, 8390.0, 8401.0, 8388.0, 8389.0, 8405.0, 8387.0, 8400.0, 8389.0, 8407.0, 8391.0, 8390.0, 8413.0, 8406.0, 8404.0, 8409.0, 8406.0, 8411.0, 8406.0, 8408.0, 8420.0, 8406.0, 8415.0, 8388.0, 8416.0, 8385.0, 8399.0, 8384.0, 8371.0, 8383.0, 8385.0, 8383.0, 8383.0, 8383.0, 8383.0, 8382.0, 8386.0, 8389.0, 8390.0, 8406.0, 8394.0, 8408.0, 8409.0, 8408.0, 8411.0, 8423.0, 8411.0, 8450.0, 8407.0, 8431.0, 8403.0, 8414.0, 8382.0, 8384.0, 8366.0, 8364.0, 8364.0, 8360.0, 8374.0, 8364.0, 8376.0, 8379.0, 8363.0, 8381.0, 8364.0, 8383.0, 8382.0, 8384.0, 8370.0, 8400.0, 8386.0, 8390.0, 8386.0, 8404.0, 8405.0, 8406.0, 8391.0, 8395.0, 8394.0, 8409.0, 8407.0, 8411.0, 8411.0, 8416.0, 8424.0, 8413.0, 8397.0, 8406.0, 8411.0, 8410.0, 8435.0, 8408.0, 8418.0, 8392.0, 8405.0, 8389.0, 8416.0, 8390.0, 8414.0, 8385.0, 8414.0, 8388.0, 8411.0, 8384.0, 8399.0, 8386.0, 8384.0, 8386.0, 8400.0, 8385.0, 8398.0, 8386.0, 8383.0, 8389.0, 8396.0, 8372.0, 8412.0, 8384.0, 8397.0, 8385.0, 8395.0, 8382.0, 8379.0, 8380.0, 8379.0, 8381.0, 8378.0, 8382.0, 8380.0, 8384.0, 8382.0, 8385.0, 8385.0, 8386.0, 8383.0, 8387.0, 8387.0, 8387.0, 8389.0, 8386.0, 8387.0, 8387.0, 8386.0, 8385.0, 8386.0, 8386.0, 8388.0, 8386.0, 8392.0, 8387.0, 8391.0, 8387.0, 8388.0, 8413.0, 8390.0, 8401.0, 8402.0, 8398.0, 8385.0, 8382.0, 8385.0, 8398.0, 8383.0, 8381.0, 8383.0, 8364.0, 8381.0, 8382.0, 8384.0, 8387.0, 8384.0, 8404.0, 8402.0, 8400.0, 8405.0, 8391.0, 8391.0, 8407.0, 8391.0, 8391.0, 8396.0, 8408.0, 8405.0, 8401.0, 8398.0, 8397.0, 8364.0, 8366.0, 8365.0, 8364.0, 8362.0, 8364.0, 8363.0, 8362.0, 8365.0, 8365.0, 8377.0, 8381.0, 8381.0, 8370.0, 8382.0, 8383.0, 8385.0, 8388.0, 8409.0, 8409.0, 8406.0, 8406.0, 8393.0, 8389.0, 8408.0, 8392.0, 8407.0, 8393.0, 8403.0, 8392.0, 8388.0, 8389.0, 8388.0, 8383.0, 8412.0, 8370.0, 8411.0, 8367.0, 8395.0, 8367.0, 8379.0, 8384.0, 8382.0, 8386.0, 8386.0, 8385.0, 8381.0, 8386.0, 8384.0, 8385.0, 8382.0, 8387.0, 8385.0, 8385.0, 8384.0, 8383.0, 8383.0, 8385.0, 8385.0, 8386.0, 8397.0, 8387.0, 8414.0, 8387.0, 8411.0, 8382.0, 8394.0, 8384.0, 8380.0, 8381.0, 8378.0, 8381.0, 8363.0, 8382.0, 8384.0, 8382.0, 8385.0, 8384.0, 8385.0, 8372.0, 8370.0, 8383.0, 8386.0, 8385.0, 8385.0, 8384.0, 8389.0, 8388.0, 8392.0, 8387.0, 8389.0, 8390.0, 8390.0, 8387.0, 8389.0, 8387.0, 8392.0, 8400.0, 8372.0, 8415.0, 8386.0, 8399.0, 8382.0, 8384.0, 8381.0, 8379.0, 8383.0, 8368.0, 8384.0, 8381.0, 8380.0, 8370.0, 8381.0, 8379.0, 8380.0, 8380.0, 8369.0, 8369.0, 8383.0, 8371.0, 8382.0, 8371.0, 8382.0, 8370.0, 8410.0, 8371.0, 8392.0, 8381.0, 8379.0, 8382.0, 8378.0, 8381.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.0003448620689655172</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01675964310344828</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.831766679585755</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1588763116800922</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9897853082163415</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4459</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6996.5908</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06772344782441757</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.45977011494252873</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4240576023947082</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3613725800641268</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6076521196469105</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.303148107473089</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00551446</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010974541306495667</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023031095042824745</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.750303268226865</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.1339</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.2601</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>129.4962</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307291.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>588.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>268.2668</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9763</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.6952</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2977.3741</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3166.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69253.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>927.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3939.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.1923</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.51200440246612</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> |