=== 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-0094 --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-0094",
"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-0094_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0094_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-04/func/sub-0094_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>6946bed8f1fcc735aff82a9e5f5b2f92</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>19:15:25.192500</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.998631, -0.0081217, 0.0516788, 0.0118526, 0.997312, -0.0723015]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.106691</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4252, -7862, -7212, 636, -41, -268, 293, 84]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.029</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>286013c3-5759-4fe7-a22d-ab547f5654b3||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.679253339767456, 0.031799543648958206, 0.1375722587108612, 106.48217010498047], [0.021789928898215294, 2.6757161617279053, -0.19660061597824097, -99.373779296875], [0.13865041732788086, 0.1939796805381775, 2.6893162727355957, -77.31224822998047], [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': ['191525.192500', '191525.652500', '191526.112500', '191526.572500', '191527.032500', '191527.492500', '191527.952500', '191528.412500', '191528.872500', '191529.332500', '191529.792500', '191530.252500', '191530.712500', '191531.172500', '191531.632500', '191532.092500', '191532.552500', '191533.012500', '191533.472500', '191533.932500', '191534.392500', '191534.852500', '191535.312500', '191535.772500', '191536.232500', '191536.692500', '191537.152500', '191537.612500', '191538.072500', '191538.532500', '191538.992500', '191539.452500', '191539.912500', '191540.372500', '191540.832500', '191541.292500', '191541.752500', '191542.212500', '191542.672500', '191543.132500', '191543.592500', '191544.052500', '191544.512500', '191544.972500', '191545.432500', '191545.892500', '191546.352500', '191546.812500', '191547.272500', '191547.732500', '191548.192500', '191548.652500', '191549.112500', '191549.572500', '191550.032500', '191550.492500', '191550.952500', '191551.412500', '191551.872500', '191552.332500', '191552.792500', '191553.252500', '191553.712500', '191554.172500', '191554.632500', '191555.092500', '191555.552500', '191556.012500', '191556.472500', '191556.932500', '191557.392500', '191557.852500', '191558.312500', '191558.772500', '191559.232500', '191559.692500', '191600.152500', '191600.612500', '191601.072500', '191601.532500', '191601.992500', '191602.452500', '191602.912500', '191603.372500', '191603.832500', '191604.292500', '191604.752500', '191605.212500', '191605.672500', '191606.132500', '191606.592500', '191607.052500', '191607.512500', '191607.972500', '191608.432500', '191608.892500', '191609.352500', '191609.812500', '191610.272500', '191610.732500', '191611.192500', '191611.652500', '191612.112500', '191612.572500', '191613.032500', '191613.492500', '191613.952500', '191614.412500', '191614.872500', '191615.332500', '191615.792500', '191616.252500', '191616.712500', '191617.172500', '191617.632500', '191618.092500', '191618.552500', '191619.012500', '191619.472500', '191619.932500', '191620.392500', '191620.852500', '191621.312500', '191621.772500', '191622.232500', '191622.692500', '191623.152500', '191623.612500', '191624.072500', '191624.532500', '191624.992500', '191625.452500', '191625.912500', '191626.372500', '191626.832500', '191627.292500', '191627.752500', '191628.212500', '191628.672500', '191629.132500', '191629.592500', '191630.052500', '191630.512500', '191630.972500', '191631.432500', '191631.892500', '191632.352500', '191632.812500', '191633.272500', '191633.732500', '191634.192500', '191634.652500', '191635.112500', '191635.572500', '191636.032500', '191636.492500', '191636.952500', '191637.412500', '191637.872500', '191638.332500', '191638.792500', '191639.252500', '191639.712500', '191640.172500', '191640.632500', '191641.092500', '191641.552500', '191642.012500', '191642.472500', '191642.932500', '191643.392500', '191643.852500', '191644.312500', '191644.772500', '191645.232500', '191645.692500', '191646.152500', '191646.612500', '191647.072500', '191647.532500', '191647.992500', '191648.452500', '191648.912500', '191649.372500', '191649.832500', '191650.292500', '191650.752500', '191651.212500', '191651.672500', '191652.132500', '191652.592500', '191653.052500', '191653.512500', '191653.972500', '191654.432500', '191654.892500', '191655.352500', '191655.812500', '191656.272500', '191656.732500', '191657.192500', '191657.652500', '191658.112500', '191658.572500', '191659.032500', '191659.492500', '191659.952500', '191700.412500', '191700.872500', '191701.332500', '191701.792500', '191702.252500', '191702.712500', '191703.172500', '191703.632500', '191704.092500', '191704.552500', '191705.012500', '191705.472500', '191705.932500', '191706.392500', '191706.852500', '191707.312500', '191707.772500', '191708.232500', '191708.692500', '191709.152500', '191709.612500', '191710.072500', '191710.532500', '191710.992500', '191711.452500', '191711.912500', '191712.372500', '191712.832500', '191713.292500', '191713.752500', '191714.212500', '191714.672500', '191715.132500', '191715.592500', '191716.052500', '191716.512500', '191716.972500', '191717.432500', '191717.892500', '191718.352500', '191718.812500', '191719.272500', '191719.732500', '191720.192500', '191720.652500', '191721.112500', '191721.572500', '191722.032500', '191722.492500', '191722.952500', '191723.412500', '191723.872500', '191724.332500', '191724.792500', '191725.252500', '191725.712500', '191726.172500', '191726.632500', '191727.092500', '191727.552500', '191728.012500', '191728.472500', '191728.932500', '191729.392500', '191729.852500', '191730.312500', '191730.772500', '191731.232500', '191731.692500', '191732.152500', '191732.612500', '191733.072500', '191733.532500', '191733.992500', '191734.452500', '191734.912500', '191735.372500', '191735.832500', '191736.292500', '191736.752500', '191737.212500', '191737.672500', '191738.132500', '191738.592500', '191739.052500', '191739.512500', '191739.972500', '191740.432500', '191740.892500', '191741.352500', '191741.812500', '191742.272500', '191742.732500', '191743.192500', '191743.652500', '191744.112500', '191744.572500', '191745.032500', '191745.492500', '191745.952500', '191746.412500', '191746.872500', '191747.332500', '191747.792500', '191748.252500', '191748.712500', '191749.172500', '191749.632500', '191750.092500', '191750.552500', '191751.012500', '191751.472500', '191751.932500', '191752.392500', '191752.852500', '191753.312500', '191753.772500', '191754.232500', '191754.692500', '191755.152500', '191755.612500', '191756.072500', '191756.532500', '191756.992500', '191757.452500', '191757.912500', '191758.372500', '191758.832500', '191759.292500', '191759.752500', '191800.212500', '191800.672500', '191801.132500', '191801.592500', '191802.052500', '191802.512500', '191802.972500', '191803.432500', '191803.892500', '191804.352500', '191804.812500', '191805.272500', '191805.732500', '191806.192500', '191806.652500', '191807.112500', '191807.572500', '191808.032500', '191808.492500', '191808.952500', '191809.412500', '191809.872500', '191810.332500', '191810.792500', '191811.252500', '191811.712500', '191812.172500', '191812.632500', '191813.092500', '191813.552500', '191814.012500', '191814.472500', '191814.932500', '191815.392500', '191815.852500', '191816.312500', '191816.772500', '191817.232500', '191817.692500', '191818.152500', '191818.612500', '191819.072500', '191819.532500', '191819.992500', '191820.452500', '191820.912500', '191821.372500', '191821.832500', '191822.292500', '191822.752500', '191823.212500', '191823.672500', '191824.132500', '191824.592500', '191825.052500', '191825.512500', '191825.972500', '191826.432500', '191826.892500', '191827.352500', '191827.812500', '191828.272500', '191828.732500', '191829.192500', '191829.652500', '191830.112500', '191830.572500', '191831.032500', '191831.492500', '191831.952500', '191832.412500', '191832.872500', '191833.332500', '191833.792500', '191834.252500', '191834.712500', '191835.172500', '191835.632500', '191836.092500', '191836.552500', '191837.012500', '191837.472500', '191837.932500', '191838.392500', '191838.852500', '191839.312500', '191839.772500', '191840.232500', '191840.692500', '191841.152500', '191841.612500', '191842.072500', '191842.532500', '191842.992500', '191843.452500', '191843.912500', '191844.372500', '191844.832500', '191845.292500', '191845.752500', '191846.212500', '191846.672500', '191847.132500', '191847.592500', '191848.052500', '191848.512500', '191848.972500', '191849.432500', '191849.892500', '191850.352500', '191850.812500', '191851.272500', '191851.732500', '191852.192500', '191852.652500', '191853.112500', '191853.572500', '191854.032500', '191854.492500', '191854.952500', '191855.412500', '191855.872500', '191856.332500', '191856.792500', '191857.252500', '191857.712500', '191858.172500', '191858.632500', '191859.092500', '191859.552500', '191900.012500', '191900.472500', '191900.932500', '191901.392500', '191901.852500', '191902.312500', '191902.772500', '191903.232500', '191903.692500', '191904.152500', '191904.612500', '191905.072500', '191905.532500', '191905.992500', '191906.452500', '191906.912500', '191907.372500', '191907.832500', '191908.292500', '191908.752500', '191909.212500', '191909.672500', '191910.132500', '191910.592500', '191911.052500', '191911.512500', '191911.972500', '191912.432500', '191912.892500', '191913.352500', '191913.812500', '191914.272500', '191914.732500', '191915.192500', '191915.652500', '191916.112500', '191916.572500', '191917.032500', '191917.492500', '191917.952500', '191918.412500', '191918.872500', '191919.332500', '191919.792500', '191920.252500', '191920.712500', '191921.172500', '191921.632500', '191922.092500', '191922.552500', '191923.012500', '191923.472500', '191923.932500', '191924.392500', '191924.852500', '191925.312500', '191925.772500', '191926.232500', '191926.692500', '191927.152500', '191927.612500', '191928.072500', '191928.532500', '191928.992500', '191929.452500', '191929.912500', '191930.372500', '191930.832500', '191931.292500', '191931.752500', '191932.212500', '191932.672500', '191933.132500', '191933.592500', '191934.052500', '191934.512500', '191934.972500', '191935.432500', '191935.892500', '191936.352500', '191936.812500', '191937.272500', '191937.732500', '191938.192500', '191938.652500', '191939.112500', '191939.572500', '191940.032500', '191940.492500', '191940.952500', '191941.412500', '191941.872500', '191942.332500', '191942.792500', '191943.252500', '191943.712500', '191944.172500', '191944.632500', '191945.092500', '191945.552500', '191946.012500', '191946.472500', '191946.932500', '191947.392500', '191947.852500', '191948.312500', '191948.772500', '191949.232500', '191949.692500', '191950.152500', '191950.612500', '191951.072500', '191951.532500', '191951.992500', '191952.452500', '191952.912500', '191953.372500', '191953.832500', '191954.292500', '191954.752500', '191955.212500', '191955.672500', '191956.132500', '191956.592500', '191957.052500', '191957.512500', '191957.972500', '191958.432500', '191958.892500', '191959.352500', '191959.812500', '192000.272500', '192000.732500', '192001.192500', '192001.652500', '192002.112500', '192002.572500', '192003.032500', '192003.492500', '192003.952500', '192004.412500', '192004.872500', '192005.332500', '192005.792500', '192006.252500', '192006.712500', '192007.172500', '192007.632500', '192008.092500', '192008.552500', '192009.012500', '192009.472500', '192009.932500', '192010.392500', '192010.852500', '192011.312500', '192011.772500', '192012.232500', '192012.692500', '192013.152500', '192013.612500', '192014.072500', '192014.532500', '192014.992500', '192015.452500', '192015.912500', '192016.372500', '192016.832500', '192017.292500', '192017.752500', '192018.212500', '192018.672500', '192019.132500', '192019.592500', '192020.052500', '192020.512500', '192020.972500', '192021.432500', '192021.892500', '192022.352500', '192022.812500', '192023.272500', '192023.732500', '192024.192500', '192024.652500', '192025.112500', '192025.572500', '192026.032500', '192026.492500', '192026.952500', '192027.412500', '192027.872500', '192028.332500', '192028.792500', '192029.252500', '192029.712500', '192030.172500', '192030.632500', '192031.092500', '192031.552500', '192032.012500', '192032.472500', '192032.932500', '192033.392500', '192033.852500', '192034.312500', '192034.772500', '192035.232500', '192035.692500', '192036.152500', '192036.612500', '192037.072500', '192037.532500', '192037.992500', '192038.452500', '192038.912500', '192039.372500', '192039.832500', '192040.292500', '192040.752500', '192041.212500', '192041.672500', '192042.132500', '192042.592500', '192043.052500', '192043.512500', '192043.972500', '192044.432500', '192044.892500', '192045.352500', '192045.812500', '192046.272500', '192046.732500', '192047.192500', '192047.652500', '192048.112500', '192048.572500', '192049.032500', '192049.492500', '192049.952500', '192050.412500', '192050.872500', '192051.332500', '192051.792500', '192052.252500', '192052.712500', '192053.172500', '192053.632500', '192054.092500', '192054.552500', '192055.012500', '192055.472500', '192055.932500', '192056.392500', '192056.852500', '192057.312500', '192057.772500', '192058.232500', '192058.692500', '192059.152500', '192059.612500', '192100.072500', '192100.532500', '192100.992500', '192101.452500', '192101.912500', '192102.372500', '192102.832500', '192103.292500', '192103.752500', '192104.212500', '192104.672500', '192105.132500', '192105.592500', '192106.052500', '192106.512500', '192106.972500', '192107.432500', '192107.892500', '192108.352500', '192108.812500', '192109.272500', '192109.732500', '192110.192500', '192110.652500', '192111.112500', '192111.572500', '192112.032500', '192112.492500', '192112.952500', '192113.412500', '192113.872500', '192114.332500', '192114.792500', '192115.252500', '192115.712500', '192116.172500', '192116.632500', '192117.092500', '192117.552500', '192118.012500', '192118.472500', '192118.932500', '192119.392500', '192119.852500', '192120.312500', '192120.772500', '192121.232500', '192121.692500', '192122.152500', '192122.612500', '192123.072500', '192123.532500', '192123.992500', '192124.452500', '192124.912500', '192125.372500', '192125.832500', '192126.292500', '192126.752500', '192127.212500', '192127.672500', '192128.132500', '192128.592500', '192129.052500', '192129.512500', '192129.972500', '192130.432500', '192130.892500', '192131.352500', '192131.812500', '192132.272500', '192132.732500', '192133.192500', '192133.652500', '192134.112500', '192134.572500', '192135.032500', '192135.492500', '192135.952500', '192136.412500', '192136.872500', '192137.332500', '192137.792500', '192138.252500', '192138.712500', '192139.172500', '192139.632500', '192140.092500', '192140.552500', '192141.012500', '192141.472500', '192141.932500', '192142.392500', '192142.852500', '192143.312500', '192143.772500', '192144.232500', '192144.692500', '192145.152500', '192145.612500', '192146.072500', '192146.532500', '192146.992500', '192147.452500', '192147.912500', '192148.372500', '192148.832500', '192149.292500', '192149.752500', '192150.212500', '192150.672500', '192151.132500', '192151.592500', '192152.052500', '192152.512500', '192152.972500', '192153.432500', '192153.892500', '192154.352500', '192154.812500', '192155.272500', '192155.732500', '192156.192500', '192156.652500', '192157.112500', '192157.572500', '192158.032500', '192158.492500', '192158.952500', '192159.412500', '192159.872500', '192200.332500', '192200.792500', '192201.252500', '192201.712500', '192202.172500', '192202.632500', '192203.092500', '192203.552500', '192204.012500', '192204.472500', '192204.932500', '192205.392500', '192205.852500'], 'ContentTime': ['191547.855000', '191547.858000', '191547.860000', '191547.863000', '191547.866000', '191547.868000', '191547.871000', '191547.873000', '191547.876000', '191547.879000', '191547.881000', '191547.884000', '191547.886000', '191547.889000', '191547.898000', '191547.901000', '191547.903000', '191547.906000', '191547.908000', '191547.911000', '191547.914000', '191547.916000', '191547.919000', '191547.921000', '191547.924000', '191547.927000', '191547.929000', '191547.932000', '191547.934000', '191547.937000', '191547.939000', '191547.942000', '191547.945000', '191547.947000', '191547.950000', '191547.953000', '191547.955000', '191547.958000', '191547.960000', '191547.963000', '191547.974000', '191547.986000', '191547.989000', '191547.991000', '191547.994000', '191547.997000', '191607.817000', '191607.820000', '191607.823000', '191607.826000', '191607.828000', '191607.831000', '191607.833000', '191607.836000', '191607.839000', '191607.841000', '191607.844000', '191607.846000', '191607.849000', '191607.851000', '191607.854000', '191607.857000', '191607.859000', '191607.862000', '191607.864000', '191607.867000', '191607.869000', '191607.872000', '191607.875000', '191607.877000', '191607.880000', '191607.882000', '191607.885000', '191607.887000', '191607.890000', '191607.893000', '191607.895000', '191607.898000', '191607.900000', '191607.903000', '191607.905000', '191607.908000', '191607.910000', '191607.913000', '191607.924000', '191607.927000', '191607.929000', '191607.932000', '191607.934000', '191607.937000', '191627.818000', '191627.821000', '191627.823000', '191627.826000', '191627.828000', '191627.831000', '191627.833000', '191627.836000', '191627.839000', '191627.841000', '191627.844000', '191627.847000', '191627.849000', '191627.852000', '191627.854000', '191627.857000', '191627.860000', '191627.862000', '191627.865000', '191627.867000', '191627.870000', '191627.875000', '191627.878000', '191627.880000', '191627.883000', '191627.885000', '191627.888000', '191627.890000', '191627.893000', '191627.896000', '191627.898000', '191627.901000', '191627.903000', '191627.906000', '191627.909000', '191627.911000', '191627.914000', '191627.917000', '191627.919000', '191627.922000', '191627.925000', '191627.927000', '191627.930000', '191647.817000', '191647.820000', '191647.823000', '191647.826000', '191647.828000', '191647.831000', '191647.833000', '191647.836000', '191647.839000', '191647.841000', '191647.844000', '191647.846000', '191647.849000', '191647.852000', '191647.854000', '191647.860000', '191647.863000', '191647.865000', '191647.868000', '191647.871000', '191647.873000', '191647.876000', '191647.879000', '191647.881000', '191647.884000', '191647.886000', '191647.889000', '191647.892000', '191647.894000', '191647.897000', '191647.899000', '191647.902000', '191647.905000', '191647.907000', '191647.910000', '191647.912000', '191647.915000', '191647.918000', '191647.920000', '191647.923000', '191647.926000', '191647.928000', '191647.931000', '191647.933000', '191707.817000', '191707.820000', '191707.823000', '191707.825000', '191707.828000', '191707.831000', '191707.834000', '191707.836000', '191707.839000', '191707.841000', '191707.844000', '191707.847000', '191707.849000', '191707.852000', '191707.854000', '191707.857000', '191707.860000', '191707.862000', '191707.865000', '191707.867000', '191707.870000', '191707.873000', '191707.875000', '191707.878000', '191707.880000', '191707.883000', '191707.886000', '191707.888000', '191707.891000', '191707.894000', '191707.896000', '191707.899000', '191707.901000', '191707.904000', '191707.907000', '191707.909000', '191707.912000', '191707.914000', '191707.917000', '191707.919000', '191707.922000', '191707.925000', '191707.927000', '191727.818000', '191727.820000', '191727.823000', '191727.826000', '191727.828000', '191727.831000', '191727.834000', '191727.837000', '191727.840000', '191727.842000', '191727.845000', '191727.848000', '191727.850000', '191727.853000', '191727.856000', '191727.858000', '191727.861000', '191727.863000', '191727.866000', '191727.869000', '191727.871000', '191727.874000', '191727.876000', '191727.879000', '191727.882000', '191727.884000', '191727.891000', '191727.894000', '191727.896000', '191727.899000', '191727.902000', '191727.904000', '191727.907000', '191727.909000', '191727.912000', '191727.914000', '191727.917000', '191727.920000', '191727.922000', '191727.925000', '191727.927000', '191727.930000', '191727.933000', '191727.935000', '191747.817000', '191747.820000', '191747.823000', '191747.825000', '191747.835000', '191747.838000', '191747.840000', '191747.843000', '191747.845000', '191747.848000', '191747.851000', '191747.853000', '191747.856000', '191747.858000', '191747.861000', '191747.864000', '191747.866000', '191747.869000', '191747.871000', '191747.874000', '191747.877000', '191747.879000', '191747.882000', '191747.884000', '191747.887000', '191747.890000', '191747.892000', '191747.895000', '191747.897000', '191747.900000', '191747.903000', '191747.905000', '191747.908000', '191747.910000', '191747.913000', '191747.916000', '191747.918000', '191747.921000', '191747.924000', '191747.926000', '191747.929000', '191747.931000', '191747.934000', '191807.816000', '191807.819000', '191807.822000', '191807.824000', '191807.827000', '191807.830000', '191807.832000', '191807.835000', '191807.837000', '191807.840000', '191807.843000', '191807.845000', '191807.848000', '191807.851000', '191807.853000', '191807.856000', '191807.858000', '191807.861000', '191807.864000', '191807.866000', '191807.869000', '191807.871000', '191807.874000', '191807.878000', '191807.880000', '191807.883000', '191807.885000', '191807.888000', '191807.891000', '191807.893000', '191807.896000', '191807.898000', '191807.901000', '191807.904000', '191807.906000', '191807.909000', '191807.911000', '191807.914000', '191807.916000', '191807.919000', '191807.922000', '191807.924000', '191807.927000', '191807.930000', '191827.818000', '191827.820000', '191827.823000', '191827.826000', '191827.828000', '191827.831000', '191827.833000', '191827.836000', '191827.839000', '191827.841000', '191827.844000', '191827.846000', '191827.849000', '191827.851000', '191827.854000', '191827.857000', '191827.859000', '191827.862000', '191827.865000', '191827.867000', '191827.870000', '191827.872000', '191827.875000', '191827.878000', '191827.880000', '191827.883000', '191827.886000', '191827.888000', '191827.891000', '191827.893000', '191827.896000', '191827.899000', '191827.901000', '191827.904000', '191827.907000', '191827.909000', '191827.912000', '191827.914000', '191827.917000', '191827.920000', '191827.922000', '191827.925000', '191827.927000', '191847.818000', '191847.824000', '191847.827000', '191847.830000', '191847.832000', '191847.835000', '191847.838000', '191847.840000', '191847.843000', '191847.845000', '191847.848000', '191847.851000', '191847.853000', '191847.856000', '191847.858000', '191847.861000', '191847.864000', '191847.866000', '191847.869000', '191847.872000', '191847.874000', '191847.877000', '191847.880000', '191847.882000', '191847.885000', '191847.888000', '191847.890000', '191847.893000', '191847.896000', '191847.898000', '191847.901000', '191847.904000', '191847.906000', '191847.909000', '191847.911000', '191847.914000', '191847.917000', '191847.919000', '191847.922000', '191847.924000', '191847.927000', '191847.930000', '191847.932000', '191847.935000', '191907.818000', '191907.820000', '191907.823000', '191907.826000', '191907.828000', '191907.831000', '191907.833000', '191907.836000', '191907.838000', '191907.841000', '191907.844000', '191907.846000', '191907.849000', '191907.851000', '191907.854000', '191907.857000', '191907.859000', '191907.862000', '191907.864000', '191907.867000', '191907.870000', '191907.872000', '191907.875000', '191907.877000', '191907.880000', '191907.883000', '191907.885000', '191907.888000', '191907.891000', '191907.908000', '191907.911000', '191907.914000', '191907.916000', '191907.919000', '191907.921000', '191907.924000', '191907.927000', '191907.929000', '191907.932000', '191907.934000', '191907.937000', '191907.939000', '191907.942000', '191927.818000', '191927.820000', '191927.823000', '191927.826000', '191927.828000', '191927.831000', '191927.833000', '191927.836000', '191927.839000', '191927.841000', '191927.844000', '191927.846000', '191927.849000', '191927.852000', '191927.854000', '191927.857000', '191927.860000', '191927.862000', '191927.868000', '191927.871000', '191927.874000', '191927.876000', '191927.879000', '191927.881000', '191927.884000', '191927.887000', '191927.889000', '191927.892000', '191927.894000', '191927.897000', '191927.900000', '191927.902000', '191927.905000', '191927.908000', '191927.910000', '191927.913000', '191927.915000', '191927.918000', '191927.921000', '191927.923000', '191927.926000', '191927.928000', '191927.931000', '191927.934000', '191947.818000', '191947.820000', '191947.823000', '191947.826000', '191947.828000', '191947.831000', '191947.833000', '191947.836000', '191947.838000', '191947.841000', '191947.844000', '191947.846000', '191947.849000', '191947.851000', '191947.854000', '191947.857000', '191947.859000', '191947.862000', '191947.864000', '191947.867000', '191947.870000', '191947.872000', '191947.875000', '191947.877000', '191947.880000', '191947.883000', '191947.885000', '191947.888000', '191947.891000', '191947.893000', '191947.896000', '191947.898000', '191947.901000', '191947.903000', '191947.906000', '191947.909000', '191947.911000', '191947.914000', '191947.917000', '191947.919000', '191947.922000', '191947.924000', '191947.927000', '192007.817000', '192007.820000', '192007.823000', '192007.825000', '192007.828000', '192007.831000', '192007.834000', '192007.837000', '192007.840000', '192007.842000', '192007.845000', '192007.848000', '192007.850000', '192007.853000', '192007.855000', '192007.858000', '192007.862000', '192007.865000', '192007.867000', '192007.870000', '192007.873000', '192007.875000', '192007.878000', '192007.880000', '192007.883000', '192007.886000', '192007.888000', '192007.891000', '192007.893000', '192007.896000', '192007.899000', '192007.901000', '192007.904000', '192007.906000', '192007.909000', '192007.912000', '192007.914000', '192007.917000', '192007.920000', '192007.923000', '192007.925000', '192007.928000', '192007.930000', '192027.818000', '192027.820000', '192027.823000', '192027.826000', '192027.828000', '192027.831000', '192027.833000', '192027.836000', '192027.839000', '192027.841000', '192027.844000', '192027.846000', '192027.849000', '192027.852000', '192027.854000', '192027.857000', '192027.860000', '192027.862000', '192027.865000', '192027.868000', '192027.870000', '192027.873000', '192027.875000', '192027.878000', '192027.881000', '192027.883000', '192027.886000', '192027.889000', '192027.891000', '192027.894000', '192027.897000', '192027.899000', '192027.902000', '192027.904000', '192027.907000', '192027.910000', '192027.912000', '192027.915000', '192027.917000', '192027.920000', '192027.922000', '192027.925000', '192027.928000', '192027.930000', '192047.817000', '192047.820000', '192047.823000', '192047.826000', '192047.828000', '192047.831000', '192047.833000', '192047.836000', '192047.839000', '192047.841000', '192047.844000', '192047.847000', '192047.849000', '192047.852000', '192047.854000', '192047.857000', '192047.860000', '192047.862000', '192047.865000', '192047.868000', '192047.871000', '192047.874000', '192047.876000', '192047.879000', '192047.882000', '192047.884000', '192047.887000', '192047.889000', '192047.892000', '192047.895000', '192047.897000', '192047.900000', '192047.903000', '192047.905000', '192047.908000', '192047.910000', '192047.913000', '192047.915000', '192047.918000', '192047.921000', '192047.923000', '192047.926000', '192047.929000', '192107.817000', '192107.820000', '192107.823000', '192107.825000', '192107.828000', '192107.831000', '192107.833000', '192107.836000', '192107.839000', '192107.841000', '192107.844000', '192107.846000', '192107.849000', '192107.852000', '192107.854000', '192107.857000', '192107.860000', '192107.862000', '192107.865000', '192107.867000', '192107.870000', '192107.873000', '192107.875000', '192107.878000', '192107.880000', '192107.883000', '192107.886000', '192107.888000', '192107.891000', '192107.894000', '192107.896000', '192107.899000', '192107.901000', '192107.904000', '192107.906000', '192107.909000', '192107.912000', '192107.914000', '192107.919000', '192107.921000', '192107.924000', '192107.927000', '192107.929000', '192107.932000', '192127.817000', '192127.820000', '192127.823000', '192127.826000', '192127.828000', '192127.831000', '192127.833000', '192127.836000', '192127.838000', '192127.841000', '192127.844000', '192127.846000', '192127.849000', '192127.852000', '192127.855000', '192127.858000', '192127.861000', '192127.863000', '192127.866000', '192127.869000', '192127.871000', '192127.874000', '192127.876000', '192127.879000', '192127.882000', '192127.884000', '192127.887000', '192127.890000', '192127.892000', '192127.895000', '192127.897000', '192127.901000', '192127.904000', '192127.907000', '192127.909000', '192127.912000', '192127.914000', '192127.917000', '192127.920000', '192127.922000', '192127.925000', '192127.928000', '192127.930000', '192147.817000', '192147.820000', '192147.823000', '192147.825000', '192147.828000', '192147.831000', '192147.833000', '192147.836000', '192147.838000', '192147.841000', '192147.844000', '192147.846000', '192147.849000', '192147.852000', '192147.854000', '192147.857000', '192147.860000', '192147.862000', '192147.865000', '192147.867000', '192147.870000', '192147.873000', '192147.876000', '192147.878000', '192147.881000', '192147.883000', '192147.886000', '192147.889000', '192147.891000', '192147.894000', '192147.896000', '192147.899000', '192147.902000', '192147.904000', '192147.907000', '192147.909000', '192147.912000', '192147.915000', '192147.917000', '192147.920000', '192147.922000', '192147.925000', '192147.928000', '192147.930000', '192207.397000', '192207.400000', '192207.403000', '192207.406000', '192207.408000', '192207.411000', '192207.413000', '192207.416000', '192207.425000', '192207.428000', '192207.431000', '192207.433000', '192207.436000', '192207.438000', '192207.441000', '192207.444000', '192207.447000', '192207.449000', '192207.452000', '192207.455000', '192207.458000', '192207.461000', '192207.465000', '192207.468000', '192207.470000', '192207.473000', '192207.476000', '192207.479000', '192207.481000', '192207.485000', '192207.487000', '192207.490000', '192207.493000', '192207.496000', '192207.499000', '192207.507000', '192207.510000', '192207.513000', '192207.515000', '192207.518000', '192207.521000', '192207.523000', '192207.526000'], 'InstanceCreationTime': ['191547.855000', '191547.858000', '191547.860000', '191547.863000', '191547.866000', '191547.868000', '191547.871000', '191547.873000', '191547.876000', '191547.879000', '191547.881000', '191547.884000', '191547.886000', '191547.889000', '191547.898000', '191547.901000', '191547.903000', '191547.906000', '191547.908000', '191547.911000', '191547.914000', '191547.916000', '191547.919000', '191547.921000', '191547.924000', '191547.927000', '191547.929000', '191547.932000', '191547.934000', '191547.937000', '191547.939000', '191547.942000', '191547.945000', '191547.947000', '191547.950000', '191547.953000', '191547.955000', '191547.958000', '191547.960000', '191547.963000', '191547.974000', '191547.986000', '191547.989000', '191547.991000', '191547.994000', '191547.997000', '191607.817000', '191607.820000', '191607.823000', '191607.826000', '191607.828000', '191607.831000', '191607.833000', '191607.836000', '191607.839000', '191607.841000', '191607.844000', '191607.846000', '191607.849000', '191607.851000', '191607.854000', '191607.857000', '191607.859000', '191607.862000', '191607.864000', '191607.867000', '191607.869000', '191607.872000', '191607.875000', '191607.877000', '191607.880000', '191607.882000', '191607.885000', '191607.887000', '191607.890000', '191607.893000', '191607.895000', '191607.898000', '191607.900000', '191607.903000', '191607.905000', '191607.908000', '191607.910000', '191607.913000', '191607.924000', '191607.927000', '191607.929000', '191607.932000', '191607.934000', '191607.937000', '191627.818000', '191627.821000', '191627.823000', '191627.826000', '191627.828000', '191627.831000', '191627.833000', '191627.836000', '191627.839000', '191627.841000', '191627.844000', '191627.847000', '191627.849000', '191627.852000', '191627.854000', '191627.857000', '191627.860000', '191627.862000', '191627.865000', '191627.867000', '191627.870000', '191627.875000', '191627.878000', '191627.880000', '191627.883000', '191627.885000', '191627.888000', '191627.890000', '191627.893000', '191627.896000', '191627.898000', '191627.901000', '191627.903000', '191627.906000', '191627.909000', '191627.911000', '191627.914000', '191627.917000', '191627.919000', '191627.922000', '191627.925000', '191627.927000', '191627.930000', '191647.817000', '191647.820000', '191647.823000', '191647.826000', '191647.828000', '191647.831000', '191647.833000', '191647.836000', '191647.839000', '191647.841000', '191647.844000', '191647.846000', '191647.849000', '191647.852000', '191647.854000', '191647.860000', '191647.863000', '191647.865000', '191647.868000', '191647.871000', '191647.873000', '191647.876000', '191647.879000', '191647.881000', '191647.884000', '191647.886000', '191647.889000', '191647.892000', '191647.894000', '191647.897000', '191647.899000', '191647.902000', '191647.905000', '191647.907000', '191647.910000', '191647.912000', '191647.915000', '191647.918000', '191647.920000', '191647.923000', '191647.926000', '191647.928000', '191647.931000', '191647.933000', '191707.817000', '191707.820000', '191707.823000', '191707.825000', '191707.828000', '191707.831000', '191707.834000', '191707.836000', '191707.839000', '191707.841000', '191707.844000', '191707.847000', '191707.849000', '191707.852000', '191707.854000', '191707.857000', '191707.860000', '191707.862000', '191707.865000', '191707.867000', '191707.870000', '191707.873000', '191707.875000', '191707.878000', '191707.880000', '191707.883000', '191707.886000', '191707.888000', '191707.891000', '191707.894000', '191707.896000', '191707.899000', '191707.901000', '191707.904000', '191707.907000', '191707.909000', '191707.912000', '191707.914000', '191707.917000', '191707.919000', '191707.922000', '191707.925000', '191707.927000', '191727.818000', '191727.820000', '191727.823000', '191727.826000', '191727.828000', '191727.831000', '191727.834000', '191727.837000', '191727.840000', '191727.842000', '191727.845000', '191727.848000', '191727.850000', '191727.853000', '191727.856000', '191727.858000', '191727.861000', '191727.863000', '191727.866000', '191727.869000', '191727.871000', '191727.874000', '191727.876000', '191727.879000', '191727.882000', '191727.884000', '191727.891000', '191727.894000', '191727.896000', '191727.899000', '191727.902000', '191727.904000', '191727.907000', '191727.909000', '191727.912000', '191727.914000', '191727.917000', '191727.920000', '191727.922000', '191727.925000', '191727.927000', '191727.930000', '191727.933000', '191727.935000', '191747.817000', '191747.820000', '191747.823000', '191747.825000', '191747.835000', '191747.838000', '191747.840000', '191747.843000', '191747.845000', '191747.848000', '191747.851000', '191747.853000', '191747.856000', '191747.858000', '191747.861000', '191747.864000', '191747.866000', '191747.869000', '191747.871000', '191747.874000', '191747.877000', '191747.879000', '191747.882000', '191747.884000', '191747.887000', '191747.890000', '191747.892000', '191747.895000', '191747.897000', '191747.900000', '191747.903000', '191747.905000', '191747.908000', '191747.910000', '191747.913000', '191747.916000', '191747.918000', '191747.921000', '191747.924000', '191747.926000', '191747.929000', '191747.931000', '191747.934000', '191807.816000', '191807.819000', '191807.822000', '191807.824000', '191807.827000', '191807.830000', '191807.832000', '191807.835000', '191807.837000', '191807.840000', '191807.843000', '191807.845000', '191807.848000', '191807.851000', '191807.853000', '191807.856000', '191807.858000', '191807.861000', '191807.864000', '191807.866000', '191807.869000', '191807.871000', '191807.874000', '191807.878000', '191807.880000', '191807.883000', '191807.885000', '191807.888000', '191807.891000', '191807.893000', '191807.896000', '191807.898000', '191807.901000', '191807.904000', '191807.906000', '191807.909000', '191807.911000', '191807.914000', '191807.916000', '191807.919000', '191807.922000', '191807.924000', '191807.927000', '191807.930000', '191827.818000', '191827.820000', '191827.823000', '191827.826000', '191827.828000', '191827.831000', '191827.833000', '191827.836000', '191827.839000', '191827.841000', '191827.844000', '191827.846000', '191827.849000', '191827.851000', '191827.854000', '191827.857000', '191827.859000', '191827.862000', '191827.865000', '191827.867000', '191827.870000', '191827.872000', '191827.875000', '191827.878000', '191827.880000', '191827.883000', '191827.886000', '191827.888000', '191827.891000', '191827.893000', '191827.896000', '191827.899000', '191827.901000', '191827.904000', '191827.907000', '191827.909000', '191827.912000', '191827.914000', '191827.917000', '191827.920000', '191827.922000', '191827.925000', '191827.927000', '191847.818000', '191847.824000', '191847.827000', '191847.830000', '191847.832000', '191847.835000', '191847.838000', '191847.840000', '191847.843000', '191847.845000', '191847.848000', '191847.851000', '191847.853000', '191847.856000', '191847.858000', '191847.861000', '191847.864000', '191847.866000', '191847.869000', '191847.872000', '191847.874000', '191847.877000', '191847.880000', '191847.882000', '191847.885000', '191847.888000', '191847.890000', '191847.893000', '191847.896000', '191847.898000', '191847.901000', '191847.904000', '191847.906000', '191847.909000', '191847.911000', '191847.914000', '191847.917000', '191847.919000', '191847.922000', '191847.924000', '191847.927000', '191847.930000', '191847.932000', '191847.935000', '191907.818000', '191907.820000', '191907.823000', '191907.826000', '191907.828000', '191907.831000', '191907.833000', '191907.836000', '191907.838000', '191907.841000', '191907.844000', '191907.846000', '191907.849000', '191907.851000', '191907.854000', '191907.857000', '191907.859000', '191907.862000', '191907.864000', '191907.867000', '191907.870000', '191907.872000', '191907.875000', '191907.877000', '191907.880000', '191907.883000', '191907.885000', '191907.888000', '191907.891000', '191907.908000', '191907.911000', '191907.914000', '191907.916000', '191907.919000', '191907.921000', '191907.924000', '191907.927000', '191907.929000', '191907.932000', '191907.934000', '191907.937000', '191907.939000', '191907.942000', '191927.818000', '191927.820000', '191927.823000', '191927.826000', '191927.828000', '191927.831000', '191927.833000', '191927.836000', '191927.839000', '191927.841000', '191927.844000', '191927.846000', '191927.849000', '191927.852000', '191927.854000', '191927.857000', '191927.860000', '191927.862000', '191927.868000', '191927.871000', '191927.874000', '191927.876000', '191927.879000', '191927.881000', '191927.884000', '191927.887000', '191927.889000', '191927.892000', '191927.894000', '191927.897000', '191927.900000', '191927.902000', '191927.905000', '191927.908000', '191927.910000', '191927.913000', '191927.915000', '191927.918000', '191927.921000', '191927.923000', '191927.926000', '191927.928000', '191927.931000', '191927.934000', '191947.818000', '191947.820000', '191947.823000', '191947.826000', '191947.828000', '191947.831000', '191947.833000', '191947.836000', '191947.838000', '191947.841000', '191947.844000', '191947.846000', '191947.849000', '191947.851000', '191947.854000', '191947.857000', '191947.859000', '191947.862000', '191947.864000', '191947.867000', '191947.870000', '191947.872000', '191947.875000', '191947.877000', '191947.880000', '191947.883000', '191947.885000', '191947.888000', '191947.891000', '191947.893000', '191947.896000', '191947.898000', '191947.901000', '191947.903000', '191947.906000', '191947.909000', '191947.911000', '191947.914000', '191947.917000', '191947.919000', '191947.922000', '191947.924000', '191947.927000', '192007.817000', '192007.820000', '192007.823000', '192007.825000', '192007.828000', '192007.831000', '192007.834000', '192007.837000', '192007.840000', '192007.842000', '192007.845000', '192007.848000', '192007.850000', '192007.853000', '192007.855000', '192007.858000', '192007.862000', '192007.865000', '192007.867000', '192007.870000', '192007.873000', '192007.875000', '192007.878000', '192007.880000', '192007.883000', '192007.886000', '192007.888000', '192007.891000', '192007.893000', '192007.896000', '192007.899000', '192007.901000', '192007.904000', '192007.906000', '192007.909000', '192007.912000', '192007.914000', '192007.917000', '192007.920000', '192007.923000', '192007.925000', '192007.928000', '192007.930000', '192027.818000', '192027.820000', '192027.823000', '192027.826000', '192027.828000', '192027.831000', '192027.833000', '192027.836000', '192027.839000', '192027.841000', '192027.844000', '192027.846000', '192027.849000', '192027.852000', '192027.854000', '192027.857000', '192027.860000', '192027.862000', '192027.865000', '192027.868000', '192027.870000', '192027.873000', '192027.875000', '192027.878000', '192027.881000', '192027.883000', '192027.886000', '192027.889000', '192027.891000', '192027.894000', '192027.897000', '192027.899000', '192027.902000', '192027.904000', '192027.907000', '192027.910000', '192027.912000', '192027.915000', '192027.917000', '192027.920000', '192027.922000', '192027.925000', '192027.928000', '192027.930000', '192047.817000', '192047.820000', '192047.823000', '192047.826000', '192047.828000', '192047.831000', '192047.833000', '192047.836000', '192047.839000', '192047.841000', '192047.844000', '192047.847000', '192047.849000', '192047.852000', '192047.854000', '192047.857000', '192047.860000', '192047.862000', '192047.865000', '192047.868000', '192047.871000', '192047.874000', '192047.876000', '192047.879000', '192047.882000', '192047.884000', '192047.887000', '192047.889000', '192047.892000', '192047.895000', '192047.897000', '192047.900000', '192047.903000', '192047.905000', '192047.908000', '192047.910000', '192047.913000', '192047.915000', '192047.918000', '192047.921000', '192047.923000', '192047.926000', '192047.929000', '192107.817000', '192107.820000', '192107.823000', '192107.825000', '192107.828000', '192107.831000', '192107.833000', '192107.836000', '192107.839000', '192107.841000', '192107.844000', '192107.846000', '192107.849000', '192107.852000', '192107.854000', '192107.857000', '192107.860000', '192107.862000', '192107.865000', '192107.867000', '192107.870000', '192107.873000', '192107.875000', '192107.878000', '192107.880000', '192107.883000', '192107.886000', '192107.888000', '192107.891000', '192107.894000', '192107.896000', '192107.899000', '192107.901000', '192107.904000', '192107.906000', '192107.909000', '192107.912000', '192107.914000', '192107.919000', '192107.921000', '192107.924000', '192107.927000', '192107.929000', '192107.932000', '192127.817000', '192127.820000', '192127.823000', '192127.826000', '192127.828000', '192127.831000', '192127.833000', '192127.836000', '192127.838000', '192127.841000', '192127.844000', '192127.846000', '192127.849000', '192127.852000', '192127.855000', '192127.858000', '192127.861000', '192127.863000', '192127.866000', '192127.869000', '192127.871000', '192127.874000', '192127.876000', '192127.879000', '192127.882000', '192127.884000', '192127.887000', '192127.890000', '192127.892000', '192127.895000', '192127.897000', '192127.901000', '192127.904000', '192127.907000', '192127.909000', '192127.912000', '192127.914000', '192127.917000', '192127.920000', '192127.922000', '192127.925000', '192127.928000', '192127.930000', '192147.817000', '192147.820000', '192147.823000', '192147.825000', '192147.828000', '192147.831000', '192147.833000', '192147.836000', '192147.838000', '192147.841000', '192147.844000', '192147.846000', '192147.849000', '192147.852000', '192147.854000', '192147.857000', '192147.860000', '192147.862000', '192147.865000', '192147.867000', '192147.870000', '192147.873000', '192147.876000', '192147.878000', '192147.881000', '192147.883000', '192147.886000', '192147.889000', '192147.891000', '192147.894000', '192147.896000', '192147.899000', '192147.902000', '192147.904000', '192147.907000', '192147.909000', '192147.912000', '192147.915000', '192147.917000', '192147.920000', '192147.922000', '192147.925000', '192147.928000', '192147.930000', '192207.397000', '192207.400000', '192207.403000', '192207.406000', '192207.408000', '192207.411000', '192207.413000', '192207.416000', '192207.425000', '192207.428000', '192207.431000', '192207.433000', '192207.436000', '192207.438000', '192207.441000', '192207.444000', '192207.447000', '192207.449000', '192207.452000', '192207.455000', '192207.458000', '192207.461000', '192207.465000', '192207.468000', '192207.470000', '192207.473000', '192207.476000', '192207.479000', '192207.481000', '192207.485000', '192207.487000', '192207.490000', '192207.493000', '192207.496000', '192207.499000', '192207.507000', '192207.510000', '192207.513000', '192207.515000', '192207.518000', '192207.521000', '192207.523000', '192207.526000'], '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': [9773, 7457, 9843, 7214, 8919, 7073, 8320, 7032, 8301, 8159, 8457, 8434, 7448, 7983, 7059, 9485, 6941, 9477, 6932, 8372, 8035, 8105, 8413, 7195, 8188, 6834, 8565, 8031, 8252, 7461, 9048, 8282, 8135, 8101, 9395, 7612, 9970, 8805, 8209, 7852, 9289, 9610, 7361, 8123, 6922, 7813, 8430, 7100, 8492, 7308, 8519, 6973, 10018, 6984, 7939, 6991, 7377, 8374, 8409, 9180, 7029, 9132, 9218, 7288, 8499, 8661, 7363, 7262, 7972, 7071, 7747, 6822, 10176, 7640, 7818, 7936, 7095, 8196, 7135, 7460, 7717, 7899, 8247, 7586, 7451, 7168, 7661, 6858, 8433, 6925, 9254, 6959, 7821, 6966, 7758, 7303, 7699, 7118, 7268, 7044, 7508, 7020, 7299, 7009, 7403, 7080, 7076, 7055, 7021, 8407, 7118, 7760, 7240, 8981, 9597, 8198, 9469, 9618, 7755, 9121, 7499, 9089, 7208, 8786, 7555, 9713, 8749, 7202, 8751, 8223, 7342, 7537, 7587, 7007, 7449, 7542, 7478, 7147, 7722, 8703, 6930, 8656, 7064, 6872, 8120, 7688, 8466, 7804, 8664, 7259, 6980, 7033, 7203, 6968, 7762, 7307, 6851, 7766, 7059, 9085, 7352, 7519, 7248, 6827, 7575, 7226, 7279, 7411, 7137, 6717, 7537, 6953, 7560, 6765, 7982, 7270, 7232, 7543, 7751, 7898, 7361, 7852, 7063, 7747, 7251, 7251, 7319, 6953, 6893, 6858, 6951, 7579, 7499, 8433, 7164, 7818, 6696, 6815, 8282, 6614, 7356, 6742, 7149, 7142, 6963, 6807, 7187, 7137, 7274, 7511, 7434, 7730, 7379, 7823, 7529, 7435, 7527, 7135, 7259, 7306, 7254, 7984, 8671, 6932, 7499, 7096, 6827, 8157, 6820, 7257, 6847, 7712, 6877, 7739, 7086, 7431, 7424, 7034, 7676, 7378, 6726, 7651, 7229, 6987, 8322, 7265, 8018, 7354, 7130, 7336, 7552, 7184, 7479, 7112, 7113, 7221, 6878, 7601, 6897, 7356, 6822, 7499, 7182, 7291, 7772, 7557, 7508, 7983, 7002, 7427, 6856, 7184, 7069, 6835, 7876, 7272, 6850, 6922, 6710, 7074, 7122, 6846, 6925, 6837, 7268, 7404, 7472, 7087, 7315, 7602, 7403, 8295, 7090, 8503, 6950, 8382, 7066, 8003, 7304, 7920, 7757, 8039, 7852, 7010, 7613, 7032, 7063, 7041, 8111, 7659, 7863, 6898, 7728, 6796, 7804, 6636, 7777, 7127, 6829, 8138, 6603, 9231, 6633, 9353, 6812, 7269, 8392, 6760, 6844, 7056, 7428, 6935, 7471, 7258, 7323, 6950, 7030, 6778, 6733, 6885, 6699, 8348, 7450, 7623, 6814, 7977, 6815, 7331, 6842, 7261, 7662, 6857, 8543, 6857, 8192, 7076, 8018, 6674, 7677, 6719, 7367, 6822, 7403, 8462, 6925, 7657, 6984, 7999, 6884, 8263, 6708, 8315, 6754, 7865, 6760, 7570, 6612, 7282, 7092, 7194, 7332, 7662, 9037, 7100, 8700, 6942, 7646, 8566, 6615, 7111, 8136, 7040, 7783, 6905, 8223, 6949, 7484, 6891, 7911, 6954, 7164, 7650, 7624, 8035, 6923, 8511, 6999, 6704, 6777, 6584, 8091, 6833, 7904, 8389, 6870, 7699, 6929, 7521, 7128, 7121, 7428, 6957, 7581, 6936, 7792, 6941, 7968, 6950, 7402, 7016, 7595, 8344, 6924, 6878, 7104, 7392, 7375, 7535, 8573, 6826, 7211, 7259, 7284, 7009, 7207, 7185, 6952, 7771, 7451, 7722, 7703, 7194, 6796, 7354, 8388, 6981, 8545, 7045, 8886, 6955, 8486, 6633, 7700, 6670, 7368, 7272, 7204, 7696, 7251, 7556, 6644, 7233, 7651, 7288, 8025, 7126, 7527, 7271, 7167, 7072, 6830, 7200, 7482, 7200, 8271, 7138, 7688, 7193, 7277, 7213, 7029, 6946, 6977, 7184, 7420, 7122, 7504, 7033, 7132, 7022, 7300, 8683, 7593, 8622, 7109, 8148, 7138, 6950, 7029, 7043, 7053, 7090, 7003, 7568, 7070, 7606, 7149, 7653, 7850, 7650, 7722, 7562, 8042, 7259, 7221, 7537, 7250, 7379, 7869, 6961, 6949, 8672, 6871, 7390, 8848, 6977, 7654, 7147, 6856, 6914, 6955, 7348, 6944, 6931, 6927, 7104, 8010, 6891, 6872, 7132, 6900, 7294, 7922, 7155, 7775, 6923, 7594, 7424, 7081, 6988, 7092, 7063, 7225, 7678, 7831, 7525, 7713, 7440, 7240, 7511, 7149, 7129, 7350, 7160, 7219, 7804, 7123, 7199, 6924, 7321, 7115, 7398, 6989, 6922, 6845, 8036, 6956, 8444, 7736, 7254, 7779, 8782, 6967, 7443, 8707, 6930, 7911, 7896, 7811, 7141, 7737, 6830, 7853, 8174, 7114, 7999, 6958, 7866, 8272, 6985, 7820, 7097, 7580, 7047, 7097, 7217, 7377, 6943, 8377, 8352, 6924, 8306, 6964, 7194, 7080, 7018, 7885, 7086, 7644, 7126, 7119, 7222, 7187, 7185, 7208, 7459, 7150, 7080, 6845, 9211, 7033, 7224, 7053, 8293, 7213, 7638, 8044, 7144, 7261, 7564, 7147, 7488, 7121, 7380, 7198, 7114, 7127, 7659, 7159, 7686, 7068, 7178, 7251, 7058, 7066, 7017, 7347, 7821, 7284, 7137, 7078, 8226, 7267, 8978, 7239, 7028, 8773, 7124, 7665, 7375, 7458, 7111, 8203, 7086, 7513, 7033, 7361, 7088, 7027, 7096, 7359, 6988, 7597, 7451, 7562, 7053, 8043, 6892, 8004, 6903, 7538, 6846, 7107, 6974, 7608, 6958, 7200, 7094, 6950, 7219, 6939, 7015, 6979, 7459, 6927, 7348, 6996, 6986, 6946, 7113, 7779, 7385, 8042, 7541, 8102, 7147, 8165, 7817, 7498, 8100, 7004, 7505, 7109, 7041, 7615, 6927, 7912, 7580, 7178, 8001, 6980, 7240, 7005, 7173, 6975, 7051, 7062, 7269, 7055, 7213, 7081, 7473, 7126, 7818, 7127, 7317, 7229, 7220, 7511, 7085, 7218, 7003, 7464, 7059, 7516, 7205, 7179, 7097, 6944, 7167, 8404, 6961, 7258, 6914, 7035, 6933, 7400, 7036, 7126, 6937, 7027, 7184, 7696, 7381, 7573, 7120, 7406, 7615, 7084, 7577, 7122, 7251, 7279, 7332, 7193, 7179, 7124, 7155, 7217, 7193, 7783, 7191, 7251, 7272, 8347, 7053, 7543, 7852, 7106, 7326, 8391, 8564, 7383, 9128, 8415, 10045, 8273, 9692, 7949, 7451, 8307, 7312, 9695, 7125, 7194, 7253, 9879, 8866, 6994, 6995, 7783, 7282, 7313, 7032, 7585, 7243, 7882, 7897, 7298, 7224, 7621, 7225, 7599, 7377, 7432, 7621, 7393, 9357, 7103, 7085, 7019, 8152, 7299, 7622, 6941, 7151, 7034, 7325, 6827, 7268, 6908, 7420, 7267, 7121, 7529, 7072, 8519, 7194, 8090, 6907, 7121, 7993], 'WindowCenter': [4277.0, 4217.0, 4233.0, 4197.0, 4206.0, 4184.0, 4205.0, 4183.0, 4192.0, 4191.0, 4188.0, 4186.0, 4179.0, 4190.0, 4182.0, 4196.0, 4179.0, 4197.0, 4178.0, 4190.0, 4193.0, 4190.0, 4193.0, 4167.0, 4178.0, 4158.0, 4182.0, 4192.0, 4189.0, 4178.0, 4196.0, 4196.0, 4199.0, 4184.0, 4208.0, 4191.0, 4221.0, 4207.0, 4202.0, 4209.0, 4213.0, 4212.0, 4190.0, 4201.0, 4192.0, 4204.0, 4198.0, 4166.0, 4184.0, 4175.0, 4186.0, 4171.0, 4203.0, 4173.0, 4179.0, 4167.0, 4167.0, 4190.0, 4180.0, 4203.0, 4165.0, 4197.0, 4199.0, 4194.0, 4206.0, 4218.0, 4196.0, 4183.0, 4190.0, 4183.0, 4179.0, 4168.0, 4197.0, 4166.0, 4169.0, 4177.0, 4168.0, 4189.0, 4172.0, 4166.0, 4170.0, 4164.0, 4167.0, 4149.0, 4138.0, 4138.0, 4156.0, 4140.0, 4164.0, 4143.0, 4164.0, 4139.0, 4147.0, 4145.0, 4169.0, 4155.0, 4138.0, 4143.0, 4136.0, 4143.0, 4136.0, 4142.0, 4137.0, 4144.0, 4138.0, 4138.0, 4147.0, 4144.0, 4132.0, 4155.0, 4162.0, 4178.0, 4195.0, 4198.0, 4199.0, 4176.0, 4189.0, 4195.0, 4177.0, 4195.0, 4168.0, 4169.0, 4163.0, 4185.0, 4167.0, 4197.0, 4177.0, 4148.0, 4165.0, 4156.0, 4155.0, 4163.0, 4153.0, 4152.0, 4146.0, 4153.0, 4153.0, 4154.0, 4148.0, 4165.0, 4142.0, 4163.0, 4147.0, 4127.0, 4152.0, 4151.0, 4164.0, 4169.0, 4189.0, 4173.0, 4158.0, 4152.0, 4146.0, 4158.0, 4168.0, 4167.0, 4170.0, 4179.0, 4169.0, 4192.0, 4158.0, 4157.0, 4164.0, 4158.0, 4164.0, 4158.0, 4149.0, 4155.0, 4150.0, 4144.0, 4148.0, 4152.0, 4149.0, 4145.0, 4161.0, 4156.0, 4155.0, 4150.0, 4154.0, 4161.0, 4150.0, 4165.0, 4157.0, 4167.0, 4153.0, 4172.0, 4154.0, 4159.0, 4166.0, 4155.0, 4154.0, 4151.0, 4152.0, 4162.0, 4161.0, 4164.0, 4155.0, 4156.0, 4181.0, 4162.0, 4167.0, 4163.0, 4167.0, 4173.0, 4170.0, 4166.0, 4162.0, 4151.0, 4151.0, 4165.0, 4154.0, 4149.0, 4148.0, 4148.0, 4149.0, 4161.0, 4173.0, 4151.0, 4149.0, 4150.0, 4149.0, 4175.0, 4197.0, 4176.0, 4183.0, 4148.0, 4151.0, 4173.0, 4154.0, 4161.0, 4140.0, 4147.0, 4134.0, 4150.0, 4135.0, 4138.0, 4134.0, 4121.0, 4133.0, 4130.0, 4149.0, 4144.0, 4141.0, 4133.0, 4175.0, 4161.0, 4168.0, 4162.0, 4152.0, 4163.0, 4160.0, 4154.0, 4166.0, 4155.0, 4150.0, 4149.0, 4139.0, 4164.0, 4148.0, 4148.0, 4152.0, 4146.0, 4151.0, 4146.0, 4146.0, 4151.0, 4146.0, 4145.0, 4136.0, 4145.0, 4148.0, 4150.0, 4149.0, 4140.0, 4166.0, 4148.0, 4138.0, 4135.0, 4138.0, 4135.0, 4145.0, 4130.0, 4167.0, 4155.0, 4164.0, 4173.0, 4173.0, 4177.0, 4162.0, 4160.0, 4159.0, 4184.0, 4178.0, 4183.0, 4153.0, 4171.0, 4163.0, 4171.0, 4160.0, 4172.0, 4173.0, 4172.0, 4187.0, 4175.0, 4175.0, 4162.0, 4162.0, 4154.0, 4169.0, 4171.0, 4184.0, 4177.0, 4176.0, 4153.0, 4160.0, 4155.0, 4165.0, 4166.0, 4155.0, 4182.0, 4154.0, 4172.0, 4142.0, 4171.0, 4146.0, 4142.0, 4164.0, 4141.0, 4148.0, 4141.0, 4140.0, 4139.0, 4140.0, 4146.0, 4138.0, 4137.0, 4125.0, 4132.0, 4126.0, 4137.0, 4126.0, 4161.0, 4150.0, 4151.0, 4147.0, 4167.0, 4152.0, 4166.0, 4154.0, 4161.0, 4160.0, 4136.0, 4157.0, 4139.0, 4171.0, 4154.0, 4160.0, 4140.0, 4148.0, 4139.0, 4152.0, 4142.0, 4153.0, 4163.0, 4141.0, 4151.0, 4153.0, 4162.0, 4151.0, 4163.0, 4153.0, 4173.0, 4154.0, 4162.0, 4155.0, 4158.0, 4148.0, 4159.0, 4157.0, 4152.0, 4147.0, 4164.0, 4179.0, 4175.0, 4190.0, 4167.0, 4183.0, 4203.0, 4172.0, 4181.0, 4192.0, 4170.0, 4166.0, 4153.0, 4163.0, 4155.0, 4154.0, 4157.0, 4165.0, 4155.0, 4154.0, 4170.0, 4162.0, 4162.0, 4152.0, 4162.0, 4153.0, 4153.0, 4168.0, 4167.0, 4188.0, 4169.0, 4180.0, 4178.0, 4160.0, 4155.0, 4149.0, 4158.0, 4142.0, 4144.0, 4138.0, 4156.0, 4154.0, 4138.0, 4136.0, 4143.0, 4136.0, 4141.0, 4149.0, 4142.0, 4137.0, 4140.0, 4125.0, 4120.0, 4137.0, 4143.0, 4139.0, 4131.0, 4149.0, 4124.0, 4133.0, 4140.0, 4128.0, 4128.0, 4123.0, 4127.0, 4128.0, 4134.0, 4139.0, 4135.0, 4139.0, 4136.0, 4125.0, 4136.0, 4148.0, 4139.0, 4171.0, 4152.0, 4171.0, 4151.0, 4160.0, 4141.0, 4155.0, 4141.0, 4150.0, 4152.0, 4152.0, 4162.0, 4154.0, 4152.0, 4143.0, 4153.0, 4154.0, 4168.0, 4170.0, 4171.0, 4181.0, 4174.0, 4159.0, 4142.0, 4130.0, 4150.0, 4138.0, 4150.0, 4159.0, 4140.0, 4148.0, 4141.0, 4150.0, 4139.0, 4138.0, 4137.0, 4138.0, 4151.0, 4147.0, 4150.0, 4171.0, 4144.0, 4141.0, 4141.0, 4166.0, 4184.0, 4159.0, 4165.0, 4162.0, 4149.0, 4147.0, 4127.0, 4139.0, 4126.0, 4128.0, 4126.0, 4143.0, 4136.0, 4144.0, 4143.0, 4159.0, 4154.0, 4159.0, 4140.0, 4143.0, 4163.0, 4165.0, 4159.0, 4154.0, 4163.0, 4165.0, 4165.0, 4200.0, 4167.0, 4173.0, 4188.0, 4159.0, 4165.0, 4186.0, 4169.0, 4179.0, 4154.0, 4155.0, 4154.0, 4153.0, 4153.0, 4161.0, 4156.0, 4157.0, 4153.0, 4163.0, 4155.0, 4143.0, 4154.0, 4155.0, 4154.0, 4166.0, 4154.0, 4153.0, 4142.0, 4157.0, 4140.0, 4146.0, 4127.0, 4127.0, 4127.0, 4137.0, 4137.0, 4160.0, 4145.0, 4146.0, 4133.0, 4142.0, 4155.0, 4129.0, 4140.0, 4154.0, 4137.0, 4142.0, 4143.0, 4133.0, 4131.0, 4131.0, 4130.0, 4130.0, 4154.0, 4145.0, 4144.0, 4141.0, 4153.0, 4152.0, 4175.0, 4165.0, 4161.0, 4164.0, 4184.0, 4166.0, 4174.0, 4187.0, 4167.0, 4178.0, 4179.0, 4179.0, 4168.0, 4177.0, 4161.0, 4165.0, 4177.0, 4157.0, 4177.0, 4172.0, 4179.0, 4192.0, 4170.0, 4166.0, 4156.0, 4164.0, 4143.0, 4142.0, 4152.0, 4152.0, 4142.0, 4162.0, 4151.0, 4134.0, 4153.0, 4133.0, 4132.0, 4130.0, 4121.0, 4130.0, 4122.0, 4129.0, 4118.0, 4112.0, 4121.0, 4116.0, 4130.0, 4126.0, 4129.0, 4114.0, 4135.0, 4139.0, 4154.0, 4137.0, 4136.0, 4140.0, 4176.0, 4173.0, 4177.0, 4157.0, 4140.0, 4149.0, 4146.0, 4154.0, 4139.0, 4154.0, 4143.0, 4156.0, 4151.0, 4145.0, 4160.0, 4150.0, 4158.0, 4145.0, 4141.0, 4141.0, 4146.0, 4131.0, 4149.0, 4143.0, 4152.0, 4140.0, 4131.0, 4122.0, 4141.0, 4131.0, 4140.0, 4137.0, 4133.0, 4152.0, 4146.0, 4148.0, 4141.0, 4146.0, 4143.0, 4168.0, 4146.0, 4144.0, 4134.0, 4126.0, 4156.0, 4147.0, 4143.0, 4141.0, 4141.0, 4150.0, 4164.0, 4162.0, 4174.0, 4177.0, 4156.0, 4163.0, 4153.0, 4153.0, 4145.0, 4160.0, 4155.0, 4153.0, 4143.0, 4141.0, 4145.0, 4127.0, 4142.0, 4139.0, 4139.0, 4139.0, 4138.0, 4140.0, 4144.0, 4140.0, 4142.0, 4144.0, 4127.0, 4145.0, 4151.0, 4164.0, 4167.0, 4170.0, 4159.0, 4162.0, 4175.0, 4165.0, 4174.0, 4162.0, 4160.0, 4154.0, 4149.0, 4169.0, 4151.0, 4176.0, 4162.0, 4151.0, 4170.0, 4164.0, 4154.0, 4157.0, 4142.0, 4142.0, 4141.0, 4145.0, 4140.0, 4141.0, 4155.0, 4141.0, 4137.0, 4134.0, 4142.0, 4142.0, 4136.0, 4143.0, 4142.0, 4137.0, 4139.0, 4150.0, 4152.0, 4149.0, 4165.0, 4177.0, 4166.0, 4160.0, 4163.0, 4153.0, 4147.0, 4176.0, 4150.0, 4154.0, 4149.0, 4154.0, 4150.0, 4156.0, 4151.0, 4154.0, 4149.0, 4156.0, 4142.0, 4147.0, 4142.0, 4141.0, 4130.0, 4122.0, 4128.0, 4127.0, 4137.0, 4127.0, 4140.0, 4151.0, 4134.0, 4127.0, 4128.0, 4128.0, 4142.0, 4140.0, 4143.0, 4145.0, 4140.0, 4148.0, 4171.0, 4167.0, 4152.0, 4169.0, 4183.0, 4185.0, 4180.0, 4190.0, 4191.0, 4163.0, 4186.0, 4162.0, 4189.0, 4172.0, 4185.0, 4165.0, 4153.0, 4169.0, 4152.0, 4179.0, 4133.0, 4146.0, 4148.0, 4160.0, 4156.0, 4128.0, 4134.0, 4145.0, 4152.0, 4157.0, 4154.0, 4157.0, 4156.0, 4156.0, 4151.0, 4148.0, 4144.0, 4158.0, 4159.0, 4165.0, 4157.0, 4143.0, 4148.0, 4143.0, 4177.0, 4146.0, 4137.0, 4146.0, 4167.0, 4156.0, 4132.0, 4127.0, 4126.0, 4125.0, 4139.0, 4126.0, 4136.0, 4135.0, 4164.0, 4164.0, 4152.0, 4160.0, 4150.0, 4168.0, 4147.0, 4158.0, 4149.0, 4153.0, 4174.0], 'WindowWidth': [9487.0, 9384.0, 9394.0, 9337.0, 9343.0, 9314.0, 9340.0, 9306.0, 9317.0, 9314.0, 9304.0, 9299.0, 9296.0, 9312.0, 9305.0, 9315.0, 9295.0, 9315.0, 9294.0, 9311.0, 9321.0, 9310.0, 9314.0, 9272.0, 9286.0, 9260.0, 9293.0, 9316.0, 9309.0, 9294.0, 9318.0, 9319.0, 9325.0, 9299.0, 9337.0, 9315.0, 9355.0, 9335.0, 9331.0, 9345.0, 9346.0, 9342.0, 9314.0, 9330.0, 9318.0, 9339.0, 9320.0, 9274.0, 9294.0, 9284.0, 9298.0, 9281.0, 9324.0, 9284.0, 9290.0, 9274.0, 9274.0, 9305.0, 9291.0, 9325.0, 9270.0, 9313.0, 9321.0, 9324.0, 9340.0, 9357.0, 9327.0, 9305.0, 9313.0, 9304.0, 9293.0, 9276.0, 9314.0, 9265.0, 9275.0, 9286.0, 9276.0, 9305.0, 9284.0, 9267.0, 9276.0, 9261.0, 9266.0, 9232.0, 9217.0, 9217.0, 9247.0, 9223.0, 9257.0, 9226.0, 9255.0, 9219.0, 9228.0, 9234.0, 9272.0, 9246.0, 9216.0, 9229.0, 9211.0, 9225.0, 9211.0, 9224.0, 9214.0, 9229.0, 9215.0, 9217.0, 9234.0, 9227.0, 9209.0, 9243.0, 9260.0, 9292.0, 9323.0, 9317.0, 9319.0, 9284.0, 9294.0, 9311.0, 9289.0, 9311.0, 9272.0, 9268.0, 9265.0, 9295.0, 9272.0, 9311.0, 9284.0, 9235.0, 9262.0, 9242.0, 9249.0, 9259.0, 9245.0, 9242.0, 9230.0, 9244.0, 9242.0, 9246.0, 9233.0, 9262.0, 9226.0, 9255.0, 9232.0, 9197.0, 9236.0, 9236.0, 9260.0, 9275.0, 9301.0, 9282.0, 9256.0, 9247.0, 9233.0, 9254.0, 9273.0, 9271.0, 9281.0, 9292.0, 9278.0, 9308.0, 9254.0, 9254.0, 9264.0, 9259.0, 9261.0, 9257.0, 9234.0, 9249.0, 9235.0, 9232.0, 9233.0, 9242.0, 9235.0, 9235.0, 9253.0, 9249.0, 9247.0, 9238.0, 9246.0, 9253.0, 9239.0, 9263.0, 9255.0, 9270.0, 9247.0, 9279.0, 9247.0, 9260.0, 9273.0, 9253.0, 9248.0, 9241.0, 9241.0, 9255.0, 9264.0, 9264.0, 9256.0, 9258.0, 9293.0, 9267.0, 9272.0, 9271.0, 9273.0, 9290.0, 9282.0, 9276.0, 9262.0, 9244.0, 9243.0, 9265.0, 9247.0, 9237.0, 9235.0, 9234.0, 9234.0, 9260.0, 9278.0, 9242.0, 9236.0, 9239.0, 9236.0, 9285.0, 9321.0, 9290.0, 9302.0, 9240.0, 9244.0, 9278.0, 9253.0, 9258.0, 9226.0, 9229.0, 9211.0, 9235.0, 9209.0, 9215.0, 9206.0, 9187.0, 9203.0, 9203.0, 9240.0, 9226.0, 9223.0, 9209.0, 9277.0, 9256.0, 9265.0, 9259.0, 9247.0, 9262.0, 9257.0, 9252.0, 9272.0, 9252.0, 9242.0, 9238.0, 9227.0, 9264.0, 9239.0, 9237.0, 9246.0, 9232.0, 9241.0, 9229.0, 9230.0, 9240.0, 9229.0, 9227.0, 9217.0, 9229.0, 9238.0, 9242.0, 9239.0, 9226.0, 9267.0, 9234.0, 9222.0, 9214.0, 9221.0, 9213.0, 9232.0, 9208.0, 9271.0, 9255.0, 9268.0, 9280.0, 9284.0, 9291.0, 9263.0, 9258.0, 9258.0, 9295.0, 9294.0, 9293.0, 9249.0, 9273.0, 9265.0, 9273.0, 9257.0, 9274.0, 9278.0, 9273.0, 9302.0, 9288.0, 9285.0, 9267.0, 9266.0, 9252.0, 9270.0, 9276.0, 9303.0, 9296.0, 9290.0, 9252.0, 9255.0, 9256.0, 9268.0, 9272.0, 9255.0, 9295.0, 9251.0, 9272.0, 9230.0, 9266.0, 9236.0, 9225.0, 9256.0, 9224.0, 9239.0, 9222.0, 9220.0, 9220.0, 9222.0, 9234.0, 9217.0, 9214.0, 9195.0, 9211.0, 9198.0, 9213.0, 9199.0, 9249.0, 9234.0, 9239.0, 9241.0, 9265.0, 9244.0, 9270.0, 9254.0, 9259.0, 9255.0, 9219.0, 9244.0, 9223.0, 9272.0, 9252.0, 9251.0, 9226.0, 9233.0, 9223.0, 9244.0, 9230.0, 9244.0, 9255.0, 9224.0, 9239.0, 9246.0, 9258.0, 9244.0, 9260.0, 9247.0, 9273.0, 9250.0, 9260.0, 9257.0, 9252.0, 9239.0, 9252.0, 9255.0, 9248.0, 9236.0, 9267.0, 9287.0, 9294.0, 9309.0, 9278.0, 9302.0, 9331.0, 9289.0, 9300.0, 9316.0, 9283.0, 9272.0, 9249.0, 9259.0, 9251.0, 9249.0, 9258.0, 9265.0, 9252.0, 9250.0, 9276.0, 9259.0, 9258.0, 9245.0, 9256.0, 9249.0, 9249.0, 9277.0, 9276.0, 9306.0, 9280.0, 9294.0, 9290.0, 9264.0, 9252.0, 9243.0, 9251.0, 9228.0, 9231.0, 9218.0, 9249.0, 9242.0, 9216.0, 9211.0, 9225.0, 9209.0, 9220.0, 9234.0, 9223.0, 9211.0, 9212.0, 9196.0, 9184.0, 9211.0, 9225.0, 9216.0, 9200.0, 9229.0, 9194.0, 9203.0, 9217.0, 9198.0, 9199.0, 9188.0, 9196.0, 9199.0, 9204.0, 9216.0, 9210.0, 9217.0, 9211.0, 9198.0, 9210.0, 9230.0, 9221.0, 9268.0, 9246.0, 9267.0, 9242.0, 9250.0, 9227.0, 9246.0, 9227.0, 9237.0, 9242.0, 9244.0, 9258.0, 9252.0, 9244.0, 9230.0, 9244.0, 9247.0, 9271.0, 9276.0, 9281.0, 9295.0, 9289.0, 9258.0, 9222.0, 9205.0, 9235.0, 9218.0, 9235.0, 9244.0, 9224.0, 9231.0, 9225.0, 9238.0, 9220.0, 9215.0, 9214.0, 9218.0, 9242.0, 9229.0, 9239.0, 9278.0, 9231.0, 9225.0, 9224.0, 9266.0, 9295.0, 9254.0, 9261.0, 9261.0, 9231.0, 9234.0, 9198.0, 9217.0, 9195.0, 9199.0, 9196.0, 9223.0, 9210.0, 9229.0, 9225.0, 9260.0, 9243.0, 9251.0, 9218.0, 9225.0, 9263.0, 9265.0, 9256.0, 9248.0, 9262.0, 9270.0, 9269.0, 9327.0, 9276.0, 9281.0, 9304.0, 9261.0, 9263.0, 9294.0, 9279.0, 9293.0, 9252.0, 9251.0, 9247.0, 9247.0, 9244.0, 9264.0, 9255.0, 9257.0, 9246.0, 9258.0, 9252.0, 9234.0, 9248.0, 9251.0, 9248.0, 9266.0, 9247.0, 9245.0, 9226.0, 9250.0, 9219.0, 9233.0, 9198.0, 9197.0, 9199.0, 9213.0, 9210.0, 9257.0, 9223.0, 9230.0, 9202.0, 9223.0, 9249.0, 9204.0, 9219.0, 9244.0, 9217.0, 9225.0, 9225.0, 9211.0, 9204.0, 9207.0, 9202.0, 9206.0, 9243.0, 9233.0, 9229.0, 9230.0, 9242.0, 9242.0, 9279.0, 9264.0, 9256.0, 9265.0, 9294.0, 9273.0, 9281.0, 9302.0, 9275.0, 9290.0, 9294.0, 9295.0, 9278.0, 9287.0, 9267.0, 9266.0, 9284.0, 9258.0, 9286.0, 9284.0, 9292.0, 9312.0, 9282.0, 9271.0, 9254.0, 9261.0, 9230.0, 9229.0, 9242.0, 9240.0, 9226.0, 9252.0, 9237.0, 9212.0, 9236.0, 9209.0, 9206.0, 9202.0, 9189.0, 9199.0, 9190.0, 9197.0, 9181.0, 9166.0, 9184.0, 9175.0, 9202.0, 9193.0, 9200.0, 9175.0, 9213.0, 9223.0, 9234.0, 9216.0, 9212.0, 9218.0, 9278.0, 9280.0, 9289.0, 9247.0, 9223.0, 9234.0, 9228.0, 9247.0, 9219.0, 9245.0, 9227.0, 9254.0, 9243.0, 9235.0, 9254.0, 9242.0, 9250.0, 9232.0, 9224.0, 9223.0, 9233.0, 9206.0, 9237.0, 9225.0, 9238.0, 9218.0, 9204.0, 9191.0, 9211.0, 9198.0, 9213.0, 9212.0, 9208.0, 9236.0, 9230.0, 9235.0, 9222.0, 9235.0, 9229.0, 9266.0, 9232.0, 9227.0, 9211.0, 9195.0, 9253.0, 9235.0, 9225.0, 9224.0, 9223.0, 9237.0, 9264.0, 9257.0, 9289.0, 9285.0, 9252.0, 9258.0, 9245.0, 9243.0, 9237.0, 9261.0, 9251.0, 9245.0, 9230.0, 9223.0, 9229.0, 9199.0, 9222.0, 9217.0, 9218.0, 9218.0, 9215.0, 9220.0, 9229.0, 9222.0, 9227.0, 9229.0, 9200.0, 9230.0, 9239.0, 9261.0, 9267.0, 9276.0, 9259.0, 9257.0, 9283.0, 9269.0, 9279.0, 9262.0, 9256.0, 9250.0, 9239.0, 9271.0, 9245.0, 9285.0, 9258.0, 9242.0, 9268.0, 9267.0, 9248.0, 9254.0, 9227.0, 9228.0, 9225.0, 9234.0, 9221.0, 9226.0, 9244.0, 9225.0, 9214.0, 9209.0, 9223.0, 9224.0, 9212.0, 9227.0, 9225.0, 9215.0, 9221.0, 9239.0, 9244.0, 9236.0, 9270.0, 9290.0, 9273.0, 9265.0, 9263.0, 9247.0, 9236.0, 9279.0, 9239.0, 9248.0, 9235.0, 9247.0, 9238.0, 9253.0, 9242.0, 9249.0, 9237.0, 9251.0, 9229.0, 9230.0, 9223.0, 9222.0, 9205.0, 9189.0, 9197.0, 9196.0, 9208.0, 9196.0, 9219.0, 9236.0, 9206.0, 9197.0, 9201.0, 9201.0, 9226.0, 9221.0, 9224.0, 9230.0, 9224.0, 9235.0, 9282.0, 9265.0, 9245.0, 9273.0, 9298.0, 9308.0, 9295.0, 9307.0, 9308.0, 9259.0, 9291.0, 9256.0, 9297.0, 9271.0, 9292.0, 9265.0, 9245.0, 9270.0, 9241.0, 9279.0, 9211.0, 9231.0, 9236.0, 9244.0, 9244.0, 9200.0, 9213.0, 9230.0, 9240.0, 9252.0, 9247.0, 9251.0, 9248.0, 9246.0, 9236.0, 9238.0, 9229.0, 9253.0, 9258.0, 9263.0, 9251.0, 9228.0, 9230.0, 9228.0, 9279.0, 9232.0, 9217.0, 9234.0, 9265.0, 9250.0, 9201.0, 9199.0, 9194.0, 9193.0, 9215.0, 9198.0, 9213.0, 9211.0, 9265.0, 9265.0, 9247.0, 9255.0, 9241.0, 9260.0, 9235.0, 9248.0, 9240.0, 9248.0, 9279.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.0016096551724137935</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.050385280459770115</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.73862543313006</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1183517968814725</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.976528618504027</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4628</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6298.3975</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.17794387574336434</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>255</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>29.310344827586206</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6182722983505995</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5898394837079604</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.840673750454878</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4243036608889605</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0127949</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018758634105324745</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028839245438575745</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.975973500017313</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>27.934</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5126</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.007</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305646.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>883.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>379.2248</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2292</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.7061</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3419.3077</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3595.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70898.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1284.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4490.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.1747</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.068990104657132</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> |