=== 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-0030 --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-0030",
"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-0030_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0030_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0030_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-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0030_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-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0030_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-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0030_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-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0030_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-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0030_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-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0030_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-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0030/ses-01/func/sub-0030_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>d1e095d661efd1a7b881d363eb3eb96e</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>18:07:38.347500</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.995708, -0.0166834, 0.0910373, 0.0298998, 0.988861, -0.145807]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.102539</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7705, -7256, 437, -117, -310, -112, 101]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>255.309</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6a305966-e535-46cf-a287-1ad3bba138e6||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.6714110374450684, 0.08021902292966843, 0.23649485409259796, 103.17628479003906], [0.0447603315114975, 2.6530418395996094, -0.3993397355079651, -89.08854675292969], [0.2442464381456375, 0.3911907374858856, 2.6598117351531982, -114.89617919921875], [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': ['180738.347500', '180738.807500', '180739.267500', '180739.727500', '180740.187500', '180740.647500', '180741.107500', '180741.567500', '180742.027500', '180742.487500', '180742.947500', '180743.407500', '180743.867500', '180744.327500', '180744.787500', '180745.247500', '180745.707500', '180746.167500', '180746.627500', '180747.087500', '180747.547500', '180748.007500', '180748.467500', '180748.927500', '180749.387500', '180749.847500', '180750.307500', '180750.767500', '180751.227500', '180751.687500', '180752.147500', '180752.607500', '180753.067500', '180753.527500', '180753.987500', '180754.447500', '180754.907500', '180755.367500', '180755.827500', '180756.287500', '180756.747500', '180757.207500', '180757.667500', '180758.127500', '180758.587500', '180759.047500', '180759.507500', '180759.967500', '180800.427500', '180800.887500', '180801.347500', '180801.807500', '180802.267500', '180802.727500', '180803.187500', '180803.647500', '180804.107500', '180804.567500', '180805.027500', '180805.487500', '180805.947500', '180806.407500', '180806.867500', '180807.327500', '180807.787500', '180808.247500', '180808.707500', '180809.167500', '180809.627500', '180810.087500', '180810.547500', '180811.007500', '180811.467500', '180811.927500', '180812.387500', '180812.847500', '180813.307500', '180813.767500', '180814.227500', '180814.687500', '180815.147500', '180815.607500', '180816.067500', '180816.527500', '180816.987500', '180817.447500', '180817.907500', '180818.367500', '180818.827500', '180819.287500', '180819.747500', '180820.207500', '180820.667500', '180821.127500', '180821.587500', '180822.047500', '180822.507500', '180822.967500', '180823.427500', '180823.887500', '180824.347500', '180824.807500', '180825.267500', '180825.727500', '180826.187500', '180826.647500', '180827.107500', '180827.567500', '180828.027500', '180828.487500', '180828.947500', '180829.407500', '180829.867500', '180830.327500', '180830.787500', '180831.247500', '180831.707500', '180832.167500', '180832.627500', '180833.087500', '180833.547500', '180834.007500', '180834.467500', '180834.927500', '180835.387500', '180835.847500', '180836.307500', '180836.767500', '180837.227500', '180837.687500', '180838.147500', '180838.607500', '180839.067500', '180839.527500', '180839.987500', '180840.447500', '180840.907500', '180841.367500', '180841.827500', '180842.287500', '180842.747500', '180843.207500', '180843.667500', '180844.127500', '180844.587500', '180845.047500', '180845.507500', '180845.967500', '180846.427500', '180846.887500', '180847.347500', '180847.807500', '180848.267500', '180848.727500', '180849.187500', '180849.647500', '180850.107500', '180850.567500', '180851.027500', '180851.487500', '180851.947500', '180852.407500', '180852.867500', '180853.327500', '180853.787500', '180854.247500', '180854.707500', '180855.167500', '180855.627500', '180856.087500', '180856.547500', '180857.007500', '180857.467500', '180857.927500', '180858.387500', '180858.847500', '180859.307500', '180859.767500', '180900.227500', '180900.687500', '180901.147500', '180901.607500', '180902.067500', '180902.527500', '180902.987500', '180903.447500', '180903.907500', '180904.367500', '180904.827500', '180905.287500', '180905.747500', '180906.207500', '180906.667500', '180907.127500', '180907.587500', '180908.047500', '180908.507500', '180908.967500', '180909.427500', '180909.887500', '180910.347500', '180910.807500', '180911.267500', '180911.727500', '180912.187500', '180912.647500', '180913.107500', '180913.567500', '180914.027500', '180914.487500', '180914.947500', '180915.407500', '180915.867500', '180916.327500', '180916.787500', '180917.247500', '180917.707500', '180918.167500', '180918.627500', '180919.087500', '180919.547500', '180920.007500', '180920.467500', '180920.927500', '180921.387500', '180921.847500', '180922.307500', '180922.767500', '180923.227500', '180923.687500', '180924.147500', '180924.607500', '180925.067500', '180925.527500', '180925.987500', '180926.447500', '180926.907500', '180927.367500', '180927.827500', '180928.287500', '180928.747500', '180929.207500', '180929.667500', '180930.127500', '180930.587500', '180931.047500', '180931.507500', '180931.967500', '180932.427500', '180932.887500', '180933.347500', '180933.807500', '180934.267500', '180934.727500', '180935.187500', '180935.647500', '180936.107500', '180936.567500', '180937.027500', '180937.487500', '180937.947500', '180938.407500', '180938.867500', '180939.327500', '180939.787500', '180940.247500', '180940.707500', '180941.167500', '180941.627500', '180942.087500', '180942.547500', '180943.007500', '180943.467500', '180943.927500', '180944.387500', '180944.847500', '180945.307500', '180945.767500', '180946.227500', '180946.687500', '180947.147500', '180947.607500', '180948.067500', '180948.527500', '180948.987500', '180949.447500', '180949.907500', '180950.367500', '180950.827500', '180951.287500', '180951.747500', '180952.207500', '180952.667500', '180953.127500', '180953.587500', '180954.047500', '180954.507500', '180954.967500', '180955.427500', '180955.887500', '180956.347500', '180956.807500', '180957.267500', '180957.727500', '180958.187500', '180958.647500', '180959.107500', '180959.567500', '181000.027500', '181000.487500', '181000.947500', '181001.407500', '181001.867500', '181002.327500', '181002.787500', '181003.247500', '181003.707500', '181004.167500', '181004.627500', '181005.087500', '181005.547500', '181006.007500', '181006.467500', '181006.927500', '181007.387500', '181007.847500', '181008.307500', '181008.767500', '181009.227500', '181009.687500', '181010.147500', '181010.607500', '181011.067500', '181011.527500', '181011.987500', '181012.447500', '181012.907500', '181013.367500', '181013.827500', '181014.287500', '181014.747500', '181015.207500', '181015.667500', '181016.127500', '181016.587500', '181017.047500', '181017.507500', '181017.967500', '181018.427500', '181018.887500', '181019.347500', '181019.807500', '181020.267500', '181020.727500', '181021.187500', '181021.647500', '181022.107500', '181022.567500', '181023.027500', '181023.487500', '181023.947500', '181024.407500', '181024.867500', '181025.327500', '181025.787500', '181026.247500', '181026.707500', '181027.167500', '181027.627500', '181028.087500', '181028.547500', '181029.007500', '181029.467500', '181029.927500', '181030.387500', '181030.847500', '181031.307500', '181031.767500', '181032.227500', '181032.687500', '181033.147500', '181033.607500', '181034.067500', '181034.527500', '181034.987500', '181035.447500', '181035.907500', '181036.367500', '181036.827500', '181037.287500', '181037.747500', '181038.207500', '181038.667500', '181039.127500', '181039.587500', '181040.047500', '181040.507500', '181040.967500', '181041.427500', '181041.887500', '181042.347500', '181042.807500', '181043.267500', '181043.727500', '181044.187500', '181044.647500', '181045.107500', '181045.567500', '181046.027500', '181046.487500', '181046.947500', '181047.407500', '181047.867500', '181048.327500', '181048.787500', '181049.247500', '181049.707500', '181050.167500', '181050.627500', '181051.087500', '181051.547500', '181052.007500', '181052.467500', '181052.927500', '181053.387500', '181053.847500', '181054.307500', '181054.767500', '181055.227500', '181055.687500', '181056.147500', '181056.607500', '181057.067500', '181057.527500', '181057.987500', '181058.447500', '181058.907500', '181059.367500', '181059.827500', '181100.287500', '181100.747500', '181101.207500', '181101.667500', '181102.127500', '181102.587500', '181103.047500', '181103.507500', '181103.967500', '181104.427500', '181104.887500', '181105.347500', '181105.807500', '181106.267500', '181106.727500', '181107.187500', '181107.647500', '181108.107500', '181108.567500', '181109.027500', '181109.487500', '181109.947500', '181110.407500', '181110.867500', '181111.327500', '181111.787500', '181112.247500', '181112.707500', '181113.167500', '181113.627500', '181114.087500', '181114.547500', '181115.007500', '181115.467500', '181115.927500', '181116.387500', '181116.847500', '181117.307500', '181117.767500', '181118.227500', '181118.687500', '181119.147500', '181119.607500', '181120.067500', '181120.527500', '181120.987500', '181121.447500', '181121.907500', '181122.367500', '181122.827500', '181123.287500', '181123.747500', '181124.207500', '181124.667500', '181125.127500', '181125.587500', '181126.047500', '181126.507500', '181126.967500', '181127.427500', '181127.887500', '181128.347500', '181128.807500', '181129.267500', '181129.727500', '181130.187500', '181130.647500', '181131.107500', '181131.567500', '181132.027500', '181132.487500', '181132.947500', '181133.407500', '181133.867500', '181134.327500', '181134.787500', '181135.247500', '181135.707500', '181136.167500', '181136.627500', '181137.087500', '181137.547500', '181138.007500', '181138.467500', '181138.927500', '181139.387500', '181139.847500', '181140.307500', '181140.767500', '181141.227500', '181141.687500', '181142.147500', '181142.607500', '181143.067500', '181143.527500', '181143.987500', '181144.447500', '181144.907500', '181145.367500', '181145.827500', '181146.287500', '181146.747500', '181147.207500', '181147.667500', '181148.127500', '181148.587500', '181149.047500', '181149.507500', '181149.967500', '181150.427500', '181150.887500', '181151.347500', '181151.807500', '181152.267500', '181152.727500', '181153.187500', '181153.647500', '181154.107500', '181154.567500', '181155.027500', '181155.487500', '181155.947500', '181156.407500', '181156.867500', '181157.327500', '181157.787500', '181158.247500', '181158.707500', '181159.167500', '181159.627500', '181200.087500', '181200.547500', '181201.007500', '181201.467500', '181201.927500', '181202.387500', '181202.847500', '181203.307500', '181203.767500', '181204.227500', '181204.687500', '181205.147500', '181205.607500', '181206.067500', '181206.527500', '181206.987500', '181207.447500', '181207.907500', '181208.367500', '181208.827500', '181209.287500', '181209.747500', '181210.207500', '181210.667500', '181211.127500', '181211.587500', '181212.047500', '181212.507500', '181212.967500', '181213.427500', '181213.887500', '181214.347500', '181214.807500', '181215.267500', '181215.727500', '181216.187500', '181216.647500', '181217.107500', '181217.567500', '181218.027500', '181218.487500', '181218.947500', '181219.407500', '181219.867500', '181220.327500', '181220.787500', '181221.247500', '181221.707500', '181222.167500', '181222.627500', '181223.087500', '181223.547500', '181224.007500', '181224.467500', '181224.927500', '181225.387500', '181225.847500', '181226.307500', '181226.767500', '181227.227500', '181227.687500', '181228.147500', '181228.607500', '181229.067500', '181229.527500', '181229.987500', '181230.447500', '181230.907500', '181231.367500', '181231.827500', '181232.287500', '181232.747500', '181233.207500', '181233.667500', '181234.127500', '181234.587500', '181235.047500', '181235.507500', '181235.967500', '181236.427500', '181236.887500', '181237.347500', '181237.807500', '181238.267500', '181238.727500', '181239.187500', '181239.647500', '181240.107500', '181240.567500', '181241.027500', '181241.487500', '181241.947500', '181242.407500', '181242.867500', '181243.327500', '181243.787500', '181244.247500', '181244.707500', '181245.167500', '181245.627500', '181246.087500', '181246.547500', '181247.007500', '181247.467500', '181247.927500', '181248.387500', '181248.847500', '181249.307500', '181249.767500', '181250.227500', '181250.687500', '181251.147500', '181251.607500', '181252.067500', '181252.527500', '181252.987500', '181253.447500', '181253.907500', '181254.367500', '181254.827500', '181255.287500', '181255.747500', '181256.207500', '181256.667500', '181257.127500', '181257.587500', '181258.047500', '181258.507500', '181258.967500', '181259.427500', '181259.887500', '181300.347500', '181300.807500', '181301.267500', '181301.727500', '181302.187500', '181302.647500', '181303.107500', '181303.567500', '181304.027500', '181304.487500', '181304.947500', '181305.407500', '181305.867500', '181306.327500', '181306.787500', '181307.247500', '181307.707500', '181308.167500', '181308.627500', '181309.087500', '181309.547500', '181310.007500', '181310.467500', '181310.927500', '181311.387500', '181311.847500', '181312.307500', '181312.767500', '181313.227500', '181313.687500', '181314.147500', '181314.607500', '181315.067500', '181315.527500', '181315.987500', '181316.447500', '181316.907500', '181317.367500', '181317.827500', '181318.287500', '181318.747500', '181319.207500', '181319.667500', '181320.127500', '181320.587500', '181321.047500', '181321.507500', '181321.967500', '181322.427500', '181322.887500', '181323.347500', '181323.807500', '181324.267500', '181324.727500', '181325.187500', '181325.647500', '181326.107500', '181326.567500', '181327.027500', '181327.487500', '181327.947500', '181328.407500', '181328.867500', '181329.327500', '181329.787500', '181330.247500', '181330.707500', '181331.167500', '181331.627500', '181332.087500', '181332.547500', '181333.007500', '181333.467500', '181333.927500', '181334.387500', '181334.847500', '181335.307500', '181335.767500', '181336.227500', '181336.687500', '181337.147500', '181337.607500', '181338.067500', '181338.527500', '181338.987500', '181339.447500', '181339.907500', '181340.367500', '181340.827500', '181341.287500', '181341.747500', '181342.207500', '181342.667500', '181343.127500', '181343.587500', '181344.047500', '181344.507500', '181344.967500', '181345.427500', '181345.887500', '181346.347500', '181346.807500', '181347.267500', '181347.727500', '181348.187500', '181348.647500', '181349.107500', '181349.567500', '181350.027500', '181350.487500', '181350.947500', '181351.407500', '181351.867500', '181352.327500', '181352.787500', '181353.247500', '181353.707500', '181354.167500', '181354.627500', '181355.087500', '181355.547500', '181356.007500', '181356.467500', '181356.927500', '181357.387500', '181357.847500', '181358.307500', '181358.767500', '181359.227500', '181359.687500', '181400.147500', '181400.607500', '181401.067500', '181401.527500', '181401.987500', '181402.447500', '181402.907500', '181403.367500', '181403.827500', '181404.287500', '181404.747500', '181405.207500', '181405.667500', '181406.127500', '181406.587500', '181407.047500', '181407.507500', '181407.967500', '181408.427500', '181408.887500', '181409.347500', '181409.807500', '181410.267500', '181410.727500', '181411.187500', '181411.647500', '181412.107500', '181412.567500', '181413.027500', '181413.487500', '181413.947500', '181414.407500', '181414.867500', '181415.327500', '181415.787500', '181416.247500', '181416.707500', '181417.167500', '181417.627500', '181418.087500', '181418.547500', '181419.007500'], 'ContentTime': ['180753.622000', '180753.625000', '180753.629000', '180753.632000', '180753.634000', '180753.637000', '180753.639000', '180753.642000', '180753.645000', '180753.647000', '180753.650000', '180753.652000', '180753.658000', '180753.661000', '180753.664000', '180753.666000', '180753.669000', '180753.671000', '180753.674000', '180753.676000', '180753.679000', '180753.681000', '180753.684000', '180753.687000', '180753.689000', '180753.692000', '180753.694000', '180753.697000', '180753.700000', '180753.702000', '180753.705000', '180753.707000', '180813.588000', '180813.591000', '180813.594000', '180813.596000', '180813.599000', '180813.602000', '180813.604000', '180813.607000', '180813.609000', '180813.628000', '180813.630000', '180813.633000', '180813.635000', '180813.638000', '180813.641000', '180813.643000', '180813.646000', '180813.648000', '180813.651000', '180813.653000', '180813.656000', '180813.658000', '180813.661000', '180813.664000', '180813.666000', '180813.669000', '180813.671000', '180813.674000', '180813.676000', '180813.679000', '180813.682000', '180813.684000', '180813.687000', '180813.689000', '180813.692000', '180813.694000', '180813.697000', '180813.699000', '180813.702000', '180813.705000', '180813.707000', '180813.710000', '180813.712000', '180833.588000', '180833.591000', '180833.594000', '180833.596000', '180833.599000', '180833.602000', '180833.604000', '180833.607000', '180833.610000', '180833.612000', '180833.617000', '180833.619000', '180833.622000', '180833.625000', '180833.627000', '180833.630000', '180833.632000', '180833.635000', '180833.637000', '180833.640000', '180833.643000', '180833.645000', '180833.648000', '180833.650000', '180833.653000', '180833.655000', '180833.658000', '180833.660000', '180833.663000', '180833.665000', '180833.668000', '180833.671000', '180833.673000', '180833.676000', '180833.678000', '180833.681000', '180833.684000', '180833.686000', '180833.689000', '180833.691000', '180833.694000', '180833.696000', '180833.699000', '180833.701000', '180853.588000', '180853.591000', '180853.594000', '180853.596000', '180853.599000', '180853.602000', '180853.604000', '180853.607000', '180853.609000', '180853.612000', '180853.615000', '180853.617000', '180853.620000', '180853.622000', '180853.625000', '180853.627000', '180853.630000', '180853.633000', '180853.635000', '180853.638000', '180853.640000', '180853.643000', '180853.645000', '180853.648000', '180853.651000', '180853.653000', '180853.656000', '180853.658000', '180853.661000', '180853.663000', '180853.666000', '180853.669000', '180853.671000', '180853.674000', '180853.676000', '180853.679000', '180853.681000', '180853.684000', '180853.686000', '180853.689000', '180853.692000', '180853.694000', '180853.697000', '180913.589000', '180913.591000', '180913.594000', '180913.597000', '180913.599000', '180913.602000', '180913.604000', '180913.607000', '180913.610000', '180913.612000', '180913.616000', '180913.618000', '180913.621000', '180913.624000', '180913.626000', '180913.629000', '180913.631000', '180913.634000', '180913.636000', '180913.639000', '180913.642000', '180913.644000', '180913.647000', '180913.649000', '180913.652000', '180913.655000', '180913.657000', '180913.660000', '180913.662000', '180913.665000', '180913.668000', '180913.670000', '180913.673000', '180913.675000', '180913.678000', '180913.681000', '180913.683000', '180913.686000', '180913.688000', '180913.691000', '180913.693000', '180913.696000', '180913.698000', '180913.701000', '180933.588000', '180933.591000', '180933.594000', '180933.596000', '180933.599000', '180933.602000', '180933.604000', '180933.607000', '180933.610000', '180933.612000', '180933.615000', '180933.617000', '180933.620000', '180933.622000', '180933.625000', '180933.628000', '180933.630000', '180933.633000', '180933.635000', '180933.638000', '180933.640000', '180933.643000', '180933.646000', '180933.648000', '180933.651000', '180933.653000', '180933.656000', '180933.658000', '180933.661000', '180933.663000', '180933.666000', '180933.669000', '180933.675000', '180933.678000', '180933.680000', '180933.683000', '180933.686000', '180933.688000', '180933.691000', '180933.693000', '180933.696000', '180933.698000', '180933.701000', '180953.588000', '180953.591000', '180953.594000', '180953.596000', '180953.599000', '180953.614000', '180953.617000', '180953.619000', '180953.622000', '180953.625000', '180953.627000', '180953.630000', '180953.632000', '180953.635000', '180953.637000', '180953.640000', '180953.642000', '180953.645000', '180953.648000', '180953.650000', '180953.653000', '180953.655000', '180953.658000', '180953.660000', '180953.663000', '180953.665000', '180953.668000', '180953.671000', '180953.673000', '180953.676000', '180953.678000', '180953.681000', '180953.683000', '180953.686000', '180953.689000', '180953.691000', '180953.694000', '180953.696000', '180953.699000', '180953.701000', '180953.704000', '180953.707000', '180953.709000', '181013.588000', '181013.591000', '181013.594000', '181013.596000', '181013.599000', '181013.602000', '181013.605000', '181013.607000', '181013.610000', '181013.612000', '181013.615000', '181013.617000', '181013.620000', '181013.623000', '181013.625000', '181013.628000', '181013.631000', '181013.633000', '181013.636000', '181013.639000', '181013.641000', '181013.644000', '181013.646000', '181013.649000', '181013.651000', '181013.654000', '181013.657000', '181013.659000', '181013.662000', '181013.664000', '181013.667000', '181013.669000', '181013.672000', '181013.675000', '181013.677000', '181013.680000', '181013.682000', '181013.685000', '181013.687000', '181013.690000', '181013.693000', '181013.695000', '181013.698000', '181013.700000', '181033.589000', '181033.591000', '181033.594000', '181033.597000', '181033.600000', '181033.602000', '181033.606000', '181033.609000', '181033.611000', '181033.614000', '181033.617000', '181033.619000', '181033.622000', '181033.625000', '181033.627000', '181033.630000', '181033.632000', '181033.635000', '181033.638000', '181033.640000', '181033.643000', '181033.645000', '181033.648000', '181033.650000', '181033.653000', '181033.656000', '181033.659000', '181033.662000', '181033.664000', '181033.667000', '181033.669000', '181033.672000', '181033.675000', '181033.677000', '181033.680000', '181033.682000', '181033.685000', '181033.688000', '181033.690000', '181033.693000', '181033.695000', '181033.698000', '181033.700000', '181053.589000', '181053.591000', '181053.594000', '181053.597000', '181053.599000', '181053.602000', '181053.604000', '181053.607000', '181053.610000', '181053.612000', '181053.615000', '181053.617000', '181053.620000', '181053.623000', '181053.625000', '181053.628000', '181053.630000', '181053.633000', '181053.636000', '181053.638000', '181053.641000', '181053.644000', '181053.646000', '181053.649000', '181053.651000', '181053.654000', '181053.656000', '181053.659000', '181053.662000', '181053.664000', '181053.667000', '181053.670000', '181053.672000', '181053.675000', '181053.677000', '181053.680000', '181053.682000', '181053.685000', '181053.688000', '181053.690000', '181053.693000', '181053.696000', '181053.698000', '181053.701000', '181113.589000', '181113.591000', '181113.594000', '181113.597000', '181113.599000', '181113.602000', '181113.605000', '181113.607000', '181113.610000', '181113.613000', '181113.615000', '181113.618000', '181113.621000', '181113.624000', '181113.627000', '181113.630000', '181113.632000', '181113.635000', '181113.638000', '181113.640000', '181113.643000', '181113.645000', '181113.648000', '181113.650000', '181113.653000', '181113.656000', '181113.658000', '181113.661000', '181113.663000', '181113.666000', '181113.669000', '181113.671000', '181113.674000', '181113.676000', '181113.679000', '181113.681000', '181113.684000', '181113.687000', '181113.689000', '181113.692000', '181113.694000', '181113.697000', '181113.699000', '181133.589000', '181133.605000', '181133.608000', '181133.610000', '181133.613000', '181133.615000', '181133.618000', '181133.620000', '181133.623000', '181133.626000', '181133.628000', '181133.631000', '181133.633000', '181133.636000', '181133.638000', '181133.641000', '181133.644000', '181133.646000', '181133.649000', '181133.651000', '181133.654000', '181133.656000', '181133.659000', '181133.662000', '181133.664000', '181133.667000', '181133.669000', '181133.672000', '181133.674000', '181133.677000', '181133.680000', '181133.682000', '181133.685000', '181133.687000', '181133.690000', '181133.692000', '181133.695000', '181133.698000', '181133.700000', '181133.703000', '181133.705000', '181133.708000', '181133.710000', '181133.713000', '181153.588000', '181153.591000', '181153.594000', '181153.596000', '181153.599000', '181153.610000', '181153.612000', '181153.615000', '181153.618000', '181153.620000', '181153.623000', '181153.625000', '181153.628000', '181153.630000', '181153.633000', '181153.636000', '181153.638000', '181153.641000', '181153.643000', '181153.646000', '181153.649000', '181153.651000', '181153.654000', '181153.657000', '181153.659000', '181153.662000', '181153.664000', '181153.667000', '181153.670000', '181153.672000', '181153.675000', '181153.677000', '181153.680000', '181153.682000', '181153.685000', '181153.688000', '181153.690000', '181153.694000', '181153.696000', '181153.699000', '181153.701000', '181153.704000', '181153.707000', '181213.589000', '181213.591000', '181213.594000', '181213.597000', '181213.599000', '181213.602000', '181213.605000', '181213.607000', '181213.610000', '181213.613000', '181213.615000', '181213.618000', '181213.620000', '181213.623000', '181213.626000', '181213.628000', '181213.631000', '181213.633000', '181213.636000', '181213.639000', '181213.641000', '181213.644000', '181213.646000', '181213.649000', '181213.651000', '181213.654000', '181213.657000', '181213.659000', '181213.662000', '181213.664000', '181213.667000', '181213.670000', '181213.672000', '181213.675000', '181213.677000', '181213.680000', '181213.683000', '181213.685000', '181213.688000', '181213.690000', '181213.693000', '181213.695000', '181213.698000', '181213.701000', '181233.588000', '181233.591000', '181233.594000', '181233.597000', '181233.599000', '181233.602000', '181233.604000', '181233.607000', '181233.610000', '181233.612000', '181233.615000', '181233.617000', '181233.620000', '181233.623000', '181233.625000', '181233.628000', '181233.630000', '181233.633000', '181233.636000', '181233.639000', '181233.641000', '181233.644000', '181233.646000', '181233.649000', '181233.651000', '181233.654000', '181233.657000', '181233.659000', '181233.662000', '181233.664000', '181233.667000', '181233.669000', '181233.673000', '181233.676000', '181233.678000', '181233.681000', '181233.683000', '181233.686000', '181233.689000', '181233.691000', '181233.694000', '181233.696000', '181233.699000', '181253.589000', '181253.591000', '181253.594000', '181253.597000', '181253.599000', '181253.602000', '181253.605000', '181253.607000', '181253.610000', '181253.612000', '181253.615000', '181253.617000', '181253.632000', '181253.635000', '181253.637000', '181253.640000', '181253.642000', '181253.645000', '181253.647000', '181253.650000', '181253.653000', '181253.655000', '181253.658000', '181253.660000', '181253.663000', '181253.665000', '181253.668000', '181253.671000', '181253.673000', '181253.676000', '181253.678000', '181253.681000', '181253.684000', '181253.686000', '181253.689000', '181253.691000', '181253.694000', '181253.696000', '181253.699000', '181253.701000', '181253.704000', '181253.707000', '181253.709000', '181253.712000', '181313.588000', '181313.591000', '181313.594000', '181313.597000', '181313.599000', '181313.602000', '181313.605000', '181313.607000', '181313.610000', '181313.612000', '181313.615000', '181313.618000', '181313.620000', '181313.623000', '181313.625000', '181313.628000', '181313.631000', '181313.633000', '181313.636000', '181313.638000', '181313.641000', '181313.644000', '181313.646000', '181313.649000', '181313.651000', '181313.654000', '181313.656000', '181313.659000', '181313.662000', '181313.664000', '181313.667000', '181313.669000', '181313.672000', '181313.675000', '181313.677000', '181313.680000', '181313.682000', '181313.685000', '181313.688000', '181313.690000', '181313.693000', '181313.696000', '181313.699000', '181333.589000', '181333.592000', '181333.594000', '181333.597000', '181333.599000', '181333.602000', '181333.605000', '181333.607000', '181333.610000', '181333.612000', '181333.615000', '181333.618000', '181333.620000', '181333.623000', '181333.625000', '181333.628000', '181333.630000', '181333.633000', '181333.636000', '181333.638000', '181333.641000', '181333.643000', '181333.646000', '181333.649000', '181333.651000', '181333.654000', '181333.657000', '181333.659000', '181333.662000', '181333.664000', '181333.667000', '181333.670000', '181333.672000', '181333.675000', '181333.677000', '181333.680000', '181333.683000', '181333.685000', '181333.688000', '181333.690000', '181333.693000', '181333.696000', '181333.698000', '181333.701000', '181353.588000', '181353.591000', '181353.594000', '181353.597000', '181353.599000', '181353.602000', '181353.605000', '181353.607000', '181353.610000', '181353.612000', '181353.615000', '181353.618000', '181353.620000', '181353.623000', '181353.625000', '181353.628000', '181353.632000', '181353.634000', '181353.637000', '181353.640000', '181353.642000', '181353.645000', '181353.647000', '181353.650000', '181353.653000', '181353.655000', '181353.658000', '181353.660000', '181353.663000', '181353.665000', '181353.668000', '181353.671000', '181353.673000', '181353.676000', '181353.678000', '181353.681000', '181353.683000', '181353.686000', '181353.688000', '181353.691000', '181353.694000', '181353.697000', '181353.699000', '181413.588000', '181413.591000', '181413.594000', '181413.596000', '181413.599000', '181413.602000', '181413.605000', '181413.607000', '181413.610000', '181413.612000', '181413.615000', '181413.617000', '181413.620000', '181413.622000', '181413.625000', '181413.628000', '181413.630000', '181413.633000', '181413.635000', '181413.638000', '181413.640000', '181413.643000', '181413.645000', '181413.661000', '181413.664000', '181413.666000', '181413.669000', '181413.671000', '181413.674000', '181413.677000', '181413.679000', '181413.682000', '181413.684000', '181413.687000', '181413.689000', '181413.692000', '181413.694000', '181413.697000', '181413.700000', '181413.702000', '181413.705000', '181413.707000', '181413.710000', '181413.713000', '181419.913000', '181419.917000', '181419.920000', '181419.922000', '181419.925000', '181419.928000', '181419.930000', '181419.933000', '181419.936000', '181419.938000', '181419.941000', '181419.943000', '181419.946000', '181419.949000'], 'InstanceCreationTime': ['180753.622000', '180753.625000', '180753.629000', '180753.632000', '180753.634000', '180753.637000', '180753.639000', '180753.642000', '180753.645000', '180753.647000', '180753.650000', '180753.652000', '180753.658000', '180753.661000', '180753.664000', '180753.666000', '180753.669000', '180753.671000', '180753.674000', '180753.676000', '180753.679000', '180753.681000', '180753.684000', '180753.687000', '180753.689000', '180753.692000', '180753.694000', '180753.697000', '180753.700000', '180753.702000', '180753.705000', '180753.707000', '180813.588000', '180813.591000', '180813.594000', '180813.596000', '180813.599000', '180813.602000', '180813.604000', '180813.607000', '180813.609000', '180813.628000', '180813.630000', '180813.633000', '180813.635000', '180813.638000', '180813.641000', '180813.643000', '180813.646000', '180813.648000', '180813.651000', '180813.653000', '180813.656000', '180813.658000', '180813.661000', '180813.664000', '180813.666000', '180813.669000', '180813.671000', '180813.674000', '180813.676000', '180813.679000', '180813.682000', '180813.684000', '180813.687000', '180813.689000', '180813.692000', '180813.694000', '180813.697000', '180813.699000', '180813.702000', '180813.705000', '180813.707000', '180813.710000', '180813.712000', '180833.588000', '180833.591000', '180833.594000', '180833.596000', '180833.599000', '180833.602000', '180833.604000', '180833.607000', '180833.610000', '180833.612000', '180833.617000', '180833.619000', '180833.622000', '180833.625000', '180833.627000', '180833.630000', '180833.632000', '180833.635000', '180833.637000', '180833.640000', '180833.643000', '180833.645000', '180833.648000', '180833.650000', '180833.653000', '180833.655000', '180833.658000', '180833.660000', '180833.663000', '180833.665000', '180833.668000', '180833.671000', '180833.673000', '180833.676000', '180833.678000', '180833.681000', '180833.684000', '180833.686000', '180833.689000', '180833.691000', '180833.694000', '180833.696000', '180833.699000', '180833.701000', '180853.588000', '180853.591000', '180853.594000', '180853.596000', '180853.599000', '180853.602000', '180853.604000', '180853.607000', '180853.609000', '180853.612000', '180853.615000', '180853.617000', '180853.620000', '180853.622000', '180853.625000', '180853.627000', '180853.630000', '180853.633000', '180853.635000', '180853.638000', '180853.640000', '180853.643000', '180853.645000', '180853.648000', '180853.651000', '180853.653000', '180853.656000', '180853.658000', '180853.661000', '180853.663000', '180853.666000', '180853.669000', '180853.671000', '180853.674000', '180853.676000', '180853.679000', '180853.681000', '180853.684000', '180853.686000', '180853.689000', '180853.692000', '180853.694000', '180853.697000', '180913.589000', '180913.591000', '180913.594000', '180913.597000', '180913.599000', '180913.602000', '180913.604000', '180913.607000', '180913.610000', '180913.612000', '180913.616000', '180913.618000', '180913.621000', '180913.624000', '180913.626000', '180913.629000', '180913.631000', '180913.634000', '180913.636000', '180913.639000', '180913.642000', '180913.644000', '180913.647000', '180913.649000', '180913.652000', '180913.655000', '180913.657000', '180913.660000', '180913.662000', '180913.665000', '180913.668000', '180913.670000', '180913.673000', '180913.675000', '180913.678000', '180913.681000', '180913.683000', '180913.686000', '180913.688000', '180913.691000', '180913.693000', '180913.696000', '180913.698000', '180913.701000', '180933.588000', '180933.591000', '180933.594000', '180933.596000', '180933.599000', '180933.602000', '180933.604000', '180933.607000', '180933.610000', '180933.612000', '180933.615000', '180933.617000', '180933.620000', '180933.622000', '180933.625000', '180933.628000', '180933.630000', '180933.633000', '180933.635000', '180933.638000', '180933.640000', '180933.643000', '180933.646000', '180933.648000', '180933.651000', '180933.653000', '180933.656000', '180933.658000', '180933.661000', '180933.663000', '180933.666000', '180933.669000', '180933.675000', '180933.678000', '180933.680000', '180933.683000', '180933.686000', '180933.688000', '180933.691000', '180933.693000', '180933.696000', '180933.698000', '180933.701000', '180953.588000', '180953.591000', '180953.594000', '180953.596000', '180953.599000', '180953.614000', '180953.617000', '180953.619000', '180953.622000', '180953.625000', '180953.627000', '180953.630000', '180953.632000', '180953.635000', '180953.637000', '180953.640000', '180953.642000', '180953.645000', '180953.648000', '180953.650000', '180953.653000', '180953.655000', '180953.658000', '180953.660000', '180953.663000', '180953.665000', '180953.668000', '180953.671000', '180953.673000', '180953.676000', '180953.678000', '180953.681000', '180953.683000', '180953.686000', '180953.689000', '180953.691000', '180953.694000', '180953.696000', '180953.699000', '180953.701000', '180953.704000', '180953.707000', '180953.709000', '181013.588000', '181013.591000', '181013.594000', '181013.596000', '181013.599000', '181013.602000', '181013.605000', '181013.607000', '181013.610000', '181013.612000', '181013.615000', '181013.617000', '181013.620000', '181013.623000', '181013.625000', '181013.628000', '181013.631000', '181013.633000', '181013.636000', '181013.639000', '181013.641000', '181013.644000', '181013.646000', '181013.649000', '181013.651000', '181013.654000', '181013.657000', '181013.659000', '181013.662000', '181013.664000', '181013.667000', '181013.669000', '181013.672000', '181013.675000', '181013.677000', '181013.680000', '181013.682000', '181013.685000', '181013.687000', '181013.690000', '181013.693000', '181013.695000', '181013.698000', '181013.700000', '181033.589000', '181033.591000', '181033.594000', '181033.597000', '181033.600000', '181033.602000', '181033.606000', '181033.609000', '181033.611000', '181033.614000', '181033.617000', '181033.619000', '181033.622000', '181033.625000', '181033.627000', '181033.630000', '181033.632000', '181033.635000', '181033.638000', '181033.640000', '181033.643000', '181033.645000', '181033.648000', '181033.650000', '181033.653000', '181033.656000', '181033.659000', '181033.662000', '181033.664000', '181033.667000', '181033.669000', '181033.672000', '181033.675000', '181033.677000', '181033.680000', '181033.682000', '181033.685000', '181033.688000', '181033.690000', '181033.693000', '181033.695000', '181033.698000', '181033.700000', '181053.589000', '181053.591000', '181053.594000', '181053.597000', '181053.599000', '181053.602000', '181053.604000', '181053.607000', '181053.610000', '181053.612000', '181053.615000', '181053.617000', '181053.620000', '181053.623000', '181053.625000', '181053.628000', '181053.630000', '181053.633000', '181053.636000', '181053.638000', '181053.641000', '181053.644000', '181053.646000', '181053.649000', '181053.651000', '181053.654000', '181053.656000', '181053.659000', '181053.662000', '181053.664000', '181053.667000', '181053.670000', '181053.672000', '181053.675000', '181053.677000', '181053.680000', '181053.682000', '181053.685000', '181053.688000', '181053.690000', '181053.693000', '181053.696000', '181053.698000', '181053.701000', '181113.589000', '181113.591000', '181113.594000', '181113.597000', '181113.599000', '181113.602000', '181113.605000', '181113.607000', '181113.610000', '181113.613000', '181113.615000', '181113.618000', '181113.621000', '181113.624000', '181113.627000', '181113.630000', '181113.632000', '181113.635000', '181113.638000', '181113.640000', '181113.643000', '181113.645000', '181113.648000', '181113.650000', '181113.653000', '181113.656000', '181113.658000', '181113.661000', '181113.663000', '181113.666000', '181113.669000', '181113.671000', '181113.674000', '181113.676000', '181113.679000', '181113.681000', '181113.684000', '181113.687000', '181113.689000', '181113.692000', '181113.694000', '181113.697000', '181113.699000', '181133.589000', '181133.605000', '181133.608000', '181133.610000', '181133.613000', '181133.615000', '181133.618000', '181133.620000', '181133.623000', '181133.626000', '181133.628000', '181133.631000', '181133.633000', '181133.636000', '181133.638000', '181133.641000', '181133.644000', '181133.646000', '181133.649000', '181133.651000', '181133.654000', '181133.656000', '181133.659000', '181133.662000', '181133.664000', '181133.667000', '181133.669000', '181133.672000', '181133.674000', '181133.677000', '181133.680000', '181133.682000', '181133.685000', '181133.687000', '181133.690000', '181133.692000', '181133.695000', '181133.698000', '181133.700000', '181133.703000', '181133.705000', '181133.708000', '181133.710000', '181133.713000', '181153.588000', '181153.591000', '181153.594000', '181153.596000', '181153.599000', '181153.610000', '181153.612000', '181153.615000', '181153.618000', '181153.620000', '181153.623000', '181153.625000', '181153.628000', '181153.630000', '181153.633000', '181153.636000', '181153.638000', '181153.641000', '181153.643000', '181153.646000', '181153.649000', '181153.651000', '181153.654000', '181153.657000', '181153.659000', '181153.662000', '181153.664000', '181153.667000', '181153.670000', '181153.672000', '181153.675000', '181153.677000', '181153.680000', '181153.682000', '181153.685000', '181153.688000', '181153.690000', '181153.694000', '181153.696000', '181153.699000', '181153.701000', '181153.704000', '181153.707000', '181213.589000', '181213.591000', '181213.594000', '181213.597000', '181213.599000', '181213.602000', '181213.605000', '181213.607000', '181213.610000', '181213.613000', '181213.615000', '181213.618000', '181213.620000', '181213.623000', '181213.626000', '181213.628000', '181213.631000', '181213.633000', '181213.636000', '181213.639000', '181213.641000', '181213.644000', '181213.646000', '181213.649000', '181213.651000', '181213.654000', '181213.657000', '181213.659000', '181213.662000', '181213.664000', '181213.667000', '181213.670000', '181213.672000', '181213.675000', '181213.677000', '181213.680000', '181213.683000', '181213.685000', '181213.688000', '181213.690000', '181213.693000', '181213.695000', '181213.698000', '181213.701000', '181233.588000', '181233.591000', '181233.594000', '181233.597000', '181233.599000', '181233.602000', '181233.604000', '181233.607000', '181233.610000', '181233.612000', '181233.615000', '181233.617000', '181233.620000', '181233.623000', '181233.625000', '181233.628000', '181233.630000', '181233.633000', '181233.636000', '181233.639000', '181233.641000', '181233.644000', '181233.646000', '181233.649000', '181233.651000', '181233.654000', '181233.657000', '181233.659000', '181233.662000', '181233.664000', '181233.667000', '181233.669000', '181233.673000', '181233.676000', '181233.678000', '181233.681000', '181233.683000', '181233.686000', '181233.689000', '181233.691000', '181233.694000', '181233.696000', '181233.699000', '181253.589000', '181253.591000', '181253.594000', '181253.597000', '181253.599000', '181253.602000', '181253.605000', '181253.607000', '181253.610000', '181253.612000', '181253.615000', '181253.617000', '181253.632000', '181253.635000', '181253.637000', '181253.640000', '181253.642000', '181253.645000', '181253.647000', '181253.650000', '181253.653000', '181253.655000', '181253.658000', '181253.660000', '181253.663000', '181253.665000', '181253.668000', '181253.671000', '181253.673000', '181253.676000', '181253.678000', '181253.681000', '181253.684000', '181253.686000', '181253.689000', '181253.691000', '181253.694000', '181253.696000', '181253.699000', '181253.701000', '181253.704000', '181253.707000', '181253.709000', '181253.712000', '181313.588000', '181313.591000', '181313.594000', '181313.597000', '181313.599000', '181313.602000', '181313.605000', '181313.607000', '181313.610000', '181313.612000', '181313.615000', '181313.618000', '181313.620000', '181313.623000', '181313.625000', '181313.628000', '181313.631000', '181313.633000', '181313.636000', '181313.638000', '181313.641000', '181313.644000', '181313.646000', '181313.649000', '181313.651000', '181313.654000', '181313.656000', '181313.659000', '181313.662000', '181313.664000', '181313.667000', '181313.669000', '181313.672000', '181313.675000', '181313.677000', '181313.680000', '181313.682000', '181313.685000', '181313.688000', '181313.690000', '181313.693000', '181313.696000', '181313.699000', '181333.589000', '181333.592000', '181333.594000', '181333.597000', '181333.599000', '181333.602000', '181333.605000', '181333.607000', '181333.610000', '181333.612000', '181333.615000', '181333.618000', '181333.620000', '181333.623000', '181333.625000', '181333.628000', '181333.630000', '181333.633000', '181333.636000', '181333.638000', '181333.641000', '181333.643000', '181333.646000', '181333.649000', '181333.651000', '181333.654000', '181333.657000', '181333.659000', '181333.662000', '181333.664000', '181333.667000', '181333.670000', '181333.672000', '181333.675000', '181333.677000', '181333.680000', '181333.683000', '181333.685000', '181333.688000', '181333.690000', '181333.693000', '181333.696000', '181333.698000', '181333.701000', '181353.588000', '181353.591000', '181353.594000', '181353.597000', '181353.599000', '181353.602000', '181353.605000', '181353.607000', '181353.610000', '181353.612000', '181353.615000', '181353.618000', '181353.620000', '181353.623000', '181353.625000', '181353.628000', '181353.632000', '181353.634000', '181353.637000', '181353.640000', '181353.642000', '181353.645000', '181353.647000', '181353.650000', '181353.653000', '181353.655000', '181353.658000', '181353.660000', '181353.663000', '181353.665000', '181353.668000', '181353.671000', '181353.673000', '181353.676000', '181353.678000', '181353.681000', '181353.683000', '181353.686000', '181353.688000', '181353.691000', '181353.694000', '181353.697000', '181353.699000', '181413.588000', '181413.591000', '181413.594000', '181413.596000', '181413.599000', '181413.602000', '181413.605000', '181413.607000', '181413.610000', '181413.612000', '181413.615000', '181413.617000', '181413.620000', '181413.622000', '181413.625000', '181413.628000', '181413.630000', '181413.633000', '181413.635000', '181413.638000', '181413.640000', '181413.643000', '181413.645000', '181413.661000', '181413.664000', '181413.666000', '181413.669000', '181413.671000', '181413.674000', '181413.677000', '181413.679000', '181413.682000', '181413.684000', '181413.687000', '181413.689000', '181413.692000', '181413.694000', '181413.697000', '181413.700000', '181413.702000', '181413.705000', '181413.707000', '181413.710000', '181413.713000', '181419.913000', '181419.917000', '181419.920000', '181419.922000', '181419.925000', '181419.928000', '181419.930000', '181419.933000', '181419.936000', '181419.938000', '181419.941000', '181419.943000', '181419.946000', '181419.949000'], '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': [10271, 7048, 9566, 6000, 9228, 6162, 9343, 8085, 8791, 11440, 8219, 10346, 7405, 9608, 6388, 9634, 6309, 9843, 6077, 9509, 12384, 8047, 10599, 6512, 9100, 5900, 9191, 8301, 8382, 11007, 7407, 9478, 7357, 9530, 6718, 9373, 7324, 9644, 8016, 11670, 8404, 11057, 8373, 10738, 7210, 10427, 7010, 9711, 12327, 8226, 10605, 6792, 9970, 6270, 9845, 6391, 10141, 11483, 8207, 10859, 7695, 9927, 6275, 9431, 11551, 8927, 10910, 7877, 10581, 7527, 9333, 6838, 9104, 5906, 9654, 6153, 9296, 6755, 8405, 7641, 7805, 10674, 7598, 9382, 5988, 8750, 7317, 8546, 9516, 7813, 10420, 7770, 9530, 7473, 8832, 6643, 8720, 5966, 8785, 6659, 9740, 7486, 11382, 7958, 11192, 7230, 9215, 6659, 8403, 10923, 8780, 9276, 8584, 11345, 8343, 11115, 6980, 9502, 6340, 9192, 11905, 8149, 9437, 7752, 9189, 7640, 11315, 7601, 10950, 6964, 8935, 6168, 8699, 7397, 8721, 5868, 8746, 6182, 10147, 6412, 9664, 6200, 10343, 6140, 10198, 11004, 8476, 9959, 7855, 10647, 7874, 9673, 6242, 8897, 6943, 9295, 6222, 8467, 10896, 7707, 9546, 6567, 8907, 5723, 8005, 10452, 7590, 9356, 7365, 9074, 7163, 9165, 6577, 8874, 6332, 8440, 6814, 8578, 11202, 8236, 9846, 7679, 10119, 6456, 9562, 5801, 8381, 11076, 7936, 9825, 7944, 9880, 7481, 9836, 7630, 9699, 6942, 9569, 6513, 9025, 11650, 8310, 10470, 7414, 9240, 7427, 9507, 7298, 9526, 7158, 10026, 6337, 9926, 6060, 8828, 6251, 9459, 7338, 10645, 8028, 10077, 7728, 10305, 7378, 9511, 6271, 8610, 7223, 8450, 10399, 7822, 10106, 6760, 9248, 6313, 9553, 6335, 9223, 9640, 8419, 10274, 7406, 9419, 7336, 9780, 7564, 9801, 6917, 9366, 6253, 8570, 10978, 8281, 10106, 7550, 9261, 6557, 9287, 6309, 9920, 6836, 10012, 6313, 10004, 5858, 8718, 6422, 9728, 6857, 10859, 7215, 10183, 7053, 10156, 7369, 10493, 8697, 9949, 12591, 9065, 10515, 8023, 9445, 6612, 8667, 6572, 8944, 11389, 8467, 9331, 7906, 10319, 7768, 10141, 7191, 9141, 6465, 7994, 6645, 8942, 6573, 8610, 5983, 8554, 10859, 8229, 9827, 7884, 9428, 7409, 10013, 7330, 10385, 7551, 9926, 7066, 9047, 6547, 8947, 6625, 9343, 6643, 9645, 6280, 9623, 6909, 10427, 7025, 11059, 7519, 10257, 6967, 10103, 6932, 11343, 7271, 11139, 7410, 10425, 13523, 9021, 11518, 7368, 9524, 6659, 8424, 9478, 8049, 6922, 8113, 7451, 8074, 10787, 7896, 10378, 8036, 9668, 7689, 10824, 7575, 10513, 7260, 9304, 6832, 9016, 6885, 10168, 6712, 9434, 7490, 9530, 7279, 9038, 7719, 6485, 8784, 9100, 8432, 11337, 8508, 10736, 8676, 10402, 8097, 10877, 7390, 9970, 6656, 9295, 12509, 8449, 10443, 6409, 8439, 8592, 8343, 10295, 7252, 8989, 6779, 8991, 6171, 8438, 6865, 8093, 6525, 8832, 6918, 9143, 6518, 9620, 7136, 9740, 6313, 9037, 7655, 8356, 8911, 8609, 6355, 8775, 7196, 8667, 6163, 9801, 6709, 10200, 6940, 10235, 6758, 10649, 6733, 10941, 6807, 10711, 9668, 9472, 12845, 8679, 11132, 7043, 9946, 6955, 9682, 8278, 9124, 11750, 7990, 11106, 7092, 9337, 6434, 8701, 6460, 9017, 6462, 9404, 8103, 8314, 10932, 8276, 9922, 6678, 9043, 8678, 8280, 10782, 7818, 9692, 7531, 9481, 7102, 9656, 6233, 9183, 7617, 8648, 11280, 7860, 9311, 6349, 7955, 8177, 8244, 10136, 7162, 9376, 7151, 9152, 6671, 9119, 6783, 9459, 6150, 9298, 6027, 8173, 10929, 7962, 9896, 7518, 9233, 7791, 7698, 8283, 6420, 8444, 6338, 9056, 6159, 9766, 6580, 10469, 6582, 9172, 10468, 8776, 11630, 8693, 10483, 7942, 11000, 7790, 10256, 6824, 9792, 6123, 9100, 10884, 8660, 8591, 8048, 10076, 8192, 10594, 8081, 9724, 6511, 8685, 7705, 8782, 7137, 8547, 10188, 8100, 11295, 8203, 9809, 6523, 8869, 11500, 8302, 10272, 8272, 9707, 8126, 10041, 7531, 10594, 7588, 10702, 6578, 9010, 11297, 8725, 11599, 9306, 10721, 8133, 10655, 7733, 10062, 6540, 9250, 6451, 9466, 6152, 9901, 6943, 10645, 8019, 9017, 7937, 11109, 8450, 10926, 8674, 10674, 7504, 10643, 7176, 10780, 7006, 10374, 14104, 9746, 11561, 6721, 9228, 8421, 9167, 12632, 8834, 10236, 7667, 9724, 7191, 10087, 6750, 9172, 6480, 9227, 6615, 9612, 6396, 9533, 6673, 10610, 7951, 11009, 8458, 10386, 8233, 10337, 8055, 10857, 8287, 10618, 6947, 9741, 12040, 9081, 11926, 8583, 10668, 6729, 9777, 6928, 9038, 6170, 9032, 11337, 8522, 10840, 8049, 10292, 6688, 9478, 6717, 9905, 6862, 9811, 6242, 9589, 11923, 8739, 10951, 8152, 9995, 6715, 9544, 6889, 10420, 6808, 9817, 6288, 9883, 10930, 9031, 11126, 8697, 10175, 6631, 9534, 6002, 9114, 7599, 9696, 5868, 9205, 6254, 9023, 7653, 9122, 9597, 8981, 8054, 8744, 11839, 8695, 11235, 8312, 10092, 6888, 9514, 7452, 9549, 6104, 10104, 6377, 10917, 6791, 11212, 7041, 10818, 6805, 10683, 6761, 10875, 7291, 11075, 8013, 11429, 7850, 10954, 6731, 10195, 7028, 9452, 9088, 9447, 8492, 9156, 11905, 8658, 11690, 8816, 10908, 7441, 10603, 6445, 10339, 6379, 10139, 9165, 9615, 13334, 9749, 11130, 8738, 7808, 8199, 8627, 8641, 12180, 8424, 11030, 7805, 10590, 7473, 9561, 7687, 10219, 7970, 8744, 7960, 5790, 7463, 6192, 9917, 7389, 10957, 8547, 11288, 8706, 10834, 8398, 10622, 7840, 10582, 6884, 10391, 6676, 10656, 6359, 9836, 6727, 9514, 12507, 9130, 11025, 8489, 9693, 7778, 9886, 7276, 9658, 8068, 10151, 8419, 7307, 8651, 6526, 10324, 6737, 11248, 8454, 10673, 8823, 11241, 9058, 11420, 9284, 11481, 7673, 10711, 6532, 10133, 10716, 9640, 11356, 9171, 9406, 8717, 12425, 8853, 11202, 7883, 10341, 6999, 10400, 6452, 10042, 6319, 10306, 6426, 10070, 8020, 8953, 12048, 8941, 10341, 8481, 11818, 8324, 11178, 7718, 10665, 6533, 9806, 10899, 9230, 11852, 9516, 10913, 8638, 11062, 8416, 11076, 7199, 10690, 6619, 9255, 6233, 9936, 6552, 10289, 6359, 10264, 6544, 10392, 6959, 10075, 11476, 9559, 8668, 8739, 6190, 9238, 6904, 10842, 7996], 'WindowCenter': [3888.0, 3844.0, 3861.0, 3804.0, 3844.0, 3792.0, 3843.0, 3820.0, 3831.0, 3851.0, 3832.0, 3840.0, 3822.0, 3843.0, 3801.0, 3842.0, 3800.0, 3841.0, 3788.0, 3841.0, 3860.0, 3820.0, 3853.0, 3800.0, 3831.0, 3790.0, 3842.0, 3829.0, 3830.0, 3850.0, 3822.0, 3841.0, 3811.0, 3841.0, 3812.0, 3842.0, 3824.0, 3843.0, 3835.0, 3864.0, 3847.0, 3864.0, 3833.0, 3852.0, 3810.0, 3841.0, 3798.0, 3828.0, 3851.0, 3819.0, 3839.0, 3785.0, 3827.0, 3785.0, 3826.0, 3785.0, 3839.0, 3838.0, 3818.0, 3837.0, 3806.0, 3826.0, 3786.0, 3827.0, 3849.0, 3830.0, 3837.0, 3818.0, 3826.0, 3807.0, 3815.0, 3797.0, 3817.0, 3789.0, 3841.0, 3788.0, 3841.0, 3798.0, 3820.0, 3808.0, 3808.0, 3838.0, 3807.0, 3829.0, 3788.0, 3830.0, 3809.0, 3831.0, 3828.0, 3808.0, 3838.0, 3820.0, 3827.0, 3809.0, 3831.0, 3812.0, 3831.0, 3790.0, 3833.0, 3812.0, 3842.0, 3812.0, 3851.0, 3822.0, 3852.0, 3810.0, 3832.0, 3812.0, 3821.0, 3840.0, 3819.0, 3828.0, 3819.0, 3838.0, 3819.0, 3839.0, 3797.0, 3829.0, 3786.0, 3830.0, 3851.0, 3809.0, 3828.0, 3808.0, 3828.0, 3809.0, 3849.0, 3809.0, 3840.0, 3798.0, 3830.0, 3789.0, 3832.0, 3820.0, 3830.0, 3778.0, 3830.0, 3788.0, 3840.0, 3788.0, 3841.0, 3789.0, 3842.0, 3791.0, 3868.0, 3855.0, 3833.0, 3841.0, 3820.0, 3839.0, 3819.0, 3841.0, 3800.0, 3830.0, 3811.0, 3844.0, 3790.0, 3832.0, 3851.0, 3810.0, 3828.0, 3797.0, 3818.0, 3776.0, 3820.0, 3841.0, 3821.0, 3829.0, 3810.0, 3818.0, 3798.0, 3817.0, 3786.0, 3816.0, 3787.0, 3819.0, 3797.0, 3831.0, 3852.0, 3820.0, 3828.0, 3808.0, 3827.0, 3785.0, 3827.0, 3776.0, 3817.0, 3850.0, 3832.0, 3840.0, 3821.0, 3839.0, 3809.0, 3827.0, 3808.0, 3828.0, 3797.0, 3830.0, 3787.0, 3818.0, 3839.0, 3819.0, 3840.0, 3810.0, 3828.0, 3808.0, 3827.0, 3796.0, 3828.0, 3799.0, 3840.0, 3789.0, 3830.0, 3788.0, 3830.0, 3800.0, 3842.0, 3836.0, 3855.0, 3834.0, 3841.0, 3821.0, 3839.0, 3810.0, 3830.0, 3787.0, 3820.0, 3809.0, 3820.0, 3839.0, 3809.0, 3841.0, 3799.0, 3829.0, 3786.0, 3828.0, 3786.0, 3829.0, 3829.0, 3820.0, 3841.0, 3810.0, 3829.0, 3810.0, 3839.0, 3821.0, 3840.0, 3799.0, 3830.0, 3788.0, 3831.0, 3840.0, 3821.0, 3840.0, 3822.0, 3843.0, 3801.0, 3830.0, 3798.0, 3840.0, 3799.0, 3841.0, 3788.0, 3830.0, 3778.0, 3819.0, 3789.0, 3841.0, 3800.0, 3841.0, 3798.0, 3840.0, 3799.0, 3840.0, 3797.0, 3839.0, 3817.0, 3827.0, 3837.0, 3817.0, 3826.0, 3806.0, 3815.0, 3784.0, 3816.0, 3785.0, 3830.0, 3850.0, 3818.0, 3817.0, 3807.0, 3826.0, 3807.0, 3827.0, 3797.0, 3829.0, 3800.0, 3821.0, 3799.0, 3828.0, 3798.0, 3830.0, 3787.0, 3830.0, 3840.0, 3821.0, 3841.0, 3822.0, 3840.0, 3823.0, 3841.0, 3811.0, 3840.0, 3821.0, 3840.0, 3799.0, 3830.0, 3800.0, 3843.0, 3800.0, 3832.0, 3799.0, 3829.0, 3787.0, 3828.0, 3798.0, 3840.0, 3810.0, 3852.0, 3822.0, 3855.0, 3811.0, 3841.0, 3799.0, 3840.0, 3797.0, 3839.0, 3796.0, 3827.0, 3848.0, 3816.0, 3836.0, 3795.0, 3816.0, 3785.0, 3817.0, 3826.0, 3818.0, 3784.0, 3806.0, 3795.0, 3807.0, 3838.0, 3820.0, 3840.0, 3820.0, 3829.0, 3810.0, 3839.0, 3809.0, 3838.0, 3797.0, 3818.0, 3801.0, 3833.0, 3811.0, 3853.0, 3800.0, 3830.0, 3810.0, 3830.0, 3812.0, 3831.0, 3822.0, 3801.0, 3832.0, 3831.0, 3821.0, 3841.0, 3833.0, 3841.0, 3820.0, 3828.0, 3808.0, 3827.0, 3795.0, 3817.0, 3784.0, 3814.0, 3835.0, 3805.0, 3814.0, 3772.0, 3805.0, 3803.0, 3804.0, 3827.0, 3796.0, 3803.0, 3785.0, 3816.0, 3775.0, 3806.0, 3785.0, 3807.0, 3801.0, 3843.0, 3812.0, 3844.0, 3803.0, 3843.0, 3814.0, 3843.0, 3801.0, 3832.0, 3822.0, 3834.0, 3832.0, 3833.0, 3801.0, 3832.0, 3799.0, 3832.0, 3791.0, 3842.0, 3801.0, 3842.0, 3814.0, 3856.0, 3802.0, 3853.0, 3800.0, 3852.0, 3799.0, 3842.0, 3829.0, 3830.0, 3850.0, 3818.0, 3838.0, 3785.0, 3829.0, 3797.0, 3817.0, 3805.0, 3816.0, 3836.0, 3806.0, 3838.0, 3796.0, 3829.0, 3788.0, 3818.0, 3787.0, 3819.0, 3787.0, 3829.0, 3807.0, 3818.0, 3838.0, 3808.0, 3828.0, 3786.0, 3818.0, 3816.0, 3806.0, 3826.0, 3807.0, 3815.0, 3795.0, 3815.0, 3785.0, 3816.0, 3774.0, 3817.0, 3795.0, 3805.0, 3825.0, 3805.0, 3814.0, 3773.0, 3805.0, 3804.0, 3805.0, 3824.0, 3795.0, 3816.0, 3797.0, 3829.0, 3799.0, 3828.0, 3798.0, 3829.0, 3777.0, 3829.0, 3776.0, 3817.0, 3838.0, 3820.0, 3838.0, 3823.0, 3840.0, 3823.0, 3821.0, 3834.0, 3801.0, 3822.0, 3802.0, 3844.0, 3803.0, 3854.0, 3813.0, 3855.0, 3802.0, 3833.0, 3854.0, 3846.0, 3854.0, 3834.0, 3841.0, 3821.0, 3840.0, 3809.0, 3829.0, 3787.0, 3830.0, 3777.0, 3831.0, 3841.0, 3820.0, 3819.0, 3809.0, 3829.0, 3819.0, 3839.0, 3809.0, 3831.0, 3789.0, 3833.0, 3810.0, 3820.0, 3799.0, 3820.0, 3839.0, 3820.0, 3839.0, 3819.0, 3830.0, 3788.0, 3831.0, 3839.0, 3819.0, 3829.0, 3832.0, 3831.0, 3809.0, 3827.0, 3807.0, 3827.0, 3807.0, 3839.0, 3786.0, 3818.0, 3838.0, 3819.0, 3839.0, 3818.0, 3826.0, 3806.0, 3825.0, 3794.0, 3826.0, 3774.0, 3830.0, 3787.0, 3828.0, 3774.0, 3828.0, 3798.0, 3839.0, 3822.0, 3830.0, 3822.0, 3851.0, 3821.0, 3841.0, 3832.0, 3855.0, 3811.0, 3840.0, 3797.0, 3837.0, 3784.0, 3825.0, 3845.0, 3813.0, 3823.0, 3771.0, 3814.0, 3791.0, 3814.0, 3834.0, 3815.0, 3822.0, 3793.0, 3811.0, 3783.0, 3826.0, 3783.0, 3828.0, 3786.0, 3827.0, 3796.0, 3827.0, 3786.0, 3828.0, 3798.0, 3839.0, 3820.0, 3839.0, 3821.0, 3841.0, 3820.0, 3839.0, 3809.0, 3838.0, 3817.0, 3826.0, 3785.0, 3827.0, 3836.0, 3815.0, 3836.0, 3805.0, 3837.0, 3785.0, 3825.0, 3794.0, 3814.0, 3761.0, 3813.0, 3835.0, 3816.0, 3826.0, 3806.0, 3838.0, 3797.0, 3827.0, 3796.0, 3826.0, 3784.0, 3827.0, 3784.0, 3827.0, 3837.0, 3817.0, 3836.0, 3806.0, 3825.0, 3798.0, 3828.0, 3795.0, 3826.0, 3784.0, 3826.0, 3774.0, 3827.0, 3837.0, 3816.0, 3838.0, 3818.0, 3827.0, 3785.0, 3827.0, 3775.0, 3831.0, 3807.0, 3828.0, 3777.0, 3830.0, 3799.0, 3830.0, 3808.0, 3831.0, 3842.0, 3831.0, 3820.0, 3831.0, 3850.0, 3830.0, 3840.0, 3819.0, 3839.0, 3797.0, 3828.0, 3796.0, 3828.0, 3776.0, 3828.0, 3788.0, 3839.0, 3799.0, 3838.0, 3797.0, 3837.0, 3796.0, 3839.0, 3796.0, 3840.0, 3810.0, 3852.0, 3821.0, 3851.0, 3808.0, 3839.0, 3785.0, 3841.0, 3797.0, 3830.0, 3817.0, 3829.0, 3818.0, 3829.0, 3838.0, 3817.0, 3837.0, 3816.0, 3826.0, 3795.0, 3825.0, 3774.0, 3827.0, 3774.0, 3826.0, 3815.0, 3816.0, 3848.0, 3817.0, 3825.0, 3806.0, 3794.0, 3805.0, 3804.0, 3806.0, 3836.0, 3806.0, 3825.0, 3796.0, 3826.0, 3810.0, 3828.0, 3809.0, 3839.0, 3820.0, 3819.0, 3821.0, 3777.0, 3810.0, 3790.0, 3842.0, 3823.0, 3854.0, 3833.0, 3853.0, 3822.0, 3841.0, 3821.0, 3840.0, 3808.0, 3841.0, 3799.0, 3829.0, 3787.0, 3827.0, 3775.0, 3827.0, 3784.0, 3817.0, 3837.0, 3817.0, 3839.0, 3820.0, 3827.0, 3809.0, 3828.0, 3810.0, 3829.0, 3820.0, 3840.0, 3821.0, 3812.0, 3834.0, 3803.0, 3854.0, 3827.0, 3868.0, 3834.0, 3842.0, 3834.0, 3851.0, 3833.0, 3852.0, 3832.0, 3842.0, 3810.0, 3842.0, 3788.0, 3840.0, 3839.0, 3831.0, 3839.0, 3819.0, 3816.0, 3807.0, 3837.0, 3817.0, 3827.0, 3821.0, 3841.0, 3799.0, 3839.0, 3787.0, 3827.0, 3785.0, 3828.0, 3786.0, 3829.0, 3807.0, 3829.0, 3851.0, 3830.0, 3839.0, 3820.0, 3849.0, 3819.0, 3839.0, 3796.0, 3827.0, 3774.0, 3828.0, 3827.0, 3817.0, 3850.0, 3829.0, 3827.0, 3805.0, 3824.0, 3806.0, 3826.0, 3783.0, 3825.0, 3773.0, 3817.0, 3775.0, 3827.0, 3786.0, 3827.0, 3786.0, 3828.0, 3774.0, 3829.0, 3797.0, 3828.0, 3850.0, 3840.0, 3819.0, 3818.0, 3775.0, 3817.0, 3797.0, 3840.0, 3819.0], 'WindowWidth': [8724.0, 8658.0, 8670.0, 8583.0, 8632.0, 8560.0, 8626.0, 8592.0, 8607.0, 8633.0, 8609.0, 8618.0, 8599.0, 8626.0, 8568.0, 8624.0, 8566.0, 8619.0, 8547.0, 8619.0, 8645.0, 8591.0, 8640.0, 8568.0, 8607.0, 8552.0, 8621.0, 8602.0, 8603.0, 8633.0, 8600.0, 8622.0, 8580.0, 8619.0, 8586.0, 8624.0, 8604.0, 8627.0, 8619.0, 8657.0, 8639.0, 8655.0, 8613.0, 8637.0, 8577.0, 8620.0, 8558.0, 8597.0, 8633.0, 8587.0, 8613.0, 8537.0, 8595.0, 8535.0, 8591.0, 8536.0, 8613.0, 8612.0, 8584.0, 8608.0, 8566.0, 8593.0, 8539.0, 8594.0, 8628.0, 8603.0, 8609.0, 8586.0, 8590.0, 8568.0, 8574.0, 8554.0, 8581.0, 8552.0, 8621.0, 8548.0, 8622.0, 8560.0, 8590.0, 8573.0, 8571.0, 8610.0, 8569.0, 8600.0, 8548.0, 8605.0, 8576.0, 8605.0, 8598.0, 8572.0, 8612.0, 8590.0, 8596.0, 8578.0, 8608.0, 8586.0, 8607.0, 8552.0, 8612.0, 8586.0, 8623.0, 8584.0, 8633.0, 8598.0, 8635.0, 8577.0, 8610.0, 8586.0, 8593.0, 8616.0, 8588.0, 8597.0, 8585.0, 8610.0, 8586.0, 8612.0, 8553.0, 8598.0, 8538.0, 8604.0, 8635.0, 8574.0, 8596.0, 8571.0, 8596.0, 8574.0, 8628.0, 8575.0, 8618.0, 8560.0, 8604.0, 8553.0, 8612.0, 8594.0, 8604.0, 8535.0, 8607.0, 8545.0, 8614.0, 8547.0, 8620.0, 8550.0, 8622.0, 8555.0, 8667.0, 8646.0, 8612.0, 8620.0, 8590.0, 8613.0, 8591.0, 8621.0, 8566.0, 8605.0, 8580.0, 8628.0, 8554.0, 8610.0, 8632.0, 8576.0, 8596.0, 8557.0, 8584.0, 8526.0, 8590.0, 8621.0, 8594.0, 8599.0, 8577.0, 8583.0, 8558.0, 8579.0, 8540.0, 8580.0, 8541.0, 8586.0, 8556.0, 8606.0, 8637.0, 8590.0, 8596.0, 8572.0, 8595.0, 8537.0, 8595.0, 8526.0, 8584.0, 8632.0, 8612.0, 8618.0, 8594.0, 8615.0, 8576.0, 8592.0, 8571.0, 8597.0, 8554.0, 8601.0, 8541.0, 8584.0, 8612.0, 8585.0, 8618.0, 8577.0, 8597.0, 8570.0, 8592.0, 8554.0, 8597.0, 8562.0, 8618.0, 8548.0, 8600.0, 8546.0, 8603.0, 8566.0, 8622.0, 8626.0, 8645.0, 8616.0, 8619.0, 8594.0, 8613.0, 8577.0, 8602.0, 8543.0, 8590.0, 8573.0, 8588.0, 8614.0, 8575.0, 8620.0, 8562.0, 8598.0, 8540.0, 8595.0, 8539.0, 8601.0, 8602.0, 8589.0, 8620.0, 8579.0, 8599.0, 8579.0, 8612.0, 8593.0, 8616.0, 8562.0, 8605.0, 8547.0, 8605.0, 8615.0, 8592.0, 8617.0, 8599.0, 8626.0, 8568.0, 8605.0, 8562.0, 8617.0, 8564.0, 8621.0, 8547.0, 8600.0, 8532.0, 8588.0, 8550.0, 8619.0, 8564.0, 8618.0, 8557.0, 8617.0, 8561.0, 8614.0, 8556.0, 8611.0, 8579.0, 8593.0, 8607.0, 8580.0, 8591.0, 8563.0, 8575.0, 8534.0, 8578.0, 8535.0, 8604.0, 8629.0, 8584.0, 8580.0, 8568.0, 8592.0, 8568.0, 8593.0, 8555.0, 8600.0, 8565.0, 8596.0, 8562.0, 8600.0, 8560.0, 8604.0, 8543.0, 8602.0, 8617.0, 8593.0, 8622.0, 8597.0, 8620.0, 8601.0, 8620.0, 8583.0, 8617.0, 8594.0, 8617.0, 8563.0, 8604.0, 8565.0, 8628.0, 8567.0, 8609.0, 8564.0, 8601.0, 8542.0, 8597.0, 8559.0, 8618.0, 8579.0, 8638.0, 8599.0, 8648.0, 8584.0, 8620.0, 8562.0, 8616.0, 8555.0, 8611.0, 8551.0, 8592.0, 8623.0, 8578.0, 8604.0, 8546.0, 8576.0, 8538.0, 8584.0, 8591.0, 8586.0, 8533.0, 8565.0, 8549.0, 8569.0, 8611.0, 8592.0, 8618.0, 8592.0, 8600.0, 8577.0, 8611.0, 8574.0, 8609.0, 8556.0, 8582.0, 8568.0, 8613.0, 8583.0, 8639.0, 8568.0, 8601.0, 8576.0, 8603.0, 8583.0, 8607.0, 8596.0, 8566.0, 8609.0, 8606.0, 8593.0, 8621.0, 8611.0, 8619.0, 8588.0, 8595.0, 8570.0, 8592.0, 8548.0, 8578.0, 8532.0, 8571.0, 8600.0, 8559.0, 8569.0, 8514.0, 8558.0, 8556.0, 8558.0, 8592.0, 8550.0, 8555.0, 8535.0, 8576.0, 8524.0, 8563.0, 8538.0, 8569.0, 8569.0, 8628.0, 8587.0, 8629.0, 8576.0, 8626.0, 8589.0, 8626.0, 8567.0, 8610.0, 8598.0, 8620.0, 8611.0, 8611.0, 8568.0, 8608.0, 8560.0, 8609.0, 8553.0, 8622.0, 8568.0, 8624.0, 8592.0, 8647.0, 8571.0, 8638.0, 8565.0, 8634.0, 8560.0, 8623.0, 8601.0, 8600.0, 8628.0, 8583.0, 8609.0, 8536.0, 8599.0, 8556.0, 8579.0, 8561.0, 8575.0, 8601.0, 8564.0, 8610.0, 8553.0, 8600.0, 8547.0, 8584.0, 8545.0, 8586.0, 8542.0, 8601.0, 8570.0, 8584.0, 8612.0, 8570.0, 8597.0, 8540.0, 8583.0, 8579.0, 8563.0, 8592.0, 8568.0, 8575.0, 8550.0, 8574.0, 8536.0, 8578.0, 8521.0, 8580.0, 8548.0, 8561.0, 8589.0, 8561.0, 8573.0, 8518.0, 8561.0, 8559.0, 8562.0, 8588.0, 8550.0, 8577.0, 8557.0, 8602.0, 8565.0, 8599.0, 8560.0, 8599.0, 8530.0, 8601.0, 8529.0, 8583.0, 8612.0, 8591.0, 8615.0, 8602.0, 8621.0, 8601.0, 8597.0, 8617.0, 8567.0, 8595.0, 8570.0, 8629.0, 8575.0, 8643.0, 8587.0, 8646.0, 8570.0, 8612.0, 8640.0, 8635.0, 8643.0, 8614.0, 8620.0, 8592.0, 8614.0, 8574.0, 8600.0, 8543.0, 8602.0, 8529.0, 8604.0, 8620.0, 8590.0, 8587.0, 8573.0, 8597.0, 8586.0, 8612.0, 8574.0, 8605.0, 8547.0, 8611.0, 8577.0, 8589.0, 8560.0, 8589.0, 8613.0, 8590.0, 8613.0, 8587.0, 8602.0, 8544.0, 8603.0, 8614.0, 8587.0, 8598.0, 8612.0, 8605.0, 8575.0, 8593.0, 8569.0, 8593.0, 8569.0, 8613.0, 8539.0, 8582.0, 8611.0, 8588.0, 8613.0, 8583.0, 8590.0, 8565.0, 8586.0, 8547.0, 8590.0, 8521.0, 8602.0, 8543.0, 8595.0, 8519.0, 8595.0, 8557.0, 8614.0, 8597.0, 8604.0, 8596.0, 8633.0, 8594.0, 8618.0, 8611.0, 8647.0, 8581.0, 8617.0, 8555.0, 8608.0, 8533.0, 8587.0, 8616.0, 8570.0, 8583.0, 8511.0, 8570.0, 8537.0, 8571.0, 8599.0, 8574.0, 8580.0, 8544.0, 8564.0, 8531.0, 8590.0, 8534.0, 8598.0, 8540.0, 8595.0, 8554.0, 8593.0, 8539.0, 8599.0, 8560.0, 8614.0, 8592.0, 8615.0, 8594.0, 8620.0, 8591.0, 8614.0, 8575.0, 8610.0, 8583.0, 8593.0, 8535.0, 8594.0, 8604.0, 8575.0, 8605.0, 8560.0, 8607.0, 8535.0, 8587.0, 8549.0, 8573.0, 8498.0, 8570.0, 8600.0, 8577.0, 8590.0, 8565.0, 8610.0, 8557.0, 8594.0, 8553.0, 8592.0, 8534.0, 8593.0, 8535.0, 8595.0, 8607.0, 8581.0, 8605.0, 8565.0, 8589.0, 8561.0, 8597.0, 8550.0, 8592.0, 8533.0, 8593.0, 8520.0, 8595.0, 8606.0, 8579.0, 8610.0, 8583.0, 8593.0, 8538.0, 8594.0, 8526.0, 8607.0, 8570.0, 8598.0, 8531.0, 8603.0, 8562.0, 8604.0, 8572.0, 8607.0, 8623.0, 8607.0, 8592.0, 8606.0, 8631.0, 8604.0, 8616.0, 8587.0, 8614.0, 8553.0, 8593.0, 8553.0, 8595.0, 8527.0, 8595.0, 8546.0, 8615.0, 8562.0, 8611.0, 8553.0, 8606.0, 8553.0, 8611.0, 8555.0, 8617.0, 8581.0, 8634.0, 8592.0, 8630.0, 8571.0, 8614.0, 8537.0, 8618.0, 8558.0, 8601.0, 8582.0, 8597.0, 8583.0, 8598.0, 8611.0, 8581.0, 8607.0, 8578.0, 8589.0, 8549.0, 8588.0, 8520.0, 8591.0, 8520.0, 8590.0, 8573.0, 8577.0, 8624.0, 8578.0, 8588.0, 8562.0, 8545.0, 8562.0, 8559.0, 8563.0, 8603.0, 8562.0, 8587.0, 8551.0, 8590.0, 8579.0, 8597.0, 8575.0, 8613.0, 8592.0, 8584.0, 8592.0, 8529.0, 8575.0, 8551.0, 8621.0, 8600.0, 8639.0, 8612.0, 8635.0, 8595.0, 8615.0, 8590.0, 8613.0, 8571.0, 8616.0, 8558.0, 8597.0, 8538.0, 8591.0, 8521.0, 8590.0, 8531.0, 8577.0, 8606.0, 8580.0, 8613.0, 8587.0, 8591.0, 8573.0, 8594.0, 8577.0, 8599.0, 8592.0, 8614.0, 8592.0, 8583.0, 8614.0, 8574.0, 8640.0, 8612.0, 8666.0, 8616.0, 8621.0, 8612.0, 8631.0, 8610.0, 8633.0, 8607.0, 8619.0, 8575.0, 8618.0, 8544.0, 8614.0, 8614.0, 8603.0, 8610.0, 8584.0, 8577.0, 8566.0, 8605.0, 8578.0, 8591.0, 8591.0, 8619.0, 8559.0, 8610.0, 8540.0, 8592.0, 8536.0, 8595.0, 8539.0, 8599.0, 8569.0, 8600.0, 8632.0, 8604.0, 8612.0, 8590.0, 8626.0, 8586.0, 8610.0, 8552.0, 8593.0, 8520.0, 8594.0, 8592.0, 8579.0, 8628.0, 8600.0, 8591.0, 8562.0, 8584.0, 8563.0, 8591.0, 8528.0, 8586.0, 8515.0, 8581.0, 8525.0, 8593.0, 8538.0, 8593.0, 8539.0, 8595.0, 8520.0, 8597.0, 8554.0, 8598.0, 8631.0, 8619.0, 8587.0, 8584.0, 8522.0, 8580.0, 8555.0, 8614.0, 8589.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.0004824510932105868</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025270091369390103</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.8264142269816</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1978783533755748</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.997025679919354</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4955</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3197.4443</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12624354067350008</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>142</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>16.340621403912543</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5002161452052096</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4498058506829863</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6049796651651724</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4458629197674697</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00965492</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01189526915550232</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03365976735949516</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.196375294987391</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>22.8716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.5424</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.7688</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298477.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>853.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.9063</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5285</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>448.0054</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3057.8626</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3182.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78067.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1262.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3959.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>758.2686</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.51516890455969</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> |