=== 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-0084 --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-0084",
"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-0084_ses-01_task-social_acq-mb8_run-04_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-0084_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-04_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-0084/ses-01/func/sub-0084_ses-01_task-social_acq-mb8_run-04_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>2ca3c007c65e374e6f6c282c50c3b210</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>13:03:14.840000</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.99914, 0.0310373, 0.0274781, -0.0301774, 0.999058, -0.0311755]</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-04_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.108179</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7737, -7252, 538, -72, -279, 127, 73]</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>282.93</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7dc1cc1f-446b-472b-a131-9c3df26c9846||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.6806206703186035, -0.08096378296613693, 0.07673351466655731, 115.5253677368164], [-0.08327092230319977, 2.6804003715515137, -0.08186262100934982, -88.57644653320312], [0.07372171431779861, 0.08364159613847733, 2.6976675987243652, -78.37476348876953], [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': ['130314.840000', '130315.300000', '130315.760000', '130316.220000', '130316.680000', '130317.140000', '130317.600000', '130318.060000', '130318.520000', '130318.980000', '130319.440000', '130319.900000', '130320.360000', '130320.820000', '130321.280000', '130321.740000', '130322.200000', '130322.660000', '130323.120000', '130323.580000', '130324.040000', '130324.500000', '130324.960000', '130325.420000', '130325.880000', '130326.340000', '130326.800000', '130327.260000', '130327.720000', '130328.180000', '130328.640000', '130329.100000', '130329.560000', '130330.020000', '130330.480000', '130330.940000', '130331.400000', '130331.860000', '130332.320000', '130332.780000', '130333.240000', '130333.700000', '130334.160000', '130334.620000', '130335.080000', '130335.540000', '130336.000000', '130336.460000', '130336.920000', '130337.380000', '130337.840000', '130338.300000', '130338.760000', '130339.220000', '130339.680000', '130340.140000', '130340.600000', '130341.060000', '130341.520000', '130341.980000', '130342.440000', '130342.900000', '130343.360000', '130343.820000', '130344.280000', '130344.740000', '130345.200000', '130345.660000', '130346.120000', '130346.580000', '130347.040000', '130347.500000', '130347.960000', '130348.420000', '130348.880000', '130349.340000', '130349.800000', '130350.260000', '130350.720000', '130351.180000', '130351.640000', '130352.100000', '130352.560000', '130353.020000', '130353.480000', '130353.940000', '130354.400000', '130354.860000', '130355.320000', '130355.780000', '130356.240000', '130356.700000', '130357.160000', '130357.620000', '130358.080000', '130358.540000', '130359.000000', '130359.460000', '130359.920000', '130400.380000', '130400.840000', '130401.300000', '130401.760000', '130402.220000', '130402.680000', '130403.140000', '130403.600000', '130404.060000', '130404.520000', '130404.980000', '130405.440000', '130405.900000', '130406.360000', '130406.820000', '130407.280000', '130407.740000', '130408.200000', '130408.660000', '130409.120000', '130409.580000', '130410.040000', '130410.500000', '130410.960000', '130411.420000', '130411.880000', '130412.340000', '130412.800000', '130413.260000', '130413.720000', '130414.180000', '130414.640000', '130415.100000', '130415.560000', '130416.020000', '130416.480000', '130416.940000', '130417.400000', '130417.860000', '130418.320000', '130418.780000', '130419.240000', '130419.700000', '130420.160000', '130420.620000', '130421.080000', '130421.540000', '130422.000000', '130422.460000', '130422.920000', '130423.380000', '130423.840000', '130424.300000', '130424.760000', '130425.220000', '130425.680000', '130426.140000', '130426.600000', '130427.060000', '130427.520000', '130427.980000', '130428.440000', '130428.900000', '130429.360000', '130429.820000', '130430.280000', '130430.740000', '130431.200000', '130431.660000', '130432.120000', '130432.580000', '130433.040000', '130433.500000', '130433.960000', '130434.420000', '130434.880000', '130435.340000', '130435.800000', '130436.260000', '130436.720000', '130437.180000', '130437.640000', '130438.100000', '130438.560000', '130439.020000', '130439.480000', '130439.940000', '130440.400000', '130440.860000', '130441.320000', '130441.780000', '130442.240000', '130442.700000', '130443.160000', '130443.620000', '130444.080000', '130444.540000', '130445.000000', '130445.460000', '130445.920000', '130446.380000', '130446.840000', '130447.300000', '130447.760000', '130448.220000', '130448.680000', '130449.140000', '130449.600000', '130450.060000', '130450.520000', '130450.980000', '130451.440000', '130451.900000', '130452.360000', '130452.820000', '130453.280000', '130453.740000', '130454.200000', '130454.660000', '130455.120000', '130455.580000', '130456.040000', '130456.500000', '130456.960000', '130457.420000', '130457.880000', '130458.340000', '130458.800000', '130459.260000', '130459.720000', '130500.180000', '130500.640000', '130501.100000', '130501.560000', '130502.020000', '130502.480000', '130502.940000', '130503.400000', '130503.860000', '130504.320000', '130504.780000', '130505.240000', '130505.700000', '130506.160000', '130506.620000', '130507.080000', '130507.540000', '130508.000000', '130508.460000', '130508.920000', '130509.380000', '130509.840000', '130510.300000', '130510.760000', '130511.220000', '130511.680000', '130512.140000', '130512.600000', '130513.060000', '130513.520000', '130513.980000', '130514.440000', '130514.900000', '130515.360000', '130515.820000', '130516.280000', '130516.740000', '130517.200000', '130517.660000', '130518.120000', '130518.580000', '130519.040000', '130519.500000', '130519.960000', '130520.420000', '130520.880000', '130521.340000', '130521.800000', '130522.260000', '130522.720000', '130523.180000', '130523.640000', '130524.100000', '130524.560000', '130525.020000', '130525.480000', '130525.940000', '130526.400000', '130526.860000', '130527.320000', '130527.780000', '130528.240000', '130528.700000', '130529.160000', '130529.620000', '130530.080000', '130530.540000', '130531.000000', '130531.460000', '130531.920000', '130532.380000', '130532.840000', '130533.300000', '130533.760000', '130534.220000', '130534.680000', '130535.140000', '130535.600000', '130536.060000', '130536.520000', '130536.980000', '130537.440000', '130537.900000', '130538.360000', '130538.820000', '130539.280000', '130539.740000', '130540.200000', '130540.660000', '130541.120000', '130541.580000', '130542.040000', '130542.500000', '130542.960000', '130543.420000', '130543.880000', '130544.340000', '130544.800000', '130545.260000', '130545.720000', '130546.180000', '130546.640000', '130547.100000', '130547.560000', '130548.020000', '130548.480000', '130548.940000', '130549.400000', '130549.860000', '130550.320000', '130550.780000', '130551.240000', '130551.700000', '130552.160000', '130552.620000', '130553.080000', '130553.540000', '130554.000000', '130554.460000', '130554.920000', '130555.380000', '130555.840000', '130556.300000', '130556.760000', '130557.220000', '130557.680000', '130558.140000', '130558.600000', '130559.060000', '130559.520000', '130559.980000', '130600.440000', '130600.900000', '130601.360000', '130601.820000', '130602.280000', '130602.740000', '130603.200000', '130603.660000', '130604.120000', '130604.580000', '130605.040000', '130605.500000', '130605.960000', '130606.420000', '130606.880000', '130607.340000', '130607.800000', '130608.260000', '130608.720000', '130609.180000', '130609.640000', '130610.100000', '130610.560000', '130611.020000', '130611.480000', '130611.940000', '130612.400000', '130612.860000', '130613.320000', '130613.780000', '130614.240000', '130614.700000', '130615.160000', '130615.620000', '130616.080000', '130616.540000', '130617.000000', '130617.460000', '130617.920000', '130618.380000', '130618.840000', '130619.300000', '130619.760000', '130620.220000', '130620.680000', '130621.140000', '130621.600000', '130622.060000', '130622.520000', '130622.980000', '130623.440000', '130623.900000', '130624.360000', '130624.820000', '130625.280000', '130625.740000', '130626.200000', '130626.660000', '130627.120000', '130627.580000', '130628.040000', '130628.500000', '130628.960000', '130629.420000', '130629.880000', '130630.340000', '130630.800000', '130631.260000', '130631.720000', '130632.180000', '130632.640000', '130633.100000', '130633.560000', '130634.020000', '130634.480000', '130634.940000', '130635.400000', '130635.860000', '130636.320000', '130636.780000', '130637.240000', '130637.700000', '130638.160000', '130638.620000', '130639.080000', '130639.540000', '130640.000000', '130640.460000', '130640.920000', '130641.380000', '130641.840000', '130642.300000', '130642.760000', '130643.220000', '130643.680000', '130644.140000', '130644.600000', '130645.060000', '130645.520000', '130645.980000', '130646.440000', '130646.900000', '130647.360000', '130647.820000', '130648.280000', '130648.740000', '130649.200000', '130649.660000', '130650.120000', '130650.580000', '130651.040000', '130651.500000', '130651.960000', '130652.420000', '130652.880000', '130653.340000', '130653.800000', '130654.260000', '130654.720000', '130655.180000', '130655.640000', '130656.100000', '130656.560000', '130657.020000', '130657.480000', '130657.940000', '130658.400000', '130658.860000', '130659.320000', '130659.780000', '130700.240000', '130700.700000', '130701.160000', '130701.620000', '130702.080000', '130702.540000', '130703.000000', '130703.460000', '130703.920000', '130704.380000', '130704.840000', '130705.300000', '130705.760000', '130706.220000', '130706.680000', '130707.140000', '130707.600000', '130708.060000', '130708.520000', '130708.980000', '130709.440000', '130709.900000', '130710.360000', '130710.820000', '130711.280000', '130711.740000', '130712.200000', '130712.660000', '130713.120000', '130713.580000', '130714.040000', '130714.500000', '130714.960000', '130715.420000', '130715.880000', '130716.340000', '130716.800000', '130717.260000', '130717.720000', '130718.180000', '130718.640000', '130719.100000', '130719.560000', '130720.020000', '130720.480000', '130720.940000', '130721.400000', '130721.860000', '130722.320000', '130722.780000', '130723.240000', '130723.700000', '130724.160000', '130724.620000', '130725.080000', '130725.540000', '130726.000000', '130726.460000', '130726.920000', '130727.380000', '130727.840000', '130728.300000', '130728.760000', '130729.220000', '130729.680000', '130730.140000', '130730.600000', '130731.060000', '130731.520000', '130731.980000', '130732.440000', '130732.900000', '130733.360000', '130733.820000', '130734.280000', '130734.740000', '130735.200000', '130735.660000', '130736.120000', '130736.580000', '130737.040000', '130737.500000', '130737.960000', '130738.420000', '130738.880000', '130739.340000', '130739.800000', '130740.260000', '130740.720000', '130741.180000', '130741.640000', '130742.100000', '130742.560000', '130743.020000', '130743.480000', '130743.940000', '130744.400000', '130744.860000', '130745.320000', '130745.780000', '130746.240000', '130746.700000', '130747.160000', '130747.620000', '130748.080000', '130748.540000', '130749.000000', '130749.460000', '130749.920000', '130750.380000', '130750.840000', '130751.300000', '130751.760000', '130752.220000', '130752.680000', '130753.140000', '130753.600000', '130754.060000', '130754.520000', '130754.980000', '130755.440000', '130755.900000', '130756.360000', '130756.820000', '130757.280000', '130757.740000', '130758.200000', '130758.660000', '130759.120000', '130759.580000', '130800.040000', '130800.500000', '130800.960000', '130801.420000', '130801.880000', '130802.340000', '130802.800000', '130803.260000', '130803.720000', '130804.180000', '130804.640000', '130805.100000', '130805.560000', '130806.020000', '130806.480000', '130806.940000', '130807.400000', '130807.860000', '130808.320000', '130808.780000', '130809.240000', '130809.700000', '130810.160000', '130810.620000', '130811.080000', '130811.540000', '130812.000000', '130812.460000', '130812.920000', '130813.380000', '130813.840000', '130814.300000', '130814.760000', '130815.220000', '130815.680000', '130816.140000', '130816.600000', '130817.060000', '130817.520000', '130817.980000', '130818.440000', '130818.900000', '130819.360000', '130819.820000', '130820.280000', '130820.740000', '130821.200000', '130821.660000', '130822.120000', '130822.580000', '130823.040000', '130823.500000', '130823.960000', '130824.420000', '130824.880000', '130825.340000', '130825.800000', '130826.260000', '130826.720000', '130827.180000', '130827.640000', '130828.100000', '130828.560000', '130829.020000', '130829.480000', '130829.940000', '130830.400000', '130830.860000', '130831.320000', '130831.780000', '130832.240000', '130832.700000', '130833.160000', '130833.620000', '130834.080000', '130834.540000', '130835.000000', '130835.460000', '130835.920000', '130836.380000', '130836.840000', '130837.300000', '130837.760000', '130838.220000', '130838.680000', '130839.140000', '130839.600000', '130840.060000', '130840.520000', '130840.980000', '130841.440000', '130841.900000', '130842.360000', '130842.820000', '130843.280000', '130843.740000', '130844.200000', '130844.660000', '130845.120000', '130845.580000', '130846.040000', '130846.500000', '130846.960000', '130847.420000', '130847.880000', '130848.340000', '130848.800000', '130849.260000', '130849.720000', '130850.180000', '130850.640000', '130851.100000', '130851.560000', '130852.020000', '130852.480000', '130852.940000', '130853.400000', '130853.860000', '130854.320000', '130854.780000', '130855.240000', '130855.700000', '130856.160000', '130856.620000', '130857.080000', '130857.540000', '130858.000000', '130858.460000', '130858.920000', '130859.380000', '130859.840000', '130900.300000', '130900.760000', '130901.220000', '130901.680000', '130902.140000', '130902.600000', '130903.060000', '130903.520000', '130903.980000', '130904.440000', '130904.900000', '130905.360000', '130905.820000', '130906.280000', '130906.740000', '130907.200000', '130907.660000', '130908.120000', '130908.580000', '130909.040000', '130909.500000', '130909.960000', '130910.420000', '130910.880000', '130911.340000', '130911.800000', '130912.260000', '130912.720000', '130913.180000', '130913.640000', '130914.100000', '130914.560000', '130915.020000', '130915.480000', '130915.940000', '130916.400000', '130916.860000', '130917.320000', '130917.780000', '130918.240000', '130918.700000', '130919.160000', '130919.620000', '130920.080000', '130920.540000', '130921.000000', '130921.460000', '130921.920000', '130922.380000', '130922.840000', '130923.300000', '130923.760000', '130924.220000', '130924.680000', '130925.140000', '130925.600000', '130926.060000', '130926.520000', '130926.980000', '130927.440000', '130927.900000', '130928.360000', '130928.820000', '130929.280000', '130929.740000', '130930.200000', '130930.660000', '130931.120000', '130931.580000', '130932.040000', '130932.500000', '130932.960000', '130933.420000', '130933.880000', '130934.340000', '130934.800000', '130935.260000', '130935.720000', '130936.180000', '130936.640000', '130937.100000', '130937.560000', '130938.020000', '130938.480000', '130938.940000', '130939.400000', '130939.860000', '130940.320000', '130940.780000', '130941.240000', '130941.700000', '130942.160000', '130942.620000', '130943.080000', '130943.540000', '130944.000000', '130944.460000', '130944.920000', '130945.380000', '130945.840000', '130946.300000', '130946.760000', '130947.220000', '130947.680000', '130948.140000', '130948.600000', '130949.060000', '130949.520000', '130949.980000', '130950.440000', '130950.900000', '130951.360000', '130951.820000', '130952.280000', '130952.740000', '130953.200000', '130953.660000', '130954.120000', '130954.580000', '130955.040000', '130955.500000'], 'ContentTime': ['130336.829000', '130336.832000', '130336.834000', '130336.837000', '130336.840000', '130336.842000', '130336.845000', '130336.847000', '130336.850000', '130336.852000', '130336.855000', '130336.858000', '130336.860000', '130336.863000', '130336.865000', '130336.868000', '130336.870000', '130336.873000', '130336.876000', '130336.878000', '130336.881000', '130336.883000', '130336.886000', '130336.889000', '130336.891000', '130336.894000', '130336.897000', '130336.899000', '130336.902000', '130336.904000', '130336.907000', '130336.909000', '130336.912000', '130336.915000', '130336.917000', '130336.920000', '130336.922000', '130336.925000', '130336.928000', '130336.930000', '130336.933000', '130336.936000', '130336.938000', '130336.941000', '130336.943000', '130356.791000', '130356.793000', '130356.796000', '130356.799000', '130356.801000', '130356.804000', '130356.806000', '130356.809000', '130356.811000', '130356.814000', '130356.817000', '130356.819000', '130356.822000', '130356.824000', '130356.827000', '130356.830000', '130356.832000', '130356.835000', '130356.837000', '130356.840000', '130356.842000', '130356.845000', '130356.847000', '130356.850000', '130356.863000', '130356.866000', '130356.868000', '130356.871000', '130356.874000', '130356.876000', '130356.879000', '130356.881000', '130356.884000', '130356.887000', '130356.889000', '130356.892000', '130356.894000', '130356.897000', '130356.899000', '130356.902000', '130356.904000', '130356.907000', '130356.909000', '130356.912000', '130416.790000', '130416.793000', '130416.796000', '130416.798000', '130416.801000', '130416.803000', '130416.806000', '130416.809000', '130416.811000', '130416.814000', '130416.816000', '130416.819000', '130416.821000', '130416.824000', '130416.829000', '130416.832000', '130416.834000', '130416.837000', '130416.840000', '130416.842000', '130416.845000', '130416.848000', '130416.850000', '130416.853000', '130416.855000', '130416.858000', '130416.861000', '130416.863000', '130416.866000', '130416.868000', '130416.871000', '130416.873000', '130416.876000', '130416.879000', '130416.881000', '130416.884000', '130416.886000', '130416.889000', '130416.891000', '130416.894000', '130416.897000', '130416.899000', '130416.902000', '130436.792000', '130436.795000', '130436.798000', '130436.803000', '130436.805000', '130436.808000', '130436.810000', '130436.813000', '130436.816000', '130436.818000', '130436.821000', '130436.824000', '130436.826000', '130436.829000', '130436.831000', '130436.834000', '130436.836000', '130436.839000', '130436.842000', '130436.844000', '130436.847000', '130436.850000', '130436.853000', '130436.862000', '130436.864000', '130436.867000', '130436.869000', '130436.872000', '130436.875000', '130436.877000', '130436.880000', '130436.882000', '130436.885000', '130436.887000', '130436.890000', '130436.893000', '130436.895000', '130436.898000', '130436.901000', '130436.903000', '130436.906000', '130436.908000', '130436.911000', '130456.792000', '130456.795000', '130456.798000', '130456.800000', '130456.803000', '130456.806000', '130456.808000', '130456.811000', '130456.814000', '130456.816000', '130456.819000', '130456.821000', '130456.824000', '130456.827000', '130456.829000', '130456.832000', '130456.834000', '130456.837000', '130456.840000', '130456.842000', '130456.845000', '130456.847000', '130456.850000', '130456.853000', '130456.855000', '130456.858000', '130456.860000', '130456.863000', '130456.865000', '130456.872000', '130456.875000', '130456.877000', '130456.880000', '130456.882000', '130456.885000', '130456.888000', '130456.890000', '130456.893000', '130456.895000', '130456.898000', '130456.901000', '130456.903000', '130456.906000', '130456.909000', '130516.791000', '130516.794000', '130516.797000', '130516.800000', '130516.803000', '130516.805000', '130516.808000', '130516.811000', '130516.814000', '130516.816000', '130516.819000', '130516.821000', '130516.824000', '130516.826000', '130516.829000', '130516.831000', '130516.834000', '130516.837000', '130516.839000', '130516.842000', '130516.844000', '130516.847000', '130516.850000', '130516.852000', '130516.855000', '130516.858000', '130516.860000', '130516.863000', '130516.865000', '130516.868000', '130516.871000', '130516.873000', '130516.876000', '130516.878000', '130516.881000', '130516.884000', '130516.886000', '130516.889000', '130516.892000', '130516.894000', '130516.897000', '130516.899000', '130516.902000', '130536.791000', '130536.794000', '130536.797000', '130536.799000', '130536.802000', '130536.805000', '130536.807000', '130536.810000', '130536.812000', '130536.815000', '130536.817000', '130536.820000', '130536.823000', '130536.826000', '130536.828000', '130536.831000', '130536.833000', '130536.836000', '130536.838000', '130536.841000', '130536.843000', '130536.846000', '130536.849000', '130536.851000', '130536.854000', '130536.856000', '130536.859000', '130536.862000', '130536.864000', '130536.867000', '130536.869000', '130536.872000', '130536.874000', '130536.877000', '130536.879000', '130536.893000', '130536.896000', '130536.898000', '130536.901000', '130536.904000', '130536.906000', '130536.909000', '130536.912000', '130536.914000', '130556.791000', '130556.794000', '130556.797000', '130556.800000', '130556.802000', '130556.805000', '130556.807000', '130556.810000', '130556.813000', '130556.815000', '130556.818000', '130556.821000', '130556.824000', '130556.826000', '130556.830000', '130556.833000', '130556.836000', '130556.838000', '130556.841000', '130556.843000', '130556.846000', '130556.849000', '130556.851000', '130556.854000', '130556.856000', '130556.859000', '130556.861000', '130556.864000', '130556.867000', '130556.869000', '130556.872000', '130556.874000', '130556.877000', '130556.879000', '130556.882000', '130556.885000', '130556.887000', '130556.890000', '130556.897000', '130556.899000', '130556.902000', '130556.904000', '130556.907000', '130616.791000', '130616.793000', '130616.796000', '130616.799000', '130616.801000', '130616.804000', '130616.807000', '130616.809000', '130616.812000', '130616.814000', '130616.817000', '130616.820000', '130616.822000', '130616.825000', '130616.827000', '130616.830000', '130616.833000', '130616.835000', '130616.838000', '130616.841000', '130616.843000', '130616.846000', '130616.848000', '130616.851000', '130616.854000', '130616.856000', '130616.859000', '130616.861000', '130616.864000', '130616.866000', '130616.869000', '130616.872000', '130616.874000', '130616.877000', '130616.879000', '130616.882000', '130616.885000', '130616.887000', '130616.890000', '130616.893000', '130616.895000', '130616.898000', '130616.900000', '130616.903000', '130636.791000', '130636.793000', '130636.796000', '130636.799000', '130636.801000', '130636.804000', '130636.807000', '130636.809000', '130636.812000', '130636.814000', '130636.817000', '130636.819000', '130636.822000', '130636.825000', '130636.827000', '130636.830000', '130636.833000', '130636.835000', '130636.838000', '130636.841000', '130636.843000', '130636.846000', '130636.848000', '130636.851000', '130636.854000', '130636.856000', '130636.859000', '130636.862000', '130636.864000', '130636.867000', '130636.870000', '130636.872000', '130636.875000', '130636.877000', '130636.880000', '130636.883000', '130636.885000', '130636.888000', '130636.890000', '130636.893000', '130636.896000', '130636.898000', '130636.901000', '130656.791000', '130656.794000', '130656.797000', '130656.800000', '130656.802000', '130656.805000', '130656.808000', '130656.810000', '130656.813000', '130656.815000', '130656.818000', '130656.820000', '130656.823000', '130656.825000', '130656.828000', '130656.831000', '130656.833000', '130656.836000', '130656.839000', '130656.841000', '130656.844000', '130656.846000', '130656.849000', '130656.852000', '130656.855000', '130656.857000', '130656.860000', '130656.862000', '130656.865000', '130656.867000', '130656.870000', '130656.873000', '130656.876000', '130656.878000', '130656.881000', '130656.883000', '130656.886000', '130656.888000', '130656.891000', '130656.894000', '130656.896000', '130656.899000', '130656.901000', '130656.904000', '130716.792000', '130716.795000', '130716.797000', '130716.800000', '130716.803000', '130716.805000', '130716.808000', '130716.811000', '130716.813000', '130716.816000', '130716.819000', '130716.821000', '130716.824000', '130716.826000', '130716.829000', '130716.832000', '130716.844000', '130716.846000', '130716.849000', '130716.852000', '130716.854000', '130716.857000', '130716.860000', '130716.862000', '130716.865000', '130716.867000', '130716.871000', '130716.874000', '130716.877000', '130716.879000', '130716.882000', '130716.885000', '130716.887000', '130716.890000', '130716.893000', '130716.895000', '130716.898000', '130716.900000', '130716.903000', '130716.906000', '130716.908000', '130716.911000', '130716.913000', '130736.791000', '130736.795000', '130736.798000', '130736.800000', '130736.803000', '130736.806000', '130736.808000', '130736.811000', '130736.813000', '130736.816000', '130736.818000', '130736.821000', '130736.824000', '130736.826000', '130736.829000', '130736.831000', '130736.834000', '130736.837000', '130736.839000', '130736.842000', '130736.844000', '130736.847000', '130736.850000', '130736.852000', '130736.855000', '130736.858000', '130736.860000', '130736.863000', '130736.865000', '130736.868000', '130736.871000', '130736.873000', '130736.876000', '130736.879000', '130736.881000', '130736.884000', '130736.886000', '130736.889000', '130736.892000', '130736.894000', '130736.897000', '130736.899000', '130736.902000', '130736.904000', '130756.791000', '130756.794000', '130756.797000', '130756.800000', '130756.802000', '130756.805000', '130756.807000', '130756.810000', '130756.813000', '130756.815000', '130756.818000', '130756.821000', '130756.823000', '130756.826000', '130756.828000', '130756.831000', '130756.834000', '130756.837000', '130756.842000', '130756.845000', '130756.847000', '130756.862000', '130756.864000', '130756.867000', '130756.869000', '130756.872000', '130756.875000', '130756.877000', '130756.880000', '130756.883000', '130756.885000', '130756.888000', '130756.891000', '130756.893000', '130756.896000', '130756.898000', '130756.901000', '130756.903000', '130756.906000', '130756.909000', '130756.911000', '130756.914000', '130756.917000', '130816.791000', '130816.794000', '130816.797000', '130816.800000', '130816.803000', '130816.805000', '130816.808000', '130816.810000', '130816.813000', '130816.816000', '130816.818000', '130816.821000', '130816.823000', '130816.826000', '130816.829000', '130816.831000', '130816.834000', '130816.837000', '130816.839000', '130816.842000', '130816.844000', '130816.847000', '130816.849000', '130816.852000', '130816.855000', '130816.857000', '130816.860000', '130816.862000', '130816.865000', '130816.868000', '130816.870000', '130816.873000', '130816.875000', '130816.878000', '130816.880000', '130816.883000', '130816.886000', '130816.888000', '130816.891000', '130816.893000', '130816.896000', '130816.899000', '130816.901000', '130816.904000', '130836.791000', '130836.793000', '130836.796000', '130836.799000', '130836.801000', '130836.804000', '130836.806000', '130836.809000', '130836.812000', '130836.814000', '130836.817000', '130836.819000', '130836.822000', '130836.825000', '130836.827000', '130836.830000', '130836.833000', '130836.835000', '130836.838000', '130836.841000', '130836.843000', '130836.846000', '130836.849000', '130836.851000', '130836.854000', '130836.859000', '130836.898000', '130836.900000', '130836.903000', '130836.906000', '130836.909000', '130836.912000', '130836.915000', '130836.917000', '130836.920000', '130836.923000', '130836.925000', '130836.928000', '130836.930000', '130836.933000', '130836.936000', '130836.938000', '130836.941000', '130856.791000', '130856.793000', '130856.796000', '130856.799000', '130856.802000', '130856.804000', '130856.807000', '130856.810000', '130856.812000', '130856.815000', '130856.818000', '130856.821000', '130856.823000', '130856.826000', '130856.828000', '130856.831000', '130856.834000', '130856.836000', '130856.839000', '130856.841000', '130856.844000', '130856.847000', '130856.849000', '130856.852000', '130856.854000', '130856.857000', '130856.859000', '130856.862000', '130856.865000', '130856.867000', '130856.870000', '130856.872000', '130856.875000', '130856.878000', '130856.880000', '130856.883000', '130856.885000', '130856.888000', '130856.890000', '130856.893000', '130856.896000', '130856.898000', '130856.901000', '130856.904000', '130916.791000', '130916.794000', '130916.797000', '130916.800000', '130916.802000', '130916.805000', '130916.808000', '130916.810000', '130916.813000', '130916.815000', '130916.818000', '130916.821000', '130916.823000', '130916.826000', '130916.828000', '130916.833000', '130916.835000', '130916.838000', '130916.840000', '130916.843000', '130916.846000', '130916.848000', '130916.851000', '130916.853000', '130916.856000', '130916.859000', '130916.861000', '130916.864000', '130916.866000', '130916.869000', '130916.872000', '130916.875000', '130916.877000', '130916.880000', '130916.883000', '130916.887000', '130916.889000', '130916.892000', '130916.894000', '130916.897000', '130916.900000', '130916.902000', '130916.905000', '130936.792000', '130936.794000', '130936.797000', '130936.800000', '130936.802000', '130936.805000', '130936.807000', '130936.810000', '130936.813000', '130936.815000', '130936.818000', '130936.821000', '130936.823000', '130936.826000', '130936.828000', '130936.831000', '130936.834000', '130936.836000', '130936.839000', '130936.841000', '130936.844000', '130936.846000', '130936.849000', '130936.852000', '130936.854000', '130936.857000', '130936.859000', '130936.862000', '130936.865000', '130936.867000', '130936.870000', '130936.872000', '130936.875000', '130936.877000', '130936.880000', '130936.883000', '130936.885000', '130936.888000', '130936.890000', '130936.893000', '130936.896000', '130936.898000', '130936.901000', '130936.903000', '130956.792000', '130956.795000', '130956.798000', '130956.800000', '130956.803000', '130956.806000', '130956.808000', '130956.811000', '130956.814000', '130956.817000', '130956.819000', '130956.822000', '130956.825000', '130956.828000', '130956.831000', '130956.834000', '130956.839000', '130956.842000', '130956.844000', '130956.847000', '130956.850000', '130956.852000', '130956.855000', '130956.858000', '130956.861000', '130956.863000', '130956.867000', '130956.871000', '130956.874000', '130956.876000', '130956.879000', '130956.882000', '130956.885000', '130956.887000', '130956.890000', '130956.893000', '130956.895000', '130956.910000', '130956.913000', '130956.916000', '130956.919000', '130956.922000', '130956.925000', '130957.005000'], 'InstanceCreationTime': ['130336.829000', '130336.832000', '130336.834000', '130336.837000', '130336.840000', '130336.842000', '130336.845000', '130336.847000', '130336.850000', '130336.852000', '130336.855000', '130336.858000', '130336.860000', '130336.863000', '130336.865000', '130336.868000', '130336.870000', '130336.873000', '130336.876000', '130336.878000', '130336.881000', '130336.883000', '130336.886000', '130336.889000', '130336.891000', '130336.894000', '130336.897000', '130336.899000', '130336.902000', '130336.904000', '130336.907000', '130336.909000', '130336.912000', '130336.915000', '130336.917000', '130336.920000', '130336.922000', '130336.925000', '130336.928000', '130336.930000', '130336.933000', '130336.936000', '130336.938000', '130336.941000', '130336.943000', '130356.791000', '130356.793000', '130356.796000', '130356.799000', '130356.801000', '130356.804000', '130356.806000', '130356.809000', '130356.811000', '130356.814000', '130356.817000', '130356.819000', '130356.822000', '130356.824000', '130356.827000', '130356.830000', '130356.832000', '130356.835000', '130356.837000', '130356.840000', '130356.842000', '130356.845000', '130356.847000', '130356.850000', '130356.863000', '130356.866000', '130356.868000', '130356.871000', '130356.874000', '130356.876000', '130356.879000', '130356.881000', '130356.884000', '130356.887000', '130356.889000', '130356.892000', '130356.894000', '130356.897000', '130356.899000', '130356.902000', '130356.904000', '130356.907000', '130356.909000', '130356.912000', '130416.790000', '130416.793000', '130416.796000', '130416.798000', '130416.801000', '130416.803000', '130416.806000', '130416.809000', '130416.811000', '130416.814000', '130416.816000', '130416.819000', '130416.821000', '130416.824000', '130416.829000', '130416.832000', '130416.834000', '130416.837000', '130416.840000', '130416.842000', '130416.845000', '130416.848000', '130416.850000', '130416.853000', '130416.855000', '130416.858000', '130416.861000', '130416.863000', '130416.866000', '130416.868000', '130416.871000', '130416.873000', '130416.876000', '130416.879000', '130416.881000', '130416.884000', '130416.886000', '130416.889000', '130416.891000', '130416.894000', '130416.897000', '130416.899000', '130416.902000', '130436.792000', '130436.795000', '130436.798000', '130436.803000', '130436.805000', '130436.808000', '130436.810000', '130436.813000', '130436.816000', '130436.818000', '130436.821000', '130436.824000', '130436.826000', '130436.829000', '130436.831000', '130436.834000', '130436.836000', '130436.839000', '130436.842000', '130436.844000', '130436.847000', '130436.850000', '130436.853000', '130436.862000', '130436.864000', '130436.867000', '130436.869000', '130436.872000', '130436.875000', '130436.877000', '130436.880000', '130436.882000', '130436.885000', '130436.887000', '130436.890000', '130436.893000', '130436.895000', '130436.898000', '130436.901000', '130436.903000', '130436.906000', '130436.908000', '130436.911000', '130456.792000', '130456.795000', '130456.798000', '130456.800000', '130456.803000', '130456.806000', '130456.808000', '130456.811000', '130456.814000', '130456.816000', '130456.819000', '130456.821000', '130456.824000', '130456.827000', '130456.829000', '130456.832000', '130456.834000', '130456.837000', '130456.840000', '130456.842000', '130456.845000', '130456.847000', '130456.850000', '130456.853000', '130456.855000', '130456.858000', '130456.860000', '130456.863000', '130456.865000', '130456.872000', '130456.875000', '130456.877000', '130456.880000', '130456.882000', '130456.885000', '130456.888000', '130456.890000', '130456.893000', '130456.895000', '130456.898000', '130456.901000', '130456.903000', '130456.906000', '130456.909000', '130516.791000', '130516.794000', '130516.797000', '130516.800000', '130516.803000', '130516.805000', '130516.808000', '130516.811000', '130516.814000', '130516.816000', '130516.819000', '130516.821000', '130516.824000', '130516.826000', '130516.829000', '130516.831000', '130516.834000', '130516.837000', '130516.839000', '130516.842000', '130516.844000', '130516.847000', '130516.850000', '130516.852000', '130516.855000', '130516.858000', '130516.860000', '130516.863000', '130516.865000', '130516.868000', '130516.871000', '130516.873000', '130516.876000', '130516.878000', '130516.881000', '130516.884000', '130516.886000', '130516.889000', '130516.892000', '130516.894000', '130516.897000', '130516.899000', '130516.902000', '130536.791000', '130536.794000', '130536.797000', '130536.799000', '130536.802000', '130536.805000', '130536.807000', '130536.810000', '130536.812000', '130536.815000', '130536.817000', '130536.820000', '130536.823000', '130536.826000', '130536.828000', '130536.831000', '130536.833000', '130536.836000', '130536.838000', '130536.841000', '130536.843000', '130536.846000', '130536.849000', '130536.851000', '130536.854000', '130536.856000', '130536.859000', '130536.862000', '130536.864000', '130536.867000', '130536.869000', '130536.872000', '130536.874000', '130536.877000', '130536.879000', '130536.893000', '130536.896000', '130536.898000', '130536.901000', '130536.904000', '130536.906000', '130536.909000', '130536.912000', '130536.914000', '130556.791000', '130556.794000', '130556.797000', '130556.800000', '130556.802000', '130556.805000', '130556.807000', '130556.810000', '130556.813000', '130556.815000', '130556.818000', '130556.821000', '130556.824000', '130556.826000', '130556.830000', '130556.833000', '130556.836000', '130556.838000', '130556.841000', '130556.843000', '130556.846000', '130556.849000', '130556.851000', '130556.854000', '130556.856000', '130556.859000', '130556.861000', '130556.864000', '130556.867000', '130556.869000', '130556.872000', '130556.874000', '130556.877000', '130556.879000', '130556.882000', '130556.885000', '130556.887000', '130556.890000', '130556.897000', '130556.899000', '130556.902000', '130556.904000', '130556.907000', '130616.791000', '130616.793000', '130616.796000', '130616.799000', '130616.801000', '130616.804000', '130616.807000', '130616.809000', '130616.812000', '130616.814000', '130616.817000', '130616.820000', '130616.822000', '130616.825000', '130616.827000', '130616.830000', '130616.833000', '130616.835000', '130616.838000', '130616.841000', '130616.843000', '130616.846000', '130616.848000', '130616.851000', '130616.854000', '130616.856000', '130616.859000', '130616.861000', '130616.864000', '130616.866000', '130616.869000', '130616.872000', '130616.874000', '130616.877000', '130616.879000', '130616.882000', '130616.885000', '130616.887000', '130616.890000', '130616.893000', '130616.895000', '130616.898000', '130616.900000', '130616.903000', '130636.791000', '130636.793000', '130636.796000', '130636.799000', '130636.801000', '130636.804000', '130636.807000', '130636.809000', '130636.812000', '130636.814000', '130636.817000', '130636.819000', '130636.822000', '130636.825000', '130636.827000', '130636.830000', '130636.833000', '130636.835000', '130636.838000', '130636.841000', '130636.843000', '130636.846000', '130636.848000', '130636.851000', '130636.854000', '130636.856000', '130636.859000', '130636.862000', '130636.864000', '130636.867000', '130636.870000', '130636.872000', '130636.875000', '130636.877000', '130636.880000', '130636.883000', '130636.885000', '130636.888000', '130636.890000', '130636.893000', '130636.896000', '130636.898000', '130636.901000', '130656.791000', '130656.794000', '130656.797000', '130656.800000', '130656.802000', '130656.805000', '130656.808000', '130656.810000', '130656.813000', '130656.815000', '130656.818000', '130656.820000', '130656.823000', '130656.825000', '130656.828000', '130656.831000', '130656.833000', '130656.836000', '130656.839000', '130656.841000', '130656.844000', '130656.846000', '130656.849000', '130656.852000', '130656.855000', '130656.857000', '130656.860000', '130656.862000', '130656.865000', '130656.867000', '130656.870000', '130656.873000', '130656.876000', '130656.878000', '130656.881000', '130656.883000', '130656.886000', '130656.888000', '130656.891000', '130656.894000', '130656.896000', '130656.899000', '130656.901000', '130656.904000', '130716.792000', '130716.795000', '130716.797000', '130716.800000', '130716.803000', '130716.805000', '130716.808000', '130716.811000', '130716.813000', '130716.816000', '130716.819000', '130716.821000', '130716.824000', '130716.826000', '130716.829000', '130716.832000', '130716.844000', '130716.846000', '130716.849000', '130716.852000', '130716.854000', '130716.857000', '130716.860000', '130716.862000', '130716.865000', '130716.867000', '130716.871000', '130716.874000', '130716.877000', '130716.879000', '130716.882000', '130716.885000', '130716.887000', '130716.890000', '130716.893000', '130716.895000', '130716.898000', '130716.900000', '130716.903000', '130716.906000', '130716.908000', '130716.911000', '130716.913000', '130736.791000', '130736.795000', '130736.798000', '130736.800000', '130736.803000', '130736.806000', '130736.808000', '130736.811000', '130736.813000', '130736.816000', '130736.818000', '130736.821000', '130736.824000', '130736.826000', '130736.829000', '130736.831000', '130736.834000', '130736.837000', '130736.839000', '130736.842000', '130736.844000', '130736.847000', '130736.850000', '130736.852000', '130736.855000', '130736.858000', '130736.860000', '130736.863000', '130736.865000', '130736.868000', '130736.871000', '130736.873000', '130736.876000', '130736.879000', '130736.881000', '130736.884000', '130736.886000', '130736.889000', '130736.892000', '130736.894000', '130736.897000', '130736.899000', '130736.902000', '130736.904000', '130756.791000', '130756.794000', '130756.797000', '130756.800000', '130756.802000', '130756.805000', '130756.807000', '130756.810000', '130756.813000', '130756.815000', '130756.818000', '130756.821000', '130756.823000', '130756.826000', '130756.828000', '130756.831000', '130756.834000', '130756.837000', '130756.842000', '130756.845000', '130756.847000', '130756.862000', '130756.864000', '130756.867000', '130756.869000', '130756.872000', '130756.875000', '130756.877000', '130756.880000', '130756.883000', '130756.885000', '130756.888000', '130756.891000', '130756.893000', '130756.896000', '130756.898000', '130756.901000', '130756.903000', '130756.906000', '130756.909000', '130756.911000', '130756.914000', '130756.917000', '130816.791000', '130816.794000', '130816.797000', '130816.800000', '130816.803000', '130816.805000', '130816.808000', '130816.810000', '130816.813000', '130816.816000', '130816.818000', '130816.821000', '130816.823000', '130816.826000', '130816.829000', '130816.831000', '130816.834000', '130816.837000', '130816.839000', '130816.842000', '130816.844000', '130816.847000', '130816.849000', '130816.852000', '130816.855000', '130816.857000', '130816.860000', '130816.862000', '130816.865000', '130816.868000', '130816.870000', '130816.873000', '130816.875000', '130816.878000', '130816.880000', '130816.883000', '130816.886000', '130816.888000', '130816.891000', '130816.893000', '130816.896000', '130816.899000', '130816.901000', '130816.904000', '130836.791000', '130836.793000', '130836.796000', '130836.799000', '130836.801000', '130836.804000', '130836.806000', '130836.809000', '130836.812000', '130836.814000', '130836.817000', '130836.819000', '130836.822000', '130836.825000', '130836.827000', '130836.830000', '130836.833000', '130836.835000', '130836.838000', '130836.841000', '130836.843000', '130836.846000', '130836.849000', '130836.851000', '130836.854000', '130836.859000', '130836.898000', '130836.900000', '130836.903000', '130836.906000', '130836.909000', '130836.912000', '130836.915000', '130836.917000', '130836.920000', '130836.923000', '130836.925000', '130836.928000', '130836.930000', '130836.933000', '130836.936000', '130836.938000', '130836.941000', '130856.791000', '130856.793000', '130856.796000', '130856.799000', '130856.802000', '130856.804000', '130856.807000', '130856.810000', '130856.812000', '130856.815000', '130856.818000', '130856.821000', '130856.823000', '130856.826000', '130856.828000', '130856.831000', '130856.834000', '130856.836000', '130856.839000', '130856.841000', '130856.844000', '130856.847000', '130856.849000', '130856.852000', '130856.854000', '130856.857000', '130856.859000', '130856.862000', '130856.865000', '130856.867000', '130856.870000', '130856.872000', '130856.875000', '130856.878000', '130856.880000', '130856.883000', '130856.885000', '130856.888000', '130856.890000', '130856.893000', '130856.896000', '130856.898000', '130856.901000', '130856.904000', '130916.791000', '130916.794000', '130916.797000', '130916.800000', '130916.802000', '130916.805000', '130916.808000', '130916.810000', '130916.813000', '130916.815000', '130916.818000', '130916.821000', '130916.823000', '130916.826000', '130916.828000', '130916.833000', '130916.835000', '130916.838000', '130916.840000', '130916.843000', '130916.846000', '130916.848000', '130916.851000', '130916.853000', '130916.856000', '130916.859000', '130916.861000', '130916.864000', '130916.866000', '130916.869000', '130916.872000', '130916.875000', '130916.877000', '130916.880000', '130916.883000', '130916.887000', '130916.889000', '130916.892000', '130916.894000', '130916.897000', '130916.900000', '130916.902000', '130916.905000', '130936.792000', '130936.794000', '130936.797000', '130936.800000', '130936.802000', '130936.805000', '130936.807000', '130936.810000', '130936.813000', '130936.815000', '130936.818000', '130936.821000', '130936.823000', '130936.826000', '130936.828000', '130936.831000', '130936.834000', '130936.836000', '130936.839000', '130936.841000', '130936.844000', '130936.846000', '130936.849000', '130936.852000', '130936.854000', '130936.857000', '130936.859000', '130936.862000', '130936.865000', '130936.867000', '130936.870000', '130936.872000', '130936.875000', '130936.877000', '130936.880000', '130936.883000', '130936.885000', '130936.888000', '130936.890000', '130936.893000', '130936.896000', '130936.898000', '130936.901000', '130936.903000', '130956.792000', '130956.795000', '130956.798000', '130956.800000', '130956.803000', '130956.806000', '130956.808000', '130956.811000', '130956.814000', '130956.817000', '130956.819000', '130956.822000', '130956.825000', '130956.828000', '130956.831000', '130956.834000', '130956.839000', '130956.842000', '130956.844000', '130956.847000', '130956.850000', '130956.852000', '130956.855000', '130956.858000', '130956.861000', '130956.863000', '130956.867000', '130956.871000', '130956.874000', '130956.876000', '130956.879000', '130956.882000', '130956.885000', '130956.887000', '130956.890000', '130956.893000', '130956.895000', '130956.910000', '130956.913000', '130956.916000', '130956.919000', '130956.922000', '130956.925000', '130957.005000'], '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': [12461, 8829, 7622, 11139, 9758, 8323, 9858, 7145, 7248, 10927, 8189, 9126, 10053, 6949, 8131, 10325, 8844, 10580, 11494, 10518, 14487, 11131, 9001, 11870, 9632, 7306, 11461, 8367, 7226, 10471, 7501, 8548, 9756, 7282, 10358, 9924, 7203, 10697, 8649, 9077, 11199, 8752, 13563, 10207, 6552, 10666, 6118, 5916, 7368, 5995, 7049, 9436, 8354, 13902, 10665, 7980, 9518, 6783, 9336, 8849, 7190, 10085, 7512, 6690, 6509, 6062, 5776, 8663, 6863, 6789, 10244, 7867, 7219, 10224, 7779, 8156, 12385, 8098, 6834, 10626, 9107, 9904, 13552, 9152, 5975, 8347, 5991, 6239, 8662, 6055, 10446, 6961, 12026, 8785, 8490, 10999, 7847, 7802, 7560, 5816, 12452, 6767, 9151, 10274, 6636, 10618, 8797, 13990, 10184, 9346, 10139, 7018, 13121, 7255, 9576, 8188, 7102, 8110, 5851, 8780, 7399, 7182, 6708, 5722, 7587, 5963, 9711, 6846, 6780, 8433, 6386, 8800, 6437, 10087, 7852, 7207, 8693, 6238, 10343, 6252, 5787, 7814, 5809, 9115, 7077, 9227, 8652, 7119, 9735, 7522, 8445, 7214, 5846, 8581, 6130, 10991, 6809, 10058, 7516, 8179, 8194, 7165, 8655, 6196, 8926, 6508, 9594, 6365, 6157, 6814, 5810, 9193, 8220, 8030, 7522, 5953, 6622, 5870, 6049, 5947, 6386, 8369, 8105, 7131, 6005, 6220, 6458, 6303, 6550, 6698, 8574, 7448, 6157, 7489, 6306, 9132, 8020, 6318, 6377, 5785, 10217, 7318, 5699, 6338, 6025, 5785, 5834, 5928, 8161, 5942, 9915, 6600, 9936, 6762, 7577, 8688, 7180, 9384, 7298, 6012, 5827, 6132, 8829, 5865, 7074, 7626, 6555, 8810, 7101, 9789, 8832, 7729, 8399, 5814, 8668, 6101, 10217, 6893, 8788, 6652, 5826, 7287, 6253, 8561, 6565, 6568, 6248, 5897, 6038, 6204, 7985, 9848, 8969, 6590, 5992, 6350, 6426, 10682, 8598, 6637, 8661, 7149, 10181, 7624, 7590, 7632, 6216, 7751, 6425, 8225, 6624, 10118, 6538, 5839, 6952, 6020, 7957, 6575, 11665, 8673, 6498, 9524, 6219, 5657, 6883, 5839, 7312, 6764, 6100, 8497, 7889, 12895, 9155, 7943, 9264, 7375, 11078, 8084, 6614, 8945, 7246, 9644, 7501, 10423, 9377, 7003, 10886, 6212, 5773, 7197, 6057, 8733, 7303, 10664, 7920, 6253, 8900, 6831, 11013, 7253, 6311, 8628, 6695, 12314, 9085, 6767, 9792, 6123, 5789, 5861, 6358, 5930, 10665, 9665, 7495, 8932, 7946, 6508, 11432, 7958, 9570, 9606, 7124, 9553, 7899, 9661, 7739, 12384, 7462, 10093, 8134, 7468, 9619, 7743, 7234, 6958, 5712, 8023, 6416, 5786, 6867, 5955, 7873, 6816, 11746, 7540, 10727, 8475, 7585, 9312, 7832, 6099, 6172, 5998, 7132, 6826, 8694, 6830, 6204, 6459, 7308, 7924, 8073, 6718, 6503, 5764, 6170, 6829, 7634, 9442, 7644, 6367, 6885, 6756, 7467, 7474, 9577, 8984, 6590, 9443, 6686, 6221, 6179, 6368, 6420, 5996, 6246, 6311, 7005, 7066, 8102, 8469, 6764, 6649, 7496, 7997, 8031, 7764, 8453, 8664, 6733, 8805, 6174, 6496, 6062, 6920, 7513, 7668, 7541, 7915, 6476, 8112, 7308, 6296, 6370, 7136, 6949, 7948, 7878, 6571, 6198, 6676, 7595, 7322, 7902, 6168, 6587, 6415, 7066, 6776, 8499, 7502, 6461, 8109, 6061, 6323, 6243, 5871, 6467, 8713, 8026, 6674, 5969, 5988, 6182, 6264, 5939, 6115, 8177, 6696, 11234, 8483, 7143, 10216, 7281, 8002, 8437, 6144, 8863, 6999, 10454, 10861, 6783, 8885, 6558, 7097, 7574, 6084, 9984, 7226, 6567, 8479, 6789, 8991, 7303, 5955, 8146, 6453, 7127, 6899, 6105, 8740, 7570, 6492, 8249, 6038, 5986, 5971, 5848, 7832, 6003, 5930, 8455, 7629, 7864, 6436, 7134, 5986, 6060, 7327, 6029, 6230, 6743, 7841, 10196, 7534, 8027, 8834, 7161, 6449, 9072, 7763, 7014, 9198, 6407, 5821, 7294, 6049, 9916, 6814, 7075, 8309, 6440, 10002, 7375, 6150, 7766, 5878, 9643, 6054, 7718, 7347, 6510, 9350, 6915, 9509, 6827, 5952, 7612, 6135, 8192, 6185, 8606, 6767, 9435, 7597, 7804, 7833, 5939, 8341, 6276, 9321, 6398, 7404, 6665, 6017, 8010, 6360, 9248, 6683, 7072, 6591, 6048, 8016, 6356, 8872, 6357, 6321, 8170, 5962, 8748, 7640, 8852, 8045, 5987, 8388, 6374, 5982, 7533, 6272, 9450, 7025, 6589, 8730, 6555, 7713, 7107, 6071, 8295, 6886, 8796, 7849, 6491, 8577, 6438, 9603, 7872, 6689, 7241, 6261, 5985, 6382, 5975, 8832, 7581, 6027, 7023, 6029, 6035, 6389, 6004, 8080, 7001, 9426, 8008, 6502, 8449, 6593, 8578, 7020, 6589, 7844, 6355, 8206, 6875, 8281, 7086, 6940, 6367, 5984, 7979, 7393, 6371, 8431, 6777, 6262, 7769, 6603, 7562, 6650, 7416, 6637, 8332, 6950, 7036, 7590, 6218, 7991, 6524, 7660, 6762, 6760, 6731, 7327, 7106, 7472, 8135, 7209, 6166, 7785, 7021, 8287, 6993, 5987, 6377, 6110, 6778, 6963, 6699, 6965, 7826, 6948, 7900, 6871, 6277, 7782, 6141, 7228, 6646, 7526, 7311, 7983, 7370, 6107, 7768, 6355, 5927, 5965, 6003, 6316, 7042, 6786, 7758, 6418, 9015, 6754, 6172, 7732, 6901, 8379, 7411, 6175, 6794, 6400, 7575, 6875, 8359, 7454, 6288, 8203, 6756, 7580, 6515, 6047, 6290, 8002, 9048, 7236, 6826, 5825, 6883, 7022, 6516, 6730, 6103, 6362, 7219, 5868, 7303, 7182, 8670, 7655, 6111, 6098, 7757, 6060, 6206, 6113, 6239, 6426, 5834, 6063, 6392, 6011, 7683, 7762, 6157, 6997, 6412, 8562, 6751, 9045, 6969, 6880, 7433, 6097, 7435, 5991, 8142, 6392, 8094, 7373, 6818, 7352, 6074, 8160, 6099, 7556, 5814, 7320, 6102, 9007, 6224, 6324, 6781, 6150, 8962, 5777, 6153, 5970, 6148, 6101, 6203, 5908, 7828, 6376, 6255, 8244, 6657, 5813, 7448, 6753, 9174, 7149, 7586, 9857, 6617, 9367, 7270, 6484, 8565, 6016, 7391, 6517, 8349, 6898, 7144, 7364, 5980, 6029, 6227, 6002, 7617, 5785, 7776, 7251, 9112, 6590, 6398, 6481, 7193, 6594, 6919, 6368, 6100, 7205, 6423, 6692, 7323, 6495, 7733, 6602, 6749, 7044, 6228, 6917, 6204, 6028, 6963, 6078, 6545, 6123, 6209, 6168, 6093, 6054, 7573, 6214, 6044, 6080, 6193, 7756], 'WindowCenter': [3807.0, 3786.0, 3763.0, 3794.0, 3784.0, 3763.0, 3794.0, 3752.0, 3752.0, 3793.0, 3773.0, 3786.0, 3795.0, 3755.0, 3773.0, 3796.0, 3785.0, 3795.0, 3805.0, 3796.0, 3816.0, 3795.0, 3774.0, 3792.0, 3770.0, 3738.0, 3789.0, 3759.0, 3738.0, 3781.0, 3750.0, 3772.0, 3782.0, 3751.0, 3781.0, 3781.0, 3738.0, 3779.0, 3759.0, 3759.0, 3791.0, 3761.0, 3804.0, 3782.0, 3730.0, 3793.0, 3729.0, 3719.0, 3750.0, 3731.0, 3753.0, 3796.0, 3788.0, 3829.0, 3820.0, 3791.0, 3809.0, 3753.0, 3771.0, 3783.0, 3753.0, 3781.0, 3739.0, 3727.0, 3729.0, 3730.0, 3716.0, 3758.0, 3728.0, 3728.0, 3780.0, 3760.0, 3739.0, 3783.0, 3737.0, 3763.0, 3792.0, 3765.0, 3729.0, 3780.0, 3759.0, 3782.0, 3803.0, 3783.0, 3732.0, 3774.0, 3732.0, 3730.0, 3772.0, 3720.0, 3794.0, 3754.0, 3805.0, 3775.0, 3774.0, 3794.0, 3763.0, 3751.0, 3750.0, 3719.0, 3802.0, 3741.0, 3772.0, 3784.0, 3742.0, 3795.0, 3775.0, 3816.0, 3783.0, 3770.0, 3769.0, 3727.0, 3787.0, 3724.0, 3754.0, 3734.0, 3726.0, 3750.0, 3706.0, 3746.0, 3735.0, 3724.0, 3712.0, 3691.0, 3732.0, 3715.0, 3765.0, 3727.0, 3726.0, 3760.0, 3729.0, 3770.0, 3729.0, 3779.0, 3747.0, 3736.0, 3746.0, 3715.0, 3779.0, 3716.0, 3706.0, 3748.0, 3706.0, 3759.0, 3739.0, 3770.0, 3761.0, 3740.0, 3771.0, 3751.0, 3760.0, 3738.0, 3706.0, 3758.0, 3717.0, 3778.0, 3729.0, 3770.0, 3738.0, 3748.0, 3748.0, 3726.0, 3746.0, 3691.0, 3742.0, 3701.0, 3742.0, 3703.0, 3703.0, 3714.0, 3706.0, 3771.0, 3761.0, 3749.0, 3749.0, 3719.0, 3740.0, 3709.0, 3732.0, 3716.0, 3728.0, 3746.0, 3726.0, 3731.0, 3696.0, 3693.0, 3704.0, 3704.0, 3692.0, 3703.0, 3724.0, 3714.0, 3681.0, 3714.0, 3704.0, 3758.0, 3748.0, 3700.0, 3698.0, 3688.0, 3763.0, 3723.0, 3705.0, 3726.0, 3717.0, 3706.0, 3707.0, 3716.0, 3757.0, 3716.0, 3766.0, 3727.0, 3769.0, 3730.0, 3749.0, 3759.0, 3726.0, 3758.0, 3739.0, 3716.0, 3705.0, 3716.0, 3769.0, 3707.0, 3738.0, 3750.0, 3729.0, 3773.0, 3742.0, 3782.0, 3772.0, 3750.0, 3748.0, 3704.0, 3744.0, 3703.0, 3764.0, 3724.0, 3745.0, 3715.0, 3707.0, 3736.0, 3714.0, 3719.0, 3704.0, 3716.0, 3689.0, 3667.0, 3666.0, 3677.0, 3736.0, 3756.0, 3745.0, 3716.0, 3705.0, 3703.0, 3716.0, 3768.0, 3748.0, 3716.0, 3735.0, 3714.0, 3753.0, 3711.0, 3709.0, 3709.0, 3677.0, 3709.0, 3688.0, 3719.0, 3700.0, 3740.0, 3689.0, 3678.0, 3699.0, 3689.0, 3722.0, 3713.0, 3765.0, 3746.0, 3717.0, 3768.0, 3718.0, 3708.0, 3727.0, 3707.0, 3738.0, 3728.0, 3719.0, 3762.0, 3764.0, 3805.0, 3774.0, 3763.0, 3771.0, 3727.0, 3766.0, 3723.0, 3702.0, 3733.0, 3714.0, 3756.0, 3726.0, 3768.0, 3757.0, 3715.0, 3764.0, 3692.0, 3679.0, 3700.0, 3691.0, 3734.0, 3726.0, 3767.0, 3736.0, 3705.0, 3745.0, 3714.0, 3753.0, 3710.0, 3690.0, 3732.0, 3674.0, 3781.0, 3747.0, 3720.0, 3770.0, 3719.0, 3720.0, 3706.0, 3715.0, 3719.0, 3781.0, 3784.0, 3766.0, 3788.0, 3777.0, 3744.0, 3805.0, 3750.0, 3769.0, 3758.0, 3726.0, 3757.0, 3737.0, 3756.0, 3736.0, 3776.0, 3727.0, 3766.0, 3734.0, 3723.0, 3755.0, 3736.0, 3736.0, 3726.0, 3708.0, 3748.0, 3717.0, 3706.0, 3728.0, 3708.0, 3749.0, 3730.0, 3780.0, 3739.0, 3792.0, 3749.0, 3726.0, 3733.0, 3710.0, 3665.0, 3665.0, 3676.0, 3697.0, 3700.0, 3732.0, 3713.0, 3692.0, 3703.0, 3725.0, 3747.0, 3748.0, 3727.0, 3714.0, 3693.0, 3703.0, 3713.0, 3735.0, 3755.0, 3735.0, 3703.0, 3724.0, 3713.0, 3736.0, 3725.0, 3755.0, 3745.0, 3714.0, 3756.0, 3726.0, 3716.0, 3714.0, 3715.0, 3714.0, 3705.0, 3716.0, 3717.0, 3739.0, 3727.0, 3749.0, 3746.0, 3714.0, 3712.0, 3711.0, 3721.0, 3721.0, 3722.0, 3732.0, 3733.0, 3715.0, 3756.0, 3705.0, 3714.0, 3702.0, 3713.0, 3723.0, 3736.0, 3725.0, 3738.0, 3716.0, 3737.0, 3738.0, 3715.0, 3703.0, 3712.0, 3711.0, 3734.0, 3722.0, 3713.0, 3692.0, 3713.0, 3734.0, 3722.0, 3734.0, 3689.0, 3699.0, 3688.0, 3709.0, 3701.0, 3744.0, 3724.0, 3715.0, 3746.0, 3716.0, 3716.0, 3716.0, 3695.0, 3707.0, 3749.0, 3738.0, 3717.0, 3718.0, 3718.0, 3718.0, 3717.0, 3719.0, 3719.0, 3763.0, 3743.0, 3796.0, 3765.0, 3743.0, 3773.0, 3729.0, 3736.0, 3724.0, 3679.0, 3733.0, 3714.0, 3755.0, 3756.0, 3705.0, 3746.0, 3705.0, 3701.0, 3711.0, 3679.0, 3729.0, 3700.0, 3690.0, 3722.0, 3702.0, 3733.0, 3712.0, 3681.0, 3710.0, 3690.0, 3698.0, 3688.0, 3679.0, 3721.0, 3712.0, 3692.0, 3735.0, 3695.0, 3695.0, 3705.0, 3695.0, 3723.0, 3694.0, 3695.0, 3751.0, 3697.0, 3709.0, 3707.0, 3716.0, 3681.0, 3680.0, 3700.0, 3667.0, 3667.0, 3691.0, 3737.0, 3755.0, 3723.0, 3736.0, 3748.0, 3727.0, 3717.0, 3746.0, 3726.0, 3727.0, 3758.0, 3716.0, 3695.0, 3725.0, 3705.0, 3757.0, 3717.0, 3725.0, 3747.0, 3716.0, 3759.0, 3737.0, 3705.0, 3724.0, 3694.0, 3755.0, 3694.0, 3725.0, 3728.0, 3707.0, 3759.0, 3729.0, 3769.0, 3717.0, 3693.0, 3723.0, 3692.0, 3722.0, 3692.0, 3734.0, 3716.0, 3746.0, 3725.0, 3724.0, 3724.0, 3691.0, 3720.0, 3690.0, 3730.0, 3691.0, 3712.0, 3701.0, 3691.0, 3735.0, 3704.0, 3746.0, 3716.0, 3713.0, 3703.0, 3692.0, 3722.0, 3704.0, 3745.0, 3705.0, 3705.0, 3738.0, 3706.0, 3747.0, 3726.0, 3746.0, 3737.0, 3704.0, 3734.0, 3703.0, 3693.0, 3735.0, 3717.0, 3758.0, 3729.0, 3717.0, 3760.0, 3720.0, 3737.0, 3725.0, 3692.0, 3733.0, 3714.0, 3745.0, 3736.0, 3704.0, 3748.0, 3704.0, 3757.0, 3736.0, 3715.0, 3724.0, 3703.0, 3690.0, 3702.0, 3693.0, 3747.0, 3738.0, 3706.0, 3729.0, 3718.0, 3705.0, 3705.0, 3705.0, 3735.0, 3727.0, 3757.0, 3740.0, 3718.0, 3748.0, 3718.0, 3745.0, 3713.0, 3690.0, 3711.0, 3678.0, 3720.0, 3702.0, 3735.0, 3715.0, 3714.0, 3702.0, 3689.0, 3734.0, 3725.0, 3704.0, 3746.0, 3716.0, 3717.0, 3738.0, 3716.0, 3723.0, 3702.0, 3711.0, 3702.0, 3721.0, 3715.0, 3714.0, 3723.0, 3679.0, 3709.0, 3688.0, 3707.0, 3686.0, 3700.0, 3700.0, 3711.0, 3710.0, 3712.0, 3721.0, 3711.0, 3689.0, 3710.0, 3699.0, 3720.0, 3699.0, 3678.0, 3689.0, 3689.0, 3700.0, 3700.0, 3700.0, 3712.0, 3710.0, 3713.0, 3722.0, 3702.0, 3691.0, 3722.0, 3679.0, 3709.0, 3700.0, 3722.0, 3724.0, 3722.0, 3713.0, 3692.0, 3725.0, 3715.0, 3704.0, 3704.0, 3704.0, 3703.0, 3727.0, 3715.0, 3739.0, 3718.0, 3758.0, 3729.0, 3705.0, 3725.0, 3713.0, 3733.0, 3712.0, 3691.0, 3701.0, 3702.0, 3723.0, 3714.0, 3733.0, 3713.0, 3690.0, 3722.0, 3701.0, 3721.0, 3702.0, 3693.0, 3675.0, 3711.0, 3720.0, 3702.0, 3692.0, 3669.0, 3690.0, 3690.0, 3667.0, 3678.0, 3667.0, 3666.0, 3687.0, 3656.0, 3688.0, 3700.0, 3723.0, 3712.0, 3678.0, 3677.0, 3709.0, 3676.0, 3677.0, 3690.0, 3692.0, 3704.0, 3707.0, 3706.0, 3716.0, 3708.0, 3739.0, 3739.0, 3707.0, 3727.0, 3717.0, 3746.0, 3717.0, 3747.0, 3728.0, 3729.0, 3727.0, 3705.0, 3724.0, 3692.0, 3721.0, 3690.0, 3720.0, 3711.0, 3702.0, 3725.0, 3691.0, 3733.0, 3679.0, 3710.0, 3666.0, 3709.0, 3678.0, 3729.0, 3692.0, 3703.0, 3714.0, 3704.0, 3746.0, 3695.0, 3705.0, 3704.0, 3704.0, 3706.0, 3706.0, 3708.0, 3751.0, 3731.0, 3732.0, 3761.0, 3729.0, 3695.0, 3725.0, 3715.0, 3745.0, 3715.0, 3724.0, 3745.0, 3704.0, 3733.0, 3724.0, 3690.0, 3720.0, 3677.0, 3696.0, 3688.0, 3719.0, 3701.0, 3713.0, 3714.0, 3693.0, 3691.0, 3691.0, 3678.0, 3724.0, 3679.0, 3710.0, 3658.0, 3734.0, 3688.0, 3678.0, 3675.0, 3687.0, 3675.0, 3674.0, 3663.0, 3666.0, 3688.0, 3676.0, 3674.0, 3687.0, 3676.0, 3683.0, 3662.0, 3660.0, 3660.0, 3638.0, 3671.0, 3650.0, 3650.0, 3673.0, 3651.0, 3663.0, 3666.0, 3666.0, 3679.0, 3703.0, 3689.0, 3735.0, 3691.0, 3702.0, 3704.0, 3706.0, 3751.0], 'WindowWidth': [8539.0, 8511.0, 8476.0, 8517.0, 8502.0, 8474.0, 8517.0, 8460.0, 8459.0, 8515.0, 8488.0, 8510.0, 8523.0, 8467.0, 8490.0, 8522.0, 8507.0, 8521.0, 8535.0, 8523.0, 8551.0, 8520.0, 8488.0, 8510.0, 8478.0, 8433.0, 8500.0, 8460.0, 8433.0, 8492.0, 8451.0, 8483.0, 8495.0, 8454.0, 8493.0, 8492.0, 8432.0, 8485.0, 8461.0, 8462.0, 8506.0, 8467.0, 8528.0, 8497.0, 8428.0, 8512.0, 8426.0, 8413.0, 8454.0, 8432.0, 8462.0, 8526.0, 8516.0, 8574.0, 8563.0, 8527.0, 8547.0, 8464.0, 8482.0, 8500.0, 8462.0, 8494.0, 8436.0, 8415.0, 8423.0, 8426.0, 8403.0, 8458.0, 8419.0, 8419.0, 8491.0, 8465.0, 8435.0, 8498.0, 8429.0, 8472.0, 8508.0, 8476.0, 8421.0, 8487.0, 8460.0, 8494.0, 8526.0, 8498.0, 8435.0, 8490.0, 8434.0, 8427.0, 8484.0, 8414.0, 8513.0, 8464.0, 8533.0, 8490.0, 8488.0, 8516.0, 8472.0, 8454.0, 8452.0, 8410.0, 8520.0, 8441.0, 8484.0, 8500.0, 8444.0, 8518.0, 8493.0, 8546.0, 8498.0, 8474.0, 8472.0, 8414.0, 8490.0, 8404.0, 8443.0, 8418.0, 8414.0, 8452.0, 8387.0, 8438.0, 8422.0, 8408.0, 8389.0, 8360.0, 8413.0, 8398.0, 8463.0, 8417.0, 8416.0, 8464.0, 8424.0, 8477.0, 8423.0, 8487.0, 8442.0, 8426.0, 8438.0, 8399.0, 8486.0, 8401.0, 8389.0, 8445.0, 8390.0, 8461.0, 8436.0, 8476.0, 8465.0, 8438.0, 8479.0, 8454.0, 8464.0, 8432.0, 8389.0, 8457.0, 8403.0, 8485.0, 8422.0, 8475.0, 8433.0, 8445.0, 8444.0, 8410.0, 8435.0, 8357.0, 8426.0, 8370.0, 8424.0, 8375.0, 8376.0, 8395.0, 8388.0, 8480.0, 8465.0, 8446.0, 8448.0, 8410.0, 8438.0, 8396.0, 8435.0, 8403.0, 8419.0, 8434.0, 8406.0, 8422.0, 8366.0, 8358.0, 8375.0, 8373.0, 8355.0, 8370.0, 8397.0, 8385.0, 8339.0, 8386.0, 8378.0, 8456.0, 8445.0, 8366.0, 8363.0, 8351.0, 8455.0, 8405.0, 8385.0, 8415.0, 8408.0, 8390.0, 8391.0, 8403.0, 8456.0, 8401.0, 8466.0, 8417.0, 8471.0, 8425.0, 8449.0, 8461.0, 8412.0, 8459.0, 8435.0, 8402.0, 8386.0, 8402.0, 8474.0, 8393.0, 8436.0, 8453.0, 8426.0, 8487.0, 8444.0, 8495.0, 8482.0, 8449.0, 8444.0, 8382.0, 8430.0, 8377.0, 8458.0, 8406.0, 8434.0, 8394.0, 8393.0, 8430.0, 8393.0, 8387.0, 8375.0, 8396.0, 8343.0, 8313.0, 8308.0, 8328.0, 8420.0, 8448.0, 8432.0, 8397.0, 8383.0, 8376.0, 8397.0, 8468.0, 8442.0, 8398.0, 8419.0, 8389.0, 8436.0, 8378.0, 8373.0, 8372.0, 8329.0, 8371.0, 8345.0, 8386.0, 8364.0, 8414.0, 8348.0, 8334.0, 8361.0, 8349.0, 8396.0, 8388.0, 8459.0, 8437.0, 8401.0, 8469.0, 8406.0, 8396.0, 8417.0, 8391.0, 8430.0, 8418.0, 8407.0, 8469.0, 8474.0, 8530.0, 8488.0, 8472.0, 8477.0, 8413.0, 8458.0, 8399.0, 8368.0, 8411.0, 8388.0, 8447.0, 8408.0, 8465.0, 8452.0, 8393.0, 8456.0, 8358.0, 8335.0, 8363.0, 8356.0, 8415.0, 8409.0, 8463.0, 8421.0, 8379.0, 8431.0, 8389.0, 8438.0, 8378.0, 8350.0, 8409.0, 8318.0, 8486.0, 8434.0, 8407.0, 8476.0, 8412.0, 8414.0, 8391.0, 8397.0, 8410.0, 8493.0, 8499.0, 8483.0, 8516.0, 8501.0, 8452.0, 8529.0, 8450.0, 8471.0, 8455.0, 8410.0, 8452.0, 8425.0, 8449.0, 8424.0, 8476.0, 8412.0, 8461.0, 8417.0, 8400.0, 8445.0, 8422.0, 8425.0, 8414.0, 8394.0, 8444.0, 8402.0, 8387.0, 8416.0, 8391.0, 8446.0, 8423.0, 8488.0, 8434.0, 8508.0, 8446.0, 8406.0, 8412.0, 8374.0, 8307.0, 8307.0, 8323.0, 8355.0, 8366.0, 8412.0, 8388.0, 8360.0, 8376.0, 8408.0, 8441.0, 8445.0, 8417.0, 8395.0, 8366.0, 8377.0, 8390.0, 8421.0, 8444.0, 8420.0, 8376.0, 8403.0, 8390.0, 8427.0, 8408.0, 8445.0, 8433.0, 8392.0, 8451.0, 8412.0, 8401.0, 8396.0, 8397.0, 8394.0, 8385.0, 8400.0, 8402.0, 8434.0, 8416.0, 8446.0, 8438.0, 8392.0, 8384.0, 8381.0, 8392.0, 8393.0, 8399.0, 8409.0, 8415.0, 8393.0, 8451.0, 8384.0, 8394.0, 8373.0, 8389.0, 8401.0, 8422.0, 8405.0, 8427.0, 8397.0, 8427.0, 8430.0, 8395.0, 8376.0, 8385.0, 8381.0, 8416.0, 8398.0, 8387.0, 8360.0, 8389.0, 8418.0, 8398.0, 8415.0, 8350.0, 8362.0, 8347.0, 8376.0, 8370.0, 8430.0, 8405.0, 8396.0, 8441.0, 8400.0, 8401.0, 8400.0, 8369.0, 8387.0, 8443.0, 8427.0, 8401.0, 8406.0, 8406.0, 8405.0, 8403.0, 8409.0, 8408.0, 8473.0, 8446.0, 8519.0, 8475.0, 8443.0, 8483.0, 8418.0, 8420.0, 8398.0, 8335.0, 8407.0, 8385.0, 8442.0, 8444.0, 8377.0, 8433.0, 8377.0, 8365.0, 8376.0, 8335.0, 8399.0, 8363.0, 8350.0, 8394.0, 8369.0, 8409.0, 8382.0, 8339.0, 8376.0, 8348.0, 8356.0, 8343.0, 8333.0, 8391.0, 8382.0, 8357.0, 8418.0, 8369.0, 8367.0, 8381.0, 8366.0, 8400.0, 8364.0, 8366.0, 8447.0, 8350.0, 8370.0, 8385.0, 8391.0, 8336.0, 8333.0, 8360.0, 8311.0, 8313.0, 8351.0, 8424.0, 8442.0, 8397.0, 8419.0, 8439.0, 8413.0, 8400.0, 8435.0, 8407.0, 8414.0, 8457.0, 8399.0, 8368.0, 8406.0, 8380.0, 8449.0, 8398.0, 8407.0, 8439.0, 8396.0, 8456.0, 8426.0, 8381.0, 8405.0, 8366.0, 8446.0, 8365.0, 8405.0, 8413.0, 8384.0, 8455.0, 8419.0, 8472.0, 8401.0, 8362.0, 8399.0, 8358.0, 8396.0, 8359.0, 8415.0, 8393.0, 8433.0, 8406.0, 8402.0, 8402.0, 8354.0, 8390.0, 8350.0, 8401.0, 8353.0, 8381.0, 8368.0, 8356.0, 8419.0, 8374.0, 8434.0, 8394.0, 8387.0, 8373.0, 8357.0, 8398.0, 8376.0, 8431.0, 8380.0, 8379.0, 8426.0, 8384.0, 8439.0, 8409.0, 8434.0, 8423.0, 8378.0, 8418.0, 8375.0, 8362.0, 8420.0, 8399.0, 8453.0, 8417.0, 8402.0, 8460.0, 8408.0, 8428.0, 8408.0, 8360.0, 8414.0, 8391.0, 8430.0, 8420.0, 8377.0, 8439.0, 8378.0, 8448.0, 8422.0, 8393.0, 8406.0, 8374.0, 8354.0, 8372.0, 8362.0, 8437.0, 8430.0, 8386.0, 8419.0, 8406.0, 8383.0, 8381.0, 8380.0, 8421.0, 8412.0, 8453.0, 8434.0, 8404.0, 8442.0, 8402.0, 8432.0, 8387.0, 8349.0, 8377.0, 8329.0, 8387.0, 8368.0, 8418.0, 8395.0, 8391.0, 8373.0, 8350.0, 8416.0, 8406.0, 8377.0, 8437.0, 8400.0, 8402.0, 8429.0, 8396.0, 8398.0, 8370.0, 8379.0, 8369.0, 8393.0, 8394.0, 8392.0, 8400.0, 8335.0, 8375.0, 8344.0, 8367.0, 8340.0, 8367.0, 8366.0, 8380.0, 8380.0, 8384.0, 8395.0, 8383.0, 8351.0, 8379.0, 8362.0, 8389.0, 8363.0, 8335.0, 8349.0, 8350.0, 8363.0, 8366.0, 8364.0, 8383.0, 8379.0, 8388.0, 8397.0, 8373.0, 8355.0, 8397.0, 8335.0, 8376.0, 8366.0, 8396.0, 8404.0, 8399.0, 8389.0, 8360.0, 8407.0, 8396.0, 8380.0, 8380.0, 8380.0, 8377.0, 8413.0, 8397.0, 8433.0, 8405.0, 8459.0, 8421.0, 8384.0, 8407.0, 8388.0, 8412.0, 8385.0, 8355.0, 8370.0, 8372.0, 8400.0, 8389.0, 8415.0, 8388.0, 8352.0, 8396.0, 8368.0, 8395.0, 8373.0, 8362.0, 8323.0, 8376.0, 8386.0, 8362.0, 8349.0, 8315.0, 8345.0, 8343.0, 8307.0, 8324.0, 8309.0, 8304.0, 8335.0, 8292.0, 8339.0, 8362.0, 8398.0, 8383.0, 8331.0, 8330.0, 8373.0, 8324.0, 8328.0, 8354.0, 8361.0, 8381.0, 8389.0, 8386.0, 8399.0, 8390.0, 8433.0, 8432.0, 8389.0, 8413.0, 8401.0, 8436.0, 8402.0, 8437.0, 8416.0, 8418.0, 8414.0, 8380.0, 8404.0, 8358.0, 8392.0, 8353.0, 8390.0, 8380.0, 8371.0, 8407.0, 8355.0, 8411.0, 8337.0, 8376.0, 8316.0, 8372.0, 8333.0, 8400.0, 8360.0, 8378.0, 8390.0, 8378.0, 8437.0, 8371.0, 8385.0, 8381.0, 8381.0, 8387.0, 8385.0, 8393.0, 8452.0, 8427.0, 8430.0, 8467.0, 8420.0, 8368.0, 8407.0, 8392.0, 8429.0, 8393.0, 8402.0, 8433.0, 8377.0, 8414.0, 8403.0, 8352.0, 8390.0, 8328.0, 8352.0, 8345.0, 8386.0, 8368.0, 8385.0, 8388.0, 8363.0, 8357.0, 8355.0, 8332.0, 8403.0, 8338.0, 8376.0, 8281.0, 8414.0, 8340.0, 8330.0, 8318.0, 8336.0, 8319.0, 8312.0, 8298.0, 8307.0, 8338.0, 8321.0, 8313.0, 8335.0, 8321.0, 8324.0, 8294.0, 8286.0, 8286.0, 8255.0, 8305.0, 8275.0, 8275.0, 8309.0, 8280.0, 8299.0, 8307.0, 8308.0, 8338.0, 8379.0, 8352.0, 8419.0, 8356.0, 8373.0, 8382.0, 8387.0, 8453.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.006842339449541285</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.12563266525229358</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.8287810755569</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.05954639641791</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9940356029965556</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4655</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6092.3213</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.26845518046728967</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>332</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>38.07339449541284</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.982402598199412</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.709533389945144</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.32283001168665</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.91484439296644</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00784049</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014492198824882507</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03649970889091492</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.974109363621353</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>19.0543</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.7598</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.7723</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303079.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>593.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>257.5828</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.018</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>444.6956</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2953.018</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3134.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73465.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1055.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3869.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>788.599</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>17.41583354305476</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> |